]> git.ipfire.org Git - thirdparty/bash.git/commitdiff
Bash-5.3-rc1 release bash-5.3-rc1
authorChet Ramey <chet.ramey@case.edu>
Mon, 7 Apr 2025 16:36:49 +0000 (12:36 -0400)
committerChet Ramey <chet.ramey@case.edu>
Mon, 7 Apr 2025 16:36:49 +0000 (12:36 -0400)
147 files changed:
CHANGES
CWRU/PLATFORMS [deleted file]
CWRU/audit-patch [deleted file]
CWRU/changelog
CWRU/mh-folder-comp [deleted file]
ChangeLog
MANIFEST
MANIFEST.doc [deleted file]
Makefile.in
NEWS
POSIX
aclocal.m4
arrayfunc.c
braces.c
builtins/exec.def
builtins/help.def
builtins/history.def
builtins/inlib.def [deleted file]
builtins/kill.def
builtins/printf.def
builtins/shopt.def
builtins/ulimit.def
builtins/umask.def
command.h
config.h.in
configure
configure.ac
configure.in [deleted file]
cross-build/cygwin32.cache [deleted file]
doc/bash.0
doc/bash.1
doc/bash.html
doc/bash.info
doc/bash.pdf
doc/bash.ps [deleted file]
doc/bashbug.ps [deleted file]
doc/bashref.dvi
doc/bashref.html
doc/bashref.info
doc/bashref.pdf
doc/bashref.ps [deleted file]
doc/bashref.texi
doc/builtins.0
doc/builtins.pdf
doc/builtins.ps [deleted file]
doc/infopost.sh [deleted file]
doc/rbash.0
doc/rbash.ps [deleted file]
doc/version.texi
eval.c
examples/loadables/Makefile.in
examples/loadables/cat.c
examples/loadables/chmod.c [new file with mode: 0644]
examples/loadables/fltexpr.c [new file with mode: 0644]
examples/loadables/strptime.c
examples/shellmath/shellmath.sh
execute_cmd.c
expr.c
externs.h
general.h
hashlib.c
hashlib.h
include/gettext.h
include/posixtime.h
input.c
jobs.c
lib/glob/ndir.h [deleted file]
lib/intl/ChangeLog [deleted file]
lib/intl/config.charset [deleted file]
lib/intl/libgnuintl.h.in [deleted file]
lib/intl/locale.alias [deleted file]
lib/malloc/malloc.c
lib/malloc/table.h
lib/readline/complete.c
lib/readline/display.c
lib/readline/doc/history.texi
lib/readline/doc/hstech.texi
lib/readline/doc/hsuser.texi
lib/readline/doc/rlman.texi
lib/readline/doc/rltech.texi
lib/readline/doc/rluser.texi
lib/readline/doc/rluserman.texi
lib/readline/doc/version.texi
lib/readline/histexpand.c
lib/readline/histfile.c
lib/readline/posixtime.h
lib/readline/readline.c.orig [deleted file]
lib/readline/rlmbutil.h
lib/readline/rlprivate.h
lib/readline/rltty.c
lib/readline/rlwinsize.h
lib/readline/signals.c
lib/readline/terminal.c
lib/readline/util.c
lib/sh/gettimeofday.c
lib/sh/oslib.c
lib/sh/strftime.c
lib/sh/zgetline.c
lib/sh/zmapfd.c
lib/termcap/termcap.c
lib/termcap/tparam.c
m4/codeset.m4
m4/d-type.m4 [new file with mode: 0644]
parse.y
parser-built
patchlevel.h
po/hr.gmo
po/hr.po
po/pt.gmo
po/pt.po
print_cmd.c
redir.c
shell.c
sig.c
subst.c
support/bashbug.sh [deleted file]
support/checkbashisms [deleted file]
support/xenix-link.sh [deleted file]
tests/arith.right
tests/arith.tests
tests/arith10.sub [new file with mode: 0644]
tests/array.right
tests/braces.right
tests/braces.tests
tests/builtins.right
tests/comsub2.right
tests/cond-regexp.sub [deleted file]
tests/cond-regexp2.sub
tests/cond.right
tests/exec.right
tests/exec17.sub [new file with mode: 0644]
tests/execscript
tests/extglob.right
tests/precedence [deleted file]
tests/printf.right
tests/printf.tests
tests/printf7.sub
tests/run-all
tests/run-minimal
tests/shopt.right
tests/varenv.right
tests/varenv.sh [deleted file]
trap.c
variables.c
variables.h
version.c
y.tab.c

diff --git a/CHANGES b/CHANGES
index 4b826d0a47375027e73b0a38472bf919a76a88e4..2b9718efdd113b927fa888111053138092d737c5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,74 @@
+This document details the changes between this version, bash-5.3-rc1, and
+the previous version, bash-5.3-beta.
+
+1. Changes to Bash
+
+a. Fixed a bug where backslash did not quote multibyte characters in some
+   cases.
+
+b. Requesting the length of an element of an unset array is a fatal error
+   when `set -u' is enabled and the subscript is not `@' or `*'.
+
+c. Prompt expansion now quotes the results of \U.
+
+d. Changes to `set -e' exit behavior in posix mode, since POSIX now says to
+   exit as if executing the `exit builtin with no arguments'.
+
+e. Fixes to the `exec' builtin to undo redirections if it is given a command
+   name to execute and the exection fails, but the shell does not exit. This
+   is POSIX interp 1896.
+
+f. Fixed a bug that resulted in `wait' setting $? to 255 in some cases when
+   waiting for a specific PID.
+
+g. Fixed a bug involving redirections to the file descriptor bash is using to
+   read a script.
+
+h. In POSIX mode, `kill' returns a failure status if any of the PID/job
+   arguments are not found or if sending the signal fails.
+
+i. Fixed a bug that caused an invalid brace sequence expression to mess up
+   expansion of an enclosing brace expansion.
+
+j. Fixed a bug in command printing that output the wrong default file
+   descriptor for the <> redirection.
+
+k. User-specified subshells (`(...)') now update BASH_COMMAND in the subshell.
+
+l. Fixed a display bug with the `help -m' and loadable builtins.
+
+m. Fixed a potential file descriptor leak when trying to use a pipe for a
+   here document.
+
+n. Fix a bug with multiple assignment statements preceding a simple command
+   containing nofork comsubs.
+
+o. Fix a potential bug that could result in a NULL buffered stream even with
+   a valid input file descriptor.
+
+2. Changes to Readline
+
+a. Fixed a bug that allowed a history search to change the current history
+   list position.
+
+b. Fixed a bug that allowed ^G to retain a saved command to execute.
+
+c. Updates to new export-completions command to allow filename suffixes.
+
+d. Fixed a redisplay bug with prompts containing multiple sequences of
+   invisible characters that are longer than the screen width.
+
+3. New Features in Bash
+
+a. There is a new `fltexpr' loadable builtin to perform floating-point
+   arithmetic similarly to `let'.
+
+4. New Features in Readline
+
+a. Readline can reset its idea of the screen dimensions when executing after
+   a SIGCONT.
+
+------------------------------------------------------------------------------
 This document details the changes between this version, bash-5.3-beta, and
 the previous version, bash-5.3-alpha.
 
@@ -152,7 +223,7 @@ l. There is a new `bash_source_fullpath' shopt option, which makes bash put
    at configure time.
 
 m. Posix mode now forces job notifications to occur when the new edition of
-   POSIX specifes (since it now specifies them).
+   POSIX specifies (since it now specifies them).
 
 n. Interactive shells don't print job notifications while sourcing scripts.
 
@@ -325,7 +396,7 @@ vv. Fixed a bug that caused unset not to remove a function named a[b] if
 ww. Posix mode doesn't perform function lookup for function names containing
     a slash.
 
-xx. <( and >( can now be used in funtion names.
+xx. <( and >( can now be used in function names.
 
 yy. Fixed a bug that caused tilde expansion not to be performed on some
     array subscripts.
@@ -451,7 +522,7 @@ oooo. If the cd builtin uses $OLDPWD, allow it to use $CDPATH if the user has
       set it to something that's not a full pathname.
 
 pppp. The test builtin only supports the optional argument to -t if parsing
-      an expression with more than four aguments and not in posix mode.
+      an expression with more than four arguments and not in posix mode.
 
 qqqq. Changes to filename quoting and rewriting to deal with NFC and NFD
       Unicode forms (primarily for macOS).
@@ -618,7 +689,7 @@ a. Fixed a bug in clearing the visible line structure before redisplay.
 b. Fix a bug where setlocale(3) returning NULL caused a crash.
 
 c. Fixed signal checking in callback mode to handle signals that arrive before
-   readline restore's the application's signal handlers.
+   readline restores the application's signal handlers.
 
 d. Fixed a bug with word completion where the directory name needs to be
    dequoted and tilde-expanded.
@@ -675,7 +746,7 @@ u. Call the filename rewrite hook on the word being completed before comparing
    strings.
 
 v. Fix infinite recursion that can happen if someone binds a key that doesn't
-   have a different upper and lower case represenation to do-lowercase-version.
+   have a different upper and lower case representation to do-lowercase-version.
 
 w. Check for non-ANSI (dumb) terminals a little more thoroughly.
 
@@ -718,12 +789,12 @@ j. `trap' has a new -P option that prints the trap action associated with each
    signal argument.
 
 k. The `command' builtin preceding a declaration builtin (e.g., `declare')
-   preserves the special asisgnment statement parsing for the declation
+   preserves the special assignment statement parsing for the declation
    builtin. This is a new POSIX requirement.
 
 l. `printf' uses the `alternate form' for %q and %Q to force single quoting.
 
-m. `printf' now interprets %ls (%S) and %lc (%C)nas referring to wide strings
+m. `printf' now interprets %ls (%S) and %lc (%C) as referring to wide strings
    and characters, respectively, when in a multibyte locale.
 
 n. The shell can be compiled with a different default value for the
@@ -817,6 +888,8 @@ i. Incremental and non-incremental searches now allow ^V/^Q (or, in the former
    case, anything bound to quoted-insert) to quote characters in the search
    string.
 
+j. There is a new rl_print_keybinding function that prints the key bindings
+   for a single bindable function specified by name.
 ------------------------------------------------------------------------------
 This document details the changes between this version, bash-5.2-release, and
 the previous version, bash-5.2-rc4.
@@ -1883,7 +1956,7 @@ n. The `test -N' operator uses nanosecond timestamp granularity if it's
    available.
 
 o. Bash posix mode now treats assignment statements preceding shell function
-   definitions the same as in its default mode, since POSIX has changed and
+   calls the same as in its default mode, since POSIX has changed and
    no longer requires those assignments to persist after the function returns
    (POSIX interp 654).
 
diff --git a/CWRU/PLATFORMS b/CWRU/PLATFORMS
deleted file mode 100644 (file)
index f05caff..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-The version of bash in this directory has been compiled on the
-following systems:
-
-By chet:
-
-SunOS 4.1.4
-SunOS 5.5
-BSDI BSD/OS 2.1
-FreeBSD 2.2
-NetBSD 1.2
-AIX 4.2
-AIX 4.1.4
-HP/UX 9.05, 10.01, 10.10, 10.20
-Linux 2.0.29 (libc 5.3.12)
-Linux 2.0.4 (libc 5.3.12)
-
-By other testers:
-
-SCO ODT 2.0
-SCO 3.2v5.0, 3.2v4.2
-SunOS 5.3
-SunOS 5.5
-BSD/OS 2.1
-FreeBSD 2.2
-SunOS 4.1.3
-Irix 5.3
-Irix 6.2
-Linux 2.0 (unknown distribution)
-Digital OSF/1 3.2
-GNU Hurd 0.1
-SVR4.2
diff --git a/CWRU/audit-patch b/CWRU/audit-patch
deleted file mode 100644 (file)
index 3e14ccc..0000000
+++ /dev/null
@@ -1,339 +0,0 @@
-Date: Tue, 06 Feb 2007 16:06:58 -0500
-From: Steve Grubb <sgrubb@redhat.com>
-Subject: Re: bash and linux audit
-To: chet.ramey@case.edu
-Organization: Red Hat
-
-OK, I released audit 1.4 Sunday which has the logging function for user
-commands. It produces audit events like this:
-
-type=USER_CMD msg=audit(01/30/2007 18:23:45.793:143) : user pid=22862 uid=root
-auid=root subj=system_u:system_r:unconfined_t:s0-s0:c0.c1023
-msg='cwd=/root/test dir cmd=ls -l (terminal=tty1 res=success)'
-
-diff -urp bash-3.2.orig/config-bot.h bash-3.2/config-bot.h
---- bash-3.2.orig/config-bot.h 2007-01-03 09:01:05.000000000 -0500
-+++ bash-3.2/config-bot.h      2007-01-20 11:59:23.000000000 -0500
-@@ -97,6 +97,11 @@
- #  define RESTRICTED_SHELL_NAME "rbash"
- #endif
-+/* If the shell is called by this name, it will become audited. */
-+#if defined (AUDIT_SHELL)
-+#  define AUDIT_SHELL_NAME "aubash"
-+#endif
-+
- /***********************************************************/
- /* Make sure feature defines have necessary prerequisites. */
- /***********************************************************/
-diff -urp bash-3.2.orig/config.h.in bash-3.2/config.h.in
---- bash-3.2.orig/config.h.in  2007-01-03 09:01:05.000000000 -0500
-+++ bash-3.2/config.h.in       2007-01-20 11:59:23.000000000 -0500
-@@ -81,6 +81,11 @@
-    flag. */
- #undef RESTRICTED_SHELL
-+/* Define AUDIT_SHELL if you want the generated shell to audit all
-+   actions performed by root account.  The shell thus generated can become
-+   audited by being run with the name "aubash". */
-+#undef AUDIT_SHELL
-+
- /* Define DISABLED_BUILTINS if you want "builtin foo" to always run the
-    shell builtin "foo", even if it has been disabled with "enable -n foo". */
- #undef DISABLED_BUILTINS
-diff -urp bash-3.2.orig/configure.in bash-3.2/configure.in
---- bash-3.2.orig/configure.in 2007-01-03 09:01:05.000000000 -0500
-+++ bash-3.2/configure.in      2007-01-20 11:59:23.000000000 -0500
-@@ -162,6 +162,7 @@ opt_history=yes
- opt_bang_history=yes
- opt_dirstack=yes
- opt_restricted=yes
-+opt_audit=yes
- opt_process_subst=yes
- opt_prompt_decoding=yes
- opt_select=yes
-@@ -195,8 +196,8 @@ dnl a minimal configuration turns everyt
- dnl added individually
- if test $opt_minimal_config = yes; then
-       opt_job_control=no opt_alias=no opt_readline=no
--      opt_history=no opt_bang_history=no opt_dirstack=no
--      opt_restricted=no opt_process_subst=no opt_prompt_decoding=no
-+      opt_history=no opt_bang_history=no opt_dirstack=no opt_restricted=no
-+      opt_audit=no opt_process_subst=no opt_prompt_decoding=no
-       opt_select=no opt_help=no opt_array_variables=no opt_dparen_arith=no
-       opt_brace_expansion=no opt_disabled_builtins=no opt_command_timing=no
-       opt_extended_glob=no opt_cond_command=no opt_arith_for_command=no
-@@ -227,6 +228,7 @@ AC_ARG_ENABLE(progcomp, AC_HELP_STRING([
- AC_ARG_ENABLE(prompt-string-decoding, AC_HELP_STRING([--enable-prompt-string-decoding], [turn on escape character decoding in prompts]), opt_prompt_decoding=$enableval)
- AC_ARG_ENABLE(readline, AC_HELP_STRING([--enable-readline], [turn on command line editing]), opt_readline=$enableval)
- AC_ARG_ENABLE(restricted, AC_HELP_STRING([--enable-restricted], [enable a restricted shell]), opt_restricted=$enableval)
-+AC_ARG_ENABLE(audit, AC_HELP_STRING([--enable-audit], [enable an audited shell]), opt_audit=$enableval)
- AC_ARG_ENABLE(select, AC_HELP_STRING([--enable-select], [include select command]), opt_select=$enableval)
- AC_ARG_ENABLE(separate-helpfiles, AC_HELP_STRING([--enable-separate-helpfiles], [use external files for help builtin documentation]), opt_separate_help=$enableval)
- AC_ARG_ENABLE(single-help-strings, AC_HELP_STRING([--enable-single-help-strings], [store help documentation as a single string to ease translation]), opt_single_longdoc_strings=$enableval)
-@@ -254,6 +256,10 @@ fi
- if test $opt_restricted = yes; then
- AC_DEFINE(RESTRICTED_SHELL)
- fi
-+if test $opt_audit = yes; then
-+AC_DEFINE(AUDIT_SHELL)
-+AUDIT_LIB='-laudit'
-+fi
- if test $opt_process_subst = yes; then
- AC_DEFINE(PROCESS_SUBSTITUTION)
- fi
-@@ -355,6 +361,8 @@ AC_SUBST(HELPDIRDEFINE)
- AC_SUBST(HELPINSTALL)
- AC_SUBST(HELPSTRINGS)
-+AC_SUBST(AUDIT_LIB)
-+
- echo ""
- echo "Beginning configuration for bash-$BASHVERS-$RELSTATUS for ${host_cpu}-${host_vendor}-${host_os}"
- echo ""
-diff -urp bash-3.2.orig/doc/bash.1 bash-3.2/doc/bash.1
---- bash-3.2.orig/doc/bash.1   2007-01-03 09:01:05.000000000 -0500
-+++ bash-3.2/doc/bash.1        2007-01-20 11:59:23.000000000 -0500
-@@ -155,6 +155,12 @@ single-character options to be recognize
- .PP
- .PD 0
- .TP
-+.B \-\-audit
-+The shell logs all commands run by the root user (see
-+.SM
-+.B "AUDIT SHELL"
-+below).
-+.TP
- .B \-\-debugger
- Arrange for the debugger profile to be executed before the shell
- starts.
-@@ -8770,6 +8776,17 @@ turns off any restrictions in the shell 
- script.
- .\" end of rbash.1
- .if \n(zY=1 .ig zY
-+.SH "AUDIT SHELL"
-+.zY
-+.PP
-+If
-+.B bash
-+is started with the name
-+.BR aubash ,
-+or the
-+.B \-\-audit
-+option is supplied at invocation, the shell logs all commands issued by the root user to the audit system.
-+.if \n(zY=1 .ig zY
- .SH "SEE ALSO"
- .PD 0
- .TP
-diff -urp bash-3.2.orig/eval.c bash-3.2/eval.c
---- bash-3.2.orig/eval.c       2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/eval.c    2007-01-20 11:59:23.000000000 -0500
-@@ -45,6 +45,11 @@
- #  include "bashhist.h"
- #endif
-+#if defined (AUDIT_SHELL)
-+#  include <libaudit.h>
-+#  include <errno.h>
-+#endif
-+
- extern int EOF_reached;
- extern int indirection_level;
- extern int posixly_correct;
-@@ -58,6 +63,38 @@ extern int rpm_requires;
- static void send_pwd_to_eterm __P((void));
- static sighandler alrm_catcher __P((int));
-+#if defined (AUDIT_SHELL)
-+static int audit_fd = -1;
-+
-+static int
-+audit_start ()
-+{
-+  audit_fd = audit_open ();
-+  if (audit_fd < 0)
-+    return -1;
-+  else
-+    return 0;
-+}
-+
-+static int
-+audit (cmd, result)
-+        char *cmd;
-+        int result;
-+{
-+  int rc;
-+
-+  if (audit_fd < 0)
-+    return 0;
-+
-+  rc = audit_log_user_command (audit_fd, AUDIT_USER_CMD, cmd,
-+                               NULL, !result);
-+  close (audit_fd);
-+  audit_fd = -1;
-+  return rc;
-+}
-+#endif
-+
-+
- /* Read and execute commands until EOF is reached.  This assumes that
-    the input source has already been initialized. */
- int
-@@ -145,7 +182,25 @@ reader_loop ()
-             executing = 1;
-             stdin_redir = 0;
-+#if defined (AUDIT_SHELL)
-+              if (audited && interactive_shell && getuid () == 0)
-+                {
-+                  if (audit_start () < 0)
-+                    {
-+                      if (errno != EINVAL && errno != EPROTONOSUPPORT &&
-+                          errno != EAFNOSUPPORT)
-+                        return EXECUTION_FAILURE;
-+                    }
-+                }
-+#endif
-+
-             execute_command (current_command);
-+#if defined (AUDIT_SHELL)
-+              {
-+                extern char *shell_input_line;
-+                audit (shell_input_line, last_command_exit_value);
-+              }
-+#endif
-           exec_done:
-             QUIT;
-diff -urp bash-3.2.orig/externs.h bash-3.2/externs.h
---- bash-3.2.orig/externs.h    2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/externs.h 2007-01-20 12:05:00.000000000 -0500
-@@ -77,6 +77,10 @@ extern int shell_is_restricted __P((char
- extern int maybe_make_restricted __P((char *));
- #endif
-+#if defined (AUDIT_SHELL)
-+extern int maybe_make_audited __P((char *));
-+#endif
-+
- extern void unset_bash_input __P((int));
- extern void get_current_user_info __P((void));
-diff -urp bash-3.2.orig/flags.c bash-3.2/flags.c
---- bash-3.2.orig/flags.c      2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/flags.c   2007-01-20 11:59:23.000000000 -0500
-@@ -142,6 +142,12 @@ int restricted = 0;               /* currently restri
- int restricted_shell = 0;     /* shell was started in restricted mode. */
- #endif /* RESTRICTED_SHELL */
-+#if defined (AUDIT_SHELL)
-+/* Non-zero means that this shell is audited. An audited shell records
-+   each command that the root user executes. */
-+int audited = 0;              /* shell was started in audit mode. */
-+#endif /* AUDIT_SHELL */
-+
- /* Non-zero means that this shell is running in `privileged' mode.  This
-    is required if the shell is to run setuid.  If the `-p' option is
-    not supplied at startup, and the real and effective uids or gids
-diff -urp bash-3.2.orig/flags.h bash-3.2/flags.h
---- bash-3.2.orig/flags.h      2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/flags.h   2007-01-20 11:59:23.000000000 -0500
-@@ -66,6 +66,10 @@ extern int restricted;
- extern int restricted_shell;
- #endif /* RESTRICTED_SHELL */
-+#if defined (AUDIT_SHELL)
-+extern int audited;
-+#endif /* AUDIT_SHELL */
-+
- extern int *find_flag __P((int));
- extern int change_flag __P((int, int));
- extern char *which_set_flags __P((void));
-Only in bash-3.2: .made
-diff -urp bash-3.2.orig/Makefile.in bash-3.2/Makefile.in
---- bash-3.2.orig/Makefile.in  2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/Makefile.in       2007-01-20 11:59:23.000000000 -0500
-@@ -366,6 +366,8 @@ MALLOC_LIBRARY = @MALLOC_LIBRARY@
- MALLOC_LDFLAGS = @MALLOC_LDFLAGS@
- MALLOC_DEP = @MALLOC_DEP@
-+AUDIT_LIB = @AUDIT_LIB@
-+
- ALLOC_HEADERS = $(ALLOC_LIBSRC)/getpagesize.h $(ALLOC_LIBSRC)/shmalloc.h \
-               $(ALLOC_LIBSRC)/imalloc.h $(ALLOC_LIBSRC)/mstats.h \
-               $(ALLOC_LIBSRC)/table.h $(ALLOC_LIBSRC)/watch.h
-@@ -386,7 +388,7 @@ BASHINCFILES =      $(BASHINCDIR)/posixstat.
-                $(BASHINCDIR)/ocache.h
- LIBRARIES = $(SHLIB_LIB) $(READLINE_LIB) $(HISTORY_LIB) $(TERMCAP_LIB) $(GLOB_LIB) \
--          $(TILDE_LIB) $(MALLOC_LIB) $(INTL_LIB) $(LOCAL_LIBS)
-+          $(TILDE_LIB) $(MALLOC_LIB) $(INTL_LIB) $(LOCAL_LIBS) $(AUDIT_LIB)
- LIBDEP = $(SHLIB_DEP) $(INTL_DEP) $(READLINE_DEP) $(HISTORY_DEP) $(TERMCAP_DEP) $(GLOB_DEP) \
-        $(TILDE_DEP) $(MALLOC_DEP)
-diff -urp bash-3.2.orig/parse.y bash-3.2/parse.y
---- bash-3.2.orig/parse.y      2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/parse.y   2007-01-20 11:59:23.000000000 -0500
-@@ -258,7 +258,7 @@ int need_here_doc;
- /* Where shell input comes from.  History expansion is performed on each
-    line when the shell is interactive. */
--static char *shell_input_line = (char *)NULL;
-+char *shell_input_line = (char *)NULL;
- static int shell_input_line_index;
- static int shell_input_line_size;     /* Amount allocated for shell_input_line. */
- static int shell_input_line_len;      /* strlen (shell_input_line) */
-diff -urp bash-3.2.orig/shell.c bash-3.2/shell.c
---- bash-3.2.orig/shell.c      2007-01-03 09:01:06.000000000 -0500
-+++ bash-3.2/shell.c   2007-01-20 12:04:23.000000000 -0500
-@@ -240,6 +240,9 @@ struct {
- #if defined (RESTRICTED_SHELL)
-   { "restricted", Int, &restricted, (char **)0x0 },
- #endif
-+#if defined (AUDIT_SHELL)
-+  { "audit", Int, &audited, (char **)0x0 },
-+#endif
-   { "verbose", Int, &echo_input_at_read, (char **)0x0 },
-   { "version", Int, &do_version, (char **)0x0 },
-   { "wordexp", Int, &wordexp_only, (char **)0x0 },
-@@ -644,6 +647,10 @@ main (argc, argv, env)
-     maybe_make_restricted (shell_name);
- #endif /* RESTRICTED_SHELL */
-+#if defined (AUDIT_SHELL)
-+    maybe_make_audited (shell_name);
-+#endif
-+
-   if (wordexp_only)
-     {
-       startup_state = 3;
-@@ -1143,6 +1150,29 @@ maybe_make_restricted (name)
- }
- #endif /* RESTRICTED_SHELL */
-+#if defined (AUDIT_SHELL)
-+/* Perhaps make this shell an `audited' one, based on NAME.  If the
-+   basename of NAME is "aubash", then this shell is audited.  The
-+   name of the audited shell is a configurable option, see config.h.
-+   In an audited shell, all actions performed by root will be logged
-+   to the audit system.
-+   Do this also if `audited' is already set to 1 maybe the shell was
-+   started with --audit. */
-+int
-+maybe_make_audited (name)
-+     char *name;
-+{
-+  char *temp;
-+
-+  temp = base_pathname (name);
-+  if (*temp == '-')
-+    temp++;
-+  if (audited || (STREQ (temp, AUDIT_SHELL_NAME)))
-+    audited = 1;
-+  return (audited);
-+}
-+#endif /* AUDIT_SHELL */
-+
- /* Fetch the current set of uids and gids and return 1 if we're running
-    setuid or setgid. */
- static int
index bd87d2c9dce9715dbdd92c7095c65781a028d2e0..b024047f4ce09db298a99245ab90a9120bffa4c0 100644 (file)
@@ -10772,3 +10772,334 @@ lib/readline/isearch.c
                                   -----
 CHANGES,NEWS
        - updated for bash-5.3-beta
+
+                                  12/15
+                                  -----
+lib/readline/histexpand.c
+       - get_history_event: make sure we don't change history_offset whether
+         the search succeeds or fails, don't set it to history_length.
+         Callers don't expect to have the history offset changed out from
+         under them.
+         Fixes bug reported by Grisha Levit <grishalevit@gmail.com>
+
+                                  12/16
+                                  -----
+lib/readline/util.c
+       - _rl_abort_internal: make sure to clear _rl_command_to_execute
+         Report and patch from Grisha Levit <grishalevit@gmail.com>
+
+tests/printf7.sub,tests/cond-regexp2.sub
+       - accommodate different error messages across different systems
+
+                                1/2/2025
+                                --------
+tests/run-all, tests/run-minimal
+       - BASHOPTS: unset or unexport as appropriate, same as SHELLOPTS
+         From a report by Martin D Kealey <martin@kurahaupo.gen.nz>
+
+                                   1/9
+                                   ---
+subst.c
+       - string_extract_verbatim: take into account the fact that CTLESC can
+         quote multibyte characters; use ADVANCE_CHAR instead of increment
+         Fixes bug reported by jktseug@gmail.com
+
+                                  1/10
+                                  ----
+expr.c
+       - expr_bind_variable,expr_streval: suppress additional expansion if
+         called by the `let' builtin, whether or not array_expand_once is set
+       - expr_skipsubscript: suppress expansion while parsing subscripts
+         whether array_expand_once is set or not
+         Still have to change tests if this goes final
+         These are all conditional on shell_compatibility_level > 51
+         From a bug-bash post by Greg Wooledge <greg@wooledge.org>
+
+                                  1/14
+                                  ----
+lib/readline/complete.c
+       - _rl_export_completions: use print_filename instead of fprintf to
+         display the possible completions so slashes and file types can
+         be included
+         From a patch from Matthew Tromp <matthewktromp@gmail.com>
+
+                                  1/15
+                                  ----
+examples/loadables/fltexpr.c
+       - fltexpr: new loadable builtin to do floating-point arithmetic
+         expression evaluation and optionally print the result
+
+                                  1/16
+                                  ----
+builtins/printf.def
+       - getarg(), advancearg(): cosmetic changes to make it easier to
+         implement %N$ format specifiers in the future
+
+                                  1/18
+                                  ----
+subst.c
+       - array_length_reference: requesting the length of an element of an
+         unset variable using array syntax is a fatal error when `set -u'
+         is enabled and the subscript is not `@' or `*'.
+         Inspired by a report from Ian Kelling <iank@fsf.org>
+
+                                  1/20
+                                  ----
+parse.y
+       - decode_prompt_string: since Debian has made the spectaculary bad call
+         to allow arbitrary characters in usernames, protect the results of
+         the \u expansion in the same way as \[Ww] and \[Hh] (externally-
+         controlled data)
+         From https://savannah.gnu.org/patch/?10496
+
+                                  1/21
+                                  ----
+eval.c
+       - reader_loop: if we longjmp with ERREXIT, don't reset any local
+         function contexts in posix mode, since POSIX says to exit as if
+         executing the `exit builtin with no arguments'. Revision of change
+         from 7/2022.
+         From a report by Ivan Shapovalov <intelfx@intelfx.name> in 11/2024
+
+lib/readline/display.c
+       - rl_redisplay: after calling update_line, when putting the cursor
+         where it needs to be and reprinting part of the line with the
+         prompt that contains invisible characters, make sure we start to
+         output characters at the portion in the prompt buffer that begins
+         on the current line and only offset by the number of invisible
+         characters on the current line, and set _rl_last_c_pos accordingly
+         in both multibyte and singlebyte locales.
+         Fixes bug reported by Andreas Schwab <schwab@linux-m68k.org>
+
+                                  1/22
+                                  ----
+execute_cmd.c
+       - execute_builtin_or_function: if we're executing the exec builtin,
+         and there are redirections, let exec_builtin handle disposing of
+         redirection_undo_list if there is no program name to execute, so
+         it's still there if exec returns and doesn't exit the shell.
+         Then we can manage disposing of exec_redirection_undo_list and
+         letting the redirections be undone as normal.
+         This is POSIX interp 1896, with modifications from
+         https://www.austingroupbugs.net/view.php?id=1896#c7037
+
+builtins/exec.def
+       - exec_builtin: dispose of redirection_undo_list and set it to NULL
+         if there is no program name operand; let execute_builtin_or_function
+         clean it up
+
+                                  1/23
+                                  ----
+lib/readline/terminal.c
+       - _rl_tcgetwinsize,_rl_tcsetwinsize: function wrappers for tcgetwinsize/
+         tcsetwinsize with fallbacks to ioctl if those functions aren't
+         available
+       - _rl_get_screensize: use _rl_tcgetwinsize
+
+lib/readline/rlwinsize.h
+       - _rl_tcgetwinsize,_rl_tcsetwinsize: extern function declarations
+
+lib/readine/rltty.c
+       - set_winsize: use _rl_tcgetwinsize/_rl_tcsetwinsize
+       - set_winsize: if _rl_tcgetwinsize succeeds, use the values to set
+         readline's idea of the screen size via _rl_set_screen_size
+         Inspired by a discussion with Olav Mørkrid <omega@funker.no>
+
+                                  1/24
+                                  ----
+lib/readline/signals.c
+       - _rl_handling_signal: new private variable, set to the signal we're
+         currently handling in _rl_signal_handler (SIGWINCH) or
+         _rl_handle_signal (all others). Only valid if RL_STATE_SIGHANDLER
+         is set
+
+lib/readline/rlprivate.h
+       - _rl_handling_signal: new extern declaration
+
+lib/readline/rltty.c
+       - set_winsize: only set readline's idea of the screen size if we're
+         executing in a signal handler context and handling SIGTSTP and the
+         application has indicated that it doesn't want the environment
+         variables LINES and COLUMNS to have priority (rl_prefer_env_winsize)
+
+                                  1/30
+                                  ----
+jobs.c
+       - wait_for_single_pid: if wait_for returns -1/ECHILD, make sure to
+         return 257 just as if the child was not found, optionally printing
+         an error message if JWAIT_PERROR is supplied
+         From a discussion with Ian <saturns_rings@protonmail.com>
+
+                                   2/8
+                                   ---
+redir.c
+       - do_redirection_internal: keep track of whether the redirector fd
+         was active with a new variable. Not used yet, should be optimized
+         out.
+       - add_undo_fd_redirect: new undo function using r_move_input so we
+         don't need a dup redir and a separate close redir to undo. Not
+         used yet
+       - do_redirection_internal: only call check_bash_input if we're
+         creating an undo list and not running one
+
+command.h
+       - OUTPUT_REDIRECT: add r_output_force
+
+input.c
+       - check_bash_input: if we dup the bash input fd to another in
+         save_bash_input, return that fd. Continue to return -1 on error
+         and 0 if we don't do anything but sync
+
+execute_cmd.c
+       - execute_null_command: force a subshell if any of the redirections
+         involve the bash input buffered fd.
+         From a report by Martin D Kealey <martin@kurahaupo.gen.nz>
+
+                                  2/10
+                                  ----
+
+examples/loadables/chmod.c
+       - chmod: new loadable builtin, inspired by zhixu.liu@gmail.com in
+         https://savannah.gnu.org/patch/?10499
+
+                                  2/11
+                                  ----
+builtins/kill.def
+       - kill_builtin: in posix mode, return a failure status if any of the
+         pid/job arguments are not found or sending the signal fails. This
+         is consistent with
+         https://pubs.opengroup.org/onlinepubs/9799919799/utilities/kill.html#tag_20_64_14
+
+                                  2/12
+                                  ----
+braces.c
+       - brace_gobbler: take a new argument in which to return the type of
+         brace expansion (comma or sequence) we think we've found; change
+         all callers
+       - brace_expand: even if we find a BRACE_ARG_SEPARATOR, don't try to
+         perform expansion if brace_gobbler doesn't think we have a
+         BRACE_COMMA expansion
+       - valid_seqterm: new function, performs minimal validation on a
+         sequence expansion, used to skip over invalid sequence expressions
+         in brace_expand
+       - brace_expand: call valid_seqterm if brace_gobbler finds a BRACE_SEQ
+         expansion
+         Inspired by report from Robert Elz <kre@munnari.oz.au>
+
+                                  2/13
+                                  ----
+doc/bash.1,doc/bashref.texi
+       - clarified the handling of double quotes in EXPRESSION in
+         (( EXPRESSION )) and $(( EXPRESSION )) to say that only unescaped
+         double quotes are removed
+
+expr.c
+       - expr_bind_variable,expr_streval: revert change from 1/10 that
+         suppresses additional expansion when called by the `let' builtin,
+         tag for possible inclusion in a future release when I can look
+         at parallel changes to ((...)) and $((...)) (and probably
+         declare 'a[" "]=12' or similar)
+
+                                  2/14
+                                  ----
+
+lib/sh/zmapfd.c,externs.h
+       - zmapfd: now returns ssize_t in case of large files when size_t is
+         larger than int
+
+builtins/evalfile.c,builtins/help.def
+       - zmapfd: changed callers
+
+print_cmd.c
+       - print_redirection: the default file descriptor for <> is 0
+         Report and fix from Emanuele Torre <torreemanuele6@gmail.com>
+
+                                  2/18
+                                  ----
+configure.ac
+       - check for d_type member of struct dirent for future use
+
+                                  2/24
+                                  ----
+doc/bash.1,doc/bashref.texi
+       - document the word expansions performed on indexed array subscripts
+         and assoc array keys
+       - document the possibility and effect of empty strings on arithmetic
+         evaluation for substring expansion, arithmetic expansion, operands
+         to the the [[ command's arithmetic operators, the expression in
+         the (( compound command, and indexed array subscripts
+
+                                  2/24
+                                  ----
+execute_cmd.c
+       - execute_command_internal: if executing a (...) subshell, make sure
+         to update BASH_COMMAND before exiting on an error return from the
+         subshell with -e set
+         Report from Max Bowsher <maxbowsher@gmail.com>
+
+                                   3/3
+                                   ---
+redir.c
+       - here_document_to_fd: if we are trying to use a pipe for a here
+         document, but the F_GETPIPE_SZ fcntl returns a value shorter than
+         the here document length, make sure to close the pipe file descriptors
+
+builtins/ulimit.def
+       - pipesize: use pathconf and _PC_PIPE_BUF if available
+
+                                   3/8
+                                   ---
+braces.c
+       - brace_expand: make sure to call valid_seqterm with the right length
+         so that text[tlen] == '}'
+
+                                  3/10
+                                  ----
+builtins/help.def
+       - show_manpage: if the first line of long_doc doesn't contain a
+         newline, e.g., if it's a loadable builtin, add one so there's the
+         usual space between NAME and SYNOPSIS
+
+m4/codeset.m4
+       - define HAVE_NL_LANGINFO
+
+lib/sh/strftime.c
+       - updates for locale-awareness
+
+                                  3/14
+                                  ----
+lib/termcap/termcap.c,lib/termcap/tparam.c
+       - updates for ISO C
+
+                                  3/17
+                                  ----
+configure.ac
+       - update release to rc1, update CHANGES and NEWS
+
+                                  3/19
+                                  ----
+lib/readline/rlmbutil.h
+       - _rl_wcwidth: make sure wchar_t constants have an `L' prefix
+
+                                  3/24
+                                  ----
+subst.c
+       - function_substitute: set temporary_env to NULL (we've already
+         set up an unwind-protect for it) before pushing the context, so
+         pop_context doesn't free it out from underneath the caller.
+         Report from Emanuele Torre <torreemanuele6@gmail.com>
+
+                                  3/27
+                                  ----
+shell.c
+       - set_bash_input: if the call to with_input_from_buffered_stream does
+         not result in a valid buffer corresponding to the file descriptor,
+         print an error message and set last_command_exit_value
+         From a report in https://savannah.gnu.org/patch/?10512
+
+                                   4/3
+                                   ---
+lib/sh/gettimeofday.c
+       - updated from version in gnulib
+
+[bash-5.3-rc1 frozen]
diff --git a/CWRU/mh-folder-comp b/CWRU/mh-folder-comp
deleted file mode 100644 (file)
index 905000c..0000000
+++ /dev/null
@@ -1,449 +0,0 @@
-From jwe@che.utexas.edu Wed Sep 21 17:23:40 1994
-Flags: 10
-Return-Path: jwe@che.utexas.edu
-Received: from po.CWRU.Edu (root@po.CWRU.Edu [129.22.4.2]) by odin.INS.CWRU.Edu with ESMTP (8.6.8.1+cwru/CWRU-2.1-ins)
-       id RAA04010; Wed, 21 Sep 1994 17:23:39 -0400 (from jwe@che.utexas.edu for <chet@odin.INS.CWRU.Edu>)
-Received: from life.ai.mit.edu (life.ai.mit.edu [128.52.32.80]) by po.CWRU.Edu with SMTP (8.6.8.1+cwru/CWRU-2.2)
-       id RAA02121; Wed, 21 Sep 1994 17:23:28 -0400 (from jwe@che.utexas.edu for <chet@po.cwru.edu>)
-Received: from schoch.che.utexas.edu by life.ai.mit.edu (4.1/AI-4.10) for chet@po.cwru.edu id AA09989; Wed, 21 Sep 94 17:23:17 EDT
-Received: from localhost (jwe@localhost) by schoch.che.utexas.edu (8.6.8.1/8.6) with SMTP id QAA05737; Wed, 21 Sep 1994 16:22:01 -0500
-Message-Id: <199409212122.QAA05737@schoch.che.utexas.edu>
-To: march@tudor.com
-Cc: bug-bash@prep.ai.mit.edu
-Subject: Re: Completion feature possible?
-In-Reply-To: Your message of 21 Sep 94 13:30:22 EDT
-Date: Wed, 21 Sep 94 16:22:00 EDT
-From: John Eaton <jwe@che.utexas.edu>
-
-Gregory F. March <march@tudor.com> wrote:
-
-: I was having a discussion about MH with one of my friends the other
-: day and I got to thinking that the +folder/subfolder scheme for naming
-: mail folders is a real pain because completion doesn't work on
-: them. Someone then mentioned that zsh (I think) has the ability to
-: specify how to complete (I guess where to look for the files) for
-: different prefixes. Bash right now knows about '@', '~', and '$' (any
-: others?). It would be really helpful if one could define something
-: like:
-: 
-:      completion '+' "$HOME/Mail"
-: 
-: in a config file someplace. Would this be easy? Is there a list of
-: TODO item that someone might want to add this to?
-
-It would be nice to have a general completion feature like this.
-
-Until that happens, maybe you will find the following patch useful.
-It makes MH folder name completion work with bash.  The diffs are
-relative to version 1.14.2.
-
-I realize that changes to readline.c and and complete.c are not good
-since they add some MH-specific stuff to the readline code and not to
-bash, but when I first wrote this, I had no idea what else to do.
-
-Chet, would you consider adding this if it were cleaned up a bit?
-Made optional with cpp conditionals?
-
-This feature has been very useful to me for the last several years
-(since about 1.05 or 1.06, I think).
-
-Thanks,
-
---
-John W. Eaton      | 4.3BSD is not perfect.  -- Leffler, et al. (1989).
-jwe@che.utexas.edu |
-
-
--------------------------------cut here-------------------------------
-diff -rc bash-1.14.2/bashline.c bash-1.14.2.local/bashline.c
-*** bash-1.14.2/bashline.c     Wed Aug  3 09:32:45 1994
---- bash-1.14.2.local/bashline.c       Wed Sep 21 15:39:04 1994
-***************
-*** 58,63 ****
---- 58,64 ----
-  static char *hostname_completion_function ();
-  static char *command_word_completion_function ();
-  static char *command_subst_completion_function ();
-+ static char *mh_folder_completion_function ();
-  
-  static void snarf_hosts_from_file (), add_host_name ();
-  static void sort_hostname_list ();
-***************
-*** 90,95 ****
---- 91,98 ----
-    bash_complete_username_internal (),
-    bash_complete_hostname (), bash_possible_hostname_completions (),
-    bash_complete_hostname_internal (),
-+   bash_complete_mh_folder (), bash_possible_mh_folder_completions (),
-+   bash_complete_mh_folder_internal (),
-    bash_complete_variable (), bash_possible_variable_completions (),
-    bash_complete_variable_internal (),
-    bash_complete_command (), bash_possible_command_completions (),
-***************
-*** 134,140 ****
-    rl_terminal_name = get_string_value ("TERM");
-    rl_instream = stdin;
-    rl_outstream = stderr;
-!   rl_special_prefixes = "$@";
-  
-    /* Allow conditional parsing of the ~/.inputrc file. */
-    rl_readline_name = "Bash";
---- 137,143 ----
-    rl_terminal_name = get_string_value ("TERM");
-    rl_instream = stdin;
-    rl_outstream = stderr;
-!   rl_special_prefixes = "$@+";
-  
-    /* Allow conditional parsing of the ~/.inputrc file. */
-    rl_readline_name = "Bash";
-***************
-*** 193,198 ****
---- 196,207 ----
-    rl_bind_key_in_map ('@', bash_possible_hostname_completions,
-                     emacs_ctlx_keymap);
-  
-+   rl_add_defun ("complete-mh-folder", bash_complete_mh_folder, META('+'));
-+   rl_add_defun ("possible-mh-folder-completions",
-+              bash_possible_mh_folder_completions, -1);
-+   rl_bind_key_in_map ('+', bash_possible_mh_folder_completions,
-+                    emacs_ctlx_keymap);
-+ 
-    rl_add_defun ("complete-variable", bash_complete_variable, -1);
-    rl_bind_key_in_map ('$', bash_complete_variable, emacs_meta_keymap);
-    rl_add_defun ("possible-variable-completions",
-***************
-*** 656,661 ****
---- 665,677 ----
-    if (!matches && *text == '@')
-      matches = completion_matches (text, hostname_completion_function);
-  
-+   /* Another one.  Why not?  If the word starts in '+', then look for
-+      matching mh folders for completion first. */
-+   if (!matches && *text == '+')
-+     {
-+       matches = completion_matches (text, mh_folder_completion_function);
-+     }
-+ 
-    /* And last, (but not least) if this word is in a command position, then
-       complete over possible command names, including aliases, functions,
-       and command names. */
-***************
-*** 1077,1082 ****
---- 1093,1185 ----
-      return ((char *)NULL);
-  }
-  
-+ /* How about a completion function for mh folders? */
-+ static char *
-+ mh_folder_completion_function (text, state)
-+      int state;
-+      char *text;
-+ {
-+   extern int rl_filename_completion_desired;
-+ 
-+   extern char *get_mh_path ();
-+ 
-+   static char *mh_path = (char *)NULL;
-+   static int len;
-+   static int istate;
-+   static char *val;
-+   char *hint;
-+ 
-+   static char *mh_folder_hint = (char *)NULL;
-+ 
-+   /* If we don't have any state, make some. */
-+   if (!state)
-+     {
-+       val = (char *)NULL;
-+ 
-+       if (mh_path)
-+      free (mh_path);
-+ 
-+       mh_path = get_mh_path ();
-+       if (!mh_path && !(hint[1] == '/' || hint[1] == '.'))
-+      return ((char *)NULL);
-+ 
-+       len = strlen (mh_path);
-+     }
-+ 
-+   if (mh_folder_hint)
-+     free (mh_folder_hint);
-+ 
-+   hint = text;
-+   if (*hint == '+')
-+     hint++;
-+ 
-+   mh_folder_hint = (char *)xmalloc (2 + len + strlen (hint));
-+   if (*hint == '/' || *hint == '.') {
-+     len = -1;
-+     sprintf (mh_folder_hint, "%s", hint);
-+   } else
-+     sprintf (mh_folder_hint, "%s/%s", mh_path, hint);
-+ 
-+   istate = (val != (char *)NULL);
-+ 
-+  again:
-+   val = filename_completion_function (mh_folder_hint, istate);
-+   istate = 1;
-+ 
-+   if (!val)
-+     {
-+       return ((char *)NULL);
-+     }
-+   else
-+     {
-+       char *ptr = val + len + 1, *temp;
-+       struct stat sb;
-+       int status = stat (val, &sb);
-+ 
-+       if (status != 0)
-+      return ((char *)NULL);
-+ 
-+       if ((sb.st_mode & S_IFDIR) == S_IFDIR)
-+      {
-+        temp = (char *)xmalloc (2 + strlen (ptr));
-+        *temp = '+';
-+        strcpy (temp + 1, ptr);
-+ 
-+        free (val);
-+        val = "";
-+ 
-+        rl_filename_completion_desired = 1;
-+ 
-+        return (temp);
-+      }
-+       else
-+      {
-+        free (val);
-+      }
-+       goto again;
-+     }
-+ }
-+ 
-  /* History and alias expand the line. */
-  static char *
-  history_expand_line_internal (line)
-***************
-*** 1628,1633 ****
---- 1731,1773 ----
-  {
-    bash_specific_completion
-      (what_to_do, (Function *)username_completion_function);
-+ }
-+ 
-+ static void
-+ bash_complete_mh_folder (ignore, ignore2)
-+      int ignore, ignore2;
-+ {
-+   bash_complete_mh_folder_internal (TAB);
-+ }
-+ 
-+ static void
-+ bash_possible_mh_folder_completions (ignore, ignore2)
-+      int ignore, ignore2;
-+ {
-+   bash_complete_mh_folder_internal ('?');
-+ }
-+ 
-+ static void
-+ bash_complete_mh_folder_internal (what_to_do)
-+      int what_to_do;
-+ {
-+   Function  *orig_func;
-+   CPPFunction *orig_attempt_func;
-+   char *orig_rl_completer_word_break_characters;
-+   extern char *rl_completer_word_break_characters;
-+ 
-+   orig_func = rl_completion_entry_function;
-+   orig_attempt_func = rl_attempted_completion_function;
-+   orig_rl_completer_word_break_characters = rl_completer_word_break_characters;
-+   rl_completion_entry_function = (Function *)mh_folder_completion_function;
-+   rl_attempted_completion_function = (CPPFunction *)NULL;
-+   rl_completer_word_break_characters = " \t\n\"\'";
-+ 
-+   rl_complete_internal (what_to_do);
-+ 
-+   rl_completion_entry_function = orig_func;
-+   rl_attempted_completion_function = orig_attempt_func;
-+   rl_completer_word_break_characters = orig_rl_completer_word_break_characters;
-  }
-  
-  static void
-Only in bash-1.14.2.local: bashline.c.orig
-diff -rc bash-1.14.2/lib/readline/complete.c bash-1.14.2.local/lib/readline/complete.c
-*** bash-1.14.2/lib/readline/complete.c        Tue Jul 26 12:59:57 1994
---- bash-1.14.2.local/lib/readline/complete.c  Wed Sep 21 15:41:19 1994
-***************
-*** 733,751 ****
-             if (rl_filename_completion_desired)
-               {
-                 struct stat finfo;
-!                char *filename = tilde_expand (matches[0]);
-  
-!                if ((stat (filename, &finfo) == 0) && S_ISDIR (finfo.st_mode))
-                   {
-!                    if (rl_line_buffer[rl_point] != '/')
-!                      rl_insert_text ("/");
-                   }
-!                else
-                   {
-!                    if (rl_point == rl_end)
-!                      rl_insert_text (temp_string);
-                   }
--                free (filename);
-               }
-             else
-               {
---- 733,768 ----
-             if (rl_filename_completion_desired)
-               {
-                 struct stat finfo;
-!                char *tilde_expand ();
-!                char *plus_expand ();
-!                char *filename = (char *) NULL;
-  
-!                switch (*matches[0])
-                   {
-!                  case '+':
-!                    filename = plus_expand (matches[0]);
-!                    break;
-!                  case '~':
-!                  default:
-!                    filename = tilde_expand (matches[0]);
-!                    break;
-                   }
-! 
-!                if (filename)
-                   {
-!                    if ((stat (filename, &finfo) == 0)
-!                        && S_ISDIR (finfo.st_mode))
-!                      {
-!                        if (rl_line_buffer[rl_point] != '/')
-!                          rl_insert_text ("/");
-!                      }
-!                    else
-!                      {
-!                        if (rl_point == rl_end)
-!                          rl_insert_text (temp_string);
-!                      }
-!                    free (filename);
-                   }
-               }
-             else
-               {
-Only in bash-1.14.2.local/lib/readline: diffs
-diff -rc bash-1.14.2/lib/readline/readline.c bash-1.14.2.local/lib/readline/readline.c
-*** bash-1.14.2/lib/readline/readline.c        Fri Aug 12 12:47:46 1994
---- bash-1.14.2.local/lib/readline/readline.c  Wed Sep 21 15:36:07 1994
-***************
-*** 23,28 ****
---- 23,29 ----
-  #define READLINE_LIBRARY
-  
-  #include <stdio.h>
-+ #include <string.h>
-  #include <sys/types.h>
-  #include <fcntl.h>
-  #if !defined (NO_SYS_FILE)
-***************
-*** 3518,3523 ****
---- 3519,3616 ----
-  }
-  
-  #endif /* TEST */
-+ 
-+ #define cr_whitespace(c) ((c) == '\r' || (c) == '\n' || whitespace(c))
-+ 
-+ char *
-+ get_mh_path ()
-+ {
-+   static FILE *fp = (FILE *)NULL;
-+   char buf[512];      /* XXX */
-+   char profile[512];  /* XXX */
-+   char *bp;
-+   char *temp_home;
-+   char *temp_path;
-+ 
-+   temp_home = (char *)getenv ("HOME");
-+   if (!temp_home)
-+     return ((char *)NULL);
-+ 
-+   strcpy (profile, temp_home);
-+   strcat (profile, "/.mh_profile");
-+ 
-+   if (fp)
-+     fclose (fp);
-+ 
-+   fp = fopen (profile, "r");
-+   if (fp == (FILE *)NULL)
-+     return ((char *)NULL);
-+ 
-+   while (fgets (buf, 512, fp) != (char *)NULL)  /* XXX */
-+     {
-+       if ((bp = strstr (buf, "Path:")) != (char *)NULL)
-+      {
-+        bp += 5;
-+        while (whitespace (*bp))
-+          bp++;
-+ 
-+        if (*bp == '\0')
-+          return ((char *)NULL);
-+ 
-+        temp_path = (char *)xmalloc (3 + strlen (bp) + strlen (temp_home));
-+ 
-+        strcpy (temp_path, temp_home);
-+        strcat (temp_path, "/");
-+        strcat (temp_path, bp);
-+ 
-+        bp = temp_path;
-+ 
-+        while (!(cr_whitespace (*bp)))
-+          bp++;
-+ 
-+        *bp = '\0';
-+ 
-+        return temp_path;
-+      }
-+     }
-+ 
-+   return ((char *)NULL);
-+ }
-+ 
-+ /* Expand FILENAME if it begins with a plus.  This always returns
-+    a new string. */
-+ char *
-+ plus_expand (filename)
-+      char *filename;
-+ {
-+   static char *dirname = (char *)NULL;
-+ 
-+   if (filename && *filename == '+')
-+     {
-+       char *mh_path = get_mh_path ();
-+ 
-+       if (filename[1] == '/' || filename[1] == '.')
-+      {
-+        dirname = (char *)xmalloc (1 + strlen (filename));
-+ 
-+        strcpy(dirname, filename+1);
-+ 
-+        return dirname;
-+      }
-+ 
-+       if (mh_path)
-+      {
-+        dirname = (char *)xmalloc (1 + strlen (filename) + strlen (mh_path));
-+ 
-+        strcpy (dirname, mh_path);
-+        strcat (dirname, "/");
-+        strcat (dirname, filename+1);
-+ 
-+        return dirname;
-+      }
-+     }
-+   return (char *)NULL;
-+ }
-  
-  \f
-  /*
-
index bd87d2c9dce9715dbdd92c7095c65781a028d2e0..b024047f4ce09db298a99245ab90a9120bffa4c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10772,3 +10772,334 @@ lib/readline/isearch.c
                                   -----
 CHANGES,NEWS
        - updated for bash-5.3-beta
+
+                                  12/15
+                                  -----
+lib/readline/histexpand.c
+       - get_history_event: make sure we don't change history_offset whether
+         the search succeeds or fails, don't set it to history_length.
+         Callers don't expect to have the history offset changed out from
+         under them.
+         Fixes bug reported by Grisha Levit <grishalevit@gmail.com>
+
+                                  12/16
+                                  -----
+lib/readline/util.c
+       - _rl_abort_internal: make sure to clear _rl_command_to_execute
+         Report and patch from Grisha Levit <grishalevit@gmail.com>
+
+tests/printf7.sub,tests/cond-regexp2.sub
+       - accommodate different error messages across different systems
+
+                                1/2/2025
+                                --------
+tests/run-all, tests/run-minimal
+       - BASHOPTS: unset or unexport as appropriate, same as SHELLOPTS
+         From a report by Martin D Kealey <martin@kurahaupo.gen.nz>
+
+                                   1/9
+                                   ---
+subst.c
+       - string_extract_verbatim: take into account the fact that CTLESC can
+         quote multibyte characters; use ADVANCE_CHAR instead of increment
+         Fixes bug reported by jktseug@gmail.com
+
+                                  1/10
+                                  ----
+expr.c
+       - expr_bind_variable,expr_streval: suppress additional expansion if
+         called by the `let' builtin, whether or not array_expand_once is set
+       - expr_skipsubscript: suppress expansion while parsing subscripts
+         whether array_expand_once is set or not
+         Still have to change tests if this goes final
+         These are all conditional on shell_compatibility_level > 51
+         From a bug-bash post by Greg Wooledge <greg@wooledge.org>
+
+                                  1/14
+                                  ----
+lib/readline/complete.c
+       - _rl_export_completions: use print_filename instead of fprintf to
+         display the possible completions so slashes and file types can
+         be included
+         From a patch from Matthew Tromp <matthewktromp@gmail.com>
+
+                                  1/15
+                                  ----
+examples/loadables/fltexpr.c
+       - fltexpr: new loadable builtin to do floating-point arithmetic
+         expression evaluation and optionally print the result
+
+                                  1/16
+                                  ----
+builtins/printf.def
+       - getarg(), advancearg(): cosmetic changes to make it easier to
+         implement %N$ format specifiers in the future
+
+                                  1/18
+                                  ----
+subst.c
+       - array_length_reference: requesting the length of an element of an
+         unset variable using array syntax is a fatal error when `set -u'
+         is enabled and the subscript is not `@' or `*'.
+         Inspired by a report from Ian Kelling <iank@fsf.org>
+
+                                  1/20
+                                  ----
+parse.y
+       - decode_prompt_string: since Debian has made the spectaculary bad call
+         to allow arbitrary characters in usernames, protect the results of
+         the \u expansion in the same way as \[Ww] and \[Hh] (externally-
+         controlled data)
+         From https://savannah.gnu.org/patch/?10496
+
+                                  1/21
+                                  ----
+eval.c
+       - reader_loop: if we longjmp with ERREXIT, don't reset any local
+         function contexts in posix mode, since POSIX says to exit as if
+         executing the `exit builtin with no arguments'. Revision of change
+         from 7/2022.
+         From a report by Ivan Shapovalov <intelfx@intelfx.name> in 11/2024
+
+lib/readline/display.c
+       - rl_redisplay: after calling update_line, when putting the cursor
+         where it needs to be and reprinting part of the line with the
+         prompt that contains invisible characters, make sure we start to
+         output characters at the portion in the prompt buffer that begins
+         on the current line and only offset by the number of invisible
+         characters on the current line, and set _rl_last_c_pos accordingly
+         in both multibyte and singlebyte locales.
+         Fixes bug reported by Andreas Schwab <schwab@linux-m68k.org>
+
+                                  1/22
+                                  ----
+execute_cmd.c
+       - execute_builtin_or_function: if we're executing the exec builtin,
+         and there are redirections, let exec_builtin handle disposing of
+         redirection_undo_list if there is no program name to execute, so
+         it's still there if exec returns and doesn't exit the shell.
+         Then we can manage disposing of exec_redirection_undo_list and
+         letting the redirections be undone as normal.
+         This is POSIX interp 1896, with modifications from
+         https://www.austingroupbugs.net/view.php?id=1896#c7037
+
+builtins/exec.def
+       - exec_builtin: dispose of redirection_undo_list and set it to NULL
+         if there is no program name operand; let execute_builtin_or_function
+         clean it up
+
+                                  1/23
+                                  ----
+lib/readline/terminal.c
+       - _rl_tcgetwinsize,_rl_tcsetwinsize: function wrappers for tcgetwinsize/
+         tcsetwinsize with fallbacks to ioctl if those functions aren't
+         available
+       - _rl_get_screensize: use _rl_tcgetwinsize
+
+lib/readline/rlwinsize.h
+       - _rl_tcgetwinsize,_rl_tcsetwinsize: extern function declarations
+
+lib/readine/rltty.c
+       - set_winsize: use _rl_tcgetwinsize/_rl_tcsetwinsize
+       - set_winsize: if _rl_tcgetwinsize succeeds, use the values to set
+         readline's idea of the screen size via _rl_set_screen_size
+         Inspired by a discussion with Olav Mørkrid <omega@funker.no>
+
+                                  1/24
+                                  ----
+lib/readline/signals.c
+       - _rl_handling_signal: new private variable, set to the signal we're
+         currently handling in _rl_signal_handler (SIGWINCH) or
+         _rl_handle_signal (all others). Only valid if RL_STATE_SIGHANDLER
+         is set
+
+lib/readline/rlprivate.h
+       - _rl_handling_signal: new extern declaration
+
+lib/readline/rltty.c
+       - set_winsize: only set readline's idea of the screen size if we're
+         executing in a signal handler context and handling SIGTSTP and the
+         application has indicated that it doesn't want the environment
+         variables LINES and COLUMNS to have priority (rl_prefer_env_winsize)
+
+                                  1/30
+                                  ----
+jobs.c
+       - wait_for_single_pid: if wait_for returns -1/ECHILD, make sure to
+         return 257 just as if the child was not found, optionally printing
+         an error message if JWAIT_PERROR is supplied
+         From a discussion with Ian <saturns_rings@protonmail.com>
+
+                                   2/8
+                                   ---
+redir.c
+       - do_redirection_internal: keep track of whether the redirector fd
+         was active with a new variable. Not used yet, should be optimized
+         out.
+       - add_undo_fd_redirect: new undo function using r_move_input so we
+         don't need a dup redir and a separate close redir to undo. Not
+         used yet
+       - do_redirection_internal: only call check_bash_input if we're
+         creating an undo list and not running one
+
+command.h
+       - OUTPUT_REDIRECT: add r_output_force
+
+input.c
+       - check_bash_input: if we dup the bash input fd to another in
+         save_bash_input, return that fd. Continue to return -1 on error
+         and 0 if we don't do anything but sync
+
+execute_cmd.c
+       - execute_null_command: force a subshell if any of the redirections
+         involve the bash input buffered fd.
+         From a report by Martin D Kealey <martin@kurahaupo.gen.nz>
+
+                                  2/10
+                                  ----
+
+examples/loadables/chmod.c
+       - chmod: new loadable builtin, inspired by zhixu.liu@gmail.com in
+         https://savannah.gnu.org/patch/?10499
+
+                                  2/11
+                                  ----
+builtins/kill.def
+       - kill_builtin: in posix mode, return a failure status if any of the
+         pid/job arguments are not found or sending the signal fails. This
+         is consistent with
+         https://pubs.opengroup.org/onlinepubs/9799919799/utilities/kill.html#tag_20_64_14
+
+                                  2/12
+                                  ----
+braces.c
+       - brace_gobbler: take a new argument in which to return the type of
+         brace expansion (comma or sequence) we think we've found; change
+         all callers
+       - brace_expand: even if we find a BRACE_ARG_SEPARATOR, don't try to
+         perform expansion if brace_gobbler doesn't think we have a
+         BRACE_COMMA expansion
+       - valid_seqterm: new function, performs minimal validation on a
+         sequence expansion, used to skip over invalid sequence expressions
+         in brace_expand
+       - brace_expand: call valid_seqterm if brace_gobbler finds a BRACE_SEQ
+         expansion
+         Inspired by report from Robert Elz <kre@munnari.oz.au>
+
+                                  2/13
+                                  ----
+doc/bash.1,doc/bashref.texi
+       - clarified the handling of double quotes in EXPRESSION in
+         (( EXPRESSION )) and $(( EXPRESSION )) to say that only unescaped
+         double quotes are removed
+
+expr.c
+       - expr_bind_variable,expr_streval: revert change from 1/10 that
+         suppresses additional expansion when called by the `let' builtin,
+         tag for possible inclusion in a future release when I can look
+         at parallel changes to ((...)) and $((...)) (and probably
+         declare 'a[" "]=12' or similar)
+
+                                  2/14
+                                  ----
+
+lib/sh/zmapfd.c,externs.h
+       - zmapfd: now returns ssize_t in case of large files when size_t is
+         larger than int
+
+builtins/evalfile.c,builtins/help.def
+       - zmapfd: changed callers
+
+print_cmd.c
+       - print_redirection: the default file descriptor for <> is 0
+         Report and fix from Emanuele Torre <torreemanuele6@gmail.com>
+
+                                  2/18
+                                  ----
+configure.ac
+       - check for d_type member of struct dirent for future use
+
+                                  2/24
+                                  ----
+doc/bash.1,doc/bashref.texi
+       - document the word expansions performed on indexed array subscripts
+         and assoc array keys
+       - document the possibility and effect of empty strings on arithmetic
+         evaluation for substring expansion, arithmetic expansion, operands
+         to the the [[ command's arithmetic operators, the expression in
+         the (( compound command, and indexed array subscripts
+
+                                  2/24
+                                  ----
+execute_cmd.c
+       - execute_command_internal: if executing a (...) subshell, make sure
+         to update BASH_COMMAND before exiting on an error return from the
+         subshell with -e set
+         Report from Max Bowsher <maxbowsher@gmail.com>
+
+                                   3/3
+                                   ---
+redir.c
+       - here_document_to_fd: if we are trying to use a pipe for a here
+         document, but the F_GETPIPE_SZ fcntl returns a value shorter than
+         the here document length, make sure to close the pipe file descriptors
+
+builtins/ulimit.def
+       - pipesize: use pathconf and _PC_PIPE_BUF if available
+
+                                   3/8
+                                   ---
+braces.c
+       - brace_expand: make sure to call valid_seqterm with the right length
+         so that text[tlen] == '}'
+
+                                  3/10
+                                  ----
+builtins/help.def
+       - show_manpage: if the first line of long_doc doesn't contain a
+         newline, e.g., if it's a loadable builtin, add one so there's the
+         usual space between NAME and SYNOPSIS
+
+m4/codeset.m4
+       - define HAVE_NL_LANGINFO
+
+lib/sh/strftime.c
+       - updates for locale-awareness
+
+                                  3/14
+                                  ----
+lib/termcap/termcap.c,lib/termcap/tparam.c
+       - updates for ISO C
+
+                                  3/17
+                                  ----
+configure.ac
+       - update release to rc1, update CHANGES and NEWS
+
+                                  3/19
+                                  ----
+lib/readline/rlmbutil.h
+       - _rl_wcwidth: make sure wchar_t constants have an `L' prefix
+
+                                  3/24
+                                  ----
+subst.c
+       - function_substitute: set temporary_env to NULL (we've already
+         set up an unwind-protect for it) before pushing the context, so
+         pop_context doesn't free it out from underneath the caller.
+         Report from Emanuele Torre <torreemanuele6@gmail.com>
+
+                                  3/27
+                                  ----
+shell.c
+       - set_bash_input: if the call to with_input_from_buffered_stream does
+         not result in a valid buffer corresponding to the file descriptor,
+         print an error message and set last_command_exit_value
+         From a report in https://savannah.gnu.org/patch/?10512
+
+                                   4/3
+                                   ---
+lib/sh/gettimeofday.c
+       - updated from version in gnulib
+
+[bash-5.3-rc1 frozen]
index 2d43261e312c177b6b65b5c39f2a04b78c165dbe..5dcd8cce1cdff54f784f9152968f84be6fefb4b4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -533,6 +533,7 @@ m4/timespec.m4              f
 m4/bison.m4            f
 m4/c-bool.m4           f
 m4/codeset.m4          f
+m4/d-type.m4           f
 m4/extern-inline.m4    f
 m4/fcntl-o.m4          f
 m4/flexmember.m4       f
@@ -645,6 +646,8 @@ po/ru.po            f
 po/sk.gmo              f
 po/sk.po               f
 po/sl.gmo              f
+po/sq.po               f
+po/sq.gmo              f
 po/sr.po               f
 po/sr.gmo              f
 po/sl.po               f
@@ -782,7 +785,9 @@ examples/loadables/getconf.h        f
 examples/loadables/getconf.c   f
 examples/loadables/fdflags.c   f
 examples/loadables/finfo.c     f
+examples/loadables/fltexpr.c   f
 examples/loadables/cat.c       f
+examples/loadables/chmod.c     f
 examples/loadables/csv.c       f
 examples/loadables/dsv.c       f
 examples/loadables/kv.c                f
@@ -963,6 +968,7 @@ tests/arith6.sub    f
 tests/arith7.sub       f
 tests/arith8.sub       f
 tests/arith9.sub       f
+tests/arith10.sub      f
 tests/array.tests      f
 tests/array.right      f
 tests/array1.sub       f
@@ -1178,6 +1184,7 @@ tests/exec13.sub  f
 tests/exec14.sub       f
 tests/exec15.sub       f
 tests/exec16.sub       f
+tests/exec17.sub       f
 tests/exp.tests                f
 tests/exp.right                f
 tests/exp1.sub         f
diff --git a/MANIFEST.doc b/MANIFEST.doc
deleted file mode 100644 (file)
index 736ad5b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Master Manifest file for documentation-only distribution
-#
-doc    d
-MANIFEST.doc   f
-doc/article.ps f
-doc/rose94.ps  f
-doc/bash.ps            f
-doc/bashbug.ps f
-doc/builtins.ps        f
-doc/rbash.ps   f
-doc/bashref.ps f
-doc/bashref.dvi        f
-doc/bash.0             f
-doc/bashbug.0          f
-doc/builtins.0 f
-doc/rbash.0    f
-doc/article.txt        f
-doc/bash.html          f
-doc/bashref.html       f
-doc/article.pdf        f
-doc/bash.pdf   f
-doc/bashref.pdf        f
-doc/rose94.pdf f
index 30237239fd6cbd467b17d1da6790f6728eb2026c..3e8e86586f422a50e7ba2797820f23027438c2c6 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for bash-5.3, version 5.8
 #
-# Copyright (C) 1996-2024 Free Software Foundation, Inc.
+# Copyright (C) 1996-2025 Free Software Foundation, Inc.
 
 #   This program is free software: you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -1182,6 +1182,7 @@ expr.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h
 expr.o: make_cmd.h subst.h sig.h pathnames.h externs.h flags.h execute_cmd.h
 expr.o: ${BASHINCDIR}/chartypes.h
 expr.o: assoc.h ${BASHINCDIR}/ocache.h ${BASHINCDIR}/typemax.h
+expr.o: $(DEFSRC)/common.h $(DEFDIR)/builtext.h
 findcmd.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h ${BASHINCDIR}/posixstat.h bashansi.h
 findcmd.o: ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/memalloc.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h
 findcmd.o: ${BASHINCDIR}/stdc.h error.h general.h xmalloc.h variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h
diff --git a/NEWS b/NEWS
index 3bd189d7b098955da1ceeb317cf730ad0d577d5f..84b11c8dd7b707971e56e039e1e5d9841b6620ec 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,12 +29,12 @@ j. `trap' has a new -P option that prints the trap action associated with each
    signal argument.
 
 k. The `command' builtin preceding a declaration builtin (e.g., `declare')
-   preserves the special asisgnment statement parsing for the declation
+   preserves the special asisgnment statement parsing for the declaration
    builtin. This is a new POSIX requirement.
 
 l. `printf' uses the `alternate form' for %q and %Q to force single quoting.
 
-m. `printf' now interprets %ls (%S) and %lc (%C)nas referring to wide strings
+m. `printf' now interprets %ls (%S) and %lc (%C) as referring to wide strings
    and characters, respectively, when in a multibyte locale.
 
 n. The shell can be compiled with a different default value for the
@@ -129,7 +129,7 @@ pp. There is a new `bash_source_fullpath' shopt option, which makes bash put
     at configure time.
 
 qq. Posix mode now forces job notifications to occur when the new edition of
-    POSIX specifes (since it now specifies them).
+    POSIX specifies (since it now specifies them).
 
 rr. Interactive shells don't print job notifications while sourcing scripts.
 
@@ -143,6 +143,9 @@ uu. If `exit' is run in a trap and not supplied an exit status argument, it
     `top level' and would cause the trap to end (that is, not in a subshell).
     This is from Posix interp 1602.
 
+vv. There is a new `fltexpr' builtin to perform floating-point arithmetic
+    similarly to `let'.
+
 2. New Features in Readline
 
 a. Output a newline if there is no prompt and readline reads an empty line.
@@ -175,18 +178,24 @@ i. Incremental and non-incremental searches now allow ^V/^Q (or, in the former
    case, anything bound to quoted-insert) to quote characters in the search
    string.
 
-j. Documentation has been significantly updated.
+j. There is a new rl_print_keybinding function that prints the key bindings
+   for a single bindable function specified by name.
+
+k. Documentation has been significantly updated.
 
-k. New `force-meta-prefix' bindable variable, which forces the use of ESC as
+l. New `force-meta-prefix' bindable variable, which forces the use of ESC as
    the meta prefix when using "\M-" in key bindings instead of overloading
    convert-meta.
 
-l. The default value for `readline-colored-completion-prefix' no longer has a
+m. The default value for `readline-colored-completion-prefix' no longer has a
    leading `.'; the original report was based on a misunderstanding.
 
-m. There is a new bindable command, `export-completions', which writes the
+n. There is a new bindable command, `export-completions', which writes the
    possible completions for a word to the standard output in a defined format.
 
+o. Readline can reset its idea of the screen dimensions when executing after
+   a SIGCONT.
+
 -------------------------------------------------------------------------------
 This is a terse description of the new features added to bash-5.2 since
 the release of bash-5.1.  As always, the manual page (doc/bash.1) is
diff --git a/POSIX b/POSIX
index b313af82056389603858b2b6929896aad1935fac..20130133a59f47c1e3e150b3a715eccb4bc9a93c 100644 (file)
--- a/POSIX
+++ b/POSIX
@@ -45,7 +45,7 @@ editing commands were left out due to objections.
 Although Bash is an implementation of the POSIX shell specification,
 there are areas where the Bash default behavior differs from the
 specification.  The Bash “posix mode” changes the Bash behavior in these
-areas so that it conforms more closely to the standard.
+areas so that it conforms more strictly to the standard.
 
 Starting Bash with the ‘--posix’ command-line option or executing ‘set
 -o posix’ while Bash is running will cause Bash to conform more closely
@@ -55,7 +55,7 @@ by POSIX in areas where the Bash default differs.
 When invoked as ‘sh’, Bash enters POSIX mode after reading the startup
 files.
 
-The following list is what's changed when 'POSIX mode' is in effect:
+The following list is what's changed when POSIX mode is in effect:
 
   1. Bash ensures that the ‘POSIXLY_CORRECT’ variable is set.
 
@@ -180,7 +180,7 @@ The following list is what's changed when 'POSIX mode' is in effect:
      double-quoted string, even if the ‘histexpand’ option is enabled.
 
   31. When printing shell function definitions (e.g., by ‘type’), Bash
-     does not print the ‘function’ keyword unless necessary.
+     does not print the ‘function’ reserved word unless necessary.
 
   32. Non-interactive shells exit if a syntax error in an arithmetic
      expansion results in an invalid expression.
@@ -289,72 +289,77 @@ The following list is what's changed when 'POSIX mode' is in effect:
   58. The ‘kill’ builtin does not accept signal names with a ‘SIG’
      prefix.
 
-  59. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
+  59. The ‘kill’ builtin returns a failure status if any of the pid or
+     job arguments are invalid or if sending the specified signal to any
+     of them fails.  In default mode, ‘kill’ returns success if the
+     signal was successfully sent to any of the specified processes.
+
+  60. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
      arguments corresponding to floating point conversion specifiers,
      instead of ‘long double’ if it's available.  The ‘L’ length
      modifier forces ‘printf’ to use ‘long double’ if it's available.
 
-  60. The ‘pwd’ builtin verifies that the value it prints is the same as
+  61. The ‘pwd’ builtin verifies that the value it prints is the same as
      the current directory, even if it is not asked to check the file
      system with the ‘-P’ option.
 
-  61. The ‘read’ builtin may be interrupted by a signal for which a trap
+  62. The ‘read’ builtin may be interrupted by a signal for which a trap
      has been set.  If Bash receives a trapped signal while executing
      ‘read’, the trap handler executes and ‘read’ returns an exit status
      greater than 128.
 
-  62. When the ‘set’ builtin is invoked without options, it does not
+  63. When the ‘set’ builtin is invoked without options, it does not
      display shell function names and definitions.
 
-  63. When the ‘set’ builtin is invoked without options, it displays
+  64. When the ‘set’ builtin is invoked without options, it displays
      variable values without quotes, unless they contain shell
      metacharacters, even if the result contains nonprinting characters.
 
-  64. The ‘test’ builtin compares strings using the current locale when
+  65. The ‘test’ builtin compares strings using the current locale when
      evaluating the ‘<’ and ‘>’ binary operators.
 
-  65. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
+  66. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
      Historical versions of ‘test’ made the argument optional in certain
      cases, and Bash attempts to accommodate those for backwards
      compatibility.
 
-  66. The ‘trap’ builtin displays signal names without the leading
+  67. The ‘trap’ builtin displays signal names without the leading
      ‘SIG’.
 
-  67. The ‘trap’ builtin doesn't check the first argument for a possible
+  68. The ‘trap’ builtin doesn't check the first argument for a possible
      signal specification and revert the signal handling to the original
      disposition if it is, unless that argument consists solely of
      digits and is a valid signal number.  If users want to reset the
      handler for a given signal to the original disposition, they should
      use ‘-’ as the first argument.
 
-  68. ‘trap -p’ without arguments displays signals whose dispositions
+  69. ‘trap -p’ without arguments displays signals whose dispositions
      are set to SIG_DFL and those that were ignored when the shell
      started, not just trapped signals.
 
-  69. The ‘type’ and ‘command’ builtins will not report a non-executable
+  70. The ‘type’ and ‘command’ builtins will not report a non-executable
      file as having been found, though the shell will attempt to execute
      such a file if it is the only so-named file found in ‘$PATH’.
 
-  70. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
+  71. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
      and ‘-f’ options.
 
-  71. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
+  72. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
      error if it attempts to unset a ‘readonly’ or ‘non-unsettable’
      variable, which causes a non-interactive shell to exit.
 
-  72. When asked to unset a variable that appears in an assignment
+  73. When asked to unset a variable that appears in an assignment
      statement preceding the command, the ‘unset’ builtin attempts to
      unset a variable of the same name in the current or previous scope
      as well.  This implements the required "if an assigned variable is
      further modified by the utility, the modifications made by the
      utility shall persist" behavior.
 
-  73. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
+  74. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
      interrupt the ‘wait’ builtin and cause it to return immediately.
      The trap command is run once for each child that exits.
 
-  74. Bash removes an exited background process's status from the list
+  75. Bash removes an exited background process's status from the list
      of such statuses after the ‘wait’ builtin returns it.
 
 There is other POSIX behavior that Bash does not implement by default
index 7253f2c4228e6ee3439bcdc9815d4f4752c3c5dc..bd598666c88fe465e74b94751f20d0c1acdf4f7a 100644 (file)
@@ -3,7 +3,7 @@ dnl Bash specific tests
 dnl
 dnl Some derived from PDKSH 5.1.3 autoconf tests
 dnl
-dnl Copyright (C) 1987-2024 Free Software Foundation, Inc.
+dnl Copyright (C) 1987-2025 Free Software Foundation, Inc.
 dnl
 
 dnl
index 72921a18ef4197ee1b9d8e9c0f6ca4b609d7cfed..715460d59904e234651301a051554106b9cd5b14 100644 (file)
@@ -1,6 +1,6 @@
 /* arrayfunc.c -- High-level array functions used by other parts of the shell. */
 
-/* Copyright (C) 2001-2024 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -916,7 +916,7 @@ assign_array_var_from_string (SHELL_VAR *var, char *value, int flags)
     return var;
 
   nlist = expand_compound_array_assignment (var, value, flags);
-  /* This is were we set ASS_NOEXPAND and ASS_ONEWORD if we need to, since
+  /* This is where we set ASS_NOEXPAND and ASS_ONEWORD if we need to, since
      expand_compound_array_assignment performs word expansions. Honors
      array_expand_once; allows @ and * as associative array keys. */
   aflags = flags | (array_expand_once ? ASS_NOEXPAND : 0) | ASS_ALLOWALLSUB;
index 57c0b109df9c70f45c3a70020c8067bbee979bd1..49bd770e62d8bed1b2dd55bca78458860c407e2f 100644 (file)
--- a/braces.c
+++ b/braces.c
@@ -1,6 +1,6 @@
 /* braces.c -- code for doing word expansion in curly braces. */
 
-/* Copyright (C) 1987-2020,2022-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2020,2022-2025 Free Software Foundation, Inc.
 `
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -61,6 +61,11 @@ extern int errno;
 
 #define BRACE_SEQ_SPECIFIER    ".."
 
+/* What kind of brace expansion do we think we have? brace_gobbler() decides. */
+#define BRACE_COMMA    0x01
+#define BRACE_SEQ      0x02
+#define BRACE_NONE     0x04
+
 extern int asprintf (char **, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
 
 /* Basic idea:
@@ -75,9 +80,10 @@ extern int asprintf (char **, const char *, ...) __attribute__((__format__ (prin
 /* The character which is used to separate arguments. */
 static const int brace_arg_separator = ',';
 
-static int brace_gobbler (char *, size_t, int *, int);
+static int brace_gobbler (char *, size_t, int *, int *, int);
 static char **expand_amble (char *, size_t, int);
 static char **expand_seqterm (char *, size_t);
+static int valid_seqterm (char *, size_t);
 static char **mkseq (intmax_t, intmax_t, intmax_t, int, size_t);
 static char **array_concat (char **, char **);
 
@@ -97,12 +103,12 @@ dump_result (a)
 char **
 brace_expand (char *text)
 {
-  register int start;
+  int start;
   size_t tlen;
   char *preamble, *postamble, *amble;
   size_t alen;
   char **tack, **result;
-  int i, j, c, c1;
+  int i, j, c, c1, etype;
 
   DECLARE_MBSTATE;
 
@@ -110,13 +116,13 @@ brace_expand (char *text)
   tlen = strlen (text);
   i = 0;
 #if defined (CSH_BRACE_COMPAT)
-  c = brace_gobbler (text, tlen, &i, '{');     /* } */
+  c = brace_gobbler (text, tlen, &i, (int *)NULL, '{');        /* } */
 #else
   /* Make sure that when we exit this loop, c == 0 or text[i] begins a
      valid brace expansion sequence. */
   do
     {
-      c = brace_gobbler (text, tlen, &i, '{'); /* } */
+      c = brace_gobbler (text, tlen, &i, (int *)NULL, '{');    /* } */
       if (i >= tlen)
        break;
       c1 = c;
@@ -125,7 +131,16 @@ brace_expand (char *text)
       if (c)
        {
          start = j = i + 1;    /* { */
-         c = brace_gobbler (text, tlen, &j, '}');
+         c = brace_gobbler (text, tlen, &j, &etype, '}');
+#if 1
+         /* One alternative is to perform validity checking on the sequence
+            terms here. If the sequence expression is invalid, we just skip
+            over the open brace and go on, leaving other brace expressions in
+            the candidate sequence expression to be expanded. */
+         if (etype == BRACE_SEQ && valid_seqterm (text + start, j - start) == 0)
+           c = 0;
+#endif
+
          if (c == 0)           /* it's not */
            {
              i++;
@@ -160,7 +175,7 @@ brace_expand (char *text)
 
   /* Find the amble.  This is the stuff inside this set of braces. */
   start = ++i;
-  c = brace_gobbler (text, tlen, &i, '}');
+  c = brace_gobbler (text, tlen, &i, &etype, '}');
 
   /* What if there isn't a matching close brace? */
   if (c == 0)
@@ -206,8 +221,8 @@ brace_expand (char *text)
 #if defined (SHELL)
   INITIALIZE_MBSTATE;
 
-  /* If the amble does not contain an unquoted BRACE_ARG_SEPARATOR, then
-     just return without doing any expansion.  */
+  /* If the amble does not contain an unquoted BRACE_ARG_SEPARATOR, and we
+     think we have a BRACE_COMMA-separated sequence, then do no expansion. */
   j = 0;
   while (amble[j])
     {
@@ -218,14 +233,19 @@ brace_expand (char *text)
          continue;
        }
 
-      if (amble[j] == brace_arg_separator)
+      if (amble[j] == brace_arg_separator && etype == BRACE_COMMA)
        break;
 
       ADVANCE_CHAR (amble, alen, j);
     }
 
-  if (amble[j] == 0)
+  /* If we think we have a sequence expression, try to expand it. */
+  if (amble[j] == 0 && etype == BRACE_SEQ)
     {
+      /* The other alternative (see call to valid_seqterm() above) is to
+        perform the validity checking in expand_seqterm(). If we do this,
+        and the sequence isn't valid, we just treat the entire candidate
+        sequence expansion as a single unexpanded string. */
       tack = expand_seqterm (amble, alen);
       if (tack)
        goto add_tack;
@@ -293,7 +313,7 @@ expand_amble (char *text, size_t tlen, int flags)
   c = 1;
   while (c)
     {
-      c = brace_gobbler (text, tlen, &i, brace_arg_separator);
+      c = brace_gobbler (text, tlen, &i, (int *)NULL, brace_arg_separator);
 #if defined (SHELL)
       tem = substring (text, start, i);
 #else
@@ -455,6 +475,44 @@ mkseq (intmax_t start, intmax_t end, intmax_t incr, int type, size_t width)
   return (result);
 }
 
+/* For now. */
+static int
+valid_seqterm (char *text, size_t tlen)
+{
+  char *t, *lhs, *rhs;
+  int lhs_t, rhs_t;
+  int c;
+
+  c = text[tlen];      /* XXX - text[tlen] == RBRACE */
+  text[tlen] = '\0';   /* don't be tricked by something later in the string */
+  t = strstr (text, BRACE_SEQ_SPECIFIER);
+  text[tlen] = c;
+    
+  if (t == 0)
+    return 0;          /* invalid */
+  
+  lhs = text;
+  rhs = t + sizeof(BRACE_SEQ_SPECIFIER) - 1;
+
+  /*{*/
+  if (lhs[0] == BRACE_SEQ_SPECIFIER[0] || rhs[0] == '}')
+    return 0;          /* invalid */
+
+  /* Now figure out whether LHS and RHS are integers or letters.  Both
+     sides have to match. Minimal checking here, just enough to throw out the
+     obvious invalid candidates. */
+  lhs_t = (ISDIGIT (lhs[0]) || ((lhs[0] == '+' || lhs[0] == '-') && ISDIGIT (lhs[1]))) ? ST_INT :
+           (ISALPHA (lhs[0]) && lhs[1] == '.') ?  ST_CHAR : ST_BAD;
+
+  rhs_t = (ISDIGIT (rhs[0]) || ((rhs[0] == '+' || rhs[0] == '-') && ISDIGIT (rhs[1]))) ? ST_INT :
+/*{*/      (ISALPHA (rhs[0]) && (rhs[1] == '}' || rhs[1] == '.')) ? ST_CHAR : ST_BAD;
+
+  if (lhs_t != rhs_t || lhs_t == ST_BAD || rhs_t == ST_BAD)
+    return 0;          /* invalid */
+
+  return 1;
+}
+
 static char **
 expand_seqterm (char *text, size_t tlen)
 {
@@ -577,9 +635,9 @@ expand_seqterm (char *text, size_t tlen)
           an inner set of braces.       
 */
 static int
-brace_gobbler (char *text, size_t tlen, int *indx, int satisfy)
+brace_gobbler (char *text, size_t tlen, int *indx, int *typep, int satisfy)
 {
-  register int i, c, quoted, level, commas, pass_next;
+  int i, c, quoted, level, commas, pass_next, btype;
 #if defined (SHELL)
   size_t si;
   char *t;
@@ -587,6 +645,7 @@ brace_gobbler (char *text, size_t tlen, int *indx, int satisfy)
   DECLARE_MBSTATE;
 
   level = quoted = pass_next = 0;
+  btype = BRACE_NONE;
 #if defined (CSH_BRACE_COMPAT)
   commas = 1;
 #else
@@ -719,10 +778,16 @@ comsub:
        level--;
 #if !defined (CSH_BRACE_COMPAT)
       else if (satisfy == '}' && c == brace_arg_separator && level == 0)
-       commas++;
+       {
+         btype = BRACE_COMMA;
+         commas++;
+       }
       else if (satisfy == '}' && STREQN (text+i, BRACE_SEQ_SPECIFIER, 2) &&
                text[i+2] != satisfy && level == 0)
-       commas++;
+       {
+         btype = BRACE_SEQ;
+         commas++;
+       }
 #endif
 
 #if defined (SHELL)
@@ -733,6 +798,8 @@ comsub:
     }
 
   *indx = i;
+  if (typep)
+    *typep = btype;
   return (c);
 }
 
index 461864b5b5039b1b96ded91bae836c1fdc5d4ce0..285f9ddfea992e43fdd6e546faeeef064f58a978 100644 (file)
@@ -1,7 +1,7 @@
 This file is exec.def, from which is created exec.c.
 It implements the builtin "exec" in Bash.
 
-Copyright (C) 1987-2021,2022,2024 Free Software Foundation, Inc.
+Copyright (C) 1987-2021,2022,2024,2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -128,12 +128,13 @@ exec_builtin (WORD_LIST *list)
     }
   list = loptend;
 
-  /* First, let the redirections remain. */
-  dispose_redirects (redirection_undo_list);
-  redirection_undo_list = (REDIRECT *)NULL;
-
+  /* First, let the redirections remain if exec is called without operands */
   if (list == 0)
-    return (EXECUTION_SUCCESS);
+    {
+      dispose_redirects (redirection_undo_list);
+      redirection_undo_list = (REDIRECT *)NULL;
+      return (EXECUTION_SUCCESS);
+    }
 
 #if defined (RESTRICTED_SHELL)
   if (restricted)
index 8881900ce3b78ec3276c3c543fac9fa170fc541d..e7e9789d84e627110d511d9953227499872efbd8 100644 (file)
@@ -1,7 +1,7 @@
 This file is help.def, from which is created help.c.
 It implements the builtin "help" in Bash.
 
-Copyright (C) 1987-2024 Free Software Foundation, Inc.
+Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -245,7 +245,8 @@ show_longdoc (int i)
 static void
 show_desc (char *name, int i)
 {
-  register int j, r;
+  int j;
+  ssize_t r;
   char * const *doc, *line;
   int fd, usefile;
 
@@ -258,8 +259,13 @@ show_desc (char *name, int i)
       if (fd < 0)
        return;
       r = zmapfd (fd, &line, doc[0]);
+      if (r < 0)
+       {
+         builtin_error ("%s: %s: %s", doc[0], _("read error"), strerror (errno));
+         free (line);
+         line = (char *)NULL;
+       }
       close (fd);
-      /* XXX - handle errors if zmapfd returns < 0 */
     }
   else
     line = doc ? doc[0] : (char *)NULL;
@@ -281,6 +287,7 @@ static void
 show_manpage (char *name, int i)
 {
   register int j;
+  ssize_t r;
   char * const *doc;
   char *line;
   int fd, usefile;
@@ -293,7 +300,13 @@ show_manpage (char *name, int i)
       fd = open_helpfile (doc[0]);
       if (fd < 0)
        return;
-      zmapfd (fd, &line, doc[0]);
+      r = zmapfd (fd, &line, doc[0]);
+      if (r < 0)
+       {
+         builtin_error ("%s: %s: %s", doc[0], _("read error"), strerror (errno));
+         free (line);
+         line = (char *)NULL;
+       }
       close (fd);
     }
   else
@@ -308,6 +321,10 @@ show_manpage (char *name, int i)
       if (line[j] == '\n')
        break;
     }
+  /* If the line doesn't end with a newline, e.g., if it's a loadable builtin,
+     add one. */
+  if (line[j] != '\n')
+    putchar ('\n');
   printf ("\n");
 
   /* SYNOPSIS */
index f5dd416bbf8b962d542e462435a43502f1c6ad13..fa79c0b937f75424e504a63ad685c9205b7ebdcb 100644 (file)
@@ -1,7 +1,7 @@
 This file is history.def, from which is created history.c.
 It implements the builtin "history" in Bash.
 
-Copyright (C) 1987-2024 Free Software Foundation, Inc.
+Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -298,6 +298,11 @@ history_builtin (WORD_LIST *list)
       result = read_history (filename);
       history_lines_in_file = history_lines_read_from_file;
       /* history_lines_in_file = where_history () + history_base - 1; */
+#if 0
+      /* Report read errors from the history library. */
+      if (result > 0)
+       builtin_error ("%s: %s: %s", filename, _("read error"), strerror (errno));
+#endif
     }
   else if (flags & NFLAG)      /* Read `new' history from file. */
     {
@@ -312,6 +317,12 @@ history_builtin (WORD_LIST *list)
       history_lines_in_file = history_lines_read_from_file;
       /* history_lines_in_file = where_history () + history_base - 1; */
 
+#if 0
+      /* Report read errors from the history library. */
+      if (result > 0)
+       builtin_error ("%s: %s: %s", filename, _("read error"), strerror (errno));
+#endif
+
       /* If we're rewriting the history file at shell exit rather than just
         appending the lines from this session to it, the question is whether
         we reset history_lines_this_session to 0, losing any history entries
diff --git a/builtins/inlib.def b/builtins/inlib.def
deleted file mode 100644 (file)
index c4faf0d..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-This file is inlib.def, from which is created inlib.c.
-It implements the Apollo-specific builtin "inlib" in Bash.
-
-Copyright (C) 1987-2002 Free Software Foundation, Inc.
-
-This file is part of GNU Bash, the Bourne Again SHell.
-
-Bash is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-Bash is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with Bash.  If not, see <http://www.gnu.org/licenses/>.
-
-$PRODUCES inlib.c
-#include <config.h>
-
-#include <stdio.h>
-#include "../shell.h"
-
-$BUILTIN inlib
-$FUNCTION inlib_builtin
-$DEPENDS_ON apollo
-$SHORT_DOC inlib pathname [pathname...]
-Install user-supplied library.
-
-Install a user-supplied library specified by pathname in the current
-shell process. The library is used to resolve external references
-in programs and libraries loaded after its installation.  Note
-that the library is not loaded into the address space unless it is
-needed to resolve an external reference.  The list of inlibed
-libraries is passed to all children of the current shell.
-
-Exit Status:
-Returns success unless PATHNAME is not found or an error occurs.
-$END
-
-#if defined (apollo)
-
-#include <apollo/base.h>
-#include <apollo/loader.h>
-
-inlib_builtin (list)
-     WORD_LIST *list;
-{
-  status_$t status;
-  int return_value;
-  short len;
-
-  if (!list)
-    {
-      builtin_usage ();
-      return (EX_USAGE);
-    }
-
-  return_value = EXECUTION_SUCCESS;
-
-  while (list)
-    {
-      len = (short)strlen (list->word->word);
-      loader_$inlib (list->word->word, len, &status);
-
-      if (status.all != status_$ok)
-       {
-         builtin_error (_("%s: inlib failed"), list->word->word);
-         return_value = EXECUTION_FAILURE;
-       }
-
-      list = list->next;
-    }
-
-  return (return_value);
-}
-#endif /* apollo */
index f09c932affcbc6e51c7ccbffa0d5aeb934b74632..7b16cf499b5cf560d946d12eae91d137927f1d86 100644 (file)
@@ -84,7 +84,7 @@ static void kill_error (pid_t, int);
 int
 kill_builtin (WORD_LIST *list)
 {
-  int sig, any_succeeded, listing, saw_signal, dflags;
+  int sig, any_succeeded, any_failed, listing, saw_signal, dflags;
   char *sigspec, *word;
   pid_t pid;
   intmax_t pid_value;
@@ -96,7 +96,7 @@ kill_builtin (WORD_LIST *list)
     }
   CHECK_HELPOPT (list);
 
-  any_succeeded = listing = saw_signal = 0;
+  any_succeeded = any_failed = listing = saw_signal = 0;
   sig = SIGTERM;
   sigspec = "TERM";
 
@@ -199,6 +199,7 @@ use_sigspec:
                sh_invalidsig (sigspec);
              else
                kill_error (pid, errno);
+             any_failed++;
              CONTINUE_OR_FAIL;
            }
          else
@@ -247,6 +248,7 @@ use_sigspec:
                sh_invalidsig (sigspec);
              else
                kill_error (pid, errno);
+             any_failed++;
              CONTINUE_OR_FAIL;
            }
          else
@@ -262,7 +264,10 @@ use_sigspec:
       list = list->next;
     }
 
-  return (any_succeeded ? EXECUTION_SUCCESS : EXECUTION_FAILURE);
+  if (posixly_correct)
+    return ((any_failed == 0) ? EXECUTION_SUCCESS : EXECUTION_FAILURE);
+  else
+    return (any_succeeded ? EXECUTION_SUCCESS : EXECUTION_FAILURE);
 }
 
 static void
index 0ba0e634204c97805dd6a125549a035f7ff9ddf6..7d7f8c26688ed9fba844b93971f325e14dc24826 100644 (file)
@@ -1,7 +1,7 @@
 This file is printf.def, from which is created printf.c.
 It implements the builtin "printf" in Bash.
 
-Copyright (C) 1997-2024 Free Software Foundation, Inc.
+Copyright (C) 1997-2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -242,6 +242,12 @@ static char *vbuf, *vname;
 static size_t vbsize;
 static size_t vblen;
 
+/* printf format numbered argument support */
+static char **narg_argv;
+static int narg_argc;
+static int narg_maxind;
+static int narg_curind;
+
 static intmax_t tw;
 
 static char *conv_buf;
@@ -1329,16 +1335,32 @@ mklong (char *str, char *modifiers, size_t mlen)
   return (conv_buf);
 }
 
+static inline char *
+getarg (void)
+{
+  return (garglist ? garglist->word->word : 0);
+}
+
+static inline void
+advancearg (void)
+{
+  garglist = garglist->next;
+}
+
 static int
 getchr (void)
 {
   int ret;
+  char *arg;
+
+  arg = getarg ();
 
-  if (garglist == 0)
+  if (arg == 0)
     return ('\0');
 
-  ret = (int)garglist->word->word[0];
-  garglist = garglist->next;
+  ret = (int)arg[0];
+
+  advancearg ();
   return ret;
 }
 
@@ -1347,11 +1369,11 @@ getstr (void)
 {
   char *ret;
 
-  if (garglist == 0)
+  ret = getarg ();
+  if (ret == 0)
     return ("");
 
-  ret = garglist->word->word;
-  garglist = garglist->next;
+  advancearg ();
   return ret;
 }
 
@@ -1379,23 +1401,25 @@ static int
 getint (int overflow_retval)
 {
   intmax_t ret;
-  char *ep;
+  char *ep, *arg;
   int overflow;
 
-  if (garglist == 0)
+  arg = getarg ();
+
+  if (arg == 0)
     return (0);
 
-  if (garglist->word->word[0] == '\'' || garglist->word->word[0] == '"')
+  if (arg[0] == '\'' || arg[0] == '"')
     return asciicode ();
 
   errno = 0;
-  ret = strtoimax (garglist->word->word, &ep, 0);
+  ret = strtoimax (arg, &ep, 0);
   if (overflow = (errno == ERANGE) || (ret < INT_MIN || ret > INT_MAX))
     errno = ERANGE;    /* force errno */
 
-  chk_converror (garglist->word->word, ep);
+  chk_converror (arg, ep);
 
-  garglist = garglist->next;
+  advancearg ();
   return (overflow ? overflow_retval : (int)ret);
 }
 
@@ -1403,20 +1427,22 @@ static intmax_t
 getintmax (void)
 {
   intmax_t ret;
-  char *ep;
+  char *ep, *arg;
 
-  if (garglist == 0)
+  arg = getarg ();
+
+  if (arg == 0)
     return (0);
 
-  if (garglist->word->word[0] == '\'' || garglist->word->word[0] == '"')
+  if (arg[0] == '\'' || arg[0] == '"')
     return asciicode ();
 
   errno = 0;
-  ret = strtoimax (garglist->word->word, &ep, 0);
+  ret = strtoimax (arg, &ep, 0);
 
-  chk_converror (garglist->word->word, ep);
+  chk_converror (arg, ep);
 
-  garglist = garglist->next;
+  advancearg ();
   return (ret);
 }
 
@@ -1424,20 +1450,22 @@ static uintmax_t
 getuintmax (void)
 {
   uintmax_t ret;
-  char *ep;
+  char *ep, *arg;
 
-  if (garglist == 0)
+  arg = getarg ();
+
+  if (arg == 0)
     return (0);
 
-  if (garglist->word->word[0] == '\'' || garglist->word->word[0] == '"')
+  if (arg[0] == '\'' || arg[0] == '"')
     return asciicode ();
 
   errno = 0;
-  ret = strtoumax (garglist->word->word, &ep, 0);
+  ret = strtoumax (arg, &ep, 0);
 
-  chk_converror (garglist->word->word, ep);  
+  chk_converror (arg, ep);  
 
-  garglist = garglist->next;
+  advancearg ();
   return (ret);
 }
 
@@ -1445,20 +1473,22 @@ static double
 getdouble (void)
 {
   double ret;
-  char *ep;
+  char *ep, *arg;
+
+  arg = getarg ();
 
-  if (garglist == 0)
+  if (arg == 0)
     return (0);
 
-  if (garglist->word->word[0] == '\'' || garglist->word->word[0] == '"')
+  if (arg[0] == '\'' || arg[0] == '"')
     return asciicode ();
 
   errno = 0;
-  ret = strtod (garglist->word->word, &ep);
+  ret = strtod (arg, &ep);
 
-  chk_converror (garglist->word->word, ep);
+  chk_converror (arg, ep);
 
-  garglist = garglist->next;
+  advancearg ();
   return (ret);
 }
 
@@ -1466,20 +1496,22 @@ static floatmax_t
 getfloatmax (void)
 {
   floatmax_t ret;
-  char *ep;
+  char *ep, *arg;
+
+  arg = getarg ();
 
-  if (garglist == 0)
+  if (arg == 0)
     return (0);
 
-  if (garglist->word->word[0] == '\'' || garglist->word->word[0] == '"')
+  if (arg[0] == '\'' || arg[0] == '"')
     return asciicode ();
 
   errno = 0;
-  ret = strtofltmax (garglist->word->word, &ep);
+  ret = strtofltmax (arg, &ep);
 
-  chk_converror (garglist->word->word, ep);
+  chk_converror (arg, ep);
 
-  garglist = garglist->next;
+  advancearg ();
   return (ret);
 }
 
@@ -1488,23 +1520,25 @@ static intmax_t
 asciicode (void)
 {
   register intmax_t ch;
+  char *arg;
 #if defined (HANDLE_MULTIBYTE)
   wchar_t wc;
   size_t slen, mblength;
 #endif
   DECLARE_MBSTATE;
 
+  arg = getarg ();
 #if defined (HANDLE_MULTIBYTE)
-  slen = strlen (garglist->word->word+1);
+  slen = strlen (arg+1);
   wc = 0;
-  mblength = mbrtowc (&wc, garglist->word->word+1, slen, &state);
+  mblength = mbrtowc (&wc, arg+1, slen, &state);
   if (MB_INVALIDCH (mblength) == 0)
     ch = wc;           /* XXX */
   else
 #endif
-    ch = (unsigned char)garglist->word->word[1];
+    ch = (unsigned char)arg[1];
 
-  garglist = garglist->next;
+  advancearg ();
   return (ch);
 }
 
@@ -1515,16 +1549,18 @@ getwidestr (size_t *lenp)
   wchar_t *ws;
   const char *mbs;
   size_t slen, mblength;
+  char *arg;
   DECLARE_MBSTATE;
 
-  if (garglist == 0)
+  arg = getarg ();
+  if (arg == 0)
     {
       if (lenp)
        *lenp = 0;
       return NULL;
     }
 
-  mbs = garglist->word->word;
+  mbs = arg;
   slen = strlen (mbs);
   ws = (wchar_t *)xmalloc ((slen + 1) * sizeof (wchar_t));
   mblength = mbsrtowcs (ws, &mbs, slen + 1, &state);
@@ -1535,13 +1571,13 @@ getwidestr (size_t *lenp)
     {
       int i;
       for (i = 0; i < slen; i++)
-       ws[i] = (wchar_t)garglist->word->word[i];
+       ws[i] = (wchar_t)arg[i];
       ws[slen] = L'\0';
       if (lenp)
        *lenp = slen;
     }
 
-  garglist = garglist->next;
+  advancearg ();
   return (ws);
 }
 
@@ -1550,17 +1586,19 @@ getwidechar (void)
 {
   wchar_t wc;
   size_t slen, mblength;
+  char *arg;
   DECLARE_MBSTATE;
 
-  if (garglist == 0)
+  arg = getarg ();
+  if (arg == 0)
     return L'\0';
 
   wc = 0;
-  mblength = mbrtowc (&wc, garglist->word->word, locale_mb_cur_max, &state);
+  mblength = mbrtowc (&wc, arg, locale_mb_cur_max, &state);
   if (MB_INVALIDCH (mblength))
-    wc = (wchar_t)garglist->word->word[0];
+    wc = (wchar_t)arg[0];
 
-  garglist = garglist->next;
+  advancearg ();
   return (wc);
 }
 
index 8d7ff4542568a996a7364642acf15d85c909a0a1..cf6f6be1265249b8b6326dc186485c2465132305 100644 (file)
@@ -1,7 +1,7 @@
 This file is shopt.def, from which is created shopt.c.
 It implements the Bash `shopt' builtin.
 
-Copyright (C) 1994-2024 Free Software Foundation, Inc.
+Copyright (C) 1994-2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -70,7 +70,7 @@ $END
 #define UNSETOPT       0
 #define SETOPT         1
 
-#define OPTFMT         "%-15s\t%s\n"
+#define OPTFMT         "%-20s\t%s\n"
 
 extern int allow_null_glob_expansion, fail_glob_expansion, glob_dot_filenames;
 extern int cdable_vars, mail_warning, source_uses_path;
index a2e0f8c0281b45c9589ab782889b87d1c09cfb14..1251dfa6e87980c984e3c303c5991ff670c0dee3 100644 (file)
@@ -1,7 +1,7 @@
 This file is ulimit.def, from which is created ulimit.c.
 It implements the builtin "ulimit" in Bash.
 
-Copyright (C) 1987-2024 Free Software Foundation, Inc.
+Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -157,7 +157,9 @@ extern int errno;
 #  define RLIMIT_FILESIZE      256
 #endif
 
-#define RLIMIT_PIPESIZE        257
+#ifndef RLIMIT_PIPESIZE
+#  define RLIMIT_PIPESIZE      257
+#endif
 
 #ifdef RLIMIT_NOFILE
 #  define RLIMIT_OPENFILES     RLIMIT_NOFILE
@@ -673,9 +675,22 @@ filesize (RLIMTYPE *valuep)
 #endif
 }
 
+/* The longtime problem here is that PIPE_BUF has atomicity restrictions, and
+   is not the true pipe capacity. Only a few systems can retrieve this at
+   runtime. */
 static int
 pipesize (RLIMTYPE *valuep)
 {
+#if defined (HAVE_PATHCONF) && defined (_PC_PIPE_BUF)
+  long r;
+
+  r = pathconf (".", _PC_PIPE_BUF);
+  if (r >= 0)
+    {
+      *valuep = (RLIMTYPE) r;
+      return 0;
+    }
+#endif
 #if defined (PIPE_BUF)
   /* This is defined on Posix systems. */
   *valuep = (RLIMTYPE) PIPE_BUF;
index d3488bf903ce4acdc8d2523dd19012543a50095e..2172d5a8f8748585a2cad3866619f920ef1e621b 100644 (file)
@@ -283,7 +283,11 @@ start_op:
              perm |= S_IWUGO;
              break;
            case 'X':
-             /* for chmod, this includes S_ISDIR but that doesn't make sense here */
+             /* for chmod, this includes S_ISDIR but that doesn't make sense for umask */
+#if defined (S_IFDIR)
+             if (this_shell_builtin != umask_builtin && (initial_bits & S_IFDIR) == 0)
+               break;
+#endif
              if ((initial_bits & S_IXUGO) == 0)
                break;          /* no-op if original mask doesn't include execute bits */
              /* FALLTHROUGH */
index 1c0681482268d333be83ea149e71e038cceb78d5..189b00def13c36c5ecedeffdf2c35babc7b19967 100644 (file)
--- a/command.h
+++ b/command.h
@@ -49,7 +49,7 @@ enum r_instruction {
   (ri == r_output_direction || ri == r_err_and_out)
 
 #define OUTPUT_REDIRECT(ri) \
-  (ri == r_output_direction || ri == r_input_output || ri == r_err_and_out || ri == r_append_err_and_out)
+  (ri == r_output_direction || ri == r_input_output || ri == r_err_and_out || ri == r_append_err_and_out || ri == r_output_force)
 
 #define INPUT_REDIRECT(ri) \
   (ri == r_input_direction || ri == r_inputa_direction || ri == r_input_output)
index dbef3a74572907d992637db29966038f1c4c66eb..7dac61a971bbcad41125fe33eff511a954c80b8d 100644 (file)
 
 #undef HAVE_STRUCT_DIRENT_D_NAMLEN
 
+#undef HAVE_STRUCT_DIRENT_D_TYPE
+
 #undef TIOCSTAT_IN_SYS_IOCTL
 
 #undef FIONREAD_IN_SYS_IOCTL
index 1d8f69da7510c82e154f1bbf33752eb829cf80df..c3707a85d669e1beba26cd57f4f07357b07d8efb 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac for Bash 5.3, version 5.074.
+# From configure.ac for Bash 5.3, version 5.076.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.72 for bash 5.3-beta.
+# Generated by GNU Autoconf 2.72 for bash 5.3-rc1.
 #
 # Report bugs to <bug-bash@gnu.org>.
 #
@@ -605,8 +605,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='bash'
 PACKAGE_TARNAME='bash'
-PACKAGE_VERSION='5.3-beta'
-PACKAGE_STRING='bash 5.3-beta'
+PACKAGE_VERSION='5.3-rc1'
+PACKAGE_STRING='bash 5.3-rc1'
 PACKAGE_BUGREPORT='bug-bash@gnu.org'
 PACKAGE_URL=''
 
@@ -1465,7 +1465,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-'configure' configures bash 5.3-beta to adapt to many kinds of systems.
+'configure' configures bash 5.3-rc1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1531,7 +1531,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of bash 5.3-beta:";;
+     short | recursive ) echo "Configuration of bash 5.3-rc1:";;
    esac
   cat <<\_ACEOF
 
@@ -1739,7 +1739,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-bash configure 5.3-beta
+bash configure 5.3-rc1
 generated by GNU Autoconf 2.72
 
 Copyright (C) 2023 Free Software Foundation, Inc.
@@ -2417,7 +2417,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by bash $as_me 5.3-beta, which was
+It was created by bash $as_me 5.3-rc1, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -3216,7 +3216,7 @@ ac_config_headers="$ac_config_headers config.h buildconf.h"
 
 
 BASHVERS=5.3
-RELSTATUS=beta
+RELSTATUS=rc1
 
 case "$RELSTATUS" in
 alp*|bet*|dev*|rc*|releng*|maint*)     DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;;
@@ -6922,6 +6922,12 @@ fi
 
 
 
+# d-type.m4
+# serial 12
+
+
+
+
 
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
 printf %s "checking for an ANSI C-conforming const... " >&6; }
@@ -9222,8 +9228,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
         LIBS=$save_LIBS
         test $gl_pthread_api = yes && break
       done
-      echo "$as_me:9225: gl_pthread_api=$gl_pthread_api" >&5
-      echo "$as_me:9226: LIBPTHREAD=$LIBPTHREAD" >&5
+      echo "$as_me:9231: gl_pthread_api=$gl_pthread_api" >&5
+      echo "$as_me:9232: LIBPTHREAD=$LIBPTHREAD" >&5
 
       gl_pthread_in_glibc=no
       # On Linux with glibc >= 2.34, libc contains the fully functional
@@ -9249,7 +9255,7 @@ rm -rf conftest*
 
           ;;
       esac
-      echo "$as_me:9252: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5
+      echo "$as_me:9258: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5
 
       # Test for libpthread by looking for pthread_kill. (Not pthread_self,
       # since it is defined as a macro on OSF/1.)
@@ -9427,7 +9433,7 @@ fi
 
         fi
       fi
-      echo "$as_me:9430: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5
+      echo "$as_me:9436: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5
     fi
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5
 printf %s "checking whether POSIX threads API is available... " >&6; }
@@ -9674,8 +9680,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
         LIBS=$save_LIBS
         test $gl_pthread_api = yes && break
       done
-      echo "$as_me:9677: gl_pthread_api=$gl_pthread_api" >&5
-      echo "$as_me:9678: LIBPTHREAD=$LIBPTHREAD" >&5
+      echo "$as_me:9683: gl_pthread_api=$gl_pthread_api" >&5
+      echo "$as_me:9684: LIBPTHREAD=$LIBPTHREAD" >&5
 
       gl_pthread_in_glibc=no
       # On Linux with glibc >= 2.34, libc contains the fully functional
@@ -9701,7 +9707,7 @@ rm -rf conftest*
 
           ;;
       esac
-      echo "$as_me:9704: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5
+      echo "$as_me:9710: gl_pthread_in_glibc=$gl_pthread_in_glibc" >&5
 
       # Test for libpthread by looking for pthread_kill. (Not pthread_self,
       # since it is defined as a macro on OSF/1.)
@@ -9879,7 +9885,7 @@ fi
 
         fi
       fi
-      echo "$as_me:9882: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5
+      echo "$as_me:9888: LIBPMULTITHREAD=$LIBPMULTITHREAD" >&5
     fi
     { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether POSIX threads API is available" >&5
 printf %s "checking whether POSIX threads API is available... " >&6; }
@@ -13461,6 +13467,8 @@ fi
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5
 printf "%s\n" "$am_cv_langinfo_codeset" >&6; }
   if test $am_cv_langinfo_codeset = yes; then
+    printf "%s\n" "#define HAVE_NL_LANGINFO 1" >>confdefs.h
+
 
 printf "%s\n" "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h
 
@@ -20005,6 +20013,48 @@ printf "%s\n" "#define HAVE_STRUCT_DIRENT_D_NAMLEN 1" >>confdefs.h
 fi
 
 
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for d_type member in directory struct" >&5
+printf %s "checking for d_type member in directory struct... " >&6; }
+if test ${gl_cv_struct_dirent_d_type+y}
+then :
+  printf %s "(cached) " >&6
+else case e in #(
+  e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+#include <sys/types.h>
+#include <dirent.h>
+
+int
+main (void)
+{
+struct dirent dp; dp.d_type = 0;
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_link "$LINENO"
+then :
+  gl_cv_struct_dirent_d_type=yes
+else case e in #(
+  e) gl_cv_struct_dirent_d_type=no ;;
+esac
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
+    conftest$ac_exeext conftest.$ac_ext
+
+    ;;
+esac
+fi
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $gl_cv_struct_dirent_d_type" >&5
+printf "%s\n" "$gl_cv_struct_dirent_d_type" >&6; }
+   if test $gl_cv_struct_dirent_d_type = yes; then
+
+printf "%s\n" "#define HAVE_STRUCT_DIRENT_D_TYPE 1" >>confdefs.h
+
+   fi
+
+
 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for struct winsize in sys/ioctl.h and termios.h" >&5
 printf %s "checking for struct winsize in sys/ioctl.h and termios.h... " >&6; }
 if test ${bash_cv_struct_winsize_header+y}
@@ -23589,7 +23639,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by bash $as_me 5.3-beta, which was
+This file was extended by bash $as_me 5.3-rc1, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -23657,7 +23707,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-bash config.status 5.3-beta
+bash config.status 5.3-rc1
 configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"
 
index 6409f85b6c196bcdd51c5cdd54a0bfac7f9eeefd..35639ed3d70d0ff6c668d1ecaa4960348514714b 100644 (file)
@@ -5,7 +5,7 @@ dnl report bugs to chet.ramey@case.edu
 dnl
 dnl Process this file with autoconf to produce a configure script.
 
-# Copyright (C) 1987-2024 Free Software Foundation, Inc.
+# Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
 #
 #   This program is free software: you can redistribute it and/or modify
@@ -21,10 +21,10 @@ dnl Process this file with autoconf to produce a configure script.
 #   You should have received a copy of the GNU General Public License
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_REVISION([for Bash 5.3, version 5.074])dnl
+AC_REVISION([for Bash 5.3, version 5.076])dnl
 
 define(bashvers, 5.3)
-define(relstatus, beta)
+define(relstatus, rc1)
 
 AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org])
 
@@ -778,6 +778,7 @@ m4_include([m4/glibc21.m4])
 m4_include([m4/host-cpu-c-abi.m4])
 
 m4_include([m4/c-bool.m4])
+m4_include([m4/d-type.m4])
 
 dnl C compiler characteristics
 AC_C_CONST
@@ -1079,6 +1080,7 @@ BASH_STRUCT_TERMIO_LDISC
 BASH_STRUCT_DIRENT_D_INO
 BASH_STRUCT_DIRENT_D_FILENO
 BASH_STRUCT_DIRENT_D_NAMLEN
+gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE
 BASH_STRUCT_WINSIZE
 BASH_STRUCT_TIMEVAL
 AC_CHECK_MEMBERS([struct stat.st_blocks])
diff --git a/configure.in b/configure.in
deleted file mode 100644 (file)
index d7e0998..0000000
+++ /dev/null
@@ -1,1161 +0,0 @@
-dnl
-dnl Configure script for bash-4.2
-dnl
-dnl report bugs to chet@po.cwru.edu
-dnl
-dnl Process this file with autoconf to produce a configure script.
-
-# Copyright (C) 1987-2011 Free Software Foundation, Inc.
-
-#
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-AC_REVISION([for Bash 4.2, version 4.037])dnl
-
-define(bashvers, 4.2)
-define(relstatus, release)
-
-AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org])
-
-dnl make sure we are using a recent autoconf version
-AC_PREREQ(2.50)
-
-AC_CONFIG_SRCDIR(shell.h)
-dnl where to find install.sh, config.sub, and config.guess
-AC_CONFIG_AUX_DIR(./support)
-AC_CONFIG_HEADERS(config.h)
-
-dnl checks for version info
-BASHVERS=bashvers
-RELSTATUS=relstatus
-
-dnl defaults for debug settings
-case "$RELSTATUS" in
-alp*|bet*|dev*|rc*|maint*)     DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;;
-*)     DEBUG= MALLOC_DEBUG= ;;
-esac
-
-dnl canonicalize the host and os so we can do some tricky things before
-dnl parsing options
-AC_CANONICAL_HOST
-
-dnl configure defaults
-opt_bash_malloc=yes
-opt_purify=no
-opt_purecov=no
-opt_afs=no
-opt_curses=no
-opt_with_installed_readline=no
-
-#htmldir=
-
-dnl some systems should be configured without the bash malloc by default
-dnl and some need a special compiler or loader
-dnl look in the NOTES file for more
-case "${host_cpu}-${host_os}" in
-alpha*-*)      opt_bash_malloc=no ;;   # alpha running osf/1 or linux
-*[[Cc]]ray*-*) opt_bash_malloc=no ;;   # Crays
-*-osf1*)       opt_bash_malloc=no ;;   # other osf/1 machines
-sparc-svr4*)   opt_bash_malloc=no ;;   # sparc SVR4, SVR4.2
-sparc-netbsd*) opt_bash_malloc=no ;;   # needs 8-byte alignment
-mips-irix6*)   opt_bash_malloc=no ;;   # needs 8-byte alignment
-m68k-sysv)     opt_bash_malloc=no ;;   # fixes file descriptor leak in closedir
-sparc-linux*)  opt_bash_malloc=no ;;   # sparc running linux; requires ELF
-#*-freebsd*-gnu)       opt_bash_malloc=no ;;   # there's some undetermined problem here
-#*-freebsd*)   opt_bash_malloc=no ;;   # they claim it's better; I disagree
-*-openbsd*)    opt_bash_malloc=no ;;   # they claim it needs eight-bit alignment
-*-aix*)                opt_bash_malloc=no ;;   # AIX machines
-*-nextstep*)   opt_bash_malloc=no ;;   # NeXT machines running NeXTstep
-*-macos*)      opt_bash_malloc=no ;;   # Apple MacOS X
-*-rhapsody*)   opt_bash_malloc=no ;;   # Apple Rhapsody (MacOS X)
-*-darwin*)     opt_bash_malloc=no ;;   # Apple Darwin (MacOS X)
-*-dgux*)       opt_bash_malloc=no ;;   # DG/UX machines
-*-qnx*)                opt_bash_malloc=no ;;   # QNX 4.2, QNX 6.x
-*-machten4)    opt_bash_malloc=no ;;   # MachTen 4.x
-*-bsdi2.1|*-bsdi3.?)   opt_bash_malloc=no ; : ${CC:=shlicc2} ;; # for loadable builtins
-*-beos*)       opt_bash_malloc=no ;;   # they say it's suitable
-*-cygwin*)     opt_bash_malloc=no ;;   # Cygnus's CYGWIN environment
-*-opennt*|*-interix*)  opt_bash_malloc=no ;;   # Interix, now owned by Microsoft
-esac
-
-# memory scrambling on free()
-case "${host_os}" in
-sco3.2v5*|sco3.2v4*)   opt_memscramble=no ;;
-*)                     opt_memscramble=yes ;;
-esac
-
-dnl
-dnl macros for the bash debugger
-dnl
-dnl AM_PATH_LISPDIR
-AC_ARG_VAR(DEBUGGER_START_FILE, [location of bash debugger initialization file])
-
-dnl arguments to configure
-dnl packages
-AC_ARG_WITH(afs, AC_HELP_STRING([--with-afs], [if you are running AFS]), opt_afs=$withval)
-AC_ARG_WITH(bash-malloc, AC_HELP_STRING([--with-bash-malloc], [use the Bash version of malloc]), opt_bash_malloc=$withval)
-AC_ARG_WITH(curses, AC_HELP_STRING([--with-curses], [use the curses library instead of the termcap library]), opt_curses=$withval)
-AC_ARG_WITH(gnu-malloc, AC_HELP_STRING([--with-gnu-malloc], [synonym for --with-bash-malloc]), opt_bash_malloc=$withval)
-AC_ARG_WITH(installed-readline, AC_HELP_STRING([--with-installed-readline], [use a version of the readline library that is already installed]), opt_with_installed_readline=$withval)
-AC_ARG_WITH(purecov, AC_HELP_STRING([--with-purecov], [configure to postprocess with pure coverage]), opt_purecov=$withval)
-AC_ARG_WITH(purify, AC_HELP_STRING([--with-purify], [configure to postprocess with purify]), opt_purify=$withval)
-
-if test "$opt_bash_malloc" = yes; then
-       MALLOC_TARGET=malloc
-       MALLOC_SRC=malloc.c
-
-       MALLOC_LIB='-lmalloc'
-       MALLOC_LIBRARY='$(ALLOC_LIBDIR)/libmalloc.a'
-       MALLOC_LDFLAGS='-L$(ALLOC_LIBDIR)'
-       MALLOC_DEP='$(MALLOC_LIBRARY)'
-
-       AC_DEFINE(USING_BASH_MALLOC)
-else
-       MALLOC_LIB=
-       MALLOC_LIBRARY=
-       MALLOC_LDFLAGS=
-       MALLOC_DEP=     
-fi
-
-if test "$opt_purify" = yes; then
-       PURIFY="purify "
-       AC_DEFINE(DISABLE_MALLOC_WRAPPERS)
-else
-       PURIFY=
-fi
-
-if test "$opt_purecov" = yes; then
-       PURIFY="${PURIFY}purecov"
-fi
-
-if test "$opt_afs" = yes; then
-       AC_DEFINE(AFS)
-fi
-
-if test "$opt_curses" = yes; then
-       prefer_curses=yes
-fi
-
-if test -z "${DEBUGGER_START_FILE}"; then
-       DEBUGGER_START_FILE='${datadir}/bashdb/bashdb-main.inc'
-fi
-
-dnl optional shell features in config.h.in
-opt_minimal_config=no
-
-opt_job_control=yes
-opt_alias=yes
-opt_readline=yes
-opt_history=yes
-opt_bang_history=yes
-opt_dirstack=yes
-opt_restricted=yes
-opt_process_subst=yes
-opt_prompt_decoding=yes
-opt_select=yes
-opt_help=yes
-opt_array_variables=yes
-opt_dparen_arith=yes
-opt_extended_glob=yes
-opt_brace_expansion=yes
-opt_disabled_builtins=no
-opt_command_timing=yes
-opt_xpg_echo=no
-opt_strict_posix=no
-opt_cond_command=yes
-opt_cond_regexp=yes
-opt_coproc=yes
-opt_arith_for_command=yes
-opt_net_redirs=yes
-opt_progcomp=yes
-opt_separate_help=no
-opt_multibyte=yes
-opt_debugger=yes
-opt_single_longdoc_strings=yes
-opt_casemod_attrs=yes
-opt_casemod_expansions=yes
-opt_extglob_default=no
-
-dnl options that affect how bash is compiled and linked
-opt_static_link=no
-opt_profiling=no
-
-dnl argument parsing for optional features
-AC_ARG_ENABLE(minimal-config, AC_HELP_STRING([--enable-minimal-config], [a minimal sh-like configuration]), opt_minimal_config=$enableval)
-
-dnl a minimal configuration turns everything off, but features can be
-dnl added individually
-if test $opt_minimal_config = yes; then
-       opt_job_control=no opt_alias=no opt_readline=no
-       opt_history=no opt_bang_history=no opt_dirstack=no
-       opt_restricted=no opt_process_subst=no opt_prompt_decoding=no
-       opt_select=no opt_help=no opt_array_variables=no opt_dparen_arith=no
-       opt_brace_expansion=no opt_disabled_builtins=no opt_command_timing=no
-       opt_extended_glob=no opt_cond_command=no opt_arith_for_command=no
-       opt_net_redirs=no opt_progcomp=no opt_separate_help=no
-       opt_multibyte=yes opt_cond_regexp=no opt_coproc=no
-       opt_casemod_attrs=no opt_casemod_expansions=no opt_extglob_default=no
-fi
-
-AC_ARG_ENABLE(alias, AC_HELP_STRING([--enable-alias], [enable shell aliases]), opt_alias=$enableval)
-AC_ARG_ENABLE(arith-for-command, AC_HELP_STRING([--enable-arith-for-command], [enable arithmetic for command]), opt_arith_for_command=$enableval)
-AC_ARG_ENABLE(array-variables, AC_HELP_STRING([--enable-array-variables], [include shell array variables]), opt_array_variables=$enableval)
-AC_ARG_ENABLE(bang-history, AC_HELP_STRING([--enable-bang-history], [turn on csh-style history substitution]), opt_bang_history=$enableval)
-AC_ARG_ENABLE(brace-expansion, AC_HELP_STRING([--enable-brace-expansion], [include brace expansion]), opt_brace_expansion=$enableval)
-AC_ARG_ENABLE(casemod-attributes, AC_HELP_STRING([--enable-casemod-attributes], [include case-modifying variable attributes]), opt_casemod_attrs=$enableval)
-AC_ARG_ENABLE(casemod-expansions, AC_HELP_STRING([--enable-casemod-expansions], [include case-modifying word expansions]), opt_casemod_expansions=$enableval)
-AC_ARG_ENABLE(command-timing, AC_HELP_STRING([--enable-command-timing], [enable the time reserved word and command timing]), opt_command_timing=$enableval)
-AC_ARG_ENABLE(cond-command, AC_HELP_STRING([--enable-cond-command], [enable the conditional command]), opt_cond_command=$enableval)
-AC_ARG_ENABLE(cond-regexp, AC_HELP_STRING([--enable-cond-regexp], [enable extended regular expression matching in conditional commands]), opt_cond_regexp=$enableval)
-AC_ARG_ENABLE(coprocesses, AC_HELP_STRING([--enable-coprocesses], [enable coprocess support and the coproc reserved word]), opt_coproc=$enableval)
-AC_ARG_ENABLE(debugger, AC_HELP_STRING([--enable-debugger], [enable support for bash debugger]), opt_debugger=$enableval)
-AC_ARG_ENABLE(directory-stack, AC_HELP_STRING([--enable-directory-stack], [enable builtins pushd/popd/dirs]), opt_dirstack=$enableval)
-AC_ARG_ENABLE(disabled-builtins, AC_HELP_STRING([--enable-disabled-builtins], [allow disabled builtins to still be invoked]), opt_disabled_builtins=$enableval)
-AC_ARG_ENABLE(dparen-arithmetic, AC_HELP_STRING([--enable-dparen-arithmetic], [include ((...)) command]), opt_dparen_arith=$enableval)
-AC_ARG_ENABLE(extended-glob, AC_HELP_STRING([--enable-extended-glob], [include ksh-style extended pattern matching]), opt_extended_glob=$enableval)
-AC_ARG_ENABLE(extended-glob-default, AC_HELP_STRING([--enable-extended-glob-default], [force extended pattern matching to be enabled by default]), opt_extglob_default=$enableval)
-AC_ARG_ENABLE(help-builtin, AC_HELP_STRING([--enable-help-builtin], [include the help builtin]), opt_help=$enableval)
-AC_ARG_ENABLE(history, AC_HELP_STRING([--enable-history], [turn on command history]), opt_history=$enableval)
-AC_ARG_ENABLE(job-control, AC_HELP_STRING([--enable-job-control], [enable job control features]), opt_job_control=$enableval)
-AC_ARG_ENABLE(multibyte, AC_HELP_STRING([--enable-multibyte], [enable multibyte characters if OS supports them]), opt_multibyte=$enableval)
-AC_ARG_ENABLE(net-redirections, AC_HELP_STRING([--enable-net-redirections], [enable /dev/tcp/host/port redirection]), opt_net_redirs=$enableval)
-AC_ARG_ENABLE(process-substitution, AC_HELP_STRING([--enable-process-substitution], [enable process substitution]), opt_process_subst=$enableval)
-AC_ARG_ENABLE(progcomp, AC_HELP_STRING([--enable-progcomp], [enable programmable completion and the complete builtin]), opt_progcomp=$enableval)
-AC_ARG_ENABLE(prompt-string-decoding, AC_HELP_STRING([--enable-prompt-string-decoding], [turn on escape character decoding in prompts]), opt_prompt_decoding=$enableval)
-AC_ARG_ENABLE(readline, AC_HELP_STRING([--enable-readline], [turn on command line editing]), opt_readline=$enableval)
-AC_ARG_ENABLE(restricted, AC_HELP_STRING([--enable-restricted], [enable a restricted shell]), opt_restricted=$enableval)
-AC_ARG_ENABLE(select, AC_HELP_STRING([--enable-select], [include select command]), opt_select=$enableval)
-AC_ARG_ENABLE(separate-helpfiles, AC_HELP_STRING([--enable-separate-helpfiles], [use external files for help builtin documentation]), opt_separate_help=$enableval)
-AC_ARG_ENABLE(single-help-strings, AC_HELP_STRING([--enable-single-help-strings], [store help documentation as a single string to ease translation]), opt_single_longdoc_strings=$enableval)
-AC_ARG_ENABLE(strict-posix-default, AC_HELP_STRING([--enable-strict-posix-default], [configure bash to be posix-conformant by default]), opt_strict_posix=$enableval)
-AC_ARG_ENABLE(usg-echo-default, AC_HELP_STRING([--enable-usg-echo-default], [a synonym for --enable-xpg-echo-default]), opt_xpg_echo=$enableval)
-AC_ARG_ENABLE(xpg-echo-default, AC_HELP_STRING([--enable-xpg-echo-default], [make the echo builtin expand escape sequences by default]), opt_xpg_echo=$enableval)
-
-dnl options that alter how bash is compiled and linked
-AC_ARG_ENABLE(mem-scramble, AC_HELP_STRING([--enable-mem-scramble], [scramble memory on calls to malloc and free]), opt_memscramble=$enableval)
-AC_ARG_ENABLE(profiling, AC_HELP_STRING([--enable-profiling], [allow profiling with gprof]), opt_profiling=$enableval)
-AC_ARG_ENABLE(static-link, AC_HELP_STRING([--enable-static-link], [link bash statically, for use as a root shell]), opt_static_link=$enableval)
-
-dnl opt_job_control is handled later, after BASH_JOB_CONTROL_MISSING runs
-
-dnl opt_readline and opt_history are handled later, because AC_PROG_CC needs
-dnl to be run before we can check the version of an already-installed readline
-dnl library
-
-if test $opt_alias = yes; then
-AC_DEFINE(ALIAS)
-fi
-if test $opt_dirstack = yes; then
-AC_DEFINE(PUSHD_AND_POPD)
-fi
-if test $opt_restricted = yes; then
-AC_DEFINE(RESTRICTED_SHELL)
-fi
-if test $opt_process_subst = yes; then
-AC_DEFINE(PROCESS_SUBSTITUTION)
-fi
-if test $opt_prompt_decoding = yes; then
-AC_DEFINE(PROMPT_STRING_DECODE)
-fi
-if test $opt_select = yes; then
-AC_DEFINE(SELECT_COMMAND)
-fi
-if test $opt_help = yes; then
-AC_DEFINE(HELP_BUILTIN)
-fi
-if test $opt_array_variables = yes; then
-AC_DEFINE(ARRAY_VARS)
-fi
-if test $opt_dparen_arith = yes; then
-AC_DEFINE(DPAREN_ARITHMETIC)
-fi
-if test $opt_brace_expansion = yes; then
-AC_DEFINE(BRACE_EXPANSION)
-fi
-if test $opt_disabled_builtins = yes; then
-AC_DEFINE(DISABLED_BUILTINS)
-fi
-if test $opt_command_timing = yes; then
-AC_DEFINE(COMMAND_TIMING)
-fi
-if test $opt_xpg_echo = yes ; then
-AC_DEFINE(DEFAULT_ECHO_TO_XPG)
-fi
-if test $opt_strict_posix = yes; then
-AC_DEFINE(STRICT_POSIX)
-fi
-if test $opt_extended_glob = yes ; then
-AC_DEFINE(EXTENDED_GLOB)
-fi
-if test $opt_extglob_default = yes; then
-AC_DEFINE(EXTGLOB_DEFAULT, 1)
-else
-AC_DEFINE(EXTGLOB_DEFAULT, 0)
-fi
-if test $opt_cond_command = yes ; then
-AC_DEFINE(COND_COMMAND)
-fi
-if test $opt_cond_regexp = yes ; then
-AC_DEFINE(COND_REGEXP)
-fi
-if test $opt_coproc = yes; then
-AC_DEFINE(COPROCESS_SUPPORT)
-fi
-if test $opt_arith_for_command = yes; then
-AC_DEFINE(ARITH_FOR_COMMAND)
-fi
-if test $opt_net_redirs = yes; then
-AC_DEFINE(NETWORK_REDIRECTIONS)
-fi
-if test $opt_progcomp = yes; then
-AC_DEFINE(PROGRAMMABLE_COMPLETION)
-fi
-if test $opt_multibyte = no; then
-AC_DEFINE(NO_MULTIBYTE_SUPPORT)
-fi
-if test $opt_debugger = yes; then
-AC_DEFINE(DEBUGGER)
-fi
-if test $opt_casemod_attrs = yes; then
-AC_DEFINE(CASEMOD_ATTRS)
-fi
-if test $opt_casemod_expansions = yes; then
-AC_DEFINE(CASEMOD_EXPANSIONS)
-fi
-
-if test $opt_memscramble = yes; then
-AC_DEFINE(MEMSCRAMBLE)
-fi
-
-if test "$opt_minimal_config" = yes; then
-       TESTSCRIPT=run-minimal
-else
-       TESTSCRIPT=run-all
-fi
-
-HELPDIR= HELPDIRDEFINE= HELPINSTALL=
-if test "$opt_separate_help" != no; then
-       if test "$opt_separate_help" = "yes" ; then
-               HELPDIR='${datadir}/bash'
-       else
-               HELPDIR=$opt_separate_help
-       fi
-       HELPDIRDEFINE='-H ${HELPDIR}'
-       HELPINSTALL='install-help'
-fi
-HELPSTRINGS=
-if test "$opt_single_longdoc_strings" != "yes"; then
-       HELPSTRINGS='-S'
-fi
-
-dnl now substitute in the values generated by arguments
-AC_SUBST(TESTSCRIPT)
-AC_SUBST(PURIFY)
-AC_SUBST(MALLOC_TARGET)
-AC_SUBST(MALLOC_SRC)
-
-AC_SUBST(MALLOC_LIB)
-AC_SUBST(MALLOC_LIBRARY)
-AC_SUBST(MALLOC_LDFLAGS)
-AC_SUBST(MALLOC_DEP)
-
-AC_SUBST(htmldir)
-
-AC_SUBST(HELPDIR)
-AC_SUBST(HELPDIRDEFINE)
-AC_SUBST(HELPINSTALL)
-AC_SUBST(HELPSTRINGS)
-
-echo ""
-echo "Beginning configuration for bash-$BASHVERS-$RELSTATUS for ${host_cpu}-${host_vendor}-${host_os}"
-echo ""
-
-dnl compilation checks
-dnl AC_PROG_CC sets $cross_compiling to `yes' if cross-compiling for a
-dnl different environment
-AC_PROG_CC
-
-dnl test for Unix variants
-AC_ISC_POSIX
-AC_MINIX
-
-AC_SYS_LARGEFILE
-
-dnl BEGIN changes for cross-building (currently cygwin, minGW, and
-dnl (obsolete) BeOS)
-
-SIGNAMES_O=
-SIGNAMES_H=lsignames.h
-
-dnl load up the cross-building cache file -- add more cases and cache
-dnl files as necessary
-
-dnl Note that host and target machine are the same, and different than the
-dnl build machine.
-dnl Set SIGNAMES_H based on whether or not we're cross-compiling.
-
-CROSS_COMPILE=
-if test "x$cross_compiling" = "xyes"; then
-    case "${host}" in
-    *-cygwin*)
-       cross_cache=${srcdir}/cross-build/cygwin32.cache
-       ;;
-    *-mingw*)
-       cross_cache=${srcdir}/cross-build/cygwin32.cache
-       ;;
-    i[[3456]]86-*-beos*)
-       cross_cache=${srcdir}/cross-build/x86-beos.cache
-       ;;
-    *) echo "configure: cross-compiling for $host is not supported" >&2
-       ;;
-    esac
-    if test -n "${cross_cache}" && test -r "${cross_cache}"; then
-       echo "loading cross-build cache file ${cross_cache}"
-       . ${cross_cache}
-    fi
-    unset cross_cache
-    SIGNAMES_O='signames.o'
-    CROSS_COMPILE='-DCROSS_COMPILING'
-    AC_SUBST(CROSS_COMPILE)
-fi
-AC_SUBST(SIGNAMES_H)
-AC_SUBST(SIGNAMES_O)
-
-if test -z "$CC_FOR_BUILD"; then
-    if test "x$cross_compiling" = "xno"; then
-       CC_FOR_BUILD='$(CC)'
-    else
-       CC_FOR_BUILD=gcc
-    fi
-fi
-AC_SUBST(CC_FOR_BUILD)
-
-dnl END changes for cross-building
-
-dnl We want these before the checks, so the checks can modify their values.
-test -z "$CFLAGS" && CFLAGS=-g auto_cflags=1
-
-dnl If we're using gcc and the user hasn't specified CFLAGS, add -O2 to CFLAGS.
-test -n "$GCC" && test -n "$auto_cflags" && CFLAGS="$CFLAGS -O2"
-
-dnl handle options that alter how bash is compiled and linked
-dnl these must come after the test for cc/gcc
-if test "$opt_profiling" = "yes"; then
-       PROFILE_FLAGS=-pg
-       case "$host_os" in
-       solaris2*)      ;;
-       *)              opt_static_link=yes ;;
-       esac
-       DEBUG= MALLOC_DEBUG=
-fi
-
-if test "$opt_static_link" = yes; then
-       # if we're using gcc, add `-static' to LDFLAGS, except on Solaris >= 2
-       if test -n "$GCC" || test "$ac_cv_prog_gcc" = "yes"; then
-               STATIC_LD="-static" 
-               case "$host_os" in
-               solaris2*)      ;;
-               *)              LDFLAGS="$LDFLAGS -static" ;;   # XXX experimental
-               esac
-       fi
-fi
-
-if test "X$cross_compiling" = "Xno"; then
-       CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-"$CPPFLAGS"}
-       LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-'$(LDFLAGS)'}
-else
-       CPPFLAGS_FOR_BUILD=${CPPFLAGS_FOR_BUILD-""}
-       LDFLAGS_FOR_BUILD=${LDFLAGS_FOR_BUILD-""}
-fi
-
-test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g"
-
-AC_SUBST(CFLAGS)
-AC_SUBST(CPPFLAGS)
-AC_SUBST(LDFLAGS)
-AC_SUBST(STATIC_LD)
-
-AC_SUBST(CFLAGS_FOR_BUILD)
-AC_SUBST(CPPFLAGS_FOR_BUILD)
-AC_SUBST(LDFLAGS_FOR_BUILD)
-
-AC_PROG_GCC_TRADITIONAL
-
-dnl BEGIN READLINE and HISTORY LIBRARY SECTION
-dnl prepare to allow bash to be linked against an already-installed readline
-
-dnl first test that the readline version is new enough to link bash against
-if test "$opt_readline" = yes && test "$opt_with_installed_readline" != "no"
-then
-       # If the user specified --with-installed-readline=PREFIX and PREFIX
-       # is not `yes', set ac_cv_rl_prefix to PREFIX
-       test $opt_with_installed_readline != "yes" && ac_cv_rl_prefix=$opt_with_installed_readline
-
-       RL_LIB_READLINE_VERSION
-
-       case "$ac_cv_rl_version" in
-       5*|6*|7*|8*|9*) ;;
-       *)      opt_with_installed_readline=no 
-               AC_MSG_WARN([installed readline library is too old to be linked with bash])
-               AC_MSG_WARN([using private bash version])
-               ;;
-       esac
-fi
-
-TILDE_LIB=-ltilde
-if test $opt_readline = yes; then
-       AC_DEFINE(READLINE)
-       if test "$opt_with_installed_readline" != "no" ; then
-               case "$opt_with_installed_readline" in
-               yes)    RL_INCLUDE= ;;
-               *)      case "$RL_INCLUDEDIR" in
-                       /usr/include)   ;;
-                       *)              RL_INCLUDE='-I${RL_INCLUDEDIR}' ;;
-                       esac
-                       ;;
-               esac
-               READLINE_DEP=
-               READLINE_LIB=-lreadline
-               # section for OS versions that don't allow unresolved symbols
-               # to be compiled into dynamic libraries.
-               case "$host_os" in
-               cygwin*)        TILDE_LIB= ;;
-               esac
-       else
-               RL_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
-               READLINE_DEP='$(READLINE_LIBRARY)'
-               # section for OS versions that ship an older/broken version of
-               # readline as a standard dynamic library and don't allow a
-               # static version specified as -llibname to override the
-               # dynamic version
-               case "${host_os}" in
-               darwin[[89]]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
-               *)              READLINE_LIB=-lreadline ;;
-               esac
-       fi
-else
-       RL_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
-       READLINE_LIB= READLINE_DEP=
-fi
-if test $opt_history = yes || test $opt_bang_history = yes; then
-       if test $opt_history = yes; then
-               AC_DEFINE(HISTORY)
-       fi
-       if test $opt_bang_history = yes; then
-               AC_DEFINE(BANG_HISTORY)
-       fi
-       if test "$opt_with_installed_readline" != "no"; then
-               HIST_LIBDIR=$RL_LIBDIR
-               HISTORY_DEP=
-               HISTORY_LIB=-lhistory
-               case "$opt_with_installed_readline" in
-               yes)    RL_INCLUDE= ;;
-               *)      case "$RL_INCLUDEDIR" in
-                       /usr/include)   ;;
-                       *)              RL_INCLUDE='-I${RL_INCLUDEDIR}' ;;
-                       esac
-                       ;;
-               esac
-       else
-               HIST_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
-               HISTORY_DEP='$(HISTORY_LIBRARY)'
-               # section for OS versions that ship an older version of
-               # readline as a standard dynamic library and don't allow a
-               # static version specified as -llibname to override the
-               # dynamic version
-               case "${host_os}" in
-               darwin[[89]]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
-               *)              HISTORY_LIB=-lhistory ;;
-               esac
-       fi
-else
-       HIST_LIBDIR='$(dot)/$(LIBSUBDIR)/readline'
-       HISTORY_LIB= HISTORY_DEP=
-fi
-AC_SUBST(READLINE_LIB)
-AC_SUBST(READLINE_DEP)
-AC_SUBST(RL_LIBDIR)
-AC_SUBST(RL_INCLUDEDIR)
-AC_SUBST(RL_INCLUDE)
-AC_SUBST(HISTORY_LIB)
-AC_SUBST(HISTORY_DEP)
-AC_SUBST(HIST_LIBDIR)
-AC_SUBST(TILDE_LIB)
-
-dnl END READLINE and HISTORY LIBRARY SECTION
-
-dnl programs needed by the build and install process
-AC_PROG_INSTALL
-AC_CHECK_PROG(AR, ar, , ar)
-dnl Set default for ARFLAGS, since autoconf does not have a macro for it.
-dnl This allows people to set it when running configure or make
-test -n "$ARFLAGS" || ARFLAGS="cr"
-AC_PROG_RANLIB
-AC_PROG_YACC
-AC_PROG_MAKE_SET
-
-case "$host_os" in
-opennt*|interix*)      MAKE_SHELL="$INTERIX_ROOT/bin/sh" ;;
-*)                     MAKE_SHELL=/bin/sh ;;
-esac
-AC_SUBST(MAKE_SHELL)
-
-dnl this is similar to the expanded AC_PROG_RANLIB
-if test x$SIZE = x; then
-       if test x$ac_tool_prefix = x; then
-               SIZE=size
-       else
-               SIZE=${ac_tool_prefix}size
-               save_IFS=$IFS ; IFS=:
-               size_found=0
-               for dir in $PATH; do
-                       if test -x $dir/$SIZE ; then
-                               size_found=1
-                               break
-                       fi
-               done
-               if test $size_found -eq 0; then
-                       SIZE=:
-               fi
-               IFS=$save_IFS
-       fi
-fi
-AC_SUBST(SIZE)
-
-dnl Turn on any extensions available in the GNU C library.
-AC_DEFINE(_GNU_SOURCE, 1)
-
-dnl C compiler characteristics
-AC_C_CONST
-AC_C_INLINE
-AC_C_BIGENDIAN
-AC_C_STRINGIZE
-AC_C_LONG_DOUBLE
-AC_C_PROTOTYPES
-AC_C_CHAR_UNSIGNED
-AC_C_VOLATILE
-AC_C_RESTRICT
-
-dnl initialize GNU gettext
-AM_GNU_GETTEXT([no-libtool], [need-ngettext], [lib/intl])
-
-dnl header files
-AC_HEADER_DIRENT
-AC_HEADER_TIME
-
-BASH_HEADER_INTTYPES
-
-AC_CHECK_HEADERS(unistd.h stdlib.h stdarg.h varargs.h limits.h string.h \
-                memory.h locale.h termcap.h termio.h termios.h dlfcn.h \
-                stddef.h stdint.h netdb.h pwd.h grp.h strings.h regex.h \
-                syslog.h ulimit.h)
-AC_CHECK_HEADERS(sys/pte.h sys/stream.h sys/select.h sys/file.h \
-                sys/resource.h sys/param.h sys/socket.h sys/stat.h \
-                sys/time.h sys/times.h sys/types.h sys/wait.h)
-AC_CHECK_HEADERS(netinet/in.h arpa/inet.h)
-
-dnl sys/ptem.h requires definitions from sys/stream.h on systems where it
-dnl exists
-AC_CHECK_HEADER(sys/ptem.h, , ,[[
-#if HAVE_SYS_STREAM_H
-#  include <sys/stream.h>
-#endif
-]])
-
-dnl special checks for libc functions
-AC_FUNC_ALLOCA
-AC_FUNC_GETPGRP
-AC_FUNC_SETVBUF_REVERSED
-AC_FUNC_VPRINTF
-AC_FUNC_STRCOLL
-
-dnl if we're not using the bash malloc but require the C alloca, set things
-dnl up to build a libmalloc.a containing only alloca.o
-
-if test "$ac_cv_func_alloca_works" = "no" && test "$opt_bash_malloc" = "no"; then
-       MALLOC_TARGET=alloca
-       MALLOC_SRC=alloca.c
-
-       MALLOC_LIB='-lmalloc'
-       MALLOC_LIBRARY='$(ALLOC_LIBDIR)/libmalloc.a'
-       MALLOC_LDFLAGS='-L$(ALLOC_LIBDIR)'
-       MALLOC_DEP='$(MALLOC_LIBRARY)'
-fi
-
-dnl if vprintf is not in libc, see if it's defined in stdio.h
-if test "$ac_cv_func_vprintf" = no; then
-    AC_MSG_CHECKING(for declaration of vprintf in stdio.h)
-    AC_EGREP_HEADER([[int[     ]*vprintf[^a-zA-Z0-9]]],stdio.h,ac_cv_func_vprintf=yes)
-    AC_MSG_RESULT($ac_cv_func_vprintf)
-    if test $ac_cv_func_vprintf = yes; then
-       AC_DEFINE(HAVE_VPRINTF)
-    fi
-fi
-
-if test "$ac_cv_func_vprintf" = no && test "$ac_cv_func__doprnt" = "yes"; then
-  AC_LIBOBJ(vprint)
-fi
-
-dnl signal stuff
-AC_TYPE_SIGNAL
-
-dnl checks for certain version-specific system calls and libc functions
-AC_CHECK_FUNC(__setostype, AC_DEFINE(HAVE_SETOSTYPE))
-AC_CHECK_FUNC(wait3, AC_DEFINE(HAVE_WAIT3))
-AC_CHECK_FUNC(isinf, AC_DEFINE(HAVE_ISINF_IN_LIBC))
-AC_CHECK_FUNC(isnan, AC_DEFINE(HAVE_ISNAN_IN_LIBC))
-
-dnl checks for missing libc functions
-AC_CHECK_FUNC(mkfifo,AC_DEFINE(HAVE_MKFIFO),AC_DEFINE(MKFIFO_MISSING))
-
-dnl checks for system calls
-AC_CHECK_FUNCS(dup2 eaccess fcntl getdtablesize getgroups gethostname \
-               getpagesize getpeername getrlimit getrusage gettimeofday \
-               kill killpg lstat readlink sbrk select setdtablesize \
-               setitimer tcgetpgrp uname ulimit waitpid)
-AC_REPLACE_FUNCS(rename)
-
-dnl checks for c library functions
-AC_CHECK_FUNCS(bcopy bzero confstr faccessat fnmatch \
-               getaddrinfo gethostbyname getservbyname getservent inet_aton \
-               memmove pathconf putenv raise regcomp regexec \
-               setenv setlinebuf setlocale setvbuf siginterrupt strchr \
-               sysconf syslog tcgetattr times ttyname tzset unsetenv)
-
-AC_CHECK_FUNCS(vasprintf asprintf)
-AC_CHECK_FUNCS(isascii isblank isgraph isprint isspace isxdigit)
-AC_CHECK_FUNCS(getpwent getpwnam getpwuid)
-AC_REPLACE_FUNCS(getcwd memset)
-AC_REPLACE_FUNCS(strcasecmp strcasestr strerror strftime strnlen strpbrk strstr)
-AC_REPLACE_FUNCS(strtod strtol strtoul strtoll strtoull strtoimax strtoumax)
-AC_REPLACE_FUNCS(dprintf)
-AC_REPLACE_FUNCS(strchrnul)
-
-AC_CHECK_DECLS([confstr])
-AC_CHECK_DECLS([printf])
-AC_CHECK_DECLS([sbrk])
-AC_CHECK_DECLS([setregid])
-AC_CHECK_DECLS([strcpy])
-AC_CHECK_DECLS([strsignal])
-
-dnl Extra test to detect the horribly broken HP/UX 11.00 strtold(3)
-AC_CHECK_DECLS([strtold], [
-    AC_MSG_CHECKING([for broken strtold])
-    AC_CACHE_VAL(bash_cv_strtold_broken,
-       [AC_TRY_COMPILE(
-           [#include <stdlib.h>],
-           [int main() { long double r; char *foo, bar; r = strtold(foo, &bar);}],
-           bash_cv_strtold_broken=no, bash_cv_strtold_broken=yes,
-           [AC_MSG_WARN(cannot check for broken strtold if cross-compiling, defaulting to no)])
-       ]
-    )
-    AC_MSG_RESULT($bash_cv_strtold_broken)
-    if test "$bash_cv_strtold_broken" = "yes" ; then
-       AC_DEFINE(STRTOLD_BROKEN)
-    fi
-])
-    
-
-BASH_CHECK_DECL(strtoimax)
-BASH_CHECK_DECL(strtol)
-BASH_CHECK_DECL(strtoll)
-BASH_CHECK_DECL(strtoul)
-BASH_CHECK_DECL(strtoull)
-BASH_CHECK_DECL(strtoumax)
-
-AC_FUNC_MKTIME
-
-dnl
-dnl Checks for lib/intl and related code (uses some of the output from
-dnl AM_GNU_GETTEXT)
-dnl
-
-AC_CHECK_HEADERS([argz.h errno.h fcntl.h malloc.h stdio_ext.h])
-
-dnl AC_FUNC_MALLOC
-AC_FUNC_MMAP
-AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify dcgettext mempcpy \
-               munmap stpcpy strcspn strdup])
-
-INTL_DEP= INTL_INC= LIBINTL_H=
-if test "x$USE_INCLUDED_LIBINTL" = "xyes"; then
-       INTL_DEP='${INTL_LIBDIR}/libintl.a'
-       INTL_INC='-I${INTL_LIBSRC} -I${INTL_BUILDDIR}'
-       LIBINTL_H='${INTL_BUILDDIR}/libintl.h'
-fi
-AC_SUBST(INTL_DEP)
-AC_SUBST(INTL_INC)
-AC_SUBST(LIBINTL_H)
-
-dnl
-dnl End of checks needed by files in lib/intl
-dnl
-
-BASH_CHECK_MULTIBYTE
-
-dnl checks for the dynamic loading library functions in libc and libdl
-if test "$opt_static_link" != yes; then
-AC_CHECK_LIB(dl, dlopen)
-AC_CHECK_FUNCS(dlopen dlclose dlsym)
-fi
-
-dnl this defines HAVE_DECL_SYS_SIGLIST
-AC_DECL_SYS_SIGLIST
-
-dnl network functions -- check for inet_aton again
-if test "$ac_cv_func_inet_aton" != 'yes'; then
-BASH_FUNC_INET_ATON
-fi
-
-dnl libraries
-dnl this is reportedly no longer necessary for irix[56].?
-case "$host_os" in
-irix4*)        AC_CHECK_LIB(sun, getpwent) ;;
-esac
-
-dnl check for getpeername in the socket library only if it's not in libc
-if test "$ac_cv_func_getpeername" = no; then
-       BASH_CHECK_LIB_SOCKET
-fi
-dnl check for gethostbyname in socket libraries if it's not in libc
-if test "$ac_cv_func_gethostbyname" = no; then
-       BASH_FUNC_GETHOSTBYNAME
-fi
-
-dnl system types
-AC_TYPE_GETGROUPS
-AC_TYPE_OFF_T
-AC_TYPE_MODE_T
-AC_TYPE_UID_T
-AC_TYPE_PID_T
-AC_TYPE_SIZE_T
-AC_CHECK_TYPE(ssize_t, int)
-AC_CHECK_TYPE(time_t, long)
-
-BASH_TYPE_LONG_LONG
-BASH_TYPE_UNSIGNED_LONG_LONG
-
-AC_TYPE_SIGNAL
-BASH_TYPE_SIG_ATOMIC_T
-
-AC_CHECK_SIZEOF(char, 1)
-AC_CHECK_SIZEOF(short, 2)
-AC_CHECK_SIZEOF(int, 4)
-AC_CHECK_SIZEOF(long, 4)
-AC_CHECK_SIZEOF(char *, 4)
-AC_CHECK_SIZEOF(double, 8)
-AC_CHECK_SIZEOF([long long], 8)
-
-AC_CHECK_TYPE(u_int, [unsigned int])
-AC_CHECK_TYPE(u_long, [unsigned long])
-
-BASH_TYPE_BITS16_T
-BASH_TYPE_U_BITS16_T
-BASH_TYPE_BITS32_T
-BASH_TYPE_U_BITS32_T
-BASH_TYPE_BITS64_T
-
-BASH_TYPE_PTRDIFF_T
-
-dnl structures
-AC_HEADER_STAT
-
-dnl system services
-AC_SYS_INTERPRETER
-if test $ac_cv_sys_interpreter = yes; then
-AC_DEFINE(HAVE_HASH_BANG_EXEC)
-fi
-
-dnl Miscellaneous Bash tests
-if test "$ac_cv_func_lstat" = "no"; then
-BASH_FUNC_LSTAT
-fi
-
-dnl behavior of system calls and library functions
-BASH_FUNC_CTYPE_NONASCII
-BASH_FUNC_DUP2_CLOEXEC_CHECK
-BASH_SYS_PGRP_SYNC
-BASH_SYS_SIGNAL_VINTAGE
-
-dnl checking for the presence of certain library symbols
-BASH_SYS_ERRLIST
-BASH_SYS_SIGLIST
-BASH_UNDER_SYS_SIGLIST
-
-dnl various system types
-BASH_TYPE_SIGHANDLER
-BASH_CHECK_TYPE(clock_t, [#include <sys/times.h>], long)
-BASH_CHECK_TYPE(sigset_t, [#include <signal.h>], int)
-BASH_CHECK_TYPE(quad_t, , long, HAVE_QUAD_T)
-BASH_CHECK_TYPE(intmax_t, , $bash_cv_type_long_long)
-BASH_CHECK_TYPE(uintmax_t, , $bash_cv_type_unsigned_long_long)
-if test "$ac_cv_header_sys_socket_h" = "yes"; then
-BASH_CHECK_TYPE(socklen_t, [#include <sys/socket.h>], int, HAVE_SOCKLEN_T)
-fi
-BASH_TYPE_RLIMIT
-
-AC_CHECK_SIZEOF(intmax_t, 8)
-
-dnl presence and contents of structures used by system calls
-BASH_STRUCT_TERMIOS_LDISC
-BASH_STRUCT_TERMIO_LDISC
-BASH_STRUCT_DIRENT_D_INO
-BASH_STRUCT_DIRENT_D_FILENO
-BASH_STRUCT_DIRENT_D_NAMLEN
-BASH_STRUCT_WINSIZE
-BASH_STRUCT_TIMEVAL
-AC_CHECK_MEMBERS([struct stat.st_blocks])
-AC_STRUCT_TM
-AC_STRUCT_TIMEZONE
-BASH_STRUCT_TIMEZONE
-
-BASH_STRUCT_WEXITSTATUS_OFFSET
-
-dnl presence and behavior of C library functions
-BASH_FUNC_STRSIGNAL
-BASH_FUNC_OPENDIR_CHECK
-BASH_FUNC_ULIMIT_MAXFDS
-BASH_FUNC_FPURGE
-BASH_FUNC_GETENV
-if test "$ac_cv_func_getcwd" = "yes"; then
-BASH_FUNC_GETCWD
-fi
-BASH_FUNC_POSIX_SETJMP
-BASH_FUNC_STRCOLL
-BASH_FUNC_SNPRINTF
-BASH_FUNC_VSNPRINTF
-
-dnl If putenv or unsetenv is not present, set the right define so the
-dnl prototype and declaration in lib/sh/getenv.c will be standard-conformant
-
-if test "$ac_cv_func_putenv" = "yes"; then
-BASH_FUNC_STD_PUTENV
-else
-AC_DEFINE(HAVE_STD_PUTENV)
-fi
-if test "$ac_cv_func_unsetenv" = "yes"; then
-BASH_FUNC_STD_UNSETENV
-else
-AC_DEFINE(HAVE_STD_UNSETENV)
-fi
-
-BASH_FUNC_PRINTF_A_FORMAT
-
-dnl presence and behavior of OS functions
-BASH_SYS_REINSTALL_SIGHANDLERS
-BASH_SYS_JOB_CONTROL_MISSING
-BASH_SYS_NAMED_PIPES
-
-dnl presence of certain CPP defines
-AC_HEADER_TIOCGWINSZ
-BASH_HAVE_TIOCSTAT
-BASH_HAVE_FIONREAD
-
-BASH_CHECK_WCONTINUED
-
-dnl miscellaneous
-BASH_CHECK_SPEED_T
-BASH_CHECK_GETPW_FUNCS
-BASH_CHECK_RTSIGS
-BASH_CHECK_SYS_SIGLIST
-
-dnl special checks
-case "$host_os" in
-hpux*) BASH_CHECK_KERNEL_RLIMIT ;;
-esac
-
-if test "$opt_readline" = yes; then
-dnl yuck
-case "$host_os" in
-aix*)  prefer_curses=yes ;;
-esac
-BASH_CHECK_LIB_TERMCAP
-fi
-AC_SUBST(TERMCAP_LIB)
-AC_SUBST(TERMCAP_DEP)
-
-BASH_CHECK_DEV_FD
-BASH_CHECK_DEV_STDIN
-BASH_SYS_DEFAULT_MAIL_DIR
-
-if test "$bash_cv_job_control_missing" = missing; then
-       opt_job_control=no
-fi
-
-if test "$opt_job_control" = yes; then
-AC_DEFINE(JOB_CONTROL)
-JOBS_O=jobs.o
-else
-JOBS_O=nojobs.o
-fi
-
-AC_SUBST(JOBS_O)
-
-dnl Defines that we want to propagate to the Makefiles in subdirectories,
-dnl like glob and readline
-
-LOCAL_DEFS=-DSHELL
-
-dnl use this section to possibly define more cpp variables, specify local
-dnl libraries, and specify any additional local cc or ld flags
-dnl
-dnl this should really go away someday
-
-case "${host_os}" in
-sysv4.2*)      AC_DEFINE(SVR4_2)
-               AC_DEFINE(SVR4) ;;
-sysv4*)                AC_DEFINE(SVR4) ;;
-sysv5*)                AC_DEFINE(SVR5) ;;
-hpux9*)                LOCAL_CFLAGS="-DHPUX9 -DHPUX" ;;
-hpux*)         LOCAL_CFLAGS=-DHPUX ;;
-dgux*)         LOCAL_CFLAGS=-D_DGUX_SOURCE; LOCAL_LIBS=-ldgc ;;
-isc*)          LOCAL_CFLAGS=-Disc386 ;;
-rhapsody*)     LOCAL_CFLAGS=-DRHAPSODY ;;
-darwin*)       LOCAL_CFLAGS=-DMACOSX ;;
-sco3.2v5*)     LOCAL_CFLAGS="-b elf -DWAITPID_BROKEN -DPATH_MAX=1024" ;;
-sco3.2v4*)     LOCAL_CFLAGS="-DMUST_UNBLOCK_CHLD -DPATH_MAX=1024" ;;
-sco3.2*)       LOCAL_CFLAGS=-DMUST_UNBLOCK_CHLD ;;
-sunos4*)       LOCAL_CFLAGS=-DSunOS4 ;;
-solaris2.5*)   LOCAL_CFLAGS="-DSunOS5 -DSOLARIS" ;;
-solaris2.8*)   LOCAL_CFLAGS=-DSOLARIS  ;;
-solaris2.9*)   LOCAL_CFLAGS=-DSOLARIS  ;;
-solaris2.10*)  LOCAL_CFLAGS=-DSOLARIS  ;;
-solaris2*)     LOCAL_CFLAGS=-DSOLARIS ;;
-lynxos*)       LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
-linux*)                LOCAL_LDFLAGS=-rdynamic          # allow dynamic loading
-               case "`uname -r`" in
-               2.[[456789]]*|3*)       AC_DEFINE(PGRP_PIPE) ;;
-               esac ;;
-*qnx6*)                LOCAL_CFLAGS="-Dqnx -Dqnx6" LOCAL_LIBS="-lncurses" ;;
-*qnx*)         LOCAL_CFLAGS="-Dqnx -F -3s" LOCAL_LDFLAGS="-3s" LOCAL_LIBS="-lunix -lncurses" ;;
-powerux*)      LOCAL_LIBS="-lgen" ;;
-cygwin*)       LOCAL_CFLAGS=-DRECYCLES_PIDS ;;
-opennt*|interix*) LOCAL_CFLAGS="-DNO_MAIN_ENV_ARG -DBROKEN_DIRENT_D_INO -D_POSIX_SOURCE -D_ALL_SOURCE" ;;
-esac
-
-dnl Stanza for OS/compiler pair-specific flags
-case "${host_os}-${CC}" in
-aix4.2*-*gcc*) LOCAL_LDFLAGS="-Xlinker -bexpall -Xlinker -brtl" ;;
-aix4.2*)       LOCAL_LDFLAGS="-bexpall -brtl" ;;
-bsdi4*-*gcc*)  LOCAL_LDFLAGS="-rdynamic" ;;    # allow dynamic loading, like Linux
-esac
-
-dnl FreeBSD-3.x can have either a.out or ELF
-case "${host_os}" in
-freebsd[[3-9]]*)
-               if test -x /usr/bin/objformat && test "`/usr/bin/objformat`" = "elf" ; then
-                       LOCAL_LDFLAGS=-rdynamic # allow dynamic loading
-               fi ;;
-freebsdelf*)   LOCAL_LDFLAGS=-rdynamic ;;      # allow dynamic loading
-dragonfly*)    LOCAL_LDFLAGS=-rdynamic ;;      # allow dynamic loading
-esac
-
-case "$host_cpu" in
-*cray*)                LOCAL_CFLAGS="-DCRAY" ;; # shell var so config.h can use it
-esac
-
-case "$host_cpu-$host_os" in
-ibmrt-*bsd4*)  LOCAL_CFLAGS="-ma -U__STDC__" ;;
-esac
-
-case "$host_cpu-$host_vendor-$host_os" in
-m88k-motorola-sysv3)   LOCAL_CFLAGS=-DWAITPID_BROKEN ;;
-mips-pyramid-sysv4)    LOCAL_CFLAGS=-Xa ;;
-esac
-
-#
-# Shared object configuration section.  These values are generated by
-# ${srcdir}/support/shobj-conf
-#
-if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf
-then
-       AC_MSG_CHECKING(shared object configuration for loadable builtins)
-       eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
-       AC_SUBST(SHOBJ_CC)
-       AC_SUBST(SHOBJ_CFLAGS)
-       AC_SUBST(SHOBJ_LD)
-       AC_SUBST(SHOBJ_LDFLAGS)
-       AC_SUBST(SHOBJ_XLDFLAGS)
-       AC_SUBST(SHOBJ_LIBS)
-       AC_SUBST(SHOBJ_STATUS)
-       AC_MSG_RESULT($SHOBJ_STATUS)
-fi
-
-# try to create a directory tree if the source is elsewhere
-# this should be packaged into a script accessible via ${srcdir}/support
-case "$srcdir" in
-.)     ;;
-*)     for d in doc tests support lib examples; do     # dirs
-               test -d $d || mkdir $d
-       done
-       for ld in readline glob tilde malloc sh termcap; do     # libdirs
-               test -d lib/$ld || mkdir lib/$ld
-       done
-       test -d examples/loadables || mkdir examples/loadables  # loadable builtins
-       test -d examples/loadables/perl || mkdir examples/loadables/perl
-       ;;
-esac
-
-BUILD_DIR=`pwd`
-case "$BUILD_DIR" in
-*\ *)  BUILD_DIR=`echo "$BUILD_DIR" | sed 's: :\\\\ :g'` ;;
-*)     ;;
-esac
-
-if test -z "$localedir"; then
-       localedir='${datarootdir}/locale'
-fi
-if test -z "$datarootdir"; then
-       datarootdir='${prefix}/share'
-fi
-
-AC_SUBST(PROFILE_FLAGS)
-
-AC_SUBST(incdir)
-AC_SUBST(BUILD_DIR)
-
-# Some versions of autoconf don't substitute these automatically
-AC_SUBST(datarootdir)
-AC_SUBST(localedir)
-
-AC_SUBST(YACC)
-AC_SUBST(AR)
-AC_SUBST(ARFLAGS)
-
-AC_SUBST(BASHVERS)
-AC_SUBST(RELSTATUS)
-AC_SUBST(DEBUG)
-AC_SUBST(MALLOC_DEBUG)
-
-AC_SUBST(host_cpu)
-AC_SUBST(host_vendor)
-AC_SUBST(host_os)
-
-AC_SUBST(LOCAL_LIBS)
-AC_SUBST(LOCAL_CFLAGS)
-AC_SUBST(LOCAL_LDFLAGS)
-AC_SUBST(LOCAL_DEFS)
-
-#AC_SUBST(ALLOCA_SOURCE)
-#AC_SUBST(ALLOCA_OBJECT)
-
-AC_OUTPUT([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \
-         lib/intl/Makefile \
-         lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \
-         lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in \
-         examples/loadables/Makefile examples/loadables/perl/Makefile],
-[
-# Makefile uses this timestamp file to record whether config.h is up to date.
-echo timestamp > stamp-h
-])
diff --git a/cross-build/cygwin32.cache b/cross-build/cygwin32.cache
deleted file mode 100644 (file)
index 36948da..0000000
+++ /dev/null
@@ -1,251 +0,0 @@
-# This file is a shell script that caches the results of configure
-# tests run on this system so they can be shared between configure
-# scripts and configure runs, see configure's option --config-cache.
-# It is not useful on other systems.  If it contains results you don't
-# want to keep, you may remove or edit it.
-#
-# config.status only pays attention to the cache file if you give it
-# the --recheck option to rerun configure.
-#
-# `ac_cv_env_foo' variables (set or unset) will be overriden when
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
-# following values.
-
-ac_cv_build=${ac_cv_build='i686-pc-cygwin'}
-ac_cv_build_alias=${ac_cv_build_alias='i686-pc-cygwin'}
-ac_cv_c_bigendian=${ac_cv_c_bigendian='no'}
-ac_cv_c_char_unsigned=${ac_cv_c_char_unsigned='no'}
-ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu='yes'}
-ac_cv_c_const=${ac_cv_c_const='yes'}
-ac_cv_c_inline=${ac_cv_c_inline='inline'}
-ac_cv_c_long_double=${ac_cv_c_long_double='yes'}
-ac_cv_c_stringize=${ac_cv_c_stringize='yes'}
-ac_cv_decl_sys_siglist=${ac_cv_decl_sys_siglist='no'}
-ac_cv_exeext=${ac_cv_exeext='.exe'}
-ac_cv_func___setostype=${ac_cv_func___setostype='no'}
-ac_cv_func__doprnt=${ac_cv_func__doprnt='no'}
-ac_cv_func_alloca_works=${ac_cv_func_alloca_works='yes'}
-ac_cv_func_asprintf=${ac_cv_func_asprintf='no'}
-ac_cv_func_bcopy=${ac_cv_func_bcopy='yes'}
-ac_cv_func_bindtextdomain=${ac_cv_func_bindtextdomain='no'}
-ac_cv_func_bzero=${ac_cv_func_bzero='yes'}
-ac_cv_func_confstr=${ac_cv_func_confstr='no'}
-ac_cv_func_dlclose=${ac_cv_func_dlclose='yes'}
-ac_cv_func_dlopen=${ac_cv_func_dlopen='yes'}
-ac_cv_func_dlsym=${ac_cv_func_dlsym='yes'}
-ac_cv_func_dup2=${ac_cv_func_dup2='yes'}
-ac_cv_func_fnmatch=${ac_cv_func_fnmatch='no'}
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo='no'}
-ac_cv_func_getcwd=${ac_cv_func_getcwd='yes'}
-ac_cv_func_getdtablesize=${ac_cv_func_getdtablesize='yes'}
-ac_cv_func_getgroups=${ac_cv_func_getgroups='yes'}
-ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname='yes'}
-ac_cv_func_gethostname=${ac_cv_func_gethostname='yes'}
-ac_cv_func_getpagesize=${ac_cv_func_getpagesize='yes'}
-ac_cv_func_getpeername=${ac_cv_func_getpeername='yes'}
-ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void='yes'}
-ac_cv_func_getrlimit=${ac_cv_func_getrlimit='yes'}
-ac_cv_func_getrusage=${ac_cv_func_getrusage='yes'}
-ac_cv_func_getservbyname=${ac_cv_func_getservbyname='yes'}
-ac_cv_func_gettext=${ac_cv_func_gettext='no'}
-ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday='yes'}
-ac_cv_func_inet_aton=${ac_cv_func_inet_aton='yes'}
-ac_cv_func_isascii=${ac_cv_func_isascii='yes'}
-ac_cv_func_isblank=${ac_cv_func_isblank='no'}
-ac_cv_func_isgraph=${ac_cv_func_isgraph='yes'}
-ac_cv_func_isprint=${ac_cv_func_isprint='yes'}
-ac_cv_func_isspace=${ac_cv_func_isspace='yes'}
-ac_cv_func_isxdigit=${ac_cv_func_isxdigit='yes'}
-ac_cv_func_killpg=${ac_cv_func_killpg='yes'}
-ac_cv_func_lstat=${ac_cv_func_lstat='yes'}
-ac_cv_func_memmove=${ac_cv_func_memmove='yes'}
-ac_cv_func_mkfifo=${ac_cv_func_mkfifo='yes'}
-ac_cv_func_pathconf=${ac_cv_func_pathconf='yes'}
-ac_cv_func_putenv=${ac_cv_func_putenv='yes'}
-ac_cv_func_readlink=${ac_cv_func_readlink='yes'}
-ac_cv_func_rename=${ac_cv_func_rename='yes'}
-ac_cv_func_sbrk=${ac_cv_func_sbrk='yes'}
-ac_cv_func_select=${ac_cv_func_select='yes'}
-ac_cv_func_setdtablesize=${ac_cv_func_setdtablesize='yes'}
-ac_cv_func_setenv=${ac_cv_func_setenv='yes'}
-ac_cv_func_setlinebuf=${ac_cv_func_setlinebuf='no'}
-ac_cv_func_setlocale=${ac_cv_func_setlocale='yes'}
-ac_cv_func_setvbuf=${ac_cv_func_setvbuf='yes'}
-ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed='no'}
-ac_cv_func_siginterrupt=${ac_cv_func_siginterrupt='no'}
-ac_cv_func_snprintf=${ac_cv_func_snprintf='yes'}
-ac_cv_func_strcasecmp=${ac_cv_func_strcasecmp='yes'}
-ac_cv_func_strchr=${ac_cv_func_strchr='yes'}
-ac_cv_func_strcoll_works=${ac_cv_func_strcoll_works='yes'}
-ac_cv_func_strerror=${ac_cv_func_strerror='yes'}
-ac_cv_func_strpbrk=${ac_cv_func_strpbrk='yes'}
-ac_cv_func_strtod=${ac_cv_func_strtod='yes'}
-ac_cv_func_strtoimax=${ac_cv_func_strtoimax='no'}
-ac_cv_func_strtol=${ac_cv_func_strtol='yes'}
-ac_cv_func_strtoll=${ac_cv_func_strtoll='no'}
-ac_cv_func_strtoul=${ac_cv_func_strtoul='yes'}
-ac_cv_func_strtoull=${ac_cv_func_strtoull='no'}
-ac_cv_func_strtoumax=${ac_cv_func_strtoumax='no'}
-ac_cv_func_sysconf=${ac_cv_func_sysconf='yes'}
-ac_cv_func_tcgetattr=${ac_cv_func_tcgetattr='yes'}
-ac_cv_func_tcgetpgrp=${ac_cv_func_tcgetpgrp='yes'}
-ac_cv_func_textdomain=${ac_cv_func_textdomain='no'}
-ac_cv_func_times=${ac_cv_func_times='yes'}
-ac_cv_func_ttyname=${ac_cv_func_ttyname='yes'}
-ac_cv_func_tzset=${ac_cv_func_tzset='yes'}
-ac_cv_func_ulimit=${ac_cv_func_ulimit='no'}
-ac_cv_func_uname=${ac_cv_func_uname='yes'}
-ac_cv_func_vasprintf=${ac_cv_func_vasprintf='no'}
-ac_cv_func_vprintf=${ac_cv_func_vprintf='yes'}
-ac_cv_func_vsnprintf=${ac_cv_func_vsnprintf='yes'}
-ac_cv_func_wait3=${ac_cv_func_wait3='yes'}
-ac_cv_func_waitpid=${ac_cv_func_waitpid='yes'}
-ac_cv_have_decl_confstr=${ac_cv_have_decl_confstr='no'}
-ac_cv_have_decl_printf=${ac_cv_have_decl_printf='yes'}
-ac_cv_have_decl_sbrk=${ac_cv_have_decl_sbrk='yes'}
-ac_cv_have_decl_strsignal=${ac_cv_have_decl_strsignal='yes'}
-ac_cv_have_decl_strtold=${ac_cv_have_decl_strtold='no'}
-ac_cv_header_arpa_inet_h=${ac_cv_header_arpa_inet_h='yes'}
-ac_cv_header_dirent_dirent_h=${ac_cv_header_dirent_dirent_h='yes'}
-ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'}
-ac_cv_header_grp_h=${ac_cv_header_grp_h='yes'}
-ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h='no'}
-ac_cv_header_libintl_h=${ac_cv_header_libintl_h='yes'}
-ac_cv_header_limits_h=${ac_cv_header_limits_h='yes'}
-ac_cv_header_locale_h=${ac_cv_header_locale_h='yes'}
-ac_cv_header_memory_h=${ac_cv_header_memory_h='yes'}
-ac_cv_header_minix_config_h=${ac_cv_header_minix_config_h='no'}
-ac_cv_header_netdb_h=${ac_cv_header_netdb_h='yes'}
-ac_cv_header_netinet_in_h=${ac_cv_header_netinet_in_h='yes'}
-ac_cv_header_stat_broken=${ac_cv_header_stat_broken='no'}
-ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h='yes'}
-ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
-ac_cv_header_stddef_h=${ac_cv_header_stddef_h='yes'}
-ac_cv_header_stdint_h=${ac_cv_header_stdint_h='no'}
-ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h='yes'}
-ac_cv_header_string_h=${ac_cv_header_string_h='yes'}
-ac_cv_header_strings_h=${ac_cv_header_strings_h='yes'}
-ac_cv_header_sys_file_h=${ac_cv_header_sys_file_h='yes'}
-ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h='yes'}
-ac_cv_header_sys_pte_h=${ac_cv_header_sys_pte_h='no'}
-ac_cv_header_sys_ptem_h=${ac_cv_header_sys_ptem_h='no'}
-ac_cv_header_sys_resource_h=${ac_cv_header_sys_resource_h='yes'}
-ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h='yes'}
-ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h='yes'}
-ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h='yes'}
-ac_cv_header_sys_stream_h=${ac_cv_header_sys_stream_h='no'}
-ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h='yes'}
-ac_cv_header_sys_times_h=${ac_cv_header_sys_times_h='yes'}
-ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h='yes'}
-ac_cv_header_sys_wait_h=${ac_cv_header_sys_wait_h='yes'}
-ac_cv_header_termcap_h=${ac_cv_header_termcap_h='yes'}
-ac_cv_header_termio_h=${ac_cv_header_termio_h='yes'}
-ac_cv_header_termios_h=${ac_cv_header_termios_h='yes'}
-ac_cv_header_time=${ac_cv_header_time='yes'}
-ac_cv_header_unistd_h=${ac_cv_header_unistd_h='yes'}
-ac_cv_header_varargs_h=${ac_cv_header_varargs_h='yes'}
-ac_cv_host=${ac_cv_host='i686-pc-cygwin'}
-ac_cv_host_alias=${ac_cv_host_alias='i686-pc-cygwin'}
-ac_cv_lib_dir_opendir=${ac_cv_lib_dir_opendir='no'}
-ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen='no'}
-ac_cv_lib_intl_bindtextdomain=${ac_cv_lib_intl_bindtextdomain='yes'}
-ac_cv_lib_termcap_tgetent=${ac_cv_lib_termcap_tgetent='yes'}
-ac_cv_member_struct_stat_st_blocks=${ac_cv_member_struct_stat_st_blocks='yes'}
-ac_cv_member_struct_termio_c_line=${ac_cv_member_struct_termio_c_line='yes'}
-ac_cv_member_struct_termios_c_line=${ac_cv_member_struct_termios_c_line='yes'}
-ac_cv_objext=${ac_cv_objext='o'}
-ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
-ac_cv_prog_AR=${ac_cv_prog_AR='ar'}
-ac_cv_prog_CPP=${ac_cv_prog_CPP='gcc -E'}
-ac_cv_prog_YACC=${ac_cv_prog_YACC='bison -y'}
-ac_cv_prog_ac_ct_CC=${ac_cv_prog_ac_ct_CC='gcc'}
-ac_cv_prog_ac_ct_RANLIB=${ac_cv_prog_ac_ct_RANLIB='ranlib'}
-ac_cv_prog_cc_g=${ac_cv_prog_cc_g='yes'}
-ac_cv_prog_cc_stdc=${ac_cv_prog_cc_stdc=''}
-ac_cv_prog_gcc_traditional=${ac_cv_prog_gcc_traditional='no'}
-ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set='yes'}
-ac_cv_sizeof_char=${ac_cv_sizeof_char='1'}
-ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p='4'}
-ac_cv_sizeof_double=${ac_cv_sizeof_double='8'}
-ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
-ac_cv_sizeof_long=${ac_cv_sizeof_long='4'}
-ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long='8'}
-ac_cv_sizeof_short=${ac_cv_sizeof_short='2'}
-ac_cv_sys_file_offset_bits=${ac_cv_sys_file_offset_bits='no'}
-ac_cv_sys_interpreter=${ac_cv_sys_interpreter='yes'}
-ac_cv_sys_large_files=${ac_cv_sys_large_files='no'}
-ac_cv_sys_largefile_CC=${ac_cv_sys_largefile_CC='no'}
-ac_cv_sys_posix_termios=${ac_cv_sys_posix_termios='yes'}
-ac_cv_sys_tiocgwinsz_in_termios_h=${ac_cv_sys_tiocgwinsz_in_termios_h='yes'}
-ac_cv_type_bits16_t=${ac_cv_type_bits16_t='no'}
-ac_cv_type_bits32_t=${ac_cv_type_bits32_t='no'}
-ac_cv_type_bits64_t=${ac_cv_type_bits64_t='no'}
-ac_cv_type_char=${ac_cv_type_char='yes'}
-ac_cv_type_char_p=${ac_cv_type_char_p='yes'}
-ac_cv_type_double=${ac_cv_type_double='yes'}
-ac_cv_type_getgroups=${ac_cv_type_getgroups='gid_t'}
-ac_cv_type_int=${ac_cv_type_int='yes'}
-ac_cv_type_long=${ac_cv_type_long='yes'}
-ac_cv_type_long_long=${ac_cv_type_long_long='yes'}
-ac_cv_type_mode_t=${ac_cv_type_mode_t='yes'}
-ac_cv_type_off_t=${ac_cv_type_off_t='yes'}
-ac_cv_type_pid_t=${ac_cv_type_pid_t='yes'}
-ac_cv_type_ptrdiff_t=${ac_cv_type_ptrdiff_t='yes'}
-ac_cv_type_short=${ac_cv_type_short='yes'}
-ac_cv_type_signal=${ac_cv_type_signal='void'}
-ac_cv_type_size_t=${ac_cv_type_size_t='yes'}
-ac_cv_type_ssize_t=${ac_cv_type_ssize_t='yes'}
-ac_cv_type_time_t=${ac_cv_type_time_t='yes'}
-ac_cv_type_u_bits16_t=${ac_cv_type_u_bits16_t='no'}
-ac_cv_type_u_bits32_t=${ac_cv_type_u_bits32_t='no'}
-ac_cv_type_u_int=${ac_cv_type_u_int='yes'}
-ac_cv_type_u_long=${ac_cv_type_u_long='yes'}
-ac_cv_type_uid_t=${ac_cv_type_uid_t='yes'}
-ac_cv_working_alloca_h=${ac_cv_working_alloca_h='no'}
-
-bash_cv_decl_strtoimax=${bash_cv_decl_strtoimax='no'}
-bash_cv_decl_strtol=${bash_cv_decl_strtol='yes'}
-bash_cv_decl_strtoll=${bash_cv_decl_strtoll='no'}
-bash_cv_decl_strtoul=${bash_cv_decl_strtoul='yes'}
-bash_cv_decl_strtoull=${bash_cv_decl_strtoull='no'}
-bash_cv_decl_strtoumax=${bash_cv_decl_strtoumax='no'}
-bash_cv_decl_under_sys_siglist=${bash_cv_decl_under_sys_siglist='no'}
-bash_cv_dev_fd=${bash_cv_dev_fd='absent'}
-bash_cv_dev_stdin=${bash_cv_dev_stdin='absent'}
-bash_cv_dirent_has_d_fileno=${bash_cv_dirent_has_d_fileno='no'}
-bash_cv_dirent_has_dino=${bash_cv_dirent_has_dino='yes'}
-bash_cv_dup2_broken=${bash_cv_dup2_broken='no'}
-bash_cv_fionread_in_ioctl=${bash_cv_fionread_in_ioctl='no'}
-bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp='present'}
-bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken='no'}
-bash_cv_getenv_redef=${bash_cv_getenv_redef='yes'}
-bash_cv_getpw_declared=${bash_cv_getpw_declared='yes'}
-bash_cv_have_strsignal=${bash_cv_have_strsignal='yes'}
-bash_cv_job_control_missing=${bash_cv_job_control_missing='present'}
-bash_cv_mail_dir=${bash_cv_mail_dir='unknown'}
-bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers='no'}
-bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust='no'}
-bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe='no'}
-bash_cv_printf_a_format=${bash_cv_printf_a_format='no'}
-bash_cv_signal_vintage=${bash_cv_signal_vintage='posix'}
-bash_cv_speed_t_in_sys_types=${bash_cv_speed_t_in_sys_types='no'}
-bash_cv_struct_timeval=${bash_cv_struct_timeval='yes'}
-bash_cv_struct_winsize_header=${bash_cv_struct_winsize_header='termios_h'}
-bash_cv_sys_errlist=${bash_cv_sys_errlist='no'}
-bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes='present'}
-bash_cv_sys_siglist=${bash_cv_sys_siglist='no'}
-bash_cv_termcap_lib=${bash_cv_termcap_lib='libtermcap'}
-bash_cv_tiocstat_in_ioctl=${bash_cv_tiocstat_in_ioctl='no'}
-bash_cv_type_clock_t=${bash_cv_type_clock_t='yes'}
-bash_cv_type_intmax_t=${bash_cv_type_intmax_t='no'}
-bash_cv_type_long_long=${bash_cv_type_long_long='long long'}
-bash_cv_type_quad_t=${bash_cv_type_quad_t='no'}
-bash_cv_type_rlimit=${bash_cv_type_rlimit='rlim_t'}
-bash_cv_type_sigset_t=${bash_cv_type_sigset_t='yes'}
-bash_cv_type_socklen_t=${bash_cv_type_socklen_t='no'}
-bash_cv_type_uintmax_t=${bash_cv_type_uintmax_t='no'}
-bash_cv_type_unsigned_long_long=${bash_cv_type_unsigned_long_long='unsigned long long'}
-bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds='no'}
-bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist='no'}
-bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs='no'}
-bash_cv_void_sighandler=${bash_cv_void_sighandler='yes'}
index d8aa1ad21582868c0b0c49f0e9bf721ef26bdaaa..37deeb5870d13666c75d3d65dfcba7014e936b93 100644 (file)
@@ -7,29 +7,34 @@ S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
        b\bba\bas\bsh\bh [options] [command_string | file]
 
 C\bCO\bOP\bPY\bYR\bRI\bIG\bGH\bHT\bT
-       Bash is Copyright (C) 1989-2024 by the Free Software Foundation, Inc.
+       Bash is Copyright (C) 1989-2025 by the Free Software Foundation, Inc.
 
 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
-       B\bBa\bas\bsh\bh  is  an  s\bsh\bh-compatible  command language interpreter that executes
-       commands read from the standard input, from a string, or from  a  file.
-       B\bBa\bas\bsh\bh  also incorporates useful features from the _\bK_\bo_\br_\bn and _\bC shells (k\bks\bsh\bh
-       and c\bcs\bsh\bh).
-
-       POSIX is the name for a family of computing standards  based  on  Unix.
-       B\bBa\bas\bsh\bh  is  intended  to  be a conformant implementation of the Shell and
-       Utilities portion  of  the  IEEE  POSIX  specification  (IEEE  Standard
-       1003.1).  B\bBa\bas\bsh\bh can be configured to be POSIX-conformant by default.
+       B\bBa\bas\bsh\bh is a command language interpreter that executes commands read from
+       the standard input, from a string, or from a file.  It is a reimplemen-
+       tation  and  extension of the Bourne shell, the historical Unix command
+       language interpreter.  B\bBa\bas\bsh\bh also incorporates useful features from  the
+       _\bK_\bo_\br_\bn and _\bC shells (k\bks\bsh\bh and c\bcs\bsh\bh).
+
+       POSIX  is  the  name for a family of computing standards based on Unix.
+       B\bBa\bas\bsh\bh is intended to be a conformant implementation  of  the  Shell  and
+       Utilities  portion  of  the  IEEE  POSIX  specification  (IEEE Standard
+       1003.1).  B\bBa\bas\bsh\bh POSIX mode (hereafter referred to as _\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be) changes
+       the shell's behavior where its default operation differs from the stan-
+       dard to strictly conform to the standard.  See S\bSE\bEE\bE  A\bAL\bLS\bSO\bO  below  for  a
+       reference  to a document that details how posix mode affects b\bba\bas\bsh\bh's be-
+       havior.  B\bBa\bas\bsh\bh can be configured to be POSIX-conformant by default.
 
 O\bOP\bPT\bTI\bIO\bON\bNS\bS
        All of the single-character shell options documented in the description
-       of  the  s\bse\bet\bt builtin command, including -\b-o\bo, can be used as options when
-       the shell is invoked.  In addition, b\bba\bas\bsh\bh interprets the  following  op-
+       of the s\bse\bet\bt builtin command, including -\b-o\bo, can be used as  options  when
+       the  shell  is invoked.  In addition, b\bba\bas\bsh\bh interprets the following op-
        tions when it is invoked:
 
-       -\b-c\bc        If  the -\b-c\bc option is present, then commands are read from the
+       -\b-c\bc        If the -\b-c\bc option is present, then commands are read from  the
                  first non-option argument _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b__\bs_\bt_\br_\bi_\bn_\bg.  If there are argu-
-                 ments after the _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b__\bs_\bt_\br_\bi_\bn_\bg, the  first  argument  is  as-
-                 signed  to $\b$0\b0 and any remaining arguments are assigned to the
+                 ments  after  the  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b__\bs_\bt_\br_\bi_\bn_\bg,  the first argument is as-
+                 signed to $\b$0\b0 and any remaining arguments are assigned to  the
                  positional parameters.  The assignment to $\b$0\b0 sets the name of
                  the shell, which is used in warning and error messages.
 
@@ -38,72 +43,72 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
        -\b-l\bl        Make b\bba\bas\bsh\bh act as if it had been invoked as a login shell (see
                  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN below).
 
-       -\b-r\br        If the -\b-r\br option is present,  the  shell  becomes  _\br_\be_\bs_\bt_\br_\bi_\bc_\bt_\be_\bd
+       -\b-r\br        If  the  -\b-r\br  option  is present, the shell becomes _\br_\be_\bs_\bt_\br_\bi_\bc_\bt_\be_\bd
                  (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).
 
-       -\b-s\bs        If  the -\b-s\bs option is present, or if no arguments remain after
+       -\b-s\bs        If the -\b-s\bs option is present, or if no arguments remain  after
                  option processing, the shell reads commands from the standard
-                 input.  This option allows the positional  parameters  to  be
-                 set  when invoking an interactive shell or when reading input
+                 input.   This  option  allows the positional parameters to be
+                 set when invoking an interactive shell or when reading  input
                  through a pipe.
 
-       -\b-D\bD        Print a list of all double-quoted strings preceded  by  $\b on
-                 the  standard output.  These are the strings that are subject
-                 to language translation when the current locale is not  C\b or
-                 P\bPO\bOS\bSI\bIX\bX.   This implies the -\b-n\bn option; no commands will be exe-
+       -\b-D\bD        Print  a  list  of all double-quoted strings preceded by $\b$ on
+                 the standard output.  These are the strings that are  subject
+                 to  language  translation when the current locale is not C\bC or
+                 P\bPO\bOS\bSI\bIX\bX.  This implies the -\b-n\bn option; no commands will be  exe-
                  cuted.
 
        [\b[-\b-+\b+]\b]O\bO [\b[_\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\bn]\b]
-                 _\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\bis one of the  shell  options  accepted  by  the
-                 s\bsh\bho\bop\bpt\bt   builtin  (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  below).   If
+                 _\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\b is  one  of  the  shell options accepted by the
+                 s\bsh\bho\bop\bpt\bt  builtin  (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN  C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS  below).    If
                  _\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\bn is present, -\b-O\bO sets the value of that option; +\b+O\bO
-                 unsets it.  If _\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\bn is not supplied, b\bba\bas\bsh\bh prints  the
-                 names  and  values  of the shell options accepted by s\bsh\bho\bop\bpt\bt on
-                 the standard output.  If the invocation  option  is  +\b+O\bO,  the
+                 unsets  it.  If _\bs_\bh_\bo_\bp_\bt_\b__\bo_\bp_\bt_\bi_\bo_\bn is not supplied, b\bba\bas\bsh\bh prints the
+                 names and values of the shell options accepted  by  s\bsh\bho\bop\bpt\b on
+                 the  standard  output.   If  the invocation option is +\b+O\bO, the
                  output is displayed in a format that may be reused as input.
 
-       -\b--\b-        A  -\b--\b-  signals the end of options and disables further option
-                 processing.  Any arguments after the  -\b--\b-  are  treated  as  a
-                 shell  script  filename  (see  below) and arguments passed to
+       -\b--\b-        A -\b--\b- signals the end of options and disables  further  option
+                 processing.   Any  arguments  after  the  -\b--\b- are treated as a
+                 shell script filename (see below)  and  arguments  passed  to
                  that script.  An argument of -\b- is equivalent to -\b--\b-.
 
-       B\bBa\bas\bsh\balso interprets a number of multi-character  options.   These  op-
-       tions  must  appear on the command line before the single-character op-
+       B\bBa\bas\bsh\b also  interprets  a number of multi-character options.  These op-
+       tions must appear on the command line before the  single-character  op-
        tions to be recognized.
 
        -\b--\b-d\bde\beb\bbu\bug\bgg\bge\ber\br
               Arrange for the debugger profile to be executed before the shell
-              starts.  Turns on extended debugging mode (see  the  description
+              starts.   Turns  on extended debugging mode (see the description
               of the e\bex\bxt\btd\bde\beb\bbu\bug\bg option to the s\bsh\bho\bop\bpt\bt builtin below).
 
        -\b--\b-d\bdu\bum\bmp\bp-\b-p\bpo\bo-\b-s\bst\btr\bri\bin\bng\bgs\bs
-              Equivalent  to  -\b-D\bD,  but  the  output is in the GNU _\bg_\be_\bt_\bt_\be_\bx_\bt "po"
+              Equivalent to -\b-D\bD, but the output is  in  the  GNU  _\bg_\be_\bt_\bt_\be_\bx_\b "po"
               (portable object) file format.
 
        -\b--\b-d\bdu\bum\bmp\bp-\b-s\bst\btr\bri\bin\bng\bgs\bs
               Equivalent to -\b-D\bD.
 
-       -\b--\b-h\bhe\bel\blp\bp Display a usage message on standard  output  and  exit  success-
+       -\b--\b-h\bhe\bel\blp\bp Display  a  usage  message  on standard output and exit success-
               fully.
 
        -\b--\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be _\bf_\bi_\bl_\be
        -\b--\b-r\brc\bcf\bfi\bil\ble\be _\bf_\bi_\bl_\be
               Execute commands from _\bf_\bi_\bl_\be instead of the standard personal ini-
-              tialization  file _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc if the shell is interactive (see I\bIN\bN-\b-
+              tialization file _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc if the shell is interactive (see  I\bIN\bN-\b-
               V\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN below).
 
        -\b--\b-l\blo\bog\bgi\bin\bn
               Equivalent to -\b-l\bl.
 
        -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg
-              Do not use the GNU r\bre\bea\bad\bdl\bli\bin\bne\be library to read command  lines  when
+              Do  not  use the GNU r\bre\bea\bad\bdl\bli\bin\bne\be library to read command lines when
               the shell is interactive.
 
        -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be
-              Do  not read either the system-wide startup file _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\be or
-              any  of  the  personal  initialization  files   _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bp_\br_\bo_\bf_\bi_\bl_\be,
-              _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bl_\bo_\bg_\bi_\bn,  or  _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be.   By  default,  b\bba\bas\bsh\bh reads these
-              files when it is invoked as a login shell  (see  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\b be-
+              Do not read either the system-wide startup file _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\b or
+              any   of  the  personal  initialization  files  _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bp_\br_\bo_\bf_\bi_\bl_\be,
+              _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bl_\bo_\bg_\bi_\bn, or _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be.   By  default,  b\bba\bas\bsh\bh  reads  these
+              files  when  it  is invoked as a login shell (see I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN be-
               low).
 
        -\b--\b-n\bno\bor\brc\bc Do  not  read  and  execute  the  personal  initialization  file
@@ -111,10 +116,8 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
               fault if the shell is invoked as s\bsh\bh.
 
        -\b--\b-p\bpo\bos\bsi\bix\bx
-              Change the behavior of b\bba\bas\bsh\bh where the default operation  differs
-              from the POSIX standard to match the standard (_\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be).  See
-              S\bSE\bEE\bE  A\bAL\bLS\bSO\bO  below  for a reference to a document that details how
-              posix mode affects B\bBa\bas\bsh\bh's behavior.
+              Enable posix mode; change the behavior of b\bba\bas\bsh\bh where the default
+              operation differs from the POSIX standard to match the standard.
 
        -\b--\b-r\bre\bes\bst\btr\bri\bic\bct\bte\bed\bd
               The shell becomes restricted (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).
@@ -123,58 +126,58 @@ O\bOP\bPT\bTI\bIO\bON\bNS\bS
               Equivalent to -\b-v\bv.
 
        -\b--\b-v\bve\ber\brs\bsi\bio\bon\bn
-              Show version information for this instance of b\bba\bas\bsh\bh on the  stan-
+              Show  version information for this instance of b\bba\bas\bsh\bh on the stan-
               dard output and exit successfully.
 
 A\bAR\bRG\bGU\bUM\bME\bEN\bNT\bTS\bS
        If arguments remain after option processing, and neither the -\b-c\bc nor the
-       -\b-s\b option  has  been supplied, the first argument is assumed to be the
-       name of a file containing shell commands (a _\bs_\bh_\be_\bl_\bl _\bs_\bc_\br_\bi_\bp_\bt).  If b\bba\bas\bsh\bh  is
-       invoked in this fashion, $\b$0\b0 is set to the name of the file, and the po-
-       sitional parameters are set to the remaining arguments.  B\bBa\bas\bsh\bh reads and
-       executes  commands  from  this file, then exits.  B\bBa\bas\bsh\bh's exit status is
+       -\b-s\boption has been supplied, the first argument is treated as the  name
+       of a file containing shell commands (a _\bs_\bh_\be_\bl_\bl _\bs_\bc_\br_\bi_\bp_\bt).  When b\bba\bas\bsh\bh is in-
+       voked in this fashion, $\b$0\b0 is set to the name of the file, and the posi-
+       tional  parameters  are set to the remaining arguments.  B\bBa\bas\bsh\bh reads and
+       executes commands from this file, then exits.  B\bBa\bas\bsh\bh's  exit  status  is
        the exit status of the last command executed in the script.  If no com-
-       mands are executed, the exit status is 0.  Bash first attempts to  open
-       the  file  in  the  current  directory,  and, if no file is found, then
-       searches the directories in P\bPA\bAT\bTH\bH for the script.
+       mands  are executed, the exit status is 0.  B\bBa\bas\bsh\bh first attempts to open
+       the file in the current directory, and, if no file is  found,  searches
+       the directories in P\bPA\bAT\bTH\bH for the script.
 
 I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
-       A _\bl_\bo_\bg_\bi_\bn _\bs_\bh_\be_\bl_\bl is one whose first character of argument zero is a -\b-,  or
+       A  _\bl_\bo_\bg_\bi_\bn _\bs_\bh_\be_\bl_\bl is one whose first character of argument zero is a -\b-, or
        one started with the -\b--\b-l\blo\bog\bgi\bin\bn option.
 
-       An  _\bi_\bn_\bt_\be_\br_\ba_\bc_\bt_\bi_\bv_\be  shell is one started without non-option arguments (un-
-       less -\b-s\bs is specified) and without the -\b-c\bc option, whose  standard  input
-       and  standard  error  are both connected to terminals (as determined by
-       _\bi_\bs_\ba_\bt_\bt_\by(3)), or one started with the -\b-i\bi option.  B\bBa\bas\bsh\bh sets  P\bPS\bS1\b1  and  $\b$-\b-
-       includes  i\bi if the shell is interactive, so a shell script or a startup
+       An _\bi_\bn_\bt_\be_\br_\ba_\bc_\bt_\bi_\bv_\be _\bs_\bh_\be_\bl_\bl is one started without non-option  arguments  (un-
+       less -\b-s\bs is specified) and without the -\b-c\bc option, and whose standard in-
+       put  and  standard error are both connected to terminals (as determined
+       by _\bi_\bs_\ba_\bt_\bt_\by(3)), or one started with the -\b-i\bi option.  B\bBa\bas\bsh\bh sets P\bPS\bS1\b1 and $\b$-\b-
+       includes i\bi if the shell is interactive, so a shell script or a  startup
        file can test this state.
 
-       The following paragraphs describe how b\bba\bas\bsh\bh executes its startup  files.
-       If  any  of  the files exist but cannot be read, b\bba\bas\bsh\bh reports an error.
-       Tildes are expanded in filenames as described below under T\bTi\bil\bld\bde\b E\bEx\bxp\bpa\ban\bn-\b-
+       The  following paragraphs describe how b\bba\bas\bsh\bh executes its startup files.
+       If any of the files exist but cannot be read, b\bba\bas\bsh\bh  reports  an  error.
+       Tildes  are expanded in filenames as described below under T\bTi\bil\bld\bde\be E\bEx\bxp\bpa\ban\bn-\b-
        s\bsi\bio\bon\bn in the E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN section.
 
-       When  b\bba\bas\bsh\bh is invoked as an interactive login shell, or as a non-inter-
-       active shell with the -\b--\b-l\blo\bog\bgi\bin\bn option, it first reads and executes  com-
-       mands  from  the file _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\be, if that file exists.  After reading
+       When b\bba\bas\bsh\bh is invoked as an interactive login shell, or as a  non-inter-
+       active  shell with the -\b--\b-l\blo\bog\bgi\bin\bn option, it first reads and executes com-
+       mands from the file _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\be, if that file exists.   After  reading
        that file, it looks for _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bp_\br_\bo_\bf_\bi_\bl_\be, _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bl_\bo_\bg_\bi_\bn, and _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be,
-       in that order, and reads and executes commands from the first one  that
-       exists  and  is  readable.  The -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be option may be used when the
+       in  that order, and reads and executes commands from the first one that
+       exists and is readable.  The -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be option may be  used  when  the
        shell is started to inhibit this behavior.
 
        When an interactive login shell exits, or a non-interactive login shell
-       executes the e\bex\bxi\bit\bt builtin command, b\bba\bas\bsh\bh  reads  and  executes  commands
+       executes  the  e\bex\bxi\bit\bt  builtin  command, b\bba\bas\bsh\bh reads and executes commands
        from the file _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bl_\bo_\bg_\bo_\bu_\bt, if it exists.
 
-       When  an  interactive  shell that is not a login shell is started, b\bba\bas\bsh\bh
-       reads and executes commands from _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, if that file  exists.   The
-       -\b--\b-n\bno\bor\brc\b option inhibits this behavior.  The -\b--\b-r\brc\bcf\bfi\bil\ble\be _\bf_\bi_\bl_\be option causes
+       When an interactive shell that is not a login shell  is  started,  b\bba\bas\bsh\bh
+       reads  and  executes commands from _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, if that file exists.  The
+       -\b--\b-n\bno\bor\brc\boption inhibits this behavior.  The -\b--\b-r\brc\bcf\bfi\bil\ble\be _\bf_\bi_\bl_\be option  causes
        b\bba\bas\bsh\bh to use _\bf_\bi_\bl_\be instead of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc.
 
-       When b\bba\bas\bsh\bh is started non-interactively, to run a shell script, for  ex-
-       ample,  it  looks for the variable B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV in the environment, expands
-       its value if it appears there, and uses the expanded value as the  name
-       of  a  file to read and execute.  B\bBa\bas\bsh\bh behaves as if the following com-
+       When  b\bba\bas\bsh\bh is started non-interactively, to run a shell script, for ex-
+       ample, it looks for the variable B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV in the  environment,  expands
+       its  value if it appears there, and uses the expanded value as the name
+       of a file to read and execute.  B\bBa\bas\bsh\bh behaves as if the  following  com-
        mand were executed:
 
               if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
@@ -182,60 +185,62 @@ I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
        but does not use the value of the P\bPA\bAT\bTH\bH variable to search for the file-
        name.
 
-       If b\bba\bas\bsh\bh is invoked with the name s\bsh\bh, it tries to mimic the startup  be-
-       havior  of historical versions of s\bsh\bh as closely as possible, while con-
-       forming to the POSIX standard as well.  When invoked as an  interactive
-       login  shell,  or  a  non-interactive shell with the -\b--\b-l\blo\bog\bgi\bin\bn option, it
-       first attempts to read  and  execute  commands  from  _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\b and
+       If  b\bba\bas\bsh\bh is invoked with the name s\bsh\bh, it tries to mimic the startup be-
+       havior of historical versions of s\bsh\bh as closely as possible, while  con-
+       forming  to the POSIX standard as well.  When invoked as an interactive
+       login shell, or a non-interactive shell with  the  -\b--\b-l\blo\bog\bgi\bin\bn  option,  it
+       first  attempts  to  read  and  execute  commands from _\b/_\be_\bt_\bc_\b/_\bp_\br_\bo_\bf_\bi_\bl_\be and
        _\b~_\b/_\b._\bp_\br_\bo_\bf_\bi_\bl_\be, in that order.  The -\b--\b-n\bno\bop\bpr\bro\bof\bfi\bil\ble\be option inhibits this behav-
        ior.  When invoked as an interactive shell with the name s\bsh\bh, b\bba\bas\bsh\bh looks
-       for  the variable E\bEN\bNV\bV, expands its value if it is defined, and uses the
-       expanded value as the name of a file to  read  and  execute.   Since  a
-       shell  invoked as s\bsh\bh does not attempt to read and execute commands from
-       any other startup files, the -\b--\b-r\brc\bcf\bfi\bil\ble\be option has no effect.  A  non-in-
-       teractive  shell  invoked with the name s\bsh\bh does not attempt to read any
-       other startup files.  When invoked as s\bsh\bh, b\bba\bas\bsh\bh enters posix mode  after
-       reading the startup files.
-
-       When  b\bba\bas\bsh\bh  is  started in posix mode, as with the -\b--\b-p\bpo\bos\bsi\bix\bx command line
+       for the variable E\bEN\bNV\bV, expands its value if it is defined, and uses  the
+       expanded  value  as  the  name  of a file to read and execute.  Since a
+       shell invoked as s\bsh\bh does not attempt to read and execute commands  from
+       any  other startup files, the -\b--\b-r\brc\bcf\bfi\bil\ble\be option has no effect.  A non-in-
+       teractive shell invoked with the name s\bsh\bh does not attempt to  read  any
+       other startup files.
+
+       When  invoked  as  s\bsh\bh, b\bba\bas\bsh\bh enters posix mode after reading the startup
+       files.
+
+       When b\bba\bas\bsh\bh is started in posix mode, as with the  -\b--\b-p\bpo\bos\bsi\bix\bx  command  line
        option, it follows the POSIX standard for startup files.  In this mode,
-       interactive shells expand the E\bEN\bNV\bV variable and read  and  execute  com-
+       interactive  shells  expand  the E\bEN\bNV\bV variable and read and execute com-
        mands from the file whose name is the expanded value.  No other startup
        files are read.
 
        B\bBa\bas\bsh\bh attempts to determine when it is being run with its standard input
-       connected  to  a network connection, as when executed by the historical
-       and rarely-seen remote shell daemon, usually _\br_\bs_\bh_\bd, or the secure  shell
-       daemon  _\bs_\bs_\bh_\bd.   If b\bba\bas\bsh\bh determines it is being run non-interactively in
-       this fashion, it reads and executes commands from  _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc,  if  that
-       file  exists  and is readable.  B\bBa\bas\bsh\bh does not read this file if invoked
-       as s\bsh\bh.  The -\b--\b-n\bno\bor\brc\bc option inhibits this behavior, and the -\b--\b-r\brc\bcf\bfi\bil\ble\b op-
-       tion  makes b\bba\bas\bsh\bh use a different file instead of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, but neither
-       _\br_\bs_\bh_\bnor _\bs_\bs_\bh_\bd generally invoke the shell with those  options  or  allow
+       connected to a network connection, as when executed by  the  historical
+       and  rarely-seen remote shell daemon, usually _\br_\bs_\bh_\bd, or the secure shell
+       daemon _\bs_\bs_\bh_\bd.  If b\bba\bas\bsh\bh determines it is being run  non-interactively  in
+       this  fashion,  it  reads and executes commands from _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, if that
+       file exists and is readable.  B\bBa\bas\bsh\bh does not read this file  if  invoked
+       as  s\bsh\bh.  The -\b--\b-n\bno\bor\brc\bc option inhibits this behavior, and the -\b--\b-r\brc\bcf\bfi\bil\ble\be op-
+       tion makes b\bba\bas\bsh\bh use a different file instead of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\br_\bc, but  neither
+       _\br_\bs_\bh_\b nor  _\bs_\bs_\bh_\bd  generally invoke the shell with those options or allow
        them to be specified.
 
        If the shell is started with the effective user (group) id not equal to
        the real user (group) id, and the -\b-p\bp option is not supplied, no startup
        files are read, shell functions are not inherited from the environment,
-       the  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS, B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS, C\bCD\bDP\bPA\bAT\bTH\bH, and G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE variables, if they ap-
-       pear in the environment, are ignored, and the effective user id is  set
-       to  the  real user id.  If the -\b-p\bp option is supplied at invocation, the
+       the S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS, B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS, C\bCD\bDP\bPA\bAT\bTH\bH, and G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE variables, if they  ap-
+       pear  in the environment, are ignored, and the effective user id is set
+       to the real user id.  If the -\b-p\bp option is supplied at  invocation,  the
        startup behavior is the same, but the effective user id is not reset.
 
 D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS
-       The following definitions are used throughout the rest  of  this  docu-
+       The  following  definitions  are used throughout the rest of this docu-
        ment.
        b\bbl\bla\ban\bnk\bk  A space or tab.
        w\bwh\bhi\bit\bte\bes\bsp\bpa\bac\bce\be
-              A  character  belonging to the s\bsp\bpa\bac\bce\be character class in the cur-
+              A character belonging to the s\bsp\bpa\bac\bce\be character class in  the  cur-
               rent locale, or for which _\bi_\bs_\bs_\bp_\ba_\bc_\be(3) returns true.
-       w\bwo\bor\brd\bd   A sequence of characters considered as  a  single  unit  by  the
+       w\bwo\bor\brd\bd   A  sequence  of  characters  considered  as a single unit by the
               shell.  Also known as a t\bto\bok\bke\ben\bn.
-       n\bna\bam\bme\be   A  _\bw_\bo_\br_\bd  consisting  only  of alphanumeric characters and under-
-              scores, and beginning with an alphabetic character or an  under-
+       n\bna\bam\bme\be   A _\bw_\bo_\br_\bd consisting only of  alphanumeric  characters  and  under-
+              scores,  and beginning with an alphabetic character or an under-
               score.  Also referred to as an i\bid\bde\ben\bnt\bti\bif\bfi\bie\ber\br.
        m\bme\bet\bta\bac\bch\bha\bar\bra\bac\bct\bte\ber\br
-              A  character  that,  when unquoted, separates words.  One of the
+              A character that, when unquoted, separates words.   One  of  the
               following:
               |\b|  &\b& ;\b; (\b( )\b) <\b< >\b> s\bsp\bpa\bac\bce\be t\bta\bab\bb n\bne\bew\bwl\bli\bin\bne\be
        c\bco\bon\bnt\btr\bro\bol\bl o\bop\bpe\ber\bra\bat\bto\bor\br
@@ -246,139 +251,141 @@ D\bDE\bEF\bFI\bIN\bNI\bIT\bTI\bIO\bON\bNS\bS
 R\bRE\bES\bSE\bER\bRV\bVE\bED\bD W\bWO\bOR\bRD\bDS\bS
        _\bR_\be_\bs_\be_\br_\bv_\be_\bd _\bw_\bo_\br_\bd_\bs are words that have a special meaning to the shell.  The
        following words are recognized as reserved when unquoted and either the
-       first word of a command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR below), the third word of  a
-       c\bca\bas\bse\b or  s\bse\bel\ble\bec\bct\bt command (only i\bin\bn is valid), or the third word of a f\bfo\bor\br
+       first  word of a command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR below), the third word of a
+       c\bca\bas\bse\bor s\bse\bel\ble\bec\bct\bt command (only i\bin\bn is valid), or the third word of  a  f\bfo\bor\br
        command (only i\bin\bn and d\bdo\bo are valid):
 
-       !\bc\bca\bas\bse\be  c\bco\bop\bpr\bro\boc\bc  d\bdo\bo d\bdo\bon\bne\be e\bel\bli\bif\bf e\bel\bls\bse\be e\bes\bsa\bac\bc f\bfi\bi f\bfo\bor\br  f\bfu\bun\bnc\bct\bti\bio\bon\bn  i\bif\bf  i\bin\b s\bse\bel\ble\bec\bct\bt
+       !\b c\bca\bas\bse\be   c\bco\bop\bpr\bro\boc\bc   d\bdo\bo  d\bdo\bon\bne\be e\bel\bli\bif\bf e\bel\bls\bse\be e\bes\bsa\bac\bc f\bfi\bi f\bfo\bor\br f\bfu\bun\bnc\bct\bti\bio\bon\bn i\bif\bf i\bin\bn s\bse\bel\ble\bec\bct\bt
        t\bth\bhe\ben\bn u\bun\bnt\bti\bil\bl w\bwh\bhi\bil\ble\be {\b{ }\b} t\bti\bim\bme\be [\b[[\b[ ]\b]]\b]
 
 S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
-       This  section  describes  the syntax of the various forms of shell com-
+       This section describes the syntax of the various forms  of  shell  com-
        mands.
 
    S\bSi\bim\bmp\bpl\ble\be C\bCo\bom\bmm\bma\ban\bnd\bds\bs
-       A _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is a sequence of optional  variable  assignments  fol-
-       lowed  by  b\bbl\bla\ban\bnk\bk-separated  words and redirections, and terminated by a
+       A  _\bs_\bi_\bm_\bp_\bl_\be  _\bc_\bo_\bm_\bm_\ba_\bn_\bd  is a sequence of optional variable assignments fol-
+       lowed by b\bbl\bla\ban\bnk\bk-separated words and redirections, and  terminated  by  a
        _\bc_\bo_\bn_\bt_\br_\bo_\bl _\bo_\bp_\be_\br_\ba_\bt_\bo_\br.  The first word specifies the command to be executed,
-       and is passed as argument zero.  The remaining words are passed as  ar-
+       and  is passed as argument zero.  The remaining words are passed as ar-
        guments to the invoked command.
 
-       The  return  value  of a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is its exit status, or 128+_\bn if
+       The return value of a _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd is its exit status,  or  128+_\b if
        the command is terminated by signal _\bn.
 
    P\bPi\bip\bpe\bel\bli\bin\bne\bes\bs
-       A _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be is a sequence of one or more commands separated  by  one  of
+       A  _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be  is  a sequence of one or more commands separated by one of
        the control operators |\b| or |\b|&\b&.  The format for a pipeline is:
 
               [t\bti\bim\bme\be [-\b-p\bp]] [ ! ] _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 [ [|\b|||\b|&\b&] _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2 ... ]
 
        The standard output of _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 is connected via a pipe to the standard
-       input  of  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2.   This connection is performed before any redirec-
-       tions specified by the _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1(see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below).  If |\b|&\b&  is  the
-       pipeline  operator, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1's standard error, in addition to its stan-
-       dard output, is connected to  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2's  standard  input  through  the
-       pipe;  it  is  shorthand  for 2\b2>\b>&\b&1\b1 |\b|.  This implicit redirection of the
-       standard error to the standard output is performed after  any  redirec-
+       input of _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2.  This connection is performed  before  any  redirec-
+       tions  specified  by the _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1(see R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN below).  If |\b|&\b& is the
+       pipeline operator, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1's standard error, in addition to its  stan-
+       dard  output,  is  connected  to  _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2's standard input through the
+       pipe; it is shorthand for 2\b2>\b>&\b&1\b1 |\b|.  This  implicit  redirection  of  the
+       standard  error  to the standard output is performed after any redirec-
        tions specified by _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1.
 
        The return status of a pipeline is the exit status of the last command,
-       unless  the  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  option  is enabled.  If p\bpi\bip\bpe\bef\bfa\bai\bil\bl is enabled, the
-       pipeline's return status is the value of the last  (rightmost)  command
-       to  exit  with a non-zero status, or zero if all commands exit success-
+       unless the p\bpi\bip\bpe\bef\bfa\bai\bil\bl option is enabled.  If  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  is  enabled,  the
+       pipeline's  return  status is the value of the last (rightmost) command
+       to exit with a non-zero status, or zero if all commands  exit  success-
        fully.  If the reserved word !\b!  precedes a pipeline, the exit status of
-       that pipeline is the logical negation of the exit status  as  described
-       above.   If  a  pipeline is executed synchronously, the shell waits for
+       that  pipeline  is the logical negation of the exit status as described
+       above.  If a pipeline is executed synchronously, the  shell  waits  for
        all commands in the pipeline to terminate before returning a value.
 
-       If the t\bti\bim\bme\be reserved word precedes a pipeline, the  shell  reports  the
-       elapsed  as well as user and system time consumed by its execution when
-       the pipeline terminates.  The -\b-p\bp option changes the  output  format  to
-       that  specified by POSIX.  When the shell is in posix mode, it does not
-       recognize t\bti\bim\bme\be as a reserved word if the next token begins with a  "-".
-       The  value of the T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is a format string that specifies
-       how the timing information should be displayed; see the description  of
+       If  the  t\bti\bim\bme\be  reserved word precedes a pipeline, the shell reports the
+       elapsed as well as user and system time consumed by its execution  when
+       the  pipeline  terminates.   The -\b-p\bp option changes the output format to
+       that specified by POSIX.  When the shell is in posix mode, it does  not
+       recognize  t\bti\bim\bme\be as a reserved word if the next token begins with a "-".
+       The value of the T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is a format string that  specifies
+       how  the timing information should be displayed; see the description of
        T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT below under S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs.
 
-       When  the shell is in posix mode, t\bti\bim\bme\be may appear by itself as the only
-       word in a simple command.  In this case, the shell displays  the  total
+       When the shell is in posix mode, t\bti\bim\bme\be may appear by itself as the  only
+       word  in  a simple command.  In this case, the shell displays the total
        user and system time consumed by the shell and its children.  The T\bTI\bIM\bME\bE-\b-
        F\bFO\bOR\bRM\bMA\bAT\bT variable specifies the format of the time information.
 
-       Each  command  in a multi-command pipeline, where pipes are created, is
-       executed in a _\bs_\bu_\bb_\bs_\bh_\be_\bl_\bl, which is a separate process.  See C\bCO\bOM\bMM\bMA\bAN\bND\b E\bEX\bXE\bE-\b-
-       C\bCU\bUT\bTI\bIO\bON\b E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT for a description of subshells and a subshell envi-
-       ronment.  If the l\bla\bas\bst\btp\bpi\bip\bpe\be option is enabled  using  the  s\bsh\bho\bop\bpt\b builtin
-       (see  the  description  of s\bsh\bho\bop\bpt\bt below), and job control is not active,
+       Each command in a multi-command pipeline, where pipes are  created,  is
+       executed  in a _\bs_\bu_\bb_\bs_\bh_\be_\bl_\bl, which is a separate process.  See C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bE-\b-
+       C\bCU\bUT\bTI\bIO\bON\bE\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT for a description of subshells and a subshell  envi-
+       ronment.   If  the  l\bla\bas\bst\btp\bpi\bip\bpe\be  option is enabled using the s\bsh\bho\bop\bpt\bt builtin
+       (see the description of s\bsh\bho\bop\bpt\bt below), and job control  is  not  active,
        the last element of a pipeline may be run by the shell process.
 
    L\bLi\bis\bst\bts\bs
-       A _\bl_\bi_\bs_\bt is a sequence of one or more pipelines separated by one  of  the
+       A  _\bl_\bi_\bs_\bt  is a sequence of one or more pipelines separated by one of the
        operators ;\b;, &\b&, &\b&&\b&, or |\b||\b|, and optionally terminated by one of ;\b;, &\b&, or
        <\b<n\bne\bew\bwl\bli\bin\bne\be>\b>.
 
        Of these list operators, &\b&&\b& and |\b||\b| have equal precedence, followed by ;\b;
        and &\b&, which have equal precedence.
 
-       A  sequence  of  one or more newlines may appear in a _\bl_\bi_\bs_\bt instead of a
+       A sequence of one or more newlines may appear in a _\bl_\bi_\bs_\bt  instead  of  a
        semicolon to delimit commands.
 
-       If a command is terminated by the control operator &\b&,  the  shell  exe-
-       cutes  the command in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd in a subshell.  The shell does not
-       wait for the command to finish, and the return status is 0.  These  are
-       referred  to  as  _\ba_\bs_\by_\bn_\bc_\bh_\br_\bo_\bn_\bo_\bu_\bs commands.  Commands separated by a ;\b; are
+       If  a  command  is terminated by the control operator &\b&, the shell exe-
+       cutes the command in the _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd in a subshell.  The shell does  not
+       wait  for the command to finish, and the return status is 0.  These are
+       referred to as _\ba_\bs_\by_\bn_\bc_\bh_\br_\bo_\bn_\bo_\bu_\bs commands.  Commands separated by  a  ;\b are
        executed sequentially; the shell waits for each command to terminate in
-       turn.  The return status is the exit status of the  last  command  exe-
+       turn.   The  return  status is the exit status of the last command exe-
        cuted.
 
-       AND  and  OR  lists are sequences of one or more pipelines separated by
-       the &\b&&\b& and |\b||\b| control operators, respectively.  AND and  OR  lists  are
+       AND and OR lists are sequences of one or more  pipelines  separated  by
+       the  &\b&&\b&  and  |\b||\b| control operators, respectively.  AND and OR lists are
        executed with left associativity.  An AND list has the form
 
               _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 &\b&&\b& _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2
 
-       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b is  executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns an exit status
+       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\bis executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns an  exit  status
        of zero (success).
 
        An OR list has the form
 
               _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 |\b||\b| _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b2
 
-       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\bis executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns a non-zero  exit
-       status.   The  return  status of AND and OR lists is the exit status of
+       _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b is executed if, and only if, _\bc_\bo_\bm_\bm_\ba_\bn_\bd_\b1 returns a non-zero exit
+       status.  The return status of AND and OR lists is the  exit  status  of
        the last command executed in the list.
 
    C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bmm\bma\ban\bnd\bds\bs
-       A _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd is one of the following.  In most cases a _\bl_\bi_\bs_\bt in  a
-       command's  description may be separated from the rest of the command by
-       one or more newlines, and may be followed by a newline in  place  of  a
+       A  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd is one of the following.  In most cases a _\bl_\bi_\bs_\bt in a
+       command's description may be separated from the rest of the command  by
+       one  or  more  newlines, and may be followed by a newline in place of a
        semicolon.
 
-       (_\bl_\bi_\bs_\bt) _\bl_\bi_\bs_\b is  executed in a subshell (see C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN E\bEN\bNV\bVI\bIR\bRO\bON\bN-\b-
-              M\bME\bEN\bNT\bbelow for a description of a subshell environment).   Vari-
-              able  assignments  and  builtin commands that affect the shell's
+       (_\bl_\bi_\bs_\bt) _\bl_\bi_\bs_\bis executed in a subshell (see C\bCO\bOM\bMM\bMA\bAN\bND\bD  E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\b E\bEN\bNV\bVI\bIR\bRO\bON\bN-\b-
+              M\bME\bEN\bNT\b below for a description of a subshell environment).  Vari-
+              able assignments and builtin commands that  affect  the  shell's
               environment do not remain in effect after the command completes.
               The return status is the exit status of _\bl_\bi_\bs_\bt.
 
        { _\bl_\bi_\bs_\bt; }
               _\bl_\bi_\bs_\bt is executed in the current shell environment.  _\bl_\bi_\bs_\bt must be
-              terminated with a newline or semicolon.   This  is  known  as  a
+              terminated  with  a  newline  or  semicolon.  This is known as a
               _\bg_\br_\bo_\bu_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd.  The return status is the exit status of _\bl_\bi_\bs_\bt.
 
-              Note  that  unlike  the  metacharacters (\b( and )\b), {\b{ and }\b} are _\br_\be_\b-
-              _\bs_\be_\br_\bv_\be_\b_\bw_\bo_\br_\bd_\bs and must occur where a reserved word  is  permitted
-              to  be  recognized.   Since they do not cause a word break, they
-              must be separated from  _\bl_\bi_\bs_\bt  by  whitespace  or  another  shell
+              Note that unlike the metacharacters (\b( and )\b), {\b{  and  }\b}  are  _\br_\be_\b-
+              _\bs_\be_\br_\bv_\be_\b _\bw_\bo_\br_\bd_\bs  and must occur where a reserved word is permitted
+              to be recognized.  Since they do not cause a  word  break,  they
+              must  be  separated  from  _\bl_\bi_\bs_\bt  by  whitespace or another shell
               metacharacter.
 
        ((_\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn))
-              The  arithmetic  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn  is evaluated according to the rules
-              described below under A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.  If  the  value  of
-              the  expression  is  non-zero, the return status is 0; otherwise
-              the return status is 1.  The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the  same  ex-
-              pansions  as  if  it were within double quotes, but double quote
-              characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated specially and  are  re-
-              moved.
+              The arithmetic _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is evaluated according  to  the  rules
+              described  below  under  A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.  If the value of
+              the expression is non-zero, the return status  is  0;  otherwise
+              the  return  status is 1.  The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the same ex-
+              pansions as if it were within double quotes, but unescaped  dou-
+              ble quote characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated specially and
+              are  removed.   Since  this  can  potentially  result  in  empty
+              strings, this command treats those as expressions that  evaluate
+              to 0.
 
        [\b[[\b[ _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn ]\b]]\b]
               Evaluate the conditional expression _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn and return a sta-
@@ -456,7 +463,7 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
               of  _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn_\b1  is  sufficient to determine the return value of
               the entire conditional expression.
 
-       f\bfo\bor\br _\bn_\ba_\bm_\be [ [ i\bin\b[ _\bw_\bo_\br_\bd _\b._\b._\b. ] ] ; ] d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
+       f\bfo\bor\br _\bn_\ba_\bm_\be [ [ i\bin\b_\bw_\bo_\br_\bd _\b._\b._\b. ] ; ] d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
               First, expand The list of words following i\bin\bn, generating a  list
               of  items.   Then,  the  variable _\bn_\ba_\bm_\be is set to each element of
               this list in turn, and _\bl_\bi_\bs_\bt is executed each time.   If  the  i\bin\bn
@@ -467,7 +474,7 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
               empty  list,  no commands are executed, and the return status is
               0.
 
-       f\bfo\bor\br (( _\be_\bx_\bp_\br_\b1 ; _\be_\bx_\bp_\br_\b2 ; _\be_\bx_\bp_\br_\b3 )) ; d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
+       f\bfo\bor\br (( _\be_\bx_\bp_\br_\b1 ; _\be_\bx_\bp_\br_\b2 ; _\be_\bx_\bp_\br_\b3 )) [;] d\bdo\bo _\bl_\bi_\bs_\bt ; d\bdo\bon\bne\be
               First, evaluate the arithmetic expression _\be_\bx_\bp_\br_\b1 according to the
               rules described below under A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC  E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.   Then,  re-
               peatedly evaluate the arithmetic expression _\be_\bx_\bp_\br_\b2 until it eval-
@@ -518,7 +525,7 @@ S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR
               execution  to  continue  with  the _\bl_\bi_\bs_\bt associated with the next
               pattern list.  Using ;\b;;\b;&\b& in place of ;\b;;\b; causes the shell to test
               the next pattern list in the statement, if any, and execute  any
-              associated  _\bl_\bi_\bs_\bt  if  the  match  succeeds.  continuing the case
+              associated  _\bl_\bi_\bs_\bt  if  the  match  succeeds,  continuing the case
               statement execution as if the pattern list had not matched.  The
               exit status is zero if no pattern matches.
 
@@ -737,7 +744,7 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        a  valid  value.  Once a variable is set, it may be unset only by using
        the u\bun\bns\bse\bet\bt builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
-       A _\bv_\ba_\br_\bi_\ba_\bb_\bl_\bmay be assigned to by a statement of the form
+       A _\bv_\ba_\br_\bi_\ba_\bb_\bl_\bis assigned to using a statement of the form
 
               _\bn_\ba_\bm_\be=[_\bv_\ba_\bl_\bu_\be]
 
@@ -754,31 +761,31 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        the c\bco\bom\bmm\bma\ban\bnd\bd builtin and retain these assignment statement properties.
 
        In the context where an assignment statement is assigning a value to  a
-       shell  variable  or  array index, the += operator appends to or adds to
+       shell  variable or array index, the "+=" operator appends to or adds to
        the variable's previous value.  This includes arguments to  _\bd_\be_\bc_\bl_\ba_\br_\ba_\bt_\bi_\bo_\bn
-       commands such as d\bde\bec\bcl\bla\bar\bre\be that accept assignment statements.  When += is
-       applied to a variable for which the i\bin\bnt\bte\beg\bge\ber\br attribute has been set, the
-       variable's current value and _\bv_\ba_\bl_\bu_\be are each evaluated as arithmetic ex-
-       pressions,  and  the  sum  of the results is assigned as the variable's
+       commands  such as d\bde\bec\bcl\bla\bar\bre\be that accept assignment statements.  When "+="
+       is applied to a variable for which the i\bin\bnt\bte\beg\bge\ber\br attribute has been  set,
+       the variable's current value and _\bv_\ba_\bl_\bu_\be are each evaluated as arithmetic
+       expressions,  and  the sum of the results is assigned as the variable's
        value.  The current value is usually an integer constant, but may be an
-       expression.  When += is applied to an array variable using compound as-
-       signment (see A\bAr\brr\bra\bay\bys\bs below), the variable's value is not unset  (as  it
-       is when using =), and new values are appended to the array beginning at
-       one  greater  than  the  array's  maximum index (for indexed arrays) or
-       added as additional key-value pairs in an associative array.  When  ap-
-       plied  to  a  string-valued variable, _\bv_\ba_\bl_\bu_\be is expanded and appended to
-       the variable's value.
+       expression.  When "+=" is applied to an array variable  using  compound
+       assignment (see A\bAr\brr\bra\bay\bys\bs below), the variable's value is not unset (as it
+       is when using and new values are appended to the array beginning at one
+       greater than the array's maximum index (for indexed arrays) or added as
+       additional  key-value pairs in an associative array.  When applied to a
+       string-valued variable, _\bv_\ba_\bl_\bu_\be is expanded and  appended  to  the  vari-
+       able's value.
 
        A variable can be assigned the _\bn_\ba_\bm_\be_\br_\be_\bf attribute using the -\b-n\bn option to
-       the d\bde\bec\bcl\bla\bar\bre\be or l\blo\boc\bca\bal\bl builtin commands (see the descriptions of  d\bde\bec\bcl\bla\bar\bre\be
-       and  l\blo\boc\bca\bal\bl  below) to create a _\bn_\ba_\bm_\be_\br_\be_\bf, or a reference to another vari-
-       able.  This allows variables to be  manipulated  indirectly.   Whenever
-       the  nameref variable is referenced, assigned to, unset, or has its at-
-       tributes modified (other than using or changing the  _\bn_\ba_\bm_\be_\br_\be_\b attribute
-       itself),  the operation is actually performed on the variable specified
-       by the nameref variable's value.  A nameref  is  commonly  used  within
+       the  d\bde\bec\bcl\bla\bar\bre\be or l\blo\boc\bca\bal\bl builtin commands (see the descriptions of d\bde\bec\bcl\bla\bar\bre\be
+       and l\blo\boc\bca\bal\bl below) to create a _\bn_\ba_\bm_\be_\br_\be_\bf, or a reference to  another  vari-
+       able.   This  allows  variables to be manipulated indirectly.  Whenever
+       the nameref variable is referenced, assigned to, unset, or has its  at-
+       tributes  modified  (other than using or changing the _\bn_\ba_\bm_\be_\br_\be_\bf attribute
+       itself), the operation is actually performed on the variable  specified
+       by  the  nameref  variable's  value.  A nameref is commonly used within
        shell functions to refer to a variable whose name is passed as an argu-
-       ment  to the function.  For instance, if a variable name is passed to a
+       ment to the function.  For instance, if a variable name is passed to  a
        shell function as its first argument, running
 
               declare -n ref=$1
@@ -787,103 +794,108 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        the variable name passed as the first argument.  References and assign-
        ments to r\bre\bef\bf, and changes to its attributes, are treated as references,
        assignments, and attribute modifications to the variable whose name was
-       passed as $\b$1\b1.  If the control variable in a f\bfo\bor\br loop  has  the  nameref
-       attribute,  the  list  of words can be a list of shell variables, and a
-       name reference is established for each word in the list, in turn,  when
-       the  loop is executed.  Array variables cannot be given the n\bna\bam\bme\ber\bre\bef\bf at-
-       tribute.  However, nameref variables can reference array variables  and
+       passed  as  $\b$1\b1.   If the control variable in a f\bfo\bor\br loop has the nameref
+       attribute, the list of words can be a list of shell  variables,  and  a
+       name  reference is established for each word in the list, in turn, when
+       the loop is executed.  Array variables cannot be given the n\bna\bam\bme\ber\bre\bef\b at-
+       tribute.   However, nameref variables can reference array variables and
        subscripted array variables.  Namerefs can be unset using the -\b-n\bn option
        to the u\bun\bns\bse\bet\bt builtin.  Otherwise, if u\bun\bns\bse\bet\bt is executed with the name of
-       a  nameref  variable  as  an  argument,  the variable referenced by the
+       a nameref variable as an  argument,  the  variable  referenced  by  the
        nameref variable is unset.
 
+       When  the  shell  starts,  it reads its environment and creates a shell
+       variable from each environment variable that has a valid name,  as  de-
+       scribed below (see E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT).
+
    P\bPo\bos\bsi\bit\bti\bio\bon\bna\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs
-       A _\bp_\bo_\bs_\bi_\bt_\bi_\bo_\bn_\ba_\bl _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is a parameter denoted by one  or  more  digits,
+       A  _\bp_\bo_\bs_\bi_\bt_\bi_\bo_\bn_\ba_\bl  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is a parameter denoted by one or more digits,
        other than the single digit 0.  Positional parameters are assigned from
-       the  shell's  arguments when it is invoked, and may be reassigned using
-       the s\bse\bet\bt builtin command.  Positional parameters may not be assigned  to
-       with  assignment statements.  The positional parameters are temporarily
+       the shell's arguments when it is invoked, and may be  reassigned  using
+       the  s\bse\bet\bt builtin command.  Positional parameters may not be assigned to
+       with assignment statements.  The positional parameters are  temporarily
        replaced when a shell function is executed (see F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS below).
 
-       When a positional parameter consisting of more than a single  digit  is
+       When  a  positional parameter consisting of more than a single digit is
        expanded, it must be enclosed in braces (see E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN below).  Without
        braces, a digit following $ can only refer to one of the first nine po-
-       sitional  parameters  ($\b$1\b1-\b-$\b$9\b9) or the special parameter $\b$0\b0 (see the next
+       sitional parameters ($\b$1\b1-\b-$\b$9\b9) or the special parameter $\b$0\b0 (see  the  next
        section).
 
    S\bSp\bpe\bec\bci\bia\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs
-       The shell treats several parameters specially.   These  parameters  may
+       The  shell  treats  several parameters specially.  These parameters may
        only be referenced; assignment to them is not allowed.  Special parame-
        ters are denoted by one of the following characters.
 
-       *\b*      ($\b$*\b*)  Expands  to  the positional parameters, starting from one.
-              When the expansion is not within double quotes, each  positional
-              parameter  expands  to  a separate word.  In contexts where word
-              expansions are performed, those words  are  subject  to  further
-              word  splitting  and pathname expansion.  When the expansion oc-
-              curs within double quotes, it expands to a single word with  the
-              value  of each parameter separated by the first character of the
+       *\b*      ($\b$*\b*) Expands to the positional parameters,  starting  from  one.
+              When  the expansion is not within double quotes, each positional
+              parameter expands to a separate word.  In  contexts  where  word
+              expansions  are  performed,  those  words are subject to further
+              word splitting and pathname expansion.  When the  expansion  oc-
+              curs  within double quotes, it expands to a single word with the
+              value of each parameter separated by the first character of  the
               I\bIF\bFS\bS variable.  That is, "\b"$\b$*\b*"\b" is equivalent to "\b"$\b$1\b1_\bc$\b$2\b2_\bc.\b..\b..\b."\b", where
-              _\bis the first character of the value of the I\bIF\bFS\bS  variable.   If
+              _\b is  the first character of the value of the I\bIF\bFS\bS variable.  If
               I\bIF\bFS\bS is unset, the parameters are separated by spaces.  If I\bIF\bFS\bS is
               null, the parameters are joined without intervening separators.
-       @\b@      ($\b$@\b@)  Expands  to  the positional parameters, starting from one.
+       @\b@      ($\b$@\b@) Expands to the positional parameters,  starting  from  one.
               In contexts where word splitting is performed, this expands each
-              positional parameter to a separate word; if  not  within  double
-              quotes,  these words are subject to word splitting.  In contexts
+              positional  parameter  to  a separate word; if not within double
+              quotes, these words are subject to word splitting.  In  contexts
               where word splitting is not performed, such as the value portion
-              of an assignment statement, this expands to a single  word  with
+              of  an  assignment statement, this expands to a single word with
               each positional parameter separated by a space.  When the expan-
-              sion  occurs  within  double  quotes, and word splitting is per-
-              formed, each parameter expands to a  separate  word.   That  is,
+              sion occurs within double quotes, and  word  splitting  is  per-
+              formed,  each  parameter  expands  to a separate word.  That is,
               "\b"$\b$@\b@"\b" is equivalent to "\b"$\b$1\b1"\b" "\b"$\b$2\b2"\b" .\b..\b..\b.  If the double-quoted expan-
-              sion  occurs within a word, the expansion of the first parameter
+              sion occurs within a word, the expansion of the first  parameter
               is joined with the expansion of the beginning part of the origi-
               nal word, and the expansion of the last parameter is joined with
               the expansion of the last part of the original word.  When there
-              are no positional parameters, "\b"$\b$@\b@"\b"  and  $\b$@\b@  expand  to  nothing
+              are  no  positional  parameters,  "\b"$\b$@\b@"\b"  and $\b$@\b@ expand to nothing
               (i.e., they are removed).
        #\b#      ($\b$#\b#) Expands to the number of positional parameters in decimal.
-       ?\b?      ($\b$?\b?)  Expands  to  the exit status of the most recently executed
+       ?\b?      ($\b$?\b?) Expands to the exit status of the  most  recently  executed
               command.
        -\b-      ($\b$-\b-) Expands to the current option flags as specified upon invo-
-              cation, by the s\bse\bet\bt builtin command, or those set  by  the  shell
+              cation,  by  the  s\bse\bet\bt builtin command, or those set by the shell
               itself (such as the -\b-i\bi option).
-       $\b$      ($\b$$\b$)  Expands to the process ID of the shell.  In a subshell, it
+       $\b$      ($\b$$\b$) Expands to the process ID of the shell.  In a subshell,  it
               expands to the process ID of the parent shell, not the subshell.
-       !\b!      ($\b$!\b!)Expands to the process ID of the job  most  recently  placed
+       !\b!      ($\b$!\b!)Expands  to  the  process ID of the job most recently placed
               into the background, whether executed as an asynchronous command
               or using the b\bbg\bg builtin (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL below).
-       0\b0      ($\b$0\b0)  Expands to the name of the shell or shell script.  This is
-              set at shell initialization.  If b\bba\bas\bsh\bh is invoked with a file  of
-              commands,  $\b$0\b0  is  set  to  the  name  of that file.  If b\bba\bas\bsh\bh is
+       0\b0      ($\b$0\b0) Expands to the name of the shell or shell script.  This  is
+              set  at shell initialization.  If b\bba\bas\bsh\bh is invoked with a file of
+              commands, $\b$0\b0 is set to the  name  of  that  file.   If  b\bba\bas\bsh\b is
               started with the -\b-c\bc option, then $\b$0\b0 is set to the first argument
-              after the string to be executed, if one is present.   Otherwise,
+              after  the string to be executed, if one is present.  Otherwise,
               it is set to the filename used to invoke b\bba\bas\bsh\bh, as given by argu-
               ment zero.
 
    S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
        The shell sets following variables:
 
-       _\b_      ($\b$_\b_,  an  underscore) This has a number of meanings depending on
+       _\b_      ($\b$_\b_, an underscore) This has a number of meanings  depending  on
               context.  At shell startup, _\b_ is set to the pathname used to in-
-              voke the shell or shell script being executed as passed  in  the
-              environment  or  argument list.  Subsequently, it expands to the
-              last argument to the previous simple  command  executed  in  the
-              foreground,  after  expansion.  It is also set to the full path-
-              name used to invoke each command executed and placed in the  en-
-              vironment  exported to that command.  When checking mail, $\b$_\b_ ex-
+              voke  the  shell or shell script being executed as passed in the
+              environment or argument list.  Subsequently, it expands  to  the
+              last  argument  to  the  previous simple command executed in the
+              foreground, after expansion.  It is also set to the  full  path-
+              name  used to invoke each command executed and placed in the en-
+              vironment exported to that command.  When checking mail, $\b$_\b ex-
               pands to the name of the mail file currently being checked.
-       B\bBA\bAS\bSH\bH   Expands to the full filename used to  invoke  this  instance  of
+       B\bBA\bAS\bSH\bH   Expands  to  the  full  filename used to invoke this instance of
               b\bba\bas\bsh\bh.
        B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS
-              A  colon-separated  list of enabled shell options.  Each word in
-              the list is a valid argument for the  -\b-s\bs  option  to  the  s\bsh\bho\bop\bpt\bt
+              A colon-separated list of enabled shell options.  Each  word  in
+              the  list  is  a  valid  argument for the -\b-s\bs option to the s\bsh\bho\bop\bpt\bt
               builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  The options
-              appearing  in  B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS  are  those reported as _\bo_\bn by s\bsh\bho\bop\bpt\bt.  If
-              this variable is in the environment when  b\bba\bas\bsh\bh  starts  up,  the
+              appearing in B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS are those reported as  _\bo_\bn  by  s\bsh\bho\bop\bpt\bt.   If
+              this  variable  is  in  the environment when b\bba\bas\bsh\bh starts up, the
               shell enables each option in the list before reading any startup
-              files.  This variable is read-only.
+              files.  If this variable is exported, child shells  will  enable
+              each option in the list.  This variable is read-only.
        B\bBA\bAS\bSH\bHP\bPI\bID\bD
               Expands  to  the  process  ID of the current b\bba\bas\bsh\bh process.  This
               differs from $\b$$\b$ under certain circumstances, such  as  subshells
@@ -954,7 +966,7 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               ments to B\bBA\bAS\bSH\bH_\b_L\bLI\bIN\bNE\bEN\bNO\bO have no effect, and it may not be unset.
        B\bBA\bAS\bSH\bH_\b_L\bLO\bOA\bAD\bDA\bAB\bBL\bLE\bES\bS_\b_P\bPA\bAT\bTH\bH
               A colon-separated list of directories in which the  e\ben\bna\bab\bbl\ble\be  com-
-              mand looks for dynamically loadable builtins.
+              mand looks for dynamically loadable builtins.
        B\bBA\bAS\bSH\bH_\b_M\bMO\bON\bNO\bOS\bSE\bEC\bCO\bON\bND\bDS\bS
               Each  time  this variable is referenced, it expands to the value
               returned by the system's monotonic clock, if one  is  available.
@@ -1169,193 +1181,199 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               appearing  in  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS are those reported as _\bo_\bn by s\bse\bet\bt -\b-o\bo.  If
               this variable is in the environment when  b\bba\bas\bsh\bh  starts  up,  the
               shell enables each option in the list before reading any startup
-              files.  This variable is read-only.
+              files.   If  this variable is exported, child shells will enable
+              each option in the list.  This variable is read-only.
        S\bSH\bHL\bLV\bVL\bL  Incremented by one each time an instance of b\bba\bas\bsh\bh is started.
        S\bSR\bRA\bAN\bND\bDO\bOM\bM
-              Each  time  it  is referenced, this variable expands to a 32-bit
+              Each time it is referenced, this variable expands  to  a  32-bit
               pseudo-random number.  The random number generator is not linear
-              on systems that support _\b/_\bd_\be_\bv_\b/_\bu_\br_\ba_\bn_\bd_\bo_\bm or _\ba_\br_\bc_\b4_\br_\ba_\bn_\bd_\bo_\bm(3),  so  each
+              on  systems  that support _\b/_\bd_\be_\bv_\b/_\bu_\br_\ba_\bn_\bd_\bo_\bm or _\ba_\br_\bc_\b4_\br_\ba_\bn_\bd_\bo_\bm(3), so each
               returned number has no relationship to the numbers preceding it.
-              The  random number generator cannot be seeded, so assignments to
+              The random number generator cannot be seeded, so assignments  to
               this variable have no effect.  If S\bSR\bRA\bAN\bND\bDO\bOM\bM is unset, it loses its
               special properties, even if it is subsequently reset.
        U\bUI\bID\bD    Expands to the user ID of the current user, initialized at shell
               startup.  This variable is readonly.
 
-       The shell uses the following variables. In some cases, b\bba\bas\bsh\bh  assigns  a
+       The  shell  uses the following variables. In some cases, b\bba\bas\bsh\bh assigns a
        default value to a variable; these cases are noted below.
 
        B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT
-              The  value  is used to set the shell's compatibility level.  See
-              S\bSH\bHE\bEL\bLL\bC\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE below for a description of the  various
+              The value is used to set the shell's compatibility  level.   See
+              S\bSH\bHE\bEL\bLL\b C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE below for a description of the various
               compatibility levels and their effects.  The value may be a dec-
-              imal  number  (e.g., 4.2) or an integer (e.g., 42) corresponding
-              to the desired compatibility level.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is unset  or
-              set  to  the empty string, the compatibility level is set to the
-              default for the current version.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT  is  set  to  a
-              value  that  is  not  one of the valid compatibility levels, the
-              shell prints an error message and sets the  compatibility  level
-              to  the  default for the current version.  A subset of the valid
-              values correspond to the compatibility  levels  described  below
-              under  S\bSH\bHE\bEL\bLL\bL  C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY  M\bMO\bOD\bDE\bE.   For example, 4.2 and 42 are
-              valid values that correspond to the c\bco\bom\bmp\bpa\bat\bt4\b42\b2  s\bsh\bho\bop\bpt\bt  option  and
-              set  the compatibility level to 42.  The current version is also
+              imal number (e.g., 4.2) or an integer (e.g.,  42)  corresponding
+              to  the desired compatibility level.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is unset or
+              set to the empty string, the compatibility level is set  to  the
+              default  for  the  current  version.  If B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is set to a
+              value that is not one of the  valid  compatibility  levels,  the
+              shell  prints  an error message and sets the compatibility level
+              to the default for the current version.  A subset of  the  valid
+              values  correspond  to  the compatibility levels described below
+              under S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE.  For example,  4.2  and  42  are
+              valid  values  that  correspond to the c\bco\bom\bmp\bpa\bat\bt4\b42\b2 s\bsh\bho\bop\bpt\bt option and
+              set the compatibility level to 42.  The current version is  also
               a valid value.
        B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV
-              If this parameter is set when b\bba\bas\bsh\bh is executing a shell  script,
-              its  expanded value is interpreted as a filename containing com-
-              mands to initialize the shell before it reads and executes  com-
-              mands  from  the  script.  The value of B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV is subjected to
+              If  this parameter is set when b\bba\bas\bsh\bh is executing a shell script,
+              its expanded value is interpreted as a filename containing  com-
+              mands  to initialize the shell before it reads and executes com-
+              mands from the script.  The value of B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV  is  subjected  to
               parameter expansion, command substitution, and arithmetic expan-
-              sion before being interpreted as a filename.  P\bPA\bAT\bTH\bH is  not  used
+              sion  before  being interpreted as a filename.  P\bPA\bAT\bTH\bH is not used
               to search for the resultant filename.
        B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD
-              If  set  to an integer corresponding to a valid file descriptor,
-              b\bba\bas\bsh\bwrites the trace output generated when "set -x" is  enabled
-              to  that  file  descriptor,  instead of the standard error.  The
-              file descriptor is closed when B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD  is  unset  or  as-
+              If set to an integer corresponding to a valid  file  descriptor,
+              b\bba\bas\bsh\b writes the trace output generated when "set -x" is enabled
+              to that file descriptor, instead of  the  standard  error.   The
+              file  descriptor  is  closed  when B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD is unset or as-
               signed a new value.  Unsetting B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD or assigning it the
-              empty  string causes the trace output to be sent to the standard
+              empty string causes the trace output to be sent to the  standard
               error.  Note that setting B\bBA\bAS\bSH\bH_\b_X\bXT\bTR\bRA\bAC\bCE\bEF\bFD\bD to 2 (the standard error
-              file descriptor) and then unsetting it will result in the  stan-
+              file  descriptor) and then unsetting it will result in the stan-
               dard error being closed.
-       C\bCD\bDP\bPA\bAT\bTH\bH The  search  path for the c\bcd\bd command.  This is a colon-separated
+       C\bCD\bDP\bPA\bAT\bTH\bH The search path for the c\bcd\bd command.  This is  a  colon-separated
               list of directories where the shell looks for directories speci-
-              fied as  arguments  to  the  c\bcd\bd  command.   A  sample  value  is
+              fied  as  arguments  to  the  c\bcd\bd  command.   A  sample  value is
               ".:~:/usr".
        C\bCH\bHI\bIL\bLD\bD_\b_M\bMA\bAX\bX
-              Set  the  number  of exited child status values for the shell to
-              remember.  B\bBa\bas\bsh\bh will not allow this value to be decreased  below
-              a  POSIX-mandated  minimum,  and  there is a maximum value (cur-
-              rently 8192) that this may not exceed.   The  minimum  value  is
+              Set the number of exited child status values for  the  shell  to
+              remember.   B\bBa\bas\bsh\bh will not allow this value to be decreased below
+              a POSIX-mandated minimum, and there is  a  maximum  value  (cur-
+              rently  8192)  that  this  may not exceed.  The minimum value is
               system-dependent.
        C\bCO\bOL\bLU\bUM\bMN\bNS\bS
-              Used  by  the  s\bse\bel\ble\bec\bct\bt compound command to determine the terminal
-              width when printing selection lists.  Automatically set  if  the
-              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\b option  is enabled or in an interactive shell upon
+              Used by the s\bse\bel\ble\bec\bct\bt compound command to  determine  the  terminal
+              width  when  printing selection lists.  Automatically set if the
+              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\boption is enabled or in an interactive  shell  upon
               receipt of a S\bSI\bIG\bGW\bWI\bIN\bNC\bCH\bH.
        C\bCO\bOM\bMP\bPR\bRE\bEP\bPL\bLY\bY
               An array variable from which b\bba\bas\bsh\bh reads the possible completions
-              generated by a shell function invoked by the  programmable  com-
-              pletion  facility (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).  Each ar-
+              generated  by  a shell function invoked by the programmable com-
+              pletion facility (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn below).  Each  ar-
               ray element contains one possible completion.
-       E\bEM\bMA\bAC\bCS\bS  If b\bba\bas\bsh\bh finds this variable in the environment  when  the  shell
-              starts  with  value "t", it assumes that the shell is running in
+       E\bEM\bMA\bAC\bCS\bS  If  b\bba\bas\bsh\bh  finds  this variable in the environment when the shell
+              starts with value "t", it assumes that the shell is  running  in
               an Emacs shell buffer and disables line editing.
-       E\bEN\bNV\bV    Expanded and executed  similarly  to  B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV  (see  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
+       E\bEN\bNV\bV    Expanded  and  executed  similarly  to  B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV (see I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN
               above) when an interactive shell is invoked in posix mode.
        E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE
-              A  colon-separated list of shell patterns (see P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg)
-              defining the set of filenames to be ignored  by  command  search
-              using  P\bPA\bAT\bTH\bH.  Files whose full pathnames match one of these pat-
-              terns are not considered executable files for  the  purposes  of
+              A colon-separated list of shell patterns (see P\bPa\bat\btt\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg)
+              defining  the  set  of filenames to be ignored by command search
+              using P\bPA\bAT\bTH\bH.  Files whose full pathnames match one of these  pat-
+              terns  are  not  considered executable files for the purposes of
               completion and command execution via P\bPA\bAT\bTH\bH lookup.  This does not
               affect the behavior of the [\b[, t\bte\bes\bst\bt, and [\b[[\b[ commands.  Full path-
-              names  in  the command hash table are not subject to E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE.
-              Use this variable to ignore shared library files that  have  the
-              executable  bit  set, but are not executable files.  The pattern
+              names in the command hash table are not subject  to  E\bEX\bXE\bEC\bCI\bIG\bGN\bNO\bOR\bRE\bE.
+              Use  this  variable to ignore shared library files that have the
+              executable bit set, but are not executable files.   The  pattern
               matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell option.
        F\bFC\bCE\bED\bDI\bIT\bT The default editor for the f\bfc\bc builtin command.
        F\bFI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of suffixes  to  ignore  when  performing
+              A  colon-separated  list  of  suffixes to ignore when performing
               filename completion (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE below).  A filename whose suf-
-              fix  matches  one of the entries in F\bFI\bIG\bGN\bNO\bOR\bRE\bE is excluded from the
+              fix matches one of the entries in F\bFI\bIG\bGN\bNO\bOR\bRE\bE is excluded  from  the
               list of matched filenames.  A sample value is ".o:~".
        F\bFU\bUN\bNC\bCN\bNE\bES\bST\bT
-              If set to a numeric value greater  than  0,  defines  a  maximum
-              function  nesting  level.  Function invocations that exceed this
+              If  set  to  a  numeric  value greater than 0, defines a maximum
+              function nesting level.  Function invocations that  exceed  this
               nesting level cause the current command to abort.
        G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of patterns  defining  the  set  of  file
-              names  to  be  ignored  by  pathname  expansion.  If a file name
-              matched by a pathname expansion pattern also matches one of  the
-              patterns  in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE, it is removed from the list of matches.
+              A  colon-separated  list  of  patterns  defining the set of file
+              names to be ignored by  pathname  expansion.   If  a  file  name
+              matched  by a pathname expansion pattern also matches one of the
+              patterns in G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE, it is removed from the list of  matches.
               The pattern matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell op-
               tion.
        G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT
-              Controls how the results of pathname expansion are sorted.   The
-              value  of this variable specifies the sort criteria and sort or-
-              der for the results of pathname expansion.  If this variable  is
-              unset  or  set  to  the null string, pathname expansion uses the
-              historical behavior of sorting by  name,  in  ascending  lexico-
+              Controls  how the results of pathname expansion are sorted.  The
+              value of this variable specifies the sort criteria and sort  or-
+              der  for the results of pathname expansion.  If this variable is
+              unset or set to the null string,  pathname  expansion  uses  the
+              historical  behavior  of  sorting  by name, in ascending lexico-
               graphic order as determined by the L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE shell variable.
 
-              If  set,  a  valid value begins with an optional _\b+, which is ig-
+              If set, a valid value begins with an optional _\b+,  which  is  ig-
               nored, or _\b-, which reverses the sort order from ascending to de-
-              scending, followed by a sort specifier.  The valid  sort  speci-
-              fiers  are _\bn_\ba_\bm_\be, _\bn_\bu_\bm_\be_\br_\bi_\bc, _\bs_\bi_\bz_\be, _\bm_\bt_\bi_\bm_\be, _\ba_\bt_\bi_\bm_\be, _\bc_\bt_\bi_\bm_\be, and _\bb_\bl_\bo_\bc_\bk_\bs,
+              scending,  followed  by a sort specifier.  The valid sort speci-
+              fiers are _\bn_\ba_\bm_\be, _\bn_\bu_\bm_\be_\br_\bi_\bc, _\bs_\bi_\bz_\be, _\bm_\bt_\bi_\bm_\be, _\ba_\bt_\bi_\bm_\be, _\bc_\bt_\bi_\bm_\be, and  _\bb_\bl_\bo_\bc_\bk_\bs,
               which sort the files on name, names in numeric rather than lexi-
-              cographic order, file size, modification time, access time,  in-
-              ode  change time, and number of blocks, respectively.  If any of
-              the non-name keys compare as equal (e.g., if two files  are  the
+              cographic  order, file size, modification time, access time, in-
+              ode change time, and number of blocks, respectively.  If any  of
+              the  non-name  keys compare as equal (e.g., if two files are the
               same size), sorting uses the name as a secondary sort key.
 
-              For  example,  a value of _\b-_\bm_\bt_\bi_\bm_\be sorts the results in descending
+              For example, a value of _\b-_\bm_\bt_\bi_\bm_\be sorts the results  in  descending
               order by modification time (newest first).
 
-              The _\bn_\bu_\bm_\be_\br_\bi_\bc specifier treats names consisting solely  of  digits
-              as  numbers  and  sorts  them  using their numeric value (so "2"
+              The  _\bn_\bu_\bm_\be_\br_\bi_\bc  specifier treats names consisting solely of digits
+              as numbers and sorts them using  their  numeric  value  (so  "2"
               sorts before "10", for example).  When using _\bn_\bu_\bm_\be_\br_\bi_\bc, names con-
-              taining non-digits sort after all the all-digit  names  and  are
+              taining  non-digits  sort  after all the all-digit names and are
               sorted by name using the traditional behavior.
 
               A sort specifier of _\bn_\bo_\bs_\bo_\br_\bt disables sorting completely; b\bba\bas\bsh\bh re-
-              turns  the results in the order they are read from the file sys-
+              turns the results in the order they are read from the file  sys-
               tem, ignoring any leading _\b-.
 
-              If the sort specifier is missing, it  defaults  to  _\bn_\ba_\bm_\be,  so  a
-              value  of  _\b+  is equivalent to the null string, and a value of _\b-
-              sorts by name in descending order.  Any invalid  value  restores
+              If  the  sort  specifier  is  missing, it defaults to _\bn_\ba_\bm_\be, so a
+              value of _\b+ is equivalent to the null string, and a  value  of  _\b-
+              sorts  by  name in descending order.  Any invalid value restores
               the historical sorting behavior.
        H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL
-              A  colon-separated  list  of values controlling how commands are
-              saved on the history list.   If  the  list  of  values  includes
-              _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be,  lines  which  begin with a s\bsp\bpa\bac\bce\be character are not
-              saved in the history list.  A value of _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs  causes  lines
+              A colon-separated list of values controlling  how  commands  are
+              saved  on  the  history  list.   If  the list of values includes
+              _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be, lines which begin with a s\bsp\bpa\bac\bce\be  character  are  not
+              saved  in  the history list.  A value of _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs causes lines
               matching the previous history entry not to be saved.  A value of
               _\bi_\bg_\bn_\bo_\br_\be_\bb_\bo_\bt_\bh is shorthand for _\bi_\bg_\bn_\bo_\br_\be_\bs_\bp_\ba_\bc_\be and _\bi_\bg_\bn_\bo_\br_\be_\bd_\bu_\bp_\bs.  A value
               of _\be_\br_\ba_\bs_\be_\bd_\bu_\bp_\bs causes all previous lines matching the current line
-              to  be  removed from the history list before that line is saved.
-              Any value not in the above list is ignored.  If  H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\b is
-              unset,  or  does not include a valid value, b\bba\bas\bsh\bh saves all lines
-              read by the shell parser on the history  list,  subject  to  the
+              to be removed from the history list before that line  is  saved.
+              Any  value  not in the above list is ignored.  If H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL is
+              unset, or does not include a valid value, b\bba\bas\bsh\bh saves  all  lines
+              read  by  the  shell  parser on the history list, subject to the
               value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  If the first line of a multi-line compound
-              command  was  saved,  the  second  and  subsequent lines are not
-              tested, and are added to the history regardless of the value  of
-              H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL.   If  the  first line was not saved, the second and
+              command was saved, the  second  and  subsequent  lines  are  not
+              tested,  and are added to the history regardless of the value of
+              H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL.  If the first line was not saved,  the  second  and
               subsequent lines of the command are not saved either.
        H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE
               The name of the file in which command history is saved (see H\bHI\bIS\bS-\b-
-              T\bTO\bOR\bRY\bbelow).  B\bBa\bas\bsh\bh assigns a default value  of  _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by.
-              If  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  is unset or null, the shell does not save the com-
+              T\bTO\bOR\bRY\b below).   B\bBa\bas\bsh\bh assigns a default value of _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by.
+              If H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the shell does not save  the  com-
               mand history when it exits.
        H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE
               The maximum number of lines contained in the history file.  When
-              this variable is assigned a value, the  history  file  is  trun-
-              cated,  if  necessary,  to  contain  no more than that number of
-              lines by removing the oldest entries.  The history file is  also
+              this  variable  is  assigned  a value, the history file is trun-
+              cated, if necessary, to contain no  more  than  that  number  of
+              lines  by removing the oldest entries.  The history file is also
               truncated to this size after writing it when a shell exits or by
-              the  h\bhi\bis\bst\bto\bor\bry\by  builtin.   If  the value is 0, the history file is
-              truncated to zero size.  Non-numeric values and  numeric  values
-              less  than  zero inhibit truncation.  The shell sets the default
+              the h\bhi\bis\bst\bto\bor\bry\by builtin.  If the value is 0,  the  history  file  is
+              truncated  to  zero size.  Non-numeric values and numeric values
+              less than zero inhibit truncation.  The shell sets  the  default
               value to the value of H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE after reading any startup files.
        H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE
-              A colon-separated list of patterns used to decide which  command
-              lines  should  be  saved on the history list.  If a command line
-              matches one of the patterns in the value of  H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE,  it  is
-              not  saved on the history list.  Each pattern is anchored at the
-              beginning of the line and must match  the  complete  line  (b\bba\bas\bsh\bh
-              does  not   implicitly  append  a  "*\b*").  Each pattern is tested
-              against the line after the checks specified by  H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\b are
+              A  colon-separated list of patterns used to decide which command
+              lines should be saved on the history list.  If  a  command  line
+              matches  one  of  the patterns in the value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE, it is
+              not saved on the history list.  Each pattern is anchored at  the
+              beginning  of  the  line  and must match the complete line (b\bba\bas\bsh\bh
+              does not  implicitly append a  "*\b*").   Each  pattern  is  tested
+              against  the  line after the checks specified by H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL are
               applied.  In addition to the normal shell pattern matching char-
-              acters,  "&\b&" matches the previous history line.  A backslash es-
-              capes the "&\b&"; the backslash  is  removed  before  attempting  a
-              match.   If  the first line of a multi-line compound command was
-              saved, the second and subsequent lines are not tested,  and  are
-              added  to the history regardless of the value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.  If
+              acters, "&\b&" matches the previous history line.  A backslash  es-
+              capes  the  "&\b&";  the  backslash  is removed before attempting a
+              match.  If the first line of a multi-line compound  command  was
+              saved,  the  second and subsequent lines are not tested, and are
+              added to the history regardless of the value of H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE.   If
               the first line was not saved, the second and subsequent lines of
-              the command are not saved either.  The pattern  matching  honors
+              the  command  are not saved either.  The pattern matching honors
               the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell option.
+              H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE subsumes some of the function of H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL.  A pat-
+              tern of "&" is identical to "ignoredups", and a  pattern  of  "[
+              ]*"  is  identical  to  "ignorespace".  Combining these two pat-
+              terns, separating them with a colon, provides the  functionality
+              of "ignoreboth".
        H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE
               The  number  of commands to remember in the command history (see
               H\bHI\bIS\bST\bTO\bOR\bRY\bY below).  If the value is 0, commands are  not  saved  in
@@ -1383,127 +1401,126 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               the new file to the existing list.  If H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE is set, but  has
               no  value,  or  does  not name a readable file, b\bba\bas\bsh\bh attempts to
               read _\b/_\be_\bt_\bc_\b/_\bh_\bo_\bs_\bt_\bs to obtain the list of possible hostname  comple-
-              tions.   When  H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE  is  unset, b\bba\bas\bsh\bh clears the the hostname
-              list.
+              tions.  When H\bHO\bOS\bST\bTF\bFI\bIL\bLE\bE is unset, b\bba\bas\bsh\bh clears the hostname list.
        I\bIF\bFS\bS    The _\bI_\bn_\bt_\be_\br_\bn_\ba_\bl _\bF_\bi_\be_\bl_\bd _\bS_\be_\bp_\ba_\br_\ba_\bt_\bo_\br that is used for word splitting af-
-              ter expansion and to  split  lines  into  words  with  the  r\bre\bea\bad\bd
+              ter  expansion  and  to  split  lines  into  words with the r\bre\bea\bad\bd
               builtin command.  Word splitting is described below under E\bEX\bXP\bPA\bAN\bN-\b-
               S\bSI\bIO\bON\bN.  The default value is "<space><tab><newline>".
        I\bIG\bGN\bNO\bOR\bRE\bEE\bEO\bOF\bF
               Controls the action of an interactive shell on receipt of an E\bEO\bOF\bF
               character as the sole input.  If set, the value is the number of
-              consecutive  E\bEO\bOF\bF  characters  which  must  be typed as the first
-              characters on an input line before b\bba\bas\bsh\bh exits.  If the  variable
-              is  set but does not have a numeric value, or the value is null,
-              the default value is 10.  If it is unset, E\bEO\bOF\bF signifies the  end
+              consecutive E\bEO\bOF\bF characters which must  be  typed  as  the  first
+              characters  on an input line before b\bba\bas\bsh\bh exits.  If the variable
+              is set but does not have a numeric value, or the value is  null,
+              the  default value is 10.  If it is unset, E\bEO\bOF\bF signifies the end
               of input to the shell.
        I\bIN\bNP\bPU\bUT\bTR\bRC\bC
-              The  filename  for the r\bre\bea\bad\bdl\bli\bin\bne\be startup file, overriding the de-
+              The filename for the r\bre\bea\bad\bdl\bli\bin\bne\be startup file, overriding  the  de-
               fault of _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE below).
        I\bIN\bNS\bSI\bID\bDE\bE_\b_E\bEM\bMA\bAC\bCS\bS
-              If this variable appears  in  the  environment  when  the  shell
-              starts,  b\bba\bas\bsh\bh  assumes  that it is running inside an Emacs shell
-              buffer and may disable line editing, depending on the  value  of
+              If  this  variable  appears  in  the  environment when the shell
+              starts, b\bba\bas\bsh\bh assumes that it is running inside  an  Emacs  shell
+              buffer  and  may disable line editing, depending on the value of
               T\bTE\bER\bRM\bM.
-       L\bLA\bAN\bNG\bG   Used  to  determine  the  locale  category  for any category not
+       L\bLA\bAN\bNG\bG   Used to determine the  locale  category  for  any  category  not
               specifically selected with a variable starting with L\bLC\bC_\b_.
-       L\bLC\bC_\b_A\bAL\bLL\bL This variable overrides the value of  L\bLA\bAN\bNG\bG  and  any  other  L\bLC\bC_\b_
+       L\bLC\bC_\b_A\bAL\bLL\bL This  variable  overrides  the  value  of L\bLA\bAN\bNG\bG and any other L\bLC\bC_\b_
               variable specifying a locale category.
        L\bLC\bC_\b_C\bCO\bOL\bLL\bLA\bAT\bTE\bE
-              This  variable  determines the collation order used when sorting
-              the results of pathname expansion, and determines  the  behavior
-              of  range  expressions,  equivalence  classes, and collating se-
+              This variable determines the collation order used  when  sorting
+              the  results  of pathname expansion, and determines the behavior
+              of range expressions, equivalence  classes,  and  collating  se-
               quences within pathname expansion and pattern matching.
        L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE
-              This variable determines the interpretation  of  characters  and
-              the  behavior of character classes within pathname expansion and
+              This  variable  determines  the interpretation of characters and
+              the behavior of character classes within pathname expansion  and
               pattern matching.
        L\bLC\bC_\b_M\bME\bES\bSS\bSA\bAG\bGE\bES\bS
-              This variable determines the locale used  to  translate  double-
+              This  variable  determines  the locale used to translate double-
               quoted strings preceded by a $\b$.
        L\bLC\bC_\b_N\bNU\bUM\bME\bER\bRI\bIC\bC
-              This  variable  determines  the  locale category used for number
+              This variable determines the locale  category  used  for  number
               formatting.
        L\bLC\bC_\b_T\bTI\bIM\bME\bE
-              This variable determines the locale category used for  data  and
+              This  variable  determines the locale category used for data and
               time formatting.
-       L\bLI\bIN\bNE\bES\bS  Used  by  the  s\bse\bel\ble\bec\bct\bt  compound  command to determine the column
-              length for printing selection lists.  Automatically set  if  the
-              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\b option  is enabled or in an interactive shell upon
+       L\bLI\bIN\bNE\bES\bS  Used by the s\bse\bel\ble\bec\bct\bt compound  command  to  determine  the  column
+              length  for  printing selection lists.  Automatically set if the
+              c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\boption is enabled or in an interactive  shell  upon
               receipt of a S\bSI\bIG\bGW\bWI\bIN\bNC\bCH\bH.
        M\bMA\bAI\bIL\bL   If the value is set to a file or directory name and the M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH
-              variable is not set, b\bba\bas\bsh\bh informs the user  of  the  arrival  of
+              variable  is  not  set,  b\bba\bas\bsh\bh informs the user of the arrival of
               mail in the specified file or Maildir-format directory.
        M\bMA\bAI\bIL\bLC\bCH\bHE\bEC\bCK\bK
-              Specifies  how often (in seconds) b\bba\bas\bsh\bh checks for mail.  The de-
-              fault is 60 seconds.  When it is time to  check  for  mail,  the
-              shell  does  so  before  displaying the primary prompt.  If this
-              variable is unset, or set to  a  value  that  is  not  a  number
+              Specifies how often (in seconds) b\bba\bas\bsh\bh checks for mail.  The  de-
+              fault  is  60  seconds.   When it is time to check for mail, the
+              shell does so before displaying the  primary  prompt.   If  this
+              variable  is  unset,  or  set  to  a  value that is not a number
               greater than or equal to zero, the shell disables mail checking.
        M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH
               A colon-separated list of filenames to be checked for mail.  The
               message to be printed when mail arrives in a particular file may
-              be  specified by separating the filename from the message with a
-              "?".  When used in the text of the message, $\b$_\b_  expands  to  the
+              be specified by separating the filename from the message with  a
+              "?".   When  used  in the text of the message, $\b$_\b_ expands to the
               name of the current mailfile.  For example:
               M\bMA\bAI\bIL\bLP\bPA\bAT\bTH\bH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"'
-              B\bBa\bas\bsh\b can be configured to supply a default value for this vari-
-              able (there is no value by default), but  the  location  of  the
+              B\bBa\bas\bsh\bcan be configured to supply a default value for this  vari-
+              able  (there  is  no  value by default), but the location of the
               user  mail  files  that  it  uses  is  system  dependent  (e.g.,
               /var/mail/$\b$U\bUS\bSE\bER\bR).
        O\bOP\bPT\bTE\bER\bRR\bR If set to the value 1, b\bba\bas\bsh\bh displays error messages generated by
-              the g\bge\bet\bto\bop\bpt\bts\bs builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\b below).
-              O\bOP\bPT\bTE\bER\bRR\b is  initialized to 1 each time the shell is invoked or a
+              the  g\bge\bet\bto\bop\bpt\bts\bs builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
+              O\bOP\bPT\bTE\bER\bRR\bis initialized to 1 each time the shell is invoked  or  a
               shell script is executed.
-       P\bPA\bAT\bTH\bH   The search path for commands.  It is a colon-separated  list  of
-              directories  in  which the shell looks for commands (see C\bCO\bOM\bMM\bMA\bAN\bND\bD
-              E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bbelow).  A zero-length (null) directory  name  in  the
+       P\bPA\bAT\bTH\bH   The  search  path for commands.  It is a colon-separated list of
+              directories in which the shell looks for commands  (see  C\bCO\bOM\bMM\bMA\bAN\bND\bD
+              E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\b below).   A  zero-length (null) directory name in the
               value of P\bPA\bAT\bTH\bH indicates the current directory.  A null directory
-              name  may  appear  as  two  adjacent colons, or as an initial or
-              trailing colon.  The default path is  system-dependent,  and  is
+              name may appear as two adjacent colons,  or  as  an  initial  or
+              trailing  colon.   The  default path is system-dependent, and is
               set by the administrator who installs b\bba\bas\bsh\bh.  A common value is
-              "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin".
+                   /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
        P\bPO\bOS\bSI\bIX\bXL\bLY\bY_\b_C\bCO\bOR\bRR\bRE\bEC\bCT\bT
-              If  this  variable  is  in the environment when b\bba\bas\bsh\bh starts, the
-              shell enters posix mode before reading the startup files, as  if
-              the  -\b--\b-p\bpo\bos\bsi\bix\bx  invocation option had been supplied.  If it is set
-              while the shell is running, b\bba\bas\bsh\bh enables posix mode, as  if  the
+              If this variable is in the environment  when  b\bba\bas\bsh\bh  starts,  the
+              shell  enters posix mode before reading the startup files, as if
+              the -\b--\b-p\bpo\bos\bsi\bix\bx invocation option had been supplied.  If it  is  set
+              while  the  shell is running, b\bba\bas\bsh\bh enables posix mode, as if the
               command "set -o posix" had been executed.  When the shell enters
               posix mode, it sets this variable if it was not already set.
        P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD
-              If  this variable is set, and is an array, the value of each set
-              element is executed as a command prior to issuing  each  primary
-              prompt.   If this is set but not an array variable, its value is
+              If this variable is set, and is an array, the value of each  set
+              element  is  executed as a command prior to issuing each primary
+              prompt.  If this is set but not an array variable, its value  is
               used as a command to execute instead.
        P\bPR\bRO\bOM\bMP\bPT\bT_\b_D\bDI\bIR\bRT\bTR\bRI\bIM\bM
-              If set to a number greater than zero, the value is used  as  the
+              If  set  to a number greater than zero, the value is used as the
               number of trailing directory components to retain when expanding
-              the  \\b\w\bw  and  \\b\W\bW  prompt  string  escapes (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below).
+              the \\b\w\bw and \\b\W\bW  prompt  string  escapes  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below).
               Characters removed are replaced with an ellipsis.
-       P\bPS\bS0\b0    The value of this parameter is expanded  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below)
-              and  displayed by interactive shells after reading a command and
+       P\bPS\bS0\b0    The  value  of  this parameter is expanded (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below)
+              and displayed by interactive shells after reading a command  and
               before the command is executed.
-       P\bPS\bS1\b1    The value of this parameter is expanded  (see  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\b below)
-              and  used  as  the  primary prompt string.  The default value is
+       P\bPS\bS1\b1    The  value  of  this parameter is expanded (see P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG below)
+              and used as the primary prompt string.   The  default  value  is
               "\s-\v\$ ".
-       P\bPS\bS2\b2    The value of this parameter is expanded as with P\bPS\bS1\b1 and used  as
+       P\bPS\bS2\b2    The  value of this parameter is expanded as with P\bPS\bS1\b1 and used as
               the secondary prompt string.  The default is "> ".
        P\bPS\bS3\b3    The value of this parameter is used as the prompt for the s\bse\bel\ble\bec\bct\bt
               command (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR above).
-       P\bPS\bS4\b4    The  value  of  this  parameter  is expanded as with P\bPS\bS1\b1 and the
+       P\bPS\bS4\b4    The value of this parameter is expanded  as  with  P\bPS\bS1\b1  and  the
               value is printed before each command b\bba\bas\bsh\bh displays during an ex-
               ecution trace.  The first character of the expanded value of P\bPS\bS4\b4
               is replicated multiple times, as necessary, to indicate multiple
               levels of indirection.  The default is "+ ".
-       S\bSH\bHE\bEL\bLL\bL  This variable expands to the full pathname to the shell.  If  it
-              is  not  set  when the shell starts, b\bba\bas\bsh\bh assigns to it the full
+       S\bSH\bHE\bEL\bLL\bL  This  variable expands to the full pathname to the shell.  If it
+              is not set when the shell starts, b\bba\bas\bsh\bh assigns to  it  the  full
               pathname of the current user's login shell.
        T\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT
-              The value of this parameter is used as a format string  specify-
-              ing  how  the timing information for pipelines prefixed with the
-              t\bti\bim\bme\breserved word should be displayed.  The %\b% character  intro-
-              duces  an  escape  sequence  that is expanded to a time value or
-              other information.  The escape sequences and their meanings  are
+              The  value of this parameter is used as a format string specify-
+              ing how the timing information for pipelines prefixed  with  the
+              t\bti\bim\bme\b reserved word should be displayed.  The %\b% character intro-
+              duces an escape sequence that is expanded to  a  time  value  or
+              other  information.  The escape sequences and their meanings are
               as follows; the brackets denote optional portions.
               %\b%%\b%        A literal %\b%.
               %\b%[\b[_\bp]\b][\b[l\bl]\b]R\bR  The elapsed time in seconds.
@@ -1511,80 +1528,98 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
               %\b%[\b[_\bp]\b][\b[l\bl]\b]S\bS  The number of CPU seconds spent in system mode.
               %\b%P\bP        The CPU percentage, computed as (%U + %S) / %R.
 
-              The  optional  _\bp is a digit specifying the _\bp_\br_\be_\bc_\bi_\bs_\bi_\bo_\bn, the number
+              The optional _\bp is a digit specifying the _\bp_\br_\be_\bc_\bi_\bs_\bi_\bo_\bn,  the  number
               of fractional digits after a decimal point.  A value of 0 causes
-              no decimal point or fraction to be output.  t\bti\bim\bme\be prints at  most
-              six  digits  after the decimal point; values of _\bp greater than 6
+              no  decimal point or fraction to be output.  t\bti\bim\bme\be prints at most
+              six digits after the decimal point; values of _\bp greater  than  6
               are changed to 6.  If _\bp is not specified, t\bti\bim\bme\be prints three dig-
               its after the decimal point.
 
-              The optional l\bl specifies a longer format, including minutes,  of
-              the  form  _\bM_\bMm_\bS_\bS._\bF_\bFs.   The value of _\bp determines whether or not
+              The  optional l\bl specifies a longer format, including minutes, of
+              the form _\bM_\bMm_\bS_\bS._\bF_\bFs.  The value of _\bp determines  whether  or  not
               the fraction is included.
 
-              If this variable is not set, b\bba\bas\bsh\bh acts as if it  had  the  value
-              $\b$'\b'\\b\n\bnr\bre\bea\bal\bl\\b\t\bt%\b%3\b3l\blR\bR\\b\n\bnu\bus\bse\ber\br\\b\t\bt%\b%3\b3l\blU\bU\\b\n\bns\bsy\bys\bs\\b\t\bt%\b%3\b3l\blS\bS'\b'.   If  the value is null,
-              b\bba\bas\bsh\bdoes not display any timing information.  A  trailing  new-
+              If  this  variable  is not set, b\bba\bas\bsh\bh acts as if it had the value
+              $\b$'\b'\\b\n\bnr\bre\bea\bal\bl\\b\t\bt%\b%3\b3l\blR\bR\\b\n\bnu\bus\bse\ber\br\\b\t\bt%\b%3\b3l\blU\bU\\b\n\bns\bsy\bys\bs\\b\t\bt%\b%3\b3l\blS\bS'\b'.  If the value  is  null,
+              b\bba\bas\bsh\b does  not display any timing information.  A trailing new-
               line is added when the format string is displayed.
-       T\bTM\bMO\bOU\bUT\bT  If  set  to a value greater than zero, the r\bre\bea\bad\bd builtin uses the
-              value as its default timeout.  The s\bse\bel\ble\bec\bct\bt command terminates  if
-              input  does  not arrive after T\bTM\bMO\bOU\bUT\bT seconds when input is coming
-              from a terminal.  In an interactive shell, the value  is  inter-
-              preted  as the number of seconds to wait for a line of input af-
-              ter issuing the primary prompt.  B\bBa\bas\bsh\bh terminates  after  waiting
-              for  that number of seconds if a complete line of input does not
+       T\bTM\bMO\bOU\bUT\bT  If set to a value greater than zero, the r\bre\bea\bad\bd builtin  uses  the
+              value  as its default timeout.  The s\bse\bel\ble\bec\bct\bt command terminates if
+              input does not arrive after T\bTM\bMO\bOU\bUT\bT seconds when input  is  coming
+              from  a  terminal.  In an interactive shell, the value is inter-
+              preted as the number of seconds to wait for a line of input  af-
+              ter  issuing  the primary prompt.  B\bBa\bas\bsh\bh terminates after waiting
+              for that number of seconds if a complete line of input does  not
               arrive.
-       T\bTM\bMP\bPD\bDI\bIR\bR If set, b\bba\bas\bsh\bh uses its value as the name of a directory in  which
+       T\bTM\bMP\bPD\bDI\bIR\bR If  set, b\bba\bas\bsh\bh uses its value as the name of a directory in which
               b\bba\bas\bsh\bh creates temporary files for the shell's use.
        a\bau\but\bto\bo_\b_r\bre\bes\bsu\bum\bme\be
               This variable controls how the shell interacts with the user and
-              job  control.  If this variable is set, simple commands consist-
-              ing of only a single word, without redirections, are treated  as
-              candidates  for resumption of an existing stopped job.  There is
-              no ambiguity allowed; if there is more than  one  job  beginning
-              with  or containing the word, this selects the most recently ac-
-              cessed job.  The _\bn_\ba_\bm_\be of a stopped job, in this context, is  the
-              command  line used to start it, as displayed by j\bjo\bob\bbs\bs.  If set to
-              the value _\be_\bx_\ba_\bc_\bt, the word must match the name of a  stopped  job
-              exactly;  if  set  to  _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg, the word needs to match a sub-
-              string of the name of a stopped job.  The _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg  value  pro-
+              job control.  If this variable is set, simple commands  consist-
+              ing  of only a single word, without redirections, are treated as
+              candidates for resumption of an existing stopped job.  There  is
+              no  ambiguity  allowed;  if there is more than one job beginning
+              with or containing the word, this selects the most recently  ac-
+              cessed  job.  The _\bn_\ba_\bm_\be of a stopped job, in this context, is the
+              command line used to start it, as displayed by j\bjo\bob\bbs\bs.  If set  to
+              the  value  _\be_\bx_\ba_\bc_\bt, the word must match the name of a stopped job
+              exactly; if set to _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg, the word needs  to  match  a  sub-
+              string  of  the name of a stopped job.  The _\bs_\bu_\bb_\bs_\bt_\br_\bi_\bn_\bg value pro-
               vides functionality analogous to the %\b%?\b?  job identifier (see J\bJO\bOB\bB
-              C\bCO\bON\bNT\bTR\bRO\bOL\b below).   If set to any other value (e.g., _\bp_\br_\be_\bf_\bi_\bx), the
-              word must be a prefix of a stopped  job's  name;  this  provides
+              C\bCO\bON\bNT\bTR\bRO\bOL\bbelow).  If set to any other value (e.g.,  _\bp_\br_\be_\bf_\bi_\bx),  the
+              word  must  be  a  prefix of a stopped job's name; this provides
               functionality analogous to the %\b%_\bs_\bt_\br_\bi_\bn_\bg job identifier.
        h\bhi\bis\bst\btc\bch\bha\bar\brs\bs
-              The  two  or  three  characters which control history expansion,
-              quick substitution, and tokenization (see H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\b be-
-              low).   The  first character is the _\bh_\bi_\bs_\bt_\bo_\br_\by _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn character,
-              the character which begins a history  expansion,  normally  "!\b!".
-              The  second  character is the _\bq_\bu_\bi_\bc_\bk _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn character, nor-
-              mally "^\b^".  When it appears as the first character on the  line,
+              The two or three characters  which  control  history  expansion,
+              quick  substitution, and tokenization (see H\bHI\bIS\bST\bTO\bOR\bRY\bY E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN be-
+              low).  The first character is the _\bh_\bi_\bs_\bt_\bo_\br_\by  _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\b character,
+              the  character  which  begins a history expansion, normally "!\b!".
+              The second character is the _\bq_\bu_\bi_\bc_\bk _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn  character,  nor-
+              mally  "^\b^".  When it appears as the first character on the line,
               history substitution repeats the previous command, replacing one
-              string  with another.  The optional third character is the char-
-              acter which indicates that the remainder of the line is  a  com-
-              ment  when found as the first character of a word, normally "#\b#".
-              The history comment character disables history substitution  for
-              the  remaining words on the line.  It does not necessarily cause
-              the shell parser to treat the rest of the line as a comment.
+              string with another.  The optional third character is  the  _\bh_\bi_\bs_\b-
+              _\bt_\bo_\br_\by  _\bc_\bo_\bm_\bm_\be_\bn_\bt character,  normally "#\b#", which indicates that the
+              remainder of the line is a comment when it appears as the  first
+              character  of  a  word.   The history comment character disables
+              history substitution for the remaining words on  the  line.   It
+              does not necessarily cause the shell parser to treat the rest of
+              the line as a comment.
 
    A\bAr\brr\bra\bay\bys\bs
-       B\bBa\bas\bsh\bh provides one-dimensional indexed and associative array  variables.
-       Any  variable  may be used as an indexed array; the d\bde\bec\bcl\bla\bar\bre\be builtin ex-
-       plicitly declares an array.  There is no maximum limit on the  size  of
-       an  array, nor any requirement that members be indexed or assigned con-
-       tiguously.  Indexed arrays are referenced using arithmetic  expressions
-       that  must  expand to an integer and are zero-based; associative arrays
-       are referenced using arbitrary strings.  Unless  otherwise  noted,  in-
-       dexed array indices must be non-negative integers.
-
-       An  indexed  array is created automatically if any variable is assigned
-       to using the syntax _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bv_\ba_\bl_\bu_\be.  The _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is treated as
-       an arithmetic expression that must evaluate to a number greater than or
-       equal to zero.  To explicitly declare an indexed array, use d\bde\bec\bcl\bla\bar\bre\be  -\b-a\ba
-       _\bn_\ba_\bm_\be (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  d\bde\bec\bcl\bla\bar\bre\be -\b-a\ba _\bn_\ba_\bm_\be[\b[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]\b] is
-       also accepted; the _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is ignored.
-
-       Associative arrays are created using d\bde\bec\bcl\bla\bar\bre\be -\b-A\bA _\bn_\ba_\bm_\be.
+       B\bBa\bas\bsh\bh  provides one-dimensional indexed and associative array variables.
+       Any variable may be used as an indexed array; the d\bde\bec\bcl\bla\bar\bre\be  builtin  ex-
+       plicitly  declares  an array.  There is no maximum limit on the size of
+       an array, nor any requirement that members be indexed or assigned  con-
+       tiguously.   Indexed arrays are referenced using arithmetic expressions
+       that must expand to an integer (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC  E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN  below)  and
+       are  zero-based;  associative  arrays  are  referenced  using arbitrary
+       strings.  Unless otherwise noted, indexed array indices  must  be  non-
+       negative integers.
+
+       The  shell performs parameter and variable expansion, arithmetic expan-
+       sion, command substitution, and quote removal  on  indexed  array  sub-
+       scripts.  Since this can potentially result in empty strings, subscript
+       indexing treats those as expressions that evaluate to 0.
+
+       The  shell  performs tilde expansion, parameter and variable expansion,
+       arithmetic expansion, command substitution, and quote removal on  asso-
+       ciative  array subscripts.  Empty strings cannot be used as associative
+       array keys.
+
+       B\bBa\bas\bsh\bh automatically creates an indexed array if any variable is assigned
+       to using the syntax
+              _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]=_\bv_\ba_\bl_\bu_\be .
+       The _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is treated as an arithmetic expression that must evaluate
+       to a number greater than or equal to zero.  To  explicitly  declare  an
+       indexed array, use
+              d\bde\bec\bcl\bla\bar\bre\be -\b-a\ba _\bn_\ba_\bm_\be
+       (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
+              d\bde\bec\bcl\bla\bar\bre\be -\b-a\ba _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]
+       is also accepted; the _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is ignored.
+
+       Associative arrays are created using
+              d\bde\bec\bcl\bla\bar\bre\be -\b-A\bA _\bn_\ba_\bm_\be
+       .
 
        Attributes may be specified for an array variable using the d\bde\bec\bcl\bla\bar\bre\be and
        r\bre\bea\bad\bdo\bon\bnl\bly\by builtins.  Each attribute applies to all members of an array.
@@ -1621,72 +1656,72 @@ P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS
        the maximum index of _\bn_\ba_\bm_\be, so negative indices count back from the  end
        of the array, and an index of -1 references the last element.
 
-       The  +=  operator appends to an array variable when assigning using the
+       The "+=" operator appends to an array variable when assigning using the
        compound assignment syntax; see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS above.
 
-       An array element is referenced using  ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.   The  braces
-       are  required to avoid conflicts with pathname expansion.  If _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt
+       An  array  element  is referenced using ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.  The braces
+       are required to avoid conflicts with pathname expansion.  If  _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt
        is @\b@ or *\b*, the word expands to all members of _\bn_\ba_\bm_\be, unless noted in the
-       description of a builtin or word expansion.   These  subscripts  differ
-       only  when  the word appears within double quotes.  If the word is dou-
-       ble-quoted, ${_\bn_\ba_\bm_\be[*]} expands to a single word with the value of  each
-       array  member separated by the first character of the I\bIF\bFS\bS special vari-
-       able, and ${_\bn_\ba_\bm_\be[@]} expands each element of _\bn_\ba_\bm_\be to a  separate  word.
+       description  of  a  builtin or word expansion.  These subscripts differ
+       only when the word appears within double quotes.  If the word  is  dou-
+       ble-quoted,  ${_\bn_\ba_\bm_\be[*]} expands to a single word with the value of each
+       array member separated by the first character of the I\bIF\bFS\bS special  vari-
+       able,  and  ${_\bn_\ba_\bm_\be[@]} expands each element of _\bn_\ba_\bm_\be to a separate word.
        When there are no array members, ${_\bn_\ba_\bm_\be[@]} expands to nothing.  If the
-       double-quoted  expansion  occurs  within  a  word, the expansion of the
-       first parameter is joined with the beginning part of the  expansion  of
-       the  original  word,  and the expansion of the last parameter is joined
-       with the last part of the expansion of  the  original  word.   This  is
-       analogous  to the expansion of the special parameters *\b* and @\b@ (see S\bSp\bpe\be-\b-
+       double-quoted expansion occurs within a  word,  the  expansion  of  the
+       first  parameter  is joined with the beginning part of the expansion of
+       the original word, and the expansion of the last  parameter  is  joined
+       with  the  last  part  of  the expansion of the original word.  This is
+       analogous to the expansion of the special parameters *\b* and @\b@ (see  S\bSp\bpe\be-\b-
        c\bci\bia\bal\bl P\bPa\bar\bra\bam\bme\bet\bte\ber\brs\bs above).
 
-       ${#_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]} expands to the length  of  ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.   If
+       ${#_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}  expands  to  the length of ${_\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt]}.  If
        _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt is *\b* or @\b@, the expansion is the number of elements in the ar-
        ray.
 
        If the _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt used to reference an element of an indexed array eval-
-       uates  to a number less than zero, it is interpreted as relative to one
-       greater than the maximum index of the array, so negative indices  count
-       back  from the end of the array, and an index of -1 references the last
+       uates to a number less than zero, it is interpreted as relative to  one
+       greater  than the maximum index of the array, so negative indices count
+       back from the end of the array, and an index of -1 references the  last
        element.
 
        Referencing an array variable without a subscript is equivalent to ref-
-       erencing the array with a subscript of 0.  Any reference to a  variable
+       erencing  the array with a subscript of 0.  Any reference to a variable
        using a valid subscript is valid; b\bba\bas\bsh\bh creates an array if necessary.
 
-       An  array variable is considered set if a subscript has been assigned a
+       An array variable is considered set if a subscript has been assigned  a
        value.  The null string is a valid value.
 
-       It is possible to obtain the keys (indices) of an array as well as  the
-       values.   ${!\b!_\bn_\ba_\bm_\be[_\b@]} and ${!\b!_\bn_\ba_\bm_\be[_\b*]} expand to the indices assigned in
+       It  is possible to obtain the keys (indices) of an array as well as the
+       values.  ${!\b!_\bn_\ba_\bm_\be[_\b@]} and ${!\b!_\bn_\ba_\bm_\be[_\b*]} expand to the indices assigned  in
        array variable _\bn_\ba_\bm_\be.  The treatment when in double quotes is similar to
        the expansion of the special parameters _\b@ and _\b* within double quotes.
 
        The u\bun\bns\bse\bet\bt builtin is used to destroy arrays.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] un-
-       sets the array element at index _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt, for both indexed  and  asso-
-       ciative  arrays.  Negative subscripts to indexed arrays are interpreted
-       as described above.  Unsetting the last element of  an  array  variable
-       does  not  unset the variable.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be, where _\bn_\ba_\bm_\be is an array, re-
-       moves the entire array.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] behaves differently  de-
-       pending  on  whether  _\bn_\ba_\bm_\be is an indexed or associative array when _\bs_\bu_\bb_\b-
+       sets  the  array element at index _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt, for both indexed and asso-
+       ciative arrays.  Negative subscripts to indexed arrays are  interpreted
+       as  described  above.   Unsetting the last element of an array variable
+       does not unset the variable.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be, where _\bn_\ba_\bm_\be is an  array,  re-
+       moves  the entire array.  u\bun\bns\bse\bet\bt _\bn_\ba_\bm_\be[_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bp_\bt] behaves differently de-
+       pending on whether _\bn_\ba_\bm_\be is an indexed or associative  array  when  _\bs_\bu_\bb_\b-
        _\bs_\bc_\br_\bi_\bp_\bt is *\b* or @\b@.  If _\bn_\ba_\bm_\be is an associative array, this unsets the el-
-       ement with subscript *\b* or @\b@.  If _\bn_\ba_\bm_\be is an indexed  array,  unset  re-
+       ement  with  subscript  *\b* or @\b@.  If _\bn_\ba_\bm_\be is an indexed array, unset re-
        moves all of the elements but does not remove the array itself.
 
-       When  using  a  variable name with a subscript as an argument to a com-
-       mand, such as with u\bun\bns\bse\bet\bt, without using the word expansion  syntax  de-
-       scribed  above, (e.g., unset a[4]), the argument is subject to pathname
-       expansion.  Quote the argument if pathname  expansion  is  not  desired
+       When using a variable name with a subscript as an argument  to  a  com-
+       mand,  such  as with u\bun\bns\bse\bet\bt, without using the word expansion syntax de-
+       scribed above, (e.g., unset a[4]), the argument is subject to  pathname
+       expansion.   Quote  the  argument  if pathname expansion is not desired
        (e.g., unset 'a[4]').
 
-       The  d\bde\bec\bcl\bla\bar\bre\be,  l\blo\boc\bca\bal\bl,  and r\bre\bea\bad\bdo\bon\bnl\bly\by builtins each accept a -\b-a\ba option to
-       specify an indexed array and a -\b-A\bA option to specify an associative  ar-
-       ray.   If  both  options  are  supplied, -\b-A\bA takes precedence.  The r\bre\bea\bad\bd
-       builtin accepts a -\b-a\ba option to assign a list of  words  read  from  the
+       The d\bde\bec\bcl\bla\bar\bre\be, l\blo\boc\bca\bal\bl, and r\bre\bea\bad\bdo\bon\bnl\bly\by builtins each accept a  -\b-a\ba  option  to
+       specify  an indexed array and a -\b-A\bA option to specify an associative ar-
+       ray.  If both options are supplied,  -\b-A\bA  takes  precedence.   The  r\bre\bea\bad\bd
+       builtin  accepts  a  -\b-a\ba  option to assign a list of words read from the
        standard input to an array.  The s\bse\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtins display array
-       values  in  a  way that allows them to be reused as assignments.  Other
-       builtins accept array name arguments as well (e.g., m\bma\bap\bpf\bfi\bil\ble\be);  see  the
-       descriptions  of individual builtins below for details.  The shell pro-
+       values in a way that allows them to be reused  as  assignments.   Other
+       builtins  accept  array name arguments as well (e.g., m\bma\bap\bpf\bfi\bil\ble\be); see the
+       descriptions of individual builtins below for details.  The shell  pro-
        vides a number of builtin array variables.
 
 E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
@@ -1696,53 +1731,51 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        _\bm_\be_\bt_\bi_\bc _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, _\bw_\bo_\br_\bd _\bs_\bp_\bl_\bi_\bt_\bt_\bi_\bn_\bg, _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, and _\bq_\bu_\bo_\bt_\be _\br_\be_\bm_\bo_\bv_\ba_\bl.
 
        The order of expansions is: brace expansion; tilde expansion, parameter
-       and variable expansion, arithmetic expansion, and command  substitution
-       (done  in a left-to-right fashion); word splitting; pathname expansion;
+       and  variable expansion, arithmetic expansion, and command substitution
+       (done in a left-to-right fashion); word splitting; pathname  expansion;
        and quote removal.
 
        On systems that can support it, there is an additional expansion avail-
-       able: _\bp_\br_\bo_\bc_\be_\bs_\bs _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn.  This is performed  at  the  same  time  as
-       tilde,  parameter,  variable, and arithmetic expansion and command sub-
+       able:  _\bp_\br_\bo_\bc_\be_\bs_\bs  _\bs_\bu_\bb_\bs_\bt_\bi_\bt_\bu_\bt_\bi_\bo_\bn.   This  is  performed at the same time as
+       tilde, parameter, variable, and arithmetic expansion and  command  sub-
        stitution.
 
-       _\bQ_\bu_\bo_\bt_\b_\br_\be_\bm_\bo_\bv_\ba_\bl is always performed last.  It  removes  quote  characters
-       present  in the original word, not ones resulting from one of the other
+       _\bQ_\bu_\bo_\bt_\b _\br_\be_\bm_\bo_\bv_\ba_\bl  is  always performed last.  It removes quote characters
+       present in the original word, not ones resulting from one of the  other
        expansions, unless they have been quoted themselves.
 
-       Only brace expansion, word splitting, and pathname  expansion  can  in-
-       crease  the number of words of the expansion; other expansions expand a
-       single word to a single word.  The only exceptions to this are the  ex-
+       Only  brace  expansion,  word splitting, and pathname expansion can in-
+       crease the number of words of the expansion; other expansions expand  a
+       single  word to a single word.  The only exceptions to this are the ex-
        pansions  of  "\b"$\b$@\b@"\b"  and  "\b"$\b${\b{_\bn_\ba_\bm_\be[\b[@\b@]\b]}\b}"\b",  and,  in  most  cases,  $\b$*\b*  and
        $\b${\b{_\bn_\ba_\bm_\be[\b[*\b*]\b]}\b} as explained above (see P\bPA\bAR\bRA\bAM\bME\bET\bTE\bER\bRS\bS).
 
    B\bBr\bra\bac\bce\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
-       _\bB_\br_\ba_\bc_\b_\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn is a mechanism to generate arbitrary strings sharing  a
+       _\bB_\br_\ba_\bc_\b _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn is a mechanism to generate arbitrary strings sharing a
        common prefix and suffix, either of which can be empty.  This mechanism
-       is  similar to _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, but the filenames generated need not
-       exist.  Patterns to be brace expanded are formed from an optional  _\bp_\br_\be_\b-
-       _\ba_\bm_\bb_\bl_\be,  followed by either a series of comma-separated strings or a se-
-       quence expression between a pair of braces,  followed  by  an  optional
-       _\bp_\bo_\bs_\bt_\bs_\bc_\br_\bi_\bp_\bt.   The  preamble is prefixed to each string contained within
-       the braces, and the postscript  is  then  appended  to  each  resulting
+       is similar to _\bp_\ba_\bt_\bh_\bn_\ba_\bm_\be _\be_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn, but the filenames generated need  not
+       exist.   Patterns to be brace expanded are formed from an optional _\bp_\br_\be_\b-
+       _\ba_\bm_\bb_\bl_\be, followed by either a series of comma-separated strings or a  se-
+       quence  expression  between  a  pair of braces, followed by an optional
+       _\bp_\bo_\bs_\bt_\bs_\bc_\br_\bi_\bp_\bt.  The preamble is prefixed to each string  contained  within
+       the  braces,  and  the  postscript  is  then appended to each resulting
        string, expanding left to right.
 
-       Brace  expansions  may  be nested.  The results of each expanded string
+       Brace expansions may be nested.  The results of  each  expanded  string
        are not sorted; brace expansion preserves left to right order.  For ex-
        ample, a{\b{d,c,b}\b}e expands into "ade ace abe".
 
-       A sequence expression takes the form {\b{_\bx.\b..\b._\by[\b[.\b..\b._\bi_\bn_\bc_\br]\b]}\b}, where _\bx and _\b are
-       either  integers or single letters, and _\bi_\bn_\bc_\br, an optional increment, is
+       A  sequence  expression  takes the form _\bx.\b..\b._\by[\b[.\b..\b._\bi_\bn_\bc_\br]\b], where _\bx and _\by are
+       either integers or single letters, and _\bi_\bn_\bc_\br, an optional increment,  is
        an integer.  When integers are supplied, the expression expands to each
-       number between _\bx and _\by, inclusive.  If either _\bx or  _\by  begins  with  _\b0,
-       each  generated  term  will  contain  the  same number of digits, zero-
-       padding where necessary.  When either _\bx or _\by begins with  a  zero,  the
-       shell  attempts to force all generated terms to contain the same number
-       of digits, zero-padding where necessary.  When  letters  are  supplied,
-       the  expression  expands  to each character lexicographically between _\bx
-       and _\by, inclusive, using the default C locale.  Note that both _\bx  and  _\by
-       must  be  of  the same type (integer or letter).  When the increment is
-       supplied, it is used as the difference between each term.  The  default
-       increment is 1 or -1 as appropriate.
+       number  between  _\bx  and  _\by,  inclusive.  If either _\bx or _\by begins with a
+       zero, each generated term will contain the same number of digits, zero-
+       padding where necessary.  When letters are supplied, the expression ex-
+       pands to each character lexicographically between _\bx and  _\by,  inclusive,
+       using  the  C  locale.  Note that both _\bx and _\by must be of the same type
+       (integer or letter).  When the increment is supplied, it is used as the
+       difference between each term.  The default increment is 1 or -1 as  ap-
+       propriate.
 
        Brace expansion is performed before any other expansions, and any char-
        acters  special to other expansions are preserved in the result.  It is
@@ -1753,10 +1786,10 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        closing braces, and at least one unquoted comma or a valid sequence ex-
        pression.  Any incorrectly formed brace expansion is left unchanged.
 
-       A {\b{ or ,\b, may be quoted with a backslash to prevent its being considered
-       part of a brace expression.  To avoid conflicts with  parameter  expan-
-       sion, the string $\b${\b{ is not considered eligible for brace expansion, and
-       inhibits brace expansion until the closing }\b}.
+       A "{" or Q , may be quoted with a backslash to prevent its  being  con-
+       sidered  part of a brace expression.  To avoid conflicts with parameter
+       expansion, the string "${" is not considered eligible for brace  expan-
+       sion, and inhibits brace expansion until the closing "}".
 
        This construct is typically used as shorthand when the common prefix of
        the strings to be generated is longer than in the above example:
@@ -1769,8 +1802,8 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        versions of s\bsh\bh.  s\bsh\bh does not treat opening or closing braces  specially
        when  they  appear as part of a word, and preserves them in the output.
        B\bBa\bas\bsh\bh removes braces from words as a  consequence  of  brace  expansion.
-       For  example,  a word entered to s\bsh\bh as _\bf_\bi_\bl_\be_\b{_\b1_\b,_\b2_\b} appears identically in
-       the output.  B\bBa\bas\bsh\bh outputs that word as _\bf_\bi_\bl_\be_\b1 _\bf_\bi_\bl_\be_\b2 after  brace  expan-
+       For example, a word entered to s\bsh\bh as "file{1,2}" appears identically in
+       the output.  B\bBa\bas\bsh\bh outputs that word as "file1 file2" after brace expan-
        sion.   Start  b\bba\bas\bsh\bh  with the +\b+B\bB option or disable brace expansion with
        the +\b+B\bB option to the s\bse\bet\bt command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) for
        strict s\bsh\bh compatibility.
@@ -1890,67 +1923,70 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting at the character specified  by  _\bo_\bf_\bf_\b-
               _\bs_\be_\bt.   If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, an indexed array subscripted by @\b@
               or *\b*, or an associative array name, the results  differ  as  de-
-              scribed  below.   If _\bl_\be_\bn_\bg_\bt_\bh is omitted, expands to the substring
-              of the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting at the character specified by
-              _\bo_\bf_\bf_\bs_\be_\bt and extending to the end of the value.  _\bl_\be_\bn_\bg_\bt_\bh and _\bo_\bf_\bf_\bs_\be_\bt
-              are arithmetic expressions (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN below).
-
-              If _\bo_\bf_\bf_\bs_\be_\bt evaluates to a number less than  zero,  the  value  is
+              scribed  below.   If  :\b:_\bl_\be_\bn_\bg_\bt_\bh is omitted (the first form above),
+              this expands to the substring of the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br starting
+              at the character specified by _\bo_\bf_\bf_\bs_\be_\bt and extending to the end of
+              the value.  If _\bo_\bf_\bf_\bs_\be_\bt is omitted, it is treated as 0.  If _\bl_\be_\bn_\bg_\bt_\bh
+              is omitted, but the colon after _\bo_\bf_\bf_\bs_\be_\bt is present, it is treated
+              as 0.  _\bl_\be_\bn_\bg_\bt_\bh and _\bo_\bf_\bf_\bs_\be_\bt are arithmetic expressions (see  A\bAR\bRI\bIT\bTH\bH-\b-
+              M\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN below).
+
+              If  _\bo_\bf_\bf_\bs_\be_\bt  evaluates  to  a number less than zero, the value is
               used as an offset in characters from the end of the value of _\bp_\ba_\b-
-              _\br_\ba_\bm_\be_\bt_\be_\br.   If _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero, it is
+              _\br_\ba_\bm_\be_\bt_\be_\br.  If _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero, it  is
               interpreted as an offset in characters from the end of the value
-              of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br rather than a number of characters, and the  expan-
-              sion  is  the  characters  between _\bo_\bf_\bf_\bs_\be_\bt and that result.  Note
-              that a negative offset must be separated from the  colon  by  at
+              of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br rather than a number of characters, and the expan-
+              sion is the characters between _\bo_\bf_\bf_\bs_\be_\bt  and  that  result.   Note
+              that  a  negative  offset must be separated from the colon by at
               least one space to avoid being confused with the :\b:-\b- expansion.
 
-              If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the result is _\bl_\be_\bn_\bg_\bt_\bh positional parame-
-              ters beginning at _\bo_\bf_\bf_\bs_\be_\bt.  A negative _\bo_\bf_\bf_\bs_\be_\bt is  taken  relative
-              to  one  greater  than  the greatest positional parameter, so an
+              If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the result is _\bl_\be_\bn_\bg_\bt_\bh positional  parame-
+              ters  beginning  at _\bo_\bf_\bf_\bs_\be_\bt.  A negative _\bo_\bf_\bf_\bs_\be_\bt is taken relative
+              to one greater than the greatest  positional  parameter,  so  an
               offset of -1 evaluates to the last positional parameter (or 0 if
-              there are no positional parameters).  It is an  expansion  error
+              there  are  no positional parameters).  It is an expansion error
               if _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero.
 
               If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an indexed array name subscripted by @ or *, the
               result is the _\bl_\be_\bn_\bg_\bt_\bh members of the array beginning with ${_\bp_\ba_\br_\ba_\b-
-              _\bm_\be_\bt_\be_\br[_\bo_\bf_\bf_\bs_\be_\bt]}.   A  negative  _\bo_\bf_\bf_\bs_\be_\bt  is  taken relative to one
+              _\bm_\be_\bt_\be_\br[_\bo_\bf_\bf_\bs_\be_\bt]}.  A negative _\bo_\bf_\bf_\bs_\be_\bt  is  taken  relative  to  one
               greater than the maximum index of the specified array.  It is an
               expansion error if _\bl_\be_\bn_\bg_\bt_\bh evaluates to a number less than zero.
 
               Substring expansion applied to an associative array produces un-
               defined results.
 
-              Substring indexing is zero-based unless the  positional  parame-
-              ters  are  used,  in  which case the indexing starts at 1 by de-
-              fault.  If _\bo_\bf_\bf_\bs_\be_\bt is 0, and the positional parameters are  used,
+              Substring  indexing  is zero-based unless the positional parame-
+              ters are used, in which case the indexing starts  at  1  by  de-
+              fault.   If _\bo_\bf_\bf_\bs_\be_\bt is 0, and the positional parameters are used,
               $\b$0\b0 is prefixed to the list.
 
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx*\b*}
        ${!\b!_\bp_\br_\be_\bf_\bi_\bx@\b@}
-              N\bNa\bam\bme\bes\b m\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx.  Expands to the names of variables whose
+              N\bNa\bam\bme\bes\bm\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx.  Expands to the names of variables  whose
               names begin with _\bp_\br_\be_\bf_\bi_\bx, separated by the first character of the
-              I\bIF\bFS\bspecial variable.  When _\b@ is used and the expansion  appears
-              within  double  quotes, each variable name expands to a separate
+              I\bIF\bFS\b special variable.  When _\b@ is used and the expansion appears
+              within double quotes, each variable name expands to  a  separate
               word.
 
        ${!\b!_\bn_\ba_\bm_\be[_\b@]}
        ${!\b!_\bn_\ba_\bm_\be[_\b*]}
-              L\bLi\bis\bst\bo\bof\bf a\bar\brr\bra\bay\by k\bke\bey\bys\bs.  If _\bn_\ba_\bm_\be is an array  variable,  expands  to
-              the  list  of array indices (keys) assigned in _\bn_\ba_\bm_\be.  If _\bn_\ba_\bm_\be is
-              not an array, expands to 0 if _\bn_\ba_\bm_\be is set  and  null  otherwise.
-              When  _\b@  is used and the expansion appears within double quotes,
+              L\bLi\bis\bst\b o\bof\bf  a\bar\brr\bra\bay\by  k\bke\bey\bys\bs.  If _\bn_\ba_\bm_\be is an array variable, expands to
+              the list of array indices (keys) assigned in _\bn_\ba_\bm_\be.  If  _\bn_\ba_\bm_\b is
+              not  an  array,  expands to 0 if _\bn_\ba_\bm_\be is set and null otherwise.
+              When _\b@ is used and the expansion appears within  double  quotes,
               each key expands to a separate word.
 
        ${#\b#_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}
-              P\bPa\bar\bra\bam\bme\bet\bte\ber\bl\ble\ben\bng\bgt\bth\bh.  Substitutes the length in characters  of  the
-              expanded  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is *\b* or @\b@, the value
-              substituted is the number of positional parameters.  If  _\bp_\ba_\br_\ba_\bm_\be_\b-
-              _\bt_\be_\b is  an  array name subscripted by *\b* or @\b@, the value substi-
-              tuted is the number of elements in the array.  If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is
-              an  indexed  array  name  subscripted by a negative number, that
-              number is interpreted as relative to one greater than the  maxi-
-              mum  index of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, so negative indices count back from the
-              end of the array, and an index of -1 references  the  last  ele-
+              P\bPa\bar\bra\bam\bme\bet\bte\ber\b l\ble\ben\bng\bgt\bth\bh.   Substitutes the length in characters of the
+              expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is *\b* or @\b@, the  value
+              substituted  is the number of positional parameters.  If _\bp_\ba_\br_\ba_\bm_\be_\b-
+              _\bt_\be_\bis an array name subscripted by *\b* or @\b@,  the  value  substi-
+              tuted  is  the number of elements in the array.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is
+              an indexed array name subscripted by  a  negative  number,  that
+              number  is interpreted as relative to one greater than the maxi-
+              mum index of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, so negative indices count back from  the
+              end  of  the  array, and an index of -1 references the last ele-
               ment.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br#\b#_\bw_\bo_\br_\bd}
@@ -1958,15 +1994,15 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               R\bRe\bem\bmo\bov\bve\be m\bma\bat\btc\bch\bhi\bin\bng\bg p\bpr\bre\bef\bfi\bix\bx p\bpa\bat\btt\bte\ber\brn\bn.  The _\bw_\bo_\br_\bd is expanded to produce
               a pattern just as in pathname expansion, and matched against the
               expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described under P\bPa\bat\bt-\b-
-              t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg  below.   If the pattern matches the beginning of
-              the value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of the expansion is  the
-              expanded  value  of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest matching pattern
-              (the "#" case) or the longest matching pattern (the  "##"  case)
-              deleted.   If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the pattern removal operation
-              is applied to each positional parameter in turn, and the  expan-
-              sion  is  the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an array variable
-              subscripted with @\b@ or *\b*, the pattern removal  operation  is  ap-
-              plied  to each member of the array in turn, and the expansion is
+              t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below.  If the pattern matches  the  beginning  of
+              the  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of the expansion is the
+              expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest  matching  pattern
+              (the  "#"  case) or the longest matching pattern (the "##" case)
+              deleted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the pattern removal  operation
+              is  applied to each positional parameter in turn, and the expan-
+              sion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is an  array  variable
+              subscripted  with  @\b@  or *\b*, the pattern removal operation is ap-
+              plied to each member of the array in turn, and the expansion  is
               the resultant list.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br%\b%_\bw_\bo_\br_\bd}
@@ -1974,15 +2010,15 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               R\bRe\bem\bmo\bov\bve\be m\bma\bat\btc\bch\bhi\bin\bng\bg s\bsu\buf\bff\bfi\bix\bx p\bpa\bat\btt\bte\ber\brn\bn.  The _\bw_\bo_\br_\bd is expanded to produce
               a pattern just as in pathname expansion, and matched against the
               expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described under P\bPa\bat\bt-\b-
-              t\bte\ber\brn\bM\bMa\bat\btc\bch\bhi\bin\bng\bg below.  If the pattern matches a trailing  portion
-              of  the  expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of the ex-
-              pansion is the expanded value of  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  with  the  shortest
-              matching  pattern (the "%" case) or the longest matching pattern
-              (the "%%" case) deleted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or  *\b*,  the  pattern
-              removal  operation  is  applied  to each positional parameter in
-              turn, and the expansion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\b is
-              an  array  variable subscripted with @\b@ or *\b*, the pattern removal
-              operation is applied to each member of the array  in  turn,  and
+              t\bte\ber\brn\b M\bMa\bat\btc\bch\bhi\bin\bng\bg below.  If the pattern matches a trailing portion
+              of the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br, then the result of  the  ex-
+              pansion  is  the  expanded  value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br with the shortest
+              matching pattern (the "%" case) or the longest matching  pattern
+              (the  "%%"  case)  deleted.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is @\b@ or *\b*, the pattern
+              removal operation is applied to  each  positional  parameter  in
+              turn,  and the expansion is the resultant list.  If _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is
+              an array variable subscripted with @\b@ or *\b*, the  pattern  removal
+              operation  is  applied  to each member of the array in turn, and
               the expansion is the resultant list.
 
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br/\b/_\bp_\ba_\bt_\bt_\be_\br_\bn/\b/_\bs_\bt_\br_\bi_\bn_\bg}
@@ -1990,12 +2026,12 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br/\b/#\b#_\bp_\ba_\bt_\bt_\be_\br_\bn/\b/_\bs_\bt_\br_\bi_\bn_\bg}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br/\b/%\b%_\bp_\ba_\bt_\bt_\be_\br_\bn/\b/_\bs_\bt_\br_\bi_\bn_\bg}
               P\bPa\bat\btt\bte\ber\brn\bn s\bsu\bub\bbs\bst\bti\bit\btu\but\bti\bio\bon\bn.  The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to produce a pat-
-              tern  just  as in pathname expansion and matched against the ex-
-              panded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br using the rules described  under  P\bPa\bat\bt-\b-
-              t\bte\ber\brn\bn  M\bMa\bat\btc\bch\bhi\bin\bng\bg  below.   The longest match of _\bp_\ba_\bt_\bt_\be_\br_\bn in the ex-
-              panded value is replaced with _\bs_\bt_\br_\bi_\bn_\bg.   _\bs_\bt_\br_\bi_\bn_\bg  undergoes  tilde
-              expansion,  parameter  and variable expansion, arithmetic expan-
-              sion, command and process substitution, and quote removal.
+              tern and matched against the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br as  de-
+              scribed under P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg below.  The longest match of _\bp_\ba_\bt_\b-
+              _\bt_\be_\br_\bn  in the expanded value is replaced with _\bs_\bt_\br_\bi_\bn_\bg.  _\bs_\bt_\br_\bi_\bn_\bg un-
+              dergoes  tilde  expansion,  parameter  and  variable  expansion,
+              arithmetic  expansion,  command  and  process  substitution, and
+              quote removal.
 
               In the first form above, only the first match is  replaced.   If
               there are two slashes separating _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br and _\bp_\ba_\bt_\bt_\be_\br_\bn (the sec-
@@ -2047,19 +2083,20 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br,\b,_\bp_\ba_\bt_\bt_\be_\br_\bn}
        ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br,\b,,\b,_\bp_\ba_\bt_\bt_\be_\br_\bn}
               C\bCa\bas\bse\be  m\bmo\bod\bdi\bif\bfi\bic\bca\bat\bti\bio\bon\bn.   This expansion modifies the case of alpha-
-              betic characters in _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  The _\bp_\ba_\bt_\bt_\be_\br_\bn is expanded to  pro-
-              duce a pattern just as in pathname expansion.  Each character in
-              the  expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br is tested against _\bp_\ba_\bt_\bt_\be_\br_\bn, and,
-              if it matches the pattern, its case is converted.   The  pattern
-              should not attempt to match more than one character.
-
-              The  ^\b^  operator  converts lowercase letters matching _\bp_\ba_\bt_\bt_\be_\br_\bn to
-              uppercase; the ,\b, operator converts matching uppercase letters to
-              lowercase.  The ^\b^^\b^ and ,\b,,\b, expansions convert each matched  char-
-              acter  in  the  expanded value; the ^\b^ and ,\b, expansions match and
-              convert only the first character in the expanded value.  If _\bp_\ba_\bt_\b-
-              _\bt_\be_\br_\bn is omitted, it is treated like a  ?\b?,  which  matches  every
-              character.
+              betic characters in _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br.  First, the _\bp_\ba_\bt_\bt_\be_\br_\bn  is  expanded
+              to  produce a pattern as described below under P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg.
+              B\bBa\bas\bsh\bh then examines characters in the expanded value of _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br
+              against _\bp_\ba_\bt_\bt_\be_\br_\bn as described below.  If a character matches  the
+              pattern,  its case is converted.  The pattern should not attempt
+              to match more than one character.
+
+              Using "^" converts lowercase letters matching _\bp_\ba_\bt_\bt_\be_\br_\bn to  upper-
+              case; "," converts matching uppercase letters to lowercase.  The
+              ^\b^  and  ,\b,  variants  examine the first character in the expanded
+              value and convert its case if it matches _\bp_\ba_\bt_\bt_\be_\br_\bn; the ^\b^^\b^ and  ,\b,,\b,
+              variants  examine  all characters in the expanded value and con-
+              vert each one that matches _\bp_\ba_\bt_\bt_\be_\br_\bn.  If _\bp_\ba_\bt_\bt_\be_\br_\bn is  omitted,  it
+              is treated like a ?\b?, which matches every character.
 
               If  _\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br  is @\b@ or *\b*, the case modification operation is ap-
               plied to each positional parameter in turn, and the expansion is
@@ -2179,11 +2216,13 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
               $\b$(\b((\b(_\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn)\b))\b)
 
        The _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn undergoes the same expansions as if it were within  dou-
-       ble  quotes,  but double quote characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not treated
-       specially and are removed.  All tokens in the expression undergo  para-
-       meter  and variable expansion, command substitution, and quote removal.
-       The result is treated as the arithmetic  expression  to  be  evaluated.
-       Arithmetic expansions may be nested.
+       ble quotes, but unescaped double quote characters in _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn are not
+       treated  specially  and  are removed.  All tokens in the expression un-
+       dergo parameter and variable expansion, command substitution, and quote
+       removal.  The result is treated as  the  arithmetic  expression  to  be
+       evaluated.   Since  the  way Bash handles double quotes can potentially
+       result in empty strings, arithmetic expansion treats those  as  expres-
+       sions that evaluate to 0.  Arithmetic expansions may be nested.
 
        The  evaluation  is performed according to the rules listed below under
        A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN.  If _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn is invalid, b\bba\bas\bsh\bh prints a message
@@ -2203,7 +2242,7 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        sis, otherwise the construct would be interpreted as a redirection.
 
        Process  substitution  is supported on systems that support named pipes
-       (_\bF_\bI_\bF_\bO_\bs) or the /\b/d\bde\bev\bv/\b/f\bfd\bd method of naming open files.
+       (_\bF_\bI_\bF_\bO_\bs) or the _\b/_\bd_\be_\bv_\b/_\bf_\bd method of naming open files.
 
        When available, process substitution is performed  simultaneously  with
        parameter  and variable expansion, command substitution, and arithmetic
@@ -2302,8 +2341,9 @@ E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE pattern matching honors the setting of the e\bex\bxt\btg\bgl\blo\bob\bb shell op-
        tion.
 
-       The G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT shell variable controls how the results of pathname expan-
-       sion are sorted, as described above.
+       The  value  of  the G\bGL\bLO\bOB\bBS\bSO\bOR\bRT\bT shell variable controls how the results of
+       pathname expansion are sorted, as described  above  under  S\bSh\bhe\bel\bll\bl  V\bVa\bar\bri\bi-\b-
+       a\bab\bbl\ble\bes\bs.
 
        P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg
 
@@ -2499,14 +2539,14 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               [_\bn]>\b>_\bw_\bo_\br_\bd
 
        If the redirection operator is >\b>, and the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to  the  s\bse\bet\bt
-       builtin  has been enabled, the redirection fails if the file whose name
-       results from the expansion of _\bw_\bo_\br_\bd exists and is a  regular  file.   If
-       the  redirection  operator  is >\b>|\b|, or the redirection operator is >\b> and
-       the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to the s\bse\bet\bt builtin command is  not  enabled,  b\bba\bas\bsh\bh
+       builtin  command  has  been  enabled, the redirection fails if the file
+       whose name results from the expansion of _\bw_\bo_\br_\bd exists and is  a  regular
+       file.   If  the redirection operator is >\b>|\b|, or the redirection operator
+       is >\b> and the n\bno\boc\bcl\blo\bob\bbb\bbe\ber\br option to the s\bse\bet\bt builtin is not  enabled,  b\bba\bas\bsh\bh
        attempts the redirection even if the file named by _\bw_\bo_\br_\bd exists.
 
    A\bAp\bpp\bpe\ben\bnd\bdi\bin\bng\bg R\bRe\bed\bdi\bir\bre\bec\bct\bte\bed\bd O\bOu\but\btp\bpu\but\bt
-       Redirecting   output  in this fashion opens the file whose name results
+       Redirecting  output  in  this fashion opens the file whose name results
        from the expansion of _\bw_\bo_\br_\bd for appending on file descriptor _\bn,  or  the
        standard output (file descriptor 1) if _\bn is not specified.  If the file
        does not exist it is created.
@@ -2565,26 +2605,25 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br
 
        The  shell  does  not perform parameter and variable expansion, command
-       substitution, arithmetic expansion, or pathname expansion is  performed
-       on _\bw_\bo_\br_\bd.
+       substitution, arithmetic expansion, or pathname expansion on _\bw_\bo_\br_\bd.
 
        If any part of _\bw_\bo_\br_\bd is quoted, the _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br is the result of quote re-
        moval on _\bw_\bo_\br_\bd, and the lines in the here-document are not expanded.  If
-       _\bw_\bo_\br_\b is  unquoted, the _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br is _\bw_\bo_\br_\bd itself, and the here-document
-       text is treated similarly to a double-quoted string: all lines  of  the
-       here-document  are  subjected to parameter expansion, command substitu-
-       tion, and arithmetic expansion, the character  sequence  \\b\<\b<n\bne\bew\bwl\bli\bin\bne\be>\b is
+       _\bw_\bo_\br_\bis unquoted, the _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br is _\bw_\bo_\br_\bd itself, and  the  here-document
+       text  is  treated similarly to a double-quoted string: all lines of the
+       here-document are subjected to parameter expansion,  command  substitu-
+       tion,  and  arithmetic  expansion, the character sequence \\b\<\b<n\bne\bew\bwl\bli\bin\bne\be>\b> is
        treated literally, and \\b\ must be used to quote the characters \\b\, $\b$, and
        `\b`; however, double quote characters have no special meaning.
 
-       If  the  redirection operator is <\b<<\b<-\b-, then the shell strips all leading
-       tab characters from input lines  and  the  line  containing  _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br.
-       This  allows  here-documents  within  shell scripts to be indented in a
+       If the redirection operator is <\b<<\b<-\b-, then the shell strips  all  leading
+       tab  characters  from  input  lines  and the line containing _\bd_\be_\bl_\bi_\bm_\bi_\bt_\be_\br.
+       This allows here-documents within shell scripts to  be  indented  in  a
        natural fashion.
 
        If the delimiter is not quoted, the \\b\<\b<n\bne\bew\bwl\bli\bin\bne\be>\b> sequence is treated as a
-       line continuation: the two lines are joined and  the  backslash-newline
-       is  removed.   This happens while reading the here-document, before the
+       line  continuation:  the two lines are joined and the backslash-newline
+       is removed.  This happens while reading the here-document,  before  the
        check for the ending delimiter, so joined lines can form the end delim-
        iter.
 
@@ -2593,9 +2632,9 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]<\b<<\b<<\b<_\bw_\bo_\br_\bd
 
-       The _\bw_\bo_\br_\bd undergoes tilde expansion, parameter and  variable  expansion,
-       command  substitution,  arithmetic expansion, and quote removal.  Path-
-       name expansion and word splitting are not  performed.   The  result  is
+       The  _\bw_\bo_\br_\bd  undergoes tilde expansion, parameter and variable expansion,
+       command substitution, arithmetic expansion, and quote  removal.   Path-
+       name  expansion  and  word  splitting are not performed.  The result is
        supplied as a single string, with a newline appended, to the command on
        its standard input (or file descriptor _\bn if _\bn is specified).
 
@@ -2605,22 +2644,22 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
               [_\bn]<\b<&\b&_\bw_\bo_\br_\bd
 
        is used to duplicate input file descriptors.  If _\bw_\bo_\br_\bd expands to one or
-       more  digits,  file  descriptor _\bn is made to be a copy of that file de-
+       more digits, file descriptor _\bn is made to be a copy of  that  file  de-
        scriptor.  It is a redirection error if the digits in _\bw_\bo_\br_\bd do not spec-
        ify a file descriptor open for input.  If _\bw_\bo_\br_\bd evaluates to -\b-, file de-
-       scriptor _\bn is closed.  If _\bn is not specified, this  uses  the  standard
+       scriptor  _\bn  is  closed.  If _\bn is not specified, this uses the standard
        input (file descriptor 0).
 
        The operator
 
               [_\bn]>\b>&\b&_\bw_\bo_\br_\bd
 
-       is  used  similarly  to duplicate output file descriptors.  If _\bn is not
-       specified, this uses the standard output (file descriptor 1).  It is  a
-       redirection  error if the digits in _\bw_\bo_\br_\bd do not specify a file descrip-
-       tor open for output.  If _\bw_\bo_\br_\bd evaluates to  -\b-,  file  descriptor  _\b is
-       closed.   As  a special case, if _\bn is omitted, and _\bw_\bo_\br_\bd does not expand
-       to one or more digits or -\b-, this  redirects  the  standard  output  and
+       is used similarly to duplicate output file descriptors.  If  _\bn  is  not
+       specified,  this uses the standard output (file descriptor 1).  It is a
+       redirection error if the digits in _\bw_\bo_\br_\bd do not specify a file  descrip-
+       tor  open  for  output.   If  _\bw_\bo_\br_\bd evaluates to -\b-, file descriptor _\bn is
+       closed.  As a special case, if _\bn is omitted, and _\bw_\bo_\br_\bd does  not  expand
+       to  one  or  more  digits  or -\b-, this redirects the standard output and
        standard error as described previously.
 
    M\bMo\bov\bvi\bin\bng\bg F\bFi\bil\ble\be D\bDe\bes\bsc\bcr\bri\bip\bpt\bto\bor\brs\bs
@@ -2628,7 +2667,7 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]<\b<&\b&_\bd_\bi_\bg_\bi_\bt-\b-
 
-       moves  the  file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or the standard
+       moves the file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or  the  standard
        input (file descriptor 0) if _\bn is not specified.  _\bd_\bi_\bg_\bi_\bt is closed after
        being duplicated to _\bn.
 
@@ -2636,7 +2675,7 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
 
               [_\bn]>\b>&\b&_\bd_\bi_\bg_\bi_\bt-\b-
 
-       moves the file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or  the  standard
+       moves  the  file descriptor _\bd_\bi_\bg_\bi_\bt to file descriptor _\bn, or the standard
        output (file descriptor 1) if _\bn is not specified.
 
    O\bOp\bpe\ben\bni\bin\bng\bg F\bFi\bil\ble\be D\bDe\bes\bsc\bcr\bri\bip\bpt\bto\bor\brs\bs f\bfo\bor\br R\bRe\bea\bad\bdi\bin\bng\bg a\ban\bnd\bd W\bWr\bri\bit\bti\bin\bng\bg
@@ -2649,170 +2688,170 @@ R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN
        ified.  If the file does not exist, it is created.
 
 A\bAL\bLI\bIA\bAS\bSE\bES\bS
-       _\bA_\bl_\bi_\ba_\bs_\be_\b allow a string to be substituted for a word that is in a posi-
-       tion in the input where it can be the first word of a  simple  command.
-       Aliases  have names and corresponding values that are set and unset us-
-       ing the a\bal\bli\bia\bas\bs and u\bun\bna\bal\bli\bia\bas\bs builtin commands (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
+       _\bA_\bl_\bi_\ba_\bs_\be_\ballow a string to be substituted for a word that is in a  posi-
+       tion  in  the input where it can be the first word of a simple command.
+       Aliases have names and corresponding values that are set and unset  us-
+       ing  the a\bal\bli\bia\bas\bs and u\bun\bna\bal\bli\bia\bas\bs builtin commands (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        below).
 
-       If  the  shell  reads an unquoted word in the right position, it checks
-       the word to see if it matches an alias name.  If it matches, the  shell
-       replaces  the  word with the alias value, and reads that value as if it
+       If the shell reads an unquoted word in the right  position,  it  checks
+       the  word to see if it matches an alias name.  If it matches, the shell
+       replaces the word with the alias value, and reads that value as  if  it
        had been read instead of the word.  The shell doesn't look at any char-
        acters following the word before attempting alias substitution.
 
-       The characters /\b/, $\b$, `\b`, and =\b= and any of the  shell  _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\b or
-       quoting  characters  listed above may not appear in an alias name.  The
-       replacement text may contain any valid  shell  input,  including  shell
-       metacharacters.   The  first word of the replacement text is tested for
+       The  characters  /\b/,  $\b$, `\b`, and =\b= and any of the shell _\bm_\be_\bt_\ba_\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs or
+       quoting characters listed above may not appear in an alias  name.   The
+       replacement  text  may  contain  any valid shell input, including shell
+       metacharacters.  The first word of the replacement text is  tested  for
        aliases, but a word that is identical to an alias being expanded is not
        expanded a second time.  This means that one may alias l\bls\bs to l\bls\bs -\b-F\bF, for
-       instance, and b\bba\bas\bsh\bh does not try to recursively expand  the  replacement
+       instance,  and  b\bba\bas\bsh\bh does not try to recursively expand the replacement
        text.
 
-       If  the  last character of the alias value is a _\bb_\bl_\ba_\bn_\bk, the shell checks
+       If the last character of the alias value is a _\bb_\bl_\ba_\bn_\bk, the  shell  checks
        the next command word following the alias for alias expansion.
 
        Aliases are created and listed with the a\bal\bli\bia\bas\bs command, and removed with
        the u\bun\bna\bal\bli\bia\bas\bs command.
 
-       There is no mechanism for using arguments in the replacement text.   If
-       arguments  are  needed,  use a shell function (see F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS below) in-
+       There  is no mechanism for using arguments in the replacement text.  If
+       arguments are needed, use a shell function (see  F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS  below)  in-
        stead.
 
-       Aliases are not expanded when the shell is not interactive, unless  the
-       e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\b shell option is set using s\bsh\bho\bop\bpt\bt (see the description of
+       Aliases  are not expanded when the shell is not interactive, unless the
+       e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\bshell option is set using s\bsh\bho\bop\bpt\bt (see the description  of
        s\bsh\bho\bop\bpt\bt under S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
-       The rules concerning the definition and use  of  aliases  are  somewhat
-       confusing.   B\bBa\bas\bsh\bh always reads at least one complete line of input, and
-       all lines that make up a compound command, before executing any of  the
-       commands  on  that  line or the compound command.  Aliases are expanded
-       when a command is read, not when it is executed.  Therefore,  an  alias
-       definition  appearing on the same line as another command does not take
+       The  rules  concerning  the  definition and use of aliases are somewhat
+       confusing.  B\bBa\bas\bsh\bh always reads at least one complete line of input,  and
+       all  lines that make up a compound command, before executing any of the
+       commands on that line or the compound command.   Aliases  are  expanded
+       when  a  command is read, not when it is executed.  Therefore, an alias
+       definition appearing on the same line as another command does not  take
        effect until the shell reads the next line of input, and an alias defi-
-       nition in a compound command does  not  take  effect  until  the  shell
-       parses  and executes the entire compound command.  The commands follow-
-       ing the alias definition on that line, or in the  rest  of  a  compound
-       command,  are  not affected by the new alias.  This behavior is also an
-       issue when functions are executed.  Aliases are expanded when  a  func-
-       tion  definition  is read, not when the function is executed, because a
+       nition  in  a  compound  command  does  not take effect until the shell
+       parses and executes the entire compound command.  The commands  follow-
+       ing  the  alias  definition  on that line, or in the rest of a compound
+       command, are not affected by the new alias.  This behavior is  also  an
+       issue  when  functions are executed.  Aliases are expanded when a func-
+       tion definition is read, not when the function is executed,  because  a
        function definition is itself a command.  As a consequence, aliases de-
        fined in a function are not available until after that function is exe-
-       cuted.  To be safe, always put alias definitions on  a  separate  line,
+       cuted.   To  be  safe, always put alias definitions on a separate line,
        and do not use a\bal\bli\bia\bas\bs in compound commands.
 
        For almost every purpose, shell functions are preferable to aliases.
 
 F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS
-       A  shell  function,  defined  as  described  above under S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR,
-       stores a series of commands for later execution.  When the  name  of  a
+       A shell function, defined  as  described  above  under  S\bSH\bHE\bEL\bLL\b G\bGR\bRA\bAM\bMM\bMA\bAR\bR,
+       stores  a  series  of commands for later execution.  When the name of a
        shell function is used as a simple command name, the shell executes the
        list of commands associated with that function name.  Functions are ex-
-       ecuted  in  the  context  of the calling shell; there is no new process
-       created to interpret them (contrast this with the execution of a  shell
+       ecuted in the context of the calling shell; there  is  no  new  process
+       created  to interpret them (contrast this with the execution of a shell
        script).
 
-       When  a  function is executed, the arguments to the function become the
+       When a function is executed, the arguments to the function  become  the
        positional parameters during its execution.  The special parameter #\b# is
-       updated to reflect the new positional parameters.  Special parameter  0\b0
+       updated  to reflect the new positional parameters.  Special parameter 0\b0
        is unchanged.  The first element of the F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE variable is set to the
        name of the function while the function is executing.
 
-       All  other aspects of the shell execution environment are identical be-
-       tween a function and its caller with these exceptions:  the  D\bDE\bEB\bBU\bUG\b and
-       R\bRE\bET\bTU\bUR\bRN\b traps  (see  the  description  of  the t\btr\bra\bap\bp builtin under S\bSH\bHE\bEL\bLL\bL
-       B\bBU\bUI\bIL\bLT\bTI\bIN\bC\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) are not inherited unless the function has  been
-       given  the  t\btr\bra\bac\bce\be attribute (see the description of the d\bde\bec\bcl\bla\bar\bre\be builtin
-       below) or the -\b-o\bo f\bfu\bun\bnc\bct\btr\bra\bac\bce\be shell option has been enabled with  the  s\bse\bet\bt
-       builtin  (in  which  case  all  functions  inherit the D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN
-       traps), and the E\bER\bRR\bR trap is not inherited unless the -\b-o\bo e\ber\brr\brt\btr\bra\bac\bce\b shell
+       All other aspects of the shell execution environment are identical  be-
+       tween  a  function  and its caller with these exceptions: the D\bDE\bEB\bBU\bUG\bG and
+       R\bRE\bET\bTU\bUR\bRN\btraps (see the description  of  the  t\btr\bra\bap\bp  builtin  under  S\bSH\bHE\bEL\bLL\bL
+       B\bBU\bUI\bIL\bLT\bTI\bIN\b C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) are not inherited unless the function has been
+       given the t\btr\bra\bac\bce\be attribute (see the description of the  d\bde\bec\bcl\bla\bar\bre\b builtin
+       below)  or  the -\b-o\bo f\bfu\bun\bnc\bct\btr\bra\bac\bce\be shell option has been enabled with the s\bse\bet\bt
+       builtin (in which case all  functions  inherit  the  D\bDE\bEB\bBU\bUG\bG  and  R\bRE\bET\bTU\bUR\bRN\bN
+       traps),  and the E\bER\bRR\bR trap is not inherited unless the -\b-o\bo e\ber\brr\brt\btr\bra\bac\bce\be shell
        option has been enabled.
 
-       Variables  local  to  the  function are declared with the l\blo\boc\bca\bal\bl builtin
-       command (_\bl_\bo_\bc_\ba_\bl _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs).  Ordinarily, variables and their values  are
-       shared  between the function and its caller.  If a variable is declared
-       l\blo\boc\bca\bal\bl, the variable's visible scope is restricted to that function  and
+       Variables local to the function are declared  with  the  l\blo\boc\bca\bal\b builtin
+       command  (_\bl_\bo_\bc_\ba_\bl _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs).  Ordinarily, variables and their values are
+       shared between the function and its caller.  If a variable is  declared
+       l\blo\boc\bca\bal\bl,  the variable's visible scope is restricted to that function and
        its children (including the functions it calls).
 
        In the following description, the _\bc_\bu_\br_\br_\be_\bn_\bt _\bs_\bc_\bo_\bp_\be is a currently- execut-
        ing function.  Previous scopes consist of that function's caller and so
-       on,  back  to  the "global" scope, where the shell is not executing any
-       shell function.  A local variable at the current scope  is  a  variable
-       declared  using  the  l\blo\boc\bca\bal\bl or d\bde\bec\bcl\bla\bar\bre\be builtins in the function that is
+       on, back to the "global" scope, where the shell is  not  executing  any
+       shell  function.   A  local variable at the current scope is a variable
+       declared using the l\blo\boc\bca\bal\bl or d\bde\bec\bcl\bla\bar\bre\be builtins in the  function  that  is
        currently executing.
 
-       Local variables "shadow" variables with the same name declared at  pre-
-       vious  scopes.   For  instance, a local variable declared in a function
+       Local  variables "shadow" variables with the same name declared at pre-
+       vious scopes.  For instance, a local variable declared  in  a  function
        hides variables with the same name declared at previous scopes, includ-
-       ing global variables: references and assignments  refer  to  the  local
-       variable,  leaving  the  variables at previous scopes unmodified.  When
+       ing  global  variables:  references  and assignments refer to the local
+       variable, leaving the variables at previous  scopes  unmodified.   When
        the function returns, the global variable is once again visible.
 
-       The shell uses _\bd_\by_\bn_\ba_\bm_\bi_\bc  _\bs_\bc_\bo_\bp_\bi_\bn_\bg  to  control  a  variable's  visibility
-       within  functions.   With  dynamic scoping, visible variables and their
-       values are a result of the sequence of function calls that caused  exe-
-       cution  to  reach the current function.  The value of a variable that a
-       function sees depends on its value within its caller, if  any,  whether
-       that  caller  is  the  global scope or another shell function.  This is
+       The  shell  uses  _\bd_\by_\bn_\ba_\bm_\bi_\bc  _\bs_\bc_\bo_\bp_\bi_\bn_\bg  to  control a variable's visibility
+       within functions.  With dynamic scoping, visible  variables  and  their
+       values  are a result of the sequence of function calls that caused exe-
+       cution to reach the current function.  The value of a variable  that  a
+       function  sees  depends on its value within its caller, if any, whether
+       that caller is the global scope or another  shell  function.   This  is
        also the value that a local variable declaration shadows, and the value
        that is restored when the function returns.
 
-       For example, if a variable _\bv_\ba_\br is declared as local in function  _\bf_\bu_\bn_\bc_\b1,
-       and  _\bf_\bu_\bn_\bc_\b1  calls  another  function _\bf_\bu_\bn_\bc_\b2, references to _\bv_\ba_\br made from
-       within _\bf_\bu_\bn_\bc_\b2 resolve to the local variable _\bv_\ba_\br  from  _\bf_\bu_\bn_\bc_\b1,  shadowing
+       For  example, if a variable _\bv_\ba_\br is declared as local in function _\bf_\bu_\bn_\bc_\b1,
+       and _\bf_\bu_\bn_\bc_\b1 calls another function _\bf_\bu_\bn_\bc_\b2, references  to  _\bv_\ba_\br  made  from
+       within  _\bf_\bu_\bn_\bc_\b2  resolve  to the local variable _\bv_\ba_\br from _\bf_\bu_\bn_\bc_\b1, shadowing
        any global variable named _\bv_\ba_\br.
 
        The u\bun\bns\bse\bet\bt builtin also acts using the same dynamic scope: if a variable
-       is  local  to  the  current scope, u\bun\bns\bse\bet\bt unsets it; otherwise the unset
-       will refer to the variable found in  any  calling  scope  as  described
-       above.   If  a variable at the current local scope is unset, it remains
-       so (appearing as unset) until it is reset in that scope  or  until  the
+       is local to the current scope, u\bun\bns\bse\bet\bt unsets  it;  otherwise  the  unset
+       will  refer  to  the  variable  found in any calling scope as described
+       above.  If a variable at the current local scope is unset,  it  remains
+       so  (appearing  as  unset) until it is reset in that scope or until the
        function returns.  Once the function returns, any instance of the vari-
        able at a previous scope becomes visible.  If the unset acts on a vari-
-       able  at  a  previous  scope, any instance of a variable with that name
-       that had been shadowed becomes visible (see below how the  l\blo\boc\bca\bal\blv\bva\bar\br_\b_u\bun\bn-\b-
+       able at a previous scope, any instance of a  variable  with  that  name
+       that  had been shadowed becomes visible (see below how the l\blo\boc\bca\bal\blv\bva\bar\br_\b_u\bun\bn-\b-
        s\bse\bet\bt shell option changes this behavior).
 
-       The  F\bFU\bUN\bNC\bCN\bNE\bES\bST\bT  variable,  if set to a numeric value greater than 0, de-
-       fines a maximum function nesting level.  Function invocations that  ex-
+       The F\bFU\bUN\bNC\bCN\bNE\bES\bST\bT variable, if set to a numeric value greater  than  0,  de-
+       fines  a maximum function nesting level.  Function invocations that ex-
        ceed the limit cause the entire command to abort.
 
-       If  the  builtin command r\bre\bet\btu\bur\brn\bn is executed in a function, the function
-       completes and execution resumes with the next command after  the  func-
+       If the builtin command r\bre\bet\btu\bur\brn\bn is executed in a function,  the  function
+       completes  and  execution resumes with the next command after the func-
        tion call.  If r\bre\bet\btu\bur\brn\bn is supplied a numeric argument, that is the func-
-       tion's  return  status;  otherwise  the function's return status is the
-       exit status of the last command executed before the r\bre\bet\btu\bur\brn\bn.   Any  com-
-       mand  associated  with the R\bRE\bET\bTU\bUR\bRN\bN trap is executed before execution re-
+       tion's return status; otherwise the function's  return  status  is  the
+       exit  status  of the last command executed before the r\bre\bet\btu\bur\brn\bn.  Any com-
+       mand associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is executed before  execution  re-
        sumes.  When a function completes, the values of the positional parame-
-       ters and the special parameter #\b# are restored to the  values  they  had
+       ters  and  the  special parameter #\b# are restored to the values they had
        prior to the function's execution.
 
        The -\b-f\bf option to the d\bde\bec\bcl\bla\bar\bre\be or t\bty\byp\bpe\bes\bse\bet\bt builtin commands lists function
-       names  and  definitions.  The -\b-F\bF option to d\bde\bec\bcl\bla\bar\bre\be or t\bty\byp\bpe\bes\bse\bet\bt lists the
+       names and definitions.  The -\b-F\bF option to d\bde\bec\bcl\bla\bar\bre\be or t\bty\byp\bpe\bes\bse\bet\bt  lists  the
        function names only (and optionally the source file and line number, if
-       the e\bex\bxt\btd\bde\beb\bbu\bug\bg shell option is enabled).  Functions may  be  exported  so
-       that  child  shell  processes  (those created when executing a separate
+       the  e\bex\bxt\btd\bde\beb\bbu\bug\bg  shell  option is enabled).  Functions may be exported so
+       that child shell processes (those created  when  executing  a  separate
        shell invocation) automatically have them defined with the -\b-f\bf option to
        the e\bex\bxp\bpo\bor\brt\bt builtin.  The -\b-f\bf option to the u\bun\bns\bse\bet\bt builtin deletes a func-
        tion definition.
 
        Functions may be recursive.  The F\bFU\bUN\bNC\bCN\bNE\bES\bST\bT variable may be used to limit
-       the depth of the function call stack and restrict the number  of  func-
-       tion  invocations.   By default, b\bba\bas\bsh\bh imposes no limit on the number of
+       the  depth  of the function call stack and restrict the number of func-
+       tion invocations.  By default, b\bba\bas\bsh\bh imposes no limit on the  number  of
        recursive calls.
 
 A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN
-       The shell allows arithmetic expressions to be evaluated, under  certain
-       circumstances  (see  the  l\ble\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtin commands, the (\b((\b( com-
-       pound command, the arithmetic f\bfo\bor\br command, the [\b[[\b[ conditional  command,
+       The  shell allows arithmetic expressions to be evaluated, under certain
+       circumstances (see the l\ble\bet\bt and d\bde\bec\bcl\bla\bar\bre\be builtin commands,  the  (\b((\b com-
+       pound  command, the arithmetic f\bfo\bor\br command, the [\b[[\b[ conditional command,
        and A\bAr\bri\bit\bth\bhm\bme\bet\bti\bic\bc E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn).
 
-       Evaluation  is done in the largest fixed-width integers available, with
-       no check for overflow, though division by 0 is trapped and  flagged  as
-       an  error.  The operators and their precedence, associativity, and val-
+       Evaluation is done in the largest fixed-width integers available,  with
+       no  check  for overflow, though division by 0 is trapped and flagged as
+       an error.  The operators and their precedence, associativity, and  val-
        ues are the same as in the C language.  The following list of operators
-       is grouped into levels of equal-precedence operators.  The  levels  are
+       is  grouped  into levels of equal-precedence operators.  The levels are
        listed in order of decreasing precedence.
 
        _\bi_\bd+\b++\b+ _\bi_\bd-\b--\b-
@@ -2840,63 +2879,63 @@ A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN
        _\be_\bx_\bp_\br_\b1 ,\b, _\be_\bx_\bp_\br_\b2
               comma
 
-       Shell  variables  are  allowed as operands; parameter expansion is per-
+       Shell variables are allowed as operands; parameter  expansion  is  per-
        formed before the expression is evaluated.  Within an expression, shell
-       variables may also be referenced by name without  using  the  parameter
+       variables  may  also  be referenced by name without using the parameter
        expansion syntax.  This means you can use "x", where _\bx is a shell vari-
        able name, in an arithmetic expression, and the shell will evaluate its
-       value  as  an  expression and use the result.  A shell variable that is
+       value as an expression and use the result.  A shell  variable  that  is
        null or unset evaluates to 0 when referenced by name in an expression.
 
-       The value of a variable is evaluated as an arithmetic  expression  when
-       it  is  referenced, or when a variable which has been given the _\bi_\bn_\bt_\be_\bg_\be_\br
+       The  value  of a variable is evaluated as an arithmetic expression when
+       it is referenced, or when a variable which has been given  the  _\bi_\bn_\bt_\be_\bg_\be_\br
        attribute using d\bde\bec\bcl\bla\bar\bre\be -\b-i\bi is assigned a value.  A null value evaluates
-       to 0.  A shell variable need not have its _\bi_\bn_\bt_\be_\bg_\be_\br attribute  turned  on
+       to  0.   A shell variable need not have its _\bi_\bn_\bt_\be_\bg_\be_\br attribute turned on
        to be used in an expression.
 
        Integer constants follow the C language definition, without suffixes or
        character constants.  Constants with a leading 0 are interpreted as oc-
-       tal  numbers.  A leading 0x or 0X denotes hexadecimal.  Otherwise, num-
-       bers take the form [_\bb_\ba_\bs_\be_\b#]n, where the optional _\bb_\ba_\bs_\be is a decimal  num-
-       ber  between 2 and 64 representing the arithmetic base, and _\bn is a num-
-       ber in that base.  If _\bb_\ba_\bs_\be_\b# is omitted, then base  10  is  used.   When
+       tal numbers.  A leading 0x or 0X denotes hexadecimal.  Otherwise,  num-
+       bers  take the form [_\bb_\ba_\bs_\be_\b#]n, where the optional _\bb_\ba_\bs_\be is a decimal num-
+       ber between 2 and 64 representing the arithmetic base, and _\bn is a  num-
+       ber  in  that  base.   If _\bb_\ba_\bs_\be_\b# is omitted, then base 10 is used.  When
        specifying _\bn, if a non-digit is required, the digits greater than 9 are
-       represented  by the lowercase letters, the uppercase letters, @, and _,
-       in that order.  If _\bb_\ba_\bs_\be is less than or equal to 36, lowercase and  up-
-       percase  letters  may  be used interchangeably to represent numbers be-
+       represented by the lowercase letters, the uppercase letters, @, and  _,
+       in  that order.  If _\bb_\ba_\bs_\be is less than or equal to 36, lowercase and up-
+       percase letters may be used interchangeably to  represent  numbers  be-
        tween 10 and 35.
 
        Operators are evaluated in precedence order.  Sub-expressions in paren-
        theses are evaluated first and may override the precedence rules above.
 
 C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
-       Conditional expressions are used by the [\b[[\b[  compound  command  and  the
-       t\bte\bes\bst\b and [\b[ builtin commands to test file attributes and perform string
-       and arithmetic comparisons.  The t\bte\bes\bst\bt and [\b[  commands  determine  their
-       behavior  based  on  the  number  of arguments; see the descriptions of
+       Conditional  expressions  are  used  by the [\b[[\b[ compound command and the
+       t\bte\bes\bst\band [\b[ builtin commands to test file attributes and perform  string
+       and  arithmetic  comparisons.   The t\bte\bes\bst\bt and [\b[ commands determine their
+       behavior based on the number of  arguments;  see  the  descriptions  of
        those commands for any other command-specific actions.
 
        Expressions are formed from the unary or binary primaries listed below.
-       Unary expressions are often used to examine the status  of  a  file  or
-       shell  variable.   Binary  operators  are used for string, numeric, and
+       Unary  expressions  are  often  used to examine the status of a file or
+       shell variable.  Binary operators are used  for  string,  numeric,  and
        file attribute comparisons.
 
-       B\bBa\bas\bsh\bhandles several filenames specially when they are used in  expres-
+       B\bBa\bas\bsh\b handles several filenames specially when they are used in expres-
        sions.  If the operating system on which b\bba\bas\bsh\bh is running provides these
-       special  files,  bash will use them; otherwise it will emulate them in-
-       ternally with this behavior: If any _\bf_\bi_\bl_\be argument to one  of  the  pri-
-       maries  is  of  the form _\b/_\bd_\be_\bv_\b/_\bf_\bd_\b/_\bn, then b\bba\bas\bsh\bh checks file descriptor _\bn.
-       If the _\bf_\bi_\bl_\be argument to one of the  primaries  is  one  of  _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bi_\bn,
-       _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bo_\bu_\bt,  or  _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\be_\br_\br,  b\bba\bas\bsh\bh checks file descriptor 0, 1, or 2,
+       special files, bash will use them; otherwise it will emulate  them  in-
+       ternally  with  this  behavior: If any _\bf_\bi_\bl_\be argument to one of the pri-
+       maries is of the form _\b/_\bd_\be_\bv_\b/_\bf_\bd_\b/_\bn, then b\bba\bas\bsh\bh checks  file  descriptor  _\bn.
+       If  the  _\bf_\bi_\bl_\be  argument  to  one of the primaries is one of _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bi_\bn,
+       _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\bo_\bu_\bt, or _\b/_\bd_\be_\bv_\b/_\bs_\bt_\bd_\be_\br_\br, b\bba\bas\bsh\bh checks file descriptor 0,  1,  or  2,
        respectively.
 
        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 [\b[[\b[, or when the shell is in posix mode, the <\b< and >\b op-
-       erators  sort  lexicographically  using  the  current locale.  When the
-       shell is not in posix mode, the t\bte\bes\bst\bt command sorts using  ASCII  order-
+       When  used with [\b[[\b[, or when the shell is in posix mode, the <\b< and >\b> op-
+       erators sort lexicographically using  the  current  locale.   When  the
+       shell  is  not in posix mode, the t\bte\bes\bst\bt command sorts using ASCII order-
        ing.
 
        -\b-a\ba _\bf_\bi_\bl_\be
@@ -2935,25 +2974,25 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
        -\b-L\bL _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is a symbolic link.
        -\b-N\bN _\bf_\bi_\bl_\be
-              True  if _\bf_\bi_\bl_\be exists and has been modified since it was last ac-
+              True if _\bf_\bi_\bl_\be exists and has been modified since it was last  ac-
               cessed.
        -\b-O\bO _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is owned by the effective user id.
        -\b-S\bS _\bf_\bi_\bl_\be
               True if _\bf_\bi_\bl_\be exists and is a socket.
        -\b-o\bo _\bo_\bp_\bt_\bn_\ba_\bm_\be
-              True if the shell option _\bo_\bp_\bt_\bn_\ba_\bm_\be is enabled.  See  the  list  of
-              options  under  the  description  of  the  -\b-o\bo  option to the s\bse\bet\bt
+              True  if  the  shell option _\bo_\bp_\bt_\bn_\ba_\bm_\be is enabled.  See the list of
+              options under the description  of  the  -\b-o\bo  option  to  the  s\bse\bet\bt
               builtin below.
        -\b-v\bv _\bv_\ba_\br_\bn_\ba_\bm_\be
-              True if the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set (has been  assigned  a
-              value).   If  _\bv_\ba_\br_\bn_\ba_\bm_\be  is  an  indexed  array variable name sub-
-              scripted by _\b@ or _\b*, this returns true if the array has  any  set
+              True  if  the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set (has been assigned a
+              value).  If _\bv_\ba_\br_\bn_\ba_\bm_\be is  an  indexed  array  variable  name  sub-
+              scripted  by  _\b@ or _\b*, this returns true if the array has any set
               elements.  If _\bv_\ba_\br_\bn_\ba_\bm_\be is an associative array variable name sub-
-              scripted  by  _\b@  or _\b*, this returns true if an element with that
+              scripted by _\b@ or _\b*, this returns true if an  element  with  that
               key is set.
        -\b-R\bR _\bv_\ba_\br_\bn_\ba_\bm_\be
-              True if the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set and is a  name  refer-
+              True  if  the shell variable _\bv_\ba_\br_\bn_\ba_\bm_\be is set and is a name refer-
               ence.
        -\b-z\bz _\bs_\bt_\br_\bi_\bn_\bg
               True if the length of _\bs_\bt_\br_\bi_\bn_\bg is zero.
@@ -2963,8 +3002,8 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
 
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 =\b==\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 =\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
-              True  if  the strings are equal.  =\b= should be used with the t\bte\bes\bst\bt
-              command for POSIX conformance.  When used with the  [\b[[\b command,
+              True if the strings are equal.  =\b= should be used with  the  t\bte\bes\bst\bt
+              command  for  POSIX conformance.  When used with the [\b[[\b[ command,
               this performs pattern matching as described above (C\bCo\bom\bmp\bpo\bou\bun\bnd\bd C\bCo\bom\bm-\b-
               m\bma\ban\bnd\bds\bs).
        _\bs_\bt_\br_\bi_\bn_\bg_\b1 !\b!=\b= _\bs_\bt_\br_\bi_\bn_\bg_\b2
@@ -2975,23 +3014,26 @@ C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
               True if _\bs_\bt_\br_\bi_\bn_\bg_\b1 sorts after _\bs_\bt_\br_\bi_\bn_\bg_\b2 lexicographically.
 
        _\bf_\bi_\bl_\be_\b1 -\b-e\bef\bf _\bf_\bi_\bl_\be_\b2
-              True  if _\bf_\bi_\bl_\be_\b1 and _\bf_\bi_\bl_\be_\b2 refer to the same device and inode num-
+              True if _\bf_\bi_\bl_\be_\b1 and _\bf_\bi_\bl_\be_\b2 refer to the same device and inode  num-
               bers.
        _\bf_\bi_\bl_\be_\b1 -n\bnt\bt _\bf_\bi_\bl_\be_\b2
-              True if _\bf_\bi_\bl_\be_\b1 is newer (according  to  modification  date)  than
+              True  if  _\bf_\bi_\bl_\be_\b1  is  newer (according to modification date) than
               _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b1 exists and _\bf_\bi_\bl_\be_\b2 does not.
        _\bf_\bi_\bl_\be_\b1 -o\bot\bt _\bf_\bi_\bl_\be_\b2
-              True  if _\bf_\bi_\bl_\be_\b1 is older than _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b2 exists and _\bf_\bi_\bl_\be_\b1
+              True if _\bf_\bi_\bl_\be_\b1 is older than _\bf_\bi_\bl_\be_\b2, or if _\bf_\bi_\bl_\be_\b2 exists and  _\bf_\bi_\bl_\be_\b1
               does not.
 
        _\ba_\br_\bg_\b1 O\bOP\bP _\ba_\br_\bg_\b2
-              O\bOP\bP is one of -\b-e\beq\bq, -\b-n\bne\be, -\b-l\blt\bt, -\b-l\ble\be, -\b-g\bgt\bt, or -\b-g\bge\be.  These  arithmetic
-              binary  operators return true if _\ba_\br_\bg_\b1 is equal to, not equal to,
-              less than, less than or equal to, greater than, or greater  than
-              or  equal  to _\ba_\br_\bg_\b2, respectively.  _\ba_\br_\bg_\b1 and _\ba_\br_\bg_\b2 may be positive
-              or negative integers.  When used with the [\b[[\b[ command,  _\ba_\br_\bg_\b1  and
-              _\ba_\br_\bg_\b2  are  evaluated  as  arithmetic expressions (see A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC
-              E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN above).
+              O\bOP\bP  is one of -\b-e\beq\bq, -\b-n\bne\be, -\b-l\blt\bt, -\b-l\ble\be, -\b-g\bgt\bt, or -\b-g\bge\be.  These arithmetic
+              binary operators return true if _\ba_\br_\bg_\b1 is equal to, not equal  to,
+              less  than, less than or equal to, greater than, or greater than
+              or equal to _\ba_\br_\bg_\b2, respectively.  _\ba_\br_\bg_\b1 and _\ba_\br_\bg_\b2 may  be  positive
+              or  negative  integers.  When used with the [\b[[\b[ command, _\ba_\br_\bg_\b1 and
+              _\ba_\br_\bg_\b2 are evaluated as  arithmetic  expressions  (see  A\bAR\bRI\bIT\bTH\bHM\bME\bET\bTI\bIC\bC
+              E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN above).  Since the expansions the [\b[[\b[ command performs
+              on _\ba_\br_\bg_\b1 and _\ba_\br_\bg_\b2 can potentially result in empty strings, arith-
+              metic  expression  evaluation  treats  those as expressions that
+              evaluate to 0.
 
 S\bSI\bIM\bMP\bPL\bLE\bE C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXP\bPA\bAN\bNS\bSI\bIO\bON\bN
        When the shell executes a simple command, it performs the following ex-
@@ -3328,123 +3370,125 @@ J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL
 
        To  facilitate the implementation of the user interface to job control,
        each process has a _\bp_\br_\bo_\bc_\be_\bs_\bs _\bg_\br_\bo_\bu_\bp _\bI_\bD, and the operating system maintains
-       the notion of a _\bc_\bu_\br_\br_\be_\bn_\bt _\bt_\be_\br_\bm_\bi_\bn_\ba_\bl _\bp_\br_\bo_\bc_\be_\bs_\bs _\bg_\br_\bo_\bu_\bp _\bI_\bD.  Processes that have
-       the same process group ID are said to  be  part  of  the  same  _\bp_\br_\bo_\bc_\be_\bs_\bs
-       _\bg_\br_\bo_\bu_\bp.   Members  of  the  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd  process  group  (processes whose
-       process group ID is equal to the current terminal process group ID) re-
-       ceive keyboard-generated signals such  as  S\bSI\bIG\bGI\bIN\bNT\bT.   Processes  in  the
-       foreground  process  group  are said to be _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd processes.  _\bB_\ba_\bc_\bk_\b-
-       _\bg_\br_\bo_\bu_\bn_\bd processes are those whose process group ID differs from the ter-
-       minal's; such processes are immune to keyboard-generated signals.  Only
-       foreground processes are allowed to read from or, if the user so speci-
-       fies with "stty tostop", write to the terminal.   Background  processes
-       which  attempt  to  read from (write to when "tostop" is in effect) the
-       terminal are sent a S\bSI\bIG\bGT\bTT\bTI\bIN\bN (\b(S\bSI\bIG\bGT\bTT\bTO\bOU\bU)\b) signal by the  kernel's  terminal
-       driver, which, unless caught, suspends the process.
-
-       If  the operating system on which b\bba\bas\bsh\bh is running supports job control,
+       the notion of a _\bc_\bu_\br_\br_\be_\bn_\bt  _\bt_\be_\br_\bm_\bi_\bn_\ba_\bl  _\bp_\br_\bo_\bc_\be_\bs_\bs  _\bg_\br_\bo_\bu_\bp  _\bI_\bD.   This  terminal
+       process group ID is associated with the _\bc_\bo_\bn_\bt_\br_\bo_\bl_\bl_\bi_\bn_\bg _\bt_\be_\br_\bm_\bi_\bn_\ba_\bl.
+
+       Processes  that  have  the same process group ID are said to be part of
+       the same _\bp_\br_\bo_\bc_\be_\bs_\bs  _\bg_\br_\bo_\bu_\bp.   Members  of  the  _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd  process  group
+       (processes  whose  process  group  ID  is equal to the current terminal
+       process group ID) receive keyboard-generated signals  such  as  S\bSI\bIG\bGI\bIN\bNT\bT.
+       Processes  in  the  foreground  process group are said to be _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd
+       processes.  _\bB_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd processes are those whose process group ID  dif-
+       fers from the controlling terminal's; such processes are immune to key-
+       board-generated signals.  Only foreground processes are allowed to read
+       from or, if the user so specifies with "stty tostop", write to the con-
+       trolling  terminal.   The  system  sends  a S\bSI\bIG\bGT\bTT\bTI\bIN\bN (\b(S\bSI\bIG\bGT\bTT\bTO\bOU\bU)\b) signal to
+       background processes which attempt to read from (write to when "tostop"
+       is in effect) the terminal, which, unless caught, suspends the process.
+
+       If the operating system on which b\bba\bas\bsh\bh is running supports job  control,
        b\bba\bas\bsh\bh contains facilities to use it.  Typing the _\bs_\bu_\bs_\bp_\be_\bn_\bd character (typ-
        ically ^\b^Z\bZ, Control-Z) while a process is running stops that process and
-       returns control to b\bba\bas\bsh\bh.  Typing the _\bd_\be_\bl_\ba_\by_\be_\bd _\bs_\bu_\bs_\bp_\be_\bn_\bd  character  (typi-
-       cally  ^\b^Y\bY,  Control-Y) causes the process stop when it attempts to read
-       input from the terminal, and returns control to b\bba\bas\bsh\bh.   The  user  then
-       manipulates  the state of this job, using the b\bbg\bg command to continue it
-       in the background, the f\bfg\bg command to continue it in the foreground,  or
-       the  k\bki\bil\bll\bl command to kill it.  The suspend character takes effect imme-
-       diately, and has the additional side effect of discarding  any  pending
+       returns  control  to b\bba\bas\bsh\bh.  Typing the _\bd_\be_\bl_\ba_\by_\be_\bd _\bs_\bu_\bs_\bp_\be_\bn_\bd character (typi-
+       cally ^\b^Y\bY, Control-Y) causes the process stop when it attempts  to  read
+       input  from  the  terminal, and returns control to b\bba\bas\bsh\bh.  The user then
+       manipulates the state of this job, using the b\bbg\bg command to continue  it
+       in  the background, the f\bfg\bg command to continue it in the foreground, or
+       the k\bki\bil\bll\bl command to kill it.  The suspend character takes effect  imme-
+       diately,  and  has the additional side effect of discarding any pending
        output and typeahead.  To force a background process to stop, or stop a
-       process  that's  not associated with the current terminal session, send
+       process that's not associated with the current terminal  session,  send
        it the S\bSI\bIG\bGS\bST\bTO\bOP\bP signal using k\bki\bil\bll\bl.
 
        There are a number of ways to refer to a job in the shell.  The %\b% char-
        acter introduces a job specification (jobspec).
 
-       Job number _\bn may be referred to as %\b%n\bn.  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, %\b%c\bce\be refers to  a  job  whose
-       command  name begins with c\bce\be.  Using %\b%?\b?c\bce\be, on the other hand, refers to
+       Job  number  _\bn may be referred to as %\b%n\bn.  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, %\b%c\bce\be refers to a job whose
+       command name begins with c\bce\be.  Using %\b%?\b?c\bce\be, on the other hand, refers  to
        any job containing the string c\bce\be in its command line.  If the prefix or
        substring matches more than one job, b\bba\bas\bsh\bh reports an error.
 
-       The symbols %\b%%\b% and %\b%+\b+ refer to the shell's notion of the  _\bc_\bu_\br_\br_\be_\bn_\b _\bj_\bo_\bb.
-       A  single % (with no accompanying job specification) also refers to the
-       current job.  %\b%-\b- refers to the _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb.  When a job starts in  the
+       The  symbols  %\b%%\b% and %\b%+\b+ refer to the shell's notion of the _\bc_\bu_\br_\br_\be_\bn_\bt _\bj_\bo_\bb.
+       A single % (with no accompanying job specification) also refers to  the
+       current  job.  %\b%-\b- refers to the _\bp_\br_\be_\bv_\bi_\bo_\bu_\bs _\bj_\bo_\bb.  When a job starts in the
        background, a job stops while in the foreground, or a job is resumed in
-       the  background, it becomes the current job.  The job that was the cur-
-       rent job becomes the previous job.  When the  current  job  terminates,
-       the  previous  job  becomes the current job.  If there is only a single
-       job, %\b%+\b+ and %\b%-\b- can both be used to refer to that job.  In  output  per-
+       the background, it becomes the current job.  The job that was the  cur-
+       rent  job  becomes  the previous job.  When the current job terminates,
+       the previous job becomes the current job.  If there is  only  a  single
+       job,  %\b%+\b+  and %\b%-\b- can both be used to refer to that job.  In output per-
        taining to jobs (e.g., the output of the j\bjo\bob\bbs\bs command), the current job
        is always marked with a +\b+, and the previous job with a -\b-.
 
-       Simply  naming a job can be used to bring it into the foreground: %\b%1\b1 is
-       a synonym for "fg %1", bringing job 1  from  the  background  into  the
+       Simply naming a job can be used to bring it into the foreground: %\b%1\b is
+       a  synonym  for  "fg  %1",  bringing job 1 from the background into the
        foreground.  Similarly, "%1 &" resumes job 1 in the background, equiva-
        lent to "bg %1".
 
-       The  shell  learns immediately whenever a job changes state.  Normally,
-       b\bba\bas\bsh\bwaits until it is about to print a  prompt  before  notifying  the
-       user  about  changes in a job's status so as to not interrupt any other
-       output, though it will notify of changes in  a  job's  status  after  a
-       foreground  command in a list completes, before executing the next com-
-       mand in the list.  If the -\b-b\bb option to the s\bse\bet\bt builtin command  is  en-
+       The shell learns immediately whenever a job changes  state.   Normally,
+       b\bba\bas\bsh\b waits  until  it  is about to print a prompt before notifying the
+       user about changes in a job's status so as to not interrupt  any  other
+       output,  though  it  will  notify  of changes in a job's status after a
+       foreground command in a list completes, before executing the next  com-
+       mand  in  the list.  If the -\b-b\bb option to the s\bse\bet\bt builtin command is en-
        abled, b\bba\bas\bsh\bh reports status changes immediately.  B\bBa\bas\bsh\bh executes any trap
        on S\bSI\bIG\bGC\bCH\bHL\bLD\bD for each child that terminates.
 
        When a job terminates and b\bba\bas\bsh\bh notifies the user about it, b\bba\bas\bsh\bh removes
-       the  job  from  the table.  It will not appear in j\bjo\bob\bbs\bs output, but w\bwa\bai\bit\bt
-       will report its exit status, as long as it's supplied  the  process  ID
-       associated  with  the job as an argument.  When the table is empty, job
+       the job from the table.  It will not appear in j\bjo\bob\bbs\bs  output,  but  w\bwa\bai\bit\bt
+       will  report  its  exit status, as long as it's supplied the process ID
+       associated with the job as an argument.  When the table is  empty,  job
        numbers start over at 1.
 
-       If a user attempts to exit b\bba\bas\bsh\bh while jobs  are  stopped  (or,  if  the
-       c\bch\bhe\bec\bck\bkj\bjo\bob\bbs\b shell  option has been enabled using the s\bsh\bho\bop\bpt\bt builtin, run-
+       If  a  user  attempts  to  exit b\bba\bas\bsh\bh while jobs are stopped (or, if the
+       c\bch\bhe\bec\bck\bkj\bjo\bob\bbs\bshell option has been enabled using the s\bsh\bho\bop\bpt\bt  builtin,  run-
        ning), the shell prints a warning message, and, if the c\bch\bhe\bec\bck\bkj\bjo\bob\bbs\bs option
-       is enabled, lists the jobs and their statuses.  The  j\bjo\bob\bbs\bs  command  may
+       is  enabled,  lists  the jobs and their statuses.  The j\bjo\bob\bbs\bs command may
        then be used to inspect their status.  If the user immediately attempts
-       to  exit again, without an intervening command, b\bba\bas\bsh\bh does not print an-
+       to exit again, without an intervening command, b\bba\bas\bsh\bh does not print  an-
        other warning, and terminates any stopped jobs.
 
-       When the shell is waiting for a job or process using the w\bwa\bai\bit\b builtin,
-       and  job  control  is  enabled,  w\bwa\bai\bit\bt  will return when the job changes
+       When  the shell is waiting for a job or process using the w\bwa\bai\bit\bt builtin,
+       and job control is enabled, w\bwa\bai\bit\bt  will  return  when  the  job  changes
        state.  The -\b-f\bf option causes w\bwa\bai\bit\bt to wait until the job or process ter-
        minates before returning.
 
 P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
        When executing interactively, b\bba\bas\bsh\bh displays the primary prompt P\bPS\bS1\b1 when
-       it is ready to read a command, and the secondary  prompt  P\bPS\bS2\b2  when  it
+       it  is  ready  to  read a command, and the secondary prompt P\bPS\bS2\b2 when it
        needs more input to complete a command.
 
-       B\bBa\bas\bsh\b examines  the value of the array variable P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD just be-
-       fore printing each primary prompt.  If any elements  in  P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD
-       are  set and non-null, Bash executes each value, in numeric order, just
-       as if it had been typed on the command line.  B\bBa\bas\bsh\bh displays  P\bPS\bS0\b after
+       B\bBa\bas\bsh\bexamines the value of the array variable P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD  just  be-
+       fore  printing  each primary prompt.  If any elements in P\bPR\bRO\bOM\bMP\bPT\bT_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD
+       are set and non-null, Bash executes each value, in numeric order,  just
+       as  if  it had been typed on the command line.  B\bBa\bas\bsh\bh displays P\bPS\bS0\b0 after
        it reads a command but before executing it.
 
-       B\bBa\bas\bsh\b displays  P\bPS\bS4\b4 as described above before tracing each command when
+       B\bBa\bas\bsh\bdisplays P\bPS\bS4\b4 as described above before tracing each  command  when
        the -\b-x\bx option is enabled.
 
        B\bBa\bas\bsh\bh allows the prompt strings P\bPS\bS0\b0, P\bPS\bS1\b1, P\bPS\bS2\b2, and P\bPS\bS4\b4, to be customized
-       by inserting a number of backslash-escaped special characters that  are
+       by  inserting a number of backslash-escaped special characters that are
        decoded as follows:
 
               \\b\a\ba     An ASCII bell character (07).
-              \\b\d\bd     The  date  in "Weekday Month Date" format (e.g., "Tue May
+              \\b\d\bd     The date in "Weekday Month Date" format (e.g.,  "Tue  May
                      26").
               \\b\D\bD{\b{_\bf_\bo_\br_\bm_\ba_\bt}\b}
                      The _\bf_\bo_\br_\bm_\ba_\bt is passed to _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) and the result is in-
                      serted into the prompt string; an empty _\bf_\bo_\br_\bm_\ba_\bt results in
-                     a locale-specific time representation.   The  braces  are
+                     a  locale-specific  time  representation.  The braces are
                      required.
               \\b\e\be     An ASCII escape character (033).
               \\b\h\bh     The hostname up to the first ".".
               \\b\H\bH     The hostname.
               \\b\j\bj     The number of jobs currently managed by the shell.
-              \\b\l\bl     The  basename  of the shell's terminal device name (e.g.,
+              \\b\l\bl     The basename of the shell's terminal device  name  (e.g.,
                      "ttys0").
               \\b\n\bn     A newline.
               \\b\r\br     A carriage return.
-              \\b\s\bs     The name of the shell: the basename of  $\b$0\b0  (the  portion
+              \\b\s\bs     The  name  of  the shell: the basename of $\b$0\b0 (the portion
                      following the final slash).
               \\b\t\bt     The current time in 24-hour HH:MM:SS format.
               \\b\T\bT     The current time in 12-hour HH:MM:SS format.
@@ -3453,104 +3497,104 @@ P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
               \\b\u\bu     The username of the current user.
               \\b\v\bv     The b\bba\bas\bsh\bh version (e.g., 2.00).
               \\b\V\bV     The b\bba\bas\bsh\bh release, version + patch level (e.g., 2.00.0)
-              \\b\w\bw     The  value  of  the P\bPW\bWD\bD shell variable ($\b$P\bPW\bWD\bD), with $\b$H\bHO\bOM\bME\bE
-                     abbreviated  with  a  tilde  (uses  the  value   of   the
+              \\b\w\bw     The value of the P\bPW\bWD\bD shell variable  ($\b$P\bPW\bWD\bD),  with  $\b$H\bHO\bOM\bME\bE
+                     abbreviated   with   a  tilde  (uses  the  value  of  the
                      P\bPR\bRO\bOM\bMP\bPT\bT_\b_D\bDI\bIR\bRT\bTR\bRI\bIM\bM variable).
-              \\b\W\bW     The  basename  of  $\b$P\bPW\bWD\bD,  with  $\b$H\bHO\bOM\bME\bE  abbreviated with a
+              \\b\W\bW     The basename of  $\b$P\bPW\bWD\bD,  with  $\b$H\bHO\bOM\bME\bE  abbreviated  with  a
                      tilde.
               \\b\!\b!     The history number of this command.
               \\b\#\b#     The command number of this command.
               \\b\$\b$     If the effective UID is 0, a #\b#, otherwise a $\b$.
               \\b\_\bn_\bn_\bn   The character corresponding to the octal number _\bn_\bn_\bn.
               \\b\\\b\     A backslash.
-              \\b\[\b[     Begin a sequence of non-printing characters, which  could
-                     be  used  to  embed  a terminal control sequence into the
+              \\b\[\b[     Begin  a sequence of non-printing characters, which could
+                     be used to embed a terminal  control  sequence  into  the
                      prompt.
               \\b\]\b]     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  H\bHI\bIS\bST\bTO\bOR\bRY\b be-
-       low),  while the command number is the position in the sequence of com-
-       mands executed during the current shell session.  After the  string  is
-       decoded,  it is expanded via parameter expansion, command substitution,
-       arithmetic expansion, and quote removal, subject to the  value  of  the
+       The  command  number  and the history number are usually different: the
+       history number of a command is its position in the history list,  which
+       may  include  commands  restored from the history file (see H\bHI\bIS\bST\bTO\bOR\bRY\bY be-
+       low), while the command number is the position in the sequence of  com-
+       mands  executed  during the current shell session.  After the string is
+       decoded, it is expanded via parameter expansion, command  substitution,
+       arithmetic  expansion,  and  quote removal, subject to the value of the
        p\bpr\bro\bom\bmp\bpt\btv\bva\bar\brs\bs shell option (see the description of the s\bsh\bho\bop\bpt\bt command under
-       S\bSH\bHE\bEL\bLL\b B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  This can have unwanted side effects if
-       escaped portions of the string appear within  command  substitution  or
+       S\bSH\bHE\bEL\bLL\bB\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  This can have unwanted side effects  if
+       escaped  portions  of  the string appear within command substitution or
        contain characters special to word expansion.
 
 R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
-       This  is  the library that handles reading input when using an interac-
-       tive shell, unless the -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg option is supplied at shell  invoca-
-       tion.   Line  editing is also used when using the -\b-e\be option to the r\bre\bea\bad\bd
+       This is the library that handles reading input when using  an  interac-
+       tive  shell, unless the -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg option is supplied at shell invoca-
+       tion.  Line editing is also used when using the -\b-e\be option to  the  r\bre\bea\bad\bd
        builtin.  By default, the line editing commands are similar to those of
        emacs; a vi-style line editing interface is also available.  Line edit-
-       ing can be enabled at any time using the -\b-o\bo e\bem\bma\bac\bcs\bs or -\b-o\bo v\bvi\bi  options  to
-       the  s\bse\bet\bt  builtin (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  To turn off line
-       editing after the shell is running, use the +\b+o\bo e\bem\bma\bac\bcs\bs or +\b+o\bo  v\bvi\b options
+       ing  can  be enabled at any time using the -\b-o\bo e\bem\bma\bac\bcs\bs or -\b-o\bo v\bvi\bi options to
+       the s\bse\bet\bt builtin (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).  To turn  off  line
+       editing  after  the shell is running, use the +\b+o\bo e\bem\bma\bac\bcs\bs or +\b+o\bo v\bvi\bi options
        to the s\bse\bet\bt builtin.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be N\bNo\bot\bta\bat\bti\bio\bon\bn
-       This  section  uses  Emacs-style editing concepts and uses its notation
-       for keystrokes.  Control keys are denoted by  C-_\bk_\be_\by,  e.g.,  C-n  means
-       Control-N.   Similarly,  _\bm_\be_\bt_\ba  keys  are denoted by M-_\bk_\be_\by, so M-x means
+       This section uses Emacs-style editing concepts and  uses  its  notation
+       for  keystrokes.   Control  keys  are denoted by C-_\bk_\be_\by, e.g., C-n means
+       Control-N.  Similarly, _\bm_\be_\bt_\ba keys are denoted by  M-_\bk_\be_\by,  so  M-x  means
        Meta-X.  The Meta key is often labeled "Alt" or "Option".
 
-       On keyboards without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press  and  re-
-       lease  the  Escape  key, then press and release the _\bx key, in sequence.
-       This makes ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combination M-C-_\bx means  ESC  Con-
-       trol-_\bx:  press and release the Escape key, then press and hold the Con-
+       On  keyboards  without a _\bM_\be_\bt_\ba key, M-_\bx means ESC _\bx, i.e., press and re-
+       lease the Escape key, then press and release the _\bx  key,  in  sequence.
+       This  makes  ESC the _\bm_\be_\bt_\ba _\bp_\br_\be_\bf_\bi_\bx.  The combination M-C-_\bx means ESC Con-
+       trol-_\bx: press and release the Escape key, then press and hold the  Con-
        trol key while pressing the _\bx key, then release both.
 
-       On some keyboards, the Meta key modifier produces characters  with  the
-       eighth  bit  (0200)  set.   You can use the e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by variable to
-       control whether or not it does this, if the  keyboard  allows  it.   On
-       many  others,  the  terminal or terminal emulator converts the metafied
-       key to a key sequence beginning with ESC as described in the  preceding
+       On  some  keyboards, the Meta key modifier produces characters with the
+       eighth bit (0200) set.  You can use  the  e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by  variable  to
+       control  whether  or  not  it does this, if the keyboard allows it.  On
+       many others, the terminal or terminal emulator  converts  the  metafied
+       key  to a key sequence beginning with ESC as described in the preceding
        paragraph.
 
-       If  your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix, you
-       can make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\b be-
+       If your _\bM_\be_\bt_\ba key produces a key sequence with the ESC meta prefix,  you
+       can  make M-_\bk_\be_\by key bindings you specify (see R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs be-
        low) do the same thing by setting the f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx variable.
 
        R\bRe\bea\bad\bdl\bli\bin\bne\be commands may be given numeric _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs, 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., k\bki\bil\bll\bl-\b-l\bli\bin\bne\be) makes that command act
-       in a backward direction.  Commands whose behavior with arguments  devi-
+       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., k\bki\bil\bll\bl-\b-l\bli\bin\bne\be) makes that command  act
+       in  a backward direction.  Commands whose behavior with arguments devi-
        ates from this are noted below.
 
-       The  _\bp_\bo_\bi_\bn_\bt  is  the current cursor position, and _\bm_\ba_\br_\bk refers to a saved
+       The _\bp_\bo_\bi_\bn_\bt is the current cursor position, and _\bm_\ba_\br_\bk refers  to  a  saved
        cursor position.  The text between the point and mark is referred to as
        the _\br_\be_\bg_\bi_\bo_\bn.  R\bRe\bea\bad\bdl\bli\bin\bne\be has the concept of an _\ba_\bc_\bt_\bi_\bv_\be _\br_\be_\bg_\bi_\bo_\bn: when the re-
-       gion is active, r\bre\bea\bad\bdl\bli\bin\bne\be redisplay  highlights  the  region  using  the
+       gion  is  active,  r\bre\bea\bad\bdl\bli\bin\bne\be  redisplay  highlights the region using the
        value of the a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br variable.  The e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
-       g\bgi\bio\bon\b variable  turns this on and off.  Several commands set the region
+       g\bgi\bio\bon\bvariable turns this on and off.  Several commands set  the  region
        to active; those are noted below.
 
-       When a command is described as _\bk_\bi_\bl_\bl_\bi_\bn_\bg text, the text deleted is  saved
+       When  a command is described as _\bk_\bi_\bl_\bl_\bi_\bn_\bg text, the text deleted is saved
        for possible future retrieval (_\by_\ba_\bn_\bk_\bi_\bn_\bg).  The killed text is saved in a
-       _\bk_\bi_\bl_\b _\br_\bi_\bn_\bg.   Consecutive  kills  accumulate  the deleted text into one
+       _\bk_\bi_\bl_\b_\br_\bi_\bn_\bg.  Consecutive kills accumulate  the  deleted  text  into  one
        unit, which can be yanked all at once.  Commands which do not kill text
        separate the chunks of text on the kill ring.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be I\bIn\bni\bit\bti\bia\bal\bli\biz\bza\bat\bti\bio\bon\bn
-       R\bRe\bea\bad\bdl\bli\bin\bne\bis customized by putting commands in  an  initialization  file
-       (the  _\bi_\bn_\bp_\bu_\bt_\br_\bc  file).  The name of this file is taken from the value of
-       the I\bIN\bNP\bPU\bUT\bTR\bRC\bC shell variable.  If that variable is unset, the default  is
-       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.   If  that file  does not exist or cannot be read, r\bre\bea\bad\bdl\bli\bin\bne\be
-       looks for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program that uses the r\bre\bea\bad\bdl\bli\bin\bne\b library
-       starts  up,  r\bre\bea\bad\bdl\bli\bin\bne\be  reads  the  initialization file and sets the key
+       R\bRe\bea\bad\bdl\bli\bin\bne\b is  customized  by putting commands in an initialization file
+       (the _\bi_\bn_\bp_\bu_\bt_\br_\bc file).  The name of this file is taken from the  value  of
+       the  I\bIN\bNP\bPU\bUT\bTR\bRC\bC shell variable.  If that variable is unset, the default is
+       _\b~_\b/_\b._\bi_\bn_\bp_\bu_\bt_\br_\bc.  If that file  does not exist or cannot be  read,  r\bre\bea\bad\bdl\bli\bin\bne\be
+       looks  for _\b/_\be_\bt_\bc_\b/_\bi_\bn_\bp_\bu_\bt_\br_\bc.  When a program that uses the r\bre\bea\bad\bdl\bli\bin\bne\be library
+       starts up, r\bre\bea\bad\bdl\bli\bin\bne\be reads the initialization  file  and  sets  the  key
        bindings and variables found there, before reading any user input.
 
-       There are only a few basic constructs  allowed  in  the  inputrc  file.
+       There  are  only  a  few  basic constructs allowed in the inputrc file.
        Blank lines are ignored.  Lines beginning with a #\b# are comments.  Lines
        beginning with a $\b$ indicate conditional constructs.  Other lines denote
        key bindings and variable settings.
 
        The default key-bindings in this section may be changed using key bind-
-       ing  commands  in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file.  Programs that use the r\bre\bea\bad\bdl\bli\bin\bne\be li-
+       ing commands in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file.  Programs that use the  r\bre\bea\bad\bdl\bli\bin\bne\b li-
        brary, including b\bba\bas\bsh\bh, may add their own commands and bindings.
 
        For example, placing
@@ -3559,26 +3603,26 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        or
               C-Meta-u: universal-argument
 
-       into the _\bi_\bn_\bp_\bu_\bt_\br_\bc would make M-C-u execute the r\bre\bea\bad\bdl\bli\bin\bne\be command  _\bu_\bn_\bi_\bv_\be_\br_\b-
+       into  the _\bi_\bn_\bp_\bu_\bt_\br_\bc would make M-C-u execute the r\bre\bea\bad\bdl\bli\bin\bne\be command _\bu_\bn_\bi_\bv_\be_\br_\b-
        _\bs_\ba_\bl_\b-_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.
 
-       Key  bindings  may contain the following symbolic character names: _\bD_\bE_\bL,
-       _\bE_\bS_\bC, _\bE_\bS_\bC_\bA_\bP_\bE, _\bL_\bF_\bD, _\bN_\bE_\bW_\bL_\bI_\bN_\bE, _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN,  _\bR_\bU_\bB_\bO_\bU_\bT  (a  destructive  back-
+       Key bindings may contain the following symbolic character  names:  _\bD_\bE_\bL,
+       _\bE_\bS_\bC,  _\bE_\bS_\bC_\bA_\bP_\bE,  _\bL_\bF_\bD,  _\bN_\bE_\bW_\bL_\bI_\bN_\bE,  _\bR_\bE_\bT, _\bR_\bE_\bT_\bU_\bR_\bN, _\bR_\bU_\bB_\bO_\bU_\bT (a destructive back-
        space), _\bS_\bP_\bA_\bC_\bE, _\bS_\bP_\bC, and _\bT_\bA_\bB.
 
-       In  addition  to  command  names, r\bre\bea\bad\bdl\bli\bin\bne\be allows keys to be bound to a
+       In addition to command names, r\bre\bea\bad\bdl\bli\bin\bne\be allows keys to  be  bound  to  a
        string that is inserted when the key is pressed (a _\bm_\ba_\bc_\br_\bo).  The differ-
-       ence between a macro and a command is that a macro is enclosed in  sin-
+       ence  between a macro and a command is that a macro is enclosed in sin-
        gle or double quotes.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs
-       The  syntax for controlling key bindings in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file is simple.
-       All that is required is the name of the command or the text of a  macro
-       and  a  key sequence to which it should be bound.  The key sequence may
-       be specified in one of two ways: as a symbolic key name, possibly  with
-       _\bM_\be_\bt_\ba_\b or  _\bC_\bo_\bn_\bt_\br_\bo_\bl_\b-  prefixes,  or as a key sequence composed of one or
-       more characters enclosed in double quotes.  The key sequence  and  name
-       are  separated by a colon.  There can be no whitespace between the name
+       The syntax for controlling key bindings in the _\bi_\bn_\bp_\bu_\bt_\br_\bc file is  simple.
+       All  that is required is the name of the command or the text of a macro
+       and a key sequence to which it should be bound.  The key  sequence  may
+       be  specified in one of two ways: as a symbolic key name, possibly with
+       _\bM_\be_\bt_\ba_\bor _\bC_\bo_\bn_\bt_\br_\bo_\bl_\b- prefixes, or as a key sequence  composed  of  one  or
+       more  characters  enclosed in double quotes.  The key sequence and name
+       are separated by a colon.  There can be no whitespace between the  name
        and the colon.
 
        When using the form k\bke\bey\byn\bna\bam\bme\be:_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be or _\bm_\ba_\bc_\br_\bo, _\bk_\be_\by_\bn_\ba_\bm_\be is the name
@@ -3588,15 +3632,15 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               Meta-Rubout: backward-kill-word
               Control-o: "> output"
 
-       In the above example, _\bC_\b-_\bu is bound to the function  u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt,
-       _\bM_\b-_\bD_\bE_\b is bound to the function b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd, and _\bC_\b-_\bo is bound to
-       run the macro expressed on the right hand side (that is, to insert  the
+       In  the above example, _\bC_\b-_\bu is bound to the function u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt,
+       _\bM_\b-_\bD_\bE_\bis bound to the function b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-k\bki\bil\bll\bl-\b-w\bwo\bor\brd\bd, and _\bC_\b-_\bo 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,  "\b"k\bke\bey\bys\bse\beq\bq"\b":_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be or _\bm_\ba_\bc_\br_\bo, k\bke\bey\bys\bse\beq\bq differs
-       from k\bke\bey\byn\bna\bam\bme\be 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, "\b"k\bke\bey\bys\bse\beq\bq"\b":_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be  or  _\bm_\ba_\bc_\br_\bo,  k\bke\bey\bys\bse\beq\b differs
+       from  k\bke\bey\byn\bna\bam\bme\be above in that strings denoting an entire key sequence may
+       be specified by placing the sequence within double  quotes.   Some  GNU
+       Emacs  style  key escapes can be used, as in the following example, but
        none of the symbolic character names are recognized.
 
               "\C-u": universal-argument
@@ -3604,21 +3648,21 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               "\e[11~": "Function Key 1"
 
        In this example, _\bC_\b-_\bu is again bound to the function u\bun\bni\biv\bve\ber\brs\bsa\bal\bl-\b-a\bar\brg\bgu\bum\bme\ben\bnt\bt.
-       _\bC_\b-_\b _\bC_\b-_\br is bound to the function r\bre\be-\b-r\bre\bea\bad\bd-\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be, and _\bE_\bS_\bC _\b[ _\b1 _\b1 _\b~ is
+       _\bC_\b-_\b_\bC_\b-_\br is bound to the function r\bre\be-\b-r\bre\bea\bad\bd-\b-i\bin\bni\bit\bt-\b-f\bfi\bil\ble\be, and _\bE_\bS_\bC _\b[ _\b1 _\b1 _\b is
        bound to insert the text "Function Key 1".
 
-       The full set of GNU Emacs style escape sequences available when  speci-
+       The  full set of GNU Emacs style escape sequences available when speci-
        fying key sequences is
               \\b\C\bC-\b-    A control prefix.
-              \\b\M\bM-\b-    Adding  the meta prefix or converting the following char-
-                     acter to a  meta  character,  as  described  below  under
+              \\b\M\bM-\b-    Adding the meta prefix or converting the following  char-
+                     acter  to  a  meta  character,  as  described below under
                      f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx.
               \\b\e\be     An escape character.
               \\b\\\b\     Backslash.
               \\b\"\b"     Literal ", a double quote.
               \\b\'\b'     Literal ', a single quote.
 
-       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:
               \\b\a\ba     alert (bell)
               \\b\b\bb     backspace
@@ -3628,20 +3672,20 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               \\b\r\br     carriage return
               \\b\t\bt     horizontal tab
               \\b\v\bv     vertical tab
-              \\b\_\bn_\bn_\bn   The eight-bit character whose value is  the  octal  value
+              \\b\_\bn_\bn_\bn   The  eight-bit  character  whose value is the octal value
                      _\bn_\bn_\bn (one to three digits).
-              \\b\x\bx_\bH_\bH   The  eight-bit  character  whose value is the hexadecimal
+              \\b\x\bx_\bH_\bH   The eight-bit character whose value  is  the  hexadecimal
                      value _\bH_\bH (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.  The backslash escapes described above are expanded  in  the
-       macro  body.   Backslash  quotes any other character in the macro text,
+       tion  name.   The backslash escapes described above are expanded in the
+       macro body.  Backslash quotes any other character in  the  macro  text,
        including " and '.
 
-       B\bBa\bas\bsh\bwill display or modify the current r\bre\bea\bad\bdl\bli\bin\bne\be key bindings with  the
+       B\bBa\bas\bsh\b will display or modify the current r\bre\bea\bad\bdl\bli\bin\bne\be key bindings with the
        b\bbi\bin\bnd\bd builtin command.  The -\b-o\bo e\bem\bma\bac\bcs\bs or -\b-o\bo v\bvi\bi options to the s\bse\bet\bt builtin
-       (see  S\bSH\bHE\bEL\bLL\bL  B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) change the editing mode during in-
+       (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below) change the editing mode  during  in-
        teractive use.
 
    R\bRe\bea\bad\bdl\bli\bin\bne\be V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs
@@ -3652,186 +3696,185 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               s\bse\bet\bt _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\b-_\bn_\ba_\bm_\be _\bv_\ba_\bl_\bu_\be
        or using the b\bbi\bin\bnd\bd builtin command (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
-       Except where noted, r\bre\bea\bad\bdl\bli\bin\bne\be variables can take the values  O\bOn\bn  or  O\bOf\bff\bf
-       (without  regard  to  case).   Unrecognized variable names are ignored.
+       Except  where  noted,  r\bre\bea\bad\bdl\bli\bin\bne\be variables can take the values O\bOn\bn or O\bOf\bff\bf
+       (without regard to case).  Unrecognized  variable  names  are  ignored.
        When r\bre\bea\bad\bdl\bli\bin\bne\be reads a variable value, empty or null values, "on" (case-
-       insensitive), and "1" are equivalent  to  O\bOn\bn.   All  other  values  are
+       insensitive),  and  "1"  are  equivalent  to  O\bOn\bn.  All other values are
        equivalent to O\bOf\bff\bf.
 
-       The  b\bbi\bin\bnd\bd -\b-V\bV command lists the current r\bre\bea\bad\bdl\bli\bin\bne\be variable names and val-
+       The b\bbi\bin\bnd\bd -\b-V\bV command lists the current r\bre\bea\bad\bdl\bli\bin\bne\be variable names and  val-
        ues (see S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS below).
 
        The variables and their default values are:
 
        a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br
-              A string variable that controls the text  color  and  background
-              when  displaying the text in the active region (see the descrip-
-              tion of e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn below).  This string must not  take
+              A  string  variable  that controls the text color and background
+              when displaying the text in the active region (see the  descrip-
+              tion  of e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn below).  This string must not take
               up any physical character positions on the display, so it should
-              consist  only of terminal escape sequences.  It is output to the
-              terminal before displaying the text in the active region.   This
-              variable  is  reset  to  the default value whenever the terminal
-              type changes.  The default value is the  string  that  puts  the
-              terminal  in standout mode, as obtained from the terminal's ter-
+              consist only of terminal escape sequences.  It is output to  the
+              terminal  before displaying the text in the active region.  This
+              variable is reset to the default  value  whenever  the  terminal
+              type  changes.   The  default  value is the string that puts the
+              terminal in standout mode, as obtained from the terminal's  ter-
               minfo description.  A sample value might be "\e[01;33m".
        a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-e\ben\bnd\bd-\b-c\bco\bol\blo\bor\br
-              A string  variable  that  "undoes"  the  effects  of  a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
-              g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\b and restores "normal" terminal display appear-
-              ance after displaying text in the active  region.   This  string
-              must  not  take  up any physical character positions on the dis-
-              play, so it should consist only of  terminal  escape  sequences.
-              It  is  output  to the terminal after displaying the text in the
-              active region.  This variable is  reset  to  the  default  value
-              whenever  the  terminal  type changes.  The default value is the
-              string that restores the terminal from  standout  mode,  as  ob-
+              A  string  variable  that  "undoes"  the  effects  of a\bac\bct\bti\biv\bve\be-\b-r\bre\be-\b-
+              g\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\band restores "normal" terminal display  appear-
+              ance  after  displaying  text in the active region.  This string
+              must not take up any physical character positions  on  the  dis-
+              play,  so  it  should consist only of terminal escape sequences.
+              It is output to the terminal after displaying the  text  in  the
+              active  region.   This  variable  is  reset to the default value
+              whenever the terminal type changes.  The default  value  is  the
+              string  that  restores  the  terminal from standout mode, as ob-
               tained from the terminal's terminfo description.  A sample value
               might be "\e[0m".
        b\bbe\bel\bll\bl-\b-s\bst\bty\byl\ble\be (\b(a\bau\bud\bdi\bib\bbl\ble\be)\b)
-              Controls  what  happens when r\bre\bea\bad\bdl\bli\bin\bne\be wants to ring the terminal
+              Controls what happens when r\bre\bea\bad\bdl\bli\bin\bne\be wants to ring  the  terminal
               bell.  If set to n\bno\bon\bne\be, r\bre\bea\bad\bdl\bli\bin\bne\be never rings the bell.  If set to
-              v\bvi\bis\bsi\bib\bbl\ble\be, r\bre\bea\bad\bdl\bli\bin\bne\be uses a visible bell if one is  available.   If
+              v\bvi\bis\bsi\bib\bbl\ble\be,  r\bre\bea\bad\bdl\bli\bin\bne\be  uses a visible bell if one is available.  If
               set to a\bau\bud\bdi\bib\bbl\ble\be, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to ring the terminal's bell.
        b\bbi\bin\bnd\bd-\b-t\btt\bty\by-\b-s\bsp\bpe\bec\bci\bia\bal\bl-\b-c\bch\bha\bar\brs\bs (\b(O\bOn\bn)\b)
-              If  set  to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to bind the control characters
-              that are treated specially by the kernel's  terminal  driver  to
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to bind the  control  characters
+              that  are  treated  specially by the kernel's terminal driver to
               their r\bre\bea\bad\bdl\bli\bin\bne\be equivalents.  These override the default r\bre\bea\bad\bdl\bli\bin\bne\be
               bindings described here.  Type "stty -a" at a b\bba\bas\bsh\bh prompt to see
-              your  current  terminal  settings, including the special control
+              your current terminal settings, including  the  special  control
               characters (usually c\bcc\bch\bha\bar\brs\bs).
        b\bbl\bli\bin\bnk\bk-\b-m\bma\bat\btc\bch\bhi\bin\bng\bg-\b-p\bpa\bar\bre\ben\bn (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be attempts to briefly move the cursor to an
               opening parenthesis when a closing parenthesis is inserted.
        c\bco\bol\blo\bor\bre\bed\bd-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, when listing completions,  r\bre\bea\bad\bdl\bli\bin\bne\be  displays  the
+              If  set  to  O\bOn\bn, when listing completions, r\bre\bea\bad\bdl\bli\bin\bne\be 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 L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment variable.  If there is a color defini-
               tion in $\b$L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS for the custom suffix ".readline-colored-com-
-              pletion-prefix", r\bre\bea\bad\bdl\bli\bin\bne\be uses this color for the common  prefix
+              pletion-prefix",  r\bre\bea\bad\bdl\bli\bin\bne\be uses this color for the common prefix
               instead of its default.
        c\bco\bol\blo\bor\bre\bed\bd-\b-s\bst\bta\bat\bts\bs (\b(O\bOf\bff\bf)\b)
-              If  set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be displays possible completions using dif-
-              ferent colors to indicate their file type.   The  color  defini-
-              tions  are  taken  from  the  value of the L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\bS environment
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be displays possible completions using  dif-
+              ferent  colors  to  indicate their file type.  The color defini-
+              tions are taken from the  value  of  the  L\bLS\bS_\b_C\bCO\bOL\bLO\bOR\bRS\b environment
               variable.
        c\bco\bom\bmm\bme\ben\bnt\bt-\b-b\bbe\beg\bgi\bin\bn (\b("#\b#")\b)
-              The string that the  r\bre\bea\bad\bdl\bli\bin\bne\be  i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt  command  inserts.
-              This  command  is bound to M\bM-\b-#\b# in emacs mode and to #\b# in vi com-
+              The  string  that  the  r\bre\bea\bad\bdl\bli\bin\bne\be i\bin\bns\bse\ber\brt\bt-\b-c\bco\bom\bmm\bme\ben\bnt\bt command inserts.
+              This command is bound to M\bM-\b-#\b# in emacs mode and to #\b# in  vi  com-
               mand mode.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-w\bwi\bid\bdt\bth\bh (\b(-\b-1\b1)\b)
-              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
-              causes  matches to be displayed one per line.  The default value
+              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
+              causes matches to be displayed one per line.  The default  value
               is -1.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-i\big\bgn\bno\bor\bre\be-\b-c\bca\bas\bse\be (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs filename matching and completion
               in a case-insensitive fashion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-m\bma\bap\bp-\b-c\bca\bas\bse\be (\b(O\bOf\bff\bf)\b)
-              If set to O\bOn\bn, and c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-i\big\bgn\bno\bor\bre\be-\b-c\bca\bas\bse\be  is  enabled,  r\bre\bea\bad\bdl\bli\bin\bne\be
-              treats  hyphens  (_\b-) and underscores (_\b_) as equivalent when per-
+              If  set  to  O\bOn\bn, and c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-i\big\bgn\bno\bor\bre\be-\b-c\bca\bas\bse\be is enabled, r\bre\bea\bad\bdl\bli\bin\bne\be
+              treats hyphens (_\b-) and underscores (_\b_) as equivalent  when  per-
               forming case-insensitive filename matching and completion.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-p\bpr\bre\bef\bfi\bix\bx-\b-d\bdi\bis\bsp\bpl\bla\bay\by-\b-l\ble\ben\bng\bgt\bth\bh (\b(0\b0)\b)
-              The maximum length in characters of the common prefix of a  list
-              of  possible completions that is displayed without modification.
-              When set to a value greater than zero, r\bre\bea\bad\bdl\bli\bin\bne\be replaces  common
+              The  maximum length in characters of the common prefix of a list
+              of possible completions that is displayed without  modification.
+              When  set to a value greater than zero, r\bre\bea\bad\bdl\bli\bin\bne\be replaces common
               prefixes longer than this value with an ellipsis when displaying
               possible completions.  If a completion begins with a period, and
-              e\bea\bad\bdl\bli\bin\bne\b is  completing filenames, it uses three underscores in-
+              e\bea\bad\bdl\bli\bin\bne\bis completing filenames, it uses three  underscores  in-
               stead of an ellipsis.
        c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn-\b-q\bqu\bue\ber\bry\by-\b-i\bit\bte\bem\bms\bs (\b(1\b10\b00\b0)\b)
-              This determines when the user is queried about viewing the  num-
-              ber  of  possible  completions generated by the p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\be-\b-
-              t\bti\bio\bon\bns\bcommand.  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,  r\bre\bea\bad\bdl\bli\bin\bne\be
-              asks  whether  or  not  the  user wishes to view them; otherwise
-              r\bre\bea\bad\bdl\bli\bin\bne\bsimply lists them on the terminal.  A zero value  means
+              This  determines when the user is queried about viewing the num-
+              ber of possible completions generated  by  the  p\bpo\bos\bss\bsi\bib\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\be-\b-
+              t\bti\bio\bon\bns\b 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, r\bre\bea\bad\bdl\bli\bin\bne\be
+              asks whether or not the user  wishes  to  view  them;  otherwise
+              r\bre\bea\bad\bdl\bli\bin\bne\b simply lists them on the terminal.  A zero value means
               r\bre\bea\bad\bdl\bli\bin\bne\be should never ask; negative values are treated as zero.
        c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba (\b(O\bOn\bn)\b)
-              If  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be converts characters it reads that have
-              the eighth bit set to an ASCII  key  sequence  by  clearing  the
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be converts characters it  reads  that  have
+              the  eighth  bit  set  to  an ASCII key sequence by clearing the
               eighth bit and prefixing it with an escape character (converting
-              the  character to have the meta prefix).  The default is _\bO_\bn, but
-              r\bre\bea\bad\bdl\bli\bin\bne\bsets it to _\bO_\bf_\bf if the locale contains characters  whose
+              the character to have the meta prefix).  The default is _\bO_\bn,  but
+              r\bre\bea\bad\bdl\bli\bin\bne\b sets it to _\bO_\bf_\bf if the locale contains characters whose
               encodings may include bytes with the eighth bit set.  This vari-
-              able  is  dependent  on  the  L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE  locale category, and may
-              change if the locale changes.  This variable  also  affects  key
+              able is dependent on  the  L\bLC\bC_\b_C\bCT\bTY\bYP\bPE\bE  locale  category,  and  may
+              change  if  the  locale changes.  This variable also affects key
               bindings; see the description of f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx below.
        d\bdi\bis\bsa\bab\bbl\ble\be-\b-c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\be inhibits word completion.  Completion
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be  inhibits  word  completion.   Completion
               characters are inserted into the line as if they had been mapped
               to s\bse\bel\blf\bf-\b-i\bin\bns\bse\ber\brt\bt.
        e\bec\bch\bho\bo-\b-c\bco\bon\bnt\btr\bro\bol\bl-\b-c\bch\bha\bar\bra\bac\bct\bte\ber\brs\bs (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, on operating systems that indicate they  support
+              When  set to O\bOn\bn, on operating systems that indicate they support
               it, r\bre\bea\bad\bdl\bli\bin\bne\be echoes a character corresponding to a signal gener-
               ated from the keyboard.
        e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be (\b(e\bem\bma\bac\bcs\bs)\b)
-              Controls  whether r\bre\bea\bad\bdl\bli\bin\bne\be uses a set of key bindings similar to
+              Controls whether r\bre\bea\bad\bdl\bli\bin\bne\be uses a set of key bindings similar  to
               _\bE_\bm_\ba_\bc_\bs or _\bv_\bi.  e\bed\bdi\bit\bti\bin\bng\bg-\b-m\bmo\bod\bde\be can be set to either e\bem\bma\bac\bcs\bs or v\bvi\bi.
        e\bem\bma\bac\bcs\bs-\b-m\bmo\bod\bde\be-\b-s\bst\btr\bri\bin\bng\bg (\b(@\b@)\b)
-              If the _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this  string  is
+              If  the  _\bs_\bh_\bo_\bw_\b-_\bm_\bo_\bd_\be_\b-_\bi_\bn_\b-_\bp_\br_\bo_\bm_\bp_\bt variable is enabled, this string is
               displayed immediately before the last line of the primary prompt
               when emacs editing mode is active.  The value is expanded like a
-              key  binding, so the standard set of meta- and control- prefixes
-              and backslash escape sequences is available.  The \1 and \2  es-
-              capes  begin and end sequences of non-printing characters, which
-              can be used to embed a terminal control sequence into  the  mode
+              key binding, so the standard set of meta- and control-  prefixes
+              and  backslash escape sequences is available.  The \1 and \2 es-
+              capes begin and end sequences of non-printing characters,  which
+              can  be  used to embed a terminal control sequence into the mode
               string.
        e\ben\bna\bab\bbl\ble\be-\b-a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn (\b(O\bOn\bn)\b)
-              When  this  variable  is set to _\bO_\bn, r\bre\bea\bad\bdl\bli\bin\bne\be allows certain com-
+              When this variable is set to _\bO_\bn, r\bre\bea\bad\bdl\bli\bin\bne\be  allows  certain  com-
               mands to designate the region as _\ba_\bc_\bt_\bi_\bv_\be.  When the region is ac-
               tive, r\bre\bea\bad\bdl\bli\bin\bne\be highlights the text in the region using the value
               of the a\bac\bct\bti\biv\bve\be-\b-r\bre\beg\bgi\bio\bon\bn-\b-s\bst\bta\bar\brt\bt-\b-c\bco\bol\blo\bor\br variable, which defaults to the
-              string that enables the terminal's standout  mode.   The  active
+              string  that  enables  the terminal's standout mode.  The active
               region shows the text inserted by bracketed-paste and any match-
               ing  text  found  by  incremental  and  non-incremental  history
               searches.
        e\ben\bna\bab\bbl\ble\be-\b-b\bbr\bra\bac\bck\bke\bet\bte\bed\bd-\b-p\bpa\bas\bst\bte\be (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be configures the terminal to insert  each
-              paste  into the editing buffer as a single string of characters,
-              instead of treating each character as if it had been  read  from
-              the  keyboard.  This is called _\bb_\br_\ba_\bc_\bk_\be_\bt_\be_\bd_\b-_\bp_\ba_\bs_\bt_\be _\bm_\bo_\bd_\be; it prevents
-              r\bre\bea\bad\bdl\bli\bin\bne\bfrom executing any editing commands bound  to  key  se-
+              When  set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be configures the terminal to insert each
+              paste into the editing buffer as a single string of  characters,
+              instead  of  treating each character as if it had been read from
+              the keyboard.  This is called _\bb_\br_\ba_\bc_\bk_\be_\bt_\be_\bd_\b-_\bp_\ba_\bs_\bt_\be _\bm_\bo_\bd_\be; it  prevents
+              r\bre\bea\bad\bdl\bli\bin\bne\b from  executing  any editing commands bound to key se-
               quences appearing in the pasted text.
        e\ben\bna\bab\bbl\ble\be-\b-k\bke\bey\byp\bpa\bad\bd (\b(O\bOf\bff\bf)\b)
               When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be tries  to enable the application keypad
-              when  it  is called.  Some systems need this to enable the arrow
+              when it is called.  Some systems need this to enable  the  arrow
               keys.
        e\ben\bna\bab\bbl\ble\be-\b-m\bme\bet\bta\ba-\b-k\bke\bey\by (\b(O\bOn\bn)\b)
-              When set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be tries to enable any meta  modifier  key
+              When  set  to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be tries to enable any meta modifier key
               the terminal claims to support.  On many terminals, the Meta key
-              is  used  to send eight-bit characters; this variable checks for
-              the terminal capability that indicates the terminal  can  enable
-              and  disable  a  mode  that  sets  the eighth bit of a character
-              (0200) if the Meta key is held down when the character is  typed
+              is used to send eight-bit characters; this variable  checks  for
+              the  terminal  capability that indicates the terminal can enable
+              and disable a mode that sets  the  eighth  bit  of  a  character
+              (0200)  if the Meta key is held down when the character is typed
               (a meta character).
        e\bex\bxp\bpa\ban\bnd\bd-\b-t\bti\bil\bld\bde\be (\b(O\bOf\bff\bf)\b)
               If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs tilde expansion when it attempts
               word completion.
        f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be modifies its behavior when binding key
-              sequences containing \M- or Meta- (see K\bKe\bey\by  B\bBi\bin\bnd\bdi\bin\bng\bgs\bs  above)  by
+              If set to O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be modifies its behavior  when  binding  key
+              sequences  containing  \M-  or Meta- (see K\bKe\bey\by B\bBi\bin\bnd\bdi\bin\bng\bgs\bs above) by
               converting a key sequence of the form \M-_\bC or Meta-_\bC to the two-
-              character   sequence   E\bES\bSC\bC  _\bC  (adding  the  meta  prefix).   If
+              character  sequence  E\bES\bSC\bC  _\bC  (adding  the  meta   prefix).    If
               f\bfo\bor\brc\bce\be-\b-m\bme\bet\bta\ba-\b-p\bpr\bre\bef\bfi\bix\bx is set to O\bOf\bff\bf (the default), r\bre\bea\bad\bdl\bli\bin\bne\be uses the
-              value of the c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba variable to determine whether to  per-
-              form  this  conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn, r\bre\bea\bad\bdl\bli\bin\bne\be performs
-              the conversion described above; if it is O\bOf\bff\bf, r\bre\bea\bad\bdl\bli\bin\bne\b converts
+              value  of the c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba variable to determine whether to per-
+              form this conversion: if c\bco\bon\bnv\bve\ber\brt\bt-\b-m\bme\bet\bta\ba is O\bOn\bn,  r\bre\bea\bad\bdl\bli\bin\bne\b performs
+              the  conversion described above; if it is O\bOf\bff\bf, r\bre\bea\bad\bdl\bli\bin\bne\be converts
               _\bC to a meta character by setting the eighth bit (0200).
        h\bhi\bis\bst\bto\bor\bry\by-\b-p\bpr\bre\bes\bse\ber\brv\bve\be-\b-p\bpo\boi\bin\bnt\bt (\b(O\bOf\bff\bf)\b)
-              If  set  to  O\bOn\bn, the history code attempts to place point at the
-              same location on each history line retrieved with  p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-h\bhi\bis\bs-\b-
+              If set to O\bOn\bn, the history code attempts to place  point  at  the
+              same  location on each history line retrieved with p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-h\bhi\bis\bs-\b-
               t\bto\bor\bry\by or n\bne\bex\bxt\bt-\b-h\bhi\bis\bst\bto\bor\bry\by.
        h\bhi\bis\bst\bto\bor\bry\by-\b-s\bsi\biz\bze\be (\b(u\bun\bns\bse\bet\bt)\b)
-              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, b\bba\bas\bsh\bh
-              sets the the maximum number of history entries to the  value  of
-              the  H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE shell variable.  Setting _\bh_\bi_\bs_\bt_\bo_\br_\by_\b-_\bs_\bi_\bz_\be to a non-nu-
-              meric value will set the maximum number of  history  entries  to
-              500.
+              the number of history entries is not limited.  By default,  b\bba\bas\bsh\bh
+              sets  the  maximum number of history entries to the value of the
+              H\bHI\bIS\bST\bTS\bSI\bIZ\bZE\bE shell variable.  Setting _\bh_\bi_\bs_\bt_\bo_\br_\by_\b-_\bs_\bi_\bz_\be to a  non-numeric
+              value will set the maximum number of history entries to 500.
        h\bho\bor\bri\biz\bzo\bon\bnt\bta\bal\bl-\b-s\bsc\bcr\bro\bol\bll\bl-\b-m\bmo\bod\bde\be (\b(O\bOf\bff\bf)\b)
               Setting this variable to O\bOn\bn makes r\bre\bea\bad\bdl\bli\bin\bne\be use a single line for
               display,  scrolling  the  input  horizontally on a single screen
@@ -4103,10 +4146,10 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
        b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-b\bb)\b)
               Move back to the start of the current or previous  word.   Words
               are composed of alphanumeric characters (letters and digits).
-       s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
+       s\bsh\bhe\bel\bll\bl-\b-f\bfo\bor\brw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-C\bC-\b-f\bf)\b)
               Move  forward  to the end of the next word.  Words are delimited
               by non-quoted shell metacharacters.
-       s\bsh\bhe\bel\bll\bl-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd
+       s\bsh\bhe\bel\bll\bl-\b-b\bba\bac\bck\bkw\bwa\bar\brd\bd-\b-w\bwo\bor\brd\bd (\b(M\bM-\b-C\bC-\b-b\bb)\b)
               Move back to the start of the current or previous  word.   Words
               are delimited by non-quoted shell metacharacters.
        p\bpr\bre\bev\bvi\bio\bou\bus\bs-\b-s\bsc\bcr\bre\bee\ben\bn-\b-l\bli\bin\bne\be
@@ -4127,8 +4170,8 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               at the top of the screen.
        c\bcl\ble\bea\bar\br-\b-s\bsc\bcr\bre\bee\ben\bn (\b(C\bC-\b-l\bl)\b)
               Clear the screen, then redraw the current line, leaving the cur-
-              rent line at the top of the screen.  With an  argument,  refresh
-              the current line without clearing the screen.
+              rent line at the top of the screen.  With  a  numeric  argument,
+              refresh the current line without clearing the screen.
        r\bre\bed\bdr\bra\baw\bw-\b-c\bcu\bur\brr\bre\ben\bnt\bt-\b-l\bli\bin\bne\be
               Refresh the current line.
 
@@ -4291,7 +4334,7 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
               Negative arguments have no effect.
        t\btr\bra\ban\bns\bsp\bpo\bos\bse\be-\b-w\bwo\bor\brd\bds\bs (\b(M\bM-\b-t\bt)\b)
               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
+              point  past  that  word  as well.  If point is at the end of the
               line, this transposes the last two words on the line.
        s\bsh\bhe\bel\bll\bl-\b-t\btr\bra\ban\bns\bsp\bpo\bos\bse\be-\b-w\bwo\bor\brd\bds\bs (\b(M\bM-\b-C\bC-\b-t\bt)\b)
               Drag the word before point past the  word  after  point,  moving
@@ -4433,7 +4476,7 @@ R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
 
               +\bo      the number of matches _\bN;
               +\bo      the word being completed;
-              +\bo      _\bS:_\bE,  where  S and E are the start and end offsets of the
+              +\bo      _\bS:_\bE,  where  _\bS and _\bE are the start and end offsets of the
                      word in the r\bre\bea\bad\bdl\bli\bin\bne\be line buffer; then
               +\bo      each match, one per line
 
@@ -4778,7 +4821,7 @@ H\bHI\bIS\bST\bTO\bOR\bRY\bY
        values of the shell variables H\bHI\bIS\bST\bTI\bIG\bGN\bNO\bOR\bRE\bE and H\bHI\bIS\bST\bTC\bCO\bON\bNT\bTR\bRO\bOL\bL.
 
        On  startup,  b\bba\bas\bsh\bh  initializes the history list by reading history en-
-       tries from the  the  file  named  by  the  H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE  variable  (default
+       tries  from  the  file  named  by  the   H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE   variable   (default
        _\b~_\b/_\b._\bb_\ba_\bs_\bh_\b__\bh_\bi_\bs_\bt_\bo_\br_\by).   That  file is referred to as the _\bh_\bi_\bs_\bt_\bo_\br_\by _\bf_\bi_\bl_\be.  The
        history file is truncated, if necessary, to contain no  more  than  the
        number  of  history  entries specified by the value of the H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bES\bSI\bIZ\bZE\bE
@@ -5209,7 +5252,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               An argument of -\b- is converted to $\b$O\bOL\bLD\bDP\bPW\bWD\bD before  attempting  the
               directory change.
 
-              If  c\bcd\bd  uses  a non-empty directory name from C\bCD\bDP\bPA\bAT\bTH\bH,\b, or if -\b- is
+              If  c\bcd\bd  uses  a non-empty directory name from C\bCD\bDP\bPA\bAT\bTH\bH, or if -\b- is
               the first argument, and the directory change is  successful,  c\bcd\bd
               writes the absolute pathname of the new working directory to the
               standard output.
@@ -5530,7 +5573,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               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
+              an  attempt  is made to define a function using "-f foo=bar", an
               attempt is made to assign a value to a readonly variable, an at-
               tempt is made to assign a value to an array variable without us-
               ing the compound assignment syntax (see A\bAr\brr\bra\bay\bys\bs  above),  one  of
@@ -5627,7 +5670,7 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               though the shell normally searches for builtins before files.
 
               If  -\b-n\bn  is supplied, each _\bn_\ba_\bm_\be is disabled; otherwise, _\bn_\ba_\bm_\bes are
-              enabled.  For example, to use the t\bte\bes\bst\bt binary found usin g  P\bPA\bAT\bTH\bH
+              enabled.  For example, to use the t\bte\bes\bst\bt binary found  using  P\bPA\bAT\bTH\bH
               instead of the shell builtin version, run "enable -n test".
 
               If  no  _\bn_\ba_\bm_\be arguments are supplied, or if the -\b-p\bp option is sup-
@@ -5843,13 +5886,25 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        h\bhe\bel\blp\bp [-\b-d\bdm\bms\bs] [_\bp_\ba_\bt_\bt_\be_\br_\bn]
               Display helpful information about builtin commands.  If  _\bp_\ba_\bt_\bt_\be_\br_\bn
               is  specified, h\bhe\bel\blp\bp gives detailed help on all commands matching
-              _\bp_\ba_\bt_\bt_\be_\br_\bn; otherwise it displays a list of all  the  builtins  and
-              shell compound commands.
+              _\bp_\ba_\bt_\bt_\be_\br_\bn as described below; otherwise it displays a list of  all
+              the builtins and shell compound commands.
+
+              Options, if supplied, have the follow meanings:
+
               -\b-d\bd     Display a short description of each _\bp_\ba_\bt_\bt_\be_\br_\bn
               -\b-m\bm     Display the description of each _\bp_\ba_\bt_\bt_\be_\br_\bn in a manpage-like
                      format
               -\b-s\bs     Display only a short usage synopsis for each _\bp_\ba_\bt_\bt_\be_\br_\bn
 
+              If  _\bp_\ba_\bt_\bt_\be_\br_\bn  contains  pattern  matching characters (see P\bPa\bat\btt\bte\ber\brn\bn
+              M\bMa\bat\btc\bch\bhi\bin\bng\bg above) it's treated as a shell pattern and h\bhe\bel\blp\bp  prints
+              the description of each help topic matching _\bp_\ba_\bt_\bt_\be_\br_\bn.
+
+              If  not,  and  _\bp_\ba_\bt_\bt_\be_\br_\bn exactly matches the name of a help topic,
+              h\bhe\bel\blp\bp prints the description associated with that topic.   Other-
+              wise,  h\bhe\bel\blp\bp performs prefix matching and prints the descriptions
+              of all matching help topics.
+
               The return status is 0 unless no command matches _\bp_\ba_\bt_\bt_\be_\br_\bn.
 
        h\bhi\bis\bst\bto\bor\bry\by [\b[_\bn]\b]
@@ -5859,18 +5914,18 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        h\bhi\bis\bst\bto\bor\bry\by -\b-a\ban\bnr\brw\bw [_\bf_\bi_\bl_\be_\bn_\ba_\bm_\be]
        h\bhi\bis\bst\bto\bor\bry\by -\b-p\bp _\ba_\br_\bg [_\ba_\br_\bg ...]
        h\bhi\bis\bst\bto\bor\bry\by -\b-s\bs _\ba_\br_\bg [_\ba_\br_\bg ...]
-              With  no options, display the command history list with numbers.
-              Entries prefixed with a *\b* have been modified.  An argument of  _\bn
-              lists  only the last _\bn entries.  If the shell variable H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
-              F\bFO\bOR\bRM\bMA\bAT\bis set and not null, it is used as a  format  string  for
-              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3)  to display the time stamp associated with each dis-
-              played history entry.  If h\bhi\bis\bst\bto\bor\bry\by uses H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT,  it  does
-              not  print an intervening space between the formatted time stamp
+              With no options, display the command history list with  numbers.
+              Entries  prefixed with a *\b* have been modified.  An argument of _\bn
+              lists only the last _\bn entries.  If the shell variable  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
+              F\bFO\bOR\bRM\bMA\bAT\b is  set  and not null, it is used as a format string for
+              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) to display the time stamp associated with each  dis-
+              played  history  entry.  If h\bhi\bis\bst\bto\bor\bry\by uses H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT, it does
+              not print an intervening space between the formatted time  stamp
               and the history entry.
 
               If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is supplied, h\bhi\bis\bst\bto\bor\bry\by uses it as the name of the his-
-              tory file; if not, it uses the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.   If  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
-              is  not  supplied and H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the -\b-a\ba,\b, -\b-n\bn,\b, -\b-r\br,\b,
+              tory  file;  if not, it uses the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.  If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
+              is not supplied and H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the -\b-a\ba,\b,  -\b-n\bn,\b -\b-r\br,\b,
               and -\b-w\bw options have no effect.
 
               Options, if supplied, have the following meanings:
@@ -5878,20 +5933,20 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      can be used with the other options to replace the history
                      list.
               -\b-d\bd _\bo_\bf_\bf_\bs_\be_\bt
-                     Delete the history entry at position _\bo_\bf_\bf_\bs_\be_\bt.   If  _\bo_\bf_\bf_\bs_\be_\bt
+                     Delete  the  history entry at position _\bo_\bf_\bf_\bs_\be_\bt.  If _\bo_\bf_\bf_\bs_\be_\bt
                      is negative, it is interpreted as relative to one greater
                      than the last history position, so negative indices count
-                     back  from  the  end  of  the history, and an index of -1
+                     back from the end of the history,  and  an  index  of  -1
                      refers to the current h\bhi\bis\bst\bto\bor\bry\by -\b-d\bd command.
               -\b-d\bd _\bs_\bt_\ba_\br_\bt-_\be_\bn_\bd
-                     Delete the range of  history  entries  between  positions
-                     _\bs_\bt_\ba_\br_\b and  _\be_\bn_\bd, inclusive.  Positive and negative values
+                     Delete  the  range  of  history entries between positions
+                     _\bs_\bt_\ba_\br_\band _\be_\bn_\bd, inclusive.  Positive and  negative  values
                      for _\bs_\bt_\ba_\br_\bt and _\be_\bn_\bd are interpreted as described above.
-              -\b-a\ba     Append the "new"  history  lines  to  the  history  file.
-                     These  are  history  lines entered since the beginning of
+              -\b-a\ba     Append  the  "new"  history  lines  to  the history file.
+                     These are history lines entered since  the  beginning  of
                      the current b\bba\bas\bsh\bh session, but not already appended to the
                      history file.
-              -\b-n\bn     Read the history lines not already read from the  history
+              -\b-n\bn     Read  the history lines not already read from the history
                      file and add them to the current history list.  These are
                      lines appended to the history file since the beginning of
                      the current b\bba\bas\bsh\bh session.
@@ -5899,24 +5954,24 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      rent history list.
               -\b-w\bw     Write the current history list to the history file, over-
                      writing the history file.
-              -\b-p\bp     Perform  history  substitution  on the following _\ba_\br_\bg_\bs and
-                     display the result on the standard output, without  stor-
-                     ing  the  results  in the history list.  Each _\ba_\br_\bg must be
+              -\b-p\bp     Perform history substitution on the  following  _\ba_\br_\bg_\b and
+                     display  the result on the standard output, without stor-
+                     ing the results in the history list.  Each  _\ba_\br_\bg  must  be
                      quoted to disable normal history expansion.
-              -\b-s\bs     Store the _\ba_\br_\bg_\bs in the history list  as  a  single  entry.
-                     The  last  command  in the history list is removed before
+              -\b-s\bs     Store  the  _\ba_\br_\bg_\bs  in  the history list as a single entry.
+                     The last command in the history list  is  removed  before
                      adding the _\ba_\br_\bg_\bs.
 
-              If the H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, h\bhi\bis\bst\bto\bor\bry\by writes  the  time
+              If  the  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, h\bhi\bis\bst\bto\bor\bry\by writes the time
               stamp information associated with each history entry to the his-
-              tory  file,  marked  with  the  history comment character as de-
-              scribed above.  When the history file is read,  lines  beginning
-              with  the  history  comment  character followed immediately by a
-              digit are interpreted as timestamps for  the  following  history
+              tory file, marked with the  history  comment  character  as  de-
+              scribed  above.   When the history file is read, lines beginning
+              with the history comment character  followed  immediately  by  a
+              digit  are  interpreted  as timestamps for the following history
               entry.
 
-              The  return  value is 0 unless an invalid option is encountered,
-              an error occurs while reading or writing the  history  file,  an
+              The return value is 0 unless an invalid option  is  encountered,
+              an  error  occurs  while reading or writing the history file, an
               invalid _\bo_\bf_\bf_\bs_\be_\bt or range is supplied as an argument to -\b-d\bd, or the
               history expansion supplied as an argument to -\b-p\bp fails.
 
@@ -5925,14 +5980,14 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               The first form lists the active jobs.  The options have the fol-
               lowing meanings:
               -\b-l\bl     List process IDs in addition to the normal information.
-              -\b-n\bn     Display  information  only  about  jobs that have changed
+              -\b-n\bn     Display information only about  jobs  that  have  changed
                      status since the user was last notified of their status.
-              -\b-p\bp     List only the process  ID  of  the  job's  process  group
+              -\b-p\bp     List  only  the  process  ID  of  the job's process group
                      leader.
               -\b-r\br     Display only running jobs.
               -\b-s\bs     Display only stopped jobs.
 
-              If  _\bj_\bo_\bb_\bs_\bp_\be_\bc  is  supplied,  j\bjo\bob\bbs\bs restricts output to information
+              If _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied, j\bjo\bob\bbs\bs  restricts  output  to  information
               about that job.  The return status is 0 unless an invalid option
               is encountered or an invalid _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied.
 
@@ -5942,405 +5997,405 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
 
        k\bki\bil\bll\bl [-\b-s\bs _\bs_\bi_\bg_\bs_\bp_\be_\bc | -\b-n\bn _\bs_\bi_\bg_\bn_\bu_\bm | -\b-_\bs_\bi_\bg_\bs_\bp_\be_\bc] _\bi_\bd [ ... ]
        k\bki\bil\bll\bl -\b-l\bl|-\b-L\bL [_\bs_\bi_\bg_\bs_\bp_\be_\bc | _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bs]
-              Send the signal specified by _\bs_\bi_\bg_\bs_\bp_\be_\bc or _\bs_\bi_\bg_\bn_\bu_\bm to the  processes
+              Send  the signal specified by _\bs_\bi_\bg_\bs_\bp_\be_\bc or _\bs_\bi_\bg_\bn_\bu_\bm to the processes
               named by each _\bi_\bd.  Each _\bi_\bd may be a job specification _\bj_\bo_\bb_\bs_\bp_\be_\bc or
-              a  process  ID _\bp_\bi_\bd.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a case-insensitive signal
-              name such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix) or a  sig-
-              nal  number;  _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc is not sup-
+              a process ID _\bp_\bi_\bd.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a  case-insensitive  signal
+              name  such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix) or a sig-
+              nal number; _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc is  not  sup-
               plied, then k\bki\bil\bll\bl sends S\bSI\bIG\bGT\bTE\bER\bRM\bM.
 
               The -\b-l\bl option lists the signal names.  If any arguments are sup-
               plied when -\b-l\bl is given, k\bki\bil\bll\bl lists the names of the signals cor-
-              responding to the arguments, and the return status  is  0.   The
-              _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\b argument to -\b-l\bl is a number specifying either a sig-
-              nal number or the exit status of a process terminated by a  sig-
-              nal;  if it is supplied, k\bki\bil\bll\bl prints the name of the signal that
+              responding  to  the  arguments, and the return status is 0.  The
+              _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bargument to -\b-l\bl is a number specifying either a  sig-
+              nal  number or the exit status of a process terminated by a sig-
+              nal; if it is supplied, k\bki\bil\bll\bl prints the name of the signal  that
               caused the process to terminate.  k\bki\bil\bll\bl assumes that process exit
               statuses are greater than 128; anything less than that is a sig-
               nal number.  The -\b-L\bL option is equivalent to -\b-l\bl.
 
-              k\bki\bil\bll\breturns true if at least one signal was successfully  sent,
+              k\bki\bil\bll\b returns true if at least one signal was successfully sent,
               or false if an error occurs or an invalid option is encountered.
 
        l\ble\bet\bt _\ba_\br_\bg [_\ba_\br_\bg ...]
-              Each  _\ba_\br_\bg  is  evaluated as an arithmetic expression (see A\bAR\bRI\bIT\bTH\bH-\b-
-              M\bME\bET\bTI\bIC\bE\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN above).  If the last _\ba_\br_\bg evaluates  to  0,  l\ble\bet\bt
+              Each _\ba_\br_\bg is evaluated as an arithmetic  expression  (see  A\bAR\bRI\bIT\bTH\bH-\b-
+              M\bME\bET\bTI\bIC\b E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN  above).   If the last _\ba_\br_\bg evaluates to 0, l\ble\bet\bt
               returns 1; otherwise l\ble\bet\bt returns 0.
 
        l\blo\boc\bca\bal\bl [_\bo_\bp_\bt_\bi_\bo_\bn] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ... | - ]
               For each argument, create a local variable named _\bn_\ba_\bm_\be and assign
-              it  _\bv_\ba_\bl_\bu_\be.  The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the options accepted by d\bde\be-\b-
-              c\bcl\bla\bar\bre\be.  When l\blo\boc\bca\bal\bl is used within  a  function,  it  causes  the
-              variable  _\bn_\ba_\bm_\be  to have a visible scope restricted to that func-
-              tion and its children.  It is an error to  use  l\blo\boc\bca\bal\bl  when  not
+              it _\bv_\ba_\bl_\bu_\be.  The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the options accepted by  d\bde\be-\b-
+              c\bcl\bla\bar\bre\be.   When  l\blo\boc\bca\bal\bl  is  used  within a function, it causes the
+              variable _\bn_\ba_\bm_\be to have a visible scope restricted to  that  func-
+              tion  and  its  children.   It is an error to use l\blo\boc\bca\bal\bl when not
               within a function.
 
-              If  _\bn_\ba_\bm_\be  is  -,  it makes the set of shell options local to the
-              function in which l\blo\boc\bca\bal\bl is invoked: any  shell  options  changed
-              using  the s\bse\bet\bt builtin inside the function after the call to l\blo\bo-\b-
-              c\bca\bal\bare restored to their original values when the function  re-
-              turns.   The restore is performed as if a series of s\bse\bet\bt commands
-              were executed to restore the values that were  in  place  before
+              If _\bn_\ba_\bm_\be is -, it makes the set of shell  options  local  to  the
+              function  in  which  l\blo\boc\bca\bal\bl is invoked: any shell options changed
+              using the s\bse\bet\bt builtin inside the function after the call to  l\blo\bo-\b-
+              c\bca\bal\b are restored to their original values when the function re-
+              turns.  The restore is performed as if a series of s\bse\bet\b commands
+              were  executed  to  restore the values that were in place before
               the function.
 
-              With  no operands, l\blo\boc\bca\bal\bl writes a list of local variables to the
+              With no operands, l\blo\boc\bca\bal\bl writes a list of local variables to  the
               standard output.
 
-              The return status is 0 unless l\blo\boc\bca\bal\bl is used outside a  function,
+              The  return status is 0 unless l\blo\boc\bca\bal\bl is used outside a function,
               an invalid _\bn_\ba_\bm_\be is supplied, or _\bn_\ba_\bm_\be is a readonly variable.
 
        l\blo\bog\bgo\bou\but\bt [\b[_\bn]\b]
-              Exit  a login shell, returning a status of _\bn to the shell's par-
+              Exit a login shell, returning a status of _\bn to the shell's  par-
               ent.
 
        m\bma\bap\bpf\bfi\bil\ble\be [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-n\bn _\bc_\bo_\bu_\bn_\bt] [-\b-O\bO _\bo_\br_\bi_\bg_\bi_\bn] [-\b-s\bs _\bc_\bo_\bu_\bn_\bt] [-\b-t\bt] [-\b-u\bu _\bf_\bd] [-\b-C\bC
        _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk] [-\b-c\bc _\bq_\bu_\ba_\bn_\bt_\bu_\bm] [_\ba_\br_\br_\ba_\by]
        r\bre\bea\bad\bda\bar\brr\bra\bay\by [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-n\bn _\bc_\bo_\bu_\bn_\bt] [-\b-O\bO _\bo_\br_\bi_\bg_\bi_\bn] [-\b-s\bs _\bc_\bo_\bu_\bn_\bt] [-\b-t\bt] [-\b-u\bu _\bf_\bd] [-\b-C\bC
        _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk] [-\b-c\bc _\bq_\bu_\ba_\bn_\bt_\bu_\bm] [_\ba_\br_\br_\ba_\by]
-              Read lines from the standard input, or from file  descriptor  _\bf_\bd
-              if  the  -\b-u\bu  option is supplied, into the indexed array variable
-              _\ba_\br_\br_\ba_\by.  The variable M\bMA\bAP\bPF\bFI\bIL\bLE\bE is the default _\ba_\br_\br_\ba_\by.  Options,  if
+              Read  lines  from the standard input, or from file descriptor _\bf_\bd
+              if the -\b-u\bu option is supplied, into the  indexed  array  variable
+              _\ba_\br_\br_\ba_\by.   The variable M\bMA\bAP\bPF\bFI\bIL\bLE\bE is the default _\ba_\br_\br_\ba_\by.  Options, if
               supplied, have the following meanings:
-              -\b-d\bd     Use  the first character of _\bd_\be_\bl_\bi_\bm to terminate each input
+              -\b-d\bd     Use the first character of _\bd_\be_\bl_\bi_\bm to terminate each  input
                      line, rather than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string,
                      m\bma\bap\bpf\bfi\bil\ble\be will terminate a line when it reads a NUL charac-
                      ter.
               -\b-n\bn     Copy at most _\bc_\bo_\bu_\bn_\bt lines.  If _\bc_\bo_\bu_\bn_\bt is 0, copy all lines.
-              -\b-O\bO     Begin assigning to _\ba_\br_\br_\ba_\by at index  _\bo_\br_\bi_\bg_\bi_\bn.   The  default
+              -\b-O\bO     Begin  assigning  to  _\ba_\br_\br_\ba_\by at index _\bo_\br_\bi_\bg_\bi_\bn.  The default
                      index is 0.
               -\b-s\bs     Discard the first _\bc_\bo_\bu_\bn_\bt lines read.
-              -\b-t\bt     Remove  a trailing _\bd_\be_\bl_\bi_\bm (default newline) from each line
+              -\b-t\bt     Remove a trailing _\bd_\be_\bl_\bi_\bm (default newline) from each  line
                      read.
-              -\b-u\bu     Read lines from file descriptor _\bf_\bd instead of  the  stan-
+              -\b-u\bu     Read  lines  from file descriptor _\bf_\bd instead of the stan-
                      dard input.
-              -\b-C\bC     Evaluate  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk each time _\bq_\bu_\ba_\bn_\bt_\bu_\bm lines are read.  The
+              -\b-C\bC     Evaluate _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk each time _\bq_\bu_\ba_\bn_\bt_\bu_\bm lines are read.   The
                      -\b-c\bc option specifies _\bq_\bu_\ba_\bn_\bt_\bu_\bm.
-              -\b-c\bc     Specify the number of lines read  between  each  call  to
+              -\b-c\bc     Specify  the  number  of  lines read between each call to
                      _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk.
 
-              If  -\b-C\bC  is  specified  without  -\b-c\bc, the default quantum is 5000.
+              If -\b-C\bC is specified without -\b-c\bc,  the  default  quantum  is  5000.
               When _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk 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.  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk  is  evaluated  after
+              element  as  additional  arguments.  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk is evaluated after
               the line is read but before the array element is assigned.
 
-              If  not supplied with an explicit origin, m\bma\bap\bpf\bfi\bil\ble\be will clear _\ba_\br_\b-
+              If not supplied with an explicit origin, m\bma\bap\bpf\bfi\bil\ble\be will clear  _\ba_\br_\b-
               _\br_\ba_\by before assigning to it.
 
               m\bma\bap\bpf\bfi\bil\ble\be returns zero unless an invalid option or option argument
-              is supplied, _\ba_\br_\br_\ba_\by is invalid or unassignable, or  if  _\ba_\br_\br_\ba_\b is
+              is  supplied,  _\ba_\br_\br_\ba_\by  is invalid or unassignable, or if _\ba_\br_\br_\ba_\by is
               not an indexed array.
 
        p\bpo\bop\bpd\bd [-n\bn] [+_\bn] [-_\bn]
-              Remove  entries from the directory stack.  The elements are num-
-              bered from 0 starting at the first directory listed by d\bdi\bir\brs\bs,  so
-              p\bpo\bop\bpd\b is  equivalent  to "popd +0."  With no arguments, p\bpo\bop\bpd\bd re-
-              moves the top directory from the stack, and changes to  the  new
+              Remove entries from the directory stack.  The elements are  num-
+              bered  from 0 starting at the first directory listed by d\bdi\bir\brs\bs, so
+              p\bpo\bop\bpd\bis equivalent to "popd +0."  With no  arguments,  p\bpo\bop\bpd\b re-
+              moves  the  top directory from the stack, and changes to the new
               top directory.  Arguments, if supplied, have the following mean-
               ings:
               -\b-n\bn     Suppress the normal change of directory when removing di-
                      rectories from the stack, only manipulate the stack.
-              +\b+_\bn     Remove  the  _\bnth entry counting from the left of the list
-                     shown by d\bdi\bir\brs\bs, starting with zero, from the  stack.   For
+              +\b+_\bn     Remove the _\bnth entry counting from the left of  the  list
+                     shown  by  d\bdi\bir\brs\bs, starting with zero, from the stack.  For
                      example: "popd +0" removes the first directory, "popd +1"
                      the second.
-              -\b-_\bn     Remove  the _\bnth entry counting from the right of the list
-                     shown by d\bdi\bir\brs\bs, starting with zero.   For  example:  "popd
-                     -0"  removes  the  last  directory, "popd -1" the next to
+              -\b-_\bn     Remove the _\bnth entry counting from the right of the  list
+                     shown  by  d\bdi\bir\brs\bs,  starting with zero.  For example: "popd
+                     -0" removes the last directory, "popd  -1"  the  next  to
                      last.
 
-              If the top element of the directory stack is modified,  and  the
-              _\b-_\b option  was not supplied, p\bpo\bop\bpd\bd uses the c\bcd\bd builtin to change
+              If  the  top element of the directory stack is modified, and the
+              _\b-_\boption was not supplied, p\bpo\bop\bpd\bd uses the c\bcd\bd builtin  to  change
               to the directory at the top of the stack.  If the c\bcd\bd fails, p\bpo\bop\bpd\bd
               returns a non-zero value.
 
-              Otherwise, p\bpo\bop\bpd\bd returns false if an invalid option is  supplied,
-              the  directory stack is empty, or _\bn specifies a non-existent di-
+              Otherwise,  p\bpo\bop\bpd\bd returns false if an invalid option is supplied,
+              the directory stack is empty, or _\bn specifies a non-existent  di-
               rectory stack entry.
 
-              If the p\bpo\bop\bpd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs  to  show  the
-              final  contents of the directory stack, and the return status is
+              If  the  p\bpo\bop\bpd\bd  command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to show the
+              final contents of the directory stack, and the return status  is
               0.
 
        p\bpr\bri\bin\bnt\btf\bf [-\b-v\bv _\bv_\ba_\br] _\bf_\bo_\br_\bm_\ba_\bt [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              Write the formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output  under  the
-              control  of the _\bf_\bo_\br_\bm_\ba_\bt.  The -\b-v\bv option assigns the output to the
+              Write  the  formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output under the
+              control of the _\bf_\bo_\br_\bm_\ba_\bt.  The -\b-v\bv option assigns the output to  the
               variable _\bv_\ba_\br rather than printing it to the standard output.
 
-              The _\bf_\bo_\br_\bm_\ba_\bt 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  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.   In
-              addition  to  the  standard  _\bp_\br_\bi_\bn_\bt_\bf(3)  format  characters c\bcC\bCs\bsS\bS-\b-
+              The  _\bf_\bo_\br_\bm_\ba_\bt  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 _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.  In
+              addition to  the  standard  _\bp_\br_\bi_\bn_\bt_\bf(3)  format  characters  c\bcC\bCs\bsS\bS-\b-
               n\bnd\bdi\bio\bou\bux\bxX\bXe\beE\bEf\bfF\bFg\bgG\bGa\baA\bA, p\bpr\bri\bin\bnt\btf\bf interprets the following additional for-
               mat specifiers:
               %\b%b\bb     causes p\bpr\bri\bin\bnt\btf\bf to expand backslash escape sequences in the
                      corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt in the same way as e\bec\bch\bho\bo -\b-e\be.
-              %\b%q\bq     causes p\bpr\bri\bin\bnt\btf\bf to output the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt  in  a
-                     format  that can be reused as shell input.  %\b%q\bq and %\b%Q\bQ use
-                     the $\b$'\b''\b' quoting style if any characters in  the  argument
-                     string  require  it, and backslash quoting otherwise.  If
-                     the format string uses the _\bp_\br_\bi_\bn_\bt_\bf alternate  form,  these
+              %\b%q\bq     causes  p\bpr\bri\bin\bnt\btf\bf  to output the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt in a
+                     format that can be reused as shell input.  %\b%q\bq and %\b%Q\b use
+                     the  $\b$'\b''\b'  quoting style if any characters in the argument
+                     string require it, and backslash quoting  otherwise.   If
+                     the  format  string uses the _\bp_\br_\bi_\bn_\bt_\bf alternate form, these
                      two  formats  quote  the  argument  string  using  single
                      quotes.
-              %\b%Q\bQ     like %\b%q\bq, but applies any supplied precision to the  _\ba_\br_\bg_\bu_\b-
+              %\b%Q\bQ     like  %\b%q\bq, but applies any supplied precision to the _\ba_\br_\bg_\bu_\b-
                      _\bm_\be_\bn_\bt before quoting it.
               %\b%(\b(_\bd_\ba_\bt_\be_\bf_\bm_\bt)\b)T\bT
-                     causes  p\bpr\bri\bin\bnt\btf\bf  to  output the date-time string resulting
-                     from using _\bd_\ba_\bt_\be_\bf_\bm_\bt as a format  string  for  _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3).
+                     causes p\bpr\bri\bin\bnt\btf\bf to output the  date-time  string  resulting
+                     from  using  _\bd_\ba_\bt_\be_\bf_\bm_\bt  as a format string for _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3).
                      The corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt is an integer representing the
                      number of seconds since the epoch.  This format specifier
                      recognizes two special argument values: -1 represents the
-                     current  time,  and  -2 represents the time the shell was
+                     current time, and -2 represents the time  the  shell  was
                      invoked.  If no argument is specified, conversion behaves
-                     as if -1 had been supplied.  This is an exception to  the
+                     as  if -1 had been supplied.  This is an exception to the
                      usual p\bpr\bri\bin\bnt\btf\bf behavior.
 
               The %b, %q, and %T format specifiers all use the field width and
               precision arguments from the format specification and write that
-              many  bytes from (or use that wide a field for) the expanded ar-
-              gument, which usually contains more characters than  the  origi-
+              many bytes from (or use that wide a field for) the expanded  ar-
+              gument,  which  usually contains more characters than the origi-
               nal.
 
               The %n format specifier accepts a corresponding argument that is
               treated as a shell variable name.
 
-              The  %s  and  %c  format specifiers accept an l (long) modifier,
+              The %s and %c format specifiers accept  an  l  (long)  modifier,
               which forces them to convert the argument string to a wide-char-
               acter string and apply any supplied field width and precision in
               terms of characters, not bytes.  The %S and %C format specifiers
               are equivalent to %ls and %lc, respectively.
 
-              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
-              is the numeric value of the following character, using the  cur-
+              if the leading character is a single or double quote, the  value
+              is  the numeric value of the following character, using the cur-
               rent locale.
 
-              The  _\bf_\bo_\br_\bm_\ba_\bt  is  reused as necessary to consume all of the _\ba_\br_\bg_\bu_\b-
+              The _\bf_\bo_\br_\bm_\ba_\bt is reused as necessary to consume all  of  the  _\ba_\br_\bg_\bu_\b-
               _\bm_\be_\bn_\bt_\bs.  If the _\bf_\bo_\br_\bm_\ba_\bt requires more _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs than are supplied,
-              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 if an invalid option is  sup-
+              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 if an invalid option is sup-
               plied or a write or assignment error occurs.
 
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [+_\bn] [-_\bn]
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [_\bd_\bi_\br]
               Add a directory to the top of the directory stack, or rotate the
-              stack,  making  the new top of the stack the current working di-
-              rectory.  With no arguments, p\bpu\bus\bsh\bhd\bd exchanges the  top  two  ele-
-              ments  of the directory stack.  Arguments, if supplied, have the
+              stack, making the new top of the stack the current  working  di-
+              rectory.   With  no  arguments, p\bpu\bus\bsh\bhd\bd exchanges the top two ele-
+              ments of the directory stack.  Arguments, if supplied, have  the
               following meanings:
-              -\b-n\bn     Suppress the normal change of directory when rotating  or
-                     adding  directories  to  the  stack,  only manipulate the
+              -\b-n\bn     Suppress  the normal change of directory when rotating or
+                     adding directories to  the  stack,  only  manipulate  the
                      stack.
               +\b+_\bn     Rotate the stack so that the _\bnth directory (counting from
-                     the left of the list shown by d\bdi\bir\brs\bs, starting  with  zero)
+                     the  left  of the list shown by d\bdi\bir\brs\bs, starting with zero)
                      is at the top.
-              -\b-_\bn     Rotates  the  stack  so  that the _\bnth directory (counting
-                     from the right of the list shown by d\bdi\bir\brs\bs,  starting  with
+              -\b-_\bn     Rotates the stack so that  the  _\bnth  directory  (counting
+                     from  the  right of the list shown by d\bdi\bir\brs\bs, starting with
                      zero) is at the top.
               _\bd_\bi_\br    Adds _\bd_\bi_\br to the directory stack at the top.
 
               After the stack has been modified, if the -\b-n\bn option was not sup-
-              plied,  p\bpu\bus\bsh\bhd\bd  uses the c\bcd\bd builtin to change to the directory at
+              plied, p\bpu\bus\bsh\bhd\bd uses the c\bcd\bd builtin to change to the  directory  at
               the top of the stack.  If the c\bcd\bd fails, p\bpu\bus\bsh\bhd\bd returns a non-zero
               value.
 
-              Otherwise, if no arguments are supplied, p\bpu\bus\bsh\bhd\bd returns zero  un-
-              less  the directory stack is empty.  When rotating the directory
+              Otherwise,  if no arguments are supplied, p\bpu\bus\bsh\bhd\bd returns zero un-
+              less the directory stack is empty.  When rotating the  directory
               stack, p\bpu\bus\bsh\bhd\bd returns zero unless the directory stack is empty or
               _\bn specifies a non-existent directory stack element.
 
-              If the p\bpu\bus\bsh\bhd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to  show  the
+              If  the  p\bpu\bus\bsh\bhd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to show the
               final contents of the directory stack.
 
        p\bpw\bwd\bd [-\b-L\bLP\bP]
-              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 -\b-P\bP option
               is supplied or the -\b-o\bo p\bph\bhy\bys\bsi\bic\bca\bal\bl option to the s\bse\bet\bt builtin command
-              is enabled.  If the -\b-L\bL option is used, the pathname printed  may
-              contain  symbolic links.  The return status is 0 unless an error
+              is  enabled.  If the -\b-L\bL option is used, the pathname printed may
+              contain symbolic links.  The return status is 0 unless an  error
               occurs while reading the name of the current directory or an in-
               valid option is supplied.
 
        r\bre\bea\bad\bd [-\b-E\bEe\ber\brs\bs] [-\b-a\ba _\ba_\bn_\ba_\bm_\be] [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-i\bi _\bt_\be_\bx_\bt] [-\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs] [-\b-N\bN _\bn_\bc_\bh_\ba_\br_\bs]
        [-\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt] [-\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt] [-\b-u\bu _\bf_\bd] [_\bn_\ba_\bm_\be ...]
               Read one line from the standard input, or from the file descrip-
-              tor _\bf_\bd supplied as an argument to the -\b-u\bu option, split  it  into
-              words  as  described  above under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg, and assign the
-              first word to the first _\bn_\ba_\bm_\be, the  second  word  to  the  second
-              _\bn_\ba_\bm_\be,  and  so  on.  If there are more words than names, the re-
-              maining words and their intervening delimiters are  assigned  to
-              the  last  _\bn_\ba_\bm_\be.   If  there are fewer words read from the input
-              stream than names, the remaining names are assigned  empty  val-
-              ues.   The  characters in the value of the I\bIF\bFS\bS variable are used
+              tor  _\bf_\bd  supplied as an argument to the -\b-u\bu option, split it into
+              words as described above under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg,  and  assign  the
+              first  word  to  the  first  _\bn_\ba_\bm_\be, the second word to the second
+              _\bn_\ba_\bm_\be, and so on.  If there are more words than  names,  the  re-
+              maining  words  and their intervening delimiters are assigned to
+              the last _\bn_\ba_\bm_\be.  If there are fewer words  read  from  the  input
+              stream  than  names, the remaining names are assigned empty val-
+              ues.  The characters in the value of the I\bIF\bFS\bS variable  are  used
               to split the line into words using the same rules the shell uses
               for expansion (described above under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg).  The back-
-              slash character (\\b\) removes any special  meaning  for  the  next
+              slash  character  (\\b\)  removes  any special meaning for the next
               character read and is used for line continuation.
 
               Options, if supplied, have the following meanings:
               -\b-a\ba _\ba_\bn_\ba_\bm_\be
                      The words are assigned to sequential indices of the array
                      variable _\ba_\bn_\ba_\bm_\be, starting at 0.  _\ba_\bn_\ba_\bm_\be is unset before any
-                     new  values  are  assigned.  Other _\bn_\ba_\bm_\be arguments are ig-
+                     new values are assigned.  Other _\bn_\ba_\bm_\be  arguments  are  ig-
                      nored.
               -\b-d\bd _\bd_\be_\bl_\bi_\bm
-                     The first character of _\bd_\be_\bl_\bi_\bm terminates the  input  line,
-                     rather  than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string, r\bre\bea\bad\bd
+                     The  first  character of _\bd_\be_\bl_\bi_\bm terminates the input line,
+                     rather than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string,  r\bre\bea\bad\bd
                      will terminate a line when it reads a NUL character.
-              -\b-e\be     If the standard input is coming  from  a  terminal,  r\bre\bea\bad\bd
-                     uses  r\bre\bea\bad\bdl\bli\bin\bne\be  (see  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to obtain the line.
-                     R\bRe\bea\bad\bdl\bli\bin\bne\buses the current (or default,  if  line  editing
-                     was  not  previously  active)  editing settings, but uses
+              -\b-e\be     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
+                     uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to  obtain  the  line.
+                     R\bRe\bea\bad\bdl\bli\bin\bne\b uses  the  current (or default, if line editing
+                     was not previously active)  editing  settings,  but  uses
                      r\bre\bea\bad\bdl\bli\bin\bne\be's default filename completion.
-              -\b-E\bE     If the standard input is coming  from  a  terminal,  r\bre\bea\bad\bd
-                     uses  r\bre\bea\bad\bdl\bli\bin\bne\be  (see  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to obtain the line.
-                     R\bRe\bea\bad\bdl\bli\bin\bne\buses the current (or default,  if  line  editing
-                     was  not  previously  active)  editing settings, but uses
+              -\b-E\bE     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
+                     uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE above) to  obtain  the  line.
+                     R\bRe\bea\bad\bdl\bli\bin\bne\b uses  the  current (or default, if line editing
+                     was not previously active)  editing  settings,  but  uses
                      bash's default completion, including programmable comple-
                      tion.
               -\b-i\bi _\bt_\be_\bx_\bt
-                     If r\bre\bea\bad\bdl\bli\bin\bne\be is being used to read the line,  r\bre\bea\bad\b places
+                     If  r\bre\bea\bad\bdl\bli\bin\bne\be  is being used to read the line, r\bre\bea\bad\bd places
                      _\bt_\be_\bx_\bt into the editing buffer before editing begins.
               -\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs
-                     r\bre\bea\bad\b returns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather than
-                     waiting for a complete line of input, unless  it  encoun-
-                     ters  EOF or r\bre\bea\bad\bd times out, but honors a delimiter if it
+                     r\bre\bea\bad\breturns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather  than
+                     waiting  for  a complete line of input, unless it encoun-
+                     ters EOF or r\bre\bea\bad\bd times out, but honors a delimiter if  it
                      reads fewer than _\bn_\bc_\bh_\ba_\br_\bs characters before the delimiter.
               -\b-N\bN _\bn_\bc_\bh_\ba_\br_\bs
-                     r\bre\bea\bad\breturns  after  reading  exactly  _\bn_\bc_\bh_\ba_\br_\b characters
-                     rather  than waiting for a complete line of input, unless
+                     r\bre\bea\bad\b returns  after  reading  exactly  _\bn_\bc_\bh_\ba_\br_\bs characters
+                     rather than waiting for a complete line of input,  unless
                      it encounters EOF or r\bre\bea\bad\bd times out.  Any delimiter char-
-                     acters in the input are not treated specially and do  not
+                     acters  in the input are not treated specially and do not
                      cause r\bre\bea\bad\bd to return until it has read _\bn_\bc_\bh_\ba_\br_\bs characters.
                      The result is not split on the characters in I\bIF\bFS\bS; the in-
                      tent is that the variable is assigned exactly the charac-
-                     ters  read  (with  the exception of backslash; see the -\b-r\br
+                     ters read (with the exception of backslash;  see  the  -\b-r\br
                      option below).
               -\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt
                      Display _\bp_\br_\bo_\bm_\bp_\bt on standard error, without a trailing new-
-                     line, before attempting to read any input,  but  only  if
+                     line,  before  attempting  to read any input, but only if
                      input is coming from a terminal.
               -\b-r\br     Backslash does not act as an escape character.  The back-
-                     slash  is considered to be part of the line.  In particu-
-                     lar, a backslash-newline pair may not then be used  as  a
+                     slash is considered to be part of the line.  In  particu-
+                     lar,  a  backslash-newline pair may not then be used as a
                      line continuation.
               -\b-s\bs     Silent mode.  If input is coming from a terminal, charac-
                      ters are not echoed.
               -\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt
-                     Cause  r\bre\bea\bad\bd to time out and return failure if it does not
-                     read a complete line of input (or a specified  number  of
-                     characters)  within  _\bt_\bi_\bm_\be_\bo_\bu_\bt  seconds.   _\bt_\bi_\bm_\be_\bo_\bu_\bt may be a
-                     decimal number with a fractional  portion  following  the
-                     decimal  point.  This option is only effective if r\bre\bea\bad\bd is
-                     reading input from a terminal,  pipe,  or  other  special
-                     file;  it  has no effect when reading from regular files.
-                     If r\bre\bea\bad\bd times out, it saves any partial input  read  into
-                     the  specified  variable  _\bn_\ba_\bm_\be,  and  the  exit status is
-                     greater than 128.  If _\bt_\bi_\bm_\be_\bo_\bu_\bt is 0, r\bre\bea\bad\bd returns  immedi-
-                     ately,  without  trying  to read any data.  In this case,
-                     the exit status is 0 if input is available on the  speci-
-                     fied  file  descriptor, or the read will return EOF, non-
+                     Cause r\bre\bea\bad\bd to time out and return failure if it does  not
+                     read  a  complete line of input (or a specified number of
+                     characters) within _\bt_\bi_\bm_\be_\bo_\bu_\bt seconds.   _\bt_\bi_\bm_\be_\bo_\bu_\bt  may  be  a
+                     decimal  number  with  a fractional portion following the
+                     decimal point.  This option is only effective if r\bre\bea\bad\b is
+                     reading  input  from  a  terminal, pipe, or other special
+                     file; it has no effect when reading from  regular  files.
+                     If  r\bre\bea\bad\bd  times out, it saves any partial input read into
+                     the specified variable  _\bn_\ba_\bm_\be,  and  the  exit  status  is
+                     greater  than 128.  If _\bt_\bi_\bm_\be_\bo_\bu_\bt is 0, r\bre\bea\bad\bd returns immedi-
+                     ately, without trying to read any data.   In  this  case,
+                     the  exit status is 0 if input is available on the speci-
+                     fied file descriptor, or the read will return  EOF,  non-
                      zero otherwise.
-              -\b-u\bu _\bf_\bd  Read input from file descriptor _\bf_\bd instead of  the  stan-
+              -\b-u\bu _\bf_\bd  Read  input  from file descriptor _\bf_\bd instead of the stan-
                      dard input.
 
-              Other  than  the  case where _\bd_\be_\bl_\bi_\bm is the empty string, r\bre\bea\bad\bd ig-
+              Other than the case where _\bd_\be_\bl_\bi_\bm is the empty  string,  r\bre\bea\bad\b ig-
               nores any NUL characters in the input.
 
-              If no _\bn_\ba_\bm_\be_\bs are supplied, r\bre\bea\bad\bd assigns the  line  read,  without
-              the  ending  delimiter but otherwise unmodified, to the variable
+              If  no  _\bn_\ba_\bm_\be_\bs  are supplied, r\bre\bea\bad\bd assigns the line read, without
+              the ending delimiter but otherwise unmodified, to  the  variable
               R\bRE\bEP\bPL\bLY\bY.
 
               The exit status is zero, unless end-of-file is encountered, r\bre\bea\bad\bd
-              times out (in which case the status  is  greater  than  128),  a
+              times  out  (in  which  case  the status is greater than 128), a
               variable assignment error (such as assigning to a readonly vari-
-              able)  occurs,  or an invalid file descriptor is supplied as the
+              able) occurs, or an invalid file descriptor is supplied  as  the
               argument to -\b-u\bu.
 
        r\bre\bea\bad\bdo\bon\bnl\bly\by [-\b-a\baA\bAf\bf] [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bw_\bo_\br_\bd] ...]
-              The given _\bn_\ba_\bm_\be_\bs are marked readonly; the values of  these  _\bn_\ba_\bm_\be_\bs
+              The  given  _\bn_\ba_\bm_\be_\bs are marked readonly; the values of these _\bn_\ba_\bm_\be_\bs
               may not be changed by subsequent assignment or unset.  If the -\b-f\bf
-              option  is  supplied, each _\bn_\ba_\bm_\be refers to a shell function.  The
-              -\b-a\boption restricts the variables to indexed arrays; the -\b-A\b op-
+              option is supplied, each _\bn_\ba_\bm_\be refers to a shell  function.   The
+              -\b-a\b option restricts the variables to indexed arrays; the -\b-A\bA op-
               tion restricts the variables to associative arrays.  If both op-
-              tions  are  supplied, -\b-A\bA takes precedence.  If no _\bn_\ba_\bm_\be arguments
-              are supplied, or if the -\b-p\bp option is supplied, print a  list  of
-              all  readonly  names.  The other options may be used to restrict
+              tions are supplied, -\b-A\bA takes precedence.  If no  _\bn_\ba_\bm_\b arguments
+              are  supplied,  or if the -\b-p\bp option is supplied, print a list of
+              all readonly names.  The other options may be used  to  restrict
               the output to a subset of the set of readonly names.  The -\b-p\bp op-
               tion displays output in a format that may be reused as input.
 
-              r\bre\bea\bad\bdo\bon\bnl\bly\ballows the value of a variable to be set  at  the  same
+              r\bre\bea\bad\bdo\bon\bnl\bly\b allows  the  value of a variable to be set at the same
               time the readonly attribute is changed by following the variable
-              name  with  =_\bv_\ba_\bl_\bu_\be.   This  sets the value of the variable is to
+              name with =_\bv_\ba_\bl_\bu_\be.  This sets the value of  the  variable  is  to
               _\bv_\ba_\bl_\bu_\be while modifying the readonly attribute.
 
-              The return status is 0 unless an invalid option is  encountered,
-              one  of  the  _\bn_\ba_\bm_\be_\bs is not a valid shell variable name, or -\b-f\bf is
+              The  return status is 0 unless an invalid option is encountered,
+              one of the _\bn_\ba_\bm_\be_\bs is not a valid shell variable name,  or  -\b-f\b is
               supplied with a _\bn_\ba_\bm_\be that is not a function.
 
        r\bre\bet\btu\bur\brn\bn [_\bn]
-              Stop executing a shell function or sourced file and  return  the
+              Stop  executing  a shell function or sourced file and return the
               value specified by _\bn to its caller.  If _\bn is omitted, the return
-              status  is that of the last command executed.  If r\bre\bet\btu\bur\brn\bn is exe-
-              cuted by a trap handler, the last command used to determine  the
+              status is that of the last command executed.  If r\bre\bet\btu\bur\brn\bn is  exe-
+              cuted  by a trap handler, the last command used to determine the
               status is the last command executed before the trap handler.  If
               r\bre\bet\btu\bur\brn\bn is executed during a D\bDE\bEB\bBU\bUG\bG trap, the last command used to
-              determine  the  status  is the last command executed by the trap
+              determine the status is the last command executed  by  the  trap
               handler before r\bre\bet\btu\bur\brn\bn was invoked.
 
               When r\bre\bet\btu\bur\brn\bn is used to terminate execution of a script being ex-
-              ecuted by the .\b.  (s\bso\bou\bur\brc\bce\be) command, it causes the shell  to  stop
-              executing  that script and return either _\bn or the exit status of
-              the last command executed within the script as the  exit  status
-              of  the script.  If _\bn is supplied, the return value is its least
+              ecuted  by  the .\b.  (s\bso\bou\bur\brc\bce\be) command, it causes the shell to stop
+              executing that script and return either _\bn or the exit status  of
+              the  last  command executed within the script as the exit status
+              of the script.  If _\bn is supplied, the return value is its  least
               significant 8 bits.
 
-              Any command associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is  executed  before
+              Any  command  associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is executed before
               execution resumes after the function or script.
 
-              The  return  status  is non-zero if r\bre\bet\btu\bur\brn\bn is supplied a non-nu-
+              The return status is non-zero if r\bre\bet\btu\bur\brn\bn is  supplied  a  non-nu-
               meric argument, or is used outside a function and not during ex-
               ecution of a script by .\b. or s\bso\bou\bur\brc\bce\be.
 
        s\bse\bet\bt [-\b-a\bab\bbe\bef\bfh\bhk\bkm\bmn\bnp\bpt\btu\buv\bvx\bxB\bBC\bCE\bEH\bHP\bPT\bT] [-\b-o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be] [-\b--\b-] [-\b-] [_\ba_\br_\bg ...]
        s\bse\bet\bt [+\b+a\bab\bbe\bef\bfh\bhk\bkm\bmn\bnp\bpt\btu\buv\bvx\bxB\bBC\bCE\bEH\bHP\bPT\bT] [+\b+o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be] [-\b--\b-] [-\b-] [_\ba_\br_\bg ...]
        s\bse\bet\bt -\b-o\bo
-       s\bse\bet\bt +\b+o\bo Without options, display the name and value of each shell  vari-
-              able  in a format that can be reused as input for setting or re-
+       s\bse\bet\bt +\b+o\bo Without  options, display the name and value of each shell vari-
+              able in a format that can be reused as input for setting or  re-
               setting the currently-set variables.  Read-only variables cannot
-              be reset.  In posix 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  argu-
-              ments  remaining  after  option processing are treated as values
+              be  reset.  In posix 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 argu-
+              ments remaining after option processing are  treated  as  values
               for the positional parameters and are assigned, in order, to $\b$1\b1,
-              $\b$2\b2, ..., $\b$_\bn.  Options, if specified, have  the  following  mean-
+              $\b$2\b2,  ...,  $\b$_\bn.   Options, if specified, have the following mean-
               ings:
               -\b-a\ba      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.
-              -\b-b\bb      Report the status of terminated background jobs  immedi-
+              -\b-b\bb      Report  the status of terminated background jobs immedi-
                       ately, rather than before the next primary prompt or af-
-                      ter  a foreground command terminates.  This is effective
+                      ter a foreground command terminates.  This is  effective
                       only when job control is enabled.
-              -\b-e\be      Exit immediately if a _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be (which may consist  of  a
-                      single  _\bs_\bi_\bm_\bp_\bl_\be  _\bc_\bo_\bm_\bm_\ba_\bn_\bd),  a _\bl_\bi_\bs_\bt, or a _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd
+              -\b-e\be      Exit  immediately  if a _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be (which may consist of a
+                      single _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd), a _\bl_\bi_\bs_\bt, or  a  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\b _\bc_\bo_\bm_\bm_\ba_\bn_\bd
                       (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR 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 w\bwh\bhi\bil\ble\be
-                      or u\bun\bnt\bti\bil\bl keyword, part of the test following the  i\bif\bf  or
-                      e\bel\bli\bif\bf  reserved  words, part of any command executed in a
-                      &\b&&\b& or |\b||\b| list except the command following the final  &\b&&\b&
-                      or  |\b||\b|,  any command in a pipeline but the last (subject
-                      to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option),  or  if  the
-                      command's  return  value is being inverted with !\b!.  If a
-                      compound command other than a subshell  returns  a  non-
-                      zero  status because a command failed while -\b-e\be was being
-                      ignored, the shell does not exit.  A  trap  on  E\bER\bRR\bR,  if
-                      set,  is  executed  before the shell exits.  This option
+                      The  shell  does  not  exit if the command that fails is
+                      part of the command list immediately following  a  w\bwh\bhi\bil\ble\be
+                      or  u\bun\bnt\bti\bil\bl  reserved word, part of the test following the
+                      i\bif\bf or e\bel\bli\bif\bf reserved words, part of any command  executed
+                      in  a &\b&&\b& or |\b||\b| list except the command following the fi-
+                      nal &\b&&\b& or |\b||\b|, any command in a  pipeline  but  the  last
+                      (subject  to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or
+                      if the command's return value is being inverted with  !\b!.
+                      If  a  compound  command other than a subshell returns a
+                      non-zero status because a command failed  while  -\b-e\be  was
+                      being  ignored, the shell does not exit.  A trap on E\bER\bRR\bR,
+                      if set, is executed before the shell exits.  This option
                       applies to the shell environment and each subshell envi-
                       ronment separately (see  C\bCO\bOM\bMM\bMA\bAN\bND\bD  E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN  E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT
                       above), and may cause subshells to exit before executing
@@ -6414,179 +6469,179 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               with a non-zero status, or zero if all  commands
                               in  the pipeline exit successfully.  This option
                               is disabled by default.
-                      p\bpo\bos\bsi\bix\bx   Change the behavior of b\bba\bas\bsh\bh  where  the  default
-                              operation  differs  from  the  POSIX standard to
-                              match the standard (_\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be).  See  S\bSE\bEE\bE  A\bAL\bLS\bSO\bO
-                              below for a reference to a document that details
-                              how posix mode affects bash's behavior.
+                      p\bpo\bos\bsi\bix\bx   Enable posix mode; change the behavior  of  b\bba\bas\bsh\bh
+                              where  the  default  operation  differs from the
+                              POSIX standard to match the standard.   See  S\bSE\bEE\bE
+                              A\bAL\bLS\bSO\bO  below  for  a reference to a document that
+                              details how posix mode affects bash's behavior.
                       p\bpr\bri\biv\bvi\bil\ble\beg\bge\bed\bd
                               Same as -\b-p\bp.
                       v\bve\ber\brb\bbo\bos\bse\be Same as -\b-v\bv.
-                      v\bvi\bi      Use  a  vi-style command line editing interface.
+                      v\bvi\bi      Use a vi-style command line  editing  interface.
                               This also affects the editing interface used for
                               r\bre\bea\bad\bd -\b-e\be.
                       x\bxt\btr\bra\bac\bce\be  Same as -\b-x\bx.
-                      If -\b-o\bo is supplied with no _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be,  s\bse\bet\bt  prints  the
-                      current  shell  option settings.  If +\b+o\bo is supplied with
-                      no _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be, s\bse\bet\bt prints a series of s\bse\bet\bt  commands  to
-                      recreate  the  current  option  settings on the standard
+                      If  -\b-o\bo  is  supplied with no _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be, s\bse\bet\bt prints the
+                      current shell option settings.  If +\b+o\bo is  supplied  with
+                      no  _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be,  s\bse\bet\bt prints a series of s\bse\bet\bt commands to
+                      recreate the current option  settings  on  the  standard
                       output.
-              -\b-p\bp      Turn on _\bp_\br_\bi_\bv_\bi_\bl_\be_\bg_\be_\bd mode.  In this mode, the  shell  does
-                      not  read  the $\b$E\bEN\bNV\bV and $\b$B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV files, shell functions
-                      are not inherited from the environment,  and  the  S\bSH\bHE\bEL\bL-\b-
-                      L\bLO\bOP\bPT\bTS\bS,  B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS,  C\bCD\bDP\bPA\bAT\bTH\bH,  and G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE 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 -\b-p\bp option  is
-                      not  supplied, these actions are taken and the effective
+              -\b-p\bp      Turn  on  _\bp_\br_\bi_\bv_\bi_\bl_\be_\bg_\be_\bd mode.  In this mode, the shell does
+                      not read the $\b$E\bEN\bNV\bV and $\b$B\bBA\bAS\bSH\bH_\b_E\bEN\bNV\bV files,  shell  functions
+                      are  not  inherited  from the environment, and the S\bSH\bHE\bEL\bL-\b-
+                      L\bLO\bOP\bPT\bTS\bS, B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS, C\bCD\bDP\bPA\bAT\bTH\bH, and  G\bGL\bLO\bOB\bBI\bIG\bGN\bNO\bOR\bRE\bE  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 -\b-p\bp option is
+                      not supplied, these actions are taken and the  effective
                       user id is set to the real user id.  If the -\b-p\bp option is
                       supplied at startup, the effective user id is not reset.
-                      Turning this option off causes the  effective  user  and
+                      Turning  this  option  off causes the effective user and
                       group ids to be set to the real user and group ids.
               -\b-r\br      Enable restricted shell mode.  This option cannot be un-
                       set once it has been set.
               -\b-t\bt      Exit after reading and executing one command.
               -\b-u\bu      Treat unset variables and parameters other than the spe-
-                      cial  parameters  "@"  and  "*", or array variables sub-
-                      scripted with "@" or "*", as an  error  when  performing
-                      parameter  expansion.   If  expansion is attempted on an
-                      unset variable or parameter, the shell prints  an  error
-                      message,  and, if not interactive, exits with a non-zero
+                      cial parameters "@" and "*",  or  array  variables  sub-
+                      scripted  with  "@"  or "*", as an error when performing
+                      parameter expansion.  If expansion is  attempted  on  an
+                      unset  variable  or parameter, the shell prints an error
+                      message, and, if not interactive, exits with a  non-zero
                       status.
               -\b-v\bv      Print shell input lines as they are read.
-              -\b-x\bx      After expanding each _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, f\bfo\bor\br  command,  c\bca\bas\bse\be
+              -\b-x\bx      After  expanding  each _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd, f\bfo\bor\br command, c\bca\bas\bse\be
                       command, s\bse\bel\ble\bec\bct\bt command, or arithmetic f\bfo\bor\br command, dis-
-                      play  the expanded value of P\bPS\bS4\b4, followed by the command
-                      and its expanded arguments or associated word  list,  to
+                      play the expanded value of P\bPS\bS4\b4, followed by the  command
+                      and  its  expanded arguments or associated word list, to
                       the standard error.
-              -\b-B\bB      The  shell performs brace expansion (see B\bBr\bra\bac\bce\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
+              -\b-B\bB      The shell performs brace expansion (see B\bBr\bra\bac\bce\b E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
                       above).  This is on by default.
-              -\b-C\bC      If set, b\bba\bas\bsh\bh does not overwrite an  existing  file  with
-                      the  >\b>,  >\b>&\b&,  and  <\b<>\b>  redirection operators.  Using the
-                      redirection operator >\b>|\b| instead of >\b> will override  this
+              -\b-C\bC      If  set,  b\bba\bas\bsh\bh  does not overwrite an existing file with
+                      the >\b>, >\b>&\b&, and  <\b<>\b>  redirection  operators.   Using  the
+                      redirection  operator >\b>|\b| instead of >\b> will override this
                       and force the creation of an output file.
               -\b-E\bE      If set, any trap on E\bER\bRR\bR is inherited by shell functions,
-                      command  substitutions,  and commands executed in a sub-
-                      shell environment.  The E\bER\bRR\bR trap is normally not  inher-
+                      command substitutions, and commands executed in  a  sub-
+                      shell  environment.  The E\bER\bRR\bR trap is normally not inher-
                       ited in such cases.
               -\b-H\bH      Enable !\b!  style history substitution.  This option is on
                       by default when the shell is interactive.
-              -\b-P\bP      If  set,  the shell does not resolve symbolic links when
-                      executing commands such as c\bcd\bd that  change  the  current
+              -\b-P\bP      If set, the shell does not resolve symbolic  links  when
+                      executing  commands  such  as c\bcd\bd that change the current
                       working  directory.   It  uses  the  physical  directory
                       structure instead.  By default, b\bba\bas\bsh\bh follows the logical
-                      chain of  directories  when  performing  commands  which
+                      chain  of  directories  when  performing  commands which
                       change the current directory.
-              -\b-T\bT      If  set,  any traps on D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN are inherited by
+              -\b-T\bT      If set, any traps on D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN are  inherited  by
                       shell functions, command substitutions, and commands ex-
-                      ecuted in a subshell environment.  The D\bDE\bEB\bBU\bUG\bG and  R\bRE\bET\bTU\bUR\bRN\bN
+                      ecuted  in a subshell environment.  The D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN
                       traps are normally not inherited in such cases.
               -\b--\b-      If no arguments follow this option, unset the positional
                       parameters.  Otherwise, set the positional parameters to
                       the _\ba_\br_\bgs, even if some of them begin with a -\b-.
               -\b-       Signal the end of options, and assign all remaining _\ba_\br_\bgs
                       to the positional parameters.  The -\b-x\bx and -\b-v\bv options are
-                      turned  off.  If there are no _\ba_\br_\bgs, the positional para-
+                      turned off.  If there are no _\ba_\br_\bgs, the positional  para-
                       meters remain unchanged.
 
-              The options are off by default unless otherwise noted.  Using  +
-              rather  than  -  causes these options to be turned off.  The op-
+              The  options are off by default unless otherwise noted.  Using +
+              rather than - causes these options to be turned  off.   The  op-
               tions can also be specified as arguments to an invocation of the
-              shell.  The current set of options may be found in $\b$-\b-.  The  re-
-              turn  status  is always zero unless an invalid option is encoun-
+              shell.   The current set of options may be found in $\b$-\b-.  The re-
+              turn status is always zero unless an invalid option  is  encoun-
               tered.
 
        s\bsh\bhi\bif\bft\bt [_\bn]
               Rename positional parameters from _\bn+1 ... to $\b$1\b1 .\b..\b..\b..\b.  Parameters
-              represented by the numbers $\b$#\b# down to $\b$#\b#-_\bn+1 are unset.  _\b must
-              be  a  non-negative number less than or equal to $\b$#\b#.  If _\bn is 0,
-              no parameters are changed.  If _\bn is not given, it is assumed  to
-              be  1.   If  _\bn is greater than $\b$#\b#, the positional parameters are
-              not changed.  The return status is greater than  zero  if  _\b is
+              represented  by the numbers $\b$#\b# down to $\b$#\b#-_\bn+1 are unset.  _\bn must
+              be a non-negative number less than or equal to $\b$#\b#.  If _\bn  is  0,
+              no  parameters are changed.  If _\bn is not given, it is assumed to
+              be 1.  If _\bn is greater than $\b$#\b#, the  positional  parameters  are
+              not  changed.   The  return  status is greater than zero if _\bn is
               greater than $\b$#\b# or less than zero; otherwise 0.
 
        s\bsh\bho\bop\bpt\bt [-\b-p\bpq\bqs\bsu\bu] [-\b-o\bo] [_\bo_\bp_\bt_\bn_\ba_\bm_\be ...]
-              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
               -\b-o\bo option is used, those available with the -\b-o\bo option to the s\bse\bet\bt
               builtin command.
 
-              With  no  options,  or with the -\b-p\bp option, display a list of all
-              settable options, with an indication of whether or not  each  is
-              set;  if  any _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs are supplied, the output is restricted to
+              With no options, or with the -\b-p\bp option, display a  list  of  all
+              settable  options,  with an indication of whether or not each is
+              set; if any _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs are supplied, the output is  restricted  to
               those options.  The -\b-p\bp option displays output in a form that may
               be reused as input.
 
               Other options have the following meanings:
               -\b-s\bs     Enable (set) each _\bo_\bp_\bt_\bn_\ba_\bm_\be.
               -\b-u\bu     Disable (unset) each _\bo_\bp_\bt_\bn_\ba_\bm_\be.
-              -\b-q\bq     Suppresses normal output (quiet mode); the return  status
+              -\b-q\bq     Suppresses  normal output (quiet mode); the return status
                      indicates whether the _\bo_\bp_\bt_\bn_\ba_\bm_\be is set or unset.  If multi-
-                     ple  _\bo_\bp_\bt_\bn_\ba_\bm_\be  arguments  are supplied with -\b-q\bq, the return
+                     ple _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments are supplied with  -\b-q\bq,  the  return
                      status is zero if all _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs are enabled; non-zero oth-
                      erwise.
-              -\b-o\bo     Restricts the values of _\bo_\bp_\bt_\bn_\ba_\bm_\be to be those  defined  for
+              -\b-o\bo     Restricts  the  values of _\bo_\bp_\bt_\bn_\ba_\bm_\be to be those defined for
                      the -\b-o\bo option to the s\bse\bet\bt builtin.
 
-              If  either  -\b-s\bs  or  -\b-u\bu  is used with no _\bo_\bp_\bt_\bn_\ba_\bm_\be arguments, s\bsh\bho\bop\bpt\bt
-              shows only those options which are set or  unset,  respectively.
-              Unless  otherwise  noted, the s\bsh\bho\bop\bpt\bt options are disabled (unset)
+              If either -\b-s\bs or -\b-u\bu is used  with  no  _\bo_\bp_\bt_\bn_\ba_\bm_\be  arguments,  s\bsh\bho\bop\bpt\bt
+              shows  only  those options which are set or unset, respectively.
+              Unless otherwise noted, the s\bsh\bho\bop\bpt\bt options are  disabled  (unset)
               by default.
 
-              The return status when listing options is zero if  all  _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs
-              are  enabled, non-zero otherwise.  When setting or unsetting op-
-              tions, the return status is zero unless  an  _\bo_\bp_\bt_\bn_\ba_\bm_\be  is  not  a
+              The  return  status when listing options is zero if all _\bo_\bp_\bt_\bn_\ba_\bm_\be_\bs
+              are enabled, non-zero otherwise.  When setting or unsetting  op-
+              tions,  the  return  status  is  zero unless an _\bo_\bp_\bt_\bn_\ba_\bm_\be is not a
               valid shell option.
 
               The list of s\bsh\bho\bop\bpt\bt options is:
 
               a\bar\brr\bra\bay\by_\b_e\bex\bxp\bpa\ban\bnd\bd_\b_o\bon\bnc\bce\be
-                      If  set, the shell suppresses multiple evaluation of as-
+                      If set, the shell suppresses multiple evaluation of  as-
                       sociative and indexed array subscripts during arithmetic
                       expression evaluation, while executing builtins that can
-                      perform  variable  assignments,  and   while   executing
+                      perform   variable   assignments,  and  while  executing
                       builtins that perform array dereferencing.
               a\bas\bss\bso\boc\bc_\b_e\bex\bxp\bpa\ban\bnd\bd_\b_o\bon\bnc\bce\be
                       Deprecated; a synonym for a\bar\brr\bra\bay\by_\b_e\bex\bxp\bpa\ban\bnd\bd_\b_o\bon\bnc\bce\be.
-              a\bau\but\bto\boc\bcd\bd  If  set,  a command name that is the name of a directory
-                      is executed as if it were the argument to  the  c\bcd\b com-
+              a\bau\but\bto\boc\bcd\bd  If set, a command name that is the name of  a  directory
+                      is  executed  as  if it were the argument to the c\bcd\bd com-
                       mand.  This option is only used by interactive shells.
               b\bba\bas\bsh\bh_\b_s\bso\bou\bur\brc\bce\be_\b_f\bfu\bul\bll\blp\bpa\bat\bth\bh
-                      If  set,  filenames added to the B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE array vari-
-                      able are converted to full pathnames  (see  S\bSh\bhe\bel\bll\b V\bVa\bar\bri\bi-\b-
+                      If set, filenames added to the B\bBA\bAS\bSH\bH_\b_S\bSO\bOU\bUR\bRC\bCE\bE  array  vari-
+                      able  are  converted  to full pathnames (see S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bi-\b-
                       a\bab\bbl\ble\bes\bs above).
               c\bcd\bda\bab\bbl\ble\be_\b_v\bva\bar\brs\bs
-                      If  set,  an  argument to the c\bcd\bd builtin command that is
-                      not a directory is assumed to be the name of a  variable
+                      If set, an argument to the c\bcd\bd builtin  command  that  is
+                      not  a directory is assumed to be the name of a variable
                       whose value is the directory to change to.
-              c\bcd\bds\bsp\bpe\bel\bll\bl If  set, the c\bcd\bd command attempts to correct minor errors
-                      in the spelling of a directory component.  Minor  errors
-                      include  transposed characters, a missing character, and
+              c\bcd\bds\bsp\bpe\bel\bll\bl If set, the c\bcd\bd command attempts to correct minor  errors
+                      in  the spelling of a directory component.  Minor errors
+                      include transposed characters, a missing character,  and
                       one extra character.  If c\bcd\bd corrects the directory name,
-                      it prints the corrected filename, and the  command  pro-
+                      it  prints  the corrected filename, and the command pro-
                       ceeds.  This option is only used by interactive shells.
               c\bch\bhe\bec\bck\bkh\bha\bas\bsh\bh
                       If set, b\bba\bas\bsh\bh checks that a command found in the hash ta-
-                      ble  exists  before  trying  to execute it.  If a hashed
-                      command no longer exists, b\bba\bas\bsh\bh performs  a  normal  path
+                      ble exists before trying to execute  it.   If  a  hashed
+                      command  no  longer  exists, b\bba\bas\bsh\bh performs a normal path
                       search.
               c\bch\bhe\bec\bck\bkj\bjo\bob\bbs\bs
                       If set, b\bba\bas\bsh\bh 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, b\bba\bas\bsh\bh defers the exit until a second exit is
-                      attempted without an intervening command (see  J\bJO\bOB\b C\bCO\bON\bN-\b-
-                      T\bTR\bRO\bOL\b above).  The shell always postpones exiting if any
+                      attempted  without  an intervening command (see J\bJO\bOB\bB C\bCO\bON\bN-\b-
+                      T\bTR\bRO\bOL\babove).  The shell always postpones exiting if  any
                       jobs are stopped.
               c\bch\bhe\bec\bck\bkw\bwi\bin\bns\bsi\biz\bze\be
-                      If set, b\bba\bas\bsh\bh checks the window size after each  external
-                      (non-builtin)  command  and,  if  necessary, updates the
-                      values of L\bLI\bIN\bNE\bES\bS and C\bCO\bOL\bLU\bUM\bMN\bNS\bS, using the  file  descriptor
-                      associated  with the standard error if it is a terminal.
+                      If  set, b\bba\bas\bsh\bh checks the window size after each external
+                      (non-builtin) command and,  if  necessary,  updates  the
+                      values  of  L\bLI\bIN\bNE\bES\bS and C\bCO\bOL\bLU\bUM\bMN\bNS\bS, using the file descriptor
+                      associated with the standard error if it is a  terminal.
                       This option is enabled by default.
-              c\bcm\bmd\bdh\bhi\bis\bst\bt If set, b\bba\bas\bsh\bh attempts to save all lines of  a  multiple-
-                      line  command  in  the  same history entry.  This allows
-                      easy re-editing of multi-line commands.  This option  is
-                      enabled  by  default,  but only has an effect if command
+              c\bcm\bmd\bdh\bhi\bis\bst\bt If  set,  b\bba\bas\bsh\bh attempts to save all lines of a multiple-
+                      line command in the same  history  entry.   This  allows
+                      easy  re-editing of multi-line commands.  This option is
+                      enabled by default, but only has an  effect  if  command
                       history is enabled, as described above under H\bHI\bIS\bST\bTO\bOR\bRY\bY.
               c\bco\bom\bmp\bpa\bat\bt3\b31\b1
               c\bco\bom\bmp\bpa\bat\bt3\b32\b2
@@ -6595,144 +6650,143 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               c\bco\bom\bmp\bpa\bat\bt4\b42\b2
               c\bco\bom\bmp\bpa\bat\bt4\b43\b3
               c\bco\bom\bmp\bpa\bat\bt4\b44\b4
-              c\bco\bom\bmp\bpa\bat\bt5\b50\b0
-                      These control aspects of the shell's compatibility  mode
+                      These  control aspects of the shell's compatibility mode
                       (see S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE below).
               c\bco\bom\bmp\bpl\ble\bet\bte\be_\b_f\bfu\bul\bll\blq\bqu\buo\bot\bte\be
-                      If  set,  b\bba\bas\bsh\bh  quotes all shell metacharacters in file-
-                      names and directory names  when  performing  completion.
+                      If set, b\bba\bas\bsh\bh quotes all shell  metacharacters  in  file-
+                      names  and  directory  names when performing completion.
                       If not set, b\bba\bas\bsh\bh removes metacharacters such as the dol-
-                      lar  sign from the set of characters that will be quoted
-                      in completed filenames when these metacharacters  appear
-                      in  shell  variable references in words to be completed.
-                      This means that dollar signs in variable names that  ex-
-                      pand  to  directories  will  not be quoted; however, any
-                      dollar signs appearing in filenames will not be  quoted,
-                      either.   This  is  active only when bash is using back-
-                      slashes to quote completed filenames.  This variable  is
-                      set  by  default,  which is the default bash behavior in
+                      lar sign from the set of characters that will be  quoted
+                      in  completed filenames when these metacharacters appear
+                      in shell variable references in words to  be  completed.
+                      This  means that dollar signs in variable names that ex-
+                      pand to directories will not  be  quoted;  however,  any
+                      dollar  signs appearing in filenames will not be quoted,
+                      either.  This is active only when bash  is  using  back-
+                      slashes  to quote completed filenames.  This variable is
+                      set by default, which is the default  bash  behavior  in
                       versions through 4.2.
               d\bdi\bir\bre\bex\bxp\bpa\ban\bnd\bd
-                      If set, b\bba\bas\bsh\bh replaces directory names with  the  results
-                      of  word  expansion when performing filename completion.
+                      If  set,  b\bba\bas\bsh\bh replaces directory names with the results
+                      of word expansion when performing  filename  completion.
                       This  changes  the  contents  of  the  r\bre\bea\bad\bdl\bli\bin\bne\be  editing
-                      buffer.   If not set, b\bba\bas\bsh\bh attempts to preserve what the
+                      buffer.  If not set, b\bba\bas\bsh\bh attempts to preserve what  the
                       user typed.
               d\bdi\bir\brs\bsp\bpe\bel\bll\bl
-                      If set, b\bba\bas\bsh\bh attempts spelling correction  on  directory
-                      names  during word completion if the directory name ini-
+                      If  set,  b\bba\bas\bsh\bh attempts spelling correction on directory
+                      names during word completion if the directory name  ini-
                       tially supplied does not exist.
-              d\bdo\bot\btg\bgl\blo\bob\bb If set, b\bba\bas\bsh\bh includes filenames beginning with a "."  in
-                      the  results of pathname expansion.  The filenames _\b. and
+              d\bdo\bot\btg\bgl\blo\bob\bb If  set, b\bba\bas\bsh\bh includes filenames beginning with a "." in
+                      the results of pathname expansion.  The filenames _\b and
                       _\b._\b. must always be matched explicitly, even if d\bdo\bot\btg\bgl\blo\bob\bb is
                       set.
               e\bex\bxe\bec\bcf\bfa\bai\bil\bl
                       If set, a non-interactive shell will not exit if it can-
-                      not execute the file specified as  an  argument  to  the
-                      e\bex\bxe\bec\b builtin.   An  interactive  shell does not exit if
+                      not  execute  the  file  specified as an argument to the
+                      e\bex\bxe\bec\bbuiltin.  An interactive shell  does  not  exit  if
                       e\bex\bxe\bec\bc fails.
               e\bex\bxp\bpa\ban\bnd\bd_\b_a\bal\bli\bia\bas\bse\bes\bs
-                      If set, aliases are expanded as  described  above  under
+                      If  set,  aliases  are expanded as described above under
                       A\bAL\bLI\bIA\bAS\bSE\bES\bS.  This option is enabled by default for interac-
                       tive shells.
               e\bex\bxt\btd\bde\beb\bbu\bug\bg
-                      If  set at shell invocation, or in a shell startup file,
+                      If set at shell invocation, or in a shell startup  file,
                       arrange to execute the debugger profile before the shell
-                      starts, identical to the -\b--\b-d\bde\beb\bbu\bug\bgg\bge\ber\br option.  If set  af-
-                      ter  invocation,  behavior intended for use by debuggers
+                      starts,  identical to the -\b--\b-d\bde\beb\bbu\bug\bgg\bge\ber\br option.  If set af-
+                      ter invocation, behavior intended for use  by  debuggers
                       is enabled:
                       1\b1.\b.     The -\b-F\bF option to the d\bde\bec\bcl\bla\bar\bre\be builtin displays the
                              source file name and line number corresponding to
                              each function name supplied as an argument.
-                      2\b2.\b.     If the command run by the D\bDE\bEB\bBU\bUG\bG  trap  returns  a
-                             non-zero  value,  the next command is skipped and
+                      2\b2.\b.     If  the  command  run by the D\bDE\bEB\bBU\bUG\bG trap returns a
+                             non-zero value, the next command is  skipped  and
                              not executed.
-                      3\b3.\b.     If the command run by the D\bDE\bEB\bBU\bUG\bG  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  .\b.  or s\bso\bou\bur\brc\bce\be builtins), the shell
+                      3\b3.\b.     If  the  command  run by the D\bDE\bEB\bBU\bUG\bG 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 .\b. or  s\bso\bou\bur\brc\bce\be  builtins),  the  shell
                              simulates a call to r\bre\bet\btu\bur\brn\bn.
-                      4\b4.\b.     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\band B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV are updated as  described
+                      4\b4.\b.     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\b and B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV are updated as described
                              in their descriptions above).
-                      5\b5.\b.     Function  tracing  is  enabled: command substitu-
+                      5\b5.\b.     Function tracing is  enabled:  command  substitu-
                              tion, shell functions, and subshells invoked with
                              (\b( _\bc_\bo_\bm_\bm_\ba_\bn_\bd )\b) inherit the D\bDE\bEB\bBU\bUG\bG and R\bRE\bET\bTU\bUR\bRN\bN traps.
-                      6\b6.\b.     Error tracing is enabled:  command  substitution,
-                             shell  functions,  and  subshells  invoked with (\b(
+                      6\b6.\b.     Error  tracing  is enabled: command substitution,
+                             shell functions, and  subshells  invoked  with  (\b(
                              _\bc_\bo_\bm_\bm_\ba_\bn_\bd )\b) inherit the E\bER\bRR\bR trap.
-              e\bex\bxt\btg\bgl\blo\bob\bb If set, enable the extended  pattern  matching  features
+              e\bex\bxt\btg\bgl\blo\bob\bb If  set,  enable  the extended pattern matching features
                       described above under P\bPa\bat\bth\bhn\bna\bam\bme\be E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn.
               e\bex\bxt\btq\bqu\buo\bot\bte\be
-                      If  set,  $\b$'_\bs_\bt_\br_\bi_\bn_\bg'  and  $\b$"_\bs_\bt_\br_\bi_\bn_\bg" quoting is performed
-                      within  $\b${\b{_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}\b}  expansions  enclosed   in   double
+                      If set, $\b$'_\bs_\bt_\br_\bi_\bn_\bg' and  $\b$"_\bs_\bt_\br_\bi_\bn_\bg"  quoting  is  performed
+                      within   $\b${\b{_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br}\b}   expansions  enclosed  in  double
                       quotes.  This option is enabled by default.
               f\bfa\bai\bil\blg\bgl\blo\bob\bb
-                      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.
               f\bfo\bor\brc\bce\be_\b_f\bfi\big\bgn\bno\bor\bre\be
-                      If set, the suffixes  specified  by  the  F\bFI\bIG\bGN\bNO\bOR\bRE\b shell
-                      variable  cause words to be ignored when performing word
+                      If  set,  the  suffixes  specified  by the F\bFI\bIG\bGN\bNO\bOR\bRE\bE shell
+                      variable cause words to be ignored when performing  word
                       completion even if the ignored words are the only possi-
-                      ble completions.  See S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs above  for  a  de-
-                      scription  of  F\bFI\bIG\bGN\bNO\bOR\bRE\bE.   This  option is enabled by de-
+                      ble  completions.   See  S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs above for a de-
+                      scription of F\bFI\bIG\bGN\bNO\bOR\bRE\bE.  This option  is  enabled  by  de-
                       fault.
               g\bgl\blo\bob\bba\bas\bsc\bci\bii\bir\bra\ban\bng\bge\bes\bs
-                      If set,  range  expressions  used  in  pattern  matching
-                      bracket  expressions (see P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg above) behave
-                      as if in the traditional C locale when  performing  com-
-                      parisons.   That  is, pattern matching does not take the
-                      current locale's collating sequence into account,  so  b\bb
-                      will  not  collate  between  A\bA and B\bB, and upper-case and
+                      If  set,  range  expressions  used  in  pattern matching
+                      bracket expressions (see P\bPa\bat\btt\bte\ber\brn\bn M\bMa\bat\btc\bch\bhi\bin\bng\bg above)  behave
+                      as  if  in the traditional C locale when performing com-
+                      parisons.  That is, pattern matching does not  take  the
+                      current  locale's  collating sequence into account, so b\bb
+                      will not collate between A\bA and  B\bB,  and  upper-case  and
                       lower-case ASCII characters will collate together.
               g\bgl\blo\bob\bbs\bsk\bki\bip\bpd\bdo\bot\bts\bs
-                      If set, pathname expansion will never  match  the  file-
-                      names  _\b.  and _\b._\b., even if the pattern begins with a ".".
+                      If  set,  pathname  expansion will never match the file-
+                      names _\b. and _\b._\b., even if the pattern begins with  a  ".".
                       This option is enabled by default.
               g\bgl\blo\bob\bbs\bst\bta\bar\br
                       If set, the pattern *\b**\b* 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 /\b/,
+                      text  will  match all files and zero or more directories
+                      and subdirectories.  If the pattern is followed by a  /\b/,
                       only directories and subdirectories match.
               g\bgn\bnu\bu_\b_e\ber\brr\brf\bfm\bmt\bt
                       If set, shell error messages are written in the standard
                       GNU error message format.
               h\bhi\bis\bst\bta\bap\bpp\bpe\ben\bnd\bd
-                      If set, the history list is appended to the  file  named
+                      If  set,  the history list is appended to the file named
                       by the value of the H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE variable when the shell ex-
                       its, rather than overwriting the file.
               h\bhi\bis\bst\btr\bre\bee\bed\bdi\bit\bt
-                      If  set,  and  r\bre\bea\bad\bdl\bli\bin\bne\be is being used, the user is given
-                      the opportunity to re-edit a  failed  history  substitu-
+                      If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, the  user  is  given
+                      the  opportunity  to  re-edit a failed history substitu-
                       tion.
               h\bhi\bis\bst\btv\bve\ber\bri\bif\bfy\by
-                      If  set, and r\bre\bea\bad\bdl\bli\bin\bne\be 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 r\bre\bea\bad\bdl\bli\bin\bne\be 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 r\bre\bea\bad\bdl\bli\bin\bne\be editing buffer, allowing further modi-
                       fication.
               h\bho\bos\bst\btc\bco\bom\bmp\bpl\ble\bet\bte\be
                       If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, b\bba\bas\bsh\bh will attempt to
-                      perform hostname completion when a word containing  a  @\b@
-                      is   being  completed  (see  C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg  under  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
+                      perform  hostname  completion when a word containing a @\b@
+                      is  being  completed  (see  C\bCo\bom\bmp\bpl\ble\bet\bti\bin\bng\bg  under   R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE
                       above).  This is enabled by default.
               h\bhu\bup\bpo\bon\bne\bex\bxi\bit\bt
                       If set, b\bba\bas\bsh\bh will send S\bSI\bIG\bGH\bHU\bUP\bP to all jobs when an inter-
                       active login shell exits.
               i\bin\bnh\bhe\ber\bri\bit\bt_\b_e\ber\brr\bre\bex\bxi\bit\bt
-                      If set, command substitution inherits the value  of  the
-                      e\ber\brr\bre\bex\bxi\bit\b option, instead of unsetting it in the subshell
-                      environment.  This option is enabled when posix mode  is
+                      If  set,  command substitution inherits the value of the
+                      e\ber\brr\bre\bex\bxi\bit\boption, instead of unsetting it in the  subshell
+                      environment.   This option is enabled when posix mode is
                       enabled.
               i\bin\bnt\bte\ber\bra\bac\bct\bti\biv\bve\be_\b_c\bco\bom\bmm\bme\ben\bnt\bts\bs
-                      In  an interactive shell, a word beginning with #\b# causes
-                      that word and all remaining characters on that  line  to
-                      be  ignored, as in a non-interactive shell (see C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS
+                      In an interactive shell, a word beginning with #\b causes
+                      that  word  and all remaining characters on that line to
+                      be ignored, as in a non-interactive shell (see  C\bCO\bOM\bMM\bME\bEN\bNT\bTS\bS
                       above).  This option is enabled by default.
               l\bla\bas\bst\btp\bpi\bip\bpe\be
-                      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.
-              l\bli\bit\bth\bhi\bis\bst\bt If  set,  and  the c\bcm\bmd\bdh\bhi\bis\bst\bt option is enabled, multi-line
+              l\bli\bit\bth\bhi\bis\bst\bt If set, and the c\bcm\bmd\bdh\bhi\bis\bst\bt option  is  enabled,  multi-line
                       commands are saved to the history with embedded newlines
                       rather than using semicolon separators where possible.
               l\blo\boc\bca\bal\blv\bva\bar\br_\b_i\bin\bnh\bhe\ber\bri\bit\bt
@@ -6741,37 +6795,37 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       scope before any new value is assigned.  The nameref at-
                       tribute is not inherited.
               l\blo\boc\bca\bal\blv\bva\bar\br_\b_u\bun\bns\bse\bet\bt
-                      If set, calling u\bun\bns\bse\bet\bt on  local  variables  in  previous
-                      function  scopes  marks  them so subsequent lookups find
+                      If  set,  calling  u\bun\bns\bse\bet\bt  on local variables in previous
+                      function scopes marks them so  subsequent  lookups  find
                       them unset until that function returns.  This is identi-
-                      cal to the behavior of unsetting local variables at  the
+                      cal  to the behavior of unsetting local variables at the
                       current function scope.
               l\blo\bog\bgi\bin\bn_\b_s\bsh\bhe\bel\bll\bl
-                      The  shell  sets this option if it is started as a login
-                      shell (see I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN above).   The  value  may  not  be
+                      The shell sets this option if it is started as  a  login
+                      shell  (see  I\bIN\bNV\bVO\bOC\bCA\bAT\bTI\bIO\bON\bN  above).   The  value may not be
                       changed.
               m\bma\bai\bil\blw\bwa\bar\brn\bn
-                      If  set,  and  a file that b\bba\bas\bsh\bh is checking for mail has
-                      been accessed since the last time it was  checked,  b\bba\bas\bsh\bh
-                      displays  the  message  "The  mail  in _\bm_\ba_\bi_\bl_\bf_\bi_\bl_\be has been
+                      If set, and a file that b\bba\bas\bsh\bh is checking  for  mail  has
+                      been  accessed  since the last time it was checked, b\bba\bas\bsh\bh
+                      displays the message "The  mail  in  _\bm_\ba_\bi_\bl_\bf_\bi_\bl_\be  has  been
                       read".
               n\bno\bo_\b_e\bem\bmp\bpt\bty\by_\b_c\bcm\bmd\bd_\b_c\bco\bom\bmp\bpl\ble\bet\bti\bio\bon\bn
                       If set, and r\bre\bea\bad\bdl\bli\bin\bne\be is being used, b\bba\bas\bsh\bh does not search
-                      P\bPA\bAT\bTH\bfor possible completions  when  completion  is  at-
+                      P\bPA\bAT\bTH\b for  possible  completions  when completion is at-
                       tempted on an empty line.
               n\bno\boc\bca\bas\bse\beg\bgl\blo\bob\bb
-                      If  set,  b\bba\bas\bsh\bh  matches  filenames in a case-insensitive
+                      If set, b\bba\bas\bsh\bh matches  filenames  in  a  case-insensitive
                       fashion when performing pathname expansion (see P\bPa\bat\bth\bhn\bna\bam\bme\be
                       E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn above).
               n\bno\boc\bca\bas\bse\bem\bma\bat\btc\bch\bh
-                      If set, b\bba\bas\bsh\bh  matches  patterns  in  a  case-insensitive
+                      If  set,  b\bba\bas\bsh\bh  matches  patterns  in a case-insensitive
                       fashion when performing matching while executing c\bca\bas\bse\be or
                       [\b[[\b[ 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.
               n\bno\boe\bex\bxp\bpa\ban\bnd\bd_\b_t\btr\bra\ban\bns\bsl\bla\bat\bti\bio\bon\bn
-                      If set, b\bba\bas\bsh\bh encloses the translated results  of  $\b$"\b"..."\b"
-                      quoting  in  single quotes instead of double quotes.  If
+                      If  set,  b\bba\bas\bsh\bh encloses the translated results of $\b$"\b"..."\b"
+                      quoting in single quotes instead of double  quotes.   If
                       the string is not translated, this has no effect.
               n\bnu\bul\bll\blg\bgl\blo\bob\bb
                       If set, pathname expansion patterns which match no files
@@ -6779,73 +6833,73 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       removed, rather than expanding to themselves.
               p\bpa\bat\bts\bsu\bub\bb_\b_r\bre\bep\bpl\bla\bac\bce\bem\bme\ben\bnt\bt
                       If set, b\bba\bas\bsh\bh expands occurrences of &\b& in the replacement
-                      string of pattern substitution to the  text  matched  by
-                      the  pattern,  as  described  under  P\bPa\bar\bra\bam\bme\bet\bte\ber\br E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
+                      string  of  pattern  substitution to the text matched by
+                      the pattern,  as  described  under  P\bPa\bar\bra\bam\bme\bet\bte\ber\b E\bEx\bxp\bpa\ban\bns\bsi\bio\bon\bn
                       above.  This option is enabled by default.
               p\bpr\bro\bog\bgc\bco\bom\bmp\bp
-                      If set, enable the  programmable  completion  facilities
+                      If  set,  enable  the programmable completion facilities
                       (see P\bPr\bro\bog\bgr\bra\bam\bmm\bma\bab\bbl\ble\be C\bCo\bom\bmp\bpl\ble\bet\bti\bio\bon\bn above).  This option is en-
                       abled by default.
               p\bpr\bro\bog\bgc\bco\bom\bmp\bp_\b_a\bal\bli\bia\bas\bs
-                      If  set,  and  programmable  completion is enabled, b\bba\bas\bsh\bh
-                      treats a command name that doesn't have any  completions
+                      If set, and programmable  completion  is  enabled,  b\bba\bas\bsh\bh
+                      treats  a command name that doesn't have any completions
                       as a possible alias and attempts alias expansion.  If it
-                      has  an alias, b\bba\bas\bsh\bh attempts programmable completion us-
+                      has an alias, b\bba\bas\bsh\bh attempts programmable completion  us-
                       ing the command word resulting from the expanded alias.
               p\bpr\bro\bom\bmp\bpt\btv\bva\bar\brs\bs
                       If set, prompt strings undergo parameter expansion, com-
-                      mand substitution, arithmetic expansion, and  quote  re-
-                      moval  after  being  expanded  as described in P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
+                      mand  substitution,  arithmetic expansion, and quote re-
+                      moval after being expanded  as  described  in  P\bPR\bRO\bOM\bMP\bPT\bTI\bIN\bNG\bG
                       above.  This option is enabled by default.
               r\bre\bes\bst\btr\bri\bic\bct\bte\bed\bd_\b_s\bsh\bhe\bel\bll\bl
-                      The shell sets this option  if  it  is  started  in  re-
-                      stricted  mode  (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).  The value
-                      may not be changed.  This is not reset when the  startup
-                      files  are  executed, allowing the startup files to dis-
+                      The  shell  sets  this  option  if  it is started in re-
+                      stricted mode (see R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL below).   The  value
+                      may  not be changed.  This is not reset when the startup
+                      files are executed, allowing the startup files  to  dis-
                       cover whether or not a shell is restricted.
               s\bsh\bhi\bif\bft\bt_\b_v\bve\ber\brb\bbo\bos\bse\be
-                      If set, the s\bsh\bhi\bif\bft\bt builtin prints an error  message  when
+                      If  set,  the s\bsh\bhi\bif\bft\bt builtin prints an error message when
                       the shift count exceeds the number of positional parame-
                       ters.
               s\bso\bou\bur\brc\bce\bep\bpa\bat\bth\bh
                       If set, the .\b. (s\bso\bou\bur\brc\bce\be) builtin uses the value of P\bPA\bAT\bTH\bH to
-                      find  the  directory  containing the file supplied as an
-                      argument when the -\b-p\bp option is not supplied.   This  op-
+                      find the directory containing the file  supplied  as  an
+                      argument  when  the -\b-p\bp option is not supplied.  This op-
                       tion is enabled by default.
               v\bva\bar\brr\bre\bed\bdi\bir\br_\b_c\bcl\blo\bos\bse\be
-                      If  set, the shell automatically closes file descriptors
-                      assigned using the  _\b{_\bv_\ba_\br_\bn_\ba_\bm_\be_\b}  redirection  syntax  (see
+                      If set, the shell automatically closes file  descriptors
+                      assigned  using  the  _\b{_\bv_\ba_\br_\bn_\ba_\bm_\be_\b}  redirection syntax (see
                       R\bRE\bED\bDI\bIR\bRE\bEC\bCT\bTI\bIO\bON\bN above) instead of leaving them open when the
                       command completes.
               x\bxp\bpg\bg_\b_e\bec\bch\bho\bo
-                      If  set,  the  e\bec\bch\bho\bo builtin expands backslash-escape se-
-                      quences by default.  If the p\bpo\bos\bsi\bix\bx shell option  is  also
+                      If set, the e\bec\bch\bho\bo builtin  expands  backslash-escape  se-
+                      quences  by  default.  If the p\bpo\bos\bsi\bix\bx shell option is also
                       enabled, e\bec\bch\bho\bo does not interpret any options.
 
        s\bsu\bus\bsp\bpe\ben\bnd\bd [-\b-f\bf]
-              Suspend  the execution of this shell until it receives a S\bSI\bIG\bGC\bCO\bON\bNT\bT
-              signal.  A login shell, or a shell without job control  enabled,
-              cannot  be suspended; the -\b-f\bf option will override this and force
-              the suspension.  The return status is 0 unless the  shell  is  a
-              login  shell  or  job  control is not enabled and -\b-f\bf is not sup-
+              Suspend the execution of this shell until it receives a  S\bSI\bIG\bGC\bCO\bON\bNT\bT
+              signal.   A login shell, or a shell without job control enabled,
+              cannot be suspended; the -\b-f\bf option will override this and  force
+              the  suspension.   The  return status is 0 unless the shell is a
+              login shell or job control is not enabled and  -\b-f\bf  is  not  sup-
               plied.
 
        t\bte\bes\bst\bt _\be_\bx_\bp_\br
        [\b[ _\be_\bx_\bp_\br ]\b]
               Return a status of 0 (true) or 1 (false) depending on the evalu-
-              ation of the conditional expression  _\be_\bx_\bp_\br.   Each  operator  and
-              operand  must  be a separate argument.  Expressions are composed
-              of the primaries described above under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\b E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS.
-              t\bte\bes\bst\b does not accept any options, nor does it accept and ignore
+              ation  of  the  conditional  expression _\be_\bx_\bp_\br.  Each operator and
+              operand must be a separate argument.  Expressions  are  composed
+              of  the primaries described above under C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS.
+              t\bte\bes\bst\bdoes not accept any options, nor does it accept and  ignore
               an argument of -\b--\b- as signifying the end of options.
 
-              Expressions may  be  combined  using  the  following  operators,
-              listed  in  decreasing  order of precedence.  The evaluation de-
+              Expressions  may  be  combined  using  the  following operators,
+              listed in decreasing order of precedence.   The  evaluation  de-
               pends on the number of arguments; see below.  t\bte\bes\bst\bt uses operator
               precedence when there are five or more arguments.
               !\b! _\be_\bx_\bp_\br True if _\be_\bx_\bp_\br is false.
               (\b( _\be_\bx_\bp_\br )\b)
-                     Returns the value of _\be_\bx_\bp_\br.  This may be used to  override
+                     Returns  the value of _\be_\bx_\bp_\br.  This may be used to override
                      normal operator precedence.
               _\be_\bx_\bp_\br_\b1 -a\ba _\be_\bx_\bp_\br_\b2
                      True if both _\be_\bx_\bp_\br_\b1 and _\be_\bx_\bp_\br_\b2 are true.
@@ -6862,104 +6916,105 @@ S\bSH\bHE\bEL\bLL\bL B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      null.
               2 arguments
                      If the first argument is !\b!, 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  C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL  E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS, 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 C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS,  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 C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS, the
                      result of the expression is the result of the binary test
-                     using  the first and third arguments as operands.  The -\b-a\ba
-                     and -\b-o\bo operators are  considered  binary  operators  when
-                     there  are  three arguments.  If the first argument is !\b!,
-                     the value is the negation of the two-argument test  using
+                     using the first and third arguments as operands.  The  -\b-a\ba
+                     and  -\b-o\bo  operators  are  considered binary operators when
+                     there are three arguments.  If the first argument  is  !\b!,
+                     the  value is the negation of the two-argument test using
                      the second and third arguments.  If the first argument is
                      exactly (\b( and the third argument is exactly )\b), the result
-                     is  the one-argument test of the second argument.  Other-
+                     is the one-argument test of the second argument.   Other-
                      wise, the expression is false.
               4 arguments
                      The following conditions are applied in the order listed.
                      If the first argument is !\b!, the result is the negation of
-                     the three-argument expression composed of  the  remaining
-                     arguments.   If  the  first argument is exactly (\b( and the
+                     the  three-argument  expression composed of the remaining
+                     arguments.  If the first argument is exactly  (\b(  and  the
                      fourth argument is exactly )\b), the result is the two-argu-
-                     ment test of the second and third arguments.   Otherwise,
-                     the  expression  is  parsed  and  evaluated  according to
+                     ment  test of the second and third arguments.  Otherwise,
+                     the expression  is  parsed  and  evaluated  according  to
                      precedence using the rules listed above.
               5 or more arguments
-                     The expression  is  parsed  and  evaluated  according  to
+                     The  expression  is  parsed  and  evaluated  according to
                      precedence using the rules listed above.
 
               When the shell is in posix mode, or if the expression is part of
               the [\b[[\b[ command, the <\b< and >\b> operators sort using the current lo-
-              cale.   If  the  shell is not in posix mode, the t\bte\bes\bst\bt and [\b[ com-
+              cale.  If the shell is not in posix mode, the t\bte\bes\bst\bt  and  [\b com-
               mands sort lexicographically using ASCII ordering.
 
-              The historical operator-precedence parsing with 4 or more  argu-
-              ments  can  lead  to ambiguities when it encounters strings that
-              look like primaries.  The POSIX standard has deprecated  the  -\b-a\ba
-              and  -\b-o\bo  primaries and enclosing expressions within parentheses.
-              Scripts should no longer use them.  It's much more  reliable  to
-              restrict  test  invocations  to a single primary, and to replace
+              The  historical operator-precedence parsing with 4 or more argu-
+              ments can lead to ambiguities when it  encounters  strings  that
+              look  like  primaries.  The POSIX standard has deprecated the -\b-a\ba
+              and -\b-o\bo primaries and enclosing expressions  within  parentheses.
+              Scripts  should  no longer use them.  It's much more reliable to
+              restrict test invocations to a single primary,  and  to  replace
               uses of -\b-a\ba and -\b-o\bo with the shell's &\b&&\b& and |\b||\b| list operators.
 
-       t\bti\bim\bme\bes\bs  Print the accumulated user and system times for  the  shell  and
+       t\bti\bim\bme\bes\bs  Print  the  accumulated  user and system times for the shell and
               for processes run from the shell.  The return status is 0.
 
        t\btr\bra\bap\bp [-\b-l\blp\bpP\bP] [[_\ba_\bc_\bt_\bi_\bo_\bn] _\bs_\bi_\bg_\bs_\bp_\be_\bc ...]
               The _\ba_\bc_\bt_\bi_\bo_\bn is a command that is read and executed when the shell
-              receives  any  of the signals _\bs_\bi_\bg_\bs_\bp_\be_\bc.  If _\ba_\bc_\bt_\bi_\bo_\bn is absent (and
+              receives any of the signals _\bs_\bi_\bg_\bs_\bp_\be_\bc.  If _\ba_\bc_\bt_\bi_\bo_\bn is  absent  (and
               there is a single _\bs_\bi_\bg_\bs_\bp_\be_\bc) or -\b-, each specified _\bs_\bi_\bg_\bs_\bp_\be_\bc is reset
-              to the value it had when the shell was started.   If  _\ba_\bc_\bt_\bi_\bo_\b is
-              the  null string the signal specified by each _\bs_\bi_\bg_\bs_\bp_\be_\bc is ignored
+              to  the  value  it had when the shell was started.  If _\ba_\bc_\bt_\bi_\bo_\bn is
+              the null string the signal specified by each _\bs_\bi_\bg_\bs_\bp_\be_\bc is  ignored
               by the shell and by the commands it invokes.
 
-              If no arguments are supplied, t\btr\bra\bap\bp displays the actions  associ-
+              If  no arguments are supplied, t\btr\bra\bap\bp displays the actions associ-
               ated with each trapped signal as a set of t\btr\bra\bap\bp commands that can
-              be  reused as shell input to restore the current signal disposi-
-              tions.  If -\b-p\bp is given, and _\ba_\bc_\bt_\bi_\bo_\bn is  not  present,  then  t\btr\bra\bap\bp
-              displays  the  actions  associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc or, if none
+              be reused as shell input to restore the current signal  disposi-
+              tions.   If  -\b-p\bp  is  given, and _\ba_\bc_\bt_\bi_\bo_\bn is not present, then t\btr\bra\bap\bp
+              displays the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc  or,  if  none
               are supplied, for all trapped signals, as a set of t\btr\bra\bap\bp commands
-              that can be reused as shell input to restore the current  signal
-              dispositions.   The  -\b-P\bP  option  behaves similarly, but displays
-              only the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  -\b-P\b re-
-              quires  at least one _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  The -\b-P\bP or -\b-p\bp options may
-              be used in a subshell environment (e.g.,  command  substitution)
-              and,  as  long  as they are used before t\btr\bra\bap\bp is used to change a
+              that  can be reused as shell input to restore the current signal
+              dispositions.  The -\b-P\bP option  behaves  similarly,  but  displays
+              only  the actions associated with each _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  -\b-P\bP re-
+              quires at least one _\bs_\bi_\bg_\bs_\bp_\be_\bc argument.  The -\b-P\bP or -\b-p\bp options  may
+              be  used  in a subshell environment (e.g., command substitution)
+              and, as long as they are used before t\btr\bra\bap\bp is used  to  change  a
               signal's handling, will display the state of its parent's traps.
 
-              The -\b-l\bl option prints a list of signal  names  and  their  corre-
-              sponding  numbers.  Each _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a signal name defined
+              The  -\b-l\bl  option  prints  a list of signal names and their corre-
+              sponding numbers.  Each _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a signal name  defined
               in <_\bs_\bi_\bg_\bn_\ba_\bl_\b._\bh>, or a signal number.  Signal names are case insen-
-              sitive and the S\bSI\bIG\bG prefix is optional.  If -\b-l\bl is  supplied  with
+              sitive  and  the S\bSI\bIG\bG prefix is optional.  If -\b-l\bl is supplied with
               no _\bs_\bi_\bg_\bs_\bp_\be_\bc arguments, it prints a list of valid signal names.
 
-              If  a  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is E\bEX\bXI\bIT\bT (0), _\ba_\bc_\bt_\bi_\bo_\bn is executed on exit from the
-              shell.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, _\ba_\bc_\bt_\bi_\bo_\bn is executed  before  every
-              _\bs_\bi_\bm_\bp_\bl_\b _\bc_\bo_\bm_\bm_\ba_\bn_\bd,  _\bf_\bo_\br  command, _\bc_\ba_\bs_\be command, _\bs_\be_\bl_\be_\bc_\bt command, ((
-              arithmetic command, [[ conditional command, arithmetic _\bf_\bo_\b com-
-              mand,  and before the first command executes in a shell function
-              (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR above).  Refer  to  the  description  of  the
-              e\bex\bxt\btd\bde\beb\bbu\bug\b shell  option (see s\bsh\bho\bop\bpt\bt above) for details of its ef-
-              fect on the D\bDE\bEB\bBU\bUG\bG trap.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is R\bRE\bET\bTU\bUR\bRN\bN, _\ba_\bc_\bt_\bi_\bo_\bn is  exe-
+              If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is E\bEX\bXI\bIT\bT (0), _\ba_\bc_\bt_\bi_\bo_\bn is executed on  exit  from  the
+              shell.   If  a _\bs_\bi_\bg_\bs_\bp_\be_\bc is D\bDE\bEB\bBU\bUG\bG, _\ba_\bc_\bt_\bi_\bo_\bn is executed before every
+              _\bs_\bi_\bm_\bp_\bl_\b_\bc_\bo_\bm_\bm_\ba_\bn_\bd, _\bf_\bo_\br command, _\bc_\ba_\bs_\be command,  _\bs_\be_\bl_\be_\bc_\bt  command,  ((
+              arithmetic  command, [[ conditional command, arithmetic _\bf_\bo_\br com-
+              mand, and before the first command executes in a shell  function
+              (see  S\bSH\bHE\bEL\bLL\bL  G\bGR\bRA\bAM\bMM\bMA\bAR\bR  above).   Refer  to the description of the
+              e\bex\bxt\btd\bde\beb\bbu\bug\bshell option (see s\bsh\bho\bop\bpt\bt above) for details of  its  ef-
+              fect  on the D\bDE\bEB\bBU\bUG\bG trap.  If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is R\bRE\bET\bTU\bUR\bRN\bN, _\ba_\bc_\bt_\bi_\bo_\bn is exe-
               cuted each time a shell function or a script executed with the .\b.
               or s\bso\bou\bur\brc\bce\be builtins finishes executing.
 
-              If  a  _\bs_\bi_\bg_\bs_\bp_\be_\bc  is  E\bER\bRR\bR,  _\ba_\bc_\bt_\bi_\bo_\bn 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 E\bER\bRR\bR  trap  is  not  executed  if  the
+              If a _\bs_\bi_\bg_\bs_\bp_\be_\bc is E\bER\bRR\bR, _\ba_\bc_\bt_\bi_\bo_\bn  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  E\bER\bRR\bR  trap  is  not executed if the
               failed command is part of the command list immediately following
-              a  w\bwh\bhi\bil\ble\be  or u\bun\bnt\bti\bil\bl keyword, part of the test in an _\bi_\bf statement,
-              part of a command executed in a &\b&&\b& or |\b||\b| list except the command
-              following the final &\b&&\b& or |\b||\b|, any command in a pipeline but  the
-              last  (subject to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or if
-              the command's return value is being inverted using !\b!.  These are
-              the same conditions obeyed by the e\ber\brr\bre\bex\bxi\bit\bt (-\b-e\be) option.
+              a w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bl reserved word, part of the test in an _\bi_\bf state-
+              ment, part of a command executed in a &\b&&\b& or |\b||\b| list  except  the
+              command  following the final &\b&&\b& or |\b||\b|, any command in a pipeline
+              but the last (subject to the state of  the  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  shell  op-
+              tion),  or if the command's return value is being inverted using
+              !\b!.  These are the same conditions obeyed by the e\ber\brr\bre\bex\bxi\bit\bt (-\b-e\be) op-
+              tion.
 
               When the shell is not interactive, signals ignored upon entry to
               the shell cannot be trapped or reset.  Interactive shells permit
@@ -7196,7 +7251,7 @@ S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE
                      locale's collation sequence and _\bs_\bt_\br_\bc_\bo_\bl_\bl(3).
 
        c\bco\bom\bmp\bpa\bat\bt4\b41\b1
-              +\bo      In  _\bp_\bo_\bs_\bi_\bx mode, t\bti\bim\bme\be may be followed by options and still
+              +\bo      In  posix mode, t\bti\bim\bme\be may be followed by options and still
                      be recognized as a reserved word (this is POSIX interpre-
                      tation 267).
               +\bo      In _\bp_\bo_\bs_\bi_\bx mode, the parser requires that an even number of
@@ -7327,8 +7382,8 @@ R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL
        +\bo      Importing function definitions from  the  shell  environment  at
               startup.
 
-       +\bo      Parsing  the  value  of  S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from the shell environment at
-              startup.
+       +\bo      Parsing  the values of B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS and S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from the shell en-
+              vironment at startup.
 
        +\bo      Redirecting output using the >, >|, <>, >&, &>, and >>  redirec-
               tion operators.
@@ -7408,7 +7463,7 @@ B\bBU\bUG\bG R\bRE\bEP\bPO\bOR\bRT\bTS\bS
        The version number of b\bba\bas\bsh\bh
        The hardware and operating system
        The compiler used to compile
-       A description of the bug behaviour
+       A description of the bug behavior
        A short script or "recipe" which exercises the bug
 
        _\bb_\ba_\bs_\bh_\bb_\bu_\bg  inserts  the first three items automatically into the template
@@ -7421,7 +7476,7 @@ B\bBU\bUG\bGS\bS
        It's too big and too slow.
 
        There are some subtle differences between b\bba\bas\bsh\bh and traditional versions
-       of s\bsh\bh, mostly because of the P\bPO\bOS\bSI\bIX\bX specification.
+       of s\bsh\bh, mostly because of the POSIX specification.
 
        Aliases are confusing in some uses.
 
@@ -7437,4 +7492,4 @@ B\bBU\bUG\bGS\bS
 
        Array variables may not (yet) be exported.
 
-GNU Bash 5.3                   2024 December 12                        _\bB_\bA_\bS_\bH(1)
+GNU Bash 5.3                   2025 February 24                        _\bB_\bA_\bS_\bH(1)
index a5a8e445c24acf299727f611cd03d3cf285cea01..4e2eb5f1d71101a5748c35c3b4f6263cadf5fb48 100644 (file)
@@ -5,9 +5,13 @@
 .\"    Case Western Reserve University
 .\"    chet.ramey@case.edu
 .\"
-.\"    Last Change: Thu Dec 12 13:37:07 EST 2024
+.\"    Last Change: Mon Feb 24 16:09:49 EST 2025
 .\"
-.\" bash_builtins, strip all but Builtins section
+.\" For bash_builtins, strip all but "SHELL BUILTIN COMMANDS" section
+.\" For rbash, strip all but "RESTRICTED SHELL" section
+.\"
+.\" Both conditionalize text based on the base page being formatted
+.\" using the zZ and zY registers, respectively
 .\"
 .\" Ensure the registers are initialized to avoid groff warnings.
 .nr zZ +0
@@ -17,7 +21,7 @@
 .ds zY \" empty
 .if \n(zZ=1 .ig zZ
 .if \n(zY=1 .ig zY
-.TH BASH 1 "2024 December 12" "GNU Bash 5.3"
+.TH BASH 1 "2025 February 24" "GNU Bash 5.3"
 .\"
 .ie \n(.g \{\
 .ds ' \(aq
@@ -66,24 +70,40 @@ bash \- GNU Bourne-Again SHell
 [options]
 [command_string | file]
 .SH COPYRIGHT
-.if n Bash is Copyright (C) 1989-2024 by the Free Software Foundation, Inc.
-.if t Bash is Copyright \(co 1989-2024 by the Free Software Foundation, Inc.
+.if n Bash is Copyright (C) 1989-2025 by the Free Software Foundation, Inc.
+.if t Bash is Copyright \(co 1989-2025 by the Free Software Foundation, Inc.
 .SH DESCRIPTION
 .B Bash
-is an \fBsh\fP-compatible command language interpreter that
+is a command language interpreter that
 executes commands read from the standard input, from a string,
 or from a file.
+It is a reimplementation and extension of the Bourne shell,
+the historical Unix command language interpreter.
 .B Bash
 also incorporates useful features from the \fIKorn\fP and \fIC\fP
 shells (\fBksh\fP and \fBcsh\fP).
 .PP
-POSIX is the name for a family of computing standards based on Unix.
+.SM POSIX
+is the name for a family of computing standards based on Unix.
 .B Bash
 is intended to be a conformant implementation of the
-Shell and Utilities portion of the IEEE POSIX specification
-(IEEE Standard 1003.1).
+Shell and Utilities portion of the IEEE
+.SM POSIX
+specification (IEEE Standard 1003.1).
 .B Bash
-can be configured to be POSIX-conformant by default.
+.SM POSIX
+mode (hereafter referred to as \fIposix mode\fP)
+changes the shell's behavior where its default operation differs
+from the standard to strictly conform to the standard.
+See
+.SM
+.B "SEE ALSO"
+below for a reference to a document that details how posix mode affects
+\fBbash\fP's behavior.
+.B Bash
+can be configured to be
+.SM POSIX\c
+-conformant by default.
 .SH OPTIONS
 All of the single-character shell options documented in the
 description of the \fBset\fP builtin command, including \fB\-o\fP,
@@ -244,13 +264,11 @@ This option is on by default if the shell is invoked as
 .BR sh .
 .TP
 .B \-\-posix
-Change the behavior of \fBbash\fP where the default operation differs
-from the POSIX standard to match the standard (\fIposix mode\fP).
-See
-.SM
-.B "SEE ALSO"
-below for a reference to a document that details how posix mode affects
-\fBBash\fP's behavior.
+Enable posix mode;
+change the behavior of \fBbash\fP
+where the default operation differs from the
+.SM POSIX
+standard to match the standard.
 .TP
 .B \-\-restricted
 The shell becomes restricted (see
@@ -270,9 +288,9 @@ If arguments remain after option processing, and neither the
 .B \-c
 nor the
 .B \-s
-option has been supplied, the first argument is assumed to
-be the name of a file containing shell commands (a \fIshell script\fP).
-If
+option has been supplied, the first argument is treated as
+the name of a file containing shell commands (a \fIshell script\fP).
+When
 .B bash
 is invoked in this fashion,
 .B $0
@@ -283,8 +301,9 @@ reads and executes commands from this file, then exits.
 \fBBash\fP's exit status is the exit status of the last command
 executed in the script.
 If no commands are executed, the exit status is 0.
-Bash first attempts to open the file in the current directory, and,
-if no file is found, then searches the directories in
+.B Bash
+first attempts to open the file in the current directory,
+and, if no file is found, searches the directories in
 .SM
 .B PATH
 for the script.
@@ -295,12 +314,12 @@ or one started with the
 .B \-\-login
 option.
 .PP
-An \fIinteractive\fP shell is one started without non-option arguments
+An \fIinteractive shell\fP is one started without non-option arguments
 (unless \fB\-s\fP is specified)
 and without the
 .B \-c
 option,
-whose standard input and standard error are
+and whose standard input and standard error are
 both connected to terminals (as determined by
 .IR isatty (3)),
 or one started with the
@@ -397,10 +416,12 @@ is invoked with the name
 it tries to mimic the startup behavior of historical versions of
 .B sh
 as closely as possible,
-while conforming to the POSIX standard as well.
+while conforming to the
+.SM POSIX
+standard as well.
 When invoked as an interactive login shell, or a non-interactive
-shell with the \fB\-\-login\fP option, it first attempts to
-read and execute commands from
+shell with the \fB\-\-login\fP option, it first attempts to read
+and execute commands from
 .FN /etc/profile
 and
 .FN \*~/.profile ,
@@ -425,6 +446,7 @@ option has no effect.
 A non-interactive shell invoked with the name
 .B sh
 does not attempt to read any other startup files.
+.PP
 When invoked as
 .BR sh ,
 .B bash
@@ -434,7 +456,9 @@ When
 .B bash
 is started in posix mode, as with the
 .B \-\-posix
-command line option, it follows the POSIX standard for startup files.
+command line option, it follows the
+.SM POSIX
+standard for startup files.
 In this mode, interactive shells expand the
 .SM
 .B ENV
@@ -605,7 +629,9 @@ If the
 reserved word precedes a pipeline, the shell reports the
 elapsed as well as user and system time consumed by its execution
 when the pipeline terminates.
-The \fB\-p\fP option changes the output format to that specified by POSIX.
+The \fB\-p\fP option changes the output format to that specified by
+.SM POSIX\c
+\&.
 When the shell is in posix mode, it does not recognize
 \fBtime\fP as a reserved word if the next token begins with a
 .Q \- .
@@ -745,8 +771,11 @@ otherwise the return status is 1.
 The \fIexpression\fP
 undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in \fIexpression\fP are not treated
+but unescaped double quote characters
+in \fIexpression\fP are not treated
 specially and are removed.
+Since this can potentially result in empty strings, this command treats
+those as expressions that evaluate to 0.
 .TP
 \fB[[\fP \fIexpression\fP \fB]]\fP
 .PD
@@ -784,8 +813,12 @@ instead of having any special pattern matching meaning.
 An additional binary operator, \fB=\*~\fP, is available, with the same
 precedence as \fB==\fP and \fB!=\fP.
 When it is used, the string to the right of the operator is considered
-a POSIX extended regular expression and matched accordingly
-(using the POSIX \fIregcomp\fP and \fIregexec\fP interfaces
+a
+.SM POSIX
+extended regular expression and matched accordingly
+(using the
+.SM POSIX
+\fIregcomp\fP and \fIregexec\fP interfaces
 usually described in
 .IR regex (3)).
 The return value is 0 if the string matches
@@ -870,7 +903,7 @@ operators do not evaluate \fIexpression2\fP if the value of
 the entire conditional expression.
 .RE
 .TP
-\fBfor\fP \fIname\fP [ [ \fBin\fP [ \fIword .\|.\|.\&\fP ] ] ; ] \fBdo\fP \fIlist\fP ; \fBdone\fP
+\fBfor\fP \fIname\fP [ [ \fBin\fP \fIword .\|.\|.\&\fP ] ; ] \fBdo\fP \fIlist\fP ; \fBdone\fP
 First, expand The list of words following \fBin\fP, generating a list
 of items.
 Then, the variable \fIname\fP is set to each element of this list
@@ -884,7 +917,7 @@ The return status is the exit status of the last command that executes.
 If the expansion of the items following \fBin\fP results in an empty
 list, no commands are executed, and the return status is 0.
 .TP
-\fBfor\fP (( \fIexpr1\fP ; \fIexpr2\fP ; \fIexpr3\fP )) ; \fBdo\fP \fIlist\fP ; \fBdone\fP
+\fBfor\fP (( \fIexpr1\fP ; \fIexpr2\fP ; \fIexpr3\fP )) [;] \fBdo\fP \fIlist\fP ; \fBdone\fP
 First, evaluate the arithmetic expression \fIexpr1\fP according
 to the rules described below under
 .SM
@@ -973,7 +1006,7 @@ Using \fB;&\fP in place of \fB;;\fP causes execution to continue with
 the \fIlist\fP associated with the next pattern list.
 Using \fB;;&\fP in place of \fB;;\fP causes the shell to test the next
 pattern list in the statement, if any, and execute any associated \fIlist\fP
-if the match succeeds.
+if the match succeeds,
 continuing the case statement execution as if the pattern list had not matched.
 The exit status is zero if no pattern matches.
 .IP
@@ -1103,7 +1136,9 @@ parentheses are not supplied, the braces are recommended.
 \fIcompound\-command\fP is executed whenever \fIfname\fP is specified as the
 name of a simple command.
 When in posix mode, \fIfname\fP must be a valid shell \fIname\fP
-and may not be the name of one of the POSIX \fIspecial builtins\fP.
+and may not be the name of one of the
+.SM POSIX
+\fIspecial builtins\fP.
 In default mode, a function name can be any unquoted shell word that does
 not contain \fB$\fP.
 .PP
@@ -1221,8 +1256,8 @@ The special parameters
 .B *
 and
 .B @
-have special meaning when in double
-quotes (see
+have special meaning when in double quotes
+(see
 .SM
 .B PARAMETERS
 below).
@@ -1349,7 +1384,7 @@ below).
 .PP
 A
 .I variable
-may be assigned to by a statement of the form
+is assigned to using a statement of the form
 .RS
 .PP
 \fIname\fP=[\fIvalue\fP]
@@ -1390,25 +1425,34 @@ one or more instances of the \fBcommand\fP builtin and retain these
 assignment statement properties.
 .PP
 In the context where an assignment statement is assigning a value
-to a shell variable or array index,
-the += operator appends to or adds to
+to a shell variable or array index, the
+.Q +=
+operator appends to or adds to
 the variable's previous value.
 This includes arguments to \fIdeclaration\fP commands such as
-\fBdeclare\fP that accept assignment statements.
-When += is applied to a variable
-for which the \fBinteger\fP attribute has been set,
+.B \%declare
+that accept assignment statements.
+When
+.Q +=
+is applied to a variable for which the
+.B \%integer
+attribute has been set,
 the variable's current value and \fIvalue\fP are each evaluated as
 arithmetic expressions,
 and the sum of the results is assigned as the variable's value.
 The current value is usually an integer constant, but may be an expression.
-When += is applied to an array variable using compound assignment
+When
+.Q +=
+is applied to an array variable using compound assignment
 (see
 .B Arrays
-below), the
-variable's value is not unset (as it is when using =), and new
-values are appended to the array beginning at one greater than the array's
-maximum index (for indexed arrays) or added as additional key\-value pairs
-in an associative array.
+below),
+the variable's value is not unset
+(as it is when using
+.@ = ),
+and new values are appended to the array
+beginning at one greater than the array's maximum index (for indexed arrays)
+or added as additional key\-value pairs in an associative array.
 When applied to a string-valued variable, \fIvalue\fP is expanded and
 appended to the variable's value.
 .PP
@@ -1448,6 +1492,13 @@ array variables.
 Namerefs can be unset using the \fB\-n\fP option to the \fBunset\fP builtin.
 Otherwise, if \fBunset\fP is executed with the name of a nameref variable
 as an argument, the variable referenced by the nameref variable is unset.
+.PP
+When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name,
+as described below
+(see
+.SM
+.BR ENVIRONMENT ).
 .SS Positional Parameters
 A
 .I positional parameter
@@ -1625,6 +1676,8 @@ If this variable is in the environment when
 .B bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is read-only.
 .TP
 .B BASHPID
@@ -1768,7 +1821,7 @@ have no effect, and it may not be unset.
 .B BASH_LOADABLES_PATH
 A colon-separated list of directories in which the
 .B enable
-command.
+command
 looks for
 dynamically loadable builtins.
 .TP
@@ -2163,7 +2216,9 @@ is unset, it loses its special properties, even if it is
 subsequently reset.
 .TP
 .B READLINE_ARGUMENT
-Any numeric argument given to a \fBreadline\fP command that was defined using
+Any numeric argument given to a
+.B \%readline
+command that was defined using
 .Q "bind \-x"
 (see
 .SM
@@ -2245,6 +2300,8 @@ If this variable is in the environment when
 .B bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is read-only.
 .TP
 .B SHLVL
@@ -2360,9 +2417,10 @@ A sample value is
 .TP
 .B CHILD_MAX
 Set the number of exited child status values for the shell to remember.
-\fBBash\fP will not allow this value to be decreased below a POSIX-mandated
-minimum, and there is a maximum value (currently 8192) that this may
-not exceed.
+\fBBash\fP will not allow this value to be decreased below a
+.SM POSIX\c
+-mandated minimum,
+and there is a maximum value (currently 8192) that this may not exceed.
 The minimum value is system-dependent.
 .TP
 .B COLUMNS
@@ -2562,7 +2620,9 @@ When this variable is assigned a value, the history file is truncated,
 if necessary, to contain no more than that number of lines
 by removing the oldest entries.
 The history file is also truncated to this size after
-writing it when a shell exits or by the \fBhistory\fP builtin.
+writing it when a shell exits or by the
+.B \%history
+builtin.
 If the value is 0, the history file is truncated to zero size.
 Non-numeric values and numeric values less than zero inhibit truncation.
 The shell sets the default value to the value of
@@ -2599,8 +2659,26 @@ and are added to the history regardless of the value of
 .BR HISTIGNORE .
 If the first line was not saved, the second and subsequent lines of
 the command are not saved either.
-The pattern matching honors the setting of the \fBextglob\fP shell
-option.
+The pattern matching honors the setting of the
+.B \%extglob
+shell option.
+.IP
+.SM
+.B HISTIGNORE
+subsumes some of the function of
+.SM
+.BR HISTCONTROL .
+A pattern of
+.Q &
+is identical to
+.Q \%ignoredups ,
+and a pattern of
+.Q "[ ]*"
+is identical to
+.Q \%ignorespace .
+Combining these two patterns, separating them with a colon,
+provides the functionality of
+.Q \%ignoreboth .
 .TP
 .B HISTSIZE
 The number of commands to remember in the command history (see
@@ -2649,7 +2727,7 @@ to obtain the list of possible hostname completions.
 When
 .SM
 .B HOSTFILE
-is unset, \fBbash\fP clears the the hostname list.
+is unset, \fBbash\fP clears the hostname list.
 .TP
 .B IFS
 The
@@ -2817,15 +2895,22 @@ The default path is system-dependent,
 and is set by the administrator who installs
 .BR bash .
 A common value is
-.na
-.Q /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin .
-.ad
+.RS
+.RS 5n
+.EX
+/usr/local/bin:/usr/local/sbin:\c
+.if \n(LL<78n .br
+/usr/bin:/usr/sbin:/bin:/sbin
+.EE
+.RE
+.RE
 .TP
 .B POSIXLY_CORRECT
 If this variable is in the environment when \fBbash\fP starts, the shell
 enters posix mode before reading the startup files, as if the
 .B \-\-posix
-invocation option had been supplied.  If it is set while the shell is
+invocation option had been supplied.
+If it is set while the shell is
 running, \fBbash\fP enables posix mode, as if the command
 .Q "set \-o posix"
 had been executed.
@@ -3017,10 +3102,13 @@ The second character is the \fIquick substitution\fP character, normally
 When it appears as the first character on the line,
 history substitution repeats the previous command,
 replacing one string with another.
-The optional third character is the character which indicates that
-the remainder of the line is a comment when found as the first character
-of a word, normally
-.Q \fB#\fP .
+The optional third character is the
+\fIhistory comment\fP
+character,  normally
+.Q \fB#\fP ,
+which indicates
+that the remainder of the line is a comment
+when it appears as the first character of a word.
 The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
@@ -3036,34 +3124,65 @@ There is no maximum
 limit on the size of an array, nor any requirement that members
 be indexed or assigned contiguously.
 Indexed arrays are referenced using arithmetic expressions
-that must expand to an integer and are zero-based;
+that must expand to an integer
+(see
+.SM
+.B
+ARITHMETIC EVALUATION
+below)
+and are zero-based;
 associative arrays are referenced using arbitrary strings.
 Unless otherwise noted, indexed array indices must be non-negative integers.
 .PP
-An indexed array is created automatically if any variable is assigned to
-using the syntax
-\fIname\fP[\fIsubscript\fP]=\fIvalue\fP.
+The shell performs
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on indexed array subscripts.
+Since this
+can potentially result in empty strings,
+subscript indexing treats
+those as expressions that evaluate to 0.
+.PP
+The shell performs
+tilde expansion,
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on associative array subscripts.
+Empty strings cannot be used as associative array keys.
+.PP
+\fBBash\fP automatically creates an indexed array
+if any variable is assigned to using the syntax
+.RS
+\fIname\fP[\fIsubscript\fP]=\fIvalue\fP
+\&.
+.RE
 The
 .I subscript
 is treated as an arithmetic expression that must evaluate to a number
 greater than or equal to zero.
 To explicitly declare an indexed array, use
-.B declare \-a \fIname\fP
+.RS
+.BI "declare \-a\ " name
+.RE
 (see
 .SM
 .B "SHELL BUILTIN COMMANDS"
 below).
-.B declare \-a \fIname\fP[\fIsubscript\fP]
+.RS
+\fBdeclare \-a\fP \fIname\fP[\fIsubscript\fP]
+.RE
 is also accepted; the \fIsubscript\fP is ignored.
 .PP
 Associative arrays are created using
-.BR "declare \-A \fIname\fP" .
+.RS
+.BI "declare \-A\ " name
+.RE
+\&.
 .PP
-Attributes may be
-specified for an array variable using the
-.B declare
+Attributes may be specified for an array variable using the
+.B \%declare
 and
-.B readonly
+.B \%readonly
 builtins.
 Each attribute applies to all members of an array.
 .PP
@@ -3112,7 +3231,9 @@ interpreted as relative to one greater than the maximum index of
 \fIname\fP, so negative indices count back from the end of the
 array, and an index of \-1 references the last element.
 .PP
-The += operator appends to an array variable when assigning
+The
+.Q +=
+operator appends to an array variable when assigning
 using the compound assignment syntax; see
 .SM
 .B PARAMETERS
@@ -3284,12 +3405,12 @@ need not exist.
 Patterns to be brace expanded are formed from an optional
 .IR preamble ,
 followed by either a series of comma-separated strings or
-a sequence expression between a pair of braces, followed by
-an optional
+a sequence expression between a pair of braces,
+followed by an optional
 .IR postscript .
-The preamble is prefixed to each string contained
-within the braces, and the postscript is then appended
-to each resulting string, expanding left to right.
+The preamble is prefixed to each string contained within the braces,
+and the postscript is then appended to each resulting string,
+expanding left to right.
 .PP
 Brace expansions may be nested.
 The results of each expanded string are not sorted;
@@ -3298,20 +3419,17 @@ For example, a\fB{\fPd,c,b\fB}\fPe expands into
 .Q "ade ace abe" .
 .PP
 A sequence expression takes the form
-\fB{\fP\fIx\fP\fB..\fP\fIy\fP\fB[..\fP\fIincr\fP\fB]}\fP,
+\fIx\fP\fB..\fP\fIy\fP\fB[..\fP\fIincr\fP\fB]\fP,
 where \fIx\fP and \fIy\fP are either integers or single letters,
 and \fIincr\fP, an optional increment, is an integer.
 When integers are supplied, the expression expands to each number between
 \fIx\fP and \fIy\fP, inclusive.
-If either \fIx\fP or \fIy\fP begins with \fI0\fP,
+If either \fIx\fP or \fIy\fP begins with a zero,
 each generated term will contain the same number of digits,
 zero-padding where necessary.
-When either \fIx\fP or \fPy\fP begins with a zero, the shell
-attempts to force all generated terms to contain the same number of digits,
-zero-padding where necessary.
 When letters are supplied, the expression expands to each character
 lexicographically between \fIx\fP and \fIy\fP, inclusive,
-using the default C locale.
+using the C locale.
 Note that both \fIx\fP and \fIy\fP must be of the same type
 (integer or letter).
 When the increment is supplied, it is used as the difference between
@@ -3331,22 +3449,32 @@ and closing braces, and at least one unquoted comma or a valid
 sequence expression.
 Any incorrectly formed brace expansion is left unchanged.
 .PP
-A \fB{\fP or \fB,\fP may be quoted with a backslash to prevent its
+A
+.Q {
+or
+Q ,
+may be quoted with a backslash to prevent its
 being considered part of a brace expression.
-To avoid conflicts with parameter expansion, the string \fB${\fP
-is not considered eligible for brace expansion, and inhibits brace
-expansion until the closing \fB}\fP.
+To avoid conflicts with parameter expansion, the string
+.Q ${
+is not considered eligible for brace expansion,
+and inhibits brace expansion until the closing
+.Q } .
 .PP
 This construct is typically used as shorthand when the common
 prefix of the strings to be generated is longer than in the
 above example:
-.RS
 .PP
+.RS
+.EX
 mkdir /usr/local/src/bash/{old,new,dist,bugs}
+.EE
 .RE
 or
 .RS
+.EX
 chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
+.EE
 .RE
 .PP
 Brace expansion introduces a slight incompatibility with
@@ -3356,14 +3484,15 @@ historical versions of
 does not treat opening or closing braces specially when they
 appear as part of a word, and preserves them in the output.
 .B Bash
-removes braces from words as a consequence of brace
-expansion.
+removes braces from words as a consequence of brace expansion.
 For example, a word entered to
 .B sh
-as \fIfile{1,2}\fP
+as
+.Q file{1,2}
 appears identically in the output.
-\fBBash\fP outputs that word as
-.I file1 file2
+.B Bash
+outputs that word as
+.Q "file1 file2"
 after brace expansion.
 Start
 .B bash
@@ -3457,8 +3586,9 @@ of variable assignments (as described above under
 .SM
 .BR PARAMETERS )
 when they appear as arguments to simple commands.
-\fBBash\fP does not do this, except for the \fIdeclaration\fP commands listed
-above, when in posix mode.
+\fBBash\fP does not do this,
+except for the \fIdeclaration\fP commands listed above,
+when in posix mode.
 .SS Parameter Expansion
 The
 .Q \fB$\fP
@@ -3578,9 +3708,15 @@ starting at the character specified by \fIoffset\fP.
 If \fIparameter\fP is \fB@\fP or \fB*\fP, an indexed array subscripted by
 \fB@\fP or \fB*\fP, or an associative array name, the results differ as
 described below.
-If \fIlength\fP is omitted, expands to the substring of the value of
+If \fB:\fP\fIlength\fP is omitted (the first form above), this
+expands to the substring of the value of
 \fIparameter\fP starting at the character specified by \fIoffset\fP
 and extending to the end of the value.
+If \fIoffset\fP is omitted,
+it is treated as 0.
+If \fIlength\fP is omitted,
+but the colon after \fIoffset\fP is present,
+it is treated as 0.
 \fIlength\fP and \fIoffset\fP are arithmetic expressions (see
 .SM
 .B
@@ -3762,10 +3898,9 @@ ${\fIparameter\fP\fB/#\fP\fIpattern\fP\fB/\fP\fIstring\fP}
 ${\fIparameter\fP\fB/%\fP\fIpattern\fP\fB/\fP\fIstring\fP}
 .PD
 \fBPattern substitution\fP.
-The \fIpattern\fP is expanded to produce a pattern just as in
-pathname expansion and matched against the expanded value of
-\fIparameter\fP
-using the rules described under
+The \fIpattern\fP is expanded to produce a pattern
+and matched against the expanded value of \fIparameter\fP
+as described under
 .B "Pattern Matching"
 below.
 The longest match of \fIpattern\fP
@@ -3845,18 +3980,29 @@ ${\fIparameter\fP\fB,,\fP\fIpattern\fP}
 .PD
 \fBCase modification\fP.
 This expansion modifies the case of alphabetic characters in \fIparameter\fP.
-The \fIpattern\fP is expanded to produce a pattern just as in
-pathname expansion.
-Each character in the expanded value of \fIparameter\fP is tested against
-\fIpattern\fP, and, if it matches the pattern, its case is converted.
+First, the \fIpattern\fP is expanded to produce a pattern
+as described below under
+.SM
+.BR "Pattern Matching" .
+.B Bash
+then examines characters in the expanded value of \fIparameter\fP
+against \fIpattern\fP as described below.
+If a character matches the pattern, its case is converted.
 The pattern should not attempt to match more than one character.
 .IP
-The \fB\*^\fP operator converts lowercase letters matching \fIpattern\fP
-to uppercase; the \fB,\fP operator converts matching uppercase letters
-to lowercase.
-The \fB\*^\*^\fP and \fB,,\fP expansions convert each matched character in the
-expanded value; the \fB\*^\fP and \fB,\fP expansions match and convert only
-the first character in the expanded value.
+Using
+.Q \*^
+converts lowercase letters matching \fIpattern\fP to uppercase;
+.Q ,
+converts matching uppercase letters to lowercase.
+The
+\fB\*^\fP and \fB,\fP variants
+examine the first character in the expanded value
+and convert its case if it matches \fIpattern\fP;
+the
+\fB\*^\*^\fP and \fB,,\fP variants
+examine all characters in the expanded value
+and convert each one that matches \fIpattern\fP.
 If \fIpattern\fP is omitted, it is treated like a \fB?\fP, which matches
 every character.
 .IP
@@ -4043,11 +4189,16 @@ The
 .I expression
 undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in \fIexpression\fP are not treated specially
-and are removed.
+but unescaped double quote characters
+in \fIexpression\fP are not treated
+specially and are removed.
 All tokens in the expression undergo parameter and variable expansion,
 command substitution, and quote removal.
 The result is treated as the arithmetic expression to be evaluated.
+Since the way Bash handles double quotes
+can potentially result in empty strings,
+arithmetic expansion treats
+those as expressions that evaluate to 0.
 Arithmetic expansions may be nested.
 .PP
 The evaluation is performed according to the rules listed below under
@@ -4073,7 +4224,8 @@ This filename is
 passed as an argument to the current command as the result of the
 expansion.
 .PP
-If the \fB>(\fP\fIlist\^\fP\fB)\fP form is used, writing to
+If the
+\fB>(\fP\fIlist\^\fP\fB)\fP form is used, writing to
 the file provides input for \fIlist\fP.
 If the
 \fB<(\fP\fIlist\^\fP\fB)\fP form is used, reading the file
@@ -4083,7 +4235,7 @@ and the left parenthesis, otherwise the construct would be interpreted
 as a redirection.
 .PP
 Process substitution is supported on systems that support named
-pipes (\fIFIFOs\fP) or the \fB/dev/fd\fP method of naming open files.
+pipes (\fIFIFOs\fP) or the \fI/dev/fd\fP method of naming open files.
 .PP
 When available, process substitution is performed
 simultaneously with parameter and variable expansion,
@@ -4294,7 +4446,8 @@ make
 .Q .*
 one of the patterns in
 .SM
-.BR GLOBIGNORE .
+.B GLOBIGNORE\c
+\&.
 The
 .B dotglob
 option is disabled when
@@ -4306,13 +4459,14 @@ The
 pattern matching honors the setting of the \fBextglob\fP shell
 option.
 .PP
-The
+The value of the
 .SM
 .B GLOBSORT
 shell variable controls how the results of pathname expansion are sorted,
-as described above.
+as described above under
+.BR "Shell Variables" .
 .PP
-\fBPattern Matching\fP
+.B "Pattern Matching"
 .PP
 Any character that appears in a pattern, other than the special pattern
 characters described below, matches itself.
@@ -4388,7 +4542,9 @@ shell option.
 Within a bracket expression,
 \fIcharacter classes\fP can be specified using the syntax
 \fB[:\fP\fIclass\fP\fB:]\fP, where \fIclass\fP is one of the
-following classes defined in the POSIX standard:
+following classes defined in the
+.SM POSIX
+standard:
 .IP
 .RS
 .B
@@ -4641,7 +4797,7 @@ and the
 .B noclobber
 option to the
 .B set
-builtin has been enabled, the redirection fails if the file
+builtin command has been enabled, the redirection fails if the file
 whose name results from the expansion of \fIword\fP exists and is
 a regular file.
 If the redirection operator is
@@ -4652,11 +4808,11 @@ and the
 .B noclobber
 option to the
 .B set
-builtin command is not enabled,
+builtin is not enabled,
 \fBbash\fP attempts the redirection
 even if the file named by \fIword\fP exists.
 .SS Appending Redirected Output
-Redirecting  output in this fashion opens
+Redirecting output in this fashion opens
 the file whose name results from the expansion of
 .I word
 for appending on file descriptor
@@ -4741,7 +4897,7 @@ The format of here-documents is:
 .PP
 The shell does not perform
 parameter and variable expansion, command substitution,
-arithmetic expansion, or pathname expansion is performed on
+arithmetic expansion, or pathname expansion on
 .IR word .
 .PP
 If any part of
@@ -5411,7 +5567,9 @@ is non-zero.
 .TP
 \fIstring1\fP \fB=\fP \fIstring2\fP
 True if the strings are equal.
-\fB=\fP should be used with the \fBtest\fP command for POSIX conformance.
+\fB=\fP should be used with the \fBtest\fP command for
+.SM POSIX
+conformance.
 When used with the \fB[[\fP command, this performs pattern matching as
 described above (\fBCompound Commands\fP).
 .TP
@@ -5465,6 +5623,13 @@ are evaluated as arithmetic expressions (see
 .SM
 .B "ARITHMETIC EVALUATION"
 above).
+Since the expansions the \fB[[\fP command performs on
+.I arg1
+and
+.I arg2
+can potentially result in empty strings,
+arithmetic expression evaluation treats
+those as expressions that evaluate to 0.
 .PD
 .SH "SIMPLE COMMAND EXPANSION"
 When the shell executes a simple command, it performs the following
@@ -6009,6 +6174,9 @@ To facilitate the implementation of the user interface to job control,
 each process has a \fIprocess group ID\fP, and
 the operating system maintains the notion of a \fIcurrent terminal
 process group ID\fP.
+This terminal process group ID is associated with the
+\fIcontrolling terminal\fP.
+.PP
 Processes that have the same process group ID are said to be part of
 the same \fIprocess group\fP.
 Members of the \fIforeground\fP process group (processes whose
@@ -6020,18 +6188,21 @@ Processes in the foreground process group are said to be
 .I foreground
 processes.
 .I Background
-processes are those whose process group ID differs from the terminal's;
+processes are those whose process group ID differs from the
+controlling terminal's;
 such processes are immune to keyboard-generated signals.
-Only foreground processes are allowed to read from or, if the
-user so specifies with
+Only foreground processes are allowed to read from or,
+if the user so specifies with
 .Q "stty tostop" ,
-write to the terminal.
-Background processes which attempt to read from (write to when
-.Q tostop
-is in effect) the terminal are sent a
+write to the controlling terminal.
+The system sends a
 .SM
 .B "SIGTTIN (SIGTTOU)"
-signal by the kernel's terminal driver,
+signal to background processes which attempt to
+read from (write to when
+.Q tostop
+is in effect)
+the terminal,
 which, unless caught, suspends the process.
 .PP
 If the operating system on which
@@ -6941,7 +7112,7 @@ 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, \fBbash\fP sets the the maximum number of history entries to
+By default, \fBbash\fP sets the maximum number of history entries to
 the value of the \fBHISTSIZE\fP shell variable.
 Setting \fIhistory\-size\fP to a non-numeric value will set
 the maximum number of history entries to 500.
@@ -7322,11 +7493,11 @@ Words are composed of alphanumeric characters (letters and digits).
 Move back to the start of the current or previous word.
 Words are composed of alphanumeric characters (letters and digits).
 .TP
-.B shell\-forward\-word
+.B shell\-forward\-word (M\-C\-f)
 Move forward to the end of the next word.
 Words are delimited by non-quoted shell metacharacters.
 .TP
-.B shell\-backward\-word
+.B shell\-backward\-word (M\-C\-b)
 Move back to the start of the current or previous word.
 Words are delimited by non-quoted shell metacharacters.
 .TP
@@ -7355,7 +7526,7 @@ leaving the current line at the top of the screen.
 Clear the screen,
 then redraw the current line,
 leaving the current line at the top of the screen.
-With an argument, refresh the current line without clearing the
+With a numeric argument, refresh the current line without clearing the
 screen.
 .TP
 .B redraw\-current\-line
@@ -7600,7 +7771,7 @@ Negative arguments have no effect.
 .TP
 .B transpose\-words (M\-t)
 Drag the word before point past the word after point,
-moving point over that word as well.
+moving point past that word as well.
 If point is at the end of the line, this transposes
 the last two words on the line.
 .TP
@@ -7803,7 +7974,7 @@ the number of matches \fIN\fP;
 the word being completed;
 .IP \(bu
 \fIS\fP:\fIE\fP,
-where S and E are the start and end offsets of the word
+where \fIS\fP and \fIE\fP are the start and end offsets of the word
 in the \fBreadline\fP line buffer; then
 .IP \(bu
 each match, one per line
@@ -8320,7 +8491,7 @@ and
 .PP
 On startup, \fBbash\fP initializes the history list
 by reading history entries from the
-the file named by the
+file named by the
 .SM
 .B HISTFILE
 variable (default
@@ -9156,7 +9327,7 @@ before attempting the directory change.
 .IP
 If \fBcd\fP uses a non-empty directory name from
 .SM
-.BR CDPATH,
+.BR CDPATH ,
 or if \fB\-\fP is the first argument, and the directory change is
 successful, \fBcd\fP writes the absolute pathname of the new
 working directory to the standard output.
@@ -9705,7 +9876,7 @@ subsequent assignments.
 .PP
 The return value is 0 unless an invalid option is encountered,
 an attempt is made to define a function using
-.Q "\-f foo=bar" .
+.Q "\-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
@@ -9888,7 +10059,7 @@ If \fB\-n\fP is supplied, each \fIname\fP is disabled; otherwise,
 \fIname\fPs are enabled.
 For example, to use the
 .B test
-binary found usin g
+binary found using
 .SM
 .B PATH
 instead of the shell builtin version, run
@@ -9902,7 +10073,8 @@ shell builtins.
 If \fB\-n\fP is supplied, print only disabled builtins.
 If \fB\-a\fP is supplied, the list printed includes all builtins, with an
 indication of whether or not each is enabled.
-The \fB\-s\fP option means to restrict the output to the POSIX
+The \fB\-s\fP option means to restrict the output to the
+.SM POSIX
 \fIspecial\fP builtins.
 .IP
 The
@@ -9922,7 +10094,8 @@ to force a search of the current directory.
 The
 .B \-d
 option will delete a builtin previously loaded with \fB\-f\fP.
-If \fI\-s\fP is used with \fI\-f\fP, the new builtin becomes a POSIX
+If \fI\-s\fP is used with \fI\-f\fP, the new builtin becomes a
+.SM POSIX
 special builtin.
 .IP
 If no options are supplied and a \fIname\fP is not a shell builtin,
 is specified,
 .B help
 gives detailed help on all commands matching
-.IR pattern ;
+.I pattern
+as described below;
 otherwise it displays a list of
 all the builtins and shell compound commands.
+.IP
+Options, if supplied, have the follow meanings:
 .RS
-.PD 0
 .TP
+.PD 0
 .B \-d
 Display a short description of each \fIpattern\fP
 .TP
@@ -10331,6 +10507,21 @@ Display only a short usage synopsis for each \fIpattern\fP
 .PD
 .RE
 .IP
+If \fIpattern\fP contains pattern matching characters
+(see
+.SM
+.B "Pattern Matching"
+above)
+it's treated as a shell pattern and
+\fBhelp\fP prints the description of each
+help topic matching \fIpattern\fP.
+.IP
+If not, and \fIpattern\fP exactly matches the name of a help topic,
+\fBhelp\fP prints the description
+associated with that topic.
+Otherwise, \fBhelp\fP performs prefix matching and
+prints the descriptions of all matching help topics.
+.IP
 The return status is 0 unless no command matches
 .IR pattern .
 .TP
@@ -11200,7 +11391,7 @@ command that fails is part of the command list immediately following a
 .B while
 or
 .B until
-keyword,
+reserved word,
 part of the test following the
 .B if
 or
@@ -11373,10 +11564,13 @@ commands in the pipeline exit successfully.
 This option is disabled by default.
 .TP 8
 .B posix
-Change the behavior of
+Enable posix mode;
+change the behavior of
 .B bash
 where the default operation differs
-from the POSIX standard to match the standard (\fIposix mode\fP).
+from the
+.SM POSIX
+standard to match the standard.
 See
 .SM
 .B "SEE ALSO"
@@ -11732,8 +11926,6 @@ under
 .B compat43
 .TP 8
 .B compat44
-.TP 8
-.B compat50
 .PD
 These control aspects of the shell's compatibility mode
 (see
@@ -12264,7 +12456,8 @@ commands sort lexicographically using ASCII ordering.
 .PP
 The historical operator-precedence parsing with 4 or more arguments can
 lead to ambiguities when it encounters strings that look like primaries.
-The POSIX
+The
+.SM POSIX
 standard has deprecated the \fB\-a\fP and \fB\-o\fP
 primaries and enclosing expressions within parentheses.
 Scripts should no longer use them.
@@ -12397,7 +12590,7 @@ command is part of the command list immediately following a
 .B while
 or
 .B until
-keyword,
+reserved word,
 part of the test in an
 .I if
 statement, part of a command executed in a
@@ -12581,7 +12774,9 @@ allow this value to be set).
 The pipe size in 512-byte blocks (this may not be set).
 .TP
 .B \-q
-The maximum number of bytes in POSIX message queues.
+The maximum number of bytes in
+.SM POSIX
+message queues.
 .TP
 .B \-r
 The maximum real-time scheduling priority.
@@ -12899,14 +13094,18 @@ bash-4.1 and later use the current locale's collation sequence and
 .PD 0
 .RS
 .IP \(bu
-In \fIposix\fP mode, \fBtime\fP may be followed by options and still be
-recognized as a reserved word (this is POSIX interpretation 267).
+In posix mode, \fBtime\fP may be followed by options and still be
+recognized as a reserved word (this is
+.SM POSIX
+interpretation 267).
 .IP \(bu
 In \fIposix\fP mode, the parser requires that an even number of single
 quotes occur in the \fIword\fP portion of a double-quoted
 parameter expansion and treats them specially, so that characters within
 the single quotes are considered quoted
-(this is POSIX interpretation 221).
+(this is
+.SM POSIX
+interpretation 221).
 .RE
 .PD
 .TP
@@ -12920,7 +13119,9 @@ undergo quote removal, as it does in versions after bash-4.2.
 In posix mode, single quotes are considered special when expanding
 the \fIword\fP portion of a double-quoted parameter expansion
 and can be used to quote a closing brace or other special character
-(this is part of POSIX interpretation 221);
+(this is part of
+.SM POSIX
+interpretation 221);
 in later versions, single quotes
 are not special within double-quoted word expansions.
 .RE
@@ -13111,7 +13312,10 @@ builtin command.
 .IP \(bu
 Importing function definitions from the shell environment at startup.
 .IP \(bu
-Parsing the value of
+Parsing the values of
+.SM
+.B BASHOPTS
+and
 .SM
 .B SHELLOPTS
 from the shell environment at startup.
@@ -13239,7 +13443,7 @@ The hardware and operating system
 .TP
 The compiler used to compile
 .TP
-A description of the bug behaviour
+A description of the bug behavior
 .TP
 A short script or \c
 .Q recipe " \c"
@@ -13261,8 +13465,7 @@ There are some subtle differences between
 and traditional versions of
 .BR sh ,
 mostly because of the
-.SM
-.B POSIX
+.SM POSIX
 specification.
 .PP
 Aliases are confusing in some uses.
index 11f90e3b44b20932cccff412e20c192d0e2d71e1..c83ae04864bb48f030a617e952dd82a82071bd9b 100644 (file)
@@ -3,7 +3,7 @@
 </HEAD>
 <BODY><TABLE WIDTH=100%>
 <TR>
-<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2024 December 12<TH ALIGN=RIGHT width=33%>BASH(1)
+<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2025 February 24<TH ALIGN=RIGHT width=33%>BASH(1)
 </TR>
 </TABLE>
 <BR><A HREF="#index">Index</A>
@@ -48,30 +48,48 @@ bash - GNU Bourne-Again SHell
 <H3>COPYRIGHT</H3>
 
 
-Bash is Copyright &#169; 1989-2024 by the Free Software Foundation, Inc.
+Bash is Copyright &#169; 1989-2025 by the Free Software Foundation, Inc.
 <A NAME="lbAE">&nbsp;</A>
 <H3>DESCRIPTION</H3>
 
 <B>Bash</B>
 
-is an <B>sh</B>-compatible command language interpreter that
+is a command language interpreter that
 executes commands read from the standard input, from a string,
 or from a file.
+It is a reimplementation and extension of the Bourne shell,
+the historical Unix command language interpreter.
 <B>Bash</B>
 
 also incorporates useful features from the <I>Korn</I> and <I>C</I>
 shells (<B>ksh</B> and <B>csh</B>).
 <P>
 
-POSIX is the name for a family of computing standards based on Unix.
+<FONT SIZE=-1>POSIX</FONT>
+is the name for a family of computing standards based on Unix.
 <B>Bash</B>
 
 is intended to be a conformant implementation of the
-Shell and Utilities portion of the IEEE POSIX specification
-(IEEE Standard 1003.1).
+Shell and Utilities portion of the IEEE
+<FONT SIZE=-1>POSIX</FONT>
+specification (IEEE Standard 1003.1).
 <B>Bash</B>
 
-can be configured to be POSIX-conformant by default.
+<FONT SIZE=-1>POSIX</FONT>
+mode (hereafter referred to as <I>posix mode</I>)
+changes the shell's behavior where its default operation differs
+from the standard to strictly conform to the standard.
+See
+<FONT SIZE=-1><B>SEE ALSO</B>
+
+</FONT>
+below for a reference to a document that details how posix mode affects
+<B>bash</B>'s behavior.
+<B>Bash</B>
+
+can be configured to be
+<FONT SIZE=-1>POSIX</FONT>
+-conformant by default.
 <A NAME="lbAF">&nbsp;</A>
 <H3>OPTIONS</H3>
 
@@ -294,14 +312,11 @@ This option is on by default if the shell is invoked as
 <DT><B>--posix</B>
 
 <DD>
-Change the behavior of <B>bash</B> where the default operation differs
-from the POSIX standard to match the standard (<I>posix mode</I>).
-See
-<FONT SIZE=-1><B>SEE ALSO</B>
-
-</FONT>
-below for a reference to a document that details how posix mode affects
-<B>Bash</B>'s behavior.
+Enable posix mode;
+change the behavior of <B>bash</B>
+where the default operation differs from the
+<FONT SIZE=-1>POSIX</FONT>
+standard to match the standard.
 <DT><B>--restricted</B>
 
 <DD>
@@ -331,9 +346,9 @@ If arguments remain after option processing, and neither the
 nor the
 <B>-s</B>
 
-option has been supplied, the first argument is assumed to
-be the name of a file containing shell commands (a <I>shell script</I>).
-If
+option has been supplied, the first argument is treated as
+the name of a file containing shell commands (a <I>shell script</I>).
+When
 <B>bash</B>
 
 is invoked in this fashion,
@@ -347,8 +362,10 @@ reads and executes commands from this file, then exits.
 <B>Bash</B>'s exit status is the exit status of the last command
 executed in the script.
 If no commands are executed, the exit status is 0.
-Bash first attempts to open the file in the current directory, and,
-if no file is found, then searches the directories in
+<B>Bash</B>
+
+first attempts to open the file in the current directory,
+and, if no file is found, searches the directories in
 <FONT SIZE=-1><B>PATH</B>
 
 </FONT>
@@ -365,13 +382,13 @@ or one started with the
 option.
 <P>
 
-An <I>interactive</I> shell is one started without non-option arguments
+An <I>interactive shell</I> is one started without non-option arguments
 (unless <B>-s</B> is specified)
 and without the
 <B>-c</B>
 
 option,
-whose standard input and standard error are
+and whose standard input and standard error are
 both connected to terminals (as determined by
 <I>isatty</I>(3)),
 
@@ -518,10 +535,12 @@ it tries to mimic the startup behavior of historical versions of
 <B>sh</B>
 
 as closely as possible,
-while conforming to the POSIX standard as well.
+while conforming to the
+<FONT SIZE=-1>POSIX</FONT>
+standard as well.
 When invoked as an interactive login shell, or a non-interactive
-shell with the <B>--login</B> option, it first attempts to
-read and execute commands from
+shell with the <B>--login</B> option, it first attempts to read
+and execute commands from
 
 <A HREF="file:/etc/profile"><I>/etc/profile</I></A>
 
@@ -557,6 +576,8 @@ A non-interactive shell invoked with the name
 <B>sh</B>
 
 does not attempt to read any other startup files.
+<P>
+
 When invoked as
 <B>sh</B>,
 
@@ -571,7 +592,9 @@ When
 is started in posix mode, as with the
 <B>--posix</B>
 
-command line option, it follows the POSIX standard for startup files.
+command line option, it follows the
+<FONT SIZE=-1>POSIX</FONT>
+standard for startup files.
 In this mode, interactive shells expand the
 <FONT SIZE=-1><B>ENV</B>
 
@@ -806,7 +829,9 @@ If the
 reserved word precedes a pipeline, the shell reports the
 elapsed as well as user and system time consumed by its execution
 when the pipeline terminates.
-The <B>-p</B> option changes the output format to that specified by POSIX.
+The <B>-p</B> option changes the output format to that specified by
+<FONT SIZE=-1>POSIX</FONT>
+.
 When the shell is in posix mode, it does not recognize
 <B>time</B> as a reserved word if the next token begins with a
 
@@ -985,8 +1010,11 @@ otherwise the return status is 1.
 The <I>expression</I>
 undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in <I>expression</I> are not treated
+but unescaped double quote characters
+in <I>expression</I> are not treated
 specially and are removed.
+Since this can potentially result in empty strings, this command treats
+those as expressions that evaluate to 0.
 <DT><B>[[</B> <I>expression</I> <B>]]</B><DD>
 
 Evaluate the conditional expression <I>expression</I>
@@ -1025,8 +1053,12 @@ instead of having any special pattern matching meaning.
 An additional binary operator, <B>=~</B>, is available, with the same
 precedence as <B>==</B> and <B>!=</B>.
 When it is used, the string to the right of the operator is considered
-a POSIX extended regular expression and matched accordingly
-(using the POSIX <I>regcomp</I> and <I>regexec</I> interfaces
+a
+<FONT SIZE=-1>POSIX</FONT>
+extended regular expression and matched accordingly
+(using the
+<FONT SIZE=-1>POSIX</FONT>
+<I>regcomp</I> and <I>regexec</I> interfaces
 usually described in
 <I>regex</I>(3)).
 
@@ -1126,7 +1158,7 @@ operators do not evaluate <I>expression2</I> if the value of
 the entire conditional expression.
 </DL>
 
-<DT><B>for</B> <I>name</I> [ [ <B>in</B> [ <I>word ...</I> ] ] ; ] <B>do</B> <I>list</I> ; <B>done</B><DD>
+<DT><B>for</B> <I>name</I> [ [ <B>in</B> <I>word ...</I> ] ; ] <B>do</B> <I>list</I> ; <B>done</B><DD>
 First, expand The list of words following <B>in</B>, generating a list
 of items.
 Then, the variable <I>name</I> is set to each element of this list
@@ -1140,7 +1172,7 @@ below).
 The return status is the exit status of the last command that executes.
 If the expansion of the items following <B>in</B> results in an empty
 list, no commands are executed, and the return status is 0.
-<DT><B>for</B> (( <I>expr1</I> ; <I>expr2</I> ; <I>expr3</I> )) ; <B>do</B> <I>list</I> ; <B>done</B><DD>
+<DT><B>for</B> (( <I>expr1</I> ; <I>expr2</I> ; <I>expr3</I> )) [;] <B>do</B> <I>list</I> ; <B>done</B><DD>
 First, evaluate the arithmetic expression <I>expr1</I> according
 to the rules described below under
 <FONT SIZE=-1><B>ARITHMETIC EVALUATION</B>.
@@ -1240,7 +1272,7 @@ Using <B>;&amp;</B> in place of <B>;;</B> causes execution to continue with
 the <I>list</I> associated with the next pattern list.
 Using <B>;;&amp;</B> in place of <B>;;</B> causes the shell to test the next
 pattern list in the statement, if any, and execute any associated <I>list</I>
-if the match succeeds.
+if the match succeeds,
 continuing the case statement execution as if the pattern list had not matched.
 The exit status is zero if no pattern matches.
 <DT><DD>
@@ -1390,7 +1422,9 @@ parentheses are not supplied, the braces are recommended.
 <I>compound-command</I> is executed whenever <I>fname</I> is specified as the
 name of a simple command.
 When in posix mode, <I>fname</I> must be a valid shell <I>name</I>
-and may not be the name of one of the POSIX <I>special builtins</I>.
+and may not be the name of one of the
+<FONT SIZE=-1>POSIX</FONT>
+<I>special builtins</I>.
 In default mode, a function name can be any unquoted shell word that does
 not contain <B>$</B>.
 </DL>
@@ -1550,8 +1584,8 @@ The special parameters
 and
 <B>@</B>
 
-have special meaning when in double
-quotes (see
+have special meaning when in double quotes
+(see
 <FONT SIZE=-1><B>PARAMETERS</B>
 
 </FONT>
@@ -1722,7 +1756,7 @@ below).
 A
 <I>variable</I>
 
-may be assigned to by a statement of the form
+is assigned to using a statement of the form
 <DL COMPACT><DT><DD>
 <P>
 
@@ -1780,26 +1814,37 @@ assignment statement properties.
 <P>
 
 In the context where an assignment statement is assigning a value
-to a shell variable or array index,
-the += operator appends to or adds to
+to a shell variable or array index, the
+
+operator appends to or adds to
 the variable's previous value.
 This includes arguments to <I>declaration</I> commands such as
-<B>declare</B> that accept assignment statements.
-When += is applied to a variable
-for which the <B>integer</B> attribute has been set,
+<B>declare</B>
+
+that accept assignment statements.
+When
+
+is applied to a variable for which the
+<B>integer</B>
+
+attribute has been set,
 the variable's current value and <I>value</I> are each evaluated as
 arithmetic expressions,
 and the sum of the results is assigned as the variable's value.
 The current value is usually an integer constant, but may be an expression.
-When += is applied to an array variable using compound assignment
+When
+
+is applied to an array variable using compound assignment
 (see
 <B>Arrays</B>
 
-below), the
-variable's value is not unset (as it is when using =), and new
-values are appended to the array beginning at one greater than the array's
-maximum index (for indexed arrays) or added as additional key-value pairs
-in an associative array.
+below),
+the variable's value is not unset
+(as it is when using
+
+and new values are appended to the array
+beginning at one greater than the array's maximum index (for indexed arrays)
+or added as additional key-value pairs in an associative array.
 When applied to a string-valued variable, <I>value</I> is expanded and
 appended to the variable's value.
 <P>
@@ -1843,6 +1888,15 @@ array variables.
 Namerefs can be unset using the <B>-n</B> option to the <B>unset</B> builtin.
 Otherwise, if <B>unset</B> is executed with the name of a nameref variable
 as an argument, the variable referenced by the nameref variable is unset.
+<P>
+
+When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name,
+as described below
+(see
+<FONT SIZE=-1><B>ENVIRONMENT</B>).
+
+</FONT>
 <A NAME="lbAV">&nbsp;</A>
 <H4>Positional Parameters</H4>
 
@@ -2071,6 +2125,8 @@ If this variable is in the environment when
 
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is read-only.
 <DT><B>BASHPID</B>
 
@@ -2246,7 +2302,7 @@ have no effect, and it may not be unset.
 A colon-separated list of directories in which the
 <B>enable</B>
 
-command.
+command
 looks for
 dynamically loadable builtins.
 <DT><B>BASH_MONOSECONDS</B>
@@ -2737,7 +2793,10 @@ subsequently reset.
 <DT><B>READLINE_ARGUMENT</B>
 
 <DD>
-Any numeric argument given to a <B>readline</B> command that was defined using
+Any numeric argument given to a
+<B>readline</B>
+
+command that was defined using
 
 (see
 <FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
@@ -2841,6 +2900,8 @@ If this variable is in the environment when
 
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is read-only.
 <DT><B>SHLVL</B>
 
@@ -2985,9 +3046,10 @@ A sample value is
 
 <DD>
 Set the number of exited child status values for the shell to remember.
-<B>Bash</B> will not allow this value to be decreased below a POSIX-mandated
-minimum, and there is a maximum value (currently 8192) that this may
-not exceed.
+<B>Bash</B> will not allow this value to be decreased below a
+<FONT SIZE=-1>POSIX</FONT>
+-mandated minimum,
+and there is a maximum value (currently 8192) that this may not exceed.
 The minimum value is system-dependent.
 <DT><B>COLUMNS</B>
 
@@ -3232,7 +3294,10 @@ When this variable is assigned a value, the history file is truncated,
 if necessary, to contain no more than that number of lines
 by removing the oldest entries.
 The history file is also truncated to this size after
-writing it when a shell exits or by the <B>history</B> builtin.
+writing it when a shell exits or by the
+<B>history</B>
+
+builtin.
 If the value is 0, the history file is truncated to zero size.
 Non-numeric values and numeric values less than zero inhibit truncation.
 The shell sets the default value to the value of
@@ -3274,8 +3339,29 @@ and are added to the history regardless of the value of
 </FONT>
 If the first line was not saved, the second and subsequent lines of
 the command are not saved either.
-The pattern matching honors the setting of the <B>extglob</B> shell
-option.
+The pattern matching honors the setting of the
+<B>extglob</B>
+
+shell option.
+<DT><DD>
+<FONT SIZE=-1><B>HISTIGNORE</B>
+
+</FONT>
+subsumes some of the function of
+<FONT SIZE=-1><B>HISTCONTROL</B>.
+
+</FONT>
+A pattern of
+
+is identical to
+
+and a pattern of
+
+is identical to
+
+Combining these two patterns, separating them with a colon,
+provides the functionality of
+
 <DT><B>HISTSIZE</B>
 
 <DD>
@@ -3337,7 +3423,7 @@ When
 <FONT SIZE=-1><B>HOSTFILE</B>
 
 </FONT>
-is unset, <B>bash</B> clears the the hostname list.
+is unset, <B>bash</B> clears the hostname list.
 <DT><B>IFS</B>
 
 <DD>
@@ -3555,9 +3641,19 @@ and is set by the administrator who installs
 <B>bash</B>.
 
 A common value is
+<DL COMPACT><DT><DD>
+<DL COMPACT><DT><DD>
 
+/usr/local/bin:/usr/local/sbin:
+<BR>
 
 
+/usr/bin:/usr/sbin:/bin:/sbin
+
+</DL>
+
+</DL>
+
 <DT><B>POSIXLY_CORRECT</B>
 
 <DD>
@@ -3565,7 +3661,8 @@ If this variable is in the environment when <B>bash</B> starts, the shell
 enters posix mode before reading the startup files, as if the
 <B>--posix</B>
 
-invocation option had been supplied.  If it is set while the shell is
+invocation option had been supplied.
+If it is set while the shell is
 running, <B>bash</B> enables posix mode, as if the command
 
 had been executed.
@@ -3801,10 +3898,13 @@ The second character is the <I>quick substitution</I> character, normally
 When it appears as the first character on the line,
 history substitution repeats the previous command,
 replacing one string with another.
-The optional third character is the character which indicates that
-the remainder of the line is a comment when found as the first character
-of a word, normally
+The optional third character is the
+<I>history comment</I>
+character,  normally
 
+which indicates
+that the remainder of the line is a comment
+when it appears as the first character of a word.
 The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
@@ -3825,39 +3925,75 @@ There is no maximum
 limit on the size of an array, nor any requirement that members
 be indexed or assigned contiguously.
 Indexed arrays are referenced using arithmetic expressions
-that must expand to an integer and are zero-based;
+that must expand to an integer
+(see
+<FONT SIZE=-1><B>ARITHMETIC EVALUATION</B>
+
+</FONT>
+below)
+and are zero-based;
 associative arrays are referenced using arbitrary strings.
 Unless otherwise noted, indexed array indices must be non-negative integers.
 <P>
 
-An indexed array is created automatically if any variable is assigned to
-using the syntax
-<I>name</I>[<I>subscript</I>]=<I>value</I>.
+The shell performs
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on indexed array subscripts.
+Since this
+can potentially result in empty strings,
+subscript indexing treats
+those as expressions that evaluate to 0.
+<P>
+
+The shell performs
+tilde expansion,
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on associative array subscripts.
+Empty strings cannot be used as associative array keys.
+<P>
+
+<B>Bash</B> automatically creates an indexed array
+if any variable is assigned to using the syntax
+<DL COMPACT><DT><DD>
+<I>name</I>[<I>subscript</I>]=<I>value</I>
+.
+</DL>
+
 The
 <I>subscript</I>
 
 is treated as an arithmetic expression that must evaluate to a number
 greater than or equal to zero.
 To explicitly declare an indexed array, use
-<B>declare -a </B><I>name</I>
+<DL COMPACT><DT><DD>
+<B>declare -a&nbsp;</B><I>name</I>
+
+</DL>
 
 (see
 <FONT SIZE=-1><B>SHELL BUILTIN COMMANDS</B>
 
 </FONT>
 below).
-<B>declare -a </B><I>name</I>[<I>subscript</I>]
+<DL COMPACT><DT><DD>
+<B>declare -a</B> <I>name</I>[<I>subscript</I>]
+</DL>
 
 is also accepted; the <I>subscript</I> is ignored.
 <P>
 
 Associative arrays are created using
-<B>declare -A </B><I>name</I>.
+<DL COMPACT><DT><DD>
+<B>declare -A&nbsp;</B><I>name</I>
+
+</DL>
 
+.
 <P>
 
-Attributes may be
-specified for an array variable using the
+Attributes may be specified for an array variable using the
 <B>declare</B>
 
 and
@@ -3920,7 +4056,9 @@ interpreted as relative to one greater than the maximum index of
 array, and an index of -1 references the last element.
 <P>
 
-The += operator appends to an array variable when assigning
+The
+
+operator appends to an array variable when assigning
 using the compound assignment syntax; see
 <FONT SIZE=-1><B>PARAMETERS</B>
 
@@ -4139,13 +4277,13 @@ Patterns to be brace expanded are formed from an optional
 <I>preamble</I>,
 
 followed by either a series of comma-separated strings or
-a sequence expression between a pair of braces, followed by
-an optional
+a sequence expression between a pair of braces,
+followed by an optional
 <I>postscript</I>.
 
-The preamble is prefixed to each string contained
-within the braces, and the postscript is then appended
-to each resulting string, expanding left to right.
+The preamble is prefixed to each string contained within the braces,
+and the postscript is then appended to each resulting string,
+expanding left to right.
 <P>
 
 Brace expansions may be nested.
@@ -4156,20 +4294,17 @@ For example, a<B>{</B>d,c,b<B>}</B>e expands into
 <P>
 
 A sequence expression takes the form
-<B>{</B><I>x</I><B>..</B><I>y</I><B>[..</B><I>incr</I><B>]}</B>,
+<I>x</I><B>..</B><I>y</I><B>[..</B><I>incr</I><B>]</B>,
 where <I>x</I> and <I>y</I> are either integers or single letters,
 and <I>incr</I>, an optional increment, is an integer.
 When integers are supplied, the expression expands to each number between
 <I>x</I> and <I>y</I>, inclusive.
-If either <I>x</I> or <I>y</I> begins with <I>0</I>,
+If either <I>x</I> or <I>y</I> begins with a zero,
 each generated term will contain the same number of digits,
 zero-padding where necessary.
-When either <I>x</I> or y begins with a zero, the shell
-attempts to force all generated terms to contain the same number of digits,
-zero-padding where necessary.
 When letters are supplied, the expression expands to each character
 lexicographically between <I>x</I> and <I>y</I>, inclusive,
-using the default C locale.
+using the C locale.
 Note that both <I>x</I> and <I>y</I> must be of the same type
 (integer or letter).
 When the increment is supplied, it is used as the difference between
@@ -4193,25 +4328,35 @@ sequence expression.
 Any incorrectly formed brace expansion is left unchanged.
 <P>
 
-A <B>{</B> or <B>,</B> may be quoted with a backslash to prevent its
+A
+
+or
+Q ,
+may be quoted with a backslash to prevent its
 being considered part of a brace expression.
-To avoid conflicts with parameter expansion, the string <B>${</B>
-is not considered eligible for brace expansion, and inhibits brace
-expansion until the closing <B>}</B>.
+To avoid conflicts with parameter expansion, the string
+
+is not considered eligible for brace expansion,
+and inhibits brace expansion until the closing
+
 <P>
 
 This construct is typically used as shorthand when the common
 prefix of the strings to be generated is longer than in the
 above example:
-<DL COMPACT><DT><DD>
 <P>
 
+<DL COMPACT><DT><DD>
+
 mkdir /usr/local/src/bash/{old,new,dist,bugs}
+
 </DL>
 
 or
 <DL COMPACT><DT><DD>
+
 chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
+
 </DL>
 
 <P>
@@ -4226,15 +4371,16 @@ does not treat opening or closing braces specially when they
 appear as part of a word, and preserves them in the output.
 <B>Bash</B>
 
-removes braces from words as a consequence of brace
-expansion.
+removes braces from words as a consequence of brace expansion.
 For example, a word entered to
 <B>sh</B>
 
-as <I>file{1,2}</I>
+as
+
 appears identically in the output.
-<B>Bash</B> outputs that word as
-<I>file1 file2</I>
+<B>Bash</B>
+
+outputs that word as
 
 after brace expansion.
 Start
@@ -4352,8 +4498,9 @@ of variable assignments (as described above under
 
 </FONT>
 when they appear as arguments to simple commands.
-<B>Bash</B> does not do this, except for the <I>declaration</I> commands listed
-above, when in posix mode.
+<B>Bash</B> does not do this,
+except for the <I>declaration</I> commands listed above,
+when in posix mode.
 <A NAME="lbBC">&nbsp;</A>
 <H4>Parameter Expansion</H4>
 
@@ -4493,9 +4640,15 @@ starting at the character specified by <I>offset</I>.
 If <I>parameter</I> is <B>@</B> or <B>*</B>, an indexed array subscripted by
 <B>@</B> or <B>*</B>, or an associative array name, the results differ as
 described below.
-If <I>length</I> is omitted, expands to the substring of the value of
+If <B>:</B><I>length</I> is omitted (the first form above), this
+expands to the substring of the value of
 <I>parameter</I> starting at the character specified by <I>offset</I>
 and extending to the end of the value.
+If <I>offset</I> is omitted,
+it is treated as 0.
+If <I>length</I> is omitted,
+but the colon after <I>offset</I> is present,
+it is treated as 0.
 <I>length</I> and <I>offset</I> are arithmetic expressions (see
 <FONT SIZE=-1><B>ARITHMETIC EVALUATION</B>
 
@@ -4698,10 +4851,9 @@ ${<I>parameter</I><B>/</B><I>pattern</I><B>/</B><I>string</I>}
 <DT>${<I>parameter</I><B>/%</B><I>pattern</I><B>/</B><I>string</I>}<DD>
 
 <B>Pattern substitution</B>.
-The <I>pattern</I> is expanded to produce a pattern just as in
-pathname expansion and matched against the expanded value of
-<I>parameter</I>
-using the rules described under
+The <I>pattern</I> is expanded to produce a pattern
+and matched against the expanded value of <I>parameter</I>
+as described under
 <B>Pattern Matching</B>
 
 below.
@@ -4786,18 +4938,31 @@ ${<I>parameter</I><B>^</B><I>pattern</I>}
 
 <B>Case modification</B>.
 This expansion modifies the case of alphabetic characters in <I>parameter</I>.
-The <I>pattern</I> is expanded to produce a pattern just as in
-pathname expansion.
-Each character in the expanded value of <I>parameter</I> is tested against
-<I>pattern</I>, and, if it matches the pattern, its case is converted.
+First, the <I>pattern</I> is expanded to produce a pattern
+as described below under
+<FONT SIZE=-1><B>Pattern Matching</B>.
+
+</FONT>
+<B>Bash</B>
+
+then examines characters in the expanded value of <I>parameter</I>
+against <I>pattern</I> as described below.
+If a character matches the pattern, its case is converted.
 The pattern should not attempt to match more than one character.
 <DT><DD>
-The <B>^</B> operator converts lowercase letters matching <I>pattern</I>
-to uppercase; the <B>,</B> operator converts matching uppercase letters
-to lowercase.
-The <B>^^</B> and <B>,,</B> expansions convert each matched character in the
-expanded value; the <B>^</B> and <B>,</B> expansions match and convert only
-the first character in the expanded value.
+Using
+
+converts lowercase letters matching <I>pattern</I> to uppercase;
+
+converts matching uppercase letters to lowercase.
+The
+<B>^</B> and <B>,</B> variants
+examine the first character in the expanded value
+and convert its case if it matches <I>pattern</I>;
+the
+<B>^^</B> and <B>,,</B> variants
+examine all characters in the expanded value
+and convert each one that matches <I>pattern</I>.
 If <I>pattern</I> is omitted, it is treated like a <B>?</B>, which matches
 every character.
 <DT><DD>
@@ -5040,11 +5205,16 @@ The
 
 undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in <I>expression</I> are not treated specially
-and are removed.
+but unescaped double quote characters
+in <I>expression</I> are not treated
+specially and are removed.
 All tokens in the expression undergo parameter and variable expansion,
 command substitution, and quote removal.
 The result is treated as the arithmetic expression to be evaluated.
+Since the way Bash handles double quotes
+can potentially result in empty strings,
+arithmetic expansion treats
+those as expressions that evaluate to 0.
 Arithmetic expansions may be nested.
 <P>
 
@@ -5077,7 +5247,8 @@ passed as an argument to the current command as the result of the
 expansion.
 <P>
 
-If the <B>&gt;(</B><I>list</I><B>)</B> form is used, writing to
+If the
+<B>&gt;(</B><I>list</I><B>)</B> form is used, writing to
 the file provides input for <I>list</I>.
 If the
 <B>&lt;(</B><I>list</I><B>)</B> form is used, reading the file
@@ -5088,7 +5259,7 @@ as a redirection.
 <P>
 
 Process substitution is supported on systems that support named
-pipes (<I>FIFOs</I>) or the <B>/dev/fd</B> method of naming open files.
+pipes (<I>FIFOs</I>) or the <I>/dev/fd</I> method of naming open files.
 <P>
 
 When available, process substitution is performed
@@ -5369,9 +5540,10 @@ To get the old behavior of ignoring filenames beginning with a
 make
 
 one of the patterns in
-<FONT SIZE=-1><B>GLOBIGNORE</B>.
+<FONT SIZE=-1><B>GLOBIGNORE</B>
 
 </FONT>
+.
 The
 <B>dotglob</B>
 
@@ -5387,15 +5559,18 @@ pattern matching honors the setting of the <B>extglob</B> shell
 option.
 <P>
 
-The
+The value of the
 <FONT SIZE=-1><B>GLOBSORT</B>
 
 </FONT>
 shell variable controls how the results of pathname expansion are sorted,
-as described above.
+as described above under
+<B>Shell Variables</B>.
+
 <P>
 
 <B>Pattern Matching</B>
+
 <P>
 
 Any character that appears in a pattern, other than the special pattern
@@ -5491,7 +5666,9 @@ shell option.
 Within a bracket expression,
 <I>character classes</I> can be specified using the syntax
 <B>[:</B><I>class</I><B>:]</B>, where <I>class</I> is one of the
-following classes defined in the POSIX standard:
+following classes defined in the
+<FONT SIZE=-1>POSIX</FONT>
+standard:
 <DT><DD>
 <DL COMPACT><DT><DD>
 <B>
@@ -5816,7 +5993,7 @@ and the
 option to the
 <B>set</B>
 
-builtin has been enabled, the redirection fails if the file
+builtin command has been enabled, the redirection fails if the file
 whose name results from the expansion of <I>word</I> exists and is
 a regular file.
 If the redirection operator is
@@ -5831,13 +6008,13 @@ and the
 option to the
 <B>set</B>
 
-builtin command is not enabled,
+builtin is not enabled,
 <B>bash</B> attempts the redirection
 even if the file named by <I>word</I> exists.
 <A NAME="lbBM">&nbsp;</A>
 <H4>Appending Redirected Output</H4>
 
-Redirecting  output in this fashion opens
+Redirecting output in this fashion opens
 the file whose name results from the expansion of
 <I>word</I>
 
@@ -5957,7 +6134,7 @@ The format of here-documents is:
 
 The shell does not perform
 parameter and variable expansion, command substitution,
-arithmetic expansion, or pathname expansion is performed on
+arithmetic expansion, or pathname expansion on
 <I>word</I>.
 
 <P>
@@ -6823,7 +7000,9 @@ is non-zero.
 
 <DT><I>string1</I> <B>=</B> <I>string2</I><DD>
 True if the strings are equal.
-<B>=</B> should be used with the <B>test</B> command for POSIX conformance.
+<B>=</B> should be used with the <B>test</B> command for
+<FONT SIZE=-1>POSIX</FONT>
+conformance.
 When used with the <B>[[</B> command, this performs pattern matching as
 described above (<B>Compound Commands</B>).
 <DT><I>string1</I> <B>!=</B> <I>string2</I><DD>
@@ -6885,6 +7064,15 @@ are evaluated as arithmetic expressions (see
 
 </FONT>
 above).
+Since the expansions the <B>[[</B> command performs on
+<I>arg1</I>
+
+and
+<I>arg2</I>
+
+can potentially result in empty strings,
+arithmetic expression evaluation treats
+those as expressions that evaluate to 0.
 
 </DL>
 <A NAME="lbBY">&nbsp;</A>
@@ -7574,6 +7762,10 @@ To facilitate the implementation of the user interface to job control,
 each process has a <I>process group ID</I>, and
 the operating system maintains the notion of a <I>current terminal
 process group ID</I>.
+This terminal process group ID is associated with the
+<I>controlling terminal</I>.
+<P>
+
 Processes that have the same process group ID are said to be part of
 the same <I>process group</I>.
 Members of the <I>foreground</I> process group (processes whose
@@ -7588,19 +7780,22 @@ Processes in the foreground process group are said to be
 processes.
 <I>Background</I>
 
-processes are those whose process group ID differs from the terminal's;
+processes are those whose process group ID differs from the
+controlling terminal's;
 such processes are immune to keyboard-generated signals.
-Only foreground processes are allowed to read from or, if the
-user so specifies with
-
-write to the terminal.
-Background processes which attempt to read from (write to when
+Only foreground processes are allowed to read from or,
+if the user so specifies with
 
-is in effect) the terminal are sent a
+write to the controlling terminal.
+The system sends a
 <FONT SIZE=-1><B>SIGTTIN (SIGTTOU)</B>
 
 </FONT>
-signal by the kernel's terminal driver,
+signal to background processes which attempt to
+read from (write to when
+
+is in effect)
+the terminal,
 which, unless caught, suspends the process.
 <P>
 
@@ -8786,7 +8981,7 @@ 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, <B>bash</B> sets the the maximum number of history entries to
+By default, <B>bash</B> sets the maximum number of history entries to
 the value of the <B>HISTSIZE</B> shell variable.
 Setting <I>history-size</I> to a non-numeric value will set
 the maximum number of history entries to 500.
@@ -9264,12 +9459,12 @@ Words are composed of alphanumeric characters (letters and digits).
 <DD>
 Move back to the start of the current or previous word.
 Words are composed of alphanumeric characters (letters and digits).
-<DT><B>shell-forward-word</B>
+<DT><B>shell-forward-word (M-C-f)</B>
 
 <DD>
 Move forward to the end of the next word.
 Words are delimited by non-quoted shell metacharacters.
-<DT><B>shell-backward-word</B>
+<DT><B>shell-backward-word (M-C-b)</B>
 
 <DD>
 Move back to the start of the current or previous word.
@@ -9304,7 +9499,7 @@ leaving the current line at the top of the screen.
 Clear the screen,
 then redraw the current line,
 leaving the current line at the top of the screen.
-With an argument, refresh the current line without clearing the
+With a numeric argument, refresh the current line without clearing the
 screen.
 <DT><B>redraw-current-line</B>
 
@@ -9603,7 +9798,7 @@ Negative arguments have no effect.
 
 <DD>
 Drag the word before point past the word after point,
-moving point over that word as well.
+moving point past that word as well.
 If point is at the end of the line, this transposes
 the last two words on the line.
 <DT><B>shell-transpose-words (M-C-t)</B>
@@ -9854,7 +10049,7 @@ the number of matches <I>N</I>;
 the word being completed;
 <DT>*<DD>
 <I>S</I>:<I>E</I>,
-where S and E are the start and end offsets of the word
+where <I>S</I> and <I>E</I> are the start and end offsets of the word
 in the <B>readline</B> line buffer; then
 <DT>*<DD>
 each match, one per line
@@ -10483,7 +10678,7 @@ and
 
 On startup, <B>bash</B> initializes the history list
 by reading history entries from the
-the file named by the
+file named by the
 <FONT SIZE=-1><B>HISTFILE</B>
 
 </FONT>
@@ -11526,7 +11721,7 @@ is converted to
 before attempting the directory change.
 <DT><DD>
 If <B>cd</B> uses a non-empty directory name from
-<FONT SIZE=-1><B>CDPATH,</B>
+<FONT SIZE=-1><B>CDPATH</B>,
 
 </FONT>
 or if <B>-</B> is the first argument, and the directory change is
@@ -12396,7 +12591,7 @@ If <B>-n</B> is supplied, each <I>name</I> is disabled; otherwise,
 For example, to use the
 <B>test</B>
 
-binary found usin g
+binary found using
 <FONT SIZE=-1><B>PATH</B>
 
 </FONT>
@@ -12420,7 +12615,8 @@ shell builtins.
 If <B>-n</B> is supplied, print only disabled builtins.
 If <B>-a</B> is supplied, the list printed includes all builtins, with an
 indication of whether or not each is enabled.
-The <B>-s</B> option means to restrict the output to the POSIX
+The <B>-s</B> option means to restrict the output to the
+<FONT SIZE=-1>POSIX</FONT>
 <I>special</I> builtins.
 <DT><DD>
 The
@@ -12444,7 +12640,8 @@ The
 <B>-d</B>
 
 option will delete a builtin previously loaded with <B>-f</B>.
-If <I>-s</I> is used with <I>-f</I>, the new builtin becomes a POSIX
+If <I>-s</I> is used with <I>-f</I>, the new builtin becomes a
+<FONT SIZE=-1>POSIX</FONT>
 special builtin.
 <DT><DD>
 If no options are supplied and a <I>name</I> is not a shell builtin,
@@ -12935,16 +13132,19 @@ is specified,
 <B>help</B>
 
 gives detailed help on all commands matching
-<I>pattern</I>;
+<I>pattern</I>
 
+as described below;
 otherwise it displays a list of
 all the builtins and shell compound commands.
+<DT><DD>
+Options, if supplied, have the follow meanings:
 <DL COMPACT><DT><DD>
-
 <DL COMPACT>
-<DT><B>-d</B>
-
+<DT>
 <DD>
+<B>-d</B>
+
 Display a short description of each <I>pattern</I>
 <DT><B>-m</B>
 
@@ -12957,6 +13157,22 @@ Display only a short usage synopsis for each <I>pattern</I>
 
 </DL></DL>
 
+<DT><DD>
+If <I>pattern</I> contains pattern matching characters
+(see
+<FONT SIZE=-1><B>Pattern Matching</B>
+
+</FONT>
+above)
+it's treated as a shell pattern and
+<B>help</B> prints the description of each
+help topic matching <I>pattern</I>.
+<DT><DD>
+If not, and <I>pattern</I> exactly matches the name of a help topic,
+<B>help</B> prints the description
+associated with that topic.
+Otherwise, <B>help</B> performs prefix matching and
+prints the descriptions of all matching help topics.
 <DT><DD>
 The return status is 0 unless no command matches
 <I>pattern</I>.
@@ -13965,7 +14181,7 @@ command that fails is part of the command list immediately following a
 or
 <B>until</B>
 
-keyword,
+reserved word,
 part of the test following the
 <B>if</B>
 
@@ -14201,11 +14417,14 @@ This option is disabled by default.
 <DT><B>posix</B>
 
 <DD>
-Change the behavior of
+Enable posix mode;
+change the behavior of
 <B>bash</B>
 
 where the default operation differs
-from the POSIX standard to match the standard (<I>posix mode</I>).
+from the
+<FONT SIZE=-1>POSIX</FONT>
+standard to match the standard.
 See
 <FONT SIZE=-1><B>SEE ALSO</B>
 
@@ -14663,9 +14882,6 @@ under
 <DD>
 <DT><B>compat44</B>
 
-<DD>
-<DT><B>compat50</B>
-
 <DD>
 
 These control aspects of the shell's compatibility mode
@@ -15313,7 +15529,8 @@ commands sort lexicographically using ASCII ordering.
 
 The historical operator-precedence parsing with 4 or more arguments can
 lead to ambiguities when it encounters strings that look like primaries.
-The POSIX
+The
+<FONT SIZE=-1>POSIX</FONT>
 standard has deprecated the <B>-a</B> and <B>-o</B>
 primaries and enclosing expressions within parentheses.
 Scripts should no longer use them.
@@ -15479,7 +15696,7 @@ command is part of the command list immediately following a
 or
 <B>until</B>
 
-keyword,
+reserved word,
 part of the test in an
 <I>if</I>
 
@@ -15713,7 +15930,9 @@ The pipe size in 512-byte blocks (this may not be set).
 <DT><B>-q</B>
 
 <DD>
-The maximum number of bytes in POSIX message queues.
+The maximum number of bytes in
+<FONT SIZE=-1>POSIX</FONT>
+message queues.
 <DT><B>-r</B>
 
 <DD>
@@ -16111,14 +16330,18 @@ bash-4.1 and later use the current locale's collation sequence and
 <DL COMPACT><DT><DD>
 <DL COMPACT>
 <DT>*<DD>
-In <I>posix</I> mode, <B>time</B> may be followed by options and still be
-recognized as a reserved word (this is POSIX interpretation 267).
+In posix mode, <B>time</B> may be followed by options and still be
+recognized as a reserved word (this is
+<FONT SIZE=-1>POSIX</FONT>
+interpretation 267).
 <DT>*<DD>
 In <I>posix</I> mode, the parser requires that an even number of single
 quotes occur in the <I>word</I> portion of a double-quoted
 parameter expansion and treats them specially, so that characters within
 the single quotes are considered quoted
-(this is POSIX interpretation 221).
+(this is
+<FONT SIZE=-1>POSIX</FONT>
+interpretation 221).
 </DL></DL>
 
 
@@ -16133,7 +16356,9 @@ undergo quote removal, as it does in versions after bash-4.2.
 In posix mode, single quotes are considered special when expanding
 the <I>word</I> portion of a double-quoted parameter expansion
 and can be used to quote a closing brace or other special character
-(this is part of POSIX interpretation 221);
+(this is part of
+<FONT SIZE=-1>POSIX</FONT>
+interpretation 221);
 in later versions, single quotes
 are not special within double-quoted word expansions.
 </DL></DL>
@@ -16358,7 +16583,11 @@ builtin command.
 <DT>*<DD>
 Importing function definitions from the shell environment at startup.
 <DT>*<DD>
-Parsing the value of
+Parsing the values of
+<FONT SIZE=-1><B>BASHOPTS</B>
+
+</FONT>
+and
 <FONT SIZE=-1><B>SHELLOPTS</B>
 
 </FONT>
@@ -16525,7 +16754,7 @@ ALL bug reports should include:
 <DT>The version number of <B>bash</B><DD>
 <DT>The hardware and operating system<DD>
 <DT>The compiler used to compile<DD>
-<DT>A description of the bug behaviour<DD>
+<DT>A description of the bug behavior<DD>
 <DT>A short script or <DD>
 
 which exercises the bug
@@ -16556,9 +16785,7 @@ and traditional versions of
 <B>sh</B>,
 
 mostly because of the
-<FONT SIZE=-1><B>POSIX</B>
-
-</FONT>
+<FONT SIZE=-1>POSIX</FONT>
 specification.
 <P>
 
@@ -16586,7 +16813,7 @@ Array variables may not (yet) be exported.
 <HR>
 <TABLE WIDTH=100%>
 <TR>
-<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2024 December 12<TH ALIGN=RIGHT width=33%>BASH(1)
+<TH ALIGN=LEFT width=33%>GNU Bash 5.3<TH ALIGN=CENTER width=33%>2025 February 24<TH ALIGN=RIGHT width=33%>BASH(1)
 </TR>
 </TABLE>
 <HR>
@@ -16695,7 +16922,7 @@ Array variables may not (yet) be exported.
 <DT><A HREF="#lbDJ">BUGS</A><DD>
 </DL>
 <HR>
-This document was created by man2html from /usr/local/src/bash/bash-20241207/doc/bash.1.<BR>
-Time: 12 December 2024 13:38:21 EST
+This document was created by man2html from bash.1.<BR>
+Time: 31 March 2025 10:28:01 EDT
 </BODY>
 </HTML>
index 1eafd9dfffa98d0b20f69cd3f5817aacbda253c9..625ddd0cace18a280e032eac57234060b4956b15 100644 (file)
@@ -1,12 +1,12 @@
 This is bash.info, produced by makeinfo version 7.1 from bashref.texi.
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 12 December 2024).
+Bash shell (version 5.3, 24 February 2025).
 
-   This is Edition 5.3, last updated 12 December 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 24 February 2025, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
-   Copyright © 1988-2024 Free Software Foundation, Inc.
+   Copyright © 1988-2025 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -26,10 +26,10 @@ Bash Features
 *************
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 12 December 2024).  The Bash home page is
+Bash shell (version 5.3, 24 February 2025).  The Bash home page is
 <http://www.gnu.org/software/bash/>.
 
-   This is Edition 5.3, last updated 12 December 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 24 February 2025, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Bash contains features that appear in other popular shells, and some
@@ -842,7 +842,7 @@ syntax, it may be replaced with one or more newlines.
 ‘for’
      The syntax of the ‘for’ command is:
 
-          for NAME [ [in [WORDS ...] ] ; ] do COMMANDS; done
+          for NAME [ [in WORDS ...] ; ] do COMMANDS; done
 
      Expand WORDS (*note Shell Expansions::), and then execute COMMANDS
      once for each word in the resultant list, with NAME bound to the
@@ -855,9 +855,10 @@ syntax, it may be replaced with one or more newlines.
      executes.  If there are no items in the expansion of WORDS, no
      commands are executed, and the return status is zero.
 
-     An alternate form of the ‘for’ command is also supported:
+     There is an alternate form of the ‘for’ command which is similar to
+     the C language:
 
-          for (( EXPR1 ; EXPR2 ; EXPR3 )) ; do COMMANDS ; done
+          for (( EXPR1 ; EXPR2 ; EXPR3 )) [;] do COMMANDS ; done
 
      First, evaluate the arithmetic expression EXPR1 according to the
      rules described below (*note Shell Arithmetic::).  Then, repeatedly
@@ -992,8 +993,10 @@ File: bash.info,  Node: Conditional Constructs,  Next: Command Grouping,  Prev:
      The arithmetic EXPRESSION is evaluated according to the rules
      described below (*note Shell Arithmetic::).  The EXPRESSION
      undergoes the same expansions as if it were within double quotes,
-     but double quote characters in EXPRESSION are not treated specially
-     and are removed.  If the value of the expression is non-zero, the
+     but unescaped double quote characters in EXPRESSION are not treated
+     specially and are removed.  Since this can potentially result in
+     empty strings, this command treats those as expressions that
+     evaluate to 0.  If the value of the expression is non-zero, the
      return status is 0; otherwise the return status is 1.
 
 ‘[[...]]’
@@ -1448,7 +1451,7 @@ above.  If a variable at the current local scope is unset, it remains so
 function returns.  Once the function returns, any instance of the
 variable at a previous scope becomes visible.  If the unset acts on a
 variable at a previous scope, any instance of a variable with that name
-that had been shadowed will become visible (see below how the
+that had been shadowed becomes visible (see below how the
 ‘localvar_unset’ shell option changes this behavior).
 
    The ‘-f’ option to the ‘declare’ (‘typeset’) builtin command (*note
@@ -1489,7 +1492,7 @@ attributes.
 is a valid value.  Once a variable is set, it may be unset only by using
 the ‘unset’ builtin command.
 
-   A variable may be assigned to by a statement of the form
+   A variable is assigned to using a statement of the form
      NAME=[VALUE]
 If VALUE is not given, the variable is assigned the null string.  All
 VALUEs undergo tilde expansion, parameter and variable expansion,
@@ -1550,6 +1553,10 @@ array variables.  Namerefs can be unset using the ‘-n’ option to the
 is executed with the name of a nameref variable as an argument, the
 variable referenced by the nameref variable is unset.
 
+   When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name, as
+described below (*note Environment::).
+
 \1f
 File: bash.info,  Node: Positional Parameters,  Next: Special Parameters,  Up: Shell Parameters
 
@@ -1718,17 +1725,16 @@ example,
      bash$ echo a{d,c,b}e
      ade ace abe
 
-   A sequence expression takes the form ‘{X..Y[..INCR]}’, where X and Y
+   A sequence expression takes the form ‘X..Y[..INCR]’, where X and Y
 are either integers or letters, and INCR, an optional increment, is an
 integer.  When integers are supplied, the expression expands to each
 number between X and Y, inclusive.  If either X or Y begins with a zero,
 each generated term will contain the same number of digits, zero-padding
 where necessary.  When letters are supplied, the expression expands to
-each character lexicographically between X and Y, inclusive, using the
-default C locale.  Note that both X and Y must be of the same type
-(integer or letter).  When the increment is supplied, it is used as the
-difference between each term.  The default increment is 1 or -1 as
-appropriate.
+each character lexicographically between X and Y, inclusive, using the C
+locale.  Note that both X and Y must be of the same type (integer or
+letter).  When the increment is supplied, it is used as the difference
+between each term.  The default increment is 1 or -1 as appropriate.
 
    Brace expansion is performed before any other expansions, and any
 characters special to other expansions are preserved in the result.  It
@@ -1739,7 +1745,7 @@ to the context of the expansion or the text between the braces.
 closing braces, and at least one unquoted comma or a valid sequence
 expression.  Any incorrectly formed brace expansion is left unchanged.
 
-   A { or ‘,’ may be quoted with a backslash to prevent its being
+   A ‘{’ or ‘,’ may be quoted with a backslash to prevent its being
 considered part of a brace expression.  To avoid conflicts with
 parameter expansion, the string ‘${’ is not considered eligible for
 brace expansion, and inhibits brace expansion until the closing ‘}’.
@@ -1750,6 +1756,16 @@ of the strings to be generated is longer than in the above example:
    or
      chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
 
+   Brace expansion introduces a slight incompatibility with historical
+versions of ‘sh’.  ‘sh’ does not treat opening or closing braces
+specially when they appear as part of a word, and preserves them in the
+output.  Bash removes braces from words as a consequence of brace
+expansion.  For example, a word entered to ‘sh’ as ‘file{1,2}’ appears
+identically in the output.  Bash outputs that word as ‘file1 file2’
+after brace expansion.  Start Bash with the ‘+B’ option or disable brace
+expansion with the ‘+B’ option to the ‘set’ command (*note Shell Builtin
+Commands::) for strict ‘sh’ compatibility.
+
 \1f
 File: bash.info,  Node: Tilde Expansion,  Next: Shell Parameter Expansion,  Prev: Brace Expansion,  Up: Shell Expansions
 
@@ -1902,6 +1918,14 @@ omitted, the operator tests only for existence.
           $ echo $var
           DEFAULT
           $ var=
+          $ : ${var=DEFAULT}
+          $ echo $var
+
+          $ var=
+          $ : ${var:=DEFAULT}
+          $ echo $var
+          DEFAULT
+          $ unset var
           $ : ${var:=DEFAULT}
           $ echo $var
           DEFAULT
@@ -1917,6 +1941,16 @@ omitted, the operator tests only for existence.
           $ var=
           $ : ${var:?var is unset or null}
           bash: var: var is unset or null
+          $ echo ${var?var is unset}
+
+          $ unset var
+          $ : ${var?var is unset}
+          bash: var: var is unset
+          $ : ${var:?var is unset or null}
+          bash: var: var is unset or null
+          $ var=123
+          $ echo ${var:?var is unset or null}
+          123
 
 ‘${PARAMETER:+WORD}’
      If PARAMETER is null or unset, nothing is substituted, otherwise
@@ -1926,9 +1960,18 @@ omitted, the operator tests only for existence.
           $ var=123
           $ echo ${var:+var is set and not null}
           var is set and not null
+          $ echo ${var+var is set}
+          var is set
           $ var=
           $ echo ${var:+var is set and not null}
 
+          $ echo ${var+var is set}
+          var is set
+          $ unset var
+          $ echo ${var+var is set}
+
+          $ echo ${var:+var is set and not null}
+
           $
 
 ‘${PARAMETER:OFFSET}’
@@ -1937,11 +1980,13 @@ omitted, the operator tests only for existence.
      LENGTH characters of the value of PARAMETER starting at the
      character specified by OFFSET.  If PARAMETER is ‘@’ or ‘*’, an
      indexed array subscripted by ‘@’ or ‘*’, or an associative array
-     name, the results differ as described below.  If LENGTH is omitted,
-     it expands to the substring of the value of PARAMETER starting at
-     the character specified by OFFSET and extending to the end of the
-     value.  LENGTH and OFFSET are arithmetic expressions (*note Shell
-     Arithmetic::).
+     name, the results differ as described below.  If :LENGTH is omitted
+     (the first form above), this expands to the substring of the value
+     of PARAMETER starting at the character specified by OFFSET and
+     extending to the end of the value.  If OFFSET is omitted, it is
+     treated as 0.  If LENGTH is omitted, but the colon after OFFSET is
+     present, it is treated as 0.  LENGTH and OFFSET are arithmetic
+     expressions (*note Shell Arithmetic::).
 
      If OFFSET evaluates to a number less than zero, the value is used
      as an offset in characters from the end of the value of PARAMETER.
@@ -2128,13 +2173,12 @@ omitted, the operator tests only for existence.
 ‘${PARAMETER//PATTERN/STRING}’
 ‘${PARAMETER/#PATTERN/STRING}’
 ‘${PARAMETER/%PATTERN/STRING}’
-     The PATTERN is expanded to produce a pattern just as in filename
-     expansion and matched against the expanded value of PARAMETER
-     according to the rules described below (*note Pattern Matching::).
-     The longest match of PATTERN in the expanded value is replaced with
-     STRING.  STRING undergoes tilde expansion, parameter and variable
-     expansion, arithmetic expansion, command and process substitution,
-     and quote removal.
+     The PATTERN is expanded to produce a pattern and matched against
+     the expanded value of PARAMETER as described below (*note Pattern
+     Matching::).  The longest match of PATTERN in the expanded value is
+     replaced with STRING.  STRING undergoes tilde expansion, parameter
+     and variable expansion, arithmetic expansion, command and process
+     substitution, and quote removal.
 
      In the first form above, only the first match is replaced.  If
      there are two slashes separating PARAMETER and PATTERN (the second
@@ -2218,19 +2262,21 @@ omitted, the operator tests only for existence.
 ‘${PARAMETER,PATTERN}’
 ‘${PARAMETER,,PATTERN}’
      This expansion modifies the case of alphabetic characters in
-     PARAMETER.  The PATTERN is expanded to produce a pattern just as in
-     filename expansion.  Each character in the expanded value of
-     PARAMETER is tested against PATTERN, and, if it matches the
+     PARAMETER.  First, the PATTERN is expanded to produce a pattern as
+     described below in *note Pattern Matching::.
+
+     ‘Bash’ then examines characters in the expanded value of PARAMETER
+     against PATTERN as described below.  If a character matches the
      pattern, its case is converted.  The pattern should not attempt to
      match more than one character.
 
-     The ‘^’ operator converts lowercase letters matching PATTERN to
-     uppercase; the ‘,’ operator converts matching uppercase letters to
-     lowercase.  The ‘^^’ and ‘,,’ expansions convert each matched
-     character in the expanded value; the ‘^’ and ‘,’ expansions match
-     and convert only the first character in the expanded value.  If
-     PATTERN is omitted, it is treated like a ‘?’, which matches every
-     character.
+     Using ‘^’ converts lowercase letters matching PATTERN to uppercase;
+     ‘,’ converts matching uppercase letters to lowercase.  The ‘^’ and
+     ‘,’ variants examine the first character in the expanded value and
+     convert its case if it matches PATTERN; the ‘^^’ and ‘,,’ variants
+     examine all characters in the expanded value and convert each one
+     that matches PATTERN.  If PATTERN is omitted, it is treated like a
+     ‘?’, which matches every character.
 
      If PARAMETER is ‘@’ or ‘*’, the case modification operation is
      applied to each positional parameter in turn, and the expansion is
@@ -2377,17 +2423,19 @@ File: bash.info,  Node: Arithmetic Expansion,  Next: Process Substitution,  Prev
 3.5.5 Arithmetic Expansion
 --------------------------
 
-Arithmetic expansion evalutes an arithmetic expression and substitutes
+Arithmetic expansion evaluates an arithmetic expression and substitutes
 the result.  The format for arithmetic expansion is:
 
      $(( EXPRESSION ))
 
    The EXPRESSION undergoes the same expansions as if it were within
-double quotes, but double quote characters in EXPRESSION are not treated
-specially and are removed.  All tokens in the expression undergo
-parameter and variable expansion, command substitution, and quote
-removal.  The result is treated as the arithmetic expression to be
-evaluated.  Arithmetic expansions may be nested.
+double quotes, but unescaped double quote characters in EXPRESSION are
+not treated specially and are removed.  All tokens in the expression
+undergo parameter and variable expansion, command substitution, and
+quote removal.  The result is treated as the arithmetic expression to be
+evaluated.  Since the way Bash handles double quotes can potentially
+result in empty strings, arithmetic expansion treats those as
+expressions that evaluate to 0.  Arithmetic expansions may be nested.
 
    The evaluation is performed according to the rules listed below
 (*note Shell Arithmetic::).  If the expression is invalid, Bash prints a
@@ -2530,9 +2578,9 @@ patterns in ‘GLOBIGNORE’.  The ‘dotglob’ option is disabled when
 ‘GLOBIGNORE’ is unset.  The ‘GLOBIGNORE’ pattern matching honors the
 setting of the ‘extglob’ shell option.
 
-   After the pattern is expanded and matched against filenames, the
-value of the ‘GLOBSORT’ shell variable controls how the results are
-sorted, as described below (*note Bash Variables::).
+   The value of the ‘GLOBSORT’ shell variable controls how the results
+of pathname expansion are sorted, as described below (*note Bash
+Variables::).
 
 \1f
 File: bash.info,  Node: Pattern Matching,  Up: Filename Expansion
@@ -2764,11 +2812,12 @@ created; if it does exist it is truncated to zero size.
      [N]>[|]WORD
 
    If the redirection operator is ‘>’, and the ‘noclobber’ option to the
-‘set’ builtin has been enabled, the redirection fails if the file whose
-name results from the expansion of WORD exists and is a regular file.
-If the redirection operator is ‘>|’, or the redirection operator is ‘>’
-and the ‘noclobber’ option is not enabled, Bash attemps the redirection
-even if the file named by WORD exists.
+‘set’ builtin command has been enabled, the redirection fails if the
+file whose name results from the expansion of WORD exists and is a
+regular file.  If the redirection operator is ‘>|’, or the redirection
+operator is ‘>’ and the ‘noclobber’ option to the ‘set’ builtin is not
+enabled, Bash attempts the redirection even if the file named by WORD
+exists.
 
 3.6.3 Appending Redirected Output
 ---------------------------------
@@ -3838,7 +3887,7 @@ standard.
      The ACTION is a command that is read and executed when the shell
      receives any of the signals SIGSPEC.  If ACTION is absent (and
      there is a single SIGSPEC) or equal to ‘-’, each specified
-     SIGSPEC'ss disposition is reset to the value it had when the shell
+     SIGSPEC's disposition is reset to the value it had when the shell
      was started.  If ACTION is the null string, then the signal
      specified by each SIGSPEC is ignored by the shell and commands it
      invokes.
@@ -3881,11 +3930,11 @@ standard.
      compound command returns a non-zero exit status, subject to the
      following conditions.  The ‘ERR’ trap is not executed if the failed
      command is part of the command list immediately following an
-     ‘until’ or ‘while’ keyword, part of the test following the ‘if’ or
-     ‘elif’ reserved words, part of a command executed in a ‘&&’ or ‘||
-     list except the command following the final ‘&&’ or ‘||’, any
-     command in a pipeline but the last, (subject to the state of the
-     ‘pipefail’ shell option), or if the command's return status is
+     ‘until’ or ‘while’ reserved word, part of the test following the
+     ‘if’ or ‘elif’ reserved words, part of a command executed in a ‘&&
+     or ‘||’ list except the command following the final ‘&&’ or ‘||’,
+     any command in a pipeline but the last, (subject to the state of
+     the ‘pipefail’ shell option), or if the command's return status is
      being inverted using ‘!’.  These are the same conditions obeyed by
      the ‘errexit’ (‘-e’) option.
 
@@ -4053,7 +4102,7 @@ standard.
           optional, and Readline does not expand the command string
           before saving it.  Since the entire key binding expression
           must be a single argument, it should be enclosed in single
-          quotes.  When SHELL-COMMAND is executed, the shell sets thex
+          quotes.  When SHELL-COMMAND is executed, the shell sets the
           ‘READLINE_LINE’ variable to the contents of the Readline line
           buffer and the ‘READLINE_POINT’ and ‘READLINE_MARK’ variables
           to the current location of the insertion point and the saved
@@ -4305,7 +4354,8 @@ standard.
      ‘BASH_LOADABLES_PATH’ is system-dependent, and may include "."  to
      force a search of the current directory.  The ‘-d’ option will
      delete a builtin loaded with ‘-f’.  If ‘-s’ is used with ‘-f’, the
-     new builtin becomes a special builtin (*note Special Builtins::).
+     new builtin becomes a POSIX special builtin (*note Special
+     Builtins::).
 
      If no options are supplied and a NAME is not a shell builtin,
      ‘enable’ will attempt to load NAME from a shared object named NAME,
@@ -4319,8 +4369,8 @@ standard.
 
      Display helpful information about builtin commands.  If PATTERN is
      specified, ‘help’ gives detailed help on all commands matching
-     PATTERN, otherwise it displays a list of all builtins and shell
-     compound commands.
+     PATTERN as described below; otherwise it displays a list of all
+     builtins and shell compound commands.
 
      Options, if supplied, have the following meanings:
 
@@ -4332,6 +4382,15 @@ standard.
      ‘-s’
           Display only a short usage synopsis for each PATTERN
 
+     If PATTERN contains pattern matching characters (*note Pattern
+     Matching::) it's treated as a shell pattern and ‘help’ prints the
+     description of each help topic matching PATTERN.
+
+     If not, and PATTERN exactly matches the name of a help topic,
+     ‘help’ prints the description associated with that topic.
+     Otherwise, ‘help’ performs prefix matching and prints the
+     descriptions of all matching help topics.
+
      The return status is zero unless no command matches PATTERN.
 
 ‘let’
@@ -4758,7 +4817,7 @@ standard.
      Values are in 1024-byte increments, except for ‘-t’, which is in
      seconds; ‘-R’, which is in microseconds; ‘-p’, which is in units of
      512-byte blocks; ‘-P’, ‘-T’, ‘-b’, ‘-k’, ‘-n’ and ‘-u’, which are
-     unscaled values; and, when in POSIX Mode (*note Bash POSIX Mode::),
+     unscaled values; and, when in POSIX mode (*note Bash POSIX Mode::),
      ‘-c’ and ‘-f’, which are in 512-byte increments.
 
      The return status is zero unless an invalid option or argument is
@@ -4830,9 +4889,9 @@ parameters, or to display the names and values of shell variables.
           a list (*note Lists::), or a compound command (*note Compound
           Commands::) returns a non-zero status.  The shell does not
           exit if the command that fails is part of the command list
-          immediately following a ‘while’ or ‘until’ keyword, part of
-          the test in an ‘if’ statement, part of any command executed in
-          a ‘&&’ or ‘||’ list except the command following the final
+          immediately following a ‘while’ or ‘until’ reserved word, part
+          of the test in an ‘if’ statement, part of any command executed
+          in a ‘&&’ or ‘||’ list except the command following the final
           ‘&&’ or ‘||’, any command in a pipeline but the last (subject
           to the state of the ‘pipefail’ shell option), or if the
           command's return status is being inverted with ‘!’.  If a
@@ -4957,10 +5016,11 @@ parameters, or to display the names and values of shell variables.
                successfully.  This option is disabled by default.
 
           ‘posix’
-               Change the behavior of Bash where the default operation
-               differs from the POSIX standard to match the standard
-               (*note Bash POSIX Mode::).  This is intended to make Bash
-               behave as a strict superset of that standard.
+               Enable POSIX mode; change the behavior of Bash where the
+               default operation differs from the POSIX standard to
+               match the standard (*note Bash POSIX Mode::).  This is
+               intended to make Bash behave as a strict superset of that
+               standard.
 
           ‘privileged’
                Same as ‘-p’.
@@ -5607,8 +5667,9 @@ Variables::).
      command (*note The Shopt Builtin::).  The options appearing in
      ‘BASHOPTS’ are those reported as ‘on’ by ‘shopt’.  If this variable
      is in the environment when Bash starts up, the shell enables each
-     option in the list before reading any startup files.  This variable
-     is readonly.
+     option in the list before reading any startup files.  If this
+     variable is exported, child shells will enable each option in the
+     list.  This variable is readonly.
 
 ‘BASHPID’
      Expands to the process ID of the current Bash process.  This
@@ -5878,7 +5939,7 @@ Variables::).
 
 ‘ENV’
      Expanded and executed similarly to ‘BASH_ENV’ (*note Bash Startup
-     Files::) when an interactive shell is invoked in POSIX Mode (*note
+     Files::) when an interactive shell is invoked in POSIX mode (*note
      Bash POSIX Mode::).
 
 ‘EPOCHREALTIME’
@@ -5999,15 +6060,16 @@ Variables::).
      substitution, and tokenization (*note History Interaction::).  The
      first character is the “history expansion” character, the character
      which begins a history expansion, normally ‘!’.  The second
-     character is the "quick substitution" character, normally ‘^’.
+     character is the “quick substitution” character, normally ‘^’.
      When it appears as the first character on the line, history
      substitution repeats the previous command, replacing one string
-     with another.  The optional third character is the character which
-     indicates that the remainder of the line is a comment when found as
-     the first character of a word, usually ‘#’.  The history comment
-     character disables history substitution for the remaining words on
-     the line.  It does not necessarily cause the shell parser to treat
-     the rest of the line as a comment.
+     with another.  The optional third character is the “history
+     comment” character, normally ‘#’, which indicates that the
+     remainder of the line is a comment when it appears as the first
+     character of a word.  The history comment character disables
+     history substitution for the remaining words on the line.  It does
+     not necessarily cause the shell parser to treat the rest of the
+     line as a comment.
 
 ‘HISTCMD’
      The history number, or index in the history list, of the current
@@ -6307,7 +6369,8 @@ Variables::).
      ‘SHELLOPTS’ are those reported as ‘on’ by ‘set -o’.  If this
      variable is in the environment when Bash starts up, the shell
      enables each option in the list before reading any startup files.
-     This variable is readonly.
+     If this variable is exported, child shells will enable each option
+     in the list.  This variable is readonly.
 
 ‘SHLVL’
      Incremented by one each time a new instance of Bash is started.
@@ -6468,10 +6531,11 @@ single-character options to be recognized.
      shell.  This is on by default if the shell is invoked as ‘sh’.
 
 ‘--posix’
-     Change the behavior of Bash where the default operation differs
-     from the POSIX standard to match the standard.  This is intended to
-     make Bash behave as a strict superset of that standard.  *Note Bash
-     POSIX Mode::, for a description of the Bash POSIX mode.
+     Enable POSIX mode; change the behavior of Bash where the default
+     operation differs from the POSIX standard to match the standard.
+     This is intended to make Bash behave as a strict superset of that
+     standard.  *Note Bash POSIX Mode::, for a description of the Bash
+     POSIX mode.
 
 ‘--restricted’
      Equivalent to ‘-r’.  Make the shell a restricted shell (*note The
@@ -6542,23 +6606,25 @@ invocation which are not available with the ‘set’ builtin.
 ‘-’
      Equivalent to ‘--’.
 
-   A _login_ shell is one whose first character of argument zero is ‘-’,
+   A “login shell” is one whose first character of argument zero is ‘-’,
 or one invoked with the ‘--login’ option.
 
-   An _interactive_ shell is one started without non-option arguments,
+   An “interactive shell” is one started without non-option arguments,
 unless ‘-s’ is specified, without specifying the ‘-c’ option, and whose
-input and output (using the standard error) are both connected to
-terminals (as determined by ‘isatty(3)’), or one started with the ‘-i’
-option.  *Note Interactive Shells::, for more information.
+standard input and standard error are both connected to terminals (as
+determined by isatty(3)), or one started with the ‘-i’ option.  *Note
+Interactive Shells::, for more information.
 
    If arguments remain after option processing, and neither the ‘-c’ nor
-the ‘-s’ option has been supplied, the first argument is assumed to be
-the name of a file containing shell commands (*note Shell Scripts::).
-When Bash is invoked in this fashion, ‘$0’ is set to the name of the
-file, and the positional parameters are set to the remaining arguments.
-Bash reads and executes commands from this file, then exits.  Bash's
-exit status is the exit status of the last command executed in the
-script.  If no commands are executed, the exit status is 0.
+the ‘-s’ option has been supplied, the first argument is treated as the
+name of a file containing shell commands (*note Shell Scripts::).  When
+Bash is invoked in this fashion, ‘$0’ is set to the name of the file,
+and the positional parameters are set to the remaining arguments.  Bash
+reads and executes commands from this file, then exits.  Bash's exit
+status is the exit status of the last command executed in the script.
+If no commands are executed, the exit status is 0.  Bash first attempts
+to open the file in the current directory, and, if no file is found,
+searches the directories in ‘PATH’ for the script.
 
 \1f
 File: bash.info,  Node: Bash Startup Files,  Next: Interactive Shells,  Prev: Invoking Bash,  Up: Bash Features
@@ -6968,7 +7034,10 @@ link itself.
      greater than or equal to ARG2, respectively.  ARG1 and ARG2 may be
      positive or negative integers.  When used with the ‘[[’ command,
      ARG1 and ARG2 are evaluated as arithmetic expressions (*note Shell
-     Arithmetic::).
+     Arithmetic::).  Since the expansions the ‘[[’ command performs on
+     ARG1 and ARG2 can potentially result in empty strings, arithmetic
+     expression evaluation treats those as expressions that evaluate to
+     0.
 
 \1f
 File: bash.info,  Node: Shell Arithmetic,  Next: Aliases,  Prev: Bash Conditional Expressions,  Up: Bash Features
@@ -7149,13 +7218,23 @@ expressions that must expand to an integer (*note Shell Arithmetic::))
 and are zero-based; associative arrays use arbitrary strings.  Unless
 otherwise noted, indexed array indices must be non-negative integers.
 
-   An indexed array is created automatically if any variable is assigned
-to using the syntax
+   The shell performs parameter and variable expansion, arithmetic
+expansion, command substitution, and quote removal on indexed array
+subscripts.  Since this can potentially result in empty strings,
+subscript indexing treats those as expressions that evaluate to 0.
+
+   The shell performs tilde expansion, parameter and variable expansion,
+arithmetic expansion, command substitution, and quote removal on
+associative array subscripts.  Empty strings cannot be used as
+associative array keys.
+
+   Bash automatically creates an indexed array if any variable is
+assigned to using the syntax
      NAME[SUBSCRIPT]=VALUE
 
 The SUBSCRIPT is treated as an arithmetic expression that must evaluate
 to a number greater than or equal to zero.  To explicitly declare an
-array, use
+indexed array, use
      declare -a NAME
 (*note Bash Builtins::).  The syntax
      declare -a NAME[SUBSCRIPT]
@@ -7590,7 +7669,7 @@ editing commands were left out due to objections.
 Although Bash is an implementation of the POSIX shell specification,
 there are areas where the Bash default behavior differs from the
 specification.  The Bash “posix mode” changes the Bash behavior in these
-areas so that it conforms more closely to the standard.
+areas so that it conforms more strictly to the standard.
 
    Starting Bash with the ‘--posix’ command-line option or executing
 ‘set -o posix’ while Bash is running will cause Bash to conform more
@@ -7600,7 +7679,7 @@ specified by POSIX in areas where the Bash default differs.
    When invoked as ‘sh’, Bash enters POSIX mode after reading the
 startup files.
 
-   The following list is what's changed when 'POSIX mode' is in effect:
+   The following list is what's changed when POSIX mode is in effect:
 
   1. Bash ensures that the ‘POSIXLY_CORRECT’ variable is set.
 
@@ -7725,7 +7804,7 @@ startup files.
      double-quoted string, even if the ‘histexpand’ option is enabled.
 
   31. When printing shell function definitions (e.g., by ‘type’), Bash
-     does not print the ‘function’ keyword unless necessary.
+     does not print the ‘function’ reserved word unless necessary.
 
   32. Non-interactive shells exit if a syntax error in an arithmetic
      expansion results in an invalid expression.
@@ -7834,72 +7913,77 @@ startup files.
   58. The ‘kill’ builtin does not accept signal names with a ‘SIG’
      prefix.
 
-  59. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
+  59. The ‘kill’ builtin returns a failure status if any of the pid or
+     job arguments are invalid or if sending the specified signal to any
+     of them fails.  In default mode, ‘kill’ returns success if the
+     signal was successfully sent to any of the specified processes.
+
+  60. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
      arguments corresponding to floating point conversion specifiers,
      instead of ‘long double’ if it's available.  The ‘L’ length
      modifier forces ‘printf’ to use ‘long double’ if it's available.
 
-  60. The ‘pwd’ builtin verifies that the value it prints is the same as
+  61. The ‘pwd’ builtin verifies that the value it prints is the same as
      the current directory, even if it is not asked to check the file
      system with the ‘-P’ option.
 
-  61. The ‘read’ builtin may be interrupted by a signal for which a trap
+  62. The ‘read’ builtin may be interrupted by a signal for which a trap
      has been set.  If Bash receives a trapped signal while executing
      ‘read’, the trap handler executes and ‘read’ returns an exit status
      greater than 128.
 
-  62. When the ‘set’ builtin is invoked without options, it does not
+  63. When the ‘set’ builtin is invoked without options, it does not
      display shell function names and definitions.
 
-  63. When the ‘set’ builtin is invoked without options, it displays
+  64. When the ‘set’ builtin is invoked without options, it displays
      variable values without quotes, unless they contain shell
      metacharacters, even if the result contains nonprinting characters.
 
-  64. The ‘test’ builtin compares strings using the current locale when
+  65. The ‘test’ builtin compares strings using the current locale when
      evaluating the ‘<’ and ‘>’ binary operators.
 
-  65. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
+  66. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
      Historical versions of ‘test’ made the argument optional in certain
      cases, and Bash attempts to accommodate those for backwards
      compatibility.
 
-  66. The ‘trap’ builtin displays signal names without the leading
+  67. The ‘trap’ builtin displays signal names without the leading
      ‘SIG’.
 
-  67. The ‘trap’ builtin doesn't check the first argument for a possible
+  68. The ‘trap’ builtin doesn't check the first argument for a possible
      signal specification and revert the signal handling to the original
      disposition if it is, unless that argument consists solely of
      digits and is a valid signal number.  If users want to reset the
      handler for a given signal to the original disposition, they should
      use ‘-’ as the first argument.
 
-  68. ‘trap -p’ without arguments displays signals whose dispositions
+  69. ‘trap -p’ without arguments displays signals whose dispositions
      are set to SIG_DFL and those that were ignored when the shell
      started, not just trapped signals.
 
-  69. The ‘type’ and ‘command’ builtins will not report a non-executable
+  70. The ‘type’ and ‘command’ builtins will not report a non-executable
      file as having been found, though the shell will attempt to execute
      such a file if it is the only so-named file found in ‘$PATH’.
 
-  70. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
+  71. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
      and ‘-f’ options.
 
-  71. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
+  72. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
      error if it attempts to unset a ‘readonly’ or ‘non-unsettable’
      variable, which causes a non-interactive shell to exit.
 
-  72. When asked to unset a variable that appears in an assignment
+  73. When asked to unset a variable that appears in an assignment
      statement preceding the command, the ‘unset’ builtin attempts to
      unset a variable of the same name in the current or previous scope
      as well.  This implements the required "if an assigned variable is
      further modified by the utility, the modifications made by the
      utility shall persist" behavior.
 
-  73. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
+  74. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
      interrupt the ‘wait’ builtin and cause it to return immediately.
      The trap command is run once for each child that exits.
 
-  74. Bash removes an exited background process's status from the list
+  75. Bash removes an exited background process's status from the list
      of such statuses after the ‘wait’ builtin returns it.
 
    There is other POSIX behavior that Bash does not implement by default
@@ -7983,10 +8067,10 @@ required for bash-5.1 and later versions.
           collation sequence and strcoll(3).
 
 ‘compat41’
-        • In posix mode, ‘time’ may be followed by options and still be
+        • In POSIX mode, ‘time’ may be followed by options and still be
           recognized as a reserved word (this is POSIX interpretation
           267).
-        • In posix mode, the parser requires that an even number of
+        • In POSIX mode, the parser requires that an even number of
           single quotes occur in the WORD portion of a double-quoted
           ${...} parameter expansion and treats them specially, so that
           characters within the single quotes are considered quoted
@@ -7996,7 +8080,7 @@ required for bash-5.1 and later versions.
         • The replacement string in double-quoted pattern substitution
           does not undergo quote removal, as it does in versions after
           bash-4.2.
-        • In posix mode, single quotes are considered special when
+        • In POSIX mode, single quotes are considered special when
           expanding the WORD portion of a double-quoted ${...} parameter
           expansion and can be used to quote a closing brace or other
           special character (this is part of POSIX interpretation 221);
@@ -8005,7 +8089,7 @@ required for bash-5.1 and later versions.
 
 ‘compat43’
         • Word expansion errors are considered non-fatal errors that
-          cause the current command to fail, even in posix mode (the
+          cause the current command to fail, even in POSIX mode (the
           default behavior is to make them fatal errors that cause the
           shell to exit).
         • When executing a shell function, the loop state
@@ -8024,7 +8108,7 @@ required for bash-5.1 and later versions.
         • Variable assignments preceding builtins like ‘export’ and
           ‘readonly’ that set attributes continue to affect variables
           with the same name in the calling environment even if the
-          shell is not in posix mode.
+          shell is not in POSIX mode.
 
 ‘compat50 (set using BASH_COMPAT)’
         • Bash-5.1 changed the way ‘$RANDOM’ is generated to introduce
@@ -8125,19 +8209,22 @@ uses the JOB abstraction as the basis for job control.
 
    To facilitate the implementation of the user interface to job
 control, each process has a “process group ID”, and the operating system
-maintains the notion of a current terminal process group ID.  Processes
-that have the same process group ID are said to be part of the same
-“process group”.  Members of the foreground process group (processes
-whose process group ID is equal to the current terminal process group
-ID) receive keyboard-generated signals such as ‘SIGINT’.  Processes in
-the foreground process group are said to be foreground processes.
-Background processes are those whose process group ID differs from the
-terminal's; such processes are immune to keyboard-generated 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 ‘tostop’ is in
-effect) the terminal are sent a ‘SIGTTIN’ (‘SIGTTOU’) signal by the
-kernel's terminal driver, which, unless caught, suspends the process.
+maintains the notion of a current terminal process group ID.  This
+terminal process group ID is associated with the “controlling terminal”.
+
+   Processes that have the same process group ID are said to be part of
+the same “process group”.  Members of the foreground process group
+(processes whose process group ID is equal to the current terminal
+process group ID) receive keyboard-generated signals such as ‘SIGINT’.
+Processes in the foreground process group are said to be foreground
+processes.  Background processes are those whose process group ID
+differs from the controlling terminal's; such processes are immune to
+keyboard-generated signals.  Only foreground processes are allowed to
+read from or, if the user so specifies with ‘stty tostop’, write to the
+controlling terminal.  The system sends a ‘SIGTTIN’ (‘SIGTTOU’) signal
+to background processes which attempt to read from (write to when
+‘tostop’ is in effect) the terminal, which, unless caught, suspends the
+process.
 
    If the operating system on which Bash is running supports job
 control, Bash contains facilities to use it.  Typing the “suspend”
@@ -8947,9 +9034,9 @@ Variable Settings
           list.  If set to zero, any existing history entries are
           deleted and no new entries are saved.  If set to a value less
           than zero, the number of history entries is not limited.  By
-          default, Bash sets the the maximum number of history entries
-          to the value of the ‘HISTSIZE’ shell variable.  If you try to
-          set HISTORY-SIZE to a non-numeric value, the maximum number of
+          default, Bash sets the maximum number of history entries to
+          the value of the ‘HISTSIZE’ shell variable.  If you try to set
+          HISTORY-SIZE to a non-numeric value, the maximum number of
           history entries will be set to 500.
 
      ‘horizontal-scroll-mode’
@@ -9229,7 +9316,7 @@ Key Bindings
 
      When entering the text of a macro, single or double quotes must be
      used to indicate a macro definition.  Unquoted text is assumed to
-     be a function name.  Tthe backslash escapes described above are
+     be a function name.  The backslash escapes described above are
      expanded in the macro body.  Backslash will quote any other
      character in the macro text, including ‘"’ and ‘'’.  For example,
      the following binding will make ‘‘C-x’ \’ insert a single ‘\’ into
@@ -9336,7 +9423,7 @@ File: bash.info,  Node: Sample Init File,  Prev: Conditional Init Constructs,  U
 Here is an example of an INPUTRC file.  This illustrates key binding,
 variable assignment, and conditional syntax.
 
-     # This file controls the behaviour of line input editing for
+     # This file controls the behavior of line input editing for
      # programs that use the GNU Readline library.  Existing
      # programs include FTP, Bash, and GDB.
      #
@@ -9527,7 +9614,8 @@ File: bash.info,  Node: Commands For Moving,  Next: Commands For History,  Up: B
 
 ‘clear-screen (C-l)’
      Clear the screen, then redraw the current line, leaving the current
-     line at the top of the screen.
+     line at the top of the screen.  If given a numeric argument, this
+     refreshes the current line without clearing the screen.
 
 ‘redraw-current-line ()’
      Refresh the current line.  By default, this is unbound.
@@ -10112,8 +10200,9 @@ File: bash.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up: Bin
      Expand the line by performing shell word expansions.  This performs
      alias and history expansion, $'STRING' and $"STRING" quoting, tilde
      expansion, parameter and variable expansion, arithmetic expansion,
-     command and proces substitution, word splitting, and quote removal.
-     An explicit argument suppresses command and process substitution.
+     command and process substitution, word splitting, and quote
+     removal.  An explicit argument suppresses command and process
+     substitution.
 
 ‘history-expand-line (M-^)’
      Perform history expansion on the current line.
@@ -11083,8 +11172,9 @@ expansion uses the entire event.  A ‘:’ separates the event
 specification from the word designator.  It may be omitted if the word
 designator begins with a ‘^’, ‘$’, ‘*’, ‘-’, or ‘%’.  Words are numbered
 from the beginning of the line, with the first word being denoted by 0
-(zero).  Words are inserted into the current line separated by single
-spaces.
+(zero).  That first word is usually the command word, and the arguments
+begin with the second word.  Words are inserted into the current line
+separated by single spaces.
 
    For example,
 
@@ -11093,7 +11183,7 @@ spaces.
      preceding command is repeated in toto.
 
 ‘!!:$’
-     designates the last argument of the preceding command.  This may be
+     designates the last word of the preceding command.  This may be
      shortened to ‘!$’.
 
 ‘!fi:2’
@@ -11781,7 +11871,7 @@ fix, you are encouraged to submit that as well!  Suggestions and
    • The version number of Bash.
    • The hardware and operating system.
    • The compiler used to compile Bash.
-   • A description of the bug behaviour.
+   • A description of the bug behavior.
    • A short script or 'recipe' which exercises the bug and may be used
      to reproduce it.
 
@@ -11855,8 +11945,8 @@ historical Bourne shell) as the baseline reference.
    • Bash implements command aliases and the ‘alias’ and ‘unalias’
      builtins (*note Aliases::).
 
-   • Bash implements the ‘!’ keyword to negate the return value of a
-     pipeline (*note Pipelines::).  This is very useful when an ‘if’
+   • Bash implements the ‘!’ reserved word to negate the return value of
+     pipeline (*note Pipelines::).  This is very useful when an ‘if’
      statement needs to act only if a test fails.  The Bash ‘-o
      pipefail’ option to ‘set’ will cause a pipeline to return a failure
      status if any command fails (*note The Set Builtin::).
@@ -12780,26 +12870,26 @@ D.1 Index of Shell Builtin Commands
                                                               (line 179)
 * hash:                                  Bourne Shell Builtins.
                                                               (line 231)
-* help:                                  Bash Builtins.       (line 374)
+* help:                                  Bash Builtins.       (line 375)
 * history:                               Bash History Builtins.
                                                               (line  59)
 * jobs:                                  Job Control Builtins.
                                                               (line  28)
 * kill:                                  Job Control Builtins.
                                                               (line  61)
-* let:                                   Bash Builtins.       (line 394)
-* local:                                 Bash Builtins.       (line 403)
-* logout:                                Bash Builtins.       (line 428)
-* mapfile:                               Bash Builtins.       (line 433)
+* let:                                   Bash Builtins.       (line 404)
+* local:                                 Bash Builtins.       (line 413)
+* logout:                                Bash Builtins.       (line 438)
+* mapfile:                               Bash Builtins.       (line 443)
 * popd:                                  Directory Stack Builtins.
                                                               (line  37)
-* printf:                                Bash Builtins.       (line 478)
+* printf:                                Bash Builtins.       (line 488)
 * pushd:                                 Directory Stack Builtins.
                                                               (line  70)
 * pwd:                                   Bourne Shell Builtins.
                                                               (line 263)
-* read:                                  Bash Builtins.       (line 548)
-* readarray:                             Bash Builtins.       (line 659)
+* read:                                  Bash Builtins.       (line 558)
+* readarray:                             Bash Builtins.       (line 669)
 * readonly:                              Bourne Shell Builtins.
                                                               (line 275)
 * return:                                Bourne Shell Builtins.
@@ -12808,7 +12898,7 @@ D.1 Index of Shell Builtin Commands
 * shift:                                 Bourne Shell Builtins.
                                                               (line 325)
 * shopt:                                 The Shopt Builtin.   (line   9)
-* source:                                Bash Builtins.       (line 668)
+* source:                                Bash Builtins.       (line 678)
 * suspend:                               Job Control Builtins.
                                                               (line 139)
 * test:                                  Bourne Shell Builtins.
@@ -12819,12 +12909,12 @@ D.1 Index of Shell Builtin Commands
                                                               (line 444)
 * true:                                  Bourne Shell Builtins.
                                                               (line 510)
-* type:                                  Bash Builtins.       (line 673)
-* typeset:                               Bash Builtins.       (line 710)
-* ulimit:                                Bash Builtins.       (line 716)
+* type:                                  Bash Builtins.       (line 683)
+* typeset:                               Bash Builtins.       (line 720)
+* ulimit:                                Bash Builtins.       (line 726)
 * umask:                                 Bourne Shell Builtins.
                                                               (line 515)
-* unalias:                               Bash Builtins.       (line 824)
+* unalias:                               Bash Builtins.       (line 834)
 * unset:                                 Bourne Shell Builtins.
                                                               (line 533)
 * wait:                                  Job Control Builtins.
@@ -12841,9 +12931,9 @@ D.2 Index of Shell Reserved Words
 
 * !:                                     Pipelines.           (line   9)
 * [[:                                    Conditional Constructs.
-                                                              (line 126)
+                                                              (line 128)
 * ]]:                                    Conditional Constructs.
-                                                              (line 126)
+                                                              (line 128)
 * {:                                     Command Grouping.    (line  21)
 * }:                                     Command Grouping.    (line  21)
 * case:                                  Conditional Constructs.
@@ -12906,27 +12996,27 @@ D.3 Parameter and Variable Index
 * auto_resume:                           Job Control Variables.
                                                               (line   6)
 * BASH:                                  Bash Variables.      (line  24)
-* BASH_ALIASES:                          Bash Variables.      (line  43)
-* BASH_ARGC:                             Bash Variables.      (line  52)
-* BASH_ARGV:                             Bash Variables.      (line  66)
-* BASH_ARGV0:                            Bash Variables.      (line  79)
-* BASH_CMDS:                             Bash Variables.      (line  87)
-* BASH_COMMAND:                          Bash Variables.      (line  96)
-* BASH_COMPAT:                           Bash Variables.      (line 103)
-* BASH_ENV:                              Bash Variables.      (line 119)
-* BASH_EXECUTION_STRING:                 Bash Variables.      (line 125)
-* BASH_LINENO:                           Bash Variables.      (line 128)
-* BASH_LOADABLES_PATH:                   Bash Variables.      (line 138)
-* BASH_MONOSECONDS:                      Bash Variables.      (line 142)
-* BASH_REMATCH:                          Bash Variables.      (line 149)
-* BASH_SOURCE:                           Bash Variables.      (line 157)
-* BASH_SUBSHELL:                         Bash Variables.      (line 165)
-* BASH_TRAPSIG:                          Bash Variables.      (line 171)
-* BASH_VERSINFO:                         Bash Variables.      (line 177)
-* BASH_VERSION:                          Bash Variables.      (line 200)
-* BASH_XTRACEFD:                         Bash Variables.      (line 204)
+* BASH_ALIASES:                          Bash Variables.      (line  44)
+* BASH_ARGC:                             Bash Variables.      (line  53)
+* BASH_ARGV:                             Bash Variables.      (line  67)
+* BASH_ARGV0:                            Bash Variables.      (line  80)
+* BASH_CMDS:                             Bash Variables.      (line  88)
+* BASH_COMMAND:                          Bash Variables.      (line  97)
+* BASH_COMPAT:                           Bash Variables.      (line 104)
+* BASH_ENV:                              Bash Variables.      (line 120)
+* BASH_EXECUTION_STRING:                 Bash Variables.      (line 126)
+* BASH_LINENO:                           Bash Variables.      (line 129)
+* BASH_LOADABLES_PATH:                   Bash Variables.      (line 139)
+* BASH_MONOSECONDS:                      Bash Variables.      (line 143)
+* BASH_REMATCH:                          Bash Variables.      (line 150)
+* BASH_SOURCE:                           Bash Variables.      (line 158)
+* BASH_SUBSHELL:                         Bash Variables.      (line 166)
+* BASH_TRAPSIG:                          Bash Variables.      (line 172)
+* BASH_VERSINFO:                         Bash Variables.      (line 178)
+* BASH_VERSION:                          Bash Variables.      (line 201)
+* BASH_XTRACEFD:                         Bash Variables.      (line 205)
 * BASHOPTS:                              Bash Variables.      (line  27)
-* BASHPID:                               Bash Variables.      (line  36)
+* BASHPID:                               Bash Variables.      (line  37)
 * bell-style:                            Readline Init File Syntax.
                                                               (line  64)
 * bind-tty-special-chars:                Readline Init File Syntax.
@@ -12935,21 +13025,21 @@ D.3 Parameter and Variable Index
                                                               (line  79)
 * CDPATH:                                Bourne Shell Variables.
                                                               (line   9)
-* CHILD_MAX:                             Bash Variables.      (line 216)
+* CHILD_MAX:                             Bash Variables.      (line 217)
 * colored-completion-prefix:             Readline Init File Syntax.
                                                               (line  84)
 * colored-stats:                         Readline Init File Syntax.
                                                               (line  94)
-* COLUMNS:                               Bash Variables.      (line 223)
+* COLUMNS:                               Bash Variables.      (line 224)
 * comment-begin:                         Readline Init File Syntax.
                                                               (line 100)
-* COMP_CWORD:                            Bash Variables.      (line 229)
-* COMP_KEY:                              Bash Variables.      (line 235)
-* COMP_LINE:                             Bash Variables.      (line 241)
-* COMP_POINT:                            Bash Variables.      (line 246)
-* COMP_TYPE:                             Bash Variables.      (line 254)
-* COMP_WORDBREAKS:                       Bash Variables.      (line 264)
-* COMP_WORDS:                            Bash Variables.      (line 270)
+* COMP_CWORD:                            Bash Variables.      (line 230)
+* COMP_KEY:                              Bash Variables.      (line 236)
+* COMP_LINE:                             Bash Variables.      (line 242)
+* COMP_POINT:                            Bash Variables.      (line 247)
+* COMP_TYPE:                             Bash Variables.      (line 255)
+* COMP_WORDBREAKS:                       Bash Variables.      (line 265)
+* COMP_WORDS:                            Bash Variables.      (line 271)
 * completion-display-width:              Readline Init File Syntax.
                                                               (line 104)
 * completion-ignore-case:                Readline Init File Syntax.
@@ -12960,18 +13050,18 @@ D.3 Parameter and Variable Index
                                                               (line 122)
 * completion-query-items:                Readline Init File Syntax.
                                                               (line 131)
-* COMPREPLY:                             Bash Variables.      (line 277)
+* COMPREPLY:                             Bash Variables.      (line 278)
 * convert-meta:                          Readline Init File Syntax.
                                                               (line 142)
-* COPROC:                                Bash Variables.      (line 283)
-* DIRSTACK:                              Bash Variables.      (line 287)
+* COPROC:                                Bash Variables.      (line 284)
+* DIRSTACK:                              Bash Variables.      (line 288)
 * disable-completion:                    Readline Init File Syntax.
                                                               (line 154)
 * echo-control-characters:               Readline Init File Syntax.
                                                               (line 159)
 * editing-mode:                          Readline Init File Syntax.
                                                               (line 164)
-* EMACS:                                 Bash Variables.      (line 297)
+* EMACS:                                 Bash Variables.      (line 298)
 * emacs-mode-string:                     Readline Init File Syntax.
                                                               (line 170)
 * enable-active-region The:              Readline Init File Syntax.
@@ -12982,72 +13072,72 @@ D.3 Parameter and Variable Index
                                                               (line 202)
 * enable-meta-key:                       Readline Init File Syntax.
                                                               (line 207)
-* ENV:                                   Bash Variables.      (line 302)
-* EPOCHREALTIME:                         Bash Variables.      (line 307)
-* EPOCHSECONDS:                          Bash Variables.      (line 315)
-* EUID:                                  Bash Variables.      (line 322)
-* EXECIGNORE:                            Bash Variables.      (line 326)
+* ENV:                                   Bash Variables.      (line 303)
+* EPOCHREALTIME:                         Bash Variables.      (line 308)
+* EPOCHSECONDS:                          Bash Variables.      (line 316)
+* EUID:                                  Bash Variables.      (line 323)
+* EXECIGNORE:                            Bash Variables.      (line 327)
 * expand-tilde:                          Readline Init File Syntax.
                                                               (line 217)
-* FCEDIT:                                Bash Variables.      (line 338)
-* FIGNORE:                               Bash Variables.      (line 341)
+* FCEDIT:                                Bash Variables.      (line 339)
+* FIGNORE:                               Bash Variables.      (line 342)
 * force-meta-prefix:                     Readline Init File Syntax.
                                                               (line 221)
-* FUNCNAME:                              Bash Variables.      (line 347)
-* FUNCNEST:                              Bash Variables.      (line 364)
-* GLOBIGNORE:                            Bash Variables.      (line 369)
-* GLOBSORT:                              Bash Variables.      (line 376)
-* GROUPS:                                Bash Variables.      (line 414)
-* histchars:                             Bash Variables.      (line 420)
-* HISTCMD:                               Bash Variables.      (line 435)
-* HISTCONTROL:                           Bash Variables.      (line 441)
-* HISTFILE:                              Bash Variables.      (line 459)
-* HISTFILESIZE:                          Bash Variables.      (line 465)
-* HISTIGNORE:                            Bash Variables.      (line 476)
+* FUNCNAME:                              Bash Variables.      (line 348)
+* FUNCNEST:                              Bash Variables.      (line 365)
+* GLOBIGNORE:                            Bash Variables.      (line 370)
+* GLOBSORT:                              Bash Variables.      (line 377)
+* GROUPS:                                Bash Variables.      (line 415)
+* histchars:                             Bash Variables.      (line 421)
+* HISTCMD:                               Bash Variables.      (line 437)
+* HISTCONTROL:                           Bash Variables.      (line 443)
+* HISTFILE:                              Bash Variables.      (line 461)
+* HISTFILESIZE:                          Bash Variables.      (line 467)
+* HISTIGNORE:                            Bash Variables.      (line 478)
 * history-preserve-point:                Readline Init File Syntax.
                                                               (line 234)
 * history-size:                          Readline Init File Syntax.
                                                               (line 240)
-* HISTSIZE:                              Bash Variables.      (line 500)
-* HISTTIMEFORMAT:                        Bash Variables.      (line 507)
+* HISTSIZE:                              Bash Variables.      (line 502)
+* HISTTIMEFORMAT:                        Bash Variables.      (line 509)
 * HOME:                                  Bourne Shell Variables.
                                                               (line  13)
 * horizontal-scroll-mode:                Readline Init File Syntax.
                                                               (line 250)
-* HOSTFILE:                              Bash Variables.      (line 516)
-* HOSTNAME:                              Bash Variables.      (line 527)
-* HOSTTYPE:                              Bash Variables.      (line 530)
+* HOSTFILE:                              Bash Variables.      (line 518)
+* HOSTNAME:                              Bash Variables.      (line 529)
+* HOSTTYPE:                              Bash Variables.      (line 532)
 * IFS:                                   Bourne Shell Variables.
                                                               (line  18)
-* IGNOREEOF:                             Bash Variables.      (line 533)
+* IGNOREEOF:                             Bash Variables.      (line 535)
 * input-meta:                            Readline Init File Syntax.
                                                               (line 258)
-* INPUTRC:                               Bash Variables.      (line 542)
-* INSIDE_EMACS:                          Bash Variables.      (line 546)
+* INPUTRC:                               Bash Variables.      (line 544)
+* INSIDE_EMACS:                          Bash Variables.      (line 548)
 * isearch-terminators:                   Readline Init File Syntax.
                                                               (line 269)
 * keymap:                                Readline Init File Syntax.
                                                               (line 276)
 * LANG:                                  Creating Internationalized Scripts.
                                                               (line  51)
-* LANG <1>:                              Bash Variables.      (line 552)
-* LC_ALL:                                Bash Variables.      (line 556)
-* LC_COLLATE:                            Bash Variables.      (line 560)
-* LC_CTYPE:                              Bash Variables.      (line 567)
+* LANG <1>:                              Bash Variables.      (line 554)
+* LC_ALL:                                Bash Variables.      (line 558)
+* LC_COLLATE:                            Bash Variables.      (line 562)
+* LC_CTYPE:                              Bash Variables.      (line 569)
 * LC_MESSAGES:                           Creating Internationalized Scripts.
                                                               (line  51)
-* LC_MESSAGES <1>:                       Bash Variables.      (line 572)
-* LC_NUMERIC:                            Bash Variables.      (line 576)
-* LC_TIME:                               Bash Variables.      (line 580)
-* LINENO:                                Bash Variables.      (line 584)
-* LINES:                                 Bash Variables.      (line 591)
-* MACHTYPE:                              Bash Variables.      (line 597)
+* LC_MESSAGES <1>:                       Bash Variables.      (line 574)
+* LC_NUMERIC:                            Bash Variables.      (line 578)
+* LC_TIME:                               Bash Variables.      (line 582)
+* LINENO:                                Bash Variables.      (line 586)
+* LINES:                                 Bash Variables.      (line 593)
+* MACHTYPE:                              Bash Variables.      (line 599)
 * MAIL:                                  Bourne Shell Variables.
                                                               (line  24)
-* MAILCHECK:                             Bash Variables.      (line 601)
+* MAILCHECK:                             Bash Variables.      (line 603)
 * MAILPATH:                              Bourne Shell Variables.
                                                               (line  29)
-* MAPFILE:                               Bash Variables.      (line 609)
+* MAPFILE:                               Bash Variables.      (line 611)
 * mark-modified-lines:                   Readline Init File Syntax.
                                                               (line 306)
 * mark-symlinked-directories:            Readline Init File Syntax.
@@ -13058,46 +13148,46 @@ D.3 Parameter and Variable Index
                                                               (line 323)
 * meta-flag:                             Readline Init File Syntax.
                                                               (line 258)
-* OLDPWD:                                Bash Variables.      (line 613)
+* OLDPWD:                                Bash Variables.      (line 615)
 * OPTARG:                                Bourne Shell Variables.
                                                               (line  36)
-* OPTERR:                                Bash Variables.      (line 616)
+* OPTERR:                                Bash Variables.      (line 618)
 * OPTIND:                                Bourne Shell Variables.
                                                               (line  40)
-* OSTYPE:                                Bash Variables.      (line 621)
+* OSTYPE:                                Bash Variables.      (line 623)
 * output-meta:                           Readline Init File Syntax.
                                                               (line 328)
 * page-completions:                      Readline Init File Syntax.
                                                               (line 337)
 * PATH:                                  Bourne Shell Variables.
                                                               (line  44)
-* PIPESTATUS:                            Bash Variables.      (line 624)
-* POSIXLY_CORRECT:                       Bash Variables.      (line 634)
-* PPID:                                  Bash Variables.      (line 644)
-* PROMPT_COMMAND:                        Bash Variables.      (line 648)
-* PROMPT_DIRTRIM:                        Bash Variables.      (line 654)
-* PS0:                                   Bash Variables.      (line 660)
+* PIPESTATUS:                            Bash Variables.      (line 626)
+* POSIXLY_CORRECT:                       Bash Variables.      (line 636)
+* PPID:                                  Bash Variables.      (line 646)
+* PROMPT_COMMAND:                        Bash Variables.      (line 650)
+* PROMPT_DIRTRIM:                        Bash Variables.      (line 656)
+* PS0:                                   Bash Variables.      (line 662)
 * PS1:                                   Bourne Shell Variables.
                                                               (line  53)
 * PS2:                                   Bourne Shell Variables.
                                                               (line  58)
-* PS3:                                   Bash Variables.      (line 665)
-* PS4:                                   Bash Variables.      (line 670)
-* PWD:                                   Bash Variables.      (line 678)
-* RANDOM:                                Bash Variables.      (line 681)
-* READLINE_ARGUMENT:                     Bash Variables.      (line 689)
-* READLINE_LINE:                         Bash Variables.      (line 693)
-* READLINE_MARK:                         Bash Variables.      (line 697)
-* READLINE_POINT:                        Bash Variables.      (line 703)
-* REPLY:                                 Bash Variables.      (line 707)
+* PS3:                                   Bash Variables.      (line 667)
+* PS4:                                   Bash Variables.      (line 672)
+* PWD:                                   Bash Variables.      (line 680)
+* RANDOM:                                Bash Variables.      (line 683)
+* READLINE_ARGUMENT:                     Bash Variables.      (line 691)
+* READLINE_LINE:                         Bash Variables.      (line 695)
+* READLINE_MARK:                         Bash Variables.      (line 699)
+* READLINE_POINT:                        Bash Variables.      (line 705)
+* REPLY:                                 Bash Variables.      (line 709)
 * revert-all-at-newline:                 Readline Init File Syntax.
                                                               (line 350)
 * search-ignore-case:                    Readline Init File Syntax.
                                                               (line 357)
-* SECONDS:                               Bash Variables.      (line 711)
-* SHELL:                                 Bash Variables.      (line 721)
-* SHELLOPTS:                             Bash Variables.      (line 726)
-* SHLVL:                                 Bash Variables.      (line 735)
+* SECONDS:                               Bash Variables.      (line 713)
+* SHELL:                                 Bash Variables.      (line 723)
+* SHELLOPTS:                             Bash Variables.      (line 728)
+* SHLVL:                                 Bash Variables.      (line 738)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
                                                               (line 362)
 * show-all-if-unmodified:                Readline Init File Syntax.
@@ -13106,15 +13196,15 @@ D.3 Parameter and Variable Index
                                                               (line 377)
 * skip-completed-text:                   Readline Init File Syntax.
                                                               (line 383)
-* SRANDOM:                               Bash Variables.      (line 740)
+* SRANDOM:                               Bash Variables.      (line 743)
 * TEXTDOMAIN:                            Creating Internationalized Scripts.
                                                               (line  51)
 * TEXTDOMAINDIR:                         Creating Internationalized Scripts.
                                                               (line  51)
-* TIMEFORMAT:                            Bash Variables.      (line 749)
-* TMOUT:                                 Bash Variables.      (line 788)
-* TMPDIR:                                Bash Variables.      (line 800)
-* UID:                                   Bash Variables.      (line 804)
+* TIMEFORMAT:                            Bash Variables.      (line 752)
+* TMOUT:                                 Bash Variables.      (line 791)
+* TMPDIR:                                Bash Variables.      (line 803)
+* UID:                                   Bash Variables.      (line 807)
 * vi-cmd-mode-string:                    Readline Init File Syntax.
                                                               (line 396)
 * vi-ins-mode-string:                    Readline Init File Syntax.
@@ -13136,7 +13226,7 @@ D.4 Function Index
 * accept-line (Newline or Return):       Commands For History.
                                                               (line   6)
 * alias-expand-line ():                  Miscellaneous Commands.
-                                                              (line 133)
+                                                              (line 134)
 * backward-char (C-b):                   Commands For Moving. (line  18)
 * backward-delete-char (Rubout):         Commands For Text.   (line  18)
 * backward-kill-line (C-x Rubout):       Commands For Killing.
@@ -13185,7 +13275,7 @@ D.4 Function Index
                                                               (line  50)
 * digit-argument (M-0, M-1, ... M--):    Numeric Arguments.   (line   6)
 * display-shell-version (C-x C-v):       Miscellaneous Commands.
-                                                              (line 147)
+                                                              (line 148)
 * do-lowercase-version (M-A, M-B, M-X, ...): Miscellaneous Commands.
                                                               (line  14)
 * downcase-word (M-l):                   Commands For Text.   (line  69)
@@ -13198,7 +13288,7 @@ D.4 Function Index
 * dynamic-complete-history (M-<TAB>):    Commands For Completion.
                                                               (line 115)
 * edit-and-execute-command (C-x C-e):    Miscellaneous Commands.
-                                                              (line 142)
+                                                              (line 143)
 * end-kbd-macro (C-x )):                 Keyboard Macros.     (line   9)
 * end-of-file (usually C-d):             Commands For Text.   (line   6)
 * end-of-history (M->):                  Commands For History.
@@ -13224,9 +13314,9 @@ D.4 Function Index
 * glob-list-expansions (C-x g):          Miscellaneous Commands.
                                                               (line 114)
 * history-and-alias-expand-line ():      Miscellaneous Commands.
-                                                              (line 136)
+                                                              (line 137)
 * history-expand-line (M-^):             Miscellaneous Commands.
-                                                              (line 126)
+                                                              (line 127)
 * history-search-backward ():            Commands For History.
                                                               (line  53)
 * history-search-forward ():             Commands For History.
@@ -13240,7 +13330,7 @@ D.4 Function Index
 * insert-completions (M-*):              Commands For Completion.
                                                               (line  24)
 * insert-last-argument (M-. or M-_):     Miscellaneous Commands.
-                                                              (line 139)
+                                                              (line 140)
 * kill-line (C-k):                       Commands For Killing.
                                                               (line   6)
 * kill-region ():                        Commands For Killing.
@@ -13250,7 +13340,7 @@ D.4 Function Index
 * kill-word (M-d):                       Commands For Killing.
                                                               (line  23)
 * magic-space ():                        Miscellaneous Commands.
-                                                              (line 129)
+                                                              (line 130)
 * menu-complete ():                      Commands For Completion.
                                                               (line  28)
 * menu-complete-backward ():             Commands For Completion.
@@ -13286,7 +13376,7 @@ D.4 Function Index
 * quoted-insert (C-q or C-v):            Commands For Text.   (line  28)
 * re-read-init-file (C-x C-r):           Miscellaneous Commands.
                                                               (line   6)
-* redraw-current-line ():                Commands For Moving. (line  61)
+* redraw-current-line ():                Commands For Moving. (line  62)
 * reverse-search-history (C-r):          Commands For History.
                                                               (line  29)
 * revert-line (M-r):                     Miscellaneous Commands.
@@ -13430,7 +13520,7 @@ D.5 Concept Index
 * installation:                          Basic Installation.  (line   6)
 * interaction, readline:                 Readline Interaction.
                                                               (line   6)
-* interactive shell:                     Invoking Bash.       (line 136)
+* interactive shell:                     Invoking Bash.       (line 137)
 * interactive shell <1>:                 Interactive Shells.  (line   6)
 * internationalization:                  Locale Translation.  (line   6)
 * internationalized scripts:             Creating Internationalized Scripts.
@@ -13443,7 +13533,7 @@ D.5 Concept Index
 * killing text:                          Readline Killing Commands.
                                                               (line   6)
 * localization:                          Locale Translation.  (line   6)
-* login shell:                           Invoking Bash.       (line 133)
+* login shell:                           Invoking Bash.       (line 134)
 * matching, pattern:                     Pattern Matching.    (line   6)
 * metacharacter:                         Definitions.         (line  50)
 * name:                                  Definitions.         (line  55)
@@ -13532,115 +13622,115 @@ Node: Pipelines\7f27462
 Node: Lists\7f30718
 Node: Compound Commands\7f32590
 Node: Looping Constructs\7f33599
-Node: Conditional Constructs\7f36118
-Node: Command Grouping\7f51054
-Node: Coprocesses\7f52546
-Node: GNU Parallel\7f55232
-Node: Shell Functions\7f56150
-Node: Shell Parameters\7f64602
-Node: Positional Parameters\7f69327
-Node: Special Parameters\7f70417
-Node: Shell Expansions\7f73878
-Node: Brace Expansion\7f76067
-Node: Tilde Expansion\7f78768
-Node: Shell Parameter Expansion\7f81723
-Node: Command Substitution\7f101483
-Node: Arithmetic Expansion\7f105012
-Node: Process Substitution\7f106025
-Node: Word Splitting\7f107133
-Node: Filename Expansion\7f109577
-Node: Pattern Matching\7f112840
-Node: Quote Removal\7f118563
-Node: Redirections\7f118867
-Node: Executing Commands\7f129095
-Node: Simple Command Expansion\7f129762
-Node: Command Search and Execution\7f131870
-Node: Command Execution Environment\7f134314
-Node: Environment\7f137762
-Node: Exit Status\7f139665
-Node: Signals\7f141723
-Node: Shell Scripts\7f146652
-Node: Shell Builtin Commands\7f149950
-Node: Bourne Shell Builtins\7f152061
-Node: Bash Builtins\7f178626
-Node: Modifying Shell Behavior\7f215074
-Node: The Set Builtin\7f215416
-Node: The Shopt Builtin\7f227370
-Node: Special Builtins\7f244422
-Node: Shell Variables\7f245411
-Node: Bourne Shell Variables\7f245845
-Node: Bash Variables\7f248353
-Node: Bash Features\7f287048
-Node: Invoking Bash\7f288062
-Node: Bash Startup Files\7f294488
-Node: Interactive Shells\7f299730
-Node: What is an Interactive Shell?\7f300138
-Node: Is this Shell Interactive?\7f300800
-Node: Interactive Shell Behavior\7f301624
-Node: Bash Conditional Expressions\7f305385
-Node: Shell Arithmetic\7f310596
-Node: Aliases\7f313925
-Node: Arrays\7f317059
-Node: The Directory Stack\7f324143
-Node: Directory Stack Builtins\7f324940
-Node: Controlling the Prompt\7f329385
-Node: The Restricted Shell\7f332270
-Node: Bash POSIX Mode\7f335152
-Node: Shell Compatibility Mode\7f353214
-Node: Job Control\7f362221
-Node: Job Control Basics\7f362678
-Node: Job Control Builtins\7f368956
-Node: Job Control Variables\7f375638
-Node: Command Line Editing\7f376869
-Node: Introduction and Notation\7f378572
-Node: Readline Interaction\7f380924
-Node: Readline Bare Essentials\7f382112
-Node: Readline Movement Commands\7f383920
-Node: Readline Killing Commands\7f384916
-Node: Readline Arguments\7f386939
-Node: Searching\7f387996
-Node: Readline Init File\7f390239
-Node: Readline Init File Syntax\7f391542
-Node: Conditional Init Constructs\7f418372
-Node: Sample Init File\7f422757
-Node: Bindable Readline Commands\7f425878
-Node: Commands For Moving\7f427416
-Node: Commands For History\7f429784
-Node: Commands For Text\7f435174
-Node: Commands For Killing\7f439299
-Node: Numeric Arguments\7f442087
-Node: Commands For Completion\7f443239
-Node: Keyboard Macros\7f448935
-Node: Miscellaneous Commands\7f449636
-Node: Readline vi Mode\7f456196
-Node: Programmable Completion\7f457173
-Node: Programmable Completion Builtins\7f465910
-Node: A Programmable Completion Example\7f477647
-Node: Using History Interactively\7f482992
-Node: Bash History Facilities\7f483673
-Node: Bash History Builtins\7f487408
-Node: History Interaction\7f493879
-Node: Event Designators\7f498829
-Node: Word Designators\7f500407
-Node: Modifiers\7f502711
-Node: Installing Bash\7f504648
-Node: Basic Installation\7f505764
-Node: Compilers and Options\7f509640
-Node: Compiling For Multiple Architectures\7f510390
-Node: Installation Names\7f512143
-Node: Specifying the System Type\7f514377
-Node: Sharing Defaults\7f515123
-Node: Operation Controls\7f515837
-Node: Optional Features\7f516856
-Node: Reporting Bugs\7f529236
-Node: Major Differences From The Bourne Shell\7f530594
-Node: GNU Free Documentation License\7f552014
-Node: Indexes\7f577191
-Node: Builtin Index\7f577642
-Node: Reserved Word Index\7f584740
-Node: Variable Index\7f587185
-Node: Function Index\7f604598
-Node: Concept Index\7f618593
+Node: Conditional Constructs\7f36148
+Node: Command Grouping\7f51218
+Node: Coprocesses\7f52710
+Node: GNU Parallel\7f55396
+Node: Shell Functions\7f56314
+Node: Shell Parameters\7f64762
+Node: Positional Parameters\7f69663
+Node: Special Parameters\7f70753
+Node: Shell Expansions\7f74214
+Node: Brace Expansion\7f76403
+Node: Tilde Expansion\7f79739
+Node: Shell Parameter Expansion\7f82694
+Node: Command Substitution\7f103337
+Node: Arithmetic Expansion\7f106866
+Node: Process Substitution\7f108042
+Node: Word Splitting\7f109150
+Node: Filename Expansion\7f111594
+Node: Pattern Matching\7f114818
+Node: Quote Removal\7f120541
+Node: Redirections\7f120845
+Node: Executing Commands\7f131108
+Node: Simple Command Expansion\7f131775
+Node: Command Search and Execution\7f133883
+Node: Command Execution Environment\7f136327
+Node: Environment\7f139775
+Node: Exit Status\7f141678
+Node: Signals\7f143736
+Node: Shell Scripts\7f148665
+Node: Shell Builtin Commands\7f151963
+Node: Bourne Shell Builtins\7f154074
+Node: Bash Builtins\7f180644
+Node: Modifying Shell Behavior\7f217568
+Node: The Set Builtin\7f217910
+Node: The Shopt Builtin\7f229904
+Node: Special Builtins\7f246956
+Node: Shell Variables\7f247945
+Node: Bourne Shell Variables\7f248379
+Node: Bash Variables\7f250887
+Node: Bash Features\7f289792
+Node: Invoking Bash\7f290806
+Node: Bash Startup Files\7f297390
+Node: Interactive Shells\7f302632
+Node: What is an Interactive Shell?\7f303040
+Node: Is this Shell Interactive?\7f303702
+Node: Interactive Shell Behavior\7f304526
+Node: Bash Conditional Expressions\7f308287
+Node: Shell Arithmetic\7f313704
+Node: Aliases\7f317033
+Node: Arrays\7f320167
+Node: The Directory Stack\7f327755
+Node: Directory Stack Builtins\7f328552
+Node: Controlling the Prompt\7f332997
+Node: The Restricted Shell\7f335882
+Node: Bash POSIX Mode\7f338764
+Node: Shell Compatibility Mode\7f357121
+Node: Job Control\7f366128
+Node: Job Control Basics\7f366585
+Node: Job Control Builtins\7f372953
+Node: Job Control Variables\7f379635
+Node: Command Line Editing\7f380866
+Node: Introduction and Notation\7f382569
+Node: Readline Interaction\7f384921
+Node: Readline Bare Essentials\7f386109
+Node: Readline Movement Commands\7f387917
+Node: Readline Killing Commands\7f388913
+Node: Readline Arguments\7f390936
+Node: Searching\7f391993
+Node: Readline Init File\7f394236
+Node: Readline Init File Syntax\7f395539
+Node: Conditional Init Constructs\7f422364
+Node: Sample Init File\7f426749
+Node: Bindable Readline Commands\7f429869
+Node: Commands For Moving\7f431407
+Node: Commands For History\7f433871
+Node: Commands For Text\7f439261
+Node: Commands For Killing\7f443386
+Node: Numeric Arguments\7f446174
+Node: Commands For Completion\7f447326
+Node: Keyboard Macros\7f453022
+Node: Miscellaneous Commands\7f453723
+Node: Readline vi Mode\7f460290
+Node: Programmable Completion\7f461267
+Node: Programmable Completion Builtins\7f470004
+Node: A Programmable Completion Example\7f481741
+Node: Using History Interactively\7f487086
+Node: Bash History Facilities\7f487767
+Node: Bash History Builtins\7f491502
+Node: History Interaction\7f497973
+Node: Event Designators\7f502923
+Node: Word Designators\7f504501
+Node: Modifiers\7f506893
+Node: Installing Bash\7f508830
+Node: Basic Installation\7f509946
+Node: Compilers and Options\7f513822
+Node: Compiling For Multiple Architectures\7f514572
+Node: Installation Names\7f516325
+Node: Specifying the System Type\7f518559
+Node: Sharing Defaults\7f519305
+Node: Operation Controls\7f520019
+Node: Optional Features\7f521038
+Node: Reporting Bugs\7f533418
+Node: Major Differences From The Bourne Shell\7f534775
+Node: GNU Free Documentation License\7f556201
+Node: Indexes\7f581378
+Node: Builtin Index\7f581829
+Node: Reserved Word Index\7f588927
+Node: Variable Index\7f591372
+Node: Function Index\7f608785
+Node: Concept Index\7f622780
 \1f
 End Tag Table
 
index 281e433f5eabf45e539ae5c4cfea128f96c9a323..75d9d704e2ad0b442d3586567ea1611c1a0e3131 100644 (file)
Binary files a/doc/bash.pdf and b/doc/bash.pdf differ
diff --git a/doc/bash.ps b/doc/bash.ps
deleted file mode 100644 (file)
index 4c6650e..0000000
+++ /dev/null
@@ -1,10934 +0,0 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
-%%DocumentNeededResources: font Times-Italic
-%%+ font Times-Roman
-%%+ font Times-Bold
-%%+ font Courier
-%%+ font Symbol
-%%+ font Courier-Bold
-%%DocumentSuppliedResources: procset grops 1.23 0
-%%Pages: 90
-%%PageOrder: Ascend
-%%DocumentMedia: Default 612 792 0 () ()
-%%Orientation: Portrait
-%%EndComments
-%%BeginDefaults
-%%PageMedia: Default
-%%EndDefaults
-%%BeginProlog
-%%BeginResource: procset grops 1.23 0
-%!PS-Adobe-3.0 Resource-ProcSet
-/setpacking where{
-pop
-currentpacking
-true setpacking
-}if
-/grops 120 dict dup begin
-% The ASCII code of the space character.
-/SC 32 def
-/A/show load def
-/B{0 SC 3 -1 roll widthshow}bind def
-/C{0 exch ashow}bind def
-/D{0 exch 0 SC 5 2 roll awidthshow}bind def
-/E{0 rmoveto show}bind def
-/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
-/G{0 rmoveto 0 exch ashow}bind def
-/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/I{0 exch rmoveto show}bind def
-/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
-/K{0 exch rmoveto 0 exch ashow}bind def
-/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/M{rmoveto show}bind def
-/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
-/O{rmoveto 0 exch ashow}bind def
-/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/Q{moveto show}bind def
-/R{moveto 0 SC 3 -1 roll widthshow}bind def
-/S{moveto 0 exch ashow}bind def
-/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-% name size font SF -
-/SF{
-findfont exch
-[exch dup 0 exch 0 exch neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-% name a c d font MF -
-/MF{
-findfont
-[5 2 roll
-0 3 1 roll % b
-neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-/level0 0 def
-/RES 0 def
-/PL 0 def
-/LS 0 def
-% Enable manual feed.
-% MANUAL -
-/MANUAL{
-statusdict begin/manualfeed true store end
-}bind def
-% Guess the page length.
-% This assumes that the imageable area is vertically centered on the page.
-% PLG - length
-/PLG{
-gsave newpath clippath pathbbox grestore
-exch pop add exch pop
-}bind def
-% BP -
-/BP{
-/level0 save def
-1 setlinecap
-1 setlinejoin
-DEFS/BPhook known{DEFS begin BPhook end}if
-72 RES div dup scale
-LS{
-90 rotate
-}{
-0 PL translate
-}ifelse
-1 -1 scale
-}bind def
-/EP{
-level0 restore
-showpage
-}def
-% centerx centery radius startangle endangle DA -
-/DA{
-newpath arcn stroke
-}bind def
-% x y SN - x' y'
-% round a position to nearest (pixel + (.25,.25))
-/SN{
-transform
-.25 sub exch .25 sub exch
-round .25 add exch round .25 add exch
-itransform
-}bind def
-% endx endy startx starty DL -
-% we round the endpoints of the line, so that parallel horizontal
-% and vertical lines will appear even
-/DL{
-SN
-moveto
-SN
-lineto stroke
-}bind def
-% centerx centery radius DC -
-/DC{
-newpath 0 360 arc closepath
-}bind def
-/TM matrix def
-%  width height centerx centery DE -
-/DE{
-TM currentmatrix pop
-translate scale newpath 0 0 .5 0 360 arc closepath
-TM setmatrix
-}bind def
-% these are for splines
-/RC/rcurveto load def
-/RL/rlineto load def
-/ST/stroke load def
-/MT/moveto load def
-/CL/closepath load def
-% fill the last path
-% r g b Fr -
-/Fr{
-setrgbcolor fill
-}bind def
-% c m y k Fk -
-/setcmykcolor where{
-pop
-/Fk{
-setcmykcolor fill
-}bind def
-}if
-% g Fg -
-/Fg{
-setgray fill
-}bind def
-% fill with the "current color"
-/FL/fill load def
-/LW/setlinewidth load def
-/Cr/setrgbcolor load def
-/setcmykcolor where{
-pop
-/Ck/setcmykcolor load def
-}if
-/Cg/setgray load def
-% new_font_name encoding_vector old_font_name RE -
-/RE{
-findfont
-dup maxlength 1 index/FontName known not{1 add}if dict begin
-{
-1 index/FID ne
-2 index/UniqueID ne
-and
-{def}{pop pop}ifelse
-}forall
-/Encoding exch def
-dup/FontName exch def
-currentdict end definefont pop
-}bind def
-/DEFS 0 def
-% hpos vpos EBEGIN -
-/EBEGIN{
-moveto
-DEFS begin
-}bind def
-/EEND/end load def
-/CNT 0 def
-/level1 0 def
-% llx lly newwid wid newht ht newllx newlly PBEGIN -
-/PBEGIN{
-/level1 save def
-translate
-div 3 1 roll div exch scale
-neg exch neg exch translate
-% set the graphics state to default values
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[]0 setdash
-/setstrokeadjust where{
-pop
-false setstrokeadjust
-}if
-/setoverprint where{
-pop
-false setoverprint
-}if
-newpath
-/CNT countdictstack def
-userdict begin
-/showpage{}def
-%
-%  Any included setpagedevice should be ignored.
-%  See: http://www.w-beer.de/doc/ps/.
-%
-/setpagedevice{}def
-mark
-}bind def
-/PEND{
-cleartomark
-countdictstack CNT sub{end}repeat
-level1 restore
-}bind def
-end def
-/setpacking where{
-pop
-setpacking
-}if
-%%EndResource
-%%EndProlog
-%%BeginSetup
-%%BeginFeature: *PageSize Default
-<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
-%%EndFeature
-%%IncludeResource: font Times-Italic
-%%IncludeResource: font Times-Roman
-%%IncludeResource: font Times-Bold
-%%IncludeResource: font Courier
-%%IncludeResource: font Symbol
-%%IncludeResource: font Courier-Bold
-grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
-def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
-/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
-/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
-/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
-/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
-/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
-/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
-/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
-/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
-/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
-/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
-/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
-/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
-/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
-/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
-/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
-/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
-/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
-/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
-/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
-/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
-/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/Courier-Bold@0 ENC0/Courier-Bold RE/Courier@0 ENC0/Courier RE
-/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0/Times-Roman RE
-/Times-Italic@0 ENC0/Times-Italic RE
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E
-F1(bash \255 GNU Bourne-Ag)108 96 Q(ain SHell)-.05 E F2(SYNOPSIS)72
-112.8 Q/F3 10/Times-Bold@0 SF(bash)108 124.8 Q F1
-([options] [command_string | \214le])2.5 E F2(COPYRIGHT)72 141.6 Q F1
-(Bash is Cop)108 153.6 Q(yright \251 1989-2023 by the Free Softw)-.1 E
-(are F)-.1 E(oundation, Inc.)-.15 E F2(DESCRIPTION)72 170.4 Q F3(Bash)
-108 182.4 Q F1 .973(is an)3.474 F F3(sh)3.473 E F1 .973
-(-compatible command language interpreter that e)B -.15(xe)-.15 G .973
-(cutes commands read from the standard).15 F(input or from a \214le.)108
-194.4 Q F3(Bash)5 E F1(also incorporates useful features from the)2.5 E
-F0 -.4(Ko)2.5 G(rn).4 E F1(and)2.5 E F0(C)2.5 E F1(shells \()2.5 E F3
-(ksh)A F1(and)2.5 E F3(csh)2.5 E F1(\).)A .693
-(POSIX is the name for a f)108 211.2 R .694
-(amily of computing standards based on Unix.)-.1 F F3(Bash)5.694 E F1
-.694(is intended to be a confor)3.194 F(-)-.2 E 1.097(mant implementati\
-on of the Shell and Utilities portion of the IEEE POSIX speci\214cation\
- \(IEEE Standard)108 223.2 R(1003.1\).)108 235.2 Q F3(Bash)5 E F1
-(can be con\214gured to be POSIX-conformant by def)2.5 E(ault.)-.1 E F2
-(OPTIONS)72 252 Q F1 .483(All of the single-character shell options doc\
-umented in the description of the)108 264 R F3(set)2.984 E F1 -.2(bu)
-2.984 G .484(iltin command, includ-).2 F(ing)108 276 Q F3<ad6f>2.719 E
-F1 2.719(,c)C .218(an be used as options when the shell is in)-2.719 F
--.2(vo)-.4 G -.1(ke).2 G 2.718(d. In).1 F(addition,)2.718 E F3(bash)
-2.718 E F1 .218(interprets the follo)2.718 F .218(wing options)-.25 F
-(when it is in)108 288 Q -.2(vo)-.4 G -.1(ke).2 G(d:).1 E F3<ad63>108
-304.8 Q F1 .867(If the)158 304.8 R F3<ad63>3.367 E F1 .867(option is pr\
-esent, then commands are read from the \214rst non-option ar)3.367 F
-(gument)-.18 E F0(com-)3.568 E(mand_string)158 316.8 Q F1 5.727(.I).22 G
-3.227(ft)-5.727 G .727(here are ar)-3.227 F .727(guments after the)-.18
-F F0(command_string)3.427 E F1 3.227(,t).22 G .726(he \214rst ar)-3.227
-F .726(gument is assigned)-.18 F(to)158 328.8 Q F3($0)2.918 E F1 .418
-(and an)2.918 F 2.918(yr)-.15 G .418(emaining ar)-2.918 F .419
-(guments are assigned to the positional parameters.)-.18 F .419
-(The assignment)5.419 F(to)158 340.8 Q F3($0)2.5 E F1
-(sets the name of the shell, which is used in w)2.5 E
-(arning and error messages.)-.1 E F3<ad69>108 352.8 Q F1(If the)158
-352.8 Q F3<ad69>2.5 E F1(option is present, the shell is)2.5 E F0(inter)
-2.51 E(active)-.15 E F1(.).18 E F3<ad6c>108 364.8 Q F1(Mak)158 364.8 Q
-(e)-.1 E F3(bash)2.5 E F1(act as if it had been in)2.5 E -.2(vo)-.4 G
--.1(ke).2 G 2.5(da).1 G 2.5(sal)-2.5 G(ogin shell \(see)-2.5 E/F4 9
-/Times-Bold@0 SF(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)
--.25 E F3<ad72>108 376.8 Q F1(If the)158 376.8 Q F3<ad72>2.5 E F1
-(option is present, the shell becomes)2.5 E F0 -.37(re)2.5 G(stricted)
-.37 E F1(\(see)3.27 E F4(RESTRICTED SHELL)2.5 E F1(belo)2.25 E(w\).)-.25
-E F3<ad73>108 388.8 Q F1 .602(If the)158 388.8 R F3<ad73>3.102 E F1 .602
-(option is present, or if no ar)3.102 F .602
-(guments remain after option processing, then commands)-.18 F .616
-(are read from the standard input.)158 400.8 R .617(This option allo)
-5.617 F .617(ws the positional parameters to be set when)-.25 F(in)158
-412.8 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H
-(hell or when reading input through a pipe.).15 E F3<ad44>108 424.8 Q F1
-3.184(Al)158 424.8 S .684(ist of all double-quoted strings preceded by)
--3.184 F F3($)3.184 E F1 .684(is printed on the standard output.)3.184 F
-.683(These are)5.683 F .458(the strings that are subject to language tr\
-anslation when the current locale is not)158 436.8 R F3(C)2.958 E F1(or)
-2.959 E F3(POSIX)2.959 E F1(.)A(This implies the)158 448.8 Q F3<ad6e>2.5
-E F1(option; no commands will be e)2.5 E -.15(xe)-.15 G(cuted.).15 E F3
-([\255+]O [)108 460.8 Q F0(shopt_option)A F3(])A F0(shopt_option)158
-472.8 Q F1 1.097(is one of the shell options accepted by the)3.597 F F3
-(shopt)3.597 E F1 -.2(bu)3.597 G 1.097(iltin \(see).2 F F4 1.096
-(SHELL B)3.596 F(UIL)-.09 E(TIN)-.828 E(COMMANDS)158 484.8 Q F1(belo)
-3.002 E 3.252(w\). If)-.25 F F0(shopt_option)3.253 E F1 .753
-(is present,)3.253 F F3<ad4f>3.253 E F1 .753(sets the v)3.253 F .753
-(alue of that option;)-.25 F F3(+O)3.253 E F1(unsets)3.253 E 2.625
-(it. If)158 496.8 R F0(shopt_option)2.625 E F1 .125
-(is not supplied, the names and v)2.625 F .124
-(alues of the shell options accepted by)-.25 F F3(shopt)2.624 E F1 .505
-(are printed on the standard output.)158 508.8 R .505(If the in)5.505 F
--.2(vo)-.4 G .505(cation option is).2 F F3(+O)3.005 E F1 3.005(,t)C .506
-(he output is displayed in a)-3.005 F
-(format that may be reused as input.)158 520.8 Q F3<adad>108 532.8 Q F1
-(A)158 532.8 Q F3<adad>3.364 E F1 .864
-(signals the end of options and disables further option processing.)
-3.364 F(An)5.863 E 3.363(ya)-.15 G -.18(rg)-3.363 G .863(uments after)
-.18 F(the)158 544.8 Q F3<adad>3.558 E F1 1.059
-(are treated as a shell script \214lename \(see belo)3.558 F 1.059
-(w\) and ar)-.25 F 1.059(guments passed to that script.)-.18 F(An ar)158
-556.8 Q(gument of)-.18 E F3<ad>2.5 E F1(is equi)2.5 E -.25(va)-.25 G
-(lent to).25 E F3<adad>2.5 E F1(.)A F3(Bash)108 573.6 Q F1 .304
-(also interprets a number of multi-character options.)2.804 F .303
-(These options must appear on the command line)5.303 F
-(before the single-character options to be recognized.)108 585.6 Q F3
-<adad646562>108 602.4 Q(ugger)-.2 E F1 .474(Arrange for the deb)144
-614.4 R .474(ugger pro\214le to be e)-.2 F -.15(xe)-.15 G .475
-(cuted before the shell starts.).15 F -.45(Tu)5.475 G .475(rns on e).45
-F .475(xtended deb)-.15 F(ug-)-.2 E
-(ging mode \(see the description of the)144 626.4 Q F3(extdeb)2.5 E(ug)
--.2 E F1(option to the)2.5 E F3(shopt)2.5 E F1 -.2(bu)2.5 G(iltin belo)
-.2 E(w\).)-.25 E F3(\255\255dump\255po\255strings)108 638.4 Q F1(Equi)
-144 650.4 Q -.25(va)-.25 G(lent to).25 E F3<ad44>2.5 E F1 2.5(,b)C
-(ut the output is in the GNU)-2.7 E F0 -.1(ge)2.5 G(tte).1 E(xt)-.2 E F3
-(po)2.5 E F1(\(portable object\) \214le format.)2.5 E F3
-(\255\255dump\255strings)108 662.4 Q F1(Equi)144 674.4 Q -.25(va)-.25 G
-(lent to).25 E F3<ad44>2.5 E F1(.)A F3(\255\255help)108 686.4 Q F1
-(Display a usage message on standard output and e)144 686.4 Q
-(xit successfully)-.15 E(.)-.65 E F3<adad696e6974ad8c6c65>108 698.4 Q F0
-(\214le)2.5 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(1)198.45 E
-0 Cg EP
-%%Page: 2 2
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<adad72>108 84 Q(c\214le)-.18
-E F0(\214le)2.5 E F1(Ex)144 96 Q 1.393(ecute commands from)-.15 F F0
-(\214le)5.803 E F1 1.392
-(instead of the standard personal initialization \214le)4.073 F F0
-(\001/.bashr)3.992 E(c)-.37 E F1 1.392(if the)4.202 F
-(shell is interacti)144 108 Q .3 -.15(ve \()-.25 H(see).15 E/F3 9
-/Times-Bold@0 SF(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)
--.25 E F2(\255\255login)108 124.8 Q F1(Equi)144 136.8 Q -.25(va)-.25 G
-(lent to).25 E F2<ad6c>2.5 E F1(.)A F2(\255\255noediting)108 153.6 Q F1
-(Do not use the GNU)144 165.6 Q F2 -.18(re)2.5 G(adline).18 E F1
-(library to read command lines when the shell is interacti)2.5 E -.15
-(ve)-.25 G(.).15 E F2(\255\255nopr)108 182.4 Q(o\214le)-.18 E F1 .017
-(Do not read either the system-wide startup \214le)144 194.4 R F0
-(/etc/pr)4.183 E(o\214le)-.45 E F1 .017(or an)4.183 F 2.517(yo)-.15 G
-2.517(ft)-2.517 G .018(he personal initialization \214les)-2.517 F F0
-(\001/.bash_pr)144.1 206.4 Q(o\214le)-.45 E F1(,).18 E F0(\001/.bash_lo)
-3.144 E(gin)-.1 E F1 3.043(,o).24 G(r)-3.043 E F0(\001/.pr)3.143 E
-(o\214le)-.45 E F1 5.543(.B).18 G 3.043(yd)-5.543 G(ef)-3.043 E(ault,)
--.1 E F2(bash)3.043 E F1 .543(reads these \214les when it is in)3.043 F
--.2(vo)-.4 G -.1(ke).2 G(d).1 E(as a login shell \(see)144 218.4 Q F3
-(INV)2.5 E(OCA)-.405 E(TION)-.855 E F1(belo)2.25 E(w\).)-.25 E F2
-<adad6e6f72>108 235.2 Q(c)-.18 E F1 1.049(Do not read and e)144 235.2 R
--.15(xe)-.15 G 1.049(cute the personal initialization \214le).15 F F0
-(\001/.bashr)3.649 E(c)-.37 E F1 1.05(if the shell is interacti)3.859 F
--.15(ve)-.25 G 6.05(.T).15 G(his)-6.05 E(option is on by def)144 247.2 Q
-(ault if the shell is in)-.1 E -.2(vo)-.4 G -.1(ke).2 G 2.5(da).1 G(s)
--2.5 E F2(sh)2.5 E F1(.)A F2(\255\255posix)108 264 Q F1 1.783
-(Change the beha)144 276 R 1.782(vior of)-.2 F F2(bash)4.282 E F1 1.782
-(where the def)4.282 F 1.782(ault operation dif)-.1 F 1.782
-(fers from the POSIX standard to)-.25 F .332(match the standard \()144
-288 R F0 .332(posix mode)B F1 2.832(\). See)B F3 .333(SEE ALSO)2.833 F
-F1(belo)2.583 E 2.833(wf)-.25 G .333
-(or a reference to a document that details)-2.833 F(ho)144 300 Q 2.5(wp)
--.25 G(osix mode af)-2.5 E(fects bash')-.25 E 2.5(sb)-.55 G(eha)-2.5 E
-(vior)-.2 E(.)-.55 E F2<adad72>108 316.8 Q(estricted)-.18 E F1
-(The shell becomes restricted \(see)144 328.8 Q F3(RESTRICTED SHELL)2.5
-E F1(belo)2.25 E(w\).)-.25 E F2<adad76>108 345.6 Q(erbose)-.1 E F1(Equi)
-144 357.6 Q -.25(va)-.25 G(lent to).25 E F2<ad76>2.5 E F1(.)A F2<adad76>
-108 374.4 Q(ersion)-.1 E F1(Sho)144 386.4 Q 2.5(wv)-.25 G
-(ersion information for this instance of)-2.65 E F2(bash)2.5 E F1
-(on the standard output and e)2.5 E(xit successfully)-.15 E(.)-.65 E/F4
-10.95/Times-Bold@0 SF(ARGUMENTS)72 403.2 Q F1 .017(If ar)108 415.2 R
-.016(guments remain after option processing, and neither the)-.18 F F2
-<ad63>2.516 E F1 .016(nor the)2.516 F F2<ad73>2.516 E F1 .016
-(option has been supplied, the \214rst)2.516 F(ar)108 427.2 Q .109(gume\
-nt is assumed to be the name of a \214le containing shell commands \(a)
--.18 F F0 .11(shell script)2.61 F F1 2.61(\). If)B F2(bash)2.61 E F1 .11
-(is in)2.61 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E .257(in this f)108 439.2 R
-(ashion,)-.1 E F2($0)2.757 E F1 .257(is set to the name of the \214le, \
-and the positional parameters are set to the remaining ar)2.757 F(gu-)
--.18 E(ments.)108 451.2 Q F2(Bash)5.199 E F1 .199(reads and e)2.699 F
--.15(xe)-.15 G .199(cutes commands from this \214le, then e).15 F(xits.)
--.15 E F2(Bash)5.2 E F1 1.3 -.55('s e)D .2(xit status is the e).4 F .2
-(xit status of)-.15 F .587(the last command e)108 463.2 R -.15(xe)-.15 G
-.587(cuted in the script.).15 F .586(If no commands are e)5.586 F -.15
-(xe)-.15 G .586(cuted, the e).15 F .586(xit status is 0.)-.15 F .586
-(An attempt is)5.586 F .367
-(\214rst made to open the \214le in the current directory)108 475.2 R
-2.868(,a)-.65 G .368
-(nd, if no \214le is found, then the shell searches the direc-)-2.868 F
-(tories in)108 487.2 Q F3 -.666(PA)2.5 G(TH)-.189 E F1(for the script.)
-2.25 E F4(INV)72 504 Q(OCA)-.493 E(TION)-1.04 E F1(A)108 516 Q F0(lo)2.5
-E(gin shell)-.1 E F1(is one whose \214rst character of ar)2.5 E
-(gument zero is a)-.18 E F2<ad>2.5 E F1 2.5(,o)C 2.5(ro)-2.5 G
-(ne started with the)-2.5 E F2(\255\255login)2.5 E F1(option.)2.5 E(An)
-108 532.8 Q F0(inter)2.734 E(active)-.15 E F1 .234
-(shell is one started without non-option ar)2.734 F .234
-(guments \(unless)-.18 F F2<ad73>2.734 E F1 .233
-(is speci\214ed\) and without the)2.734 F F2<ad63>2.733 E F1 .352(optio\
-n, whose standard input and error are both connected to terminals \(as \
-determined by)108 544.8 R F0(isatty)2.863 E F1 .353(\(3\)\), or one).32
-F .946(started with the)108 556.8 R F2<ad69>3.445 E F1(option.)3.445 E
-F3(PS1)5.945 E F1 .945(is set and)3.195 F F2<24ad>3.445 E F1(includes)
-3.445 E F2(i)3.445 E F1(if)3.445 E F2(bash)3.445 E F1 .945(is interacti)
-3.445 F -.15(ve)-.25 G 3.445(,a).15 G(llo)-3.445 E .945
-(wing a shell script or a)-.25 F(startup \214le to test this state.)108
-568.8 Q .032(The follo)108 585.6 R .032(wing paragraphs describe ho)-.25
-F(w)-.25 E F2(bash)2.532 E F1 -.15(exe)2.532 G .032
-(cutes its startup \214les.).15 F .032(If an)5.032 F 2.532(yo)-.15 G
-2.532(ft)-2.532 G .032(he \214les e)-2.532 F .033(xist b)-.15 F .033
-(ut cannot be)-.2 F(read,)108 597.6 Q F2(bash)2.6 E F1 .1
-(reports an error)2.6 F 5.1(.T)-.55 G .1(ildes are e)-5.45 F .099
-(xpanded in \214lenames as described belo)-.15 F 2.599(wu)-.25 G(nder)
--2.599 E F2 -.18(Ti)2.599 G .099(lde Expansion).18 F F1(in)2.599 E(the)
-108 609.6 Q F3(EXP)2.5 E(ANSION)-.666 E F1(section.)2.25 E(When)108
-626.4 Q F2(bash)2.895 E F1 .395(is in)2.895 F -.2(vo)-.4 G -.1(ke).2 G
-2.895(da).1 G 2.895(sa)-2.895 G 2.895(ni)-2.895 G(nteracti)-2.895 E .695
--.15(ve l)-.25 H .396(ogin shell, or as a non-interacti).15 F .696 -.15
-(ve s)-.25 H .396(hell with the).15 F F2(\255\255login)2.896 E F1 .396
-(option, it)2.896 F 1.334(\214rst reads and e)108 638.4 R -.15(xe)-.15 G
-1.334(cutes commands from the \214le).15 F F0(/etc/pr)3.834 E(o\214le)
--.45 E F1 3.834(,i)C 3.833(ft)-3.834 G 1.333(hat \214le e)-3.833 F 3.833
-(xists. After)-.15 F 1.333(reading that \214le, it)3.833 F 1.475
-(looks for)108 650.4 R F0(\001/.bash_pr)3.975 E(o\214le)-.45 E F1(,)A F0
-(\001/.bash_lo)3.975 E(gin)-.1 E F1 3.975(,a)C(nd)-3.975 E F0(\001/.pr)
-3.975 E(o\214le)-.45 E F1 3.975(,i)C 3.975(nt)-3.975 G 1.475(hat order)
--3.975 F 3.976(,a)-.4 G 1.476(nd reads and e)-3.976 F -.15(xe)-.15 G
-1.476(cutes commands).15 F .183(from the \214rst one that e)108 662.4 R
-.183(xists and is readable.)-.15 F(The)5.183 E F2(\255\255nopr)2.683 E
-(o\214le)-.18 E F1 .182(option may be used when the shell is started)
-2.683 F(to inhibit this beha)108 674.4 Q(vior)-.2 E(.)-.55 E 1.104
-(When an interacti)108 691.2 R 1.404 -.15(ve l)-.25 H 1.104
-(ogin shell e).15 F 1.104(xits, or a non-interacti)-.15 F 1.404 -.15
-(ve l)-.25 H 1.104(ogin shell e).15 F -.15(xe)-.15 G 1.104(cutes the).15
-F F2(exit)3.604 E F1 -.2(bu)3.604 G 1.104(iltin command,).2 F F2(bash)
-108 703.2 Q F1(reads and e)2.5 E -.15(xe)-.15 G
-(cutes commands from the \214le).15 E F0(\001/.bash_lo)2.5 E(gout)-.1 E
-F1 2.5(,i)C 2.5(fi)-2.5 G 2.5(te)-2.5 G(xists.)-2.65 E 1.698
-(When an interacti)108 720 R 1.998 -.15(ve s)-.25 H 1.698
-(hell that is not a login shell is started,).15 F F2(bash)4.197 E F1
-1.697(reads and e)4.197 F -.15(xe)-.15 G 1.697(cutes commands from).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(2)198.45 E 0 Cg EP
-%%Page: 3 3
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(\001/.bashr)108 84 Q(c)-.37 E F1 3.477(,i)C
-3.477(ft)-3.477 G .977(hat \214le e)-3.477 F 3.477(xists. This)-.15 F
-.978(may be inhibited by using the)3.477 F/F2 10/Times-Bold@0 SF
-<adad6e6f72>3.478 E(c)-.18 E F1 3.478(option. The)3.478 F F2<adad72>
-3.478 E(c\214le)-.18 E F0(\214le)3.478 E F1(option)3.478 E(will force)
-108 96 Q F2(bash)2.5 E F1(to read and e)2.5 E -.15(xe)-.15 G
-(cute commands from).15 E F0(\214le)2.5 E F1(instead of)2.5 E F0
-(\001/.bashr)2.5 E(c)-.37 E F1(.)A(When)108 112.8 Q F2(bash)5.306 E F1
-2.806(is started non-interacti)5.306 F -.15(ve)-.25 G(ly).15 E 5.306(,t)
--.65 G 5.306(or)-5.306 G 2.806(un a shell script, for e)-5.306 F 2.805
-(xample, it looks for the v)-.15 F(ariable)-.25 E/F3 9/Times-Bold@0 SF
--.27(BA)108 124.8 S(SH_ENV).27 E F1 1.01(in the en)3.26 F 1.01
-(vironment, e)-.4 F 1.01(xpands its v)-.15 F 1.01
-(alue if it appears there, and uses the e)-.25 F 1.011(xpanded v)-.15 F
-1.011(alue as the)-.25 F(name of a \214le to read and e)108 136.8 Q -.15
-(xe)-.15 G(cute.).15 E F2(Bash)5 E F1(beha)2.5 E -.15(ve)-.2 G 2.5(sa)
-.15 G 2.5(si)-2.5 G 2.5(ft)-2.5 G(he follo)-2.5 E(wing command were e)
--.25 E -.15(xe)-.15 G(cuted:).15 E/F4 10/Courier@0 SF
-(if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 153.6 Q F1 -.2(bu)
-108 170.4 S 2.5(tt).2 G(he v)-2.5 E(alue of the)-.25 E F3 -.666(PA)2.5 G
-(TH)-.189 E F1 -.25(va)2.25 G
-(riable is not used to search for the \214lename.).25 E(If)108 187.2 Q
-F2(bash)3.417 E F1 .917(is in)3.417 F -.2(vo)-.4 G -.1(ke).2 G 3.417(dw)
-.1 G .917(ith the name)-3.417 F F2(sh)3.417 E F1 3.417(,i)C 3.417(tt)
--3.417 G .917(ries to mimic the startup beha)-3.417 F .917
-(vior of historical v)-.2 F .917(ersions of)-.15 F F2(sh)3.417 E F1(as)
-3.417 E .145
-(closely as possible, while conforming to the POSIX standard as well.)
-108 199.2 R .145(When in)5.145 F -.2(vo)-.4 G -.1(ke).2 G 2.645(da).1 G
-2.645(sa)-2.645 G 2.645(ni)-2.645 G(nteracti)-2.645 E .445 -.15(ve l)
--.25 H(ogin).15 E 1.264(shell, or a non-interacti)108 211.2 R 1.564 -.15
-(ve s)-.25 H 1.264(hell with the).15 F F2(\255\255login)3.764 E F1 1.264
-(option, it \214rst attempts to read and e)3.764 F -.15(xe)-.15 G 1.263
-(cute commands).15 F(from)108 223.2 Q F0(/etc/pr)4.006 E(o\214le)-.45 E
-F1(and)3.036 E F0(\001/.pr)2.956 E(o\214le)-.45 E F1 2.856(,i).18 G
-2.856(nt)-2.856 G .356(hat order)-2.856 F 5.356(.T)-.55 G(he)-5.356 E F2
-(\255\255nopr)2.856 E(o\214le)-.18 E F1 .357
-(option may be used to inhibit this beha)2.856 F(vior)-.2 E(.)-.55 E
-.418(When in)108 235.2 R -.2(vo)-.4 G -.1(ke).2 G 2.918(da).1 G 2.918
-(sa)-2.918 G 2.918(ni)-2.918 G(nteracti)-2.918 E .718 -.15(ve s)-.25 H
-.418(hell with the name).15 F F2(sh)2.918 E F1(,)A F2(bash)2.918 E F1
-.418(looks for the v)2.918 F(ariable)-.25 E F3(ENV)2.918 E/F5 9
-/Times-Roman@0 SF(,)A F1 -.15(ex)2.667 G .417(pands its v).15 F(alue)
--.25 E .171(if it is de\214ned, and uses the e)108 247.2 R .171
-(xpanded v)-.15 F .171(alue as the name of a \214le to read and e)-.25 F
--.15(xe)-.15 G 2.671(cute. Since).15 F 2.671(as)2.671 G .171(hell in)
--2.671 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E(as)108 259.2 Q F2(sh)3.081 E F1
-.581(does not attempt to read and e)3.081 F -.15(xe)-.15 G .581
-(cute commands from an).15 F 3.08(yo)-.15 G .58
-(ther startup \214les, the)-3.08 F F2<adad72>3.08 E(c\214le)-.18 E F1
-.58(option has)3.08 F .182(no ef)108 271.2 R 2.682(fect. A)-.25 F
-(non-interacti)2.682 E .482 -.15(ve s)-.25 H .182(hell in).15 F -.2(vo)
--.4 G -.1(ke).2 G 2.682(dw).1 G .182(ith the name)-2.682 F F2(sh)2.682 E
-F1 .182(does not attempt to read an)2.682 F 2.683(yo)-.15 G .183
-(ther startup \214les.)-2.683 F(When in)108 283.2 Q -.2(vo)-.4 G -.1(ke)
-.2 G 2.5(da).1 G(s)-2.5 E F2(sh)2.5 E F1(,)A F2(bash)2.5 E F1(enters)2.5
-E F0(posix)3.75 E F1(mode after the startup \214les are read.)3.03 E
-(When)108 300 Q F2(bash)2.727 E F1 .226(is started in)2.727 F F0(posix)
-3.976 E F1 .226(mode, as with the)3.256 F F2(\255\255posix)2.726 E F1
-.226(command line option, it follo)2.726 F .226(ws the POSIX stan-)-.25
-F .341(dard for startup \214les.)108 312 R .341(In this mode, interacti)
-5.341 F .641 -.15(ve s)-.25 H .341(hells e).15 F .341(xpand the)-.15 F
-F3(ENV)2.841 E F1 -.25(va)2.591 G .342(riable and commands are read and)
-.25 F -.15(exe)108 324 S(cuted from the \214le whose name is the e).15 E
-(xpanded v)-.15 E 2.5(alue. No)-.25 F(other startup \214les are read.)
-2.5 E F2(Bash)108 340.8 Q F1 .224(attempts to determine when it is bein\
-g run with its standard input connected to a netw)2.724 F .223
-(ork connection,)-.1 F .521(as when e)108 352.8 R -.15(xe)-.15 G .521
-(cuted by the historical remote shell daemon, usually).15 F F0 -.1(rs)
-3.021 G(hd).1 E F1 3.021(,o)C 3.021(rt)-3.021 G .521
-(he secure shell daemon)-3.021 F F0(sshd)3.022 E F1 5.522(.I)C(f)-5.522
-E F2(bash)108 364.8 Q F1 1.523(determines it is being run non-interacti)
-4.023 F -.15(ve)-.25 G 1.523(ly in this f).15 F 1.522
-(ashion, it reads and e)-.1 F -.15(xe)-.15 G 1.522(cutes commands from)
-.15 F F0(\001/.bashr)108 376.8 Q(c)-.37 E F1 2.748(,i)C 2.748(ft)-2.748
-G .248(hat \214le e)-2.748 F .248(xists and is readable.)-.15 F .249
-(It will not do this if in)5.248 F -.2(vo)-.4 G -.1(ke).2 G 2.749(da).1
-G(s)-2.749 E F2(sh)2.749 E F1 5.249(.T)C(he)-5.249 E F2<adad6e6f72>2.749
-E(c)-.18 E F1 .249(option may be)2.749 F .61(used to inhibit this beha)
-108 388.8 R(vior)-.2 E 3.11(,a)-.4 G .61(nd the)-3.11 F F2<adad72>3.11 E
-(c\214le)-.18 E F1 .609
-(option may be used to force another \214le to be read, b)3.11 F .609
-(ut nei-)-.2 F(ther)108 400.8 Q F0 -.1(rs)2.5 G(hd).1 E F1(nor)2.5 E F0
-(sshd)2.5 E F1(generally in)2.5 E -.2(vo)-.4 G .2 -.1(ke t).2 H
-(he shell with those options or allo).1 E 2.5(wt)-.25 G
-(hem to be speci\214ed.)-2.5 E .433(If the shell is started with the ef)
-108 417.6 R(fecti)-.25 E .733 -.15(ve u)-.25 H .433
-(ser \(group\) id not equal to the real user \(group\) id, and the).15 F
-F2<ad70>2.934 E F1(op-)2.934 E 1.124(tion is not supplied, no startup \
-\214les are read, shell functions are not inherited from the en)108
-429.6 R 1.124(vironment, the)-.4 F F3(SHELLOPTS)108 441.6 Q F5(,)A F3
--.27(BA)2.959 G(SHOPTS).27 E F5(,)A F3(CDP)2.959 E -.855(AT)-.666 G(H)
-.855 E F5(,)A F1(and)2.959 E F3(GLOBIGNORE)3.209 E F1 -.25(va)2.959 G
-.709(riables, if the).25 F 3.209(ya)-.15 G .71(ppear in the en)-3.209 F
-.71(vironment, are)-.4 F .905(ignored, and the ef)108 453.6 R(fecti)-.25
-E 1.205 -.15(ve u)-.25 H .904(ser id is set to the real user id.).15 F
-.904(If the)5.904 F F2<ad70>3.404 E F1 .904(option is supplied at in)
-3.404 F -.2(vo)-.4 G .904(cation, the).2 F(startup beha)108 465.6 Q
-(vior is the same, b)-.2 E(ut the ef)-.2 E(fecti)-.25 E .3 -.15(ve u)
--.25 H(ser id is not reset.).15 E/F6 10.95/Times-Bold@0 SF(DEFINITIONS)
-72 482.4 Q F1(The follo)108 494.4 Q
-(wing de\214nitions are used throughout the rest of this document.)-.25
-E F2(blank)108 506.4 Q F1 2.5(As)144 506.4 S(pace or tab)-2.5 E(.)-.4 E
-F2 -.1(wo)108 518.4 S(rd).1 E F1 2.5(As)144 518.4 S
-(equence of characters considered as a single unit by the shell.)-2.5 E
-(Also kno)5 E(wn as a)-.25 E F2(tok)2.5 E(en)-.1 E F1(.)A F2(name)108
-530.4 Q F1(A)144 530.4 Q F0(wor)3.005 E(d)-.37 E F1 .165
-(consisting only of alphanumeric characters and underscores, and be)
-3.435 F .166(ginning with an alpha-)-.15 F
-(betic character or an underscore.)144 542.4 Q(Also referred to as an)5
-E F2(identi\214er)2.5 E F1(.)A F2(metacharacter)108 554.4 Q F1 2.5(Ac)
-144 566.4 S(haracter that, when unquoted, separates w)-2.5 E 2.5
-(ords. One)-.1 F(of the follo)2.5 E(wing:)-.25 E F2 5(|&;\(\)<>s)144
-578.4 S 2.5(pace tab newline)-5 F(contr)108 590.4 Q(ol operator)-.18 E
-F1(A)144 602.4 Q F0(tok)2.5 E(en)-.1 E F1
-(that performs a control function.)2.5 E(It is one of the follo)5 E
-(wing symbols:)-.25 E F2 2.5(|| & && ; ;; ;& ;;& \( \) | |&)144 614.4 R
-(<newline>)10 E F6(RESER)72 631.2 Q(VED W)-.602 E(ORDS)-.11 E F0 .307
-(Reserved wor)108 643.2 R(ds)-.37 E F1 .307(are w)2.807 F .307
-(ords that ha)-.1 F .607 -.15(ve a s)-.2 H .306
-(pecial meaning to the shell.).15 F .306(The follo)5.306 F .306(wing w)
--.25 F .306(ords are recognized as)-.1 F(reserv)108 655.2 Q .313
-(ed when unquoted and either the \214rst w)-.15 F .314
-(ord of a command \(see)-.1 F F3 .314(SHELL GRAMMAR)2.814 F F1(belo)
-2.564 E .314(w\), the third)-.25 F -.1(wo)108 667.2 S .644(rd of a).1 F
-F2(case)3.144 E F1(or)3.144 E F2(select)3.143 E F1 .643(command \(only)
-3.143 F F2(in)3.143 E F1 .643(is v)3.143 F .643(alid\), or the third w)
--.25 F .643(ord of a)-.1 F F2 -.25(fo)3.143 G(r).25 E F1 .643
-(command \(only)3.143 F F2(in)3.143 E F1(and)3.143 E F2(do)3.143 E F1
-(are v)108 679.2 Q(alid\):)-.25 E F2 11.295(!c)144 696 S 8.795(ase copr)
--11.295 F 8.795(oc do done elif else esac \214 f)-.18 F 8.795
-(or function if in select then)-.25 F 7.5(until while { } time [[ ]])144
-708 R F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(3)198.45 E 0 Cg EP
-%%Page: 4 4
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(SHELL GRAMMAR)72 84 Q F1
-(This section describes the syntax of the v)108 96 Q
-(arious forms of shell commands.)-.25 E/F3 10/Times-Bold@0 SF
-(Simple Commands)87 112.8 Q F1(A)108 124.8 Q F0 .389(simple command)
-2.889 F F1 .389(is a sequence of optional v)2.889 F .388
-(ariable assignments follo)-.25 F .388(wed by)-.25 F F3(blank)2.888 E F1
-.388(-separated w)B .388(ords and)-.1 F .815
-(redirections, and terminated by a)108 136.8 R F0(contr)3.315 E .815
-(ol oper)-.45 F(ator)-.15 E F1 5.815(.T)C .815(he \214rst w)-5.815 F
-.816(ord speci\214es the command to be e)-.1 F -.15(xe)-.15 G(cuted,).15
-E(and is passed as ar)108 148.8 Q(gument zero.)-.18 E(The remaining w)5
-E(ords are passed as ar)-.1 E(guments to the in)-.18 E -.2(vo)-.4 G -.1
-(ke).2 G 2.5(dc).1 G(ommand.)-2.5 E(The return v)108 165.6 Q(alue of a)
--.25 E F0(simple command)2.5 E F1(is its e)2.5 E(xit status, or 128+)
--.15 E F0(n)A F1(if the command is terminated by signal)3.333 E F0(n)
-2.86 E F1(.).24 E F3(Pipelines)87 182.4 Q F1(A)108 194.4 Q F0(pipeline)
-2.996 E F1 .496(is a sequence of one or more commands separated by one \
-of the control operators)2.996 F F3(|)2.996 E F1(or)2.996 E F3(|&)2.996
-E F1 5.496(.T)C(he)-5.496 E(format for a pipeline is:)108 206.4 Q([)144
-223.2 Q F3(time)A F1([)2.5 E F3<ad70>A F1(]] [ ! ])A F0(command1)2.5 E
-F1 2.5([[)2.5 G F3(|)-2.5 E/F4 10/Symbol SF<ef>A F3(|&)A F1(])A F0
-(command2)2.5 E F1 -3.332 1.666(... ])2.5 H .799(The standard output of)
-108 240 R F0(command1)3.499 E F1 .799
-(is connected via a pipe to the standard input of)3.299 F F0(command2)
-3.5 E F1 5.8(.T).02 G .8(his con-)-5.8 F .215
-(nection is performed before an)108 252 R 2.715(yr)-.15 G .214
-(edirections speci\214ed by the)-2.715 F F0(command1)2.914 E F1(\(see)A
-/F5 9/Times-Bold@0 SF(REDIRECTION)2.714 E F1(belo)2.464 E 2.714(w\). If)
--.25 F F3(|&)2.714 E F1 .126(is used,)108 264 R F0(command1)2.626 E F1
-1.226 -.55('s s)D .126(tandard error).55 F 2.626(,i)-.4 G 2.626(na)
--2.626 G .126(ddition to its standard output, is connected to)-2.626 F
-F0(command2)2.626 E F1 1.226 -.55('s s)D(tandard).55 E .028
-(input through the pipe; it is shorthand for)108 276 R F3 .028(2>&1 |)
-2.528 F F1 5.028(.T)C .028
-(his implicit redirection of the standard error to the stan-)-5.028 F
-(dard output is performed after an)108 288 Q 2.5(yr)-.15 G
-(edirections speci\214ed by)-2.5 E F0(command1)2.5 E F1(.)A .48
-(The return status of a pipeline is the e)108 304.8 R .48
-(xit status of the last command, unless the)-.15 F F3(pipefail)2.98 E F1
-.48(option is enabled.)2.98 F(If)108 316.8 Q F3(pipefail)2.687 E F1 .187
-(is enabled, the pipeline')2.687 F 2.687(sr)-.55 G .186
-(eturn status is the v)-2.687 F .186
-(alue of the last \(rightmost\) command to e)-.25 F .186(xit with a)-.15
-F .61(non-zero status, or zero if all commands e)108 328.8 R .611
-(xit successfully)-.15 F 5.611(.I)-.65 G 3.111(ft)-5.611 G .611
-(he reserv)-3.111 F .611(ed w)-.15 F(ord)-.1 E F3(!)3.111 E F1 .611
-(precedes a pipeline, the)5.611 F -.15(ex)108 340.8 S .55
-(it status of that pipeline is the logical ne).15 F -.05(ga)-.15 G .55
-(tion of the e).05 F .55(xit status as described abo)-.15 F -.15(ve)-.15
-G 5.55(.T).15 G .55(he shell w)-5.55 F .55(aits for)-.1 F
-(all commands in the pipeline to terminate before returning a v)108
-352.8 Q(alue.)-.25 E .298(If the)108 369.6 R F3(time)2.799 E F1(reserv)
-2.799 E .299(ed w)-.15 F .299(ord precedes a pipeline, the elapsed as w\
-ell as user and system time consumed by its)-.1 F -.15(exe)108 381.6 S
-.14(cution are reported when the pipeline terminates.).15 F(The)5.139 E
-F3<ad70>2.639 E F1 .139(option changes the output format to that spec-)
-2.639 F .302(i\214ed by POSIX.)108 393.6 R .303(When the shell is in)
-5.302 F F0 .303(posix mode)2.803 F F1 2.803(,i)C 2.803(td)-2.803 G .303
-(oes not recognize)-2.803 F F3(time)2.803 E F1 .303(as a reserv)2.803 F
-.303(ed w)-.15 F .303(ord if the ne)-.1 F(xt)-.15 E(tok)108 405.6 Q .485
-(en be)-.1 F .485(gins with a \231\255\232.)-.15 F(The)5.484 E F5
-(TIMEFORMA)2.984 E(T)-.855 E F1 -.25(va)2.734 G .484
-(riable may be set to a format string that speci\214es ho).25 F 2.984
-(wt)-.25 G(he)-2.984 E .879
-(timing information should be displayed; see the description of)108
-417.6 R F5(TIMEFORMA)3.38 E(T)-.855 E F1(under)3.13 E F3 .88(Shell V)
-3.38 F(ariables)-.92 E F1(be-)3.38 E(lo)108 429.6 Q -.65(w.)-.25 G .162
-(When the shell is in)108 446.4 R F0 .162(posix mode)2.662 F F1(,)A F3
-(time)2.662 E F1 .162(may be follo)2.662 F .161(wed by a ne)-.25 F 2.661
-(wline. In)-.25 F .161(this case, the shell displays the to-)2.661 F .31
-(tal user and system time consumed by the shell and its children.)108
-458.4 R(The)5.31 E F5(TIMEFORMA)2.81 E(T)-.855 E F1 -.25(va)2.56 G .31
-(riable speci\214es the).25 F(format of the time information.)108 470.4
-Q .304(Each command in a multi-command pipeline, where pipes are create\
-d, is e)108 487.2 R -.15(xe)-.15 G .303(cuted in a).15 F F0(subshell)
-2.803 E F1 2.803(,w)C .303(hich is a)-2.803 F .207(separate process.)108
-499.2 R(See)5.207 E F5 .208(COMMAND EXECUTION ENVIR)2.708 F(ONMENT)-.27
-E F1 .208(for a description of subshells and a sub-)2.458 F .927
-(shell en)108 511.2 R 3.427(vironment. If)-.4 F(the)3.427 E F3(lastpipe)
-3.427 E F1 .927(option is enabled using the)3.427 F F3(shopt)3.427 E F1
--.2(bu)3.427 G .927(iltin \(see the description of).2 F F3(shopt)3.426 E
-F1(belo)108 523.2 Q(w\), the last element of a pipeline may be run by t\
-he shell process when job control is not acti)-.25 E -.15(ve)-.25 G(.)
-.15 E F3(Lists)87 540 Q F1(A)108 552 Q F0(list)2.849 E F1 .349(is a seq\
-uence of one or more pipelines separated by one of the operators)2.849 F
-F3(;)2.85 E F1(,)A F3(&)2.85 E F1(,)A F3(&&)2.85 E F1 2.85(,o)C(r)-2.85
-E F3(||)2.85 E F1 2.85(,a)C .35(nd option-)-2.85 F
-(ally terminated by one of)108 564 Q F3(;)2.5 E F1(,)A F3(&)2.5 E F1 2.5
-(,o)C(r)-2.5 E F3(<newline>)2.5 E F1(.)A .961(Of these list operators,)
-108 580.8 R F3(&&)3.461 E F1(and)3.461 E F3(||)3.461 E F1(ha)3.461 E
-1.261 -.15(ve e)-.2 H .961(qual precedence, follo).15 F .96(wed by)-.25
-F F3(;)3.46 E F1(and)3.46 E F3(&)3.46 E F1 3.46(,w)C .96(hich ha)-3.46 F
-1.26 -.15(ve e)-.2 H .96(qual prece-).15 F(dence.)108 592.8 Q 2.5(As)108
-609.6 S(equence of one or more ne)-2.5 E(wlines may appear in a)-.25 E
-F0(list)2.5 E F1(instead of a semicolon to delimit commands.)2.5 E .029
-(If a command is terminated by the control operator)108 626.4 R F3(&)
-2.529 E F1 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029
-(cutes the command in the).15 F F0(bac)2.529 E(kgr)-.2 E(ound)-.45 E F1
-(in)2.529 E 2.678(as)108 638.4 S 2.678(ubshell. The)-2.678 F .178
-(shell does not w)2.678 F .178
-(ait for the command to \214nish, and the return status is 0.)-.1 F .178
-(These are referred)5.178 F .778(to as)108 650.4 R F0(async)3.278 E(hr)
--.15 E(onous)-.45 E F1 3.278(commands. Commands)3.278 F .779
-(separated by a)3.278 F F3(;)3.279 E F1 .779(are e)3.279 F -.15(xe)-.15
-G .779(cuted sequentially; the shell w).15 F .779(aits for)-.1 F
-(each command to terminate in turn.)108 662.4 Q
-(The return status is the e)5 E(xit status of the last command e)-.15 E
--.15(xe)-.15 G(cuted.).15 E .172(AND and OR lists are sequences of one \
-or more pipelines separated by the)108 679.2 R F3(&&)2.671 E F1(and)
-2.671 E F3(||)2.671 E F1 .171(control operators, re-)2.671 F(specti)108
-691.2 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G(ND and OR lists are e)-5 E
--.15(xe)-.15 G(cuted with left associati).15 E(vity)-.25 E 5(.A)-.65 G
-2.5(nA)-5 G(ND list has the form)-2.5 E F0(command1)144 708 Q F3(&&)2.5
-E F0(command2)2.5 E(command2)108.2 724.8 Q F1(is e)2.52 E -.15(xe)-.15 G
-(cuted if, and only if,).15 E F0(command1)2.7 E F1(returns an e)2.5 E
-(xit status of zero \(success\).)-.15 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(4)198.45 E 0 Cg EP
-%%Page: 5 5
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(An OR list has the form)108 84 Q F0(command1)144
-100.8 Q/F2 10/Times-Bold@0 SF(||)2.5 E F0(command2)2.5 E(command2)108.2
-117.6 Q F1 .434(is e)2.954 F -.15(xe)-.15 G .434(cuted if, and only if,)
-.15 F F0(command1)3.135 E F1 .435(returns a non-zero e)2.935 F .435
-(xit status.)-.15 F .435(The return status of AND)5.435 F
-(and OR lists is the e)108 129.6 Q(xit status of the last command e)-.15
-E -.15(xe)-.15 G(cuted in the list.).15 E F2(Compound Commands)87 146.4
-Q F1(A)108 158.4 Q F0 1.054(compound command)3.554 F F1 1.054
-(is one of the follo)3.554 F 3.553(wing. In)-.25 F 1.053(most cases a)
-3.553 F F0(list)3.553 E F1 1.053(in a command')3.553 F 3.553(sd)-.55 G
-1.053(escription may be)-3.553 F 1.026
-(separated from the rest of the command by one or more ne)108 170.4 R
-1.026(wlines, and may be follo)-.25 F 1.027(wed by a ne)-.25 F 1.027
-(wline in)-.25 F(place of a semicolon.)108 182.4 Q(\()108 199.2 Q F0
-(list)A F1(\))A F0(list)144 199.2 Q F1 .215(is e)2.715 F -.15(xe)-.15 G
-.215(cuted in a subshell \(see).15 F/F3 9/Times-Bold@0 SF .215
-(COMMAND EXECUTION ENVIR)2.715 F(ONMENT)-.27 E F1(belo)2.465 E 2.714(wf)
--.25 G .214(or a descrip-)-2.714 F .209(tion of a subshell en)144 211.2
-R 2.709(vironment\). V)-.4 F .209(ariable assignments and b)-1.11 F .209
-(uiltin commands that af)-.2 F .21(fect the shell')-.25 F(s)-.55 E(en)
-144 223.2 Q 1.069(vironment do not remain in ef)-.4 F 1.069
-(fect after the command completes.)-.25 F 1.068
-(The return status is the e)6.069 F(xit)-.15 E(status of)144 235.2 Q F0
-(list)2.5 E F1(.)A({)108 252 Q F0(list)2.5 E F1 2.5(;})C F0(list)144 252
-Q F1 .401(is simply e)2.901 F -.15(xe)-.15 G .401
-(cuted in the current shell en).15 F(vironment.)-.4 E F0(list)5.401 E F1
-.402(must be terminated with a ne)2.901 F .402(wline or)-.25 F 3.215
-(semicolon. This)144 264 R .715(is kno)3.215 F .715(wn as a)-.25 F F0
-(gr)3.215 E .715(oup command)-.45 F F1 5.715(.T)C .715
-(he return status is the e)-5.715 F .714(xit status of)-.15 F F0(list)
-3.214 E F1 5.714(.N)C(ote)-5.714 E .219(that unlik)144 276 R 2.719(et)
--.1 G .219(he metacharacters)-2.719 F F2(\()2.719 E F1(and)2.719 E F2
-(\))2.719 E F1(,)A F2({)2.719 E F1(and)2.719 E F2(})2.719 E F1(are)2.719
-E F0 -.37(re)2.72 G .22(served wor).37 F(ds)-.37 E F1 .22
-(and must occur where a reserv)2.72 F(ed)-.15 E -.1(wo)144 288 S .257
-(rd is permitted to be recognized.).1 F .257(Since the)5.257 F 2.757(yd)
--.15 G 2.756(on)-2.757 G .256(ot cause a w)-2.756 F .256(ord break, the)
--.1 F 2.756(ym)-.15 G .256(ust be separated)-2.756 F(from)144 300 Q F0
-(list)2.5 E F1(by whitespace or another shell metacharacter)2.5 E(.)-.55
-E(\(\()108 316.8 Q F0 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A(The)144
-328.8 Q F0 -.2(ex)2.551 G(pr).2 E(ession)-.37 E F1 .051(is e)2.551 F
--.25(va)-.25 G .051(luated according to the rules described belo).25 F
-2.552(wu)-.25 G(nder)-2.552 E F3 .052(ARITHMETIC EV)2.552 F(ALU)-1.215 E
-(A-)-.54 E(TION)144 340.8 Q/F4 9/Times-Roman@0 SF(.)A F1 .411(If the v)
-4.911 F .411(alue of the e)-.25 F .411(xpression is non-zero, the retur\
-n status is 0; otherwise the return status)-.15 F .186(is 1.)144 352.8 R
-(The)5.186 E F0 -.2(ex)2.686 G(pr).2 E(ession)-.37 E F1(under)2.686 E
-.186(goes the same e)-.18 F .186
-(xpansions as if it were within double quotes, b)-.15 F .187(ut double)
--.2 F(quote characters in)144 364.8 Q F0 -.2(ex)2.5 G(pr).2 E(ession)
--.37 E F1(are not treated specially and are remo)2.5 E -.15(ve)-.15 G
-(d.).15 E F2([[)108 381.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F2(]])
-2.5 E F1 .003(Return a status of 0 or 1 depending on the e)144 393.6 R
--.25(va)-.25 G .003(luation of the conditional e).25 F(xpression)-.15 E
-F0 -.2(ex)2.503 G(pr).2 E(ession)-.37 E F1 5.003(.E)C(x-)-5.003 E .758
-(pressions are composed of the primaries described belo)144 405.6 R
-3.259(wu)-.25 G(nder)-3.259 E F3(CONDITION)3.259 E .759(AL EXPRESSIONS)
--.18 F F4(.)A F1 .065(The w)144 417.6 R .065(ords between the)-.1 F F2
-([[)2.565 E F1(and)2.565 E F2(]])2.565 E F1 .065(do not under)2.565 F
-.065(go w)-.18 F .065(ord splitting and pathname e)-.1 F 2.565
-(xpansion. The)-.15 F(shell)2.565 E .483(performs tilde e)144 429.6 R
-.483(xpansion, parameter and v)-.15 F .483(ariable e)-.25 F .483
-(xpansion, arithmetic e)-.15 F .483(xpansion, command sub-)-.15 F .201
-(stitution, process substitution, and quote remo)144 441.6 R -.25(va)
--.15 G 2.701(lo).25 G 2.701(nt)-2.701 G .201(hose w)-2.701 F .201
-(ords \(the e)-.1 F .2(xpansions that w)-.15 F .2(ould occur)-.1 F .382
-(if the w)144 453.6 R .382(ords were enclosed in double quotes\).)-.1 F
-.382(Conditional operators such as)5.382 F F2<ad66>2.882 E F1 .382
-(must be unquoted)2.882 F(to be recognized as primaries.)144 465.6 Q
-(When used with)144 482.4 Q F2([[)2.5 E F1 2.5(,t)C(he)-2.5 E F2(<)2.5 E
-F1(and)2.5 E F2(>)2.5 E F1(operators sort le)2.5 E
-(xicographically using the current locale.)-.15 E .503(When the)144
-499.2 R F2(==)3.003 E F1(and)3.002 E F2(!=)3.002 E F1 .502(operators ar\
-e used, the string to the right of the operator is considered a pat-)
-3.002 F .81(tern and matched according to the rules described belo)144
-511.2 R 3.31(wu)-.25 G(nder)-3.31 E F2 -.1(Pa)3.31 G(tter).1 E 3.31(nM)
--.15 G(atching)-3.31 E F1 3.31(,a)C 3.31(si)-3.31 G 3.31(ft)-3.31 G(he)
--3.31 E F2(ext-)3.31 E(glob)144 523.2 Q F1 .313
-(shell option were enabled.)2.814 F(The)5.313 E F2(=)2.813 E F1 .313
-(operator is equi)2.813 F -.25(va)-.25 G .313(lent to).25 F F2(==)2.813
-E F1 5.313(.I)C 2.813(ft)-5.313 G(he)-2.813 E F2(nocasematch)2.813 E F1
-.313(shell op-)2.813 F .029
-(tion is enabled, the match is performed without re)144 535.2 R -.05(ga)
--.15 G .03(rd to the case of alphabetic characters.).05 F .03(The re-)
-5.03 F .259(turn v)144 547.2 R .259(alue is 0 if the string matches \()
--.25 F F2(==)A F1 2.759(\)o)C 2.759(rd)-2.759 G .259(oes not match \()
--2.759 F F2(!=)A F1 2.759(\)t)C .259(he pattern, and 1 otherwise.)-2.759
-F(An)5.258 E(y)-.15 E(part of the pattern may be quoted to force the qu\
-oted portion to be matched as a string.)144 559.2 Q .133
-(An additional binary operator)144 576 R(,)-.4 E F2<3d01>2.633 E F1
-2.633(,i)C 2.633(sa)-2.633 G -.25(va)-2.833 G .133
-(ilable, with the same precedence as).25 F F2(==)2.633 E F1(and)2.633 E
-F2(!=)2.633 E F1 5.133(.W)C .133(hen it is)-5.133 F .182
-(used, the string to the right of the operator is considered a POSIX e)
-144 588 R .182(xtended re)-.15 F .181(gular e)-.15 F .181(xpression and)
--.15 F 2.623(matched accordingly \(using the POSIX)144 600 R F0 -.37(re)
-5.124 G(gcomp)-.03 E F1(and)5.124 E F0 -.37(re)5.124 G -.1(ge)-.03 G
-(xec)-.1 E F1(interf)5.124 E 2.624(aces usually described in)-.1 F F0
--.37(re)144 612 S -.1(ge)-.03 G(x)-.1 E F1 3.241(\(3\)\). The).53 F .741
-(return v)3.241 F .741
-(alue is 0 if the string matches the pattern, and 1 otherwise.)-.25 F
-.74(If the re)5.74 F(gular)-.15 E -.15(ex)144 624 S .508
-(pression is syntactically incorrect, the conditional e).15 F
-(xpression')-.15 E 3.008(sr)-.55 G .509(eturn v)-3.008 F .509
-(alue is 2.)-.25 F .509(If the)5.509 F F2(nocase-)3.009 E(match)144 636
-Q F1 1.307(shell option is enabled, the match is performed without re)
-3.807 F -.05(ga)-.15 G 1.306(rd to the case of alphabetic).05 F 2.599
-(characters. If)144 648 R(an)2.599 E 2.599(yp)-.15 G .099
-(art of the pattern is quoted, the quoted portion is matched literally)
--2.599 F 5.1(.T)-.65 G .1(his means)-5.1 F -2.15 -.25(ev e)144 660 T
-.032(ry character in the quoted portion matches itself, instead of ha)
-.25 F .031(ving an)-.2 F 2.531(ys)-.15 G .031(pecial pattern matching)
--2.531 F 3.041(meaning. If)144 672 R .542
-(the pattern is stored in a shell v)3.041 F .542(ariable, quoting the v)
--.25 F .542(ariable e)-.25 F .542(xpansion forces the en-)-.15 F 1.825
-(tire pattern to be matched literally)144 684 R 6.825(.T)-.65 G 1.825
-(reat brack)-7.175 F 1.825(et e)-.1 F 1.825(xpressions in re)-.15 F
-1.825(gular e)-.15 F 1.825(xpressions carefully)-.15 F(,)-.65 E(since n\
-ormal quoting and pattern characters lose their meanings between brack)
-144 696 Q(ets.)-.1 E .708(The pattern will match if it matches an)144
-712.8 R 3.208(yp)-.15 G .708(art of the string.)-3.208 F .708
-(Anchor the pattern using the)5.708 F F2<00>3.208 E F1(and)3.208 E F2($)
-3.208 E F1(re)144 724.8 Q 4.507(gular e)-.15 F 4.506
-(xpression operators to force it to match the entire string.)-.15 F
-4.506(The array v)9.506 F(ariable)-.25 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(5)198.45 E 0 Cg EP
-%%Page: 6 6
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 9/Times-Bold@0 SF -.27(BA)144 84 S(SH_REMA).27 E
-(TCH)-.855 E F1 3.36
-(records which parts of the string matched the pattern.)5.61 F 3.36
-(The element of)8.36 F F2 -.27(BA)144 96 S(SH_REMA).27 E(TCH)-.855 E F1
-.768(with inde)3.018 F 3.268(x0c)-.15 G .768
-(ontains the portion of the string matching the entire re)-3.268 F .767
-(gular e)-.15 F(x-)-.15 E 3.54(pression. Substrings)144 108 R 1.04
-(matched by parenthesized sube)3.54 F 1.04(xpressions within the re)-.15
-F 1.04(gular e)-.15 F 1.04(xpression are)-.15 F(sa)144 120 Q -.15(ve)-.2
-G 2.713(di).15 G 2.713(nt)-2.713 G .213(he remaining)-2.713 F F2 -.27
-(BA)2.713 G(SH_REMA).27 E(TCH)-.855 E F1 .212(indices. The element of)
-2.463 F F2 -.27(BA)2.712 G(SH_REMA).27 E(TCH)-.855 E F1 .212(with inde)
-2.462 F(x)-.15 E F0(n)2.712 E F1 1.025
-(is the portion of the string matching the)144 132 R F0(n)3.525 E F1
-1.025(th parenthesized sube)B(xpression.)-.15 E/F3 10/Times-Bold@0 SF
-(Bash)6.025 E F1(sets)3.525 E F2 -.27(BA)3.525 G(SH_RE-).27 E(MA)144 144
-Q(TCH)-.855 E F1(in the global scope; declaring it as a local v)2.25 E
-(ariable will lead to une)-.25 E(xpected results.)-.15 E .786
-(Expressions may be combined using the follo)144 160.8 R .785
-(wing operators, listed in decreasing order of prece-)-.25 F(dence:)144
-172.8 Q F3(\()144 189.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F3(\))
-2.5 E F1 .522(Returns the v)180 201.6 R .522(alue of)-.25 F F0 -.2(ex)
-3.022 G(pr).2 E(ession)-.37 E F1 5.522(.T)C .522(his may be used to o)
--5.522 F -.15(ve)-.15 G .522(rride the normal precedence of).15 F
-(operators.)180 213.6 Q F3(!)144 225.6 Q F0 -.2(ex)2.5 G(pr).2 E(ession)
--.37 E F1 -.35(Tr)180 237.6 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E
-(ession)-.37 E F1(is f)2.74 E(alse.)-.1 E F0 -.2(ex)144 249.6 S(pr).2 E
-(ession1)-.37 E F3(&&)2.5 E F0 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F1
--.35(Tr)180 261.6 S(ue if both).35 E F0 -.2(ex)2.5 G(pr).2 E(ession1)
--.37 E F1(and)2.5 E F0 -.2(ex)2.5 G(pr).2 E(ession2)-.37 E F1(are true.)
-2.52 E F0 -.2(ex)144 273.6 S(pr).2 E(ession1)-.37 E F3(||)2.5 E F0 -.2
-(ex)2.5 G(pr).2 E(ession2)-.37 E F1 -.35(Tr)180 285.6 S(ue if either).35
-E F0 -.2(ex)2.5 G(pr).2 E(ession1)-.37 E F1(or)2.5 E F0 -.2(ex)2.5 G(pr)
-.2 E(ession2)-.37 E F1(is true.)2.52 E(The)144 302.4 Q F3(&&)2.676 E F1
-(and)2.676 E F3(||)2.676 E F1 .175(operators do not e)2.676 F -.25(va)
--.25 G(luate).25 E F0 -.2(ex)2.675 G(pr).2 E(ession2)-.37 E F1 .175
-(if the v)2.675 F .175(alue of)-.25 F F0 -.2(ex)2.675 G(pr).2 E(ession1)
--.37 E F1 .175(is suf)2.675 F .175(\214cient to de-)-.25 F
-(termine the return v)144 314.4 Q(alue of the entire conditional e)-.25
-E(xpression.)-.15 E F3 -.25(fo)108 331.2 S(r).25 E F0(name)2.5 E F1 2.5
-([[)2.5 G F3(in)A F1([)2.5 E F0(wor)2.5 E 2.5(d.)-.37 G 1.666(..)-.834 G
-F1 2.5(]];]).834 G F3(do)A F0(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1
-.423(The list of w)144 343.2 R .423(ords follo)-.1 F(wing)-.25 E F3(in)
-2.923 E F1 .423(is e)2.923 F .423(xpanded, generating a list of items.)
--.15 F .424(The v)5.424 F(ariable)-.25 E F0(name)2.924 E F1 .424
-(is set to)2.924 F .653(each element of this list in turn, and)144 355.2
-R F0(list)3.153 E F1 .653(is e)3.153 F -.15(xe)-.15 G .653
-(cuted each time.).15 F .653(If the)5.653 F F3(in)3.153 E F0(wor)3.153 E
-(d)-.37 E F1 .653(is omitted, the)3.153 F F3 -.25(fo)3.153 G(r).25 E F1
-.648(command e)144 367.2 R -.15(xe)-.15 G(cutes).15 E F0(list)3.148 E F1
-.648(once for each positional parameter that is set \(see)3.148 F F2
--.666(PA)3.149 G(RAMETERS).666 E F1(belo)2.899 E(w\).)-.25 E .154
-(The return status is the e)144 379.2 R .153
-(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.653
-(cutes. If).15 F .153(the e)2.653 F .153(xpansion of the items)-.15 F
-(follo)144 391.2 Q(wing)-.25 E F3(in)2.5 E F1
-(results in an empty list, no commands are e)2.5 E -.15(xe)-.15 G
-(cuted, and the return status is 0.).15 E F3 -.25(fo)108 408 S(r).25 E
-F1(\(\()2.5 E F0 -.2(ex)2.5 G(pr1).2 E F1(;)2.5 E F0 -.2(ex)2.5 G(pr2).2
-E F1(;)2.5 E F0 -.2(ex)2.5 G(pr3).2 E F1(\)\) ;)2.5 E F3(do)2.5 E F0
-(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1 1.235(First, the arithmetic e)
-144 420 R(xpression)-.15 E F0 -.2(ex)3.735 G(pr1).2 E F1 1.235(is e)
-3.735 F -.25(va)-.25 G 1.236
-(luated according to the rules described belo).25 F 3.736(wu)-.25 G
-(nder)-3.736 E F2 .562(ARITHMETIC EV)144 432 R(ALU)-1.215 E -.855(AT)
--.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F1 .562(The arithmetic e)
-5.062 F(xpression)-.15 E F0 -.2(ex)3.062 G(pr2).2 E F1 .561(is then e)
-3.061 F -.25(va)-.25 G .561(luated repeatedly until).25 F .591(it e)144
-444 R -.25(va)-.25 G .591(luates to zero.).25 F .592(Each time)5.591 F
-F0 -.2(ex)3.092 G(pr2).2 E F1 -.25(eva)3.092 G .592
-(luates to a non-zero v).25 F(alue,)-.25 E F0(list)3.092 E F1 .592(is e)
-3.092 F -.15(xe)-.15 G .592(cuted and the arith-).15 F .229(metic e)144
-456 R(xpression)-.15 E F0 -.2(ex)2.729 G(pr3).2 E F1 .229(is e)2.729 F
--.25(va)-.25 G 2.729(luated. If).25 F(an)2.729 E 2.729(ye)-.15 G .229
-(xpression is omitted, it beha)-2.879 F -.15(ve)-.2 G 2.729(sa).15 G
-2.729(si)-2.729 G 2.729(fi)-2.729 G 2.728(te)-2.729 G -.25(va)-2.978 G
-.228(luates to 1.).25 F .227(The return v)144 468 R .227(alue is the e)
--.25 F .227(xit status of the last command in)-.15 F F0(list)2.728 E F1
-.228(that is e)2.728 F -.15(xe)-.15 G .228(cuted, or f).15 F .228
-(alse if an)-.1 F 2.728(yo)-.15 G 2.728(ft)-2.728 G(he)-2.728 E -.15(ex)
-144 480 S(pressions is in).15 E -.25(va)-.4 G(lid.).25 E F3(select)108
-496.8 Q F0(name)2.5 E F1([)2.5 E F3(in)2.5 E F0(wor)2.5 E(d)-.37 E F1
-2.5(];)2.5 G F3(do)A F0(list)2.5 E F1(;)2.5 E F3(done)2.5 E F1 1.358
-(The list of w)144 508.8 R 1.358(ords follo)-.1 F(wing)-.25 E F3(in)
-3.858 E F1 1.358(is e)3.858 F 1.357
-(xpanded, generating a list of items, and the set of e)-.15 F(xpanded)
--.15 E -.1(wo)144 520.8 S .601(rds is printed on the standard error).1 F
-3.101(,e)-.4 G .601(ach preceded by a number)-3.101 F 5.601(.I)-.55 G
-3.101(ft)-5.601 G(he)-3.101 E F3(in)3.101 E F0(wor)3.101 E(d)-.37 E F1
-.602(is omitted, the)3.101 F .188
-(positional parameters are printed \(see)144 532.8 R F2 -.666(PA)2.688 G
-(RAMETERS).666 E F1(belo)2.438 E(w\).)-.25 E F3(select)5.188 E F1 .188
-(then displays the)2.688 F F2(PS3)2.687 E F1(prompt)2.437 E .46
-(and reads a line from the standard input.)144 544.8 R .461
-(If the line consists of a number corresponding to one of)5.46 F .141
-(the displayed w)144 556.8 R .141(ords, then the v)-.1 F .141(alue of)
--.25 F F0(name)3.001 E F1 .141(is set to that w)2.821 F 2.641(ord. If)
--.1 F .141(the line is empty)2.641 F 2.641(,t)-.65 G .141(he w)-2.641 F
-.141(ords and)-.1 F 1.048(prompt are displayed ag)144 568.8 R 3.548
-(ain. If)-.05 F 1.048(EOF is read, the)3.548 F F3(select)3.548 E F1
-1.048(command completes and returns 1.)3.548 F(An)6.048 E(y)-.15 E .32
-(other v)144 580.8 R .32(alue read causes)-.25 F F0(name)3.18 E F1 .32
-(to be set to null.)3 F .32(The line read is sa)5.32 F -.15(ve)-.2 G
-2.82(di).15 G 2.82(nt)-2.82 G .319(he v)-2.82 F(ariable)-.25 E F2(REPL)
-2.819 E(Y)-.828 E F4(.)A F1(The)4.819 E F0(list)144.09 592.8 Q F1 .055
-(is e)3.235 F -.15(xe)-.15 G .056(cuted after each selection until a).15
-F F3(br)2.556 E(eak)-.18 E F1 .056(command is e)2.556 F -.15(xe)-.15 G
-2.556(cuted. The).15 F -.15(ex)2.556 G .056(it status of).15 F F3
-(select)2.556 E F1(is)2.556 E(the e)144 604.8 Q
-(xit status of the last command e)-.15 E -.15(xe)-.15 G(cuted in).15 E
-F0(list)2.59 E F1 2.5(,o).68 G 2.5(rz)-2.5 G(ero if no commands were e)
--2.5 E -.15(xe)-.15 G(cuted.).15 E F3(case)108 621.6 Q F0(wor)2.5 E(d)
--.37 E F3(in)2.5 E F1 2.5([[)2.5 G(\(])-2.5 E F0(pattern)2.5 E F1([)2.5
-E F3(|)2.5 E F0(pattern)2.5 E F1 2.5(].)2.5 G -3.332 1.666(.. \))-.834 H
-F0(list).834 E F1(;; ] .)2.5 E 1.666(..)1.666 G F3(esac).834 E F1(A)144
-633.6 Q F3(case)3.265 E F1 .764(command \214rst e)3.265 F(xpands)-.15 E
-F0(wor)3.264 E(d)-.37 E F1 3.264(,a)C .764(nd tries to match it ag)
--3.264 F .764(ainst each)-.05 F F0(pattern)3.264 E F1 .764
-(in turn, using the)3.264 F .883(matching rules described under)144
-645.6 R F3 -.1(Pa)3.384 G(tter).1 E 3.384(nM)-.15 G(atching)-3.384 E F1
-(belo)3.384 E 4.684 -.65(w. T)-.25 H(he).65 E F0(wor)3.384 E(d)-.37 E F1
-.884(is e)3.384 F .884(xpanded using tilde e)-.15 F(x-)-.15 E .95
-(pansion, parameter and v)144 657.6 R .95(ariable e)-.25 F .95
-(xpansion, arithmetic e)-.15 F .95
-(xpansion, command substitution, process)-.15 F .829
-(substitution and quote remo)144 669.6 R -.25(va)-.15 G 3.329(l. Each)
-.25 F F0(pattern)3.329 E F1 -.15(ex)3.329 G .829(amined is e).15 F .829
-(xpanded using tilde e)-.15 F .83(xpansion, para-)-.15 F 1.133
-(meter and v)144 681.6 R 1.132(ariable e)-.25 F 1.132
-(xpansion, arithmetic e)-.15 F 1.132
-(xpansion, command substitution, process substitution,)-.15 F .917
-(and quote remo)144 693.6 R -.25(va)-.15 G 3.417(l. If).25 F(the)3.417 E
-F3(nocasematch)3.417 E F1 .917
-(shell option is enabled, the match is performed without)3.417 F(re)144
-705.6 Q -.05(ga)-.15 G .5(rd to the case of alphabetic characters.).05 F
-.499(When a match is found, the corresponding)5.499 F F0(list)2.999 E F1
-.499(is e)2.999 F -.15(xe)-.15 G(-).15 E 2.706(cuted. If)144 717.6 R
-(the)2.706 E F3(;;)2.707 E F1 .207(operator is used, no subsequent matc\
-hes are attempted after the \214rst pattern match.)2.707 F(Using)144
-729.6 Q F3(;&)3.325 E F1 .825(in place of)3.325 F F3(;;)3.325 E F1 .825
-(causes e)3.325 F -.15(xe)-.15 G .824(cution to continue with the).15 F
-F0(list)3.324 E F1 .824(associated with the ne)3.324 F .824(xt set of)
--.15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(6)198.45 E 0 Cg EP
-%%Page: 7 7
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 3.235(patterns. Using)144 84 R/F2 10/Times-Bold@0
-SF(;;&)3.235 E F1 .735(in place of)3.235 F F2(;;)3.236 E F1 .736
-(causes the shell to test the ne)3.236 F .736
-(xt pattern list in the statement, if)-.15 F(an)144 96 Q 1.369 -.65
-(y, a)-.15 H .069(nd e).65 F -.15(xe)-.15 G .069(cute an).15 F 2.569(ya)
--.15 G(ssociated)-2.569 E F0(list)2.569 E F1 .068
-(on a successful match, continuing the case statement e)2.569 F -.15(xe)
--.15 G(cution).15 E .063(as if the pattern list had not matched.)144 108
-R .063(The e)5.063 F .063(xit status is zero if no pattern matches.)-.15
-F .064(Otherwise, it is)5.064 F(the e)144 120 Q
-(xit status of the last command e)-.15 E -.15(xe)-.15 G(cuted in).15 E
-F0(list)2.5 E F1(.)A F2(if)108 136.8 Q F0(list)2.5 E F1(;)A F2(then)2.5
-E F0(list)2.5 E F1 2.5(;[)C F2(elif)A F0(list)2.5 E F1(;)A F2(then)2.5 E
-F0(list)2.5 E F1 2.5(;].)C -3.332 1.666(.. [)-.834 H F2(else).834 E F0
-(list)2.5 E F1 2.5(;])C F2<8c>A F1(The)144 148.8 Q F2(if)2.978 E F0
-(list)3.068 E F1 .478(is e)3.658 F -.15(xe)-.15 G 2.978(cuted. If).15 F
-.478(its e)2.978 F .478(xit status is zero, the)-.15 F F2(then)2.978 E
-F0(list)2.978 E F1 .478(is e)2.978 F -.15(xe)-.15 G 2.978
-(cuted. Otherwise,).15 F(each)2.978 E F2(elif)2.977 E F0(list)2.977 E F1
-1.087(is e)144 160.8 R -.15(xe)-.15 G 1.087(cuted in turn, and if its e)
-.15 F 1.087(xit status is zero, the corresponding)-.15 F F2(then)3.587 E
-F0(list)3.587 E F1 1.088(is e)3.588 F -.15(xe)-.15 G 1.088
-(cuted and the).15 F .104(command completes.)144 172.8 R .103
-(Otherwise, the)5.104 F F2(else)2.603 E F0(list)2.603 E F1 .103(is e)
-2.603 F -.15(xe)-.15 G .103(cuted, if present.).15 F .103(The e)5.103 F
-.103(xit status is the e)-.15 F .103(xit sta-)-.15 F
-(tus of the last command e)144 184.8 Q -.15(xe)-.15 G
-(cuted, or zero if no condition tested true.).15 E F2(while)108 201.6 Q
-F0(list-1)2.5 E F1(;)A F2(do)2.5 E F0(list-2)2.5 E F1(;)A F2(done)2.5 E
-(until)108 213.6 Q F0(list-1)2.5 E F1(;)A F2(do)2.5 E F0(list-2)2.5 E F1
-(;)A F2(done)2.5 E F1(The)144 225.6 Q F2(while)3.45 E F1 .95
-(command continuously e)3.45 F -.15(xe)-.15 G .95(cutes the list).15 F
-F0(list-2)3.45 E F1 .95(as long as the last command in the list)3.45 F
-F0(list-1)144 237.6 Q F1 .205(returns an e)2.705 F .205
-(xit status of zero.)-.15 F(The)5.205 E F2(until)2.705 E F1 .205
-(command is identical to the)2.705 F F2(while)2.705 E F1 .205
-(command, e)2.705 F(xcept)-.15 E .599(that the test is ne)144 249.6 R
--.05(ga)-.15 G(ted:).05 E F0(list-2)3.189 E F1 .599(is e)3.119 F -.15
-(xe)-.15 G .6(cuted as long as the last command in).15 F F0(list-1)3.19
-E F1 .6(returns a non-zero)3.1 F -.15(ex)144 261.6 S .205(it status.).15
-F .205(The e)5.205 F .205(xit status of the)-.15 F F2(while)2.705 E F1
-(and)2.705 E F2(until)2.704 E F1 .204(commands is the e)2.704 F .204
-(xit status of the last command)-.15 F -.15(exe)144 273.6 S(cuted in).15
-E F0(list-2)2.5 E F1 2.5(,o)C 2.5(rz)-2.5 G(ero if none w)-2.5 E(as e)
--.1 E -.15(xe)-.15 G(cuted.).15 E F2(Copr)87 290.4 Q(ocesses)-.18 E F1
-(A)108 302.4 Q F0(copr)2.601 E(ocess)-.45 E F1 .102
-(is a shell command preceded by the)2.601 F F2(copr)2.602 E(oc)-.18 E F1
-(reserv)2.602 E .102(ed w)-.15 F 2.602(ord. A)-.1 F .102(coprocess is e)
-2.602 F -.15(xe)-.15 G .102(cuted asynchro-).15 F .642
-(nously in a subshell, as if the command had been terminated with the)
-108 314.4 R F2(&)3.141 E F1 .641(control operator)3.141 F 3.141(,w)-.4 G
-.641(ith a tw)-3.141 F(o-w)-.1 E(ay)-.1 E
-(pipe established between the e)108 326.4 Q -.15(xe)-.15 G
-(cuting shell and the coprocess.).15 E(The syntax for a coprocess is:)
-108 343.2 Q F2(copr)144 360 Q(oc)-.18 E F1([)2.5 E F0 -.27(NA)C(ME).27 E
-F1(])A F0(command)2.5 E F1([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37 E
-F1(])A .598(This creates a coprocess named)108 376.8 R F0 -.27(NA)3.099
-G(ME).27 E F1(.)A F0(command)5.599 E F1 .599
-(may be either a simple command or a compound com-)3.099 F 1.4
-(mand \(see abo)108 388.8 R -.15(ve)-.15 G(\).).15 E F0 -.27(NA)6.4 G
-(ME).27 E F1 1.4(is a shell v)3.9 F 1.4(ariable name.)-.25 F(If)6.4 E F0
--.27(NA)3.9 G(ME).27 E F1 1.4(is not supplied, the def)3.9 F 1.4
-(ault name is)-.1 F F2(CO-)3.9 E(PR)108 400.8 Q(OC)-.3 E F1(.)A
-(The recommended form to use for a coprocess is)108 417.6 Q F2(copr)144
-434.4 Q(oc)-.18 E F0 -.27(NA)2.5 G(ME).27 E F1({)2.5 E F0(command)2.5 E
-F1([)2.5 E F0 -.37(re)C(dir).37 E(ections)-.37 E F1(]; })A 1.313(This f\
-orm is recommended because simple commands result in the coprocess al)
-108 451.2 R -.1(wa)-.1 G 1.313(ys being named).1 F F2(CO-)3.813 E(PR)108
-463.2 Q(OC)-.3 E F1 2.5(,a)C(nd it is simpler to use and more complete \
-than the other compound commands.)-2.5 E(If)108 480 Q F0(command)3.062 E
-F1 .562(is a compound command,)3.062 F F0 -.27(NA)3.062 G(ME).27 E F1
-.561(is optional. The w)3.061 F .561(ord follo)-.1 F(wing)-.25 E F2
-(copr)3.061 E(oc)-.18 E F1 .561(determines whether)3.061 F .338(that w)
-108 492 R .338(ord is interpreted as a v)-.1 F .338
-(ariable name: it is interpreted as)-.25 F F0 -.27(NA)2.839 G(ME).27 E
-F1 .339(if it is not a reserv)2.839 F .339(ed w)-.15 F .339
-(ord that intro-)-.1 F 1.122(duces a compound command.)108 504 R(If)
-6.121 E F0(command)3.621 E F1 1.121(is a simple command,)3.621 F F0 -.27
-(NA)3.621 G(ME).27 E F1 1.121(is not allo)3.621 F 1.121
-(wed; this is to a)-.25 F -.2(vo)-.2 G(id).2 E(confusion between)108 516
-Q F0 -.27(NA)2.5 G(ME).27 E F1(and the \214rst w)2.5 E
-(ord of the simple command.)-.1 E .09(When the coprocess is e)108 532.8
-R -.15(xe)-.15 G .09(cuted, the shell creates an array v).15 F .09
-(ariable \(see)-.25 F F2(Arrays)2.59 E F1(belo)2.59 E .09(w\) named)-.25
-F F0 -.27(NA)2.59 G(ME).27 E F1 .09(in the)2.59 F(conte)108 544.8 Q .303
-(xt of the e)-.15 F -.15(xe)-.15 G .303(cuting shell.).15 F .302
-(The standard output of)5.302 F F0(command)3.002 E F1 .302
-(is connected via a pipe to a \214le descriptor)3.572 F .587(in the e)
-108 556.8 R -.15(xe)-.15 G .587
-(cuting shell, and that \214le descriptor is assigned to).15 F F0 -.27
-(NA)3.087 G(ME).27 E F1 3.087([0]. The)B .587(standard input of)3.087 F
-F0(command)3.287 E F1(is)3.858 E 2.029
-(connected via a pipe to a \214le descriptor in the e)108 568.8 R -.15
-(xe)-.15 G 2.029
-(cuting shell, and that \214le descriptor is assigned to).15 F F0 -.27
-(NA)108 580.8 S(ME).27 E F1 2.879([1]. This)B .379
-(pipe is established before an)2.879 F 2.879(yr)-.15 G .379
-(edirections speci\214ed by the command \(see)-2.879 F/F3 9/Times-Bold@0
-SF(REDIRECTION)2.879 E F1(belo)108 592.8 Q 3.426(w\). The)-.25 F .926
-(\214le descriptors can be utilized as ar)3.426 F .925
-(guments to shell commands and redirections using stan-)-.18 F .286
-(dard w)108 604.8 R .286(ord e)-.1 F 2.786(xpansions. Other)-.15 F .286
-(than those created to e)2.786 F -.15(xe)-.15 G .286
-(cute command and process substitutions, the \214le de-).15 F
-(scriptors are not a)108 616.8 Q -.25(va)-.2 G(ilable in subshells.).25
-E 1.676(The process ID of the shell spa)108 633.6 R 1.676(wned to e)-.15
-F -.15(xe)-.15 G 1.676(cute the coprocess is a).15 F -.25(va)-.2 G 1.676
-(ilable as the v).25 F 1.676(alue of the v)-.25 F(ariable)-.25 E F0 -.27
-(NA)108 645.6 S(ME).27 E F1 2.5(_PID. The)B F2(wait)2.5 E F1 -.2(bu)2.5
-G(iltin command may be used to w).2 E
-(ait for the coprocess to terminate.)-.1 E .336
-(Since the coprocess is created as an asynchronous command, the)108
-662.4 R F2(copr)2.836 E(oc)-.18 E F1 .336(command al)2.836 F -.1(wa)-.1
-G .336(ys returns success.).1 F
-(The return status of a coprocess is the e)108 674.4 Q(xit status of)
--.15 E F0(command)2.5 E F1(.)A F2(Shell Function De\214nitions)87 691.2
-Q F1 2.698(As)108 703.2 S .198
-(hell function is an object that is called lik)-2.698 F 2.698(eas)-.1 G
-.198(imple command and e)-2.698 F -.15(xe)-.15 G .197
-(cutes a compound command with).15 F 2.5(an)108 715.2 S .5 -.25(ew s)
--2.5 H(et of positional parameters.).25 E
-(Shell functions are declared as follo)5 E(ws:)-.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(7)198.45 E 0 Cg EP
-%%Page: 8 8
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(fname)108 84 Q F1(\(\))2.5 E F0
-(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C(dir).37 E(ection)-.37
-E F1(])A/F2 10/Times-Bold@0 SF(function)108 96 Q F0(fname)2.5 E F1
-([\(\)])2.5 E F0(compound\255command)2.5 E F1([)2.5 E F0 -.37(re)C(dir)
-.37 E(ection)-.37 E F1(])A .216(This de\214nes a function named)144 108
-R F0(fname)2.716 E F1 5.217(.T)C .217(he reserv)-5.217 F .217(ed w)-.15
-F(ord)-.1 E F2(function)2.717 E F1 .217(is optional.)2.717 F .217
-(If the)5.217 F F2(function)2.717 E F1(re-)2.717 E(serv)144 120 Q .68
-(ed w)-.15 F .68(ord is supplied, the parentheses are optional.)-.1 F
-(The)5.68 E F0(body)3.18 E F1 .68(of the function is the compound)3.18 F
-(command)144 132 Q F0(compound\255command)2.784 E F1(\(see)3.354 E F2
-.084(Compound Commands)2.584 F F1(abo)2.584 E -.15(ve)-.15 G 2.584
-(\). That).15 F .084(command is usually a)2.584 F F0(list)144 144 Q F1
-.044(of commands between { and }, b)2.544 F .044(ut may be an)-.2 F
-2.544(yc)-.15 G .044(ommand listed under)-2.544 F F2 .044
-(Compound Commands)2.544 F F1(abo)144 156 Q -.15(ve)-.15 G 5.531(.I).15
-G 3.031(ft)-5.531 G(he)-3.031 E F2(function)3.032 E F1(reserv)3.032 E
-.532(ed w)-.15 F .532(ord is used, b)-.1 F .532
-(ut the parentheses are not supplied, the braces are)-.2 F(recommended.)
-144 168 Q F0(compound\255command)6.254 E F1 1.254(is e)3.754 F -.15(xe)
--.15 G 1.254(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0(fname)3.753 E
-F1 1.253(is speci\214ed as the name of a)3.753 F 1.252(simple command.)
-144 180 R 1.252(When in)6.252 F F0 1.252(posix mode)3.752 F F1(,)A F0
-(fname)3.752 E F1 1.252(must be a v)3.752 F 1.252(alid shell)-.25 F F0
-(name)3.753 E F1 1.253(and may not be the)3.753 F .089
-(name of one of the POSIX)144 192 R F0 .089(special b)2.589 F(uiltins)
--.2 E F1 5.089(.I)C 2.589(nd)-5.089 G(ef)-2.589 E .089
-(ault mode, a function name can be an)-.1 F 2.588(yu)-.15 G(nquoted)
--2.588 E .164(shell w)144 204 R .164(ord that does not contain)-.1 F F2
-($)2.665 E F1 5.165(.A)C .465 -.15(ny r)-5.165 H .165(edirections \(see)
-.15 F/F3 9/Times-Bold@0 SF(REDIRECTION)2.665 E F1(belo)2.415 E .165
-(w\) speci\214ed when a)-.25 F .061
-(function is de\214ned are performed when the function is e)144 216 R
--.15(xe)-.15 G 2.561(cuted. The).15 F -.15(ex)2.56 G .06
-(it status of a function de\214-).15 F .579(nition is zero unless a syn\
-tax error occurs or a readonly function with the same name already e)144
-228 R(x-)-.15 E 2.593(ists. When)144 240 R -.15(exe)2.593 G .093
-(cuted, the e).15 F .093(xit status of a function is the e)-.15 F .093
-(xit status of the last command e)-.15 F -.15(xe)-.15 G .092(cuted in)
-.15 F(the body)144 252 Q 5(.\()-.65 G(See)-5 E F3(FUNCTIONS)2.5 E F1
-(belo)2.25 E -.65(w.)-.25 G(\)).65 E/F4 10.95/Times-Bold@0 SF(COMMENTS)
-72 268.8 Q F1 .982(In a non-interacti)108 280.8 R 1.282 -.15(ve s)-.25 H
-.982(hell, or an interacti).15 F 1.282 -.15(ve s)-.25 H .982
-(hell in which the).15 F F2(interacti)3.482 E -.1(ve)-.1 G(_comments).1
-E F1 .982(option to the)3.482 F F2(shopt)3.482 E F1 -.2(bu)108 292.8 S
-.952(iltin is enabled \(see).2 F F3 .952(SHELL B)3.452 F(UIL)-.09 E .952
-(TIN COMMANDS)-.828 F F1(belo)3.202 E .952(w\), a w)-.25 F .952(ord be)
--.1 F .952(ginning with)-.15 F F2(#)3.451 E F1 .951(causes that w)3.451
-F(ord)-.1 E .604
-(and all remaining characters on that line to be ignored.)108 304.8 R
-.605(An interacti)5.605 F .905 -.15(ve s)-.25 H .605(hell without the)
-.15 F F2(interacti)3.105 E -.1(ve)-.1 G(_com-).1 E(ments)108 316.8 Q F1
-.34(option enabled does not allo)2.84 F 2.84(wc)-.25 G 2.84
-(omments. The)-2.84 F F2(interacti)2.84 E -.1(ve)-.1 G(_comments).1 E F1
-.34(option is on by def)2.84 F .34(ault in in-)-.1 F(teracti)108 328.8 Q
-.3 -.15(ve s)-.25 H(hells.).15 E F4 -.11(QU)72 345.6 S -.438(OT).11 G
-(ING).438 E F0(Quoting)108 357.6 Q F1 .477(is used to remo)2.977 F .777
--.15(ve t)-.15 H .477(he special meaning of certain characters or w).15
-F .477(ords to the shell.)-.1 F .478(Quoting can be)5.478 F .185
-(used to disable special treatment for special characters, to pre)108
-369.6 R -.15(ve)-.25 G .185(nt reserv).15 F .184(ed w)-.15 F .184
-(ords from being recognized as)-.1 F(such, and to pre)108 381.6 Q -.15
-(ve)-.25 G(nt parameter e).15 E(xpansion.)-.15 E .288(Each of the)108
-398.4 R F0(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F1 .288
-(listed abo)2.788 F .588 -.15(ve u)-.15 H(nder).15 E F3(DEFINITIONS)
-2.788 E F1 .288(has special meaning to the shell and must be)2.538 F
-(quoted if it is to represent itself.)108 410.4 Q 1.345
-(When the command history e)108 427.2 R 1.344(xpansion f)-.15 F 1.344
-(acilities are being used \(see)-.1 F F3(HIST)3.844 E(OR)-.162 E 3.594
-(YE)-.315 G(XP)-3.594 E(ANSION)-.666 E F1(belo)3.594 E 1.344(w\), the)
--.25 F F0(history e)108 439.2 Q(xpansion)-.2 E F1(character)2.5 E 2.5
-(,u)-.4 G(sually)-2.5 E F2(!)2.5 E F1 2.5(,m)C(ust be quoted to pre)-2.5
-E -.15(ve)-.25 G(nt history e).15 E(xpansion.)-.15 E
-(There are three quoting mechanisms: the)108 456 Q F0(escape c)2.69 E
-(har)-.15 E(acter)-.15 E F1 2.5(,s).73 G
-(ingle quotes, and double quotes.)-2.5 E 2.962(An)108 472.8 S .463
-(on-quoted backslash \()-2.962 F F2(\\)A F1 2.963(\)i)C 2.963(st)-2.963
-G(he)-2.963 E F0 .463(escape c)3.153 F(har)-.15 E(acter)-.15 E F1 5.463
-(.I).73 G 2.963(tp)-5.463 G(reserv)-2.963 E .463(es the literal v)-.15 F
-.463(alue of the ne)-.25 F .463(xt character that)-.15 F(follo)108 484.8
-Q 1.554(ws, with the e)-.25 F 1.553(xception of <ne)-.15 F 4.053
-(wline>. If)-.25 F(a)4.053 E F2(\\)4.053 E F1(<ne)A 1.553
-(wline> pair appears, and the backslash is not itself)-.25 F .347
-(quoted, the)108 496.8 R F2(\\)2.847 E F1(<ne)A .347
-(wline> is treated as a line continuation \(that is, it is remo)-.25 F
--.15(ve)-.15 G 2.848(df).15 G .348(rom the input stream and ef-)-2.848 F
-(fecti)108 508.8 Q -.15(ve)-.25 G(ly ignored\).).15 E .295
-(Enclosing characters in single quotes preserv)108 525.6 R .295
-(es the literal v)-.15 F .295(alue of each character within the quotes.)
--.25 F 2.795(As)5.295 G(in-)-2.795 E
-(gle quote may not occur between single quotes, e)108 537.6 Q -.15(ve)
--.25 G 2.5(nw).15 G(hen preceded by a backslash.)-2.5 E .033
-(Enclosing characters in double quotes preserv)108 554.4 R .034
-(es the literal v)-.15 F .034
-(alue of all characters within the quotes, with the)-.25 F -.15(ex)108
-566.4 S .108(ception of).15 F F2($)2.608 E F1(,)A F2<92>2.608 E F1(,)A
-F2(\\)2.608 E F1 2.608(,a)C .107(nd, when history e)-2.608 F .107
-(xpansion is enabled,)-.15 F F2(!)2.607 E F1 5.107(.W)C .107
-(hen the shell is in)-5.107 F F0 .107(posix mode)2.607 F F1 2.607(,t)C
-(he)-2.607 E F2(!)2.607 E F1 .107(has no)2.607 F .46
-(special meaning within double quotes, e)108 578.4 R -.15(ve)-.25 G 2.96
-(nw).15 G .46(hen history e)-2.96 F .46(xpansion is enabled.)-.15 F .46
-(The characters)5.46 F F2($)2.96 E F1(and)2.96 E F2<92>2.96 E F1(re-)
-2.96 E .563(tain their special meaning within double quotes.)108 590.4 R
-.562(The backslash retains its special meaning only when fol-)5.563 F
-(lo)108 602.4 Q .601(wed by one of the follo)-.25 F .602
-(wing characters:)-.25 F F2($)3.102 E F1(,)A F2<92>3.102 E F1(,)A F2(")
-3.935 E F1(,).833 E F2(\\)3.102 E F1 3.102(,o)C(r)-3.102 E F2(<newline>)
-3.102 E F1 5.602(.A)C .602(double quote may be quoted within)-2.5 F .131
-(double quotes by preceding it with a backslash.)108 614.4 R .131
-(If enabled, history e)5.131 F .13(xpansion will be performed unless an)
--.15 F F2(!)2.63 E F1
-(appearing in double quotes is escaped using a backslash.)108 626.4 Q
-(The backslash preceding the)5 E F2(!)2.5 E F1(is not remo)5 E -.15(ve)
--.15 G(d.).15 E(The special parameters)108 643.2 Q F2(*)2.5 E F1(and)2.5
-E F2(@)2.5 E F1(ha)2.5 E .3 -.15(ve s)-.2 H
-(pecial meaning when in double quotes \(see).15 E F3 -.666(PA)2.5 G
-(RAMETERS).666 E F1(belo)2.25 E(w\).)-.25 E .148
-(Character sequences of the form)108 660 R F2($)2.649 E F1<08>A F0
-(string)A F1 2.649<0861>C .149(re treated as a special v)-2.649 F .149
-(ariant of single quotes.)-.25 F .149(The sequence e)5.149 F(x-)-.15 E
-.528(pands to)108 672 R F0(string)3.028 E F1 3.028(,w)C .528
-(ith backslash-escaped characters in)-3.028 F F0(string)3.027 E F1 .527
-(replaced as speci\214ed by the ANSI C standard.)3.027 F
-(Backslash escape sequences, if present, are decoded as follo)108 684 Q
-(ws:)-.25 E F2(\\a)144 696 Q F1(alert \(bell\))180 696 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(8)198.45 E 0 Cg EP
-%%Page: 9 9
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\\b)144 84 Q F1(backspace)180
-84 Q F2(\\e)144 96 Q(\\E)144 108 Q F1(an escape character)180 108 Q F2
-(\\f)144 120 Q F1(form feed)180 120 Q F2(\\n)144 132 Q F1(ne)180 132 Q
-2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 144 Q F1(carriage return)180 144 Q
-F2(\\t)144 156 Q F1(horizontal tab)180 156 Q F2(\\v)144 168 Q F1 -.15
-(ve)180 168 S(rtical tab).15 E F2(\\\\)144 180 Q F1(backslash)180 180 Q
-F2<5c08>144 192 Q F1(single quote)180 192 Q F2(\\")144 204 Q F1
-(double quote)180 204 Q F2(\\?)144 216 Q F1(question mark)180 216 Q F2
-(\\)144 228 Q F0(nnn)A F1(the eight-bit character whose v)180 228 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(one to three octal digits\))2.5 E F2(\\x)144 240 Q F0(HH)A F1
-(the eight-bit character whose v)180 240 Q(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2(\\u)144 252 Q F0(HHHH)A F1
-1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 264 R 1.507
-(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.007 E F1(\(one to four he)180 276 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 288 Q F0(HHHHHHHH)A F1 .548
-(the Unicode \(ISO/IEC 10646\) character whose v)180 300 R .547
-(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.047 E(HHH)180 312 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(\\c)144 324 Q F0(x)A F1 2.5(ac)180 324 S(ontrol-)-2.5 E F0(x)A
-F1(character)2.5 E(The e)108 340.8 Q(xpanded result is single-quoted, a\
-s if the dollar sign had not been present.)-.15 E 2.64(Ad)108 357.6 S
-.14(ouble-quoted string preceded by a dollar sign \()-2.64 F F2($)A F1
-(")A F0(string)A F1 .14
-("\) will cause the string to be translated according)B .785
-(to the current locale.)108 369.6 R(The)5.785 E F0 -.1(ge)3.284 G(tte).1
-E(xt)-.2 E F1 .784
-(infrastructure performs the lookup and translation, using the)3.284 F
-F2(LC_MES-)3.284 E(SA)108 381.6 Q(GES)-.55 E F1(,)A F2(TEXTDOMAINDIR)
-2.76 E F1 2.76(,a)C(nd)-2.76 E F2(TEXTDOMAIN)2.76 E F1 .261(shell v)
-2.761 F 2.761(ariables. If)-.25 F .261(the current locale is)2.761 F F2
-(C)2.761 E F1(or)2.761 E F2(POSIX)2.761 E F1(,)A .792
-(if there are no translations a)108 393.6 R -.25(va)-.2 G .791(ilable, \
-or if the string is not translated, the dollar sign is ignored.).25 F
-.791(This is a)5.791 F .534
-(form of double quoting, so the string remains double-quoted by def)108
-405.6 R .535(ault, whether or not it is translated and)-.1 F 2.798
-(replaced. If)108 417.6 R(the)2.798 E F2(noexpand_translation)2.797 E F1
-.297(option is enabled using the)2.797 F F2(shopt)2.797 E F1 -.2(bu)
-2.797 G .297(iltin, translated strings are sin-).2 F 1.228
-(gle-quoted instead of double-quoted.)108 429.6 R 1.229
-(See the description of)6.228 F F2(shopt)3.729 E F1(belo)3.729 E 3.729
-(wu)-.25 G(nder)-3.729 E/F3 9/Times-Bold@0 SF 1.229(SHELL B)3.729 F(UIL)
--.09 E 1.229(TIN COM-)-.828 F(MANDS)108 441.6 Q/F4 9/Times-Roman@0 SF(.)
-A/F5 10.95/Times-Bold@0 SF -.81(PA)72 458.4 S(RAMETERS).81 E F1(A)108
-470.4 Q F0(par)4.575 E(ameter)-.15 E F1 .825(is an entity that stores v)
-4.055 F 3.325(alues. It)-.25 F .825(can be a)3.325 F F0(name)3.684 E F1
-3.324(,an).18 G(umber)-3.324 E 3.324(,o)-.4 G 3.324(ro)-3.324 G .824
-(ne of the special characters)-3.324 F .801(listed belo)108 482.4 R
-3.301(wu)-.25 G(nder)-3.301 E F2 .801(Special P)3.301 F(arameters)-.1 E
-F1 5.802(.A)C F0(variable)-2.21 E F1 .802(is a parameter denoted by a)
-3.482 F F0(name)3.662 E F1 5.802(.A).18 G -.25(va)-2.5 G .802
-(riable has a).25 F F0(value)108 494.4 Q F1 .369(and zero or more)2.869
-F F0(attrib)2.869 E(utes)-.2 E F1 5.369(.A)C(ttrib)-5.369 E .369
-(utes are assigned using the)-.2 F F2(declar)2.868 E(e)-.18 E F1 -.2(bu)
-2.868 G .368(iltin command \(see).2 F F2(declar)2.868 E(e)-.18 E F1
-(belo)108 506.4 Q 2.5(wi)-.25 G(n)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E
-(TIN COMMANDS)-.828 E F4(\).)A F1 2.754(Ap)108 523.2 S .254
-(arameter is set if it has been assigned a v)-2.754 F 2.754(alue. The)
--.25 F .254(null string is a v)2.754 F .255(alid v)-.25 F 2.755
-(alue. Once)-.25 F 2.755(av)2.755 G .255(ariable is set, it)-3.005 F
-(may be unset only by using the)108 535.2 Q F2(unset)2.5 E F1 -.2(bu)2.5
-G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)
--.828 E F1(belo)2.25 E(w\).)-.25 E(A)108 552 Q F0(variable)2.79 E F1
-(may be assigned to by a statement of the form)2.68 E F0(name)144 568.8
-Q F1(=[)A F0(value)A F1(])A(If)108 585.6 Q F0(value)3.023 E F1 .233
-(is not gi)2.913 F -.15(ve)-.25 G .233(n, the v).15 F .232
-(ariable is assigned the null string.)-.25 F(All)5.232 E F0(values)3.022
-E F1(under)3.002 E .232(go tilde e)-.18 F .232(xpansion, parameter)-.15
-F .515(and v)108 597.6 R .515(ariable e)-.25 F .515
-(xpansion, command substitution, arithmetic e)-.15 F .515
-(xpansion, and quote remo)-.15 F -.25(va)-.15 G 3.015(l\().25 G(see)
--3.015 E F3(EXP)3.015 E(ANSION)-.666 E F1(belo)108 609.6 Q 2.699
-(w\). If)-.25 F .199(the v)2.699 F .199(ariable has its)-.25 F F2
-(integer)2.698 E F1(attrib)2.698 E .198(ute set, then)-.2 F F0(value)
-2.988 E F1 .198(is e)2.878 F -.25(va)-.25 G .198
-(luated as an arithmetic e).25 F .198(xpression e)-.15 F -.15(ve)-.25 G
-(n).15 E .523(if the)108 621.6 R F2($\(\()3.023 E F1 1.666(...)C F2
-(\)\))-1.666 E F1 -.15(ex)3.023 G .523(pansion is not used \(see).15 F
-F2 .523(Arithmetic Expansion)3.023 F F1(belo)3.023 E 3.023(w\). W)-.25 F
-.524(ord splitting and pathname e)-.8 F(x-)-.15 E 1.364
-(pansion are not performed.)108 633.6 R 1.364
-(Assignment statements may also appear as ar)6.364 F 1.363
-(guments to the)-.18 F F2(alias)3.863 E F1(,)A F2(declar)3.863 E(e)-.18
-E F1(,)A F2(typeset)108 645.6 Q F1(,)A F2(export)3.964 E F1(,)A F2 -.18
-(re)3.964 G(adonly).18 E F1 3.964(,a)C(nd)-3.964 E F2(local)3.964 E F1
--.2(bu)3.964 G 1.464(iltin commands \().2 F F0(declar)A(ation)-.15 E F1
-3.964(commands\). When)3.964 F(in)3.964 E F0 1.465(posix mode)3.965 F F1
-(,)A 1.142(these b)108 657.6 R 1.142
-(uiltins may appear in a command after one or more instances of the)-.2
-F F2(command)3.641 E F1 -.2(bu)3.641 G 1.141(iltin and retain).2 F
-(these assignment statement properties.)108 669.6 Q .376(In the conte)
-108 686.4 R .376(xt where an assignment statement is assigning a v)-.15
-F .376(alue to a shell v)-.25 F .377(ariable or array inde)-.25 F .377
-(x, the +=)-.15 F 1.631
-(operator can be used to append to or add to the v)108 698.4 R(ariable')
--.25 E 4.13(sp)-.55 G(re)-4.13 E 1.63(vious v)-.25 F 4.13(alue. This)
--.25 F 1.63(includes ar)4.13 F 1.63(guments to)-.18 F -.2(bu)108 710.4 S
-.163(iltin commands such as).2 F F2(declar)2.664 E(e)-.18 E F1 .164
-(that accept assignment statements \()2.664 F F0(declar)A(ation)-.15 E
-F1 2.664(commands\). When)2.664 F .164(+= is)2.664 F 2.009
-(applied to a v)108 722.4 R 2.009(ariable for which the)-.25 F F2
-(integer)4.509 E F1(attrib)4.509 E 2.009(ute has been set,)-.2 F F0
-(value)4.509 E F1 2.009(is e)4.509 F -.25(va)-.25 G 2.008
-(luated as an arithmetic).25 F(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(9)198.45 E 0 Cg EP
-%%Page: 10 10
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.15(ex)108 84 S .32(pression and added to the v)
-.15 F(ariable')-.25 E 2.82(sc)-.55 G .32(urrent v)-2.82 F .321
-(alue, which is also e)-.25 F -.25(va)-.25 G 2.821(luated. When).25 F
-.321(+= is applied to an ar)2.821 F(-)-.2 E .083(ray v)108 96 R .083
-(ariable using compound assignment \(see)-.25 F/F2 10/Times-Bold@0 SF
-(Arrays)2.583 E F1(belo)2.582 E .082(w\), the v)-.25 F(ariable')-.25 E
-2.582(sv)-.55 G .082(alue is not unset \(as it is when)-2.832 F .502
-(using =\), and ne)108 108 R 3.002(wv)-.25 G .503
-(alues are appended to the array be)-3.252 F .503
-(ginning at one greater than the array')-.15 F 3.003(sm)-.55 G .503
-(aximum in-)-3.003 F(de)108 120 Q 3.015(x\()-.15 G .515(for inde)-3.015
-F -.15(xe)-.15 G 3.015(da).15 G .515(rrays\) or added as additional k)
--3.015 F -.15(ey)-.1 G<ad76>.15 E .515(alue pairs in an associati)-.25 F
-.814 -.15(ve a)-.25 H(rray).15 E 5.514(.W)-.65 G .514(hen applied to a)
--5.514 F(string-v)108 132 Q(alued v)-.25 E(ariable,)-.25 E F0(value)2.5
-E F1(is e)2.5 E(xpanded and appended to the v)-.15 E(ariable')-.25 E 2.5
-(sv)-.55 G(alue.)-2.75 E 3.382(Av)108 148.8 S .882
-(ariable can be assigned the)-3.632 F F0(namer)3.382 E(ef)-.37 E F1
-(attrib)3.382 E .882(ute using the)-.2 F F2<ad6e>3.382 E F1 .882
-(option to the)3.382 F F2(declar)3.382 E(e)-.18 E F1(or)3.383 E F2
-(local)3.383 E F1 -.2(bu)3.383 G .883(iltin com-).2 F .316
-(mands \(see the descriptions of)108 160.8 R F2(declar)2.816 E(e)-.18 E
-F1(and)2.816 E F2(local)2.816 E F1(belo)2.816 E .316(w\) to create a)
--.25 F F0(namer)2.815 E(ef)-.37 E F1 2.815(,o)C 2.815(rar)-2.815 G .315
-(eference to another v)-2.815 F(ari-)-.25 E 2.918(able. This)108 172.8 R
-(allo)2.918 E .418(ws v)-.25 F .418
-(ariables to be manipulated indirectly)-.25 F 5.419(.W)-.65 G(hene)
--5.419 E -.15(ve)-.25 G 2.919(rt).15 G .419(he nameref v)-2.919 F .419
-(ariable is referenced, as-)-.25 F .133
-(signed to, unset, or has its attrib)108 184.8 R .132
-(utes modi\214ed \(other than using or changing the)-.2 F F0(namer)2.632
-E(ef)-.37 E F1(attrib)2.632 E .132(ute itself\), the)-.2 F 1.356
-(operation is actually performed on the v)108 196.8 R 1.357
-(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 3.857(sv)
--.55 G 3.857(alue. A)-4.107 F 1.357(nameref is)3.857 F .972
-(commonly used within shell functions to refer to a v)108 208.8 R .971
-(ariable whose name is passed as an ar)-.25 F .971(gument to the)-.18 F
-2.5(function. F)108 220.8 R(or instance, if a v)-.15 E
-(ariable name is passed to a shell function as its \214rst ar)-.25 E
-(gument, running)-.18 E/F3 10/Courier@0 SF(declare \255n ref=$1)144
-237.6 Q F1 .302(inside the function creates a nameref v)108 254.4 R
-(ariable)-.25 E F2 -.18(re)2.803 G(f).18 E F1 .303(whose v)2.803 F .303
-(alue is the v)-.25 F .303(ariable name passed as the \214rst ar)-.25 F
-(gu-)-.18 E 3.592(ment. References)108 266.4 R 1.092(and assignments to)
-3.592 F F2 -.18(re)3.592 G(f).18 E F1 3.592(,a)C 1.092
-(nd changes to its attrib)-3.592 F 1.092
-(utes, are treated as references, assign-)-.2 F .143(ments, and attrib)
-108 278.4 R .144(ute modi\214cations to the v)-.2 F .144
-(ariable whose name w)-.25 F .144(as passed as)-.1 F F2($1)2.644 E F1
-5.144(.I)C 2.644(ft)-5.144 G .144(he control v)-2.644 F .144
-(ariable in a)-.25 F F2 -.25(fo)108 290.4 S(r).25 E F1 .868
-(loop has the nameref attrib)3.368 F .868(ute, the list of w)-.2 F .867
-(ords can be a list of shell v)-.1 F .867
-(ariables, and a name reference)-.25 F .509
-(will be established for each w)108 302.4 R .509
-(ord in the list, in turn, when the loop is e)-.1 F -.15(xe)-.15 G 3.009
-(cuted. Array).15 F -.25(va)3.009 G .509(riables cannot be).25 F(gi)108
-314.4 Q -.15(ve)-.25 G 3.032(nt).15 G(he)-3.032 E F2(namer)3.032 E(ef)
--.18 E F1(attrib)3.032 E 3.032(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G
-1.332 -.4(r, n).15 H .532(ameref v).4 F .531
-(ariables can reference array v)-.25 F .531(ariables and subscripted ar)
--.25 F(-)-.2 E .533(ray v)108 326.4 R 3.033(ariables. Namerefs)-.25 F
-.533(can be unset using the)3.033 F F2<ad6e>3.033 E F1 .533
-(option to the)3.033 F F2(unset)3.033 E F1 -.2(bu)3.034 G 3.034
-(iltin. Otherwise,).2 F(if)3.034 E F2(unset)3.034 E F1 .534(is e)3.034 F
--.15(xe)-.15 G(-).15 E .443(cuted with the name of a nameref v)108 338.4
-R .442(ariable as an ar)-.25 F .442(gument, the v)-.18 F .442
-(ariable referenced by the nameref v)-.25 F(ariable)-.25 E
-(will be unset.)108 350.4 Q F2 -.2(Po)87 367.2 S(sitional P).2 E
-(arameters)-.1 E F1(A)108 379.2 Q F0 .705(positional par)4.455 F(ameter)
--.15 E F1 .706(is a parameter denoted by one or more digits, other than\
- the single digit 0.)3.935 F(Posi-)5.706 E .445
-(tional parameters are assigned from the shell')108 391.2 R 2.944(sa)
--.55 G -.18(rg)-2.944 G .444(uments when it is in).18 F -.2(vo)-.4 G -.1
-(ke).2 G .444(d, and may be reassigned using).1 F(the)108 403.2 Q F2
-(set)3.333 E F1 -.2(bu)3.333 G .833(iltin command.).2 F .834(Positional\
- parameters may not be assigned to with assignment statements.)5.833 F
-(The)5.834 E(positional parameters are temporarily replaced when a shel\
-l function is e)108 415.2 Q -.15(xe)-.15 G(cuted \(see).15 E/F4 9
-/Times-Bold@0 SF(FUNCTIONS)2.5 E F1(belo)2.25 E(w\).)-.25 E 1.404(When \
-a positional parameter consisting of more than a single digit is e)108
-432 R 1.403(xpanded, it must be enclosed in)-.15 F(braces \(see)108 444
-Q F4(EXP)2.5 E(ANSION)-.666 E F1(belo)2.25 E(w\).)-.25 E F2(Special P)87
-460.8 Q(arameters)-.1 E F1 1.674(The shell treats se)108 472.8 R -.15
-(ve)-.25 G 1.674(ral parameters specially).15 F 6.675(.T)-.65 G 1.675
-(hese parameters may only be referenced; assignment to)-6.675 F
-(them is not allo)108 484.8 Q(wed.)-.25 E F2(*)108 496.8 Q F1 .224
-(Expands to the positional parameters, starting from one.)144 496.8 R
-.223(When the e)5.224 F .223(xpansion is not within double)-.15 F .662
-(quotes, each positional parameter e)144 508.8 R .662
-(xpands to a separate w)-.15 F 3.162(ord. In)-.1 F(conte)3.162 E .662
-(xts where it is performed,)-.15 F 1.082(those w)144 520.8 R 1.082
-(ords are subject to further w)-.1 F 1.081(ord splitting and pathname e)
--.1 F 3.581(xpansion. When)-.15 F 1.081(the e)3.581 F(xpansion)-.15 E
-.914(occurs within double quotes, it e)144 532.8 R .914
-(xpands to a single w)-.15 F .915(ord with the v)-.1 F .915
-(alue of each parameter sepa-)-.25 F .315
-(rated by the \214rst character of the)144 544.8 R F4(IFS)2.815 E F1
-.315(special v)2.565 F 2.815(ariable. That)-.25 F(is,)2.814 E F2("$*")
-2.814 E F1 .314(is equi)2.814 F -.25(va)-.25 G .314(lent to).25 F F2
-("$1)2.814 E F0(c)A F2($2)A F0(c)A F2 1.666(...)C(")-1.666 E F1(,)A
-(where)144 556.8 Q F0(c)3.532 E F1 .832
-(is the \214rst character of the v)3.642 F .832(alue of the)-.25 F F4
-(IFS)3.332 E F1 -.25(va)3.082 G 3.332(riable. If).25 F F4(IFS)3.332 E F1
-.833(is unset, the parameters are)3.082 F(separated by spaces.)144 568.8
-Q(If)5 E F4(IFS)2.5 E F1
-(is null, the parameters are joined without interv)2.25 E
-(ening separators.)-.15 E F2(@)108 580.8 Q F1 .722
-(Expands to the positional parameters, starting from one.)144 580.8 R
-.722(In conte)5.722 F .722(xts where w)-.15 F .722(ord splitting is per)
--.1 F(-)-.2 E 1.165(formed, this e)144 592.8 R 1.165
-(xpands each positional parameter to a separate w)-.15 F 1.165
-(ord; if not within double quotes,)-.1 F .655(these w)144 604.8 R .655
-(ords are subject to w)-.1 F .655(ord splitting.)-.1 F .655(In conte)
-5.655 F .655(xts where w)-.15 F .654
-(ord splitting is not performed, this)-.1 F -.15(ex)144 616.8 S .748
-(pands to a single w).15 F .748
-(ord with each positional parameter separated by a space.)-.1 F .748
-(When the e)5.748 F(xpan-)-.15 E .895
-(sion occurs within double quotes, each parameter e)144 628.8 R .895
-(xpands to a separate w)-.15 F 3.394(ord. That)-.1 F(is,)3.394 E F2
-("$@")3.394 E F1(is)3.394 E(equi)144 640.8 Q -.25(va)-.25 G .65(lent to)
-.25 F F2("$1" "$2" .)3.15 E 1.666(..)1.666 G F1 .651
-(If the double-quoted e)3.984 F .651(xpansion occurs within a w)-.15 F
-.651(ord, the e)-.1 F(xpansion)-.15 E .609
-(of the \214rst parameter is joined with the be)144 652.8 R .608
-(ginning part of the original w)-.15 F .608(ord, and the e)-.1 F .608
-(xpansion of)-.15 F .803
-(the last parameter is joined with the last part of the original w)144
-664.8 R 3.304(ord. When)-.1 F .804(there are no positional)3.304 F
-(parameters,)144 676.8 Q F2("$@")2.5 E F1(and)2.5 E F2($@)2.5 E F1 -.15
-(ex)2.5 G(pand to nothing \(i.e., the).15 E 2.5(ya)-.15 G(re remo)-2.5 E
--.15(ve)-.15 G(d\).).15 E F2(#)108 688.8 Q F1
-(Expands to the number of positional parameters in decimal.)144 688.8 Q
-F2(?)108 700.8 Q F1(Expands to the e)144 700.8 Q
-(xit status of the most recently e)-.15 E -.15(xe)-.15 G(cuted fore).15
-E(ground pipeline.)-.15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(10)193.45 E 0 Cg EP
-%%Page: 11 11
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad>108 84 Q F1 .882
-(Expands to the current option \215ags as speci\214ed upon in)144 84 R
--.2(vo)-.4 G .881(cation, by the).2 F F2(set)3.381 E F1 -.2(bu)3.381 G
-.881(iltin command, or).2 F(those set by the shell itself \(such as the)
-144 96 Q F2<ad69>2.5 E F1(option\).)2.5 E F2($)108 108 Q F1 .839
-(Expands to the process ID of the shell. In a subshell, it e)144 108 R
-.839(xpands to the process ID of the current)-.15 F
-(shell, not the subshell.)144 120 Q F2(!)108 132 Q F1 .499(Expands to t\
-he process ID of the job most recently placed into the background, whet\
-her e)144 132 R -.15(xe)-.15 G(cuted).15 E
-(as an asynchronous command or using the)144 144 Q F2(bg)2.5 E F1 -.2
-(bu)2.5 G(iltin \(see).2 E/F3 9/Times-Bold@0 SF(JOB CONTR)2.5 E(OL)-.27
-E F1(belo)2.25 E(w\).)-.25 E F2(0)108 156 Q F1 .886
-(Expands to the name of the shell or shell script.)144 156 R .886
-(This is set at shell initialization.)5.886 F(If)5.887 E F2(bash)3.387 E
-F1 .887(is in-)3.387 F -.2(vo)144 168 S -.1(ke).2 G 2.668(dw).1 G .168
-(ith a \214le of commands,)-2.668 F F2($0)2.668 E F1 .167
-(is set to the name of that \214le.)2.667 F(If)5.167 E F2(bash)2.667 E
-F1 .167(is started with the)2.667 F F2<ad63>2.667 E F1(op-)2.667 E .895
-(tion, then)144 180 R F2($0)3.395 E F1 .895(is set to the \214rst ar)
-3.395 F .895(gument after the string to be e)-.18 F -.15(xe)-.15 G .896
-(cuted, if one is present.).15 F(Other)5.896 E(-)-.2 E
-(wise, it is set to the \214lename used to in)144 192 Q -.2(vo)-.4 G -.1
-(ke).2 G F2(bash)2.6 E F1 2.5(,a)C 2.5(sg)-2.5 G -2.15 -.25(iv e)-2.5 H
-2.5(nb).25 G 2.5(ya)-2.5 G -.18(rg)-2.5 G(ument zero.).18 E F2(Shell V)
-87 208.8 Q(ariables)-.92 E F1(The follo)108 220.8 Q(wing v)-.25 E
-(ariables are set by the shell:)-.25 E F2(_)108 237.6 Q F1 1.526
-(At shell startup, set to the pathname used to in)144 237.6 R -.2(vo)-.4
-G 1.725 -.1(ke t).2 H 1.525(he shell or shell script being e).1 F -.15
-(xe)-.15 G 1.525(cuted as).15 F .173(passed in the en)144 249.6 R .173
-(vironment or ar)-.4 F .173(gument list.)-.18 F(Subsequently)5.173 E
-2.673(,e)-.65 G .173(xpands to the last ar)-2.823 F .174
-(gument to the pre-)-.18 F .337(vious simple command e)144 261.6 R -.15
-(xe)-.15 G .337(cuted in the fore).15 F .336(ground, after e)-.15 F
-2.836(xpansion. Also)-.15 F .336(set to the full pathname)2.836 F .365
-(used to in)144 273.6 R -.2(vo)-.4 G .565 -.1(ke e).2 H .365
-(ach command e).1 F -.15(xe)-.15 G .366(cuted and placed in the en).15 F
-.366(vironment e)-.4 F .366(xported to that command.)-.15 F(When checki\
-ng mail, this parameter holds the name of the mail \214le currently bei\
-ng check)144 285.6 Q(ed.)-.1 E F2 -.3(BA)108 297.6 S(SH).3 E F1
-(Expands to the full \214lename used to in)144 297.6 Q -.2(vo)-.4 G .2
--.1(ke t).2 H(his instance of).1 E F2(bash)2.5 E F1(.)A F2 -.3(BA)108
-309.6 S(SHOPTS).3 E F1 2.549(Ac)144 321.6 S .049
-(olon-separated list of enabled shell options.)-2.549 F .049(Each w)
-5.049 F .049(ord in the list is a v)-.1 F .049(alid ar)-.25 F .049
-(gument for the)-.18 F F2<ad73>2.548 E F1 .115(option to the)144 333.6 R
-F2(shopt)2.616 E F1 -.2(bu)2.616 G .116(iltin command \(see).2 F F3 .116
-(SHELL B)2.616 F(UIL)-.09 E .116(TIN COMMANDS)-.828 F F1(belo)2.366 E
-2.616(w\). The)-.25 F .116(options ap-)2.616 F 1.067(pearing in)144
-345.6 R F3 -.27(BA)3.567 G(SHOPTS).27 E F1 1.067(are those reported as)
-3.317 F F0(on)3.797 E F1(by)3.807 E F2(shopt)3.567 E F1 6.066(.I)C 3.566
-(ft)-6.066 G 1.066(his v)-3.566 F 1.066(ariable is in the en)-.25 F
-(vironment)-.4 E(when)144 357.6 Q F2(bash)3.141 E F1 .642(starts up, ea\
-ch shell option in the list will be enabled before reading an)3.141 F
-3.142(ys)-.15 G .642(tartup \214les.)-3.142 F(This v)144 369.6 Q
-(ariable is read-only)-.25 E(.)-.65 E F2 -.3(BA)108 381.6 S(SHPID).3 E
-F1 .188(Expands to the process ID of the current)144 393.6 R F2(bash)
-2.688 E F1 2.687(process. This)2.687 F(dif)2.687 E .187(fers from)-.25 F
-F2($$)2.687 E F1 .187(under certain circum-)2.687 F .548
-(stances, such as subshells that do not require)144 405.6 R F2(bash)
-3.048 E F1 .548(to be re-initialized.)3.048 F .549(Assignments to)5.549
-F F3 -.27(BA)3.049 G(SHPID).27 E F1(ha)144 417.6 Q .3 -.15(ve n)-.2 H
-2.5(oe).15 G -.25(ff)-2.5 G 2.5(ect. If).25 F F2 -.3(BA)2.5 G(SHPID).3 E
-F1(is unset, it loses its special properties, e)2.5 E -.15(ve)-.25 G 2.5
-(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
--2.5 E F2 -.3(BA)108 429.6 S(SH_ALIASES).3 E F1 1.195(An associati)144
-441.6 R 1.495 -.15(ve a)-.25 H 1.195(rray v).15 F 1.195(ariable whose m\
-embers correspond to the internal list of aliases as main-)-.25 F .16
-(tained by the)144 453.6 R F2(alias)2.66 E F1 -.2(bu)2.66 G 2.66
-(iltin. Elements).2 F .16
-(added to this array appear in the alias list; ho)2.66 F(we)-.25 E -.15
-(ve)-.25 G .96 -.4(r, u).15 H(nsetting).4 E 4.503
-(array elements currently does not cause aliases to be remo)144 465.6 R
--.15(ve)-.15 G 7.003(df).15 G 4.503(rom the alias list.)-7.003 F(If)
-9.502 E F2 -.3(BA)144 477.6 S(SH_ALIASES).3 E F1
-(is unset, it loses its special properties, e)2.5 E -.15(ve)-.25 G 2.5
-(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
--2.5 E F2 -.3(BA)108 489.6 S(SH_ARGC).3 E F1 .934(An array v)144 501.6 R
-.934(ariable whose v)-.25 F .934
-(alues are the number of parameters in each frame of the current)-.25 F
-F2(bash)3.435 E F1 -.15(exe)144 513.6 S .535(cution call stack.).15 F
-.535(The number of parameters to the current subroutine \(shell functio\
-n or script)5.535 F -.15(exe)144 525.6 S .141(cuted with).15 F F2(.)
-2.641 E F1(or)2.641 E F2(sour)2.641 E(ce)-.18 E F1 2.641(\)i)C 2.641(sa)
--2.641 G 2.641(tt)-2.641 G .142(he top of the stack.)-2.641 F .142
-(When a subroutine is e)5.142 F -.15(xe)-.15 G .142
-(cuted, the number of).15 F 1.265(parameters passed is pushed onto)144
-537.6 R F3 -.27(BA)3.765 G(SH_ARGC).27 E/F4 9/Times-Roman@0 SF(.)A F1
-1.265(The shell sets)5.765 F F3 -.27(BA)3.765 G(SH_ARGC).27 E F1 1.265
-(only when in e)3.515 F(x-)-.15 E .947(tended deb)144 549.6 R .947
-(ugging mode \(see the description of the)-.2 F F2(extdeb)3.447 E(ug)-.2
-E F1 .947(option to the)3.447 F F2(shopt)3.447 E F1 -.2(bu)3.448 G .948
-(iltin belo).2 F(w\).)-.25 E(Setting)144 561.6 Q F2(extdeb)3.363 E(ug)
--.2 E F1 .863(after the shell has started to e)3.363 F -.15(xe)-.15 G
-.862(cute a script, or referencing this v).15 F .862(ariable when)-.25 F
-F2(extdeb)144 573.6 Q(ug)-.2 E F1 .706
-(is not set, may result in inconsistent v)3.206 F 3.206
-(alues. Assignments)-.25 F(to)3.206 E F3 -.27(BA)3.206 G(SH_ARGC).27 E
-F1(ha)2.957 E 1.007 -.15(ve n)-.2 H 3.207(oe).15 G(f-)-3.207 E
-(fect, and it may not be unset.)144 585.6 Q F2 -.3(BA)108 597.6 S
-(SH_ARGV).3 E F1 .207(An array v)144 609.6 R .206
-(ariable containing all of the parameters in the current)-.25 F F2(bash)
-2.706 E F1 -.15(exe)2.706 G .206(cution call stack.).15 F .206
-(The \214-)5.206 F .567(nal parameter of the last subroutine call is at\
- the top of the stack; the \214rst parameter of the initial)144 621.6 R
-1.424(call is at the bottom.)144 633.6 R 1.424(When a subroutine is e)
-6.424 F -.15(xe)-.15 G 1.424
-(cuted, the parameters supplied are pushed onto).15 F F3 -.27(BA)144
-645.6 S(SH_ARGV).27 E F4(.)A F1 .853(The shell sets)5.353 F F3 -.27(BA)
-3.353 G(SH_ARGV).27 E F1 .853(only when in e)3.103 F .854(xtended deb)
--.15 F .854(ugging mode \(see the de-)-.2 F .476(scription of the)144
-657.6 R F2(extdeb)2.976 E(ug)-.2 E F1 .476(option to the)2.976 F F2
-(shopt)2.975 E F1 -.2(bu)2.975 G .475(iltin belo).2 F 2.975
-(w\). Setting)-.25 F F2(extdeb)2.975 E(ug)-.2 E F1 .475
-(after the shell has)2.975 F .45(started to e)144 669.6 R -.15(xe)-.15 G
-.45(cute a script, or referencing this v).15 F .45(ariable when)-.25 F
-F2(extdeb)2.95 E(ug)-.2 E F1 .45(is not set, may result in in-)2.95 F
-(consistent v)144 681.6 Q 2.5(alues. Assignments)-.25 F(to)2.5 E F3 -.27
-(BA)2.5 G(SH_ARGV).27 E F1(ha)2.25 E .3 -.15(ve n)-.2 H 2.5(oe).15 G
--.25(ff)-2.5 G(ect, and it may not be unset.).25 E F2 -.3(BA)108 693.6 S
-(SH_ARGV0).3 E F1 .251(When referenced, this v)144 705.6 R .251
-(ariable e)-.25 F .251
-(xpands to the name of the shell or shell script \(identical to)-.15 F
-F2($0)2.75 E F1 2.75(;s)C(ee)-2.75 E .04
-(the description of special parameter 0 abo)144 717.6 R -.15(ve)-.15 G
-2.541(\). Assignment).15 F(to)2.541 E F2 -.3(BA)2.541 G(SH_ARGV0).3 E F1
-.041(causes the v)2.541 F .041(alue as-)-.25 F .216
-(signed to also be assigned to)144 729.6 R F2($0)2.716 E F1 5.216(.I)C
-(f)-5.216 E F2 -.3(BA)2.716 G(SH_ARGV0).3 E F1 .216
-(is unset, it loses its special properties, e)2.716 F -.15(ve)-.25 G
-2.715(ni).15 G(f)-2.715 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(11)193.45 E 0 Cg EP
-%%Page: 12 12
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(it is subsequently reset.)144 84 Q/F2 10
-/Times-Bold@0 SF -.3(BA)108 96 S(SH_CMDS).3 E F1 .667(An associati)144
-108 R .967 -.15(ve a)-.25 H .667(rray v).15 F .668(ariable whose member\
-s correspond to the internal hash table of commands)-.25 F .196
-(as maintained by the)144 120 R F2(hash)2.696 E F1 -.2(bu)2.696 G 2.696
-(iltin. Elements).2 F .195
-(added to this array appear in the hash table; ho)2.696 F(we)-.25 E -.15
-(ve)-.25 G -.4(r,).15 G .852(unsetting array elements currently does no\
-t cause command names to be remo)144 132 R -.15(ve)-.15 G 3.352(df).15 G
-.853(rom the hash)-3.352 F 2.5(table. If)144 144 R F2 -.3(BA)2.5 G
-(SH_CMDS).3 E F1(is unset, it loses its special properties, e)2.5 E -.15
-(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G
-(ubsequently reset.)-2.5 E F2 -.3(BA)108 156 S(SH_COMMAND).3 E F1 1.243
-(The command currently being e)144 168 R -.15(xe)-.15 G 1.243
-(cuted or about to be e).15 F -.15(xe)-.15 G 1.242
-(cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.242(cuting a).15 F
-.262(command as the result of a trap, in which case it is the command e)
-144 180 R -.15(xe)-.15 G .263(cuting at the time of the trap.).15 F(If)
-144 192 Q F2 -.3(BA)2.5 G(SH_COMMAND).3 E F1
-(is unset, it loses its special properties, e)2.5 E -.15(ve)-.25 G 2.5
-(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
--2.5 E F2 -.3(BA)108 204 S(SH_EXECUTION_STRING).3 E F1(The command ar)
-144 216 Q(gument to the)-.18 E F2<ad63>2.5 E F1(in)2.5 E -.2(vo)-.4 G
-(cation option.).2 E F2 -.3(BA)108 228 S(SH_LINENO).3 E F1 .693
-(An array v)144 240 R .692(ariable whose members are the line numbers i\
-n source \214les where each corresponding)-.25 F .969(member of)144 252
-R/F3 9/Times-Bold@0 SF(FUNCN)3.469 E(AME)-.18 E F1 -.1(wa)3.219 G 3.469
-(si).1 G -1.9 -.4(nv o)-3.469 H -.1(ke).4 G(d.).1 E F2(${B)5.969 E
-(ASH_LINENO[)-.3 E F0($i)A F2(]})A F1 .97
-(is the line number in the source)3.469 F 14.672(\214le \()144 264 R F2
-(${B)A(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 17.172(\)w)C(here)-17.172
-E F2(${FUNCN)17.172 E(AME[)-.2 E F0($i)A F2(]})A F1 -.1(wa)17.172 G
-17.171(sc).1 G 14.671(alled \(or)-17.171 F F2(${B)144 276 Q(ASH_LINENO[)
--.3 E F0($i\2551)A F2(]})A F1 1.256
-(if referenced within another shell function\).)3.756 F(Use)6.257 E F3
-(LINENO)3.757 E F1 1.257(to obtain)3.507 F(the current line number)144
-288 Q 5(.A)-.55 G(ssignments to)-5 E F3 -.27(BA)2.5 G(SH_LINENO).27 E F1
-(ha)2.25 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G
-(ect, and it may not be unset.).25 E F2 -.3(BA)108 300 S(SH_LO).3 E(AD)
--.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1 4.07(Ac)144 312 S 1.57(o\
-lon-separated list of directories in which the shell looks for dynamica\
-lly loadable b)-4.07 F(uiltins)-.2 E(speci\214ed by the)144 324 Q F2
-(enable)2.5 E F1(command.)2.5 E F2 -.3(BA)108 336 S(SH_REMA).3 E(TCH)
--.95 E F1 1.418(An array v)144 348 R 1.418
-(ariable whose members are assigned by the)-.25 F F2<3d01>3.918 E F1
-1.418(binary operator to the)3.918 F F2([[)3.918 E F1(conditional)3.918
-E 3.462(command. The)144 360 R .962(element with inde)3.462 F 3.462(x0i)
--.15 G 3.462(st)-3.462 G .962
-(he portion of the string matching the entire re)-3.462 F .961(gular e)
--.15 F(x-)-.15 E 3.82(pression. The)144 372 R 1.32(element with inde)
-3.82 F(x)-.15 E F0(n)3.82 E F1 1.32
-(is the portion of the string matching the)3.82 F F0(n)3.82 E F1 1.32
-(th parenthesized)B(sube)144 384 Q(xpression.)-.15 E F2 -.3(BA)108 396 S
-(SH_MONOSECONDS).3 E F1 .707(Each time this v)144 408 R .707
-(ariable is referenced, it e)-.25 F .707(xpands to the v)-.15 F .706
-(alue returned by the system')-.25 F 3.206(sm)-.55 G(onotonic)-3.206 E
-.057(clock, if one is a)144 420 R -.25(va)-.2 G 2.557(ilable. If).25 F
-.057(there is no monotonic clock, this is equi)2.557 F -.25(va)-.25 G
-.058(lent to).25 F F2(EPOCHSECONDS)2.558 E F1(.)A(If)144 432 Q F2 -.3
-(BA)3.02 G(SH_MONOSECONDS).3 E F1 .519
-(is unset, it loses its special properties, e)3.02 F -.15(ve)-.25 G
-3.019(ni).15 G 3.019(fi)-3.019 G 3.019(ti)-3.019 G 3.019(ss)-3.019 G
-.519(ubsequently re-)-3.019 F(set.)144 444 Q F2 -.3(BA)108 456 S
-(SH_SOURCE).3 E F1 .125(An array v)144 468 R .125(ariable whose members\
- are the source \214lenames where the corresponding shell function)-.25
-F .781(names in the)144 480 R F3(FUNCN)3.28 E(AME)-.18 E F1 .78(array v)
-3.03 F .78(ariable are de\214ned.)-.25 F .78(The shell function)5.78 F
-F2(${FUNCN)3.28 E(AME[)-.2 E F0($i)A F2(]})A F1(is)3.28 E .424
-(de\214ned in the \214le)144 492 R F2(${B)2.924 E(ASH_SOURCE[)-.3 E F0
-($i)A F2(]})A F1 .425(and called from)2.924 F F2(${B)2.925 E
-(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 5.425(.A)C(ssign-)-5.425 E
-(ments to)144 504 Q F3 -.27(BA)2.5 G(SH_SOURCE).27 E F1(ha)2.25 E .3
--.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G
-(ect, and it may not be unset.).25 E F2 -.3(BA)108 516 S(SH_SUBSHELL).3
-E F1 .296(Incremented by one within each subshell or subshell en)144 528
-R .296(vironment when the shell be)-.4 F .296(gins e)-.15 F -.15(xe)-.15
-G(cuting).15 E 1.276(in that en)144 540 R 3.776(vironment. The)-.4 F
-1.276(initial v)3.776 F 1.277(alue is 0.)-.25 F(If)6.277 E F2 -.3(BA)
-3.777 G(SH_SUBSHELL).3 E F1 1.277(is unset, it loses its special)3.777 F
-(properties, e)144 552 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5
-(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F2 -.3(BA)108 564 S
-(SH_TRAPSIG).3 E F1 .203
-(Set to the signal number corresponding to the trap action being e)144
-576 R -.15(xe)-.15 G .202(cuted during its e).15 F -.15(xe)-.15 G 2.702
-(cution. See).15 F .782(the description of)144 588 R F2(trap)3.282 E F1
-(under)3.282 E F3 .782(SHELL B)3.282 F(UIL)-.09 E .782(TIN COMMANDS)
--.828 F F1(belo)3.032 E 3.282(wf)-.25 G .783
-(or information about signal)-3.282 F(numbers and trap e)144 600 Q -.15
-(xe)-.15 G(cution.).15 E F2 -.3(BA)108 612 S(SH_VERSINFO).3 E F1 2.645
-(Ar)144 624 S .145(eadonly array v)-2.645 F .144
-(ariable whose members hold v)-.25 F .144
-(ersion information for this instance of)-.15 F F2(bash)2.644 E F1 5.144
-(.T)C(he)-5.144 E -.25(va)144 636 S
-(lues assigned to the array members are as follo).25 E(ws:)-.25 E F2 -.3
-(BA)144 648 S(SH_VERSINFO[).3 E F1(0)A F2(])A F1(The major v)264 648 Q
-(ersion number \(the)-.15 E F0 -.37(re)2.5 G(lease).37 E F1(\).)A F2 -.3
-(BA)144 660 S(SH_VERSINFO[).3 E F1(1)A F2(])A F1(The minor v)264 660 Q
-(ersion number \(the)-.15 E F0(ver)2.5 E(sion)-.1 E F1(\).)A F2 -.3(BA)
-144 672 S(SH_VERSINFO[).3 E F1(2)A F2(])A F1(The patch le)264 672 Q -.15
-(ve)-.25 G(l.).15 E F2 -.3(BA)144 684 S(SH_VERSINFO[).3 E F1(3)A F2(])A
-F1(The b)264 684 Q(uild v)-.2 E(ersion.)-.15 E F2 -.3(BA)144 696 S
-(SH_VERSINFO[).3 E F1(4)A F2(])A F1(The release status \(e.g.,)264 696 Q
-F0(beta)2.5 E F1(\).)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(12)
-193.45 E 0 Cg EP
-%%Page: 13 13
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)144 84 S(SH_VERSINFO[)
-.3 E F1(5)A F2(])A F1(The v)264 84 Q(alue of)-.25 E/F3 9/Times-Bold@0 SF
-(MA)2.5 E(CHTYPE)-.495 E/F4 9/Times-Roman@0 SF(.)A F2 -.3(BA)108 96 S
-(SH_VERSION).3 E F1(Expands to a string describing the v)144 108 Q
-(ersion of this instance of)-.15 E F2(bash)2.5 E F1(.)A F2(COMP_CW)108
-120 Q(ORD)-.1 E F1 .396(An inde)144 132 R 2.896(xi)-.15 G(nto)-2.896 E
-F2(${COMP_W)2.896 E(ORDS})-.1 E F1 .396(of the w)2.896 F .396
-(ord containing the current cursor position.)-.1 F .397(This v)5.397 F
-(ari-)-.25 E 1.181(able is a)144 144 R -.25(va)-.2 G 1.181
-(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.681
-(db).1 G 3.681(yt)-3.681 G 1.18(he programmable completion f)-3.681 F
-1.18(acilities \(see)-.1 F F2(Pr)144 156 Q(ogrammable Completion)-.18 E
-F1(belo)2.5 E(w\).)-.25 E F2(COMP_KEY)108 168 Q F1(The k)144 180 Q .3
--.15(ey \()-.1 H(or \214nal k).15 E .3 -.15(ey o)-.1 H 2.5(fak).15 G .3
--.15(ey s)-2.6 H(equence\) used to in).15 E -.2(vo)-.4 G .2 -.1(ke t).2
-H(he current completion function.).1 E F2(COMP_LINE)108 192 Q F1 1.207
-(The current command line.)144 204 R 1.208(This v)6.208 F 1.208
-(ariable is a)-.25 F -.25(va)-.2 G 1.208
-(ilable only in shell functions and e).25 F 1.208(xternal com-)-.15 F
-1.037(mands in)144 216 R -.2(vo)-.4 G -.1(ke).2 G 3.537(db).1 G 3.537
-(yt)-3.537 G 1.037(he programmable completion f)-3.537 F 1.037
-(acilities \(see)-.1 F F2(Pr)3.537 E 1.037(ogrammable Completion)-.18 F
-F1(be-)3.537 E(lo)144 228 Q(w\).)-.25 E F2(COMP_POINT)108 240 Q F1 .666
-(The inde)144 252 R 3.166(xo)-.15 G 3.166(ft)-3.166 G .666
-(he current cursor position relati)-3.166 F .966 -.15(ve t)-.25 H 3.166
-(ot).15 G .666(he be)-3.166 F .666(ginning of the current command.)-.15
-F .667(If the)5.667 F .535
-(current cursor position is at the end of the current command, the v)144
-264 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F2
-(${#COMP_LINE})144 276 Q F1 5.704(.T)C .704(his v)-5.704 F .704
-(ariable is a)-.25 F -.25(va)-.2 G .704
-(ilable only in shell functions and e).25 F .705(xternal commands in-)
--.15 F -.2(vo)144 288 S -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G
-(he programmable completion f)-2.5 E(acilities \(see)-.1 E F2(Pr)2.5 E
-(ogrammable Completion)-.18 E F1(belo)2.5 E(w\).)-.25 E F2(COMP_TYPE)108
-300 Q F1 .042(Set to an inte)144 312 R .042(ger v)-.15 F .041(alue corr\
-esponding to the type of completion attempted that caused a completion)
--.25 F .337(function to be called:)144 324 R F0 -.5(TA)2.837 G(B).5 E F1
-2.837(,f)C .337(or normal completion,)-2.837 F F0(?)2.837 E F1 2.837(,f)
-C .337(or listing completions after successi)-2.837 F .638 -.15(ve t)
--.25 H(abs,).15 E F0(!)144 336 Q F1 3.068(,f)C .567
-(or listing alternati)-3.068 F -.15(ve)-.25 G 3.067(so).15 G 3.067(np)
--3.067 G .567(artial w)-3.067 F .567(ord completion,)-.1 F F0(@)3.067 E
-F1 3.067(,t)C 3.067(ol)-3.067 G .567(ist completions if the w)-3.067 F
-.567(ord is not un-)-.1 F .417(modi\214ed, or)144 348 R F0(%)2.917 E F1
-2.917(,f)C .417(or menu completion.)-2.917 F .417(This v)5.417 F .417
-(ariable is a)-.25 F -.25(va)-.2 G .418
-(ilable only in shell functions and e).25 F(xter)-.15 E(-)-.2 E .704
-(nal commands in)144 360 R -.2(vo)-.4 G -.1(ke).2 G 3.204(db).1 G 3.204
-(yt)-3.204 G .704(he programmable completion f)-3.204 F .704
-(acilities \(see)-.1 F F2(Pr)3.204 E .704(ogrammable Comple-)-.18 F
-(tion)144 372 Q F1(belo)2.5 E(w\).)-.25 E F2(COMP_W)108 384 Q(ORDBREAKS)
--.1 E F1 1.335(The set of characters that the)144 396 R F2 -.18(re)3.836
-G(adline).18 E F1 1.336(library treats as w)3.836 F 1.336
-(ord separators when performing w)-.1 F(ord)-.1 E 3.126(completion. If)
-144 408 R F3(COMP_W)3.126 E(ORDBREAKS)-.09 E F1 .626
-(is unset, it loses its special properties, e)2.876 F -.15(ve)-.25 G
-3.125(ni).15 G 3.125(fi)-3.125 G 3.125(ti)-3.125 G 3.125(ss)-3.125 G
-(ubse-)-3.125 E(quently reset.)144 420 Q F2(COMP_W)108 432 Q(ORDS)-.1 E
-F1 .653(An array v)144 444 R .653(ariable \(see)-.25 F F2(Arrays)3.153 E
-F1(belo)3.153 E .654(w\) consisting of the indi)-.25 F .654(vidual w)
--.25 F .654(ords in the current command)-.1 F 3.192(line. The)144 456 R
-.692(line is split into w)3.192 F .692(ords as)-.1 F F2 -.18(re)3.192 G
-(adline).18 E F1 -.1(wo)3.192 G .692(uld split it, using).1 F F3(COMP_W)
-3.192 E(ORDBREAKS)-.09 E F1 .691(as de-)2.942 F 1.557(scribed abo)144
-468 R -.15(ve)-.15 G 6.557(.T).15 G 1.557(his v)-6.557 F 1.557
-(ariable is a)-.25 F -.25(va)-.2 G 1.558
-(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 4.058
-(db).1 G 4.058(yt)-4.058 G 1.558(he programmable)-4.058 F(completion f)
-144 480 Q(acilities \(see)-.1 E F2(Pr)2.5 E(ogrammable Completion)-.18 E
-F1(belo)2.5 E(w\).)-.25 E F2(COPR)108 492 Q(OC)-.3 E F1 .169(An array v)
-144 504 R .169(ariable \(see)-.25 F F2(Arrays)2.669 E F1(belo)2.669 E
-.169
-(w\) created to hold the \214le descriptors for output from and input)
--.25 F(to an unnamed coprocess \(see)144 516 Q F2(Copr)2.5 E(ocesses)
--.18 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2(DIRST)108 528 Q -.55(AC)
--.9 G(K).55 E F1 .789(An array v)144 540 R .789(ariable \(see)-.25 F F2
-(Arrays)3.289 E F1(belo)3.289 E .789
-(w\) containing the current contents of the directory stack.)-.25 F(Di-)
-5.79 E .099(rectories appear in the stack in the order the)144 552 R
-2.599(ya)-.15 G .099(re displayed by the)-2.599 F F2(dirs)2.599 E F1 -.2
-(bu)2.599 G 2.598(iltin. Assigning).2 F .098(to mem-)2.598 F .84
-(bers of this array v)144 564 R .84
-(ariable may be used to modify directories already in the stack, b)-.25
-F .84(ut the)-.2 F F2(pushd)3.34 E F1(and)144 576 Q F2(popd)3.451 E F1
--.2(bu)3.451 G .951(iltins must be used to add and remo).2 F 1.251 -.15
-(ve d)-.15 H 3.45(irectories. Assignment).15 F .95(to this v)3.45 F .95
-(ariable will)-.25 F .378(not change the current directory)144 588 R
-5.378(.I)-.65 G(f)-5.378 E F3(DIRST)2.878 E -.495(AC)-.81 G(K).495 E F1
-.379(is unset, it loses its special properties, e)2.628 F -.15(ve)-.25 G
-2.879(ni).15 G 2.879(fi)-2.879 G 2.879(ti)-2.879 G(s)-2.879 E
-(subsequently reset.)144 600 Q F2(EPOCHREAL)108 612 Q(TIME)-.92 E F1
-.338(Each time this parameter is referenced, it e)144 624 R .337
-(xpands to the number of seconds since the Unix Epoch)-.15 F(\(see)144
-636 Q F0(time)3.02 E F1 .39(\(3\)\) as a \215oating point v).18 F .391
-(alue with micro-second granularity)-.25 F 5.391(.A)-.65 G .391
-(ssignments to)-5.391 F F3(EPOCHRE-)2.891 E(AL)144 648 Q(TIME)-.828 E F1
-1.091(are ignored.)3.341 F(If)6.091 E F3(EPOCHREAL)3.59 E(TIME)-.828 E
-F1 1.09(is unset, it loses its special properties, e)3.34 F -.15(ve)-.25
-G 3.59(ni).15 G 3.59(fi)-3.59 G 3.59(ti)-3.59 G(s)-3.59 E
-(subsequently reset.)144 660 Q F2(EPOCHSECONDS)108 672 Q F1 .337
-(Each time this parameter is referenced, it e)144 684 R .338
-(xpands to the number of seconds since the Unix Epoch)-.15 F(\(see)144
-696 Q F0(time)4.144 E F1 4.014(\(3\)\). Assignments).18 F(to)4.014 E F3
-(EPOCHSECONDS)4.014 E F1 1.513(are ignored.)3.764 F(If)6.513 E F3
-(EPOCHSECONDS)4.013 E F1 1.513(is unset, it)3.763 F
-(loses its special properties, e)144 708 Q -.15(ve)-.25 G 2.5(ni).15 G
-2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(13)193.45 E 0 Cg EP
-%%Page: 14 14
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(EUID)108 84 Q F1 1.103
-(Expands to the ef)144 84 R(fecti)-.25 E 1.403 -.15(ve u)-.25 H 1.103
-(ser ID of the current user).15 F 3.603(,i)-.4 G 1.103
-(nitialized at shell startup.)-3.603 F 1.104(This v)6.103 F 1.104
-(ariable is)-.25 F(readonly)144 96 Q(.)-.65 E F2(FUNCN)108 108 Q(AME)-.2
-E F1 .479(An array v)144 120 R .479
-(ariable containing the names of all shell functions currently in the e)
--.25 F -.15(xe)-.15 G .478(cution call stack.).15 F .276
-(The element with inde)144 132 R 2.776(x0i)-.15 G 2.776(st)-2.776 G .276
-(he name of an)-2.776 F 2.777(yc)-.15 G(urrently-e)-2.777 E -.15(xe)-.15
-G .277(cuting shell function.).15 F .277(The bottom-most)5.277 F .065
-(element \(the one with the highest inde)144 144 R .065
-(x\) is \231main\232.)-.15 F .065(This v)5.065 F .065(ariable e)-.25 F
-.065(xists only when a shell function)-.15 F .002(is e)144 156 R -.15
-(xe)-.15 G 2.502(cuting. Assignments).15 F(to)2.502 E/F3 9/Times-Bold@0
-SF(FUNCN)2.502 E(AME)-.18 E F1(ha)2.252 E .302 -.15(ve n)-.2 H 2.502(oe)
-.15 G -.25(ff)-2.502 G 2.502(ect. If).25 F F3(FUNCN)2.502 E(AME)-.18 E
-F1 .003(is unset, it loses its spe-)2.252 F(cial properties, e)144 168 Q
--.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G
-(ubsequently reset.)-2.5 E .111(This v)144 184.8 R .111
-(ariable can be used with)-.25 F F2 -.3(BA)2.611 G(SH_LINENO).3 E F1
-(and)2.611 E F2 -.3(BA)2.611 G(SH_SOURCE).3 E F1 5.111(.E)C .111
-(ach element of)-5.111 F F2(FUNC-)2.61 E -.2(NA)144 196.8 S(ME).2 E F1
-1.404(has corresponding elements in)3.904 F F2 -.3(BA)3.904 G(SH_LINENO)
-.3 E F1(and)3.904 E F2 -.3(BA)3.904 G(SH_SOURCE).3 E F1 1.404
-(to describe the)3.904 F .012(call stack.)144 208.8 R -.15(Fo)5.012 G
-2.512(ri).15 G(nstance,)-2.512 E F2(${FUNCN)2.512 E(AME[)-.2 E F0($i)A
-F2(]})A F1 -.1(wa)2.512 G 2.512(sc).1 G .012(alled from the \214le)
--2.512 F F2(${B)2.512 E(ASH_SOURCE[)-.3 E F0($i+1)A F2(]})A F1 1.183
-(at line number)144 220.8 R F2(${B)3.683 E(ASH_LINENO[)-.3 E F0($i)A F2
-(]})A F1 6.183(.T)C(he)-6.183 E F2(caller)3.683 E F1 -.2(bu)3.683 G
-1.184(iltin displays the current call stack using).2 F
-(this information.)144 232.8 Q F2(GR)108 244.8 Q(OUPS)-.3 E F1 1.229
-(An array v)144 256.8 R 1.228(ariable containing the list of groups of \
-which the current user is a member)-.25 F 6.228(.A)-.55 G(ssign-)-6.228
-E .571(ments to)144 268.8 R F3(GR)3.071 E(OUPS)-.27 E F1(ha)2.822 E .872
--.15(ve n)-.2 H 3.072(oe).15 G -.25(ff)-3.072 G 3.072(ect. If).25 F F3
-(GR)3.072 E(OUPS)-.27 E F1 .572
-(is unset, it loses its special properties, e)2.822 F -.15(ve)-.25 G
-3.072(ni).15 G 3.072(fi)-3.072 G 3.072(ti)-3.072 G(s)-3.072 E
-(subsequently reset.)144 280.8 Q F2(HISTCMD)108 292.8 Q F1 2.811
-(The history number)144 304.8 R 5.311(,o)-.4 G 5.311(ri)-5.311 G(nde)
--5.311 E 5.311(xi)-.15 G 5.311(nt)-5.311 G 2.811
-(he history list, of the current command.)-5.311 F 2.81(Assignments to)
-7.81 F F3(HISTCMD)144 316.8 Q F1 1.134(are ignored.)3.384 F(If)6.134 E
-F3(HISTCMD)3.634 E F1 1.135
-(is unset, it loses its special properties, e)3.385 F -.15(ve)-.25 G
-3.635(ni).15 G 3.635(fi)-3.635 G 3.635(ti)-3.635 G 3.635(ss)-3.635 G
-(ubse-)-3.635 E(quently reset.)144 328.8 Q F2(HOSTN)108 340.8 Q(AME)-.2
-E F1(Automatically set to the name of the current host.)144 352.8 Q F2
-(HOSTTYPE)108 364.8 Q F1 .223(Automatically set to a string that unique\
-ly describes the type of machine on which)144 376.8 R F2(bash)2.722 E F1
-.222(is e)2.722 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 388.8 R
-(def)2.5 E(ault is system-dependent.)-.1 E F2(LINENO)108 400.8 Q F1
-1.408(Each time this parameter is referenced, the shell substitutes a d\
-ecimal number representing the)144 412.8 R .078(current sequential line\
- number \(starting with 1\) within a script or function.)144 424.8 R
-.078(When not in a script or)5.078 F .306(function, the v)144 436.8 R
-.306(alue substituted is not guaranteed to be meaningful.)-.25 F(If)
-5.307 E F3(LINENO)2.807 E F1 .307(is unset, it loses its)2.557 F
-(special properties, e)144 448.8 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)
--2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F2(MA)108
-460.8 Q(CHTYPE)-.55 E F1 .898(Automatically set to a string that fully \
-describes the system type on which)144 472.8 R F2(bash)3.398 E F1 .898
-(is e)3.398 F -.15(xe)-.15 G .898(cuting, in).15 F(the standard GNU)144
-484.8 Q F0(cpu-company-system)2.5 E F1 2.5(format. The)2.5 F(def)2.5 E
-(ault is system-dependent.)-.1 E F2(MAPFILE)108 496.8 Q F1 .293
-(An array v)144 508.8 R .293(ariable \(see)-.25 F F2(Arrays)2.793 E F1
-(belo)2.793 E .293(w\) created to hold the te)-.25 F .294
-(xt read by the)-.15 F F2(map\214le)2.794 E F1 -.2(bu)2.794 G .294
-(iltin when no).2 F -.25(va)144 520.8 S(riable name is supplied.).25 E
-F2(OLDPWD)108 532.8 Q F1(The pre)144 544.8 Q(vious w)-.25 E
-(orking directory as set by the)-.1 E F2(cd)2.5 E F1(command.)2.5 E F2
-(OPT)108 556.8 Q(ARG)-.9 E F1 1.627(The v)144 568.8 R 1.627
-(alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F
-F2(getopts)4.127 E F1 -.2(bu)4.127 G 1.626(iltin command \(see).2 F F3
-(SHELL)4.126 E -.09(BU)144 580.8 S(IL).09 E(TIN COMMANDS)-.828 E F1
-(belo)2.25 E(w\).)-.25 E F2(OPTIND)108 592.8 Q F1 1.651(The inde)144
-604.8 R 4.151(xo)-.15 G 4.151(ft)-4.151 G 1.651(he ne)-4.151 F 1.651
-(xt ar)-.15 F 1.652(gument to be processed by the)-.18 F F2(getopts)
-4.152 E F1 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F3(SHELL)4.152
-E -.09(BU)144 616.8 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)
--.25 E F2(OSTYPE)108 628.8 Q F1 .329(Automatically set to a string that\
- describes the operating system on which)144 640.8 R F2(bash)2.829 E F1
-.329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def)144 652.8 Q
-(ault is system-dependent.)-.1 E F2(PIPEST)108 664.8 Q -.95(AT)-.9 G(US)
-.95 E F1 .61(An array v)144 676.8 R .61(ariable \(see)-.25 F F2(Arrays)
-3.11 E F1(belo)3.11 E .61(w\) containing a list of e)-.25 F .61
-(xit status v)-.15 F .61(alues from the processes in)-.25 F
-(the most-recently-e)144 688.8 Q -.15(xe)-.15 G(cuted fore).15 E
-(ground pipeline \(which may contain only a single command\).)-.15 E F2
-(PPID)108 700.8 Q F1(The process ID of the shell')144 700.8 Q 2.5(sp)
--.55 G 2.5(arent. This)-2.5 F -.25(va)2.5 G(riable is readonly).25 E(.)
--.65 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(14)193.45 E 0 Cg EP
-%%Page: 15 15
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(PWD)108 84 Q F1
-(The current w)144 84 Q(orking directory as set by the)-.1 E F2(cd)2.5 E
-F1(command.)2.5 E F2(RANDOM)108 96 Q F1 .417
-(Each time this parameter is referenced, it e)144 108 R .417
-(xpands to a random inte)-.15 F .417(ger between 0 and 32767.)-.15 F
-(As-)5.416 E .55(signing a v)144 120 R .55(alue to)-.25 F/F3 9
-/Times-Bold@0 SF(RANDOM)3.05 E F1 .551
-(initializes \(seeds\) the sequence of random numbers.)2.801 F(If)5.551
-E F3(RANDOM)3.051 E F1(is)2.801 E
-(unset, it loses its special properties, e)144 132 Q -.15(ve)-.25 G 2.5
-(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
--2.5 E F2(READLINE_ARGUMENT)108 144 Q F1(An)144 156 Q 2.527(yn)-.15 G
-.027(umeric ar)-2.527 F .027(gument gi)-.18 F -.15(ve)-.25 G 2.527(nt)
-.15 G 2.527(oar)-2.527 G .027(eadline command that w)-2.527 F .027
-(as de\214ned using \231bind \255x\232 \(see)-.1 F F3(SHELL)2.527 E -.09
-(BU)144 168 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E
-(w\) when it w)-.25 E(as in)-.1 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2
-(READLINE_LINE)108 180 Q F1 1.693(The contents of the)144 192 R F2 -.18
-(re)4.193 G(adline).18 E F1 1.693(line b)4.193 F(uf)-.2 E(fer)-.25 E
-4.193(,f)-.4 G 1.694(or use with \231bind \255x\232 \(see)-4.193 F F3
-1.694(SHELL B)4.194 F(UIL)-.09 E 1.694(TIN COM-)-.828 F(MANDS)144 204 Q
-F1(belo)2.25 E(w\).)-.25 E F2(READLINE_MARK)108 216 Q F1 .236
-(The position of the mark \(sa)144 228 R -.15(ve)-.2 G 2.736(di).15 G
-.236(nsertion point\) in the)-2.736 F F2 -.18(re)2.736 G(adline).18 E F1
-.236(line b)2.736 F(uf)-.2 E(fer)-.25 E 2.736(,f)-.4 G .236
-(or use with \231bind \255x\232)-2.736 F(\(see)144 240 Q F3 1.016
-(SHELL B)3.516 F(UIL)-.09 E 1.016(TIN COMMANDS)-.828 F F1(belo)3.266 E
-3.516(w\). The)-.25 F 1.017
-(characters between the insertion point and the)3.516 F
-(mark are often called the)144 252 Q F0 -.37(re)2.5 G(gion)-.03 E F1(.)A
-F2(READLINE_POINT)108 264 Q F1 .443
-(The position of the insertion point in the)144 276 R F2 -.18(re)2.943 G
-(adline).18 E F1 .443(line b)2.943 F(uf)-.2 E(fer)-.25 E 2.943(,f)-.4 G
-.442(or use with \231bind \255x\232 \(see)-2.943 F F3(SHELL)2.942 E -.09
-(BU)144 288 S(IL).09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E
-F2(REPL)108 300 Q(Y)-.92 E F1(Set to the line of input read by the)144
-312 Q F2 -.18(re)2.5 G(ad).18 E F1 -.2(bu)2.5 G
-(iltin command when no ar).2 E(guments are supplied.)-.18 E F2(SECONDS)
-108 324 Q F1 .177(Each time this parameter is referenced, it e)144 336 R
-.178(xpands to the number of seconds since shell in)-.15 F -.2(vo)-.4 G
-(cation.).2 E .713(If a v)144 348 R .712(alue is assigned to)-.25 F F3
-(SECONDS)3.212 E/F4 9/Times-Roman@0 SF(,)A F1 .712(the v)2.962 F .712
-(alue returned upon subsequent references is the number)-.25 F .627
-(of seconds since the assignment plus the v)144 360 R .627
-(alue assigned.)-.25 F .628(The number of seconds at shell in)5.627 F
--.2(vo)-.4 G(ca-).2 E .112(tion and the current time are al)144 372 R
--.1(wa)-.1 G .111(ys determined by querying the system clock.).1 F(If)
-5.111 E F3(SECONDS)2.611 E F1 .111(is un-)2.361 F
-(set, it loses its special properties, e)144 384 Q -.15(ve)-.25 G 2.5
-(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
--2.5 E F2(SHELLOPTS)108 396 Q F1 3.262(Ac)144 408 S .763
-(olon-separated list of enabled shell options.)-3.262 F .763(Each w)
-5.763 F .763(ord in the list is a v)-.1 F .763(alid ar)-.25 F .763
-(gument for the)-.18 F F2<ad6f>144 420 Q F1 1.174(option to the)3.674 F
-F2(set)3.674 E F1 -.2(bu)3.674 G 1.174(iltin command \(see).2 F F3 1.173
-(SHELL B)3.673 F(UIL)-.09 E 1.173(TIN COMMANDS)-.828 F F1(belo)3.423 E
-3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 432 R F3
-(SHELLOPTS)2.519 E F1 .019(are those reported as)2.269 F F0(on)2.749 E
-F1(by)2.759 E F2 .019(set \255o)2.519 F F1 5.019(.I)C 2.519(ft)-5.019 G
-.019(his v)-2.519 F .02(ariable is in the en)-.25 F(vironment)-.4 E
-(when)144 444 Q F2(bash)3.142 E F1 .642(starts up, each shell option in\
- the list will be enabled before reading an)3.142 F 3.141(ys)-.15 G .641
-(tartup \214les.)-3.141 F(This v)144 456 Q(ariable is read-only)-.25 E
-(.)-.65 E F2(SHL)108 468 Q(VL)-.92 E F1
-(Incremented by one each time an instance of)144 480 Q F2(bash)2.5 E F1
-(is started.)2.5 E F2(SRANDOM)108 492 Q F1 .76(This v)144 504 R .76
-(ariable e)-.25 F .761(xpands to a 32-bit pseudo-random number each tim\
-e it is referenced. The random)-.15 F .65
-(number generator is not linear on systems that support)144 516 R F0
-(/de)4.816 E(v/ur)-.15 E(andom)-.15 E F1(or)4.816 E F0(ar)3.48 E(c4r)
--.37 E(andom)-.15 E F1 .649(\(3\), so each).32 F .788
-(returned number has no relationship to the numbers preceding it.)144
-528 R .788(The random number generator)5.788 F .088
-(cannot be seeded, so assignments to this v)144 540 R .087(ariable ha)
--.25 F .387 -.15(ve n)-.2 H 2.587(oe).15 G -.25(ff)-2.587 G 2.587
-(ect. If).25 F F3(SRANDOM)2.587 E F1 .087(is unset, it loses its)2.337 F
-(special properties, e)144 552 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5
-G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F2(UID)108 564 Q
-F1(Expands to the user ID of the current user)144 564 Q 2.5(,i)-.4 G
-(nitialized at shell startup.)-2.5 E(This v)5 E(ariable is readonly)-.25
-E(.)-.65 E .993(The follo)108 580.8 R .993(wing v)-.25 F .994
-(ariables are used by the shell.)-.25 F .994(In some cases,)5.994 F F2
-(bash)3.494 E F1 .994(assigns a def)3.494 F .994(ault v)-.1 F .994
-(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 592.8
-Q -.65(w.)-.25 G F2 -.3(BA)108 609.6 S(SH_COMP).3 E -.95(AT)-.74 G F1
-.503(The v)144 621.6 R .502(alue is used to set the shell')-.25 F 3.002
-(sc)-.55 G .502(ompatibility le)-3.002 F -.15(ve)-.25 G 3.002(l. See).15
-F F3 .502(SHELL COMP)3.002 F -.855(AT)-.666 G .502(IBILITY MODE).855 F
-F1(be-)2.752 E(lo)144 633.6 Q 2.662(wf)-.25 G .162
-(or a description of the v)-2.662 F .162(arious compatibility le)-.25 F
--.15(ve)-.25 G .162(ls and their ef).15 F 2.663(fects. The)-.25 F -.25
-(va)2.663 G .163(lue may be a dec-).25 F .33
-(imal number \(e.g., 4.2\) or an inte)144 645.6 R .33
-(ger \(e.g., 42\) corresponding to the desired compatibility le)-.15 F
--.15(ve)-.25 G 2.83(l. If).15 F F2 -.3(BA)144 657.6 S(SH_COMP).3 E -.95
-(AT)-.74 G F1 .86
-(is unset or set to the empty string, the compatibility le)4.31 F -.15
-(ve)-.25 G 3.361(li).15 G 3.361(ss)-3.361 G .861(et to the def)-3.361 F
-(ault)-.1 E .39(for the current v)144 669.6 R 2.89(ersion. If)-.15 F F2
--.3(BA)2.89 G(SH_COMP).3 E -.95(AT)-.74 G F1 .39(is set to a v)3.84 F
-.39(alue that is not one of the v)-.25 F .39(alid compati-)-.25 F .277
-(bility le)144 681.6 R -.15(ve)-.25 G .278
-(ls, the shell prints an error message and sets the compatibility le).15
-F -.15(ve)-.25 G 2.778(lt).15 G 2.778(ot)-2.778 G .278(he def)-2.778 F
-.278(ault for the)-.1 F .628(current v)144 693.6 R 3.128(ersion. A)-.15
-F .627(subset of the v)3.127 F .627(alid v)-.25 F .627
-(alues correspond to the compatibility le)-.25 F -.15(ve)-.25 G .627
-(ls described be-).15 F(lo)144 705.6 Q 2.87(wu)-.25 G(nder)-2.87 E F3
-.37(SHELL COMP)2.87 F -.855(AT)-.666 G .371(IBILITY MODE).855 F F4(.)A
-F1 -.15(Fo)4.871 G 2.871(re).15 G .371(xample, 4.2 and 42 are v)-3.021 F
-.371(alid v)-.25 F .371(alues that corre-)-.25 F .55(spond to the)144
-717.6 R F2 .55(compat42 shopt)3.05 F F1 .549
-(option and set the compatibility le)3.05 F -.15(ve)-.25 G 3.049(lt).15
-G 3.049(o4)-3.049 G 3.049(2. The)-3.049 F .549(current v)3.049 F .549
-(ersion is)-.15 F(also a v)144 729.6 Q(alid v)-.25 E(alue.)-.25 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(15)193.45 E 0 Cg EP
-%%Page: 16 16
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_ENV).3 E
-F1 .505(If this parameter is set when)144 96 R F2(bash)3.005 E F1 .505
-(is e)3.005 F -.15(xe)-.15 G .506(cuting a shell script, its v).15 F
-.506(alue is interpreted as a \214lename)-.25 F .199
-(containing commands to initialize the shell, as in)144 108 R F0
-(\001/.bashr)2.799 E(c)-.37 E F1 5.199(.T).31 G .199(he v)-5.199 F .199
-(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.699 G(SH_ENV).27 E F1
-.198(is subjected)2.448 F .525(to parameter e)144 120 R .525
-(xpansion, command substitution, and arithmetic e)-.15 F .525
-(xpansion before being interpreted)-.15 F(as a \214lename.)144 132 Q F3
--.666(PA)5 G(TH)-.189 E F1
-(is not used to search for the resultant \214lename.)2.25 E F2 -.3(BA)
-108 144 S(SH_XTRA).3 E(CEFD)-.55 E F1 .481(If set to an inte)144 156 R
-.481(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 F
-(,)-.4 E F2(bash)2.98 E F1 .48(will write the trace output gener)2.98 F
-(-)-.2 E 3.305
-(ated when \231set \255x\232 is enabled to that \214le descriptor)144
-168 R 8.305(.T)-.55 G 3.306(he \214le descriptor is closed when)-8.305 F
-F3 -.27(BA)144 180 S(SH_XTRA).27 E(CEFD)-.495 E F1 .138
-(is unset or assigned a ne)2.388 F 2.638(wv)-.25 G 2.638
-(alue. Unsetting)-2.888 F F3 -.27(BA)2.638 G(SH_XTRA).27 E(CEFD)-.495 E
-F1 .138(or assigning it)2.388 F 2.531(the empty string causes the trace\
- output to be sent to the standard error)144 192 R 7.531(.N)-.55 G 2.531
-(ote that setting)-7.531 F F3 -.27(BA)144 204 S(SH_XTRA).27 E(CEFD)-.495
-E F1 .74(to 2 \(the standard error \214le descriptor\) and then unsetti\
-ng it will result in the)2.991 F(standard error being closed.)144 216 Q
-F2(CDP)108 228 Q -.95(AT)-.74 G(H).95 E F1 1.247
-(The search path for the)144 240 R F2(cd)3.747 E F1 3.747(command. This)
-3.747 F 1.248(is a colon-separated list of directories in which the)
-3.747 F(shell looks for destination directories speci\214ed by the)144
-252 Q F2(cd)2.5 E F1 2.5(command. A)2.5 F(sample v)2.5 E
-(alue is \231.:\001:/usr\232.)-.25 E F2(CHILD_MAX)108 264 Q F1 .932
-(Set the number of e)144 276 R .931(xited child status v)-.15 F .931
-(alues for the shell to remember)-.25 F(.)-.55 E F2(Bash)5.931 E F1 .931
-(will not allo)3.431 F 3.431(wt)-.25 G(his)-3.431 E -.25(va)144 288 S
-1.077(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077
-(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.078
-(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 300 Q
-2.5(xceed. The)-.15 F(minimum v)2.5 E(alue is system-dependent.)-.25 E
-F2(COLUMNS)108 312 Q F1 .829(Used by the)144 324 R F2(select)3.329 E F1
-.828(compound command to determine the terminal width when printing sel\
-ection)3.329 F 3.466(lists. Automatically)144 336 R .966(set if the)
-3.466 F F2(checkwinsize)3.466 E F1 .966
-(option is enabled or in an interacti)3.466 F 1.266 -.15(ve s)-.25 H
-.966(hell upon re-).15 F(ceipt of a)144 348 Q F3(SIGWINCH)2.5 E/F4 9
-/Times-Roman@0 SF(.)A F2(COMPREPL)108 360 Q(Y)-.92 E F1 .848(An array v)
-144 372 R .848(ariable from which)-.25 F F2(bash)3.348 E F1 .848
-(reads the possible completions generated by a shell function)3.348 F
-(in)144 384 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt)-2.785 G
-.285(he programmable completion f)-2.785 F .285(acility \(see)-.1 F F2
-(Pr)2.785 E .285(ogrammable Completion)-.18 F F1(belo)2.785 E 2.785
-(w\). Each)-.25 F(array element contains one possible completion.)144
-396 Q F2(EMA)108 408 Q(CS)-.55 E F1(If)144 420 Q F2(bash)3.071 E F1 .571
-(\214nds this v)3.071 F .571(ariable in the en)-.25 F .571
-(vironment when the shell starts with v)-.4 F .57
-(alue \231t\232, it assumes that)-.25 F
-(the shell is running in an Emacs shell b)144 432 Q(uf)-.2 E
-(fer and disables line editing.)-.25 E F2(ENV)108 444 Q F1 .67
-(Expanded and e)144 444 R -.15(xe)-.15 G .67(cuted similarly to).15 F F3
--.27(BA)3.17 G(SH_ENV).27 E F1(\(see)2.92 E F2(INV)3.17 E(OCA)-.45 E
-(TION)-.95 E F1(abo)3.171 E -.15(ve)-.15 G 3.171(\)w).15 G .671
-(hen an interacti)-3.171 F -.15(ve)-.25 G(shell is in)144 456 Q -.2(vo)
--.4 G -.1(ke).2 G 2.5(di).1 G(n)-2.5 E F0(posix mode)2.5 E F1(.)A F2
-(EXECIGNORE)108 468 Q F1 2.717(Ac)144 480 S .217
-(olon-separated list of shell patterns \(see)-2.717 F F2 -.1(Pa)2.717 G
-(tter).1 E 2.717(nM)-.15 G(atching)-2.717 E F1 2.717(\)d)C .216
-(e\214ning the list of \214lenames to be)-2.717 F .116
-(ignored by command search using)144 492 R F2 -.74(PA)2.616 G(TH)-.21 E
-F1 5.116(.F)C .117
-(iles whose full pathnames match one of these patterns)-5.116 F 1.433
-(are not considered e)144 504 R -.15(xe)-.15 G 1.432
-(cutable \214les for the purposes of completion and command e).15 F -.15
-(xe)-.15 G 1.432(cution via).15 F F2 -.74(PA)144 516 S(TH)-.21 E F1
-2.908(lookup. This)2.908 F .408(does not af)2.908 F .408(fect the beha)
--.25 F .408(vior of the)-.2 F F2([)2.908 E F1(,)A F2(test)2.908 E F1
-2.908(,a)C(nd)-2.908 E F2([[)2.908 E F1 2.909(commands. Full)2.908 F
-(pathnames)2.909 E .364(in the command hash table are not subject to)144
-528 R F2(EXECIGNORE)2.864 E F1 5.364(.U)C .364(se this v)-5.364 F .364
-(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 540 R
-1.67 -.15(ve t)-.2 H 1.37(he e).15 F -.15(xe)-.15 G 1.37
-(cutable bit set, b).15 F 1.37(ut are not e)-.2 F -.15(xe)-.15 G 1.37
-(cutable \214les.).15 F 1.37(The pattern matching)6.37 F
-(honors the setting of the)144 552 Q F2(extglob)2.5 E F1(shell option.)
-2.5 E F2(FCEDIT)108 564 Q F1(The def)144 576 Q(ault editor for the)-.1 E
-F2(fc)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E F2(FIGNORE)108 588 Q F1
-2.599(Ac)144 600 S .098(olon-separated list of suf)-2.599 F<8c78>-.25 E
-.098(es to ignore when performing \214lename completion \(see)-.15 F F3
-(READLINE)2.598 E F1(belo)144 612 Q 2.704(w\). A)-.25 F .204
-(\214lename whose suf)2.704 F .205(\214x matches one of the entries in)
--.25 F F3(FIGNORE)2.705 E F1 .205(is e)2.455 F .205
-(xcluded from the list)-.15 F(of matched \214lenames.)144 624 Q 2.5(As)5
-G(ample v)-2.5 E(alue is \231.o:\001\232.)-.25 E F2(FUNCNEST)108 636 Q
-F1 .231(If set to a numeric v)144 648 R .231
-(alue greater than 0, de\214nes a maximum function nesting le)-.25 F
--.15(ve)-.25 G 2.73(l. Function).15 F(in)2.73 E -.2(vo)-.4 G(-).2 E
-(cations that e)144 660 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G
-2.5(lw).15 G(ill cause the current command to abort.)-2.5 E F2
-(GLOBIGNORE)108 672 Q F1 2.923(Ac)144 684 S .423(olon-separated list of\
- patterns de\214ning the set of \214le names to be ignored by pathname \
-e)-2.923 F(xpan-)-.15 E 2.948(sion. If)144 696 R 2.948<618c>2.948 G .448
-(le name matched by a pathname e)-2.948 F .447
-(xpansion pattern also matches one of the patterns in)-.15 F F3
-(GLOBIGNORE)144 708 Q F4(,)A F1(it is remo)2.25 E -.15(ve)-.15 G 2.5(df)
-.15 G(rom the list of matches.)-2.5 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(16)193.45 E 0 Cg EP
-%%Page: 17 17
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(GLOBSOR)108 84 Q(T)-.4 E F1
-.334(Control ho)144 96 R 2.834(wt)-.25 G .334(he results of pathname e)
--2.834 F .335(xpansion are sorted.)-.15 F .335(The v)5.335 F .335
-(alue of this v)-.25 F .335(ariable speci\214es the)-.25 F .36
-(sort criteria and sort order for the results of pathname e)144 108 R
-2.859(xpansion. If)-.15 F .359(this v)2.859 F .359
-(ariable is unset or set to)-.25 F .311(the null string, pathname e)144
-120 R .311(xpansion uses the historical beha)-.15 F .311
-(vior of sorting by name.)-.2 F .312(If set, a v)5.312 F(alid)-.25 E
--.25(va)144 132 S .003(lue be).25 F .003(gins with an optional)-.15 F F0
-(+)2.503 E F1 2.503(,w)C .002(hich is ignored, or)-2.503 F F0<ad>2.502 E
-F1 2.502(,w)C .002(hich re)-2.502 F -.15(ve)-.25 G .002
-(rses the sort order from ascend-).15 F 1.125(ing to descending, follo)
-144 144 R 1.125(wed by a sort speci\214er)-.25 F 6.125(.T)-.55 G 1.125
-(he v)-6.125 F 1.126(alid sort speci\214ers are)-.25 F F0(name)3.986 E
-F1(,).18 E F0(size)3.966 E F1(,).18 E F0(mtime)4.006 E F1(,).18 E F0
-(atime)144.33 156 Q F1(,).18 E F0(ctime)2.845 E F1 2.645(,a).18 G(nd)
--2.645 E F0(bloc)2.915 E(ks)-.2 E F1 2.645(,w).27 G .144(hich sort the \
-\214les on name, \214le size, modi\214cation time, access time, in-)
--2.645 F .075(ode change time, and number of blocks, respecti)144 168 R
--.15(ve)-.25 G(ly).15 E 5.076(.F)-.65 G .076(or e)-5.226 F .076
-(xample, a v)-.15 F .076(alue of)-.25 F F0(\255mtime)2.576 E F1 .076
-(sorts the re-)2.576 F .965
-(sults in descending order by modi\214cation time \(ne)144 180 R .964
-(west \214rst\).)-.25 F 3.464(As)5.964 G .964(ort speci\214er of)-3.464
-F F0(nosort)3.464 E F1(disables)3.464 E .497
-(sorting completely; the results are returned in the order the)144 192 R
-2.997(ya)-.15 G .497(re read from the \214le system,.)-2.997 F .498
-(If the)5.497 F .52(sort speci\214er is missing, it def)144 204 R .52
-(aults to)-.1 F F0(name)3.02 E F1 3.02(,s)C 3.02(oav)-3.02 G .52
-(alue of)-3.27 F F0(+)3.02 E F1 .52(is equi)3.02 F -.25(va)-.25 G .52
-(lent to the null string, and a).25 F -.25(va)144 216 S .46(lue of).25 F
-F0(-)2.96 E F1 .46(sorts by name in descending order)2.96 F 5.46(.A)-.55
-G .76 -.15(ny i)-5.46 H -1.95 -.4(nv a).15 H .46(lid v).4 F .46
-(alue restores the historical sorting be-)-.25 F(ha)144 228 Q(vior)-.2 E
-(.)-.55 E F2(HISTCONTR)108 240 Q(OL)-.3 E F1 2.654(Ac)144 252 S .153
-(olon-separated list of v)-2.654 F .153(alues controlling ho)-.25 F
-2.653(wc)-.25 G .153(ommands are sa)-2.653 F -.15(ve)-.2 G 2.653(do).15
-G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .153(If the list)
-5.153 F .49(of v)144 264 R .49(alues includes)-.25 F F0(ignor)3 E
-(espace)-.37 E F1 2.99(,l).18 G .49(ines which be)-2.99 F .49
-(gin with a)-.15 F F2(space)2.99 E F1 .49(character are not sa)2.99 F
--.15(ve)-.2 G 2.99(di).15 G 2.99(nt)-2.99 G .49(he his-)-2.99 F .558
-(tory list.)144 276 R 3.058(Av)5.558 G .558(alue of)-3.308 F F0(ignor)
-3.068 E(edups)-.37 E F1 .558(causes lines matching the pre)3.328 F .557
-(vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.925
-(Av)144 288 S .425(alue of)-3.175 F F0(ignor)2.935 E(eboth)-.37 E F1
-.426(is shorthand for)3.205 F F0(ignor)2.926 E(espace)-.37 E F1(and)
-2.926 E F0(ignor)2.926 E(edups)-.37 E F1 5.426(.A)C -.25(va)-2.5 G .426
-(lue of).25 F F0(er)3.116 E(asedups)-.15 E F1(causes)3.196 E .699
-(all pre)144 300 R .698
-(vious lines matching the current line to be remo)-.25 F -.15(ve)-.15 G
-3.198(df).15 G .698(rom the history list before that line is)-3.198 F
-(sa)144 312 Q -.15(ve)-.2 G 2.763(d. An).15 F 2.763(yv)-.15 G .263
-(alue not in the abo)-3.013 F .563 -.15(ve l)-.15 H .263
-(ist is ignored.).15 F(If)5.263 E/F3 9/Times-Bold@0 SF(HISTCONTR)2.763 E
-(OL)-.27 E F1 .264(is unset, or does not include)2.513 F 2.942(av)144
-324 S .442(alid v)-3.192 F .442
-(alue, all lines read by the shell parser are sa)-.25 F -.15(ve)-.2 G
-2.941(do).15 G 2.941(nt)-2.941 G .441(he history list, subject to the v)
--2.941 F .441(alue of)-.25 F F3(HISTIGNORE)144 336 Q/F4 9/Times-Roman@0
-SF(.)A F1 1.981(The second and subsequent lines of a multi-line compoun\
-d command are not)6.481 F(tested, and are added to the history re)144
-348 Q -.05(ga)-.15 G(rdless of the v).05 E(alue of)-.25 E F3(HISTCONTR)
-2.5 E(OL)-.27 E F4(.)A F2(HISTFILE)108 360 Q F1 .818
-(The name of the \214le in which command history is sa)144 372 R -.15
-(ve)-.2 G 3.317(d\().15 G(see)-3.317 E F3(HIST)3.317 E(OR)-.162 E(Y)
--.315 E F1(belo)3.067 E(w\).)-.25 E F2(Bash)5.817 E F1 .817(assigns a)
-3.317 F(def)144 384 Q .29(ault v)-.1 F .29(alue of)-.25 F F0
-(\001/.bash_history)2.79 E F1 5.29(.I)C(f)-5.29 E F2(HISTFILE)2.79 E F1
-.29(is unset or null, the command history is not sa)2.79 F -.15(ve)-.2 G
-(d).15 E(when a shell e)144 396 Q(xits.)-.15 E F2(HISTFILESIZE)108 408 Q
-F1 1.623(The maximum number of lines contained in the history \214le.)
-144 420 R 1.622(When this v)6.623 F 1.622(ariable is assigned a)-.25 F
--.25(va)144 432 S .124
-(lue, the history \214le is truncated, if necessary).25 F 2.624(,t)-.65
-G 2.624(oc)-2.624 G .125
-(ontain no more than that number of lines by re-)-2.624 F(mo)144 444 Q
-.066(ving the oldest entries.)-.15 F .065(The history \214le is also tr\
-uncated to this size after writing it when a shell)5.066 F -.15(ex)144
-456 S 2.927(its. If).15 F .427(the v)2.927 F .428
-(alue is 0, the history \214le is truncated to zero size.)-.25 F .428
-(Non-numeric v)5.428 F .428(alues and numeric)-.25 F -.25(va)144 468 S
-.152(lues less than zero inhibit truncation.).25 F .152
-(The shell sets the def)5.152 F .152(ault v)-.1 F .152(alue to the v)
--.25 F .151(alue of)-.25 F F2(HISTSIZE)2.651 E F1(after reading an)144
-480 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E F2(HISTIGNORE)108 492 Q F1
-2.657(Ac)144 504 S .157(olon-separated list of patterns used to decide \
-which command lines should be sa)-2.657 F -.15(ve)-.2 G 2.658(do).15 G
-2.658(nt)-2.658 G .158(he his-)-2.658 F .997(tory list.)144 516 R .997
-(If a command line matches one of the patterns in the v)5.997 F .996
-(alue of)-.25 F F3(HISTIGNORE)3.496 E F4(,)A F1 .996(it is not)3.246 F
-(sa)144 528 Q -.15(ve)-.2 G 2.771(do).15 G 2.771(nt)-2.771 G .271
-(he history list.)-2.771 F .271(Each pattern is anchored at the be)5.271
-F .271(ginning of the line and must match the)-.15 F .26
-(complete line \()144 540 R F2(bash)A F1 .26(will not)2.76 F .259
-(implicitly append a \231)5.26 F F2(*)A F1 2.759(\232\). Each)B .259
-(pattern is tested ag)2.759 F .259(ainst the line after)-.05 F 2.252
-(the checks speci\214ed by)144 552 R F3(HISTCONTR)4.752 E(OL)-.27 E F1
-2.252(are applied.)4.502 F 2.252
-(In addition to the normal shell pattern)7.252 F .275
-(matching characters, \231)144 564 R F2(&)A F1 2.775<9a6d>C .275
-(atches the pre)-2.775 F .274(vious history line.)-.25 F 2.774(Ab)5.274
-G .274(ackslash will escape the \231)-2.774 F F2(&)A F1 .274(\232; the)B
-.375(backslash is remo)144 576 R -.15(ve)-.15 G 2.875(db).15 G .375
-(efore attempting a match.)-2.875 F .375
-(The second and subsequent lines of a multi-line)5.375 F 2.472
-(compound command are not tested, and are added to the history re)144
-588 R -.05(ga)-.15 G 2.472(rdless of the v).05 F 2.472(alue of)-.25 F F3
-(HISTIGNORE)144 600 Q F4(.)A F1
-(The pattern matching honors the setting of the)4.5 E F2(extglob)2.5 E
-F1(shell option.)2.5 E F2(HISTSIZE)108 612 Q F1 1.387
-(The number of commands to remember in the command history \(see)144 624
-R F3(HIST)3.887 E(OR)-.162 E(Y)-.315 E F1(belo)3.637 E 3.887(w\). If)
--.25 F(the)3.888 E -.25(va)144 636 S 1.321
-(lue is 0, commands are not sa).25 F -.15(ve)-.2 G 3.821(di).15 G 3.821
-(nt)-3.821 G 1.321(he history list.)-3.821 F 1.32(Numeric v)6.32 F 1.32
-(alues less than zero result in)-.25 F -2.15 -.25(ev e)144 648 T .436
-(ry command being sa).25 F -.15(ve)-.2 G 2.936(do).15 G 2.936(nt)-2.936
-G .436(he history list \(there is no limit\).)-2.936 F .437
-(The shell sets the def)5.437 F .437(ault v)-.1 F(alue)-.25 E
-(to 500 after reading an)144 660 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E
-F2(HISTTIMEFORMA)108 672 Q(T)-.95 E F1 .926(If this v)144 684 R .926
-(ariable is set and not null, its v)-.25 F .925
-(alue is used as a format string for)-.25 F F0(strftime)3.765 E F1 .925
-(\(3\) to print the).18 F .672
-(time stamp associated with each history entry displayed by the)144 696
-R F2(history)3.173 E F1 -.2(bu)3.173 G 3.173(iltin. If).2 F .673(this v)
-3.173 F .673(ariable is)-.25 F .144
-(set, time stamps are written to the history \214le so the)144 708 R
-2.644(ym)-.15 G .144(ay be preserv)-2.644 F .144
-(ed across shell sessions.)-.15 F(This)5.144 E(uses the history comment\
- character to distinguish timestamps from other history lines.)144 720 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(17)193.45 E 0 Cg EP
-%%Page: 18 18
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(HOME)108 84 Q F1 1.27
-(The home directory of the current user; the def)144 96 R 1.27(ault ar)
--.1 F 1.27(gument for the)-.18 F F2(cd)3.77 E F1 -.2(bu)3.77 G 1.27
-(iltin command.).2 F(The)6.27 E -.25(va)144 108 S(lue of this v).25 E
-(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E F2
-(HOSTFILE)108 120 Q F1 1.015
-(Contains the name of a \214le in the same format as)144 132 R F0
-(/etc/hosts)5.181 E F1 1.015(that should be read when the shell)5.181 F
-.55(needs to complete a hostname.)144 144 R .551
-(The list of possible hostname completions may be changed while)5.551 F
-1.059(the shell is running; the ne)144 156 R 1.059
-(xt time hostname completion is attempted after the v)-.15 F 1.058
-(alue is changed,)-.25 F F2(bash)144 168 Q F1 .138
-(adds the contents of the ne)2.638 F 2.638<778c>-.25 G .138(le to the e)
--2.638 F .138(xisting list.)-.15 F(If)5.138 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.638 E F1 .138(is set, b)2.388 F .139(ut has no v)-.2 F .139
-(alue, or)-.25 F .518(does not name a readable \214le,)144 180 R F2
-(bash)3.018 E F1 .518(attempts to read)3.018 F F0(/etc/hosts)4.683 E F1
-.517(to obtain the list of possible host-)4.683 F(name completions.)144
-192 Q(When)5 E F3(HOSTFILE)2.5 E F1
-(is unset, the hostname list is cleared.)2.25 E F2(IFS)108 204 Q F1(The)
-144 204 Q F0 .555(Internal F)3.635 F .555(ield Separ)-.45 F(ator)-.15 E
-F1 .555(that is used for w)3.785 F .556(ord splitting after e)-.1 F .556
-(xpansion and to split lines into)-.15 F -.1(wo)144 216 S(rds with the)
-.1 E F2 -.18(re)2.5 G(ad).18 E F1 -.2(bu)2.5 G(iltin command.).2 E
-(The def)5 E(ault v)-.1 E(alue is \231<space><tab><ne)-.25 E
-(wline>\232.)-.25 E F2(IGNOREEOF)108 228 Q F1 .503
-(Controls the action of an interacti)144 240 R .803 -.15(ve s)-.25 H
-.503(hell on receipt of an).15 F F3(EOF)3.003 E F1 .503
-(character as the sole input.)2.753 F .503(If set,)5.503 F .426(the v)
-144 252 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3
-(EOF)3.076 E F1 .426
-(characters which must be typed as the \214rst characters)2.676 F .303
-(on an input line before)144 264 R F2(bash)2.802 E F1 -.15(ex)2.802 G
-2.802(its. If).15 F .302(the v)2.802 F .302(ariable e)-.25 F .302
-(xists b)-.15 F .302(ut does not ha)-.2 F .602 -.15(ve a n)-.2 H .302
-(umeric v).15 F .302(alue, or has)-.25 F(no v)144 276 Q(alue, the def)
--.25 E(ault v)-.1 E(alue is 10.)-.25 E(If it does not e)5 E(xist,)-.15 E
-F3(EOF)2.5 E F1(signi\214es the end of input to the shell.)2.25 E F2
-(INPUTRC)108 288 Q F1 .111(The \214lename for the)144 300 R F2 -.18(re)
-2.612 G(adline).18 E F1 .112(startup \214le, o)2.612 F -.15(ve)-.15 G
-.112(rriding the def).15 F .112(ault of)-.1 F F0(\001/.inputr)4.278 E(c)
--.37 E F1(\(see)4.278 E F3(READLINE)2.612 E F1(be-)2.362 E(lo)144 312 Q
-(w\).)-.25 E F2(INSIDE_EMA)108 324 Q(CS)-.55 E F1 .034(If this v)144 336
-R .034(ariable appears in the en)-.25 F .034
-(vironment when the shell starts,)-.4 F F2(bash)2.533 E F1 .033
-(assumes that it is running in-)2.533 F(side an Emacs shell b)144 348 Q
-(uf)-.2 E(fer and may disable line editing, depending on the v)-.25 E
-(alue of)-.25 E F2(TERM)2.5 E F1(.)A F2(LANG)108 360 Q F1 1.239
-(Used to determine the locale cate)144 360 R 1.239(gory for an)-.15 F
-3.739(yc)-.15 G(ate)-3.739 E 1.24
-(gory not speci\214cally selected with a v)-.15 F(ariable)-.25 E
-(starting with)144 372 Q F2(LC_)2.5 E F1(.)A F2(LC_ALL)108 384 Q F1 .974
-(This v)144 396 R .974(ariable o)-.25 F -.15(ve)-.15 G .974
-(rrides the v).15 F .973(alue of)-.25 F F3(LANG)3.473 E F1 .973(and an)
-3.223 F 3.473(yo)-.15 G(ther)-3.473 E F2(LC_)3.473 E F1 -.25(va)3.473 G
-.973(riable specifying a locale cate-).25 F(gory)144 408 Q(.)-.65 E F2
-(LC_COLLA)108 420 Q(TE)-.95 E F1 .411(This v)144 432 R .412(ariable det\
-ermines the collation order used when sorting the results of pathname e)
--.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 444 R 1.465
-(vior of range e)-.2 F 1.464(xpressions, equi)-.15 F -.25(va)-.25 G
-1.464(lence classes, and collating sequences).25 F(within pathname e)144
-456 Q(xpansion and pattern matching.)-.15 E F2(LC_CTYPE)108 468 Q F1
-1.935(This v)144 480 R 1.936
-(ariable determines the interpretation of characters and the beha)-.25 F
-1.936(vior of character classes)-.2 F(within pathname e)144 492 Q
-(xpansion and pattern matching.)-.15 E F2(LC_MESSA)108 504 Q(GES)-.55 E
-F1(This v)144 516 Q(ariable determines the locale used to translate dou\
-ble-quoted strings preceded by a)-.25 E F2($)2.5 E F1(.)A F2(LC_NUMERIC)
-108 528 Q F1(This v)144 540 Q(ariable determines the locale cate)-.25 E
-(gory used for number formatting.)-.15 E F2(LC_TIME)108 552 Q F1(This v)
-144 564 Q(ariable determines the locale cate)-.25 E
-(gory used for data and time formatting.)-.15 E F2(LINES)108 576 Q F1
-.055(Used by the)144 576 R F2(select)2.555 E F1 .054(compound command t\
-o determine the column length for printing selection lists.)2.555 F .264
-(Automatically set if the)144 588 R F2(checkwinsize)2.764 E F1 .264
-(option is enabled or in an interacti)2.764 F .565 -.15(ve s)-.25 H .265
-(hell upon receipt of a).15 F F3(SIGWINCH)144 600 Q/F4 9/Times-Roman@0
-SF(.)A F2(MAIL)108 612 Q F1 .422
-(If this parameter is set to a \214le or directory name and the)144 612
-R F3(MAILP)2.921 E -.855(AT)-.666 G(H).855 E F1 -.25(va)2.671 G .421
-(riable is not set,).25 F F2(bash)2.921 E F1(in-)2.921 E
-(forms the user of the arri)144 624 Q -.25(va)-.25 G 2.5(lo).25 G 2.5
-(fm)-2.5 G(ail in the speci\214ed \214le or Maildir)-2.5 E
-(-format directory)-.2 E(.)-.65 E F2(MAILCHECK)108 636 Q F1 .098
-(Speci\214es ho)144 648 R 2.598(wo)-.25 G .098(ften \(in seconds\))
--2.598 F F2(bash)2.598 E F1 .098(checks for mail.)2.598 F .098(The def)
-5.098 F .098(ault is 60 seconds.)-.1 F .099(When it is time)5.099 F .224
-(to check for mail, the shell does so before displaying the primary pro\
-mpt.)144 660 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F
-(or set to a v)144 672 Q(alue that is not a number greater than or equa\
-l to zero, the shell disables mail checking.)-.25 E F2(MAILP)108 684 Q
--.95(AT)-.74 G(H).95 E F1 2.99(Ac)144 696 S .49
-(olon-separated list of \214lenames to be check)-2.99 F .49
-(ed for mail.)-.1 F .49(The message to be printed when mail)5.49 F(arri)
-144 708 Q -.15(ve)-.25 G 3.634(si).15 G 3.634(nap)-3.634 G 1.134(articu\
-lar \214le may be speci\214ed by separating the \214lename from the mes\
-sage with a)-3.634 F 4.557(\231?\232. When)144 720 R 2.057
-(used in the te)4.557 F 2.058(xt of the message,)-.15 F F2($_)4.558 E F1
--.15(ex)4.558 G 2.058(pands to the name of the current mail\214le.).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(18)193.45 E 0 Cg EP
-%%Page: 19 19
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Example:)144 84 Q/F2 10/Courier-Bold@0 SF(MAILPATH)
-144 96 Q/F3 10/Courier@0 SF(=\010/var/mail/bfox?"You have mail":\001/sh\
-ell\255mail?"$_ has mail!"\010)A/F4 10/Times-Bold@0 SF(Bash)144 108 Q F1
-.015(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015
-(alue for this v)-.25 F .015(ariable \(there is no v)-.25 F .015
-(alue by def)-.25 F .015(ault\), b)-.1 F(ut)-.2 E(the location of the u\
-ser mail \214les that it uses is system dependent \(e.g., /v)144 120 Q
-(ar/mail/)-.25 E F4($USER)A F1(\).)A F4(OPTERR)108 132 Q F1 .389
-(If set to the v)144 144 R .389(alue 1,)-.25 F F4(bash)2.889 E F1 .389
-(displays error messages generated by the)2.889 F F4(getopts)2.89 E F1
--.2(bu)2.89 G .39(iltin command \(see).2 F/F5 9/Times-Bold@0 SF .36
-(SHELL B)144 156 R(UIL)-.09 E .36(TIN COMMANDS)-.828 F F1(belo)2.61 E
-(w\).)-.25 E F5(OPTERR)5.36 E F1 .359
-(is initialized to 1 each time the shell is in)2.61 F -.2(vo)-.4 G -.1
-(ke).2 G(d).1 E(or a shell script is e)144 168 Q -.15(xe)-.15 G(cuted.)
-.15 E F4 -.74(PA)108 180 S(TH)-.21 E F1 .587
-(The search path for commands.)144 180 R .588
-(It is a colon-separated list of directories in which the shell looks)
-5.587 F .472(for commands \(see)144 192 R F5 .472(COMMAND EXECUTION)
-2.972 F F1(belo)2.722 E 2.972(w\). A)-.25 F .471
-(zero-length \(null\) directory name in the)2.972 F -.25(va)144 204 S
-.535(lue of).25 F F5 -.666(PA)3.035 G(TH)-.189 E F1 .535
-(indicates the current directory)2.785 F 5.535(.A)-.65 G .535
-(null directory name may appear as tw)-2.5 F 3.036(oa)-.1 G(djacent)
--3.036 E .868(colons, or as an initial or trailing colon.)144 216 R .868
-(The def)5.868 F .867(ault path is system-dependent, and is set by the)
--.1 F(administrator who installs)144 228 Q F4(bash)2.5 E F1 5(.A)C
-(common v)-2.5 E(alue is \231/usr/local/bin:/usr/lo-)-.25 E
-(cal/sbin:/usr/bin:/usr/sbin:/bin:/sbin\232.)144 240 Q F4(POSIXL)108 252
-Q(Y_CORRECT)-.92 E F1 .471(If this v)144 264 R .471
-(ariable is in the en)-.25 F .471(vironment when)-.4 F F4(bash)2.971 E
-F1 .471(starts, the shell enters)2.971 F F0 .472(posix mode)2.972 F F1
-.472(before reading)2.972 F .011(the startup \214les, as if the)144 276
-R F4(\255\255posix)2.511 E F1(in)2.511 E -.2(vo)-.4 G .011
-(cation option had been supplied.).2 F .011
-(If it is set while the shell is)5.011 F(running,)144 288 Q F4(bash)
-3.418 E F1(enables)3.418 E F0 .918(posix mode)3.418 F F1 3.418(,a)C
-3.419(si)-3.418 G 3.419(ft)-3.419 G .919
-(he command \231set \255o posix\232 had been e)-3.419 F -.15(xe)-.15 G
-3.419(cuted. When).15 F(the shell enters)144 300 Q F0(posix mode)2.5 E
-F1 2.5(,i)C 2.5(ts)-2.5 G(ets this v)-2.5 E(ariable if it w)-.25 E
-(as not already set.)-.1 E F4(PR)108 312 Q(OMPT_COMMAND)-.3 E F1 .155
-(If this v)144 324 R .155(ariable is set, and is an array)-.25 F 2.655
-(,t)-.65 G .155(he v)-2.655 F .155(alue of each set element is e)-.25 F
--.15(xe)-.15 G .155(cuted as a command prior).15 F .407
-(to issuing each primary prompt.)144 336 R .407(If this is set b)5.407 F
-.407(ut not an array v)-.2 F .407(ariable, its v)-.25 F .407
-(alue is used as a com-)-.25 F(mand to e)144 348 Q -.15(xe)-.15 G
-(cute instead.).15 E F4(PR)108 360 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F1 .676
-(If set to a number greater than zero, the v)144 372 R .676
-(alue is used as the number of trailing directory compo-)-.25 F .923
-(nents to retain when e)144 384 R .923(xpanding the)-.15 F F4(\\w)3.423
-E F1(and)3.423 E F4(\\W)3.423 E F1 .923(prompt string escapes \(see)
-3.423 F F5(PR)3.423 E(OMPTING)-.27 E F1(belo)3.173 E(w\).)-.25 E
-(Characters remo)144 396 Q -.15(ve)-.15 G 2.5(da).15 G
-(re replaced with an ellipsis.)-2.5 E F4(PS0)108 408 Q F1 1.174(The v)
-144 408 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see)
--.15 F F5(PR)3.674 E(OMPTING)-.27 E F1(belo)3.424 E 1.174
-(w\) and displayed by interacti)-.25 F -.15(ve)-.25 G
-(shells after reading a command and before the command is e)144 420 Q
--.15(xe)-.15 G(cuted.).15 E F4(PS1)108 432 Q F1 .064(The v)144 432 R
-.065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 F F5(PR)
-2.565 E(OMPTING)-.27 E F1(belo)2.315 E .065
-(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 444 R
-(def)2.5 E(ault v)-.1 E(alue is \231\\s\255\\v\\$ \232.)-.25 E F4(PS2)
-108 456 Q F1 .118(The v)144 456 R .118(alue of this parameter is e)-.25
-F .118(xpanded as with)-.15 F F5(PS1)2.617 E F1 .117
-(and used as the secondary prompt string.)2.367 F(The)5.117 E(def)144
-468 Q(ault is \231> \232.)-.1 E F4(PS3)108 480 Q F1 1.115(The v)144 480
-R 1.115(alue of this parameter is used as the prompt for the)-.25 F F4
-(select)3.615 E F1 1.116(command \(see)3.616 F F5 1.116(SHELL GRAM-)
-3.616 F(MAR)144 492 Q F1(abo)2.25 E -.15(ve)-.15 G(\).).15 E F4(PS4)108
-504 Q F1 .101(The v)144 504 R .101(alue of this parameter is e)-.25 F
-.101(xpanded as with)-.15 F F5(PS1)2.6 E F1 .1(and the v)2.35 F .1
-(alue is printed before each command)-.25 F F4(bash)144 516 Q F1 .334
-(displays during an e)2.834 F -.15(xe)-.15 G .335(cution trace.).15 F
-.335(The \214rst character of the e)5.335 F .335(xpanded v)-.15 F .335
-(alue of)-.25 F F5(PS4)2.835 E F1 .335(is repli-)2.585 F
-(cated multiple times, as necessary)144 528 Q 2.5(,t)-.65 G 2.5(oi)-2.5
-G(ndicate multiple le)-2.5 E -.15(ve)-.25 G(ls of indirection.).15 E
-(The def)5 E(ault is \231+ \232.)-.1 E F4(SHELL)108 540 Q F1 .543
-(This v)144 552 R .543(ariable e)-.25 F .543
-(xpands to the full pathname to the shell.)-.15 F .542
-(If it is not set when the shell starts,)5.543 F F4(bash)3.042 E F1
-(assigns to it the full pathname of the current user')144 564 Q 2.5(sl)
--.55 G(ogin shell.)-2.5 E F4(TIMEFORMA)108 576 Q(T)-.95 E F1 .826(The v)
-144 588 R .826
-(alue of this parameter is used as a format string specifying ho)-.25 F
-3.327(wt)-.25 G .827(he timing information for)-3.327 F .649
-(pipelines pre\214x)144 600 R .649(ed with the)-.15 F F4(time)3.149 E F1
-(reserv)3.149 E .649(ed w)-.15 F .648(ord should be displayed.)-.1 F
-(The)5.648 E F4(%)3.148 E F1 .648(character introduces)3.148 F .711
-(an escape sequence that is e)144 612 R .711(xpanded to a time v)-.15 F
-.712(alue or other information.)-.25 F .712(The escape sequences)5.712 F
-(and their meanings are as follo)144 624 Q(ws; the brack)-.25 E
-(ets denote optional portions.)-.1 E F4(%%)144 636 Q F1 2.5(Al)194 636 S
-(iteral)-2.5 E F4(%)2.5 E F1(.)A F4(%[)144 648 Q F0(p)A F4(][l]R)A F1
-(The elapsed time in seconds.)194 648 Q F4(%[)144 660 Q F0(p)A F4(][l]U)
-A F1(The number of CPU seconds spent in user mode.)194 660 Q F4(%[)144
-672 Q F0(p)A F4(][l]S)A F1
-(The number of CPU seconds spent in system mode.)194 672 Q F4(%P)144 684
-Q F1(The CPU percentage, computed as \(%U + %S\) / %R.)194 684 Q .87
-(The optional)144 700.8 R F0(p)3.37 E F1 .87(is a digit specifying the)
-3.37 F F0(pr)3.37 E(ecision)-.37 E F1 3.37(,t)C .87
-(he number of fractional digits after a decimal)-3.37 F 2.963(point. A)
-144 712.8 R -.25(va)2.963 G .463
-(lue of 0 causes no decimal point or fraction to be output.).25 F .464
-(At most six places after the)5.463 F .538
-(decimal point may be speci\214ed; v)144 724.8 R .538(alues of)-.25 F F0
-(p)3.038 E F1 .537(greater than 6 are changed to 6.)3.037 F(If)5.537 E
-F0(p)3.037 E F1 .537(is not speci\214ed,)3.037 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(19)193.45 E 0 Cg EP
-%%Page: 20 20
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(the v)144 84 Q(alue 3 is used.)-.25 E .667
-(The optional)144 100.8 R/F2 10/Times-Bold@0 SF(l)3.167 E F1 .668
-(speci\214es a longer format, including minutes, of the form)3.168 F F0
-(MM)3.168 E F1(m)A F0(SS)A F1(.)A F0(FF)A F1 3.168(s. The)B -.25(va)
-3.168 G(lue).25 E(of)144 112.8 Q F0(p)2.5 E F1
-(determines whether or not the fraction is included.)2.5 E 13.365
-(If this v)144 129.6 R 13.365(ariable is not set,)-.25 F F2(bash)15.865
-E F1 13.364(acts as if it had the v)15.865 F(alue)-.25 E F2($\010\\nr)
-144 141.6 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F1 5.292
-(.I)C 2.792(ft)-5.292 G .292(he v)-2.792 F .293(alue is null,)-.25 F F2
-(bash)2.793 E F1 .293(does not display an)2.793 F 2.793(yt)-.15 G(iming)
--2.793 E 2.5(information. A)144 153.6 R(trailing ne)2.5 E
-(wline is added when the format string is displayed.)-.25 E F2(TMOUT)108
-165.6 Q F1 .941(If set to a v)144 177.6 R .941(alue greater than zero,)
--.25 F/F3 9/Times-Bold@0 SF(TMOUT)3.441 E F1 .941(is treated as the def)
-3.191 F .941(ault timeout for the)-.1 F F2 -.18(re)3.441 G(ad).18 E F1
--.2(bu)3.441 G(iltin.).2 E(The)144 189.6 Q F2(select)2.81 E F1 .31
-(command terminates if input does not arri)2.81 F .611 -.15(ve a)-.25 H
-(fter).15 E F3(TMOUT)2.811 E F1 .311(seconds when input is com-)2.561 F
-.886(ing from a terminal.)144 201.6 R .886(In an interacti)5.886 F 1.185
--.15(ve s)-.25 H .885(hell, the v).15 F .885
-(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 213.6
-S 1.05(it for a line of input after issuing the primary prompt.).1 F F2
-(Bash)6.05 E F1 1.05(terminates after w)3.55 F 1.05(aiting for that)-.1
-F(number of seconds if a complete line of input does not arri)144 225.6
-Q -.15(ve)-.25 G(.).15 E F2(TMPDIR)108 237.6 Q F1 .391(If set,)144 249.6
-R F2(bash)2.891 E F1 .391(uses its v)2.891 F .391
-(alue as the name of a directory in which)-.25 F F2(bash)2.89 E F1 .39
-(creates temporary \214les for the)2.89 F(shell')144 261.6 Q 2.5(su)-.55
-G(se.)-2.5 E F2(auto_r)108 273.6 Q(esume)-.18 E F1 .53(This v)144 285.6
-R .53(ariable controls ho)-.25 F 3.03(wt)-.25 G .531
-(he shell interacts with the user and job control.)-3.03 F .531
-(If this v)5.531 F .531(ariable is set,)-.25 F .539(single w)144 297.6 R
-.538(ord simple commands without redirections are treated as candidates\
- for resumption of an)-.1 F -.15(ex)144 309.6 S .366(isting stopped job)
-.15 F 5.366(.T)-.4 G .366(here is no ambiguity allo)-5.366 F .366
-(wed; if there is more than one job be)-.25 F .367(ginning with)-.15 F
-1.125(the string typed, the job most recently accessed is selected.)144
-321.6 R(The)6.125 E F0(name)3.985 E F1 1.124(of a stopped job, in this)
-3.805 F(conte)144 333.6 Q 1.132
-(xt, is the command line used to start it.)-.15 F 1.133(If set to the v)
-6.133 F(alue)-.25 E F0 -.2(ex)3.633 G(act).2 E F1 3.633(,t).68 G 1.133
-(he string supplied must)-3.633 F .606
-(match the name of a stopped job e)144 345.6 R .606(xactly; if set to)
--.15 F F0(substring)3.445 E F1 3.105(,t).22 G .605
-(he string supplied needs to match a)-3.105 F .884
-(substring of the name of a stopped job)144 357.6 R 5.884(.T)-.4 G(he)
--5.884 E F0(substring)3.724 E F1 -.25(va)3.604 G .885(lue pro).25 F .885
-(vides functionality analogous to)-.15 F(the)144 369.6 Q F2(%?)3.334 E
-F1 .834(job identi\214er \(see)5.834 F F3 .834(JOB CONTR)3.334 F(OL)-.27
-E F1(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo)
--.15 G .834(ther v)-3.334 F .833(alue, the supplied string)-.25 F .315
-(must be a pre\214x of a stopped job')144 381.6 R 2.816(sn)-.55 G .316
-(ame; this pro)-2.816 F .316(vides functionality analogous to the)-.15 F
-F2(%)2.816 E F0(string)A F1(job)2.816 E(identi\214er)144 393.6 Q(.)-.55
-E F2(histchars)108 405.6 Q F1 .546(The tw)144 417.6 R 3.046(oo)-.1 G
-3.046(rt)-3.046 G .546(hree characters which control history e)-3.046 F
-.545(xpansion and tok)-.15 F .545(enization \(see)-.1 F F3(HIST)3.045 E
-(OR)-.162 E 2.795(YE)-.315 G(X-)-2.795 E -.666(PA)144 429.6 S(NSION).666
-E F1(belo)2.987 E 3.237(w\). The)-.25 F .737(\214rst character is the)
-3.237 F F0 .737(history e)3.237 F(xpansion)-.2 E F1(character)3.238 E
-3.238(,t)-.4 G .738(he character which sig-)-3.238 F .613
-(nals the start of a history e)144 441.6 R .613(xpansion, normally \231)
--.15 F F2(!)A F1 3.113(\232. The)B .612(second character is the)3.113 F
-F0(quic)3.112 E 3.112(ks)-.2 G(ubstitution)-3.112 E F1(character)144
-453.6 Q 3.476(,w)-.4 G .977
-(hich is used as shorthand for re-running the pre)-3.476 F .977
-(vious command entered, substituting)-.25 F .508(one string for another\
- in the command, when it appears as the \214rst character on the line.)
-144 465.6 R .507(The de-)5.507 F -.1(fa)144 477.6 S .232(ult is \231).1
-F F2<00>A F1 2.732(\232. The)B .233(optional third character is the cha\
-racter which indicates that the remainder of the)2.732 F .069
-(line is a comment when found as the \214rst character of a w)144 489.6
-R .069(ord, normally \231)-.1 F F2(#)A F1 2.568(\232. The)B .068
-(history comment)2.568 F .141(character causes history substitution to \
-be skipped for the remaining w)144 501.6 R .141(ords on the line.)-.1 F
-.142(It does not)5.142 F(necessarily cause the shell parser to treat th\
-e rest of the line as a comment.)144 513.6 Q F2(Arrays)87 530.4 Q(Bash)
-108 542.4 Q F1(pro)3.391 E .891(vides one-dimensional inde)-.15 F -.15
-(xe)-.15 G 3.391(da).15 G .891(nd associati)-3.391 F 1.191 -.15(ve a)
--.25 H .891(rray v).15 F 3.391(ariables. An)-.25 F 3.391(yv)-.15 G .89
-(ariable may be used as an)-3.641 F(inde)108 554.4 Q -.15(xe)-.15 G
-2.573(da).15 G .073(rray; the)-2.573 F F2(declar)2.573 E(e)-.18 E F1 -.2
-(bu)2.573 G .073(iltin will e).2 F .073(xplicitly declare an array)-.15
-F 5.073(.T)-.65 G .074(here is no maximum limit on the size of)-5.073 F
-.329(an array)108 566.4 R 2.829(,n)-.65 G .329(or an)-2.829 F 2.829(yr)
--.15 G .329(equirement that members be inde)-2.829 F -.15(xe)-.15 G
-2.829(do).15 G 2.829(ra)-2.829 G .328(ssigned contiguously)-2.829 F
-5.328(.I)-.65 G(nde)-5.328 E -.15(xe)-.15 G 2.828(da).15 G .328
-(rrays are refer)-2.828 F(-)-.2 E 1.595(enced using inte)108 578.4 R
-1.595(gers \(including arithmetic e)-.15 F 1.595
-(xpressions\) and are zero-based; associati)-.15 F 1.895 -.15(ve a)-.25
-H 1.595(rrays are refer).15 F(-)-.2 E(enced using arbitrary strings.)108
-590.4 Q(Unless otherwise noted, inde)5 E -.15(xe)-.15 G 2.5(da).15 G
-(rray indices must be non-ne)-2.5 E -.05(ga)-.15 G(ti).05 E .3 -.15
-(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.463(An inde)108 607.2 R -.15(xe)
--.15 G 4.963(da).15 G 2.463(rray is created automatically if an)-4.963 F
-4.963(yv)-.15 G 2.462(ariable is assigned to using the syntax)-5.213 F
-F0(name)4.962 E F1([)A F0(sub-)A(script)108 619.2 Q F1(]=)A F0(value)A
-F1 5.506(.T)C(he)-5.506 E F0(subscript)3.346 E F1 .507
-(is treated as an arithmetic e)3.687 F .507(xpression that must e)-.15 F
--.25(va)-.25 G .507(luate to a number).25 F 5.507(.T)-.55 G 3.007(oe)
--6.307 G(x-)-3.157 E 1.193(plicitly declare an inde)108 631.2 R -.15(xe)
--.15 G 3.693(da).15 G(rray)-3.693 E 3.693(,u)-.65 G(se)-3.693 E F2
-(declar)3.693 E 3.693<65ad>-.18 G(a)-3.693 E F0(name)3.693 E F1(\(see)
-3.692 E F3 1.192(SHELL B)3.692 F(UIL)-.09 E 1.192(TIN COMMANDS)-.828 F
-F1(belo)3.442 E(w\).)-.25 E F2(de-)6.192 E(clar)108 643.2 Q 2.5<65ad>
--.18 G(a)-2.5 E F0(name)2.5 E F2([)A F0(subscript)A F2(])A F1
-(is also accepted; the)2.5 E F0(subscript)2.5 E F1(is ignored.)2.5 E
-(Associati)108 660 Q .3 -.15(ve a)-.25 H(rrays are created using).15 E
-F2(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E F0(name)2.5 E F1(.)A(Attrib)108
-676.8 Q .94(utes may be speci\214ed for an array v)-.2 F .941
-(ariable using the)-.25 F F2(declar)3.441 E(e)-.18 E F1(and)3.441 E F2
--.18(re)3.441 G(adonly).18 E F1 -.2(bu)3.441 G 3.441(iltins. Each).2 F
-(attrib)3.441 E(ute)-.2 E(applies to all members of an array)108 688.8 Q
-(.)-.65 E 1.409
-(Arrays are assigned to using compound assignments of the form)108 705.6
-R F0(name)3.909 E F1(=)A F2(\()A F1 -.25(va)C(lue).25 E F0(1)A F1 -1.923
-1.666(... v)3.909 H(alue)-1.916 E F0(n)A F2(\))A F1 3.909(,w)C 1.409
-(here each)-3.909 F F0(value)108 717.6 Q F1 .211(may be of the form [)
-2.711 F F0(subscript)A F1(]=)A F0(string)A F1 5.211(.I)C(nde)-5.211 E
--.15(xe)-.15 G 2.711(da).15 G .212(rray assignments do not require an)
--2.711 F .212(ything b)-.15 F(ut)-.2 E F0(string)2.712 E F1(.)A(Each)108
-729.6 Q F0(value)4.268 E F1 1.768(in the list is e)4.268 F 1.768
-(xpanded using the shell e)-.15 F 1.767(xpansions described belo)-.15 F
-4.267(wu)-.25 G(nder)-4.267 E F3(EXP)4.267 E(ANSION)-.666 E/F4 9
-/Times-Roman@0 SF(,)A F1 -.2(bu)4.017 G(t).2 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(20)193.45 E 0 Cg EP
-%%Page: 21 21
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(value)108 84 Q F1 2.719(st)C .219(hat are v)
--2.719 F .219(alid v)-.25 F .219
-(ariable assignments including the brack)-.25 F .22
-(ets and subscript do not under)-.1 F .22(go brace e)-.18 F(xpan-)-.15 E
-.622(sion and w)108 96 R .622(ord splitting, as with indi)-.1 F .621
-(vidual v)-.25 F .621(ariable assignments.)-.25 F .621
-(When assigning to inde)5.621 F -.15(xe)-.15 G 3.121(da).15 G .621
-(rrays, if the)-3.121 F .795(optional brack)108 108 R .795
-(ets and subscript are supplied, that inde)-.1 F 3.296(xi)-.15 G 3.296
-(sa)-3.296 G .796(ssigned to; otherwise the inde)-3.296 F 3.296(xo)-.15
-G 3.296(ft)-3.296 G .796(he element)-3.296 F(assigned is the last inde)
-108 120 Q 2.5(xa)-.15 G(ssigned to by the statement plus one.)-2.5 E
-(Inde)5 E(xing starts at zero.)-.15 E 1.288
-(When assigning to an associati)108 136.8 R 1.588 -.15(ve a)-.25 H(rray)
-.15 E 3.788(,t)-.65 G 1.288(he w)-3.788 F 1.288
-(ords in a compound assignment may be either assignment)-.1 F .608
-(statements, for which the subscript is required, or a list of w)108
-148.8 R .608(ords that is interpreted as a sequence of alter)-.1 F(-)-.2
-E 1.735(nating k)108 160.8 R -.15(ey)-.1 G 4.235(sa).15 G 1.735(nd v)
--4.235 F(alues:)-.25 E F0(name)4.235 E F1(=)A/F2 10/Times-Bold@0 SF(\()A
-F0 -.1(ke)4.235 G 1.735(y1 value1 k)-.2 F -.3(ey)-.1 G 4.235(2v).3 G
-(alue2)-4.235 E F1 1.666(...)4.234 G F2(\))-1.666 E F1 6.734(.T)C 1.734
-(hese are treated identically to)-6.734 F F0(name)4.234 E F1(=)A F2(\()A
-F1([)108 172.8 Q F0 -.1(ke)C(y1)-.2 E F1(]=)A F0(value1)A F1([)2.91 E F0
--.1(ke)C(y2)-.2 E F1(]=)A F0(value2)A F1 1.666(...)2.91 G F2(\))-1.666 E
-F1 5.41(.T)C .41(he \214rst w)-5.41 F .411
-(ord in the list determines ho)-.1 F 2.911(wt)-.25 G .411
-(he remaining w)-2.911 F .411(ords are inter)-.1 F(-)-.2 E .154
-(preted; all assignments in a list must be of the same type.)108 184.8 R
-.153(When using k)5.153 F -.15(ey)-.1 G(/v).15 E .153(alue pairs, the k)
--.25 F -.15(ey)-.1 G 2.653(sm).15 G .153(ay not be)-2.653 F
-(missing or empty; a \214nal missing v)108 196.8 Q(alue is treated lik)
--.25 E 2.5(et)-.1 G(he empty string.)-2.5 E .239
-(This syntax is also accepted by the)108 213.6 R F2(declar)2.739 E(e)
--.18 E F1 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .24
-(vidual array elements may be assigned to using the)-.25 F F0(name)108
-225.6 Q F1([)A F0(subscript)A F1(]=)A F0(value)A F1 1.917
-(syntax introduced abo)4.417 F -.15(ve)-.15 G 6.917(.W).15 G 1.917
-(hen assigning to an inde)-6.917 F -.15(xe)-.15 G 4.417(da).15 G(rray)
--4.417 E 4.417(,i)-.65 G(f)-4.417 E F0(name)4.777 E F1 1.916(is sub-)
-4.597 F .115(scripted by a ne)108 237.6 R -.05(ga)-.15 G(ti).05 E .415
--.15(ve n)-.25 H(umber).15 E 2.615(,t)-.4 G .115
-(hat number is interpreted as relati)-2.615 F .415 -.15(ve t)-.25 H
-2.615(oo).15 G .116(ne greater than the maximum inde)-2.615 F(x)-.15 E
-(of)108 249.6 Q F0(name)2.677 E F1 2.677(,s)C 2.677(on)-2.677 G -2.25
--.15(eg a)-2.677 H(ti).15 E .477 -.15(ve i)-.25 H .177
-(ndices count back from the end of the array).15 F 2.677(,a)-.65 G .177
-(nd an inde)-2.677 F 2.676(xo)-.15 G 2.676<66ad>-2.676 G 2.676(1r)-2.676
-G .176(eferences the last el-)-2.676 F(ement.)108 261.6 Q .716
-(The += operator will append to an array v)108 278.4 R .717
-(ariable when assigning using the compound assignment syntax;)-.25 F
-(see)108 290.4 Q/F3 9/Times-Bold@0 SF -.666(PA)2.5 G(RAMETERS).666 E F1
-(abo)2.25 E -.15(ve)-.15 G(.).15 E(An)108 307.2 Q 3.576(ye)-.15 G 1.076
-(lement of an array may be referenced using ${)-3.576 F F0(name)A F1([)A
-F0(subscript)A F1 3.575(]}. The)B 1.075(braces are required to a)3.575 F
--.2(vo)-.2 G(id).2 E .576(con\215icts with pathname e)108 319.2 R 3.076
-(xpansion. If)-.15 F F0(subscript)3.076 E F1(is)3.076 E F2(@)3.076 E F1
-(or)3.076 E F2(*)3.076 E F1 3.076(,t)C .576(he w)-3.076 F .576(ord e)-.1
-F .576(xpands to all members of)-.15 F F0(name)3.077 E F1 3.077(,u)C(n-)
--3.077 E .098(less noted in the description of a b)108 331.2 R .097
-(uiltin or w)-.2 F .097(ord e)-.1 F 2.597(xpansion. These)-.15 F .097
-(subscripts dif)2.597 F .097(fer only when the w)-.25 F .097(ord ap-)-.1
-F .852(pears within double quotes.)108 343.2 R .852(If the w)5.852 F
-.852(ord is double-quoted, ${)-.1 F F0(name)A F1 .853([*]} e)B .853
-(xpands to a single w)-.15 F .853(ord with the)-.1 F -.25(va)108 355.2 S
-.013(lue of each array member separated by the \214rst character of the)
-.25 F F3(IFS)2.513 E F1 .013(special v)2.263 F .013(ariable, and ${)-.25
-F F0(name)A F1 .013([@]} e)B(x-)-.15 E .483(pands each element of)108
-367.2 R F0(name)2.983 E F1 .484(to a separate w)2.984 F 2.984(ord. When)
--.1 F .484(there are no array members, ${)2.984 F F0(name)A F1 .484
-([@]} e)B(xpands)-.15 E 1.074(to nothing.)108 379.2 R 1.074
-(If the double-quoted e)6.074 F 1.074(xpansion occurs within a w)-.15 F
-1.074(ord, the e)-.1 F 1.073(xpansion of the \214rst parameter is)-.15 F
-.614(joined with the be)108 391.2 R .614(ginning part of the original w)
--.15 F .614(ord, and the e)-.1 F .615
-(xpansion of the last parameter is joined with)-.15 F .04
-(the last part of the original w)108 403.2 R 2.54(ord. This)-.1 F .04
-(is analogous to the e)2.54 F .04(xpansion of the special parameters)
--.15 F F2(*)2.54 E F1(and)2.54 E F2(@)2.54 E F1(\(see)2.54 E F2 1.245
-(Special P)108 415.2 R(arameters)-.1 E F1(abo)3.745 E -.15(ve)-.15 G
-3.745(\). ${#).15 F F0(name)A F1([)A F0(subscript)A F1 1.245(]} e)B
-1.246(xpands to the length of ${)-.15 F F0(name)A F1([)A F0(subscript)A
-F1 3.746(]}. If)B F0(sub-)3.746 E(script)108 427.2 Q F1(is)2.728 E F2(*)
-2.728 E F1(or)2.728 E F2(@)2.728 E F1 2.728(,t)C .228(he e)-2.728 F .228
-(xpansion is the number of elements in the array)-.15 F 5.227(.I)-.65 G
-2.727(ft)-5.227 G(he)-2.727 E F0(subscript)3.067 E F1 .227
-(used to reference an)3.407 F .437(element of an inde)108 439.2 R -.15
-(xe)-.15 G 2.937(da).15 G .437(rray e)-2.937 F -.25(va)-.25 G .437
-(luates to a number less than zero, it is interpreted as relati).25 F
-.738 -.15(ve t)-.25 H 2.938(oo).15 G .438(ne greater)-2.938 F .02
-(than the maximum inde)108 451.2 R 2.52(xo)-.15 G 2.52(ft)-2.52 G .02
-(he array)-2.52 F 2.52(,s)-.65 G 2.52(on)-2.52 G -2.25 -.15(eg a)-2.52 H
-(ti).15 E .32 -.15(ve i)-.25 H .02
-(ndices count back from the end of the array).15 F 2.52(,a)-.65 G .02
-(nd an inde)-2.52 F(x)-.15 E(of \2551 references the last element.)108
-463.2 Q .595(Referencing an array v)108 480 R .595
-(ariable without a subscript is equi)-.25 F -.25(va)-.25 G .595
-(lent to referencing the array with a subscript of).25 F 2.5(0. An)108
-492 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25 E
-(alid subscript is v)-.25 E(alid, and)-.25 E F2(bash)2.5 E F1
-(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 508.8 Q
-(ariable is considered set if a subscript has been assigned a v)-.25 E
-2.5(alue. The)-.25 F(null string is a v)2.5 E(alid v)-.25 E(alue.)-.25 E
-.418(It is possible to obtain the k)108 525.6 R -.15(ey)-.1 G 2.918(s\()
-.15 G .418(indices\) of an array as well as the v)-2.918 F 2.917
-(alues. ${)-.25 F F2(!)A F0(name)A F1([)A F0(@)A F1 .417(]} and ${)B F2
-(!)A F0(name)A F1([)A F0(*)A F1(]})A -.15(ex)108 537.6 S .749
-(pand to the indices assigned in array v).15 F(ariable)-.25 E F0(name)
-3.249 E F1 5.749(.T)C .75
-(he treatment when in double quotes is similar to)-5.749 F(the e)108
-549.6 Q(xpansion of the special parameters)-.15 E F0(@)2.5 E F1(and)2.5
-E F0(*)2.5 E F1(within double quotes.)2.5 E(The)108 566.4 Q F2(unset)
-2.767 E F1 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767(ya)-.1
-G(rrays.)-2.767 E F2(unset)5.267 E F0(name)2.767 E F1([)A F0(subscript)A
-F1 2.767(]d)C(estro)-2.767 E .267(ys the array element at inde)-.1 F(x)
--.15 E F0(sub-)2.766 E(script)108 578.4 Q F1 2.858(,f)C .358
-(or both inde)-2.858 F -.15(xe)-.15 G 2.858(da).15 G .358(nd associati)
--2.858 F .658 -.15(ve a)-.25 H 2.858(rrays. Ne).15 F -.05(ga)-.15 G(ti)
-.05 E .658 -.15(ve s)-.25 H .358(ubscripts to inde).15 F -.15(xe)-.15 G
-2.858(da).15 G .358(rrays are interpreted as de-)-2.858 F 1.205
-(scribed abo)108 590.4 R -.15(ve)-.15 G 6.205(.U).15 G 1.205
-(nsetting the last element of an array v)-6.205 F 1.204
-(ariable does not unset the v)-.25 F(ariable.)-.25 E F2(unset)6.204 E F0
-(name)3.704 E F1(,)A(where)108 602.4 Q F0(name)3.412 E F1 .912
-(is an array)3.412 F 3.412(,r)-.65 G(emo)-3.412 E -.15(ve)-.15 G 3.412
-(st).15 G .912(he entire array)-3.412 F(.)-.65 E F2(unset)5.912 E F0
-(name)3.412 E F1([)A F0(subscript)A F1 .912(], where)B F0(subscript)
-3.413 E F1(is)3.413 E F2(*)3.413 E F1(or)3.413 E F2(@)3.413 E F1 3.413
-(,b)C(e-)-3.413 E(ha)108 614.4 Q -.15(ve)-.2 G 3.126(sd).15 G(if)-3.126
-E .626(ferently depending on whether)-.25 F F0(name)3.126 E F1 .626
-(is an inde)3.126 F -.15(xe)-.15 G 3.126(do).15 G 3.126(ra)-3.126 G
-(ssociati)-3.126 E .925 -.15(ve a)-.25 H(rray).15 E 5.625(.I)-.65 G(f)
--5.625 E F0(name)3.125 E F1 .625(is an associati)3.125 F -.15(ve)-.25 G
-(array)108 626.4 Q 3.067(,t)-.65 G .567
-(his unsets the element with subscript)-3.067 F F2(*)3.067 E F1(or)3.067
-E F2(@)3.067 E F1 5.567(.I)C(f)-5.567 E F0(name)3.067 E F1 .567
-(is an inde)3.067 F -.15(xe)-.15 G 3.067(da).15 G(rray)-3.067 E 3.067
-(,u)-.65 G .567(nset remo)-3.067 F -.15(ve)-.15 G 3.067(sa).15 G .567
-(ll of the)-3.067 F(elements b)108 638.4 Q(ut does not remo)-.2 E .3
--.15(ve t)-.15 H(he array itself.).15 E .029(When using a v)108 655.2 R
-.029(ariable name with a subscript as an ar)-.25 F .028
-(gument to a command, such as with)-.18 F F2(unset)2.528 E F1 2.528(,w)C
-.028(ithout us-)-2.528 F .937(ing the w)108 667.2 R .937(ord e)-.1 F
-.937(xpansion syntax described abo)-.15 F -.15(ve)-.15 G 3.437(,t).15 G
-.937(he ar)-3.437 F .938(gument is subject to pathname e)-.18 F 3.438
-(xpansion. If)-.15 F(path-)3.438 E(name e)108 679.2 Q
-(xpansion is not desired, the ar)-.15 E(gument should be quoted.)-.18 E
-(The)108 696 Q F2(declar)2.684 E(e)-.18 E F1(,)A F2(local)2.684 E F1
-2.684(,a)C(nd)-2.684 E F2 -.18(re)2.684 G(adonly).18 E F1 -.2(bu)2.684 G
-.184(iltins each accept a).2 F F2<ad61>2.684 E F1 .184
-(option to specify an inde)2.684 F -.15(xe)-.15 G 2.683(da).15 G .183
-(rray and a)-2.683 F F2<ad41>2.683 E F1(op-)2.683 E .041
-(tion to specify an associati)108 708 R .341 -.15(ve a)-.25 H(rray).15 E
-5.041(.I)-.65 G 2.541(fb)-5.041 G .041(oth options are supplied,)-2.541
-F F2<ad41>2.541 E F1(tak)2.541 E .041(es precedence.)-.1 F(The)5.041 E
-F2 -.18(re)2.542 G(ad).18 E F1 -.2(bu)2.542 G .042(iltin ac-).2 F .864
-(cepts a)108 720 R F2<ad61>3.364 E F1 .864(option to assign a list of w)
-3.364 F .864(ords read from the standard input to an array)-.1 F 5.863
-(.T)-.65 G(he)-5.863 E F2(set)3.363 E F1(and)3.363 E F2(declar)3.363 E
-(e)-.18 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(21)193.45 E 0
-Cg EP
-%%Page: 22 22
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.2(bu)108 84 S(iltins display array v).2 E
-(alues in a w)-.25 E(ay that allo)-.1 E
-(ws them to be reused as assignments.)-.25 E/F2 10.95/Times-Bold@0 SF
-(EXP)72 100.8 Q(ANSION)-.81 E F1 .764(Expansion is performed on the com\
-mand line after it has been split into w)108 112.8 R 3.264(ords. The)-.1
-F .765(shell performs these)3.264 F -.15(ex)108 124.8 S(pansions:).15 E
-F0(br)3.797 E 1.027(ace e)-.15 F(xpansion)-.2 E F1(,).24 E F0 1.027
-(tilde e)3.657 F(xpansion)-.2 E F1(,).24 E F0(par)4.777 E 1.027
-(ameter and variable e)-.15 F(xpansion)-.2 E F1(,).24 E F0 1.027
-(command substitution)3.727 F F1(,).24 E F0(arithmetic e)108.33 136.8 Q
-(xpansion)-.2 E F1(,).24 E F0(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E
-F1(,).22 E F0(pathname e)3.75 E(xpansion)-.2 E F1 2.5(,a).24 G(nd)-2.5 E
-F0(quote r)2.75 E(emo)-.37 E(val)-.1 E F1(.).51 E .418(The order of e)
-108 153.6 R .418(xpansions is: brace e)-.15 F .418(xpansion; tilde e)
--.15 F .419(xpansion, parameter and v)-.15 F .419(ariable e)-.25 F .419
-(xpansion, arithmetic)-.15 F -.15(ex)108 165.6 S .28
-(pansion, and command substitution \(done in a left-to-right f).15 F .28
-(ashion\); w)-.1 F .28(ord splitting; pathname e)-.1 F(xpansion;)-.15 E
-(and quote remo)108 177.6 Q -.25(va)-.15 G(l.).25 E .257
-(On systems that can support it, there is an additional e)108 194.4 R
-.257(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E F0(pr)2.757 E .257
-(ocess substitution)-.45 F F1 5.257(.T)C .257(his is per)-5.257 F(-)-.2
-E(formed at the same time as tilde, parameter)108 206.4 Q 2.5(,v)-.4 G
-(ariable, and arithmetic e)-2.75 E(xpansion and command substitution.)
--.15 E F0 .25(Quote r)108 223.2 R(emo)-.37 E(val)-.1 E F1 .25(is al)2.75
-F -.1(wa)-.1 G .25(ys performed last.).1 F .249(It remo)5.25 F -.15(ve)
--.15 G 2.749(sq).15 G .249(uote characters present in the original w)
--2.749 F .249(ord, not ones)-.1 F(resulting from one of the other e)108
-235.2 Q(xpansions, unless the)-.15 E 2.5(yh)-.15 G -2.25 -.2(av e)-2.5 H
-(been quoted themselv)2.7 E(es.)-.15 E .171(Only brace e)108 252 R .171
-(xpansion, w)-.15 F .171(ord splitting, and pathname e)-.1 F .171
-(xpansion can increase the number of w)-.15 F .172(ords of the e)-.1 F
-(x-)-.15 E .777(pansion; other e)108 264 R .776(xpansions e)-.15 F .776
-(xpand a single w)-.15 F .776(ord to a single w)-.1 F 3.276(ord. The)-.1
-F .776(only e)3.276 F .776(xceptions to this are the e)-.15 F(x-)-.15 E
-.328(pansions of)108 276 R/F3 10/Times-Bold@0 SF("$@")2.828 E F1(and)
-2.828 E F3("${)2.828 E F0(name)A F3([@]}")A F1 2.828(,a)C .328
-(nd, in most cases,)-2.828 F F3($*)2.828 E F1(and)2.828 E F3(${)2.828 E
-F0(name)A F3([*]})A F1 .329(as e)2.828 F .329(xplained abo)-.15 F .629
--.15(ve \()-.15 H(see).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.829 G(-).666
-E(RAMETERS)108 288 Q/F5 9/Times-Roman@0 SF(\).)A F3(Brace Expansion)87
-304.8 Q F0(Br)108.58 316.8 Q .606(ace e)-.15 F(xpansion)-.2 E F1 .606
-(is a mechanism by which arbitrary strings may be generated.)3.346 F
-.606(This mechanism is similar)5.606 F(to)108 328.8 Q F0 .415
-(pathname e)2.915 F(xpansion)-.2 E F1 2.915(,b)C .415
-(ut the \214lenames generated need not e)-3.115 F 2.915(xist. P)-.15 F
-.415(atterns to be brace e)-.15 F .415(xpanded tak)-.15 F 2.915(et)-.1 G
-(he)-2.915 E .074(form of an optional)108 340.8 R F0(pr)3.823 E(eamble)
--.37 E F1 2.573(,f).18 G(ollo)-2.573 E .073
-(wed by either a series of comma-separated strings or a sequence e)-.25
-F(xpres-)-.15 E .489(sion between a pair of braces, follo)108 352.8 R
-.489(wed by an optional)-.25 F F0(postscript)4.239 E F1 5.49(.T).68 G
-.49(he preamble is pre\214x)-5.49 F .49(ed to each string)-.15 F .659(c\
-ontained within the braces, and the postscript is then appended to each\
- resulting string, e)108 364.8 R .658(xpanding left to)-.15 F(right.)108
-376.8 Q .718(Brace e)108 393.6 R .719(xpansions may be nested.)-.15 F
-.719(The results of each e)5.719 F .719
-(xpanded string are not sorted; left to right order is)-.15 F(preserv)
-108 405.6 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F3({)A F1
-(d,c,b)A F3(})A F1 2.5(ee)C(xpands into \231ade ace abe\232.)-2.65 E
-3.149(As)108 422.4 S .649(equence e)-3.149 F .649(xpression tak)-.15 F
-.649(es the form)-.1 F F3({)3.149 E F0(x)A F3(..)A F0(y)A F3([..)A F0
-(incr)A F3(]})A F1 3.149(,w)C(here)-3.149 E F0(x)3.149 E F1(and)3.149 E
-F0(y)3.149 E F1 .649(are either inte)3.149 F .648
-(gers or single letters, and)-.15 F F0(incr)108 434.4 Q F1 2.615(,a)C
-2.615(no)-2.615 G .115(ptional increment, is an inte)-2.615 F(ger)-.15 E
-5.115(.W)-.55 G .115(hen inte)-5.115 F .115(gers are supplied, the e)
--.15 F .115(xpression e)-.15 F .115(xpands to each num-)-.15 F .736
-(ber between)108 446.4 R F0(x)3.236 E F1(and)3.236 E F0(y)3.236 E F1
-3.236(,i)C(nclusi)-3.236 E -.15(ve)-.25 G 5.736(.I).15 G 3.236(ft)-5.736
-G .736(he supplied inte)-3.236 F .736(gers are pre\214x)-.15 F .736
-(ed with)-.15 F F0(0)3.236 E F1 3.236(,e)C .735(ach term will ha)-3.236
-F 1.035 -.15(ve t)-.2 H .735(he same).15 F .225
-(width, zero-padding if necessary)108 458.4 R 5.225(.W)-.65 G .226
-(hen either)-5.225 F F0(x)2.726 E F1(or)2.726 E F0(y)2.726 E F1(be)2.726
-E .226(gins with a zero, the shell attempts to force all gen-)-.15 F
-1.073(erated terms to contain the same number of digits, zero-padding w\
-here necessary)108 470.4 R 6.072(.W)-.65 G 1.072(hen letters are sup-)
--6.072 F .567(plied, the e)108 482.4 R .567(xpression e)-.15 F .567
-(xpands to each character le)-.15 F .567(xicographically between)-.15 F
-F0(x)3.067 E F1(and)3.067 E F0(y)3.068 E F1 3.068(,i)C(nclusi)-3.068 E
--.15(ve)-.25 G 3.068(,u).15 G .568(sing the de-)-3.068 F -.1(fa)108
-494.4 S .574(ult C locale.).1 F .574(Note that both)5.574 F F0(x)3.074 E
-F1(and)3.074 E F0(y)3.074 E F1 .574(must be of the same type \(inte)
-3.074 F .574(ger or letter\).)-.15 F .573(When the increment is)5.573 F
-(supplied, it is used as the dif)108 506.4 Q(ference between each term.)
--.25 E(The def)5 E(ault increment is 1 or \2551 as appropriate.)-.1 E
-.581(Brace e)108 523.2 R .581(xpansion is performed before an)-.15 F
-3.081(yo)-.15 G .581(ther e)-3.081 F .581(xpansions, and an)-.15 F 3.082
-(yc)-.15 G .582(haracters special to other e)-3.082 F(xpansions)-.15 E
-.016(are preserv)108 535.2 R .016(ed in the result.)-.15 F .016
-(It is strictly te)5.016 F(xtual.)-.15 E F3(Bash)5.016 E F1 .015
-(does not apply an)2.516 F 2.515(ys)-.15 G .015
-(yntactic interpretation to the con-)-2.515 F(te)108 547.2 Q
-(xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.)
--.15 E 2.501(Ac)108 564 S .001(orrectly-formed brace e)-2.501 F .001(xp\
-ansion must contain unquoted opening and closing braces, and at least o\
-ne un-)-.15 F .458(quoted comma or a v)108 576 R .458(alid sequence e)
--.25 F 2.958(xpression. An)-.15 F 2.958(yi)-.15 G .458
-(ncorrectly formed brace e)-2.958 F .457(xpansion is left unchanged.)
--.15 F(A)108 588 Q F3({)2.521 E F1(or)2.521 E F3(,)2.521 E F1 .021
-(may be quoted with a backslash to pre)2.521 F -.15(ve)-.25 G .022
-(nt its being considered part of a brace e).15 F 2.522(xpression. T)-.15
-F 2.522(oa)-.8 G -.2(vo)-2.722 G(id).2 E .172
-(con\215icts with parameter e)108 600 R .172(xpansion, the string)-.15 F
-F3(${)2.672 E F1 .172(is not considered eligible for brace e)2.672 F
-.172(xpansion, and inhibits)-.15 F(brace e)108 612 Q
-(xpansion until the closing)-.15 E F3(})2.5 E F1(.)A 1.476(This constru\
-ct is typically used as shorthand when the common pre\214x of the strin\
-gs to be generated is)108 628.8 R(longer than in the abo)108 640.8 Q .3
--.15(ve ex)-.15 H(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144
-657.6 Q -.65(w,)-.25 G(dist,b).65 E(ugs})-.2 E(or)108 669.6 Q(cho)144
-681.6 Q(wn root /usr/{ucb/{e)-.25 E(x,edit},lib/{e)-.15 E(x?.?*,ho)-.15
-E(w_e)-.25 E(x}})-.15 E .618(Brace e)108 698.4 R .618
-(xpansion introduces a slight incompatibility with historical v)-.15 F
-.618(ersions of)-.15 F F3(sh)3.118 E F1(.)A F3(sh)5.618 E F1 .618
-(does not treat open-)3.118 F .247
-(ing or closing braces specially when the)108 710.4 R 2.747(ya)-.15 G
-.247(ppear as part of a w)-2.747 F .248(ord, and preserv)-.1 F .248
-(es them in the output.)-.15 F F3(Bash)5.248 E F1(remo)108 722.4 Q -.15
-(ve)-.15 G 3.53(sb).15 G 1.03(races from w)-3.53 F 1.03
-(ords as a consequence of brace e)-.1 F 3.53(xpansion. F)-.15 F 1.03
-(or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F3(sh)
-3.53 E F1(as)3.53 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(22)
-193.45 E 0 Cg EP
-%%Page: 23 23
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E F0(\214le{1,2})108 84 Q F1 .514
-(appears identically in the output.)3.014 F .515(The same w)5.515 F .515
-(ord is output as)-.1 F F0 .515(\214le1 \214le2)4.925 F F1 .515(after e)
-3.035 F .515(xpansion by)-.15 F/F2 10/Times-Bold@0 SF(bash)3.015 E F1(.)
-A .437(If strict compatibility with)108 96 R F2(sh)2.936 E F1 .436
-(is desired, start)2.936 F F2(bash)2.936 E F1 .436(with the)2.936 F F2
-(+B)2.936 E F1 .436(option or disable brace e)2.936 F .436
-(xpansion with the)-.15 F F2(+B)108 108 Q F1(option to the)2.5 E F2(set)
-2.5 E F1(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09
-E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E F2 -.18(Ti)87 124.8 S
-(lde Expansion).18 E F1 .845(If a w)108 136.8 R .846(ord be)-.1 F .846
-(gins with an unquoted tilde character \(\231)-.15 F F2<01>A F1 .846
-(\232\), all of the characters preceding the \214rst unquoted)B .185(sl\
-ash \(or all characters, if there is no unquoted slash\) are considered\
- a)108 148.8 R F0(tilde-pr)2.685 E(e\214x)-.37 E F1 5.185(.I)C 2.685(fn)
--5.185 G .185(one of the characters)-2.685 F .725(in the tilde-pre\214x\
- are quoted, the characters in the tilde-pre\214x follo)108 160.8 R .726
-(wing the tilde are treated as a possible)-.25 F F0(lo)108 172.8 Q .523
-(gin name)-.1 F F1 5.523(.I)C 3.023(ft)-5.523 G .523
-(his login name is the null string, the tilde is replaced with the v)
--3.023 F .522(alue of the shell parameter)-.25 F F3(HOME)108 184.8 Q/F4
-9/Times-Roman@0 SF(.)A F1(If)4.786 E F3(HOME)2.786 E F1 .287
-(is unset, the home directory of the user e)2.536 F -.15(xe)-.15 G .287
-(cuting the shell is substituted instead.).15 F(Other)5.287 E(-)-.2 E(w\
-ise, the tilde-pre\214x is replaced with the home directory associated \
-with the speci\214ed login name.)108 196.8 Q .368
-(If the tilde-pre\214x is a \231\001+\232, the v)108 213.6 R .368
-(alue of the shell v)-.25 F(ariable)-.25 E F3(PWD)2.868 E F1 .368
-(replaces the tilde-pre\214x.)2.618 F .368(If the tilde-pre\214x)5.368 F
-.185(is a \231\001\255\232, the v)108 225.6 R .185(alue of the shell v)
--.25 F(ariable)-.25 E F3(OLDPWD)2.685 E F4(,)A F1 .185
-(if it is set, is substituted.)2.435 F .185(If the characters follo)
-5.185 F .185(wing the)-.25 F .658
-(tilde in the tilde-pre\214x consist of a number)108 237.6 R F0(N)3.158
-E F1 3.158(,o)C .658(ptionally pre\214x)-3.158 F .657
-(ed by a \231+\232 or a \231\255\232, the tilde-pre\214x is re-)-.15 F
-.138(placed with the corresponding element from the directory stack, as\
- it w)108 249.6 R .138(ould be displayed by the)-.1 F F2(dirs)2.639 E F1
--.2(bu)2.639 G(iltin).2 E(in)108 261.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.839
-(dw).1 G .338(ith the tilde-pre\214x as an ar)-2.839 F 2.838(gument. If)
--.18 F .338(the characters follo)2.838 F .338
-(wing the tilde in the tilde-pre\214x consist)-.25 F(of a number withou\
-t a leading \231+\232 or \231\255\232, \231+\232 is assumed.)108 273.6 Q
-(If the login name is in)108 290.4 Q -.25(va)-.4 G(lid, or the tilde e)
-.25 E(xpansion f)-.15 E(ails, the w)-.1 E(ord is unchanged.)-.1 E .166
-(Each v)108 307.2 R .167(ariable assignment is check)-.25 F .167
-(ed for unquoted tilde-pre\214x)-.1 F .167(es immediately follo)-.15 F
-.167(wing a)-.25 F F2(:)2.667 E F1 .167(or the \214rst)2.667 F F2(=)
-2.667 E F1 5.167(.I)C(n)-5.167 E .468(these cases, tilde e)108 319.2 R
-.468(xpansion is also performed.)-.15 F(Consequently)5.467 E 2.967(,o)
--.65 G .467(ne may use \214lenames with tildes in assign-)-2.967 F
-(ments to)108 331.2 Q F3 -.666(PA)2.5 G(TH)-.189 E F4(,)A F3(MAILP)2.25
-E -.855(AT)-.666 G(H).855 E F4(,)A F1(and)2.25 E F3(CDP)2.5 E -.855(AT)
--.666 G(H).855 E F4(,)A F1(and the shell assigns the e)2.25 E(xpanded v)
--.15 E(alue.)-.25 E F2(Bash)108 348 Q F1 1.768(also performs tilde e)
-4.268 F 1.768(xpansion on w)-.15 F 1.769
-(ords satisfying the conditions of v)-.1 F 1.769
-(ariable assignments \(as de-)-.25 F .464(scribed abo)108 360 R .764
--.15(ve u)-.15 H(nder).15 E F3 -.666(PA)2.964 G(RAMETERS).666 E F4(\))A
-F1 .464(when the)2.714 F 2.964(ya)-.15 G .464(ppear as ar)-2.964 F .463
-(guments to simple commands.)-.18 F F2(Bash)5.463 E F1 .463(does not)
-2.963 F(do this, e)108 372 Q(xcept for the)-.15 E F0(declar)2.5 E(ation)
--.15 E F1(commands listed abo)2.5 E -.15(ve)-.15 G 2.5(,w).15 G(hen in)
--2.5 E F0(posix mode)2.5 E F1(.)A F2 -.1(Pa)87 388.8 S
-(rameter Expansion).1 E F1 .014(The \231)108 400.8 R F2($)A F1 2.514
-<9a63>C .014(haracter introduces parameter e)-2.514 F .014
-(xpansion, command substitution, or arithmetic e)-.15 F 2.515
-(xpansion. The)-.15 F(pa-)2.515 E .314(rameter name or symbol to be e)
-108 412.8 R .314
-(xpanded may be enclosed in braces, which are optional b)-.15 F .314
-(ut serv)-.2 F 2.813(et)-.15 G 2.813(op)-2.813 G(rotect)-2.813 E .414
-(the v)108 424.8 R .414(ariable to be e)-.25 F .414
-(xpanded from characters immediately follo)-.15 F .415
-(wing it which could be interpreted as part of)-.25 F(the name.)108
-436.8 Q 1.073
-(When braces are used, the matching ending brace is the \214rst \231)108
-453.6 R F2(})A F1 3.573<9a6e>C 1.072
-(ot escaped by a backslash or within a)-3.573 F .821
-(quoted string, and not within an embedded arithmetic e)108 465.6 R .822
-(xpansion, command substitution, or parameter e)-.15 F(x-)-.15 E
-(pansion.)108 477.6 Q(${)108 494.4 Q F0(par)A(ameter)-.15 E F1(})A .106
-(The v)144 506.4 R .106(alue of)-.25 F F0(par)2.606 E(ameter)-.15 E F1
-.106(is substituted.)2.606 F .106(The braces are required when)5.106 F
-F0(par)3.856 E(ameter)-.15 E F1 .106(is a positional pa-)3.336 F .11
-(rameter with more than one digit, or when)144 518.4 R F0(par)3.86 E
-(ameter)-.15 E F1 .111(is follo)3.341 F .111
-(wed by a character which is not to be)-.25 F .208
-(interpreted as part of its name.)144 530.4 R(The)5.208 E F0(par)2.708 E
-(ameter)-.15 E F1 .208(is a shell parameter as described abo)2.708 F
--.15(ve)-.15 G F2 -.74(PA)2.858 G(RAME-).74 E(TERS)144 542.4 Q F1 2.5
-(\)o)C 2.5(ra)-2.5 G 2.5(na)-2.5 G(rray reference \()-2.5 E F2(Arrays)A
-F1(\).)A .346(If the \214rst character of)108 559.2 R F0(par)2.846 E
-(ameter)-.15 E F1 .346(is an e)2.846 F .346(xclamation point \()-.15 F
-F2(!)A F1 .346(\), and)B F0(par)2.846 E(ameter)-.15 E F1 .346(is not a)
-2.846 F F0(namer)2.846 E(ef)-.37 E F1 2.847(,i)C 2.847(ti)-2.847 G
-(ntroduces)-2.847 E 2.907(al)108 571.2 S -2.15 -.25(ev e)-2.907 H 2.907
-(lo).25 G 2.906(fi)-2.907 G(ndirection.)-2.906 E F2(Bash)5.406 E F1 .406
-(uses the v)2.906 F .406(alue formed by e)-.25 F .406
-(xpanding the rest of)-.15 F F0(par)2.906 E(ameter)-.15 E F1 .406
-(as the ne)2.906 F(w)-.25 E F0(par)2.906 E(ame-)-.15 E(ter)108 583.2 Q
-F1 2.578(;t)C .078(his is then e)-2.578 F .078(xpanded and that v)-.15 F
-.079(alue is used in the rest of the e)-.25 F .079
-(xpansion, rather than the e)-.15 F .079(xpansion of the)-.15 F
-(original)108 595.2 Q F0(par)2.543 E(ameter)-.15 E F1 5.043(.T)C .043
-(his is kno)-5.043 F .043(wn as)-.25 F F0(indir)2.543 E .043(ect e)-.37
-F(xpansion)-.2 E F1 5.043(.T)C .043(he v)-5.043 F .042
-(alue is subject to tilde e)-.25 F .042(xpansion, parameter)-.15 F -.15
-(ex)108 607.2 S .248(pansion, command substitution, and arithmetic e).15
-F 2.748(xpansion. If)-.15 F F0(par)2.749 E(ameter)-.15 E F1 .249
-(is a nameref, this e)2.749 F .249(xpands to the)-.15 F 1.51
-(name of the parameter referenced by)108 619.2 R F0(par)4.01 E(ameter)
--.15 E F1 1.51(instead of performing the complete indirect e)4.01 F
-(xpansion.)-.15 E .387(The e)108 631.2 R .387
-(xceptions to this are the e)-.15 F .387(xpansions of ${)-.15 F F2(!)A
-F0(pr)A(e\214x)-.37 E F2(*)A F1 2.887(}a)C .387(nd ${)-2.887 F F2(!)A F0
-(name)A F1([)A F0(@)A F1 .387(]} described belo)B 4.188 -.65(w. T)-.25 H
-.388(he e).65 F(xclama-)-.15 E(tion point must immediately follo)108
-643.2 Q 2.5(wt)-.25 G(he left brace in order to introduce indirection.)
--2.5 E .334(In each of the cases belo)108 660 R -.65(w,)-.25 G F0(wor)
-3.484 E(d)-.37 E F1 .334(is subject to tilde e)2.834 F .334
-(xpansion, parameter e)-.15 F .334(xpansion, command substitution,)-.15
-F(and arithmetic e)108 672 Q(xpansion.)-.15 E .066
-(When not performing substring e)108 688.8 R .067
-(xpansion, using the forms documented belo)-.15 F 2.567(w\()-.25 G
-(e.g.,)-2.567 E F2(:-)2.567 E F1(\),)A F2(bash)2.567 E F1 .067
-(tests for a pa-)2.567 F(rameter that is unset or null.)108 700.8 Q(Omi\
-tting the colon results in a test only for a parameter that is unset.)5
-E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(23)193.45 E 0 Cg EP
-%%Page: 24 24
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(${)108 84 Q F0(par)A(ameter)-.15 E/F2 10
-/Times-Bold@0 SF<3aad>A F0(wor)A(d)-.37 E F1(})A F2 .723(Use Default V)
-144 96 R(alues)-.92 E F1 5.723(.I)C(f)-5.723 E F0(par)4.473 E(ameter)
--.15 E F1 .723(is unset or null, the e)3.953 F .722(xpansion of)-.15 F
-F0(wor)3.562 E(d)-.37 E F1 .722(is substituted.)3.992 F(Other)5.722 E(-)
--.2 E(wise, the v)144 108 Q(alue of)-.25 E F0(par)3.75 E(ameter)-.15 E
-F1(is substituted.)3.23 E(${)108 120 Q F0(par)A(ameter)-.15 E F2(:=)A F0
-(wor)A(d)-.37 E F1(})A F2 .265(Assign Default V)144 132 R(alues)-.92 E
-F1 5.265(.I)C(f)-5.265 E F0(par)4.015 E(ameter)-.15 E F1 .266
-(is unset or null, the e)3.495 F .266(xpansion of)-.15 F F0(wor)3.106 E
-(d)-.37 E F1 .266(is assigned to)3.536 F F0(par)4.016 E(a-)-.15 E(meter)
-144 144 Q F1 5.545(.T).73 G .545(he v)-5.545 F .544(alue of)-.25 F F0
-(par)4.294 E(ameter)-.15 E F1 .544(is then substituted.)3.774 F .544
-(Positional parameters and special parameters)5.544 F
-(may not be assigned to in this w)144 156 Q(ay)-.1 E(.)-.65 E(${)108 168
-Q F0(par)A(ameter)-.15 E F2(:?)A F0(wor)A(d)-.37 E F1(})A F2 .535
-(Display Err)144 180 R .535(or if Null or Unset)-.18 F F1 5.535(.I)C(f)
--5.535 E F0(par)4.285 E(ameter)-.15 E F1 .535(is null or unset, the e)
-3.765 F .535(xpansion of)-.15 F F0(wor)3.035 E(d)-.37 E F1 .535
-(\(or a mes-)3.035 F .013(sage to that ef)144 192 R .013(fect if)-.25 F
-F0(wor)2.853 E(d)-.37 E F1 .013(is not present\) is written to the stan\
-dard error and the shell, if it is not in-)3.283 F(teracti)144 204 Q
--.15(ve)-.25 G 2.5(,e).15 G 2.5(xits. Otherwise,)-2.65 F(the v)2.5 E
-(alue of)-.25 E F0(par)2.5 E(ameter)-.15 E F1(is substituted.)2.5 E(${)
-108 216 Q F0(par)A(ameter)-.15 E F2(:+)A F0(wor)A(d)-.37 E F1(})A F2
-.745(Use Alter)144 228 R .745(nate V)-.15 F(alue)-.92 E F1 5.745(.I)C(f)
--5.745 E F0(par)4.495 E(ameter)-.15 E F1 .745
-(is null or unset, nothing is substituted, otherwise the e)3.975 F
-(xpan-)-.15 E(sion of)144 240 Q F0(wor)2.84 E(d)-.37 E F1
-(is substituted.)3.27 E(${)108 252 Q F0(par)A(ameter)-.15 E F2(:)A F0
-(of)A(fset)-.18 E F1(})A(${)108 264 Q F0(par)A(ameter)-.15 E F2(:)A F0
-(of)A(fset)-.18 E F2(:)A F0(length)A F1(})A F2 .002(Substring Expansion)
-144 276 R F1 5.002(.E)C .002(xpands to up to)-5.002 F F0(length)2.502 E
-F1 .002(characters of the v)2.502 F .002(alue of)-.25 F F0(par)2.502 E
-(ameter)-.15 E F1 .002(starting at the)2.502 F .003
-(character speci\214ed by)144 288 R F0(of)2.503 E(fset)-.18 E F1 5.003
-(.I)C(f)-5.003 E F0(par)2.503 E(ameter)-.15 E F1(is)2.503 E F2(@)2.503 E
-F1(or)2.503 E F2(*)2.503 E F1 2.503(,a)C 2.503(ni)-2.503 G(nde)-2.503 E
--.15(xe)-.15 G 2.503(da).15 G .003(rray subscripted by)-2.503 F F2(@)
-2.503 E F1(or)2.503 E F2(*)2.504 E F1 2.504(,o)C 2.504(ra)-2.504 G(n)
--2.504 E(associati)144 300 Q 1.022 -.15(ve a)-.25 H .722
-(rray name, the results dif).15 F .722(fer as described belo)-.25 F
-4.522 -.65(w. I)-.25 H(f).65 E F0(length)3.222 E F1 .722(is omitted, e)
-3.222 F .722(xpands to the)-.15 F .042(substring of the v)144 312 R .042
-(alue of)-.25 F F0(par)2.542 E(ameter)-.15 E F1 .043
-(starting at the character speci\214ed by)2.542 F F0(of)2.543 E(fset)
--.18 E F1 .043(and e)2.543 F .043(xtending to the)-.15 F .847
-(end of the v)144 324 R(alue.)-.25 E F0(length)5.846 E F1(and)3.346 E F0
-(of)3.346 E(fset)-.18 E F1 .846(are arithmetic e)3.346 F .846
-(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .846(ARITHMETIC EV)3.346 F
-(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F1(belo)144 336 Q(w\).)-.25 E
-(If)144 352.8 Q F0(of)3.028 E(fset)-.18 E F1 -.25(eva)3.029 G .529
-(luates to a number less than zero, the v).25 F .529
-(alue is used as an of)-.25 F .529(fset in characters from the)-.25 F
-.046(end of the v)144 364.8 R .046(alue of)-.25 F F0(par)2.546 E(ameter)
--.15 E F1 5.046(.I)C(f)-5.046 E F0(length)2.546 E F1 -.25(eva)2.546 G
-.046(luates to a number less than zero, it is interpreted as an).25 F
-(of)144 376.8 Q .202(fset in characters from the end of the v)-.25 F
-.202(alue of)-.25 F F0(par)2.702 E(ameter)-.15 E F1 .203
-(rather than a number of characters, and)2.702 F .558(the e)144 388.8 R
-.558(xpansion is the characters between)-.15 F F0(of)3.058 E(fset)-.18 E
-F1 .558(and that result.)3.058 F .557(Note that a ne)5.557 F -.05(ga)
--.15 G(ti).05 E .857 -.15(ve o)-.25 H -.25(ff).15 G .557(set must be).25
-F(separated from the colon by at least one space to a)144 400.8 Q -.2
-(vo)-.2 G(id being confused with the).2 E F2(:-)2.5 E F1 -.15(ex)2.5 G
-(pansion.).15 E(If)144 417.6 Q F0(par)3.283 E(ameter)-.15 E F1(is)3.283
-E F2(@)3.283 E F1(or)3.283 E F2(*)3.284 E F1 3.284(,t)C .784
-(he result is)-3.284 F F0(length)3.284 E F1 .784
-(positional parameters be)3.284 F .784(ginning at)-.15 F F0(of)3.284 E
-(fset)-.18 E F1 5.784(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15(ve)
--.25 G F0(of)144 429.6 Q(fset)-.18 E F1 .167(is tak)2.667 F .167
-(en relati)-.1 F .467 -.15(ve t)-.25 H 2.667(oo).15 G .167
-(ne greater than the greatest positional parameter)-2.667 F 2.666(,s)-.4
-G 2.666(oa)-2.666 G 2.666(no)-2.666 G -.25(ff)-2.666 G .166
-(set of \2551 e).25 F -.25(va)-.25 G(l-).25 E .023(uates to the last po\
-sitional parameter \(or 0 if there are no positional parameters\).)144
-441.6 R .023(It is an e)5.023 F(xpansion)-.15 E(error if)144 453.6 Q F0
-(length)2.5 E F1 -.25(eva)2.5 G(luates to a number less than zero.).25 E
-(If)144 470.4 Q F0(par)3.014 E(ameter)-.15 E F1 .514(is an inde)3.014 F
--.15(xe)-.15 G 3.014(da).15 G .514
-(rray name subscripted by @ or *, the result is the)-3.014 F F0(length)
-3.014 E F1 .513(members of)3.013 F 1.081(the array be)144 482.4 R 1.081
-(ginning with ${)-.15 F F0(par)A(ameter)-.15 E F1([)A F0(of)A(fset)-.18
-E F1 3.581(]}. A)B(ne)3.581 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G F0
-(of)3.732 E(fset)-.18 E F1 1.082(is tak)3.582 F 1.082(en relati)-.1 F
-1.382 -.15(ve t)-.25 H 3.582(oo).15 G 1.082(ne greater)-3.582 F 1.08
-(than the maximum inde)144 494.4 R 3.58(xo)-.15 G 3.58(ft)-3.58 G 1.08
-(he speci\214ed array)-3.58 F 6.079(.I)-.65 G 3.579(ti)-6.079 G 3.579
-(sa)-3.579 G 3.579(ne)-3.579 G 1.079(xpansion error if)-3.729 F F0
-(length)3.579 E F1 -.25(eva)3.579 G 1.079(luates to a).25 F
-(number less than zero.)144 506.4 Q(Substring e)144 523.2 Q
-(xpansion applied to an associati)-.15 E .3 -.15(ve a)-.25 H
-(rray produces unde\214ned results.).15 E .82(Substring inde)144 540 R
-.821(xing is zero-based unless the positional parameters are used, in w\
-hich case the in-)-.15 F(de)144 552 Q .159(xing starts at 1 by def)-.15
-F 2.659(ault. If)-.1 F F0(of)2.659 E(fset)-.18 E F1 .159
-(is 0, and the positional parameters are used,)2.659 F F2($0)2.659 E F1
-.159(is pre\214x)2.659 F .158(ed to)-.15 F(the list.)144 564 Q(${)108
-580.8 Q F2(!)A F0(pr)A(e\214x)-.37 E F2(*)A F1(})A(${)108 592.8 Q F2(!)A
-F0(pr)A(e\214x)-.37 E F2(@)A F1(})A F2 .084(Names matching pr)144 604.8
-R(e\214x)-.18 E F1 5.084(.E)C .084(xpands to the names of v)-5.084 F
-.084(ariables whose names be)-.25 F .085(gin with)-.15 F F0(pr)2.585 E
-(e\214x)-.37 E F1 2.585(,s)C(epa-)-2.585 E .258
-(rated by the \214rst character of the)144 616.8 R F3(IFS)2.758 E F1
-.257(special v)2.507 F 2.757(ariable. When)-.25 F F0(@)2.757 E F1 .257
-(is used and the e)2.757 F .257(xpansion appears)-.15 F
-(within double quotes, each v)144 628.8 Q(ariable name e)-.25 E
-(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 645.6 Q F2(!)A F0(name)
-A F1([)A F0(@)A F1(]})A(${)108 657.6 Q F2(!)A F0(name)A F1([)A F0(*)A F1
-(]})A F2 1.136(List of array k)144 669.6 R(eys)-.1 E F1 6.136(.I)C(f)
--6.136 E F0(name)3.636 E F1 1.136(is an array v)3.636 F 1.136
-(ariable, e)-.25 F 1.136(xpands to the list of array indices \(k)-.15 F
--.15(ey)-.1 G 1.137(s\) as-).15 F .397(signed in)144 681.6 R F0(name)
-2.897 E F1 5.397(.I)C(f)-5.397 E F0(name)2.897 E F1 .397
-(is not an array)2.897 F 2.897(,e)-.65 G .397(xpands to 0 if)-3.047 F F0
-(name)2.897 E F1 .397(is set and null otherwise.)2.897 F(When)5.397 E F0
-(@)2.897 E F1(is used and the e)144 693.6 Q
-(xpansion appears within double quotes, each k)-.15 E .3 -.15(ey ex)-.1
-H(pands to a separate w).15 E(ord.)-.1 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(24)193.45 E 0 Cg EP
-%%Page: 25 25
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(${)108 84 Q/F2 10/Times-Bold@0 SF(#)A F0(par)A
-(ameter)-.15 E F1(})A F2 -.1(Pa)144 96 S .47(rameter length).1 F F1 5.47
-(.T)C .471(he length in characters of the v)-5.47 F .471(alue of)-.25 F
-F0(par)2.971 E(ameter)-.15 E F1 .471(is substituted.)2.971 F(If)5.471 E
-F0(par)4.221 E(ame-)-.15 E(ter)144 108 Q F1(is)3.627 E F2(*)2.897 E F1
-(or)2.897 E F2(@)2.897 E F1 2.897(,t)C .397(he v)-2.897 F .397
-(alue substituted is the number of positional parameters.)-.25 F(If)
-5.396 E F0(par)4.146 E(ameter)-.15 E F1 .396(is an ar)3.626 F(-)-.2 E
-.78(ray name subscripted by)144 120 R F2(*)3.28 E F1(or)3.28 E F2(@)3.28
-E F1 3.28(,t)C .78(he v)-3.28 F .781
-(alue substituted is the number of elements in the array)-.25 F 5.781
-(.I)-.65 G(f)-5.781 E F0(par)145.25 132 Q(ameter)-.15 E F1 .456
-(is an inde)3.686 F -.15(xe)-.15 G 2.956(da).15 G .456
-(rray name subscripted by a ne)-2.956 F -.05(ga)-.15 G(ti).05 E .756
--.15(ve n)-.25 H(umber).15 E 2.955(,t)-.4 G .455
-(hat number is interpreted)-2.955 F .972(as relati)144 144 R 1.272 -.15
-(ve t)-.25 H 3.472(oo).15 G .973(ne greater than the maximum inde)-3.472
-F 3.473(xo)-.15 G(f)-3.473 E F0(par)3.473 E(ameter)-.15 E F1 3.473(,s)C
-3.473(on)-3.473 G -2.25 -.15(eg a)-3.473 H(ti).15 E 1.273 -.15(ve i)-.25
-H .973(ndices count back).15 F(from the end of the array)144 156 Q 2.5
-(,a)-.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
-(eferences the last element.)-2.5 E(${)108 172.8 Q F0(par)A(ameter)-.15
-E F2(#)A F0(wor)A(d)-.37 E F1(})A(${)108 184.8 Q F0(par)A(ameter)-.15 E
-F2(##)A F0(wor)A(d)-.37 E F1(})A F2(Remo)144 196.8 Q 1.396 -.1(ve m)-.1
-H 1.196(atching pr).1 F 1.196(e\214x patter)-.18 F(n)-.15 E F1 6.196(.T)
-C(he)-6.196 E F0(wor)4.036 E(d)-.37 E F1 1.196(is e)4.466 F 1.196
-(xpanded to produce a pattern just as in path-)-.15 F .543(name e)144
-208.8 R .544(xpansion, and matched ag)-.15 F .544(ainst the e)-.05 F
-.544(xpanded v)-.15 F .544(alue of)-.25 F F0(par)4.294 E(ameter)-.15 E
-F1 .544(using the rules described)3.774 F(under)144 220.8 Q F2 -.1(Pa)
-3.133 G(tter).1 E 3.133(nM)-.15 G(atching)-3.133 E F1(belo)3.132 E 4.432
--.65(w. I)-.25 H 3.132(ft).65 G .632(he pattern matches the be)-3.132 F
-.632(ginning of the v)-.15 F .632(alue of)-.25 F F0(par)4.382 E(ameter)
--.15 E F1(,).73 E 1.151(then the result of the e)144 232.8 R 1.151
-(xpansion is the e)-.15 F 1.151(xpanded v)-.15 F 1.151(alue of)-.25 F F0
-(par)4.902 E(ameter)-.15 E F1 1.152(with the shortest matching)4.382 F
-.554(pattern \(the \231#\232 case\) or the longest matching pattern \(t\
-he \231##\232 case\) deleted.)144 244.8 R(If)5.553 E F0(par)4.303 E
-(ameter)-.15 E F1(is)3.783 E F2(@)3.053 E F1(or)144 256.8 Q F2(*)3.018 E
-F1 3.018(,t)C .518(he pattern remo)-3.018 F -.25(va)-.15 G 3.018(lo).25
-G .518
-(peration is applied to each positional parameter in turn, and the e)
--3.018 F(xpan-)-.15 E .304(sion is the resultant list.)144 268.8 R(If)
-5.304 E F0(par)4.054 E(ameter)-.15 E F1 .303(is an array v)3.533 F .303
-(ariable subscripted with)-.25 F F2(@)2.803 E F1(or)2.803 E F2(*)2.803 E
-F1 2.803(,t)C .303(he pattern re-)-2.803 F(mo)144 280.8 Q -.25(va)-.15 G
-2.987(lo).25 G .487
-(peration is applied to each member of the array in turn, and the e)
--2.987 F .487(xpansion is the resultant)-.15 F(list.)144 292.8 Q(${)108
-309.6 Q F0(par)A(ameter)-.15 E F2(%)A F0(wor)A(d)-.37 E F1(})A(${)108
-321.6 Q F0(par)A(ameter)-.15 E F2(%%)A F0(wor)A(d)-.37 E F1(})A F2(Remo)
-144 333.6 Q .347 -.1(ve m)-.1 H .147(atching suf\214x patter).1 F(n)-.15
-E F1 5.147(.T)C(he)-5.147 E F0(wor)2.647 E(d)-.37 E F1 .147(is e)2.647 F
-.146(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144
-345.6 S .458(pansion, and matched ag).15 F .458(ainst the e)-.05 F .458
-(xpanded v)-.15 F .458(alue of)-.25 F F0(par)4.209 E(ameter)-.15 E F1
-.459(using the rules described under)3.689 F F2 -.1(Pa)144 357.6 S(tter)
-.1 E 2.732(nM)-.15 G(atching)-2.732 E F1(belo)2.732 E 4.032 -.65(w. I)
--.25 H 2.732(ft).65 G .231
-(he pattern matches a trailing portion of the e)-2.732 F .231(xpanded v)
--.15 F .231(alue of)-.25 F F0(par)3.981 E(a-)-.15 E(meter)144 369.6 Q F1
-4.399(,t).73 G 1.899(hen the result of the e)-4.399 F 1.899
-(xpansion is the e)-.15 F 1.899(xpanded v)-.15 F 1.9(alue of)-.25 F F0
-(par)5.65 E(ameter)-.15 E F1 1.9(with the shortest)5.13 F .019(matching\
- pattern \(the \231%\232 case\) or the longest matching pattern \(the \
-\231%%\232 case\) deleted.)144 381.6 R(If)5.019 E F0(par)3.769 E(a-)-.15
-E(meter)144 393.6 Q F1(is)3.559 E F2(@)2.829 E F1(or)2.829 E F2(*)2.829
-E F1 2.829(,t)C .329(he pattern remo)-2.829 F -.25(va)-.15 G 2.829(lo)
-.25 G .33(peration is applied to each positional parameter in turn, and)
--2.829 F .64(the e)144 405.6 R .64(xpansion is the resultant list.)-.15
-F(If)5.64 E F0(par)4.39 E(ameter)-.15 E F1 .64(is an array v)3.87 F .64
-(ariable subscripted with)-.25 F F2(@)3.14 E F1(or)3.14 E F2(*)3.14 E F1
-3.14(,t)C(he)-3.14 E .422(pattern remo)144 417.6 R -.25(va)-.15 G 2.922
-(lo).25 G .422
-(peration is applied to each member of the array in turn, and the e)
--2.922 F .423(xpansion is the)-.15 F(resultant list.)144 429.6 Q(${)108
-446.4 Q F0(par)A(ameter)-.15 E F2(/)A F0(pattern)A F2(/)A F0(string)A F1
-(})A(${)108 458.4 Q F0(par)A(ameter)-.15 E F2(//)A F0(pattern)A F2(/)A
-F0(string)A F1(})A(${)108 470.4 Q F0(par)A(ameter)-.15 E F2(/#)A F0
-(pattern)A F2(/)A F0(string)A F1(})A(${)108 482.4 Q F0(par)A(ameter)-.15
-E F2(/%)A F0(pattern)A F2(/)A F0(string)A F1(})A F2 -.1(Pa)144 494.4 S
-(tter).1 E 3.607(ns)-.15 G(ubstitution)-3.607 E F1 6.107(.T)C(he)-6.107
-E F0(pattern)3.607 E F1 1.107(is e)3.607 F 1.106
-(xpanded to produce a pattern just as in pathname e)-.15 F(xpan-)-.15 E
-(sion.)144 506.4 Q F0 -.8(Pa)6.033 G -.15(ra).8 G(meter).15 E F1 1.033
-(is e)3.533 F 1.033(xpanded and the longest match of)-.15 F F0(pattern)
-3.533 E F1(ag)3.533 E 1.034(ainst its v)-.05 F 1.034
-(alue is replaced with)-.25 F F0(string)144 518.4 Q F1(.)A F0(string)
-5.499 E F1(under)2.999 E .499(goes tilde e)-.18 F .499
-(xpansion, parameter and v)-.15 F .499(ariable e)-.25 F .499
-(xpansion, arithmetic e)-.15 F(xpansion,)-.15 E 1.137
-(command and process substitution, and quote remo)144 530.4 R -.25(va)
--.15 G 3.637(l. The).25 F 1.137(match is performed using the rules)3.637
-F .076(described under)144 542.4 R F2 -.1(Pa)2.576 G(tter).1 E 2.576(nM)
--.15 G(atching)-2.576 E F1(belo)2.576 E 3.876 -.65(w. I)-.25 H 2.575(nt)
-.65 G .075(he \214rst form abo)-2.575 F -.15(ve)-.15 G 2.575(,o).15 G
-.075(nly the \214rst match is replaced.)-2.575 F .48(If there are tw)144
-554.4 R 2.98(os)-.1 G .48(lashes separating)-2.98 F F0(par)2.98 E
-(ameter)-.15 E F1(and)2.98 E F0(pattern)2.98 E F1 .48
-(\(the second form abo)2.98 F -.15(ve)-.15 G .48(\), all matches of).15
-F F0(pattern)144 566.4 Q F1 .375(are replaced with)2.875 F F0(string)
-2.874 E F1 5.374(.I)C(f)-5.374 E F0(pattern)2.874 E F1 .374
-(is preceded by)2.874 F F2(#)2.874 E F1 .374(\(the third form abo)2.874
-F -.15(ve)-.15 G .374(\), it must match).15 F .088(at the be)144 578.4 R
-.088(ginning of the e)-.15 F .088(xpanded v)-.15 F .088(alue of)-.25 F
-F0(par)2.588 E(ameter)-.15 E F1 5.088(.I)C(f)-5.088 E F0(pattern)2.588 E
-F1 .088(is preceded by)2.588 F F2(%)2.589 E F1 .089(\(the fourth form)
-2.589 F(abo)144 590.4 Q -.15(ve)-.15 G .315
-(\), it must match at the end of the e).15 F .315(xpanded v)-.15 F .315
-(alue of)-.25 F F0(par)2.815 E(ameter)-.15 E F1 5.315(.I)C 2.815(ft)
--5.315 G .315(he e)-2.815 F .315(xpansion of)-.15 F F0(string)2.815 E F1
-(is)2.815 E .398(null, matches of)144 602.4 R F0(pattern)2.898 E F1 .398
-(are deleted.)2.898 F(If)5.398 E F0(string)2.898 E F1 .398
-(is null, matches of)2.898 F F0(pattern)2.898 E F1 .399
-(are deleted and the)2.899 F F2(/)2.899 E F1(fol-)2.899 E(lo)144 614.4 Q
-(wing)-.25 E F0(pattern)2.5 E F1(may be omitted.)2.5 E .95(If the)144
-631.2 R F2(patsub_r)3.45 E(eplacement)-.18 E F1 .95
-(shell option is enabled using)3.45 F F2(shopt)3.45 E F1 3.45(,a)C 1.25
--.15(ny u)-3.45 H .95(nquoted instances of).15 F F2(&)3.45 E F1(in)3.45
-E F0(string)144 643.2 Q F1(are replaced with the matching portion of)2.5
-E F0(pattern)2.5 E F1(.)A .749(Quoting an)144 660 R 3.249(yp)-.15 G .749
-(art of)-3.249 F F0(string)3.249 E F1 .749
-(inhibits replacement in the e)3.249 F .75
-(xpansion of the quoted portion, including)-.15 F .767
-(replacement strings stored in shell v)144 672 R 3.267
-(ariables. Backslash)-.25 F .767(will escape)3.267 F F2(&)3.267 E F1(in)
-3.267 E F0(string)3.267 E F1 3.267(;t)C .767(he backslash is)-3.267 F
-(remo)144 684 Q -.15(ve)-.15 G 2.668(di).15 G 2.668(no)-2.668 G .169
-(rder to permit a literal)-2.668 F F2(&)2.669 E F1 .169
-(in the replacement string.)2.669 F .169
-(Backslash can also be used to es-)5.169 F 1.429(cape a backslash;)144
-696 R F2(\\\\)3.928 E F1 1.428
-(results in a literal backslash in the replacement.)3.928 F 1.428
-(Users should tak)6.428 F 3.928(ec)-.1 G 1.428(are if)-3.928 F F0
-(string)144 708 Q F1 .292(is double-quoted to a)2.791 F -.2(vo)-.2 G
-.292(id unw).2 F .292
-(anted interactions between the backslash and double-quoting,)-.1 F .054
-(since backslash has special meaning within double quotes.)144 720 R
--.15(Pa)5.053 G .053(ttern substitution performs the check).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(25)193.45 E 0 Cg EP
-%%Page: 26 26
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .069(for unquoted)144 84 R/F2 10/Times-Bold@0 SF(&)
-2.569 E F1 .069(after e)2.569 F(xpanding)-.15 E F0(string)2.569 E F1
-2.569(;s)C .069(hell programmers should quote an)-2.569 F 2.57(yo)-.15 G
-.07(ccurrences of)-2.57 F F2(&)2.57 E F1(the)2.57 E(y)-.15 E -.1(wa)144
-96 S 1.113(nt to be tak).1 F 1.112
-(en literally in the replacement and ensure an)-.1 F 3.612(yi)-.15 G
-1.112(nstances of)-3.612 F F2(&)3.612 E F1(the)3.612 E 3.612(yw)-.15 G
-1.112(ant to be re-)-3.712 F(placed are unquoted.)144 108 Q .686(If the)
-144 124.8 R F2(nocasematch)3.186 E F1 .687
-(shell option is enabled, the match is performed without re)3.187 F -.05
-(ga)-.15 G .687(rd to the case of).05 F .736(alphabetic characters.)144
-136.8 R(If)5.736 E F0(par)4.486 E(ameter)-.15 E F1(is)3.966 E F2(@)3.236
-E F1(or)3.236 E F2(*)3.236 E F1 3.236(,t)C .736
-(he substitution operation is applied to each posi-)-3.236 F .654
-(tional parameter in turn, and the e)144 148.8 R .654
-(xpansion is the resultant list.)-.15 F(If)5.655 E F0(par)4.405 E
-(ameter)-.15 E F1 .655(is an array v)3.885 F(ariable)-.25 E .348
-(subscripted with)144 160.8 R F2(@)2.848 E F1(or)2.848 E F2(*)2.848 E F1
-2.848(,t)C .348(he substitution operation is applied to each member of \
-the array in turn,)-2.848 F(and the e)144 172.8 Q
-(xpansion is the resultant list.)-.15 E(${)108 189.6 Q F0(par)A(ameter)
--.15 E F2<00>A F0(pattern)A F1(})A(${)108 201.6 Q F0(par)A(ameter)-.15 E
-F2<0000>A F0(pattern)A F1(})A(${)108 213.6 Q F0(par)A(ameter)-.15 E F2
-(,)A F0(pattern)A F1(})A(${)108 225.6 Q F0(par)A(ameter)-.15 E F2(,,)A
-F0(pattern)A F1(})A F2 .437(Case modi\214cation)144 237.6 R F1 5.437(.T)
-C .437(his e)-5.437 F .438
-(xpansion modi\214es the case of alphabetic characters in)-.15 F F0(par)
-2.938 E(ameter)-.15 E F1 5.438(.T)C(he)-5.438 E F0(pattern)144 249.6 Q
-F1 .374(is e)2.874 F .374
-(xpanded to produce a pattern just as in pathname e)-.15 F 2.874
-(xpansion. Each)-.15 F .373(character in the e)2.873 F(x-)-.15 E .513
-(panded v)144 261.6 R .513(alue of)-.25 F F0(par)3.013 E(ameter)-.15 E
-F1 .513(is tested ag)3.013 F(ainst)-.05 E F0(pattern)3.013 E F1 3.013
-(,a)C .514(nd, if it matches the pattern, its case is con-)-3.013 F -.15
-(ve)144 273.6 S 2.658(rted. The).15 F .157
-(pattern should not attempt to match more than one character)2.658 F
-5.157(.T)-.55 G(he)-5.157 E F2<00>2.657 E F1 .157(operator con)2.657 F
--.15(ve)-.4 G(rts).15 E(lo)144 285.6 Q .18(wercase letters matching)-.25
-F F0(pattern)2.681 E F1 .181(to uppercase; the)2.681 F F2(,)2.681 E F1
-.181(operator con)2.681 F -.15(ve)-.4 G .181
-(rts matching uppercase letters).15 F .149(to lo)144 297.6 R 2.649
-(wercase. The)-.25 F F2<0000>2.649 E F1(and)2.649 E F2(,,)2.649 E F1
--.15(ex)2.649 G .149(pansions con).15 F -.15(ve)-.4 G .149
-(rt each matched character in the e).15 F .148(xpanded v)-.15 F .148
-(alue; the)-.25 F F2<00>144 309.6 Q F1(and)3.037 E F2(,)3.037 E F1 -.15
-(ex)3.037 G .537(pansions match and con).15 F -.15(ve)-.4 G .538
-(rt only the \214rst character in the e).15 F .538(xpanded v)-.15 F
-3.038(alue. If)-.25 F F0(pattern)3.038 E F1(is)3.038 E 1.121
-(omitted, it is treated lik)144 321.6 R 3.621(ea)-.1 G F2(?)A F1 3.621
-(,w)C 1.121(hich matches e)-3.621 F -.15(ve)-.25 G 1.121(ry character)
-.15 F 6.12(.I)-.55 G(f)-6.12 E F0(par)4.87 E(ameter)-.15 E F1(is)4.35 E
-F2(@)3.62 E F1(or)3.62 E F2(*)3.62 E F1 3.62(,t)C 1.12(he case)-3.62 F
-.339(modi\214cation operation is applied to each positional parameter i\
-n turn, and the e)144 333.6 R .34(xpansion is the re-)-.15 F .25
-(sultant list.)144 345.6 R(If)5.25 E F0(par)4 E(ameter)-.15 E F1 .25
-(is an array v)3.48 F .249(ariable subscripted with)-.25 F F2(@)2.749 E
-F1(or)2.749 E F2(*)2.749 E F1 2.749(,t)C .249
-(he case modi\214cation oper)-2.749 F(-)-.2 E
-(ation is applied to each member of the array in turn, and the e)144
-357.6 Q(xpansion is the resultant list.)-.15 E(${)108 374.4 Q F0(par)A
-(ameter)-.15 E F2(@)A F0(oper)A(ator)-.15 E F1(})A F2 -.1(Pa)144 386.4 S
-.86(rameter transf).1 F(ormation)-.25 E F1 5.86(.T)C .86(he e)-5.86 F
-.86(xpansion is either a transformation of the v)-.15 F .86(alue of)-.25
-F F0(par)3.36 E(ameter)-.15 E F1 .154(or information about)144 398.4 R
-F0(par)2.654 E(ameter)-.15 E F1 .153(itself, depending on the v)2.654 F
-.153(alue of)-.25 F F0(oper)2.653 E(ator)-.15 E F1 5.153(.E)C(ach)-5.153
-E F0(oper)2.653 E(ator)-.15 E F1 .153(is a sin-)2.653 F(gle letter:)144
-410.4 Q F2(U)144 427.2 Q F1 .142(The e)180 427.2 R .142
-(xpansion is a string that is the v)-.15 F .142(alue of)-.25 F F0(par)
-2.642 E(ameter)-.15 E F1 .142(with lo)2.642 F .143
-(wercase alphabetic charac-)-.25 F(ters con)180 439.2 Q -.15(ve)-.4 G
-(rted to uppercase.).15 E F2(u)144 451.2 Q F1 .43(The e)180 451.2 R .43
-(xpansion is a string that is the v)-.15 F .429(alue of)-.25 F F0(par)
-2.929 E(ameter)-.15 E F1 .429(with the \214rst character con)2.929 F
--.15(ve)-.4 G(rted).15 E(to uppercase, if it is alphabetic.)180 463.2 Q
-F2(L)144 475.2 Q F1 .124(The e)180 475.2 R .124
-(xpansion is a string that is the v)-.15 F .124(alue of)-.25 F F0(par)
-2.624 E(ameter)-.15 E F1 .125(with uppercase alphabetic charac-)2.625 F
-(ters con)180 487.2 Q -.15(ve)-.4 G(rted to lo).15 E(wercase.)-.25 E F2
-(Q)144 499.2 Q F1 1.065(The e)180 499.2 R 1.065
-(xpansion is a string that is the v)-.15 F 1.065(alue of)-.25 F F0(par)
-3.565 E(ameter)-.15 E F1 1.064(quoted in a format that can be)3.565 F
-(reused as input.)180 511.2 Q F2(E)144 523.2 Q F1 .44(The e)180 523.2 R
-.441(xpansion is a string that is the v)-.15 F .441(alue of)-.25 F F0
-(par)2.941 E(ameter)-.15 E F1 .441(with backslash escape sequences)2.941
-F -.15(ex)180 535.2 S(panded as with the).15 E F2<2408>2.5 E F1 1.666
-(...)C F2<08>-1.666 E F1(quoting mechanism.)2.5 E F2(P)144 547.2 Q F1
-1.073(The e)180 547.2 R 1.073
-(xpansion is a string that is the result of e)-.15 F 1.073
-(xpanding the v)-.15 F 1.073(alue of)-.25 F F0(par)3.573 E(ameter)-.15 E
-F1 1.073(as if it)3.573 F(were a prompt string \(see)180 559.2 Q F2(PR)
-2.5 E(OMPTING)-.3 E F1(belo)2.5 E(w\).)-.25 E F2(A)144 571.2 Q F1 1.137
-(The e)180 571.2 R 1.138
-(xpansion is a string in the form of an assignment statement or)-.15 F
-F2(declar)3.638 E(e)-.18 E F1(command)3.638 E(that, if e)180 583.2 Q
--.25(va)-.25 G(luated, will recreate).25 E F0(par)2.5 E(ameter)-.15 E F1
-(with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F2(K)144 595.2 Q F1
-1.34(Produces a possibly-quoted v)180 595.2 R 1.339(ersion of the v)-.15
-F 1.339(alue of)-.25 F F0(par)3.839 E(ameter)-.15 E F1 3.839(,e)C 1.339
-(xcept that it prints the)-3.989 F -.25(va)180 607.2 S .257
-(lues of inde).25 F -.15(xe)-.15 G 2.757(da).15 G .257(nd associati)
--2.757 F .557 -.15(ve a)-.25 H .257(rrays as a sequence of quoted k).15
-F -.15(ey)-.1 G(-v).15 E .257(alue pairs \(see)-.25 F F2(Ar)2.758 E(-)
--.37 E(rays)180 619.2 Q F1(abo)2.5 E -.15(ve)-.15 G 2.5(\). The).15 F
--.1(ke)2.5 G(ys and v)-.05 E
-(alues are quoted in a format that can be reused as input.)-.25 E F2(a)
-144 631.2 Q F1(The e)180 631.2 Q
-(xpansion is a string consisting of \215ag v)-.15 E(alues representing)
--.25 E F0(par)2.5 E(ameter)-.15 E F1 1.1 -.55('s a)D(ttrib).55 E(utes.)
--.2 E F2(k)144 643.2 Q F1(Lik)180 643.2 Q 2.658(et)-.1 G .157
-(he K transformation, b)-2.658 F .157(ut e)-.2 F .157(xpands the k)-.15
-F -.15(ey)-.1 G 2.657(sa).15 G .157(nd v)-2.657 F .157(alues of inde)
--.25 F -.15(xe)-.15 G 2.657(da).15 G .157(nd associati)-2.657 F .457
--.15(ve a)-.25 H -.2(r-).15 G(rays to separate w)180 655.2 Q
-(ords after w)-.1 E(ord splitting.)-.1 E(If)144 672 Q F0(par)4.402 E
-(ameter)-.15 E F1(is)3.882 E F2(@)3.152 E F1(or)3.152 E F2(*)3.153 E F1
-3.153(,t)C .653(he operation is applied to each positional parameter in\
- turn, and the e)-3.153 F(x-)-.15 E .403(pansion is the resultant list.)
-144 684 R(If)5.403 E F0(par)4.153 E(ameter)-.15 E F1 .403(is an array v)
-3.633 F .403(ariable subscripted with)-.25 F F2(@)2.903 E F1(or)2.903 E
-F2(*)2.903 E F1 2.903(,t)C .402(he opera-)-2.903 F
-(tion is applied to each member of the array in turn, and the e)144 696
-Q(xpansion is the resultant list.)-.15 E .708(The result of the e)144
-712.8 R .708(xpansion is subject to w)-.15 F .708
-(ord splitting and pathname e)-.1 F .708(xpansion as described be-)-.15
-F(lo)144 724.8 Q -.65(w.)-.25 G(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(26)193.45 E 0 Cg EP
-%%Page: 27 27
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Command Substitution)87 84 Q
-F0 .324(Command substitution)108 96 R F1(allo)2.824 E .324
-(ws the output of a command to replace the command itself.)-.25 F .323
-(There are tw)5.323 F 2.823(os)-.1 G(tan-)-2.823 E(dard forms:)108 108 Q
-F2($\()144 124.8 Q F0(command)A F2(\))1.666 E F1(or \(deprecated\))108
-136.8 Q F2<92>144 148.8 Q F0(command)A F2<92>A F1(.)A F2(Bash)108 165.6
-Q F1 .088(performs the e)2.588 F .088(xpansion by e)-.15 F -.15(xe)-.15
-G(cuting).15 E F0(command)2.588 E F1 .089(in a subshell en)2.589 F .089
-(vironment and replacing the command)-.4 F .41
-(substitution with the standard output of the command, with an)108 177.6
-R 2.91(yt)-.15 G .41(railing ne)-2.91 F .41(wlines deleted.)-.25 F .41
-(Embedded ne)5.41 F(w-)-.25 E .191(lines are not deleted, b)108 189.6 R
-.192(ut the)-.2 F 2.692(ym)-.15 G .192(ay be remo)-2.692 F -.15(ve)-.15
-G 2.692(dd).15 G .192(uring w)-2.692 F .192(ord splitting.)-.1 F .192
-(The command substitution)5.192 F F2($\(cat)2.692 E F0(\214le)2.692 E F2
-(\))A F1(can be replaced by the equi)108 201.6 Q -.25(va)-.25 G(lent b)
-.25 E(ut f)-.2 E(aster)-.1 E F2($\(<)2.5 E F0(\214le)2.5 E F2(\))A F1(.)
-A -.4(Wi)108 218.4 S 1.237(th the old-style backquote form of substitut\
-ion, backslash retains its literal meaning e).4 F 1.237(xcept when fol-)
--.15 F(lo)108 230.4 Q .527(wed by)-.25 F F2($)3.027 E F1(,)A F2<92>3.027
-E F1 3.027(,o)C(r)-3.027 E F2(\\)3.027 E F1 5.527(.T)C .528(he \214rst \
-backquote not preceded by a backslash terminates the command substituti\
-on.)-5.527 F .092(When using the $\()108 242.4 R F0(command).833 E F1
-2.592(\)f)1.666 G .092(orm, all characters between the parentheses mak)
--2.592 F 2.592(eu)-.1 G 2.592(pt)-2.592 G .092(he command; none are)
--2.592 F(treated specially)108 254.4 Q(.)-.65 E
-(There is an alternate form of command substitution:)108 271.2 Q F2(${)
-144 288 Q F0 2.5(cc)C(ommand)-2.5 E F2 1.666(;})C F1 .639(which e)108
-304.8 R -.15(xe)-.15 G(cutes).15 E F0(command)3.139 E F1 .639
-(in the current e)3.139 F -.15(xe)-.15 G .639(cution en).15 F .639
-(vironment and captures its output, ag)-.4 F .64(ain with trailing)-.05
-F(ne)108 316.8 Q(wlines remo)-.25 E -.15(ve)-.15 G(d.).15 E .271
-(The character)108 333.6 R F0(c)2.771 E F1(follo)2.771 E .271
-(wing the open brace must be a space, tab, ne)-.25 F .271(wline, or)-.25
-F F2(|)2.771 E F1 2.771(,a)C .271(nd the close brace must be in)-2.771 F
-2.821(ap)108 345.6 S .321(osition where a reserv)-2.821 F .321(ed w)-.15
-F .321(ord may appear \(i.e., preceded by a command terminator such as \
-semicolon\).)-.1 F F2(Bash)108 357.6 Q F1(allo)2.71 E .21
-(ws the close brace to be joined to the remaining characters in the w)
--.25 F .209(ord without being follo)-.1 F .209(wed by)-.25 F 2.5(as)108
-369.6 S(hell metacharacter as a reserv)-2.5 E(ed w)-.15 E(ord w)-.1 E
-(ould usually require.)-.1 E(An)108 386.4 Q 3.384(ys)-.15 G .884(ide ef)
--3.384 F .884(fects of)-.25 F F0(command)3.384 E F1(tak)3.384 E 3.384
-(ee)-.1 G -.25(ff)-3.384 G .884(ect immediately in the current e).25 F
--.15(xe)-.15 G .884(cution en).15 F .884(vironment and persist in)-.4 F
-(the current en)108 398.4 Q
-(vironment after the command completes \(e.g., the)-.4 E F2(exit)2.5 E
-F1 -.2(bu)2.5 G(iltin will e).2 E(xit the shell\).)-.15 E .221
-(This type of command substitution super\214cially resembles e)108 415.2
-R -.15(xe)-.15 G .221(cuting an unnamed shell function: local v).15 F
-(ari-)-.25 E .172(ables are created as when a shell function is e)108
-427.2 R -.15(xe)-.15 G .172(cuting, and the).15 F F2 -.18(re)2.672 G
-(tur).18 E(n)-.15 E F1 -.2(bu)2.672 G .172(iltin forces).2 F F0(command)
-2.672 E F1 .172(to complete;)2.672 F(ho)108 439.2 Q(we)-.25 E -.15(ve)
--.25 G 2.521 -.4(r, t).15 H 1.721(he rest of the e).4 F -.15(xe)-.15 G
-1.721(cution en).15 F 1.721
-(vironment, including the positional parameters, is shared with the)-.4
-F(caller)108 451.2 Q(.)-.55 E .392(If the \214rst character follo)108
-468 R .392(wing the open brace is a)-.25 F F2(|)2.892 E F1 2.892(,t)C
-.392(he construct e)-2.892 F .392(xpands to the v)-.15 F .392
-(alue of the)-.25 F F2(REPL)2.892 E(Y)-.92 E F1(shell)2.892 E -.25(va)
-108 480 S .505(riable after).25 F F0(command)3.005 E F1 -.15(exe)3.005 G
-.505(cutes, without remo).15 F .505(ving an)-.15 F 3.005(yt)-.15 G .505
-(railing ne)-3.005 F .505(wlines, and the standard output of)-.25 F F0
-(com-)3.005 E(mand)108 492 Q F1 1.208
-(remains the same as in the calling shell.)3.708 F F2(Bash)6.208 E F1
-(creates)3.708 E F2(REPL)3.708 E(Y)-.92 E F1 1.208
-(as an initially-unset local v)3.708 F(ariable)-.25 E(when)108 504 Q F0
-(command)3.514 E F1 -.15(exe)3.514 G 1.014(cutes, and restores).15 F F2
-(REPL)3.514 E(Y)-.92 E F1 1.014(to the v)3.514 F 1.014
-(alue it had before the command substitution after)-.25 F F0(command)108
-516 Q F1(completes, as with an)2.5 E 2.5(yl)-.15 G(ocal v)-2.5 E
-(ariable.)-.25 E .894(Command substitutions may be nested.)108 532.8 R
-2.494 -.8(To n)5.894 H .894
-(est when using the backquoted form, escape the inner back-).8 F
-(quotes with backslashes.)108 544.8 Q .004
-(If the substitution appears within double quotes,)108 561.6 R F2(bash)
-2.504 E F1 .004(does not perform w)2.504 F .004
-(ord splitting and pathname e)-.1 F(xpan-)-.15 E(sion on the results.)
-108 573.6 Q F2(Arithmetic Expansion)87 590.4 Q F1 1.034(Arithmetic e)108
-602.4 R 1.034(xpansion allo)-.15 F 1.034(ws the e)-.25 F -.25(va)-.25 G
-1.034(luation of an arithmetic e).25 F 1.035
-(xpression and the substitution of the result.)-.15 F
-(The format for arithmetic e)108 614.4 Q(xpansion is:)-.15 E F2($\(\()
-144 631.2 Q F0 -.2(ex)C(pr).2 E(ession)-.37 E F2(\)\))A F1(The)108 648 Q
-F0 -.2(ex)2.736 G(pr).2 E(ession)-.37 E F1(under)2.976 E .236
-(goes the same e)-.18 F .236
-(xpansions as if it were within double quotes, b)-.15 F .235
-(ut double quote charac-)-.2 F .42(ters in)108 660 R F0 -.2(ex)2.92 G
-(pr).2 E(ession)-.37 E F1 .42(are not treated specially and are remo)
-2.92 F -.15(ve)-.15 G 2.921(d. All).15 F(tok)2.921 E .421(ens in the e)
--.1 F .421(xpression under)-.15 F .421(go parame-)-.18 F 1.21(ter and v)
-108 672 R 1.21(ariable e)-.25 F 1.209
-(xpansion, command substitution, and quote remo)-.15 F -.25(va)-.15 G
-3.709(l. The).25 F 1.209(result is treated as the arith-)3.709 F
-(metic e)108 684 Q(xpression to be e)-.15 E -.25(va)-.25 G 2.5
-(luated. Arithmetic).25 F -.15(ex)2.5 G(pansions may be nested.).15 E
-1.378(The e)108 700.8 R -.25(va)-.25 G 1.378
-(luation is performed according to the rules listed belo).25 F 3.878(wu)
--.25 G(nder)-3.878 E/F3 9/Times-Bold@0 SF 1.378(ARITHMETIC EV)3.878 F
-(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F1
-(If)5.879 E F0 -.2(ex)108 712.8 S(pr).2 E(ession)-.37 E F1(is in)2.74 E
--.25(va)-.4 G(lid,).25 E F2(bash)2.5 E F1(prints a message indicating f)
-2.5 E(ailure and no substitution occurs.)-.1 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(27)193.45 E 0 Cg EP
-%%Page: 28 28
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Pr)87 84 Q
-(ocess Substitution)-.18 E F0(Pr)108 96 Q .405(ocess substitution)-.45 F
-F1(allo)2.905 E .405(ws a process')-.25 F 2.905(si)-.55 G .405
-(nput or output to be referred to using a \214lename.)-2.905 F .405
-(It tak)5.405 F .405(es the form)-.1 F(of)108 108 Q F2(<\()3.25 E F0
-(list)A F2(\)).833 E F1(or)3.25 E F2(>\()3.25 E F0(list)A F2(\)).833 E
-F1 5.75(.T)C .751(he process)-5.75 F F0(list)3.251 E F1 .751
-(is run asynchronously)3.251 F 3.251(,a)-.65 G .751
-(nd its input or output appears as a \214lename.)-3.251 F .148
-(This \214lename is passed as an ar)108 120 R .148
-(gument to the current command as the result of the e)-.18 F 2.647
-(xpansion. If)-.15 F(the)2.647 E F2(>\()2.647 E F0(list)A F2(\)).833 E
-F1 .559(form is used, writing to the \214le will pro)108 132 R .559
-(vide input for)-.15 F F0(list)3.059 E F1 5.559(.I)C 3.059(ft)-5.559 G
-(he)-3.059 E F2(<\()3.06 E F0(list)A F2(\)).833 E F1 .56
-(form is used, the \214le passed as an)3.06 F(ar)108 144 Q .309
-(gument should be read to obtain the output of)-.18 F F0(list)2.808 E F1
-5.308(.P)C .308(rocess substitution is supported on systems that sup-)
--5.308 F(port named pipes \()108 156 Q F0(FIFOs)A F1 2.5(\)o)C 2.5(rt)
--2.5 G(he)-2.5 E F2(/de)2.5 E(v/fd)-.15 E F1
-(method of naming open \214les.)2.5 E .896(When a)108 172.8 R -.25(va)
--.2 G .896(ilable, process substitution is performed simultaneously wit\
-h parameter and v).25 F .897(ariable e)-.25 F(xpansion,)-.15 E
-(command substitution, and arithmetic e)108 184.8 Q(xpansion.)-.15 E F2
--.75(Wo)87 201.6 S(rd Splitting).75 E F1 1.143
-(The shell scans the results of parameter e)108 213.6 R 1.142
-(xpansion, command substitution, and arithmetic e)-.15 F 1.142
-(xpansion that)-.15 F(did not occur within double quotes for)108 225.6 Q
-F0(wor)2.84 E 2.5(ds)-.37 G(plitting)-2.5 E F1(.).22 E .063
-(The shell treats each character of)108 242.4 R/F3 9/Times-Bold@0 SF
-(IFS)2.563 E F1 .063(as a delimiter)2.313 F 2.563(,a)-.4 G .063
-(nd splits the results of the other e)-2.563 F .063(xpansions into w)
--.15 F(ords)-.1 E(using these characters as \214eld terminators.)108
-254.4 Q(If)108 271.2 Q F3(IFS)3.083 E F1 .583(is unset, or its v)2.833 F
-.582(alue is e)-.25 F(xactly)-.15 E F2(<space><tab><newline>)3.082 E F1
-3.082(,t)C .582(he def)-3.082 F .582(ault, then sequences of)-.1 F F2
-(space)3.082 E F1(,)A F2(tab)3.082 E F1(,)A(and)108 283.2 Q F2(newline)
-3.626 E F1 1.126(at the be)3.626 F 1.126
-(ginning and end of the results of the pre)-.15 F 1.126(vious e)-.25 F
-1.126(xpansions are ignored, and an)-.15 F 3.627(ys)-.15 G(e-)-3.627 E
-.429(quence of)108 295.2 R F3(IFS)2.929 E F1 .428
-(characters not at the be)2.678 F .428(ginning or end serv)-.15 F .428
-(es to delimit w)-.15 F 2.928(ords. If)-.1 F F3(IFS)2.928 E F1 .428
-(has a v)2.678 F .428(alue other than)-.25 F .581(the def)108 307.2 R
-.581(ault, then sequences of the whitespace characters)-.1 F F2(space)
-3.081 E F1(,)A F2(tab)3.081 E F1 3.081(,a)C(nd)-3.081 E F2(newline)3.081
-E F1 .582(are ignored at the be)3.081 F(gin-)-.15 E .008
-(ning and end of the w)108 319.2 R .007
-(ord, as long as the whitespace character is in the v)-.1 F .007
-(alue of)-.25 F F3(IFS)2.507 E F1(\(an)2.257 E F3(IFS)2.507 E F1 .007
-(whitespace char)2.257 F(-)-.2 E 2.814(acter\). An)108 331.2 R 2.814(yc)
--.15 G .315(haracter in)-2.814 F F3(IFS)2.815 E F1 .315(that is not)
-2.565 F F3(IFS)2.815 E F1 .315(whitespace, along with an)2.565 F 2.815
-(ya)-.15 G(djacent)-2.815 E F3(IFS)2.815 E F1 .315
-(whitespace characters,)2.565 F(delimits a \214eld.)108 343.2 Q 2.5(As)5
-G(equence of)-2.5 E F3(IFS)2.5 E F1
-(whitespace characters is also treated as a delimiter)2.25 E(.)-.55 E
-.162(If the v)108 360 R .161(alue of)-.25 F F3(IFS)2.661 E F1 .161
-(is null, no w)2.411 F .161(ord splitting occurs.)-.1 F(If)5.161 E F3
-(IFS)2.661 E F1 .161(is unset, w)2.411 F .161(ord splitting beha)-.1 F
--.15(ve)-.2 G 2.661(sa).15 G 2.661(si)-2.661 G 2.661(fi)-2.661 G 2.661
-(tc)-2.661 G(ontained)-2.661 E(the def)108 372 Q(ault v)-.1 E(alue of)
--.25 E F2(<space><tab><newline>)2.5 E F1(.)A .782(Explicit null ar)108
-388.8 R .782(guments \()-.18 F F2 .833("").833 G F1(or)2.449 E F2 .833
-<0808>4.115 G F1 3.282(\)a)C .782
-(re retained and passed to commands as empty strings.)-3.282 F .783
-(Unquoted im-)5.783 F .179(plicit null ar)108 400.8 R .179
-(guments, resulting from the e)-.18 F .179
-(xpansion of parameters that ha)-.15 F .479 -.15(ve n)-.2 H 2.679(ov).15
-G .179(alues, are remo)-2.929 F -.15(ve)-.15 G 2.678(d. If).15 F 2.678
-(ap)2.678 G(a-)-2.678 E .318(rameter with no v)108 412.8 R .319
-(alue is e)-.25 F .319(xpanded within double quotes, a null ar)-.15 F
-.319(gument results and is retained and passed)-.18 F .001
-(to a command as an empty string.)108 424.8 R .001
-(When a quoted null ar)5.001 F(gument appears as part of a w)-.18 E
-(ord whose e)-.1 E(xpansion)-.15 E .592(is non-null, the null ar)108
-436.8 R .593(gument is remo)-.18 F -.15(ve)-.15 G 3.093(d. That).15 F
-.593(is, the w)3.093 F .593<6f72642099ad6408>-.1 F .593
-(\010\232 becomes \231\255d\232 after w).833 F .593(ord splitting and)
--.1 F(null ar)108 448.8 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E
-(Note that if no e)108 465.6 Q
-(xpansion occurs, no splitting is performed.)-.15 E F2 -.1(Pa)87 482.4 S
-(thname Expansion).1 E F1 .371(After w)108 494.4 R .371
-(ord splitting, unless the)-.1 F F2<ad66>2.871 E F1 .371
-(option has been set,)2.871 F F2(bash)2.871 E F1 .37(scans each w)2.87 F
-.37(ord for the characters)-.1 F F2(*)2.87 E F1(,)A F2(?)2.87 E F1 2.87
-(,a)C(nd)-2.87 E F2([)2.87 E F1(.)A .633
-(If one of these characters appears, and is not quoted, then the w)108
-506.4 R .634(ord is re)-.1 F -.05(ga)-.15 G .634(rded as a).05 F F0
-(pattern)4.384 E F1 3.134(,a).24 G .634(nd replaced)-3.134 F 1.34(with \
-an alphabetically sorted list of \214lenames matching the pattern \(see)
-108 518.4 R F3 -.09(Pa)3.84 G(tter).09 E 3.59(nM)-.135 G(atching)-3.59 E
-F1(belo)3.589 E 3.839(w\). If)-.25 F(no)3.839 E .534
-(matching \214lenames are found, and the shell option)108 530.4 R F2
-(nullglob)3.034 E F1 .534(is not enabled, the w)3.034 F .534
-(ord is left unchanged.)-.1 F(If)5.535 E(the)108 542.4 Q F2(nullglob)
-3.285 E F1 .785(option is set, and no matches are found, the w)3.285 F
-.785(ord is remo)-.1 F -.15(ve)-.15 G 3.285(d. If).15 F(the)3.284 E F2
-(failglob)3.284 E F1 .784(shell option is)3.284 F .754(set, and no matc\
-hes are found, an error message is printed and the command is not e)108
-554.4 R -.15(xe)-.15 G 3.255(cuted. If).15 F .755(the shell)3.255 F
-(option)108 566.4 Q F2(nocaseglob)3.264 E F1 .763
-(is enabled, the match is performed without re)3.264 F -.05(ga)-.15 G
-.763(rd to the case of alphabetic characters.).05 F .309
-(When a pattern is used for pathname e)108 578.4 R .309(xpansion, the c\
-haracter \231.\232 at the start of a name or immediately fol-)-.15 F(lo)
-108 590.4 Q .191(wing a slash must be matched e)-.25 F(xplicitly)-.15 E
-2.691(,u)-.65 G .191(nless the shell option)-2.691 F F2(dotglob)2.69 E
-F1 .19(is set.)2.69 F .19(In order to match the \214le-)5.19 F .528
-(names \231.\232 and \231..\232, the pattern must be)108 602.4 R .528
-(gin with \231.\232 \(for e)-.15 F .528(xample, \231.?\232\), e)-.15 F
--.15(ve)-.25 G 3.028(ni).15 G(f)-3.028 E F2(dotglob)3.028 E F1 .528
-(is set.)3.028 F .528(If the)5.528 F F2(glob-)3.028 E(skipdots)108 614.4
-Q F1 .057
-(shell option is enabled, the \214lenames \231.\232 and \231..\232 ne)
-2.557 F -.15(ve)-.25 G 2.556(rm).15 G .056(atch, e)-2.556 F -.15(ve)-.25
-G 2.556(ni).15 G 2.556(ft)-2.556 G .056(he pattern be)-2.556 F .056
-(gins with a \231.\232)-.15 F .627(When not matching pathnames, the \
-\231.\232 character is not treated specially)108 626.4 R 5.628(.W)-.65 G
-.628(hen matching a pathname, the)-5.628 F .045(slash character must al)
-108 638.4 R -.1(wa)-.1 G .045(ys be matched e).1 F .045
-(xplicitly by a slash in the pattern, b)-.15 F .045
-(ut in other matching conte)-.2 F .045(xts it)-.15 F .371
-(can be matched by a special pattern character as described belo)108
-650.4 R 2.871(wu)-.25 G(nder)-2.871 E F3 -.09(Pa)2.871 G(tter).09 E
-2.621(nM)-.135 G(atching)-2.621 E/F4 9/Times-Roman@0 SF(.)A F1 .371
-(See the descrip-)4.871 F .978(tion of)108 662.4 R F2(shopt)3.478 E F1
-(belo)3.478 E 3.478(wu)-.25 G(nder)-3.478 E F3 .978(SHELL B)3.478 F(UIL)
--.09 E .978(TIN COMMANDS)-.828 F F1 .977(for a description of the)3.228
-F F2(nocaseglob)3.477 E F1(,)A F2(nullglob)3.477 E F1(,)A F2
-(globskipdots)108 674.4 Q F1(,)A F2(failglob)2.5 E F1 2.5(,a)C(nd)-2.5 E
-F2(dotglob)2.5 E F1(shell options.)2.5 E(The)108 691.2 Q F3(GLOBIGNORE)
-2.561 E F1 .061(shell v)2.311 F .061
-(ariable may be used to restrict the set of \214le names matching a)-.25
-F F0(pattern)3.812 E F1 5.062(.I).24 G(f)-5.062 E F3(GLO-)2.562 E
-(BIGNORE)108 703.2 Q F1 1.096(is set, each matching \214le name that al\
-so matches one of the patterns in)3.347 F F3(GLOBIGNORE)3.596 E F1 1.096
-(is re-)3.346 F(mo)108 715.2 Q -.15(ve)-.15 G 2.85(df).15 G .351
-(rom the list of matches.)-2.85 F .351(If the)5.351 F F2(nocaseglob)
-2.851 E F1 .351(option is set, the matching ag)2.851 F .351
-(ainst the patterns in)-.05 F F3(GLO-)2.851 E(BIGNORE)108 727.2 Q F1
-2.165(is performed without re)4.415 F -.05(ga)-.15 G 2.164(rd to case.)
-.05 F 2.164(The \214lenames \231.\232 and \231..\232 are al)7.164 F -.1
-(wa)-.1 G 2.164(ys ignored when).1 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(28)193.45 E 0 Cg EP
-%%Page: 29 29
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 9/Times-Bold@0 SF(GLOBIGNORE)108 84 Q F1 .827
-(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15(ve)-.25 G 1.627
--.4(r, s).15 H(etting).4 E F2(GLOBIGNORE)3.327 E F1 .827
-(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of)-.25 F
-.065(enabling the)108 96 R/F3 10/Times-Bold@0 SF(dotglob)2.565 E F1 .065
-(shell option, so all other \214lenames be)2.565 F .065
-(ginning with a Q . will match.)-.15 F 1.665 -.8(To g)5.065 H .065
-(et the old be-).8 F(ha)108 108 Q .81(vior of ignoring \214lenames be)
--.2 F .81(ginning with a \231.\232, mak)-.15 F 3.31<6599>-.1 G 3.31
-(.*\232 one)-3.31 F .811(of the patterns in)3.311 F F2(GLOBIGNORE)3.311
-E/F4 9/Times-Roman@0 SF(.)A F1(The)5.311 E F3(dotglob)108 120 Q F1 .854
-(option is disabled when)3.354 F F2(GLOBIGNORE)3.354 E F1 .854
-(is unset.)3.104 F .853(The pattern matching honors the setting of the)
-5.854 F F3(extglob)108 132 Q F1(shell option.)2.5 E(The)108 148.8 Q F2
-(GLOBSOR)2.5 E(T)-.36 E F1 -.25(va)2.25 G(riable controls ho).25 E 2.5
-(wt)-.25 G(he results of pathname e)-2.5 E
-(xpansion are sorted, as described abo)-.15 E -.15(ve)-.15 G(.).15 E F3
--.1(Pa)108 165.6 S(tter).1 E 2.5(nM)-.15 G(atching)-2.5 E F1(An)108
-182.4 Q 3.138(yc)-.15 G .638(haracter that appears in a pattern, other \
-than the special pattern characters described belo)-3.138 F 1.938 -.65
-(w, m)-.25 H(atches).65 E 2.722(itself. The)108 194.4 R .221
-(NUL character may not occur in a pattern.)2.722 F 2.721(Ab)5.221 G .221
-(ackslash escapes the follo)-2.721 F .221(wing character; the es-)-.25 F
-.418(caping backslash is discarded when matching.)108 206.4 R .418
-(The special pattern characters must be quoted if the)5.418 F 2.919(ya)
--.15 G .419(re to)-2.919 F(be matched literally)108 218.4 Q(.)-.65 E
-(The special pattern characters ha)108 235.2 Q .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F3(*)144 252 Q F1 .377(Matches an)
-180 252 R 2.877(ys)-.15 G .376(tring, including the null string.)-2.877
-F .376(When the)5.376 F F3(globstar)2.876 E F1 .376
-(shell option is enabled,)2.876 F(and)180 264 Q F3(*)3.275 E F1 .775
-(is used in a pathname e)3.275 F .775(xpansion conte)-.15 F .775(xt, tw)
--.15 F 3.275(oa)-.1 G(djacent)-3.275 E F3(*)3.275 E F1 3.275(su)C .775
-(sed as a single pattern)-3.275 F 1.058(will match all \214les and zero\
- or more directories and subdirectories.)180 276 R 1.058(If follo)6.058
-F 1.058(wed by a)-.25 F F3(/)3.558 E F1(,)A(tw)180 288 Q 2.5(oa)-.1 G
-(djacent)-2.5 E F3(*)2.5 E F1 2.5(sw)C
-(ill match only directories and subdirectories.)-2.5 E F3(?)144 300 Q F1
-(Matches an)180 300 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F3
-([)144 312 Q F1 1.666(...)C F3(])-1.666 E F1 .578(Matches an)180 312 R
-3.078(yo)-.15 G .578(ne of the enclosed characters.)-3.078 F 3.079(Ap)
-5.579 G .579(air of characters separated by a h)-3.079 F(yphen)-.05 E
-.685(denotes a)180 324 R F0 -.15(ra)3.185 G(ng).15 E 3.184(ee)-.1 G(xpr)
--3.384 E(ession)-.37 E F1 3.184(;a)C .984 -.15(ny c)-3.184 H .684
-(haracter that f).15 F .684(alls between those tw)-.1 F 3.184(oc)-.1 G
-.684(haracters, inclu-)-3.184 F(si)180 336 Q -.15(ve)-.25 G 3.712(,u).15
-G 1.212(sing the current locale')-3.712 F 3.712(sc)-.55 G 1.212
-(ollating sequence and character set, is matched.)-3.712 F 1.213(If the)
-6.213 F .978(\214rst character follo)180 348 R .978(wing the)-.25 F F3
-([)3.478 E F1 .978(is a)3.478 F F3(!)3.478 E F1 .978(or a)5.978 F F3<00>
-3.478 E F1 .977(then an)3.478 F 3.477(yc)-.15 G .977
-(haracter not enclosed is matched.)-3.477 F 1.044
-(The sorting order of characters in range e)180 360 R 1.045
-(xpressions, and the characters included in the)-.15 F 2.34
-(range, are determined by the current locale and the v)180 372 R 2.34
-(alues of the)-.25 F F2(LC_COLLA)4.84 E(TE)-.855 E F1(or)4.59 E F2
-(LC_ALL)180 384 Q F1 1.078(shell v)3.328 F 1.078(ariables, if set.)-.25
-F 2.679 -.8(To o)6.079 H 1.079
-(btain the traditional interpretation of range e).8 F(xpres-)-.15 E .393
-(sions, where)180 396 R F3([a\255d])2.893 E F1 .393(is equi)2.893 F -.25
-(va)-.25 G .393(lent to).25 F F3([abcd])2.893 E F1 2.893(,s)C .393(et v)
--2.893 F .393(alue of the)-.25 F F3(LC_ALL)2.892 E F1 .392(shell v)2.892
-F .392(ariable to)-.25 F F3(C)2.892 E F1(,)A .899(or enable the)180 408
-R F3(globasciiranges)3.399 E F1 .899(shell option.)3.399 F(A)5.899 E F3
-<ad>3.399 E F1 .9(may be matched by including it as the)3.399 F .405
-(\214rst or last character in the set.)180 420 R(A)5.405 E F3(])2.905 E
-F1 .405(may be matched by including it as the \214rst character)2.905 F
-(in the set.)180 432 Q -.4(Wi)180 448.8 S(thin).4 E F3([)3.07 E F1(and)
-3.07 E F3(])3.07 E F1(,)A F0 -.15(ch)3.07 G(ar).15 E .571(acter classes)
--.15 F F1 .571(can be speci\214ed using the syntax)3.071 F F3([:)3.071 E
-F0(class)A F3(:])A F1 3.071(,w)C(here)-3.071 E F0(class)3.071 E F1
-(is one of the follo)180 460.8 Q
-(wing classes de\214ned in the POSIX standard:)-.25 E F3 5.889
-(alnum alpha ascii blank cntrl digit graph lo)180 477.6 R 5.889
-(wer print punct space up-)-.1 F 5(per w)180 489.6 R 5(ord xdigit)-.1 F
-F1 4.289(Ac)180 506.4 S 1.789(haracter class matches an)-4.289 F 4.289
-(yc)-.15 G 1.789(haracter belonging to that class.)-4.289 F(The)6.789 E
-F3 -.1(wo)4.29 G(rd).1 E F1(character)4.29 E
-(class matches letters, digits, and the character _.)180 518.4 Q -.4(Wi)
-180 535.2 S(thin).4 E F3([)4.537 E F1(and)4.537 E F3(])4.537 E F1 4.537
-(,a)C(n)-4.537 E F0 2.037(equivalence class)4.537 F F1 2.036
-(can be speci\214ed using the syntax)4.536 F F3([=)4.536 E F0(c)A F3(=])
-A F1 4.536(,w)C(hich)-4.536 E .125(matches all characters with the same\
- collation weight \(as de\214ned by the current locale\) as)180 547.2 R
-(the character)180 559.2 Q F0(c)2.5 E F1(.)A -.4(Wi)180 576 S(thin).4 E
-F3([)2.5 E F1(and)2.5 E F3(])2.5 E F1 2.5(,t)C(he syntax)-2.5 E F3([.)
-2.5 E F0(symbol)A F3(.])A F1(matches the collating symbol)2.5 E F0
-(symbol)2.5 E F1(.)A .54(If the)108 592.8 R F3(extglob)3.04 E F1 .54
-(shell option is enabled using the)3.04 F F3(shopt)3.039 E F1 -.2(bu)
-3.039 G .539(iltin, the shell recognizes se).2 F -.15(ve)-.25 G .539
-(ral e).15 F .539(xtended pattern)-.15 F .037(matching operators.)108
-604.8 R .037(In the follo)5.037 F .037(wing description, a)-.25 F F0
-(pattern-list)2.538 E F1 .038
-(is a list of one or more patterns separated by)2.538 F(a)108 616.8 Q F3
-(|)2.5 E F1 5(.C)C
-(omposite patterns may be formed using one or more of the follo)-5 E
-(wing sub-patterns:)-.25 E F3(?\()144 633.6 Q F0(pattern-list).833 E F3
-(\)).833 E F1(Matches zero or one occurrence of the gi)180 645.6 Q -.15
-(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F3(*\()144 657.6 Q F0
-(pattern-list).833 E F3(\)).833 E F1
-(Matches zero or more occurrences of the gi)180 669.6 Q -.15(ve)-.25 G
-2.5(np).15 G(atterns)-2.5 E F3(+\()144 681.6 Q F0(pattern-list).833 E F3
-(\)).833 E F1(Matches one or more occurrences of the gi)180 693.6 Q -.15
-(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F3(@\()144 705.6 Q F0
-(pattern-list).833 E F3(\)).833 E F1(Matches one of the gi)180 717.6 Q
--.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(29)193.45 E 0 Cg EP
-%%Page: 30 30
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(!\()144 84 Q F0(pattern-list)
-.833 E F2(\)).833 E F1(Matches an)180 96 Q(ything e)-.15 E
-(xcept one of the gi)-.15 E -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E
-(The)108 112.8 Q F2(extglob)2.792 E F1 .292(option changes the beha)
-2.792 F .291(vior of the parser)-.2 F 2.791(,s)-.4 G .291
-(ince the parentheses are normally treated as opera-)-2.791 F .104
-(tors with syntactic meaning.)108 124.8 R 1.704 -.8(To e)5.104 H .105
-(nsure that e).8 F .105(xtended matching patterns are parsed correctly)
--.15 F 2.605(,m)-.65 G(ak)-2.605 E 2.605(es)-.1 G .105(ure that)-2.605 F
-F2(extglob)108 136.8 Q F1 1.355(is enabled before parsing constructs co\
-ntaining the patterns, including shell functions and com-)3.855 F
-(mand substitutions.)108 148.8 Q .988(When matching \214lenames, the)108
-165.6 R F2(dotglob)3.488 E F1 .988
-(shell option determines the set of \214lenames that are tested: when)
-3.488 F F2(dotglob)108 177.6 Q F1 1.769
-(is enabled, the set of \214lenames includes all \214les be)4.269 F
-1.768(ginning with \231.\232, b)-.15 F 1.768
-(ut \231.\232 and \231..\232 must be)-.2 F .298
-(matched by a pattern or sub-pattern that be)108 189.6 R .298
-(gins with a dot; when it is disabled, the set does not include an)-.15
-F(y)-.15 E .704(\214lenames be)108 201.6 R .704
-(ginning with \231.\232 unless the pattern or sub-pattern be)-.15 F .704
-(gins with a \231.\232.)-.15 F .704(As abo)5.704 F -.15(ve)-.15 G 3.204
-<2c99>.15 G .703(.\232 only has a)-3.204 F
-(special meaning when matching \214lenames.)108 213.6 Q .968
-(Complicated e)108 230.4 R .968(xtended pattern matching ag)-.15 F .968
-(ainst long strings is slo)-.05 F 2.269 -.65(w, e)-.25 H .969
-(specially when the patterns contain).65 F .091
-(alternations and the strings contain multiple matches.)108 242.4 R .091
-(Using separate matches ag)5.091 F .09(ainst shorter strings, or us-)
--.05 F(ing arrays of strings instead of a single long string, may be f)
-108 254.4 Q(aster)-.1 E(.)-.55 E F2(Quote Remo)87 271.2 Q -.1(va)-.1 G
-(l).1 E F1 1.112(After the preceding e)108 283.2 R 1.112
-(xpansions, all unquoted occurrences of the characters)-.15 F F2(\\)
-3.613 E F1(,)A F2<08>3.613 E F1 3.613(,a)C(nd)-3.613 E F2(")4.446 E F1
-1.113(that did not result)4.446 F(from one of the abo)108 295.2 Q .3
--.15(ve ex)-.15 H(pansions are remo).15 E -.15(ve)-.15 G(d.).15 E/F3
-10.95/Times-Bold@0 SF(REDIRECTION)72 312 Q F1 .545
-(Before a command is e)108 324 R -.15(xe)-.15 G .545
-(cuted, its input and output may be).15 F F0 -.37(re)3.045 G(dir).37 E
-(ected)-.37 E F1 .545(using a special notation interpreted)3.815 F .428
-(by the shell.)108 336 R F0(Redir)5.428 E(ection)-.37 E F1(allo)2.928 E
-.428(ws commands' \214le handles to be duplicated, opened, closed, made\
- to refer to)-.25 F(dif)108 348 Q 1.02(ferent \214les, and can change t\
-he \214les the command reads from and writes to.)-.25 F 1.019
-(Redirection may also be)6.019 F .215
-(used to modify \214le handles in the current shell e)108 360 R -.15(xe)
--.15 G .215(cution en).15 F 2.715(vironment. The)-.4 F(follo)2.715 E
-.215(wing redirection operators)-.25 F .862(may precede or appear an)108
-372 R .862(ywhere within a)-.15 F F0 .862(simple command)3.702 F F1 .862
-(or may follo)4.132 F 3.362(wa)-.25 G F0(command).2 E F1 5.862(.R).77 G
-.862(edirections are)-5.862 F(processed in the order the)108 384 Q 2.5
-(ya)-.15 G(ppear)-2.5 E 2.5(,f)-.4 G(rom left to right.)-2.5 E .771(Eac\
-h redirection that may be preceded by a \214le descriptor number may in\
-stead be preceded by a w)108 400.8 R .772(ord of)-.1 F .293(the form {)
-108 412.8 R F0(varname)A F1 2.793(}. In)B .293
-(this case, for each redirection operator e)2.793 F .293
-(xcept >&- and <&-, the shell will allocate)-.15 F 3.179<618c>108 424.8
-S .679(le descriptor greater than or equal to 10 and assign it to)-3.179
-F F0(varname)3.179 E F1 5.679(.I)C 3.179(f>)-5.679 G .679
-(&- or <&- is preceded by {)-3.179 F F0(var)A(-)-.2 E(name)108 436.8 Q
-F1 .6(}, the v)B .6(alue of)-.25 F F0(varname)3.1 E F1 .599
-(de\214nes the \214le descriptor to close.)3.1 F .599(If {)5.599 F F0
-(varname)A F1 3.099(}i)C 3.099(ss)-3.099 G .599
-(upplied, the redirection)-3.099 F .793(persists be)108 448.8 R .793
-(yond the scope of the command, allo)-.15 F .794
-(wing the shell programmer to manage the \214le descriptor')-.25 F(s)
--.55 E(lifetime manually)108 460.8 Q 5(.T)-.65 G(he)-5 E F2 -.1(va)2.5 G
-(rr).1 E(edir_close)-.18 E F1(shell option manages this beha)2.5 E(vior)
--.2 E(.)-.55 E .448(In the follo)108 477.6 R .447(wing descriptions, if\
- the \214le descriptor number is omitted, and the \214rst character of \
-the redirec-)-.25 F .365(tion operator is)108 489.6 R F2(<)2.865 E F1
-2.865(,t)C .366
-(he redirection refers to the standard input \(\214le descriptor 0\).)
--2.865 F .366(If the \214rst character of the)5.366 F
-(redirection operator is)108 501.6 Q F2(>)2.5 E F1 2.5(,t)C
-(he redirection refers to the standard output \(\214le descriptor 1\).)
--2.5 E .825(The w)108 518.4 R .825(ord follo)-.1 F .824
-(wing the redirection operator in the follo)-.25 F .824
-(wing descriptions, unless otherwise noted, is sub-)-.25 F .462
-(jected to brace e)108 530.4 R .462(xpansion, tilde e)-.15 F .463
-(xpansion, parameter and v)-.15 F .463(ariable e)-.25 F .463
-(xpansion, command substitution, arith-)-.15 F .867(metic e)108 542.4 R
-.867(xpansion, quote remo)-.15 F -.25(va)-.15 G .867(l, pathname e).25 F
-.867(xpansion, and w)-.15 F .867(ord splitting.)-.1 F .867(If it e)5.867
-F .866(xpands to more than one)-.15 F -.1(wo)108 554.4 S(rd,).1 E F2
-(bash)2.5 E F1(reports an error)2.5 E(.)-.55 E
-(Note that the order of redirections is signi\214cant.)108 571.2 Q -.15
-(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 588 Q F2(>)2.5 E
-F1(dirlist 2)2.5 E F2(>&)A F1(1)A
-(directs both standard output and standard error to the \214le)108 604.8
-Q F0(dirlist)2.85 E F1 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144
-621.6 Q F2(>&)A F1(1)A F2(>)2.5 E F1(dirlist)2.5 E .505
-(directs only the standard output to \214le)108 638.4 R F0(dirlist)3.355
-E F1 3.005(,b).68 G .505(ecause the standard error w)-3.005 F .505
-(as duplicated from the standard)-.1 F
-(output before the standard output w)108 650.4 Q(as redirected to)-.1 E
-F0(dirlist)2.85 E F1(.).68 E F2(Bash)108 667.2 Q F1 .599(handles se)
-3.099 F -.15(ve)-.25 G .599(ral \214lenames specially when the).15 F
-3.099(ya)-.15 G .598(re used in redirections, as described in the follo)
--3.099 F(wing)-.25 E 3.477(table. If)108 679.2 R .977
-(the operating system on which)3.477 F F2(bash)3.478 E F1 .978
-(is running pro)3.478 F .978
-(vides these special \214les, bash will use them;)-.15 F
-(otherwise it will emulate them internally with the beha)108 691.2 Q
-(vior described belo)-.2 E -.65(w.)-.25 G(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(30)193.45 E 0 Cg EP
-%%Page: 31 31
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(/de)144 84 Q(v/fd/)-.15 E F0
-(fd)A F1(If)180 96 Q F0(fd)2.5 E F1(is a v)2.5 E(alid inte)-.25 E(ger)
--.15 E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F0(fd)2.5 E F1
-(is duplicated.)2.5 E F2(/de)144 108 Q(v/stdin)-.15 E F1
-(File descriptor 0 is duplicated.)180 120 Q F2(/de)144 132 Q(v/stdout)
--.15 E F1(File descriptor 1 is duplicated.)180 144 Q F2(/de)144 156 Q
-(v/stderr)-.15 E F1(File descriptor 2 is duplicated.)180 168 Q F2(/de)
-144 180 Q(v/tcp/)-.15 E F0(host)A F2(/)A F0(port)A F1(If)180 192 Q F0
-(host)2.997 E F1 .497(is a v)2.997 F .497
-(alid hostname or Internet address, and)-.25 F F0(port)2.996 E F1 .496
-(is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 204 Q F2(bash)2.5 E F1
-(attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F2(/de)144
-216 Q(v/udp/)-.15 E F0(host)A F2(/)A F0(port)A F1(If)180 228 Q F0(host)
-2.996 E F1 .496(is a v)2.996 F .496
-(alid hostname or Internet address, and)-.25 F F0(port)2.997 E F1 .497
-(is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E
-(vice name,)180 240 Q F2(bash)2.5 E F1
-(attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108
-256.8 S(ailure to open or create a \214le causes the redirection to f)
--2.6 E(ail.)-.1 E .046(Redirections using \214le descriptors greater th\
-an 9 should be used with care, as the)108 273.6 R 2.545(ym)-.15 G .045
-(ay con\215ict with \214le de-)-2.545 F
-(scriptors the shell uses internally)108 285.6 Q(.)-.65 E F2(Redir)87
-302.4 Q(ecting Input)-.18 E F1 .391
-(Redirection of input causes the \214le whose name results from the e)
-108 314.4 R .391(xpansion of)-.15 F F0(wor)3.231 E(d)-.37 E F1 .391
-(to be opened for read-)3.661 F(ing on \214le descriptor)108 326.4 Q F0
-(n)2.86 E F1 2.5(,o).24 G 2.5(rt)-2.5 G
-(he standard input \(\214le descriptor 0\) if)-2.5 E F0(n)2.86 E F1
-(is not speci\214ed.)2.74 E
-(The general format for redirecting input is:)108 343.2 Q([)144 360 Q F0
-(n)A F1(])A F2(<)A F0(wor)A(d)-.37 E F2(Redir)87 376.8 Q(ecting Output)
--.18 E F1 .175
-(Redirection of output causes the \214le whose name results from the e)
-108 388.8 R .174(xpansion of)-.15 F F0(wor)3.014 E(d)-.37 E F1 .174
-(to be opened for writ-)3.444 F .083(ing on \214le descriptor)108 400.8
-R F0(n)2.943 E F1 2.583(,o).24 G 2.583(rt)-2.583 G .083
-(he standard output \(\214le descriptor 1\) if)-2.583 F F0(n)2.943 E F1
-.083(is not speci\214ed.)2.823 F .084(If the \214le does not e)5.083 F
-(x-)-.15 E(ist it is created; if it does e)108 412.8 Q
-(xist it is truncated to zero size.)-.15 E
-(The general format for redirecting output is:)108 429.6 Q([)144 446.4 Q
-F0(n)A F1(])A F2(>)A F0(wor)A(d)-.37 E F1 .155
-(If the redirection operator is)108 463.2 R F2(>)2.655 E F1 2.655(,a)C
-.155(nd the)-2.655 F F2(noclob)2.655 E(ber)-.1 E F1 .154(option to the)
-2.654 F F2(set)2.654 E F1 -.2(bu)2.654 G .154
-(iltin has been enabled, the redirection).2 F .076(will f)108 475.2 R
-.076(ail if the \214le whose name results from the e)-.1 F .076
-(xpansion of)-.15 F F0(wor)2.576 E(d)-.37 E F1 -.15(ex)2.576 G .076
-(ists and is a re).15 F .077(gular \214le.)-.15 F .077(If the redirec-)
-5.077 F .548(tion operator is)108 487.2 R F2(>|)3.048 E F1 3.048(,o)C
-3.048(rt)-3.048 G .548(he redirection operator is)-3.048 F F2(>)3.047 E
-F1 .547(and the)3.047 F F2(noclob)3.047 E(ber)-.1 E F1 .547
-(option to the)3.047 F F2(set)3.047 E F1 -.2(bu)3.047 G .547
-(iltin command is).2 F(not enabled, the redirection is attempted e)108
-499.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by)
--2.5 E F0(wor)2.5 E(d)-.37 E F1 -.15(ex)2.5 G(ists.).15 E F2 -.25(Ap)87
-516 S(pending Redir).25 E(ected Output)-.18 E F1 .641
-(Redirection of output in this f)108 528 R .642
-(ashion causes the \214le whose name results from the e)-.1 F .642
-(xpansion of)-.15 F F0(wor)3.482 E(d)-.37 E F1 .642(to be)3.912 F .455
-(opened for appending on \214le descriptor)108 540 R F0(n)3.315 E F1
-2.955(,o).24 G 2.955(rt)-2.955 G .455
-(he standard output \(\214le descriptor 1\) if)-2.955 F F0(n)3.314 E F1
-.454(is not speci\214ed.)3.194 F(If)5.454 E(the \214le does not e)108
-552 Q(xist it is created.)-.15 E
-(The general format for appending output is:)108 568.8 Q([)144 585.6 Q
-F0(n)A F1(])A F2(>>)A F0(wor)A(d)-.37 E F2(Redir)87 602.4 Q
-(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F1 .248
-(This construct allo)108 614.4 R .249(ws both the standard output \(\
-\214le descriptor 1\) and the standard error output \(\214le descrip-)
--.25 F(tor 2\) to be redirected to the \214le whose name is the e)108
-626.4 Q(xpansion of)-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E
-(There are tw)108 643.2 Q 2.5(of)-.1 G
-(ormats for redirecting standard output and standard error:)-2.5 E F2
-(&>)144 660 Q F0(wor)A(d)-.37 E F1(and)108 672 Q F2(>&)144 684 Q F0(wor)
-A(d)-.37 E F1(Of the tw)108 700.8 Q 2.5(of)-.1 G
-(orms, the \214rst is preferred.)-2.5 E(This is semantically equi)5 E
--.25(va)-.25 G(lent to).25 E F2(>)144 717.6 Q F0(wor)A(d)-.37 E F1(2)2.5
-E F2(>&)A F1(1)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(31)193.45
-E 0 Cg EP
-%%Page: 32 32
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .115(When using the second form,)108 84 R F0(wor)
-2.614 E(d)-.37 E F1 .114(may not e)2.614 F .114(xpand to a number or)
--.15 F/F2 10/Times-Bold@0 SF<ad>2.614 E F1 5.114(.I)C 2.614(fi)-5.114 G
-2.614(td)-2.614 G .114(oes, other redirection operators)-2.614 F
-(apply \(see)108 96 Q F2(Duplicating File Descriptors)2.5 E F1(belo)2.5
-E(w\) for compatibility reasons.)-.25 E F2 -.25(Ap)87 112.8 S
-(pending Standard Output and Standard Err).25 E(or)-.18 E F1 .248
-(This construct allo)108 124.8 R .249(ws both the standard output \(\
-\214le descriptor 1\) and the standard error output \(\214le descrip-)
--.25 F(tor 2\) to be appended to the \214le whose name is the e)108
-136.8 Q(xpansion of)-.15 E F0(wor)2.84 E(d)-.37 E F1(.).77 E
-(The format for appending standard output and standard error is:)108
-153.6 Q F2(&>>)144 170.4 Q F0(wor)A(d)-.37 E F1
-(This is semantically equi)108 187.2 Q -.25(va)-.25 G(lent to).25 E F2
-(>>)144 204 Q F0(wor)A(d)-.37 E F1(2)2.5 E F2(>&)A F1(1)A(\(see)108
-220.8 Q F2(Duplicating File Descriptors)2.5 E F1(belo)2.5 E(w\).)-.25 E
-F2(Her)87 237.6 Q 2.5(eD)-.18 G(ocuments)-2.5 E F1 .211(This type of re\
-direction instructs the shell to read input from the current source unt\
-il it reads a line contain-)108 249.6 R .323(ing only)108 261.6 R F0
-(delimiter)3.173 E F1 .323(\(with no trailing blanks\).)3.553 F .323
-(All of the lines read up to that point are then used as the stan-)5.323
-F(dard input \(or \214le descriptor)108 273.6 Q F0(n)2.5 E F1(if)2.5 E
-F0(n)2.5 E F1(is speci\214ed\) for a command.)2.5 E
-(The format of here-documents is:)108 290.4 Q([)144 307.2 Q F0(n)A F1(])
-A F2(<<)A F1([)A F2<ad>A F1(])A F0(wor)A(d)-.37 E(her)164 319.2 Q
-(e-document)-.37 E(delimiter)144 331.2 Q F1 .302(No parameter and v)108
-348 R .302(ariable e)-.25 F .302
-(xpansion, command substitution, arithmetic e)-.15 F .301
-(xpansion, or pathname e)-.15 F(xpansion)-.15 E(is performed on)108 360
-Q F0(wor)2.84 E(d)-.37 E F1(.).77 E .052(If an)108 376.8 R 2.552(yp)-.15
-G .052(art of)-2.552 F F0(wor)2.892 E(d)-.37 E F1 .052(is quoted, the)
-3.322 F F0(delimiter)2.902 E F1 .052(is the result of quote remo)3.282 F
--.25(va)-.15 G 2.552(lo).25 G(n)-2.552 E F0(wor)2.892 E(d)-.37 E F1
-2.553(,a).77 G .053(nd the lines in the here-)-2.553 F .028
-(document are not e)108 388.8 R 2.528(xpanded. If)-.15 F F0(wor)2.528 E
-(d)-.37 E F1 .028(is unquoted, the)2.528 F F0(delimiter)2.878 E F1(is)
-3.258 E F0(wor)2.528 E(d)-.37 E F1 .027
-(itself, all lines of the here-document)2.527 F 1.194
-(are subjected to parameter e)108 400.8 R 1.194
-(xpansion, command substitution, and arithmetic e)-.15 F 1.195
-(xpansion, the character se-)-.15 F(quence)108 412.8 Q F2(\\<newline>)
-2.5 E F1(is ignored, and)2.5 E F2(\\)2.5 E F1
-(must be used to quote the characters)2.5 E F2(\\)2.5 E F1(,)A F2($)2.5
-E F1 2.5(,a)C(nd)-2.5 E F2<92>2.5 E F1(.)A .602
-(If the redirection operator is)108 429.6 R F2(<<\255)3.101 E F1 3.101
-(,t)C .601(hen all leading tab characters are stripped from input lines\
- and the line)-3.101 F(containing)108 441.6 Q F0(delimiter)2.85 E F1 5
-(.T).73 G(his allo)-5 E
-(ws here-documents within shell scripts to be indented in a natural f)
--.25 E(ashion.)-.1 E F2(Her)87 458.4 Q 2.5(eS)-.18 G(trings)-2.5 E F1
-2.5(Av)108 470.4 S(ariant of here documents, the format is:)-2.75 E([)
-144 487.2 Q F0(n)A F1(])A F2(<<<)A F0(wor)A(d)-.37 E F1(The)108 504 Q F0
-(wor)3.291 E(d)-.37 E F1(under)3.291 E .792(goes tilde e)-.18 F .792
-(xpansion, parameter and v)-.15 F .792(ariable e)-.25 F .792
-(xpansion, command substitution, arithmetic)-.15 F -.15(ex)108 516 S
-1.188(pansion, and quote remo).15 F -.25(va)-.15 G 3.687(l. P).25 F
-1.187(athname e)-.15 F 1.187(xpansion and w)-.15 F 1.187
-(ord splitting are not performed.)-.1 F 1.187(The result is)6.187 F .374
-(supplied as a single string, with a ne)108 528 R .375(wline appended, \
-to the command on its standard input \(or \214le descrip-)-.25 F(tor)108
-540 Q F0(n)2.5 E F1(if)2.5 E F0(n)2.5 E F1(is speci\214ed\).)2.5 E F2
-(Duplicating File Descriptors)87 556.8 Q F1(The redirection operator)108
-568.8 Q([)144 585.6 Q F0(n)A F1(])A F2(<&)A F0(wor)A(d)-.37 E F1 .127
-(is used to duplicate input \214le descriptors.)108 602.4 R(If)5.127 E
-F0(wor)2.967 E(d)-.37 E F1 -.15(ex)3.397 G .126
-(pands to one or more digits, the \214le descriptor denoted).15 F(by)108
-614.4 Q F0(n)3.317 E F1 .457(is made to be a cop)3.197 F 2.957(yo)-.1 G
-2.957(ft)-2.957 G .457(hat \214le descriptor)-2.957 F 5.457(.I)-.55 G
-2.957(ft)-5.457 G .457(he digits in)-2.957 F F0(wor)3.298 E(d)-.37 E F1
-.458(do not specify a \214le descriptor open)3.728 F .15
-(for input, a redirection error occurs.)108 626.4 R(If)5.15 E F0(wor)
-2.99 E(d)-.37 E F1 -.25(eva)3.42 G .15(luates to).25 F F2<ad>2.65 E F1
-2.649<2c8c>C .149(le descriptor)-2.649 F F0(n)3.009 E F1 .149
-(is closed.)2.889 F(If)5.149 E F0(n)3.009 E F1 .149(is not speci\214ed,)
-2.889 F(the standard input \(\214le descriptor 0\) is used.)108 638.4 Q
-(The operator)108 655.2 Q([)144 672 Q F0(n)A F1(])A F2(>&)A F0(wor)A(d)
--.37 E F1 .443
-(is used similarly to duplicate output \214le descriptors.)108 688.8 R
-(If)5.443 E F0(n)3.304 E F1 .444
-(is not speci\214ed, the standard output \(\214le descrip-)3.184 F .566
-(tor 1\) is used.)108 700.8 R .566(If the digits in)5.566 F F0(wor)3.406
-E(d)-.37 E F1 .566(do not specify a \214le descriptor open for output, \
-a redirection error oc-)3.836 F 3.203(curs. If)108 712.8 R F0(wor)3.543
-E(d)-.37 E F1 -.25(eva)3.973 G .703(luates to).25 F F2<ad>3.203 E F1
-3.203<2c8c>C .703(le descriptor)-3.203 F F0(n)3.563 E F1 .703
-(is closed.)3.443 F .703(As a special case, if)5.703 F F0(n)3.204 E F1
-.704(is omitted, and)3.204 F F0(wor)3.204 E(d)-.37 E F1(does)3.204 E
-.966(not e)108 724.8 R .966(xpand to one or more digits or)-.15 F F2<ad>
-3.466 E F1 3.466(,t)C .965
-(he standard output and standard error are redirected as described)
--3.466 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(32)193.45 E 0 Cg
-EP
-%%Page: 33 33
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(pre)108 84 Q(viously)-.25 E(.)-.65 E/F2 10
-/Times-Bold@0 SF(Mo)87 100.8 Q(ving File Descriptors)-.1 E F1
-(The redirection operator)108 112.8 Q([)144 129.6 Q F0(n)A F1(])A F2(<&)
-A F0(digit)A F2<ad>A F1(mo)108 146.4 Q -.15(ve)-.15 G 3.017(st).15 G
-.517(he \214le descriptor)-3.017 F F0(digit)3.017 E F1 .517
-(to \214le descriptor)3.017 F F0(n)3.377 E F1 3.017(,o).24 G 3.017(rt)
--3.017 G .518(he standard input \(\214le descriptor 0\) if)-3.017 F F0
-(n)3.018 E F1 .518(is not speci-)3.018 F(\214ed.)108 158.4 Q F0(digit)5
-E F1(is closed after being duplicated to)2.5 E F0(n)2.5 E F1(.)A
-(Similarly)108 175.2 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)
-144 192 Q F0(n)A F1(])A F2(>&)A F0(digit)A F2<ad>A F1(mo)108 208.8 Q
--.15(ve)-.15 G 2.768(st).15 G .268(he \214le descriptor)-2.768 F F0
-(digit)2.768 E F1 .268(to \214le descriptor)2.768 F F0(n)3.128 E F1
-2.768(,o).24 G 2.768(rt)-2.768 G .267
-(he standard output \(\214le descriptor 1\) if)-2.768 F F0(n)2.767 E F1
-.267(is not speci-)2.767 F(\214ed.)108 220.8 Q F2
-(Opening File Descriptors f)87 237.6 Q(or Reading and Writing)-.25 E F1
-(The redirection operator)108 249.6 Q([)144 266.4 Q F0(n)A F1(])A F2(<>)
-A F0(wor)A(d)-.37 E F1 .518(causes the \214le whose name is the e)108
-283.2 R .518(xpansion of)-.15 F F0(wor)3.358 E(d)-.37 E F1 .518
-(to be opened for both reading and writing on \214le de-)3.788 F
-(scriptor)108 295.2 Q F0(n)2.86 E F1 2.5(,o).24 G 2.5(ro)-2.5 G 2.5
-<6e8c>-2.5 G(le descriptor 0 if)-2.5 E F0(n)2.86 E F1
-(is not speci\214ed.)2.74 E(If the \214le does not e)5 E
-(xist, it is created.)-.15 E/F3 10.95/Times-Bold@0 SF(ALIASES)72 312 Q
-F0(Aliases)108 324 Q F1(allo)3.002 E 3.002(was)-.25 G .502
-(tring to be substituted for a w)-3.002 F .502
-(ord that is in a position in the input where it can be the \214rst)-.1
-F -.1(wo)108 336 S .555(rd of a simple command. Aliases ha).1 F .855
--.15(ve n)-.2 H .555(ames and corresponding v).15 F .556
-(alues that are set and unset using the)-.25 F F2(alias)108 348 Q F1
-(and)2.5 E F2(unalias)2.5 E F1 -.2(bu)2.5 G(iltin commands \(see).2 E/F4
-9/Times-Bold@0 SF(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)
-2.25 E(w\).)-.25 E 1.034(If the shell reads an unquoted w)108 364.8 R
-1.033(ord in the right position, it checks the w)-.1 F 1.033
-(ord to see if it matches an alias)-.1 F .657
-(name. If it matches, the shell replaces the w)108 376.8 R .657
-(ord with the alias v)-.1 F .657(alue, and reads that v)-.25 F .658
-(alue as if it had been)-.25 F 1.082(read instead of the w)108 388.8 R
-3.582(ord. The)-.1 F 1.082(shell doesn')3.582 F 3.582(tl)-.18 G 1.082
-(ook at an)-3.582 F 3.582(yc)-.15 G 1.082(haracters follo)-3.582 F 1.082
-(wing the w)-.25 F 1.081(ord before attempting)-.1 F
-(alias substitution.)108 400.8 Q .264(The characters)108 417.6 R F2(/)
-2.764 E F1(,)A F2($)2.764 E F1(,)A F2<92>2.764 E F1 2.764(,a)C(nd)-2.764
-E F2(=)2.764 E F1 .264(and an)2.764 F 2.764(yo)-.15 G 2.764(ft)-2.764 G
-.264(he shell)-2.764 F F0(metac)2.764 E(har)-.15 E(acter)-.15 E(s)-.1 E
-F1 .264(or quoting characters listed abo)2.764 F .565 -.15(ve m)-.15 H
-.265(ay not).15 F .299(appear in an alias name.)108 429.6 R .298
-(The replacement te)5.298 F .298(xt may contain an)-.15 F 2.798(yv)-.15
-G .298(alid shell input, including shell metachar)-3.048 F(-)-.2 E 2.625
-(acters. The)108 441.6 R .125(\214rst w)2.625 F .125
-(ord of the replacement te)-.1 F .125(xt is tested for aliases, b)-.15 F
-.125(ut a w)-.2 F .126(ord that is identical to an alias be-)-.1 F .666
-(ing e)108 453.6 R .666(xpanded is not e)-.15 F .666
-(xpanded a second time.)-.15 F .666(This means that one may alias)5.666
-F F2(ls)3.166 E F1(to)3.166 E F2 .666(ls \255F)3.166 F F1 3.166(,f)C
-.666(or instance, and)-3.166 F F2(bash)108 465.6 Q F1
-(does not try to recursi)2.5 E -.15(ve)-.25 G(ly e).15 E
-(xpand the replacement te)-.15 E(xt.)-.15 E .858
-(If the last character of the alias v)108 482.4 R .858(alue is a)-.25 F
-F0(blank)3.628 E F1 3.358(,t).67 G .858(hen the ne)-3.358 F .858
-(xt command w)-.15 F .858(ord follo)-.1 F .858(wing the alias is also)
--.25 F(check)108 494.4 Q(ed for alias e)-.1 E(xpansion.)-.15 E
-(Aliases are created and listed with the)108 511.2 Q F2(alias)2.5 E F1
-(command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F2
-(unalias)2.5 E F1(command.)2.5 E .742
-(There is no mechanism for using ar)108 528 R .741
-(guments in the replacement te)-.18 F 3.241(xt. If)-.15 F(ar)3.241 E
-.741(guments are needed, use a shell)-.18 F(function \(see)108 540 Q F4
-(FUNCTIONS)2.5 E F1(belo)2.25 E(w\).)-.25 E .282(Aliases are not e)108
-556.8 R .282(xpanded when the shell is not interacti)-.15 F -.15(ve)-.25
-G 2.782(,u).15 G .282(nless the)-2.782 F F2(expand_aliases)2.783 E F1
-.283(shell option is set us-)2.783 F(ing)108 568.8 Q F2(shopt)2.5 E F1
-(\(see the description of)2.5 E F2(shopt)2.5 E F1(under)2.5 E F4
-(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25
-E .436
-(The rules concerning the de\214nition and use of aliases are some)108
-585.6 R .435(what confusing.)-.25 F F2(Bash)5.435 E F1(al)2.935 E -.1
-(wa)-.1 G .435(ys reads at least).1 F .67
-(one complete line of input, and all lines that mak)108 597.6 R 3.17(eu)
--.1 G 3.17(pac)-3.17 G .67(ompound command, before e)-3.17 F -.15(xe)
--.15 G .67(cuting an).15 F 3.17(yo)-.15 G 3.17(ft)-3.17 G(he)-3.17 E
-1.059(commands on that line or the compound command.)108 609.6 R 1.059
-(Aliases are e)6.059 F 1.058(xpanded when a command is read, not)-.15 F
-.074(when it is e)108 621.6 R -.15(xe)-.15 G 2.574(cuted. Therefore,).15
-F .075(an alias de\214nition appearing on the same line as another comm\
-and does not)2.574 F(tak)108 633.6 Q 2.838(ee)-.1 G -.25(ff)-2.838 G
-.338(ect until the ne).25 F .338(xt line of input is read.)-.15 F .337
-(The commands follo)5.337 F .337
-(wing the alias de\214nition on that line are)-.25 F .551(not af)108
-645.6 R .551(fected by the ne)-.25 F 3.051(wa)-.25 G 3.051(lias. This)
--3.051 F(beha)3.051 E .551(vior is also an issue when functions are e)
--.2 F -.15(xe)-.15 G 3.051(cuted. Aliases).15 F .552(are e)3.052 F(x-)
--.15 E .426(panded when a function de\214nition is read, not when the f\
-unction is e)108 657.6 R -.15(xe)-.15 G .425
-(cuted, because a function de\214nition).15 F .403(is itself a command.)
-108 669.6 R .403
-(As a consequence, aliases de\214ned in a function are not a)5.403 F
--.25(va)-.2 G .404(ilable until after that func-).25 F .862(tion is e)
-108 681.6 R -.15(xe)-.15 G 3.362(cuted. T).15 F 3.362(ob)-.8 G 3.362(es)
--3.362 G .862(afe, al)-3.362 F -.1(wa)-.1 G .862
-(ys put alias de\214nitions on a separate line, and do not use).1 F F2
-(alias)3.362 E F1 .862(in com-)3.362 F(pound commands.)108 693.6 Q -.15
-(Fo)108 710.4 S 2.5(ra).15 G(lmost e)-2.5 E -.15(ve)-.25 G
-(ry purpose, aliases are superseded by shell functions.).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(33)193.45 E 0 Cg EP
-%%Page: 34 34
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(FUNCTIONS)72 84 Q F1 3.467
-(As)108 96 S .967(hell function, de\214ned as described abo)-3.467 F
-1.267 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF .967
-(SHELL GRAMMAR)3.467 F/F4 9/Times-Roman@0 SF(,)A F1 .968
-(stores a series of commands for)3.217 F 1.002(later e)108 108 R -.15
-(xe)-.15 G 3.502(cution. When).15 F 1.002(the name of a shell function \
-is used as a simple command name, the list of com-)3.502 F .315
-(mands associated with that function name is e)108 120 R -.15(xe)-.15 G
-2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .316
-(cuted in the conte).15 F .316(xt of the current)-.15 F .036
-(shell; no ne)108 132 R 2.536(wp)-.25 G .036
-(rocess is created to interpret them \(contrast this with the e)-2.536 F
--.15(xe)-.15 G .036(cution of a shell script\).).15 F .035(When a)5.035
-F .639(function is e)108 144 R -.15(xe)-.15 G .639(cuted, the ar).15 F
-.639
-(guments to the function become the positional parameters during its e)
--.18 F -.15(xe)-.15 G(cution.).15 E .533(The special parameter)108 156 R
-/F5 10/Times-Bold@0 SF(#)3.033 E F1 .532
-(is updated to re\215ect the change.)3.033 F .532(Special parameter)
-5.532 F F5(0)3.032 E F1 .532(is unchanged.)3.032 F .532
-(The \214rst ele-)5.532 F(ment of the)108 168 Q F3(FUNCN)2.5 E(AME)-.18
-E F1 -.25(va)2.25 G
-(riable is set to the name of the function while the function is e).25 E
--.15(xe)-.15 G(cuting.).15 E 1.25(All other aspects of the shell e)108
-184.8 R -.15(xe)-.15 G 1.25(cution en).15 F 1.25
-(vironment are identical between a function and its caller with)-.4 F
-1.215(these e)108 196.8 R 1.215(xceptions: the)-.15 F F3(DEB)3.715 E(UG)
--.09 E F1(and)3.465 E F5(RETURN)3.715 E F1 1.215
-(traps \(see the description of the)3.715 F F5(trap)3.714 E F1 -.2(bu)
-3.714 G 1.214(iltin under).2 F F3(SHELL)3.714 E -.09(BU)108 208.8 S(IL)
-.09 E .478(TIN COMMANDS)-.828 F F1(belo)2.728 E .479
-(w\) are not inherited unless the function has been gi)-.25 F -.15(ve)
--.25 G 2.979(nt).15 G(he)-2.979 E F5(trace)2.979 E F1(attrib)2.979 E
-.479(ute \(see)-.2 F .421(the description of the)108 220.8 R F3(declar)
-2.92 E(e)-.162 E F1 -.2(bu)2.67 G .42(iltin belo).2 F .42(w\) or the)
--.25 F F5 .42(\255o functrace)2.92 F F1 .42
-(shell option has been enabled with the)2.92 F F5(set)2.92 E F1 -.2(bu)
-108 232.8 S .071(iltin \(in which case all functions inherit the).2 F F5
-(DEB)2.572 E(UG)-.1 E F1(and)2.572 E F5(RETURN)2.572 E F1 .072
-(traps\), and the)2.572 F F3(ERR)2.572 E F1 .072(trap is not inher)2.322
-F(-)-.2 E(ited unless the)108 244.8 Q F5(\255o errtrace)2.5 E F1
-(shell option has been enabled.)2.5 E -1.11(Va)108 261.6 S .368
-(riables local to the function may be declared with the)1.11 F F5(local)
-2.868 E F1 -.2(bu)2.868 G .368(iltin command \().2 F F0 .368
-(local variables)B F1 2.868(\). Ordinar)B(-)-.2 E(ily)108 273.6 Q 2.88
-(,v)-.65 G .38(ariables and their v)-3.13 F .38
-(alues are shared between the function and its caller)-.25 F 5.38(.I)
--.55 G 2.88(fav)-5.38 G .38(ariable is declared)-3.13 F F5(local)2.88 E
-F1(,)A(the v)108 285.6 Q(ariable')-.25 E 2.5(sv)-.55 G(isible scope is \
-restricted to that function and its children \(including the functions \
-it calls\).)-2.5 E .727(In the follo)108 302.4 R .727
-(wing description, the)-.25 F F0(curr)3.227 E .727(ent scope)-.37 F F1
-.726(is a currently- e)3.226 F -.15(xe)-.15 G .726(cuting function.).15
-F(Pre)5.726 E .726(vious scopes consist)-.25 F .965(of that function')
-108 314.4 R 3.465(sc)-.55 G .966(aller and so on, back to the \231globa\
-l\232 scope, where the shell is not e)-3.465 F -.15(xe)-.15 G .966
-(cuting an).15 F 3.466(ys)-.15 G(hell)-3.466 E 3.41
-(function. Consequently)108 326.4 R 3.41(,al)-.65 G .91(ocal v)-3.41 F
-.909(ariable at the current scope is a v)-.25 F .909
-(ariable declared using the)-.25 F F5(local)3.409 E F1(or)3.409 E F5
-(de-)3.409 E(clar)108 338.4 Q(e)-.18 E F1 -.2(bu)2.5 G
-(iltins in the function that is currently e).2 E -.15(xe)-.15 G(cuting.)
-.15 E .587(Local v)108 355.2 R .587(ariables \231shado)-.25 F .587
-(w\232 v)-.25 F .587(ariables with the same name declared at pre)-.25 F
-.588(vious scopes.)-.25 F -.15(Fo)5.588 G 3.088(ri).15 G .588
-(nstance, a local)-3.088 F -.25(va)108 367.2 S .581
-(riable declared in a function hides a global v).25 F .58
-(ariable of the same name: references and assignments refer)-.25 F .182
-(to the local v)108 379.2 R .182(ariable, lea)-.25 F .183
-(ving the global v)-.2 F .183(ariable unmodi\214ed.)-.25 F .183
-(When the function returns, the global v)5.183 F(ariable)-.25 E
-(is once ag)108 391.2 Q(ain visible.)-.05 E .727(The shell uses)108 408
-R F0 .727(dynamic scoping)3.227 F F1 .726(to control a v)3.227 F
-(ariable')-.25 E 3.226(sv)-.55 G .726(isibility within functions.)-3.226
-F -.4(Wi)5.726 G .726(th dynamic scoping,).4 F .007(visible v)108 420 R
-.007(ariables and their v)-.25 F .007
-(alues are a result of the sequence of function calls that caused e)-.25
-F -.15(xe)-.15 G .008(cution to reach).15 F .814(the current function.)
-108 432 R .813(The v)5.814 F .813(alue of a v)-.25 F .813
-(ariable that a function sees depends on its v)-.25 F .813
-(alue within its caller)-.25 F 3.313(,i)-.4 G(f)-3.313 E(an)108 444 Q
-1.427 -.65(y, w)-.15 H .127
-(hether that caller is the global scope or another shell function.).65 F
-.127(This is also the v)5.127 F .127(alue that a local v)-.25 F(ari-)
--.25 E(able declaration shado)108 456 Q(ws, and the v)-.25 E
-(alue that is restored when the function returns.)-.25 E -.15(Fo)108
-472.8 S 2.724(re).15 G .224(xample, if a v)-2.874 F(ariable)-.25 E F0
-(var)2.724 E F1 .223(is declared as local in function)2.724 F F0(func1)
-2.723 E F1 2.723(,a)C(nd)-2.723 E F0(func1)2.723 E F1 .223
-(calls another function)2.723 F F0(func2)2.723 E F1(,)A .463
-(references to)108 484.8 R F0(var)2.963 E F1 .463(made from within)2.963
-F F0(func2)2.963 E F1 .463(will resolv)2.963 F 2.964(et)-.15 G 2.964(ot)
--2.964 G .464(he local v)-2.964 F(ariable)-.25 E F0(var)2.964 E F1(from)
-2.964 E F0(func1)2.964 E F1 2.964(,s)C(hado)-2.964 E .464(wing an)-.25 F
-(y)-.15 E(global v)108 496.8 Q(ariable named)-.25 E F0(var)2.5 E F1(.)A
-(The)108 513.6 Q F5(unset)2.983 E F1 -.2(bu)2.983 G .483
-(iltin also acts using the same dynamic scope: if a v).2 F .482
-(ariable is local to the current scope,)-.25 F F5(unset)2.982 E F1 .19
-(will unset it; otherwise the unset will refer to the v)108 525.6 R .19
-(ariable found in an)-.25 F 2.69(yc)-.15 G .19
-(alling scope as described abo)-2.69 F -.15(ve)-.15 G 5.19(.I).15 G(f)
--5.19 E 3.325(av)108 537.6 S .824(ariable at the current local scope is\
- unset, it will remain so \(appearing as unset\) until it is reset in t\
-hat)-3.575 F 1.141(scope or until the function returns.)108 549.6 R
-1.141(Once the function returns, an)6.141 F 3.641(yi)-.15 G 1.141
-(nstance of the v)-3.641 F 1.142(ariable at a pre)-.25 F(vious)-.25 E
-.977(scope will become visible.)108 561.6 R .976
-(If the unset acts on a v)5.977 F .976(ariable at a pre)-.25 F .976
-(vious scope, an)-.25 F 3.476(yi)-.15 G .976(nstance of a v)-3.476 F
-(ariable)-.25 E .007(with that name that had been shado)108 573.6 R .008
-(wed will become visible \(see belo)-.25 F 2.508(wh)-.25 G .508 -.25
-(ow t)-2.508 H(he).25 E F5(localv)2.508 E(ar_unset)-.1 E F1 .008
-(shell option)2.508 F(changes this beha)108 585.6 Q(vior\).)-.2 E(The)
-108 602.4 Q F5(FUNCNEST)3.529 E F1 -.25(va)3.529 G 1.028
-(riable, if set to a numeric v).25 F 1.028
-(alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108
-614.4 Q -.15(ve)-.25 G 2.5(l. Function).15 F(in)2.5 E -.2(vo)-.4 G
-(cations that e).2 E(xceed the limit cause the entire command to abort.)
--.15 E .043(If the b)108 631.2 R .043(uiltin command)-.2 F F5 -.18(re)
-2.543 G(tur).18 E(n)-.15 E F1 .043(is e)2.543 F -.15(xe)-.15 G .043
-(cuted in a function, the function completes and e).15 F -.15(xe)-.15 G
-.044(cution resumes with).15 F 1.012(the ne)108 643.2 R 1.012
-(xt command after the function call.)-.15 F(An)6.011 E 3.511(yc)-.15 G
-1.011(ommand associated with the)-3.511 F F5(RETURN)3.511 E F1 1.011
-(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 655.2 R
--.15(xe)-.15 G .213(cution resumes.).15 F .213
-(When a function completes, the v)5.213 F .214
-(alues of the positional parameters and the spe-)-.25 F(cial parameter)
-108 667.2 Q F5(#)2.5 E F1(are restored to the v)2.5 E(alues the)-.25 E
-2.5(yh)-.15 G(ad prior to the function')-2.5 E 2.5(se)-.55 G -.15(xe)
--2.65 G(cution.).15 E 1.359
-(Function names and de\214nitions may be listed with the)108 684 R F5
-<ad66>3.858 E F1 1.358(option to the)3.858 F F5(declar)3.858 E(e)-.18 E
-F1(or)3.858 E F5(typeset)3.858 E F1 -.2(bu)3.858 G 1.358(iltin com-).2 F
-3.39(mands. The)108 696 R F5<ad46>3.39 E F1 .89(option to)3.39 F F5
-(declar)3.39 E(e)-.18 E F1(or)3.39 E F5(typeset)3.39 E F1 .89
-(will list the function names only \(and optionally the source)3.39 F
-.047(\214le and line number)108 708 R 2.546(,i)-.4 G 2.546(ft)-2.546 G
-(he)-2.546 E F5(extdeb)2.546 E(ug)-.2 E F1 .046
-(shell option is enabled\).)2.546 F .046(Functions may be e)5.046 F .046
-(xported so that child shell)-.15 F .492
-(processes \(those created when e)108 720 R -.15(xe)-.15 G .492
-(cuting a separate shell in).15 F -.2(vo)-.4 G .492
-(cation\) automatically ha).2 F .793 -.15(ve t)-.2 H .493
-(hem de\214ned with).15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(34)193.45 E 0 Cg EP
-%%Page: 35 35
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(the)108 84 Q/F2 10/Times-Bold@0 SF<ad66>3.201 E F1
-.701(option to the)3.201 F F2(export)3.201 E F1 -.2(bu)3.201 G 3.201
-(iltin. A).2 F .7(function de\214nition may be deleted using the)3.201 F
-F2<ad66>3.2 E F1 .7(option to the)3.2 F F2(unset)3.2 E F1 -.2(bu)108 96
-S(iltin.).2 E .371(Functions may be recursi)108 112.8 R -.15(ve)-.25 G
-5.371(.T).15 G(he)-5.371 E F2(FUNCNEST)2.871 E F1 -.25(va)2.871 G .371
-(riable may be used to limit the depth of the function call).25 F .323
-(stack and restrict the number of function in)108 124.8 R -.2(vo)-.4 G
-2.822(cations. By).2 F(def)2.822 E .322
-(ault, no limit is imposed on the number of re-)-.1 F(cursi)108 136.8 Q
-.3 -.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)
-72 153.6 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F1 1.088
-(The shell allo)108 165.6 R 1.088(ws arithmetic e)-.25 F 1.089
-(xpressions to be e)-.15 F -.25(va)-.25 G 1.089
-(luated, under certain circumstances \(see the).25 F F2(let)3.589 E F1
-(and)3.589 E F2(de-)3.589 E(clar)108 177.6 Q(e)-.18 E F1 -.2(bu)3.453 G
-.953(iltin commands, the).2 F F2(\(\()3.453 E F1 .952
-(compound command, and)3.452 F F2 .952(Arithmetic Expansion)3.452 F F1
-3.452(\). Ev)B .952(aluation is done in)-.25 F<8c78>108 189.6 Q 1.057
-(ed-width inte)-.15 F 1.057(gers with no check for o)-.15 F -.15(ve)-.15
-G(r\215o).15 E 2.357 -.65(w, t)-.25 H 1.057(hough di).65 F 1.057
-(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .829
-(The operators and their precedence, associati)108 201.6 R(vity)-.25 E
-3.329(,a)-.65 G .829(nd v)-3.329 F .829
-(alues are the same as in the C language.)-.25 F .828(The fol-)5.828 F
-(lo)108 213.6 Q .439(wing list of operators is grouped into le)-.25 F
--.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .44(The le)
-5.44 F -.15(ve)-.25 G .44(ls are listed in order).15 F
-(of decreasing precedence.)108 225.6 Q F0(id)108 242.4 Q F2(++)A F0(id)
-2.5 E F2<adad>A F1 -.25(va)144 254.4 S
-(riable post-increment and post-decrement).25 E F2 2.5<ad2b>108 266.4 S
-F1(unary minus and plus)144 266.4 Q F2(++)108 278.4 Q F0(id)A F2<adad>
-2.5 E F0(id)A F1 -.25(va)144 290.4 S
-(riable pre-increment and pre-decrement).25 E F2 2.5<2101>108 302.4 S F1
-(logical and bitwise ne)144 302.4 Q -.05(ga)-.15 G(tion).05 E F2(**)108
-314.4 Q F1 -.15(ex)144 314.4 S(ponentiation).15 E F2 2.5(*/%)108 326.4 S
-F1(multiplication, di)144 326.4 Q(vision, remainder)-.25 E F2 2.5<2bad>
-108 338.4 S F1(addition, subtraction)144 338.4 Q F2(<< >>)108 350.4 Q F1
-(left and right bitwise shifts)144 350.4 Q F2(<= >= < >)108 362.4 Q F1
-(comparison)144 374.4 Q F2(== !=)108 386.4 Q F1(equality and inequality)
-144 386.4 Q F2(&)108 398.4 Q F1(bitwise AND)144 398.4 Q F2<00>108 410.4
-Q F1(bitwise e)144 410.4 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2
-(|)108 422.4 Q F1(bitwise OR)144 422.4 Q F2(&&)108 434.4 Q F1
-(logical AND)144 434.4 Q F2(||)108 446.4 Q F1(logical OR)144 446.4 Q F0
--.2(ex)108 458.4 S(pr).2 E F2(?)A F0 -.2(ex)C(pr).2 E F2(:)A F0 -.2(ex)C
-(pr).2 E F1(conditional operator)144 470.4 Q F2 2.5(=*)108 482.4 S 2.5
-(=/)-2.5 G 2.5(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad>-2.5 G 2.5(=<)-2.5 G
-(<= >>= &= \000= |=)-2.5 E F1(assignment)144 494.4 Q F0 -.2(ex)108 506.4
-S(pr1).2 E F2(,)2.5 E F0 -.2(ex)2.5 G(pr2).2 E F1(comma)144 518.4 Q .68
-(Shell v)108 535.2 R .68(ariables are allo)-.25 F .68
-(wed as operands; parameter e)-.25 F .68
-(xpansion is performed before the e)-.15 F .68(xpression is e)-.15 F
--.25(va)-.25 G(lu-).25 E 3.507(ated. W)108 547.2 R 1.007(ithin an e)-.4
-F 1.007(xpression, shell v)-.15 F 1.007
-(ariables may also be referenced by name without using the parameter)
--.25 F -.15(ex)108 559.2 S .165(pansion syntax.).15 F 2.665(As)5.165 G
-.165(hell v)-2.665 F .165(ariable that is null or unset e)-.25 F -.25
-(va)-.25 G .165(luates to 0 when referenced by name without us-).25 F
-.42(ing the parameter e)108 571.2 R .42(xpansion syntax.)-.15 F .42
-(The v)5.42 F .421(alue of a v)-.25 F .421(ariable is e)-.25 F -.25(va)
--.25 G .421(luated as an arithmetic e).25 F .421(xpression when)-.15 F
-.154(it is referenced, or when a v)108 583.2 R .154
-(ariable which has been gi)-.25 F -.15(ve)-.25 G 2.654(nt).15 G(he)
--2.654 E F0(inte)2.654 E -.1(ge)-.4 G(r).1 E F1(attrib)2.654 E .153
-(ute using)-.2 F F2(declar)2.653 E 2.653<65ad>-.18 G(i)-2.653 E F1 .153
-(is assigned a)2.653 F -.25(va)108 595.2 S 2.857(lue. A).25 F .357
-(null v)2.857 F .357(alue e)-.25 F -.25(va)-.25 G .357(luates to 0.).25
-F 2.857(As)5.357 G .357(hell v)-2.857 F .357(ariable need not ha)-.25 F
-.657 -.15(ve i)-.2 H(ts).15 E F0(inte)2.857 E -.1(ge)-.4 G(r).1 E F1
-(attrib)2.857 E .357(ute turned on to be used)-.2 F(in an e)108 607.2 Q
-(xpression.)-.15 E(Inte)108 624 Q .518(ger constants follo)-.15 F 3.018
-(wt)-.25 G .518(he C language de\214nition, without suf)-3.018 F<8c78>
--.25 E .517(es or character constants.)-.15 F .517(Constants with)5.517
-F 3.282(al)108 636 S .782(eading 0 are interpreted as octal numbers.)
--3.282 F 3.283(Al)5.782 G .783(eading 0x or 0X denotes he)-3.283 F 3.283
-(xadecimal. Otherwise,)-.15 F(num-)3.283 E .816(bers tak)108 648 R 3.316
-(et)-.1 G .816(he form [)-3.316 F F0(base#)A F1 .815
-(]n, where the optional)B F0(base)3.315 E F1 .815
-(is a decimal number between 2 and 64 representing)3.315 F .349
-(the arithmetic base, and)108 660 R F0(n)2.849 E F1 .349
-(is a number in that base.)2.849 F(If)5.35 E F0(base#)2.85 E F1 .35
-(is omitted, then base 10 is used.)2.85 F .35(When speci-)5.35 F(fying)
-108 672 Q F0(n)2.975 E F1 2.975(,i)C 2.975(fan)-2.975 G .474(on-digit i\
-s required, the digits greater than 9 are represented by the lo)-2.975 F
-.474(wercase letters, the up-)-.25 F .518
-(percase letters, @, and _, in that order)108 684 R 5.518(.I)-.55 G(f)
--5.518 E F0(base)3.018 E F1 .518(is less than or equal to 36, lo)3.018 F
-.518(wercase and uppercase letters)-.25 F
-(may be used interchangeably to represent numbers between 10 and 35.)108
-696 Q .235(Operators are e)108 712.8 R -.25(va)-.25 G .235
-(luated in order of precedence.).25 F(Sub-e)5.234 E .234
-(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234
-(luated \214rst and may).25 F -.15(ove)108 724.8 S
-(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(35)193.45 E 0 Cg EP
-%%Page: 36 36
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(CONDITION)72 84 Q
-(AL EXPRESSIONS)-.219 E F1 .255(Conditional e)108 96 R .255
-(xpressions are used by the)-.15 F/F3 10/Times-Bold@0 SF([[)2.755 E F1
-.255(compound command and the)2.755 F F3(test)2.755 E F1(and)2.755 E F3
-([)2.756 E F1 -.2(bu)2.756 G .256(iltin commands to test).2 F .134
-(\214le attrib)108 108 R .134
-(utes and perform string and arithmetic comparisons.)-.2 F(The)5.133 E
-F3(test)2.633 E F1(and)2.633 E F3([)2.633 E F1 .133
-(commands determine their be-)2.633 F(ha)108 120 Q .197
-(vior based on the number of ar)-.2 F .198
-(guments; see the descriptions of those commands for an)-.18 F 2.698(yo)
--.15 G .198(ther command-)-2.698 F(speci\214c actions.)108 132 Q .235
-(Expressions are formed from the follo)108 148.8 R .234
-(wing unary or binary primaries.)-.25 F F3(Bash)5.234 E F1 .234
-(handles se)2.734 F -.15(ve)-.25 G .234(ral \214lenames spe-).15 F .424
-(cially when the)108 160.8 R 2.924(ya)-.15 G .424(re used in e)-2.924 F
-2.925(xpressions. If)-.15 F .425(the operating system on which)2.925 F
-F3(bash)2.925 E F1 .425(is running pro)2.925 F .425(vides these)-.15 F
-.345(special \214les, bash will use them; otherwise it will emulate the\
-m internally with this beha)108 172.8 R .344(vior: If an)-.2 F(y)-.15 E
-F0(\214le)2.844 E F1(ar)2.844 E(-)-.2 E .805
-(gument to one of the primaries is of the form)108 184.8 R F0(/de)3.305
-E(v/fd/n)-.15 E F1 3.306(,t)C .806(hen \214le descriptor)-3.306 F F0(n)
-3.306 E F1 .806(is check)3.306 F 3.306(ed. If)-.1 F(the)3.306 E F0
-(\214le)3.306 E F1(ar)3.306 E(gu-)-.18 E .03
-(ment to one of the primaries is one of)108 196.8 R F0(/de)2.53 E
-(v/stdin)-.15 E F1(,)A F0(/de)2.529 E(v/stdout)-.15 E F1 2.529(,o)C(r)
--2.529 E F0(/de)2.529 E(v/stderr)-.15 E F1 2.529<2c8c>C .029
-(le descriptor 0, 1, or 2, respec-)-2.529 F(ti)108 208.8 Q -.15(ve)-.25
-G(ly).15 E 2.5(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .721
-(Unless otherwise speci\214ed, primaries that operate on \214les follo)
-108 225.6 R 3.221(ws)-.25 G .722(ymbolic links and operate on the tar)
--3.221 F(get)-.18 E(of the link, rather than the link itself.)108 237.6
-Q .701(When used with)108 254.4 R F3([[)3.201 E F1 3.201(,o)C 3.201(rw)
--3.201 G .701(hen the shell is in)-3.201 F F0 .7(posix mode)3.201 F F1
-3.2(,t)C(he)-3.2 E F3(<)3.2 E F1(and)3.2 E F3(>)3.2 E F1 .7
-(operators sort le)3.2 F .7(xicographically using)-.15 F
-(the current locale.)108 266.4 Q(When the shell is not in)5 E F0
-(posix mode)2.5 E F1 2.5(,t)C(he)-2.5 E F3(test)2.5 E F1
-(command sorts using ASCII ordering.)2.5 E F3<ad61>108 283.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 283.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists.).15 E F3<ad62>108 295.2 Q F0(\214le)2.5 E F1 -.35(Tr)144
-295.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and is a block special \214le.).15 E F3<ad63>108 307.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 307.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is a character special \214le.).15 E F3<ad64>108
-319.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 319.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F3<ad65>108
-331.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 331.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists.).15 E F3<ad66>108 343.2 Q F0(\214le)2.5 E F1
--.35(Tr)144 343.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and is a re).15 E(gular \214le.)-.15 E F3<ad67>108 355.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 355.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is set-group-id.).15 E F3<ad68>108 367.2 Q F0(\214le)
-2.5 E F1 -.35(Tr)144 367.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5
-G(ists and is a symbolic link.).15 E F3<ad6b>108 379.2 Q F0(\214le)2.5 E
-F1 -.35(Tr)144 379.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G
-(ists and its \231stick).15 E(y\232 bit is set.)-.15 E F3<ad70>108 391.2
-Q F0(\214le)2.5 E F1 -.35(Tr)144 391.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and is a named pipe \(FIFO\).).15 E F3<ad72>108 403.2
-Q F0(\214le)2.5 E F1 -.35(Tr)144 403.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and is readable.).15 E F3<ad73>108 415.2 Q F0(\214le)
-2.5 E F1 -.35(Tr)144 415.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15(ex)2.5
-G(ists and has a size greater than zero.).15 E F3<ad74>108 427.2 Q F0
-(fd)2.5 E F1 -.35(Tr)144 427.2 S(ue if \214le descriptor).35 E F0(fd)
-4.47 E F1(is open and refers to a terminal.)3.27 E F3<ad75>108 439.2 Q
-F0(\214le)2.5 E F1 -.35(Tr)144 439.2 S(ue if).35 E F0(\214le)2.5 E F1
--.15(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F3<ad77>
-108 451.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 451.2 S(ue if).35 E F0
-(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is writable.).15 E F3<ad78>108
-463.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 463.2 S(ue if).35 E F0(\214le)2.5
-E F1 -.15(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F3
-<ad47>108 475.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 475.2 S(ue if).35 E F0
-(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E
-(fecti)-.25 E .3 -.15(ve g)-.25 H(roup id.).15 E F3<ad4c>108 487.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 487.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and is a symbolic link.).15 E F3<ad4e>108 499.2 Q F0
-(\214le)2.5 E F1 -.35(Tr)144 499.2 S(ue if).35 E F0(\214le)2.5 E F1 -.15
-(ex)2.5 G(ists and has been modi\214ed since it w).15 E(as last read.)
--.1 E F3<ad4f>108 511.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 511.2 S(ue if)
-.35 E F0(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is o).15 E
-(wned by the ef)-.25 E(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F3
-<ad53>108 523.2 Q F0(\214le)2.5 E F1 -.35(Tr)144 523.2 S(ue if).35 E F0
-(\214le)2.5 E F1 -.15(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F0
-(\214le1)108 535.2 Q F3(\255ef)2.5 E F0(\214le2)2.5 E F1 -.35(Tr)144
-547.2 S(ue if).35 E F0(\214le1)2.5 E F1(and)2.5 E F0(\214le2)2.5 E F1
-(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F0(\214le1)
-108 559.2 Q F1<ad>2.5 E F3(nt)A F0(\214le2)2.5 E F1 -.35(Tr)144 571.2 S
-(ue if).35 E F0(\214le1)2.5 E F1(is ne)2.5 E
-(wer \(according to modi\214cation date\) than)-.25 E F0(\214le2)2.5 E
-F1 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F0(\214le1)2.5 E F1 -.15(ex)2.5 G
-(ists and).15 E F0(\214le2)2.5 E F1(does not.)2.5 E F0(\214le1)108 583.2
-Q F1<ad>2.5 E F3(ot)A F0(\214le2)2.5 E F1 -.35(Tr)144 595.2 S(ue if).35
-E F0(\214le1)2.5 E F1(is older than)2.5 E F0(\214le2)2.5 E F1 2.5(,o)C
-2.5(ri)-2.5 G(f)-2.5 E F0(\214le2)2.5 E F1 -.15(ex)2.5 G(ists and).15 E
-F0(\214le1)2.5 E F1(does not.)2.5 E F3<ad6f>108 607.2 Q F0(optname)2.5 E
-F1 -.35(Tr)144 619.2 S .262(ue if the shell option).35 F F0(optname)
-2.992 E F1 .262(is enabled.)2.942 F .262
-(See the list of options under the description of the)5.262 F F3<ad6f>
-2.763 E F1(option to the)144 631.2 Q F3(set)2.5 E F1 -.2(bu)2.5 G
-(iltin belo).2 E -.65(w.)-.25 G F3<ad76>108 643.2 Q F0(varname)2.5 E F1
--.35(Tr)144 655.2 S .327(ue if the shell v).35 F(ariable)-.25 E F0
-(varname)3.116 E F1 .326(is set \(has been assigned a v)3.006 F 2.826
-(alue\). If)-.25 F F0(varname)2.826 E F1 .326(is an inde)2.826 F -.15
-(xe)-.15 G 2.826(da).15 G -.2(r-)-2.826 G .131(ray v)144 667.2 R .131
-(ariable name subscripted by)-.25 F F0(@)2.631 E F1(or)2.631 E F0(*)
-2.631 E F1 2.631(,t)C .131(his returns true if the array has an)-2.631 F
-2.631(ys)-.15 G .131(et elements.)-2.631 F(If)5.131 E F0(var)2.632 E(-)
--.2 E(name)144 679.2 Q F1 .737(is an associati)3.238 F 1.037 -.15(ve a)
--.25 H .737(rray v).15 F .737(ariable name subscripted by)-.25 F F0(@)
-3.237 E F1(or)3.237 E F0(*)3.237 E F1 3.237(,t)C .737
-(his returns true if an element)-3.237 F(with that k)144 691.2 Q .3 -.15
-(ey i)-.1 H 2.5(ss).15 G(et.)-2.5 E F3<ad52>108 703.2 Q F0(varname)2.5 E
-F1 -.35(Tr)144 715.2 S(ue if the shell v).35 E(ariable)-.25 E F0
-(varname)2.79 E F1(is set and is a name reference.)2.68 E(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(36)193.45 E 0 Cg EP
-%%Page: 37 37
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad7a>108 84 Q F0(string)2.5 E
-F1 -.35(Tr)144 96 S(ue if the length of).35 E F0(string)2.5 E F1
-(is zero.)2.5 E F0(string)108 108 Q F2<ad6e>108 120 Q F0(string)2.5 E F1
--.35(Tr)144 132 S(ue if the length of).35 E F0(string)2.84 E F1
-(is non-zero.)2.72 E F0(string1)108 148.8 Q F2(==)2.5 E F0(string2)2.5 E
-(string1)108 160.8 Q F2(=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 172.8 S
-.861(ue if the strings are equal.).35 F F2(=)5.861 E F1 .861
-(should be used with the)3.361 F F2(test)3.361 E F1 .862
-(command for POSIX conformance.)3.362 F .447(When used with the)144
-184.8 R F2([[)2.946 E F1 .446
-(command, this performs pattern matching as described abo)2.946 F .746
--.15(ve \()-.15 H F2(Compound).15 E(Commands)144 196.8 Q F1(\).)A F0
-(string1)108 213.6 Q F2(!=)2.5 E F0(string2)2.5 E F1 -.35(Tr)144 225.6 S
-(ue if the strings are not equal.).35 E F0(string1)108 242.4 Q F2(<)2.5
-E F0(string2)2.5 E F1 -.35(Tr)144 254.4 S(ue if).35 E F0(string1)2.5 E
-F1(sorts before)2.5 E F0(string2)2.5 E F1(le)2.5 E(xicographically)-.15
-E(.)-.65 E F0(string1)108 271.2 Q F2(>)2.5 E F0(string2)2.5 E F1 -.35
-(Tr)144 283.2 S(ue if).35 E F0(string1)2.5 E F1(sorts after)2.5 E F0
-(string2)2.5 E F1(le)2.5 E(xicographically)-.15 E(.)-.65 E F0(ar)108.33
-300 Q(g1)-.37 E F2(OP)2.5 E F0(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF
-(OP)144 312 Q F1 .385(is one of)2.634 F F2(\255eq)2.885 E F1(,)A F2
-(\255ne)2.885 E F1(,)A F2(\255lt)2.885 E F1(,)A F2(\255le)2.885 E F1(,)A
-F2(\255gt)2.885 E F1 2.885(,o)C(r)-2.885 E F2(\255ge)2.885 E F1 5.385
-(.T)C .385(hese arithmetic binary operators return true if)-5.385 F F0
-(ar)2.885 E(g1)-.37 E F1 .845(is equal to, not equal to, less than, les\
-s than or equal to, greater than, or greater than or equal to)144 324 R
-F0(ar)144 336 Q(g2)-.37 E F1 3.589(,r)C(especti)-3.589 E -.15(ve)-.25 G
-(ly).15 E(.)-.65 E F0(Ar)7.099 E(g1)-.37 E F1(and)3.589 E F0(ar)3.919 E
-(g2)-.37 E F1 1.089(may be positi)3.609 F 1.389 -.15(ve o)-.25 H 3.589
-(rn).15 G -2.25 -.15(eg a)-3.589 H(ti).15 E 1.389 -.15(ve i)-.25 H(nte)
-.15 E 3.59(gers. When)-.15 F 1.09(used with the)3.59 F F2([[)3.59 E F1
-(command,)144 348 Q F0(Ar)4.447 E(g1)-.37 E F1(and)3.437 E F0(Ar)4.447 E
-(g2)-.37 E F1 .937(are e)3.457 F -.25(va)-.25 G .937
-(luated as arithmetic e).25 F .937(xpressions \(see)-.15 F F3 .937
-(ARITHMETIC EV)3.437 F(ALU)-1.215 E(A-)-.54 E(TION)144 360 Q F1(abo)2.25
-E -.15(ve)-.15 G(\).).15 E/F4 10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP)
-72 376.8 Q(ANSION)-.81 E F1 .613(When a simple command is e)108 388.8 R
--.15(xe)-.15 G .614(cuted, the shell performs the follo).15 F .614
-(wing e)-.25 F .614(xpansions, assignments, and redi-)-.15 F
-(rections, from left to right, in the follo)108 400.8 Q(wing order)-.25
-E(.)-.55 E(1.)108 417.6 Q 1.849(The w)144 417.6 R 1.849
-(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 F 1.848
-(ariable assignments \(those preceding the command)-.25 F
-(name\) and redirections are sa)144 429.6 Q -.15(ve)-.2 G 2.5(df).15 G
-(or later processing.)-2.5 E(2.)108 446.4 Q .179(The w)144 446.4 R .179
-(ords that are not v)-.1 F .179
-(ariable assignments or redirections are e)-.25 F 2.68(xpanded. If)-.15
-F(an)2.68 E 2.68(yw)-.15 G .18(ords remain af-)-2.78 F .347(ter e)144
-458.4 R .347(xpansion, the \214rst w)-.15 F .347(ord is tak)-.1 F .347
-(en to be the name of the command and the remaining w)-.1 F .346
-(ords are)-.1 F(the ar)144 470.4 Q(guments.)-.18 E(3.)108 487.2 Q
-(Redirections are performed as described abo)144 487.2 Q .3 -.15(ve u)
--.15 H(nder).15 E F3(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F1(4.)
-108 504 Q .716(The te)144 504 R .717(xt after the)-.15 F F2(=)3.217 E F1
-.717(in each v)3.217 F .717(ariable assignment under)-.25 F .717
-(goes tilde e)-.18 F .717(xpansion, parameter e)-.15 F(xpansion,)-.15 E
-.34(command substitution, arithmetic e)144 516 R .339
-(xpansion, and quote remo)-.15 F -.25(va)-.15 G 2.839(lb).25 G .339
-(efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 528 Q .586
-(If no command name results, the v)108 544.8 R .586
-(ariable assignments af)-.25 F .586(fect the current shell en)-.25 F
-3.087(vironment. In)-.4 F .587(the case of)3.087 F .371(such a command \
-\(one that consists only of assignment statements and redirections\), a\
-ssignment statements)108 556.8 R .835
-(are performed before redirections.)108 568.8 R .835(Otherwise, the v)
-5.835 F .835(ariables are added to the en)-.25 F .835
-(vironment of the e)-.4 F -.15(xe)-.15 G(cuted).15 E .839
-(command and do not af)108 580.8 R .838(fect the current shell en)-.25 F
-3.338(vironment. If)-.4 F(an)3.338 E 3.338(yo)-.15 G 3.338(ft)-3.338 G
-.838(he assignments attempts to assign a)-3.338 F -.25(va)108 592.8 S
-(lue to a readonly v).25 E(ariable, an error occurs, and the command e)
--.25 E(xits with a non-zero status.)-.15 E .149
-(If no command name results, redirections are performed, b)108 609.6 R
-.149(ut do not af)-.2 F .15(fect the current shell en)-.25 F 2.65
-(vironment. A)-.4 F(redirection error causes the command to e)108 621.6
-Q(xit with a non-zero status.)-.15 E 1.064
-(If there is a command name left after e)108 638.4 R 1.064(xpansion, e)
--.15 F -.15(xe)-.15 G 1.064(cution proceeds as described belo).15 F
-4.864 -.65(w. O)-.25 H 1.064(therwise, the).65 F .068(command e)108
-650.4 R 2.568(xits. If)-.15 F .069(one of the e)2.568 F .069
-(xpansions contained a command substitution, the e)-.15 F .069
-(xit status of the command)-.15 F .467(is the e)108 662.4 R .466
-(xit status of the last command substitution performed.)-.15 F .466
-(If there were no command substitutions, the)5.466 F(command e)108 674.4
-Q(xits with a status of zero.)-.15 E F4(COMMAND EXECUTION)72 691.2 Q F1
-.546(After a command has been split into w)108 703.2 R .547
-(ords, if it results in a simple command and an optional list of ar)-.1
-F(gu-)-.18 E(ments, the shell performs the follo)108 715.2 Q
-(wing actions.)-.25 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(37)
-193.45 E 0 Cg EP
-%%Page: 38 38
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .379(If the command name contains no slashes, the \
-shell attempts to locate it.)108 84 R .379(If there e)5.379 F .379
-(xists a shell function by)-.15 F .246(that name, that function is in)
-108 96 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G .246
-(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E/F2 9/Times-Bold@0
-SF(FUNCTIONS)2.746 E/F3 9/Times-Roman@0 SF(.)A F1 .246
-(If the name does not match a func-)4.746 F
-(tion, the shell searches for it in the list of shell b)108 108 Q 2.5
-(uiltins. If)-.2 F 2.5(am)2.5 G(atch is found, that b)-2.5 E
-(uiltin is in)-.2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E .31
-(If the name is neither a shell function nor a b)108 124.8 R .309
-(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.809
-E F1 .309(searches each element of)2.809 F(the)108 136.8 Q F2 -.666(PA)
-3.162 G(TH)-.189 E F1 .662(for a directory containing an e)2.912 F -.15
-(xe)-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F1
-.663(uses a hash table to remember)3.162 F 1.915
-(the full pathnames of e)108 148.8 R -.15(xe)-.15 G 1.915
-(cutable \214les \(see).15 F F4(hash)4.415 E F1(under)4.415 E F2 1.915
-(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS)-.828 F F1(belo)4.164 E
-4.414(w\). A)-.25 F(full)4.414 E .719(search of the directories in)108
-160.8 R F2 -.666(PA)3.219 G(TH)-.189 E F1 .72
-(is performed only if the command is not found in the hash table.)2.969
-F .72(If the)5.72 F .956(search is unsuccessful, the shell searches for\
- a de\214ned shell function named)108 172.8 R F4(command_not_f)3.455 E
-(ound_han-)-.25 E(dle)108 184.8 Q F1 6.005(.I)C 3.505(ft)-6.005 G 1.005
-(hat function e)-3.505 F 1.005(xists, it is in)-.15 F -.2(vo)-.4 G -.1
-(ke).2 G 3.506(di).1 G 3.506(nas)-3.506 G 1.006(eparate e)-3.506 F -.15
-(xe)-.15 G 1.006(cution en).15 F 1.006
-(vironment with the original command)-.4 F .256
-(and the original command')108 196.8 R 2.756(sa)-.55 G -.18(rg)-2.756 G
-.256(uments as its ar).18 F .256(guments, and the function')-.18 F 2.755
-(se)-.55 G .255(xit status becomes the e)-2.905 F .255(xit sta-)-.15 F
-.263(tus of that subshell.)108 208.8 R .263(If that function is not de\
-\214ned, the shell prints an error message and returns an e)5.263 F .263
-(xit sta-)-.15 F(tus of 127.)108 220.8 Q 1.089(If the search is success\
-ful, or if the command name contains one or more slashes, the shell e)
-108 237.6 R -.15(xe)-.15 G 1.089(cutes the).15 F .197
-(named program in a separate e)108 249.6 R -.15(xe)-.15 G .197
-(cution en).15 F 2.698(vironment. Ar)-.4 F .198
-(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .198
-(n, and the remain-).15 F(ing ar)108 261.6 Q
-(guments to the command are set to the ar)-.18 E(guments gi)-.18 E -.15
-(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.049(If this e)108 278.4 R
--.15(xe)-.15 G 1.049(cution f).15 F 1.049
-(ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.048
-(cutable format, and the \214le is not a directory).15 F 3.548(,i)-.65 G
-3.548(ti)-3.548 G 3.548(sa)-3.548 G(s-)-3.548 E .143(sumed to be a)108
-290.4 R F0 .143(shell script)2.643 F F1 2.643(,a\214)C .143
-(le containing shell commands, and the shell creates a ne)-2.643 F 2.643
-(wi)-.25 G .143(nstance of itself to)-2.643 F -.15(exe)108 302.4 S .137
-(cute it.).15 F .137(This subshell reinitializes itself, so that the ef)
-5.137 F .136(fect is as if a ne)-.25 F 2.636(ws)-.25 G .136
-(hell had been in)-2.636 F -.2(vo)-.4 G -.1(ke).2 G 2.636(dt).1 G 2.636
-(oh)-2.636 G(andle)-2.636 E .865(the script, with the e)108 314.4 R .866
-(xception that the locations of commands remembered by the parent \(see)
--.15 F F4(hash)3.366 E F1(belo)3.366 E(w)-.25 E(under)108 326.4 Q F2
-(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F3(\))A F1
-(are retained by the child.)2.25 E .348(If the program is a \214le be)
-108 343.2 R .348(ginning with)-.15 F F4(#!)2.848 E F1 2.848(,t)C .347(h\
-e remainder of the \214rst line speci\214es an interpreter for the pro-)
--2.848 F 3.178(gram. The)108 355.2 R .678(shell e)3.178 F -.15(xe)-.15 G
-.678(cutes the speci\214ed interpreter on operating systems that do not\
- handle this e).15 F -.15(xe)-.15 G(cutable).15 E .206(format themselv)
-108 367.2 R 2.706(es. The)-.15 F(ar)2.706 E .206
-(guments to the interpreter consist of a single optional ar)-.18 F .206
-(gument follo)-.18 F .206(wing the in-)-.25 F .267
-(terpreter name on the \214rst line of the program, follo)108 379.2 R
-.268(wed by the name of the program, follo)-.25 F .268(wed by the com-)
--.25 F(mand ar)108 391.2 Q(guments, if an)-.18 E -.65(y.)-.15 G/F5 10.95
-/Times-Bold@0 SF(COMMAND EXECUTION ENVIR)72 408 Q(ONMENT)-.329 E F1
-(The shell has an)108 420 Q F0 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E
-(onment)-.45 E F1 2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25
-E<83>108 436.8 Q 1.406(open \214les inherited by the shell at in)144
-436.8 R -.2(vo)-.4 G 1.405
-(cation, as modi\214ed by redirections supplied to the).2 F F4(exec)
-3.905 E F1 -.2(bu)144 448.8 S(iltin).2 E<83>108 465.6 Q(the current w)
-144 465.6 Q(orking directory as set by)-.1 E F4(cd)2.5 E F1(,)A F4
-(pushd)2.5 E F1 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F1 2.5(,o)C 2.5(ri)-2.5
-G(nherited by the shell at in)-2.5 E -.2(vo)-.4 G(cation).2 E<83>108
-482.4 Q(the \214le creation mode mask as set by)144 482.4 Q F4(umask)2.5
-E F1(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent)-2.5 E<83>
-108 499.2 Q(current traps set by)144 499.2 Q F4(trap)2.5 E F1<83>108 516
-Q .256(shell parameters that are set by v)144 516 R .256
-(ariable assignment or with)-.25 F F4(set)2.756 E F1 .257
-(or inherited from the shell')2.756 F 2.757(sp)-.55 G(arent)-2.757 E
-(in the en)144 528 Q(vironment)-.4 E<83>108 544.8 Q
-(shell functions de\214ned during e)144 544.8 Q -.15(xe)-.15 G
-(cution or inherited from the shell').15 E 2.5(sp)-.55 G
-(arent in the en)-2.5 E(vironment)-.4 E<83>108 561.6 Q
-(options enabled at in)144 561.6 Q -.2(vo)-.4 G(cation \(either by def)
-.2 E(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F4(set)
-2.5 E F1<83>108 578.4 Q(options enabled by)144 578.4 Q F4(shopt)2.5 E F1
-<83>108 595.2 Q(shell aliases de\214ned with)144 595.2 Q F4(alias)2.5 E
-F1<83>108 612 Q -.25(va)144 612 S
-(rious process IDs, including those of background jobs, the v).25 E
-(alue of)-.25 E F4($$)2.5 E F1 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E
-F2(PPID)2.5 E F1 .427(When a simple command other than a b)108 628.8 R
-.426(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .426
-(cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.926(di).1 G 2.926(nas)
--2.926 G(eparate)-2.926 E -.15(exe)108 640.8 S .133(cution en).15 F .133
-(vironment that consists of the follo)-.4 F 2.634(wing. Unless)-.25 F
-.134(otherwise noted, the v)2.634 F .134(alues are inherited from)-.25 F
-(the shell.)108 652.8 Q<83>108 669.6 Q 1.056(the shell')144 669.6 R
-3.556(so)-.55 G 1.056(pen \214les, plus an)-3.556 F 3.556(ym)-.15 G
-1.056
-(odi\214cations and additions speci\214ed by redirections to the com-)
--3.556 F(mand)144 681.6 Q<83>108 698.4 Q(the current w)144 698.4 Q
-(orking directory)-.1 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(38)
-193.45 E 0 Cg EP
-%%Page: 39 39
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E<83>108 84 Q(the \214le creation mode mask)144 84 Q
-<83>108 100.8 Q .856(shell v)144 100.8 R .857
-(ariables and functions mark)-.25 F .857(ed for e)-.1 F .857
-(xport, along with v)-.15 F .857(ariables e)-.25 F .857
-(xported for the command,)-.15 F(passed in the en)144 112.8 Q(vironment)
--.4 E<83>108 129.6 Q .307(traps caught by the shell are reset to the v)
-144 129.6 R .306(alues inherited from the shell')-.25 F 2.806(sp)-.55 G
-.306(arent, and traps ignored)-2.806 F(by the shell are ignored)144
-141.6 Q 2.5(Ac)108 158.4 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5
-(di).1 G 2.5(nt)-2.5 G(his separate en)-2.5 E(vironment cannot af)-.4 E
-(fect the shell')-.25 E 2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E
-(vironment.)-.4 E(A)108 175.2 Q F0(subshell)2.5 E F1(is a cop)2.5 E 2.5
-(yo)-.1 G 2.5(ft)-2.5 G(he shell process.)-2.5 E .577(Command substitut\
-ion, commands grouped with parentheses, and asynchronous commands are i\
-n)108 192 R -.2(vo)-.4 G -.1(ke).2 G 3.078(di).1 G(n)-3.078 E 2.745(as)
-108 204 S .245(ubshell en)-2.745 F .245
-(vironment that is a duplicate of the shell en)-.4 F .244(vironment, e)
--.4 F .244(xcept that traps caught by the shell are)-.15 F .358
-(reset to the v)108 216 R .358
-(alues that the shell inherited from its parent at in)-.25 F -.2(vo)-.4
-G 2.858(cation. Builtin).2 F .359(commands that are in)2.859 F -.2(vo)
--.4 G -.1(ke).2 G(d).1 E .857(as part of a pipeline are also e)108 228 R
--.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.356
-(vironment. Changes)-.4 F .856(made to the subshell en)3.356 F(viron-)
--.4 E(ment cannot af)108 240 Q(fect the shell')-.25 E 2.5(se)-.55 G -.15
-(xe)-2.65 G(cution en).15 E(vironment.)-.4 E .605(When the shell is in)
-108 256.8 R F0 .605(posix mode)3.105 F F1 3.105(,s)C .605(ubshells spa)
--3.105 F .605(wned to e)-.15 F -.15(xe)-.15 G .605
-(cute command substitutions inherit the v).15 F .605(alue of)-.25 F(the)
-108 268.8 Q/F2 10/Times-Bold@0 SF<ad65>2.695 E F1 .195
-(option from their parent shell.)2.695 F .194(When not in)5.194 F F0
-.194(posix mode)2.694 F F1(,)A F2(bash)2.694 E F1 .194(clears the)2.694
-F F2<ad65>2.694 E F1 .194(option in such subshells.)2.694 F .613
-(See the description of the)108 280.8 R F2(inherit_err)3.113 E(exit)-.18
-E F1 .613(shell option belo)3.113 F 3.114(wf)-.25 G .614(or ho)-3.114 F
-3.114(wt)-.25 G 3.114(oc)-3.114 G .614(ontrol this beha)-3.114 F .614
-(vior when not in)-.2 F(posix mode.)108 292.8 Q .405
-(If a command is follo)108 309.6 R .405(wed by a)-.25 F F2(&)2.905 E F1
-.404(and job control is not acti)2.905 F -.15(ve)-.25 G 2.904(,t).15 G
-.404(he def)-2.904 F .404(ault standard input for the command)-.1 F .197
-(is the empty \214le)108 321.6 R F0(/de)2.697 E(v/null)-.15 E F1 5.197
-(.O)C .197(therwise, the in)-5.197 F -.2(vo)-.4 G -.1(ke).2 G 2.697(dc)
-.1 G .198(ommand inherits the \214le descriptors of the calling shell)
--2.697 F(as modi\214ed by redirections.)108 333.6 Q/F3 10.95
-/Times-Bold@0 SF(ENVIR)72 350.4 Q(ONMENT)-.329 E F1 2.344
-(When a program is in)108 362.4 R -.2(vo)-.4 G -.1(ke).2 G 4.843(di).1 G
-4.843(ti)-4.843 G 4.843(sg)-4.843 G -2.15 -.25(iv e)-4.843 H 4.843(na)
-.25 G 4.843(na)-4.843 G 2.343(rray of strings called the)-4.843 F F0(en)
-5.033 E(vir)-.4 E(onment)-.45 E F1 7.343(.T).68 G 2.343
-(his is a list of)-7.343 F F0(name)108 374.4 Q F1<ad>A F0(value)A F1
-(pairs, of the form)2.5 E F0(name)2.86 E F1(=)A F0(value)A F1(.).18 E
-.438(The shell pro)108 391.2 R .438(vides se)-.15 F -.15(ve)-.25 G .438
-(ral w).15 F .438(ays to manipulate the en)-.1 F 2.938(vironment. On)-.4
-F(in)2.938 E -.2(vo)-.4 G .438(cation, the shell scans its o).2 F .439
-(wn en-)-.25 F 2.033(vironment and creates a parameter for each name fo\
-und, automatically marking it for)108 403.2 R F0 -.2(ex)4.533 G(port).2
-E F1 2.033(to child)5.213 F 2.873(processes. Ex)108 415.2 R .374
-(ecuted commands inherit the en)-.15 F 2.874(vironment. The)-.4 F F2
-(export)2.874 E F1(and)2.874 E F2(declar)2.874 E 2.874<65ad>-.18 G(x)
--2.874 E F1 .374(commands allo)2.874 F 2.874(wp)-.25 G(a-)-2.874 E .335
-(rameters and functions to be added to and deleted from the en)108 427.2
-R 2.835(vironment. If)-.4 F .335(the v)2.835 F .334
-(alue of a parameter in the)-.25 F(en)108 439.2 Q .64
-(vironment is modi\214ed, the ne)-.4 F 3.14(wv)-.25 G .64
-(alue becomes part of the en)-3.39 F .64(vironment, replacing the old.)
--.4 F .64(The en)5.64 F(viron-)-.4 E .58(ment inherited by an)108 451.2
-R 3.08(ye)-.15 G -.15(xe)-3.23 G .58
-(cuted command consists of the shell').15 F 3.08(si)-.55 G .58
-(nitial en)-3.08 F .58(vironment, whose v)-.4 F .58(alues may be)-.25 F
-.3(modi\214ed in the shell, less an)108 463.2 R 2.8(yp)-.15 G .3
-(airs remo)-2.8 F -.15(ve)-.15 G 2.8(db).15 G 2.801(yt)-2.8 G(he)-2.801
-E F2(unset)2.801 E F1 .301(command, plus an)2.801 F 2.801(ya)-.15 G .301
-(dditions via the)-2.801 F F2(export)2.801 E F1(and)2.801 E F2(declar)
-108 475.2 Q 2.5<65ad>-.18 G(x)-2.5 E F1(commands.)2.5 E .563(The en)108
-492 R .563(vironment for an)-.4 F(y)-.15 E F0 .563(simple command)3.403
-F F1 .562
-(or function may be augmented temporarily by pre\214xing it with)3.833 F
-.202(parameter assignments, as described abo)108 504 R .502 -.15(ve i)
--.15 H(n).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.702 G(RAMETERS).666 E/F5
-9/Times-Roman@0 SF(.)A F1 .202(These assignment statements af)4.702 F
-.203(fect only the)-.25 F(en)108 516 Q(vironment seen by that command.)
--.4 E .81(If the)108 532.8 R F2<ad6b>3.31 E F1 .81
-(option is set \(see the)3.31 F F2(set)3.31 E F1 -.2(bu)3.31 G .81
-(iltin command belo).2 F .81(w\), then)-.25 F F0(all)3.64 E F1 .81
-(parameter assignments are placed in)3.82 F(the en)108 544.8 Q
-(vironment for a command, not just those that precede the command name.)
--.4 E(When)108 561.6 Q F2(bash)3.585 E F1(in)3.585 E -.2(vo)-.4 G -.1
-(ke).2 G 3.585(sa).1 G 3.585(ne)-3.585 G 1.085(xternal command, the v)
--3.735 F(ariable)-.25 E F2(_)3.585 E F1 1.086
-(is set to the full \214lename of the command and)3.586 F
-(passed to that command in its en)108 573.6 Q(vironment.)-.4 E F3
-(EXIT ST)72 590.4 Q -1.04(AT)-.986 G(US)1.04 E F1 .151(The e)108 602.4 R
-.151(xit status of an e)-.15 F -.15(xe)-.15 G .151
-(cuted command is the v).15 F .15(alue returned by the)-.25 F F0
-(waitpid)2.65 E F1 .15(system call or equi)2.65 F -.25(va)-.25 G .15
-(lent func-).25 F 2.847(tion. Exit)108 614.4 R .347(statuses f)2.847 F
-.347(all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F
-1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .348(alues abo)-.25
-F .648 -.15(ve 1)-.15 H(25).15 E(specially)108 626.4 Q 5.507(.E)-.65 G
-.507(xit statuses from shell b)-5.507 F .507
-(uiltins and compound commands are also limited to this range.)-.2 F
-(Under)5.506 E(certain circumstances, the shell will use special v)108
-638.4 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15
-(Fo)108 655.2 S 3.372(rt).15 G .872(he shell')-3.372 F 3.372(sp)-.55 G
-.873(urposes, a command which e)-3.372 F .873(xits with a zero e)-.15 F
-.873(xit status has succeeded.)-.15 F .873(An e)5.873 F .873
-(xit status of)-.15 F .049(zero indicates success.)108 667.2 R 2.549(An)
-5.049 G .049(on-zero e)-2.549 F .049(xit status indicates f)-.15 F 2.549
-(ailure. When)-.1 F 2.549(ac)2.549 G .048(ommand terminates on a f)
--2.549 F .048(atal sig-)-.1 F(nal)108 679.2 Q F0(N)2.5 E F1(,)A F2(bash)
-2.5 E F1(uses the v)2.5 E(alue of 128+)-.25 E F0(N)A F1(as the e)2.5 E
-(xit status.)-.15 E .404
-(If a command is not found, the child process created to e)108 696 R
--.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .405
-(If a command is)5.405 F(found b)108 708 Q(ut is not e)-.2 E -.15(xe)
--.15 G(cutable, the return status is 126.).15 E(If a command f)108 724.8
-Q(ails because of an error during e)-.1 E
-(xpansion or redirection, the e)-.15 E(xit status is greater than zero.)
--.15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(39)193.45 E 0 Cg EP
-%%Page: 40 40
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .081(Shell b)108 84 R .081
-(uiltin commands return a status of 0 \()-.2 F F0(true)A F1 2.581(\)i)C
-2.581(fs)-2.581 G .08(uccessful, and non-zero \()-2.581 F F0(false)A F1
-2.58(\)i)C 2.58(fa)-2.58 G 2.58(ne)-2.58 G .08(rror occurs while)-2.58 F
-(the)108 96 Q 2.967(ye)-.15 G -.15(xe)-3.117 G 2.967(cute. All).15 F -.2
-(bu)2.967 G .467(iltins return an e).2 F .468
-(xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25
-(va)-.4 G .468(lid options or).25 F(missing ar)108 108 Q(guments.)-.18 E
-(The e)108 124.8 Q(xit status of the last command is a)-.15 E -.25(va)
--.2 G(ilable in the special parameter $?.).25 E/F2 10/Times-Bold@0 SF
-(Bash)108 141.6 Q F1 .202(itself returns the e)2.702 F .202
-(xit status of the last command e)-.15 F -.15(xe)-.15 G .201
-(cuted, unless a syntax error occurs, in which case).15 F(it e)108 153.6
-Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F2
-(exit)2.5 E F1 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G/F3
-10.95/Times-Bold@0 SF(SIGN)72 170.4 Q(ALS)-.219 E F1(When)108 182.4 Q F2
-(bash)2.502 E F1 .002(is interacti)2.502 F -.15(ve)-.25 G 2.502(,i).15 G
-2.502(nt)-2.502 G .002(he absence of an)-2.502 F 2.502(yt)-.15 G .002
-(raps, it ignores)-2.502 F/F4 9/Times-Bold@0 SF(SIGTERM)2.502 E F1 .002
-(\(so that)2.252 F F2 .002(kill 0)2.502 F F1 .002(does not kill an in-)
-2.502 F(teracti)108 194.4 Q 1.216 -.15(ve s)-.25 H .916(hell\), and).15
-F F4(SIGINT)3.416 E F1 .915(is caught and handled \(so that the)3.166 F
-F2(wait)3.415 E F1 -.2(bu)3.415 G .915(iltin is interruptible\).).2 F
-.915(In all cases,)5.915 F F2(bash)108 206.4 Q F1(ignores)2.5 E F4(SIGQ)
-2.5 E(UIT)-.09 E/F5 9/Times-Roman@0 SF(.)A F1(If job control is in ef)
-4.5 E(fect,)-.25 E F2(bash)2.5 E F1(ignores)2.5 E F4(SIGTTIN)2.5 E F5(,)
-A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F1(and)2.25 E F4(SIGTSTP)2.5 E F5(.)
-A F1(Non-b)108 223.2 Q 1.064(uiltin commands run by)-.2 F F2(bash)3.564
-E F1(ha)3.564 E 1.365 -.15(ve s)-.2 H 1.065(ignal handlers set to the v)
-.15 F 1.065(alues inherited by the shell from its)-.25 F 3.248
-(parent. When)108 235.2 R .748(job control is not in ef)3.248 F .747
-(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.247 E F1(and)
-2.997 E F4(SIGQ)3.247 E(UIT)-.09 E F1 .747(in addi-)2.997 F .652
-(tion to these inherited handlers.)108 247.2 R .653
-(Commands run as a result of command substitution ignore the k)5.652 F
--.15(ey)-.1 G(board-).15 E(generated job control signals)108 259.2 Q F4
-(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F1(and)2.25 E F4
-(SIGTSTP)2.5 E F5(.)A F1 2.046(The shell e)108 276 R 2.046(xits by def)
--.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E F5(.)A F1
-2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.345 -.15
-(ve s)-.25 H 2.045(hell resends the).15 F F4(SIGHUP)108 288 Q F1 1.004
-(to all jobs, running or stopped.)3.254 F 1.004(Stopped jobs are sent)
-6.004 F F4(SIGCONT)3.505 E F1 1.005(to ensure that the)3.255 F 3.505(yr)
--.15 G(ecei)-3.505 E 1.305 -.15(ve t)-.25 H(he).15 E F4(SIGHUP)108 300 Q
-F5(.)A F1 2.53 -.8(To p)5.43 H(re).8 E -.15(ve)-.25 G .93(nt the shell \
-from sending the signal to a particular job, it should be remo).15 F
--.15(ve)-.15 G 3.429(df).15 G .929(rom the)-3.429 F 1.356
-(jobs table with the)108 312 R F2(diso)3.856 E(wn)-.1 E F1 -.2(bu)3.856
-G 1.356(iltin \(see).2 F F4 1.356(SHELL B)3.856 F(UIL)-.09 E 1.356
-(TIN COMMANDS)-.828 F F1(belo)3.607 E 1.357(w\) or mark)-.25 F 1.357
-(ed to not recei)-.1 F -.15(ve)-.25 G F4(SIGHUP)108 324 Q F1(using)2.25
-E F2(diso)2.5 E(wn \255h)-.1 E F1(.)A .166(If the)108 340.8 R F2
-(huponexit)2.666 E F1 .166(shell option has been set with)2.666 F F2
-(shopt)2.666 E F1(,)A F2(bash)2.666 E F1 .166(sends a)2.666 F F4(SIGHUP)
-2.666 E F1 .166(to all jobs when an interacti)2.416 F -.15(ve)-.25 G
-(login shell e)108 352.8 Q(xits.)-.15 E(If)108 369.6 Q F2(bash)3.046 E
-F1 .546(is w)3.046 F .546(aiting for a command to complete and recei)-.1
-F -.15(ve)-.25 G 3.046(sas).15 G .546
-(ignal for which a trap has been set, the trap)-3.046 F .663
-(will not be e)108 381.6 R -.15(xe)-.15 G .663
-(cuted until the command completes.).15 F(When)5.663 E F2(bash)3.163 E
-F1 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .326
-(via the)108 393.6 R F2(wait)2.826 E F1 -.2(bu)2.826 G .327(iltin, the \
-reception of a signal for which a trap has been set will cause the).2 F
-F2(wait)2.827 E F1 -.2(bu)2.827 G .327(iltin to re-).2 F
-(turn immediately with an e)108 405.6 Q
-(xit status greater than 128, immediately after which the trap is e)-.15
-E -.15(xe)-.15 G(cuted.).15 E .499(When job control is not enabled, and)
-108 422.4 R F2(bash)2.998 E F1 .498(is w)2.998 F .498(aiting for a fore)
--.1 F .498(ground command to complete, the shell re-)-.15 F(cei)108
-434.4 Q -.15(ve)-.25 G 3.213(sk).15 G -.15(ey)-3.313 G .713
-(board-generated signals such as).15 F F4(SIGINT)3.213 E F1 .713
-(\(usually generated by)2.963 F F2<0043>3.213 E F1 3.213(\)t)C .714
-(hat users commonly intend)-3.213 F .455(to send to that command.)108
-446.4 R .454(This happens because the shell and the command are in the \
-same process group)5.455 F(as the terminal, and)108 458.4 Q F2<0043>2.5
-E F1(sends)2.5 E F4(SIGINT)2.5 E F1
-(to all processes in that process group.)2.25 E(When)108 475.2 Q F2
-(bash)3.8 E F1 1.3(is running without job control enabled and recei)3.8
-F -.15(ve)-.25 G(s).15 E F4(SIGINT)3.8 E F1 1.3(while w)3.55 F 1.3
-(aiting for a fore)-.1 F(ground)-.15 E .81(command, it w)108 487.2 R .81
-(aits until that fore)-.1 F .81
-(ground command terminates and then decides what to do about the)-.15 F
-F4(SIG-)3.309 E(INT)108 499.2 Q F5(:)A F1(1.)108 516 Q .002
-(If the command terminates due to the)144 516 R F4(SIGINT)2.502 E F5(,)A
-F2(bash)2.252 E F1 .003(concludes that the user meant to end the entire)
-2.502 F(script, and acts on the)144 528 Q F4(SIGINT)2.5 E F1
-(\(e.g., by running a)2.25 E F4(SIGINT)2.5 E F1(trap or e)2.25 E
-(xiting itself\);)-.15 E(2.)108 544.8 Q .289
-(If the command does not terminate due to)144 544.8 R F4(SIGINT)2.788 E
-F5(,)A F1 .288(the program handled the)2.538 F F4(SIGINT)2.788 E F1 .288
-(itself and did)2.538 F .728(not treat it as a f)144 556.8 R .728
-(atal signal.)-.1 F .728(In that case,)5.728 F F2(bash)3.228 E F1 .728
-(does not treat)3.228 F F4(SIGINT)3.228 E F1 .728(as a f)2.978 F .728
-(atal signal, either)-.1 F 3.229(,i)-.4 G(n-)-3.229 E .772
-(stead assuming that the)144 568.8 R F4(SIGINT)3.272 E F1 -.1(wa)3.022 G
-3.272(su).1 G .771(sed as part of the program')-3.272 F 3.271(sn)-.55 G
-.771(ormal operation \(e.g., emacs)-3.271 F .409
-(uses it to abort editing commands\) or deliberately discarded.)144
-580.8 R(Ho)5.409 E(we)-.25 E -.15(ve)-.25 G -.4(r,).15 G F2(bash)3.309 E
-F1 .41(will run an)2.91 F 2.91(yt)-.15 G .41(rap set)-2.91 F(on)144
-592.8 Q F4(SIGINT)3.789 E F5(,)A F1 1.289(as it does with an)3.539 F
-3.789(yo)-.15 G 1.288(ther trapped signal it recei)-3.789 F -.15(ve)-.25
-G 3.788(sw).15 G 1.288(hile it is w)-3.788 F 1.288(aiting for the fore-)
--.1 F(ground command to complete, for compatibility)144 604.8 Q(.)-.65 E
-F3(JOB CONTR)72 621.6 Q(OL)-.329 E F0 -.25(Jo)108 633.6 S 3.368(bc).25 G
-(ontr)-3.368 E(ol)-.45 E F1 .868(refers to the ability to selecti)3.878
-F -.15(ve)-.25 G .868(ly stop \().15 F F0(suspend)A F1 3.368(\)t)C .868
-(he e)-3.368 F -.15(xe)-.15 G .868(cution of processes and continue \()
-.15 F F0 -.37(re)C(-).37 E(sume)108 645.6 Q F1 2.665(\)t)C .165(heir e)
--2.665 F -.15(xe)-.15 G .165(cution at a later point.).15 F 2.665(Au)
-5.165 G .165(ser typically emplo)-2.665 F .165(ys this f)-.1 F .164
-(acility via an interacti)-.1 F .464 -.15(ve i)-.25 H(nterf).15 E .164
-(ace sup-)-.1 F(plied jointly by the operating system k)108 657.6 Q
-(ernel')-.1 E 2.5(st)-.55 G(erminal dri)-2.5 E -.15(ve)-.25 G 2.5(ra).15
-G(nd)-2.5 E F2(bash)2.5 E F1(.)A .784(The shell associates a)108 674.4 R
-F0(job)5.024 E F1 .784(with each pipeline.)3.514 F .784(It k)5.784 F
-.785(eeps a table of currently e)-.1 F -.15(xe)-.15 G .785
-(cuting jobs, which may be).15 F .325(listed with the)108 686.4 R F2
-(jobs)2.825 E F1 2.825(command. When)2.825 F F2(bash)2.825 E F1 .325
-(starts a job asynchronously \(in the)2.825 F F0(bac)3.094 E(kgr)-.2 E
-(ound)-.45 E F1 .324(\), it prints a line).77 F(that looks lik)108 698.4
-Q(e:)-.1 E([1] 25647)144 715.2 Q(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(40)193.45 E 0 Cg EP
-%%Page: 41 41
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .241(indicating that this job is job number 1 and \
-that the process ID of the last process in the pipeline associated)108
-84 R .733(with this job is 25647.)108 96 R .732
-(All of the processes in a single pipeline are members of the same job)
-5.733 F(.)-.4 E/F2 10/Times-Bold@0 SF(Bash)5.732 E F1(uses)3.232 E(the)
-108 108 Q F0(job)4.24 E F1(abstraction as the basis for job control.)
-2.73 E 1.981 -.8(To f)108 124.8 T .382
-(acilitate the implementation of the user interf).7 F .382
-(ace to job control, the operating system maintains the no-)-.1 F 1.538
-(tion of a)108 136.8 R F0(curr)4.038 E 1.538(ent terminal pr)-.37 F
-1.537(ocess gr)-.45 F 1.537(oup ID)-.45 F F1 6.537(.M)C 1.537
-(embers of this process group \(processes whose process)-6.537 F .023
-(group ID is equal to the current terminal process group ID\) recei)108
-148.8 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023
-(board-generated signals such as).15 F/F3 9/Times-Bold@0 SF(SIG-)2.523 E
-(INT)108 160.8 Q/F4 9/Times-Roman@0 SF(.)A F1 1.215
-(These processes are said to be in the)5.716 F F0(for)5.685 E -.4(eg)
--.37 G -.45(ro).4 G(und).45 E F1(.).77 E F0(Bac)6.795 E(kgr)-.2 E(ound)
--.45 E F1 1.215(processes are those whose process)4.485 F .145
-(group ID dif)108 172.8 R .145(fers from the terminal')-.25 F .146
-(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .146
-(board-generated signals.).15 F .146(Only fore-)5.146 F .421
-(ground processes are allo)108 184.8 R .421(wed to read from or)-.25 F
-2.921(,i)-.4 G 2.921(ft)-2.921 G .421
-(he user so speci\214es with \231stty tostop\232, write to the termi-)
--2.921 F 2.588(nal. Background)108 196.8 R .089(processes which attempt\
- to read from \(write to when \231tostop\232 is in ef)2.588 F .089
-(fect\) the terminal are)-.25 F 1.899(sent a)108 208.8 R F3 1.899
-(SIGTTIN \(SIGTT)4.399 F(OU\))-.162 E F1 1.899(signal by the k)4.149 F
-(ernel')-.1 E 4.399(st)-.55 G 1.899(erminal dri)-4.399 F -.15(ve)-.25 G
-2.699 -.4(r, w).15 H 1.898(hich, unless caught, suspends the).4 F
-(process.)108 220.8 Q 1.087(If the operating system on which)108 237.6 R
-F2(bash)3.587 E F1 1.088(is running supports job control,)3.588 F F2
-(bash)3.588 E F1 1.088(contains f)3.588 F 1.088(acilities to use it.)-.1
-F -.8(Ty)108 249.6 S .147(ping the).8 F F0(suspend)2.987 E F1 .147
-(character \(typically)3.417 F F2<005a>2.646 E F1 2.646(,C)C .146
-(ontrol-Z\) while a process is running causes that process to be)-2.646
-F 1.951(stopped and returns control to)108 261.6 R F2(bash)4.451 E F1
-6.951(.T)C 1.952(yping the)-7.751 F F0 1.952(delayed suspend)4.802 F F1
-1.952(character \(typically)5.222 F F2<0059>4.452 E F1 4.452(,C)C
-(ontrol-Y\))-4.452 E .021(causes the process to be stopped when it atte\
-mpts to read input from the terminal, and control to be returned)108
-273.6 R(to)108 285.6 Q F2(bash)3.392 E F1 5.892(.T)C .892
-(he user may then manipulate the state of this job, using the)-5.892 F
-F2(bg)3.392 E F1 .892(command to continue it in the)3.392 F .046
-(background, the)108 297.6 R F2(fg)2.546 E F1 .046
-(command to continue it in the fore)2.546 F .046(ground, or the)-.15 F
-F2(kill)2.546 E F1 .046(command to kill it.)2.546 F(A)5.046 E F2<005a>
-2.546 E F1(tak)2.546 E .046(es ef-)-.1 F 1.418(fect immediately)108
-309.6 R 3.918(,a)-.65 G 1.418(nd has the additional side ef)-3.918 F
-1.418(fect of causing pending output and typeahead to be dis-)-.25 F
-(carded.)108 321.6 Q .777(There are a number of w)108 338.4 R .777
-(ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F2
-(%)3.277 E F1 .777(introduces a job speci\214cation)3.277 F(\()108 350.4
-Q F0(jobspec)A F1 3.457(\). Job)B(number)3.457 E F0(n)3.817 E F1 .957
-(may be referred to as)3.697 F F2(%n)3.457 E F1 5.957(.A)C .957
-(job may also be referred to using a pre\214x of the)-2.5 F .59(name us\
-ed to start it, or using a substring that appears in its command line.)
-108 362.4 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F2(%ce)3.09 E
-F1 .59(refers to a)3.09 F .385(stopped job whose command name be)108
-374.4 R .385(gins with)-.15 F F2(ce)2.885 E F1 5.385(.I)C 2.885(fap)
--5.385 G .385(re\214x matches more than one job,)-2.885 F F2(bash)2.885
-E F1 .385(reports an)2.885 F(error)108 386.4 Q 5.194(.U)-.55 G(sing)
--5.194 E F2(%?ce)2.694 E F1 2.694(,o)C 2.694(nt)-2.694 G .194
-(he other hand, refers to an)-2.694 F 2.694(yj)-.15 G .194
-(ob containing the string)-2.694 F F2(ce)2.694 E F1 .194
-(in its command line.)2.694 F .194(If the)5.194 F .306
-(substring matches more than one job,)108 398.4 R F2(bash)2.806 E F1
-.306(reports an error)2.806 F 5.306(.T)-.55 G .306(he symbols)-5.306 F
-F2(%%)2.806 E F1(and)2.806 E F2(%+)2.806 E F1 .307(refer to the shell')
-2.806 F(s)-.55 E .133(notion of the)108 410.4 R F0(curr)2.833 E .133
-(ent job)-.37 F F1 2.633(,w).23 G .133
-(hich is the last job stopped while it w)-2.633 F .133(as in the fore)
--.1 F .132(ground or started in the back-)-.15 F 2.575(ground. The)108
-422.4 R F0(pr)3.825 E -.15(ev)-.37 G .075(ious job).15 F F1 .075
-(may be referenced using)2.805 F F2<25ad>2.575 E F1 5.075(.I)C 2.575(ft)
--5.075 G .076(here is only a single job,)-2.575 F F2(%+)2.576 E F1(and)
-2.576 E F2<25ad>2.576 E F1 .076(can both)2.576 F .317
-(be used to refer to that job)108 434.4 R 5.317(.I)-.4 G 2.817(no)-5.317
-G .317(utput pertaining to jobs \(e.g., the output of the)-2.817 F F2
-(jobs)2.817 E F1 .317(command\), the current)2.817 F .032(job is al)108
-446.4 R -.1(wa)-.1 G .033(ys \215agged with a).1 F F2(+)2.533 E F1 2.533
-(,a)C .033(nd the pre)-2.533 F .033(vious job with a)-.25 F F2<ad>2.533
-E F1 5.033(.A)C .033(single % \(with no accompan)-2.5 F .033
-(ying job speci-)-.15 F(\214cation\) also refers to the current job)108
-458.4 Q(.)-.4 E .686
-(Simply naming a job can be used to bring it into the fore)108 475.2 R
-(ground:)-.15 E F2(%1)3.186 E F1 .686(is a synon)3.186 F .686
-(ym for \231fg %1\232, bringing)-.15 F .068
-(job 1 from the background into the fore)108 487.2 R 2.568
-(ground. Similarly)-.15 F 2.568<2c99>-.65 G .068
-(%1 &\232 resumes job 1 in the background, equi)-2.568 F(v-)-.25 E
-(alent to \231bg %1\232.)108 499.2 Q .131
-(The shell learns immediately whene)108 516 R -.15(ve)-.25 G 2.631(raj)
-.15 G .131(ob changes state.)-2.631 F(Normally)5.131 E(,)-.65 E F2(bash)
-2.631 E F1 -.1(wa)2.63 G .13(its until it is about to print a).1 F .157
-(prompt before reporting changes in a job')108 528 R 2.657(ss)-.55 G
-.157(tatus so as to not interrupt an)-2.657 F 2.658(yo)-.15 G .158
-(ther output.)-2.658 F .158(If the)5.158 F F2<ad62>2.658 E F1 .158
-(option to)2.658 F(the)108 540 Q F2(set)2.648 E F1 -.2(bu)2.648 G .148
-(iltin command is enabled,).2 F F2(bash)2.648 E F1 .148
-(reports such changes immediately)2.648 F 5.147(.A)-.65 G .447 -.15
-(ny t)-5.147 H .147(rap on).15 F F3(SIGCHLD)2.647 E F1 .147(is e)2.397 F
--.15(xe)-.15 G(-).15 E(cuted for each child that e)108 552 Q(xits.)-.15
-E .032(If an attempt to e)108 568.8 R(xit)-.15 E F2(bash)2.532 E F1 .032
-(is made while jobs are stopped \(or)2.532 F 2.533(,i)-.4 G 2.533(ft)
--2.533 G(he)-2.533 E F2(checkjobs)2.533 E F1 .033
-(shell option has been enabled)2.533 F 1.003(using the)108 580.8 R F2
-(shopt)3.503 E F1 -.2(bu)3.503 G 1.003
-(iltin, running\), the shell prints a w).2 F 1.002
-(arning message, and, if the)-.1 F F2(checkjobs)3.502 E F1 1.002
-(option is en-)3.502 F .955(abled, lists the jobs and their statuses.)
-108 592.8 R(The)5.955 E F2(jobs)3.455 E F1 .955
-(command may then be used to inspect their status.)3.455 F .956(If a)
-5.956 F .604(second attempt to e)108 604.8 R .604
-(xit is made without an interv)-.15 F .604
-(ening command, the shell does not print another w)-.15 F(arning,)-.1 E
-(and an)108 616.8 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E
-.644(When the shell is w)108 633.6 R .644
-(aiting for a job or process using the)-.1 F F2(wait)3.145 E F1 -.2(bu)
-3.145 G .645(iltin, and job control is enabled,).2 F F2(wait)3.145 E F1
-(will)3.145 E .282(return when the job changes state. The)108 645.6 R F2
-<ad66>2.782 E F1 .282(option causes)2.782 F F2(wait)2.782 E F1 .282
-(to w)2.782 F .282(ait until the job or process terminates be-)-.1 F
-(fore returning.)108 657.6 Q/F5 10.95/Times-Bold@0 SF(PR)72 674.4 Q
-(OMPTING)-.329 E F1 .644(When e)108 686.4 R -.15(xe)-.15 G .644
-(cuting interacti).15 F -.15(ve)-.25 G(ly).15 E(,)-.65 E F2(bash)3.144 E
-F1 .645(displays the primary prompt)3.145 F F3(PS1)3.145 E F1 .645
-(when it is ready to read a command,)2.895 F .428
-(and the secondary prompt)108 698.4 R F3(PS2)2.928 E F1 .427
-(when it needs more input to complete a command.)2.678 F F2(Bash)5.427 E
-F1(displays)2.927 E F3(PS0)2.927 E F1(after)2.677 E .037
-(it reads a command b)108 710.4 R .037(ut before e)-.2 F -.15(xe)-.15 G
-.037(cuting it.).15 F F2(Bash)5.037 E F1(displays)2.537 E F3(PS4)2.538 E
-F1 .038(as described abo)2.288 F .338 -.15(ve b)-.15 H .038
-(efore tracing each com-).15 F 1.122(mand when the)108 722.4 R F2<ad78>
-3.622 E F1 1.122(option is enabled.)3.622 F F2(Bash)6.122 E F1(allo)
-3.622 E 1.122(ws these prompt strings to be customized by inserting a)
--.25 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(41)193.45 E 0 Cg EP
-%%Page: 42 42
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(number of backslash-escaped special characters tha\
-t are decoded as follo)108 84 Q(ws:)-.25 E/F2 10/Times-Bold@0 SF(\\a)144
-96 Q F1(an ASCII bell character \(07\))180 96 Q F2(\\d)144 108 Q F1
-(the date in \231W)180 108 Q(eekday Month Date\232 format \(e.g., \231T)
--.8 E(ue May 26\232\))-.45 E F2(\\D{)144 120 Q F0(format)A F2(})A F1
-(the)180 132 Q F0(format)3.892 E F1 1.392(is passed to)3.892 F F0
-(strftime)4.232 E F1 1.392
-(\(3\) and the result is inserted into the prompt string; an).18 F
-(empty)180 144 Q F0(format)2.5 E F1
-(results in a locale-speci\214c time representation.)2.5 E
-(The braces are required)5 E F2(\\e)144 156 Q F1
-(an ASCII escape character \(033\))180 156 Q F2(\\h)144 168 Q F1
-(the hostname up to the \214rst \231.)180 168 Q<9a>-.7 E F2(\\H)144 180
-Q F1(the hostname)180 180 Q F2(\\j)144 192 Q F1
-(the number of jobs currently managed by the shell)180 192 Q F2(\\l)144
-204 Q F1(the basename of the shell')180 204 Q 2.5(st)-.55 G(erminal de)
--2.5 E(vice name)-.25 E F2(\\n)144 216 Q F1(ne)180 216 Q(wline)-.25 E F2
-(\\r)144 228 Q F1(carriage return)180 228 Q F2(\\s)144 240 Q F1
-(the name of the shell, the basename of)180 240 Q F2($0)2.5 E F1
-(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F2(\\t)144
-252 Q F1(the current time in 24-hour HH:MM:SS format)180 252 Q F2(\\T)
-144 264 Q F1(the current time in 12-hour HH:MM:SS format)180 264 Q F2
-(\\@)144 276 Q F1(the current time in 12-hour am/pm format)180 276 Q F2
-(\\A)144 288 Q F1(the current time in 24-hour HH:MM format)180 288 Q F2
-(\\u)144 300 Q F1(the username of the current user)180 300 Q F2(\\v)144
-312 Q F1(the v)180 312 Q(ersion of)-.15 E F2(bash)2.5 E F1
-(\(e.g., 2.00\))2.5 E F2(\\V)144 324 Q F1(the release of)180 324 Q F2
-(bash)2.5 E F1 2.5(,v)C(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5
-(l\().15 G(e.g., 2.00.0\))-2.5 E F2(\\w)144 336 Q F1 .12(the v)180 336 R
-.119(alue of the)-.25 F F2(PWD)2.619 E F1 .119(shell v)2.619 F .119
-(ariable \()-.25 F F2($PWD)A F1 .119(\), with)B/F3 9/Times-Bold@0 SF
-($HOME)2.619 E F1(abbre)2.369 E .119(viated with a tilde \(uses)-.25 F
-(the v)180 348 Q(alue of the)-.25 E F3(PR)2.5 E(OMPT_DIR)-.27 E(TRIM)
--.36 E F1 -.25(va)2.25 G(riable\)).25 E F2(\\W)144 360 Q F1
-(the basename of)180 360 Q F2($PWD)2.5 E F1 2.5(,w)C(ith)-2.5 E F3
-($HOME)2.5 E F1(abbre)2.25 E(viated with a tilde)-.25 E F2(\\!)144 372 Q
-F1(the history number of this command)180 372 Q F2(\\#)144 384 Q F1
-(the command number of this command)180 384 Q F2(\\$)144 396 Q F1
-(if the ef)180 396 Q(fecti)-.25 E .3 -.15(ve U)-.25 H(ID is 0, a).15 E
-F2(#)2.5 E F1 2.5(,o)C(therwise a)-2.5 E F2($)2.5 E(\\)144 408 Q F0(nnn)
-A F1(the character corresponding to the octal number)180 408 Q F0(nnn)
-2.5 E F2(\\\\)144 420 Q F1 2.5(ab)180 420 S(ackslash)-2.5 E F2(\\[)144
-432 Q F1(be)180 432 Q 1.257(gin a sequence of non-printing characters, \
-which could be used to embed a terminal)-.15 F
-(control sequence into the prompt)180 444 Q F2(\\])144 456 Q F1
-(end a sequence of non-printing characters)180 456 Q .12
-(The command number and the history number are usually dif)108 472.8 R
-.119(ferent: the history number of a command is its)-.25 F .547(positio\
-n in the history list, which may include commands restored from the his\
-tory \214le \(see)108 484.8 R F3(HIST)3.047 E(OR)-.162 E(Y)-.315 E F1
-(be-)2.797 E(lo)108 496.8 Q .354(w\), while the command number is the p\
-osition in the sequence of commands e)-.25 F -.15(xe)-.15 G .354
-(cuted during the current).15 F .822(shell session.)108 508.8 R .822
-(After the string is decoded, it is e)5.822 F .822
-(xpanded via parameter e)-.15 F .823(xpansion, command substitution,)
--.15 F .683(arithmetic e)108 520.8 R .683(xpansion, and quote remo)-.15
-F -.25(va)-.15 G .683(l, subject to the v).25 F .682(alue of the)-.25 F
-F2(pr)3.182 E(omptv)-.18 E(ars)-.1 E F1 .682(shell option \(see the de-)
-3.182 F 1.197(scription of the)108 532.8 R F2(shopt)3.697 E F1 1.197
-(command under)3.697 F F3 1.197(SHELL B)3.697 F(UIL)-.09 E 1.197
-(TIN COMMANDS)-.828 F F1(belo)3.448 E 3.698(w\). This)-.25 F 1.198
-(can ha)3.698 F 1.498 -.15(ve u)-.2 H(nw).15 E(anted)-.1 E .322(side ef)
-108 544.8 R .322(fects if escaped portions of the string appear within \
-command substitution or contain characters spe-)-.25 F(cial to w)108
-556.8 Q(ord e)-.1 E(xpansion.)-.15 E/F4 10.95/Times-Bold@0 SF(READLINE)
-72 573.6 Q F1 .15
-(This is the library that handles reading input when using an interacti)
-108 585.6 R .451 -.15(ve s)-.25 H .151(hell, unless the).15 F F2
-(\255\255noediting)2.651 E F1(option)2.651 E .385(is gi)108 597.6 R -.15
-(ve)-.25 G 2.885(na).15 G 2.885(ts)-2.885 G .385(hell in)-2.885 F -.2
-(vo)-.4 G 2.885(cation. Line).2 F .385
-(editing is also used when using the)2.885 F F2<ad65>2.884 E F1 .384
-(option to the)2.884 F F2 -.18(re)2.884 G(ad).18 E F1 -.2(bu)2.884 G
-2.884(iltin. By).2 F(de-)2.884 E -.1(fa)108 609.6 S 1.406
-(ult, the line editing commands are similar to those of Emacs.).1 F
-3.907(Av)6.407 G 1.407(i-style line editing interf)-3.907 F 1.407
-(ace is also)-.1 F -.2(av)108 621.6 S 3.35(ailable. Line)-.05 F .85
-(editing can be enabled at an)3.35 F 3.35(yt)-.15 G .85(ime using the)
--3.35 F F2 .85(\255o emacs)3.35 F F1(or)3.35 E F2 .85(\255o vi)3.35 F F1
-.85(options to the)3.35 F F2(set)3.35 E F1 -.2(bu)3.35 G(iltin).2 E
-(\(see)108 633.6 Q F3 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS)
--.828 F F1(belo)3.012 E 3.262(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of)
--3.263 F 3.263(fl)-.25 G .763
-(ine editing after the shell is running, use the)-3.263 F F2(+o)3.263 E
-(emacs)108 645.6 Q F1(or)2.5 E F2(+o vi)2.5 E F1(options to the)2.5 E F2
-(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(Readline Notation)87 662.4 Q
-F1 .463(In this section, the Emacs-style notation is used to denote k)
-108 674.4 R -.15(ey)-.1 G(strok).15 E 2.963(es. Control)-.1 F -.1(ke)
-2.963 G .463(ys are denoted by C\255)-.05 F F0 -.1(ke)C(y)-.2 E F1(,)A
-1.152(e.g., C\255n means Control\255N.)108 686.4 R(Similarly)6.152 E(,)
--.65 E F0(meta)4.032 E F1 -.1(ke)3.913 G 1.153(ys are denoted by M\255)
--.05 F F0 -.1(ke)C(y)-.2 E F1 3.653(,s)C 3.653(oM)-3.653 G 1.153
-(\255x means Meta\255X.)-3.653 F(\(On)6.153 E -.1(ke)108 698.4 S .831
-(yboards without a)-.05 F F0(meta)3.711 E F1 -.1(ke)3.591 G 2.131 -.65
-(y, M)-.05 H<ad>.65 E F0(x)A F1 .831(means ESC)3.331 F F0(x)3.331 E F1
-3.331(,i)C .83(.e., press the Escape k)-3.331 F 1.13 -.15(ey t)-.1 H .83
-(hen the).15 F F0(x)4.1 E F1 -.1(ke)3.86 G 4.63 -.65(y. T)-.05 H .83
-(his mak).65 F(es)-.1 E .599(ESC the)108 710.4 R F0 .599(meta pr)3.099 F
-(e\214x)-.37 E F1 5.599(.T)C .599(he combination M\255C\255)-5.599 F F0
-(x)A F1 .599(means ESC\255Control\255)3.099 F F0(x)A F1 3.099(,o)C 3.099
-(rp)-3.099 G .6(ress the Escape k)-3.099 F .9 -.15(ey t)-.1 H .6
-(hen hold).15 F(the Control k)108 722.4 Q .3 -.15(ey w)-.1 H
-(hile pressing the).15 E F0(x)3.27 E F1 -.1(ke)3.03 G -.65(y.)-.05 G(\))
-.65 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(42)193.45 E 0 Cg EP
-%%Page: 43 43
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .596(Readline commands may be gi)108 84 R -.15(ve)
--.25 G 3.096(nn).15 G(umeric)-3.096 E F0(ar)3.426 E(guments)-.37 E F1
-3.096(,w).27 G .596(hich normally act as a repeat count.)-3.096 F
-(Sometimes,)5.595 E(ho)108 96 Q(we)-.25 E -.15(ve)-.25 G 1.418 -.4(r, i)
-.15 H 3.118(ti).4 G 3.119(st)-3.118 G .619(he sign of the ar)-3.119 F
-.619(gument that is signi\214cant.)-.18 F -.15(Pa)5.619 G .619
-(ssing a ne).15 F -.05(ga)-.15 G(ti).05 E .919 -.15(ve a)-.25 H -.18(rg)
-.15 G .619(ument to a command that).18 F 1.019(acts in the forw)108 108
-R 1.018(ard direction \(e.g.,)-.1 F/F2 10/Times-Bold@0 SF(kill\255line)
-3.518 E F1 3.518(\)c)C 1.018(auses that command to act in a backw)-3.518
-F 1.018(ard direction.)-.1 F(Com-)6.018 E(mands whose beha)108 120 Q
-(vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo)
--.25 E -.65(w.)-.25 G .811(When a command is described as)108 136.8 R F0
-(killing)3.311 E F1(te)3.311 E .811(xt, the te)-.15 F .811
-(xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .812
-(or possible future retrie)-3.311 F -.25(va)-.25 G 3.312(l\().25 G F0
-(yank-)-3.312 E(ing)108 148.8 Q F1 2.529(\). The)B .029(killed te)2.529
-F .029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F0
-.029(kill ring)B F1 5.029(.C)C(onsecuti)-5.029 E .329 -.15(ve k)-.25 H
-.029(ills cause the te).15 F .029(xt to be accumulated into one unit,)
--.15 F .567(which can be yank)108 160.8 R .567(ed all at once.)-.1 F
-.567(Commands which do not kill te)5.567 F .567
-(xt separate the chunks of te)-.15 F .567(xt on the kill)-.15 F(ring.)
-108 172.8 Q F2(Readline Initialization)87 189.6 Q F1 .091(Readline is c\
-ustomized by putting commands in an initialization \214le \(the)108
-201.6 R F0(inputr)2.591 E(c)-.37 E F1 2.591(\214le\). The)2.591 F .091
-(name of this \214le)2.591 F .431(is tak)108 213.6 R .431(en from the v)
--.1 F .432(alue of the)-.25 F/F3 9/Times-Bold@0 SF(INPUTRC)2.932 E F1
--.25(va)2.682 G 2.932(riable. If).25 F .432(that v)2.932 F .432
-(ariable is unset, the def)-.25 F .432(ault is)-.1 F F0(\001/.inputr)
-3.032 E(c)-.37 E F1 5.432(.I).31 G 2.932(ft)-5.432 G(hat)-2.932 E 3.062
-(\214le does)108 225.6 R .562(not e)3.062 F .562
-(xist or cannot be read, the ultimate def)-.15 F .562(ault is)-.1 F F0
-(/etc/inputr)4.212 E(c)-.37 E F1 5.561(.W).31 G .561
-(hen a program which uses the)-5.561 F .174(readline library starts up,\
- the initialization \214le is read, and the k)108 237.6 R .475 -.15
-(ey b)-.1 H .175(indings and v).15 F .175(ariables are set.)-.25 F .175
-(There are)5.175 F .239(only a fe)108 249.6 R 2.739(wb)-.25 G .239
-(asic constructs allo)-2.739 F .239
-(wed in the readline initialization \214le.)-.25 F .238
-(Blank lines are ignored.)5.239 F .238(Lines be)5.238 F(gin-)-.15 E .553
-(ning with a)108 261.6 R F2(#)3.053 E F1 .554(are comments.)3.053 F .554
-(Lines be)5.554 F .554(ginning with a)-.15 F F2($)3.054 E F1 .554
-(indicate conditional constructs.)3.054 F .554(Other lines denote)5.554
-F -.1(ke)108 273.6 S 2.5(yb)-.05 G(indings and v)-2.5 E
-(ariable settings.)-.25 E .987(The def)108 290.4 R .987(ault k)-.1 F
--.15(ey)-.1 G .987(-bindings may be changed with an).15 F F0(inputr)
-3.497 E(c)-.37 E F1 3.487(\214le. Other)3.797 F .987
-(programs that use this library may)3.487 F(add their o)108 302.4 Q
-(wn commands and bindings.)-.25 E -.15(Fo)108 319.2 S 2.5(re).15 G
-(xample, placing)-2.65 E(M\255Control\255u: uni)144 336 Q -.15(ve)-.25 G
-(rsal\255ar).15 E(gument)-.18 E(or)108 348 Q(C\255Meta\255u: uni)144 360
-Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 376.8 Q F0
-(inputr)2.51 E(c)-.37 E F1 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G
-(\255C\255u e)-2.5 E -.15(xe)-.15 G(cute the readline command).15 E F0
-(univer)2.58 E(sal\255ar)-.1 E(gument)-.37 E F1(.).68 E 1.01(The follo)
-108 393.6 R 1.011(wing symbolic character names are recognized:)-.25 F
-F0 -.4(RU)3.511 G(BOUT).4 E F1(,)1.27 E F0(DEL)4.091 E F1(,).53 E F0
-(ESC)4.021 E F1(,).72 E F0(LFD)4.091 E F1(,).28 E F0(NEWLINE)4.211 E F1
-(,).73 E F0(RET)4.141 E F1(,)1.27 E F0(RETURN)108.63 405.6 Q F1(,)1.1 E
-F0(SPC)2.83 E F1(,).72 E F0(SP)2.83 E -.3(AC)-.9 G(E).3 E F1 2.5(,a).73
-G(nd)-2.5 E F0 -.5(TA)2.5 G(B).5 E F1(.).27 E .209
-(In addition to command names, readline allo)108 422.4 R .209(ws k)-.25
-F -.15(ey)-.1 G 2.709(st).15 G 2.709(ob)-2.709 G 2.709(eb)-2.709 G .209
-(ound to a string that is inserted when the k)-2.709 F .509 -.15(ey i)
--.1 H(s).15 E(pressed \(a)108 434.4 Q F0(macr)2.5 E(o)-.45 E F1(\).)A F2
-(Readline K)87 451.2 Q(ey Bindings)-.25 E F1 .366
-(The syntax for controlling k)108 463.2 R .666 -.15(ey b)-.1 H .366
-(indings in the).15 F F0(inputr)2.876 E(c)-.37 E F1 .366
-(\214le is simple.)3.176 F .366(All that is required is the name of the)
-5.366 F .264(command or the te)108 475.2 R .264(xt of a macro and a k)
--.15 F .564 -.15(ey s)-.1 H .264(equence to which it should be bound.)
-.15 F .263(The name may be speci-)5.264 F .138(\214ed in one of tw)108
-487.2 R 2.638(ow)-.1 G .138(ays: as a symbolic k)-2.738 F .438 -.15
-(ey n)-.1 H .138(ame, possibly with).15 F F0(Meta\255)2.638 E F1(or)
-2.638 E F0(Contr)2.638 E(ol\255)-.45 E F1(pre\214x)2.638 E .138
-(es, or as a k)-.15 F .439 -.15(ey s)-.1 H(e-).15 E(quence.)108 499.2 Q
-.161(When using the form)108 516 R F2 -.1(ke)2.661 G(yname).1 E F1(:)A
-F0(function\255name).833 E F1(or)2.661 E F0(macr)2.661 E(o)-.45 E F1(,)A
-F0 -.1(ke)2.661 G(yname)-.2 E F1 .16(is the name of a k)2.84 F .46 -.15
-(ey s)-.1 H .16(pelled out in Eng-).15 F 2.5(lish. F)108 528 R(or e)-.15
-E(xample:)-.15 E/F4 10/Courier@0 SF(Control-u: universal\255argument)144
-544.8 Q(Meta-Rubout: backward-kill-word)144 556.8 Q
-(Control-o: "> output")144 568.8 Q F1 .698(In the abo)108 585.6 R .998
--.15(ve ex)-.15 H(ample,).15 E F0(C\255u)3.038 E F1 .698
-(is bound to the function)3.448 F F2(uni)3.198 E -.1(ve)-.1 G
-(rsal\255ar).1 E(gument)-.1 E F1(,)A F0(M\255DEL)3.878 E F1 .698
-(is bound to the func-)3.728 F(tion)108 597.6 Q F2
-(backward\255kill\255w)2.759 E(ord)-.1 E F1 2.759(,a)C(nd)-2.759 E F0
-(C\255o)2.599 E F1 .258(is bound to run the macro e)2.939 F .258
-(xpressed on the right hand side \(that is, to)-.15 F(insert the te)108
-609.6 Q(xt \231> output\232 into the line\).)-.15 E .055
-(In the second form,)108 626.4 R F2("k)2.555 E(eyseq")-.1 E F1(:)A F0
-(function\255name).833 E F1(or)2.555 E F0(macr)2.555 E(o)-.45 E F1(,)A
-F2 -.1(ke)2.555 G(yseq).1 E F1(dif)2.556 E .056(fers from)-.25 F F2 -.1
-(ke)2.556 G(yname).1 E F1(abo)2.556 E .356 -.15(ve i)-.15 H 2.556(nt).15
-G .056(hat strings)-2.556 F 1.284(denoting an entire k)108 638.4 R 1.584
--.15(ey s)-.1 H 1.284(equence may be speci\214ed by placing the sequenc\
-e within double quotes.).15 F(Some)6.284 E .385(GNU Emacs style k)108
-650.4 R .685 -.15(ey e)-.1 H .385(scapes can be used, as in the follo)
-.15 F .385(wing e)-.25 F .386(xample, b)-.15 F .386
-(ut the symbolic character names)-.2 F(are not recognized.)108 662.4 Q
-F4("\\C\255u": universal\255argument)144 679.2 Q
-("\\C\255x\\C\255r": re\255read\255init\255file)144 691.2 Q
-("\\e[11\001": "Function Key 1")144 703.2 Q F1 1.81(In this e)108 720 R
-(xample,)-.15 E F0(C\255u)4.15 E F1 1.81(is ag)4.56 F 1.809
-(ain bound to the function)-.05 F F2(uni)4.309 E -.1(ve)-.1 G
-(rsal\255ar).1 E(gument)-.1 E F1(.)A F0 1.809(C\255x C\255r)6.649 F F1
-1.809(is bound to the)5.039 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(43)193.45 E 0 Cg EP
-%%Page: 44 44
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(function)108 84 Q/F2 10/Times-Bold@0 SF -.18(re)2.5
-G<ad72>.18 E(ead\255init\255\214le)-.18 E F1 2.5(,a)C(nd)-2.5 E F0
-(ESC [ 1 1 \001)3.01 E F1(is bound to insert the te)2.61 E
-(xt \231Function K)-.15 E .3 -.15(ey 1)-.25 H<9a2e>.15 E
-(The full set of GNU Emacs style escape sequences is)108 100.8 Q F2
-<5c43ad>144 112.8 Q F1(control pre\214x)180 112.8 Q F2<5c4dad>144 124.8
-Q F1(meta pre\214x)180 124.8 Q F2(\\e)144 136.8 Q F1
-(an escape character)180 136.8 Q F2(\\\\)144 148.8 Q F1(backslash)180
-148.8 Q F2(\\")144 160.8 Q F1(literal ")180 160.8 Q F2<5c08>144 172.8 Q
-F1(literal \010)180 172.8 Q(In addition to the GNU Emacs style escape s\
-equences, a second set of backslash escapes is a)108 189.6 Q -.25(va)-.2
-G(ilable:).25 E F2(\\a)144 201.6 Q F1(alert \(bell\))180 201.6 Q F2(\\b)
-144 213.6 Q F1(backspace)180 213.6 Q F2(\\d)144 225.6 Q F1(delete)180
-225.6 Q F2(\\f)144 237.6 Q F1(form feed)180 237.6 Q F2(\\n)144 249.6 Q
-F1(ne)180 249.6 Q(wline)-.25 E F2(\\r)144 261.6 Q F1(carriage return)180
-261.6 Q F2(\\t)144 273.6 Q F1(horizontal tab)180 273.6 Q F2(\\v)144
-285.6 Q F1 -.15(ve)180 285.6 S(rtical tab).15 E F2(\\)144 297.6 Q F0
-(nnn)A F1(the eight-bit character whose v)180 297.6 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(one to three digits\))2.5 E F2(\\x)144 309.6 Q F0(HH)A F1
-(the eight-bit character whose v)180 309.6 Q(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141(When entering the te)108
-326.4 R 1.141(xt of a macro, single or double quotes must be used to in\
-dicate a macro de\214nition.)-.15 F .09(Unquoted te)108 338.4 R .09
-(xt is assumed to be a function name.)-.15 F .089(In the macro body)
-5.089 F 2.589(,t)-.65 G .089(he backslash escapes described abo)-2.589 F
--.15(ve)-.15 G(are e)108 350.4 Q 2.5(xpanded. Backslash)-.15 F
-(will quote an)2.5 E 2.5(yo)-.15 G(ther character in the macro te)-2.5 E
-(xt, including " and \010.)-.15 E F2(Bash)108 367.2 Q F1(allo)2.929 E
-.429(ws the current readline k)-.25 F .729 -.15(ey b)-.1 H .429
-(indings to be displayed or modi\214ed with the).15 F F2(bind)2.93 E F1
--.2(bu)2.93 G .43(iltin command.).2 F .046
-(The editing mode may be switched during interacti)108 379.2 R .346 -.15
-(ve u)-.25 H .046(se by using the).15 F F2<ad6f>2.545 E F1 .045
-(option to the)2.545 F F2(set)2.545 E F1 -.2(bu)2.545 G .045
-(iltin command).2 F(\(see)108 391.2 Q/F3 9/Times-Bold@0 SF(SHELL B)2.5 E
-(UIL)-.09 E(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E F2
-(Readline V)87 408 Q(ariables)-.92 E F1 .043(Readline has v)108 420 R
-.043(ariables that can be used to further customize its beha)-.25 F
-(vior)-.2 E 5.043(.A)-.55 G -.25(va)-2.5 G .043
-(riable may be set in the).25 F F0(inpu-)2.554 E(tr)108 432 Q(c)-.37 E
-F1(\214le with a statement of the form)2.81 E F2(set)144 448.8 Q F0
-(variable\255name value)2.5 E F1(or using the)108 460.8 Q F2(bind)2.5 E
-F1 -.2(bu)2.5 G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E
-(TIN COMMANDS)-.828 E F1(belo)2.25 E(w\).)-.25 E .79
-(Except where noted, readline v)108 477.6 R .79(ariables can tak)-.25 F
-3.29(et)-.1 G .79(he v)-3.29 F(alues)-.25 E F2(On)3.29 E F1(or)3.29 E F2
-(Off)3.29 E F1 .79(\(without re)3.29 F -.05(ga)-.15 G .79(rd to case\).)
-.05 F(Unrecog-)5.79 E .508(nized v)108 489.6 R .508
-(ariable names are ignored.)-.25 F .508(When readline reads a v)5.508 F
-.508(ariable v)-.25 F .508(alue, empty or null v)-.25 F .509
-(alues, \231on\232 \(case-)-.25 F(insensiti)108 501.6 Q -.15(ve)-.25 G
-.594(\), and \2311\232 are equi).15 F -.25(va)-.25 G .594(lent to).25 F
-F2(On)3.094 E F1 5.594(.A)C .594(ll other v)-5.594 F .593
-(alues are equi)-.25 F -.25(va)-.25 G .593(lent to).25 F F2(Off)3.093 E
-F1 5.593(.T)C .593(he v)-5.593 F .593(ariables and their)-.25 F(def)108
-513.6 Q(ault v)-.1 E(alues are:)-.25 E F2(acti)108 530.4 Q -.1(ve)-.1 G
-<ad72>.1 E(egion\255start\255color)-.18 E F1 2.729(As)144 542.4 S .229
-(tring v)-2.729 F .229(ariable that controls the te)-.25 F .229
-(xt color and background when displaying the te)-.15 F .23
-(xt in the acti)-.15 F -.15(ve)-.25 G(re)144 554.4 Q 1.527
-(gion \(see the description of)-.15 F F2(enable\255acti)4.026 E -.1(ve)
--.1 G<ad72>.1 E(egion)-.18 E F1(belo)4.026 E 4.026(w\). This)-.25 F
-1.526(string must not tak)4.026 F 4.026(eu)-.1 G 4.026(pa)-4.026 G -.15
-(ny)-4.026 G(ph)144 566.4 Q .283
-(ysical character positions on the display)-.05 F 2.783(,s)-.65 G 2.784
-(oi)-2.783 G 2.784(ts)-2.784 G .284
-(hould consist only of terminal escape sequences.)-2.784 F .45
-(It is output to the terminal before displaying the te)144 578.4 R .45
-(xt in the acti)-.15 F .75 -.15(ve r)-.25 H -.15(eg).15 G 2.95
-(ion. This).15 F -.25(va)2.95 G .45(riable is reset to).25 F .378
-(the def)144 590.4 R .378(ault v)-.1 F .378(alue whene)-.25 F -.15(ve)
--.25 G 2.878(rt).15 G .379(he terminal type changes.)-2.878 F .379
-(The def)5.379 F .379(ault v)-.1 F .379
-(alue is the string that puts the)-.25 F .655
-(terminal in standout mode, as obtained from the terminal')144 602.4 R
-3.154(st)-.55 G .654(erminfo description.)-3.154 F 3.154(As)5.654 G .654
-(ample v)-3.154 F(alue)-.25 E(might be \231\\e[01;33m\232.)144 614.4 Q
-F2(acti)108 626.4 Q -.1(ve)-.1 G<ad72>.1 E(egion\255end\255color)-.18 E
-F1 3.777(As)144 638.4 S 1.277(tring v)-3.777 F 1.277
-(ariable that \231undoes\232 the ef)-.25 F 1.277(fects of)-.25 F F2
-(acti)3.777 E -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18 E F1
-1.278(and restores \231normal\232)3.778 F .216
-(terminal display appearance after displaying te)144 650.4 R .216
-(xt in the acti)-.15 F .516 -.15(ve r)-.25 H -.15(eg).15 G 2.716
-(ion. This).15 F .216(string must not tak)2.716 F 2.716(eu)-.1 G(p)
--2.716 E(an)144 662.4 Q 3.737(yp)-.15 G -.05(hy)-3.737 G 1.237
-(sical character positions on the display).05 F 3.737(,s)-.65 G 3.737
-(oi)-3.737 G 3.737(ts)-3.737 G 1.238
-(hould consist only of terminal escape se-)-3.737 F 2.928(quences. It)
-144 674.4 R .428(is output to the terminal after displaying the te)2.928
-F .427(xt in the acti)-.15 F .727 -.15(ve r)-.25 H -.15(eg).15 G 2.927
-(ion. This).15 F -.25(va)2.927 G .427(riable is).25 F .518
-(reset to the def)144 686.4 R .518(ault v)-.1 F .518(alue whene)-.25 F
--.15(ve)-.25 G 3.018(rt).15 G .518(he terminal type changes.)-3.018 F
-.518(The def)5.518 F .518(ault v)-.1 F .518(alue is the string that)-.25
-F .252(restores the terminal from standout mode, as obtained from the t\
-erminal')144 698.4 R 2.751(st)-.55 G .251(erminfo description.)-2.751 F
-(A)5.251 E(sample v)144 710.4 Q(alue might be \231\\e[0m\232.)-.25 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(44)193.45 E 0 Cg EP
-%%Page: 45 45
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(bell\255style \(audible\))108
-84 Q F1 .01(Controls what happens when readline w)144 96 R .011
-(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F2(none)
-2.511 E F1 2.511(,r)C .011(eadline ne)-2.511 F -.15(ve)-.25 G(r).15 E
-.94(rings the bell.)144 108 R .94(If set to)5.94 F F2(visible)3.44 E F1
-3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25(va)
--.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F2(audible)3.44 E F1(,)A
-(readline attempts to ring the terminal')144 120 Q 2.5(sb)-.55 G(ell.)
--2.5 E F2(bind\255tty\255special\255chars \(On\))108 132 Q F1 .178
-(If set to)144 144 R F2(On)2.678 E F1 .178(\(the def)2.678 F .178
-(ault\), readline attempts to bind the control)-.1 F .178
-(characters that are treated specially)5.178 F 1.196(by the k)144 156 R
-(ernel')-.1 E 3.696(st)-.55 G 1.196(erminal dri)-3.696 F -.15(ve)-.25 G
-3.696(rt).15 G 3.695(ot)-3.696 G 1.195(heir readline equi)-3.695 F -.25
-(va)-.25 G 3.695(lents. These).25 F -.15(ove)3.695 G 1.195
-(rride the def).15 F 1.195(ault readline)-.1 F .162
-(bindings described here.)144 168 R -.8(Ty)5.162 G .162
-(pe \231stty \255a\232 at a).8 F F2(bash)2.662 E F1 .163
-(prompt to see your current terminal settings, in-)2.663 F
-(cluding the special control characters \(usually)144 180 Q F2(cchars)
-2.5 E F1(\).)A F2(blink\255matching\255par)108 192 Q(en \(Off\))-.18 E
-F1 .21(If set to)144 204 R F2(On)2.71 E F1 2.71(,r)C .21
-(eadline attempts to brie\215y mo)-2.71 F .51 -.15(ve t)-.15 H .21
-(he cursor to an opening parenthesis when a closing).15 F
-(parenthesis is inserted.)144 216 Q F2(color)108 228 Q
-(ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F1 .515(If set to)
-144 240 R F2(On)3.015 E F1 3.015(,w)C .515(hen listing completions, rea\
-dline displays the common pre\214x of the set of possible)-3.015 F 2.936
-(completions using a dif)144 252 R 2.936(ferent color)-.25 F 7.936(.T)
--.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.935
-(en from the v)-.1 F 2.935(alue of the)-.25 F F2(LS_COLORS)144 264 Q F1
-(en)3.076 E .577(vironment v)-.4 F 3.077(ariable. If)-.25 F .577
-(there is a color de\214nition in)3.077 F F2($LS_COLORS)3.077 E F1 .577
-(for the cus-)3.077 F .07(tom suf)144 276 R .069(\214x \231readline-col\
-ored-completion-pre\214x\232, readline uses this color for the common p\
-re\214x in-)-.25 F(stead of its def)144 288 Q(ault.)-.1 E F2(color)108
-300 Q(ed\255stats \(Off\))-.18 E F1 1.579(If set to)144 312 R F2(On)
-4.079 E F1 4.079(,r)C 1.579
-(eadline displays possible completions using dif)-4.079 F 1.58
-(ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 324 R
-(color de\214nitions are tak)2.5 E(en from the v)-.1 E(alue of the)-.25
-E F2(LS_COLORS)2.5 E F1(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F2
-(comment\255begin \()108 336 Q F1<99>A F2(#)A F1<9a>A F2(\))A F1 .885
-(The string that is inserted when the readline)144 348 R F2
-(insert\255comment)3.385 E F1 .884(command is e)3.384 F -.15(xe)-.15 G
-3.384(cuted. This).15 F(com-)3.384 E(mand is bound to)144 360 Q F2
-(M\255#)2.5 E F1(in emacs mode and to)2.5 E F2(#)2.5 E F1
-(in vi command mode.)2.5 E F2(completion\255display\255width \(\2551\))
-108 372 Q F1 1.453(The number of screen columns used to display possibl\
-e matches when performing completion.)144 384 R .194(The v)144 396 R
-.193(alue is ignored if it is less than 0 or greater than the terminal \
-screen width.)-.25 F 2.693(Av)5.193 G .193(alue of 0 will)-2.943 F
-(cause matches to be displayed one per line.)144 408 Q(The def)5 E
-(ault v)-.1 E(alue is \2551.)-.25 E F2(completion\255ignor)108 420 Q
-(e\255case \(Off\))-.18 E F1(If set to)144 432 Q F2(On)2.5 E F1 2.5(,r)C
-(eadline performs \214lename matching and completion in a case\255insen\
-siti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F2
-(completion\255map\255case \(Off\))108 444 Q F1 .093(If set to)144 456 R
-F2(On)2.593 E F1 2.593(,a)C(nd)-2.593 E F2(completion\255ignor)2.593 E
-(e\255case)-.18 E F1 .093(is enabled, readline treats h)2.593 F .093
-(yphens \()-.05 F F0<ad>A F1 2.593(\)a)C .094(nd underscores)-2.593 F
-(\()144 468 Q F0(_)A F1 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va)-.25
-G(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 H
-(lename matching and completion.).15 E F2(completion\255pr)108 480 Q
-(e\214x\255display\255length \(0\))-.18 E F1 .829(The length in charact\
-ers of the common pre\214x of a list of possible completions that is di\
-splayed)144 492 R 1.274(without modi\214cation.)144 504 R 1.274
-(When set to a v)6.274 F 1.274(alue greater than zero, common pre\214x)
--.25 F 1.275(es longer than this)-.15 F -.25(va)144 516 S(lue are repla\
-ced with an ellipsis when displaying possible completions.).25 E F2
-(completion\255query\255items \(100\))108 528 Q F1 .53
-(This determines when the user is queried about vie)144 540 R .529
-(wing the number of possible completions gen-)-.25 F .56(erated by the)
-144 552 R F2(possible\255completions)3.06 E F1 3.06(command. It)3.06 F
-.561(may be set to an)3.061 F 3.061(yi)-.15 G(nte)-3.061 E .561(ger v)
--.15 F .561(alue greater than or)-.25 F .783(equal to zero.)144 564 R
-.783(If the number of possible completions is greater than or equal to \
-the v)5.783 F .782(alue of this)-.25 F -.25(va)144 576 S .367
-(riable, readline will ask whether or not the user wishes to vie).25 F
-2.868(wt)-.25 G .368(hem; otherwise the)-2.868 F 2.868(ya)-.15 G .368
-(re simply)-2.868 F .673(listed on the terminal.)144 588 R 3.173(Az)
-5.673 G .673(ero v)-3.173 F .673(alue means readline should ne)-.25 F
--.15(ve)-.25 G 3.172(ra).15 G .672(sk; ne)-3.172 F -.05(ga)-.15 G(ti).05
-E .972 -.15(ve v)-.25 H .672(alues are treated)-.1 F(as zero.)144 600 Q
-F2(con)108 612 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F1 .612(If set to)
-144 624 R F2(On)3.112 E F1 3.112(,r)C .613(eadline will con)-3.112 F
--.15(ve)-.4 G .613(rt characters with the eighth bit set to an ASCII k)
-.15 F .913 -.15(ey s)-.1 H .613(equence by).15 F .541
-(stripping the eighth bit and pre\214xing an escape character \(in ef)
-144 636 R .541(fect, using escape as the)-.25 F F0 .541(meta pr)3.041 F
-(e-)-.37 E<8c78>144 648 Q F1 3.75(\). The)B(def)3.75 E 1.25(ault is)-.1
-F F0(On)3.75 E F1 3.75(,b)C 1.251(ut readline will set it to)-3.95 F F0
-(Of)3.751 E(f)-.18 E F1 1.251
-(if the locale contains eight-bit characters.)3.751 F 1.142(This v)144
-660 R 1.142(ariable is dependent on the)-.25 F F2(LC_CTYPE)3.641 E F1
-1.141(locale cate)3.641 F(gory)-.15 E 3.641(,a)-.65 G 1.141
-(nd may change if the locale is)-3.641 F(changed.)144 672 Q F2
-(disable\255completion \(Off\))108 684 Q F1 .038(If set to)144 696 R F2
-(On)2.538 E F1 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038
-(ord completion.)-.1 F .038
-(Completion characters will be inserted into the)5.038 F(line as if the)
-144 708 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F2(self-insert)2.5 E F1
-(.)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(45)193.45 E 0 Cg EP
-%%Page: 46 46
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(echo\255contr)108 84 Q
-(ol\255characters \(On\))-.18 E F1 1.211(When set to)144 96 R F2(On)
-3.711 E F1 3.711(,o)C 3.711(no)-3.711 G 1.211
-(perating systems that indicate the)-3.711 F 3.711(ys)-.15 G 1.21
-(upport it, readline echoes a character)-3.711 F
-(corresponding to a signal generated from the k)144 108 Q -.15(ey)-.1 G
-(board.).15 E F2(editing\255mode \(emacs\))108 120 Q F1 .141
-(Controls whether readline be)144 132 R .141(gins with a set of k)-.15 F
-.441 -.15(ey b)-.1 H .141(indings similar to).15 F F0(Emacs)2.642 E F1
-(or)2.642 E F0(vi)2.642 E F1(.)A F2(editing\255mode)5.142 E F1
-(can be set to either)144 144 Q F2(emacs)2.5 E F1(or)2.5 E F2(vi)2.5 E
-F1(.)A F2(emacs\255mode\255string \(@\))108 156 Q F1 .518(If the)144 168
-R F0(show\255mode\255in\255pr)3.018 E(ompt)-.45 E F1 -.25(va)3.018 G
-.517(riable is enabled, this string is displayed immediately before the)
-.25 F .622
-(last line of the primary prompt when emacs editing mode is acti)144 180
-R -.15(ve)-.25 G 5.622(.T).15 G .622(he v)-5.622 F .622(alue is e)-.25 F
-.622(xpanded lik)-.15 F 3.122(ea)-.1 G -.1(ke)144 192 S 3.34(yb)-.05 G
-.839(inding, so the standard set of meta- and control pre\214x)-3.34 F
-.839(es and backslash escape sequences is)-.15 F -.2(av)144 204 S 2.798
-(ailable. Use)-.05 F .298(the \\1 and \\2 escapes to be)2.798 F .298
-(gin and end sequences of non-printing characters, which)-.15 F
-(can be used to embed a terminal control sequence into the mode string.)
-144 216 Q F2(enable\255acti)108 228 Q -.1(ve)-.1 G<ad72>.1 E
-(egion \(On\))-.18 E F1(The)144 240 Q F0(point)3.246 E F1 .746
-(is the current cursor position, and)3.246 F F0(mark)3.246 E F1 .746
-(refers to a sa)3.246 F -.15(ve)-.2 G 3.246(dc).15 G .746
-(ursor position.)-3.246 F .745(The te)5.746 F .745(xt be-)-.15 F .344
-(tween the point and mark is referred to as the)144 252 R F0 -.37(re)
-2.844 G(gion)-.03 E F1 5.344(.W)C .344(hen this v)-5.344 F .344
-(ariable is set to)-.25 F F0(On)2.845 E F1 2.845(,r)C .345(eadline al-)
--2.845 F(lo)144 264 Q .098(ws certain commands to designate the re)-.25
-F .098(gion as)-.15 F F0(active)2.598 E F1 5.098(.W)C .098(hen the re)
--5.098 F .098(gion is acti)-.15 F -.15(ve)-.25 G 2.598(,r).15 G .098
-(eadline high-)-2.598 F .97(lights the te)144 276 R .97(xt in the re)
--.15 F .971(gion using the v)-.15 F .971(alue of the)-.25 F F2(acti)
-3.471 E -.1(ve)-.1 G<ad72>.1 E(egion\255start\255color)-.18 E F1 3.471
-(,w)C .971(hich def)-3.471 F .971(aults to)-.1 F .485
-(the string that enables the terminal')144 288 R 2.985(ss)-.55 G .485
-(tandout mode.)-2.985 F .485(The acti)5.485 F .785 -.15(ve r)-.25 H -.15
-(eg).15 G .484(ion sho).15 F .484(ws the te)-.25 F .484(xt inserted by)
--.15 F(brack)144 300 Q(eted-paste and an)-.1 E 2.5(ym)-.15 G(atching te)
--2.5 E(xt found by incremental and non-incremental history searches.)
--.15 E F2(enable\255brack)108 312 Q(eted\255paste \(On\))-.1 E F1 .84
-(When set to)144 324 R F2(On)3.34 E F1 3.34(,r)C .841(eadline con\214gu\
-res the terminal to insert each paste into the editing b)-3.34 F(uf)-.2
-E .841(fer as a)-.25 F .799(single string of characters, instead of tre\
-ating each character as if it had been read from the k)144 336 R -.15
-(ey)-.1 G(-).15 E 3.158(board. This)144 348 R(pre)3.158 E -.15(ve)-.25 G
-.658(nts readline from e).15 F -.15(xe)-.15 G .658(cuting an).15 F 3.158
-(ye)-.15 G .659(diting commands bound to k)-3.158 F .959 -.15(ey s)-.1 H
-.659(equences ap-).15 F(pearing in the pasted te)144 360 Q(xt.)-.15 E F2
-(enable\255k)108 372 Q(eypad \(Off\))-.1 E F1 .893(When set to)144 384 R
-F2(On)3.393 E F1 3.393(,r)C .893
-(eadline will try to enable the application k)-3.393 F -.15(ey)-.1 G
-.893(pad when it is called.).15 F .892(Some sys-)5.893 F
-(tems need this to enable the arro)144 396 Q 2.5(wk)-.25 G -.15(ey)-2.6
-G(s.).15 E F2(enable\255meta\255k)108 408 Q(ey \(On\))-.1 E F1 .64
-(When set to)144 420 R F2(On)3.14 E F1 3.14(,r)C .64
-(eadline will try to enable an)-3.14 F 3.14(ym)-.15 G .64
-(eta modi\214er k)-3.14 F .94 -.15(ey t)-.1 H .64
-(he terminal claims to support).15 F(when it is called.)144 432 Q
-(On man)5 E 2.5(yt)-.15 G(erminals, the meta k)-2.5 E .3 -.15(ey i)-.1 H
-2.5(su).15 G(sed to send eight-bit characters.)-2.5 E F2
-(expand\255tilde \(Off\))108 444 Q F1(If set to)144 456 Q F2(On)2.5 E F1
-2.5(,t)C(ilde e)-2.5 E(xpansion is performed when readline attempts w)
--.15 E(ord completion.)-.1 E F2(history\255pr)108 468 Q(eser)-.18 E -.1
-(ve)-.1 G(\255point \(Off\)).1 E F1 .553(If set to)144 480 R F2(On)3.052
-E F1 3.052(,t)C .552(he history code attempts to place point at the sam\
-e location on each history line re-)-3.052 F(trie)144 492 Q -.15(ve)-.25
-G 2.5(dw).15 G(ith)-2.5 E F2(pr)2.5 E -.15(ev)-.18 G(ious-history).15 E
-F1(or)2.5 E F2(next-history)2.5 E F1(.)A F2(history\255size \(unset\))
-108 504 Q F1 .948(Set the maximum number of history entries sa)144 516 R
--.15(ve)-.2 G 3.448(di).15 G 3.448(nt)-3.448 G .948(he history list.)
--3.448 F .949(If set to zero, an)5.948 F 3.449(ye)-.15 G(xisting)-3.599
-E .483(history entries are deleted and no ne)144 528 R 2.983(we)-.25 G
-.483(ntries are sa)-2.983 F -.15(ve)-.2 G 2.983(d. If).15 F .482
-(set to a v)2.983 F .482(alue less than zero, the num-)-.25 F .277
-(ber of history entries is not limited.)144 540 R .277(By def)5.277 F
-.278(ault, the number of history entries is set to the v)-.1 F .278
-(alue of)-.25 F(the)144 552 Q F2(HISTSIZE)3.411 E F1 .911(shell v)3.411
-F 3.411(ariable. If)-.25 F .911(an attempt is made to set)3.411 F F0
-(history\255size)3.41 E F1 .91(to a non-numeric v)3.41 F(alue,)-.25 E
-(the maximum number of history entries will be set to 500.)144 564 Q F2
-(horizontal\255scr)108 576 Q(oll\255mode \(Off\))-.18 E F1 .448
-(When set to)144 588 R F2(On)2.948 E F1 2.948(,m)C(ak)-2.948 E .448
-(es readline use a single line for display)-.1 F 2.948(,s)-.65 G .449
-(crolling the input horizontally on a)-2.948 F 1.194(single screen line\
- when it becomes longer than the screen width rather than wrapping to a\
- ne)144 600 R(w)-.25 E 2.5(line. This)144 612 R
-(setting is automatically enabled for terminals of height 1.)2.5 E F2
-(input\255meta \(Off\))108 624 Q F1 1.061(If set to)144 636 R F2(On)
-3.561 E F1 3.561(,r)C 1.062(eadline will enable eight-bit input \(that \
-is, it will not strip the eighth bit from the)-3.561 F .336
-(characters it reads\), re)144 648 R -.05(ga)-.15 G .335
-(rdless of what the terminal claims it can support.).05 F .335(The name)
-5.335 F F2(meta\255\215ag)2.835 E F1(is)2.835 E 2.864(as)144 660 S(ynon)
--2.864 E .364(ym for this v)-.15 F 2.864(ariable. The)-.25 F(def)2.864 E
-.364(ault is)-.1 F F0(Of)2.864 E(f)-.18 E F1 2.864(,b)C .364
-(ut readline will set it to)-3.064 F F0(On)2.864 E F1 .365
-(if the locale contains)2.865 F 1.867(eight-bit characters.)144 672 R
-1.867(This v)6.867 F 1.867(ariable is dependent on the)-.25 F F2
-(LC_CTYPE)4.367 E F1 1.866(locale cate)4.366 F(gory)-.15 E 4.366(,a)-.65
-G 1.866(nd may)-4.366 F(change if the locale is changed.)144 684 Q F2
-(isear)108 696 Q(ch\255terminators \()-.18 E F1<99>A F2(C\255[C\255J)A
-F1<9a>A F2(\))A F1 .439(The string of characters that should terminate \
-an incremental search without subsequently e)144 708 R -.15(xe)-.15 G
-(cut-).15 E .935(ing the character as a command.)144 720 R .935
-(If this v)5.935 F .935(ariable has not been gi)-.25 F -.15(ve)-.25 G
-3.434(nav).15 G .934(alue, the characters)-3.684 F F0(ESC)3.434 E F1
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(46)193.45 E 0 Cg EP
-%%Page: 47 47
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(and)144 84 Q F0(C\255J)2.5 E F1
-(will terminate an incremental search.)2.5 E/F2 10/Times-Bold@0 SF -.1
-(ke)108 96 S(ymap \(emacs\)).1 E F1 2.02(Set the current readline k)144
-108 R -.15(ey)-.1 G 4.521(map. The).15 F 2.021(set of v)4.521 F 2.021
-(alid k)-.25 F -.15(ey)-.1 G 2.021(map names is).15 F F0 2.021
-(emacs, emacs\255standar)4.521 F(d,)-.37 E .042
-(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 120 R F1 2.542(,a)C
-(nd)-2.542 E F0(vi\255insert)2.832 E F1(.).68 E F0(vi)5.042 E F1 .042
-(is equi)2.542 F -.25(va)-.25 G .042(lent to).25 F F0(vi\255command)
-2.541 E F1(;)A F0(emacs)2.541 E F1 .448(is equi)144 132 R -.25(va)-.25 G
-.448(lent to).25 F F0(emacs\255standar)2.948 E(d)-.37 E F1 5.448(.T)C
-.448(he def)-5.448 F .448(ault v)-.1 F .449(alue is)-.25 F F0(emacs)
-3.139 E F1 2.949(;t).27 G .449(he v)-2.949 F .449(alue of)-.25 F F2
-(editing\255mode)2.949 E F1 .449(also af-)2.949 F(fects the def)144 144
-Q(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F2 -.1(ke)108 156 S
-(yseq\255timeout \(500\)).1 E F1 .368(Speci\214es the duration)144 168 R
-F0 -.37(re)2.867 G(adline).37 E F1 .367(will w)2.867 F .367
-(ait for a character when reading an ambiguous k)-.1 F .667 -.15(ey s)
--.1 H(equence).15 E .524(\(one that can form a complete k)144 180 R .824
--.15(ey s)-.1 H .524(equence using the input read so f).15 F(ar)-.1 E
-3.025(,o)-.4 G 3.025(rc)-3.025 G .525(an tak)-3.025 F 3.025(ea)-.1 G
-.525(dditional in-)-3.025 F .807(put to complete a longer k)144 192 R
-1.106 -.15(ey s)-.1 H 3.306(equence\). If).15 F .806(no input is recei)
-3.306 F -.15(ve)-.25 G 3.306(dw).15 G .806(ithin the timeout,)-3.306 F
-F0 -.37(re)3.306 G(adline).37 E F1(will)3.306 E .906(use the shorter b)
-144 204 R .907(ut complete k)-.2 F 1.207 -.15(ey s)-.1 H 3.407
-(equence. The).15 F -.25(va)3.407 G .907
-(lue is speci\214ed in milliseconds, so a v).25 F .907(alue of)-.25 F
-.05(1000 means that)144 216 R F0 -.37(re)2.55 G(adline).37 E F1 .05
-(will w)2.55 F .05(ait one second for additional input.)-.1 F .05
-(If this v)5.05 F .05(ariable is set to a v)-.25 F(alue)-.25 E .051
-(less than or equal to zero, or to a non-numeric v)144 228 R(alue,)-.25
-E F0 -.37(re)2.551 G(adline).37 E F1 .051(will w)2.551 F .051
-(ait until another k)-.1 F .352 -.15(ey i)-.1 H 2.552(sp).15 G(ressed)
--2.552 E(to decide which k)144 240 Q .3 -.15(ey s)-.1 H
-(equence to complete.).15 E F2(mark\255dir)108 252 Q(ectories \(On\))
--.18 E F1(If set to)144 264 Q F2(On)2.5 E F1 2.5(,c)C
-(ompleted directory names ha)-2.5 E .3 -.15(ve a s)-.2 H(lash appended.)
-.15 E F2(mark\255modi\214ed\255lines \(Off\))108 276 Q F1(If set to)144
-288 Q F2(On)2.5 E F1 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b)
--.2 H(een modi\214ed are displayed with a preceding asterisk \().15 E F2
-(*)A F1(\).)A F2(mark\255symlink)108 300 Q(ed\255dir)-.1 E
-(ectories \(Off\))-.18 E F1 .175(If set to)144 312 R F2(On)2.675 E F1
-2.675(,c)C .175
-(ompleted names which are symbolic links to directories ha)-2.675 F .475
--.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 324
-Q(alue of)-.25 E F2(mark\255dir)2.5 E(ectories)-.18 E F1(\).)A F2
-(match\255hidden\255\214les \(On\))108 336 Q F1 .012(This v)144 348 R
-.013(ariable, when set to)-.25 F F2(On)2.513 E F1 2.513(,f)C .013
-(orces readline to match \214les whose names be)-2.513 F .013
-(gin with a \231.)-.15 F 5.013<9a28>-.7 G(hidden)-5.013 E .127
-(\214les\) when performing \214lename completion.)144 360 R .127
-(If set to)5.127 F F2(Off)2.627 E F1 2.627(,t)C .127
-(he user must include the leading \231.)-2.627 F 5.126<9a69>-.7 G(n)
--5.126 E(the \214lename to be completed.)144 372 Q F2
-(menu\255complete\255display\255pr)108 384 Q(e\214x \(Off\))-.18 E F1
-1.585(If set to)144 396 R F2(On)4.085 E F1 4.085(,m)C 1.585(enu complet\
-ion displays the common pre\214x of the list of possible completions)
--4.085 F(\(which may be empty\) before c)144 408 Q
-(ycling through the list.)-.15 E F2(output\255meta \(Off\))108 420 Q F1
-.507(If set to)144 432 R F2(On)3.007 E F1 3.007(,r)C .507(eadline will \
-display characters with the eighth bit set directly rather than as a me\
-ta-)-3.007 F(pre\214x)144 444 Q .884(ed escape sequence.)-.15 F .884
-(The def)5.884 F .884(ault is)-.1 F F0(Of)3.384 E(f)-.18 E F1 3.384(,b)C
-.884(ut readline will set it to)-3.584 F F0(On)3.384 E F1 .885
-(if the locale contains)3.384 F 1.867(eight-bit characters.)144 456 R
-1.867(This v)6.867 F 1.867(ariable is dependent on the)-.25 F F2
-(LC_CTYPE)4.367 E F1 1.866(locale cate)4.366 F(gory)-.15 E 4.366(,a)-.65
-G 1.866(nd may)-4.366 F(change if the locale is changed.)144 468 Q F2
-(page\255completions \(On\))108 480 Q F1 .808(If set to)144 492 R F2(On)
-3.308 E F1 3.308(,r)C .808(eadline uses an internal)-3.308 F F0(mor)
-3.308 E(e)-.37 E F1(-lik)A 3.308(ep)-.1 G .808
-(ager to display a screenful of possible comple-)-3.308 F
-(tions at a time.)144 504 Q F2
-(print\255completions\255horizontally \(Off\))108 516 Q F1 .228
-(If set to)144 528 R F2(On)2.727 E F1 2.727(,r)C .227(eadline will disp\
-lay completions with matches sorted horizontally in alphabetical or)
--2.727 F(-)-.2 E(der)144 540 Q 2.5(,r)-.4 G(ather than do)-2.5 E
-(wn the screen.)-.25 E F2 -2.29 -.18(re v)108 552 T
-(ert\255all\255at\255newline \(Off\)).08 E F1 .698(If set to)144 564 R
-F2(On)3.198 E F1 3.198(,r)C .699
-(eadline will undo all changes to history lines before returning when)
--3.198 F F2(accept\255line)3.199 E F1(is)3.199 E -.15(exe)144 576 S
-2.686(cuted. By).15 F(def)2.686 E .186
-(ault, history lines may be modi\214ed and retain indi)-.1 F .186
-(vidual undo lists across calls to)-.25 F F2 -.18(re)144 588 S(adline)
-.18 E F1(.)A F2(sear)108 600 Q(ch\255ignor)-.18 E(e\255case \(Off\))-.18
-E F1 .289(If set to)144 612 R F2(On)2.789 E F1 2.789(,r)C .289(eadline \
-performs incremental and non-incremental history list searches in a cas\
-e\255in-)-2.789 F(sensiti)144 624 Q .3 -.15(ve f)-.25 H(ashion.).05 E F2
-(sho)108 636 Q(w\255all\255if\255ambiguous \(Off\))-.1 E F1 .304
-(This alters the def)144 648 R .304(ault beha)-.1 F .304
-(vior of the completion functions.)-.2 F .304(If set to)5.304 F F2(On)
-2.804 E F1 2.803(,w)C .303(ords which ha)-2.903 F .603 -.15(ve m)-.2 H
-(ore).15 E 1.264(than one possible completion cause the matches to be l\
-isted immediately instead of ringing the)144 660 R(bell.)144 672 Q F2
-(sho)108 684 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F1 5.346
-(This alters the def)144 696 R 5.346(ault beha)-.1 F 5.345
-(vior of the completion functions in a f)-.2 F 5.345(ashion similar to)
--.1 F F2(sho)144 708 Q(w\255all\255if\255ambiguous)-.1 E F1 6.69(.I)C
-4.19(fs)-6.69 G 1.691(et to)-4.19 F F2(On)4.191 E F1 4.191(,w)C 1.691
-(ords which ha)-4.291 F 1.991 -.15(ve m)-.2 H 1.691
-(ore than one possible completion).15 F 1.04(without an)144 720 R 3.54
-(yp)-.15 G 1.039
-(ossible partial completion \(the possible completions don')-3.54 F
-3.539(ts)-.18 G 1.039(hare a common pre\214x\))-3.539 F(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(47)193.45 E 0 Cg EP
-%%Page: 48 48
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(cause the matches to be listed immediately instead\
- of ringing the bell.)144 84 Q/F2 10/Times-Bold@0 SF(sho)108 96 Q
-(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F1 1.021(If set to)144
-108 R F2(On)3.521 E F1 3.521(,a)C 1.022(dd a string to the be)-3.521 F
-1.022(ginning of the prompt indicating the editing mode: emacs, vi)-.15
-F(command, or vi insertion.)144 120 Q(The mode strings are user)5 E
-(-settable \(e.g.,)-.2 E F0(emacs\255mode\255string)2.5 E F1(\).)A F2
-(skip\255completed\255text \(Off\))108 132 Q F1 .095(If set to)144 144 R
-F2(On)2.595 E F1 2.595(,t)C .095(his alters the def)-2.595 F .095
-(ault completion beha)-.1 F .094
-(vior when inserting a single match into the line.)-.2 F(It')144 156 Q
-2.545(so)-.55 G .045(nly acti)-2.545 F .345 -.15(ve w)-.25 H .046
-(hen performing completion in the middle of a w).15 F 2.546(ord. If)-.1
-F .046(enabled, readline does not)2.546 F 1.394(insert characters from \
-the completion that match characters after point in the w)144 168 R
-1.394(ord being com-)-.1 F(pleted, so portions of the w)144 180 Q
-(ord follo)-.1 E(wing the cursor are not duplicated.)-.25 E F2
-(vi\255cmd\255mode\255string \(\(cmd\)\))108 192 Q F1 .517(If the)144
-204 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1 -.25(va)3.017 G
-.518(riable is enabled, this string is displayed immediately before the)
-.25 F .475(last line of the primary prompt when vi editing mode is acti)
-144 216 R .775 -.15(ve a)-.25 H .475(nd in command mode.).15 F .475
-(The v)5.475 F(alue)-.25 E .33(is e)144 228 R .33(xpanded lik)-.15 F
-2.83(eak)-.1 G .63 -.15(ey b)-2.93 H .33
-(inding, so the standard set of meta- and control pre\214x).15 F .33
-(es and backslash es-)-.15 F .245(cape sequences is a)144 240 R -.25(va)
--.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F
-.244(gin and end sequences of non-printing)-.15 F(characters, which can\
- be used to embed a terminal control sequence into the mode string.)144
-252 Q F2(vi\255ins\255mode\255string \(\(ins\)\))108 264 Q F1 .517
-(If the)144 276 R F0(show\255mode\255in\255pr)3.017 E(ompt)-.45 E F1
--.25(va)3.017 G .518
-(riable is enabled, this string is displayed immediately before the).25
-F .186(last line of the primary prompt when vi editing mode is acti)144
-288 R .486 -.15(ve a)-.25 H .186(nd in insertion mode.).15 F .186(The v)
-5.186 F .186(alue is)-.25 F -.15(ex)144 300 S .923(panded lik).15 F
-3.423(eak)-.1 G 1.223 -.15(ey b)-3.523 H .924
-(inding, so the standard set of meta- and control pre\214x).15 F .924
-(es and backslash es-)-.15 F .245(cape sequences is a)144 312 R -.25(va)
--.2 G 2.745(ilable. Use).25 F .244(the \\1 and \\2 escapes to be)2.745 F
-.244(gin and end sequences of non-printing)-.15 F(characters, which can\
- be used to embed a terminal control sequence into the mode string.)144
-324 Q F2(visible\255stats \(Off\))108 336 Q F1 .846(If set to)144 348 R
-F2(On)3.346 E F1 3.346(,ac)C .846(haracter denoting a \214le')-3.346 F
-3.346(st)-.55 G .846(ype as reported by)-3.346 F F0(stat)3.346 E F1 .846
-(\(2\) is appended to the \214lename)B
-(when listing possible completions.)144 360 Q F2
-(Readline Conditional Constructs)87 376.8 Q F1 .05
-(Readline implements a f)108 388.8 R .05(acility similar in spirit to t\
-he conditional compilation features of the C preprocessor)-.1 F .096
-(which allo)108 400.8 R .096(ws k)-.25 F .396 -.15(ey b)-.1 H .096
-(indings and v).15 F .096
-(ariable settings to be performed as the result of tests.)-.25 F .097
-(There are four parser)5.096 F(directi)108 412.8 Q -.15(ve)-.25 G 2.5
-(su).15 G(sed.)-2.5 E F2($if)108 429.6 Q F1(The)144 429.6 Q F2($if)2.963
-E F1 .463(construct allo)2.963 F .462(ws bindings to be made based on t\
-he editing mode, the terminal being used,)-.25 F .961
-(or the application using readline.)144 441.6 R .961(The te)5.961 F .961
-(xt of the test, after an)-.15 F 3.462(yc)-.15 G .962
-(omparison operator)-3.462 F 3.462(,e)-.4 G .962(xtends to)-3.612 F(the\
- end of the line; unless otherwise noted, no characters are required to\
- isolate it.)144 453.6 Q F2(mode)144 470.4 Q F1(The)180 470.4 Q F2
-(mode=)3.712 E F1 1.212(form of the)3.712 F F2($if)3.711 E F1(directi)
-3.711 E 1.511 -.15(ve i)-.25 H 3.711(su).15 G 1.211
-(sed to test whether readline is in emacs or vi)-3.711 F 3.065
-(mode. This)180 482.4 R .565(may be used in conjunction with the)3.065 F
-F2 .565(set k)3.065 F(eymap)-.1 E F1 .565(command, for instance, to)
-3.065 F .735(set bindings in the)180 494.4 R F0(emacs\255standar)3.235 E
-(d)-.37 E F1(and)3.235 E F0(emacs\255ctlx)3.235 E F1 -.1(ke)3.235 G .735
-(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 506.4
-Q F2(term)144 523.2 Q F1(The)180 523.2 Q F2(term=)3.196 E F1 .696
-(form may be used to include terminal-speci\214c k)3.196 F .996 -.15
-(ey b)-.1 H .697(indings, perhaps to bind).15 F .654(the k)180 535.2 R
-.954 -.15(ey s)-.1 H .654(equences output by the terminal').15 F 3.154
-(sf)-.55 G .654(unction k)-3.154 F -.15(ey)-.1 G 3.154(s. The).15 F -.1
-(wo)3.154 G .654(rd on the right side of).1 F(the)180 547.2 Q F2(=)3.231
-E F1 .731(is tested ag)3.231 F .732(ainst both the full name of the ter\
-minal and the portion of the terminal)-.05 F(name before the \214rst)180
-559.2 Q F2<ad>2.5 E F1 5(.T)C(his allo)-5 E(ws)-.25 E F0(sun)2.84 E F1
-(to match both)2.74 E F0(sun)2.84 E F1(and)2.74 E F0(sun\255cmd)2.84 E
-F1 2.5(,f).77 G(or instance.)-2.5 E F2 -.1(ve)144 576 S(rsion).1 E F1
-(The)180 588 Q F2 -.1(ve)3.109 G(rsion).1 E F1 .608
-(test may be used to perform comparisons ag)3.109 F .608
-(ainst speci\214c readline v)-.05 F(ersions.)-.15 E(The)180 600 Q F2 -.1
-(ve)2.771 G(rsion).1 E F1 -.15(ex)2.771 G .271
-(pands to the current readline v).15 F 2.772(ersion. The)-.15 F .272
-(set of comparison operators in-)2.772 F(cludes)180 612 Q F2(=)3.064 E
-F1 3.064(,\()C(and)-3.064 E F2(==)3.064 E F1(\),)A F2(!=)3.064 E F1(,)A
-F2(<=)3.064 E F1(,)A F2(>=)3.064 E F1(,)A F2(<)3.064 E F1 3.064(,a)C(nd)
--3.064 E F2(>)3.064 E F1 5.563(.T)C .563(he v)-5.563 F .563
-(ersion number supplied on the right side)-.15 F .318
-(of the operator consists of a major v)180 624 R .318(ersion number)-.15
-F 2.818(,a)-.4 G 2.818(no)-2.818 G .318
-(ptional decimal point, and an op-)-2.818 F .101(tional minor v)180 636
-R .101(ersion \(e.g.,)-.15 F F2(7.1)2.601 E F1 .101(\). If the minor v)B
-.1(ersion is omitted, it is assumed to be)-.15 F F2(0)2.6 E F1 5.1(.T)C
-(he)-5.1 E .06(operator may be separated from the string)180 648 R F2
--.1(ve)2.56 G(rsion).1 E F1 .06(and from the v)2.56 F .06
-(ersion number ar)-.15 F(gument)-.18 E(by whitespace.)180 660 Q F0
-(application)144.33 676.8 Q F1(The)180 688.8 Q F0(application)3.226 E F1
-.726(construct is used to include application-speci\214c settings.)3.226
-F .726(Each program)5.726 F .114(using the readline library sets the)180
-700.8 R F0 .114(application name)2.614 F F1 2.614(,a)C .114
-(nd an initialization \214le can test for a)-2.614 F .501(particular v)
-180 712.8 R 3.001(alue. This)-.25 F .501(could be used to bind k)3.001 F
-.801 -.15(ey s)-.1 H .5(equences to functions useful for a spe-).15 F
-.396(ci\214c program.)180 724.8 R -.15(Fo)5.396 G 2.896(ri).15 G .396
-(nstance, the follo)-2.896 F .396(wing command adds a k)-.25 F .696 -.15
-(ey s)-.1 H .397(equence that quotes the).15 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(48)193.45 E 0 Cg EP
-%%Page: 49 49
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(current or pre)180 84 Q(vious w)-.25 E(ord in)-.1 E
-/F2 10/Times-Bold@0 SF(bash)2.5 E F1(:)A/F3 10/Courier-Bold@0 SF($if)180
-100.8 Q/F4 10/Courier@0 SF(Bash)6 E 6(#Q)180 112.8 S
-(uote the current or previous word)-6 E("\\C-xq": "\\eb\\"\\ef\\"")180
-124.8 Q F3($endif)180 136.8 Q F0(variable)144.29 153.6 Q F1(The)180
-165.6 Q F0(variable)3.777 E F1 1.277(construct pro)3.777 F 1.276
-(vides simple equality tests for readline v)-.15 F 1.276(ariables and v)
--.25 F(alues.)-.25 E .079(The permitted comparison operators are)180
-177.6 R F0(=)2.579 E F1(,)A F0(==)2.579 E F1 2.579(,a)C(nd)-2.579 E F0
-(!=)2.579 E F1 5.079(.T)C .079(he v)-5.079 F .08
-(ariable name must be sepa-)-.25 F .98(rated from the comparison operat\
-or by whitespace; the operator may be separated from)180 189.6 R .129
-(the v)180 201.6 R .129(alue on the right hand side by whitespace.)-.25
-F .13(Both string and boolean v)5.129 F .13(ariables may be)-.25 F
-(tested. Boolean v)180 213.6 Q(ariables must be tested ag)-.25 E
-(ainst the v)-.05 E(alues)-.25 E F0(on)2.5 E F1(and)2.5 E F0(of)2.5 E(f)
--.18 E F1(.)A F2($endif)108 230.4 Q F1(This command, as seen in the pre)
-144 230.4 Q(vious e)-.25 E(xample, terminates an)-.15 E F2($if)2.5 E F1
-(command.)2.5 E F2($else)108 247.2 Q F1(Commands in this branch of the)
-144 247.2 Q F2($if)2.5 E F1(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E
--.15(xe)-.15 G(cuted if the test f).15 E(ails.)-.1 E F2($include)108 264
-Q F1 .357(This directi)144 276 R .657 -.15(ve t)-.25 H(ak).15 E .357
-(es a single \214lename as an ar)-.1 F .356
-(gument and reads commands and bindings from that)-.18 F 2.5(\214le. F)
-144 288 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3
--.15(ve w)-.25 H(ould read).05 E F0(/etc/inputr)2.5 E(c)-.37 E F1(:)A F2
-($include)144 304.8 Q F0(/etc/inputr)5.833 E(c)-.37 E F2(Sear)87 321.6 Q
-(ching)-.18 E F1 .834(Readline pro)108 333.6 R .834
-(vides commands for searching through the command history \(see)-.15 F
-/F5 9/Times-Bold@0 SF(HIST)3.335 E(OR)-.162 E(Y)-.315 E F1(belo)3.085 E
-.835(w\) for lines)-.25 F(containing a speci\214ed string.)108 345.6 Q
-(There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F0(incr)2.51 E
-(emental)-.37 E F1(and)3.01 E F0(non-incr)2.86 E(emental)-.37 E F1(.).51
-E .698(Incremental searches be)108 362.4 R .698
-(gin before the user has \214nished typing the search string.)-.15 F
-.697(As each character of the)5.697 F .112
-(search string is typed, readline displays the ne)108 374.4 R .112
-(xt entry from the history matching the string typed so f)-.15 F(ar)-.1
-E 5.113(.A)-.55 G(n)-5.113 E .542
-(incremental search requires only as man)108 386.4 R 3.042(yc)-.15 G
-.542(haracters as needed to \214nd the desired history entry)-3.042 F
-5.541(.T)-.65 G .541(he char)-5.541 F(-)-.2 E .224
-(acters present in the v)108 398.4 R .224(alue of the)-.25 F F2(isear)
-2.724 E(ch-terminators)-.18 E F1 -.25(va)2.724 G .224
-(riable are used to terminate an incremental search.).25 F .66
-(If that v)108 410.4 R .66(ariable has not been assigned a v)-.25 F .66
-(alue the Escape and Control-J characters will terminate an incre-)-.25
-F .096(mental search.)108 422.4 R .096(Control-G will abort an incremen\
-tal search and restore the original line.)5.096 F .097
-(When the search is)5.097 F(terminated, the history entry containing th\
-e search string becomes the current line.)108 434.4 Q 2.939 -.8(To \214)
-108 451.2 T 1.339(nd other matching entries in the history list, type C\
-ontrol-S or Control-R as appropriate.).8 F 1.338(This will)6.338 F .674
-(search backw)108 463.2 R .674(ard or forw)-.1 F .674
-(ard in the history for the ne)-.1 F .675
-(xt entry matching the search string typed so f)-.15 F(ar)-.1 E 5.675
-(.A)-.55 G -.15(ny)-5.675 G .175(other k)108 475.2 R .475 -.15(ey s)-.1
-H .174
-(equence bound to a readline command will terminate the search and e).15
-F -.15(xe)-.15 G .174(cute that command.).15 F -.15(Fo)5.174 G(r).15 E
-.54(instance, a)108 487.2 R F0(ne)3.04 E(wline)-.15 E F1 .541
-(will terminate the search and accept the line, thereby e)3.04 F -.15
-(xe)-.15 G .541(cuting the command from the).15 F(history list.)108
-499.2 Q .653(Readline remembers the last incremental search string.)108
-516 R .653(If tw)5.653 F 3.153(oC)-.1 G .653
-(ontrol-Rs are typed without an)-3.153 F 3.152(yi)-.15 G(nterv)-3.152 E
-(en-)-.15 E(ing characters de\214ning a ne)108 528 Q 2.5(ws)-.25 G
-(earch string, readline uses an)-2.5 E 2.5(yr)-.15 G
-(emembered search string.)-2.5 E .567(Non-incremental searches read the\
- entire search string before starting to search for matching history li\
-nes.)108 544.8 R(The search string may be typed by the user or be part \
-of the contents of the current line.)108 556.8 Q F2
-(Readline Command Names)87 573.6 Q F1 1.392(The follo)108 585.6 R 1.391
-(wing is a list of the names of the commands and the def)-.25 F 1.391
-(ault k)-.1 F 1.691 -.15(ey s)-.1 H 1.391(equences to which the).15 F
-3.891(ya)-.15 G(re)-3.891 E 2.621(bound. Command)108 597.6 R .121
-(names without an accompan)2.621 F .121(ying k)-.15 F .421 -.15(ey s)-.1
-H .122(equence are unbound by def).15 F 2.622(ault. In)-.1 F .122
-(the follo)2.622 F(wing)-.25 E(descriptions,)108 609.6 Q F0(point)3.411
-E F1 .911(refers to the current cursor position, and)3.411 F F0(mark)
-3.411 E F1 .91(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.41
-(db).15 G 3.41(yt)-3.41 G(he)-3.41 E F2(set\255mark)108 621.6 Q F1 2.5
-(command. The)2.5 F(te)2.5 E
-(xt between the point and mark is referred to as the)-.15 E F0 -.37(re)
-2.5 G(gion)-.03 E F1(.)A F2(Commands f)87 638.4 Q(or Mo)-.25 E(ving)-.1
-E(beginning\255of\255line \(C\255a\))108 650.4 Q F1(Mo)144 662.4 Q .3
--.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F2
-(end\255of\255line \(C\255e\))108 674.4 Q F1(Mo)144 686.4 Q .3 -.15
-(ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F2 -.25(fo)108
-698.4 S(rward\255char \(C\255f\)).25 E F1(Mo)144 710.4 Q .3 -.15(ve f)
--.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(49)193.45 E 0 Cg EP
-%%Page: 50 50
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(backward\255char \(C\255b\))
-108 84 Q F1(Mo)144 96 Q .3 -.15(ve b)-.15 H(ack a character).15 E(.)-.55
-E F2 -.25(fo)108 108 S(rward\255w).25 E(ord \(M\255f\))-.1 E F1(Mo)144
-120 Q .822 -.15(ve f)-.15 H(orw).15 E .522(ard to the end of the ne)-.1
-F .523(xt w)-.15 F 3.023(ord. W)-.1 F .523
-(ords are composed of alphanumeric characters \(let-)-.8 F
-(ters and digits\).)144 132 Q F2(backward\255w)108 144 Q(ord \(M\255b\))
--.1 E F1(Mo)144 156 Q 1.71 -.15(ve b)-.15 H 1.41
-(ack to the start of the current or pre).15 F 1.41(vious w)-.25 F 3.91
-(ord. W)-.1 F 1.41(ords are composed of alphanumeric)-.8 F
-(characters \(letters and digits\).)144 168 Q F2(shell\255f)108 180 Q
-(orward\255w)-.25 E(ord)-.1 E F1(Mo)144 192 Q .784 -.15(ve f)-.15 H(orw)
-.15 E .484(ard to the end of the ne)-.1 F .484(xt w)-.15 F 2.984(ord. W)
--.1 F .484(ords are delimited by non-quoted shell metacharac-)-.8 F
-(ters.)144 204 Q F2(shell\255backward\255w)108 216 Q(ord)-.1 E F1(Mo)144
-228 Q .909 -.15(ve b)-.15 H .609(ack to the start of the current or pre)
-.15 F .609(vious w)-.25 F 3.109(ord. W)-.1 F .608
-(ords are delimited by non-quoted shell)-.8 F(metacharacters.)144 240 Q
-F2(pr)108 252 Q -.15(ev)-.18 G(ious\255scr).15 E(een\255line)-.18 E F1
-.89(Attempt to mo)144 264 R 1.19 -.15(ve p)-.15 H .89
-(oint to the same ph).15 F .891(ysical screen column on the pre)-.05 F
-.891(vious ph)-.25 F .891(ysical screen line.)-.05 F 1.056
-(This will not ha)144 276 R 1.356 -.15(ve t)-.2 H 1.056(he desired ef)
-.15 F 1.056(fect if the current readline line does not tak)-.25 F 3.555
-(eu)-.1 G 3.555(pm)-3.555 G 1.055(ore than one)-3.555 F(ph)144 288 Q(ys\
-ical line or if point is not greater than the length of the prompt plus\
- the screen width.)-.05 E F2(next\255scr)108 300 Q(een\255line)-.18 E F1
-.637(Attempt to mo)144 312 R .937 -.15(ve p)-.15 H .637
-(oint to the same ph).15 F .638(ysical screen column on the ne)-.05 F
-.638(xt ph)-.15 F .638(ysical screen line. This)-.05 F .195(will not ha)
-144 324 R .495 -.15(ve t)-.2 H .195(he desired ef).15 F .194
-(fect if the current readline line does not tak)-.25 F 2.694(eu)-.1 G
-2.694(pm)-2.694 G .194(ore than one ph)-2.694 F(ysical)-.05 E .164(line\
- or if the length of the current readline line is not greater than the \
-length of the prompt plus the)144 336 R(screen width.)144 348 Q F2
-(clear\255display \(M\255C\255l\))108 360 Q F1 1.499
-(Clear the screen and, if possible, the terminal')144 372 R 3.999(ss)
--.55 G 1.498(crollback b)-3.999 F(uf)-.2 E(fer)-.25 E 3.998(,t)-.4 G
-1.498(hen redra)-3.998 F 3.998(wt)-.15 G 1.498(he current line,)-3.998 F
-(lea)144 384 Q(ving the current line at the top of the screen.)-.2 E F2
-(clear\255scr)108 396 Q(een \(C\255l\))-.18 E F1 1.36
-(Clear the screen, then redra)144 408 R 3.86(wt)-.15 G 1.36
-(he current line, lea)-3.86 F 1.36
-(ving the current line at the top of the screen.)-.2 F -.4(Wi)144 420 S
-(th an ar).4 E
-(gument, refresh the current line without clearing the screen.)-.18 E F2
--.18(re)108 432 S(draw\255curr).18 E(ent\255line)-.18 E F1
-(Refresh the current line.)144 444 Q F2(Commands f)87 460.8 Q
-(or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108
-472.8 Q(n\))-.15 E F1 .159(Accept the line re)144 484.8 R -.05(ga)-.15 G
-.159(rdless of where the cursor is.).05 F .158
-(If this line is non-empty)5.158 F 2.658(,a)-.65 G .158
-(dd it to the history list)-2.658 F .699(according to the state of the)
-144 496.8 R/F3 9/Times-Bold@0 SF(HISTCONTR)3.199 E(OL)-.27 E F1 -.25(va)
-2.949 G 3.199(riable. If).25 F .699
-(the line is a modi\214ed history line, then)3.199 F
-(restore the history line to its original state.)144 508.8 Q F2(pr)108
-520.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F1
-(Fetch the pre)144 532.8 Q(vious command from the history list, mo)-.25
-E(ving back in the list.)-.15 E F2(next\255history \(C\255n\))108 544.8
-Q F1(Fetch the ne)144 556.8 Q(xt command from the history list, mo)-.15
-E(ving forw)-.15 E(ard in the list.)-.1 E F2
-(beginning\255of\255history \(M\255<\))108 568.8 Q F1(Mo)144 580.8 Q .3
--.15(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.)
--.65 E F2(end\255of\255history \(M\255>\))108 592.8 Q F1(Mo)144 604.8 Q
-.3 -.15(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5
-(,i)-.65 G(.e., the line currently being entered.)-2.5 E F2
-(operate\255and\255get\255next \(C\255o\))108 616.8 Q F1 .948
-(Accept the current line for e)144 628.8 R -.15(xe)-.15 G .948
-(cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.247 -.15
-(ve t)-.25 H 3.447(ot).15 G .947(he current line from the)-3.447 F .729
-(history for editing.)144 640.8 R 3.229(An)5.729 G .729(umeric ar)-3.229
-F .729
-(gument, if supplied, speci\214es the history entry to use instead of)
--.18 F(the current line.)144 652.8 Q F2(fetch\255history)108 664.8 Q F1
--.4(Wi)144 676.8 S .257(th a numeric ar).4 F .257
-(gument, fetch that entry from the history list and mak)-.18 F 2.756(ei)
--.1 G 2.756(tt)-2.756 G .256(he current line.)-2.756 F -.4(Wi)5.256 G
-(th-).4 E(out an ar)144 688.8 Q(gument, mo)-.18 E .3 -.15(ve b)-.15 H
-(ack to the \214rst entry in the history list.).15 E F2 -2.29 -.18(re v)
-108 700.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F1 1.312
-(Search backw)144 712.8 R 1.312(ard starting at the current line and mo)
--.1 F 1.312(ving \231up\232 through the history as necessary)-.15 F(.)
--.65 E(This is an incremental search.)144 724.8 Q(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(50)193.45 E 0 Cg EP
-%%Page: 51 51
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF -.25(fo)108 84 S
-(rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F1 .973
-(Search forw)144 96 R .973(ard starting at the current line and mo)-.1 F
-.973(ving \231do)-.15 F .973(wn\232 through the history as necessary)
--.25 F(.)-.65 E(This is an incremental search.)144 108 Q F2(non\255incr)
-108 120 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H(rse\255sear).15 E
-(ch\255history \(M\255p\))-.18 E F1 .164(Search backw)144 132 R .164(ar\
-d through the history starting at the current line using a non-incremen\
-tal search for)-.1 F 2.5(as)144 144 S(tring supplied by the user)-2.5 E
-(.)-.55 E F2(non\255incr)108 156 Q(emental\255f)-.18 E(orward\255sear)
--.25 E(ch\255history \(M\255n\))-.18 E F1 1.354(Search forw)144 168 R
-1.354(ard through the history using a non-incremental search for a stri\
-ng supplied by the)-.1 F(user)144 180 Q(.)-.55 E F2(history\255sear)108
-192 Q(ch\255f)-.18 E(orward)-.25 E F1 .248(Search forw)144 204 R .249(a\
-rd through the history for the string of characters between the start o\
-f the current line)-.1 F(and the point.)144 216 Q
-(This is a non-incremental search.)5 E F2(history\255sear)108 228 Q
-(ch\255backward)-.18 E F1 .951(Search backw)144 240 R .951(ard through \
-the history for the string of characters between the start of the curre\
-nt)-.1 F(line and the point.)144 252 Q
-(This is a non-incremental search.)5 E F2(history\255substring\255sear)
-108 264 Q(ch\255backward)-.18 E F1 .95(Search backw)144 276 R .951(ard \
-through the history for the string of characters between the start of t\
-he current)-.1 F .007(line and the current cursor position \(the)144 288
-R F0(point)2.507 E F1 2.507(\). The)B .007(search string may match an)
-2.507 F .006(ywhere in a history)-.15 F 2.5(line. This)144 300 R
-(is a non-incremental search.)2.5 E F2(history\255substring\255sear)108
-312 Q(ch\255f)-.18 E(orward)-.25 E F1 .248(Search forw)144 324 R .249(a\
-rd through the history for the string of characters between the start o\
-f the current line)-.1 F .319(and the point.)144 336 R .319
-(The search string may match an)5.319 F .319(ywhere in a history line.)
--.15 F .318(This is a non-incremental)5.318 F(search.)144 348 Q F2
-(yank\255nth\255ar)108 360 Q 2.5(g\()-.1 G<4dad43ad7929>-2.5 E F1 .622
-(Insert the \214rst ar)144 372 R .622(gument to the pre)-.18 F .622
-(vious command \(usually the second w)-.25 F .622(ord on the pre)-.1 F
-.622(vious line\))-.25 F .773(at point.)144 384 R -.4(Wi)5.773 G .773
-(th an ar).4 F(gument)-.18 E F0(n)3.633 E F1 3.273(,i).24 G .773
-(nsert the)-3.273 F F0(n)3.273 E F1 .773(th w)B .773(ord from the pre)
--.1 F .773(vious command \(the w)-.25 F .773(ords in the)-.1 F(pre)144
-396 Q .291(vious command be)-.25 F .291(gin with w)-.15 F .291(ord 0\).)
--.1 F 2.791(An)5.291 G -2.25 -.15(eg a)-2.791 H(ti).15 E .591 -.15(ve a)
--.25 H -.18(rg).15 G .291(ument inserts the).18 F F0(n)2.791 E F1 .291
-(th w)B .292(ord from the end of)-.1 F .237(the pre)144 408 R .237
-(vious command.)-.25 F .237(Once the ar)5.237 F(gument)-.18 E F0(n)2.736
-E F1 .236(is computed, the ar)2.736 F .236(gument is e)-.18 F .236
-(xtracted as if the \231!)-.15 F F0(n)A F1<9a>A(history e)144 420 Q
-(xpansion had been speci\214ed.)-.15 E F2(yank\255last\255ar)108 432 Q
-2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F1 1.307
-(Insert the last ar)144 444 R 1.307(gument to the pre)-.18 F 1.307
-(vious command \(the last w)-.25 F 1.308(ord of the pre)-.1 F 1.308
-(vious history entry\).)-.25 F -.4(Wi)144 456 S .204(th a numeric ar).4
-F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e)
--.1 E F2(yank\255nth\255ar)2.704 E(g)-.1 E F1 5.203(.S)C(uccessi)-5.203
-E .503 -.15(ve c)-.25 H .203(alls to).15 F F2(yank\255last\255ar)2.703 E
-(g)-.1 E F1(mo)144 468 Q .806 -.15(ve b)-.15 H .507
-(ack through the history list, inserting the last w).15 F .507
-(ord \(or the w)-.1 F .507(ord speci\214ed by the ar)-.1 F(gument)-.18 E
-.416(to the \214rst call\) of each line in turn.)144 480 R(An)5.416 E
-2.916(yn)-.15 G .416(umeric ar)-2.916 F .416
-(gument supplied to these successi)-.18 F .715 -.15(ve c)-.25 H .415
-(alls de-).15 F 1.217(termines the direction to mo)144 492 R 1.518 -.15
-(ve t)-.15 H 1.218(hrough the history).15 F 6.218(.A)-.65 G(ne)-2.5 E
--.05(ga)-.15 G(ti).05 E 1.518 -.15(ve a)-.25 H -.18(rg).15 G 1.218
-(ument switches the direction).18 F .494
-(through the history \(back or forw)144 504 R 2.994(ard\). The)-.1 F
-.494(history e)2.994 F .494(xpansion f)-.15 F .494
-(acilities are used to e)-.1 F .494(xtract the last)-.15 F -.1(wo)144
-516 S(rd, as if the \231!$\232 history e).1 E
-(xpansion had been speci\214ed.)-.15 E F2
-(shell\255expand\255line \(M\255C\255e\))108 528 Q F1 .367
-(Expand the line by performing shell w)144 540 R .368(ord e)-.1 F 2.868
-(xpansions. This)-.15 F .368(performs alias and history e)2.868 F
-(xpansion,)-.15 E F2($)144 552 Q F1<08>A F0(string)A F1 3.358<0861>C(nd)
--3.358 E F2($)3.358 E F1(")A F0(string)A F1 3.358("q)C .857
-(uoting, tilde e)-3.358 F .857(xpansion, parameter and v)-.15 F .857
-(ariable e)-.25 F .857(xpansion, arithmetic e)-.15 F(x-)-.15 E .548
-(pansion, command and process substitution, w)144 564 R .548
-(ord splitting, and quote remo)-.1 F -.25(va)-.15 G 3.049(l. An).25 F
--.15(ex)3.049 G .549(plicit ar).15 F(gu-)-.18 E .61
-(ment suppresses command and process substitution.)144 576 R(See)5.61 E
-/F3 9/Times-Bold@0 SF(HIST)3.109 E(OR)-.162 E 2.859(YE)-.315 G(XP)-2.859
-E(ANSION)-.666 E F1(belo)2.859 E 3.109(wf)-.25 G .609(or a de-)-3.109 F
-(scription of history e)144 588 Q(xpansion.)-.15 E F2
-(history\255expand\255line \(M\255\000\))108 600 Q F1 .938
-(Perform history e)144 612 R .939(xpansion on the current line.)-.15 F
-(See)5.939 E F3(HIST)3.439 E(OR)-.162 E 3.189(YE)-.315 G(XP)-3.189 E
-(ANSION)-.666 E F1(belo)3.189 E 3.439(wf)-.25 G .939(or a descrip-)
--3.439 F(tion of history e)144 624 Q(xpansion.)-.15 E F2(magic\255space)
-108 636 Q F1 .438(Perform history e)144 648 R .438
-(xpansion on the current line and insert a space.)-.15 F(See)5.437 E F3
-(HIST)2.937 E(OR)-.162 E 2.687(YE)-.315 G(XP)-2.687 E(ANSION)-.666 E F1
-(be-)2.687 E(lo)144 660 Q 2.5(wf)-.25 G(or a description of history e)
--2.5 E(xpansion.)-.15 E F2(alias\255expand\255line)108 672 Q F1 .394
-(Perform alias e)144 684 R .394(xpansion on the current line.)-.15 F
-(See)5.395 E F3(ALIASES)2.895 E F1(abo)2.645 E .695 -.15(ve f)-.15 H
-.395(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 696 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(51)193.45 E 0 Cg EP
-%%Page: 52 52
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF
-(history\255and\255alias\255expand\255line)108 84 Q F1
-(Perform history and alias e)144 96 Q(xpansion on the current line.)-.15
-E F2(insert\255last\255ar)108 108 Q(gument \(M\255.)-.1 E 2.5(,M).833 G
--1.667(\255_ \))-2.5 F F1 2.5(As)144 120 S(ynon)-2.5 E(ym for)-.15 E F2
-(yank\255last\255ar)2.5 E(g)-.1 E F1(.)A F2
-(edit\255and\255execute\255command \(C\255x C\255e\))108 132 Q F1(In)144
-144 Q -.2(vo)-.4 G .347 -.1(ke a).2 H 2.647(ne).1 G .146
-(ditor on the current command line, and e)-2.647 F -.15(xe)-.15 G .146
-(cute the result as shell commands.).15 F F2(Bash)5.146 E F1(at-)2.646 E
-(tempts to in)144 156 Q -.2(vo)-.4 G -.1(ke).2 G/F3 9/Times-Bold@0 SF
-($VISU)2.6 E(AL)-.54 E/F4 9/Times-Roman@0 SF(,)A F3($EDIT)2.25 E(OR)
--.162 E F4(,)A F1(and)2.25 E F0(emacs)2.5 E F1(as the editor)2.5 E 2.5
-(,i)-.4 G 2.5(nt)-2.5 G(hat order)-2.5 E(.)-.55 E F2(Commands f)87 172.8
-Q(or Changing T)-.25 E(ext)-.92 E F0(end\255of\255\214le)108 184.8 Q F2
-(\(usually C\255d\))2.5 E F1 .651
-(The character indicating end-of-\214le as set, for e)144 196.8 R .651
-(xample, by)-.15 F F0(stty)3.491 E F1 3.151(\(1\). If).32 F .652
-(this character is read when)3.152 F .167
-(there are no characters on the line, and point is at the be)144 208.8 R
-.167(ginning of the line, readline interprets it as)-.15 F
-(the end of input and returns)144 220.8 Q F3(EOF)2.5 E F4(.)A F2
-(delete\255char \(C\255d\))108 232.8 Q F1 .441
-(Delete the character at point.)144 244.8 R .442
-(If this function is bound to the same character as the tty)5.441 F F2
-(EOF)2.942 E F1(char)2.942 E(-)-.2 E(acter)144 256.8 Q 2.5(,a)-.4 G(s)
--2.5 E F2(C\255d)2.5 E F1(commonly is, see abo)2.5 E .3 -.15(ve f)-.15 H
-(or the ef).15 E(fects.)-.25 E F2(backward\255delete\255char \(Rubout\))
-108 268.8 Q F1 .553(Delete the character behind the cursor)144 280.8 R
-5.553(.W)-.55 G .553(hen gi)-5.553 F -.15(ve)-.25 G 3.053(nan).15 G .553
-(umeric ar)-3.053 F .552(gument, sa)-.18 F .852 -.15(ve t)-.2 H .552
-(he deleted te).15 F .552(xt on)-.15 F(the kill ring.)144 292.8 Q F2
--.25(fo)108 304.8 S(rward\255backward\255delete\255char).25 E F1 .473
-(Delete the character under the cursor)144 316.8 R 2.973(,u)-.4 G .474
-(nless the cursor is at the end of the line, in which case the)-2.973 F
-(character behind the cursor is deleted.)144 328.8 Q F2
-(quoted\255insert \(C\255q, C\255v\))108 340.8 Q F1 .779(Add the ne)144
-352.8 R .779(xt character typed to the line v)-.15 F 3.279
-(erbatim. This)-.15 F .779(is ho)3.279 F 3.279(wt)-.25 G 3.279(oi)-3.279
-G .779(nsert characters lik)-3.279 F(e)-.1 E F2(C\255q)3.278 E F1 3.278
-(,f)C(or)-3.278 E -.15(ex)144 364.8 S(ample.).15 E F2
-(tab\255insert \(C\255v T)108 376.8 Q(AB\))-.9 E F1
-(Insert a tab character)144 388.8 Q(.)-.55 E F2
-(self\255insert \(a, b, A, 1, !,)108 400.8 Q F1 1.666(...)2.5 G F2(\))
--1.666 E F1(Insert the character typed.)144 412.8 Q F2
-(transpose\255chars \(C\255t\))108 424.8 Q F1 .321
-(Drag the character before point forw)144 436.8 R .321(ard o)-.1 F -.15
-(ve)-.15 G 2.821(rt).15 G .321(he character at point, mo)-2.821 F .322
-(ving point forw)-.15 F .322(ard as well.)-.1 F .372
-(If point is at the end of the line, then this transposes the tw)144
-448.8 R 2.872(oc)-.1 G .372(haracters before point.)-2.872 F(Ne)5.372 E
--.05(ga)-.15 G(ti).05 E .672 -.15(ve a)-.25 H -.2(r-).15 G(guments ha)
-144 460.8 Q .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F2
-(transpose\255w)108 472.8 Q(ords \(M\255t\))-.1 E F1 .023(Drag the w)144
-484.8 R .023(ord before point past the w)-.1 F .023(ord after point, mo)
--.1 F .023(ving point o)-.15 F -.15(ve)-.15 G 2.524(rt).15 G .024(hat w)
--2.524 F .024(ord as well.)-.1 F .024(If point)5.024 F
-(is at the end of the line, this transposes the last tw)144 496.8 Q 2.5
-(ow)-.1 G(ords on the line.)-2.6 E F2(upcase\255w)108 508.8 Q
-(ord \(M\255u\))-.1 E F1 1.699(Uppercase the current \(or follo)144
-520.8 R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F
--.05(ga)-.15 G(ti).05 E 1.998 -.15(ve a)-.25 H -.18(rg).15 G 1.698
-(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 532.8 S(rd, b).1
-E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2(do)108 544.8 Q
-(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F1(Lo)144 556.8 Q 1.647
-(wercase the current \(or follo)-.25 F 1.647(wing\) w)-.25 F 4.147
-(ord. W)-.1 F 1.648(ith a ne)-.4 F -.05(ga)-.15 G(ti).05 E 1.948 -.15
-(ve a)-.25 H -.18(rg).15 G 1.648(ument, lo).18 F 1.648(wercase the pre)
--.25 F(vious)-.25 E -.1(wo)144 568.8 S(rd, b).1 E(ut do not mo)-.2 E .3
--.15(ve p)-.15 H(oint.).15 E F2(capitalize\255w)108 580.8 Q
-(ord \(M\255c\))-.1 E F1 1.975(Capitalize the current \(or follo)144
-592.8 R 1.974(wing\) w)-.25 F 4.474(ord. W)-.1 F 1.974(ith a ne)-.4 F
--.05(ga)-.15 G(ti).05 E 2.274 -.15(ve a)-.25 H -.18(rg).15 G 1.974
-(ument, capitalize the pre).18 F(vious)-.25 E -.1(wo)144 604.8 S(rd, b)
-.1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F2 -.1(ove)108
-616.8 S(rwrite\255mode).1 E F1 -.8(To)144 628.8 S .437(ggle o).8 F -.15
-(ve)-.15 G .437(rwrite mode.).15 F -.4(Wi)5.437 G .437(th an e).4 F .437
-(xplicit positi)-.15 F .738 -.15(ve n)-.25 H .438(umeric ar).15 F .438
-(gument, switches to o)-.18 F -.15(ve)-.15 G .438(rwrite mode.).15 F -.4
-(Wi)144 640.8 S .781(th an e).4 F .781(xplicit non-positi)-.15 F 1.081
--.15(ve n)-.25 H .781(umeric ar).15 F .781
-(gument, switches to insert mode.)-.18 F .78(This command af)5.781 F
-(fects)-.25 E(only)144 652.8 Q F2(emacs)4.394 E F1(mode;)4.394 E F2(vi)
-4.394 E F1 1.894(mode does o)4.394 F -.15(ve)-.15 G 1.894(rwrite dif).15
-F(ferently)-.25 E 6.894(.E)-.65 G 1.894(ach call to)-6.894 F F0 -.37(re)
-4.395 G(adline\(\)).37 E F1 1.895(starts in insert)4.395 F 3.969
-(mode. In)144 664.8 R -.15(ove)3.969 G 1.469
-(rwrite mode, characters bound to).15 F F2(self\255insert)3.969 E F1
-1.468(replace the te)3.969 F 1.468(xt at point rather than)-.15 F .957
-(pushing the te)144 676.8 R .957(xt to the right.)-.15 F .958
-(Characters bound to)5.957 F F2(backward\255delete\255char)3.458 E F1
-.958(replace the character)3.458 F(before point with a space.)144 688.8
-Q(By def)5 E(ault, this command is unbound.)-.1 E F2(Killing and Y)87
-705.6 Q(anking)-.85 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(52)193.45 E 0 Cg EP
-%%Page: 53 53
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(kill\255line \(C\255k\))108
-84 Q F1(Kill the te)144 96 Q(xt from point to the end of the line.)-.15
-E F2(backward\255kill\255line \(C\255x Rubout\))108 108 Q F1(Kill backw)
-144 120 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F2
-(unix\255line\255discard \(C\255u\))108 132 Q F1(Kill backw)144 144 Q
-(ard from point to the be)-.1 E(ginning of the line.)-.15 E
-(The killed te)5 E(xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)
--2.5 G(he kill-ring.)-2.5 E F2(kill\255whole\255line)108 156 Q F1
-(Kill all characters on the current line, no matter where point is.)144
-168 Q F2(kill\255w)108 180 Q(ord \(M\255d\))-.1 E F1 .729
-(Kill from point to the end of the current w)144 192 R .728
-(ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728
-(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 204 S
-(rd boundaries are the same as those used by).8 E F2 -.25(fo)2.5 G
-(rward\255w).25 E(ord)-.1 E F1(.)A F2(backward\255kill\255w)108 216 Q
-(ord \(M\255Rubout\))-.1 E F1(Kill the w)144 228 Q(ord behind point.)-.1
-E -.8(Wo)5 G(rd boundaries are the same as those used by).8 E F2
-(backward\255w)2.5 E(ord)-.1 E F1(.)A F2(shell\255kill\255w)108 240 Q
-(ord)-.1 E F1 .728(Kill from point to the end of the current w)144 252 R
-.729(ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F
-.729(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 264 S
-(rd boundaries are the same as those used by).8 E F2(shell\255f)2.5 E
-(orward\255w)-.25 E(ord)-.1 E F1(.)A F2(shell\255backward\255kill\255w)
-108 276 Q(ord)-.1 E F1 3.025(Kill the w)144 288 R 3.025
-(ord behind point.)-.1 F -.8(Wo)8.025 G 3.025
-(rd boundaries are the same as those used by).8 F F2(shell\255back-)
-5.525 E(ward\255w)144 300 Q(ord)-.1 E F1(.)A F2(unix\255w)108 312 Q
-(ord\255rubout \(C\255w\))-.1 E F1 .364(Kill the w)144 324 R .364
-(ord behind point, using white space as a w)-.1 F .365(ord boundary)-.1
-F 5.365(.T)-.65 G .365(he killed te)-5.365 F .365(xt is sa)-.15 F -.15
-(ve)-.2 G 2.865(do).15 G 2.865(nt)-2.865 G(he)-2.865 E(kill-ring.)144
-336 Q F2(unix\255\214lename\255rubout)108 348 Q F1 .167(Kill the w)144
-360 R .166
-(ord behind point, using white space and the slash character as the w)
--.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 372 Q
-(xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)-2.5 G(he kill-ring.)
--2.5 E F2(delete\255horizontal\255space \(M\255\\\))108 384 Q F1
-(Delete all spaces and tabs around point.)144 396 Q F2(kill\255r)108 408
-Q(egion)-.18 E F1(Kill the te)144 420 Q(xt in the current re)-.15 E
-(gion.)-.15 E F2(copy\255r)108 432 Q(egion\255as\255kill)-.18 E F1(Cop)
-144 444 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E
-(gion to the kill b)-.15 E(uf)-.2 E(fer)-.25 E(.)-.55 E F2
-(copy\255backward\255w)108 456 Q(ord)-.1 E F1(Cop)144 468 Q 4.8(yt)-.1 G
-2.3(he w)-4.8 F 2.3(ord before point to the kill b)-.1 F(uf)-.2 E(fer)
--.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.301
-(ord boundaries are the same as)-.1 F F2(back-)4.801 E(ward\255w)144 480
-Q(ord)-.1 E F1(.)A F2(copy\255f)108 492 Q(orward\255w)-.25 E(ord)-.1 E
-F1(Cop)144 504 Q 4.508(yt)-.1 G 2.008(he w)-4.508 F 2.008(ord follo)-.1
-F 2.008(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.007(.T)
--.55 G 2.007(he w)-7.007 F 2.007(ord boundaries are the same as)-.1 F F2
--.25(fo)4.507 G -.37(r-).25 G(ward\255w)144 516 Q(ord)-.1 E F1(.)A F2
-(yank \(C\255y\))108 528 Q F1 -1(Ya)144 540 S
-(nk the top of the kill ring into the b)1 E(uf)-.2 E(fer at point.)-.25
-E F2(yank\255pop \(M\255y\))108 552 Q F1
-(Rotate the kill ring, and yank the ne)144 564 Q 2.5(wt)-.25 G 2.5
-(op. Only)-2.5 F -.1(wo)2.5 G(rks follo).1 E(wing)-.25 E F2(yank)2.5 E
-F1(or)2.5 E F2(yank\255pop)2.5 E F1(.)A F2(Numeric Ar)87 580.8 Q
-(guments)-.1 E(digit\255ar)108 592.8 Q(gument \(M\2550, M\2551,)-.1 E F1
-1.666(...)2.5 G F2 2.5(,M)-1.666 G<adad29>-2.5 E F1 .367
-(Add this digit to the ar)144 604.8 R .367
-(gument already accumulating, or start a ne)-.18 F 2.867(wa)-.25 G -.18
-(rg)-2.867 G 2.867(ument. M\255\255).18 F .367(starts a ne)2.867 F -.05
-(ga)-.15 G(-).05 E(ti)144 616.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G
-(ument.).18 E F2(uni)108 628.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1
-E F1 .779(This is another w)144 640.8 R .779(ay to specify an ar)-.1 F
-3.279(gument. If)-.18 F .779(this command is follo)3.279 F .778
-(wed by one or more digits,)-.25 F 1.376
-(optionally with a leading minus sign, those digits de\214ne the ar)144
-652.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144
-664.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F2(uni)
-3.67 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F1(ag)3.67 E 1.17
-(ain ends the numeric ar)-.05 F 1.17(gument, b)-.18 F 1.17(ut is other)
--.2 F(-)-.2 E .898(wise ignored.)144 676.8 R .898
-(As a special case, if this command is immediately follo)5.898 F .898
-(wed by a character that is)-.25 F 1.23
-(neither a digit nor minus sign, the ar)144 688.8 R 1.23
-(gument count for the ne)-.18 F 1.23(xt command is multiplied by four)
--.15 F(.)-.55 E .822(The ar)144 700.8 R .822
-(gument count is initially one, so e)-.18 F -.15(xe)-.15 G .823
-(cuting this function the \214rst time mak).15 F .823(es the ar)-.1 F
-(gument)-.18 E(count four)144 712.8 Q 2.5(,as)-.4 G(econd time mak)-2.5
-E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(53)193.45 E 0 Cg EP
-%%Page: 54 54
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(Completing)87 84 Q
-(complete \(T)108 96 Q(AB\))-.9 E F1 1.137
-(Attempt to perform completion on the te)144 108 R 1.137
-(xt before point.)-.15 F F2(Bash)6.137 E F1 1.137
-(attempts completion treating the)3.637 F(te)144 120 Q .434(xt as a v)
--.15 F .434(ariable \(if the te)-.25 F .434(xt be)-.15 F .434(gins with)
--.15 F F2($)2.934 E F1 .434(\), username \(if the te)B .434(xt be)-.15 F
-.434(gins with)-.15 F F2<01>2.935 E F1 .435(\), hostname \(if the)B(te)
-144 132 Q .702(xt be)-.15 F .702(gins with)-.15 F F2(@)3.202 E F1 .701
-(\), or command \(including aliases and functions\) in turn.)B .701
-(If none of these pro-)5.701 F
-(duces a match, \214lename completion is attempted.)144 144 Q F2
-(possible\255completions \(M\255?\))108 156 Q F1
-(List the possible completions of the te)144 168 Q(xt before point.)-.15
-E F2(insert\255completions \(M\255*\))108 180 Q F1 .783
-(Insert all completions of the te)144 192 R .783(xt before point that w)
--.15 F .783(ould ha)-.1 F 1.083 -.15(ve b)-.2 H .783(een generated by)
-.15 F F2(possible\255com-)3.283 E(pletions)144 204 Q F1(.)A F2
-(menu\255complete)108 216 Q F1 .929(Similar to)144 228 R F2(complete)
-3.429 E F1 3.429(,b)C .929(ut replaces the w)-3.629 F .929
-(ord to be completed with a single match from the list of)-.1 F 1.193
-(possible completions.)144 240 R 1.193(Repeated e)6.193 F -.15(xe)-.15 G
-1.193(cution of).15 F F2(menu\255complete)3.694 E F1 1.194
-(steps through the list of possible)3.694 F .829
-(completions, inserting each match in turn.)144 252 R .828
-(At the end of the list of completions, the bell is rung)5.828 F .727
-(\(subject to the setting of)144 264 R F2(bell\255style)3.227 E F1 3.227
-(\)a)C .727(nd the original te)-3.227 F .727(xt is restored.)-.15 F .727
-(An ar)5.727 F .727(gument of)-.18 F F0(n)3.227 E F1(mo)3.227 E -.15(ve)
--.15 G(s).15 E F0(n)3.228 E F1 1.73(positions forw)144 276 R 1.73
-(ard in the list of matches; a ne)-.1 F -.05(ga)-.15 G(ti).05 E 2.03
--.15(ve a)-.25 H -.18(rg).15 G 1.73(ument may be used to mo).18 F 2.03
--.15(ve b)-.15 H(ackw).15 E(ard)-.1 E(through the list.)144 288 Q
-(This command is intended to be bound to)5 E F2 -.9(TA)2.5 G(B).9 E F1
-2.5(,b)C(ut is unbound by def)-2.7 E(ault.)-.1 E F2
-(menu\255complete\255backward)108 300 Q F1 .82(Identical to)144 312 R F2
-(menu\255complete)3.32 E F1 3.32(,b)C .82(ut mo)-3.52 F -.15(ve)-.15 G
-3.32(sb).15 G(ackw)-3.32 E .82
-(ard through the list of possible completions, as if)-.1 F F2
-(menu\255complete)144 324 Q F1(had been gi)2.5 E -.15(ve)-.25 G 2.5(nan)
-.15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg).15 G
-2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E F2
-(delete\255char\255or\255list)108 336 Q F1 .234
-(Deletes the character under the cursor if not at the be)144 348 R .234
-(ginning or end of the line \(lik)-.15 F(e)-.1 E F2(delete\255char)2.734
-E F1(\).)A .425(If at the end of the line, beha)144 360 R -.15(ve)-.2 G
-2.925(si).15 G .425(dentically to)-2.925 F F2(possible\255completions)
-2.925 E F1 5.425(.T)C .425(his command is unbound)-5.425 F(by def)144
-372 Q(ault.)-.1 E F2(complete\255\214lename \(M\255/\))108 384 Q F1
-(Attempt \214lename completion on the te)144 396 Q(xt before point.)-.15
-E F2(possible\255\214lename\255completions \(C\255x /\))108 408 Q F1
-(List the possible completions of the te)144 420 Q
-(xt before point, treating it as a \214lename.)-.15 E F2
-(complete\255user)108 432 Q(name \(M\255\001\))-.15 E F1
-(Attempt completion on the te)144 444 Q
-(xt before point, treating it as a username.)-.15 E F2(possible\255user)
-108 456 Q(name\255completions \(C\255x \001\))-.15 E F1
-(List the possible completions of the te)144 468 Q
-(xt before point, treating it as a username.)-.15 E F2(complete\255v)108
-480 Q(ariable \(M\255$\))-.1 E F1(Attempt completion on the te)144 492 Q
-(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F2
-(possible\255v)108 504 Q(ariable\255completions \(C\255x $\))-.1 E F1
-(List the possible completions of the te)144 516 Q
-(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F2
-(complete\255hostname \(M\255@\))108 528 Q F1
-(Attempt completion on the te)144 540 Q
-(xt before point, treating it as a hostname.)-.15 E F2
-(possible\255hostname\255completions \(C\255x @\))108 552 Q F1
-(List the possible completions of the te)144 564 Q
-(xt before point, treating it as a hostname.)-.15 E F2
-(complete\255command \(M\255!\))108 576 Q F1 .581
-(Attempt completion on the te)144 588 R .581
-(xt before point, treating it as a command name.)-.15 F .58
-(Command comple-)5.58 F .715(tion attempts to match the te)144 600 R
-.715(xt ag)-.15 F .715(ainst aliases, reserv)-.05 F .715(ed w)-.15 F
-.715(ords, shell functions, shell b)-.1 F .715(uiltins, and)-.2 F
-(\214nally e)144 612 Q -.15(xe)-.15 G
-(cutable \214lenames, in that order).15 E(.)-.55 E F2
-(possible\255command\255completions \(C\255x !\))108 624 Q F1
-(List the possible completions of the te)144 636 Q
-(xt before point, treating it as a command name.)-.15 E F2
-(dynamic\255complete\255history \(M\255T)108 648 Q(AB\))-.9 E F1 .425
-(Attempt completion on the te)144 660 R .425
-(xt before point, comparing the te)-.15 F .425(xt ag)-.15 F .424
-(ainst lines from the history list)-.05 F
-(for possible completion matches.)144 672 Q F2(dab)108 684 Q(br)-.1 E
--.15(ev)-.18 G(\255expand).15 E F1 .61
-(Attempt menu completion on the te)144 696 R .611
-(xt before point, comparing the te)-.15 F .611(xt ag)-.15 F .611
-(ainst lines from the his-)-.05 F
-(tory list for possible completion matches.)144 708 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(54)193.45 E 0 Cg EP
-%%Page: 55 55
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF
-(complete\255into\255braces \(M\255{\))108 84 Q F1 .4(Perform \214lenam\
-e completion and insert the list of possible completions enclosed withi\
-n braces so)144 96 R(the list is a)144 108 Q -.25(va)-.2 G
-(ilable to the shell \(see).25 E F2(Brace Expansion)2.5 E F1(abo)2.5 E
--.15(ve)-.15 G(\).).15 E F2 -.25(Ke)87 124.8 S(yboard Macr).25 E(os)-.18
-E(start\255kbd\255macr)108 136.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\))
-.833 E F1(Be)144 148.8 Q(gin sa)-.15 E
-(ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
-(board macro.).15 E F2(end\255kbd\255macr)108 160.8 Q 2.5(o\()-.18 G
-(C\255x \))-2.5 E(\)).833 E F1(Stop sa)144 172.8 Q
-(ving the characters typed into the current k)-.2 E -.15(ey)-.1 G
-(board macro and store the de\214nition.).15 E F2
-(call\255last\255kbd\255macr)108 184.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5
-E F1(Re-e)144 196.8 Q -.15(xe)-.15 G .999(cute the last k).15 F -.15(ey)
--.1 G .999(board macro de\214ned, by making the characters in the macro\
- appear as if).15 F(typed at the k)144 208.8 Q -.15(ey)-.1 G(board.).15
-E F2(print\255last\255kbd\255macr)108 220.8 Q 2.5(o\()-.18 G(\))-2.5 E
-F1(Print the last k)144 232.8 Q -.15(ey)-.1 G
-(board macro de\214ned in a format suitable for the).15 E F0(inputr)2.5
-E(c)-.37 E F1(\214le.)2.5 E F2(Miscellaneous)87 249.6 Q -.18(re)108
-261.6 S<ad72>.18 E(ead\255init\255\214le \(C\255x C\255r\))-.18 E F1
-1.777(Read in the contents of the)144 273.6 R F0(inputr)4.277 E(c)-.37 E
-F1 1.776(\214le, and incorporate an)4.276 F 4.276(yb)-.15 G 1.776
-(indings or v)-4.276 F 1.776(ariable assignments)-.25 F(found there.)144
-285.6 Q F2(abort \(C\255g\))108 297.6 Q F1 3.248
-(Abort the current editing command and ring the terminal')144 309.6 R
-5.749(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F2
-(bell\255style)144 321.6 Q F1(\).)A F2(do\255lo)108 333.6 Q(wer)-.1 E
-(case\255v)-.18 E(ersion \(M\255A, M\255B, M\255)-.1 E F0(x)A F2(,)A F1
-1.666(...)2.5 G F2(\))-1.666 E F1 1.739(If the meta\214ed character)144
-345.6 R F0(x)4.239 E F1 1.739
-(is uppercase, run the command that is bound to the corresponding)4.239
-F(meta\214ed lo)144 357.6 Q(wercase character)-.25 E 5(.T)-.55 G
-(he beha)-5 E(vior is unde\214ned if)-.2 E F0(x)2.5 E F1(is already lo)
-2.5 E(wercase.)-.25 E F2(pr)108 369.6 Q(e\214x\255meta \(ESC\))-.18 E F1
-(Metafy the ne)144 381.6 Q(xt character typed.)-.15 E/F3 9/Times-Bold@0
-SF(ESC)5 E F2(f)2.25 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F2
-(Meta\255f)2.5 E F1(.)A F2(undo \(C\255_, C\255x C\255u\))108 393.6 Q F1
-(Incremental undo, separately remembered for each line.)144 405.6 Q F2
--2.29 -.18(re v)108 417.6 T(ert\255line \(M\255r\)).08 E F1 .23
-(Undo all changes made to this line.)144 429.6 R .231(This is lik)5.23 F
-2.731(ee)-.1 G -.15(xe)-2.881 G .231(cuting the).15 F F2(undo)2.731 E F1
-.231(command enough times to re-)2.731 F
-(turn the line to its initial state.)144 441.6 Q F2
-(tilde\255expand \(M\255&\))108 453.6 Q F1(Perform tilde e)144 465.6 Q
-(xpansion on the current w)-.15 E(ord.)-.1 E F2
-(set\255mark \(C\255@, M\255<space>\))108 477.6 Q F1
-(Set the mark to the point.)144 489.6 Q(If a numeric ar)5 E
-(gument is supplied, the mark is set to that position.)-.18 E F2
-(exchange\255point\255and\255mark \(C\255x C\255x\))108 501.6 Q F1(Sw)
-144 513.6 Q .283(ap the point with the mark.)-.1 F .283
-(The current cursor position is set to the sa)5.283 F -.15(ve)-.2 G
-2.782(dp).15 G .282(osition, and the old)-2.782 F(cursor position is sa)
-144 525.6 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F2
-(character\255sear)108 537.6 Q(ch \(C\255]\))-.18 E F1 3.111(Ac)144
-549.6 S .611(haracter is read and point is mo)-3.111 F -.15(ve)-.15 G
-3.112(dt).15 G 3.112(ot)-3.112 G .612(he ne)-3.112 F .612
-(xt occurrence of that character)-.15 F 5.612(.A)-.55 G(ne)-2.5 E -.05
-(ga)-.15 G(ti).05 E .912 -.15(ve a)-.25 H -.18(rg).15 G(u-).18 E
-(ment searches for pre)144 561.6 Q(vious occurrences.)-.25 E F2
-(character\255sear)108 573.6 Q(ch\255backward \(M\255C\255]\))-.18 E F1
-2.695(Ac)144 585.6 S .194(haracter is read and point is mo)-2.695 F -.15
-(ve)-.15 G 2.694(dt).15 G 2.694(ot)-2.694 G .194(he pre)-2.694 F .194
-(vious occurrence of that character)-.25 F 5.194(.A)-.55 G(ne)-2.5 E
--.05(ga)-.15 G(ti).05 E .494 -.15(ve a)-.25 H -.2(r-).15 G
-(gument searches for subsequent occurrences.)144 597.6 Q F2
-(skip\255csi\255sequence)108 609.6 Q F1 1.826
-(Read enough characters to consume a multi-k)144 621.6 R 2.126 -.15
-(ey s)-.1 H 1.827(equence such as those de\214ned for k).15 F -.15(ey)
--.1 G 4.327(sl).15 G(ik)-4.327 E(e)-.1 E .791(Home and End.)144 633.6 R
-.791(Such sequences be)5.791 F .791
-(gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F
-.286(If this sequence is bound to \231\\[\232, k)144 645.6 R -.15(ey)-.1
-G 2.786(sp).15 G .286(roducing such sequences will ha)-2.786 F .587 -.15
-(ve n)-.2 H 2.787(oe).15 G -.25(ff)-2.787 G .287(ect unless e).25 F
-(xplic-)-.15 E .026(itly bound to a readline command, instead of insert\
-ing stray characters into the editing b)144 657.6 R(uf)-.2 E(fer)-.25 E
-5.026(.T)-.55 G(his)-5.026 E(is unbound by def)144 669.6 Q(ault, b)-.1 E
-(ut usually bound to ESC\255[.)-.2 E F2(insert\255comment \(M\255#\))108
-681.6 Q F1 -.4(Wi)144 693.6 S .48(thout a numeric ar).4 F .48
-(gument, the v)-.18 F .481(alue of the readline)-.25 F F2
-(comment\255begin)2.981 E F1 -.25(va)2.981 G .481
-(riable is inserted at the).25 F(be)144 705.6 Q .245
-(ginning of the current line.)-.15 F .245(If a numeric ar)5.245 F .244
-(gument is supplied, this command acts as a toggle: if)-.18 F .321
-(the characters at the be)144 717.6 R .321
-(ginning of the line do not match the v)-.15 F .321(alue of)-.25 F F2
-(comment\255begin)2.821 E F1 2.822(,t)C .322(he v)-2.822 F .322(alue is)
--.25 F .832(inserted, otherwise the characters in)144 729.6 R F2
-(comment\255begin)3.332 E F1 .831(are deleted from the be)3.332 F .831
-(ginning of the line.)-.15 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(55)193.45 E 0 Cg EP
-%%Page: 56 56
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.468
-(In either case, the line is accepted as if a ne)144 84 R 1.468
-(wline had been typed.)-.25 F 1.469(The def)6.469 F 1.469(ault v)-.1 F
-1.469(alue of)-.25 F/F2 10/Times-Bold@0 SF(com-)3.969 E(ment\255begin)
-144 96 Q F1 .84(causes this command to mak)3.34 F 3.339(et)-.1 G .839
-(he current line a shell comment.)-3.339 F .839(If a numeric ar)5.839 F
-(gu-)-.18 E(ment causes the comment character to be remo)144 108 Q -.15
-(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
-(cuted by the shell.).15 E F2(spell\255corr)108 120 Q(ect\255w)-.18 E
-(ord \(C\255x s\))-.1 E F1 .42
-(Perform spelling correction on the current w)144 132 R .421
-(ord, treating it as a directory or \214lename, in the same)-.1 F -.1
-(wa)144 144 S 4.718(ya).1 G 4.718(st)-4.718 G(he)-4.718 E F2(cdspell)
-4.718 E F1 2.218(shell option.)4.718 F -.8(Wo)7.217 G 2.217
-(rd boundaries are the same as those used by).8 F F2(shell\255f)4.717 E
-(or)-.25 E(-)-.37 E(ward\255w)144 156 Q(ord)-.1 E F1(.)A F2
-(glob\255complete\255w)108 168 Q(ord \(M\255g\))-.1 E F1 .791(The w)144
-180 R .791(ord before point is treated as a pattern for pathname e)-.1 F
-.792(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144
-192 R(pattern is used to generate a list of matching \214lenames for po\
-ssible completions.)2.5 E F2(glob\255expand\255w)108 204 Q
-(ord \(C\255x *\))-.1 E F1 .176(The w)144 216 R .176
-(ord before point is treated as a pattern for pathname e)-.1 F .176
-(xpansion, and the list of matching \214le-)-.15 F .516
-(names is inserted, replacing the w)144 228 R 3.016(ord. If)-.1 F 3.016
-(an)3.016 G .516(umeric ar)-3.016 F .516
-(gument is supplied, an asterisk is appended)-.18 F(before pathname e)
-144 240 Q(xpansion.)-.15 E F2(glob\255list\255expansions \(C\255x g\))
-108 252 Q F1 .923(The list of e)144 264 R .923(xpansions that w)-.15 F
-.923(ould ha)-.1 F 1.223 -.15(ve b)-.2 H .923(een generated by).15 F F2
-(glob\255expand\255w)3.423 E(ord)-.1 E F1 .923(is displayed, and)3.423 F
-.872(the line is redra)144 276 R 3.372(wn. If)-.15 F 3.372(an)3.372 G
-.872(umeric ar)-3.372 F .872
-(gument is supplied, an asterisk is appended before pathname)-.18 F -.15
-(ex)144 288 S(pansion.).15 E F2(dump\255functions)108 300 Q F1 .627
-(Print all of the functions and their k)144 312 R .927 -.15(ey b)-.1 H
-.626(indings to the readline output stream.).15 F .626(If a numeric ar)
-5.626 F(gu-)-.18 E
-(ment is supplied, the output is formatted in such a w)144 324 Q
-(ay that it can be made part of an)-.1 E F0(inputr)2.5 E(c)-.37 E F1
-(\214le.)2.5 E F2(dump\255v)108 336 Q(ariables)-.1 E F1 .762
-(Print all of the settable readline v)144 348 R .762
-(ariables and their v)-.25 F .763(alues to the readline output stream.)
--.25 F .763(If a nu-)5.763 F .109(meric ar)144 360 R .109
-(gument is supplied, the output is formatted in such a w)-.18 F .108
-(ay that it can be made part of an)-.1 F F0(in-)2.608 E(putr)144 372 Q
-(c)-.37 E F1(\214le.)2.5 E F2(dump\255macr)108 384 Q(os)-.18 E F1 .592
-(Print all of the readline k)144 396 R .892 -.15(ey s)-.1 H .592
-(equences bound to macros and the strings the).15 F 3.093(yo)-.15 G
-3.093(utput. If)-3.093 F 3.093(an)3.093 G(umeric)-3.093 E(ar)144 408 Q
-.528(gument is supplied, the output is formatted in such a w)-.18 F .528
-(ay that it can be made part of an)-.1 F F0(inputr)3.027 E(c)-.37 E F1
-(\214le.)144 420 Q F2(display\255shell\255v)108 432 Q
-(ersion \(C\255x C\255v\))-.1 E F1(Display v)144 444 Q
-(ersion information about the current instance of)-.15 E F2(bash)2.5 E
-F1(.)A F2(Pr)87 460.8 Q(ogrammable Completion)-.18 E F1 .146(When w)108
-472.8 R .147(ord completion is attempted for an ar)-.1 F .147
-(gument to a command for which a completion speci\214cation \(a)-.18 F
-F0(compspec)108 484.8 Q F1 3.829(\)h)C 1.329
-(as been de\214ned using the)-3.829 F F2(complete)3.829 E F1 -.2(bu)
-3.829 G 1.329(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.329(SHELL B)3.829
-F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F1(belo)3.579 E 1.328(w\), the)
--.25 F(programmable completion f)108 496.8 Q(acilities are in)-.1 E -.2
-(vo)-.4 G -.1(ke).2 G(d.).1 E .497
-(First, the command name is identi\214ed.)108 513.6 R .497
-(If the command w)5.497 F .498
-(ord is the empty string \(completion attempted at)-.1 F .234(the be)108
-525.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233
-(ompspec de\214ned with the)-2.733 F F2<ad45>2.733 E F1 .233(option to)
-2.733 F F2(complete)2.733 E F1 .233(is used.)2.733 F .233(If a comp-)
-5.233 F .481(spec has been de\214ned for that command, the compspec is \
-used to generate the list of possible completions)108 537.6 R .823
-(for the w)108 549.6 R 3.323(ord. If)-.1 F .823(the command w)3.323 F
-.822(ord is a full pathname, a compspec for the full pathname is search\
-ed for)-.1 F 2.866(\214rst. If)108 561.6 R .367(no compspec is found fo\
-r the full pathname, an attempt is made to \214nd a compspec for the po\
-rtion)2.866 F(follo)108 573.6 Q .299(wing the \214nal slash.)-.25 F .298
-(If those searches do not result in a compspec, an)5.299 F 2.798(yc)-.15
-G .298(ompspec de\214ned with the)-2.798 F F2<ad44>2.798 E F1 .056
-(option to)108 585.6 R F2(complete)2.556 E F1 .056(is used as the def)
-2.556 F 2.556(ault. If)-.1 F .056(there is no def)2.556 F .056
-(ault compspec,)-.1 F F2(bash)2.556 E F1 .056(attempts alias e)2.556 F
-.057(xpansion on)-.15 F .333(the command w)108 597.6 R .332(ord as a \
-\214nal resort, and attempts to \214nd a compspec for the command w)-.1
-F .332(ord from an)-.1 F 2.832(ys)-.15 G(uc-)-2.832 E(cessful e)108
-609.6 Q(xpansion.)-.15 E .817(Once a compspec has been found, it is use\
-d to generate the list of matching w)108 626.4 R 3.317(ords. If)-.1 F
-3.317(ac)3.317 G .817(ompspec is not)-3.317 F(found, the def)108 638.4 Q
-(ault)-.1 E F2(bash)2.5 E F1(completion as described abo)2.5 E .3 -.15
-(ve u)-.15 H(nder).15 E F2(Completing)2.5 E F1(is performed.)2.5 E .464
-(First, the actions speci\214ed by the compspec are used.)108 655.2 R
-.463(Only matches which are pre\214x)5.464 F .463(ed by the w)-.15 F
-.463(ord being)-.1 F .595(completed are returned.)108 667.2 R .595
-(When the)5.595 F F2<ad66>3.095 E F1(or)3.095 E F2<ad64>3.095 E F1 .596
-(option is used for \214lename or directory name completion, the)3.095 F
-(shell v)108 679.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F1
-(is used to \214lter the matches.)2.25 E(An)108 696 Q 4.084(yc)-.15 G
-1.584(ompletions speci\214ed by a pathname e)-4.084 F 1.584
-(xpansion pattern to the)-.15 F F2<ad47>4.084 E F1 1.584
-(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 708 S
-.554(rds generated by the pattern need not match the w).1 F .555
-(ord being completed.)-.1 F(The)5.555 E F3(GLOBIGNORE)3.055 E F1 .555
-(shell v)2.805 F(ari-)-.25 E
-(able is not used to \214lter the matches, b)108 720 Q(ut the)-.2 E F3
-(FIGNORE)2.5 E F1 -.25(va)2.25 G(riable is used.).25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(56)193.45 E 0 Cg EP
-%%Page: 57 57
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Ne)108 84 Q .321
-(xt, the string speci\214ed as the ar)-.15 F .321(gument to the)-.18 F
-/F2 10/Times-Bold@0 SF<ad57>2.821 E F1 .32(option is considered.)2.821 F
-.32(The string is \214rst split using the)5.32 F .412(characters in the)
-108 96 R/F3 9/Times-Bold@0 SF(IFS)2.912 E F1 .412(special v)2.662 F .412
-(ariable as delimiters.)-.25 F .412(Shell quoting is honored.)5.412 F
-.413(Each w)5.412 F .413(ord is then e)-.1 F(xpanded)-.15 E .092
-(using brace e)108 108 R .092(xpansion, tilde e)-.15 F .092
-(xpansion, parameter and v)-.15 F .092(ariable e)-.25 F .091
-(xpansion, command substitution, and arith-)-.15 F 1.396(metic e)108 120
-R 1.396(xpansion, as described abo)-.15 F 1.696 -.15(ve u)-.15 H(nder)
-.15 E F3(EXP)3.896 E(ANSION)-.666 E/F4 9/Times-Roman@0 SF(.)A F1 1.396
-(The results are split using the rules described)5.896 F(abo)108 132 Q
-.51 -.15(ve u)-.15 H(nder).15 E F2 -.75(Wo)2.71 G .21(rd Splitting).75 F
-F1 5.21(.T)C .209(he results of the e)-5.21 F .209
-(xpansion are pre\214x-matched ag)-.15 F .209(ainst the w)-.05 F .209
-(ord being com-)-.1 F(pleted, and the matching w)108 144 Q
-(ords become the possible completions.)-.1 E .233
-(After these matches ha)108 160.8 R .533 -.15(ve b)-.2 H .233
-(een generated, an).15 F 2.733(ys)-.15 G .234
-(hell function or command speci\214ed with the)-2.733 F F2<ad46>2.734 E
-F1(and)2.734 E F2<ad43>2.734 E F1(op-)2.734 E 4.209(tions is in)108
-172.8 R -.2(vo)-.4 G -.1(ke).2 G 6.709(d. When).1 F 4.208
-(the command or function is in)6.709 F -.2(vo)-.4 G -.1(ke).2 G 4.208
-(d, the).1 F F3(COMP_LINE)6.708 E F4(,)A F3(COMP_POINT)6.458 E F4(,)A F3
-(COMP_KEY)108 184.8 Q F4(,)A F1(and)2.407 E F3(COMP_TYPE)2.657 E F1 -.25
-(va)2.407 G .157(riables are assigned v).25 F .157
-(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F2 .158
-(Shell V)2.658 F(ariables)-.92 E F1 5.158(.I)C(f)-5.158 E 3.486(as)108
-196.8 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G
-.986(d, the).1 F F3(COMP_W)3.486 E(ORDS)-.09 E F1(and)3.236 E F3
-(COMP_CW)3.486 E(ORD)-.09 E F1 -.25(va)3.236 G .986
-(riables are also set.).25 F(When)5.985 E .346
-(the function or command is in)108 208.8 R -.2(vo)-.4 G -.1(ke).2 G .346
-(d, the \214rst ar).1 F .346(gument \()-.18 F F2($1)A F1 2.847(\)i)C
-2.847(st)-2.847 G .347(he name of the command whose ar)-2.847 F(guments)
--.18 E .264(are being completed, the second ar)108 220.8 R .264
-(gument \()-.18 F F2($2)A F1 2.764(\)i)C 2.764(st)-2.764 G .264(he w)
--2.764 F .263(ord being completed, and the third ar)-.1 F .263
-(gument \()-.18 F F2($3)A F1 2.763(\)i)C(s)-2.763 E .628(the w)108 232.8
-R .628(ord preceding the w)-.1 F .629
-(ord being completed on the current command line.)-.1 F .629
-(No \214ltering of the generated)5.629 F .715(completions ag)108 244.8 R
-.715(ainst the w)-.05 F .714(ord being completed is performed; the func\
-tion or command has complete free-)-.1 F(dom in generating the matches.)
-108 256.8 Q(An)108 273.6 Q 2.937(yf)-.15 G .437
-(unction speci\214ed with)-2.937 F F2<ad46>2.937 E F1 .437(is in)2.937 F
--.2(vo)-.4 G -.1(ke).2 G 2.937<648c>.1 G 2.937(rst. The)-2.937 F .437
-(function may use an)2.937 F 2.937(yo)-.15 G 2.937(ft)-2.937 G .437
-(he shell f)-2.937 F .438(acilities, including)-.1 F(the)108 285.6 Q F2
-(compgen)2.957 E F1 -.2(bu)2.957 G .457(iltin described belo).2 F 1.756
--.65(w, t)-.25 H 2.956(og).65 G .456(enerate the matches.)-2.956 F .456
-(It must put the possible completions in the)5.456 F F3(COMPREPL)108
-297.6 Q(Y)-.828 E F1(array v)2.25 E(ariable, one per array element.)-.25
-E(Ne)108 314.4 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08
-(ommand speci\214ed with the)-2.58 F F2<ad43>2.58 E F1 .081
-(option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.581(na)
--2.581 G 2.581(ne)-2.581 G -.4(nv)-2.581 G .081(ironment equi).4 F -.25
-(va)-.25 G .081(lent to command sub-).25 F 2.859(stitution. It)108 326.4
-R .359(should print a list of completions, one per line, to the standar\
-d output.)2.859 F .358(Backslash may be used)5.359 F(to escape a ne)108
-338.4 Q(wline, if necessary)-.25 E(.)-.65 E .376
-(After all of the possible completions are generated, an)108 355.2 R
-2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F2<ad58>2.877
-E F1 .377(option is applied to the)2.877 F 3.182(list. The)108 367.2 R
-.682(\214lter is a pattern as used for pathname e)3.182 F .681
-(xpansion; a)-.15 F F2(&)3.181 E F1 .681
-(in the pattern is replaced with the te)3.181 F .681(xt of)-.15 F .522
-(the w)108 379.2 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G
-(iteral)-3.022 E F2(&)3.022 E F1 .523
-(may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve)
--.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 391.2 R
-(An)5.85 E 3.35(yc)-.15 G .849
-(ompletion that matches the pattern will be remo)-3.35 F -.15(ve)-.15 G
-3.349(df).15 G .849(rom the list.)-3.349 F 3.349(Al)5.849 G(eading)
--3.349 E F2(!)3.349 E F1(ne)108 403.2 Q -.05(ga)-.15 G .764
-(tes the pattern; in this case an).05 F 3.264(yc)-.15 G .764
-(ompletion not matching the pattern will be remo)-3.264 F -.15(ve)-.15 G
-3.264(d. If).15 F(the)3.265 E F2(nocase-)3.265 E(match)108 415.2 Q F1
-(shell option is enabled, the match is performed without re)2.5 E -.05
-(ga)-.15 G(rd to the case of alphabetic characters.).05 E(Finally)108
-432 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(re\214x and suf).15 F
-.587(\214x speci\214ed with the)-.25 F F2<ad50>3.087 E F1(and)3.087 E F2
-<ad53>3.087 E F1 .587(options are added to each member of the com-)3.087
-F(pletion list, and the result is returned to the readline completion c\
-ode as the list of possible completions.)108 444 Q .246(If the pre)108
-460.8 R .247(viously-applied actions do not generate an)-.25 F 2.747(ym)
--.15 G .247(atches, and the)-2.747 F F2 .247(\255o dir)2.747 F(names)
--.15 E F1 .247(option w)2.747 F .247(as supplied to)-.1 F F2(complete)
-108 472.8 Q F1(when the compspec w)2.5 E
-(as de\214ned, directory name completion is attempted.)-.1 E .462
-(If the)108 489.6 R F2 .462(\255o plusdirs)2.962 F F1 .462(option w)
-2.962 F .462(as supplied to)-.1 F F2(complete)2.962 E F1 .462
-(when the compspec w)2.962 F .462(as de\214ned, directory name com-)-.1
-F(pletion is attempted and an)108 501.6 Q 2.5(ym)-.15 G
-(atches are added to the results of the other actions.)-2.5 E .559
-(By def)108 518.4 R .559(ault, if a compspec is found, whate)-.1 F -.15
-(ve)-.25 G 3.059(ri).15 G 3.059(tg)-3.059 G .56
-(enerates is returned to the completion code as the full set)-3.059 F
-.632(of possible completions.)108 530.4 R .632(The def)5.632 F(ault)-.1
-E F2(bash)3.132 E F1 .631
-(completions are not attempted, and the readline def)3.131 F .631
-(ault of \214le-)-.1 F .558(name completion is disabled.)108 542.4 R
-.558(If the)5.558 F F2 .559(\255o bashdefault)3.059 F F1 .559(option w)
-3.059 F .559(as supplied to)-.1 F F2(complete)3.059 E F1 .559
-(when the compspec)3.059 F -.1(wa)108 554.4 S 3.172(sd).1 G .672
-(e\214ned, the)-3.172 F F2(bash)3.172 E F1(def)3.172 E .671
-(ault completions are attempted if the compspec generates no matches.)
--.1 F .671(If the)5.671 F F2<ad6f>3.171 E(default)108 566.4 Q F1 1.207
-(option w)3.706 F 1.207(as supplied to)-.1 F F2(complete)3.707 E F1
-1.207(when the compspec w)3.707 F 1.207(as de\214ned, readline')-.1 F
-3.707(sd)-.55 G(ef)-3.707 E 1.207(ault completion)-.1 F
-(will be performed if the compspec \(and, if attempted, the def)108
-578.4 Q(ault)-.1 E F2(bash)2.5 E F1(completions\) generate no matches.)
-2.5 E .245(When a compspec indicates that directory name completion is \
-desired, the programmable completion func-)108 595.2 R .632(tions force\
- readline to append a slash to completed names which are symbolic links\
- to directories, subject)108 607.2 R 2.762(to the v)108 619.2 R 2.762
-(alue of the)-.25 F F2(mark\255dir)5.262 E(ectories)-.18 E F1 2.761
-(readline v)5.262 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.761
-(rdless of the setting of the).05 F F2(mark-sym-)5.261 E(link)108 631.2
-Q(ed\255dir)-.1 E(ectories)-.18 E F1(readline v)2.5 E(ariable.)-.25 E
-.19(There is some support for dynamically modifying completions.)108 648
-R .191(This is most useful when used in combina-)5.191 F 1.172
-(tion with a def)108 660 R 1.172(ault completion speci\214ed with)-.1 F
-F2 1.172(complete \255D)3.672 F F1 6.172(.I)C(t')-6.172 E 3.672(sp)-.55
-G 1.172(ossible for shell functions e)-3.672 F -.15(xe)-.15 G 1.172
-(cuted as).15 F .93(completion handlers to indicate that completion sho\
-uld be retried by returning an e)108 672 R .93(xit status of 124.)-.15 F
-.93(If a)5.93 F .1(shell function returns 124, and changes the compspec\
- associated with the command on which completion is)108 684 R .665
-(being attempted \(supplied as the \214rst ar)108 696 R .666
-(gument when the function is e)-.18 F -.15(xe)-.15 G .666
-(cuted\), programmable completion).15 F .084(restarts from the be)108
-708 R .084(ginning, with an attempt to \214nd a ne)-.15 F 2.584(wc)-.25
-G .084(ompspec for that command.)-2.584 F .083(This allo)5.083 F .083
-(ws a set of)-.25 F(completions to be b)108 720 Q(uilt dynamically as c\
-ompletion is attempted, rather than being loaded all at once.)-.2 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(57)193.45 E 0 Cg EP
-%%Page: 58 58
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E -.15(Fo)108 84 S 2.636(ri).15 G .137
-(nstance, assuming that there is a library of compspecs, each k)-2.636 F
-.137(ept in a \214le corresponding to the name of)-.1 F
-(the command, the follo)108 96 Q(wing def)-.25 E
-(ault completion function w)-.1 E(ould load completions dynamically:)-.1
-E/F2 10/Courier@0 SF(_completion_loader\(\))144 108 Q({)144 120 Q 6(.")
-156 132 S(/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6
-E(})144 144 Q(complete \255D \255F _completion_loader \255o bashdefault\
- \255o default)144 156 Q/F3 10.95/Times-Bold@0 SF(HIST)72 172.8 Q(OR)
--.197 E(Y)-.383 E F1 .372(When the)108 184.8 R/F4 10/Times-Bold@0 SF
-.372(\255o history)2.872 F F1 .372(option to the)2.872 F F4(set)2.872 E
-F1 -.2(bu)2.872 G .372(iltin is enabled, the shell pro).2 F .371
-(vides access to the)-.15 F F0 .371(command history)2.871 F F1(,)A .304
-(the list of commands pre)108 196.8 R .304(viously typed.)-.25 F .304
-(The v)5.304 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE)
-2.804 E F1 -.25(va)2.554 G .305(riable is used as the number of com-).25
-F .43(mands to sa)108 208.8 R .73 -.15(ve i)-.2 H 2.93(nah).15 G .43
-(istory list.)-2.93 F .43(The te)5.43 F .429(xt of the last)-.15 F F5
-(HISTSIZE)2.929 E F1 .429(commands \(def)2.679 F .429(ault 500\) is sa)
--.1 F -.15(ve)-.2 G 2.929(d. The).15 F(shell)2.929 E .287
-(stores each command in the history list prior to parameter and v)108
-220.8 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F5(EXP)2.787 E
-(ANSION)-.666 E F1(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 232.8
-S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565
-(xpansion is performed, subject to the v)-.15 F 1.565
-(alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)4.065 E F1
-(and)3.815 E F5(HISTCONTR)108 244.8 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.)
-A F1 1.184
-(On startup, the history is initialized from the \214le named by the v)
-108 261.6 R(ariable)-.25 E F5(HISTFILE)3.685 E F1(\(def)3.435 E(ault)-.1
-E F0(\001/.bash_his-)3.685 E(tory)108 273.6 Q F1 3.774(\). The)B 1.274
-(\214le named by the v)3.774 F 1.274(alue of)-.25 F F5(HISTFILE)3.774 E
-F1 1.273(is truncated, if necessary)3.524 F 3.773(,t)-.65 G 3.773(oc)
--3.773 G 1.273(ontain no more than the)-3.773 F 1.191
-(number of lines speci\214ed by the v)108 285.6 R 1.191(alue of)-.25 F
-F5(HISTFILESIZE)3.691 E F6(.)A F1(If)5.691 E F4(HISTFILESIZE)3.691 E F1
-1.192(is unset, or set to null, a)3.691 F .112(non-numeric v)108 297.6 R
-.112(alue, or a numeric v)-.25 F .112
-(alue less than zero, the history \214le is not truncated.)-.25 F .111
-(When the history \214le)5.111 F .275(is read, lines be)108 309.6 R .275
-(ginning with the history comment character follo)-.15 F .276
-(wed immediately by a digit are interpreted)-.25 F .6
-(as timestamps for the follo)108 321.6 R .599(wing history line.)-.25 F
-.599(These timestamps are optionally displayed depending on the)5.599 F
--.25(va)108 333.6 S 1.138(lue of the).25 F F5(HISTTIMEFORMA)3.638 E(T)
--.855 E F1 -.25(va)3.388 G 3.638(riable. When).25 F 3.638(as)3.638 G
-1.138(hell with history enabled e)-3.638 F 1.139(xits, the last)-.15 F
-F5($HISTSIZE)3.639 E F1 .506(lines are copied from the history list to)
-108 345.6 R F5($HISTFILE)3.005 E F6(.)A F1 .505(If the)5.005 F F4
-(histappend)3.005 E F1 .505(shell option is enabled \(see the de-)3.005
-F .599(scription of)108 357.6 R F4(shopt)3.099 E F1(under)3.099 E F5 .6
-(SHELL B)3.099 F(UIL)-.09 E .6(TIN COMMANDS)-.828 F F1(belo)2.85 E .6
-(w\), the lines are appended to the history \214le,)-.25 F .047
-(otherwise the history \214le is o)108 369.6 R -.15(ve)-.15 G 2.547
-(rwritten. If).15 F F5(HISTFILE)2.547 E F1 .047
-(is unset or null, or if the history \214le is unwritable, the)2.297 F
-.598(history is not sa)108 381.6 R -.15(ve)-.2 G 3.098(d. If).15 F(the)
-3.098 E F5(HISTTIMEFORMA)3.098 E(T)-.855 E F1 -.25(va)2.848 G .598
-(riable is set, time stamps are written to the history \214le,).25 F
-(mark)108 393.6 Q .51(ed with the history comment character)-.1 F 3.01
-(,s)-.4 G 3.009(ot)-3.01 G(he)-3.009 E 3.009(ym)-.15 G .509
-(ay be preserv)-3.009 F .509(ed across shell sessions.)-.15 F .509
-(This uses the)5.509 F .384(history comment character to distinguish ti\
-mestamps from other history lines.)108 405.6 R .385(After sa)5.384 F
-.385(ving the history)-.2 F 2.885(,t)-.65 G(he)-2.885 E .381
-(history \214le is truncated to contain no more than)108 417.6 R F5
-(HISTFILESIZE)2.88 E F1 2.88(lines. If)2.63 F F5(HISTFILESIZE)2.88 E F1
-.38(is unset, or set to)2.63 F(null, a non-numeric v)108 429.6 Q
-(alue, or a numeric v)-.25 E
-(alue less than zero, the history \214le is not truncated.)-.25 E .298
-(The b)108 446.4 R .298(uiltin command)-.2 F F4(fc)2.798 E F1(\(see)
-2.798 E F5 .298(SHELL B)2.798 F(UIL)-.09 E .298(TIN COMMANDS)-.828 F F1
-(belo)2.549 E .299(w\) may be used to list or edit and re-e)-.25 F -.15
-(xe)-.15 G(-).15 E .472(cute a portion of the history list.)108 458.4 R
-(The)5.472 E F4(history)2.972 E F1 -.2(bu)2.972 G .471
-(iltin may be used to display or modify the history list and).2 F .001
-(manipulate the history \214le.)108 470.4 R .001
-(When using command-line editing, search commands are a)5.001 F -.25(va)
--.2 G .002(ilable in each edit-).25 F(ing mode that pro)108 482.4 Q
-(vide access to the history list.)-.15 E 1.486(The shell allo)108 499.2
-R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486
-(hich commands are sa)-3.986 F -.15(ve)-.2 G 3.986(do).15 G 3.986(nt)
--3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F5(HISTCONTR)3.985
-E(OL)-.27 E F1(and)3.735 E F5(HISTIGNORE)108 511.2 Q F1 -.25(va)3.306 G
-1.057(riables are used to cause the shell to sa).25 F 1.357 -.15(ve o)
--.2 H 1.057(nly a subset of the commands entered.).15 F(The)6.057 E F4
-(cmdhist)108 523.2 Q F1 .75
-(shell option, if enabled, causes the shell to attempt to sa)3.25 F 1.05
--.15(ve e)-.2 H .75(ach line of a multi-line command in).15 F 1.077
-(the same history entry)108 535.2 R 3.577(,a)-.65 G 1.077
-(dding semicolons where necessary to preserv)-3.577 F 3.577(es)-.15 G
-1.077(yntactic correctness.)-3.577 F(The)6.077 E F4(lithist)3.577 E F1
-.374(shell option causes the shell to sa)108 547.2 R .674 -.15(ve t)-.2
-H .374(he command with embedded ne).15 F .373
-(wlines instead of semicolons.)-.25 F .373(See the)5.373 F .318
-(description of the)108 559.2 R F4(shopt)2.818 E F1 -.2(bu)2.818 G .318
-(iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F5 .318(SHELL B)2.818 F
-(UIL)-.09 E .318(TIN COMMANDS)-.828 F F1 .319
-(for information on setting and)2.568 F(unsetting shell options.)108
-571.2 Q F3(HIST)72 588 Q(OR)-.197 E 2.738(YE)-.383 G(XP)-2.738 E(ANSION)
--.81 E F1 .611(The shell supports a history e)108 600 R .611
-(xpansion feature that is similar to the history e)-.15 F .61
-(xpansion in)-.15 F F4(csh)3.11 E F1 5.61(.T)C .61(his section)-5.61 F
-.87(describes what syntax features are a)108 612 R -.25(va)-.2 G 3.371
-(ilable. This).25 F .871(feature is enabled by def)3.371 F .871
-(ault for interacti)-.1 F 1.171 -.15(ve s)-.25 H .871(hells, and).15 F
-.95(can be disabled using the)108 624 R F4(+H)3.449 E F1 .949
-(option to the)3.449 F F4(set)3.449 E F1 -.2(bu)3.449 G .949
-(iltin command \(see).2 F F5 .949(SHELL B)3.449 F(UIL)-.09 E .949
-(TIN COMMANDS)-.828 F F1(be-)3.199 E(lo)108 636 Q 2.5
-(w\). Non-interacti)-.25 F .3 -.15(ve s)-.25 H
-(hells do not perform history e).15 E(xpansion by def)-.15 E(ault.)-.1 E
-1.305(History e)108 652.8 R 1.305(xpansions introduce w)-.15 F 1.306(or\
-ds from the history list into the input stream, making it easy to repea\
-t)-.1 F .21(commands, insert the ar)108 664.8 R .21(guments to a pre)
--.18 F .209
-(vious command into the current input line, or \214x errors in pre)-.25
-F(vious)-.25 E(commands quickly)108 676.8 Q(.)-.65 E 1.163(History e)108
-693.6 R 1.163(xpansion is performed immediately after a complete line i\
-s read, before the shell breaks it into)-.15 F -.1(wo)108 705.6 S .252
-(rds, and is performed on each line indi).1 F .251
-(vidually without taking quoting on pre)-.25 F .251
-(vious lines into account.)-.25 F(It)5.251 E(tak)108 717.6 Q .145
-(es place in tw)-.1 F 2.645(op)-.1 G 2.646(arts. The)-2.645 F .146(\214\
-rst is to determine which line from the history list to use during subs\
-titution.)2.646 F .766(The second is to select portions of that line fo\
-r inclusion into the current one.)108 729.6 R .766
-(The line selected from the)5.766 F(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(58)193.45 E 0 Cg EP
-%%Page: 59 59
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.203(history is the)108 84 R F0 -.15(ev)3.703 G
-(ent).15 E F1 3.703(,a)C 1.203
-(nd the portions of that line that are acted upon are)-3.703 F F0(wor)
-3.703 E(ds)-.37 E F1 6.203(.T)C 1.203(he line is brok)-6.203 F 1.203
-(en into)-.1 F -.1(wo)108 96 S 2.08(rds in the same f).1 F 2.08
-(ashion as when reading input, so that se)-.1 F -.15(ve)-.25 G(ral).15 E
-F0(metac)4.58 E(har)-.15 E(acter)-.15 E F1 2.08(-separated w)B 2.08
-(ords sur)-.1 F(-)-.2 E .245(rounded by quotes are considered one w)108
-108 R 2.746(ord. The)-.1 F F0 -.15(ev)2.746 G .246(ent designator).15 F
-F1 .246(selects the e)2.746 F -.15(ve)-.25 G .246(nt, the optional).15 F
-F0(wor)2.746 E 2.746(dd)-.37 G(es-)-2.746 E(ignator)108 120 Q F1 .04
-(selects w)2.54 F .04(ords from the e)-.1 F -.15(ve)-.25 G .039
-(nt, and v).15 F .039(arious optional)-.25 F F0(modi\214er)2.539 E(s)-.1
-E F1 .039(are a)2.539 F -.25(va)-.2 G .039
-(ilable to manipulate the selected).25 F -.1(wo)108 132 S(rds.).1 E .574
-(History e)108 148.8 R .574
-(xpansions are introduced by the appearance of the history e)-.15 F .575
-(xpansion character)-.15 F 3.075(,w)-.4 G .575(hich is)-3.075 F/F2 10
-/Times-Bold@0 SF(!)3.908 E F1 .575(by de-)3.908 F -.1(fa)108 160.8 S 2.5
-(ult. History).1 F -.15(ex)2.5 G(pansions may appear an).15 E
-(ywhere in the input, b)-.15 E(ut do not nest.)-.2 E .791
-(Only backslash \()108 177.6 R F2(\\).833 E F1 3.291(\)a).833 G .79
-(nd single quotes can quote the history e)-3.291 F .79
-(xpansion character)-.15 F 3.29(,b)-.4 G .79(ut the history e)-3.49 F
-(xpansion)-.15 E .789(character is also treated as quoted if it immedia\
-tely precedes the closing double quote in a double-quoted)108 189.6 R
-(string.)108 201.6 Q(Se)108 218.4 Q -.15(ve)-.25 G .03
-(ral characters inhibit history e).15 F .03
-(xpansion if found immediately follo)-.15 F .03(wing the history e)-.25
-F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 230.4 T
-3.721(ni).25 G 3.721(fi)-3.721 G 3.722(ti)-3.721 G 3.722(su)-3.722 G
-1.222(nquoted: space, tab, ne)-3.722 F 1.222(wline, carriage return,)
--.25 F F2(=)3.722 E F1 3.722(,a)C 1.222
-(nd the other shell metacharacters de\214ned)-3.722 F(abo)108 242.4 Q
--.15(ve)-.15 G(.).15 E 1.764(There is a special abbre)108 259.2 R 1.764
-(viation for substitution, acti)-.25 F 2.064 -.15(ve w)-.25 H 1.764
-(hen the).15 F F0(quic)4.264 E 4.264(ks)-.2 G(ubstitution)-4.264 E F1
-1.763(character \(described)4.263 F(abo)108 271.2 Q .488 -.15(ve u)-.15
-H(nder).15 E F2(histchars)2.688 E F1 2.688(\)i)C 2.688(st)-2.688 G .188
-(he \214rst character on the line.)-2.688 F .188(It selects the pre)
-5.188 F .189(vious history entry)-.25 F 2.689(,u)-.65 G .189(sing an e)
--2.689 F -.15(ve)-.25 G(nt).15 E .786(designator equi)108 283.2 R -.25
-(va)-.25 G .786(lent to).25 F F2(!!)3.286 E F1 3.286(,a)C .786
-(nd substitutes one string for another in that line.)-3.286 F .786
-(It is described belo)5.786 F 3.285(wu)-.25 G(nder)-3.285 E F2(Ev)108
-295.2 Q .138(ent Designators)-.1 F F1 5.138(.T)C .139
-(his is the only history e)-5.138 F .139(xpansion that does not be)-.15
-F .139(gin with the history e)-.15 F .139(xpansion char)-.15 F(-)-.2 E
-(acter)108 307.2 Q(.)-.55 E(Se)108 324 Q -.15(ve)-.25 G .11
-(ral shell options settable with the).15 F F2(shopt)2.61 E F1 -.2(bu)
-2.61 G .109(iltin may be used to tailor the beha).2 F .109
-(vior of history e)-.2 F(xpansion.)-.15 E .231(If the)108 336 R F2
-(histv)2.731 E(erify)-.1 E F1 .231
-(shell option is enabled \(see the description of the)2.731 F F2(shopt)
-2.731 E F1 -.2(bu)2.731 G .231(iltin belo).2 F .231(w\), and)-.25 F F2
--.18(re)2.731 G(adline).18 E F1 .232(is be-)2.732 F .449(ing used, hist\
-ory substitutions are not immediately passed to the shell parser)108 348
-R 5.449(.I)-.55 G .448(nstead, the e)-5.449 F .448(xpanded line is)-.15
-F 2.228(reloaded into the)108 360 R F2 -.18(re)4.728 G(adline).18 E F1
-2.228(editing b)4.728 F(uf)-.2 E 2.228(fer for further modi\214cation.)
--.25 F(If)7.228 E F2 -.18(re)4.728 G(adline).18 E F1 2.228
-(is being used, and the)4.728 F F2(histr)108 372 Q(eedit)-.18 E F1 1.202
-(shell option is enabled, a f)3.702 F 1.202
-(ailed history substitution will be reloaded into the)-.1 F F2 -.18(re)
-3.702 G(adline).18 E F1(editing)3.702 E -.2(bu)108 384 S -.25(ff).2 G
-.303(er for correction.).25 F(The)5.303 E F2<ad70>2.803 E F1 .303
-(option to the)2.803 F F2(history)2.804 E F1 -.2(bu)2.804 G .304
-(iltin command may be used to see what a history e).2 F(x-)-.15 E .52
-(pansion will do before using it.)108 396 R(The)5.52 E F2<ad73>3.02 E F1
-.52(option to the)3.02 F F2(history)3.02 E F1 -.2(bu)3.02 G .52
-(iltin may be used to add commands to the).2 F
-(end of the history list without actually e)108 408 Q -.15(xe)-.15 G
-(cuting them, so that the).15 E 2.5(ya)-.15 G(re a)-2.5 E -.25(va)-.2 G
-(ilable for subsequent recall.).25 E 1.108(The shell allo)108 424.8 R
-1.108(ws control of the v)-.25 F 1.108
-(arious characters used by the history e)-.25 F 1.108
-(xpansion mechanism \(see the de-)-.15 F .163(scription of)108 436.8 R
-F2(histchars)2.663 E F1(abo)2.663 E .463 -.15(ve u)-.15 H(nder).15 E F2
-.163(Shell V)2.663 F(ariables)-.92 E F1 2.663(\). The)B .162
-(shell uses the history comment character to mark)2.663 F
-(history timestamps when writing the history \214le.)108 448.8 Q F2(Ev)
-87 465.6 Q(ent Designators)-.1 E F1 .066(An e)108 477.6 R -.15(ve)-.25 G
-.067(nt designator is a reference to a command line entry in the histor\
-y list.).15 F .067(The e)5.067 F -.15(ve)-.25 G .067
-(nt designator consists).15 F .462(of the portion of the w)108 489.6 R
-.461(ord be)-.1 F .461(ginning with the history e)-.15 F .461
-(xpansion character and ending with the w)-.15 F .461(ord desig-)-.1 F
-.582(nator if present, or the end of the w)108 501.6 R 3.083
-(ord. Unless)-.1 F .583(the reference is absolute, e)3.083 F -.15(ve)
--.25 G .583(nts are relati).15 F .883 -.15(ve t)-.25 H 3.083(ot).15 G
-.583(he current)-3.083 F(position in the history list.)108 513.6 Q F2(!)
-108 530.4 Q F1 1.608(Start a history substitution, e)144 530.4 R 1.608
-(xcept when follo)-.15 F 1.607(wed by a)-.25 F F2(blank)4.107 E F1 4.107
-(,n)C -.25(ew)-4.107 G 1.607(line, carriage return, = or \().25 F
-(\(when the)144 542.4 Q F2(extglob)2.5 E F1
-(shell option is enabled using the)2.5 E F2(shopt)2.5 E F1 -.2(bu)2.5 G
-(iltin\).).2 E F2(!)108 554.4 Q F0(n)A F1(Refer to command line)144
-554.4 Q F0(n)2.86 E F1(.).24 E F2<21ad>108 566.4 Q F0(n)A F1
-(Refer to the current command minus)144 566.4 Q F0(n)2.86 E F1(.).24 E
-F2(!!)108 578.4 Q F1(Refer to the pre)144 578.4 Q(vious command.)-.25 E
-(This is a synon)5 E(ym for \231!\2551\232.)-.15 E F2(!)108 590.4 Q F0
-(string)A F1 .865(Refer to the most recent command preceding the curren\
-t position in the history list starting with)144 590.4 R F0(string)
-144.34 602.4 Q F1(.).22 E F2(!?)108 614.4 Q F0(string)A F2([?])A F1
-1.503(Refer to the most recent command preceding the current position i\
-n the history list containing)144 626.4 R F0(string)144.34 638.4 Q F1
-5.496(.T).22 G .496(he trailing)-5.496 F F2(?)2.996 E F1 .496
-(may be omitted if)2.996 F F0(string)3.336 E F1 .497(is follo)3.216 F
-.497(wed immediately by a ne)-.25 F 2.997(wline. If)-.25 F F0(string)
-2.997 E F1(is)2.997 E .391(missing, the string from the most recent sea\
-rch is used; it is an error if there is no pre)144 650.4 R .39
-(vious search)-.25 F(string.)144 662.4 Q/F3 12/Times-Bold@0 SF<00>108
-679.4 Q F0(string1)-5 I F3<00>5 I F0(string2)-5 I F3<00>5 I F1 .752
-(Quick substitution.)144 686.4 R .752(Repeat the pre)5.752 F .753
-(vious command, replacing)-.25 F F0(string1)3.593 E F1(with)3.253 E F0
-(string2)3.593 E F1 5.753(.E).02 G(qui)-5.753 E -.25(va)-.25 G .753
-(lent to).25 F(\231!!:s)144 698.4 Q/F4 12/Times-Roman@0 SF<00>5 I F0
-(string1)-5 I F4<00>5 I F0(string2)-5 I F4<00>5 I F1 2.5<9a28>-5 K(see)
--2.5 E F2(Modi\214ers)2.5 E F1(belo)2.5 E(w\).)-.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(59)193.45 E 0 Cg EP
-%%Page: 60 60
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(!#)108 84 Q F1
-(The entire command line typed so f)144 84 Q(ar)-.1 E(.)-.55 E F2 -.75
-(Wo)87 100.8 S(rd Designators).75 E F1 -.8(Wo)108 112.8 S 1.314
-(rd designators are used to select desired w).8 F 1.314(ords from the e)
--.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F2(:)3.814 E F1 1.313
-(separates the e)3.813 F -.15(ve)-.25 G 1.313(nt speci\214cation).15 F
-.41(from the w)108 124.8 R .411(ord designator)-.1 F 5.411(.I)-.55 G
-2.911(tm)-5.411 G .411(ay be omitted if the w)-2.911 F .411
-(ord designator be)-.1 F .411(gins with a)-.15 F F2<00>2.911 E F1(,)A F2
-($)2.911 E F1(,)A F2(*)2.911 E F1(,)A F2<ad>2.911 E F1 2.911(,o)C(r)
--2.911 E F2(%)2.911 E F1 5.411(.W)C(ords)-6.211 E .516
-(are numbered from the be)108 136.8 R .516
-(ginning of the line, with the \214rst w)-.15 F .516
-(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)5.515 G .515(rds are in-)
-.8 F(serted into the current line separated by single spaces.)108 148.8
-Q F2 2.5(0\()108 165.6 S(zer)-2.5 E(o\))-.18 E F1(The zeroth w)144 177.6
-Q 2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E
-F0(n)108.36 189.6 Q F1(The)144 189.6 Q F0(n)2.5 E F1(th w)A(ord.)-.1 E
-F2<00>108 201.6 Q F1(The \214rst ar)144 201.6 Q 2.5(gument. That)-.18 F
-(is, w)2.5 E(ord 1.)-.1 E F2($)108 213.6 Q F1 .063(The last w)144 213.6
-R 2.563(ord. This)-.1 F .063(is usually the last ar)2.563 F .064
-(gument, b)-.18 F .064(ut will e)-.2 F .064(xpand to the zeroth w)-.15 F
-.064(ord if there is only)-.1 F(one w)144 225.6 Q(ord in the line.)-.1 E
-F2(%)108 237.6 Q F1 .917(The \214rst w)144 237.6 R .916
-(ord matched by the most recent \231?)-.1 F F0(string)A F1 3.416
-(?'\232 search,)B .916(if the search string be)3.416 F .916(gins with a)
--.15 F(character that is part of a w)144 249.6 Q(ord.)-.1 E F0(x)108.77
-261.6 Q F2<ad>A F0(y)A F1 2.5(Ar)144 261.6 S(ange of w)-2.5 E
-(ords; \231\255)-.1 E F0(y)A F1 2.5<9a61>C(bbre)-2.5 E(viates \2310\255)
--.25 E F0(y)A F1<9a2e>A F2(*)108 273.6 Q F1 .218(All of the w)144 273.6
-R .218(ords b)-.1 F .218(ut the zeroth.)-.2 F .219(This is a synon)5.218
-F .219(ym for \231)-.15 F F0(1\255$)A F1 2.719(\232. It)B .219
-(is not an error to use)2.719 F F2(*)2.719 E F1 .219(if there is)2.719 F
-(just one w)144 285.6 Q(ord in the e)-.1 E -.15(ve)-.25 G
-(nt; the empty string is returned in that case.).15 E F2(x*)108 297.6 Q
-F1(Abbre)144 297.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(.)A F2<78ad>108
-309.6 Q F1(Abbre)144 309.6 Q(viates)-.25 E F0(x\255$)2.5 E F1(lik)2.5 E
-(e)-.1 E F2(x*)2.5 E F1 2.5(,b)C(ut omits the last w)-2.7 E 2.5(ord. If)
--.1 F F2(x)2.5 E F1(is missing, it def)2.5 E(aults to 0.)-.1 E(If a w)
-108 326.4 Q(ord designator is supplied without an e)-.1 E -.15(ve)-.25 G
-(nt speci\214cation, the pre).15 E(vious command is used as the e)-.25 E
--.15(ve)-.25 G(nt.).15 E F2(Modi\214ers)87 343.2 Q F1 .184
-(After the optional w)108 355.2 R .184(ord designator)-.1 F 2.684(,t)-.4
-G .183(here may appear a sequence of one or more of the follo)-2.684 F
-.183(wing modi\214ers,)-.25 F(each preceded by a \231:\232.)108 367.2 Q
-(These modify)5 E 2.5(,o)-.65 G 2.5(re)-2.5 G(dit, the w)-2.5 E
-(ord or w)-.1 E(ords selected from the history e)-.1 E -.15(ve)-.25 G
-(nt.).15 E F2(h)108 384 Q F1(Remo)144 384 Q .3 -.15(ve a t)-.15 H
-(railing \214lename component, lea).15 E(ving only the head.)-.2 E F2(t)
-108 396 Q F1(Remo)144 396 Q .3 -.15(ve a)-.15 H
-(ll leading \214lename components, lea).15 E(ving the tail.)-.2 E F2(r)
-108 408 Q F1(Remo)144 408 Q .3 -.15(ve a t)-.15 H(railing suf).15 E
-(\214x of the form)-.25 E F0(.xxx)2.5 E F1 2.5(,l)C(ea)-2.5 E
-(ving the basename.)-.2 E F2(e)108 420 Q F1(Remo)144 420 Q .3 -.15(ve a)
--.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F2(p)108 432 Q
-F1(Print the ne)144 432 Q 2.5(wc)-.25 G(ommand b)-2.5 E(ut do not e)-.2
-E -.15(xe)-.15 G(cute it.).15 E F2(q)108 444 Q F1
-(Quote the substituted w)144 444 Q
-(ords, escaping further substitutions.)-.1 E F2(x)108 456 Q F1 .385
-(Quote the substituted w)144 456 R .385(ords as with)-.1 F F2(q)2.885 E
-F1 2.885(,b)C .386(ut break into w)-3.085 F .386(ords at)-.1 F F2
-(blanks)2.886 E F1 .386(and ne)2.886 F 2.886(wlines. The)-.25 F F2(q)
-2.886 E F1(and)2.886 E F2(x)2.886 E F1(modi\214ers are mutually e)144
-468 Q(xclusi)-.15 E -.15(ve)-.25 G 2.5(;t).15 G
-(he last one supplied is used.)-2.5 E F2(s/)108 480 Q F0(old)A F2(/)A F0
-(ne)A(w)-.15 E F2(/)A F1(Substitute)144 492 Q F0(ne)3.329 E(w)-.15 E F1
-.469(for the \214rst occurrence of)3.279 F F0(old)3.199 E F1 .469
-(in the e)3.739 F -.15(ve)-.25 G .469(nt line.).15 F(An)5.469 E 2.969
-(yc)-.15 G .469(haracter may be used as the)-2.969 F .953
-(delimiter in place of /.)144 504 R .953
-(The \214nal delimiter is optional if it is the last character of the e)
-5.953 F -.15(ve)-.25 G .954(nt line.).15 F .131
-(The delimiter may be quoted in)144 516 R F0(old)2.861 E F1(and)3.401 E
-F0(ne)2.991 E(w)-.15 E F1 .131(with a single backslash.)2.941 F .131
-(If & appears in)5.131 F F0(ne)2.991 E(w)-.15 E F1 2.631(,i).31 G 2.631
-(ti)-2.631 G 2.631(sr)-2.631 G(e-)-2.631 E .619(placed by)144 528 R F0
-(old)3.349 E F1 5.619(.A).77 G .619(single backslash will quote the &.)
--2.5 F(If)5.619 E F0(old)3.349 E F1 .619(is null, it is set to the last)
-3.889 F F0(old)3.349 E F1(substi-)3.89 E .487(tuted, or)144 540 R 2.987
-(,i)-.4 G 2.987(fn)-2.987 G 2.987(op)-2.987 G(re)-2.987 E .486
-(vious history substitutions took place, the last)-.25 F F0(string)3.326
-E F1 .486(in a)3.206 F F2(!?)2.986 E F0(string)A F2([?])A F1 2.986
-(search. If)5.486 F F0(ne)144.36 552 Q(w)-.15 E F1
-(is null, each matching)2.81 E F0(old)2.73 E F1(is deleted.)3.27 E F2(&)
-108 564 Q F1(Repeat the pre)144 564 Q(vious substitution.)-.25 E F2(g)
-108 576 Q F1 .267(Cause changes to be applied o)144 576 R -.15(ve)-.15 G
-2.767(rt).15 G .267(he entire e)-2.767 F -.15(ve)-.25 G .267(nt line.)
-.15 F .267(This is used in conjunction with \231)5.267 F F2(:s)A F1
-2.768<9a28>C(e.g.,)-2.768 E<99>144 588 Q F2(:gs/)A F0(old)A F2(/)A F0
-(ne)A(w)-.15 E F2(/)A F1(\232\) or \231)A F2(:&)A F1 2.5(\232. If)B
-(used with \231)2.5 E F2(:s)A F1(\232, an)A 2.5(yd)-.15 G
-(elimiter can be used in place of /, and the \214nal de-)-2.5 E
-(limiter is optional if it is the last character of the e)144 600 Q -.15
-(ve)-.25 G(nt line.).15 E(An)5 E F2(a)2.5 E F1(may be used as a synon)
-2.5 E(ym for)-.15 E F2(g)2.5 E F1(.)A F2(G)108 612 Q F1(Apply the follo)
-144 612 Q(wing \231)-.25 E F2(s)A F1 2.5<9a6f>C 2.5<7299>-2.5 G F2(&)
--2.5 E F1 2.5<9a6d>C(odi\214er once to each w)-2.5 E(ord in the e)-.1 E
--.15(ve)-.25 G(nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 628.8
-Q(UIL)-.11 E(TIN COMMANDS)-1.007 E F1 .063
-(Unless otherwise noted, each b)108 640.8 R .062(uiltin command documen\
-ted in this section as accepting options preceded by)-.2 F F2<ad>108
-652.8 Q F1(accepts)3.077 E F2<adad>3.077 E F1 .577
-(to signify the end of the options.)3.077 F(The)5.577 E F2(:)3.077 E F1
-(,)A F2(true)3.077 E F1(,)A F2(false)3.077 E F1 3.077(,a)C(nd)-3.077 E
-F2(test)3.077 E F1(/)A F2([)A F1 -.2(bu)3.077 G .577
-(iltins do not accept options).2 F .462(and do not treat)108 664.8 R F2
-<adad>2.961 E F1(specially)2.961 E 5.461(.T)-.65 G(he)-5.461 E F2(exit)
-2.961 E F1(,)A F2(logout)2.961 E F1(,)A F2 -.18(re)2.961 G(tur).18 E(n)
--.15 E F1(,)A F2(br)2.961 E(eak)-.18 E F1(,)A F2(continue)2.961 E F1(,)A
-F2(let)2.961 E F1 2.961(,a)C(nd)-2.961 E F2(shift)2.961 E F1 -.2(bu)
-2.961 G .461(iltins accept and).2 F .26(process ar)108 676.8 R .26
-(guments be)-.18 F .26(ginning with)-.15 F F2<ad>2.76 E F1 .261
-(without requiring)2.76 F F2<adad>2.761 E F1 5.261(.O)C .261(ther b)
--5.261 F .261(uiltins that accept ar)-.2 F .261(guments b)-.18 F .261
-(ut are not)-.2 F 1.154(speci\214ed as accepting options interpret ar)
-108 688.8 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F2<ad>
-3.654 E F1 1.154(as in)3.654 F -.25(va)-.4 G 1.154
-(lid options and require).25 F F2<adad>3.654 E F1(to)3.654 E(pre)108
-700.8 Q -.15(ve)-.25 G(nt this interpretation.).15 E(GNU Bash 5.3)72 768
-Q(2024 March 29)144.29 E(60)193.45 E 0 Cg EP
-%%Page: 61 61
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(:)108 84 Q F1([)2.5 E F0(ar)A
-(guments)-.37 E F1(])A .451(No ef)144 96 R .451
-(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
--.15 E F0(ar)3.282 E(guments)-.37 E F1 .452(and performing an)3.222 F
-2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 108 R
-(return status is zero.)2.5 E F2(.)108 124.8 Q F0(\214lename)6.666 E F1
-([)2.5 E F0(ar)A(guments)-.37 E F1(])A F2(sour)108 136.8 Q(ce)-.18 E F0
-(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A 1.02
-(Read and e)144 148.8 R -.15(xe)-.15 G 1.02(cute commands from).15 F F0
-(\214lename)5.43 E F1 1.02(in the current shell en)3.7 F 1.02
-(vironment and return the e)-.4 F(xit)-.15 E 1.33
-(status of the last command e)144 160.8 R -.15(xe)-.15 G 1.331
-(cuted from).15 F F0(\214lename)5.741 E F1 6.331(.I).18 G(f)-6.331 E F0
-(\214lename)5.741 E F1 1.331(does not contain a slash, \214le-)4.011 F
-.023(names in)144 172.8 R/F3 9/Times-Bold@0 SF -.666(PA)2.523 G(TH)-.189
-E F1 .022(are used to \214nd the directory containing)2.273 F F0
-(\214lename)4.432 E F1 2.522(,b).18 G(ut)-2.722 E F0(\214lename)2.522 E
-F1 .022(does not need to be)2.522 F -.15(exe)144 184.8 S 3.86
-(cutable. The).15 F 1.36(\214le searched for in)3.86 F F3 -.666(PA)3.86
-G(TH)-.189 E F1 1.361(need not be e)3.61 F -.15(xe)-.15 G 3.861
-(cutable. When).15 F F2(bash)3.861 E F1 1.361(is not in)3.861 F F0
-(posix)3.861 E(mode)144 196.8 Q F1 2.772(,i)C 2.772(ts)-2.772 G .272
-(earches the current directory if no \214le is found in)-2.772 F F3
--.666(PA)2.771 G(TH)-.189 E/F4 9/Times-Roman@0 SF(.)A F1 .271(If the)
-4.771 F F2(sour)2.771 E(cepath)-.18 E F1 .271(option to the)2.771 F F2
-(shopt)144 208.8 Q F1 -.2(bu)3.659 G 1.159(iltin command is turned of).2
-F 1.159(f, the)-.25 F F3 -.666(PA)3.659 G(TH)-.189 E F1 1.159
-(is not searched.)3.409 F 1.16(If an)6.159 F(y)-.15 E F0(ar)3.66 E
-(guments)-.37 E F1 1.16(are supplied,)3.66 F(the)144 220.8 Q 3.045(yb)
--.15 G .544(ecome the positional parameters when)-3.045 F F0(\214lename)
-3.044 E F1 .544(is e)3.044 F -.15(xe)-.15 G 3.044(cuted. Otherwise).15 F
-.544(the positional para-)3.044 F .302(meters are unchanged.)144 232.8 R
-.302(If the)5.302 F F2<ad54>2.802 E F1 .302(option is enabled,)2.802 F
-F2(.)2.802 E F1 .302(inherits an)2.802 F 2.802(yt)-.15 G .302(rap on)
--2.802 F F2(DEB)2.802 E(UG)-.1 E F1 2.802(;i)C 2.802(fi)-2.802 G 2.802
-(ti)-2.802 G 2.803(sn)-2.802 G .303(ot, an)-2.803 F(y)-.15 E F2(DEB)144
-244.8 Q(UG)-.1 E F1 .382(trap string is sa)2.882 F -.15(ve)-.2 G 2.882
-(da).15 G .382(nd restored around the call to)-2.882 F F2(.)2.882 E F1
-2.882(,a)C(nd)-2.882 E F2(.)2.881 E F1 .381(unsets the)2.881 F F2(DEB)
-2.881 E(UG)-.1 E F1 .381(trap while)2.881 F .812(it e)144 256.8 R -.15
-(xe)-.15 G 3.312(cutes. If).15 F F2<ad54>3.312 E F1 .812
-(is not set, and the sourced \214le changes the)3.312 F F2(DEB)3.312 E
-(UG)-.1 E F1 .812(trap, the ne)3.312 F 3.312(wv)-.25 G .813(alue is re-)
--3.562 F 1.377(tained when)144 268.8 R F2(.)3.877 E F1 3.877
-(completes. The)3.877 F 1.376
-(return status is the status of the last command e)3.876 F 1.376
-(xited within the)-.15 F(script \(0 if no commands are e)144 280.8 Q
--.15(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F0(\214lename)4.41 E
-F1(is not found or cannot be read.)2.68 E F2(alias)108 297.6 Q F1([)2.5
-E F2<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F2(Alias)144 309.6 Q F1 2.724(with no ar)
-5.224 F 2.724(guments or with the)-.18 F F2<ad70>5.224 E F1 2.724
-(option prints the list of aliases in the form)5.224 F F2(alias)5.225 E
-F0(name)144 321.6 Q F1(=)A F0(value)A F1 .58(on standard output.)3.08 F
-.58(When ar)5.58 F .58
-(guments are supplied, an alias is de\214ned for each)-.18 F F0(name)
-3.08 E F1(whose)144 333.6 Q F0(value)2.508 E F1 .009(is gi)2.508 F -.15
-(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)
-2.509 E F1 .009(causes the ne)2.509 F .009(xt w)-.15 F .009
-(ord to be check)-.1 F .009(ed for alias substi-)-.1 F .579
-(tution when the alias is e)144 345.6 R 3.079(xpanded. F)-.15 F .579
-(or each)-.15 F F0(name)3.079 E F1 .579(in the ar)3.079 F .579
-(gument list for which no)-.18 F F0(value)3.079 E F1 .578(is sup-)3.078
-F 1.313(plied, the name and v)144 357.6 R 1.314
-(alue of the alias is printed.)-.25 F F2(Alias)6.314 E F1 1.314
-(returns true unless a)3.814 F F0(name)3.814 E F1 1.314(is gi)3.814 F
--.15(ve)-.25 G 3.814(nf).15 G(or)-3.814 E
-(which no alias has been de\214ned.)144 369.6 Q F2(bg)108 386.4 Q F1([)
-2.5 E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .745
-(Resume each suspended job)144 398.4 R F0(jobspec)3.245 E F1 .745
-(in the background, as if it had been started with)3.245 F F2(&)3.244 E
-F1 5.744(.I)C(f)-5.744 E F0(job-)4.984 E(spec)144 410.4 Q F1 .671
-(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the)
--3.171 F F0(curr)3.172 E .672(ent job)-.37 F F1 .672(is used.)3.172 F F2
-(bg)5.672 E F0(jobspec)4.912 E F1 .672(returns 0 unless run)3.482 F .419
-(when job control is disabled or)144 422.4 R 2.919(,w)-.4 G .419
-(hen run with job control enabled, an)-2.919 F 2.918(ys)-.15 G
-(peci\214ed)-2.918 E F0(jobspec)2.918 E F1 -.1(wa)2.918 G 2.918(sn).1 G
-(ot)-2.918 E(found or w)144 434.4 Q(as started without job control.)-.1
-E F2(bind)108 451.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1
-2.5(][)C F2(\255lpsvPSVX)-2.5 E F1(])A F2(bind)108 463.2 Q F1([)2.5 E F2
-<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F2<ad71>-2.5 E F0
-(function)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(function)2.5 E F1 2.5(][)C
-F2<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F2(bind)108 475.2 Q F1
-([)2.5 E F2<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F2<ad66>2.5 E F0
-(\214lename)2.5 E F2(bind)108 487.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)2.5
-G(ymap)-.2 E F1(])A F2<ad78>2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1([:])A F0
-(shell\255command)2.5 E F2(bind)108 499.2 Q F1([)2.5 E F2<ad6d>A F0 -.1
-(ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0
-(function\255name)A F2(bind)108 511.2 Q F1([)2.5 E F2<ad6d>A F0 -.1(ke)
-2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0 -.37(re)C
-(adline\255command).37 E F2(bind)108 523.2 Q F0 -.37(re)2.5 G
-(adline-command-line).37 E F1 .238(Display current)144 535.2 R F2 -.18
-(re)2.738 G(adline).18 E F1 -.1(ke)2.738 G 2.738(ya)-.05 G .239
-(nd function bindings, bind a k)-2.738 F .539 -.15(ey s)-.1 H .239
-(equence to a).15 F F2 -.18(re)2.739 G(adline).18 E F1 .239(function or)
-2.739 F .04(macro, or set a)144 547.2 R F2 -.18(re)2.54 G(adline).18 E
-F1 -.25(va)2.54 G 2.54(riable. Each).25 F .039(non-option ar)2.54 F .039
-(gument is a command as it w)-.18 F .039(ould appear in a)-.1 F F2 -.18
-(re)144 559.2 S(adline).18 E F1 .182(initialization \214le such as)2.681
-F F0(.inputr)2.912 E(c)-.37 E F1 2.682(,b).31 G .182
-(ut each binding or command must be passed as a sep-)-2.882 F 1.029
-(arate ar)144 571.2 R 1.029(gument; e.g., \010"\\C\255x\\C\255r": re\
-\255read\255init\255\214le\010.)-.18 F 1.029(In the follo)6.029 F 1.029
-(wing descriptions, output a)-.25 F -.25(va)-.2 G(il-).25 E .709
-(able to be re-read is formatted as commands that w)144 583.2 R .709
-(ould appear in a)-.1 F F2 -.18(re)3.209 G(adline).18 E F1 .709
-(initialization \214le or)3.209 F .108(that w)144 595.2 R .108
-(ould be supplied as indi)-.1 F .107(vidual ar)-.25 F .107(guments to a)
--.18 F F2(bind)2.607 E F1 2.607(command. Options,)2.607 F .107
-(if supplied, ha)2.607 F .407 -.15(ve t)-.2 H(he).15 E(follo)144 607.2 Q
-(wing meanings:)-.25 E F2<ad6d>144 619.2 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1
-(Use)180 631.2 Q F0 -.1(ke)5.158 G(ymap)-.2 E F1 2.658(as the k)5.348 F
--.15(ey)-.1 G 2.658(map to be af).15 F 2.659
-(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E F0 -.1(ke)
-180 643.2 S(ymap)-.2 E F1 3.193(names are)5.883 F F0 3.193
-(emacs, emacs\255standar)5.693 F 3.192
-(d, emacs\255meta, emacs\255ctlx, vi, vi\255mo)-.37 F(ve)-.1 E(,)-.1 E
-(vi\255command)180 655.2 Q F1 4.089(,a)C(nd)-4.089 E F0(vi\255insert)
-4.379 E F1(.).68 E F0(vi)6.589 E F1 1.589(is equi)4.089 F -.25(va)-.25 G
-1.589(lent to).25 F F0(vi\255command)4.089 E F1(\()4.089 E F0(vi\255mo)A
-(ve)-.1 E F1 1.59(is also a syn-)4.089 F(on)180 667.2 Q(ym\);)-.15 E F0
-(emacs)2.5 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F0
-(emacs\255standar)2.5 E(d)-.37 E F1(.)A F2<ad6c>144 679.2 Q F1
-(List the names of all)180 679.2 Q F2 -.18(re)2.5 G(adline).18 E F1
-(functions.)2.5 E F2<ad70>144 691.2 Q F1(Display)180 691.2 Q F2 -.18(re)
-2.5 G(adline).18 E F1(function names and bindings in such a w)2.5 E
-(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F2<ad50>144 703.2
-Q F1(List current)180 703.2 Q F2 -.18(re)2.5 G(adline).18 E F1
-(function names and bindings.)2.5 E(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(61)193.45 E 0 Cg EP
-%%Page: 62 62
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad73>144 84 Q F1(Display)180
-84 Q F2 -.18(re)3.655 G(adline).18 E F1 -.1(ke)3.655 G 3.655(ys)-.05 G
-1.155(equences bound to macros and the strings the)-3.655 F 3.655(yo)
--.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 96 S 2.5(yt).1 G
-(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F2<ad53>144 108 Q F1
-(Display)180 108 Q F2 -.18(re)2.5 G(adline).18 E F1 -.1(ke)2.5 G 2.5(ys)
--.05 G(equences bound to macros and the strings the)-2.5 E 2.5(yo)-.15 G
-(utput.)-2.5 E F2<ad76>144 120 Q F1(Display)180 120 Q F2 -.18(re)2.5 G
-(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues in such a w)-.25 E(ay that the)-.1 E 2.5(yc)-.15 G
-(an be re-read.)-2.5 E F2<ad56>144 132 Q F1(List current)180 132 Q F2
--.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues.)-.25 E F2<ad66>144 144 Q F0(\214lename)2.5 E F1(Read k)180 156 Q
-.3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
-<ad71>144 168 Q F0(function)2.5 E F1(Query about which k)180 180 Q -.15
-(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4 H(he named).1
-E F0(function)2.5 E F1(.)A F2<ad75>144 192 Q F0(function)2.5 E F1
-(Unbind all k)180 204 Q -.15(ey)-.1 G 2.5(sb).15 G(ound to the named)
--2.5 E F0(function)2.5 E F1(.)A F2<ad72>144 216 Q F0 -.1(ke)2.5 G(yseq)
--.2 E F1(Remo)180 228 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
-(urrent binding for).15 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(.)A F2<ad78>144
-240 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
-(Cause)180 252 Q F0(shell\255command)4.344 E F1 1.844(to be e)4.344 F
--.15(xe)-.15 G 1.844(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0 -.1(ke)
-4.345 G(yseq)-.2 E F1 1.845(is entered.)4.345 F 1.845(The separator be-)
-6.845 F(tween)180 264 Q F0 -.1(ke)3.016 G(yseq)-.2 E F1(and)3.016 E F0
-(shell\255command)3.016 E F1 .516
-(is either whitespace or a colon optionally follo)3.016 F .515(wed by)
--.25 F 3.458(whitespace. If)180 276 R .958(the separator is whitespace,)
-3.458 F F0(shell\255command)3.458 E F1 .958(must be enclosed in double)
-3.458 F .623(quotes and)180 288 R F2 -.18(re)3.123 G(adline).18 E F1
--.15(ex)3.123 G .623(pands an).15 F 3.123(yo)-.15 G 3.123(fi)-3.123 G
-.623(ts special backslash-escapes in)-3.123 F F0(shell\255command)3.122
-E F1(be-)3.122 E .712(fore sa)180 300 R .712(ving it.)-.2 F .713
-(If the separator is a colon, an)5.712 F 3.213(ye)-.15 G .713
-(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 312 S
-(adline).18 E F1 .099(does not e)2.599 F .099
-(xpand the command string before sa)-.15 F .098(ving it.)-.2 F .098
-(Since the entire k)5.098 F .398 -.15(ey b)-.1 H(ind-).15 E 2.72(ing e)
-180 324 R 2.72(xpression must be a single ar)-.15 F 2.72
-(gument, it should be enclosed in quotes.)-.18 F(When)7.72 E F0
-(shell\255command)180 336 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
-(cuted, the shell sets the).15 F/F3 9/Times-Bold@0 SF(READLINE_LINE)
-3.063 E F1 -.25(va)2.813 G .563(riable to the contents).25 F .319
-(of the)180 348 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F
-(uf)-.2 E .32(fer and the)-.25 F F3(READLINE_POINT)2.82 E F1(and)2.57 E
-F3(READLINE_MARK)2.82 E F1 -.25(va)2.57 G(riables).25 E .546
-(to the current location of the insertion point and the sa)180 360 R
--.15(ve)-.2 G 3.045(di).15 G .545(nsertion point \(the mark\), re-)
--3.045 F(specti)180 372 Q -.15(ve)-.25 G(ly).15 E 7.188(.T)-.65 G 2.188
-(he shell assigns an)-7.188 F 4.688(yn)-.15 G 2.188(umeric ar)-4.688 F
-2.188(gument the user supplied to the)-.18 F F3(READ-)4.688 E
-(LINE_ARGUMENT)180 384 Q F1 -.25(va)2.399 G 2.649(riable. If).25 F .149
-(there w)2.649 F .149(as no ar)-.1 F .149(gument, that v)-.18 F .148
-(ariable is not set.)-.25 F .148(If the e)5.148 F(x-)-.15 E .582
-(ecuted command changes the v)180 396 R .583(alue of an)-.25 F 3.083(yo)
--.15 G(f)-3.083 E F3(READLINE_LINE)3.083 E/F4 9/Times-Roman@0 SF(,)A F3
-(READLINE_POINT)2.833 E F4(,)A F1(or)2.833 E F3(READLINE_MARK)180 408 Q
-F4(,)A F1(those ne)2.25 E 2.5(wv)-.25 G
-(alues will be re\215ected in the editing state.)-2.75 E F2<ad58>144 420
-Q F1 .83(List all k)180 420 R 1.13 -.15(ey s)-.1 H .829
-(equences bound to shell commands and the associated commands in a for)
-.15 F(-)-.2 E(mat that can be reused as input.)180 432 Q(The return v)
-144 448.8 Q(alue is 0 unless an unrecognized option is gi)-.25 E -.15
-(ve)-.25 G 2.5(no).15 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G(rror occurred.)-2.5
-E F2(br)108 465.6 Q(eak)-.18 E F1([)2.5 E F0(n)A F1(])A .054
-(Exit from within a)144 477.6 R F2 -.25(fo)2.554 G(r).25 E F1(,)A F2
-(while)2.554 E F1(,)A F2(until)2.555 E F1 2.555(,o)C(r)-2.555 E F2
-(select)2.555 E F1 2.555(loop. If)2.555 F F0(n)2.555 E F1 .055
-(is speci\214ed, break)2.555 F F0(n)2.555 E F1(le)2.555 E -.15(ve)-.25 G
-(ls.).15 E F0(n)5.415 E F1 .055(must be)2.795 F/F5 10/Symbol SF<b3>2.555
-E F1(1.)2.555 E(If)144 489.6 Q F0(n)3.075 E F1 .215(is greater than the\
- number of enclosing loops, all enclosing loops are e)2.955 F 2.714
-(xited. The)-.15 F .214(return v)2.714 F(alue)-.25 E(is 0 unless)144
-501.6 Q F0(n)2.5 E F1(is not greater than or equal to 1.)2.5 E F2 -.2
-(bu)108 518.4 S(iltin).2 E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E
-F0(ar)A(guments)-.37 E F1(])A(Ex)144 530.4 Q .77
-(ecute the speci\214ed shell b)-.15 F .77(uiltin, passing it)-.2 F F0
-(ar)3.601 E(guments)-.37 E F1 3.271(,a).27 G .771(nd return its e)-3.271
-F .771(xit status.)-.15 F .771(This is useful)5.771 F .616
-(when de\214ning a function whose name is the same as a shell b)144
-542.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144
-554.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F2(cd)3.07 E F1
--.2(bu)3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E
-5.57(.T)-.65 G .57(he return status)-5.57 F(is f)144 566.4 Q(alse if)-.1
-E F0(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
-(uiltin command.)-.2 E F2(caller)108 583.2 Q F1([)2.5 E F0 -.2(ex)C(pr)
-.2 E F1(])A .254(Returns the conte)144 595.2 R .254(xt of an)-.15 F
-2.754(ya)-.15 G(cti)-2.754 E .554 -.15(ve s)-.25 H .254
-(ubroutine call \(a shell function or a script e).15 F -.15(xe)-.15 G
-.254(cuted with the).15 F F2(.)2.753 E F1(or)2.753 E F2(sour)144 607.2 Q
-(ce)-.18 E F1 -.2(bu)2.824 G 2.824(iltins\). W).2 F(ithout)-.4 E F0 -.2
-(ex)2.824 G(pr).2 E F1(,)A F2(caller)2.824 E F1 .324
-(displays the line number and source \214lename of the current)2.824 F
-.254(subroutine call.)144 619.2 R .254(If a non-ne)5.254 F -.05(ga)-.15
-G(ti).05 E .554 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15
-F F0 -.2(ex)2.753 G(pr).2 E F1(,)A F2(caller)2.753 E F1 .253
-(displays the line number)2.753 F 2.753(,s)-.4 G(ub-)-2.753 E 1.327(rou\
-tine name, and source \214le corresponding to that position in the curr\
-ent e)144 631.2 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
-(This e)144 643.2 R .001(xtra information may be used, for e)-.15 F .001
-(xample, to print a stack trace.)-.15 F(The current frame is frame)5 E
-3.019(0. The)144 655.2 R .519(return v)3.019 F .519
-(alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .52
-(cuting a subroutine call or).15 F F0 -.2(ex)3.02 G(pr).2 E F1 .52
-(does not corre-)3.02 F(spond to a v)144 667.2 Q
-(alid position in the call stack.)-.25 E F2(cd)108 684 Q F1([)2.5 E F2
-<ad4c>A F1(|[)A F2<ad50>A F1([)2.5 E F2<ad65>A F1(]]] [\255@] [)A F0
-(dir)A F1(])A .322(Change the current directory to)144 696 R F0(dir)
-2.822 E F1 5.322(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321
-(is not supplied, the v)2.822 F .321(alue of the)-.25 F F3(HOME)2.821 E
-F1 .321(shell v)2.571 F .321(ariable is)-.25 F 1.365(the def)144 708 R
-3.865(ault. The)-.1 F -.25(va)3.865 G(riable).25 E F3(CDP)3.865 E -.855
-(AT)-.666 G(H).855 E F1 1.365
-(de\214nes the search path for the directory containing)3.615 F F0(dir)
-4.216 E F1 3.866(:t).73 G(he)-3.866 E .91
-(shell searches each directory name in)144 720 R F3(CDP)3.41 E -.855(AT)
--.666 G(H).855 E F1(for)3.16 E F0(dir)3.41 E F1 5.91(.A)C(lternati)-5.91
-E 1.209 -.15(ve d)-.25 H .909(irectory names in).15 F F3(CDP)3.409 E
--.855(AT)-.666 G(H).855 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29
-E(62)193.45 E 0 Cg EP
-%%Page: 63 63
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .764(are separated by a colon \(:\).)144 84 R 3.264
-(An)5.764 G .764(ull directory name in)-3.264 F/F2 9/Times-Bold@0 SF
-(CDP)3.264 E -.855(AT)-.666 G(H).855 E F1 .764
-(is the same as the current direc-)3.014 F(tory)144 96 Q 2.72(,i)-.65 G
-.22(.e., \231.\232.)-2.72 F(If)5.22 E F0(dir)3.069 E F1(be)3.449 E .219
-(gins with a slash \(/\), then)-.15 F F2(CDP)2.719 E -.855(AT)-.666 G(H)
-.855 E F1 .219(is not used.)2.469 F(The)5.219 E/F3 10/Times-Bold@0 SF
-<ad50>2.719 E F1 .219(option causes)2.719 F F3(cd)2.719 E F1(to)2.719 E
-1.286(use the ph)144 108 R 1.287
-(ysical directory structure by resolving symbolic links while tra)-.05 F
--.15(ve)-.2 G(rsing).15 E F0(dir)3.787 E F1 1.287(and before)3.787 F
-.207(processing instances of)144 120 R F0(..)2.706 E F1(in)2.706 E F0
-(dir)2.706 E F1 .206(\(see also the)2.706 F F3<ad50>2.706 E F1 .206
-(option to the)2.706 F F3(set)2.706 E F1 -.2(bu)2.706 G .206
-(iltin command\); the).2 F F3<ad4c>2.706 E F1(option)2.706 E .19
-(forces symbolic links to be follo)144 132 R .191
-(wed by resolving the link after processing instances of)-.25 F F0(..)
-2.691 E F1(in)2.691 E F0(dir)2.691 E F1 5.191(.I)C(f)-5.191 E F0(..)144
-144 Q F1 .322(appears in)2.822 F F0(dir)2.822 E F1 2.822(,i)C 2.822(ti)
--2.822 G 2.822(sp)-2.822 G .321(rocessed by remo)-2.822 F .321
-(ving the immediately pre)-.15 F .321(vious pathname component from)-.25
-F F0(dir)144 156 Q F1 3.156(,b)C .656(ack to a slash or the be)-3.156 F
-.656(ginning of)-.15 F F0(dir)3.156 E F1 5.656(.I)C 3.156(ft)-5.656 G
-(he)-3.156 E F3<ad65>3.156 E F1 .656(option is supplied with)3.156 F F3
-<ad50>3.156 E F1 3.156(,a)C .656(nd the current)-3.156 F -.1(wo)144 168
-S .863(rking directory cannot be successfully determined after a succes\
-sful directory change,).1 F F3(cd)3.363 E F1(will)3.363 E .338
-(return an unsuccessful status.)144 180 R .339
-(On systems that support it, the)5.338 F F3<ad40>2.839 E F1 .339
-(option presents the e)2.839 F .339(xtended at-)-.15 F(trib)144 192 Q
-.589(utes associated with a \214le as a directory)-.2 F 5.589(.A)-.65 G
-3.089(na)-5.589 G -.18(rg)-3.089 G .589(ument of).18 F F3<ad>3.089 E F1
-.588(is con)3.089 F -.15(ve)-.4 G .588(rted to).15 F F2($OLDPWD)3.088 E
-F1(before)2.838 E .21(the directory change is attempted.)144 204 R .211
-(If a non-empty directory name from)5.211 F F2(CDP)2.711 E -.855(AT)
--.666 G(H).855 E F1 .211(is used, or if)2.461 F F3<ad>2.711 E F1(is)
-2.711 E .274(the \214rst ar)144 216 R .274(gument, and the directory ch\
-ange is successful, the absolute pathname of the ne)-.18 F 2.774(ww)-.25
-G(ork-)-2.874 E 1.055(ing directory is written to the standard output.)
-144 228 R 1.056(If the directory change is successful,)6.056 F F3(cd)
-3.556 E F1 1.056(sets the)3.556 F -.25(va)144 240 S .508(lue of the).25
-F F3(PWD)3.008 E F1(en)3.008 E .508(vironment v)-.4 F .508
-(ariable to the ne)-.25 F 3.008(wd)-.25 G .508
-(irectory name, and sets the)-3.008 F F3(OLDPWD)3.008 E F1(en)3.008 E
-(vi-)-.4 E .112(ronment v)144 252 R .112(ariable to the v)-.25 F .112
-(alue of the current w)-.25 F .112(orking directory before the change.)
--.1 F .112(The return v)5.112 F(alue)-.25 E(is true if the directory w)
-144 264 Q(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F3
-(command)108 280.8 Q F1([)2.5 E F3(\255pVv)A F1(])A F0(command)2.5 E F1
-([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(Run)144 292.8 Q
-F0(command)2.765 E F1(with)3.335 E F0(ar)2.895 E(gs)-.37 E F1 .065
-(suppressing the normal shell function lookup.)2.835 F .064(Only b)5.064
-F .064(uiltin commands or)-.2 F .501(commands found in the)144 304.8 R
-F2 -.666(PA)3.001 G(TH)-.189 E F1 .502(are e)2.751 F -.15(xe)-.15 G
-3.002(cuted. If).15 F(the)3.002 E F3<ad70>3.002 E F1 .502(option is gi)
-3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F0(command)3.202 E
-F1(is)3.772 E .4(performed using a def)144 316.8 R .4(ault v)-.1 F .4
-(alue for)-.25 F F2 -.666(PA)2.9 G(TH)-.189 E F1 .399
-(that is guaranteed to \214nd all of the standard utilities.)2.649 F(If)
-5.399 E .174(either the)144 328.8 R F3<ad56>2.674 E F1(or)2.674 E F3
-<ad76>2.674 E F1 .175(option is supplied, a description of)2.674 F F0
-(command)2.875 E F1 .175(is printed.)3.445 F(The)5.175 E F3<ad76>2.675 E
-F1 .175(option causes)2.675 F 3.318(as)144 340.8 S .818(ingle w)-3.318 F
-.817(ord indicating the command or \214lename used to in)-.1 F -.2(vo)
--.4 G -.1(ke).2 G F0(command)3.617 E F1 .817(to be displayed; the)4.087
-F F3<ad56>144 352.8 Q F1 .249(option produces a more v)2.749 F .249
-(erbose description.)-.15 F .249(If the)5.249 F F3<ad56>2.749 E F1(or)
-2.749 E F3<ad76>2.75 E F1 .25(option is supplied, the e)2.75 F .25
-(xit status)-.15 F 1.005(is 0 if)144 364.8 R F0(command)3.705 E F1 -.1
-(wa)4.275 G 3.505(sf).1 G 1.005(ound, and 1 if not.)-3.505 F 1.004
-(If neither option is supplied and an error occurred or)6.005 F F0
-(command)144.2 376.8 Q F1 1.598(cannot be found, the e)4.868 F 1.599
-(xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.599
-(xit status of the)-.15 F F3(command)4.099 E F1 -.2(bu)144 388.8 S
-(iltin is the e).2 E(xit status of)-.15 E F0(command)2.7 E F1(.).77 E F3
-(compgen)108 405.6 Q F1([)2.5 E F3<ad56>A F0(varname)2.5 E F1 2.5(][)C
-F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5 E(d)-.37 E F1(])A .013
-(Generate possible completion matches for)144 417.6 R F0(wor)2.513 E(d)
--.37 E F1 .013(according to the)2.513 F F0(option)2.513 E F1 .013
-(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E 1.216
-(accepted by the)144 429.6 R F3(complete)3.716 E F1 -.2(bu)3.716 G 1.216
-(iltin with the e).2 F 1.216(xceptions of)-.15 F F3<ad70>3.716 E F1(,)A
-F3<ad72>3.717 E F1(,)A F3<ad44>3.717 E F1(,)A F3<ad45>3.717 E F1 3.717
-(,a)C(nd)-3.717 E F3<ad49>3.717 E F1 3.717(,a)C 1.217(nd write the)
--3.717 F .505(matches to the standard output.)144 441.6 R .505(If the)
-5.505 F F3<ad56>3.005 E F1 .505(option is supplied,)3.005 F F3(compgen)
-3.004 E F1 .504(stores the generated com-)3.004 F 1.086
-(pletions into the inde)144 453.6 R -.15(xe)-.15 G 3.586(da).15 G 1.086
-(rray v)-3.586 F(ariable)-.25 E F0(varname)3.586 E F1 1.087
-(instead of writing them to the standard output.)3.586 F .195
-(When using the)144 465.6 R F3<ad46>2.695 E F1(or)2.695 E F3<ad43>2.695
-E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .194
-(ariables set by the programmable completion)-.25 F -.1(fa)144 477.6 S
-(cilities, while a).1 E -.25(va)-.2 G(ilable, will not ha).25 E .3 -.15
-(ve u)-.2 H(seful v).15 E(alues.)-.25 E .352
-(The matches will be generated in the same w)144 494.4 R .352
-(ay as if the programmable completion code had gen-)-.1 F .02(erated th\
-em directly from a completion speci\214cation with the same \215ags.)144
-506.4 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
-2.52 F(those completions matching)144 518.4 Q F0(wor)2.5 E(d)-.37 E F1
-(will be displayed.)2.5 E(The return v)144 535.2 Q
-(alue is true unless an in)-.25 E -.25(va)-.4 G
-(lid option is supplied, or no matches were generated.).25 E F3
-(complete)108 552 Q F1([)2.5 E F3(\255abcdefgjksuv)A F1 2.5(][)C F3
-<ad6f>-2.5 E F0(comp-option)2.5 E F1 2.5(][)C F3(\255DEI)-2.5 E F1 2.5
-(][)C F3<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 564 Q F3<ad47>A F0
-(globpat)2.5 E F1 2.5(][)C F3<ad57>-2.5 E F0(wor)2.5 E(dlist)-.37 E F1
-2.5(][)C F3<ad46>-2.5 E F0(function)2.5 E F1 2.5(][)C F3<ad43>-2.5 E F0
-(command)2.5 E F1(])A([)144 576 Q F3<ad58>A F0(\214lterpat)2.5 E F1 2.5
-(][)C F3<ad50>-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F3<ad53>-2.5
-E F0(suf)2.5 E<8c78>-.18 E F1(])A F0(name)2.5 E F1([)2.5 E F0(name)A F1
-1.666(...)2.5 G(])-1.666 E F3(complete \255pr)108 588 Q F1([)2.5 E F3
-(\255DEI)A F1 2.5(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .633
-(Specify ho)144 600 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633
-(uments to each).18 F F0(name)3.133 E F1 .633(should be completed.)3.133
-F .634(If the)5.634 F F3<ad70>3.134 E F1 .634
-(option is supplied, or if no)3.134 F .567(options or)144 612 R F0(name)
-3.067 E F1 3.067(sa)C .567(re supplied, e)-3.067 F .566
-(xisting completion speci\214cations are printed in a w)-.15 F .566
-(ay that allo)-.1 F(ws)-.25 E .046(them to be reused as input.)144 624 R
-(The)5.046 E F3<ad72>2.546 E F1 .046(option remo)2.546 F -.15(ve)-.15 G
-2.547(sac).15 G .047(ompletion speci\214cation for each)-2.547 F F0
-(name)2.547 E F1 2.547(,o)C .847 -.4(r, i)-2.547 H(f).4 E(no)144 636 Q
-F0(name)2.954 E F1 2.953(sa)C .453
-(re supplied, all completion speci\214cations.)-2.953 F(The)5.453 E F3
-<ad44>2.953 E F1 .453(option indicates that other supplied)2.953 F 1.454
-(options and actions should apply to the \231def)144 648 R 1.454
-(ault\232 command completion; that is, completion at-)-.1 F .021
-(tempted on a command for which no completion has pre)144 660 R .021
-(viously been de\214ned.)-.25 F(The)5.02 E F3<ad45>2.52 E F1 .02
-(option indi-)2.52 F .698(cates that other supplied options and actions\
- should apply to \231empty\232 command completion; that)144 672 R .577
-(is, completion attempted on a blank line.)144 684 R(The)5.577 E F3
-<ad49>3.077 E F1 .576(option indicates that other supplied options and)
-3.077 F .331
-(actions should apply to completion on the initial non-assignment w)144
-696 R .332(ord on the line, or after a com-)-.1 F .119
-(mand delimiter such as)144 708 R F3(;)2.618 E F1(or)2.618 E F3(|)2.618
-E F1 2.618(,w)C .118(hich is usually command name completion.)-2.618 F
-.118(If multiple options are)5.118 F 1.003(supplied, the)144 720 R F3
-<ad44>3.503 E F1 1.003(option tak)3.503 F 1.004(es precedence o)-.1 F
--.15(ve)-.15 G(r).15 E F3<ad45>3.504 E F1 3.504(,a)C 1.004(nd both tak)
--3.504 F 3.504(ep)-.1 G 1.004(recedence o)-3.504 F -.15(ve)-.15 G(r).15
-E F3<ad49>3.504 E F1 6.004(.I)C 3.504(fa)-6.004 G 1.304 -.15(ny o)-3.504
-H(f).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(63)193.45 E 0 Cg
-EP
-%%Page: 64 64
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad44>144 84 Q F1(,)A F2<ad45>
-3.082 E F1 3.082(,o)C(r)-3.082 E F2<ad49>3.082 E F1 .582
-(are supplied, an)3.082 F 3.082(yo)-.15 G(ther)-3.082 E F0(name)3.082 E
-F1(ar)3.082 E .582(guments are ignored; these completions only apply)
--.18 F(to the case speci\214ed by the option.)144 96 Q .152
-(The process of applying these completion speci\214cations when w)144
-112.8 R .153(ord completion is attempted is de-)-.1 F(scribed abo)144
-124.8 Q .3 -.15(ve u)-.15 H(nder).15 E F2(Pr)2.5 E
-(ogrammable Completion)-.18 E F1(.)A .556
-(Other options, if speci\214ed, ha)144 141.6 R .856 -.15(ve t)-.2 H .555
-(he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555
-(guments to the)-.18 F F2<ad47>3.055 E F1(,)A F2<ad57>3.055 E F1 3.055
-(,a)C(nd)-3.055 E F2<ad58>3.055 E F1 .722(options \(and, if necessary)
-144 153.6 R 3.222(,t)-.65 G(he)-3.222 E F2<ad50>3.222 E F1(and)3.222 E
-F2<ad53>3.222 E F1 .723
-(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E
-(sion before the)144 165.6 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
-(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2<ad6f>144 182.4 Q
-F0(comp-option)2.5 E F1(The)184 194.4 Q F0(comp-option)2.791 E F1 .291
-(controls se)2.791 F -.15(ve)-.25 G .291(ral aspects of the compspec')
-.15 F 2.791(sb)-.55 G(eha)-2.791 E .291(vior be)-.2 F .291
-(yond the simple)-.15 F(generation of completions.)184 206.4 Q F0
-(comp-option)5 E F1(may be one of:)2.5 E F2(bashdefault)184 218.4 Q F1
-.281(Perform the rest of the def)224 230.4 R(ault)-.1 E F2(bash)2.781 E
-F1 .281(completions if the compspec generates no)2.781 F(matches.)224
-242.4 Q F2(default)184 254.4 Q F1 2.876(Use readline')224 254.4 R 5.376
-(sd)-.55 G(ef)-5.376 E 2.875
-(ault \214lename completion if the compspec generates no)-.1 F(matches.)
-224 266.4 Q F2(dir)184 278.4 Q(names)-.15 E F1(Perform directory name c\
-ompletion if the compspec generates no matches.)224 290.4 Q F2
-(\214lenames)184 302.4 Q F1 -.7(Te)224 314.4 S .137(ll readline that th\
-e compspec generates \214lenames, so it can perform an).7 F 2.637<798c>
--.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 326.4 R
-2.634(ea)-.1 G .134(dding a slash to directory names, quoting spe-)
--2.634 F .45(cial characters, or suppressing trailing spaces\).)224
-338.4 R .45(Intended to be used with shell)5.45 F(functions.)224 350.4 Q
-F2(fullquote)184 362.4 Q F1 -.7(Te)224 374.4 S
-(ll readline to quote all the completed w).7 E(ords e)-.1 E -.15(ve)-.25
-G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
-(re not \214lenames.)-2.5 E F2(noquote)184 386.4 Q F1 -.7(Te)224 386.4 S
-.814(ll readline not to quote the completed w).7 F .814(ords if the)-.1
-F 3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F
-(\214lenames is the def)224 398.4 Q(ault\).)-.1 E F2(nosort)184 410.4 Q
-F1 -.7(Te)224 410.4 S(ll readline not to sort the list of possible comp\
-letions alphabetically).7 E(.)-.65 E F2(nospace)184 422.4 Q F1 -.7(Te)
-224 422.4 S .22(ll readline not to append a space \(the def).7 F .22
-(ault\) to w)-.1 F .22(ords completed at the end)-.1 F(of the line.)224
-434.4 Q F2(plusdirs)184 446.4 Q F1 1.985(After an)224 446.4 R 4.485(ym)
--.15 G 1.985
-(atches de\214ned by the compspec are generated, directory name)-4.485 F
-.583(completion is attempted and an)224 458.4 R 3.084(ym)-.15 G .584
-(atches are added to the results of the other)-3.084 F(actions.)224
-470.4 Q F2<ad41>144 482.4 Q F0(action)2.5 E F1(The)184 494.4 Q F0
-(action)2.5 E F1(may be one of the follo)2.5 E
-(wing to generate a list of possible completions:)-.25 E F2(alias)184
-506.4 Q F1(Alias names.)224 506.4 Q(May also be speci\214ed as)5 E F2
-<ad61>2.5 E F1(.)A F2(arrayv)184 518.4 Q(ar)-.1 E F1(Array v)224 530.4 Q
-(ariable names.)-.25 E F2(binding)184 542.4 Q(Readline)224 542.4 Q F1
--.1(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 554.4 S
-(iltin).2 E F1(Names of shell b)224 554.4 Q(uiltin commands.)-.2 E
-(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A F2(command)184
-566.4 Q F1(Command names.)224 578.4 Q(May also be speci\214ed as)5 E F2
-<ad63>2.5 E F1(.)A F2(dir)184 590.4 Q(ectory)-.18 E F1(Directory names.)
-224 602.4 Q(May also be speci\214ed as)5 E F2<ad64>2.5 E F1(.)A F2
-(disabled)184 614.4 Q F1(Names of disabled shell b)224 626.4 Q(uiltins.)
--.2 E F2(enabled)184 638.4 Q F1(Names of enabled shell b)224 638.4 Q
-(uiltins.)-.2 E F2(export)184 650.4 Q F1(Names of e)224 650.4 Q
-(xported shell v)-.15 E 2.5(ariables. May)-.25 F(also be speci\214ed as)
-2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184 662.4 Q F1(File names.)224
-662.4 Q(May also be speci\214ed as)5 E F2<ad66>2.5 E F1(.)A F2(function)
-184 674.4 Q F1(Names of shell functions.)224 686.4 Q F2(gr)184 698.4 Q
-(oup)-.18 E F1(Group names.)224 698.4 Q(May also be speci\214ed as)5 E
-F2<ad67>2.5 E F1(.)A(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(64)
-193.45 E 0 Cg EP
-%%Page: 65 65
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(helptopic)184 84 Q F1
-(Help topics as accepted by the)224 96 Q F2(help)2.5 E F1 -.2(bu)2.5 G
-(iltin.).2 E F2(hostname)184 108 Q F1(Hostnames, as tak)224 120 Q
-(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 132 Q F1
-(Job names, if job control is acti)224 132 Q -.15(ve)-.25 G 5(.M).15 G
-(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 144 S
-(yw).1 E(ord)-.1 E F1(Shell reserv)224 156 Q(ed w)-.15 E 2.5(ords. May)
--.1 F(also be speci\214ed as)2.5 E F2<ad6b>2.5 E F1(.)A F2(running)184
-168 Q F1(Names of running jobs, if job control is acti)224 168 Q -.15
-(ve)-.25 G(.).15 E F2(ser)184 180 Q(vice)-.1 E F1(Service names.)224 180
-Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A F2(setopt)184 192
-Q F1 -1.11(Va)224 192 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5
-E F1(option to the)2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2
-(shopt)184 204 Q F1(Shell option names as accepted by the)224 204 Q F2
-(shopt)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 216 Q F1
-(Signal names.)224 216 Q F2(stopped)184 228 Q F1
-(Names of stopped jobs, if job control is acti)224 228 Q -.15(ve)-.25 G
-(.).15 E F2(user)184 240 Q F1(User names.)224 240 Q
-(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 252 S
-(riable).1 E F1(Names of all shell v)224 252 Q 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 264 Q F0
-(command)2.5 E(command)184 276 Q F1 1.056(is e)3.556 F -.15(xe)-.15 G
-1.056(cuted in a subshell en).15 F 1.056
-(vironment, and its output is used as the possible)-.4 F 2.5
-(completions. Ar)184 288 R(guments are passed as with the)-.18 E F2
-<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 300 Q F0(function)2.5 E F1 .113
-(The shell function)184 312 R F0(function)2.614 E F1 .114(is e)2.614 F
--.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614
-(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 324 R
--.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F2
-($1)A F1 3.316(\)i)C 3.316(st)-3.316 G .816
-(he name of the command whose ar)-3.316 F(guments)-.18 E 1.407
-(are being completed, the second ar)184 336 R 1.407(gument \()-.18 F F2
-($2)A F1 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407
-(ord being completed, and the)-.1 F .104(third ar)184 348 R .104
-(gument \()-.18 F F2($3)A F1 2.604(\)i)C 2.604(st)-2.604 G .104(he w)
--2.604 F .104(ord preceding the w)-.1 F .103
-(ord being completed on the current com-)-.1 F .101(mand line.)184 360 R
-.101(When it \214nishes, the possible completions are retrie)5.101 F
--.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the)
--.25 F F3(COMPREPL)184 372 Q(Y)-.828 E F1(array v)2.25 E(ariable.)-.25 E
-F2<ad47>144 384 Q F0(globpat)2.5 E F1 1.008(The pathname e)184 396 R
-1.008(xpansion pattern)-.15 F F0(globpat)3.507 E F1 1.007(is e)3.507 F
-1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 408 Q
-F2<ad50>144 420 Q F0(pr)2.5 E(e\214x)-.37 E(pr)184 432 Q(e\214x)-.37 E
-F1 .534(is added at the be)3.034 F .534
-(ginning of each possible completion after all other options ha)-.15 F
--.15(ve)-.2 G(been applied.)184 444 Q F2<ad53>144 456 Q F0(suf)2.5 E
-<8c78>-.18 E(suf)184 456 Q<8c78>-.18 E F1
-(is appended to each possible completion after all other options ha)2.5
-E .3 -.15(ve b)-.2 H(een applied.).15 E F2<ad57>144 468 Q F0(wor)2.5 E
-(dlist)-.37 E F1(The)184 480 Q F0(wor)3.64 E(dlist)-.37 E F1 1.14
-(is split using the characters in the)3.64 F F3(IFS)3.64 E F1 1.139
-(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98
-(each resultant w)184 492 R .98(ord is e)-.1 F 3.481(xpanded. Shell)-.15
-F .981(quoting is honored within)3.481 F F0(wor)3.481 E(dlist)-.37 E F1
-3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 504 Q .766
-(vide a mechanism for the w)-.15 F .765
-(ords to contain shell metacharacters or characters in the)-.1 F -.25
-(va)184 516 S 1.964(lue of).25 F F3(IFS)4.464 E/F4 9/Times-Roman@0 SF(.)
-A F1 1.964
-(The possible completions are the members of the resultant list which)
-6.464 F(match the w)184 528 Q(ord being completed.)-.1 E F2<ad58>144 540
-Q F0(\214lterpat)2.5 E(\214lterpat)184 552 Q F1 .456
-(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F
-.455(is applied to the list of possible)2.956 F 1.596
-(completions generated by the preceding options and ar)184 564 R 1.596
-(guments, and each completion)-.18 F(matching)184 576 Q F0(\214lterpat)
-3.205 E F1 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704
-(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F2(!)3.204 E F1
-(in)3.204 E F0(\214lterpat)3.204 E F1(ne)3.204 E -.05(ga)-.15 G .704
-(tes the pattern;).05 F(in this case, an)184 588 Q 2.5(yc)-.15 G
-(ompletion not matching)-2.5 E F0(\214lterpat)2.5 E F1(is remo)2.5 E
--.15(ve)-.15 G(d.).15 E .46(The return v)144 604.8 R .46
-(alue is true unless an in)-.25 F -.25(va)-.4 G .461
-(lid option is supplied, an option other than).25 F F2<ad70>2.961 E F1
-(,)A F2<ad72>2.961 E F1(,)A F2<ad44>2.961 E F1(,)A F2<ad45>2.961 E F1(,)
-A(or)144 616.8 Q F2<ad49>2.986 E F1 .486(is supplied without a)2.986 F
-F0(name)2.986 E F1(ar)2.986 E .486(gument, an attempt is made to remo)
--.18 F .785 -.15(ve a c)-.15 H .485(ompletion speci\214ca-).15 F .163
-(tion for a)144 628.8 R F0(name)2.663 E F1 .164
-(for which no speci\214cation e)2.663 F .164
-(xists, or an error occurs adding a completion speci\214ca-)-.15 F
-(tion.)144 640.8 Q F2(compopt)108 657.6 Q F1([)2.5 E F2<ad6f>A F0
-(option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5(][)C F2(+o)-2.5 E F0
-(option)2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A .447
-(Modify completion options for each)144 669.6 R F0(name)2.947 E F1 .447
-(according to the)2.947 F F0(option)2.947 E F1 .447
-(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725
-(completion if no)144 681.6 R F0(name)3.225 E F1 3.225(sa)C .725
-(re supplied.)-3.225 F .725(If no)5.725 F F0(option)3.225 E F1 3.225(sa)
-C .725(re gi)-3.225 F -.15(ve)-.25 G .726
-(n, display the completion options for).15 F(each)144 693.6 Q F0(name)
-3.224 E F1 .724(or the current completion.)3.224 F .724(The possible v)
-5.724 F .724(alues of)-.25 F F0(option)3.224 E F1 .724(are those v)3.224
-F .723(alid for the)-.25 F F2(com-)3.223 E(plete)144 705.6 Q F1 -.2(bu)
-2.677 G .177(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he)
--5.178 E F2<ad44>2.678 E F1 .178
-(option indicates that other supplied options should apply to)2.678 F
-1.456(the \231def)144 717.6 R 1.455(ault\232 command completion; that i\
-s, completion attempted on a command for which no)-.1 F 2.038
-(completion has pre)144 729.6 R 2.038(viously been de\214ned.)-.25 F
-(The)7.038 E F2<ad45>4.538 E F1 2.039
-(option indicates that other supplied options)4.538 F(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(65)193.45 E 0 Cg EP
-%%Page: 66 66
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .172(should apply to \231empty\232 command complet\
-ion; that is, completion attempted on a blank line.)144 84 R(The)5.172 E
-/F2 10/Times-Bold@0 SF<ad49>144 96 Q F1 1.014(option indicates that oth\
-er supplied options should apply to completion on the initial non-as-)
-3.513 F .282(signment w)144 108 R .281
-(ord on the line, or after a command delimiter such as)-.1 F F2(;)2.781
-E F1(or)2.781 E F2(|)2.781 E F1 2.781(,w)C .281(hich is usually command)
--2.781 F(name completion.)144 120 Q .431(The return v)144 136.8 R .431
-(alue is true unless an in)-.25 F -.25(va)-.4 G .431
-(lid option is supplied, an attempt is made to modify the op-).25 F
-(tions for a)144 148.8 Q F0(name)2.5 E F1
-(for which no completion speci\214cation e)2.5 E
-(xists, or an output error occurs.)-.15 E F2(continue)108 165.6 Q F1([)
-2.5 E F0(n)A F1(])A .851(Resume the ne)144 177.6 R .851
-(xt iteration of the enclosing)-.15 F F2 -.25(fo)3.351 G(r).25 E F1(,)A
-F2(while)3.351 E F1(,)A F2(until)3.351 E F1 3.351(,o)C(r)-3.351 E F2
-(select)3.35 E F1 3.35(loop. If)3.35 F F0(n)3.71 E F1 .85
-(is speci\214ed, re-)3.59 F .203(sume at the)144 189.6 R F0(n)2.703 E F1
-.203(th enclosing loop.)B F0(n)5.563 E F1 .203(must be)2.943 F/F3 10
-/Symbol SF<b3>2.703 E F1 2.704(1. If)2.703 F F0(n)3.064 E F1 .204
-(is greater than the number of enclosing loops,)2.944 F .737
-(the shell resumes the last enclosing loop \(the \231top-le)144 201.6 R
--.15(ve)-.25 G .737(l\232 loop\).).15 F .737(The return v)5.737 F .737
-(alue is 0 unless)-.25 F F0(n)3.237 E F1(is)3.237 E
-(not greater than or equal to 1.)144 213.6 Q F2(declar)108 230.4 Q(e)
--.18 E F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E F1
-2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G
-(])-1.666 E F2(typeset)108 242.4 Q F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1
-2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1
-2.5(].)C 1.666(..)-.834 G(])-1.666 E 1.264(Declare v)144 254.4 R 1.264
-(ariables and/or gi)-.25 F 1.564 -.15(ve t)-.25 H 1.264(hem attrib).15 F
-3.765(utes. If)-.2 F(no)3.765 E F0(name)3.765 E F1 3.765(sa)C 1.265
-(re gi)-3.765 F -.15(ve)-.25 G 3.765(nt).15 G 1.265(hen display the v)
--3.765 F 1.265(alues of)-.25 F -.25(va)144 266.4 S 3.46(riables. The).25
-F F2<ad70>3.46 E F1 .96(option will display the attrib)3.46 F .96
-(utes and v)-.2 F .96(alues of each)-.25 F F0(name)3.82 E F1 5.96(.W).18
-G(hen)-5.96 E F2<ad70>3.46 E F1 .96(is used)3.46 F(with)144 278.4 Q F0
-(name)2.774 E F1(ar)2.774 E .274
-(guments, additional options, other than)-.18 F F2<ad66>2.775 E F1(and)
-2.775 E F2<ad46>2.775 E F1 2.775(,a)C .275(re ignored.)-2.775 F(When)
-5.275 E F2<ad70>2.775 E F1 .275(is supplied)2.775 F(without)144 290.4 Q
-F0(name)2.864 E F1(ar)2.864 E .364(guments, it will display the attrib)
--.18 F .363(utes and v)-.2 F .363(alues of all v)-.25 F .363
-(ariables ha)-.25 F .363(ving the attrib-)-.2 F .118
-(utes speci\214ed by the additional options.)144 302.4 R .118
-(If no other options are supplied with)5.118 F F2<ad70>2.618 E F1(,)A F2
-(declar)2.618 E(e)-.18 E F1 .119(will dis-)2.619 F .47(play the attrib)
-144 314.4 R .47(utes and v)-.2 F .47(alues of all shell v)-.25 F 2.969
-(ariables. The)-.25 F F2<ad66>2.969 E F1 .469
-(option will restrict the display to shell)2.969 F 3.117(functions. The)
-144 326.4 R F2<ad46>3.117 E F1 .617(option inhibits the display of func\
-tion de\214nitions; only the function name and)3.117 F(attrib)144 338.4
-Q 1.059(utes are printed.)-.2 F 1.059(If the)6.059 F F2(extdeb)3.559 E
-(ug)-.2 E F1 1.059(shell option is enabled using)3.559 F F2(shopt)3.558
-E F1 3.558(,t)C 1.058(he source \214le name)-3.558 F 1.281
-(and line number where each)144 350.4 R F0(name)3.781 E F1 1.281
-(is de\214ned are displayed as well.)3.781 F(The)6.281 E F2<ad46>3.782 E
-F1 1.282(option implies)3.782 F F2<ad66>3.782 E F1(.)A(The)144 362.4 Q
-F2<ad67>2.735 E F1 .235(option forces v)2.735 F .235
-(ariables to be created or modi\214ed at the global scope, e)-.25 F -.15
-(ve)-.25 G 2.734(nw).15 G(hen)-2.734 E F2(declar)2.734 E(e)-.18 E F1(is)
-2.734 E -.15(exe)144 374.4 S .527(cuted in a shell function.).15 F .528
-(It is ignored in all other cases.)5.527 F(The)5.528 E F2<ad49>3.028 E
-F1 .528(option causes local v)3.028 F(ariables)-.25 E .871
-(to inherit the attrib)144 386.4 R .871(utes \(e)-.2 F .871(xcept the)
--.15 F F0(namer)3.371 E(ef)-.37 E F1(attrib)3.371 E .871(ute\) and v)-.2
-F .871(alue of an)-.25 F 3.37(ye)-.15 G .87(xisting v)-3.52 F .87
-(ariable with the)-.25 F(same)144 398.4 Q F0(name)3.457 E F1 .957
-(at a surrounding scope.)3.457 F .957(If there is no e)5.957 F .958
-(xisting v)-.15 F .958(ariable, the local v)-.25 F .958
-(ariable is initially)-.25 F 2.746(unset. The)144 410.4 R(follo)2.746 E
-.245(wing options can be used to restrict output to v)-.25 F .245
-(ariables with the speci\214ed attrib)-.25 F(ute)-.2 E(or to gi)144
-422.4 Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>
-144 434.4 Q F1(Each)180 434.4 Q F0(name)2.5 E F1(is an inde)2.5 E -.15
-(xe)-.15 G 2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5
-E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2<ad41>144 446.4 Q F1(Each)180
-446.4 Q F0(name)2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H
-(rray v).15 E(ariable \(see)-.25 E F2(Arrays)2.5 E F1(abo)2.5 E -.15(ve)
--.15 G(\).).15 E F2<ad66>144 458.4 Q F1(Use function names only)180
-458.4 Q(.)-.65 E F2<ad69>144 470.4 Q F1 .557(The v)180 470.4 R .558
-(ariable is treated as an inte)-.25 F .558(ger; arithmetic e)-.15 F -.25
-(va)-.25 G .558(luation \(see).25 F/F4 9/Times-Bold@0 SF .558
-(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 482.4 Q F1(abo)
-2.25 E -.15(ve)-.15 G 2.5(\)i).15 G 2.5(sp)-2.5 G(erformed when the v)
--2.5 E(ariable is assigned a v)-.25 E(alue.)-.25 E F2<ad6c>144 494.4 Q
-F1 .91(When the v)180 494.4 R .909(ariable is assigned a v)-.25 F .909
-(alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4
-G .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 506.4 R
-(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad6e>144 518.4
-Q F1(Gi)180 518.4 Q 1.619 -.15(ve e)-.25 H(ach).15 E F0(name)3.819 E F1
-(the)3.819 E F0(namer)3.819 E(ef)-.37 E F1(attrib)3.819 E 1.319
-(ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .478
-(That other v)180 530.4 R .478(ariable is de\214ned by the v)-.25 F .478
-(alue of)-.25 F F0(name)2.978 E F1 5.478(.A)C .478
-(ll references, assignments, and at-)-5.478 F(trib)180 542.4 Q .781
-(ute modi\214cations to)-.2 F F0(name)3.281 E F1 3.281(,e)C .782
-(xcept those using or changing the)-3.431 F F2<ad6e>3.282 E F1(attrib)
-3.282 E .782(ute itself, are)-.2 F .809(performed on the v)180 554.4 R
-.809(ariable referenced by)-.25 F F0(name)3.308 E F1 1.908 -.55('s v)D
-3.308(alue. The).3 F .808(nameref attrib)3.308 F .808(ute cannot be)-.2
-F(applied to array v)180 566.4 Q(ariables.)-.25 E F2<ad72>144 578.4 Q F1
-(Mak)180 578.4 Q(e)-.1 E F0(name)3.654 E F1 3.654(sr)C(eadonly)-3.654 E
-6.154(.T)-.65 G 1.154(hese names cannot then be assigned v)-6.154 F
-1.155(alues by subsequent as-)-.25 F(signment statements or unset.)180
-590.4 Q F2<ad74>144 602.4 Q F1(Gi)180 602.4 Q .73 -.15(ve e)-.25 H(ach)
-.15 E F0(name)2.93 E F1(the)2.929 E F0(tr)2.929 E(ace)-.15 E F1(attrib)
-2.929 E 2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2
-(DEB)2.929 E(UG)-.1 E F1(and)2.929 E F2(RETURN)2.929 E F1
-(traps from the calling shell.)180 614.4 Q(The trace attrib)5 E
-(ute has no special meaning for v)-.2 E(ariables.)-.25 E F2<ad75>144
-626.4 Q F1 .909(When the v)180 626.4 R .909(ariable is assigned a v)-.25
-F .909(alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2
-F -.15(ve)-.4 G .91(rted to upper).15 F(-)-.2 E 2.5(case. The)180 638.4
-R(lo)2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad78>
-144 650.4 Q F1(Mark)180 650.4 Q F0(name)2.5 E F1 2.5(sf)C(or e)-2.5 E
-(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E .79
-(Using \231+\232 instead of \231\255\232 turns of)144 667.2 R 3.29(ft)
--.25 G .789(he attrib)-3.29 F .789(ute instead, with the e)-.2 F .789
-(xceptions that)-.15 F F2(+a)3.289 E F1(and)3.289 E F2(+A)3.289 E F1
-(may)3.289 E .088(not be used to destro)144 679.2 R 2.588(ya)-.1 G .088
-(rray v)-2.588 F .088(ariables and)-.25 F F2(+r)2.588 E F1 .088
-(will not remo)2.588 F .388 -.15(ve t)-.15 H .088(he readonly attrib).15
-F 2.589(ute. When)-.2 F .089(used in)2.589 F 3.045(af)144 691.2 S
-(unction,)-3.045 E F2(declar)3.045 E(e)-.18 E F1(and)3.045 E F2(typeset)
-3.045 E F1(mak)3.045 E 3.045(ee)-.1 G(ach)-3.045 E F0(name)3.044 E F1
-.544(local, as with the)3.044 F F2(local)3.044 E F1 .544
-(command, unless the)3.044 F F2<ad67>3.044 E F1 1.205
-(option is supplied.)144 703.2 R 1.205(If a v)6.205 F 1.205
-(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F0(value)A F1 3.705
-(,t)C 1.205(he v)-3.705 F 1.205(alue of the v)-.25 F 1.205
-(ariable is set to)-.25 F F0(value)144 715.2 Q F1 5.218(.W)C .218
-(hen using)-5.218 F F2<ad61>2.718 E F1(or)2.718 E F2<ad41>2.718 E F1
-.217(and the compound assignment syntax to create array v)2.717 F .217
-(ariables, addi-)-.25 F .882(tional attrib)144 727.2 R .882
-(utes do not tak)-.2 F 3.382(ee)-.1 G -.25(ff)-3.382 G .882
-(ect until subsequent assignments.).25 F .882(The return v)5.882 F .882
-(alue is 0 unless an)-.25 F(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(66)193.45 E 0 Cg EP
-%%Page: 67 67
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(in)144 84 Q -.25(va)-.4 G .704(lid option is encou\
-ntered, an attempt is made to de\214ne a function using \231\255f foo=b\
-ar\232.).25 F .703(an at-)5.703 F .548(tempt is made to assign a v)144
-96 R .548(alue to a readonly v)-.25 F .549
-(ariable, an attempt is made to assign a v)-.25 F .549(alue to an)-.25 F
-1.749(array v)144 108 R 1.749
-(ariable without using the compound assignment syntax \(see)-.25 F/F2 10
-/Times-Bold@0 SF(Arrays)4.248 E F1(abo)4.248 E -.15(ve)-.15 G 1.748
-(\), one of the).15 F F0(names)144 120 Q F1 .359(is not a v)2.858 F .359
-(alid shell v)-.25 F .359(ariable name, an attempt is made to turn of)
--.25 F 2.859(fr)-.25 G .359(eadonly status for a read-)-2.859 F 1.213
-(only v)144 132 R 1.213(ariable, an attempt is made to turn of)-.25 F
-3.713(fa)-.25 G 1.213(rray status for an array v)-3.713 F 1.212
-(ariable, or an attempt is)-.25 F(made to display a non-e)144 144 Q
-(xistent function with)-.15 E F2<ad66>2.5 E F1(.)A F2
-(dirs [\255clpv] [+)108 160.8 Q F0(n)A F2 2.5(][)C<ad>-2.5 E F0(n)A F2
-(])A F1 -.4(Wi)144 172.8 S .328
-(thout options, displays the list of currently remembered directories.)
-.4 F .329(The def)5.329 F .329(ault display is on a)-.1 F 1.238
-(single line with directory names separated by spaces.)144 184.8 R 1.238
-(Directories are added to the list with the)6.238 F F2(pushd)144 196.8 Q
-F1 .927(command; the)3.427 F F2(popd)3.428 E F1 .928(command remo)3.428
-F -.15(ve)-.15 G 3.428(se).15 G .928(ntries from the list.)-3.428 F .928
-(The current directory is al-)5.928 F -.1(wa)144 208.8 S
-(ys the \214rst directory in the stack.).1 E F2<ad63>144 220.8 Q F1
-(Clears the directory stack by deleting all of the entries.)180 220.8 Q
-F2<ad6c>144 232.8 Q F1 .882
-(Produces a listing using full pathnames; the def)180 232.8 R .881
-(ault listing format uses a tilde to denote)-.1 F(the home directory)180
-244.8 Q(.)-.65 E F2<ad70>144 256.8 Q F1
-(Print the directory stack with one entry per line.)180 256.8 Q F2<ad76>
-144 268.8 Q F1 .272(Print the directory stack with one entry per line, \
-pre\214xing each entry with its inde)180 268.8 R 2.773(xi)-.15 G 2.773
-(nt)-2.773 G(he)-2.773 E(stack.)180 280.8 Q F2(+)144 292.8 Q F0(n)A F1
-1.565(Displays the)180 292.8 R F0(n)4.065 E F1 1.565
-(th entry counting from the left of the list sho)B 1.564(wn by)-.25 F F2
-(dirs)4.064 E F1 1.564(when in)4.064 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 304.8 Q F2<ad>144 316.8 Q F0
-(n)A F1 1.194(Displays the)180 316.8 R F0(n)3.694 E F1 1.194
-(th entry counting from the right of the list sho)B 1.194(wn by)-.25 F
-F2(dirs)3.694 E F1 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 328.8 Q .258(The return v)144
-345.6 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
-(lid option is supplied or).25 F F0(n)2.758 E F1(inde)2.758 E -.15(xe)
--.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-)
-.15 F(tory stack.)144 357.6 Q F2(diso)108 374.4 Q(wn)-.1 E F1([)2.5 E F2
-(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(jobspec)-2.5 E F1
--3.332 1.666(... |)2.5 H F0(pid).834 E F1 -3.332 1.666(... ])2.5 H -.4
-(Wi)144 386.4 S .121(thout options, remo).4 F .422 -.15(ve e)-.15 H(ach)
-.15 E F0(jobspec)4.362 E F1 .122(from the table of acti)2.932 F .422
--.15(ve j)-.25 H 2.622(obs. If).15 F F0(jobspec)4.362 E F1 .122
-(is not present, and)2.932 F .096(neither the)144 398.4 R F2<ad61>2.596
-E F1 .096(nor the)2.596 F F2<ad72>2.596 E F1 .096
-(option is supplied, the)2.596 F F0(curr)2.596 E .096(ent job)-.37 F F1
-.096(is used.)2.596 F .096(If the)5.096 F F2<ad68>2.596 E F1 .096
-(option is gi)2.596 F -.15(ve)-.25 G .096(n, each).15 F F0(jobspec)
-145.74 410.4 Q F1 .585(is not remo)3.395 F -.15(ve)-.15 G 3.085(df).15 G
-.585(rom the table, b)-3.085 F .585(ut is mark)-.2 F .585(ed so that)-.1
-F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F1 .586
-(is not sent to the job if the)2.835 F .962(shell recei)144 422.4 R -.15
-(ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F1 .962
-(If no)5.462 F F0(jobspec)5.202 E F1 .962(is supplied, the)3.772 F F2
-<ad61>3.462 E F1 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15
-H 3.462(rm).15 G .962(ark all)-3.462 F 1.358(jobs; the)144 434.4 R F2
-<ad72>3.858 E F1 1.358(option without a)3.858 F F0(jobspec)5.598 E F1
-(ar)4.169 E 1.359(gument restricts operation to running jobs.)-.18 F
-1.359(The return)6.359 F -.25(va)144 446.4 S(lue is 0 unless a).25 E F0
-(jobspec)4.24 E F1(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E
-F2(echo)108 463.2 Q F1([)2.5 E F2(\255neE)A F1 2.5(][)C F0(ar)-2.5 E(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E .425(Output the)144 475.2 R F0(ar)
-2.925 E(g)-.37 E F1 .424(s, separated by spaces, follo)B .424
-(wed by a ne)-.25 F 2.924(wline. The)-.25 F .424
-(return status is 0 unless a write)2.924 F .307(error occurs.)144 487.2
-R(If)5.307 E F2<ad6e>2.807 E F1 .307(is speci\214ed, the trailing ne)
-2.807 F .308(wline is suppressed.)-.25 F .308(If the)5.308 F F2<ad65>
-2.808 E F1 .308(option is gi)2.808 F -.15(ve)-.25 G .308(n, inter).15 F
-(-)-.2 E .198(pretation of the follo)144 499.2 R .198
-(wing backslash-escaped characters is enabled.)-.25 F(The)5.198 E F2
-<ad45>2.698 E F1 .197(option disables the in-)2.697 F .067
-(terpretation of these escape characters, e)144 511.2 R -.15(ve)-.25 G
-2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567
-(ya)-.15 G .067(re interpreted by def)-2.567 F 2.568(ault. The)-.1 F F2
-(xpg_echo)144 523.2 Q F1 .681
-(shell option may be used to dynamically determine whether or not)3.181
-F F2(echo)3.18 E F1 .68(interprets an)3.18 F(y)-.15 E .94(options and e)
-144 535.2 R .94(xpands these escape characters by def)-.15 F(ault.)-.1 E
-F2(echo)5.94 E F1 .94(does not interpret)3.44 F F2<adad>3.44 E F1 .94
-(to mean the)3.44 F(end of options.)144 547.2 Q F2(echo)5 E F1
-(interprets the follo)2.5 E(wing escape sequences:)-.25 E F2(\\a)144
-559.2 Q F1(alert \(bell\))180 559.2 Q F2(\\b)144 571.2 Q F1(backspace)
-180 571.2 Q F2(\\c)144 583.2 Q F1(suppress further output)180 583.2 Q F2
-(\\e)144 595.2 Q(\\E)144 607.2 Q F1(an escape character)180 607.2 Q F2
-(\\f)144 619.2 Q F1(form feed)180 619.2 Q F2(\\n)144 631.2 Q F1(ne)180
-631.2 Q 2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 643.2 Q F1(carriage return)
-180 643.2 Q F2(\\t)144 655.2 Q F1(horizontal tab)180 655.2 Q F2(\\v)144
-667.2 Q F1 -.15(ve)180 667.2 S(rtical tab).15 E F2(\\\\)144 679.2 Q F1
-(backslash)180 679.2 Q F2(\\0)144 691.2 Q F0(nnn)A F1
-(the eight-bit character whose v)180 691.2 Q(alue is the octal v)-.25 E
-(alue)-.25 E F0(nnn)2.5 E F1(\(zero to three octal digits\))2.5 E F2
-(\\x)144 703.2 Q F0(HH)A F1(the eight-bit character whose v)180 703.2 Q
-(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1
-(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(67)193.45 E 0 Cg EP
-%%Page: 68 68
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(\\u)144 84 Q F0(HHHH)A F1
-1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 96 R 1.506
-(alue is the he)-.25 F 1.506(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.006 E F1(\(one to four he)180 108 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 120 Q F0(HHHHHHHH)A F1 .547
-(the Unicode \(ISO/IEC 10646\) character whose v)180 132 R .547
-(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.048 E(HHH)180 144 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(enable)108 160.8 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2
-(\255dnps)-2.5 E F1 2.5(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .278
-(Enable and disable b)144 172.8 R .278(uiltin shell commands.)-.2 F .278
-(Disabling a b)5.278 F .278(uiltin allo)-.2 F .278
-(ws a disk command which has)-.25 F .833(the same name as a shell b)144
-184.8 R .834(uiltin to be e)-.2 F -.15(xe)-.15 G .834
-(cuted without specifying a full pathname, e).15 F -.15(ve)-.25 G 3.334
-(nt).15 G(hough)-3.334 E .99(the shell normally searches for b)144 196.8
-R .989(uiltins before disk commands.)-.2 F(If)5.989 E F2<ad6e>3.489 E F1
-.989(is used, each)3.489 F F0(name)3.489 E F1 .989(is dis-)3.489 F .648
-(abled; otherwise,)144 208.8 R F0(names)3.148 E F1 .648(are enabled.)
-3.148 F -.15(Fo)5.648 G 3.148(re).15 G .648(xample, to use the)-3.298 F
-F2(test)3.148 E F1 .648(binary found via the)3.148 F/F3 9/Times-Bold@0
-SF -.666(PA)3.148 G(TH)-.189 E F1(in-)2.899 E .013(stead of the shell b)
-144 220.8 R .012(uiltin v)-.2 F .012
-(ersion, run \231enable \255n test\232.)-.15 F(The)5.012 E F2<ad66>2.512
-E F1 .012(option means to load the ne)2.512 F 2.512(wb)-.25 G(uiltin)
--2.712 E(command)144 232.8 Q F0(name)2.907 E F1 .047(from shared object)
-2.727 F F0(\214lename)4.458 E F1 2.548(,o).18 G 2.548(ns)-2.548 G .048
-(ystems that support dynamic loading.)-2.548 F F2(Bash)5.048 E F1(will)
-2.548 E .311(use the v)144 244.8 R .311(alue of the)-.25 F F2 -.3(BA)
-2.811 G(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1
--.25(va)2.811 G .311(riable as a colon-separated list of directories).25
-F .264(in which to search for)144 256.8 R F0(\214lename)2.764 E F1 2.764
-(,i)C(f)-2.764 E F0(\214lename)2.764 E F1 .264
-(does not contain a slash.)2.764 F .265(The def)5.265 F .265
-(ault is system-depen-)-.1 F .83(dent, and may include \231.\232 to for\
-ce a search of the current directory)144 268.8 R 5.829(.T)-.65 G(he)
--5.829 E F2<ad64>3.329 E F1 .829(option will delete a)3.329 F -.2(bu)144
-280.8 S .251(iltin pre).2 F .251(viously loaded with)-.25 F F2<ad66>
-2.751 E F1 5.251(.I)C 2.751(fn)-5.251 G(o)-2.751 E F0(name)2.751 E F1
-(ar)2.751 E .251(guments are gi)-.18 F -.15(ve)-.25 G .251(n, or if the)
-.15 F F2<ad70>2.751 E F1 .252(option is supplied,)2.752 F 3.357(al)144
-292.8 S .857(ist of shell b)-3.357 F .857(uiltins is printed.)-.2 F -.4
-(Wi)5.857 G .856(th no other option ar).4 F .856
-(guments, the list consists of all enabled)-.18 F 1.874(shell b)144
-304.8 R 4.374(uiltins. If)-.2 F F2<ad6e>4.374 E F1 1.874
-(is supplied, only disabled b)4.374 F 1.874(uiltins are printed.)-.2 F
-(If)6.875 E F2<ad61>4.375 E F1 1.875(is supplied, the list)4.375 F .016
-(printed includes all b)144 316.8 R .015
-(uiltins, with an indication of whether or not each is enabled.)-.2 F
-(If)5.015 E F2<ad73>2.515 E F1 .015(is supplied,)2.515 F .284
-(the output is restricted to the POSIX)144 328.8 R F0(special)2.784 E F1
--.2(bu)2.784 G 2.784(iltins. If).2 F .284(no options are supplied and a)
-2.784 F F0(name)2.784 E F1 .284(is not)2.784 F 2.878(as)144 340.8 S .378
-(hell b)-2.878 F(uiltin,)-.2 E F2(enable)2.878 E F1 .378
-(will attempt to load)2.878 F F0(name)2.878 E F1 .378
-(from a shared object named)2.878 F F0(name)2.878 E F1 2.877(,a)C 2.877
-(si)-2.877 G 2.877(ft)-2.877 G .377(he com-)-2.877 F .705
-(mand were \231enable \255f)144 352.8 R F0 .705(name name)3.205 F F1
-3.205(\232. The)B .705(return v)3.205 F .705(alue is 0 unless a)-.25 F
-F0(name)3.565 E F1 .706(is not a shell b)3.385 F .706(uiltin or)-.2 F
-(there is an error loading a ne)144 364.8 Q 2.5(wb)-.25 G
-(uiltin from a shared object.)-2.7 E F2 -2.3 -.15(ev a)108 381.6 T(l).15
-E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(The)144
-393.6 Q F0(ar)3.171 E(g)-.37 E F1 3.171(sa)C .671
-(re read and concatenated together into a single command.)-3.171 F .67
-(This command is then read)5.67 F .478(and e)144 405.6 R -.15(xe)-.15 G
-.478(cuted by the shell, and its e).15 F .478
-(xit status is returned as the v)-.15 F .479(alue of)-.25 F F2 -2.3 -.15
-(ev a)2.979 H(l).15 E F1 5.479(.I)C 2.979(ft)-5.479 G .479(here are no)
--2.979 F F0(ar)3.309 E(gs)-.37 E F1(,).27 E(or only null ar)144 417.6 Q
-(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1(returns 0.)2.5 E F2
-(exec)108 434.4 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0(ar)A(guments)
--.37 E F1(]])A(If)144 446.4 Q F0(command)3.006 E F1 .306
-(is speci\214ed, it replaces the shell.)3.576 F .305(No ne)5.305 F 2.805
-(wp)-.25 G .305(rocess is created.)-2.805 F(The)5.305 E F0(ar)3.135 E
-(guments)-.37 E F1(become)3.075 E .176(the ar)144 458.4 R .176
-(guments to)-.18 F F0(command)2.676 E F1 5.176(.I)C 2.676(ft)-5.176 G
-(he)-2.676 E F2<ad6c>2.676 E F1 .176
-(option is supplied, the shell places a dash at the be)2.676 F .177
-(ginning of)-.15 F .48(the zeroth ar)144 470.4 R .48(gument passed to)
--.18 F F0(command)3.18 E F1 5.48(.T).77 G .48(his is what)-5.48 F F0(lo)
-3.07 E(gin)-.1 E F1 .48(\(1\) does.).24 F(The)5.48 E F2<ad63>2.98 E F1
-.48(option causes)2.98 F F0(com-)3.18 E(mand)144 482.4 Q F1 .638
-(to be e)3.908 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138
-(vironment. If)-.4 F F2<ad61>3.138 E F1 .638
-(is supplied, the shell passes)3.138 F F0(name)3.499 E F1 .639(as the)
-3.319 F 1.078(zeroth ar)144 494.4 R 1.077(gument to the e)-.18 F -.15
-(xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F0(command)3.777 E F1
-1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a)
-.15 F(non-interacti)144 506.4 Q .876 -.15(ve s)-.25 H .576(hell e).15 F
-.576(xits, unless the)-.15 F F2(execfail)3.076 E F1 .577
-(shell option is enabled.)3.077 F .577(In that case, it returns f)5.577
-F(ail-)-.1 E 3.32(ure. An)144 518.4 R(interacti)3.32 E 1.12 -.15(ve s)
--.25 H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1
-F -.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82
-(xits uncondi-)-.15 F .287(tionally if)144 530.4 R F2(exec)2.787 E F1
--.1(fa)2.787 G 2.787(ils. If).1 F F0(command)2.987 E F1 .287
-(is not speci\214ed, an)3.557 F 2.788(yr)-.15 G .288(edirections tak)
--2.788 F 2.788(ee)-.1 G -.25(ff)-2.788 G .288(ect in the current shell,)
-.25 F(and the return status is 0.)144 542.4 Q
-(If there is a redirection error)5 E 2.5(,t)-.4 G
-(he return status is 1.)-2.5 E F2(exit)108 559.2 Q F1([)2.5 E F0(n)A F1
-(])A .096(Cause the shell to e)144 559.2 R .096(xit with a status of)
--.15 F F0(n)2.596 E F1 5.096(.I)C(f)-5.096 E F0(n)2.955 E F1 .095
-(is omitted, the e)2.835 F .095(xit status is that of the last command)
--.15 F -.15(exe)144 571.2 S 2.5(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5
-E F1(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E
-F2(export)108 588 Q F1([)2.5 E F2(\255fn)A F1 2.5(][).833 G F0(name)-2.5
-E F1([=)A F0(wor)A(d)-.37 E F1(]] .)A 1.666(..)1.666 G F2(export \255p)
-108 600 Q F1 .256(The supplied)144 612 R F0(names)3.117 E F1 .257
-(are mark)3.027 F .257(ed for automatic e)-.1 F .257(xport to the en)
--.15 F .257(vironment of subsequently e)-.4 F -.15(xe)-.15 G(cuted).15 E
-2.627(commands. If)144 624 R(the)2.627 E F2<ad66>2.627 E F1 .127
-(option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F0(names)2.987 E
-F1 .127(refer to functions.)2.897 F .127(If no)5.127 F F0(names)2.987 E
-F1 .127(are gi)2.897 F -.15(ve)-.25 G .126(n, or if the).15 F F2<ad70>
-144 636 Q F1 .048(option is supplied, a list of names of all e)2.547 F
-.048(xported v)-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F2
-<ad6e>2.548 E F1 .048(option causes the)2.548 F -.15(ex)144 648 S 1.447
-(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447
-(rom each)-3.947 F F0(name)3.947 E F1 6.447(.I)C 3.947(fav)-6.447 G
-1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F0(wor)A(d)
--.37 E F1 3.946(,t)C(he)-3.946 E -.25(va)144 660 S .741(lue of the v).25
-F .741(ariable is set to)-.25 F F0(wor)3.241 E(d)-.37 E F1(.)A F2
-(export)5.741 E F1 .742(returns an e)3.242 F .742
-(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .742(lid option is)
-.25 F .032(encountered, one of the)144 672 R F0(names)2.532 E F1 .032
-(is not a v)2.532 F .032(alid shell v)-.25 F .032(ariable name, or)-.25
-F F2<ad66>2.531 E F1 .031(is supplied with a)2.531 F F0(name)2.891 E F1
-(that)2.711 E(is not a function.)144 684 Q F2(false)108 700.8 Q F1
-(Does nothing, returns a non-zero status.)144 700.8 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(68)193.45 E 0 Cg EP
-%%Page: 69 69
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(fc)108 84 Q F1([)2.5 E F2
-<ad65>A F0(ename)2.5 E F1 2.5(][)C F2(\255lnr)-2.5 E F1 2.5(][)C F0
-<8c72>-2.5 E(st)-.1 E F1 2.5(][)C F0(last)-2.5 E F1(])A F2(fc \255s)108
-96 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1 2.5(][)C F0(cmd)
--2.5 E F1(])A .431(The \214rst form selects a range of commands from)144
-108 R F0<8c72>4.842 E(st)-.1 E F1(to)3.612 E F0(last)3.022 E F1 .432
-(from the history list and displays or)3.612 F .142(edits and re-e)144
-120 R -.15(xe)-.15 G .142(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
-.45 G(t).1 E F1(and)3.321 E F0(last)2.731 E F1 .141
-(may be speci\214ed as a string \(to locate the last command)3.321 F(be)
-144 132 Q .31(ginning with that string\) or as a number \(an inde)-.15 F
-2.811(xi)-.15 G .311(nto the history list, where a ne)-2.811 F -.05(ga)
--.15 G(ti).05 E .611 -.15(ve n)-.25 H(umber).15 E .071(is used as an of)
-144 144 R .071(fset from the current command number\).)-.25 F .071
-(When listing, a)5.071 F F0<8c72>2.571 E(st)-.1 E F1(or)2.571 E F0(last)
-2.571 E F1 .071(of 0 is equi)2.571 F -.25(va)-.25 G(-).25 E .653
-(lent to \2551 and \2550 is equi)144 156 R -.25(va)-.25 G .653
-(lent to the current command \(usually the).25 F F2(fc)3.153 E F1 .653
-(command\); otherwise 0 is)3.153 F(equi)144 168 Q -.25(va)-.25 G .242
-(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F
-F0(last)2.832 E F1 .242
-(is not speci\214ed, it is set to the current command for list-)3.422 F
-.529(ing \(so that \231fc \255l \25510\232 prints the last 10 commands\
-\) and to)144 180 R F0<8c72>4.939 E(st)-.1 E F1 3.029(otherwise. If)
-3.709 F F0<8c72>4.939 E(st)-.1 E F1 .529(is not speci-)3.709 F
-(\214ed, it is set to the pre)144 192 Q
-(vious command for editing and \25516 for listing.)-.25 E(The)144 208.8
-Q F2<ad6e>2.522 E F1 .022
-(option suppresses the command numbers when listing.)2.522 F(The)5.022 E
-F2<ad72>2.522 E F1 .022(option re)2.522 F -.15(ve)-.25 G .022
-(rses the order of).15 F .438(the commands.)144 220.8 R .438(If the)
-5.438 F F2<ad6c>2.938 E F1 .438(option is gi)2.938 F -.15(ve)-.25 G .438
-(n, the commands are listed on standard output.).15 F(Otherwise,)5.438 E
-.335(the editor gi)144 232.8 R -.15(ve)-.25 G 2.835(nb).15 G(y)-2.835 E
-F0(ename)3.025 E F1 .335(is in)3.015 F -.2(vo)-.4 G -.1(ke).2 G 2.835
-(do).1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835
-F(If)5.334 E F0(ename)3.024 E F1 .334(is not gi)3.014 F -.15(ve)-.25 G
-(n,).15 E .63(the v)144 244.8 R .63(alue of the)-.25 F/F3 9/Times-Bold@0
-SF(FCEDIT)3.13 E F1 -.25(va)2.88 G .631(riable is used, and the v).25 F
-.631(alue of)-.25 F F3(EDIT)3.131 E(OR)-.162 E F1(if)2.881 E F3(FCEDIT)
-3.131 E F1 .631(is not set.)2.881 F .631(If nei-)5.631 F .006(ther v)144
-256.8 R .006(ariable is set,)-.25 F F0(vi)4.171 E F1 .005(is used.)4.171
-F .005(When editing is complete, the edited commands are echoed and e)
-5.005 F(x-)-.15 E(ecuted.)144 268.8 Q .788(In the second form,)144 285.6
-R F0(command)3.288 E F1 .788(is re-e)3.288 F -.15(xe)-.15 G .788
-(cuted after each instance of).15 F F0(pat)3.288 E F1 .788
-(is replaced by)3.288 F F0 -.37(re)3.289 G(p).37 E F1(.)A F0(Com-)5.789
-E(mand)144 297.6 Q F1 .603(is interpreted the same as)3.103 F F0<8c72>
-3.103 E(st)-.1 E F1(abo)3.103 E -.15(ve)-.15 G 5.603(.A).15 G .602
-(useful alias to use with this is \231r="fc \255s"\232, so that)-2.5 F
-.443(typing \231r cc\232 runs the last command be)144 309.6 R .443
-(ginning with \231cc\232 and typing \231r\232 re-e)-.15 F -.15(xe)-.15 G
-.444(cutes the last com-).15 F(mand.)144 321.6 Q .142
-(If the \214rst form is used, the return v)144 338.4 R .142
-(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142
-(lid option is encountered or).25 F F0<8c72>4.552 E(st)-.1 E F1(or)3.322
-E F0(last)2.732 E F1 .454(specify history lines out of range.)144 350.4
-R .454(If the)5.454 F F2<ad65>2.954 E F1 .454
-(option is supplied, the return v)2.954 F .455(alue is the v)-.25 F .455
-(alue of the)-.25 F .788(last command e)144 362.4 R -.15(xe)-.15 G .788
-(cuted or f).15 F .787
-(ailure if an error occurs with the temporary \214le of commands.)-.1 F
-.787(If the)5.787 F 1.135
-(second form is used, the return status is that of the command re-e)144
-374.4 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F0(cmd)3.836 E F1 1.136
-(does not)4.406 F(specify a v)144 386.4 Q
-(alid history line, in which case)-.25 E F2(fc)2.5 E F1(returns f)2.5 E
-(ailure.)-.1 E F2(fg)108 403.2 Q F1([)2.5 E F0(jobspec)A F1(])A(Resume)
-144 415.2 Q F0(jobspec)5.654 E F1 1.413(in the fore)4.224 F 1.413
-(ground, and mak)-.15 F 3.913(ei)-.1 G 3.913(tt)-3.913 G 1.413
-(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F0(jobspec)5.653 E F1
-1.413(is not present, the)4.223 F(shell')144 427.2 Q 3.116(sn)-.55 G
-.616(otion of the)-3.116 F F0(curr)3.116 E .616(ent job)-.37 F F1 .617
-(is used.)3.116 F .617(The return v)5.617 F .617
-(alue is that of the command placed into the)-.25 F(fore)144 439.2 Q
-.363(ground, or f)-.15 F .363
-(ailure if run when job control is disabled or)-.1 F 2.862(,w)-.4 G .362
-(hen run with job control enabled, if)-2.862 F F0(jobspec)145.74 451.2 Q
-F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)4.24 E F1
-(speci\214es a job that w)2.81 E(as started without job control.)-.1 E
-F2(getopts)108 468 Q F0(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)-.37 E
-F1 1.666(...)2.5 G(])-1.666 E F2(getopts)144 480 Q F1 .793
-(is used by shell procedures to parse positional parameters.)3.293 F F0
-(optstring)6.023 E F1 .793(contains the option)3.513 F .15
-(characters to be recognized; if a character is follo)144 492 R .149
-(wed by a colon, the option is e)-.25 F .149(xpected to ha)-.15 F .449
--.15(ve a)-.2 H(n).15 E(ar)144 504 Q .578
-(gument, which should be separated from it by white space.)-.18 F .579
-(The colon and question mark char)5.579 F(-)-.2 E .636
-(acters may not be used as option characters.)144 516 R .636
-(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F2(getopts)
-3.136 E F1 .636(places the ne)3.136 F .635(xt op-)-.15 F .029
-(tion in the shell v)144 528 R(ariable)-.25 E F0(name)2.889 E F1 2.529
-(,i).18 G(nitializing)-2.529 E F0(name)2.889 E F1 .029(if it does not e)
-2.709 F .03(xist, and the inde)-.15 F 2.53(xo)-.15 G 2.53(ft)-2.53 G .03
-(he ne)-2.53 F .03(xt ar)-.15 F(gu-)-.18 E .066
-(ment to be processed into the v)144 540 R(ariable)-.25 E F3(OPTIND)
-2.566 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)4.566 E F1 .065
-(is initialized to 1 each time the shell or a)2.315 F .885
-(shell script is in)144 552 R -.2(vo)-.4 G -.1(ke).2 G 3.385(d. When).1
-F .885(an option requires an ar)3.385 F(gument,)-.18 E F2(getopts)3.385
-E F1 .885(places that ar)3.385 F .885(gument into)-.18 F .567(the v)144
-564 R(ariable)-.25 E F3(OPT)3.067 E(ARG)-.81 E F4(.)A F1 .566
-(The shell does not reset)5.067 F F3(OPTIND)3.066 E F1 .566
-(automatically; it must be manually reset)2.816 F .389
-(between multiple calls to)144 576 R F2(getopts)2.889 E F1 .389
-(within the same shell in)2.889 F -.2(vo)-.4 G .39(cation if a ne).2 F
-2.89(ws)-.25 G .39(et of parameters is to)-2.89 F(be used.)144 588 Q
-2.044(When the end of options is encountered,)144 604.8 R F2(getopts)
-4.543 E F1 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.043
-(alue greater than zero.)-.25 F F3(OPTIND)144 616.8 Q F1
-(is set to the inde)2.25 E 2.5(xo)-.15 G 2.5(ft)-2.5 G
-(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F0(name)2.5 E F1
-(is set to ?.)2.5 E F2(getopts)144 633.6 Q F1 .485
-(normally parses the positional parameters, b)2.985 F .485
-(ut if more ar)-.2 F .485(guments are supplied as)-.18 F F0(ar)3.315 E
-(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 645.6 Q F2(getopts)2.5 E
-F1(parses those instead.)2.5 E F2(getopts)144 662.4 Q F1 .345
-(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F
-.345(the \214rst character of)2.845 F F0(optstring)3.075 E F1 .345
-(is a colon,)3.065 F F0(silent)3.185 E F1 .345(error re-)3.525 F 1.668
-(porting is used.)144 674.4 R 1.668
-(In normal operation, diagnostic messages are printed when in)6.668 F
--.25(va)-.4 G 1.669(lid options or).25 F .394(missing option ar)144
-686.4 R .394(guments are encountered.)-.18 F .394(If the v)5.394 F
-(ariable)-.25 E F3(OPTERR)2.894 E F1 .394
-(is set to 0, no error messages)2.644 F(will be displayed, e)144 698.4 Q
--.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E
-F0(optstring)2.73 E F1(is not a colon.)2.72 E(If)144 715.2 Q F2(getopts)
-2.672 E F1 .172(detects an in)2.672 F -.25(va)-.4 G .173
-(lid option, it places ? into).25 F F0(name)3.033 E F1 .173
-(and, if not silent, prints an error message)2.853 F 1.148(and unsets)
-144 727.2 R F3(OPT)3.647 E(ARG)-.81 E F4(.)A F1(If)5.647 E F2(getopts)
-3.647 E F1 1.147(is silent, it assigns the option character found to)
-3.647 F F3(OPT)3.647 E(ARG)-.81 E F1(and)3.397 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(69)193.45 E 0 Cg EP
-%%Page: 70 70
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(does not print a diagnostic message.)144 84 Q .602
-(If a required ar)144 100.8 R .602(gument is not found, and)-.18 F/F2 10
-/Times-Bold@0 SF(getopts)3.102 E F1 .602(is not silent, it sets the v)
-3.102 F .602(alue of)-.25 F F0(name)3.102 E F1 .602(to a ques-)3.102 F
-1.056(tion mark \()144 112.8 R F2(?).833 E F1 1.056(\), unsets).833 F/F3
-9/Times-Bold@0 SF(OPT)3.556 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(,)A F1
-1.056(and prints a diagnostic message.)3.306 F(If)6.056 E F2(getopts)
-3.556 E F1 1.055(is silent, it sets the)3.556 F -.25(va)144 124.8 S
-(lue of).25 E F0(name)2.5 E F1(to a colon \()2.5 E F2(:).833 E F1 2.5
-(\)a).833 G(nd sets)-2.5 E F3(OPT)2.5 E(ARG)-.81 E F1
-(to the option character found.)2.25 E F2(getopts)144 141.6 Q F1 .902
-(returns true if an option, speci\214ed or unspeci\214ed, is found.)
-3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F
-(options is encountered or an error occurs.)144 153.6 Q F2(hash)108
-170.4 Q F1([)2.5 E F2(\255lr)A F1 2.5(][)C F2<ad70>-2.5 E F0(\214lename)
-2.5 E F1 2.5(][)C F2(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
-.858(Each time)144 182.4 R F2(hash)3.358 E F1 .858(is in)3.358 F -.2(vo)
--.4 G -.1(ke).2 G .858(d, the full pathname of the command).1 F F0(name)
-3.718 E F1 .858(is determined by searching)3.538 F .956
-(the directories in)144 194.4 R F2($P)3.456 E -.95(AT)-.74 G(H).95 E F1
-.956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956
-(viously-remembered pathname is discarded.)-.25 F .342(If the)144 206.4
-R F2<ad70>2.842 E F1 .342(option is supplied,)2.842 F F2(hash)2.842 E F1
-(uses)2.842 E F0(\214lename)4.752 E F1 .342
-(as the full \214lename of the command.)3.022 F(The)5.341 E F2<ad72>
-2.841 E F1(op-)2.841 E 1.495(tion causes the shell to for)144 218.4 R
-1.496(get all remembered locations.)-.18 F 1.496(Assigning to the)6.496
-F F2 -.74(PA)3.996 G(TH)-.21 E F1 -.25(va)3.996 G 1.496(riable also).25
-F .685(clears all hashed \214lenames.)144 230.4 R(The)5.685 E F2<ad64>
-3.185 E F1 .685(option causes the shell to for)3.185 F .684
-(get the remembered location of)-.18 F(each)144 242.4 Q F0(name)3.894 E
-F1 6.394(.I)C 3.894(ft)-6.394 G(he)-3.894 E F2<ad74>3.894 E F1 1.394
-(option is supplied, the full pathname to which each)3.894 F F0(name)
-3.895 E F1 1.395(corresponds is)3.895 F 3.314(printed. If)144 254.4 R
-(multiple)3.314 E F0(name)3.314 E F1(ar)3.314 E .814
-(guments are supplied with)-.18 F F2<ad74>3.314 E F1 3.314(,t)C(he)
--3.314 E F0(name)3.314 E F1 .814(is printed before the hashed)3.314 F
-.575(full pathname.)144 266.4 R(The)5.575 E F2<ad6c>3.075 E F1 .575(opt\
-ion causes output to be displayed in a format that may be reused as in-)
-3.075 F 3.988(put. If)144 278.4 R 1.488(no ar)3.988 F 1.488
-(guments are gi)-.18 F -.15(ve)-.25 G 1.488(n, or if only).15 F F2<ad6c>
-3.988 E F1 1.488(is supplied, information about remembered com-)3.988 F
-.012(mands is printed.)144 290.4 R(The)5.012 E F2<ad74>2.512 E F1(,)A F2
-<ad64>2.513 E F1 2.513(,a)C(nd)-2.513 E F2<ad70>2.513 E F1 .013
-(options \(the options that act on the)2.513 F F0(name)2.513 E F1(ar)
-2.513 E .013(guments\) are mu-)-.18 F .208(tually e)144 302.4 R(xclusi)
--.15 E -.15(ve)-.25 G 5.207(.O).15 G .207(nly one will be acti)-5.207 F
--.15(ve)-.25 G 5.207(.I).15 G 2.707(fm)-5.207 G .207
-(ore than one is supplied,)-2.707 F F2<ad74>2.707 E F1 .207
-(has higher priority than)2.707 F F2<ad70>144 314.4 Q F1 2.608(,a)C .108
-(nd both are higher priority than)-2.608 F F2<ad64>2.608 E F1 5.108(.T)C
-.108(he return status is true unless a)-5.108 F F0(name)2.968 E F1 .108
-(is not found or an)2.788 F(in)144 326.4 Q -.25(va)-.4 G
-(lid option is supplied.).25 E F2(help)108 343.2 Q F1([)2.5 E F2
-(\255dms)A F1 2.5(][)C F0(pattern)-2.5 E F1(])A .867
-(Display helpful information about b)144 355.2 R .867(uiltin commands.)
--.2 F(If)5.867 E F0(pattern)4.617 E F1 .866(is speci\214ed,)3.607 F F2
-(help)3.366 E F1(gi)3.366 E -.15(ve)-.25 G 3.366(sd).15 G(etailed)-3.366
-E .223(help on all commands matching)144 367.2 R F0(pattern)3.973 E F1
-2.723(;o).24 G .223(therwise help for all the b)-2.723 F .224
-(uiltins and shell control struc-)-.2 F(tures is printed.)144 379.2 Q F2
-<ad64>144 391.2 Q F1(Display a short description of each)180 391.2 Q F0
-(pattern)2.5 E F2<ad6d>144 403.2 Q F1(Display the description of each)
-180 403.2 Q F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G
-(ormat)-2.5 E F2<ad73>144 415.2 Q F1
-(Display only a short usage synopsis for each)180 415.2 Q F0(pattern)2.5
-E F1(The return status is 0 unless no command matches)144 432 Q F0
-(pattern)3.75 E F1(.).24 E F2(history [)108 448.8 Q F0(n)A F2(])A
-(history \255c)108 460.8 Q(history \255d)108 472.8 Q F0(of)2.5 E(fset)
--.18 E F2(history \255d)108 484.8 Q F0(start)2.5 E F1(-)A F0(end)A F2
-(history \255anrw)108 496.8 Q F1([)2.5 E F0(\214lename)A F1(])A F2
-(history \255p)108 508.8 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 520.8 Q F0(ar)
-2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E
--.4(Wi)144 532.8 S .752
-(th no options, display the command history list with line numbers.).4 F
-.752(Lines listed with a)5.752 F F2(*)3.251 E F1(ha)3.251 E -.15(ve)-.2
-G .38(been modi\214ed.)144 544.8 R .38(An ar)5.38 F .38(gument of)-.18 F
-F0(n)3.24 E F1 .38(lists only the last)3.12 F F0(n)3.24 E F1 2.88
-(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-)
-2.881 E(MA)144 556.8 Q(T)-.855 E F1 .239
-(is set and not null, it is used as a format string for)2.489 F F0
-(strftime)3.078 E F1 .238(\(3\) to display the time stamp asso-).18 F
-1.019(ciated with each displayed history entry)144 568.8 R 6.019(.N)-.65
-G 3.519(oi)-6.019 G(nterv)-3.519 E 1.019
-(ening blank is printed between the formatted)-.15 F .176
-(time stamp and the history line.)144 580.8 R(If)5.176 E F0(\214lename)
-2.676 E F1 .176
-(is supplied, it is used as the name of the history \214le; if)2.676 F
-.251(not, the v)144 592.8 R .251(alue of)-.25 F F3(HISTFILE)2.751 E F1
-.251(is used.)2.501 F(If)5.251 E F0(\214lename)2.751 E F1 .251
-(is not supplied and)2.751 F F3(HISTFILE)2.751 E F1 .251
-(is unset or null, the)2.501 F F2(\255a, \255n, \255r)144 604.8 Q(,)-.92
-E F1(and)2.5 E F2<ad77>2.5 E F1(options ha)2.5 E .3 -.15(ve n)-.2 H 2.5
-(oe).15 G -.25(ff)-2.5 G 2.5(ect. Options,).25 F(if supplied, ha)2.5 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad63>144
-616.8 Q F1(Clear the history list by deleting all the entries.)180 616.8
-Q F2<ad64>144 628.8 Q F0(of)2.5 E(fset)-.18 E F1 .39
-(Delete the history entry at position)180 640.8 R F0(of)2.889 E(fset)
--.18 E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18 E F1 .389(is ne)
-2.889 F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i).15 G 2.889(ti)
--2.889 G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve)
--.25 G .598(to one greater than the last history position, so ne)180
-652.8 R -.05(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599
-(ndices count back from the end).15 F(of the history)180 664.8 Q 2.5(,a)
--.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
-(efers to the current)-2.5 E F2(history \255d)2.5 E F1(command.)2.5 E F2
-<ad64>144 676.8 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
-(Delete the range of history entries between positions)180 688.8 R F0
-(start)3.75 E F1(and)3.75 E F0(end)3.75 E F1 3.75(,i)C(nclusi)-3.75 E
--.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180
-700.8 Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0
-(start)2.5 E F1(and)2.5 E F0(end)2.5 E F1
-(are interpreted as described abo)2.5 E -.15(ve)-.15 G(.).15 E
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(70)193.45 E 0 Cg EP
-%%Page: 71 71
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF<ad61>144 84 Q F1 .775
-(Append the \231ne)180 84 R .776
-(w\232 history lines to the history \214le.)-.25 F .776
-(These are history lines entered since)5.776 F(the be)180 96 Q
-(ginning of the current)-.15 E F2(bash)2.5 E F1(session, b)2.5 E
-(ut not already appended to the history \214le.)-.2 E F2<ad6e>144 108 Q
-F1 .854(Read the history lines not already read from the history \214le\
- into the current history list.)180 108 R .772
-(These are lines appended to the history \214le since the be)180 120 R
-.773(ginning of the current)-.15 F F2(bash)3.273 E F1(ses-)3.273 E
-(sion.)180 132 Q F2<ad72>144 144 Q F1(Read the contents of the history \
-\214le and append them to the current history list.)180 144 Q F2<ad77>
-144 156 Q F1(Write the current history list to the history \214le, o)180
-156 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G
-(ontents.)-2.5 E F2<ad70>144 168 Q F1 .626
-(Perform history substitution on the follo)180 168 R(wing)-.25 E F0(ar)
-3.125 E(gs)-.37 E F1 .625(and display the result on the standard)3.125 F
-2.975(output. Does)180 180 R .475
-(not store the results in the history list.)2.975 F(Each)5.475 E F0(ar)
-2.975 E(g)-.37 E F1 .475(must be quoted to disable)2.975 F
-(normal history e)180 192 Q(xpansion.)-.15 E F2<ad73>144 204 Q F1 .363
-(Store the)180 204 R F0(ar)3.193 E(gs)-.37 E F1 .363
-(in the history list as a single entry)3.133 F 5.363(.T)-.65 G .362
-(he last command in the history list is)-5.363 F(remo)180 216 Q -.15(ve)
--.15 G 2.5(db).15 G(efore the)-2.5 E F0(ar)2.83 E(gs)-.37 E F1
-(are added.)2.77 E .145(If the)144 232.8 R/F3 9/Times-Bold@0 SF
-(HISTTIMEFORMA)2.645 E(T)-.855 E F1 -.25(va)2.395 G .145
-(riable is set, the time stamp information associated with each history)
-.25 F .669(entry is written to the history \214le, mark)144 244.8 R .669
-(ed with the history comment character)-.1 F 5.668(.W)-.55 G .668
-(hen the history)-5.668 F .955(\214le is read, lines be)144 256.8 R .956
-(ginning with the history comment character follo)-.15 F .956
-(wed immediately by a digit)-.25 F .833
-(are interpreted as timestamps for the follo)144 268.8 R .833
-(wing history entry)-.25 F 5.832(.T)-.65 G .832(he return v)-5.832 F
-.832(alue is 0 unless an in-)-.25 F -.25(va)144 280.8 S .168(lid option\
- is encountered, an error occurs while reading or writing the history \
-\214le, an in).25 F -.25(va)-.4 G(lid).25 E F0(of)2.669 E(f-)-.18 E(set)
-144 292.8 Q F1 .341(or range is supplied as an ar)2.841 F .341
-(gument to)-.18 F F2<ad64>2.841 E F1 2.841(,o)C 2.84(rt)-2.841 G .34
-(he history e)-2.84 F .34(xpansion supplied as an ar)-.15 F .34
-(gument to)-.18 F F2<ad70>144 304.8 Q F1 -.1(fa)2.5 G(ils.).1 E F2(jobs)
-108 321.6 Q F1([)2.5 E F2(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332
-1.666(... ])2.5 H F2(jobs \255x)108 333.6 Q F0(command)2.5 E F1([)2.5 E
-F0(ar)2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
-(The \214rst form lists the acti)144 345.6 Q .3 -.15(ve j)-.25 H 2.5
-(obs. The).15 F(options ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad6c>144 357.6 Q F1
-(List process IDs in addition to the normal information.)180 357.6 Q F2
-<ad6e>144 369.6 Q F1 .193(Display information only about jobs that ha)
-180 369.6 R .494 -.15(ve c)-.2 H .194(hanged status since the user w).15
-F .194(as last noti-)-.1 F(\214ed of their status.)180 381.6 Q F2<ad70>
-144 393.6 Q F1(List only the process ID of the job')180 393.6 Q 2.5(sp)
--.55 G(rocess group leader)-2.5 E(.)-.55 E F2<ad72>144 405.6 Q F1
-(Display only running jobs.)180 405.6 Q F2<ad73>144 417.6 Q F1
-(Display only stopped jobs.)180 417.6 Q(If)144 434.4 Q F0(jobspec)4.554
-E F1 .314(is gi)3.124 F -.15(ve)-.25 G .314
-(n, output is restricted to information about that job).15 F 5.313(.T)
--.4 G .313(he return status is 0 unless)-5.313 F(an in)144 446.4 Q -.25
-(va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25
-E F0(jobspec)4.24 E F1(is supplied.)2.81 E .394(If the)144 463.2 R F2
-<ad78>2.894 E F1 .394(option is supplied,)2.894 F F2(jobs)2.894 E F1
-.394(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)
-3.204 F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .395
-(with the corre-)3.164 F(sponding process group ID, and e)144 475.2 Q
--.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1(passing it)3.27 E F0(ar)
-2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15
-E F2(kill)108 492 Q F1([)2.5 E F2<ad73>A F0(sigspec)2.5 E F1(|)2.5 E F2
-<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F2<ad>2.5 E F0(sigspec)A F1 2.5
-(][)C F0(pid)-2.5 E F1(|)2.5 E F0(jobspec)2.5 E F1 2.5(].)C 1.666(..)
--.834 G F2(kill \255l)108 504 Q F1(|)A F2<ad4c>A F1([)2.5 E F0(sigspec)A
-F1(|)2.5 E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .017
-(Send the signal named by)144 516 R F0(sigspec)2.857 E F1(or)2.827 E F0
-(signum)2.857 E F1 .017(to the processes named by)2.837 F F0(pid)3.767 E
-F1(or)3.287 E F0(jobspec)4.257 E F1(.).31 E F0(sigspec)5.357 E F1(is)
-2.827 E .318(either a case-insensiti)144 528 R .618 -.15(ve s)-.25 H
-.318(ignal name such as).15 F F3(SIGKILL)2.818 E F1 .319
-(\(with or without the)2.569 F F3(SIG)2.819 E F1 .319
-(pre\214x\) or a signal)2.569 F(number;)144 540 Q F0(signum)3.268 E F1
-.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F0(sigspec)
-3.267 E F1 .427(is not present, then)3.237 F F3(SIGTERM)2.927 E F1 .427
-(is assumed.)2.677 F .427(An ar)5.427 F(-)-.2 E .313(gument of)144 552 R
-F2<ad6c>2.813 E F1 .314(lists the signal names.)2.814 F .314(If an)5.314
-F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F
-F2<ad6c>2.814 E F1 .314(is gi)2.814 F -.15(ve)-.25 G .314
-(n, the names of).15 F .12(the signals corresponding to the ar)144 564 R
-.119(guments are listed, and the return status is 0.)-.18 F(The)5.119 E
-F0 -.2(ex)2.619 G(it_status).2 E F1(ar)2.619 E(-)-.2 E .799(gument to)
-144 576 R F2<ad6c>3.299 E F1 .799
-(is a number specifying either a signal number or the e)3.299 F .8
-(xit status of a process termi-)-.15 F .963(nated by a signal.)144 588 R
-(The)5.962 E F2<ad4c>3.462 E F1 .962(option is equi)3.462 F -.25(va)-.25
-G .962(lent to).25 F F2<ad6c>3.462 E F1(.)A F2(kill)5.962 E F1 .962
-(returns true if at least one signal w)3.462 F(as)-.1 E
-(successfully sent, or f)144 600 Q(alse if an error occurs or an in)-.1
-E -.25(va)-.4 G(lid option is encountered.).25 E F2(let)108 616.8 Q F0
-(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])
--1.666 E(Each)144 628.8 Q F0(ar)3.026 E(g)-.37 E F1 .196
-(is an arithmetic e)2.916 F .197(xpression to be e)-.15 F -.25(va)-.25 G
-.197(luated \(see).25 F F3 .197(ARITHMETIC EV)2.697 F(ALU)-1.215 E -.855
-(AT)-.54 G(ION).855 E F1(abo)2.447 E -.15(ve)-.15 G 2.697(\). If).15 F
-(the last)144 640.8 Q F0(ar)2.83 E(g)-.37 E F1 -.25(eva)2.72 G
-(luates to 0,).25 E F2(let)2.5 E F1(returns 1; 0 is returned otherwise.)
-2.5 E F2(local)108 657.6 Q F1([)2.5 E F0(option)A F1 2.5(][)C F0(name)
--2.5 E F1([=)A F0(value)A F1 2.5(].)C -3.332 1.666(.. | \255 ])-.834 H
--.15(Fo)144 669.6 S 2.542(re).15 G .042(ach ar)-2.542 F .042
-(gument, a local v)-.18 F .042(ariable named)-.25 F F0(name)2.902 E F1
-.042(is created, and assigned)2.722 F F0(value)2.832 E F1 5.042(.T).18 G
-(he)-5.042 E F0(option)2.542 E F1 .041(can be)2.541 F(an)144 681.6 Q
-3.152(yo)-.15 G 3.152(ft)-3.152 G .652(he options accepted by)-3.152 F
-F2(declar)3.152 E(e)-.18 E F1 5.652(.W)C(hen)-5.652 E F2(local)3.152 E
-F1 .653(is used within a function, it causes the v)3.152 F(ari-)-.25 E
-(able)144 693.6 Q F0(name)3.282 E F1 .422(to ha)3.102 F .722 -.15
-(ve a v)-.2 H .422
-(isible scope restricted to that function and its children.).15 F(If)
-5.421 E F0(name)2.921 E F1 .421(is \255, the set)2.921 F .509
-(of shell options is made local to the function in which)144 705.6 R F2
-(local)3.01 E F1 .51(is in)3.01 F -.2(vo)-.4 G -.1(ke).2 G .51
-(d: shell options changed us-).1 F 1.282(ing the)144 717.6 R F2(set)
-3.782 E F1 -.2(bu)3.782 G 1.281
-(iltin inside the function after the call to).2 F F2(local)3.781 E F1
-1.281(are restored to their original v)3.781 F(alues)-.25 E .277
-(when the function returns.)144 729.6 R .277(The restore is ef)5.277 F
-.278(fected as if a series of)-.25 F F2(set)2.778 E F1 .278
-(commands were e)2.778 F -.15(xe)-.15 G .278(cuted to).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(71)193.45 E 0 Cg EP
-%%Page: 72 72
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .69(restore the v)144 84 R .69
-(alues that were in place before the function.)-.25 F -.4(Wi)5.69 G .69
-(th no operands,).4 F/F2 10/Times-Bold@0 SF(local)3.19 E F1 .69
-(writes a list of)3.19 F .566(local v)144 96 R .566
-(ariables to the standard output.)-.25 F .566(It is an error to use)
-5.566 F F2(local)3.066 E F1 .566(when not within a function.)3.066 F
-(The)5.567 E .426(return status is 0 unless)144 108 R F2(local)2.926 E
-F1 .425(is used outside a function, an in)2.925 F -.25(va)-.4 G(lid).25
-E F0(name)3.285 E F1 .425(is supplied, or)3.105 F F0(name)2.925 E F1
-.425(is a)2.925 F(readonly v)144 120 Q(ariable.)-.25 E F2(logout)108
-136.8 Q F1(Exit a login shell.)144 136.8 Q F2(map\214le)108 153.6 Q F1
-([)2.5 E F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)
-2.5 E F1 2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>
--2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>
--2.5 E F0(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E
-F1 2.5(][)C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E
-(ay)-.15 E F1(])A F2 -.18(re)108 165.6 S(adarray).18 E F1([)2.5 E F2
-<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1 2.5
-(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0
-(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0
-(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)
-C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1
-(])A .158(Read lines from the standard input into the inde)144 177.6 R
--.15(xe)-.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F0
-(arr)2.989 E(ay)-.15 E F1 2.659(,o).32 G 2.659(rf)-2.659 G .159
-(rom \214le descriptor)-2.659 F F0(fd)4.629 E F1 1.249(if the)144 189.6
-R F2<ad75>3.749 E F1 1.249(option is supplied.)3.749 F 1.249(The v)6.249
-F(ariable)-.25 E/F3 9/Times-Bold@0 SF(MAPFILE)3.749 E F1 1.249
-(is the def)3.499 F(ault)-.1 E F0(arr)3.748 E(ay)-.15 E F1 6.248(.O)C
-1.248(ptions, if supplied,)-6.248 F(ha)144 201.6 Q .3 -.15(ve t)-.2 H
-(he follo).15 E(wing meanings:)-.25 E F2<ad64>144 213.6 Q F1 .91
-(The \214rst character of)180 213.6 R F0(delim)3.41 E F1 .911
-(is used to terminate each input line, rather than ne)3.41 F 3.411
-(wline. If)-.25 F F0(delim)180 225.6 Q F1(is the empty string,)2.5 E F2
-(map\214le)2.5 E F1(will terminate a line when it reads a NUL character)
-2.5 E(.)-.55 E F2<ad6e>144 237.6 Q F1(Cop)180 237.6 Q 2.5(ya)-.1 G 2.5
-(tm)-2.5 G(ost)-2.5 E F0(count)2.7 E F1 2.5(lines. If)3.18 F F0(count)
-2.5 E F1(is 0, all lines are copied.)2.5 E F2<ad4f>144 249.6 Q F1(Be)180
-249.6 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1(at inde)2.82
-E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E(ault inde)-.1 E
-2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 261.6 Q F1
-(Discard the \214rst)180 261.6 Q F0(count)2.5 E F1(lines read.)2.5 E F2
-<ad74>144 273.6 Q F1(Remo)180 273.6 Q .3 -.15(ve a t)-.15 H(railing).15
-E F0(delim)2.5 E F1(\(def)2.5 E(ault ne)-.1 E
-(wline\) from each line read.)-.25 E F2<ad75>144 285.6 Q F1
-(Read lines from \214le descriptor)180 285.6 Q F0(fd)2.5 E F1
-(instead of the standard input.)2.5 E F2<ad43>144 297.6 Q F1(Ev)180
-297.6 Q(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0
-(quantum)2.5 E F1(lines are read.)2.5 E(The)5 E F2<ad63>2.5 E F1
-(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 309.6
-Q F1(Specify the number of lines read between each call to)180 309.6 Q
-F0(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 326.4 Q F2<ad43>2.968 E F1
-.467(is speci\214ed without)2.967 F F2<ad63>2.967 E F1 2.967(,t)C .467
-(he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F0
-(callbac)2.967 E(k)-.2 E F1 .467(is e)2.967 F -.25(va)-.25 G .467
-(luated, it is sup-).25 F .261(plied the inde)144 338.4 R 2.761(xo)-.15
-G 2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be ass\
-igned and the line to be assigned to that element)-.15 F .275
-(as additional ar)144 350.4 R(guments.)-.18 E F0(callbac)5.275 E(k)-.2 E
-F1 .275(is e)2.775 F -.25(va)-.25 G .274
-(luated after the line is read b).25 F .274
-(ut before the array element is)-.2 F(assigned.)144 362.4 Q
-(If not supplied with an e)144 379.2 Q(xplicit origin,)-.15 E F2
-(map\214le)2.5 E F1(will clear)2.5 E F0(arr)2.5 E(ay)-.15 E F1
-(before assigning to it.)2.5 E F2(map\214le)144 396 Q F1 .797
-(returns successfully unless an in)3.297 F -.25(va)-.4 G .797
-(lid option or option ar).25 F .797(gument is supplied,)-.18 F F0(arr)
-3.297 E(ay)-.15 E F1 .798(is in-)3.298 F -.25(va)144 408 S
-(lid or unassignable, or if).25 E F0(arr)2.5 E(ay)-.15 E F1
-(is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E
-F2(popd)108 424.8 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 436.8 Q -.15(ve)-.15 G 3.092
-(se).15 G .592(ntries from the directory stack.)-3.092 F .591
-(The elements are numbered from 0 starting at the \214rst)5.591 F .664
-(directory listed by)144 448.8 R F2(dirs)3.164 E F1 5.664(.W)C .664
-(ith no ar)-6.064 F(guments,)-.18 E F2(popd)3.165 E F1(remo)3.165 E -.15
-(ve)-.15 G 3.165(st).15 G .665(he top directory from the stack, and)
--3.165 F(changes to the ne)144 460.8 Q 2.5(wt)-.25 G(op directory)-2.5 E
-5(.A)-.65 G -.18(rg)-5 G(uments, if supplied, ha).18 E .3 -.15(ve t)-.2
-H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144 472.8 Q F1 .551
-(Suppresses the normal change of directory when remo)180 472.8 R .551
-(ving directories from the stack, so)-.15 F
-(that only the stack is manipulated.)180 484.8 Q F2(+)144 496.8 Q F0(n)A
-F1(Remo)180 496.8 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F0(n)2.64 E
-F1 .14(th entry counting from the left of the list sho)B .14(wn by)-.25
-F F2(dirs)2.64 E F1 2.64(,s)C .14(tarting with zero,)-2.64 F .777
-(from the stack.)180 508.8 R -.15(Fo)5.777 G 3.277(re).15 G .777
-(xample: \231popd +0\232 remo)-3.427 F -.15(ve)-.15 G 3.276(st).15 G
-.776(he \214rst directory)-3.276 F 3.276<2c99>-.65 G .776
-(popd +1\232 the sec-)-3.276 F(ond.)180 520.8 Q F2<ad>144 532.8 Q F0(n)A
-F1(Remo)180 532.8 Q -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F0(n)3.759
-E F1 1.259(th entry counting from the right of the list sho)B 1.26
-(wn by)-.25 F F2(dirs)3.76 E F1 3.76(,s)C 1.26(tarting with)-3.76 F 2.5
-(zero. F)180 544.8 R(or e)-.15 E(xample: \231popd \2550\232 remo)-.15 E
--.15(ve)-.15 G 2.5(st).15 G(he last directory)-2.5 E 2.5<2c99>-.65 G
-(popd \2551\232 the ne)-2.5 E(xt to last.)-.15 E 1.058
-(If the top element of the directory stack is modi\214ed, and the)144
-561.6 R F0<ad6e>3.557 E F1 1.057(option w)3.557 F 1.057
-(as not supplied,)-.1 F F2(popd)3.557 E F1 .249(uses the)144 573.6 R F2
-(cd)2.749 E F1 -.2(bu)2.749 G .249
-(iltin to change to the directory at the top of the stack.).2 F .249
-(If the)5.249 F F2(cd)2.749 E F1 -.1(fa)2.749 G(ils,).1 E F2(popd)2.749
-E F1 .25(returns a)2.749 F(non-zero v)144 585.6 Q(alue.)-.25 E
-(Otherwise,)144 602.4 Q F2(popd)2.671 E F1 .171(returns f)2.671 F .171
-(alse if an in)-.1 F -.25(va)-.4 G .171
-(lid option is encountered, the directory stack is empty).25 F 2.67(,o)
--.65 G 2.67(ra)-2.67 G(non-e)144 614.4 Q
-(xistent directory stack entry is speci\214ed.)-.15 E 1.555(If the)144
-631.2 R F2(popd)4.055 E F1 1.555(command is successful, bash runs)4.055
-F F2(dirs)4.056 E F1 1.556(to sho)4.056 F 4.056(wt)-.25 G 1.556
-(he \214nal contents of the directory)-4.056 F
-(stack, and the return status is 0.)144 643.2 Q F2(printf)108 660 Q F1
-([)2.5 E F2<ad76>A F0(var)2.5 E F1(])A F0(format)2.5 E F1([)2.5 E F0(ar)
-A(guments)-.37 E F1(])A .358(Write the formatted)144 672 R F0(ar)2.858 E
-(guments)-.37 E F1 .358(to the standard output under the control of the)
-2.858 F F0(format)2.857 E F1 5.357(.T)C(he)-5.357 E F2<ad76>2.857 E F1
-(op-)2.857 E .714(tion causes the output to be assigned to the v)144 684
-R(ariable)-.25 E F0(var)3.214 E F1 .714
-(rather than being printed to the standard)3.214 F(output.)144 696 Q
-(The)144 712.8 Q F0(format)3.018 E F1 .517(is a character string which \
-contains three types of objects: plain characters, which are)3.018 F
-.704(simply copied to standard output, character escape sequences, whic\
-h are con)144 724.8 R -.15(ve)-.4 G .704(rted and copied to).15 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(72)193.45 E 0 Cg EP
-%%Page: 73 73
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .036(the standard output, and format speci\214cati\
-ons, each of which causes printing of the ne)144 84 R .036(xt successi)
--.15 F -.15(ve)-.25 G F0(ar)144 96 Q(gument)-.37 E F1 6.07(.I)C 3.57(na)
--6.07 G 1.07(ddition to the standard)-3.57 F F0(printf)4.82 E F1 1.07
-(\(3\) format characters)1.96 F/F2 10/Times-Bold@0 SF(csndiouxXeEfFgGaA)
-3.57 E F1(,)A F2(printf)3.57 E F1(interprets the follo)144 108 Q
-(wing additional format speci\214ers:)-.25 E F2(%b)144 120 Q F1(causes)
-180 120 Q F2(printf)2.596 E F1 .096(to e)2.596 F .096
-(xpand backslash escape sequences in the corresponding)-.15 F F0(ar)
-2.596 E(gument)-.37 E F1 .095(in the)2.595 F(same w)180 132 Q(ay as)-.1
-E F2(echo \255e)2.5 E F1(.)A F2(%q)144 144 Q F1(causes)180 144 Q F2
-(printf)2.51 E F1 .01(to output the corresponding)2.51 F F0(ar)2.51 E
-(gument)-.37 E F1 .01(in a format that can be reused as shell)2.51 F
-(input.)180 156 Q F2(%q)5.544 E F1(and)3.044 E F2(%Q)3.044 E F1 .544
-(use the)3.044 F F2<240808>3.044 E F1 .544(quoting style if an)3.044 F
-3.044(yc)-.15 G .543(haracters in the ar)-3.044 F .543
-(gument string re-)-.18 F 1.285
-(quire it, and backslash quoting otherwise.)180 168 R 1.286
-(If the format string uses the)6.285 F F0(printf)3.786 E F1(alternate)
-3.786 E(form, these tw)180 180 Q 2.5(of)-.1 G(ormats quote the ar)-2.5 E
-(gument string using single quotes.)-.18 E F2(%Q)144 192 Q F1(lik)180
-192 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15 G
-(upplied precision to the)-2.5 E F0(ar)2.5 E(gument)-.37 E F1
-(before quoting it.)2.5 E F2(%\()144 204 Q F0(datefmt)A F2(\)T)A F1
-(causes)180 216 Q F2(printf)4.404 E F1 1.904
-(to output the date-time string resulting from using)4.404 F F0(datefmt)
-4.404 E F1 1.903(as a format)4.404 F .333(string for)180 228 R F0
-(strftime)3.173 E F1 2.833(\(3\). The).18 F(corresponding)2.833 E F0(ar)
-2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .334
-(ger representing the number)-.15 F .293(of seconds since the epoch.)180
-240 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F
-.293(alues may be used: \2551 represents the)-.25 F .693
-(current time, and \2552 represents the time the shell w)180 252 R .693
-(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.194(d. If).1 F .694(no ar)3.194
-F .694(gument is speci-)-.18 F .21(\214ed, con)180 264 R -.15(ve)-.4 G
-.21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71 G 2.71
-<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25 G 2.71
-(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F F2
-(printf)2.71 E F1(beha)180 276 Q(vior)-.2 E(.)-.55 E .946(The %b, %q, a\
-nd %T format speci\214ers all use the \214eld width and precision ar)144
-292.8 R .946(guments from the)-.18 F .339
-(format speci\214cation and write that man)144 304.8 R 2.838(yb)-.15 G
-.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .338
-(xpanded ar)-.15 F(-)-.2 E
-(gument, which usually contains more characters than the original.)144
-316.8 Q(The %n format speci\214er accepts a corresponding ar)144 333.6 Q
-(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .393
-(The %s and %c format speci\214ers accept an l \(long\) modi\214er)144
-350.4 R 2.894(,w)-.4 G .394(hich forces them to con)-2.894 F -.15(ve)-.4
-G .394(rt the ar).15 F(-)-.2 E .321
-(gument string to a wide-character string and apply an)144 362.4 R 2.821
-(ys)-.15 G .32(upplied \214eld width and precision in terms)-2.821 F
-(of characters, not bytes.)144 374.4 Q(Ar)144 391.2 Q .463(guments to n\
-on-string format speci\214ers are treated as C constants, e)-.18 F .464
-(xcept that a leading plus or)-.15 F 1.259(minus sign is allo)144 403.2
-R 1.259
-(wed, and if the leading character is a single or double quote, the v)
--.25 F 1.258(alue is the)-.25 F(ASCII v)144 415.2 Q(alue of the follo)
--.25 E(wing character)-.25 E(.)-.55 E(The)144 432 Q F0(format)2.514 E F1
-.015(is reused as necessary to consume all of the)2.514 F F0(ar)2.515 E
-(guments)-.37 E F1 5.015(.I)C 2.515(ft)-5.015 G(he)-2.515 E F0(format)
-2.515 E F1 .015(requires more)2.515 F F0(ar)2.515 E(-)-.2 E(guments)144
-444 Q F1 .566(than are supplied, the e)3.066 F .566
-(xtra format speci\214cations beha)-.15 F .866 -.15(ve a)-.2 H 3.066(si)
-.15 G 3.065(faz)-3.066 G .565(ero v)-3.065 F .565(alue or null string,)
--.25 F .541(as appropriate, had been supplied.)144 456 R .541
-(The return v)5.541 F .541(alue is zero on success, non-zero if an in)
--.25 F -.25(va)-.4 G .542(lid op-).25 F
-(tion is supplied or a write or assignment error occurs.)144 468 Q F2
-(pushd)108 484.8 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 496.8 Q F1([)2.5 E F2
-<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A .64(Adds a directory to the to\
-p of the directory stack, or rotates the stack, making the ne)144 508.8
-R 3.139(wt)-.25 G .639(op of the)-3.139 F .088(stack the current w)144
-520.8 R .088(orking directory)-.1 F 5.088(.W)-.65 G .088(ith no ar)
--5.488 F(guments,)-.18 E F2(pushd)2.589 E F1 -.15(ex)2.589 G .089
-(changes the top tw).15 F 2.589(oe)-.1 G .089(lements of)-2.589 F
-(the directory stack.)144 532.8 Q(Ar)5 E(guments, if supplied, ha)-.18 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144
-544.8 Q F1 1.811(Suppresses the normal change of directory when rotatin\
-g or adding directories to the)180 544.8 R
-(stack, so that only the stack is manipulated.)180 556.8 Q F2(+)144
-568.8 Q F0(n)A F1 1.267(Rotates the stack so that the)180 568.8 R F0(n)
-3.767 E F1 1.268(th directory \(counting from the left of the list sho)B
-1.268(wn by)-.25 F F2(dirs)180 580.8 Q F1 2.5(,s)C
-(tarting with zero\) is at the top.)-2.5 E F2<ad>144 592.8 Q F0(n)A F1
-.92(Rotates the stack so that the)180 592.8 R F0(n)3.42 E F1 .92
-(th directory \(counting from the right of the list sho)B .92(wn by)-.25
-F F2(dirs)180 604.8 Q F1 2.5(,s)C(tarting with zero\) is at the top.)
--2.5 E F0(dir)144.35 616.8 Q F1(Adds)180 616.8 Q F0(dir)2.85 E F1
-(to the directory stack at the top)3.23 E .434
-(After the stack has been modi\214ed, if the)144 633.6 R F2<ad6e>2.934 E
-F1 .434(option w)2.934 F .435(as not supplied,)-.1 F F2(pushd)2.935 E F1
-.435(uses the)2.935 F F2(cd)2.935 E F1 -.2(bu)2.935 G .435(iltin to).2 F
-(change to the directory at the top of the stack.)144 645.6 Q(If the)5 E
-F2(cd)2.5 E F1 -.1(fa)2.5 G(ils,).1 E F2(pushd)2.5 E F1
-(returns a non-zero v)2.5 E(alue.)-.25 E 1.78(Otherwise, if no ar)144
-662.4 R 1.78(guments are supplied,)-.18 F F2(pushd)4.28 E F1 1.78
-(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .092
-(When rotating the directory stack,)144 674.4 R F2(pushd)2.592 E F1 .093
-(returns 0 unless the directory stack is empty or a non-e)2.592 F(x-)
--.15 E(istent directory stack element is speci\214ed.)144 686.4 Q 1.278
-(If the)144 703.2 R F2(pushd)3.778 E F1 1.278
-(command is successful, bash runs)3.778 F F2(dirs)3.778 E F1 1.277
-(to sho)3.777 F 3.777(wt)-.25 G 1.277
-(he \214nal contents of the directory)-3.777 F(stack.)144 715.2 Q
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(73)193.45 E 0 Cg EP
-%%Page: 74 74
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(pwd)108 84 Q F1([)2.5 E F2
-(\255LP)A F1(])A .844(Print the absolute pathname of the current w)144
-96 R .845(orking directory)-.1 F 5.845(.T)-.65 G .845
-(he pathname printed contains no)-5.845 F .182(symbolic links if the)144
-108 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2 .181
-(\255o ph)2.681 F(ysical)-.15 E F1 .181(option to the)2.681 F F2(set)
-2.681 E F1 -.2(bu)2.681 G .181(iltin command is).2 F 3.263(enabled. If)
-144 120 R(the)3.263 E F2<ad4c>3.263 E F1 .763
-(option is used, the pathname printed may contain symbolic links.)3.263
-F .764(The return)5.764 F .405(status is 0 unless an error occurs while\
- reading the name of the current directory or an in)144 132 R -.25(va)
--.4 G .405(lid op-).25 F(tion is supplied.)144 144 Q F2 -.18(re)108
-160.8 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(aname)2.5 E F1 2.5(][)C F2<ad64>-2.5 E F0(delim)2.5 E F1 2.5(][)C F2
-<ad69>-2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2<ad6e>-2.5 E F0(nc)2.5 E
-(har)-.15 E(s)-.1 E F1 2.5(][)C F2<ad4e>-2.5 E F0(nc)2.5 E(har)-.15 E(s)
--.1 E F1 2.5(][)C F2<ad70>-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2
-<ad74>-2.5 E F0(timeout)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1
-(])A([)108 172.8 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .516(One lin\
-e is read from the standard input, or from the \214le descriptor)144
-184.8 R F0(fd)3.016 E F1 .516(supplied as an ar)3.016 F .517(gument to)
--.18 F(the)144 196.8 Q F2<ad75>2.936 E F1 .436(option, split into w)
-2.936 F .435(ords as described abo)-.1 F .735 -.15(ve u)-.15 H(nder).15
-E F2 -.75(Wo)2.935 G .435(rd Splitting).75 F F1 2.935(,a)C .435
-(nd the \214rst w)-2.935 F .435(ord is as-)-.1 F .375
-(signed to the \214rst)144 208.8 R F0(name)3.235 E F1 2.876(,t).18 G
-.376(he second w)-2.876 F .376(ord to the second)-.1 F F0(name)3.236 E
-F1 2.876(,a).18 G .376(nd so on.)-2.876 F .376(If there are more w)5.376
-F(ords)-.1 E .237(than names, the remaining w)144 220.8 R .237
-(ords and their interv)-.1 F .237
-(ening delimiters are assigned to the last)-.15 F F0(name)3.096 E F1
-5.236(.I).18 G(f)-5.236 E .874(there are fe)144 232.8 R .874(wer w)-.25
-F .875(ords read from the input stream than names, the remaining names \
-are assigned)-.1 F .518(empty v)144 244.8 R 3.018(alues. The)-.25 F .518
-(characters in)3.018 F/F3 9/Times-Bold@0 SF(IFS)3.018 E F1 .518
-(are used to split the line into w)2.768 F .517
-(ords using the same rules the)-.1 F .026(shell uses for e)144 256.8 R
-.026(xpansion \(described abo)-.15 F .326 -.15(ve u)-.15 H(nder).15 E F2
--.75(Wo)2.526 G .026(rd Splitting).75 F F1 2.526(\). The)B .026
-(backslash character \()2.526 F F2(\\)A F1 2.527(\)m)C(ay)-2.527 E .489
-(be used to remo)144 268.8 R .788 -.15(ve a)-.15 H .788 -.15(ny s).15 H
-.488(pecial meaning for the ne).15 F .488
-(xt character read and for line continuation.)-.15 F(Op-)5.488 E
-(tions, if supplied, ha)144 280.8 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 292.8 Q F0(aname)2.5 E F1 1.025
-(The w)180 304.8 R 1.026
-(ords are assigned to sequential indices of the array v)-.1 F(ariable)
--.25 E F0(aname)3.856 E F1 3.526(,s).18 G 1.026(tarting at 0.)-3.526 F
-F0(aname)180.33 316.8 Q F1(is unset before an)2.68 E 2.5(yn)-.15 G .5
--.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F0(name)2.5 E F1
-(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 328.8 Q F0(delim)2.5 E
-F1 .281(The \214rst character of)180 340.8 R F0(delim)2.781 E F1 .281
-(is used to terminate the input line, rather than ne)2.781 F 2.78
-(wline. If)-.25 F F0(de-)2.78 E(lim)180 352.8 Q F1(is the empty string,)
-2.5 E F2 -.18(re)2.5 G(ad).18 E F1
-(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F2
-<ad65>144 364.8 Q F1 1.761
-(If the standard input is coming from a terminal,)180 364.8 R F2 -.18
-(re)4.262 G(ad).18 E F1(uses)4.262 E F2 -.18(re)4.262 G(adline).18 E F1
-(\(see)4.262 E F3(READLINE)4.262 E F1(abo)180 376.8 Q -.15(ve)-.15 G
-3.722(\)t).15 G 3.722(oo)-3.722 G 1.222(btain the line.)-3.722 F 1.222
-(Readline uses the current \(or def)6.222 F 1.222
-(ault, if line editing w)-.1 F 1.222(as not)-.1 F(pre)180 388.8 Q
-(viously acti)-.25 E -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)
--2.5 E(ut uses readline')-.2 E 2.5(sd)-.55 G(ef)-2.5 E
-(ault \214lename completion.)-.1 E F2<ad45>144 400.8 Q F1 1.761
-(If the standard input is coming from a terminal,)180 400.8 R F2 -.18
-(re)4.262 G(ad).18 E F1(uses)4.262 E F2 -.18(re)4.262 G(adline).18 E F1
-(\(see)4.262 E F3(READLINE)4.262 E F1(abo)180 412.8 Q -.15(ve)-.15 G
-3.722(\)t).15 G 3.722(oo)-3.722 G 1.222(btain the line.)-3.722 F 1.222
-(Readline uses the current \(or def)6.222 F 1.222
-(ault, if line editing w)-.1 F 1.222(as not)-.1 F(pre)180 424.8 Q .042
-(viously acti)-.25 F -.15(ve)-.25 G 2.542(\)e).15 G .042
-(diting settings, b)-2.542 F .042(ut uses bash')-.2 F 2.542(sd)-.55 G
-(ef)-2.542 E .042(ault completion, including program-)-.1 F
-(mable completion.)180 436.8 Q F2<ad69>144 448.8 Q F0(te)2.5 E(xt)-.2 E
-F1(If)180 448.8 Q F2 -.18(re)2.716 G(adline).18 E F1 .216
-(is being used to read the line,)2.716 F F0(te)2.716 E(xt)-.2 E F1 .216
-(is placed into the editing b)2.716 F(uf)-.2 E .215(fer before edit-)
--.25 F(ing be)180 460.8 Q(gins.)-.15 E F2<ad6e>144 472.8 Q F0(nc)2.5 E
-(har)-.15 E(s)-.1 E F2 -.18(re)180 484.8 S(ad).18 E F1 .322
-(returns after reading)2.822 F F0(nc)2.823 E(har)-.15 E(s)-.1 E F1 .323
-(characters rather than w)2.823 F .323
-(aiting for a complete line of in-)-.1 F(put, b)180 496.8 Q
-(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F0(nc)2.5 E(har)-.15
-E(s)-.1 E F1(characters are read before the delimiter)2.5 E(.)-.55 E F2
-<ad4e>144 508.8 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 520.8 S
-(ad).18 E F1 1.269(returns after reading e)3.77 F(xactly)-.15 E F0(nc)
-3.769 E(har)-.15 E(s)-.1 E F1 1.269(characters rather than w)3.769 F
-1.269(aiting for a complete)-.1 F .274
-(line of input, unless EOF is encountered or)180 532.8 R F2 -.18(re)
-2.775 G(ad).18 E F1 .275(times out.)2.775 F .275
-(Delimiter characters encoun-)5.275 F 1.003
-(tered in the input are not treated specially and do not cause)180 544.8
-R F2 -.18(re)3.502 G(ad).18 E F1 1.002(to return until)3.502 F F0(nc)
-3.502 E(har)-.15 E(s)-.1 E F1 .608(characters are read.)180 556.8 R .608
-(The result is not split on the characters in)5.608 F F2(IFS)3.108 E F1
-3.108(;t)C .609(he intent is that the)-3.108 F -.25(va)180 568.8 S .67
-(riable is assigned e).25 F .669
-(xactly the characters read \(with the e)-.15 F .669
-(xception of backslash; see the)-.15 F F2<ad72>180 580.8 Q F1
-(option belo)2.5 E(w\).)-.25 E F2<ad70>144 592.8 Q F0(pr)2.5 E(ompt)-.45
-E F1(Display)180 604.8 Q F0(pr)3.66 E(ompt)-.45 E F1 1.161
-(on standard error)3.66 F 3.661(,w)-.4 G 1.161(ithout a trailing ne)
--3.661 F 1.161(wline, before attempting to read)-.25 F(an)180 616.8 Q
-2.5(yi)-.15 G 2.5(nput. The)-2.5 F
-(prompt is displayed only if input is coming from a terminal.)2.5 E F2
-<ad72>144 628.8 Q F1 .544(Backslash does not act as an escape character)
-180 628.8 R 5.543(.T)-.55 G .543
-(he backslash is considered to be part of)-5.543 F .492(the line.)180
-640.8 R .492(In particular)5.492 F 2.992(,ab)-.4 G(ackslash-ne)-2.992 E
-.493(wline pair may not then be used as a line continua-)-.25 F(tion.)
-180 652.8 Q F2<ad73>144 664.8 Q F1(Silent mode.)180 664.8 Q
-(If input is coming from a terminal, characters are not echoed.)5 E F2
-<ad74>144 676.8 Q F0(timeout)2.5 E F1(Cause)180 688.8 Q F2 -.18(re)2.929
-G(ad).18 E F1 .428(to time out and return f)2.929 F .428
-(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .56
-(ber of characters\) is not read within)180 700.8 R F0(timeout)3.061 E
-F1(seconds.)3.061 E F0(timeout)5.561 E F1 .561(may be a decimal number)
-3.061 F(with a fractional portion follo)180 712.8 Q
-(wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E
-.3 -.15(ve i)-.25 H(f).15 E F2 -.18(re)2.5 G(ad).18 E F1 .506(is readin\
-g input from a terminal, pipe, or other special \214le; it has no ef)180
-724.8 R .505(fect when reading)-.25 F(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(74)193.45 E 0 Cg EP
-%%Page: 75 75
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .589(from re)180 84 R .589(gular \214les.)-.15 F
-(If)5.589 E/F2 10/Times-Bold@0 SF -.18(re)3.089 G(ad).18 E F1 .589
-(times out,)3.089 F F2 -.18(re)3.089 G(ad).18 E F1(sa)3.089 E -.15(ve)
--.2 G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .59
-(artial input read into the speci\214ed).15 F -.25(va)180 96 S(riable)
-.25 E F0(name)2.77 E F1 5.27(.I)C(f)-5.27 E F0(timeout)2.77 E F1 .27
-(is 0,)2.77 F F2 -.18(re)2.77 G(ad).18 E F1 .27(returns immediately)2.77
-F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 G
-(ata.)-2.77 E .227(The e)180 108 R .228(xit status is 0 if input is a)
--.15 F -.25(va)-.2 G .228(ilable on the speci\214ed \214le descriptor)
-.25 F 2.728(,o)-.4 G 2.728(rt)-2.728 G .228(he read will re-)-2.728 F
-1.225(turn EOF)180 120 R 3.725(,n)-.8 G 1.225(on-zero otherwise.)-3.725
-F 1.225(The e)6.225 F 1.225
-(xit status is greater than 128 if the timeout is e)-.15 F(x-)-.15 E
-(ceeded.)180 132 Q F2<ad75>144 144 Q F0(fd)2.5 E F1
-(Read input from \214le descriptor)180 144 Q F0(fd)2.5 E F1(.)A
-(Other than the case where)144 160.8 Q F0(delim)2.5 E F1
-(is the empty string,)2.5 E F2 -.18(re)2.5 G(ad).18 E F1(ignores an)2.5
-E 2.5(yN)-.15 G(UL characters in the input.)-2.5 E .522(If no)144 177.6
-R F0(names)3.382 E F1 .522
-(are supplied, the line read, without the ending delimiter b)3.292 F
-.522(ut otherwise unmodi\214ed, is)-.2 F 1.187(assigned to the v)144
-189.6 R(ariable)-.25 E/F3 9/Times-Bold@0 SF(REPL)3.686 E(Y)-.828 E/F4 9
-/Times-Roman@0 SF(.)A F1 1.186(The e)5.686 F 1.186
-(xit status is zero, unless end-of-\214le is encountered,)-.15 F F2 -.18
-(re)3.686 G(ad).18 E F1 .96
-(times out \(in which case the status is greater than 128\), a v)144
-201.6 R .961(ariable assignment error \(such as as-)-.25 F .707
-(signing to a readonly v)144 213.6 R .706(ariable\) occurs, or an in)
--.25 F -.25(va)-.4 G .706(lid \214le descriptor is supplied as the ar)
-.25 F .706(gument to)-.18 F F2<ad75>144 225.6 Q F1(.)A F2 -.18(re)108
-242.4 S(adonly).18 E F1([)2.5 E F2(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E
-F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(wor)A(d)-.37 E F1 2.5(].)C 1.666
-(..)-.834 G(])-1.666 E .77(The gi)144 254.4 R -.15(ve)-.25 G(n).15 E F0
-(names)3.27 E F1 .77(are mark)3.27 F .77(ed readonly; the v)-.1 F .77
-(alues of these)-.25 F F0(names)3.63 E F1 .77
-(may not be changed by subse-)3.54 F 1.097(quent assignment.)144 266.4 R
-1.097(If the)6.097 F F2<ad66>3.597 E F1 1.097
-(option is supplied, the functions corresponding to the)3.597 F F0
-(names)3.596 E F1 1.096(are so)3.596 F(mark)144 278.4 Q 3.334(ed. The)
--.1 F F2<ad61>3.334 E F1 .834(option restricts the v)3.334 F .834
-(ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the)
--3.334 F F2<ad41>3.334 E F1 .834(option restricts the v)3.334 F(ari-)
--.25 E .777(ables to associati)144 290.4 R 1.077 -.15(ve a)-.25 H 3.277
-(rrays. If).15 F .777(both options are supplied,)3.277 F F2<ad41>3.277 E
-F1(tak)3.277 E .776(es precedence.)-.1 F .776(If no)5.776 F F0(name)
-3.636 E F1(ar)3.456 E(gu-)-.18 E .521(ments are gi)144 302.4 R -.15(ve)
--.25 G .521(n, or if the).15 F F2<ad70>3.021 E F1 .521
-(option is supplied, a list of all readonly names is printed.)3.021 F
-.522(The other)5.521 F .295(options may be used to restrict the output \
-to a subset of the set of readonly names.)144 314.4 R(The)5.295 E F2
-<ad70>2.795 E F1(option)2.795 E .786
-(causes output to be displayed in a format that may be reused as input.)
-144 326.4 R .786(If a v)5.786 F .786(ariable name is fol-)-.25 F(lo)144
-338.4 Q .718(wed by =)-.25 F F0(wor)A(d)-.37 E F1 3.218(,t)C .718(he v)
--3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F0(wor)
-3.218 E(d)-.37 E F1 5.718(.T)C .718(he return status is 0 unless an in)
--5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the)
-144 350.4 R F0(names)3.12 E F1 .26(is not a v)3.03 F .26(alid shell v)
--.25 F .26(ariable name, or)-.25 F F2<ad66>2.76 E F1 .26
-(is supplied with a)2.76 F F0(name)144.36 362.4 Q F1
-(that is not a function.)2.68 E F2 -.18(re)108 379.2 S(tur).18 E(n)-.15
-E F1([)2.5 E F0(n)A F1(])A .021(Causes a function to stop e)144 391.2 R
--.15(xe)-.15 G .021(cuting and return the v).15 F .021
-(alue speci\214ed by)-.25 F F0(n)2.88 E F1 .02(to its caller)2.76 F 5.02
-(.I)-.55 G(f)-5.02 E F0(n)2.88 E F1 .02(is omitted,)2.76 F .596
-(the return status is that of the last command e)144 403.2 R -.15(xe)
--.15 G .597(cuted in the function body).15 F 5.597(.I)-.65 G(f)-5.597 E
-F2 -.18(re)3.097 G(tur).18 E(n)-.15 E F1 .597(is e)3.097 F -.15(xe)-.15
-G(cuted).15 E .267(by a trap handler)144 415.2 R 2.767(,t)-.4 G .267
-(he last command used to determine the status is the last command e)
--2.767 F -.15(xe)-.15 G .267(cuted be-).15 F .02(fore the trap handler)
-144 427.2 R 5.02(.I)-.55 G(f)-5.02 E F2 -.18(re)2.52 G(tur).18 E(n)-.15
-E F1 .02(is e)2.52 F -.15(xe)-.15 G .02(cuted during a).15 F F2(DEB)2.52
-E(UG)-.1 E F1 .02(trap, the last command used to deter)2.52 F(-)-.2 E
-.886(mine the status is the last command e)144 439.2 R -.15(xe)-.15 G
-.886(cuted by the trap handler before).15 F F2 -.18(re)3.385 G(tur).18 E
-(n)-.15 E F1 -.1(wa)3.385 G 3.385(si).1 G -1.9 -.4(nv o)-3.385 H -.1(ke)
-.4 G 3.385(d. If).1 F F2 -.18(re)144 451.2 S(tur).18 E(n)-.15 E F1 .627
-(is used outside a function, b)3.127 F .628(ut during e)-.2 F -.15(xe)
--.15 G .628(cution of a script by the).15 F F2(.)3.128 E F1(\()5.628 E
-F2(sour)A(ce)-.18 E F1 3.128(\)c)C .628(ommand, it)-3.128 F .589
-(causes the shell to stop e)144 463.2 R -.15(xe)-.15 G .589
-(cuting that script and return either).15 F F0(n)3.448 E F1 .588
-(or the e)3.328 F .588(xit status of the last com-)-.15 F .325(mand e)
-144 475.2 R -.15(xe)-.15 G .325(cuted within the script as the e).15 F
-.326(xit status of the script.)-.15 F(If)5.326 E F0(n)2.826 E F1 .326
-(is supplied, the return v)2.826 F .326(alue is)-.25 F .445
-(its least signi\214cant 8 bits.)144 487.2 R .444
-(The return status is non-zero if)5.445 F F2 -.18(re)2.944 G(tur).18 E
-(n)-.15 E F1 .444(is supplied a non-numeric ar)2.944 F(gu-)-.18 E .381
-(ment, or is used outside a function and not during e)144 499.2 R -.15
-(xe)-.15 G .381(cution of a script by).15 F F2(.)2.881 E F1(or)3.714 E
-F2(sour)2.881 E(ce)-.18 E F1 5.381(.A)C .681 -.15(ny c)-5.381 H(om-).15
-E .75(mand associated with the)144 511.2 R F2(RETURN)3.249 E F1 .749
-(trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15
-G .749(cution resumes after the function).15 F(or script.)144 523.2 Q F2
-(set)108 540 Q F1([)2.5 E F2(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2
-<ad6f>-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5
-(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G
-(])-1.666 E F2(set)108 552 Q F1([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5
-(][)C F2(+o)-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1
-2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5
-G(])-1.666 E F2(set \255o)108 564 Q(set +o)108 576 Q F1 -.4(Wi)144 576 S
-.573(thout options, display the name and v).4 F .573
-(alue of each shell v)-.25 F .574
-(ariable in a format that can be reused)-.25 F .113
-(as input for setting or resetting the currently-set v)144 588 R 2.613
-(ariables. Read-only)-.25 F -.25(va)2.613 G .113
-(riables cannot be reset.).25 F(In)5.112 E F0 1.032(posix mode)144 600 R
-F1 3.532(,o)C 1.032(nly shell v)-3.532 F 1.032(ariables are listed.)-.25
-F 1.032(The output is sorted according to the current locale.)6.032 F
-.581(When options are speci\214ed, the)144 612 R 3.081(ys)-.15 G .581
-(et or unset shell attrib)-3.081 F 3.081(utes. An)-.2 F 3.08(ya)-.15 G
--.18(rg)-3.08 G .58(uments remaining after op-).18 F .16
-(tion processing are treated as v)144 624 R .161
-(alues for the positional parameters and are assigned, in order)-.25 F
-2.661(,t)-.4 G(o)-2.661 E F2($1)2.661 E F1(,)A F2($2)144 636 Q F1 2.5
-(,.)C 1.666(..)-.834 G(,)-1.666 E F2($)2.5 E F0(n)A F1 5(.O)C
-(ptions, if speci\214ed, ha)-5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 648 Q F1 1.378(Each v)184 648 R 1.377
-(ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve)
--.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.377(xport attrib)-.15 F
-1.377(ute and)-.2 F(mark)184 660 Q(ed for e)-.1 E(xport to the en)-.15 E
-(vironment of subsequent commands.)-.4 E F2<ad62>144 672 Q F1 .131
-(Report the status of terminated background jobs immediately)184 672 R
-2.632(,r)-.65 G .132(ather than before the ne)-2.632 F(xt)-.15 E
-(primary prompt.)184 684 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o)-.25
-H(nly when job control is enabled.).15 E F2<ad65>144 696 Q F1 .088
-(Exit immediately if a)184 696 R F0(pipeline)2.588 E F1 .087
-(\(which may consist of a single)2.588 F F0 .087(simple command)2.587 F
-F1 .087(\), a)B F0(list)2.587 E F1 2.587(,o)C(r)-2.587 E(a)184 708 Q F0
-1.52(compound command)4.02 F F1(\(see)4.021 E F3 1.521(SHELL GRAMMAR)
-4.021 F F1(abo)3.771 E -.15(ve)-.15 G 1.521(\), e).15 F 1.521
-(xits with a non-zero status.)-.15 F .08(The shell does not e)184 720 R
-.079(xit if the command that f)-.15 F .079
-(ails is part of the command list immediately)-.1 F(GNU Bash 5.3)72 768
-Q(2024 March 29)144.29 E(75)193.45 E 0 Cg EP
-%%Page: 76 76
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(follo)184 84 Q 1.654(wing a)-.25 F/F2 10
-/Times-Bold@0 SF(while)4.154 E F1(or)4.154 E F2(until)4.154 E F1 -.1(ke)
-4.154 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.655
-(wing the)-.25 F F2(if)4.155 E F1(or)4.155 E F2(elif)4.155 E F1(reserv)
-4.155 E(ed)-.15 E -.1(wo)184 96 S .582(rds, part of an).1 F 3.082(yc)
--.15 G .582(ommand e)-3.082 F -.15(xe)-.15 G .581(cuted in a).15 F F2
-(&&)3.081 E F1(or)3.081 E F2(||)3.081 E F1 .581(list e)3.081 F .581
-(xcept the command follo)-.15 F(wing)-.25 E .917(the \214nal)184 108 R
-F2(&&)3.417 E F1(or)3.417 E F2(||)3.417 E F1 3.417(,a)C 1.217 -.15(ny c)
--3.417 H .918(ommand in a pipeline b).15 F .918
-(ut the last, or if the command')-.2 F 3.418(sr)-.55 G(eturn)-3.418 E
--.25(va)184 120 S .661(lue is being in).25 F -.15(ve)-.4 G .661
-(rted with).15 F F2(!)3.161 E F1 5.661(.I)C 3.161(fac)-5.661 G .66
-(ompound command other than a subshell returns a)-3.161 F 1.112
-(non-zero status because a command f)184 132 R 1.112(ailed while)-.1 F
-F2<ad65>3.612 E F1 -.1(wa)3.612 G 3.612(sb).1 G 1.113
-(eing ignored, the shell does)-3.612 F .178(not e)184 144 R 2.678
-(xit. A)-.15 F .178(trap on)2.678 F F2(ERR)2.678 E F1 2.678(,i)C 2.678
-(fs)-2.678 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178
-(cuted before the shell e).15 F 2.677(xits. This)-.15 F .177
-(option applies to)2.677 F .617(the shell en)184 156 R .617
-(vironment and each subshell en)-.4 F .617(vironment separately \(see)
--.4 F/F3 9/Times-Bold@0 SF .618(COMMAND EXE-)3.118 F .643(CUTION ENVIR)
-184 168 R(ONMENT)-.27 E F1(abo)2.893 E -.15(ve)-.15 G .643
-(\), and may cause subshells to e).15 F .643(xit before e)-.15 F -.15
-(xe)-.15 G .642(cuting all).15 F(the commands in the subshell.)184 180 Q
-.998(If a compound command or shell function e)184 196.8 R -.15(xe)-.15
-G .999(cutes in a conte).15 F .999(xt where)-.15 F F2<ad65>3.499 E F1
-.999(is being ig-)3.499 F .089(nored, none of the commands e)184 208.8 R
--.15(xe)-.15 G .089(cuted within the compound command or function body)
-.15 F .502(will be af)184 220.8 R .502(fected by the)-.25 F F2<ad65>
-3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)
--3.002 E F2<ad65>3.002 E F1 .502(is set and a command returns a f)3.002
-F .503(ailure sta-)-.1 F 4.184(tus. If)184 232.8 R 4.184(ac)4.184 G
-1.684(ompound command or shell function sets)-4.184 F F2<ad65>4.183 E F1
-1.683(while e)4.183 F -.15(xe)-.15 G 1.683(cuting in a conte).15 F(xt)
--.15 E(where)184 244.8 Q F2<ad65>3.153 E F1 .653
-(is ignored, that setting will not ha)3.153 F .954 -.15(ve a)-.2 H .954
--.15(ny e).15 H -.25(ff).15 G .654(ect until the compound command).25 F
-(or the command containing the function call completes.)184 256.8 Q F2
-<ad66>144 268.8 Q F1(Disable pathname e)184 268.8 Q(xpansion.)-.15 E F2
-<ad68>144 280.8 Q F1 .988(Remember the location of commands as the)184
-280.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F
--.15(xe)-.15 G 3.488(cution. This).15 F .987(is en-)3.487 F
-(abled by def)184 292.8 Q(ault.)-.1 E F2<ad6b>144 304.8 Q F1 .513
-(All ar)184 304.8 R .514
-(guments in the form of assignment statements are placed in the en)-.18
-F .514(vironment for a)-.4 F
-(command, not just those that precede the command name.)184 316.8 Q F2
-<ad6d>144 328.8 Q F1 .149(Monitor mode.)184 328.8 R .149
-(Job control is enabled.)5.149 F .148(This option is on by def)5.149 F
-.148(ault for interacti)-.1 F .448 -.15(ve s)-.25 H(hells).15 E .65
-(on systems that support it \(see)184 340.8 R F3 .651(JOB CONTR)3.151 F
-(OL)-.27 E F1(abo)2.901 E -.15(ve)-.15 G 3.151(\). All).15 F .651
-(processes run in a separate)3.151 F .679(process group.)184 352.8 R
-.678(When a background job completes, the shell prints a line containin\
-g its)5.679 F -.15(ex)184 364.8 S(it status.).15 E F2<ad6e>144 376.8 Q
-F1 .652(Read commands b)184 376.8 R .652(ut do not e)-.2 F -.15(xe)-.15
-G .652(cute them.).15 F .653
-(This may be used to check a shell script for)5.652 F(syntax errors.)184
-388.8 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15
-E F2<ad6f>144 400.8 Q F0(option\255name)2.5 E F1(The)184 412.8 Q F0
-(option\255name)2.5 E F1(can be one of the follo)2.5 E(wing:)-.25 E F2
-(allexport)184 424.8 Q F1(Same as)224 436.8 Q F2<ad61>2.5 E F1(.)A F2
-(braceexpand)184 448.8 Q F1(Same as)224 460.8 Q F2<ad42>2.5 E F1(.)A F2
-(emacs)184 472.8 Q F1 .089
-(Use an emacs-style command line editing interf)224 472.8 R 2.589
-(ace. This)-.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95
-(when the shell is interacti)224 484.8 R -.15(ve)-.25 G 3.45(,u).15 G
-.95(nless the shell is started with the)-3.45 F F2(\255\255noediting)
-3.45 E F1 2.5(option. This)224 496.8 R(also af)2.5 E
-(fects the editing interf)-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G
-(ad \255e).18 E F1(.)A F2(err)184 508.8 Q(exit)-.18 E F1(Same as)224
-508.8 Q F2<ad65>2.5 E F1(.)A F2(errtrace)184 520.8 Q F1(Same as)224
-520.8 Q F2<ad45>2.5 E F1(.)A F2(functrace)184 532.8 Q F1(Same as)224
-544.8 Q F2<ad54>2.5 E F1(.)A F2(hashall)184 556.8 Q F1(Same as)224 556.8
-Q F2<ad68>2.5 E F1(.)A F2(histexpand)184 568.8 Q F1(Same as)224 580.8 Q
-F2<ad48>2.5 E F1(.)A F2(history)184 592.8 Q F1 .587
-(Enable command history)224 592.8 R 3.087(,a)-.65 G 3.087(sd)-3.087 G
-.587(escribed abo)-3.087 F .887 -.15(ve u)-.15 H(nder).15 E F3(HIST)
-3.087 E(OR)-.162 E(Y)-.315 E/F4 9/Times-Roman@0 SF(.)A F1 .587
-(This option is)5.087 F(on by def)224 604.8 Q(ault in interacti)-.1 E .3
--.15(ve s)-.25 H(hells.).15 E F2(ignor)184 616.8 Q(eeof)-.18 E F1 .821
-(The ef)224 628.8 R .822
-(fect is as if the shell command \231IGNOREEOF=10\232 had been e)-.25 F
--.15(xe)-.15 G(cuted).15 E(\(see)224 640.8 Q F2(Shell V)2.5 E(ariables)
--.92 E F1(abo)2.5 E -.15(ve)-.15 G(\).).15 E F2 -.1(ke)184 652.8 S(yw).1
-E(ord)-.1 E F1(Same as)224 664.8 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184
-676.8 Q F1(Same as)224 676.8 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 688.8
-Q(ber)-.1 E F1(Same as)224 700.8 Q F2<ad43>2.5 E F1(.)A(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(76)193.45 E 0 Cg EP
-%%Page: 77 77
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(noexec)184 84 Q F1(Same as)
-224 84 Q F2<ad6e>2.5 E F1(.)A F2(noglob)184 96 Q F1(Same as)224 96 Q F2
-<ad66>2.5 E F1(.)A F2(nolog)184 108 Q F1(Currently ignored.)224 108 Q F2
-(notify)184 120 Q F1(Same as)224 120 Q F2<ad62>2.5 E F1(.)A F2(nounset)
-184 132 Q F1(Same as)224 132 Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 144 Q
-F1(Same as)224 144 Q F2<ad74>2.5 E F1(.)A F2(ph)184 156 Q(ysical)-.15 E
-F1(Same as)224 156 Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 168 Q F1 1.03
-(If set, the return v)224 168 R 1.029(alue of a pipeline is the v)-.25 F
-1.029(alue of the last \(rightmost\) com-)-.25 F 1.136(mand to e)224 180
-R 1.136
-(xit with a non-zero status, or zero if all commands in the pipeline)
--.15 F -.15(ex)224 192 S(it successfully).15 E 5(.T)-.65 G
-(his option is disabled by def)-5 E(ault.)-.1 E F2(posix)184 204 Q F1
-2.091(Change the beha)224 204 R 2.091(vior of)-.2 F F2(bash)4.591 E F1
-2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091
-(fers from the)-.25 F 1.212(POSIX standard to match the standard \()224
-216 R F0 1.212(posix mode)B F1 3.712(\). See)B/F3 9/Times-Bold@0 SF
-1.212(SEE ALSO)3.712 F F1(belo)3.463 E(w)-.25 E .955
-(for a reference to a document that details ho)224 228 R 3.454(wp)-.25 G
-.954(osix mode af)-3.454 F .954(fects bash')-.25 F 3.454(sb)-.55 G(e-)
--3.454 E(ha)224 240 Q(vior)-.2 E(.)-.55 E F2(pri)184 252 Q(vileged)-.1 E
-F1(Same as)224 264 Q F2<ad70>2.5 E F1(.)A F2 -.1(ve)184 276 S(rbose).1 E
-F1(Same as)224 276 Q F2<ad76>2.5 E F1(.)A F2(vi)184 288 Q F1 .209
-(Use a vi-style command line editing interf)224 288 R 2.709(ace. This)
--.1 F .209(also af)2.709 F .21(fects the editing in-)-.25 F(terf)224 300
-Q(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2(xtrace)
-184 312 Q F1(Same as)224 312 Q F2<ad78>2.5 E F1(.)A(If)184 324 Q F2
-<ad6f>2.766 E F1 .266(is supplied with no)2.766 F F0(option\255name)
-2.765 E F1(,)A F2(set)2.765 E F1 .265
-(prints the current shell option settings.)2.765 F(If)5.265 E F2(+o)
-2.765 E F1 .078(is supplied with no)184 336 R F0(option\255name)2.578 E
-F1(,)A F2(set)2.578 E F1 .079(prints a series of)2.579 F F2(set)2.579 E
-F1 .079(commands to recreate the cur)2.579 F(-)-.2 E
-(rent option settings on the standard output.)184 348 Q F2<ad70>144 360
-Q F1 -.45(Tu)184 360 S 2.629(rn on).45 F F0(privile)6.378 E -.1(ge)-.4 G
-(d).1 E F1 5.128(mode. In)5.898 F 2.628(this mode, the)5.128 F F3($ENV)
-5.128 E F1(and)4.878 E F3($B)5.128 E(ASH_ENV)-.27 E F1 2.628
-(\214les are not)4.878 F .289
-(processed, shell functions are not inherited from the en)184 372 R .289
-(vironment, and the)-.4 F F3(SHELLOPTS)2.789 E/F4 9/Times-Roman@0 SF(,)A
-F3 -.27(BA)184 384 S(SHOPTS).27 E F4(,)A F3(CDP)2.775 E -.855(AT)-.666 G
-(H).855 E F4(,)A F1(and)2.775 E F3(GLOBIGNORE)3.025 E F1 -.25(va)2.775 G
-.524(riables, if the).25 F 3.024(ya)-.15 G .524(ppear in the en)-3.024 F
-(vironment,)-.4 E .379(are ignored.)184 396 R .379
-(If the shell is started with the ef)5.379 F(fecti)-.25 E .679 -.15
-(ve u)-.25 H .38(ser \(group\) id not equal to the real).15 F .462
-(user \(group\) id, and the)184 408 R F2<ad70>2.961 E F1 .461
-(option is not supplied, these actions are tak)2.961 F .461
-(en and the ef)-.1 F(fec-)-.25 E(ti)184 420 Q .694 -.15(ve u)-.25 H .394
-(ser id is set to the real user id.).15 F .395(If the)5.395 F F2<ad70>
-2.895 E F1 .395(option is supplied at startup, the ef)2.895 F(fecti)-.25
-E -.15(ve)-.25 G .387(user id is not reset.)184 432 R -.45(Tu)5.387 G
-.387(rning this option of).45 F 2.886(fc)-.25 G .386(auses the ef)-2.886
-F(fecti)-.25 E .686 -.15(ve u)-.25 H .386(ser and group ids to be).15 F
-(set to the real user and group ids.)184 444 Q F2<ad72>144 456 Q F1
-(Enable restricted shell mode.)184 456 Q
-(This option cannot be unset once it has been set.)5 E F2<ad74>144 468 Q
-F1(Exit after reading and e)184 468 Q -.15(xe)-.15 G
-(cuting one command.).15 E F2<ad75>144 480 Q F1 -.35(Tr)184 480 S .662
-(eat unset v).35 F .662(ariables and parameters other than the special \
-parameters \231@\232 and \231*\232, or)-.25 F .349(array v)184 492 R
-.348(ariables subscripted with \231@\232 or \231*\232, as an error when\
- performing parameter e)-.25 F(x-)-.15 E 2.89(pansion. If)184 504 R -.15
-(ex)2.89 G .391(pansion is attempted on an unset v).15 F .391
-(ariable or parameter)-.25 F 2.891(,t)-.4 G .391(he shell prints an)
--2.891 F(error message, and, if not interacti)184 516 Q -.15(ve)-.25 G
-2.5(,e).15 G(xits with a non-zero status.)-2.65 E F2<ad76>144 528 Q F1
-(Print shell input lines as the)184 528 Q 2.5(ya)-.15 G(re read.)-2.5 E
-F2<ad78>144 540 Q F1 .315(After e)184 540 R .315(xpanding each)-.15 F F0
-.315(simple command)2.815 F F1(,)A F2 -.25(fo)2.815 G(r).25 E F1
-(command,)2.815 E F2(case)2.815 E F1(command,)2.815 E F2(select)2.815 E
-F1(command,)2.815 E 1.235(or arithmetic)184 552 R F2 -.25(fo)3.736 G(r)
-.25 E F1 1.236(command, display the e)3.736 F 1.236(xpanded v)-.15 F
-1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F1(follo)3.486 E 1.236
-(wed by the com-)-.25 F(mand and its e)184 564 Q(xpanded ar)-.15 E
-(guments or associated w)-.18 E(ord list, to standard error)-.1 E(.)-.55
-E F2<ad42>144 576 Q F1 1.206(The shell performs brace e)184 576 R 1.206
-(xpansion \(see)-.15 F F2 1.205(Brace Expansion)3.705 F F1(abo)3.705 E
--.15(ve)-.15 G 3.705(\). This).15 F 1.205(is on by de-)3.705 F -.1(fa)
-184 588 S(ult.).1 E F2<ad43>144 600 Q F1 .213(If set,)184 600 R F2(bash)
-2.713 E F1 .213(does not o)2.713 F -.15(ve)-.15 G .214(rwrite an e).15 F
-.214(xisting \214le with the)-.15 F F2(>)2.714 E F1(,)A F2(>&)2.714 E F1
-2.714(,a)C(nd)-2.714 E F2(<>)2.714 E F1 .214(redirection opera-)2.714 F
-3.054(tors. This)184 612 R .553(may be o)3.053 F -.15(ve)-.15 G .553
-(rridden when creating output \214les by using the redirection opera-)
-.15 F(tor)184 624 Q F2(>|)2.5 E F1(instead of)2.5 E F2(>)2.5 E F1(.)A F2
-<ad45>144 636 Q F1 .103(If set, an)184 636 R 2.603(yt)-.15 G .103
-(rap on)-2.603 F F2(ERR)2.603 E F1 .104
-(is inherited by shell functions, command substitutions, and com-)2.603
-F .839(mands e)184 648 R -.15(xe)-.15 G .839(cuted in a subshell en).15
-F 3.339(vironment. The)-.4 F F2(ERR)3.338 E F1 .838
-(trap is normally not inherited in)3.338 F(such cases.)184 660 Q F2
-<ad48>144 672 Q F1(Enable)184 672 Q F2(!)3.031 E F1 .531
-(style history substitution.)5.531 F .531(This option is on by def)5.531
-F .532(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 684 Q -.15
-(ve)-.25 G(.).15 E F2<ad50>144 696 Q F1 .96
-(If set, the shell does not resolv)184 696 R 3.459(es)-.15 G .959
-(ymbolic links when e)-3.459 F -.15(xe)-.15 G .959
-(cuting commands such as).15 F F2(cd)3.459 E F1 1.452
-(that change the current w)184 708 R 1.452(orking directory)-.1 F 6.452
-(.I)-.65 G 3.953(tu)-6.452 G 1.453(ses the ph)-3.953 F 1.453
-(ysical directory structure in-)-.05 F 5.506(stead. By)184 720 R(def)
-5.506 E(ault,)-.1 E F2(bash)5.506 E F1(follo)5.506 E 3.005
-(ws the logical chain of directories when performing)-.25 F
-(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(77)193.45 E 0 Cg EP
-%%Page: 78 78
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(commands which change the current directory)184 84
-Q(.)-.65 E/F2 10/Times-Bold@0 SF<ad54>144 96 Q F1 .89(If set, an)184 96
-R 3.39(yt)-.15 G .89(raps on)-3.39 F F2(DEB)3.39 E(UG)-.1 E F1(and)3.39
-E F2(RETURN)3.39 E F1 .89(are inherited by shell functions, command)3.39
-F 1.932(substitutions, and commands e)184 108 R -.15(xe)-.15 G 1.932
-(cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F2(DEB)4.432 E
-(UG)-.1 E F1(and)4.432 E F2(RETURN)184 120 Q F1
-(traps are normally not inherited in such cases.)2.5 E F2<adad>144 132 Q
-F1 .4(If no ar)184 132 R .401(guments follo)-.18 F 2.901(wt)-.25 G .401
-(his option, then the positional parameters are unset.)-2.901 F
-(Otherwise,)5.401 E(the positional parameters are set to the)184 144 Q
-F0(ar)2.5 E(g)-.37 E F1(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G
-(ome of them be)-2.5 E(gin with a)-.15 E F2<ad>2.5 E F1(.)A F2<ad>144
-156 Q F1 .279(Signal the end of options, cause all remaining)184 156 R
-F0(ar)2.779 E(g)-.37 E F1 2.779(st)C 2.779(ob)-2.779 G 2.778(ea)-2.779 G
-.278(ssigned to the positional para-)-2.778 F 3.021(meters. The)184 168
-R F2<ad78>3.021 E F1(and)3.022 E F2<ad76>3.022 E F1 .522
-(options are turned of)3.022 F 3.022(f. If)-.25 F .522(there are no)
-3.022 F F0(ar)3.022 E(g)-.37 E F1 .522(s, the positional para-)B
-(meters remain unchanged.)184 180 Q .425(The options are of)144 196.8 R
-2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425
-(ault unless otherwise noted.)-.1 F .425
-(Using + rather than \255 causes these options)5.425 F .177
-(to be turned of)144 208.8 R 2.677(f. The)-.25 F .178
-(options can also be speci\214ed as ar)2.678 F .178(guments to an in)
--.18 F -.2(vo)-.4 G .178(cation of the shell.).2 F(The)5.178 E .066
-(current set of options may be found in)144 220.8 R F2<24ad>2.566 E F1
-5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066
-(ys true unless an in).1 F -.25(va)-.4 G .066(lid option).25 F
-(is encountered.)144 232.8 Q F2(shift)108 249.6 Q F1([)2.5 E F0(n)A F1
-(])A 1.669(The positional parameters from)144 261.6 R F0(n)4.169 E F1
-1.67(+1 .)B -1.662 1.666(.. a)1.666 H 1.67(re renamed to)-1.666 F F2
-1.67($1 .)4.17 F 1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)6.67 G 1.67
-(rameters represented by the).15 F(numbers)144 273.6 Q F2($#)2.702 E F1
-(do)2.702 E .202(wn to)-.25 F F2($#)2.702 E F1<ad>A F0(n)A F1 .202
-(+1 are unset.)B F0(n)5.562 E F1 .202(must be a non-ne)2.942 F -.05(ga)
--.15 G(ti).05 E .502 -.15(ve n)-.25 H .201(umber less than or equal to)
-.15 F F2($#)2.701 E F1(.)A(If)144 285.6 Q F0(n)3.461 E F1 .601
-(is 0, no parameters are changed.)3.341 F(If)5.602 E F0(n)3.462 E F1
-.602(is not gi)3.342 F -.15(ve)-.25 G .602(n, it is assumed to be 1.).15
-F(If)5.602 E F0(n)3.462 E F1 .602(is greater than)3.342 F F2($#)144
-297.6 Q F1 2.791(,t)C .291(he positional parameters are not changed.)
--2.791 F .29(The return status is greater than zero if)5.291 F F0(n)3.15
-E F1 .29(is greater)3.03 F(than)144 309.6 Q F2($#)2.5 E F1
-(or less than zero; otherwise 0.)2.5 E F2(shopt)108 326.4 Q F1([)2.5 E
-F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F0(optname)-2.5 E
-F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 338.4 S .639(ggle the v).8 F
-.639(alues of settings controlling optional shell beha)-.25 F(vior)-.2 E
-5.639(.T)-.55 G .64(he settings can be either those)-5.639 F .375
-(listed belo)144 350.4 R 1.675 -.65(w, o)-.25 H 1.175 -.4(r, i).65 H
-2.875(ft).4 G(he)-2.875 E F2<ad6f>2.875 E F1 .375
-(option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25
-F F2<ad6f>2.875 E F1 .374(option to the)2.875 F F2(set)2.874 E F1 -.2
-(bu)2.874 G .374(iltin com-).2 F 2.565(mand. W)144 362.4 R .065
-(ith no options, or with the)-.4 F F2<ad70>2.566 E F1 .066
-(option, a list of all settable options is displayed, with an in-)2.566
-F .074(dication of whether or not each is set; if)144 374.4 R F0
-(optnames)2.574 E F1 .074
-(are supplied, the output is restricted to those op-)2.574 F 3.105
-(tions. The)144 386.4 R F2<ad70>3.105 E F1 .605(option causes output to\
- be displayed in a form that may be reused as input.)3.105 F(Other)5.605
-E(options ha)144 398.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad73>144 410.4 Q F1(Enable \(set\) each)180
-410.4 Q F0(optname)2.5 E F1(.)A F2<ad75>144 422.4 Q F1
-(Disable \(unset\) each)180 422.4 Q F0(optname)2.5 E F1(.)A F2<ad71>144
-434.4 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
-tus indicates whether the)180 434.4 R F0(optname)2.503 E F1(is)2.503 E
-.255(set or unset.)180 446.4 R .255(If multiple)5.255 F F0(optname)2.755
-E F1(ar)2.755 E .256(guments are gi)-.18 F -.15(ve)-.25 G 2.756(nw).15 G
-(ith)-2.756 E F2<ad71>2.756 E F1 2.756(,t)C .256
-(he return status is zero if)-2.756 F(all)180 458.4 Q F0(optnames)2.5 E
-F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144 470.4 Q F1
-(Restricts the v)180 470.4 Q(alues of)-.25 E F0(optname)2.5 E F1
-(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)2.5
-E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 487.2 R F2
-<ad73>3.125 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
-3.124 F F0(optname)3.124 E F1(ar)3.124 E(guments,)-.18 E F2(shopt)3.124
-E F1(sho)3.124 E .624(ws only those options which are)-.25 F .983
-(set or unset, respecti)144 499.2 R -.15(ve)-.25 G(ly).15 E 5.983(.U)
--.65 G .983(nless otherwise noted, the)-5.983 F F2(shopt)3.484 E F1 .984
-(options are disabled \(unset\) by de-)3.484 F -.1(fa)144 511.2 S(ult.)
-.1 E 1.544(The return status when listing options is zero if all)144 528
-R F0(optnames)4.044 E F1 1.544(are enabled, non-zero otherwise.)4.044 F
-.696
-(When setting or unsetting options, the return status is zero unless an)
-144 540 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .696(alid shell)
--.25 F(option.)144 552 Q(The list of)144 568.8 Q F2(shopt)2.5 E F1
-(options is:)2.5 E F2(array_expand_once)144 585.6 Q F1 1.832
-(If set, the shell suppresses multiple e)184 597.6 R -.25(va)-.25 G
-1.832(luation of associati).25 F 2.131 -.15(ve a)-.25 H 1.831(nd inde)
-.15 F -.15(xe)-.15 G 4.331(da).15 G 1.831(rray sub-)-4.331 F .025
-(scripts during arithmetic e)184 609.6 R .025(xpression e)-.15 F -.25
-(va)-.25 G .025(luation, while e).25 F -.15(xe)-.15 G .025(cuting b).15
-F .025(uiltins that can perform)-.2 F -.25(va)184 621.6 S
-(riable assignments, and while e).25 E -.15(xe)-.15 G(cuting b).15 E
-(uiltins that perform array dereferencing.)-.2 E F2(assoc_expand_once)
-144 633.6 Q F1(Deprecated; a synon)184 645.6 Q(ym for)-.15 E F2
-(array_expand_once)2.5 E F1(.)A F2(autocd)144 657.6 Q F1 .2
-(If set, a command name that is the name of a directory is e)184 657.6 R
--.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E
-(ment to the)184 669.6 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
-(option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E
-F2(cdable_v)144 681.6 Q(ars)-.1 E F1 .155(If set, an ar)184 693.6 R .155
-(gument to the)-.18 F F2(cd)2.655 E F1 -.2(bu)2.655 G .156
-(iltin command that is not a directory is assumed to be the).2 F
-(name of a v)184 705.6 Q(ariable whose v)-.25 E
-(alue is the directory to change to.)-.25 E(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(78)193.45 E 0 Cg EP
-%%Page: 79 79
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(cdspell)144 84 Q F1 1.055
-(If set, minor errors in the spelling of a directory component in a)184
-84 R F2(cd)3.555 E F1 1.055(command will be)3.555 F 3.987
-(corrected. The)184 96 R 1.487(errors check)3.987 F 1.487
-(ed for are transposed characters, a missing character)-.1 F 3.988(,a)
--.4 G(nd)-3.988 E .77(one character too man)184 108 R 4.57 -.65(y. I)
--.15 H 3.27(fac).65 G .77
-(orrection is found, the corrected \214lename is printed, and)-3.27 F
-(the command proceeds.)184 120 Q(This option is only used by interacti)5
-E .3 -.15(ve s)-.25 H(hells.).15 E F2(checkhash)144 132 Q F1 .736
-(If set,)184 144 R F2(bash)3.236 E F1 .736
-(checks that a command found in the hash table e)3.236 F .737
-(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 156
-Q(If a hashed command no longer e)5 E
-(xists, a normal path search is performed.)-.15 E F2(checkjobs)144 168 Q
-F1 .449(If set,)184 180 R F2(bash)2.949 E F1 .449
-(lists the status of an)2.949 F 2.949(ys)-.15 G .448
-(topped and running jobs before e)-2.949 F .448(xiting an interacti)-.15
-F -.15(ve)-.25 G 2.661(shell. If)184 192 R(an)2.661 E 2.661(yj)-.15 G
-.161(obs are running, this causes the e)-2.661 F .161
-(xit to be deferred until a second e)-.15 F .162(xit is at-)-.15 F 1.473
-(tempted without an interv)184 204 R 1.473(ening command \(see)-.15 F/F3
-9/Times-Bold@0 SF 1.473(JOB CONTR)3.973 F(OL)-.27 E F1(abo)3.723 E -.15
-(ve)-.15 G 3.973(\). The).15 F 1.472(shell al-)3.972 F -.1(wa)184 216 S
-(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G(obs are stopped.)
--2.5 E F2(checkwinsize)144 228 Q F1 1.09(If set,)184 240 R F2(bash)3.59
-E F1 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09(ize after each e)
--3.59 F 1.09(xternal \(non-b)-.15 F 1.09(uiltin\) command and, if)-.2 F
-(necessary)184 252 Q 3.351(,u)-.65 G .851(pdates the v)-3.351 F .85
-(alues of)-.25 F F3(LINES)3.35 E F1(and)3.1 E F3(COLUMNS)3.35 E/F4 9
-/Times-Roman@0 SF(.)A F1 .85(This option is enabled by de-)5.35 F -.1
-(fa)184 264 S(ult.).1 E F2(cmdhist)144 276 Q F1 .172(If set,)184 276 R
-F2(bash)2.672 E F1 .172(attempts to sa)2.672 F .472 -.15(ve a)-.2 H .173
-(ll lines of a multiple-line command in the same history en-).15 F(try)
-184 288 Q 5.597(.T)-.65 G .597(his allo)-5.597 F .597
-(ws easy re-editing of multi-line commands.)-.25 F .597
-(This option is enabled by de-)5.597 F -.1(fa)184 300 S 1.287(ult, b).1
-F 1.288(ut only has an ef)-.2 F 1.288
-(fect if command history is enabled, as described abo)-.25 F 1.588 -.15
-(ve u)-.15 H(nder).15 E F3(HIST)184 312 Q(OR)-.162 E(Y)-.315 E F4(.)A F2
-(compat31)144 324 Q(compat32)144 336 Q(compat40)144 348 Q(compat41)144
-360 Q(compat42)144 372 Q(compat43)144 384 Q(compat44)144 396 Q(compat50)
-144 408 Q F1 .889(These control aspects of the shell')184 420 R 3.389
-(sc)-.55 G .889(ompatibility mode \(see)-3.389 F F3 .889(SHELL COMP)
-3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 432 Q F1(belo)2.25 E
-(w\).)-.25 E F2(complete_fullquote)144 448.8 Q F1 .653(If set,)184 460.8
-R F2(bash)3.153 E F1 .653(quotes all shell metacharacters in \214lename\
-s and directory names when per)3.153 F(-)-.2 E 1.525
-(forming completion.)184 472.8 R 1.524(If not set,)6.525 F F2(bash)4.024
-E F1(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524
-(etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\
-haracters that will be quoted in completed \214lenames when these)184
-484.8 R .029(metacharacters appear in shell v)184 496.8 R .028
-(ariable references in w)-.25 F .028(ords to be completed.)-.1 F .028
-(This means)5.028 F 1.072(that dollar signs in v)184 508.8 R 1.073
-(ariable names that e)-.25 F 1.073
-(xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25
-(ev e)184 520.8 T 1.923 -.4(r, a).25 H 1.423 -.15(ny d).4 H 1.123
-(ollar signs appearing in \214lenames will not be quoted, either).15 F
-6.123(.T)-.55 G 1.122(his is acti)-6.123 F -.15(ve)-.25 G .59
-(only when bash is using backslashes to quote completed \214lenames.)184
-532.8 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 544.8 Q
-(ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E
-(ersions through 4.2.)-.15 E F2(dir)144 561.6 Q(expand)-.18 E F1 .487
-(If set,)184 573.6 R F2(bash)2.987 E F1 .486
-(replaces directory names with the results of w)2.986 F .486(ord e)-.1 F
-.486(xpansion when perform-)-.15 F .179(ing \214lename completion.)184
-585.6 R .179(This changes the contents of the readline editing b)5.179 F
-(uf)-.2 E(fer)-.25 E 5.18(.I)-.55 G 2.68(fn)-5.18 G(ot)-2.68 E(set,)184
-597.6 Q F2(bash)2.5 E F1(attempts to preserv)2.5 E 2.5(ew)-.15 G
-(hat the user typed.)-2.5 E F2(dirspell)144 614.4 Q F1 .859(If set,)184
-614.4 R F2(bash)3.359 E F1 .858
-(attempts spelling correction on directory names during w)3.359 F .858
-(ord completion if)-.1 F
-(the directory name initially supplied does not e)184 626.4 Q(xist.)-.15
-E F2(dotglob)144 643.2 Q F1 1.087(If set,)184 643.2 R F2(bash)3.587 E F1
-1.088(includes \214lenames be)3.588 F 1.088
-(ginning with a \231.\232 in the results of pathname e)-.15 F(xpan-)-.15
-E 3.389(sion. The)184 655.2 R .889
-(\214lenames \231.\232 and \231..\232 must al)3.389 F -.1(wa)-.1 G .888
-(ys be matched e).1 F(xplicitly)-.15 E 3.388(,e)-.65 G -.15(ve)-3.638 G
-3.388(ni).15 G(f)-3.388 E F2(dotglob)3.388 E F1(is)3.388 E(set.)184
-667.2 Q F2(execfail)144 684 Q F1 .516(If set, a non-interacti)184 684 R
-.816 -.15(ve s)-.25 H .516(hell will not e).15 F .516
-(xit if it cannot e)-.15 F -.15(xe)-.15 G .517
-(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)184
-696 Q F2(exec)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E(An interacti)5 E
-.3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 E F2(exec)2.5 E F1
--.1(fa)2.5 G(ils.).1 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(79)
-193.45 E 0 Cg EP
-%%Page: 80 80
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(expand_aliases)144 84 Q F1
-.717(If set, aliases are e)184 96 R .717(xpanded as described abo)-.15 F
-1.017 -.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(ALIASES)3.217 E
-/F4 9/Times-Roman@0 SF(.)A F1 .716(This option is enabled)5.217 F
-(by def)184 108 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.)
-.15 E F2(extdeb)144 124.8 Q(ug)-.2 E F1 .17(If set at shell in)184 136.8
-R -.2(vo)-.4 G .17(cation, or in a shell startup \214le, arrange to e).2
-F -.15(xe)-.15 G .17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082
-(before the shell starts, identical to the)184 148.8 R F2<adad646562>
-3.582 E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581
-F -.2(vo)-.4 G 1.081(cation, be-).2 F(ha)184 160.8 Q
-(vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F2(1.)184
-177.6 Q F1(The)220 177.6 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F
-F2(declar)4.251 E(e)-.18 E F1 -.2(bu)4.251 G 1.751
-(iltin displays the source \214le name and line).2 F
-(number corresponding to each function name supplied as an ar)220 189.6
-Q(gument.)-.18 E F2(2.)184 206.4 Q F1 1.667(If the command run by the)
-220 206.4 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)
-4.167 F 1.667(alue, the ne)-.25 F(xt)-.15 E
-(command is skipped and not e)220 218.4 Q -.15(xe)-.15 G(cuted.).15 E F2
-(3.)184 235.2 Q F1 .84(If the command run by the)220 235.2 R F2(DEB)3.34
-E(UG)-.1 E F1 .841(trap returns a v)3.341 F .841
-(alue of 2, and the shell is)-.25 F -.15(exe)220 247.2 S .488
-(cuting in a subroutine \(a shell function or a shell script e).15 F
--.15(xe)-.15 G .488(cuted by the).15 F F2(.)2.988 E F1(or)2.988 E F2
-(sour)220 259.2 Q(ce)-.18 E F1 -.2(bu)2.5 G
-(iltins\), the shell simulates a call to).2 E F2 -.18(re)2.5 G(tur).18 E
-(n)-.15 E F1(.)A F2(4.)184 276 Q F3 -.27(BA)220 276 S(SH_ARGC).27 E F1
-(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
-(are updated as described in their descriptions)3.154 F(abo)220 288 Q
--.15(ve)-.15 G(\).).15 E F2(5.)184 304.8 Q F1 1.637(Function tracing is\
- enabled: command substitution, shell functions, and sub-)220 304.8 R
-(shells in)220 316.8 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E
-F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5
-E(UG)-.1 E F1(and)2.5 E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 333.6
-Q F1 1.082(Error tracing is enabled: command substitution, shell functi\
-ons, and subshells)220 333.6 R(in)220 345.6 Q -.2(vo)-.4 G -.1(ke).2 G
-2.5(dw).1 G(ith)-2.5 E F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1
-(inherit the)2.5 E F2(ERR)2.5 E F1(trap.)2.5 E F2(extglob)144 362.4 Q F1
-.4(If set, the e)184 362.4 R .4
-(xtended pattern matching features described abo)-.15 F .7 -.15(ve u)
--.15 H(nder).15 E F2 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 374.4 Q
-F1(are enabled.)2.5 E F2(extquote)144 391.2 Q F1 .86(If set,)184 403.2 R
-F2($)3.36 E F1<08>A F0(string)A F1 3.36<0861>C(nd)-3.36 E F2($)3.36 E F1
-(")A F0(string)A F1 3.36("q)C .86(uoting is performed within)-3.36 F F2
-(${)3.36 E F0(par)A(ameter)-.15 E F2(})A F1 -.15(ex)3.36 G .86
-(pansions en-).15 F(closed in double quotes.)184 415.2 Q
-(This option is enabled by def)5 E(ault.)-.1 E F2(failglob)144 432 Q F1
-.243(If set, patterns which f)184 432 R .243
-(ail to match \214lenames during pathname e)-.1 F .243
-(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 444 Q(.)-.55
-E F2 -.25(fo)144 460.8 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1 .936
-(If set, the suf)184 472.8 R<8c78>-.25 E .936(es speci\214ed by the)-.15
-F F3(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936(ariable cause w)-.25 F
-.937(ords to be ignored)-.1 F .32(when performing w)184 484.8 R .32
-(ord completion e)-.1 F -.15(ve)-.25 G 2.82(ni).15 G 2.82(ft)-2.82 G .32
-(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 2.947
-(pletions. See)184 496.8 R F3 .447(SHELL V)2.947 F(ARIABLES)-1.215 E F1
-(abo)2.697 E .747 -.15(ve f)-.15 H .448(or a description of).15 F F3
-(FIGNORE)2.948 E F4(.)A F1 .448(This option is)4.948 F(enabled by def)
-184 508.8 Q(ault.)-.1 E F2(globasciiranges)144 525.6 Q F1 2.519
-(If set, range e)184 537.6 R 2.519
-(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518
-(xpressions \(see)-.15 F F3 -.09(Pa)5.018 G(tter).09 E(n)-.135 E
-(Matching)184 549.6 Q F1(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha)
--3.214 E 1.014 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214
-(nt)-3.214 G .714(he traditional C locale when performing comparisons.)
--3.214 F 1.02(That is, the current locale')184 561.6 R 3.52(sc)-.55 G
-1.02(ollating sequence is not tak)-3.52 F 1.02(en into account, so)-.1 F
-F2(b)3.52 E F1 1.02(will not)3.52 F .956(collate between)184 573.6 R F2
-(A)3.456 E F1(and)3.456 E F2(B)3.456 E F1 3.457(,a)C .957(nd upper)
--3.457 F .957(-case and lo)-.2 F(wer)-.25 E .957
-(-case ASCII characters will collate)-.2 F(together)184 585.6 Q(.)-.55 E
-F2(globskipdots)144 602.4 Q F1 .802(If set, pathname e)184 614.4 R .802
-(xpansion will ne)-.15 F -.15(ve)-.25 G 3.302(rm).15 G .802
-(atch the \214lenames \231.\232 and \231..\232, e)-3.302 F -.15(ve)-.25
-G 3.302(ni).15 G 3.302(ft)-3.302 G .802(he pat-)-3.302 F(tern be)184
-626.4 Q(gins with a \231.\232.)-.15 E(This option is enabled by def)5 E
-(ault.)-.1 E F2(globstar)144 643.2 Q F1 .518(If set, the pattern)184
-643.2 R F2(**)3.018 E F1 .519(used in a pathname e)3.019 F .519
-(xpansion conte)-.15 F .519(xt will match all \214les and zero)-.15 F
-.432(or more directories and subdirectories.)184 655.2 R .431
-(If the pattern is follo)5.432 F .431(wed by a)-.25 F F2(/)2.931 E F1
-2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184
-667.2 Q F2(gnu_errfmt)144 684 Q F1(If set, shell error messages are wri\
-tten in the standard GNU error message format.)184 696 Q(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(80)193.45 E 0 Cg EP
-%%Page: 81 81
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(histappend)144 84 Q F1 .676
-(If set, the history list is appended to the \214le named by the v)184
-96 R .676(alue of the)-.25 F/F3 9/Times-Bold@0 SF(HISTFILE)3.177 E F1
--.25(va)2.927 G(ri-).25 E(able when the shell e)184 108 Q
-(xits, rather than o)-.15 E -.15(ve)-.15 G(rwriting the \214le.).15 E F2
-(histr)144 124.8 Q(eedit)-.18 E F1 .576(If set, and)184 136.8 R F2 -.18
-(re)3.076 G(adline).18 E F1 .575(is being used, a user is gi)3.076 F
--.15(ve)-.25 G 3.075(nt).15 G .575(he opportunity to re-edit a f)-3.075
-F .575(ailed his-)-.1 F(tory substitution.)184 148.8 Q F2(histv)144
-165.6 Q(erify)-.1 E F1 .402(If set, and)184 177.6 R F2 -.18(re)2.903 G
-(adline).18 E F1 .403
-(is being used, the results of history substitution are not immediately)
-2.903 F .662(passed to the shell parser)184 189.6 R 5.662(.I)-.55 G .661
-(nstead, the resulting line is loaded into the)-5.662 F F2 -.18(re)3.161
-G(adline).18 E F1(editing)3.161 E -.2(bu)184 201.6 S -.25(ff).2 G(er).25
-E 2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
-(hostcomplete)144 218.4 Q F1 1.181(If set, and)184 230.4 R F2 -.18(re)
-3.681 G(adline).18 E F1 1.181(is being used,)3.681 F F2(bash)3.682 E F1
-1.182(will attempt to perform hostname completion)3.682 F 1.381
-(when a w)184 242.4 R 1.381(ord containing a)-.1 F F2(@)3.881 E F1 1.381
-(is being completed \(see)3.881 F F2(Completing)3.88 E F1(under)3.88 E
-F3(READLINE)3.88 E F1(abo)184 254.4 Q -.15(ve)-.15 G 2.5(\). This).15 F
-(is enabled by def)2.5 E(ault.)-.1 E F2(huponexit)144 271.2 Q F1
-(If set,)184 283.2 Q F2(bash)2.5 E F1(will send)2.5 E F3(SIGHUP)2.5 E F1
-(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H(ogin shell e)
-.15 E(xits.)-.15 E F2(inherit_err)144 300 Q(exit)-.18 E F1 .219
-(If set, command substitution inherits the v)184 312 R .219(alue of the)
--.25 F F2(err)2.719 E(exit)-.18 E F1 .22(option, instead of unsetting)
-2.719 F(it in the subshell en)184 324 Q 2.5(vironment. This)-.4 F
-(option is enabled when)2.5 E F0(posix mode)2.5 E F1(is enabled.)2.5 E
-F2(interacti)144 340.8 Q -.1(ve)-.1 G(_comments).1 E F1 .33
-(If set, allo)184 352.8 R 2.83(waw)-.25 G .33(ord be)-2.93 F .33
-(ginning with)-.15 F F2(#)2.83 E F1 .33(to cause that w)2.83 F .33
-(ord and all remaining characters on)-.1 F .967
-(that line to be ignored in an interacti)184 364.8 R 1.267 -.15(ve s)
--.25 H .967(hell \(see).15 F F3(COMMENTS)3.467 E F1(abo)3.217 E -.15(ve)
--.15 G 3.467(\). This).15 F .968(option is)3.468 F(enabled by def)184
-376.8 Q(ault.)-.1 E F2(lastpipe)144 393.6 Q F1 .066
-(If set, and job control is not acti)184 393.6 R -.15(ve)-.25 G 2.566
-(,t).15 G .066(he shell runs the last command of a pipeline not e)-2.566
-F -.15(xe)-.15 G(-).15 E
-(cuted in the background in the current shell en)184 405.6 Q(vironment.)
--.4 E F2(lithist)144 422.4 Q F1 .654(If set, and the)184 422.4 R F2
-(cmdhist)3.154 E F1 .654(option is enabled, multi-line commands are sa)
-3.154 F -.15(ve)-.2 G 3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)
--3.155 F(with embedded ne)184 434.4 Q
-(wlines rather than using semicolon separators where possible.)-.25 E F2
-(localv)144 451.2 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 463.2 R
-.422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422
-(utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184
-475.2 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
-(yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174
-(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 487.2 Q
-F2(localv)144 504 Q(ar_unset)-.1 E F1 .329(If set, calling)184 516 R F2
-(unset)2.829 E F1 .329(on local v)2.829 F .329(ariables in pre)-.25 F
-.328(vious function scopes marks them so subse-)-.25 F .543(quent looku\
-ps \214nd them unset until that function returns. This is identical to \
-the beha)184 528 R(v-)-.2 E(ior of unsetting local v)184 540 Q
-(ariables at the current function scope.)-.25 E F2(login_shell)144 556.8
-Q F1 .486
-(The shell sets this option if it is started as a login shell \(see)184
-568.8 R F3(INV)2.986 E(OCA)-.405 E(TION)-.855 E F1(abo)2.736 E -.15(ve)
--.15 G 2.986(\). The).15 F -.25(va)184 580.8 S(lue may not be changed.)
-.25 E F2(mailwar)144 597.6 Q(n)-.15 E F1 .814(If set, and a \214le that)
-184 609.6 R F2(bash)3.314 E F1 .815
-(is checking for mail has been accessed since the last time it)3.314 F
--.1(wa)184 621.6 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
-(displays the message \231The mail in)2.5 E F0(mail\214le)2.5 E F1
-(has been read\232.)2.5 E F2(no_empty_cmd_completion)144 638.4 Q F1 .325
-(If set, and)184 650.4 R F2 -.18(re)2.825 G(adline).18 E F1 .325
-(is being used,)2.825 F F2(bash)2.824 E F1 .324
-(will not attempt to search the)2.824 F F3 -.666(PA)2.824 G(TH)-.189 E
-F1 .324(for possible)2.574 F
-(completions when completion is attempted on an empty line.)184 662.4 Q
-F2(nocaseglob)144 679.2 Q F1 .436(If set,)184 691.2 R F2(bash)2.936 E F1
-.436(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)
--.25 H .437(ashion when performing pathname).05 F -.15(ex)184 703.2 S
-(pansion \(see).15 E F2 -.1(Pa)2.5 G(thname Expansion).1 E F1(abo)2.5 E
--.15(ve)-.15 G(\).).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(81)193.45 E 0 Cg EP
-%%Page: 82 82
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(nocasematch)144 84 Q F1 1.194
-(If set,)184 96 R F2(bash)3.694 E F1 1.194
-(matches patterns in a case\255insensiti)3.694 F 1.493 -.15(ve f)-.25 H
-1.193(ashion when performing matching).05 F .551(while e)184 108 R -.15
-(xe)-.15 G(cuting).15 E F2(case)3.051 E F1(or)3.051 E F2([[)3.051 E F1
-.551(conditional commands, when performing pattern substitution)3.051 F
--.1(wo)184 120 S .623(rd e).1 F .623(xpansions, or when \214ltering pos\
-sible completions as part of programmable com-)-.15 F(pletion.)184 132 Q
-F2(noexpand_translation)144 148.8 Q F1 .669(If set,)184 160.8 R F2(bash)
-3.169 E F1 .669(encloses the translated results of)3.169 F F2($")3.169 E
-F1 1.666(...)C F2(")-1.666 E F1 .669
-(quoting in single quotes instead of)3.169 F(double quotes.)184 172.8 Q
-(If the string is not translated, this has no ef)5 E(fect.)-.25 E F2
-(nullglob)144 189.6 Q F1 1.581(If set, pathname e)184 201.6 R 1.581
-(xpansion patterns which match no \214les \(see)-.15 F F2 -.1(Pa)4.081 G
-1.58(thname Expansion).1 F F1(abo)184 213.6 Q -.15(ve)-.15 G 2.5(\)e).15
-G(xpand to nothing and are remo)-2.65 E -.15(ve)-.15 G(d, rather than e)
-.15 E(xpanding to themselv)-.15 E(es.)-.15 E F2(patsub_r)144 230.4 Q
-(eplacement)-.18 E F1 .105(If set,)184 242.4 R F2(bash)2.605 E F1 -.15
-(ex)2.605 G .105(pands occurrences of).15 F F2(&)2.606 E F1 .106
-(in the replacement string of pattern substitution to)2.606 F .528
-(the te)184 254.4 R .528(xt matched by the pattern, as described under)
--.15 F F2 -.1(Pa)3.027 G .527(rameter Expansion).1 F F1(abo)3.027 E -.15
-(ve)-.15 G 5.527(.T).15 G(his)-5.527 E(option is enabled by def)184
-266.4 Q(ault.)-.1 E F2(pr)144 283.2 Q(ogcomp)-.18 E F1 .676
-(If set, the programmable completion f)184 295.2 R .677(acilities \(see)
--.1 F F2(Pr)3.177 E .677(ogrammable Completion)-.18 F F1(abo)3.177 E
--.15(ve)-.15 G(\)).15 E(are enabled.)184 307.2 Q
-(This option is enabled by def)5 E(ault.)-.1 E F2(pr)144 324 Q
-(ogcomp_alias)-.18 E F1 2.124
-(If set, and programmable completion is enabled,)184 336 R F2(bash)4.624
-E F1 2.124(treats a command name that)4.624 F(doesn')184 348 Q 3.288(th)
--.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789
-(ompletions as a possible alias and attempts alias e)-3.288 F .789
-(xpansion. If it has)-.15 F 1.473(an alias,)184 360 R F2(bash)3.973 E F1
-1.473(attempts programmable completion using the command w)3.973 F 1.473
-(ord resulting)-.1 F(from the e)184 372 Q(xpanded alias.)-.15 E F2(pr)
-144 388.8 Q(omptv)-.18 E(ars)-.1 E F1 1.447
-(If set, prompt strings under)184 400.8 R 1.448(go parameter e)-.18 F
-1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184
-412.8 S .171(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G
-.17(fter being e)-2.67 F .17(xpanded as described in)-.15 F/F3 9
-/Times-Bold@0 SF(PR)2.67 E(OMPTING)-.27 E F1(abo)2.42 E -.15(ve)-.15 G
-(.).15 E(This option is enabled by def)184 424.8 Q(ault.)-.1 E F2 -.18
-(re)144 441.6 S(stricted_shell).18 E F1 1.069
-(The shell sets this option if it is started in restricted mode \(see)
-184 453.6 R F3 1.069(RESTRICTED SHELL)3.569 F F1(belo)184 465.6 Q 2.86
-(w\). The)-.25 F -.25(va)2.86 G .36(lue may not be changed.).25 F .36
-(This is not reset when the startup \214les are e)5.36 F -.15(xe)-.15 G
-(-).15 E(cuted, allo)184 477.6 Q(wing the startup \214les to disco)-.25
-E -.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5
-E F2(shift_v)144 494.4 Q(erbose)-.1 E F1 .501(If set, the)184 506.4 R F2
-(shift)3.001 E F1 -.2(bu)3.001 G .501
-(iltin prints an error message when the shift count e).2 F .502
-(xceeds the number)-.15 F(of positional parameters.)184 518.4 Q F2(sour)
-144 535.2 Q(cepath)-.18 E F1 .771(If set, the)184 547.2 R F2(.)3.271 E
-F1(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
--3.471 F .771(alue of)-.25 F F3 -.666(PA)3.27 G(TH)-.189 E F1 .77
-(to \214nd the directory containing the)3.02 F(\214le supplied as an ar)
-184 559.2 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E
-(ault.)-.1 E F2 -.1(va)144 576 S(rr).1 E(edir_close)-.18 E F1 .74(If se\
-t, the shell automatically closes \214le descriptors assigned using the)
-184 588 R F0({varname})3.24 E F1(redi-)3.24 E .424(rection syntax \(see)
-184 600 R F3(REDIRECTION)2.924 E F1(abo)2.674 E -.15(ve)-.15 G 2.924
-(\)i).15 G .424(nstead of lea)-2.924 F .424
-(ving them open when the com-)-.2 F(mand completes.)184 612 Q F2
-(xpg_echo)144 628.8 Q F1 .073(If set, the)184 640.8 R F2(echo)2.574 E F1
--.2(bu)2.574 G .074(iltin e).2 F .074
-(xpands backslash-escape sequences by def)-.15 F 2.574(ault. If)-.1 F
-(the)2.574 E F2(posix)2.574 E F1(shell)2.574 E(option is also enabled,)
-184 652.8 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
-(ptions.)-2.5 E F2(suspend)108 669.6 Q F1([)2.5 E F2<ad66>A F1(])A .91
-(Suspend the e)144 681.6 R -.15(xe)-.15 G .91
-(cution of this shell until it recei).15 F -.15(ve)-.25 G 3.41(sa).15 G
-F3(SIGCONT)-.001 E F1 3.409(signal. A)3.159 F .909
-(login shell, or a shell)3.409 F .752
-(without job control enabled, cannot be suspended; the)144 693.6 R F2
-<ad66>3.252 E F1 .753(option can be used to o)3.253 F -.15(ve)-.15 G
-.753(rride this and).15 F .107(force the suspension.)144 705.6 R .107(T\
-he return status is 0 unless the shell is a login shell or job control \
-is not en-)5.107 F(abled and)144 717.6 Q F2<ad66>2.5 E F1
-(is not supplied.)2.5 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(82)
-193.45 E 0 Cg EP
-%%Page: 83 83
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(test)108 84 Q F0 -.2(ex)2.5 G
-(pr).2 E F2([)108 96 Q F0 -.2(ex)2.5 G(pr).2 E F2(])2.5 E F1 .877
-(Return a status of 0 \(true\) or 1 \(f)144 96 R .878
-(alse\) depending on the e)-.1 F -.25(va)-.25 G .878
-(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 108 S
-(pr).2 E F1 5.53(.E).73 G .53
-(ach operator and operand must be a separate ar)-5.53 F 3.03
-(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.36
-(primaries described abo)144 120 R 1.66 -.15(ve u)-.15 H(nder).15 E/F3 9
-/Times-Bold@0 SF(CONDITION)3.86 E 1.36(AL EXPRESSIONS)-.18 F/F4 9
-/Times-Roman@0 SF(.)A F2(test)5.86 E F1 1.361(does not accept an)3.86 F
-3.861(yo)-.15 G(p-)-3.861 E(tions, nor does it accept and ignore an ar)
-144 132 Q(gument of)-.18 E F2<adad>2.5 E F1
-(as signifying the end of options.)2.5 E .786
-(Expressions may be combined using the follo)144 148.8 R .785
-(wing operators, listed in decreasing order of prece-)-.25 F 3.411
-(dence. The)144 160.8 R -.25(eva)3.411 G .911
-(luation depends on the number of ar).25 F .912(guments; see belo)-.18 F
-4.712 -.65(w. O)-.25 H .912(perator precedence is).65 F
-(used when there are \214v)144 172.8 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
-(ore ar)-2.5 E(guments.)-.18 E F2(!)144 184.8 Q F0 -.2(ex)2.5 G(pr).2 E
-F1 -.35(Tr)180 184.8 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
-E(alse.)-.1 E F2(\()144 196.8 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
-.26(Returns the v)180 196.8 R .26(alue of)-.25 F F0 -.2(ex)2.76 G(pr).2
-E F1 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26
-(rride the normal precedence of opera-).15 F(tors.)180 208.8 Q F0 -.2
-(ex)144 220.8 S(pr1).2 E F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1
--.35(Tr)180 232.8 S(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5
-E F0 -.2(ex)2.5 G(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 244.8 S
-(pr1).2 E F1<ad>2.5 E F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180
-256.8 S(ue if either).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2
-(ex)2.5 G(pr2).2 E F1(is true.)2.52 E F2(test)144 273.6 Q F1(and)2.5 E
-F2([)2.5 E F1 -.25(eva)2.5 G(luate conditional e).25 E
-(xpressions using a set of rules based on the number of ar)-.15 E
-(guments.)-.18 E 2.5(0a)144 290.4 S -.18(rg)-2.5 G(uments).18 E(The e)
-180 302.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 314.4 S -.18
-(rg)-2.5 G(ument).18 E(The e)180 326.4 Q
-(xpression is true if and only if the ar)-.15 E(gument is not null.)-.18
-E 2.5(2a)144 338.4 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar)
-180 350.4 R .37(gument is)-.18 F F2(!)2.87 E F1 2.87(,t)C .37(he e)-2.87
-F .37(xpression is true if and only if the second ar)-.15 F .37
-(gument is null.)-.18 F .38(If the \214rst ar)180 362.4 R .38
-(gument is one of the unary conditional operators listed abo)-.18 F .679
--.15(ve u)-.15 H(nder).15 E F3(CONDI-)2.879 E(TION)180 374.4 Q .552
-(AL EXPRESSIONS)-.18 F F4(,)A F1 .552(the e)2.802 F .552
-(xpression is true if the unary test is true.)-.15 F .552
-(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 386.4 Q
-(alid unary conditional operator)-.25 E 2.5(,t)-.4 G(he e)-2.5 E
-(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 398.4 S -.18(rg)-2.5 G
-(uments).18 E .236(The follo)180 410.4 R .236
-(wing conditions are applied in the order listed.)-.25 F .236
-(If the second ar)5.236 F .236(gument is one of)-.18 F .855
-(the binary conditional operators listed abo)180 422.4 R 1.155 -.15
-(ve u)-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F
-F4(,)A F1(the)3.105 E .579(result of the e)180 434.4 R .578(xpression i\
-s the result of the binary test using the \214rst and third ar)-.15 F
-(guments)-.18 E 1.332(as operands.)180 446.4 R(The)6.332 E F2<ad61>3.832
-E F1(and)3.832 E F2<ad6f>3.832 E F1 1.333
-(operators are considered binary operators when there are)3.832 F .558
-(three ar)180 458.4 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058
-F .558(gument is)-.18 F F2(!)3.058 E F1 3.058(,t)C .558(he v)-3.058 F
-.558(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F
-(o-ar)-.1 E(gument)-.18 E .52(test using the second and third ar)180
-470.4 R 3.021(guments. If)-.18 F .521(the \214rst ar)3.021 F .521
-(gument is e)-.18 F(xactly)-.15 E F2(\()3.021 E F1 .521(and the third)
-3.021 F(ar)180 482.4 Q .485(gument is e)-.18 F(xactly)-.15 E F2(\))2.985
-E F1 2.985(,t)C .485(he result is the one-ar)-2.985 F .485
-(gument test of the second ar)-.18 F 2.985(gument. Other)-.18 F(-)-.2 E
-(wise, the e)180 494.4 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144
-506.4 S -.18(rg)-2.5 G(uments).18 E .429(The follo)180 518.4 R .429
-(wing conditions are applied in the order listed.)-.25 F .43
-(If the \214rst ar)5.429 F .43(gument is)-.18 F F2(!)2.93 E F1 2.93(,t)C
-.43(he re-)-2.93 F 1.315(sult is the ne)180 530.4 R -.05(ga)-.15 G 1.314
-(tion of the three-ar).05 F 1.314(gument e)-.18 F 1.314
-(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.744
-(ments. the)180 542.4 R(tw)2.744 E(o-ar)-.1 E .245
-(gument test using the second and third ar)-.18 F 2.745(guments. If)-.18
-F .245(the \214rst ar)2.745 F(gument)-.18 E .31(is e)180 554.4 R(xactly)
--.15 E F2(\()2.81 E F1 .31(and the fourth ar)2.81 F .31(gument is e)-.18
-F(xactly)-.15 E F2(\))2.809 E F1 2.809(,t)C .309(he result is the tw)
--2.809 F(o-ar)-.1 E .309(gument test of the)-.18 F .183
-(second and third ar)180 566.4 R 2.683(guments. Otherwise,)-.18 F .184
-(the e)2.684 F .184(xpression is parsed and e)-.15 F -.25(va)-.25 G .184
-(luated according).25 F(to precedence using the rules listed abo)180
-578.4 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 590.4 S 2.5(rm)-2.5 G(ore ar)
--2.5 E(guments)-.18 E 1.635(The e)180 602.4 R 1.635
-(xpression is parsed and e)-.15 F -.25(va)-.25 G 1.635
-(luated according to precedence using the rules listed).25 F(abo)180
-614.4 Q -.15(ve)-.15 G(.).15 E .216(When the shell is in)144 631.2 R F0
-.216(posix mode)2.716 F F1 2.716(,o)C 2.716(ri)-2.716 G 2.716(ft)-2.716
-G .216(he e)-2.716 F .216(xpression is part of the)-.15 F F2([[)2.716 E
-F1 .216(command, the)2.716 F F2(<)2.717 E F1(and)2.717 E F2(>)2.717 E F1
-(opera-)2.717 E .728(tors sort using the current locale.)144 643.2 R
-.728(If the shell is not in)5.728 F F0 .728(posix mode)3.228 F F1 3.228
-(,t)C(he)-3.228 E F2(test)3.228 E F1(and)3.228 E F2([)3.228 E F1 .727
-(commands sort)3.227 F(le)144 655.2 Q
-(xicographically using ASCII ordering.)-.15 E F2(times)108 672 Q F1
-1.229(Print the accumulated user and system times for the shell and for\
- processes run from the shell.)144 672 R(The return status is 0.)144 684
-Q F2(trap)108 700.8 Q F1([)2.5 E F2(\255lp)A F1 2.5(][)C([)-2.5 E F0
-(action)A F1(])A F0(sigspec)2.5 E F1 1.666(...)2.5 G(])-1.666 E(The)144
-712.8 Q F0(action)3.734 E F1 .903(is a command that is read and e)3.644
-F -.15(xe)-.15 G .903(cuted when the shell recei).15 F -.15(ve)-.25 G
-3.403(ss).15 G(ignal\(s\))-3.403 E F0(sigspec)3.743 E F1 5.903(.I).31 G
-(f)-5.903 E F0(action)144.33 724.8 Q F1 1.083
-(is absent \(and there is a single)3.823 F F0(sigspec)3.583 E F1 3.583
-(\)o)C(r)-3.583 E F2<ad>3.583 E F1 3.583(,e)C 1.084
-(ach speci\214ed signal is reset to its original)-3.583 F(GNU Bash 5.3)
-72 768 Q(2024 March 29)144.29 E(83)193.45 E 0 Cg EP
-%%Page: 84 84
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E .133(disposition \(the v)144 84 R .132
-(alue it had upon entrance to the shell\).)-.25 F(If)5.132 E F0(action)
-2.962 E F1 .132(is the null string the signal spec-)2.872 F
-(i\214ed by each)144 96 Q F0(sigspec)2.84 E F1
-(is ignored by the shell and by the commands it in)2.81 E -.2(vo)-.4 G
--.1(ke).2 G(s.).1 E .165(If no ar)144 112.8 R .165
-(guments are supplied,)-.18 F/F2 10/Times-Bold@0 SF(trap)2.665 E F1 .165
-(displays the actions associated with each trapped signal as a set)2.665
-F(of)144 124.8 Q F2(trap)2.57 E F1 .069(commands that can be reused as \
-shell input to restore the current signal dispositions.)2.57 F(If)5.069
-E F2<ad70>2.569 E F1 .473(is gi)144 136.8 R -.15(ve)-.25 G .473(n, and)
-.15 F F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)
-2.973 E F1 .473(displays the actions associated with each)2.973 F F0
-(sigspec)3.314 E F1(or)3.284 E(,)-.4 E .364
-(if none are supplied, for all trapped signals, as a set of)144 148.8 R
-F2(trap)2.864 E F1 .363(commands that can be reused as shell)2.864 F
-.207(input to restore the current signal dispositions.)144 160.8 R(The)
-5.207 E F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707
-(ss).15 G(imilarly)-2.707 E 2.707(,b)-.65 G .208(ut displays only)-2.907
-F 1.553(the actions associated with each)144 172.8 R F0(sigspec)4.052 E
-F1(ar)4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.552
-(requires at least one)4.052 F F0(sigspec)4.052 E F1(ar)4.052 E(gument.)
--.18 E(The)144 184.8 Q F2<ad50>2.726 E F1(or)2.726 E F2<ad70>2.727 E F1
-.227(options to)2.727 F F2(trap)2.727 E F1 .227
-(may be used in a subshell en)2.727 F .227
-(vironment \(e.g., command substitution\))-.4 F .993
-(and, as long as the)144 196.8 R 3.493(ya)-.15 G .993(re used before)
--3.493 F F2(trap)3.493 E F1 .993(is used to change a signal')3.493 F
-3.492(sh)-.55 G .992(andling, will display the)-3.492 F
-(state of its parent')144 208.8 Q 2.5(st)-.55 G(raps.)-2.5 E(The)144
-225.6 Q F2<ad6c>3.216 E F1 .716(option causes)3.216 F F2(trap)3.216 E F1
-.716(to print a list of signal names and their corresponding numbers.)
-3.216 F(Each)5.717 E F0(sigspec)144.34 237.6 Q F1 .709
-(is either a signal name de\214ned in <)3.519 F F0(signal.h)A F1 .709
-(>, or a signal number)B 5.708(.S)-.55 G .708(ignal names are case)
--5.708 F(insensiti)144 249.6 Q .3 -.15(ve a)-.25 H(nd the).15 E/F3 9
-/Times-Bold@0 SF(SIG)2.5 E F1(pre\214x is optional.)2.25 E .091(If a)144
-266.4 R F0(sigspec)2.931 E F1(is)2.901 E F3(EXIT)2.591 E F1 .091
-(\(0\) the command)2.341 F F0(action)2.921 E F1 .091(is e)2.831 F -.15
-(xe)-.15 G .091(cuted on e).15 F .092(xit from the shell.)-.15 F .092
-(If a)5.092 F F0(sigspec)2.932 E F1(is)2.902 E F3(DE-)2.592 E -.09(BU)
-144 278.4 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F1 1.245(the command)3.495
-F F0(action)4.075 E F1 1.245(is e)3.985 F -.15(xe)-.15 G 1.244
-(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0 1.244(simple command)
-3.744 F F1(,)A F0(for)3.744 E F1(command,)3.744 E F0(case)3.744 E F1
-(com-)3.744 E(mand,)144 290.4 Q F0(select)2.696 E F1 .196
-(command, \(\( arithmetic command, [[ conditional command, arithmetic)
-2.696 F F0(for)2.697 E F1(command,)2.697 E .394
-(and before the \214rst command e)144 302.4 R -.15(xe)-.15 G .393
-(cutes in a shell function \(see).15 F F3 .393(SHELL GRAMMAR)2.893 F F1
-(abo)2.643 E -.15(ve)-.15 G 2.893(\). Refer).15 F .833
-(to the description of the)144 314.4 R F2(extdeb)3.333 E(ug)-.2 E F1
-.833(option to the)3.333 F F2(shopt)3.333 E F1 -.2(bu)3.333 G .834
-(iltin for details of its ef).2 F .834(fect on the)-.25 F F2(DE-)3.334 E
--.1(BU)144 326.4 S(G).1 E F1 2.694(trap. If)2.694 F(a)2.694 E F0
-(sigspec)3.034 E F1(is)3.004 E F3(RETURN)2.694 E F4(,)A F1 .194
-(the command)2.444 F F0(action)3.024 E F1 .194(is e)2.934 F -.15(xe)-.15
-G .193(cuted each time a shell function or).15 F 2.5(as)144 338.4 S
-(cript e)-2.5 E -.15(xe)-.15 G(cuted with the).15 E F2(.)2.5 E F1(or)2.5
-E F2(sour)2.5 E(ce)-.18 E F1 -.2(bu)2.5 G(iltins \214nishes e).2 E -.15
-(xe)-.15 G(cuting.).15 E .284(If a)144 355.2 R F0(sigspec)3.124 E F1(is)
-3.094 E F3(ERR)2.784 E F4(,)A F1 .284(the command)2.534 F F0(action)
-3.114 E F1 .284(is e)3.024 F -.15(xe)-.15 G .284(cuted whene).15 F -.15
-(ve)-.25 G 2.784(rap).15 G .285(ipeline \(which may consist of a)-2.784
-F .185(single simple command\), a list, or a compound command returns a\
- non\255zero e)144 367.2 R .184(xit status, subject to)-.15 F .451
-(the follo)144 379.2 R .451(wing conditions.)-.25 F(The)5.451 E F3(ERR)
-2.951 E F1 .451(trap is not e)2.701 F -.15(xe)-.15 G .451
-(cuted if the f).15 F .452(ailed command is part of the com-)-.1 F .388
-(mand list immediately follo)144 391.2 R .388(wing a)-.25 F F2(while)
-2.888 E F1(or)2.888 E F2(until)2.888 E F1 -.1(ke)2.888 G(yw)-.05 E .388
-(ord, part of the test in an)-.1 F F0(if)2.897 E F1 .387
-(statement, part)4.847 F .777(of a command e)144 403.2 R -.15(xe)-.15 G
-.778(cuted in a).15 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1 .778
-(list e)3.278 F .778(xcept the command follo)-.15 F .778
-(wing the \214nal)-.25 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1
-3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 415.2 R
-1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v)
--3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F
-F2(!)3.78 E F1(.)A(These are the same conditions obe)144 427.2 Q
-(yed by the)-.15 E F2(err)2.5 E(exit)-.18 E F1(\()2.5 E F2<ad65>A F1 2.5
-(\)o)C(ption.)-2.5 E .069(When the shell is not interacti)144 444 R -.15
-(ve)-.25 G 2.569(,s).15 G .07
-(ignals ignored upon entry to the shell cannot be trapped or reset.)
--2.569 F(Interacti)144 456 Q .952 -.15(ve s)-.25 H .652
-(hells permit trapping signals ignored on entry).15 F 5.651(.T)-.65 G
-.651(rapped signals that are not being ig-)-6.001 F .576
-(nored are reset to their original v)144 468 R .576
-(alues in a subshell or subshell en)-.25 F .577
-(vironment when one is created.)-.4 F(The return status is f)144 480 Q
-(alse if an)-.1 E(y)-.15 E F0(sigspec)2.84 E F1(is in)2.81 E -.25(va)-.4
-G(lid; otherwise).25 E F2(trap)2.5 E F1(returns true.)2.5 E F2(true)108
-496.8 Q F1(Does nothing, returns a 0 status.)144 496.8 Q F2(type)108
-513.6 Q F1([)2.5 E F2(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
-(name)A F1 1.666(...)2.5 G(])-1.666 E -.4(Wi)144 525.6 S .174
-(th no options, indicate ho).4 F 2.674(we)-.25 G(ach)-2.674 E F0(name)
-3.034 E F1 -.1(wo)2.854 G .173
-(uld be interpreted if used as a command name.).1 F .173(If the)5.173 F
-F2<ad74>144 537.6 Q F1 .715(option is used,)3.215 F F2(type)3.215 E F1
-.715(prints a string which is one of)3.215 F F0(alias)3.545 E F1(,).27 E
-F0 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.185 E F1
-(,).24 E F0 -.2(bu)3.215 G(iltin).2 E F1 3.215(,o).24 G(r)-3.215 E F0
-(\214le)5.125 E F1(if)3.395 E F0(name)144.36 549.6 Q F1 .378
-(is an alias, shell reserv)3.058 F .377(ed w)-.15 F .377
-(ord, function, b)-.1 F .377(uiltin, or e)-.2 F -.15(xe)-.15 G .377
-(cutable disk \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.377(.I)
--.65 G 2.877(ft)-5.377 G(he)-2.877 E F0(name)144.36 561.6 Q F1 .645
-(is not found, then nothing is printed, and)3.325 F F2(type)3.146 E F1
-.646(returns a non-zero e)3.146 F .646(xit status.)-.15 F .646(If the)
-5.646 F F2<ad70>3.146 E F1(op-)3.146 E .642(tion is used,)144 573.6 R F2
-(type)3.142 E F1 .642(either returns the name of the e)3.142 F -.15(xe)
--.15 G .642(cutable \214le that w).15 F .641(ould be found by searching)
--.1 F F2($P)144 585.6 Q -.95(AT)-.74 G(H).95 E F1(if)2.5 E F0(name)2.86
-E F1(were speci\214ed as a command name, or nothing if \231type \255t n\
-ame\232 w)2.68 E .001(ould not return)-.1 F F0(\214le)145.91 597.6 Q F1
-5.259(.T).18 G(he)-5.259 E F2<ad50>2.759 E F1 .259(option forces a)2.759
-F F3 -.666(PA)2.759 G(TH)-.189 E F1 .259(search for each)2.509 F F0
-(name)2.759 E F1 2.759(,e)C -.15(ve)-3.009 G 2.759(ni).15 G 2.759<6699>
--2.759 G .259(type \255t name\232 w)-2.759 F .258(ould not return)-.1 F
-F0(\214le)145.91 609.6 Q F1 5.588(.I).18 G 3.088(fac)-5.588 G .588
-(ommand is hashed,)-3.088 F F2<ad70>3.088 E F1(and)3.088 E F2<ad50>3.088
-E F1 .588(print the hashed v)3.088 F .589
-(alue, which is not necessarily the \214le)-.25 F .034
-(that appears \214rst in)144 621.6 R F3 -.666(PA)2.534 G(TH)-.189 E F4
-(.)A F1 .034(If the)4.534 F F2<ad61>2.534 E F1 .034(option is used,)
-2.534 F F2(type)2.533 E F1 .033
-(prints all of the places that contain a com-)2.533 F 1.392(mand named)
-144 633.6 R F0(name)4.252 E F1 6.392(.T).18 G 1.392
-(his includes aliases, reserv)-6.392 F 1.392(ed w)-.15 F 1.392
-(ords, functions, and b)-.1 F 1.393(uiltins, b)-.2 F 1.393(ut the path)
--.2 F .145(search options \()144 645.6 R F2<ad70>A F1(and)2.644 E F2
-<ad50>2.644 E F1 2.644(\)c)C .144
-(an be supplied to restrict the output to e)-2.644 F -.15(xe)-.15 G .144
-(cutable \214les.).15 F F2(type)5.144 E F1 .144(does not)2.644 F .557
-(consult the table of hashed commands when using)144 657.6 R F2<ad61>
-3.057 E F1(with)3.057 E F2<ad70>3.058 E F1 3.058(,a)C .558
-(nd only performs a)-3.058 F F3 -.666(PA)3.058 G(TH)-.189 E F1(search)
-2.808 E(for)144 669.6 Q F0(name)2.758 E F1 5.258(.T)C(he)-5.258 E F2
-<ad66>2.758 E F1 .258
-(option suppresses shell function lookup, as with the)2.758 F F2
-(command)2.758 E F1 -.2(bu)2.758 G(iltin.).2 E F2(type)5.258 E F1(re-)
-2.758 E(turns true if all of the ar)144 681.6 Q(guments are found, f)
--.18 E(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F2(ulimit)108
-698.4 Q F1([)2.5 E F2(\255HS)A F1(])A F2<ad61>2.5 E F1(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(84)193.45 E 0 Cg EP
-%%Page: 85 85
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(ulimit)108 84 Q F1([)2.5 E F2
-(\255HS)A F1 2.5(][)C F2(\255bcde\214klmnpqrstuvxPR)-2.5 E(T)-.4 E F1([)
-2.5 E F0(limit)A F1(]])A(Pro)144 96 Q .243(vides control o)-.15 F -.15
-(ve)-.15 G 2.743(rt).15 G .243(he resources a)-2.743 F -.25(va)-.2 G
-.244(ilable to the shell and to processes started by it, on systems).25
-F .944(that allo)144 108 R 3.444(ws)-.25 G .944(uch control.)-3.444 F
-(The)5.944 E F2<ad48>3.444 E F1(and)3.444 E F2<ad53>3.444 E F1 .943
-(options specify that the hard or soft limit is set for the)3.444 F(gi)
-144 120 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208(\
-hard limit cannot be increased by a non-root user once it is set; a sof\
-t limit may)2.708 F .426(be increased up to the v)144 132 R .426
-(alue of the hard limit.)-.25 F .425(If neither)5.426 F F2<ad48>2.925 E
-F1(nor)2.925 E F2<ad53>2.925 E F1 .425
-(is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144
-144 R .139(The v)5.139 F .139(alue of)-.25 F F0(limit)2.729 E F1 .139
-(can be a number in the unit speci\214ed for the resource or one)3.319 F
-.742(of the special v)144 156 R(alues)-.25 E F2(hard)3.242 E F1(,)A F2
-(soft)3.241 E F1 3.241(,o)C(r)-3.241 E F2(unlimited)3.241 E F1 3.241(,w)
-C .741(hich stand for the current hard limit, the current)-3.241 F .023
-(soft limit, and no limit, respecti)144 168 R -.15(ve)-.25 G(ly).15 E
-5.023(.I)-.65 G(f)-5.023 E F0(limit)2.613 E F1 .023
-(is omitted, the current v)3.203 F .023
-(alue of the soft limit of the re-)-.25 F .985
-(source is printed, unless the)144 180 R F2<ad48>3.485 E F1 .984
-(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984
-(more than one resource is speci\214ed, the)3.484 F .7
-(limit name and unit, if appropriate, are printed before the v)144 192 R
-3.2(alue. Other)-.25 F .7(options are interpreted as)3.2 F(follo)144 204
-Q(ws:)-.25 E F2<ad61>144 216 Q F1
-(All current limits are reported; no limits are set)180 216 Q F2<ad62>
-144 228 Q F1(The maximum sock)180 228 Q(et b)-.1 E(uf)-.2 E(fer size)
--.25 E F2<ad63>144 240 Q F1(The maximum size of core \214les created)180
-240 Q F2<ad64>144 252 Q F1(The maximum size of a process')180 252 Q 2.5
-(sd)-.55 G(ata se)-2.5 E(gment)-.15 E F2<ad65>144 264 Q F1
-(The maximum scheduling priority \(\231nice\232\).)180 264 Q F2<ad66>144
-276 Q F1
-(The maximum size of \214les written by the shell and its children)180
-276 Q F2<ad69>144 288 Q F1(The maximum number of pending signals)180 288
-Q F2<ad6b>144 300 Q F1
-(The maximum number of kqueues that may be allocated)180 300 Q F2<ad6c>
-144 312 Q F1(The maximum size that may be lock)180 312 Q(ed into memory)
--.1 E F2<ad6d>144 324 Q F1(The maximum resident set size \(man)180 324 Q
-2.5(ys)-.15 G(ystems do not honor this limit\))-2.5 E F2<ad6e>144 336 Q
-F1 .791(The maximum number of open \214le descriptors \(most systems do\
- not allo)180 336 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F
-(be set\))180 348 Q F2<ad70>144 360 Q F1
-(The pipe size in 512-byte blocks \(this may not be set\))180 360 Q F2
-<ad71>144 372 Q F1(The maximum number of bytes in POSIX message queues)
-180 372 Q F2<ad72>144 384 Q F1
-(The maximum real-time scheduling priority)180 384 Q F2<ad73>144 396 Q
-F1(The maximum stack size)180 396 Q F2<ad74>144 408 Q F1
-(The maximum amount of cpu time in seconds)180 408 Q F2<ad75>144 420 Q
-F1(The maximum number of processes a)180 420 Q -.25(va)-.2 G
-(ilable to a single user).25 E F2<ad76>144 432 Q F1 .47
-(The maximum amount of virtual memory a)180 432 R -.25(va)-.2 G .47
-(ilable to the shell and, on some systems, to).25 F(its children)180 444
-Q F2<ad78>144 456 Q F1(The maximum number of \214le locks)180 456 Q F2
-<ad50>144 468 Q F1(The maximum number of pseudoterminals)180 468 Q F2
-<ad52>144 480 Q F1(The maximum time a real-time process can run before \
-blocking, in microseconds)180 480 Q F2<ad54>144 492 Q F1
-(The maximum number of threads)180 492 Q(If)144 508.8 Q F0(limit)3.058 E
-F1 .468(is gi)3.648 F -.15(ve)-.25 G .468(n, and the).15 F F2<ad61>2.968
-E F1 .468(option is not used,)2.968 F F0(limit)2.968 E F1 .468
-(is the ne)2.968 F 2.968(wv)-.25 G .468
-(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .044
-(no option is gi)144 520.8 R -.15(ve)-.25 G .044(n, then).15 F F2<ad66>
-2.544 E F1 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045
-(lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F2
-<ad74>2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144
-532.8 R F2<ad52>3.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F
-F2<ad70>3.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;)
--3.17 F F2<ad50>3.17 E F1(,)A F2<ad54>3.17 E F1(,)A F2<ad62>3.17 E F1(,)
-A F2<ad6b>144 544.8 Q F1(,)A F2<ad6e>3.736 E F1 3.736(,a)C(nd)-3.736 E
-F2<ad75>3.736 E F1 3.736(,w)C 1.236(hich are unscaled v)-3.736 F 1.236
-(alues; and, when in posix mode,)-.25 F F2<ad63>3.736 E F1(and)3.736 E
-F2<ad66>3.736 E F1 3.736(,w)C 1.237(hich are in)-3.736 F .239
-(512-byte increments.)144 556.8 R .238
-(The return status is 0 unless an in)5.239 F -.25(va)-.4 G .238
-(lid option or ar).25 F .238(gument is supplied, or an)-.18 F
-(error occurs while setting a ne)144 568.8 Q 2.5(wl)-.25 G(imit.)-2.5 E
-F2(umask)108 585.6 Q F1([)2.5 E F2<ad70>A F1 2.5(][)C F2<ad53>-2.5 E F1
-2.5(][)C F0(mode)-2.5 E F1(])A .18
-(The user \214le-creation mask is set to)144 597.6 R F0(mode)3.06 E F1
-5.18(.I).18 G(f)-5.18 E F0(mode)3.06 E F1(be)2.86 E .18
-(gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\
-therwise it is interpreted as a symbolic mode mask similar to that acce\
-pted by)144 609.6 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
-621.6 Q F0(mode)3.262 E F1 .382(is omitted, the current v)3.062 F .382
-(alue of the mask is printed.)-.25 F(The)5.382 E F2<ad53>2.882 E F1 .382
-(option causes the mask to be)2.882 F .547
-(printed in symbolic form; the def)144 633.6 R .547
-(ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G
-(he)-3.047 E F2<ad70>3.047 E F1 .547(option is supplied, and)3.047 F F0
-(mode)144.38 645.6 Q F1 .551
-(is omitted, the output is in a form that may be reused as input.)3.231
-F .552(The return status is 0 if the)5.552 F(mode w)144 657.6 Q
-(as successfully changed or if no)-.1 E F0(mode)2.5 E F1(ar)2.5 E
-(gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E F2
-(unalias)108 674.4 Q F1<5bad>2.5 E F2(a)A F1 2.5(][)C F0(name)-2.5 E F1
-1.666(...)2.5 G(])-1.666 E(Remo)144 686.4 Q 1.058 -.15(ve e)-.15 H(ach)
-.15 E F0(name)3.258 E F1 .758(from the list of de\214ned aliases.)3.258
-F(If)5.758 E F2<ad61>3.258 E F1 .757
-(is supplied, all alias de\214nitions are re-)3.258 F(mo)144 698.4 Q
--.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E
-(alue is true unless a supplied)-.25 E F0(name)2.86 E F1
-(is not a de\214ned alias.)2.68 E(GNU Bash 5.3)72 768 Q(2024 March 29)
-144.29 E(85)193.45 E 0 Cg EP
-%%Page: 86 86
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10/Times-Bold@0 SF(unset)108 84 Q F1<5bad>2.5 E
-F2(fv)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1 2.5(][)C F0(name)-2.5 E F1 1.666
-(...)2.5 G(])-1.666 E -.15(Fo)144 96 S 3.803(re).15 G(ach)-3.803 E F0
-(name)4.163 E F1 3.803(,r).18 G(emo)-3.803 E 1.603 -.15(ve t)-.15 H
-1.303(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
-(If the)6.303 F F2<ad76>3.804 E F1 1.304(option is gi)3.804 F -.15(ve)
--.25 G 1.304(n, each).15 F F0(name)144.36 108 Q F1 .465
-(refers to a shell v)3.145 F .464(ariable, and that v)-.25 F .464
-(ariable is remo)-.25 F -.15(ve)-.15 G 2.964(d. Read-only).15 F -.25(va)
-2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 120 R F2
-<ad66>2.768 E F1 .269(is speci\214ed, each)2.768 F F0(name)3.129 E F1
-.269(refers to a shell function, and the function de\214nition is remo)
-2.949 F -.15(ve)-.15 G(d.).15 E .404(If the)144 132 R F2<ad6e>2.904 E F1
-.404(option is supplied, and)2.904 F F0(name)2.904 E F1 .404(is a v)
-2.904 F .404(ariable with the)-.25 F F0(namer)2.904 E(ef)-.37 E F1
-(attrib)2.904 E(ute,)-.2 E F0(name)2.904 E F1 .403(will be unset)2.904 F
-.719(rather than the v)144 144 R .719(ariable it references.)-.25 F F2
-<ad6e>5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2<ad66>
-3.22 E F1 .72(option is supplied.)3.22 F .72(If no options)5.72 F .737
-(are supplied, each)144 156 R F0(name)3.237 E F1 .737(refers to a v)
-3.237 F .737(ariable; if there is no v)-.25 F .736
-(ariable by that name, a function with)-.25 F 1.761(that name, if an)144
-168 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F
-1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve)
--.15 G 4.262(df).15 G 1.762(rom the en)-4.262 F(vironment)-.4 E 3.172
-(passed to subsequent commands.)144 180 R 3.172(If an)8.172 F 5.672(yo)
--.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES).27 E
-/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.421 G(SH_ARGV0).27 E F4(,)A F3
--.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 192 S(SH_COMMAND).27
-E F4(,)A F3 -.27(BA)11.481 G(SH_SUBSHELL).27 E F4(,)A F3 -.27(BA)11.482
-G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E F4(,)A F3
-(DIRST)11.482 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL)144 204 Q
-(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN)2.67 E(AME)
--.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67 E F4(,)A
-F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144 216 Q F4
-(,)A F1(or)4.029 E F3(SRANDOM)4.279 E F1 1.779(are unset, the)4.029 F
-4.279(yl)-.15 G 1.779(ose their special properties, e)-4.279 F -.15(ve)
--.25 G 4.279(ni).15 G 4.28(ft)-4.279 G(he)-4.28 E 4.28(ya)-.15 G 1.78
-(re subse-)-4.28 F(quently reset.)144 228 Q(The e)5 E
-(xit status is true unless a)-.15 E F0(name)2.86 E F1
-(is readonly or may not be unset.)2.68 E F2(wait)108 244.8 Q F1([)2.5 E
-F2(\255fn)A F1 2.5(][)C F2<ad70>-2.5 E F0(varname)2.5 E F1 2.5(][)C F0
-(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 256.8 S .659(it for\
- each speci\214ed child process and return its termination status.).8 F
-(Each)5.659 E F0(id)3.169 E F1 .658(may be a process)3.928 F .008
-(ID or a job speci\214cation; if a job spec is gi)144 268.8 R -.15(ve)
--.25 G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009
-(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E
-F0(id)144.01 280.8 Q F1 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E
-F2(wait)2.942 E F1 -.1(wa)2.942 G .441
-(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G
-.441(cuted process substitu-).15 F .597
-(tion, if its process id is the same as)144 292.8 R F2($!)3.098 E F1
-3.098(,a)C .598(nd the return status is zero.)-3.098 F .598(If the)5.598
-F F2<ad6e>3.098 E F1 .598(option is supplied,)3.098 F F2(wait)144 304.8
-Q F1 -.1(wa)3.083 G .583(its for a single job from the list of).1 F F0
-(id)3.083 E F1 3.083(so)C 1.383 -.4(r, i)-3.083 H 3.083(fn).4 G(o)-3.083
-E F0(id)3.083 E F1 3.083(sa)C .583(re supplied, an)-3.083 F 3.083(yj)
--.15 G .582(ob, to complete and)-3.083 F .403(returns its e)144 316.8 R
-.403(xit status.)-.15 F .403(If none of the supplied ar)5.403 F .403
-(guments is a child of the shell, or if no ar)-.18 F(guments)-.18 E .573
-(are supplied and the shell has no unw)144 328.8 R .573
-(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572
-(If the)5.573 F F2<ad70>3.072 E F1 .572(option is)3.072 F .39
-(supplied, the process or job identi\214er of the job for which the e)
-144 340.8 R .39(xit status is returned is assigned to)-.15 F .905(the v)
-144 352.8 R(ariable)-.25 E F0(varname)3.405 E F1 .905
-(named by the option ar)3.405 F 3.405(gument. The)-.18 F -.25(va)3.405 G
-.905(riable will be unset initially).25 F 3.405(,b)-.65 G(efore)-3.405 E
-(an)144 364.8 Q 3.89(ya)-.15 G 3.89(ssignment. This)-3.89 F 1.39
-(is useful only when the)3.89 F F2<ad6e>3.89 E F1 1.39
-(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F2<ad66>3.89 E F1
-(option,)3.89 E .575(when job control is enabled, forces)144 376.8 R F2
-(wait)3.075 E F1 .575(to w)3.075 F .575(ait for)-.1 F F0(id)3.075 E F1
-.574(to terminate before returning its status, in-)3.075 F .635
-(stead of returning when it changes status.)144 388.8 R(If)5.635 E F0
-(id)3.145 E F1 .635(speci\214es a non-e)3.905 F .635
-(xistent process or job, the return)-.15 F .802(status is 127.)144 400.8
-R(If)5.801 E F2(wait)3.301 E F1 .801(is interrupted by a signal, the re\
-turn status will be greater than 128, as de-)3.301 F .019(scribed under)
-144 412.8 R F2(SIGN)2.519 E(ALS)-.2 E F1(abo)2.519 E -.15(ve)-.15 G
-5.019(.O).15 G .019(therwise, the return status is the e)-5.019 F .02
-(xit status of the last process or)-.15 F(job w)144 424.8 Q(aited for)
--.1 E(.)-.55 E/F5 10.95/Times-Bold@0 SF(SHELL COMP)72 441.6 Q -1.04(AT)
--.81 G(IBILITY MODE)1.04 E F1 1.355
-(Bash-4.0 introduced the concept of a)108 453.6 R F0 1.355
-(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.354
-(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 465.6 S
-.621(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.121 E F1(,)A F2
-(compat40)3.121 E F1(,)A F2(compat41)3.121 E F1 3.121(,a)C .621
-(nd so on\).)-3.121 F .622(There is only one current compatibility)5.622
-F(le)108 477.6 Q -.15(ve)-.25 G 3.058<6c8a>.15 G .557
-(each option is mutually e)-.001 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
-(.T).15 G .557(he compatibility le)-5.557 F -.15(ve)-.25 G 3.057(li).15
-G 3.057(si)-3.057 G .557(ntended to allo)-3.057 F 3.057(wu)-.25 G .557
-(sers to select be-)-3.057 F(ha)108 489.6 Q 1.083(vior from pre)-.2 F
-1.083(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
-1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.584(ym)-.15 G 1.084
-(igrate scripts to use)-3.584 F(current features and beha)108 501.6 Q
-(vior)-.2 E 2.5(.I)-.55 G(t')-2.5 E 2.5(si)-.55 G
-(ntended to be a temporary solution.)-2.5 E 1.457
-(This section does not mention beha)108 518.4 R 1.457
-(vior that is standard for a particular v)-.2 F 1.456
-(ersion \(e.g., setting)-.15 F F2(compat32)3.956 E F1 .886
-(means that quoting the rhs of the re)108 530.4 R(ge)-.15 E .886
-(xp matching operator quotes special re)-.15 F(ge)-.15 E .887
-(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 542.4 Q
-(ault beha)-.1 E(vior in bash-3.2 and subsequent v)-.2 E(ersions\).)-.15
-E .523(If a user enables, say)108 559.2 R(,)-.65 E F2(compat32)3.023 E
-F1 3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)
--.25 F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .522
-(ls up to and includ-).15 F .259(ing the current compatibility le)108
-571.2 R -.15(ve)-.25 G 2.759(l. The).15 F .259
-(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.76(lc).15 G
-.26(ontrols beha)-2.76 F .26(vior that changed)-.2 F 1.646(in that v)108
-583.2 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146(,b)C 1.646
-(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15(ve b)-.2 H
-1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F 1.645
-(or instance, the)-.15 F .76
-(change to use locale-based comparisons with the)108 595.2 R F2([[)3.261
-E F1 .761(command came in bash-4.1, and earlier v)3.261 F .761
-(ersions used)-.15 F 1.905(ASCII-based comparisons, so enabling)108
-607.2 R F2(compat32)4.405 E F1 1.904
-(will enable ASCII-based comparisons as well.)4.405 F(That)6.904 E .295
-(granularity may not be suf)108 619.2 R .296
-(\214cient for all uses, and as a result users should emplo)-.25 F 2.796
-(yc)-.1 G .296(ompatibility le)-2.796 F -.15(ve)-.25 G .296(ls care-).15
-F(fully)108 631.2 Q 5(.R)-.65 G(ead the documentation for a particular \
-feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .532
-(Bash-4.3 introduced a ne)108 648 R 3.032(ws)-.25 G .531(hell v)-3.032 F
-(ariable:)-.25 E F3 -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G F4(.)
-.855 E F1 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .531
-(ariable \(a decimal)-.25 F -.15(ve)108 660 S .107(rsion number lik).15
-F 2.607(e4)-.1 G .107(.2, or an inte)-2.607 F .107
-(ger corresponding to the)-.15 F F2(compat)2.608 E F0(NN)A F1 .108
-(option, lik)2.608 F 2.608(e4)-.1 G .108(2\) determines the com-)-2.608
-F(patibility le)108 672 Q -.15(ve)-.25 G(l.).15 E .387
-(Starting with bash-4.4,)108 688.8 R F2(bash)2.887 E F1 .387(has be)
-2.887 F .387(gun deprecating older compatibility le)-.15 F -.15(ve)-.25
-G 2.887(ls. Ev).15 F(entually)-.15 E 2.887(,t)-.65 G .387
-(he options will)-2.887 F(be remo)108 700.8 Q -.15(ve)-.15 G 2.5(di).15
-G 2.5(nf)-2.5 G -.2(avo)-2.6 G 2.5(ro).2 G(f)-2.5 E F3 -.27(BA)2.5 G
-(SH_COMP).27 E -.855(AT)-.666 G F4(.).855 E F1 .647(Bash-5.0 w)108 717.6
-R .647(as the \214nal v)-.1 F .647
-(ersion for which there will be an indi)-.15 F .647
-(vidual shopt option for the pre)-.25 F .648(vious v)-.25 F(ersion.)-.15
-E(Users should control the compatibility le)108 729.6 Q -.15(ve)-.25 G
-2.5(lw).15 G(ith)-2.5 E F3 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
-F4(.).855 E F1(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E(86)193.45 E
-0 Cg EP
-%%Page: 87 87
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E 1.614(The follo)108 84 R 1.613
-(wing table describes the beha)-.25 F 1.613
-(vior changes controlled by each compatibility le)-.2 F -.15(ve)-.25 G
-4.113(ls).15 G 4.113(etting. The)-4.113 F/F2 10/Times-Bold@0 SF(compat)
-108 96 Q F0(NN)A F1 1.186
-(tag is used as shorthand for setting the compatibility le)3.685 F -.15
-(ve)-.25 G 3.686(lt).15 G(o)-3.686 E F0(NN)3.686 E F1 1.186
-(using one of the follo)3.686 F(wing)-.25 E 3.807(mechanisms. F)108 108
-R 1.307(or v)-.15 F 1.307
-(ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G
-3.806(lm).15 G 1.306(ay be set using the corresponding)-3.806 F F2
-(compat)108 120 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502 G
-3.002(rb).15 G .502(ash-4.3 and later v)-3.002 F .502(ersions, the)-.15
-F/F3 9/Times-Bold@0 SF -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1
--.25(va)3.607 G .502(riable is preferred, and it).25 F
-(is required for bash-5.1 and later v)108 132 Q(ersions.)-.15 E F2
-(compat31)108 148.8 Q F1<83>144 160.8 Q(quoting the rhs of the)180 160.8
-Q F2([[)2.5 E F1(command')2.5 E 2.5(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15
-G 2.5(pm).15 G(atching operator \(=\001\) has no special ef)-2.5 E(fect)
--.25 E F2(compat32)108 177.6 Q F1<83>144 189.6 Q(the)180 189.6 Q F2(<)
-2.674 E F1(and)2.674 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2
-([[)2.673 E F1 .173
-(command do not consider the current locale when compar)2.673 F(-)-.2 E
-(ing strings; the)180 201.6 Q 2.5(yu)-.15 G(se ASCII ordering.)-2.5 E F2
-(compat40)108 218.4 Q F1<83>144 230.4 Q(the)180 230.4 Q F2(<)2.673 E F1
-(and)2.673 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673 E
-F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E .923(ing strings; the)180 242.4 R 3.423(yu)-.15 G .923
-(se ASCII ordering.)-3.423 F F2(Bash)5.922 E F1 -.15(ve)3.422 G .922
-(rsions prior to bash-4.1 use ASCII colla-).15 F .366(tion and)180 254.4
-R F0(str)3.207 E(cmp)-.37 E F1 .367
-(\(3\); bash-4.1 and later use the current locale').19 F 2.867(sc)-.55 G
-.367(ollation sequence and)-2.867 F F0(str)3.207 E(-)-.2 E(coll)180
-266.4 Q F1(\(3\).).51 E F2(compat41)108 283.2 Q F1<83>144 295.2 Q(in)180
-295.2 Q F0(posix)3.79 E F1(mode,)3.79 E F2(time)3.79 E F1 1.29
-(may be follo)3.79 F 1.29
-(wed by options and still be recognized as a reserv)-.25 F(ed)-.15 E -.1
-(wo)180 307.2 S(rd \(this is POSIX interpretation 267\)).1 E<83>144
-319.2 Q(in)180 319.2 Q F0(posix)2.708 E F1 .208
-(mode, the parser requires that an e)2.708 F -.15(ve)-.25 G 2.708(nn).15
-G .208(umber of single quotes occur in the)-2.708 F F0(wor)2.709 E(d)
--.37 E F1 .282(portion of a double-quoted parameter e)180 331.2 R .282
-(xpansion and treats them specially)-.15 F 2.781(,s)-.65 G 2.781(ot)
--2.781 G .281(hat charac-)-2.781 F(ters within the single quotes are co\
-nsidered quoted \(this is POSIX interpretation 221\))180 343.2 Q F2
-(compat42)108 360 Q F1<83>144 372 Q 1.055(the replacement string in dou\
-ble-quoted pattern substitution does not under)180 372 R 1.056
-(go quote re-)-.18 F(mo)180 384 Q -.25(va)-.15 G(l, as it does in v).25
-E(ersions after bash-4.2)-.15 E<83>144 396 Q .021
-(in posix mode, single quotes are considered special when e)180 396 R
-.021(xpanding the)-.15 F F0(wor)2.52 E(d)-.37 E F1 .02(portion of a)2.52
-F .017(double-quoted parameter e)180 408 R .017
-(xpansion and can be used to quote a closing brace or other spe-)-.15 F
-.999(cial character \(this is part of POSIX interpretation 221\); in la\
-ter v)180 420 R .998(ersions, single quotes)-.15 F
-(are not special within double-quoted w)180 432 Q(ord e)-.1 E(xpansions)
--.15 E F2(compat43)108 448.8 Q F1<83>144 460.8 Q 1.07
-(the shell does not print a w)180 460.8 R 1.071
-(arning message if an attempt is made to use a quoted com-)-.1 F .533
-(pound assignment as an ar)180 472.8 R .533
-(gument to declare \(e.g., declare \255a foo=\010\(1 2\)\010\). Later v)
--.18 F(ersions)-.15 E -.1(wa)180 484.8 S
-(rn that this usage is deprecated).1 E<83>144 496.8 Q -.1(wo)180 496.8 S
-.5(rd e).1 F .501(xpansion errors are considered non-f)-.15 F .501
-(atal errors that cause the current command to)-.1 F -.1(fa)180 508.8 S
-.605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G .605
-(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605(vior is to mak)
--.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
-(atal errors that cause the)-.1 F(shell to e)180 520.8 Q(xit\))-.15 E
-<83>144 532.8 Q .354(when e)180 532.8 R -.15(xe)-.15 G .354
-(cuting a shell function, the loop state \(while/until/etc.\)).15 F .355
-(is not reset, so)5.354 F F2(br)2.855 E(eak)-.18 E F1(or)2.855 E F2
-(continue)180 544.8 Q F1 .052
-(in that function will break or continue loops in the calling conte)
-2.553 F .052(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre)
-180 556.8 Q -.15(ve)-.25 G(nt this).15 E F2(compat44)108 573.6 Q F1<83>
-144 585.6 Q .719(the shell sets up the v)180 585.6 R .719(alues used by)
--.25 F F3 -.27(BA)3.219 G(SH_ARGV).27 E F1(and)2.969 E F3 -.27(BA)3.219
-G(SH_ARGC).27 E F1 .719(so the)2.969 F 3.219(yc)-.15 G .719(an e)-3.219
-F(xpand)-.15 E(to the shell')180 597.6 Q 2.5(sp)-.55 G
-(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
-(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 609.6 Q
-2.635(as)180 609.6 S .135(ubshell inherits loops from its parent conte)
--2.635 F .135(xt, so)-.15 F F2(br)2.635 E(eak)-.18 E F1(or)2.635 E F2
-(continue)2.634 E F1 .134(will cause the sub-)2.634 F(shell to e)180
-621.6 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
-2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 633.6 Q -.25(va)
-180 633.6 S .618(riable assignments preceding b).25 F .618(uiltins lik)
--.2 F(e)-.1 E F2(export)3.118 E F1(and)3.118 E F2 -.18(re)3.118 G
-(adonly).18 E F1 .618(that set attrib)3.118 F .619(utes con-)-.2 F .12
-(tinue to af)180 645.6 R .12(fect v)-.25 F .119
-(ariables with the same name in the calling en)-.25 F .119(vironment e)
--.4 F -.15(ve)-.25 G 2.619(ni).15 G 2.619(ft)-2.619 G .119(he shell is)
--2.619 F(not in posix mode)180 657.6 Q F2(compat50)108 674.4 Q F1<83>144
-686.4 Q 1.209(Bash-5.1 changed the w)180 686.4 R(ay)-.1 E F3($RANDOM)
-3.709 E F1 1.209(is generated to introduce slightly more random-)3.459 F
-1.019(ness. If the shell compatibility le)180 698.4 R -.15(ve)-.25 G
-3.518(li).15 G 3.518(ss)-3.518 G 1.018(et to 50 or lo)-3.518 F(wer)-.25
-E 3.518(,i)-.4 G 3.518(tr)-3.518 G -2.15 -.25(ev e)-3.518 H 1.018
-(rts to the method from).25 F .732(bash-5.0 and pre)180 710.4 R .732
-(vious v)-.25 F .733
-(ersions, so seeding the random number generator by assigning a)-.15 F
--.25(va)180 722.4 S(lue to).25 E F3(RANDOM)2.5 E F1
-(will produce the same sequence as in bash-5.0)2.25 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(87)193.45 E 0 Cg EP
-%%Page: 88 88
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E<83>144 84 Q .696
-(If the command hash table is empty)180 84 R 3.196(,b)-.65 G .696(ash v)
--3.196 F .695(ersions prior to bash-5.1 printed an informa-)-.15 F 1.32
-(tional message to that ef)180 96 R 1.321(fect, e)-.25 F -.15(ve)-.25 G
-3.821(nw).15 G 1.321(hen producing output that can be reused as input.)
--3.821 F(Bash-5.1 suppresses that message when the)180 108 Q/F2 10
-/Times-Bold@0 SF<ad6c>2.5 E F1(option is supplied.)2.5 E F2(compat51)108
-124.8 Q F1<83>144 136.8 Q(The)180 136.8 Q F2(unset)2.955 E F1 -.2(bu)
-2.955 G .455(iltin treats attempts to unset array subscripts).2 F F2(@)
-2.954 E F1(and)2.954 E F2(*)2.954 E F1(dif)2.954 E .454
-(ferently depending)-.25 F(on whether the array is inde)180 148.8 Q -.15
-(xe)-.15 G 2.5(do).15 G 2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5
-(,a).15 G(nd dif)-2.5 E(ferently than in pre)-.25 E(vious v)-.25 E
-(ersions.)-.15 E<83>144 160.8 Q .432(arithmetic commands \()180 160.8 R
-F2(\(\()2.932 E F1 1.666(...)C F2(\)\))-1.666 E F1 2.933(\)a)2.932 G
-.433(nd the e)-2.933 F .433
-(xpressions in an arithmetic for statement can be)-.15 F -.15(ex)180
-172.8 S(panded more than once).15 E<83>144 184.8 Q -.15(ex)180 184.8 S
-.403(pressions used as ar).15 F .403
-(guments to arithmetic operators in the)-.18 F F2([[)2.902 E F1 .402
-(conditional command can)2.902 F(be e)180 196.8 Q
-(xpanded more than once)-.15 E<83>144 208.8 Q(the e)180 208.8 Q
-(xpressions in substring parameter brace e)-.15 E(xpansion can be e)-.15
-E(xpanded more than once)-.15 E<83>144 220.8 Q(the e)180 220.8 Q
-(xpressions in the)-.15 E F2($\(\()2.5 E F1 1.666(...)C F2(\)\))-1.666 E
-F1 -.1(wo)2.5 G(rd e).1 E(xpansion can be e)-.15 E
-(xpanded more than once)-.15 E<83>144 232.8 Q(arithmetic e)180 232.8 Q
-(xpressions used as inde)-.15 E -.15(xe)-.15 G 2.5(da).15 G
-(rray subscripts can be e)-2.5 E(xpanded more than once)-.15 E<83>144
-244.8 Q F2 .605(test \255v)180 244.8 R F1 3.105(,w)C .605(hen gi)-3.105
-F -.15(ve)-.25 G 3.105(na).15 G 3.105(na)-3.105 G -.18(rg)-3.105 G .605
-(ument of).18 F F2(A[@])3.105 E F1 3.105(,w)C(here)-3.105 E F2(A)3.105 E
-F1 .606(is an e)3.105 F .606(xisting associati)-.15 F .906 -.15(ve a)
--.25 H(rray).15 E 3.106(,w)-.65 G(ill)-3.106 E .714
-(return true if the array has an)180 256.8 R 3.214(ys)-.15 G .714
-(et elements.)-3.214 F .714(Bash-5.2 will look for and report on a k)
-5.714 F -.15(ey)-.1 G(named)180 268.8 Q F2(@)2.5 E F1(.)A<83>144 280.8 Q
-.188(the ${)180 280.8 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
-2.689(}w)C .189(ord e)-2.789 F .189(xpansion will return)-.15 F F0
-(value)2.689 E F1 2.689(,b)C .189(efore an)-2.689 F 2.689(yv)-.15 G
-(ariable-speci\214c)-2.939 E 1.235(transformations ha)180 292.8 R 1.535
--.15(ve b)-.2 H 1.235(een performed \(e.g., con).15 F -.15(ve)-.4 G
-1.235(rting to lo).15 F 3.735(wercase\). Bash-5.2)-.25 F 1.235(will re-)
-3.735 F(turn the \214nal v)180 304.8 Q(alue assigned to the v)-.25 E
-(ariable.)-.25 E<83>144 316.8 Q -.15(Pa)180 316.8 S .945
-(rsing command substitutions will beha).15 F 1.245 -.15(ve a)-.2 H 3.445
-(si).15 G 3.446(fe)-3.445 G .946(xtended globbing \(see the description)
--3.596 F .339(of the)180 328.8 R F2(shopt)2.839 E F1 -.2(bu)2.839 G .339
-(iltin abo).2 F -.15(ve)-.15 G 2.839(\)i).15 G 2.839(se)-2.839 G .338
-(nabled, so that parsing a command substitution containing)-2.839 F .022
-(an e)180 340.8 R .022(xtglob pattern \(say)-.15 F 2.522(,a)-.65 G 2.522
-(sp)-2.522 G .022(art of a shell function\) will not f)-2.522 F 2.523
-(ail. This)-.1 F .023(assumes the intent is)2.523 F .04(to enable e)180
-352.8 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
-(cuted and w).15 F .039(ord e)-.1 F .039(xpansions are performed.)-.15 F
-(It)5.039 E .4(will f)180 364.8 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
-(xpansion time if e)-.15 F .4(xtglob hasn')-.15 F 2.9(tb)-.18 G .4
-(een enabled by the time the command)-2.9 F(is e)180 376.8 Q -.15(xe)
--.15 G(cuted.).15 E/F3 10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 393.6 Q
-F1(If)108 405.6 Q F2(bash)3.582 E F1 1.081(is started with the name)
-3.581 F F2(rbash)3.581 E F1 3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F2
-<ad72>3.581 E F1 1.081(option is supplied at in)3.581 F -.2(vo)-.4 G
-1.081(cation, the shell becomes re-).2 F 2.976(stricted. A)108 417.6 R
-.476(restricted shell is used to set up an en)2.976 F .476
-(vironment more controlled than the standard shell.)-.4 F .477(It be-)
-5.477 F(ha)108 429.6 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E
-F2(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
-(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 446.4 Q
-(changing directories with)144 446.4 Q F2(cd)2.5 E F1<83>108 463.2 Q
-(setting or unsetting the v)144 463.2 Q(alues of)-.25 E/F4 9
-/Times-Bold@0 SF(SHELL)2.5 E/F5 9/Times-Roman@0 SF(,)A F4 -.666(PA)2.25
-G(TH)-.189 E F5(,)A F4(HISTFILE)2.25 E F5(,)A F4(ENV)2.25 E F5(,)A F1
-(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F1<83>108 480 Q
-(specifying command names containing)144 480 Q F2(/)2.5 E F1<83>108
-496.8 Q(specifying a \214lename containing a)144 496.8 Q F2(/)2.5 E F1
-(as an ar)2.5 E(gument to the)-.18 E F2(.)2.5 E F1 -.2(bu)5 G
-(iltin command).2 E<83>108 513.6 Q
-(specifying a \214lename containing a slash as an ar)144 513.6 Q
-(gument to the)-.18 E F2(history)2.5 E F1 -.2(bu)2.5 G(iltin command).2
-E<83>108 530.4 Q .45
-(specifying a \214lename containing a slash as an ar)144 530.4 R .449
-(gument to the)-.18 F F2<ad70>2.949 E F1 .449(option to the)2.949 F F2
-(hash)2.949 E F1 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 542.4 Q
-<83>108 559.2 Q(importing function de\214nitions from the shell en)144
-559.2 Q(vironment at startup)-.4 E<83>108 576 Q(parsing the v)144 576 Q
-(alue of)-.25 E F4(SHELLOPTS)2.5 E F1(from the shell en)2.25 E
-(vironment at startup)-.4 E<83>108 592.8 Q(redirecting output using the\
- >, >|, <>, >&, &>, and >> redirection operators)144 592.8 Q<83>108
-609.6 Q(using the)144 609.6 Q F2(exec)2.5 E F1 -.2(bu)2.5 G
-(iltin command to replace the shell with another command).2 E<83>108
-626.4 Q(adding or deleting b)144 626.4 Q(uiltin commands with the)-.2 E
-F2<ad66>2.5 E F1(and)2.5 E F2<ad64>2.5 E F1(options to the)2.5 E F2
-(enable)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 643.2 Q
-(using the)144 643.2 Q F2(enable)2.5 E F1 -.2(bu)2.5 G
-(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108 660
-Q(specifying the)144 660 Q F2<ad70>2.5 E F1(option to the)2.5 E F2
-(command)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 676.8 Q
-(turning of)144 676.8 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F2
-(set +r)2.5 E F1(or)2.5 E F2(shopt \255u r)2.5 E(estricted_shell)-.18 E
-F1(.)A(These restrictions are enforced after an)108 693.6 Q 2.5(ys)-.15
-G(tartup \214les are read.)-2.5 E 1.566
-(When a command that is found to be a shell script is e)108 710.4 R -.15
-(xe)-.15 G 1.567(cuted \(see).15 F F4 1.567(COMMAND EXECUTION)4.067 F F1
-(abo)3.817 E -.15(ve)-.15 G(\),).15 E F2(rbash)108 722.4 Q F1(turns of)
-2.5 E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H(estrictions in the shell spa).15
-E(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E(GNU Bash 5.3)72
-768 Q(2024 March 29)144.29 E(88)193.45 E 0 Cg EP
-%%Page: 89 89
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF(SEE ALSO)72 84 Q F0
-(Bash Refer)108 96 Q(ence Manual)-.37 E F1 2.5(,B)C(rian F)-2.5 E
-(ox and Chet Rame)-.15 E(y)-.15 E F0(The Gnu Readline Libr)108 108 Q
-(ary)-.15 E F1 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E
-F0(The Gnu History Libr)108 120 Q(ary)-.15 E F1 2.5(,B)C(rian F)-2.5 E
-(ox and Chet Rame)-.15 E(y)-.15 E F0 -.8(Po)108 132 S(rtable Oper).8 E
-(ating System Interface \(POSIX\) P)-.15 E(art 2: Shell and Utilities)
--.8 E F1 2.5(,I)C(EEE \212)-2.5 E(http://pubs.opengroup.or)144 144 Q
-(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 156 Q
-(.case.edu/\001chet/bash/POSIX \212 a description of posix mode)-.65 E
-F0(sh)108 168 Q F1(\(1\),)A F0(ksh)2.5 E F1(\(1\),)A F0(csh)2.5 E F1
-(\(1\))A F0(emacs)108 180 Q F1(\(1\),)A F0(vi)2.5 E F1(\(1\))A F0 -.37
-(re)108 192 S(adline).37 E F1(\(3\))A F2(FILES)72 208.8 Q F0(/bin/bash)
-109.666 220.8 Q F1(The)144 232.8 Q/F3 10/Times-Bold@0 SF(bash)2.5 E F1
--.15(exe)2.5 G(cutable).15 E F0(/etc/pr)109.666 244.8 Q(o\214le)-.45 E
-F1(The systemwide initialization \214le, e)144 256.8 Q -.15(xe)-.15 G
-(cuted for login shells).15 E F0(\001/.bash_pr)109.666 268.8 Q(o\214le)
--.45 E F1(The personal initialization \214le, e)144 280.8 Q -.15(xe)-.15
-G(cuted for login shells).15 E F0(\001/.bashr)109.666 292.8 Q(c)-.37 E
-F1(The indi)144 304.8 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25
-G(-shell startup \214le).15 E F0(\001/.bash_lo)109.666 316.8 Q(gout)-.1
-E F1(The indi)144 328.8 Q(vidual login shell cleanup \214le, e)-.25 E
--.15(xe)-.15 G(cuted when a login shell e).15 E(xits)-.15 E F0
-(\001/.bash_history)109.666 340.8 Q F1(The def)144 352.8 Q(ault v)-.1 E
-(alue of)-.25 E F3(HISTFILE)2.5 E F1 2.5(,t)C
-(he \214le in which bash sa)-2.5 E -.15(ve)-.2 G 2.5(st).15 G
-(he command history)-2.5 E F0(\001/.inputr)109.666 364.8 Q(c)-.37 E F1
-(Indi)144 376.8 Q(vidual)-.25 E F0 -.37(re)2.5 G(adline).37 E F1
-(initialization \214le)2.5 E F2 -.548(AU)72 393.6 S(THORS).548 E F1
-(Brian F)108 405.6 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 E
-(bfox@gnu.or)108 417.6 Q(g)-.18 E(Chet Rame)108 434.4 Q 1.3 -.65(y, C)
--.15 H(ase W).65 E(estern Reserv)-.8 E 2.5(eU)-.15 G(ni)-2.5 E -.15(ve)
--.25 G(rsity).15 E(chet.rame)108 446.4 Q(y@case.edu)-.15 E F2 -.11(BU)72
-463.2 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F1 .568
-(If you \214nd a b)108 475.2 R .568(ug in)-.2 F F3(bash)3.068 E F1 3.068
-(,y)C .568(ou should report it.)-3.068 F .568
-(But \214rst, you should mak)5.568 F 3.068(es)-.1 G .568
-(ure that it really is a b)-3.068 F .567(ug, and)-.2 F 5.625
-(that it appears in the latest v)108 487.2 R 5.625(ersion of)-.15 F F3
-(bash)8.125 E F1 10.625(.T)C 5.625(he latest v)-10.625 F 5.626
-(ersion is al)-.15 F -.1(wa)-.1 G 5.626(ys a).1 F -.25(va)-.2 G 5.626
-(ilable from).25 F F0(ftp://ftp.gnu.or)108 499.2 Q(g/pub/gnu/bash/)-.37
-E F1(and)2.5 E F0(http://git.savannah.gnu.or)2.5 E
-(g/cgit/bash.git/snapshot/bash-master)-.37 E(.tar)-1.11 E(.gz)-1.11 E F1
-(.)A .411(Once you ha)108 516 R .711 -.15(ve d)-.2 H .411
-(etermined that a b).15 F .411(ug actually e)-.2 F .411(xists, use the)
--.15 F F0(bashb)3.18 E(ug)-.2 E F1 .41(command to submit a b)3.13 F .41
-(ug report.)-.2 F(If)5.41 E .021(you ha)108 528 R .321 -.15(ve a \214)
--.2 H .021(x, you are encouraged to mail that as well!).15 F -1.1(Yo)
-5.021 G 2.521(um)1.1 G .021
-(ay send suggestions and \231philosophical\232 b)-2.521 F(ug)-.2 E
-(reports to)108 540 Q F0 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F1
-(or post them to the Usenet ne)2.5 E(wsgroup)-.25 E F3(gnu.bash.b)2.5 E
-(ug)-.2 E F1(.)A(ALL b)108 556.8 Q(ug reports should include:)-.2 E
-(The v)108 573.6 Q(ersion number of)-.15 E F3(bash)2.5 E F1(The hardw)
-108 585.6 Q(are and operating system)-.1 E(The compiler used to compile)
-108 597.6 Q 2.5(Ad)108 609.6 S(escription of the b)-2.5 E(ug beha)-.2 E
-(viour)-.2 E 2.5(As)108 621.6 S(hort script or \231recipe\232 which e)
--2.5 E -.15(xe)-.15 G(rcises the b).15 E(ug)-.2 E F0(bashb)108.27 638.4
-Q(ug)-.2 E F1
-(inserts the \214rst three items automatically into the template it pro)
-2.72 E(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108
-655.2 Q(ug reports concerning this manual page should be directed to)-.2
-E F0 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F1(.)
-.25 E F2 -.11(BU)72 672 S(GS).11 E F1(It')108 684 Q 2.5(st)-.55 G
-(oo big and too slo)-2.5 E -.65(w.)-.25 G 1.869
-(There are some subtle dif)108 700.8 R 1.869(ferences between)-.25 F F3
-(bash)4.369 E F1 1.869(and traditional v)4.369 F 1.869(ersions of)-.15 F
-F3(sh)4.368 E F1 4.368(,m)C 1.868(ostly because of the)-4.368 F/F4 9
-/Times-Bold@0 SF(POSIX)108 712.8 Q F1(speci\214cation.)2.25 E
-(Aliases are confusing in some uses.)108 729.6 Q(GNU Bash 5.3)72 768 Q
-(2024 March 29)144.29 E(89)193.45 E 0 Cg EP
-%%Page: 90 90
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH).25 E/F1 10/Times-Roman@0 SF
-138.32(\(1\) General).95 F(Commands Manual)2.5 E F0 -.25(BA)140.82 G(SH)
-.25 E F1(\(1\)).95 E(Shell b)108 84 Q
-(uiltin commands and functions are not stoppable/restartable.)-.2 E
-1.185(Compound commands and command sequences of the form \231a ; b ; c\
-\232 are not handled gracefully when)108 100.8 R .39
-(process suspension is attempted.)108 112.8 R .389
-(When a process is stopped, the shell immediately e)5.39 F -.15(xe)-.15
-G .389(cutes the ne).15 F .389(xt com-)-.15 F .192
-(mand in the sequence.)108 124.8 R .192(It suf)5.192 F .192(\214ces to \
-place the sequence of commands between parentheses to force it into a)
--.25 F .052(subshell, which may be stopped as a unit, or to start the c\
-ommand in the background and immediately bring)108 136.8 R
-(it into the fore)108 148.8 Q(ground.)-.15 E(Array v)108 165.6 Q
-(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E
-(There may be only one acti)108 182.4 Q .3 -.15(ve c)-.25 H
-(oprocess at a time.).15 E(GNU Bash 5.3)72 768 Q(2024 March 29)144.29 E
-(90)193.45 E 0 Cg EP
-%%Trailer
-end
-%%EOF
diff --git a/doc/bashbug.ps b/doc/bashbug.ps
deleted file mode 100644 (file)
index 55fe45c..0000000
+++ /dev/null
@@ -1,297 +0,0 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.22.4
-%%CreationDate: Tue Jan 11 16:04:43 2022
-%%DocumentNeededResources: font Times-Roman
-%%+ font Times-Bold
-%%+ font Times-Italic
-%%DocumentSuppliedResources: procset grops 1.22 4
-%%Pages: 1
-%%PageOrder: Ascend
-%%DocumentMedia: Default 612 792 0 () ()
-%%Orientation: Portrait
-%%EndComments
-%%BeginDefaults
-%%PageMedia: Default
-%%EndDefaults
-%%BeginProlog
-%%BeginResource: procset grops 1.22 4
-%!PS-Adobe-3.0 Resource-ProcSet
-/setpacking where{
-pop
-currentpacking
-true setpacking
-}if
-/grops 120 dict dup begin
-/SC 32 def
-/A/show load def
-/B{0 SC 3 -1 roll widthshow}bind def
-/C{0 exch ashow}bind def
-/D{0 exch 0 SC 5 2 roll awidthshow}bind def
-/E{0 rmoveto show}bind def
-/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
-/G{0 rmoveto 0 exch ashow}bind def
-/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/I{0 exch rmoveto show}bind def
-/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
-/K{0 exch rmoveto 0 exch ashow}bind def
-/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/M{rmoveto show}bind def
-/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
-/O{rmoveto 0 exch ashow}bind def
-/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/Q{moveto show}bind def
-/R{moveto 0 SC 3 -1 roll widthshow}bind def
-/S{moveto 0 exch ashow}bind def
-/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/SF{
-findfont exch
-[exch dup 0 exch 0 exch neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-/MF{
-findfont
-[5 2 roll
-0 3 1 roll
-neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-/level0 0 def
-/RES 0 def
-/PL 0 def
-/LS 0 def
-/MANUAL{
-statusdict begin/manualfeed true store end
-}bind def
-/PLG{
-gsave newpath clippath pathbbox grestore
-exch pop add exch pop
-}bind def
-/BP{
-/level0 save def
-1 setlinecap
-1 setlinejoin
-DEFS/BPhook known{DEFS begin BPhook end}if
-72 RES div dup scale
-LS{
-90 rotate
-}{
-0 PL translate
-}ifelse
-1 -1 scale
-}bind def
-/EP{
-level0 restore
-showpage
-}def
-/DA{
-newpath arcn stroke
-}bind def
-/SN{
-transform
-.25 sub exch .25 sub exch
-round .25 add exch round .25 add exch
-itransform
-}bind def
-/DL{
-SN
-moveto
-SN
-lineto stroke
-}bind def
-/DC{
-newpath 0 360 arc closepath
-}bind def
-/TM matrix def
-/DE{
-TM currentmatrix pop
-translate scale newpath 0 0 .5 0 360 arc closepath
-TM setmatrix
-}bind def
-/RC/rcurveto load def
-/RL/rlineto load def
-/ST/stroke load def
-/MT/moveto load def
-/CL/closepath load def
-/Fr{
-setrgbcolor fill
-}bind def
-/setcmykcolor where{
-pop
-/Fk{
-setcmykcolor fill
-}bind def
-}if
-/Fg{
-setgray fill
-}bind def
-/FL/fill load def
-/LW/setlinewidth load def
-/Cr/setrgbcolor load def
-/setcmykcolor where{
-pop
-/Ck/setcmykcolor load def
-}if
-/Cg/setgray load def
-/RE{
-findfont
-dup maxlength 1 index/FontName known not{1 add}if dict begin
-{
-1 index/FID ne
-2 index/UniqueID ne
-and
-{def}{pop pop}ifelse
-}forall
-/Encoding exch def
-dup/FontName exch def
-currentdict end definefont pop
-}bind def
-/DEFS 0 def
-/EBEGIN{
-moveto
-DEFS begin
-}bind def
-/EEND/end load def
-/CNT 0 def
-/level1 0 def
-/PBEGIN{
-/level1 save def
-translate
-div 3 1 roll div exch scale
-neg exch neg exch translate
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[]0 setdash
-/setstrokeadjust where{
-pop
-false setstrokeadjust
-}if
-/setoverprint where{
-pop
-false setoverprint
-}if
-newpath
-/CNT countdictstack def
-userdict begin
-/showpage{}def
-/setpagedevice{}def
-mark
-}bind def
-/PEND{
-cleartomark
-countdictstack CNT sub{end}repeat
-level1 restore
-}bind def
-end def
-/setpacking where{
-pop
-setpacking
-}if
-%%EndResource
-%%EndProlog
-%%BeginSetup
-%%BeginFeature: *PageSize Default
-<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
-%%EndFeature
-%%IncludeResource: font Times-Roman
-%%IncludeResource: font Times-Bold
-%%IncludeResource: font Times-Italic
-grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
-def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
-/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
-/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
-/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
-/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
-/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
-/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
-/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
-/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
-/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
-/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
-/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
-/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
-/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
-/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
-/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
-/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
-/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
-/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
-/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
-/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
-/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/Times-Italic@0 ENC0/Times-Italic RE/Times-Bold@0 ENC0/Times-Bold RE
-/Times-Roman@0 ENC0/Times-Roman RE
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Roman@0 SF -.35(BA)72 48 S(SHB).35 E 116.13
-(UG\(1\) General)-.1 F(Commands Manual)2.5 E -.35(BA)118.63 G(SHB).35 E
-(UG\(1\))-.1 E/F1 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F0
-(bashb)108 96 Q(ug \255 report a b)-.2 E(ug in bash)-.2 E F1(SYNOPSIS)72
-112.8 Q/F2 10/Times-Bold@0 SF(bashb)108 124.8 Q(ug)-.2 E F0([)2.5 E/F3
-10/Times-Italic@0 SF(--ver)A(sion)-.1 E F0 2.5(][)C F3(--help)-2.5 E F0
-2.5(][)C F3(email-addr)-2.5 E(ess)-.37 E F0(])A F1(DESCRIPTION)72 141.6
-Q F2(bashb)108 153.6 Q(ug)-.2 E F0 .446
-(is a shell script to help the user compose and mail b)2.947 F .446
-(ug reports concerning bash in a standard for)-.2 F(-)-.2 E(mat.)108
-165.6 Q F2(bashb)5.961 E(ug)-.2 E F0(in)3.461 E -.2(vo)-.4 G -.1(ke).2 G
-3.461(st).1 G .962(he editor speci\214ed by the en)-3.461 F .962
-(vironment v)-.4 F(ariable)-.25 E/F4 9/Times-Bold@0 SF(EDIT)3.462 E(OR)
--.162 E F0 .962(on a temporary cop)3.212 F 3.462(yo)-.1 G(f)-3.462 E
-.374(the b)108 177.6 R .374(ug report format outline. The user must \
-\214ll in the appropriate \214elds and e)-.2 F .374(xit the editor)-.15
-F(.)-.55 E F2(bashb)5.373 E(ug)-.2 E F0(then)2.873 E 1.141
-(mails the completed report to)108 189.6 R F3 -.2(bu)3.641 G
-(g-bash@gnu.or).2 E(g)-.37 E F0 3.641(,o)C(r)-3.641 E F3(email-addr)
-3.641 E(ess)-.37 E F0 6.141(.I)C 3.641(ft)-6.141 G 1.142
-(he report cannot be mailed, it is)-3.641 F(sa)108 201.6 Q -.15(ve)-.2 G
-2.5(di).15 G 2.5(nt)-2.5 G(he \214le)-2.5 E F3(dead.bashb)2.5 E(ug)-.2 E
-F0(in the in)2.5 E -.2(vo)-.4 G(king user').2 E 2.5(sh)-.55 G
-(ome directory)-2.5 E(.)-.65 E .354(The b)108 218.4 R .354
-(ug report format outline consists of se)-.2 F -.15(ve)-.25 G .353
-(ral sections.).15 F .353(The \214rst section pro)5.353 F .353
-(vides information about the)-.15 F .37
-(machine, operating system, the bash v)108 230.4 R .371
-(ersion, and the compilation en)-.15 F 2.871(vironment. The)-.4 F .371
-(second section should)2.871 F .209
-(be \214lled in with a description of the b)108 242.4 R 2.709(ug. The)
--.2 F .208(third section should be a description of ho)2.709 F 2.708(wt)
--.25 G 2.708(or)-2.708 G .208(eproduce the)-2.708 F -.2(bu)108 254.4 S
-2.5(g. The).2 F(optional fourth section is for a proposed \214x.)2.5 E
-(Fix)5 E(es are encouraged.)-.15 E F1(ENVIR)72 271.2 Q(ONMENT)-.329 E F2
-(bashb)108 283.2 Q(ug)-.2 E F0(will utilize the follo)2.5 E(wing en)-.25
-E(vironment v)-.4 E(ariables if the)-.25 E 2.5(ye)-.15 G(xist:)-2.65 E
-F2(EDIT)108 300 Q(OR)-.18 E F0 .327(Speci\214es the preferred editor)144
-312 R 2.827(.I)-.55 G(f)-2.827 E F4(EDIT)2.827 E(OR)-.162 E F0 .327
-(is not set,)2.577 F F2(bashb)2.827 E(ug)-.2 E F0 .328
-(attempts to locate a number of alter)2.827 F(-)-.2 E(nati)144 324 Q
-1.925 -.15(ve e)-.25 H 1.625(ditors, including).15 F F2(emacs)4.125 E F0
-6.625(.I)C(f)-6.625 E F2(bashb)4.125 E(ug)-.2 E F0 1.625
-(cannot locate an)4.125 F 4.125(yo)-.15 G 4.125(ft)-4.125 G 1.625
-(he alternati)-4.125 F 1.925 -.15(ve e)-.25 H 1.625(ditors, it at-).15 F
-(tempts to e)144 336 Q -.15(xe)-.15 G(cute).15 E F2(vi)2.5 E F0(.)A F2
-(HOME)108 352.8 Q F0(Directory in which the f)144 364.8 Q(ailed b)-.1 E
-(ug report is sa)-.2 E -.15(ve)-.2 G 2.5(di).15 G 2.5(ft)-2.5 G
-(he mail f)-2.5 E(ails.)-.1 E F2(TMPDIR)108 381.6 Q F0
-(Directory in which to create temporary \214les and directories.)144
-393.6 Q F1(SEE ALSO)72 410.4 Q F3(bash)108 422.4 Q F0(\(1\))A F1 -.548
-(AU)72 439.2 S(THORS).548 E F0(Brian F)108 451.2 Q(ox, Free Softw)-.15 E
-(are F)-.1 E(oundation)-.15 E(bfox@gnu.or)108 463.2 Q(g)-.18 E
-(Chet Rame)108 480 Q 1.3 -.65(y, C)-.15 H(ase W).65 E(estern Reserv)-.8
-E 2.5(eU)-.15 G(ni)-2.5 E -.15(ve)-.25 G(rsity).15 E(chet@po.cwru.edu)
-108 492 Q(GNU Bash 5.2)72 768 Q(2020 August 1)145.395 E(1)199.555 E 0 Cg
-EP
-%%Trailer
-end
-%%EOF
index 67a7f12c62c42467d58150ec405a5e874b6fc6bd..7042cc2452b2794c4b9c3ba4725e1e0bdc461dc7 100644 (file)
Binary files a/doc/bashref.dvi and b/doc/bashref.dvi differ
index f846ef0b497677bff657d56a68594bcdab638af5..eb4d54b89ae396c1de5b50b0683d5ffab9220b17 100644 (file)
@@ -4,13 +4,13 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <!-- This text is a brief description of the features that are present in
-the Bash shell (version 5.3, 12 December 2024).
+the Bash shell (version 5.3, 24 February 2025).
 
-This is Edition 5.3, last updated 12 December 2024,
+This is Edition 5.3, last updated 24 February 2025,
 of The GNU Bash Reference Manual,
 for Bash, Version 5.3.
 
-Copyright © 1988-2024 Free Software Foundation, Inc.
+Copyright © 1988-2025 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -77,10 +77,10 @@ Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previou
 <h1 class="top" id="Bash-Features-1"><span>Bash Features<a class="copiable-link" href="#Bash-Features-1"> &para;</a></span></h1>
 
 <p>This text is a brief description of the features that are present in
-the Bash shell (version 5.3, 12 December 2024).
+the Bash shell (version 5.3, 24 February 2025).
 The Bash home page is <a class="url" href="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</a>.
 </p>
-<p>This is Edition 5.3, last updated 12 December 2024,
+<p>This is Edition 5.3, last updated 24 February 2025,
 of <cite class="cite">The GNU Bash Reference Manual</cite>,
 for <code class="code">Bash</code>, Version 5.3.
 </p>
@@ -1293,7 +1293,7 @@ in <var class="var">consequent-commands</var>, or zero if none was executed.
 <dd><p>The syntax of the <code class="code">for</code> command is:
 </p>
 <div class="example">
-<pre class="example-preformatted">for <var class="var">name</var> [ [in [<var class="var">words</var> ...] ] ; ] do <var class="var">commands</var>; done
+<pre class="example-preformatted">for <var class="var">name</var> [ [in <var class="var">words</var> ...] ; ] do <var class="var">commands</var>; done
 </pre></div>
 
 <p>Expand <var class="var">words</var> (see <a class="pxref" href="#Shell-Expansions">Shell Expansions</a>), and then
@@ -1308,10 +1308,11 @@ set, as if &lsquo;<samp class="samp">in &quot;$@&quot;</samp>&rsquo; had been sp
 If there are no items in the expansion of <var class="var">words</var>, no commands are
 executed, and the return status is zero.
 </p>
-<p>An alternate form of the <code class="code">for</code> command is also supported:
+<p>There is an alternate form of the <code class="code">for</code> command which is similar to the
+C language:
 </p>
 <div class="example">
-<pre class="example-preformatted">for (( <var class="var">expr1</var> ; <var class="var">expr2</var> ; <var class="var">expr3</var> )) ; do <var class="var">commands</var> ; done
+<pre class="example-preformatted">for (( <var class="var">expr1</var> ; <var class="var">expr2</var> ; <var class="var">expr3</var> )) [;] do <var class="var">commands</var> ; done
 </pre></div>
 
 <p>First, evaluate the arithmetic expression <var class="var">expr1</var> according
@@ -1490,8 +1491,11 @@ done
 described below (see <a class="pxref" href="#Shell-Arithmetic">Shell Arithmetic</a>).
 The <var class="var">expression</var> undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in <var class="var">expression</var> are not treated specially
-and are removed.
+but unescaped double quote characters
+in <var class="var">expression</var> are not treated
+specially and are removed.
+Since this can potentially result in empty strings,
+this command treats those as expressions that evaluate to 0.
 If the value of the expression is non-zero, the return status is 0;
 otherwise the return status is 1. 
 </p>
@@ -2072,7 +2076,7 @@ until it is reset in that scope or until the function returns.
 Once the function returns, any instance of the variable at a previous
 scope becomes visible.
 If the unset acts on a variable at a previous scope, any instance of a
-variable with that name that had been shadowed will become visible
+variable with that name that had been shadowed becomes visible
 (see below how the <code class="code">localvar_unset</code> shell option changes this behavior).
 </p>
 <p>The <samp class="option">-f</samp> option to the <code class="code">declare</code> (<code class="code">typeset</code>)
@@ -2124,7 +2128,7 @@ The null string is a valid value.
 Once a variable is set, it may be unset only by using
 the <code class="code">unset</code> builtin command.
 </p>
-<p>A variable may be assigned to by a statement of the form
+<p>A variable is assigned to using a statement of the form
 </p><div class="example">
 <pre class="example-preformatted"><var class="var">name</var>=[<var class="var">value</var>]
 </pre></div>
@@ -2150,23 +2154,26 @@ For example,
 </pre></div>
 
 <p>In the context where an assignment statement is assigning a value  
-to a shell variable or array index (see <a class="pxref" href="#Arrays">Arrays</a>),
-the &lsquo;<samp class="samp">+=</samp>&rsquo; operator appends to or adds to
+to a shell variable or array index (see <a class="pxref" href="#Arrays">Arrays</a>), the
+&lsquo;<samp class="samp">+=</samp>&rsquo; operator appends to or adds to
 the variable&rsquo;s previous value.
 This includes arguments to declaration commands such as
-<code class="code">declare</code> that accept assignment statements.
-When &lsquo;<samp class="samp">+=</samp>&rsquo; is applied to a variable
-for which the <code class="code">integer</code> attribute has been set,
+<code class="code">declare</code>
+that accept assignment statements.
+When &lsquo;<samp class="samp">+=</samp>&rsquo;
+is applied to a variable for which the
+<code class="code">integer</code> attribute has been set,
 the variable&rsquo;s current value and <var class="var">value</var> are each evaluated as
 arithmetic expressions,
 and the sum of the results is assigned as the variable&rsquo;s value.
 The current value is usually an integer constant, but may be an expression.
-When &lsquo;<samp class="samp">+=</samp>&rsquo; is applied to an array variable using compound assignment
-(see <a class="pxref" href="#Arrays">Arrays</a>), the
-variable&rsquo;s value is not unset (as it is when using &lsquo;<samp class="samp">=</samp>&rsquo;), and new
-values are appended to the array beginning at one greater than the array&rsquo;s
-maximum index (for indexed arrays), or added as additional key-value pairs
-in an associative array.
+When &lsquo;<samp class="samp">+=</samp>&rsquo;
+is applied to an array variable using compound assignment (see <a class="pxref" href="#Arrays">Arrays</a>),
+the variable&rsquo;s value is not unset
+(as it is when using &lsquo;<samp class="samp">=</samp>&rsquo;),
+and new values are appended to the array
+beginning at one greater than the array&rsquo;s maximum index (for indexed arrays),
+or added as additional key-value pairs in an associative array.
 When applied to a string-valued variable, <var class="var">value</var> is expanded and
 appended to the variable&rsquo;s value.
 </p>
@@ -2205,6 +2212,10 @@ Namerefs can be unset using the <samp class="option">-n</samp> option to the <co
 Otherwise, if <code class="code">unset</code> is executed with the name of a nameref variable
 as an argument, the variable referenced by the nameref variable is unset.
 </p>
+<p>When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name,
+as described below (see <a class="pxref" href="#Environment">Environment</a>).
+</p>
 <ul class="mini-toc">
 <li><a href="#Positional-Parameters" accesskey="1">Positional Parameters</a></li>
 <li><a href="#Special-Parameters" accesskey="2">Special Parameters</a></li>
@@ -2425,12 +2436,13 @@ This mechanism is similar to
 <em class="dfn">filename expansion</em> (see <a class="pxref" href="#Filename-Expansion">Filename Expansion</a>),
 but the filenames generated need not exist.
 Patterns to be brace expanded are formed from an optional <var class="var">preamble</var>,
-followed by either a series of comma-separated strings or a sequence expression
-between a pair of braces,
-followed by an optional <var class="var">postscript</var>.
-The preamble is prefixed to each string contained within the braces, and
-the postscript is then appended to each resulting string, expanding left
-to right.
+followed by either a series of comma-separated strings or
+a sequence expression between a pair of braces,
+followed by an optional
+<var class="var">postscript</var>.
+The preamble is prefixed to each string contained within the braces,
+and the postscript is then appended to each resulting string,
+expanding left to right.
 </p>
 <p>Brace expansions may be nested.
 The results of each expanded string are not sorted;
@@ -2441,7 +2453,8 @@ For example,
 ade ace abe
 </pre></div>
 
-<p>A sequence expression takes the form <code class="code">{<var class="var">x</var>..<var class="var">y</var>[..<var class="var">incr</var>]}</code>,
+<p>A sequence expression takes the form
+<code class="code"><var class="var">x</var>..<var class="var">y</var>[..<var class="var">incr</var>]</code>,
 where <var class="var">x</var> and <var class="var">y</var> are either integers or letters,
 and <var class="var">incr</var>, an optional increment, is an integer.
 When integers are supplied, the expression expands to each number between
@@ -2451,7 +2464,7 @@ each generated term will contain the same number of digits,
 zero-padding where necessary.
 When letters are supplied, the expression expands to each character
 lexicographically between <var class="var">x</var> and <var class="var">y</var>, inclusive,
-using the default C locale.
+using the C locale.
 Note that both <var class="var">x</var> and <var class="var">y</var> must be of the same type
 (integer or letter).
 When the increment is supplied, it is used as the difference between
@@ -2470,11 +2483,13 @@ and closing braces, and at least one unquoted comma or a valid
 sequence expression.
 Any incorrectly formed brace expansion is left unchanged.
 </p>
-<p>A { or &lsquo;<samp class="samp">,</samp>&rsquo; may be quoted with a backslash to prevent its
+<p>A &lsquo;<samp class="samp">{</samp>&rsquo; or &lsquo;<samp class="samp">,</samp>&rsquo;
+may be quoted with a backslash to prevent its
 being considered part of a brace expression.
 To avoid conflicts with parameter expansion, the string &lsquo;<samp class="samp">${</samp>&rsquo;
 is not considered eligible for brace expansion,
-and inhibits brace expansion until the closing &lsquo;<samp class="samp">}</samp>&rsquo;.
+and inhibits brace expansion until the closing
+&lsquo;<samp class="samp">}</samp>&rsquo;.
 </p>
 <p>This construct is typically used as shorthand when the common
 prefix of the strings to be generated is longer than in the
@@ -2487,6 +2502,38 @@ above example:
 <pre class="example-preformatted">chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
 </pre></div>
 
+<p>Brace expansion introduces a slight incompatibility with
+historical versions of
+<code class="command">sh</code>.
+<code class="command">sh</code>
+does not treat opening or closing braces specially when they
+appear as part of a word, and preserves them in the output.
+Bash
+removes braces from words as a consequence of brace
+expansion.
+For example, a word entered to
+<code class="command">sh</code>
+as
+&lsquo;<samp class="samp">file{1,2}</samp>&rsquo;
+appears identically in the output.
+Bash
+outputs that word as
+&lsquo;<samp class="samp">file1 file2</samp>&rsquo;
+after brace expansion.
+Start
+Bash
+with the
+<samp class="option">+B</samp>
+option or disable brace expansion with the
+<samp class="option">+B</samp>
+option to the
+<code class="code">set</code>
+command
+(see <a class="pxref" href="#Shell-Builtin-Commands">Shell Builtin Commands</a>)
+for strict
+<code class="command">sh</code>
+compatibility.
+</p>
 <hr>
 </div>
 <div class="subsection-level-extent" id="Tilde-Expansion">
@@ -2685,10 +2732,18 @@ in this way.
 $ : ${var=DEFAULT}
 $ echo $var
 DEFAULT
+$ var=
+$ : ${var=DEFAULT}
+$ echo $var
+
 $ var=
 $ : ${var:=DEFAULT}
 $ echo $var
 DEFAULT
+$ unset var
+$ : ${var:=DEFAULT}
+$ echo $var
+DEFAULT
 </pre></div>
 
 </dd>
@@ -2707,6 +2762,16 @@ Otherwise, the value of <var class="var">parameter</var> is substituted.
 <pre class="example-preformatted">$ var=
 $ : ${var:?var is unset or null}
 bash: var: var is unset or null
+$ echo ${var?var is unset}
+
+$ unset var
+$ : ${var?var is unset}
+bash: var: var is unset
+$ : ${var:?var is unset or null}
+bash: var: var is unset or null
+$ var=123
+$ echo ${var:?var is unset or null}
+123
 </pre></div>
 
 </dd>
@@ -2720,9 +2785,18 @@ The value of <var class="var">parameter</var> is not used.
 <pre class="example-preformatted">$ var=123
 $ echo ${var:+var is set and not null}
 var is set and not null
+$ echo ${var+var is set}
+var is set
 $ var=
 $ echo ${var:+var is set and not null}
 
+$ echo ${var+var is set}
+var is set
+$ unset var
+$ echo ${var+var is set}
+
+$ echo ${var:+var is set and not null}
+
 $ 
 </pre></div>
 
@@ -2735,9 +2809,15 @@ starting at the character specified by <var class="var">offset</var>.
 If <var class="var">parameter</var> is &lsquo;<samp class="samp">@</samp>&rsquo; or &lsquo;<samp class="samp">*</samp>&rsquo;, an indexed array subscripted by
 &lsquo;<samp class="samp">@</samp>&rsquo; or &lsquo;<samp class="samp">*</samp>&rsquo;, or an associative array name, the results differ as
 described below.
-If <var class="var">length</var> is omitted, it expands to the substring of the value of
+If :<var class="var">length</var> is omitted (the first form above), this
+expands to the substring of the value of
 <var class="var">parameter</var> starting at the character specified by <var class="var">offset</var>
 and extending to the end of the value.
+If <var class="var">offset</var> is omitted,
+it is treated as 0.
+If <var class="var">length</var> is omitted,
+but the colon after <var class="var">offset</var> is present,
+it is treated as 0.
 <var class="var">length</var> and <var class="var">offset</var> are arithmetic expressions
 (see <a class="pxref" href="#Shell-Arithmetic">Shell Arithmetic</a>).
 </p>
@@ -2947,11 +3027,9 @@ array in turn, and the expansion is the resultant list.
 <dt><code class="code">${<var class="var">parameter</var>//<var class="var">pattern</var>/<var class="var">string</var>}</code></dt>
 <dt><code class="code">${<var class="var">parameter</var>/#<var class="var">pattern</var>/<var class="var">string</var>}</code></dt>
 <dt><code class="code">${<var class="var">parameter</var>/%<var class="var">pattern</var>/<var class="var">string</var>}</code></dt>
-<dd><p>The <var class="var">pattern</var> is expanded to produce a pattern just as in
-filename expansion and matched
-against the expanded value of <var class="var">parameter</var>
-according to the rules
-described below (see <a class="pxref" href="#Pattern-Matching">Pattern Matching</a>).
+<dd><p>The <var class="var">pattern</var> is expanded to produce a pattern
+and matched against the expanded value of <var class="var">parameter</var>
+as described below (see <a class="pxref" href="#Pattern-Matching">Pattern Matching</a>).
 The longest match of <var class="var">pattern</var>
 in the expanded value is replaced with <var class="var">string</var>.
 <var class="var">string</var> undergoes tilde expansion, parameter and variable expansion,
@@ -3055,18 +3133,28 @@ array in turn, and the expansion is the resultant list.
 <dt><code class="code">${<var class="var">parameter</var>,<var class="var">pattern</var>}</code></dt>
 <dt><code class="code">${<var class="var">parameter</var>,,<var class="var">pattern</var>}</code></dt>
 <dd><p>This expansion modifies the case of alphabetic characters in <var class="var">parameter</var>.
-The <var class="var">pattern</var> is expanded to produce a pattern just as in
-filename expansion.
-Each character in the expanded value of <var class="var">parameter</var> is tested against
-<var class="var">pattern</var>, and, if it matches the pattern, its case is converted.
+First, the <var class="var">pattern</var> is expanded to produce a pattern
+as described below in <a class="ref" href="#Pattern-Matching">Pattern Matching</a>.
+</p>
+<p><code class="code">Bash</code>
+then examines characters in the expanded value of <var class="var">parameter</var>
+against <var class="var">pattern</var> as described below.
+If a character matches the pattern, its case is converted.
 The pattern should not attempt to match more than one character.
 </p>
-<p>The &lsquo;<samp class="samp">^</samp>&rsquo; operator converts lowercase letters matching <var class="var">pattern</var>
-to uppercase; the &lsquo;<samp class="samp">,</samp>&rsquo; operator converts matching uppercase letters
-to lowercase.
-The &lsquo;<samp class="samp">^^</samp>&rsquo; and &lsquo;<samp class="samp">,,</samp>&rsquo; expansions convert each matched character in the
-expanded value; the &lsquo;<samp class="samp">^</samp>&rsquo; and &lsquo;<samp class="samp">,</samp>&rsquo; expansions match and convert only
-the first character in the expanded value.
+<p>Using
+&lsquo;<samp class="samp">^</samp>&rsquo;
+converts lowercase letters matching <var class="var">pattern</var> to uppercase;
+&lsquo;<samp class="samp">,</samp>&rsquo;
+converts matching uppercase letters to lowercase.
+The
+&lsquo;<samp class="samp">^</samp>&rsquo; and &lsquo;<samp class="samp">,</samp>&rsquo; variants
+examine the first character in the expanded value
+and convert its case if it matches <var class="var">pattern</var>;
+the
+&lsquo;<samp class="samp">^^</samp>&rsquo; and &lsquo;<samp class="samp">,,</samp>&rsquo; variants
+examine all characters in the expanded value
+and convert each one that matches <var class="var">pattern</var>.
 If <var class="var">pattern</var> is omitted, it is treated like a &lsquo;<samp class="samp">?</samp>&rsquo;, which matches
 every character.
 </p>
@@ -3259,7 +3347,7 @@ Next: <a href="#Process-Substitution" accesskey="n" rel="next">Process Substitut
 <a class="index-entry-id" id="index-expansion_002c-arithmetic"></a>
 <a class="index-entry-id" id="index-arithmetic-expansion"></a>
 
-<p>Arithmetic expansion evalutes an arithmetic expression
+<p>Arithmetic expansion evaluates an arithmetic expression
 and substitutes the result.
 The format for arithmetic expansion is:
 </p>
@@ -3269,11 +3357,16 @@ The format for arithmetic expansion is:
 
 <p>The <var class="var">expression</var> undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in <var class="var">expression</var> are not treated specially
-and are removed.
+but unescaped double quote characters
+in <var class="var">expression</var> are not treated
+specially and are removed.
 All tokens in the expression undergo parameter and variable expansion,
 command substitution, and quote removal.
 The result is treated as the arithmetic expression to be evaluated.
+Since the way Bash handles double quotes
+can potentially result in empty strings,
+arithmetic expansion treats
+those as expressions that evaluate to 0.
 Arithmetic expansions may be nested. 
 </p>
 <p>The evaluation is performed according to the rules listed below
@@ -3309,8 +3402,9 @@ This filename is
 passed as an argument to the current command as the result of the
 expansion.
 </p>
-<p>If the <code class="code">&gt;(<var class="var">list</var>)</code> form is used, writing to
-the file provides input for <var class="var">list</var>.
+<p>If the
+<code class="code">&gt;(<var class="var">list</var>)</code> form is used, writing to the file
+provides input for <var class="var">list</var>.
 If the
 <code class="code">&lt;(<var class="var">list</var>)</code> form is used, reading the file 
 obtains the output of <var class="var">list</var>.
@@ -3452,23 +3546,25 @@ The filenames
 <samp class="file">.</samp> and <samp class="file">..</samp>
 are always ignored when <code class="env">GLOBIGNORE</code>
 is set and not null.
-However, setting <code class="env">GLOBIGNORE</code> to a non-null value has the effect of
-enabling the <code class="code">dotglob</code>
+However, setting <code class="env">GLOBIGNORE</code>
+to a non-null value has the effect of enabling the
+<code class="code">dotglob</code>
 shell option, so all other filenames beginning with a
 &lsquo;<samp class="samp">.</samp>&rsquo;
 match.
 To get the old behavior of ignoring filenames beginning with a
-&lsquo;<samp class="samp">.</samp>&rsquo;, make &lsquo;<samp class="samp">.*</samp>&rsquo; one of the patterns in <code class="env">GLOBIGNORE</code>.
+&lsquo;<samp class="samp">.</samp>&rsquo;,
+make &lsquo;<samp class="samp">.*</samp>&rsquo; one of the patterns in <code class="env">GLOBIGNORE</code>.
 The <code class="code">dotglob</code> option is disabled when <code class="env">GLOBIGNORE</code>
 is unset.
 The <code class="code">GLOBIGNORE</code>
 pattern matching honors the setting of the <code class="code">extglob</code> shell
 option.
 </p>
-<p>After the pattern is expanded and matched against filenames, the value of the
-<code class="env">GLOBSORT</code> shell
-variable controls how the results are sorted, as described
-below (see <a class="pxref" href="#Bash-Variables">Bash Variables</a>).
+<p>The value of the
+<code class="env">GLOBSORT</code>
+shell variable controls how the results of pathname expansion are sorted,
+as described below (see <a class="pxref" href="#Bash-Variables">Bash Variables</a>).
 </p>
 <ul class="mini-toc">
 <li><a href="#Pattern-Matching" accesskey="1">Pattern Matching</a></li>
@@ -3539,7 +3635,9 @@ force the use of the C locale by setting the <code class="env">LC_COLLATE</code>
 <p>Within a bracket expression, <em class="dfn">character classes</em> can be specified
 using the syntax
 <code class="code">[:</code><var class="var">class</var><code class="code">:]</code>, where <var class="var">class</var> is one of the
-following classes defined in the <small class="sc">POSIX</small> standard:
+following classes defined in the
+<small class="sc">POSIX</small>
+standard:
 </p><div class="example">
 <pre class="example-preformatted">alnum   alpha   ascii   blank   cntrl   digit   graph   lower
 print   punct   space   upper   word    xdigit
@@ -3807,19 +3905,22 @@ and the
 <code class="code">noclobber</code>
 option to the
 <code class="code">set</code>
-builtin has been enabled, the redirection fails if the file
+builtin command has been enabled, the redirection fails if the file
 whose name results from the expansion of <var class="var">word</var> exists and is
 a regular file.
-If the redirection operator is &lsquo;<samp class="samp">&gt;|</samp>&rsquo;, or the redirection operator is
-&lsquo;<samp class="samp">&gt;</samp>&rsquo; and the <code class="code">noclobber</code> option is not enabled,
-Bash attemps the redirection
+If the redirection operator is &lsquo;<samp class="samp">&gt;|</samp>&rsquo;,
+or the redirection operator is &lsquo;<samp class="samp">&gt;</samp>&rsquo; and
+the <code class="code">noclobber</code> option to the <code class="code">set</code>
+builtin is not enabled,
+Bash attempts the redirection
 even if the file named by <var class="var">word</var> exists.
 </p>
 </div>
 <div class="subsection-level-extent" id="Appending-Redirected-Output">
 <h4 class="subsection"><span>3.6.3 Appending Redirected Output<a class="copiable-link" href="#Appending-Redirected-Output"> &para;</a></span></h4>
 <p>Redirecting output in this fashion opens
-the file whose name results from the expansion of <var class="var">word</var>
+the file whose name results from the expansion of
+<var class="var">word</var>
 for appending on file descriptor <var class="var">n</var>,
 or the standard output (file descriptor 1) if <var class="var">n</var>
 is not specified.
@@ -5122,7 +5223,9 @@ commands sort lexicographically using ASCII ordering.
 </p>
 <p>The historical operator-precedence parsing with 4 or more arguments can
 lead to ambiguities when it encounters strings that look like primaries.
-The <small class="sc">POSIX</small> standard has deprecated the <samp class="option">-a</samp> and <samp class="option">-o</samp>
+The
+<small class="sc">POSIX</small>
+standard has deprecated the <samp class="option">-a</samp> and <samp class="option">-o</samp>
 primaries and enclosing expressions within parentheses.
 Scripts should no longer use them.
 It&rsquo;s much more reliable to restrict test invocations to a single primary,
@@ -5158,7 +5261,7 @@ The return status is zero.
 shell receives any of the signals <var class="var">sigspec</var>.
 If <var class="var">action</var> is absent (and
 there is a single <var class="var">sigspec</var>) or
-equal to &lsquo;<samp class="samp">-</samp>&rsquo;, each specified <var class="var">sigspec</var>&rsquo;ss disposition is reset
+equal to &lsquo;<samp class="samp">-</samp>&rsquo;, each specified <var class="var">sigspec</var>&rsquo;s disposition is reset
 to the value it had when the shell was started.
 If <var class="var">action</var> is the null string, then the signal specified by
 each <var class="var">sigspec</var> is ignored by the shell and commands it invokes.
@@ -5209,7 +5312,8 @@ command), a list, or a compound command returns a
 non-zero exit status,
 subject to the following conditions.
 The <code class="code">ERR</code> trap is not executed if the failed command is part of the
-command list immediately following an <code class="code">until</code> or <code class="code">while</code> keyword,
+command list immediately following an
+<code class="code">until</code> or <code class="code">while</code> reserved word,
 part of the test following the <code class="code">if</code> or <code class="code">elif</code> reserved words,
 part of a command executed in a <code class="code">&amp;&amp;</code> or <code class="code">||</code> list
 except the command following the final <code class="code">&amp;&amp;</code> or <code class="code">||</code>,
@@ -5439,7 +5543,7 @@ If the separator is a colon, any enclosing double quotes are optional, and
 Readline does not expand the command string before saving it.
 Since the entire key binding expression must be a single argument, it
 should be enclosed in single quotes.
-When <var class="var">shell-command</var> is executed, the shell sets thex
+When <var class="var">shell-command</var> is executed, the shell sets the
 <code class="code">READLINE_LINE</code> variable to the contents of the Readline line
 buffer
 and the
@@ -5751,7 +5855,9 @@ The <samp class="option">-n</samp> option means to print only disabled builtins.
 The <samp class="option">-a</samp> option means to list
 each builtin with an indication of whether or not it is enabled. 
 The <samp class="option">-s</samp> option means to
-restrict <code class="code">enable</code> to the <small class="sc">POSIX</small> special builtins.
+restrict <code class="code">enable</code> to the
+<small class="sc">POSIX</small>
+special builtins.
 </p>
 <p>The <samp class="option">-f</samp> option means to load the new builtin command <var class="var">name</var>
 from shared object <var class="var">filename</var>, on systems that support dynamic loading.
@@ -5761,8 +5867,9 @@ colon-separated list of directories in which to search for <var class="var">file
 The default for <code class="env">BASH_LOADABLES_PATH</code> is system-dependent,
 and may include &quot;.&quot; to force a search of the current directory.
 The <samp class="option">-d</samp> option will delete a builtin loaded with <samp class="option">-f</samp>.
-If <samp class="option">-s</samp> is used with <samp class="option">-f</samp>, the new builtin becomes
-a special builtin (see <a class="pxref" href="#Special-Builtins">Special Builtins</a>).
+If <samp class="option">-s</samp> is used with <samp class="option">-f</samp>, the new builtin becomes a
+<small class="sc">POSIX</small>
+special builtin (see <a class="pxref" href="#Special-Builtins">Special Builtins</a>).
 </p>
 <p>If no options are supplied and a <var class="var">name</var> is not a shell builtin,
 <code class="code">enable</code> will attempt to load <var class="var">name</var> from a shared object named
@@ -5780,8 +5887,10 @@ or there is an error loading a new builtin from a shared object.
 
 <p>Display helpful information about builtin commands.
 If <var class="var">pattern</var> is specified, <code class="code">help</code> gives detailed help
-on all commands matching <var class="var">pattern</var>, otherwise it displays
-a list of all builtins and shell compound commands.
+on all commands matching <var class="var">pattern</var>
+as described below;
+otherwise it displays a list of
+all builtins and shell compound commands.
 </p>
 <p>Options, if supplied, have the following meanings:
 </p>
@@ -5797,6 +5906,18 @@ a list of all builtins and shell compound commands.
 </p></dd>
 </dl>
 
+<p>If <var class="var">pattern</var> contains pattern matching characters
+(see <a class="pxref" href="#Pattern-Matching">Pattern Matching</a>)
+it&rsquo;s treated as a shell pattern and
+<code class="code">help</code> prints the description of each
+help topic matching <var class="var">pattern</var>.
+</p>
+<p>If not, and <var class="var">pattern</var> exactly matches the name of a help topic,
+<code class="code">help</code> prints the description
+associated with that topic.
+Otherwise, <code class="code">help</code> performs prefix matching and
+prints the descriptions of all matching help topics. 
+</p>
 <p>The return status is zero unless no command matches <var class="var">pattern</var>.
 </p>
 </dd>
@@ -6272,7 +6393,9 @@ allow this value to be set).
 </p>
 </dd>
 <dt><code class="code">-q</code></dt>
-<dd><p>The maximum number of bytes in <small class="sc">POSIX</small> message queues.
+<dd><p>The maximum number of bytes in
+<small class="sc">POSIX</small>
+message queues.
 </p>
 </dd>
 <dt><code class="code">-r</code></dt>
@@ -6338,7 +6461,7 @@ If no option is supplied, then <samp class="option">-f</samp> is assumed.
 <samp class="option">-b</samp>,
 <samp class="option">-k</samp>,
 <samp class="option">-n</samp> and <samp class="option">-u</samp>, which are unscaled values;
-and, when in <small class="sc">POSIX</small> Mode (see <a class="pxref" href="#Bash-POSIX-Mode">Bash and POSIX</a>),
+and, when in <small class="sc">POSIX</small> mode (see <a class="pxref" href="#Bash-POSIX-Mode">Bash and POSIX</a>),
 <samp class="option">-c</samp> and <samp class="option">-f</samp>, which are in 512-byte increments.
 </p>
 <p>The return status is zero unless an invalid option or argument is supplied,
@@ -6427,7 +6550,8 @@ a list (see <a class="pxref" href="#Lists">Lists of Commands</a>),
 or a compound command (see <a class="pxref" href="#Compound-Commands">Compound Commands</a>)
 returns a non-zero status.
 The shell does not exit if the command that fails is part of the
-command list immediately following a <code class="code">while</code> or <code class="code">until</code> keyword,
+command list immediately following a
+<code class="code">while</code> or <code class="code">until</code> reserved word,
 part of the test in an <code class="code">if</code> statement,
 part of any command executed in a <code class="code">&amp;&amp;</code> or <code class="code">||</code> list except
 the command following the final <code class="code">&amp;&amp;</code> or <code class="code">||</code>,
@@ -6585,7 +6709,8 @@ This option is disabled by default.
 </p>
 </dd>
 <dt><code class="code">posix</code></dt>
-<dd><p>Change the behavior of Bash where the default operation differs
+<dd><p>Enable <small class="sc">POSIX</small> mode;
+change the behavior of Bash where the default operation differs
 from the <small class="sc">POSIX</small> standard to match the standard
 (see <a class="pxref" href="#Bash-POSIX-Mode">Bash and POSIX</a>).
 This is intended to make Bash behave as a strict superset of that
@@ -7393,6 +7518,8 @@ as &lsquo;<samp class="samp">on</samp>&rsquo; by &lsquo;<samp class="samp">shopt
 If this variable is in the environment when Bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is readonly.
 </p>
 </dd>
@@ -7640,9 +7767,9 @@ being closed.
 </dd>
 <dt><a id="index-CHILD_005fMAX"></a><span><code class="code">CHILD_MAX</code><a class="copiable-link" href="#index-CHILD_005fMAX"> &para;</a></span></dt>
 <dd><p>Set the number of exited child status values for the shell to remember.
-Bash will not allow this value to be decreased below a <small class="sc">POSIX</small>-mandated
-minimum, and there is a maximum value (currently 8192) that this may
-not exceed.
+Bash will not allow this value to be decreased below a
+<small class="sc">POSIX</small>-mandated minimum,
+and there is a maximum value (currently 8192) that this may not exceed.
 The minimum value is system-dependent.
 </p>
 </dd>
@@ -7752,7 +7879,7 @@ running in an Emacs shell buffer and disables line editing.
 <dd><p>Expanded and executed similarly to <code class="code">BASH_ENV</code>
 (see <a class="pxref" href="#Bash-Startup-Files">Bash Startup Files</a>)
 when an interactive shell is invoked in
-<small class="sc">POSIX</small> Mode (see <a class="pxref" href="#Bash-POSIX-Mode">Bash and POSIX</a>).
+<small class="sc">POSIX</small> mode (see <a class="pxref" href="#Bash-POSIX-Mode">Bash and POSIX</a>).
 </p>
 </dd>
 <dt><a id="index-EPOCHREALTIME"></a><span><code class="code">EPOCHREALTIME</code><a class="copiable-link" href="#index-EPOCHREALTIME"> &para;</a></span></dt>
@@ -7917,14 +8044,19 @@ quick substitution, and tokenization
 The first character is the <em class="dfn">history expansion</em> character,
 the character which begins a history expansion, normally
 &lsquo;<samp class="samp">!</samp>&rsquo;.
-The second character is the &ldquo;quick substitution&rdquo; character, normally
+The second character is the
+<em class="dfn">quick substitution</em>
+character, normally
 &lsquo;<samp class="samp">^</samp>&rsquo;.
 When it appears as the first character on the line,
 history substitution repeats the previous command,
 replacing one string with another.
-The optional third character is the character which indicates that
-the remainder of the line is a comment when found as the first character
-of a word, usually &lsquo;<samp class="samp">#</samp>&rsquo;.
+The optional third character is the
+<em class="dfn">history comment</em>
+character, normally &lsquo;<samp class="samp">#</samp>&rsquo;,
+which indicates
+that the remainder of the line is a comment
+when it appears as the first character of a word.
 The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
@@ -8272,27 +8404,30 @@ subsequently reset.
 </p>
 </dd>
 <dt><a id="index-READLINE_005fARGUMENT"></a><span><code class="code">READLINE_ARGUMENT</code><a class="copiable-link" href="#index-READLINE_005fARGUMENT"> &para;</a></span></dt>
-<dd><p>Any numeric argument given to a Readline command that was defined using
+<dd><p>Any numeric argument given to a Readline
+command that was defined using
 &lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>
 when it was invoked.
 </p>
 </dd>
 <dt><a id="index-READLINE_005fLINE"></a><span><code class="code">READLINE_LINE</code><a class="copiable-link" href="#index-READLINE_005fLINE"> &para;</a></span></dt>
-<dd><p>The contents of the Readline line buffer, for use
-with &lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>).
+<dd><p>The contents of the Readline
+line buffer, for use with
+&lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>).
 </p>
 </dd>
 <dt><a id="index-READLINE_005fMARK"></a><span><code class="code">READLINE_MARK</code><a class="copiable-link" href="#index-READLINE_005fMARK"> &para;</a></span></dt>
-<dd><p>The position of the <em class="dfn">mark</em> (saved insertion point) in the
-Readline line buffer, for use
+<dd><p>The position of the <em class="dfn">mark</em> (saved insertion point) in the Readline
+line buffer, for use
 with &lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>).
 The characters between the insertion point and the mark are often
 called the <em class="dfn">region</em>.
 </p>
 </dd>
 <dt><a id="index-READLINE_005fPOINT"></a><span><code class="code">READLINE_POINT</code><a class="copiable-link" href="#index-READLINE_005fPOINT"> &para;</a></span></dt>
-<dd><p>The position of the insertion point in the Readline line buffer, for use
-with &lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>).
+<dd><p>The position of the insertion point in the Readline
+line buffer, for use with
+&lsquo;<samp class="samp">bind -x</samp>&rsquo; (see <a class="pxref" href="#Bash-Builtins">Bash Builtin Commands</a>).
 </p>
 </dd>
 <dt><a id="index-REPLY"></a><span><code class="code">REPLY</code><a class="copiable-link" href="#index-REPLY"> &para;</a></span></dt>
@@ -8328,6 +8463,8 @@ as &lsquo;<samp class="samp">on</samp>&rsquo; by &lsquo;<samp class="samp">set -
 If this variable is in the environment when Bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is readonly.
 </p>
 </dd>
@@ -8530,8 +8667,11 @@ This is on by default if the shell is invoked as <code class="code">sh</code>.
 </p>
 </dd>
 <dt><code class="code">--posix</code></dt>
-<dd><p>Change the behavior of Bash where the default operation differs
-from the <small class="sc">POSIX</small> standard to match the standard.
+<dd><p>Enable <small class="sc">POSIX</small> mode;
+change the behavior of Bash
+where the default operation differs from the
+<small class="sc">POSIX</small>
+standard to match the standard.
 This is intended to make Bash behave as a strict superset of that
 standard.
 See <a class="xref" href="#Bash-POSIX-Mode">Bash and POSIX</a>, for a description of the Bash <small class="sc">POSIX</small> mode.
@@ -8632,21 +8772,23 @@ and arguments passed to that script.
 </dl>
 
 <a class="index-entry-id" id="index-login-shell"></a>
-<p>A <em class="emph">login</em> shell is one whose first character of argument zero is
+<p>A <em class="dfn">login shell</em> is one whose first character of argument zero is
 &lsquo;<samp class="samp">-</samp>&rsquo;, or one invoked with the <samp class="option">--login</samp> option.
 </p>
 <a class="index-entry-id" id="index-interactive-shell"></a>
-<p>An <em class="emph">interactive</em> shell is one started without non-option arguments,
-unless <samp class="option">-s</samp> is specified, without specifying the <samp class="option">-c</samp> option,
-and whose input and output (using the standard error) are both
-connected to terminals (as determined by <code class="code">isatty(3)</code>), or one
-started with the <samp class="option">-i</samp> option.
+<p>An <em class="dfn">interactive shell</em> is one started without non-option arguments,
+unless <samp class="option">-s</samp> is specified,
+without specifying the <samp class="option">-c</samp> option,
+and whose standard input and standard error are both
+connected to terminals (as determined by
+<i class="i">isatty(3)</i>),
+or one started with the <samp class="option">-i</samp> option.
 See <a class="xref" href="#Interactive-Shells">Interactive Shells</a>, for more information.
 </p>
 <p>If arguments remain after option processing, and neither the
 <samp class="option">-c</samp> nor the <samp class="option">-s</samp>
-option has been supplied, the first argument is assumed to
-be the name of a file containing shell commands (see <a class="pxref" href="#Shell-Scripts">Shell Scripts</a>).
+option has been supplied, the first argument is treated as
+the name of a file containing shell commands (see <a class="pxref" href="#Shell-Scripts">Shell Scripts</a>).
 When Bash is invoked in this fashion, <code class="code">$0</code>
 is set to the name of the file, and the positional parameters
 are set to the remaining arguments.
@@ -8654,6 +8796,11 @@ Bash reads and executes commands from this file, then exits.
 Bash&rsquo;s exit status is the exit status of the last command executed
 in the script.
 If no commands are executed, the exit status is 0.
+Bash
+first attempts to open the file in the current directory,
+and, if no file is found, searches the directories in
+<code class="env">PATH</code>
+for the script.
 </p>
 <hr>
 </div>
@@ -8718,39 +8865,48 @@ Bash behaves as if the following command were executed:
 filename.
 </p>
 <p>As noted above, if a non-interactive shell is invoked with the
-<samp class="option">--login</samp> option, Bash attempts to read and execute commands from the
+<samp class="option">--login</samp> option,
+Bash attempts to read and execute commands from the
 login shell startup files. 
 </p>
 <h4 class="subsubheading" id="Invoked-with-name-sh"><span>Invoked with name <code class="code">sh</code><a class="copiable-link" href="#Invoked-with-name-sh"> &para;</a></span></h4>
 
-<p>If Bash is invoked with the name <code class="code">sh</code>, it tries to mimic the
-startup behavior of historical versions of <code class="code">sh</code> as closely as
-possible, while conforming to the <small class="sc">POSIX</small> standard as well.
+<p>If Bash is invoked with the name <code class="command">sh</code>,
+it tries to mimic the startup behavior of historical versions of
+<code class="command">sh</code> as closely as possible,
+while conforming to the
+<small class="sc">POSIX</small>
+standard as well.
 </p>
 <p>When invoked as an interactive login shell, or as a non-interactive
 shell with the <samp class="option">--login</samp> option, it first attempts to read
-and execute commands from <samp class="file">/etc/profile</samp> and <samp class="file">~/.profile</samp>, in
-that order.
+and execute commands from
+<samp class="file">/etc/profile</samp> and <samp class="file">~/.profile</samp>,
+in that order.
 The <samp class="option">--noprofile</samp> option inhibits this behavior.
 </p>
-<p>When invoked as an interactive shell with the name <code class="code">sh</code>, Bash
-looks for the variable <code class="env">ENV</code>, expands its value if it is defined,
-and uses the expanded value as the name of a file to read and execute.
-Since a shell invoked as <code class="code">sh</code> does not attempt to read and execute
-commands from any other startup files, the <samp class="option">--rcfile</samp> option has
-no effect.
+<p>When invoked as an interactive shell with the name <code class="command">sh</code>, Bash
+looks for the variable <code class="env">ENV</code>,
+expands its value if it is defined, and uses the
+expanded value as the name of a file to read and execute.
+Since a shell invoked as <code class="command">sh</code>
+does not attempt to read and execute commands from any other startup
+files, the
+<samp class="option">--rcfile</samp>
+option has no effect.
 </p>
-<p>A non-interactive shell invoked with the name <code class="code">sh</code> does not attempt
-to read any other startup files.
+<p>A non-interactive shell invoked with the name <code class="command">sh</code>
+does not attempt to read any other startup files.
 </p>
-<p>When invoked as <code class="code">sh</code>, Bash enters <small class="sc">POSIX</small> mode after reading
+<p>When invoked as <code class="command">sh</code>, Bash enters <small class="sc">POSIX</small> mode after reading
 the startup files.
 </p>
 <h4 class="subsubheading" id="Invoked-in-posix-mode"><span>Invoked in <small class="sc">POSIX</small> mode<a class="copiable-link" href="#Invoked-in-posix-mode"> &para;</a></span></h4>
 
 <p>When Bash is started in <small class="sc">POSIX</small> mode, as with the
-<samp class="option">--posix</samp> command line option, it follows the <small class="sc">POSIX</small> standard
-for startup files.
+<samp class="option">--posix</samp> command line option, it follows the
+<small class="sc">POSIX</small>
+standard for startup files.
 In this mode, interactive shells expand the <code class="env">ENV</code> variable
 and read and execute commands from the file whose name is the
 expanded value.
@@ -8758,14 +8914,17 @@ No other startup files are read.
 </p>
 <h4 class="subsubheading" id="Invoked-by-remote-shell-daemon"><span>Invoked by remote shell daemon<a class="copiable-link" href="#Invoked-by-remote-shell-daemon"> &para;</a></span></h4>
 
-<p>Bash attempts to determine when it is being run with its standard input
+<p>Bash
+attempts to determine when it is being run with its standard input
 connected to a network connection, as when executed by
 the historical and rarely-seen remote shell daemon, usually <code class="code">rshd</code>,
 or the secure shell daemon <code class="code">sshd</code>.
-If Bash
+If
+Bash
 determines it is being run non-interactively in this fashion,
-it reads and executes commands from <samp class="file">~/.bashrc</samp>, if that
-file exists and is readable.
+it reads and executes commands from
+<samp class="file">~/.bashrc</samp>,
+if that file exists and is readable.
 Bash does not read this file if invoked as <code class="code">sh</code>.
 The
 <samp class="option">--norc</samp>
@@ -9138,7 +9297,9 @@ this returns true if an element with that key is set.
 When used with the <code class="code">[[</code> command, this performs pattern matching as
 described above (see <a class="pxref" href="#Conditional-Constructs">Conditional Constructs</a>).
 </p>
-<p>&lsquo;<samp class="samp">=</samp>&rsquo; should be used with the <code class="code">test</code> command for <small class="sc">POSIX</small> conformance.
+<p>&lsquo;<samp class="samp">=</samp>&rsquo; should be used with the <code class="code">test</code> command for
+<small class="sc">POSIX</small>
+conformance.
 </p>
 </dd>
 <dt><code class="code"><var class="var">string1</var> != <var class="var">string2</var></code></dt>
@@ -9163,6 +9324,11 @@ respectively.  <var class="var">Arg1</var> and <var class="var">arg2</var>
 may be positive or negative integers.
 When used with the <code class="code">[[</code> command, <var class="var">arg1</var> and <var class="var">arg2</var>
 are evaluated as arithmetic expressions (see <a class="pxref" href="#Shell-Arithmetic">Shell Arithmetic</a>).
+Since the expansions the <code class="code">[[</code> command performs on
+<var class="var">arg1</var> and <var class="var">arg2</var>
+can potentially result in empty strings,
+arithmetic expression evaluation treats
+those as expressions that evaluate to 0.
 </p></dd>
 </dl>
 
@@ -9414,12 +9580,29 @@ There is no maximum
 limit on the size of an array, nor any requirement that members
 be indexed or assigned contiguously.
 Indexed arrays are referenced using arithmetic expressions
-that must expand to an integer (see <a class="pxref" href="#Shell-Arithmetic">Shell Arithmetic</a>)) and are zero-based;
+that must expand to an integer (see <a class="pxref" href="#Shell-Arithmetic">Shell Arithmetic</a>))
+and are zero-based;
 associative arrays use arbitrary strings.
 Unless otherwise noted, indexed array indices must be non-negative integers.
 </p>
-<p>An indexed array is created automatically if any variable is assigned to
-using the syntax
+<p>The shell performs
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on indexed array subscripts.
+Since this
+can potentially result in empty strings,
+subscript indexing treats
+those as expressions that evaluate to 0.
+</p>
+<p>The shell performs
+tilde expansion,
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on associative array subscripts.
+Empty strings cannot be used as associative array keys.
+</p>
+<p>Bash automatically creates an indexed array
+if any variable is assigned to using the syntax
 </p><div class="example">
 <pre class="example-preformatted"><var class="var">name</var>[<var class="var">subscript</var>]=<var class="var">value</var>
 </pre></div>
@@ -9427,7 +9610,7 @@ using the syntax
 <p>The <var class="var">subscript</var>
 is treated as an arithmetic expression that must evaluate to a number
 greater than or equal to zero.
-To explicitly declare an array, use
+To explicitly declare an indexed array, use
 </p><div class="example">
 <pre class="example-preformatted">declare -a <var class="var">name</var>
 </pre></div>
@@ -9443,9 +9626,8 @@ The syntax
 <pre class="example-preformatted">declare -A <var class="var">name</var>
 </pre></div>
 
-<p>Attributes may be
-specified for an array variable using the <code class="code">declare</code> and
-<code class="code">readonly</code> builtins.
+<p>Attributes may be specified for an array variable using the
+<code class="code">declare</code> and <code class="code">readonly</code> builtins.
 Each attribute applies to all members of an array.
 </p>
 <p>Arrays are assigned using compound assignments of the form
@@ -9492,8 +9674,10 @@ interpreted as relative to one greater than the maximum index of
 <var class="var">name</var>, so negative indices count back from the end of the
 array, and an index of -1 references the last element.
 </p>
-<p>The &lsquo;<samp class="samp">+=</samp>&rsquo; operator appends to an array variable when assigning
-using the compound assignment syntax; see <a class="ref" href="#Shell-Parameters">Shell Parameters</a> above.
+<p>The &lsquo;<samp class="samp">+=</samp>&rsquo;
+operator appends to an array variable when assigning
+using the compound assignment syntax; see
+<a class="ref" href="#Shell-Parameters">Shell Parameters</a> above.
 </p>
 <p>An array element is referenced using
 <code class="code">${<var class="var">name</var>[<var class="var">subscript</var>]}</code>.
@@ -9957,7 +10141,8 @@ Next: <a href="#Shell-Compatibility-Mode" accesskey="n" rel="next">Shell Compati
 <h4 class="subsection"><span>6.11.1 What is POSIX?<a class="copiable-link" href="#What-is-POSIX_003f"> &para;</a></span></h4>
 <a class="index-entry-id" id="index-POSIX-description"></a>
 
-<p><small class="sc">POSIX</small> is the name for a family of standards based on Unix.
+<p><small class="sc">POSIX</small>
+is the name for a family of standards based on Unix.
 A number of Unix services, tools, and functions are part of the standard,
 ranging from the basic system calls and C library functions to common
 applications and tools to system administration and management.
@@ -9989,11 +10174,11 @@ pipelines, argument handling, variable expansion, and quoting.
 shell to provide the desired functionality, are specified as
 being part of the shell; examples of these are <code class="code">eval</code> and
 <code class="code">export</code>.
-Other utilities appear in the sections of POSIX not
+Other utilities appear in the sections of <small class="sc">POSIX</small> not
 devoted to the shell which are commonly (and in some cases must
 be) implemented as builtin commands, such as
 <code class="code">read</code> and <code class="code">test</code>.
-POSIX also specifies aspects of the shell&rsquo;s interactive
+<small class="sc">POSIX</small> also specifies aspects of the shell&rsquo;s interactive
 behavior, including job control and command
 line editing.
 Only vi-style line editing commands have been standardized;
@@ -10008,7 +10193,7 @@ emacs editing commands were left out due to objections.
 specification, there are areas where the Bash default behavior
 differs from the specification.
 The Bash <em class="dfn">posix mode</em> changes the Bash
-behavior in these areas so that it conforms more closely
+behavior in these areas so that it conforms more strictly
 to the standard.
 </p>
 <p>Starting Bash with the <samp class="option">--posix</samp> command-line option or executing
@@ -10019,7 +10204,7 @@ match that specified by <small class="sc">POSIX</small> in areas where the Bash
 <p>When invoked as <code class="code">sh</code>, Bash enters <small class="sc">POSIX</small> mode after reading the
 startup files.
 </p>
-<p>The following list is what&rsquo;s changed when &lsquo;<small class="sc">POSIX</small> mode&rsquo; is in effect:
+<p>The following list is what&rsquo;s changed when <small class="sc">POSIX</small> mode is in effect:
 </p>
 <ol class="enumerate">
 <li> Bash ensures that the <code class="env">POSIXLY_CORRECT</code> variable is set.
@@ -10148,7 +10333,7 @@ default value the shell assigns to <code class="env">$HISTFILE</code>).
 double-quoted string, even if the <code class="code">histexpand</code> option is enabled.
 
 </li><li> When printing shell function definitions (e.g., by <code class="code">type</code>), Bash does
-not print the <code class="code">function</code> keyword unless necessary.
+not print the <code class="code">function</code> reserved word unless necessary.
 
 </li><li> Non-interactive shells exit if a syntax error in an arithmetic expansion
 results in an invalid expression.
@@ -10262,6 +10447,12 @@ separated by spaces, without the &lsquo;<samp class="samp">SIG</samp>&rsquo; pre
 </li><li> The <code class="code">kill</code> builtin does not accept signal names with a &lsquo;<samp class="samp">SIG</samp>&rsquo;
 prefix.
 
+</li><li> The <code class="code">kill</code> builtin returns a failure status if any of the pid or job
+arguments are invalid or if sending the specified signal to any of them
+fails.
+In default mode, <code class="code">kill</code> returns success if the signal was
+successfully sent to any of the specified processes.
+
 </li><li> The <code class="code">printf</code> builtin uses <code class="code">double</code> (via <code class="code">strtod</code>) to convert
 arguments corresponding to floating point conversion specifiers, instead of
 <code class="code">long double</code> if it&rsquo;s available.
@@ -10444,13 +10635,17 @@ strcoll(3).
 </dd>
 <dt><code class="code">compat41</code></dt>
 <dd><ul class="itemize mark-bullet">
-<li>In posix mode, <code class="code">time</code> may be followed by options and still be
-recognized as a reserved word (this is <small class="sc">POSIX</small> interpretation 267).
-</li><li>In posix mode, the parser requires that an even number of single
+<li>In <small class="sc">POSIX</small> mode, <code class="code">time</code> may be followed by options and still be
+recognized as a reserved word (this is
+<small class="sc">POSIX</small>
+interpretation 267).
+</li><li>In <small class="sc">POSIX</small> mode, the parser requires that an even number of single
 quotes occur in the <var class="var">word</var> portion of a double-quoted ${&hellip;}
 parameter expansion and treats them specially, so that characters within
 the single quotes are considered quoted
-(this is <small class="sc">POSIX</small> interpretation 221).
+(this is
+<small class="sc">POSIX</small>
+interpretation 221).
 </li></ul>
 
 </dd>
@@ -10458,10 +10653,12 @@ the single quotes are considered quoted
 <dd><ul class="itemize mark-bullet">
 <li>The replacement string in double-quoted pattern substitution does not
 undergo quote removal, as it does in versions after bash-4.2.
-</li><li>In posix mode, single quotes are considered special when expanding
+</li><li>In <small class="sc">POSIX</small> mode, single quotes are considered special when expanding
 the <var class="var">word</var> portion of a double-quoted ${&hellip;} parameter expansion
 and can be used to quote a closing brace or other special character
-(this is part of <small class="sc">POSIX</small> interpretation 221);
+(this is part of
+<small class="sc">POSIX</small>
+interpretation 221);
 in later versions, single quotes
 are not special within double-quoted word expansions.
 </li></ul>
@@ -10470,7 +10667,7 @@ are not special within double-quoted word expansions.
 <dt><code class="code">compat43</code></dt>
 <dd><ul class="itemize mark-bullet">
 <li>Word expansion errors are considered non-fatal errors that cause the
-current command to fail, even in posix mode
+current command to fail, even in <small class="sc">POSIX</small> mode
 (the default behavior is to make them fatal errors that cause the shell
 to exit).
 </li><li>When executing a shell function, the loop state (while/until/etc.)
@@ -10490,7 +10687,8 @@ or <code class="code">continue</code> will cause the subshell to exit.
 Bash-5.0 and later reset the loop state to prevent the exit.
 </li><li>Variable assignments preceding builtins like <code class="code">export</code> and <code class="code">readonly</code>
 that set attributes continue to affect variables with the same
-name in the calling environment even if the shell is not in posix
+name in the calling environment even if the shell is not in
+<small class="sc">POSIX</small>
 mode.
 </li></ul>
 
@@ -10623,7 +10821,10 @@ Bash uses the <var class="var">job</var> abstraction as the basis for job contro
 each process has a <em class="dfn">process group <small class="sc">ID</small></em>, and
 the operating system maintains the notion of a current terminal
 process group <small class="sc">ID</small>.
-Processes that have the same process group ID are said to be part of
+This terminal process group <small class="sc">ID</small> is associated with the
+<em class="dfn">controlling terminal</em>.
+</p>
+<p>Processes that have the same process group ID are said to be part of
 the same <em class="dfn">process group</em>.
 Members of the foreground process group (processes whose
 process group <small class="sc">ID</small> is equal to the current terminal process group
@@ -10631,14 +10832,18 @@ process group <small class="sc">ID</small> is equal to the current terminal proc
 Processes in the foreground process group are said to be
 foreground processes.
 Background processes
-are those whose process group <small class="sc">ID</small> differs from the terminal&rsquo;s;
+are those whose process group <small class="sc">ID</small> differs from the
+controlling terminal&rsquo;s;
 such processes are immune to keyboard-generated signals.
-Only foreground processes are allowed to read from or, if
-the user so specifies with <code class="code">stty tostop</code>, write to the terminal.
-Background processes which attempt to
-read from (write to when <code class="code">tostop</code> is in effect) the
-terminal are sent a <code class="code">SIGTTIN</code> (<code class="code">SIGTTOU</code>)
-signal by the kernel&rsquo;s terminal driver,
+Only foreground processes are allowed to read from or,
+if the user so specifies with
+<code class="code">stty tostop</code>,
+write to the controlling terminal.
+The system sends a
+<code class="code">SIGTTIN</code> (<code class="code">SIGTTOU</code>)
+signal to background processes which attempt to
+read from (write to when <code class="code">tostop</code> is in effect)
+the terminal,
 which, unless caught, suspends the process. 
 </p>
 <p>If the operating system on which Bash is running supports
@@ -11472,9 +11677,10 @@ A sample value might be &lsquo;<samp class="samp">\e[01;33m</samp>&rsquo;.
 </p>
 </dd>
 <dt><a id="index-active_002dregion_002dend_002dcolor"></a><span><code class="code">active-region-end-color</code><a class="copiable-link" href="#index-active_002dregion_002dend_002dcolor"> &para;</a></span></dt>
-<dd><p>A string variable that &quot;undoes&quot; the effects of <code class="code">active-region-start-color</code>
-and restores &quot;normal&quot; terminal display appearance after displaying text
-in the active region.
+<dd><p>A string variable that &ldquo;undoes&rdquo;
+the effects of <code class="code">active-region-start-color</code>
+and restores &ldquo;normal&rdquo;
+terminal display appearance after displaying text in the active region.
 This string must not take up any physical character positions on the display,
 so it should consist only of terminal escape sequences.
 It is output to the terminal after displaying the text in the active region.
@@ -11708,7 +11914,7 @@ 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, Bash sets the the maximum number of history entries to
+By default, Bash sets the maximum number of history entries to
 the value of the <code class="code">HISTSIZE</code> shell variable.
 If you try to set <var class="var">history-size</var> to a non-numeric value,
 the maximum number of history entries will be set to 500.
@@ -12078,7 +12284,7 @@ set of backslash escapes is available:
 <p>When entering the text of a macro, single or double quotes must
 be used to indicate a macro definition.
 Unquoted text is assumed to be a function name.
-Tthe backslash escapes described above are expanded
+The backslash escapes described above are expanded
 in the macro body.
 Backslash will quote any other character in the macro text,
 including &lsquo;<samp class="samp">&quot;</samp>&rsquo; and &lsquo;<samp class="samp">'</samp>&rsquo;.
@@ -12232,7 +12438,7 @@ Previous: <a href="#Conditional-Init-Constructs" accesskey="p" rel="prev">Condit
 binding, variable assignment, and conditional syntax.
 </p>
 <div class="example">
-<pre class="example-preformatted"># This file controls the behaviour of line input editing for
+<pre class="example-preformatted"># This file controls the behavior of line input editing for
 # programs that use the GNU Readline library.  Existing
 # programs include FTP, Bash, and GDB.
 #
@@ -12355,10 +12561,13 @@ Command names without an accompanying key sequence are unbound by default.
 position, and <em class="dfn">mark</em> refers to a cursor position saved by the
 <code class="code">set-mark</code> command.
 The text between the point and mark is referred to as the <em class="dfn">region</em>.
-Readline has the concept of an <em class="emph">active region</em>:
+Readline
+has the concept of an <em class="emph">active region</em>:
 when the region is active,
 Readline redisplay highlights the region using the
-value of the <code class="code">active-region-start-color</code> variable.
+value of the
+<code class="code">active-region-start-color</code>
+variable.
 The <code class="code">enable-active-region</code> variable turns this on and off.
 Several commands set the region to active; those are noted below.
 </p>
@@ -12447,6 +12656,8 @@ leaving the current line at the top of the screen.
 <dd><p>Clear the screen,
 then redraw the current line,
 leaving the current line at the top of the screen.
+If given a numeric argument, this refreshes the current line
+without clearing the screen.
 </p>
 </dd>
 <dt><a id="index-redraw_002dcurrent_002dline-_0028_0029"></a><span><code class="code">redraw-current-line ()</code><a class="copiable-link" href="#index-redraw_002dcurrent_002dline-_0028_0029"> &para;</a></span></dt>
@@ -12930,7 +13141,7 @@ using the following format, writing information on separate lines:
 <li>the number of matches <var class="var">N</var>;
 </li><li>the word being completed;
 </li><li><var class="var">S</var>:<var class="var">E</var>,
-where S and E are the start and end offsets of the word
+where <var class="var">S</var> and <var class="var">E</var> are the start and end offsets of the word
 in the Readline line buffer; then
 </li><li>each match, one per line
 </li></ul>
@@ -13220,7 +13431,7 @@ pathname expansion.
 This performs alias and history expansion,
 $&rsquo;<var class="var">string</var>&rsquo; and $&quot;<var class="var">string</var>&quot; quoting,
 tilde expansion, parameter and variable expansion, arithmetic expansion,
-command and proces substitution,
+command and process substitution,
 word splitting, and quote removal.  
 An explicit argument suppresses command and process substitution.
 </p>
@@ -14482,6 +14693,8 @@ It may be omitted if the word designator begins with a &lsquo;<samp class="samp"
 &lsquo;<samp class="samp">*</samp>&rsquo;, &lsquo;<samp class="samp">-</samp>&rsquo;, or &lsquo;<samp class="samp">%</samp>&rsquo;.
 Words are numbered from the beginning of the line,
 with the first word being denoted by 0 (zero).
+That first word is usually the command word, and the arguments begin
+with the second word.
 Words are inserted into the current line separated by single spaces.
 </p>
 <p>For example,
@@ -14493,7 +14706,7 @@ When you type this, the preceding command is repeated in toto.
 </p>
 </dd>
 <dt><code class="code">!!:$</code></dt>
-<dd><p>designates the last argument of the preceding command.
+<dd><p>designates the last word of the preceding command.
 This may be shortened to <code class="code">!$</code>.
 </p>
 </dd>
@@ -15391,7 +15604,7 @@ to <a class="email" href="mailto:bug-bash@gnu.org">bug-bash@gnu.org</a> or <a cl
 <li>The version number of Bash.
 </li><li>The hardware and operating system.
 </li><li>The compiler used to compile Bash.
-</li><li>A description of the bug behaviour.
+</li><li>A description of the bug behavior.
 </li><li>A short script or &lsquo;recipe&rsquo; which exercises the bug and may be used
 to reproduce it.
 </li></ul>
@@ -15474,7 +15687,7 @@ expansion (see <a class="pxref" href="#Tilde-Expansion">Tilde Expansion</a>).
 </li><li>Bash implements command aliases and the <code class="code">alias</code> and <code class="code">unalias</code>
 builtins (see <a class="pxref" href="#Aliases">Aliases</a>).
 
-</li><li>Bash implements the <code class="code">!</code> keyword to negate the return value of
+</li><li>Bash implements the <code class="code">!</code> reserved word to negate the return value of
 a pipeline (see <a class="pxref" href="#Pipelines">Pipelines</a>).
 This is very useful when an <code class="code">if</code> statement needs to act only if a
 test fails.
index db89d40b0b0dd7b9a1250c4712c43d8fe1166622..de4f14b65b8c4309ccc9e9c52bf2693047fb4aba 100644 (file)
@@ -2,12 +2,12 @@ This is bashref.info, produced by makeinfo version 7.1 from
 bashref.texi.
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 12 December 2024).
+Bash shell (version 5.3, 24 February 2025).
 
-   This is Edition 5.3, last updated 12 December 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 24 February 2025, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
-   Copyright © 1988-2024 Free Software Foundation, Inc.
+   Copyright © 1988-2025 Free Software Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
      document under the terms of the GNU Free Documentation License,
@@ -27,10 +27,10 @@ Bash Features
 *************
 
 This text is a brief description of the features that are present in the
-Bash shell (version 5.3, 12 December 2024).  The Bash home page is
+Bash shell (version 5.3, 24 February 2025).  The Bash home page is
 <http://www.gnu.org/software/bash/>.
 
-   This is Edition 5.3, last updated 12 December 2024, of ‘The GNU Bash
+   This is Edition 5.3, last updated 24 February 2025, of ‘The GNU Bash
 Reference Manual’, for ‘Bash’, Version 5.3.
 
    Bash contains features that appear in other popular shells, and some
@@ -843,7 +843,7 @@ syntax, it may be replaced with one or more newlines.
 ‘for’
      The syntax of the ‘for’ command is:
 
-          for NAME [ [in [WORDS ...] ] ; ] do COMMANDS; done
+          for NAME [ [in WORDS ...] ; ] do COMMANDS; done
 
      Expand WORDS (*note Shell Expansions::), and then execute COMMANDS
      once for each word in the resultant list, with NAME bound to the
@@ -856,9 +856,10 @@ syntax, it may be replaced with one or more newlines.
      executes.  If there are no items in the expansion of WORDS, no
      commands are executed, and the return status is zero.
 
-     An alternate form of the ‘for’ command is also supported:
+     There is an alternate form of the ‘for’ command which is similar to
+     the C language:
 
-          for (( EXPR1 ; EXPR2 ; EXPR3 )) ; do COMMANDS ; done
+          for (( EXPR1 ; EXPR2 ; EXPR3 )) [;] do COMMANDS ; done
 
      First, evaluate the arithmetic expression EXPR1 according to the
      rules described below (*note Shell Arithmetic::).  Then, repeatedly
@@ -993,8 +994,10 @@ File: bashref.info,  Node: Conditional Constructs,  Next: Command Grouping,  Pre
      The arithmetic EXPRESSION is evaluated according to the rules
      described below (*note Shell Arithmetic::).  The EXPRESSION
      undergoes the same expansions as if it were within double quotes,
-     but double quote characters in EXPRESSION are not treated specially
-     and are removed.  If the value of the expression is non-zero, the
+     but unescaped double quote characters in EXPRESSION are not treated
+     specially and are removed.  Since this can potentially result in
+     empty strings, this command treats those as expressions that
+     evaluate to 0.  If the value of the expression is non-zero, the
      return status is 0; otherwise the return status is 1.
 
 ‘[[...]]’
@@ -1449,7 +1452,7 @@ above.  If a variable at the current local scope is unset, it remains so
 function returns.  Once the function returns, any instance of the
 variable at a previous scope becomes visible.  If the unset acts on a
 variable at a previous scope, any instance of a variable with that name
-that had been shadowed will become visible (see below how the
+that had been shadowed becomes visible (see below how the
 ‘localvar_unset’ shell option changes this behavior).
 
    The ‘-f’ option to the ‘declare’ (‘typeset’) builtin command (*note
@@ -1490,7 +1493,7 @@ attributes.
 is a valid value.  Once a variable is set, it may be unset only by using
 the ‘unset’ builtin command.
 
-   A variable may be assigned to by a statement of the form
+   A variable is assigned to using a statement of the form
      NAME=[VALUE]
 If VALUE is not given, the variable is assigned the null string.  All
 VALUEs undergo tilde expansion, parameter and variable expansion,
@@ -1551,6 +1554,10 @@ array variables.  Namerefs can be unset using the ‘-n’ option to the
 is executed with the name of a nameref variable as an argument, the
 variable referenced by the nameref variable is unset.
 
+   When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name, as
+described below (*note Environment::).
+
 \1f
 File: bashref.info,  Node: Positional Parameters,  Next: Special Parameters,  Up: Shell Parameters
 
@@ -1719,17 +1726,16 @@ example,
      bash$ echo a{d,c,b}e
      ade ace abe
 
-   A sequence expression takes the form ‘{X..Y[..INCR]}’, where X and Y
+   A sequence expression takes the form ‘X..Y[..INCR]’, where X and Y
 are either integers or letters, and INCR, an optional increment, is an
 integer.  When integers are supplied, the expression expands to each
 number between X and Y, inclusive.  If either X or Y begins with a zero,
 each generated term will contain the same number of digits, zero-padding
 where necessary.  When letters are supplied, the expression expands to
-each character lexicographically between X and Y, inclusive, using the
-default C locale.  Note that both X and Y must be of the same type
-(integer or letter).  When the increment is supplied, it is used as the
-difference between each term.  The default increment is 1 or -1 as
-appropriate.
+each character lexicographically between X and Y, inclusive, using the C
+locale.  Note that both X and Y must be of the same type (integer or
+letter).  When the increment is supplied, it is used as the difference
+between each term.  The default increment is 1 or -1 as appropriate.
 
    Brace expansion is performed before any other expansions, and any
 characters special to other expansions are preserved in the result.  It
@@ -1740,7 +1746,7 @@ to the context of the expansion or the text between the braces.
 closing braces, and at least one unquoted comma or a valid sequence
 expression.  Any incorrectly formed brace expansion is left unchanged.
 
-   A { or ‘,’ may be quoted with a backslash to prevent its being
+   A ‘{’ or ‘,’ may be quoted with a backslash to prevent its being
 considered part of a brace expression.  To avoid conflicts with
 parameter expansion, the string ‘${’ is not considered eligible for
 brace expansion, and inhibits brace expansion until the closing ‘}’.
@@ -1751,6 +1757,16 @@ of the strings to be generated is longer than in the above example:
    or
      chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
 
+   Brace expansion introduces a slight incompatibility with historical
+versions of ‘sh’.  ‘sh’ does not treat opening or closing braces
+specially when they appear as part of a word, and preserves them in the
+output.  Bash removes braces from words as a consequence of brace
+expansion.  For example, a word entered to ‘sh’ as ‘file{1,2}’ appears
+identically in the output.  Bash outputs that word as ‘file1 file2’
+after brace expansion.  Start Bash with the ‘+B’ option or disable brace
+expansion with the ‘+B’ option to the ‘set’ command (*note Shell Builtin
+Commands::) for strict ‘sh’ compatibility.
+
 \1f
 File: bashref.info,  Node: Tilde Expansion,  Next: Shell Parameter Expansion,  Prev: Brace Expansion,  Up: Shell Expansions
 
@@ -1903,6 +1919,14 @@ omitted, the operator tests only for existence.
           $ echo $var
           DEFAULT
           $ var=
+          $ : ${var=DEFAULT}
+          $ echo $var
+
+          $ var=
+          $ : ${var:=DEFAULT}
+          $ echo $var
+          DEFAULT
+          $ unset var
           $ : ${var:=DEFAULT}
           $ echo $var
           DEFAULT
@@ -1918,6 +1942,16 @@ omitted, the operator tests only for existence.
           $ var=
           $ : ${var:?var is unset or null}
           bash: var: var is unset or null
+          $ echo ${var?var is unset}
+
+          $ unset var
+          $ : ${var?var is unset}
+          bash: var: var is unset
+          $ : ${var:?var is unset or null}
+          bash: var: var is unset or null
+          $ var=123
+          $ echo ${var:?var is unset or null}
+          123
 
 ‘${PARAMETER:+WORD}’
      If PARAMETER is null or unset, nothing is substituted, otherwise
@@ -1927,9 +1961,18 @@ omitted, the operator tests only for existence.
           $ var=123
           $ echo ${var:+var is set and not null}
           var is set and not null
+          $ echo ${var+var is set}
+          var is set
           $ var=
           $ echo ${var:+var is set and not null}
 
+          $ echo ${var+var is set}
+          var is set
+          $ unset var
+          $ echo ${var+var is set}
+
+          $ echo ${var:+var is set and not null}
+
           $
 
 ‘${PARAMETER:OFFSET}’
@@ -1938,11 +1981,13 @@ omitted, the operator tests only for existence.
      LENGTH characters of the value of PARAMETER starting at the
      character specified by OFFSET.  If PARAMETER is ‘@’ or ‘*’, an
      indexed array subscripted by ‘@’ or ‘*’, or an associative array
-     name, the results differ as described below.  If LENGTH is omitted,
-     it expands to the substring of the value of PARAMETER starting at
-     the character specified by OFFSET and extending to the end of the
-     value.  LENGTH and OFFSET are arithmetic expressions (*note Shell
-     Arithmetic::).
+     name, the results differ as described below.  If :LENGTH is omitted
+     (the first form above), this expands to the substring of the value
+     of PARAMETER starting at the character specified by OFFSET and
+     extending to the end of the value.  If OFFSET is omitted, it is
+     treated as 0.  If LENGTH is omitted, but the colon after OFFSET is
+     present, it is treated as 0.  LENGTH and OFFSET are arithmetic
+     expressions (*note Shell Arithmetic::).
 
      If OFFSET evaluates to a number less than zero, the value is used
      as an offset in characters from the end of the value of PARAMETER.
@@ -2129,13 +2174,12 @@ omitted, the operator tests only for existence.
 ‘${PARAMETER//PATTERN/STRING}’
 ‘${PARAMETER/#PATTERN/STRING}’
 ‘${PARAMETER/%PATTERN/STRING}’
-     The PATTERN is expanded to produce a pattern just as in filename
-     expansion and matched against the expanded value of PARAMETER
-     according to the rules described below (*note Pattern Matching::).
-     The longest match of PATTERN in the expanded value is replaced with
-     STRING.  STRING undergoes tilde expansion, parameter and variable
-     expansion, arithmetic expansion, command and process substitution,
-     and quote removal.
+     The PATTERN is expanded to produce a pattern and matched against
+     the expanded value of PARAMETER as described below (*note Pattern
+     Matching::).  The longest match of PATTERN in the expanded value is
+     replaced with STRING.  STRING undergoes tilde expansion, parameter
+     and variable expansion, arithmetic expansion, command and process
+     substitution, and quote removal.
 
      In the first form above, only the first match is replaced.  If
      there are two slashes separating PARAMETER and PATTERN (the second
@@ -2219,19 +2263,21 @@ omitted, the operator tests only for existence.
 ‘${PARAMETER,PATTERN}’
 ‘${PARAMETER,,PATTERN}’
      This expansion modifies the case of alphabetic characters in
-     PARAMETER.  The PATTERN is expanded to produce a pattern just as in
-     filename expansion.  Each character in the expanded value of
-     PARAMETER is tested against PATTERN, and, if it matches the
+     PARAMETER.  First, the PATTERN is expanded to produce a pattern as
+     described below in *note Pattern Matching::.
+
+     ‘Bash’ then examines characters in the expanded value of PARAMETER
+     against PATTERN as described below.  If a character matches the
      pattern, its case is converted.  The pattern should not attempt to
      match more than one character.
 
-     The ‘^’ operator converts lowercase letters matching PATTERN to
-     uppercase; the ‘,’ operator converts matching uppercase letters to
-     lowercase.  The ‘^^’ and ‘,,’ expansions convert each matched
-     character in the expanded value; the ‘^’ and ‘,’ expansions match
-     and convert only the first character in the expanded value.  If
-     PATTERN is omitted, it is treated like a ‘?’, which matches every
-     character.
+     Using ‘^’ converts lowercase letters matching PATTERN to uppercase;
+     ‘,’ converts matching uppercase letters to lowercase.  The ‘^’ and
+     ‘,’ variants examine the first character in the expanded value and
+     convert its case if it matches PATTERN; the ‘^^’ and ‘,,’ variants
+     examine all characters in the expanded value and convert each one
+     that matches PATTERN.  If PATTERN is omitted, it is treated like a
+     ‘?’, which matches every character.
 
      If PARAMETER is ‘@’ or ‘*’, the case modification operation is
      applied to each positional parameter in turn, and the expansion is
@@ -2378,17 +2424,19 @@ File: bashref.info,  Node: Arithmetic Expansion,  Next: Process Substitution,  P
 3.5.5 Arithmetic Expansion
 --------------------------
 
-Arithmetic expansion evalutes an arithmetic expression and substitutes
+Arithmetic expansion evaluates an arithmetic expression and substitutes
 the result.  The format for arithmetic expansion is:
 
      $(( EXPRESSION ))
 
    The EXPRESSION undergoes the same expansions as if it were within
-double quotes, but double quote characters in EXPRESSION are not treated
-specially and are removed.  All tokens in the expression undergo
-parameter and variable expansion, command substitution, and quote
-removal.  The result is treated as the arithmetic expression to be
-evaluated.  Arithmetic expansions may be nested.
+double quotes, but unescaped double quote characters in EXPRESSION are
+not treated specially and are removed.  All tokens in the expression
+undergo parameter and variable expansion, command substitution, and
+quote removal.  The result is treated as the arithmetic expression to be
+evaluated.  Since the way Bash handles double quotes can potentially
+result in empty strings, arithmetic expansion treats those as
+expressions that evaluate to 0.  Arithmetic expansions may be nested.
 
    The evaluation is performed according to the rules listed below
 (*note Shell Arithmetic::).  If the expression is invalid, Bash prints a
@@ -2531,9 +2579,9 @@ patterns in ‘GLOBIGNORE’.  The ‘dotglob’ option is disabled when
 ‘GLOBIGNORE’ is unset.  The ‘GLOBIGNORE’ pattern matching honors the
 setting of the ‘extglob’ shell option.
 
-   After the pattern is expanded and matched against filenames, the
-value of the ‘GLOBSORT’ shell variable controls how the results are
-sorted, as described below (*note Bash Variables::).
+   The value of the ‘GLOBSORT’ shell variable controls how the results
+of pathname expansion are sorted, as described below (*note Bash
+Variables::).
 
 \1f
 File: bashref.info,  Node: Pattern Matching,  Up: Filename Expansion
@@ -2765,11 +2813,12 @@ created; if it does exist it is truncated to zero size.
      [N]>[|]WORD
 
    If the redirection operator is ‘>’, and the ‘noclobber’ option to the
-‘set’ builtin has been enabled, the redirection fails if the file whose
-name results from the expansion of WORD exists and is a regular file.
-If the redirection operator is ‘>|’, or the redirection operator is ‘>’
-and the ‘noclobber’ option is not enabled, Bash attemps the redirection
-even if the file named by WORD exists.
+‘set’ builtin command has been enabled, the redirection fails if the
+file whose name results from the expansion of WORD exists and is a
+regular file.  If the redirection operator is ‘>|’, or the redirection
+operator is ‘>’ and the ‘noclobber’ option to the ‘set’ builtin is not
+enabled, Bash attempts the redirection even if the file named by WORD
+exists.
 
 3.6.3 Appending Redirected Output
 ---------------------------------
@@ -3839,7 +3888,7 @@ standard.
      The ACTION is a command that is read and executed when the shell
      receives any of the signals SIGSPEC.  If ACTION is absent (and
      there is a single SIGSPEC) or equal to ‘-’, each specified
-     SIGSPEC'ss disposition is reset to the value it had when the shell
+     SIGSPEC's disposition is reset to the value it had when the shell
      was started.  If ACTION is the null string, then the signal
      specified by each SIGSPEC is ignored by the shell and commands it
      invokes.
@@ -3882,11 +3931,11 @@ standard.
      compound command returns a non-zero exit status, subject to the
      following conditions.  The ‘ERR’ trap is not executed if the failed
      command is part of the command list immediately following an
-     ‘until’ or ‘while’ keyword, part of the test following the ‘if’ or
-     ‘elif’ reserved words, part of a command executed in a ‘&&’ or ‘||
-     list except the command following the final ‘&&’ or ‘||’, any
-     command in a pipeline but the last, (subject to the state of the
-     ‘pipefail’ shell option), or if the command's return status is
+     ‘until’ or ‘while’ reserved word, part of the test following the
+     ‘if’ or ‘elif’ reserved words, part of a command executed in a ‘&&
+     or ‘||’ list except the command following the final ‘&&’ or ‘||’,
+     any command in a pipeline but the last, (subject to the state of
+     the ‘pipefail’ shell option), or if the command's return status is
      being inverted using ‘!’.  These are the same conditions obeyed by
      the ‘errexit’ (‘-e’) option.
 
@@ -4054,7 +4103,7 @@ standard.
           optional, and Readline does not expand the command string
           before saving it.  Since the entire key binding expression
           must be a single argument, it should be enclosed in single
-          quotes.  When SHELL-COMMAND is executed, the shell sets thex
+          quotes.  When SHELL-COMMAND is executed, the shell sets the
           ‘READLINE_LINE’ variable to the contents of the Readline line
           buffer and the ‘READLINE_POINT’ and ‘READLINE_MARK’ variables
           to the current location of the insertion point and the saved
@@ -4306,7 +4355,8 @@ standard.
      ‘BASH_LOADABLES_PATH’ is system-dependent, and may include "."  to
      force a search of the current directory.  The ‘-d’ option will
      delete a builtin loaded with ‘-f’.  If ‘-s’ is used with ‘-f’, the
-     new builtin becomes a special builtin (*note Special Builtins::).
+     new builtin becomes a POSIX special builtin (*note Special
+     Builtins::).
 
      If no options are supplied and a NAME is not a shell builtin,
      ‘enable’ will attempt to load NAME from a shared object named NAME,
@@ -4320,8 +4370,8 @@ standard.
 
      Display helpful information about builtin commands.  If PATTERN is
      specified, ‘help’ gives detailed help on all commands matching
-     PATTERN, otherwise it displays a list of all builtins and shell
-     compound commands.
+     PATTERN as described below; otherwise it displays a list of all
+     builtins and shell compound commands.
 
      Options, if supplied, have the following meanings:
 
@@ -4333,6 +4383,15 @@ standard.
      ‘-s’
           Display only a short usage synopsis for each PATTERN
 
+     If PATTERN contains pattern matching characters (*note Pattern
+     Matching::) it's treated as a shell pattern and ‘help’ prints the
+     description of each help topic matching PATTERN.
+
+     If not, and PATTERN exactly matches the name of a help topic,
+     ‘help’ prints the description associated with that topic.
+     Otherwise, ‘help’ performs prefix matching and prints the
+     descriptions of all matching help topics.
+
      The return status is zero unless no command matches PATTERN.
 
 ‘let’
@@ -4759,7 +4818,7 @@ standard.
      Values are in 1024-byte increments, except for ‘-t’, which is in
      seconds; ‘-R’, which is in microseconds; ‘-p’, which is in units of
      512-byte blocks; ‘-P’, ‘-T’, ‘-b’, ‘-k’, ‘-n’ and ‘-u’, which are
-     unscaled values; and, when in POSIX Mode (*note Bash POSIX Mode::),
+     unscaled values; and, when in POSIX mode (*note Bash POSIX Mode::),
      ‘-c’ and ‘-f’, which are in 512-byte increments.
 
      The return status is zero unless an invalid option or argument is
@@ -4831,9 +4890,9 @@ parameters, or to display the names and values of shell variables.
           a list (*note Lists::), or a compound command (*note Compound
           Commands::) returns a non-zero status.  The shell does not
           exit if the command that fails is part of the command list
-          immediately following a ‘while’ or ‘until’ keyword, part of
-          the test in an ‘if’ statement, part of any command executed in
-          a ‘&&’ or ‘||’ list except the command following the final
+          immediately following a ‘while’ or ‘until’ reserved word, part
+          of the test in an ‘if’ statement, part of any command executed
+          in a ‘&&’ or ‘||’ list except the command following the final
           ‘&&’ or ‘||’, any command in a pipeline but the last (subject
           to the state of the ‘pipefail’ shell option), or if the
           command's return status is being inverted with ‘!’.  If a
@@ -4958,10 +5017,11 @@ parameters, or to display the names and values of shell variables.
                successfully.  This option is disabled by default.
 
           ‘posix’
-               Change the behavior of Bash where the default operation
-               differs from the POSIX standard to match the standard
-               (*note Bash POSIX Mode::).  This is intended to make Bash
-               behave as a strict superset of that standard.
+               Enable POSIX mode; change the behavior of Bash where the
+               default operation differs from the POSIX standard to
+               match the standard (*note Bash POSIX Mode::).  This is
+               intended to make Bash behave as a strict superset of that
+               standard.
 
           ‘privileged’
                Same as ‘-p’.
@@ -5608,8 +5668,9 @@ Variables::).
      command (*note The Shopt Builtin::).  The options appearing in
      ‘BASHOPTS’ are those reported as ‘on’ by ‘shopt’.  If this variable
      is in the environment when Bash starts up, the shell enables each
-     option in the list before reading any startup files.  This variable
-     is readonly.
+     option in the list before reading any startup files.  If this
+     variable is exported, child shells will enable each option in the
+     list.  This variable is readonly.
 
 ‘BASHPID’
      Expands to the process ID of the current Bash process.  This
@@ -5879,7 +5940,7 @@ Variables::).
 
 ‘ENV’
      Expanded and executed similarly to ‘BASH_ENV’ (*note Bash Startup
-     Files::) when an interactive shell is invoked in POSIX Mode (*note
+     Files::) when an interactive shell is invoked in POSIX mode (*note
      Bash POSIX Mode::).
 
 ‘EPOCHREALTIME’
@@ -6000,15 +6061,16 @@ Variables::).
      substitution, and tokenization (*note History Interaction::).  The
      first character is the “history expansion” character, the character
      which begins a history expansion, normally ‘!’.  The second
-     character is the "quick substitution" character, normally ‘^’.
+     character is the “quick substitution” character, normally ‘^’.
      When it appears as the first character on the line, history
      substitution repeats the previous command, replacing one string
-     with another.  The optional third character is the character which
-     indicates that the remainder of the line is a comment when found as
-     the first character of a word, usually ‘#’.  The history comment
-     character disables history substitution for the remaining words on
-     the line.  It does not necessarily cause the shell parser to treat
-     the rest of the line as a comment.
+     with another.  The optional third character is the “history
+     comment” character, normally ‘#’, which indicates that the
+     remainder of the line is a comment when it appears as the first
+     character of a word.  The history comment character disables
+     history substitution for the remaining words on the line.  It does
+     not necessarily cause the shell parser to treat the rest of the
+     line as a comment.
 
 ‘HISTCMD’
      The history number, or index in the history list, of the current
@@ -6308,7 +6370,8 @@ Variables::).
      ‘SHELLOPTS’ are those reported as ‘on’ by ‘set -o’.  If this
      variable is in the environment when Bash starts up, the shell
      enables each option in the list before reading any startup files.
-     This variable is readonly.
+     If this variable is exported, child shells will enable each option
+     in the list.  This variable is readonly.
 
 ‘SHLVL’
      Incremented by one each time a new instance of Bash is started.
@@ -6469,10 +6532,11 @@ single-character options to be recognized.
      shell.  This is on by default if the shell is invoked as ‘sh’.
 
 ‘--posix’
-     Change the behavior of Bash where the default operation differs
-     from the POSIX standard to match the standard.  This is intended to
-     make Bash behave as a strict superset of that standard.  *Note Bash
-     POSIX Mode::, for a description of the Bash POSIX mode.
+     Enable POSIX mode; change the behavior of Bash where the default
+     operation differs from the POSIX standard to match the standard.
+     This is intended to make Bash behave as a strict superset of that
+     standard.  *Note Bash POSIX Mode::, for a description of the Bash
+     POSIX mode.
 
 ‘--restricted’
      Equivalent to ‘-r’.  Make the shell a restricted shell (*note The
@@ -6543,23 +6607,25 @@ invocation which are not available with the ‘set’ builtin.
 ‘-’
      Equivalent to ‘--’.
 
-   A _login_ shell is one whose first character of argument zero is ‘-’,
+   A “login shell” is one whose first character of argument zero is ‘-’,
 or one invoked with the ‘--login’ option.
 
-   An _interactive_ shell is one started without non-option arguments,
+   An “interactive shell” is one started without non-option arguments,
 unless ‘-s’ is specified, without specifying the ‘-c’ option, and whose
-input and output (using the standard error) are both connected to
-terminals (as determined by ‘isatty(3)’), or one started with the ‘-i’
-option.  *Note Interactive Shells::, for more information.
+standard input and standard error are both connected to terminals (as
+determined by isatty(3)), or one started with the ‘-i’ option.  *Note
+Interactive Shells::, for more information.
 
    If arguments remain after option processing, and neither the ‘-c’ nor
-the ‘-s’ option has been supplied, the first argument is assumed to be
-the name of a file containing shell commands (*note Shell Scripts::).
-When Bash is invoked in this fashion, ‘$0’ is set to the name of the
-file, and the positional parameters are set to the remaining arguments.
-Bash reads and executes commands from this file, then exits.  Bash's
-exit status is the exit status of the last command executed in the
-script.  If no commands are executed, the exit status is 0.
+the ‘-s’ option has been supplied, the first argument is treated as the
+name of a file containing shell commands (*note Shell Scripts::).  When
+Bash is invoked in this fashion, ‘$0’ is set to the name of the file,
+and the positional parameters are set to the remaining arguments.  Bash
+reads and executes commands from this file, then exits.  Bash's exit
+status is the exit status of the last command executed in the script.
+If no commands are executed, the exit status is 0.  Bash first attempts
+to open the file in the current directory, and, if no file is found,
+searches the directories in ‘PATH’ for the script.
 
 \1f
 File: bashref.info,  Node: Bash Startup Files,  Next: Interactive Shells,  Prev: Invoking Bash,  Up: Bash Features
@@ -6969,7 +7035,10 @@ link itself.
      greater than or equal to ARG2, respectively.  ARG1 and ARG2 may be
      positive or negative integers.  When used with the ‘[[’ command,
      ARG1 and ARG2 are evaluated as arithmetic expressions (*note Shell
-     Arithmetic::).
+     Arithmetic::).  Since the expansions the ‘[[’ command performs on
+     ARG1 and ARG2 can potentially result in empty strings, arithmetic
+     expression evaluation treats those as expressions that evaluate to
+     0.
 
 \1f
 File: bashref.info,  Node: Shell Arithmetic,  Next: Aliases,  Prev: Bash Conditional Expressions,  Up: Bash Features
@@ -7150,13 +7219,23 @@ expressions that must expand to an integer (*note Shell Arithmetic::))
 and are zero-based; associative arrays use arbitrary strings.  Unless
 otherwise noted, indexed array indices must be non-negative integers.
 
-   An indexed array is created automatically if any variable is assigned
-to using the syntax
+   The shell performs parameter and variable expansion, arithmetic
+expansion, command substitution, and quote removal on indexed array
+subscripts.  Since this can potentially result in empty strings,
+subscript indexing treats those as expressions that evaluate to 0.
+
+   The shell performs tilde expansion, parameter and variable expansion,
+arithmetic expansion, command substitution, and quote removal on
+associative array subscripts.  Empty strings cannot be used as
+associative array keys.
+
+   Bash automatically creates an indexed array if any variable is
+assigned to using the syntax
      NAME[SUBSCRIPT]=VALUE
 
 The SUBSCRIPT is treated as an arithmetic expression that must evaluate
 to a number greater than or equal to zero.  To explicitly declare an
-array, use
+indexed array, use
      declare -a NAME
 (*note Bash Builtins::).  The syntax
      declare -a NAME[SUBSCRIPT]
@@ -7591,7 +7670,7 @@ editing commands were left out due to objections.
 Although Bash is an implementation of the POSIX shell specification,
 there are areas where the Bash default behavior differs from the
 specification.  The Bash “posix mode” changes the Bash behavior in these
-areas so that it conforms more closely to the standard.
+areas so that it conforms more strictly to the standard.
 
    Starting Bash with the ‘--posix’ command-line option or executing
 ‘set -o posix’ while Bash is running will cause Bash to conform more
@@ -7601,7 +7680,7 @@ specified by POSIX in areas where the Bash default differs.
    When invoked as ‘sh’, Bash enters POSIX mode after reading the
 startup files.
 
-   The following list is what's changed when 'POSIX mode' is in effect:
+   The following list is what's changed when POSIX mode is in effect:
 
   1. Bash ensures that the ‘POSIXLY_CORRECT’ variable is set.
 
@@ -7726,7 +7805,7 @@ startup files.
      double-quoted string, even if the ‘histexpand’ option is enabled.
 
   31. When printing shell function definitions (e.g., by ‘type’), Bash
-     does not print the ‘function’ keyword unless necessary.
+     does not print the ‘function’ reserved word unless necessary.
 
   32. Non-interactive shells exit if a syntax error in an arithmetic
      expansion results in an invalid expression.
@@ -7835,72 +7914,77 @@ startup files.
   58. The ‘kill’ builtin does not accept signal names with a ‘SIG’
      prefix.
 
-  59. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
+  59. The ‘kill’ builtin returns a failure status if any of the pid or
+     job arguments are invalid or if sending the specified signal to any
+     of them fails.  In default mode, ‘kill’ returns success if the
+     signal was successfully sent to any of the specified processes.
+
+  60. The ‘printf’ builtin uses ‘double’ (via ‘strtod’) to convert
      arguments corresponding to floating point conversion specifiers,
      instead of ‘long double’ if it's available.  The ‘L’ length
      modifier forces ‘printf’ to use ‘long double’ if it's available.
 
-  60. The ‘pwd’ builtin verifies that the value it prints is the same as
+  61. The ‘pwd’ builtin verifies that the value it prints is the same as
      the current directory, even if it is not asked to check the file
      system with the ‘-P’ option.
 
-  61. The ‘read’ builtin may be interrupted by a signal for which a trap
+  62. The ‘read’ builtin may be interrupted by a signal for which a trap
      has been set.  If Bash receives a trapped signal while executing
      ‘read’, the trap handler executes and ‘read’ returns an exit status
      greater than 128.
 
-  62. When the ‘set’ builtin is invoked without options, it does not
+  63. When the ‘set’ builtin is invoked without options, it does not
      display shell function names and definitions.
 
-  63. When the ‘set’ builtin is invoked without options, it displays
+  64. When the ‘set’ builtin is invoked without options, it displays
      variable values without quotes, unless they contain shell
      metacharacters, even if the result contains nonprinting characters.
 
-  64. The ‘test’ builtin compares strings using the current locale when
+  65. The ‘test’ builtin compares strings using the current locale when
      evaluating the ‘<’ and ‘>’ binary operators.
 
-  65. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
+  66. The ‘test’ builtin's ‘-t’ unary primary requires an argument.
      Historical versions of ‘test’ made the argument optional in certain
      cases, and Bash attempts to accommodate those for backwards
      compatibility.
 
-  66. The ‘trap’ builtin displays signal names without the leading
+  67. The ‘trap’ builtin displays signal names without the leading
      ‘SIG’.
 
-  67. The ‘trap’ builtin doesn't check the first argument for a possible
+  68. The ‘trap’ builtin doesn't check the first argument for a possible
      signal specification and revert the signal handling to the original
      disposition if it is, unless that argument consists solely of
      digits and is a valid signal number.  If users want to reset the
      handler for a given signal to the original disposition, they should
      use ‘-’ as the first argument.
 
-  68. ‘trap -p’ without arguments displays signals whose dispositions
+  69. ‘trap -p’ without arguments displays signals whose dispositions
      are set to SIG_DFL and those that were ignored when the shell
      started, not just trapped signals.
 
-  69. The ‘type’ and ‘command’ builtins will not report a non-executable
+  70. The ‘type’ and ‘command’ builtins will not report a non-executable
      file as having been found, though the shell will attempt to execute
      such a file if it is the only so-named file found in ‘$PATH’.
 
-  70. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
+  71. The ‘ulimit’ builtin uses a block size of 512 bytes for the ‘-c’
      and ‘-f’ options.
 
-  71. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
+  72. The ‘unset’ builtin with the ‘-v’ option specified returns a fatal
      error if it attempts to unset a ‘readonly’ or ‘non-unsettable’
      variable, which causes a non-interactive shell to exit.
 
-  72. When asked to unset a variable that appears in an assignment
+  73. When asked to unset a variable that appears in an assignment
      statement preceding the command, the ‘unset’ builtin attempts to
      unset a variable of the same name in the current or previous scope
      as well.  This implements the required "if an assigned variable is
      further modified by the utility, the modifications made by the
      utility shall persist" behavior.
 
-  73. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
+  74. The arrival of ‘SIGCHLD’ when a trap is set on ‘SIGCHLD’ does not
      interrupt the ‘wait’ builtin and cause it to return immediately.
      The trap command is run once for each child that exits.
 
-  74. Bash removes an exited background process's status from the list
+  75. Bash removes an exited background process's status from the list
      of such statuses after the ‘wait’ builtin returns it.
 
    There is other POSIX behavior that Bash does not implement by default
@@ -7984,10 +8068,10 @@ required for bash-5.1 and later versions.
           collation sequence and strcoll(3).
 
 ‘compat41’
-        • In posix mode, ‘time’ may be followed by options and still be
+        • In POSIX mode, ‘time’ may be followed by options and still be
           recognized as a reserved word (this is POSIX interpretation
           267).
-        • In posix mode, the parser requires that an even number of
+        • In POSIX mode, the parser requires that an even number of
           single quotes occur in the WORD portion of a double-quoted
           ${...} parameter expansion and treats them specially, so that
           characters within the single quotes are considered quoted
@@ -7997,7 +8081,7 @@ required for bash-5.1 and later versions.
         • The replacement string in double-quoted pattern substitution
           does not undergo quote removal, as it does in versions after
           bash-4.2.
-        • In posix mode, single quotes are considered special when
+        • In POSIX mode, single quotes are considered special when
           expanding the WORD portion of a double-quoted ${...} parameter
           expansion and can be used to quote a closing brace or other
           special character (this is part of POSIX interpretation 221);
@@ -8006,7 +8090,7 @@ required for bash-5.1 and later versions.
 
 ‘compat43’
         • Word expansion errors are considered non-fatal errors that
-          cause the current command to fail, even in posix mode (the
+          cause the current command to fail, even in POSIX mode (the
           default behavior is to make them fatal errors that cause the
           shell to exit).
         • When executing a shell function, the loop state
@@ -8025,7 +8109,7 @@ required for bash-5.1 and later versions.
         • Variable assignments preceding builtins like ‘export’ and
           ‘readonly’ that set attributes continue to affect variables
           with the same name in the calling environment even if the
-          shell is not in posix mode.
+          shell is not in POSIX mode.
 
 ‘compat50 (set using BASH_COMPAT)’
         • Bash-5.1 changed the way ‘$RANDOM’ is generated to introduce
@@ -8126,19 +8210,22 @@ uses the JOB abstraction as the basis for job control.
 
    To facilitate the implementation of the user interface to job
 control, each process has a “process group ID”, and the operating system
-maintains the notion of a current terminal process group ID.  Processes
-that have the same process group ID are said to be part of the same
-“process group”.  Members of the foreground process group (processes
-whose process group ID is equal to the current terminal process group
-ID) receive keyboard-generated signals such as ‘SIGINT’.  Processes in
-the foreground process group are said to be foreground processes.
-Background processes are those whose process group ID differs from the
-terminal's; such processes are immune to keyboard-generated 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 ‘tostop’ is in
-effect) the terminal are sent a ‘SIGTTIN’ (‘SIGTTOU’) signal by the
-kernel's terminal driver, which, unless caught, suspends the process.
+maintains the notion of a current terminal process group ID.  This
+terminal process group ID is associated with the “controlling terminal”.
+
+   Processes that have the same process group ID are said to be part of
+the same “process group”.  Members of the foreground process group
+(processes whose process group ID is equal to the current terminal
+process group ID) receive keyboard-generated signals such as ‘SIGINT’.
+Processes in the foreground process group are said to be foreground
+processes.  Background processes are those whose process group ID
+differs from the controlling terminal's; such processes are immune to
+keyboard-generated signals.  Only foreground processes are allowed to
+read from or, if the user so specifies with ‘stty tostop’, write to the
+controlling terminal.  The system sends a ‘SIGTTIN’ (‘SIGTTOU’) signal
+to background processes which attempt to read from (write to when
+‘tostop’ is in effect) the terminal, which, unless caught, suspends the
+process.
 
    If the operating system on which Bash is running supports job
 control, Bash contains facilities to use it.  Typing the “suspend”
@@ -8948,9 +9035,9 @@ Variable Settings
           list.  If set to zero, any existing history entries are
           deleted and no new entries are saved.  If set to a value less
           than zero, the number of history entries is not limited.  By
-          default, Bash sets the the maximum number of history entries
-          to the value of the ‘HISTSIZE’ shell variable.  If you try to
-          set HISTORY-SIZE to a non-numeric value, the maximum number of
+          default, Bash sets the maximum number of history entries to
+          the value of the ‘HISTSIZE’ shell variable.  If you try to set
+          HISTORY-SIZE to a non-numeric value, the maximum number of
           history entries will be set to 500.
 
      ‘horizontal-scroll-mode’
@@ -9230,7 +9317,7 @@ Key Bindings
 
      When entering the text of a macro, single or double quotes must be
      used to indicate a macro definition.  Unquoted text is assumed to
-     be a function name.  Tthe backslash escapes described above are
+     be a function name.  The backslash escapes described above are
      expanded in the macro body.  Backslash will quote any other
      character in the macro text, including ‘"’ and ‘'’.  For example,
      the following binding will make ‘‘C-x’ \’ insert a single ‘\’ into
@@ -9337,7 +9424,7 @@ File: bashref.info,  Node: Sample Init File,  Prev: Conditional Init Constructs,
 Here is an example of an INPUTRC file.  This illustrates key binding,
 variable assignment, and conditional syntax.
 
-     # This file controls the behaviour of line input editing for
+     # This file controls the behavior of line input editing for
      # programs that use the GNU Readline library.  Existing
      # programs include FTP, Bash, and GDB.
      #
@@ -9528,7 +9615,8 @@ File: bashref.info,  Node: Commands For Moving,  Next: Commands For History,  Up
 
 ‘clear-screen (C-l)’
      Clear the screen, then redraw the current line, leaving the current
-     line at the top of the screen.
+     line at the top of the screen.  If given a numeric argument, this
+     refreshes the current line without clearing the screen.
 
 ‘redraw-current-line ()’
      Refresh the current line.  By default, this is unbound.
@@ -10113,8 +10201,9 @@ File: bashref.info,  Node: Miscellaneous Commands,  Prev: Keyboard Macros,  Up:
      Expand the line by performing shell word expansions.  This performs
      alias and history expansion, $'STRING' and $"STRING" quoting, tilde
      expansion, parameter and variable expansion, arithmetic expansion,
-     command and proces substitution, word splitting, and quote removal.
-     An explicit argument suppresses command and process substitution.
+     command and process substitution, word splitting, and quote
+     removal.  An explicit argument suppresses command and process
+     substitution.
 
 ‘history-expand-line (M-^)’
      Perform history expansion on the current line.
@@ -11084,8 +11173,9 @@ expansion uses the entire event.  A ‘:’ separates the event
 specification from the word designator.  It may be omitted if the word
 designator begins with a ‘^’, ‘$’, ‘*’, ‘-’, or ‘%’.  Words are numbered
 from the beginning of the line, with the first word being denoted by 0
-(zero).  Words are inserted into the current line separated by single
-spaces.
+(zero).  That first word is usually the command word, and the arguments
+begin with the second word.  Words are inserted into the current line
+separated by single spaces.
 
    For example,
 
@@ -11094,7 +11184,7 @@ spaces.
      preceding command is repeated in toto.
 
 ‘!!:$’
-     designates the last argument of the preceding command.  This may be
+     designates the last word of the preceding command.  This may be
      shortened to ‘!$’.
 
 ‘!fi:2’
@@ -11782,7 +11872,7 @@ fix, you are encouraged to submit that as well!  Suggestions and
    • The version number of Bash.
    • The hardware and operating system.
    • The compiler used to compile Bash.
-   • A description of the bug behaviour.
+   • A description of the bug behavior.
    • A short script or 'recipe' which exercises the bug and may be used
      to reproduce it.
 
@@ -11856,8 +11946,8 @@ historical Bourne shell) as the baseline reference.
    • Bash implements command aliases and the ‘alias’ and ‘unalias’
      builtins (*note Aliases::).
 
-   • Bash implements the ‘!’ keyword to negate the return value of a
-     pipeline (*note Pipelines::).  This is very useful when an ‘if’
+   • Bash implements the ‘!’ reserved word to negate the return value of
+     pipeline (*note Pipelines::).  This is very useful when an ‘if’
      statement needs to act only if a test fails.  The Bash ‘-o
      pipefail’ option to ‘set’ will cause a pipeline to return a failure
      status if any command fails (*note The Set Builtin::).
@@ -12781,26 +12871,26 @@ D.1 Index of Shell Builtin Commands
                                                               (line 179)
 * hash:                                  Bourne Shell Builtins.
                                                               (line 231)
-* help:                                  Bash Builtins.       (line 374)
+* help:                                  Bash Builtins.       (line 375)
 * history:                               Bash History Builtins.
                                                               (line  59)
 * jobs:                                  Job Control Builtins.
                                                               (line  28)
 * kill:                                  Job Control Builtins.
                                                               (line  61)
-* let:                                   Bash Builtins.       (line 394)
-* local:                                 Bash Builtins.       (line 403)
-* logout:                                Bash Builtins.       (line 428)
-* mapfile:                               Bash Builtins.       (line 433)
+* let:                                   Bash Builtins.       (line 404)
+* local:                                 Bash Builtins.       (line 413)
+* logout:                                Bash Builtins.       (line 438)
+* mapfile:                               Bash Builtins.       (line 443)
 * popd:                                  Directory Stack Builtins.
                                                               (line  37)
-* printf:                                Bash Builtins.       (line 478)
+* printf:                                Bash Builtins.       (line 488)
 * pushd:                                 Directory Stack Builtins.
                                                               (line  70)
 * pwd:                                   Bourne Shell Builtins.
                                                               (line 263)
-* read:                                  Bash Builtins.       (line 548)
-* readarray:                             Bash Builtins.       (line 659)
+* read:                                  Bash Builtins.       (line 558)
+* readarray:                             Bash Builtins.       (line 669)
 * readonly:                              Bourne Shell Builtins.
                                                               (line 275)
 * return:                                Bourne Shell Builtins.
@@ -12809,7 +12899,7 @@ D.1 Index of Shell Builtin Commands
 * shift:                                 Bourne Shell Builtins.
                                                               (line 325)
 * shopt:                                 The Shopt Builtin.   (line   9)
-* source:                                Bash Builtins.       (line 668)
+* source:                                Bash Builtins.       (line 678)
 * suspend:                               Job Control Builtins.
                                                               (line 139)
 * test:                                  Bourne Shell Builtins.
@@ -12820,12 +12910,12 @@ D.1 Index of Shell Builtin Commands
                                                               (line 444)
 * true:                                  Bourne Shell Builtins.
                                                               (line 510)
-* type:                                  Bash Builtins.       (line 673)
-* typeset:                               Bash Builtins.       (line 710)
-* ulimit:                                Bash Builtins.       (line 716)
+* type:                                  Bash Builtins.       (line 683)
+* typeset:                               Bash Builtins.       (line 720)
+* ulimit:                                Bash Builtins.       (line 726)
 * umask:                                 Bourne Shell Builtins.
                                                               (line 515)
-* unalias:                               Bash Builtins.       (line 824)
+* unalias:                               Bash Builtins.       (line 834)
 * unset:                                 Bourne Shell Builtins.
                                                               (line 533)
 * wait:                                  Job Control Builtins.
@@ -12842,9 +12932,9 @@ D.2 Index of Shell Reserved Words
 
 * !:                                     Pipelines.           (line   9)
 * [[:                                    Conditional Constructs.
-                                                              (line 126)
+                                                              (line 128)
 * ]]:                                    Conditional Constructs.
-                                                              (line 126)
+                                                              (line 128)
 * {:                                     Command Grouping.    (line  21)
 * }:                                     Command Grouping.    (line  21)
 * case:                                  Conditional Constructs.
@@ -12907,27 +12997,27 @@ D.3 Parameter and Variable Index
 * auto_resume:                           Job Control Variables.
                                                               (line   6)
 * BASH:                                  Bash Variables.      (line  24)
-* BASH_ALIASES:                          Bash Variables.      (line  43)
-* BASH_ARGC:                             Bash Variables.      (line  52)
-* BASH_ARGV:                             Bash Variables.      (line  66)
-* BASH_ARGV0:                            Bash Variables.      (line  79)
-* BASH_CMDS:                             Bash Variables.      (line  87)
-* BASH_COMMAND:                          Bash Variables.      (line  96)
-* BASH_COMPAT:                           Bash Variables.      (line 103)
-* BASH_ENV:                              Bash Variables.      (line 119)
-* BASH_EXECUTION_STRING:                 Bash Variables.      (line 125)
-* BASH_LINENO:                           Bash Variables.      (line 128)
-* BASH_LOADABLES_PATH:                   Bash Variables.      (line 138)
-* BASH_MONOSECONDS:                      Bash Variables.      (line 142)
-* BASH_REMATCH:                          Bash Variables.      (line 149)
-* BASH_SOURCE:                           Bash Variables.      (line 157)
-* BASH_SUBSHELL:                         Bash Variables.      (line 165)
-* BASH_TRAPSIG:                          Bash Variables.      (line 171)
-* BASH_VERSINFO:                         Bash Variables.      (line 177)
-* BASH_VERSION:                          Bash Variables.      (line 200)
-* BASH_XTRACEFD:                         Bash Variables.      (line 204)
+* BASH_ALIASES:                          Bash Variables.      (line  44)
+* BASH_ARGC:                             Bash Variables.      (line  53)
+* BASH_ARGV:                             Bash Variables.      (line  67)
+* BASH_ARGV0:                            Bash Variables.      (line  80)
+* BASH_CMDS:                             Bash Variables.      (line  88)
+* BASH_COMMAND:                          Bash Variables.      (line  97)
+* BASH_COMPAT:                           Bash Variables.      (line 104)
+* BASH_ENV:                              Bash Variables.      (line 120)
+* BASH_EXECUTION_STRING:                 Bash Variables.      (line 126)
+* BASH_LINENO:                           Bash Variables.      (line 129)
+* BASH_LOADABLES_PATH:                   Bash Variables.      (line 139)
+* BASH_MONOSECONDS:                      Bash Variables.      (line 143)
+* BASH_REMATCH:                          Bash Variables.      (line 150)
+* BASH_SOURCE:                           Bash Variables.      (line 158)
+* BASH_SUBSHELL:                         Bash Variables.      (line 166)
+* BASH_TRAPSIG:                          Bash Variables.      (line 172)
+* BASH_VERSINFO:                         Bash Variables.      (line 178)
+* BASH_VERSION:                          Bash Variables.      (line 201)
+* BASH_XTRACEFD:                         Bash Variables.      (line 205)
 * BASHOPTS:                              Bash Variables.      (line  27)
-* BASHPID:                               Bash Variables.      (line  36)
+* BASHPID:                               Bash Variables.      (line  37)
 * bell-style:                            Readline Init File Syntax.
                                                               (line  64)
 * bind-tty-special-chars:                Readline Init File Syntax.
@@ -12936,21 +13026,21 @@ D.3 Parameter and Variable Index
                                                               (line  79)
 * CDPATH:                                Bourne Shell Variables.
                                                               (line   9)
-* CHILD_MAX:                             Bash Variables.      (line 216)
+* CHILD_MAX:                             Bash Variables.      (line 217)
 * colored-completion-prefix:             Readline Init File Syntax.
                                                               (line  84)
 * colored-stats:                         Readline Init File Syntax.
                                                               (line  94)
-* COLUMNS:                               Bash Variables.      (line 223)
+* COLUMNS:                               Bash Variables.      (line 224)
 * comment-begin:                         Readline Init File Syntax.
                                                               (line 100)
-* COMP_CWORD:                            Bash Variables.      (line 229)
-* COMP_KEY:                              Bash Variables.      (line 235)
-* COMP_LINE:                             Bash Variables.      (line 241)
-* COMP_POINT:                            Bash Variables.      (line 246)
-* COMP_TYPE:                             Bash Variables.      (line 254)
-* COMP_WORDBREAKS:                       Bash Variables.      (line 264)
-* COMP_WORDS:                            Bash Variables.      (line 270)
+* COMP_CWORD:                            Bash Variables.      (line 230)
+* COMP_KEY:                              Bash Variables.      (line 236)
+* COMP_LINE:                             Bash Variables.      (line 242)
+* COMP_POINT:                            Bash Variables.      (line 247)
+* COMP_TYPE:                             Bash Variables.      (line 255)
+* COMP_WORDBREAKS:                       Bash Variables.      (line 265)
+* COMP_WORDS:                            Bash Variables.      (line 271)
 * completion-display-width:              Readline Init File Syntax.
                                                               (line 104)
 * completion-ignore-case:                Readline Init File Syntax.
@@ -12961,18 +13051,18 @@ D.3 Parameter and Variable Index
                                                               (line 122)
 * completion-query-items:                Readline Init File Syntax.
                                                               (line 131)
-* COMPREPLY:                             Bash Variables.      (line 277)
+* COMPREPLY:                             Bash Variables.      (line 278)
 * convert-meta:                          Readline Init File Syntax.
                                                               (line 142)
-* COPROC:                                Bash Variables.      (line 283)
-* DIRSTACK:                              Bash Variables.      (line 287)
+* COPROC:                                Bash Variables.      (line 284)
+* DIRSTACK:                              Bash Variables.      (line 288)
 * disable-completion:                    Readline Init File Syntax.
                                                               (line 154)
 * echo-control-characters:               Readline Init File Syntax.
                                                               (line 159)
 * editing-mode:                          Readline Init File Syntax.
                                                               (line 164)
-* EMACS:                                 Bash Variables.      (line 297)
+* EMACS:                                 Bash Variables.      (line 298)
 * emacs-mode-string:                     Readline Init File Syntax.
                                                               (line 170)
 * enable-active-region The:              Readline Init File Syntax.
@@ -12983,72 +13073,72 @@ D.3 Parameter and Variable Index
                                                               (line 202)
 * enable-meta-key:                       Readline Init File Syntax.
                                                               (line 207)
-* ENV:                                   Bash Variables.      (line 302)
-* EPOCHREALTIME:                         Bash Variables.      (line 307)
-* EPOCHSECONDS:                          Bash Variables.      (line 315)
-* EUID:                                  Bash Variables.      (line 322)
-* EXECIGNORE:                            Bash Variables.      (line 326)
+* ENV:                                   Bash Variables.      (line 303)
+* EPOCHREALTIME:                         Bash Variables.      (line 308)
+* EPOCHSECONDS:                          Bash Variables.      (line 316)
+* EUID:                                  Bash Variables.      (line 323)
+* EXECIGNORE:                            Bash Variables.      (line 327)
 * expand-tilde:                          Readline Init File Syntax.
                                                               (line 217)
-* FCEDIT:                                Bash Variables.      (line 338)
-* FIGNORE:                               Bash Variables.      (line 341)
+* FCEDIT:                                Bash Variables.      (line 339)
+* FIGNORE:                               Bash Variables.      (line 342)
 * force-meta-prefix:                     Readline Init File Syntax.
                                                               (line 221)
-* FUNCNAME:                              Bash Variables.      (line 347)
-* FUNCNEST:                              Bash Variables.      (line 364)
-* GLOBIGNORE:                            Bash Variables.      (line 369)
-* GLOBSORT:                              Bash Variables.      (line 376)
-* GROUPS:                                Bash Variables.      (line 414)
-* histchars:                             Bash Variables.      (line 420)
-* HISTCMD:                               Bash Variables.      (line 435)
-* HISTCONTROL:                           Bash Variables.      (line 441)
-* HISTFILE:                              Bash Variables.      (line 459)
-* HISTFILESIZE:                          Bash Variables.      (line 465)
-* HISTIGNORE:                            Bash Variables.      (line 476)
+* FUNCNAME:                              Bash Variables.      (line 348)
+* FUNCNEST:                              Bash Variables.      (line 365)
+* GLOBIGNORE:                            Bash Variables.      (line 370)
+* GLOBSORT:                              Bash Variables.      (line 377)
+* GROUPS:                                Bash Variables.      (line 415)
+* histchars:                             Bash Variables.      (line 421)
+* HISTCMD:                               Bash Variables.      (line 437)
+* HISTCONTROL:                           Bash Variables.      (line 443)
+* HISTFILE:                              Bash Variables.      (line 461)
+* HISTFILESIZE:                          Bash Variables.      (line 467)
+* HISTIGNORE:                            Bash Variables.      (line 478)
 * history-preserve-point:                Readline Init File Syntax.
                                                               (line 234)
 * history-size:                          Readline Init File Syntax.
                                                               (line 240)
-* HISTSIZE:                              Bash Variables.      (line 500)
-* HISTTIMEFORMAT:                        Bash Variables.      (line 507)
+* HISTSIZE:                              Bash Variables.      (line 502)
+* HISTTIMEFORMAT:                        Bash Variables.      (line 509)
 * HOME:                                  Bourne Shell Variables.
                                                               (line  13)
 * horizontal-scroll-mode:                Readline Init File Syntax.
                                                               (line 250)
-* HOSTFILE:                              Bash Variables.      (line 516)
-* HOSTNAME:                              Bash Variables.      (line 527)
-* HOSTTYPE:                              Bash Variables.      (line 530)
+* HOSTFILE:                              Bash Variables.      (line 518)
+* HOSTNAME:                              Bash Variables.      (line 529)
+* HOSTTYPE:                              Bash Variables.      (line 532)
 * IFS:                                   Bourne Shell Variables.
                                                               (line  18)
-* IGNOREEOF:                             Bash Variables.      (line 533)
+* IGNOREEOF:                             Bash Variables.      (line 535)
 * input-meta:                            Readline Init File Syntax.
                                                               (line 258)
-* INPUTRC:                               Bash Variables.      (line 542)
-* INSIDE_EMACS:                          Bash Variables.      (line 546)
+* INPUTRC:                               Bash Variables.      (line 544)
+* INSIDE_EMACS:                          Bash Variables.      (line 548)
 * isearch-terminators:                   Readline Init File Syntax.
                                                               (line 269)
 * keymap:                                Readline Init File Syntax.
                                                               (line 276)
 * LANG:                                  Creating Internationalized Scripts.
                                                               (line  51)
-* LANG <1>:                              Bash Variables.      (line 552)
-* LC_ALL:                                Bash Variables.      (line 556)
-* LC_COLLATE:                            Bash Variables.      (line 560)
-* LC_CTYPE:                              Bash Variables.      (line 567)
+* LANG <1>:                              Bash Variables.      (line 554)
+* LC_ALL:                                Bash Variables.      (line 558)
+* LC_COLLATE:                            Bash Variables.      (line 562)
+* LC_CTYPE:                              Bash Variables.      (line 569)
 * LC_MESSAGES:                           Creating Internationalized Scripts.
                                                               (line  51)
-* LC_MESSAGES <1>:                       Bash Variables.      (line 572)
-* LC_NUMERIC:                            Bash Variables.      (line 576)
-* LC_TIME:                               Bash Variables.      (line 580)
-* LINENO:                                Bash Variables.      (line 584)
-* LINES:                                 Bash Variables.      (line 591)
-* MACHTYPE:                              Bash Variables.      (line 597)
+* LC_MESSAGES <1>:                       Bash Variables.      (line 574)
+* LC_NUMERIC:                            Bash Variables.      (line 578)
+* LC_TIME:                               Bash Variables.      (line 582)
+* LINENO:                                Bash Variables.      (line 586)
+* LINES:                                 Bash Variables.      (line 593)
+* MACHTYPE:                              Bash Variables.      (line 599)
 * MAIL:                                  Bourne Shell Variables.
                                                               (line  24)
-* MAILCHECK:                             Bash Variables.      (line 601)
+* MAILCHECK:                             Bash Variables.      (line 603)
 * MAILPATH:                              Bourne Shell Variables.
                                                               (line  29)
-* MAPFILE:                               Bash Variables.      (line 609)
+* MAPFILE:                               Bash Variables.      (line 611)
 * mark-modified-lines:                   Readline Init File Syntax.
                                                               (line 306)
 * mark-symlinked-directories:            Readline Init File Syntax.
@@ -13059,46 +13149,46 @@ D.3 Parameter and Variable Index
                                                               (line 323)
 * meta-flag:                             Readline Init File Syntax.
                                                               (line 258)
-* OLDPWD:                                Bash Variables.      (line 613)
+* OLDPWD:                                Bash Variables.      (line 615)
 * OPTARG:                                Bourne Shell Variables.
                                                               (line  36)
-* OPTERR:                                Bash Variables.      (line 616)
+* OPTERR:                                Bash Variables.      (line 618)
 * OPTIND:                                Bourne Shell Variables.
                                                               (line  40)
-* OSTYPE:                                Bash Variables.      (line 621)
+* OSTYPE:                                Bash Variables.      (line 623)
 * output-meta:                           Readline Init File Syntax.
                                                               (line 328)
 * page-completions:                      Readline Init File Syntax.
                                                               (line 337)
 * PATH:                                  Bourne Shell Variables.
                                                               (line  44)
-* PIPESTATUS:                            Bash Variables.      (line 624)
-* POSIXLY_CORRECT:                       Bash Variables.      (line 634)
-* PPID:                                  Bash Variables.      (line 644)
-* PROMPT_COMMAND:                        Bash Variables.      (line 648)
-* PROMPT_DIRTRIM:                        Bash Variables.      (line 654)
-* PS0:                                   Bash Variables.      (line 660)
+* PIPESTATUS:                            Bash Variables.      (line 626)
+* POSIXLY_CORRECT:                       Bash Variables.      (line 636)
+* PPID:                                  Bash Variables.      (line 646)
+* PROMPT_COMMAND:                        Bash Variables.      (line 650)
+* PROMPT_DIRTRIM:                        Bash Variables.      (line 656)
+* PS0:                                   Bash Variables.      (line 662)
 * PS1:                                   Bourne Shell Variables.
                                                               (line  53)
 * PS2:                                   Bourne Shell Variables.
                                                               (line  58)
-* PS3:                                   Bash Variables.      (line 665)
-* PS4:                                   Bash Variables.      (line 670)
-* PWD:                                   Bash Variables.      (line 678)
-* RANDOM:                                Bash Variables.      (line 681)
-* READLINE_ARGUMENT:                     Bash Variables.      (line 689)
-* READLINE_LINE:                         Bash Variables.      (line 693)
-* READLINE_MARK:                         Bash Variables.      (line 697)
-* READLINE_POINT:                        Bash Variables.      (line 703)
-* REPLY:                                 Bash Variables.      (line 707)
+* PS3:                                   Bash Variables.      (line 667)
+* PS4:                                   Bash Variables.      (line 672)
+* PWD:                                   Bash Variables.      (line 680)
+* RANDOM:                                Bash Variables.      (line 683)
+* READLINE_ARGUMENT:                     Bash Variables.      (line 691)
+* READLINE_LINE:                         Bash Variables.      (line 695)
+* READLINE_MARK:                         Bash Variables.      (line 699)
+* READLINE_POINT:                        Bash Variables.      (line 705)
+* REPLY:                                 Bash Variables.      (line 709)
 * revert-all-at-newline:                 Readline Init File Syntax.
                                                               (line 350)
 * search-ignore-case:                    Readline Init File Syntax.
                                                               (line 357)
-* SECONDS:                               Bash Variables.      (line 711)
-* SHELL:                                 Bash Variables.      (line 721)
-* SHELLOPTS:                             Bash Variables.      (line 726)
-* SHLVL:                                 Bash Variables.      (line 735)
+* SECONDS:                               Bash Variables.      (line 713)
+* SHELL:                                 Bash Variables.      (line 723)
+* SHELLOPTS:                             Bash Variables.      (line 728)
+* SHLVL:                                 Bash Variables.      (line 738)
 * show-all-if-ambiguous:                 Readline Init File Syntax.
                                                               (line 362)
 * show-all-if-unmodified:                Readline Init File Syntax.
@@ -13107,15 +13197,15 @@ D.3 Parameter and Variable Index
                                                               (line 377)
 * skip-completed-text:                   Readline Init File Syntax.
                                                               (line 383)
-* SRANDOM:                               Bash Variables.      (line 740)
+* SRANDOM:                               Bash Variables.      (line 743)
 * TEXTDOMAIN:                            Creating Internationalized Scripts.
                                                               (line  51)
 * TEXTDOMAINDIR:                         Creating Internationalized Scripts.
                                                               (line  51)
-* TIMEFORMAT:                            Bash Variables.      (line 749)
-* TMOUT:                                 Bash Variables.      (line 788)
-* TMPDIR:                                Bash Variables.      (line 800)
-* UID:                                   Bash Variables.      (line 804)
+* TIMEFORMAT:                            Bash Variables.      (line 752)
+* TMOUT:                                 Bash Variables.      (line 791)
+* TMPDIR:                                Bash Variables.      (line 803)
+* UID:                                   Bash Variables.      (line 807)
 * vi-cmd-mode-string:                    Readline Init File Syntax.
                                                               (line 396)
 * vi-ins-mode-string:                    Readline Init File Syntax.
@@ -13137,7 +13227,7 @@ D.4 Function Index
 * accept-line (Newline or Return):       Commands For History.
                                                               (line   6)
 * alias-expand-line ():                  Miscellaneous Commands.
-                                                              (line 133)
+                                                              (line 134)
 * backward-char (C-b):                   Commands For Moving. (line  18)
 * backward-delete-char (Rubout):         Commands For Text.   (line  18)
 * backward-kill-line (C-x Rubout):       Commands For Killing.
@@ -13186,7 +13276,7 @@ D.4 Function Index
                                                               (line  50)
 * digit-argument (M-0, M-1, ... M--):    Numeric Arguments.   (line   6)
 * display-shell-version (C-x C-v):       Miscellaneous Commands.
-                                                              (line 147)
+                                                              (line 148)
 * do-lowercase-version (M-A, M-B, M-X, ...): Miscellaneous Commands.
                                                               (line  14)
 * downcase-word (M-l):                   Commands For Text.   (line  69)
@@ -13199,7 +13289,7 @@ D.4 Function Index
 * dynamic-complete-history (M-<TAB>):    Commands For Completion.
                                                               (line 115)
 * edit-and-execute-command (C-x C-e):    Miscellaneous Commands.
-                                                              (line 142)
+                                                              (line 143)
 * end-kbd-macro (C-x )):                 Keyboard Macros.     (line   9)
 * end-of-file (usually C-d):             Commands For Text.   (line   6)
 * end-of-history (M->):                  Commands For History.
@@ -13225,9 +13315,9 @@ D.4 Function Index
 * glob-list-expansions (C-x g):          Miscellaneous Commands.
                                                               (line 114)
 * history-and-alias-expand-line ():      Miscellaneous Commands.
-                                                              (line 136)
+                                                              (line 137)
 * history-expand-line (M-^):             Miscellaneous Commands.
-                                                              (line 126)
+                                                              (line 127)
 * history-search-backward ():            Commands For History.
                                                               (line  53)
 * history-search-forward ():             Commands For History.
@@ -13241,7 +13331,7 @@ D.4 Function Index
 * insert-completions (M-*):              Commands For Completion.
                                                               (line  24)
 * insert-last-argument (M-. or M-_):     Miscellaneous Commands.
-                                                              (line 139)
+                                                              (line 140)
 * kill-line (C-k):                       Commands For Killing.
                                                               (line   6)
 * kill-region ():                        Commands For Killing.
@@ -13251,7 +13341,7 @@ D.4 Function Index
 * kill-word (M-d):                       Commands For Killing.
                                                               (line  23)
 * magic-space ():                        Miscellaneous Commands.
-                                                              (line 129)
+                                                              (line 130)
 * menu-complete ():                      Commands For Completion.
                                                               (line  28)
 * menu-complete-backward ():             Commands For Completion.
@@ -13287,7 +13377,7 @@ D.4 Function Index
 * quoted-insert (C-q or C-v):            Commands For Text.   (line  28)
 * re-read-init-file (C-x C-r):           Miscellaneous Commands.
                                                               (line   6)
-* redraw-current-line ():                Commands For Moving. (line  61)
+* redraw-current-line ():                Commands For Moving. (line  62)
 * reverse-search-history (C-r):          Commands For History.
                                                               (line  29)
 * revert-line (M-r):                     Miscellaneous Commands.
@@ -13431,7 +13521,7 @@ D.5 Concept Index
 * installation:                          Basic Installation.  (line   6)
 * interaction, readline:                 Readline Interaction.
                                                               (line   6)
-* interactive shell:                     Invoking Bash.       (line 136)
+* interactive shell:                     Invoking Bash.       (line 137)
 * interactive shell <1>:                 Interactive Shells.  (line   6)
 * internationalization:                  Locale Translation.  (line   6)
 * internationalized scripts:             Creating Internationalized Scripts.
@@ -13444,7 +13534,7 @@ D.5 Concept Index
 * killing text:                          Readline Killing Commands.
                                                               (line   6)
 * localization:                          Locale Translation.  (line   6)
-* login shell:                           Invoking Bash.       (line 133)
+* login shell:                           Invoking Bash.       (line 134)
 * matching, pattern:                     Pattern Matching.    (line   6)
 * metacharacter:                         Definitions.         (line  50)
 * name:                                  Definitions.         (line  55)
@@ -13533,115 +13623,115 @@ Node: Pipelines\7f27522
 Node: Lists\7f30781
 Node: Compound Commands\7f32656
 Node: Looping Constructs\7f33668
-Node: Conditional Constructs\7f36190
-Node: Command Grouping\7f51129
-Node: Coprocesses\7f52624
-Node: GNU Parallel\7f55313
-Node: Shell Functions\7f56234
-Node: Shell Parameters\7f64689
-Node: Positional Parameters\7f69417
-Node: Special Parameters\7f70510
-Node: Shell Expansions\7f73974
-Node: Brace Expansion\7f76166
-Node: Tilde Expansion\7f78870
-Node: Shell Parameter Expansion\7f81828
-Node: Command Substitution\7f101591
-Node: Arithmetic Expansion\7f105123
-Node: Process Substitution\7f106139
-Node: Word Splitting\7f107250
-Node: Filename Expansion\7f109697
-Node: Pattern Matching\7f112963
-Node: Quote Removal\7f118689
-Node: Redirections\7f118996
-Node: Executing Commands\7f129227
-Node: Simple Command Expansion\7f129897
-Node: Command Search and Execution\7f132008
-Node: Command Execution Environment\7f134455
-Node: Environment\7f137906
-Node: Exit Status\7f139812
-Node: Signals\7f141873
-Node: Shell Scripts\7f146805
-Node: Shell Builtin Commands\7f150106
-Node: Bourne Shell Builtins\7f152220
-Node: Bash Builtins\7f178788
-Node: Modifying Shell Behavior\7f215239
-Node: The Set Builtin\7f215584
-Node: The Shopt Builtin\7f227541
-Node: Special Builtins\7f244596
-Node: Shell Variables\7f245588
-Node: Bourne Shell Variables\7f246025
-Node: Bash Variables\7f248536
-Node: Bash Features\7f287234
-Node: Invoking Bash\7f288251
-Node: Bash Startup Files\7f294680
-Node: Interactive Shells\7f299925
-Node: What is an Interactive Shell?\7f300336
-Node: Is this Shell Interactive?\7f301001
-Node: Interactive Shell Behavior\7f301828
-Node: Bash Conditional Expressions\7f305592
-Node: Shell Arithmetic\7f310806
-Node: Aliases\7f314138
-Node: Arrays\7f317275
-Node: The Directory Stack\7f324362
-Node: Directory Stack Builtins\7f325162
-Node: Controlling the Prompt\7f329610
-Node: The Restricted Shell\7f332498
-Node: Bash POSIX Mode\7f335383
-Node: Shell Compatibility Mode\7f353448
-Node: Job Control\7f362458
-Node: Job Control Basics\7f362918
-Node: Job Control Builtins\7f369199
-Node: Job Control Variables\7f375884
-Node: Command Line Editing\7f377118
-Node: Introduction and Notation\7f378824
-Node: Readline Interaction\7f381179
-Node: Readline Bare Essentials\7f382370
-Node: Readline Movement Commands\7f384181
-Node: Readline Killing Commands\7f385180
-Node: Readline Arguments\7f387206
-Node: Searching\7f388266
-Node: Readline Init File\7f390512
-Node: Readline Init File Syntax\7f391818
-Node: Conditional Init Constructs\7f418651
-Node: Sample Init File\7f423039
-Node: Bindable Readline Commands\7f426163
-Node: Commands For Moving\7f427704
-Node: Commands For History\7f430075
-Node: Commands For Text\7f435468
-Node: Commands For Killing\7f439596
-Node: Numeric Arguments\7f442387
-Node: Commands For Completion\7f443542
-Node: Keyboard Macros\7f449241
-Node: Miscellaneous Commands\7f449945
-Node: Readline vi Mode\7f456508
-Node: Programmable Completion\7f457488
-Node: Programmable Completion Builtins\7f466228
-Node: A Programmable Completion Example\7f477968
-Node: Using History Interactively\7f483316
-Node: Bash History Facilities\7f484000
-Node: Bash History Builtins\7f487738
-Node: History Interaction\7f494212
-Node: Event Designators\7f499165
-Node: Word Designators\7f500746
-Node: Modifiers\7f503053
-Node: Installing Bash\7f504993
-Node: Basic Installation\7f506112
-Node: Compilers and Options\7f509991
-Node: Compiling For Multiple Architectures\7f510744
-Node: Installation Names\7f512500
-Node: Specifying the System Type\7f514737
-Node: Sharing Defaults\7f515486
-Node: Operation Controls\7f516203
-Node: Optional Features\7f517225
-Node: Reporting Bugs\7f529608
-Node: Major Differences From The Bourne Shell\7f530969
-Node: GNU Free Documentation License\7f552392
-Node: Indexes\7f577572
-Node: Builtin Index\7f578026
-Node: Reserved Word Index\7f585127
-Node: Variable Index\7f587575
-Node: Function Index\7f604991
-Node: Concept Index\7f618989
+Node: Conditional Constructs\7f36220
+Node: Command Grouping\7f51293
+Node: Coprocesses\7f52788
+Node: GNU Parallel\7f55477
+Node: Shell Functions\7f56398
+Node: Shell Parameters\7f64849
+Node: Positional Parameters\7f69753
+Node: Special Parameters\7f70846
+Node: Shell Expansions\7f74310
+Node: Brace Expansion\7f76502
+Node: Tilde Expansion\7f79841
+Node: Shell Parameter Expansion\7f82799
+Node: Command Substitution\7f103445
+Node: Arithmetic Expansion\7f106977
+Node: Process Substitution\7f108156
+Node: Word Splitting\7f109267
+Node: Filename Expansion\7f111714
+Node: Pattern Matching\7f114941
+Node: Quote Removal\7f120667
+Node: Redirections\7f120974
+Node: Executing Commands\7f131240
+Node: Simple Command Expansion\7f131910
+Node: Command Search and Execution\7f134021
+Node: Command Execution Environment\7f136468
+Node: Environment\7f139919
+Node: Exit Status\7f141825
+Node: Signals\7f143886
+Node: Shell Scripts\7f148818
+Node: Shell Builtin Commands\7f152119
+Node: Bourne Shell Builtins\7f154233
+Node: Bash Builtins\7f180806
+Node: Modifying Shell Behavior\7f217733
+Node: The Set Builtin\7f218078
+Node: The Shopt Builtin\7f230075
+Node: Special Builtins\7f247130
+Node: Shell Variables\7f248122
+Node: Bourne Shell Variables\7f248559
+Node: Bash Variables\7f251070
+Node: Bash Features\7f289978
+Node: Invoking Bash\7f290995
+Node: Bash Startup Files\7f297582
+Node: Interactive Shells\7f302827
+Node: What is an Interactive Shell?\7f303238
+Node: Is this Shell Interactive?\7f303903
+Node: Interactive Shell Behavior\7f304730
+Node: Bash Conditional Expressions\7f308494
+Node: Shell Arithmetic\7f313914
+Node: Aliases\7f317246
+Node: Arrays\7f320383
+Node: The Directory Stack\7f327974
+Node: Directory Stack Builtins\7f328774
+Node: Controlling the Prompt\7f333222
+Node: The Restricted Shell\7f336110
+Node: Bash POSIX Mode\7f338995
+Node: Shell Compatibility Mode\7f357355
+Node: Job Control\7f366365
+Node: Job Control Basics\7f366825
+Node: Job Control Builtins\7f373196
+Node: Job Control Variables\7f379881
+Node: Command Line Editing\7f381115
+Node: Introduction and Notation\7f382821
+Node: Readline Interaction\7f385176
+Node: Readline Bare Essentials\7f386367
+Node: Readline Movement Commands\7f388178
+Node: Readline Killing Commands\7f389177
+Node: Readline Arguments\7f391203
+Node: Searching\7f392263
+Node: Readline Init File\7f394509
+Node: Readline Init File Syntax\7f395815
+Node: Conditional Init Constructs\7f422643
+Node: Sample Init File\7f427031
+Node: Bindable Readline Commands\7f430154
+Node: Commands For Moving\7f431695
+Node: Commands For History\7f434162
+Node: Commands For Text\7f439555
+Node: Commands For Killing\7f443683
+Node: Numeric Arguments\7f446474
+Node: Commands For Completion\7f447629
+Node: Keyboard Macros\7f453328
+Node: Miscellaneous Commands\7f454032
+Node: Readline vi Mode\7f460602
+Node: Programmable Completion\7f461582
+Node: Programmable Completion Builtins\7f470322
+Node: A Programmable Completion Example\7f482062
+Node: Using History Interactively\7f487410
+Node: Bash History Facilities\7f488094
+Node: Bash History Builtins\7f491832
+Node: History Interaction\7f498306
+Node: Event Designators\7f503259
+Node: Word Designators\7f504840
+Node: Modifiers\7f507235
+Node: Installing Bash\7f509175
+Node: Basic Installation\7f510294
+Node: Compilers and Options\7f514173
+Node: Compiling For Multiple Architectures\7f514926
+Node: Installation Names\7f516682
+Node: Specifying the System Type\7f518919
+Node: Sharing Defaults\7f519668
+Node: Operation Controls\7f520385
+Node: Optional Features\7f521407
+Node: Reporting Bugs\7f533790
+Node: Major Differences From The Bourne Shell\7f535150
+Node: GNU Free Documentation License\7f556579
+Node: Indexes\7f581759
+Node: Builtin Index\7f582213
+Node: Reserved Word Index\7f589314
+Node: Variable Index\7f591762
+Node: Function Index\7f609178
+Node: Concept Index\7f623176
 \1f
 End Tag Table
 
index 4a6030a13818c638df479ff471b561f07bdf724c..18a67ccd6553b3d69a5f9c0357d25f156d258011 100644 (file)
Binary files a/doc/bashref.pdf and b/doc/bashref.pdf differ
diff --git a/doc/bashref.ps b/doc/bashref.ps
deleted file mode 100644 (file)
index a4d1b8e..0000000
+++ /dev/null
@@ -1,23253 +0,0 @@
-%!PS-Adobe-2.0
-%%Creator: dvips(k) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software
-%%Title: bashref.dvi
-%%CreationDate: Fri Apr  5 16:10:55 2024
-%%Pages: 203
-%%PageOrder: Ascend
-%%BoundingBox: 0 0 612 792
-%%DocumentFonts: CMBX12 CMR10 CMTT10 CMSL10 CMSY10 CMMI12 CMMI10 CMCSC10
-%%+ CMTI10 CMSLTT10 SFRM1095 CMTT12 CMTT9 CMMI9 CMR9 SFRM1440
-%%DocumentPaperSizes: Letter
-%%EndComments
-%DVIPSWebPage: (www.radicaleye.com)
-%DVIPSCommandLine: dvips -D 600 -t letter -o bashref.ps bashref.dvi
-%DVIPSParameters: dpi=600
-%DVIPSSource:  TeX output 2024.04.05:1210
-%%BeginProcSet: tex.pro 0 0
-%!
-/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
-N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
-mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
-0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
-landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
-mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
-matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
-exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
-statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
-N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
-/FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
-/BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
-array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
-df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
-definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
-}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
-B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
-1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S
-/BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy
-setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask
-restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
-/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
-}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
-bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
-mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
-SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
-userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
-1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
-index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
-/dir 0 def/dyy{/dir 0 def}B/dyt{/dir 1 def}B/dty{/dir 2 def}B/dtt{/dir 3
-def}B/p{dir 2 eq{-90 rotate show 90 rotate}{dir 3 eq{-90 rotate show 90
-rotate}{show}ifelse}ifelse}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0
-N/Ry 0 N/V{}B/RV/v{/Ry X/Rx X V}B statusdict begin/product where{pop
-false[(Display)(NeXT)(LaserWriter 16/600)]{A length product length le{A
-length product exch 0 exch getinterval eq{pop true exit}if}{pop}ifelse}
-forall}{false}ifelse end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{
-BDot}imagemask grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat
-{BDot}imagemask grestore}}ifelse B/QV{gsave newpath transform round exch
-round exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0
-rlineto fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B
-/M{S p delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}
-B/g{0 M}B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p
--3 w}B/n{p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{
-0 S rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
-
-%%EndProcSet
-%%BeginProcSet: cm-super-t1.enc 0 0
-% This file is generated from `T1uni.map' and `glyphlist.txt', `gl-other.txt'
-%
-% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ;
-% LIGKERN quoteleft quoteleft =: quotedblleft ;
-% LIGKERN quoteright quoteright =: quotedblright ;
-% LIGKERN comma comma =: quotedblbase ; less less =: guillemotleft ;
-% LIGKERN greater greater =: guillemotright ;
-% LIGKERN f f =: ff ; f i =: fi ; f l =: fl ; ff i =: ffi ; ff l =: ffl ;
-%
-% LIGKERN space {} * ; * {} space ; zero {} * ; * {} zero ;
-% LIGKERN one {} * ; * {} one ; two {} * ; * {} two ;
-% LIGKERN three {} * ; * {} three ; four {} * ; * {} four ;
-% LIGKERN five {} * ; * {} five ; six {} * ; * {} six ;
-% LIGKERN seven {} * ; * {} seven ; eight {} * ; * {} eight ;
-% LIGKERN nine {} * ; * {} nine ;
-%
-/T1Encoding [
-% 0x00
-/grave
-/acute
-/circumflex
-/tilde
-/dieresis
-/hungarumlaut
-/ring
-/caron
-/breve
-/macron
-/dotaccent
-/cedilla
-/ogonek
-/quotesinglbase
-/guilsinglleft
-/guilsinglright
-% 0x10
-/quotedblleft
-/quotedblright
-/quotedblbase
-/guillemotleft
-/guillemotright
-/endash
-/emdash
-/afii61664
-/perthousandzero % PERTHOUSAND ZERO
-/dotlessi
-/dotlessj
-/ff
-/fi
-/fl
-/ffi
-/ffl
-% 0x20
-/uni2423
-/exclam
-/quotedbl
-/numbersign
-/dollar
-/percent
-/ampersand
-/quoteright
-/parenleft
-/parenright
-/asterisk
-/plus
-/comma
-/hyphen
-/period
-/slash
-% 0x30
-/zero
-/one
-/two
-/three
-/four
-/five
-/six
-/seven
-/eight
-/nine
-/colon
-/semicolon
-/less
-/equal
-/greater
-/question
-% 0x40
-/at
-/A
-/B
-/C
-/D
-/E
-/F
-/G
-/H
-/I
-/J
-/K
-/L
-/M
-/N
-/O
-% 0x50
-/P
-/Q
-/R
-/S
-/T
-/U
-/V
-/W
-/X
-/Y
-/Z
-/bracketleft
-/backslash
-/bracketright
-/asciicircum
-/underscore
-% 0x60
-/quoteleft
-/a
-/b
-/c
-/d
-/e
-/f
-/g
-/h
-/i
-/j
-/k
-/l
-/m
-/n
-/o
-% 0x70
-/p
-/q
-/r
-/s
-/t
-/u
-/v
-/w
-/x
-/y
-/z
-/braceleft
-/bar
-/braceright
-/asciitilde
-/hyphen.alt % HANGING HYPHEN
-% 0x80
-/Abreve
-/Aogonek
-/Cacute
-/Ccaron
-/Dcaron
-/Ecaron
-/Eogonek
-/Gbreve
-/Lacute
-/Lcaron
-/Lslash
-/Nacute
-/Ncaron
-/Eng
-/Ohungarumlaut
-/Racute
-% 0x90
-/Rcaron
-/Sacute
-/Scaron
-/Scedilla
-/Tcaron
-/Tcommaaccent
-/Uhungarumlaut
-/Uring
-/Ydieresis
-/Zacute
-/Zcaron
-/Zdotaccent
-/IJ
-/Idotaccent
-/dcroat
-/section
-% 0xA0
-/abreve
-/aogonek
-/cacute
-/ccaron
-/dcaron
-/ecaron
-/eogonek
-/gbreve
-/lacute
-/lcaron
-/lslash
-/nacute
-/ncaron
-/eng
-/ohungarumlaut
-/racute
-% 0xB0
-/rcaron
-/sacute
-/scaron
-/scedilla
-/tcaron
-/tcommaaccent
-/uhungarumlaut
-/uring
-/ydieresis
-/zacute
-/zcaron
-/zdotaccent
-/ij
-/exclamdown
-/questiondown
-/sterling
-% 0xC0
-/Agrave
-/Aacute
-/Acircumflex
-/Atilde
-/Adieresis
-/Aring
-/AE
-/Ccedilla
-/Egrave
-/Eacute
-/Ecircumflex
-/Edieresis
-/Igrave
-/Iacute
-/Icircumflex
-/Idieresis
-% 0xD0
-/Eth
-/Ntilde
-/Ograve
-/Oacute
-/Ocircumflex
-/Otilde
-/Odieresis
-/OE
-/Oslash
-/Ugrave
-/Uacute
-/Ucircumflex
-/Udieresis
-/Yacute
-/Thorn
-/SS % Germandbls
-% 0xE0
-/agrave
-/aacute
-/acircumflex
-/atilde
-/adieresis
-/aring
-/ae
-/ccedilla
-/egrave
-/eacute
-/ecircumflex
-/edieresis
-/igrave
-/iacute
-/icircumflex
-/idieresis
-% 0xF0
-/eth
-/ntilde
-/ograve
-/oacute
-/ocircumflex
-/otilde
-/odieresis
-/oe
-/oslash
-/ugrave
-/uacute
-/ucircumflex
-/udieresis
-/yacute
-/thorn
-/germandbls % or /germandbls.alt
-] def
-
-%%EndProcSet
-%%BeginProcSet: texps.pro 0 0
-%!
-TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
-index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
-exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
-ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
-pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
-div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
-/nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
-definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
-sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
-mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
-exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
-forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
-end
-
-%%EndProcSet
-%%BeginFont: SFRM1440
-%!FontType1-1.0: SFRM1440 0.3
-%%CreationDate: Wed Sep 12 2001
-% Copyright (c) 2001 Vladimir Volovich <vvv@vsu.ru>.
-% See the file COPYING (GNU General Public License) for license conditions.
-% Converted from METAFONT EC/TC and LH fonts:
-% ecrm1440, tcrm1440, larm1440, lbrm1440, lcrm1440, rxrm1440.
-11 dict begin
-/FontInfo 6 dict dup begin
-/version (0.3) def
-/FullName (Computer Modern Roman) def
-/FamilyName (Computer Modern) def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/Weight (Medium) def
-end readonly def
-/FontName /SFRM1440 def
-/Encoding StandardEncoding def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] def
-/FontBBox{-178 -319 1370 944}readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846A97B686A97E45A3D0AA052BD0CE60552BD63101D7CDBEEF5B11
-69C468645FE4ED1AF2541AA0770C1DCF81623DE0ECDF49F2B522618F650CE6CB
-CC8C21885DD61AF8A523AA677EAEDDFA51A1F9B1885EEE0456196D634E04EF89
-F17499DAD982502ACC349B9EEAAE4A71A73D1147318C60A8BAC10510DE90D8D3
-F46E47295D27129A5AFE0C65E22BAD10D06885A2EE623FF8E1D90287A083E00C
-EF25195F68A2A98170E4875AA6B96583CD5632BAD9EB3D511DF934CD36447A31
-D420FA313B5721C37085F478B27E13191957AD30B8B082BCE733AF8402AA3B7D
-EC69807BBAA8142AF1CE151D99F5A59AD18798F94781EFAD48BEC8C62C05C56A
-336D71AB584F6DF014C56523108606FADE931125496247870E980A65AB33C0C6
-D5B074864D0F58CBE333EFA1201AF335FBDBFB1CC8B1294856C250F222BFB8BE
-5DE74F808904F7678552F213C674497F829E96812D340939F73737731D289801
-54E5A8F7F5067ACD9D768F4649B51E54513F2F7878141FC719627C23FC5FBBB6
-3F663343D902E95C56C559B588088227B22378FAAB29392FA62933283D2FB2EA
-FDAEC6C1A94ABA0B5BEFA1E728A2052434BFBF6D9759D02A2C6092D4EF794241
-CC28BC939A424AFA193F96530985EE89E2731F6A99BC84C6551A3FEA1342509D
-D389F786C8EAF972B8C98B79003B6C71E6696518BE4CAD2A317C5D29621031B4
-00A035445D8CFB67D6C136B3F6D82396E11A3679BC82498519C27601236F1FCA
-073DA7817B529424CAF49A0AEE8FF7520C0F204A3B1725F46C2C6953C20E93B6
-2F3EED0EEDF87A350CB841516107D9571503A3D62A2F81840070D43392160783
-D111F3463760EBE634515DA1A1B6C3A5D14FC475F277BAC792FB69B4219E9BF5
-E6F8520584096A7B7BFE439A1604C2BBBB9140A4F4728B4B553A27E1AF52181D
-701E90C4FBB16EA8DB39B562E5A2932D45893081D52E020A1FCBC44DC204F4A5
-BEE47F9D25876644CC856B1FC225B61124B89B896C39CDAB0ACCA8277F827382
-6F58A0C8456DC41217219D894B42968FB2EC75D5518B6C4413BAC889532F0B0B
-A8D728949CEA00D4A1FD757B3A2336D472842ACF8EB9869044947C67D9AC7BBF
-7386DDE209A8DC9F18085952818F67FDC6088D9C8BC51BA6DC0FA37A0F81EDB8
-6F259FA8C0FA3D55BC44529889E72E407C89ACF658631A0508FD7991088644B4
-C958031B52421F9CE73A0479A3175231EFD9E0F7A7B08380E9BAF015730B175B
-93C380D1D0F3EB929B7182691BE7E2116CE295CA4331ABD7ECAD7D2DD46FE3E0
-5D3893ED100135901FD42B4E11BEB2689A13E86F1E68635DD81E5A720082E802
-89B440A111B2CDC6BFE79E5B2EB0C528FA0E958F0E981EC29C3B02A9186D7907
-A0CC29251E567958BA95DE609A421581433DD50AF96A82A5ADEFD1C9540D87A8
-D74A7709AF84AD36753784ED8267D3C2521A32C7A9D5BE01E0AF3B349200639C
-90C8BF2E26920AC410A9C5D1EB85C0ADD16BAA83B6C0BFE82483D3B719DC19AC
-89155140691E3E37F861C53A6F39441B5F229828B198DF5BF6286060DCB64433
-F43499E4AB973F84655311A644ED0921B41B9AE7A8060CB1F45E824FB3497C63
-0A13CB5902294E66186E4496A825447734DF4AB581803488B912E7DCD6007527
-B4CFDC5AD5D1DB430007AE929F969EE332CCF235DAF977D387E47BE0EE337118
-8CFAAC0907E16B0BEAECC3B39221867AE6464BE9AB4CE591B2E24B45AD2C70E2
-A183065810D6AC3DE8EA9F66615113F1E683A4475CE5817491ECBDD4A4818AED
-EAFEAB8B93FBDB335D02FAF9276958EFAEE1057C45D313419D195068076D77B2
-C0FF6EA8D6F3F0A899D17E04B8B2141EE335
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndFont 
-%%BeginFont: CMR9
-%!PS-AdobeFont-1.0: CMR9 003.002
-%%Title: CMR9
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMR9.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMR9 known{/CMR9 findfont dup/UniqueID known{dup
-/UniqueID get 5000792 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMR9 def
-/FontBBox {-39 -250 1036 750 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMR9.) readonly def
-/FullName (CMR9) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 12 /fi put
-dup 44 /comma put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 55 /seven put
-dup 56 /eight put
-dup 57 /nine put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 72 /H put
-dup 73 /I put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 82 /R put
-dup 83 /S put
-dup 88 /X put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA
-0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93
-51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71
-7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551
-E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078
-0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273
-C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9AF72336CC4AD340
-15A449513D5F74BFB9A68ABC471020464E3E6E33008238B123DEDE18557D712E
-ED5223722892A4DAC477120B8C9F3FE3FD334EACD3E8AABDC3C967C61FF003B4
-B10C56D6A490CE9594D57A2D431B9E5E10FE3D8832E227A7087611431ABCD029
-85F4865E17E17F8CFBD2CADC97E0A8820E3ACEC873F31464466A9545E967E53C
-DBDDB8478E69063FBB891566BAF88B7660A4405B16834761F041CCF7650AF955
-F9E853AA9F5F4382E1FE7D0C5BB4023818A2383F91249D48CE021250EC9EEB1D
-2835E18FB73026250B32A8849067D5E2258797C917F998F2D4121D96560C5FB5
-B5D3471216639A8671B6DFAC5E3554EC36D9A72518525A795590C74DD70DA3A7
-78BFC43E51D6F2BA52F17D4DD00D389D3983EC54912AFF73684A8A7E345537B7
-E62361C04A47859DA084BC72EA53512DC54132EB2EE671793603015652EAFDE3
-41C4B6B679BD60AEC5153EA0D2200CB1D097DAD770F5F31E6FC475A225995277
-B867B731D5401E2D02B85BA85158C80FF7E2BBCC42B98AC867E67D25DB656072
-55A0D32AB7AA483A5A9686CEA4E2B3031D90D84DB3E2DEE7706C91BA81CB8DAA
-700E5F61E07D6998C9552C81B66FD10A10033D49EF3BCB0FF22ED0A3737523C9
-8F851C61C4BF8A213BF6EC70C956AE48B5BD276CC0437C72BF6515B10739919A
-F00F6ADD2798CB211668842349171A5AEB0664D2C44397E55A4A9EBDF54A3EF4
-FBBCDAD9DAEF4B0CAEF7112FA828F2F8D9F633D37E5516AB5ECEA87342EF8DC4
-3A50548490F5BC9A8A1F98AC7AEAD9D913BFA10CA86D73AEB5BACC1FEEFDCC15
-B3655522CCA2C772E902FAB2A6FC153597D52763EB44AB7489FF061F7F58E8F2
-AEAAF4D17F36CBFC00D3C653F335D14240C87DB4339DA9D30A5BD1F502BC9013
-461B9DB2FBEEC01BB18990439A0E9CA6576BC9CF6B1A3DB9386C4A5D4AA6A5DC
-CFA45FB75F22E10ECB72565DB441A194902C91427B4F676E531C661F7A2C3C85
-CD534D1C89B6779B2EDC8E44667B992C20C70B663BFBF680A6CF4383EB7CA26C
-4D1F06B5EF4025BBE65795F1EDB5CCB97050872D6C07BC2974F905ACDB7A765F
-291365D6C8152153E7F017A25FB4476C60FD9EAF9A121633DBEAC32F62850223
-D6418566AB350F90F4B35F19598478F76B63E347D4C61E203D4DB8ECB9889181
-C387F4B663A502C638761D2782BB96EAC81A0108D7BD6938F67FEBB69218D115
-D8E89CFABCE15C6ACC7FEB983332A51A6A73CF4E341574F366713D7FB29956D9
-9BF238A87483D37E526A2EA2F101EDD34E34CB92730DCA7235AA0027189BE405
-2DAB4AA021A30C28B26C50808E1E965C02F6212EC7C72F5683339425A7739380
-A422E6191ED8453AF0CAAA424AE44DFA7CC5C2F6EAA8D73A5101D8E9517DBCFB
-2858D0E8ECB7DC430EF23A9E4428CB7DED8D035D6050251AC101A2D0E884721E
-2F21E573F948048BB8FF888911C508CC198BD750083B339500C426AFCD5634A6
-AAAC1C7E91249667B231BBFC64B4317192FE07FE9DA0DDB5E517D097AAE46577
-9555F29D45C67CDE9812CAD03F220B20519F2FF32DCA56A554D4296FE2D1F3FB
-B209B5270E0E695EA5A0EF1144957CE045881AEB8D05D72CE57F4D34617AED67
-0D3AF0472CD8D60933651626550366E300E72A9C89ACD475C2E2ED9BD44B472D
-9DAFE943F8E02A6DC38E447EED964624C37C3130E48211CA279BB6A0BD59466B
-42F3D89B5746F29E084E22CF58395AF0F29E55113F3A3F2F52CB3A6DF3D026D0
-C81754B8E2E4A15F6943BE9D0087D5166060734FD07C4C57D7C7D90E8C9C1F35
-623CEEE3ABAE75E1A18A1E3B50B7266BD2D8E812CFEB4A46B856885B185640D6
-B9C22179551002B94282F57FB433B7FF157D2F0D240836B72AF4A331668AE5D4
-E6B85415F4E8B9D2F9AF90FAFAA0A3866DF417CA5A31348CF9B41B8F5F4D2F97
-CCF7ADE851B5E2E2F6E319AAF5792EBB9DA2C6AA8B73D889F3CDAA42932CDA7D
-07A7E59183CD89520DDFC36E5D513BFD8AD0886046585F29B4D7F42CC0C27AA7
-53915AB1167D292FE91957E94A57FEE2D49C20C9070ECD736BDEE0F046E60350
-EA539DC298156A4E0D019E7D481FDDA6861E20678516AB80ABEC1F09B126BCB9
-52E8272A06BB6DD87ACFC423B4A4FC9A3DC8DCAEBB807C5F748F1FF8B17B8B88
-F426206BF1B7B7D239D26BC3CF0776C467A98CFBBCA5FB6145D5900137ED19DC
-D002F10704AA680EC753C22E29AAB15712EF22AF73D80820A1EEE953463D4EA3
-81FAF99518D4FD0F862A324FC44C4B9542A92C5B60CC983CC8F647CE5BDB4D6D
-B92B380E0E5F7208A9CD91FA9A469548162C761C1BA05AC9D60B766764D821B6
-B4E17F56CE455F06EA1EE2D38FE47581746C4C5FBA63AEE2B58E877D1A8FA83A
-31C972D53B64E92EEEA147426A92CFBF76FC614119C6E9C6476FD6A069C803BF
-E949FBE50B5AB1F1463F9747E8D353F7BBD991C4F90F920BC9407D8E24720293
-846D052214E60390C3CB926D38C83AF697425D80C2B4FC4706615B905516B733
-46ACA325CEA68FB21B2D17CF0B68BA4DF249368625CF83441EDBF2B86C957C1E
-44CD722BD2537CE84FBA07EC7AE15C840041B9F7F3040072E6084CD55B301C08
-A64A53BD4D3DC30DCAC6C152F316ABC59B8EE978793EBD568849DCC2A75A495A
-BC83470D503F8E389F54B4A4A31624E83C601B43AC1E52CB811FAA7CA6B644A5
-1AE0BFD4FC774C9C9DFC2769ABFA9C83F900BE2DD4010416053A1D4874E6ECF4
-D86E44B4CAB15D53E5630C144B0C15B58DAAD785BA298B1893D1B09BA5D40344
-6678FD2D17FF6674433C976D6DAC659175CED26139967C9B2B9CFFD78FC2570A
-E5142141C2888DBF2DC8503F9137CE7CB21A1EBC2D65BF33FCEFBC85C9CB736E
-24E8595CE934AB032CC70BD6A3B0F3BDBFBBE185512FDB7BE3D4A6620478453E
-75D044BF770B44C9741E31985E6DAF5A318D7BED12B02A4BCFE60D25EF12843D
-EFC9BAE2A3F2EFAD66D7858E83EB46BB09D2FF8AE9C43844A7001C86ED97AF51
-C511E3A89A1BE349FF5215D1A57843EF51456B9838133846F19BE79AAA5C1AB0
-5F400E5E8E7B0BF96EFCA3B8F0894BE589F2C9FB6C97BD16D38F0A237CD4F034
-099C41F85C7E2C7BEC8E02C4F327306A53B4B48B26A8926670CEEF96F6DF2281
-7C2DAD99EF8B81BBB777227C2475AE7400DC393D9C0445E925DB1E955950F7AE
-53E9AC4306794239346A419F7B5DF4168382EF5956B81F83BD4BB7635B3BCC84
-7D84D05AEDC02D14675D777CD19B08124001A4F4EA96990D96000C082A12F00F
-7FEF793A7FA69D56D3A38D012168C5458B667190AFE80E02C816CAFF0A71953C
-D80B085CD286027E2FDBB05452AA762FD7C813B2E19A79C74190E04E746C4933
-CE1E300CAF5DD53B08110509BDA404EF07FA1BC5224BF1205DE8E0C3276A13DD
-866675103B960C5F36644F96B4FAC16F5D6E91F74629B318FCCC8E8CB13EB76B
-B0B7B90718D913A52A04732EA3667674994A325A7973C601A7DDD50F658E0826
-ACB8E53D4914B0274AED98D7BC3B2B7F9D48A7ECC2F8ABEE05CF2C4F2B90360B
-B7DF779EAF3E103D1D83EDBE32DDA873768D8C37DC10A5354A94B4153049AD64
-FF3E0BB51AB91D7C0B4134D8731CD0270DAAF19BED9EAD800A14B65B68EEE89B
-40DD624111670DDC7C030DEFE0D1B96420E249332445C155BA96231C88E70643
-D526BDF3CA1E05FEE72CE2B881CFC01ED780C10E89F0828AD55FE29043BC56E8
-2750A6DD15AADD54492F6092618F4CC6A31766B17FC60766D18C307EFC9BB787
-39047DAD6B38419EFBA46B4E2C932F97451FE78AD75FA90DE409FC6DD46585D2
-1941F5ED47A8FBAEF5A917A240959E8D9F9917DEA3247D9CAE6BF7A88DB4C4A4
-F9F5A6DCE542420A032FF3392FE0F3357B51F884D6181583A554F75B1DF192E9
-253CC828FF06B0D992D5316435980B044BB191508C7C45CD90F797F88856424B
-14A5707459C50EDCF3E3D8D1667AAA83015405354CE744C66D9A5728F29E0085
-6DBF740717FA0799E3BCC4ED7841588B496A5E549B953A7FD288B4A045DB611E
-E3B2F35963FF18ACCB1C968BEEA2CBF52B3999AAF89A05320BB2E97F52CFE06B
-9F10E3A79865A3059A957F97972D80ADF678A36E2B586C101FC6AFA4D137C13E
-EE7102C9B8EF78CB057F8B7476F146E8FF5C897FD5503DD198128CFF7B5FB339
-FAD0AF0EA967F77B07B367A4AC9F668F8BED99B98E87FAC750EE045602D76C3F
-289FC9D97694C96AAC0AD1BD3FA94DF2CBCEA24B40F47B9B59E54EECEE7AC4C3
-A3F5D19160E4C1EA830D57FBE10D8D46AC5CA0260F22FAA45236F0F542BEA9C5
-5A88F878F68B36114E0573900C65E305462B22A3429A17C7A567694414DDDA46
-5F30542B8FD4F00F6C295B2E8D3A986B953D96822DB2ECD48E8BB1763434E652
-152EF3717F5E7FA10FF0B01D9F64E22C5DBD7254629658887BACEC0ABDE972EE
-67299FB84A05B3EFE22B6976DB4CCA384232DDAE38C31623A4E39EA2E82C1EA3
-BBB68F1A7DBF405DEC37CB7203A895C36A44BD2D63F45B3888AF91D37B510A59
-3C921BB44DA620892AD87B665F69F6FA510B071ECC403CB2BE2F54B3969C9E88
-713244BC97C1466DA8216DA7600C221E7E7EF5C789D2E12B36422023A03E11BF
-2790FD6062FE6BF62F5010A92F0A104B76E255A0975E04F6F20F760881BDA7F5
-D834D1D328B6EC19AA7D5E5678A84C74C82553DBE8BB5765E84F5A8789032143
-6020940B4B8D45FC3433D356E28C25F42D0C19F911213D85951B2B00D01B77BB
-A4C72E964F9D95422BEDE582A05CD52E03D28A996E6CC8FCD910CBAB728073F9
-F9FAEED5470FFA55930447C5BA816F826F983D53EC9941EC8364B3060FD74C95
-26D4F5CA753B574FD2FA4D1D333785241D8741B79E628BC852FDC35478C5ED9A
-C1BE88C5EE7302816E65C12B58EA16FEDD4672EB3E24B6EDAD5DCE263BA8A970
-350B651E5A9F3C281D85BC3F44EADD0D93402E36489BA5185E7D388974B0B700
-70575188BB610CCA20F081E2CBDA13DCC6F72567962ADB342E02C1E763B673C5
-F7384E24C6E1730A3A790D690A2103AEF88E0C1D4480DC9B25E5C8C9E1919C95
-F83320179B4C7C4A26D559BFB24D7D596FB73758C9990C451E77FCDDD17763B8
-9C30A9534E3CB6680D3D419D4B70B0B0A0D160FCCDE169714E373F65B7144CC2
-DB9A44E041211E1517D3148E65A2486CBE5E74E625261CCF65392FB4F3091473
-F9E8DF327D59A58558E5C9F7190DB577D5DC658F5E36258291C708B3D224653D
-064BB6079F91293FC733710893AD1C96169B30CBFE4E9D52E7EFAE4AFEE68FEF
-1AFD5E7E9DFCE8DE332B0FDC0514F9B3090AC85BBFB527FD8034DD33E9576325
-A8769AE09AF1BA792447DDD932B98FC9486B39E0B04DDB3EFB7A30DA0940B33E
-E27490E0E841E87B1C90E5248A91742ABEDC10F43A8AF0F9C5B4A4930B1AADAF
-01874B9AC3B8D0DBECCDA6CD7E96471FAA15CB7F8A599C5746327CE392224C3C
-40BD60AF97BCA6FF6FCAB2FEA114D7300B89E91C3BC92D5B3E2C83BB37992D8C
-72F661EFD0AA034C738C019DFB79BF40651A1A34BC1EB9F5AAF58F8B3DA32645
-24AFF8636486F08BC21533B5FF7391B0679A78DFDCB03DAF6BB7475A1D51DAC1
-EE4BE9B986655D1FDB6936445EF99B58B303FE79F11275EEA96A9F6808EA8775
-D873D1052FAC93769789C700F20EB2ED6D15676F6E563A769CA9298E463FC311
-83281483B1C953370D196727A6A0E66D32D9480AB1B6DCA77868C1A2D5DB6483
-5F31EB6B18EEFEF1CDC31533E69B0AFC6B30FC9912DC89BAAEEADC30BE14F448
-1A6B70D36A5D9B01799BEEA686066114910842D022EB464A9A1E8F0A5628BA69
-AA9A1925CCADD44703BC67A89F3B48E4680726DC4360274185CF3C8AB747A8FC
-4B928AD62B092EFE48B01E33ED756DB696171FDB775396BBA138E056F71EDAE3
-7A1E4CC272B8418114B0E81DE0BC43DB3C133167344488820A92DF10FFA26FB9
-65FCA2C87D302E956DE6B4FE145145440C83DB43A68F8B29A592B127BDF49063
-B7F11E155CD4CAE305525BEA56B7C412A6260426407BD892A3F2B444AC3421E6
-FB6E6425EB5C3053C5644666B80405530FA0012B54557327C98E0F4F064099A6
-4ACAAFC1870359C1B6FBE7606BB8A26026AE20C212210449905E628AF1B20490
-8CE908B7EF3E3DB551C85AEB0F7FEB6A8D215B97998E5DD9C7CCFB2A9402B8B6
-1770D4023777D4B45A73F471355353412C51D4CE71FAD1E0AFBD87B5F86307F3
-10D0B94F1194EFFB64AD5DA54A4200490F609CA8B912E149F8217ABB1E9EBB3B
-C4470E7365CF5E1E761AA1945044B225BD53D142F6588C50E0644740F7DD55E4
-8F73201E5354A8BC78339211AFC4935F44701FBA043AAC4BA4698E9D7700029A
-C79F992F62627C91EB855F64C4B251718FDA71EDAF082A0C7B00550949D617A0
-7071FB14F05620CCF2180941341D8E60FC88823438FD728A4042AFA8B853107F
-852F631518B61B234565291B5D5B89DA818DEE3AE3B68A2869DFA63255CC882C
-3B16BBA08FCE3632E57FF7A07F857A1F0FDCADAB39D77960BD827CCC8661A997
-648BF5BEBC0FD2286C2A112A8DEB9CCB6330A049170D5D68EEEEA011D3EF3EBD
-855236B9380087CBBB6BE24191F728B7EAC5B50F7A547AA0989B7C7D3437DBCE
-1669341264E290646F2C8C5A3ACAAC7CB63DC692FAAE13E9B40E8BD39FE16A0C
-1660CE66872D061056C04DDDC265C024BEF8B7E3C3AEE76FE5C9702002C28BE0
-B180295EE00E567FA2E5CD1638226D24A7C732E1BD8103B476EF5702768689C7
-D4FCD47F2AB94A2B1FBAE6ABF87B09E7713C773FB65CA83F7318035B332B9F99
-24A2C8897527021321D003AAD7C273E4BFA2710B9BB26C2CFD3D9A5D7ED1096C
-552D50028AE2476FCD6D12A5D0A897521313ED1A3A8456A70C16EAA50A3E6733
-6DC89FEC56AB54A579EF264377A103939D5EE00A90B4F2206D0023AF9491FBE0
-800C6540FC945199E20E945F46CEEA2E885F6800B9DF042BCEF4291A4B1A62C8
-6A7ACFF872B25FA3AE69E0093F3D0FF13A3313430C06F1AF94D500431566F659
-E8C859A5F80F5BD2E85C8E32603D3745628E8FE6FBC50FA68F9C3811A2BEFEA4
-5852CAE2AE5AAD3230ED050593BAD0A9581EB7B327C6916B8FC348F4C23E6FA2
-00FA28AAACCB3091C1D83F7BB88672A53A2EA3B8C7C24374E400C57F0F01019F
-E52D5C47F389D4C9AF126F4080F9AB8D1C8F470932BBECCEC72A9796F6E965A4
-82057DDB43D68298A00880D4C2E2496F26F015FD83C5549215753459310339B7
-6B2961EEEE74DA31FEC8E2BDDA42D4080A32372AC372524BDDA580EF6634ACE3
-128C69D04D890DCA337212B109585C665AA83EFE47D5BABC2627A86EAD11BF7D
-744176652C7F9497785A7A06A994ED8414BBE8B26E74D48CB83FA24AAFBDD507
-84A90195EA3D77BCE8C2BEDDD1DC52E8164DF15D65B916EBDF3A8A76849653DF
-AE3CAF9561AF3B705F75B9E5DFD6758DB65A2FD54683759912E0D0035CFBCD86
-5C7018E5F1DFB86B739C4749DDCFB2F40529E1F15174DF4AE9833958B66ED869
-920CFB9524F05AB2FA84A4AC41A02490699F277A3B4ECC3C31ACF79E884B979C
-AEFF660A8EEF118C79F8DA266F89F32078B1C333DFA5264D6B64371276ED4DBD
-5A2DF213D85A56B1CA85DEA53ED0299C1FA48D463B11FC9A0751C986CAABB184
-829B1133CA8422DC11C6CEAAD463FEB468FC7AA2DDBE2E708D27D89164B12BD8
-B9A71A1D06D2FA9ED0B02168B32F6CC0FE765F2AF8A19C7196EE55648E642184
-BDF993C99EF7C10AD2A7962DB9B7851E6EE24A0C53475186BB44083AE18254B9
-F1CEA0B66A6581C81DE19DA8EEC9330A030F3384C1DF8216E5A25FB38C1B94F3
-403C3541593A016CB5FD306F41F40E82D4561EBCBF76153BDFCF338284348755
-0208360C5842FCD6B2D614387575B6E49F4B5A4DA281A352ABE8B76CFCD94A00
-1C586D19B68D965BD8D7EF0DC87271478CB4D0D1633676A2FC51B36876002A9B
-F5D632ED778BA9EA1C3741FFCC15AEEC11C8E1544DA7358473325812E50C2135
-84ECE7DCE281956681179C09C0E8DBAC5E4424AAD00FDA269BCD6412F1D6DCE0
-2BC7CABF85AE803D620F5140C63DAC4B0E5F7896343973FBB99486B93B6DB58F
-38ACBE8868CC58B3918C1AB4406FBCC7BE8496C78C9D628716BF1E306AA802D4
-5FAC522B1EE90448387DB8E85235FFAAF3754E2317B693D567A488753993B8C5
-DA3C8FA50A35202958FD0BF2900A6CE175920C2EC7CD449D4DB189A50958BF17
-644345CC38250088A694CF0F482ECC55ADCD02E17B3CCE66213A6163B8B44C9A
-89068E3B5301D2364F85BF9DF7C77342796363A7B6B294CE26DBB9179DC15756
-E1B32CE919AF44BC79A3AA8FDF6118345B2AE03F3B11D57D9AF50EBCF7152E37
-15510FBF60F16756FC674E2BF58E88CAB2CA2E8B47F50096C51179684331FD61
-8B34520C9C7D01E1511C924FA76B3CAF79501E0AA2C6E1EC6F00CB6CE24B4123
-F493B149B5A5147EF6BF1EF3CD21A76945B95082E1FB3C5A150D8AF793348E8C
-A988354FA46E3775486A6999E022EBE293E8396C8F9416929607730606CFA772
-BC8388BA5D64B79E52DD2048ABF21661121A001E6A75731B5DC43CE040396BD7
-B85603C8A0F37E522FD0CBA63C454B12960451CE65A69F98FB2FDBAE725C0999
-05FB68B4C1D320F5F3D61FA8446BE6F8BC46AD9CFA5674A3EC73B8F3419AF9EF
-7A1A3C9EDE3BD6359902D4B5F3AB4E3FF9CB2E1937937AFA182C651985703F20
-FB70E37AADED6345EF4E83CB140FF92310BACFBDA11F2CD5AD93AA7563D7426B
-0D4B6CF9B669F9A702956CA845E3814E4B5491E58F8C89714229942165A6E8E6
-58982D89C4FA7BC557214BF9ACE2C63AD88F2D1B18A04F510211687C35AA1F7F
-D2003D4E60400B95E70422024A7111D926F1B5A77074910710594B95680CFC4D
-911FC16B928D9644340A9D2382767FE6AD453E8E4CBF19F77D3DA2934B11FC95
-A6900C3CA3F2B6AE4290A005F908305CB37700680D76C4999AFE509B18305D28
-88C36292D6DA208A8D42F8B81FDEA7E93EE59D6AF3F1A3522EE91BE71BC655B9
-79C49B033A036E1FCD94FC581AE732A224F055503CFC69FBCDEA39CB00DC8A0B
-4BEFED99CFC4E44ED51DEDF9EA825FF6BB97D316726531CB4BA083B033C0B69B
-8068D5D3E3E31DED5F6267439F149549A6E12B00BA85818AEB491978364D9F7D
-7375CBD6C5511CC846D0058BD2CE5467EBCEACE5CBEB2D33AC8E12A84CA620EA
-99A0ED916B7770A056F6A9C361CD5118B5DDB10A5A4E643FFB8FC5DCBACDCB28
-696E26D030C5918548AD8B87E21E1B4BAA91AF23663CDE350A21C2CEEFD28947
-BC07BB49404FA39F251E36B95B7338EF03F2E63FBE0E023452097F21931A2599
-4EBA7BFA669EBEDC0F5B33375DFE6DB1638D19D4B5112B5338B14C93F707D340
-056B2B75AFE418EAF9CD57ED842F7B5FFF037B3A4B369C63E4DF9F0BDB4E39C6
-C5BE8EDA628F1C6FEEBC9D9886DBE502CCAA86092646094118069757DAC25C38
-2CA53CBA27577BAF2C57196489CBA54B96C650A1C130184A4444CDE2D0CB1A49
-FADCAF1FE3A66334F85FAFB00F142F28AF2D8FEFC29FE8E0FDA448F181040BF1
-62EA7AE75100BA46B49EF30F596CD9091164AF70666E254938BF6A44F01BBD2C
-4160164FD89FCD358E48908BEFBAAC4411B52390CEED6B46D729698CCA8E164C
-F77CEBB50C5254F81570E414B1E9E79269D3B2575E161620CC732C0405A29ED7
-1E5A6597D35B11EE08DC09FC9C27F0126C22C73A0EED657D7F91790777E7D8B1
-EBAFB0EC9ADAEFEF7F6A91A1028E46D76289EB1BC15D3597CFCD78D88B633759
-93CB4477596E28A1E413BE25D513BA611757C994AE812C5A6D9AD3F770499252
-C7F53E585E03B2FF056EECFB7ABAC474A981D757AB3B6F2815E7AA8AF8BBA42D
-4D83EF8A0FE21CA5EBC295042AE5D74E6D05BECCEFDC74ACDD0A59AFDAD3E94F
-141E4BFA04ABEF7E6C43418A5EC54C6E8CCEA1C34DDFAC9CC87DD5E9D4BEE705
-F11B003956DB37B145DDEF022C645C19329E6C04E1EDCDB5F6A33AF1EDB9A17F
-79066B1C3579E70B2D43DD89D1F5FD2B2015FA5009D612781CF4916DD8C7B1B5
-21FF0CFAFCE882A106D356D8851F73635A4E7C81FE0BF6378DC2219BC883E3A8
-23290969A2ACC06A77866A8AB83B39289EB14B4F67511FC97F3BE410B4DE91C3
-54876DEB96AB3C60D1FB17D29172F96E98D3FA77B772C69D17A757B6CE32D2C1
-67182DC41B5E19F31F669A886DD4D08092AFAE132C0E0FF810FCBF937EB3AF0F
-5AF1416C11508EBDE0C0EC1C618CB6F66658D9CA3793D523D224F8C9A8ADF6B8
-16CE7D210FD4771ADCFEF08809C0E9A37170F0C02A9C9907FE38DF8795C6093E
-0DD464FC59313CA7EEF4658A498CFDA9458AA1A86B2A0933182954BFEC58E9AB
-3BF65DEF9BE5289826A7AE0AB0E93D83178049CCF8BADDAA7BCBCCA47F983E22
-3CCBB9D2D522DA2A5EDF409A862A52297FAC35CE11176A8B89671BE758CEA324
-5BD245937C46D52F15241E22F803F77E7B5ED83B6395F5387EA7CA46E1DB1F8D
-239374BE3F4640A6FE06CE65A07123B722523AB913DA6EA385F524940432DC0D
-CE2A2A50539C42DC0942ACC30D372BACF8192645F9943391A602A019EDD69241
-BB0EF67C1C367344D82F5669A75D5234A3FE9312EB4C6BE310722AF8065835F7
-E55443034F04E4B41F321B7CF95EF163231979A8D7D2E7B982D6DE774E8F4CCD
-D846A38D9029028C50A99ECE834C67F7CA30F39F4D1803B3CDF4D19FBC3D1FED
-EA3F72427D13D6C51FB97E417D38E4AD86E93498AC245EA17317EEE503D11C60
-E6981F07798D11364ACCAA0F06E6D748584EEC92720F50B71157AB2887406B13
-491C79A0054F145417D7E4902CBB38AF4DFAB4F84E25985A6FBF308D974457D0
-8FACC57B056749382FD35F7D9CFC58B2616D205CA0328294C7F47AB9EB50E1D3
-56B4AA213B1605985939AA68DEBCA1F50407136AE16196EA910089D913A4DDA8
-079F046AAD1DFBBD36DF39C43CF356E40972D8AE3F044F31320A3567520331CD
-67227812DF611C31DF6C7B420A170B43A478D0678F615AE88B94646F0F1A400D
-3E6FE22E584B1197B373FF2A0CA5C90CCF064A5C8A08170269E967DA2833840B
-BE87A26B8A5C80F8460100D97C17B62BB62F5F4DDF270DCE6C4F08A733EE750F
-6FA75D57A96F5EA3D089D5634FE7C29D6A3DD8206FFAC31EFD273484042313DC
-406A646C898E7FCAB097C6E362CE13741CC04549691C6BC246D9FA598AD671DE
-81A05E8D011A838E3B9F984676E03BB77EAA1B1256C04028801748155A2B5082
-57E9BFA74C3C18BBBDB7458B5AA3D484CA516A265A9132CA6A16A1C6A1E8F600
-9F9368F4E22AC348EBB52736035A4A4524BCD4B2EF54314007FC9AF134754FD2
-C20294DA556EF82639E26A3014F597955B8766C1E317D21E978A2ACEBAAFD25B
-6D27E861E254230360B34431BB58A0037C3372CFDF13DD806DC6ED6B0CA4C96F
-B7018FE26AA64C1D23879F117F9969FCBD649805FE66D5B439F6531E5D841B0F
-43D110BFE886A11CE54869E036D6480F6C6E0DDE33B40D605671D99A6D297C82
-65B1F442602A026AB0B73BCBCE1B098C423CC623D40D679E45052492E5129675
-F1CA105AE94D7BBF162E8B3CFECC63429E866ED4CBB69F25687DB74A330C7F5F
-9727BD3DCF5890FA9BEE5A7BD997433CDD1315850B490DD4EF503BC1A4F30F93
-F032E761C9B4A099ECB96F1DDCE4262FBD75620EDD89659CBC70EE3FEF7C50AE
-CB47D9BD8BDDFB7D5ADFCE11EF6871AB41369A582211BB5680DEE2BC141259C3
-08B73E26815015B99AC3683EDD9EBC880A5A64EA728DE0AD8B038D666955E6C4
-0CB961183309835A70BE28AC86A0C90EBCDE36B2C2F9DCF6E61B27845C048932
-1D9CD3F5E7EE7157A478A9B624C46E044AA050942FF1E15C8553321D36EA7586
-3D4A7CB9D971063AF089F6B2A288A83513B4EE3A0F3CF537633604E31FD22B04
-A7A63C54535D31129C4713E5561100F41F596A2771E3399A84C7798C187AC61D
-359E2181B61DEC7EBB1E38A5B188A85B9E0A4CC22E0AE4FDFCFE8DD776C703DF
-D581E9F3F68DC63B91B7CC430EAE05D7451345EE9928B18947D1EF0907138FE8
-EC9F98CEECEABDB91CE0DC993391632A2993E0F23EDB138C388ED74AA061F4AB
-A9879A48EF233D72C2CC6A976212801677FF31818CAA227205687600362634E6
-380A6FE49F7A3E111B50DC40B97D58A7138BEF9BF2D58633643715D96F09568F
-D192E619E4DF5BAD6E934C3AA1E29579E85127024193F3866F235C58A9A097F1
-56158AEDDC8A1B66777C28E798DFFD2404507A1E793E990ABEA01D772343B3C8
-0258461306AB5112B36455E39B024D544BC723C61AE4756B78B97566546201F4
-77EF79F142297609B74AAF54FBB44473197E0B5A706FF921C1D7B80CBFF03524
-C6C9B37BF5FF366B0D60026FBE01D9A213905B384449F62FFC7F872114C64F01
-1BD76FF84899641A793D10A504F0B56A7500354C748A68EA4396296F0EE9448C
-1997C351D262E9055D2265E4C467FBA11F97E80B6A862D398D341E46212B0389
-08BFCB93BB7ED61C0E4D3BAB05C9A620E78E19342F02A9433B97CF7ACB027528
-E70EA97389D55DDA0FE4BAF2BA8205D3ECD294BC8EC81293C9A11F79C87EEFC6
-C18A8AEEA8F0987BC183C9EED25A91F77408952DDBA65BA715018CDF4145B64A
-393ABA54A176F8DCF83A5238D538B3E7B569229F5C4CFAC3CC9827661AF20F1B
-44A7930D1DA6688FC1B11BAF855E3E994751E9FE7BF4D588816618A022E25673
-F9C2D9D9AD9C6A16CCC923BD9E94E9A916C6561E692724C499F0A49E13762197
-DE52122CCBF93E3505209FF7F66A36780C7492650F4534E5984642BC7844C69C
-0DC60DD6145A5B1662884BB82E4A97EFF6541D10D8799707CA86591BD8CD4CB8
-59BFD8D36AF4D1DCCA1433F20CDD724F3550D88875CDF3FFD49C6F1EA956576B
-A1C64746D10C0EE07644371CD7FA3388C308B0E20918061607730E92A11057C2
-27303C387E163212DA3C5EE8952BD9F7F328E35D7AD3CC0FB84943ADB0BAD7E9
-6B4426FA53EEA4F2155359CD3F8E8DD5F0A1FB0B6C8F6A83F5B8BB179FB57256
-57A3DB758AE0F7B0D3A636F09AD0A86BE31303A6F48F2B925B6EF764DE59C3E7
-C995C5422BB61BDD691A5980CCC3639234A7A48A351E67E7ED9F0314B2074210
-36725D5306BBA32DB24BCDBE3F989EC1BB9CFFFDC156280BE9A7F7253F7F4516
-0F368A18CA6B1DCAA5C99693B6B0F593400D09AB18EC8F741091A32E5B5F9BE6
-B628F840E28643A9BF7E24D37E9C39A05BB70479AE6C9905E9B763F23E546A54
-8231D1A6009C658AEA37CA6FD5D2A36604370262583DE5CE3568999E594E5A3F
-4D665BBE80C7109A6FF96A856B511F4251555B7FCFA55FB1F739922F7E62F396
-482ED48EFC10B10E6D68148DE88308307BB7643999890BBBAAF2D11484425A43
-B41A4F2F076CA8D187074F3621C0E4326F7B48D5F582A91763A02CAA769947C6
-A424FA57F87E92EB9B199A540A05D4C65D121321BDD09F99EFFD4D43536EC180
-2A2DA1672CA05956D8737D514B088DCAB5D09C633A75BFD6CD35105A9DE88968
-F46E049EB38822AABEFC6EFC14A693555A7D35BD96764D7B915E6A1153A9F5B3
-84A79D547CA8DFFCC4D1F1C168EB6EF6450DC470DBE0A72D1264EDD2375C69AE
-554AB2DCC7F966F013F0A76F0FBEA1CAACBCE1B372F098EB069DC35688E6A4AD
-6F29454E371DA51CEA13A8E8ACFE916389DBCB162CC81964B4ABE791BB71A27C
-51E24E7571CD8FD16BB862199B562E1B9965AD602A77A644E687129A6980F2F0
-F6C1CB584BB8FD1D1A1F8BAA3812CE8D051D23014622A8A508E4296541EE9846
-4A2551A843B6977091E90E9006ED40E62D487ABF2B48633F09080C6C06B390BA
-CEF77C69E858E23547FBF6F22BC51C1C5ECF5430588F006EF7B3DC6DC0B0356E
-CC8F8099721A5E3475857C1F906A11BDADD1FB27B3A8683FBE50BAF54CD4F4F9
-9EB56147DDDE5B5D861CC8B89DFF9502E088AF20947AE7F72BD6F427F617A7C4
-6A3062AF9029071BE53A25E8C329CD0EE5FD191FA2CC3DFD4D623217C5F6C82D
-5FC9661900C111EAD81C6A88FDD47AF5D4B72B0FF9C658139FA478A05EE75DEB
-83AD2C79BF78D9CA975BE573AFAAB5E5F0F01E0DD9ED868BEFFACB15DEF79237
-6E685CEEC76F5884B37F94D8FF36D3FE25A771CE4523D4F4D7D53904683BBF91
-18996F3FA2090CDDAFF660AD63D9B5CABFEBD576C0F8ADA93B13EEB8147C1976
-C0172D637ED71C995EDA78AB85C3654D1441DCB41083C4EF1A123980F96FDD80
-6D4190183B4153BC8BE62232A0D6493D7A17C1644057A21E1AFE7322406F27C3
-94E714925202996554228981A8C39EF9AFB30F5EBCEDDF39DEEE3824D78C6437
-FA7FEE75F3B2280DAC4D76339F99F5848B0BB425B127DCC6EB20C1CA50A5233C
-793276BFA23F8B2CC4E061BD5797563ABCD7DDF79BF0957436A26D32723EE772
-AA63FC5F282FB238676439B1868946D59ABA007C5C5A2100A0878AE07DEA3CBB
-B14FF6E4F69F2A443D7551A6BEBA2C1654E3A8F3058DA2DC0A26CA05C8724013
-39D3B730E70893F0AB453F43DD2E802A46CF66A3E67CAAAB0C4357F167FFC174
-A9BF4E1BEBCF56DFAE9C5A76577FE0AEB09A738E6BED9E62BDF7BCF5B624312F
-E48B9DE428BAF38EF9AF8F450CF90E8BCF452D1888C42CEF8BBF2A75953E1F64
-AE35EE604F03199852323AFCCC72CCB2C20C489F2514BF347BBB5930BD425888
-6FF69321A007E21D77F57367F9D41E5D0E01171E96EECA01175F3F85A946C621
-9531EE5570189773AEC2E9D9F2AE5E4CEF742E80FBF22B0A3D4C56D825689D81
-6F6186E00B39E9054559F4C05D35EEA024C8B2AD71F0573BCD1B781F31BB44E6
-FDCE0787C66554093121FB5DCFBF83F06092DFF4E1FD10E6195ED375F9B4AF57
-0186238CFBC277EADC64675C7A9F2F2E17BB2652024C2E9AFBB0D9852D6D4B15
-2ED2EE3374436C58A78EAA552617F8694F123FDA2ED16E7E2D4C45593E0EB4B6
-3257A22F303D0D0AFF77A320967E5FBCCE40BA0FEBB14DCD0649B63A68C6F78E
-53DB018C87D8FF4FD1DD789159E76F50CAE880AAB7850FFD309B0B929A641DE0
-FBA51339C4ED5D050398A37EEAAF4D84EB7223D3557E846123462EB60CB8C35F
-8B5A628A16692B1EDDEF9ADA7C53FC1BFC1159A2290682ABA5888506482FC7C5
-26A27CDAE23C5D7079FCFE42CB1BCAF8358886B08585872528C6699442358D53
-FDA54CBF9A6D5AFA19450A5D394D209570C970679BB11806423E7A451D7811AD
-6284843A4CBB0B7591646B650BDB39E17C6344F846A2F3318CABA7BE6BEE67D4
-712AABD80A4623DB2D797B9D109B7403C46659EA299C8274CB49E9D31A0A9889
-5747621182A9986751141890719C900A785C4DD03C8476C2A3DDF1FC85441D6D
-089C7C126A72D8950A453C8C40CF92FBF4107DCC4653E836264BD29F584E1B73
-47B9234FDAEBF0768968BB1F75871DBC0C39CED01611F823B6A17742FF4C407F
-6E514DA20DAB72B53D3752B3F2CB8AA720A3F1A4E71938DEE47821E16E97E0F5
-32C9F57335B12B0CEF6B20917C1CC06F035E23F93B6376BE83467C23F0B3A687
-57D9616B932D6BBBF181B6DF116B3D88E5B6B4327F84A16DBABC9ECF4562A96E
-D89A445409AB5599175743E559E9C642361DA758611C0D56ADBEE0B686AF487A
-EF7EC4FA9CD87239886968B7FC3144313F5F9B90D1A76E45718DB65D2F44D123
-81189F26088D950335E085EB3BB1BDAC3AEE5F5A1AD7C44BD119D04693454422
-CFC2855C6667E64CD8FCC76088F3DB888DA386CB77A060B52930576B80E6CCE1
-D393E689AD64D9A3A3BB37C0EC3CF9286488CFAB18D656E1A0F1B078BC8F5D63
-4B56A82578844BE89201880C0863BBF7F35F1983FBC70C5D6372E298B877E6D9
-89B3A60FFCD876C5372605CF2B5C6E3EB4642D14C75DE75DB264111AD783D49E
-F63C3CA3B6D27A2BDA9C9593E6AA5C0A851CA1B8420249B8A3294664BB8025E1
-EF9246BA8D12186C6EBFF3EAE52B4169832CD1E95EFC52F70F0AC1C4AD47E661
-80997CAE243FD5F4B924C597F32E0FE4E32BE29C6063F4813DDCBB96F25955AE
-2E691AE1A7268B0592C934FF2AC5B6F7F54C8858406D1204EF17B09C3CFA171C
-5FD08034D00EF30FE2276F9E1C0788FF3CFA161EA1B9F233991B949E21942DA0
-B1026B5EF71B85BF1393E114FEDFD47189BA3DD480D3633A8A208DCA897150A3
-C47EAA87B8789E7D57543973497D119AD04F4E3FBFC5DC7741FD7645CEA76742
-8F2F551AD179A45C361D5B314692CE4C4E5A571583804F35D3A45A941C46E168
-68844DD4CD99284F2580E45DA23300B47C10B666E1F7B5C25B8BC054ACD1DC44
-12668056ED2E045E777D11836A5BFBF6B1C79AF48659C57910472C8232C37447
-328185C6FFF6CE1E24EB9D29D0B21E6F40BFA843E2FC6DB59A3A576EA7C26F0D
-9275663D03ED3AF206727909CF6E82B1916FED911C5390D4089E33E01D3A3580
-EE8A6D35421297812C7250FAFA6B333655B2A249BA8489146EF66CD31BB734F8
-EC289D5B6541A15D423BA486E7D173676282FA6A12DFAB03FB706DBF0A2C0332
-DAE3E859146D2ADCC1EEDF29AB5E98A4B4085F8F312CE94E5448F93653A44AEB
-1DB10210A1EA1597064BF3BDC2BF8BE227B8E0321884DC1B2C1F426370929D30
-22D72F8329C8DEF5D80E6DECD597158968F60F4B5F910537749E1963C161DBD8
-83D94CC3C7A334722545D617B9A8586489D5B866429D9130E785AFF3DB7F5AA6
-571A01DEF40E75570CC9F48C4BDD044C5D9412683C282406BF2C5DA0B0661528
-7834CECCAF019ACA31D27C4865A11BB664EA1BE6377A972E76A05F12E697569E
-2C400B018F1EB7BB747BD91DE1557E8B85F890A983D5459EEC773DC0CE99B403
-B15CBA9EED2EA4887C7961E8B62C566CAEE124F329F21BAD56E8CA6ECE16A249
-6256504DDF5C84F5D1222076B4DFA6FB430D2142ECD3765B65DF8A6C87278435
-45E4C826C1922E357DF688EB6F4A6AFB6438D94F7E3C444C0372B7C7CD26AAF5
-6C7B8A44EBE6DD58CE6F878747F7E59FFE8F680661EFDD36DFC4771EECE0403C
-F83B20412E006F32870ECF167167974906F99BA655BB23E5E26288535A4AE670
-D3D087F96E076E060AE6A3544570264FC780DA250805993A69D237712BFFE3AD
-E587B70D2970692918D3F80E38A769697E98EF5D034C9CFF6D8387D95E16AF89
-4B558561839DD96439349C745BA98D28DE129BA9334EF36994171DB9F358A41E
-C1E7CEE3DB6B8CA16E93ED1DABD8C89AB3BA454C20F201D24895D2F2186B9079
-B15430E6742BCD6DBF54A4915CA100B043B341B489F9AB72F5AAB8546E1B2704
-E4E8D752DC3E90B1B153A78CD30E00B87B9E812693BB5F8A72BE121FE861DEC2
-EFBC76D20201C0357C93662F6243AB7C003D51B1B3E4C94830361C81B606C747
-6FE16472E5FF087A25540E66BDB10A7B23641E893396A1BE38C102EB4C391648
-DD50D074BC2B3A10AE6E3A2732C5A94DE40547D21B7F9DC11635B8D6D6AC72AB
-4048758EA9F043295973B44B0917B14A8FDDB152D47E92731762B5FBE7E2D424
-A9BCEF2D296B3D8F41E724B6FA037540C465A087037AC77F1AA11A8AFA6B6E1C
-8960CDB46F764CED85F36A34D12AAB1B6722910A9233134C1544DFFB42B98D2F
-83A97B3898EC57DC07EC4BD53D01E467AAFE50DCFF7135DE13ABF0B826558D66
-5B4FC5862C48A5ED474B3F7BE7EFAB84D141BC92EA5AC299AAA26A6AB4C1DE9A
-AF8EF838CBB14C4959BEE5928DC77A84786A0DE55B91B86290651481CB528085
-AECE1722541CC470971F6A2DE7F4B116667189630CA8CBB78541807DBECDE55A
-D5CACBC8BF7AE4100130E499ADA3521C7D59FFF2ADC8826FB85A4B8A7F6A7B5B
-ED19E9C421D8873270FF623B39A4DB33ED21A32A6A282597595C1FF9E849CC85
-F7AEE01F8CBB21F75660B5520501226CD6B872E116BBB746FB9DDD3B3C545175
-0F4661041FA2A8F5EC7601C145AFE3DF783F676291A3BFE672C743CE2254677A
-646CCF082F592F8A2B074ED57BDD4AF9A5DD8D11C86694CFF16A0C67D1FA1C92
-6653A957054357BB9EAEA4C8988599D7B0EB635C03ACD63463EB8F449FDDEC80
-EA43FDD1B6CAB14E3D9B0C2AD3E118E0A0BEBACE1F893939E2DFABE6BD99BAC7
-96083DFF40B552F469AF20D34A434E48EA180BFC8E900F20992601761DA723C6
-1C37176DE8455D0D9D563CD165FF48348F3B5401A5F192F9FED4321E5E765DDD
-824ED3671F21A449D9A623264174B5D64904CC1B10C10AA482E25100F764D76E
-E73A630AC8A559DE6C260965DC16BA31B46517ABC20C5C3D89FC6FC187D0303A
-516C7A2C1C5462E313DAC0C11EAD5D7E771B42B468AB101F284BB94A82432278
-D77E799D2E8F968EA055EB2512EBB67607569173BD75F5154BD3E8BC74B1991E
-5224C3930CBE1E222A4568A043C508FDA7B3A9FC07C994D90DA667C78D28EDF5
-2CD2CE44DDBD236316CB70DFD53D179A78A01F3A0243A88B94B69CE85588A85C
-FFD9A23A0156293DF9A3F5FD01DB8E1674D691E7ECE78E5767271185C231EBC4
-5D91DE1ADFA89EC1A8FE743062D934120AEDB02006FE70DE82F5EE24B36E829B
-0BF2BB312BE578CC81F4F4DA811E6F25DA2D82173620AC20966C9AAEA2819AF9
-0EDE7FD2EA43F7C02A52DBC4E3E91F287D115B835646E53627A041F700D5B631
-1C9236501F2717B2BADA21C20CD9BA48F7BAC488913DF34E5B8679CC4BA71F87
-0FA9968E9D00C5D0CF8AA0FEE7DFF80131C8F5736361C016BDFCD85E28DF8239
-8DE792BC87B0886EFF1D313EFA13D6486478E6A52F5B6383CE563FF948DF4B8C
-33F95133650F966B3D38E9AC0C61C47527193CCFA54EC6368542691480DEF9EF
-0B74E4382CD2D7EAC72D0DDCF86F9FADED7F2E11C10F992BFD6C74A1AA8A1013
-D317438AFC7F22DD3C7EB64AEB8C8F267FA73F398BAA4434254B993FB12E1922
-EEF8515BE3CDF0BD57C1F0433F9ED466963E0136644C0A4280902C1BE9A86656
-729343D578E0E335407B7D73B9E6657E28675941D76836073E1BDF1768E657E8
-9A06266FED44EB127C0A20650528E3FB33D5771EE49F579C7A70E8231E093A59
-4B8390600524F0198C313F2E6AD936B382098C1BC7FB228F5A647E7EFC382F93
-AF398A0640C5999880057A5619AEAD4CD6BC34F70E7F8B9D5EA6BFCF432C6BBA
-8A23510A0C306C5EA0BB33407C56ADC76892EB7407110CD7D2B2B063F870AFE8
-B1ED86BF1593426FF9CFAB3082CB3ECE1BC3F103E0006B2BA846DEB0A0ADC549
-1AA0D92AA01094F8F5CEFA6C86FD432B40D010C148EFADCB035BEC296A4D6F38
-12406270DE9046C76E80FF56FEE665465BE12AC6FA74C2F4C648D29164248CE5
-8831C4BE49DABD324754CF75DCD125F59948B2B1D1F0E116DF84BD02A99E5803
-1D3309C72875BEF544DC1BD37F4AF566745A2BE93CAD7E55EEF5DB17BA290B5E
-DA86BFE145591C2034BF045006BB8D59AC0B1C585959AAD12B0B50C2A6175093
-3CB5F54B957712912FC0B2BEB6033012D928859F510312EEB5374ED10CFD5C19
-8749731A97AB9DA6A2A63C44A399A1FD09FF17AF1DFE301232A8383A6AC2F797
-40A188F69CD72FFC973B0BA64F7BA901DAFD00F28F986582D9AFE5DA387714E3
-41B60BF69D803539F0A1B0D3D42896D449DF4411348A00C05C38ED31265DD53B
-967427E22F0089F357B5A39B81C1281248214FDD1148F92E75761D4D7D5E8982
-95CDBFE275FE44399FF05DC34245C4BDC38C4F7D265A4F3C1E11717A6F3FCE2E
-720FC5142AF5CEAA75CC1868D172425A72253EE3EF7CB99A09D1E46609E3A935
-0F39505442E1A756FB0AAE7D30BA8D3DDD938D0AB9D746E65349D5705B36F60B
-335DBD91662CD5A12983EE0161F8C4338336575EF6C9C6842E0611331EBB34B4
-DC778CA9FE0CAB8839FD80D19AB95CF070A73CFB99467256F91D37BB669A470F
-C5E25FE5342423A2969CEAB12CCBA86DB276A8ABF9BCDBF377C187CA63BA2087
-FF862833B9F03FFF0132E790064B08913C625E7CEE675C1D4226AD06B75C49CD
-DB8CB63A2D32C57031959F177AC8720313569A540BFD5B31E92EB12A923B7329
-A128E58C06A6A0A056FF16F02B37270C9BC345B8459A7A66E1BBDBAAE72547A1
-D4D7571BD1D23FBA973C096C0ECB08E93EF56EAB20D009C7A1A9F396151964FA
-57DD810E1784731BDCFAC8868F84C666009FEBE9452934099E7DC25EBEDCA33E
-A81D7D49A1FFC7839AEC3A6F621C7170C6BB0F13A2FECBE5A1590A6EA8934E1F
-7396AB950A313852EE08A87B98F103C9E67AB7FBD9641DC4D63B0708B2401D9A
-D2A864D1DB420628B35A9908E9AD019245C30312E8E64819C1D221B964CEA54B
-A195B12E517CF48AE685D2B50D34CB38B685370E762E95455ED521B4D2D9D441
-AD04B19E87CEE1E101E0F6258B66E470A0068EA4ED6AC706D7BB0A4B7A9F56D7
-E166CEB698465FFA3FDD7F63CB9C2F07AA7221BAF32E8066E1608D5CBBC0F1AC
-D7A8460668E59A7C8DF2AD01851199D997CD10496D687413D05E934BBD028721
-EDB1CBB81993265D6547FA78E7BD9D01FF60FA333F90AEAC3B6944D629F5E9FB
-5F8FD93E49E4DE564F9441B83BD8D93D6121C76F8AB0DFE84E62F21C34585514
-CE0C80F8BBCA8E5472404DE3D990015828187F7BDA1D66C324F9217A3AE1C9D8
-6F5AAAA20A7F6AB652BA36971B40C4F0A90D762864F8E2AB4F5327CAB2CD70C6
-F5020B01155F908799EE5B906487A3BAF15579C814D94BA8A38EC38515582A40
-439F347A516379BB54F9770E1449D08F89717E1EC32C305C2D6CDDC35D0D5F8A
-8189D3378D09D6B333C6D5B83CA36C7029FA7795C9DF09EA6DE61362AF79A5FD
-38EA53024DD44FB8E53BDB29EB2BB60A7A284EA01B429DFC9BBD5421C8DF7EA1
-93665459A202289AB7217576CB845E2A1D83EC6693FD3CDE809A0AAB042E3778
-F9506DBA544E1032F690F0C783CD4E7CAA58228247DB04F1FD4B90F3305B0B21
-002737BF3F1DC28217AB98D7632B6F966D9CFDAEF72C2973FF3EFF17E02AD8B2
-1084C5E4DFBCC76B3E1EB7762B965D2D8844A771F08434253A0364120634AE38
-54CE24483F46388CD94601F361FF3FE78A304C549B82F178D204C5E4BE9B2485
-8A39D1D0CE1AF954AEC6B2982EEBDF8A0FADECC33733CBC144576FCA8F58D0EC
-77431B64BE9C9D3744E26BE5FEBF912DA0B16AF22EFDFD92526E9A65431D70DB
-547D241269D266DE9EAF67A24B1EC9E329310DFC31E23EBCBE7FE8DBC78AB553
-6A257514969808E1E79E5AE3C6C24FA363E4F616F52B4724291996DEB52D8E74
-391357477DFD2A594A0B1F10B2831579F4C526B234BEB990A4223F0E5AE15A59
-ADD7112BDE6E257EA454C9E0D439D24E6412520CA5CDD3D5B85EB35934EE5E92
-404C808346B7C97C61CB21908AC35347545F7F426B363175D50AEC231460BD2C
-035BD4A94C40B213D13654E2C778277EE429444F098B2C81D37DF81EF898C799
-E645375E86DE4F00D18B26F303C3102B4E8EFBA1DD6B64E49EA81FB5FF52E94A
-281C8AD2733339FD58E207D80F6E225D53ED62F1BB2FFFE2764F35B80CDFF711
-A3B84DBF388EADE65A4F7E38D6AFAE2DD00E3A161F85F68B79DE87CE4CD5D77A
-73641E1B8E6B355A84740D5CA4E74EB3B245C261F6F769E789C855BC6985090F
-564FAECE25C11FC509D63C661A8E6A8FF1FBE8AAEEB3759CD25FAC35BBEF23BA
-745FE0A1ABA7A477C8FB63968B8AD3F7DA8E248CDA0AD67445B9D6F6FC034B99
-792BE166BBB0781BB3B5BE5B9EF6B3EBD02C01A4BB1AB7FC048A71F0C429B78A
-182BF84D462645F2A11A2A41CB1C94CFEBF17ADBBB9063B4F5D0FA9CDEAEFD14
-FB9E03BD6D5A7737FA1CBF6A7387F84178453B2419CCE7018184E0EAD5F40981
-55A1D215AEB571A861A1F12DFF84A17B142925582709DC5BFB6237C7D37D5ADB
-706179768BB1EAA959137401AB9DF46CD54314F93E31A4CBEC0E1C589134F6D1
-C3D3B273E947D09DEB0704A928571D1468C3CB347EB545040E07D3A670816D72
-764998EC7988C5A25E6D2403382866FE5408037BEAEE7EA98BD8EE300B957965
-5B79E8F4BC6F84E4CB037270D4D9FCBC0008408485D855E67D3CB8ADCF7380A9
-09350593ED80A9BE9CF77DE6D1D4A170DAFE7583CF6851970B14219A3A2B4684
-A8010B4F7B422DD699C167BEE110E3890699D710148550482CBF2BD5CEFBA8A5
-C1B45320C9D0C8838546474830316E1E238CE2704C12D43211639333E9AEB018
-68C7068212A440912FB4E58124325DCC233A8BAE6D634C9E47DBDF449974F42D
-1D346C206E452F1C1AAF76852A3FD5F156AE0FE1DC777E460DFF136FB94A6879
-54F0E6D4825AC0C6F72A71DBCEBBE355BCF1D0A336043325BE80D780DD21992B
-5240312D13CD85C2C2C9F236CCED4F364ACEB22B8712BC0598B75E565BD05A9E
-B579CD12D262FF8114D93BFE09D1EBE2B38C6856938C0224D6D900EA9E3C033E
-18F7C4E9D4954BBF699B4F7BF5424EFBC36C9DAD6A54C1304A425DA7BF3CC236
-CC82139A00874BA953C4581ABC1B6B06567CDCDF78247C090644C8101E0454F7
-37B42EEAA2743D855C90D03A0DCE75EC28AE7765A5AC7888B477AEE2922C1121
-FBAD4188E125B110C216A7AAF048F41AA81E7F32ABBF1A3F597069561BB6470C
-1FA96B179FED4D6781C6F70A343A9CA3D757AD37E73D062970AFC4DD6B54304E
-A9D7F87154801D7DFD1C45E0717387EA331B8A5DB13DA5AFE56B341FE296A775
-EACD862B7D6987BAF4B73B04455341B07BB91830868639DA3FD78C0E570E8CF0
-4E85BA82CADB689E7E5DE5777D0200DBF1691AF7A44D0E3ACB9700B1829AE038
-50566EDDE5A9FDA33AAABD737E5F73FD76FB021805406F8E525EEF4FE985B6ED
-178570FA9B4453535E38C6D3472BD475A07DB82B0EAE3950D569F7D0C16C17B8
-3737B780DA66F50B7F678B8020527277E243001434176C6E8B9B9DAC87139FBC
-30F676E3621F59D2F8F0476FF8C528302C7748CBAEB2997645DC7724FA8588FF
-C2969DD8921AFE6E1773AD1135775DEFA1EFD197C113AD53A656D4B7BC1613F3
-8C56B27578F856FDDA30652F7D6DB38B819D1E536B2745421DAB8F5E21932B7E
-20412937F8668163EA41BF6D7855B884943179FFE4F2C0C3340C86ECFF4B6DBB
-F41CBF9DED39E7BFDABE6AD603FD6202A47536E5102E7181FD60166EB10D51EA
-5729F7FBDBCA979A65A8FE0A387F78A99CC7E41D87E0D791EEC0136BE1A077C0
-19FC4B16C601DED739DF6FE9CEFA9E48997624B7C768FD5259D0766A9C94B0BA
-9FC8336C05005DFEC39BF559A36962F16F21F208F2691705BB19FE25AA2FB0D1
-DB727839FA045A900A0BCC2717A35A2FF401D10B7E504FCE43C58769563D8289
-03EB34FF2A2C34107C0D2F8984ED
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMMI9
-%!PS-AdobeFont-1.0: CMMI9 003.002
-%%Title: CMMI9
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMMI9.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMMI9 known{/CMMI9 findfont dup/UniqueID known{dup
-/UniqueID get 5087384 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMMI9 def
-/FontBBox {-29 -250 1075 750 }readonly def
-/PaintType 0 def
-/FontInfo 10 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMMI9.) readonly def
-/FullName (CMMI9) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/ascent 750 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 58 /period put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5
-45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4
-7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7
-72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E
-BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89
-974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674
-11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBD07FC5A8862A8DB
-7E2B90C16137614CDAFB584A32E50C0935109679E31306B8BDD29F1756946A67
-7A7C2D9BA6FAB9B20A424AA0E6F4BA64C2801C2FB5A1156CBEED0ACB95F697B8
-BC2A6E6AA7EB1F9FD8E3C9B1A16697EE1F0E7400421A7765AB218FC837A49365
-82DC6B2C877A7DA84A81E6126EE96DB25C17A207D3020A045DCDAA064360DFFC
-E3CD50E21ED239D2A6450D04F879A26443ADEB6A20ACC504989876476C7D1A74
-91564FEA1F4CC2C8C8FDF666DB537F315AE1886C73CB5B00E67E7B398A6C018E
-540EAEE98BB8136C4F044EDD63C33431D2CF9740F051DF365A4045D9D8782112
-7BB5D494D9235BA98CF2F30CB119F5A904C32AD04C960C43FC1F5FD8DA7D90D8
-93AFB59F3FF4F796481AE2A7548F948FECFC6C127C4D3F159B08F206AE8C296D
-EE470DB2F879EA79475E029D22D7A8535C09A18689DB0609CC233E5199C02756
-972CC9C94D9FCE264DEE5D75C8D651E4E2D1189AD9588CB815722BB5EE3C379A
-6F31C2E6AE1AE4CCEB29766190AFA20EA937114978752189F1A9F42B39483149
-796FCFA123BA9CCD1D9BE28289660BCAE16C40B5B504058D55CFCBFB4F4E3D94
-DDBF39F157E63946534DA81C018B1C01B9F10DDB55E0A5C2B3985ED1977C039B
-D6755EA42CD09E27751E159C30B93F376DBE61CD3AED34BA36A768F232EB3B80
-E3E6B77C4A48D408217818E398B83D995AB6BC871F20991DF57313D6EB0C793D
-0F28088EBDB7F38DAF7E01AAB3476EC24D7BB38A9889A7D3038D930FF4289B83
-F54A7BE1E2D98A3822098D2E4D067A0D400C20C0B2B4BBD74C13ED1B827490F9
-ECF48F8C3994C1C5AAC9CF783BFA4F307528F51EAB55F961808A42ED53F00C97
-72A432EAEDCFCFB622389BDA707B6ACC9433B065CF29EBFE93AD14B8ECD5F47F
-F073F11822C49B8BE924CDFA6348C3A75E9BB9BF3F31C41716B34794B28CDAC9
-4DB8B087E180A9B3B17680F73D9C12C8D86A922C948093629F5D7F542ED882A1
-692F4F6696865E53E3E2DD43B2D5E8C989CFAA5CA5C4C5999045E170BDE9921C
-BACD6F2863F5553EAB2BA2D4A9034729EC0C4201DE90DA89B0A27C5A5C974109
-4E37BFB3F46B3A506169FB0C68E1CAFC844419A8D261A1FD86A3BB78E33D5FB1
-CFC687A5975987CE45155E5FDFAF0CC5FD5568CB1C26212F92E88255F0549F59
-41B33125946DE43436BEC00804063FBF03EC796E3361B1C852EC3038D107F80A
-9198968265D5488B26D7670B22C2D75EDFFD1B7B4AAFA36DFD94640C9D0E2D20
-5BCA18683EFB91834A3939AB8EB60E2F09655BE003582634C52770DA9668C292
-2E02929D812EE2B0CC65F020064AD5BDAC5F5693B30508F40ED8E20E87149BD5
-8DD41AFF83FD1944804017DC5A04512E593549FFFAE501131CE2FDB65EFD0B8B
-33809CBAEE411B3941C241550B9C30DD28088708F1C0CC3125CBEDCD985EAD28
-03313741F67DB5744A87B381147D5BA70AE1145C27F794854628D87D6C1ECCA1
-749E3465B950175D3C3F40E344297BD92D3190041A4392033A79BEAEAABB8DBE
-CC14E39612F43721CFAE6F79074429221CA588AA2501DE520A464DE157A03AFE
-3C082FAE7628FC0C57FFC61D0330AE6332D20FDBB09BF36848FE05E782D6379F
-64F9C82C45402481B0A35989027F9756BF5A79DA2D96E10F39167ADB4305578F
-90B509B6891338FA1D67DCFD61804AA6621526B2EE4769589A2646581712AC05
-DA6E98D16494F07D612743058F54FEE516BD89A8EC3E03F9D7F905175D3412C8
-F7329077FD6EB25213F3CAC94BA0C3363B759401B6EF7548C7D709F3241D030D
-4EB46A1AE81863C412BDDAEA6084C37143A4C5E41BC646315B1CD09F934186CF
-49D1D8239E363A435307030BD79536B50B723A39DD763DB539F24A10DDA12BD4
-E467339D2D6DB177D6FC539FA77D2DE4118EBAC161E928749F7C753ADEF86117
-58619F1155C563DF2E11ACA8347908B98113AED58FCD0394150EEC94B7F986EE
-88BF7171D208D8F1774B1DD478F0C2958AE372D257E7EDF0F6B5D6059CC4D5D3
-B00FCBD2E9CBE79235B9A5A3E943CC27AABB58728C95C7DBD4F4A1F8A4DA99AE
-7377B0CC0BFBD454794398AE0D5F7281771FFE87B25A819F36E692286A42D776
-01794A43CA9BB30FB8FFDAAF014F909A369E34C2F6C75B7D4EB9DB0580E33F46
-19654443AFF8384B95600B86FF8E41FEFD032355626D60C7507C058EF832DF41
-194B48A36F11082D1DCF4723E21401E0C7447AABFAB4639B26E3D2730E348F55
-53EBFF39CDD03E06E2FA5FB379603C879EDB7E1A10F89695C9C47DEEE52BE0A3
-F446F187AB9D7E93E6F9387F21129034F36DF40605D28FD526AF82CA9D232BE4
-412567F06B38ECCD496EF40A7B243E46C9FEBA4F1BF4B1ECA029C5EC239353D6
-C0B100BF7E7DB33BD1277DE104F15AA19F37340A777741AD1AD693BC76DA48CC
-C6F83CD84591ECFEE375979972B0FAC4C10B625E4BFB261B9FFFA83C31DA0108
-4FFB6377466E9739E0EB64424BD9FC7239C7DD834EC6788A0F97FE714AF92831
-E1BA36A8A9E24739F1DC82DC26CC3CE28C210AA7C569B19E1784D663A0CA4E81
-AFF43E86D6F5F63778847700072CEB77A4EB946DC1F23DBC00BCE773203F76DF
-00F0B085F31420672974DDC642D885E95BA6BBE43E1CA8ABF464D9881CDECC7A
-E98E31B9754C9B72A8BD5CF6D4D214DBC3BA7A0CDF6635953F5AC1E7639C4A91
-C7AECE4C75CA3389C348F656FC2CC96C84C85A926237B6504DB51937C9CFCDAC
-B75C31ED570D180757884E27757783DB2D5F35ECC48C496CDA342D49AA947BF8
-2FDAD2F19DFE8CD1C76A8FA08F33681F3E12E229D7DAB45BE3A3F258B5ED4980
-F15340CF20D965252843E026803E8AEE736EC41CCA82167401977AB719AA2F50
-0B791EEAA82027B3C712D2EB9D14BF8F94FBDE2227609BCAC41EC08DE2BAC023
-28352F913F7DF08D4E1C66E83F764578B22B4EB7191E852B91ADCCB1BCFDB1F4
-E63DFD152E86FA9DE9BC8908130EFDE29CC4401339C05B5B9764CF8EFF14951A
-C6C13AF979546996BF22F2B96D3D585B90CD27DADEC78914DA48432C6ACBDD42
-20EF583FD41F2F6D6D10C3DF7DD077304B5940BB0462656E306CBD91EB9B756B
-7014B1884A36201EC582FC9345C386043DD2818FC301EF78791C1D7854F8FACE
-5DE9801DE9F59D5B4271E003AB897B2EF49501589D681D59CFFD9B03F722EEF4
-74ABD29997515DA3591496B62666744EA76DCA45504F8075C0652D6779DBEAE4
-90430C2945FBD60AD53B51DDBEFC7ED703C418B4B244C8FFA5A3C1B7600C5A55
-3EBDB93C16AC191C3A28EB2279BD3F0D67C826BC6A73D3C0AD02262368AB4621
-98A1605F2887BC5880E1AF2780330E0FD01D7CAACBB0F008A42C427F38236066
-54799594E515B289044BAC4DADF8B3686B4372C5110201221FDA923F131E07E7
-93C44BAD406838BA4D1C277EF74098B8C0EDC41EEDD58C195D7DFF5FEDBF96FC
-19CEBC6C3006DD2CBF76916B4298BB915663C2F61AFD7747E03A03BD7280197A
-9DA590E3D081C6F53DBF94E8D6FDDDD910A70AB18A0F6D48A590FFAB314D6CFD
-E3FB20C1F3C91063F00726A2C13A3D48323F9854839405E5A29D66A43E6E2B84
-A8B3765F1D817071D4D6FF42BC785C2D11AB2B9452F141696CE19C6AFB9777DB
-107D6E22D8CC6C26440BC48248AD8805C4329D46BF433741CB519B21663392DA
-5DC7FC9BF37E5BC396BFADD7263D09F6B4D69594AB386B7BDFCF3BACB97A0E08
-22013E716E642592A20136CF9CFD61D4E515D80E06A4CB4FC9D9B916C93CEA95
-B83B98C48CF36C1D02291D4F5C0419338D64E33C90C90EDD2BA3B96D70FAFE0D
-403A060CFF448D3E28A9B1E3916018465E86095BAAB4706CF7ED350D7C554789
-D7F4FE5F180767DE8739259E68CF142040BE1E2E8C6152DE3417C1FAEA7584B6
-20781DC4A9796431EE713DAC4E713C839D7A4FDC8AB6BFEFFE767AFD8B67FDA6
-943AD387E5D3BCB09039ADB64ECC2BE2620C6EC269E708DD06C311F450099E33
-AF46AEC644222E7DC4DBB9371EE12CFBC4F9B27AB46AD1DA96CE006E1DF8291F
-A550A93026CBFFC1087B134EC6EA76F5E109CDA58FF47338A0039A786A575F70
-B8A03A4F9C8D07A4C856C77D9BCC8E3EAA740172D0C2D0A15BA35C9E5717D7FA
-2691774DDE730BB9D7C70D7AE103DB8D35F3728470C76EBA0E670634E1A0BA84
-2FA102BAD7271DF2680D86A4CA6FC353869987700E5E3FD778165456033D624F
-E9B3E80EBF431ACC934AA0357E824B8AD73E222B510DE8445C55C07C8E5DE46D
-E478F832BDDECAF2EBB11941DCF84CCD887043FAED9AA90D12BC8CA9A0C8D94F
-8D3BF1F80B14B6CAE6BB1C6AA405AA64BB94D5A82CFEA548BA070796A02F9642
-87326D066101435AB9EB40BA9EA9E61B363F5F5E3B924369796E8B78DE3414A4
-2B79C6A13ECB2F34E6299658D07D2B3DEF3D4383CE009A927F0EF5C196652842
-D96B857AB5E905201E7E8BA21A5EBED1FC6863BA9A1A6E5390407F75055E2EEC
-512FBDB3E82CEA13663F1A1944DA072C765D8CED06AB461470C5723BDC1271D4
-4D1D049D3EB131743F1EC9A6ADDAA038ACA2C41D139DC6A84EC3C61AC7F1E559
-6155CC2F49171F6E07CF56D721D9728E87FC7DCBCAC46455A3694C765FE807E9
-9CBC2D304AF37E0F28CCB22F239541B53A4D24D09C662559267467EA487BD33A
-0BEFD4899B581D20582930703A868655C31BE935364CA6A95FBCB22CB714C040
-9718824DFE97929D0482430726CCB5A5307957DD2432A9B6271E849148DEB76B
-FAA290FF6D0B18DC5B76407852E81C105EC6CFAB0F620C6DC9DA555A33C167B1
-430A8BC338BFC7D75B7099CC906AD923FA107C74D3FBB719D77A4E5A685FF9D8
-56424EE4AA074434B809D894ED50F6A60A035C5223EA25DD8983B9B34210DABE
-718D7B2BEB293FF1B63CFB1CBDAFC69552963D90F5E3FF533A3FDBB626E9FAA3
-F3C119E5E01C7BFF832A033C3515BF049E29558B1DAD652F2888E339E67D15AE
-95F9BD14E3253DFE9072B24C0E7E85025B71096AF51C86AECB2921126A43156B
-EC812B32B1164BD9B2B947D503C015616DBF2024F5C8CB3236C1DCA653D661FE
-6B1C19A22D272A176B7F1B7F9E67AF40DB0EFD4940E58B2A050249CA4E55CAF7
-6ACFD84FB46FEF952D18552B3972D79D808B4C263B8C7E1BB647A2D03E102867
-630D5C3F2C917F765A4F6FB8106BA6A9D0093E27A4CB6049C2371287D94B5111
-6E7020776EBD744C6C920464BBBC0AC206033E8240017F8CCB112596ECD7CAFA
-89950CF43FD87ACA750C03A778A37FBCE9C82C2F5ABB135BB02DA8E8C0D24475
-3BEA9D79372D0022FF1ABD378C151417DBC69FE5C9CA38D23A3900E34BF924A2
-90777ACDC37930B67DD44A2E76DDBD9B89598D5F626BFD325A978D277265DA47
-38CFAF16E7FF1946E15F41CA73F7B4B02E5AE8FC4C37B115BC567E4EEEFEFC34
-EC8974B1465AE57759EDDA28DD38A9210871D35D331AE1BE6097C3EC21C770C9
-B25D040B2ECCC3AEB1EA1BF99E0C2C0F192C13BB9152CFCF75332E03F9CEC376
-9B8C285A35F53655BE38713E09AE34BA2DA9C06FA42A6FD2D00CBF2AFD2BADB9
-1571629C65DA38A431710CF5B01FCA68E8B8569922FBC3F9B64A5509B6F677AF
-1B97E91FFFEB6308AB68AC58F9BA43DB5E764021E75B56170EB44C2C0A7DB86C
-62B8982256D3621EBE3DB3994DBF5C5A14CF34B4AF3BD5697F8E3203085DE9D5
-84B0598169760B925463E93DC87CE70AF4C2DF0F4287D2F2069847BCCF7A37A2
-AD451D5ACE4DBCCB2E14D5DF38B226952E7446BF87BEC736EF3D5AE793304618
-D66D3299AB9F9CA1D13F134FAEDF36750046E27706C7CBD8E0877BB6276E5196
-BC2A355D109C0253644918E1CC11B717DE6FBDA201E769812752888CD66268F6
-4ACF4A9449378F9F9923D584BA1B51F33663BE7A306887BC14A37E3C5A4654E6
-531D6EB63DE3946BD8BA95CFB037991174F36D61D842071E6625605CAA350A24
-FE551025D10871FE0E2599A63900C8520EF4911C53A03897C8BEE152451708E2
-43FCF4E700C583A5E8DBCC03BF9CAB864DBD19E1760945DEA0EC0BA38BEA8256
-D3A8D4F70F6685A99C6BD2BA8B412A26C002D76138CFCC7DF6802931E5D97BA6
-0151F6A4C572235B4196B22B7B2D14B32886DF0D2CA8A277ABAAC53B63F64CE4
-E4C088192AAB674497E8AF81961359C389B51F4A257373D907C615030BFBEF53
-DBD99058FD06E352450B658478C10454AC8FC0232B70D5CB916981978053E358
-99D322A07294748BA427FFD1E45C909171017B52B7C742FD77A8560852D819DD
-8DD53211A14D7B2FD11E42941722FD3985D627FDAF87EB57326A0D290B5077D1
-8A4230BEB40523A8565F95E0D44F036A571DB698EDD9D94FEC9512369E5E5E73
-A3CA5C142617944F4F99C0697ED088ACAC007FCE06E5A6EDE7D0E03A3399DCE5
-362271BC31533866BA79FD1FB3F608B22CCD4111FFB1BA35D920A23AD157C6B3
-C3DAE11069D5E46DEDA7158C6478D8B8C0D9DC237CDF0CC6633911673C43FB79
-E4F9B7F27495201E5ADE66255BC2CBE9D9F237DECB62A19D62CB41A1C92432D2
-07F0629E913A71B3F1AAF8B8C5AC66D3C8605A48F8913E39C859E163DB1DBC8F
-0ACFEE80A40B6172032E95A76B752B873FB4DF23CF3A655AF1A1B88C8DC156C6
-190DE72973950565454C0A188A33395FD3D529A88F2B578356DE8EBBC12F04C4
-5B899F667D9E6F3A4EC6DD8DE71FD4C2E2B6D56823EE4E0526679D71FF1B868D
-F261489F06F97B010CCBE640E2F57BA3DC3332B329F7958394BA9777D833AB50
-005E8E9232547104065ACE33396772B0E0BD66D2C6CC54DEDD071E444D8C95F8
-6F88B31E20FDB80F77C83151B7E25BD3736B4F9BDC52EE78C41E9475E5A6D94C
-D348AB42F5E36B4F167D29EBDFBD43B03F77EB296B06A36880FF17D412E77EA9
-F2E7C25FD05E16BEC6732681EA21AC3FF6893B93FC09316A370CDDB86D9E6087
-F6042C3F9ECD742778389170F5F041329782FB9F9702F7533E51F355F71825AE
-2BF4F8FE50D413AC9A20C41B42537FDBE8DDC5A5C793D3760C1EE13716068752
-F0AF10812250BEDFB4D7133FD58F4587BACD572505C84A7D3802D27443175FE0
-0D89C3398B55176D8642AFBAB5CBCDFD6220C8488564B4306D74A58CD2921AAD
-73CF803C754DAC2F30A5324886E273064FA51781D5BC596BFEDDCE3982EA1AA2
-62CA7BAA1B16C6EBB99B2AAC4E6C9CEFB3D10F19987045C4918DB239E6E63D79
-5F44B9D097118D081153AFF96E5EB39CBFBB99A3BE30909F614869031358EB98
-F07A97EA78AE50375941B2474DB46AF3305F2B208D45921F93743A6CB8AC584F
-6BEBE25ECAADD5A789EF60C9F54446687E7B030DA3E5243189F02BA46BFD28B7
-DC14822E136AC7E40CE20458DDBF356488045C95907363864CD6943643BF0109
-EE027A3091C11EA392EA91320EBFEA3B857370AD8EB86D73F035A476F7058222
-E8CDE78CA1AA9EA69A8AA6EBFF3E67324C567B914134DE042D6F8F18A9373107
-536E8D90189917D343F5299024239E2EC1D2D177D82DC8E344A7CF2AC71AEC18
-36F139E7A4EB59A67192BCA9ED0EB25DE13032F6FEAFC3B1F4FC81BB0EDC41DF
-B9EB92618667C59EA499B788CD26C2137D70F1B0AF793AF5AD0D0941F2E746E3
-F5A7F0288BC1EE11E982EAAE763CA422D72FBBC0D754AD58FBF92629DC8866A0
-431213513744DB48E52EFC89C83FEB082588E4F30D7DA77BB598E51CAE7E4900
-5CD570C914EFBA426BAFF7A56FC775ECF5BE13F2C42E51EF96784E5201C0B64C
-074AC229FF0BFDF71E6D5E08D8755D2C12B770B6466A9C9C61C15582DCD2FF78
-E9E74DC2B1CAA344EC0339EBFF92CD2CC1D62E2FA8FF15E7459A83C6CFA58A77
-2F1A40BD276E76B675FD6834052B33BF9190F04DF6AA5FA3BB7D77A88DD5B600
-324C5E28216F47682EC29EABF35BA842BA2294A3D72B126EBB852AB741186C9F
-FC84B12DC4A6CEC08F2D03EE61B65C845841EE17F1B765649A
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMSLTT10
-%!PS-AdobeFont-1.0: CMSLTT10 003.002
-%%Title: CMSLTT10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMSLTT10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMSLTT10 known{/CMSLTT10 findfont dup/UniqueID known{dup
-/UniqueID get 5000800 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMSLTT10 def
-/FontBBox {-20 -233 617 696 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMSLTT10.) readonly def
-/FullName (CMSLTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -9.46 def
-/isFixedPitch true def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 39 /quoteright put
-dup 45 /hyphen put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 58 /colon put
-dup 65 /A put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 72 /H put
-dup 73 /I put
-dup 74 /J put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 80 /P put
-dup 82 /R put
-dup 84 /T put
-dup 88 /X put
-dup 91 /bracketleft put
-dup 92 /backslash put
-dup 93 /bracketright put
-dup 95 /underscore put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE33C33655F6FF751F340A8D6C01E3
-2E02C24E186BA91B34A1F538959D4450CB683EAE5B034D030186901B458D3777
-6B3942BD2E07121385120248891AEC2EB33C4E3A0CF00828D0F130C31A918C18
-979FE94379C648EF21ABF659253E43CD1253866F157F1DF85AE7E8714F061B1E
-ABA3AD094FE8D6293916FA82EE4F486C7E513A06D4C9BE44306A8287970B4ABF
-B6D1F9274A5A0BB6ECF713ADBD1260D5D6C4420D357FD486470A74B2F0621B59
-A9373ABECDBF32FA68AABB66FAB0C970A3354A335FEDDA1C288245E6C890B8DA
-3D0EB953283ABFE372221EEB1586B0167F634E3F29CADCAB484B81A243CE1E3F
-D5106AD6BDB1AEC91123377F816711CB9D5140120FEA84B8205B79D1569509FC
-6B671211985CEF51691C45A168740BD826464B2CB0ABC575E7D453161328F80F
-3AF1C99EC219010EC6C95E0A8D1909719CF18BE424967E90DF67537220E60C3C
-4345B154D08F9EA684710E659DFFB0BA1B7FDDCD519305900A5E1CDA219A6C90
-DF8BD712A3686DAB90344E8784C7A9AF3318550285039B701B9FA1D3A3C3B6C2
-753F1E794A3463A173C99A9EC0E2AB5737134CEC2C97CD6A37E38692ADB4B131
-54697B7BBBB23680C72CE96066D8007B90AF0FC5958232AB4F21826691E9874D
-107F47DAC1026298D787989BD77CB43A09FC95F6997DB00D8483AE9C2716CBD3
-7CDF02DA34FDA2F0754ED0968270E118DDD8BAAAA65C41D699E2BCC2556AA231
-328187D2F50FD518CF458B0BA1F7DBAF4B231CFD61D5DC56335B53C3013BCCC9
-85690E19E992ACE55EEF2BA7A75DEE6DC33933C226FC1494269B7CA4CBAE987C
-2C787386400172AE3F44AE47115F4117EED866713BDDCA4A7AF658C49F913CB7
-308635000043F63BA210410A66E192289592882C477B2EEA0B2A339F0E7CF450
-CA0EF79D3A6C28598825CA03FD688DA60C95EF707C6E67CB7E57DE7A80545195
-739ACBDF27069F34C9E0216C3D17CFE7A652B910FCC9B9AECC2E646809C22D93
-FAFAD465DE794755AFF5BEC17160C9563B5C51D07022E2D3A256FB5CACE131D6
-F4B30F591A0419D957D8F0DCAA0A8D65A8D83422AD7C2613FF13A302E152B312
-3F1ABB45E42084EAC894FE335C07324849C9736D00C872C4551997DB889AF17A
-A52C5AA77DEB548B0103B77F65717F70B90C1BBAEA7BCB4959F32851A9882A3F
-55673F24103D6BF7FB3AD3EC3CC50FD8FBB4A6B13C3D278174320713A7B327CC
-A71F01E50840B33D0FC3F5F6A6F2B0F2D0E38494B1C73096A430510F927235FB
-69E931DA8CE5415EE88D0248565E3347353621A48F7948AC9EAB5F5057541B50
-82BA955D90BBC82E582FD71904445A59186022FB928015235B60830DA59813D0
-8DA3FC306C43FF8BB2CB6772B1F7BA3C1AA4B2343E7DA7E065EA53A4E5E28DC8
-0790F2D5CFB203CB135A08DCC9702B59A63290444F202756E55B9FB053F773D6
-0F69C63E74DE593E49186FF4304E8FA76C3E3006358DE549E946DB69431981E8
-1261C9C9A884E4EC708F69E6AF5D22C5BAC49F2AE85903E3D48D03B7B97054F1
-D2937A0C685D912D6D20A75A77712164DCBF8FE4D5460DACE139C5A934EEA09F
-B94DBF168A4BC03A9D689936D833018FF43837DF9519AD10F357F00BC068E737
-170FC9FC6715165F733A0B6FADB9ABB48B845167DBE6D771C916577FC2132863
-767DC6E3D460E779254194AA690983184D934F5E858C1176B3862B69B42EBE7D
-EC9AC4E020085D474093F7694C8A8C2025D4B0163E29320C384D62A9F3FBCB1F
-AB5A374EF3DBA48AC2147A207AEFE8B78BECEBC55C97B538F3A0FF4589D171E3
-826342C8A5186224FEE54E4C6AD5EB02BCB4088B132FA1A48362824BEF161235
-8E661DCFDFD8429C65CCEF63902D0E07C2FEC1DC2756D942F13FECCB7E8A8048
-345338F24B7808E46A04A915C111F939E2669A12FAC0BA4F74B832EAC83EABEE
-67E2817C058E69C2010F2572FDD15194CD8DF0FE9F827D349C0444A18D1A86FD
-802BC120A5114FA3523C221242C7E767B0AAF6AD15DA1561CE8EB18A2401D71E
-20481FA5F1E247CB5288F47795A6A3A3BB186E89EAAC4A54AC91405427136127
-5B151203426830F7CADABDB3FF63B40CA29CF8E667E71615869978E99E6F3F07
-0170EACDE3DC62DC05681D7680E2E96C30002AE34A4E5EAEDF88577601A82C36
-22D625A03B0451D7BBAAAE0C396711500E94A482EA787495073F16A76D1657DC
-4EA7C7B83BC30CE7F145B65B6E2ADC207D192CE3B5FEF7031F4BD64F57E1BEFF
-CCFFE06F1E4ECA48B442DF413766A70DA626359183A9B24C70419487423C816B
-4BCB067E661E47E172563090D6328BD738D2B0FE41A0C1D7A47576A79BAFC880
-0473229D134F998909898301CEF50A82B627A9A06DF59D0B9C530EC5D877F1E5
-220D3A1ABD2ACBFDF1933F92B3137B22B9F95A961D93B729307749A50D8A6403
-7AD0F9C40743E39B8D198CFCF7C033D99440D46D821D97545B930EF92E7AE005
-27F2FC766FDD4790FD1913C7A13328E73E587618ABD9008022C5C6C23935CEFE
-B5ECA2CEBA1D25DD846B48423F7186E03B1F61C8F1D5AC95CE03C83B2F221300
-7A761D6CB5F7F9251D3F9A7F4B25B99EE7A1347ED3059A811A82A35A033E9B07
-A4FB2A95009576F48665605C478E5F6C1B135016FEB4AE6A6BE4B4359836E04D
-45AA11366992162973FB6266547C2E570B8F56F6D992D2C0F63950A16839FE10
-F56E59D93A37573E3268C5892C9F3358753D1FAD6379E82BE740FA17236E96F7
-C53A2FF785FAB86AD17EB1DE8A6AA9C69B91C9D9B43B5188E51F6939FEC21B65
-AF17DCE95DD3BA4F1DD51F0BD5E5869A1ECA7398B6E664EB0D189181E9C23012
-DC1E54C146842A90909DBEC03B79B58909205F2CB2A7F83C66B437D7F7DB9781
-FF0C67F004E979C95B706D8D85255CCD827CF6196D847DB380B56980109E96CA
-997157BE78A4F758CE59D78158A854EF2C20099438F74777D3B0298D45BA86D4
-3C0AC30C984718FD62ABA0567AF0A70C1DD41953E3E7212D5C562085177E650A
-2ACD49940551E3F7619B4CC31DBF67AC15D938619B95DBF66E6D1300B1BB8605
-31C4011379FB5388CA49E4A9BD6C921560CB8D513F8716A0733D2A7D77E62D22
-A69B54E9048CA168D210816E613CF6357706EF6B118A1263B858B7E19AA98891
-43BD675B06C893579957BAB97199ACB82C080593ECB8B66A7334779CC16E4D0D
-4AF365CA6AF9727AE29417B61A5FD52452873B1D666044F8E7C1F6C6AA3397B5
-94A5780F4005FB5E41698FADD1594B505A58253D68D2AE3320E22165D198050E
-425820CC0A43FF1D61F168D87CDD30C14D387610B6CDB63BAA39B3EC9B3CA616
-FF1CC679227749DED3DDEA26B4D97C633090DCB8D8A6E5E07E3579E4A99BF1D5
-51E43D1D7F139C9CB1D76D8F693A3F23A74EFBE79F01E0B850BC6B6C7F62C2E9
-859469A144853434895D73DA6BD2B348A48BA80E79327ABD96539F2EA2209852
-E1BF6B0B819D7C68A9A1D0F6F39416E3EC4AC21DCD3C51D3B5B8D417EFAE165F
-2A7E0B76E558AC9F685A76FEC7E3C73CD607D9025DE6113BE5D0401887A53910
-82A813B026A502B51D484797D9D7E79A25B6624940AEDB4A15F2C73CA1AF60FA
-22D15BFBF268EB044FAE17822511AC6580D1D74DBA3C3335217780B29FEE792D
-200B00B8CD888A8BFF15D938FC758BB5CD9B3E08E1AC6CD1669E663BE86711A5
-892684DFCAF70C11E803164994BDAD89128AAD6461D4558AC2ECA3E05EB56D32
-0290AB16A6DF7133DDCBDEAE89C6CD83552792E23CBF567D57E46548EEB0A140
-437492B53C14419B6FE7E64AC23923A9E85F56A9DF209DC4E6BCAF1E045F9CA3
-BB904BFA150F4083C18B0CB5580450CDB657EA768E71222C71DA911A722AB9D9
-E18B6847F417125C40EA8A0CA1F551A4548712D098209C78DF9C3F78605E5402
-DA2DBE2218E49B819296D5AC88D17DDBA982E171733D1E9E295B3157C9B90BF1
-CE68CB185947D1E3D7544155B741296D14B064BEFD3E6AF25C74006CF6800551
-80FCAAEE6FC9105E1674EDFE68C45617D8D3E2264CD395EE94EDD017EB85884F
-FDF530EDF4F3F14750CA066F149E688FAF8EF4B5FE6AB515CD298E8D170346CA
-9B32BAD1D86DC147BD12EBEDF6CE1E749C5B48314F512470A568C172C35CFA41
-031E34586A89404CB5372D7B2C7A6D96F420D4D7C2D4C08184F4AF86B4536A90
-9367598424112A7B05D7107B23695CBCD569002290599E0FF4EC5C852C31F5F3
-9BD56BB840DC17DEEA579E7A7A9F764788D4E3774BD523D21267869224D68891
-4523070E80A123B58F7B579866332FC38A41A5915EC06F2D14FBE4A6CAF59AEB
-57E98D661637EBB885AA5D74AD429CCFF64E5149815E7350118E6385F4C74E0B
-2EB474A6DED021D429F01C9B0634A09250C40E22B3BFE1B7246D18116D585F39
-0E06E9B5F27A6CB77C8E9462189CB900CFEF08F798CAE15FBD94587F33816EE9
-03FB2DA6826EB69D8C284AB9F7B00630D0420EB6E35E0E288BA25F5C2345C067
-22412633898AF99C2FB232D1469025BF262B567F29A05F4816FE8EEF5F02BD79
-06202F6A1E3E5D4B3C91BA8D5FF53D5136BF70E5FAEF441A7310CA83721711FC
-39EE48BFB2FF287234B1A6102AF146B10A632A53AF97E11FFAC3A2A86BBAE3BD
-E0459ECF0305366078066F2CC628A3918E775E4236651B3D817AF1684B07A163
-A0142D16F55D2FB5F2255A8813B8E54EF3E801E95A4A226AB8C0476AC5EDCAD6
-9258ACB6F7C0CBDD298A0B816560622A1871FBE2FAEBFE697A8216A0D8FE30C6
-B1BA6C3E975F78182743842E7F851064037394142AC91B2530FB1D511EB20F3F
-79EDD8B7E1579D35F6E7B2883C47A46B6C1A458BECD6BE58AAFD834A7D82A553
-2FE4E66878E4699856DEDE964F454638F768AEDB595A883E380408F558015FB5
-8720954ECE2704AFAD4D62E8BB2657C4FA920D72248B3F762B2F12D125B796AA
-1C4BD6B42D766EC1C9B2C7AA4B6A3474BF753742DE8AB76D0AB0DD9A20EE2DCA
-0F34CB25995ED3183759CA83ABC32B8BDF0B06EF169252587971F7D37463BFA2
-BE36B2E45559DD73DE7CBE29DE92B9BE6B9F8093F934BA311D81E18A8DA92FC3
-312E3FAB43C53E803975981F0076EBB8F257C123908450661B6FA79E7ECE98F3
-B0A94E0DE3A4DCC8E0FEC106CDEDAA297A75BF1E40F3C2419BF72A644F452E2F
-9A8793810319885EB3AB23B1E80E8B62A889311355C73722C18E62711A7E6A16
-A5B923408444B13F6522FECA9A60B067EE332B83E1A69CD835C9D69B5D8859D6
-91F9276863D2E2E8193641E4239F4ED15E2C482C735BF5434BAA454EC2830C1F
-7CF766DAC9E924F17F03093132627673BA3D99DC2DBFC89E5BA032C16D3C1C8D
-78B3C464081044DB53C7A29E925F4157EEEE928C8E28EDA5F0A4BB6E0042D8AC
-7595C350645118172D04FBF06B2C9A9F3603A54B57999E2960C993724CCD6A09
-766BDF73F66E07FCA9BD09079CE8010E6CFECBE2E5DE1EA4E280AB78D5184C11
-016385007CB5AC0BC95955A1E88EA1A1D8EFEA886007708BA063F556D9284D4D
-C764E75CECA51BEE3D35DFCEBF6175953D30FDAC00F23B1721A1DD577945B5E3
-8176A21A649D907B5F63C71718ECF32ECCF1B26BF15AF694F1045CF98FC75278
-E9782ACD3D83CBDBEE690D29B3176E745AAE436382D258CB22F3DEDD02E441FC
-6A9931AC2F61156DE258DAAD5EDAD41E6C0DFC902173168BB4F51DFA7EA615C8
-B0F92FDB118378CBAC3D56B6B9BB0883C0C14EAA67396AAA7987222A132B7959
-44FC1E9D6DB6D549DFBEF8D2DD8C53DD3B66935FC239E74E2C440CCA13C068EB
-C4A3B69F499F573D076E2C92E24F2C69B806591B0807CD903E078683854963EE
-5125C3640860CEF37BE186DB781475554BFE6C528A9633AD5772BD53244E24AB
-42CA2D1123AF45FA257940CE611D83014DF04E60220E9AF27CB2A2247BBB004A
-F5722A5EF058FDC7DC2B6ED1406649DBAA58DF2ED3A91483D60F11C4A39BAF57
-CB1E320A987B790672CDD3E3BEF4A67032244DED2FF4588B2072CDABFEB36009
-9F4BCBEE16F811A44CEC77F8AE873C90C0F4C975E51014ECBD45A56A63F034C2
-82212977023A132E5C88AAA826D841FDE9CBCE7A01E4B6F0EBDDB9A69EFEBD72
-0B41EDA807CEDB791084047624BC11CE10B7A0A311272EFC9E013FA374D97EA5
-F7998FD908748CA72D8CABFD0F01220C2114D3B462B22FB71A23B284B1CBC7D9
-EA20BE71F8ACCED21F096009A14A7C7B51450BA51514707EB46B9FAAB31CFBEA
-E1DDA6F5D9AF0B6E7D05A1EEEEECD606427B0F2363D1B882B50140466B9D3CBD
-D00DB06DDD1BD4681E367DAA4B7C405C6281B67FFF794041738FC6A01D261CDD
-F6E0A330985F2CA782CBCC02B6F4EE5993434F656B91A51CC03B1D73FFA6629F
-14F6075EBFD83B702D8844A96CFB5C14051595BC7DB2218156A6DEDA5C98CAD8
-BEB5284D9D9F86406A8C1AE85857185991C360E5F44DEF352A1F301207BE94C2
-9A3A11BA468FACB3FA2D683419C44EFDD7C8F1079659F3ABD89D7F168B1591E5
-6105F9B3FA481BA953CD34CCFE73E427D3AFC46E5C58C2981198BA284DB8B37A
-6647BEAA561799877DD6858FCA71CA6003F2961FAA529906673EA94D82D78116
-4DAC81011FD175DA707C1E15D4B6FF19F8720A4E05E6E103E2DE880FA9C192BE
-C5ABE7C311C2ECCBCE8F9713DBA74AEC37A61C8F21F271B35F0F7C88B182525B
-A4183377597ACDA9A6E2F181725D427795B975BC4168A408D292CAA484BD1B8C
-9DC62E737ABC805C8FCB7E96454DA032B601345570EAE0379BDA84BB6D15D780
-42FA1E068A7D62F152B43B788513E13724666FAB4E2B4F04B0448194E46582CE
-7389BAF0D1DD4435BAA6B82AC305C04686B89FD51197C721D941BD2893596024
-1598E6C2BD84527EDA6FAB782033E4BB4F964FBACD96CAEC3F3CF89CBABF6B4D
-4D3AD14A03D4BE931632BB03BC2B92842FAD51A19A756892D5B978DB695D0540
-CC9D030C612E2B201D60D09F56332DD0BA1351EE62816C21A35C33DC11B37BE4
-D2F164ACD836A5CA1553CBC733E3B159860454B17064B4E22D3764FF6293BC81
-CFA3B2325C8E072857F6FF4ADAA8818247D431A28D3C5FDFBFB24A6CAA327AC1
-0B3630C84ED9F0D33B8255A3CAA9C5A0C79F7BF6BA3B9801C3BD0B30AEF7CCA9
-92F25E332EA97A7CC653C93D1497992D6B76363885B92ADE34C2A33E30A3B1A0
-57E9C16D8CEC189565808D3FAC92973C71CDE74DE9D8781CCAF88747758014C4
-5B62667D4D2CC5EBEBE77C5AD00C6A69D1819F5A786964501E077EB3BBEA52A4
-57729AEDF35253F7E1D31F2DD1587BC15CCFC1B0CA930DA83E2031B099A38158
-8D1849E7145AC74777A3C7136DEABB0C787E5A218309A65EC7D128147EDE3AE0
-C0AC039B56F767A22555CFCC12DCBC7F5A5A3B4E86EF5A69EEA93DF0BAF2A3F3
-7504F5C6A7A67388D2F9045BD755BEB7DFBC2EED679497EBEC808BE20FDCB5C7
-B586463BBB898DECCCF7249E9047DA943FAF0718A2050FCFDF8A4C2029FBA674
-EA64003AC03A847185936FC375CC67B3006EA681F61F640C3640A78D0C7FF521
-D477981E23E5956BAF42252463FDBEC49BB560A9428D248B0C5250CFA2A49CD9
-DBCEF73123C13BA382D3CF6A7B8A8CA3191D379A659F0E2C6E9CAFE9DA2AC074
-F622E397A2F7C73347364AE249B11AE2C34AA7F0D27B5F35D548D5AD1228597D
-D16A478C901D3A34D870BA39F770885B7DE62298F0114752435050E99EA4E5E0
-56B965EA185E8DF96B9FE97EE23DD45AADBFE02B427222B9FC99DA94FB2648B8
-46BD30F881BAD3820DCA4D8093BA0FE70E03482CC063B751439125623FA7AE40
-52DB2A380D89D5E37BF264CC73DA9A1540031587F481A0F146C6ED6F3F2957FA
-19477F075ACF64D424279612DA5AE02B2A140048386D01B1F30EADF2050B71A7
-993773D5B68C6FE65EAC53411AC6E7E26E49BE5FE1079A8BC565D2CEB7E3B896
-593D720DBF66CDB26DA5D8E533A346845E31374A7C85FB6B06C3D54FE3408013
-864CB0954A2FFC00ED17CC167AF714716376B789A71059DF2032E0E907761E81
-F0C887810337F52662AF43FA1A7528923B0A30A217FA184ACB73207EB3018D5C
-09EA88CA0873AE690E94D43B360D9C1070D7CBAE9BBA72E82EF9914D3AED6D1A
-5539585EA969F0A1407C8FEDAB69BA3EEE3097D5B123C5770D5ACBCB0882F35A
-E8A3E3B1FE3903A941EA2090266B60D218407AB99EEF38F18C9FA307D73E2F5C
-42F8C37E2F668BA6B0779791D8404E2B2CA52E28F0B34C85250B0D6AAF9D2DCA
-A12133B5B601D971345EB6D892B85FB971DB8C4A4188ADA6575DC6DC42D2F0C8
-4EB946AB47F487B6B4C4C59B2FCEB1291C386805C5B62B61FD7310A13B4620BA
-650DDF28FC1AF21FA124C16EE8ABB98904F03E7F49E54348B1AF2211A1768768
-D62E35EA2EF7F2756B58168F9FFB5785DAEAB324C90FDF6207E670DF277D6AB5
-F0924B26BCF52CDA2980680320314F41244B73DA6367C434B5DCDB96B6F0F454
-89BE772F9A8B4DF72D83923C87D8DE5F9A34F4A221A0813168DA2140B74E415E
-E0D7776B86AFCA5C6A24927FEE493B0DEA861804ADEFDF7823EDE59940E2810C
-6AB44DFD9C2C79C5C4855B514C64A33EFC4411006D6E7F10A3A6869D5FD6DA0F
-CA39AF458C583D600D18C9AC9C8325A02139C24C634144862E1A07448BE8BA4F
-09030D39AA74BA631AF7370E3FC2F33FB9F19052D5418504BD590495996A3A13
-45AAE77F8A657FF1A41B3E2D9166743E3DAB549E89BBBF14FDBBD6BBAF24089A
-1878AF0758A56AB894D1232CBF429242B5A64EFFCA48D249E3FCCDAF57E7D159
-5C1502BDA4F4FB6611AD80E2F770C9937138B5BC0A55FB2211ABFEDB3E8592A8
-301DDA6ED93ECD673CD5A1AA3FBDBB62772313AD1C3A2B73C05D7202905F10A7
-6D295A07FCE97831B68BCAB081F0DF2BA97D425F409EFBAE2831CDEB299E353D
-BBDD7CE0041FB2DBF57E6F66EAEB0DA1A6AEBF50E78779440410764AB03A7100
-F491E92782B89A665B288A03846796394367C05A213E072A108BDD9D1D1763DE
-15CB12CA7984981AE8C05019D3AF855E37023E14012C2BA0DB768E37C3128EE0
-9C0DFE3D3B3BC42634AFAF4FCECE835689C49690222C5E2136E4843AA9E428EE
-990B46FBFF889F75D756D5D82D5D6772857997D4BA8258744C6665573E661A79
-73EAAA2BCDFA1A76AC5925A93CF052C766ED8B37806ABA24F37E50401799E2DD
-9DD1738F09EF3F2BC7029AE73B55991D89523B09FAE70671D22D0509CEEA68FE
-B5C14A412A3FB6F70A7BA5090CEB3923A17527AA7BE9B49105340C6A561DF3A5
-AAB7B43DD95461D1611D6D8BDA96F5578662BCEA3054CDA86033EECC7347B564
-BB034F230FDF4337703C156865E1EF00CA127816572A1DC5F341895256155CF4
-83848B1CC0C3B4B5DD2007A0FAE66FF9DB4DED11F1FD718CF6D2F186DE00C338
-DA4A895A31539C698ADBED03E308E2309BA867EE59AED836DDF6A19B96345E86
-BA48CC96CEBA702644952EAEABC4E9048961518C5C6DF396E7089AC7493B847D
-D4BAB5647316AD31A97D54E9EB5D292704FF8F43ED9F61C0BE5A7EC3E7C2B833
-73FFA3C78139D494B0ADA8B03414A2A5339BE9DC9AFADBF801CDAB652D68BB70
-85FF2F586F8202D534893B9B79F7AF2B27D46672C23E38903454FC2632CB3368
-D87397E13270EC8F7BB76074C39C26323042FBA8922455247EB620A4B42458F4
-D770E3E5A08DEA1FD34A862A4D8F8FFA5E31534CFDB5143E7D547E3A47655E05
-E2AE1C613F4D0195EABE455BE63FE2AFE2D6B514FAD44C86F3938511DC9EB590
-530E055F904A71C4FF15CACE3F59403B19344DB4809B558AA5F5640DB3E682AA
-307DDA3A46DFBA6A7AF82110519F8D51FB66C4F8D9F4A18BB9EEA39D6C637F0E
-765DC076740D8A210C91797AD069DF95DE0260F446C3A20A1C6434686DD99150
-6FBE2ED314B24B65B28C607AE3EA478BCFD62FF2FF5EDE5BE4BE0000E939B71F
-333AA8981A43024A509531E075E74594492A7121798BE5E5C4EA29F2744DC70B
-20EDB37953452FCE47CC55C9DF7F65DDAFFDF95D89C21F6879B6D292922D4D32
-241554B5EAF2DB8231E2655E9E3397E4A167B48BD93BC16C91D6B6C4B1696685
-ECCA2B198F1BCA5B38F97DABDF27C3A8323A581BD40FD2DAC5C9C06A229DA326
-ADC343604C50285CC6E45AAEB1054AB0973A5BD73573CC389A6606C3BAC40B9A
-E5F4A5685E04F91CC25B5C41A6231FA9EF82B3EE1FED2F1BB6D79096E2A775DA
-CCD42E4080EA17947BD80667E6564E47DD90C62CF0C5311C68AB72AD15E5E46C
-A2D38A95530827F5C5BF7C24ADA00F28CF981CF0CC80B473A9351EE28CD6841A
-84BA8CDFA125371ECECCECD50DFABF6EE5B5371A7E943C51AD3E8EDF018DE8EA
-B50D8A530B6C7ED32C07222B4D469155B85FC06401AA264A2160D058359F0718
-0B4AA76823BF3E55332876BAC15FB8A00E023B88222494C1814084719E931BE5
-AD8094E3BB1372543444E13C3B286FC981799FF55CF24842C9CBC772C17CB0A2
-67D927930E29A050F682EE612F51157B33671A195558D8CFD8DBC5480AA59372
-BC9C85BE5270EF8EBA5AC71B1B47386268786BA4A4737D11677BE0E6FEAC378B
-94F4A215C3D8E0EF94638F3C8C95CC59FE19665017756C82FFCCEC6F628846A3
-B88BDEE7D41840313891A2A53F9747AC96BDD710260010C3E6C882210860BDFB
-FD81FFA8A8D2657ED7C69759ED4415F5CBCDCDA031425E083C215FAE849758D3
-8C55E03A58B2646C16C49E29B612AD5D9610EB02C7415B2211F883CDCD498BEC
-F24F473F374A4DCC56050299361A8FA9BAE265F894118D3B702C360EBF6BD9F7
-A1CF799BE7F05284AB25328880B1E34D204D62F5415DBB13C272987BDD6C6D5D
-DDAEDB62BB850A78B386B3E7D343620188FA7C6FB8843C91FD4B1DAFCAE89624
-E298853990A9636B92FCDD7DCFEF07F933667B6109968C1C18555DD9D785D55A
-D2B809BDFA936E80B10E1B07A013FDF2FC7E262A7C450317936CB2E13EFD216F
-8D4BF87DF0B973061F6B735856A6D43724928D14433B258B92AE531CEA5C1B3C
-2681CBAD39D30225349BA5D63E8BE4455BDC1342363386E54F52C199DDC97669
-1DA0EFB51A0767DCC5A372C900F2255A048462D0F0889B94EFF8C268EA69C288
-DA43B3D6869990716907CB6FF064891F97BC35870C555DC449FB22884E878A9F
-775CBC50E1C7A0DDC1B8502EFD9D311AF1C6A3D41C9EA7AB9B43298381C2DA70
-5BB5A2EEA278EAEAF9145620395014AC2D072FA3C5840B774D6BBA087AF8E06C
-53FFCD7AB6457833E36A38D553F3DC2E26D3DB94BF895479E1B78AF5E28A0464
-E29DE61BD7F0159E446578F3DEFEAE202F0D61AF1B9B85834C21BE1AEE1BCEC0
-6B6E1EC00CA76D322AA6ABAA4F85AE991C1AFE4893C1C9CF09FC79FF5B6242BD
-5AAC4848860A6CBC20AFE3EF45730391313299D73A29BA4F73C4B9A1472DA8ED
-B37F1B834D4FEE2FD05DD8EE128667A0EE09287E0558055B6B07436D899EBCC0
-C26080CA3C3E3051AAC6BB3EC8B942B2E50B6BDD8BBC5104E32E985A67146491
-0ED84C3E46F213F63EBC56FF9D9C430D0C6283D4025AB4486422B6F7E5475A48
-0147B79C294A26A8A3DB778FAEFFFF86D656DA68F73B62755944D3E9C9DC7384
-BC6B6EA4D5FE33DD5F1C4036D6FD0BF96BD1E349C399BB8E5B26813CC04789EE
-41F8F69A52562925FA3BDB3DEB77E2533E400443601BC26FBC11633D6D1A0AE4
-F1EC279F562B01D16721CC35CBB026D55DC9284AB6B66E656F312CEEA139E222
-03C18DFD2394DE44C06D4F0CE1192446B0FB716E158977E4E2C4D5E3064D5DE1
-201AA823E48D802779749172B52C7BD0F5BECF500467F67D0EC28A90410377FD
-50AD0DE079F5075A277A8AA3D32BF8D6E10D21CA4799D173EC7252F37914BA64
-0134F63128085D5FDA5809546D8ECD3A472A8E6ECEF5716006FD6DA2CC2062E6
-A0D41CF2CA28DF02A15BD5346B6B127CDC043DDB44939B8C44656D7AE89E5379
-0F6CF55384D6F57EC48CE446B3201B818449D259F825132486DA1837058C1597
-D06F41CD17C93A0D84229C222646F3AFE6D1EB17FF0715EFD413E500CFEE5FAF
-B223BED993A34D4FA0021665FC990AFEDD7EF971F687F31525B5C4CF594328ED
-D41A3167EC7EE5245ADF14208506FDD9819BCF26CFFABF2FDFA439FECFE313CF
-4C56A01A57BB74DFDF0B6493B67B48EAAFFB0BBE085813F33B9422679E1FC5C9
-248A10352B308EECC3C858CDD48BA6122B34F4547A5784B8E1C9B7C1AC664C06
-E6BD693494EE6BA7B130A652A11006A5C61FA47A6F41B79A3C14C4C23658EA68
-B8D26062E8F12C96C206C6388183ABF24129418CAF9FB647548352117AAAEADA
-75C036583CA3A39276743268F4EF0D425650FAC75AFB7D7A2B55341077D14763
-82A5D676697652B1438BC41D5B5FFD93D32CF6B894F6D12BC4B2BDFE1B680F76
-198C9FF07A909421ABAB0E05752959DD7539AE8D79F1E8D4FBA3DD5364E227E9
-E1BF95734D934FA5C2D021F000BAA3B311F8BC7424BF7C4261626872D7538617
-C72354153521F52C4A989B46DAD27248484A640205680BB1876077A64CFB08F4
-498A69CC9B33816B4D74103B0034EB2DEB43A64E289E60CC6BEF125C9DBABD61
-DEA279ED18F3FD2B32872A2CF271F43B5A12DD65989C534BD1F5215C7B1D170E
-EAF5EB0D5071A3A0844BD7B6EB222EDC241DBD99F2A1A11C804681FBC0BEE05D
-EB30035AE38F24EC06567B12EE2362A08DD0DFDB03DAB756ECBE1A81D305EA46
-6DC12099132322BB2FB4765FE2380BE8DA45A7012E382F3A59EF5AE330186232
-7EAB71C1E2FDF7FE2FA8531DB7E051AB25698189AA3659BD3E51532537C0BC30
-5669514BDBC8017BA3920C2A8CD5029BF3C0E6AA862AB1EBBF30FA217F52F262
-6B10CF40E210EEBC25BCDEA43E3ACFCB72DCE26360F8C54A5C82D1EDDDA79C28
-E10F8EEB0B7AEF1681DBF55B60E579DFFA8456AC917C22F41A55A64C772465D4
-95972F119ACA2EB81DB5CF344EF39C543D6BCCDD366EF88EAD82B9205DEFD0E0
-76A18CD1D8DD304A792D8D5843674EA5327A63F0BE6F6296CA98854AF7543031
-A89A6840C939717FC6BB65EE10AF56128047CC1518772CFD320CD343167C81FF
-DEA338507E032C84BC963B425F9E548085E2B48D7F3EAA3EE388E78B3C312800
-D1C851E085BDB00C8ED6AA4BA9D86B8802721C3E802E0AF93B18F6B6C234C2F5
-A5D629C7635C35492706A7185E2058C0D64267794C96F6806D9816FF7D7E5A3D
-6DD863F9E390B4813B3CCF8C635928DF6A19073D699353B03AA949B91128DD18
-A3FBF6F99813E3A6F7848442992EBA3A50765666EB0230419CED3FB71596672D
-B32E281BF56A2E706FDFC43BAE9B1B6D29FC517739B2D4ED3213869B3C09DC3F
-D827192257DC30E43C035D047FCB8F2B19AAAE4371F10F77211ECE4C44AE734B
-44E8A97E9CA64664F67CCCBA2DC4E52F675DB203740442E9E51549007981A659
-1E7226503A65AFD6F87EADA9B8DCB79D8ADD2226D66C2DD96E4ACF400AC11BFE
-04DC3C1891FAB032E5F45E605E469A232EAFA81DED58C14B9B6533835EF3BDA6
-19C5454B73CF2661A200D1C56EE44A135C3F020909229A9E85B56D6FE5B58034
-DBF6E85203FE25390C7E1312DBAFAE6C9DDBCAA76D8FB0746F03A829573C8735
-986578F28B255E54E157FC97524A09A8D6F2BCE85B0BF1930B6A7466605D20A6
-98D8214A313BFE8F1165F386E9DF2FB0694D1ED7CC4BED2B93F4FEC32E82ADFF
-2F6EF8779C901AC0143226201EF7DAC8D41C468F3E12965FFC05F1711002E3EE
-FF96EF2664B70273460380CB944697B8F4110BEBFD4866694F971FA4CC4633FD
-F813DB6B2C71A93C78B1963410DA2FE24912529153CE564A5883771C3796D7B6
-5995EEFDE27ED81A490233978508C3D637C8B5A07617A06CF0BEAD995BF0A290
-C56252C65AA9CB6218A966554109773460A75844830627B93B07C2AD8CF7A6EF
-4CB1756E38E626AEE65F072CB64FAF64D992BF830E3A1FBC206E44CA3FB9FF50
-667ED7D62EDBA2B9E9EE705A60B9DEA4C19E17DDF5E0293E70BA0001A473BD9C
-7D0BC0D8BA2B250AD0DDA501E0CAEEEA9BFDA88023FBD8B8F3F1B14619A6AD76
-9FF76B5B87EFDF9BE1698AF0109C1065FE016E23742FB0F6EC764B73DE017D0F
-791C0DF32C47C7A7698494CC95F033939BB747916757ECAB30DE569BD04E127A
-6121FBAC36258B92B7CCA7ECCEF74377CABABE2D63497A1A7101208C83CD8A7A
-38FC478FC6C60741B5864F1C8081BADE071FA6EF22D9648FEC99DA1A91713A9F
-B4C1136FEC0F7D8C8DA93B6EC09D2A64B0C64075CE5FF8E71FAEE9E7ADBBC045
-7EDE9E815946B4DF9AA4543CBD257C23D82C8C36CA68E57B3D08895D15061D2E
-FA63C67490C80A7E9D54F4558D78672735CF1FAAF001F2E095885F8C579607EB
-22FB10F2E828F6F4B08C8598C5513E179893B25FD883751ADECF745538AC70F3
-442416D7BCC039DFC1A5A18DCFAC74FEB0C5F8E4DD19AB2443F90439610D9F7E
-83182C6DD2B8AB61F71E9F161F2CFD0F42934D99478C78EB5222A632EF5EAE5D
-6007C530A552A27D6AE331193186EA0CA4709FC021079DF090B9BAFDE32B07C1
-5325A8D10CAA9E2ED3C1B85D1BB9D1E80AA6F2CCA5C3031002831152CC0DC20A
-CB3528325CDFB0D14391DE9140B2854E6D204B3C5BE0E2E8214D10AB888D9339
-CFA1845B2A1B883C92CB7133D8E113BD39D5618D3B3F945542F0FF7AFF7ECB92
-F311159A844C2EC00D201E5624EE08A52C691CB3EB91D8D8ACA1B60FD4E3AC53
-9495E08CD4C0E4B660DCEB192F35080FB5B92A2DDA870AEB3A445E7F14D38A05
-8F82886134EDC37AAA82354EB1F28951B0A75D0EE6A2BA792C8A13CDA402FDEE
-FA72739015120DE1831EE5982A6D90812FEE47FBDA290EE2861FC3A936B874A6
-45448E6FF0512485F2220B41339F976D5143F34EAAB6F1A745560F67EA472377
-E4719EE4F3E1BC832A49EC4F61DDA52B4AC928B2E009970C530E4E581BECA627
-0F588824D9E73CD3383F19AC67295BBC1A9A20F455F284D7A8F363011D8CDBA0
-370F00677837B84DB119610D4BBE83948A99C4A66D86177AC2F1D4C0E36C980C
-BF2F6ACD8542848318D48F0D81B38C9B1BCCB53D987A62554D7819B3C5D7D43C
-5F77520EC4AC81F0E15FD159E6F6F1E96AA71C6C2C84638B4E88C43782DFD0BA
-909EC99E655AA9F4FF2191E50F5A9820ADD18B7514448295559D957121FE8BA7
-F5CED3EF7A921EC2586856D6AA832A0E4985C9CB52775050AFF46C984972256F
-7744DE681222988BC3B956C6302FF495819861605B05AFEAC0E27CBF4527A721
-BA6792305FB8FB4A358ED8B9EC3676C260CB525DCA241869C5F96AC847BD48D1
-9609052FCB15B567E7C7AF944DF27CFCAF8E8CBF87DCC92B43F24344A4FEB93B
-320E12CD54A9444420B5615BB82BDF7A82520B66FA9B6A60A101AA4F01E17F9D
-F084BE6CCC009AAE4960B31B431B266C956245679DC3B040223A772B9E5A7947
-A6D83B7C6A66B2FD7B33CCAC24CF43C62A059BD271E06E3E45115319ED235702
-202C8ED2CBBE2CDDBF6C01917487AB14CC0D66E3CDCFCB524DAF33A327599F72
-B053A0574AD54BCB4022D4B857BDF80DF4B1346AAA05C993D0E1FB71E36C03DB
-4F9975DBD6C6B348BEE9E3F901D02A80413FD64A8F597FB717D3E2F8133E9C03
-531DF16D119A9CE3385BB8D221E0A0A3F26C1B9F47B52DEBC694D110D8EA2865
-34070DAD3E9838C4E6E9A6884BFBAE752BAF2302252031BBD8681F1A5CC432DE
-74EC422D7CBA6004786840CAD84CA51E01780A2FA3EB08A3903AE646627FAF62
-A7451DFE75B640AA73BFBEAC5F9E2B990C40E6F964BFEC05B77E483BBFB242CE
-08CEC58A710B538105D36384DD4F51CB93580DDBF86987A58E5D19DD4C9452E0
-3BC91A68AE597B2C691B99B0D03635CEDCA10B215E7633ECC188A9B46CAACD65
-A0BA4D4E6CE707C3716CDA0939C574697DEB15D7641B80378DE496A4369E6B24
-64C01DE77D2B3D88EE1DF520B8E998C21C5B77F80BDA8607169471D6C04F7358
-DFC5BA5DEB5F996670C02E72D880261371CC877838534C34A0D336E9EC878197
-2DEC6D4E3A5D9B158C28C7417EBD7205751322C4233E3AF4E38A9E72F3E94949
-79027216C3DD9D7FF25F0727A54977132049343B2B6532DA14AB5E591A703B7E
-B7A985A0B761A8D57395174ADBE75FB1F28918850B417E9A693DEF61BE9209BC
-224F37EAC6A5475670D56CF7822452D725C25321A5B6E026963A67CA801E145F
-DDAEBB7B09BF3B766A63704BD7DC45A1D930DD1AD0616E888FD321282984BAC7
-D947DD040AE7AD9D50A4574F802A0D58ACB2AB0B6D522734A085084BFD5F9038
-FE00BDB4ECA2B75019B5884652358D600CEC18A0BB95FEEB3ABC2A9D6A272162
-4B55A4DA79BC13003F0AB91237C00351FD4BD78E1B9ED3A4BD7E8D7A38F967A5
-A5487967651603CABF755F666C91950D783A24F95BD0EFFDCDF3A7836DF0B4BE
-7547C6525123B0E6B9C7A17FC65C1B475AC392F02913A2423586EB9F8EB7C6A6
-2A10E5E893F5144107C6530E26217ED4E9B4D4A2233BEC2027314F9D81B0D718
-3FE48CA222D864B9B443DE6B936E7CAF71BD8BE99A553C98633E9085213506C0
-7DA55260AA119796E2AD6E45A7619ABCA9C172AB771A74EB93E3059DD4D8DF97
-1F0416CEEF4A37D0F02BE9E1E40C49BDAE7800FE82468FA222E277E8D51CCE08
-0F32BE536BA3F095E73B03FACB39319C3A8AC8E85538DBA8E308B1E36830B5AC
-E8431EEF33AC58DEF2BFCA90FD0C0274459F52E8EC1B1AC3DD9DA078559A15FE
-172B5F766E0EBD83FDC1C74FE599D98F899CDFC73417B43FBBB0B98C8C70214A
-B1162B4F7F83617349B6A131890D957CC31688C203C691E1C602C79B774C0618
-C9AC9175AB581A76DACD630C444521CC1A84F4D8229E7C50FC135F154A77ECC0
-75BB336761CEF3D88F363D31A4AAE6846C6281E420FE51A7CF0166631A642B7B
-BBFB3C7CFD27316DD73FE8145C1DC72F361CB75A44BCB0796A261BEEBE8C6D08
-55B16FA0DCD515E1B0D189330FBF11177772757A5E24F244AF0C973D99A17855
-EA5119D29ED78C075CD6752EB437C170AFDD16714E634E359FF52916991A14D1
-7F5136DD09FF06F72A316701FDBC6CD8D8028FD3EF5DB08AFDDD3E1B78BBC187
-FB297B951444C8BB4BD0CC7D914A7F5372EF12ADF6A9225E7186FBED2EE59FD6
-B4C7EFFF37D22AB6CC6D784C9904F1654E7A7577199110A84C5205D306A43285
-0685C0A84E3738D058770AAF0CB0E70CAA236A899467D72A1E9DEE26E4C60EC9
-7D124D3416FD92E7430484FD18562403F15B70CD61C8CF7AA8DEBB89E4B18962
-9AD8C10B03705654C7EB81DAAC4D7F615C1AB94056F80EA25BD532BB7D2EB4C6
-4E028BBC4292A87921293EE1AB403F182F1D7066F8AD2D1C130079F356A7715D
-EF1371C749261B681FFE1DAA837A5BF5C71A556503B3A0720C43849C44C0087E
-76686D319B23396A3C16ECA8FAEB5D5091638888DA3494B64A568D262373A938
-EE557F2EBA817EBCEDB7C4BFFC78BF8F5337ACFADE220CF5898FD3429FA8951A
-97655B025A3C5871042AA23803191751FBD4C706629607C77F85FA6139EB28EB
-A2771645638494E8B616DD3837310D68AAB5FCFE13EA16DAB4C91E55DCEF892E
-8014B2987E74D14B68E6D98625693C4F1AE693BA4F1BA4CCB55EEA74AE792A78
-6C94E95272C813013BCCE1BD59D50FC9127BC04D7A65B0A56B707651C576E1F0
-1C8E12068C4333207F3B2D7E4770510D017B7AEDEA544FAFC0C37261FC788E1C
-AF7CFEE16CF006603D02996561746BA4496348F3CC822FBEA3992BF970EFB0C9
-9DCEEB3DAB4478784F3A707285699782E3E6982B61EE62EA72A743F47D6C9A72
-9B005199DF0D7A4A7A8563FBF852CFAE26E6014A992FFDB0581A11B83D6C63AE
-8FC9CCA3A6013F78BFF3760F5FA35BCD76A9D7D4C52FA8D632CA507664B9A544
-8A56107B270DDDBE65DEA2BC8A59C817628CFF21BBB97B88D6CD97AA44F13F2C
-648734B7734EAFFA7253B5AFABB7A027A5321A63A3C4FBD3C56A8D0E8B6A8B1F
-B652EB69A6A9BA7A168AF5BBBBA8C7B7F8B7DADC828A2FCE014A49317FEAB0C9
-FA424EBC3FB814CEA7D41CF656A7BFD7B8C5AA1D45258C273D6C91813B4FA20A
-A88D3E42E899E91D353D2D578A2038FA0AF031F97485B2C284887FB9BAB4D076
-A5581C85C7C71FE5D54628F0D1156040EDE09D917B50A9CBDCCC8F61135E235B
-CADB00DBE972966C980F56A27335EAB4FA9457F82B0DC22D424202F2C69BF864
-B7AD34B6D9283FE4513DEB326E337F23C2EEBAF1170388C9D4B9B257263B6B07
-0C2B8090519BD36D8AB8769C0D9FCA0F97A0831338EB459AB8C7CDC5B3E0A526
-052CF077A303A0328F650F4E0860DD42FF4C2BB08C6CA5A85B93153DE5B90EFF
-C52684DBD8BF9C9B0327BEAADEE8EF556C7506DFF53C9A2AEC612828D2D29F59
-3FDA64C441183204568565E8A614936BC6C55CE716DB232CF42BFD5FC0D8EB7F
-2F920BB6C2CCFAC26D91B45872E0C2851523645A80760931F59ABB4DF1C86378
-E9F88053B558FDFC6896EF32B98F07C113764E3B436DC1A23612952E010B9775
-9C346120E7F2A1414089867606F0B8DFFFB3EECAC0FB0B1A8779A010811AC35E
-734F91135EC6ABD75BA415BD22BF091F7E7E9F36F3E56E7BE8EC5D9B4E0CA026
-1B579657C0D4912FBE36A2FC25F1515FFC60D0231ABDBC0E9A0E35328C163839
-632BA4AAF97BBA8743F08B9B9CC0DA2401FD039661E52BBC685C1ED685C6BA19
-3DA98A683762BC5583DA32EA4C023200A759CE5ACE4CBC38B23B7502824B4AB2
-3DF208A588CE704A4A97BEF6253B8124
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMTT9
-%!PS-AdobeFont-1.0: CMTT9 003.002
-%%Title: CMTT9
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMTT9.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMTT9 known{/CMTT9 findfont dup/UniqueID known{dup
-/UniqueID get 5000831 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMTT9 def
-/FontBBox {-6 -233 542 698 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMTT9.) readonly def
-/FullName (CMTT9) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 33 /exclam put
-dup 35 /numbersign put
-dup 36 /dollar put
-dup 38 /ampersand put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 42 /asterisk put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 47 /slash put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 58 /colon put
-dup 59 /semicolon put
-dup 60 /less put
-dup 62 /greater put
-dup 63 /question put
-dup 64 /at put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 86 /V put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 90 /Z put
-dup 91 /bracketleft put
-dup 93 /bracketright put
-dup 94 /asciicircum put
-dup 95 /underscore put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-dup 123 /braceleft put
-dup 125 /braceright put
-dup 126 /asciitilde put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA
-0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93
-51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71
-7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551
-E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078
-0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273
-C01924195A181D03F5054A93B71E5065F8D92FE23794DDF2E6BABDA4215500A0
-42D1A3D0D02C0C98BB1D6ED0B7791274C38B038FC7921FF1FB8FAE7258C09259
-4B8E1BD9EDCEDE9ADAD9BD9598EEA9691589649A9A21539161E374075BEE3457
-689F308A4A7AC9F2FE4B301A6C36B0442FB92E3B002623493DC087800B5A0521
-0DB96A23175AC584DE166F59142779F26FEE9783E28DE49FC3A8D6583EE63FBA
-610DA773CA18ACE6F64A4867A1A7817120ABF9DE4D17782866E6CB6B65A9F6D8
-3667C8D3E61E5356E35343FDD4C6436DF73934470916CB5F0ECEA6BFF092E735
-C7C355B56189D1DD5715EC97E50145FFC17BB1497315A9585D713A7A6DFC7933
-995468EFD0F59E3C15865B87925A3F2930E20D5A35970E2C44F1629FA16E00EE
-EE21EFC50D49F5BC02300D0A7BB85E649CB4E2E828C8B1C5469463013E71D723
-2CB11BCBAC191AC751A2AF7FC228395CE9472DC1809052012AEC2CD66695DAF0
-4CA04234F0187F4116C93F59A7F1F8123DE87F111853B785A20CA8B49B3B0CEC
-B11AD345E1A11578D2EFEB0536D125237086CC8CD9F34A5137AC5DDFD8746014
-D74AAE8239B81ACF65F379CF2153B06A238A2D767F294CAE0D79228F0B7D45CE
-510AC9657A1776202FEF42F96D476E7DF407786AEA12DEA0013D3B4C5D0640F5
-BC5BB72C34066270399CE595827175B23B25072723BD24E07F6BCD9EF0175DEF
-93714BAA53960F81103CFB731CED4A267B53727BCA3C97B0BA5004055D4EF0EC
-F725658E53AC86E4061B489AD4154915C3981B3B703E1E2A8D390CCECCA99385
-45EBE35441B062D7D12DAB2B31569387187D74A4043FD71F1C6D352EAE0F6757
-4345FBFB6DB15CAE47CAC4BAE47AECAE5FF5EC19057DCEFA1B23F47364ABDF47
-088A7C6A2AE26B10459B6D41CB69182FD1472F326CE3A15B59255D1DE3B616D8
-9D1F12561038839781E657C896B8C58A32DF5AEA23732A0966D96C68C988ED7A
-09B7E2C8F9F3D0D56879764781566299A4EDD3588BDF70E3D924D25074F30988
-E35BDD827AE4D0B4A06F55A9976BF0DB3C0B1D09CD08E8CB168B50617691638C
-0EC1A791C228177D4FFB021EC3DF5082CA3487AD2EFC8DE9466A690ADDB4C52A
-FE2A6DB4CC275CD33D9136E735279FBB2008D59E667905EBB04326EC33C98B2C
-94744B7F540D86E90DED64572ECF1EAD3A58EC101642B245A9C7232DC8FB8741
-03F97883BB32FB955C22F878FA0FD114451A3B3859B0B5537AFAB73AEC7DB2BF
-409E1FB41D473714F6BEA73CB085139879FA31710E01915C2938C37BAD6D7D71
-45B897E00857D3931A489EAC7B42BCE4E65F73F67FE027CE482DC47598ABCB95
-39E98DA8ECA3E23F0799D5963ABA6E2984DEACBE7B46B40ADC6213E0F4D08971
-58F68C946C748E4B4217CBA2391BE2086C9758F4E32C9B6413E48D84D33A6E85
-84747029C0A9C9B92841D217A902BA8EB333999D62FDA9F82BFC8ED11F67988A
-0CAE42182E414A9766AFFF4B046A09D476F8E3F15A8C7829BEE982D8350BDF5F
-F215F2BBBF68D4B567BAB798B9604C79306C475926E9FEC0F07A99F43473C6FD
-B15AC29C3D07FEBAD1BAFF75AAF2FBE94F104F1DBF838044FAD94B661B06AECD
-D9AEBD02B60CA4546DD6B5B5C1A3833ED07845671CEFCA8955CE0DE5DB8FC93B
-3306683CBFB8E5B79A863DE78D455DE9D592043C2686F88A43140F8B9F3B553B
-7047420E93E753829F8D47AC7621CFE3626F271E31F0019CC02D0B57F67BB47D
-8CFB63E902EA3231C00EC66EEC0D30FE8394558BD3535C888C4CEFC6EB72E737
-712ADC6300162D5D79BEE0CA1F6E4127A0BC90656C01692F6D82C85550AFC97E
-C2693E379160FDB9636FA41AE9C75B7F6643B05971C6D67CE30971D590FC07B3
-E0B36B4D1C7F25110B5DA2130D574FA292B47322975A2BADBDB39AAE69BDDBDA
-A880F9AAB580117708C79204DFFDC08BF4A48919B5C22228845CE8C3109E93AC
-2479E523B8A1C12A6E541118F121DC6B4EAED83491A03192D5C3A2A45D1A2467
-757E7B377C635CF5CAE11A7CB49D49F3A1BB2286090B5F0E4F89869D1771D50C
-54B5C5E091E3048A2C194F0ED00DD64FB95BAC6FA9D61ECD093ED416DA3A4981
-DB07CFF17C4F55C62DF628EBFF06FAC3F3D3F91C30EBB34052BE1A08F5EDA4B9
-08977197950A282B84E21D43C64BE3AE4BCE22C70E7D392DE09D89B7F23351AD
-6AD37225C12BA79EC9951F5DA1E505DB26200190ADE0E549305B7530CB86EFD2
-A896F13A97E51754F70B609CB4511CEFC38BA579C071E9510A49982389980DC5
-336D6C4A2DB100DFEC4055C7AA9C55880F94FBEA9EB280BEF66CB8E1E38A359D
-E5AFB12B540CD599085ADDA7FC2C72E7C873015773FFEECA2C596B75BC39A3EB
-3C43FA2E53C0D7993042F3D652BCC483E48B7F6C94C3FF6D38E276086A6AE67A
-E5A571B9C72E0D7824E0BC2ADF51A393B9E334649F786EC1923C854382B89627
-1B9E701AE5A6C42E672B2C6A33C8BBCA8F69B9061E787D6B92183F20CF4C3903
-FF5417427B84798C82BE28D2C81624E3920CA61EC9EADB364B5A6E50E49A1A72
-A9A090A1FCD84814B8B2708AD787D2B5015DA1305874F58C5EB62F843685FCB6
-465FCA80176CAB2B2FE65E0A270BCE1E3DB97564BEDFAE5CA44395A8DF4505C0
-3E103CC3B914359B2870DA6CD30382EAE8949131CFE31E9E75C3E47A3834BB32
-CF183D4A8B9001710D0A11390C9DAD116196568591D38C2AF4ADD852F31494EF
-573462759A35415900360882739789D6B89ACEFA251C5ED90ED704DD7C3C80CA
-9F6CDED69537D201D520C99E69EEAD5D3C0EB84C166660B3C190166D93EDFE6D
-15BCB6DC5CDCA825E48D33845CC2FB15291AAB823F25CF8BB0A1EAED8BEC524D
-D9CA016027141FAC9D35B64FB9C224552F29EF6B32497254E319090E698FD8A5
-15491CDFE1B988C79A0E3B9D01E12FF084E9FA86CCAE02A3EE6F2917B61A2CC1
-64B8CAF309D1AB48A34227A7729DFF99CB6EC282E3FAEDD2673779AA7E4C1789
-D93FDC37FE95F087C5F88F53D30A2DA9C913BF205FC6BDD060A40184F4AAEB3C
-D080D63B89CA3DEFF310D09EF0A83F3914BD5B7932980ECE139EF0313C20B4C8
-576EE0FE3F28FAF4D3CE7CD0890BC824A85B8EF4636BDF1EF1BB519F93D36540
-ED09FAF93FD71992CA2CE2E83F5355162ECEB32AD218092F45D5A61A44E67135
-EF0453589CECDC6962D0E8DA7E7567603BAF50B2C8F1CA65EA5320984E7D69AC
-9A7D3D7F92565D79E8C9DD2D92CCA7DE9CD058545E9F98AA47904D70E1897099
-3C4C852B3BA131DDD348433C336BDF5FBDFB62120DDEAEB3255E3207B0C84A0A
-1ECF9EC869DB9BFA3693B03FCB27C5A5D3CDD62630DEDE91B4DD5B9784BF0BDD
-FC6EEC3FA7ACA9E15FAE47CDD9B7FCD2BF0EFA10716F08C0AF25FF67CB6F9598
-C607D2FCA452417D2C69DC808A9441A66492394C3450BD30632AE739EAD654BA
-4343459CA36B6D5B2C12C39495952F2EF93D82C73E33236785A79609E260C4E0
-CF3A3C950DE71DDC3939D42DB1CB1CA917CEAD56979A70F8F3B207C805319FA7
-3C000AE2B21D711A6D78C7BFB901334DC06F59EAB6D94B507734C27971F8458D
-D00193645AB92FB8FE163D5C51AE4F40BDB4F2C51691E76EE0636F071F37AAA9
-BA78BD12459CA499210EB0CE2F8BD317387797C33F5933AE7A6264DA06B4A6A6
-1188326147A16B205D1F965872DED7D8EDB3294FAD2FCDF0D423329E9CCF879D
-4E0B966D509F45527F7609DD09694D286F6FF7535EF8971B7DFBAF608A19D442
-C133207EB1152ABBD11C455D0977F66A9B73E51381D1CA4B66E87C0C7175A63D
-80C699A052F00C41DAEF42E7A40E07B1B14107AB0787E24E17C1462960E3C54C
-AE73BE4924464FB177EC62F116B2822842541543EFF7ABDDEE197D6BD8F8D4E6
-59175D8C5957550B70BE775AD52FFF6E7C00DA7CDC16E1DF7446BB5D8FD82647
-3E9F87D5EA365C82A2D991321ECB14A9E3AEADC5A56665DF7072D6DAE402BCB6
-14D92B17F9E063E4E9D8D239C91F5C7C0BCD2FBD936C9D4A0B57659420343B59
-B395BBD1AB5B6003F653699D57E7581F9813CC98D4F072FB78899D6DECC42D34
-F2787EDEA64058B46C4BFAA2BB96E9BE5CACE8D91E4C080ADFC0FA0D4A29C6B8
-54FEA9E11DBCF53D9CA40A21AE5076451EDAB3593E56B6D453DC8EAB8C78B588
-34D4C4F36861B5649BC1E9F3091E704BDA7613ED45C911DFECA74EEA05165191
-825F95A947CAF382FBAF01F3B8B041ACCDF39718D7DC5BA6CA12BB20EEE96439
-BF2E2628AA3BD2C91998E6247A690FCB0CC95F286F427345CC4F1115BA3A6E54
-4743355F2CC991CBDFF5725902C1F5A6DEFDC8638A26EA456C33C27773D6214F
-66536CD2E44FD253531732D5A8C44B336B1BB47B0477350EB8CF74889B93402E
-2356A9CAAFCA562315D8E0B3F42F08932CB87BA2499A875AFA08D11DA73B38AF
-F46D03B7F639A8D7BF88CF07FFF4E91716DCCE6E2CCAB60A64D5E40EFD8B336A
-1BFCC4CB04F49DE1FBDE7AA5B2092A6EDBD913D161A3271AB6411622D0E14416
-37F81E0102F5B0F2F9A2B27819E4BACD7C50E29D6291AE5B0973C657761545A6
-741729620EF2BF1046B3913399C10982EE5F4142CF461EA31042E432CC79A1A1
-39C607D22E45A6DEC008CB4BF6007CDE9DD5802B49A62C8E02A6D448B64177CC
-887AD71D171B99E7ABE2085B37D90B3BD8513995D9A57F53184DA474F6DB5E49
-B73E04CC214EA5398DF7D7541F94E623E8687B511640457A48A68E9D9D6584CD
-15B57CC044D8091C771D175F2EEDD411099BC8F7B4317DC503BB5E405AEEB526
-5E6E1B1F2705275D274E012A98F66075CEB90AFC648B964DDC0E9C4AE7B24CE1
-80B051022E5781A533A21DCFB97893847D685137EAD85BA708A7E118C72FA839
-A9E460B5D17365A0AF1F53A98319FB64A5819B087F554BC056C4BE44113A5404
-BEF759F890C1CA5E7AE156F4F8106FDB4F8DFCCC640976983EADB30976344048
-2A86D7B2AF4A01CA736B98D52ACE392AD4BECE7E61C710B08B66F01857CA460B
-B8376E257113E10F6DEDF14CE2A4E6A99ECBCD302C36CADB713D849EAE9EB598
-F29DC98531D793B79F83091F9B136809E006F34E423D528CC4309AFFB3EEB47B
-9A9DE4D5B25CE953345C326BCBE2B4912641780637783084D3D12693F8135483
-CBB0AC4EE0B5610D7CEB7DF205830BDB9BB404DC1B28FB0824CC187B26C19A91
-DA0025EC739BF3993700101D042DED86D67F5FB87912CFC51AA7DF53F2162D62
-6314A2CE13810D0B8D81F45771391A236422CFA0F35F7A0CDF14ACB2724AA57B
-7C2C28D53029B1146558610E0CFBBF72A85AB9BA308F846228F299F13F68E8F7
-D963B2EE9EF7D4C21690632B640BDDAD0556EFA4EFBF035F13377ABB5CBC280B
-9E0C12AACB153C93351E5BA95A7D149010E204950A59C7FC6581D9703468C1E9
-EFAE37E7E6ACB892B3F8D1248D9A4A72F642FECC5E0B25C15EEB921EDDE84D12
-0E524FE6133C4921FF4921242392C12FBE69744D53739F7E849C1B96C4020AB2
-1FF10DEA608F111749E2FBD8DBCB17F353DCB3075B4F4B8186963EFE95A76A10
-85AA5BB6DB4095291974221829A8E436680F4860E01C3843BE5BB3101D0869C0
-EFCE08D187BC04F58C7A450A59093680A0F09E8E3F12DF5223E7EAFEFA01978F
-D8354753A68022CC92C71F2CA732DADAA8A466D4AAE5999B0DC077715671F518
-E6277741F44AE798EE50DF44CCF71FCF8BC71F76374005FEBC4883C6EDA854B0
-88C0C2B476709AA809ECE41AE786DB1A32B3FBBCC14921673578D3514C8CA842
-E1FF90BE33F7B93ADF6BFB8B1AFBBD080783BEF056A6BFAEF676F7BF9F2DFCC8
-01D255A9F0391951210D60D4D4DCA93AA858B38C0D7B8FD740D5FC6F277C2A68
-54CC2DE1F40B6347201FCA2A0A91822708D820CE645C3E4E5A09FE25721AB33A
-97871ED448F38FC5A349D81F402B34461D840D5768BFC6849439AB6115104F78
-B87115B1DAE12542EA898F86ACE247709817850B067F537E6137196101D46DD2
-D842EA03EF4501E34074E8458E638ACC4EB349A7430AB035BEF2DD4CE00554F9
-18F9FE32A55AC1E7E50D64AAFDA278D77A7149C59DC5B1E3064A4B281A54C9CE
-A5EA94ABEAE4C6D5674C208ABC72563976487136AF2E21F835BEFD232D7F0D13
-1D19932367F51D5379934DA7F1635AC51EE5CEBFA63D4D32F018DEF13624EE62
-31DAE68A08DBE3B4FDAAFC75291C8C6CC7A657E3C7453C7D1461A36E88E633D5
-408253B673AD87A9FB2D0F56DF1305916D14D5DD62051E27BCE09CEE9A1F14AF
-1D7164BA5FB6E6EC8D38750F7E28BE330909F303ECDEE692E347DE13C8C2F82E
-29C8BE6EFD76546F362A12A1C2DC12389EA95ACB4DCBE95620F0C193EAD91B33
-BAAC5801AE827B9AB3FCE5D11D1D7854F8FA8A31670119CC0CA98628F801838B
-AAC7EF90AC5466BE69CE3E3CD9951A5EB9AC08014285422F6DA6F6E221BB30F8
-0042A11F2E4B765BB0D142AD52F4D85785EA71B2E1CE20728B9E9306CE93268D
-99B822A5AB5232EC7E26EE1160850AD3905864A01357F22722B6A54D4EBE58CE
-480EAD9FBF068EE965AC4B5FD2FA8CCB91ECFC6E90B9C49268CA0B0FDAD23ADC
-D5A74B41149BB08454054C451AD0DA4CCF8B60F2EBD061AA03A011D548B6B481
-FAB00AF9225BB5463F27FD67333FB51F8664536267E95CFAA0BE3BC1B8F889CB
-587A3A4FA2B45864F07E11372C9507A625C0030EF7030A0B4D931BCC48F6DD51
-A4D1F63FDC4B59C1CB18E6242E9F4B4B8AD9755B870FE60D640181FB7EB8120C
-C56F51DC8C47FCC6318C2145EDCBEFA7BC4253315BA67FD2B3D4AF6A9F3F229C
-AB75B592EADE15B1FB5FDBA1C0F786BD21A51506B7A2E42C2D086BA6F84D1B3D
-AC7531545F0B01346831FF36A52CAC1E390F99AEDC265B44B0FC9C581BBA6BE4
-48B723811EBCAEA5FEFAEA7E5B987F2C7B3E9A65D2D14A7B74F099401C57E367
-385352D0776D2A908F7A5A2E4D4160946C5591397877025C8C387CA413EFED56
-8B142E8341E349DB4DBA422A4FEE56A573972A0C66590175158E48850A9F7F38
-4B95726787B8F969FDBC97491CC81CABC976CD00A27D1DFCA7CF467A956C1C6C
-839817AEF8794B6151FAE9261119DD5DB787DC9D3B420FD325ED6599FACADE0C
-320D54C2E0D296537E22C1783670A9D9BECAEC63853EC2F05A990260DC189D63
-7CCC0BDDF2CF7585071ABAC14630666737041194D0777EA4292AE60BD7F7100E
-DB568C90F0D899EA006CA423CFFD6EC70A5D3D8AC43C747DBAD3B02219E47D8D
-DE030631F4678C357A58ECC52782B31B50CFD44EC33F41585E51B27E3997D33F
-461BEF897220AEC80007F13C5A1EE3A0430CA899047DF944831F8B010A7DE74A
-BFD26001472DC00CDC9F17CC435F61ADAD4E9AE062ED477FC621FDDF9242C449
-1BB3F77FDD1519A251B663A693D84B42BF0962F537757F38CE5C5D56B98AB10A
-3B70C8AE8D52DCAFCEC22E7B09D3C4EFDA1841C74CA975E4F8294F7BDC796500
-0ABE197ED3737A65F7BAE601C91DB3983EAE11DA3EA18ABBBA3650DC361C2E77
-EF9F97618B0C337A906FF39926D2B0B7883ABBA650816C4C6B34EEA836994EEA
-AFEDDE56E0099D0E09EB88EB093544B9BF4871200746A0409C475FC4232A38D8
-F3105B0FF44E4F132378DD12D9E796412FD0F9478322215E9F59E69396C35AC4
-097C4995B2C3BAB2DD04B1A7097DE16DFDD76465E79ADEEBA90489ADD0914EBA
-53E11A43ECB11D072C68D2131BE1C7C43CB9DD5FBA0A67BA43D6851AD4CD3BC7
-39AE2E22CCC183A56CEB71D4F9F578518E376426E42B6390426A8434B5A83E78
-77A5B9963BAECD5FA5521C2A29418764E4EC1A72462B04957F823E2817A7F8D0
-1512919889500024B1C42EC107E8B8533C0B314EE4E23313A4C1BDB009A2073F
-9BAB479A3F9DA76CCD65629CCEF78015ADBC2D0D124B3BB2D322FC4D209E417D
-84BC3C758B6AB64A01E25C9C7B71D741AF90A19A339F99A0BE9FC39622F04C6F
-737474CFEC19C890A657BCE192B9DCD8F273CDC5294875DD4507DC5723EBB357
-73DB0933927DC21081E67E5DCF4E41FAA6E00E8DF04128F86348FB0718068FA9
-918319C4EE9D090CDF348153B6CC48648C55E889B4FFD3D75466F1B50C437546
-7DD9CF20980B148F60BB146402DC0732A27F255DCB859CFB6F9D329C12FB14A6
-7824D6DE27B03FF85BC59703A5D6C5B7D1CEBCF3C3FCD71D6D6F0311E41BF8BF
-0609D23C84720FA9EAC961C9D49C2E962D9618C32BAFBAA8CAB0B2F616E57DA6
-8CB44C5595A22377B28599F7D34A3BEA4173E1D31A2A6C5670D1F026EE2092A1
-DD0D2BBACAB46E5B0A7113B1BC379709C5870981E482E01EE3D16AF9ACF1A5D8
-7ABDB4BA5C3B13AF047826F360C8892642B482C3C61FAC97F332888AE156B35C
-5C8415A75B4F0F25F8E95BC4102FEB4A8287C544C99778EB0C163C22481F615B
-0004F764FB7CCB01AE01A614AFC9650D3934F748E8785416BBC89F66C696AF5B
-B5F6F125F115241728D85E7159FCDBB10B64598249BB0E6FF1AF845B0A2370AE
-E6A973023FCAC4BB6158D48B0C928ABC4E29A0DD611D0F5266AAC8239064C266
-82D4D33B032418967406BC98156CFCE1F091F733D8BAB9523690B4D6765DBADC
-210E814DB8715A269474EC0501CF66FA0D8FD224EDDE93AF243032E73714F730
-FB382372C0F9B9372450FA6F13689C9429EDE1A105F234B216263A7D0A917A15
-D1FC128580A16B5572436E398C353A0EC62539CAA188901FC30DF7511C1BF6E3
-B462203AE937653C4562FFFF03078EE7A184F554E6F01932AFD07722A00E50BB
-2D2BB785961F76273A16CEEB0EE833DFE14BBA539CC7E48F67A9D20C94283137
-BE84025E86C714DC9C6FD7CE4D1D0C50B6EDC79E066521FDFAB6285C83A68B4E
-B1A119875B4E45BF5403950A25286214CB4183C345173F72E6ACFEA5C13B4D2D
-FD12BD235193EE6BB66519B553CD963EDD68E7EF9439DF0411C8193ACB183C09
-4143657304B1BE2AB8D2D0203E677FA1DD01152D2ECF9D987B16C3FE0B3F5F12
-5C920243E1CB5FDCBE97DF55102EDED12811F3F7165F4FE1F6FD5A6BA809824C
-041FF9441529509EF4442EA873E8E7FF507607D526DD27315859B31D0AC11475
-53C573EBF9DC37A4667133E99D8AA608ACB729F90B736395211043CCA3272AD1
-470F1EB485629AA8B9DCB56479F734703D859F1E4EE8789FD6F739D0122348F5
-1D487FAF1F24EF7A14CF69ADE7A87550F55F394506BC7627A5E319B30F362528
-8AB497EC03B69B58736A5EE0AD63743E7F22125536104674EA63F9AC5286A746
-47C73EE8E0320E7DC098CF43F23EDEF32D213523125110140F46202435EA8E79
-E285C7F3AA0C5877F75FE0F16BDF478A00A6F380C7B677BE479FE900ED3C4A0C
-832966F634C63211B58E9AAC3A3346ACACBD040164B491287B45E0131479046F
-B430EDCF59B0DB6B0594775AA57CE029EE8DC445463169EA976945A5765AC390
-CA615933FD05173C47D30DD5CCBD56D89B4557C7192C31D7B500B779D7DD3707
-BD4B64980767B6C9A1BC9A948DFB8518AEF581A1D888C6F767F3315EE99F57E8
-4EAA54D04A3A9E34B100024AA7C49DFE273231E3DF17073CCAF5B0EF20566755
-6831F85C57454D1B0A5A8438EFC7F4E396F09CC200643564BADECD2208915FEC
-78E94025CEC8ED965EEE5F6B8BA081478231547355F93491915CFC4DBD619862
-0F99133CE7F44756C593C8DF1874E973237ACB17F9614B79D45672CF62AFE009
-EC61B395BD96B0081DE750421A41E9D474F0E030C6B8591D364F29A6D7246EF1
-6B4CF9B931A9A474011C62D504F408651692921AE83116CA0E4E6F41AF877FC3
-CE77764197719291E68B01570AB7038D91B8B81EA501DCB5ECB6083B6764BE3D
-DF21B4B3A1E1A5C917F324A1CE5AF92BE3B2F8634A140637425F9BDFBD21FF33
-CBA42069981B230D211602FEF410EFDC199B6DF283343FA5E6B4FF2804DE56A1
-61DDC684579F82C65DAC3A4F92B34FFB6273EF4F4591317B8D2250850BBA236B
-C1E36185BC3C8C7A7654B24D7A10A489BDF675F6EFE7B4253F14CB3B5ECD1756
-1882F3D139EB5EC7860D70A176D1536F5119A6C23EE9AE9AB21B586DA19B483C
-6BEBA87C457B9DE3D7C71DD7F97E352B642D84455E44EFC54417ADBE7E190F7B
-7ABF6FA0EA84A394C8316BF420D6E2DE5B867E6D602365925C3ACFC69ED653A1
-DA30FF3B49D407237196B9401B1EDB7EF2260E582D02B18EDD38AC0016F28896
-0A61CA720216012D0FE2B58D5D675D25A679B1D70FAC10A4EB38060C0BB1AD1D
-D1C59BD5F44FDD8768EFBE75B6795543533C02198E21A4B8A5430C2C432E45AA
-0C0937D6CED532EE6714C58ADFE2B15B117E9AEDFFC1E172716C756260BA9931
-23AB837CCC7C36BD6B86B628BAA7D6002720AF00411E9D039E435EE479D5015E
-23DC9F3993546E50A442CD9D0429F7AF22D9F14064CADF2A3062F218582CA520
-3FD8E0F30B224408594EC426C8DEA57ED60FAB24461611E86302C421BA600CDF
-D4EDBF4044F0E2893143D4BABF0A6AA09F28FB4190B779B82A61C65264A199D7
-C2F50BD82837F08970F630E1CC74B4EF421B1032967FEF552DF3C1C83ED995BC
-CB9192ED8AAA906CD9708A4882150B27B1E75FFC0D1383C50BB3E6C36F5CBF28
-C0572BD2F01AFFEE5927EBE3B6CB8FE778ED2B524E252F59AF00A3F8F880116B
-8EA655D9C6A68CAA28DB7A75003D0C3B653C7587BD1A7D93BE73CA6219024EA1
-07C31E7F7BC9B874183C9337538C925226CDC48FA25D51A6A0677A2BFF699AE1
-E28D9E58369BD6AD73ABA706531DE565E1984A9C89D0C1EC6FC030A93D3D863F
-C45EA66F195CFEFF9A03A1673BC544FB4F491AE5E50ECFF7F34B095DA96288F4
-31C02347DCB6792ABE9DE684A1A92318A2BDA38C2D8DDEF29B8FED450DCDCC7A
-5C5D124FF0DA047D37E8874370D5537AEE869E771835EA607E1634BC0707C0FF
-75D5764B867BEDD8FA075F0CBBA7191B3CBAFC9EF8DFE79E9D7FD5A58916101A
-A920F37BC5EC845621EFE3A953C19853C2989FD31952FC4876A8F7C58C4F21C1
-31E6ECE0389BFDC8D6E391B04D443EDEFAEB77985808C398583BC4D8C9979A38
-9842C4FCB7A4E84BD67BE72551A43B2B330293D8655A3D6655A2358E014F5686
-613D19B474AE0A92A80E6E701F4B63EDAF59C3E12DD961A5B413FD1CB5400743
-91F673B3502C6FD90A1349D649EBA4F5D8A6E5AA41F1A4DE1C387E22C9CC2733
-D542291D5B2E5CCD0E1FC1835BD6A74F5DB97FC174730AF33CFE5E68349BEFB6
-F2C76171C578412F075F9730567BE7A2644B17012DDA04D681018CBE09BDFCA6
-1BB460699CBD6006C031A02634BE0B16375FDB9C582EBE6683B60768BC3901E7
-4388A7E058B61713E3046F28F5ABF58417DA878E1870787C472FA08C2FAC7517
-4CE71727BB69D19BB40AEB50F1BD66704EA37D2A0B82F60D72E15440BD27064C
-E67CA41D97349309151DA28E1A7850587569A794E9FE46848A4611066291973C
-A6CD19857B92F0E36B271F24D54ED663A7C64DE3534B0989D41E21E01469AD69
-916AE35C5177C6BA8CEDA45C92694077DF3EBB0377269619F9925876919A472D
-14751E6515118EF9B84A5DD8C92695818BA4C959485EE1EDB6C6D3553B6FBD27
-A0FC42DDF20BB335F7D46F0951C51E9BB69FA6E7C76A8C960FB6A4305FDD2A30
-234A5EFA64C34948422255C14C2A0D8A57174AFB7DF3DB2F520EBB401CA2DD79
-FDF6C624654DFFCEA8FCF5B34C34CAA7C6EAEBA6DC98E8557042126E49E51C3E
-BB7C91497A44A69E4EBCBDC0656AA5A7F419D0443576F530C8136AE8612589CE
-781205654730006F3A39B4F3E5301784F164A2C87C2F86C894EAFB5E79D7231B
-E410219BED0210BADEFCF27EEF683A01FE01DAB70AC8DC4E82ACCF6B5BFB4DAC
-A42AEF344755A06DE8A6BF6F2786435E2EB1D103C8FA4306573BE699571880DA
-53548A1FC1F24E50B3C2BACE9261C0245F671694A0FBFB4ADAD535AB9949C020
-DEFE36F7EA12B3F8D80E3E3D7B3CBBD8B6EB0AD2573DD5DD0B4FABBC790C9F28
-428B33CA533D5A6348D1A64D868863F4385A3F19D9F4766B6B81CF634981090D
-AF0D763F09A2919A9DABC0DC4602D72F8747176F947A92077956FF59FD0D88CF
-FE224B9B16C5DD710E6DE3B94D47DED695BCE5414A3794E4CEB7845915272ECF
-E4A657C7B53DE7DE96A8C901DA24D54A467EE083181CEE606E5917FED2C97728
-57887C7D19EEA950AADF6E8A99798789757BA126D925E330BB7D931FDF4EE14A
-04F58858CE09DCB1F57B8F780DABEDD1C26D72C9A5287C9DD30365693C5DD06D
-7365B309AF1C97BD3443B393309929F6D1AE27A1CB55C2F5085EE81928E138F4
-4FA21E90C89F0397C9CDB4D707780F2418B38D8A8D76793C868D4BBF10AFBCD2
-9BBB8202DCC02C37BE63D3CD22208A23743025921A54307A72037E6356EF807F
-B2E7DF2B94C51F19895C3C059DB4C42C2DBF4E08E27E31A294B580E2367D2F63
-0C074F03DB73EEC7293AB98DEF387B3C18761C716EE02C95315A36D42BC5334D
-984E6E35587BC0711D1B7F8EA8656C8059683C49CA41B0520D6FE1952A1991DC
-659D83269307EAAF5A9CA8000FA086B55587FCD0C798FD93905B1CD88A9AA33E
-9DBC2FE2A89CC800565567422052BCF5BAA443EB441E3B7B6AF0322014458764
-7AAEF162D0E03F28F1D0A0EEED8714442E9DC41FD4B90436DB8A7E3A9431E726
-FAC0CB7151B6236B2438DCE9EE814A358DC10699244FAFB932C928E0E878D91E
-36E840135A9F372A0DC2EECA730E8490F4D42DE218150497C5EE87A5FF5C2282
-3AA9D4B71996F86F8BDA700EBC01E3054459AA3F87CAB9C3A230551D4534C3AD
-18F6C76C41E10DB9DD67D19614A516BDD39C432005676C78B36C53BDB3646934
-3AE6BC84D339851BD4D07CEC26129467C7181760DE58D0A288FF1F0DEE52D68A
-8423FEA92D3D9331F75E3B062BDB37BEE45D5C338BFC462612D1CA5CFF432D7D
-89D34ABEB9F42CB40A63BBECECACC033538136B3F9B81F1230453A52549B648F
-E8AA9EE2B0AE82A1904FB78A6237247DD96B906B82945AAA772DA058B85494B5
-DBF53ADE76C1013C1DCC7A19AA3ADD198E3EEDE3269C4F3A6DFE54CBD17C7608
-3BF7513E37D9C8D688087E2A09B863882D46454A5B99CBFF538C008FA9BADC2C
-004ED4ECE65C4301862323B134BA11C6D4E691AA899C0E83CEA6A625AED13F65
-78D330A389A6D6EC23CD82D70D53D4F571C9D872E1A09679444FE686A12647B1
-6BB67C8AA4D500F6DACCB2E0C682C835D24C646A51259A72ED3E281C93743832
-A51B3B89D38E575B8521A39D87F8105F892AE9BE53FD758B8DBE2021716ACFB7
-350D5408C621CDEDC04E63DC4468C301435C2C2D61F3B2C24117F9ACBCD9E3A6
-BEA36A9A4227287DCACA0EBB1C6267F23BC0C3E0F28A89184FACFB919D49843B
-AEA30EDC40944FFE38FFBD7B33B6B05F5AE1D0E168E924AC698B7200D2E86C14
-E79E6768E27E848768A75DD694B48FE4839058824A9F5C472081962020B96FE8
-45DBD7153E2086C2DECB97B99850286211660573EB090E315BD727C989B8FE41
-D25635F195218A2F15FE8A5C5FAD2857F75969D1257158EE5C52055C1E11D18A
-8770E2DE895D7118B3886FD549441424F56DCB3820D5709B9D838435AAE4D64B
-6F49CB37B640BD905D6C3FC1E53C8304B0EB694269D6C48D81300DD537373040
-65B95EF64F81AEE581FFAFFF8B32DBFC16B4F1F7FF9DDCE9CF5D6A8A6D79E4C4
-209E47E16C32343B7D8B65D863F33717FC01CEF14A0F012805FAA46552535809
-14126B88CCC2F0E276F5EB42E0C7628CB2397645DD951E31566B9D80F4379A57
-8D10288DD980E93AD47F7F5EB41C4E0DE8AFC5118CFE87A804F309C6A9D1E126
-C0912E55D9B1FA95611FE7FD22C722610746316AA8703953AEE8D52F4B67F0E8
-1C12A3A1A38B3AFC87E78B29AB79174E1CB09880DED63F5EE28AE6916E9BDF2D
-3DBBF6F8A09A229BCFE45B37D0E28A3A519DD20CD8B7AFAABCF0EEE058EC5BEC
-98CA3FF46CDB8324A5CFD9985AFD545B1425BA1B1F8A3209D159925194C2C7B4
-F353F587F1CEC839996FB9761DA1343F24A17BBE4206324041E9DB6DC5CFB21E
-789DCC82093269E3D2894773C8BCD25DB0D6B3DBF7A799276936132C262C2F0C
-980D6689EBC8459C62E19C91EF5169439185F8DB0946D7156108A689F9B0A52D
-10E02422207CDF2CEF1C2B5D3D50E4D458B4A6C936CE9E6A6C4975AFD8790E5D
-057FACE7B96263BAE67A549B42F8CA016C5EF42B55C2FDF20D3A25A68B13FA44
-99D57478B9FFB6BACF69CABEA3C64B559A0D0897176CE2BE218396DD2CB25D70
-59BB599060F97D2CA6422F46D28D3FED8AA36FE161A91DADE4B621EC24BEB0DB
-31FAB9F4B67209C5DA12F4AC49B8BADD510C8226962D4657A80DD7DD49104E88
-A0287F75C8784516C98BD7BD15D91F4513384B46BB097291EF6D6229A529BF62
-0A5F4AF3C21150A058B08D0B47DAF540DB98EAAFC88E117BC9DBA9AC19DDD756
-9A90C45BA3E8C37368C7E44BD6BDFD96619ED819CB067ECBC13BE325409987C6
-CB804C705C040AE82EEA129A1A7AD4B7B362E799F2CE5C0390722A16FC60B1E8
-44B0B85D097AE0D5E08DEC18C3E576E22268D7F0CDA46D9469019C20EAE9BA74
-7B49EA6166F5AC94672063D25C4C0E8FCE359712939ACEDFFF9AB5E7442A2A00
-A7E7A05E9E10A209672155C03EB12CD5E80155A5DEE3D503BA08D71E423C472B
-A74CD26E15A200FBAB8E94086928E73860E50BB7389B3A8E0E833ABAC5FF8C62
-B894E007E5C220FAE6D53ADE85C747BD84D88BD0F40132A0D1FE51ECDCE1BE9B
-BD89734A56C3577515520025A7743F45B01D74588DAED6FCC209CC819CE0DC65
-B590337F93D92D71615422728C6A8AA4D357A4E350BF6CE2480D4E1A818EFD9C
-E6243B96F72EF5C5E88645A73189D9772E97911A0713A03201A69D78A98F743C
-C0C8562CD876F8DE0A488CCAA3EC11142190BC32B2D8FFBEE6E155EFD20BB003
-055C74D843F2AB34D9552E5620FACE9E40C04DD84E29A602151B7C3352798963
-94674A8246B77CECFCC9A896B64F296EBD891E669A538343C0394E6634D9BDB7
-AB6D9C584DC7DEDF6AEB695FF83953653CED9E2B7F6E5D2A965B60F1FD3DC752
-3FE4EBD010AD47E0A9FD989B15559783B429F50B3A70A1D8CFCBC150A492A8C6
-4F570111E78A66DB463BB2EA226890FC25BD5CCFAEDAB7DEB2D081480821426B
-45EDFD5C048A41F295415C43E86930C53961D954B54F6886044A1C5F6D2526EF
-F6521BFA9BCEA510AB3E1731719DA2E83729BD08AA2814663532756B1AC5E199
-329025C143B47106919977514AC51B681FBBF5B115AB82A15E24C7315091DFD4
-CD11E813DCFB89355F4CFAFBBD54822018E7EA7ACB3A06DE7B571267E0C66BD5
-6DEFA8A8AED615B9A7F40B138841D094D5BEB32197BF5213BA572AED3C87AC6F
-6ED6356BA2A2B9A3E26E43B3E6780BB66CC93A1A2CE94C90D48ADCA2BE608B64
-7C0C0410A9134B81EF24CCDC7426E5096CAE44EE96D666A4F3F72774105AB03E
-320FC752F294CA8A537BE8EB6FA85F069E6809553D3A9CB3384E132275D2028A
-DC6CE52E75DE9142E8D19C656F7A74D985BEC5367F151A151E5D41346AF70ED3
-14D68F0C83E4EC225E6F60A48200AAA0FAC3725551B8859AF513FFBE2AB3C205
-DCD56B1177021C5D819DC38BA8A042DB92A0A34224E37250AA0F65707C2786C6
-189F518C2E635D327D999949C4358402F4EFB6237C8A0A8BBC01E9B01F58A83E
-3BF161E39EF504F2E31BB62F27B4830EAE9B05977DA47EF338817109E0BA1059
-6DFFC6426DBBCE33297E6D36D3492B098C1691DEA31FDF967BE80808199760C8
-46E9D075B01F433DD5A43A2AD872061B3852B74BB421B3564E57C44ED0DE500B
-D976E02B51C656974673846B1B5E31F7F9EB5FAB81F92F62ED34EA0715950780
-6F5674E2D6120A4B9B89F749120921EE65043A66F0272B75C05BDDD09217A10F
-E9E93E647617CA513F52252556D23F34248D0EBDB3FFCA6BD7C31E3369CB1F0C
-20BF53BDF7C4F7A1C37BAD112254C227FACDFD40CA33EDF4688600E16586A5B1
-D53C2AFEEAA2416B29948B4FA677FC1EAC94B4A7A2AA4EFFA901F90B56BC2F04
-921AAC33FA46982497BD267EC185F64A2C6F51C48691908568A4F9814175AC6B
-E1B34565EF12D99AD27B74481FCBA29E4C58C8D031DAC1E58E24AE5E432C74E4
-CFDA7278C66FE60C11D9501EE25CFB8F816F06D1427D8A8A119F7E9A66471847
-90BEA16129627D6E12463C9DB6E4CBF9AC20F51EEFC808ED48D41F334115616C
-FC0F037AAEAB996F754FA6A8653B8912BA0A9BD0D0EA381B3A54A86155156D1E
-BF1BFF694F9EEA20EBE388D4F01CE5117C0EA6E061B807AD4B53270006E6CC45
-5016272BB7FE8540070D51A260A018E09D9A1C7CB3E3C6409BC1993E59667A42
-049F2393C872D0E8EC41FBC2671D0F5E4B99BDC5AD13F7B0930B881CC049FC39
-938DD4D270BA8FD68DFF2ADCC21C7C24ABD1391C947142F1C7CC6E7EE5D31252
-F84B92C304757C0B8394E9E2C2D4DCEBD7709FA645B883D8A5F9657FE6116F2C
-891F3DB3BD7DEA5922EE488678297C5A043720DDD777451AB916FA664519A6A8
-9BE9214DC67D68FAF516E19E1F65F162C246B6C010911220978C2FAEEA7023CD
-E2C2A175D2C79817AD4E4364090B9C6B95CE86840857599448EA77982CDEE30D
-F4E739DE78F7C1831B2FAD322EB48FCA0ED8FE56A0BE9E26E6921171C31F8E79
-D5A59BC6225A0AA217FEB684D1CCF1B12E21DBEF1F1315C920EB46163B5C2F46
-80669943D09CD519256D5A4DE9144FD5103B52774A530D2A4318E9ABFFEF15A0
-24F0590F23BA7612351FC0BD9E5F9A5A8D6ECB677978C4E2AFC4560986B7A8DD
-0CC30A82C2CBD2707A18D988C164F2B8CED74B1C12991E705F005E3A8D10BB25
-F5A45974096ED5C5F8A09ADA293175C763CDF9C3484C4B9ABA9839BB9028425F
-DD34E700820CA4B2BAF969C1DEEE659A6FF568EDE7B58400C07BDA06310B92EE
-17FEF247A7FAFBB56044FAD23EB2933D8F313A161767FE211FC103F392A9A1E8
-B633A259920A15D19A4F5780C09071ED04C83FBAB9ABF344A1B0F1FBD2A96A87
-E03F2785DD00CFD5B3B95736CFE6315E86E8A5E838F4C02B36859AB4CA203FED
-4AB0D43E2964FEF26993ACA619F1CF12D3DCFBD8E50AD02A72A6593EB876E244
-D5CDFEE1128408A5C10B5E70D680299E8A33489E1179FA0F753B7FABBB826BD1
-39D7F7A8E7C15C359E24B6569640123700FF628B2D76E2B7B2DE7C2F098A7A46
-8309CCDEA49CD277E96366EF221C4DBCCF17882C4565340EA41EBE83998AC89F
-D66825F75F751395FACA772DFCEDA5E3368094CF378C31DF2B405D92690F2546
-AA982FE7F32660E0FB33BF253F632FE978DDAFEECCF840997558C607ECF0CD57
-5CDB3EE71642ADAC37D462F7A23541F850382BC1140C8437FC62C34CD9BE7002
-0C136657F2ED4AF914AD3AEC860B2E873A77C818E491440EEE98075FBD7EE393
-B68FAB94C574EC914FAE259B065C8666CBB2D3604F9FFAA52DEB5F157079D53D
-3FBBCC93C598FD83769A8C039EFA0C7BDC027A34721E437E548F120137EC099B
-15D65CF68B5F2E5ACBD11A46A6E2168F6E38DACB52D0AF949B8BFC8AA92A6C1B
-E5A362B1B05A46F3E58921F6A1CD4C97730B14D31F0C1E2C132D25B2A63D631D
-C65813C00332FB695789D21D9903B3CD1425CC36C25C18C7D49014F85BB771C8
-D0D18204492ECCBF69D97B2342457C95A7CBD46C489690CE6B4A4363653B9D46
-A5A03BB8BC675B56A1CDFC8E0C3BC7DD7E4804E61DD27EB6D25119887EEF49DE
-905543AEA98A60471A3D512D63CFA12F8768CBDCF8F9EDD9AF084027DBF313DD
-059EC75136FC08C22D280B76F1A4AE628CF21DB9A6E567085DCEF55E68812A8D
-F72DFBF59786430216884E02416419FEC67428E36B62093250EE61EDA4E9FDC9
-08F01063F9841E1A5FC54F34A65F738A9E330E8074930BD9E85F05AB0E9DDCF1
-2CCC343C8BA7619FA512292B53F37BC95635A3EE07C3E4E91B123E2CC34EA9F9
-123C38F41B1DF9C2A7034BD05D83CFC2B86D69639B8C34940F53F44D5F549305
-F196464989975EF35F33B2B4B52CA9EDC6B32033B63BB03462CC58BBED662365
-2F36F7A46A371A60B245D53F9A7DAA64428EECD40A8F4C93D460490B092558CB
-647E53E34771DC04DEEB2C285965F4DCF2CCB8669ADB238CC12897F7DF46E6DB
-FD9D5BFBEA1DD262C4CC1B24E681643FAB80B34D057BC920ABAED5B39D2ACFE7
-4CA3A1999ACF8C9AD0F99B12922D37C03D06B77985EF38B3FBCBD6AFD21572BF
-84A7BB8C4ED5C3BE657673F8E9F3A1655C0179A4CA565D3B6F0949B2CBBEC189
-B0B46D5727EA5EDB274B66C9FD872C00969B9C6B7CDC3A8CEC053A443CB847F2
-540FAE81CBE3F6B306D1B8B913919D1B9FC029CD5D414DB2E16C7EC97F0BC73C
-1BDCD5F3FB0695EB84873FA73629005D7CE48A9A1374CD2A0DAC7F507D3F04EA
-A8F71F37B65C4D5F5928C7A59BDB73E1702D4E9508519508DF62DD29AE1209FA
-8766D6311A78B12C830AC0D870CB02DAC0D6434801CB48972C196E0CC92BDDEA
-398622BAA5B384FB8A0396777CF517A08F646774EFD5C6CAB81C37ED7AF68276
-C86AD81C3C41476A6398A6A22D65421526EEC405F6CC9F2520FAD97FFDDBA3EF
-9E8DD5295CE2390650C5B19930B45A410083442196A24413ED58BC3994D003EE
-F13DA0A43E7D99C70365FE768AADD61628BDF66FFC0D4195AE0CB7FF33EE475E
-2B0EB97F66B2FE63D3436568729519B2639BF5AD17F7061BF9F8A2EADDC7F806
-50C1EBC0AF0BAB233868B10EC7711A0C2FFAACDCE3C49D3A0301C49B82A2DD78
-92BD6740EC601CBD20D460B90EED562B2AE48E55A7C28C8643B4DACAE95AD33F
-27F2CB34AC65A0E62BE71CDC3D05361D1F07584945E4E89514C40D8A3132C707
-A4D56B054572CAF5F12E40406C26E5077C9E255516000F1733B136CA5C58961D
-A9B22F6FEE7B57DA278A3F8F2B8A2B52B5E2E1FED54F14AFC9F13B18734E42C5
-C04846F7CEE4700920DAC45D381100CF7D5DF4E601D3B933998D86D5FDFDF666
-CC4ECF675477D74327EAB256DC1727A44C3F7A6A970D9598EB46A5C38E81F3C5
-10D8307C19D849BBEB0C962BFBB37409195756E505278D619A73140B2C661235
-2091B4C6A3C81A3F532B8168E69EB1DA998C84834C2C87A910A2A65B264A20AD
-50F7B5B8DDA82DC3F45F394BAAE1BAAF5FE217BB95A30E2164C3193083013EDB
-950B9F2F8559B483BD35507E77A8C59CE5E6571EF07AA5ADFC51C4E54346AE1E
-6E22EE5A58C7B31687B936299B29547E214971677A0D5FDC566E61EA08E86BC6
-976077F73FBC8EA0CFCA796D37DDF0977130FF25C4791DC6CD5B7450A594BD1B
-291A8650DFFFAB3154F4129AEBE08C3A0F76A61F23A6662795F20B096772DA49
-FDC818E8F431C8D7488139A55443B81474F5D80D63E1CC6B1AA2241C0AEE0169
-9077ED92D2CB61C71F765AEB0A26665F2677D214B6C5EF0111171B165531D3E4
-7E9E43F1659A4F3E96BFE53F74D902BCCB2557013D900D19B86DBEE27F12CE31
-A94697D4DA12D98DF2F197BF7B7F6380E1CD7D1F9E13B65D5841A990642DE6F8
-0F86E9C087D82FD2A903B7C5191D7D87CB2797C3B24432F7D29BB50DE05D37A5
-B9090F2D26B1AF1EF3DF11645E317BBAD8136611F64885A3D635C3C1F1F42995
-83BB3D6719766FE2D016B42753A30887C1D57DF9CB860FAC2F95BF993EB7DC4B
-F61EA29CCCA247F2728D4504648A8EE0B7FA0A766282E63511F89CAD7B612348
-7E83A9D8F233757716321B251D122D9793FCC20090AB7BE19B1575A3AD6CB93B
-9FED5A9A6CDD855A1F09FCBE5C9DD97F93C49FAD92D3DAB4B32DFAE82E36165D
-5A6BFCE2AEA0F568A481C480D75C1F32ABA8FB904CCBF3FA6AAF58C02B501A62
-4D6C1F8F690BB4B7325A31B13A712549AFA18174BDFDA6010BBFECCCDFDB06B9
-406732F56AA41EFBC80266EBF0B9852EE08E76EEB14A276935114FAD24214CB5
-D177262C90AB93798A00D55A152D635C96846D70395C7EAC49F7A750027F9024
-3781BEE23D56131397B4B241BC6976A4F2B04C8C64EFD55E801D833664019765
-7A22B810889C096B55AD2B4D8963CE240D5DF0FDAB71E9091A167A80F5A3418F
-DF87AA78FFB1EFEBD8A2C97E8E7667B289BC23CFC16F0B138CE179402015CC4D
-F36912CAE318490F6A050B56B778DCEDA7AD335FBB6F3F05C526C8B5EF0B7BD2
-DFBCF5FD5C40F39B6A3455B86B34E89060AB0E6AB96C3914019CEE49EED033F2
-EE547725E1EDD60358DDF57F9EC734134515949C482D52079316D9A2481A1547
-94B4CA6724EFABBE3DE13F07951329A119D84A07CA8CDB199704694F4B3AF26B
-95DABE0B18F99025A88898EDE46BB3C314FDDA77018279B5DC8C854096F3C7F5
-4DE88F3BE84881A03C5E19A77B769EC57B4F6E5BB885485CF242A23C6E5FC322
-04511A00F27AB274232A97A2E5C45188538013667C552E804283C579F1700DD8
-B3C70F6D22FE133C15FA6D5095582333F9B4495282BAD0537B90BC6548427F7E
-12C9D744869A3F5F133CB2CA078C83B80F95AAEE5D64203110CA1AF12E5E0273
-298B2EB72DBB5FBC3F6A6D7004FAA17AEFB086870C83E8D742EE560DEAA5F727
-CD7BA16A4D6FAB7ED191AB92BA39300BFB73EE31B7820D85DAE74DE35B2E3FF5
-8879D9D02B251D7903CA30DA07E2B5694F23631CFB5EB08656AECE21A93DA6B9
-EB6CE1A290631B795A55CA75A5EFBC99BD1E21C40D7374181C96B43B696F9079
-E7BC8BCC96044E09E48EAA625B9D5C53CAF79C84E8032A0F976EC2FEEA9583AC
-25DCC02DEC8D4798E0C145CC523E5EEE82A1A73AE0EFBB08876278A7983FFF86
-527052AC0100CB273390888702DA5C62889808C3DC427BCC5B0A8D787102E641
-2ABFCA74C325F26A74AE2CC7637C9996547B34F33CE355165910F2C0E6445E7E
-70DE25D7D187EF97902D4D535956A4ADA1F1FA0CE9881399477A0B72CFB5F841
-1893157F662F071419B5AAB14EE66E1D478AA9DDA4E4DCDAFB7060EC629ADFAF
-5C779DE9AB8A65A65722109954599B931C42DE431F5A988459BE94F48F7D2539
-1A8D09133020EA37FA9C7CF8A32C9C1BAE51E112CFCF59CD7FA6E9676BAFD4D8
-093CBF4FCC3BB2E468ED55E28D75DF47CCF621662632E2087A8227945723823C
-02629CCDF94D5168A3810B815522588487CD8AD69EDE6D7FA593E638F603D808
-0E2DC9278B63534E63D22876BDEE3A7CAB88C637DC55C9D1C4F3309C01DF68F0
-3919523B2CE7CA52961AA3C2E618EFE1BBCD2C8DC65EC648CD380E3421F287C7
-6F7308C13F6D857C74522BE6A0B09E15420CFAAE8DE28CFE6350217DA9DB5083
-D15B0CA455D343119E3C1D25F1CA143D5568D63CE32856F21328D5AAD69236BD
-208BEC83099D6652E91253440A613155EBE7F2D902CAC765F5049FB5433AD361
-7C7EF2BF062877DB1981B9481F961A097D0402CD89E0BFA180027E29B990C2EF
-138AACF0D146CE117990CB9561FA6C0A8D1929D5B8BA4C4D9168D6A744ED4B4F
-457EFD4B36189371E60DCE4D2D97EDE139145241DFB26394A142D4457AFC0E04
-990DBBF7E40FF9CC5B0624E9B898CEED3A63865690D1CA256330F472EFA9059E
-81920A9D365AD4CF9618E64AF8FE19DEFEFAAABF8B878C42C07490AA600C0E56
-76E6C97F5B0038169395855E4338C84108D1ACB59E5482AF5FA034769A116EF2
-F408FDFAF2205DAD5AE5324EE9F1AC7192E070EA40EF350817F8A69D680DCEE2
-1B30277FDCE432D5541D27536E9086C2C74B2B0D5AB976C3E188EBED10777172
-76F7D7F73E38D15D03809B350C2F55E80AB7EB7D4C4C9B7DD97179F36DB5E4F0
-1140662023CA3C389A8B168A68303117179A4AF84A64B2C2A56ACCBECD6A98AA
-14CD43B8CD3FB79202D957E0D5BFFB49967E5421426205FE24C9608E5F591854
-DF895083505CD0A4F53DA06D931AFE3BB68F3FC3DCEC7059D3FF5218BF5F1082
-CDEA29587E7E9E357EC1329411FCCA0C3078E9787A12EA78D59B2E8CF2AF09C8
-DA12B2B0EA4A43283C8FC9AC945EB0E63CCFE272BE758B0F8B2C9BAC46F3BA97
-D05C0E720C584E805589D2804EFEFEDA9962B4CD5B145FF7305FA959B660FC9B
-37C79503EBC2D1639D2593B0A9F24EE3CC07352614C0B6C531585F27CFB6EFCF
-044F2F2A261B0C2D79FF78899DB6B1F2FB06BFAFEB488504D2FD579F55980DFE
-9D15DBCCC176E41EA7AD6364D40D931CE561E0AB57F5FEA21549290E539A3C7F
-DCE12F4ED93538385B2D30DFA578BAC6DC92A144A72D1C2CEA334ACA6F6C2133
-D1996B97AE8B102EC56426ED5D59DBBA11BA7D6FD39A8692F0931B64538975F5
-61B79F8640773407E873FB4714516037A5C6FFA8C796A9B01898CDFDC2A3F2A1
-5D3BD4C09165F6AFA9EEA3E0C84DB1D058A4C54EC0673860170038CC318DCCF7
-1F3960F12AA2C9447090D91B0EF8A320E933FC8E89FDA5D5897266A4D156BDB4
-077745CC076FB9A12F9D3BE989E2F8ABF44F4BF842DF548111DE129B36B535ED
-E5ECF8AB96D94EDB9E0484E00BF942491ED250EA8E062FC59F223A85F26649CC
-AB1AF18824045625756CE044529471B253B1F3B5FA2BBC3DCEDC457C0A42E29D
-7A152AE14C8D60122C5AEAF5D4360E51BE81A84F3A6CB164181DD1B62AB204E2
-3F078794D9FE570D6115B1C9DEA193996CEBDC5A32D8EF3EA3C309B9F87C726C
-5F2957494663A92639A418C450D42D027053DE7342921EEFD3CCF162DBD32E16
-9C8FF39084FE1117958230EF168E6FA9B48590EDC108D7FDCEBD76BAAAFFBD0A
-4EBBA485DEA8C89778456A1A36F420FE78B0A8F854CFDE7E26E76CDC2270C983
-1D5D914F3EEEC7E4105228ADD1646013CAE11C03108C6971EAD9C13524537A4C
-2CC3D193CE5CF0FED9939AF23E241FF6C82FCBE73CACA6B4B6F88C17A18CE4D3
-4F49BEFCF830777A1B26CF228DA61EA5177A826645B18F21C10E06C748E113C9
-03402DFE318270EAA54F518FF635C340FF581055C1529CD6976951F6819D5A45
-A4DD081C55E7597D257DB9E2E3DBD46B0878895155DB0C4D859B1E61291EAFFA
-7F2816E365A5D6AF6EACFD49362833DE3ECA447871D071BEACE9EB8591F31EC7
-CBCE3C2EA428301FCEB42ED2E082F89476F39F7EB993044B8DC23832B25DD3AB
-FD6E0A199A3CF03A79F323FF826682C8FEC47BB2B74C22A92D01F0E0CD8CEBB5
-C59ECEE83A7B02E949225EDEE26D5D11521DB381A26E30CEAC4D8E2FFB87E0F1
-44ED94C0E3C022D4B2DC2922321EEF1BB71DE6C221535B0EB6A9837C8A775440
-BDC58FAA05C859F05A654242BBB4620D92E5E8B3C5A937B98064BF97549E68B8
-8FD29B4E57EE27055217C910A199900E2A465051AE0573E3D46E5CD541BBBA59
-5062CF9444E95536CAB30FDCD35A56AF4F5038E65690633DA9890CE8229F6EB9
-E5BAA68E54F9AF6590B4FDAD42B7BC0A6708A1C2E809B743A5767ED46FCB9847
-8274E288E9B2A49803D238ED5FAEFBDE3863B29D55118E3ADC937E4B02287439
-B452DD41CE8298B10AE99AE275D45C5E0EB5680DDDE9F449855FF97B28AD1A9B
-BE728BC56C8B4632938A4337D794EFDB56050F5459C031DCCBB1CFAEBBA79348
-F5514685F1F16FADF390B55DB5B671D0E020C03C8D301683FDA4BE8CDB3C7948
-2F5648A2E049A495608CE414857236A70AAEF5EBAABAF1A0950A2B0B814AFD0D
-443CD6D2E0365332CEBFD557DD16FE1E3342A85057C5C8337ECEE5466406A324
-B7A5F881BBB2E442C9775A1C33B5321887E3A8E8001ABAA65B1B2BD1191D6659
-3BBD32F2B01A37BBFE2A3964BF37646262E4D667BEBCAF970226BE5AFFB86A1A
-21CC0D74E7376B9634EC8BCC46D551FAA67603D4B707DCBF6C65D932FC76C2B4
-8B2D03F5E29C4E2327F5791CCE1E42395319739422607AFC0B6962680A04A5CE
-B9FCA10C3EA7F9B1CFEA675F44029F68E3C9C0B90CD7751040239137508E1E3F
-1FFCA19DA7B0933ACEB8239703097AFA4DBEC0FD8F94AA7854F83DF191A44326
-EA23CB5F18E342A9110D30A1D9427492564E7CA82FA80CDE8B7ADD8787B3FCDF
-A5D52B14B6147262461F3563101CD20A457672F78F9BCB7F996D7699975C018C
-07ABAE4E0987AEB32A45577BA6157B51E9BBC37839FCBB886B8987389D8C82C2
-0281A89F98874003140328866916A547FF0B47F24982E346FEC11458EF35C95B
-033F35334E2956A631F7192A
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMR10
-%!PS-AdobeFont-1.0: CMR10 003.002
-%%Title: CMR10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMR10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup
-/UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMR10 def
-/FontBBox {-40 -250 1009 750 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMR10.) readonly def
-/FullName (CMR10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 11 /ff put
-dup 12 /fi put
-dup 13 /fl put
-dup 14 /ffi put
-dup 33 /exclam put
-dup 34 /quotedblright put
-dup 35 /numbersign put
-dup 36 /dollar put
-dup 37 /percent put
-dup 38 /ampersand put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 42 /asterisk put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 47 /slash put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 55 /seven put
-dup 56 /eight put
-dup 57 /nine put
-dup 58 /colon put
-dup 59 /semicolon put
-dup 61 /equal put
-dup 63 /question put
-dup 64 /at put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 74 /J put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 81 /Q put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 86 /V put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 90 /Z put
-dup 91 /bracketleft put
-dup 92 /quotedblleft put
-dup 93 /bracketright put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-dup 123 /endash put
-dup 124 /emdash put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA
-0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93
-51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71
-7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551
-E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078
-0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273
-C01924195A181D03F5054A93B71E5065F8D92FE23794D2DB9B8591E5F01442D8
-569672CF86B91C3F79C5DDC97C190EE0082814A5B5A2A5E77C790F087E729079
-24A5AC880DDED58334DD5E8DC6A0B2BD4F04B17334A74BF8FF5D88B7B678A04A
-2255C050CB39A389106B0C672A1912AFA86A49EFD02E61E6509E50EE35E67944
-8FC63D91C3D2794B49A0C2993832BC4CDC8F7BD7575AD61BCDF42E2E421AA93E
-3FF9E4FAD980256D8B377043A07FC75D6169338028692CCA8CD1FE92FD60AD26
-D57B7519B80A8F8DCE9CEE5CDF720AF268D3C14099498A843D76E3B6C0328F24
-D36EFE7F5C4E5B5C612786200C8DE3A41EE5F1FFAF4097653CFCDC8F4FD32E0B
-03EDB3E413283B9EFB0AC33B055617005BC9B0057FD68C52D1B0E67F0C571685
-767F2AA85ADE4E0104A1C777733D5E318A22A9944336E5B98D965E50D31F357A
-8B6EA5A0EA98E1B027CE68C2EDB149EDDD04ED74A1B3D206D471A0C11C11449B
-DE190BBFEBC08C9E1B7513B43DA3134D6B11A2516E6E86B67F68C970A320D05E
-94FEC57FB347606DF89989C33482BD09D011C55AA920319E7B26A205D3D0F004
-22466F09C0482A164CFB27EF6ED2B040ECCC3DCAF345B5A73676F193D43123B7
-72FD6CFC5E37930E61EBD5A6307E4DE70194E6384EC0D79DB6AD86D3B319A31C
-8B0589D0FE28241D8ACE280D0530EE99C80723E560BB72AE9D53F4713181F491
-344B06D3027BA4E9E94D4305BE1D817197C54C8FF56CD6964165F6448ECC8A8A
-64B48B4F0FD69299A137589E2491A283509B21A3A5772F75B7602A9F60AE559B
-07A58436D04222C73EAEA72DE9A5A441F88D27C11F4F91255EFE280E91A4ACAC
-1E98A4E5E6C57B9AE86FD218C3CD8F24A4104156A80F13821384E529783C52C8
-78B94AB3A0096090867ED32E8A30980E737922037F75F062BD83BF4F5929BC51
-CC22AEE2DBBAAA001CFFBFF41D258424FAD888FFF1BEAB796A44E3126159E120
-7E4025C676CF94888A1971AEF8B6764B3AF4A92D36FAF6FC56FD049710EE3782
-BC2CD84FE2473F133BE03C1346B875463F126DCAB15C7A9BCC9A727D23611462
-4E8D2BFD2466600285D79518712B8681ABCD69608E6AA9578F7BD771EC36E01A
-5A17BC17E375020ECA59B43790ABEB9DF5F4FBBEF807E5699EFEAC563E1ACC5D
-EFA336E75DE6D8248E9381BB110884FDC89C2F9A41EBBC9A8A1F98E6A41F68BE
-EE30E25CA148C1EFF42DFF8C214A6537AB11F260B8C329A4947B5FC8DC9C5622
-4DF7BF4FBFB00380D47BABB03BC30627AA74103E553F55278F538EDD8C1E64CE
-0F1398CA0AB5A86630139B4A7E8FC02804CAFF3830114640AE50D2FDA3B561B5
-C63AD7EE3347804CBB40FB1E77A6C89735DD870351C3A1811591AB493251B904
-314F65791963C0412377C1D02362C5E9655F1C3D4803CD379A8EF24C48218C2E
-DF1165840462BF37DDE1B8D5FF09FA2C3B261E2F1A65ECFBE5D4EAD43B52C029
-EEB3948CB8A252CBAF545C8FA1C31E920E23A12DD7222CEF2D2A513BD758EA13
-DA33BF5FBF1D734653EB83DA2D374A5B9A0CE316F24EE375D6DF6BDA49954C2E
-DB25A88821193636119D469BA66E5DAA9C92520FD4F84426A4E54273FA469084
-7517817A6EE3E21176D333825E88046F50B3CF6938AF9BA79A2F51398239EB91
-1A2D07F7FCD948427FF62F40FF95E39FE1A1AA8451411563FD5388472251C155
-69BDE9283B41900B21EB1190D06E6B13B7794FED020D2C1BDD205AE77B084BCE
-EF628249398B496DE85B406FC2E1939EF00DFC84C07E26CF72EC401BAAE756E5
-7F6673216E7560D1C2A723CB405EE5CA474A07F61B81F8836482F73DC9516D67
-CE0CB770EAD755B6B356198B4B97EBB29C63456953270CCC8D5650C1D006E69D
-38DE2DFEAB27DAD50A817F0D645D30AF5B75A7B53CBD3D2B8D87BD0A7E525AF3
-22F7ADDFCE31716914C2318260C2E2B4664893921B68C5A93334A361D94A759C
-0D7B146D6FD94F0442D672BDA0F6432E18F3C5DFA37ADA378D95B75F413C9ED1
-BB5C606A3EC7DFB3F796F59B0478C13FD1900381EFE0BB5242D5B5D34D03AF1D
-4BDC93EAF8020E26CA23C8B0E7DDEBBC6762A557067A4CE05A524188A8F02E2F
-3625DA38DFCF381727887F5646A3995A8A38A5FB1E5D5EBB395FDD0B7C8E71AD
-B48EEDB62AB2CE99D121435EFBBFCEEA69AE9ED8238B60CC7288DE33C766CDFE
-15B767B4AE2E6CE0965E77272AC9F86023DA620548CFAC85BC751C44218A29C9
-849F1C2DCBDFAD895B54E51A569952ED50F82DC8A19F367E7E44643854EFD6B3
-FCAEB04E55E4661C82D31E2932611748480EF61FB2FBFB0CFB940BEA81AFCD84
-4C6A6332D7A600170E38A8EAFCD4F93DC153C43175434C86BC747348FAC61B76
-1FEC9027C1A193E55C80F1F20B5317AA0A05AAA36AE235F6E49F06E570FEE798
-84857D7552EA92EF3EFAD52DE39C2F8F43C59E3A957B7B926FC95FC4B60186DF
-7F3523EE2AB74E294C8C4BCD8B4975E84849E0FBDA6C0B0F24A636DFA578B122
-CF97BC5089E21E9F5298D1C9F30CB8BAFF6A3A11BB4D9A0A5CF2B18D055C44CA
-4FD4D8FE1AF3630907DE7E585AA811F9CD11FB2C8FC791851D651009FA5DF20B
-3C33FD2FF848A9E3F5652BD294965A332DD3F246C91B0ADA34017FF2451D1394
-F9C3C95AAC6EC8062BE98E8914D51DA6A164AD13938693D446044859D03A949D
-F9AC5DF4A000CDA98BB516D762CB9F6D44B5268FD0C26E88BC4A760C0F75A140
-DEBDECA4F511128B7D2805872160C55236F0A0FA7637FF0D4E94AC079CD3C8A7
-D03A5A56F26B0438B577C46011A10532FEBCAD14FBD6032E224F45691A726886
-56F305231EB2FCDF59C8BBFCB5DBD2D093A0E84D62AC93A2312CA69295E937C4
-8DBA1802B85F54B5E7E6D6216A918F911FF705D3B5CF055F1D873B96283A0B53
-59344D910CD396D883F6F7836BA65FAB4393A773A8F6BC298069E5BA38210EED
-49C9D920F718E3FCE692527DC7CCE6963BF744F2C91BC5952564196D60574E86
-87A0FAB21F2DB2BD5A51D7FBD8FC19946D24E5A228462C4772F978E650ADCE3B
-8D66B9C21279C531CA1C3A8ECE3420BB65837287A7222CC3673A2A5F8BBFDB60
-C719CD073EF9A23675198462C7C87B24CC92D6AEE5C25AC63855CC3281494342
-D28F3D2FDE0C183486769A4FD5B0143193D31FCB2C2A14E487BBD96D0BADBB64
-D1B56021C363A795BF10E2DB448261C363A54A4AC1182B470C457AA82DF3F5D1
-F4B329806141EBD53CAE309319B94133D7EBDC2D0453A905ADD207364371E178
-0A95C2686E3B34C4A978BFC0EE968C39ABA00889BC5149162C2B54483D44FD3B
-5CFF41F611C7E03B94945F414560E874D7CF27FFD0630890D7D7EA66CBD15448
-229059E1C436BB33D69552B5367AB5D53591C4678D0C704DD3EA23F5D9E8A7AC
-17D003C19E333E726FFFA2961F33C70F429085F7BFE3E2510F59B78F58B19CB4
-01B48E184BAD9020FECCE3AF52048A056981DAEA02AE78197E65855DDB170616
-F54278395D9EA50DC83761AE759F9CDEF9E1948E7002414FC05286ED793E6662
-3347F2A9AF8917493D7305B92CF93E8E9185F70015F5594084298A6C2F9FD3C0
-689F262AC9FEDC9B89577ECDE92F08D3142209FBCE7B5C0A840CC767BCA56C20
-4E4E545E2BE4D21C53855CEE4CD0AB35D1A604C0FFFF77DBAE4289752276559F
-A05FEE65F45ECAF44E95E23FAB6052195C7948AF0B1126482D4E02D72BF8AB03
-DE0F1A632F7672AD9DDE70EDC82AA993678A82BEAD0BC2649C4707FD8509810D
-364B5C6FE0E10772E95288C622C2F06C634F4DF8C7FD1432BC9310D5F24FEE3F
-7AB324863D6DABAA1576E70643CA79EF4D7DF4105093D66CEE0F3B87D2164A7F
-26EA05F5C4645B22D3E1BFD2219657712C168FD90DE801FB0F32759E80DEC1E1
-43CEEB19FED12D757205043FC98FEC62D6A8D8B97BC083B4A0E985AF7850D6FD
-8716B9957C1C35A0675BC53DF672C425C79F43FDABAEE7D63F092CF271C9A9D7
-C41F40C4189510987887942E60A412B3EEC84C9A6E1AC7D54D528F5604B72C08
-94B7882621A5BF1F325B92FF96B80878CC550D1AE4D8196E41CB1251856609A5
-C4D3BD05A922D0D45E039D9450DEF8490A3E924E41434194910BF60BA1B08BE1
-B41824345627745541A4F1703E956328F6227D11C74946B38CFB096139979E56
-4E723B889B44C6D78673868C89912F8B4F0B4B485F1587A637B630F92E6072D5
-7F3B44EA6FD96BBD4FC28A6C1D90805E3BE3E42A7BC9C880762966C55BC04E01
-204D083AE976FAE6F37C94F27E68F8C0F28D52B17F6C0FD7C9150701FD78F8CE
-B8E8DC9260E3974005EB5CA728171F482D765016C94D4ADFE4A42EF42212BC56
-7E4EEEE8B0D2A7856CD4E44F55C0BAB762F92CB8D64C17022D4BF3A47C12F5E6
-279FC23101FEE93753653CE8CEDC3B75C9CCB29BF1D4554C6120DE8EE750FCBB
-E38B5D915206974962E320362E59B3F21B3AB1875703191043D03284D4467346
-CFF2F98CEB4845B73ED8E003E0DC94251B73E13A9B51A3F1430BCF6A21EB9B7A
-65E17FA411F53BE6432F1506232B8159E008FA257F884A4A01AC53BE91754D78
-BF14A5B0FBFB9C31BF4908355F8A762052968DF526D118708CCB0B7CB5BEE285
-6DAB6CD2E3934178E60BECB11AAB5478623CF6C50C92F8BB5D1A583609028FA7
-B8A53B791BDC9EF76A124F3F7641857E4BEA0837CB36176EC9A522EA7F41B8D3
-63C37D1145367BD300F17B54522A834BBB74DE12BF9EB26ACE6F24A046D58F89
-4D4B7DF74875F1A0C1C9D97BE0849593D7B398EB4B00BEBC8C8D1497B6EF831A
-A35380FFB7F1AFA4D888AA52C9482E8B1755CC209905F98F40D95B44D4DCBCB6
-67423D1BC2F3560FF0A8B4F0CAC352A4EE2C1D946E45AAEC8A6AD40303F3382C
-DF0756BFA3B1ED64C169E56ED1C760F2FF0E24DC5C9F41306EF8D2628153D30A
-5DCB0791126BEFD4947D7EF08301FE015F2B0008DFFCBF9F2D4D859FD43EC7D9
-C5BE237E9BF6665B7B1BEBB362F0C0C3A8D86010B9C97FA741C97C2E0513386C
-9C26C235B14DD2A58BFDAC7B5F63DB4DA6D5D37D0098175A9071590E1DF66A3D
-B8173A047C29D7D35557F06132CC920B5460B8AFC11D23D09A4E45D089F5EB51
-963FA1A6256E359D485107FD143B2BF21FDE9DA5744BC2615E86C31C89470CF0
-D06C6397D9FCCB316EA9989430240759D2C4945D941F159FC02327F34B042BAB
-B5C3A47C78E8C1A6FBCD396B1A51CC4B020B8AD401841EDABACECDB482D6EC5B
-72D2BFEB4556720FADD49D07307C8B22ACB7E310CA4151A85C71EEF70E8D15DE
-B3B00F26E0E166C14647A65ADA228A3D1C89025BE059306565DB1B1EFC37D358
-8C1EB024254AFD049BA977BD4C2C605050E17940A89D0D4C5D963E792320F5DB
-3706682E03D25D9E02487247819551465092CC22B6B56E93F3AB528038FEC3F0
-668F866707A19B0463BE706EC729D2EE1653AAC7E29BD25BFB3241D4792F5152
-ED415B4E7FA92C2EE5A22E27E8B75542C492E56D811C192E95542A6FE0BFE5A5
-69273C2ABED4300D491B92D2AECDD278404CB84B1BB1BD7AFEC858215837D118
-C0E928BE7E07CFEEB51A6D21375B772B8248C994564014015232A0DA4BEA1754
-3274F407FED0837A236371F1A32056240F2015B1E7F4B2CA72C6B58610A66F13
-407CFFBA5E0A2893C1F572D50F51286E9133B5A84239C9493B0574E77D281D01
-11D00683354A000C9700EAFBC1FD104EA19DFCB87470190E7E2CE26E3A6FD0FF
-2620B87B82AC8686B6206B530F17E9348BC7D04B948348802CE53A312443DB87
-4DBBA5313A6A2A8DAB8A1CC9A594FF8C299281C0A261C8CB2226B732FBEEDE40
-2C6ACC74A1A61379E2E1CD5548CD908268A32FA83D8504C442EA0E183ADBF7FF
-9FD09C037AB03516ECCA93FF048235BD11A25DB07F164512A079C5392AC7F889
-CE96AE5C8D9580BCAFCC087C35E76EED1A671E87C12E3045E15A687134736DF8
-DA984772AFD189D68571A2ED7256F1E204230E41D3D9DD876F938951714A3973
-0CA9310489F8E807C1C7A4E51AEA5BC030610A5D7263FF7E0F9FDE3E5E37A362
-5B919000BD94D978583B942EB79CF2BEAC33FEBC9A67272EB10865BA8FB75FD7
-9D280AB59F91B96C16C982DE848D76D8FA8620DFD7C80B7DEAE7264350D6FB3A
-EF04794DA3305844A7CF718F6D1A4A3AFF6826173A076A1372ABFC54ED3AC6C2
-09C9287FC830556CA694E21CA5342ECA7B10C90AFC4783D841D7B1E34FA3DB7A
-2B706F3E21B0FBAB23E7257962FC3BC309CEA2C7239A9D6B44CC96825115ABD2
-AF9A2566D2F3382C01569FBDB94C8D664A5DA0F7DC3DD140CA77C743D7BC1420
-324ECF9E4780280EB119885E96A6C619CE3C0C8E1E264E2DEB137E5DC8149786
-486D65667ECF47B1A1E20E9E6E4FC8323E0BC8E61BDD3BCDFC6575C69C03E31A
-EFFC290472CBBD049DE3F840AEE37A2486034240F80E75D8A79E0762377DF660
-52B12EAA16D678990B11A9BFBC03C1D4FCDA9FD4FFBB3E88352438102F10B7C5
-9F04C013B6575B5E948FAB58EA691984A0E54E6B9F3F505FFFEF74D06FA1CDF3
-4B8A95904C8A2763AA8AF5B71D00F5DE09DC1CDF87A08B6D181453063E14C12D
-B7BB3775A6E2A901636273D9EEB833EA8CF20FD83AE899E28DADE10EEEC20BD7
-BD93085A4B1AC80AC1AE8280C14767F1A487BD066007A0D050317BD081131A14
-6EA0898ED59E46DA7B6254BDCCBC660686E2EDA0E77A705A653733BB5C5497D0
-B130359F866CF293FB6EF0C2AC5BAA2DB0DED045E2DED3A2612D078333260359
-16CF0CCB272D34767EA069E0F0B0D42327A18529D72E890EDA6195C2688438ED
-E9ACDBEED41E81CA8EB5E43C2B09CE266EFCA03F2D7FF57F12B06F9E54FCC6A6
-546676F6FFC5B8B7D3F0982B6FF0D21D949309F0C0B175CC1D0976F8C55C6AED
-6E821C39041E22D91AB30922F2B2EC2746BC7DAB484991542FBC82D87B487507
-559AB466F73EE23C2D3194DC5CE4C9AE66D3164613AC5CBB3DB501B64DA7C91B
-C7ED2EE9027FC0906820B35D4F2CF66C4F9CE4A884B7C07155BCA884ECA5EB3A
-ABB83F84DB1F5639599DC7D3F51241AB5D95C3BCB7AB1EC90B4BC989F74FB354
-04B2D7366A34D335A47B8C00C05CB423482BF6C7970A95545424A08AFF9A035B
-7F83F52B65A9799CE76E303B85664B624C65E9CA58184C7BE2BB9D9C86A4DE5A
-8165EE3DA2E652B5022EE7893896BABD88931DE1D538F615787645DF5ACBBA0B
-A8E5B899A37321AA7D4B283AC9234978C2DD81813A1EE5DB6EC170DAC1B6EF02
-94892635B498765C07A38D2E9DB0B7581B11056C28278F89B0E60998379C07EB
-C0EAEDC32AA69B8B836F92A61AFD35688315B2C3F860632FC13E4BDFB63214BC
-41CC6859EAB3AC3034449213CAB99FA1D216563419CD6D6CE4E1B56F33E6C654
-7AA9DCB5B05FC068DF02AC32408C8010AD004F6CCA9887830927F8CBCD49CDB5
-18CAC1EAFF815FF2F6F527F936948201565003022C6C7390B4E3C2B219FB4F76
-9F12BD25CA7B3B61D1A2F8DFEE795D04D5428B42FB66E0C254AF7B7A10CEF7FD
-E5ADA5E217BE24851180E9A1700FBA66C7D2B0D7BFDE4F4EED1D24B821A40947
-5620363657F6D048E651A689822CF815E72FC8AE9D835BE31D1DD8B54C9A717F
-4DC319B4B59AE073936EA40B070524C7E71D5A7B64436DA107749746B516E29F
-E3BBCB8F8C473E706670E11E5B221716F315FF097CD1841D0069FA69EA1898FF
-9F9EC2518C77806A19730C97F54BEAD604548D553D4A6EDB247853225E24E7E9
-89D71F6BC94DB986467E755CCC99069B313F5745B02B4BB608A39F0A0A732B87
-7EA2DED68219754BF1FBCA350327572D769C962EF9242132D93A5C8E9725D8D3
-AAAEC15ED0F362471AA58488620156F3474FA59CA080EA96FE995D2B3DEEADF3
-3141D157481C66507725ACA5953CBBE1ACEE7E3F02C72C6552D15EB3D612730E
-61A06A43575568DC3CF3844BABF04CA767E2995196097015E0C4F622C4356B6B
-F41DBAFD797A4B9D7AC22332C552043EF98913D0D9B50CA6B7CDAF903BC5C04F
-D20A952BA5CC35B646ACD0A287C956B98C450051AF6AAF79DF37F8954473F8F6
-652BF03AE2AE82B99D820CF93F5FC0BA17EBD7AF90313E70594EB5C354023BFA
-07912408F1757319C7288E99872B907D5AB583B082EEED8AB079C63E38B07D11
-6744856E689A479CB3A8BC081F33CB06755926204981DC0A45B3ACC18F6865BB
-EE2C50DB43B62E3630FC1D9B1FFB3BFFAA6D0A20C0381ADF48E4D916BEE85BA2
-BB40F538F55C11D50F882B73913840B45161262BC8B0012694C3EF26452F9B77
-2CD7C7AD6BFEEAFE31C8A721C2D46AA00C10681BA9970D09F1E10DDC250E2AC3
-9A160EC8C9654FCEB36AC2B586E978D54744FC8A0E963D8EF6E228ADD22D093B
-B889C940206F504F14DD921D909BE06EC9BACBC23EB9E9D137FBC983570FFD2E
-CC5D2EB5D2A4A8604A4AD418B800EDC6B89809E0009760E9470F037FDD15E649
-93E9C8FCD9436AF02447C7F5AC380FBE69D1405189E8DBFDACF0E7DAECFA095F
-E6AE1A2E9ACFC032BA9A5DEDE9DDEE22A88D9A1F1E0FD9BAE2D88FA168386D43
-4B93EFF3AD84A9C05A80462BB3A940B2F7311CF7054F501BDD4F1347213C9327
-5653B73E9D78866901235C66B0C49CBDE3A1BA3A11991E6B8443117745D96020
-38F4A74D9676E4E99291D4420C57ADE4A8D5214D07B14916D83DF15114393048
-FBE0DB83223F609ABE120AB877FEF549B6E2389487BB7ECF1979BCB0785DAD1A
-2916961A1DA60AB491FC90BCD6578571226B4DFD204E75FF18FB5E72DFE8A028
-C66F8576254930567A877DBD22F8372E7BA4F23F9497ED653906F5F67A66A1B2
-51957AEB8D443550161075E5523F3D2AFF386E2640B276C3EC5EDAB74AC0DC94
-7D975D7F5781A652BD13AA7F97ADDBE68847167997ACDD038E74E930D8248F0C
-2CCBC094031C7147BD8D4DD664184695CF8C474845692540FE2B8A72CDF9DB62
-BE05E15A05F59D56E5EDBE7C371BE5CB3B276FC7A03B5942057EC3136591A1B9
-15E504DC497B663A9DD1729EFD1478C233B9317351D000DC0982F061BFF25A3A
-8983E560AE31E321DFB137C77C0AEC704F8DA99024232F26AA6920D58CB17DE3
-C1BC8E20988FBC4705E594569BEFC3F6666785B2FFA49367E3CC695F2A1EB846
-DEB37E120B0F4C0783C0D54655C143C4F74DA0690C6D08D07ED225F361BC0F86
-572D79540730791DCAC15823991FD5DF1AB8F25F84EF40C085B17C9070C59EE6
-31DCE45AFA78440BDE4C69A4D954C2006070A2C310179851F2D39B1B5D3EDBAA
-289570BE80F25D75116BBDA61F002B832F9EF2C32B53258B15A1174225168B28
-EC3324C6EC61E5711811E658A1BA65C8D2D47CEC6071CD88DBCDE9CFD2BC34DF
-1ECD2226AD588B50AF2399D171E99D8086DDE33E24640A767F249797B1B742CC
-F4E95A64E1AF8D88FB128194673CDEFD6A1672DD1D03B6749E729587C0CB7C6D
-13BFC785759F35578D611E924CD89FF87DFBC5C93FA7BE150624825F7D137CBB
-FBFB1238C1A397826B8D1DF0A39EBDABA5F10B37FE8C27568E1C088F279A0E28
-020DFD377694024FA154AB5C06EDC3CAAC3CB5A69297E1079F5C2F351D81614C
-D73ED708907A96F6F8FB0994D3247045E8D41028432E91C7ADB2F22066D6F8D2
-701298CC9FDA7928F99CA135B69808AF6FA1E0A3CCE1BFDE234E9218A565FE28
-96541CB9381E887182873FD7866F5F8415EBE92E51E7FF064D6CEB7BDBEE4DF9
-97633E53488AB11EE93137AA185AA7E4AA043BC73DF1739C92B4D3A8C46BA689
-B9F8FA73BE010D7C4F9007937AD0EE3EE4E3041C72A2C4DB92C6C5433DF33A10
-700F9E891885DAFDA44A00781BD019A9FFFDB6FDF9361520D50AA5037E654C8A
-ACD179511AF61BA10DB29A0535972DDE8B838091B5EC3F6C3408E02B8CBB3FD1
-E213E2C53DB7AB14D465CB0E4FE2A2CAFA20E74BF4601CC23687FA7921CB1B86
-6DB57E04C99BF7F56FED75A052362016840676DE91888490B4A1DFE0C079C88D
-C8C3BD3527F7C006E1403DABB47C3F9174208A379C221931724F06270985BDE6
-A53263227EDB00124C5677613BEA94BA029F9D6F8BD1F7B87C4426210AE554C0
-7BC707199BF6DB673E40D55741CE1F0853504A414099BA8E0BC7F5EBA5392684
-79552A5D4F7C0CD3A6D80B18014008AB011C8C66C74D32AAD748EF30C1AD484D
-B56BFB090C5BB937E81189912665F332911E11E83CCE75A79DEC2838E811D5B7
-DA85AD6ACB7D8A98D15DEC66504CF2131FF06AC9A8A4FBC4CF34EFB8455C231D
-0F73A50052AC8FCFB2B2ACB95033AF04078E9CB99551FBB1C46EE6C413D86C90
-AE8BD7FBDB7BA6E9087658C79C4758E242256C0546DB76A3857BC89F26A4DD9A
-F4A848104BF1ADB2DCDA25C79BBBDB66CE1C1A45C7427FE7CE5BDDA7CB599B4D
-B5D346B15414DC9688A9D00F0372DB98FD33E6164E5D78D6CCEEF0FEA60A7F5A
-9873AA7E2A7F98893AC5A9598B71BD06D13D2766489248190A262E5EAA459888
-6D0A38261697EBFA55180F3D416C2190B36C309202D1619A405764612BAA3506
-7D157F49FA1E0A7F252FCB0B8459A30975E02748AE1A891FD6BB288E0D7C144A
-1D348F1DDD145912678DAE1906796591E35012373AE01E18515F5CC3BB29A629
-F8B28B54376A9E10D0CFB29B81981E66F27B6AF44DDE0A3621B9ADADA9588201
-11A0362FEF840B200C84480177C9E3F0777350BE92707BA916A90AA81160D498
-6417DB6C7E15766EC5C9058CD51879041BDF2D2514B0D6B968CA0A300EE2E30B
-6AE41238D76DF324B0502BF79D58C2DA1FF7E384891182AA59918DC8EDF92299
-BA162134FC3DADB6FA5CEABB94D1CA9BE1635F769EAA88377AD96510A4DA8F8C
-5319E0C06CDBDA1BA9845302F716DECFF7B965BE413A7BCFF3C4EADC91626070
-9A5776EC64C67DDBDBBC66F16962306631D70E62616DE4997ECFE39DC6BC9A75
-D2297C2159066195F43B7002138456AE7EF69220925877C87405D06144D250E3
-55EEF1575DE8564BF98E2ED403591F2EA4F6AD71A126A9B1F5D350819058FE4A
-949B8C3A7907A725B463B752EB3B44B090C731EBB86FAFE24340D1A89D3FC0A6
-B89E64C3FA480C91DFCCE4922C000B0533A052FB9305EA3B58A38A3AC2688715
-A7C7418637C393439725F0509B3B08E07DE5E0350A005E4C5DB815CD317EDACF
-6460DADCF9281BC6523DC8FFFFE18CFFB2EC61884E7B324806851A91F7E0336C
-F86AF2C88F1EA1EAF0F87013AFC7DAB6F6BE426D92A406437E38C75614AAC461
-4EDBD8F129D985A1385B0F9F1A4E6D9936FEC600F4E431C653DFD1D56F694471
-FABDCEC7BAAA0C266D35D7380AEE587F61DA5CD1229D99F82BFA7B1A45A165FB
-658A4E7A741E11931D6E5C1358CF76056CC0DCF4B623C2A8CCED91694E46661F
-BCBA0225541BA9A58EA1F2E2B2402299EF2B691C39A87AB3D5C722DB2738EDC6
-8ADEB09750D714286EB392D198A55784AD908470517724B92849D539ACAE89E7
-A8E37CF20CA87635FF92F1140DDBAA76CD52BFC0B40FBFCA768F837D0AFBC7E9
-BBC89422CBD6429B284F67AD2DF917AF69346A5BFE8DA3DA8F9597C2265F3BC5
-A90CCE79572DB45176AED6E1A5FBADC98816F0E29BF58DBCEF62EF76A8D8C845
-4C7E9AB94A0EA43D2FA271BEA800890613D8247171938596CE4948BCBC7960AD
-5B2BA3E0A4384749A7D88F3DD515CC1DA7292EE9775B67F621E156020419D0D2
-1A6AF5B51E64D3EA7D182AA65AD1F663FB28739B86F9EE5880A5A96C3AE1C563
-7A002FD0ECE3AEE80AF18A0FBCA3EDD496C18C8974E856BA39226C382CF8541F
-F7E2C35B3CEB1DEE3BA8F346199944BE2F350E4C3DC89D789250C3C5192236AC
-513D1A3058230470BBA11E0B39141F48065B808B6FC459A897C304B749B5A656
-38B55950D6F379A535CE2816498DE36D03747FD07514C2DA1764217BF2DE17BF
-C8FB2F06382136D301953DC42EA0B429489275571F6B86AAF496E6A2EB196547
-B76BD6DFF6054DAFC9CDC11FBC541426DF0351ED027FE76128411F6F62DAD159
-C116B43AC59C885B3308B158EB74405541F2BD247BEED5D3B35554EABCC133F1
-B71EA3C7C7876661EEDC141818A3E8A9C519E7054E26DC023320A0166FED1C19
-DB1C3044D23E5BA7F039D86ACFBCB5F881A6FF9135E1F5DCF910A873E6F7DF8F
-11372C039D09A875DDACA3FFADB73504C1749932C3792CA80D78979CE0269AD7
-47CBE7CA39E26FCE1E71DB711D176644423FB964CF8CCDF16FBB686877B1B99B
-FC570BBEE55DC7F2AED8E81FF38DFD61322F1FB69E5CD6EEB8135128A35FC23A
-5ADD95D4F873B2EFD14A1FF76CD20454BD3BD2752C9A5F0C21F1E5F39C5865C6
-D4874580E6224B22FAB9240E0346C843AF0C495E7FD5B3310D90A6308D47E882
-EAF80772C87D3F7FB9DDA52F253FE4E3D1E56EBFCBDB9BB9A977DC7E9772428C
-47EDCE4D4F793F4DB9C66E65827109E83723E50424A87B36D6E74DD05B327128
-E407252F937ABE315B18312C8BE965E84ED9C895D275A331EBA6E872DBCEE1BB
-C6254960940B95F46CAB4F8469E7412F546E62683AA356366F454308367A789E
-B1E6F3A07B87829111DD17856727E948E0FAECA4EB00192F125C2331011AABA8
-F4067FD01D56853FA445ADEAE5901242DF460ED8AEF939332F87D81DBE9A30A4
-18884AFF8A7F00530BC7DDD3A1E6C40549BE3E567B225E7C8844F0AF3E19A4A7
-E61F818A5F1BC836012FBB9AC4A5AE737FFA908EBFC88B2EAA62877B05B1B1BB
-65062420B89BC4C3C4B7CFAD1148C6A373F26ABA9A8DDC74DBFE47937035DB49
-20F0B8E788C0AD02381732BEB2B9587D6B50E6F7B4E9DAD171B8C64B60A04776
-F70BDD9C6C8831AE39561701FB54D68810E4C3249C32E4D39BB40C500C8A735D
-F316A68985E3A0338D8CF730881326E2B76D75BD2566D7387C0DD8C5724592D5
-1FEE9798B269DE09387D3A1EDAB20063BA852726BC7EF07CED98E2DD1957F94F
-7E336F6047A935E128444DA8F525FF1E458ADBCB1B6D910B68955DCC59512591
-2F1228007F9524A0AA6113FC6805AC4ED806D5CE6E03AC9EB6830EA9A7AE975D
-99A4FDA50B92FB6977BCE8BCBE2D8EA44BCE9B39718584A452205C4349561CBC
-7B1E281C058D0BE636CDDE883E1C1AE3802A35C5426443AEB6FF705EC26AF94A
-2A7BC536F373C0EBAB41C780E56F5BD1CA645DCED5090CF32D4F0E5A780651A0
-477CB27558B2D0E2AE3D0A02565EE38D5F437D01308A6BEF55E80422F5B5B56F
-6DD11ED717B034083F9BB1536D76E321255A137E618B398875B5BB8F5AF02B6E
-B4DFFB173C424B24BCAF3C9271A54166A65927519C9770B0DC44CE276ED0C20C
-8EF41AC3AEBEB0996DEE664E8F872023710D0BA81DD3A3EBF79BC24717BA1280
-9E9CEE362F5BBADAF6D8200835311B1063FAE4D6EC8325A694EC516AFD24FF99
-EEE758AC14E76FA1573462BCAA75D246AC363C412185D20CDF1539011C35D1C9
-B3B3717F6A37DE522943CF9B3D8CF284B4C0068A1ABD9B58FDFC20CFDC45BCA3
-DD054AF00C18CD7EAF8DFFD45C28A82C7B417AB7188BDB49A5871320B2EFE0B0
-25CE25F3BEFB53856689A44D365C55218190B407B7BF9855ADCBEC5C0094CA63
-11E014EAFA0D1BB324D3B1D94DA4A7AAE9D29C71E2D5F122F1C79726731FD066
-6545816A5E05DE1F8DEF865DDAE0D80E9AD0120A0C81384AFA5BCAED3F8FF80B
-B9F8C8A7517A3863034C312BE64AEABAD77A5269253883D460DCB2F0A3B28700
-255BB96397D1D613A14C3368C9F27F3E42B887108793F4B12E2233E5A3620BC4
-F886F124503FE64421C1A40C37B25127094476713D39EB73004CB56E877935BF
-BA0C7B095414A1FD59CA11573B86EA32E297BA38B907938B3A25992F0563022D
-CF54FD863B8792EFB58A27DC2CA6C4DF48B9388F5676CD462C1AC745488F6BA4
-2B923427A7D29935417E010099FEB69B16BE5A2AF7B4883BBA80815A09693AD3
-2B78D3A939FF18798043F7C88A76BDD527B554BEBAEF922FDC9B381D72C7CD3C
-49698A1444FC33E276D3B9263CAFA375F1E64C8B39C89D4A65FC42A7183E41F4
-1C3F0CF7EBBE5260F862EBBA059765497817B8597DECFCDDDA5C1D15AFD3C3D1
-6F1A8E43709540948B1E3B41E32AC13B469222867483B0E765FB427300AE9BB5
-4CED17DE5C45EC8391687036EF43D57835CFE689B99FA0B860E3FAA6471417AB
-BD505F23013DBD726BB5645F3006BDAFFD5ED0CAA7428EAFB448E0A30F8B7858
-311E3FC16FAF9FAC5E86998E4954AC4C9E32FBE6E9DF280B457BE80DDA2959A4
-0A874282A7F9AE5236843298C26D5D4160A4554ADBD3EF0254C4F2D108D49DAD
-E1D1B996D5147560D574FC238DD005D18CB32A6CD73C265F05E0AEA17C73E3F7
-2FAA00290D1A6361CF67EEAA68800D9212BB5B8F0259FC8D133A21E6BD375FF0
-4BB0FB1E78F065E51298E97164C1FF241336428932D1AB97E1D0ADEE93BA8903
-A8124A3169AE0B905465D7E8DF132D903C9B4C64074147F2BDB1F722BC261E10
-D366C246E8D664CB57A92883CD7174218655BA68D9919D0C8678DC4E7A7E66B5
-DD7DA4E011769991DA9D93311A06A623B680DDCA32B287104A1D7BBD05AA061E
-019BE06684F9BF987FA635B9764DCEC3A3286340A7D50355663D5556103267CF
-8CD9DDB4DAF109C47176A1E9443F3E2703788B85B6FDC8951783D08F02DF72AB
-DB5F8739B2B9B38CC813796F48FCC21B0CFEBC8F074E464989AE5EDDEE5CC3EA
-69C281CC4CC295360FC11F67AF3746CE3598A215FA109709A4B193BFEA270261
-8ACB9B7081A9D60CC49AB3F25B0B6F922672E58708BD707AF7DF35E32E7CB939
-CC25BE8392B3DF687FB67F25342671FA831264230CA39D189AB6267095B7CBE5
-09DDBFD5512A8831DFDCF53CDA45E3F0C097C0C4DA1F12589F7AB3D83178E9FB
-2E9B5236ABD35A872EB9A37ED9545C6ADAF8FF2000E67AA8C8A8E61C9829F29C
-5555FA19BF6949AE81487EBA68E8ACB6244ED2EE8CD537155B68BD1305FCE20D
-710147B9AB3CCF6BBC0F2C3D8D77D783ADFA68B208829F05522211E28432729E
-AE8A8C09C04174BAEF8D560D62733BBAF506D2EBA030AA77F18A38EA8E98B38B
-C03B5A3C33A7B36EBFD1D55D503FC06F19056EEF9D1D01CE279D2BF23B04E880
-D6873E16AAA583ABBEF1EA8E5D6C3D038738573081E264C01DFBEEEF02B8844B
-19BB8D27BAD7354AD310ED720DE2D4240F3106275AEF6F7ED61735D799306DB6
-4A3BECE20525769A0D99EB90D957297D5913CC48A98EEE84FEE5D02B30651CA3
-B7573DE50F1B9D8D50E5746394DA8C5BA5D71CF1647F80BC9337F00EC31476E3
-1019B41BD01DE7FD55886402565F688D1E09810DD8AF982032B048548D87AEBF
-B20C6B938C6D8F96C2D7B42A1E69DBFE6AC28D166804E03AC698B180A48503D0
-0549D2DD2EBA5C601841A711DBE9D7019E5DE56CF78457F412E42CEEC248DC5A
-C0F349903F745E40897D0331124749D0F9F9C71B704E4CB0898AC7120A880215
-236800020AC60B1E5682656534F3332C2DB06A7510AEA061D9206B4C033A80F8
-77DC8EAF7D32A7B791FA3930647CB1A29228DE62A9733C6AE072144BEFF15651
-791C8F99508DA1E3F8B451985DC68251044FEF9F91C7578A2F3956D97D544D3D
-0E6A3F7719F9561B47D76612D833BDB64780728A6456E8CF273BB708FFFEF743
-CF069E55B1A871718E02778CA80A5D21597D597246C260AD390E5F4A285A5CCD
-E55AE1C37589EE307C6D2E1DEFC605C9BC33511968CC8AA7E61F5390951087AC
-F4376C5BC48DCB22D8F0CA6CABF25383616DADD012FAD655FF4198245209E305
-274D18A98D760203C8AB09F7204A967D07B75E7650BE0A0595742F821F74193D
-CA0AF1A4875F50D1F3F2786C5532EA3913B3589215386E78157D6F38C4860698
-7DC51E51908A7AA304DF1233ABAE2B3C9B03F2496B320DCA5B7DE98FFBFD6FF6
-EFD2FFECDCEA32D0A7F799382366C6325B89C94B37CED9A1A1BC88602AC5D9BD
-1BEDB8D5CD2D38FD1FA33703C41F979BC24F1609B3B35295CF756551F9F2D770
-ADC3D23C5B7C6A777CB33A06791EE8481BF577A94016A061D8AF8882466F7499
-E66E7E93F104E599C79CB6F76D42608B9BC1171A9AFAAD93E846008330DC3C0B
-6E8BC7623E8693C1E7E8B5B8BC426B1EF8EE705D2E806486775BAC15660BDB75
-66BD708939D23762BFB8628A863C4F9978F83733049F63709066CD4203476CF4
-575DB5CA5B5F01D8E4DF345D78C2A938B5EEEE618507B2AC9EB9C4BC9B64CFBD
-AECF052FA5D93B306C075AA8A645E5B93D1005C252F0DAB540243C7E3C3EE52C
-0886A5D89A30DAAB4ED8F38ECE11217F0198347E62BDA7A1BEB6D46482BE3726
-33CFBB23A78756BA63741693D764467273078167DA48362985CCEA2889133C7F
-A5B0BA827E92333BB02221F6757E4ACB8C2198BD7A976A29387CFB9B7F51C65C
-2E151D1D1F73470B14587A6F11AAD77465975961CB77306E7793EDAC65EA7AD5
-E562F2673FBE78794C9D38659647EF5189F6ADD9B4250085A59F84C0448EE47A
-A073B712B6B1CE984DDE3125960C16AC77098424004666BA6116A042551B48E7
-507FA464B21209D31C506D1DAFB628FC2AB30279E6148F3A2DFDD183FD770551
-0CD3FE854FD619E7D2B62A8888C300838E41744BA759EA4E4F19AD5CD249E8DF
-74E81BFBFBEE42B2F67370B748B1B3FD5C6201866D8CFFF8D9ED127F43F4009A
-CB5D9651587B54ACB8C6D410128362A74EB358437D0CEBB9E0FEA7FFC27A5509
-E799762B27F30B5FAA4ED3B492752B04702E48B1D0C55155157FD7B4E578A560
-5C0343A472546826E9B9B80E91867D2D4C3EEC02133BC338954AC6B58499AA9D
-24CC3CBD2023E962D147618C08BBDDCDF36E91EC2D51D6DEB97A1477D8156707
-9C1B858385FBA45CF0FE74563A5D5A51ACCC3EFE991429A8CE57131AD56F352C
-E95401BEE11B310C96E9C3CFACACA00114625BA7B4400FFBC5947574317E8699
-90BD8678107AAFFE1516A59027E9907359B61C6B8A97B4F99A338BEFDA2C25DC
-D6413A0CAC46051E76BF732CFFCCD0FF1408DD26C76DFFB54F7745C79F3A7ED3
-1D9F8BED7C6977067E6C8E46EFEC63AE0D3953175A6E51DA38EFA2DEF475DD93
-1C34376F5C6C6218DF78EB84773361B9339FA58A88E96C646F291CEEF398D281
-E0DEB2EE21C3EDE0996427EDA0CA0A44247B1A0E03BD9366E75F763C9B1D2BD8
-00D2066BEF933DC6AB3586EEBD04E6D750A22978ABE902200200B468135B690F
-B840BEAD5EF80E068F6F87442D93848684A127EA79F4A8A24DE737A373ECCA3B
-B405847430C138E51DC18C367702E868CBAAEF6890FEE68A75C5781F32B96D86
-BF5A0C99F04DF2B7FE968B6566BD816C96D7EE35A863C0D4635047FF09F68302
-EF62B9293BBB8BADCFA64C6CD9024C4F739C8C730BD62F2B613C6E1923F04BD5
-62C556E3927411C2655045B9744C9DCB7F1DA9C1B5C70A145E9A35DACF1B68A8
-B5DAE1C62DF9220483F1DC721D559B87D7CD802AB539AF1BF3E434EBCB796A8E
-378B1139CB3DD3134DE8F40C716BA87185D3E406E3C941D336A1436D891803E3
-D2C8E627204A343811FA82FD1A232FFD6915501C1B158E890C534CB94FCD9ABA
-F64EAF649056C1198F0F58F56D3E1C91C167D4D9B4481D48A12CE297D5DCD0BB
-8BE16BF18DE1D58F7D2587B70FF5734EF8391DC5F709BC39E729713CDCFC2EC4
-5E7AA863CBEE1CE8185E657E7FA6565EBD6868F478554E96FA808A708B48E463
-AACC817DF43EB9A5233606A402F3A83FCE99F73B8DD819A4D014FB435BA7F23D
-F2AC40C473A34FEAF0A5DE457AB5A18A6CEEE95A55FF604AB5225C5C1DB6C6C7
-0C7647F075E5FD3CBA9F3B316887B4A01F1C2FE09719B4BD09A84C5A3DCB82BF
-F5EE9FD0133F987FCF77098E0CB919CA7FB8468059FD35088B97705F180D5A19
-CDEFA29A02C5D3EC4893985A2478B0BE83B18FABD32654040A2F2A9BF7BB4F7B
-5781D2A6B5E416BA14BDBB481B3D619B0C885CB392111E32B2AD6C8BA13E9F93
-49CC4B5A35B1F93B68A5ACCA4823DE44BA8979181E50A3804E43D6245488A15A
-BD51999A729A20B9DE927F728E59312ABCF89176C35BDED4BEBEC14636B19989
-CB8BF2927C1BDF5460BBB09BA81FB83020BE4D4B69179C8E3B838D6763946166
-B328ED82B448CAB5EC2331CE7601EE8B39B334BCE11038B0EBD8437E5463C640
-73C5FACEA06A219AE83515674CEF03AA2F5FEACF656ADBAB944CBB237813CDC5
-06C303EA518CC59486410D65F5E5395DE84D0EBF8EA37633BECF5A08851B4758
-1BAE6460B2B67D29A8F88FBE52A26DE7A6E6D859CA00BF437837DC123C459B9E
-43FB6DA6B79DC16C60F9035EE3B10E2CCEA9F7ED4FE29667E0559A3A34F6B550
-E4184ED8E953247B104DE7D912C5BF66F3259214FF091096DAD710C9F4EF531B
-B4C6B3BFBB4715F3654587A5EAC63C917E100F37862B03EC240E762F2DF72CCC
-9CBF233ED204EB966F6A34519C0A169EA6130D18CB8E53EE96B7A63C828CFB28
-45CDBBF7FD775137119B7C7BB2A665074691199B387ECF452A3DC5F859D4248F
-3A02D4D65167A9E6C92E0A16D293ACE234C049D98E961D14D070DF2A7F55C232
-B2CBF0378ED83686DF80E05DD417153A3FB34A7B2F0DEFA69A34E19CBFF56D1F
-14EB4CEFE99DE9CABC5F0FDDEDED79A50F29151294E2576CE97CA00F734702C7
-B94243299D8080957B7102AB370D5448226870CBB5DEA5A295D3D5C8F7D1B5C9
-44E6F16F703E4CD3F74B37AD19BB53635CC4801A317C953F2A131F82DBF39694
-FE552FC18B94EEFC490A579F263DCF470D2AF1336C166F0FC69D84800CB1765D
-85937598431461E7B5DB95839BFA81D51ADE49E4242E2DEA4560DF41D27C7733
-2D1F036614FA1AB505537197F419E6722D4EBAF5DB087FCFF838E782D239BE68
-43AB130B26003747C36CFFE7A96CF8522F3F369E1E6443C923C4EF6616241DC2
-5366259FA9FB2559B5B797ECFA474D491E96F2CF07DFCB0765A1A7B0FA8EB181
-0A82708A93C8C8C2EC711CEB46D4A4D51ED42E6D023932F6C29F7E4D9735A5D5
-269481F9A92673E88970CD15DD2F532A2D96C48150C10854F3A98B200612EED5
-C2074848780E53C5E086AB78EBD0444A064C5377945680900997D1739E93EABB
-520519269E2516C7757FFACF312E6725805BB2261552C760CB68A7BCDDA0438E
-0BD4E6DD87C204039396684FDFC4398421E1D94B110F2831AC0DA589822357AD
-A78CEF72FAB2EFCC848DE7C5486AC56D56DBD0BCB39D608F40E0981572B9FB0E
-51F11778CDE7A9DCE029ACD63D61C22135CA5AC9DA490C29FF12165AE20F3127
-9D57AF7441F31659BDA2872A720100F3F63D9CBEB596FCC23FE1BDC7DAB26FD8
-00182A4EB8C9ED92B3BB9971AD01063CA67ABE06F51F66232545EA42AC145113
-1BB165ED65DCC3A1C0E288FED14706BD7FA08D3D4F143B8B3BA68BEABE09225D
-2D0524B51E2D7ECDFAC0F8D66C7D96D885D0D87B7657F6134B3E7D0493E4BA5A
-6DD7591027A957EF7E04AD08B10D93205A5F268E65B30242AD7D07C2EF59238F
-F5B6FB46BAFB04D0E354072DD934FC5C63A4FD47541A4BA4B68E531E4614BEF5
-15AC43BEB87A1204B9BC873E9E79BAE958F4622077B7F7C2EBC0FFB7F7B6EA39
-C9D47152C26BC4A41188B367569A22762B8800E715416B7B396BB3B5ABC11A19
-C427DA9CC6EFAB2450C54030DC95A775422AF14156388FC0DB8901D3D13CB248
-B774DC8E8E36C7FEB216ECD93288F0520FDA6FCAC443C62347D680CFE38039F4
-1D15F56B06632BB1E91AA8E098EF73D8A054AF1A8E327BC6E7D37EF19166633D
-1714371B2E916869E420A69BFC9AF4CCD3F1DA4569D3542AA43722748E5079E6
-EBDAD7306314586BB17C9C7FF0825D865AF14F0FB03EA08F5E2D22A97B9702A4
-8A169602A94B3F08ED7A0CF6B9288E35FD989F2D0020411EE777702C408920E2
-7A7F37E36734BA4937FEC3B14FB1FCC92BE0944C9D893929A63DEA8030DFD9BF
-86C40A4E5421C663BEE7F2C29248B4839E441AD9D04F051AA0991A6D6EC47280
-10CEF96A41D329CB263A566A2D0C993FB918C6356C1249BC14BBE3B39596F7FE
-DF719A7A9175B271E37F0C3B46B6F1A53ED40E6C3EA4313A7C90B65997EBD308
-E2F08EA3B7038E0694294BE05E9583BC74306255DE19846A692C0D0D64506C30
-F1E7B83EE2090F0B0C9A1DE01474DF9DC7D618193149E95DB2F6BD8C0DDE48C9
-625313BC0C265A6A4BF5FC9598EF8E16477DD19068CD1AB4C52777E9CBD2EF5F
-99E28F5A2CE31E2924C196492A8E3319B1024C84CBD4FC175BE286F1F0829E3C
-7628AA9FFFB1810C93336E3749A818E46206A3E415139064C9C7D004D0CEC1F1
-FAB611B672C0EB951AB9CEFE67BEB2817BE9248F887836DB614BD26A59CCA79F
-04CA82700DDD8D792E89EA14D0B90FB3F8D6648090A39C99894C8CB638EADAEB
-D9BC62555D36EBED36A39AD7601BCE938D26C84EB1A6302CA1111B0C362C7718
-3791067E2B506460D1BE71A13D02451036C4FAD7B917CC9CB347E8FC30EDE59E
-8BF9874561A4B0E4235BBA799471EFBAAA64DC644958D1695526A86D56DAA3B6
-8AFA3A1AA7B66C840DDA7860072BF4C937B37FDA41922388FF8B4E3C305335BB
-ED114714115CFE1385261C6EF0EC27CE200A0B2434BE519CF064FD5860CB7395
-C934A9D7B06DAA01F039DCF3318F393E22AA8CCEA80F58094F5129B06A5856C6
-9DB2EEB9B377135ACDD04876012CFCE0CAEFA831CDDE6B3ABF574573EB6D72D6
-F03D294CE59A42D5348781C90D1F0D8BDCF770E6989A939E3FD42A68D34E6B0E
-A0AE88E2B52577B1BAA36EEA23071FCFB8FC4C41A8FCB9F8871F265D78B274B2
-D0D8F92D55011A124E037B5254162E7956465E96DC76D0CD96643AF172BD33A9
-DD48C30161EF717BA3AE6C7231F05DC4E330964C01F6BE6EE652AEE0AA41086A
-B2FB3DEE6697965BF24EFDEB87D49BB4D617A10480CC29C978C953A0B826E470
-BC73AB39F4A8A94306CAC840DE844C60F650537E695C6323991AB9038DB838DC
-0264EDB30E27E3F38B9073C8F7FAEEEF4B8285FDFEFF1C7CB16E43C712D78345
-813848FC335ACBA0768BCA0A9D57E99026CF04808F002FD842AF9DDD4E72BC61
-4997B2B39E28E971F60F8D96B66D8EB5911B8856287E3CC2D24D662312C238F3
-777745B73A30CF91BCAF4C6205808A2286285462580052DE31EC1EDB0BBDE46E
-5DBA461A815EEDCA60F8D64F7A2A84613DEB4C4745EBD6C04DAE969BF4681B5A
-F95ABFAFD2E9FB49A8504348551E67EB6EED4F87362FF9A5CC9BF06478E815E9
-EB946FBAC21430CF51569E331E0060BABFC7B21535D987B480FE1264A3738EB9
-F67197E54D9C2B032A06AAACD80FEEE298763DF5CFD00E2814F58A69A8643AB3
-3902057079A36C46D8ABE38C48ECCC6F7491D4D4A581A452C48CFC961DD8E85A
-5929131DD9543262E81C96631C7FD7B94C724102DE9C365AD97D6ABAF44AEFEC
-BFFCB5DB96D395117A665FD30A70E8090C3883FCF7ABE76954BFC07E4467E5D6
-262D9C949ADA532E94F9676D15DE90911D34BA384081A789D304584C688025BA
-4F6EABB4ABBD427CD00FF823773B11F283241BAA9B9719808D7FC5E77FCFFFA4
-F95DAA339D4843AD99133A1DE37103F386B4092343814923FCC22A87D8A91F98
-3E72139EA419D61789C36D99A207600C188477278887467F15D6A6635BC18D38
-53FC280A6AF75015E003E2C80F312FC1D967203234583FF829FF13890D62FDAD
-69DBF4D1AA69AB22A11A64662AFA11952042294C55F890EC1805936402B7C229
-F0A33C29453754544D92CB1E338AB7F3337BAFDC535CC93DCA0A049368B91FB7
-07670DEC8F84592CA1B4B8CF94E0D6A64A0DF9C0C239382D283AB166206B1893
-510E6320866A16450FBC2B0F82A38E460689EB07AD663A0785971D53E42EDD4A
-4BA81BAECF10B93B346B20FBAA70E4D15AFEFBE7CCA040D982A92E7853D055E2
-065A09DEBCFA1B2ECAE26C38F8DBD378E976FF597397C27828EE0E6791B8641A
-95CEAAEE1849027B06DA878994B70F94C835444F6B69A2DFBD6E4FECA5160C53
-7F12F395CBB410A6C92DFF74F8CDDAF64EFCF4F8ED9B832AD75E48B3F01DBFA8
-86D7ABCC22CA3C13603580C64B639948E2B74654FC8AF03B4F56BC8302645BB3
-B682950933DF6086F8641FEA62CC01F451312D22F4CC5804EDCDF981F6DEE997
-BB777110A8E8ACADFAF6428096108F535472D856AF4165C255A1B43342202F3B
-A72C931CD8A966D1898B78B12B14DBC0D3663983A9E2153CBC23184A4FDA6A0F
-779AF83DB6FA36FF6258473B17FB452EA4AB02F0D34C0B8C8E1FBBB35B680D94
-0201AB0D0F0637DDE7031FDD239BCD083FF5A28AC9AAB7271D9179A8AE589B26
-A897659AA8E9CA50ADCECF5D5F4D21C7142D4A85678466CBF033D883ADF819FD
-CD27E3A6046F3EAEF987DD9171440DE702ECFD3AA51C12AEAB971FB8E3128291
-592A3619A00A4DDE933F960CF460C31AB712D12AE4A37357E42CAA235672926B
-00FF510B7686F013ED7841FD01805D2496293CC262F80E730D2FB94EF320314B
-2E9BFC65A17A0BCC2233F53ACCC3ADFFAE00F19277AFABBBE4D2E377BE54EC2D
-82038A9D3A35D7B13744E468A1AB3D0231D394EBEFF06BC1D52F18430F7F77E8
-DB47FE2A958D86452CB7FB6FAB65198AC7507BAC92FF4F46B97A265BB80E99EE
-B2211B9989BBF73B1753B4BD6730271DB7679FAF4D3B223839094C1C980C15D3
-2C9E74DC9DCE7CE0D48B1E2A8E2E3DEBE2DCF6FF7B8407FA88F59A8D572E818F
-0C6AEF5B4A99F83398F97B162429D82A62E2377361853F630E7D0A7D728DFEC6
-EE39A9DAD89967BF1579C57AB99CD78DE820C407CAE52C2D7E65C97A594FCE3D
-378AC8FF6F8867E8953FBE91D2D8131AF97821F28D6EAA5A9F025DF790FA0967
-2C0A1339E953EEE5FC75F76FEEEE780F332A1C0C08DD80EEF52F1CB7E02DFE52
-86F148A998753B27CB823FA9B4907B37007A5FDB8395AB3FEE7CCD947D1F6CFE
-E81CD88BC9690E2F89F7CB130C9A2834F938B3D562A42CEFDC45A38E6BF62ADA
-1517974E61F6D35267795C7A9E945856824329B14E70EB350C997756A8FC0A8F
-7CBABC48C4AAF0A5D6A8F58AC190AC3F980C00D93FEFF1539D417AF2DFBE1021
-2882782C625D2BD323B9E0D53F1494F8CEF84ABEE30CA90C251887075A697386
-89F38001C3B2FDA9991D9A5EDA186C37DFBD0A77D47E24204981DC0A45B3AC66
-DD14D43A8A9826A0BBD96FE2279638F5AF12F010474075C381BE0243E3217199
-ABF00214D7D13F66411A6AB4FDBFDDF295163DEF72E788302F63FA8225F08ECE
-1F32D71BDBCC1ECBBC067187C9713C686E3EDF304BD3C58981C76B6943E66F34
-2BE57CB3145FE9A286F570074DC259CDAB2A415DCFDCAF46FA3E195FD43C38F5
-A612D653E3F178E16D9FCCB637CAC9AFEA648AF52B945B9BFE37F241DF9DDD61
-5425B37F903B079F337E8E15B70CCDB8920F15AF89538608A573E7C9008BE814
-FFAD305F0B94C7AE5F3DB35D34C04C1A250E89C252759581AD933896B468547F
-BF0AFC136FEC40C7436120A944979C9DB4D492A52B0FD658E8083E0EACBC60DE
-67DCC01E3F87F04754223A34732D211B43248A5A5BDB19992CAF481A564DC9DE
-B16CABD3BBF40BB4F84D67015773F7261FB175806DBA97597A0A8AF8920596A1
-3C77C728F23CDA310161CC8573ADE490419AE08CEB622DB6883CF0B75D43F0B8
-B37715EB9AFD9CBA33DEC10BD2D78E541499738D77A6450B93B795EBAD5F44C7
-311134D264B1881069ED3422281C15D1822DE565FF7768B80B58096D5B03D168
-0158B52A52B7B5B94609793DB02F8EA785A2E0A039FE4F8CBA3CD0C2A934F2D0
-A2F862F75093FFB2743748EAE9947B5D9F56CA0D67ABCC01E4432BE67E22DE05
-39664D8D7E9D732A897F03DF889A0D3C09E60C4F3A3996AED7293B8743353739
-DE1D41C5FEDC2BBF6662BFC35660CF8EA4F2C0DA06AE90AE91A9E0A8BC94D43A
-B79F3778BB68BB937032EE09062E1C4611EF8E86CB7007F2AA7DD3E46A31AC00
-8CC36771023DE9E9BB5483C051FFEF412A14A65F30DF95C91990408BBB8A1E6E
-FE801BA15666D3C270F045A8178BE9E424998653471706D0D86D49967771961C
-3F62F1B6F36652DE97526AD89E748221893C9B6E5915C1504FF46B6CD09D85F5
-57F881284D70C35BEA64731C99C0D865E2E9C9FFBD50806164157CE198DF009F
-B560FA76FD75CF742308B01F8ABF13E7F9DF82298FE454C1F709387B6F23C306
-61FD8651CA2F51C5F28786D6766B4339928115601BB265F6895712C39D4EB75E
-1E1EBE9BD2E808299CAD5092397B7AFC8B386E992AF8A47FB618101925514570
-2CF7F3D9418ECDF120DE0D9B14BA35A19312BB4C87C9A1862E7AC946AAF7E0DB
-9126282D6813095178325D6F7510550788D387CC3F7936E5BDFC55543FC2AD73
-0A47BF75CB6B625FE8F087C3E53330DA3EDA69BEB3601FE3223BF111C6235FC6
-8ACA71E69693779A68F93DB849000C3915225B007E9F1A64211A66634F67247D
-CB39A389107705AD40B0EE4D1E1AFB6B6F6E7F1D59D12847F748BAA026367172
-61FB9E0FF8EAD4609047340623E92C4954683F777B761B09A1B6E06E13977B66
-B7D5B557C9E0682A0E4EB4B04EC5191E68ED14DB179A9E167389023CEBD2F046
-05B7B10F352B91FBC1D499BC63A8B63A782692732DD2C49C0532E0D98BF9B5B9
-F1EDF5A5E00EA42DF50F9FF5700FA06DE26B5EFDBD15375BFB87068ABFD6101E
-4DCFB11A4F6CE0A126B1AF08A0DD21B487FCE447DB919FB215BF614D5027E67C
-CBDD8B631B0755EF9B2F6E261D4EE7D892285D1579F3027F9B04BCB1DB28A8E3
-BB0E83592AB3BF25CB92A3BA038A91C5854402DD5C47E1F535750D1090DEE1BB
-A5AB0785C67806FE7A4D1C7DA3A8D40E5F8EECD2DB7F5221ECC3AAE50BC607A5
-6B91C718E2092102B2958EEE11B3FAA96868D425513142D1C374886E63A705EE
-6D996AE31AC5F89456AD296DD490CA6E63BA98B78E4E9FC2AB540F27D47BAA6D
-C8BA9D2F10FB380F3C37575FDCAFC69F42E83301FCFA1DC31DEE29087614B306
-F158970D92374D7435EF08EFB3B32BECBC3C6C9FBD42951801B86C715A7FB306
-65B90CFF9FDE5AA20F20BC8DA696E5FE7214E98F39D2EE60185F926027A6CD5B
-960579744D143C1A7BC8BDF10C70003858B2A6EE72F854CD35ECCEC8E92BD664
-F9734FEBD981C41DAA2A42AE83697E3B030C9E2C6C3969293D324A7D68274044
-487004C3F6FAC5B64BA149DF711EDF2F17881864AEDE3E1E4C3147BB3DDB4ED0
-2F79305B402E76F974CD56CB04A4B562DFF36B40DBED2F35D38DBCA5CE8DDD12
-70C28A19C891D126927DAAECF16B2DF41802882956716BDBB442E9F062DAF65F
-6E3808CF58F9A4912209644195F04B4A5B209314017E96A700903AF6F4A8E8EA
-6CE36F67EA9139F816CC75A806C3585BBFD882F14028770670FEA22F34358E0D
-CD9626705BEDEB3A0965697647220C1962FCE67D0D3E2B9FC5DA3C3861F84209
-C56B90CC792B95076CD73D35974433DF6567FCE72A24162B434208A79117055E
-53BE3CDCA527E33638F940BED805EE57A3526186F80ADC5B6ACAEE25E2081A63
-3E6D985A8A6256F923B971E34BDA04D21EA99D34095AB201BF44B62258B19ECC
-45149754F896F64FBBBA939E41A11082C307165C5EA32F7C8CDEB80851B5219B
-7A680F7A8D02C9BAB72FE3B941E324F554E34F5DD5E4936250A82DB846F5966B
-779F29A9A4E53BCEA49CB4C6CC7D0034515E9F7B357B6AFC0FCC6FCDA1A34B5B
-103062647367EB77762F6B47773264536E40536C5DB2985C3048969F9D6C698A
-EEB959112EC964BDB8DC3C6F307477C2615BB536C03E9C9B346A7916D1C69C0E
-116DD955FEE0B8F6A0B476DDF245B7C901473A96C2C53DFB5BF4833F984F4D42
-C06B6751BFA6D96E9493139AEE7BE7839B8CB2290735C80542C40D266283CF68
-4DE60FABB54F29A930357CD2AAA60F5E85D1E674610F2E7C280401061AD47B55
-5A1EA0B0196423DD4DC994CD41094818332B99FC9218B2D628E86983DBC5B842
-AEDB7362D479C940452A947973C8BCCD46588808F0F9FFC55EF2D75C1C075BF7
-FE6C21DF51E5F6B00D807B033ACD1C7C6A8B3CCB7332E5ADC93433422095C0C3
-8CBDC619DC8EAC0382428C88443B16ED0DF49CD042D38082CDA4DFB035CE50C3
-9271344F46D3765ACA3E1B2942215F559EF1E308DBC2AF0659DC980F5DCEC6DA
-B33D596CB3F26EDD5A11D6647DB7AC5AC4FD41B62BC353356CD12DA5FC6EC2ED
-86DB312ED5C8323E1C766A0108ECE43C11D2BA0A63F1BE2B0A9D40EB995647C1
-82D5C9FC55169F50121ECA94D1953CFBF9F38B1FE0C7DD8B786902A841F24A23
-B8762B929FB5AF021414A5321C7288BCA19A240EE15D106043DA19354C4EE1B2
-434A967968C29B9125BE84A907D22B0BC2A2CD09AED00F3CC3C5C7C9AE7C906A
-7050756D4E67E11F2F2C14DE59A92C013849CAD0A1B6CD32C0CEAD2A4B20AD3E
-ACF8CE2AA125F1EE154B79690659E1B90563E3884B47699AE1F7A71579C3C4CD
-B66E6FA9BF98769452C5A2BD8B54112351F05BB77D3D3E3EE9250953BBA94EC9
-C0DAF20B0606C3CFCE4815A876F9CAB8A9A2E5662F7764050A0F5A7852B9AE4B
-5799C95B8718D481452AB4262A843E01CCE943DBB8377B7052FB397600962A01
-25E5FA112149DF197FD9C8F16BE5819096B87CB3555969026B8A5F4FCDBF3171
-BB1D5F36E7CF89D94457F4CFFFECFD8BB3E009655D799C4F262FBEF937E5107A
-511677585FE4D4560C34F03183E6293EC2BDECF5DB400CD1A29BA1678083CBDF
-EAFE8D078B72B42BC1CEF9FB5FAB5B2EAA044F5E98D99D9B907A3FE4E1BD4E0A
-2B845C58D7D0119C323AAC85463968D97A651A087DF3B6866EE0D09BA5583D8A
-8DB9837B487DF5FA27624BE3C7F17E6C734D294A1D200D971EAECF983A0A2378
-BC2FF6B206A5121EC01229C14E0C22CFE7371AE1007ED8F556B54347ED545D05
-EB488D7DBD5F668F45986703122FFF97A19523731B7D3CDFF8FE45ECCF2B91A2
-0907AB03E8698E0E3F6D846A4417B9F66703DEC16AB8DE158431D3424BF6462A
-70085CD88F8BD3DF2023F0738FA6E3F36E752DBE7590F6BBFE1BA8092CB69B54
-BA30D871F6200BB9CEAAD3D6A5AD721FD4A48D002BDFD8E339483D6E32ABE379
-914BE6B673F6FF3CC20BB2A971184433A714E802CBAFE2C85DD5F0E29B5F9459
-16AFA7D594B373139006786FB5B8594D50C91217D49ECE8E684C292946D79658
-A9BC010ACED5F757796BB9C32F98409ECA6511351E340C2C9E3CE2AC1007A52E
-95E6DA9F56E11D4B0586F88A149FA8A2BE78DD25F89BF504A99140A7453E4C3B
-EC9F94B300E4F6AB24C4528E029DBC0C61E116BDA8F0AE3108E3269A76927509
-95B41AAF17DB3759D04E9F0E7CA4863A9A771A49293B1EE6CB38E33A125342D0
-6C63AB27F308D08F60F4DEB8C0A335B115D25683F8AFF549598A3B1E88BBCBFB
-7C418723054B346E748DB987ADF0EB40FD0B8FAAFE5871EDDF9D68821C8C9643
-7A3EF4FD3BDE591022C83EECE829BE8189C6D819708103BB96A29CD107F416FE
-3230C3E7E358722AFD9469FFF2C7FD9DEC35BE527B99BAFF00C799B99080BE0E
-C88272197BFDEE472E29D1A197083F1BF10324E834C9D76190223E095487AB37
-50BB4FC92179754DD1138F9A55269137543FDE3173BB57BF3E5A2C42F5C58536
-BF4FE748D9033B0E319E3061A7044883A795BFF107E9C12F2449197FD29A2BD4
-C5B7DBC42C28596D43CA57E4184250213D3EE5D447A0D8023E2BDCA6B095DAB2
-3094B07797FA4AD49A4BC874F462D46F9DB4A21773BA0181B3482CF9235D9C78
-B967B280FF82EF3938F51211D5822F527127A5B4D7D643A443581EC8599C62A9
-A91D57B358D8787A39DFC4AD363869F6002E1EE878EC3573521ABBA11B6FAA80
-2F73E889DE675B42463A8488C72AF383482D6509F49786ADA521F76D93C4A91B
-7A5B23417305F5F89FB34261C2FF16B3BF983B19DBAB9BB6B1A2EBA3C2AF80C7
-450248EFADA22E1F8D18CBEE599C8D210498432C47CA067449143710A73DA7C1
-38C859665D0D88FF0E4ACB573E954655B5DD4B8C7DBE9B8A3B2C4526872CEB80
-45CB40C3D53F89ACEF33BF54BA05439AB4137D9F6A5F7CC983CC0344216AEE0E
-2BCED1790BF4506A8908E1D7AC441366E9938551A962C6AF4BF5E2E6B706CB0D
-8572EC4AC8CA0714A5EF6D4861932F42509F217477AC1547A3F96CCD15787A6B
-B7DFFA17B0F44E83A08486E779A1E36B7748B17F2D09FE6D7717E1CD3E306004
-F69F2EE47DD0A9FEDA1D43558C8217FC810C109B8E55446B6F151D44C08FC996
-63530C24C7F0B8A59AE9FB7ECD212902BD8E4115A6F6411266A57CA3F7532E2F
-C631F18FAAEE1F1B7224B598AC585A4279155501B1BE29E06893A8C56DE80D66
-4D5586C74C54B88D1B61602D44CAC618E21F447A3A17123F9032AE7B7854C08E
-E63B5335540A7F4B36DCD11A47FC8E672E8EDBD9BE813702927FA8B0E0715943
-E1AD81AFDA2350A8D9C05295A208EAB36592672ED05E16C4D9392B3CDC1EAC2C
-526F600BACC7C2F6E0AD1283259B1388E83880DF85DC9790DCED3EE2CB06245C
-3FA795567CF8F6E63059D974D5E2DA8B5262CBEAE15984ED2D6FBE0C5580CD20
-05640AC7C4D28C5692D3F814A1A90A7BA2633A68A7A9752AE74761AD428B19DB
-79133438C8E0CACA1624A5780A14DF07A74003E6EF75F75662EF6E817223BACB
-0B0B47C05B22016F6EC2E518EA8AF4DA0BDC4B02EBBA5D746CCD8F698E5F25CC
-47184CA13E1670BC214C44C27A70CE6DFBFA31B6C82B015C1A4F64F2C767960D
-E2E40BC61F84B19C6F874381488053602966F43AE5058C0FAD7FCD563D01DC11
-09C7252BD1FC94D7975F72047395F685A7FABA083130F64B8DEA9029F14C6AC6
-874B97B05248E3D6A435711263526F395BA49D30A21D4AE548141E399FBAB5B1
-6EE081015FE3C5663CCC484B8B4183EFB92E69EFFDD7F01F518569E03A72C4FB
-6772A0644FA922FC56B0B99B1F35832A11D929CAEC8280793D062109E3BC57B9
-43E01331FCA8548A573FEB914F916BE1D06D2561296972C28F6AB92BD7C739FB
-B1D5251FC46E2ACA742585DA6C13ABF373F66B51B45B44DB1471220A3C5AC33D
-B1CBEA5B541B8C1AAEE38ED30735CB1C12D02DF0F6770979AE08BA566887CFF7
-54C4AF9ACC382793D4BF251D09A088691EDF51E72BD9BF9F2455A8380D40723B
-1D90B78C210ED9972BA6BEAD25A7B240219C012E3757353802DA6183C365F51D
-D94C2C57373A44EC5C422D3959C140BD87F1271405B33BB9747A78E5460A96DE
-2C1E98D4B4FD3A15E10989FAFBBA5C57644D6206CDB81493667B3E4FD684F3F5
-8FAEC6F36B47625DAC46AF37D9A04536EB5D64B84D17FA194BA862BADF76E107
-548B078BD5DEAFEC764E789E6CC8E78039801CC4716FFF5E7857B0FA3BC31CA7
-E1AB37C519A9EFC58DD1D3926226A3AB147EEDF10D63CBCDAF2DE66E4356711D
-EFB9601764562A81D21D943A01AAA3D814DA167531C164BDE763F6E3D619FE40
-4705A2A03672929945500B4D11F01ECB2B09CED1927029D49A9ABC19B23463EB
-0FAB85297CE11F97C1D560C5CFD27691E39FAAA95B468A502988BA484664EF88
-2630187E829EAFC67146942DAFE5DD566A72FD6BF32B33F27B383ABF99F9E438
-C30F7CF8513F209A6B4E76F16BEA603005E8F71C817BA98D25B415B930988A1D
-4EFC4CC7BA7801869D53863261CCAF234BBC398FFC8D7F736F231E77DC9C0EA3
-1AA359D0A1962649825F59DBBA3B5975D70B2D6FBEE024FEBB2908E47858568D
-4BF000D59D21F549FBC46726878B0123BC5F2450F60B092AB46065DDC9BB7D41
-8E3CDB9982369E2CED9B88B58D47A94A108324E6BC009395CB656230FD9C5EC3
-8631D1F70F5B29CBABA91706687A4EC238AADFD7BC3B43166134AC044E72007B
-8BB28A578560F256B2C9F818D948CD3CB57E351BA8F34834C164F3AF6F544B64
-0DA5FF8D23E70669BE37DDD66EDD81132EE4AC92607D6309C5CDFC6D800FA012
-BEDEF9E53F5F3DE3B0955FF6D7F6AFAF7C5026F2B989F8103E4FD2E39176E5C7
-A50333B89EC266B1C39E2534EA4AB75B62B90962065D26D8958DE43A879FB0A6
-316D86559080C6048BF798AAB878E578673FF67A92741F60CADD40265C658184
-A42E9B85997CC8BB4696F50CB08AA5F0F1A658041F6C32A0859B99E9B41A0141
-E9EC90FDA5A358995A7FE0F8E7D5B74F1CEE7C6EE8272B35BD242B5219AC103B
-CDD20FB4F83F7BC30E2D0DC150B036CEB93C92908D53C6FD6D2D5BE1A1EB1596
-CD9374A4F388507EB1624048C79366F13C1319E410B9EEF4F33C5BC5BA7392CE
-852B8F2F649AF0781AD969BA91CE623BAAE3A45626D4A6D98F210C30C60DFB30
-72C19559C54ECD9FBE406551B0B3C8B1833A8834E1BFECD87A20D90B25F4859A
-3A7A21054BD82BD20A3E2112F447ADAD7BDE83EE87ED04683DAB283627AEC13E
-450DA15C25855BC4ADA345C1D92CB5880AD4466DDA84568FF703A824A8EE8E29
-F0E221661D6BCF20BF046F80C044A860A2925E96063CCE02D044DAA35923E5FF
-6DAEFA7845ECDA7EB4D3145F0436EB4850AB3A65120C32BD2AFAFF65518A7529
-AF8B2E8F5DB78B7F789ED6144D3EE5588A64DC1709E64C69B3907A8B4872AAC2
-896172C0119889060CFC265751C8A781208282157BA8F925BFDFE72E4AE0BB4C
-D472F838F9FD40E229A3B36F18D96C99FE8D88CA44BD2702C5723D7BD75CA5E7
-E606909DC6EF9550DC7866C54E6F08F6993E6AC0E78CA0FDB60DB16AFE9149D9
-CE9E29E6461C1FDCAC59B0CA7814F7CB663BD335998F2B946407D92791AB32CA
-BC3FAF02A19178205981B654FBC761D3316337936BB9C02F4435E9FF33A93228
-CDCB3DBD347E15779CEB58473E78A5AF2F234F2FF350FF5F2589FD2A3F38EA2A
-0411507AE1ED51B550AD45D561344D3A6470C9449E25522F261E9F861A87F272
-250144D4A7FF42EFE2F53F262B4D50A9296958A5FCCAB2A72192C87AA4D7163E
-F5C23005FB2BFDDBB7696A39A987822C4D71A1BCFFF58FCE32435CE6580DC9FF
-F02B40A04772837D1C090B31D98E73E79D6E63D973AF32C762643D50575E99B2
-D2944583F89A5C23DB7BC78F34E2A23079DFE9CE9E9AD70C5EA9AC910B721861
-9CD2CF56C2E9F92311D2F4319C4E55411BCE3D593188E4324A653B730C2435DA
-3D2839B68C3919AF4DFE343C1F1BE951985F50F264253552CC514B6962EA363D
-CA92F7AFF2A2F64B14194F69137D3EE3E4854B0BE9E9D9400EF10A9F1B40A01F
-0AB88A7542A3F40A29B012ACD52C644EBE181CD24FBAA9A2687A182BDC142695
-6013E51C2A8E561A067760B4696EC55E2DF1D6A04CEE65E74A11F712BCB2F8A6
-9994358EC86660EC04F7DA6C7A133CAB415B034B567F36DC71EDD3DEF8F0802D
-437DC1488532EDEC290E147FC9279F4821F0EA2F5BA6E2A43B64CAF0B1942F33
-215C18ED620C928F1EA7D0452613927FE3A78377C01542FBA8A397D0C6D6D26B
-AEE8F0A3C15AE5CC927CA38E4C0CD2AB9C71B6780E5EE878523177130C291C70
-75D865FD73B3A875F450331C332ED0205F74355A07C528AA047568789CE16005
-A3CDB32578707DFABCA888B476BDB2FBC69425F9157AE29C0E807B4D996DA7E0
-75C8F714F2EF2803C456E2EE318F6111C286CC7305D2C1E270643BAD7587DC7D
-4030E32069D4CB84C8F07D0DF1E492E4F4C9AC6C71ADC174925CECA25FE6878C
-4C2BD2D4E3A3CFF16E0FCD8C308B759C2A4FEEDF484BEB0F5BB9B7895DC641D2
-922631FD2E23257128523B31B369AEC4D3A63E3AB3DBE2F649BA1C2E4BB4F8FA
-7CC579D3C6FBF2B045EAEC3E5522802DF1E107179B98CDB9F0A9D400CC5DC89C
-561A93455644ECF841E34C28FD690062504AEF2D5E09E9E84230E93B56B741D1
-1AC88BDB4E77B90D49DAFF1333758F9E72CC153F4F1823407E9EA929067E180B
-989D5B459D867D3B242CECABDA3439BA08BE3F96155B62E3323FFD874DB7897B
-CC139739546D83739C5C1665F6CCD89F74CB7C07138891E23DACABD4B67AD04A
-1DA2D547378B8E77D1D6CF3A89295BC499F383FEE55EA8359544EF60ACF1F750
-1C607FFAA1AA10A361DDDE23B2858E77C71F0FD2D47ECDE5E77CEE1DA878A8B1
-40211679D7691011B81246ACFF2B487F106FEFF52E79B7B7B05442D846FA7381
-98E1EE04940FD3446A516B47C815943870C9CA9C1B1BDA2894AD89DEA6E1B96E
-60C94BE49C89A0FC4B009AEAA8B9E658798B79AB404EB06515D23D0C83465473
-4833AFB6B56761858EDBC5E125891D58DE477CD512943AEFCFCCA741D39CFA02
-E0CBD9045ED5FAF2580C39A1102196A85E1CBC67A1C56A7CDFA12BE2AD351D9F
-37D4783CD6A8B0EA717B5FE28D7B39000712E37E622A821D040AC927726402E3
-63345131FE928E3147B83D619DA8F212E144B19EDA829C7F6CBDE636F76ABEB7
-82658AE7276C2F8BEFD02188598DC592E05666984DA2BC8C9F3549E96DF45D44
-9FC713AF972127020E99F95AF3904EAA898F4B67D19BA296AA36FBC14C4DC5AB
-C88DCCE567002214C7518098D015FA37AF02BEA5D9F5845FE3FF9037C15EBC79
-4CDCB7D79129ACBFD2573A884EDEAF3939E2D3D6967F1A0117A0DC6C8597FD47
-01813A0B01D60D7709BC55D5DDFCB08F53B441D7EEC6544FF96638CF1ED431EC
-794A0E716F63233C0D80E8B4123F30E632AD427857EF57A6CF6A106F5382EF74
-F9088615AF05E3362609E86DC9CB58CD2F709F8196FB61FB4F82F9B1F0792B09
-D6AD2F194A9353F60EDE331B84B7704F0C797415FAC6F5DBD56D39B44A45D1DE
-B6A2319784AF1B2A9573DB75B573926AFC074627FAA9E8B4BF773A802896CC96
-65B535DDA172851A2F052934E7D7D593D3E2644444F7C635179D00536099420E
-CC56526A9FBCA1B2DDFC48D479DD9A928197AE138735926D72737FE8EF7D1B21
-6425B94AF20B5EE8BC00FD87705DB8DF11ADF16715177FE917C2AAE6DC1CE5EC
-EBFA2BBC044398B8F85DF05D50BA8A53E97F44D6CCE9690F901A50B844416408
-91F0DA30C55BC25008122D9A08EE92A8C84F6CEACF40591E4320A114E2B62F15
-92971E5DD0613D6D323245F1DE0C5397802E88C79D9C8C7719F4A13902828BDB
-34D6E8D8B68BEEF5A4AB6A4DFCD93AF6ACE8C60A16A593474CB17982F611D6B1
-3294A28699B8E8E73C27C68910AB90B2CC147944323A5F339A5844B674AD75EE
-7BA8094D3BFA4FBE6D1EFBBF7603607E38B920BF9CE43E418452E4D61A6D28C1
-F91CC04699210332A1555931106ECB43AC1FE2D08882F0E9180E5924C0335693
-AA13697E9F7F1091D71360D373661CBAA631992B3B2627DA5340DC655F712572
-FD675340127A1CBEFE3656AB4009BCD1BAE64048275146C32E79F031EEC428A2
-0B786601B1B44D5BF9E464CAF224E5636B0D2D83EF07E81A545EE9A5F9A531D2
-064EC94A90714E13760440450A6ACF3DD244C32A9ED0A65C546BA46C27FD7801
-C94F5C0735A1E9E6934D30AD680799FB3A761896C9E1F1BC0422CEEDDE021770
-1837B9A79B0F8775340CE0C2A18E260F6C471E98A3C6E4AC73A148CAB6EFAB3C
-E50F14240785645FEE335349C9B8D59B99FD884EA4A1C878A5AB6934511DA544
-7D009675FD5B62F999ED528C3B70D337A7D93D4D14522D1270B5C345B5ADE5ED
-518AB80590221630B0E66A85B1DC67A6CDC6B3694F8EE53BF90223FD68ACF7D9
-A4106D543E16EA756EC3CF9C96FAD7E45A8966B8BBBD5B1E5E9509F2DDA57EC1
-AB2B457D495F9C8452376C11C649FE4015844D876967666AF9824AE5E3ED033C
-D3DE8808897B223FB36CC42BF7867775B8B97610CAD61760B48C7F3F2DE23908
-035EA9A89551B4AC734DEFF55D121AA9D365BFE4C621AC78344A11360E042213
-EE8F7EB0EEC8BEC6C9294D22467B5D6DB1A0B0E03F371E1AE162C5DD46DD127F
-F8F75142EA07F5F5E3B4848E9F4B884F0257D4FCBA87797839A716CAAF03EE52
-FF4479EB9FA912146C609AD0784C7EBC41CD480FB7B3CBA7D5BB91BEBA43B5BC
-AA5E4A9CEDB68B34B4EF7A15AE58EEBD677D7D2ACB6570A569F79AA9F8C08334
-2575F0AD37AD980DECA14BD61D6D0F38DA4C8F5E4350778BE866AB63AA8260F0
-3D9105FD3738B1C5417EBC9BE27027718016DAB611E3D06529A5F9C2C0A05371
-3A7B87144805AE4E317F26B518FAC096F5A9BAA8EA45D77BE19CDD1E352FC955
-1ADDD93B080C6E95DE94CE3CC6AE60E797B09EB9FF1EA0B5C60822953F8612A5
-93923E7D7FA07A86AD52B23D3D0B88630B88D6E8C62D009DEF41CC7D95EAC8EB
-B26AC8E3DCF0929016378EC4841E1C4F951059105BB7F4D9D827ABA155102A09
-0242EDC57D050CBB9A0B6C5302B1534EC041093CF0C05C0E30F0B3513F3F5356
-75E913640AE066B795197E009D880CF19ED6C92FBE4D9CD3C96C88A59F2097E3
-D9F0F923CF7537FC69D5C714DA5E53CBEF307D8BA7FEB8CAF2DC63B9B07D4556
-CF751C7AA7CB1268BEE3591838C5DA625BDD22B4748A2118B7073C7AC7A885A1
-4996A7900CE4F42B19383E12F0BFBF0862E3A539F952038E1149B57D3B92DD18
-FC33B2AEFF202D53D5212300869B57A104AD5640DDE1A5E3F1240482EA9CC7DD
-A63BE8B6DB82A2FBB5DFD31E72A6CED413ABA65C6DD3674A76E547A4CC9C1C5A
-504992A649C7F2AC469A9BCA5E9C84333AA74C686A863A05FB73110E466A34C1
-3E3AE5E21B912282BEDAE14864E420B05F9E2EE8B1C523B362A4237929BF2D06
-A0D398D91ADCFD021113D4489736B4D8E703D77F2BB92973874EE461E76ECFE3
-D114EEB3F611531FF20CE6310C338C6C426F2CDE535C69E3F14CBFE16F48C7E7
-7420777D9A175710174DD5E23B2BA6FFEC521907939AD66488857BE8021B385B
-D6E1162BFD8BB36174E0D5C238BFD778BA5817BF31B2624429080A5B93AC98E3
-B6C5E9C792F9B1CBA7BBDF63277A28B6891DDCD36D0CF656C4F510C77AA08991
-0545717C76D2289D77C79DB34F2FF22E29AFB3F5E9B6313A2F582E4DDD2373CE
-6064843D24FBC35B1A08AAD4A9B408541301166DBE585317FF2A8E15C25DA94F
-5A5B9D11F5F0B1A658648C529717151A96623F590FD41908A5CA20CDC0D75D84
-6DBFD25E5D4739177AF9
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMCSC10
-%!PS-AdobeFont-1.0: CMCSC10 003.002
-%%Title: CMCSC10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMCSC10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMCSC10 known{/CMCSC10 findfont dup/UniqueID known{dup
-/UniqueID get 5087402 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMCSC10 def
-/FontBBox {14 -250 1077 750 }readonly def
-/PaintType 0 def
-/FontInfo 10 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMCSC10.) readonly def
-/FullName (CMCSC10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/ascent 750 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 45 /hyphen put
-dup 47 /slash put
-dup 50 /two put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 105 /i put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 114 /r put
-dup 115 /s put
-dup 117 /u put
-dup 120 /x put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5
-45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4
-7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7
-72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E
-BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89
-974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674
-11453BC81C443407AF41AF8A831A85A700CFC65E2181BB89566A9BDEC70EB4F2
-048A6EB631F05C014D372103E37FC3FA317EBC9973565A638403DA02E48B7D31
-CFF6C241DC5CDB470561002FF46437C06EF93BC99352DF04393C661FFFBF4BA2
-0723ABD9B3E9CA9E63BA57EFDBAE684655CBBDBA15ADAE43E1A2C98A3CF060A3
-D16AF8FE3A49B50A24C20EEED716E49AF6013D4D38CD9CC41A91C17E4D04D79D
-567E1EF49110AA9C34464E95D81A730ECEB2C9AF38FBA6B45E253288438B4CB3
-DC75B3A906D4357293BA41E59C35223A6C9CBD6FF5FC90C2D07CBB376C7320FF
-435A6251822BFCBB612CE630EDF826C37E95F541C21B93FCE127591D5E38165E
-2B58A34AAE37712BC58B63FFD70AB80F4F24612CFD2F1466BAAF3CA2BCB45148
-D0DEA0E9B8FBA4C4FF5B8B3CB02E461355051842BD1C94F41066B9B909DB83B1
-DCDCBEF7CD00A43E4C0B8191A29600CA197F0BA227FB8309BB539D2A620BAC70
-8A1AB2DFA51ADC9873B8E5582DCD3ED154E5D727D1665F99BD89883D69E6CC2F
-DB3A57AEB612171A88E22F038461DE03FC357F771675E34E90D4D19B4B36891C
-9D2333960400E97494F4FC4DBCE6A73C34A0409E433BBDC0AAAEBA7D3555066E
-1CFBB4515C8B573C9B9DD12ED5B6ECEBE35AD0DDEA9DB004FC6CB540B5117B49
-59CABE5FD74C6F5B6482B42C20B5FF0467D1DBD7CED2CC651CA57852B6FBB402
-A6764DB342889132C911CAA713A7F2FDD8A5E849345D6C81025E02F5B8B682BA
-90CC9B467FBC37362436EA6BF8EB62D784B01D5430147945BC09D1F49EE89F2E
-3E2B8E6D439248A56F82F2E03EA5C7A922F2813BE6538A3A423BEBC55B345AFB
-3B3C125306749E137C647D78028AE1FBF3E1A82C260132832A9668F454D39C41
-736717DED0A99F6B11F005F0E1D07FE84713AAB4C042FDC166AA146D7B5E9198
-E4F485BE5B135EA281FF1C1E616B5AAF02771F58C5840CB5A427FF9794F93E94
-17FD799C78AED1DC4810BCEF4C6C51D3C1504EA2C6F2B29805B7ECF97B5F637D
-FE92E168CB9029E90404CB54FB312FC7AA8A9F2F524C03E61F03B1E31D4F061E
-1677B39D5D30C9FD4673E1723F4AE3CCF38593AD6D7F61E9DF3C010E51F25085
-35D51105E1464BA146A78D7297D4D310AD91342A0BB942034A3EC0696B467367
-3E39D202D637E6B14D0EBCA6AD3CF22B07D4CA69C0FCBB6C93782B2F0DFC5AC1
-5D8A16CB5EDB671A0C1BA9D10F63CEAFCD0E06E42C730C8EF769CCFD57937245
-658F486036D37E8BDDE5670A212FB488A8753322A5B170C9662750AA958C0BBD
-8E97D8239D2A08B30416504DEEC4E506013E037C91785C674F8A6A44E23FEE6F
-CCC00CC5E4D355B0871FDB8ECD64F70EE32449BB5D6F84F8C8AA2D5B1A489BA9
-D7FF2DBAA8D0B84054E93D64D3E77850A3724824914A0F821EEC3D605DD851A7
-606936B8B9E24D6E932E16C448140FE94DD96C75AECB73850035ED9C04A1D93C
-64B21E7D4657E030483EC5C3554AEF8BE4D0FE5B9743B875340B09E01273DAE8
-F256C50A1A8F2E0417440A8BB0173F59E11523E1CEF2593A4AC5AF2167627B00
-C5EA97D125EB8A4BD4C372877ABF10F5B7B149D73787E0834BFB3084E9508DF7
-072DD71637019599252059738D4D6BC57A9358E4B14F6AF9C4B31DB8E25C29B3
-7A15F9953BD73ACDE5F0445A5DC406BB4635FAE51C1D8202AE31730E6F355317
-1DC197DB0B6177307C60E5D38F4487363EE051B2E609A52BC4D45B14B6558B6B
-5E1618748794B8340752CDBE7756C068975B559615D4CD5A97CE30BAA7B2B1A3
-2FEF2E055232B24FD8A21BECDE1B6A479A28EC80AE2CD16DB50B30B4A6CFCF06
-491C7CD5AC29FB964D4846415233947522676DEABDA0D9535F8507D33693930C
-B4E4240A02B0CE7EA288516B8A6EF908D7F8BAF9012D052C6AC96D9F8F6ADB07
-8984F3559C5E7E3022A957982155FC9CD599C74E18328D3AB46F9DD15D1C4C3F
-9B93ADB4489BA02CFCF57DE6270F3AD2F8597BE71786510EF08142F430EE5568
-4F9DDB792B7C46B6135E341DBBF062FBC50FABA80CD4A384157BAE57CBEA9781
-AA4416323265168AC097DE7E30A0D4750143A4FCE70A863A31876A8FA5327C3E
-36E89589E363AA2B1A6E8B09F5AEB8FFFD0396067173465B6503383DE517A6EA
-88C0FC08578398C2A721E5AEB29F4AC9BC990A50CD87BD35A11F9E81F68E7B85
-5E5B95A4F9A5D30379EF90D78E1E466DEF867BAEFC4F5ED2C762BFF099C1C2B3
-5E0DA1C2FB33BE1379413CDDB1EE6BB3A495331F72F2FAEB8152E8AD5FD334A8
-AAB0082A71D5574B618EA8D487B8FAF1B445F3395B1E21224F5492A0E06F5152
-7726835C900E2E52BE3B7B654183AEDEC68053DD0AF19EF6DBC10B6FC08EC7D0
-CC0E2C8FAF8C9A4C21FB7C34E074BBA4EE64226BEC8C928A784C1BEE35B72EC8
-E9295240B29DDC2539CD118BAC38DB3917D14CD33AB45FE47E827F2A2B193AFF
-53C5396C52CEA4F43F06AC2D08C74CC85D608CBA267175EC31311EE25AB48DD9
-FE811B411AE426C9FC0B6044D1EBF130231623F1566CEA4D1C06D8032FD9808A
-94479C842BC41B675CF6B90113BD681F8D43F51D5016D80EDC11D7640FB950D4
-E709A46184406ED90D0892A4CD9062938A8205697A200DBE1F38EB166EFEA0EC
-4FCB45CDAF82EA103DD6FDD03D146F3E42EDA6496064DB3F4FC1C5280C9E604B
-D5EBCA08BF2AAC90156C11EF68137DC76502EBF216F3AF3EE30DD2676D218428
-F41C655093F8B530FCA378B5769F262A6FDB4B66B83F18F050E77227E28D71F4
-5F4425CB8D51B3DAE872CD86D7804F870BC564A6DA1CA13EDB00D131CE4F6460
-7021661B99612629DCC20C85CF155EDC5111E015A77B0B82A8FC1EBB374B7EF2
-361419BA93B857D5C9944BB5B4AEDD86ABCC261542077FE09701C96370168579
-5F89D5AAA08D700E2643E88C2FB8D1D56D37AAA9744872E7C050B4CE046B47A7
-83F224FA9FD311C955EFBF173042C8FC66524135F579B1397828870D5C9DC71F
-8615FADE2A1CFAEA90F732B6C266E2F3048FC43EDA7A6B6D98E9DB793CF457B3
-F5877E7A055C92B0246FEA8C72B3B3456F93BF36E2651D32CD614C3AECC0B4BC
-F824C8363E593A6458D37408FC5B09883B280005DD24123E2D4B1B85F4113327
-EEDD9186A4AF2CD6439B46C5C168C125CA80F9EE9E68906620EE126CFBF26E15
-B269838A54224EDCFE2A373EB750D4829BFA410DE5F1541E428BB1E024AF496D
-F5F1C151F5A645C8622F2EF9088D57A2811868A8A8BFCDBFCE3ACB8463AC35B4
-8B6F44E1C1232805842F56FA468F81FF37D5D55B81CA56058558544C142EB3BE
-07CFB1F75DECB1E48C14D6AFDD455989AA6FFE8B8DC54F462B3C20E31D270BCE
-8E68E2B43A6625AC7E9792704FAAD6CE8BBE0B341DA7189EBB3E9D5375B27FD4
-12506D5BCA50AEDC6955E6C3C7BAA84BACAF7ABDF3A270C7734EC3C6EC22793B
-E67B0E288F99699D38DA8B79F2D21DD97945FBDDD132A8F0BF947950D3C0B4AA
-EB7B2C435AFE54489E1930610311D718AC610C21A644F34CB2D1959B3066F39B
-EADEAB5CFC6AF4D191D86B02402B00D1C5262707861C5308730579795EB53207
-A291A27A8B5C4DAE0A87A0C6A260026CA3CB620E1002E066A515D7990F3DEA29
-0FAC962E0B82B7A6C86B1EDC54007822BAECED673FAAEF88C8109777EB79A53F
-AF3C58546974F2F56E70E9B5CB59ACB5C27CB01895557B2D82134D7F02029B24
-3331621F38E68717F5CB68A8892D0B9C0A8ED4F8BB56E80505170D44C6856128
-2DED0254ADA4875CF56B4D97372AAE730D4C77A2940DC8C178274DF88A9EE037
-215C6FE7B9D481EE4DE809B124C0270782411ACCCF89906A8B143D0BA8B2CEDE
-E9B90465C3E57A4FD9AD2702323450256ABD09A1F8C26F08480317C08B75B720
-70A161C99715A35A94DD5C9647ED0F8A5337B774C8E54F9653AC859485A1FED5
-37B725A7E4BA58711CBCDA6054E34CBD8E9F9460179DA7DBD243D81A1531FDDE
-BF2BD425BD9DBE75EAA333B1F5793669A215549A774597E6ADA16D323FE5601A
-EDA41092730009A99BF5B5AAE281844A6BF3292D4D4EDE36B4FD8BCAEB6EB72F
-AC5D3CD53D0D621CA9EA8D254FDCB2B5161EE9E80B266563F669805A3A15271A
-0753983004A1ECC7FBADF62AFEA4DAB49A178C231759857DB910668BDB07CB3F
-7E8EC24901863088B3231EE3FA563924032C91CA9D68DB398F9BD9AC0C651EC8
-9051C9F709CD784F3FF5951DECD7E869ACC34B83AECDB011E6594347855EE7F5
-28811F744A4BD70D4E9077EA7EC19FFCF612689F12B34332857AE41F13E6D16A
-962DB9B6AAAC167B9FBDF0068EA13412F318384134B29F3F0C399F1973A3564E
-F9C3C39B5BDD4C98D81A6CB476E565860B50704BD65ABD630A5F1372F2D826F3
-3AD47C08B8AD3176A170C369EF3CEEB190134006D6135C5B8CCDBE1C11FFF1EC
-3F6D8C46E15C4F5EB9ED9F31A129594D542D40DC3815CD075A0DBB648D868AF5
-15A05C4BDB28BF23653A3AD96CF6AFC065DCCCB23D5D9A945F8CBB539DD3BFA8
-DB8F1FBF9B6F25B41EB4309995CA3D5D6ABD70CBB4A2F0C6364E5439AD1045FF
-72F6B45A30BD3A548CFAADDCC6C15D46F6D783D3E520215751DC98335A4ED512
-D7D19235CDF911CC69F3CF4365B678EBF3E87C456A4E77339C74930083445588
-462529C22A96A28C5CE87AFA0C981F26CAED5A1C8DBCDDA612624DBE0373F026
-465185A4D8C73CCD8D71EE97116F8F7D341B87FD78F9CCB9FBDA2A7799711607
-6BBA855AE9D5C505870DC85FDFAAA130A351D56AADBFBD6A7D52055E3200F8B7
-8AE9A00092B55DEA8BDE224B4BA7FD4A191CB1FFC4CB995FEE1AC2883AB69E1A
-AFFC09AB5B9AE311A030A5BA05E2213F9BBF016C8FA80689C069314D91274B20
-53FCC65C7D7B3A7504887525BFFA060304931672A078BCD7F269595686310E34
-E1ECA868899BC402D17EC36CE40D5041D7CEDA77F7764C9D98793F5334F574DF
-E93CB10A5E8ADAE95CE63D2339557091B4B4911A4987CF21B7F1DBADBC2DD605
-8EB72473C1F2EABCC44E0D0339EECB55DA74085606C3F89D57ACFBF5755A5395
-CA8D4BD47E4EE8D8B882D3AB31A1F0C62E74654C7E041E4FF2693A38A9796064
-46526B0A37E6B5BF8E48E80EDEF81E34DA8F6CC9025936A4D0E6D709D61B7B5C
-AB550397117F3F9D2F5A542A64DEA8E1178F7337124D6B56BA92F659AAD694D7
-391028731E01284BFEA635314A8DA8DF7A34EA3B6B2F8803BE6DCB423A9E8015
-55EBD90EBAE8A00298B3B6B1C02BA516AF528122C1F2B07EF69F5466C2C36643
-0D665D6561705509B7582D8301AF3C32E2F3B9433E3E04D62117C7E8A368BDE1
-0D4DAA1C415B2A6573116D2A169AFEF700A83F55D88813585E89C94C07802BA8
-3AE8F9BC3CDBFD9C2E35D062B1FD6E79E1EF104FC70B0AB09D12CA027F33F85A
-22F0ECBB4AD55FE8C616B82C46CE69A600E4F767BD7A9C5F9B37A3196B038384
-5DEF76A8884425FE598A63AEB19FA698C2AF7CAA4983CEC789268E22BA051EE0
-20A40633D22D8F707626ED30E8273EAAD1C065F0B2E1718B5AC853ABE09330C3
-B0082A71D557169BC1559B6D285A3499D41C4CCF1F74884EC3917EB9C574371E
-AFE8578DDCA459B8D22C0188A8D150437B05FB92022C95EB6FBCC954216B5FED
-CBC7C90B9A1F061376A9840FB64390A6BA99CFC8279A86A730C6DBFD14C53C4B
-7277D676BD42203677E9ABEEC8C97E13DAA626474513B06F8734DD784F2FBBB9
-B3B448B8E8221E380AB4A86D3A683B86A54129519D50DD4FE63B30954D805CED
-A9A5D9A39C58B65B08E1C19555E927C6DBF7FD07252B2B57F62B905D6B488201
-213D106A41033B26FFBAC2E616DA6ADA6D560BADF10E68872806CFD6F6E19D7B
-57CF1F7A030A7BAD374F16A977E0ECB8742D034ADAF9C247DA19C8AEA74EF6CE
-DAFD6B1DC562FD3B77E4D008BDE4D8C7FCA9895DA1AC9EAA01C32A0DA712B082
-9438E77230D38FC4153E1711417B918BA6CC03203A5FF082AF880F48518D8271
-C1121E4F1386B30A7F1BC6F10EA98443F8A65C867A109336B808BC9A8E2A75AC
-F950835AA84B56F59DA4C8A18859C3B68F6B6DE09A6675F639EA9107BDB67B0F
-54EBC564BC2D781B61C14363A54956BA78A2BB89C9F966C94EEFC29EE9F4E23E
-C0BF750144DC289F0DEE1F8A25BB52E54F656FAFEE4BD2DA57E1306BBE648051
-1D0CFD6A23A3DF082E3CF13197BF1B7FB22B2CD427BB78F455C9634DF989DC90
-7BB2AE247B1C99AB2062855B2948341B0F857ACD750B59E370A6698C6A1F5287
-72A4A9628A592E313956C242DF8277EDD2F1FDFB07CDC104275FFBF796D7518A
-DF49FF3CDEC3BDFF1D290C382F244DF18005ECDABF0C5C2C64EEC4383E2E07DC
-5C82587C071E59B46B7BEF31D268F39D9B12D534344FBA515E9DE8F166FAD1E2
-7D1558967AAAD3829D3F7EC6938D20E5379F414532976ABA844D97A5E9078901
-EAE4D0ED1F4C7EE7A2D80D891A5013D6409A38ACFA497F5A169EB7F9F4890DC4
-62FA6A89EA48267331F086992B9CA9305E16611E6AEE67DCDD588A25D37F45B1
-0DE75C802EE021E574B64B3969DE2E5061ED9364B646C38D4BBA86802CA6338A
-94E135D2256920EBFB1AA22D9E90C7D16853F0DF9F2D942748EE540E4FCE63C6
-5380D7AB4ADD6CB00FE8F7867E4862D8DB432F28331428CC350CDF7F447A65ED
-D7683ECA35A22ADD06E9FE6BAF060913AEEE7B2B8EE4798E437698CC9EB2428E
-74CE73F84D0D2292DE709D71FFF8901C3505370E6F1D4E28E6B7372492C65A88
-159371B1D60D77CEC93B272B6C5394EE1D2EF9969DB2838B8E128553879A1BA5
-2884B0A596E8FC3D1E648B7E26A4AC57DF09B9CE09B2F91D8CA618CA52AB3DBD
-D005A56A420366069B73146A6F58E88BA49671A1AB7C2070C3D42AA770285143
-40AE7D7868C0E1993506B07C086AD7D4F28CE2D15853FC5FBCBF9425D8012B9E
-DB6E1E5002517659C8DA69DCEACA94F368537668843D281FC11782F1C5F71977
-CA215349EE6F20565DE3D8D8212A40E1227A4B22965FA64A0B02C62BFDE97E6F
-C3C54FED4057EF9D258C42D7440C78C5E0CC58A40DD74ECED4152F70A93CE71A
-1B3A57C46F74A6D27BF98C97CCD31A8EA487260F224A3E40F52C65490AB4098A
-7B9EEB54A5A415C8C88568F7D9EFE74BBB785FA18AA27D9201F28BBC477A20A5
-D1307AA78EB8C7CAD409AB64B29E4115E45F5FADDCC80CA74B296C4265A40614
-37F2ACD8386AC0202D6FDB6711E8CB06442F209D781E940ADDD6D881D4F8E874
-357C533115923B90138FFE31D3577C6AAE60D768970FAAB682CD0DCA3E9A9A68
-6393E4B772691C1013ADFFC90C508D51B02D2518ADCC7E79F7DE5DF9D18B8435
-6129064DD1A3995E5A6F45D78287CC10A0EAFBF47223494C5EA934B1BC2F7C53
-686C5880303F9E3ADC8B100D441D944686E1FD811C646C6DD0224F6CF55FA87F
-D132EF50450879A25242A18683BD6D0266F8F333F3768D1952B0F32AA75106D8
-EC0AB703F287E847CB91FFB88CD9DA174B49171822BDE34621CF41EA772230A6
-3088F8D19CF2364A329162D39E166AC728B15800222E54C40FDA8B73C48CE82B
-B2B3E7EF15157FB4510BCDD7EEBBE3FDDF708EA08540D94827AF3EA1B210446C
-DEA9EE0EE9B4758863AA33FC296740F0DD9B42A45861516AAE6208F189D8CB8E
-BBBDDBCC34B65A7D17B8BE932148C39084A9C71516582BCE25EBF7C1E0D84314
-45B273AF903055D53313DBD159BB698038A397AEF418B4446739318E8D273642
-095B1E04CC60718A2DC2BCD99B34202878786A58AE7C2F43D985874AB8A3F204
-4DBD4B9240EE96F0487CB687830972BF302F262C6381B2C79773EEB152B712E9
-34E8229E0B59788EB9B9FC1AC1E123751D1FF032610410F0847E6B9B9A575306
-53FC00ED82D0BDA8EB008F2380FDBA06D2F8C0210A261508BA95DD600436E0BF
-5E8A00CE3C92859961557763D413E79CDD37FDB07131FDC420EF525CC0B5377F
-9772D3876DBFDB57FE6275D187832F2B7A635967B201E70B532E85838ED3874B
-82B36AB9EAB7DD4D2B5C4140419CA04E87316E802CC93DE6336C22FEBE80C3A5
-D43A0F808E5E6A17F7BCF812FF5EE5AC1959E07F36B24C9192E375FCA3C0A84C
-1D1DD2093D4F151B9FEFBA90DB4E94A1D68E49DF5A715A5BE04E7B7D8C384D61
-5DDD71F057FEF51DE7D002AB3BFE0096C47EB3AAC7B89EEEB9E2F9CFC6BCDFD9
-A438C1097D5253E49DC0DE5B6E8F976AE8894914BF8CAB5236C8A3BB2A437CE6
-374D96AFC592F1238357817E1F2836EA763A3C0DEA2DD3F7D758BA61307C21F4
-796A18638504797DD9A5131EC48DB0D23FC9A3E069B2FECA5B36A2260C6FED2E
-6EBDE3AED119EDFA96B837C56202ADF7F7747291A43CDDED6EB7DB5B9373CB78
-F6FA0B92BB2C17AD8DA549E878D8DEA681028539E5E2A223E2F9BA4CA09A6FF4
-EA195F1EAE62CC33F2282888962B9032D1C83EC4EDD832866A472426EBA6080A
-75E02F39CE0421C5C06B9D593022C23D675D7BE879FCE0B20A9CBB394F9D3815
-9C847518BB8DDBF3A89D699C1FA84E704B02BC85D61ADA5E548CD8DBE269A3E7
-03626A0FEE75E116F95B5D31C73BC852C5FDCF524542BFD9D05D8EB4B2A114E0
-C2FFCE282CBD87D82C1D4E64772B0492068B139B1795E287899CED7791EF5C8F
-E77391C51552FF08DAA85BC8B9896CB5C792C3E1C4D44E3CAC1EAEC02E4B986F
-E5059463613DD3643F8DCE2264FA66D712A0DACCF86DDAB315393219F5EBD18E
-E220AD61CE3C67664615A5F9734421152382E8EA9CBED8269ACFFC37873BA329
-20649A6F684D31BF37194952496E8B962B75B83CEDE72F0DAAB761120B710677
-F3AECF2A67F512F7C423B1DA012D0D0D44F009346C4953447950F514731830D1
-59D01BFF4511CD0257D5ECC2CC4A859E0ED92627F659547C8F137DC0F49F06D6
-02F624EEBDBC779FBECB1816A88F02B3565A9C3D42E919F755F3D80F6FAB681B
-585B5A49F62581EDE1D1DF1906007A8926932FE74FA2A94B92026DE9D678EA3B
-ABC3C2EE5A3757317AD5F5CD361A511F4019CAF77C46C8FFE4615CD6CFDF7F8C
-8CD06F1A2DDBD3BBA03FBBF8DCC898EE71E7D19CDE66971150359310D0BB68B8
-65F3E41D34C8D063A71C27B6C0F27753A9E35D291477858E5B734D72C40C4573
-203C5529340CB56BC00EA0E02B3DB54173E6480D29D957E6735146163980F0A8
-CA4086192E6095F411939DD3FF19854F8F58B39A23D3ABA22BEAE05C4B6B6845
-98968C08559A037DE955F77359FC39249C1149BC4634D10DAABB086A23D9A37A
-73A61EAB63BE3B1A8D8E76ED94E731169E892B469056757EC885D8AC4FF50E5C
-1D80EFE20E40E26006953C53D765B3BCB4C5396646DB3AEF01F939BD163ADD87
-FEB1E55A73722A0866DEC922EFF8B06AFDF2FC742EB1CA422822BB378310A994
-794062BE62D5BC4D44C25655C902F4FB4FA63CE21E095E4DF3723CFE7D2D961F
-10A715B194ED855942588BDA460A28F1B5D849A34D85756CC8CE874E2384AD9F
-3A1C348996EA94927BCE9715A8B229C0D7FCC2C07592052796D7BAE23DF895DA
-1CF991E912EAC97601FD79F35616A1F23D82647BCB49C360740CF010CA4E8ADF
-97A9CAC032D12919CC167CA4C2E6C60EBB4AB87C8F2BDF71E28E91A9BC96056F
-5D905902AE964E5336CFDACC8C5CFC5607D75CA5F364AB8E9A65FD372BF15FA9
-0CE1519CD7DBF31F92D2A078754E4BF90F3121F6F698DEC238404EDDD4EEA153
-0335941E4EB8F08DE0104FD8633BE277E9ED26FC65D28FC1D604D8504B2F788A
-11E2206ACE8AB33D14CE9D4CFC917008D44AFA2B1877C3D42455593889867784
-7CE696EABDEF95872F065DAFEFAC253F367D47127CE76FCB85BBF0684DD1663C
-876E68EC35B21593A10EA5553311880B8EF744014CD1ACFC067FDFD46978BA23
-C86FBA05CEB66E67621680BEE0ABF82364D4E3235A20033437C6B84A71FB34E6
-F8A160AC477A1302B4F98D00FDDB2A35ED9B315700669D9D8A3D254F786316AF
-882CAC6555A766281A0836CD45D8CD8245CA69729260D54C11DB43032A0FAC0B
-05869ED0A432CEF854FE665BACB0F780C9123B4DA1E1895F8717DDE4A58BD3FD
-D214195066D4587463E839EDF667E475BC04EEDAEC41422AC9BC27C238E88318
-7DFFED5D04AAFB1F63AC651B1A4113B7CE9838ABAF75632EDA8B5EE0C8474678
-58898AD595ACD99029DC34EB4BADE834C04444941C3D8280B93951A9E8554EF9
-5F0FAA218DD8224B94807CE2D8DF7E4A5E2B28C44A551DB0708B5D6D5F000B96
-0422A8E953233296B6E5EA698921F1EEEBDF0C5CC72263663895940B4C1EA28E
-E0E3AF21698D5430D6495E32E0D5F5E538EF835FBCF4A96DAD8F011B145584EF
-1C33809372DF602D1FB3D80A4EAB65897F672642E4317926DF178BAB6F9851C7
-63613B3DB11FF07F9C7582592B620C7767D005D7B0C28AF2D309E6CAC222055F
-2C20A58AC1B407641B483D571B9E959A3AE0DEF316EFF7A4514D5313C47AAFBE
-82CC583BEB32F20E4C3A5650B58812EF357B68F26882D30A6BBEBDE64E2FD910
-AB8D974CE5C968C7D34390529F4714A9F1D2373DB1D912D418225932541FB250
-9C74346749DE9C5662B1C40437E783A78A283AD6EF43B2C111DEFBEECEB17ED7
-3630AE404B310F1148C82F4969A794D945CA5E1C18F39BB6F9C46EDC8BC3C88B
-FAC2116B2338E1AF9C975ECC8474BCA351E3FDF89ED4352FF6A3D6C7EF7A7BDC
-DD4B2DA9E7C77F8A6623B670963D2B9B9A80F8445E17B85194AD45E02FF10484
-85E0A700BDE9F574487F9494B424646D48999EA67D469A22B9CB72123F31EA5E
-51C07370BFB1C5EDB4ADE75E7111A0116C212920F1362353BF58F33D7E8EE680
-DBF8085B46AFC40ED9FFD7AE756CB267D0F321FDB71F2DD35FBD3003E91E2758
-3DED65748BE5CD0D2D244E8FA187749FED44ED0C71056AD954FCF656DE28E70B
-93A79EB4D7BD59E92911EC64EA794732A79B9908B7C6DD42C99BDF07AAA06E07
-5CD6497C489BC56B09E44D22D0FE69521A9BA20ACBFDAB8EE718625711BF479E
-512FEC4A8F9EC7CF66D4CC44E2D0EA1235BF17C3D0AD6859385CECA3D4A640B0
-762D325D3A449BF7115CE8469A493C494721D6636BCB9C55ACF1D0F3489E5534
-4A76A8F3E3AD6252D8CBD3EDFDAC890A7B497286241AFE35B2261B66018A1523
-4B9FD31AE07A6CCA6B91A176BC38BC03F97D71F80270E14B83B012FA5270B7B4
-73F889DED2D4BFB24536E495F96BDF408E3840AF1567E9960A4F22F0B749749B
-C156336BD7F349F2F82CE54B459462CB7C9846CC090E752DCDC871FF0873076E
-8885B0AEF490DB0C9FA98A8FDF84EDFD52AB0F992EEB236A79FB8FB52718EBA6
-E0D586512F81079D468A75336540163B966670B437304F3272CF6E49252662C6
-419E8B2B14D240A1DB0CF6EF14E024F9D8C6882F865D7E007B46DB65E2E6AB1A
-22C5F096B255E91CABA7C441A3149FFB4E19BA97E5D43779C2A80208E279A91E
-8B8A281C079B819BBB6A5B1A62F34D59B7223D9FBB5F5E96F0D9AFEBD3CE3D57
-A4C4D2345776FCA140EA95242C8AF1EE7B93D2676209B750ABFCFC8CAF50F578
-4C364CF8BC46839A4379624D56B7B917743E9D6A284E7B315D461ED66B262413
-A9AE1741C633A92061DF92AAF78A18586CDCA41248C586F7D272378F9CA76980
-202A391CC9FD46794140F06CC75AF2F4986D690939E083CDF9B96D066B1EC8F3
-DE3B68AC8FAB84970B1A199B3F3AA5BE27ED8119F306CC5F26230C16E9D9FB31
-1EE9D3F5175E4D4D7A8A2945000C37BC73816AEDE6F2AC0F09B788C9988BA69B
-82CF336482F490F05725696EB080E460FC03B3E28C1B3613C8E5FE3DEA048D97
-4AC72C9955FDE282FA8C8385B30E3A7EFE247B48B370DCB439FA721BED19AF4C
-FDC3D3543A25A4E0273419B6CDD7209FB336C1542BA56257E5D31B70529C12D7
-524617868F4F3B49799322EDF504750D1BAAE307ABC4843704B64ED8AD4996B7
-5193CEA660390527734BF1448AC09998E70FF15BD70F8B6388B0A987CBC783FC
-990F7A5EA016EBC024F12BC9812C7C4DD6E991DB89415A49D0B265E453732F4D
-2B6BB50E995E719B00DEBE74E7D1E291A739C4EAB39B5A61763DDB65BDA6E1C9
-17C49BF1A76546BE0EDAAA17310AB2D01BDF059B066263C8FFBDA53281C882DA
-E2DA35ECE5B4454C8031DBECD8675B60E54261A7D1F70560C6D8CBAB436EF058
-5A0189426AF00AD7EB43FBD13976D8D769ED2639ACBF613A308C941CDB5A632F
-F76E14224909A8E7E45B9B5A47BDC9B7B3E3616AEC4DEEAF2899A59B6E144802
-534109EB0E3ECD270E417B2E9CD8D27DE637AC798ED5CCF791061297A0B218A6
-1188C03BAC8DD8DD783BBBF8C4C9AE98E8F1EFC4684CA4BEE6D533458BB229ED
-4E31392DC4591DF2D2D07632EBEC0A5FA2C4508C1FD48D56EE871EAF4A84AC07
-A1E34CA2CD81ED369043998A23DD01301D41C582963F07EC3417F09ABF45844E
-A74F386BA813F0AC462FE268407B9D2A8813FFCA604C342CE82493DAF631B2B3
-B6D3E9F3398761C4B958569F0D833D27973B07F9DA9D84AC512C284844C04866
-74A325E4ED894F640B8F802097B7C6C4F04BBBC8A7BC6EAECC60EBBF4E676A30
-4A5D0DE4AB45D0C913CCEEB8032D1946A35928BFB0FD76AE324E7E3CEB5B99C9
-0A0A6EBAA6F6D8E4292F9C5408D3859CFDEBFC9413032FA1A6E194C5F616A3D6
-FB0FEB8966534CCC9E6D67DFCA105E8994810D8EE414DAFC80B8A95CAFA254CA
-CCAA72B84130B5E485529013A35040074072A8A63B2F4384D976BBFA0A743C5A
-0A079A2CD15E598801AD121303CC37A2FD3942776FD1AA0805BED2B646D4D1CD
-9DE65CB859735EDC177C5A4D1A54C3E8BE7A91BCA91AB93A9DACAC90204CC207
-8432E95B2C47654DA02EC1664566E2137860F16F798E0A1EFFC819F4304B0FE2
-AA54AFE0AF6CC26D417B0CC9E3F5F6B9BD6DDDE6A2D7FC4C840E4AEF73452D16
-241FF01413DF2125BA3563B3A49EECC8EC4D0BF06283B3C8242F362A546E71B6
-21F3C6DA63882992A14E295926387D66EA6D9F296455276D4FEF0CDC706FBC25
-57169AAF546A1BC72114A3A6DC3A1A76CE001962D771C267864A987188BF6087
-183573E3E9DED10D7023965D29F19C8950B6B9B83E680010995360E54911AAAB
-44D07524518EE59F58E49485E885F56FF2CF8D30FC5779770685C305AEC4262C
-B8C0C194C26F5E122DF5E4153316C971460C3B3B336C1B72
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMTT12
-%!PS-AdobeFont-1.0: CMTT12 003.002
-%%Title: CMTT12
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMTT12.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMTT12 known{/CMTT12 findfont dup/UniqueID known{dup
-/UniqueID get 5000833 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMTT12 def
-/FontBBox {-1 -234 524 695 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMTT12.) readonly def
-/FullName (CMTT12) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 45 /hyphen put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 108 /l put
-dup 110 /n put
-dup 111 /o put
-dup 115 /s put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7
-5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99
-8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716
-EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C
-02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D
-46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A
-4B60D020D325E4C2450F3BCF59223103D20DB6943DE1B57D05DA0555DF933BB0
-7B42D264831116C06C79335D519461E7B0E870A6715E3D74A08D1BCF86E3BCC3
-A43FC6BAD1C68BD9D4AFCC06D845FD1F1E70D7A47F0BBCAECE8396E04591E5E3
-4797F646AFEEB7DB548183F0B74C9BB6BA2AA04E7F5950EC8AE97C741D4B2C5C
-A8E7A8DF5A36A30B5A7592D95E1DBC63EF33C92FE459792CED29E2B8B6919251
-75EF62089BD7D44A6E1F9B62EC802FBE62B821DA1C3B2DDED45D27964AD29ED0
-9FB7868F3A8FEADA87A8E42D52C1EB7229D7C79B60BDA263F2BDB025AE14A507
-098FA274206BACFB4A0A7257D5998EE8F0FDCA79CB61DD1FC59DADD11E16BF02
-ECDFD706CDA1E72054D4EB55AF7BA9F19955886BC0BD6E0E3FE3769C94AF3581
-DFB2BCD67FE2892AF07E858A01280194D8DD7332B3D0A585C87FAB056C2EAA9B
-5AD48D1C9F00CEF8EF0D1408DBE1C03D04B231D7B8D5D998FE0CD7EE19828EF2
-F988EBF6DDBFEE00F04A4A1F4E1A55DED7EF3AACEAB5005F1962C724A017C914
-2936E2E0DF26A55ACD7DD836C6035CBF07981C1BCE3615064F0540A1034C69B4
-E3908E76EF8925D486DF0B4A8E1F02D8AA99585A7C31847AB9382F83880C1C21
-C496AB2DF8E7BD4643B28B704B5F6B53429D3EE940A79135F5BF0396E5B46F23
-42AF406C26D12BEA7A41F332AEB75DF43C15334CF4651A99F602036946B1B91D
-4BB0D2E51C20216D892C8173241AC8FD15A37C3CDD8AB4FB67D8565AFA61C068
-95E3D6E46D7C09BBD09428207D506AD43C693F3C3D787F6A5C39084AE45E81C9
-830900DB50DAD10A17E118FB5E9680B5194716A788FF7514A1167DD1A305FBE5
-5925388A2E95AE46E8806E0F7B954D1A9F70EE29B069A9FEB0349298CE5311BB
-CAB039C21AEB714781BBCDBF2FFCBE7C4750D7693ED142ED0475EE9DB5D5F94F
-4D4613E2C379E494464447C4167C625D70B9DBE4756DEF299974B704A3C238DC
-FCD3AD96645559ACA5056F7FD695D2AA709960E30F055ADBDCC7FDF641920A9F
-A279AAB98424E76D01937F9CFE3CF4E3779650D7C2DC38AB27FB81EB16C19B13
-D47E0AC60C83641CCC1A00136625FE274C6AC706B516CBF14C54000BC2B7BD20
-A28D40FCD6D9B321855BDA608E23BD365208DAB23983C0D8A7C9DDC28ED62216
-12A20A3068D843B5FA016B8C6B9BBD36356BF85A128F96F0CE861FB9C998BB21
-E8624E3DE453C686D41DA7B72ABD919C5BE2F24440D11962C77742A8C0115A72
-9E974E71247FCD58318A4347813D4D5A73CF882A7513E2EFE05CE8C7195BDDC7
-DF250B59AD14D02D2991E2D0CF2D0022EF52D78F043D6D7FEEC3E77B6982B1C0
-8CE51E4D3C8342C08ABD84EFCC8239883D8E66CB0FB0BFE8699155B179CCD63E
-884C502F7F0496A01360C67D7A9BFC8533346485646AF058A743472B3276FB96
-EC4C82188A4A67763ABCE6AF7898C3B924A01118DCE34C77F22E62BB4C4CB561
-75C93226142D43D5ECB9F43C3A275A52F9E5AE4C9BB9E614082AAEAC5E7453DE
-B3F71F9FB747033E227E84E853E75E79771B71495CACE8F911329274CE752AFC
-46C993132BA8CF6B9DA2CFC11A0BD57C9A4BC11B7A6D68A4C346D9768E6A6204
-4227F51932162DA350878EF80D0F4084C82CC61F3223010D771EBE7DEC1B80CF
-327393AAD4C689BF6A791CA2925878C51069C4F06ABFA42B66860082301FCA71
-EA52BED540116A9B12D9741A4C078F207F92B78923C7965A47A3130CCAEF480F
-6B4AD58077FBECC4F99F53BC1F4F24CF3777182A7ADC32FE3260C774E5244912
-470697609A0726EECB72390E6C5C5A1204521D45316989E3C0B4D398958D4363
-3C7A4524B500241161C55C4D8C4CB06034BD825AA2CF2A6895BB9A30BFF00422
-553E4346A53B271C70DE5D0A5AEB92F81CAC1A0E75E47229AA80C8DB09EE3B19
-6E9D3EC0E7ECAB7B879C652282A376C52E5BBF5D4BAF051A0A995460B7F427E9
-521743E74783312E8D7100DE1F31C1C7C85DA33D8D0A626E6E6184DDD538EA7F
-46D50247225E036DB3E6072395C88026D429659DFCFC6416D22A9BE285EEA910
-F7B1B74275B8B043721A829F2D4FE6140E5AFB78F0CFCC27FF27ACE773131462
-48B271781695D31C909FED024B2F3220C206B63601A1B02DBBE2C5D94D027982
-F9E7EA6D4B0A812D28855CF62D372A040F138069F7C28BE3344262EA72795CAC
-2CC8E21D1A666ABFED384875FD2D098066FF0CD902AD6725AECFE61B2CD83860
-82E587B8893F5E09B155EBD813030499E534C050D6902E5F8BA296030512ACCE
-BF19933ECDDA6DAAA1848686DAC81EC429CA7AB1A73B7DFEC0750B404F601F1E
-6755F07C0784A56E403C5962905E9147E44E8042C3858E4A91F7B8A71143263C
-21DC47E481DF1A38EC4A9F682FE059FE80F257576FEF3A3300A36BC27273152A
-78019783D0BC34AB29353EDAEDF48FF6C5DC27C1633CE1CE2C03509992549B87
-75AE1100939A6A2F5AA2BC7C534357687DA72129B9C9F2E511BD95452F10DF8C
-A698CEE0BCAF726111B63C4838F05AC5B2EB43D04115145CDBF2EDCC1EFAB612
-5E35EF5CCC5F4296536DC96F1326B86C65DE657BA06E5B97BB7C4F8ED11DF9CD
-969FA4302F06A5D43B48D40D3DE360F6A7B8F329022CF5B13A33980E8BE54325
-17FE37C9D78E73A74B5734231ADF0594A2E5F2DAD9BCB682A0F5C59507032DE3
-AD0C62E50C258F1F820ADF788D6611CBE6D1988D09D07F8813D6A3EDEBE034C8
-05F7EDC5DD2E4C15B60FE9284E267C8F7DF53F3CC13C131201DE819049324E53
-499FE93874A92EF07AD0121B8FDA88F7D60DE52E2B20AF958A77421F221F8B29
-B2188307F484E1832988059E5A68C52AA7E840D805E646F17DFFDCE1A2A8C0B5
-2CF6F218A06EE1E2543461030E9697624B086FC6619205C04230CC8DADA60721
-F5C4622673ACA45BEABBE3941E7F40080D652567DED98AA3404A4384DA3006A4
-E8A9298AC3FEF04C92A273
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: SFRM1095
-%!FontType1-1.0: SFRM1095 0.3
-%%CreationDate: Wed Sep 12 2001
-% Copyright (c) 2001 Vladimir Volovich <vvv@vsu.ru>.
-% See the file COPYING (GNU General Public License) for license conditions.
-% Converted from METAFONT EC/TC and LH fonts:
-% ecrm1095, tcrm1095, larm1095, lbrm1095, lcrm1095, rxrm1095.
-11 dict begin
-/FontInfo 6 dict dup begin
-/version (0.3) def
-/FullName (Computer Modern Roman) def
-/FamilyName (Computer Modern) def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/Weight (Medium) def
-end readonly def
-/FontName /SFRM1095 def
-/Encoding StandardEncoding def
-/PaintType 0 def
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0] def
-/FontBBox{-188 -320 1445 942}readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846A97B686A97E45A3D0AA052BD0CE60552BD63101D7CDBEEF5B11
-69C468645FE4ED1AF2541AA0770C1DCF81623DE0ECDF49F2B522618F650CE6CB
-CC8C21885DD61AF8A523AA677EAEDDFA51A1F9B1885EEE0456196D634E04EF89
-F17499DAD982502ACC349B9EEAAE4A71A73D1147318C60A8BAC10510DE90D8D3
-F46E47295D27129A5AFE0C65E22BAD10D06885A2EE623FF8E1D90287A083E00C
-EF25195F68A2A98170E48759F33528B839DFD4B92DF0482493852D12053A7904
-BF6E144B9488970F220C299E80886366662C1276120E72472BF84082B9EEC729
-F7007ECDC5A850C88810EA679DABE81714004E65D938DA9ABDF29C949A52EF02
-EDA8451563235D51286E9133FFC7A27067DF0332ED614AC2D4FAB88EC84E6CB9
-FAB41C933E84B88097BA8742BC30A81416D1CAA3545F08E2554B28362B99B79E
-FC42281922B94604AABAF5F7A9B8E2D9A4358F38F2382EF9544B859D098DF243
-034CC475CEDEBF0EDD0A60C907127BB32F7D85A62A44E90B4056D9B4B2FF3A49
-786032C6B25794E2C0003C7852C6B0688351FBFC43300FB0B72880BB7B58BB61
-3D1064E7D4DDB128A9B38EF7510B7E5F82BDE39489E2D1DF08816781B13836E4
-89390F84577F31776FE43A5F94F817A4AA4A698AA4AE84B178FCB65F1B5A5CE1
-334417595F6E40849041565BAA497F6E4B8F4305D849128C9A26A98B909EABE9
-8F2659189ED27C588ADC7C744712B4D9AD0C5DD25D1233E979DE7F53C5F1C47C
-E9DF254086E5EC70EBC6B7E080060BA72F15E6BB75C75011B15B7ABB6BF761DD
-428FF1BD688938C75BEABA7DEE2AF49364D2E198FDC7F8FA2313BBE598ED3703
-7ECAAA4670BE3A85C693ACA829A5936778BCDCDB38A5981D4CAC8994E2B2F086
-26D8793AC1393D49A8F2FE391F0EF8899F63CFA5A77BC739C867C6CFB9A226B4
-620AED34573F068052604331B7E8E1F0C3BC0BD7DF733F056DB8C3F57E3035BB
-EC82DF5B511453A952D429AC721A4F94D5C9BA5B83545948643D0596F4C6C9C5
-796BEC7B26EB9D729F337E0FDFA91E5955585C330D0C4F193FAC870A28CE054C
-8942BDA170717B7AE9927C936DF0076507F55CA2979BADD3EFACC0A599933EB6
-F148BB7C3D61066CCC93A5856D253D759F30E37534743210743F0D53F58D0B45
-463F053E19A16E5A1B111915D1E664802F8C6C3ACA0F1BFCF3E209D1FD6C79D1
-5D867E142AD6E69933768274F4E2AB57CC518AD5A1C120887EEDDDF18C291BE7
-B3DB17E8FDB124B11B6142DC60F560DDD668D700614732F3FBAC4637B9F41361
-54CD2D8757A9D9BEDD1EC72FDAAED3CE4A1144F1E919FDB952BA7CA1E3D31C3E
-9E434E2E44E7A83AE3480EBE89E0881584045E4AA5814897382EEE5FB5C9410C
-2DC7A2136551DE2AA713487A77B911A7E7AEE41F0BEA1FDAC1950473B1394479
-513741DE60091BFB9751C780D99F2DADD5AD8283DC9CD1C81B902C9F3C9C3EB9
-55608E09D6DD423540BCF72394A24F81135C9D9063C0F4441BFE0120E03558D3
-4A16744457EC281AB2A60432C97DEDD16B2F1FF4C1A90D72D46C9F9BE984C6E3
-E239F98B59A938C2A6490889B437CFC21D923572530E41B7567A9C7E2464DB2B
-18FAF3EB7CBFE7BED6E77219C0366A7D54D469CE3FF62E75FCA2ED6A46F3E5C4
-489992EE1A42C19DA52F0CB2B1A6956BB3F1767B97FDF225685FF7C9E9243497
-144D31ECF634CABABB79E323CFD483BD7A7B0C2679A9C3DFF0D44F09F084CF3E
-886CBC91C5386A266730CE2AF3863534E2450583F6ABB520C27C4EFEA01EBC8A
-F019D25B7BDB40CD6712D7DF2DEBF0BC70A92D3B64D1FDF723DBF3D4AE939E96
-D93646BAAE0BC57BB244AAF47ADE59A5228F057192D917E2BBBF588335E09095
-1CD4AA406C1D10C8EE6812DA676A8FD166461064BE4150CB95C41FC055FF8FA1
-89A4BAACB0B978A58EDDDB0CBEBF6566D47CC0AFC93110751B59EA33AB5D6EAB
-0DB9A65CB16A053495F06B0D49A70BA8A7826EB571B8428AFE5EBB99AB9B56C6
-F69DCC77C25BBBB53FF25C5DB5CB8E742E3C0BFC25098B4CAEF12D299C886881
-0D4EB71D637BC0CD4D63BD6B4F5FEF9B083D95C34FB9E7BC9FCCAC0B9C7D8AB1
-1816B17AFBFE1DA146662723887E435E17AD2E2315AD800EBEE700B3C12B50EF
-4A48C2839AB4BB367E908F59BB5AB88635C3E1B89948BE9F32EFEDC2E439CC79
-BD9754280477F7C982850438092D309C213D70F8D476728119E8FA03762C22B8
-89AC2A2A7C0BEBB0C91CAA95BCCDF91AA918766C82A978B7313870327F89107E
-11A44FF02F597C8D4B085F6D7A098233ADADA521CDF34A78081F8965DCA615FB
-55DB12C1E3459E49C273ABD2663B13447365C9C1C52E192282E96049FD58506F
-FBC9507DDD77014C29275D1352CD5FC765853E858A5781F2DA41360D32FB5A54
-D04E088FD99F8C01DF740E587AACB0E431E03E170CBDA9FF1FCDE8D9FF5E43A5
-73166AF5990B238122AB322F709FEF2F0E2FA7C04FBB62C5383997BC9CFAC8EE
-3FAD26E788DB37ECB388CD80A7D861AA9E9199E7BD065BD7A4D21A0D56DA9323
-2AFAE158CBB662283EA7310D32FB5A54D04E088FD99F8C01DF7535A5156B8344
-F1CCDE84A46AB2CC7F0CFD113074A1C4D90758EE58F61589051A0150121A7BAB
-A636171E6814A1398DCB9F13FE9B11ED5A5F2EEAC14E0C831B2540D10BC0EDAE
-833A83965A33180B0AEA361848DF8FE8E50DF6856F1D10C8EE6BB5198CFB7607
-B6B044160CBE8D4CFF067DF3579918B19B9128C2A83512FC0567CF47B38961BD
-CC60FB8C6330A30AFEA9B276DA89313D6A83343298F34461B13C382575BE392E
-F94E3EA3004D6D37C025DA3F1846E41606DD510D2C7D0BE9DD194E46BE7CAAF7
-A60D496CE85D2393457C50B2D586E010C7C4C7272F496F0CED0084EA956455F6
-2EE57D13B6485B968190360A3E30210D2664BF91C73AD1A811651CAC09A9DC0E
-3A328E1DCA16082699B41A3D533703E58E366E871C982F262478E41DA3483028
-6BDBF03E444C6F0F4DA2CE9AB049F324F887732D21C4BF9C5365C603C9971CFA
-7E45249203329FB9B4054B163C166E1322DED12CAAE39E289C126301D25076D0
-2FD409FABA5247D7A25945AD5881E18C2DAEC09606228CF925557DDFA155400F
-8D446CFB8AD19704B6C544CFCE47ACCB854A74DEB5C646318679DD738987F800
-96844722729076811B5054DA998F9AEBE37DE5068418F41A007E645599C0BC21
-8363573C695B3F68111CE4A6199C8BD40D61E46A153C3C25D0C7DC125415D125
-D0C6130BB6B603ED78153E0CFE7384F7481FD4EDA141C27898B3636398EFBBC1
-9E81060816655B2F7052016A4C72A6A1CDB83BCCB2EB475A9BE17EB08A5ADA04
-CA8AACF6FE68BBDE580243B111BE76EC06E70CB7751A8B206143D0134BF52670
-BB3F44DD8AA7D26283A483CB46286EE0A9BB4FDB0337342BBF362C236C30A120
-D85812760265E3B283F48C05E78F47CF5C678F54658A30EBD7AAD5840F3C7B9E
-21D8CA390CFD164792FF2040E07FA087FDA110A93430C7FAD65C951AEEF79D91
-FC25EC950E250511BB22156C2886A249CD442575934D385554B2B4534AC28C31
-43A657DC937CFAF3F6C87EF4F2826BB02C41DB634D91B70BCCC4F83F4C32796F
-C5664490597DA5F2CAC7C0013B18373EF51520DFE081F95E0C1693D02E39AA2B
-E356FD312C233285B2A8C8C337504C1EA7E9E1F6BD250B5874842F68C92DA11D
-F74E6068495709EDCC6E4BB3A96AA3A4C89411FF06B66DA03FCBB052CF5DE837
-4834FDB84E2248DBC10CD7454636E97E399A7AC5A16A2191D763AFC09588F5EE
-57E80130CBDAF18FE2F530BDBD2CFC21D684AF84A8CA37BF2258C80CA61485BB
-27EFEBB52E5FDDA77E57AC8EEB3811BE2BC948A926FBBBAE974D9CE89333C945
-A9DFE37E5F34BA68EE97019BDBDAC7482826B8F71EC51A777B64C52B1C37326D
-1172F83F6E4DF93B37E66CDD6344810758B10B2EA8C68918DBDBC72F8821F1E1
-96AB78288A2E00C2E03FA05640009DD0EB0D0D318C6A726DE5D8F2B1B035C658
-D09053A4B27B18F18BE4396C900A730908D832F3E8A21C36E32F2D603D0263C0
-8EADB43290CC59C43AD57D357057B13C9ABE55F11DAAA8D78574C430939CEF9E
-FB36B462DA71CFB6E86C72ACAA04D5FE4732AC386F52D4AC92C47F9B11FC32E5
-B188AF2890EE3786AE2772D2FBC5D75A7FC59B0519F32D930B71AAEC8B88F1F5
-DCBACC2CBB9951DCC8F21A26F197A309C26ABBC4C25E3FF22B2A511A96F0BFF1
-2BD9AA37DA5DDDF261EAB0E48C62DE0885B8D074A7642D59C8E216B5F0A8B327
-1794E0BA5B672E41832562DE119AC5DA1AFB74AA66885ADB605AF60B44C1D904
-EF85F00E1F143A19DAC00F751E77EE62D394ACD26B463F7C7EBE4EFD40DD93F8
-81C2956C4250F5F28207671D7AFB3AC09FDD0126533384CF1B2004F31E053135
-44EDCAD0114140E52B7E153C354CF3F2BF37A15E2D19A2ED688710B6F9F83C5B
-BA14795934112F7963FFD217F016DE82353B915549CECBDF7BDFC6FA4F7B74BE
-E202170C9F25C7448970684BC555C8390E34A5098F55E0B003B841CAE775D48C
-1603730AF8C091C0622640AC5A0B46757165B44F0AE1EC1072DA26A8EE0DA335
-A6BC8AF994F5508921F3D9E4E09B375A58ACBB9E6B0448903E19A5CF2A51F619
-81D2A539A4556B9C25722D4DFAAB480586C90874DCDFC2D70716B18572557BE9
-E9CAB7F5A3959D5419DD9FEC22D015EBB5D4BB5CABE110D76E8A76D6EF3513DB
-5C23D3AE05BEFA77BF6B4ED5C413E8DB87B5ABD1B2FA9B3BF37A81C784ABC42B
-1FEFDE6DF012974241B33B67AA67FA38798336F7354F0984D612DBB455D0662B
-C8F15F12DA07E391480C1A150213ABBBB0F2927D223D5752B69C930053655C34
-FC487DD271A8AF594F457F6A083C4150686FBCBD60832E4E7D0D4987CAE5484B
-CA81A230A21F9C49DFBEB24C94C93ADC954B9B3B3EC484C502BD0DFD605F6D5E
-13158237535FA2EADA044ADCC1E1AD42918C8C67320F6621369C250D5335FC05
-AFEA1B294EA5D2A6F335FADB80CB26FCE9EBC0A4EBF72DD47806EBA23C3BCD77
-7F175E2041EA03E2F0B2BD2B81E9A6DD43BA3486375883C30B8606D917C678B6
-6E567A92A0E0DE89BEE5E5AC45C9202D46EED5E045302B71EABAC5FD997A9A7D
-8F522B2CA316B7FDF16CE4981DBC25E4E2FCE3981324B16A18236476FE242584
-AE70C683199B7647325D295528EB7CB15A7E3940FE2D248945015E9DEEB9EB26
-7012041740F5A2A6C7DB7B2358EBC0358E9385E734D208957ADFC7DEF83F5E5F
-4EDE55E2F078E994312214EEAF63F8D0B481C3D523E712901AD838AF2D840055
-E57D34F8FDD4C842D64D3D94B1CA46CEADF497A2FC75A45AC59F8696DE49672E
-E33773AEB31A204F01793262E820E813949115DB90A7C798BDDEA0D5D1E699ED
-753593F2B6373BD24D4647CF35A448037ED5E72DF3175DD6744ABAA0E2E0864A
-2F4EFF3B07B035520A598CDF1AA97D7DC3057414513DDDDE40C2A9DEFB23631C
-B2291ECEEF4D18652CEA451BB1559C0743FE3205BFB6711F1026A613D244BB07
-DB3830F07F32EA637775BCC1B2CEF0C6B0D119AF6CCA17DB1B03AB1E9281C568
-33502239B067013D261BBF33358AAB8803C451B2F570EC34BBA052170AB42F95
-F9386DA11A2C7BB9C05E8C9FDC96111549EAC90DFD8DC906C03F0281C40EC1BF
-EB6B15455CF32FCE5C7DF6F55C91132223FD13FBD62A787EB15CF3E4E6E59AB7
-A529DA186B178CC6E8A4D876794527F3AD72FA86B7C2BAE14D3E5A41D8F90754
-AA28185D92C9ECBBDE4EE53E2BBDF05AB4C9700C1367B3D81FFC1AA34A79CEC1
-1CA7D422CB58C8E21870F680E48EB1B2D5A30D974A7E9B24DE13958976C76225
-45415635E32FF316DC4A69B3CD5EFC6EF5F845C8E24C92166C9076691817FA6E
-AA5D1F1CE12235DEA3902F3C355CBDA5CC344376A5394AAA7C2CB50BCF32DB50
-4B6D9BED63F0A8928C0C06829558B714FD54F355501EEBE29882185A6CA1703F
-6AE65F03CB07406324CCDF00093EBC76627A11A84B5EDB688D20DF49616D8D3F
-7491719761E7627CF8FDCFC0DD2265160BEB33ADBE3AD01E7464370E3E0F9D45
-51FC9A87C678EAE5B16A564333DB11687FCB4D1D82C75A2F551FB4F940E0C71D
-74CFDDA0974D787BE959B2B87FE13DC290C53819DBDC2081CCD16F34F0A61AF4
-3CF53914B713820BF8F2243C0679345EFD56307165AEDF16E3BC771EFBFF595E
-C6B1DB8B028342D5DA1E8CF3FF4269126B48BDDE9BEEF7896CBA70EC77063CFB
-0EB3C6FF697509736BCACAA7F03C4C326875396F0499B198DAF7842384C36C2F
-36B17A65A1D9FB77649DD78499592C817679F344E0B88D80B8D78EEF9EC6A9FF
-41F4D635520B2269035CEDDCB3B5518D63DEBAD4F365A70533AE119F11323AB2
-EF07047536DA6370C07B2215C3A82BFDB44DA593C6B3A33BACC38A105BEA2109
-06DC63737E3EB362A122FE90CE8EF37B9C73FA6933BF27C39EBDE137F15AC495
-7F58F6549759FFD86C2BD3A09490AB47B60E204B16910AFB0C18E4F2361AA033
-9BE5EF972F4B52F18548E3CB947F083768C7254FC019CBD8C4DE7E01DFA456A1
-065EF834C7B146FD395ADBB9FB72B8EABF58EE9E2B2276C87FB83CEAD49BBA55
-7DA56ECA50BE1AE4819EA3C72DBE30F363D43C75287945B0DE47D1FF0283C494
-EA65527E8708279B3B2437BF1CA2456E260020E4FC0A85BA18562CDB8261FDBE
-0B928EF40F0DD40E215B8BBD40BB5B5DCF2FD9AB4D5AF64F82EC77BFF8C37BE3
-74BB9B2E44C819E84CE2C634D55A9EEB4F6DA28025C3831B601AD254108178F3
-3EC068E78ED8C72AFC5C3BE0BFE17F31A23B55E7158FFC40381F36DFEB6612EF
-33A54D2004D92F0A44B3468DBAC0ED5E34F70561F5E77DA369754685B7F6B04F
-233454A59AFDF45F28383B05B6120717744B58D2A96BA706CC9317B5E7FD0848
-56665EB38E31C7F8C87B0C65041A5D2E349CB4264523AABF9C10CA95CDD3BE1D
-9923C1A11D046FFC2E82A09E36ED0146978DC383AC6D70EABB20327360CF7EE1
-DC4DE736760F5CF3B47F7BA082DCBF881ED8DEBC1A4580C287418295CFEBFB01
-51B09DFC98C8A8C9C5F9AAA6971CA95D96A23166E5931F7E464B288F4E357112
-4111BB33FB7F0E042448478D3ED7AAEA57D1B0B4E237F919152F8D9E86229BFC
-B8D59BF9FB9E0062A3ED67A367669D0F2F8EFEB2219E5FFE7400A9DC725ADA62
-706D4D1860BC04D4432F49D7F4271376678D381B148D72DAD9012173FF3779A1
-7C4D92B28D3117888C864440902499FF0F9BEAB0C83FBD788E26B0BA47484188
-FC01B0349E045421E7D912E1BD329A536F61169344F16D65F6B90DB87E22F72D
-8E6F486F8D21E6DAE282C35A2723464F560CAD8B31A931CCA7A2FDB9530769FC
-BE0A5F66F1D4DBC0EAF834D078CFAFA415F43DC87AC62A1D8913334016B3FF37
-20902A7E5644848A57346228A13D7B1C757DFA9B5FC4E9E1DCB2C2AA2FD37386
-87E6B350662256D158D8C7DCD2F7AB1E02D6C5C8E3ECB1C6055A6C0B807B8FF7
-997E562EDBEDF7646B64165A55DED91178BF13FD30ADC1A6B6D621B1A7AEE1F4
-2E30D49CF3BD0656F584CECE76A17151913D7ADB223727B47EB3D7F491385112
-D36848973526DDAD7C1C1C0FB672EC627172D10DD33ADF2445483470F28AF65F
-29CB086189B3FFA31E0CDA710B6DE2B0EE515A46A3FCFC354AF01AF5C5D0B301
-C8FDEADC6DB9D492554777965E2751A715F8FFB6E0248AC51928DD65CA4F6574
-BB1E01B3ED95D736691EBEA8ADFCD8265F128A67C372720840A206056F66A7A4
-10E1722E4C1BDEA8C980250F9E034C29FE0F7D2F5DAACAE3173C865CA9C4C240
-49B6D4D0CD90B75D3BC68B8C84605923075A9A2D5D6F7008365E52796975CCA5
-02770D168EAF28C337D45762A08817666907C68142CFAB9D75C4F6D6A73FB4C0
-748F038F140CB009A24A80270037C9B5E514E04AEAD7CA8468C4D22E1059F2D2
-EA0E7CA2979C7066F1629B49FDB893DBECF6620FF9C48132297E81F717820A90
-BDB45E16CA1D0D9C152B12D50AF4E1B2519FBB2B779218C5E42E31FDF82448E3
-5AFC5F90AA018902EFFC4D5A14D4326911F7055F9B7AC5B592E2E2D3A198E2C7
-F476CB49DBA0FFB2CAAF494DAD087639203084CEA25DED422E0F8A30634FF1DF
-EE5C61FEEC33D547A17961534B3535AA673AE15F560DDFF08EA7AC126882B57F
-A1AE8A5313E6D21F67FB6D16AD32690FCE021616D0DB89C51001090A4A7FB515
-139B751F6137DFEA833004F4689474DE3A8FF64D98EF09D25802C3B35DD2DED9
-FB5300E4F50E5CC70FAD3A21917D15D5DAAFE30DC1CCF79A359B81AA3F21359D
-297B9795636C03E483A80D47A4826930854329FAC093193AEE3A19BA91063421
-988EA0ACD987862A716C42F071140254B72AC91B91911CD6A9D275FD7F6636B7
-4B1B0A47FD39120411E1D5442E711A6C1EB0741C67B0A44C1A2F98C9FF245A9D
-5AE4A04B529CC5FDBABB1C6E8C1590B3CE658EB77B58F4D04803DC351C5645D0
-4DB49D76906E068C3FB553AE91FDFF5F22F734DC4BF8E9D019B06D3A1BB7CDCE
-9101E9D2276CCACFB36B9EC74AD213BCE896FAC45D08EBE43E676816DDA135EA
-8B78003042DA8581975D4C14CBDECE0B027AE87DF28611F387E64B951812C848
-B661FCC0DF91B39DEF14976D7D00609DE2DB8195C186E376F4029CBACE3AF24D
-AABB788FB1AC87D58BF341F95EC2DBD14BFF27D3DAD9A06569FD4EEE40C516AC
-D809E761BFCA049DCD6F8E43E60A0BFE64BCB922D1989CC14EAC1987147A5559
-4F1CA14635DF029AC387BE36036BAEA8AE7DD09D090EBE271FE59FD806894A72
-61C714D6D08322726CAAF168C08CE31F26CDF6613C06CC50DBD59B70DA211B44
-1BFA22AD62D56AD098FFB998E25FABBD89A2C17EB7A3AE81F79C05AA4677D744
-7F412484C16CFB322FABEACF98AF9F152E3217D0F2593D6863E7872C5B6F82BB
-FDFD09B13FA639680E972DC7B086D7DAAB076CF346814556119BDFBDC3A16374
-E7B92CE50B3BEE8B7C26856BDD3C2ED98337C2B877ED5EE4878C50F06A64F750
-E9C8CA83B7FE6C91E10FA717CCEC0D2F8E21CB5A2367B5C90A81897B6973FAD7
-D4D95F6BEDE4E1EBE6D852A937D5D814AA6BA62324C08AC12FC09C5037588F7B
-1B043BC503D725EC657F47DE02CBA939ECD8418F4B7C705EDA3E9AF1E623A989
-074165DB0DDD59B7ECF513C714B7D0A1013E4E3F2B071F6A6DB89B7BBC2774B8
-87ADA7C572B0AA702156B715159829BA38A9EC28E1CF3494B0CEC876A97B4617
-2CC9162F204C36850CA9188B0B97300CDB1AB4F57B55D39BC539BFA5047B032F
-02A88CDF11D098FD30F6A6B82B98AB9D288570FE18E4E6A707179D96287D438F
-2D5D3C2305C5FAF075E0979EAB1DB645AD9DC87A621219C260FF67C2DB8D541F
-8BE9E20ACDCF64C4C721AEF5B2B65761D0310CEF36B1A3E57092DEFB978A43F8
-B553169F523517518CA0618E31F9A5940EDA42D8B9D851AD1E77BC1C0C8EED23
-F469B0568B5A556A5FD5A20F5F4E00FA6F030ECC5E711865F1549E409792F7DA
-D1FFD1BE1E6DD22619163B98EB0425319E738254ADA0AE57FE29E121B0D8F172
-DD717E0B59842BE9F6B37FEC3F1BBECE15664851EDA3DA3A1848191C38F2CF60
-7A262D4440322C26150C605AADAD4EC3EF0CA22D6A2F63BE63C9C08EA643B68B
-9C88ED95D2F2F0868CC40278DC2752A1E61C793FB87EE69A6D348F98A0174B09
-5AE09E214EDA066174A6823347B831ADF2619281E43A71D549FE194D5AD4ED5B
-1DE112CA90BB9D92C57FC3D89F1A57F7CEF2ACE8E944B8B725557F567D9DFC72
-3D28B0E11DA3F81633C042B5FD05513542A2B431B3744E2E9581ED828F5F8A8A
-C600F526EA874274FEB94E64F0AD787F47C98899DAA4552E447D4B97B3774334
-8DF26A38D7CD36EA79B64CB31DB0302BFD0DD2280E10FFDEF59E2D1F6452FB09
-E2A7015523BC1A46AC2F816135FD4EC198D30E95203ECD2623E83FFC1436FF74
-068CFF87C1ABDE2D31AD1FEEE6031D889A25B9F2C05036F16BBDC143705545D8
-4D14A2467639644AFF1D239BB08AA769BB5476DD4FE9974DC01E85C02F82958C
-12C3AAE071BF1E57C358F72290F15A2655C1C79DB5E5264133AD0139F9F9B540
-972A3FD82BF0377FDB8711A746B9F4C6016172C30CB33CEC0B327DA0DE2668BB
-CD41
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-%%EndFont 
-%%BeginFont: CMBX12
-%!PS-AdobeFont-1.0: CMBX12 003.002
-%%Title: CMBX12
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMBX12.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup
-/UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMBX12 def
-/FontBBox {-53 -251 1139 750 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMBX12.) readonly def
-/FullName (CMBX12) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Bold) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 11 /ff put
-dup 12 /fi put
-dup 33 /exclam put
-dup 35 /numbersign put
-dup 36 /dollar put
-dup 42 /asterisk put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 55 /seven put
-dup 56 /eight put
-dup 57 /nine put
-dup 58 /colon put
-dup 63 /question put
-dup 64 /at put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 74 /J put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 81 /Q put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 86 /V put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 91 /bracketleft put
-dup 93 /bracketright put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 123 /endash put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA
-0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93
-51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71
-7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551
-E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078
-0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273
-C01924195A181D03F5054A93B71E5065F8D92FE23794D2D43A151FEE81296FBE
-0CF37DF6A338C826464BA5198991445EC4BE80971DB687336AE8F74B516E333D
-2D8AB74D362C559AAE6ACFAE49AEEF4F52E28C869222C1301D041E7A0BC1B608
-1BF728EF9E98F3A12EB2714E7F16B14E055FE1FA0EEFB058860ACADEDA9D0E4C
-42E3C6F1E4869471BFAA3760175F3FBD842755A9D7847EBF605F18293B42F557
-FBE2715002669091BB033E1AAD657532F34F7C66E4F04D63ABB07E6CB9D9AEAE
-78EDE8B79DD9BC87A1FF445EAA05B5572BB880E69F4DE1F82D7F0E9980AB0C18
-22C448B0B1722D3CC33C56FF287CECB80658B3AF5E7675BE82CEFF3DAD5942EE
-A03C955FF979E41E54BCFB5316A9AB8945C403A73180D0961416EC9C92F49811
-4B91BC4C788392994587517718521E416D469F69952149FF7F9224377EBA1065
-4A727BF806A112A7B45B0A1BA1D5A23683960575368D9EAC8C04753BF7465AF7
-95F25C258C63E4FDFFD0B412FD381946AA38C0B961652BCEC30322C47BF4755D
-9F91880688AF066E32FFB22E1A52DE741307AD3ED830D6BAA1D1F562919666DC
-5E8FD9862AC8600B0AE0BC7FC779252AAC57248744ACC8A8AAFA836BCF09B0DF
-9253DFBB1CB77EA8A59D42D1B18FF25E9AED72FA62FEC3F126F030F5D7DED9C3
-CF60FE890BA4A48E39E687BFFAEAB96AE542A6387F6624486037C8924002A511
-BEE5FBFD780AC1D4BEC3FBC47A930BAD0280D444259528B6C565DE11DE36BB65
-9BADC55C1EDA1A80458E98896D782DFB5C137897419602809F9BF8CA39F00C68
-EFB9E076FB324C2963F23CBFED28B9EF70EAA4E4B903225D1F199A7162AB239A
-D92D71C18B1B682D04C6A48926275BCB16D413B2A0E953E1257E0B12D8B717CE
-2EC84CFBC046A4338A69F454A469B12118E562B4F56C5FFB3CA5D357513E6FFE
-947A564B229C7FD873057D5C7CDF03E958294A1003B37D8DF565A70A00A3734B
-0138AE5277D383D10C2BD853EF806D3CCDC47739F0E374A3DF3B63638B949ED6
-4EC25869DC1C0B1F4DBDFFCC97382841D8F10F3635C792139A1EC462FDBA379C
-BE0990CA2E70FE73137AFBBF30CA54954D7E7377CC50BDD780DDD4C7FDC77AD2
-F3EB1169F14A0041F18160F43C24FAF556DB5D621709FBC544CE55424F7446D4
-6AC07A51C8CD5161AB0AD5084A96FB35D77F1CA155147DEF8D7A590EA6939514
-D4A226588295CE0007BA8A550895511C8D80BBE5CDFB8A50D249C3BDCA974415
-F5557914A9B805782F399E4078DDB6264F1A49A9A5BA45E284A5196E9828EBA8
-481D357B8D9E6ECA631A6204439FDFACE7D7E6A2392726107CB7D2517CD19A24
-FBE592C119626DB221BBB635B6EB84845C16A9585282E34958B961F4A543AF9D
-419B6A9105BF185FC767712D923437BE08A9C0EB92AB6792DBDC671029B6FCA6
-7F717FCE379C0F3B51C6CF042A762ED04898FBB4B0105C3C4ADDDC18C51BAA3B
-70A93666669547081D9246732CFF74C83EE90DA17F5B4F8BAF47FE4D81590988
-2858C9B96071341FA0A0D23BDD4947FC9BC2297913CFBD4FD6CA4303AB3179AE
-0203F1BD502065F90CE9BEA3B52DAFE4A29446082EA0E6B1D7AF1F31D0AD02CC
-9A7FACE2CA86E5FE0F6A425B28A5940ECA306891CECDB3CFC7A5BBC76B5D9E8A
-C754379ADE80B4D72CE493010317BF21A0CF4A0A55C1246218839DCA3F4D626D
-1F4161D38F54AD5142C1CEE95C61D8BB10FAD4B772F4955777AFDE8AE5A837C2
-A2BBB11D0BF5DA2E63D0B75ED421DBA9C789B281B01846B65DC572BA69591969
-21265DB722AE86BD8CAA3D887C975A617ACEDDFB7AAB341F47532AC0F354A530
-7662C089DA3939588774FFA16FC4A52555DED6D6F51DE718BF5F345C23C90198
-17B77CB8B5D53A5CE7A79F3E286B6A59F3F6178AC8BF15C0A15C1A8A95D03B60
-30EBE53DE328CE085CD9A1D49C69AA299C5B58B24334A546F6E274C1B534DC8F
-3289553F560C2F81E413ADB92FA0E7DD1C2F39D5FD268EBA97AB7335ECF28257
-96B4EADB7D0778706CB41C7E9C882760E7670936774A1088FFB2011115FDADB3
-B69EBD5108760762521C25C968C3E282DC3400001AC8FB1EA27FF643E3025950
-1D617BB8BB321281708E496277E11DD3AE0023DA9F25AD06B39C7CF527FED27B
-57397E88D3DF70EE4FCCEFC8A0927D6B05517E571B3E70ECC99F3CBA32CCD4DE
-B8BF22626B6C94FE65598A88AB90D238461EBD9A098DADEA4091AF1CDD7560EC
-8E1B9BC2321686E1759E6B8A270C8CB4A254F7368039602EAEAB86ED21CDED91
-8F2DB9889F46981C494C7EAF5E819B91C129F0740B8002B510014985E5791F59
-B16879CC6521D8E9F1C4C1890AC85A78022BE614BEFF318AB2616F0C3F02405E
-BB425D1555472A2642BA7686E431DC3FB8A1688B76660D9957C3FDE8D58109AC
-21B1234C9DDF3F0FAF93BCF7B2F88A001F23162E1A13E5E9118D51B485B70A91
-D0CBC39CF44413FD8686D9030782DAB58064F5B987E0402AF5B264B17BD31BD4
-FDF63951BECD73ACA6138854EF35B062D01F33073850D9C09A818828C581241F
-A625AB3638081DD0F00F946BE5450D38489CECEA4E66B4D85CC8AE0157E2AEE4
-A22A9313829F24D573101D84CC1784D1CED7DFAD5DD966601370C6CCBB723082
-A86BBAF0A5D867D0D2E3CA16E14E5109A29EF02649C47E12E88B3B397D65CACA
-DEB9940B92100744D686066F8250FF30E5F13D81428EE238A2E4E07ACE0F5C38
-7D79D4A336D0D26AF9C2B84088ED8ECDF94A1E3FADB45AFDAB46CAD6FF950B0F
-07AA2CDF82374DA76C56D29C80138841EB13F0D02ADD32F88B23E282ECC845F9
-BB9AAECE9CDC644AC2D49577A92307A83A99434F6493156DF25DBF0FCF2EC21E
-8C50A312C3D19E0609C0038554CF4FEF3ACEB7A833FD54B06EF0D617C2971C89
-E4C06075B09B84A4F78A82152B9A9C540B1D881313C2C74F20ED064A9606EC2C
-B56D7BB4797F1EEF4A9B13579CCF311FA4A4DFA62D80FDB7F535CC6526D1AAE5
-45C008EAF024B48C377522F74D939A475970533E645B1BFA81997549AFF26F67
-2AAE6C2EFA357DB3B525276EF330905688777057F4E4CBF584520A534A8587E5
-5A8360891E75A15205E8ADAC4A4E5A6E27D0C4A7D492216E4BC023AB027F37AF
-A8DC7579BA50204D5F45A51460C5BD8A5A7F87668CA6451137F2F59E117BBE28
-5C40820882A5546FA76F0CF49F8A6EC445F0647CC3227C400F56E7E9B84A6975
-E85E243CC1666DBAFF4E07EEAF3AF71BDACB30DAEA792F2B8504CAB071544F01
-5D66243D529C479D276FE22F7E275D9E7FA9C6EECA18716B2F213916E32C1D94
-6E32397B41AC6779543218E506569E3544803BBF9B404A983EBA62A494187B30
-8D3DFA4E1237A2E5E08224A60492C09ADAD8775B7CDB830520829BA164209ACB
-BCDEB2D574CEBFB7AE4BE72DF4EB1945FEF2458761AD8DCC0D378AEB7DA002C6
-9C14A665DAAA532B0ABA98D7BFB5A6151FF6703385AF7AE8FD315A492FCCDBCB
-B825707F9566B3B4943A3C61C3DEFDC31A843A2D67AB06891F3E110DD8C73D3B
-B5E4151B51D9F13905D7D94DB9ABBFCAF35F43B6EEE256B1A80ED6D1739D8D5E
-8C767F6F0E8704C5345D028A2A6DAFD9BB7AA048B8B895FE9423A7ACE858BADD
-595CB074A128DAFE08FDFFD6BDAC0114159A702FDCBF8013804B0CAEAD7AF38E
-FAF086A3248AD4FCA1401A85AE2F72E3E6956DC0996FE8ADB18F89B14A208A15
-13F81AF73D0DB72F78C4DA634ADE3C73756CAE6AF2E149C26316DFD93370BE1A
-FB4A79F77A67C07CB0A53C78367F21661D4AFE9E27328E077B522B50FD9AE2E3
-DA087BE481515B5DD7BF894A96A84A6C78874100505B7DDE1D22EFCE8D58B3AB
-313AB5495F72E2CA4E6AE22C0CB854302B9990372F1661D9F0A517F90686F248
-C5643008B3D29F7296E5C8FD4049886662EFDD4106E17C879F5D41CE84F87E89
-F6A3117C968B95A35940CC29C43E1E0DEF51C1E46B676301F40D59615C3F73DD
-DE37B72FF7105DB84227DA5241583272AB1C3CD97AE11C1EE98FFDB5E5F44844
-8FC41BEA5C54B26341AFF6830D9D0A5A2901B0653D8BD0746838194D240FF753
-E99750D3383373F453723D86BE97B571B8B84D8696089B5CFDD53E6C562A2197
-A8C4FB0CC690C27761A816B441029D3D306245052E0C41B53025D8CB7267CFE3
-C17FDFE348E765326F91AEB700CC49162DF748171214252CBC821493DD01AA20
-417D66DF47EBEFFF3E9BB2B0A2BE7D9B8C68BD570FC2EB0FA54CECC318F04C43
-19598BDE93F2F13DC7847354C99059AB20593EE51E94F9D4E9241869D605AAF4
-9D9B5FD88C3798A039A67993C5EC68B6326B132E647F67EACCA7F7AE7F718D85
-12666E90D7C73EF210E344964A38228B236679A2B18F5E081234CAA2458F8D83
-3F0CA308D19663CB12EB904076EF88E556407C33C9380A6A3D68A9EFE65387C1
-A1BCD2D26DFD2AC0881EC30E81C0A4E76C244A2BD822EE88C4A60B480D107E68
-90E419A1F512E865BA922A7830909BC2611A80931CB2E9344529586726614D94
-3AC5200FB9FF68AD9686506C5EFA8788C0AD0251AFE7F95E84683380CDB421C5
-B1A783B6D5F3A6BD1BC1C14B363DB01C87C0796DCDD5BECF41A1A9F43183CF6B
-82C2AE49F0BFDC5DEF7729F2E638EE6EA9E4D059EB9BB1B992AD8C82D501A550
-1BF73CBBFE740179B54E193E84A55DCD61B343C1852780FFB44248FC9426AC94
-AA2B3FE20FBA30F6C4D1E0FF3EDCDD8C0F57CCB50CDB0EFE2E04A8927E239C1D
-9B026C7929BB48461D4D695FFC766C8A0E545B1BCC2AA068D1865333108E7985
-2D93F9B00EA0A90939D0D3840D59B6CC0CE2C147B2E1A9A4F14270FE3ACF51D5
-99F7349106165AD627CBBB0ABA01ECC6D3A14C1DC1ED23A9DB9865BB4396C51A
-31ECD001EAC94B33C34E29C5611148EF3E55DD61813470B8F3CE32564C749414
-3C93C77EA5A3538A0B5AE3FC4DA32813B06772E0E48E25BB39F3F6FDCC077E86
-F86FA50E18FD19EB2F37311CE87F18F3BC85CE7FD71CA92D5C3264E34E04A2E5
-70C79D99F54D6C6D9D527AE45EBB48411221134587D2253E7C8ED7658EDCA34E
-5E768DD14E0200470F73C44D006CE8CB35DE1CA3EC10ADC668B0662A7774C891
-84EC95A31DD872F0728D9F65CA80940080E04630BE4DEC77A2C49E3913C39978
-BF145F8832AF2C4385EBCDB15F9D32C22CBA0CF950877717D6F1591D7C0B8047
-8C9BFCB16AF7124ED83137695F3D69228DB633053208C29E0ABA1B06A7FB3EE7
-5625CB44927E2DA6E038A6E62DEBDA2D96A03177982D8FA33BAAF4426E05F4B7
-9C1748B3FF7691F9888E7FF864A10B9DF761A41E6B5CFAD2BDD7E1C4924AC97B
-F4B352705316DD1A58637CC12D71C18A5CA691AB2AA8F171590EC24582B1123E
-94D4DC587D8F99E18A711776BF4013C96446BFECFEE4C809EA94B169088024DE
-0CBD20199A915AA406F0BD5F3D63D1467C49B4691AEBBB35ED6624F2D7BB74BC
-E80FD92B9FD04DD9C2BE9B6FD29EC7EC07FAB447511C61DD299C783BC09AE2A4
-7B3CBCA6A20C6631D06D0B2E2482A50612BB7C29B7E7D0A205EB0E8436702581
-596BC996ABD58CD8D5BAAE4B1478195CAFF98FE0141287296C4EFB8D2E7A8442
-F0A3AA9F9264329982532295A176BA1867EF732BBAC49AF485D9D0F7130F617E
-7F7DEEF935874D55A22240F8EDE4F247D5F73481373A392D40A8076BD91079E1
-1CE5998BA13D48D56B49A92B4A18430E316405D2E2E391B496A1934671FF1785
-AF42BA3B2D14B8E04014437FD194455C50289DFBA61B5C377BCBDADA48E82DEE
-4E70EF5E9DC03064907BCB8BE4D59DE069FB0C0CB140DA54708E630767313F9F
-744594AD8A499CFEF733E640A11FD74E46A749F9C7D18D49251BF85C6EB4668D
-67598C31A8F90922FEAEAD4B83B6E7184567DC798E4BA1C4C9B3461A478D63CA
-054F13B502DACB674EB49D6BB935E5EC82BF99FDA7D47C581AD7F940DF4FC6FA
-6C6D25D647033AC69505F0CAC58DE99087F365531A6283CB89CB644688963C3B
-8B2203A94294E58739EF23C7803630A1F9121D62BE1977DE2F41687C8CAF87FE
-CBD7AD3B98E0D95C8C6E1A7CCB0E09465AA874DC90A0F5DB2C5E7C130297FD39
-EFE63B0350B5139D09E6864D22C3F1150B29196E40EEF9723E71158B7ECFB8E4
-C426FEDCD439420B7F1C251FADA347C9A2C49738B5A17922E1EA93CA7B125B76
-57449EAA9C1D591CAD327D0E98EF2D44D614EE9ED49DD31ACAC0B956620B6BA5
-5BF6D08CA7541059D5ED2EF00AE2EE95488F5645BF6837D9241C0D3959B7580F
-C9ECB2BCF3E65C07D52EC9CFB21C11CD4C883E44C173214C900C44D2E1E43DD1
-CE8DFE3DA93C38B548BC4EC46FF91F30CFB97525E1FD4E77686433B20BABF8D2
-848C1CDF1BCF185CFD7A81D2D4BB826E837E2AF35CFC4F419F698DB0C43E9F9C
-B0FB628AC9A3CBE9B1FF4A067016E70333E78B32AB2D89C483834B31F5808FDB
-77492E099F1504DABCA5722C7860CDCEDB2DDEB512FFCC7D287F4945FD711F28
-87BC3D36173566B81FC2C1290C717A09697DAC6072408E20926D39270121CE58
-3EF97CE12EDD7F87F2C8CFE36C3C0400869C0D813B71C425343EE0CDF717BDD8
-409D5297D0F8F7FDEB0257C0A391F5635E0DB1116058942FF3E7C94D5F2873A7
-A3B0ADAFC3835AF2BE474E6741319BC6695FB37F59AEE388F81F6E66F910000B
-72E6BA7531B4378CEFEEDC79CCF4947BA1703823B5AB4F4AD73D9615C66C489D
-99D68E49C9BF765B7FC547BAB9640D51D5A7A2396507AB5A4DFF3D14F52422CD
-8FCFEAA06A56C6C7FFCD29C9A7A59DDD2A909A9363FE5F1E9629616D25ED38CB
-E754C059E4379318CC491C3B1A90128693AC53F80F8210FAEA7EE638902A7D3C
-82B95B3F5AE340EC1B648DBB9FB679D6E80B7F426D8671FE7136D97F51E2D2F3
-C9CE9183E4061CA40091A2A70DBB9ECBB19CE3F65ADD0FB346B54BAB182E2CD0
-EAF4C0F402C25573FB344EA771B297BEB615FCD0595172E84ED2A62FF8962634
-23C19076C2A9ECEED5135994EB397303A9619C76DC55E032DA83FBA441BD484A
-59F70A5110A8927F6239A14D4E223E189A5462E4A92EAEFFA4B961A2A32B320F
-C2B4E8C1821FA67A655B5042C15E4DE1FB3652B55078DB123573C4E986B19DB0
-1C5131F3DFAB271C30A5476B4A19D8FC922E31879C34BAED94C07A4841B8209C
-403369FB8E842610D1EB4662B6171A4465FD0E819964F62EC5B0ADC92F08CF90
-1DE0B410FFBAD16F6D355E8AD72CCF67961EDB6CDA82398021007C2D0462E893
-75EB0710AE4A6CDD15077C9DEFC5774EF4A657734D703CE42174259B58E5277E
-0DF26BF59AF8D1A3E7DC12E3C12AA4B67CF35B19962F6950C2020B698D971B35
-82FF84E72F72FBB0C54A112BADBAE6C4CAA358BDE6A705AB59332C3850CA3D25
-C7564499BC1319121CE0D93218210C68080AFF33420E3CB3A48BF9EB66BC07C8
-A79D8CD8E78C200FF7CFA3DAED0B9E87E6141C88B436D8FCBA50AC195FCBB9BC
-9512B95FE3A37FFAAB39850FCEBD4D50A243EA416E73F53B4B00F3B6EAE0CA06
-0693AFFEF215D00BFCAD02E45496D7C8F5E99EB9096FC4300D038C1AFD31EC4C
-5ACA6B72C1BE7204E37A4CBBCB1EC26AB87F2FF82DE20601025169A5FBD2D060
-62B5B2DBC288C79C33B596832AA18D730AD572C6EDFABCBD36DEA87C0F323C3D
-6E537AD3B43C6F3A905597570A8C6B0B4A5E08C08EAFF9731E745F2BA8ED0C0E
-1ADF7821CFCD4E38F3F4C243CAD31D9F8FC68B9043740852B4CCBDD37BF728E5
-648215961FA82A0C847ADCC5187331D0863A4573BE520C02CAE14AED4F06B3F1
-FB4A318AB54CD86DEC824707B29F858FD726A167F2333855C0575EAF4EBEA0B6
-754B1775F967140641FC06F82B191244186FF347A351FBD8FA62E8C978B21F6A
-E124929876488AFA97FAD262BE3D172E2F03F564F1325C9F1E050C83C12E0CE3
-C7F58270B5C40B46B3F592FB41FFB7F59EBD69B2F489441E398FEF7F84C85055
-531D95FD21629B0E509C2FCEE995D025BAD5D3F28CDBA5CD414405ACBD936C3F
-AA4CB2620D7426002161F983AE95E542EB8553AFF7E57B82E05FDD5FC433E1DB
-BBCFFB1ED92299DB0291CAB10A84529B7FE279C62628A24A2FC36B01976E13A9
-C528A198B8EC8654AD69CCB5C209964A2B25D6DA9BA0FFB366D19D8C69701D7E
-8ECBEA88569601C80ACCC2D5487DDBDC27DC463A53A8E59F9EC17D0ECB7D2188
-B6CEC6BBCEE631DBB9959A9855B997481B5D88B8BA29995053CF42C5518A3E8C
-AD21553A0F6BC3483624B013D3537F7C85D7C558A9C772554CFC1C3FE7A70633
-318A99508F5D2FB656B5A91E94F80F74C7472F507428AADC375AB9F18CCED8EE
-9DD57456CA8DB8D3B133596CFF2D510746BFA00B23F4001A3D0E8A24476C497F
-A14422160995F3378EC9A74A5D72D776BF8BF91146E73518E61C94AC5C7ACEE7
-783E29B29962E638F75366A0C0235475327F024CC6C824A52A6C25E669546A39
-C3459E06945AF250269C9F7B541B1EDA04DF9B9C7B442CC7484595E7B1A860C2
-EE36E1F845BC6E79C445E11925A881A0D3A9849030954BC5FBFED8D254AB3307
-A399E20BC127C05EC76D54C928A3CE1F99F672A8F47C8520C5D444D1EACEE114
-A71EBF58CA1088DEF117A723C391F62C0AF3985BCFD5526503360C33B1DB957C
-039360854589686E27DCA9375B709FF2F8F5EAED9564F979A245AE2498556344
-69E2A27804B51D5C52844E3582CFA648E82492354EE0A312AFCC4E90866F63CD
-173E4CC6A74D82568D0CD88E078BEB0A5232202C7F74C3A8C80DA4CA4BE6C421
-15B80B4A2A50F91F7841F60C5EBB4DC67ABB15A3A285214E20B5090E25EC9C7A
-2A8F1C9F2FD755368F61370634A37A2EBDC4B8728D2439D55B73596A2D5B28BB
-A83A38BFCE4B84AA3D8D373C53DCF5DBB5A327D9364288907C0ABC0D5E6B1D1F
-7E57E3E21ECD67DD9E3F0E86E00BAE52ABF645D6FE70EEBAD9C853FE34801A46
-8F6BAB6A2C22BAE5DED459A3F06096ECBA2D20C707A5F47FA067FCEC8C8D6466
-9E478B07712A577400F5FFC65EC107578C4E6F28961509BB7C41E49F5E45FC1F
-ED4AF951E8BF1B261E06E4D8AC3B4CD60AA0FC495E73E6203605E5473047818A
-46C98482D55F198EFECEA05092BF11A982798FACA6AC540293AA90208B56E2B4
-05A05AA45B2F8A67CA109A6987A670340523EAABC230E0034454E773C31543EB
-C1C2A99CBD1DC7532E2D2169C3C25B5853E2F0148E4AB501112B8BF210A5B39C
-1C4E8991DD2DDCC634D3D63415B5C7DFC564102751C1BCA38AEAA8F4E69D603C
-13A5B5A81BAACDBF724AAF76189BF3DB6239A7E19A1B2D6DB4943910A0FEC76B
-233994CDB5A903872A55E51561F06A6B999E0F91C9FEA20E0176612E869FC157
-CA648E8C2C4859D3C17905352F1E950675D8C56369B50BC8C75413021319BE2D
-C982926A6CFC9FDFD4BD728E8FC1B6FA1074FD7271C136B260C013A9A33CDFED
-A82DB154C0423B391E7BDD9C5B35D92D3C4F5CA5C773AD3712840EF3BD5F3C0C
-9BF19092B9296CFDA740566999ABF31B92E8AA5A92D29840D33625338A3E7C02
-5854A6B272591E3B581BFCFC1620C9C0F0B128B0B69CF0FE34E56B191FF65DD0
-59BB27457FB4CAE161551620278082F048A6BE2B9073ACF7A6BFAC7D1F9F7F0B
-3DBB05CBA5BE5424E1A07BA58458074101EB3731E775802C97133C9FEAE5494F
-C0EAA6D6CF2DDBC064CE7696F610A3DD93024161BFF27FA1D8075A295BE3B80F
-CC225A257619628F07D9D740349854CBF43BD72E25F63249470C6AD3E171C6AE
-149931C1434F22B467BC377604669C077F5806E9193F9E16A737C19BD3FD5C3B
-7420A718C022EF57CFC7D7BDFE22C3FE896EF34BFDC09A6D5A6E559D6E1F4D31
-8A6B69C544385C1CB338D352749ED74FD1A051ED6579D5F1673522CB02BC25D4
-5A9A51D740B3A9B6AA52F2B9532A32F4C22FECE7BE96873ACFA2836063BABD50
-D4D0647FCF2FC9975A2ADAB86FE1AB14A5FB4C3A576387A993E9EAD3D401D3B9
-F231F890215B7192A71327BE72F2405E94E47EB82C9A7479B00C6122A94DFEB3
-293F1F328765B0AB7A2D4B51C48E5E2B6E7C96C765EFB49FEBCB593DF1A90284
-4C0723CBD625288D62D821F47FC3C28473B3C5DD3322C8D16C4EBEA14523376A
-844F4E51F255B2C1FEFDE840EF9F3E5812411FDB55185100403155B295C63B3A
-DBC92BAC9D6973F0D609CD11CC3C3BE89C92CDB21B6C976164FCE64C78C7DCFC
-DC64B362067DB28BA59ECB57C2A5880EDCE8DF84606B2A87979DB086E06ABE21
-2663D35368F31CE867F91BF71FF831CE0E38084F98D501095CD4706C2B82FD59
-4E1501EDA7B03CCA974AA84EE5B39FED998FFC3D641B2634D72D92AE5B8BE9BF
-64FBCA1B8A80969285372EBCF24A27AE19B48009B144376992058FC36C23CC5A
-6E4A0CF12337A9EB8AF4EB6694621877CAD1C713A85940DCCE4FA1EFB2CAC5A1
-5FC3CBB1E61418DE140D044900F52A6BACC68CECF39C9491756BD3153D07768E
-9D271FDF798A9BE772E9D6203CB03206020B45BF76810C0315448861A5A2030F
-DA8EC1254C22D7CC89684B5AAA2141B7FE3AA4EA3BF55D907B8AD5FDD7488DF2
-A92B28261638A4862130B2EDC13E78F97B9E61B0E933F0AA0EDF58A66BE288FE
-84C209CC1881C5E57ACB026EE9EEA1CBCD4A4B02E7FDEE62BF76D885E26B2297
-2C274B7FB21A9B660E934FEA1471473999B90DF953DCFB6D68DF5D2E021349D3
-14314662237C892EE094D4735D2858FFCD6DD748530645E493C98D80A8285CE5
-6715A6328533B1397C3705CD56E0C75387838B370112A8B235ADC17A0A56E03C
-D175FB1AC49115DF3A8068BFAE58E8CBBCE530216BBBD0F9F3944427571544F2
-8C62339695952397AB33C31BB14D2B0C9F3ADA35ADFA8E4C4B60412A4ED03363
-7EB00119980897F8FAD36DD39AAEB4D841CB7FD8A232A277AF527D50DE49C5BD
-936E0784FA8D2E9820110C5BA10584B294B2791FD0E49A687753DEE31EA923DE
-BBD92D8C08FBACD88FE0677BCAB4938C5902229AE85756DA918D1EAAC6290FF7
-D9F6060953B2BEF26E8C07CC430D70EB307F1C727A57F3D46BD6267A03FF3437
-E1D2A9716E3C4054FC42D3C0246721BDC61D4A5BDD65016F90D55BE8FB63BFD7
-06B527A49F84B91FB321607879A9669EDFBA9668D1B4DBD407A7D53F7EF6CC40
-83B4F1A930BA2432BF2C984C4EA14CBFB7030CD0BC1DE50473BE03E04BE50DD1
-7FB991971A7410A7EE4118F6FE4198835C448B709D612075D0187F1D064A55D0
-BF3AEBDEAC29A16EB33EB458F44B0664E74A58EA5BDD24B9EE38374F68E2A923
-8E6EF9E9F26315A22BFE353D875F5ADDF0821009F568476C9642BD3B942090F9
-39B7902DA57E8C13BDD10ED0E137F3521D1B29F287FD6CDFA7D26E2EAF839C7A
-38F06ACD6D713FCBFF0510C4C35038553E463A0761F0A23DC9030F6CC4FF96BF
-99AF97F7D9267593812BE751607032E736626FAE21BA2912CB67547A5624F9FF
-3253923D889FEADC594F8975A032E566CEB10E876AF5047937881C262732BFB8
-1F73C6FD56077C00902C6EBB852D1747B8FFFB1468E8204A9400C4AAF7F7504B
-89244B5317C1DB608BAF91FABC56827754D6AB01EB4188C1DD73EB4258F962F6
-D18B5C14089225B509D23D5CD4C1DC4EBDEAD354A1B108466BDC3DD86535C7D5
-9DC062AC8F099821864264F13C4AB2441E7ACD2C47AF331AAEE509B0BA31A92F
-18CCEE565B5CE02FF94D635AAAFD9497FD00E8CFD213D22F06BE684D43369131
-24DA92CD0D50373B137892A8B6A9D619094621247B06BE1E433FDB25CBEDDE0C
-A7DBFF7A6CCD6DD55186F56A089E3901136B014C0F5AC86C819D5824292E6FBB
-17704445C90AC7BE8252FEB750B78804B33B2CDA000073A5530C7A7F2A4AE279
-4D627939E1DF094EFFD5FCE391C4CF81949BF45203819647EDEC018D18CC1D5A
-C0C1B1FE3D2BCBABEA21861E2F2FE5DA884F134A93F17F001DE4D595014F3E76
-D4ABF5249A652CA8B53ECE9461924FD87EA819F5F68893EED1A7A1FE4F231514
-3E69D4993A48F014F7E4FAAFF2D8685DF2FF50A41F309F5626E6328EBE3D7793
-6B8EB46F10997C63901343326BC91D6945666C8B3362A1A94A73AAD158E38E2D
-1436AF6B3AD32B064A6FFFBEAE70AD11ABCE5ACBF810974EED6623FF916F947E
-8897C2171970FE02EF18874092950F75632A916FC6EE77883AF461597245F0AE
-8C9C7005217A59C63F192A57B8CB74D07048E7A25F294418AAAB0ED28B0229D4
-2571A21B6B46570EC066319191D8B155B903598F4942F692E3547AFE51D76191
-3A16F163FCB3A73C36471EE438FD549754C91190553CAD1FCC0BA3B1C1921470
-78784DBF40B54294F9EC7EC7F5A8D574CF9CF9D22B5AFA790BA5659631FA3059
-E2E1953F58FB83780B1C99407D48B75A13999CC536089B8AED30485E52DC4985
-82D1A5790B451407C982AD06399DABB46A1A4AFAB1FB85F11B558723706CA227
-37FA6429311FC4A178800ED5DAFFE353929EE385E7AC9E04E4FC63C66296C1E6
-3C5E2DEDD62975D7743C6D35155A5A8367EF7395E4092F095745C3192A5A66A9
-7AE6B45029753FB2230B881A5F7B0A393AB2193B15C06535458598458618C70A
-CA5EAAA28AAFE895B5D4CF0A6B2E3C2573F790EB4E0B91C69E1E17FA78B77CC1
-376510918CDF6E955F231BD7DBE1D4B0C1B663DDDBBCD1D95024181273D58215
-A7455285B8DE11E9795DC15B579EA328D21E9E2F8F276D3D7DD7DD69A5BED0A9
-351216C84EBFDB27DA7A3E151B42BFD9165B491D670014B3FA0274F15863F51C
-54C322A69313804D6960AA6F0CD14A970F28182796656266DF384B25F627CF3B
-5D51F9831719A33AE20EB9CD0511871B416E3DDD76916219B7C93431CF22C76B
-DBBF4D6E85432A920C532D8EED18515C4352A52E0B3CECCBADFC1C1133267F2E
-D66668799BCCA45FB84FEC96E1BE5F9F62784043B71C05383C353CC53F04162A
-9D8419FF16DF736F4CEDF9EC973C501587145DB5E1F1ED63838CD8312011F19F
-94F8BDA1CF1225204B9510B972ABAA4F6E9A92A86787127AD97A42BD3952C5D5
-3C588E96FBC8B48C088979F3881BE01C85B53BD456E0EAC91B8A899BFE0E5C1B
-D6E38EB78BBA172D26B7F1F6E90F029AFD3CCC6E3B101777F6E045D8892C2005
-12CEE278F85797C382624E847BDC406BDFC013F099F6236C6B4C21D85F205D3E
-6FFE140165D3176467E7B241E4BCEDCB0850B03E2810045E79E3190BC6D251C9
-8A2D9CA4314B334868DD0B63DB9D00CCE4D80B4D359E54E9E81F01799905F8A5
-FC2860201F49F53045CAF0D9DDF9EEA4B00221BE2EEEB189D5E1CB6B15DC91E2
-DA3C7A24A571BB9517F8FAC84F7DD0A41F53148D61BC69C6BA042714A69340D2
-86F5874B6653A43EFFD735CBAF59B539B91C1B05E6699A74B1995D5E6AB5601F
-9A606A94F85F32DE43ACF78E3E2B75411565BCD9A90491E29E22DB3596F92BA6
-F7C2DE622841483492295376FCE5EE8BA0B13D54740109D82F686810A03CED91
-CA7442086B0E3A5DCC22F11FAADA1474AE0B6A893B3CA6065343D21B834F7239
-48B88675A71B046352293E2FA73932485BFFE08C8CF502F6BE95E999660D8B2A
-0FA634AB11C8C4765CB478F19595D5AC0EEAC22E20BD6F30B1A1E3B10805CE25
-FA694E5DEA8DC007C05D654BA6593C846B1FB7548A7ADB2579811D5785EAD68B
-AD679E1B61F5FF45E4F8684C7EB447EBB9C9F19C1D346A1D321F2D49E84FD923
-5C54CAA7F85B97232B8CEE6BD06F88F71755AFBD86D0CD6FA10ACF67CE92B40C
-605C488E397A2CC9C206C3D96133EF0CCBAEA910F86DD04D645AB8D40F440439
-3D5F0DE8C89DD451C007793ACB6592E65441A9F49BAADB4C33EEF1BB685A74A1
-25BFB78143CF48AE6E4220532452C6437E8FA281C961C9D205DB1B9ECE54A7B2
-02128113842C8454CDD922610DEDEC6AFA3605F800A2C66B1E014EE0520FA2EC
-E033F8E7BA6C6A64334D877426070CC64F4A30CF382F2FA2511FCC4E8F32B68B
-10D7EEC8A2D3FEB524B64E1ACC9A5D888916D1C52CB3358E4064926E46A0E80A
-D7D379A531BE1B3679CD227B51E6D6C02FF46437C0689E7E5346D47AF8694844
-8DD0BA48D36677A4E612DF41F5109385E07B96AE023621BEEFA0A691E2AA2B90
-E8CADEA34F5570B8B23BC40420ED1D6B2561C28A147E099EEDA54721E38D48EF
-4C685E67F4228E94F657486A8066269822E58B38B3BC343F9D5F57987579C683
-1568DB43597420CE2BACAC2BB30614464BA2D6CD239CAA21F4CABD42E0025967
-017314B488D7E5EE80E110F82477CCEE750ED06A76054A57FEA3E58EDA4E3C3E
-E420DAF021E8ED0D4EF74864A7A1E824C4FF703ECE2C7A1E6BBEDCF03E07B370
-4E1165A4EDD682BE80FFB57B031CF2F1AA3A087FD8F0097423DD6C5CB7534B5D
-657B06513CBA6B7003EEF17DE1694B408603A07E466032CE47A12D891803588E
-B1C2A4654A823859C31F6A9C1E43A6CD1BC33ED401C057ACF6226FB683A81D5A
-9275BE95DC05E58600D03387859171860B5CC021542EC0F9A1D09564CD5D1AB9
-AB4D7912746DB575690193F7AF9F1E8796C9D768C36CC1E7881B7DAF0B577A49
-3120506D2C28E487509CE32C3AF08DDAD24E3661C510A118B1E6532BBF715A0D
-6823411E2F423322A0AE1278664A2A391525C51407FC44082FA112B052D18241
-C4BD149FD298430464B8805A392636365F16B552C3A8C85FB4391779C219E8C8
-7666533C8173D05FBD8380AF078D402E8ECD110D8211100B61C2B3AD289F2ED8
-06513E48847DEC3265DDA8589CE2D08462D88BC1DE42C42C7B85C5814FDE1A22
-185627E533C6D6FEF2F08829E4308401F9A3688E43966F682E008CBCEA1FAA78
-AF167872B047977087BABE9CBD0D32C5BEE00DBA8FB601CA91632BCBCF931FB2
-6A7545A1B85240B4CC322AB87215F7FD0861E2E15D6610793D37343DDD37CFE2
-DA8FE76F21F89D36681AA6A43DC0A18AEE2B8890A7888DEBDC7706B0950C5941
-1B4E0DA58D126082D077CDED69545AEC02608232764F1BD76E619096084F6A40
-E2C90B7DCC3EC1B44B0A9D57CF9A26175839B5E794DDF3D971A66BD17066F96B
-8F5BCD802920130F76E434A76F8FAE8CE36A682B88013043CD4FC58F0E43957E
-6BAD3CD19DA0CDDC20A1A59232EBA4B3D7BFBDFB03B340476C88C8D1E2610162
-AFA87AE597856905EA9E3BF9A9F876708E4EE74EA2B873CD6334EF39934E82EF
-57FED286EC865B17F0458D8C80EEA530A48AE583D90327BEF4D5572C2D6302B7
-2826CDC8273D472681AADF689B1C35468B4BD921176E2E6110B701CEE8849057
-1308F271EB8865D933305FAC772D81DBB57AB63B9FE4A099FC5C12A3D0C3B53E
-5734D8F9A6363E7A495DA00171614BB09EAC3DBDF70FF4BE66A1B7CBDB0EE947
-A66EFB7FE439A044014FE080B3456E6882885826AB7F7607B83420EB3F1938BC
-CD256A898830737E39B674A2AA18FFEF4A5060294EB206535C95C56EBDE03FC6
-58A99B4F468DFA4BE4F63E1355C57B9365CFC853D4DA74774E8C6EC887F1BA26
-5D1850271128267EAD0C2B707BC18382C8F1C30F45DE1BA668B694AA78AFBB5D
-C8948DA576469BA18204F616F978E606BE2B07BD972F3247351D3F8119EFA501
-7C471171B70EF45ED3557A26501F599B7606A1F3D3F543C840B38AB2A9AE7D3F
-9AA1633E6DE860AB2378329FB9513F1B479B9C553EE43B4565E49D4FB7E39CD2
-998D5FC63EEDA03C1CFB5CC07F3203AACA07C853B69DABD3B48FF745B79AE1F4
-E6013DA04F13E069648104D5A38A2678F31BB1DD166D07578DA08A3476E773E0
-9C23D8E05016ED76A0CCA6BC01BF814996AAF260249389C47CC8CE66B454A5E9
-2643DC04C42CFB12FBB9ADB0E78C79C982D7F24B2FB4E5D32EE804FFEDC9FDC0
-B9984261D8124B3086B2303636C1DCD552AB7CD18AE2E6BFE248D02882014F5D
-659C48DB8AE75DD1C5589272EC3D33A552089E26F80142AD0CC676F70A94E2A8
-70BD0F2DE0F1BEAA038C6EE73CF58AA15BE408EFFDE8BC1B2645E1C13272EEB2
-45E63EC4B4E34DE3F1BF7E8530DDDCAD1DB9477E253BB0CDD7DB76423668F37B
-6D8CF668643783F562D1A88F831885F92165158476A408B5891AE6583B10E0A8
-2DC1178398D7DDD886B05FEEEF6505C499EAE9A4ED51099D3D424879E7BBD4AA
-61C14D18B0239F63C1E6A3D559D232C4833E09C36B5E7A22ADC68E1963610666
-1A6BDFB86A6693CC2CB647A4E339C09BF17FDD40BF22CD952491A5F5A66B9732
-017B68D7961C360A317C013F335CD54FAED7A0F75C75C25C575DE3E65E3F0FDE
-C30C7FA545BAA0A3A1A22BB859C16F58E93FB0CA74E98E3899D7923C055AE485
-E75FE2C05DFF8874F452796F95BAB9CBD271423DB40C6087626C5122454C6A9C
-BBF205BC00D07D9830F8AD3A76A5A228E9911583358D2122F959B233A8F590FE
-BB916539D2AF54A10C52AC6541B1C1CE997480908E02A722256EDB75BEC4E962
-1CE8BDDABF01A673F31775C408EAA2A5FED6AAC014B05C36F3C54D9AD2DCD025
-BB70733EA2185F9FD618788854DF25427E870D37224C6B6617E3FA0C251C3FB0
-6B358CA539D752088A0945DF665D6488E37017EBCC6502CABE9CE267BA87A6DA
-E48B1F12FAA0BF3C12FA2E860259C6586FA7843F584CDA55404C88D283141685
-41812C6FEFA7A66AE6C731929D09CE093EC6712749285DC2FD2512F40EC1B114
-70B7613B43D761CB6A02F570A059331ADFA10921C3A3C4E6BE9637FC8B690F23
-138A098D8E1EC01EFF56C86D246BE7270FFAA7C512C6FBD96E3C472F939C1893
-C8A3394C34045B700CF10355913744AF99463D6E2573106B2FB9ED07B79ECEDA
-F9F6D041B6061CFD8E02887E5C5B0194243F3DCB40909C3C03333A279E0D9A9B
-037B84BD6F7300D0E5EAF980EE53B7FD883886528D521DDE4F74536C7F1C5BA8
-6CF279C90DDBB82DDD1EED77FDB05E8350DA91080BCEE5E3C84F003325433D10
-D03C08B43EF95318EA3748DB9BF84D57A712C0308E80F5A54A38F0B2F7AA403B
-C57BD4BB6243F7A0B09AB0C885735D9861115ACA7567ADEA6FEC6F59973584BD
-43B3AFD18824327CD6C21D4FE1F16F6C67D01B97FBB6F70DB5D7D6E46FDE0D09
-DBC1E45DCF82E9FB3D465175DCBBF254C59447D3C3DF1F66E0EF8CB6653EA52E
-4C1D346D33499D2CF129D9704D74AC399DA2A23092216969B5B8D8B520F05DB0
-345E1BE31E211BE01A1B1FEDCD9F2699E9533385D29F0C80F990CA5A874EC60D
-8CDBC045FC2E2F6E7A2E426C485DD04C4052A80568951B7C5B7A7FDF8DD163A3
-CA1D6A36A80B7CB4401674E6E1B9E8F2DEF2ACBF87879AF5131DBDF6A0458B01
-3243CAFB8284DF8C4F946C328B453A363103665491D387CB40A493B9159F46F1
-E95207F8E71D827A15A895EB17899D2C0FD610B9C3D3F8378310602034DA6BB4
-6131CE208D659FD3AEB590D2CA5918ABD2C10E16DC378CC922D605C66850C6FF
-2CA7BB0A1538BE6DD5CCBE51CA7509A995F2FBA6D2813AFFFB625604D25D5BE3
-4B677D6CC459FED33F0A58E740A1EF93455D2B7CD3B6D7ABEE83D3BC3823F2AA
-FA77DA4784BB1DBDA4083D991F9104BB62EFE168D1BA37A2E3EA54BFE6FC2C94
-47078B5E340D2237B312258AA715FE854291D40061B6AA9F9907146EB2FA3B1E
-A1CCF2C8D2FB8230406FEBA3D184317B4F7F777410261D500F55751A0A445DCF
-8B100FE5B149B2D2880C3390422BBB8E8C6B8A8B773072A0091C1BBF8415B329
-D16FE300AD05CB4B62C90ED22ECCE09B5786547455213BDCA572889B926E3DC2
-6FCA839E42D5519C1C2CDCF412755B645AF3BC38897CE7750B8E47F6E352702C
-9C554B0E2ADB99F2A0CDF93DCF419AA331BA310ACD315C11912F4F8898EE964D
-C1E9B8606981B25AEB7E411114D74B37952C0528E51447675CD888D80A0F15C6
-21A42FC33BB3346D51B6BA20B726EC79F582A90EC43EE690F0A83B83D2E23F3E
-4F5C12E8BD48F1CFD04A189937925596C040562F4DA681B185BEABB00F7EEF7E
-1E44F8ADFC6792AFC7C3C809338A6B1C046917289139040D382F60652624775E
-6C6214AF5BE1D81A2A23CF2380BF6A13E88E87E2F1095B60798AB4F657A26671
-FE1C598578506C804FD43FFBFB76DF8D4C8E647F9D021C46011E70880A8AEDA8
-CBF3F181533340999B7620066A460E564C3C23FA8B29CC1BC8D337E2B1E49ED6
-9D10EAD96A52AB4D06982F4C48873C6F4872054695F253B592B83A1BC90A4BA9
-8371C4D319DD261B9A0AB13F74274E5B376A3288FF60C93421F114B51355E725
-FB265D39C00AABB2DE4300968FBE7F652C4EC71A7EBD58A20F2B4C1E2D1E3646
-902A0F815E9D67B50861D6CC2AE3AB45BDDF3782D685ED8E41C0D8F1FA37F238
-00A8A3ACAD22D898CF8E95855558179BC84D199C6C79A3EE2651167A4067A9A3
-49109AE7F53B59EEB1F57DFD4A00077DFC2BD2CB1E3169F0A348D4DDD2D9BFDB
-A31951065B0230504FEC2975FB5015838759745EEA1347DE8591A58783F1EA48
-C7A7456E94BD2ECB916B85160277F98FDEC95DEFA7FC19532AF90C6AB3399C55
-86BF03B871A4C4386714AC62E44857919EEB2658D1AD72570D70F1F9926D6B3A
-D12988299F620196898ADC3125C5A7D11765025B237983BA1DB66418B484B022
-EA1018CB14150269A089EE9CB3EAF08D4F7E15E29048F729B9D39A15C00B8715
-F030F927C8AC027A3B040CCD0CA1FFC5C6BCBD00457BDDB418BA3805C30AC43B
-A8DAAE706D404E22DFEB24AF9874D741C9DA45B3163C259E8DBFFB6ECECE2B97
-6BD4335015222631F5D86490C0F9BD7C22ABD32D6DD412DF772548B38399EC08
-0E28700A2ADAE8F0D50EFC4CA8642E0E996D72BFCDEE1CFB252A6F4D8E03347E
-F6328BF18282ECBC88DE3FF382726F910FAC2DD599E63EF7C3068C1CD785D101
-16B7671ECE1E0D30CCA1C6F2D3AB5E81E309696DBE4973F71D240C207CF73CAA
-D620DBE563AC9B2000A628E8657A45A24030432AC74B5ABDD022CCF6AB855E1A
-61619EB4DBB848A6C2ED5745005938EC8F516979806AF5E714704027A0CECE87
-4C44DAE80608392EE0EE0E39555ACADF1D3A873D35CA84D87ECC2AC41937CB62
-B250E3C1AB878BA32AE2E161D13FA536A305B352E3E0210636A81C6655CFED25
-A2B75AAA6FB0D2FCF696358223E78DBC2B9BCA15271F7612769ADC00BA66A2FA
-8E38ACEB99E18B7B4A5C2B7977169EC141121F0664EAD87EDDA372BE22988222
-27D477A6A4715C71091CB2F01C6B3176160BEE79CC8FC854166DBB093A49DCF5
-E45AB3B20EF3223684E83C8FFB2D5DE9CB49754799E038B748E75C99EBA6D69B
-36E162CC3860E33896371D0164C14138181F2E00FFC08E2A3619E1820A560C7F
-63B054216AC8CBA7B034AEEA8E735705AEBB0D78F17856E1A0476DA6E543E985
-4F7AAD98E3ABB2D7B4B1629FB0E24B9FF10F06192AC8475CF8C35EE3E635BEF6
-ACA79F1847FB84C4B20E6067BC0593C7C39657E08A3CFF64915F887D5B99356D
-91C0722A917B347945E1A867B062C016EBB7D924F11C74873EB4656B61A41CCE
-DA1780D204D28B6F0CDCB1E059B3517A5AB44D45B43221DC53FC699BBDC4F2D2
-865C697EAA3B49D2AF5A4CBB66244196A3D8A09C8815FFDA307DA47760CFAD34
-434D00946C23BE41A6292220F0CC19CED3277801C9C1C3CBFC755A261B4ADA4A
-0C9C3E7F8ADB77A5C68021775619D9CE770B4FE975CD468BC5CED173CE1356CD
-A26E6AE273197511E50A014B19A5B79C7B75A57B08185B20AED966A4C9DB4426
-1294A5BF040A05A4FE60FB202C7CD2BE018DA7702CDE728193B72F03C3C0F1EE
-58CEF81EF167CE9F8967B4DB7A3A3BC0868B8542DFF05D46DA08CA79F62ABDC4
-39373C66A08D536491CCB5EE828E410576057488E85A47D5D9F99F748E19AC88
-E207C21EB573B9429A7086A93CA63467B3EDFE08931BF575DB82B76AA9C05E00
-29C7D4F53CA16E6DD53BF23A0991B1C5B4902E4DDD5178E55C2BAEA308C5877A
-3A21D1184FDAF68ADF993920AAD2EDB045E98C990584EFED9250A332BBC01217
-DD58CCBF7DB9C0E51473CA37655DECE639C28E04EB47E5B52DCA10E92BF83F08
-AF3EC395D0A74BCD4377EB7AFBD1F0B521F6D8F0741A07BE28D6A8C235B90B7E
-B448354C9FD450F98270B3083515004B56718E81C4C6654E40B692780D83695C
-3F456A401A6D24740C67A485AA8B616B94B23EB889AE93CE66F5CD6916E32C66
-809F5D3C4D52195D1335F89D1AEA6C07A1AC8E8F30AC662E11541536C50A6763
-5D8C71FA8E0EA2BB0141FCADA7AF9CA0A69AC758DF87159707038D81DD706B6D
-123D53212F77FBF6AC06A7771FE86D254F9E6B29045CB60628EF491A26226D02
-D799A4B2E1E4DC25BB157BBDFD0958E1A4617EFF11145D3EB94A389F514D1247
-4B6A4CDE1DDF18A826C0BA8FBDCA2045C3BD3465C371248428A4CE147069B2DE
-63E85D5F92038E8986DF08510C6FF1DCD615A7164A287A8C8C869C4B1151820C
-8BE898107D19E768E66125C6A6BCA28D1A99BD7E6F58F60DA14E77ABA2001B54
-899B488C4DE7DA167A762CA3CAB0E8D157F6BED3679F019546F0322A7F6ED7E0
-D6AB34BF0F646E07A4C08EABC1DC40062E17386A406F88FF43C3AD322E8A85B3
-9EC8C24C751ECCA65BC7A2ABC5BC0E8C883ED0FE37DC111181650CC6DF943495
-5F0DEE475D1CFED3C23655E6053A884DC41E8A4D194A02051E5F7F38C625FF89
-5894F611575CF75A533095881952BAB2C81BD8C303C903C81D937E4D72A28261
-2167382EB3632D975CADB689A7DD5419F12E32DE2345CFAD7A85A9ACE0E63BB5
-3C49A690274EBCC5CDE015218223D2FAE1A1E7344932BD8CD076FE564F523B92
-6B50380301C36A67A264AC735C9B038CFD7D897ADAEC00EC65E174F47EF1EF0E
-F4A1C83EAEC77CD415ADBFF5E3AF7769661AD8506C356C20595B1BBB7BFF1808
-92015E73FEBB58376DB5368C54BD47B486330BD22F9E1804A05B350671BA373D
-737BD0BBF7E78ECE5C76FCE2B1DA10BDC7074164DCE3D2940F1CDBD02A996EB9
-7F4227B2446C7BDC11AA79B727696467941A4C2E3D51E3EAF366EAC7857F8180
-AB05461898B99098E955BFA09A8371FCF1EB671DE86C89776B7C90AFB9A4EE02
-39B35FFDE25BE1585476BDE88912D1E2D4C1083BA56BA4346B90EE84E6CE5BDD
-A7CB599B4D716F7F25668D8C559E2347F20311D49CC7D3D4AA0117D017F065D6
-E43EB82320EEE8B29B7C7B83A6CF79D3A20B16393235FCE7F9D0D5592A80B33C
-E664FD2F2B0FFDF29C89F7F5A5B0EA96456CC42DE1C2BC36E791BDEE54293D48
-BAD9DFA71606A78B5C2B8120A45F17A394F417C60CC181EB7ACA7D461A1A8095
-2372E368C1869D19E4A1A23607B6C2B0FAEF474C703492E7C1D68A3248CB8F77
-FB17BDF28A502BACFB2E4601BE018D24EC2CEAA4537271B2B9BB7807CF447BDF
-5A7DF27A00D96C481ABE0B02EC0B61606505E357FBC1BF8F1A198A184BFC8B88
-1ECCF1EEAFADC8D299F72370BF10AF53EDCA219DBBE145E0F1FF317515BEC422
-623045574C79B689412F5E7E5B66FB463E11C507DCFAF31AC1AC380F35CB7DA3
-FF9A0B82402DE0696CA50B4CAF93667A489C1640867AD454CB797645710D9929
-4857D74A887D7E458109B90202A50ED46F0375F71482C7C6BC14E5CA6B001206
-62A44754C351B56B41AA8324EECF26A80E7D3FD85086741E70FD33C8BBD546C6
-3AA832DD5BDB976D17B28481B7DAF12DEF348DDFAAC53E3455F82DEB8056C13E
-931F9159178FF1C744AA7882E7D49D88398EB3D023A272B8A89FB5659AF715D3
-0809BB26F3EF80A788CF54449988A73B416219862845F904E091951992A279F8
-33FF4A4CC37F9AFD5521E41F6FF1F12B1D9C7C0482BB38D1BE007DDCCCC37C9E
-1F7F34B5ECEC3E6DDF6F6EDFD95605BF60F55F2B1D345430A89813FE189F391E
-844C44571502F66FC3A56B222DFEF0D676041A660E6D741D8F72967DDE8C0A3E
-96BC0FE3243DC07CBC1F0E99619BEA04EE85039B404122E496AA7BE34A4775AD
-E4A310C1C020AFC6E74279DBDD0F6F374691D8E3B6EEC90B11AABD20E59F8595
-3397C7E9BA2052454250585469A67EF40741A9F09BA2A2A04885CED6AAAC081D
-0475A63CA91BFA5D6A3770C1CF80F9D01521A51D815ABB1F31A89EA13412BA42
-7F1916165E012C0A94135C485E42A5161C7B94A02724B5E6D196D42BE3F408A1
-C11D207F5EA2CC3F2DEDBACF246719BD222861389AAC1ACFB94496CDFC5F3348
-4ED4336E52D03342822CC7E267C2C9694D9C07448ED043C56C57123B08124AB6
-8EC0700E42478E6F0FEFBB0549B2BE787570D2AED16C44AACBD6933A925055A2
-022517A427181398FF7ADAAF7910954360EB4403E16A92D7203A4587ADB06169
-EADDEBC7EA4AD684C2FCB0C1008CA92508C4B755E93401568145C5555C8B794E
-F9FE03CDD2D904FF6B3C4429188DE0ACA011BC44D0ADAC60939EEDBAB25AD69D
-48A5E171F88DC43B1511C6883DA9AEA734590F09FB58793D0BA23CC46DFE5FE8
-A9C82D1411002EC457793FE7DA76D29FB65F026587DB905A1EE651AF6E4F2122
-A8561A524984E0FA2FBDFEB7A8A4935DF29E126C1CF41ED66412FCDA7D07053F
-EEDB110E865CED746D2530704C3D906DA828873B6AF2FC2D9E9EFD835D71BEB4
-A0C889B6156AE539B48E0D8026F5A8FD0DEB71FF8EAFC66BEA2130B9005645C7
-6FCA01DE45783C2D7B75EE9A9A6A8F5BA5F1B13EBDAF2F246D701507DADB5518
-CA8E75918A1975617EDD5F5701AC7FDD1365F9408E3BA2171D4903A78D223BB8
-0CA0E842DDBBA3C6B41D2339A7C620692F10C4FA9E8C950AAC4E86607955BD81
-A4E3B0131984BEF21770B436B286B93456646004854BA2055C3DE31CDF212205
-883E2D4DDF58152F192E50B4663F0F9779B455C665ACD6F40E7948351BD9F78F
-24550832F18950ED308B402D5FC6327CFE094F1090871431A59C7238CF1AA562
-3A976BCD5808405E7BCC3DED691D332C9B279C849936CD65A6FEBCF58CC2311A
-054CBD1D630459B59071379C3865C3C6A14E22B5B0381F44372DF1DBC8727B1C
-59A733C294C4322E243223A986FB8D2BF832755B5CEED304E6B3699998B223E8
-E28EA70BEA1358C2CEB7AB07112D30B83197B263E56937CDD0F074EC29FAE7BC
-8D6A89133CE8F837D64B703BC40EB64F2DCC73C763A0D31F3C058B5E9443EEB7
-52874573C500ACAE072071AF89FB9C4F4641AECCD14F7315150E5947731C8963
-55403D9A4A92EFAAAC4F5F6E95B4751351C4177271712F85495397CCFCCEE992
-98E7DBADAE9D3C1F273AA78F75012CA5AA357DB035655B3D98ACC2988169E894
-C573D80D60010DFE08394A6D05932944E07BAF050AEC00E45E04A424C6C351C1
-511DB1E856616281570F6DB61D75078B2D1DB18629731358D8663C615782D63D
-E6D7D9464CD95D8B446E563D684D16914B0CA2978C473CB514A5A06D25522569
-9CD74C4E46C95DCA19C8AE79ECF576A677BBEE3510F93C4176A4B5F1A4F24E36
-E0C5CEB30DCED55B7B051C01AB5251CB839AC2E371944C169D9CA4AE4B91450C
-5503BFFCEBFE1AFE8574E2020D3DF2BC16BEDEEEB76C7FBE3FEF7F085BBF4BCF
-2513333E3A01DCA64322049010D1802D1E50B50E39768F960BA243AE4A79C12A
-54D8F7CB63476916E634273F76663E4496466DB6BC16CE9E74727C9EE9FE79FD
-B27EF3DF0E46EA9C028AA3FE5470E983BB251AC803FC07164644F385B6BA347F
-3FC80E540BB262BB5E0CA619CBED3C8A4311B9C2B0EB70DAAAB4DBD04CA642A9
-53FA5B77D48384A8FE1F706DAE7DC478145A2F97FE5075092149C536F32A83C8
-32DEB9CBF5177AB311222565F16AAC5109F31F7C84321824ED15CF558D65BCA4
-9A73C570753D325F081EE9A3A78AA2F18258C5DFB32739242C0297C185C22200
-34C6F979B51240A7B1A3326677929904B567550051B4D548F3AAA253111F7316
-D3C84FC22E64F65882773C7AC585041DFFE3A6A15F365D825FA0C43DE16DB215
-243E53975DFAB3C1FA30D6CB8B52B9C55FEF96526624D5D8807AA901B16293F3
-AE0C4E03E6E22ABD78342AF9837A380BB99B68ADF493C1FB18CC4B968D707AB7
-B744D296FFEB8F2178B7C47D94DEDEAA916AABF76FA32BC0B86E2526F66ECF17
-6FE4A289C2571DE0F86B9B44459726C41C6C648838F928A8E6FA682A43DEA7FC
-3C724137DAEBD60591A73E72F2A92373103808D3973501F08647028F83F2A9FF
-400344095BCEC1EDA8A93325FDD58769ECB58511436843AFC403B5ACA14B7F22
-AD9D64C888F1A8F4E2FAD374804A72E16C0DCC0F2F56B91B3908FAF52A2C6DAD
-EB9BF87C40FE29015B6E655F40FAC45FEE240C5DE731CF7B54C0F48027697146
-3A6FF6ADE84F6CC90E3799331799DA11AA92F445929BF4A95E9C5F4BD4D63CA1
-C84FE7BE3CDCA2ADF4DCEA99EBCD25D7724760516259D45DDC9D6CDF7E538128
-F3D92F8676AC2D0CFC3687AFB29E8BAE8671ADE209AECC9CED20037759EAB6AE
-42E1B41111C9BB92D422CD344E7CB85A7403788C7765AAFA62CBA09A5522A6A5
-0EBE06D0ACD23E77BEF1A15A9E99A4713E67E7C08467C6B2890EEE9AA1F0558F
-EC24065FBFB04573E13C52137EACC7A931791A5D5F675AB42E9B716DECB6308D
-EF96E59E36E8D40B99A1E6D9F2DA7F32C1E47091733341D89DD109FCA2AFD4B6
-2D65D6366EAFE4A5BB0891B9344557DB94F065B3CD7D75874AD92F24454C2B21
-C4D2600AAD92684996A07B4DBC73BF4A3A01620373202E31B7495DCA42DA4B50
-6464003C1431AF808D30E08C4AF67E5CAE26F78188000AA0E8C97151491BF1C4
-94B1CDD72126412E0673ACD9B9322C3EBAA2AA1D039EFB53BD2C708873BF77A4
-7C89B9A48EFAB9E55ABE4FBB6FE868A9B2D86F96A5DB527514C6361DEAB44B53
-BC93CE3D3546324D72B13FDCB33F519812C1D9D66ECC126F8C3724F4D194DCD6
-3FA6E6F06B2509FCEF85C6A80F9C2ADC3D15A9562D2A65C4D1392FF915679CA4
-36E048D8C93D540DFE0265952094E7E6C8CB33BDCD517247FB81D564670F3964
-E65AD1F253EC49752D8ABF2CE12B2425551E7F03D5AFF08A7AF854E99322B8AD
-4C2A300672CB3A06B668A11B752BBE824C07531EB46698EE6C6B65112CB77F0A
-FEFA9A531F51D29EE7F45E8D0C73ADA57B32099FE3F0DD59BB97BCEF2CBA4E84
-D892E8B6880397808D46E78E05F42AACF717A2DDEC317BE5E5FFCAEA963032AE
-515B76D34F880C049F3DF624FB85DAAFE31882A2D7CC9C29E7EF28E2AA4C46A2
-FE2B035FF8303879C436EA4A2BC67DF287FF0C3430E9566857F0CAF38CDFD955
-559249751A61BB9ABB4946A31881ADED4F938C6468318A97B9F1D60A59C996C9
-C8154F002185DDE6063E67449A6E0A9D9155EF95A7EEC84568EC8DEC4E3E9D6D
-5E3E37F01FA5CD500715E0777C0B8FC6940C4BB4E6BE1CBFF8D7F461CCEF1641
-9FBBE9EF79801121137F5336350701ECC4A2ED838874BA412944545B2395C1CC
-6873816AFAB5F4B71E978EBA442C309799F81E66312BD6585FDF500075CCD649
-DA023880E008D9E046660FEE0C93B5FF18722BDF423C5D820DCE694C6803B83B
-101E61412650B945C63348D5053C3F97B6D38821A262600A8231E151718268DE
-4DCB22329C49DF12D9135872A03CD900DAF07D8F3A396A39FC9A5FD04C8AD26D
-4A41211D509B31D9032418D372A90CA0AF2E16DB8996E659CF103EC725BC4820
-9ACFB3C8D5155D87A2AFCE311BA6A18F95E37A9218BB5A45620FA20FD485FBC6
-DFBA5A3FA163833657572CC295C5BE868D584046555006623FAACB6602F612B5
-E6DA8CF67C8C7664992B8062C25E877B578194A33F29039ABD44B3DF14980E77
-18F51B2AC035CF9CC17F6C6C3D75D2FF145B14CBC4F9A551D5050B7E52C855E7
-B5D02F32D2807518958AF87E7380B6968C51A54C735000F02DD66B2E837EE0FD
-BAD9D9603E517B55B8A9765B5C6301040A83E56AE013786CB760C98DB9537966
-8D9AE205EE938ACEAE707397C3BE2980B090C3B50C814A247F82B3267FD63506
-A21E253CA1FE7DA323C9AEE3F8BFAB2D9DF4A01F18DD530E3C618C889B219610
-E313775F33870ED4791EAFA21B649142534100060E28CA081A2391F1458F3ECD
-CAB0BB41419C90D0C9CA95C5A4631A01DF76F52DDE04C6570F22578D556AB841
-A38FFC5A97300AAAB48177442755D76247F84BF57284B05E5D8DE15D0F69D689
-0264FCC502E5A8D8FC2DE3F7823A0363F1BDEC4B694282D0850CCCBFFD84F4AC
-06CEB968973837652E674C1F953725039933EB7988BA490D4D8567EE3BAE7BD0
-21CC586C3CDD38F79B0A3A94FB81FACD7D9ED04B4007345A4C7A47860E38F965
-8CB23565121D1E7A0D0F3F3B7DA86BC3BDF2B4CF412BEBE667E6C427F3F86E63
-DCF7920FECF73F2E421E54F6F0A8E84A8BDE2D0B9C5E441F4C428CE8622360CF
-6D319385106B2590E0D1A8B6C56DFDE8874A3F30D6DC25C1ECB02356D488BAA8
-C2BA0E8CFF8EF6DA75E2EEA6D27E822F511BBA288F7AB46B3C519FA75B676B55
-72E553764D23EC460CB17BAB327FACE33450E14D8329F2339600F0366869153A
-D775A0F12471286F485A65054859B96A00723E1C451C6A8A05C88B32D10AB013
-94D834F675EE8DE2A26910F924583509BBAB4B1DCC5B1FC8781D80E8CF024EAE
-BED6FE0FBBE088F73987477FCE10B4055C28199A91BFDCE080B5F52A1DD5EF9E
-8506B78DE1DAAA88DCDE13C048AAC003735970A5A74E469EA21D2078FF721966
-FEC29EB8D667540184E3CE37797EBA575CFE7F484C71F16D84ACFCC11A769250
-585B7E825E70BC5AF10B9DA5D4E0D7661B486DE2B1357259D473A57598E257B3
-993F51D3FC6E6EEB9F4792150179796020914877D26AEB07C527CAA4468AC50B
-56D8BF2F137F59E55AF7E778DB993EA55FF446CEE4E8E5D87852F211CC342557
-D2F3647F6BC423260E2AC6398D
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMTI10
-%!PS-AdobeFont-1.0: CMTI10 003.002
-%%Title: CMTI10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMTI10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMTI10 known{/CMTI10 findfont dup/UniqueID known{dup
-/UniqueID get 5000828 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMTI10 def
-/FontBBox {-35 -250 1124 750 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMTI10.) readonly def
-/FullName (CMTI10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 12 /fi put
-dup 45 /hyphen put
-dup 97 /a put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 103 /g put
-dup 105 /i put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 118 /v put
-dup 120 /x put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7
-5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99
-8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716
-EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C
-02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D
-46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A
-4B60D020D325E4C2450F3BCF59223103D20DB6943DE1B57C5FD29DA32D34C95E
-2AB2ADB3F60EEB0600C8ADE15A2380DE10AC5AAD585FBD13097B1A7E8E210D4A
-EE96785449E07F0C8EBC2EC5EFBFD0897DFDC15E5BFAC9584D8DE95C5AB288CD
-8AD8B9BEF0B8E5F887B3B0B331542FC8184DCCB753DB6ACEEF98B85756B988DF
-CAF1AE0DBE7D37D5F44A2E760AAE3A5197C27B15E32275A64946C3E4D0476FD2
-7FDE148C788DD2106F7C825E270588AC05B57E625AB17BDD02306F9E5FC851DC
-32A5A6EDC43C770A71419B2C0C8074EF3F222C8A2097CD81A91F333A521B3A09
-482A4FE1CB231CE344AD126AA284C3280AAC3AD162CF0EE241BFB4C8F20502FF
-118507F5D1B5FD898571015E73E5CF2281085072E00D401F6F59761EEC3E8381
-1F26F75DB66C504AB6BABA87D121B1E7040A07AA2FE01F80DBC246CC03C4B2DC
-C2A715980C52B7F96BC1A78FCC7F4F52EEED5F705E08FC1E5BBFCAD121FA88AA
-8EBE58172C162AF409DBB0728F14923ED02A65EA24E5D52B6AD07777455A70A4
-61833D3789C719BA92E901232599767E423D5AD9C807670BE0E7B5CFF8256A20
-C7BF7214FFE0342809570F5966A2C43E784F35015D9040BA34FEAB6A6F089504
-3A40A9E9D711A2721D3F4998371430FB3C94BFC619559B97D49627BB630F4B70
-9D0A8FE4E916235335C3962F3CFDB04C4A3CF714DB5E260F4E66FFF2F27CEF2A
-D4AA26BBCAED23B8BDC98F8F453BA27AD7758537561E766B82DC3032E92A9EB0
-125D98A22C5466AF069BF72A9BFA052A8628FEC6A6AD0B711DFFEDE3AA2D7CE8
-34EA487038EF50F953B8B4471CBA6FC3C53877EC1BC94582B1123EDF44B4056A
-30F49394BDE22CDAD7F01951C7013D26979277D18EFA594E8F4F2B5E615187D9
-39E842EC28461B9ABA52020A127D2CB9002A673A435B13C10602EEFDBBA6BD49
-9DDEAB9E68D655443A5C2492BA061C1391A51592BA8C353A6F6A0708E8860184
-2B5D031D2CAB87D618E9F6F7A0BF3F66B3FD5A25BB91F7F1F5F99CFF56EFF4FF
-0A35C55658001ED2E97B26C869292F6274D433A5443179DBB8EE987196306348
-3F9E87C6422AFFDD30080C9AC4EE7FE5E2DCBFEE4974331F4AAE479FD8806D4D
-9C2B85FC69EB0453AD827A1E767E5C484BDFBF5C8D6E2B3C96298B390F22D757
-802643A79D5E29CF3AEDF0E12CFBECA4663444FC87F2027571DBA9ECF688BF28
-FF0DDB3AEDBA0FB28447CB4B5D5205F40C1E7A525FD7373392EEFFD910AC82D0
-98E71660A1B3227C4A2592F3E853CA4CDF64DF19A52582E167234F4036FAAAB9
-5446BE102DE2BF43E82F0112C2A20F15A3F92C6571AC761665A905362C4F8BDF
-AC8705519C99862CD9C0D75113C4AB5FBB83C880E46B82715B5628890D9103AD
-A2329638B95D93C4DECDC5E6C588C9D5183EE6FC28FAF9825F02DCA567306D93
-5440987A81B51EE7291107A08F201C609FEF91A8F0587E8B13D4BAF74A5A6815
-DE9E4441F46AF8E1DDDFA2D611C889614040B144A5EC064DEE4638C04EAB2E37
-4CA8F50FB8C4D65BB296DCCCD39F1F554CFBED96670A91F515CA10EF896874BC
-8EF48C6447752C70FF5A06F928DB55586354076773BFF7E94C4C3A7A1C1F421B
-A9B4E3936EC26E0C19BBBFC90F021E877F54B62108F6DD1C7F6D5B8E64FC9362
-E173F01BF2904B7E5A08B3543611562C2714099DE7D4FA330DB148B560A9601F
-42A84452811CE213DCE782A0D7809CFD954D6BC1EBF2BA4D1B18F50FA8174C96
-3E0120E266AD5DDB40B3F6798AC28CDC5C3C4BC34583528F5B5DC8A222B80B59
-A3A93DC715D061EC6915E6E6E21A25425C25E8747C60F170D61047108826F96F
-7830E220C108B441B6EA3198E33C49BAD8D43086E49F5A2BC7958A1A8CD011C4
-49045193394696EC3DDD0BE084E8F2E9F0B9496F035C0DEC1CE11409DF566428
-D50043CFF5CDD1092F6E0807E660B68163BCA738E8D98FC6EE3F713164CD204C
-0BA84FFF4F33F47BC31750B448603D7ADB9AE92FA91AEBBBEC0DCD66980E6955
-CEB425ED07115B24E40F53B29B9D840842EAC691B4F591F866DF27556474B485
-1C6F53DD72499847109B16C7093984A6B8487D4F3870DD517945CD90E648C1BB
-8A6861E540FCF9D75B984B5009B5CC760CBE297042C240DD624111670B703388
-6FE6FC0E89C6B4C88F51DFF3913D0CC1FB4770C8CBEADD4B86393605C0B6C468
-83CA5594754411B6FC331EF56D7CD6D247FAE42E966583C29239A8F862348D29
-60B177984B6B957E733DB4D275015691D91443BBB13C2DA96097A29733CDB284
-42F89C85A7A743338C9DD3BBC4EE53F695E5163E6E1ABE5791ABF100B198B9B2
-1C21E2FA2FB4AFE7F9BB2D381260CDD3A2CC05BF513AA1E80ED69FA27BC5ED5A
-21445BF00BC2F997B356D94AF13736C6D3B0613EB6F4CD96A685FEB672661DCA
-206105EDC3CA07900676EB2FAB37F48D2E8207BDE1463894DA3C5B1488AC1EE9
-D39DAF691648048F5D7A384B8927F8DA2BE3602669F71D80686E427F395134E7
-7ADCC611BA91AD4B7A0237213C60CF2C905359C90795230344FC3C50A22BD44B
-55B2044792509F50F5C21F53D9F9E9F063ADBED3AB99E2613B23334FE8DF70B4
-6120F2EDF69F50BE793EE145B9FF9C73179DE640FC2ACEB5C6617F918CEEB762
-4CD81E665B2E544864D13230B058717B207D3CC5D6647D5343DB4D0356082392
-871EFFA896631A7E0D6477942B632074A9A4EF7B09D4701B1639BAAB4E03A40E
-9B54A7A4F845CD63F88831EBFA4FB847847CB98F3455CB5957F2E0A0F5623645
-DBB5C5564C7F8B117D6E27E65C0F3EA81AE67B4AE4B201E7C4FB0A8364FE53F5
-41A7CE8F834C2C4B322809B353A5E63BBA7BF3B7DC1A85EA700BD287C2BD3FC8
-2832B0BB4695FC937FF5EF06FCD87DCE6DE793C2B1EE10E6450352C17726155F
-220D550B1759E15AB2C1D5968E52C8080CD280E99D3CCC0E80C2EF8BBFD96001
-A226FEED7311EFB4B67F424B557A877379A15BCA54780F0CD2CCA00400B9B39D
-981C6B552AFD2506D1B23618FA9AE6D8143CD7198A8482CB416CCE62B992347F
-337D505A4078713BBD91E5535BD58EF0351EBDCD749CC24D4AD39F8CECD7D6C8
-139756680A4C03A58B3374CEC658D30160AE4863A3938A891BB59CBE02BB451B
-1BA4B2B6E68AB61DEB85F95E3C909B8B66E220B9F18280161C279F10F7093CDC
-100A53D542F071CC0A5AF834DC1D18738F5DD62A5573E884E1FFD22BD810828A
-1EA47F8218C15A2E97CBC609927DA3CC2B802EA4A0D7EB57627C135E3B065905
-F97597D818A2C5CC6F328AD25AD11FA50F1E4FE637980B7474D6F85A521892FB
-72989AABEBE02A2D0EFE88A6F67AC29F5D8DDFEDAAF465C439983C6B84389FF7
-A6434462BEB7B07DBE4BBA61ACD4A60C55B5C0AAE527DE381DFECA2E6BAFDC8D
-310364ECB42CAFF72BA93C067B2F02D1CA7C34AE7CDC46787A0E234C8BE8A928
-7A6F3DDE0338FAD532A9886E8E3525B85DD39364AB03EC4C0DD25DC179CC1989
-1BE232E387E857C78332D834679195E10F1E7B87B7966DA3B2238F53D1E13FE2
-8F55ED6A92A750C7250C9B91E29796621E7E9520373214D7DA81B2875A986D33
-80382AFF6DE1F829F048E57664D9C4ACE91E4684A51023943A4964AB5657D610
-3A5405EFD4CFD1EBA684243E15093C9667797BB47617B66054EE02C41FFEC45C
-C1BAE8AD56B00D323FCB1D2744F061FA16E161988741A319B1564E04BA210996
-4F9F02A3268CABE450D166A763F5284954564A1C86B76544C5F5ACDFE0D758DB
-865A1CFCF9FE8CD5F9C3B2998C56468FD52DF8EE60C6935A3D221EAEC7714E3B
-301371C7DDA0B03A2416238F2B47BAD3A2C5021C886DF51C695AF9C87A864B48
-3BB3FE0B355EED5454B59B25A0D8A1B8CBD356C24F64D9B55E16C30C011365C9
-1E0380753BA3EDC0868788D5F50B9353D0227BCEE1BE36998B2622C0759BD66B
-E4444250589F9CEDE766D8B940770CB6B89503E925B35C00CBEC2873D2DC4A29
-0823FB7A3717B69A7DEDBAAECC067949932728E89BEECAA91DE3AF9BF070B9C0
-30EEFA8C0A55C8388CAA2F0515915C98E67FA095BB98967D14B0DCAFA9622E4E
-2E0EBFC768D80585ACDF28D8A5C2B6EE2FE7AAF62FFB90F569F84A0903996DF0
-C1D5723366C436E4088F3E2BB9B47F9789052A71CF5C49908CDC1DDA194BFB89
-14D7E3D7D4D72A150FD6FFD8303E9DE5A97A71B808B8BDF2AE466F31BF5D7A4A
-44F81230BBE2B456A221E2F72A8B59F8FEA8D31F8A005A5BD93B9F49CFDC3DCC
-CE2B67090460F632271C7157BDC2F05BC2749FD562FC28682A616A52D1B67654
-DF78B7843A9EC26A7DE2EB168F874904C2915B97534B2D4D9F74A9573A771D34
-9F7BC855E8F794621BF6AD471BCC347E2DF5F620F5C209E33A4CBF1EA85AEA87
-4492A77342DD33EF615FF34037D660B713C908786D9022051B825226545827A3
-2AD1B05D654DB6E6D261B4E8AF0933AD1F0FCFC7201E1A7C1B4199F160C38676
-21ABA2DDF1CEB655B3EC3226E0B122976EEA998F7A5241F062E54AD1DFD6ED26
-47C99A439E0AE95415059179867CDD3F0FF751F3141309F40E00A6C7C28433E4
-F649BCD5DAA64177580E05C495EE7BCBCC5FBF104DAF360CC2711386655B26F9
-D349D887EEB32ADE595241560FD5924A1745A22E6A01DB9C285EF14596EBFF0F
-03F36EB2E0A7C3864F819EF7B0855121292D49482F046A55CD7271FE03F02EA5
-886864D9D8EC22A68C23089EAEFFF03DED6484D8C341861EF8B6FD3C5BDF5AC8
-352DA4E13A1E30D0CB71E090E9CFB9AB2CAFD0CA7C34AE7D8E3B2EB4666834BD
-9CCD1AC2108348AFEF6071796F4BB2FFA4A67ED917E76A109FA2DC2A30D744A0
-9AE653A748C1D18FB52595D84E87F1C1FB6B2F32667FE203262C66627AEFFED3
-92B23861E5EB238BB4EDCE09DAE1C65BAFC198CDD1B45D42CDF93E16BB82D35F
-821E9E49067E966AFAB2AB52928F8DD6359984071FC37AA652FB834A09E5BD93
-3AFAE161140E74C6531E413E8FBBFC42BFE8A464B71EB1D8CAA93B33D7BCC3B0
-47C7EEFCD3E9FCF26FF9441DD9BDE68D77AD7251C06BBB9A2103049E8827CAF0
-F26BEF33F656A690235DEEC623CC519AFA82DE2AE16FB99F780FD7D8290DA40B
-9B604AEF36B529FD184239E7D50561A07428D28E51B55546590A1AEAD4B7F2B1
-AB8C5B9022C1FA03E33F8F409B24911AB8BFCF6EF4A8E415263C789F89063E71
-C0910DC20347469380B7FC1EEB87D4CED7F4A361E58B61C91AFCABA35C03F978
-B9FB5257C31657EE48504C355CE893FE3C553274C641DBC4004F5D5B879CC5ED
-D3F21F867F6DF054127067DE86189F0B59A1B90FDABCDFEE61423609D888EEFD
-F4A1367129962110C651D9481CEDDB8C5C2576A59AED64E95F7ED042AEAE2F7E
-81AC0C408E593DC30DCAC334EDE9EE27D932B98F040DDCD195D6155607DD2038
-970EB78221A94C52BD4F0EAC65F1FC10E5DAA93C17266F351669CAE56F42B68C
-6D01E1EA03AE554D63CE76D800FDD9CFD89F80A241EAEFF7EDFA41794EA25CE7
-97BD5028464D2CD45B53834B4AEF8BF0B9E7C6ECDEACEC887E8790A47A93F668
-A9095E5FA1116A122C0E5B74E2226C654D3187C6CFD8807917820423DA3EC1DE
-AA020EEEF2280C44A15209EE2F3FC1776875308CEAD38571E7BF889F287E4594
-971A83605E0B4169D4A23EE790515223DF8724054EDAD905F57918FC0BC64F96
-514B4BF7DC9BA79E763C22C977FB6146B10D26FEA1BAA7BAF21312F78D1625A7
-8E242D743471DB5821408AB786E4A7EA9D35E30E85533C617689F95758FB2C7C
-392E759C299DCCE36689686DE0C4DCE32649493650BA194A6208C5EAB670B170
-3F2C70BF0EF0E3BE2FB0A79224FF4ECECD6BB3388C6D06867A0E5E3DB93C1B2F
-464C23E44D3132E7D4086E3B59B1D13F49EB4772DEDF8EDC4F603217233FB7BE
-C13C28648E9AA51D53F11FB896839F97AEDD8834BCA53CB0021AE91FD8E95E2E
-F8A094093AF556B9639F508A401542B06821FF9DE1A745FE9AC5CACD5E8E1053
-911442FC15CA5333751ABFE2C617D38FA1DC332BFEF44AE569DC631C93EC54D6
-261583A695F5A392867A57F59B741EFCD2DCFECBC55D1EA5F2317601C9DFE9ED
-D1EA466210FFA905A8F85BD58B98991BEA58DFD1CDED5C9B086D42CCE632DADA
-147941917B879139E016B0DDEB8446BA017FC8EE5A354533D667B0835F5D027D
-C2D580C16B80B3D05CC92C0465CAE077729F0A15B2DAFC89DCD349B3F81D0516
-C65526EB5C10E45A8A85D716EE35FB9AB201FD7C89ADE5AD925A174169DA20FB
-61E96C73A143DF964C20589EF24A0FCFE6195317F2FA0D2249C0D8E649C3D9AD
-FF13332EA2E4C9CD36D8443EC8F027B61CEF92C6A6B72DD4ACBACC16E429A9A3
-F5F29C1631360E32F8C1C93ACB22F810B86D2969A7480F486F62F8488BEEC74C
-2C1AF13BB92BC578E8CD30BEA6BC8CB68ED730F54CED0167605FA76AD7B7E88C
-7AE7688E598F91C471BD65A542E96D64B1EAF19FB4F1234308C48C2DC86E2193
-11ABDB4C6189C6F201627C693691A86DD07FF55C30FDB3F72381E09C6080FD7C
-9182762E5001E30F52A216E0B71E4D2D4E2F3B20F95DF3A11FDB2D2B5B5FAA66
-C46226D5E0C77066349770514E5675550FAC9394FB27CD2C2F974F1FD58C04A3
-1EF53A8AB3B2202CCA1CEFA66228E1480A0709436C44BD3319C40CF888AE4692
-5DBBB52B15CF3A518F627F672135A24D5DB9B2EBEF04C860AECF231EBB5A3BF5
-6DCCD5E72FE4B6DD29E896691868A7DE4120AD06AC573F5608B8449B38E71CA0
-EB5CDA3F942482EA7973661170F81DC88D54DD5B92323F46F833DFA757107E9E
-F62A47CC50FAA1B68ED535C3E0E1073532A05ED339C8D70B3B9864808ABACD23
-AA95E9FDA43D54C66A675FA074E0A5B8777D3C07850A09087F36852B5351F35D
-8BC4DDFCA35CF29CD5E3DE118A741FAC4DED36847F2E2C6CFE08669301722D94
-376F540982958074E7F1383C409652F6C99DA39FE90B38221E75BC1ECB93ABF6
-B00F410A0C5651DB418566AB350FDA1789AFD88286AF3BCB42B98386F7BC144B
-02DEB8940D20A6B3062F0C4244EABC50923390064F1D027A8BACC3DE45156E56
-4A942D1B87F1C4A76B0D4D6801AE792CCAE3009BF25368B31B6AD5476FBD3BFF
-9759EF463EF5E78E10B7BF64005B2ABE0E8813950A08A1808587A98E0021D0DD
-751AD515E8278F1A0759E85D8A084490BBB0F8206484AA36388B1013643D3198
-3509078847BDAE08E76FA5BF3E3A73C323CE093DCC148E3C02C2DE1E26C94D5A
-40EC8308ECB02FF7DD04EC1005A2A0DC74D4E587F10A3EF349E828F69FD38962
-2F0C74D5DAB3ED6CC9F97008ACCE74C086A503948DEF1AAF58FC8BEC703CD360
-D32098A56AC776B1BD08442052A2A4EF6C8798F7CDC102AF1A2009657254762A
-0793F79A39DCD6ADBAA5EC84A7ED6018BBE727E5D477893D84F157074B24C13E
-8D4881C7DF8ADC13EBA0D89745EF93B7616EC5355600BB0D2B630AABA3CF2946
-AFFD0B2B724EF0F28393F2034B2E69DA5061426805353EB4D80E20739BC4C510
-6C45275B8261DCBA10DE1D104B12F46ACD230977EE7D7D1D35D2814139E38C4B
-CA6937CCFA653349B1EF64A98457F7B4B5D8F2978F16ECCEF7054905863AA46E
-DD524CB33459220C71E9EFA7845A3A760A507B3D3ABC525B35930B613710A13D
-098832C58EBBC8B0CA6AD516E6385792C59220331D0922A1F6F838A8DE13C337
-900462F952EABBDC2EB1FBF94A66186C177501453CD3FE3582073DD86F04406B
-41B6AEB440DA475E13240445D46726A6D45185D56BAB8807CEC8A8F7CE1AD149
-7CE2E1BB5DE4E5B9592241DD136479A65905FD0062C91DFF7349874BFEA5D9EA
-2F610ADB9AE7757B2307A1BB9D6797D9F9C4844A59841C7C7682105E23A374BC
-A91885E7410F56F60C29AB8B417E2D6092F8BB70A2DD5DEDD4BA1077D7CC62FD
-EA43428C6F79C332342E15F75B08A1ED360B3511F823E75AD49BA7AE63B19238
-2AFE8FAC2715E2FDC895E95036D23127557837506A3B542B0E4651CE2B89C252
-31EE8ADC26E2C04E8E30A9CA12F066CE01953BE7867171FF6C7E834742C36C3B
-58E74E4B482CB85FD4D24DB03D753F260A585D552CDC9E1941446F2F5B45FF24
-2DA4932B973139F328E7E92828B900BFD398B6F41DAA0D6861C66AA7F5E3299C
-87A5925CE0E0F9E09AAE0792954A1F2C0AAA8288DEEFFE579E38A3CE8A943EB4
-55322A87C1634074EBEC25F724DC1BCC1BC10458CA6C4395659B0DB6B612C151
-557CC669D8DC37769E59A5AC6BF061C79FEE265DBB59520EB8FFEA273601D1E8
-2984B8AE31AE343F37D03E2BF97DC48AFE50BB6138C7B9F9B5E28672A37BD8F5
-8F8C98DC43DB22C6537028798198E2D3B0453ED72487267D653DD50F1BBBDA92
-833A987A95FC1F275B90B581B4BB62B6863A4CFAE37F715EDF3EA5A33679FEB6
-4847ABB4B3D170C275B9F1AC3156D731198DACE0B051674E85B758500AC9FBEE
-ECC75EBBD85F8D62AAA328FB09C6526F853077AEF7EFBFC2B6A29D6D508B1E19
-EAFA4C67EEE44045B9F15B9762B3DDF5CE5C18B23A5C2F73A1F6DF7F8679AB78
-843AA41FD2A7DC02B45B729EB76C66A89F5F76E5C4A0C0563B1EC5E75D72EE35
-A7F1FC89216B60D82F6F2B8DBE85E4FF4D63712C689E696F60B52AB622C2A4F9
-37C380775EDB72638D3F81F61D8D74C76D813DDFFF35ABD9A502F2BC7FF65754
-2A8660A5A53E0CDC2E8A95B6E33CA153EB711DC796D313C8183D707D3F0E3EE8
-BA65E0FCE3F1C07F3D93F77056688B5496AE35A6BA0B59619DE78640A8C3F7D9
-7DC5E94894E1E63A7D80600B945B1CCA50F1B85F57673C6CE09EFC4E229D4635
-48AB466118D273BAF7C1B52A067A88C00EBFA7FCB378F1575BC0145F294E6F7F
-8007602C6560476FA20BDB91831B22404DB1C4C167594B1216C25226D262FEC6
-F5D0DBAC4B8D743C669CFF2068CB9BCD2DAE8CD6EE1B33BBF7514C4E5EA79D46
-11AAEEA72B791C22A1822E686F3858E95A37D9CEF904EDEC7EBFB0E60995CF64
-57CF0EAAE6D4925126349DE06E101868BED82BB51E911852E6780772912570AF
-CD5690C6DA70110DD9903BAA3BAD581D206571D1E57712C75D112254C7A3DC8C
-892B66CA346EE682E7D910343C1CCD07465D9E49489839BEDA6174FB2E0DB935
-2D2CBA6B67ADDA1BAA6A51690A10C819692C9BD35BDC689F9DEFEA78BFE79C47
-C9CCFB3D04D20F1D3E0B73498FC0BDC50A3BA6DDB3FAB9458803BB26487C1397
-511717CA3493A7590E27B34C2E2E1BE2ED884CAFD5F7C185CD6EDA68951673D6
-384E6CD12944F86D178E73C8D78D9048A5B1E2FCB489E723F8178F842B362BC9
-F3E4D511B369670908B2C8087AA29F8B592B8AF7018311C0F12A8D45A3625096
-D4C88B19890571C60821F38310685F8DEE7A7A5D209265986F92AAF11143DC85
-F435BC210621851001B6A402E3A07D0F204A3B0D75DA3CD7FF6637D1F434B962
-F404DB3C6BC318EF517AA0836A975C5196976250B5D6B21DF528FB47181F5279
-E1EEBBA0F344D7EABE71904B5C1DB0FD07694C469085D50DF4990E294334E785
-5E5BCC4ADCD38685147CE535B23F3027AAC01A0D65AC751D9CA289B4A8906A64
-165427976FE6FD699442196B0C247C960C9086AB2E440885D11BDD314A3FFD40
-9C5FFF29B40110381ED22F58CA53CB2407E5B993930DE5E32CBC4CDB2FC46604
-AE51C1375F9A41D7B5CB2B2FA52F65CB925BDA5CE18BDCFC46933071789E3F20
-C08FC64F367F409C38279E5F88EDFBEE38105A2469CF009344F9E846419519E5
-8A5EC45DE2F6837C65A883C524305D18769A563691F5887D920CAA8EF0D9D56F
-F208395E7390570C6DBBE5AF515BF64478059F922068F0E473C020E54CEBF22D
-495D5E843839912C58FDE0A61D4E390E4502E9973562BCA49B3A17BCAC0352AE
-5C27DA44578C4FA5821B9A3B03FFAA97E15E83CE09AE155BE919EA42301E6195
-F59C0A9131C4089E97223BF614A37B5C7603190DD465105AD86DFEB74E65479B
-BBCEC9EF93508604339454483E244A348A78F29EC4A60554E77136749A4A74BE
-F4DE4955FFDB6AEEBE19705EA184605994D2A5284C05A479A33D56FF398DDF3C
-5B474F53743255BD5F42DADADD7F71BAC446A10084DE15876FF74765654405C3
-470144E2902EF213A594FB721D0B0FD823DAC347777B7AA58688EA834514299F
-75A3C80BCF2FD24D19650B7D2C21ED664D290EFB9122C125F5DE1B2C4A817905
-06C27E7188C9BF3965A6A25A5A9C0353A53D05BF64FD4C226837AF6D9599BE70
-04142CC78E03626BF10D68CE17C2D081B3A4248FF392E985A6946D89BE97AF1B
-C6BE7E9820405D06F5FFC06D6304028E5697E8AE15225A8FE19CDF3DFA2079A8
-BA537833DDBEB6106BAADD45E9ABD1C7B5157C5CB26F971B0E7EE8069E3C8FD4
-A7A1833B19CB43DE4E7497D505AE0B7BFEBB3E489315842DCB3D6CB7E6E43AEE
-E215D011B2854A3CEE5AADB34A9CB5AE595F2F02CC5CAEA9AB28161FD93F3FD5
-87D17D564939ED05A5055029D1AAAD21726C1AEFA777EFEDF8D687D9F2FCA607
-CE3B585E044A8CFFBD6E93849467378BAE5AB8C02615AA974546C3D7AD70AF26
-55C62A9C4EFE256B5303BBD0B9E13544F408F8AFD7265425BE1421FE6B1E41E3
-B6D9C509B4EB820507F2B41A92F93A584AF62987450095DCE78F9862284F0C53
-F46B02549CA9EA57C9C4CA8A0BC1EBE947AFE73B8F7958853BEAF81D78E23C25
-3BEB6EC3823E1DC7524E38CD63577795EC3DDE03027369957906C85A22F9D805
-2EBD287C2CAEE0D3985264AE614380E421EF23453A68F6E616B3191B506113AD
-F6D569E4A20D3B23961DFB3ECE07B382AFD2CCB1F2BC4F3C1974C06C8652682B
-EE7ED59D4B2F9EB8492FF978747AB12E123932B34C0F9F3335587C7B8B8E13A4
-0E1EE5212AB1671DD7A2AB5AF2373B60B3353C22FF8128198A5245F9C701B6E9
-80E92AB14A77AE7BA217D33ABDED222EEE9B5888AC6653459EA8738703FF7423
-8391380AF83E56A3BDFD3AD43F2F00E87DB9153D99A3B358A38313A7E6D6B43B
-07804A9929FE01EE112C0B1960B286C97E7F563D552250DEB189F3467ADE8491
-9C25A473EC8D590BC6EE6E7F340991D4317F1F0E29737ED93D18BA4DEF6A6C0C
-F9A71EFDDBE489F1A5E27699F8C120DDBC96C4F3F3F2F90AC5014F78AF6517F3
-3C8E2B548C7BD7CA91ABC4E71930761D5C609CCB41B7CE490389C7CA6B1A7B34
-7130074DADA12806475998153EC604A5FD7A04AF35D00DA9564123A384E39126
-B228353532842504229FD646A0FA1C24AC462A75A119743C17071D0F3C370D04
-2FBBB8155EC868014066C6EFEA257752846195C4158AF9DF215C8B20AE276F50
-67AB636CF7A49D34B26435233460DFF6F728E91F1FC4224A7AB1C991C94D3224
-E75B5764642BF2972C9F72A347861CA23B78BD37E0902CE7E3776E347AB20388
-2F97386F31D1D41B43B5A1F52C11C908155E7C3AD9C818BD5F8AB022FE979EFC
-695DB2B79BE6264EF7DEBC936048FF17E81408CC701C0B1C742B11F6D9442E4D
-2BE899B3D354D07CDD71FB19ED3972363ACB918BF229ECDF8C5D6F9ABD5263A1
-81A0BB786D0A859C53BBEEF61872E24BB550FDEF14A66FB0C09836F4677DD4FF
-26FB82FFD120F2F8947B51B0A38F47E65A8019C88A1C343E144F7CCDD1E9C541
-640452BFC800ACD27D181077E8F59E12CFFD7C67DF26CD9DE94B87A16BCA14D5
-9EC57D1963A82E2E1667BA64E7C10015A22C4C6FA06B9D76A9CF591FBD2003C9
-116043C62347D68F99214E90E01E80D140B1D3E8AF7526C17AC8A2056B63E192
-031101D44760E5679C4FFA2FF739CBA5A80AE9F95DDD80973F32D0411F9A43A3
-887CB08E116C823DF5921C157390E1568C76B82DD9A7C69FC76501712D2F24DE
-7478B1FF5F7C648754860E394340F17D90865DF0D75A1A7770C177ED1052E10A
-2A60B370A9DE3A6876B9E102A6706E464A91DFF642F498162C9BDB4F0827AA54
-0D1F36557B76DC6FAB62E52078C40F608CBE6C447CCD32A29C9751C53ED48951
-3E2466B2BC8C28CF21A439CF54B50E6DEA50761A23333E8E96233215BE86B870
-461D46D227790B1E65198B0C32C44F9861B94EDC731836D157B0B3419AB6AA9F
-41BEF201D3637F1F6C3F7DCB71BD670EC111B24C411D0AE3310DFC4C9279BCB8
-F5D936F0211B5FC10B7957259D2C3874724EDF11A646D951E79CD958B60EB6E8
-071CD06657B15B5D0BF492312911076FA5E74F7DD94729A1A17393FE5891280B
-D0BA2F31DFA6B3E01C0C0F662D02EF94590EDA84EDEFE9F28F5E7DE75B79D8F9
-4178ACBA78D1F147820EF76DB4850910C3249DCE6EA13C1161DA6EC36BC129FF
-E9C97EFAF481A1605F788CDD66DAC83A95BF09FA47850FA0D7A844AB7014D9C4
-95A1C6AF0D3AA8A0DBE08FAF4E4FF7D6039F6115845EF41EEBC31D1D6B2CA95C
-FB29A10E77935F79EC66A5D14FA898CF1347CA2502496BFC44DC1057AD6B00D9
-E22C8A982C04B48494C7B1C630FFB2FD1701F65B0558C5A2BE9C5A017B3788A4
-B9A22CA8E87600A54D570A6391D814FB95FCCA3631B123AD03A9EE0ECF9A8B6B
-A5C050A34767371D99220A3395B8EEE63067AD64C93F4323A1C33BAAB8ED8B85
-FB1F71CCB36B381463157A5F19F0CD76CA14C77839BE94271264F5B454044D8F
-4458AF7DC8A85ACD3EC014E424D102D2FED460A7AC342E23B960846056031213
-25CAE1315149CC2069E8963AB540265026F4B11BABD9C4711875217188D5B5DB
-6E9CC8E436A56D53B37809295276DC0A21F0CF2D50CD5FEA1AD417F1098A8999
-F4163AEA50ACBF468E0863C901DC518029692C076C5BBD7954DEE6504EBB39CE
-8F680420CEE573D8338DB67A5BB2B5361734D36D029812BF3AF22AE71CC4BE7C
-8C0E047CA409DA46AA3EF4E6B345A3E1A53A9892A1943BB32ECFD340439C1D52
-14BC35A77EE696CF792BC25DE49B75F3B04F09704B64C8B1EA9FF39E6E8D9B4C
-A39ADDE4B5B49E3FBE3A7F0AC51988057E46379173D5D3AB9E786EDF308B5F0A
-5B2DA6D030F881DFA0D479D8D6D97D66F3D25ED946128B38DECFD701E607221D
-EE1069CADB078D3434253AA89970029EADFE217FF24C825718F68575379A653A
-0024F720B6355DB4C7EA81077DC68DD6DC61F85C2AE59E28FE04234E7887A9DA
-E4E9E36FB0012C49B48F057C1E98380639744B5EF0B135596964BB2F020ADF92
-812966653E399B2EF9D5044A6F8E2C788EAEF6108AEB70166157E322EB549002
-12A5FC7F4DB295C0DC64BE331D154D07E49DB9090DA8194B941117326D763EA0
-4CCC8B7F97881190EA60F9D0B33BD2DFF04BA5AC81143068D66DBA61A08D3930
-439A0A87540C2CD06F56A3D732CA041DCA2F74DFB4CD05FBD76455E389095AEB
-4CE5ED7BE40BFE6003C9D6534F19D150FF8AF8DA936D0739EBE9128BCAD016BE
-70EAC25338227E83963F81AD1466C3618B8044AFA276879B9E621F00B96B0B67
-2E8C2D95E222EA6F4586EC05BE9768957AC121965B9BBF9481EA4C513BC092F9
-A4D44F4F949E5537C1F59F74B48AFAFA371F62823286B5E005EADCC936729DAC
-4817750D66C15D3508DAEF758FDFB5C84245DF6C040EC0A91B207A1377DEEC10
-5387A82D27199E8826C00B44A5C2A4DC784B1A8288769428FD632D7AF1C3508C
-C42FC3ECAE21E060637D961D448568FBF539B8E85B7AD60F1A573995C7857AD9
-9755535F9D04B4ADD5DF7EAAAA0819A5F21F111D9D9821089D071907307025F9
-B6E4C4DCB3E7F6F06492BA6EEF4F32B38393CB787BA9E00D8F60A8B4CC91B228
-0FADC305AC966F9C2547DAE80B4F60959658AEFBFF9F63B95F106EA226978D84
-C7863BEA1C71B13A5FDAC35FE9D7037758574081CB58AF6DDE2C80E90ABC48E6
-DC0716B13DD52ECE01079EE01A114E444C1F09AA1788356432E51806D996A99A
-BF169DFBE02DF5728D88FEC214B3B272CB1A7C9B9168F302B505C54584A0B428
-17CBA6046E0319FB5041FB9319E75E7F805232DBE8312E63C639F35CD679638A
-60E1B0BAE1F1F9D359A2786AB8838694270C368D7BC92E9D65D119BF317B8909
-7BFD7AF55533BCA289460558977CFC99E3E89D0C4A3B50C17DE43E2A7D7210E0
-96F0B6BA7A4C654A8C59DF2DD5881BE5AFACB64489FEC5B129ABFB10FA17B3A7
-426E2445778B53336CE63969C5F3567DC66DEF49A7D1A6C19C84EDE1C2FDDA4D
-4FA5854F4F15C7FC1AC8175587087D068E2150D05141970845D173E5312CAC9F
-8B9CAA28EC46FBDDF610B9371BAC2F577ACFF2F7CE3634CB13941BD437390F84
-ED894384E3130E663F5C0EE25C2C8096B7BF90F7783FE1B00F6EB78D92DC41D6
-BADF384149742D6B9CCF1BA890446599FD957258E9E3041201B958C2E5BA6842
-32176AB1367690BF1AE79B6075315D538C7D6634117A20DD82FD8067F5237B5C
-C93F4989D054A45FEA482AA961738EF0B9CA8D6711DA94A512BA132038866CF6
-E59012950C870598644FC143CB205494BB65EB649FDD6157FACC5814014C5B46
-1153221D8F2D3B3FAFEB01DFF0BEAA0C00353668793379A88FD7C9827277860C
-516724161906BE5B164E
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMMI10
-%!PS-AdobeFont-1.0: CMMI10 003.002
-%%Title: CMMI10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMMI10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMMI10 known{/CMMI10 findfont dup/UniqueID known{dup
-/UniqueID get 5087385 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMMI10 def
-/FontBBox {-32 -250 1048 750 }readonly def
-/PaintType 0 def
-/FontInfo 10 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMMI10.) readonly def
-/FullName (CMMI10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/ascent 750 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 58 /period put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5
-45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4
-7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7
-72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E
-BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89
-974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674
-11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBC7878DFBD546AC2
-1EF6CC527FEEA044B7C8E686367E920F575AD585387358FFF41BCB212922791C
-7B0BD3BED7C6D8F3D9D52D0F181CD4D164E75851D04F64309D810A0DEA1E257B
-0D7633CEFE93FEF9D2FB7901453A46F8ACA007358D904E0189AE7B7221545085
-EDD3D5A3CEACD6023861F13C8A345A68115425E94B8FDCCEC1255454EC3E7A37
-404F6C00A3BCCF851B929D4FE66B6D8FD1C0C80130541609759F18EF07BCD133
-78CBC4A0D8A796A2574260C6A952CA73D9EB5C28356F5C90D1A59DC788762BFF
-A1B6F0614958D09751C0DB2309406F6B4489125B31C5DD365B2F140CB5E42CEE
-88BE11C7176E6BBC90D24E40956279FBDC9D89A6C4A1F4D27EC57F496602FBC4
-C854143903A53EF1188D117C49F8B6F2498B4698C25F2C5E8D8BD833206F88FC
-BD5B495EB993A26B6055BD0BBA2B3DDFD462C39E022D4A1760C845EA448DED88
-98C44BAAB85CD0423E00154C4741240EB3A2290B67144A4C80C88BE3D59AD760
-E553DAC4E8BA00B06398B1D0DFE96FB89449D4AE18CE8B27AFE75D2B84EFDB44
-143FD887F8FB364D000651912E40B0BAEDDA5AD57A3BC0E411E1AD908C77DCE3
-981985F98E258A9BB3A1B845FC4A21BCC54559E51BC0E6C22F0C38540F8C9490
-88A0E23EA504FA79F8960CC9D58611C519D3ACDC63FB2FBCAE6674357D7F2285
-4BCC9F54D3DA421D744D3A341DA3B494BB526C0734E1A8FC71501745399F7683
-FD17EC3044419A88C3979FD2ABA5B0130907B145A8462AAF0A9B511D2C8A7C7F
-347FF6AC057E6512902BFD2918E2CD31DE615F5D643764E900B60287670AE18F
-FDE15545D8BC69591A8CBBB275AFFC9B14BD68DF0AAB32268FB84844D4DBC7BB
-C591C1AC5102C50A9C7BAAA848DA88B0519F0F5F0813BF055CF0E3C86F633A04
-B779D2E8E656DB1E09A66A85FE21CA8BA5523F472A229E83F2C4E91ABA46C733
-F3C7B5775B06C97782BC225C46385BEBDC61572458EFC5CF4190AB7A9C1C92DA
-29F84BAACF552089195966E3AD9E57CC914D20B6962BE80429A16D4DF1ECAA66
-36C4343FADF0B2B48F12E2EB8443C4AA29D00949255F3968617F98B8ABD4CC12
-048B838EE243A21AC808BD295195E4AE9027005F52258BFCA915C8D9AED9A2C0
-80814F79CF943FBE3594C530A22A92E11BE80FCEC1684C4F56712D5846B0749C
-9B54A979B315222F209DEE72583B03093EC38F7C5B9F9BCB21DBE8EDDAE9BE8B
-75ACE6B12A31083AC8348EC84D1D29D2297A266284B7E9734E207DAF59A25F4E
-4AA38509E993C5394FED76E6A2F25462685C4C86C6E8CFC9863338EC1428BDFC
-74616BB1BC8948B0ED4C87C15B4405F3A7796F9DB3798FFFE8BD0A94E834817B
-D5E9812E308D0CC920470A6F2CD088FCB80462BF7CB3F039A7DF3DAF5B2B5355
-E083A385CD2EAF0FC181E40E96DD7E9AB9EF5C7E6866A13B8A54718E950FE097
-EF0951A357114F18CE9933D28B3A77AA71E3CE884661F13284BCED5D5FD1A86D
-543E588FF473DC2CF9A4DC312500135F29C2D0174B32018C8DBD40EF9A232883
-710A1F2AB2CD11312300ACDF789A9B7B93D2035D81D1C84984D92D78A53A00C6
-EDA94B24BBAC1AD17774A4E07E6F74ABD90415965616AD540C8ECD8C3A44EE4F
-7F4F6BB6238C5062D63FA59B7BF08BE93FAEA70A2AB08FBEAAF7DBF56B95FD93
-03CA406543BA6C9527D0DF01F5108D31A51778A5EB1C93F27B72B46146A353A2
-01CACBC829603B9989A87CF64528682CCBA0562A8165B185C58A5C6BB72F5E89
-500ACCAAB8ECEFBB2640E99EAEEC4EA979AA793D013D61D8ACF8784FF8D9398F
-F6A252A709324FB39509F0B3A4E725E82F53543383C6765BE556CC897C758208
-AA3AD37B0406E4A79F8F0A6C1983FC73E71CD858C0DB66ED66D5D992978614EE
-1EA91EBE191E082EBA1FC040AF19A2202575C2EBEB8058833E3520FA03D2F915
-85C1ED337E457B9FEEB0C6EF2735EFDA6E0D05FA641BCF698AC6B97751E8306C
-4DF00A39B8581FF53DB8F8525FDB196D85950906CCB59B8EF171349AA3B567B1
-6A00819947A995FB383C3C1709C9A2C113B2E40BB832B7D4A0FBA0B16A2C455F
-55809CC425C403E9668DC66BE45B71A81C332FD4DB279D22A2959962304A8F18
-085893DAC61317D24A8F198FDAB95F3B86F0AFD35047B868A9A17037A2829A02
-BAB042F75F349E197A7EED41984C2859754CAFD0251439921C248B463B516951
-2E1322C80D73F9CBCAA63A585450275AC2492E4D3FB78E800F788254DB5E610D
-CF788DF5C70FF99892BCDF16133E34B24B77C8F097F546B87C603DDB8998B66E
-BACB68BA27462AF54AA405682EC96D701F0D474DECD5F95CA2102DF639EB169E
-D518162C2BAE45FF698B6DE15FC6E7DE48C336C40A670FD26952A6BAB09115E1
-991F0073419F2CC2A1C08BE91096936AA0C37E4ED3CCCEE235476074B8FF1125
-6BDE3701F85532D8BB64CCC927CC335281C95EA689706F0AC717DC2CF680C754
-E5EFD7FA4BB8880B2B727A964C876D4A223069D4E6001771F0E23EAD2A4BBC80
-E76675297B2EF05F52BF4E71B3EE2BE3048CF088C79540113C66AE98B2FD3CB1
-B0741A215FD070882C52765009D7D711DAA2508F19AE7DDA15229A856AC49BC3
-4DDF40814FF96500E4B9B02D412E94623C5FDCC76C0FB8E42DF56A904FE49D65
-1DA7C53901B2EA71AB658A464D3ABDE27D9DB8D9E0B48F64E61A2495AD5D8DAB
-B5E72424AD017DF37964AF911BD7FA21A5EB4775DC8E95EF0C0EB856B00D89D7
-8172A1DE8530767D317B8256103E53CFB877E10686A04F5A08F8DC58D843DEBA
-FD5F40597588663D103689F6EB3EB14D06E18C8078F2538B43E712DF491FC5C6
-AF639256C8C6134B64D560D8476DEA6329D995E46CC4BC78841C59E73648B47E
-BFA7DE0846422F738454AE77E822A083405289247BD7C478BE4974F742CD6051
-E99FBB1D1B3FBABFEE855174734EE45E87D0AADF32B1283B911162A9955847FD
-38944D70584FAA6B1A7191C5C134B73F98EB632B69E2F0C0F94156787C34C8A3
-7622A029D58F9626B74F8A8A1F3803E0BC20E0EADEB1E99B70F1BD9F980FB751
-2A842843DE42EB142A84D5D3138629AE9EAF6F3479C423E8829C8816FA6EFA27
-DCE5580E65AA9854B1C64163DC318420CD993C15BFD76A8BA1182860A6B03D6D
-22B8CF43CFE6C8AB27C64842E239CAE707D3086BADDE1D7C94E3BC96319470D6
-8D26915C575CFDD03271D6BB9DE86A0EB6EEA6E768B224A626C62A9AB48A6EDB
-44F70BB5AF991CDF9736D65933E81CC57A78F623F33EC9AF535F2F25FA4EEC90
-D50DB7E87F31E971A75A33A301CA6013EEC5A4E179D695B33DADF2C98364434A
-42926776000B610E17524162253F6FA638D6581C18F99EA0BD1D2E24D2424ADF
-C05010D08192485153DD03930C7BF45237593E484F9851E6D464FA10FECA5D9E
-0C8CCC97DE029030900CDBB491C5CF226DBF903CFE7735D939C3FDF3A20B70CE
-66579B28B99313FEE914E295388C7BC8E055A2E54EA3A8206D3C8F4F7C0BA5E6
-E519419FD8CE215F7B8E9BEC604A9E3FE272A0328A24E31997C8A91E0946BCF1
-6943A97CBED2AB9FC636B49828BBB8B89E0BBC2653796431224895ABA5DAC41E
-1854BD9764E86147FD7624F736F40DE3B7582EDDFD15C2BDE3F22B5A54D7DF10
-B87A1301CE85CFC061689A890A321412A13314AE96DCD3EDA75035FDD8F4AB9B
-897A2C68263A68457032C469987970648BA2D88B1C5375DFEAA35A917B8A952E
-EE670427942AEDB3CB599C5746180E392837D371E15D860620ABDB6AA7772C40
-A5E346661673ACA530BE3D8E3FFB895E5DA3DC23B1B43C080C77F7E47847F0F3
-F3AA5CA9E4BF75FC5EBD18D19F21A7DAA3B11CABC6E4070A15F7DBC8B05EB6AA
-A02EF1B078EB66D61D6AFE41DA9B36FE7EC9EF94D1EA26282A9871E2CACB3126
-2AD49C2D9B50A6E47D8F2CCAD50992D1B430979A45FD9E76182A19964BB2A1F6
-51779A2B258DC1DF4C2F3074621286831F3848AC152DDD2BA561E6586ADA88D3
-598A2CE2CD048F027CE0008B828BD915887D7785341E8305DF2346ADB76BE99F
-87B02173BDC334E9221C8DF54114A6B24C1C5340299512FA6C8C51AB4C8778CE
-178CEF531C6D1B5FF0A1BE8EFF767F959BD4C345C52699A29A17B2A230842BF6
-4B011217D6D24EDAC3F6D53482786F1CA33169B90ECD499407D37CE9B70DDF78
-7B7547B32952535BA9ACD1E244447AE3FCED3AF28717083CF9590A09780984D6
-AF0743C82AE4FB3E2BB2856A4153A3967A023FFC35382D6C22D84A924900B6A6
-3DDD400E6D2418DA6C27F2FA34C075C902B89EBAE658B3C9A18EEE449DA5A379
-337DE95CB7AB3F0970CF1A5D8FAD8090E495570FDFB2FBBA79244780D8035547
-C5A55BB21A2270F724BF5D442CDC5BB9F09BE0CAE59B1C2270F0BDACE698F2C5
-DE8F66BFB9634904B161F5BA2B1950048300D69BABD312D58D89C4ED527AF7BA
-7DA2478EDC2CDEE3473DD8A8ED9D891CD1FC21F23013228BB3281B71FCE959BD
-6F8E9059D682A7FCC5265A0620992D4FA8D78377EB34CE3ECA070EE3707239BC
-98907DB0120CE42ABA32CF97127E28382BDDFD685674279F588D4F951216C355
-821361790F64C2CC720DE97E8ECB57326C43EE47367628E05769E106868B54F4
-C33C9951908DF6FC4F5ED2C7787BD8FA591BBB3E9C6C1DA94CC5E38D9B20C886
-7D237572FF46DD896A4D6163408EA6CEFAC398EE041EAE29D577E75326CA17A6
-B072D47A7B13EC441CE6DAA042ECD02134CBFA6809A435050413817193DAEB16
-A5882C8AEA44BCF36E74E9ECCDFE7E19FF5A5DD7A94E5AB4F8702C3DA7F42325
-23C808670A0490F5B373DADE40814FF9650241D3D69C91FBC5ECE728F827D9BF
-C928602E05477903449E079164CA39859C4BCA60C579F490AA455F82B5050BB3
-969AFB478E0D4A257B3356EA3CD62051FCE6C6B1929CFF85BFDF166BEF658E10
-3A55E007F38EBBB248B3F0B8ED1925106B499B762E45113AE1AC9DE09644C84B
-9C08034B297314EE69BC32DB6E7D7FB9913CE5AC17E7335979E9DCCE2BAB3725
-1976155551F9706A576FE0E3ADCCF72C87683291528ECB749CB0ED291966E239
-B5E3630676BD409E08F85BC1AEC9A2D4135376284A96EA24431243BD6FE8B966
-95F11A4BB53F392E0AEFEA623064FF8A7002367B0A515635CB2D2DDFB9B4A8D7
-FE721754E81BBA548848A235B91AD4E4F7DB19CCE2F61D277FC00AB956EB93BE
-44AB4970CA56BF59506C94ED160FB1E25D3DF2988A532BDB787BFB8539D22986
-FDC378AC31444E63C4727FEE121A43751043849E6DCAC5B59D0FC703AAFBBFD4
-E8B7C268F21615AD02CE9DABEFA27B5FE6A6441B619539CAB1F810F1263447AA
-633F5DAF483752EF1A0421740E3A811D2D2898CBF53E7F686C9223FD7235F02D
-6F90D2D48CC20AB87778DE3C6FB335E0F0EC20B5DC5B65223FE117526DE2C72F
-FE839DF93CB2A7D66CD900CB325F891E311BEC932F703FB4FEFA29DB8B9C88DD
-375EC71B3D58C7BC59ADA91971A3BDA1ADEA629CE6CC92BD542CDDFAA7706FB2
-6CDDE2DF07E56D6741916AE8E8744339816F3E6C38062747AA9FDA2A2678A6B7
-EFEA870AA3A4D71B25EE3013EAB1DBA34401B867C7A41AE51E0421D41D3BB83C
-E120C8FEABA6E5DEC53A689C21426D4BBCB68CB37568761C360E6D4E3596FB7D
-F4DEC7918E58C0293D12D6DDA7E9DCDAAD7C939F55CD1BC4A228B31E9A904156
-DA6B40B08E6ACE674618B768DD681C772A3E55FE096CF949CF3B0460ABDCD891
-D17B37B355B29AB5137899C036F31DA026244FA25FB798FBE5105BDA29F46538
-D3D3AC1001A7BCECE64DE94FFE6C354166A0F97256137BDFA07F6E22A3D1D2F4
-9588DBAE95E895BC5E64DDCBBAA8D0A22C229B42CB717FC711E7E9DF793DF80B
-9F14754585A3C7E17F37B32924B9F9870DA8635E3E18BD1DCD81EDF01834D9C6
-B33F23C956C2FCBFA47D84422F583459D827D1E120B97694D12F1F54D02379C0
-D288F7104F3FFCF4F76E3494F4ACBD1BE3A15543CC680924C78A473F8E311ADF
-8FE00A04C6C393DE61AD3EDA5BC031E2353076A2489391B52632387CA28A7B93
-FBB065A6EF3658AE80B1ADA47E9B2539E73A71FA75645F85ED8ECC257FB4CF26
-B6C912DE9D0F9899E70BECCB934AD32CF49A093371A9F73DE6255EBC39DE1E7F
-00D0CBDABD4D0383977E694890E71FBE5C376BE5F3A80C28987417504F515C50
-909F3D31178BB9B1D085BE514F71B910A9085BD6122DDC72A150BFE266920E49
-5661BCB4BAB51D6DEFE32B616963DBD989FCDD1637B294CE4E288655FBEFA1BF
-7F25BBF8CF17C2D5FD161A7C2CC9CC7490D9BF15A1D35B3BFA43ADE256E88BDA
-BD490D92907C57BAC408A575EC84D6AEE070148C7C9A91C03B09FDBD792E8FF0
-C0B886AAD2EDD86541E5E579359D40E3AC312ACD3D8FD49F71BD533DDF8859B1
-BAF17F1884E331DD07CEEF93B71D492AEBAADF7A263450A7A72210CE630A0D37
-BF024BDC09ACC882816B8C22C62AE38A3A8D0F6EBC2B1B2C0B8161A8B076DD5D
-4B779C0788546BB4CF57332230D237856B00D79C28A7C01D11F44B7304F69075
-94B97A745DA43D1BE561372CE611C345A843834E46AD9DDB16CABCD3FA33D6F1
-F6B5C0497F5EE5400B305CDC16A7EC286AA4D45D0EEBB9DA06AC9C5294D68EC9
-E4DC3CA2B92CE8FC0526184A86EDC7AB34D67E60AC12D9CA8FD300235EC968BA
-92C6FBDA47572BC5600F25249F60AD287CBDAE980E747FCBE7EE5CD323E733F0
-63553B494D3DDEB9CC1480B5C3BB79A28E419AA65B18CB297AB383419E890E2A
-CE6F98C9900CCB4675280A10CF060B8D220DDA1BE55DFA65715EABCC1AFAA271
-B1F8732341613E17B231231A0D24D4D7FC198AE04D89A99C4536217769C6FBD9
-5EE24A6302F97438F7C0E311C878F674B4477A5ADA3952CDE4055AC408B8174E
-86F8FB797646DFFFE0ECA25D1BAB9A9F71F3926D3D85AA63E7A8C931D71E79E0
-AF1EAC26FADE468F4FF7F3861D14C10E3BE1F9EAFD6D3A544E8108D5DAB5B180
-3950C74818BC8AF4758A108F462EF1826647A49667F5E482038C54716856D9BC
-35F29922846D2148F92F943E951D7438C73D6A60459A8003174036C64E1629CD
-155D47FD04B03C023AD67CD5A70C98AB556EEAB8C48169706E5B352F6505D580
-AC945171BFE62E81F8F500438AC3B64D857BA5BC54C2C4BBB237F8FA51296255
-E66A92A61FE13FDE781D393557EB72CEBAD86511035F775FAC39A0479CCD400F
-226709118F887F47CC2ECC8F79816D4A945B2845F50AFD62D8C9A9BBF4739496
-9E644BC9F7B04803B7EE75A09EAE94365F6F374B4FCEB0B506C76297564B9B6B
-8B812BC3A33929AA94692572B010E6210AEAA312BDFC88BF302244AB9D587A9B
-919823FD01DE12438D960944D1977800FEB49E638C32E5B188B1CA033E0C37EE
-A142F746367888AA119535F0CCAF7EAA461B790EB089D2D6962E28A398439BB7
-9C9943654D7A2D765B46BC0DD1F915327F369162E1BA1BA83110B93F442905E0
-523BFF5E279508A98568CD5CFD18FABBE9D17265A9081E7BF64155A2CE3C0DF7
-88D00671AD65654709589BAD7EA65BBA811387ABA5CA0BC3F66D3D48597A0D1D
-2C268375DF47CCF62166262AE4840AB03BF49BE67A05EF66328EC729F03CA5FF
-AD3937FC053E223303565DC771ACF32E63DFB96D5030E787961D72D02C195C66
-B48E9AF0309DC169CFE8D16E2818DA94693A18F027DEA0D916672480464F7E22
-CA6E431FE38D3FC019BDD229E064B72C545C61C6EA55984565CCA88ACB01F744
-3B4593CC8944C70F30925FB48A16342CC26D444F54CA15E5A624C4A2DAA2AEF8
-404145BBA339F2A2D6FC2F3ECE54387761CA1213C8D56FF96E37C6147CA44B84
-262EA87E7CC10D931E6B5B80D7F09813498497AA84ACB4AC69BC6C8481ED2953
-084F560D7B1CF90555E69BD2AF7C5D944E8E3506165014652462BE1BC81CA341
-E1B0725159D36DA0FFF3577D1DEBC5D91AE683FB0384
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMMI12
-%!PS-AdobeFont-1.0: CMMI12 003.002
-%%Title: CMMI12
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMMI12.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMMI12 known{/CMMI12 findfont dup/UniqueID known{dup
-/UniqueID get 5087386 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMMI12 def
-/FontBBox {-31 -250 1026 750 }readonly def
-/PaintType 0 def
-/FontInfo 10 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMMI12.) readonly def
-/FullName (CMMI12) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/ascent 750 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 58 /period put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3C05EF98F858322DCEA45E0874C5
-45D25FE192539D9CDA4BAA46D9C431465E6ABF4E4271F89EDED7F37BE4B31FB4
-7934F62D1F46E8671F6290D6FFF601D4937BF71C22D60FB800A15796421E3AA7
-72C500501D8B10C0093F6467C553250F7C27B2C3D893772614A846374A85BC4E
-BEC0B0A89C4C161C3956ECE25274B962C854E535F418279FE26D8F83E38C5C89
-974E9A224B3CBEF90A9277AF10E0C7CAC8DC11C41DC18B814A7682E5F0248674
-11453BC81C443407AF41AF8A831A85A700CFC65E2181BCBFBFE3573BF464E2BE
-882A715BE109B49A15C32F62CF5C10257E5EA12C24F72137EB63297C28625AC3
-2274038691582D6D75FE8F895A0813982793297E49CC9B54053BA2ABD429156A
-7FFCD7B19DAA44E2107720921B74185AE507AC33141819511A6AC20BC20FB541
-0B5AAEC5743673E9E39C1976D5E6EB4E4D8E2B31BEA302E5AF1B2FBCEC6D9E69
-987970648B9276232093695D55A806D87648B1749CB537E78BB08AA83A5001F7
-609CD1D17FFA1043EB3807AF0B596AF38C91A9675E2A53196FEF45849C95F7DC
-182A5EC0EC4435A8A4B6E1CDBF9A5AF457564EA72BF85228EB6FD244F2511F5A
-CA9B71A65D53CC06EF5F7EC3A85106139A4D312378BC22183C09A229577B793A
-1B7422611C03E84BF809F46C62CE52D3AE29CE01C32B202ACDAA5B72733EB0AE
-C31D7EF7BA88D2D14F85313F7A8B9B7A5B124B03AB923744D336C969E5CE304D
-3AD977A46664479EDEFB69F113024E761C05FA48A54072DF9E12C2F352ACB3E6
-D04F6EEFFDE209E7FA3DA22E5B1D1409461F4286B7F4F8251B44E5CB7805762E
-E129FF4A06A7458F3191926B1CAF70E32C6571AD2DC07C34FF62840896F4D200
-761B1A7FA356526D1E3AB4C542AF13623BAEB9F61B1BEEF79A9205B1FEFDAE24
-8799D516A9ACC30BC0139C63C9A0523E9D5439213B67D490C96F902958779B8F
-68BD8E9FDDCE8A3A2E35877DB6C94B7612382ED8F218EB1157D2ADD090A2448D
-10B99FBC9211C5629ED1C61C74FE93041E5AA03EA4AC3FFDA00C2B6E719CFAA4
-262FE17F66804A6B54D3669836EE4367D2A2991580C5564463C973CA0DA38AC6
-922716E13B4A807B50304B8826CEFEAA47C305FC07EB2AF25FA7945797237B16
-56CDE17AB0834F5C97E0CC5741B061C6FF3A8DD1A79B9A173B66A6A750538E26
-32FBC92E75BA15CFFE22A7302F47908547007402569158F62C29BA2956534FEA
-7DACF1E507AC309DAE8C325F2A6023D2FBD81EF42146BFCE6A16A6310A650460
-7B07BB7647C8760FADDF0DBBCD3DA6CC4645D1732DB3A22D8B76E1D2D48E4D4A
-46F4BEB80CE65F3517283A1AE08391FD1C10ED452133706BC6725AABC80107FD
-754A8BA47B0281D479F052CE26A723EFFACB79B213041A536542AB334769A2BF
-88505D82C498ABDD5A73EB539530F47CAC52825D16A969C8BB56D4A7F2830B8F
-CB63B92B576E7BD922A4B25E634751F8A3B7C4EBAFCB373EDC8B8281B1D1371A
-7844E9AD990CFF09F0D7ED73A5CF873D2D5C9E8A9923CFA31E1A4B4CCCC40760
-8B3AC8FC3C88BC08BD7407725281BB879A1A822D94997826418F1B89D303F2C0
-BE7A0102E6F529630CBF1BC5BF3E4578C164A3DDE45E62A957EF3FB7F0FBBA6B
-CA1E79A1ED195B6A11CFB345B663C5E72FA55D80476F604F6C4257B51686AE25
-8F7D159FE605DDA0AC74BAA5034F29FFFD403070013C6E2D8EF6A0990D91173B
-D5A3AEB98B64E412991505C3CB7C2CDE13C091FEB3DFBCAF30C4C19511102300
-135BD5D444BB55692013F52056908DFAB2ABFACE81A58423ACEC59344CEF7D4A
-C5A3EFFFFF70759BC3E593D878281225060B97D1BEE6B26EED90571FEAFA1812
-1115C0EEC892F5DE6FDD68321A0B3F10A2D771B79BD85476AF6018472A499A86
-07D64CFF4550866AFE590C471C80EB12CB3A989A60BC7BED39097C12D9286E39
-14C7952C4C64820B4DE44A1827B7B0B535244E93FDB80036D6332F90F95B472D
-7031E7E3819E881BD0313CFA112EB3AAE943C99C47635CCA7E34DC0306C04E5D
-2E9F60FF037EB11602BE74E8E6B711392E866E3E55D988F7C856417A2B9C186D
-639819B4786D039B77F8578EF63C088FF28BD08D8353031445C8498A8F445BC3
-D08923D32AC04BF3CAFEFCCC1E77EA894F4E846F47EF62D6841B8D8576FEAE8F
-90044626869D04D61D64D56E8C51AF8C18D6CC3FEF3B6C4F7D56FE3260354948
-10104F69B117FB8269292579A7D52FED688C663B643D8D99F13956612271073E
-1A337AED059B7A93819A28CDF01569CBEB51069D22ADAE25C47355560F402B2E
-8C9900DA82B79C64497C8494F42FABE5AC41791C2010D98FB7E593C744F250DC
-D837DB0EAA4F75D0016970F3AE8359878A08CF9A697A06C5EA945819151265B9
-1A12122B98F79185DF852257BB4798E7DC03712EA6ED34F6E6AE1476788DBC33
-9229FADB8D581BE1A63F596698DBD6DB98A092F67197A4FD4A50B648F2691875
-EE2495D6BB310078F516785A0CEC7EB6E8305FDBAEB1D15690409FE32DD9CFAE
-DBD3866FB63EBCAAB73E3E4BE5D7F3AA44793938AAF3F8341683F0790F1D46A3
-60CE083F9BEDDA22E0639A92393960F86602216FA51E2754BC2F4CD0BDECE3D8
-FFAB7E0E49613DD4956C9A10AEA798BDA1F756C755BEC12147ADECAB0FB73B7D
-203A11D84DD2AB5AA98FD38C1C2573570FD49A4924A94A106D2A7D850E793608
-FB135853E8C4204441CDBE697FD0CB330B1C3596F32D2BCBF263237EAB362D09
-DA6F531B40384DC91F30674760CA7B64BA1968F6A7FC9EBEF431A1AFC5E76D7F
-2D44DCB7F61C7F6B16196B3E8B47343F572DBA8B8B21B43E35BB6B2DD5C7982D
-244FD4304D254D6CCB5E8CF70E77F50812F41A988EEB3B26BF0F6F69BBA18077
-31134B5A5823D10FEF6201D045AEE7A24E0F25376E9FC66340C56C05F6CD810B
-724D85CC4BB8D789834A447CBBA159565D08BA5793D8599035BB5063271518E8
-F6C50E7DCE71B1D186270DDC860C6DC0CD506010EB5B1FDF6BE47A9A18CC15D7
-D657E58BED9EECAD5CE5D49F63139A39BC52C6584BB2C3264D51BD584B40F8EA
-AFCD8B83F548594386EB2B05CE803105E84931DC6E7A1398073D48E130E0D907
-CD0F1ECC3254EDF5D4DDBF44415DC9BA66C673820CDB0FDF033D59BE2B5EFCEF
-01FF9D33EDC88F8D522E07F1689D024DBCD09A16A63519E1764C8630FF36058D
-CFC07027E0ECDA01E0E85B166C613B22F587B4D355EB018BA93E92A36007B4DA
-287FF5A91F7D8A0EDF5554ACCF45AC8066E88865C5692E63EB99CAC81367B605
-8E6C19EB98EBFE0D2D161B447B9A70CDD1122C7B78A413369016E6D8481E2AE9
-9AA97B5DD0ACC9B0820F7742CEB2F46F89F3E2092621969A88DC0156B4F941A1
-6BF1546D4B136657C47B082A8A35FE96016BAF3D9679B8C32EDDD6AE6DF3BFB5
-7854074FA019707FC22BFA82299E72ADF9A980AE29A8E2434277E58B01F6B03C
-192E1E25DADD49F6E3F69799AE62B56E00B60A031BF8721DB8B2CB6D4A4C15CA
-AB1FDE010AB7DC0DDED977389B101B8E53A949222FAA126656E02817DD32B0D4
-A49516CEC2B97EA7C78FD66229B044EB92F502384BCC6CCDFFF995EABE3BB7A9
-50D5D1AED861E7D3BA8D333026C673C5762712E763E59261426044583D789C67
-A606B96F97663F92BF104CE02FBFDFC521EC0D6670B7D4F85A229F51426DE912
-3B729C4A535FB7C88D0A5E78074751B58885DD6BDD2DD9E9C83F105E8CF63DDF
-CA7DB39D0319CA7CC2E73F42747F007574DE25AE1538B4D493D22D0D5F0F80C6
-5F6FA3937C8391DE2F0116F81DB2DB0EF751EC838A7F85F163A6F48804E84B96
-8D715EF25B7E2A5CAECC558D80F421052A1D698F3B8452AC27E30A4E6226E3CE
-084C8A83ADA0818A110923CF7AC7AD4CB92AE4ABBE0A9EC1FF935FD02774C1F7
-92A278E513012AD17722A23C55EF82E18F8847B5CCE47F4FE3EC508BA563F7B2
-AE56C94285A18DED4D432FB0CEFC05A20BC17DDF9FF919C724810A8ED7358A27
-97EC93C1A13C443A91947FE1F6F528EA7B628917FA7E554A1D7B31ED46C5ABCF
-92BA57961C8876DB4041305EBB029B03D8351D5E2819FF87E97ED214D8F1CEF5
-7F7668DDE223721C0B810F4A4AC81CA4EAC86EAE546E1B15D91E626FB9A31824
-5BFF17C4E79FD56ADBF6DBF01BAF6453A81EBDCB38A5FC0FD0FF0646B3B0D199
-13E2E59A1B5CAB6DE5329BE389BA0E2A2AB55CA40B711ED746C24F1E48892E76
-6DACF7DA163CDC90CF076763008E7A899870CDED5A80758E6177BE6B93B07EB1
-5800A3BF7B9AAC3FA825CE594EF5B7546B181375FA8F37608DF17856D2F8EBD5
-6030A9E6F6BEAF224AD2AEF76D03B023E2FCB922CB8E3C6816AABB61FE6E4F83
-F21B4935102C860ECA03DBEFCA461F0E5B93E5A8D18440BCF7D1D6252A24CB6E
-A64FDAC8B67C4888519AA368D9C4A8C08C7155DF5BACD75C5196C571C3C456C4
-7CE8D90215FA6EE8CDD72C48740F7F5930EC3632DB63A9C8D2DA125088C0F05A
-9FC83D16B7F53163F4EB6FF372C6C3115F1E68EB35967D11126EDEDF0BF80817
-E68A698183B3EB0A207DB43786E1B9D289359D75AD5E465328CAA90E712C2962
-AE2A466173F2FF30EB535A6054BB0B875DC8552C16B49DF17CF84D98D35497BD
-F55E273FCBB0C735899529A69990E09149FBD2DDE64B7FA8D50AE83925DF03C8
-0B63EA158FBABB12A028803DA4B9DD6C48C0FEC469C4E730729F4BB420D5B003
-1918B4AE9CF35CFD31E8E62A44C0484E3D00143BF1D330235E821E5CFEAB4D31
-7CB4604DB1F310457FCF9075A3527279644D908DE847CCD00B6F50DBDEF91D3E
-38238CAF550FDCABA2C3A46237218DCC5A09AFAF69997E1EBDA7EFE6FC99ECC8
-5D4AFD5EE35FE2346BE79B499EC8EC436868154A947D13BC02C780EBA4B9E64F
-3026F1BF5DC1F8D64FEA1281EA40B4BC355638A3A59BD9055BCBB232FA45EA0B
-B405131B64F105814019BC55466EE78E9E9ABB62DB30EA452F7EFD7196C76A85
-15B2CFCD89922CADC0F392B0C54A231F3999AEFB53C24EB0C63B0C8A1A1ABB6B
-AAB2F93E5ECC7AB90EADA320E918106BAAFC1F8C425C617639984629018BA674
-6FF4F338AC43E23BC3740542911C058D43A49A11CB3A0CC8E3088BB5BA6048D6
-CC2AD250DE956BFBE83BB24C945C20D9C22E7105983F284EF478F9B68BFB0322
-EEB7D62802CBAAEFF1C2332159DCC7243EA40CE15C734EA905E04C476B178B82
-A08ABCB0B86A7330C75E62EE7844C9E22DDB013ADDF20AFE08122EE1B930A81D
-806A0F8CC584CB7FF5F56F9B35E5FF78FD93E7E4A40C64537464EAA275FE88F4
-461FC6A467C8A69B9A9FBC10D44AC1B753D313A8E7D97F5FAEB60F82855658D1
-4DCEE043C8FCDFD8A29DD091F3BA55874A458B2B8989F35055C72FC411382361
-9AADC717E602B48D7C9521D3971A6F7EB19D539445DDE9EFBC5B58FA9E5E426C
-172C45CDA24985FC4632287FC3B15849DEB56F5A061993AB10A6BC59868534E6
-69888175053108B77E4978D971B4EC57224C0F93EEA4C15AE92254140A94704E
-ED5666FC06C5341F643F779CC88A9E81891565C63B6F7F6286E664F4E0A48690
-356DC96F1B98026C563700772485B83BFA06435D4E0793EF822F423C93FBACA0
-E5D889D2B76771C6F0EE997A5DB43C2F6921132890406E3C33F6F159B14C5D78
-7C151BDFFDD02B697315F191B5490073EB418A4FF2A398C68D44F0CD1B87CF9C
-B52F12728B72F94D752D23151196A256908135C87991E508B8906CE2539DCA8A
-31F86809C8C6C18A09F6129BD7CDC6B37E76B648788056851F22BD3E3B5772FF
-EC01D822B57FFDB3BAE624F05531292641FD6A7E3666152D18F6C653048DD7D7
-98A942C840C4A0FA662F260B21C64214152BB86F03662A330109C5AC0A5EBA30
-C6201F558858130703DF76AF4FBBEE069BDE45C0D9467077D85FFED4F9BA9C61
-AED87D67CDCA453A6528AC5BA153E1039D9CCC556CEA5CBB542265FF54A1B208
-E0E13740E7E7C26AA00AEE909F8F3ADC2726081A744D8EF6BB711BF5F611A900
-76F91C26A338DA13A7160A9F42410CCEB3190000D963D036FDA05A29F598EF40
-8FAE6F8E7E6F50C99C3304A573501C13A00023085F057DF331E3354CBE65D573
-CAE73BF15B3B96B502E0AAF2B4A86237E98A997AAEFFF4227D5A26E8972C48E7
-761F430733E6EF8AB2D903C17FAFBFA21C25F8A0AC157D397BF3CC1AE7598F0A
-2BE4FB46B29443CE57F41FD5F91122E9D86F903E94D5B55E2BB95949C156D138
-89883BEFD634311F9280C7F028DCA6408D3A682DF5B55B9F7ABF08F019190F60
-D39E4F0E80F0594235B09A5320109638B938633A2C196E4ED2B43DCD8643C3CF
-C6123B076B7F73352F906D96FDE0FBF50CCCA432712C574D5857838BAC30B485
-D25024EB254A7EFE57D1DF0892C275CDB3DF77602F0FED0FAEBC644BCACA04B8
-B424DB125E487794CAB36E01B5E1A26F5E1E97A739AA36D77A12F5B45338EB39
-AF36CEBDED55DCBFCF497FD475FC6BAB5530AD6153C6BD982564EE8712185F1F
-D5EA7ADF4104661168A01994C1FD773A50C8AD6A3E4D332E4D59521BB8BBC6C3
-866EB4AC3EA4532477E6CBF6BBF0860031C3B916AA25E3492670EA67F55CF4FD
-207C684A0DDB6F4AD21B2909CBA71BCE2E762012B0927BA72367A6AE0AF87F73
-756C9BC85E4EDE35317E2CCCD138C02C7A8013AFDC1A48C3A4BB8EF257BDEEA7
-60E012F54D12D31D18DC59D5E526F12567B8688B4B67E16B56713870300016BD
-A3B9DA87FDC865246AF8E94316799110D86B1DDADB8A673402D4226C519C058A
-1D1E5A5778584FC28AF12819B1924060BC4F54B1054EA6AB0149E04B8C4302D4
-A56D8A347EB5D3D2A0E12CF7E35059BDB53D9FF6BD25F6D9619BC4669CFC1048
-C6C9978B8751B840F27D82A69075832BE59F55C1737CBB1220FB8FF691FDBDF3
-03BD7D225A9372AC221C38245E48320E1CCF898D9EEDD678E5B8C65B7F588321
-1A3953EEB9B39EA9A8CB72DB08C3E9234DFFF5FDF9DF804C021D57E97DA7622B
-97F4CB6E0EB640E0DC9EA15C5193F92A3A7565F4C7A4C9CC327F7CD2C44900AE
-D9E76FFE62FC37FA376E77131B566AE67C3E09DA80F198BBB995EE8FA47EEDB8
-4B467C6C7DB8AEA745CF8C56B8BE56534E9C56FCB2B7006426DFE93D728FA4CF
-94F131C549814E54ECE7C914C5FE8E4961D3437CE7475D03534B62650F551D97
-201C794AA877445DBEB11C85ADF6119B05360700F8CEDE4766E3A1D7A35CDDC7
-9ABF7C619E3868A39D1852DBE1EEAF5D7898C78323873AC005542B68C43C5000
-CC58F675EB595F87C879694751494676465891E8A897158B481F11A171CCBBD7
-29603F00210CFD7FF31FE3D273933ECC34AFBCC4108D9B76D9ECE63EA06CF939
-4799092A54A749DACB82C1424E9879672C8BC084C360014C9C1B6D5D65C68AED
-66CE329C3AD712C0A36BE7EF03FDF339CAA2E0336D387A693B1DFAB5D5164E31
-14755A158168962C9B399F8F1DF3FF5060D7464D5071058C30C572A2BC7DEE53
-84BD7614A4BEC4C84E18CF7EC81C811724463BD46CECA5FB57B0F55EAE20CC74
-6AD815D1897B037C197D2456797B992C20C70B663BF99FE28C513B4E221C8E12
-49779F8C0AE8517048ADDF7CDF0D698E3EFE60071C4997B7F5EF12B6CB65390C
-224F13FBB99FFC034C0710F05019899689B6D3350BBA65C7CE7C2AB03D81B9A5
-5F3D65E4D462DAB189006669F7390A78A1B8908A4C913B15DB8827DFF15BB9A4
-A6037DDB643103B937257A7DAB025F09D53FBBC2BCB6B0BCD8D56B2B2784E498
-1F6CF8470DCC892AD0CFE11578718948BABF9C1427084643B66BB9181094E29D
-5FBE37708E1D8A6B7518A96876844CB66954227A7A6AF28DD075A462526DD5D6
-40EECC56FA366106E55C7068997B54B7F0D03AC1AD45D28C67C7ECA99DBEDB1C
-E18A79C353113E2E05B837E703278B202112B1C69E42A69D64B62F0E7D8F7E5B
-C1F93F0F99EC20EF312046F4B0CD7DAB31E422070B629A7FA96583CF3F1519CD
-CF08806F40ACD7BB5C960F21E9DA7FB3C72CBA0801ADE83DF738A4EC94F2977D
-2B95A166BA4AE28CAD1E37FBBF49D342CDB4DF615E2C5F3076313AC517C350DE
-710F5D52DE31DF69864D29DABF14234DF13904BA4333B0D714EEA55CDD79DE45
-FF5D64259C877191547076B1C7684CD252C0337BD9DF66CDC5DBAA4F3102F2E8
-FE48385C55727B80D11F3BE0B7568AA9356FB2B180A6B1392D620DED02F0B736
-5F4399FB9D32DFBC8ED942AD311C82250DA8BFE98D65
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMSY10
-%!PS-AdobeFont-1.0: CMSY10 003.002
-%%Title: CMSY10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMSY10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup
-/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMSY10 def
-/FontBBox {-29 -960 1116 775 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMSY10.) readonly def
-/FullName (CMSY10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -14.04 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 0 /minus put
-dup 13 /circlecopyrt put
-dup 15 /bullet put
-dup 33 /arrowright put
-dup 55 /mapsto put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CD06DFE1BE899059C588357426D7A0
-7B684C079A47D271426064AD18CB9750D8A986D1D67C1B2AEEF8CE785CC19C81
-DE96489F740045C5E342F02DA1C9F9F3C167651E646F1A67CF379789E311EF91
-511D0F605B045B279357D6FC8537C233E7AEE6A4FDBE73E75A39EB206D20A6F6
-1021961B748D419EBEEB028B592124E174CA595C108E12725B9875544955CFFD
-028B698EF742BC8C19F979E35B8E99CADDDDC89CC6C59733F2A24BC3AF36AD86
-1319147A4A219ECB92D0D9F6228B51A97C29547000FCC8A581BE543D73F1FED4
-3D08C53693138003C01E1D216B185179E1856E2A05AA6C66AABB68B7E4409021
-91AA9D8E4C5FBBDA55F1BB6BC679EABA06BE9795DB920A6343CE934B04D75DF2
-E0C30B8FD2E475FE0D66D4AA65821864C7DD6AC9939A04094EEA832EAD33DB7A
-11EE8D595FB0E543D0E80D31D584B97879B3C7B4A85CC6358A41342D70AD0B97
-C14123421FE8A7D131FB0D03900B392FDA0ABAFC25E946D2251F150EC595E857
-D17AE424DB76B431366086F377B2A0EEFD3909E3FA35E51886FC318989C1EF20
-B6F5990F1D39C22127F0A47BC8461F3AFDF87D9BDA4B6C1D1CFD7513F1E3C3D3
-93BEF764AA832316343F9FE869A720E4AA87AE76FA87A833BBC5892DE05B867F
-10FA225E233BCFA9BB51F46A6DF22ADCEACC01C3CD1F54C9AEFA25E92EFAC00D
-7E2BA427C25483BA42A199F4D2E43DFCE79A7156F7417ACF78E41FCA91E6C9EF
-B933450D851B73A6AB6AEA7EE4C710CB5C14270D1674FA334686653793FCB31B
-491E870D3C2BC654D2C1DE463EC9BA29D7371AA1078800EF93D3F66263A2EBBB
-F5723697BF7448BD0D2E301544BECF497FD475B85DFEF52AF4F8F8BE445CABE6
-019318806D10C5952157FF8F8286C1EE701545C8F60EFA854EAE66835A2046A6
-915D395F1E0366EFE0C0391583FE001FF16D82A2E2DA5F57754A2C6F69306E36
-356ECF8EFC3F1188AD6FCD2427E0580C97A5B69B4E0E09B85EEDE142F5ADD2F0
-5DE51D6DB72B127412A0D57106C19CA493048A4F815129ABE767D51715B1515D
-9C21067CB5BC88741B7298C83EAE36A866DFA87D8981F179B1C31292F56BBB64
-3C430779468AAF07C8A8B4934E1E775FE3F35186BD1FA6EE3689C1C750678AF1
-FBF9B23195A124C5C991FE670AC0C86FD39D2B07B9A319E74EFD498B45820252
-720ECDF7294F7B0B137CEB86D33BFCEB8606985A3260FD669E461C8BE94216C5
-D434FD8854F44EE66E5A289A9F9E32BC36AF645D53F96652602BAED418C8D726
-BD04A1B4617551FE4DEF54083D414F7DCE004E6BB2DC9C2EF7CE232B254BA2C5
-7DCBD36C2072ED46FF711F121A701E2284BF1B718B3164382B8F453D68FA0377
-DFE106503B8401D4DB87F5402A3AC9A442FA060B0610A9524D530C7157C26B56
-AC970FCC1D5655FFFFA39246E6420CF97D08ADFB7B05822679BD40C638DDF0E7
-A97BFE8918B611A145AC965C203F1428812F9D340AF499B3A915B22BE798594E
-0F520109FC81E452180AE45B170FF999C5FC2761C6CECD8742A5A6FC97F16743
-AD4EFCC6572A6D3F3E4E330C5CB2FF6FEA48A5B64DD3DBE943BD9918D4A18E18
-CBCF598AEFBB6AB3CD2CBC9BFD6099272F6543F3E532E0E21E614BD2880B1023
-0AC234CB705827BF016DB84E00E8C255FDEFA0101A842929540B7B4AA8A089BD
-5EFF05B72356B6BC3727817823B5CDBB1B963103000D7F2A4E2A1472FC3E614B
-5CBCB6D6D784023173DEFEBFA8F9ED87EC1A0A9EE98CA59CFC964CF943DC683F
-E9E00DA718C4425A705A69D99988EC6F152525C790912C2E46A2381A569424AB
-54DF4798BC2D7E7A361E7991641D4B756CE2A7FF4A2848927092C59C2C4B8809
-E13AB84FB6B111E680D7FB9F2FFC2C5C66B0B501E4447C2E46C10E2F6124476F
-A140C404CFE2DC9E0199BF61E035CEB481D438139A9630934E541D261FFD2906
-4CAD99E20655FA746AFB81EDBB5601F5FD6B1D6832A01D585E2C55053F6A7378
-4DAACCAC7608DBDADAAE732D66B3E7F87E79756337C1A961E53A4651BE7C77F4
-038B89C87F650C54A2A90EB7F1D525BB353F33318551EE8D84A6A83C718EA5A4
-B2AC0F7306B1E095819B87015A90CA3ED739B09061782C28CDB36BA4BD5E5308
-5CBB70414E4112193DAC4A1FA30996327230D1E021F3CD8115E12D239D93FFDC
-B645910EB29E40D830E7BAF2DB255FD7C4E776557BB38157917D993EAC245837
-A3B515147043574157B8342D829C7228CCEA843ABC89D1785A9672A5923FC4CD
-2F3FF27E6FCACF84E2D3136CA2C0FD3EF1EE7354CD04C38B5FB874553646ED2D
-CEDF7E362EADD04B18051F20A8FB0DE18E152385B9D05F98A3A7EF177824E246
-455ABE69E2F700EB78185CCFC07E3B4C6FA301112528D977367D30D0D5D59EDE
-FAEB706DDC970A9E296236C725B2B55B09B9C336B8E23CBA5FB8692D56F33B03
-16294E5FC7FAA42E96395A57CE51CA8DDD77442F142E2E576B778373FB31C81C
-16840BB422CA827E30A81829648BDF1CA36700EA32AD888D097C1FE0A05B2D9F
-483AEE40269DF09AF0D1AD3DF80C45DDC59C2A03FBB661C79B87853737C6D352
-67626B657321B16198DBD6DB98A092F17878AE4698121E1006E53D6F9B0A3BE2
-3FB68828EF854A0CDBAA68B37ABCA6AD4A3D809AAF0BAB1697A81FE59C98C472
-1E33CD70A75A22C249DD11D76C2575ED3370A25892A16D2FD569CDA70C130770
-93F493C7D47D6F9A5424A7A542BAD726BFC3AB225DCEBBE6AC4BE006F8C7C0EA
-051424B08305BF2D951AB2986AAFEA04E078CA79B399585BFF0F1ADCED02E15B
-8765EB6BF6A8E4D0901EFF2C3AA104924EAD9637A35D877E0C51A3C37DA78CD4
-8643C8CE6DCDDE3F116A6C2390F948E5371BEB5AD2E87B41C5F01FB5C196C436
-6E256A88D082E3F46E4EFFBF605B2EFF1E9D9AD5EE4DDC323A137CD9451EDEE0
-06F7D82898D71FAF2362C0FCF1F726F97F820305B7CE20728CA08C63575083A7
-84BA28B7DE2B916432475510E274C12FFD1660A717F51DACFDF0A102D85224E0
-D6DB607BB72569ABB8A7BC6A10354CBBC01732EFE35B72062DF269CB25EA3DE6
-DC603B04C90C5912D2C38D7A5ACDCDD3F6F116D884F0D8C528F69D5D47BA20DB
-0A9E585C7D8CC3C324FE8A1DF150279F7E8FB43BDB720E624E5E9918032C02CD
-8020636AE5C38DA2484B7F4B34163E0D0A561B43B80E97746DC05C871AB620EC
-C5D47101ECED4A7E25F291184BEF8B80024AA7BB456C1B83A907652B331DEA34
-754226C39C6889EBEEFDAD081E01EF8FE47751987667836FDE4C8BB8A3FD4406
-1E643B4EA37BD370734D1A2DB17C2F4B74B4ED75098B433601F75A88C9A37A05
-CCB157EF6E32023BFA33973F3E655A4D58289136996FCFA61EEABD70791B6523
-1FF5DE71AB8A17038923118A5EED8D59C4C58D246FFA9BB26472346B40C8741F
-153D19CAFF20DD2A86C6DB89154A630FB1761929FC3F0448EE2F089C1C953E02
-905BA8DE75D101A982A611056C4B237596C10951DD98BAB838B742D3CF7DE718
-617DB72E5268583223E37E029D1C8FD3F1D21690151F76B76C52C725CA135CA2
-8666553E863CE188BFC9B99AF56AC2DB5BFEBEB12FB563D00244EB89E478657A
-98AF2E1223C1ABC25A4500E8119B86EB3C26B8A2F3505A3E5610F89B7C34E278
-53FA0A54A7F46D84A35EFEC36AE660A9E3C37EE3864106702DE5AF6C45ABF64B
-888A4A51323138CE77DB935576FE6B4824B6942DF80625098CE1B5B32B234F1D
-052A9D6039697118A9D793793775D8729D8574A2E74D7109C7B7E23BC5E2E87A
-CA8E019203952A4892544E1AD3D4EDD22971611358AB230E9A2ABDF00A288501
-A01B67C42B33F6B78C39562DB50F4663B922D9BE0D8A150311AE44B83C1F129F
-07337323E9A23211EE58E16043E127C6F9574019179F5635648A011266677B56
-B5D0201A4E1470B952A1579B57AB2329CD4C615395023C653F784D36B5EE3672
-10D191F29EA508CE84763CA4CE7C2C5229E38E241255A5CABCD6C7CBAED901A2
-CA53B5E24111921CDDF83578D33D463D70EDACA0E470D8F592303FB6BFD68B4D
-3F3BE2D7C5EC8BBF10C90111A33E205F2649B56E8443F6FAA6C721C66575AE12
-D4C40F1F46CF9E9DA675AB5D5840D938780CD9E4AD6736ECBEB6A4397613586F
-849B51048AC5F9405E03E14540A5E5582F61CDCDB57EDDF95A8C6705F433EE16
-648F098C03DED8A2AD94AE3DE202D629B9422ABB031318D48F2C85F9DBFA17BE
-84708AA3B6C9F81F4508F7A5CB7B6646AB8722ECF817877B77D473F577556DAA
-2BA0ABACFCF5DEA7498C47328E873019A956FBB250FD9D8885D21D368FA70CBD
-2709D2DA44EE7A9869963EAB48789541906DE49FAE785ECE1F18A22C7E7ED204
-9768896B78E9EB7A2BD6EEC1B26083940656ECD689D92942CC8AF05CBF82AED0
-B45A7DF4DD7AA6526FB597322560B9ED3087A65B5EEF1371C328A021411BFE3B
-D9B5088B2F1AAE381FFED52D2D1E02CD0DA78683E3B06171CBE94BE9760005D7
-135893D7CC2DB097F6AC664D9594CF1C650F84DA80D2EDE04802DBA33CE3DAFE
-EB7A37E8AEFA4FDA6252FF21E8673DD98E67124D5DBC7BACF361E57077B71939
-C1D1FB923E4E35C075CD1BCBE0E80DAEA1320D55B43EAB45D9B26C366B278782
-7519FDC482D98839BF0DF2E7C3A56A1C1A3FC0E57A75CA414F6536C1FE8EB7A0
-4ADFEE3BEDA0F53BE8CF5F64230784A797133E8CD46BCCB3BF38BCE38A73CCE2
-9E073ADE792F7128231DDD1F63E6156ADB2609C200837C2E8A2D93D2A7BC9171
-050C709A71E44E32B1B03C92EB5CF1D3BAB1C38E027DC4ED9AED633D98CD7486
-3F773ACF8AE332631CF2ABE6D606607593FE862ADE31803964E3F4DC3CE3A271
-C76BDD95C87CDB3B87BC26FC7A16D567EEC62E6FF0D471B4853DB8A94D4CACF8
-843824F818083F10E88D52FC4253E8203292CB40F1414AE7E51DD7347007C342
-CD70E8E9F2D2A13D71213B841DDEAAB208AD9EA644591C15DEB084165F9DF24B
-B91D3BBEEC2E34E38EF16A0C3F00700A7BDCBBFED2EC0D09601AD6538288DB50
-3478B051B5E16B604A0341FE621A58718D960D699D3FAD284310DCF54EB13175
-19A75A539EE98E804AEA24689D3540F0F12951A3C01FACCE9A7BAF4D0DAFA946
-FF65A4D2A4C39969607272C6886F44E90ABE27CA3A1F12A29D9B32E60E8E34F0
-17C5FE43D0E69A99A922D98909B2BBCD145E59A5E7F5426B3988F73B09A525F6
-8BD4915663C1301323180E760BE81CB874B020FDA3AE63340E4261E4F3E4949B
-CC0966BDC4426190BE9F5D77F76A72AD925662E5FE1CEF9CCAB68F0BD33DA003
-F11EB91AC4502FBD6AE48DA0F9D07C35B96B103E379B8A83A05FE728F1716194
-1F650F75BEBADB2E3810388F3E2DC7B19F1BA9E32925F2FD9F19F4E8701F3E4E
-4069125D7C401144740691E7A460021A47B1E27997FC1DDABEC5BD0EE0B20194
-2D579C7D6727AA124083242BDA46D8E116E2751C5F298851A62B60AEBE82A929
-9B9F2492BA35690D1EFD16215B8EF14E7A3803B93C28FA41D971B05B6AF3B593
-E74AD1E68A5FCE12A86E63B78BFEA87D3949FD164F12277A4688BE96356791CB
-8671C49365608F3EDECC109321AF92B4C29CAF073DA3A7D73E913D0D83FAC5EB
-BD884D4C686056404DAAAD6F82F94F803FA1FB0DD8908D1DF08FB87A8BB83027
-04DE0CBB1C6FEB6B517FBD7CF065120079E608CE41893C2BC96A347826CCDFD5
-C69E161217F2127A59F1A6F22037641613F191F22D5B4CDCBCC2EE5615623404
-ABA7BE6C5FE475481615B2AC1A2412E54688DD21E44CC9AF5F16E634AFCA389C
-4D740B7B51BB141BFAD1080E7C726C1606A28ED492E6BDE9F800EFACD1513909
-84E98CEB6A0B7A2A6F3E1D1DCC3B2552795E0932673E59ECC56DDD37A1D52BA6
-C3F0E905978AB568941A163F4CE3AAB5C5B16F86016EC47BA6F3F7AAAA77C3B6
-09C8C3ABDB6D514A76ECD37C37AA88B5860630B3406B494F7725975596F84777
-D9CF48686EC9C5DBCC1D78513F591C7C10AB9D153B3D41426B7BF668B0D04503
-56BCB686258462C1DC61095724B9F3312316262FD7C1AEC6E54DE7E5A7BD8EFF
-035299B8FD8A4A7B0F51404F4A760F4D8B4C0FB7A32FA4B2383AB6E9C78FDEDB
-FE6A5788D38A6701B123630C2A6D820A684166FBBC83DB17069494FBD411B333
-CB37E2491C5BD035A33867A6D3A3D420CC31ACF43AA07182CAAE67E40EC63663
-B678F71D4C6E0EC3A0AAF904CD3AA66E0DE5E3CDE049E94249B39A1C06E3CE9A
-F974B2484BB2CDA14282B9511E505B3C89F9C802218AE40D1A7541335C5736DD
-CD565D4B9F4CC78F3A393737EDB4FBD0DA299E21CCFEBA5478EEF013F0552A8B
-0BB11FF46CCDB784E8BDCF730A16363E66572049E42C695886EAB42A9AD9094C
-B635DF4B5B9BD9B9AE8455DFA3EEFC77653190F9A8B1E93B7281C2A21EA7DDA9
-33484745BDF7E3DD63C7AC66C286C9A5A698A5E4D7A91710B7FF943FB23609B6
-4B442F83CB795788FAB5E9CF3F75D5487DA26170E4561C7941C910B088C3B86D
-F844B0F340CF82786A3FCF347048463EBD2006281A816627065DDA6CD4D3AC5E
-2024BC96C7D896381BBB567951E7A1F29D4E95351298B000D29E5F3D0448CB5A
-CFDAE1BADE9403B90371C3A07D208948AFA022A69C519434B6813086ADF518D5
-88E0B92072A44BA1B3EBB630A13B7AB90992E85B6D67361C8D96F3E0D826FF37
-17B67E4B1EB7BADFD98D7F4FD17BECE740ADF13C141EBF0A91CB105DABB32FE0
-55086D56A0D358841D15FD349E6B95512E4EDF4C430216FF85C2ABE995E4B40A
-A6044CC8820AD885C07E052B3F91C2E9A1D163BFFD210F7BE95B923E2500DB50
-2075106DB541C267BD450B25B670CE80BCD068D4DBFF2D82634175B61FBD3BC3
-406131F44C7D6F18D375D1F2270829DDF29DC14DBB58A30AC193245D18DE91F8
-AB88AB548D8138605BB5A50073295534E314366E26665AE70482B890E4101D6B
-60E4F3B37ABCA1346DAAE8FDB8DD9C832EFF3E73BA470E2BACE7B8515CB43388
-C27AF99FF9322175CF8D4947E6B3846AFF5163E972156847F58A66660EC8A3A6
-5FB47C9F637B4CBB4C73B6A080B0CF6FD1E9665E92032540570FFCC747C67C50
-822811AADC404BC7ECD1673E8AA6C3A2F1D82F39430B58C29145E2F1B679C46E
-94EDC711883F1E4EA84117A54757E8895A40401A26E1437B39A2F65CAADD6E02
-D71FA8AF7453668DC613F326A3344F74AD7AC67569AF399385500ABDA5EDD3BA
-343CC5EDD4B558467626850E752B9959FEF1454E53E7A3DCBC2255AD8F6AB4FE
-894455118A61C58840CB68A925ACCAD75CEACE863D806916228F0614191A1CD5
-DC9BAE256018615AA3725834519449B0A88B4F396654E74099C007930ADB1327
-DD119BF799FE3B0B223E1EDA04FE2DA7A1C879143E1C33B6C6344F4BA033AD6F
-8E88C33DEF1977796B454BAB2494C930F492A518E8198C708A75FFEF8C49C324
-A718AB59B889DED521229E741FFE53F98EBE88B0405AD523254FD3FA4BBE96DA
-DA1C27C1C979A0DD4E61C3B1F4C4DE01E42F1C4435EECFC02D97994BC8AF5270
-E7CB1458D76ED0229C5FFB4A23B8716018F9050970895D51722CDE8F2EA3D947
-DFF374D84915D5C5D16463A6FFCD079D1ED416C4347BF831FF0C4ADFB61295DC
-4D5785BB0852BF472CFC97EC174491CAF961AB90629F055E75DAA6D9898E8653
-5BCF379816CAE46FEA62E7BE8E9B953466E51828172C4DBD0E1BBAD1CE28B5B1
-02B3E36403BE80B49A47446A6677FCED438F01D60EB10F478C89528FA337D0D8
-88D3FC123C076507ACDAF783A9A6E24ED73BF24B6E0F11C13E532DE5F70B15A0
-657F5ED27D204449A841ED19E01432CFFE928E921321113780D036D34F2797DE
-D4459CFD15BB117B5C9745EF3CD2B296D91FAD48C80B136D94476967E255F808
-AD2B5D522ADEC64176833756510391815A1D4A8DA1D0AEE7CAD36A1D161889F2
-3347D5B6BC503300FDDD48F594F391D5FB42C42113C538E707C16EE24A3F375E
-7C506E8F49CE50FF9DEF3B4A4C1BEB3848EAA3477349833BA22D2A9012287D8B
-A8C4CB4307A1188ACC0E6E9338E1559BE5FAFF381BD82A6C71C267409468B3C0
-2C1A29F4281D565836EAE57F680490FEA4A952FF64C8CD11C377C294DCD1EC25
-CEFB2B6DCE959D0208F85B6E32E9B44FD455F9B134A5306D95EA29F37BB8B86D
-9E592159338E1293F449380E13C21AE42E6D6952083BFD432F72DFB7B6F9257F
-5784C683A6E9ACD72334E0EA8060A81E14EE32300055040E24B49810DFA1468D
-A962DE1D1AEE09B49109257898F155A63A83D514996DCD2F96BC0F52796267DD
-DA6229F5E9024F78B02154C27EFDB9B6E09B131C9E9E4DB41A0FAEDD93A05512
-A919AC8869C09FC929682B51174D816B85DADE28C00F6391429BA98327848AA8
-C52FEFEBB2296BB78F06BC1950A8E0405EDBA2D8C51F1F607E73F5A2173E5469
-BEB7918844D450B652DCFBC4C0D0C4AC2AD678B7165AA8F053B717C1D417ECF2
-3A2909E864E503059135C05EA8F7CF185DA45CE17FA40B4076ABDD8B167B6F02
-3C8962F09CE07257495ECE5357F755C48E49F4385DB5CE4FBACA3AD4D18E39B8
-F7057F4BF581ED26ADAEE218CE130B0CCCA0C7B273E51D7F314F53EC8EC84100
-8292750A37A4D4551A5C2A65D2382DB0941409D83FE1005752BAD1980307F153
-BD7C92FC12AEBC7C04839FD7F01BC85F0880DB22FE524204FB924445B6B3DF6E
-1B657353086539BF4E60909524FFC4CCFBC8E0139F65F53ACF3EEC572C673CD0
-64AB1C29253049B26888A322E0FFCF7DF8871F701CAF5BE7B509E090C43B4755
-B100C929D5A8A4B9646E8EB39F2E705006AD23EEC58E0E1CD0C18A346D8ED66B
-D0D2E215F637D25EC4F05C449FF8E25250211635C9D5121EE0D51E712B7A8699
-19E96ED8451ECBE97A7197337C65CCB44FA2522EF6735BFB60CD053EFAC10381
-C70053C2DB3B6DB8DAD720DA6DA25069131FD9759EC2182D1B649AE67FE4181D
-B223BA15F5FEB0BBA498F9993F6A9C8DB9088DFACF064ECCB56FC4951EC8F9
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMSL10
-%!PS-AdobeFont-1.0: CMSL10 003.002
-%%Title: CMSL10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMSL10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMSL10 known{/CMSL10 findfont dup/UniqueID known{dup
-/UniqueID get 5000798 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMSL10 def
-/FontBBox {-62 -250 1123 750 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMSL10.) readonly def
-/FullName (CMSL10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle -9.46 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 11 /ff put
-dup 12 /fi put
-dup 14 /ffi put
-dup 33 /exclam put
-dup 36 /dollar put
-dup 45 /hyphen put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 81 /Q put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE32340DC6F28AF40857E4451976E7
-5182433CF9F333A38BD841C0D4E68BF9E012EB32A8FFB76B5816306B5EDF7C99
-8B3A16D9B4BC056662E32C7CD0123DFAEB734C7532E64BBFBF5A60336E646716
-EFB852C877F440D329172C71F1E5D59CE9473C26B8AEF7AD68EF0727B6EC2E0C
-02CE8D8B07183838330C0284BD419CBDAE42B141D3D4BE492473F240CEED931D
-46E9F999C5CB3235E2C6DAAA2C0169E1991BEAEA0D704BF49CEA3E98E8C2361A
-4B60D020D325E4C2450F3BCF59223103D20DB6943DE1BA6FC8D4362C3CE32E0D
-DCE118A7394CB72B56624142B74A3863C1D054C7CB14F89CBAFF08A4162FC384
-7FEDA760DD8E09028C461D7C8C765390E13667DD233EA2E20063634941F668C0
-C14657504A30C0C298F341B0EC9D1247E084CC760B7D4F27874744CDC5D76814
-25E2367955EA15B0B5CD2C4A0B21F3653FCC70D32D6AC6E28FB470EB246D6ED5
-7872201EF784EE43930DC4801FC99043C93D789F5ED9A09946EC104C430B5581
-299CB76590919D5538B16837F966CF6B213D6E40238F55B4E0F715DBD2A8B8B8
-80A4B633D128EB01BB783569E827F83AF61665C0510C7EA8E6FC89A30B0BC0EB
-5A53E5E67EF62D8855F6606E421BD351916549C569C7368AAFB714E22A023584
-8B1D6B52FC6F635E44058690002C6BA02CEC21C54CC8875B408A8BB84F445894
-5D6B3E4841CA20AF852A660FE9C832F773691DC6F7197FF3DEAEE97418A5ED2F
-F2AE65300416227CD3BB03C29003C770CD7D2A7A2E4C1DCA193651C2CDDBF93B
-966938788694BFB562AB0010268955FC3555E5984CCAB0A9B7590C77C9BC713E
-A29E5BD7193A4E971D1752DDD0F0AA4648E7E87BBCE66A1E836C715C408B07A5
-9EB56BEFD4596706CF839BA4CFA90CAD4038C1E006B51913279A2C31FBEE5BD4
-A7D74F9103CE6124F5B439CB860987DF44FE17EF88EF1BF62C67060D25696BCD
-94ADF08F04E349CEBDF9D3389D870D94CC05E393B3F4362A13A6A672EE5E8F5A
-DFE7046AFE3EBAEA58FFEBA4A47BF61F92E2003756DA643CCF2C9DFCCAB62669
-E3C2A18D690B64D907F50BCA155A85E47C3A6954C6FF7ACA36D8DFCE777B7929
-5F5D5F787B9C247ABF13D6D7B4A8F06BA25CCB342F8A5071325CDA86AD71BA23
-8A9695C7D1D50D0AAC267AB7CDBA7AAF46A264B7B081B7E79AD937FEE4969FD5
-155A99E652461EFFB4BD010E5885631E2B2497D6B8C43CE77D7D47FE201DD46E
-4482FFDCE150A1183C22C004A0AF0E1F42AA6804E038E1DFC8B0A3CE26B52038
-44D2E7F759DA5C252489E5525963D68BC27C82247BEB18818C7D4CF0BC5CC97D
-8C701034B8DF798DD4CE36C3F8B1FD40B2DA14EA75583852875031AF8C909EE0
-04495FDCD04B05A5EFEBA56A8CAC1F57F1B8AB91FB25C81CD51EE69D6E0F52CC
-A0E12CF7E3187D67DF71A599FFD895FAA7BF80E2E6B96592BE77AE96905BAF0F
-F547355A36C443797DDA7C414AA606CF9153E03450B77D1BA4088D739DF55F07
-111B9E11AF37F45B6EDE6D7AC126E05886A57C83886DA87761BE600DEECD1344
-8A82BD652BE7ABFE6A0F50ED7C6F4EE12CDFD80CA7A5518692F267C51C3FE76C
-567BB8DDBE09A2AF901F79AD02B435287CB8057B3D5EE6655071F67B00438728
-C4C3EBD648BAF650993AFE5E2B29074A99ED0FB725D9B8CE8B0292B08A280214
-C3AF252BEEAD30C88F72E322FAC3E9D78A1038F5DFC41F7BF1AE3744A0677094
-51B77C2D630B67853FE5E975A395C06A4D4DA744040B272C2B88D8B7ED3A2C01
-66F503C9DFD3C7DDAC865900D2A4F2CDF517F449851DB1963468D0266D7A3E58
-9F6B2A1843E6444274F16A9930302DACD8D2BC4588765099A86BCCD8A31DF0E6
-2853114DFF2D19F812F19AE6C2E419D7AC1BC024D1195074FD0C6717BFB389A4
-4D5428E7BB2E4F9E9FDEDED7BDCBDD3460805AEA0B5F6460C2FDF19273CE5BA7
-5D3AAE0DB94C6AFA8339646191C23B0149E7CBF136FC4C844E025A38935DF256
-0A0A6466A45EE8B9B23B6A055856FB084F87C73BA28F1883E3B184CD813C72F9
-233B78CA4E125ABD26F29B92CD9DF39D6FDC2A217E2B6B45D9B0A4D536790A5D
-BC0903069565A442FA7466414D948AC432C6B75D8D0E1DBB217CA3DC38A52DEF
-62E9D5AE9E753956C13819D93148C7683BE4F71B80BC066D8C19FC807FB1C086
-B49215DCF56A91A42089F0D063B9981925691F7DDE3237403AC714F5CC3ACA88
-DB2F1DD205578C00472FD70C8BA4F752E3923ACF3164D442A6B639902ED060D0
-C5777BC20F9A3BDA60FA3BC986C38136FBD2E8F910E32EF36377C9CC187F4AFA
-CCEC423DB925B378522B748BDF12D523804CABA83CB5A7ED69FAB9AAB75EE8FC
-38D9866E3754C4E2F2B9AEFA804044D878DED0E114EA0E9682FCF38F6628E63D
-FE1C1B5615E54FAE8684566EDC4B616F76EEFD6207E0386F06D3BFFA26425F24
-303CC7C8A8D7021E7D09B202616988287838C3DBCE3179B4FB5C726E603A47F2
-8248CB508F327D1291CF3F08F7C88298DC2D0F778D24304EFCF6E074182BF5B1
-8E6551811FD6991971692108E289B61053D6DCBA2925B3903E8916EBD09D97A2
-C6D08E89DE4C0CDF7185E1E00DF456B249F0BFC686E04FDAAD2772DC2C39DD53
-9C23A41471267F53A87E5C2B8CBCDB66CE0B9844BC506428E6150B48D2FA6363
-4FDB2CEDFBAE0B7DBCE4D83E29B2955F8966272CB865EDB360C8A8C19EC62A29
-03066483E4083524A1E8D80FE3867BC1AA91753C26ACBE8489AB0E3330206212
-93E07ED473DBF457EB8489E66FB4B8ED8A9EA8911CF9308CFE3E6D6F36810EE8
-91CCB11BD548617B2C683C354452B9229E7C9E68828BBEC324420DF7C188CCE0
-FBB514547553A7E9B38AC265783891F42DA472388569C8E7594F7E8810895A27
-06E456902A8D9F65CA808F1FD475D011C4572F8A654BA01D67942226A663D179
-95149FFF41A9F55AE84EEB9A6A39C017D7E4FD6EFEEE7FF3CE847CDB064A4954
-9DCD273B810E0F259501BA4003A3EC1ABA6E13D24C0B57FF82D6DF077833B6A2
-7EA54801BA81DB961C261689C0887FAD83771E55D3D137AFBB21779397E11972
-6C6CA922F45AFA5C0526863A5AD8B9C0775CCBA17FFD37A44CED4710884DBC31
-5C9D3F5441595B86CF7CA2EEE42AE87896E9E60EBF5F35C2B7FDBF9A9CDAE262
-3F48396F0F741E9DDF1D4FEF75E68AFB020D06CC29B3A7B2ED819D1AABC12B91
-CA2A65F1AFDDA2F3FB322E0268DBBA024663E49EFF076455338FE31A16B04EC1
-797EAB0B49AFFB906A0690A1E8E2F5314773E1CCFFF43E6FB3875AC907F0C5D0
-DCB9BCC127014D472463560CA0CB1C2CE614D94177C7A52A5B089316689C8112
-CA57E35D716D956DBF9013B1E5B9626456B1433C8C15FA906458F957133B9E19
-8D46DC3AC015F7602538C2AE3927C6DDBACF38E59220C2F5AF36B68DE9117C51
-04CF7DF32B1AF55B87D1D8A5F4BCFEC66F63B32B6548DEDA3AAB06C5310E4757
-78AFF947DA22809B360FE535506A554DDDE5A6F2411246653710ECE5CD3185BE
-730520A766C47E1ED01890059882BE1432586864E1A86A7F586438C8DD35C00F
-021A741ED47E0F16DB6070ED0C50038632CA4AC2975578A8372A080CC0447C79
-CEABDF2BCD5E78564247B0F0025F556DA8FB62125227849EACFB724A4AE3EF57
-90C07A5B27D2E59425F56BF8AD84C5F5310FEB1BC73D536339FC2E6A5BE2DAFD
-97FC835E0D52F680F80ACA37DB498AACF152B9B44626CD89E3302C3EE1623EE0
-F998FA78305960AAB9F483F731F5F67A8C963C23DB8E48FB804EF8B86FAFE7F9
-4C09641915FA7E3930AC922682313408BC1607C76751CEEAFD660206A39CF394
-40ABE2A313AB7D5FD6444E219DC5C26734D322BA268D330AC17959A390D6C8E7
-3A155095BDD66516DAD5D65519A7FB871ECDA77061EFB21F359158B4470EF79B
-362C35C06B85C9A9505C8361939C6AC013F2CFE8EEF46FD8CB4452AAB3EF1FA7
-DC066557BADC2ADDDF7DDC2A0E1DD4A357E27A2073427EACF9B9035DA5272136
-7DF37E26D96ED4B2ACD60596E039BCB15E259C72FEB3344E3EEE3D4F17DF4233
-04C1416BCADE80BD483DD8C9AF979E1C7D50C4CF015870703F88B92C4FE46AB8
-DE6717B55C460C805B391B84333097E116F4A51F631FAFAB34CFC925BEE8B72B
-C9FD5F5A79D8F2295FBFAE649DC6AB47794AC7D73431FFE5BE992F2B5AC67049
-B5208251C0E442385A9FACF25E3A98D7F5D4C2A1ABDC600AABE84769CA83350F
-9B87F71CEAD3600E02FF9AC03C1B5C21C84F911511A0CF0111BAC7605EE31229
-3C526A79D943D92E1CC3C38ABE82D560CFD4172F318030852A5FCC0534B8B3FE
-D7365987C8B48A072907B26CDC2108130A33233E8E0BB5FDF14FB55098A10EA2
-B51AD9EFB119F82B08D256D396D3263FBD9DBF172D43A90ACD1A31F3E89E8571
-74BE98B9560E2CD661A2F93C69FEA3FF26B00772AE2C2C24B98D3D122EA2AA8A
-44652CCDF4EF4F01CA7D62A976E23E8A86291F43BFAF38FD9C325E70F9C36CB5
-A181DAD30156E98339E6A0498D3420B7BB3B4E651A9090D4A17604AE386273A8
-3D4AE8CC18345E6E19DF06BA848F203F74B161D6A8882991CBA7385F308696A1
-BEEB0130D938A764B98A2001A38489B1334025EA848CA44A116D64926D460D64
-01159E77EA7ED9ECE7BA77635BE564A4ED89315BDFF54ACE6AA1A26591D13CD4
-6D6425CA7933769B842192858D10998509396829263290A3A7CFEBBDA3EE6CDD
-DF1E492AECDFF7941B53573F01F623CA0A5ECC9D05A3D0954F7AE8CE94AC3B2A
-CD4E27519B2E16F033EB732AA024BBAF74626DB55DC74B1FDDB07FAE98B4AC5C
-683CFD8744F361838D343B657EBF52DEEE7AEA7565C5BEEFE455DDDBC4DCCA7D
-87D6D769C5ECCF14118A14A85A86865777C8E28F953160D5E82844AE54D541DF
-550D5F1519E183E0C42BE88F0458CE8087F2CD4B1B49A8E9E3D127C4A4CB74A6
-2E73BF4CC317781D03FF04BC36AC0E4AF99E2ACAD20F6F8029DE8A035DAB40DB
-17D237850BCDD05931FF4B0FE2D0B79EC5A88FE0236271CCB075BD194AA25AFB
-3FB93A5206F61A14602E4EB6F1C31C654527CE0C02D04314DF9AFD710D0EBB9E
-F8721B97F5FB18E27507E1F800B5509A58A1A8296C72B7B73F99B6CFE42E9C2F
-B63B3555475E562672645CD374BCDE937A9B05A157FB3E74C8297507253E957B
-1A9DC421946734CEFA3D5EE357DAC7E9DE17A5BDDEF6B2D2A740BC58128FC514
-61154664412BA1C05209EC992A77B7CA45AB7C0EEBF590A5B5652866008CDEF7
-124A3003AE6A7CF9DF3C72750CBD281358CD2FF25B162B78CBB971DB3477F8D2
-ECA3EE9CBC90323B2C236E375337EA0848CD7CB5781A2B0A42DE7E4D99DB2746
-0B26796CEE129D23C76794B7CE21C13C7D4A998B752C8CF43A4821B736EBE246
-D2A2BD7BA3351FBCD1B0A501EC1EAABE60D06DA2FE39BE1F0AD629769FDDC933
-F9D02F9686EC8C2D7455C26AF4DD3F6860B2289E3A30E1C254AD17D731CB73B2
-BF4DFE90CAEECE3ED0CD3FB4C8F4C7BE1C056AB4E9B95781A8968E3CC1010003
-75DFBC4AB9F6B27C5A9AD88D94441A8ADF09EB275E5F0E5E6F3BFEA0FA8C308A
-8593ABA0645ECA8FDC3F0E264B35D4B0DDB86B93CD8A047FC409E18196B501C3
-B003622999C47BAC04FD1ABD8AD359C977766E9643EF3BD6385306B08EE3E13E
-7DA5A06AE33D17A3D574C6390DB6E9429754B210F0C349C359559C7EAA2350BD
-F61D4D8A92B1AF697BC620FA0351E67E0D9F41A95A47EE0BF210C2C48691901F
-F905F65693DCB85BE412F097480F6A7266AE0A928729DA0F691CBFFF3B276EA7
-322BCD2206D96E3DAFDFB992CA8F2955F0E8B882729DFF840569D12E4DA1775E
-523AA734552AAB6F2F16B89B39F1A3FF0E07EA08D13E612F201716C67F327017
-6C041760DA30374434808273062C1FFA2C47B3FB578807BC26537F542040FF77
-66C995EF3E8B08B09FCD3EE89C30F157158A739606D2CEAA26694A4F1CEA6633
-B54933141CB85C60AB262E2D4E824A3B85C2BEF810DD774F296AB37D0BAE7182
-5648CD18556ACB124246A75474B232D712C2358908B5D9A76F82C626BFDE01A1
-093B8FA6AA0B32F2CDEF737B28BC0448FF816DDB5812131DA0DD5979D77C3838
-B978CC3F6778A4BFCE9A7087EFB19749285AE4C92B99A6649DA349A2E0889D72
-6D4FC664522F06C8C4D86D30BA43ED4E42211217D01636A4E17E2A132D26F394
-EC34EA12D84594AED9C6CDBBC0908860F39B240FA7D7B3003DB10322498691CF
-A294C0FC7ACC0BAD1EED3E9D60AAE3F7429695892D1A21CEBF062C6129B33966
-8B2EF6E932F9891DE6028B81C5E9B23278D35B7F0D83989BCBA25E20E9D503DE
-144DC485F09A4EFA1268AC5E4B551C5B2F1D51E9B9B9C0FEE585204F869D0BE0
-7287D7570A12940A47C1F51AC6134F03B415C30E147C49F89228855D093EE55F
-172711F37776E97A99CC4B36E2F10713E36FB279FD3FA5A0EB9F3938F42E2BB9
-254EB8F0C0F30391735019E02BFDA21D9813C6A22279B898EAF01AA892B14DC6
-5912B9275167AB46EBC420836CC1A5F38A4EB47C039A7BCA62BC3FCE4199FC71
-011DD6E5FFA0F3D7F04AC02AF91B9249B9F993AE346572329DA852115BEF8460
-B94690E790003586F473F37EAB5AC2922F5F663EE2C3C0C336A8DB71650631AC
-0A923A389AC911CB215EC2EC7D50CF8AEFD59EBFFA53A9F1FFB7E6215F17093E
-3975F186FE23BB5FA5474C11408FABD223E1E6F62035B5A5C1AEFD8899F00FFB
-E729C2D5FD551E80716CEA4E8281660286A802AAE8D5834F37F2EAC46297E57E
-993B09251DD7789D3467417E393B7DEABD06676B96241B0E43ED1A1A9FC3B12E
-0D34B2B0792B79AA648FE9450C3B209FB6D7D91F50C52A5DAB0BC81A8B698BD9
-18946EFF691912D7348D48FE68CD876FC6F71F81165D0C3272DA1A992308D9E0
-ED6D0A4DAD679AF495F62B78D462B463BD4A40931172290C615B3B3B6B47E45F
-CEBB85E0A6AB6832067CA6D403C239530D07F199788AA4DD52553836851C5228
-1072406F6D7323A334E7A7FCA588897C4FBA6D4F7DEB65525EFB74E539C988C3
-A685A98752F7198E77E456A545F0D23A1BEF81EF58B02D289CF980A3F17BEC8A
-6F83DD90C4A917EB0E5E2B444A608E2E9D2FF80620E16AC1D7775C0A10C1299B
-BEE0E1AB24C50647E5CA1DA65CFF3B2C295F0644CA7826E1DC6FADEA93D66A20
-DE852F20AD224D28DB900519EB1569837139C833F24B799F7EBE3FDC14235323
-1D0BCD4991C861F38DF413A5A5588B73AEC3BBFDB885CE17BB3E97B4E6A79761
-93EC8418C2BC4725CD61B5E30C07352F647C3FD50083878C13CFAC241DDCB082
-E53703D182068727F9EB6FACEC25F6D901D7309ED7370867E34E267519E22D62
-4FC7093448BD0D6B1C43D318A3E14C92032325C132AE0FF7ED707E1FA4A955FB
-F5224BE0045CB14ECC321D0F333FE24EEFCC504F7C756451D7693C3E6CA87526
-4912E1B6DB935BDE76FBFAFCA4ED473F1D2618812CFF25A6859C626A216603C1
-361BE3E071FCFEC2D4BF2FEBDE07DBD56A1BFF8303901168FA06488BA6B76F36
-95B0A90D7724E9ADB567C2ADC65CF3482CF47FD1D16F70AA19A97D0F9EFC611C
-AEA5E1ACCDA7FB2DF05E9480936281484BC329F0B771775E73F7FD72FE3F45F0
-50ADBD03932B38F37A8F0A66B2F739EA3AC8811C8F514E68C5643E4AFF485C81
-88475A523D7FCCA5C8809BD49846C77795A38DC6406082000236A4D2628B5932
-AB7916D44EC2210CB941B1455867E510E9D8A0B83CB645BCABDCDBFCD51A4E12
-60CFFEF0CCA548F654037D01CD631FC4E1F97B4F65DA9AE79D99F13A726E93DC
-BBB027B7D175FD17A704C4668F6F8428262959DACA9F8C687C923CFA053804C9
-9B2005FA7E0F07D81E52A9A37AD5CEBA8EA63929093ED0DAB9F7C99C82A50E6C
-6440387049A0C359218F5268C9A28F581783BB9D29E08772D7252FAFA6739687
-22570150178893C418531769CB3D96F799BF1C6415820F96B6EFAB5344E82796
-38A0DF66609F5EA332C1065274EC93027D264B84B52AA8AD82E13E2A41AED340
-B240D1888CB89FBB748FD10B214773D466A44AA2AF44371CA8B9A4450DA76EDC
-0167B4015A270B9983B89EFFA023A3DFFDE181B90C51D70557B08444263B84F8
-A2A807C55D74265931B553F6D7F132B110DDDD3361BC9563803C888B89881DD5
-09E1A623957F074F5B3644BB3F93D7F96770C73499AC0AFC3D7157EA08BF9D15
-DA7739FAB528A8BC30C0EA7899A3193CB9E8EB51EF67DF4F97D36005EC228B30
-E54D14471A6ADD6DFC0A9E182436B4C197CB675C37F29D0404846AE086C2A5A8
-DA576BD98FD5245F1F19D20D265FE8A6C29571864BDADF555E0516D49EE5FC67
-CD278CA322575D75BC18E682A112F3EA978790C6FB0202939323D9D520F768F4
-EE5DEFFFB37D802D896E4E6943986006BAED87780F3B9D967B2FC8DC44A4A529
-2103A5C8E05BFF06517D8851AE4EDE73EBF32875A148CF6CEA6D4AE03DD1328F
-651158122376528BB9826C2DD8D7E79847902DAA002E452D12A8F8356C363FDF
-76C5969E2CD60336F300EB511BE4B7F1F5585DA7C6FBF995DB71B8CF22C0B458
-B6ACE92E0215C34849D8EFC56C9052A3924B628DF69B0435810BA49EDFA03E52
-CCE470EC571986F64D294E0DB056C9E509C81AC64E65BF1E2C17024BC8ED4352
-636CA39A3937DC3800FCCB1F77969154EFE9A7091ABE21970887F6898A281500
-7ABAA2EDD1A825E36155689AEBF310C63BBA08FB3C7414C49F445AEC145A06AF
-E6FDB6A30B367DA1BF73AAEB9C503D23CAC63D77AF39A9AAB1C1FD22BEFB8F1A
-0E50F612DF0A30B5984E18950261544B3AF01D1E839CEE5D093AF2E3567278BC
-0D91A5301CE5FFC6ED8B9C38A11BB939EE48C37F2DE47E9BB52195BF1FC46E1F
-FDA886B899401F144E4B32438F28CDDD418CB529CE8379771A0DE13E584BC354
-2E26FBC8D9BB1B1F92BC0300CA7046145698EF64A6540A468603092D633E8B2C
-2F2F688ECC7F457BB6FC2F075F87EA556B5837E3632E993C79D08414E033C21B
-F6238CC12034BDDAAE28A09A9CAAE51667A3AE782A92BF7F4A89A37731426D6C
-FF47EFDB75BD2D462A79F9E55EB522FC6F5C6713775142D2FE1038D2D49FAC19
-39A26862AE2859DC5065C1565EF8C249D95D501A8C53F659CBDF3B0AFFF1A4BC
-5BE2E54A2BCC84402D4EABBA36CFB9932CBE589476A9335F509ED972724004ED
-289D44141EB8D3B63494CF9AAF357A2EE23B857DD0B1A0BBEB207039C30AB085
-28BC18F13B235F1B8C2881C0B581226D1230E7FAFB5652A728B50B5EC6AACA19
-26587B0CF2AD14DD7CD690373D166C1B9FEFDEB345C2023994F2755F34333FD0
-241342CB4CB78E98A798FA200F3BEBD3B1B8FB26F68A32D4970CC1BDF7880416
-EA7F68EEA9EDCBAAE75E762362127A9888D470EEE54D9103433F623924FE361B
-6C0B370C8906FE9727A8F249D1B4291ECCA02BCB0BAF9A785CBF4C9451321F45
-775970916DFC43E0C2FFBDB9194DE54EA990B1CBAB06C5567F4E6DA7EBDD7028
-A475FCF7506BB8B3CA785233225544C87F74D792571FF09B3F6599B3F1111750
-201DE0AA6472939D049C2D674F91508A19809E82D0BA3ED2EEB76916543B8A19
-D758901E5999F8348E74D24A8FC602B7D16F986401C0463C2FADDF67F3FB2C1F
-E08CBF9F753023701A1C9860135284C5CF30E5262C5408D6FCBCA90F14B9EDCA
-7E15F68419A3A1842CF2F988F6E77057873007FC22A2575EE9FCF9B80682E944
-83C776E6F32ACD52BCD48CA90E2D5C31088F646E6A81D27BF7FECD78CD81B2CC
-755155CDF0F1B951A3EC59012FF66E005CD4EA1F160C721CCA6C156957124C03
-0708EF85B90556AE357E27BBE9A6F9283D5B50F4C286D961B61C87F85DBFA44D
-2F9C0D008334B4E2B2C4E6E461EAC86699E8EB8FFB216DC850ACEA016674CCD8
-BF7827FA6FA3D167C6980D6ECC7FB70BD5668DB9AA8BC2013900C693B2890A3E
-5B86A27556DADEF2870ED87EA2EECA8DD0C1E1F58A7CFDF7AF3CDADCE2FE6D8E
-9CDD02887120032EE541A73150BBF388AF868841C2C5EE9598D78A10414A8599
-2D936D5A9E83CA777D35563263ABFF48D283CD76B3F88FBB8F41278BD2E88B20
-2D950635AED81014E46E425434214BF56AEA935150DBB8F2C673DE93EA9C5A22
-E1D305798D85CA7A11F194E47F74F2658DA990E6CFD068F1426650F59269B269
-D2BCBC24A4973EC99EF1C30DDF20F6F383807A59B615E20A05B75582B82520D5
-E1B9B5B145C49F70009C1BD507F895382F82807CBB53E303CEB5C1F693ED6315
-A545E313B6130A9197FF31062F81F623FBD6E4D5B9534412265A8BC7BCC76B6F
-AFE43079E82D77B54EAA36B21CFC2AE1E6AF5D19952E8E339507EB7A7A2D4578
-0724DB516F848EE099885D861A399E72D738395F4DC3E857BACF340C6D6E549C
-79820E43D624F35FADC643944906B7154837693057F2F19A638FD68C246A5BEF
-49363D787DCCA6C9A3FEAF0023FEC63F88F8998FCEE527957ECBF03B9556B68E
-F7BE8C04FBD8CCDDC4DBA0A628D157DE2D1C752B07A9FD9442D6A423E4522630
-133D1094AE3C72FE88E50F13E2ABB0181E41C3C77F30E94190A66A4A110B7A90
-E0896CC9350E9ED01A2CA395851BFDD8A5711D8004E8C79FE8C1E98BAC0BD985
-A7FCE6A92077E0CB291A0F7AB5CC6C30B8CA7CE2B39B374E531A38C5CCB37C3C
-91726D52D98E98A8908FFB91BDC68D30AA8A636C9788E6594AD2F176A9AAEE16
-EA3F249B42FC47A95BC492E52504C184B114389BE0909E827AFE2A33A1F61C95
-593102EC2AA44BEDF477FD2BD876C6F15F612BB8A2B3F6EE46676F36FA1B3BFD
-1C48379F8E92A5EBD064758BFCFF2C1E9B908DCF51ED2FCA8E07A5578BA7BE6D
-9C9FCF5FD25AAE03135B453279FAECE868B55C9D46C008AF8CC68B460C75D1E2
-D6F1F82FABD77EC7DD17FA21E207CB7EB7DBFF1FC61A36135E0A024FE527D4E4
-80C7E92B8A61D52A1C753BCFEEB2460B10AA8A72A76C87ED59600BA7D0ECB249
-65AEEB86F31AE0BA4D0E05FFDCE431884AC5FB9C8D149A1E421F82BE02E46E44
-240B53E7CABE9055C483981031E866C7231CC096AD7DA409FBD0EF0583AFF0C0
-88C7893082CC45C35D0CB712CC92A5156B98191A600FCD6B9ACDDBF31DF29BF4
-AAB4425E9D7C3C21D1F6E2505039DC84F2C7194A2CFBDF296D0FC08055E562E2
-123237E095F8A338BBBB0D4CE5A23BC1F722DC2D3457A6A95565420AEF16E07F
-E78B81E5C0AD05259E6393893FB8536AB9C151875B3B085827622F485626C2B4
-C731C01E3ED08DD36C6DF477736C14C8B319F0B0D29B9D251E40AE9EEA341C56
-59684AA49DD1F293F3E54DD332CEA090A45010A29F978FD4F7F9B8B85437527E
-0A17E7A5A03BD0D7ED518FD95353C931F84BD2B9CD6D4A0D6CCEC055850D5265
-856D9ABE52C7261B1CC637F5546B5476277908562F07E45BA586676A68798F94
-BBEA8AAF33B903912A65E9800B108E8463F90484747EB6E236071EC765D0B7C2
-D2B53047E8BDCB3C720AAAA41EA294178C2061710E8E5788F640C389935B0DA2
-B4C2615B956BEA859332D01DF2ACEAE7B939B68FB214621C5099CDCE43B63343
-6E51F0EFE835CC2B864DB358D8123DE4B50C49C1C16087A99FC427128A78891D
-9821CD5330FD6D2D990028C42B968DF91C7545E5AD2ED35C2AEC94828E85B1AD
-A18B0B1E347DA38E0076EB8ABA028E97424E3C902FE65E0FD8275E371DE741AC
-9AABA09E2BB7DC781758A6973C7B5548E2659727AEA2141DC14AE1110D24F25A
-D58CCBF9FE7C432D015150FB9197A4B2AA739B773289998FA15E8110959FD0D1
-30EA7B2AFA731E411A68B6F7963A3637BDC24002651F9FD67E8B7327C41A145A
-A18BD7284A293F0BFDC4CC7F04AC310B6B3DAABB50B67FA45B8973959D84832B
-11F27A2C5F2C0F9D328EF826D56A18DB5681D55784E3786A9C37B31DDEEE9E5D
-51FFE1C4B23D716CF95FAA7FEFDAD7675C4BF94B5E7C5BDE9166D5793BA50E6F
-C89AF166A3B12DFFCE61980C0D90C29776BF27FA7B16C14786C7DB3B04533AB3
-ADF781FB5E0A865E373CB52A1EB8D19F1A50DD3635D48313B3CD35CE6E55E0CE
-39D75C50C6FFEBE7737FECED33F77228DDC38679988807A42D4120CE1D1E1C00
-206788347219F6CF84FDC75641B6E918E9A12124CE9806FBA2972ADFA13AB2DB
-9C1FCCB6ED1C3C67448CB296FDFAB129F502CCEF4F06B5BE9640D9257CEF91B5
-9EE85B290F46109FCC2DF46F924BA1A5A841E78C9A7773C2F39C02CA14841EA4
-B002ED8F79827A85F158790AE542AB87B62ED40300C5F78B9D6B66DC1ED48C22
-1DFD400817D1197A4B82A87ADD3D469CA228B5D0DED28EAC563C3C77C7A564AF
-46193EB6A759EA60C670D7B6AA51DCFF9B93F8C920671BFAF1D7649504B80CAB
-C0C0C2800E3D9D42AA21498C7B8814A88D0A0C7FAB92F6D2B1A77539969B8F7A
-9E388660CCFF786522E3EF9A6B1A6A1CE0E5E540B6FBA177A37ECBAB0C4A498C
-6121EDD8874C465500279EF36D44F16F1C0E8E39F9780D8FB382FB99A606AB49
-A6497AF68BE879707C949F6B52223F577CBD6D55B16416465A2A18F30F321B53
-F86B6B4E4A8EA02D39E6AAC2EFC9E848E20BE60FF60DBB4B1F42D7158CD1C878
-EB878137575F3409CCEEF60008B8E5F2EC7262106299A2440EC668BD640B9B70
-C89AEE5E76B6C61A77CD81717DD17330385A1CA549BB232A8E7DE7B9E6AF8D25
-EDD53753C11D779F01E1F6CF64BD611DBC17CB4A9A3EB586BC51B0B9CB944678
-9D224BFD2F6BF275455A4ABD904D7018A00F9C3FBF4B06E52D62F201F870F53F
-0BFD9D906116A375102AF114E4866FB7876C405E4B12A764E1D2B16E52C2D454
-BB3E0658D12C847274BA1E561C6D953FFE020C4D21609754B7EA3728197C3F12
-C06B2AC1FA2FBF315B86CFF65ADAD5C9DB29818B47888B2F1942DE87908769E2
-F7B46935FF7B966F86417B5B59F68A2C9E0D54BAA2F7115C520A51666A24A17C
-945DA6E9E6A64FC800C0B13625C59B205EBC203962690C6467A588CE8BB5C73F
-C9F33559A153FF3AA8DB074626F22288F91DDF87512C86885C0CE6C2A634D51E
-74D1F255FCBE3F21D4ECA36B55B2704518C48AF9825683DFF3D7195AD31CE104
-7B81AC823A3F96575A87511D88F4BE86880C255960D5C6F8F6667FB4E91BDD1C
-189FFBFD488D6E0966EEE480B02D8D0ACB6434A69B0C165F3C2BAB407F108E55
-434F6D70C0D1D9E5F7EE1F1A955B2F1443E945C86F20F124ABFDC516D1D5C7A6
-0D265EA3DE933CB95CBD095AE5248CD7A019DC1B8E0CB17AC89EB720E10A07B1
-CE057341EC034E1F67F4C10A981860ADA5D9175D276EDD89526CF90A8B2A5B30
-720D30C059BB45974AA5FC3DACF45B6E0DC37C94DC04B73DE1682149EC449235
-AF23622F2B08551824A1608CE6CCDBF2B9DD243193B67E60C33ED2DA8DF74032
-08A047143DDC307C848CCC58FF9F49D7AD7D0D150E0DDC93ED7248BC4B7914B8
-814D3F203F42BEF94BE753B1F1F928272077C685985604245C1F2882736E52DA
-A24D4A438F7A8B6DECE1F2EC46E57E2501B301D1557063494E2E10A9F2DDAD5A
-4D77795A5085AFF300F89F4A18FC1671FE8D212A4D45B7BB75A9280DD9B4384C
-B1978B239702E4D41E963C93AE5F9D49D811D1580DF3F23BBE42A42B1116E177
-6E45D530ED3C60A097284C8CEB81F3892713030BF4306E3B03516F40BACC8CB7
-41CF6D5830F3373AAFEF24D890B199468D4FDCDA31DE44B5E0BD6088A899CA32
-78BF14F27023A4F43EA2AF37E19DB03974D146768A7AB7F78674C87C5B45EFBC
-DCEE7224DA2A09ABA73F289CBC2C2A8A038CB4998BE859A02491C236BCC01455
-F233CEAA8BD1FB734A16965E3535592E1C99FF1D4040FBFF10D67CEAF472A14B
-F47B062A156A5EE99400E110B12E28D7C3CC78C6A226B071DA7741338673A1CB
-AE8791EB72C96EF04395AA310C6FD72CD3D35AD5717B0A103DABB1E05162E352
-F5135940DDAA514B7C80DEFA7B462AC20575FFC8ADC2D692CB8E17BB403CDEA8
-51919D22000D71358A0941335B0BBDF97B17BE572219A048178D416F03C23FF4
-DD54A7E33A782608544AD9855A88B2BEC481E88F030FB1897FE724BB133CBC58
-CD2E1AB3D37A10D68B193B0A2B6D0290E7AC666202E54EF54050AEE1BD93F17C
-B7DFF6A4637E99573C13C83B5ED1B655B177832CD7D2269A1A049685EB9D967E
-725F9AA675D4F2AA894910C8282423CC21A76331F7B440B2DF17064F2CC315E2
-7171069DFF4FFBD2CD712DBA0318D0ADF26B74F69379632B62D9E5A84FA3963B
-FFAEC76D8595DAFCC582DE1D0298471CA74A0FC705A6113C8E450EBC3A7255CC
-616BC14CB460AC4CC4F133AAE02A6190B138A537FED28402C323967DE2CF9C16
-34D125235B611067411F4027282031D7C0018F2D1C2EA3E84ED19FE1FC897453
-EEC1984F610345D0E9B116C2452222876A85D70333F8C09E6625C56534050F3C
-67EA3EBCBD1701C8CBF0290A29F1DA9CC4031F9A1D031B0F46407FF674AC3461
-972BB99309342CFD823E2DD3D709B7A6D6B5A14627719A64566A194DD7D6B235
-BC431470D3ABF9F77C835298A94BD7504666111A77392EBDAF12EA6D151EB066
-79BF397C1A3688A92E8FA79DB5612849541CB32FF7D147CB3E80C67DCB827C41
-D152106CE160DA98B98B87CE52DA32E503A24A56A3D9CA5297AF041E7EECE5B1
-3C968705D7EF6CF9835F6F06AB24F35FAF950DB4BFE055B83BFCF139F0F36972
-627C50DC7345D8F0F2A96587A65D6A4DE4B871FBAC063645A69BC962D8CF6E97
-66D3E3DD5FD66CB36F0E88F515A20A9B744EC99EDE47C52D59973E04CB8B841A
-CD30925511E03316325363142BE60C05788A3D885AA056B4BCD3EF0CBA0F1E12
-FE691408B1199EE36F8AFEBA63222D6BE82401C4F92AB8399B7FB8468A7E367C
-5812897F5132D94AED7ED5E6B6D1BA9885921A26F4C3C0C74A8DE00A6CEDB86F
-BBCB4B870E512656BD06C8973CEB1C4491D72CF275E73FACB0EF188F5363FEB7
-60289B08B9188CA4BEECFCC1E7784EC4DC6A6D09270CC03493B12594C2A58940
-93E3D21BF4595B03AA66AA345A6DE2984CE6BF84E6C688BB9F63700B19E7E022
-3BEF869DF341F35204BBE57858C84E4F34EAE1A4EB2C572EEF95FDB7CF9C4096
-E1E315D289DB185F3D9C9DAF29C595FAE8A1189C61F18027BA7D020FBC437A52
-D732B1A2C01604D5A0ADCC4C03B7B132227A959D467538C450A7EB3FAAFE54F2
-B53512AA39D1B7EBEEAA695194B133AB002A5255ECB9C77371BA5BB96F07FD58
-29F170806E338E089F561675AA48691A25BFF36262972E0E25FD426EB859B49C
-9AF25DAD09D04239F0AB99560DD9438EC917F7D818BDD643E9C13049D4A7F4BA
-53ADC2F80C81B7D65C1B387A64CE36AB962CB9E16A2400EEA520168F2D2FFD95
-CC9CE4463307FD600BE92F3821F8B134CD943780BE11C75F6F941BD45E17E58E
-9826A5324FF33F5BE169E929C5C81ACA441A0E129EC0B03B208BC8F3F5D4DAC4
-8AAAA06FEF0ED5C64A633573EBA28F6D60ADD0E0617C6AC7A7E2DF9AC13F3E84
-B21DA463242695C6D1E5E477FDC4F44486A0DD5057DEBDE9F30805E69A95AB38
-F071CF69216E8B97B7C34027F02BF8F8DFC40AFF393947675609620795904E62
-CCD878C6BFE822CCD362F84215BA3E432C8A1D735764E6B94C8DEC547080E71E
-89B0330112912B6EE92ED907CD40671AB2439EC7164EFF0F6946EC3BC2FB8EBF
-C63173E727D0B5F39F90DE255EABEB9B651869B73CE96D12DF72D4FC9A1B2089
-229D78CDF2747D4D220AF37FC53FAFDBA8B59351F03DDAE5D8E384CA3C4F4EE9
-72661D9C0EBEAEACF659BBFD9FEE1EBDBACFBA58EB3D09D45DBF64E0684A4F0E
-8A4012ECF46C8EDC6D2A78FBFC0E270B25649869BF367654434740C9ACAEFB94
-C7245A96C497197F0C193261AD1B8C5E42DF36FCDB9346E36443DC25948EC853
-CFC83CEA22F542A850490688497CAC46912BDF9282194E26D21A8DFBBFA1B7E9
-7FB5F1C7AA0ADD56635852EC046B7AE2A1899C76FF2628E90E0E1B211DA41E53
-CF84CF171CDA201D2DEDDA1796B5C1AA566C09E9DAC7AB344D76BF15CFBFDA77
-09C57A65ECCED62AFE178B332DE685E89C5CE758BEFA961497C813624530F2BF
-04F22C4F60B3500FE8B79B2CCA30DEEBB39E1F62126C36A298B17BF6279D60A3
-4DECF56B9AFA112E0EE4902607265E0E2F0054A78C5613CC0A2B2C34C6986917
-BDE26EF41EE3B2DF98D842543807D09755592FC7BF83DCF9E68CEA9CE3FFB01A
-A75B0D707E94E5127B40909AFD7DA2D680D59B7F0E61023318D5A07F8D56720D
-2ECE0817DDF8FCE62CBF322B0A5B6E943A909200BF2B6085D30A98349C1AB963
-FC42E5DD2E97E251D18A840FDDF6F6842AEE8CD572A98FD9E3B919947CEE9CA6
-1B14E47992DB97A5F953C6B699BB97ED06012B33FF6D94F3EAF783B38240B657
-517AFD4522F3346E9D9F8A70B094F54E2527E85D9773C1370C3F899F11A61A61
-C3536C5140E72BB9F810F52CA5971F46F68652058D5871C78DAAED58E712F103
-991727F4D7F49FE30DAFC3A9AE78BBD5DEAED16CE4742EFE9249CE0B4D4CD0C2
-6ABB4C30E85A5886F590B9F444DACFB3E4B68BCC76F36684E9CE60DF5B2236B3
-5621DC80EA9DD3EE4F16465B801B33D4CE128B9C6A82CE08560B72C1B5291BCF
-358A2A1EEF0FA209FC7168B3B661E3E40FB3D30E2E08B4604F4300EDDC4E11E6
-B479570F9B02BD42DF120D18E77911AB884BF326B7142646962C80F0BB5C3C12
-2E3880EAB34105F292036EA0A88839AF654B5BC9704D53B3EF7629C046BB5379
-C094EF8FEB5FB5565E86A3762E057AD3837CBA0F536EA7057C84EB868C498722
-2AA001D636CCC2F3A72B193591CC6B1C3354838F4C245BA4BB9A4BBC613262F3
-FA6FBC748C8FACA17B135E49AB960DB6872C615875D5985C899F2D656CAC3EA3
-62E4053EE049631EA48B97BFE9B53062491D4C2ACA65AE744590C5EDDAC78F57
-1040D9442EB10927FAC2024FC24B2FF9ABA44A8701585DDFDFAEB432696138B4
-FE9939888A40CE6287299BFDAC91175953C7F38020C332467B704135E8644868
-42B6FCA4DDC9AC04CD32EE5C3C9B45B6893372F9498CF5C19651414A61F6A2A2
-13568EC8CEB032718C17E0E5C1C1D2876724532FB2FBFEBE179470F22B15CC09
-E9E6A22C5C1F8CB7F05CBAEC0EEB8873BC1B56FFC529437E57DF1B040ED1EC6B
-4BA14ADE52B503E4FE18296F0036760BC6ECF1044A15DFFC81EB7C11AED5F6FE
-DB81B37D82BD82724F1B77C840E41524CF1589388686FFC21C05394D848824CB
-4762A5ABE288644ACB5D973671B664B6F68104F2E7F93392EA076F819EA58EB2
-95F750BFC9D53EA8E1703EE20B43AD610FCB7784B4738ADE4C33458185D3640B
-DC0B3B5503EEDBC99E1C45B9ABDE7D779F8C7838F2B21C4398EF3C4D567FF21A
-E427A40E22F1E5DBF380B83DE726AA60FF43270D8E920B320F89E787C41274E5
-8DD0B2D4A2A1105A63B413215C98839CEBDA6194F9EF46837198DAF734775FB0
-C763B9B4162B93735ECB20B7C16D379521DC6A80209052A20EB8ADD1A00EFB4C
-CF393C91A9D4F2D63800116992D2FF10DC312BCDAB3D59A6E21C53F840A84D52
-15076DA66068631349169BA98940872612831C1E70650F6B56D6BE0CA3F75C27
-AB9C03BB10CD06F73AA955E59C9CEA09D04D49230778E065B691E693F287F0B5
-B59924424E61166BABEB8D01317F050F54BEAA5901B9D0B4798F9EAEF69D0209
-03B8E7799D4803392EBC7439891C10A669299CED3DF9AA0AAA8FB43B4F998D24
-43E93ECB1909A6DB6232069DBB017ADE281F5AF5812D74C09B28FD373249634F
-D74F3571B232049A1C2BF2AADEAB5DD550D8CA32F065CDB5A1FE05CB7CDD78B0
-7653F8373028D46D763D6B29F5ABCADD76212A375956C60FE89664F9B34FDD74
-45B9F8B6C30C5F79A2E95B6E334E5E572312183E77033C18B958B986A9CF82F6
-74ED57F1E160BBD3FD80F7BD9D17C6F289F76B87D5D8B1287F8F242B6808A8FD
-61E612E92370437378888C1D7036AACA20B8C81CE15A5FF5D927EB390A72BB73
-A55CABD8F077AD7FBAF38E3B51E2F9F73915320C0017A4AC1A7D00E2054D153F
-4BA820292C7169ED744BA9BE3A8C94495B7D022D813676CB59D95C549948ED15
-70D44B4145ABA9E9236D9608C0DFF2701A32E2787C0E8046DEFE46352F48D2D9
-54A29EDFF73AF590FB45665433EAE72EF04C4DCEB7653881ABC7BDB3A1F3C2AD
-C329FAD88C32EB5F8B33AA189A568FBD35C16B71CE8482A7B64DB55C86F8239F
-98933FC55FA21BA995C80716D22649A7AF709E358160CB5FF0324FFA4643223B
-EC275C2474DF68C574C9B18BCC9CDADE1937754FCE03062EF6F3CB90DB7A79D6
-339F7B8EB3B63685FCC0756BAED7DB4AFC9BAF17DE8E8836CB5DF8FCAF71B91E
-9B20B2B142E136CD6CB672268FF521EC5EFA6E56988E5FCA6F75FF15C6D5AD84
-82F4DEC84DEE67FBE91258DE2AA3D94DB48A7DF859E1C6A502DE1B9917C41E61
-E6A3C9F82997081E93439562FCFED61B664266C3A66B5AD73005844ABEF97EFB
-BB37992257469285B3EC714C9E7D30CBDB1E834602DD7205CC2ABB19DB3D1E9E
-5D6AA8AC9919845F826FB91EC327318FB1EABD8B905FA0BF9972EBE6F9E15822
-D6C47A35535BFA4DA0551BF2464F51649F6BF77E71A9806EA733CF96CB30FAF1
-7CB0677EECEF8142F3A59C751653C378D84C458B920F9BBF7BC108B6BE76B74E
-6490BAB904CBB88A7E0A3D503B98A9D116DB6850B617BEF14DB927DAFC53A189
-095B31448CF73AD25F25BDB75ADC18342FD1BF1227F53AF69D31C5E0B2D5264F
-EE7320D06761AE8EA0F0929768A77E87D800AD2B118EE10572D29BF71973BE61
-A348B2FAFF76F58ECF1A47AFDB4BC8951C5AFE7946323D5413CB292A56876EA6
-7A4E35C3D39A74EA7E138EE15D3B2678D91E38D94CF8D8B91766855CDE05F613
-D16873814293488AB11A7F0DE7EB574349A807595E652DB17713E59DFC1D98C4
-D65186BB1D6EF8B2648211FD4F38988E48A5CAF1B27CDB0BE437D558B669434A
-9CC69F4E6EB94B697EF4238DD92EA780E3F5CF75E34E18CDD17AD1E1C6B2AC7E
-50040C583D33E7A82C338BCA54F1693B4432C3C452E1F657A27BDFAA83CA6CC7
-2E890A145A2ADBF33C3567BC056FFD49D6976AFFE64D92235219FBC8A3C92B38
-E21B6D0C1A8EC5B6992475CED740DA6E8C853F8E443D9765B1F438B2E1106DE9
-542FA489DD082EE09FA5FDFB3648D6506B377D209406A9657E8C436F5E307899
-E02769D9D67CD58E6D2CB22A6D526B516BAB38B1C733596A102B82406A0886C1
-5D476584F0F6418055372B3C6002EAB0AC8AF380A6978669E78C2C57407CBF86
-4AB437DF85C25F59AE98FBF834C78C39B007A51A697A88C561E484E93599C72B
-BB562C7250B59329B8D1F7F4B4AB2476875E0AF3714CD6E4E7973703CB501E27
-A6A311F10B9F0BFBC1E0BEBB4C89CC994AC0E4D2EDBCBBB962D31A343FC331E9
-073233ACAB6886E2DC0367C7CC2992369645B296413C03D27BAF418C4363E582
-3FB2DA273C1042F3085F7F9F4FCAE40F351418EB5A898BA998F384E1932C5E46
-CF173F2A9786817045A1E08737D8F1C0B9A6133D0086FB96343E1EDB50739601
-1B7903BA0454745C2E9C081691D196C6D04BBFF988EF3FD5669E0EA141D48B2E
-B86009F1E4627BAE2C5791146FAFE1E91FED3CD8152EC28938B42392D8D3BAF7
-DF3683840CA5F4305E986230139D77D15AB1182A5DFBB3F2036586AD40D1D36F
-D49BE7ED69F75DBD3BEEEBAFBA28B0559149BEC6475301CE35E37D72A1BF55DC
-30C23CF987046E64D284D0DC3D09411CDA75C4C5C7868C2206E4A7998908BBA5
-1F522F266369DD5F9286B0864D45A01EBC7B1D8CDD1B8D34E723F36F682F2179
-F4D406621C2FAA6E554EC7C09DA5BE8527FD957392C9716F050C7942A629A9EE
-9A4897B6C15E8DD63D0DE0F7CF826D76124ED6DE77F6064A01502E1304C55049
-1FF9AA67092FBF18145D8027F518B10F9710760A6CBA733F0C1B64ADAF5BC527
-4C24B6B3A684DD13171751B4C437F32AAD123454214F4B2CC7629B54E5BB40CD
-93431C21EF4960852DE0735B223111FB1CF9854BB704EA64A5E258895195214C
-C6AEAE8B127B62C3E6EB8B9D23621B02C430E8DB93C03895D567226715E694D1
-48A2674E6512FCB553700A947CCDC6AE3847258D2E33A9A89E7F8BC93F44A621
-30F0E10E2A27EF0EBB15F6D12E8D95D9886280CCCC35DD78128470BDEFBEC5C5
-AADF6CC0C5D21FA4E2C207E25400CCD1D9F9FD6ECDBB1426ED4DD76366AAF04A
-D99225CA931C49227431B5ACFE00F965AD2A232CCEF1A25919E75914D253E58D
-44D02EE0D669608AF1911716895A40E582633F2DA096A0E918F68874766439A4
-C250EBE7F3E6949C02FE6B403B7F11643EB352FD0EDABB005FFD6A6398CD1AE0
-C8809EC535E6BD855A001364D6E9A4DBEA39E2C79B6C9AC0405502FCCC58FD16
-1BBE3EDEE443B184B5B6ECE6A965E7492D0D1698406DBB171A9B681BCBB74B08
-AB64BEFFEF8BED8D9233739929D07AE6D639529DB2ECD8CF90EF164194019467
-EB38DB6748D4760D097463B3173CA931CEA327AB3C74E228C0FCB0330251D499
-A9D4FBABD24E1E696AC6A63716BC620A42FAEBC720359452A7D9810907577EA0
-636BC1A5309AD52A5D0630B3FA14FE23F968D3A105EFE033CD1DC39C8E9D1D9E
-B0A0AD022C5D6A819218A7A31C95FC9633FBF852591441EEE8A03A1C68E67315
-CC66ECDB8A6D22DF313C5B3A21A0CB079080571F9070D2D2F87504E5D1E678BC
-C16A00EB2FDEFC760AF97982FD1795A2563CA69DC5F7BE7D6473C24B2676C511
-81105B3118D0E3BED89612AA3E441BE3D0F1698CF987891FFF04E20A1EA40228
-12953BE70E0621829E0DF6B9C369F34977E3340768C1B1124CDCD1694D3B64F7
-E81E95BD54B025CAAEDB75EC864BCC78723D0F48978744F0BF8419A55D35E273
-67D916F3E28F5A06630BBBEE1339CE5601738FB4FA8044D9561F484AB58E4702
-6061613EFBA708D398CCDDA3E15EA4A82DF5E91E9D5ABC00DF191AD6521F427A
-51208AE8E9D193F280C8083BE0EFBD75E0C33F398E59F318E6C193A7503A4732
-F9E11E8DDB511230BBAADA494CDE66C55B18C04170C247C84101A351C5CF1BED
-A8E1B4268B511B0438FC14FFE363DCB276D4689564D743D0C35EAE0E711C7A80
-ABA0D520949819C273BAE91A300550ACBC30AAD247F2B13922D2F343FE137C89
-E06644B88A3E028556AAD5D25883E61063AC1300A803DE78B28E7292B5738665
-360B72A19266842D48E68314526512E4D938C64D636FD87E3C3401D528D0FAD8
-B198DD4BBCD6FC518106F210C725178C7B084F39DFBF49007B012BA73F11F0A2
-FC8C5084A79ABD0C176C08357070672A1238B9000AE85B00D363926BA430224E
-EF247211757471C59755A710BFCE3E953D679A175AE6D1B0AD8EDA26984898EB
-BCF0190FFCD38ADF3F2210CFB9E40805D795389781A154ADF379005BB8EFD6DA
-EC676B8921D15EBA849557BEDEE27EC680FD2FB92453683899ECE7EC916A9C8D
-279BC3E6BC789AB0DAD27F68FB8FFB2C0C4FAE9BA8BA8BCC60406A67D3F8D44A
-3ADDDB77EFE9840B6A2F97BE6CA43512E91F1A5F1381D91A28C5CA612DEBDA0C
-0975398C316ADCF7E1B9FC19D2781D8862BAD0DD63553601A589446811D850A4
-7A5EE9DC3BDE8DBA90307EB406572CBA608A874FF2CCB28D43DEE85E29717E20
-D93B5A3727EE3957F03DD83AA7EAFD41479699D983CE2D5DA023B95FD3A51E70
-E0571FAC0B7475177A11405714BB1567BF1F8D9CA2C8A97110E824DA2217DB17
-06F148EA959F791B16899375DC1D9228EA2482DD7AA22B6155BCF232732DBB61
-65A2D565487A303798FCF9E41541E3430ABEBA47F456CE1A122A662A392C7892
-C3D6D36DD99040B3CEC1786B03B46A58F0F5BA6B6B9E6CC3606F05D396AAA768
-7D4CBEA2400C1B0134D72D1FD173316B5C96DF8EA36A61BB73ADE9EAE53DE5C3
-C1526D9F0F8E1CDB1D0077047FE0D37DB3D9BBAD7AFB720F533BFB50EC001C82
-59C8559A0132EC46B57F00B52BB55800FEC1D94278EF2D366E9A36B45F36DB1C
-8E476730CBCD0C4C16D338021FEE54FBD6B272196FD03159E57FF281DCDCDB53
-D67032ED477C0BAEC4BFD0708C0E527E6B849A7D12C434F970AC1B59A24F6DC2
-D252A1DF140AE17DE96263A66A91498CB5FAA64F9274E38F100CDC46420B8956
-1398D0BA55B26340B4885176992B50A0A1B52897D28CF346DED35BF49A35D82C
-923AE3807CA5ED589DD3D44445B4A9A38D7AB80190FD3D8CD06228237EB849B6
-7F229DF0CA44DC2562FB572937B9EF41593DA9E048271C177BACD692F5AE7F23
-A192387094CA82EDC627A4EC87E3D38C43C54F156F6E4E76F0BA6808D8939C15
-2D7441B265E800E5897FA43AF8F31DEAB3F504703F47DDFE8443005E8A2013D4
-3DD9930928B091E0F68601B71F9C3766D3807322C0C78E70731FD700A7580098
-D7E95A706EC6AD11FDA3A6C32B31171DFF4BEAF84FA3FF9055E97B302E39E9FF
-0C9C26A029EF0C17EA6173DEB3BFC8CFA190EC377A2C9E3361C212E0D6FE6B18
-190D70089E81E176D6627104FC9A25452BDF80B1E811A38F9AD3B08AAF5CC871
-EA34DA1C26361917ED6086F36F44B9CCD55E415F678871035A69E6F03E3320E1
-7181C1E00DF9863075226B6DDCCEB01A1E2014972D9D540F871E14170EC7492D
-F6602AF3F7BAE9B56484EED9B1FB10D9A472BF9A42B4A5A20E34480740F88EB6
-6C0712F211D8768AE1138F17F4BD46D49784D5267E42876C50BF165A04C036D7
-14C17E5E0ABE870BE2605234B378764BA7D62A90EA13A89872CE0BFDEA89BE4F
-00A006945A3095F26E89C32660D3F8E72897FB733D5879521E8C2C4E8A88FBCF
-E4B8ED5AFE948A097354F21566C09D4AE09D1D42D3210AF5A256E6E8E8FF9F6B
-F3695BF0CC12D06C0B6587C08D2FD03D6EE510AF09CE83DDF5D5DB328E36CD5A
-CD3FDB378F9FD85DC7ED303E13E0D045BB89464DB81B6FB5E90B9C189C69B7DE
-63D26B5ED513A021978B16B961C284A9316FB879382446215EDED65A3B53E4AC
-6E257AA871CC8FA0C4E7B5CDB20049C8CFE11AA1131C41C3E06CD50F5F943B68
-F7FBE41F4EF6A8D0F730804E7D5F83F5C07F5D74E7F9B862F9A9910FEA396AF2
-9FBF78DB85A44E01A2814721A2B3018A811C3A5525541CF2EC43EE6977BE6B94
-8EB93A9B201033EF1F579D96E230C2620D00B2019E1E931B473C18FB13ED752C
-3594AE05FBFE782E42F86323F1A3379799608111171BBEC2FC881EFF28DFE535
-D673AA5F6585A18628939AF3DFA6E1AC0D1B99D2EE76CEDF684FC2CBFE5F9B70
-3D5169903AECF35F70C6DB08E79FBCD59B022C1F0B9C4C8A056273FAA158B6DA
-2ED09E1AAA97B9F503B3FDDFBBD678B60E8854272962B5C3E22E4E349DE6B6AB
-3DF9C4972FB6C76E7C299F581EE84B2EA5968B17011E397F1CCDEF068F094892
-C6C84942127235EC69585BDB0E29EEEDE588D05A6C649A5B86647D6500090F91
-5D1D4A0A427B99CF7F32B3B2775EFE99004B4B7B0E3E39B378A0A7508310E576
-E25C4799D60C2C02C438DFA54D0EE25172DA4730DB65A97AF1D29F4A03B1F2D8
-C2969D2313478B6C6996BCFF955A5F9B87CC64C9B75BAE42AC8689172946DE94
-0C09FD5722FA7733180F3179B1AF11543F203A46A9811DF89A1ED63E4E8351A5
-A693F1275E32C63595D12F50F3CB06DEAD536548F9A8C02B23B32367D3B60AAC
-70E2DBE1527D3F3D377C6DAD63FF037FC65E921B68114DD6056FFAE6A6A7DF17
-551D45B0EB8B92052CCA1F7783BB0ED64BF63B1BD12D58E372C103D3B5B18044
-275EF3817FE6D81753AC36950490EBB50F7E832418251C3C2EB411F1DF7ADBA0
-5AB8EC8F2482915E8BAB115A889D764E9B7CDE83020655042984DE0F70AAED5F
-4C1A2DBC0105A5C5FCE2B14B87722D094B7148EEB07CC0B24D14EE0E49D80AD5
-4D2AE2B08A543C292DAD7F9635292D95DEFD842DABB1D376F4915303A116F0B2
-CDF207803CA5F54C0519E58F57969A771905DB60C3BA7B7BEC66A04B80080AA6
-F07629374B635D427873794A6C0177F392A2276C64D389B7513B17C9824C3D8E
-9602E1D21DBAA82BDF7439DB9F54AE2F4D9CAB3C798969FA557DD87D25E89B88
-19AED8E384D446BBE309B79E2C7CAA43091C88E0546A602F6B2009805312AFDD
-C8A6C65BAE07D024C353522DD8157C696CA6E1E66233BC2CED1D626DFF75C45D
-829B3A2EA1FFB6F9F3853CCDC8C42B2A4E9AF21016B33876CE7032052D9A1BC5
-365D76B9CA4545FDCE8DB019116101424C6476A1BF24F678A99244003FD4871F
-88FE0815DA4345CB44538CD546873714859A699D62E427C2FAB185730BEC1E5E
-7ED24ED665CD75999B4EB4DF93D6FBBE34AEF6A28B3926FB3608C82081C67BF7
-66CC514A1A9FA5183EBBEC332998941601D803A099791043EB837C589B4C05D5
-C159E55D6531E40B0B8BDD2A381500FE835D2607EECB2B5A624F3F642EED3A44
-8058D47C2761D0A025720D61BA3A07EA6FD1F4DC08CCDFEE89AB2E3FB1D187C8
-55FAA26B8421EEB6C2BAAFC5CFE65DF7C4DE2E82C1409864DB763BFAA4CABC8C
-CD3EE1B33A46F51165889E5EA9B3AB62409D5D3D82640507040E71A587A3935D
-91E21453D240A879785FFCFFA7E692F74A1C89F16B9A9CA69BEA517058D59282
-3451E6AF43F89A89B2FD284166636D1085619020F337CF3D1D91219BC3500D69
-0B61F81B20C3925456A7E0E45DB8C18830CDD3B3AEFD01ABA44CD65F6E107B10
-3269C83D74BACBBDDE201683E3FEFB559C2FEA062BC036F068C4BC80FFC5F823
-1A3A9559AB85BBBB14C660B6B612910FA6391F3F2BA9A4E43BA4014337B510CA
-AC86FB10D829E9EA54E33951E0394D0C238669BE9E2971E2FC07AC2DE0A96055
-1F3DFE71F8B6E36AE0D58ECD8396317243D16BA545EB2B30D7D9AE66757DF8AD
-425D3C0CE41F643210804009E1FD7DEC1B12ABC063CBDB35739B13ECEFEC1B8F
-418333069290AE870450C35535CD9BE88E50C3E08FD236921AC6D688596BF32C
-8655A239B16A061FAD80C1C562761C7E0542245913EF905DE20626167CDF6D1A
-82CD1C77A27601C870C2DD6EFC851BC7DC37E7F6E47D1B8CFE2CFF3B6153B6AA
-39C011A06D087730B9E90523F17AA253A4396FC40ADF13525CFC74CAB3D7575A
-CD9B5E5B48CD468B0DBB1BD9B8AE10E23D0F9D1C75D892022C130D7BCEE847C6
-8C61B019E78BD7DC599E082E35B28DB5E6FE364A0C95D585A61012997B5698B0
-3A31841F8A44401C09DC7D8DA4308165FCD4E3AFF17182D52FE151915B142CE9
-BFF709C02298FA1D71710CA4CF2FDDEFF2EFE9CBF70C11806151F20BF0B8AA44
-78E7B7271567C7460BBB30360805D531001B6FC4D3903EE55E07DF1B80C6AC72
-C34D617B1ECF3C4107E6E6838522EB39291354309FB398FC688918A2F4CB8B64
-31BA3950541541A33F1E5F7E6366954A86A4D385087B235B9B30C77D9EB89560
-644E13E877C788399BC2EBC24B2BA81D838B3491EA8F25A146D157CA12B63071
-BFF7748B6E2924B3F5D0CAE0F2951CC2BCD7611313605E421E08E2FD0D23618B
-555ED35451616AE0E6824B83F334C6C942B0AB18665DBEBCF8953387C60746C8
-FF7579E0F2F568C3D790FE65A7BFEA4E3CE852C0800761A6A97459E6AC9DC618
-F697D4C084C873F19DB30FF3A30F953557BF19F3D537FE0E862A5F83044ED6C6
-99FA35F823A506A1E6954AD12D9184FCB91E1FC1F31447CB76B8A07D987A3BB3
-693050C15C1BE82982916797BFD39D9F00818447827A7AD945A46D9F124229EA
-3AFF1CFA38CD9FCFA5C92A68311D0262C2098BE84E4CAE3C486618AA20CE60A1
-17B7DD54B60854E9771B0F906E413196C63A3A647C125BBFDE36570DD6F1962B
-B044CAF4CFE97E03AAB00B4AD6622C9EBE897C135E6E94421F535BC698544781
-71CA7ED98FC755FAFCFDD6BBF532D5A263999E85E4F2FC6292B42301881482D9
-F71F70A9491F5B5C742C394DB0D8D1EC6FED020ABC879758AD572BAABC776CF8
-D13E3B086C7C512995BFBE098A790464529D5FFAEB88A298D5A911397E2C1484
-5D70F57D8E4BDFC516C12BACA35B4281E4B74255EED832FCC098D887FCE46D40
-9973999C987DE98F15022EAF4ACBEFBB3A59045D1DB954FB1D8FEF731F0CB419
-164BF5EF2519ED558439D97094864ED18DB07E09686B092B963FB6487A1C5418
-230AFA1D0772C67DD872B21687E1DAC09AC2D62B83A614A16D31C90FCC9C33A6
-4050C66CD6C5D3F437AE3D885381CDE61720D2756C97472611A2F83E02620934
-786C2B9297CEA8098D0710247CCF585248AB4A55261EFD6F4B9794063C36AB02
-B627827D28B60ACF5BF5CF56E91752EEC8400A93B4A211CD771AA9AACCCBF8F6
-0CE3D8E52236D8533BD469C4F4C2E9C94F163FF5CD4FFDD58467FC13AD78DD80
-955667B352680673799EAE573D3350D7FFB18BF11F66B12D33954D8194506BA5
-899566E467FC7DBC1CFD07C7A8EFA4686F79A8B3F613605DB9C99EC2190136CB
-DC3B806C965228715A357A1C8E3BF790C09DA6E67DE70EED8C6619B99ADB864B
-33597C0FFAD809311FAA54F814E5E0C06CFA07921668A235FC095ECBBDB51000
-204E44FD1857C8E1D57680D97BD11C973F5D010D6895D29BF2BF28E9A2437B1E
-3F2C7D7582823CF375F2143C2D08F032EE9F5F30D57BA2F69FFCD28E08AE3418
-D14303D9959B4D763B9BBD371C49E94846F196D16DF822CDC6E6C67493D70058
-9ACA628BC60AEE755B021B640118AEAB84055D6090A221107F43427C33256FE9
-44D300
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-%%BeginFont: CMTT10
-%!PS-AdobeFont-1.0: CMTT10 003.002
-%%Title: CMTT10
-%Version: 003.002
-%%CreationDate: Mon Jul 13 16:17:00 2009
-%%Creator: David M. Jones
-%Copyright: Copyright (c) 1997, 2009 American Mathematical Society
-%Copyright: (<http://www.ams.org>), with Reserved Font Name CMTT10.
-% This Font Software is licensed under the SIL Open Font License, Version 1.1.
-% This license is in the accompanying file OFL.txt, and is also
-% available with a FAQ at: http://scripts.sil.org/OFL.
-%%EndComments
-FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup
-/UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /CMTT10 def
-/FontBBox {-4 -233 537 696 }readonly def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (003.002) readonly def
-/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050<http://www.ams.org>\051, with Reserved Font Name CMTT10.) readonly def
-/FullName (CMTT10) readonly def
-/FamilyName (Computer Modern) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 33 /exclam put
-dup 34 /quotedbl put
-dup 35 /numbersign put
-dup 36 /dollar put
-dup 37 /percent put
-dup 38 /ampersand put
-dup 39 /quoteright put
-dup 40 /parenleft put
-dup 41 /parenright put
-dup 42 /asterisk put
-dup 43 /plus put
-dup 44 /comma put
-dup 45 /hyphen put
-dup 46 /period put
-dup 47 /slash put
-dup 48 /zero put
-dup 49 /one put
-dup 50 /two put
-dup 51 /three put
-dup 52 /four put
-dup 53 /five put
-dup 54 /six put
-dup 55 /seven put
-dup 56 /eight put
-dup 57 /nine put
-dup 58 /colon put
-dup 59 /semicolon put
-dup 60 /less put
-dup 61 /equal put
-dup 62 /greater put
-dup 63 /question put
-dup 64 /at put
-dup 65 /A put
-dup 66 /B put
-dup 67 /C put
-dup 68 /D put
-dup 69 /E put
-dup 70 /F put
-dup 71 /G put
-dup 72 /H put
-dup 73 /I put
-dup 75 /K put
-dup 76 /L put
-dup 77 /M put
-dup 78 /N put
-dup 79 /O put
-dup 80 /P put
-dup 81 /Q put
-dup 82 /R put
-dup 83 /S put
-dup 84 /T put
-dup 85 /U put
-dup 86 /V put
-dup 87 /W put
-dup 88 /X put
-dup 89 /Y put
-dup 90 /Z put
-dup 91 /bracketleft put
-dup 92 /backslash put
-dup 93 /bracketright put
-dup 94 /asciicircum put
-dup 95 /underscore put
-dup 96 /quoteleft put
-dup 97 /a put
-dup 98 /b put
-dup 99 /c put
-dup 100 /d put
-dup 101 /e put
-dup 102 /f put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 106 /j put
-dup 107 /k put
-dup 108 /l put
-dup 109 /m put
-dup 110 /n put
-dup 111 /o put
-dup 112 /p put
-dup 113 /q put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 117 /u put
-dup 118 /v put
-dup 119 /w put
-dup 120 /x put
-dup 121 /y put
-dup 122 /z put
-dup 123 /braceleft put
-dup 124 /bar put
-dup 125 /braceright put
-dup 126 /asciitilde put
-readonly def
-currentdict end
-currentfile eexec
-D9D66F633B846AB284BCF8B0411B772DE5CE3DD325E55798292D7BD972BD75FA
-0E079529AF9C82DF72F64195C9C210DCE34528F540DA1FFD7BEBB9B40787BA93
-51BBFB7CFC5F9152D1E5BB0AD8D016C6CFA4EB41B3C51D091C2D5440E67CFD71
-7C56816B03B901BF4A25A07175380E50A213F877C44778B3C5AADBCC86D6E551
-E6AF364B0BFCAAD22D8D558C5C81A7D425A1629DD5182206742D1D082A12F078
-0FD4F5F6D3129FCFFF1F4A912B0A7DEC8D33A57B5AE0328EF9D57ADDAC543273
-C01924195A181D03F5054A93B71E5065F8D92FE23794DDF2E5ECEBA191DB82B3
-7A69521B0C4D40495B5D9CE7A3AF33D17EE69979B82B715BAD8A5904C5DE0260
-6C15950CCF6E188A0CDF841EB68E5A2F88253E382140F87C87E55C9EA93B8C89
-14A36CDF630D6BE7CD36DBDCE22B21778E8648B97B7EC6742EB5114BDF0454B0
-0EA7B1FE236C84C0E5308C871F67B973892890557AA12E00B2C20C71F516C397
-3F3BBD14A1D0149CA064391056E45E9470FC7F6F556ABC82653B3C8049AB5CF4
-BA83C8F2158C236B2FFD4208846013BAF4165E8BB8D334C8FF2E8D74AF5DAB2F
-D44788869B08399421AAA900ECC6A2D594641C121660D4B5F512938994C18DD0
-FCD9B008F68F0351D21ED735B2740CB1E0C1CCD25EB548C35B844601D98828DB
-556F71D07E081A593FF12DAF83676492A0FFE16E95717A07082B43A966C1EE8F
-8A59E1255E1705C43A23CF29A5E4A6547C93F1680A870EE7BAD8CF74D838CD5E
-F806911D8FE4262ED8E7F5BC58B92C9C6D74F8AD45FBB021EC7E97393018B9DB
-B1B84E7B243ADB05ADD3F1DB3692ADC5D47FEC7DF93080669E63281F1576B673
-125EDF08016664BE73364F65389F7C3B66623AD1754ECBEF9E5CE6948D933787
-A5674279ACB2EBECD3B4E6361419AB32028A27670C9F3E18B746A10B00AF6D77
-4EC00E3BE521C02A99AE5BAA98F793EB1228952BE67934B91472E01AF7B816BC
-56D7F19F631A1927846D800C107B1E9CBFF9D2DD513B4A8CE2E0DFD77B1ED178
-E43FA7052765E9FAF89989D490D8FEF6C536EC0D4AE27A74F474B98DA9E6B92F
-15E063DB260571979A5DE2423920CE1F59F56EB11E00E3BB9D466A8263E1E385
-2014BEFDA8D1EA3EDA04BE32AEE6CD15C5C010A1DF7F705A2C0C18E87C8DCCE9
-05D9163181CBA56C0FAC8C06A2990554C8E759D076B01BBEADE3B5FB8B551390
-6C8E4A2A1C6E7D9C708614626F3770C0AB7DD2027469C77975C27576065862AD
-04E5E50CEBE907E3E991FA0C627302C0E207B4D5992BEBAB5853AD1C0D271728
-C76F40A79392ACCA7358F948AC65DC823CFDA59E1FF69CEBB6B7EC3CF21669E4
-70D999508F9C49E2D9F8818CA53C977D93E15FBBBAF75B1E84F0BA62BCC4BAFA
-4EEC82D804C8A8C0210F3E5E258BB1F6921AF02BA9861BAD5C3D5FC8CEFABA8A
-A607E547B802096F7AEB09FBA99C83C9A494B94408DD607CA6561A6E6660C473
-62CF8D35F31D052F6C6C8138A8E1430CBA7EA6973D6D510C1A06B3FBD79D9364
-240C1A00272DA44B89A9FE8D5BF36DC1B5EBB4A78ADBE9C5EDB485F093D9517D
-69E1AC9A8E6C9D7C324E3797CFEAD9A18E82E03F69B2CED7D5DDCD1A218BF2E2
-ED2293AE999FE2A4B5213A10083EE0407BCF8007670B8C737EAB30311C868D84
-121149ACB4A27F3ED6C0C181C98AAAF51B105F264B5672D7F745131ABAB5BEA4
-0C9B43C0DD9116D6DC61F90BE72018F290D26D5E9D341055CAF09C9F45333CDB
-D45B7954271767F638EEC499F7B53C2CC5774EA7A7F024C4CABFB93D9CB1856A
-0C671A4ECA7C62EA5242648A84E7F3AFB9547A0AFC29593CFCE6D8B873A78157
-D337CABD291431C0A2CE1F37E0CD7340567AC206FF98E4B5A6410F70F750451C
-550EFB54AA259A1B236CA9CB730D2CEF125EC65D959441F7CC9768F777B44844
-CC9842A307C72B740680ACBBF6AA35FA7A94825069BF7696ED81A371A9E5475A
-9D997F2DFAD339AADF797F7E03E654234455AC3D17702A420EE0A597BA31BDE4
-FEB8DBA7C61D311CC90441A620164DC22DC2D373973EF84CC553453AB1B3337F
-7B39983B8DFFB3A9425F119B45C1CD37A76F905777B3154CA6200792F1759D06
-E017890F4041A385F2238E3C48B6C8EE6F5258463FDBFF7AC762F6C4363926D6
-50F004D473B7B7F73CA686B559C2885F1AA761653C727A77D73431E9D110E76A
-2E55C68CD50F43997C9B2FC4710F8C8540909829E215678E63BB8363C4B8AF05
-9986102BB36580D9CA95CD216B7C321822CB41B2E0422CD077F3B55E0246FDB2
-44D5976F67296B5B0BE4B06F6E43535C21164E6C5089C3E9BA2D6B30888C57DE
-49DC8D9D46C0D5EDC47ACF2C03B72DE3B69512508539019B759280BABEA12BC9
-385308A0395C4CD33182A10A5A229743379C2075D82D8BFCE4A66E1AA087A091
-8F5372684FA5037D1B92D50CD9CB4F50AD4F8EE7D51F1C9E63C721CB5B9BD011
-6F0A8DD4FDCD2B008F223A1036D90F0F3B252487DE7898F9AFBB3A9D9CD49E0C
-EF4ADAD5155A98D2125ED5A3D3907F67301649519419F33CD942E8DDEAC1BDA0
-E90C431B198F646766A8FA9F8D1561B57E126EF604838C0C1966655CF31FB7EB
-C8CCC434FC1C96046D38203E1791EC824A3D7AED85C029288D4608CA7668A2BE
-484C99639F121845B22EEFCE0A3B808261921AA042AE19E641769E91277BEC29
-4594082CCB3058F90FAC4A700A8A827ACA00FCF574ABC8EB7DBCECD97F2B22C0
-0AA19E8739B81AF8C6F621D69B8E6F29BAE233FBA655A0AF5BDFD7F5C6B9167C
-6BC7AB693D45EF2AD999F5DA3CEFA39BA48A17EE6D9F2C4DAB91AE3F0044DC3F
-5D5506CE4675AA928B0092D6F173644F91295216D8BBB14CDDE0AD524A4D545C
-1B5E284A3BF0396664081CFB4F186A84A0D24D61E82F4767C1E55A0642720CF3
-909FA1AB8EAB78030B59BEA067DEDBD2F1D0340E790AB2777DB18248521934A8
-BB38A58B7F633DEA4291B0D5D13E9A882C974697CC6D3B49E030C94EA29B5506
-CC29C44D01B4751B453A46A9F6BF3BF135AE87A4CE232AF57B66578310DE41E0
-2A6AC422117F1963C4D7CC306BD25A6E724E51921779F22F029733122E23E2F0
-CB340008813ABB104380C80A492B3FC6D0BB07CB8D8409E9576891EF6E5C9D08
-EB8320DFA31BAFFBD336D0C2BBC3D3B2D30368B9860768FC080D30569C7F7811
-0EBEDA2962476113625EEB555490B8CE4C5F99D74ED10F738C61854CFF8B41C6
-9402E56BE8856144A1A05D0B05F4CB7EF728B2F4F5A439F18C3B68CEFA41E59A
-D8308ADC92EC1289DC84CF48D2CDEFF509A145BF945E1E00D552D329EBD2A7C4
-21D58082CC8FA790E981F4AC8EAB99950678FD3A7DA3DF13778681B208DD71A0
-7C3CBD0664B37C9EDC6B601D79A2C51FB54DAEE849F93209793849104E722D3F
-52DFAF7047EEEDDFE744787A5801E4AC2C3D58EC5DDC15FCEE03990C53B0C57A
-FC54F125A04C8E4A0ADAA725808C587E7DAFB9F784FA2875689979D316DC22BD
-AA36B306A1ABCF907B63C6476737B746099973CAEA8C1E2C5C41F27E0F7DE8D7
-F0D942E34E92F43FE902653D4D2EBB6F3B9F7928B1550A82AF234D45D028F429
-067652BD3D391BF423AE72B9CB1E8D91E898161BE3A7849D456A861A2046711E
-E934DC59442AE7D81661CE8EF727D8D7DDC0270E937E40F896AEAE6171661431
-C1025C53172F9D366834BA0054FBFD84503FBAE328B6FDEA180F8EA35B1DA937
-5CC3B8F00C206908C2FFFFA6A7AC6915D15EA44BDCF29E2BFCFD4A849535F19B
-0D307C696BE8205C7D84B9C77F02EF27D911056EDBB4080E4D3ED72788666CAD
-CD91B0ECE27A177DB23320A7FA9C31408B4D02D2A4B1CC6DDE1A6CAC3D8EC1EC
-2226EC98E51046D1EC26FA20EE62D24747D83CF4941DCE5CCEEC0DBE387149CD
-E05B19FFCAFC0D117F9A3E60DCD4C815228D98EF95EB559AD0ACC0D50FFDF714
-56C3C812EA5ADBB013BBD956A7C4CC0ED7D3E25D5C9AF5E626F18297F75D4957
-F5B0B33379114B903FE98BCF35C3FF76FEE1D9AEB711F2962276531F7380EE3F
-E368720E0292A170A15C5539B1FC7BB954EE2624B504CB8C805B8D31AC38307F
-0513606F09211AE64DAC447693B2A0AD15E9A64C34F5A911ECD0ABCA90E9791D
-67C6BD202B0858EF96E7722305B8AC02B01AB1706CC6AE875A8DDD15EE349046
-EAA65005E7866B506EDFB7A5A2AFD5C9E9DCC821A79EE9C1EA2C7BBA32A40BC7
-CEC26DB1AC473C8C3960ACEC581B37D6569E8C8C42950BAB7930B65E1570E3F8
-9A7FA719F1DCFDA45A3BF2AAB32C9A93BA3552608A61C623DE59BCB346E87EF5
-9CF025A87803161221C5C1C6F6B3403712C76E9D755C7BD68D7F2DC03C14CDF0
-C1BBED1D648B905B4B17037B7263C1EA7A7F06FAAC4E09E08483A8D714C19861
-327CD9C32DDF850302DD6DDE24912D00C22ECDF3CDFB18FA831A41A7488EC203
-F564CFE30D506F0829A96D35A7E09C3DCD107D589B627A15B55C5D6649126BEC
-60B88C55ECCBB4E680265D9EAB4CE22965D3B1AF759B01ACB0D0E6C92B6B4EFD
-A81E6A648708979487FC591CF09631310D46891423F4EC159A73E30D8DD147A4
-B0EACF6D45D18CD16CEB8176F03ABCB41F2234747B9733C8FAF34AE5D43D3BA5
-0CE0FACFC9B087F84FB6C68678BC6E76022B1526D6E5B3A48EC1A110BD75F45F
-1C4DC6D39F254976453F57DF873B7D635C80C42026DE020E5BAFE0DA0D54D1E1
-DC634D2621BA184347E5252F645A6A1DB7657C48124186F0E4C644077457C24D
-55753C651A9A7B6349867641464B515B821349C795A645420508673B93750D0C
-7A3B33EB1F09782033742AE8F3A23FC02284E6C03818FADD1731361542E3FA3E
-75B8D52B668C3E18A4AE967D0FC3157083D952AFB8144D549E69EAAC51C279C5
-E5D88A0D9D53013DFFB4352A1598FF84DCDE6FA32FC377306B9B92C0F96EE149
-8CD55E7B2445B86CCA7A547FA732D52D59025129FD8C6333AC0DF4F0CFF6287E
-F2036D5DBBB3B91B92F12FEBE0B61A313A4DB5A9CF0BB3DDB781A56FEBFFACCB
-8CB9D1D3DBDBC4CB6AAE6769E470582403CB920630221B68BCB625CD4605FA8F
-D3D5B7A1A28D15E44B38E92E906C138E72C15B86F64C38E23BF0440052A8C914
-54397F49DBED99D0AF7CEA3B0A05FF37C2D7EAE1412567E6776333237C31E3C0
-49949EC8BFD6E0F6446CE2D4DCD2C1524A288818CC5D159BF8463A847AE4A2B9
-CC8C58F822804B81B13BF4F2DEB6229C4F51F093075581791D02C36A13B855A0
-34900AA7CD4F1A797652656FE3A8425A38F421C4CC0ACA1CDD44FA6B31219276
-1CDE1CD63D6A58CE705CB56CCA1260F9B86E989019071563A9B4C274A87558CA
-6EF1660D574EDA276801F0057740E2C3B80D253D697736484D892CE1AB128B8A
-DECD69712F5E70E895FBAA927E8194D792A04AB6CE205E04E38A433BBB793FB4
-E8BBC4279D58A223C6673D909D6AFECD246E66A52F4CB35E5931D24C828489BD
-4ECAF621A220D8ECF702BEB01C4FC7510197D3F6D15321EC87175ADBA6434ECD
-2B5A306E91375CAD22CD94301763E4A8B981472890422C5488FCD523C9CB17DC
-ED22FBF12D5F7525D0D6BCFE8CE85B0DFB1D6F989C267FFBA0A996D309E4A934
-3DB54A9D29C88B9D55D7300DA3D46419256C5A07A2A529A8DE8BD1727281F5FE
-97033D861E0531B14E811378EC1AF1CC7EE9BA2B07D935843D3053F673979F8C
-FAFD59D555B56CE338F606747238B22BD62C42BB7238FEA335678D474A643570
-A9E7B4970E8C541CE9DBC7BF70ED7BA33639D6744A18379455029E934C95E2EF
-639C4848CE9A0879B51649FAB023A71782444B451F92A34CB8A124270CCF86D4
-D18EEF5C1D2B2A29012613851C49F50702D63BACF95EE2AB4D72B375E0A62615
-E0991E130A67ECBA9E05329B740708F1CB148724C3A6E5E3AEC1F88EBCA398D2
-1CA8827C977D72734310233176D1AE26C55CF2CEACA62223315C28FCF6305C7E
-A22414D4739A059F552F1F9372CCCA5FED4F9AC987942848EB498900269511F3
-F408CBEA0659B954F5F1B18AE4FB270213646F9B28AE4439D2BA2D3E0AAAA780
-5E530E4EFC8A060EB979E12191044509DA0C14397AFF949E12DC970658D5EAF5
-4EA963F5BC1407A32F3837CA6A24B7F3D60EB8E6222B702E25ED903F9D21AE50
-664A095009BDEAF4B78DAF94E5A55D48366CABF07791A1684B2F54EA69070844
-4F031AF8DF416C2D3679F8BA038B0DC9DD0400CA6B34667BCBBC07E62C1668A8
-35A8C57C9048A7227E672E89681B54D662079A189A9E96A3CA96D8DD10189B04
-1DA49BA2729F1CA585B1BD5C467295285D52E47CA904235A1A3E48EFAE9EB6F6
-01374125CE89D53C276858668CF45D2F092DDCAA52418E0BB94C2B8266B4D88A
-5D911507BB1DDA3D8F6E7C14A91CA11AE799EC42E993098E18CADA70BD2A1D82
-2C39326C6E3F9E84CD9758B9AE43D79BF99E6A0CD713E95B3D9B7DB90D127DE0
-DAFEBF850CAAACBD860B5DEF2082F1ADA64B44B193C4A1417BE221FDCA36456C
-BE5934C8CE3ED55AE3A11697C2D682B7D0F72D48976451D205783BE25DBD2507
-39C14FFB4BB828DFD187104F38A7F11D5F0698C11E8C1D4F107CACE573FDC4B1
-C56FDAE47024D6FD16A2FEABB434CA320300FC4B6C1B6CA08F76C60B7C08A665
-99F404DBA8A2A1EB18EF6750E4EC186E31561A3F080BA6562967546715859481
-7BA782940F5C5D06626D6F6A412CA7C13820EC7C1DF23E15E5829F698CF617BE
-D940523E4EE4ADECEC48C24297DBAD528BA1DCE7AC335A1D15D55415B108EFC8
-6D45030D27B3EA63B2B4CD771DBE66AE0218ABB1153D4B7482289D1313CEF184
-5C960B1E3C3C953912CC6F4521D1E15636C1545EEE457EFB87B88C9E43CC2F38
-6BC4BC96969F4FF28ABB06F4454C01CEF1B6DC538F1E832FC1666D977E5A881B
-F72F1B4C7DD4BE167A5535F1163A0706F9A0B26400178DF8A128FB5EBE6A7B81
-E478AD183EC06622B591337B9F1872AAEA356F4FC67EE767B34CB5A4D90702D9
-39FB846947F4096FB3DCF16EC81455164783BA0B5D723060DAFF411B68307E81
-7BEA1D9A47A5AA3D648E618C83C60F060029E6EC4D46B045FA7415BAB2AD0AA5
-ED9C729C24136F6AF61E6409C0B5CA760B16225641E268A68CFB8260BBEAFC77
-6626EBD97195E77CAB425CFB0096D805D9EE699E41680D095AE9FA10122A7882
-2F00F495C9EB2102DF0D3E61833BC0A2E468C5CF7AB430FDB7C0BE3DF2C0D230
-1580BAA25D65F599378D873165482A1FBB224AEA89C6BCCFBDBA42AE1C5DCF41
-06969F585CD3B737D1388D6359F5468D88FCD2279BDB270F6A858FB7D2ABDEFE
-5EE8FB79FA437F8F50237B92C307B73B0DCB808D07A9C3255CB9B3B17039CE5A
-288103D05D132863FB522A02CEE3839EF9AF7F07D99732F0B8B384745369FB3E
-7901166478F4A16076A1504C5E98D17408494E270BBF4470ED12B4332422679F
-759F1D93984D7E506D16950DB6C2682FE1379EFFA6F6C95DD71F6E55BE3EF6AF
-E0CB25388EEB436E6527806FC75484133F6E561DEB979D5C1FFEFDAF2A6D964E
-03BAE0BD593C2992AD84569C81050F7A793C5263E50C2F50B98C4CC703EAE17A
-6AEDAACE312DAFAF5278D125B6EFC5587484F61DAFF46B87B7C9B1EEDECA4859
-314A9A9E2248467DE1E54D90DD671660B9040B3E0DD982260822177EFD757266
-74A16C83A7FB168016A320D3DF3BD7726F1F4EC90EE5DFE810C96B099FD4368D
-906AE4699049EFD37E8EF058D4B97BF71106445AADD4FC6E90615A0066823A36
-673B8DE32322BBE861AE251226B4385AB28702831270DBD25D666FBB0AD7B96E
-A44E891EA1EAF0F87013AFC982E33D67A28E96E0C9CB99B9E4192536830D9901
-931A8CAFA41289633B20BA3BD7AA3414B6DA8D57CCF2FBE39920CC06361F075B
-CC40335DB9A0071CFF77F6B7BB47F3100DBDC9C4A58C2B81EC99E8E966AF3390
-E3FBCC28BA1D79961C8A1584266454DF772FBA99664D74D4A89FC82FFEDFCFE1
-4C9E4A04291E803D142E37E7ACA66AB279378F2F192FFB2B5BBAD18B95F03136
-2CB594A3D6D3F8576B90A6C4DAD6D6C8EE07AF682F925F01D0B26CBA347C03BE
-F3B0585CF4539FDC66915E22117078CC94D621F31DCB3E021998A5D6EE94CA4B
-E214D07517283D56973D8E4367392BF6C1150DEBF459D141AE0941C1C8C5CFBE
-E735D796E365A1B0F60BB4CF2801EAFE4889EE5F338D3C4885368281B3C95CCE
-251C28A90D318A8A0384439B38D63B94757252062EA44E88509FDD2E75FAAB71
-7329622828B2785C1A8B26351BC74237A6BF99216652ACBD4CCF54CFC8AC72A6
-46342F1E32D4318E7E27C7B2DAC943B3E72C472FC6F1DDA8684AA922516A672C
-E969C047E318B5E3B1270C1BEB1C4071A15BC81B29B268C679B41FC5E381BE33
-DD95F0D68118CBB60C521E5CB2BA46A10E50E9238163713290DF6DD8A27D3813
-F871C07E725D4518013D9A84CEC96782541E5580E33C2EBCDB18F08EB4655A46
-507A8526DB26C854928B81FD502B0CCE4A68943C12078F57C10F4E85FBEE1025
-46D925B8B3B447D4920410FEEB9844FABE985F9228FDD9F58392F2F3BD650E49
-2E3AD5A14984874DF4572816931885CE8A448EC95BBF40DDF4F85653AD90A88C
-C4A879C0C7596E61997B972E8A55E57B17F802C738E5C7A8FBF6424F8B131B23
-CEE3EA3747DB066246C250EAD335A76FA166ABF75120CECB59076AB31A51F176
-57176CBE8C802A97B0542A5CFD6D5E6D7EC848B923012E45D9F065BFFA0D03E6
-788B68BA4DE51DA37994948F859D41C28BA939C3A82BFDB44DA585AE80B8CD7B
-A6EEA79B70BFB4864E06F06A9751BD2D2A209D150D7135E0A25D67263EDD2A7C
-C63B5B76ADB05D44BD5BC0BB3EBCE2E74E1AE5F7DE07A59D90C932DAA2553505
-27F2AFC05F7CEB39E1C7E54F69FB0BBB069959F2FBD11709F8E81F6E7CA06DBA
-1CBDD8E7A78487462596DA288B50B295E46F4C3D9BA862688C68859734B232A7
-4B371D2BD786924F186524765E789EEAA30B20C069322D42C893A30BF1BD2C46
-F8F3732DDFE80B8FC1789239345944D8B457824FD80D11184E73FBA30EB80A9F
-2FD466826D4E666E3A835B98A1D4AE5D17053A6A648E26E77BD08F9A3E02956A
-AE82C4929E9666F539079846527D0E326FE7CBBF86E3722BA3E53F8A5121080B
-ACF8D3C67A2A1DF624B9DB92105D3C833F5A6ECEC108E026E1D3D968967A1447
-15CEFDD09123D56606134BC3449404ADAB1330C9238DE48F3CDFBC91EB86D7B3
-8B85B5BA97376A0673E434DBFF19798EA90BFBD94493E2D21976F8106FC0C276
-C81C9B9F7D4A68120DDA56FC6EC65FFA40DB78A60A05EC270A106DEEBD2CB92B
-F0622BD2B1D43771DF39AAD3ECB655F317AB483F7290C148690903AAA636583C
-99DE3DBA99EFE20773D3D8DDD816A28D7BD8881DE570BAF5C7A30679179E1214
-FCFED81605FE56AEA21C1894167F93D648B474352A65C0756F812F97AB435ADD
-22C031A21714A626DE35308AC51CD676DB1748DD2773532294FA77CFB2AAFD32
-A72BB7A045F12B4934A768F89217233DBBD69B900B28492A26713CA5D61A9042
-A982CB071F1F875718FAC168E4E275860DB6369B8114E1BDD4801110B62C3E3E
-CF140554C826967A99F4E9726526E87D57BF845CE38E33893E5F9788769B6A4B
-A4577C38C8D45AF2EDC9F4FA7DD9979AB8E14FF5D8956233AB4C02982BE8E561
-C63B7BC314793F634DB6F086E1A60D9FC3B69D3A7C20A99FBF3CB028CDBCEB60
-E803C8DC3C5F0CCAC030905E72BBAC052520CB0E40E23B46B2150DE67F61E4B1
-8C4D55904B7F90DDE4A4A78B11AE1009DE46DA396791B1C0EA63FB6897FDFA0F
-42474042E7E9B06A703A7C6E672AC6705506F3C0B6861BC85CEBB9DC9BCFDE0D
-43F5248CD7CAD4B89835BACABBCE6C791BC35FE7211E775C009844FC75CBF6CA
-DA6A6B7B488270BFAFFA3E9950914CB0F88C8AB7CDEFD2FDE11ADA7073037EF3
-1A5CEEE37090F3A56D06FBC70597907A26498593783878C02722ECFD5D65903C
-7D421CAFA78924DD27756853568535B02533C3393183D6E30DA6ED4BD6582E09
-A5A4B4404EC452E91CB44515AC6124EBADAAE8A98D8A95E7D14DA39951EBC461
-D426490071462F246794023DE1BDC04AB0F1834D50F748C3C60A07E1FB8EF400
-78DBAB90B59500BD1232A872ED51928329CC8F06E83164FBB2D0B24222223EE5
-992241E8E00D5DCCD6DB9A8E2325ADBE12FC8512AC127BBEABDA739672C1644B
-554850CD75724E6779A7E76424CAF89E9455860E0AE2679231F4A535C0ED4336
-313717D6F7A4A4DA833847A1BCFC7BF99234FA645F2B85C9A9AAF7108931E3CB
-077A9C571E57B0D7EFD92B56C3AA4FCEC0BCAA96005E649AE8012366BE6E62CD
-9E742F8F45AE4C96BCD73AD80AFB6F061D629ABEAEC3018CFF45E41F46751953
-44E490B1355DC49C1E10BF343307263584091D122ABB1E3892E532B6DBAA105F
-CD48375C112331EC5DB49E4D4CE2D126C9274B21E678E5E3EAAD4EA0CAAA29A7
-86FD8819217B195EC6E40AF23ABCD71156656DAD38C931C8730715A2773DC44C
-4DEF14D92C2A054739F27D7EF349A0EB76D952BD9BA169B4F85C09D80984D232
-2CB4A3812BDE539DC79E2EDC7C221739D16B10246A5F57151C210878556D4176
-31EFF3AB6C4D78C4F0DF81692B3C9BDE4F85242BF0E84BACBFA39688BB222A81
-E85E9CB332868ED5B64E140C66E242B97A90C13B6DFBC3D285A49BA9D4BA1A47
-64D83577FFB50BF974D953F42A249ADF9AC228CC4D8E82213FD463BC757AFF26
-DF4D1678FBCD55AFD5FB3014C0380B2F8CA9D6400DF2AA041580A6FA5694ADBA
-674286F00E531693DB28F7C996D5A66F80AAAF53001EDFBC065C72FA5BE3F114
-1FA3354376AEF7374AE1D0A8E9B06C58FD029922164DC9FA09343FB6652232E2
-2EE34C662F0092BE479D739ACE775C6F589775DD768B736F7391B9AEBDE7F760
-727702E145CF749DC457B2E98A36C52416107B1E59084B5F777B61511B8D17AC
-88386A7933CAF852CA23FE179B67DF8DCF15800755605847ECC0FD77873727FC
-1AF2BA8BC75D30E26C40913771E528724FD7C5DE284A8B58AE55A5C48AF26AC8
-02E155B8FCD6755D8F7F5A6F1AE66E4D24A13567B6463B18E65972BD75ABF732
-FB41F87A62FECE9A50C697BCEA1E3B3DF1E3DC961DCA598220CC746326F85F83
-72E803A4E69106EC5BCA01139F92171DBF9964BBEC8D3370039623CA1F927CBF
-FE7DA71B04B4321EB4D3FCB27F8404994CC7DE5F26AB8FC019A203D6DF2F449D
-85A4F103F7604986A1AC1F7D05D239E728FD6AD1DB5024B0A0542130D2B0E7EA
-4432F910F9FD75568F5732EAC95F7A87CEBC359949C26595741533E952327791
-87E42DF84E1064E1BDD3F5A6455087B8E9C783AB9ABBCAF032E9FA32C27ED7E6
-CA7E3D1D76CD1905166090BD81A85485B9B4E976DB2E19A8E62EFB795FD6298C
-9ADA57D5BDA2FEBB227F0EFEC59E4B51E06B8358006F9D79C1EFE92510D6046B
-6AFEEDC793137DE622A8B3F5C9E3B21F29A98A589D9CEE75E348FD4D206415CE
-508AB95A7496236AF1F6F5ED6B3ADFBAF1E35B51484F9B1E0C11C5AEAB9336F5
-A8861ACE1EC74C4A145A64E4FC8F6BEB3A16B021AFF4AEDA59B06326A8D7FCB3
-3B75F9729BFB7EEEDA8A1774728C80AED40BC35D42045E5CEEBBBEFAD2566CB1
-AD69A9A972826DF0F2303BB232367E611C115E8955DC97779B1AF269B84574C0
-9D816C88BAE3AACA6428CFC648FCF0869AD9236591E3B8FA326BD2EDE7F97286
-511C75F4EE4F7B4DA33BA2CE7F778D92AE7C1B4844CAB3ED8FCA285454D78469
-1639D24729E8002E4507A114407DF51543CF7DFFDB7E05ADB2D36E139F2DBACF
-D90AF274AFB3E5AB5B38918A28EDFCF6EACA78248BEFDC2FAC0E041AD35B130F
-8A91E20251CE976680FCE3F8B65B33118EF7C138CA1260D3CA855C94FCC02CC2
-B29C94A3FFD38056ACE512DE680DA29D97BCFC35FB2A85057E484FC9F72C9A7D
-08AFAFCA705335C6E9AEDAFA97D884E0E463E79D8AB45DDF86C56EC922283C4B
-777EAABC0D57BEE30D4D47FFA16FEAE2FA972E36516480E1FCAFFA5CE692B7E8
-8F887C5AE573B96643F10BC62FAFA4BC6CD04F5353C0D40CBCEFBBA4DE7B8960
-352E7F6497C9C4489779028934084522336B5E5DF6FF84A78158ED5035FFFC9F
-F199AFD543D5D81C0155F3EE0E7F6FAF7898F7F26941D417F7AB37703FE67D37
-C263078FDC85C5430CF379E657FF9ADA0C00DBD605386F5494459C63D4AC057B
-2E061B06E17B54AEF38A9EB401FD4C76C6755F2AB651473DA2F19E28C89229E3
-FD385D8559EFFEEE5D0CEF127A8A6CF9017459466E0FAC341DE1994C03A0CA5A
-799CCD03DD2B41A05F7B36493638AAF8D7CD380E03726B0A18B02A46A0BCA027
-9BF16ED75AE0494C36161ED2C22DD7036FBBA2E319106B9A56FECC732B87E2F2
-596167125221D42DE9D4435DAD321F878FDA68B9E72DBC2E31178621327BAC50
-72148C123D4C8568DE822169839906B9F0ACAF3B4DCEB9352C8A9E246A9A5EA7
-31E04981D0A53F44B6905704CFFB9F0463518C02538DEF2DBDABE936D1213FBB
-FCD28F833C5872057CAA92536B8E8EBA129745E2E2B5A9F07086A1212D466785
-EE640432A0E47C91CCFF3FED5669C8ABC2B43551AD04E7A2FEE2F3C16511F7D4
-048A8207351E83AD32A72360A2DB1AA8F78C5D2630D770F5E13D5C49BE166475
-79483B2F7FEBC1D73B04E0E5D9B8243DBEF7E5D201D9F644B150A230B5CF9B90
-CA34BB8474BCF408E37757B8CE5B33FE7400A68C70F542C7E2A22B8C0AB1EF9F
-2BBA7A646A4C872C43C0A748F078AA98A13E882085B460050CB3F5B09B62EC01
-AB87AF8DFCA6823ED6CF8426EC115C5E4DA335FE416E1D37311B7FD56793CCA0
-BF90B579B0FD4E4E1D0A26FB0C1D490D99CF4994693630FA343960E15AFFC596
-49BB7297BFB82FD56BBCB36DC1597F94A157AEDFC53419BA867CC02C26464BC0
-2875127C688DA6902567716A908153DB4CBF710CDBCE50AB98E0CCF1DF5CC571
-00027F6582CF6AB4E584436471D3C8DA2D780E5B02A9B1717364899D51EC679D
-CF5F4A4981EDC24F710E892772E4F891AD02B7B98A113FB1AD2B5A51046693A4
-19D03A75A3140C19791C85A0DDD173BB3618E9498CDDC8696CCA6EF81729AD1E
-EFE4F3D6242E1766A3079371D1D1833841F46F04F2F8029D8C1943F6986A95E4
-9E77806F221CECAFB3EAE0F979DADC5D2E4715BFB5C64245CBD2300E59030B99
-0885F08417E1A0C57C3746230F9EF4E968C0F41F67706BDA2E983012BF317612
-38E9C0178F027EDA0E679F306AF71F0D8985C712C4B4BBBFC57A86AE052CC2FE
-5C1BDFD948801509ADFD4FF9FA7A25E30D6CCC7C7E418EEAB34C4ECC6AC8FADA
-637B5CC70136EA5A57B727EB11075755A7840215CE2B9939BBB6C3A7E22DE42E
-B3725C1AD0BEE0A54C0B57CB93E6A20E319E2FE4515D80D09972E0A742D20DE0
-55117C1B9F3C181456406FCA70A7E3B757A813F7CF9E3562EB8CAE1CFB65DAA2
-B384C17AE103C20851906846AA4AA5EEE5EE989F292D42B11EB4C4FC057EE4BB
-B09A4D81E8AF0CE1C851B2E328E977207A6989F13F7FF039A4E295507CF0A53F
-10A345A516EDB7C5FD5763CC27543452249D229BC22099C6FC1DFCC07A35144C
-6267BE8D5BDCE57F9C7C65F6A64A74DC2207C8601231477DD57BC8259B26C683
-22FD4DBF0E3BD814E31C9E194CE2EB212268A249216DB084226802B79DC72AAB
-FAC4ED3AF6BC51E2D9A1D5A37F5124BEBB1E0B010C34A1B7FBCED45414AD2285
-43BE684BC7BB56C5036D182AFECC061F749522456B4DCD80E3315F48E7E8AB98
-40C4FBDE71DA957C8FD860C4AB02C97578BC8299EF448A526CFC585F27EA14E8
-88F9928CBF87C8E46F69100F0CB43E2720B0BC8DCA50D59FEFBB84383B4036A3
-0ED89F67B433AB4BF686487194107C63BF989A80D761EF3FB20146A0A496E5E9
-26375866581146F3537156051C61F82AA5C68B6E8418297DDA7704EA50262775
-B96E1E1D7643370288780188ABCF25B9B23BBE408EC5DE254F51469D5FB06FF6
-2EA926F94CF1730E014F34822ED267643B773B7CADF967D431B6F3DDC998E56A
-243880E9F772F3BAB3702C19C5DC92ACF864D6A771783E178F4A7BFBAD36008A
-F0A61C5B437A69E31235DDA9898B4B081F1176C197C0834CAA25FDC9BEB696AA
-8ABD1FDBE17E30070690EDA533E2EBC19180DCE4CA8146D6657BDDB765DDFB21
-D0CDB86912E49DB109F66DBB9226E297945BCE9073E724EBABB58E42AD94CDA4
-C9DAEC40F79F3A3D36777B18C61DC9D22EC351324FAC3426917C893E36C8D953
-4ACFACA05F8764BC61A17F6B40D3A97177B97CF88C2B0023ECB3F29F9CB347DC
-E686012FB31904DCA042679776108D9D611EEE971D341ABCEACBD0866DA21DCC
-270D3DBBBC9CD438F4F651B58D1405A82960CA991CF690B8B564033154645D8D
-ED5E4E059D9DFAF3A5C2BA1C1AFE1B865901C8D117262CAB210A3C7A03443544
-E22EA5577AEF1378A9A4528592F32A8AEBCB1CB6A7E4948FF78C6FD230A5892B
-D8953ED89392929FB91C042D31E7E8A4912FC701E722D7FAF0308625B3B748F2
-26DE427383236E131022A95395C72B3DEBB139C81811582FA4E9C7F970FA605D
-C8DBB3ED8B141428ACE6DF426B2567B10C5D68A4060F25D5D64BA262101CF5C3
-4B7948CDEB6CAC66FFFA0F1795C5F3174F7D319D252DC2D22BD08FAB54CEA742
-64C0C6B94BDF182DC0942C0C82E82A0B04654A7C2E6BE685EC3DAF1D5FE48790
-DA815DBBD0A176BB4D4424ED7F893B4CED54C2EF94D73CBB154E547CD33D874A
-E754A17AD1F10C23BC5FA4E709330A10A73C93B843D8CD8A65D5A4241B35CD19
-938F2BA2FA95551F0C2FEF1CB8B056D9A9120F7607BD4C497762C577B66B2DF6
-8F3F661EBD7F3E73E3A0032790ED80F774423A026F8ADE2FA82129E1FF27DB3A
-1B6E603479668FD783735606F7AC6BE9D65C17F7ECCA3B622C13F0FC95F8259D
-DA4801A7EE18656AAC3D730CF2E17FCE8657AD6289850DC06E897A759F7B53CA
-502E764B07FDDBE6E99D25ECF1600D6646622334871C57133A8AFD03FBBC2368
-1BCDABFA9FF4C4A9EF150045F694A3AA487BE461BDD2BF1BBB38BBC365837063
-70963C7C1E7E4809797F4E497DBF6D5A90A71D6E89BEEDD5D16B31ADCAD67A81
-A9A3085B4CA7BD93E1A9591BD4A7C88FF930EE7A131C5F3338817D88AE31813A
-C09D5E7120AFA6565B0A647A40CA94B78F20905B7110FE44A90794F7F0CD63DB
-E99675C781255B7BA257CEB14DFDF9C13A02701B0FE41C6A6F50CC62C028A3BA
-E9A918549B7F9F206DA0909F2009CC87BBB565F281F24D0ACBCB71F12709DB31
-5D355415D97F66DB25CAC37E90BEDB51F2FA97E0A61EF85E845F702D0B3AF935
-14F3EB201323209D76C7C5970AEFCE4225FFB4A1477B177BB52332AA0539291B
-9B8004F23CE4E055F7AB6D6F2A8E74C2994306A407A4FC831D1C887C42FFD0DF
-EF07891681C7F4AA914AECC427057A8D73261E25F82DC3EEE7295C0870E91523
-E15187584B32B8F8B0F2E9BF4E67E5A2858F00B0C59DA1B1B59B00374C6C6AD9
-741E0998EE0DCC6F5ACD1925CC40807D5B66E971CDCFA4651BBF2490FADD15EF
-C8A7EA3ECD078D34D875C3EC5EDAB74AC0DCA00F2329184455C24C97EB0AD4C5
-40B8E4AA2CE6E7816580F9DBCDAE7F01AF0533397CD37C401D4841B60CB976EB
-E3093FC863F368C85AECE6E6CF7D9ADABDF628D9806C1269A0EE06FEC90948E5
-CBE40C0A2C72E08D9AD94F07470692D571F595E465CB32BF486AE9C3971B6F7B
-FBBDE2699E1FC9DACB156D880DA379262A98C6708A9850FF8EE36C35FF636E46
-D8D00FB3550786C1D73E6B91F9B35D6998F33BC953E0C8AFF996F4C707F8DBAA
-AFD76432E45605D5E703C2569856A0BD8C8ACB29BCAC87F1A72F859D20205328
-6272929343C1CBCB053D7E19AEC4B2EFAA765B2002F43E7F62ED5281C94ABDAE
-750B2C88B3801559FC6DF0D66E55952FD67AD41718D49D35DBF2B7CCBC1E755E
-800ABB45EA4D7547756CE9E6D3AE0B80D8D97D681DFFCF4D5D5330F0FD6AA729
-5BCB1475F18E9612197D6F5F7C7AE8FB931C242993D385AAE7829391D370819A
-496B9518C6F913E666C27F0896C7684AA1DB1A335C7B50762B4F8445D45C907B
-9E30F7FD84E403DACCB0A8DFF2940312386C315FFA700B0E42242EEE04042E2A
-3F4840E719A42FAC426870CC20DF083537010550A6B43A02A330D92CE15222FB
-BE6A9F6EFA44F7987224533983D96BD2E1E536437F89E2E43884AE09FF5C7902
-A284704F78AC067C332EA207F53CAB61ED51EF3FE79A9B7A373C3DF72A4F3A5D
-67B4F60BB470E5D093FD880AD32809160E550CC1EE67E01CFA80318C03E6FDAD
-A8E744FEA593E2761C60D2CE83F3F6D3A2B203739C62A69D4E271FA12372C45F
-6C378E4CC21B9B0CBFCF43233562E4BD4D52F7A634D1F0493F8DE445D140EA4A
-D3956E9971263B7C3CAEC8AC83E541D58F52E00C1C80EBD9A31F0A9D17FA2D63
-E5E0D22CA28D51E39A055C40AB769EF224AEFE2AF714E322FDCB9770EB00686B
-208AAEE2160D059DEED823FF4F9769359C183A6A6398F9E4ED55397F02C68FB1
-016CB495A0599DED25BF1006343DF9AB7C3BAEBD1EB2F99F4FCB07E84AD2D959
-D1D573B89C220DAD815D9EBA41CEF4D664630082DB97645AEA6779A8F0D7765E
-B76A4B8B429CF95F22474EEF2FF1C792DD525E50E1EE0A1ECD78570970B62293
-43DBE6E9B97585B754AEFE28E960B5F8B3F549EC7F168FFFC5EBB52C7CDDACCB
-DF9E1FD89F2F8CEE44285E79724FDDFED021AAD2025006239EE5CA8543B86200
-C7E8522668B07608615F6F102E295003B1B89264810A2BFC3DAFECFF126B1807
-2388839274203BEEC2B319C7F263ABBE6B181FECB5FDB9516E8F0456B6A1BEAD
-7F45DB0F95F4943B2ACF52CB30DFDC6EC936A6292DC2AD0BD67164900CECF3DC
-097528073246A88607DDEE1DE4BCFC298892F3B73E897734D7001A466170F60E
-5F2948ED36A6AC13975086A2D68B6CD8B033CD14C1B85EEE4AD3679D74DEB998
-AF62D045BF1102FB3927E5B9078F8AF93A0ADDF1937276C423CD346F30D17D3C
-C57CE052053EC21A2991D063B157FD535850DD63E55890427BC2C883785DFBA2
-436BDED247251001AB1AE56EA19880B88B3F1BFA6C232876E6C002E9EA850700
-517C80537C27033737A162B10B179624F869FEC056F339D5A292E6E945E7BB31
-A271CA30990B4AA5874CAD851C1154275BBA868EDA5D156F4663E2D436DE6DD2
-74E6579AB19EC803927046D9130BD9E735D64248A6FA78F1DD6B51DF0B1DD553
-316D96795355878C426BDA09F052D54880E5F3E5C1F29786DA0A8084D81A5849
-B2A301BFF171446EEB4DAECAF40D8C4F6C489BEA6C592F8257E68C514180756D
-A13569A03827561348B73584D69626B3175247018DB9DFAA9E989E55C97F9A32
-B02423EA16FADA78FE1E3C56EF4122C640EB8D77C5E957B5E425A2FBFD173423
-E8AA1758A91E1B5B85D174D7DA1F11B3AA76761346D2464BDBA290435A6DA50C
-1F14E14FE29396C918E3E4C388E93D1C3F7A7161FC61DFA1543D4CA86B6A3A5D
-B64FC69BADC3F3E0F7DA2AA5FD6C39700C2CB8A6C823D2620D39FBB0B507003B
-6D28C8D67F57C019DE3D8A4B6BD01CF0B305163BB1229F470AAD7436D13C326C
-5D205B4C818D0F765E2B9FDDE26B033D1060EBEEAD6E5C49EC8C6F395B54C259
-4E24E89DB787773423E358A1C64C3FDEE4CCBAAC4AC652012A0CD7269A062643
-0F52A1BD1DEE9401B5835752C48CD0B705476B00458D31E70599761C793987D1
-1A14288D5EB2C9452C2C4524202A40A8C773AA8A3B9D10ABFF457478532B2C58
-0DA8776E116853B77D1A8EE320C87B23A693BB5D3E77A9C419772675690DD75C
-7AC5BC3ACF97BB11C70C0261EB5DECD96577D755B03EECBC66B3B8FAFAD87950
-94AA617A40E4CFE88939F28D0D36C5C6FB5B4F6E4321BDBF12DCD428BDEC76DC
-192AD968A9699084DBFFA3FE06D5F79D336DD6CFCA4C9E1F427A29DB1F4F0492
-A29F5F052310D455E8AE1847083B70EE57C4799FF4B470655D855B8298FD3694
-66E00CF5D04415601598C0ABD6802FA0DC4C12965546076E46C2DE87467CCC8D
-F9ED9FE429CDE1DB2AFE61363327B4D11F46C678B59E74F8F09D8B9C14C48004
-CEC93F33A4A6906CD71B2414C05B3599E4D1FC1EB839D4B5E5968711359D3BB2
-8E6E262896409C7EE86DF7A8CF1DCA1EDCB2BE723CAAF5B1D7DC94F093864855
-7FB08EF776FDCF9DD8342ECB7F7B307542880A7C04D3BD09D65BE13F80E36120
-24BBE4C422F1CC0DC956CE53261B903ABA0E0CF1CB0AA8895C0DA8127DE3DC9D
-4B491926B5408AC8D29D2FE62CC3CEF548C0A57A1DA202EAEA8F4584D8B64E49
-A3D11A48600CC0913B744180AFB6873BE72DCDFF8EA2203E34082E011C87C3F8
-EE91457705ED0BD4E2C193B7E818B50DDDD734F2BA1B876D262C39D94B0FC27F
-0B5A87423EAE91BDAB38BE457EB0309D05FA5E458109305C03295FC39B0D06BD
-BFA2B4520DD610E12C3AF842A94296108FB67495B300991C3491F0983B5A0403
-68A8D19218D9429EE400C3B91DDE2A9F163684D9F28120B584FEC88628EAA60F
-79F5988BE7BE31153A675BC7B344E7F62CE85E8850361D1996D57E71690472BB
-8055755DE965D795E6D2424F7D76AE7F249AEF4BFD75103B2CE4D62FECCD2FAE
-3702A57A3320C54D19D5015ABA5AF39B237C53D38DBD80773C0B9D6406574BFA
-48BA4EE71769AD140E202D24D9F1691BA072E1AF182FD6DC06C2FD25E3437E38
-ED1D0033E77D2B188F3A84EAE17787110EC5462EF5CD0FEBBE5CE39976B5CDA4
-8206BE5EB8A06C7698C5E6A45EC7F59CAD3D6ED3AC19FABF3D29C9AEBEFDD74A
-6B7261D349FE509BD769D9A24B16C276C917F0CBE8B25FFE19BF8528E1C46D38
-3738E3CEE8170E3EE323A464A3C8FF30B3DAD0BE87518E008E37F60DB471E3EC
-110E9B8AAA5C875AF759126B39B90A8E7BCB25FA3EFA783AF7B069AED1887A19
-6A75C799940E5352C34A93F125DE82A7387CFDD7073A28C1026C9E06A1D8163B
-E66DC3BAAEBBDF96B7B3143B9414AB45643D022294C2AF8C87EBFF1276EF991B
-7A1C720C1A7CFD392F211A190A530A19012EB117670AFAE4CF700048D901A5BE
-074F9B05AA555FA4ED6D0A92C08E4B795279F9BE48887886B5121DDD857E8A86
-A2885B9A672C72BAB990E0AF6DCCC769A7E18E65A86B3E1482D8297FD98E0510
-30B27AFCB9B261771A1AFC298F96E272E779A8B6AB6B03410ECE32B7B69369C7
-5597FDD08BF2E6CA29E093428DBB0BC53C64E5ECBF216111AC90E82822E7604B
-A9AF479BE9FD2FB2ED27EBF4027C22357DB27A5A6FBC6B14607DC26F95A81BA5
-1737D6C406B19857FFF2903F966DCD56BB73B06F5F74C917517DF95D8D5E5108
-350AB839CBDFD7D1F3C687D0B6B576FFE108AE8708B967C29F9840A0D6784789
-DDD7A0D76E92082162603CC916ADAD75BB205E7C9B7A72D286C5411F3771EB6B
-9F9022BB24AC9EE7700907280F52862F1D542605F3D3AB06679252DB9A8A4E41
-FD9740AE35473A9FD025F364B863DDD063AF91A114EB529A38F28C4B4551E276
-F76C254669B81BD3CA8479F0C7208AFE5A1927F2AB12FBEC47FE0BF9AC3DBF3C
-340DC67125FA0D65B245260B32FB74F90CCA6D327874BDB6C252614C75425F20
-2AD8C9ADD15733715B9281DB9D73C66B9664491416643C04165C64F5939CA73F
-F8D7652592F391E59B82EF0BEDA9DC7F42713005E4AEAA1111EAB4E74BD99119
-D86490DEE3DA6C021B36D7AFDF9EEDBB1E3253176EF0607469E0982034AF57A8
-83F024DD4B42B99BBA110514E52498F6BE463B3053DF5114F2D6644FA27702D3
-15DB327F632E3750171BDAD75F0B7D2A84267C712132373A2FE740BB086D53B5
-C3E9A68583159E46FE46ED3B645B0FD505D206E09D438052E27B75EFE7F5D83F
-BC153E4BAD47FF241AD46BE13605E1840C5C2CE3492C29EA5FFF5550AA3986E4
-FF28A404908C88269D821EB2FBB193DC311750F6163D75872603A254B949C756
-CB97829F0BE3AD796D52969E483A0A53CA650CFB9AD57E0F4DED89C7746341EB
-3D3333F06556BC61BABC3553C7B0D83DDC5B3BFDC77DBD9B6DE41680DD6439E9
-4C9FA49DF62830C86E7A4B1CBD37F2794EB6DAFC3F1676697392A6A635E626DD
-3A3BC9E2378C152F9895178C694596191B37BE3DD8C0FF34C82C386289EBD7CC
-B63139A3243F193EA10211A8E390B4C4046663CEC373928556F5CC99FE094ED2
-841DDF013CAA6CA5C48CD9382CB776964B38BC24BB009DF203DB81D4EE3A4463
-C5F2BD876E0C9B9B226FF39C0CE6E67589A38388A02A81D3DEA72CC031BB8B2F
-66C481F00167DC0BEEE6740A78D736F429B44B82A3B01ED2127052646DB442FC
-C1EC78B100F11D42512810F26EEABFFDEE3E46DD584FCC2194896F7BB5670634
-480771223C1E2641A253CE2490AD75591FD94F19B2DBA95F0CD64EE4BA03D3B2
-BB0C7A6437B610004CA4F1B914D9075051F7CBB6CDA305F6337307F317CC05C7
-8BA5A409ED6D915263680852670F8A474AB0646ACF77FA3AC35332DFE2B00CEA
-FA99D25DAC950B173DB84ACD9DD99AB23973390FE32E384C6003FEB9A4D3FB1A
-CA17FE87AD558921F203432EC00D0BD9E0294A0364048A9743516F46EAC01B7A
-AF23DACE21FC2D26692D8F1A85F1B0AA8156D6360B322724C4804FAE55DFA814
-ACCE2F8508335CD775539E7931007A73DFDEEF7695487B10BB0D95FCA66D0F53
-6E86DD15234A025709C4F7DD08761711D05655EAD8122D8BA2F7177E820B48C2
-5EC82CD16644832ADF374ACF193975B4635FB374451D0AED47030807CFDCF240
-783160D79230AAC1F2E5066F09C327ACE24CA2D712D08749FC63C3D8EDADCE22
-B81A7E03350AE88F30BE8222B6954ED0D2910AECBA460EC21BB032C4D5DC1B12
-39F1EB91215B384CDE3F1FBDABA298E37D4460D0B07B0493053444AC73654815
-376ADD2F64BDE78BF59CD75D93A3A3BC730562E9A1F2A730A2F766AA19DE458F
-06DD501B215E0C2070CD64DDE13E99719671FA4809FBCB6623E206253081A50F
-5329F16F1B0F0F69276852A7A0AC023A821B8E7880F9D7AE5DA74D0483AACB4F
-FF09D975ABF439500ADEADA4990CA29A50D82C0A7704F11DDE0C9C8E4DA21382
-C4F7289719D9A4A44BF2735CCAA2BCA698A5FAEC9A3BCCDDA1C88CCE18510733
-5A88B88A193C9DF15ACD00F20A965C11DD8A35CE316EF3E4716AB3FB4EC6288A
-91C0F824FC9933315C9A71CA786C9305A9A30F407777F0AEA7D341D1D9605378
-72CF445A4A2E3666C0075E2F9AAC3F452811EF7E60E6C04F37F3808FE8BD39F2
-346F5E25757E3ED2232F1B9B4DADF83DA45F7F302809251973F705CF71E34C18
-7C452C4B5D29E0CB74CD6EA67637FFF0E9D9B211FF96E04FFFE9A27BE5E13BF6
-B51EF214FF4F0A58C5D5734E6BCB0ECD419AE3CF79AB67D1B3EAE70FC1E83691
-095D0C370C9CF847C2A914F0B810124D763A972464C5F2C1F69914A8672D46EE
-30F9EFFA7E9628D667E5DB582C123160BF28E77DBBD77598F14A32DD74F67032
-B4A0537D0FF938CC61BB0F9798B600FFB1AD7AE6AEE67E0FC6557FC3FBAA1E4E
-C793B0D207EE0395913818CB2446E9B82B880537C1625C70ACBC87F97CEA8C77
-82E6229E1734F80FBF8477F062F3836FA9DCF83A4BA49703FE3DCB5F2CF6266F
-4480EDFA91B1D98FAB8BE14DA6E84B9D58B46DE5D034734496474241F59317F4
-4AE4AFFABA7CA3FA149A26CF5050B83BDCB1C56B529900AA20EE6098D135E65E
-61026EF0852D497B3799DA044CB378332924CA360A1C62E24B5A0628813829AF
-A1236DD728559DAA01188D6EBBF3CEF983C5201904D03A46B62A41E9C5F494DB
-135F6B62BD5F3745625E96E1B401848BFD935AD1FE128507866FB807693E8376
-634F1B39763087EE7E454069D5CED93DAE8BE9D1366669A152968E2DF13EFA54
-D1A631CCCA33D914CC1DA8C0DF8ECE2FABD18641FFB43BB5E82DD0A56CC20DCC
-64EC0A7A04709085C80C2A1477CF85A29D0C11F204CEA455072DFBA6F5F5C693
-CB2B56EA189926EB51E92D2B5D89F25AB94E1F7FA208916FFE89601B616B41EB
-EFA70F4C8CFC3FAD1D056E4076E8CDC2C3058A2B35B34FA0A29A2ED3746060AD
-1A6B6988B1B0986DE495FDE9A8C45119DA7EC756E1C83C89842C8744AC4B80DC
-264792E2E8D5AE4120BC57C170C742EEB0EAE8C9C4537AE432654DA4DF89FD45
-AE0DBDD92D0DDFA0C90C4FB90FD5A7ABB522A193117153CF578A584447FCD674
-548ECB9250DA4669DDC8CDBEBBA49999F2519DE29B0CE693DEB2F420D4B0CE02
-D9AA3C2C15A6DC98495E1EA54C7670482E2B1034B91692285AC47EFD6271659E
-400D6D7DC137A904647FD092B1B4D59170F1EED8E29FCD584FEA2C77642AB839
-0A44403D75504E8DDF1BDBBA6B51B7F9F64B63676B6FBDE514701B9333312126
-4D8AC19B638254A4BFDEACA80AB2CBC4DD12AB48BC34771E210FB576FA0DE013
-5C49E765028D57C056BD7C14E6941B0A92A2073CA3CCA67E9A18F18BE4934550
-EFB984B486B9036B8E3221F63D8642E2C71E6547A8E4B25FC3EC3C42D27DFD85
-E85F2D08C69CDCF3174A09E363E92A8B3D75BFD57CA37144D5267BA4D1750988
-8FA3A9B9100838AA7DFFA97C5E4D2516F5649CA756C97C5A3D500A60D2AC5039
-812B603639C2E3CE36F26CC0AFCB385A5BBD582E7BD1B5920F67DBAF9ABF9EE5
-FCF66EECB566DD87F0618AB73199C230034DE379CAC1F6BD17526305D6B6ECD5
-8C5C57FA76FA775B2A25C7F5C83C27A1F4C71DCA93487469004EDFF855A156C0
-8C8EE1972CEB91B9292F5619118F7DA38B1FCDD069D71D0DAE61BE55AF0E255B
-3B8D2DE974592BCA7D92F0DE92538C74A801CF16A424621627BEE5BEC2CC5E68
-9B88BE0ADDB7C8125F7C35D74A52779C6D5D87143506EAB799765589617D08F3
-1305B15752D134A97F7D872CF330F4B3BB62946570C5EA7DB77612DF9B7F91E9
-22321623627FEC40FA04FDC1AA21DECC7AE531510375D6F68A68C6B8BD649A67
-A3E24B30E04ACC2171A510DCD77F7688E2ABD7D3346BD84E8363BCDB2EABBE0E
-5BC87A595CE80F977190EF06D3D0BE12DA50EA0C33D25617A9DA8940967906B5
-F5317F4CDCE1DCC7ED48B4AC4DA131EBCCD11F7D241551AF8A2A723A5C634EAC
-575113186D3B83F8B6E2E50796481B6CA50D440D5B20C5206A85F539FB7D52B8
-B831EF10B784D195BF7EFF05A9125A3B90CE131D84ADBBE6E47AAC2FBE51DDDF
-1286C0DCCA8343F7803FCB25CD690EF9FB49C1C3B91BB7FCE5D330C781744502
-AE46FEC050B4C695101F3B86ACE09D502572DFF5F8534DBE6DEAE838B4000712
-4B21697BA3FCDCCB3B858251438F05B3EA1F8CABC08A502C5324D1315214E7DA
-6B62576C10E6EE9A69FDB9D424FE1C7BC32CF37EE9EFC42B9F6726C486762574
-03913F9B3F5A20B1EFA8D4E072EA2F641D7AF64403C4EC76E3A81185B976499D
-C78FAD546598AB094B628942EBA51C11FD572264BFC7B0E97A1715D7443F29EB
-7BB4E6848383836F99850E22316C73B76B0E6848008B832E49B7373A94DADEE4
-E7EB32C428F531FFA2067E3316A47C08068D93E27525A9A2A915CD9F204AB4DE
-01EF65ECE8167C184DFA747930AA322FC136DE0D412E99E6F37ACF87A788141B
-3043A3B0D20DDE8C2137EF0DA77A899A581A51AC4CD5A1031F84BD428D0A17A9
-989877277917D07CB806DF051C23F1AB0049FBDE843B34CFC9DEC4147D97759E
-983C395F0C9DC2832139DFDE0455002BEBC392E7617156400301F76441347A3E
-E94D2FB65A31DA189BCC3CE94AFC1613B546D424A36EB2F83F3444DDAB0F03A0
-F3C270A9B8BC62465F46D83929DB7F0240E52CAC458194BFD50645F825D0C41C
-773B1D6757625906C7643BDCE990E24467C011ACDAF6D4A26A62D71FAF1F475C
-F14CA4D545E9E4F80BB01F3AC573D046DA7356FB9884CAE3A29DC357BC8CB255
-E5108AB355F0E087902C9BB458DCE8F341F1AEB79E468EE9A45855FE037780E7
-9EA9ADC1CFA141A3F976DFEF51A428D237F234BF5C694DAD4CCF2AE84FFAB574
-A25C1FBA2F38110C305D962420A310FE93301B8677478BDBBBDC518B8C94E819
-26BD2529D0EBF0E770CB3A1E107440D135848D2F90CE8F37693EDAF6071B79F4
-FEA5ABF4D9F2DC67F2468F2BDA3FA968EED4CAF8D7A22CB28AA43804F72F56B9
-545DBD0E3F27DD5617329305CD8577AF38CD4C472CB181CF3DBEA07CD42C6C1C
-51E819286FFFC75E38F5EFF96C763F51A31A78B0848CF56DE1A2CBE2F39B0C41
-FC7C0D42D48D6C75516316B27F6C34AE6D5F5873233914790ECE044C014E9796
-20E200F53FC51ABFEC15C1E08D36E9A4DA7E58DAC014E2C0627EE8ACC6AD021A
-D2E2C431ACE954602EB99D4584250637F807507A17DA18521B6820E066058B09
-8C2B4609FDEA9E02007A097F833C7A9854D74B38DC81016759DD8FC6F98071FE
-620AFA1A8DE5AA974C281A1DEC9C8B866E7E350BE5EF3C7C53F82280790CF239
-C847E4C7F74BCEBED8BCC57D4C01BC4394F0E9EC5AD01852B3B06B93A477A1AB
-AA97B588415A03C1984B0C9619C899DFD4766A2CE91CD6A65120E07756100696
-297345CACCE1551A2CB549077A292B73ECD47C3A098049BC49F2125BBF004DAA
-8827C407B06A07E5F39CC17843FE876FB2DC6CA2ADC0A4D8812901FC82913ECF
-BD04C66B3647B7A698B4BC6C2F136C04AF4792F10C31231F2A04E4B55538CC17
-AFE4B47BA2F575BB4E7E222E9F6A4F904F11CBBC6DF6C2F3C15DCF268A39D6AB
-DEB9D091EFE6ECD5DF61ED23E570D484A6AFD5F8D34B7D484F76F150D3D97EBE
-5E91D7A458FAB380BE167E7F2FAAC82BC2C7F3C14BDFD06D9665F5AB2CE34800
-E779AC43B70E22199D3BC4A2A14EFD5D20AF12D8CC26BCE54762ECCA9D9F5FDE
-84B43104575B2D6533FD3BD245AAAA4B82314EAEC2E6E566EB32AE367D2F2BBE
-8F6DF9D63F56693D701E259ED828A3E27561A5901B87F606AADBEDDD7E846AC1
-F07D1ACCEC90CF6AB18114A140FE4BC918EDC9B06284B40E2C82D4BE3C1EAB92
-E2E2F0DE115737561F7ACA173B81C9AF7EFCD6797BC1AE6366646C8F1ADC38A9
-F1928933BFB6AB474FA81D8C006AA11B76461ED98DB4DCB95D7772E3D15C2A29
-F116DF0437225E8EA1FC5C3997633CD63539069F7788AAB84BC9FA8A1A61316D
-2C0F07D2914A61B0418912B276561540BE5DBC1F7A20241E85ED95BB775E16D4
-1F22262C8128967F53031EBA86D0A2184DEB01D51D4F7E15BADE50B7DE246C05
-38B9B49D264A4B29A372FCBF57323308C71A0E14748850B56D51BB932B1DCAA3
-A1469E84536A42B0D8B55A0292C8050D6CD1BFDCC4D287B15082801EA40AB8DE
-CD8628D0E1252DBC57333D74841246D7A6392F158EAA9FD5BC6CB2E535DDBEAB
-F16FF32617952596187203D41342DF7FC1E0CAEA2EE8F012236DAB0208A626E4
-5FC5EC819580727F7890BF2B114523A3006CFE3B67F19419A009826C635C4B2C
-10CED88293D753A6FC63C5C17A424E911169E316DAC022EE37A5F93A6D7BB446
-5402EDB1F758FFCCBE83F7842CF09E84DAC17CC8A5D0521CDBCA8B320D90F24F
-32AA9B86DAFD068FB0D234C94EC0889134DCCF83F8B0C89F67D660EC4D6E2B34
-D4CC5E094049ACFA09767E7C0AFD789767D0660825FC94878BFCA40105597194
-BDF88A8636D180BAFEF635601218B47E1242497D1E90E7A0F1098FE4161E6C7D
-D1E920DBECEDE54FD9D8EA40E25881F0E31C3FECCA22ED507DF496122D25AF56
-E6E690952EC746BE46F4D228D54C634B04D036DD33252E5A5B6309E559EB9CF9
-DD17101EF262D5FEBE9C207007A2E7F3BCCCE3243333F0A79C1779E727414D60
-B451BDC14BA3FFCBB9D49641DE51BE92C7D136C2C910559A6EE106DC05CB4890
-322BC12FD592C4789FD8368DFB7827A67FF8FADE351646D0B4B35F74A924E229
-DDCBE1B5D24D049CBD4424B123B6AAE7F5AF8AEEC7F862431541F6B755A272CE
-177CAB058D297A35041646435664056644B2422B2CB890080C3BEC3C52C6363C
-B843F24977C482C7A37CF18DEDE4E8FECB280E86263BBB5BD413A9BE19329817
-EC424B1AEEEF713A52D68143AF0DC2B02F293425F041A616D148ABED9E7FA7A0
-AE99B5762A52E38BE8E7148EF22808632CBDEA8613948D8E3D576580FA3F4B3E
-0B5F9E1B240BC7D0744FB1D121E3231994DEDE24B919A72869C15B839DDD9917
-D3BF2466E673B142E4B527B17893D3405603E1271E2D005A6318DC98CFA3D25C
-3A7B59A16B1D6C5C31F267B964E951DFDB1143F8D9005E378A3D4F5B072911CC
-814C191A806A989BC176544E45BA9A5CB16281394572CC6275A96865BEAB6F9D
-06DD94701FB30DEAC86652473C182379F43877528F28AB0B5FD9669347003055
-2E6169601690053E00E18BE7FA7143DA61EA74326BE8122E56485E65B0572821
-BBE05576C1D9706EE219A8377338E93DFFFEE5E37E6054412A9B875A092C948C
-C4663F161AEBAFBB964859E9056D42B76A806A2B1C435318459E272DD51339B6
-B16BC73787ADF1D7A2CD630CA98F8B6C479693BA427D7096E83AAC35B6D1CCAE
-B5879B03B706C6AA3FC1A1D180315A2252DE59C45E9429E107D7A73A645AB182
-6FCD53B44907874A1B286BC50D9051160CBFB374856E59C961C376C3B553454B
-108BC5FFAC60EB8C7426A70A1FFC2CE80D8989A3EEC43A9AD51771D48884BB32
-1749E328FDCCD4FDD104E80EB6813FB98D83139791DD2A2C9ED7A70BC458DB09
-5D73B21DAF0FFC110324B8F2BC145FA61962C5D78B4D6C8D014D6938AF09F36A
-2A3E5634A140A1A525BFCAA00616AA1D8195A8A68E4260B8ADDDF789B131C074
-01EF325E06AEA94A459CE1F51F312C3C19142528AC941551F324BE2653BBCF38
-46DDC6BDF7EF77D68C32F4DE7D8604E63A632AB2108086C77B94DC31D926D1E7
-1D3653D8B35CC5AC431368B7B2D7C3A565FEE9D9B2E366F265A627FE7B4378C4
-81A0C4DBDDE6F7DD940F08764D307A5B09097320431AA76A41C4ADE92C260588
-522B197B802DC488FA2169BC2E13AE36A98591E1673C1CAC29B4E0E15D2227E7
-80928CA4C060FECE89B014C3FB6A42313FC438E448DDD73CB66ADEF1FACF2E2A
-4601F76ECFF658D97BC22C765C0B1B04B03EE08A41E2C778A8E5954CABE7B386
-BFC2DC7C60E720BAB2B1A726D8AF4933355F21731FD7C930F31720C1E16F6C01
-C0C8B6747961B605CDFFB02FD6D6A7758B1097AA1D47C6DA9DBF0F87E55672AD
-FE93D17DA6FE7B2E3A5360C5BF0C3F4715165CC6748BC95CFA74D4AD57B481B9
-3784040A6B1BB028CA9F69B6AE52CFF8FF3FD169FDE1A85B52651D99B4042E72
-D5E952BD9F976EFA21C935F2ECBF5C8D4D8BA0AA97DD1458650F6DB9C80B3B21
-F60761C150944567DE98E9DED3BB831A57DE2A5C8CC4417D0D02BF24EB09C2A7
-B8262EFB223FDEDB45E75E2559190060C676B43721B5894EA52440AAAF72B77D
-42138ABF062B92255DCE006EC18492D4CC0CA6FE753E8851305B967B4B01D481
-85D8A1B78CAEBEB99ED44E5BD7B0CD242B46F8C3C4B1DCE6B103497A89D0C48A
-FCA2DDB3CBEF2CC076673FE28DD397F4975BF03EABF542C8ECAE8311822A6564
-14C20DE022F9AFBF672B31D124F96E2475073E6B53F8032685A45AC7181B0158
-A6FDBF2DFCC9D842D42E098BC02AEFABA6D571821604BBDC389E80931BC8A767
-A92DC7CE49EDDC3C89521CD3AF5AEFF121EAA27B74A37BF043B1AC045A0D9A38
-8767D85D15DBF0F5ABC495207AA3AD05BE201642206044F470EFDF4A8D52C050
-D600F04B97ACED3F7FC8A56E7640A6A4AAAE1816F3A77D887A378AA0B130B509
-72A8ADBD5808E9BBB7F83216D995EC74FD168D5A3D171AB9C52A0E21169172A2
-9C680D926D2327A314835700D399CE25A8311D22D1127B43CB8A9D900133C4D1
-CA1F71C4331F37DBE7F26650B4D512C5E192635CD8CF4C560AB5BFFE0671424D
-456BA00271A643AA2477DAB650F682D89B932BEBB5A66EBC9072A469EE78E0B3
-86F58B1BA76F31B978C167A0E5CE18889C4DA968CEF94EFA70060960E1D53535
-17230FC0C8AA0E878AD3D6E306533800DB46BF785219872DBCAAEC33A236A8AA
-E86D9C9316CEE8D75888217824D56420EF7AFE70E18C6AC6E7E71161373D574A
-D399548B201868F2D1B2DEC136ECFEFE25C307630331F2F893FE36E0CCC8113F
-9D7A6DE87881BC713E6B438F1E804B2C6F00DAA4FF0A33F2B051EE2655BD8583
-9AA5BB2F7A4AD400F34963FA1BD28D5AB933EAE84C047D636122BE431DB097BC
-85D7CB6C30B09333A567F7DFC0A0482E4373512294562297BACC2F53E2BF1718
-4E23AA470CB1879235832D66846522B8EC1536E17172B8DA9DEB14877C9405D4
-531E548E8ACEBE66D41992C0D0A25CE7FE2641DC2F06A1399C864A7C1155DDD4
-20A2D292688E6426B147572C2CD3706C96C22C977A4A6C4A30A54C7DDD50DCB9
-7BBC5C0B744CD85DF88166B916C0F1909A38742C6BCB58045C4223B70F4B3BAD
-74EBBE8395A3F64A14D6838554EB6AB7CE417DD7448EBB4F3EE10B13B454C4EA
-949AF16A87E72ED21159408171A4847199C5E403FADCC67D0FFA5A58452ADC67
-FC3C597826B20BD85A1AC7BFA715531D99DDA5155185E3FBF29DDF559A103F75
-538AC8CC0B4C4041288E89B387F6ABE04F90E8CEB2099293D1DC4FE00647C80C
-5DBE532282708D050BC6A226F45DBC314D109554BB25CF04770ED4874EED1B1F
-E18E006F254BB4297C435B416A9AFC6FC51568D89317BCDD9885E2D1ED15F4F7
-AF253B5FAEE5CC44BF9D860982B7F4706C8B8018E6488E337B773A4A7AAF9998
-6796B30721736F7AB66CE22EBEF616FE5847929A2E08D64DA7E912F4CA899F73
-6A0A1F1F2163886A7C5E6999D98AB9708EADE2030050B2D05AEF0AA9447F8698
-7C191DD81DB9131D0DC19BB7CD0CD9A60AEBBA3FAD203CA51B6FECB75EC91C14
-EE75CBB49420594C7B9A56EDE29343B5D1817AFF27B71F0BF2B8D59D8198C2B7
-A9F4091A085C973412051D6ACCD3F0B37D502D8FE193CD5E42769D1F497847CF
-B986233F0DE24FE2F4ED03BFA105DD04182887D3C6CB827A1D5B00170B8DFA5E
-EB1BE4FEEACCC82A5BB4BCE2C8320CBCF6EEBFC955025F3980763F51170EA440
-C2144AD36893326E5A3DC214AF59FF505E8168593AB9543FC6690F0D63262FBB
-978B833906430E5D2DC99D729D1CCE7A0A91725537BCF91DFBF8073EEE494A2B
-E38F1AA3D81C602D05FAD3CA3A8A5A7E1F0A7F7CA736B561F3C29275E68D01E1
-FA253D089243988C475ABF8077C71DD93F1414E69FAEE565F42C863C61BE554B
-44C92919D78D898E70510D9EA1FCAB702FD53337263606A777A001224390AA6C
-D8CA04FE8F34D61F03E083D0A050EA3985ED026479142A7184494C615A7AC675
-97B6196C56F2034850A77938B7585B18AEEA2D249E41D25302DFF2416FCADC13
-E69030FD907778821C66F93220A31991386640AC2315A5B7DB80B4AE91A6A4D7
-8BC19E632295CFECA8D65B4045C5A7614852CD48686A27D61F6DC6ED6120D30D
-92C97F4D0B5135823FA4A59DFB7633
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-{restore}if
-%%EndFont 
-TeXDict begin 40258431 52099146 1000 600 600 (bashref.dvi)
-@start /Fa 130[55 1[55 123[{ T1Encoding ReEncodeFont }2
-116.231 /SFRM1440 rf /Fb 133[34 41 41 55 41 43 30 30
-30 41 43 38 43 64 21 41 23 21 43 38 23 34 43 34 43 38
-8[58 4[43 57 1[52 60 58 70 48 2[28 58 3[59 55 54 58 7[38
-38 38 38 38 38 38 38 38 38 3[21 31[43 12[{}52 74.7198
-/CMR9 rf /Fc 197[21 58[{}1 74.7198 /CMMI9 rf /Fd 134[39
-39 2[39 39 39 39 2[39 39 39 39 2[39 39 1[39 39 39 2[39
-19[39 27[39 39 2[39 45[{}20 74.7198 /CMSLTT10 rf /Fe
-129[39 39 1[39 39 39 39 39 39 39 39 39 39 39 39 39 39
-39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 1[39
-39 39 39 39 39 39 39 39 39 1[39 39 39 39 39 39 1[39 39
-39 39 39 39 39 39 39 39 39 39 1[39 39 39 5[39 39 39 39
-39 39 39 39 39 1[39 39 39 39 39 1[39 39 1[39 33[{}81
-74.7198 /CMTT9 rf /Ff 167[62 3[60 46 2[57 1[62 76 52
-1[43 1[62 65 54 1[63 60 67[{}13 83.022 /CMR10 rf /Fg
-135[67 2[67 1[50 2[61 69 5[33 1[70 2[68 52[60 47[{}9
-109.174 /CMCSC10 rf /Fh 140[56 3[56 56 1[56 2[56 56 56
-57[56 45[{}8 109.091 /CMTT12 rf /Fi 130[45 1[45 123[{
- T1Encoding ReEncodeFont }2 91.3242 /SFRM1095 rf /Fj
-134[48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 48 1[48 1[48 48 48 2[48 3[48 1[48
-1[48 1[48 48 48 1[48 48 48 1[48 48 48 48 1[48 6[48 6[48
-48 48 48 2[48 5[48 39[{}51 90.9091 /CMSLTT10 rf /Fk 134[65
-65 89 65 68 48 48 50 65 68 61 68 102 34 65 1[34 68 61
-37 56 68 55 68 60 7[93 93 127 1[94 85 68 92 92 84 92
-96 116 74 96 1[46 96 96 77 81 94 89 87 93 1[58 5[61 61
-61 61 61 61 61 61 61 61 1[34 41 34 31[68 72 11[{}63 109.091
-/CMBX12 rf /Fl 135[42 1[42 1[30 37 38 1[46 46 51 74 23
-42 1[28 1[42 1[42 46 42 1[46 51[33 32[51 12[{}19 90.9091
-/CMTI10 rf /Fm 135[56 2[56 1[42 55 1[51 58 56 68 47 2[27
-1[58 49 51 57 54 53 56 46[50 2[50 1[34 45[{}20 90.9091
-/CMCSC10 rf /Fn 197[25 58[{}1 90.9091 /CMMI10 rf /Fo
-197[33 58[{}1 119.552 /CMMI12 rf /Fp 134[85 85 1[85 90
-63 64 66 1[90 81 90 134 45 1[49 45 90 81 49 74 90 72
-90 78 10[122 124 112 90 120 3[126 153 97 1[83 60 126
-127 101 106 124 117 115 122 7[81 81 81 81 81 81 81 81
-81 81 35[90 94 11[{}52 143.462 /CMBX12 rf /Fq 200[0 21[91
-17[45 1[91 12[71{}5 90.9091 /CMSY10 rf /Fr 133[40 48
-48 66 48 51 35 36 36 48 51 45 51 76 25 48 28 25 51 45
-28 40 51 40 51 45 7[68 68 93 1[68 66 51 67 71 62 71 68
-83 57 71 1[33 68 71 59 62 69 66 64 68 13[45 45 45 3[30
-8[45 2[25 18[76 1[51 53 11[{}58 90.9091 /CMSL10 rf /Fs
-132[67 1[71 71 97 71 75 52 53 55 1[75 67 75 112 37 71
-41 37 75 67 41 61 75 60 75 65 3[37 1[37 1[102 102 139
-102 103 94 75 100 101 92 101 105 128 81 105 69 50 105
-106 85 88 103 97 96 102 105 64 4[37 67 67 67 67 67 67
-67 67 67 67 1[37 1[37 1[67 5[67 112 1[41 20[75 78 11[{}73
-119.552 /CMBX12 rf /Ft 129[48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 1[48 48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
-48 48 48 48 48 48 48 48 48 48 48 48 48 33[{}93 90.9091
-/CMTT10 rf /Fu 131[91 45 40 48 48 66 48 51 35 36 36 48
-51 45 51 76 25 48 28 25 51 45 28 40 51 40 51 45 25 2[25
-45 25 56 68 68 93 68 68 66 51 67 71 62 71 68 83 57 71
-47 33 68 71 59 62 69 66 64 68 71 43 1[71 1[25 25 45 45
-45 45 45 45 45 45 45 45 45 25 30 25 1[45 35 35 25 71
-76 45 76 45 25 18[76 51 51 53 11[{}91 90.9091 /CMR10
-rf /Fv 138[108 1[76 79 3[108 1[54 3[108 1[59 88 1[86
-1[94 14[144 4[184 10[138 66[{}13 172.154 /CMBX12 rf end
-%%EndProlog
-%%BeginSetup
-%%Feature: *Resolution 600dpi
-TeXDict begin
-%%BeginPaperSize: Letter
-/setpagedevice where
-{ pop << /PageSize [612 792] >> setpagedevice }
-{ /letter where { pop letter } if }
-ifelse
-%%EndPaperSize
- end
-%%EndSetup
-%%Page: 1 1
-TeXDict begin 1 0 bop 150 1318 a Fv(Bash)64 b(Reference)j(Man)-5
-b(ual)p 150 1385 3600 34 v 2361 1481 a Fu(Reference)31
-b(Do)s(cumen)m(tation)i(for)d(Bash)2428 1589 y(Edition)h(5.3,)g(for)f
-Ft(Bash)g Fu(V)-8 b(ersion)31 b(5.3.)3333 1697 y(April)f(2024)150
-4927 y Fs(Chet)45 b(Ramey)-11 b(,)46 b(Case)g(W)-11 b(estern)46
-b(Reserv)l(e)g(Univ)l(ersit)l(y)150 5068 y(Brian)f(F)-11
-b(o)l(x,)45 b(F)-11 b(ree)45 b(Soft)l(w)l(are)h(F)-11
-b(oundation)p 150 5141 3600 17 v eop end
-%%Page: 2 2
-TeXDict begin 2 1 bop 150 4279 a Fu(This)35 b(text)h(is)g(a)g(brief)f
-(description)h(of)f(the)h(features)g(that)g(are)g(presen)m(t)g(in)f
-(the)h(Bash)f(shell)h(\(v)m(ersion)150 4389 y(5.3,)c(5)e(April)h
-(2024\).)150 4523 y(This)36 b(is)g(Edition)h(5.3,)j(last)d(up)s(dated)e
-(5)i(April)g(2024,)j(of)c Fr(The)h(GNU)g(Bash)g(Reference)g(Man)m(ual)p
-Fu(,)i(for)150 4633 y Ft(Bash)p Fu(,)29 b(V)-8 b(ersion)31
-b(5.3.)150 4767 y(Cop)m(yrigh)m(t)602 4764 y(c)577 4767
-y Fq(\015)f Fu(1988{2023)35 b(F)-8 b(ree)31 b(Soft)m(w)m(are)h(F)-8
-b(oundation,)31 b(Inc.)390 4902 y(P)m(ermission)21 b(is)f(gran)m(ted)h
-(to)g(cop)m(y)-8 b(,)24 b(distribute)c(and/or)h(mo)s(dify)e(this)i(do)s
-(cumen)m(t)f(under)f(the)390 5011 y(terms)25 b(of)h(the)f(GNU)h(F)-8
-b(ree)27 b(Do)s(cumen)m(tation)g(License,)g(V)-8 b(ersion)26
-b(1.3)g(or)f(an)m(y)h(later)g(v)m(ersion)390 5121 y(published)43
-b(b)m(y)h(the)h(F)-8 b(ree)46 b(Soft)m(w)m(are)g(F)-8
-b(oundation;)53 b(with)44 b(no)g(In)m(v)-5 b(arian)m(t)46
-b(Sections,)j(no)390 5230 y(F)-8 b(ron)m(t-Co)m(v)m(er)31
-b(T)-8 b(exts,)30 b(and)f(no)f(Bac)m(k-Co)m(v)m(er)k(T)-8
-b(exts.)41 b(A)29 b(cop)m(y)h(of)f(the)g(license)h(is)f(included)390
-5340 y(in)h(the)h(section)g(en)m(titled)h(\\GNU)f(F)-8
-b(ree)32 b(Do)s(cumen)m(tation)g(License".)p eop end
-%%Page: -1 3
-TeXDict begin -1 2 bop 3725 -116 a Fu(i)150 299 y Fp(T)-13
-b(able)53 b(of)h(Con)l(ten)l(ts)150 649 y Fs(1)135 b(In)l(tro)t
-(duction)31 b Fo(:)19 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)h(:)f(:)g(:)44 b Fs(1)275 786 y Fu(1.1)92
-b(What)31 b(is)f(Bash?)10 b Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)23 b Fu(1)275 896 y(1.2)92 b(What)31
-b(is)f(a)h(shell?)22 b Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)35 b Fu(1)150 1147 y Fs(2)135 b(De\014nitions)31
-b Fo(:)20 b(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
-f(:)h(:)f(:)g(:)h(:)43 b Fs(3)150 1425 y(3)135 b(Basic)45
-b(Shell)g(F)-11 b(eatures)19 b Fo(:)h(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-h(:)f(:)32 b Fs(5)275 1562 y Fu(3.1)92 b(Shell)30 b(Syn)m(tax)13
-b Fn(:)j(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-27 b Fu(5)399 1671 y(3.1.1)93 b(Shell)30 b(Op)s(eration)14
-b Fn(:)h(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)28 b Fu(5)399
-1781 y(3.1.2)93 b(Quoting)23 b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)37 b Fu(6)524 1890 y(3.1.2.1)93
-b(Escap)s(e)30 b(Character)19 b Fn(:)d(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)33 b Fu(6)524
-2000 y(3.1.2.2)93 b(Single)31 b(Quotes)16 b Fn(:)g(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)30
-b Fu(6)524 2110 y(3.1.2.3)93 b(Double)31 b(Quotes)14
-b Fn(:)i(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)28 b Fu(6)524 2219 y(3.1.2.4)93
-b(ANSI-C)30 b(Quoting)15 b Fn(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)29 b Fu(6)524
-2329 y(3.1.2.5)93 b(Lo)s(cale-Sp)s(eci\014c)32 b(T)-8
-b(ranslation)17 b Fn(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)30
-b Fu(7)399 2438 y(3.1.3)93 b(Commen)m(ts)14 b Fn(:)i(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)28 b Fu(9)275 2548 y(3.2)92
-b(Shell)30 b(Commands)9 b Fn(:)15 b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)23 b Fu(9)399 2658 y(3.2.1)93 b(Reserv)m(ed)31
-b(W)-8 b(ords)27 b Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)40
-b Fu(9)399 2767 y(3.2.2)93 b(Simple)30 b(Commands)15
-b Fn(:)f(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)29 b Fu(9)399 2877 y(3.2.3)93
-b(Pip)s(elines)23 b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)36 b Fu(10)399 2986 y(3.2.4)93 b(Lists)30
-b(of)h(Commands)20 b Fn(:)15 b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)33 b Fu(10)399
-3096 y(3.2.5)93 b(Comp)s(ound)28 b(Commands)9 b Fn(:)14
-b(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-22 b Fu(11)524 3205 y(3.2.5.1)93 b(Lo)s(oping)30 b(Constructs)16
-b Fn(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)29
-b Fu(11)524 3315 y(3.2.5.2)93 b(Conditional)31 b(Constructs)25
-b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)39
-b Fu(12)524 3425 y(3.2.5.3)93 b(Grouping)30 b(Commands)22
-b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)36
-b Fu(17)399 3534 y(3.2.6)93 b(Copro)s(cesses)26 b Fn(:)15
-b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)39 b Fu(18)399
-3644 y(3.2.7)93 b(GNU)31 b(P)m(arallel)13 b Fn(:)k(:)f(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)26 b Fu(19)275 3753 y(3.3)92 b(Shell)30
-b(F)-8 b(unctions)16 b Fn(:)g(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g
-(:)h(:)29 b Fu(19)275 3863 y(3.4)92 b(Shell)30 b(P)m(arameters)c
-Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)38 b
-Fu(21)399 3973 y(3.4.1)93 b(P)m(ositional)32 b(P)m(arameters)8
-b Fn(:)17 b(:)f(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)21 b Fu(23)399 4082 y(3.4.2)93 b(Sp)s(ecial)30
-b(P)m(arameters)c Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)37 b Fu(23)275 4192
-y(3.5)92 b(Shell)30 b(Expansions)24 b Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)38 b Fu(24)399 4301 y(3.5.1)93 b(Brace)31
-b(Expansion)9 b Fn(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)22 b
-Fu(24)399 4411 y(3.5.2)93 b(Tilde)30 b(Expansion)18 b
-Fn(:)d(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)31 b Fu(25)399 4521 y(3.5.3)93
-b(Shell)30 b(P)m(arameter)i(Expansion)26 b Fn(:)15 b(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)39 b Fu(26)399 4630 y(3.5.4)93
-b(Command)29 b(Substitution)20 b Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)33 b Fu(34)399 4740
-y(3.5.5)93 b(Arithmetic)31 b(Expansion)c Fn(:)15 b(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)40 b
-Fu(35)399 4849 y(3.5.6)93 b(Pro)s(cess)30 b(Substitution)15
-b Fn(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)28 b Fu(35)399 4959 y(3.5.7)93 b(W)-8
-b(ord)31 b(Splitting)d Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)41
-b Fu(36)399 5068 y(3.5.8)93 b(Filename)32 b(Expansion)22
-b Fn(:)14 b(:)h(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)35 b Fu(36)524 5178 y(3.5.8.1)93 b(P)m(attern)31
-b(Matc)m(hing)14 b Fn(:)k(:)d(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)27 b Fu(37)399 5288 y(3.5.9)93
-b(Quote)31 b(Remo)m(v)-5 b(al)17 b Fn(:)g(:)e(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)30
-b Fu(39)p eop end
-%%Page: -2 4
-TeXDict begin -2 3 bop 3699 -116 a Fu(ii)275 83 y(3.6)92
-b(Redirections)14 b Fn(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)27 b Fu(39)399 193 y(3.6.1)93 b(Redirecting)31
-b(Input)11 b Fn(:)j(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)24 b Fu(40)399 302
-y(3.6.2)93 b(Redirecting)31 b(Output)15 b Fn(:)f(:)i(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)28
-b Fu(40)399 412 y(3.6.3)93 b(App)s(ending)28 b(Redirected)k(Output)20
-b Fn(:)14 b(:)h(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)33 b Fu(40)399
-521 y(3.6.4)93 b(Redirecting)31 b(Standard)e(Output)h(and)f(Standard)h
-(Error)16 b Fn(:)e(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)29 b
-Fu(41)399 631 y(3.6.5)93 b(App)s(ending)28 b(Standard)i(Output)f(and)h
-(Standard)f(Error)d Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)40
-b Fu(41)399 741 y(3.6.6)93 b(Here)31 b(Do)s(cumen)m(ts)15
-b Fn(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)27 b Fu(41)399 850 y(3.6.7)93
-b(Here)31 b(Strings)16 b Fn(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)29
-b Fu(42)399 960 y(3.6.8)93 b(Duplicating)32 b(File)f(Descriptors)25
-b Fn(:)15 b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)37
-b Fu(42)399 1069 y(3.6.9)93 b(Mo)m(ving)32 b(File)f(Descriptors)d
-Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-40 b Fu(42)399 1179 y(3.6.10)93 b(Op)s(ening)29 b(File)j(Descriptors)f
-(for)f(Reading)h(and)f(W)-8 b(riting)29 b Fn(:)15 b(:)h(:)f(:)g(:)h(:)f
-(:)41 b Fu(42)275 1289 y(3.7)92 b(Executing)31 b(Commands)24
-b Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)38 b Fu(43)399 1398 y(3.7.1)93
-b(Simple)30 b(Command)f(Expansion)11 b Fn(:)k(:)g(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)24 b Fu(43)399 1508 y(3.7.2)93 b(Command)29
-b(Searc)m(h)i(and)f(Execution)15 b Fn(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-28 b Fu(43)399 1617 y(3.7.3)93 b(Command)29 b(Execution)i(En)m
-(vironmen)m(t)17 b Fn(:)e(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)30 b Fu(44)399
-1727 y(3.7.4)93 b(En)m(vironmen)m(t)26 b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)39 b Fu(45)399 1836 y(3.7.5)93 b(Exit)31
-b(Status)16 b Fn(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)29
-b Fu(45)399 1946 y(3.7.6)93 b(Signals)23 b Fn(:)15 b(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)36 b Fu(46)275
-2056 y(3.8)92 b(Shell)30 b(Scripts)12 b Fn(:)i(:)i(:)f(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)25 b Fu(47)150 2306
-y Fs(4)135 b(Shell)45 b(Builtin)g(Commands)14 b Fo(:)20
-b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)27 b Fs(49)275 2443 y Fu(4.1)92 b(Bourne)30
-b(Shell)g(Builtins)16 b Fn(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)29
-b Fu(49)275 2553 y(4.2)92 b(Bash)30 b(Builtin)h(Commands)13
-b Fn(:)h(:)i(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)26 b Fu(57)275 2663 y(4.3)92 b(Mo)s(difying)30
-b(Shell)g(Beha)m(vior)18 b Fn(:)f(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)31 b Fu(69)399
-2772 y(4.3.1)93 b(The)30 b(Set)g(Builtin)14 b Fn(:)i(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)27 b Fu(69)399 2882 y(4.3.2)93 b(The)30 b(Shopt)f(Builtin)21
-b Fn(:)16 b(:)g(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)34 b Fu(73)275 2991 y(4.4)92
-b(Sp)s(ecial)30 b(Builtins)9 b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)22 b Fu(80)150 3242 y Fs(5)135 b(Shell)45
-b(V)-11 b(ariables)11 b Fo(:)20 b(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)24 b Fs(81)275 3379 y Fu(5.1)92
-b(Bourne)30 b(Shell)g(V)-8 b(ariables)10 b Fn(:)17 b(:)e(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-23 b Fu(81)275 3489 y(5.2)92 b(Bash)30 b(V)-8 b(ariables)26
-b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)38
-b Fu(81)150 3739 y Fs(6)135 b(Bash)44 b(F)-11 b(eatures)32
-b Fo(:)19 b(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-44 b Fs(94)275 3876 y Fu(6.1)92 b(In)m(v)m(oking)31 b(Bash)16
-b Fn(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)29
-b Fu(94)275 3986 y(6.2)92 b(Bash)30 b(Startup)g(Files)f
-Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)41 b Fu(96)275
-4095 y(6.3)92 b(In)m(teractiv)m(e)32 b(Shells)19 b Fn(:)d(:)f(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)32 b Fu(97)399 4205 y(6.3.1)93
-b(What)31 b(is)f(an)h(In)m(teractiv)m(e)h(Shell?)25 b
-Fn(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38
-b Fu(98)399 4315 y(6.3.2)93 b(Is)30 b(this)g(Shell)g(In)m(teractiv)m
-(e?)22 b Fn(:)d(:)c(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)35 b Fu(98)399 4424 y(6.3.3)93 b(In)m(teractiv)m(e)33
-b(Shell)d(Beha)m(vior)11 b Fn(:)17 b(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)24 b Fu(98)275 4534 y(6.4)92 b(Bash)30
-b(Conditional)h(Expressions)10 b Fn(:)k(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)23 b Fu(99)275 4643 y(6.5)92
-b(Shell)30 b(Arithmetic)11 b Fn(:)16 b(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)24 b Fu(101)275 4753 y(6.6)92 b(Aliases)18 b Fn(:)e(:)g(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)31
-b Fu(103)275 4863 y(6.7)92 b(Arra)m(ys)23 b Fn(:)15 b(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)36
-b Fu(103)275 4972 y(6.8)92 b(The)29 b(Directory)j(Stac)m(k)14
-b Fn(:)j(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)27 b Fu(105)399 5082 y(6.8.1)93
-b(Directory)32 b(Stac)m(k)f(Builtins)20 b Fn(:)c(:)f(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)33 b Fu(106)275 5191
-y(6.9)92 b(Con)m(trolling)31 b(the)g(Prompt)10 b Fn(:)15
-b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)23 b Fu(107)275 5301 y(6.10)92 b(The)30 b(Restricted)h
-(Shell)9 b Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)22 b Fu(109)p
-eop end
-%%Page: -3 5
-TeXDict begin -3 4 bop 3674 -116 a Fu(iii)275 83 y(6.11)92
-b(Bash)31 b(and)e(POSIX)12 b Fn(:)j(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)25
-b Fu(109)399 193 y(6.11.1)93 b(What)31 b(is)g(POSIX?)22
-b Fn(:)14 b(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)36 b Fu(109)399 302 y(6.11.2)93 b(Bash)31
-b(POSIX)e(Mo)s(de)18 b Fn(:)e(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)31 b Fu(110)275 412 y(6.12)92
-b(Shell)30 b(Compatibilit)m(y)i(Mo)s(de)25 b Fn(:)15
-b(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38
-b Fu(114)150 663 y Fs(7)135 b(Job)45 b(Con)l(trol)35
-b Fo(:)20 b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
-g(:)48 b Fs(118)275 800 y Fu(7.1)92 b(Job)30 b(Con)m(trol)h(Basics)23
-b Fn(:)16 b(:)g(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)36 b Fu(118)275 909
-y(7.2)92 b(Job)30 b(Con)m(trol)h(Builtins)11 b Fn(:)k(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)24 b Fu(119)275 1019 y(7.3)92 b(Job)30 b(Con)m(trol)h(V)-8
-b(ariables)26 b Fn(:)15 b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)38 b Fu(121)150
-1269 y Fs(8)135 b(Command)45 b(Line)g(Editing)11 b Fo(:)20
-b(:)g(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)k Fs(122)275 1406 y Fu(8.1)92 b(In)m(tro)s(duction)
-30 b(to)h(Line)f(Editing)12 b Fn(:)k(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)25 b Fu(122)275 1516 y(8.2)92
-b(Readline)31 b(In)m(teraction)14 b Fn(:)j(:)e(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)27
-b Fu(122)399 1626 y(8.2.1)93 b(Readline)31 b(Bare)g(Essen)m(tials)13
-b Fn(:)j(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)26
-b Fu(123)399 1735 y(8.2.2)93 b(Readline)31 b(Mo)m(v)m(emen)m(t)i
-(Commands)13 b Fn(:)i(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)27
-b Fu(123)399 1845 y(8.2.3)93 b(Readline)31 b(Killing)g(Commands)24
-b Fn(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38
-b Fu(124)399 1954 y(8.2.4)93 b(Readline)31 b(Argumen)m(ts)17
-b Fn(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)30 b Fu(124)399 2064 y(8.2.5)93 b(Searc)m(hing)31
-b(for)f(Commands)f(in)h(the)h(History)15 b Fn(:)g(:)h(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)28 b Fu(124)275
-2174 y(8.3)92 b(Readline)31 b(Init)f(File)8 b Fn(:)17
-b(:)e(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)22 b Fu(125)399 2283
-y(8.3.1)93 b(Readline)31 b(Init)f(File)i(Syn)m(tax)21
-b Fn(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)34
-b Fu(125)399 2393 y(8.3.2)93 b(Conditional)31 b(Init)f(Constructs)14
-b Fn(:)h(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)27
-b Fu(134)399 2502 y(8.3.3)93 b(Sample)30 b(Init)g(File)20
-b Fn(:)d(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)33 b Fu(136)275 2612 y(8.4)92
-b(Bindable)30 b(Readline)h(Commands)19 b Fn(:)c(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)33 b Fu(139)399 2721 y(8.4.1)93
-b(Commands)29 b(F)-8 b(or)31 b(Mo)m(ving)16 b Fn(:)h(:)e(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)29 b Fu(139)399
-2831 y(8.4.2)93 b(Commands)29 b(F)-8 b(or)31 b(Manipulating)g(The)f
-(History)c Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)39 b Fu(140)399 2941 y(8.4.3)93 b(Commands)29 b(F)-8
-b(or)31 b(Changing)f(T)-8 b(ext)9 b Fn(:)17 b(:)e(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)23 b Fu(142)399 3050 y(8.4.4)93 b(Killing)31
-b(And)e(Y)-8 b(anking)10 b Fn(:)17 b(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)24 b Fu(143)399
-3160 y(8.4.5)93 b(Sp)s(ecifying)30 b(Numeric)g(Argumen)m(ts)25
-b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)39 b Fu(144)399
-3269 y(8.4.6)93 b(Letting)31 b(Readline)g(T)m(yp)s(e)f(F)-8
-b(or)31 b(Y)-8 b(ou)20 b Fn(:)c(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)33
-b Fu(145)399 3379 y(8.4.7)93 b(Keyb)s(oard)29 b(Macros)9
-b Fn(:)17 b(:)e(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)22 b Fu(146)399 3489 y(8.4.8)93
-b(Some)30 b(Miscellaneous)j(Commands)14 b Fn(:)f(:)j(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)27 b Fu(147)275 3598 y(8.5)92 b(Readline)31 b(vi)f(Mo)s(de)e
-Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)41 b Fu(149)275
-3708 y(8.6)92 b(Programmable)30 b(Completion)25 b Fn(:)15
-b(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)37
-b Fu(150)275 3817 y(8.7)92 b(Programmable)30 b(Completion)h(Builtins)14
-b Fn(:)i(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)28 b Fu(152)275
-3927 y(8.8)92 b(A)30 b(Programmable)h(Completion)g(Example)8
-b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)22 b Fu(156)150 4178 y
-Fs(9)135 b(Using)45 b(History)h(In)l(teractiv)l(ely)28
-b Fo(:)22 b(:)d(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g
-(:)h(:)41 b Fs(159)275 4315 y Fu(9.1)92 b(Bash)30 b(History)h(F)-8
-b(acilities)9 b Fn(:)19 b(:)c(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)22 b Fu(159)275
-4424 y(9.2)92 b(Bash)30 b(History)h(Builtins)d Fn(:)16
-b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)h(:)f(:)41 b Fu(159)275 4534 y(9.3)92 b(History)31
-b(Expansion)10 b Fn(:)k(:)h(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)23
-b Fu(161)399 4643 y(9.3.1)93 b(Ev)m(en)m(t)31 b(Designators)19
-b Fn(:)e(:)e(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)g(:)h(:)32 b Fu(162)399 4753 y(9.3.2)93 b(W)-8
-b(ord)31 b(Designators)c Fn(:)15 b(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)39 b Fu(163)399
-4863 y(9.3.3)93 b(Mo)s(di\014ers)15 b Fn(:)g(:)g(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)29 b Fu(164)p eop end
-%%Page: -4 6
-TeXDict begin -4 5 bop 3677 -116 a Fu(iv)150 83 y Fs(10)135
-b(Installing)46 b(Bash)16 b Fo(:)j(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)h(:)f(:)29 b Fs(165)275 220 y Fu(10.1)92 b(Basic)32
-b(Installation)8 b Fn(:)17 b(:)f(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)22
-b Fu(165)275 330 y(10.2)92 b(Compilers)30 b(and)g(Options)17
-b Fn(:)d(:)i(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)30 b Fu(166)275 439 y(10.3)92 b(Compiling)30
-b(F)-8 b(or)32 b(Multiple)f(Arc)m(hitectures)10 b Fn(:)16
-b(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)23 b Fu(166)275 549 y(10.4)92
-b(Installation)32 b(Names)22 b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)35
-b Fu(167)275 658 y(10.5)92 b(Sp)s(ecifying)30 b(the)g(System)h(T)m(yp)s
-(e)21 b Fn(:)14 b(:)i(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)34 b Fu(167)275 768 y(10.6)92 b(Sharing)30 b(Defaults)24
-b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)37 b Fu(167)275
-878 y(10.7)92 b(Op)s(eration)30 b(Con)m(trols)12 b Fn(:)k(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f
-(:)h(:)f(:)25 b Fu(168)275 987 y(10.8)92 b(Optional)31
-b(F)-8 b(eatures)19 b Fn(:)d(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)32
-b Fu(168)150 1238 y Fs(App)t(endix)44 b(A)119 b(Rep)t(orting)46
-b(Bugs)21 b Fo(:)f(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)35 b Fs(174)150 1498 y(App)t(endix)44
-b(B)125 b(Ma)7 b(jor)46 b(Di\013erences)g(F)-11 b(rom)284
-1639 y(The)45 b(Bourne)f(Shell)35 b Fo(:)19 b(:)h(:)f(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)h(:)
-f(:)g(:)h(:)f(:)h(:)47 b Fs(175)275 1776 y Fu(B.1)92
-b(Implemen)m(tation)31 b(Di\013erences)h(F)-8 b(rom)31
-b(The)e(SVR4.2)j(Shell)22 b Fn(:)15 b(:)g(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)35 b Fu(180)150 2027 y Fs(App)t(endix)44 b(C)124 b(GNU)36
-b(F)-11 b(ree)35 b(Do)t(cumen)l(tation)i(License)25 b
-Fo(:)20 b(:)29 b Fs(181)150 2305 y(App)t(endix)44 b(D)118
-b(Indexes)27 b Fo(:)20 b(:)g(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)
-h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)40
-b Fs(189)275 2442 y Fu(D.1)92 b(Index)29 b(of)i(Shell)f(Builtin)h
-(Commands)23 b Fn(:)16 b(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)
-g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)38
-b Fu(189)275 2552 y(D.2)92 b(Index)29 b(of)i(Shell)f(Reserv)m(ed)h(W)-8
-b(ords)20 b Fn(:)c(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)h(:)f
-(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)34
-b Fu(190)275 2661 y(D.3)92 b(P)m(arameter)31 b(and)f(V)-8
-b(ariable)32 b(Index)27 b Fn(:)16 b(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g
-(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)
-h(:)f(:)g(:)42 b Fu(191)275 2771 y(D.4)92 b(F)-8 b(unction)31
-b(Index)24 b Fn(:)15 b(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h
-(:)f(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)
-f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)38
-b Fu(193)275 2880 y(D.5)92 b(Concept)30 b(Index)15 b
-Fn(:)g(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h
-(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)
-h(:)f(:)h(:)f(:)g(:)h(:)f(:)h(:)f(:)g(:)h(:)f(:)29 b
-Fu(195)p eop end
-%%Page: 1 7
-TeXDict begin 1 6 bop 3705 -116 a Fu(1)150 299 y Fp(1)80
-b(In)l(tro)t(duction)150 604 y Fs(1.1)68 b(What)45 b(is)g(Bash?)150
-763 y Fu(Bash)38 b(is)g(the)g(shell,)i(or)d(command)h(language)h(in)m
-(terpreter,)h(for)e(the)g Fm(gnu)f Fu(op)s(erating)h(system.)63
-b(The)150 873 y(name)33 b(is)g(an)g(acron)m(ym)g(for)g(the)g(`)p
-Ft(Bourne-Again)27 b(SHell)p Fu(',)32 b(a)i(pun)d(on)i(Stephen)f
-(Bourne,)h(the)g(author)150 983 y(of)f(the)f(direct)h(ancestor)h(of)e
-(the)h(curren)m(t)f(Unix)g(shell)h Ft(sh)p Fu(,)f(whic)m(h)g(app)s
-(eared)g(in)g(the)h(Sev)m(en)m(th)g(Edition)150 1092
-y(Bell)g(Labs)e(Researc)m(h)h(v)m(ersion)g(of)f(Unix.)275
-1221 y(Bash)f(is)g(largely)i(compatible)f(with)f Ft(sh)g
-Fu(and)g(incorp)s(orates)g(useful)g(features)g(from)g(the)g(Korn)g
-(shell)150 1330 y Ft(ksh)37 b Fu(and)h(the)g(C)g(shell)g
-Ft(csh)p Fu(.)64 b(It)38 b(is)g(in)m(tended)g(to)h(b)s(e)f(a)g
-(conforman)m(t)h(implemen)m(tation)h(of)e(the)g Fm(ieee)150
-1440 y(posix)c Fu(Shell)g(and)g(T)-8 b(o)s(ols)35 b(p)s(ortion)f(of)g
-(the)h Fm(ieee)f(posix)f Fu(sp)s(eci\014cation)j(\()p
-Fm(ieee)e Fu(Standard)f(1003.1\).)56 b(It)150 1550 y(o\013ers)31
-b(functional)f(impro)m(v)m(emen)m(ts)i(o)m(v)m(er)g Ft(sh)d
-Fu(for)i(b)s(oth)e(in)m(teractiv)m(e)k(and)d(programming)g(use.)275
-1678 y(While)h(the)g Fm(gnu)f Fu(op)s(erating)h(system)g(pro)m(vides)f
-(other)h(shells,)g(including)f(a)h(v)m(ersion)g(of)g
-Ft(csh)p Fu(,)f(Bash)150 1788 y(is)j(the)h(default)f(shell.)49
-b(Lik)m(e)34 b(other)g Fm(gnu)f Fu(soft)m(w)m(are,)i(Bash)f(is)f(quite)
-h(p)s(ortable.)49 b(It)33 b(curren)m(tly)g(runs)f(on)150
-1897 y(nearly)c(ev)m(ery)g(v)m(ersion)g(of)f(Unix)h(and)e(a)i(few)f
-(other)h(op)s(erating)g(systems)f Fq(\000)g Fu(indep)s(enden)m
-(tly-supp)s(orted)150 2007 y(p)s(orts)j(exist)h(for)f
-Fm(ms-dos)p Fu(,)f Fm(os/2)p Fu(,)i(and)f(Windo)m(ws)g(platforms.)150
-2236 y Fs(1.2)68 b(What)45 b(is)g(a)h(shell?)150 2395
-y Fu(A)m(t)32 b(its)f(base,)h(a)f(shell)g(is)h(simply)e(a)h(macro)h
-(pro)s(cessor)f(that)g(executes)i(commands.)42 b(The)30
-b(term)h(macro)150 2505 y(pro)s(cessor)25 b(means)g(functionalit)m(y)i
-(where)d(text)j(and)d(sym)m(b)s(ols)h(are)h(expanded)e(to)i(create)h
-(larger)f(expres-)150 2615 y(sions.)275 2743 y(A)34 b(Unix)h(shell)g
-(is)f(b)s(oth)g(a)h(command)g(in)m(terpreter)g(and)f(a)h(programming)f
-(language.)55 b(As)35 b(a)g(com-)150 2853 y(mand)30 b(in)m(terpreter,)i
-(the)g(shell)f(pro)m(vides)g(the)h(user)e(in)m(terface)j(to)f(the)f
-(ric)m(h)h(set)g(of)f Fm(gnu)g Fu(utilities.)44 b(The)150
-2962 y(programming)30 b(language)h(features)f(allo)m(w)h(these)g
-(utilities)g(to)g(b)s(e)e(com)m(bined.)41 b(Files)31
-b(con)m(taining)g(com-)150 3072 y(mands)e(can)i(b)s(e)e(created,)j(and)
-d(b)s(ecome)i(commands)f(themselv)m(es.)42 b(These)30
-b(new)f(commands)h(ha)m(v)m(e)i(the)150 3182 y(same)j(status)g(as)g
-(system)g(commands)f(in)g(directories)i(suc)m(h)e(as)h
-Ft(/bin)p Fu(,)g(allo)m(wing)h(users)e(or)g(groups)g(to)150
-3291 y(establish)d(custom)f(en)m(vironmen)m(ts)h(to)g(automate)h(their)
-f(common)f(tasks.)275 3420 y(Shells)j(ma)m(y)h(b)s(e)f(used)g(in)m
-(teractiv)m(ely)k(or)d(non-in)m(teractiv)m(ely)-8 b(.)54
-b(In)33 b(in)m(teractiv)m(e)j(mo)s(de,)f(they)e(accept)150
-3529 y(input)21 b(t)m(yp)s(ed)h(from)g(the)h(k)m(eyb)s(oard.)37
-b(When)22 b(executing)i(non-in)m(teractiv)m(ely)-8 b(,)27
-b(shells)c(execute)g(commands)150 3639 y(read)30 b(from)g(a)h(\014le.)
-275 3768 y(A)41 b(shell)g(allo)m(ws)h(execution)h(of)e
-Fm(gnu)g Fu(commands,)i(b)s(oth)e(sync)m(hronously)f(and)h(async)m
-(hronously)-8 b(.)150 3877 y(The)29 b(shell)g(w)m(aits)i(for)e(sync)m
-(hronous)f(commands)h(to)h(complete)h(b)s(efore)e(accepting)i(more)e
-(input;)g(asyn-)150 3987 y(c)m(hronous)22 b(commands)h(con)m(tin)m(ue)h
-(to)f(execute)h(in)e(parallel)i(with)f(the)f(shell)h(while)g(it)g
-(reads)g(and)f(executes)150 4096 y(additional)35 b(commands.)50
-b(The)33 b Fr(redirection)h Fu(constructs)g(p)s(ermit)f(\014ne-grained)
-g(con)m(trol)i(of)f(the)g(input)150 4206 y(and)40 b(output)f(of)i
-(those)f(commands.)70 b(Moreo)m(v)m(er,)45 b(the)c(shell)f(allo)m(ws)h
-(con)m(trol)h(o)m(v)m(er)g(the)e(con)m(ten)m(ts)i(of)150
-4316 y(commands')30 b(en)m(vironmen)m(ts.)275 4444 y(Shells)k(also)i
-(pro)m(vide)g(a)f(small)h(set)f(of)g(built-in)g(commands)g(\()p
-Fr(builtins)t Fu(\))g(implemen)m(ting)h(function-)150
-4554 y(alit)m(y)i(imp)s(ossible)e(or)g(incon)m(v)m(enien)m(t)j(to)e
-(obtain)g(via)g(separate)g(utilities.)61 b(F)-8 b(or)37
-b(example,)i Ft(cd)p Fu(,)e Ft(break)p Fu(,)150 4663
-y Ft(continue)p Fu(,)28 b(and)i Ft(exec)f Fu(cannot)i(b)s(e)f(implemen)
-m(ted)h(outside)g(of)f(the)h(shell)f(b)s(ecause)h(they)f(directly)h
-(ma-)150 4773 y(nipulate)d(the)g(shell)g(itself.)41 b(The)27
-b Ft(history)p Fu(,)g Ft(getopts)p Fu(,)f Ft(kill)p Fu(,)i(or)g
-Ft(pwd)f Fu(builtins,)h(among)g(others,)h(could)150 4883
-y(b)s(e)34 b(implemen)m(ted)g(in)g(separate)h(utilities,)i(but)d(they)g
-(are)g(more)h(con)m(v)m(enien)m(t)h(to)f(use)f(as)g(builtin)g(com-)150
-4992 y(mands.)40 b(All)31 b(of)f(the)h(shell)f(builtins)g(are)h
-(describ)s(ed)e(in)h(subsequen)m(t)g(sections.)275 5121
-y(While)39 b(executing)h(commands)e(is)g(essen)m(tial,)43
-b(most)c(of)g(the)g(p)s(o)m(w)m(er)f(\(and)g(complexit)m(y\))j(of)e
-(shells)150 5230 y(is)34 b(due)f(to)i(their)f(em)m(b)s(edded)f
-(programming)h(languages.)52 b(Lik)m(e)35 b(an)m(y)f(high-lev)m(el)i
-(language,)h(the)d(shell)150 5340 y(pro)m(vides)c(v)-5
-b(ariables,)32 b(\015o)m(w)e(con)m(trol)i(constructs,)f(quoting,)g(and)
-f(functions.)p eop end
-%%Page: 2 8
-TeXDict begin 2 7 bop 150 -116 a Fu(Chapter)30 b(1:)41
-b(In)m(tro)s(duction)2592 b(2)275 299 y(Shells)21 b(o\013er)i(features)
-f(geared)h(sp)s(eci\014cally)g(for)f(in)m(teractiv)m(e)j(use)d(rather)g
-(than)g(to)h(augmen)m(t)g(the)f(pro-)150 408 y(gramming)32
-b(language.)48 b(These)32 b(in)m(teractiv)m(e)j(features)d(include)g
-(job)g(con)m(trol,)j(command)c(line)i(editing,)150 518
-y(command)d(history)g(and)g(aliases.)42 b(Eac)m(h)31
-b(of)g(these)g(features)f(is)h(describ)s(ed)e(in)h(this)g(man)m(ual.)p
-eop end
-%%Page: 3 9
-TeXDict begin 3 8 bop 3705 -116 a Fu(3)150 299 y Fp(2)80
-b(De\014nitions)150 552 y Fu(These)30 b(de\014nitions)g(are)h(used)e
-(throughout)h(the)h(remainder)f(of)g(this)h(man)m(ual.)150
-720 y Ft(POSIX)240 b Fu(A)27 b(family)g(of)g(op)s(en)f(system)g
-(standards)g(based)g(on)h(Unix.)39 b(Bash)27 b(is)g(primarily)f
-(concerned)630 830 y(with)k(the)h(Shell)f(and)g(Utilities)i(p)s(ortion)
-e(of)h(the)f Fm(posix)g Fu(1003.1)j(standard.)150 995
-y Ft(blank)240 b Fu(A)30 b(space)h(or)g(tab)f(c)m(haracter.)150
-1161 y Ft(builtin)144 b Fu(A)35 b(command)g(that)g(is)g(implemen)m(ted)
-g(in)m(ternally)h(b)m(y)f(the)g(shell)g(itself,)i(rather)d(than)h(b)m
-(y)630 1271 y(an)30 b(executable)i(program)e(somewhere)h(in)f(the)g
-(\014le)h(system.)150 1436 y Ft(control)d(operator)630
-1546 y Fu(A)20 b Ft(token)f Fu(that)i(p)s(erforms)e(a)i(con)m(trol)g
-(function.)37 b(It)21 b(is)f(a)h Ft(newline)d Fu(or)j(one)f(of)h(the)f
-(follo)m(wing:)630 1655 y(`)p Ft(||)p Fu(',)31 b(`)p
-Ft(&&)p Fu(',)f(`)p Ft(&)p Fu(',)h(`)p Ft(;)p Fu(',)g(`)p
-Ft(;;)p Fu(',)f(`)p Ft(;&)p Fu(',)h(`)p Ft(;;&)p Fu(',)f(`)p
-Ft(|)p Fu(',)h(`)p Ft(|&)p Fu(',)f(`)p Ft(\()p Fu(',)h(or)f(`)p
-Ft(\))p Fu('.)150 1821 y Ft(exit)f(status)630 1931 y
-Fu(The)f(v)-5 b(alue)29 b(returned)e(b)m(y)h(a)h(command)f(to)h(its)g
-(caller.)41 b(The)28 b(v)-5 b(alue)29 b(is)f(restricted)h(to)h(eigh)m
-(t)630 2040 y(bits,)h(so)f(the)h(maxim)m(um)f(v)-5 b(alue)31
-b(is)f(255.)150 2206 y Ft(field)240 b Fu(A)27 b(unit)g(of)g(text)h
-(that)g(is)f(the)g(result)g(of)g(one)h(of)f(the)g(shell)g(expansions.)
-40 b(After)27 b(expansion,)630 2315 y(when)e(executing)h(a)g(command,)h
-(the)f(resulting)f(\014elds)g(are)h(used)f(as)h(the)g(command)f(name)
-630 2425 y(and)30 b(argumen)m(ts.)150 2591 y Ft(filename)96
-b Fu(A)30 b(string)h(of)f(c)m(haracters)i(used)e(to)h(iden)m(tify)g(a)f
-(\014le.)150 2756 y Ft(job)336 b Fu(A)31 b(set)h(of)f(pro)s(cesses)g
-(comprising)g(a)g(pip)s(eline,)g(and)g(an)m(y)g(pro)s(cesses)g
-(descended)g(from)f(it,)630 2866 y(that)h(are)g(all)g(in)f(the)h(same)f
-(pro)s(cess)g(group.)150 3031 y Ft(job)f(control)630
-3141 y Fu(A)22 b(mec)m(hanism)g(b)m(y)f(whic)m(h)h(users)f(can)h
-(selectiv)m(ely)i(stop)e(\(susp)s(end\))e(and)h(restart)i(\(resume\))
-630 3251 y(execution)32 b(of)e(pro)s(cesses.)150 3416
-y Ft(metacharacter)630 3526 y Fu(A)23 b(c)m(haracter)h(that,)h(when)d
-(unquoted,)h(separates)h(w)m(ords.)37 b(A)23 b(metac)m(haracter)i(is)e
-(a)g Ft(space)p Fu(,)630 3635 y Ft(tab)p Fu(,)29 b Ft(newline)p
-Fu(,)e(or)i(one)h(of)f(the)h(follo)m(wing)g(c)m(haracters:)42
-b(`)p Ft(|)p Fu(',)29 b(`)p Ft(&)p Fu(',)h(`)p Ft(;)p
-Fu(',)g(`)p Ft(\()p Fu(',)g(`)p Ft(\))p Fu(',)g(`)p Ft(<)p
-Fu(',)f(or)h(`)p Ft(>)p Fu('.)150 3801 y Ft(name)288
-b Fu(A)37 b Ft(word)f Fu(consisting)i(solely)h(of)e(letters,)j(n)m(um)m
-(b)s(ers,)e(and)f(underscores,)h(and)f(b)s(eginning)630
-3910 y(with)23 b(a)g(letter)h(or)f(underscore.)38 b Ft(Name)p
-Fu(s)22 b(are)h(used)f(as)i(shell)f(v)-5 b(ariable)24
-b(and)e(function)h(names.)630 4020 y(Also)31 b(referred)f(to)h(as)f(an)
-h Ft(identifier)p Fu(.)150 4186 y Ft(operator)96 b Fu(A)38
-b Ft(control)28 b(operator)36 b Fu(or)h(a)i Ft(redirection)27
-b(operator)p Fu(.)61 b(See)38 b(Section)g(3.6)h([Redirec-)630
-4295 y(tions],)f(page)f(39,)i(for)d(a)g(list)h(of)f(redirection)h(op)s
-(erators.)58 b(Op)s(erators)35 b(con)m(tain)j(at)f(least)630
-4405 y(one)31 b(unquoted)e Ft(metacharacter)p Fu(.)150
-4570 y Ft(process)f(group)630 4680 y Fu(A)i(collection)k(of)c(related)h
-(pro)s(cesses)g(eac)m(h)g(ha)m(ving)g(the)g(same)f(pro)s(cess)g(group)g
-Fm(id)p Fu(.)150 4846 y Ft(process)e(group)h(ID)630 4955
-y Fu(A)h(unique)g(iden)m(ti\014er)h(that)f(represen)m(ts)h(a)g
-Ft(process)d(group)h Fu(during)g(its)i(lifetime.)150
-5121 y Ft(reserved)d(word)630 5230 y Fu(A)h Ft(word)e
-Fu(that)i(has)f(a)h(sp)s(ecial)g(meaning)f(to)h(the)g(shell.)40
-b(Most)30 b(reserv)m(ed)e(w)m(ords)g(in)m(tro)s(duce)630
-5340 y(shell)j(\015o)m(w)f(con)m(trol)i(constructs,)f(suc)m(h)f(as)g
-Ft(for)g Fu(and)g Ft(while)p Fu(.)p eop end
-%%Page: 4 10
-TeXDict begin 4 9 bop 150 -116 a Fu(Chapter)30 b(2:)41
-b(De\014nitions)2662 b(4)150 299 y Ft(return)29 b(status)630
-408 y Fu(A)h(synon)m(ym)g(for)g Ft(exit)g(status)p Fu(.)150
-568 y Ft(signal)192 b Fu(A)40 b(mec)m(hanism)h(b)m(y)e(whic)m(h)h(a)h
-(pro)s(cess)e(ma)m(y)i(b)s(e)e(noti\014ed)h(b)m(y)g(the)h(k)m(ernel)f
-(of)g(an)g(ev)m(en)m(t)630 677 y(o)s(ccurring)30 b(in)g(the)h(system.)
-150 837 y Ft(special)d(builtin)630 946 y Fu(A)j(shell)f(builtin)g
-(command)h(that)g(has)f(b)s(een)g(classi\014ed)h(as)g(sp)s(ecial)g(b)m
-(y)f(the)h Fm(posix)f Fu(stan-)630 1056 y(dard.)150 1215
-y Ft(token)240 b Fu(A)38 b(sequence)h(of)f(c)m(haracters)h(considered)f
-(a)h(single)g(unit)e(b)m(y)h(the)h(shell.)64 b(It)38
-b(is)g(either)h(a)630 1325 y Ft(word)29 b Fu(or)i(an)f
-Ft(operator)p Fu(.)150 1484 y Ft(word)288 b Fu(A)28 b(sequence)g(of)g
-(c)m(haracters)h(treated)g(as)f(a)g(unit)f(b)m(y)h(the)g(shell.)40
-b(W)-8 b(ords)28 b(ma)m(y)g(not)g(include)630 1594 y(unquoted)i
-Ft(metacharacters)p Fu(.)p eop end
-%%Page: 5 11
-TeXDict begin 5 10 bop 3705 -116 a Fu(5)150 299 y Fp(3)80
-b(Basic)54 b(Shell)e(F)-13 b(eatures)150 601 y Fu(Bash)21
-b(is)g(an)f(acron)m(ym)i(for)e(`)p Ft(Bourne-Again)27
-b(SHell)p Fu('.)37 b(The)20 b(Bourne)g(shell)h(is)g(the)g(traditional)h
-(Unix)f(shell)150 710 y(originally)h(written)f(b)m(y)f(Stephen)g
-(Bourne.)38 b(All)21 b(of)g(the)g(Bourne)f(shell)h(builtin)f(commands)g
-(are)i(a)m(v)-5 b(ailable)150 820 y(in)26 b(Bash,)h(The)f(rules)f(for)h
-(ev)-5 b(aluation)28 b(and)d(quoting)h(are)h(tak)m(en)g(from)f(the)g
-Fm(posix)f Fu(sp)s(eci\014cation)i(for)f(the)150 929
-y(`standard')k(Unix)g(shell.)275 1086 y(This)h(c)m(hapter)i(brie\015y)e
-(summarizes)h(the)h(shell's)f(`building)g(blo)s(c)m(ks':)45
-b(commands,)32 b(con)m(trol)i(struc-)150 1196 y(tures,)k(shell)e
-(functions,)h(shell)g Fl(p)-5 b(ar)g(ameters)p Fu(,)41
-b(shell)36 b(expansions,)i Fl(r)-5 b(e)g(dir)g(e)g(ctions)p
-Fu(,)40 b(whic)m(h)c(are)h(a)f(w)m(a)m(y)h(to)150 1306
-y(direct)31 b(input)e(and)h(output)g(from)g(and)g(to)h(named)f
-(\014les,)g(and)g(ho)m(w)g(the)h(shell)g(executes)g(commands.)150
-1580 y Fs(3.1)68 b(Shell)45 b(Syn)l(tax)150 1740 y Fu(When)40
-b(the)h(shell)g(reads)f(input,)i(it)f(pro)s(ceeds)f(through)g(a)h
-(sequence)g(of)g(op)s(erations.)71 b(If)40 b(the)h(input)150
-1849 y(indicates)31 b(the)f(b)s(eginning)f(of)h(a)g(commen)m(t,)h(the)f
-(shell)g(ignores)g(the)g(commen)m(t)h(sym)m(b)s(ol)f(\(`)p
-Ft(#)p Fu('\),)h(and)e(the)150 1959 y(rest)i(of)f(that)h(line.)275
-2116 y(Otherwise,)h(roughly)f(sp)s(eaking,)i(the)f(shell)g(reads)g(its)
-g(input)f(and)h(divides)f(the)i(input)e(in)m(to)h(w)m(ords)150
-2225 y(and)23 b(op)s(erators,)j(emplo)m(ying)e(the)g(quoting)h(rules)e
-(to)h(select)i(whic)m(h)d(meanings)h(to)h(assign)f(v)-5
-b(arious)23 b(w)m(ords)150 2335 y(and)30 b(c)m(haracters.)275
-2492 y(The)38 b(shell)h(then)f(parses)g(these)h(tok)m(ens)h(in)m(to)f
-(commands)g(and)f(other)h(constructs,)i(remo)m(v)m(es)f(the)150
-2602 y(sp)s(ecial)31 b(meaning)f(of)g(certain)h(w)m(ords)f(or)g(c)m
-(haracters,)i(expands)d(others,)h(redirects)h(input)e(and)g(output)150
-2711 y(as)d(needed,)g(executes)g(the)g(sp)s(eci\014ed)e(command,)j(w)m
-(aits)f(for)f(the)g(command's)g(exit)i(status,)f(and)f(mak)m(es)150
-2821 y(that)31 b(exit)g(status)g(a)m(v)-5 b(ailable)33
-b(for)d(further)f(insp)s(ection)h(or)h(pro)s(cessing.)150
-3043 y Fk(3.1.1)63 b(Shell)41 b(Op)s(eration)150 3190
-y Fu(The)c(follo)m(wing)h(is)f(a)h(brief)e(description)i(of)f(the)g
-(shell's)h(op)s(eration)f(when)f(it)i(reads)f(and)f(executes)j(a)150
-3299 y(command.)h(Basically)-8 b(,)34 b(the)c(shell)h(do)s(es)f(the)h
-(follo)m(wing:)199 3456 y(1.)61 b(Reads)42 b(its)h(input)e(from)h(a)g
-(\014le)h(\(see)g(Section)g(3.8)g([Shell)f(Scripts],)j(page)e(47\),)k
-(from)41 b(a)i(string)330 3566 y(supplied)30 b(as)h(an)g(argumen)m(t)h
-(to)g(the)f Ft(-c)g Fu(in)m(v)m(o)s(cation)i(option)f(\(see)g(Section)g
-(6.1)g([In)m(v)m(oking)g(Bash],)330 3675 y(page)f(94\),)h(or)e(from)g
-(the)h(user's)f(terminal.)199 3821 y(2.)61 b(Breaks)43
-b(the)g(input)f(in)m(to)h(w)m(ords)f(and)g(op)s(erators,)k(ob)s(eying)d
-(the)g(quoting)g(rules)f(describ)s(ed)f(in)330 3931 y(Section)27
-b(3.1.2)i([Quoting],)f(page)f(6.)40 b(These)26 b(tok)m(ens)i(are)f
-(separated)g(b)m(y)f Ft(metacharacters)p Fu(.)36 b(Alias)330
-4040 y(expansion)30 b(is)h(p)s(erformed)d(b)m(y)j(this)f(step)g(\(see)i
-(Section)f(6.6)g([Aliases],)i(page)e(103\).)199 4186
-y(3.)61 b(P)m(arses)35 b(the)g(tok)m(ens)g(in)m(to)h(simple)e(and)g
-(comp)s(ound)f(commands)h(\(see)h(Section)h(3.2)f([Shell)g(Com-)330
-4296 y(mands],)30 b(page)h(9\).)199 4442 y(4.)61 b(P)m(erforms)40
-b(the)h(v)-5 b(arious)40 b(shell)h(expansions)f(\(see)h(Section)g(3.5)g
-([Shell)g(Expansions],)h(page)f(24\),)330 4551 y(breaking)35
-b(the)g(expanded)g(tok)m(ens)h(in)m(to)g(lists)f(of)g(\014lenames)h
-(\(see)g(Section)f(3.5.8)i([Filename)g(Ex-)330 4661 y(pansion],)30
-b(page)h(36\))h(and)e(commands)g(and)g(argumen)m(ts.)199
-4807 y(5.)61 b(P)m(erforms)36 b(an)m(y)i(necessary)f(redirections)g
-(\(see)h(Section)f(3.6)h([Redirections],)i(page)e(39\))g(and)e(re-)330
-4916 y(mo)m(v)m(es)c(the)e(redirection)h(op)s(erators)g(and)f(their)g
-(op)s(erands)f(from)h(the)h(argumen)m(t)f(list.)199 5062
-y(6.)61 b(Executes)31 b(the)g(command)f(\(see)h(Section)g(3.7)h
-([Executing)f(Commands],)f(page)h(43\).)199 5208 y(7.)61
-b(Optionally)40 b(w)m(aits)g(for)f(the)g(command)g(to)h(complete)g(and)
-f(collects)i(its)f(exit)g(status)f(\(see)h(Sec-)330 5317
-y(tion)31 b(3.7.5)h([Exit)f(Status],)g(page)g(45\).)p
-eop end
-%%Page: 6 12
-TeXDict begin 6 11 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2292 b(6)150 299
-y Fk(3.1.2)63 b(Quoting)150 446 y Fu(Quoting)32 b(is)h(used)e(to)i
-(remo)m(v)m(e)h(the)e(sp)s(ecial)h(meaning)f(of)h(certain)g(c)m
-(haracters)g(or)f(w)m(ords)g(to)h(the)f(shell.)150 555
-y(Quoting)c(can)f(b)s(e)g(used)f(to)j(disable)e(sp)s(ecial)h(treatmen)m
-(t)h(for)e(sp)s(ecial)h(c)m(haracters,)i(to)e(prev)m(en)m(t)g(reserv)m
-(ed)150 665 y(w)m(ords)i(from)g(b)s(eing)g(recognized)h(as)g(suc)m(h,)f
-(and)g(to)h(prev)m(en)m(t)g(parameter)g(expansion.)275
-799 y(Eac)m(h)22 b(of)g(the)g(shell)g(metac)m(haracters)i(\(see)f
-(Chapter)e(2)i([De\014nitions],)h(page)f(3\))g(has)e(sp)s(ecial)i
-(meaning)150 908 y(to)40 b(the)g(shell)f(and)g(m)m(ust)g(b)s(e)g
-(quoted)g(if)h(it)g(is)f(to)h(represen)m(t)g(itself.)68
-b(When)39 b(the)h(command)f(history)150 1018 y(expansion)i(facilities)j
-(are)e(b)s(eing)f(used)g(\(see)h(Section)h(9.3)f([History)h(In)m
-(teraction],)j(page)c(161\),)47 b(the)150 1127 y Fr(history)30
-b(expansion)h Fu(c)m(haracter,)h(usually)f(`)p Ft(!)p
-Fu(',)g(m)m(ust)f(b)s(e)g(quoted)h(to)g(prev)m(en)m(t)g(history)g
-(expansion.)41 b(See)150 1237 y(Section)22 b(9.1)g([Bash)f(History)h(F)
--8 b(acilities],)26 b(page)c(159,)j(for)20 b(more)h(details)h
-(concerning)g(history)f(expansion.)275 1370 y(There)37
-b(are)h(three)f(quoting)h(mec)m(hanisms:)56 b(the)38
-b Fr(escap)s(e)g(c)m(haracter)p Fu(,)j(single)d(quotes,)i(and)d(double)
-150 1480 y(quotes.)150 1677 y Fk(3.1.2.1)63 b(Escap)s(e)41
-b(Character)150 1824 y Fu(A)36 b(non-quoted)f(bac)m(kslash)h(`)p
-Ft(\\)p Fu(')g(is)f(the)h(Bash)g(escap)s(e)f(c)m(haracter.)58
-b(It)36 b(preserv)m(es)f(the)h(literal)h(v)-5 b(alue)36
-b(of)150 1934 y(the)27 b(next)g(c)m(haracter)h(that)f(follo)m(ws,)i
-(with)d(the)h(exception)g(of)g Ft(newline)p Fu(.)38 b(If)26
-b(a)h Ft(\\newline)d Fu(pair)i(app)s(ears,)150 2043 y(and)k(the)h(bac)m
-(kslash)g(itself)g(is)g(not)g(quoted,)g(the)f Ft(\\newline)f
-Fu(is)h(treated)i(as)f(a)g(line)g(con)m(tin)m(uation)h(\(that)150
-2153 y(is,)f(it)g(is)f(remo)m(v)m(ed)h(from)f(the)h(input)e(stream)i
-(and)f(e\013ectiv)m(ely)j(ignored\).)150 2350 y Fk(3.1.2.2)63
-b(Single)42 b(Quotes)150 2497 y Fu(Enclosing)24 b(c)m(haracters)h(in)e
-(single)h(quotes)g(\(`)p Ft(')p Fu('\))g(preserv)m(es)g(the)f(literal)i
-(v)-5 b(alue)24 b(of)g(eac)m(h)g(c)m(haracter)h(within)150
-2607 y(the)31 b(quotes.)42 b(A)31 b(single)h(quote)f(ma)m(y)g(not)g(o)s
-(ccur)g(b)s(et)m(w)m(een)g(single)h(quotes,)f(ev)m(en)h(when)d
-(preceded)i(b)m(y)g(a)150 2717 y(bac)m(kslash.)150 2914
-y Fk(3.1.2.3)63 b(Double)42 b(Quotes)150 3061 y Fu(Enclosing)24
-b(c)m(haracters)h(in)f(double)f(quotes)h(\(`)p Ft(")p
-Fu('\))g(preserv)m(es)g(the)g(literal)h(v)-5 b(alue)24
-b(of)g(all)g(c)m(haracters)h(within)150 3170 y(the)34
-b(quotes,)h(with)f(the)g(exception)h(of)f(`)p Ft($)p
-Fu(',)h(`)p Ft(`)p Fu(',)g(`)p Ft(\\)p Fu(',)g(and,)f(when)f(history)g
-(expansion)h(is)g(enabled,)h(`)p Ft(!)p Fu('.)150 3280
-y(When)c(the)g(shell)g(is)g(in)f Fm(posix)h Fu(mo)s(de)f(\(see)i
-(Section)g(6.11)g([Bash)f(POSIX)f(Mo)s(de],)i(page)g(109\),)h(the)e(`)p
-Ft(!)p Fu(')150 3390 y(has)d(no)g(sp)s(ecial)h(meaning)g(within)f
-(double)g(quotes,)h(ev)m(en)g(when)f(history)g(expansion)g(is)g
-(enabled.)40 b(The)150 3499 y(c)m(haracters)h(`)p Ft($)p
-Fu(')e(and)g(`)p Ft(`)p Fu(')g(retain)h(their)f(sp)s(ecial)h(meaning)f
-(within)g(double)g(quotes)h(\(see)g(Section)g(3.5)150
-3609 y([Shell)29 b(Expansions],)g(page)h(24\).)41 b(The)28
-b(bac)m(kslash)i(retains)f(its)h(sp)s(ecial)f(meaning)g(only)g(when)f
-(follo)m(w)m(ed)150 3718 y(b)m(y)41 b(one)f(of)h(the)g(follo)m(wing)h
-(c)m(haracters:)63 b(`)p Ft($)p Fu(',)43 b(`)p Ft(`)p
-Fu(',)h(`)p Ft(")p Fu(',)g(`)p Ft(\\)p Fu(',)f(or)e Ft(newline)p
-Fu(.)69 b(Within)41 b(double)f(quotes,)150 3828 y(bac)m(kslashes)25
-b(that)h(are)f(follo)m(w)m(ed)h(b)m(y)e(one)h(of)g(these)g(c)m
-(haracters)h(are)f(remo)m(v)m(ed.)40 b(Bac)m(kslashes)26
-b(preceding)150 3938 y(c)m(haracters)35 b(without)e(a)h(sp)s(ecial)f
-(meaning)h(are)f(left)h(unmo)s(di\014ed.)47 b(A)34 b(double)f(quote)g
-(ma)m(y)h(b)s(e)f(quoted)150 4047 y(within)h(double)h(quotes)g(b)m(y)g
-(preceding)g(it)g(with)g(a)g(bac)m(kslash.)55 b(If)35
-b(enabled,)h(history)f(expansion)g(will)150 4157 y(b)s(e)f(p)s
-(erformed)g(unless)g(an)h(`)p Ft(!)p Fu(')g(app)s(earing)f(in)h(double)
-f(quotes)i(is)f(escap)s(ed)g(using)f(a)h(bac)m(kslash.)55
-b(The)150 4266 y(bac)m(kslash)31 b(preceding)f(the)h(`)p
-Ft(!)p Fu(')f(is)h(not)g(remo)m(v)m(ed.)275 4400 y(The)41
-b(sp)s(ecial)h(parameters)f(`)p Ft(*)p Fu(')h(and)f(`)p
-Ft(@)p Fu(')h(ha)m(v)m(e)g(sp)s(ecial)g(meaning)g(when)f(in)g(double)g
-(quotes)h(\(see)150 4509 y(Section)31 b(3.5.3)h([Shell)f(P)m(arameter)h
-(Expansion],)e(page)h(26\).)150 4707 y Fk(3.1.2.4)63
-b(ANSI-C)40 b(Quoting)150 4854 y Fu(Character)33 b(sequences)h(of)f
-(the)g(form)g Ft($')p Fj(string)p Ft(')d Fu(are)k(treated)g(as)f(a)g
-(sp)s(ecial)h(kind)e(of)h(single)h(quotes.)150 4963 y(The)k(sequence)i
-(expands)e(to)i Fr(string)p Fu(,)h(with)e(bac)m(kslash-escap)s(ed)h(c)m
-(haracters)g(in)f Fr(string)46 b Fu(replaced)40 b(as)150
-5073 y(sp)s(eci\014ed)32 b(b)m(y)h(the)g(ANSI)f(C)h(standard.)47
-b(Bac)m(kslash)34 b(escap)s(e)g(sequences,)g(if)e(presen)m(t,)i(are)f
-(deco)s(ded)g(as)150 5182 y(follo)m(ws:)150 5340 y Ft(\\a)384
-b Fu(alert)31 b(\(b)s(ell\))p eop end
-%%Page: 7 13
-TeXDict begin 7 12 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2292 b(7)150 299
-y Ft(\\b)384 b Fu(bac)m(kspace)150 466 y Ft(\\e)150 576
-y(\\E)g Fu(an)30 b(escap)s(e)h(c)m(haracter)h(\(not)f(ANSI)f(C\))150
-743 y Ft(\\f)384 b Fu(form)30 b(feed)150 911 y Ft(\\n)384
-b Fu(newline)150 1078 y Ft(\\r)g Fu(carriage)32 b(return)150
-1245 y Ft(\\t)384 b Fu(horizon)m(tal)32 b(tab)150 1413
-y Ft(\\v)384 b Fu(v)m(ertical)32 b(tab)150 1580 y Ft(\\\\)384
-b Fu(bac)m(kslash)150 1747 y Ft(\\')g Fu(single)31 b(quote)150
-1915 y Ft(\\")384 b Fu(double)30 b(quote)150 2082 y Ft(\\?)384
-b Fu(question)31 b(mark)150 2249 y Ft(\\)p Fj(nnn)288
-b Fu(the)36 b(eigh)m(t-bit)h(c)m(haracter)g(whose)f(v)-5
-b(alue)36 b(is)f(the)h(o)s(ctal)h(v)-5 b(alue)36 b Fr(nnn)e
-Fu(\(one)i(to)h(three)f(o)s(ctal)630 2359 y(digits\))150
-2526 y Ft(\\x)p Fj(HH)288 b Fu(the)36 b(eigh)m(t-bit)i(c)m(haracter)f
-(whose)f(v)-5 b(alue)36 b(is)g(the)g(hexadecimal)h(v)-5
-b(alue)36 b Fr(HH)46 b Fu(\(one)37 b(or)f(t)m(w)m(o)630
-2636 y(hex)30 b(digits\))150 2803 y Ft(\\u)p Fj(HHHH)192
-b Fu(the)33 b(Unico)s(de)f(\(ISO/IEC)g(10646\))j(c)m(haracter)f(whose)e
-(v)-5 b(alue)33 b(is)g(the)g(hexadecimal)g(v)-5 b(alue)630
-2913 y Fr(HHHH)41 b Fu(\(one)31 b(to)g(four)f(hex)g(digits\))150
-3080 y Ft(\\U)p Fj(HHHHHHHH)630 3190 y Fu(the)j(Unico)s(de)f(\(ISO/IEC)
-g(10646\))j(c)m(haracter)f(whose)e(v)-5 b(alue)33 b(is)g(the)g
-(hexadecimal)g(v)-5 b(alue)630 3299 y Fr(HHHHHHHH)42
-b Fu(\(one)31 b(to)g(eigh)m(t)g(hex)g(digits\))150 3467
-y Ft(\\c)p Fj(x)336 b Fu(a)31 b(con)m(trol-)p Fr(x)38
-b Fu(c)m(haracter)150 3638 y(The)30 b(expanded)f(result)i(is)f
-(single-quoted,)i(as)f(if)f(the)g(dollar)h(sign)g(had)e(not)i(b)s(een)f
-(presen)m(t.)150 3845 y Fk(3.1.2.5)63 b(Lo)s(cale-Sp)s(eci\014c)41
-b(T)-10 b(ranslation)150 3992 y Fu(Pre\014xing)38 b(a)h(double-quoted)g
-(string)f(with)g(a)h(dollar)g(sign)g(\(`)p Ft($)p Fu('\),)j(suc)m(h)c
-(as)h Ft($"hello,)45 b(world")p Fu(,)40 b(will)150 4102
-y(cause)33 b(the)f(string)h(to)g(b)s(e)f(translated)h(according)g(to)g
-(the)g(curren)m(t)f(lo)s(cale.)48 b(The)32 b Ft(gettext)e
-Fu(infrastruc-)150 4211 y(ture)41 b(p)s(erforms)e(the)i(lo)s(okup)g
-(and)f(translation,)45 b(using)40 b(the)i Ft(LC_MESSAGES)p
-Fu(,)e Ft(TEXTDOMAINDIR)p Fu(,)h(and)150 4321 y Ft(TEXTDOMAIN)34
-b Fu(shell)i(v)-5 b(ariables,)39 b(as)e(explained)f(b)s(elo)m(w.)60
-b(See)36 b(the)h(gettext)i(do)s(cumen)m(tation)e(for)f(addi-)150
-4430 y(tional)24 b(details)g(not)f(co)m(v)m(ered)i(here.)38
-b(If)23 b(the)g(curren)m(t)f(lo)s(cale)j(is)e Ft(C)g
-Fu(or)g Ft(POSIX)p Fu(,)g(if)g(there)g(are)g(no)g(translations)150
-4540 y(a)m(v)-5 b(ailable,)31 b(or)d(if)g(the)h(string)f(is)g(not)g
-(translated,)h(the)g(dollar)f(sign)g(is)g(ignored.)41
-b(Since)28 b(this)g(is)g(a)g(form)g(of)150 4650 y(double)d(quoting,)j
-(the)e(string)g(remains)f(double-quoted)h(b)m(y)g(default,)h(whether)e
-(or)h(not)g(it)g(is)g(translated)150 4759 y(and)i(replaced.)41
-b(If)28 b(the)h Ft(noexpand_translation)23 b Fu(option)29
-b(is)g(enabled)f(using)h(the)f Ft(shopt)g Fu(builtin)g(\(see)150
-4869 y(Section)33 b(4.3.2)h([The)e(Shopt)f(Builtin],)j(page)f(73\),)h
-(translated)f(strings)e(are)i(single-quoted)g(instead)g(of)150
-4978 y(double-quoted.)275 5121 y(The)39 b(rest)i(of)g(this)f(section)h
-(is)g(a)g(brief)f(o)m(v)m(erview)i(of)e(ho)m(w)h(y)m(ou)f(use)g
-(gettext)j(to)e(create)h(transla-)150 5230 y(tions)33
-b(for)f(strings)g(in)g(a)h(shell)f(script)h(named)f Fr(scriptname)p
-Fu(.)46 b(There)32 b(are)h(more)g(details)g(in)f(the)h(gettext)150
-5340 y(do)s(cumen)m(tation.)p eop end
-%%Page: 8 14
-TeXDict begin 8 13 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2292 b(8)275 299
-y(Once)34 b(y)m(ou'v)m(e)i(mark)m(ed)f(the)f(strings)h(in)f(y)m(our)g
-(script)h(that)g(y)m(ou)g(w)m(an)m(t)g(to)g(translate)h(using)e($)p
-Ft(")p Fu(...)p Ft(")p Fu(,)150 408 y(y)m(ou)d(create)h(a)e(gettext)j
-Ft(")p Fu(template)p Ft(")e Fu(\014le)g(using)f(the)g(command)390
-540 y Ft(bash)47 b(--dump-po-strings)c Fj(scriptname)i
-Ft(>)i Fj(domain)p Ft(.pot)150 671 y Fu(The)36 b Fr(domain)g
-Fu(is)g(y)m(our)h Fr(message)g(domain)p Fu(.)58 b(It's)37
-b(just)e(an)i(arbitrary)f(string)g(that's)h(used)e(to)i(iden)m(tify)150
-781 y(the)32 b(\014les)g(gettext)i(needs,)f(lik)m(e)g(a)f(pac)m(k)-5
-b(age)35 b(or)d(script)f(name.)46 b(It)32 b(needs)g(to)h(b)s(e)e
-(unique)g(among)i(all)g(the)150 891 y(message)41 b(domains)f(on)f
-(systems)h(where)g(y)m(ou)g(install)h(the)f(translations,)j(so)d
-(gettext)i(kno)m(ws)e(whic)m(h)150 1000 y(translations)27
-b(corresp)s(ond)e(to)i(y)m(our)f(script.)39 b(Y)-8 b(ou'll)28
-b(use)d(the)i(template)g(\014le)g(to)f(create)i(translations)f(for)150
-1110 y(eac)m(h)32 b(target)f(language.)43 b(The)29 b(template)j(\014le)
-f(con)m(v)m(en)m(tionally)i(has)d(the)h(su\016x)e(`)p
-Ft(.pot)p Fu('.)275 1241 y(Y)-8 b(ou)23 b(cop)m(y)g(this)g(template)h
-(\014le)f(to)h(a)f(separate)h(\014le)f(for)g(eac)m(h)h(target)g
-(language)g(y)m(ou)f(w)m(an)m(t)h(to)g(supp)s(ort)150
-1351 y(\(called)39 b Ft(")p Fu(PO)p Ft(")e Fu(\014les,)i(whic)m(h)f
-(use)f(the)h(su\016x)e(`)p Ft(.po)p Fu('\).)63 b(PO)37
-b(\014les)g(use)h(v)-5 b(arious)37 b(naming)h(con)m(v)m(en)m(tions,)150
-1461 y(but)31 b(when)g(y)m(ou)i(are)f(w)m(orking)g(to)h(translate)g(a)f
-(template)i(\014le)e(in)m(to)h(a)f(particular)g(language,)i(y)m(ou)f
-(\014rst)150 1570 y(cop)m(y)k(the)g(template)h(\014le)e(to)h(a)g
-(\014le)f(whose)h(name)f(is)g(the)h(language)h(y)m(ou)f(w)m(an)m(t)g
-(to)g(target,)j(with)c(the)150 1680 y(`)p Ft(.po)p Fu(')29
-b(su\016x.)39 b(F)-8 b(or)30 b(instance,)g(the)f(Spanish)f
-(translations)i(of)f(y)m(our)g(strings)g(w)m(ould)g(b)s(e)f(in)h(a)g
-(\014le)g(named)150 1789 y(`)p Ft(es.po)p Fu(',)h(and)f(to)j(get)f
-(started)g(using)f(a)h(message)g(domain)f(named)g Ft(")p
-Fu(example,)p Ft(")h Fu(y)m(ou)g(w)m(ould)f(run)390 1921
-y Ft(cp)47 b(example.pot)e(es.po)150 2052 y Fu(Ultimately)-8
-b(,)42 b(PO)37 b(\014les)g(are)h(often)g(named)f Fr(domain)p
-Fu(.p)s(o)g(and)g(installed)h(in)f(directories)i(that)f(con)m(tain)150
-2162 y(m)m(ultiple)31 b(translation)g(\014les)g(for)f(a)h(particular)f
-(language.)275 2293 y(Whic)m(hev)m(er)k(naming)f(con)m(v)m(en)m(tion)i
-(y)m(ou)e(c)m(ho)s(ose,)i(y)m(ou)e(will)g(need)g(to)g(translate)h(the)f
-(strings)g(in)g(the)150 2403 y(PO)d(\014les)g(in)m(to)i(the)e
-(appropriate)h(languages.)42 b(This)29 b(has)h(to)h(b)s(e)f(done)g(man)
-m(ually)-8 b(.)275 2534 y(When)35 b(y)m(ou)h(ha)m(v)m(e)g(the)g
-(translations)g(and)f(PO)g(\014les)g(complete,)k(y)m(ou'll)d(use)g(the)
-f(gettext)j(to)s(ols)e(to)150 2644 y(pro)s(duce)26 b(what)g(are)i
-(called)g Ft(")p Fu(MO)p Ft(")e Fu(\014les,)i(whic)m(h)e(are)h
-(compiled)h(v)m(ersions)f(of)g(the)g(PO)f(\014les)h(the)g(gettext)150
-2754 y(to)s(ols)42 b(use)f(to)h(lo)s(ok)g(up)e(translations)j
-(e\016cien)m(tly)-8 b(.)75 b(MO)42 b(\014les)f(are)g(also)i(called)f
-Ft(")p Fu(message)g(catalog)p Ft(")150 2863 y Fu(\014les.)k(Y)-8
-b(ou)33 b(use)f(the)g Ft(msgfmt)f Fu(program)h(to)h(do)f(this.)46
-b(F)-8 b(or)33 b(instance,)g(if)f(y)m(ou)h(had)f(a)g(\014le)h(with)e
-(Spanish)150 2973 y(translations,)g(y)m(ou)g(could)g(run)390
-3104 y Ft(msgfmt)46 b(-o)h(es.mo)g(es.po)150 3236 y Fu(to)31
-b(pro)s(duce)e(the)i(corresp)s(onding)e(MO)i(\014le.)275
-3367 y(Once)21 b(y)m(ou)h(ha)m(v)m(e)i(the)e(MO)f(\014les,)j(y)m(ou)e
-(decide)g(where)g(to)g(install)h(them)f(and)f(use)h(the)g
-Ft(TEXTDOMAINDIR)150 3477 y Fu(shell)32 b(v)-5 b(ariable)33
-b(to)g(tell)h(the)e(gettext)i(to)s(ols)f(where)f(they)g(are.)47
-b(Mak)m(e)34 b(sure)d(to)i(use)f(the)g(same)h(message)150
-3587 y(domain)d(to)h(name)g(the)f(MO)h(\014les)f(as)h(y)m(ou)f(did)g
-(for)g(the)h(PO)e(\014les)i(when)e(y)m(ou)i(install)g(them.)275
-3718 y(Y)-8 b(our)21 b(users)f(will)h(use)g(the)g Ft(LANG)f
-Fu(or)h Ft(LC_MESSAGES)d Fu(shell)j(v)-5 b(ariables)21
-b(to)h(select)h(the)e(desired)f(language.)275 3850 y(Y)-8
-b(ou)29 b(set)g(the)g Ft(TEXTDOMAIN)d Fu(v)-5 b(ariable)30
-b(to)f(the)g(script's)g(message)h(domain.)40 b(As)29
-b(ab)s(o)m(v)m(e,)h(y)m(ou)f(use)g(the)150 3959 y(message)i(domain)g
-(to)g(name)f(y)m(our)h(translation)g(\014les.)275 4091
-y(Y)-8 b(ou,)31 b(or)g(p)s(ossibly)f(y)m(our)g(users,)h(set)g(the)g
-Ft(TEXTDOMAINDIR)c Fu(v)-5 b(ariable)31 b(to)h(the)f(name)f(of)h(a)g
-(directory)150 4200 y(where)d(the)h(message)h(catalog)i(\014les)d(are)g
-(stored.)40 b(If)28 b(y)m(ou)i(install)f(the)g(message)h(\014les)f(in)m
-(to)h(the)f(system's)150 4310 y(standard)h(message)h(catalog)i
-(directory)-8 b(,)32 b(y)m(ou)e(don't)h(need)f(to)h(w)m(orry)f(ab)s
-(out)g(this)g(v)-5 b(ariable.)275 4441 y(The)31 b(directory)h(where)g
-(the)g(message)h(catalog)h(\014les)e(are)g(stored)g(v)-5
-b(aries)32 b(b)s(et)m(w)m(een)h(systems.)45 b(Some)150
-4551 y(use)24 b(the)h(message)g(catalog)j(selected)e(b)m(y)e(the)h
-Ft(LC_MESSAGES)c Fu(shell)k(v)-5 b(ariable.)39 b(Others)24
-b(create)i(the)f(name)150 4661 y(of)i(the)h(message)g(catalog)i(from)d
-(the)g(v)-5 b(alue)27 b(of)h(the)f Ft(TEXTDOMAIN)e Fu(shell)i(v)-5
-b(ariable,)29 b(p)s(ossibly)d(adding)h(the)150 4770 y(`)p
-Ft(.mo)p Fu(')32 b(su\016x.)47 b(If)33 b(y)m(ou)g(use)f(the)h
-Ft(TEXTDOMAIN)d Fu(v)-5 b(ariable,)35 b(y)m(ou)e(ma)m(y)g(need)g(to)g
-(set)h(the)f Ft(TEXTDOMAINDIR)150 4880 y Fu(v)-5 b(ariable)26
-b(to)g(the)g(lo)s(cation)h(of)e(the)h(message)h(catalog)h(\014les,)e
-(as)g(ab)s(o)m(v)m(e.)40 b(It's)26 b(common)g(to)g(use)f(b)s(oth)f(v)-5
-b(ari-)150 4989 y(ables)31 b(in)f(this)g(fashion:)41
-b Ft($TEXTDOMAINDIR)p Fu(/)p Ft($LC_MESSAG)o(ES)p Fu(/LC)p
-2474 4989 28 4 v 34 w(MESSA)m(GES/)p Ft($TEXTDOMAIN)p
-Fu(.mo.)275 5121 y(If)i(y)m(ou)h(used)f(that)h(last)g(con)m(v)m(en)m
-(tion,)50 b(and)43 b(y)m(ou)h(w)m(an)m(ted)g(to)h(store)f(the)g
-(message)h(catalog)h(\014les)150 5230 y(with)28 b(Spanish)f(\(es\))i
-(and)f(Esp)s(eran)m(to)h(\(eo\))g(translations)h(in)m(to)f(a)g(lo)s
-(cal)h(directory)f(y)m(ou)f(use)g(for)h(custom)150 5340
-y(translation)i(\014les,)g(y)m(ou)g(could)f(run)p eop
-end
-%%Page: 9 15
-TeXDict begin 9 14 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2292 b(9)390 299
-y Ft(TEXTDOMAIN=example)390 408 y(TEXTDOMAINDIR=/usr/local)o(/sha)o
-(re/l)o(oca)o(le)390 628 y(cp)47 b(es.mo)g(${TEXTDOMAINDIR}/es/LC_)o
-(MES)o(SAGE)o(S/${)o(TEX)o(TDOM)o(AIN})o(.mo)390 737
-y(cp)g(eo.mo)g(${TEXTDOMAINDIR}/eo/LC_)o(MES)o(SAGE)o(S/${)o(TEX)o
-(TDOM)o(AIN})o(.mo)275 868 y Fu(When)30 b(all)i(of)f(this)f(is)h(done,)
-g(and)f(the)h(message)h(catalog)h(\014les)e(con)m(taining)h(the)f
-(compiled)g(transla-)150 977 y(tions)c(are)g(installed)h(in)e(the)h
-(correct)h(lo)s(cation,)h(y)m(our)e(users)f(will)h(b)s(e)f(able)h(to)h
-(see)f(translated)h(strings)e(in)150 1087 y(an)m(y)k(of)f(the)h(supp)s
-(orted)d(languages)k(b)m(y)e(setting)h(the)g Ft(LANG)e
-Fu(or)h Ft(LC_MESSAGES)d Fu(en)m(vironmen)m(t)k(v)-5
-b(ariables)150 1197 y(b)s(efore)30 b(running)f(y)m(our)h(script.)150
-1388 y Fk(3.1.3)63 b(Commen)m(ts)150 1535 y Fu(In)21
-b(a)i(non-in)m(teractiv)m(e)h(shell,)g(or)e(an)g(in)m(teractiv)m(e)j
-(shell)d(in)g(whic)m(h)g(the)g Ft(interactive_comments)16
-b Fu(option)150 1645 y(to)40 b(the)f Ft(shopt)e Fu(builtin)h(is)h
-(enabled)g(\(see)h(Section)g(4.3.2)g([The)f(Shopt)f(Builtin],)k(page)e
-(73\),)i(a)d(w)m(ord)150 1754 y(b)s(eginning)26 b(with)g(`)p
-Ft(#)p Fu(')g(causes)h(that)f(w)m(ord)g(and)g(all)h(remaining)g(c)m
-(haracters)g(on)f(that)h(line)g(to)g(b)s(e)f(ignored.)150
-1864 y(An)43 b(in)m(teractiv)m(e)j(shell)e(without)f(the)g
-Ft(interactive_comments)38 b Fu(option)44 b(enabled)f(do)s(es)g(not)g
-(allo)m(w)150 1973 y(commen)m(ts.)56 b(The)34 b Ft
-(interactive_comments)c Fu(option)35 b(is)g(on)g(b)m(y)g(default)g(in)g
-(in)m(teractiv)m(e)j(shells.)55 b(See)150 2083 y(Section)30
-b(6.3)f([In)m(teractiv)m(e)j(Shells],)d(page)h(97,)g(for)e(a)i
-(description)e(of)h(what)g(mak)m(es)h(a)f(shell)g(in)m(teractiv)m(e.)
-150 2316 y Fs(3.2)68 b(Shell)45 b(Commands)150 2476 y
-Fu(A)d(simple)g(shell)g(command)f(suc)m(h)h(as)g Ft(echo)29
-b(a)h(b)g(c)41 b Fu(consists)i(of)f(the)f(command)h(itself)h(follo)m(w)
-m(ed)g(b)m(y)150 2585 y(argumen)m(ts,)31 b(separated)g(b)m(y)f(spaces.)
-275 2716 y(More)h(complex)h(shell)f(commands)g(are)g(comp)s(osed)g(of)g
-(simple)g(commands)g(arranged)g(together)h(in)150 2825
-y(a)f(v)-5 b(ariet)m(y)32 b(of)f(w)m(a)m(ys:)41 b(in)31
-b(a)g(pip)s(eline)f(in)g(whic)m(h)g(the)h(output)f(of)h(one)f(command)h
-(b)s(ecomes)f(the)h(input)f(of)150 2935 y(a)h(second,)f(in)h(a)f(lo)s
-(op)h(or)f(conditional)i(construct,)f(or)f(in)g(some)h(other)g
-(grouping.)150 3126 y Fk(3.2.1)63 b(Reserv)m(ed)40 b(W)-10
-b(ords)150 3273 y Fu(Reserv)m(ed)33 b(w)m(ords)g(are)g(w)m(ords)g(that)
-g(ha)m(v)m(e)h(sp)s(ecial)g(meaning)f(to)h(the)f(shell.)49
-b(They)32 b(are)h(used)g(to)g(b)s(egin)150 3383 y(and)d(end)f(the)i
-(shell's)g(comp)s(ound)e(commands.)275 3514 y(The)k(follo)m(wing)i(w)m
-(ords)e(are)h(recognized)i(as)e(reserv)m(ed)f(when)g(unquoted)g(and)g
-(the)h(\014rst)f(w)m(ord)h(of)g(a)150 3623 y(command)c(\(see)h(b)s(elo)
-m(w)g(for)f(exceptions\):)150 3754 y Ft(if)364 b(then)168
-b(elif)g(else)g(fi)336 b(time)150 3863 y(for)316 b(in)264
-b(until)120 b(while)g(do)336 b(done)150 3973 y(case)268
-b(esac)168 b(coproc)72 b(select)g(function)150 4083 y({)412
-b(})312 b([[)264 b(]])g(!)150 4213 y(in)33 b Fu(is)h(recognized)h(as)f
-(a)g(reserv)m(ed)f(w)m(ord)h(if)f(it)h(is)g(the)g(third)f(w)m(ord)g(of)
-h(a)g Ft(case)e Fu(or)i Ft(select)e Fu(command.)150 4323
-y Ft(in)e Fu(and)g Ft(do)f Fu(are)i(recognized)h(as)e(reserv)m(ed)h(w)m
-(ords)f(if)g(they)h(are)f(the)h(third)f(w)m(ord)g(in)g(a)g
-Ft(for)g Fu(command.)150 4514 y Fk(3.2.2)63 b(Simple)41
-b(Commands)150 4661 y Fu(A)29 b(simple)f(command)g(is)h(the)g(kind)e
-(of)i(command)f(encoun)m(tered)h(most)g(often.)40 b(It's)29
-b(just)f(a)h(sequence)g(of)150 4771 y(w)m(ords)22 b(separated)i(b)m(y)e
-Ft(blank)p Fu(s,)i(terminated)f(b)m(y)g(one)g(of)g(the)g(shell's)g(con)
-m(trol)h(op)s(erators)f(\(see)h(Chapter)f(2)150 4881
-y([De\014nitions],)37 b(page)e(3\).)54 b(The)35 b(\014rst)e(w)m(ord)i
-(generally)g(sp)s(eci\014es)g(a)g(command)f(to)h(b)s(e)f(executed,)j
-(with)150 4990 y(the)31 b(rest)f(of)h(the)f(w)m(ords)g(b)s(eing)g(that)
-h(command's)f(argumen)m(ts.)275 5121 y(The)h(return)h(status)g(\(see)i
-(Section)f(3.7.5)h([Exit)f(Status],)h(page)f(45\))g(of)g(a)g(simple)f
-(command)g(is)h(its)150 5230 y(exit)38 b(status)f(as)g(pro)m(vided)f(b)
-m(y)h(the)g Fm(posix)f Fu(1003.1)j Ft(waitpid)c Fu(function,)j(or)f
-(128)p Ft(+)p Fr(n)g Fu(if)g(the)g(command)150 5340 y(w)m(as)31
-b(terminated)g(b)m(y)f(signal)h Fr(n)p Fu(.)p eop end
-%%Page: 10 16
-TeXDict begin 10 15 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(10)150 299
-y Fk(3.2.3)63 b(Pip)s(elines)150 446 y Fu(A)21 b Ft(pipeline)d
-Fu(is)j(a)g(sequence)g(of)g(one)g(or)g(more)g(commands)f(separated)h(b)
-m(y)g(one)g(of)g(the)g(con)m(trol)h(op)s(erators)150
-555 y(`)p Ft(|)p Fu(')31 b(or)f(`)p Ft(|&)p Fu('.)275
-695 y(The)f(format)i(for)f(a)h(pip)s(eline)f(is)390 834
-y Ft([time)46 b([-p]])h([!])g Fj(command1)e Ft([)j(|)f(or)g(|&)g
-Fj(command2)f Ft(])h(...)150 974 y Fu(The)25 b(output)f(of)i(eac)m(h)g
-(command)f(in)f(the)i(pip)s(eline)e(is)i(connected)g(via)f(a)h(pip)s(e)
-e(to)i(the)f(input)f(of)h(the)h(next)150 1083 y(command.)40
-b(That)29 b(is,)h(eac)m(h)h(command)e(reads)g(the)h(previous)f
-(command's)g(output.)40 b(This)29 b(connection)150 1193
-y(is)h(p)s(erformed)f(b)s(efore)h(an)m(y)h(redirections)g(sp)s
-(eci\014ed)f(b)m(y)g Fr(command1)p Fu(.)275 1333 y(If)k(`)p
-Ft(|&)p Fu(')h(is)f(used,)i Fr(command1)7 b Fu('s)35
-b(standard)f(error,)i(in)e(addition)h(to)h(its)f(standard)f(output,)i
-(is)e(con-)150 1442 y(nected)h(to)g Fr(command2)7 b Fu('s)35
-b(standard)f(input)f(through)h(the)g(pip)s(e;)i(it)f(is)g(shorthand)e
-(for)h Ft(2>&1)29 b(|)p Fu(.)53 b(This)150 1552 y(implicit)41
-b(redirection)f(of)g(the)g(standard)f(error)g(to)h(the)g(standard)f
-(output)g(is)h(p)s(erformed)e(after)j(an)m(y)150 1661
-y(redirections)31 b(sp)s(eci\014ed)f(b)m(y)g Fr(command1)p
-Fu(.)275 1801 y(The)36 b(reserv)m(ed)g(w)m(ord)g Ft(time)g
-Fu(causes)h(timing)g(statistics)h(to)f(b)s(e)f(prin)m(ted)g(for)g(the)h
-(pip)s(eline)f(once)h(it)150 1910 y(\014nishes.)51 b(The)34
-b(statistics)i(curren)m(tly)e(consist)h(of)f(elapsed)h(\(w)m(all-clo)s
-(c)m(k\))i(time)e(and)f(user)f(and)h(system)150 2020
-y(time)e(consumed)e(b)m(y)h(the)g(command's)g(execution.)44
-b(The)31 b Ft(-p)f Fu(option)i(c)m(hanges)g(the)f(output)g(format)g(to)
-150 2130 y(that)j(sp)s(eci\014ed)e(b)m(y)h Fm(posix)p
-Fu(.)49 b(When)33 b(the)g(shell)g(is)h(in)e Fm(posix)h
-Fu(mo)s(de)g(\(see)h(Section)g(6.11)g([Bash)g(POSIX)150
-2239 y(Mo)s(de],)j(page)e(109\),)j(it)e(do)s(es)e(not)i(recognize)g
-Ft(time)e Fu(as)h(a)h(reserv)m(ed)f(w)m(ord)f(if)h(the)g(next)g(tok)m
-(en)h(b)s(egins)150 2349 y(with)d(a)g(`)p Ft(-)p Fu('.)49
-b(The)33 b Ft(TIMEFORMAT)d Fu(v)-5 b(ariable)34 b(ma)m(y)g(b)s(e)f(set)
-g(to)h(a)g(format)f(string)g(that)h(sp)s(eci\014es)f(ho)m(w)g(the)150
-2458 y(timing)38 b(information)g(should)e(b)s(e)h(displa)m(y)m(ed.)62
-b(See)38 b(Section)g(5.2)g([Bash)g(V)-8 b(ariables],)41
-b(page)d(81,)i(for)e(a)150 2568 y(description)27 b(of)g(the)h(a)m(v)-5
-b(ailable)29 b(formats.)40 b(The)26 b(use)h(of)g Ft(time)f
-Fu(as)i(a)f(reserv)m(ed)g(w)m(ord)g(p)s(ermits)f(the)h(timing)150
-2677 y(of)38 b(shell)g(builtins,)i(shell)e(functions,)i(and)d(pip)s
-(elines.)63 b(An)38 b(external)h Ft(time)e Fu(command)h(cannot)g(time)
-150 2787 y(these)31 b(easily)-8 b(.)275 2927 y(When)26
-b(the)h(shell)g(is)g(in)g Fm(posix)f Fu(mo)s(de)g(\(see)i(Section)f
-(6.11)i([Bash)e(POSIX)f(Mo)s(de],)i(page)g(109\),)h Ft(time)150
-3036 y Fu(ma)m(y)38 b(b)s(e)f(follo)m(w)m(ed)i(b)m(y)f(a)g(newline.)62
-b(In)37 b(this)g(case,)k(the)c(shell)h(displa)m(ys)g(the)g(total)h
-(user)e(and)g(system)150 3146 y(time)30 b(consumed)f(b)m(y)g(the)h
-(shell)f(and)g(its)h(c)m(hildren.)40 b(The)29 b Ft(TIMEFORMAT)e
-Fu(v)-5 b(ariable)30 b(sp)s(eci\014es)f(the)h(format)150
-3255 y(of)h(the)f(time)h(information.)275 3395 y(If)36
-b(the)h(pip)s(eline)g(is)g(not)g(executed)h(async)m(hronously)f(\(see)h
-(Section)g(3.2.4)g([Lists],)i(page)e(10\),)i(the)150
-3504 y(shell)31 b(w)m(aits)g(for)f(all)h(commands)f(in)g(the)h(pip)s
-(eline)f(to)h(complete.)275 3644 y(Eac)m(h)d(command)g(in)f(a)i(m)m
-(ulti-command)f(pip)s(eline,)h(where)e(pip)s(es)g(are)h(created,)i(is)e
-(executed)h(in)f(its)150 3753 y(o)m(wn)h Fr(subshell)p
-Fu(,)f(whic)m(h)h(is)g(a)g(separate)h(pro)s(cess)e(\(see)i(Section)g
-(3.7.3)g([Command)f(Execution)g(En)m(viron-)150 3863
-y(men)m(t],)d(page)e(44\).)40 b(If)23 b(the)h Ft(lastpipe)d
-Fu(option)j(is)g(enabled)g(using)f(the)h Ft(shopt)e Fu(builtin)h(\(see)
-i(Section)f(4.3.2)150 3973 y([The)i(Shopt)f(Builtin],)i(page)g(73\),)h
-(the)e(last)h(elemen)m(t)g(of)f(a)g(pip)s(eline)g(ma)m(y)g(b)s(e)f(run)
-g(b)m(y)g(the)h(shell)g(pro)s(cess)150 4082 y(when)j(job)h(con)m(trol)i
-(is)f(not)f(activ)m(e.)275 4222 y(The)24 b(exit)i(status)f(of)h(a)f
-(pip)s(eline)g(is)g(the)g(exit)h(status)f(of)h(the)f(last)h(command)f
-(in)f(the)i(pip)s(eline,)g(unless)150 4331 y(the)31 b
-Ft(pipefail)d Fu(option)j(is)g(enabled)f(\(see)i(Section)f(4.3.1)i
-([The)d(Set)h(Builtin],)g(page)h(69\).)42 b(If)30 b Ft(pipefail)150
-4441 y Fu(is)f(enabled,)g(the)f(pip)s(eline's)g(return)g(status)h(is)f
-(the)h(v)-5 b(alue)29 b(of)f(the)h(last)g(\(righ)m(tmost\))i(command)d
-(to)h(exit)150 4550 y(with)34 b(a)h(non-zero)g(status,)i(or)d(zero)i
-(if)e(all)i(commands)e(exit)h(successfully)-8 b(.)54
-b(If)34 b(the)h(reserv)m(ed)g(w)m(ord)f(`)p Ft(!)p Fu(')150
-4660 y(precedes)e(the)f(pip)s(eline,)h(the)f(exit)i(status)f(is)f(the)h
-(logical)i(negation)f(of)e(the)h(exit)g(status)g(as)g(describ)s(ed)150
-4770 y(ab)s(o)m(v)m(e.)63 b(The)38 b(shell)f(w)m(aits)i(for)e(all)i
-(commands)e(in)g(the)h(pip)s(eline)f(to)h(terminate)h(b)s(efore)e
-(returning)g(a)150 4879 y(v)-5 b(alue.)150 5083 y Fk(3.2.4)63
-b(Lists)41 b(of)h(Commands)150 5230 y Fu(A)37 b Ft(list)e
-Fu(is)i(a)g(sequence)g(of)g(one)g(or)f(more)h(pip)s(elines)f(separated)
-h(b)m(y)g(one)g(of)f(the)h(op)s(erators)g(`)p Ft(;)p
-Fu(',)i(`)p Ft(&)p Fu(',)150 5340 y(`)p Ft(&&)p Fu(',)31
-b(or)f(`)p Ft(||)p Fu(',)g(and)g(optionally)i(terminated)f(b)m(y)f(one)
-h(of)f(`)p Ft(;)p Fu(',)h(`)p Ft(&)p Fu(',)g(or)f(a)h
-Ft(newline)p Fu(.)p eop end
-%%Page: 11 17
-TeXDict begin 11 16 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(11)275 299
-y(Of)23 b(these)h(list)g(op)s(erators,)i(`)p Ft(&&)p
-Fu(')d(and)g(`)p Ft(||)p Fu(')h(ha)m(v)m(e)h(equal)f(precedence,)i
-(follo)m(w)m(ed)f(b)m(y)f(`)p Ft(;)p Fu(')g(and)f(`)p
-Ft(&)p Fu(',)i(whic)m(h)150 408 y(ha)m(v)m(e)32 b(equal)e(precedence.)
-275 536 y(A)f(sequence)h(of)g(one)g(or)g(more)g(newlines)f(ma)m(y)h
-(app)s(ear)f(in)h(a)g Ft(list)e Fu(to)j(delimit)f(commands,)g(equiv-)
-150 646 y(alen)m(t)i(to)f(a)g(semicolon.)275 773 y(If)c(a)h(command)f
-(is)h(terminated)g(b)m(y)g(the)g(con)m(trol)h(op)s(erator)f(`)p
-Ft(&)p Fu(',)h(the)e(shell)h(executes)h(the)f(command)150
-883 y(async)m(hronously)g(in)h(a)g(subshell.)39 b(This)28
-b(is)h(kno)m(wn)f(as)h(executing)h(the)f(command)g(in)f(the)h
-Fr(bac)m(kground)p Fu(,)150 992 y(and)42 b(these)i(are)f(referred)g(to)
-g(as)h Fr(async)m(hronous)i Fu(commands.)78 b(The)43
-b(shell)g(do)s(es)g(not)g(w)m(ait)h(for)f(the)150 1102
-y(command)34 b(to)h(\014nish,)f(and)f(the)h(return)f(status)i(is)f(0)g
-(\(true\).)53 b(When)34 b(job)g(con)m(trol)h(is)f(not)h(activ)m(e)h
-(\(see)150 1211 y(Chapter)27 b(7)h([Job)f(Con)m(trol],)i(page)g(118\),)
-h(the)d(standard)g(input)f(for)i(async)m(hronous)f(commands,)h(in)f
-(the)150 1321 y(absence)k(of)f(an)m(y)h(explicit)h(redirections,)f(is)f
-(redirected)h(from)f Ft(/dev/null)p Fu(.)275 1448 y(Commands)19
-b(separated)j(b)m(y)f(a)g(`)p Ft(;)p Fu(')g(are)h(executed)g(sequen)m
-(tially;)k(the)21 b(shell)g(w)m(aits)h(for)f(eac)m(h)h(command)150
-1558 y(to)31 b(terminate)h(in)e(turn.)39 b(The)30 b(return)f(status)i
-(is)f(the)h(exit)g(status)g(of)g(the)f(last)h(command)f(executed.)275
-1685 y Fm(and)g Fu(and)h Fm(or)g Fu(lists)h(are)g(sequences)f(of)h(one)
-g(or)f(more)h(pip)s(elines)e(separated)i(b)m(y)g(the)f(con)m(trol)i(op)
-s(er-)150 1795 y(ators)e(`)p Ft(&&)p Fu(')f(and)g(`)p
-Ft(||)p Fu(',)h(resp)s(ectiv)m(ely)-8 b(.)42 b Fm(and)30
-b Fu(and)f Fm(or)h Fu(lists)h(are)g(executed)g(with)f(left)h(asso)s
-(ciativit)m(y)-8 b(.)275 1923 y(An)30 b Fm(and)f Fu(list)i(has)f(the)h
-(form)390 2050 y Fj(command1)46 b Ft(&&)h Fj(command2)150
-2178 y Fr(command2)38 b Fu(is)30 b(executed)i(if,)e(and)g(only)g(if,)h
-Fr(command1)38 b Fu(returns)29 b(an)h(exit)h(status)g(of)g(zero)g
-(\(success\).)275 2305 y(An)f Fm(or)f Fu(list)i(has)f(the)h(form)390
-2432 y Fj(command1)46 b Ft(||)h Fj(command2)150 2560
-y Fr(command2)38 b Fu(is)30 b(executed)i(if,)e(and)g(only)g(if,)h
-Fr(command1)38 b Fu(returns)29 b(a)i(non-zero)g(exit)g(status.)275
-2687 y(The)h(return)g(status)i(of)f Fm(and)f Fu(and)h
-Fm(or)f Fu(lists)i(is)f(the)g(exit)h(status)g(of)f(the)g(last)h
-(command)f(executed)150 2797 y(in)d(the)h(list.)150 2982
-y Fk(3.2.5)63 b(Comp)s(ound)42 b(Commands)150 3129 y
-Fu(Comp)s(ound)29 b(commands)h(are)i(the)f(shell)g(programming)f
-(language)j(constructs.)42 b(Eac)m(h)32 b(construct)f(b)s(e-)150
-3239 y(gins)25 b(with)f(a)i(reserv)m(ed)f(w)m(ord)f(or)h(con)m(trol)h
-(op)s(erator)f(and)g(is)g(terminated)g(b)m(y)g(a)g(corresp)s(onding)f
-(reserv)m(ed)150 3348 y(w)m(ord)i(or)g(op)s(erator.)40
-b(An)m(y)26 b(redirections)g(\(see)i(Section)f(3.6)g([Redirections],)h
-(page)f(39\))h(asso)s(ciated)f(with)150 3458 y(a)k(comp)s(ound)f
-(command)h(apply)f(to)i(all)g(commands)f(within)f(that)i(comp)s(ound)d
-(command)i(unless)f(ex-)150 3568 y(plicitly)i(o)m(v)m(erridden.)275
-3695 y(In)20 b(most)h(cases)g(a)g(list)h(of)f(commands)f(in)g(a)h(comp)
-s(ound)f(command's)g(description)h(ma)m(y)g(b)s(e)f(separated)150
-3805 y(from)30 b(the)h(rest)g(of)g(the)g(command)g(b)m(y)f(one)h(or)g
-(more)g(newlines,)g(and)f(ma)m(y)i(b)s(e)e(follo)m(w)m(ed)i(b)m(y)f(a)g
-(newline)150 3914 y(in)f(place)h(of)g(a)g(semicolon.)275
-4042 y(Bash)45 b(pro)m(vides)h(lo)s(oping)g(constructs,)j(conditional)e
-(commands,)j(and)44 b(mec)m(hanisms)i(to)g(group)150
-4151 y(commands)30 b(and)g(execute)i(them)e(as)g(a)h(unit.)150
-4336 y Fk(3.2.5.1)63 b(Lo)s(oping)43 b(Constructs)150
-4483 y Fu(Bash)31 b(supp)s(orts)d(the)j(follo)m(wing)g(lo)s(oping)g
-(constructs.)275 4611 y(Note)k(that)f(wherev)m(er)g(a)g(`)p
-Ft(;)p Fu(')g(app)s(ears)f(in)h(the)g(description)g(of)g(a)g(command's)
-g(syn)m(tax,)i(it)e(ma)m(y)h(b)s(e)150 4720 y(replaced)c(with)f(one)h
-(or)f(more)g(newlines.)150 4866 y Ft(until)240 b Fu(The)30
-b(syn)m(tax)h(of)f(the)h Ft(until)e Fu(command)h(is:)870
-4993 y Ft(until)46 b Fj(test-commands)p Ft(;)e(do)j Fj
-(consequent-commands)p Ft(;)c(done)630 5121 y Fu(Execute)f
-Fr(consequen)m(t-commands)k Fu(as)41 b(long)h(as)f Fr(test-commands)46
-b Fu(has)41 b(an)g(exit)h(status)630 5230 y(whic)m(h)c(is)h(not)g
-(zero.)67 b(The)38 b(return)g(status)h(is)f(the)h(exit)h(status)f(of)g
-(the)g(last)g(command)630 5340 y(executed)31 b(in)f Fr(consequen)m
-(t-commands)p Fu(,)i(or)e(zero)h(if)g(none)f(w)m(as)h(executed.)p
-eop end
-%%Page: 12 18
-TeXDict begin 12 17 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(12)150 299
-y Ft(while)240 b Fu(The)30 b(syn)m(tax)h(of)f(the)h Ft(while)e
-Fu(command)h(is:)870 436 y Ft(while)46 b Fj(test-commands)p
-Ft(;)e(do)j Fj(consequent-commands)p Ft(;)c(done)630
-573 y Fu(Execute)f Fr(consequen)m(t-commands)k Fu(as)41
-b(long)h(as)f Fr(test-commands)46 b Fu(has)41 b(an)g(exit)h(status)630
-683 y(of)34 b(zero.)53 b(The)34 b(return)f(status)h(is)h(the)f(exit)h
-(status)g(of)f(the)g(last)h(command)f(executed)h(in)630
-792 y Fr(consequen)m(t-commands)p Fu(,)c(or)g(zero)g(if)f(none)g(w)m
-(as)h(executed.)150 957 y Ft(for)336 b Fu(The)30 b(syn)m(tax)h(of)f
-(the)h Ft(for)e Fu(command)i(is:)870 1094 y Ft(for)47
-b Fj(name)g Ft([)g([in)g([)p Fj(words)f Ft(...)o(])i(])f(;)h(])f(do)g
-Fj(commands)p Ft(;)e(done)630 1231 y Fu(Expand)30 b Fr(w)m(ords)k
-Fu(\(see)d(Section)h(3.5)g([Shell)f(Expansions],)g(page)g(24\),)i(and)d
-(execute)i Fr(com-)630 1341 y(mands)43 b Fu(once)e(for)g(eac)m(h)g(mem)
-m(b)s(er)f(in)g(the)h(resultan)m(t)g(list,)j(with)c Fr(name)46
-b Fu(b)s(ound)39 b(to)i(the)630 1450 y(curren)m(t)34
-b(mem)m(b)s(er.)53 b(If)35 b(`)p Ft(in)30 b Fj(words)p
-Fu(')j(is)i(not)g(presen)m(t,)h(the)f Ft(for)e Fu(command)i(executes)h
-(the)630 1560 y Fr(commands)j Fu(once)e(for)f(eac)m(h)h(p)s(ositional)g
-(parameter)f(that)h(is)f(set,)i(as)e(if)g(`)p Ft(in)30
-b("$@")p Fu(')36 b(had)630 1670 y(b)s(een)30 b(sp)s(eci\014ed)f(\(see)j
-(Section)f(3.4.2)h([Sp)s(ecial)f(P)m(arameters],)h(page)f(23\).)630
-1807 y(The)c(return)f(status)h(is)g(the)h(exit)g(status)f(of)g(the)h
-(last)g(command)e(that)i(executes.)41 b(If)27 b(there)630
-1916 y(are)38 b(no)f(items)g(in)g(the)h(expansion)f(of)g
-Fr(w)m(ords)p Fu(,)i(no)e(commands)g(are)g(executed,)j(and)d(the)630
-2026 y(return)29 b(status)i(is)f(zero.)630 2163 y(An)g(alternate)i
-(form)e(of)h(the)f Ft(for)g Fu(command)g(is)g(also)h(supp)s(orted:)870
-2300 y Ft(for)47 b(\(\()g Fj(expr1)f Ft(;)i Fj(expr2)e
-Ft(;)i Fj(expr3)e Ft(\)\))h(;)h(do)f Fj(commands)e Ft(;)j(done)630
-2437 y Fu(First,)38 b(the)f(arithmetic)h(expression)e
-Fr(expr1)43 b Fu(is)36 b(ev)-5 b(aluated)38 b(according)f(to)g(the)g
-(rules)f(de-)630 2547 y(scrib)s(ed)h(b)s(elo)m(w)i(\(see)g(Section)g
-(6.5)h([Shell)e(Arithmetic],)k(page)d(101\).)67 b(The)38
-b(arithmetic)630 2656 y(expression)33 b Fr(expr2)41 b
-Fu(is)34 b(then)f(ev)-5 b(aluated)35 b(rep)s(eatedly)f(un)m(til)g(it)g
-(ev)-5 b(aluates)35 b(to)g(zero.)51 b(Eac)m(h)630 2766
-y(time)23 b Fr(expr2)30 b Fu(ev)-5 b(aluates)25 b(to)e(a)g(non-zero)h
-(v)-5 b(alue,)25 b Fr(commands)h Fu(are)d(executed)g(and)g(the)g
-(arith-)630 2876 y(metic)29 b(expression)f Fr(expr3)36
-b Fu(is)28 b(ev)-5 b(aluated.)41 b(If)28 b(an)m(y)h(expression)f(is)g
-(omitted,)i(it)f(b)s(eha)m(v)m(es)g(as)630 2985 y(if)i(it)h(ev)-5
-b(aluates)32 b(to)g(1.)44 b(The)30 b(return)g(v)-5 b(alue)32
-b(is)f(the)g(exit)h(status)g(of)f(the)g(last)h(command)f(in)630
-3095 y Fr(commands)j Fu(that)d(is)f(executed,)i(or)e(false)h(if)f(an)m
-(y)h(of)g(the)f(expressions)g(is)h(in)m(v)-5 b(alid.)275
-3262 y(The)26 b Ft(break)g Fu(and)h Ft(continue)e Fu(builtins)i(\(see)h
-(Section)h(4.1)f([Bourne)g(Shell)f(Builtins],)i(page)f(49\))g(ma)m(y)
-150 3372 y(b)s(e)i(used)f(to)i(con)m(trol)h(lo)s(op)f(execution.)150
-3576 y Fk(3.2.5.2)63 b(Conditional)42 b(Constructs)150
-3751 y Ft(if)384 b Fu(The)30 b(syn)m(tax)h(of)f(the)h
-Ft(if)f Fu(command)g(is:)870 3888 y Ft(if)47 b Fj(test-commands)p
-Ft(;)d(then)965 3997 y Fj(consequent-commands)p Ft(;)870
-4107 y([elif)i Fj(more-test-commands)p Ft(;)d(then)965
-4217 y Fj(more-consequents)p Ft(;])870 4326 y([else)j
-Fj(alternate-consequents)p Ft(;])870 4436 y(fi)630 4573
-y Fu(The)53 b Fr(test-commands)58 b Fu(list)c(is)g(executed,)60
-b(and)53 b(if)g(its)h(return)e(status)i(is)f(zero,)61
-b(the)630 4682 y Fr(consequen)m(t-commands)44 b Fu(list)d(is)f
-(executed.)70 b(If)40 b Fr(test-commands)k Fu(returns)39
-b(a)h(non-zero)630 4792 y(status,)45 b(eac)m(h)e Ft(elif)d
-Fu(list)i(is)g(executed)h(in)e(turn,)j(and)d(if)g(its)h(exit)h(status)f
-(is)f(zero,)46 b(the)630 4902 y(corresp)s(onding)37 b
-Fr(more-consequen)m(ts)42 b Fu(is)c(executed)g(and)f(the)h(command)g
-(completes.)63 b(If)630 5011 y(`)p Ft(else)29 b Fj
-(alternate-consequents)p Fu(')c(is)30 b(presen)m(t,)h(and)f(the)g
-(\014nal)g(command)g(in)g(the)g(\014nal)630 5121 y Ft(if)44
-b Fu(or)g Ft(elif)f Fu(clause)i(has)f(a)h(non-zero)g(exit)g(status,)j
-(then)c Fr(alternate-consequen)m(ts)51 b Fu(is)630 5230
-y(executed.)k(The)34 b(return)g(status)h(is)f(the)h(exit)h(status)f(of)
-g(the)g(last)g(command)g(executed,)630 5340 y(or)30 b(zero)i(if)e(no)g
-(condition)h(tested)g(true.)p eop end
-%%Page: 13 19
-TeXDict begin 13 18 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(13)150 299
-y Ft(case)288 b Fu(The)30 b(syn)m(tax)h(of)f(the)h Ft(case)e
-Fu(command)h(is:)870 425 y Ft(case)47 b Fj(word)f Ft(in)1061
-535 y([)h([\(])g Fj(pattern)f Ft([|)h Fj(pattern)p Ft(]...)m(\))h
-Fj(command-list)c Ft(;;]...)870 645 y(esac)630 771 y(case)20
-b Fu(will)i(selectiv)m(ely)j(execute)e(the)e Fr(command-list)k
-Fu(corresp)s(onding)20 b(to)i(the)g(\014rst)f Fr(pattern)630
-881 y Fu(that)h(matc)m(hes)h Fr(w)m(ord)p Fu(.)38 b(The)21
-b(matc)m(h)h(is)g(p)s(erformed)e(according)j(to)f(the)g(rules)g
-(describ)s(ed)e(b)s(e-)630 990 y(lo)m(w)25 b(in)e(Section)i(3.5.8.1)h
-([P)m(attern)f(Matc)m(hing],)i(page)e(37.)39 b(If)23
-b(the)h Ft(nocasematch)d Fu(shell)j(op-)630 1100 y(tion)j(\(see)g(the)f
-(description)g(of)g Ft(shopt)f Fu(in)g(Section)i(4.3.2)h([The)e(Shopt)f
-(Builtin],)j(page)f(73\))630 1209 y(is)40 b(enabled,)i(the)e(matc)m(h)h
-(is)e(p)s(erformed)g(without)g(regard)h(to)h(the)f(case)g(of)g(alphab)s
-(etic)630 1319 y(c)m(haracters.)48 b(The)32 b(`)p Ft(|)p
-Fu(')g(is)h(used)e(to)i(separate)h(m)m(ultiple)f(patterns,)g(and)f(the)
-g(`)p Ft(\))p Fu(')h(op)s(erator)630 1428 y(terminates)f(a)f(pattern)g
-(list.)43 b(A)31 b(list)g(of)g(patterns)g(and)f(an)h(asso)s(ciated)h
-(command-list)g(is)630 1538 y(kno)m(wn)e(as)g(a)h Fr(clause)p
-Fu(.)630 1665 y(Eac)m(h)42 b(clause)g(m)m(ust)f(b)s(e)g(terminated)h
-(with)e(`)p Ft(;;)p Fu(',)45 b(`)p Ft(;&)p Fu(',)f(or)d(`)p
-Ft(;;&)p Fu('.)73 b(The)41 b Fr(w)m(ord)j Fu(under-)630
-1774 y(go)s(es)35 b(tilde)f(expansion,)h(parameter)g(expansion,)g
-(command)f(substitution,)h(arithmetic)630 1884 y(expansion,)g(and)f
-(quote)g(remo)m(v)-5 b(al)36 b(\(see)f(Section)g(3.5.3)h([Shell)e(P)m
-(arameter)h(Expansion],)630 1993 y(page)i(26\))g(b)s(efore)e(matc)m
-(hing)i(is)f(attempted.)59 b(Eac)m(h)36 b Fr(pattern)g
-Fu(undergo)s(es)f(tilde)i(expan-)630 2103 y(sion,)e(parameter)g
-(expansion,)g(command)f(substitution,)h(arithmetic)h(expansion,)f(pro-)
-630 2212 y(cess)c(substitution,)f(and)g(quote)h(remo)m(v)-5
-b(al.)630 2339 y(There)30 b(ma)m(y)g(b)s(e)f(an)h(arbitrary)g(n)m(um)m
-(b)s(er)f(of)h Ft(case)f Fu(clauses,)i(eac)m(h)g(terminated)g(b)m(y)e
-(a)i(`)p Ft(;;)p Fu(',)630 2449 y(`)p Ft(;&)p Fu(',)c(or)e(`)p
-Ft(;;&)p Fu('.)39 b(The)25 b(\014rst)g(pattern)h(that)g(matc)m(hes)h
-(determines)e(the)h(command-list)g(that)630 2558 y(is)35
-b(executed.)55 b(It's)35 b(a)g(common)g(idiom)g(to)g(use)g(`)p
-Ft(*)p Fu(')g(as)g(the)g(\014nal)f(pattern)h(to)h(de\014ne)e(the)630
-2668 y(default)d(case,)g(since)g(that)g(pattern)f(will)h(alw)m(a)m(ys)h
-(matc)m(h.)630 2794 y(Here)j(is)g(an)g(example)h(using)e
-Ft(case)g Fu(in)g(a)h(script)g(that)h(could)f(b)s(e)f(used)g(to)h
-(describ)s(e)g(one)630 2904 y(in)m(teresting)d(feature)f(of)f(an)g
-(animal:)870 3030 y Ft(echo)47 b(-n)g("Enter)f(the)h(name)f(of)i(an)f
-(animal:)f(")870 3140 y(read)h(ANIMAL)870 3249 y(echo)g(-n)g("The)f
-($ANIMAL)g(has)h(")870 3359 y(case)g($ANIMAL)e(in)965
-3469 y(horse)i(|)g(dog)g(|)h(cat\))e(echo)h(-n)g("four";;)965
-3578 y(man)g(|)h(kangaroo)d(\))j(echo)e(-n)i("two";;)965
-3688 y(*\))g(echo)e(-n)h("an)g(unknown)f(number)g(of";;)870
-3797 y(esac)870 3907 y(echo)h(")g(legs.")630 4050 y Fu(If)40
-b(the)i(`)p Ft(;;)p Fu(')e(op)s(erator)i(is)f(used,)i(no)e(subsequen)m
-(t)f(matc)m(hes)i(are)f(attempted)h(after)g(the)630 4160
-y(\014rst)c(pattern)h(matc)m(h.)67 b(Using)39 b(`)p Ft(;&)p
-Fu(')g(in)f(place)i(of)f(`)p Ft(;;)p Fu(')g(causes)g(execution)h(to)g
-(con)m(tin)m(ue)630 4269 y(with)34 b(the)g Fr(command-list)j
-Fu(asso)s(ciated)f(with)e(the)h(next)f(clause,)i(if)f(an)m(y)-8
-b(.)53 b(Using)34 b(`)p Ft(;;&)p Fu(')g(in)630 4379 y(place)c(of)f(`)p
-Ft(;;)p Fu(')g(causes)h(the)f(shell)h(to)g(test)g(the)f(patterns)g(in)g
-(the)g(next)h(clause,)g(if)f(an)m(y)-8 b(,)31 b(and)630
-4489 y(execute)26 b(an)m(y)f(asso)s(ciated)h Fr(command-list)h
-Fu(on)e(a)f(successful)h(matc)m(h,)i(con)m(tin)m(uing)e(the)g(case)630
-4598 y(statemen)m(t)32 b(execution)g(as)e(if)h(the)f(pattern)h(list)g
-(had)f(not)g(matc)m(hed.)630 4725 y(The)c(return)f(status)h(is)g(zero)h
-(if)f(no)g Fr(pattern)g Fu(is)g(matc)m(hed.)40 b(Otherwise,)27
-b(the)g(return)e(status)630 4834 y(is)30 b(the)h(exit)g(status)g(of)f
-(the)h Fr(command-list)i Fu(executed.)150 4977 y Ft(select)630
-5104 y Fu(The)g Ft(select)f Fu(construct)i(allo)m(ws)h(the)f(easy)g
-(generation)h(of)e(men)m(us.)50 b(It)34 b(has)f(almost)i(the)630
-5214 y(same)c(syn)m(tax)g(as)f(the)h Ft(for)e Fu(command:)870
-5340 y Ft(select)46 b Fj(name)h Ft([in)g Fj(words)f Ft(...)o(];)h(do)h
-Fj(commands)p Ft(;)d(done)p eop end
-%%Page: 14 20
-TeXDict begin 14 19 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(14)630 299
-y(The)32 b(list)i(of)f(w)m(ords)f(follo)m(wing)j Ft(in)d
-Fu(is)h(expanded,)g(generating)h(a)f(list)h(of)f(items,)h(and)f(the)630
-408 y(set)41 b(of)f(expanded)f(w)m(ords)g(is)i(prin)m(ted)e(on)h(the)g
-(standard)f(error)h(output)g(stream,)j(eac)m(h)630 518
-y(preceded)31 b(b)m(y)g(a)g(n)m(um)m(b)s(er.)42 b(If)31
-b(the)g(`)p Ft(in)f Fj(words)p Fu(')g(is)i(omitted,)g(the)g(p)s
-(ositional)g(parameters)630 628 y(are)k(prin)m(ted,)h(as)e(if)h(`)p
-Ft(in)30 b("$@")p Fu(')k(had)h(b)s(een)g(sp)s(eci\014ed.)56
-b Ft(select)33 b Fu(then)j(displa)m(ys)f(the)h Ft(PS3)630
-737 y Fu(prompt)42 b(and)h(reads)f(a)i(line)f(from)g(the)g(standard)f
-(input.)78 b(If)42 b(the)i(line)f(consists)g(of)h(a)630
-847 y(n)m(um)m(b)s(er)34 b(corresp)s(onding)h(to)h(one)g(of)g(the)g
-(displa)m(y)m(ed)g(w)m(ords,)h(then)e(the)h(v)-5 b(alue)36
-b(of)g Fr(name)630 956 y Fu(is)f(set)g(to)h(that)f(w)m(ord.)54
-b(If)34 b(the)h(line)g(is)g(empt)m(y)-8 b(,)37 b(the)e(w)m(ords)f(and)g
-(prompt)g(are)h(displa)m(y)m(ed)630 1066 y(again.)40
-b(If)26 b Ft(EOF)f Fu(is)g(read,)i(the)f Ft(select)f
-Fu(command)g(completes)i(and)f(returns)e(1.)40 b(An)m(y)26
-b(other)630 1176 y(v)-5 b(alue)30 b(read)f(causes)h Fr(name)k
-Fu(to)c(b)s(e)f(set)g(to)h(n)m(ull.)41 b(The)28 b(line)i(read)f(is)g
-(sa)m(v)m(ed)i(in)e(the)g(v)-5 b(ariable)630 1285 y Ft(REPLY)p
-Fu(.)630 1420 y(The)42 b Fr(commands)j Fu(are)d(executed)h(after)g(eac)
-m(h)g(selection)h(un)m(til)e(a)h Ft(break)d Fu(command)i(is)630
-1530 y(executed,)32 b(at)f(whic)m(h)f(p)s(oin)m(t)g(the)h
-Ft(select)d Fu(command)i(completes.)630 1665 y(Here)39
-b(is)g(an)g(example)h(that)f(allo)m(ws)i(the)e(user)f(to)i(pic)m(k)f(a)
-g(\014lename)h(from)e(the)h(curren)m(t)630 1774 y(directory)-8
-b(,)32 b(and)d(displa)m(ys)i(the)f(name)h(and)f(index)f(of)i(the)g
-(\014le)f(selected.)870 1909 y Ft(select)46 b(fname)g(in)i(*;)870
-2019 y(do)870 2128 y(echo)f(you)g(picked)f($fname)g(\\\($REPLY\\\))870
-2238 y(break;)870 2347 y(done)150 2508 y(\(\(...)o(\)\))870
-2642 y(\(\()h Fj(expression)e Ft(\)\))630 2777 y Fu(The)33
-b(arithmetic)i Fr(expression)f Fu(is)f(ev)-5 b(aluated)35
-b(according)g(to)f(the)g(rules)f(describ)s(ed)g(b)s(elo)m(w)630
-2887 y(\(see)38 b(Section)g(6.5)h([Shell)e(Arithmetic],)j(page)f
-(101\).)63 b(The)36 b Fr(expression)h Fu(undergo)s(es)g(the)630
-2996 y(same)26 b(expansions)f(as)g(if)g(it)h(w)m(ere)g(within)e(double)
-h(quotes,)i(but)e(double)g(quote)g(c)m(haracters)630
-3106 y(in)20 b Fr(expression)h Fu(are)g(not)g(treated)h(sp)s(ecially)f
-(are)g(remo)m(v)m(ed.)39 b(If)20 b(the)h(v)-5 b(alue)21
-b(of)g(the)g(expression)630 3216 y(is)30 b(non-zero,)i(the)e(return)f
-(status)i(is)g(0;)g(otherwise)f(the)h(return)e(status)i(is)f(1.)150
-3376 y Ft([[...)o(]])870 3511 y([[)47 b Fj(expression)e
-Ft(]])630 3646 y Fu(Return)25 b(a)h(status)f(of)h(0)g(or)g(1)g(dep)s
-(ending)e(on)h(the)h(ev)-5 b(aluation)27 b(of)e(the)h(conditional)h
-(expres-)630 3755 y(sion)j Fr(expression)p Fu(.)41 b(Expressions)29
-b(are)i(comp)s(osed)f(of)g(the)h(primaries)f(describ)s(ed)f(b)s(elo)m
-(w)h(in)630 3865 y(Section)37 b(6.4)g([Bash)f(Conditional)h
-(Expressions],)g(page)g(99.)58 b(The)36 b(w)m(ords)f(b)s(et)m(w)m(een)i
-(the)630 3974 y Ft([[)h Fu(and)g Ft(]])g Fu(do)g(not)h(undergo)f(w)m
-(ord)g(splitting)h(and)f(\014lename)h(expansion.)65 b(The)38
-b(shell)630 4084 y(p)s(erforms)26 b(tilde)j(expansion,)f(parameter)g
-(and)g(v)-5 b(ariable)28 b(expansion,)h(arithmetic)g(expan-)630
-4194 y(sion,)j(command)g(substitution,)g(pro)s(cess)g(substitution,)g
-(and)f(quote)i(remo)m(v)-5 b(al)33 b(on)e(those)630 4303
-y(w)m(ords)k(\(the)h(expansions)g(that)g(w)m(ould)f(o)s(ccur)h(if)g
-(the)f(w)m(ords)h(w)m(ere)g(enclosed)g(in)f(double)630
-4413 y(quotes\).)41 b(Conditional)28 b(op)s(erators)g(suc)m(h)f(as)i(`)
-p Ft(-f)p Fu(')e(m)m(ust)h(b)s(e)f(unquoted)g(to)h(b)s(e)g(recognized)
-630 4522 y(as)j(primaries.)630 4657 y(When)k(used)f(with)h
-Ft([[)p Fu(,)h(the)f(`)p Ft(<)p Fu(')g(and)g(`)p Ft(>)p
-Fu(')g(op)s(erators)g(sort)g(lexicographically)j(using)d(the)630
-4767 y(curren)m(t)30 b(lo)s(cale.)630 4902 y(When)22
-b(the)h(`)p Ft(==)p Fu(')f(and)g(`)p Ft(!=)p Fu(')g(op)s(erators)h(are)
-g(used,)g(the)g(string)f(to)i(the)e(righ)m(t)h(of)g(the)g(op)s(erator)
-630 5011 y(is)31 b(considered)g(a)h(pattern)f(and)g(matc)m(hed)h
-(according)g(to)g(the)g(rules)f(describ)s(ed)f(b)s(elo)m(w)h(in)630
-5121 y(Section)d(3.5.8.1)h([P)m(attern)f(Matc)m(hing],)h(page)f(37,)g
-(as)f(if)g(the)g Ft(extglob)d Fu(shell)j(option)g(w)m(ere)630
-5230 y(enabled.)46 b(The)31 b(`)p Ft(=)p Fu(')h(op)s(erator)h(is)f
-(iden)m(tical)h(to)g(`)p Ft(==)p Fu('.)46 b(If)31 b(the)h
-Ft(nocasematch)d Fu(shell)j(option)630 5340 y(\(see)42
-b(the)f(description)g(of)h Ft(shopt)d Fu(in)i(Section)h(4.3.2)h([The)e
-(Shopt)f(Builtin],)45 b(page)d(73\))p eop end
-%%Page: 15 21
-TeXDict begin 15 20 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(15)630 299
-y(is)40 b(enabled,)i(the)e(matc)m(h)h(is)e(p)s(erformed)g(without)g
-(regard)h(to)h(the)f(case)g(of)g(alphab)s(etic)630 408
-y(c)m(haracters.)h(The)28 b(return)e(v)-5 b(alue)28 b(is)g(0)g(if)g
-(the)g(string)g(matc)m(hes)h(\(`)p Ft(==)p Fu('\))f(or)g(do)s(es)f(not)
-h(matc)m(h)630 518 y(\(`)p Ft(!=)p Fu('\))j(the)g(pattern,)f(and)g(1)h
-(otherwise.)630 645 y(If)20 b(y)m(ou)h(quote)g(an)m(y)f(part)h(of)f
-(the)h(pattern,)h(using)e(an)m(y)h(of)f(the)h(shell's)g(quoting)g(mec)m
-(hanisms,)630 754 y(the)43 b(quoted)g(p)s(ortion)g(is)g(matc)m(hed)h
-(literally)-8 b(.)81 b(This)42 b(means)h(ev)m(ery)h(c)m(haracter)h(in)e
-(the)630 864 y(quoted)34 b(p)s(ortion)f(matc)m(hes)i(itself,)h(instead)
-e(of)f(ha)m(ving)i(an)m(y)f(sp)s(ecial)g(pattern)g(matc)m(hing)630
-973 y(meaning.)630 1100 y(An)f(additional)i(binary)e(op)s(erator,)i(`)p
-Ft(=~)p Fu(',)g(is)f(a)m(v)-5 b(ailable,)37 b(with)c(the)h(same)g
-(precedence)h(as)630 1209 y(`)p Ft(==)p Fu(')40 b(and)g(`)p
-Ft(!=)p Fu('.)70 b(When)40 b(y)m(ou)g(use)g(`)p Ft(=~)p
-Fu(',)j(the)d(string)h(to)f(the)h(righ)m(t)g(of)f(the)g(op)s(erator)h
-(is)630 1319 y(considered)36 b(a)g Fm(posix)f Fu(extended)g(regular)h
-(expression)g(pattern)f(and)g(matc)m(hed)i(accord-)630
-1428 y(ingly)k(\(using)f(the)h Fm(posix)f Ft(regcomp)f
-Fu(and)h Ft(regexec)e Fu(in)m(terfaces)k(usually)f(describ)s(ed)e(in)
-630 1538 y Fl(r)-5 b(e)g(gex)11 b Fu(\(3\)\).)56 b(The)34
-b(return)g(v)-5 b(alue)35 b(is)g(0)g(if)g(the)g(string)g(matc)m(hes)h
-(the)f(pattern,)h(and)e(1)i(if)e(it)630 1648 y(do)s(es)39
-b(not.)66 b(If)38 b(the)h(regular)g(expression)g(is)g(syn)m(tactically)
-i(incorrect,)i(the)c(conditional)630 1757 y(expression)e(returns)e(2.)
-61 b(If)37 b(the)g Ft(nocasematch)d Fu(shell)j(option)h(\(see)g(the)f
-(description)g(of)630 1867 y Ft(shopt)d Fu(in)h(Section)h(4.3.2)h([The)
-e(Shopt)f(Builtin],)k(page)e(73\))g(is)g(enabled,)g(the)g(matc)m(h)g
-(is)630 1976 y(p)s(erformed)29 b(without)h(regard)h(to)g(the)f(case)i
-(of)e(alphab)s(etic)h(c)m(haracters.)630 2103 y(Y)-8
-b(ou)23 b(can)g(quote)g(an)m(y)g(part)g(of)g(the)g(pattern)f(to)i
-(force)f(the)g(quoted)g(p)s(ortion)f(to)h(b)s(e)f(matc)m(hed)630
-2212 y(literally)33 b(instead)f(of)g(as)f(a)h(regular)g(expression)f
-(\(see)h(ab)s(o)m(v)m(e\).)46 b(If)31 b(the)h(pattern)f(is)h(stored)630
-2322 y(in)h(a)i(shell)f(v)-5 b(ariable,)35 b(quoting)f(the)g(v)-5
-b(ariable)35 b(expansion)e(forces)i(the)f(en)m(tire)g(pattern)g(to)630
-2432 y(b)s(e)c(matc)m(hed)h(literally)-8 b(.)630 2558
-y(The)25 b(pattern)h(will)g(matc)m(h)h(if)e(it)i(matc)m(hes)f(an)m(y)h
-(part)e(of)h(the)g(string.)39 b(If)25 b(y)m(ou)h(w)m(an)m(t)h(to)f
-(force)630 2668 y(the)j(pattern)h(to)g(matc)m(h)g(the)f(en)m(tire)h
-(string,)g(anc)m(hor)g(the)f(pattern)h(using)e(the)i(`)p
-Ft(^)p Fu(')f(and)g(`)p Ft($)p Fu(')630 2777 y(regular)i(expression)f
-(op)s(erators.)630 2904 y(F)-8 b(or)31 b(example,)g(the)f(follo)m(wing)
-h(will)f(matc)m(h)h(a)g(line)f(\(stored)g(in)g(the)g(shell)g(v)-5
-b(ariable)31 b Ft(line)p Fu(\))630 3013 y(if)42 b(there)h(is)g(a)f
-(sequence)h(of)g(c)m(haracters)h(an)m(ywhere)e(in)g(the)h(v)-5
-b(alue)43 b(consisting)g(of)g(an)m(y)630 3123 y(n)m(um)m(b)s(er,)26
-b(including)g(zero,)i(of)f(c)m(haracters)g(in)f(the)h
-Ft(space)e Fu(c)m(haracter)j(class,)g(immediately)630
-3232 y(follo)m(w)m(ed)k(b)m(y)e(zero)h(or)g(one)f(instances)h(of)g(`)p
-Ft(a)p Fu(',)g(then)f(a)h(`)p Ft(b)p Fu(':)870 3359 y
-Ft([[)47 b($line)g(=~)g([[:space:]]*\(a\)?b)c(]])630
-3485 y Fu(That)f(means)g(v)-5 b(alues)42 b(for)g Ft(line)f
-Fu(lik)m(e)i(`)p Ft(aab)p Fu(',)i(`)31 b Ft(aaaaaab)p
-Fu(',)43 b(`)p Ft(xaby)p Fu(',)i(and)c(`)31 b Ft(ab)p
-Fu(')42 b(will)g(all)630 3595 y(matc)m(h,)32 b(as)e(will)h(a)g(line)f
-(con)m(taining)i(a)f(`)p Ft(b)p Fu(')g(an)m(ywhere)f(in)g(its)h(v)-5
-b(alue.)630 3721 y(If)28 b(y)m(ou)h(w)m(an)m(t)g(to)g(matc)m(h)h(a)e(c)
-m(haracter)j(that's)e(sp)s(ecial)g(to)g(the)g(regular)f(expression)g
-(gram-)630 3831 y(mar)g(\(`)p Ft(^$|[]\(\)\\.*+?)p Fu('\),)e(it)j(has)f
-(to)h(b)s(e)e(quoted)h(to)h(remo)m(v)m(e)g(its)g(sp)s(ecial)g(meaning.)
-40 b(This)630 3941 y(means)24 b(that)h(in)f(the)h(pattern)f(`)p
-Ft(xxx.txt)p Fu(',)g(the)h(`)p Ft(.)p Fu(')f(matc)m(hes)i(an)m(y)f(c)m
-(haracter)g(in)f(the)h(string)630 4050 y(\(its)34 b(usual)f(regular)g
-(expression)g(meaning\),)i(but)e(in)g(the)g(pattern)h(`)p
-Ft("xxx.txt")p Fu(',)e(it)i(can)630 4160 y(only)c(matc)m(h)i(a)f
-(literal)g(`)p Ft(.)p Fu('.)630 4286 y(Lik)m(ewise,)i(if)f(y)m(ou)g(w)m
-(an)m(t)g(to)h(include)e(a)h(c)m(haracter)h(in)e(y)m(our)h(pattern)g
-(that)g(has)f(a)h(sp)s(ecial)630 4396 y(meaning)21 b(to)h(the)g
-(regular)f(expression)g(grammar,)i(y)m(ou)f(m)m(ust)f(mak)m(e)h(sure)e
-(it's)i(not)g(quoted.)630 4505 y(If)44 b(y)m(ou)g(w)m(an)m(t)h(to)g
-(anc)m(hor)f(a)h(pattern)f(at)h(the)f(b)s(eginning)f(or)h(end)g(of)g
-(the)g(string,)k(for)630 4615 y(instance,)e(y)m(ou)d(cannot)g(quote)g
-(the)f(`)p Ft(^)p Fu(')h(or)f(`)p Ft($)p Fu(')g(c)m(haracters)i(using)e
-(an)m(y)g(form)g(of)h(shell)630 4725 y(quoting.)630 4851
-y(If)28 b(y)m(ou)h(w)m(an)m(t)g(to)g(matc)m(h)h(`)p Ft(initial)e
-(string)p Fu(')f(at)i(the)g(start)g(of)g(a)g(line,)g(the)g(follo)m
-(wing)h(will)630 4961 y(w)m(ork:)870 5087 y Ft([[)47
-b($line)g(=~)g(^"initial)e(string")h(]])630 5214 y Fu(but)30
-b(this)g(will)h(not:)870 5340 y Ft([[)47 b($line)g(=~)g("^initial)e
-(string")h(]])p eop end
-%%Page: 16 22
-TeXDict begin 16 21 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(16)630 299
-y(b)s(ecause)42 b(in)h(the)f(second)h(example)g(the)g(`)p
-Ft(^)p Fu(')f(is)h(quoted)g(and)f(do)s(esn't)g(ha)m(v)m(e)i(its)e
-(usual)630 408 y(sp)s(ecial)31 b(meaning.)630 540 y(It)h(is)f
-(sometimes)h(di\016cult)g(to)g(sp)s(ecify)f(a)h(regular)g(expression)f
-(prop)s(erly)f(without)h(using)630 650 y(quotes,)c(or)f(to)g(k)m(eep)h
-(trac)m(k)g(of)e(the)h(quoting)g(used)f(b)m(y)h(regular)f(expressions)h
-(while)f(pa)m(ying)630 759 y(atten)m(tion)40 b(to)f(shell)f(quoting)h
-(and)e(the)h(shell's)h(quote)f(remo)m(v)-5 b(al.)65 b(Storing)38
-b(the)h(regular)630 869 y(expression)45 b(in)g(a)g(shell)h(v)-5
-b(ariable)46 b(is)f(often)g(a)h(useful)e(w)m(a)m(y)i(to)g(a)m(v)m(oid)h
-(problems)d(with)630 978 y(quoting)35 b(c)m(haracters)g(that)g(are)g
-(sp)s(ecial)g(to)g(the)f(shell.)53 b(F)-8 b(or)35 b(example,)h(the)e
-(follo)m(wing)i(is)630 1088 y(equiv)-5 b(alen)m(t)32
-b(to)f(the)f(pattern)h(used)f(ab)s(o)m(v)m(e:)870 1219
-y Ft(pattern='[[:space:]]*\(a\))o(?b')870 1329 y([[)47
-b($line)g(=~)g($pattern)e(]])630 1461 y Fu(Shell)29 b(programmers)f
-(should)f(tak)m(e)k(sp)s(ecial)e(care)g(with)g(bac)m(kslashes,)h(since)
-f(bac)m(kslashes)630 1570 y(are)22 b(used)f(b)m(y)h(b)s(oth)f(the)h
-(shell)g(and)f(regular)h(expressions)f(to)i(remo)m(v)m(e)g(the)f(sp)s
-(ecial)h(meaning)630 1680 y(from)j(the)g(follo)m(wing)i(c)m(haracter.)
-41 b(This)25 b(means)h(that)h(after)g(the)f(shell's)g(w)m(ord)g
-(expansions)630 1789 y(complete)i(\(see)f(Section)g(3.5)h([Shell)e
-(Expansions],)h(page)g(24\),)i(an)m(y)d(bac)m(kslashes)i(remain-)630
-1899 y(ing)44 b(in)f(parts)g(of)h(the)g(pattern)f(that)h(w)m(ere)g
-(originally)h(not)f(quoted)g(can)g(remo)m(v)m(e)h(the)630
-2008 y(sp)s(ecial)29 b(meaning)g(of)g(pattern)f(c)m(haracters.)42
-b(If)28 b(an)m(y)h(part)g(of)f(the)h(pattern)g(is)f(quoted,)i(the)630
-2118 y(shell)h(do)s(es)f(its)g(b)s(est)g(to)i(ensure)d(that)i(the)g
-(regular)f(expression)h(treats)g(those)g(remaining)630
-2228 y(bac)m(kslashes)g(as)g(literal,)h(if)e(they)h(app)s(eared)f(in)g
-(a)g(quoted)h(p)s(ortion.)630 2359 y(The)f(follo)m(wing)i(t)m(w)m(o)f
-(sets)g(of)g(commands)f(are)h Fl(not)39 b Fu(equiv)-5
-b(alen)m(t:)870 2491 y Ft(pattern='\\.')870 2710 y([[)47
-b(.)h(=~)f($pattern)e(]])870 2819 y([[)i(.)h(=~)f(\\.)g(]])870
-3039 y([[)g(.)h(=~)f("$pattern")e(]])870 3148 y([[)i(.)h(=~)f('\\.')f
-(]])630 3280 y Fu(The)28 b(\014rst)h(t)m(w)m(o)h(matc)m(hes)g(will)f
-(succeed,)h(but)f(the)g(second)g(t)m(w)m(o)h(will)f(not,)h(b)s(ecause)f
-(in)g(the)630 3389 y(second)e(t)m(w)m(o)i(the)e(bac)m(kslash)h(will)f
-(b)s(e)g(part)g(of)g(the)g(pattern)g(to)h(b)s(e)f(matc)m(hed.)40
-b(In)26 b(the)i(\014rst)630 3499 y(t)m(w)m(o)33 b(examples,)f(the)g
-(pattern)f(passed)g(to)h(the)g(regular)f(expression)h(parser)e(is)i(`)p
-Ft(\\.)p Fu('.)43 b(The)630 3608 y(bac)m(kslash)35 b(remo)m(v)m(es)g
-(the)g(sp)s(ecial)f(meaning)h(from)e(`)p Ft(.)p Fu(',)j(so)e(the)h
-(literal)g(`)p Ft(.)p Fu(')g(matc)m(hes.)53 b(In)630
-3718 y(the)35 b(second)h(t)m(w)m(o)g(examples,)h(the)f(pattern)f
-(passed)g(to)h(the)f(regular)h(expression)f(parser)630
-3828 y(has)26 b(the)g(bac)m(kslash)g(quoted)g(\(e.g.,)j(`)p
-Ft(\\\\\\.)p Fu('\),)e(whic)m(h)e(will)h(not)g(matc)m(h)h(the)f
-(string,)h(since)f(it)630 3937 y(do)s(es)31 b(not)g(con)m(tain)h(a)g
-(bac)m(kslash.)43 b(If)31 b(the)g(string)g(in)g(the)g(\014rst)f
-(examples)i(w)m(ere)g(an)m(ything)630 4047 y(other)f(than)f(`)p
-Ft(.)p Fu(',)h(sa)m(y)g(`)p Ft(a)p Fu(',)g(the)f(pattern)h(w)m(ould)f
-(not)h(matc)m(h,)g(b)s(ecause)g(the)f(quoted)h(`)p Ft(.)p
-Fu(')f(in)630 4156 y(the)h(pattern)f(loses)h(its)g(sp)s(ecial)g
-(meaning)g(of)f(matc)m(hing)i(an)m(y)e(single)h(c)m(haracter.)630
-4288 y(Brac)m(k)m(et)d(expressions)d(in)g(regular)h(expressions)f(can)h
-(b)s(e)e(sources)i(of)f(errors)g(as)h(w)m(ell,)i(since)630
-4398 y(c)m(haracters)43 b(that)f(are)g(normally)g(sp)s(ecial)g(in)f
-(regular)h(expressions)f(lose)i(their)e(sp)s(ecial)630
-4507 y(meanings)24 b(b)s(et)m(w)m(een)g(brac)m(k)m(ets.)40
-b(Ho)m(w)m(ev)m(er,)27 b(y)m(ou)e(can)f(use)f(brac)m(k)m(et)i
-(expressions)f(to)g(matc)m(h)630 4617 y(sp)s(ecial)31
-b(pattern)g(c)m(haracters)h(without)f(quoting)g(them,)f(so)h(they)g
-(are)g(sometimes)h(useful)630 4726 y(for)e(this)g(purp)s(ose.)630
-4858 y(Though)f(it)i(migh)m(t)g(seem)f(lik)m(e)i(a)e(strange)h(w)m(a)m
-(y)g(to)g(write)f(it,)h(the)g(follo)m(wing)g(pattern)g(will)630
-4967 y(matc)m(h)g(a)g(`)p Ft(.)p Fu(')g(in)f(the)g(string:)870
-5099 y Ft([[)47 b(.)h(=~)f([.])g(]])630 5230 y Fu(The)30
-b(shell)g(p)s(erforms)f(an)m(y)i(w)m(ord)f(expansions)g(b)s(efore)g
-(passing)g(the)g(pattern)h(to)g(the)f(reg-)630 5340 y(ular)44
-b(expression)g(functions,)k(so)d(y)m(ou)f(can)h(assume)f(that)h(the)g
-(shell's)g(quoting)f(tak)m(es)p eop end
-%%Page: 17 23
-TeXDict begin 17 22 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(17)630 299
-y(precedence.)63 b(As)37 b(noted)h(ab)s(o)m(v)m(e,)j(the)d(regular)f
-(expression)h(parser)f(will)h(in)m(terpret)g(an)m(y)630
-408 y(unquoted)30 b(bac)m(kslashes)h(remaining)g(in)g(the)g(pattern)f
-(after)i(shell)e(expansion)h(according)630 518 y(to)40
-b(its)g(o)m(wn)f(rules.)68 b(The)39 b(in)m(ten)m(tion)i(is)e(to)h(a)m
-(v)m(oid)h(making)f(shell)f(programmers)g(quote)630 628
-y(things)31 b(t)m(wice)h(as)f(m)m(uc)m(h)f(as)h(p)s(ossible,)g(so)g
-(shell)g(quoting)g(should)f(b)s(e)g(su\016cien)m(t)h(to)g(quote)630
-737 y(sp)s(ecial)g(pattern)f(c)m(haracters)i(where)e(that's)h
-(necessary)-8 b(.)630 867 y(The)39 b(arra)m(y)h(v)-5
-b(ariable)40 b Ft(BASH_REMATCH)c Fu(records)j(whic)m(h)g(parts)g(of)g
-(the)h(string)f(matc)m(hed)630 977 y(the)34 b(pattern.)51
-b(The)33 b(elemen)m(t)i(of)f Ft(BASH_REMATCH)d Fu(with)i(index)g(0)h
-(con)m(tains)h(the)f(p)s(ortion)630 1086 y(of)39 b(the)g(string)g(matc)
-m(hing)h(the)g(en)m(tire)f(regular)h(expression.)66 b(Substrings)37
-b(matc)m(hed)j(b)m(y)630 1196 y(paren)m(thesized)k(sub)s(expressions)e
-(within)i(the)g(regular)g(expression)g(are)g(sa)m(v)m(ed)h(in)f(the)630
-1306 y(remaining)33 b Ft(BASH_REMATCH)c Fu(indices.)49
-b(The)32 b(elemen)m(t)i(of)f Ft(BASH_REMATCH)d Fu(with)i(index)g
-Fr(n)630 1415 y Fu(is)e(the)h(p)s(ortion)f(of)g(the)h(string)f(matc)m
-(hing)i(the)e Fr(n)p Fu(th)g(paren)m(thesized)h(sub)s(expression.)630
-1545 y(Bash)26 b(sets)h Ft(BASH_REMATCH)c Fu(in)j(the)g(global)i(scop)s
-(e;)f(declaring)g(it)g(as)g(a)f(lo)s(cal)i(v)-5 b(ariable)27
-b(will)630 1655 y(lead)k(to)g(unexp)s(ected)f(results.)630
-1785 y(Expressions)23 b(ma)m(y)h(b)s(e)e(com)m(bined)i(using)f(the)h
-(follo)m(wing)h(op)s(erators,)g(listed)f(in)f(decreasing)630
-1895 y(order)30 b(of)g(precedence:)630 2045 y Ft(\()g
-Fj(expression)e Ft(\))1110 2155 y Fu(Returns)i(the)h(v)-5
-b(alue)31 b(of)g Fr(expression)p Fu(.)42 b(This)30 b(ma)m(y)i(b)s(e)e
-(used)g(to)i(o)m(v)m(erride)g(the)1110 2264 y(normal)e(precedence)h(of)
-g(op)s(erators.)630 2415 y Ft(!)f Fj(expression)1110
-2524 y Fu(T)-8 b(rue)30 b(if)g Fr(expression)g Fu(is)h(false.)630
-2675 y Fj(expression1)c Ft(&&)j Fj(expression2)1110 2784
-y Fu(T)-8 b(rue)30 b(if)g(b)s(oth)g Fr(expression1)38
-b Fu(and)29 b Fr(expression2)38 b Fu(are)31 b(true.)630
-2935 y Fj(expression1)c Ft(||)j Fj(expression2)1110 3045
-y Fu(T)-8 b(rue)30 b(if)g(either)h Fr(expression1)38
-b Fu(or)30 b Fr(expression2)38 b Fu(is)30 b(true.)630
-3195 y(The)24 b Ft(&&)h Fu(and)f Ft(||)g Fu(op)s(erators)h(do)g(not)g
-(ev)-5 b(aluate)27 b Fr(expression2)32 b Fu(if)25 b(the)g(v)-5
-b(alue)25 b(of)g Fr(expression1)630 3305 y Fu(is)30 b(su\016cien)m(t)h
-(to)g(determine)g(the)f(return)g(v)-5 b(alue)31 b(of)f(the)h(en)m(tire)
-g(conditional)h(expression.)150 3495 y Fk(3.2.5.3)63
-b(Grouping)43 b(Commands)150 3642 y Fu(Bash)30 b(pro)m(vides)g(t)m(w)m
-(o)h(w)m(a)m(ys)f(to)h(group)e(a)h(list)g(of)g(commands)f(to)i(b)s(e)e
-(executed)h(as)g(a)h(unit.)40 b(When)29 b(com-)150 3752
-y(mands)h(are)i(group)s(ed,)f(redirections)h(ma)m(y)g(b)s(e)e(applied)i
-(to)g(the)f(en)m(tire)h(command)g(list.)44 b(F)-8 b(or)32
-b(example,)150 3861 y(the)f(output)f(of)g(all)h(the)g(commands)f(in)g
-(the)h(list)g(ma)m(y)g(b)s(e)e(redirected)i(to)g(a)g(single)g(stream.)
-150 4012 y Ft(\(\))870 4142 y(\()47 b Fj(list)g Ft(\))630
-4272 y Fu(Placing)42 b(a)g(list)g(of)f(commands)g(b)s(et)m(w)m(een)h
-(paren)m(theses)f(forces)h(the)f(shell)h(to)g(create)h(a)630
-4381 y(subshell)33 b(\(see)h(Section)g(3.7.3)i([Command)c(Execution)j
-(En)m(vironmen)m(t],)g(page)f(44\),)i(and)630 4491 y(eac)m(h)g(of)f
-(the)h(commands)e(in)h Fr(list)i Fu(is)e(executed)h(in)f(that)h
-(subshell)e(en)m(vironmen)m(t.)55 b(Since)630 4601 y(the)33
-b Fr(list)j Fu(is)e(executed)g(in)f(a)g(subshell,)h(v)-5
-b(ariable)34 b(assignmen)m(ts)g(do)f(not)g(remain)g(in)g(e\013ect)630
-4710 y(after)e(the)f(subshell)g(completes.)150 4861 y
-Ft({})870 4991 y({)47 b Fj(list)p Ft(;)g(})630 5121 y
-Fu(Placing)30 b(a)g(list)g(of)g(commands)f(b)s(et)m(w)m(een)h(curly)f
-(braces)g(causes)h(the)f(list)h(to)g(b)s(e)f(executed)630
-5230 y(in)d(the)h(curren)m(t)g(shell)f(con)m(text.)42
-b(No)27 b(subshell)f(is)g(created.)41 b(The)26 b(semicolon)i(\(or)f
-(newline\))630 5340 y(follo)m(wing)32 b Fr(list)h Fu(is)d(required.)p
-eop end
-%%Page: 18 24
-TeXDict begin 18 23 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(18)275 299
-y(In)44 b(addition)h(to)h(the)f(creation)i(of)e(a)g(subshell,)j(there)e
-(is)f(a)g(subtle)g(di\013erence)h(b)s(et)m(w)m(een)f(these)150
-408 y(t)m(w)m(o)f(constructs)f(due)g(to)g(historical)i(reasons.)78
-b(The)42 b(braces)i(are)f(reserv)m(ed)g(w)m(ords,)j(so)d(they)g(m)m
-(ust)150 518 y(b)s(e)36 b(separated)h(from)f(the)g Fr(list)j
-Fu(b)m(y)e Ft(blank)p Fu(s)e(or)h(other)h(shell)f(metac)m(haracters.)62
-b(The)36 b(paren)m(theses)h(are)150 628 y(op)s(erators,)29
-b(and)e(are)i(recognized)g(as)g(separate)g(tok)m(ens)g(b)m(y)f(the)g
-(shell)g(ev)m(en)h(if)f(they)h(are)f(not)g(separated)150
-737 y(from)i(the)g Fr(list)j Fu(b)m(y)e(whitespace.)275
-865 y(The)e(exit)j(status)e(of)h(b)s(oth)f(of)g(these)h(constructs)g
-(is)f(the)h(exit)g(status)f(of)h Fr(list)p Fu(.)150 1050
-y Fk(3.2.6)63 b(Copro)s(cesses)150 1197 y Fu(A)37 b Ft(coprocess)c
-Fu(is)k(a)g(shell)f(command)h(preceded)f(b)m(y)g(the)h
-Ft(coproc)d Fu(reserv)m(ed)j(w)m(ord.)59 b(A)36 b(copro)s(cess)h(is)150
-1307 y(executed)g(async)m(hronously)g(in)f(a)h(subshell,)g(as)g(if)g
-(the)f(command)h(had)f(b)s(een)f(terminated)i(with)g(the)150
-1416 y(`)p Ft(&)p Fu(')d(con)m(trol)h(op)s(erator,)g(with)f(a)g(t)m(w)m
-(o-w)m(a)m(y)i(pip)s(e)d(established)h(b)s(et)m(w)m(een)h(the)f
-(executing)h(shell)f(and)f(the)150 1526 y(copro)s(cess.)275
-1653 y(The)c(syn)m(tax)i(for)f(a)h(copro)s(cess)g(is:)390
-1781 y Ft(coproc)46 b([)p Fj(NAME)p Ft(])g Fj(command)g
-Ft([)p Fj(redirections)p Ft(])150 1909 y Fu(This)33 b(creates)i(a)f
-(copro)s(cess)g(named)f Fr(NAME)p Fu(.)51 b Fr(command)37
-b Fu(ma)m(y)d(b)s(e)f(either)h(a)g(simple)g(command)f(\(see)150
-2018 y(Section)44 b(3.2.2)i([Simple)d(Commands],)k(page)d(9\))g(or)g(a)
-g(comp)s(ound)e(command)h(\(see)i(Section)f(3.2.5)150
-2128 y([Comp)s(ound)e(Commands],)47 b(page)e(11\).)83
-b Fr(NAME)50 b Fu(is)44 b(a)g(shell)g(v)-5 b(ariable)45
-b(name.)82 b(If)44 b Fr(NAME)50 b Fu(is)44 b(not)150
-2237 y(supplied,)29 b(the)i(default)f(name)h(is)f Ft(COPROC)p
-Fu(.)275 2365 y(The)f(recommended)h(form)g(to)h(use)f(for)h(a)f(copro)s
-(cess)h(is)390 2492 y Ft(coproc)46 b Fj(NAME)h Ft({)g
-Fj(command)p Ft(;)f(})150 2620 y Fu(This)31 b(form)g(is)h(recommended)f
-(b)s(ecause)h(simple)g(commands)f(result)h(in)f(the)h(copro)s(cess)g
-(alw)m(a)m(ys)h(b)s(eing)150 2730 y(named)45 b Ft(COPROC)p
-Fu(,)i(and)e(it)h(is)f(simpler)g(to)h(use)f(and)g(more)g(complete)i
-(than)e(the)h(other)f(comp)s(ound)150 2839 y(commands.)275
-2967 y(There)29 b(are)i(other)g(forms)f(of)g(copro)s(cesses:)390
-3094 y Ft(coproc)46 b Fj(NAME)h(compound-command)390
-3204 y Ft(coproc)f Fj(compound-command)390 3313 y Ft(coproc)g
-Fj(simple-command)150 3441 y Fu(If)41 b Fr(command)46
-b Fu(is)41 b(a)i(comp)s(ound)d(command,)45 b Fr(NAME)i
-Fu(is)42 b(optional.)77 b(The)41 b(w)m(ord)g(follo)m(wing)j
-Ft(coproc)150 3551 y Fu(determines)27 b(whether)f(that)i(w)m(ord)f(is)g
-(in)m(terpreted)g(as)g(a)h(v)-5 b(ariable)28 b(name:)39
-b(it)27 b(is)g(in)m(terpreted)h(as)f Fr(NAME)150 3660
-y Fu(if)i(it)h(is)g(not)f(a)h(reserv)m(ed)f(w)m(ord)g(that)h(in)m(tro)s
-(duces)f(a)h(comp)s(ound)e(command.)40 b(If)29 b Fr(command)k
-Fu(is)c(a)h(simple)150 3770 y(command,)36 b Fr(NAME)k
-Fu(is)35 b(not)f(allo)m(w)m(ed;)39 b(this)34 b(is)h(to)g(a)m(v)m(oid)h
-(confusion)f(b)s(et)m(w)m(een)g Fr(NAME)40 b Fu(and)34
-b(the)h(\014rst)150 3879 y(w)m(ord)30 b(of)h(the)f(simple)g(command.)
-275 4007 y(When)42 b(the)i(copro)s(cess)f(is)g(executed,)48
-b(the)43 b(shell)g(creates)i(an)e(arra)m(y)g(v)-5 b(ariable)44
-b(\(see)g(Section)g(6.7)150 4117 y([Arra)m(ys],)h(page)e(103\))g(named)
-e Fr(NAME)48 b Fu(in)41 b(the)h(con)m(text)h(of)f(the)g(executing)h
-(shell.)75 b(The)41 b(standard)150 4226 y(output)32 b(of)h
-Fr(command)i Fu(is)e(connected)g(via)g(a)g(pip)s(e)f(to)h(a)g(\014le)f
-(descriptor)h(in)f(the)g(executing)i(shell,)g(and)150
-4336 y(that)d(\014le)g(descriptor)g(is)g(assigned)f(to)i
-Fr(NAME)5 b Fu([0].)43 b(The)31 b(standard)f(input)f(of)i
-Fr(command)j Fu(is)d(connected)150 4445 y(via)40 b(a)g(pip)s(e)f(to)h
-(a)g(\014le)g(descriptor)f(in)g(the)h(executing)h(shell,)h(and)d(that)h
-(\014le)g(descriptor)f(is)h(assigned)150 4555 y(to)f
-Fr(NAME)5 b Fu([1].)65 b(This)38 b(pip)s(e)f(is)h(established)g(b)s
-(efore)g(an)m(y)g(redirections)h(sp)s(eci\014ed)e(b)m(y)h(the)g
-(command)150 4664 y(\(see)33 b(Section)f(3.6)h([Redirections],)g(page)g
-(39\).)45 b(The)31 b(\014le)h(descriptors)f(can)h(b)s(e)f(utilized)i
-(as)f(argumen)m(ts)150 4774 y(to)42 b(shell)g(commands)f(and)g
-(redirections)h(using)f(standard)g(w)m(ord)g(expansions.)74
-b(Other)41 b(than)g(those)150 4884 y(created)27 b(to)g(execute)g
-(command)f(and)f(pro)s(cess)h(substitutions,)h(the)f(\014le)g
-(descriptors)g(are)g(not)h(a)m(v)-5 b(ailable)150 4993
-y(in)30 b(subshells.)275 5121 y(The)d(pro)s(cess)h(ID)h(of)f(the)h
-(shell)f(spa)m(wned)g(to)h(execute)h(the)e(copro)s(cess)h(is)f(a)m(v)-5
-b(ailable)31 b(as)d(the)h(v)-5 b(alue)29 b(of)150 5230
-y(the)k(v)-5 b(ariable)33 b Fj(NAME)p Ft(_PID)p Fu(.)44
-b(The)32 b Ft(wait)g Fu(builtin)f(command)i(ma)m(y)g(b)s(e)e(used)h(to)
-h(w)m(ait)h(for)e(the)h(copro)s(cess)150 5340 y(to)e(terminate.)p
-eop end
-%%Page: 19 25
-TeXDict begin 19 24 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(19)275 299
-y(Since)20 b(the)g(copro)s(cess)h(is)g(created)g(as)g(an)f(async)m
-(hronous)g(command,)i(the)f Ft(coproc)d Fu(command)i(alw)m(a)m(ys)150
-408 y(returns)29 b(success.)41 b(The)30 b(return)f(status)i(of)f(a)h
-(copro)s(cess)g(is)f(the)h(exit)g(status)g(of)f Fr(command)p
-Fu(.)150 609 y Fk(3.2.7)63 b(GNU)41 b(P)m(arallel)150
-756 y Fu(There)30 b(are)h(w)m(a)m(ys)g(to)g(run)f(commands)g(in)g
-(parallel)h(that)h(are)e(not)h(built)g(in)m(to)g(Bash.)41
-b(GNU)31 b(P)m(arallel)i(is)150 866 y(a)e(to)s(ol)g(to)g(do)f(just)g
-(that.)275 1001 y(GNU)e(P)m(arallel,)i(as)e(its)g(name)f(suggests,)j
-(can)d(b)s(e)g(used)g(to)h(build)f(and)g(run)f(commands)h(in)h
-(parallel.)150 1111 y(Y)-8 b(ou)41 b(ma)m(y)g(run)e(the)h(same)h
-(command)f(with)g(di\013eren)m(t)h(argumen)m(ts,)j(whether)39
-b(they)i(are)g(\014lenames,)150 1221 y(usernames,)27
-b(hostnames,)h(or)e(lines)h(read)f(from)h(\014les.)39
-b(GNU)27 b(P)m(arallel)i(pro)m(vides)d(shorthand)g(references)150
-1330 y(to)38 b(man)m(y)g(of)g(the)g(most)g(common)g(op)s(erations)g
-(\(input)f(lines,)j(v)-5 b(arious)38 b(p)s(ortions)f(of)h(the)g(input)e
-(line,)150 1440 y(di\013eren)m(t)f(w)m(a)m(ys)h(to)f(sp)s(ecify)f(the)h
-(input)f(source,)i(and)e(so)h(on\).)54 b(P)m(arallel)36
-b(can)f(replace)h Ft(xargs)d Fu(or)i(feed)150 1549 y(commands)30
-b(from)g(its)h(input)e(sources)h(to)i(sev)m(eral)f(di\013eren)m(t)g
-(instances)g(of)g(Bash.)275 1685 y(F)-8 b(or)28 b(a)h(complete)g
-(description,)g(refer)f(to)g(the)h(GNU)f(P)m(arallel)i(do)s(cumen)m
-(tation,)g(whic)m(h)e(is)g(a)m(v)-5 b(ailable)150 1795
-y(at)31 b Ft(https://www.gnu.org/softw)o(are)o(/par)o(alle)o(l/p)o
-(aral)o(lel_)o(tut)o(oria)o(l.ht)o(ml)p Fu(.)150 2038
-y Fs(3.3)68 b(Shell)45 b(F)-11 b(unctions)150 2197 y
-Fu(Shell)35 b(functions)h(are)g(a)g(w)m(a)m(y)g(to)h(group)e(commands)g
-(for)h(later)g(execution)h(using)e(a)h(single)g(name)g(for)150
-2307 y(the)f(group.)55 b(They)35 b(are)g(executed)h(just)f(lik)m(e)h(a)
-g Ft(")p Fu(regular)p Ft(")f Fu(command.)54 b(When)35
-b(the)h(name)f(of)g(a)h(shell)150 2416 y(function)j(is)g(used)f(as)h(a)
-h(simple)f(command)g(name,)i(the)e(list)h(of)f(commands)g(asso)s
-(ciated)i(with)d(that)150 2526 y(function)25 b(name)h(is)g(executed.)40
-b(Shell)25 b(functions)g(are)i(executed)f(in)f(the)h(curren)m(t)g
-(shell)g(con)m(text;)j(no)c(new)150 2635 y(pro)s(cess)30
-b(is)g(created)i(to)f(in)m(terpret)g(them.)275 2771 y(F)-8
-b(unctions)30 b(are)h(declared)g(using)f(this)g(syn)m(tax:)390
-2907 y Fj(fname)46 b Ft(\(\))i Fj(compound-command)43
-b Ft([)k Fj(redirections)e Ft(])275 3043 y Fu(or)390
-3179 y Ft(function)h Fj(fname)g Ft([\(\)])h Fj(compound-command)c
-Ft([)k Fj(redirections)e Ft(])275 3315 y Fu(This)37 b(de\014nes)h(a)h
-(shell)f(function)g(named)g Fr(fname)p Fu(.)65 b(The)38
-b(reserv)m(ed)h(w)m(ord)f Ft(function)e Fu(is)j(optional.)150
-3424 y(If)33 b(the)g Ft(function)e Fu(reserv)m(ed)i(w)m(ord)g(is)g
-(supplied,)g(the)g(paren)m(theses)h(are)f(optional.)50
-b(The)33 b Fr(b)s(o)s(dy)39 b Fu(of)34 b(the)150 3534
-y(function)41 b(is)h(the)g(comp)s(ound)e(command)h Fr(comp)s
-(ound-command)j Fu(\(see)e(Section)h(3.2.5)g([Comp)s(ound)150
-3644 y(Commands],)30 b(page)h(11\).)42 b(That)30 b(command)g(is)g
-(usually)h(a)f Fr(list)j Fu(enclosed)e(b)s(et)m(w)m(een)g
-Fi({)g Fu(and)f Fi(})p Fu(,)h(but)e(ma)m(y)150 3753 y(b)s(e)k(an)m(y)h
-(comp)s(ound)f(command)g(listed)i(ab)s(o)m(v)m(e.)52
-b(If)33 b(the)i Ft(function)c Fu(reserv)m(ed)j(w)m(ord)g(is)f(used,)i
-(but)e(the)150 3863 y(paren)m(theses)22 b(are)g(not)f(supplied,)h(the)g
-(braces)g(are)f(recommended.)38 b Fr(comp)s(ound-command)24
-b Fu(is)d(executed)150 3972 y(whenev)m(er)29 b Fr(fname)35
-b Fu(is)29 b(sp)s(eci\014ed)g(as)g(the)h(name)f(of)h(a)f(simple)h
-(command.)40 b(When)29 b(the)h(shell)f(is)h(in)f Fm(posix)150
-4082 y Fu(mo)s(de)i(\(see)h(Section)g(6.11)h([Bash)f(POSIX)e(Mo)s(de],)
-i(page)g(109\),)i Fr(fname)i Fu(m)m(ust)31 b(b)s(e)g(a)h(v)-5
-b(alid)31 b(shell)h(name)150 4192 y(and)h(ma)m(y)h(not)f(b)s(e)g(the)h
-(same)f(as)h(one)g(of)f(the)h(sp)s(ecial)g(builtins)e(\(see)j(Section)f
-(4.4)g([Sp)s(ecial)g(Builtins],)150 4301 y(page)d(80\).)43
-b(In)29 b(default)i(mo)s(de,)g(a)f(function)h(name)f(can)h(b)s(e)f(an)m
-(y)h(unquoted)e(shell)i(w)m(ord)f(that)h(do)s(es)g(not)150
-4411 y(con)m(tain)k(`)p Ft($)p Fu('.)52 b(An)m(y)34 b(redirections)g
-(\(see)h(Section)g(3.6)g([Redirections],)h(page)f(39\))g(asso)s(ciated)
-g(with)f(the)150 4520 y(shell)g(function)f(are)h(p)s(erformed)e(when)h
-(the)g(function)h(is)f(executed.)51 b(A)34 b(function)f(de\014nition)g
-(ma)m(y)i(b)s(e)150 4630 y(deleted)i(using)e(the)i Ft(-f)e
-Fu(option)i(to)f(the)h Ft(unset)d Fu(builtin)i(\(see)h(Section)g(4.1)g
-([Bourne)f(Shell)g(Builtins],)150 4739 y(page)31 b(49\).)275
-4875 y(The)26 b(exit)i(status)g(of)f(a)h(function)f(de\014nition)g(is)g
-(zero)h(unless)f(a)g(syn)m(tax)h(error)f(o)s(ccurs)g(or)g(a)h(readonly)
-150 4985 y(function)k(with)f(the)i(same)f(name)g(already)h(exists.)46
-b(When)32 b(executed,)h(the)f(exit)h(status)g(of)f(a)g(function)150
-5095 y(is)e(the)h(exit)g(status)g(of)f(the)h(last)g(command)f(executed)
-i(in)e(the)g(b)s(o)s(dy)-8 b(.)275 5230 y(Note)22 b(that)f(for)f
-(historical)i(reasons,)h(in)e(the)g(most)g(common)g(usage)g(the)g
-(curly)f(braces)h(that)g(surround)150 5340 y(the)38 b(b)s(o)s(dy)d(of)j
-(the)f(function)g(m)m(ust)g(b)s(e)g(separated)h(from)f(the)g(b)s(o)s
-(dy)f(b)m(y)h Ft(blank)p Fu(s)f(or)h(newlines.)62 b(This)p
-eop end
-%%Page: 20 26
-TeXDict begin 20 25 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(20)150 299
-y(is)38 b(b)s(ecause)g(the)h(braces)f(are)h(reserv)m(ed)f(w)m(ords)g
-(and)f(are)i(only)f(recognized)i(as)e(suc)m(h)g(when)f(they)i(are)150
-408 y(separated)26 b(from)f(the)h(command)f(list)i(b)m(y)e(whitespace)h
-(or)g(another)g(shell)g(metac)m(haracter.)41 b(Also,)28
-b(when)150 518 y(using)i(the)g(braces,)h(the)g Fr(list)i
-Fu(m)m(ust)d(b)s(e)g(terminated)h(b)m(y)f(a)h(semicolon,)h(a)e(`)p
-Ft(&)p Fu(',)h(or)g(a)f(newline.)275 669 y(When)i(a)i(function)f(is)g
-(executed,)i(the)e(argumen)m(ts)h(to)g(the)f(function)g(b)s(ecome)g
-(the)h(p)s(ositional)g(pa-)150 778 y(rameters)42 b(during)e(its)i
-(execution)h(\(see)f(Section)g(3.4.1)h([P)m(ositional)h(P)m
-(arameters],)i(page)c(23\).)75 b(The)150 888 y(sp)s(ecial)37
-b(parameter)f(`)p Ft(#)p Fu(')g(that)h(expands)e(to)i(the)f(n)m(um)m(b)
-s(er)f(of)h(p)s(ositional)h(parameters)f(is)g(up)s(dated)f(to)150
-998 y(re\015ect)h(the)f(c)m(hange.)56 b(Sp)s(ecial)35
-b(parameter)h Ft(0)f Fu(is)g(unc)m(hanged.)54 b(The)35
-b(\014rst)f(elemen)m(t)j(of)e(the)g Ft(FUNCNAME)150 1107
-y Fu(v)-5 b(ariable)31 b(is)g(set)f(to)i(the)e(name)h(of)f(the)h
-(function)f(while)g(the)h(function)f(is)g(executing.)275
-1258 y(All)25 b(other)g(asp)s(ects)g(of)g(the)g(shell)g(execution)h(en)
-m(vironmen)m(t)g(are)f(iden)m(tical)h(b)s(et)m(w)m(een)g(a)f(function)g
-(and)150 1367 y(its)35 b(caller)i(with)d(these)i(exceptions:)50
-b(the)36 b Ft(DEBUG)d Fu(and)h Ft(RETURN)g Fu(traps)g(are)i(not)f
-(inherited)f(unless)h(the)150 1477 y(function)26 b(has)g(b)s(een)f(giv)
-m(en)i(the)g Ft(trace)d Fu(attribute)j(using)f(the)g
-Ft(declare)e Fu(builtin)i(or)g(the)h Ft(-o)i(functrace)150
-1587 y Fu(option)f(has)e(b)s(een)h(enabled)g(with)g(the)g
-Ft(set)f Fu(builtin,)i(\(in)f(whic)m(h)f(case)j(all)f(functions)e
-(inherit)h(the)g Ft(DEBUG)150 1696 y Fu(and)33 b Ft(RETURN)f
-Fu(traps\),)j(and)e(the)h Ft(ERR)f Fu(trap)h(is)g(not)g(inherited)f
-(unless)g(the)h Ft(-o)c(errtrace)h Fu(shell)j(option)150
-1806 y(has)h(b)s(een)f(enabled.)55 b(See)35 b(Section)h(4.1)g([Bourne)f
-(Shell)g(Builtins],)i(page)f(49,)i(for)c(the)i(description)f(of)150
-1915 y(the)c Ft(trap)e Fu(builtin.)275 2066 y(The)38
-b Ft(FUNCNEST)f Fu(v)-5 b(ariable,)42 b(if)d(set)h(to)g(a)g(n)m(umeric)
-f(v)-5 b(alue)39 b(greater)h(than)f(0,)j(de\014nes)d(a)g(maxim)m(um)150
-2176 y(function)24 b(nesting)h(lev)m(el.)40 b(F)-8 b(unction)25
-b(in)m(v)m(o)s(cations)i(that)e(exceed)g(the)g(limit)g(cause)g(the)g
-(en)m(tire)g(command)150 2285 y(to)31 b(ab)s(ort.)275
-2436 y(If)37 b(the)g(builtin)g(command)h Ft(return)d
-Fu(is)j(executed)g(in)g(a)g(function,)h(the)e(function)h(completes)h
-(and)150 2545 y(execution)25 b(resumes)e(with)h(the)g(next)g(command)f
-(after)i(the)f(function)f(call.)40 b(An)m(y)24 b(command)f(asso)s
-(ciated)150 2655 y(with)36 b(the)h Ft(RETURN)d Fu(trap)i(is)h(executed)
-g(b)s(efore)f(execution)i(resumes.)57 b(When)37 b(a)f(function)g
-(completes,)150 2765 y(the)h(v)-5 b(alues)38 b(of)f(the)g(p)s
-(ositional)h(parameters)f(and)g(the)g(sp)s(ecial)h(parameter)f(`)p
-Ft(#)p Fu(')g(are)h(restored)f(to)h(the)150 2874 y(v)-5
-b(alues)26 b(they)f(had)g(prior)f(to)i(the)g(function's)f(execution.)40
-b(If)25 b(a)h(n)m(umeric)f(argumen)m(t)h(is)f(giv)m(en)h(to)g
-Ft(return)p Fu(,)150 2984 y(that)j(is)g(the)f(function's)h(return)e
-(status;)j(otherwise)f(the)f(function's)h(return)e(status)i(is)f(the)h
-(exit)h(status)150 3093 y(of)h(the)f(last)h(command)f(executed)i(b)s
-(efore)e(the)g Ft(return)p Fu(.)275 3244 y(V)-8 b(ariables)29
-b(lo)s(cal)h(to)g(the)e(function)g(ma)m(y)i(b)s(e)e(declared)h(with)f
-(the)h Ft(local)e Fu(builtin)h(\()p Fr(lo)s(cal)i(v)-5
-b(ariables)t Fu(\).)150 3354 y(Ordinarily)d(,)35 b(v)-5
-b(ariables)35 b(and)f(their)g(v)-5 b(alues)35 b(are)g(shared)e(b)s(et)m
-(w)m(een)i(a)g(function)f(and)g(its)g(caller.)54 b(These)150
-3463 y(v)-5 b(ariables)30 b(are)f(visible)g(only)g(to)h(the)f(function)
-f(and)g(the)i(commands)e(it)h(in)m(v)m(ok)m(es.)42 b(This)28
-b(is)h(particularly)150 3573 y(imp)s(ortan)m(t)i(when)e(a)i(shell)f
-(function)g(calls)i(other)e(functions.)275 3724 y(In)j(the)h(follo)m
-(wing)i(description,)f(the)g Fr(curren)m(t)f(scop)s(e)39
-b Fu(is)34 b(a)h(curren)m(tly-)g(executing)g(function.)52
-b(Pre-)150 3833 y(vious)33 b(scop)s(es)g(consist)g(of)g(that)g
-(function's)g(caller)h(and)e(so)h(on,)h(bac)m(k)g(to)f(the)g
-Ft(")p Fu(global)p Ft(")h Fu(scop)s(e,)f(where)150 3943
-y(the)g(shell)g(is)g(not)g(executing)h(an)m(y)f(shell)g(function.)48
-b(Consequen)m(tly)-8 b(,)34 b(a)f(lo)s(cal)h(v)-5 b(ariable)34
-b(at)f(the)g(curren)m(t)150 4052 y(lo)s(cal)g(scop)s(e)f(is)f(a)h(v)-5
-b(ariable)33 b(declared)f(using)f(the)h Ft(local)e Fu(or)i
-Ft(declare)e Fu(builtins)h(in)g(the)h(function)f(that)150
-4162 y(is)f(curren)m(tly)h(executing.)275 4313 y(Lo)s(cal)41
-b(v)-5 b(ariables)42 b Ft(")p Fu(shado)m(w)p Ft(")e Fu(v)-5
-b(ariables)42 b(with)f(the)g(same)g(name)g(declared)h(at)f(previous)g
-(scop)s(es.)150 4422 y(F)-8 b(or)41 b(instance,)j(a)d(lo)s(cal)h(v)-5
-b(ariable)41 b(declared)g(in)f(a)h(function)f(hides)g(a)h(global)h(v)-5
-b(ariable)41 b(of)g(the)g(same)150 4532 y(name:)59 b(references)40
-b(and)f(assignmen)m(ts)h(refer)f(to)i(the)f(lo)s(cal)g(v)-5
-b(ariable,)43 b(lea)m(ving)f(the)d(global)i(v)-5 b(ariable)150
-4641 y(unmo)s(di\014ed.)39 b(When)30 b(the)g(function)g(returns,)g(the)
-g(global)i(v)-5 b(ariable)31 b(is)g(once)g(again)g(visible.)275
-4792 y(The)f(shell)h(uses)g Fr(dynamic)g(scoping)39 b
-Fu(to)32 b(con)m(trol)g(a)f(v)-5 b(ariable's)32 b(visibilit)m(y)h
-(within)d(functions.)42 b(With)150 4902 y(dynamic)31
-b(scoping,)i(visible)e(v)-5 b(ariables)32 b(and)f(their)h(v)-5
-b(alues)32 b(are)f(a)h(result)g(of)f(the)h(sequence)g(of)f(function)150
-5011 y(calls)37 b(that)g(caused)g(execution)g(to)g(reac)m(h)g(the)g
-(curren)m(t)f(function.)58 b(The)36 b(v)-5 b(alue)36
-b(of)h(a)g(v)-5 b(ariable)37 b(that)g(a)150 5121 y(function)30
-b(sees)h(dep)s(ends)d(on)i(its)h(v)-5 b(alue)30 b(within)g(its)h
-(caller,)h(if)e(an)m(y)-8 b(,)31 b(whether)f(that)g(caller)i(is)e(the)h
-(global)150 5230 y(scop)s(e)41 b(or)g(another)g(shell)g(function.)73
-b(This)40 b(is)h(also)h(the)f(v)-5 b(alue)41 b(that)h(a)f(lo)s(cal)i(v)
--5 b(ariable)41 b(declaration)150 5340 y(shado)m(ws,)30
-b(and)g(the)h(v)-5 b(alue)31 b(that)f(is)h(restored)f(when)g(the)g
-(function)g(returns.)p eop end
-%%Page: 21 27
-TeXDict begin 21 26 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(21)275 299
-y(F)-8 b(or)38 b(example,)h(if)f(a)f(v)-5 b(ariable)38
-b Ft(var)f Fu(is)g(declared)h(as)f(lo)s(cal)i(in)e(function)g
-Ft(func1)p Fu(,)g(and)g Ft(func1)f Fu(calls)150 408 y(another)29
-b(function)g Ft(func2)p Fu(,)f(references)i(to)f Ft(var)g
-Fu(made)g(from)f(within)h Ft(func2)f Fu(will)h(resolv)m(e)i(to)e(the)h
-(lo)s(cal)150 518 y(v)-5 b(ariable)31 b Ft(var)f Fu(from)g
-Ft(func1)p Fu(,)f(shado)m(wing)h(an)m(y)h(global)h(v)-5
-b(ariable)31 b(named)f Ft(var)p Fu(.)275 650 y(The)f(follo)m(wing)j
-(script)f(demonstrates)f(this)h(b)s(eha)m(vior.)40 b(When)31
-b(executed,)g(the)g(script)f(displa)m(ys)390 781 y Ft(In)47
-b(func2,)f(var)h(=)h(func1)e(local)390 913 y(func1\(\))390
-1022 y({)581 1132 y(local)g(var='func1)f(local')581 1241
-y(func2)390 1351 y(})390 1570 y(func2\(\))390 1680 y({)581
-1789 y(echo)i("In)f(func2,)h(var)f(=)i($var")390 1899
-y(})390 2118 y(var=global)390 2228 y(func1)275 2359 y
-Fu(The)32 b Ft(unset)g Fu(builtin)g(also)i(acts)g(using)e(the)i(same)f
-(dynamic)g(scop)s(e:)46 b(if)33 b(a)g(v)-5 b(ariable)34
-b(is)f(lo)s(cal)h(to)g(the)150 2469 y(curren)m(t)i(scop)s(e,)h
-Ft(unset)e Fu(will)h(unset)g(it;)j(otherwise)e(the)f(unset)f(will)h
-(refer)g(to)h(the)f(v)-5 b(ariable)37 b(found)d(in)150
-2578 y(an)m(y)27 b(calling)i(scop)s(e)e(as)g(describ)s(ed)f(ab)s(o)m(v)
-m(e.)41 b(If)26 b(a)h(v)-5 b(ariable)28 b(at)g(the)f(curren)m(t)g(lo)s
-(cal)h(scop)s(e)f(is)g(unset,)g(it)h(will)150 2688 y(remain)k(so)g
-(\(app)s(earing)g(as)h(unset\))e(un)m(til)i(it)f(is)g(reset)h(in)f
-(that)g(scop)s(e)h(or)f(un)m(til)g(the)g(function)g(returns.)150
-2798 y(Once)39 b(the)h(function)f(returns,)h(an)m(y)g(instance)g(of)f
-(the)h(v)-5 b(ariable)40 b(at)g(a)g(previous)f(scop)s(e)g(will)h(b)s
-(ecome)150 2907 y(visible.)k(If)31 b(the)h(unset)f(acts)h(on)g(a)g(v)-5
-b(ariable)32 b(at)g(a)g(previous)f(scop)s(e,)h(an)m(y)f(instance)i(of)e
-(a)h(v)-5 b(ariable)32 b(with)150 3017 y(that)23 b(name)g(that)h(had)e
-(b)s(een)g(shado)m(w)m(ed)h(will)g(b)s(ecome)h(visible)f(\(see)h(b)s
-(elo)m(w)f(ho)m(w)g Ft(localvar_unset)p Fu(shell)150
-3126 y(option)31 b(c)m(hanges)g(this)f(b)s(eha)m(vior\).)275
-3258 y(F)-8 b(unction)51 b(names)f(and)g(de\014nitions)g(ma)m(y)i(b)s
-(e)e(listed)h(with)f(the)h Ft(-f)f Fu(option)h(to)g(the)g
-Ft(declare)150 3368 y Fu(\()p Ft(typeset)p Fu(\))43 b(builtin)h
-(command)g(\(see)h(Section)g(4.2)g([Bash)g(Builtins],)j(page)d(57\).)83
-b(The)44 b Ft(-F)f Fu(option)150 3477 y(to)e Ft(declare)e
-Fu(or)i Ft(typeset)e Fu(will)i(list)g(the)g(function)f(names)h(only)g
-(\(and)f(optionally)i(the)f(source)g(\014le)150 3587
-y(and)g(line)h(n)m(um)m(b)s(er,)h(if)f(the)g Ft(extdebug)d
-Fu(shell)j(option)g(is)g(enabled\).)75 b(F)-8 b(unctions)42
-b(ma)m(y)g(b)s(e)f(exp)s(orted)150 3696 y(so)i(that)g(c)m(hild)g(shell)
-g(pro)s(cesses)g(\(those)g(created)h(when)e(executing)i(a)f(separate)h
-(shell)f(in)m(v)m(o)s(cation\))150 3806 y(automatically)34
-b(ha)m(v)m(e)e(them)e(de\014ned)g(with)g(the)h Ft(-f)f
-Fu(option)i(to)f(the)g Ft(export)e Fu(builtin)i(\(see)g(Section)h(4.1)
-150 3916 y([Bourne)e(Shell)h(Builtins],)g(page)g(49\).)275
-4047 y(F)-8 b(unctions)33 b(ma)m(y)g(b)s(e)g(recursiv)m(e.)48
-b(The)32 b Ft(FUNCNEST)f Fu(v)-5 b(ariable)34 b(ma)m(y)f(b)s(e)f(used)g
-(to)i(limit)g(the)f(depth)f(of)150 4157 y(the)27 b(function)f(call)i
-(stac)m(k)h(and)d(restrict)h(the)g(n)m(um)m(b)s(er)f(of)h(function)f
-(in)m(v)m(o)s(cations.)42 b(By)27 b(default,)g(no)g(limit)150
-4266 y(is)j(placed)h(on)g(the)f(n)m(um)m(b)s(er)f(of)i(recursiv)m(e)f
-(calls.)150 4501 y Fs(3.4)68 b(Shell)45 b(P)l(arameters)150
-4660 y Fu(A)39 b Fr(parameter)45 b Fu(is)39 b(an)g(en)m(tit)m(y)h(that)
-f(stores)g(v)-5 b(alues.)66 b(It)39 b(can)g(b)s(e)f(a)h
-Ft(name)p Fu(,)h(a)f(n)m(um)m(b)s(er,)g(or)g(one)g(of)g(the)150
-4770 y(sp)s(ecial)c(c)m(haracters)h(listed)g(b)s(elo)m(w.)53
-b(A)35 b Fr(v)-5 b(ariable)41 b Fu(is)34 b(a)h(parameter)h(denoted)e(b)
-m(y)h(a)g Ft(name)p Fu(.)52 b(A)35 b(v)-5 b(ariable)150
-4880 y(has)41 b(a)h Ft(value)d Fu(and)i(zero)h(or)f(more)g
-Ft(attributes)p Fu(.)71 b(A)m(ttributes)42 b(are)f(assigned)h(using)f
-(the)g Ft(declare)150 4989 y Fu(builtin)29 b(command)g(\(see)h(the)g
-(description)f(of)g(the)h Ft(declare)d Fu(builtin)i(in)g(Section)h(4.2)
-g([Bash)g(Builtins],)150 5099 y(page)h(57\).)275 5230
-y(A)d(parameter)h(is)g(set)g(if)f(it)h(has)f(b)s(een)g(assigned)h(a)g
-(v)-5 b(alue.)40 b(The)28 b(n)m(ull)h(string)f(is)h(a)g(v)-5
-b(alid)28 b(v)-5 b(alue.)41 b(Once)150 5340 y(a)31 b(v)-5
-b(ariable)31 b(is)f(set,)i(it)e(ma)m(y)h(b)s(e)f(unset)g(only)h(b)m(y)f
-(using)g(the)g Ft(unset)f Fu(builtin)h(command.)p eop
-end
-%%Page: 22 28
-TeXDict begin 22 27 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(22)275 299
-y(A)30 b(v)-5 b(ariable)31 b(ma)m(y)g(b)s(e)f(assigned)g(to)i(b)m(y)e
-(a)h(statemen)m(t)h(of)e(the)h(form)390 471 y Fj(name)p
-Ft(=[)p Fj(value)p Ft(])150 643 y Fu(If)43 b Fr(v)-5
-b(alue)49 b Fu(is)43 b(not)h(giv)m(en,)k(the)c(v)-5 b(ariable)44
-b(is)f(assigned)h(the)f(n)m(ull)h(string.)80 b(All)44
-b Fr(v)-5 b(alue)5 b Fu(s)43 b(undergo)g(tilde)150 753
-y(expansion,)25 b(parameter)f(and)f(v)-5 b(ariable)25
-b(expansion,)g(command)e(substitution,)i(arithmetic)g(expansion,)150
-862 y(and)i(quote)i(remo)m(v)-5 b(al)29 b(\(see)g(Section)f(3.5.3)i
-([Shell)e(P)m(arameter)h(Expansion],)f(page)h(26\).)41
-b(If)27 b(the)h(v)-5 b(ariable)150 972 y(has)35 b(its)h
-Ft(integer)e Fu(attribute)i(set,)i(then)d Fr(v)-5 b(alue)42
-b Fu(is)35 b(ev)-5 b(aluated)37 b(as)f(an)f(arithmetic)i(expression)f
-(ev)m(en)g(if)150 1082 y(the)i Ft($\(\(...)n(\)\))f Fu(expansion)g(is)g
-(not)h(used)e(\(see)j(Section)f(3.5.5)h([Arithmetic)f(Expansion],)h
-(page)f(35\).)150 1191 y(W)-8 b(ord)26 b(splitting)h(and)e(\014lename)h
-(expansion)g(are)g(not)h(p)s(erformed.)37 b(Assignmen)m(t)27
-b(statemen)m(ts)g(ma)m(y)g(also)150 1301 y(app)s(ear)22
-b(as)h(argumen)m(ts)g(to)h(the)f Ft(alias)p Fu(,)g Ft(declare)p
-Fu(,)f Ft(typeset)p Fu(,)h Ft(export)p Fu(,)g Ft(readonly)p
-Fu(,)f(and)g Ft(local)f Fu(builtin)150 1410 y(commands)31
-b(\()p Fr(declaration)j Fu(commands\).)44 b(When)32 b(in)f
-Fm(posix)g Fu(mo)s(de)g(\(see)h(Section)h(6.11)g([Bash)f(POSIX)150
-1520 y(Mo)s(de],)h(page)f(109\),)i(these)e(builtins)f(ma)m(y)h(app)s
-(ear)f(in)g(a)h(command)f(after)h(one)g(or)g(more)g(instances)g(of)150
-1630 y(the)f Ft(command)d Fu(builtin)i(and)g(retain)h(these)f
-(assignmen)m(t)i(statemen)m(t)g(prop)s(erties.)275 1802
-y(In)d(the)h(con)m(text)i(where)d(an)h(assignmen)m(t)h(statemen)m(t)h
-(is)e(assigning)g(a)h(v)-5 b(alue)30 b(to)h(a)f(shell)g(v)-5
-b(ariable)31 b(or)150 1911 y(arra)m(y)k(index)f(\(see)h(Section)g(6.7)g
-([Arra)m(ys],)h(page)f(103\),)i(the)e(`)p Ft(+=)p Fu(')f(op)s(erator)g
-(can)h(b)s(e)e(used)h(to)h(app)s(end)150 2021 y(to)h(or)g(add)e(to)j
-(the)e(v)-5 b(ariable's)36 b(previous)f(v)-5 b(alue.)57
-b(This)34 b(includes)h(argumen)m(ts)h(to)g(builtin)f(commands)150
-2131 y(suc)m(h)29 b(as)g Ft(declare)e Fu(that)i(accept)h(assignmen)m(t)
-g(statemen)m(ts)h(\(declaration)f(commands\).)41 b(When)28
-b(`)p Ft(+=)p Fu(')h(is)150 2240 y(applied)36 b(to)h(a)f(v)-5
-b(ariable)37 b(for)f(whic)m(h)f(the)i Ft(integer)d Fu(attribute)i(has)g
-(b)s(een)g(set,)i Fr(v)-5 b(alue)41 b Fu(is)36 b(ev)-5
-b(aluated)38 b(as)150 2350 y(an)28 b(arithmetic)h(expression)f(and)f
-(added)h(to)h(the)f(v)-5 b(ariable's)29 b(curren)m(t)e(v)-5
-b(alue,)30 b(whic)m(h)d(is)i(also)f(ev)-5 b(aluated.)150
-2459 y(When)43 b(`)p Ft(+=)p Fu(')g(is)h(applied)f(to)h(an)f(arra)m(y)h
-(v)-5 b(ariable)44 b(using)f(comp)s(ound)e(assignmen)m(t)j(\(see)h
-(Section)f(6.7)150 2569 y([Arra)m(ys],)g(page)d(103\),)k(the)c(v)-5
-b(ariable's)42 b(v)-5 b(alue)41 b(is)g(not)f(unset)h(\(as)g(it)g(is)g
-(when)e(using)h(`)p Ft(=)p Fu('\),)k(and)c(new)150 2679
-y(v)-5 b(alues)27 b(are)g(app)s(ended)f(to)h(the)g(arra)m(y)h(b)s
-(eginning)e(at)h(one)g(greater)i(than)d(the)h(arra)m(y's)h(maxim)m(um)e
-(index)150 2788 y(\(for)32 b(indexed)g(arra)m(ys\),)i(or)e(added)f(as)i
-(additional)g(k)m(ey-v)-5 b(alue)34 b(pairs)d(in)h(an)g(asso)s(ciativ)m
-(e)j(arra)m(y)-8 b(.)47 b(When)150 2898 y(applied)27
-b(to)h(a)f(string-v)-5 b(alued)28 b(v)-5 b(ariable,)29
-b Fr(v)-5 b(alue)32 b Fu(is)c(expanded)e(and)h(app)s(ended)e(to)j(the)f
-(v)-5 b(ariable's)28 b(v)-5 b(alue.)275 3070 y(A)28 b(v)-5
-b(ariable)28 b(can)h(b)s(e)e(assigned)h(the)h Ft(nameref)d
-Fu(attribute)i(using)g(the)g Ft(-n)f Fu(option)i(to)g(the)f
-Ft(declare)e Fu(or)150 3180 y Ft(local)f Fu(builtin)h(commands)g(\(see)
-i(Section)f(4.2)h([Bash)f(Builtins],)h(page)f(57\))h(to)f(create)i(a)e
-Fr(nameref)p Fu(,)g(or)g(a)150 3289 y(reference)f(to)g(another)f(v)-5
-b(ariable.)40 b(This)24 b(allo)m(ws)j(v)-5 b(ariables)26
-b(to)g(b)s(e)e(manipulated)h(indirectly)-8 b(.)40 b(Whenev)m(er)150
-3399 y(the)31 b(nameref)g(v)-5 b(ariable)32 b(is)f(referenced,)g
-(assigned)h(to,)g(unset,)f(or)g(has)f(its)i(attributes)f(mo)s(di\014ed)
-f(\(other)150 3508 y(than)c(using)g(or)h(c)m(hanging)g(the)g(nameref)f
-(attribute)i(itself)7 b(\),)29 b(the)d(op)s(eration)h(is)g(actually)h
-(p)s(erformed)d(on)150 3618 y(the)31 b(v)-5 b(ariable)31
-b(sp)s(eci\014ed)f(b)m(y)g(the)h(nameref)f(v)-5 b(ariable's)31
-b(v)-5 b(alue.)42 b(A)30 b(nameref)g(is)h(commonly)g(used)e(within)150
-3727 y(shell)h(functions)g(to)h(refer)f(to)h(a)f(v)-5
-b(ariable)31 b(whose)f(name)h(is)f(passed)g(as)g(an)g(argumen)m(t)h(to)
-g(the)f(function.)150 3837 y(F)-8 b(or)31 b(instance,)g(if)g(a)g(v)-5
-b(ariable)31 b(name)f(is)h(passed)e(to)j(a)e(shell)h(function)f(as)h
-(its)f(\014rst)g(argumen)m(t,)h(running)390 4009 y Ft(declare)46
-b(-n)h(ref=$1)150 4181 y Fu(inside)30 b(the)g(function)g(creates)h(a)g
-(nameref)f(v)-5 b(ariable)30 b Ft(ref)g Fu(whose)g(v)-5
-b(alue)30 b(is)g(the)g(v)-5 b(ariable)31 b(name)f(passed)150
-4291 y(as)c(the)h(\014rst)e(argumen)m(t.)40 b(References)26
-b(and)g(assignmen)m(ts)h(to)g Ft(ref)p Fu(,)f(and)f(c)m(hanges)i(to)g
-(its)g(attributes,)h(are)150 4401 y(treated)j(as)f(references,)g
-(assignmen)m(ts,)h(and)e(attribute)i(mo)s(di\014cations)f(to)h(the)f(v)
--5 b(ariable)30 b(whose)g(name)150 4510 y(w)m(as)h(passed)f(as)g
-Ft($1)p Fu(.)275 4682 y(If)h(the)g(con)m(trol)i(v)-5
-b(ariable)32 b(in)g(a)f Ft(for)g Fu(lo)s(op)h(has)f(the)g(nameref)h
-(attribute,)g(the)g(list)g(of)g(w)m(ords)f(can)h(b)s(e)150
-4792 y(a)h(list)h(of)f(shell)g(v)-5 b(ariables,)34 b(and)e(a)i(name)f
-(reference)g(will)g(b)s(e)f(established)h(for)g(eac)m(h)h(w)m(ord)e(in)
-h(the)g(list,)150 4902 y(in)c(turn,)g(when)g(the)h(lo)s(op)g(is)g
-(executed.)41 b(Arra)m(y)30 b(v)-5 b(ariables)30 b(cannot)h(b)s(e)e
-(giv)m(en)h(the)g(nameref)g(attribute.)150 5011 y(Ho)m(w)m(ev)m(er,)39
-b(nameref)d(v)-5 b(ariables)36 b(can)g(reference)g(arra)m(y)g(v)-5
-b(ariables)37 b(and)e(subscripted)f(arra)m(y)i(v)-5 b(ariables.)150
-5121 y(Namerefs)36 b(can)f(b)s(e)g(unset)g(using)g(the)h
-Ft(-n)e Fu(option)i(to)g(the)g Ft(unset)e Fu(builtin)h(\(see)h(Section)
-g(4.1)h([Bourne)150 5230 y(Shell)43 b(Builtins],)j(page)e(49\).)79
-b(Otherwise,)45 b(if)e Ft(unset)e Fu(is)i(executed)h(with)e(the)h(name)
-g(of)g(a)g(nameref)150 5340 y(v)-5 b(ariable)31 b(as)g(an)f(argumen)m
-(t,)h(the)g(v)-5 b(ariable)31 b(referenced)f(b)m(y)g(the)h(nameref)f(v)
--5 b(ariable)31 b(will)g(b)s(e)f(unset.)p eop end
-%%Page: 23 29
-TeXDict begin 23 28 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(23)150 299
-y Fk(3.4.1)63 b(P)m(ositional)41 b(P)m(arameters)150
-446 y Fu(A)28 b Fr(p)s(ositional)h(parameter)35 b Fu(is)28
-b(a)g(parameter)g(denoted)g(b)m(y)g(one)g(or)g(more)g(digits,)h(other)g
-(than)e(the)h(single)150 555 y(digit)34 b Ft(0)p Fu(.)48
-b(P)m(ositional)36 b(parameters)d(are)g(assigned)h(from)e(the)i
-(shell's)f(argumen)m(ts)g(when)f(it)i(is)f(in)m(v)m(ok)m(ed,)150
-665 y(and)38 b(ma)m(y)i(b)s(e)e(reassigned)i(using)e(the)h
-Ft(set)g Fu(builtin)f(command.)67 b(P)m(ositional)41
-b(parameter)e Ft(N)g Fu(ma)m(y)h(b)s(e)150 775 y(referenced)34
-b(as)h Ft(${N})p Fu(,)g(or)f(as)h Ft($N)e Fu(when)h Ft(N)g
-Fu(consists)h(of)f(a)h(single)g(digit.)54 b(P)m(ositional)37
-b(parameters)d(ma)m(y)150 884 y(not)j(b)s(e)f(assigned)h(to)g(with)f
-(assignmen)m(t)i(statemen)m(ts.)61 b(The)36 b Ft(set)g
-Fu(and)g Ft(shift)f Fu(builtins)h(are)h(used)f(to)150
-994 y(set)k(and)f(unset)f(them)i(\(see)g(Chapter)f(4)g([Shell)h
-(Builtin)g(Commands],)h(page)f(49\).)68 b(The)39 b(p)s(ositional)150
-1103 y(parameters)44 b(are)g(temp)s(orarily)g(replaced)h(when)e(a)h
-(shell)g(function)g(is)g(executed)g(\(see)h(Section)g(3.3)150
-1213 y([Shell)30 b(F)-8 b(unctions],)32 b(page)f(19\).)275
-1344 y(When)c(a)i(p)s(ositional)g(parameter)g(consisting)f(of)h(more)f
-(than)g(a)g(single)h(digit)g(is)f(expanded,)g(it)h(m)m(ust)150
-1454 y(b)s(e)h(enclosed)h(in)f(braces.)150 1646 y Fk(3.4.2)63
-b(Sp)s(ecial)41 b(P)m(arameters)150 1793 y Fu(The)d(shell)g(treats)h
-(sev)m(eral)g(parameters)f(sp)s(ecially)-8 b(.)65 b(These)38
-b(parameters)h(ma)m(y)f(only)g(b)s(e)g(referenced;)150
-1903 y(assignmen)m(t)31 b(to)g(them)g(is)f(not)h(allo)m(w)m(ed.)150
-2056 y Ft(*)432 b Fu(\($*\))38 b(Expands)d(to)i(the)f(p)s(ositional)h
-(parameters,)h(starting)f(from)f(one.)59 b(When)36 b(the)g(ex-)630
-2165 y(pansion)h(is)h(not)g(within)f(double)g(quotes,)j(eac)m(h)f(p)s
-(ositional)f(parameter)g(expands)f(to)i(a)630 2275 y(separate)23
-b(w)m(ord.)38 b(In)21 b(con)m(texts)j(where)e(it)g(is)h(p)s(erformed,)f
-(those)h(w)m(ords)e(are)i(sub)5 b(ject)22 b(to)h(fur-)630
-2384 y(ther)k(w)m(ord)g(splitting)i(and)e(\014lename)g(expansion.)40
-b(When)27 b(the)h(expansion)f(o)s(ccurs)g(within)630
-2494 y(double)37 b(quotes,)k(it)d(expands)f(to)h(a)g(single)h(w)m(ord)e
-(with)h(the)f(v)-5 b(alue)39 b(of)f(eac)m(h)g(parameter)630
-2604 y(separated)g(b)m(y)g(the)f(\014rst)g(c)m(haracter)i(of)f(the)g
-Ft(IFS)f Fu(sp)s(ecial)h(v)-5 b(ariable.)63 b(That)38
-b(is,)h Ft("$*")e Fu(is)630 2713 y(equiv)-5 b(alen)m(t)39
-b(to)g Ft("$1)p Fj(c)p Ft($2)p Fj(c)p Ft(...)m(")p Fu(,)h(where)d
-Fr(c)44 b Fu(is)38 b(the)g(\014rst)g(c)m(haracter)h(of)f(the)g(v)-5
-b(alue)39 b(of)f(the)630 2823 y Ft(IFS)29 b Fu(v)-5 b(ariable.)41
-b(If)29 b Ft(IFS)g Fu(is)h(unset,)f(the)h(parameters)g(are)g(separated)
-g(b)m(y)g(spaces.)41 b(If)29 b Ft(IFS)g Fu(is)630 2932
-y(n)m(ull,)i(the)f(parameters)h(are)g(joined)f(without)g(in)m(terv)m
-(ening)i(separators.)150 3085 y Ft(@)432 b Fu(\($@\))43
-b(Expands)f(to)h(the)g(p)s(ositional)g(parameters,)k(starting)c(from)f
-(one.)78 b(In)42 b(con)m(texts)630 3195 y(where)35 b(w)m(ord)h
-(splitting)g(is)g(p)s(erformed,)g(this)g(expands)e(eac)m(h)j(p)s
-(ositional)g(parameter)f(to)630 3304 y(a)d(separate)h(w)m(ord;)g(if)f
-(not)g(within)g(double)f(quotes,)j(these)e(w)m(ords)g(are)g(sub)5
-b(ject)33 b(to)g(w)m(ord)630 3414 y(splitting.)60 b(In)36
-b(con)m(texts)j(where)d(w)m(ord)g(splitting)h(is)g(not)g(p)s(erformed,)
-g(this)f(expands)g(to)630 3523 y(a)c(single)h(w)m(ord)e(with)h(eac)m(h)
-h(p)s(ositional)g(parameter)f(separated)g(b)m(y)g(a)g(space.)46
-b(When)32 b(the)630 3633 y(expansion)i(o)s(ccurs)h(within)e(double)i
-(quotes,)h(and)e(w)m(ord)g(splitting)h(is)g(p)s(erformed,)f(eac)m(h)630
-3743 y(parameter)23 b(expands)f(to)i(a)f(separate)h(w)m(ord.)37
-b(That)23 b(is,)i Ft("$@")c Fu(is)i(equiv)-5 b(alen)m(t)24
-b(to)g Ft("$1")29 b("$2")630 3852 y(...)o Fu(.)39 b(If)26
-b(the)g(double-quoted)g(expansion)f(o)s(ccurs)h(within)f(a)h(w)m(ord,)h
-(the)f(expansion)g(of)g(the)630 3962 y(\014rst)31 b(parameter)h(is)g
-(joined)f(with)g(the)h(b)s(eginning)f(part)h(of)f(the)h(original)h(w)m
-(ord,)f(and)f(the)630 4071 y(expansion)25 b(of)g(the)h(last)g
-(parameter)f(is)h(joined)f(with)g(the)g(last)h(part)f(of)g(the)h
-(original)g(w)m(ord.)630 4181 y(When)i(there)g(are)g(no)g(p)s
-(ositional)g(parameters,)h Ft("$@")e Fu(and)g Ft($@)h
-Fu(expand)f(to)h(nothing)g(\(i.e.,)630 4291 y(they)j(are)f(remo)m(v)m
-(ed\).)150 4443 y Ft(#)432 b Fu(\($#\))31 b(Expands)e(to)i(the)g(n)m
-(um)m(b)s(er)e(of)h(p)s(ositional)i(parameters)e(in)g(decimal.)150
-4596 y Ft(?)432 b Fu(\($?\))88 b(Expands)45 b(to)h(the)g(exit)h(status)
-f(of)g(the)g(most)h(recen)m(tly)g(executed)g(foreground)630
-4706 y(pip)s(eline.)150 4858 y Ft(-)432 b Fu(\($-,)24
-b(a)e(h)m(yphen.\))37 b(Expands)20 b(to)i(the)f(curren)m(t)h(option)f
-(\015ags)h(as)f(sp)s(eci\014ed)g(up)s(on)f(in)m(v)m(o)s(cation,)630
-4968 y(b)m(y)38 b(the)h Ft(set)f Fu(builtin)g(command,)j(or)d(those)i
-(set)f(b)m(y)f(the)h(shell)g(itself)g(\(suc)m(h)g(as)g(the)g
-Ft(-i)630 5078 y Fu(option\).)150 5230 y Ft($)432 b Fu(\($$\))39
-b(Expands)c(to)j(the)f(pro)s(cess)g Fm(id)g Fu(of)g(the)g(shell.)61
-b(In)36 b(a)h(subshell,)h(it)g(expands)e(to)i(the)630
-5340 y(pro)s(cess)30 b Fm(id)g Fu(of)h(the)g(in)m(v)m(oking)g(shell,)g
-(not)g(the)f(subshell.)p eop end
-%%Page: 24 30
-TeXDict begin 24 29 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(24)150 299
-y Ft(!)432 b Fu(\($!\))51 b(Expands)32 b(to)i(the)g(pro)s(cess)f
-Fm(id)h Fu(of)f(the)h(job)f(most)h(recen)m(tly)h(placed)f(in)m(to)g
-(the)g(bac)m(k-)630 408 y(ground,)26 b(whether)g(executed)g(as)h(an)f
-(async)m(hronous)f(command)h(or)g(using)g(the)g Ft(bg)f
-Fu(builtin)630 518 y(\(see)31 b(Section)h(7.2)f([Job)f(Con)m(trol)h
-(Builtins],)g(page)h(119\).)150 675 y Ft(0)432 b Fu(\($0\))46
-b(Expands)d(to)i(the)g(name)g(of)f(the)h(shell)g(or)f(shell)h(script.)
-83 b(This)44 b(is)g(set)h(at)h(shell)630 785 y(initialization.)d(If)27
-b(Bash)h(is)g(in)m(v)m(ok)m(ed)h(with)e(a)i(\014le)e(of)h(commands)g
-(\(see)g(Section)h(3.8)g([Shell)630 894 y(Scripts],)g(page)g(47\),)h
-Ft($0)e Fu(is)h(set)g(to)g(the)f(name)h(of)f(that)h(\014le.)41
-b(If)28 b(Bash)g(is)h(started)g(with)f(the)630 1004 y
-Ft(-c)i Fu(option)h(\(see)h(Section)g(6.1)f([In)m(v)m(oking)h(Bash],)g
-(page)f(94\),)i(then)d Ft($0)g Fu(is)h(set)g(to)h(the)f(\014rst)630
-1113 y(argumen)m(t)g(after)g(the)g(string)g(to)g(b)s(e)f(executed,)i
-(if)f(one)g(is)f(presen)m(t.)42 b(Otherwise,)31 b(it)g(is)f(set)630
-1223 y(to)h(the)g(\014lename)f(used)g(to)h(in)m(v)m(ok)m(e)h(Bash,)f
-(as)g(giv)m(en)g(b)m(y)f(argumen)m(t)h(zero.)150 1461
-y Fs(3.5)68 b(Shell)45 b(Expansions)150 1621 y Fu(Expansion)39
-b(is)i(p)s(erformed)d(on)i(the)g(command)g(line)h(after)f(it)h(has)f(b)
-s(een)f(split)h(in)m(to)h Ft(token)p Fu(s.)69 b(Bash)150
-1730 y(p)s(erforms)29 b(these)i(expansions:)225 1863
-y Fq(\017)60 b Fu(brace)31 b(expansion)225 1997 y Fq(\017)60
-b Fu(tilde)31 b(expansion)225 2130 y Fq(\017)60 b Fu(parameter)31
-b(and)f(v)-5 b(ariable)31 b(expansion)225 2263 y Fq(\017)60
-b Fu(command)30 b(substitution)225 2396 y Fq(\017)60
-b Fu(arithmetic)32 b(expansion)225 2529 y Fq(\017)60
-b Fu(w)m(ord)30 b(splitting)225 2663 y Fq(\017)60 b Fu(\014lename)31
-b(expansion)225 2796 y Fq(\017)60 b Fu(quote)31 b(remo)m(v)-5
-b(al)275 2953 y(The)24 b(order)h(of)h(expansions)f(is:)39
-b(brace)25 b(expansion;)j(tilde)e(expansion,)g(parameter)g(and)f(v)-5
-b(ariable)26 b(ex-)150 3062 y(pansion,)j(arithmetic)i(expansion,)f(and)
-f(command)g(substitution)g(\(done)g(in)h(a)f(left-to-righ)m(t)k
-(fashion\);)150 3172 y(w)m(ord)d(splitting;)h(\014lename)g(expansion;)f
-(and)g(quote)h(remo)m(v)-5 b(al.)275 3305 y(On)27 b(systems)h(that)h
-(can)g(supp)s(ort)e(it,)i(there)g(is)f(an)g(additional)i(expansion)e(a)
-m(v)-5 b(ailable:)42 b Fr(pro)s(cess)28 b(sub-)150 3415
-y(stitution)p Fu(.)42 b(This)30 b(is)g(p)s(erformed)f(at)j(the)e(same)h
-(time)h(as)e(tilde,)i(parameter,)f(v)-5 b(ariable,)32
-b(and)e(arithmetic)150 3524 y(expansion)g(and)g(command)g
-(substitution.)275 3658 y Fr(Quote)42 b(remo)m(v)-5 b(al)46
-b Fu(is)c(alw)m(a)m(ys)h(p)s(erformed)d(last.)76 b(It)42
-b(remo)m(v)m(es)h(quote)f(c)m(haracters)i(presen)m(t)d(in)h(the)150
-3767 y(original)35 b(w)m(ord,)g(not)f(ones)g(resulting)h(from)e(one)h
-(of)h(the)f(other)g(expansions,)h(unless)e(they)h(ha)m(v)m(e)i(b)s(een)
-150 3877 y(quoted)31 b(themselv)m(es.)41 b(See)31 b(Section)g(3.5.9)h
-([Quote)f(Remo)m(v)-5 b(al],)33 b(page)e(39,)g(for)g(more)f(details.)
-275 4010 y(Only)h(brace)i(expansion,)h(w)m(ord)e(splitting,)i(and)e
-(\014lename)h(expansion)f(can)h(increase)g(the)g(n)m(um)m(b)s(er)150
-4120 y(of)24 b(w)m(ords)g(of)g(the)h(expansion;)h(other)e(expansions)g
-(expand)g(a)g(single)h(w)m(ord)f(to)h(a)f(single)h(w)m(ord.)38
-b(The)24 b(only)150 4229 y(exceptions)i(to)f(this)g(are)g(the)g
-(expansions)g(of)g Ft("$@")f Fu(and)g Ft($*)g Fu(\(see)i(Section)f
-(3.4.2)i([Sp)s(ecial)e(P)m(arameters],)150 4339 y(page)31
-b(23\),)h(and)e Ft("${)p Fj(name)p Ft([@]}")d Fu(and)i
-Ft(${)p Fj(name)p Ft([*]})f Fu(\(see)j(Section)h(6.7)f([Arra)m(ys],)g
-(page)g(103\).)150 4535 y Fk(3.5.1)63 b(Brace)40 b(Expansion)150
-4682 y Fu(Brace)32 b(expansion)f(is)f(a)i(mec)m(hanism)f(b)m(y)f(whic)m
-(h)h(arbitrary)f(strings)h(ma)m(y)g(b)s(e)f(generated.)43
-b(This)30 b(mec)m(h-)150 4792 y(anism)35 b(is)h(similar)f(to)h
-Fr(\014lename)g(expansion)f Fu(\(see)i(Section)f(3.5.8)h([Filename)g
-(Expansion],)f(page)g(36\),)150 4902 y(but)26 b(the)h(\014lenames)g
-(generated)h(need)f(not)g(exist.)40 b(P)m(atterns)28
-b(to)f(b)s(e)g(brace)g(expanded)f(tak)m(e)i(the)f(form)g(of)150
-5011 y(an)j(optional)h Fr(pream)m(ble)p Fu(,)g(follo)m(w)m(ed)g(b)m(y)f
-(either)g(a)h(series)f(of)g(comma-separated)i(strings)d(or)h(a)h
-(sequence)150 5121 y(expression)36 b(b)s(et)m(w)m(een)g(a)h(pair)e(of)i
-(braces,)g(follo)m(w)m(ed)h(b)m(y)e(an)g(optional)h Fr(p)s(ostscript)p
-Fu(.)57 b(The)36 b(pream)m(ble)g(is)150 5230 y(pre\014xed)28
-b(to)h(eac)m(h)h(string)f(con)m(tained)h(within)e(the)h(braces,)g(and)g
-(the)g(p)s(ostscript)f(is)h(then)f(app)s(ended)f(to)150
-5340 y(eac)m(h)32 b(resulting)e(string,)h(expanding)e(left)j(to)f(righ)
-m(t.)p eop end
-%%Page: 25 31
-TeXDict begin 25 30 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(25)275 299
-y(Brace)37 b(expansions)f(ma)m(y)h(b)s(e)f(nested.)59
-b(The)36 b(results)g(of)h(eac)m(h)g(expanded)f(string)g(are)h(not)g
-(sorted;)150 408 y(left)31 b(to)g(righ)m(t)g(order)f(is)g(preserv)m
-(ed.)41 b(F)-8 b(or)31 b(example,)390 546 y Ft(bash$)46
-b(echo)h(a{d,c,b}e)390 656 y(ade)g(ace)g(abe)275 793
-y Fu(A)23 b(sequence)g(expression)g(tak)m(es)i(the)e(form)g
-Ft({)p Fj(x)p Ft(..)p Fj(y)p Ft([..)p Fj(incr)p Ft(]})p
-Fu(,)e(where)i Fr(x)29 b Fu(and)23 b Fr(y)30 b Fu(are)24
-b(either)g(in)m(tegers)150 903 y(or)34 b(letters,)i(and)d
-Fr(incr)p Fu(,)h(an)g(optional)g(incremen)m(t,)i(is)d(an)h(in)m(teger.)
-52 b(When)33 b(in)m(tegers)i(are)f(supplied,)g(the)150
-1012 y(expression)29 b(expands)g(to)h(eac)m(h)h(n)m(um)m(b)s(er)d(b)s
-(et)m(w)m(een)i Fr(x)36 b Fu(and)29 b Fr(y)p Fu(,)h(inclusiv)m(e.)41
-b(When)29 b(either)h Fr(x)36 b Fu(or)29 b Fr(y)37 b Fu(b)s(egins)150
-1122 y(with)g(a)h(zero,)j(the)c(shell)h(attempts)h(to)f(force)g(all)g
-(generated)h(terms)e(to)i(con)m(tain)g(the)e(same)h(n)m(um)m(b)s(er)150
-1232 y(of)30 b(digits,)h(zero-padding)f(where)f(necessary)-8
-b(.)41 b(When)30 b(letters)g(are)h(supplied,)d(the)i(expression)g
-(expands)150 1341 y(to)k(eac)m(h)g(c)m(haracter)h(lexicographically)h
-(b)s(et)m(w)m(een)e Fr(x)40 b Fu(and)32 b Fr(y)p Fu(,)i(inclusiv)m(e,)i
-(using)c(the)i(default)f(C)g(lo)s(cale.)150 1451 y(Note)f(that)f(b)s
-(oth)f Fr(x)37 b Fu(and)30 b Fr(y)38 b Fu(m)m(ust)31
-b(b)s(e)f(of)h(the)g(same)g(t)m(yp)s(e)g(\(in)m(teger)h(or)f(letter\).)
-43 b(When)30 b(the)h(incremen)m(t)150 1560 y(is)e(supplied,)g(it)h(is)f
-(used)f(as)i(the)f(di\013erence)h(b)s(et)m(w)m(een)g(eac)m(h)g(term.)41
-b(The)29 b(default)g(incremen)m(t)h(is)f(1)h(or)f(-1)150
-1670 y(as)i(appropriate.)275 1808 y(Brace)36 b(expansion)g(is)f(p)s
-(erformed)f(b)s(efore)h(an)m(y)h(other)g(expansions,)h(and)e(an)m(y)g
-(c)m(haracters)i(sp)s(ecial)150 1917 y(to)32 b(other)g(expansions)g
-(are)g(preserv)m(ed)f(in)h(the)f(result.)45 b(It)32 b(is)g(strictly)g
-(textual.)46 b(Bash)32 b(do)s(es)f(not)h(apply)150 2027
-y(an)m(y)27 b(syn)m(tactic)i(in)m(terpretation)g(to)f(the)f(con)m(text)
-i(of)e(the)g(expansion)g(or)g(the)h(text)g(b)s(et)m(w)m(een)f(the)h
-(braces.)275 2164 y(A)h(correctly-formed)i(brace)f(expansion)f(m)m(ust)
-h(con)m(tain)h(unquoted)e(op)s(ening)g(and)g(closing)i(braces,)150
-2274 y(and)h(at)i(least)g(one)f(unquoted)g(comma)g(or)g(a)h(v)-5
-b(alid)33 b(sequence)g(expression.)48 b(An)m(y)33 b(incorrectly)h
-(formed)150 2384 y(brace)d(expansion)f(is)g(left)h(unc)m(hanged.)275
-2521 y(A)25 b Fi({)h Fu(or)f(`)p Ft(,)p Fu(')g(ma)m(y)h(b)s(e)f(quoted)
-h(with)f(a)g(bac)m(kslash)h(to)g(prev)m(en)m(t)g(its)g(b)s(eing)f
-(considered)g(part)g(of)h(a)g(brace)150 2631 y(expression.)51
-b(T)-8 b(o)34 b(a)m(v)m(oid)i(con\015icts)e(with)g(parameter)g
-(expansion,)h(the)f(string)g(`)p Ft(${)p Fu(')g(is)g(not)g(considered)
-150 2740 y(eligible)e(for)e(brace)h(expansion,)f(and)g(inhibits)g
-(brace)h(expansion)f(un)m(til)g(the)h(closing)h(`)p Ft(})p
-Fu('.)275 2878 y(This)e(construct)h(is)g(t)m(ypically)i(used)d(as)h
-(shorthand)f(when)g(the)h(common)g(pre\014x)f(of)h(the)g(strings)g(to)
-150 2988 y(b)s(e)f(generated)h(is)g(longer)g(than)f(in)g(the)g(ab)s(o)m
-(v)m(e)i(example:)390 3125 y Ft(mkdir)46 b(/usr/local/src/bash/{old,n)o
-(ew,)o(dist)o(,bug)o(s})275 3263 y Fu(or)390 3400 y Ft(chown)g(root)h
-(/usr/{ucb/{ex,edit},lib/)o({ex?)o(.?*,)o(how)o(_ex})o(})150
-3603 y Fk(3.5.2)63 b(Tilde)41 b(Expansion)150 3750 y
-Fu(If)29 b(a)h(w)m(ord)g(b)s(egins)f(with)g(an)h(unquoted)f(tilde)h(c)m
-(haracter)h(\(`)p Ft(~)p Fu('\),)g(all)g(of)f(the)g(c)m(haracters)h(up)
-d(to)j(the)f(\014rst)150 3859 y(unquoted)24 b(slash)g(\(or)h(all)h(c)m
-(haracters,)h(if)e(there)g(is)f(no)h(unquoted)e(slash\))i(are)g
-(considered)g(a)g Fr(tilde-pre\014x)p Fu(.)150 3969 y(If)38
-b(none)g(of)g(the)h(c)m(haracters)g(in)f(the)h(tilde-pre\014x)f(are)h
-(quoted,)h(the)f(c)m(haracters)h(in)d(the)i(tilde-pre\014x)150
-4078 y(follo)m(wing)28 b(the)g(tilde)f(are)h(treated)g(as)f(a)g(p)s
-(ossible)g Fr(login)h(name)p Fu(.)39 b(If)27 b(this)g(login)h(name)f
-(is)g(the)g(n)m(ull)g(string,)150 4188 y(the)35 b(tilde)g(is)g
-(replaced)g(with)f(the)h(v)-5 b(alue)35 b(of)g(the)g
-Ft(HOME)e Fu(shell)i(v)-5 b(ariable.)54 b(If)34 b Ft(HOME)g
-Fu(is)h(unset,)g(the)g(home)150 4298 y(directory)e(of)g(the)f(user)g
-(executing)i(the)e(shell)h(is)f(substituted)g(instead.)47
-b(Otherwise,)33 b(the)g(tilde-pre\014x)150 4407 y(is)d(replaced)h(with)
-f(the)h(home)f(directory)h(asso)s(ciated)h(with)e(the)h(sp)s(eci\014ed)
-e(login)j(name.)275 4545 y(If)g(the)h(tilde-pre\014x)f(is)h(`)p
-Ft(~+)p Fu(',)g(the)g(v)-5 b(alue)33 b(of)g(the)g(shell)g(v)-5
-b(ariable)34 b Ft(PWD)d Fu(replaces)j(the)f(tilde-pre\014x.)47
-b(If)150 4654 y(the)31 b(tilde-pre\014x)f(is)g(`)p Ft(~-)p
-Fu(',)h(the)f(v)-5 b(alue)31 b(of)g(the)f(shell)h(v)-5
-b(ariable)31 b Ft(OLDPWD)p Fu(,)e(if)h(it)h(is)g(set,)g(is)f
-(substituted.)275 4792 y(If)f(the)h(c)m(haracters)h(follo)m(wing)h(the)
-e(tilde)g(in)g(the)g(tilde-pre\014x)g(consist)g(of)g(a)h(n)m(um)m(b)s
-(er)d Fr(N)p Fu(,)j(optionally)150 4902 y(pre\014xed)22
-b(b)m(y)h(a)h(`)p Ft(+)p Fu(')f(or)h(a)f(`)p Ft(-)p Fu(',)j(the)d
-(tilde-pre\014x)g(is)h(replaced)f(with)g(the)h(corresp)s(onding)e
-(elemen)m(t)j(from)e(the)150 5011 y(directory)36 b(stac)m(k,)i(as)e(it)
-g(w)m(ould)f(b)s(e)g(displa)m(y)m(ed)h(b)m(y)g(the)f
-Ft(dirs)g Fu(builtin)g(in)m(v)m(ok)m(ed)i(with)e(the)g(c)m(haracters)
-150 5121 y(follo)m(wing)40 b(tilde)f(in)g(the)f(tilde-pre\014x)h(as)g
-(an)f(argumen)m(t)h(\(see)h(Section)f(6.8)h([The)e(Directory)i(Stac)m
-(k],)150 5230 y(page)34 b(105\).)50 b(If)32 b(the)h(tilde-pre\014x,)h
-(sans)e(the)h(tilde,)i(consists)e(of)g(a)h(n)m(um)m(b)s(er)d(without)i
-(a)g(leading)h(`)p Ft(+)p Fu(')f(or)150 5340 y(`)p Ft(-)p
-Fu(',)e(`)p Ft(+)p Fu(')f(is)h(assumed.)p eop end
-%%Page: 26 32
-TeXDict begin 26 31 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(26)275 299
-y(If)29 b(the)i(login)g(name)g(is)f(in)m(v)-5 b(alid,)31
-b(or)g(the)f(tilde)h(expansion)f(fails,)i(the)e(w)m(ord)g(is)h(left)g
-(unc)m(hanged.)275 438 y(Eac)m(h)38 b(v)-5 b(ariable)38
-b(assignmen)m(t)h(is)e(c)m(hec)m(k)m(ed)j(for)d(unquoted)g
-(tilde-pre\014xes)h(immediately)g(follo)m(wing)150 547
-y(a)d(`)p Ft(:)p Fu(')g(or)g(the)g(\014rst)f(`)p Ft(=)p
-Fu('.)54 b(In)34 b(these)h(cases,)i(tilde)e(expansion)g(is)g(also)h(p)s
-(erformed.)52 b(Consequen)m(tly)-8 b(,)37 b(one)150 657
-y(ma)m(y)29 b(use)e(\014lenames)h(with)g(tildes)g(in)g(assignmen)m(ts)g
-(to)h Ft(PATH)p Fu(,)f Ft(MAILPATH)p Fu(,)e(and)h Ft(CDPATH)p
-Fu(,)g(and)h(the)g(shell)150 766 y(assigns)j(the)f(expanded)g(v)-5
-b(alue.)275 905 y(The)29 b(follo)m(wing)j(table)g(sho)m(ws)e(ho)m(w)g
-(Bash)h(treats)g(unquoted)e(tilde-pre\014xes:)150 1071
-y Ft(~)432 b Fu(The)30 b(v)-5 b(alue)31 b(of)f Ft($HOME)150
-1234 y(~/foo)240 b($HOME/foo)150 1398 y(~fred/foo)630
-1508 y Fu(The)30 b(sub)s(directory)f Ft(foo)h Fu(of)g(the)h(home)f
-(directory)h(of)g(the)f(user)g Ft(fred)150 1671 y(~+/foo)192
-b($PWD/foo)150 1835 y(~-/foo)g(${OLDPWD-'~-'}/foo)150
-1998 y(~)p Fj(N)384 b Fu(The)30 b(string)g(that)h(w)m(ould)f(b)s(e)g
-(displa)m(y)m(ed)h(b)m(y)f(`)p Ft(dirs)g(+)p Fj(N)p Fu(')150
-2162 y Ft(~+)p Fj(N)336 b Fu(The)30 b(string)g(that)h(w)m(ould)f(b)s(e)
-g(displa)m(y)m(ed)h(b)m(y)f(`)p Ft(dirs)g(+)p Fj(N)p
-Fu(')150 2326 y Ft(~-)p Fj(N)336 b Fu(The)30 b(string)g(that)h(w)m
-(ould)f(b)s(e)g(displa)m(y)m(ed)h(b)m(y)f(`)p Ft(dirs)g(-)p
-Fj(N)p Fu(')275 2491 y(Bash)40 b(also)h(p)s(erforms)e(tilde)h
-(expansion)g(on)h(w)m(ords)e(satisfying)i(the)f(conditions)h(of)f(v)-5
-b(ariable)41 b(as-)150 2601 y(signmen)m(ts)f(\(see)h(Section)g(3.4)g
-([Shell)f(P)m(arameters],)k(page)d(21\))g(when)e(they)h(app)s(ear)f(as)
-i(argumen)m(ts)150 2710 y(to)c(simple)f(commands.)57
-b(Bash)36 b(do)s(es)f(not)h(do)g(this,)i(except)f(for)e(the)h
-(declaration)i(commands)d(listed)150 2820 y(ab)s(o)m(v)m(e,)d(when)d
-(in)h Fm(posix)g Fu(mo)s(de.)150 3024 y Fk(3.5.3)63 b(Shell)41
-b(P)m(arameter)f(Expansion)150 3170 y Fu(The)g(`)p Ft($)p
-Fu(')h(c)m(haracter)i(in)m(tro)s(duces)d(parameter)h(expansion,)j
-(command)d(substitution,)i(or)e(arithmetic)150 3280 y(expansion.)d(The)
-22 b(parameter)h(name)f(or)g(sym)m(b)s(ol)h(to)g(b)s(e)e(expanded)h(ma)
-m(y)h(b)s(e)f(enclosed)h(in)f(braces,)i(whic)m(h)150
-3390 y(are)31 b(optional)g(but)f(serv)m(e)h(to)h(protect)f(the)g(v)-5
-b(ariable)31 b(to)g(b)s(e)f(expanded)g(from)g(c)m(haracters)i
-(immediately)150 3499 y(follo)m(wing)g(it)f(whic)m(h)f(could)g(b)s(e)g
-(in)m(terpreted)h(as)f(part)h(of)f(the)h(name.)275 3638
-y(When)44 b(braces)i(are)f(used,)j(the)e(matc)m(hing)g(ending)f(brace)g
-(is)g(the)g(\014rst)g(`)p Ft(})p Fu(')g(not)g(escap)s(ed)h(b)m(y)f(a)
-150 3748 y(bac)m(kslash)40 b(or)f(within)g(a)g(quoted)g(string,)j(and)c
-(not)i(within)e(an)h(em)m(b)s(edded)f(arithmetic)j(expansion,)150
-3857 y(command)30 b(substitution,)g(or)h(parameter)g(expansion.)275
-3996 y(The)40 b(basic)i(form)f(of)g(parameter)h(expansion)f(is)h($)p
-Fi({)p Fr(parameter)7 b Fi(})p Fu(.)74 b(The)41 b(v)-5
-b(alue)42 b(of)g Fr(parameter)48 b Fu(is)150 4105 y(substituted.)43
-b(The)31 b Fr(parameter)39 b Fu(is)31 b(a)h(shell)f(parameter)h(as)g
-(describ)s(ed)e(ab)s(o)m(v)m(e)j(\(see)f(Section)g(3.4)h([Shell)150
-4215 y(P)m(arameters],)28 b(page)f(21\))g(or)f(an)f(arra)m(y)h
-(reference)h(\(see)f(Section)h(6.7)g([Arra)m(ys],)g(page)g(103\).)41
-b(The)25 b(braces)150 4325 y(are)32 b(required)g(when)f
-Fr(parameter)39 b Fu(is)32 b(a)h(p)s(ositional)f(parameter)h(with)f
-(more)g(than)g(one)g(digit,)i(or)e(when)150 4434 y Fr(parameter)37
-b Fu(is)31 b(follo)m(w)m(ed)h(b)m(y)e(a)h(c)m(haracter)h(that)f(is)f
-(not)h(to)g(b)s(e)f(in)m(terpreted)g(as)h(part)f(of)h(its)f(name.)275
-4573 y(If)k(the)h(\014rst)f(c)m(haracter)i(of)f Fr(parameter)42
-b Fu(is)35 b(an)g(exclamation)i(p)s(oin)m(t)e(\(!\),)i(and)d
-Fr(parameter)42 b Fu(is)34 b(not)i(a)150 4682 y(nameref,)c(it)f(in)m
-(tro)s(duces)h(a)f(lev)m(el)i(of)f(indirection.)44 b(Bash)31
-b(uses)g(the)g(v)-5 b(alue)32 b(formed)f(b)m(y)g(expanding)g(the)150
-4792 y(rest)c(of)f Fr(parameter)33 b Fu(as)27 b(the)g(new)f
-Fr(parameter)7 b Fu(;)28 b(this)e(is)g(then)g(expanded)g(and)g(that)h
-(v)-5 b(alue)27 b(is)f(used)g(in)g(the)150 4902 y(rest)33
-b(of)f(the)h(expansion,)g(rather)g(than)f(the)h(expansion)f(of)h(the)g
-(original)g Fr(parameter)p Fu(.)48 b(This)32 b(is)g(kno)m(wn)150
-5011 y(as)42 b Ft(indirect)28 b(expansion)p Fu(.)71 b(The)41
-b(v)-5 b(alue)41 b(is)h(sub)5 b(ject)41 b(to)h(tilde)g(expansion,)i
-(parameter)e(expansion,)150 5121 y(command)31 b(substitution,)g(and)g
-(arithmetic)h(expansion.)43 b(If)31 b Fr(parameter)38
-b Fu(is)32 b(a)f(nameref,)h(this)f(expands)150 5230 y(to)d(the)g(name)g
-(of)f(the)h(v)-5 b(ariable)28 b(referenced)g(b)m(y)f
-Fr(parameter)35 b Fu(instead)27 b(of)h(p)s(erforming)e(the)i(complete)h
-(in-)150 5340 y(direct)e(expansion.)39 b(The)25 b(exceptions)i(to)g
-(this)f(are)h(the)f(expansions)g(of)g($)p Fi({)p Fu(!)p
-Fr(pre\014x)6 b Fu(*)p Fi(})28 b Fu(and)d($)p Fi({)p
-Fu(!)p Fr(name)5 b Fu([@])p Fi(})p eop end
-%%Page: 27 33
-TeXDict begin 27 32 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(27)150 299
-y(describ)s(ed)28 b(b)s(elo)m(w.)41 b(The)28 b(exclamation)j(p)s(oin)m
-(t)f(m)m(ust)f(immediately)h(follo)m(w)g(the)g(left)f(brace)h(in)f
-(order)f(to)150 408 y(in)m(tro)s(duce)i(indirection.)275
-542 y(In)39 b(eac)m(h)i(of)g(the)f(cases)h(b)s(elo)m(w,)i
-Fr(w)m(ord)h Fu(is)c(sub)5 b(ject)40 b(to)h(tilde)f(expansion,)j
-(parameter)e(expansion,)150 651 y(command)30 b(substitution,)g(and)g
-(arithmetic)i(expansion.)275 784 y(When)e(not)h(p)s(erforming)e
-(substring)g(expansion,)i(using)f(the)h(forms)f(describ)s(ed)f(b)s(elo)
-m(w)i(\(e.g.,)h(`)p Ft(:-)p Fu('\),)150 894 y(Bash)h(tests)h(for)e(a)i
-(parameter)f(that)h(is)e(unset)h(or)g(n)m(ull.)48 b(Omitting)33
-b(the)h(colon)f(results)g(in)g(a)g(test)h(only)150 1003
-y(for)c(a)i(parameter)f(that)g(is)g(unset.)41 b(Put)31
-b(another)f(w)m(a)m(y)-8 b(,)33 b(if)e(the)f(colon)i(is)f(included,)f
-(the)h(op)s(erator)g(tests)150 1113 y(for)36 b(b)s(oth)g
-Fr(parameter)7 b Fu('s)37 b(existence)h(and)e(that)i(its)f(v)-5
-b(alue)37 b(is)g(not)f(n)m(ull;)k(if)d(the)g(colon)h(is)e(omitted,)k
-(the)150 1223 y(op)s(erator)31 b(tests)g(only)f(for)g(existence.)150
-1379 y Ft(${)p Fj(parameter)p Ft(:)p Fq(\000)p Fj(word)p
-Ft(})630 1489 y Fu(If)g Fr(parameter)37 b Fu(is)30 b(unset)g(or)h(n)m
-(ull,)f(the)h(expansion)f(of)g Fr(w)m(ord)k Fu(is)c(substituted.)40
-b(Otherwise,)630 1598 y(the)31 b(v)-5 b(alue)30 b(of)h
-Fr(parameter)37 b Fu(is)31 b(substituted.)870 1731 y
-Ft($)47 b(v=123)870 1841 y($)g(echo)g(${v-unset})870
-1951 y(123)870 2060 y($)g(echo)g(${v:-unset-or-null})870
-2170 y(123)870 2279 y($)g(unset)g(v)870 2389 y($)g(echo)g(${v-unset})
-870 2498 y(unset)870 2608 y($)g(v=)870 2718 y($)g(echo)g
-(${v:-unset-or-null})870 2827 y(unset-or-null)150 2984
-y(${)p Fj(parameter)p Ft(:=)p Fj(word)p Ft(})630 3093
-y Fu(If)33 b Fr(parameter)40 b Fu(is)33 b(unset)f(or)h(n)m(ull,)h(the)f
-(expansion)g(of)g Fr(w)m(ord)j Fu(is)d(assigned)g(to)h
-Fr(parameter)p Fu(.)630 3203 y(The)c(v)-5 b(alue)32 b(of)f
-Fr(parameter)38 b Fu(is)31 b(then)g(substituted.)42 b(P)m(ositional)33
-b(parameters)e(and)f(sp)s(ecial)630 3313 y(parameters)h(ma)m(y)g(not)f
-(b)s(e)g(assigned)h(to)g(in)f(this)g(w)m(a)m(y)-8 b(.)870
-3446 y Ft($)47 b(var=)870 3555 y($)g(:)h(${var:=DEFAULT})870
-3665 y($)f(echo)g($var)870 3774 y(DEFAULT)150 3931 y(${)p
-Fj(parameter)p Ft(:?)p Fj(word)p Ft(})630 4041 y Fu(If)26
-b Fr(parameter)33 b Fu(is)26 b(n)m(ull)g(or)g(unset,)h(the)f(expansion)
-g(of)g Fr(w)m(ord)k Fu(\(or)c(a)h(message)g(to)g(that)f(e\013ect)630
-4150 y(if)i Fr(w)m(ord)j Fu(is)d(not)g(presen)m(t\))h(is)f(written)g
-(to)h(the)f(standard)f(error)h(and)f(the)h(shell,)h(if)f(it)h(is)f(not)
-630 4260 y(in)m(teractiv)m(e,)33 b(exits.)42 b(Otherwise,)30
-b(the)h(v)-5 b(alue)31 b(of)f Fr(parameter)38 b Fu(is)30
-b(substituted.)870 4393 y Ft($)47 b(var=)870 4502 y($)g(:)h(${var:?var)
-d(is)i(unset)f(or)i(null})870 4612 y(bash:)e(var:)h(var)g(is)g(unset)f
-(or)i(null)150 4769 y(${)p Fj(parameter)p Ft(:+)p Fj(word)p
-Ft(})630 4878 y Fu(If)35 b Fr(parameter)42 b Fu(is)36
-b(n)m(ull)f(or)h(unset,)g(nothing)g(is)f(substituted,)i(otherwise)e
-(the)h(expansion)630 4988 y(of)31 b Fr(w)m(ord)i Fu(is)e(substituted.)
-870 5121 y Ft($)47 b(var=123)870 5230 y($)g(echo)g(${var:+var)e(is)i
-(set)g(and)g(not)g(null})870 5340 y(var)g(is)g(set)g(and)g(not)g(null)p
-eop end
-%%Page: 28 34
-TeXDict begin 28 33 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(28)150 299
-y Ft(${)p Fj(parameter)p Ft(:)p Fj(offset)p Ft(})150
-408 y(${)p Fj(parameter)p Ft(:)p Fj(offset)p Ft(:)p Fj(lengt)o(h)p
-Ft(})630 518 y Fu(This)30 b(is)h(referred)f(to)h(as)g(Substring)f
-(Expansion.)41 b(It)31 b(expands)f(to)h(up)f(to)h Fr(length)g
-Fu(c)m(harac-)630 628 y(ters)k(of)g(the)h(v)-5 b(alue)35
-b(of)g Fr(parameter)42 b Fu(starting)36 b(at)g(the)f(c)m(haracter)i(sp)
-s(eci\014ed)d(b)m(y)h Fr(o\013set)p Fu(.)55 b(If)630
-737 y Fr(parameter)41 b Fu(is)35 b(`)p Ft(@)p Fu(')f(or)h(`)p
-Ft(*)p Fu(',)g(an)g(indexed)f(arra)m(y)g(subscripted)g(b)m(y)g(`)p
-Ft(@)p Fu(')g(or)h(`)p Ft(*)p Fu(',)g(or)g(an)f(asso-)630
-847 y(ciativ)m(e)i(arra)m(y)e(name,)h(the)f(results)f(di\013er)g(as)h
-(describ)s(ed)e(b)s(elo)m(w.)51 b(If)33 b Fr(length)h
-Fu(is)g(omitted,)630 956 y(it)d(expands)f(to)h(the)g(substring)e(of)h
-(the)h(v)-5 b(alue)31 b(of)g Fr(parameter)37 b Fu(starting)31
-b(at)h(the)e(c)m(haracter)630 1066 y(sp)s(eci\014ed)g(b)m(y)g
-Fr(o\013set)k Fu(and)c(extending)h(to)g(the)g(end)f(of)g(the)h(v)-5
-b(alue.)42 b Fr(length)31 b Fu(and)f Fr(o\013set)k Fu(are)630
-1176 y(arithmetic)e(expressions)e(\(see)h(Section)g(6.5)h([Shell)e
-(Arithmetic],)i(page)f(101\).)630 1322 y(If)39 b Fr(o\013set)k
-Fu(ev)-5 b(aluates)41 b(to)f(a)g(n)m(um)m(b)s(er)f(less)h(than)f(zero,)
-k(the)d(v)-5 b(alue)40 b(is)g(used)e(as)i(an)g(o\013set)630
-1431 y(in)33 b(c)m(haracters)i(from)f(the)f(end)g(of)h(the)g(v)-5
-b(alue)34 b(of)g Fr(parameter)p Fu(.)51 b(If)33 b Fr(length)h
-Fu(ev)-5 b(aluates)35 b(to)g(a)630 1541 y(n)m(um)m(b)s(er)23
-b(less)h(than)g(zero,)j(it)d(is)h(in)m(terpreted)f(as)g(an)h(o\013set)g
-(in)f(c)m(haracters)h(from)f(the)g(end)g(of)630 1650
-y(the)31 b(v)-5 b(alue)31 b(of)g Fr(parameter)38 b Fu(rather)30
-b(than)h(a)g(n)m(um)m(b)s(er)f(of)g(c)m(haracters,)j(and)d(the)h
-(expansion)630 1760 y(is)39 b(the)g(c)m(haracters)i(b)s(et)m(w)m(een)f
-Fr(o\013set)i Fu(and)c(that)i(result.)67 b(Note)40 b(that)g(a)g
-(negativ)m(e)h(o\013set)630 1870 y(m)m(ust)27 b(b)s(e)g(separated)g
-(from)g(the)g(colon)i(b)m(y)e(at)h(least)g(one)f(space)h(to)g(a)m(v)m
-(oid)h(b)s(eing)e(confused)630 1979 y(with)j(the)h(`)p
-Ft(:-)p Fu(')f(expansion.)630 2125 y(Here)43 b(are)g(some)f(examples)h
-(illustrating)g(substring)f(expansion)g(on)g(parameters)h(and)630
-2235 y(subscripted)29 b(arra)m(ys:)630 2381 y Ft($)47
-b(string=01234567890abcdefgh)630 2491 y($)g(echo)g(${string:7})630
-2600 y(7890abcdefgh)630 2710 y($)g(echo)g(${string:7:0})630
-2929 y($)g(echo)g(${string:7:2})630 3039 y(78)630 3148
-y($)g(echo)g(${string:7:-2})630 3258 y(7890abcdef)630
-3367 y($)g(echo)g(${string:)e(-7})630 3477 y(bcdefgh)630
-3587 y($)i(echo)g(${string:)e(-7:0})630 3806 y($)i(echo)g(${string:)e
-(-7:2})630 3915 y(bc)630 4025 y($)i(echo)g(${string:)e(-7:-2})630
-4134 y(bcdef)630 4244 y($)i(set)g(--)h(01234567890abcdefgh)630
-4354 y($)f(echo)g(${1:7})630 4463 y(7890abcdefgh)630
-4573 y($)g(echo)g(${1:7:0})630 4792 y($)g(echo)g(${1:7:2})630
-4902 y(78)630 5011 y($)g(echo)g(${1:7:-2})630 5121 y(7890abcdef)630
-5230 y($)g(echo)g(${1:)g(-7})630 5340 y(bcdefgh)p eop
-end
-%%Page: 29 35
-TeXDict begin 29 34 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(29)630 299
-y Ft($)47 b(echo)g(${1:)g(-7:0})630 518 y($)g(echo)g(${1:)g(-7:2})630
-628 y(bc)630 737 y($)g(echo)g(${1:)g(-7:-2})630 847 y(bcdef)630
-956 y($)g(array[0]=01234567890abcdef)o(gh)630 1066 y($)g(echo)g
-(${array[0]:7})630 1176 y(7890abcdefgh)630 1285 y($)g(echo)g
-(${array[0]:7:0})630 1504 y($)g(echo)g(${array[0]:7:2})630
-1614 y(78)630 1724 y($)g(echo)g(${array[0]:7:-2})630
-1833 y(7890abcdef)630 1943 y($)g(echo)g(${array[0]:)e(-7})630
-2052 y(bcdefgh)630 2162 y($)i(echo)g(${array[0]:)e(-7:0})630
-2381 y($)i(echo)g(${array[0]:)e(-7:2})630 2491 y(bc)630
-2600 y($)i(echo)g(${array[0]:)e(-7:-2})630 2710 y(bcdef)630
-2856 y Fu(If)34 b Fr(parameter)41 b Fu(is)35 b(`)p Ft(@)p
-Fu(')f(or)h(`)p Ft(*)p Fu(',)h(the)e(result)g(is)h Fr(length)g
-Fu(p)s(ositional)g(parameters)g(b)s(eginning)630 2966
-y(at)j Fr(o\013set)p Fu(.)62 b(A)37 b(negativ)m(e)j Fr(o\013set)g
-Fu(is)d(tak)m(en)i(relativ)m(e)g(to)f(one)f(greater)i(than)e(the)g
-(greatest)630 3075 y(p)s(ositional)23 b(parameter,)h(so)e(an)g
-(o\013set)h(of)g(-1)f(ev)-5 b(aluates)24 b(to)f(the)f(last)h(p)s
-(ositional)f(parameter)630 3185 y(\(or)34 b(0)g(if)g(there)g(are)g(no)f
-(p)s(ositional)i(parameters\).)51 b(It)34 b(is)g(an)f(expansion)h
-(error)f(if)h Fr(length)630 3294 y Fu(ev)-5 b(aluates)32
-b(to)f(a)g(n)m(um)m(b)s(er)e(less)i(than)f(zero.)630
-3440 y(The)i(follo)m(wing)i(examples)f(illustrate)h(substring)d
-(expansion)i(using)f(p)s(ositional)h(param-)630 3550
-y(eters:)630 3696 y Ft($)47 b(set)g(--)h(1)f(2)g(3)h(4)f(5)h(6)f(7)h(8)
-f(9)h(0)f(a)h(b)f(c)g(d)h(e)f(f)h(g)f(h)630 3806 y($)g(echo)g(${@:7})
-630 3915 y(7)g(8)h(9)f(0)h(a)f(b)h(c)f(d)h(e)f(f)h(g)f(h)630
-4025 y($)g(echo)g(${@:7:0})630 4244 y($)g(echo)g(${@:7:2})630
-4354 y(7)g(8)630 4463 y($)g(echo)g(${@:7:-2})630 4573
-y(bash:)f(-2:)h(substring)f(expression)f(<)i(0)630 4682
-y($)g(echo)g(${@:)g(-7:2})630 4792 y(b)g(c)630 4902 y($)g(echo)g
-(${@:0})630 5011 y(./bash)f(1)i(2)f(3)g(4)h(5)f(6)h(7)f(8)h(9)f(0)h(a)f
-(b)h(c)f(d)g(e)h(f)f(g)h(h)630 5121 y($)f(echo)g(${@:0:2})630
-5230 y(./bash)f(1)630 5340 y($)h(echo)g(${@:)g(-7:0})p
-eop end
-%%Page: 30 36
-TeXDict begin 30 35 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(30)630 428
-y(If)36 b Fr(parameter)43 b Fu(is)36 b(an)g(indexed)g(arra)m(y)g(name)g
-(subscripted)f(b)m(y)h(`)p Ft(@)p Fu(')g(or)h(`)p Ft(*)p
-Fu(',)h(the)e(result)g(is)630 538 y(the)j Fr(length)g
-Fu(mem)m(b)s(ers)f(of)h(the)f(arra)m(y)i(b)s(eginning)d(with)i
-Ft(${)p Fj(parameter)p Ft([)p Fj(offset)p Ft(]})p Fu(.)60
-b(A)630 648 y(negativ)m(e)33 b Fr(o\013set)g Fu(is)e(tak)m(en)h
-(relativ)m(e)g(to)g(one)f(greater)g(than)g(the)f(maxim)m(um)h(index)f
-(of)h(the)630 757 y(sp)s(eci\014ed)38 b(arra)m(y)-8 b(.)65
-b(It)38 b(is)g(an)h(expansion)f(error)f(if)i Fr(length)f
-Fu(ev)-5 b(aluates)40 b(to)f(a)g(n)m(um)m(b)s(er)e(less)630
-867 y(than)30 b(zero.)630 996 y(These)23 b(examples)i(sho)m(w)e(ho)m(w)
-h(y)m(ou)g(can)g(use)f(substring)f(expansion)i(with)f(indexed)g(arra)m
-(ys:)630 1126 y Ft($)47 b(array=\(0)f(1)h(2)h(3)f(4)h(5)f(6)h(7)f(8)h
-(9)f(0)h(a)f(b)g(c)h(d)f(e)h(f)f(g)h(h\))630 1235 y($)f(echo)g
-(${array[@]:7})630 1345 y(7)g(8)h(9)f(0)h(a)f(b)h(c)f(d)h(e)f(f)h(g)f
-(h)630 1455 y($)g(echo)g(${array[@]:7:2})630 1564 y(7)g(8)630
-1674 y($)g(echo)g(${array[@]:)e(-7:2})630 1783 y(b)i(c)630
-1893 y($)g(echo)g(${array[@]:)e(-7:-2})630 2002 y(bash:)h(-2:)h
-(substring)f(expression)f(<)i(0)630 2112 y($)g(echo)g(${array[@]:0})630
-2222 y(0)g(1)h(2)f(3)h(4)f(5)h(6)f(7)h(8)f(9)h(0)f(a)g(b)h(c)f(d)h(e)f
-(f)h(g)f(h)630 2331 y($)g(echo)g(${array[@]:0:2})630
-2441 y(0)g(1)630 2550 y($)g(echo)g(${array[@]:)e(-7:0})630
-2790 y Fu(Substring)25 b(expansion)g(applied)h(to)h(an)f(asso)s(ciativ)
-m(e)j(arra)m(y)d(pro)s(duces)f(unde\014ned)f(results.)630
-2919 y(Substring)32 b(indexing)i(is)f(zero-based)i(unless)e(the)h(p)s
-(ositional)g(parameters)g(are)g(used,)g(in)630 3029 y(whic)m(h)29
-b(case)i(the)f(indexing)g(starts)g(at)g(1)g(b)m(y)g(default.)41
-b(If)29 b Fr(o\013set)k Fu(is)d(0,)g(and)f(the)h(p)s(ositional)630
-3138 y(parameters)h(are)f(used,)g Ft($0)g Fu(is)g(pre\014xed)g(to)h
-(the)f(list.)150 3288 y Ft(${!)p Fj(prefix)p Ft(*})150
-3397 y(${!)p Fj(prefix)p Ft(@})630 3507 y Fu(Expands)24
-b(to)h(the)g(names)g(of)g(v)-5 b(ariables)26 b(whose)f(names)f(b)s
-(egin)h(with)f Fr(pre\014x)p Fu(,)i(separated)f(b)m(y)630
-3616 y(the)k(\014rst)f(c)m(haracter)j(of)e(the)g Ft(IFS)f
-Fu(sp)s(ecial)i(v)-5 b(ariable.)41 b(When)29 b(`)p Ft(@)p
-Fu(')g(is)g(used)f(and)h(the)g(expan-)630 3726 y(sion)35
-b(app)s(ears)g(within)f(double)h(quotes,)i(eac)m(h)f(v)-5
-b(ariable)36 b(name)f(expands)g(to)g(a)h(separate)630
-3836 y(w)m(ord.)150 3985 y Ft(${!)p Fj(name)p Ft([@]})150
-4095 y(${!)p Fj(name)p Ft([*]})630 4204 y Fu(If)26 b
-Fr(name)32 b Fu(is)27 b(an)f(arra)m(y)h(v)-5 b(ariable,)29
-b(expands)d(to)h(the)g(list)g(of)g(arra)m(y)g(indices)g(\(k)m(eys\))h
-(assigned)630 4314 y(in)c Fr(name)p Fu(.)39 b(If)24 b
-Fr(name)30 b Fu(is)24 b(not)h(an)f(arra)m(y)-8 b(,)27
-b(expands)c(to)j(0)f(if)f Fr(name)30 b Fu(is)24 b(set)h(and)f(n)m(ull)g
-(otherwise.)630 4423 y(When)39 b(`)p Ft(@)p Fu(')h(is)f(used)g(and)f
-(the)i(expansion)f(app)s(ears)g(within)f(double)h(quotes,)k(eac)m(h)d
-(k)m(ey)630 4533 y(expands)30 b(to)h(a)f(separate)i(w)m(ord.)150
-4682 y Ft(${#)p Fj(parameter)p Ft(})630 4792 y Fu(The)40
-b(length)g(in)g(c)m(haracters)i(of)e(the)h(expanded)e(v)-5
-b(alue)41 b(of)f Fr(parameter)47 b Fu(is)40 b(substituted.)630
-4902 y(If)i Fr(parameter)50 b Fu(is)43 b(`)p Ft(*)p Fu(')g(or)g(`)p
-Ft(@)p Fu(',)k(the)c(v)-5 b(alue)43 b(substituted)f(is)h(the)g(n)m(um)m
-(b)s(er)f(of)h(p)s(ositional)630 5011 y(parameters.)i(If)32
-b Fr(parameter)38 b Fu(is)32 b(an)g(arra)m(y)g(name)g(subscripted)f(b)m
-(y)g(`)p Ft(*)p Fu(')h(or)g(`)p Ft(@)p Fu(',)g(the)g(v)-5
-b(alue)630 5121 y(substituted)30 b(is)h(the)g(n)m(um)m(b)s(er)e(of)i
-(elemen)m(ts)i(in)d(the)h(arra)m(y)-8 b(.)43 b(If)30
-b Fr(parameter)38 b Fu(is)31 b(an)f(indexed)630 5230
-y(arra)m(y)37 b(name)g(subscripted)f(b)m(y)h(a)g(negativ)m(e)i(n)m(um)m
-(b)s(er,)f(that)f(n)m(um)m(b)s(er)f(is)g(in)m(terpreted)i(as)630
-5340 y(relativ)m(e)47 b(to)g(one)e(greater)i(than)e(the)h(maxim)m(um)f
-(index)g(of)g Fr(parameter)p Fu(,)50 b(so)c(negativ)m(e)p
-eop end
-%%Page: 31 37
-TeXDict begin 31 36 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(31)630 299
-y(indices)30 b(coun)m(t)h(bac)m(k)g(from)f(the)h(end)e(of)i(the)f(arra)
-m(y)-8 b(,)32 b(and)e(an)g(index)g(of)g(-1)h(references)g(the)630
-408 y(last)g(elemen)m(t.)150 612 y Ft(${)p Fj(parameter)p
-Ft(#)p Fj(word)p Ft(})150 722 y(${)p Fj(parameter)p Ft(##)p
-Fj(word)p Ft(})630 831 y Fu(The)43 b Fr(w)m(ord)k Fu(is)d(expanded)f
-(to)h(pro)s(duce)f(a)h(pattern)g(and)f(matc)m(hed)i(according)f(to)h
-(the)630 941 y(rules)31 b(describ)s(ed)g(b)s(elo)m(w)h(\(see)h(Section)
-g(3.5.8.1)h([P)m(attern)g(Matc)m(hing],)g(page)f(37\).)46
-b(If)32 b(the)630 1050 y(pattern)37 b(matc)m(hes)h(the)f(b)s(eginning)f
-(of)h(the)g(expanded)f(v)-5 b(alue)38 b(of)f Fr(parameter)p
-Fu(,)i(then)e(the)630 1160 y(result)f(of)h(the)f(expansion)h(is)f(the)h
-(expanded)e(v)-5 b(alue)37 b(of)g Fr(parameter)43 b Fu(with)36
-b(the)h(shortest)630 1270 y(matc)m(hing)31 b(pattern)e(\(the)h(`)p
-Ft(#)p Fu(')g(case\))h(or)e(the)h(longest)h(matc)m(hing)f(pattern)g
-(\(the)g(`)p Ft(##)p Fu(')g(case\))630 1379 y(deleted.)49
-b(If)32 b Fr(parameter)40 b Fu(is)33 b(`)p Ft(@)p Fu(')g(or)g(`)p
-Ft(*)p Fu(',)h(the)f(pattern)g(remo)m(v)-5 b(al)34 b(op)s(eration)g(is)
-f(applied)f(to)630 1489 y(eac)m(h)38 b(p)s(ositional)g(parameter)g(in)f
-(turn,)h(and)e(the)h(expansion)g(is)h(the)f(resultan)m(t)h(list.)61
-b(If)630 1598 y Fr(parameter)38 b Fu(is)32 b(an)f(arra)m(y)h(v)-5
-b(ariable)32 b(subscripted)e(with)h(`)p Ft(@)p Fu(')g(or)h(`)p
-Ft(*)p Fu(',)g(the)f(pattern)h(remo)m(v)-5 b(al)630 1708
-y(op)s(eration)30 b(is)g(applied)f(to)i(eac)m(h)g(mem)m(b)s(er)e(of)h
-(the)g(arra)m(y)g(in)f(turn,)g(and)g(the)h(expansion)g(is)630
-1817 y(the)h(resultan)m(t)g(list.)150 2021 y Ft(${)p
-Fj(parameter)p Ft(\045)p Fj(word)p Ft(})150 2131 y(${)p
-Fj(parameter)p Ft(\045\045)p Fj(word)p Ft(})630 2240
-y Fu(The)43 b Fr(w)m(ord)k Fu(is)d(expanded)f(to)h(pro)s(duce)f(a)h
-(pattern)g(and)f(matc)m(hed)i(according)f(to)h(the)630
-2350 y(rules)f(describ)s(ed)g(b)s(elo)m(w)h(\(see)h(Section)g(3.5.8.1)h
-([P)m(attern)f(Matc)m(hing],)51 b(page)45 b(37\).)85
-b(If)630 2459 y(the)43 b(pattern)g(matc)m(hes)h(a)g(trailing)g(p)s
-(ortion)e(of)h(the)g(expanded)g(v)-5 b(alue)43 b(of)g
-Fr(parameter)p Fu(,)630 2569 y(then)c(the)g(result)g(of)h(the)f
-(expansion)g(is)h(the)f(v)-5 b(alue)40 b(of)f Fr(parameter)46
-b Fu(with)39 b(the)h(shortest)630 2679 y(matc)m(hing)31
-b(pattern)e(\(the)h(`)p Ft(\045)p Fu(')g(case\))h(or)e(the)h(longest)h
-(matc)m(hing)f(pattern)g(\(the)g(`)p Ft(\045\045)p Fu(')g(case\))630
-2788 y(deleted.)49 b(If)32 b Fr(parameter)40 b Fu(is)33
-b(`)p Ft(@)p Fu(')g(or)g(`)p Ft(*)p Fu(',)h(the)f(pattern)g(remo)m(v)-5
-b(al)34 b(op)s(eration)g(is)f(applied)f(to)630 2898 y(eac)m(h)38
-b(p)s(ositional)g(parameter)g(in)f(turn,)h(and)e(the)h(expansion)g(is)h
-(the)f(resultan)m(t)h(list.)61 b(If)630 3007 y Fr(parameter)38
-b Fu(is)32 b(an)f(arra)m(y)h(v)-5 b(ariable)32 b(subscripted)e(with)h
-(`)p Ft(@)p Fu(')g(or)h(`)p Ft(*)p Fu(',)g(the)f(pattern)h(remo)m(v)-5
-b(al)630 3117 y(op)s(eration)30 b(is)g(applied)f(to)i(eac)m(h)g(mem)m
-(b)s(er)e(of)h(the)g(arra)m(y)g(in)f(turn,)g(and)g(the)h(expansion)g
-(is)630 3226 y(the)h(resultan)m(t)g(list.)150 3430 y
-Ft(${)p Fj(parameter)p Ft(/)p Fj(pattern)p Ft(/)p Fj(stri)o(ng)p
-Ft(})150 3540 y(${)p Fj(parameter)p Ft(//)p Fj(pattern)p
-Ft(/)p Fj(str)o(ing)p Ft(})150 3649 y(${)p Fj(parameter)p
-Ft(/#)p Fj(pattern)p Ft(/)p Fj(str)o(ing)p Ft(})150 3759
-y(${)p Fj(parameter)p Ft(/\045)p Fj(pattern)p Ft(/)p
-Fj(str)o(ing)p Ft(})630 3868 y Fu(The)37 b Fr(pattern)g
-Fu(is)g(expanded)g(to)h(pro)s(duce)e(a)h(pattern)g(just)g(as)h(in)e
-(\014lename)i(expansion.)630 3978 y Fr(P)m(arameter)46
-b Fu(is)38 b(expanded)f(and)g(the)i(longest)g(matc)m(h)g(of)f
-Fr(pattern)g Fu(against)h(its)f(v)-5 b(alue)39 b(is)630
-4088 y(replaced)30 b(with)e Fr(string)p Fu(.)41 b Fr(string)c
-Fu(undergo)s(es)28 b(tilde)i(expansion,)f(parameter)h(and)e(v)-5
-b(ariable)630 4197 y(expansion,)25 b(arithmetic)g(expansion,)g(command)
-e(and)g(pro)s(cess)g(substitution,)i(and)e(quote)630
-4307 y(remo)m(v)-5 b(al.)54 b(The)33 b(matc)m(h)j(is)e(p)s(erformed)f
-(according)i(to)g(the)f(rules)g(describ)s(ed)f(b)s(elo)m(w)i(\(see)630
-4416 y(Section)c(3.5.8.1)i([P)m(attern)f(Matc)m(hing],)g(page)f(37\).)
-630 4573 y(In)45 b(the)g(\014rst)g(form)g(ab)s(o)m(v)m(e,)50
-b(only)c(the)f(\014rst)g(matc)m(h)h(is)f(replaced.)86
-b(If)45 b(there)h(are)g(t)m(w)m(o)630 4682 y(slashes)28
-b(separating)g Fr(parameter)35 b Fu(and)27 b Fr(pattern)g
-Fu(\(the)i(second)e(form)g(ab)s(o)m(v)m(e\),)j(all)f(matc)m(hes)630
-4792 y(of)d Fr(pattern)g Fu(are)g(replaced)g(with)f Fr(string)p
-Fu(.)40 b(If)25 b Fr(pattern)h Fu(is)f(preceded)h(b)m(y)f(`)p
-Ft(#)p Fu(')h(\(the)h(third)d(form)630 4902 y(ab)s(o)m(v)m(e\),)32
-b(it)e(m)m(ust)f(matc)m(h)i(at)f(the)g(b)s(eginning)e(of)i(the)g
-(expanded)f(v)-5 b(alue)30 b(of)f Fr(parameter)p Fu(.)41
-b(If)630 5011 y Fr(pattern)28 b Fu(is)g(preceded)g(b)m(y)g(`)p
-Ft(\045)p Fu(')g(\(the)h(fourth)e(form)h(ab)s(o)m(v)m(e\),)i(it)f(m)m
-(ust)f(matc)m(h)h(at)g(the)f(end)g(of)630 5121 y(the)i(expanded)e(v)-5
-b(alue)30 b(of)g Fr(parameter)p Fu(.)41 b(If)28 b(the)i(expansion)f(of)
-h Fr(string)37 b Fu(is)29 b(n)m(ull,)h(matc)m(hes)h(of)630
-5230 y Fr(pattern)d Fu(are)g(deleted.)41 b(If)28 b Fr(string)35
-b Fu(is)28 b(n)m(ull,)h(matc)m(hes)g(of)f Fr(pattern)g
-Fu(are)h(deleted)f(and)g(the)g(`)p Ft(/)p Fu(')630 5340
-y(follo)m(wing)k Fr(pattern)e Fu(ma)m(y)h(b)s(e)f(omitted.)p
-eop end
-%%Page: 32 38
-TeXDict begin 32 37 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(32)630 299
-y(If)29 b(the)h Ft(patsub_replacement)25 b Fu(shell)30
-b(option)g(is)f(enabled)h(using)f Ft(shopt)p Fu(,)g(an)m(y)h(unquoted)
-630 408 y(instances)40 b(of)g(`)p Ft(&)p Fu(')g(in)f
-Fr(string)48 b Fu(are)40 b(replaced)g(with)g(the)g(matc)m(hing)g(p)s
-(ortion)g(of)g Fr(pattern)p Fu(.)630 518 y(This)30 b(is)g(in)m(tended)g
-(to)h(duplicate)g(a)g(common)g Ft(sed)e Fu(idiom.)630
-648 y(Quoting)g(an)m(y)f(part)h(of)f Fr(string)36 b Fu(inhibits)28
-b(replacemen)m(t)i(in)e(the)g(expansion)h(of)f(the)h(quoted)630
-757 y(p)s(ortion,)j(including)g(replacemen)m(t)h(strings)f(stored)g(in)
-g(shell)g(v)-5 b(ariables.)46 b(Bac)m(kslash)34 b(will)630
-867 y(escap)s(e)k(`)p Ft(&)p Fu(')g(in)f Fr(string)8
-b Fu(;)42 b(the)c(bac)m(kslash)g(is)g(remo)m(v)m(ed)g(in)g(order)f(to)h
-(p)s(ermit)f(a)i(literal)g(`)p Ft(&)p Fu(')630 976 y(in)31
-b(the)h(replacemen)m(t)h(string.)44 b(Users)32 b(should)e(tak)m(e)k
-(care)e(if)g Fr(string)39 b Fu(is)32 b(double-quoted)f(to)630
-1086 y(a)m(v)m(oid)37 b(un)m(w)m(an)m(ted)f(in)m(teractions)i(b)s(et)m
-(w)m(een)e(the)g(bac)m(kslash)h(and)e(double-quoting,)j(since)630
-1196 y(bac)m(kslash)31 b(has)f(sp)s(ecial)h(meaning)f(within)g(double)f
-(quotes.)42 b(P)m(attern)31 b(substitution)f(p)s(er-)630
-1305 y(forms)e(the)h(c)m(hec)m(k)i(for)d(unquoted)g(`)p
-Ft(&)p Fu(')h(after)g(expanding)g Fr(string)p Fu(,)g(so)g(users)f
-(should)g(ensure)630 1415 y(to)33 b(prop)s(erly)e(quote)i(an)m(y)f(o)s
-(ccurrences)g(of)h(`)p Ft(&)p Fu(')f(they)g(w)m(an)m(t)h(to)g(b)s(e)f
-(tak)m(en)h(literally)h(in)e(the)630 1524 y(replacemen)m(t)k(and)e
-(ensure)g(an)m(y)h(instances)g(of)g(`)p Ft(&)p Fu(')f(they)h(w)m(an)m
-(t)g(to)h(b)s(e)e(replaced)h(are)g(un-)630 1634 y(quoted.)630
-1763 y(F)-8 b(or)31 b(instance,)870 1893 y Ft(var=abcdef)870
-2002 y(rep='&)46 b(')870 2112 y(echo)h(${var/abc/&)d(})870
-2222 y(echo)j("${var/abc/&)d(}")870 2331 y(echo)j(${var/abc/$rep})870
-2441 y(echo)g("${var/abc/$rep}")630 2570 y Fu(will)31
-b(displa)m(y)f(four)g(lines)h(of)f Ft(")p Fu(ab)s(c)g(def)p
-Ft(")p Fu(,)g(while)870 2700 y Ft(var=abcdef)870 2809
-y(rep='&)46 b(')870 2919 y(echo)h(${var/abc/\\&)d(})870
-3029 y(echo)j("${var/abc/\\&)d(}")870 3138 y(echo)j(${var/abc/"&)d("})
-870 3248 y(echo)j(${var/abc/"$rep"})630 3377 y Fu(will)34
-b(displa)m(y)g(four)g(lines)g(of)g Ft(")p Fu(&)f(def)p
-Ft(")p Fu(.)51 b(Lik)m(e)35 b(the)f(pattern)g(remo)m(v)-5
-b(al)35 b(op)s(erators,)g(double)630 3487 y(quotes)23
-b(surrounding)c(the)k(replacemen)m(t)g(string)f(quote)h(the)f(expanded)
-f(c)m(haracters,)26 b(while)630 3597 y(double)43 b(quotes)i(enclosing)f
-(the)g(en)m(tire)h(parameter)f(substitution)f(do)h(not,)k(since)c(the)
-630 3706 y(expansion)e(is)h(p)s(erformed)e(in)h(a)h(con)m(text)h(that)f
-(do)s(esn't)f(tak)m(e)i(an)m(y)f(enclosing)g(double)630
-3816 y(quotes)31 b(in)m(to)g(accoun)m(t.)630 3945 y(Since)24
-b(bac)m(kslash)i(can)e(escap)s(e)h(`)p Ft(&)p Fu(',)h(it)f(can)g(also)h
-(escap)s(e)f(a)f(bac)m(kslash)i(in)e(the)g(replacemen)m(t)630
-4055 y(string.)39 b(This)26 b(means)g(that)h(`)p Ft(\\\\)p
-Fu(')g(will)f(insert)h(a)f(literal)i(bac)m(kslash)f(in)m(to)h(the)e
-(replacemen)m(t,)630 4164 y(so)31 b(these)f(t)m(w)m(o)i
-Ft(echo)d Fu(commands)870 4294 y Ft(var=abcdef)870 4403
-y(rep='\\\\&xyz')870 4513 y(echo)47 b(${var/abc/\\\\&xyz})870
-4623 y(echo)g(${var/abc/$rep})630 4752 y Fu(will)31 b(b)s(oth)e(output)
-h(`)p Ft(\\abcxyzdef)p Fu('.)630 4882 y(It)g(should)g(rarely)g(b)s(e)g
-(necessary)h(to)g(enclose)h(only)e Fr(string)38 b Fu(in)30
-b(double)g(quotes.)630 5011 y(If)j(the)h Ft(nocasematch)d
-Fu(shell)i(option)h(\(see)h(the)f(description)f(of)h
-Ft(shopt)e Fu(in)i(Section)g(4.3.2)630 5121 y([The)23
-b(Shopt)g(Builtin],)j(page)e(73\))h(is)e(enabled,)i(the)f(matc)m(h)g
-(is)g(p)s(erformed)e(without)h(regard)630 5230 y(to)31
-b(the)f(case)h(of)g(alphab)s(etic)f(c)m(haracters.)42
-b(If)30 b Fr(parameter)37 b Fu(is)30 b(`)p Ft(@)p Fu(')g(or)g(`)p
-Ft(*)p Fu(',)h(the)f(substitution)630 5340 y(op)s(eration)g(is)f
-(applied)g(to)h(eac)m(h)g(p)s(ositional)g(parameter)g(in)e(turn,)h(and)
-g(the)g(expansion)g(is)p eop end
-%%Page: 33 39
-TeXDict begin 33 38 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(33)630 299
-y(the)31 b(resultan)m(t)h(list.)45 b(If)30 b Fr(parameter)39
-b Fu(is)31 b(an)g(arra)m(y)h(v)-5 b(ariable)32 b(subscripted)e(with)h
-(`)p Ft(@)p Fu(')g(or)h(`)p Ft(*)p Fu(',)630 408 y(the)e(substitution)g
-(op)s(eration)h(is)f(applied)g(to)h(eac)m(h)h(mem)m(b)s(er)e(of)g(the)g
-(arra)m(y)h(in)f(turn,)g(and)630 518 y(the)h(expansion)f(is)g(the)h
-(resultan)m(t)g(list.)150 671 y Ft(${)p Fj(parameter)p
-Ft(^)p Fj(pattern)p Ft(})150 781 y(${)p Fj(parameter)p
-Ft(^^)p Fj(pattern)p Ft(})150 891 y(${)p Fj(parameter)p
-Ft(,)p Fj(pattern)p Ft(})150 1000 y(${)p Fj(parameter)p
-Ft(,,)p Fj(pattern)p Ft(})630 1110 y Fu(This)36 b(expansion)g(mo)s
-(di\014es)g(the)g(case)i(of)f(alphab)s(etic)g(c)m(haracters)h(in)e
-Fr(parameter)p Fu(.)59 b(The)630 1219 y Fr(pattern)33
-b Fu(is)g(expanded)e(to)j(pro)s(duce)d(a)j(pattern)e(just)g(as)h(in)g
-(\014lename)g(expansion.)47 b(Eac)m(h)630 1329 y(c)m(haracter)32
-b(in)e(the)g(expanded)f(v)-5 b(alue)31 b(of)f Fr(parameter)37
-b Fu(is)30 b(tested)h(against)h Fr(pattern)p Fu(,)e(and,)g(if)630
-1439 y(it)j(matc)m(hes)h(the)g(pattern,)f(its)h(case)g(is)f(con)m(v)m
-(erted.)49 b(The)33 b(pattern)g(should)f(not)h(attempt)630
-1548 y(to)e(matc)m(h)g(more)g(than)f(one)h(c)m(haracter.)630
-1680 y(The)f(`)p Ft(^)p Fu(')g(op)s(erator)g(con)m(v)m(erts)i(lo)m(w)m
-(ercase)g(letters)g(matc)m(hing)f Fr(pattern)f Fu(to)h(upp)s(ercase;)f
-(the)630 1789 y(`)p Ft(,)p Fu(')25 b(op)s(erator)f(con)m(v)m(erts)i
-(matc)m(hing)g(upp)s(ercase)d(letters)j(to)f(lo)m(w)m(ercase.)41
-b(The)24 b(`)p Ft(^^)p Fu(')g(and)g(`)p Ft(,,)p Fu(')630
-1899 y(expansions)31 b(con)m(v)m(ert)i(eac)m(h)g(matc)m(hed)f(c)m
-(haracter)h(in)e(the)h(expanded)f(v)-5 b(alue;)32 b(the)g(`)p
-Ft(^)p Fu(')g(and)630 2008 y(`)p Ft(,)p Fu(')24 b(expansions)f(matc)m
-(h)i(and)e(con)m(v)m(ert)j(only)d(the)h(\014rst)f(c)m(haracter)j(in)d
-(the)h(expanded)f(v)-5 b(alue.)630 2118 y(If)30 b Fr(pattern)g
-Fu(is)h(omitted,)g(it)g(is)g(treated)g(lik)m(e)h(a)f(`)p
-Ft(?)p Fu(',)f(whic)m(h)g(matc)m(hes)i(ev)m(ery)f(c)m(haracter.)630
-2250 y(If)23 b Fr(parameter)31 b Fu(is)24 b(`)p Ft(@)p
-Fu(')g(or)g(`)p Ft(*)p Fu(',)h(the)f(case)h(mo)s(di\014cation)f(op)s
-(eration)g(is)g(applied)g(to)g(eac)m(h)h(p)s(osi-)630
-2359 y(tional)h(parameter)e(in)h(turn,)f(and)g(the)h(expansion)f(is)g
-(the)h(resultan)m(t)g(list.)40 b(If)23 b Fr(parameter)32
-b Fu(is)630 2469 y(an)e(arra)m(y)g(v)-5 b(ariable)31
-b(subscripted)d(with)i(`)p Ft(@)p Fu(')g(or)f(`)p Ft(*)p
-Fu(',)i(the)f(case)g(mo)s(di\014cation)h(op)s(eration)f(is)630
-2578 y(applied)d(to)g(eac)m(h)h(mem)m(b)s(er)e(of)h(the)g(arra)m(y)g
-(in)g(turn,)g(and)f(the)h(expansion)f(is)h(the)g(resultan)m(t)630
-2688 y(list.)150 2841 y Ft(${)p Fj(parameter)p Ft(@)p
-Fj(operator)p Ft(})630 2951 y Fu(The)h(expansion)h(is)f(either)h(a)g
-(transformation)g(of)g(the)g(v)-5 b(alue)29 b(of)g Fr(parameter)35
-b Fu(or)29 b(informa-)630 3061 y(tion)e(ab)s(out)f Fr(parameter)33
-b Fu(itself,)28 b(dep)s(ending)c(on)i(the)h(v)-5 b(alue)26
-b(of)h Fr(op)s(erator)p Fu(.)39 b(Eac)m(h)27 b Fr(op)s(erator)630
-3170 y Fu(is)j(a)h(single)g(letter:)630 3324 y Ft(U)432
-b Fu(The)31 b(expansion)g(is)g(a)g(string)h(that)f(is)h(the)f(v)-5
-b(alue)32 b(of)f Fr(parameter)38 b Fu(with)31 b(lo)m(w-)1110
-3433 y(ercase)g(alphab)s(etic)g(c)m(haracters)h(con)m(v)m(erted)g(to)f
-(upp)s(ercase.)630 3587 y Ft(u)432 b Fu(The)34 b(expansion)g(is)g(a)h
-(string)f(that)h(is)g(the)f(v)-5 b(alue)35 b(of)f Fr(parameter)42
-b Fu(with)34 b(the)1110 3696 y(\014rst)c(c)m(haracter)i(con)m(v)m
-(erted)f(to)h(upp)s(ercase,)d(if)i(it)g(is)f(alphab)s(etic.)630
-3850 y Ft(L)432 b Fu(The)33 b(expansion)h(is)g(a)g(string)g(that)h(is)f
-(the)g(v)-5 b(alue)34 b(of)g Fr(parameter)41 b Fu(with)34
-b(up-)1110 3959 y(p)s(ercase)c(alphab)s(etic)h(c)m(haracters)h(con)m(v)
-m(erted)g(to)f(lo)m(w)m(ercase.)630 4113 y Ft(Q)432 b
-Fu(The)30 b(expansion)h(is)g(a)g(string)f(that)i(is)f(the)g(v)-5
-b(alue)31 b(of)g Fr(parameter)37 b Fu(quoted)31 b(in)1110
-4222 y(a)g(format)f(that)h(can)g(b)s(e)f(reused)f(as)i(input.)630
-4376 y Ft(E)432 b Fu(The)27 b(expansion)g(is)g(a)g(string)h(that)f(is)h
-(the)f(v)-5 b(alue)28 b(of)f Fr(parameter)34 b Fu(with)27
-b(bac)m(k-)1110 4485 y(slash)e(escap)s(e)h(sequences)f(expanded)g(as)g
-(with)g(the)h Ft($'...)o(')e Fu(quoting)i(mec)m(h-)1110
-4595 y(anism.)630 4748 y Ft(P)432 b Fu(The)22 b(expansion)h(is)g(a)g
-(string)g(that)g(is)g(the)g(result)g(of)g(expanding)f(the)h(v)-5
-b(alue)24 b(of)1110 4858 y Fr(parameter)31 b Fu(as)24
-b(if)f(it)h(w)m(ere)g(a)g(prompt)f(string)h(\(see)g(Section)h(6.9)g
-([Con)m(trolling)1110 4967 y(the)31 b(Prompt],)f(page)h(107\).)630
-5121 y Ft(A)432 b Fu(The)24 b(expansion)g(is)g(a)h(string)f(in)g(the)g
-(form)g(of)h(an)f(assignmen)m(t)h(statemen)m(t)h(or)1110
-5230 y Ft(declare)h Fu(command)i(that,)h(if)f(ev)-5 b(aluated,)31
-b(will)e(recreate)i Fr(parameter)36 b Fu(with)1110 5340
-y(its)31 b(attributes)g(and)e(v)-5 b(alue.)p eop end
-%%Page: 34 40
-TeXDict begin 34 39 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(34)630 299
-y Ft(K)432 b Fu(Pro)s(duces)33 b(a)i(p)s(ossibly-quoted)e(v)m(ersion)i
-(of)f(the)h(v)-5 b(alue)34 b(of)h Fr(parameter)p Fu(,)g(ex-)1110
-408 y(cept)46 b(that)h(it)f(prin)m(ts)f(the)h(v)-5 b(alues)47
-b(of)f(indexed)f(and)g(asso)s(ciativ)m(e)k(arra)m(ys)1110
-518 y(as)37 b(a)g(sequence)f(of)h(quoted)g(k)m(ey-v)-5
-b(alue)38 b(pairs)e(\(see)h(Section)h(6.7)f([Arra)m(ys],)1110
-628 y(page)29 b(103\).)41 b(The)28 b(k)m(eys)g(and)f(v)-5
-b(alues)29 b(are)f(quoted)g(in)f(a)i(format)f(that)g(can)h(b)s(e)1110
-737 y(reused)h(as)g(input.)630 896 y Ft(a)432 b Fu(The)30
-b(expansion)g(is)g(a)h(string)f(consisting)h(of)g(\015ag)g(v)-5
-b(alues)30 b(represen)m(ting)h Fr(pa-)1110 1006 y(rameter)7
-b Fu('s)31 b(attributes.)630 1165 y Ft(k)432 b Fu(Lik)m(e)29
-b(the)g(`)p Ft(K)p Fu(')g(transformation,)g(but)f(expands)g(the)g(k)m
-(eys)i(and)d(v)-5 b(alues)29 b(of)g(in-)1110 1275 y(dexed)c(and)f(asso)
-s(ciativ)m(e)k(arra)m(ys)d(to)h(separate)f(w)m(ords)g(after)g(w)m(ord)g
-(splitting.)630 1434 y(If)k Fr(parameter)37 b Fu(is)30
-b(`)p Ft(@)p Fu(')g(or)g(`)p Ft(*)p Fu(',)g(the)g(op)s(eration)g(is)g
-(applied)f(to)i(eac)m(h)g(p)s(ositional)f(parameter)630
-1543 y(in)24 b(turn,)g(and)f(the)h(expansion)g(is)g(the)g(resultan)m(t)
-h(list.)39 b(If)23 b Fr(parameter)31 b Fu(is)24 b(an)g(arra)m(y)g(v)-5
-b(ariable)630 1653 y(subscripted)24 b(with)h(`)p Ft(@)p
-Fu(')h(or)g(`)p Ft(*)p Fu(',)h(the)e(op)s(eration)h(is)g(applied)f(to)h
-(eac)m(h)h(mem)m(b)s(er)e(of)h(the)f(arra)m(y)630 1763
-y(in)30 b(turn,)g(and)f(the)i(expansion)f(is)h(the)f(resultan)m(t)h
-(list.)630 1897 y(The)c(result)h(of)g(the)f(expansion)h(is)g(sub)5
-b(ject)27 b(to)h(w)m(ord)g(splitting)g(and)f(\014lename)h(expansion)630
-2007 y(as)j(describ)s(ed)e(b)s(elo)m(w.)150 2206 y Fk(3.5.4)63
-b(Command)41 b(Substitution)150 2352 y Fu(Command)24
-b(substitution)h(allo)m(ws)h(the)f(output)g(of)g(a)g(command)g(to)h
-(replace)g(the)f(command)g(itself.)39 b(The)150 2462
-y(standard)30 b(form)f(of)i(command)f(substitution)g(o)s(ccurs)g(when)g
-(a)g(command)h(is)f(enclosed)h(as)g(follo)m(ws:)390 2596
-y Ft($\()p Fj(command)p Ft(\))150 2731 y Fu(or)f(\(deprecated\))390
-2865 y Ft(`)p Fj(command)p Ft(`.)150 3000 y Fu(Bash)24
-b(p)s(erforms)e(command)i(substitution)f(b)m(y)h(executing)h
-Fr(command)i Fu(in)c(a)h(subshell)f(en)m(vironmen)m(t)i(and)150
-3109 y(replacing)35 b(the)f(command)g(substitution)g(with)f(the)i
-(standard)e(output)g(of)i(the)f(command,)h(with)f(an)m(y)150
-3219 y(trailing)j(newlines)f(deleted.)58 b(Em)m(b)s(edded)34
-b(newlines)i(are)g(not)g(deleted,)j(but)c(they)h(ma)m(y)h(b)s(e)e(remo)
-m(v)m(ed)150 3328 y(during)40 b(w)m(ord)i(splitting.)75
-b(The)41 b(command)g(substitution)g Ft($\(cat)29 b Fj(file)p
-Ft(\))40 b Fu(can)i(b)s(e)f(replaced)h(b)m(y)g(the)150
-3438 y(equiv)-5 b(alen)m(t)32 b(but)d(faster)i Ft($\(<)f
-Fj(file)p Ft(\))p Fu(.)275 3572 y(With)h(the)h(old-st)m(yle)h(bac)m
-(kquote)g(form)e(of)h(substitution,)f(bac)m(kslash)h(retains)g(its)g
-(literal)h(meaning)150 3682 y(except)k(when)d(follo)m(w)m(ed)k(b)m(y)d
-(`)p Ft($)p Fu(',)j(`)p Ft(`)p Fu(',)f(or)f(`)p Ft(\\)p
-Fu('.)57 b(The)35 b(\014rst)g(bac)m(kquote)i(not)f(preceded)g(b)m(y)f
-(a)h(bac)m(kslash)150 3791 y(terminates)k(the)e(command)h
-(substitution.)65 b(When)39 b(using)f(the)h Ft($\()p
-Fj(command)p Ft(\))c Fu(form,)41 b(all)e(c)m(haracters)150
-3901 y(b)s(et)m(w)m(een)31 b(the)g(paren)m(theses)f(mak)m(e)i(up)d(the)
-h(command;)h(none)f(are)h(treated)g(sp)s(ecially)-8 b(.)275
-4035 y(There)29 b(is)i(an)f(alternate)i(form)e(of)h(command)f
-(substitution:)390 4170 y Ft(${)p Fj(c)47 b(command)p
-Ft(;)e(})150 4304 y Fu(whic)m(h)38 b(executes)i Fr(command)i
-Fu(in)d(the)g(curren)m(t)f(execution)i(en)m(vironmen)m(t)f(and)f
-(captures)h(its)g(output,)150 4414 y(again)31 b(with)f(trailing)i
-(newlines)e(remo)m(v)m(ed.)275 4548 y(The)40 b(c)m(haracter)i
-Fr(c)47 b Fu(follo)m(wing)42 b(the)f(op)s(en)g(brace)g(m)m(ust)f(b)s(e)
-h(a)g(space,)j(tab,)g(newline,)g(or)d(`)p Ft(|)p Fu(',)j(and)150
-4658 y(the)39 b(close)i(brace)e(m)m(ust)g(b)s(e)g(in)g(a)g(p)s(osition)
-h(where)e(a)i(reserv)m(ed)f(w)m(ord)g(ma)m(y)h(app)s(ear)e(\(i.e.,)43
-b(preceded)150 4767 y(b)m(y)32 b(a)g(command)g(terminator)h(suc)m(h)e
-(as)h(semicolon\).)47 b(Bash)32 b(allo)m(ws)i(the)e(close)h(brace)f(to)
-h(b)s(e)e(joined)h(to)150 4877 y(the)f(remaining)g(c)m(haracters)h(in)e
-(the)h(w)m(ord)f(without)h(b)s(eing)f(follo)m(w)m(ed)i(b)m(y)f(a)g
-(shell)f(metac)m(haracter)k(as)d(a)150 4986 y(reserv)m(ed)g(w)m(ord)f
-(w)m(ould)g(usually)g(require.)275 5121 y(An)m(y)j(side)h(e\013ects)h
-(of)e Fr(command)k Fu(tak)m(e)e(e\013ect)h(immediately)e(in)g(the)f
-(curren)m(t)h(execution)h(en)m(viron-)150 5230 y(men)m(t)d(and)g(p)s
-(ersist)f(in)g(the)h(curren)m(t)g(en)m(vironmen)m(t)h(after)f(the)g
-(command)g(completes)h(\(e.g.,)h(the)e Ft(exit)150 5340
-y Fu(builtin)e(will)h(exit)g(the)g(shell\).)p eop end
-%%Page: 35 41
-TeXDict begin 35 40 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(35)275 299
-y(This)31 b(t)m(yp)s(e)i(of)g(command)f(substitution)g(sup)s
-(er\014cially)g(resem)m(bles)h(executing)h(an)f(unnamed)e(shell)150
-408 y(function:)42 b(lo)s(cal)33 b(v)-5 b(ariables)32
-b(are)g(created)g(as)g(when)e(a)i(shell)g(function)f(is)g(executing,)i
-(and)e(the)h Ft(return)150 518 y Fu(builtin)k(forces)i
-Fr(command)i Fu(to)e(complete;)j(ho)m(w)m(ev)m(er,)f(the)d(rest)g(of)g
-(the)h(execution)g(en)m(vironmen)m(t,)h(in-)150 628 y(cluding)30
-b(the)h(p)s(ositional)g(parameters,)g(is)f(shared)g(with)g(the)h
-(caller.)275 766 y(If)26 b(the)g(\014rst)g(c)m(haracter)i(follo)m(wing)
-g(the)f(op)s(en)f(brace)h(is)f(a)h(`)p Ft(|)p Fu(',)h(the)f(construct)g
-(expands)e(to)j(the)e(v)-5 b(alue)150 875 y(of)24 b(the)g
-Ft(REPLY)e Fu(shell)i(v)-5 b(ariable)24 b(after)g Fr(command)j
-Fu(executes,)g(without)d(remo)m(ving)g(an)m(y)g(trailing)h(newlines,)
-150 985 y(and)h(the)g(standard)f(output)h(of)g Fr(command)k
-Fu(remains)c(the)g(same)h(as)f(in)g(the)g(calling)i(shell.)39
-b(Bash)27 b(creates)150 1094 y Ft(REPLY)33 b Fu(as)j(an)e
-(initially-unset)j(lo)s(cal)f(v)-5 b(ariable)35 b(when)f
-Fr(command)39 b Fu(executes,)e(and)d(restores)i Ft(REPLY)d
-Fu(to)150 1204 y(the)i(v)-5 b(alue)34 b(it)h(had)f(b)s(efore)g(the)h
-(command)f(substitution)g(after)h Fr(command)j Fu(completes,)f(as)d
-(with)h(an)m(y)150 1314 y(lo)s(cal)d(v)-5 b(ariable.)275
-1451 y(F)d(or)23 b(example,)i(this)e(construct)g(expands)f(to)i(`)p
-Ft(12345)p Fu(',)f(and)f(lea)m(v)m(es)j(the)e(shell)g(v)-5
-b(ariable)24 b Ft(X)e Fu(unc)m(hanged)150 1561 y(in)30
-b(the)h(curren)m(t)f(execution)h(en)m(vironmen)m(t:)390
-1809 y Ft(${)47 b(local)g(X=12345)e(;)j(echo)e($X;)h(})150
-1946 y Fu(\(not)28 b(declaring)g Ft(X)f Fu(as)g(lo)s(cal)i(w)m(ould)e
-(mo)s(dify)f(its)i(v)-5 b(alue)27 b(in)g(the)h(curren)m(t)f(en)m
-(vironmen)m(t,)i(as)e(with)g(normal)150 2056 y(shell)38
-b(function)g(execution\),)43 b(while)38 b(this)g(construct)h(do)s(es)f
-(not)g(require)g(an)m(y)h(output)f(to)h(expand)e(to)150
-2166 y(`)p Ft(12345)p Fu(':)390 2304 y Ft(${|)47 b(REPLY=12345;)d(})150
-2441 y Fu(and)30 b(restores)h Ft(REPLY)e Fu(to)i(the)f(v)-5
-b(alue)31 b(it)g(had)f(b)s(efore)g(the)g(command)g(substitution.)275
-2579 y(Command)22 b(substitutions)g(ma)m(y)i(b)s(e)e(nested.)39
-b(T)-8 b(o)23 b(nest)g(when)f(using)h(the)g(bac)m(kquoted)h(form,)g
-(escap)s(e)150 2689 y(the)31 b(inner)e(bac)m(kquotes)j(with)e(bac)m
-(kslashes.)275 2827 y(If)g(the)h(substitution)g(app)s(ears)f(within)h
-(double)f(quotes,)i(Bash)f(do)s(es)g(not)g(p)s(erform)f(w)m(ord)g
-(splitting)150 2936 y(and)g(\014lename)g(expansion)h(on)f(the)g
-(results.)150 3139 y Fk(3.5.5)63 b(Arithmetic)40 b(Expansion)150
-3286 y Fu(Arithmetic)25 b(expansion)g(allo)m(ws)g(the)g(ev)-5
-b(aluation)26 b(of)f(an)f(arithmetic)i(expression)e(and)g(the)g
-(substitution)150 3396 y(of)31 b(the)f(result.)41 b(The)30
-b(format)g(for)g(arithmetic)i(expansion)e(is:)390 3534
-y Ft($\(\()47 b Fj(expression)e Ft(\)\))275 3672 y Fu(The)34
-b Fr(expression)h Fu(undergo)s(es)f(the)h(same)h(expansions)e(as)i(if)f
-(it)g(w)m(ere)h(within)e(double)h(quotes,)i(but)150 3781
-y(double)g(quote)g(c)m(haracters)i(in)d Fr(expression)h
-Fu(are)g(not)g(treated)h(sp)s(ecially)g(and)f(are)g(remo)m(v)m(ed.)61
-b(All)38 b(to-)150 3891 y(k)m(ens)c(in)f(the)h(expression)f(undergo)g
-(parameter)h(and)f(v)-5 b(ariable)34 b(expansion,)h(command)e
-(substitution,)150 4000 y(and)41 b(quote)i(remo)m(v)-5
-b(al.)76 b(The)41 b(result)h(is)g(treated)h(as)f(the)g(arithmetic)h
-(expression)f(to)g(b)s(e)f(ev)-5 b(aluated.)150 4110
-y(Arithmetic)31 b(expansions)f(ma)m(y)h(b)s(e)f(nested.)275
-4248 y(The)k(ev)-5 b(aluation)37 b(is)f(p)s(erformed)e(according)i(to)g
-(the)g(rules)f(listed)h(b)s(elo)m(w)g(\(see)g(Section)g(6.5)h([Shell)
-150 4357 y(Arithmetic],)29 b(page)e(101\).)41 b(If)27
-b(the)f(expression)h(is)f(in)m(v)-5 b(alid,)29 b(Bash)d(prin)m(ts)g(a)i
-(message)f(indicating)h(failure)150 4467 y(to)j(the)g(standard)e(error)
-h(and)g(no)g(substitution)g(o)s(ccurs.)150 4670 y Fk(3.5.6)63
-b(Pro)s(cess)42 b(Substitution)150 4817 y Fu(Pro)s(cess)33
-b(substitution)g(allo)m(ws)i(a)e(pro)s(cess's)g(input)f(or)h(output)g
-(to)h(b)s(e)f(referred)f(to)i(using)f(a)g(\014lename.)150
-4926 y(It)d(tak)m(es)i(the)f(form)f(of)390 5064 y Ft(<\()p
-Fj(list)p Ft(\))150 5202 y Fu(or)390 5340 y Ft(>\()p
-Fj(list)p Ft(\))p eop end
-%%Page: 36 42
-TeXDict begin 36 41 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(36)150 299
-y(The)28 b(pro)s(cess)h Fr(list)j Fu(is)d(run)e(async)m(hronously)-8
-b(,)30 b(and)e(its)i(input)e(or)h(output)f(app)s(ears)h(as)g(a)g
-(\014lename.)41 b(This)150 408 y(\014lename)25 b(is)g(passed)g(as)g(an)
-g(argumen)m(t)h(to)g(the)f(curren)m(t)g(command)g(as)g(the)g(result)g
-(of)g(the)h(expansion.)38 b(If)150 518 y(the)28 b Ft(>\()p
-Fj(list)p Ft(\))d Fu(form)i(is)g(used,)h(writing)f(to)h(the)g(\014le)f
-(will)h(pro)m(vide)g(input)e(for)h Fr(list)p Fu(.)41
-b(If)26 b(the)i Ft(<\()p Fj(list)p Ft(\))d Fu(form)150
-628 y(is)g(used,)g(the)f(\014le)h(passed)f(as)h(an)f(argumen)m(t)h
-(should)e(b)s(e)h(read)h(to)g(obtain)g(the)f(output)g(of)h
-Fr(list)p Fu(.)40 b(Note)25 b(that)150 737 y(no)33 b(space)g(ma)m(y)g
-(app)s(ear)f(b)s(et)m(w)m(een)i(the)f Ft(<)f Fu(or)h
-Ft(>)f Fu(and)g(the)h(left)h(paren)m(thesis,)f(otherwise)h(the)f
-(construct)150 847 y(w)m(ould)j(b)s(e)g(in)m(terpreted)g(as)h(a)f
-(redirection.)59 b(Pro)s(cess)36 b(substitution)g(is)h(supp)s(orted)d
-(on)i(systems)g(that)150 956 y(supp)s(ort)29 b(named)h(pip)s(es)f(\()p
-Fm(fif)n(o)p Fu(s\))h(or)h(the)f Ft(/dev/fd)f Fu(metho)s(d)h(of)g
-(naming)g(op)s(en)g(\014les.)275 1083 y(When)36 b(a)m(v)-5
-b(ailable,)40 b(pro)s(cess)c(substitution)h(is)f(p)s(erformed)f(sim)m
-(ultaneously)i(with)g(parameter)g(and)150 1193 y(v)-5
-b(ariable)31 b(expansion,)g(command)f(substitution,)g(and)g(arithmetic)
-i(expansion.)150 1377 y Fk(3.5.7)63 b(W)-10 b(ord)41
-b(Splitting)150 1524 y Fu(The)30 b(shell)h(scans)g(the)g(results)f(of)h
-(parameter)g(expansion,)g(command)g(substitution,)g(and)f(arithmetic)
-150 1634 y(expansion)g(that)h(did)f(not)g(o)s(ccur)h(within)e(double)h
-(quotes)h(for)f(w)m(ord)g(splitting.)275 1761 y(The)e(shell)g(treats)i
-(eac)m(h)g(c)m(haracter)g(of)f Ft($IFS)e Fu(as)i(a)g(delimiter,)h(and)e
-(splits)g(the)h(results)f(of)h(the)g(other)150 1870 y(expansions)h(in)m
-(to)h(w)m(ords)f(using)g(these)h(c)m(haracters)h(as)e(\014eld)g
-(terminators.)275 1998 y(If)38 b Ft(IFS)g Fu(is)g(unset,)j(or)e(its)g
-(v)-5 b(alue)39 b(is)g(exactly)h Ft(<space><tab><newline>)p
-Fu(,)c(the)j(default,)i(then)d(se-)150 2107 y(quences)27
-b(of)h Ft(space)p Fu(,)f Ft(tab)p Fu(,)g(and)g Ft(newline)e
-Fu(at)j(the)f(b)s(eginning)g(and)g(end)f(of)i(the)f(results)g(of)h(the)
-f(previous)150 2217 y(expansions)38 b(are)g(ignored,)i(and)d(an)m(y)i
-(sequence)f(of)g Ft(IFS)f Fu(c)m(haracters)j(not)e(at)g(the)g(b)s
-(eginning)g(or)g(end)150 2326 y(serv)m(es)e(to)h(delimit)f(w)m(ords.)56
-b(If)35 b Ft(IFS)g Fu(has)h(a)g(v)-5 b(alue)36 b(other)g(than)f(the)h
-(default,)i(then)d(sequences)h(of)g(the)150 2436 y(whitespace)i(c)m
-(haracters)h Ft(space)p Fu(,)e Ft(tab)p Fu(,)h(and)f
-Ft(newline)e Fu(are)j(ignored)f(at)h(the)f(b)s(eginning)g(and)f(end)h
-(of)150 2545 y(the)h(w)m(ord,)j(as)d(long)h(as)g(the)f(whitespace)h(c)m
-(haracter)h(is)e(in)g(the)h(v)-5 b(alue)38 b(of)h Ft(IFS)e
-Fu(\(an)i Ft(IFS)e Fu(whitespace)150 2655 y(c)m(haracter\).)47
-b(An)m(y)32 b(c)m(haracter)i(in)d Ft(IFS)g Fu(that)i(is)f(not)g
-Ft(IFS)f Fu(whitespace,)i(along)g(with)e(an)m(y)i(adjacen)m(t)g
-Ft(IFS)150 2765 y Fu(whitespace)41 b(c)m(haracters,)j(delimits)d(a)g
-(\014eld.)70 b(A)40 b(sequence)h(of)g Ft(IFS)e Fu(whitespace)i(c)m
-(haracters)h(is)e(also)150 2874 y(treated)31 b(as)g(a)g(delimiter.)275
-3001 y(If)22 b(the)h(v)-5 b(alue)23 b(of)f Ft(IFS)g Fu(is)h(n)m(ull,)h
-(no)f(w)m(ord)f(splitting)h(o)s(ccurs.)38 b(If)22 b Ft(IFS)g
-Fu(is)h(unset,)h(w)m(ord)e(splitting)h(b)s(eha)m(v)m(es)150
-3111 y(as)31 b(if)f(it)h(con)m(tained)g(the)g(default)g(v)-5
-b(alue)30 b Ft(<space><tab><newline>)p Fu(.)275 3238
-y(Explicit)21 b(n)m(ull)g(argumen)m(ts)g(\()p Ft("")g
-Fu(or)g Ft('')p Fu(\))f(are)h(retained)h(and)e(passed)g(to)i(commands)e
-(as)i(empt)m(y)f(strings.)150 3347 y(Unquoted)37 b(implicit)i(n)m(ull)f
-(argumen)m(ts,)i(resulting)d(from)g(the)h(expansion)g(of)g(parameters)f
-(that)i(ha)m(v)m(e)150 3457 y(no)32 b(v)-5 b(alues,)33
-b(are)f(remo)m(v)m(ed.)47 b(If)32 b(a)g(parameter)h(with)e(no)h(v)-5
-b(alue)33 b(is)f(expanded)f(within)h(double)f(quotes,)j(a)150
-3567 y(n)m(ull)c(argumen)m(t)g(results)g(and)f(is)h(retained)g(and)f
-(passed)g(to)i(a)f(command)g(as)g(an)f(empt)m(y)i(string.)40
-b(When)150 3676 y(a)f(quoted)f(n)m(ull)g(argumen)m(t)h(app)s(ears)e(as)
-i(part)f(of)g(a)g(w)m(ord)g(whose)g(expansion)g(is)h(non-n)m(ull,)h
-(the)e(n)m(ull)150 3786 y(argumen)m(t)i(is)f(remo)m(v)m(ed.)69
-b(That)39 b(is,)j(the)e(w)m(ord)f Ft(-d'')f Fu(b)s(ecomes)i
-Ft(-d)e Fu(after)i(w)m(ord)f(splitting)h(and)f(n)m(ull)150
-3895 y(argumen)m(t)31 b(remo)m(v)-5 b(al.)275 4022 y(Note)31
-b(that)g(if)g(no)f(expansion)g(o)s(ccurs,)g(no)h(splitting)g(is)f(p)s
-(erformed.)150 4207 y Fk(3.5.8)63 b(Filename)41 b(Expansion)150
-4354 y Fu(After)30 b(w)m(ord)f(splitting,)i(unless)d(the)i
-Ft(-f)f Fu(option)h(has)f(b)s(een)g(set)h(\(see)g(Section)h(4.3.1)g
-([The)e(Set)h(Builtin],)150 4463 y(page)d(69\),)i(Bash)d(scans)h(eac)m
-(h)h(w)m(ord)e(for)g(the)h(c)m(haracters)g(`)p Ft(*)p
-Fu(',)h(`)p Ft(?)p Fu(',)g(and)e(`)p Ft([)p Fu('.)39
-b(If)26 b(one)h(of)g(these)f(c)m(haracters)150 4573 y(app)s(ears,)34
-b(and)f(is)g(not)h(quoted,)h(then)e(the)h(w)m(ord)f(is)h(regarded)f(as)
-h(a)g Fr(pattern)p Fu(,)h(and)e(replaced)h(with)f(an)150
-4682 y(alphab)s(etically)41 b(sorted)e(list)h(of)g(\014lenames)f(matc)m
-(hing)i(the)e(pattern)g(\(see)i(Section)f(3.5.8.1)i([P)m(attern)150
-4792 y(Matc)m(hing],)e(page)e(37\).)60 b(If)36 b(no)h(matc)m(hing)g
-(\014lenames)g(are)g(found,)g(and)f(the)g(shell)h(option)g
-Ft(nullglob)150 4902 y Fu(is)k(disabled,)i(the)f(w)m(ord)e(is)h(left)h
-(unc)m(hanged.)72 b(If)40 b(the)h Ft(nullglob)e Fu(option)i(is)g(set,)k
-(and)40 b(no)h(matc)m(hes)150 5011 y(are)c(found,)g(the)g(w)m(ord)f(is)
-g(remo)m(v)m(ed.)60 b(If)36 b(the)h Ft(failglob)d Fu(shell)j(option)g
-(is)g(set,)i(and)c(no)i(matc)m(hes)h(are)150 5121 y(found,)e(an)g
-(error)f(message)i(is)f(prin)m(ted)f(and)h(the)g(command)f(is)h(not)g
-(executed.)58 b(If)35 b(the)h(shell)g(option)150 5230
-y Ft(nocaseglob)e Fu(is)j(enabled,)i(the)e(matc)m(h)h(is)f(p)s
-(erformed)e(without)i(regard)g(to)h(the)f(case)h(of)f(alphab)s(etic)150
-5340 y(c)m(haracters.)p eop end
-%%Page: 37 43
-TeXDict begin 37 42 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(37)275 299
-y(When)23 b(a)h(pattern)f(is)h(used)f(for)g(\014lename)h(expansion,)h
-(the)e(c)m(haracter)i(`)p Ft(.)p Fu(')f(at)g(the)g(start)g(of)g(a)g
-(\014lename)150 408 y(or)f(immediately)i(follo)m(wing)g(a)f(slash)f(m)m
-(ust)h(b)s(e)f(matc)m(hed)h(explicitly)-8 b(,)27 b(unless)c(the)g
-(shell)h(option)g Ft(dotglob)150 518 y Fu(is)36 b(set.)58
-b(In)35 b(order)g(to)i(matc)m(h)f(the)g(\014lenames)g(`)p
-Ft(.)p Fu(')g(and)g(`)p Ft(..)p Fu(',)h(the)f(pattern)g(m)m(ust)g(b)s
-(egin)f(with)h(`)p Ft(.)p Fu(')g(\(for)150 628 y(example,)42
-b(`)p Ft(.?)p Fu('\),)f(ev)m(en)f(if)f Ft(dotglob)d Fu(is)j(set.)67
-b(If)38 b(the)h Ft(globskipdots)d Fu(shell)j(option)g(is)g(enabled,)i
-(the)150 737 y(\014lenames)23 b(`)p Ft(.)p Fu(')g(and)g(`)p
-Ft(..)p Fu(')g(nev)m(er)g(matc)m(h,)j(ev)m(en)e(if)f(the)g(pattern)g(b)
-s(egins)g(with)g(a)g(`)p Ft(.)p Fu('.)39 b(When)22 b(not)i(matc)m(hing)
-150 847 y(\014lenames,)31 b(the)f(`)p Ft(.)p Fu(')h(c)m(haracter)h(is)e
-(not)h(treated)g(sp)s(ecially)-8 b(.)275 976 y(When)30
-b(matc)m(hing)i(a)f(\014lename,)h(the)f(slash)f(c)m(haracter)j(m)m(ust)
-d(alw)m(a)m(ys)j(b)s(e)d(matc)m(hed)h(explicitly)i(b)m(y)e(a)150
-1085 y(slash)d(in)f(the)h(pattern,)h(but)e(in)h(other)g(matc)m(hing)h
-(con)m(texts)h(it)e(can)g(b)s(e)g(matc)m(hed)g(b)m(y)g(a)g(sp)s(ecial)h
-(pattern)150 1195 y(c)m(haracter)j(as)f(describ)s(ed)e(b)s(elo)m(w)h
-(\(see)i(Section)f(3.5.8.1)i([P)m(attern)e(Matc)m(hing],)i(page)e
-(37\).)275 1324 y(See)d(the)g(description)g(of)g Ft(shopt)e
-Fu(in)i(Section)g(4.3.2)i([The)e(Shopt)f(Builtin],)i(page)g(73,)g(for)f
-(a)g(descrip-)150 1433 y(tion)j(of)f(the)h Ft(nocaseglob)p
-Fu(,)d Ft(nullglob)p Fu(,)g Ft(globskipdots)p Fu(,)f
-Ft(failglob)p Fu(,)i(and)h Ft(dotglob)e Fu(options.)275
-1562 y(The)36 b Ft(GLOBIGNORE)d Fu(shell)k(v)-5 b(ariable)37
-b(ma)m(y)g(b)s(e)f(used)g(to)h(restrict)g(the)g(set)g(of)g(\014le)f
-(names)h(matc)m(hing)150 1672 y(a)42 b(pattern.)74 b(If)41
-b Ft(GLOBIGNORE)e Fu(is)i(set,)k(eac)m(h)e(matc)m(hing)f(\014le)g(name)
-f(that)h(also)h(matc)m(hes)f(one)g(of)g(the)150 1782
-y(patterns)34 b(in)g Ft(GLOBIGNORE)d Fu(is)k(remo)m(v)m(ed)g(from)f
-(the)g(list)h(of)f(matc)m(hes.)54 b(If)33 b(the)i Ft(nocaseglob)c
-Fu(option)k(is)150 1891 y(set,)c(the)e(matc)m(hing)i(against)g(the)f
-(patterns)f(in)h Ft(GLOBIGNORE)c Fu(is)k(p)s(erformed)e(without)i
-(regard)f(to)i(case.)150 2001 y(The)d(\014lenames)h Ft(.)g
-Fu(and)f Ft(..)h Fu(are)g(alw)m(a)m(ys)h(ignored)f(when)f
-Ft(GLOBIGNORE)f Fu(is)i(set)g(and)f(not)h(n)m(ull.)41
-b(Ho)m(w)m(ev)m(er,)150 2110 y(setting)30 b Ft(GLOBIGNORE)d
-Fu(to)j(a)f(non-n)m(ull)g(v)-5 b(alue)30 b(has)f(the)g(e\013ect)i(of)f
-(enabling)f(the)h Ft(dotglob)d Fu(shell)i(option,)150
-2220 y(so)j(all)h(other)f(\014lenames)g(b)s(eginning)f(with)h(a)g(`)p
-Ft(.)p Fu(')g(will)h(matc)m(h.)46 b(T)-8 b(o)32 b(get)h(the)f(old)g(b)s
-(eha)m(vior)g(of)h(ignoring)150 2330 y(\014lenames)c(b)s(eginning)f
-(with)h(a)h(`)p Ft(.)p Fu(',)f(mak)m(e)h(`)p Ft(.*)p
-Fu(')f(one)h(of)f(the)g(patterns)g(in)g Ft(GLOBIGNORE)p
-Fu(.)37 b(The)29 b Ft(dotglob)150 2439 y Fu(option)i(is)f(disabled)g
-(when)g Ft(GLOBIGNORE)d Fu(is)k(unset.)275 2568 y(After)26
-b(the)h(pattern)g(is)f(expanded)g(and)g(matc)m(hed)h(against)h
-(\014lenames,)f(the)g(v)-5 b(alue)27 b(of)g(the)f Ft(GLOBSORT)150
-2678 y Fu(v)-5 b(ariable)46 b(con)m(trols)g(ho)m(w)f(the)g(results)f
-(are)h(sorted,)k(as)c(describ)s(ed)f(b)s(elo)m(w)h(\(see)h(Section)g
-(5.2)g([Bash)150 2787 y(V)-8 b(ariables],)32 b(page)f(81\).)150
-2975 y Fk(3.5.8.1)63 b(P)m(attern)40 b(Matc)m(hing)150
-3122 y Fu(An)m(y)24 b(c)m(haracter)h(that)f(app)s(ears)f(in)g(a)h
-(pattern,)i(other)e(than)f(the)h(sp)s(ecial)g(pattern)g(c)m(haracters)h
-(describ)s(ed)150 3232 y(b)s(elo)m(w,)31 b(matc)m(hes)g(itself.)42
-b(The)29 b Fm(nul)h Fu(c)m(haracter)i(ma)m(y)e(not)h(o)s(ccur)f(in)g(a)
-h(pattern.)40 b(A)31 b(bac)m(kslash)g(escap)s(es)150
-3342 y(the)38 b(follo)m(wing)g(c)m(haracter;)43 b(the)37
-b(escaping)i(bac)m(kslash)e(is)h(discarded)f(when)f(matc)m(hing.)63
-b(The)36 b(sp)s(ecial)150 3451 y(pattern)30 b(c)m(haracters)i(m)m(ust)f
-(b)s(e)e(quoted)i(if)f(they)h(are)f(to)i(b)s(e)d(matc)m(hed)i
-(literally)-8 b(.)275 3580 y(The)29 b(sp)s(ecial)i(pattern)g(c)m
-(haracters)h(ha)m(v)m(e)f(the)g(follo)m(wing)h(meanings:)150
-3728 y Ft(*)432 b Fu(Matc)m(hes)31 b(an)m(y)e(string,)h(including)f
-(the)g(n)m(ull)g(string.)41 b(When)29 b(the)g Ft(globstar)e
-Fu(shell)i(option)630 3838 y(is)37 b(enabled,)h(and)e(`)p
-Ft(*)p Fu(')h(is)g(used)f(in)g(a)h(\014lename)g(expansion)g(con)m
-(text,)j(t)m(w)m(o)e(adjacen)m(t)g(`)p Ft(*)p Fu('s)630
-3948 y(used)f(as)g(a)h(single)g(pattern)g(will)f(matc)m(h)i(all)f
-(\014les)f(and)g(zero)h(or)g(more)f(directories)i(and)630
-4057 y(sub)s(directories.)g(If)25 b(follo)m(w)m(ed)j(b)m(y)e(a)g(`)p
-Ft(/)p Fu(',)h(t)m(w)m(o)g(adjacen)m(t)h(`)p Ft(*)p Fu('s)e(will)g
-(matc)m(h)h(only)f(directories)630 4167 y(and)k(sub)s(directories.)150
-4315 y Ft(?)432 b Fu(Matc)m(hes)32 b(an)m(y)f(single)g(c)m(haracter.)
-150 4463 y Ft([...)o(])241 b Fu(Matc)m(hes)27 b(an)m(y)e(one)g(of)g
-(the)g(enclosed)g(c)m(haracters.)41 b(A)25 b(pair)f(of)h(c)m(haracters)
-i(separated)e(b)m(y)g(a)630 4573 y(h)m(yphen)k(denotes)i(a)g
-Fr(range)g(expression)p Fu(;)f(an)m(y)h(c)m(haracter)h(that)f(falls)g
-(b)s(et)m(w)m(een)g(those)g(t)m(w)m(o)630 4682 y(c)m(haracters,)d
-(inclusiv)m(e,)f(using)d(the)h(curren)m(t)f(lo)s(cale's)j(collating)g
-(sequence)e(and)f(c)m(haracter)630 4792 y(set,)31 b(is)f(matc)m(hed.)42
-b(If)30 b(the)g(\014rst)g(c)m(haracter)i(follo)m(wing)g(the)e(`)p
-Ft([)p Fu(')h(is)f(a)h(`)p Ft(!)p Fu(')f(or)g(a)h(`)p
-Ft(^)p Fu(')g(then)f(an)m(y)630 4902 y(c)m(haracter)c(not)f(enclosed)g
-(is)g(matc)m(hed.)40 b(A)25 b(`)p Fq(\000)p Fu(')f(ma)m(y)i(b)s(e)e
-(matc)m(hed)h(b)m(y)f(including)h(it)g(as)g(the)630 5011
-y(\014rst)32 b(or)h(last)h(c)m(haracter)h(in)e(the)g(set.)50
-b(A)33 b(`)p Ft(])p Fu(')g(ma)m(y)h(b)s(e)e(matc)m(hed)i(b)m(y)f
-(including)g(it)g(as)h(the)630 5121 y(\014rst)c(c)m(haracter)j(in)d
-(the)h(set.)43 b(The)31 b(sorting)g(order)g(of)g(c)m(haracters)h(in)f
-(range)g(expressions,)630 5230 y(and)f(the)h(c)m(haracters)h(included)e
-(in)h(the)f(range,)i(are)f(determined)f(b)m(y)h(the)g(curren)m(t)f(lo)s
-(cale)630 5340 y(and)g(the)g(v)-5 b(alues)31 b(of)g(the)f
-Ft(LC_COLLATE)e Fu(and)h Ft(LC_ALL)g Fu(shell)i(v)-5
-b(ariables,)31 b(if)f(set.)p eop end
-%%Page: 38 44
-TeXDict begin 38 43 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(38)630 299
-y(F)-8 b(or)34 b(example,)g(in)f(the)g(default)g(C)f(lo)s(cale,)k(`)p
-Ft([a-dx-z])p Fu(')31 b(is)i(equiv)-5 b(alen)m(t)34 b(to)g(`)p
-Ft([abcdxyz])p Fu('.)630 408 y(Man)m(y)68 b(lo)s(cales)h(sort)f(c)m
-(haracters)h(in)e(dictionary)i(order,)76 b(and)67 b(in)g(these)h(lo)s
-(cales)630 518 y(`)p Ft([a-dx-z])p Fu(')36 b(is)i(t)m(ypically)i(not)e
-(equiv)-5 b(alen)m(t)39 b(to)g(`)p Ft([abcdxyz])p Fu(';)g(it)g(migh)m
-(t)f(b)s(e)f(equiv)-5 b(alen)m(t)630 628 y(to)34 b(`)p
-Ft([aBbCcDdxYyZz])p Fu(',)c(for)j(example.)49 b(T)-8
-b(o)33 b(obtain)h(the)f(traditional)h(in)m(terpretation)h(of)630
-737 y(ranges)e(in)f(brac)m(k)m(et)i(expressions,)g(y)m(ou)f(can)g
-(force)g(the)g(use)f(of)h(the)g(C)f(lo)s(cale)i(b)m(y)f(setting)630
-847 y(the)c Ft(LC_COLLATE)e Fu(or)i Ft(LC_ALL)f Fu(en)m(vironmen)m(t)i
-(v)-5 b(ariable)30 b(to)g(the)f(v)-5 b(alue)30 b(`)p
-Ft(C)p Fu(',)g(or)f(enable)h(the)630 956 y Ft(globasciiranges)c
-Fu(shell)31 b(option.)630 1093 y(Within)23 b(`)p Ft([)p
-Fu(')h(and)e(`)p Ft(])p Fu(',)j Fr(c)m(haracter)g(classes)j
-Fu(can)c(b)s(e)e(sp)s(eci\014ed)h(using)f(the)i(syn)m(tax)f
-Ft([:)p Fr(class)t Ft(:])p Fu(,)630 1203 y(where)30 b
-Fr(class)35 b Fu(is)30 b(one)h(of)f(the)h(follo)m(wing)h(classes)f
-(de\014ned)e(in)h(the)h Fm(posix)f Fu(standard:)870 1339
-y Ft(alnum)142 b(alpha)g(ascii)f(blank)h(cntrl)g(digit)g(graph)g(lower)
-870 1449 y(print)g(punct)g(space)f(upper)h(word)190 b(xdigit)630
-1585 y Fu(A)42 b(c)m(haracter)h(class)f(matc)m(hes)h(an)m(y)f(c)m
-(haracter)h(b)s(elonging)f(to)g(that)g(class.)75 b(The)41
-b Ft(word)630 1695 y Fu(c)m(haracter)32 b(class)f(matc)m(hes)h
-(letters,)f(digits,)h(and)d(the)i(c)m(haracter)h(`)p
-Ft(_)p Fu('.)630 1831 y(Within)25 b(`)p Ft([)p Fu(')f(and)g(`)p
-Ft(])p Fu(',)i(an)e Fr(equiv)-5 b(alence)26 b(class)j
-Fu(can)24 b(b)s(e)g(sp)s(eci\014ed)g(using)g(the)g(syn)m(tax)h
-Ft([=)p Fr(c)6 b Ft(=])p Fu(,)630 1941 y(whic)m(h)29
-b(matc)m(hes)i(all)f(c)m(haracters)h(with)e(the)h(same)g(collation)h(w)
-m(eigh)m(t)g(\(as)f(de\014ned)e(b)m(y)i(the)630 2051
-y(curren)m(t)g(lo)s(cale\))j(as)d(the)h(c)m(haracter)h
-Fr(c)p Fu(.)630 2187 y(Within)22 b(`)p Ft([)p Fu(')f(and)g(`)p
-Ft(])p Fu(',)j(the)d(syn)m(tax)h Ft([.)p Fr(sym)m(b)s(ol)t
-Ft(.])e Fu(matc)m(hes)i(the)g(collating)i(sym)m(b)s(ol)d
-Fr(sym)m(b)s(ol)p Fu(.)275 2353 y(If)i(the)g Ft(extglob)f
-Fu(shell)h(option)h(is)g(enabled)f(using)g(the)h Ft(shopt)e
-Fu(builtin,)i(the)g(shell)f(recognizes)j(sev)m(eral)150
-2462 y(extended)i(pattern)f(matc)m(hing)i(op)s(erators.)40
-b(In)26 b(the)i(follo)m(wing)h(description,)g(a)e Fr(pattern-list)k
-Fu(is)d(a)g(list)g(of)150 2572 y(one)23 b(or)f(more)h(patterns)g
-(separated)g(b)m(y)f(a)h(`)p Ft(|)p Fu('.)38 b(When)22
-b(matc)m(hing)i(\014lenames,)g(the)f Ft(dotglob)e Fu(shell)h(option)150
-2682 y(determines)h(the)h(set)g(of)g(\014lenames)f(that)h(are)g
-(tested,)i(as)d(describ)s(ed)g(ab)s(o)m(v)m(e.)39 b(Comp)s(osite)24
-b(patterns)f(ma)m(y)150 2791 y(b)s(e)30 b(formed)g(using)f(one)i(or)f
-(more)h(of)g(the)f(follo)m(wing)i(sub-patterns:)150 2957
-y Ft(?\()p Fj(pattern-list)p Ft(\))630 3066 y Fu(Matc)m(hes)g(zero)f
-(or)g(one)f(o)s(ccurrence)h(of)f(the)h(giv)m(en)g(patterns.)150
-3230 y Ft(*\()p Fj(pattern-list)p Ft(\))630 3340 y Fu(Matc)m(hes)h
-(zero)f(or)g(more)f(o)s(ccurrences)h(of)f(the)h(giv)m(en)g(patterns.)
-150 3503 y Ft(+\()p Fj(pattern-list)p Ft(\))630 3613
-y Fu(Matc)m(hes)h(one)f(or)f(more)h(o)s(ccurrences)f(of)h(the)f(giv)m
-(en)i(patterns.)150 3776 y Ft(@\()p Fj(pattern-list)p
-Ft(\))630 3886 y Fu(Matc)m(hes)g(one)f(of)f(the)h(giv)m(en)g(patterns.)
-150 4049 y Ft(!\()p Fj(pattern-list)p Ft(\))630 4159
-y Fu(Matc)m(hes)h(an)m(ything)f(except)g(one)g(of)f(the)h(giv)m(en)g
-(patterns.)275 4325 y(The)h Ft(extglob)f Fu(option)j(c)m(hanges)g(the)f
-(b)s(eha)m(vior)g(of)h(the)f(parser,)g(since)h(the)f(paren)m(theses)h
-(are)f(nor-)150 4434 y(mally)44 b(treated)g(as)f(op)s(erators)g(with)g
-(syn)m(tactic)i(meaning.)79 b(T)-8 b(o)44 b(ensure)e(that)i(extended)f
-(matc)m(hing)150 4544 y(patterns)30 b(are)g(parsed)f(correctly)-8
-b(,)32 b(mak)m(e)e(sure)g(that)g Ft(extglob)e Fu(is)h(enabled)h(b)s
-(efore)f(parsing)h(constructs)150 4653 y(con)m(taining)i(the)e
-(patterns,)h(including)f(shell)h(functions)f(and)f(command)h
-(substitutions.)275 4792 y(When)c(matc)m(hing)i(\014lenames,)g(the)f
-Ft(dotglob)e Fu(shell)i(option)h(determines)f(the)g(set)g(of)g
-(\014lenames)g(that)150 4902 y(are)34 b(tested:)47 b(when)33
-b Ft(dotglob)e Fu(is)i(enabled,)i(the)e(set)h(of)g(\014lenames)f
-(includes)g(all)h(\014les)g(b)s(eginning)e(with)150 5011
-y(`)p Ft(.)p Fu(',)d(but)e(the)g(\014lenames)h(`)p Ft(.)p
-Fu(')g(and)f(`)p Ft(..)p Fu(')g(m)m(ust)h(b)s(e)f(matc)m(hed)h(b)m(y)g
-(a)g(pattern)g(or)f(sub-pattern)g(that)h(b)s(egins)150
-5121 y(with)33 b(a)g(dot;)j(when)c(it)h(is)h(disabled,)f(the)h(set)g
-(do)s(es)e(not)i(include)f(an)m(y)g(\014lenames)g(b)s(eginning)g(with)g
-(\\.")150 5230 y(unless)24 b(the)g(pattern)h(or)f(sub-pattern)g(b)s
-(egins)g(with)g(a)g(`)p Ft(.)p Fu('.)39 b(As)25 b(ab)s(o)m(v)m(e,)i(`)p
-Ft(.)p Fu(')d(only)h(has)f(a)h(sp)s(ecial)g(meaning)150
-5340 y(when)k(matc)m(hing)j(\014lenames.)p eop end
-%%Page: 39 45
-TeXDict begin 39 44 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(39)275 299
-y(Complicated)41 b(extended)f(pattern)g(matc)m(hing)h(against)h(long)f
-(strings)f(is)g(slo)m(w,)k(esp)s(ecially)d(when)150 408
-y(the)29 b(patterns)g(con)m(tain)i(alternations)f(and)f(the)g(strings)g
-(con)m(tain)h(m)m(ultiple)g(matc)m(hes.)42 b(Using)29
-b(separate)150 518 y(matc)m(hes)38 b(against)g(shorter)e(strings,)i(or)
-f(using)f(arra)m(ys)h(of)g(strings)f(instead)h(of)g(a)g(single)g(long)h
-(string,)150 628 y(ma)m(y)31 b(b)s(e)f(faster.)150 828
-y Fk(3.5.9)63 b(Quote)41 b(Remo)m(v)-7 b(al)150 975 y
-Fu(After)32 b(the)g(preceding)g(expansions,)h(all)f(unquoted)f(o)s
-(ccurrences)h(of)g(the)h(c)m(haracters)g(`)p Ft(\\)p
-Fu(',)g(`)p Ft(')p Fu(',)f(and)g(`)p Ft(")p Fu(')150
-1085 y(that)f(did)f(not)g(result)g(from)g(one)h(of)g(the)f(ab)s(o)m(v)m
-(e)i(expansions)e(are)h(remo)m(v)m(ed.)150 1328 y Fs(3.6)68
-b(Redirections)150 1487 y Fu(Before)32 b(a)f(command)f(is)h(executed,)h
-(its)f(input)e(and)h(output)h(ma)m(y)g(b)s(e)f Fr(redirected)k
-Fu(using)c(a)i(sp)s(ecial)f(no-)150 1597 y(tation)d(in)m(terpreted)f(b)
-m(y)f(the)h(shell.)40 b Fr(Redirection)27 b Fu(allo)m(ws)h(commands')f
-(\014le)f(handles)g(to)i(b)s(e)e(duplicated,)150 1706
-y(op)s(ened,)i(closed,)i(made)e(to)h(refer)f(to)h(di\013eren)m(t)f
-(\014les,)h(and)f(can)g(c)m(hange)h(the)g(\014les)f(the)g(command)g
-(reads)150 1816 y(from)39 b(and)g(writes)h(to.)69 b(Redirection)40
-b(ma)m(y)g(also)h(b)s(e)e(used)g(to)h(mo)s(dify)f(\014le)g(handles)g
-(in)g(the)h(curren)m(t)150 1925 y(shell)e(execution)h(en)m(vironmen)m
-(t.)65 b(The)37 b(follo)m(wing)j(redirection)f(op)s(erators)f(ma)m(y)g
-(precede)h(or)f(app)s(ear)150 2035 y(an)m(ywhere)30 b(within)f(a)h
-(simple)f(command)h(or)f(ma)m(y)i(follo)m(w)g(a)f(command.)40
-b(Redirections)30 b(are)g(pro)s(cessed)150 2145 y(in)g(the)h(order)f
-(they)g(app)s(ear,)g(from)g(left)h(to)g(righ)m(t.)275
-2280 y(Eac)m(h)45 b(redirection)h(that)f(ma)m(y)h(b)s(e)e(preceded)g(b)
-m(y)h(a)h(\014le)f(descriptor)f(n)m(um)m(b)s(er)g(ma)m(y)h(instead)h(b)
-s(e)150 2390 y(preceded)41 b(b)m(y)g(a)h(w)m(ord)f(of)g(the)h(form)f
-Fi({)p Fr(v)-5 b(arname)5 b Fi(})p Fu(.)74 b(In)41 b(this)g(case,)k
-(for)c(eac)m(h)i(redirection)f(op)s(erator)150 2500 y(except)37
-b Ft(>)p Fu(&-)e(and)g Ft(<)p Fu(&-,)i(the)f(shell)g(will)g(allo)s
-(cate)j(a)d(\014le)g(descriptor)f(greater)i(than)f(10)g(and)f(assign)h
-(it)150 2609 y(to)e Fi({)p Fr(v)-5 b(arname)5 b Fi(})p
-Fu(.)52 b(If)33 b Ft(>)p Fu(&-)g(or)h Ft(<)p Fu(&-)f(is)g(preceded)h(b)
-m(y)f Fi({)p Fr(v)-5 b(arname)5 b Fi(})p Fu(,)36 b(the)e(v)-5
-b(alue)34 b(of)f Fr(v)-5 b(arname)39 b Fu(de\014nes)33
-b(the)150 2719 y(\014le)e(descriptor)g(to)h(close.)43
-b(If)31 b Fi({)p Fr(v)-5 b(arname)5 b Fi(})32 b Fu(is)f(supplied,)f
-(the)h(redirection)g(p)s(ersists)f(b)s(ey)m(ond)h(the)g(scop)s(e)150
-2828 y(of)42 b(the)f(command,)j(allo)m(wing)f(the)f(shell)g(programmer)
-f(to)h(manage)g(the)g(\014le)f(descriptor's)h(lifetime)150
-2938 y(man)m(ually)-8 b(.)41 b(The)29 b Ft(varredir_close)c
-Fu(shell)k(option)g(manages)h(this)f(b)s(eha)m(vior)g(\(see)h(Section)f
-(4.3.2)i([The)150 3048 y(Shopt)f(Builtin],)h(page)g(73\).)275
-3183 y(In)c(the)i(follo)m(wing)h(descriptions,)g(if)e(the)h(\014le)g
-(descriptor)f(n)m(um)m(b)s(er)g(is)g(omitted,)i(and)f(the)f(\014rst)g
-(c)m(har-)150 3293 y(acter)42 b(of)f(the)g(redirection)g(op)s(erator)g
-(is)g(`)p Ft(<)p Fu(',)i(the)e(redirection)g(refers)g(to)g(the)g
-(standard)f(input)f(\(\014le)150 3403 y(descriptor)33
-b(0\).)49 b(If)33 b(the)g(\014rst)f(c)m(haracter)i(of)g(the)f
-(redirection)g(op)s(erator)h(is)f(`)p Ft(>)p Fu(',)h(the)f(redirection)
-g(refers)150 3512 y(to)e(the)g(standard)e(output)h(\(\014le)h
-(descriptor)f(1\).)275 3648 y(The)h(w)m(ord)h(follo)m(wing)i(the)f
-(redirection)g(op)s(erator)f(in)g(the)h(follo)m(wing)h(descriptions,)f
-(unless)e(other-)150 3758 y(wise)21 b(noted,)i(is)e(sub)5
-b(jected)21 b(to)h(brace)f(expansion,)i(tilde)f(expansion,)h(parameter)
-e(expansion,)i(command)150 3867 y(substitution,)31 b(arithmetic)h
-(expansion,)f(quote)h(remo)m(v)-5 b(al,)33 b(\014lename)e(expansion,)g
-(and)f(w)m(ord)h(splitting.)150 3977 y(If)f(it)h(expands)e(to)i(more)g
-(than)f(one)h(w)m(ord,)f(Bash)h(rep)s(orts)e(an)h(error.)275
-4113 y(Note)h(that)g(the)g(order)f(of)g(redirections)h(is)g
-(signi\014can)m(t.)41 b(F)-8 b(or)31 b(example,)h(the)e(command)390
-4249 y Ft(ls)47 b(>)h Fj(dirlist)d Ft(2>&1)150 4384 y
-Fu(directs)28 b(b)s(oth)f(standard)g(output)g(\(\014le)h(descriptor)f
-(1\))i(and)e(standard)f(error)i(\(\014le)g(descriptor)f(2\))h(to)h(the)
-150 4494 y(\014le)h Fr(dirlist)p Fu(,)h(while)f(the)h(command)390
-4630 y Ft(ls)47 b(2>&1)g(>)g Fj(dirlist)150 4766 y Fu(directs)28
-b(only)f(the)h(standard)e(output)i(to)g(\014le)f Fr(dirlist)p
-Fu(,)h(b)s(ecause)g(the)f(standard)g(error)g(w)m(as)h(made)f(a)h(cop)m
-(y)150 4875 y(of)j(the)f(standard)g(output)g(b)s(efore)g(the)g
-(standard)g(output)g(w)m(as)g(redirected)h(to)g Fr(dirlist)p
-Fu(.)275 5011 y(Bash)26 b(handles)f(sev)m(eral)j(\014lenames)e(sp)s
-(ecially)h(when)f(they)g(are)g(used)g(in)g(redirections,)i(as)e
-(describ)s(ed)150 5121 y(in)38 b(the)h(follo)m(wing)h(table.)66
-b(If)38 b(the)h(op)s(erating)g(system)f(on)h(whic)m(h)f(Bash)h(is)f
-(running)f(pro)m(vides)h(these)150 5230 y(sp)s(ecial)26
-b(\014les,)g(Bash)f(will)h(use)e(them;)k(otherwise)d(it)h(will)f(em)m
-(ulate)i(them)e(in)m(ternally)h(with)f(the)g(b)s(eha)m(vior)150
-5340 y(describ)s(ed)k(b)s(elo)m(w.)p eop end
-%%Page: 40 46
-TeXDict begin 40 45 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(40)150 299
-y Ft(/dev/fd/)p Fj(fd)630 408 y Fu(If)30 b Fr(fd)j Fu(is)d(a)h(v)-5
-b(alid)31 b(in)m(teger,)h(\014le)e(descriptor)h Fr(fd)i
-Fu(is)d(duplicated.)150 559 y Ft(/dev/stdin)630 669 y
-Fu(File)i(descriptor)e(0)h(is)f(duplicated.)150 820 y
-Ft(/dev/stdout)630 929 y Fu(File)i(descriptor)e(1)h(is)f(duplicated.)
-150 1080 y Ft(/dev/stderr)630 1190 y Fu(File)i(descriptor)e(2)h(is)f
-(duplicated.)150 1340 y Ft(/dev/tcp/)p Fj(host)p Ft(/)p
-Fj(port)630 1450 y Fu(If)41 b Fr(host)i Fu(is)f(a)g(v)-5
-b(alid)41 b(hostname)h(or)f(In)m(ternet)h(address,)i(and)c
-Fr(p)s(ort)j Fu(is)f(an)f(in)m(teger)i(p)s(ort)630 1560
-y(n)m(um)m(b)s(er)23 b(or)i(service)h(name,)g(Bash)f(attempts)h(to)f
-(op)s(en)f(the)h(corresp)s(onding)f(TCP)g(so)s(c)m(k)m(et.)150
-1710 y Ft(/dev/udp/)p Fj(host)p Ft(/)p Fj(port)630 1820
-y Fu(If)41 b Fr(host)i Fu(is)f(a)g(v)-5 b(alid)41 b(hostname)h(or)f(In)
-m(ternet)h(address,)i(and)c Fr(p)s(ort)j Fu(is)f(an)f(in)m(teger)i(p)s
-(ort)630 1929 y(n)m(um)m(b)s(er)23 b(or)h(service)h(name,)h(Bash)e
-(attempts)h(to)g(op)s(en)f(the)g(corresp)s(onding)f(UDP)i(so)s(c)m(k)m
-(et.)275 2080 y(A)30 b(failure)h(to)g(op)s(en)e(or)i(create)h(a)e
-(\014le)h(causes)g(the)f(redirection)h(to)g(fail.)275
-2210 y(Redirections)f(using)e(\014le)i(descriptors)f(greater)h(than)f
-(9)h(should)e(b)s(e)h(used)f(with)h(care,)h(as)g(they)f(ma)m(y)150
-2320 y(con\015ict)i(with)f(\014le)h(descriptors)f(the)g(shell)h(uses)f
-(in)m(ternally)-8 b(.)150 2511 y Fk(3.6.1)63 b(Redirecting)40
-b(Input)150 2658 y Fu(Redirection)35 b(of)f(input)f(causes)i(the)f
-(\014le)g(whose)g(name)g(results)g(from)g(the)g(expansion)g(of)g
-Fr(w)m(ord)k Fu(to)d(b)s(e)150 2767 y(op)s(ened)d(for)g(reading)g(on)g
-(\014le)h(descriptor)f Ft(n)p Fu(,)h(or)f(the)g(standard)g(input)f
-(\(\014le)i(descriptor)f(0\))h(if)f Ft(n)g Fu(is)h(not)150
-2877 y(sp)s(eci\014ed.)275 3007 y(The)c(general)j(format)e(for)h
-(redirecting)g(input)e(is:)390 3137 y Ft([)p Fj(n)p Ft(]<)p
-Fj(word)150 3328 y Fk(3.6.2)63 b(Redirecting)40 b(Output)150
-3475 y Fu(Redirection)31 b(of)g(output)f(causes)h(the)f(\014le)h(whose)
-f(name)g(results)h(from)e(the)i(expansion)f(of)h Fr(w)m(ord)i
-Fu(to)f(b)s(e)150 3584 y(op)s(ened)d(for)g(writing)g(on)g(\014le)h
-(descriptor)f Fr(n)p Fu(,)g(or)g(the)h(standard)e(output)h(\(\014le)h
-(descriptor)f(1\))h(if)g Fr(n)e Fu(is)i(not)150 3694
-y(sp)s(eci\014ed.)40 b(If)30 b(the)g(\014le)h(do)s(es)f(not)h(exist)g
-(it)g(is)f(created;)i(if)e(it)h(do)s(es)f(exist)h(it)g(is)g(truncated)f
-(to)h(zero)g(size.)275 3824 y(The)e(general)j(format)e(for)h
-(redirecting)g(output)f(is:)390 3954 y Ft([)p Fj(n)p
-Ft(]>[|])p Fj(word)275 4084 y Fu(If)g(the)h(redirection)g(op)s(erator)g
-(is)g(`)p Ft(>)p Fu(',)g(and)f(the)h Ft(noclobber)d Fu(option)j(to)g
-(the)g Ft(set)f Fu(builtin)g(has)h(b)s(een)150 4194 y(enabled,)h(the)g
-(redirection)h(will)f(fail)h(if)e(the)i(\014le)e(whose)h(name)g
-(results)g(from)f(the)h(expansion)g(of)g Fr(w)m(ord)150
-4304 y Fu(exists)f(and)f(is)g(a)h(regular)g(\014le.)41
-b(If)30 b(the)h(redirection)g(op)s(erator)g(is)f(`)p
-Ft(>|)p Fu(',)h(or)f(the)h(redirection)g(op)s(erator)g(is)150
-4413 y(`)p Ft(>)p Fu(')36 b(and)f(the)g Ft(noclobber)e
-Fu(option)j(is)g(not)g(enabled,)h(the)e(redirection)h(is)g(attempted)g
-(ev)m(en)h(if)e(the)h(\014le)150 4523 y(named)30 b(b)m(y)g
-Fr(w)m(ord)k Fu(exists.)150 4713 y Fk(3.6.3)63 b(App)s(ending)42
-b(Redirected)e(Output)150 4860 y Fu(Redirection)23 b(of)e(output)h(in)f
-(this)h(fashion)f(causes)h(the)g(\014le)g(whose)f(name)h(results)f
-(from)g(the)h(expansion)g(of)150 4970 y Fr(w)m(ord)28
-b Fu(to)e(b)s(e)e(op)s(ened)g(for)h(app)s(ending)e(on)i(\014le)g
-(descriptor)g Fr(n)p Fu(,)g(or)g(the)g(standard)f(output)h(\(\014le)g
-(descriptor)150 5080 y(1\))31 b(if)f Fr(n)g Fu(is)h(not)f(sp)s
-(eci\014ed.)40 b(If)30 b(the)h(\014le)f(do)s(es)g(not)h(exist)g(it)g
-(is)f(created.)275 5210 y(The)f(general)j(format)e(for)h(app)s(ending)e
-(output)h(is:)390 5340 y Ft([)p Fj(n)p Ft(]>>)p Fj(word)p
-eop end
-%%Page: 41 47
-TeXDict begin 41 46 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(41)150 299
-y Fk(3.6.4)63 b(Redirecting)40 b(Standard)h(Output)g(and)g(Standard)g
-(Error)150 446 y Fu(This)33 b(construct)i(allo)m(ws)g(b)s(oth)f(the)g
-(standard)g(output)f(\(\014le)i(descriptor)f(1\))h(and)f(the)g
-(standard)f(error)150 555 y(output)d(\(\014le)h(descriptor)f(2\))h(to)g
-(b)s(e)f(redirected)h(to)g(the)f(\014le)h(whose)f(name)h(is)f(the)g
-(expansion)h(of)f Fr(w)m(ord)p Fu(.)275 698 y(There)f(are)i(t)m(w)m(o)h
-(formats)e(for)h(redirecting)g(standard)e(output)h(and)g(standard)f
-(error:)390 841 y Ft(&>)p Fj(word)150 984 y Fu(and)390
-1127 y Ft(>&)p Fj(word)150 1270 y Fu(Of)h(the)g(t)m(w)m(o)i(forms,)e
-(the)h(\014rst)e(is)i(preferred.)39 b(This)30 b(is)g(seman)m(tically)j
-(equiv)-5 b(alen)m(t)32 b(to)390 1414 y Ft(>)p Fj(word)46
-b Ft(2>&1)275 1557 y Fu(When)41 b(using)g(the)h(second)f(form,)k
-Fr(w)m(ord)f Fu(ma)m(y)e(not)g(expand)f(to)h(a)g(n)m(um)m(b)s(er)f(or)g
-(`)p Ft(-)p Fu('.)75 b(If)41 b(it)h(do)s(es,)150 1666
-y(other)27 b(redirection)g(op)s(erators)f(apply)h(\(see)g(Duplicating)h
-(File)f(Descriptors)h(b)s(elo)m(w\))f(for)f(compatibilit)m(y)150
-1776 y(reasons.)150 1983 y Fk(3.6.5)63 b(App)s(ending)42
-b(Standard)f(Output)g(and)g(Standard)g(Error)150 2130
-y Fu(This)33 b(construct)i(allo)m(ws)g(b)s(oth)f(the)g(standard)g
-(output)f(\(\014le)i(descriptor)f(1\))h(and)f(the)g(standard)f(error)
-150 2240 y(output)d(\(\014le)h(descriptor)f(2\))h(to)g(b)s(e)f(app)s
-(ended)f(to)i(the)f(\014le)h(whose)f(name)g(is)h(the)f(expansion)h(of)f
-Fr(w)m(ord)p Fu(.)275 2383 y(The)f(format)i(for)f(app)s(ending)f
-(standard)h(output)g(and)f(standard)h(error)g(is:)390
-2526 y Ft(&>>)p Fj(word)150 2669 y Fu(This)g(is)g(seman)m(tically)j
-(equiv)-5 b(alen)m(t)32 b(to)390 2812 y Ft(>>)p Fj(word)46
-b Ft(2>&1)275 2955 y Fu(\(see)31 b(Duplicating)h(File)f(Descriptors)g
-(b)s(elo)m(w\).)150 3163 y Fk(3.6.6)63 b(Here)41 b(Do)s(cumen)m(ts)150
-3310 y Fu(This)36 b(t)m(yp)s(e)h(of)f(redirection)h(instructs)g(the)f
-(shell)h(to)h(read)e(input)g(from)g(the)g(curren)m(t)h(source)g(un)m
-(til)f(it)150 3419 y(reads)31 b(a)g(line)g(con)m(taining)h(only)f
-Fr(delimiter)38 b Fu(\(with)31 b(no)g(trailing)h(blanks\).)41
-b(All)32 b(of)f(the)g(lines)g(read)f(up)g(to)150 3529
-y(that)35 b(p)s(oin)m(t)f(are)g(then)g(used)g(as)g(the)g(standard)g
-(input)f(\(or)h(\014le)g(descriptor)g Fr(n)g Fu(if)g
-Fr(n)g Fu(is)g(sp)s(eci\014ed\))g(for)g(a)150 3639 y(command.)275
-3782 y(The)29 b(format)i(of)g(here-do)s(cumen)m(ts)f(is:)390
-3925 y Ft([)p Fj(n)p Ft(]<<[)p Fq(\000)p Ft(])p Fj(word)772
-4034 y(here-document)390 4144 y(delimiter)275 4287 y
-Fu(No)i(parameter)h(and)f(v)-5 b(ariable)32 b(expansion,)h(command)f
-(substitution,)h(arithmetic)g(expansion,)g(or)150 4396
-y(\014lename)e(expansion)f(is)g(p)s(erformed)f(on)h Fr(w)m(ord)p
-Fu(.)275 4539 y(If)40 b(an)m(y)i(part)g(of)f Fr(w)m(ord)k
-Fu(is)c(quoted,)k(the)c Fr(delimiter)49 b Fu(is)41 b(the)h(result)f(of)
-h(quote)g(remo)m(v)-5 b(al)43 b(on)e Fr(w)m(ord)p Fu(,)150
-4649 y(and)d(the)h(lines)g(in)f(the)h(here-do)s(cumen)m(t)g(are)g(not)g
-(expanded.)65 b(If)38 b Fr(w)m(ord)k Fu(is)d(unquoted,)h
-Fr(delimiter)46 b Fu(is)150 4759 y Fr(w)m(ord)32 b Fu(itself,)e(all)f
-(lines)g(of)g(the)g(here-do)s(cumen)m(t)f(are)h(sub)5
-b(jected)29 b(to)g(parameter)g(expansion,)g(command)150
-4868 y(substitution,)39 b(and)e(arithmetic)i(expansion,)g(the)f(c)m
-(haracter)h(sequence)e Ft(\\newline)f Fu(is)h(ignored,)j(and)150
-4978 y(`)p Ft(\\)p Fu(')31 b(m)m(ust)f(b)s(e)g(used)f(to)i(quote)g(the)
-g(c)m(haracters)h(`)p Ft(\\)p Fu(',)e(`)p Ft($)p Fu(',)h(and)f(`)p
-Ft(`)p Fu('.)275 5121 y(If)21 b(the)i(redirection)g(op)s(erator)g(is)f
-(`)p Ft(<<-)p Fu(',)i(then)e(all)h(leading)g(tab)g(c)m(haracters)h(are)
-e(stripp)s(ed)f(from)h(input)150 5230 y(lines)33 b(and)f(the)h(line)h
-(con)m(taining)g Fr(delimiter)p Fu(.)49 b(This)32 b(allo)m(ws)i
-(here-do)s(cumen)m(ts)f(within)f(shell)i(scripts)e(to)150
-5340 y(b)s(e)e(inden)m(ted)g(in)g(a)h(natural)f(fashion.)p
-eop end
-%%Page: 42 48
-TeXDict begin 42 47 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(42)150 299
-y Fk(3.6.7)63 b(Here)41 b(Strings)150 446 y Fu(A)30 b(v)-5
-b(arian)m(t)32 b(of)e(here)h(do)s(cumen)m(ts,)f(the)g(format)h(is:)390
-600 y Ft([)p Fj(n)p Ft(]<<<)46 b Fj(word)275 753 y Fu(The)29
-b Fr(w)m(ord)k Fu(undergo)s(es)c(tilde)i(expansion,)f(parameter)h(and)e
-(v)-5 b(ariable)31 b(expansion,)f(command)g(sub-)150
-863 y(stitution,)f(arithmetic)f(expansion,)g(and)f(quote)h(remo)m(v)-5
-b(al.)41 b(Filename)29 b(expansion)e(and)f(w)m(ord)h(splitting)150
-973 y(are)35 b(not)g(p)s(erformed.)51 b(The)34 b(result)h(is)g
-(supplied)e(as)i(a)f(single)i(string,)f(with)g(a)g(newline)f(app)s
-(ended,)g(to)150 1082 y(the)d(command)f(on)g(its)h(standard)e(input)h
-(\(or)g(\014le)h(descriptor)f Fr(n)g Fu(if)g Fr(n)g Fu(is)h(sp)s
-(eci\014ed\).)150 1301 y Fk(3.6.8)63 b(Duplicating)41
-b(File)g(Descriptors)150 1448 y Fu(The)30 b(redirection)h(op)s(erator)
-390 1602 y Ft([)p Fj(n)p Ft(]<&)p Fj(word)150 1755 y
-Fu(is)k(used)e(to)j(duplicate)f(input)f(\014le)g(descriptors.)53
-b(If)34 b Fr(w)m(ord)k Fu(expands)c(to)h(one)g(or)g(more)g(digits,)h
-(the)f(\014le)150 1865 y(descriptor)e(denoted)h(b)m(y)f
-Fr(n)g Fu(is)g(made)h(to)g(b)s(e)f(a)g(cop)m(y)h(of)g(that)g(\014le)f
-(descriptor.)50 b(If)33 b(the)h(digits)g(in)f Fr(w)m(ord)150
-1975 y Fu(do)c(not)h(sp)s(ecify)f(a)h(\014le)f(descriptor)g(op)s(en)g
-(for)g(input,)g(a)h(redirection)g(error)f(o)s(ccurs.)40
-b(If)29 b Fr(w)m(ord)j Fu(ev)-5 b(aluates)150 2084 y(to)31
-b(`)p Ft(-)p Fu(',)g(\014le)g(descriptor)g Fr(n)f Fu(is)g(closed.)43
-b(If)30 b Fr(n)g Fu(is)g(not)h(sp)s(eci\014ed,)f(the)h(standard)f
-(input)g(\(\014le)h(descriptor)f(0\))150 2194 y(is)g(used.)275
-2348 y(The)f(op)s(erator)390 2502 y Ft([)p Fj(n)p Ft(]>&)p
-Fj(word)150 2655 y Fu(is)40 b(used)g(similarly)h(to)g(duplicate)f
-(output)g(\014le)h(descriptors.)70 b(If)40 b Fr(n)f Fu(is)i(not)f(sp)s
-(eci\014ed,)i(the)f(standard)150 2765 y(output)30 b(\(\014le)g
-(descriptor)g(1\))h(is)f(used.)39 b(If)30 b(the)g(digits)h(in)e
-Fr(w)m(ord)34 b Fu(do)29 b(not)i(sp)s(ecify)e(a)i(\014le)f(descriptor)g
-(op)s(en)150 2875 y(for)35 b(output,)h(a)g(redirection)g(error)e(o)s
-(ccurs.)55 b(If)35 b Fr(w)m(ord)j Fu(ev)-5 b(aluates)37
-b(to)f(`)p Ft(-)p Fu(',)h(\014le)e(descriptor)g Fr(n)g
-Fu(is)g(closed.)150 2984 y(As)f(a)g(sp)s(ecial)h(case,)h(if)e
-Fr(n)f Fu(is)h(omitted,)i(and)e Fr(w)m(ord)j Fu(do)s(es)d(not)g(expand)
-f(to)i(one)f(or)g(more)g(digits)h(or)f(`)p Ft(-)p Fu(',)150
-3094 y(the)d(standard)e(output)h(and)g(standard)f(error)h(are)h
-(redirected)g(as)g(describ)s(ed)e(previously)-8 b(.)150
-3312 y Fk(3.6.9)63 b(Mo)m(ving)41 b(File)h(Descriptors)150
-3459 y Fu(The)30 b(redirection)h(op)s(erator)390 3613
-y Ft([)p Fj(n)p Ft(]<&)p Fj(digit)p Ft(-)150 3767 y Fu(mo)m(v)m(es)i
-(the)f(\014le)g(descriptor)f Fr(digit)k Fu(to)d(\014le)g(descriptor)g
-Fr(n)p Fu(,)f(or)h(the)g(standard)f(input)f(\(\014le)j(descriptor)e
-(0\))150 3876 y(if)f Fr(n)g Fu(is)h(not)f(sp)s(eci\014ed.)40
-b Fr(digit)33 b Fu(is)e(closed)g(after)g(b)s(eing)f(duplicated)g(to)h
-Fr(n)p Fu(.)275 4030 y(Similarly)-8 b(,)31 b(the)f(redirection)h(op)s
-(erator)390 4184 y Ft([)p Fj(n)p Ft(]>&)p Fj(digit)p
-Ft(-)150 4338 y Fu(mo)m(v)m(es)e(the)g(\014le)f(descriptor)f
-Fr(digit)k Fu(to)e(\014le)f(descriptor)g Fr(n)p Fu(,)g(or)g(the)g
-(standard)f(output)h(\(\014le)g(descriptor)g(1\))150
-4448 y(if)i Fr(n)g Fu(is)h(not)f(sp)s(eci\014ed.)150
-4666 y Fk(3.6.10)63 b(Op)s(ening)42 b(File)g(Descriptors)g(for)g
-(Reading)e(and)h(W)-10 b(riting)150 4813 y Fu(The)30
-b(redirection)h(op)s(erator)390 4967 y Ft([)p Fj(n)p
-Ft(]<>)p Fj(word)150 5121 y Fu(causes)39 b(the)g(\014le)g(whose)g(name)
-g(is)g(the)g(expansion)g(of)g Fr(w)m(ord)j Fu(to)d(b)s(e)g(op)s(ened)f
-(for)g(b)s(oth)h(reading)g(and)150 5230 y(writing)33
-b(on)f(\014le)h(descriptor)f Fr(n)p Fu(,)h(or)g(on)f(\014le)h
-(descriptor)g(0)g(if)f Fr(n)g Fu(is)h(not)g(sp)s(eci\014ed.)47
-b(If)32 b(the)h(\014le)f(do)s(es)h(not)150 5340 y(exist,)e(it)g(is)g
-(created.)p eop end
-%%Page: 43 49
-TeXDict begin 43 48 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(43)150 299
-y Fs(3.7)68 b(Executing)46 b(Commands)150 523 y Fk(3.7.1)63
-b(Simple)41 b(Command)h(Expansion)150 670 y Fu(When)33
-b(a)g(simple)g(command)g(is)g(executed,)h(the)g(shell)f(p)s(erforms)e
-(the)i(follo)m(wing)i(expansions,)e(assign-)150 779 y(men)m(ts,)e(and)f
-(redirections,)h(from)f(left)h(to)g(righ)m(t,)g(in)f(the)h(follo)m
-(wing)h(order.)199 913 y(1.)61 b(The)38 b(w)m(ords)f(that)i(the)g
-(parser)e(has)h(mark)m(ed)g(as)h(v)-5 b(ariable)39 b(assignmen)m(ts)g
-(\(those)g(preceding)f(the)330 1023 y(command)30 b(name\))h(and)f
-(redirections)h(are)f(sa)m(v)m(ed)i(for)e(later)h(pro)s(cessing.)199
-1157 y(2.)61 b(The)39 b(w)m(ords)g(that)i(are)f(not)g(v)-5
-b(ariable)40 b(assignmen)m(ts)h(or)e(redirections)i(are)f(expanded)f
-(\(see)h(Sec-)330 1267 y(tion)d(3.5)i([Shell)e(Expansions],)h(page)g
-(24\).)61 b(If)37 b(an)m(y)g(w)m(ords)f(remain)h(after)h(expansion,)h
-(the)e(\014rst)330 1376 y(w)m(ord)31 b(is)g(tak)m(en)h(to)g(b)s(e)f
-(the)g(name)h(of)f(the)h(command)f(and)f(the)i(remaining)f(w)m(ords)g
-(are)g(the)h(argu-)330 1486 y(men)m(ts.)199 1620 y(3.)61
-b(Redirections)25 b(are)f(p)s(erformed)f(as)h(describ)s(ed)f(ab)s(o)m
-(v)m(e)i(\(see)g(Section)g(3.6)g([Redirections],)i(page)d(39\).)199
-1754 y(4.)61 b(The)25 b(text)h(after)f(the)g(`)p Ft(=)p
-Fu(')h(in)e(eac)m(h)j(v)-5 b(ariable)25 b(assignmen)m(t)h(undergo)s(es)
-e(tilde)i(expansion,)g(parameter)330 1864 y(expansion,)49
-b(command)d(substitution,)j(arithmetic)d(expansion,)k(and)45
-b(quote)h(remo)m(v)-5 b(al)46 b(b)s(efore)330 1973 y(b)s(eing)30
-b(assigned)h(to)g(the)f(v)-5 b(ariable.)275 2132 y(If)32
-b(no)i(command)f(name)g(results,)h(the)g(v)-5 b(ariable)34
-b(assignmen)m(ts)g(a\013ect)h(the)f(curren)m(t)f(shell)h(en)m(viron-)
-150 2242 y(men)m(t.)68 b(In)38 b(the)h(case)i(of)e(suc)m(h)g(a)g
-(command)g(\(one)h(that)g(consists)g(only)f(of)g(assignmen)m(t)h
-(statemen)m(ts)150 2351 y(and)27 b(redirections\),)i(assignmen)m(t)g
-(statemen)m(ts)g(are)f(p)s(erformed)e(b)s(efore)h(redirections.)41
-b(Otherwise,)28 b(the)150 2461 y(v)-5 b(ariables)27 b(are)g(added)e(to)
-i(the)g(en)m(vironmen)m(t)g(of)f(the)h(executed)g(command)f(and)g(do)g
-(not)h(a\013ect)h(the)e(cur-)150 2570 y(ren)m(t)32 b(shell)f(en)m
-(vironmen)m(t.)44 b(If)31 b(an)m(y)g(of)h(the)f(assignmen)m(ts)h
-(attempts)g(to)g(assign)g(a)f(v)-5 b(alue)32 b(to)g(a)g(readonly)150
-2680 y(v)-5 b(ariable,)31 b(an)g(error)f(o)s(ccurs,)g(and)g(the)g
-(command)g(exits)i(with)e(a)g(non-zero)h(status.)275
-2814 y(If)i(no)g(command)g(name)h(results,)g(redirections)g(are)g(p)s
-(erformed,)f(but)g(do)h(not)f(a\013ect)i(the)f(curren)m(t)150
-2924 y(shell)d(en)m(vironmen)m(t.)41 b(A)30 b(redirection)h(error)f
-(causes)h(the)g(command)f(to)h(exit)g(with)f(a)h(non-zero)g(status.)275
-3058 y(If)26 b(there)i(is)f(a)h(command)f(name)h(left)g(after)g
-(expansion,)g(execution)h(pro)s(ceeds)e(as)g(describ)s(ed)f(b)s(elo)m
-(w.)150 3167 y(Otherwise,)39 b(the)e(command)g(exits.)62
-b(If)37 b(one)g(of)g(the)h(expansions)f(con)m(tained)h(a)g(command)f
-(substitu-)150 3277 y(tion,)i(the)d(exit)h(status)g(of)f(the)h(command)
-f(is)h(the)f(exit)h(status)g(of)f(the)h(last)g(command)f(substitution)
-150 3387 y(p)s(erformed.)55 b(If)35 b(there)g(w)m(ere)h(no)g(command)f
-(substitutions,)i(the)e(command)h(exits)g(with)f(a)h(status)g(of)150
-3496 y(zero.)150 3695 y Fk(3.7.2)63 b(Command)41 b(Searc)m(h)f(and)h
-(Execution)150 3842 y Fu(After)i(a)h(command)f(has)g(b)s(een)f(split)h
-(in)m(to)h(w)m(ords,)j(if)c(it)g(results)g(in)g(a)h(simple)f(command)g
-(and)f(an)150 3951 y(optional)32 b(list)f(of)f(argumen)m(ts,)h(the)g
-(shell)f(p)s(erforms)f(the)i(follo)m(wing)g(actions.)199
-4085 y(1.)61 b(If)24 b(the)g(command)g(name)g(con)m(tains)i(no)e
-(slashes,)i(the)e(shell)h(attempts)g(to)g(lo)s(cate)h(it.)39
-b(If)24 b(there)g(exists)330 4195 y(a)h(shell)g(function)f(b)m(y)g
-(that)h(name,)h(that)f(function)f(is)h(in)m(v)m(ok)m(ed)h(as)e(describ)
-s(ed)g(in)g(Section)h(3.3)h([Shell)330 4305 y(F)-8 b(unctions],)31
-b(page)h(19.)199 4439 y(2.)61 b(If)41 b(the)g(name)h(do)s(es)f(not)g
-(matc)m(h)i(a)e(function,)j(the)e(shell)f(searc)m(hes)i(for)e(it)h(in)f
-(the)g(list)h(of)g(shell)330 4548 y(builtins.)e(If)30
-b(a)h(matc)m(h)g(is)f(found,)g(that)h(builtin)f(is)g(in)m(v)m(ok)m(ed.)
-199 4682 y(3.)61 b(If)40 b(the)g(name)h(is)f(neither)h(a)f(shell)h
-(function)f(nor)g(a)g(builtin,)j(and)d(con)m(tains)h(no)g(slashes,)i
-(Bash)330 4792 y(searc)m(hes)c(eac)m(h)g(elemen)m(t)g(of)g
-Ft($PATH)d Fu(for)i(a)g(directory)h(con)m(taining)g(an)f(executable)h
-(\014le)f(b)m(y)g(that)330 4902 y(name.)56 b(Bash)36
-b(uses)f(a)h(hash)e(table)j(to)f(remem)m(b)s(er)f(the)h(full)f
-(pathnames)g(of)h(executable)h(\014les)e(to)330 5011
-y(a)m(v)m(oid)e(m)m(ultiple)f Ft(PATH)f Fu(searc)m(hes)i(\(see)f(the)g
-(description)g(of)f Ft(hash)g Fu(in)g(Section)i(4.1)f([Bourne)g(Shell)
-330 5121 y(Builtins],)37 b(page)f(49\).)55 b(A)35 b(full)g(searc)m(h)g
-(of)g(the)g(directories)h(in)f Ft($PATH)e Fu(is)i(p)s(erformed)f(only)h
-(if)g(the)330 5230 y(command)24 b(is)h(not)g(found)e(in)i(the)g(hash)f
-(table.)39 b(If)25 b(the)f(searc)m(h)i(is)e(unsuccessful,)h(the)g
-(shell)g(searc)m(hes)330 5340 y(for)e(a)h(de\014ned)e(shell)h(function)
-h(named)e Ft(command_not_found_handle)p Fu(.)32 b(If)23
-b(that)h(function)f(exists,)p eop end
-%%Page: 44 50
-TeXDict begin 44 49 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(44)330 299
-y(it)33 b(is)f(in)m(v)m(ok)m(ed)i(in)e(a)h(separate)h(execution)f(en)m
-(vironmen)m(t)g(with)f(the)h(original)h(command)e(and)g(the)330
-408 y(original)26 b(command's)e(argumen)m(ts)h(as)g(its)g(argumen)m
-(ts,)h(and)e(the)h(function's)f(exit)i(status)f(b)s(ecomes)330
-518 y(the)j(exit)g(status)g(of)f(that)h(subshell.)39
-b(If)27 b(that)h(function)f(is)h(not)g(de\014ned,)f(the)g(shell)h(prin)
-m(ts)f(an)g(error)330 628 y(message)k(and)f(returns)f(an)i(exit)g
-(status)g(of)f(127.)199 759 y(4.)61 b(If)33 b(the)g(searc)m(h)h(is)g
-(successful,)g(or)f(if)g(the)h(command)f(name)g(con)m(tains)i(one)f(or)
-f(more)g(slashes,)i(the)330 868 y(shell)g(executes)h(the)f(named)f
-(program)g(in)h(a)g(separate)h(execution)f(en)m(vironmen)m(t.)55
-b(Argumen)m(t)35 b(0)330 978 y(is)30 b(set)h(to)h(the)e(name)h(giv)m
-(en,)g(and)f(the)h(remaining)f(argumen)m(ts)h(to)g(the)g(command)f(are)
-h(set)g(to)g(the)330 1087 y(argumen)m(ts)g(supplied,)e(if)h(an)m(y)-8
-b(.)199 1218 y(5.)61 b(If)35 b(this)h(execution)h(fails)f(b)s(ecause)g
-(the)f(\014le)h(is)g(not)g(in)f(executable)j(format,)f(and)e(the)h
-(\014le)g(is)g(not)330 1328 y(a)d(directory)-8 b(,)34
-b(it)f(is)g(assumed)e(to)j(b)s(e)d(a)i Fr(shell)g(script)h
-Fu(and)e(the)h(shell)f(executes)i(it)f(as)g(describ)s(ed)e(in)330
-1438 y(Section)g(3.8)h([Shell)e(Scripts],)g(page)i(47.)199
-1569 y(6.)61 b(If)38 b(the)h(command)f(w)m(as)h(not)g(b)s(egun)e(async)
-m(hronously)-8 b(,)42 b(the)c(shell)h(w)m(aits)h(for)e(the)h(command)f
-(to)330 1678 y(complete)32 b(and)e(collects)i(its)f(exit)g(status.)150
-1870 y Fk(3.7.3)63 b(Command)41 b(Execution)f(En)m(vironmen)m(t)150
-2017 y Fu(The)30 b(shell)g(has)h(an)f Fr(execution)h(en)m(vironmen)m(t)
-p Fu(,)h(whic)m(h)e(consists)h(of)f(the)h(follo)m(wing:)225
-2148 y Fq(\017)60 b Fu(op)s(en)32 b(\014les)g(inherited)g(b)m(y)h(the)f
-(shell)h(at)g(in)m(v)m(o)s(cation,)j(as)c(mo)s(di\014ed)g(b)m(y)g
-(redirections)h(supplied)e(to)330 2258 y(the)g Ft(exec)e
-Fu(builtin)225 2389 y Fq(\017)60 b Fu(the)28 b(curren)m(t)g(w)m(orking)
-h(directory)g(as)f(set)h(b)m(y)f Ft(cd)p Fu(,)g Ft(pushd)p
-Fu(,)g(or)g Ft(popd)p Fu(,)g(or)g(inherited)g(b)m(y)g(the)h(shell)f(at)
-330 2498 y(in)m(v)m(o)s(cation)225 2629 y Fq(\017)60
-b Fu(the)31 b(\014le)f(creation)i(mo)s(de)e(mask)g(as)h(set)g(b)m(y)f
-Ft(umask)f Fu(or)h(inherited)g(from)g(the)h(shell's)f(paren)m(t)225
-2760 y Fq(\017)60 b Fu(curren)m(t)30 b(traps)g(set)h(b)m(y)f
-Ft(trap)225 2891 y Fq(\017)60 b Fu(shell)30 b(parameters)f(that)h(are)g
-(set)g(b)m(y)g(v)-5 b(ariable)30 b(assignmen)m(t)g(or)g(with)f
-Ft(set)f Fu(or)i(inherited)f(from)g(the)330 3001 y(shell's)i(paren)m(t)
-f(in)g(the)h(en)m(vironmen)m(t)225 3132 y Fq(\017)60
-b Fu(shell)44 b(functions)f(de\014ned)f(during)h(execution)i(or)e
-(inherited)h(from)f(the)h(shell's)g(paren)m(t)f(in)h(the)330
-3242 y(en)m(vironmen)m(t)225 3373 y Fq(\017)60 b Fu(options)33
-b(enabled)g(at)h(in)m(v)m(o)s(cation)h(\(either)f(b)m(y)f(default)g(or)
-g(with)g(command-line)g(argumen)m(ts\))h(or)330 3482
-y(b)m(y)c Ft(set)225 3613 y Fq(\017)60 b Fu(options)31
-b(enabled)f(b)m(y)g Ft(shopt)f Fu(\(see)j(Section)f(4.3.2)h([The)e
-(Shopt)g(Builtin],)h(page)g(73\))225 3744 y Fq(\017)60
-b Fu(shell)31 b(aliases)g(de\014ned)f(with)g Ft(alias)f
-Fu(\(see)i(Section)g(6.6)h([Aliases],)g(page)f(103\))225
-3875 y Fq(\017)60 b Fu(v)-5 b(arious)50 b(pro)s(cess)f
-Fm(id)p Fu(s,)55 b(including)49 b(those)i(of)e(bac)m(kground)h(jobs)f
-(\(see)i(Section)g(3.2.4)g([Lists],)330 3985 y(page)31
-b(10\),)h(the)f(v)-5 b(alue)30 b(of)h Ft($$)p Fu(,)f(and)g(the)g(v)-5
-b(alue)31 b(of)g Ft($PPID)275 4137 y Fu(When)j(a)g(simple)h(command)f
-(other)g(than)g(a)h(builtin)f(or)g(shell)h(function)f(is)g(to)h(b)s(e)f
-(executed,)i(it)f(is)150 4247 y(in)m(v)m(ok)m(ed)25 b(in)f(a)g
-(separate)h(execution)g(en)m(vironmen)m(t)g(that)f(consists)g(of)h(the)
-f(follo)m(wing.)40 b(Unless)24 b(otherwise)150 4356 y(noted,)31
-b(the)f(v)-5 b(alues)31 b(are)g(inherited)f(from)g(the)g(shell.)225
-4487 y Fq(\017)60 b Fu(the)31 b(shell's)h(op)s(en)e(\014les,)i(plus)e
-(an)m(y)h(mo)s(di\014cations)h(and)e(additions)h(sp)s(eci\014ed)g(b)m
-(y)g(redirections)g(to)330 4597 y(the)g(command)225 4728
-y Fq(\017)60 b Fu(the)31 b(curren)m(t)f(w)m(orking)g(directory)225
-4859 y Fq(\017)60 b Fu(the)31 b(\014le)f(creation)i(mo)s(de)e(mask)225
-4990 y Fq(\017)60 b Fu(shell)32 b(v)-5 b(ariables)33
-b(and)e(functions)h(mark)m(ed)g(for)g(exp)s(ort,)g(along)h(with)f(v)-5
-b(ariables)32 b(exp)s(orted)g(for)g(the)330 5099 y(command,)e(passed)g
-(in)g(the)h(en)m(vironmen)m(t)g(\(see)g(Section)g(3.7.4)i([En)m
-(vironmen)m(t],)e(page)g(45\))225 5230 y Fq(\017)60 b
-Fu(traps)31 b(caugh)m(t)h(b)m(y)f(the)g(shell)h(are)f(reset)h(to)g(the)
-f(v)-5 b(alues)32 b(inherited)e(from)h(the)g(shell's)h(paren)m(t,)g
-(and)330 5340 y(traps)e(ignored)h(b)m(y)f(the)g(shell)h(are)g(ignored)p
-eop end
-%%Page: 45 51
-TeXDict begin 45 50 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(45)275 299
-y(A)41 b(command)g(in)m(v)m(ok)m(ed)i(in)e(this)h(separate)g(en)m
-(vironmen)m(t)g(cannot)g(a\013ect)h(the)f(shell's)g(execution)150
-408 y(en)m(vironmen)m(t.)275 542 y(A)30 b Fr(subshell)j
-Fu(is)d(a)h(cop)m(y)g(of)g(the)f(shell)h(pro)s(cess.)275
-675 y(Command)k(substitution,)j(commands)e(group)s(ed)f(with)i(paren)m
-(theses,)h(and)e(async)m(hronous)g(com-)150 785 y(mands)c(are)h(in)m(v)
-m(ok)m(ed)i(in)d(a)i(subshell)e(en)m(vironmen)m(t)h(that)h(is)f(a)g
-(duplicate)h(of)f(the)g(shell)g(en)m(vironmen)m(t,)150
-894 y(except)i(that)g(traps)f(caugh)m(t)h(b)m(y)f(the)h(shell)f(are)g
-(reset)h(to)g(the)f(v)-5 b(alues)35 b(that)g(the)f(shell)h(inherited)e
-(from)150 1004 y(its)g(paren)m(t)f(at)h(in)m(v)m(o)s(cation.)49
-b(Builtin)32 b(commands)g(that)h(are)g(in)m(v)m(ok)m(ed)h(as)e(part)g
-(of)h(a)f(pip)s(eline)g(are)h(also)150 1113 y(executed)41
-b(in)f(a)h(subshell)e(en)m(vironmen)m(t.)72 b(Changes)40
-b(made)g(to)h(the)g(subshell)e(en)m(vironmen)m(t)i(cannot)150
-1223 y(a\013ect)32 b(the)f(shell's)f(execution)i(en)m(vironmen)m(t.)275
-1356 y(When)e(the)h(shell)g(is)g(in)f Fm(posix)h Fu(mo)s(de,)f
-(subshells)g(spa)m(wned)g(to)i(execute)g(command)e(substitutions)150
-1466 y(inherit)35 b(the)g(v)-5 b(alue)35 b(of)h(the)f
-Ft(-e)f Fu(option)h(from)g(the)g(paren)m(t)g(shell.)55
-b(When)35 b(not)g(in)g Fm(posix)f Fu(mo)s(de,)i(Bash)150
-1575 y(clears)41 b(the)f Ft(-e)f Fu(option)h(in)g(suc)m(h)f(subshells)g
-(See)h(the)g(description)g(of)g(the)g Ft(inherit_errexit)c
-Fu(shell)150 1685 y(option)30 b(\(see)h(Section)g(4.2)g([Bash)f
-(Builtins],)h(page)g(57\))g(for)f(ho)m(w)g(to)g(con)m(trol)i(this)e(b)s
-(eha)m(vior)g(when)f(not)150 1795 y(in)h Fm(posix)g Fu(mo)s(de.)275
-1928 y(If)23 b(a)h(command)g(is)g(follo)m(w)m(ed)h(b)m(y)f(a)g(`)p
-Ft(&)p Fu(')g(and)f(job)h(con)m(trol)h(is)f(not)g(activ)m(e,)k(the)c
-(default)g(standard)f(input)150 2037 y(for)35 b(the)g(command)g(is)g
-(the)g(empt)m(y)h(\014le)f Ft(/dev/null)p Fu(.)52 b(Otherwise,)37
-b(the)e(in)m(v)m(ok)m(ed)h(command)f(inherits)150 2147
-y(the)c(\014le)f(descriptors)g(of)h(the)f(calling)i(shell)f(as)f(mo)s
-(di\014ed)g(b)m(y)g(redirections.)150 2344 y Fk(3.7.4)63
-b(En)m(vironmen)m(t)150 2491 y Fu(When)29 b(a)g(program)f(is)h(in)m(v)m
-(ok)m(ed)h(it)g(is)f(giv)m(en)g(an)g(arra)m(y)g(of)g(strings)g(called)h
-(the)f Fr(en)m(vironmen)m(t)p Fu(.)41 b(This)28 b(is)h(a)150
-2600 y(list)i(of)g(name-v)-5 b(alue)31 b(pairs,)f(of)h(the)f(form)g
-Ft(name=value)p Fu(.)275 2733 y(Bash)39 b(pro)m(vides)g(sev)m(eral)i(w)
-m(a)m(ys)g(to)f(manipulate)f(the)h(en)m(vironmen)m(t.)69
-b(On)38 b(in)m(v)m(o)s(cation,)44 b(the)c(shell)150 2843
-y(scans)g(its)h(o)m(wn)f(en)m(vironmen)m(t)h(and)f(creates)i(a)f
-(parameter)f(for)g(eac)m(h)i(name)e(found,)i(automatically)150
-2953 y(marking)23 b(it)h(for)f Ft(export)f Fu(to)i(c)m(hild)g(pro)s
-(cesses.)38 b(Executed)24 b(commands)f(inherit)g(the)g(en)m(vironmen)m
-(t.)39 b(The)150 3062 y Ft(export)c Fu(and)i(`)p Ft(declare)29
-b(-x)p Fu(')36 b(commands)h(allo)m(w)i(parameters)e(and)g(functions)g
-(to)h(b)s(e)e(added)h(to)h(and)150 3172 y(deleted)21
-b(from)f(the)h(en)m(vironmen)m(t.)38 b(If)20 b(the)h(v)-5
-b(alue)21 b(of)g(a)g(parameter)g(in)f(the)g(en)m(vironmen)m(t)i(is)e
-(mo)s(di\014ed,)i(the)150 3281 y(new)31 b(v)-5 b(alue)32
-b(b)s(ecomes)f(part)h(of)f(the)h(en)m(vironmen)m(t,)g(replacing)h(the)e
-(old.)44 b(The)31 b(en)m(vironmen)m(t)h(inherited)150
-3391 y(b)m(y)f(an)m(y)g(executed)h(command)f(consists)g(of)g(the)g
-(shell's)h(initial)g(en)m(vironmen)m(t,)g(whose)f(v)-5
-b(alues)31 b(ma)m(y)h(b)s(e)150 3501 y(mo)s(di\014ed)26
-b(in)g(the)h(shell,)h(less)f(an)m(y)g(pairs)f(remo)m(v)m(ed)i(b)m(y)f
-(the)g Ft(unset)e Fu(and)h(`)p Ft(export)j(-n)p Fu(')e(commands,)g
-(plus)150 3610 y(an)m(y)k(additions)f(via)h(the)g Ft(export)d
-Fu(and)i(`)p Ft(declare)f(-x)p Fu(')h(commands.)275 3743
-y(The)j(en)m(vironmen)m(t)i(for)f(an)m(y)g(simple)h(command)f(or)g
-(function)g(ma)m(y)g(b)s(e)g(augmen)m(ted)h(temp)s(orarily)150
-3853 y(b)m(y)c(pre\014xing)e(it)i(with)g(parameter)g(assignmen)m(ts,)h
-(as)e(describ)s(ed)g(in)g(Section)i(3.4)g([Shell)e(P)m(arameters],)150
-3963 y(page)g(21.)41 b(These)29 b(assignmen)m(t)i(statemen)m(ts)g
-(a\013ect)f(only)g(the)f(en)m(vironmen)m(t)h(seen)g(b)m(y)f(that)h
-(command.)275 4096 y(If)g(the)h Ft(-k)g Fu(option)g(is)g(set)h(\(see)g
-(Section)g(4.3.1)g([The)f(Set)g(Builtin],)h(page)g(69\),)h(then)e(all)g
-(parameter)150 4205 y(assignmen)m(ts)f(are)g(placed)h(in)e(the)h(en)m
-(vironmen)m(t)g(for)g(a)g(command,)f(not)h(just)f(those)i(that)f
-(precede)g(the)150 4315 y(command)g(name.)275 4448 y(When)h(Bash)h(in)m
-(v)m(ok)m(es)i(an)e(external)h(command,)f(the)g(v)-5
-b(ariable)33 b(`)p Ft($_)p Fu(')f(is)g(set)h(to)f(the)g(full)g
-(pathname)150 4558 y(of)f(the)f(command)g(and)g(passed)g(to)h(that)g
-(command)f(in)g(its)h(en)m(vironmen)m(t.)150 4755 y Fk(3.7.5)63
-b(Exit)40 b(Status)150 4902 y Fu(The)23 b(exit)i(status)f(of)h(an)e
-(executed)i(command)f(is)g(the)g(v)-5 b(alue)24 b(returned)f(b)m(y)h
-(the)g Ft(waitpid)e Fu(system)i(call)h(or)150 5011 y(equiv)-5
-b(alen)m(t)33 b(function.)45 b(Exit)32 b(statuses)g(fall)g(b)s(et)m(w)m
-(een)h(0)f(and)f(255,)i(though,)f(as)g(explained)g(b)s(elo)m(w,)h(the)
-150 5121 y(shell)i(ma)m(y)g(use)f(v)-5 b(alues)35 b(ab)s(o)m(v)m(e)g
-(125)h(sp)s(ecially)-8 b(.)54 b(Exit)35 b(statuses)g(from)f(shell)h
-(builtins)f(and)f(comp)s(ound)150 5230 y(commands)j(are)g(also)h
-(limited)g(to)g(this)f(range.)58 b(Under)36 b(certain)h(circumstances,)
-h(the)e(shell)h(will)f(use)150 5340 y(sp)s(ecial)31 b(v)-5
-b(alues)31 b(to)g(indicate)g(sp)s(eci\014c)f(failure)h(mo)s(des.)p
-eop end
-%%Page: 46 52
-TeXDict begin 46 51 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(46)275 299
-y(F)-8 b(or)32 b(the)g(shell's)g(purp)s(oses,)e(a)j(command)e(whic)m(h)
-h(exits)g(with)g(a)g(zero)g(exit)h(status)f(has)f(succeeded.)150
-408 y(A)e(non-zero)h(exit)g(status)g(indicates)g(failure.)40
-b(This)28 b(seemingly)i(coun)m(ter-in)m(tuitiv)m(e)i(sc)m(heme)e(is)f
-(used)g(so)150 518 y(there)34 b(is)g(one)g(w)m(ell-de\014ned)g(w)m(a)m
-(y)g(to)h(indicate)g(success)f(and)f(a)h(v)-5 b(ariet)m(y)35
-b(of)f(w)m(a)m(ys)h(to)f(indicate)h(v)-5 b(arious)150
-628 y(failure)38 b(mo)s(des.)62 b(When)37 b(a)h(command)f(terminates)i
-(on)e(a)h(fatal)h(signal)g(whose)e(n)m(um)m(b)s(er)f(is)i
-Fr(N)p Fu(,)i(Bash)150 737 y(uses)30 b(the)g(v)-5 b(alue)31
-b(128)p Ft(+)p Fr(N)42 b Fu(as)30 b(the)h(exit)g(status.)275
-868 y(If)k(a)h(command)g(is)g(not)g(found,)g(the)g(c)m(hild)h(pro)s
-(cess)e(created)i(to)g(execute)g(it)g(returns)d(a)j(status)f(of)150
-977 y(127.)42 b(If)30 b(a)h(command)f(is)g(found)f(but)h(is)g(not)h
-(executable,)h(the)f(return)e(status)i(is)f(126.)275
-1108 y(If)i(a)i(command)f(fails)g(b)s(ecause)g(of)h(an)f(error)f
-(during)g(expansion)h(or)g(redirection,)i(the)f(exit)g(status)150
-1218 y(is)c(greater)i(than)e(zero.)275 1348 y(The)38
-b(exit)h(status)g(is)g(used)f(b)m(y)g(the)h(Bash)g(conditional)h
-(commands)e(\(see)h(Section)h(3.2.5.2)h([Con-)150 1458
-y(ditional)i(Constructs],)h(page)f(12\))g(and)e(some)i(of)f(the)g(list)
-g(constructs)g(\(see)h(Section)f(3.2.4)i([Lists],)150
-1567 y(page)31 b(10\).)275 1698 y(All)40 b(of)g(the)h(Bash)f(builtins)f
-(return)g(an)h(exit)h(status)g(of)f(zero)h(if)f(they)g(succeed)g(and)g
-(a)g(non-zero)150 1807 y(status)34 b(on)f(failure,)i(so)f(they)g(ma)m
-(y)g(b)s(e)f(used)g(b)m(y)g(the)h(conditional)h(and)e(list)h
-(constructs.)50 b(All)35 b(builtins)150 1917 y(return)e(an)i(exit)g
-(status)g(of)f(2)h(to)g(indicate)h(incorrect)f(usage,)h(generally)g(in)
-m(v)-5 b(alid)35 b(options)g(or)f(missing)150 2027 y(argumen)m(ts.)275
-2157 y(The)f(exit)i(status)f(of)h(the)f(last)h(command)f(is)g(a)m(v)-5
-b(ailable)36 b(in)e(the)g(sp)s(ecial)h(parameter)f($?)52
-b(\(see)35 b(Sec-)150 2267 y(tion)c(3.4.2)h([Sp)s(ecial)f(P)m
-(arameters],)h(page)f(23\).)150 2458 y Fk(3.7.6)63 b(Signals)150
-2605 y Fu(When)36 b(Bash)g(is)h(in)m(teractiv)m(e,)j(in)c(the)h
-(absence)f(of)h(an)m(y)f(traps,)i(it)e(ignores)h Ft(SIGTERM)d
-Fu(\(so)j(that)g(`)p Ft(kill)150 2715 y(0)p Fu(')c(do)s(es)g(not)g
-(kill)g(an)g(in)m(teractiv)m(e)j(shell\),)f(and)d Ft(SIGINT)f
-Fu(is)i(caugh)m(t)h(and)f(handled)f(\(so)h(that)h(the)f
-Ft(wait)150 2824 y Fu(builtin)24 b(is)h(in)m(terruptible\).)39
-b(When)24 b(Bash)g(receiv)m(es)j(a)d Ft(SIGINT)p Fu(,)h(it)g(breaks)f
-(out)h(of)f(an)m(y)h(executing)h(lo)s(ops.)150 2934 y(In)31
-b(all)h(cases,)h(Bash)f(ignores)g Ft(SIGQUIT)p Fu(.)42
-b(If)32 b(job)f(con)m(trol)i(is)e(in)h(e\013ect)h(\(see)f(Chapter)f(7)h
-([Job)g(Con)m(trol],)150 3043 y(page)f(118\),)h(Bash)f(ignores)g
-Ft(SIGTTIN)p Fu(,)d Ft(SIGTTOU)p Fu(,)h(and)h Ft(SIGTSTP)p
-Fu(.)275 3174 y(Non-builtin)h(commands)g(started)g(b)m(y)g(Bash)h(ha)m
-(v)m(e)g(signal)g(handlers)e(set)i(to)g(the)g(v)-5 b(alues)31
-b(inherited)150 3284 y(b)m(y)37 b(the)h(shell)g(from)f(its)h(paren)m
-(t.)62 b(When)38 b(job)f(con)m(trol)i(is)e(not)h(in)f(e\013ect,)k
-(async)m(hronous)c(commands)150 3393 y(ignore)f Ft(SIGINT)e
-Fu(and)h Ft(SIGQUIT)e Fu(in)j(addition)f(to)i(these)f(inherited)f
-(handlers.)55 b(Commands)35 b(run)f(as)i(a)150 3503 y(result)27
-b(of)h(command)f(substitution)h(ignore)g(the)g(k)m(eyb)s
-(oard-generated)g(job)g(con)m(trol)h(signals)f Ft(SIGTTIN)p
-Fu(,)150 3612 y Ft(SIGTTOU)p Fu(,)h(and)g Ft(SIGTSTP)p
-Fu(.)275 3743 y(The)h(shell)i(exits)g(b)m(y)f(default)g(up)s(on)f
-(receipt)i(of)f(a)h Ft(SIGHUP)p Fu(.)42 b(Before)32 b(exiting,)h(an)e
-(in)m(teractiv)m(e)j(shell)150 3852 y(resends)41 b(the)i
-Ft(SIGHUP)e Fu(to)i(all)g(jobs,)i(running)c(or)h(stopp)s(ed.)76
-b(Stopp)s(ed)41 b(jobs)h(are)h(sen)m(t)g Ft(SIGCONT)d
-Fu(to)150 3962 y(ensure)32 b(that)h(they)g(receiv)m(e)i(the)e
-Ft(SIGHUP)p Fu(.)47 b(T)-8 b(o)33 b(prev)m(en)m(t)g(the)g(shell)g(from)
-g(sending)f(the)h Ft(SIGHUP)e Fu(signal)150 4072 y(to)i(a)g(particular)
-g(job,)g(it)g(should)f(b)s(e)g(remo)m(v)m(ed)h(from)g(the)f(jobs)g
-(table)i(with)e(the)h Ft(disown)e Fu(builtin)h(\(see)150
-4181 y(Section)c(7.2)g([Job)e(Con)m(trol)i(Builtins],)g(page)g(119\))h
-(or)e(mark)m(ed)g(to)g(not)g(receiv)m(e)i Ft(SIGHUP)c
-Fu(using)i Ft(disown)150 4291 y(-h)p Fu(.)275 4421 y(If)38
-b(the)h Ft(huponexit)e Fu(shell)i(option)g(has)g(b)s(een)f(set)i(with)f
-Ft(shopt)e Fu(\(see)j(Section)g(4.3.2)h([The)e(Shopt)150
-4531 y(Builtin],)31 b(page)g(73\),)h(Bash)f(sends)e(a)i
-Ft(SIGHUP)e Fu(to)i(all)g(jobs)f(when)f(an)i(in)m(teractiv)m(e)i(login)
-e(shell)g(exits.)275 4661 y(If)38 b(Bash)h(is)g(w)m(aiting)h(for)f(a)g
-(command)f(to)i(complete)g(and)e(receiv)m(es)j(a)e(signal)h(for)e(whic)
-m(h)h(a)g(trap)150 4771 y(has)c(b)s(een)f(set,)i(the)f(trap)g(will)g
-(not)g(b)s(e)f(executed)i(un)m(til)f(the)g(command)f(completes.)55
-b(When)35 b(Bash)g(is)150 4881 y(w)m(aiting)j(for)f(an)g(async)m
-(hronous)g(command)g(via)h(the)f Ft(wait)f Fu(builtin,)i(the)g
-(reception)g(of)f(a)g(signal)h(for)150 4990 y(whic)m(h)d(a)g(trap)g
-(has)g(b)s(een)f(set)h(will)h(cause)f(the)g Ft(wait)f
-Fu(builtin)h(to)g(return)f(immediately)i(with)f(an)g(exit)150
-5100 y(status)c(greater)g(than)f(128,)i(immediately)g(after)f(whic)m(h)
-f(the)h(trap)f(is)g(executed.)275 5230 y(When)41 b(job)g(con)m(trol)h
-(is)g(not)f(enabled,)k(and)40 b(Bash)i(is)f(w)m(aiting)i(for)e(a)h
-(foreground)e(command)h(to)150 5340 y(complete,)35 b(the)e(shell)h
-(receiv)m(es)g(k)m(eyb)s(oard-generated)g(signals)g(suc)m(h)e(as)i
-Ft(SIGINT)d Fu(\(usually)i(generated)p eop end
-%%Page: 47 53
-TeXDict begin 47 52 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(47)150 299
-y(b)m(y)31 b(`)p Ft(^C)p Fu('\))h(that)g(users)e(commonly)i(in)m(tend)g
-(to)g(send)e(to)j(that)f(command.)43 b(This)31 b(happ)s(ens)e(b)s
-(ecause)j(the)150 408 y(shell)23 b(and)g(the)h(command)f(are)g(in)g
-(the)h(same)f(pro)s(cess)g(group)g(as)h(the)f(terminal,)i(and)e(`)p
-Ft(^C)p Fu(')g(sends)g Ft(SIGINT)150 518 y Fu(to)35 b(all)g(pro)s
-(cesses)f(in)g(that)g(pro)s(cess)g(group.)51 b(See)35
-b(Chapter)e(7)i([Job)f(Con)m(trol],)i(page)f(118,)h(for)e(a)h(more)150
-628 y(in-depth)30 b(discussion)f(of)i(pro)s(cess)f(groups.)275
-773 y(When)35 b(Bash)h(is)g(running)f(without)h(job)f(con)m(trol)i
-(enabled)f(and)g(receiv)m(es)h Ft(SIGINT)e Fu(while)h(w)m(aiting)150
-882 y(for)g(a)h(foreground)f(command,)i(it)f(w)m(aits)g(un)m(til)g
-(that)g(foreground)f(command)g(terminates)h(and)f(then)150
-992 y(decides)31 b(what)f(to)h(do)f(ab)s(out)g(the)h
-Ft(SIGINT)p Fu(:)199 1137 y(1.)61 b(If)29 b(the)h(command)f(terminates)
-i(due)d(to)j(the)e Ft(SIGINT)p Fu(,)g(Bash)g(concludes)h(that)g(the)g
-(user)f(mean)m(t)h(to)330 1247 y(end)25 b(the)h(en)m(tire)h(script,)g
-(and)f(acts)h(on)e(the)i Ft(SIGINT)d Fu(\(e.g.,)k(b)m(y)e(running)f(a)h
-Ft(SIGINT)e Fu(trap)i(or)g(exiting)330 1356 y(itself)7
-b(\);)199 1496 y(2.)61 b(If)39 b(the)g(pip)s(eline)g(do)s(es)g(not)h
-(terminate)g(due)f(to)h Ft(SIGINT)p Fu(,)g(the)g(program)f(handled)f
-(the)i Ft(SIGINT)330 1606 y Fu(itself)35 b(and)e(did)h(not)g(treat)h
-(it)g(as)f(a)g(fatal)i(signal.)52 b(In)33 b(that)i(case,)h(Bash)e(do)s
-(es)g(not)g(treat)i Ft(SIGINT)330 1715 y Fu(as)41 b(a)g(fatal)g
-(signal,)j(either,)g(instead)d(assuming)f(that)h(the)g
-Ft(SIGINT)d Fu(w)m(as)j(used)f(as)h(part)f(of)h(the)330
-1825 y(program's)32 b(normal)g(op)s(eration)h(\(e.g.,)h
-Ft(emacs)d Fu(uses)g(it)i(to)g(ab)s(ort)f(editing)h(commands\))f(or)g
-(delib-)330 1935 y(erately)41 b(discarded.)69 b(Ho)m(w)m(ev)m(er,)45
-b(Bash)40 b(will)h(run)d(an)m(y)j(trap)e(set)i(on)f Ft(SIGINT)p
-Fu(,)h(as)f(it)h(do)s(es)e(with)330 2044 y(an)m(y)31
-b(other)f(trapp)s(ed)f(signal)i(it)g(receiv)m(es)h(while)e(it)h(is)f(w)
-m(aiting)h(for)f(the)h(foreground)e(command)h(to)330
-2154 y(complete,)i(for)e(compatibilit)m(y)-8 b(.)150
-2411 y Fs(3.8)68 b(Shell)45 b(Scripts)150 2570 y Fu(A)30
-b(shell)f(script)h(is)f(a)h(text)h(\014le)f(con)m(taining)h(shell)f
-(commands.)40 b(When)29 b(suc)m(h)g(a)h(\014le)g(is)f(used)g(as)h(the)g
-(\014rst)150 2680 y(non-option)c(argumen)m(t)h(when)e(in)m(v)m(oking)i
-(Bash,)g(and)f(neither)g(the)g Ft(-c)g Fu(nor)f Ft(-s)h
-Fu(option)g(is)g(supplied)f(\(see)150 2789 y(Section)39
-b(6.1)g([In)m(v)m(oking)g(Bash],)h(page)f(94\),)i(Bash)d(reads)g(and)f
-(executes)i(commands)f(from)f(the)i(\014le,)150 2899
-y(then)32 b(exits.)46 b(This)32 b(mo)s(de)f(of)i(op)s(eration)f
-(creates)i(a)e(non-in)m(teractiv)m(e)j(shell.)46 b(The)31
-b(shell)i(\014rst)e(searc)m(hes)150 3008 y(for)d(the)g(\014le)g(in)g
-(the)g(curren)m(t)f(directory)-8 b(,)30 b(and)d(lo)s(oks)i(in)e(the)i
-(directories)g(in)e Ft($PATH)g Fu(if)h(not)g(found)e(there.)275
-3154 y(When)34 b(Bash)h(runs)e(a)i(shell)g(script,)g(it)h(sets)f(the)f
-(sp)s(ecial)i(parameter)f Ft(0)f Fu(to)h(the)g(name)g(of)g(the)g
-(\014le,)150 3263 y(rather)k(than)g(the)h(name)f(of)h(the)f(shell,)j
-(and)d(the)h(p)s(ositional)g(parameters)f(are)h(set)g(to)g(the)g
-(remain-)150 3373 y(ing)f(argumen)m(ts,)j(if)d(an)m(y)g(are)g(giv)m
-(en.)67 b(If)39 b(no)g(additional)g(argumen)m(ts)h(are)f(supplied,)h
-(the)f(p)s(ositional)150 3482 y(parameters)31 b(are)f(unset.)275
-3628 y(A)39 b(shell)h(script)f(ma)m(y)h(b)s(e)f(made)h(executable)h(b)m
-(y)e(using)g(the)h Ft(chmod)e Fu(command)h(to)h(turn)e(on)i(the)150
-3737 y(execute)j(bit.)73 b(When)41 b(Bash)g(\014nds)e(suc)m(h)i(a)h
-(\014le)f(while)g(searc)m(hing)h(the)f Ft($PATH)f Fu(for)h(a)h
-(command,)h(it)150 3847 y(creates)32 b(a)f(new)e(instance)i(of)g
-(itself)g(to)g(execute)h(it.)41 b(In)30 b(other)h(w)m(ords,)f
-(executing)390 3992 y Ft(filename)46 b Fj(arguments)150
-4137 y Fu(is)30 b(equiv)-5 b(alen)m(t)32 b(to)f(executing)390
-4282 y Ft(bash)47 b(filename)e Fj(arguments)150 4428
-y Fu(if)30 b Ft(filename)d Fu(is)j(an)f(executable)j(shell)e(script.)40
-b(This)29 b(subshell)g(reinitializes)i(itself,)g(so)f(that)h(the)e
-(e\013ect)150 4537 y(is)36 b(as)h(if)g(a)f(new)g(shell)h(had)f(b)s(een)
-g(in)m(v)m(ok)m(ed)h(to)h(in)m(terpret)e(the)h(script,)h(with)e(the)h
-(exception)h(that)f(the)150 4647 y(lo)s(cations)25 b(of)g(commands)e
-(remem)m(b)s(ered)h(b)m(y)g(the)g(paren)m(t)g(\(see)h(the)f
-(description)g(of)g Ft(hash)f Fu(in)h(Section)h(4.1)150
-4756 y([Bourne)30 b(Shell)h(Builtins],)g(page)g(49\))h(are)e(retained)h
-(b)m(y)f(the)h(c)m(hild.)275 4902 y(Most)36 b(v)m(ersions)g(of)g(Unix)f
-(mak)m(e)h(this)g(a)g(part)f(of)h(the)g(op)s(erating)g(system's)f
-(command)h(execution)150 5011 y(mec)m(hanism.)50 b(If)33
-b(the)g(\014rst)g(line)h(of)f(a)h(script)f(b)s(egins)g(with)g(the)g(t)m
-(w)m(o)i(c)m(haracters)g(`)p Ft(#!)p Fu(',)f(the)g(remainder)150
-5121 y(of)27 b(the)g(line)g(sp)s(eci\014es)g(an)g(in)m(terpreter)g(for)
-g(the)g(program)g(and,)g(dep)s(ending)e(on)i(the)g(op)s(erating)h
-(system,)150 5230 y(one)e(or)g(more)g(optional)h(argumen)m(ts)f(for)g
-(that)g(in)m(terpreter.)40 b(Th)m(us,)26 b(y)m(ou)g(can)g(sp)s(ecify)g
-(Bash,)h Ft(awk)p Fu(,)f(P)m(erl,)150 5340 y(or)k(some)h(other)g(in)m
-(terpreter)g(and)e(write)i(the)f(rest)h(of)g(the)f(script)g(\014le)h
-(in)f(that)h(language.)p eop end
-%%Page: 48 54
-TeXDict begin 48 53 bop 150 -116 a Fu(Chapter)30 b(3:)41
-b(Basic)32 b(Shell)e(F)-8 b(eatures)2246 b(48)275 299
-y(The)35 b(argumen)m(ts)h(to)h(the)f(in)m(terpreter)h(consist)f(of)h
-(one)f(or)g(more)g(optional)h(argumen)m(ts)f(follo)m(wing)150
-408 y(the)e(in)m(terpreter)g(name)g(on)g(the)g(\014rst)g(line)g(of)g
-(the)g(script)g(\014le,)h(follo)m(w)m(ed)h(b)m(y)e(the)g(name)g(of)g
-(the)g(script)150 518 y(\014le,)k(follo)m(w)m(ed)g(b)m(y)e(the)g(rest)g
-(of)g(the)h(argumen)m(ts)f(supplied)f(to)i(the)f(script.)58
-b(The)35 b(details)i(of)g(ho)m(w)f(the)150 628 y(in)m(terpreter)26
-b(line)g(is)g(split)g(in)m(to)h(an)f(in)m(terpreter)g(name)g(and)f(a)h
-(set)h(of)e(argumen)m(ts)i(v)-5 b(ary)25 b(across)i(systems.)150
-737 y(Bash)j(will)f(p)s(erform)g(this)g(action)i(on)e(op)s(erating)h
-(systems)g(that)g(do)f(not)h(handle)f(it)h(themselv)m(es.)42
-b(Note)150 847 y(that)e(some)g(older)g(v)m(ersions)g(of)g(Unix)f(limit)
-i(the)f(in)m(terpreter)g(name)g(and)f(a)h(single)g(argumen)m(t)g(to)h
-(a)150 956 y(maxim)m(um)21 b(of)g(32)h(c)m(haracters,)j(so)c(it's)h
-(not)g(p)s(ortable)f(to)h(assume)e(that)i(using)f(more)g(than)g(one)g
-(argumen)m(t)150 1066 y(will)31 b(w)m(ork.)275 1200 y(Bash)h(scripts)g
-(often)g(b)s(egin)g(with)g Ft(#!)e(/bin/bash)g Fu(\(assuming)i(that)h
-(Bash)f(has)g(b)s(een)f(installed)i(in)150 1310 y Ft(/bin)p
-Fu(\),)26 b(since)h(this)f(ensures)f(that)i(Bash)f(will)h(b)s(e)f(used)
-f(to)i(in)m(terpret)f(the)h(script,)g(ev)m(en)g(if)f(it)h(is)f
-(executed)150 1420 y(under)h(another)h(shell.)41 b(It's)28
-b(a)h(common)g(idiom)f(to)h(use)f Ft(env)g Fu(to)h(\014nd)e
-Ft(bash)g Fu(ev)m(en)i(if)f(it's)i(b)s(een)d(installed)150
-1529 y(in)h(another)g(directory:)40 b Ft(#!/usr/bin/env)27
-b(bash)f Fu(will)j(\014nd)d(the)j(\014rst)e(o)s(ccurrence)h(of)g
-Ft(bash)f Fu(in)h Ft($PATH)p Fu(.)p eop end
-%%Page: 49 55
-TeXDict begin 49 54 bop 3659 -116 a Fu(49)150 299 y Fp(4)80
-b(Shell)53 b(Builtin)f(Commands)150 499 y Fu(Builtin)34
-b(commands)f(are)h(con)m(tained)g(within)f(the)h(shell)g(itself.)50
-b(When)34 b(the)f(name)h(of)f(a)h(builtin)f(com-)150
-608 y(mand)26 b(is)i(used)e(as)i(the)g(\014rst)e(w)m(ord)h(of)h(a)f
-(simple)h(command)f(\(see)h(Section)g(3.2.2)h([Simple)f(Commands],)150
-718 y(page)21 b(9\),)j(the)d(shell)g(executes)h(the)f(command)f
-(directly)-8 b(,)24 b(without)d(in)m(v)m(oking)h(another)f(program.)37
-b(Builtin)150 828 y(commands)f(are)h(necessary)g(to)g(implemen)m(t)g
-(functionalit)m(y)h(imp)s(ossible)e(or)h(incon)m(v)m(enien)m(t)h(to)f
-(obtain)150 937 y(with)30 b(separate)h(utilities.)275
-1065 y(This)c(section)j(brie\015y)e(describ)s(es)g(the)h(builtins)f
-(whic)m(h)g(Bash)h(inherits)f(from)g(the)h(Bourne)g(Shell,)g(as)150
-1174 y(w)m(ell)i(as)g(the)g(builtin)e(commands)h(whic)m(h)h(are)f
-(unique)g(to)h(or)f(ha)m(v)m(e)i(b)s(een)d(extended)i(in)f(Bash.)275
-1302 y(Sev)m(eral)45 b(builtin)e(commands)h(are)h(describ)s(ed)e(in)h
-(other)g(c)m(hapters:)69 b(builtin)43 b(commands)h(whic)m(h)150
-1412 y(pro)m(vide)23 b(the)h(Bash)f(in)m(terface)i(to)f(the)g(job)f
-(con)m(trol)i(facilities)g(\(see)f(Section)h(7.2)f([Job)f(Con)m(trol)h
-(Builtins],)150 1521 y(page)33 b(119\),)i(the)e(directory)g(stac)m(k)h
-(\(see)f(Section)h(6.8.1)g([Directory)g(Stac)m(k)g(Builtins],)g(page)f
-(106\),)i(the)150 1631 y(command)23 b(history)h(\(see)g(Section)g(9.2)h
-([Bash)f(History)g(Builtins],)h(page)g(159\),)h(and)d(the)h
-(programmable)150 1740 y(completion)32 b(facilities)g(\(see)g(Section)f
-(8.7)g([Programmable)g(Completion)g(Builtins],)g(page)h(152\).)275
-1868 y(Man)m(y)f(of)f(the)h(builtins)e(ha)m(v)m(e)j(b)s(een)e(extended)
-g(b)m(y)g Fm(posix)g Fu(or)g(Bash.)275 1996 y(Unless)20
-b(otherwise)h(noted,)h(eac)m(h)g(builtin)e(command)g(do)s(cumen)m(ted)g
-(as)h(accepting)h(options)e(preceded)150 2105 y(b)m(y)42
-b(`)p Ft(-)p Fu(')g(accepts)h(`)p Ft(--)p Fu(')f(to)h(signify)f(the)g
-(end)f(of)h(the)g(options.)76 b(The)41 b Ft(:)p Fu(,)k
-Ft(true)p Fu(,)f Ft(false)p Fu(,)g(and)d Ft(test)p Fu(/)p
-Ft([)150 2215 y Fu(builtins)32 b(do)g(not)h(accept)h(options)f(and)f
-(do)g(not)h(treat)g(`)p Ft(--)p Fu(')g(sp)s(ecially)-8
-b(.)48 b(The)32 b Ft(exit)p Fu(,)g Ft(logout)p Fu(,)f
-Ft(return)p Fu(,)150 2325 y Ft(break)p Fu(,)38 b Ft(continue)p
-Fu(,)f Ft(let)p Fu(,)i(and)d Ft(shift)g Fu(builtins)h(accept)i(and)e
-(pro)s(cess)g(argumen)m(ts)h(b)s(eginning)e(with)150
-2434 y(`)p Ft(-)p Fu(')h(without)f(requiring)g(`)p Ft(--)p
-Fu('.)59 b(Other)36 b(builtins)g(that)h(accept)h(argumen)m(ts)f(but)f
-(are)h(not)g(sp)s(eci\014ed)f(as)150 2544 y(accepting)28
-b(options)f(in)m(terpret)g(argumen)m(ts)g(b)s(eginning)e(with)i(`)p
-Ft(-)p Fu(')f(as)h(in)m(v)-5 b(alid)27 b(options)g(and)f(require)g(`)p
-Ft(--)p Fu(')150 2653 y(to)31 b(prev)m(en)m(t)g(this)f(in)m
-(terpretation.)150 2880 y Fs(4.1)68 b(Bourne)45 b(Shell)g(Builtins)150
-3040 y Fu(The)22 b(follo)m(wing)j(shell)d(builtin)h(commands)f(are)h
-(inherited)g(from)f(the)h(Bourne)g(Shell.)38 b(These)22
-b(commands)150 3149 y(are)31 b(implemen)m(ted)g(as)f(sp)s(eci\014ed)g
-(b)m(y)g(the)h Fm(posix)e Fu(standard.)150 3295 y Ft(:)h
-Fu(\(a)h(colon\))870 3405 y Ft(:)47 b([)p Fj(arguments)p
-Ft(])630 3532 y Fu(Do)c(nothing)f(b)s(ey)m(ond)g(expanding)f
-Fr(argumen)m(ts)46 b Fu(and)c(p)s(erforming)f(redirections.)76
-b(The)630 3642 y(return)29 b(status)i(is)f(zero.)150
-3788 y Ft(.)g Fu(\(a)h(p)s(erio)s(d\))870 3897 y Ft(.)47
-b Fj(filename)f Ft([)p Fj(arguments)p Ft(])630 4025 y
-Fu(Read)34 b(and)f(execute)i(commands)e(from)g(the)h
-Fr(\014lename)39 b Fu(argumen)m(t)34 b(in)f(the)h(curren)m(t)g(shell)
-630 4134 y(con)m(text.)45 b(If)31 b Fr(\014lename)37
-b Fu(do)s(es)31 b(not)g(con)m(tain)i(a)e(slash,)h(the)g
-Ft(PATH)e Fu(v)-5 b(ariable)32 b(is)f(used)f(to)i(\014nd)630
-4244 y Fr(\014lename)p Fu(,)38 b(but)e Fr(\014lename)41
-b Fu(do)s(es)36 b(not)h(need)f(to)h(b)s(e)e(executable.)60
-b(When)36 b(Bash)g(is)h(not)f(in)630 4354 y Fm(posix)26
-b Fu(mo)s(de,)i(it)g(searc)m(hes)g(the)f(curren)m(t)g(directory)g(if)h
-Fr(\014lename)k Fu(is)27 b(not)h(found)d(in)i Ft($PATH)p
-Fu(.)630 4463 y(If)39 b(an)m(y)h Fr(argumen)m(ts)j Fu(are)d(supplied,)h
-(they)e(b)s(ecome)h(the)g(p)s(ositional)g(parameters)g(when)630
-4573 y Fr(\014lename)i Fu(is)36 b(executed.)60 b(Otherwise)36
-b(the)h(p)s(ositional)g(parameters)g(are)g(unc)m(hanged.)58
-b(If)630 4682 y(the)33 b Ft(-T)g Fu(option)g(is)g(enabled,)h
-Ft(.)f Fu(inherits)g(an)m(y)g(trap)g(on)g Ft(DEBUG)p
-Fu(;)g(if)g(it)h(is)f(not,)h(an)m(y)f Ft(DEBUG)630 4792
-y Fu(trap)f(string)g(is)g(sa)m(v)m(ed)h(and)f(restored)g(around)f(the)i
-(call)g(to)g Ft(.)p Fu(,)f(and)g Ft(.)g Fu(unsets)f(the)h
-Ft(DEBUG)630 4902 y Fu(trap)f(while)h(it)g(executes.)46
-b(If)31 b Ft(-T)g Fu(is)g(not)h(set,)h(and)d(the)i(sourced)f(\014le)h
-(c)m(hanges)h(the)e Ft(DEBUG)630 5011 y Fu(trap,)e(the)f(new)g(v)-5
-b(alue)29 b(is)f(retained)h(when)e Ft(.)h Fu(completes.)42
-b(The)27 b(return)h(status)g(is)h(the)f(exit)630 5121
-y(status)k(of)f(the)h(last)g(command)f(executed,)i(or)f(zero)g(if)f(no)
-h(commands)f(are)h(executed.)44 b(If)630 5230 y Fr(\014lename)d
-Fu(is)36 b(not)g(found,)h(or)e(cannot)i(b)s(e)e(read,)j(the)e(return)f
-(status)h(is)g(non-zero.)58 b(This)630 5340 y(builtin)30
-b(is)g(equiv)-5 b(alen)m(t)32 b(to)f Ft(source)p Fu(.)p
-eop end
-%%Page: 50 56
-TeXDict begin 50 55 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(50)150 299 y Ft(break)870
-433 y(break)46 b([)p Fj(n)p Ft(])630 568 y Fu(Exit)f(from)f(a)g
-Ft(for)p Fu(,)k Ft(while)p Fu(,)e Ft(until)p Fu(,)h(or)d
-Ft(select)f Fu(lo)s(op.)83 b(If)44 b Fr(n)g Fu(is)g(supplied,)j(the)e
-Fr(n)p Fu(th)630 677 y(enclosing)c(lo)s(op)f(is)h(exited.)70
-b Fr(n)40 b Fu(m)m(ust)g(b)s(e)f(greater)j(than)d(or)i(equal)f(to)h(1.)
-70 b(The)40 b(return)630 787 y(status)31 b(is)f(zero)h(unless)f
-Fr(n)g Fu(is)g(not)h(greater)g(than)g(or)f(equal)h(to)g(1.)150
-946 y Ft(cd)870 1081 y(cd)47 b([-L|[-P)f([-e]]])g([-@])h([)p
-Fj(directory)p Ft(])630 1215 y Fu(Change)27 b(the)g(curren)m(t)f(w)m
-(orking)h(directory)g(to)h Fr(directory)p Fu(.)40 b(If)26
-b Fr(directory)35 b Fu(is)27 b(not)g(supplied,)630 1325
-y(the)k(v)-5 b(alue)31 b(of)g(the)g Ft(HOME)e Fu(shell)i(v)-5
-b(ariable)32 b(is)f(used.)40 b(If)31 b(the)g(shell)g(v)-5
-b(ariable)31 b Ft(CDPATH)e Fu(exists,)630 1435 y Ft(cd)40
-b Fu(uses)h(it)g(as)g(a)g(searc)m(h)g(path:)62 b Ft(cd)40
-b Fu(searc)m(hes)i(eac)m(h)g(directory)f(name)g(in)f
-Ft(CDPATH)f Fu(for)630 1544 y Fr(directory)p Fu(,)48
-b(with)c(alternativ)m(e)i(directory)f(names)e(in)h Ft(CDPATH)e
-Fu(separated)j(b)m(y)f(a)g(colon)630 1654 y(\(`)p Ft(:)p
-Fu('\).)e(If)30 b Fr(directory)38 b Fu(b)s(egins)30 b(with)g(a)h
-(slash,)f Ft(CDPATH)f Fu(is)h(not)h(used.)630 1788 y(The)g
-Ft(-P)h Fu(option)g(means)g(to)h(not)f(follo)m(w)h(sym)m(b)s(olic)g
-(links:)44 b(sym)m(b)s(olic)32 b(links)g(are)g(resolv)m(ed)630
-1898 y(while)41 b Ft(cd)f Fu(is)h(tra)m(v)m(ersing)h
-Fr(directory)49 b Fu(and)40 b(b)s(efore)g(pro)s(cessing)h(an)f
-(instance)i(of)f(`)p Ft(..)p Fu(')f(in)630 2007 y Fr(directory)p
-Fu(.)630 2142 y(By)34 b(default,)h(or)e(when)g(the)g
-Ft(-L)g Fu(option)h(is)g(supplied,)f(sym)m(b)s(olic)h(links)f(in)h
-Fr(directory)42 b Fu(are)630 2252 y(resolv)m(ed)31 b(after)g
-Ft(cd)f Fu(pro)s(cesses)g(an)g(instance)h(of)g(`)p Ft(..)p
-Fu(')f(in)g Fr(directory)p Fu(.)630 2386 y(If)35 b(`)p
-Ft(..)p Fu(')f(app)s(ears)h(in)f Fr(directory)p Fu(,)j(it)f(is)f(pro)s
-(cessed)f(b)m(y)h(remo)m(ving)h(the)f(immediately)h(pre-)630
-2496 y(ceding)31 b(pathname)f(comp)s(onen)m(t,)h(bac)m(k)g(to)g(a)g
-(slash)f(or)h(the)f(b)s(eginning)g(of)g Fr(directory)p
-Fu(.)630 2630 y(If)i(the)i Ft(-e)e Fu(option)h(is)g(supplied)f(with)g
-Ft(-P)h Fu(and)f(the)h(curren)m(t)g(w)m(orking)g(directory)g(cannot)630
-2740 y(b)s(e)k(successfully)g(determined)g(after)i(a)e(successful)h
-(directory)g(c)m(hange,)i Ft(cd)d Fu(will)h(return)630
-2849 y(an)30 b(unsuccessful)f(status.)630 2984 y(On)41
-b(systems)h(that)h(supp)s(ort)d(it,)46 b(the)c Ft(-@)g
-Fu(option)g(presen)m(ts)g(the)g(extended)g(attributes)630
-3093 y(asso)s(ciated)32 b(with)e(a)h(\014le)f(as)h(a)f(directory)-8
-b(.)630 3228 y(If)41 b Fr(directory)49 b Fu(is)41 b(`)p
-Ft(-)p Fu(',)j(it)e(is)f(con)m(v)m(erted)h(to)g Ft($OLDPWD)d
-Fu(b)s(efore)i(the)g(directory)h(c)m(hange)g(is)630 3337
-y(attempted.)630 3472 y(If)33 b(a)h(non-empt)m(y)g(directory)g(name)f
-(from)g Ft(CDPATH)f Fu(is)h(used,)h(or)g(if)f(`)p Ft(-)p
-Fu(')h(is)f(the)h(\014rst)f(argu-)630 3582 y(men)m(t,)28
-b(and)e(the)h(directory)g(c)m(hange)h(is)f(successful,)h(the)f
-(absolute)g(pathname)g(of)f(the)h(new)630 3691 y(w)m(orking)k
-(directory)g(is)f(written)g(to)i(the)e(standard)g(output.)630
-3826 y(If)i(the)i(directory)f(c)m(hange)h(is)f(successful,)h
-Ft(cd)e Fu(sets)h(the)h(v)-5 b(alue)33 b(of)g(the)g Ft(PWD)f
-Fu(en)m(vironmen)m(t)630 3935 y(v)-5 b(ariable)32 b(to)g(the)f(new)g
-(directory)g(name,)h(and)e(sets)i(the)f Ft(OLDPWD)e Fu(en)m(vironmen)m
-(t)j(v)-5 b(ariable)630 4045 y(to)31 b(the)g(v)-5 b(alue)31
-b(of)f(the)h(curren)m(t)f(w)m(orking)g(directory)h(b)s(efore)f(the)h(c)
-m(hange.)630 4179 y(The)e(return)g(status)h(is)f(zero)i(if)e(the)h
-(directory)g(is)g(successfully)g(c)m(hanged,)g(non-zero)g(oth-)630
-4289 y(erwise.)150 4448 y Ft(continue)870 4583 y(continue)46
-b([)p Fj(n)p Ft(])630 4717 y Fu(Resume)32 b(the)g(next)g(iteration)i
-(of)e(an)g(enclosing)h Ft(for)p Fu(,)f Ft(while)p Fu(,)f
-Ft(until)p Fu(,)g(or)h Ft(select)f Fu(lo)s(op.)630 4827
-y(If)f Fr(n)h Fu(is)g(supplied,)e(the)j(execution)g(of)f(the)g
-Fr(n)p Fu(th)f(enclosing)i(lo)s(op)f(is)f(resumed.)42
-b Fr(n)30 b Fu(m)m(ust)h(b)s(e)630 4936 y(greater)39
-b(than)f(or)g(equal)g(to)h(1.)63 b(The)38 b(return)e(status)j(is)e
-(zero)i(unless)e Fr(n)h Fu(is)g(not)g(greater)630 5046
-y(than)30 b(or)g(equal)h(to)g(1.)150 5205 y Ft(eval)870
-5340 y(eval)47 b([)p Fj(arguments)p Ft(])p eop end
-%%Page: 51 57
-TeXDict begin 51 56 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(51)630 299 y(The)25
-b(argumen)m(ts)h(are)g(concatenated)i(together)f(in)m(to)f(a)g(single)h
-(command,)f(whic)m(h)g(is)f(then)630 408 y(read)35 b(and)g(executed,)j
-(and)d(its)h(exit)g(status)g(returned)e(as)h(the)h(exit)g(status)g(of)g
-Ft(eval)p Fu(.)54 b(If)630 518 y(there)31 b(are)f(no)h(argumen)m(ts)f
-(or)h(only)f(empt)m(y)h(argumen)m(ts,)g(the)f(return)g(status)g(is)h
-(zero.)150 680 y Ft(exec)870 816 y(exec)47 b([-cl])f([-a)h
-Fj(name)p Ft(])f([)p Fj(command)g Ft([)p Fj(arguments)p
-Ft(]])630 951 y Fu(If)36 b Fr(command)k Fu(is)c(supplied,)h(it)g
-(replaces)h(the)e(shell)h(without)f(creating)i(a)f(new)f(pro)s(cess.)
-630 1061 y(If)k(the)h Ft(-l)e Fu(option)i(is)g(supplied,)h(the)e(shell)
-h(places)g(a)g(dash)f(at)h(the)f(b)s(eginning)g(of)h(the)630
-1170 y(zeroth)36 b(argumen)m(t)h(passed)e(to)h Fr(command)p
-Fu(.)57 b(This)35 b(is)h(what)f(the)h Ft(login)e Fu(program)i(do)s(es.)
-630 1280 y(The)i Ft(-c)g Fu(option)g(causes)h Fr(command)j
-Fu(to)d(b)s(e)f(executed)h(with)f(an)g(empt)m(y)h(en)m(vironmen)m(t.)
-630 1390 y(If)c Ft(-a)g Fu(is)h(supplied,)f(the)h(shell)g(passes)f
-Fr(name)41 b Fu(as)36 b(the)f(zeroth)i(argumen)m(t)f(to)g
-Fr(command)p Fu(.)630 1499 y(If)c Fr(command)j Fu(cannot)e(b)s(e)f
-(executed)h(for)f(some)g(reason,)h(a)g(non-in)m(teractiv)m(e)i(shell)d
-(exits,)630 1609 y(unless)27 b(the)g Ft(execfail)e Fu(shell)i(option)h
-(is)f(enabled.)40 b(In)27 b(that)g(case,)j(it)d(returns)f(failure.)40
-b(An)630 1718 y(in)m(teractiv)m(e)35 b(shell)d(returns)f(failure)h(if)g
-(the)g(\014le)g(cannot)h(b)s(e)e(executed.)47 b(A)32
-b(subshell)f(exits)630 1828 y(unconditionally)j(if)g
-Ft(exec)f Fu(fails.)52 b(If)33 b(no)h Fr(command)j Fu(is)d(sp)s
-(eci\014ed,)h(redirections)f(ma)m(y)h(b)s(e)630 1937
-y(used)30 b(to)i(a\013ect)g(the)f(curren)m(t)g(shell)g(en)m(vironmen)m
-(t.)43 b(If)30 b(there)i(are)f(no)g(redirection)g(errors,)630
-2047 y(the)g(return)e(status)i(is)f(zero;)h(otherwise)g(the)g(return)e
-(status)i(is)f(non-zero.)150 2209 y Ft(exit)870 2345
-y(exit)47 b([)p Fj(n)p Ft(])630 2480 y Fu(Exit)30 b(the)g(shell,)h
-(returning)d(a)j(status)f(of)g Fr(n)f Fu(to)h(the)g(shell's)g(paren)m
-(t.)41 b(If)30 b Fr(n)f Fu(is)h(omitted,)h(the)630 2590
-y(exit)c(status)g(is)g(that)g(of)g(the)g(last)g(command)f(executed.)41
-b(An)m(y)26 b(trap)h(on)f Ft(EXIT)f Fu(is)i(executed)630
-2699 y(b)s(efore)j(the)h(shell)f(terminates.)150 2861
-y Ft(export)870 2997 y(export)46 b([-fn])g([-p])h([)p
-Fj(name)p Ft([=)p Fj(value)p Ft(]])630 3133 y Fu(Mark)40
-b(eac)m(h)h Fr(name)k Fu(to)40 b(b)s(e)f(passed)g(to)i(c)m(hild)f(pro)s
-(cesses)f(in)g(the)h(en)m(vironmen)m(t.)70 b(If)39 b(the)630
-3242 y Ft(-f)33 b Fu(option)h(is)g(supplied,)f(the)h
-Fr(name)5 b Fu(s)33 b(refer)g(to)i(shell)e(functions;)i(otherwise)f
-(the)g(names)630 3352 y(refer)c(to)h(shell)g(v)-5 b(ariables.)41
-b(The)30 b Ft(-n)f Fu(option)i(means)f(to)h(no)f(longer)h(mark)f(eac)m
-(h)i Fr(name)j Fu(for)630 3461 y(exp)s(ort.)51 b(If)34
-b(no)g Fr(name)5 b Fu(s)34 b(are)g(supplied,)g(or)g(if)g(the)g
-Ft(-p)f Fu(option)i(is)f(giv)m(en,)i(a)e(list)h(of)f(names)630
-3571 y(of)d(all)h(exp)s(orted)e(v)-5 b(ariables)31 b(is)g(displa)m(y)m
-(ed.)43 b(The)30 b Ft(-p)g Fu(option)i(displa)m(ys)e(output)h(in)f(a)h
-(form)630 3680 y(that)25 b(ma)m(y)g(b)s(e)f(reused)g(as)h(input.)38
-b(If)24 b(a)h(v)-5 b(ariable)25 b(name)g(is)g(follo)m(w)m(ed)h(b)m(y)e
-(=)p Fr(v)-5 b(alue)p Fu(,)27 b(the)d(v)-5 b(alue)630
-3790 y(of)31 b(the)f(v)-5 b(ariable)31 b(is)g(set)g(to)g
-Fr(v)-5 b(alue)p Fu(.)630 3926 y(The)29 b(return)e(status)j(is)f(zero)h
-(unless)e(an)h(in)m(v)-5 b(alid)29 b(option)h(is)f(supplied,)f(one)i
-(of)f(the)g(names)630 4035 y(is)k(not)g(a)h(v)-5 b(alid)33
-b(shell)h(v)-5 b(ariable)33 b(name,)i(or)e Ft(-f)f Fu(is)h(supplied)f
-(with)h(a)g(name)g(that)h(is)f(not)h(a)630 4145 y(shell)d(function.)150
-4307 y Ft(false)870 4442 y(false)630 4578 y Fu(Do)s(es)g(nothing,)g
-(returns)e(a)h(non-zero)h(status.)150 4740 y Ft(getopts)870
-4876 y(getopts)46 b Fj(optstring)f(name)i Ft([)p Fj(arg)f
-Ft(...])630 5011 y(getopts)28 b Fu(is)i(used)g(b)m(y)g(shell)g(scripts)
-g(to)g(parse)g(p)s(ositional)h(parameters.)41 b Fr(optstring)d
-Fu(con-)630 5121 y(tains)k(the)g(option)f(c)m(haracters)i(to)g(b)s(e)d
-(recognized;)49 b(if)42 b(a)f(c)m(haracter)j(is)d(follo)m(w)m(ed)i(b)m
-(y)f(a)630 5230 y(colon,)33 b(the)f(option)g(is)g(exp)s(ected)g(to)h
-(ha)m(v)m(e)g(an)e(argumen)m(t,)i(whic)m(h)f(should)e(b)s(e)h
-(separated)630 5340 y(from)40 b(it)g(b)m(y)g(whitespace.)70
-b(The)40 b(colon)h(\(`)p Ft(:)p Fu('\))g(and)e(question)h(mark)g(\(`)p
-Ft(?)p Fu('\))h(ma)m(y)f(not)h(b)s(e)p eop end
-%%Page: 52 58
-TeXDict begin 52 57 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(52)630 299 y(used)38
-b(as)g(option)h(c)m(haracters.)67 b(Eac)m(h)39 b(time)g(it)g(is)f(in)m
-(v)m(ok)m(ed,)k Ft(getopts)37 b Fu(places)i(the)g(next)630
-408 y(option)29 b(in)f(the)h(shell)g(v)-5 b(ariable)30
-b Fr(name)p Fu(,)f(initializing)i Fr(name)j Fu(if)28
-b(it)h(do)s(es)g(not)g(exist,)h(and)e(the)630 518 y(index)33
-b(of)g(the)h(next)f(argumen)m(t)h(to)g(b)s(e)e(pro)s(cessed)h(in)m(to)h
-(the)g(v)-5 b(ariable)34 b Ft(OPTIND)p Fu(.)48 b Ft(OPTIND)630
-628 y Fu(is)41 b(initialized)i(to)f(1)f(eac)m(h)h(time)g(the)f(shell)g
-(or)g(a)g(shell)g(script)g(is)g(in)m(v)m(ok)m(ed.)74
-b(When)41 b(an)630 737 y(option)36 b(requires)e(an)h(argumen)m(t,)i
-Ft(getopts)c Fu(places)j(that)g(argumen)m(t)g(in)m(to)g(the)f(v)-5
-b(ariable)630 847 y Ft(OPTARG)p Fu(.)55 b(The)35 b(shell)g(do)s(es)h
-(not)g(reset)g Ft(OPTIND)e Fu(automatically;)41 b(it)36
-b(m)m(ust)f(b)s(e)g(man)m(ually)630 956 y(reset)i(b)s(et)m(w)m(een)g(m)
-m(ultiple)h(calls)f(to)g Ft(getopts)e Fu(within)h(the)h(same)g(shell)f
-(in)m(v)m(o)s(cation)j(if)e(a)630 1066 y(new)30 b(set)h(of)f
-(parameters)h(is)f(to)i(b)s(e)d(used.)630 1196 y(When)41
-b(the)h(end)e(of)i(options)g(is)f(encoun)m(tered,)k Ft(getopts)39
-b Fu(exits)j(with)f(a)h(return)e(v)-5 b(alue)630 1305
-y(greater)32 b(than)e(zero.)41 b Ft(OPTIND)29 b Fu(is)h(set)h(to)g(the)
-g(index)f(of)g(the)h(\014rst)f(non-option)g(argumen)m(t,)630
-1415 y(and)g Fr(name)35 b Fu(is)c(set)g(to)g(`)p Ft(?)p
-Fu('.)630 1544 y Ft(getopts)c Fu(normally)j(parses)e(the)i(p)s
-(ositional)g(parameters,)g(but)e(if)i(more)f(argumen)m(ts)h(are)630
-1654 y(supplied)f(as)i Fr(arg)38 b Fu(v)-5 b(alues,)31
-b Ft(getopts)e Fu(parses)h(those)h(instead.)630 1783
-y Ft(getopts)h Fu(can)h(rep)s(ort)g(errors)g(in)h(t)m(w)m(o)h(w)m(a)m
-(ys.)51 b(If)33 b(the)h(\014rst)e(c)m(haracter)k(of)d
-Fr(optstring)42 b Fu(is)34 b(a)630 1893 y(colon,)g Fr(silen)m(t)h
-Fu(error)d(rep)s(orting)f(is)i(used.)45 b(In)31 b(normal)h(op)s
-(eration,)h(diagnostic)h(messages)630 2002 y(are)c(prin)m(ted)e(when)g
-(in)m(v)-5 b(alid)30 b(options)g(or)f(missing)g(option)g(argumen)m(ts)h
-(are)f(encoun)m(tered.)630 2112 y(If)34 b(the)g(v)-5
-b(ariable)35 b Ft(OPTERR)d Fu(is)i(set)h(to)f(0,)i(no)e(error)g
-(messages)h(will)f(b)s(e)f(displa)m(y)m(ed,)j(ev)m(en)f(if)630
-2222 y(the)c(\014rst)e(c)m(haracter)j(of)f Ft(optstring)d
-Fu(is)i(not)h(a)f(colon.)630 2351 y(If)i Ft(getopts)e
-Fu(detects)j(an)g(in)m(v)-5 b(alid)32 b(option,)i(it)f(places)g(`)p
-Ft(?)p Fu(')f(in)m(to)h Fr(name)38 b Fu(and,)32 b(if)g(not)h(silen)m
-(t,)630 2461 y(prin)m(ts)e(an)h(error)f(message)i(and)e(unsets)g
-Ft(OPTARG)p Fu(.)42 b(If)31 b Ft(getopts)f Fu(is)i(silen)m(t,)h(it)f
-(assigns)g(the)630 2570 y(option)f(c)m(haracter)h(found)d(to)i
-Ft(OPTARG)e Fu(and)g(do)s(es)h(not)h(prin)m(t)f(a)h(diagnostic)h
-(message.)630 2700 y(If)21 b(a)h(required)f(argumen)m(t)h(is)g(not)g
-(found,)g(and)f Ft(getopts)f Fu(is)h(not)h(silen)m(t,)j(it)d(sets)g
-(the)g(v)-5 b(alue)22 b(of)630 2809 y Fr(name)32 b Fu(to)27
-b(a)g(question)g(mark)f(\(`)p Ft(?)p Fu('\),)j(unsets)d
-Ft(OPTARG)p Fu(,)g(and)g(prin)m(ts)g(a)h(diagnostic)h(message.)630
-2919 y(If)i Ft(getopts)f Fu(is)i(silen)m(t,)h(it)f(sets)h(the)f(v)-5
-b(alue)31 b(of)g Fr(name)36 b Fu(to)31 b(a)g(colon)h(\(`)p
-Ft(:)p Fu('\),)g(and)e(sets)i Ft(OPTARG)630 3029 y Fu(to)f(the)g
-(option)g(c)m(haracter)g(found.)150 3178 y Ft(hash)870
-3308 y(hash)47 b([-r])f([-p)h Fj(filename)p Ft(])e([-dt])i([)p
-Fj(name)p Ft(])630 3437 y Fu(Eac)m(h)37 b(time)h Ft(hash)d
-Fu(is)i(in)m(v)m(ok)m(ed,)j(it)d(remem)m(b)s(ers)f(the)h(full)f
-(\014lenames)h(of)f(the)h(commands)630 3547 y(sp)s(eci\014ed)c(as)i
-Fr(name)k Fu(argumen)m(ts,)c(so)g(they)f(need)g(not)g(b)s(e)f(searc)m
-(hed)i(for)f(on)g(subsequen)m(t)630 3656 y(in)m(v)m(o)s(cations.)79
-b(The)41 b(commands)h(are)h(found)e(b)m(y)h(searc)m(hing)i(through)d
-(the)i(directories)630 3766 y(listed)f(in)g Ft($PATH)p
-Fu(.)74 b(An)m(y)42 b(previously-remem)m(b)s(ered)f(\014lename)h(is)g
-(discarded.)74 b(The)42 b Ft(-p)630 3875 y Fu(option)34
-b(inhibits)f(the)h(path)g(searc)m(h,)h(and)e Fr(\014lename)39
-b Fu(is)34 b(used)f(as)h(the)f(lo)s(cation)j(of)e Fr(name)p
-Fu(.)630 3985 y(The)h Ft(-r)g Fu(option)h(causes)g(the)g(shell)g(to)h
-(forget)f(all)h(remem)m(b)s(ered)e(lo)s(cations.)58 b(Assigning)630
-4095 y(to)42 b(the)f Ft(PATH)f Fu(v)-5 b(ariable)42 b(also)g(clears)g
-(all)g(hashed)f(\014lenames.)73 b(The)40 b Ft(-d)h Fu(option)h(causes)
-630 4204 y(the)f(shell)g(to)g(forget)h(the)f(remem)m(b)s(ered)f(lo)s
-(cation)i(of)f(eac)m(h)h Fr(name)p Fu(.)71 b(If)41 b(the)f
-Ft(-t)g Fu(option)630 4314 y(is)c(supplied,)g(the)g(full)g(pathname)g
-(to)g(whic)m(h)g(eac)m(h)h Fr(name)k Fu(corresp)s(onds)35
-b(is)h(prin)m(ted.)56 b(If)630 4423 y(m)m(ultiple)44
-b Fr(name)49 b Fu(argumen)m(ts)44 b(are)h(supplied)d(with)i
-Ft(-t)p Fu(,)i(the)e Fr(name)49 b Fu(is)44 b(prin)m(ted)f(b)s(efore)630
-4533 y(the)36 b(hashed)g(full)f(pathname.)58 b(The)36
-b Ft(-l)f Fu(option)i(causes)f(output)g(to)h(b)s(e)e(displa)m(y)m(ed)i
-(in)f(a)630 4643 y(format)f(that)g(ma)m(y)g(b)s(e)f(reused)f(as)i
-(input.)52 b(If)34 b(no)g(argumen)m(ts)h(are)g(giv)m(en,)h(or)f(if)f
-(only)h Ft(-l)630 4752 y Fu(is)d(supplied,)g(information)h(ab)s(out)f
-(remem)m(b)s(ered)g(commands)f(is)i(prin)m(ted.)46 b(The)32
-b Ft(-t)p Fu(,)g Ft(-d)p Fu(,)630 4862 y(and)40 b Ft(-p)h
-Fu(options)g(\(the)g(options)g(that)h(act)g(on)f(the)g
-Fr(name)46 b Fu(argumen)m(ts\))41 b(are)g(m)m(utually)630
-4971 y(exclusiv)m(e.)j(Only)30 b(one)h(will)g(b)s(e)g(activ)m(e.)44
-b(If)31 b(more)g(than)f(one)h(is)g(supplied,)f Ft(-t)h
-Fu(has)f(higher)630 5081 y(priorit)m(y)38 b(than)f Ft(-p)p
-Fu(,)i(and)e(b)s(oth)g(are)h(higher)f(priorit)m(y)h(than)g
-Ft(-d)p Fu(.)61 b(The)38 b(return)e(status)i(is)630 5191
-y(zero)31 b(unless)f(a)h Fr(name)k Fu(is)c(not)f(found)f(or)i(an)f(in)m
-(v)-5 b(alid)31 b(option)g(is)f(supplied.)150 5340 y
-Ft(pwd)p eop end
-%%Page: 53 59
-TeXDict begin 53 58 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(53)870 299 y Ft(pwd)47
-b([-LP])630 434 y Fu(Prin)m(t)29 b(the)g(absolute)h(pathname)e(of)h
-(the)h(curren)m(t)e(w)m(orking)h(directory)-8 b(.)42
-b(If)28 b(the)h Ft(-P)f Fu(option)630 543 y(is)39 b(supplied,)h(the)f
-(pathname)g(prin)m(ted)g(will)g(not)h(con)m(tain)g(sym)m(b)s(olic)f
-(links.)67 b(If)38 b(the)i Ft(-L)630 653 y Fu(option)k(is)g(supplied,)i
-(the)e(pathname)f(prin)m(ted)h(ma)m(y)g(con)m(tain)h(sym)m(b)s(olic)f
-(links.)80 b(The)630 763 y(return)26 b(status)h(is)h(zero)g(unless)e
-(an)h(error)g(is)g(encoun)m(tered)g(while)h(determining)f(the)g(name)
-630 872 y(of)k(the)f(curren)m(t)g(directory)h(or)f(an)h(in)m(v)-5
-b(alid)31 b(option)g(is)f(supplied.)150 1032 y Ft(readonly)870
-1167 y(readonly)46 b([-aAf])g([-p])g([)p Fj(name)p Ft([=)p
-Fj(value)p Ft(]])e(...)630 1302 y Fu(Mark)33 b(eac)m(h)h
-Fr(name)39 b Fu(as)33 b(readonly)-8 b(.)49 b(The)32 b(v)-5
-b(alues)34 b(of)f(these)g(names)g(ma)m(y)h(not)f(b)s(e)f(c)m(hanged)630
-1412 y(b)m(y)38 b(subsequen)m(t)g(assignmen)m(t.)65 b(If)38
-b(the)h Ft(-f)f Fu(option)g(is)h(supplied,)g(eac)m(h)h
-Fr(name)j Fu(refers)38 b(to)630 1521 y(a)f(shell)g(function.)59
-b(The)36 b Ft(-a)g Fu(option)h(means)f(eac)m(h)i Fr(name)k
-Fu(refers)36 b(to)h(an)f(indexed)g(arra)m(y)630 1631
-y(v)-5 b(ariable;)28 b(the)f Ft(-A)e Fu(option)h(means)g(eac)m(h)h
-Fr(name)k Fu(refers)26 b(to)g(an)g(asso)s(ciativ)m(e)i(arra)m(y)f(v)-5
-b(ariable.)630 1740 y(If)35 b(b)s(oth)g(options)h(are)h(supplied,)f
-Ft(-A)f Fu(tak)m(es)i(precedence.)58 b(If)35 b(no)h Fr(name)k
-Fu(argumen)m(ts)d(are)630 1850 y(giv)m(en,)k(or)c(if)h(the)g
-Ft(-p)f Fu(option)h(is)f(supplied,)i(a)f(list)g(of)g(all)g(readonly)g
-(names)f(is)h(prin)m(ted.)630 1960 y(The)32 b(other)g(options)g(ma)m(y)
-h(b)s(e)f(used)f(to)i(restrict)g(the)f(output)g(to)h(a)f(subset)g(of)g
-(the)g(set)h(of)630 2069 y(readonly)c(names.)41 b(The)28
-b Ft(-p)h Fu(option)h(causes)g(output)e(to)j(b)s(e)d(displa)m(y)m(ed)i
-(in)f(a)h(format)f(that)630 2179 y(ma)m(y)j(b)s(e)e(reused)g(as)i
-(input.)42 b(If)30 b(a)i(v)-5 b(ariable)31 b(name)h(is)f(follo)m(w)m
-(ed)h(b)m(y)f(=)p Fr(v)-5 b(alue)p Fu(,)32 b(the)f(v)-5
-b(alue)32 b(of)630 2288 y(the)i(v)-5 b(ariable)34 b(is)f(set)i(to)f
-Fr(v)-5 b(alue)p Fu(.)50 b(The)33 b(return)g(status)g(is)h(zero)g
-(unless)f(an)g(in)m(v)-5 b(alid)34 b(option)630 2398
-y(is)c(supplied,)f(one)h(of)g(the)g Fr(name)35 b Fu(argumen)m(ts)30
-b(is)g(not)g(a)g(v)-5 b(alid)31 b(shell)f(v)-5 b(ariable)30
-b(or)g(function)630 2508 y(name,)h(or)f(the)h Ft(-f)e
-Fu(option)i(is)g(supplied)e(with)h(a)h(name)f(that)h(is)f(not)h(a)g
-(shell)f(function.)150 2668 y Ft(return)870 2803 y(return)46
-b([)p Fj(n)p Ft(])630 2937 y Fu(Cause)37 b(a)g(shell)h(function)f(to)g
-(stop)h(executing)g(and)e(return)h(the)g(v)-5 b(alue)37
-b Fr(n)g Fu(to)h(its)f(caller.)630 3047 y(If)h Fr(n)h
-Fu(is)g(not)g(supplied,)h(the)f(return)e(v)-5 b(alue)40
-b(is)f(the)g(exit)g(status)g(of)g(the)g(last)h(command)630
-3157 y(executed)i(in)f(the)g(function.)72 b(If)41 b Ft(return)e
-Fu(is)i(executed)h(b)m(y)f(a)h(trap)f(handler,)i(the)e(last)630
-3266 y(command)d(used)f(to)i(determine)f(the)g(status)g(is)h(the)f
-(last)h(command)e(executed)i(b)s(efore)630 3376 y(the)27
-b(trap)g(handler.)39 b(If)26 b Ft(return)g Fu(is)h(executed)h(during)d
-(a)j Ft(DEBUG)d Fu(trap,)j(the)f(last)h(command)630 3485
-y(used)f(to)h(determine)g(the)f(status)h(is)g(the)f(last)i(command)e
-(executed)h(b)m(y)g(the)f(trap)h(handler)630 3595 y(b)s(efore)e
-Ft(return)f Fu(w)m(as)i(in)m(v)m(ok)m(ed.)41 b Ft(return)25
-b Fu(ma)m(y)i(also)g(b)s(e)f(used)g(to)h(terminate)h(execution)g(of)630
-3705 y(a)34 b(script)g(b)s(eing)g(executed)g(with)g(the)g
-Ft(.)g Fu(\()p Ft(source)p Fu(\))f(builtin,)h(returning)f(either)i
-Fr(n)e Fu(or)h(the)630 3814 y(exit)j(status)f(of)g(the)g(last)h
-(command)e(executed)i(within)e(the)h(script)g(as)g(the)g(exit)h(status)
-630 3924 y(of)i(the)g(script.)65 b(If)38 b Fr(n)g Fu(is)h(supplied,)h
-(the)f(return)e(v)-5 b(alue)39 b(is)g(its)g(least)h(signi\014can)m(t)g
-(8)f(bits.)630 4033 y(An)m(y)g(command)f(asso)s(ciated)j(with)d(the)h
-Ft(RETURN)e Fu(trap)i(is)g(executed)g(b)s(efore)g(execution)630
-4143 y(resumes)29 b(after)h(the)g(function)g(or)g(script.)40
-b(The)29 b(return)g(status)h(is)g(non-zero)g(if)g Ft(return)e
-Fu(is)630 4253 y(supplied)h(a)i(non-n)m(umeric)g(argumen)m(t)g(or)f(is)
-h(used)f(outside)h(a)g(function)f(and)g(not)h(during)630
-4362 y(the)g(execution)g(of)g(a)f(script)h(b)m(y)f Ft(.)g
-Fu(or)g Ft(source)p Fu(.)150 4522 y Ft(shift)870 4657
-y(shift)46 b([)p Fj(n)p Ft(])630 4792 y Fu(Shift)41 b(the)g(p)s
-(ositional)h(parameters)g(to)g(the)f(left)h(b)m(y)g Fr(n)p
-Fu(.)73 b(The)40 b(p)s(ositional)j(parameters)630 4902
-y(from)34 b Fr(n)p Ft(+)p Fu(1)39 b(.)22 b(.)h(.)45 b
-Ft($#)34 b Fu(are)g(renamed)g(to)h Ft($1)k Fu(.)22 b(.)g(.)46
-b Ft($#)p Fu(-)p Fr(n)p Fu(.)51 b(P)m(arameters)36 b(represen)m(ted)e
-(b)m(y)g(the)630 5011 y(n)m(um)m(b)s(ers)d Ft($#)i Fu(do)m(wn)f(to)i
-Ft($#)p Fu(-)p Fr(n)p Ft(+)p Fu(1)e(are)h(unset.)48 b
-Fr(n)32 b Fu(m)m(ust)h(b)s(e)f(a)h(non-negativ)m(e)i(n)m(um)m(b)s(er)d
-(less)630 5121 y(than)g(or)g(equal)h(to)g Ft($#)p Fu(.)46
-b(If)31 b Fr(n)h Fu(is)g(zero)h(or)f(greater)i(than)e
-Ft($#)p Fu(,)g(the)h(p)s(ositional)g(parameters)630 5230
-y(are)e(not)h(c)m(hanged.)43 b(If)31 b Fr(n)g Fu(is)g(not)g(supplied,)f
-(it)i(is)f(assumed)f(to)i(b)s(e)f(1.)43 b(The)31 b(return)f(status)630
-5340 y(is)g(zero)i(unless)d Fr(n)h Fu(is)g(greater)i(than)e
-Ft($#)g Fu(or)g(less)h(than)f(zero,)i(non-zero)e(otherwise.)p
-eop end
-%%Page: 54 60
-TeXDict begin 54 59 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(54)150 299 y Ft(test)150
-408 y([)870 541 y(test)47 b Fj(expr)630 673 y Fu(Ev)-5
-b(aluate)43 b(a)f(conditional)h(expression)f Fr(expr)48
-b Fu(and)41 b(return)g(a)h(status)g(of)g(0)g(\(true\))h(or)f(1)630
-783 y(\(false\).)g(Eac)m(h)31 b(op)s(erator)f(and)f(op)s(erand)g(m)m
-(ust)h(b)s(e)f(a)i(separate)g(argumen)m(t.)41 b(Expressions)630
-892 y(are)26 b(comp)s(osed)f(of)g(the)h(primaries)f(describ)s(ed)f(b)s
-(elo)m(w)h(in)g(Section)h(6.4)h([Bash)e(Conditional)630
-1002 y(Expressions],)39 b(page)g(99.)64 b Ft(test)37
-b Fu(do)s(es)g(not)h(accept)i(an)m(y)e(options,)i(nor)e(do)s(es)f(it)h
-(accept)630 1112 y(and)30 b(ignore)h(an)f(argumen)m(t)h(of)f
-Ft(--)g Fu(as)h(signifying)f(the)h(end)f(of)g(options.)630
-1244 y(When)g(the)h Ft([)f Fu(form)g(is)g(used,)g(the)g(last)i(argumen)
-m(t)e(to)i(the)e(command)g(m)m(ust)h(b)s(e)e(a)i Ft(])p
-Fu(.)630 1377 y(Expressions)23 b(ma)m(y)h(b)s(e)e(com)m(bined)i(using)f
-(the)h(follo)m(wing)h(op)s(erators,)g(listed)f(in)f(decreasing)630
-1486 y(order)30 b(of)h(precedence.)43 b(The)30 b(ev)-5
-b(aluation)33 b(dep)s(ends)28 b(on)j(the)g(n)m(um)m(b)s(er)f(of)h
-(argumen)m(ts;)g(see)630 1596 y(b)s(elo)m(w.)41 b(Op)s(erator)30
-b(precedence)h(is)f(used)g(when)f(there)i(are)f(\014v)m(e)h(or)f(more)h
-(argumen)m(ts.)630 1751 y Ft(!)f Fj(expr)210 b Fu(T)-8
-b(rue)30 b(if)g Fr(expr)37 b Fu(is)30 b(false.)630 1906
-y Ft(\()g Fj(expr)f Ft(\))133 b Fu(Returns)23 b(the)i(v)-5
-b(alue)25 b(of)f Fr(expr)p Fu(.)38 b(This)24 b(ma)m(y)h(b)s(e)e(used)h
-(to)h(o)m(v)m(erride)g(the)g(normal)1110 2016 y(precedence)31
-b(of)f(op)s(erators.)630 2171 y Fj(expr1)f Ft(-a)h Fj(expr2)1110
-2281 y Fu(T)-8 b(rue)30 b(if)g(b)s(oth)g Fr(expr1)37
-b Fu(and)30 b Fr(expr2)38 b Fu(are)30 b(true.)630 2436
-y Fj(expr1)f Ft(-o)h Fj(expr2)1110 2545 y Fu(T)-8 b(rue)30
-b(if)g(either)h Fr(expr1)38 b Fu(or)30 b Fr(expr2)37
-b Fu(is)31 b(true.)630 2701 y(The)37 b Ft(test)f Fu(and)g
-Ft([)h Fu(builtins)g(ev)-5 b(aluate)39 b(conditional)f(expressions)f
-(using)g(a)g(set)h(of)f(rules)630 2810 y(based)30 b(on)g(the)h(n)m(um)m
-(b)s(er)e(of)h(argumen)m(ts.)630 2966 y(0)h(argumen)m(ts)1110
-3075 y(The)f(expression)g(is)g(false.)630 3230 y(1)h(argumen)m(t)1110
-3340 y(The)f(expression)g(is)g(true)h(if,)f(and)g(only)g(if,)h(the)g
-(argumen)m(t)f(is)h(not)f(n)m(ull.)630 3495 y(2)h(argumen)m(ts)1110
-3605 y(If)f(the)h(\014rst)f(argumen)m(t)h(is)g(`)p Ft(!)p
-Fu(',)g(the)g(expression)g(is)g(true)f(if)h(and)f(only)h(if)g(the)1110
-3714 y(second)j(argumen)m(t)f(is)h(n)m(ull.)50 b(If)33
-b(the)h(\014rst)e(argumen)m(t)i(is)g(one)g(of)f(the)h(unary)1110
-3824 y(conditional)42 b(op)s(erators)f(\(see)g(Section)h(6.4)f([Bash)g
-(Conditional)g(Expres-)1110 3934 y(sions],)34 b(page)f(99\),)i(the)e
-(expression)f(is)h(true)g(if)g(the)g(unary)e(test)j(is)f(true.)47
-b(If)1110 4043 y(the)33 b(\014rst)g(argumen)m(t)h(is)f(not)g(a)h(v)-5
-b(alid)34 b(unary)e(op)s(erator,)i(the)g(expression)f(is)1110
-4153 y(false.)630 4308 y(3)e(argumen)m(ts)1110 4418 y(The)f(follo)m
-(wing)i(conditions)f(are)f(applied)h(in)f(the)g(order)g(listed.)1159
-4550 y(1.)61 b(If)29 b(the)g(second)g(argumen)m(t)h(is)f(one)h(of)f
-(the)h(binary)e(conditional)j(op)s(era-)1290 4660 y(tors)c(\(see)h
-(Section)g(6.4)g([Bash)g(Conditional)f(Expressions],)h(page)f(99\),)
-1290 4769 y(the)d(result)g(of)f(the)h(expression)g(is)g(the)f(result)h
-(of)g(the)g(binary)f(test)h(using)1290 4879 y(the)35
-b(\014rst)e(and)h(third)g(argumen)m(ts)h(as)f(op)s(erands.)52
-b(The)34 b(`)p Ft(-a)p Fu(')g(and)g(`)p Ft(-o)p Fu(')1290
-4988 y(op)s(erators)24 b(are)g(considered)g(binary)f(op)s(erators)h
-(when)f(there)h(are)h(three)1290 5098 y(argumen)m(ts.)1159
-5230 y(2.)61 b(If)41 b(the)h(\014rst)e(argumen)m(t)i(is)f(`)p
-Ft(!)p Fu(',)k(the)d(v)-5 b(alue)41 b(is)h(the)f(negation)i(of)f(the)
-1290 5340 y(t)m(w)m(o-argumen)m(t)33 b(test)e(using)f(the)g(second)h
-(and)e(third)h(argumen)m(ts.)p eop end
-%%Page: 55 61
-TeXDict begin 55 60 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(55)1159 299 y(3.)61
-b(If)35 b(the)h(\014rst)e(argumen)m(t)i(is)g(exactly)h(`)p
-Ft(\()p Fu(')f(and)f(the)g(third)g(argumen)m(t)h(is)1290
-408 y(exactly)i(`)p Ft(\))p Fu(',)g(the)f(result)f(is)h(the)f
-(one-argumen)m(t)i(test)f(of)f(the)h(second)1290 518
-y(argumen)m(t.)1159 651 y(4.)61 b(Otherwise,)30 b(the)h(expression)f
-(is)g(false.)630 809 y(4)h(argumen)m(ts)1110 918 y(The)f(follo)m(wing)i
-(conditions)f(are)f(applied)h(in)f(the)g(order)g(listed.)1159
-1052 y(1.)61 b(If)39 b(the)i(\014rst)e(argumen)m(t)h(is)g(`)p
-Ft(!)p Fu(',)j(the)d(result)f(is)h(the)g(negation)i(of)e(the)1290
-1161 y(three-argumen)m(t)k(expression)e(comp)s(osed)g(of)h(the)g
-(remaining)g(argu-)1290 1271 y(men)m(ts.)1159 1404 y(2.)61
-b(If)31 b(the)g(\014rst)f(argumen)m(t)i(is)f(exactly)i(`)p
-Ft(\()p Fu(')e(and)g(the)g(fourth)f(argumen)m(t)i(is)1290
-1514 y(exactly)38 b(`)p Ft(\))p Fu(',)f(the)f(result)g(is)g(the)g(t)m
-(w)m(o-argumen)m(t)i(test)f(of)f(the)g(second)1290 1623
-y(and)30 b(third)f(argumen)m(ts.)1159 1757 y(3.)61 b(Otherwise,)26
-b(the)f(expression)f(is)h(parsed)f(and)g(ev)-5 b(aluated)26
-b(according)g(to)1290 1866 y(precedence)31 b(using)f(the)g(rules)g
-(listed)h(ab)s(o)m(v)m(e.)630 2024 y(5)g(or)f(more)h(argumen)m(ts)1110
-2133 y(The)43 b(expression)f(is)i(parsed)e(and)g(ev)-5
-b(aluated)45 b(according)f(to)f(precedence)1110 2243
-y(using)30 b(the)g(rules)g(listed)h(ab)s(o)m(v)m(e.)630
-2400 y(If)24 b(the)h(shell)g(is)f(in)h Fm(posix)e Fu(mo)s(de,)j(or)f
-(if)f(the)h(expression)f(is)h(part)f(of)h(the)g Ft([[)f
-Fu(command,)i(the)630 2510 y(`)p Ft(<)p Fu(')34 b(and)e(`)p
-Ft(>)p Fu(')i(op)s(erators)g(sort)f(using)g(the)h(curren)m(t)f(lo)s
-(cale.)52 b(If)33 b(the)h(shell)f(is)h(not)g(in)f Fm(posix)630
-2619 y Fu(mo)s(de,)28 b(the)f Ft(test)f Fu(and)g(`)p
-Ft([)p Fu(')h(commands)g(sort)g(lexicographically)j(using)c(ASCI)s(I)g
-(ordering.)630 2753 y(The)k(historical)i(op)s(erator-precedence)f
-(parsing)f(with)g(4)h(or)f(more)h(argumen)m(ts)g(can)f(lead)630
-2862 y(to)k(am)m(biguities)g(when)e(it)i(encoun)m(ters)f(strings)g
-(that)h(lo)s(ok)f(lik)m(e)i(primaries.)48 b(The)33 b
-Fm(posix)630 2972 y Fu(standard)42 b(has)g(deprecated)i(the)f
-Ft(-a)f Fu(and)g Ft(-o)g Fu(primaries)g(and)h(enclosing)g(expressions)
-630 3081 y(within)28 b(paren)m(theses.)40 b(Scripts)28
-b(should)f(no)h(longer)h(use)f(them.)40 b(It's)28 b(m)m(uc)m(h)g(more)h
-(reliable)630 3191 y(to)f(restrict)f(test)h(in)m(v)m(o)s(cations)h(to)e
-(a)g(single)h(primary)-8 b(,)27 b(and)f(to)i(replace)g(uses)e(of)h
-Ft(-a)f Fu(and)h Ft(-o)630 3301 y Fu(with)j(the)h(shell's)f
-Ft(&&)g Fu(and)g Ft(||)g Fu(list)h(op)s(erators.)41 b(F)-8
-b(or)31 b(example,)g(use)870 3434 y Ft(test)47 b(-n)g(string1)f(&&)h
-(test)f(-n)i(string2)630 3567 y Fu(instead)31 b(of)870
-3701 y Ft(test)47 b(-n)g(string1)f(-a)h(-n)g(string2)150
-3858 y(times)870 3992 y(times)630 4125 y Fu(Prin)m(t)37
-b(out)h(the)g(user)e(and)h(system)g(times)h(used)f(b)m(y)g(the)h(shell)
-f(and)g(its)h(c)m(hildren.)61 b(The)630 4235 y(return)29
-b(status)i(is)f(zero.)150 4392 y Ft(trap)870 4525 y(trap)47
-b([-Plp])f([)p Fj(action)p Ft(])f([)p Fj(sigspec)h Ft(...)o(])630
-4659 y Fu(The)40 b Fr(action)i Fu(is)e(a)h(command)f(that)h(is)f(read)h
-(and)e(executed)j(when)d(the)i(shell)f(receiv)m(es)630
-4768 y(signal)30 b Fr(sigsp)s(ec)p Fu(.)40 b(If)29 b
-Fr(action)h Fu(is)f(absen)m(t)h(\(and)f(there)g(is)g(a)g(single)h
-Fr(sigsp)s(ec)6 b Fu(\))29 b(or)g(equal)h(to)g(`)p Ft(-)p
-Fu(',)630 4878 y(eac)m(h)e(sp)s(eci\014ed)e(signal's)h(disp)s(osition)f
-(is)h(reset)g(to)g(the)g(v)-5 b(alue)27 b(it)g(had)f(when)f(the)i
-(shell)g(w)m(as)630 4987 y(started.)43 b(If)30 b Fr(action)j
-Fu(is)e(the)g(n)m(ull)f(string,)i(then)e(the)i(signal)f(sp)s(eci\014ed)
-f(b)m(y)h(eac)m(h)h Fr(sigsp)s(ec)37 b Fu(is)630 5097
-y(ignored)30 b(b)m(y)h(the)f(shell)h(and)f(commands)g(it)h(in)m(v)m(ok)
-m(es.)630 5230 y(If)44 b(no)h(argumen)m(ts)g(are)g(supplied,)j
-Ft(trap)c Fu(prin)m(ts)g(the)h(actions)h(asso)s(ciated)g(with)f(eac)m
-(h)630 5340 y(trapp)s(ed)29 b(signal)j(as)f(a)g(set)g(of)f
-Ft(trap)g Fu(commands)g(that)h(can)g(b)s(e)f(reused)g(as)h(shell)g
-(input)e(to)p eop end
-%%Page: 56 62
-TeXDict begin 56 61 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(56)630 299 y(restore)29
-b(the)g(curren)m(t)g(signal)g(disp)s(ositions.)40 b(If)28
-b Fr(action)i Fu(is)f(not)f(presen)m(t)h(and)f Ft(-p)g
-Fu(has)h(b)s(een)630 408 y(supplied,)39 b Ft(trap)e Fu(displa)m(ys)i
-(the)f(trap)h(commands)f(asso)s(ciated)h(with)f(eac)m(h)i
-Fr(sigsp)s(ec)p Fu(,)h(or,)630 518 y(if)32 b(no)g Fr(sigsp)s(ec)6
-b Fu(s)32 b(are)h(supplied,)e(for)h(all)h(trapp)s(ed)e(signals,)j(as)e
-(a)h(set)g(of)f Ft(trap)f Fu(commands)630 628 y(that)44
-b(can)g(b)s(e)f(reused)g(as)g(shell)h(input)f(to)h(restore)g(the)g
-(curren)m(t)f(signal)h(disp)s(ositions.)630 737 y(The)31
-b Ft(-P)g Fu(option)g(b)s(eha)m(v)m(es)h(similarly)-8
-b(,)33 b(but)e(displa)m(ys)g(only)g(the)h(actions)g(asso)s(ciated)h
-(with)630 847 y(eac)m(h)43 b Fr(sigsp)s(ec)k Fu(argumen)m(t.)74
-b Ft(-P)41 b Fu(requires)g(at)h(least)h(one)f Fr(sigsp)s(ec)47
-b Fu(argumen)m(t.)75 b(The)41 b Ft(-P)630 956 y Fu(or)34
-b Ft(-p)f Fu(options)h(to)g Ft(trap)e Fu(ma)m(y)j(b)s(e)e(used)g(in)g
-(a)h(subshell)f(en)m(vironmen)m(t)h(\(e.g.,)i(command)630
-1066 y(substitution\))k(and,)j(as)d(long)h(as)g(they)g(are)f(used)g(b)s
-(efore)g Ft(trap)f Fu(is)h(used)g(to)h(c)m(hange)h(a)630
-1176 y(signal's)31 b(handling,)f(will)h(displa)m(y)f(the)h(state)h(of)e
-(its)h(paren)m(t's)g(traps.)630 1310 y(The)21 b Ft(-l)f
-Fu(option)i(causes)g Ft(trap)e Fu(to)i(prin)m(t)f(a)g(list)h(of)g
-(signal)g(names)f(and)g(their)g(corresp)s(onding)630
-1420 y(n)m(um)m(b)s(ers.)37 b(Eac)m(h)24 b Fr(sigsp)s(ec)30
-b Fu(is)23 b(either)i(a)f(signal)g(name)g(or)f(a)h(signal)h(n)m(um)m(b)
-s(er.)37 b(Signal)24 b(names)630 1530 y(are)31 b(case)g(insensitiv)m(e)
-h(and)d(the)i Ft(SIG)e Fu(pre\014x)h(is)g(optional.)630
-1665 y(If)f(a)g Fr(sigsp)s(ec)35 b Fu(is)30 b Ft(0)f
-Fu(or)g Ft(EXIT)p Fu(,)f Fr(action)j Fu(is)e(executed)h(when)f(the)g
-(shell)g(exits.)42 b(If)28 b(a)i Fr(sigsp)s(ec)35 b Fu(is)630
-1774 y Ft(DEBUG)p Fu(,)g Fr(action)g Fu(is)g(executed)h(b)s(efore)e(ev)
-m(ery)h(simple)g(command,)h Ft(for)d Fu(command,)j Ft(case)630
-1884 y Fu(command,)29 b Ft(select)d Fu(command,)j(\(\()g(arithmetic)h
-(command,)e([[)h(conditional)h(command,)630 1993 y(arithmetic)44
-b Ft(for)e Fu(command,)k(and)c(b)s(efore)g(the)h(\014rst)f(command)g
-(executes)i(in)f(a)g(shell)630 2103 y(function.)d(Refer)31
-b(to)g(the)f(description)h(of)f(the)h Ft(extdebug)d Fu(option)j(to)g
-(the)f Ft(shopt)f Fu(builtin)630 2212 y(\(see)35 b(Section)g(4.3.2)g
-([The)f(Shopt)f(Builtin],)j(page)f(73\))g(for)f(details)h(of)f(its)g
-(e\013ect)i(on)e(the)630 2322 y Ft(DEBUG)25 b Fu(trap.)39
-b(If)26 b(a)g Fr(sigsp)s(ec)32 b Fu(is)26 b Ft(RETURN)p
-Fu(,)g Fr(action)i Fu(is)e(executed)h(eac)m(h)g(time)g(a)g(shell)f
-(function)630 2432 y(or)k(a)h(script)f(executed)i(with)e(the)g
-Ft(.)g Fu(or)h Ft(source)d Fu(builtins)i(\014nishes)f(executing.)630
-2567 y(If)c(a)h Fr(sigsp)s(ec)31 b Fu(is)25 b Ft(ERR)p
-Fu(,)h Fr(action)g Fu(is)g(executed)g(whenev)m(er)f(a)h(pip)s(eline)f
-(\(whic)m(h)g(ma)m(y)h(consist)g(of)630 2676 y(a)31 b(single)h(simple)f
-(command\),)h(a)f(list,)h(or)f(a)h(comp)s(ound)d(command)i(returns)f(a)
-h(non-zero)630 2786 y(exit)e(status,)g(sub)5 b(ject)27
-b(to)i(the)f(follo)m(wing)h(conditions.)40 b(The)28 b
-Ft(ERR)f Fu(trap)g(is)h(not)g(executed)h(if)630 2895
-y(the)24 b(failed)h(command)e(is)h(part)g(of)g(the)g(command)g(list)h
-(immediately)g(follo)m(wing)h(an)d Ft(until)630 3005
-y Fu(or)h Ft(while)f Fu(k)m(eyw)m(ord,)j(part)e(of)g(the)g(test)h
-(follo)m(wing)h(the)e Ft(if)g Fu(or)g Ft(elif)f Fu(reserv)m(ed)h(w)m
-(ords,)h(part)630 3114 y(of)37 b(a)g(command)f(executed)i(in)e(a)h
-Ft(&&)f Fu(or)h Ft(||)f Fu(list)h(except)g(the)g(command)g(follo)m
-(wing)h(the)630 3224 y(\014nal)f Ft(&&)f Fu(or)h Ft(||)p
-Fu(,)i(an)m(y)e(command)g(in)g(a)g(pip)s(eline)g(but)f(the)i(last,)i
-(or)d(if)g(the)g(command's)630 3334 y(return)31 b(status)i(is)f(b)s
-(eing)f(in)m(v)m(erted)i(using)f Ft(!)p Fu(.)46 b(These)32
-b(are)g(the)h(same)f(conditions)h(ob)s(ey)m(ed)630 3443
-y(b)m(y)d(the)h Ft(errexit)d Fu(\()p Ft(-e)p Fu(\))j(option.)630
-3578 y(Signals)23 b(ignored)h(up)s(on)e(en)m(try)h(to)h(a)g(non-in)m
-(teractiv)m(e)i(shell)d(cannot)h(b)s(e)f(trapp)s(ed)f(or)h(reset.)630
-3688 y(In)m(teractiv)m(e)i(shells)d(p)s(ermit)f(trapping)h(signals)h
-(ignored)f(on)g(en)m(try)-8 b(.)39 b(T)-8 b(rapp)s(ed)21
-b(signals)h(that)630 3797 y(are)30 b(not)g(b)s(eing)f(ignored)h(are)g
-(reset)g(to)g(their)g(original)g(v)-5 b(alues)30 b(in)g(a)g(subshell)e
-(or)i(subshell)630 3907 y(en)m(vironmen)m(t)h(when)e(one)i(is)f
-(created.)630 4042 y(The)g(return)f(status)i(is)f(zero)h(unless)f(a)h
-Fr(sigsp)s(ec)36 b Fu(do)s(es)30 b(not)h(sp)s(ecify)f(a)g(v)-5
-b(alid)31 b(signal.)150 4202 y Ft(true)870 4337 y(true)630
-4472 y Fu(Do)s(es)g(nothing,)g(returns)e(a)h(0)h(status.)150
-4632 y Ft(umask)870 4767 y(umask)46 b([-p])h([-S])g([)p
-Fj(mode)p Ft(])630 4902 y Fu(Set)30 b(the)f(shell)h(pro)s(cess's)f
-(\014le)h(creation)g(mask)g(to)g Fr(mo)s(de)p Fu(.)40
-b(If)29 b Fr(mo)s(de)34 b Fu(b)s(egins)29 b(with)g(a)h(digit,)630
-5011 y(it)e(is)f(in)m(terpreted)g(as)g(an)g(o)s(ctal)i(n)m(um)m(b)s
-(er;)e(if)g(not,)h(it)g(is)f(in)m(terpreted)g(as)g(a)h(sym)m(b)s(olic)f
-(mo)s(de)630 5121 y(mask)i(similar)g(to)g(that)h(accepted)g(b)m(y)f
-(the)g Ft(chmod)e Fu(command.)40 b(If)28 b Fr(mo)s(de)34
-b Fu(is)28 b(omitted,)j(the)630 5230 y(curren)m(t)39
-b(v)-5 b(alue)40 b(of)f(the)g(mask)g(is)h(prin)m(ted.)66
-b(If)39 b(the)g Ft(-S)g Fu(option)g(is)h(supplied)d(without)j(a)630
-5340 y Fr(mo)s(de)d Fu(argumen)m(t,)d(the)e(mask)g(is)h(prin)m(ted)f
-(in)g(a)g(sym)m(b)s(olic)h(format.)47 b(If)32 b(the)g
-Ft(-p)g Fu(option)h(is)p eop end
-%%Page: 57 63
-TeXDict begin 57 62 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(57)630 299 y(supplied,)32
-b(and)f Fr(mo)s(de)37 b Fu(is)32 b(omitted,)i(the)f(output)f(is)g(in)g
-(a)g(form)g(that)h(ma)m(y)g(b)s(e)e(reused)h(as)630 408
-y(input.)62 b(The)38 b(return)f(status)h(is)g(zero)g(if)g(the)g(mo)s
-(de)g(is)g(successfully)g(c)m(hanged)g(or)g(if)g(no)630
-518 y Fr(mo)s(de)d Fu(argumen)m(t)c(is)f(supplied,)g(and)f(non-zero)i
-(otherwise.)630 648 y(Note)38 b(that)e(when)g(the)g(mo)s(de)g(is)g(in)m
-(terpreted)h(as)f(an)g(o)s(ctal)i(n)m(um)m(b)s(er,)e(eac)m(h)i(n)m(um)m
-(b)s(er)d(of)630 758 y(the)f(umask)g(is)h(subtracted)f(from)f
-Ft(7)p Fu(.)53 b(Th)m(us,)34 b(a)h(umask)e(of)i Ft(022)e
-Fu(results)h(in)g(p)s(ermissions)630 867 y(of)d Ft(755)p
-Fu(.)150 1018 y Ft(unset)870 1148 y(unset)46 b([-fnv])g([)p
-Fj(name)p Ft(])630 1278 y Fu(Remo)m(v)m(e)36 b(eac)m(h)f(v)-5
-b(ariable)35 b(or)f(function)f Fr(name)p Fu(.)52 b(If)33
-b(the)i Ft(-v)e Fu(option)h(is)g(giv)m(en,)j(eac)m(h)e
-Fr(name)630 1388 y Fu(refers)27 b(to)h(a)g(shell)f(v)-5
-b(ariable)28 b(and)f(that)h(v)-5 b(ariable)28 b(is)f(remo)m(v)m(ed.)41
-b(If)27 b(the)g Ft(-f)g Fu(option)g(is)h(giv)m(en,)630
-1497 y(the)37 b Fr(name)5 b Fu(s)37 b(refer)f(to)i(shell)f(functions,)h
-(and)e(the)h(function)g(de\014nition)f(is)h(remo)m(v)m(ed.)61
-b(If)630 1607 y(the)34 b Ft(-n)e Fu(option)i(is)f(supplied,)h(and)e
-Fr(name)39 b Fu(is)33 b(a)h(v)-5 b(ariable)34 b(with)f(the)h
-Ft(nameref)d Fu(attribute,)630 1716 y Fr(name)42 b Fu(will)37
-b(b)s(e)f(unset)g(rather)g(than)h(the)g(v)-5 b(ariable)37
-b(it)g(references.)60 b Ft(-n)36 b Fu(has)g(no)h(e\013ect)h(if)630
-1826 y(the)h Ft(-f)g Fu(option)g(is)h(supplied.)65 b(If)39
-b(no)g(options)h(are)f(supplied,)h(eac)m(h)h Fr(name)j
-Fu(refers)39 b(to)h(a)630 1936 y(v)-5 b(ariable;)45 b(if)39
-b(there)g(is)g(no)g(v)-5 b(ariable)40 b(b)m(y)f(that)h(name,)h(a)f
-(function)f(with)g(that)g(name,)j(if)630 2045 y(an)m(y)-8
-b(,)34 b(is)e(unset.)46 b(Readonly)33 b(v)-5 b(ariables)33
-b(and)f(functions)g(ma)m(y)h(not)f(b)s(e)g(unset.)46
-b(Some)33 b(shell)630 2155 y(v)-5 b(ariables)29 b(lose)h(their)e(sp)s
-(ecial)h(b)s(eha)m(vior)g(if)f(they)h(are)g(unset;)g(suc)m(h)f(b)s(eha)
-m(vior)h(is)g(noted)f(in)630 2264 y(the)35 b(description)h(of)f(the)g
-(individual)g(v)-5 b(ariables.)56 b(The)34 b(return)g(status)i(is)f
-(zero)h(unless)f(a)630 2374 y Fr(name)h Fu(is)30 b(readonly)g(or)h(ma)m
-(y)g(not)f(b)s(e)g(unset.)150 2606 y Fs(4.2)68 b(Bash)45
-b(Builtin)g(Commands)150 2765 y Fu(This)c(section)h(describ)s(es)f
-(builtin)f(commands)h(whic)m(h)g(are)h(unique)e(to)j(or)e(ha)m(v)m(e)h
-(b)s(een)f(extended)g(in)150 2875 y(Bash.)g(Some)30 b(of)h(these)g
-(commands)f(are)g(sp)s(eci\014ed)g(in)g(the)h Fm(posix)e
-Fu(standard.)150 3025 y Ft(alias)870 3155 y(alias)46
-b([-p])h([)p Fj(name)p Ft([=)p Fj(value)p Ft(])d(...)o(])630
-3285 y Fu(Without)26 b(argumen)m(ts)f(or)g(with)f(the)h
-Ft(-p)g Fu(option,)h Ft(alias)e Fu(prin)m(ts)g(the)h(list)h(of)f
-(aliases)h(on)f(the)630 3395 y(standard)g(output)g(in)g(a)h(form)f
-(that)h(allo)m(ws)h(them)e(to)h(b)s(e)f(reused)g(as)g(input.)39
-b(If)25 b(argumen)m(ts)630 3505 y(are)j(supplied,)e(an)i(alias)g(is)f
-(de\014ned)f(for)h(eac)m(h)h Fr(name)33 b Fu(whose)27
-b Fr(v)-5 b(alue)33 b Fu(is)27 b(giv)m(en.)41 b(If)26
-b(no)h Fr(v)-5 b(alue)630 3614 y Fu(is)37 b(giv)m(en,)j(the)d(name)g
-(and)g(v)-5 b(alue)37 b(of)h(the)f(alias)h(is)f(prin)m(ted.)61
-b(Aliases)38 b(are)f(describ)s(ed)f(in)630 3724 y(Section)31
-b(6.6)h([Aliases],)g(page)f(103.)150 3874 y Ft(bind)870
-4004 y(bind)47 b([-m)g Fj(keymap)p Ft(])e([-lpsvPSVX])870
-4114 y(bind)i([-m)g Fj(keymap)p Ft(])e([-q)i Fj(function)p
-Ft(])f([-u)g Fj(function)p Ft(])g([-r)h Fj(keyseq)p Ft(])870
-4224 y(bind)g([-m)g Fj(keymap)p Ft(])e(-f)j Fj(filename)870
-4333 y Ft(bind)f([-m)g Fj(keymap)p Ft(])e(-x)j Fj(keyseq[:)d
-(]shell-command)870 4443 y Ft(bind)i([-m)g Fj(keymap)p
-Ft(])e Fj(keyseq:function-name)870 4552 y Ft(bind)i([-m)g
-Fj(keymap)p Ft(])e Fj(keyseq:readline-command)870 4662
-y Ft(bind)i Fj(readline-command-line)630 4792 y Fu(Displa)m(y)22
-b(curren)m(t)f(Readline)h(\(see)f(Chapter)g(8)g([Command)f(Line)h
-(Editing],)j(page)e(122\))g(k)m(ey)630 4902 y(and)36
-b(function)g(bindings,)i(bind)d(a)i(k)m(ey)g(sequence)g(to)h(a)f
-(Readline)g(function)f(or)h(macro,)630 5011 y(or)44 b(set)h(a)g
-(Readline)f(v)-5 b(ariable.)83 b(Eac)m(h)45 b(non-option)g(argumen)m(t)
-f(is)g(a)h(command)f(as)g(it)630 5121 y(w)m(ould)e(app)s(ear)f(in)h(a)h
-(Readline)g(initialization)i(\014le)d(\(see)h(Section)g(8.3)g
-([Readline)g(Init)630 5230 y(File],)c(page)d(125\),)j(but)c(eac)m(h)h
-(binding)f(or)g(command)h(m)m(ust)f(b)s(e)g(passed)g(as)h(a)g(separate)
-630 5340 y(argumen)m(t;)31 b(e.g.,)h(`)p Ft
-("\\C-x\\C-r":re-read-init-f)o(ile)p Fu('.)p eop end
-%%Page: 58 64
-TeXDict begin 58 63 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(58)630 299 y(Options,)30
-b(if)h(supplied,)e(ha)m(v)m(e)i(the)g(follo)m(wing)h(meanings:)630
-459 y Ft(-m)e Fj(keymap)66 b Fu(Use)54 b Fr(k)m(eymap)j
-Fu(as)d(the)g(k)m(eymap)g(to)h(b)s(e)e(a\013ected)i(b)m(y)f(the)g
-(subsequen)m(t)1110 569 y(bindings.)46 b(Acceptable)34
-b Fr(k)m(eymap)i Fu(names)c(are)h Ft(emacs)p Fu(,)f Ft(emacs-standard)p
-Fu(,)1110 678 y Ft(emacs-meta)p Fu(,)99 b Ft(emacs-ctlx)p
-Fu(,)f Ft(vi)p Fu(,)j Ft(vi-move)p Fu(,)f Ft(vi-command)p
-Fu(,)f(and)1110 788 y Ft(vi-insert)p Fu(.)81 b Ft(vi)44
-b Fu(is)h(equiv)-5 b(alen)m(t)46 b(to)g Ft(vi-command)c
-Fu(\()p Ft(vi-move)h Fu(is)i(also)h(a)1110 897 y(synon)m(ym\);)30
-b Ft(emacs)f Fu(is)i(equiv)-5 b(alen)m(t)32 b(to)f Ft(emacs-standard)p
-Fu(.)630 1058 y Ft(-l)384 b Fu(List)31 b(the)f(names)g(of)h(all)g
-(Readline)g(functions.)630 1218 y Ft(-p)384 b Fu(Displa)m(y)34
-b(Readline)f(function)g(names)g(and)f(bindings)f(in)i(suc)m(h)f(a)i(w)m
-(a)m(y)f(that)1110 1327 y(they)h(can)g(b)s(e)f(used)f(as)i(an)g
-(argumen)m(t)g(to)g(a)g(subsequen)m(t)f Ft(bind)f Fu(command)1110
-1437 y(or)e(in)g(a)h(Readline)g(initialization)i(\014le.)630
-1597 y Ft(-P)384 b Fu(List)31 b(curren)m(t)f(Readline)h(function)f
-(names)g(and)g(bindings.)630 1757 y Ft(-v)384 b Fu(Displa)m(y)25
-b(Readline)f(v)-5 b(ariable)25 b(names)f(and)f(v)-5 b(alues)24
-b(in)g(suc)m(h)f(a)i(w)m(a)m(y)f(that)h(they)1110 1867
-y(can)33 b(b)s(e)e(used)h(as)g(an)g(argumen)m(t)h(to)g(a)f(subsequen)m
-(t)g Ft(bind)f Fu(command)h(or)g(in)1110 1976 y(a)f(Readline)g
-(initialization)i(\014le.)630 2137 y Ft(-V)384 b Fu(List)31
-b(curren)m(t)f(Readline)h(v)-5 b(ariable)31 b(names)f(and)g(v)-5
-b(alues.)630 2297 y Ft(-s)384 b Fu(Displa)m(y)39 b(Readline)f(k)m(ey)g
-(sequences)f(b)s(ound)f(to)i(macros)g(and)f(the)g(strings)1110
-2406 y(they)e(output)f(in)g(suc)m(h)g(a)h(w)m(a)m(y)g(that)g(they)f
-(can)h(b)s(e)f(used)g(as)g(an)g(argumen)m(t)1110 2516
-y(to)d(a)g(subsequen)m(t)f Ft(bind)f Fu(command)h(or)g(in)g(a)h
-(Readline)g(initialization)i(\014le.)630 2676 y Ft(-S)384
-b Fu(Displa)m(y)39 b(Readline)f(k)m(ey)g(sequences)f(b)s(ound)f(to)i
-(macros)g(and)f(the)g(strings)1110 2786 y(they)31 b(output.)630
-2946 y Ft(-f)f Fj(filename)1110 3055 y Fu(Read)h(k)m(ey)g(bindings)e
-(from)h Fr(\014lename)p Fu(.)630 3216 y Ft(-q)g Fj(function)1110
-3325 y Fu(Query)g(ab)s(out)g(whic)m(h)g(k)m(eys)h(in)m(v)m(ok)m(e)h
-(the)f(named)f Fr(function)p Fu(.)630 3485 y Ft(-u)g
-Fj(function)1110 3595 y Fu(Un)m(bind)f(all)i(k)m(eys)g(b)s(ound)e(to)i
-(the)f(named)g Fr(function)p Fu(.)630 3755 y Ft(-r)g
-Fj(keyseq)66 b Fu(Remo)m(v)m(e)32 b(an)m(y)f(curren)m(t)f(binding)f
-(for)h Fr(k)m(eyseq)p Fu(.)630 3915 y Ft(-x)g Fj(keyseq:shell-command)
-1110 4025 y Fu(Cause)35 b Fr(shell-command)k Fu(to)d(b)s(e)f(executed)h
-(whenev)m(er)f Fr(k)m(eyseq)j Fu(is)d(en)m(tered.)1110
-4134 y(The)c(separator)i(b)s(et)m(w)m(een)g Fr(k)m(eyseq)i
-Fu(and)c Fr(shell-command)36 b Fu(is)c(either)h(white-)1110
-4244 y(space)26 b(or)g(a)g(colon)h(optionally)g(follo)m(w)m(ed)g(b)m(y)
-e(whitespace.)40 b(If)25 b(the)h(separator)1110 4354
-y(is)40 b(whitespace,)i Fr(shell-command)i Fu(m)m(ust)39
-b(b)s(e)g(enclosed)h(in)f(double)g(quotes)1110 4463 y(and)30
-b(Readline)g(expands)g(an)m(y)g(of)h(its)f(sp)s(ecial)h(bac)m
-(kslash-escap)s(es)h(in)d Fr(shell-)1110 4573 y(command)47
-b Fu(b)s(efore)c(sa)m(ving)i(it.)80 b(If)43 b(the)h(separator)g(is)g(a)
-g(colon,)k(an)m(y)c(en-)1110 4682 y(closing)35 b(double)e(quotes)g(are)
-h(optional,)i(and)d(Readline)h(do)s(es)f(not)h(expand)1110
-4792 y(the)40 b(command)g(string)f(b)s(efore)h(sa)m(ving)g(it.)70
-b(Since)40 b(the)g(en)m(tire)g(k)m(ey)h(bind-)1110 4902
-y(ing)g(expression)g(m)m(ust)g(b)s(e)f(a)h(single)h(argumen)m(t,)i(it)e
-(should)e(b)s(e)g(enclosed)1110 5011 y(in)k(quotes.)85
-b(When)44 b Fr(shell-command)49 b Fu(is)44 b(executed,)50
-b(the)45 b(shell)g(sets)g(the)1110 5121 y Ft(READLINE_LINE)25
-b Fu(v)-5 b(ariable)29 b(to)h(the)f(con)m(ten)m(ts)h(of)f(the)g
-(Readline)g(line)g(bu\013er)1110 5230 y(and)e(the)h Ft(READLINE_POINT)c
-Fu(and)j Ft(READLINE_MARK)d Fu(v)-5 b(ariables)29 b(to)f(the)g(cur-)
-1110 5340 y(ren)m(t)38 b(lo)s(cation)h(of)f(the)g(insertion)f(p)s(oin)m
-(t)h(and)f(the)h(sa)m(v)m(ed)g(insertion)g(p)s(oin)m(t)p
-eop end
-%%Page: 59 65
-TeXDict begin 59 64 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(59)1110 299 y(\(the)34
-b Fr(mark)6 b Fu(\),)34 b(resp)s(ectiv)m(ely)-8 b(.)51
-b(The)33 b(shell)g(assigns)h(an)m(y)f(n)m(umeric)g(argumen)m(t)1110
-408 y(the)28 b(user)f(supplied)f(to)j(the)f Ft(READLINE_ARGUMENT)23
-b Fu(v)-5 b(ariable.)40 b(If)28 b(there)g(w)m(as)1110
-518 y(no)39 b(argumen)m(t,)j(that)d(v)-5 b(ariable)40
-b(is)f(not)g(set.)68 b(If)38 b(the)h(executed)h(command)1110
-628 y(c)m(hanges)e(the)e(v)-5 b(alue)37 b(of)g(an)m(y)g(of)g
-Ft(READLINE_LINE)p Fu(,)d Ft(READLINE_POINT)p Fu(,)h(or)1110
-737 y Ft(READLINE_MARK)p Fu(,)i(those)i(new)f(v)-5 b(alues)38
-b(will)h(b)s(e)f(re\015ected)h(in)f(the)g(editing)1110
-847 y(state.)630 1014 y Ft(-X)384 b Fu(List)27 b(all)i(k)m(ey)f
-(sequences)f(b)s(ound)e(to)j(shell)g(commands)e(and)h(the)g(asso)s
-(ciated)1110 1124 y(commands)42 b(in)f(a)i(format)f(that)h(can)f(b)s(e)
-g(reused)f(as)h(an)g(argumen)m(t)h(to)g(a)1110 1233 y(subsequen)m(t)30
-b Ft(bind)f Fu(command.)630 1401 y(The)d(return)f(status)i(is)f(zero)i
-(unless)d(an)i(in)m(v)-5 b(alid)27 b(option)g(is)f(supplied)f(or)i(an)f
-(error)g(o)s(ccurs.)150 1568 y Ft(builtin)870 1706 y(builtin)46
-b([)p Fj(shell-builtin)e Ft([)p Fj(args)p Ft(]])630 1845
-y Fu(Run)35 b(a)i(shell)f(builtin,)i(passing)e(it)h Fr(args)p
-Fu(,)h(and)e(return)f(its)i(exit)g(status.)59 b(This)35
-b(is)i(useful)630 1954 y(when)29 b(de\014ning)h(a)g(shell)h(function)f
-(with)g(the)g(same)h(name)f(as)h(a)g(shell)f(builtin,)g(retaining)630
-2064 y(the)k(functionalit)m(y)h(of)f(the)f(builtin)g(within)g(the)h
-(function.)50 b(The)33 b(return)g(status)h(is)f(non-)630
-2173 y(zero)e(if)g Fr(shell-builtin)f Fu(is)g(not)h(a)g(shell)f
-(builtin)g(command.)150 2341 y Ft(caller)870 2479 y(caller)46
-b([)p Fj(expr)p Ft(])630 2618 y Fu(Returns)34 b(the)g(con)m(text)j(of)e
-(an)m(y)g(activ)m(e)i(subroutine)c(call)j(\(a)f(shell)g(function)f(or)h
-(a)g(script)630 2727 y(executed)c(with)f(the)h Ft(.)f
-Fu(or)g Ft(source)f Fu(builtins\).)630 2866 y(Without)45
-b Fr(expr)p Fu(,)j Ft(caller)43 b Fu(displa)m(ys)i(the)f(line)h(n)m(um)
-m(b)s(er)f(and)g(source)g(\014lename)h(of)g(the)630 2975
-y(curren)m(t)35 b(subroutine)g(call.)58 b(If)35 b(a)h(non-negativ)m(e)i
-(in)m(teger)f(is)f(supplied)e(as)i Fr(expr)p Fu(,)h Ft(caller)630
-3085 y Fu(displa)m(ys)k(the)f(line)h(n)m(um)m(b)s(er,)h(subroutine)d
-(name,)44 b(and)c(source)g(\014le)h(corresp)s(onding)e(to)630
-3194 y(that)c(p)s(osition)g(in)f(the)h(curren)m(t)f(execution)i(call)g
-(stac)m(k.)54 b(This)34 b(extra)h(information)g(ma)m(y)630
-3304 y(b)s(e)30 b(used,)g(for)g(example,)h(to)g(prin)m(t)f(a)h(stac)m
-(k)h(trace.)42 b(The)29 b(curren)m(t)i(frame)f(is)g(frame)h(0.)630
-3442 y(The)d(return)g(v)-5 b(alue)29 b(is)g(0)g(unless)f(the)h(shell)g
-(is)g(not)g(executing)h(a)f(subroutine)e(call)j(or)f
-Fr(expr)630 3552 y Fu(do)s(es)h(not)h(corresp)s(ond)e(to)i(a)g(v)-5
-b(alid)30 b(p)s(osition)h(in)f(the)g(call)i(stac)m(k.)150
-3719 y Ft(command)870 3858 y(command)46 b([-pVv])g Fj(command)g
-Ft([)p Fj(arguments)f Ft(...)o(])630 3996 y Fu(Runs)32
-b Fr(command)k Fu(with)d Fr(argumen)m(ts)k Fu(ignoring)c(an)m(y)g
-(shell)h(function)e(named)h Fr(command)p Fu(.)630 4106
-y(Only)39 b(shell)i(builtin)e(commands)h(or)g(commands)f(found)g(b)m(y)
-h(searc)m(hing)h(the)f Ft(PATH)f Fu(are)630 4215 y(executed.)59
-b(If)36 b(there)h(is)f(a)h(shell)f(function)g(named)g
-Ft(ls)p Fu(,)h(running)e(`)p Ft(command)29 b(ls)p Fu(')35
-b(within)630 4325 y(the)c(function)f(will)h(execute)g(the)g(external)g
-(command)g Ft(ls)f Fu(instead)g(of)h(calling)h(the)f(func-)630
-4434 y(tion)36 b(recursiv)m(ely)-8 b(.)56 b(The)34 b
-Ft(-p)h Fu(option)g(means)g(to)h(use)f(a)g(default)h(v)-5
-b(alue)35 b(for)g Ft(PATH)f Fu(that)i(is)630 4544 y(guaran)m(teed)f(to)
-f(\014nd)e(all)j(of)f(the)g(standard)f(utilities.)52
-b(The)33 b(return)g(status)h(in)f(this)h(case)630 4654
-y(is)29 b(127)g(if)g Fr(command)j Fu(cannot)d(b)s(e)e(found)h(or)g(an)g
-(error)h(o)s(ccurred,)f(and)g(the)h(exit)g(status)g(of)630
-4763 y Fr(command)34 b Fu(otherwise.)630 4902 y(If)e(either)h(the)f
-Ft(-V)g Fu(or)g Ft(-v)g Fu(option)h(is)f(supplied,)g(a)h(description)f
-(of)h Fr(command)j Fu(is)c(prin)m(ted.)630 5011 y(The)f
-Ft(-v)h Fu(option)g(causes)g(a)g(single)h(w)m(ord)f(indicating)g(the)g
-(command)g(or)g(\014le)g(name)g(used)630 5121 y(to)40
-b(in)m(v)m(ok)m(e)h Fr(command)h Fu(to)e(b)s(e)e(displa)m(y)m(ed;)44
-b(the)39 b Ft(-V)f Fu(option)i(pro)s(duces)d(a)j(more)f(v)m(erb)s(ose)
-630 5230 y(description.)61 b(In)36 b(this)h(case,)j(the)e(return)e
-(status)h(is)g(zero)h(if)f Fr(command)k Fu(is)c(found,)h(and)630
-5340 y(non-zero)31 b(if)f(not.)p eop end
-%%Page: 60 66
-TeXDict begin 60 65 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(60)150 299 y Ft(declare)870
-428 y(declare)46 b([-aAfFgiIlnrtux])d([-p])k([)p Fj(name)p
-Ft([=)p Fj(value)p Ft(])d(...)o(])630 558 y Fu(Declare)29
-b(v)-5 b(ariables)28 b(and)e(giv)m(e)j(them)e(attributes.)40
-b(If)27 b(no)g Fr(name)5 b Fu(s)27 b(are)h(giv)m(en,)h(then)e(displa)m
-(y)630 667 y(the)k(v)-5 b(alues)30 b(of)h(v)-5 b(ariables)31
-b(instead.)630 797 y(The)k Ft(-p)f Fu(option)i(will)g(displa)m(y)f(the)
-h(attributes)g(and)e(v)-5 b(alues)36 b(of)f(eac)m(h)i
-Fr(name)p Fu(.)55 b(When)36 b Ft(-p)630 907 y Fu(is)i(used)g(with)g
-Fr(name)43 b Fu(argumen)m(ts,)e(additional)e(options,)i(other)d(than)g
-Ft(-f)g Fu(and)g Ft(-F)p Fu(,)i(are)630 1016 y(ignored.)630
-1146 y(When)g Ft(-p)g Fu(is)g(supplied)f(without)i Fr(name)k
-Fu(argumen)m(ts,)f Ft(declare)38 b Fu(will)j(displa)m(y)f(the)h(at-)630
-1255 y(tributes)31 b(and)f(v)-5 b(alues)31 b(of)g(all)h(v)-5
-b(ariables)31 b(ha)m(ving)h(the)f(attributes)g(sp)s(eci\014ed)f(b)m(y)h
-(the)g(addi-)630 1365 y(tional)k(options.)52 b(If)34
-b(no)g(other)g(options)g(are)g(supplied)f(with)h Ft(-p)p
-Fu(,)g Ft(declare)e Fu(will)j(displa)m(y)630 1474 y(the)e(attributes)h
-(and)e(v)-5 b(alues)33 b(of)g(all)h(shell)f(v)-5 b(ariables.)50
-b(The)32 b Ft(-f)g Fu(option)i(will)f(restrict)h(the)630
-1584 y(displa)m(y)d(to)g(shell)f(functions.)630 1714
-y(The)41 b Ft(-F)f Fu(option)i(inhibits)e(the)i(displa)m(y)f(of)g
-(function)g(de\014nitions;)47 b(only)41 b(the)g(function)630
-1823 y(name)30 b(and)f(attributes)i(are)f(prin)m(ted.)40
-b(If)30 b(the)g Ft(extdebug)e Fu(shell)i(option)g(is)g(enabled)g(using)
-630 1933 y Ft(shopt)24 b Fu(\(see)i(Section)g(4.3.2)i([The)d(Shopt)f
-(Builtin],)k(page)e(73\),)i(the)d(source)h(\014le)f(name)h(and)630
-2042 y(line)31 b(n)m(um)m(b)s(er)e(where)h(eac)m(h)h
-Fr(name)36 b Fu(is)30 b(de\014ned)f(are)i(displa)m(y)m(ed)g(as)g(w)m
-(ell.)41 b Ft(-F)30 b Fu(implies)h Ft(-f)p Fu(.)630 2172
-y(The)36 b Ft(-g)g Fu(option)h(forces)g(v)-5 b(ariables)37
-b(to)g(b)s(e)f(created)i(or)e(mo)s(di\014ed)g(at)h(the)g(global)h(scop)
-s(e,)630 2281 y(ev)m(en)g(when)e Ft(declare)f Fu(is)j(executed)g(in)f
-(a)g(shell)h(function.)61 b(It)37 b(is)g(ignored)h(in)f(all)h(other)630
-2391 y(cases.)630 2521 y(The)50 b Ft(-I)h Fu(option)g(causes)h(lo)s
-(cal)g(v)-5 b(ariables)51 b(to)h(inherit)f(the)g(attributes)g(\(except)
-i(the)630 2630 y Ft(nameref)43 b Fu(attribute\))j(and)f(v)-5
-b(alue)46 b(of)f(an)m(y)h(existing)g(v)-5 b(ariable)46
-b(with)f(the)g(same)h Fr(name)630 2740 y Fu(at)40 b(a)f(surrounding)d
-(scop)s(e.)66 b(If)39 b(there)g(is)g(no)f(existing)i(v)-5
-b(ariable,)42 b(the)d(lo)s(cal)h(v)-5 b(ariable)40 b(is)630
-2849 y(initially)32 b(unset.)630 2979 y(The)27 b(follo)m(wing)h
-(options)g(can)f(b)s(e)g(used)f(to)i(restrict)g(output)e(to)i(v)-5
-b(ariables)28 b(with)f(the)g(sp)s(ec-)630 3088 y(i\014ed)j(attributes)h
-(or)f(to)h(giv)m(e)h(v)-5 b(ariables)31 b(attributes:)630
-3238 y Ft(-a)384 b Fu(Eac)m(h)36 b Fr(name)k Fu(is)34
-b(an)h(indexed)g(arra)m(y)g(v)-5 b(ariable)36 b(\(see)f(Section)h(6.7)g
-([Arra)m(ys],)1110 3347 y(page)31 b(103\).)630 3497 y
-Ft(-A)384 b Fu(Eac)m(h)24 b Fr(name)k Fu(is)23 b(an)g(asso)s(ciativ)m
-(e)j(arra)m(y)e(v)-5 b(ariable)24 b(\(see)g(Section)g(6.7)g([Arra)m
-(ys],)1110 3606 y(page)31 b(103\).)630 3756 y Ft(-f)384
-b Fu(Use)31 b(function)f(names)g(only)-8 b(.)630 3905
-y Ft(-i)384 b Fu(The)36 b(v)-5 b(ariable)37 b(is)f(to)h(b)s(e)f
-(treated)h(as)g(an)f(in)m(teger;)41 b(arithmetic)c(ev)-5
-b(aluation)1110 4015 y(\(see)41 b(Section)f(6.5)h([Shell)e
-(Arithmetic],)44 b(page)c(101\))h(is)f(p)s(erformed)e(when)1110
-4125 y(the)31 b(v)-5 b(ariable)31 b(is)f(assigned)h(a)f(v)-5
-b(alue.)630 4274 y Ft(-l)384 b Fu(When)26 b(the)g(v)-5
-b(ariable)27 b(is)f(assigned)g(a)g(v)-5 b(alue,)28 b(all)f(upp)s
-(er-case)e(c)m(haracters)j(are)1110 4384 y(con)m(v)m(erted)k(to)f(lo)m
-(w)m(er-case.)43 b(The)30 b(upp)s(er-case)g(attribute)h(is)g(disabled.)
-630 4533 y Ft(-n)384 b Fu(Giv)m(e)28 b(eac)m(h)g Fr(name)k
-Fu(the)27 b Ft(nameref)d Fu(attribute,)29 b(making)e(it)g(a)g(name)f
-(reference)1110 4643 y(to)32 b(another)g(v)-5 b(ariable.)46
-b(That)31 b(other)h(v)-5 b(ariable)33 b(is)f(de\014ned)e(b)m(y)i(the)g
-(v)-5 b(alue)32 b(of)1110 4752 y Fr(name)p Fu(.)54 b(All)35
-b(references,)h(assignmen)m(ts,)h(and)d(attribute)h(mo)s(di\014cations)
-g(to)1110 4862 y Fr(name)p Fu(,)27 b(except)f(for)f(those)h(using)f(or)
-g(c)m(hanging)h(the)f Ft(-n)g Fu(attribute)h(itself,)i(are)1110
-4971 y(p)s(erformed)22 b(on)h(the)g(v)-5 b(ariable)25
-b(referenced)e(b)m(y)g Fr(name)5 b Fu('s)23 b(v)-5 b(alue.)39
-b(The)23 b(nameref)1110 5081 y(attribute)31 b(cannot)g(b)s(e)f(applied)
-g(to)h(arra)m(y)g(v)-5 b(ariables.)630 5230 y Ft(-r)384
-b Fu(Mak)m(e)25 b Fr(name)5 b Fu(s)23 b(readonly)-8 b(.)39
-b(These)24 b(names)f(cannot)h(then)f(b)s(e)g(assigned)h(v)-5
-b(alues)1110 5340 y(b)m(y)30 b(subsequen)m(t)g(assignmen)m(t)h
-(statemen)m(ts)h(or)f(unset.)p eop end
-%%Page: 61 67
-TeXDict begin 61 66 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(61)630 299 y Ft(-t)384
-b Fu(Giv)m(e)33 b(eac)m(h)h Fr(name)j Fu(the)32 b Ft(trace)f
-Fu(attribute.)46 b(T)-8 b(raced)32 b(functions)g(inherit)g(the)1110
-408 y Ft(DEBUG)26 b Fu(and)h Ft(RETURN)f Fu(traps)h(from)g(the)h
-(calling)h(shell.)40 b(The)27 b(trace)i(attribute)1110
-518 y(has)h(no)g(sp)s(ecial)h(meaning)g(for)f(v)-5 b(ariables.)630
-676 y Ft(-u)384 b Fu(When)28 b(the)h(v)-5 b(ariable)29
-b(is)f(assigned)h(a)f(v)-5 b(alue,)30 b(all)f(lo)m(w)m(er-case)i(c)m
-(haracters)f(are)1110 786 y(con)m(v)m(erted)i(to)f(upp)s(er-case.)40
-b(The)30 b(lo)m(w)m(er-case)j(attribute)e(is)g(disabled.)630
-944 y Ft(-x)384 b Fu(Mark)30 b(eac)m(h)h Fr(name)k Fu(for)29
-b(exp)s(ort)h(to)g(subsequen)m(t)f(commands)h(via)g(the)g(en)m(vi-)1110
-1054 y(ronmen)m(t.)630 1212 y(Using)e(`)p Ft(+)p Fu(')h(instead)f(of)g
-(`)p Ft(-)p Fu(')g(turns)f(o\013)i(the)f(attribute)h(instead,)g(with)f
-(the)g(exceptions)h(that)630 1322 y(`)p Ft(+a)p Fu(')23
-b(and)f(`)p Ft(+A)p Fu(')h(ma)m(y)h(not)f(b)s(e)f(used)g(to)i(destro)m
-(y)g(arra)m(y)f(v)-5 b(ariables)24 b(and)e(`)p Ft(+r)p
-Fu(')h(will)g(not)g(remo)m(v)m(e)630 1431 y(the)36 b(readonly)h
-(attribute.)59 b(When)36 b(used)f(in)h(a)h(function,)g
-Ft(declare)d Fu(mak)m(es)j(eac)m(h)h Fr(name)630 1541
-y Fu(lo)s(cal,)e(as)d(with)h(the)f Ft(local)f Fu(command,)j(unless)d
-(the)i Ft(-g)f Fu(option)h(is)f(used.)49 b(If)33 b(a)h(v)-5
-b(ariable)630 1650 y(name)30 b(is)h(follo)m(w)m(ed)h(b)m(y)e(=)p
-Fr(v)-5 b(alue)p Fu(,)31 b(the)f(v)-5 b(alue)31 b(of)g(the)f(v)-5
-b(ariable)32 b(is)e(set)h(to)g Fr(v)-5 b(alue)p Fu(.)630
-1784 y(When)41 b(using)g Ft(-a)g Fu(or)h Ft(-A)e Fu(and)h(the)h(comp)s
-(ound)e(assignmen)m(t)i(syn)m(tax)g(to)g(create)h(arra)m(y)630
-1894 y(v)-5 b(ariables,)28 b(additional)f(attributes)g(do)f(not)h(tak)m
-(e)h(e\013ect)g(un)m(til)e(subsequen)m(t)g(assignmen)m(ts.)630
-2028 y(The)35 b(return)f(status)i(is)g(zero)g(unless)f(an)g(in)m(v)-5
-b(alid)36 b(option)g(is)g(encoun)m(tered,)h(an)f(attempt)630
-2138 y(is)c(made)g(to)g(de\014ne)f(a)h(function)g(using)f(`)p
-Ft(-f)f(foo=bar)p Fu(',)h(an)h(attempt)g(is)g(made)g(to)h(assign)630
-2247 y(a)42 b(v)-5 b(alue)43 b(to)g(a)f(readonly)g(v)-5
-b(ariable,)47 b(an)42 b(attempt)h(is)f(made)g(to)h(assign)f(a)h(v)-5
-b(alue)42 b(to)h(an)630 2357 y(arra)m(y)30 b(v)-5 b(ariable)30
-b(without)g(using)e(the)i(comp)s(ound)e(assignmen)m(t)i(syn)m(tax)g
-(\(see)h(Section)f(6.7)630 2466 y([Arra)m(ys],)43 b(page)d(103\),)k
-(one)c(of)g(the)g Fr(name)5 b Fu(s)40 b(is)f(not)h(a)g(v)-5
-b(alid)40 b(shell)g(v)-5 b(ariable)41 b(name,)h(an)630
-2576 y(attempt)28 b(is)f(made)h(to)f(turn)f(o\013)i(readonly)f(status)g
-(for)g(a)h(readonly)f(v)-5 b(ariable,)29 b(an)e(attempt)630
-2685 y(is)h(made)h(to)g(turn)e(o\013)i(arra)m(y)f(status)h(for)f(an)g
-(arra)m(y)h(v)-5 b(ariable,)30 b(or)e(an)g(attempt)i(is)e(made)g(to)630
-2795 y(displa)m(y)j(a)f(non-existen)m(t)i(function)e(with)g
-Ft(-f)p Fu(.)150 2953 y Ft(echo)870 3087 y(echo)47 b([-neE])f([)p
-Fj(arg)g Ft(...])630 3221 y Fu(Output)31 b(the)i Fr(arg)8
-b Fu(s,)33 b(separated)g(b)m(y)g(spaces,)g(terminated)g(with)f(a)h
-(newline.)47 b(The)32 b(return)630 3331 y(status)f(is)f(0)h(unless)f(a)
-h(write)g(error)f(o)s(ccurs.)41 b(If)30 b Ft(-n)g Fu(is)h(sp)s
-(eci\014ed,)f(the)h(trailing)g(newline)g(is)630 3440
-y(suppressed.)38 b(If)29 b(the)h Ft(-e)f Fu(option)h(is)f(giv)m(en,)i
-(in)m(terpretation)g(of)e(the)h(follo)m(wing)h(bac)m(kslash-)630
-3550 y(escap)s(ed)22 b(c)m(haracters)i(is)e(enabled.)38
-b(The)21 b Ft(-E)h Fu(option)g(disables)g(the)h(in)m(terpretation)g(of)
-f(these)630 3660 y(escap)s(e)30 b(c)m(haracters,)i(ev)m(en)f(on)e
-(systems)h(where)g(they)g(are)g(in)m(terpreted)g(b)m(y)g(default.)40
-b(The)630 3769 y Ft(xpg_echo)33 b Fu(shell)i(option)h(ma)m(y)f(b)s(e)g
-(used)f(to)i(dynamically)g(determine)f(whether)g(or)g(not)630
-3879 y Ft(echo)j Fu(in)m(terprets)i(an)m(y)f(options)h(and)f(expands)f
-(these)i(escap)s(e)g(c)m(haracters)g(b)m(y)f(default.)630
-3988 y Ft(echo)29 b Fu(do)s(es)h(not)h(in)m(terpret)g
-Ft(--)e Fu(to)j(mean)e(the)h(end)e(of)i(options.)630
-4122 y Ft(echo)e Fu(in)m(terprets)i(the)f(follo)m(wing)i(escap)s(e)f
-(sequences:)630 4281 y Ft(\\a)384 b Fu(alert)31 b(\(b)s(ell\))630
-4439 y Ft(\\b)384 b Fu(bac)m(kspace)630 4597 y Ft(\\c)g
-Fu(suppress)28 b(further)h(output)630 4756 y Ft(\\e)630
-4865 y(\\E)384 b Fu(escap)s(e)630 5023 y Ft(\\f)g Fu(form)30
-b(feed)630 5182 y Ft(\\n)384 b Fu(new)30 b(line)630 5340
-y Ft(\\r)384 b Fu(carriage)32 b(return)p eop end
-%%Page: 62 68
-TeXDict begin 62 67 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(62)630 299 y Ft(\\t)384
-b Fu(horizon)m(tal)32 b(tab)630 472 y Ft(\\v)384 b Fu(v)m(ertical)32
-b(tab)630 646 y Ft(\\\\)384 b Fu(bac)m(kslash)630 819
-y Ft(\\0)p Fj(nnn)240 b Fu(the)32 b(eigh)m(t-bit)i(c)m(haracter)g
-(whose)e(v)-5 b(alue)33 b(is)f(the)g(o)s(ctal)i(v)-5
-b(alue)32 b Fr(nnn)f Fu(\(zero)i(to)1110 929 y(three)e(o)s(ctal)g
-(digits\))630 1103 y Ft(\\x)p Fj(HH)288 b Fu(the)38 b(eigh)m(t-bit)i(c)
-m(haracter)g(whose)e(v)-5 b(alue)39 b(is)f(the)h(hexadecimal)g(v)-5
-b(alue)39 b Fr(HH)1110 1212 y Fu(\(one)31 b(or)f(t)m(w)m(o)i(hex)e
-(digits\))630 1386 y Ft(\\u)p Fj(HHHH)192 b Fu(the)41
-b(Unico)s(de)g(\(ISO/IEC)f(10646\))j(c)m(haracter)g(whose)e(v)-5
-b(alue)41 b(is)g(the)g(hex-)1110 1495 y(adecimal)32 b(v)-5
-b(alue)31 b Fr(HHHH)41 b Fu(\(one)31 b(to)g(four)e(hex)h(digits\))630
-1669 y Ft(\\U)p Fj(HHHHHHHH)1110 1778 y Fu(the)41 b(Unico)s(de)g
-(\(ISO/IEC)f(10646\))j(c)m(haracter)g(whose)e(v)-5 b(alue)41
-b(is)g(the)g(hex-)1110 1888 y(adecimal)32 b(v)-5 b(alue)31
-b Fr(HHHHHHHH)41 b Fu(\(one)31 b(to)g(eigh)m(t)h(hex)e(digits\))150
-2061 y Ft(enable)870 2203 y(enable)46 b([-a])h([-dnps])f([-f)g
-Fj(filename)p Ft(])g([)p Fj(name)g Ft(...)o(])630 2345
-y Fu(Enable)36 b(and)f(disable)h(builtin)g(shell)g(commands.)56
-b(Disabling)37 b(a)g(builtin)e(allo)m(ws)i(a)f(disk)630
-2454 y(command)e(whic)m(h)g(has)g(the)g(same)h(name)f(as)h(a)f(shell)h
-(builtin)e(to)i(b)s(e)f(executed)h(without)630 2564 y(sp)s(ecifying)27
-b(a)g(full)g(pathname,)g(ev)m(en)h(though)f(the)g(shell)g(normally)g
-(searc)m(hes)h(for)f(builtins)630 2673 y(b)s(efore)35
-b(disk)g(commands.)55 b(If)35 b Ft(-n)g Fu(is)g(used,)h(the)g
-Fr(name)5 b Fu(s)35 b(b)s(ecome)h(disabled.)55 b(Otherwise)630
-2783 y Fr(name)5 b Fu(s)44 b(are)h(enabled.)82 b(F)-8
-b(or)45 b(example,)k(to)c(use)f(the)g Ft(test)f Fu(binary)h(found)f
-(via)h Ft($PATH)630 2892 y Fu(instead)31 b(of)f(the)h(shell)f(builtin)g
-(v)m(ersion,)h(t)m(yp)s(e)g(`)p Ft(enable)e(-n)h(test)p
-Fu('.)630 3034 y(If)45 b(the)i Ft(-p)e Fu(option)h(is)g(supplied,)j(or)
-d(no)g Fr(name)51 b Fu(argumen)m(ts)46 b(app)s(ear,)k(a)c(list)h(of)f
-(shell)630 3144 y(builtins)37 b(is)h(prin)m(ted.)63 b(With)38
-b(no)f(other)h(argumen)m(ts,)j(the)d(list)g(consists)g(of)g(all)h
-(enabled)630 3253 y(shell)d(builtins.)57 b(The)35 b Ft(-a)h
-Fu(option)g(means)g(to)g(list)h(eac)m(h)g(builtin)f(with)f(an)h
-(indication)h(of)630 3363 y(whether)30 b(or)g(not)h(it)g(is)f(enabled.)
-630 3504 y(The)22 b Ft(-f)f Fu(option)h(means)g(to)h(load)g(the)f(new)g
-(builtin)f(command)h Fr(name)27 b Fu(from)22 b(shared)f(ob)5
-b(ject)630 3614 y Fr(\014lename)p Fu(,)41 b(on)d(systems)g(that)g(supp)
-s(ort)f(dynamic)h(loading.)65 b(Bash)38 b(will)g(use)g(the)g(v)-5
-b(alue)630 3724 y(of)28 b(the)g Ft(BASH_LOADABLES_PATH)23
-b Fu(v)-5 b(ariable)28 b(as)h(a)f(colon-separated)i(list)e(of)g
-(directories)h(in)630 3833 y(whic)m(h)c(to)g(searc)m(h)h(for)e
-Fr(\014lename)p Fu(,)j(if)e Fr(\014lename)30 b Fu(do)s(es)24
-b(not)h(con)m(tain)i(a)e(slash.)39 b(The)24 b(default)h(is)630
-3943 y(system-dep)s(enden)m(t,)d(and)e(ma)m(y)h(include)f
-Ft(")p Fu(.)p Ft(")g Fu(to)h(force)g(a)g(searc)m(h)g(of)g(the)g(curren)
-m(t)f(directory)-8 b(.)630 4052 y(The)30 b Ft(-d)g Fu(option)g(will)h
-(delete)h(a)f(builtin)e(loaded)i(with)f Ft(-f)p Fu(.)630
-4194 y(If)j(there)i(are)f(no)g(options,)h(a)f(list)h(of)f(the)g(shell)g
-(builtins)g(is)g(displa)m(y)m(ed.)52 b(The)33 b Ft(-s)g
-Fu(option)630 4303 y(restricts)j Ft(enable)d Fu(to)j(the)f
-Fm(posix)f Fu(sp)s(ecial)i(builtins.)54 b(If)34 b Ft(-s)h
-Fu(is)g(used)f(with)g Ft(-f)p Fu(,)i(the)f(new)630 4413
-y(builtin)30 b(b)s(ecomes)h(a)f(sp)s(ecial)h(builtin)f(\(see)i(Section)
-f(4.4)g([Sp)s(ecial)g(Builtins],)g(page)g(80\).)630 4555
-y(If)24 b(no)g(options)h(are)g(supplied)e(and)h(a)h Fr(name)k
-Fu(is)c(not)f(a)h(shell)g(builtin,)g Ft(enable)e Fu(will)i(attempt)630
-4664 y(to)c(load)g Fr(name)26 b Fu(from)20 b(a)g(shared)g(ob)5
-b(ject)21 b(named)f Fr(name)p Fu(,)j(as)d(if)h(the)f(command)h(w)m(ere)
-f(`)p Ft(enable)630 4774 y(-f)30 b Fj(name)f(name)p Fu('.)630
-4915 y(The)d(return)f(status)h(is)g(zero)h(unless)e(a)i
-Fr(name)k Fu(is)26 b(not)g(a)h(shell)f(builtin)g(or)g(there)g(is)g(an)g
-(error)630 5025 y(loading)31 b(a)g(new)f(builtin)g(from)g(a)g(shared)g
-(ob)5 b(ject.)150 5198 y Ft(help)870 5340 y(help)47 b([-dms])f([)p
-Fj(pattern)p Ft(])p eop end
-%%Page: 63 69
-TeXDict begin 63 68 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(63)630 299 y(Displa)m(y)40
-b(helpful)e(information)h(ab)s(out)g(builtin)f(commands.)66
-b(If)38 b Fr(pattern)h Fu(is)g(sp)s(eci\014ed,)630 408
-y Ft(help)28 b Fu(giv)m(es)i(detailed)g(help)e(on)h(all)h(commands)e
-(matc)m(hing)i Fr(pattern)p Fu(,)g(otherwise)f(a)g(list)h(of)630
-518 y(the)h(builtins)e(is)i(prin)m(ted.)630 652 y(Options,)f(if)h
-(supplied,)e(ha)m(v)m(e)i(the)g(follo)m(wing)h(meanings:)630
-811 y Ft(-d)384 b Fu(Displa)m(y)32 b(a)e(short)g(description)h(of)f
-(eac)m(h)i Fr(pattern)630 971 y Ft(-m)384 b Fu(Displa)m(y)32
-b(the)e(description)g(of)h(eac)m(h)h Fr(pattern)e Fu(in)g(a)h
-(manpage-lik)m(e)h(format)630 1130 y Ft(-s)384 b Fu(Displa)m(y)32
-b(only)e(a)h(short)f(usage)h(synopsis)e(for)i(eac)m(h)g
-Fr(pattern)630 1289 y Fu(The)f(return)f(status)i(is)f(zero)h(unless)f
-(no)g(command)h(matc)m(hes)g Fr(pattern)p Fu(.)150 1448
-y Ft(let)870 1582 y(let)47 b Fj(expression)e Ft([)p Fj(expression)g
-Ft(...)o(])630 1716 y Fu(The)c Ft(let)g Fu(builtin)g(allo)m(ws)i
-(arithmetic)f(to)h(b)s(e)d(p)s(erformed)g(on)i(shell)g(v)-5
-b(ariables.)74 b(Eac)m(h)630 1826 y Fr(expression)31
-b Fu(is)g(ev)-5 b(aluated)32 b(according)f(to)h(the)f(rules)g(giv)m(en)
-h(b)s(elo)m(w)f(in)f(Section)i(6.5)g([Shell)630 1936
-y(Arithmetic],)47 b(page)c(101.)78 b(If)41 b(the)i(last)g
-Fr(expression)f Fu(ev)-5 b(aluates)44 b(to)f(0,)j Ft(let)41
-b Fu(returns)g(1;)630 2045 y(otherwise)31 b(0)g(is)f(returned.)150
-2204 y Ft(local)870 2339 y(local)46 b([)p Fj(option)p
-Ft(])g Fj(name)p Ft([=)p Fj(value)p Ft(])e(...)630 2473
-y Fu(F)-8 b(or)27 b(eac)m(h)g(argumen)m(t,)g(a)f(lo)s(cal)h(v)-5
-b(ariable)27 b(named)e Fr(name)31 b Fu(is)26 b(created,)i(and)d
-(assigned)h Fr(v)-5 b(alue)p Fu(.)630 2583 y(The)28 b
-Fr(option)i Fu(can)f(b)s(e)f(an)m(y)i(of)f(the)g(options)g(accepted)i
-(b)m(y)d Ft(declare)p Fu(.)39 b Ft(local)27 b Fu(can)i(only)h(b)s(e)630
-2692 y(used)20 b(within)g(a)h(function;)j(it)d(mak)m(es)g(the)g(v)-5
-b(ariable)22 b Fr(name)k Fu(ha)m(v)m(e)21 b(a)g(visible)h(scop)s(e)e
-(restricted)630 2802 y(to)28 b(that)g(function)f(and)g(its)h(c)m
-(hildren.)39 b(If)27 b Fr(name)33 b Fu(is)27 b(`)p Ft(-)p
-Fu(',)i(the)f(set)f(of)h(shell)g(options)f(is)h(made)630
-2911 y(lo)s(cal)40 b(to)f(the)f(function)g(in)g(whic)m(h)h
-Ft(local)e Fu(is)h(in)m(v)m(ok)m(ed:)58 b(shell)39 b(options)f(c)m
-(hanged)h(using)630 3021 y(the)31 b Ft(set)f Fu(builtin)h(inside)g(the)
-g(function)f(after)i(the)f(call)h(to)g Ft(local)e Fu(are)h(restored)g
-(to)h(their)630 3131 y(original)h(v)-5 b(alues)33 b(when)e(the)i
-(function)f(returns.)45 b(The)32 b(restore)h(is)f(e\013ected)i(as)f(if)
-f(a)h(series)630 3240 y(of)c Ft(set)f Fu(commands)h(w)m(ere)g(executed)
-h(to)g(restore)f(the)g(v)-5 b(alues)30 b(that)f(w)m(ere)h(in)e(place)i
-(b)s(efore)630 3350 y(the)f(function.)40 b(The)28 b(return)f(status)i
-(is)g(zero)g(unless)f Ft(local)f Fu(is)h(used)g(outside)h(a)g
-(function,)630 3459 y(an)h(in)m(v)-5 b(alid)31 b Fr(name)36
-b Fu(is)30 b(supplied,)f(or)i Fr(name)k Fu(is)c(a)g(readonly)f(v)-5
-b(ariable.)150 3618 y Ft(logout)870 3753 y(logout)46
-b([)p Fj(n)p Ft(])630 3887 y Fu(Exit)31 b(a)g(login)g(shell,)g
-(returning)e(a)i(status)g(of)f Fr(n)g Fu(to)h(the)g(shell's)f(paren)m
-(t.)150 4046 y Ft(mapfile)870 4180 y(mapfile)46 b([-d)h
-Fj(delim)p Ft(])f([-n)h Fj(count)p Ft(])f([-O)h Fj(origin)p
-Ft(])f([-s)g Fj(count)p Ft(])1061 4290 y([-t])h([-u)f
-Fj(fd)p Ft(])h([-C)g Fj(callback)p Ft(])f([-c)g Fj(quantum)p
-Ft(])g([)p Fj(array)p Ft(])630 4424 y Fu(Read)38 b(lines)f(from)g(the)h
-(standard)e(input)g(in)m(to)j(the)e(indexed)g(arra)m(y)h(v)-5
-b(ariable)38 b Fr(arra)m(y)p Fu(,)i(or)630 4534 y(from)28
-b(\014le)h(descriptor)f Fr(fd)k Fu(if)c(the)h Ft(-u)f
-Fu(option)h(is)g(supplied.)39 b(The)28 b(v)-5 b(ariable)29
-b Ft(MAPFILE)e Fu(is)i(the)630 4644 y(default)i Fr(arra)m(y)p
-Fu(.)41 b(Options,)30 b(if)g(supplied,)g(ha)m(v)m(e)h(the)g(follo)m
-(wing)h(meanings:)630 4803 y Ft(-d)384 b Fu(The)37 b(\014rst)g(c)m
-(haracter)i(of)f Fr(delim)g Fu(is)f(used)g(to)h(terminate)h(eac)m(h)g
-(input)d(line,)1110 4912 y(rather)41 b(than)h(newline.)74
-b(If)41 b Fr(delim)h Fu(is)g(the)f(empt)m(y)h(string,)j
-Ft(mapfile)40 b Fu(will)1110 5022 y(terminate)31 b(a)g(line)g(when)e
-(it)i(reads)f(a)h(NUL)g(c)m(haracter.)630 5181 y Ft(-n)384
-b Fu(Cop)m(y)30 b(at)h(most)g Fr(coun)m(t)i Fu(lines.)41
-b(If)30 b Fr(coun)m(t)j Fu(is)d(0,)h(all)h(lines)e(are)h(copied.)630
-5340 y Ft(-O)384 b Fu(Begin)31 b(assigning)g(to)g Fr(arra)m(y)39
-b Fu(at)31 b(index)f Fr(origin)p Fu(.)41 b(The)30 b(default)h(index)f
-(is)g(0.)p eop end
-%%Page: 64 70
-TeXDict begin 64 69 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(64)630 299 y Ft(-s)384
-b Fu(Discard)31 b(the)f(\014rst)g Fr(coun)m(t)j Fu(lines)e(read.)630
-461 y Ft(-t)384 b Fu(Remo)m(v)m(e)32 b(a)f(trailing)g
-Fr(delim)g Fu(\(default)g(newline\))f(from)g(eac)m(h)i(line)f(read.)630
-623 y Ft(-u)384 b Fu(Read)31 b(lines)f(from)g(\014le)h(descriptor)f
-Fr(fd)j Fu(instead)e(of)f(the)h(standard)e(input.)630
-785 y Ft(-C)384 b Fu(Ev)-5 b(aluate)26 b Fr(callbac)m(k)33
-b Fu(eac)m(h)26 b(time)g Fr(quan)m(tum)f Fu(lines)g(are)g(read.)39
-b(The)25 b Ft(-c)f Fu(option)1110 895 y(sp)s(eci\014es)30
-b Fr(quan)m(tum)p Fu(.)630 1057 y Ft(-c)384 b Fu(Sp)s(ecify)30
-b(the)g(n)m(um)m(b)s(er)f(of)i(lines)f(read)h(b)s(et)m(w)m(een)g(eac)m
-(h)g(call)h(to)f Fr(callbac)m(k)p Fu(.)630 1219 y(If)36
-b Ft(-C)g Fu(is)g(sp)s(eci\014ed)g(without)g Ft(-c)p
-Fu(,)h(the)g(default)f(quan)m(tum)g(is)h(5000.)60 b(When)36
-b Fr(callbac)m(k)44 b Fu(is)630 1329 y(ev)-5 b(aluated,)30
-b(it)e(is)g(supplied)f(the)h(index)f(of)i(the)f(next)g(arra)m(y)g
-(elemen)m(t)h(to)g(b)s(e)e(assigned)i(and)630 1439 y(the)39
-b(line)g(to)h(b)s(e)e(assigned)h(to)h(that)f(elemen)m(t)i(as)e
-(additional)h(argumen)m(ts.)66 b Fr(callbac)m(k)47 b
-Fu(is)630 1548 y(ev)-5 b(aluated)32 b(after)e(the)h(line)g(is)f(read)g
-(but)g(b)s(efore)g(the)h(arra)m(y)g(elemen)m(t)g(is)g(assigned.)630
-1684 y(If)25 b(not)g(supplied)f(with)h(an)g(explicit)i(origin,)g
-Ft(mapfile)c Fu(will)j(clear)g Fr(arra)m(y)34 b Fu(b)s(efore)24
-b(assigning)630 1794 y(to)31 b(it.)630 1930 y Ft(mapfile)41
-b Fu(returns)g(successfully)i(unless)e(an)i(in)m(v)-5
-b(alid)43 b(option)g(or)g(option)g(argumen)m(t)g(is)630
-2039 y(supplied,)29 b Fr(arra)m(y)39 b Fu(is)30 b(in)m(v)-5
-b(alid)31 b(or)g(unassignable,)f(or)h Fr(arra)m(y)38
-b Fu(is)31 b(not)f(an)h(indexed)e(arra)m(y)-8 b(.)150
-2201 y Ft(printf)870 2337 y(printf)46 b([-v)h Fj(var)p
-Ft(])g Fj(format)f Ft([)p Fj(arguments)p Ft(])630 2473
-y Fu(W)-8 b(rite)27 b(the)g(formatted)f Fr(argumen)m(ts)k
-Fu(to)d(the)f(standard)f(output)h(under)e(the)i(con)m(trol)i(of)e(the)
-630 2583 y Fr(format)p Fu(.)66 b(The)39 b Ft(-v)f Fu(option)h(causes)g
-(the)g(output)g(to)g(b)s(e)f(assigned)h(to)h(the)f(v)-5
-b(ariable)39 b Fr(v)-5 b(ar)630 2692 y Fu(rather)30 b(than)g(b)s(eing)g
-(prin)m(ted)g(to)h(the)g(standard)e(output.)630 2828
-y(The)36 b Fr(format)i Fu(is)f(a)f(c)m(haracter)i(string)e(whic)m(h)g
-(con)m(tains)i(three)e(t)m(yp)s(es)g(of)h(ob)5 b(jects:)53
-b(plain)630 2938 y(c)m(haracters,)41 b(whic)m(h)c(are)h(simply)e
-(copied)i(to)g(standard)f(output,)i(c)m(haracter)g(escap)s(e)e(se-)630
-3047 y(quences,)g(whic)m(h)f(are)g(con)m(v)m(erted)h(and)f(copied)g(to)
-g(the)g(standard)f(output,)i(and)f(format)630 3157 y(sp)s
-(eci\014cations,)j(eac)m(h)e(of)g(whic)m(h)f(causes)g(prin)m(ting)g(of)
-h(the)f(next)h(successiv)m(e)g Fr(argumen)m(t)p Fu(.)630
-3267 y(In)27 b(addition)g(to)h(the)g(standard)e Ft(printf\(3\))f
-Fu(format)j(c)m(haracters)g Ft(csndiouxXeEfFgGaA)p Fu(,)630
-3376 y Ft(printf)h Fu(in)m(terprets)h(the)h(follo)m(wing)h(additional)f
-(format)g(sp)s(eci\014ers:)630 3538 y Ft(\045b)384 b
-Fu(Causes)38 b Ft(printf)f Fu(to)j(expand)e(bac)m(kslash)h(escap)s(e)g
-(sequences)g(in)f(the)h(cor-)1110 3648 y(resp)s(onding)31
-b Fr(argumen)m(t)j Fu(in)e(the)h(same)f(w)m(a)m(y)h(as)g
-Ft(echo)c(-e)j Fu(\(see)h(Section)g(4.2)1110 3758 y([Bash)e(Builtins],)
-g(page)g(57\).)630 3920 y Ft(\045q)384 b Fu(Causes)32
-b Ft(printf)e Fu(to)i(output)g(the)g(corresp)s(onding)f
-Fr(argumen)m(t)j Fu(in)d(a)i(format)1110 4029 y(that)42
-b(can)f(b)s(e)g(reused)g(as)g(shell)h(input.)72 b Ft(\045q)41
-b Fu(and)f Ft(\045Q)p Fu(P)h(use)g(the)g(ANSI-C)1110
-4139 y(quoting)29 b(st)m(yle)h(\(see)g(Section)g(3.1.2.4)h([ANSI-C)e
-(Quoting],)h(page)f(6\))h(if)f(an)m(y)1110 4248 y(c)m(haracters)g(in)e
-(the)h(argumen)m(t)g(string)f(require)h(it,)g(and)f(bac)m(kslash)h
-(quoting)1110 4358 y(otherwise.)79 b(If)42 b(the)h(format)h(string)f
-(uses)f(the)h Ft(printf)e Fr(alternate)k(form)p Fu(,)1110
-4468 y(these)31 b(t)m(w)m(o)h(formats)e(quote)h(the)g(argumen)m(t)f
-(string)h(using)f(single)h(quotes.)630 4630 y Ft(\045Q)384
-b Fu(lik)m(e)34 b Ft(\045q)p Fu(,)f(but)f(applies)g(an)m(y)h(supplied)e
-(precision)i(to)h(the)e Fr(argumen)m(t)j Fu(b)s(efore)1110
-4739 y(quoting)c(it.)630 4902 y Ft(\045\()p Fj(datefmt)p
-Ft(\)T)1110 5011 y Fu(Causes)e Ft(printf)e Fu(to)j(output)f(the)g
-(date-time)i(string)e(resulting)h(from)e(using)1110 5121
-y Fr(datefm)m(t)45 b Fu(as)d(a)g(format)g(string)g(for)g
-Ft(strftime)p Fu(\(3\).)74 b(The)41 b(corresp)s(onding)1110
-5230 y Fr(argumen)m(t)h Fu(is)e(an)g(in)m(teger)i(represen)m(ting)e
-(the)g(n)m(um)m(b)s(er)f(of)h(seconds)g(since)1110 5340
-y(the)24 b(ep)s(o)s(c)m(h.)38 b(Tw)m(o)24 b(sp)s(ecial)h(argumen)m(t)f
-(v)-5 b(alues)24 b(ma)m(y)h(b)s(e)e(used:)36 b(-1)25
-b(represen)m(ts)p eop end
-%%Page: 65 71
-TeXDict begin 65 70 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(65)1110 299 y(the)30
-b(curren)m(t)g(time,)h(and)e(-2)i(represen)m(ts)f(the)g(time)h(the)f
-(shell)g(w)m(as)g(in)m(v)m(ok)m(ed.)1110 408 y(If)38
-b(no)g(argumen)m(t)h(is)f(sp)s(eci\014ed,)i(con)m(v)m(ersion)f(b)s(eha)
-m(v)m(es)g(as)g(if)f(-1)h(had)f(b)s(een)1110 518 y(giv)m(en.)k(This)29
-b(is)i(an)f(exception)i(to)f(the)f(usual)g Ft(printf)f
-Fu(b)s(eha)m(vior.)630 679 y(The)39 b(\045b,)i(\045q,)g(and)e(\045T)f
-(format)i(sp)s(eci\014ers)e(all)i(use)f(the)h(\014eld)f(width)f(and)h
-(precision)630 789 y(argumen)m(ts)e(from)f(the)h(format)g(sp)s
-(eci\014cation)g(and)f(write)h(that)h(man)m(y)e(b)m(ytes)h(from)g(\(or)
-630 898 y(use)29 b(that)h(wide)f(a)g(\014eld)g(for\))g(the)h(expanded)e
-(argumen)m(t,)i(whic)m(h)f(usually)g(con)m(tains)i(more)630
-1008 y(c)m(haracters)h(than)e(the)h(original.)630 1143
-y(The)e(\045n)f(format)h(sp)s(eci\014er)g(accepts)h(a)g(corresp)s
-(onding)e(argumen)m(t)h(that)h(is)f(treated)h(as)g(a)630
-1253 y(shell)h(v)-5 b(ariable)31 b(name.)630 1388 y(The)26
-b(\045s)g(and)h(\045c)f(format)h(sp)s(eci\014ers)f(accept)i(an)f(l)g
-(\(long\))h(mo)s(di\014er,)e(whic)m(h)h(forces)g(them)630
-1498 y(to)21 b(con)m(v)m(ert)i(the)e(argumen)m(t)g(string)g(to)g(a)g
-(wide-c)m(haracter)i(string)e(and)f(apply)g(an)m(y)h(supplied)630
-1608 y(\014eld)30 b(width)g(and)f(precision)i(in)f(terms)g(of)h(c)m
-(haracters,)h(not)e(b)m(ytes.)630 1743 y(Argumen)m(ts)e(to)h
-(non-string)e(format)i(sp)s(eci\014ers)e(are)h(treated)h(as)g(C)e
-(language)j(constan)m(ts,)630 1852 y(except)22 b(that)g(a)g(leading)g
-(plus)e(or)h(min)m(us)f(sign)i(is)f(allo)m(w)m(ed,)k(and)c(if)g(the)g
-(leading)h(c)m(haracter)h(is)630 1962 y(a)i(single)g(or)f(double)h
-(quote,)h(the)f(v)-5 b(alue)25 b(is)f(the)h(ASCI)s(I)e(v)-5
-b(alue)25 b(of)f(the)h(follo)m(wing)h(c)m(haracter.)630
-2097 y(The)31 b Fr(format)i Fu(is)f(reused)e(as)i(necessary)f(to)i
-(consume)e(all)h(of)f(the)h Fr(argumen)m(ts)p Fu(.)44
-b(If)30 b(the)i Fr(for-)630 2207 y(mat)c Fu(requires)e(more)g
-Fr(argumen)m(ts)k Fu(than)25 b(are)i(supplied,)e(the)h(extra)h(format)f
-(sp)s(eci\014cations)630 2317 y(b)s(eha)m(v)m(e)j(as)g(if)f(a)h(zero)g
-(v)-5 b(alue)29 b(or)g(n)m(ull)f(string,)h(as)g(appropriate,)g(had)f(b)
-s(een)g(supplied.)38 b(The)630 2426 y(return)e(v)-5 b(alue)38
-b(is)g(zero)g(on)f(success,)j(non-zero)e(if)f(an)h(in)m(v)-5
-b(alid)38 b(option)g(is)f(supplied)f(or)i(a)630 2536
-y(write)31 b(or)f(assignmen)m(t)h(error)f(o)s(ccurs.)150
-2697 y Ft(read)870 2832 y(read)47 b([-Eers])e([-a)i Fj(aname)p
-Ft(])f([-d)h Fj(delim)p Ft(])f([-i)h Fj(text)p Ft(])g([-n)g
-Fj(nchars)p Ft(])1061 2942 y([-N)g Fj(nchars)p Ft(])f([-p)h
-Fj(prompt)p Ft(])e([-t)i Fj(timeout)p Ft(])f([-u)h Fj(fd)p
-Ft(])g([)p Fj(name)f Ft(...)o(])630 3077 y Fu(One)38
-b(line)g(is)g(read)g(from)g(the)g(standard)f(input,)j(or)e(from)f(the)i
-(\014le)f(descriptor)g Fr(fd)j Fu(sup-)630 3187 y(plied)34
-b(as)h(an)f(argumen)m(t)h(to)g(the)f Ft(-u)g Fu(option,)i(split)f(in)m
-(to)g(w)m(ords)f(as)g(describ)s(ed)g(ab)s(o)m(v)m(e)h(in)630
-3296 y(Section)j(3.5.7)h([W)-8 b(ord)38 b(Splitting],)i(page)e(36,)j
-(and)36 b(the)i(\014rst)f(w)m(ord)g(is)g(assigned)h(to)g(the)630
-3406 y(\014rst)32 b Fr(name)p Fu(,)h(the)g(second)g(w)m(ord)f(to)h(the)
-g(second)g Fr(name)p Fu(,)g(and)f(so)h(on.)47 b(If)32
-b(there)h(are)g(more)630 3516 y(w)m(ords)39 b(than)g(names,)j(the)e
-(remaining)f(w)m(ords)g(and)g(their)h(in)m(terv)m(ening)g(delimiters)h
-(are)630 3625 y(assigned)29 b(to)h(the)g(last)g Fr(name)p
-Fu(.)40 b(If)29 b(there)g(are)h(few)m(er)f(w)m(ords)g(read)g(from)g
-(the)g(input)g(stream)630 3735 y(than)35 b(names,)i(the)e(remaining)h
-(names)f(are)h(assigned)f(empt)m(y)h(v)-5 b(alues.)56
-b(The)34 b(c)m(haracters)630 3844 y(in)e(the)h(v)-5 b(alue)33
-b(of)g(the)g Ft(IFS)f Fu(v)-5 b(ariable)33 b(are)h(used)d(to)j(split)f
-(the)g(line)g(in)m(to)g(w)m(ords)g(using)f(the)630 3954
-y(same)d(rules)f(the)g(shell)h(uses)f(for)g(expansion)g(\(describ)s(ed)
-g(ab)s(o)m(v)m(e)i(in)e(Section)h(3.5.7)h([W)-8 b(ord)630
-4064 y(Splitting],)38 b(page)f(36\).)60 b(The)35 b(bac)m(kslash)i(c)m
-(haracter)h(`)p Ft(\\)p Fu(')e(ma)m(y)h(b)s(e)f(used)f(to)i(remo)m(v)m
-(e)h(an)m(y)630 4173 y(sp)s(ecial)31 b(meaning)g(for)f(the)g(next)h(c)m
-(haracter)h(read)e(and)g(for)g(line)h(con)m(tin)m(uation.)630
-4309 y(Options,)f(if)h(supplied,)e(ha)m(v)m(e)i(the)g(follo)m(wing)h
-(meanings:)630 4470 y Ft(-a)e Fj(aname)114 b Fu(The)34
-b(w)m(ords)f(are)i(assigned)f(to)h(sequen)m(tial)h(indices)e(of)g(the)g
-(arra)m(y)h(v)-5 b(ariable)1110 4579 y Fr(aname)p Fu(,)29
-b(starting)h(at)f(0.)40 b(All)29 b(elemen)m(ts)h(are)e(remo)m(v)m(ed)i
-(from)d Fr(aname)34 b Fu(b)s(efore)1110 4689 y(the)d(assignmen)m(t.)41
-b(Other)30 b Fr(name)36 b Fu(argumen)m(ts)30 b(are)h(ignored.)630
-4850 y Ft(-d)f Fj(delim)114 b Fu(The)41 b(\014rst)h(c)m(haracter)h(of)f
-Fr(delim)g Fu(is)g(used)g(to)g(terminate)h(the)f(input)f(line,)1110
-4960 y(rather)31 b(than)g(newline.)42 b(If)30 b Fr(delim)h
-Fu(is)g(the)h(empt)m(y)f(string,)g Ft(read)f Fu(will)h(termi-)1110
-5069 y(nate)g(a)g(line)f(when)g(it)h(reads)f(a)h(NUL)f(c)m(haracter.)
-630 5230 y Ft(-e)384 b Fu(Readline)46 b(\(see)g(Chapter)e(8)h([Command)
-f(Line)h(Editing],)50 b(page)45 b(122\))i(is)1110 5340
-y(used)37 b(to)i(obtain)g(the)f(line.)65 b(Readline)39
-b(uses)e(the)i(curren)m(t)f(\(or)g(default,)j(if)p eop
-end
-%%Page: 66 72
-TeXDict begin 66 71 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(66)1110 299 y(line)42
-b(editing)g(w)m(as)g(not)g(previously)f(activ)m(e\))k(editing)d
-(settings,)j(but)c(uses)1110 408 y(Readline's)31 b(default)g
-(\014lename)f(completion.)630 560 y Ft(-E)384 b Fu(Readline)46
-b(\(see)g(Chapter)e(8)h([Command)f(Line)h(Editing],)50
-b(page)45 b(122\))i(is)1110 669 y(used)37 b(to)i(obtain)g(the)f(line.)
-65 b(Readline)39 b(uses)e(the)i(curren)m(t)f(\(or)g(default,)j(if)1110
-779 y(line)h(editing)g(w)m(as)g(not)g(previously)f(activ)m(e\))k
-(editing)d(settings,)j(but)c(uses)1110 889 y(Bash's)31
-b(default)f(completion,)i(including)e(programmable)h(completion.)630
-1040 y Ft(-i)f Fj(text)162 b Fu(If)36 b(Readline)i(is)f(b)s(eing)g
-(used)f(to)h(read)g(the)g(line,)j Fr(text)f Fu(is)e(placed)h(in)m(to)g
-(the)1110 1149 y(editing)31 b(bu\013er)e(b)s(efore)h(editing)h(b)s
-(egins.)630 1301 y Ft(-n)f Fj(nchars)66 b Ft(read)38
-b Fu(returns)f(after)j(reading)f Fr(nc)m(hars)j Fu(c)m(haracters)e
-(rather)f(than)g(w)m(aiting)1110 1410 y(for)d(a)h(complete)h(line)f(of)
-g(input,)g(but)f(honors)g(a)h(delimiter)g(if)f(few)m(er)h(than)1110
-1520 y Fr(nc)m(hars)d Fu(c)m(haracters)e(are)e(read)h(b)s(efore)f(the)g
-(delimiter.)630 1671 y Ft(-N)g Fj(nchars)66 b Ft(read)39
-b Fu(returns)f(after)j(reading)e(exactly)j Fr(nc)m(hars)h
-Fu(c)m(haracters)f(rather)d(than)1110 1781 y(w)m(aiting)32
-b(for)f(a)g(complete)i(line)e(of)g(input,)g(unless)f(EOF)h(is)g(encoun)
-m(tered)g(or)1110 1891 y Ft(read)f Fu(times)i(out.)43
-b(Delimiter)33 b(c)m(haracters)f(encoun)m(tered)g(in)f(the)g(input)g
-(are)1110 2000 y(not)g(treated)h(sp)s(ecially)f(and)f(do)h(not)g(cause)
-g Ft(read)e Fu(to)j(return)d(un)m(til)i Fr(nc)m(hars)1110
-2110 y Fu(c)m(haracters)26 b(are)f(read.)38 b(The)24
-b(result)g(is)h(not)f(split)h(on)f(the)h(c)m(haracters)h(in)e
-Ft(IFS)p Fu(;)1110 2219 y(the)e(in)m(ten)m(t)i(is)e(that)h(the)f(v)-5
-b(ariable)23 b(is)f(assigned)g(exactly)i(the)e(c)m(haracters)i(read)
-1110 2329 y(\(with)30 b(the)h(exception)h(of)e(bac)m(kslash;)h(see)g
-(the)g Ft(-r)f Fu(option)h(b)s(elo)m(w\).)630 2480 y
-Ft(-p)f Fj(prompt)66 b Fu(Displa)m(y)38 b Fr(prompt)p
-Fu(,)g(without)e(a)h(trailing)h(newline,)h(b)s(efore)d(attempting)i(to)
-1110 2590 y(read)f(an)m(y)h(input.)60 b(The)37 b(prompt)g(is)g(displa)m
-(y)m(ed)h(only)f(if)g(input)g(is)g(coming)1110 2699 y(from)30
-b(a)h(terminal.)630 2851 y Ft(-r)384 b Fu(If)21 b(this)h(option)g(is)f
-(giv)m(en,)k(bac)m(kslash)d(do)s(es)f(not)h(act)h(as)f(an)f(escap)s(e)h
-(c)m(haracter.)1110 2960 y(The)30 b(bac)m(kslash)i(is)f(considered)g
-(to)h(b)s(e)e(part)h(of)g(the)g(line.)43 b(In)30 b(particular,)i(a)1110
-3070 y(bac)m(kslash-newline)26 b(pair)e(ma)m(y)h(not)g(then)g(b)s(e)f
-(used)g(as)h(a)g(line)g(con)m(tin)m(uation.)630 3221
-y Ft(-s)384 b Fu(Silen)m(t)28 b(mo)s(de.)40 b(If)27 b(input)f(is)i
-(coming)g(from)f(a)h(terminal,)h(c)m(haracters)g(are)f(not)1110
-3331 y(ec)m(ho)s(ed.)630 3482 y Ft(-t)i Fj(timeout)1110
-3592 y Fu(Cause)23 b Ft(read)f Fu(to)i(time)f(out)h(and)e(return)g
-(failure)h(if)g(a)h(complete)g(line)g(of)f(input)1110
-3701 y(\(or)h(a)f(sp)s(eci\014ed)g(n)m(um)m(b)s(er)f(of)i(c)m
-(haracters\))h(is)e(not)h(read)f(within)g Fr(timeout)j
-Fu(sec-)1110 3811 y(onds.)43 b Fr(timeout)34 b Fu(ma)m(y)e(b)s(e)e(a)i
-(decimal)g(n)m(um)m(b)s(er)e(with)h(a)h(fractional)g(p)s(ortion)1110
-3921 y(follo)m(wing)39 b(the)f(decimal)g(p)s(oin)m(t.)63
-b(This)37 b(option)h(is)g(only)f(e\013ectiv)m(e)k(if)c
-Ft(read)1110 4030 y Fu(is)c(reading)h(input)e(from)h(a)h(terminal,)h
-(pip)s(e,)e(or)h(other)f(sp)s(ecial)h(\014le;)h(it)f(has)1110
-4140 y(no)f(e\013ect)i(when)d(reading)i(from)f(regular)g(\014les.)50
-b(If)33 b Ft(read)f Fu(times)i(out,)g Ft(read)1110 4249
-y Fu(sa)m(v)m(es)41 b(an)m(y)f(partial)h(input)e(read)g(in)m(to)i(the)f
-(sp)s(eci\014ed)f(v)-5 b(ariable)40 b Fr(name)p Fu(.)69
-b(If)1110 4359 y Fr(timeout)31 b Fu(is)c(0,)i Ft(read)d
-Fu(returns)h(immediately)-8 b(,)30 b(without)d(trying)h(to)g(read)g(an)
-m(y)1110 4468 y(data.)49 b(The)33 b(exit)h(status)f(is)g(0)g(if)g
-(input)f(is)h(a)m(v)-5 b(ailable)36 b(on)c(the)i(sp)s(eci\014ed)e
-(\014le)1110 4578 y(descriptor,)37 b(or)e(the)h(read)f(will)h(return)e
-(EOF,)h(non-zero)h(otherwise.)56 b(The)1110 4688 y(exit)31
-b(status)g(is)f(greater)i(than)e(128)i(if)e(the)h(timeout)g(is)f
-(exceeded.)630 4839 y Ft(-u)g Fj(fd)258 b Fu(Read)31
-b(input)e(from)h(\014le)g(descriptor)h Fr(fd)p Fu(.)630
-4990 y(Other)36 b(than)g(the)h(case)h(where)e Fr(delim)g
-Fu(is)h(the)f(empt)m(y)h(string,)i Ft(read)c Fu(ignores)i(an)m(y)g(NUL)
-630 5100 y(c)m(haracters)32 b(in)e(the)g(input.)630 5230
-y(If)i(no)g Fr(name)5 b Fu(s)33 b(are)f(supplied,)g(the)h(line)g(read,)
-g(without)f(the)h(ending)f(delimiter)h(but)e(oth-)630
-5340 y(erwise)36 b(unmo)s(di\014ed,)e(is)i(assigned)f(to)h(the)g(v)-5
-b(ariable)36 b Ft(REPLY)p Fu(.)55 b(The)34 b(exit)j(status)e(is)h
-(zero,)p eop end
-%%Page: 67 73
-TeXDict begin 67 72 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(67)630 299 y(unless)38
-b(end-of-\014le)h(is)f(encoun)m(tered,)j Ft(read)d Fu(times)h(out)f
-(\(in)h(whic)m(h)f(case)h(the)g(status)g(is)630 408 y(greater)31
-b(than)f(128\),)i(a)e(v)-5 b(ariable)30 b(assignmen)m(t)h(error)f
-(\(suc)m(h)f(as)i(assigning)f(to)h(a)f(readonly)630 518
-y(v)-5 b(ariable\))30 b(o)s(ccurs,)f(or)f(an)h(in)m(v)-5
-b(alid)29 b(\014le)g(descriptor)f(is)h(supplied)e(as)i(the)g(argumen)m
-(t)g(to)g Ft(-u)p Fu(.)150 678 y Ft(readarray)870 788
-y(readarray)45 b([-d)i Fj(delim)p Ft(])f([-n)h Fj(count)p
-Ft(])f([-O)h Fj(origin)p Ft(])f([-s)h Fj(count)p Ft(])1061
-897 y([-t])g([-u)f Fj(fd)p Ft(])h([-C)g Fj(callback)p
-Ft(])f([-c)g Fj(quantum)p Ft(])g([)p Fj(array)p Ft(])630
-1032 y Fu(Read)38 b(lines)f(from)g(the)h(standard)e(input)g(in)m(to)j
-(the)e(indexed)g(arra)m(y)h(v)-5 b(ariable)38 b Fr(arra)m(y)p
-Fu(,)i(or)630 1142 y(from)30 b(\014le)g(descriptor)h
-Fr(fd)i Fu(if)d(the)h Ft(-u)e Fu(option)i(is)g(supplied.)630
-1277 y(A)f(synon)m(ym)g(for)g Ft(mapfile)p Fu(.)150 1437
-y Ft(source)870 1572 y(source)46 b Fj(filename)630 1707
-y Fu(A)30 b(synon)m(ym)g(for)g Ft(.)g Fu(\(see)i(Section)f(4.1)g
-([Bourne)g(Shell)f(Builtins],)h(page)g(49\).)150 1867
-y Ft(type)870 2002 y(type)47 b([-afptP])e([)p Fj(name)i
-Ft(...)o(])630 2137 y Fu(F)-8 b(or)42 b(eac)m(h)g Fr(name)p
-Fu(,)i(indicate)e(ho)m(w)g(it)f(w)m(ould)g(b)s(e)g(in)m(terpreted)g(if)
-g(used)f(as)i(a)f(command)630 2246 y(name.)630 2381 y(If)g(the)g
-Ft(-t)g Fu(option)h(is)f(used,)j Ft(type)c Fu(prin)m(ts)h(a)h(single)g
-(w)m(ord)f(whic)m(h)g(is)g(one)h(of)g(`)p Ft(alias)p
-Fu(',)630 2491 y(`)p Ft(keyword)p Fu(',)32 b(`)p Ft(function)p
-Fu(',)g(`)p Ft(builtin)p Fu(',)g(or)h(`)p Ft(file)p Fu(',)g(if)g
-Fr(name)38 b Fu(is)33 b(an)g(alias,)i(shell)e(reserv)m(ed)630
-2600 y(w)m(ord,)39 b(shell)e(function,)i(shell)e(builtin,)i(or)e
-(executable)i(disk)d(\014le,)j(resp)s(ectiv)m(ely)-8
-b(.)63 b(If)37 b(the)630 2710 y Fr(name)f Fu(is)30 b(not)h(found,)e
-(then)h(nothing)g(is)h(prin)m(ted,)f(and)g Ft(type)f
-Fu(returns)g(a)i(failure)f(status.)630 2845 y(If)25 b(the)h
-Ft(-p)f Fu(option)g(is)h(used,)g Ft(type)e Fu(either)i(returns)e(the)i
-(name)f(of)h(the)g(executable)h(\014le)e(that)630 2954
-y(w)m(ould)30 b(b)s(e)g(found)f(b)m(y)h(searc)m(hing)h
-Ft($PATH)p Fu(,)f(or)g(nothing)g(if)h Ft(-t)e Fu(w)m(ould)i(not)f
-(return)f(`)p Ft(file)p Fu('.)630 3089 y(The)h Ft(-P)g
-Fu(option)h(forces)g(a)g(path)f(searc)m(h)h(for)g(eac)m(h)g
-Fr(name)p Fu(,)g(ev)m(en)g(if)g Ft(-t)f Fu(w)m(ould)g(not)h(return)630
-3199 y(`)p Ft(file)p Fu('.)630 3334 y(If)e(a)h Fr(name)k
-Fu(is)29 b(presen)m(t)h(in)f(the)g(table)h(of)g(hashed)e(commands,)i
-(options)f Ft(-p)g Fu(and)g Ft(-P)f Fu(prin)m(t)630 3443
-y(the)j(hashed)e(v)-5 b(alue,)31 b(whic)m(h)f(is)h(not)f(necessarily)i
-(the)e(\014le)h(that)g(app)s(ears)e(\014rst)h(in)g Ft($PATH)p
-Fu(.)630 3578 y(If)e(the)h Ft(-a)f Fu(option)h(is)f(used,)h
-Ft(type)e Fu(returns)g(all)j(of)e(the)h(places)g(that)g(con)m(tain)h(a)
-f(command)630 3688 y(named)c Fr(name)p Fu(.)39 b(This)25
-b(includes)g(aliases,)j(reserv)m(ed)e(w)m(ords,)g(functions,)h(and)d
-(builtins,)j(but)630 3797 y(the)34 b(path)f(searc)m(h)i(options)f(\()p
-Ft(-p)f Fu(and)h Ft(-P)p Fu(\))f(can)h(b)s(e)f(supplied)g(to)h
-(restrict)h(the)f(output)f(to)630 3907 y(executable)k(\014les.)55
-b(If)34 b Ft(-a)h Fu(is)g(supplied)f(with)h Ft(-p)p Fu(,)h
-Ft(type)e Fu(do)s(es)g(not)i(lo)s(ok)g(in)e(the)i(table)g(of)630
-4016 y(hashed)30 b(commands,)g(and)g(only)g(p)s(erforms)f(a)i
-Ft(PATH)e Fu(searc)m(h)i(for)f Fr(name)p Fu(.)630 4151
-y(If)g(the)g Ft(-f)g Fu(option)g(is)h(used,)e Ft(type)g
-Fu(do)s(es)h(not)h(attempt)g(to)g(\014nd)d(shell)j(functions,)f(as)g
-(with)630 4261 y(the)h Ft(command)d Fu(builtin.)630 4396
-y(The)j(return)e(status)j(is)f(zero)h(if)f(all)g(of)h(the)f
-Fr(name)5 b Fu(s)31 b(are)g(found,)f(non-zero)i(if)f(an)m(y)g(are)h
-(not)630 4505 y(found.)150 4666 y Ft(typeset)870 4800
-y(typeset)46 b([-afFgrxilnrtux])d([-p])k([)p Fj(name)p
-Ft([=)p Fj(value)p Ft(])d(...)o(])630 4935 y Fu(The)31
-b Ft(typeset)e Fu(command)i(is)g(supplied)f(for)h(compatibilit)m(y)i
-(with)e(the)g(Korn)f(shell.)44 b(It)31 b(is)630 5045
-y(a)g(synon)m(ym)f(for)g(the)g Ft(declare)f Fu(builtin)h(command.)150
-5205 y Ft(ulimit)870 5340 y(ulimit)46 b([-HS])g(-a)p
-eop end
-%%Page: 68 74
-TeXDict begin 68 73 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(68)870 299 y Ft(ulimit)46
-b([-HS])g([-bcdefiklmnpqrstuvxPRT])c([)p Fj(limit)p Ft(])630
-432 y(ulimit)25 b Fu(pro)m(vides)h(con)m(trol)i(o)m(v)m(er)g(the)f
-(resources)f(a)m(v)-5 b(ailable)29 b(to)e(pro)s(cesses)f(started)h(b)m
-(y)g(the)630 542 y(shell,)i(on)f(systems)g(that)h(allo)m(w)h(suc)m(h)e
-(con)m(trol.)41 b(If)28 b(an)g(option)h(is)f(giv)m(en,)i(it)e(is)h(in)m
-(terpreted)630 651 y(as)i(follo)m(ws:)630 808 y Ft(-S)384
-b Fu(Change)30 b(and)g(rep)s(ort)g(the)g(soft)h(limit)g(asso)s(ciated)h
-(with)e(a)h(resource.)630 965 y Ft(-H)384 b Fu(Change)30
-b(and)g(rep)s(ort)g(the)g(hard)g(limit)h(asso)s(ciated)h(with)e(a)h
-(resource.)630 1122 y Ft(-a)384 b Fu(All)31 b(curren)m(t)f(limits)h
-(are)g(rep)s(orted;)f(no)g(limits)h(are)g(set.)630 1279
-y Ft(-b)384 b Fu(The)30 b(maxim)m(um)g(so)s(c)m(k)m(et)i(bu\013er)e
-(size.)630 1436 y Ft(-c)384 b Fu(The)30 b(maxim)m(um)g(size)h(of)g
-(core)g(\014les)f(created.)630 1592 y Ft(-d)384 b Fu(The)30
-b(maxim)m(um)g(size)h(of)g(a)g(pro)s(cess's)f(data)h(segmen)m(t.)630
-1749 y Ft(-e)384 b Fu(The)30 b(maxim)m(um)g(sc)m(heduling)h(priorit)m
-(y)f(\()p Ft(")p Fu(nice)p Ft(")p Fu(\).)630 1906 y Ft(-f)384
-b Fu(The)30 b(maxim)m(um)g(size)h(of)g(\014les)f(written)h(b)m(y)f(the)
-g(shell)h(and)f(its)h(c)m(hildren.)630 2063 y Ft(-i)384
-b Fu(The)30 b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i(p)s(ending)e
-(signals.)630 2220 y Ft(-k)384 b Fu(The)30 b(maxim)m(um)g(n)m(um)m(b)s
-(er)f(of)i(kqueues)f(that)h(ma)m(y)g(b)s(e)e(allo)s(cated.)630
-2377 y Ft(-l)384 b Fu(The)30 b(maxim)m(um)g(size)h(that)g(ma)m(y)g(b)s
-(e)f(lo)s(c)m(k)m(ed)i(in)m(to)f(memory)-8 b(.)630 2534
-y Ft(-m)384 b Fu(The)36 b(maxim)m(um)g(residen)m(t)h(set)g(size)g
-(\(man)m(y)g(systems)f(do)h(not)f(honor)g(this)1110 2643
-y(limit\).)630 2800 y Ft(-n)384 b Fu(The)38 b(maxim)m(um)h(n)m(um)m(b)s
-(er)e(of)i(op)s(en)f(\014le)h(descriptors)g(\(most)g(systems)g(do)1110
-2910 y(not)31 b(allo)m(w)g(this)g(v)-5 b(alue)31 b(to)g(b)s(e)e(set\).)
-630 3067 y Ft(-p)384 b Fu(The)30 b(pip)s(e)f(bu\013er)h(size.)630
-3223 y Ft(-q)384 b Fu(The)30 b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i(b)m
-(ytes)g(in)f Fm(posix)f Fu(message)j(queues.)630 3380
-y Ft(-r)384 b Fu(The)30 b(maxim)m(um)g(real-time)i(sc)m(heduling)f
-(priorit)m(y)-8 b(.)630 3537 y Ft(-s)384 b Fu(The)30
-b(maxim)m(um)g(stac)m(k)i(size.)630 3694 y Ft(-t)384
-b Fu(The)30 b(maxim)m(um)g(amoun)m(t)h(of)f(cpu)g(time)h(in)f(seconds.)
-630 3851 y Ft(-u)384 b Fu(The)30 b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i
-(pro)s(cesses)f(a)m(v)-5 b(ailable)33 b(to)e(a)f(single)i(user.)630
-4008 y Ft(-v)384 b Fu(The)41 b(maxim)m(um)h(amoun)m(t)g(of)h(virtual)f
-(memory)g(a)m(v)-5 b(ailable)44 b(to)e(the)g(shell,)1110
-4117 y(and,)30 b(on)g(some)h(systems,)g(to)g(its)g(c)m(hildren.)630
-4274 y Ft(-x)384 b Fu(The)30 b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i
-(\014le)f(lo)s(c)m(ks.)630 4431 y Ft(-P)384 b Fu(The)30
-b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i(pseudoterminals.)630
-4588 y Ft(-R)384 b Fu(The)27 b(maxim)m(um)h(time)h(a)f(real-time)i(pro)
-s(cess)d(can)i(run)d(b)s(efore)i(blo)s(c)m(king,)h(in)1110
-4697 y(microseconds.)630 4854 y Ft(-T)384 b Fu(The)30
-b(maxim)m(um)g(n)m(um)m(b)s(er)f(of)i(threads.)630 5011
-y(If)36 b Fr(limit)k Fu(is)c(giv)m(en,)k(and)c(the)h
-Ft(-a)f Fu(option)h(is)f(not)h(used,)h Fr(limit)h Fu(is)e(the)g(new)f
-(v)-5 b(alue)37 b(of)g(the)630 5121 y(sp)s(eci\014ed)c(resource.)51
-b(The)34 b(sp)s(ecial)g Fr(limit)j Fu(v)-5 b(alues)34
-b Ft(hard)p Fu(,)g Ft(soft)p Fu(,)g(and)f Ft(unlimited)e
-Fu(stand)630 5230 y(for)h(the)g(curren)m(t)g(hard)f(limit,)i(the)g
-(curren)m(t)f(soft)g(limit,)h(and)f(no)g(limit,)h(resp)s(ectiv)m(ely)-8
-b(.)48 b(A)630 5340 y(hard)24 b(limit)i(cannot)g(b)s(e)e(increased)h(b)
-m(y)g(a)h(non-ro)s(ot)f(user)f(once)i(it)g(is)f(set;)j(a)d(soft)g
-(limit)h(ma)m(y)p eop end
-%%Page: 69 75
-TeXDict begin 69 74 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(69)630 299 y(b)s(e)37
-b(increased)h(up)e(to)j(the)f(v)-5 b(alue)38 b(of)f(the)h(hard)f
-(limit.)63 b(Otherwise,)39 b(the)f(curren)m(t)f(v)-5
-b(alue)630 408 y(of)39 b(the)g(soft)h(limit)g(for)f(the)g(sp)s
-(eci\014ed)f(resource)h(is)g(prin)m(ted,)i(unless)e(the)g
-Ft(-H)f Fu(option)i(is)630 518 y(supplied.)47 b(When)33
-b(more)g(than)g(one)g(resource)g(is)g(sp)s(eci\014ed,)g(the)g(limit)h
-(name)f(and)f(unit,)630 628 y(if)27 b(appropriate,)h(are)f(prin)m(ted)g
-(b)s(efore)g(the)g(v)-5 b(alue.)40 b(When)27 b(setting)h(new)e(limits,)
-j(if)e(neither)630 737 y Ft(-H)38 b Fu(nor)g Ft(-S)g
-Fu(is)h(supplied,)h(b)s(oth)e(the)h(hard)f(and)g(soft)h(limits)g(are)g
-(set.)67 b(If)38 b(no)h(option)g(is)630 847 y(giv)m(en,)c(then)f
-Ft(-f)e Fu(is)i(assumed.)49 b(V)-8 b(alues)35 b(are)e(in)h(1024-b)m
-(yte)i(incremen)m(ts,)f(except)f(for)f Ft(-t)p Fu(,)630
-956 y(whic)m(h)e(is)g(in)g(seconds;)h Ft(-R)p Fu(,)g(whic)m(h)f(is)g
-(in)g(microseconds;)h Ft(-p)p Fu(,)g(whic)m(h)f(is)g(in)g(units)g(of)g
-(512-)630 1066 y(b)m(yte)k(blo)s(c)m(ks;)j Ft(-P)p Fu(,)e
-Ft(-T)p Fu(,)f Ft(-b)p Fu(,)h Ft(-k)p Fu(,)f Ft(-n)g
-Fu(and)f Ft(-u)p Fu(,)h(whic)m(h)g(are)g(unscaled)g(v)-5
-b(alues;)37 b(and,)f(when)630 1176 y(in)g Fm(posix)f
-Fu(Mo)s(de)h(\(see)g(Section)h(6.11)g([Bash)g(POSIX)d(Mo)s(de],)k(page)
-f(109\),)i Ft(-c)c Fu(and)g Ft(-f)p Fu(,)630 1285 y(whic)m(h)30
-b(are)h(in)f(512-b)m(yte)j(incremen)m(ts.)630 1418 y(The)h(return)g
-(status)h(is)f(zero)i(unless)e(an)g(in)m(v)-5 b(alid)36
-b(option)f(or)f(argumen)m(t)i(is)e(supplied,)h(or)630
-1528 y(an)30 b(error)g(o)s(ccurs)g(while)h(setting)g(a)g(new)f(limit.)
-150 1685 y Ft(unalias)870 1818 y(unalias)46 b([-a])g([)p
-Fj(name)h Ft(...)g(])630 1951 y Fu(Remo)m(v)m(e)42 b(eac)m(h)f
-Fr(name)k Fu(from)39 b(the)i(list)f(of)g(aliases.)71
-b(If)40 b Ft(-a)f Fu(is)h(supplied,)h(all)g(aliases)h(are)630
-2061 y(remo)m(v)m(ed.)g(Aliases)31 b(are)g(describ)s(ed)e(in)h(Section)
-i(6.6)f([Aliases],)h(page)f(103.)150 2299 y Fs(4.3)68
-b(Mo)t(difying)45 b(Shell)g(Beha)l(vior)150 2522 y Fk(4.3.1)63
-b(The)41 b(Set)g(Builtin)150 2669 y Fu(This)35 b(builtin)h(is)g(so)g
-(complicated)i(that)f(it)f(deserv)m(es)h(its)f(o)m(wn)g(section.)59
-b Ft(set)35 b Fu(allo)m(ws)j(y)m(ou)e(to)h(c)m(hange)150
-2779 y(the)c(v)-5 b(alues)34 b(of)f(shell)g(options)h(and)e(set)i(the)f
-(p)s(ositional)h(parameters,)h(or)e(to)h(displa)m(y)f(the)g(names)h
-(and)150 2888 y(v)-5 b(alues)31 b(of)f(shell)h(v)-5 b(ariables.)150
-3045 y Ft(set)870 3178 y(set)47 b([-abefhkmnptuvxBCEHPT])42
-b([-o)47 b Fj(option-name)p Ft(])d([--])j([-])g([)p Fj(argument)e
-Ft(...)o(])870 3288 y(set)i([+abefhkmnptuvxBCEHPT])42
-b([+o)47 b Fj(option-name)p Ft(])d([--])j([-])g([)p Fj(argument)e
-Ft(...)o(])870 3397 y(set)i(-o)870 3507 y(set)g(+o)630
-3640 y Fu(If)22 b(no)h(options)g(or)g(argumen)m(ts)g(are)g(supplied,)g
-Ft(set)f Fu(displa)m(ys)g(the)h(names)g(and)f(v)-5 b(alues)23
-b(of)g(all)630 3750 y(shell)j(v)-5 b(ariables)27 b(and)e(functions,)h
-(sorted)g(according)h(to)g(the)f(curren)m(t)f(lo)s(cale,)k(in)c(a)i
-(format)630 3859 y(that)i(ma)m(y)h(b)s(e)e(reused)g(as)h(input)f(for)h
-(setting)h(or)e(resetting)i(the)f(curren)m(tly-set)h(v)-5
-b(ariables.)630 3969 y(Read-only)37 b(v)-5 b(ariables)37
-b(cannot)h(b)s(e)e(reset.)59 b(In)36 b Fm(posix)g Fu(mo)s(de,)i(only)f
-(shell)f(v)-5 b(ariables)38 b(are)630 4079 y(listed.)630
-4212 y(When)29 b(options)g(are)g(supplied,)f(they)h(set)h(or)f(unset)f
-(shell)h(attributes.)41 b(Options,)29 b(if)g(sp)s(ec-)630
-4321 y(i\014ed,)h(ha)m(v)m(e)i(the)e(follo)m(wing)i(meanings:)630
-4478 y Ft(-a)384 b Fu(Eac)m(h)37 b(v)-5 b(ariable)36
-b(or)g(function)g(that)g(is)g(created)h(or)f(mo)s(di\014ed)f(is)h(giv)m
-(en)h(the)1110 4588 y(exp)s(ort)28 b(attribute)h(and)f(mark)m(ed)g(for)
-g(exp)s(ort)g(to)h(the)g(en)m(vironmen)m(t)f(of)h(sub-)1110
-4697 y(sequen)m(t)i(commands.)630 4854 y Ft(-b)384 b
-Fu(Cause)44 b(the)h(status)g(of)f(terminated)h(bac)m(kground)g(jobs)f
-(to)h(b)s(e)f(rep)s(orted)1110 4964 y(immediately)-8
-b(,)30 b(rather)d(than)f(b)s(efore)h(prin)m(ting)g(the)g(next)g
-(primary)g(prompt.)630 5121 y Ft(-e)384 b Fu(Exit)65
-b(immediately)g(if)f(a)h(pip)s(eline)e(\(see)i(Section)g(3.2.3)h([Pip)s
-(elines],)1110 5230 y(page)51 b(10\),)58 b(whic)m(h)50
-b(ma)m(y)h(consist)h(of)e(a)i(single)f(simple)g(command)f(\(see)1110
-5340 y(Section)30 b(3.2.2)i([Simple)d(Commands],)g(page)h(9\),)h(a)f
-(list)g(\(see)h(Section)f(3.2.4)p eop end
-%%Page: 70 76
-TeXDict begin 70 75 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(70)1110 299 y([Lists],)60
-b(page)55 b(10\),)60 b(or)54 b(a)g(comp)s(ound)e(command)h(\(see)i
-(Section)f(3.2.5)1110 408 y([Comp)s(ound)60 b(Commands],)70
-b(page)63 b(11\))g(returns)e(a)i(non-zero)f(status.)1110
-518 y(The)41 b(shell)g(do)s(es)g(not)g(exit)h(if)f(the)h(command)f
-(that)h(fails)f(is)g(part)g(of)h(the)1110 628 y(command)g(list)h
-(immediately)g(follo)m(wing)g(a)g Ft(while)e Fu(or)h
-Ft(until)e Fu(k)m(eyw)m(ord,)1110 737 y(part)61 b(of)g(the)g(test)h(in)
-e(an)h Ft(if)f Fu(statemen)m(t,)71 b(part)61 b(of)g(an)m(y)g(command)
-1110 847 y(executed)50 b(in)e(a)h Ft(&&)f Fu(or)h Ft(||)f
-Fu(list)h(except)g(the)g(command)g(follo)m(wing)h(the)1110
-956 y(\014nal)37 b Ft(&&)g Fu(or)g Ft(||)p Fu(,)h(an)m(y)g(command)f
-(in)g(a)g(pip)s(eline)g(but)g(the)g(last,)j(or)e(if)f(the)1110
-1066 y(command's)c(return)f(status)h(is)g(b)s(eing)g(in)m(v)m(erted)h
-(with)e Ft(!)p Fu(.)48 b(If)33 b(a)g(comp)s(ound)1110
-1176 y(command)g(other)g(than)f(a)i(subshell)d(returns)h(a)h(non-zero)h
-(status)f(b)s(ecause)1110 1285 y(a)k(command)g(failed)g(while)g
-Ft(-e)f Fu(w)m(as)i(b)s(eing)e(ignored,)j(the)e(shell)g(do)s(es)g(not)
-1110 1395 y(exit.)42 b(A)30 b(trap)g(on)h Ft(ERR)p Fu(,)e(if)i(set,)g
-(is)f(executed)i(b)s(efore)e(the)g(shell)h(exits.)1110
-1532 y(This)f(option)h(applies)f(to)h(the)g(shell)g(en)m(vironmen)m(t)g
-(and)f(eac)m(h)h(subshell)f(en-)1110 1641 y(vironmen)m(t)j(separately)i
-(\(see)f(Section)g(3.7.3)h([Command)d(Execution)i(En-)1110
-1751 y(vironmen)m(t],)i(page)f(44\),)i(and)d(ma)m(y)h(cause)f
-(subshells)g(to)h(exit)g(b)s(efore)f(exe-)1110 1861 y(cuting)d(all)g
-(the)g(commands)f(in)g(the)g(subshell.)1110 1998 y(If)41
-b(a)g(comp)s(ound)e(command)i(or)g(shell)g(function)g(executes)h(in)f
-(a)g(con)m(text)1110 2107 y(where)31 b Ft(-e)g Fu(is)g(b)s(eing)g
-(ignored,)h(none)f(of)h(the)f(commands)g(executed)h(within)1110
-2217 y(the)j(comp)s(ound)f(command)h(or)g(function)f(b)s(o)s(dy)g(will)
-h(b)s(e)f(a\013ected)j(b)m(y)e(the)1110 2326 y Ft(-e)25
-b Fu(setting,)j(ev)m(en)e(if)g Ft(-e)f Fu(is)h(set)g(and)f(a)h(command)
-g(returns)e(a)i(failure)g(status.)1110 2436 y(If)32 b(a)i(comp)s(ound)d
-(command)i(or)g(shell)g(function)f(sets)i Ft(-e)e Fu(while)h(executing)
-1110 2545 y(in)40 b(a)h(con)m(text)i(where)d Ft(-e)g
-Fu(is)h(ignored,)j(that)d(setting)h(will)f(not)g(ha)m(v)m(e)h(an)m(y)
-1110 2655 y(e\013ect)g(un)m(til)e(the)h(comp)s(ound)e(command)h(or)g
-(the)g(command)g(con)m(taining)1110 2765 y(the)31 b(function)f(call)h
-(completes.)630 2929 y Ft(-f)384 b Fu(Disable)31 b(\014lename)g
-(expansion)f(\(globbing\).)630 3093 y Ft(-h)384 b Fu(Lo)s(cate)33
-b(and)e(remem)m(b)s(er)h(\(hash\))g(commands)f(as)h(they)g(are)g(lo)s
-(ok)m(ed)h(up)e(for)1110 3203 y(execution.)42 b(This)29
-b(option)i(is)g(enabled)f(b)m(y)g(default.)630 3367 y
-Ft(-k)384 b Fu(All)34 b(argumen)m(ts)g(in)f(the)h(form)f(of)g
-(assignmen)m(t)h(statemen)m(ts)i(are)d(placed)h(in)1110
-3477 y(the)k(en)m(vironmen)m(t)g(for)g(a)g(command,)h(not)f(just)f
-(those)i(that)f(precede)g(the)1110 3587 y(command)30
-b(name.)630 3751 y Ft(-m)384 b Fu(Job)28 b(con)m(trol)h(is)f(enabled)g
-(\(see)h(Chapter)f(7)g([Job)g(Con)m(trol],)i(page)f(118\).)41
-b(All)1110 3861 y(pro)s(cesses)27 b(run)f(in)i(a)g(separate)g(pro)s
-(cess)f(group.)40 b(When)27 b(a)h(bac)m(kground)f(job)1110
-3970 y(completes,)32 b(the)f(shell)f(prin)m(ts)g(a)h(line)f(con)m
-(taining)i(its)f(exit)g(status.)630 4134 y Ft(-n)384
-b Fu(Read)38 b(commands)f(but)f(do)i(not)f(execute)i(them.)62
-b(This)37 b(ma)m(y)h(b)s(e)f(used)f(to)1110 4244 y(c)m(hec)m(k)d(a)e
-(script)g(for)g(syn)m(tax)h(errors.)42 b(This)30 b(option)i(is)f
-(ignored)g(b)m(y)g(in)m(terac-)1110 4354 y(tiv)m(e)h(shells.)630
-4518 y Ft(-o)e Fj(option-name)1110 4628 y Fu(Set)44 b(the)h(option)f
-(corresp)s(onding)f(to)i Fr(option-name)p Fu(.)83 b(If)44
-b Ft(-o)f Fu(is)h(supplied)1110 4737 y(with)29 b(no)h
-Fr(option-name)p Fu(,)h Ft(set)e Fu(prin)m(ts)g(the)g(curren)m(t)h
-(shell)g(options)g(settings.)1110 4847 y(If)37 b Ft(+o)g
-Fu(is)h(supplied)e(with)h(no)h Fr(option-name)p Fu(,)i
-Ft(set)d Fu(prin)m(ts)g(a)h(series)g(of)g Ft(set)1110
-4956 y Fu(commands)31 b(to)i(recreate)g(the)f(curren)m(t)g(option)g
-(settings)h(on)f(the)g(standard)1110 5066 y(output.)40
-b(V)-8 b(alid)32 b(option)f(names)f(are:)1110 5230 y
-Ft(allexport)1590 5340 y Fu(Same)g(as)h Ft(-a)p Fu(.)p
-eop end
-%%Page: 71 77
-TeXDict begin 71 76 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(71)1110 299 y
-Ft(braceexpand)1590 408 y Fu(Same)30 b(as)h Ft(-B)p Fu(.)1110
-573 y Ft(emacs)240 b Fu(Use)25 b(an)f Ft(emacs)p Fu(-st)m(yle)h(line)f
-(editing)h(in)m(terface)h(\(see)g(Chapter)e(8)1590 682
-y([Command)33 b(Line)g(Editing],)h(page)h(122\).)51 b(This)32
-b(also)i(a\013ects)1590 792 y(the)d(editing)g(in)m(terface)h(used)d
-(for)h Ft(read)f(-e)p Fu(.)1110 956 y Ft(errexit)144
-b Fu(Same)30 b(as)h Ft(-e)p Fu(.)1110 1121 y Ft(errtrace)96
-b Fu(Same)30 b(as)h Ft(-E)p Fu(.)1110 1285 y Ft(functrace)1590
-1395 y Fu(Same)f(as)h Ft(-T)p Fu(.)1110 1559 y Ft(hashall)144
-b Fu(Same)30 b(as)h Ft(-h)p Fu(.)1110 1724 y Ft(histexpand)1590
-1833 y Fu(Same)f(as)h Ft(-H)p Fu(.)1110 1998 y Ft(history)144
-b Fu(Enable)39 b(command)g(history)-8 b(,)42 b(as)d(describ)s(ed)f(in)h
-(Section)h(9.1)1590 2107 y([Bash)d(History)g(F)-8 b(acilities],)41
-b(page)c(159.)60 b(This)36 b(option)h(is)f(on)1590 2217
-y(b)m(y)30 b(default)h(in)f(in)m(teractiv)m(e)j(shells.)1110
-2381 y Ft(ignoreeof)1590 2491 y Fu(An)d(in)m(teractiv)m(e)j(shell)e
-(will)g(not)f(exit)h(up)s(on)e(reading)i(EOF.)1110 2655
-y Ft(keyword)144 b Fu(Same)30 b(as)h Ft(-k)p Fu(.)1110
-2819 y Ft(monitor)144 b Fu(Same)30 b(as)h Ft(-m)p Fu(.)1110
-2984 y Ft(noclobber)1590 3093 y Fu(Same)f(as)h Ft(-C)p
-Fu(.)1110 3258 y Ft(noexec)192 b Fu(Same)30 b(as)h Ft(-n)p
-Fu(.)1110 3422 y Ft(noglob)192 b Fu(Same)30 b(as)h Ft(-f)p
-Fu(.)1110 3587 y Ft(nolog)240 b Fu(Curren)m(tly)30 b(ignored.)1110
-3751 y Ft(notify)192 b Fu(Same)30 b(as)h Ft(-b)p Fu(.)1110
-3915 y Ft(nounset)144 b Fu(Same)30 b(as)h Ft(-u)p Fu(.)1110
-4080 y Ft(onecmd)192 b Fu(Same)30 b(as)h Ft(-t)p Fu(.)1110
-4244 y Ft(physical)96 b Fu(Same)30 b(as)h Ft(-P)p Fu(.)1110
-4408 y Ft(pipefail)96 b Fu(If)44 b(set,)k(the)d(return)e(v)-5
-b(alue)45 b(of)f(a)h(pip)s(eline)e(is)i(the)f(v)-5 b(alue)45
-b(of)1590 4518 y(the)33 b(last)h(\(righ)m(tmost\))h(command)e(to)h
-(exit)g(with)f(a)g(non-zero)1590 4628 y(status,)28 b(or)f(zero)g(if)f
-(all)i(commands)e(in)g(the)h(pip)s(eline)f(exit)i(suc-)1590
-4737 y(cessfully)-8 b(.)41 b(This)30 b(option)h(is)f(disabled)g(b)m(y)h
-(default.)1110 4902 y Ft(posix)240 b Fu(Change)30 b(the)g(b)s(eha)m
-(vior)h(of)f(Bash)g(where)g(the)g(default)h(op)s(era-)1590
-5011 y(tion)25 b(di\013ers)f(from)g(the)h Fm(posix)f
-Fu(standard)f(to)i(matc)m(h)h(the)f(stan-)1590 5121 y(dard)h(\(see)j
-(Section)f(6.11)h([Bash)f(POSIX)e(Mo)s(de],)j(page)f(109\).)1590
-5230 y(This)37 b(is)g(in)m(tended)g(to)h(mak)m(e)g(Bash)g(b)s(eha)m(v)m
-(e)g(as)g(a)f(strict)h(su-)1590 5340 y(p)s(erset)30 b(of)h(that)f
-(standard.)p eop end
-%%Page: 72 78
-TeXDict begin 72 77 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(72)1110 299 y
-Ft(privileged)1590 408 y Fu(Same)30 b(as)h Ft(-p)p Fu(.)1110
-560 y Ft(verbose)144 b Fu(Same)30 b(as)h Ft(-v)p Fu(.)1110
-712 y Ft(vi)384 b Fu(Use)36 b(a)g Ft(vi)p Fu(-st)m(yle)g(line)g
-(editing)g(in)m(terface.)58 b(This)35 b(also)h(a\013ects)1590
-822 y(the)31 b(editing)g(in)m(terface)h(used)d(for)h
-Ft(read)f(-e)p Fu(.)1110 973 y Ft(xtrace)192 b Fu(Same)30
-b(as)h Ft(-x)p Fu(.)630 1125 y Ft(-p)384 b Fu(T)-8 b(urn)33
-b(on)h(privileged)h(mo)s(de.)51 b(In)34 b(this)g(mo)s(de,)h(the)f
-Ft($BASH_ENV)e Fu(and)h Ft($ENV)1110 1235 y Fu(\014les)23
-b(are)h(not)f(pro)s(cessed,)h(shell)g(functions)e(are)i(not)f
-(inherited)g(from)f(the)i(en-)1110 1344 y(vironmen)m(t,)h(and)e(the)g
-Ft(SHELLOPTS)p Fu(,)f Ft(BASHOPTS)p Fu(,)h Ft(CDPATH)e
-Fu(and)i Ft(GLOBIGNORE)1110 1454 y Fu(v)-5 b(ariables,)23
-b(if)e(they)g(app)s(ear)f(in)g(the)h(en)m(vironmen)m(t,)i(are)e
-(ignored.)38 b(If)20 b(the)h(shell)1110 1563 y(is)37
-b(started)h(with)f(the)g(e\013ectiv)m(e)j(user)d(\(group\))g(id)g(not)g
-(equal)h(to)g(the)f(real)1110 1673 y(user)h(\(group\))h(id,)i(and)d
-(the)h Ft(-p)f Fu(option)i(is)e(not)i(supplied,)f(these)h(actions)1110
-1783 y(are)32 b(tak)m(en)i(and)d(the)h(e\013ectiv)m(e)j(user)c(id)h(is)
-g(set)h(to)f(the)h(real)f(user)g(id.)45 b(If)32 b(the)1110
-1892 y Ft(-p)i Fu(option)h(is)g(supplied)f(at)h(startup,)h(the)f
-(e\013ectiv)m(e)i(user)d(id)g(is)h(not)g(reset.)1110
-2002 y(T)-8 b(urning)35 b(this)i(option)g(o\013)g(causes)g(the)g
-(e\013ectiv)m(e)i(user)d(and)g(group)g(ids)g(to)1110
-2111 y(b)s(e)30 b(set)h(to)g(the)f(real)h(user)f(and)g(group)g(ids.)630
-2263 y Ft(-r)384 b Fu(Enable)51 b(restricted)h(shell)g(mo)s(de)f(\(see)
-h(Section)g(6.10)h([The)e(Restricted)1110 2373 y(Shell],)42
-b(page)e(109\).)69 b(This)39 b(option)g(cannot)h(b)s(e)f(unset)g(once)h
-(it)g(has)f(b)s(een)1110 2482 y(set.)630 2634 y Ft(-t)384
-b Fu(Exit)31 b(after)g(reading)f(and)g(executing)h(one)g(command.)630
-2786 y Ft(-u)384 b Fu(T)-8 b(reat)25 b(unset)e(v)-5 b(ariables)25
-b(and)e(parameters)h(other)h(than)e(the)h(sp)s(ecial)h(param-)1110
-2895 y(eters)32 b(`)p Ft(@)p Fu(')f(or)h(`)p Ft(*)p Fu(',)g(or)f(arra)m
-(y)h(v)-5 b(ariables)32 b(subscripted)e(with)h(`)p Ft(@)p
-Fu(')g(or)h(`)p Ft(*)p Fu(',)f(as)h(an)1110 3005 y(error)24
-b(when)g(p)s(erforming)g(parameter)h(expansion.)39 b(An)24
-b(error)h(message)h(will)1110 3114 y(b)s(e)37 b(written)h(to)h(the)f
-(standard)f(error,)i(and)f(a)g(non-in)m(teractiv)m(e)j(shell)d(will)
-1110 3224 y(exit.)630 3376 y Ft(-v)384 b Fu(Prin)m(t)30
-b(shell)h(input)e(lines)i(as)g(they)f(are)h(read.)630
-3528 y Ft(-x)384 b Fu(Prin)m(t)21 b(a)h(trace)h(of)f(simple)f
-(commands,)i Ft(for)e Fu(commands,)i Ft(case)d Fu(commands,)1110
-3637 y Ft(select)29 b Fu(commands,)j(and)e(arithmetic)j
-Ft(for)d Fu(commands)h(and)f(their)i(argu-)1110 3747
-y(men)m(ts)g(or)g(asso)s(ciated)h(w)m(ord)e(lists)h(to)g(standard)f
-(error)g(after)i(they)e(are)h(ex-)1110 3856 y(panded)20
-b(and)h(b)s(efore)g(they)g(are)h(executed.)39 b(The)21
-b(shell)g(prin)m(ts)g(the)h(expanded)1110 3966 y(v)-5
-b(alue)28 b(of)f(the)g Ft(PS4)g Fu(v)-5 b(ariable)28
-b(b)s(efore)f(the)g(command)g(and)g(its)g(expanded)g(ar-)1110
-4075 y(gumen)m(ts.)630 4227 y Ft(-B)384 b Fu(The)41 b(shell)g(will)g(p)
-s(erform)f(brace)h(expansion)g(\(see)h(Section)g(3.5.1)g([Brace)1110
-4337 y(Expansion],)30 b(page)h(24\).)42 b(This)30 b(option)h(is)f(on)g
-(b)m(y)h(default.)630 4489 y Ft(-C)384 b Fu(Prev)m(en)m(t)25
-b(output)e(redirection)h(using)f(`)p Ft(>)p Fu(',)i(`)p
-Ft(>&)p Fu(',)g(and)e(`)p Ft(<>)p Fu(')g(from)h(o)m(v)m(erwriting)1110
-4598 y(existing)31 b(\014les.)630 4750 y Ft(-E)384 b
-Fu(If)39 b(set,)j(an)m(y)e(trap)f(on)g Ft(ERR)g Fu(is)g(inherited)g(b)m
-(y)g(shell)h(functions,)h(command)1110 4859 y(substitutions,)35
-b(and)e(commands)g(executed)i(in)f(a)g(subshell)f(en)m(vironmen)m(t.)
-1110 4969 y(The)d Ft(ERR)f Fu(trap)i(is)f(normally)h(not)f(inherited)g
-(in)g(suc)m(h)g(cases.)630 5121 y Ft(-H)384 b Fu(Enable)38
-b(`)p Ft(!)p Fu(')h(st)m(yle)h(history)e(substitution)g(\(see)h
-(Section)h(9.3)f([History)g(In-)1110 5230 y(teraction],)g(page)d
-(161\).)57 b(This)34 b(option)i(is)f(on)g(b)m(y)h(default)f(for)g(in)m
-(teractiv)m(e)1110 5340 y(shells.)p eop end
-%%Page: 73 79
-TeXDict begin 73 78 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(73)630 299 y Ft(-P)384
-b Fu(If)39 b(set,)j(do)d(not)g(resolv)m(e)i(sym)m(b)s(olic)e(links)g
-(when)f(p)s(erforming)g(commands)1110 408 y(suc)m(h)29
-b(as)h Ft(cd)f Fu(whic)m(h)g(c)m(hange)h(the)g(curren)m(t)f(directory)
--8 b(.)42 b(The)28 b(ph)m(ysical)j(direc-)1110 518 y(tory)j(is)g(used)f
-(instead.)52 b(By)34 b(default,)h(Bash)f(follo)m(ws)h(the)f(logical)i
-(c)m(hain)f(of)1110 628 y(directories)j(when)d(p)s(erforming)h
-(commands)g(whic)m(h)g(c)m(hange)i(the)f(curren)m(t)1110
-737 y(directory)-8 b(.)1110 870 y(F)g(or)42 b(example,)i(if)d
-Ft(/usr/sys)e Fu(is)i(a)g(sym)m(b)s(olic)g(link)g(to)h
-Ft(/usr/local/sys)1110 980 y Fu(then:)1350 1113 y Ft($)47
-b(cd)h(/usr/sys;)d(echo)i($PWD)1350 1223 y(/usr/sys)1350
-1332 y($)g(cd)h(..;)f(pwd)1350 1442 y(/usr)1110 1575
-y Fu(If)30 b Ft(set)f(-P)h Fu(is)h(on,)f(then:)1350 1708
-y Ft($)47 b(cd)h(/usr/sys;)d(echo)i($PWD)1350 1818 y(/usr/local/sys)
-1350 1927 y($)g(cd)h(..;)f(pwd)1350 2037 y(/usr/local)630
-2194 y(-T)384 b Fu(If)34 b(set,)j(an)m(y)e(trap)g(on)g
-Ft(DEBUG)e Fu(and)i Ft(RETURN)e Fu(are)i(inherited)g(b)m(y)f(shell)i
-(func-)1110 2303 y(tions,)k(command)d(substitutions,)h(and)f(commands)g
-(executed)h(in)f(a)h(sub-)1110 2413 y(shell)33 b(en)m(vironmen)m(t.)49
-b(The)32 b Ft(DEBUG)g Fu(and)g Ft(RETURN)f Fu(traps)h(are)i(normally)f
-(not)1110 2522 y(inherited)d(in)g(suc)m(h)g(cases.)630
-2679 y Ft(--)384 b Fu(If)44 b(no)g(argumen)m(ts)g(follo)m(w)i(this)e
-(option,)k(then)c(the)h(p)s(ositional)g(parame-)1110
-2789 y(ters)31 b(are)g(unset.)40 b(Otherwise,)31 b(the)f(p)s(ositional)
-i(parameters)f(are)f(set)h(to)h(the)1110 2898 y Fr(argumen)m(ts)p
-Fu(,)f(ev)m(en)g(if)f(some)h(of)g(them)f(b)s(egin)g(with)g(a)h(`)p
-Ft(-)p Fu('.)630 3055 y Ft(-)432 b Fu(Signal)45 b(the)g(end)f(of)h
-(options,)k(cause)c(all)h(remaining)e Fr(argumen)m(ts)49
-b Fu(to)d(b)s(e)1110 3164 y(assigned)33 b(to)h(the)g(p)s(ositional)g
-(parameters.)49 b(The)33 b Ft(-x)g Fu(and)f Ft(-v)h Fu(options)h(are)
-1110 3274 y(turned)k(o\013.)68 b(If)38 b(there)i(are)f(no)g(argumen)m
-(ts,)j(the)e(p)s(ositional)g(parameters)1110 3384 y(remain)30
-b(unc)m(hanged.)630 3540 y(Using)d(`)p Ft(+)p Fu(')h(rather)f(than)g(`)
-p Ft(-)p Fu(')g(causes)h(these)f(options)h(to)g(b)s(e)e(turned)g
-(o\013.)40 b(The)27 b(options)h(can)630 3650 y(also)36
-b(b)s(e)f(used)f(up)s(on)g(in)m(v)m(o)s(cation)j(of)e(the)g(shell.)56
-b(The)34 b(curren)m(t)h(set)h(of)f(options)h(ma)m(y)g(b)s(e)630
-3759 y(found)29 b(in)h Ft($-)p Fu(.)630 3893 y(The)43
-b(remaining)h(N)f Fr(argumen)m(ts)48 b Fu(are)c(p)s(ositional)g
-(parameters)g(and)f(are)h(assigned,)j(in)630 4002 y(order,)30
-b(to)h Ft($1)p Fu(,)f Ft($2)p Fu(,)36 b(.)22 b(.)g(.)42
-b Ft($N)p Fu(.)e(The)30 b(sp)s(ecial)h(parameter)g Ft(#)f
-Fu(is)g(set)h(to)g(N.)630 4135 y(The)f(return)f(status)i(is)f(alw)m(a)m
-(ys)i(zero)f(unless)f(an)g(in)m(v)-5 b(alid)31 b(option)g(is)f
-(supplied.)150 4332 y Fk(4.3.2)63 b(The)41 b(Shopt)h(Builtin)150
-4479 y Fu(This)30 b(builtin)g(allo)m(ws)h(y)m(ou)g(to)g(c)m(hange)h
-(additional)f(shell)f(optional)i(b)s(eha)m(vior.)150
-4635 y Ft(shopt)870 4768 y(shopt)46 b([-pqsu])g([-o])h([)p
-Fj(optname)e Ft(...])630 4902 y Fu(T)-8 b(oggle)37 b(the)e(v)-5
-b(alues)35 b(of)g(settings)h(con)m(trolling)g(optional)g(shell)f(b)s
-(eha)m(vior.)55 b(The)34 b(settings)630 5011 y(can)24
-b(b)s(e)g(either)h(those)f(listed)h(b)s(elo)m(w,)h(or,)f(if)g(the)f
-Ft(-o)f Fu(option)i(is)f(used,)h(those)g(a)m(v)-5 b(ailable)26
-b(with)630 5121 y(the)k Ft(-o)f Fu(option)i(to)f(the)g
-Ft(set)f Fu(builtin)h(command)f(\(see)i(Section)g(4.3.1)g([The)f(Set)g
-(Builtin],)630 5230 y(page)i(69\).)45 b(With)32 b(no)f(options,)h(or)g
-(with)f(the)g Ft(-p)g Fu(option,)h(a)g(list)g(of)f(all)i(settable)g
-(options)630 5340 y(is)g(displa)m(y)m(ed,)i(with)e(an)g(indication)h
-(of)f(whether)g(or)g(not)g(eac)m(h)h(is)g(set;)h(if)e
-Fr(optname)5 b Fu(s)34 b(are)p eop end
-%%Page: 74 80
-TeXDict begin 74 79 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(74)630 299 y(supplied,)25
-b(the)g(output)g(is)g(restricted)g(to)h(those)g(options.)39
-b(The)24 b Ft(-p)h Fu(option)g(causes)g(output)630 408
-y(to)30 b(b)s(e)f(displa)m(y)m(ed)g(in)g(a)h(form)f(that)g(ma)m(y)h(b)s
-(e)f(reused)f(as)i(input.)39 b(Other)29 b(options)g(ha)m(v)m(e)i(the)
-630 518 y(follo)m(wing)h(meanings:)630 680 y Ft(-s)384
-b Fu(Enable)30 b(\(set\))i(eac)m(h)f Fr(optname)p Fu(.)630
-842 y Ft(-u)384 b Fu(Disable)31 b(\(unset\))g(eac)m(h)h
-Fr(optname)p Fu(.)630 1005 y Ft(-q)384 b Fu(Suppresses)28
-b(normal)h(output;)h(the)g(return)e(status)i(indicates)h(whether)e(the)
-1110 1114 y Fr(optname)37 b Fu(is)31 b(set)h(or)f(unset.)43
-b(If)31 b(m)m(ultiple)h Fr(optname)37 b Fu(argumen)m(ts)31
-b(are)h(giv)m(en)1110 1224 y(with)d Ft(-q)p Fu(,)f(the)i(return)d
-(status)j(is)f(zero)g(if)g(all)h Fr(optname)5 b Fu(s)29
-b(are)h(enabled;)f(non-)1110 1333 y(zero)i(otherwise.)630
-1496 y Ft(-o)384 b Fu(Restricts)22 b(the)f(v)-5 b(alues)22
-b(of)f Fr(optname)27 b Fu(to)22 b(b)s(e)e(those)i(de\014ned)e(for)h
-(the)g Ft(-o)f Fu(option)1110 1605 y(to)31 b(the)g Ft(set)e
-Fu(builtin)h(\(see)h(Section)h(4.3.1)g([The)e(Set)g(Builtin],)i(page)f
-(69\).)630 1767 y(If)e(either)i Ft(-s)e Fu(or)h Ft(-u)f
-Fu(is)h(used)f(with)g(no)h Fr(optname)35 b Fu(argumen)m(ts,)c
-Ft(shopt)d Fu(sho)m(ws)h(only)h(those)630 1877 y(options)h(whic)m(h)f
-(are)h(set)f(or)h(unset,)f(resp)s(ectiv)m(ely)-8 b(.)630
-2013 y(Unless)30 b(otherwise)h(noted,)g(the)g Ft(shopt)d
-Fu(options)j(are)g(disabled)f(\(o\013)7 b(\))32 b(b)m(y)e(default.)630
-2149 y(The)d(return)f(status)i(when)e(listing)j(options)e(is)h(zero)g
-(if)f(all)i Fr(optname)5 b Fu(s)27 b(are)h(enabled,)g(non-)630
-2258 y(zero)40 b(otherwise.)66 b(When)39 b(setting)h(or)f(unsetting)g
-(options,)i(the)e(return)f(status)h(is)g(zero)630 2368
-y(unless)30 b(an)g Fr(optname)36 b Fu(is)30 b(not)h(a)g(v)-5
-b(alid)30 b(shell)h(option.)630 2504 y(The)f(list)h(of)f
-Ft(shopt)f Fu(options)i(is:)630 2666 y Ft(array_expand_once)1110
-2776 y Fu(If)39 b(set,)j(the)d(shell)g(suppresses)e(m)m(ultiple)j(ev)-5
-b(aluation)41 b(of)e(asso)s(ciativ)m(e)j(and)1110 2885
-y(indexed)37 b(arra)m(y)h(subscripts)e(during)g(arithmetic)j
-(expression)e(ev)-5 b(aluation,)1110 2995 y(while)23
-b(executing)h(builtins)f(that)g(can)h(p)s(erform)d(v)-5
-b(ariable)24 b(assignmen)m(ts,)i(and)1110 3104 y(while)k(executing)i
-(builtins)e(that)h(p)s(erform)e(arra)m(y)i(dereferencing.)630
-3267 y Ft(assoc_expand_once)1110 3376 y Fu(Deprecated;)h(a)f(synon)m
-(ym)f(for)g Ft(array_expand_once)p Fu(.)630 3538 y Ft(autocd)192
-b Fu(If)27 b(set,)h(a)g(command)f(name)g(that)h(is)f(the)g(name)g(of)h
-(a)f(directory)h(is)f(executed)1110 3648 y(as)j(if)f(it)h(w)m(ere)f
-(the)h(argumen)m(t)g(to)g(the)f Ft(cd)g Fu(command.)40
-b(This)29 b(option)g(is)h(only)1110 3758 y(used)g(b)m(y)g(in)m
-(teractiv)m(e)j(shells.)630 3920 y Ft(cdable_vars)1110
-4029 y Fu(If)h(this)h(is)g(set,)i(an)e(argumen)m(t)g(to)h(the)f
-Ft(cd)f Fu(builtin)h(command)f(that)i(is)f(not)1110 4139
-y(a)c(directory)g(is)g(assumed)f(to)h(b)s(e)f(the)h(name)f(of)h(a)g(v)
--5 b(ariable)31 b(whose)g(v)-5 b(alue)31 b(is)1110 4248
-y(the)g(directory)f(to)i(c)m(hange)f(to.)630 4411 y Ft(cdspell)144
-b Fu(If)27 b(set,)h(minor)f(errors)f(in)h(the)g(sp)s(elling)h(of)f(a)g
-(directory)h(comp)s(onen)m(t)f(in)g(a)h Ft(cd)1110 4520
-y Fu(command)i(will)h(b)s(e)f(corrected.)43 b(The)30
-b(errors)g(c)m(hec)m(k)m(ed)j(for)d(are)h(transp)s(osed)1110
-4630 y(c)m(haracters,)46 b(a)c(missing)f(c)m(haracter,)47
-b(and)40 b(a)i(c)m(haracter)h(to)s(o)g(man)m(y)-8 b(.)74
-b(If)42 b(a)1110 4739 y(correction)25 b(is)e(found,)g(the)h(corrected)g
-(path)f(is)g(prin)m(ted,)h(and)f(the)g(command)1110 4849
-y(pro)s(ceeds.)40 b(This)30 b(option)h(is)f(only)h(used)e(b)m(y)h(in)m
-(teractiv)m(e)k(shells.)630 5011 y Ft(checkhash)1110
-5121 y Fu(If)29 b(this)h(is)g(set,)g(Bash)g(c)m(hec)m(ks)h(that)g(a)f
-(command)f(found)g(in)g(the)h(hash)f(table)1110 5230
-y(exists)k(b)s(efore)f(trying)h(to)h(execute)g(it.)48
-b(If)32 b(a)h(hashed)e(command)i(no)f(longer)1110 5340
-y(exists,)f(a)g(normal)f(path)g(searc)m(h)h(is)g(p)s(erformed.)p
-eop end
-%%Page: 75 81
-TeXDict begin 75 80 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(75)630 299 y Ft(checkjobs)1110
-408 y Fu(If)28 b(set,)i(Bash)e(lists)h(the)g(status)g(of)f(an)m(y)h
-(stopp)s(ed)f(and)g(running)e(jobs)i(b)s(efore)1110 518
-y(exiting)42 b(an)f(in)m(teractiv)m(e)j(shell.)72 b(If)41
-b(an)m(y)g(jobs)f(are)i(running,)g(this)f(causes)1110
-628 y(the)30 b(exit)g(to)g(b)s(e)f(deferred)g(un)m(til)h(a)f(second)h
-(exit)g(is)g(attempted)h(without)e(an)1110 737 y(in)m(terv)m(ening)d
-(command)f(\(see)h(Chapter)e(7)h([Job)g(Con)m(trol],)i(page)f(118\).)40
-b(The)1110 847 y(shell)31 b(alw)m(a)m(ys)g(p)s(ostp)s(ones)f(exiting)h
-(if)g(an)m(y)f(jobs)g(are)h(stopp)s(ed.)630 1029 y Ft(checkwinsize)1110
-1139 y Fu(If)23 b(set,)j(Bash)e(c)m(hec)m(ks)h(the)f(windo)m(w)f(size)h
-(after)h(eac)m(h)f(external)h(\(non-builtin\))1110 1249
-y(command)55 b(and,)60 b(if)55 b(necessary)-8 b(,)62
-b(up)s(dates)54 b(the)h(v)-5 b(alues)55 b(of)g Ft(LINES)f
-Fu(and)1110 1358 y Ft(COLUMNS)p Fu(.)39 b(This)29 b(option)i(is)g
-(enabled)f(b)m(y)g(default.)630 1541 y Ft(cmdhist)144
-b Fu(If)33 b(set,)j(Bash)e(attempts)h(to)g(sa)m(v)m(e)g(all)g(lines)f
-(of)g(a)h(m)m(ultiple-line)g(command)1110 1650 y(in)c(the)g(same)g
-(history)g(en)m(try)-8 b(.)42 b(This)30 b(allo)m(ws)i(easy)g
-(re-editing)g(of)f(m)m(ulti-line)1110 1760 y(commands.)79
-b(This)43 b(option)g(is)h(enabled)f(b)m(y)g(default,)k(but)c(only)g
-(has)g(an)1110 1870 y(e\013ect)30 b(if)e(command)g(history)g(is)h
-(enabled)f(\(see)h(Section)g(9.1)h([Bash)e(History)1110
-1979 y(F)-8 b(acilities],)34 b(page)d(159\).)630 2162
-y Ft(compat31)630 2271 y(compat32)630 2381 y(compat40)630
-2491 y(compat41)630 2600 y(compat42)630 2710 y(compat43)630
-2819 y(compat44)96 b Fu(These)39 b(con)m(trol)i(asp)s(ects)f(of)f(the)h
-(shell's)g(compatibilit)m(y)h(mo)s(de)e(\(see)h(Sec-)1110
-2929 y(tion)31 b(6.12)h([Shell)e(Compatibilit)m(y)i(Mo)s(de],)f(page)g
-(114\).)630 3112 y Ft(complete_fullquote)1110 3221 y
-Fu(If)g(set,)g(Bash)h(quotes)f(all)h(shell)f(metac)m(haracters)i(in)e
-(\014lenames)g(and)g(direc-)1110 3331 y(tory)g(names)f(when)g(p)s
-(erforming)f(completion.)43 b(If)30 b(not)h(set,)g(Bash)g(remo)m(v)m
-(es)1110 3440 y(metac)m(haracters)40 b(suc)m(h)d(as)h(the)g(dollar)g
-(sign)g(from)f(the)h(set)g(of)f(c)m(haracters)1110 3550
-y(that)f(will)g(b)s(e)f(quoted)g(in)g(completed)i(\014lenames)e(when)f
-(these)i(metac)m(har-)1110 3660 y(acters)29 b(app)s(ear)e(in)g(shell)h
-(v)-5 b(ariable)28 b(references)g(in)f(w)m(ords)g(to)i(b)s(e)e
-(completed.)1110 3769 y(This)k(means)i(that)g(dollar)f(signs)g(in)g(v)
--5 b(ariable)33 b(names)g(that)f(expand)g(to)h(di-)1110
-3879 y(rectories)28 b(will)g(not)f(b)s(e)f(quoted;)j(ho)m(w)m(ev)m(er,)
-g(an)m(y)e(dollar)h(signs)f(app)s(earing)f(in)1110 3988
-y(\014lenames)i(will)g(not)g(b)s(e)g(quoted,)g(either.)41
-b(This)27 b(is)h(activ)m(e)i(only)e(when)f(Bash)1110
-4098 y(is)39 b(using)f(bac)m(kslashes)i(to)g(quote)g(completed)f
-(\014lenames.)67 b(This)38 b(v)-5 b(ariable)1110 4208
-y(is)41 b(set)g(b)m(y)g(default,)j(whic)m(h)c(is)h(the)g(default)g
-(Bash)g(b)s(eha)m(vior)g(in)g(v)m(ersions)1110 4317 y(through)30
-b(4.2.)630 4500 y Ft(direxpand)1110 4609 y Fu(If)k(set,)i(Bash)f
-(replaces)g(directory)g(names)g(with)f(the)g(results)h(of)f(w)m(ord)g
-(ex-)1110 4719 y(pansion)k(when)g(p)s(erforming)f(\014lename)i
-(completion.)67 b(This)38 b(c)m(hanges)i(the)1110 4829
-y(con)m(ten)m(ts)c(of)e(the)h(Readline)f(editing)h(bu\013er.)52
-b(If)33 b(not)i(set,)h(Bash)e(attempts)1110 4938 y(to)d(preserv)m(e)g
-(what)f(the)g(user)g(t)m(yp)s(ed.)630 5121 y Ft(dirspell)96
-b Fu(If)26 b(set,)i(Bash)f(attempts)g(sp)s(elling)g(correction)g(on)g
-(directory)g(names)f(during)1110 5230 y(w)m(ord)36 b(completion)h(if)f
-(the)g(directory)g(name)g(initially)h(supplied)e(do)s(es)h(not)1110
-5340 y(exist.)p eop end
-%%Page: 76 82
-TeXDict begin 76 81 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(76)630 299 y Ft(dotglob)144
-b Fu(If)36 b(set,)i(Bash)e(includes)g(\014lenames)g(b)s(eginning)f
-(with)h(a)g(`.')58 b(in)36 b(the)g(results)1110 408 y(of)f(\014lename)f
-(expansion.)53 b(The)33 b(\014lenames)i(`)p Ft(.)p Fu(')f(and)g(`)p
-Ft(..)p Fu(')g(m)m(ust)h(alw)m(a)m(ys)h(b)s(e)1110 518
-y(matc)m(hed)31 b(explicitly)-8 b(,)33 b(ev)m(en)e(if)f
-Ft(dotglob)f Fu(is)h(set.)630 682 y Ft(execfail)96 b
-Fu(If)24 b(this)h(is)f(set,)j(a)e(non-in)m(teractiv)m(e)i(shell)e(will)
-f(not)h(exit)h(if)e(it)h(cannot)h(execute)1110 792 y(the)i(\014le)g(sp)
-s(eci\014ed)g(as)g(an)g(argumen)m(t)g(to)h(the)f Ft(exec)f
-Fu(builtin)h(command.)39 b(An)1110 902 y(in)m(teractiv)m(e)33
-b(shell)e(do)s(es)f(not)g(exit)i(if)e Ft(exec)f Fu(fails.)630
-1066 y Ft(expand_aliases)1110 1176 y Fu(If)j(set,)h(aliases)g(are)g
-(expanded)e(as)h(describ)s(ed)f(b)s(elo)m(w)h(under)f(Aliases,)i(Sec-)
-1110 1285 y(tion)i(6.6)h([Aliases],)h(page)e(103.)55
-b(This)33 b(option)i(is)g(enabled)f(b)m(y)h(default)f(for)1110
-1395 y(in)m(teractiv)m(e)f(shells.)630 1559 y Ft(extdebug)96
-b Fu(If)35 b(set)i(at)f(shell)g(in)m(v)m(o)s(cation,)k(or)c(in)f(a)h
-(shell)h(startup)e(\014le,)i(arrange)g(to)f(ex-)1110
-1669 y(ecute)h(the)f(debugger)g(pro\014le)g(b)s(efore)g(the)g(shell)h
-(starts,)h(iden)m(tical)g(to)f(the)1110 1778 y Ft(--debugger)32
-b Fu(option.)56 b(If)35 b(set)h(after)g(in)m(v)m(o)s(cation,)j(b)s(eha)
-m(vior)c(in)m(tended)g(for)1110 1888 y(use)30 b(b)m(y)g(debuggers)g(is)
-h(enabled:)1159 2025 y(1.)61 b(The)37 b Ft(-F)g Fu(option)h(to)g(the)g
-Ft(declare)d Fu(builtin)i(\(see)i(Section)f(4.2)h([Bash)1290
-2134 y(Builtins],)29 b(page)g(57\))g(displa)m(ys)f(the)g(source)h
-(\014le)f(name)g(and)f(line)h(n)m(um-)1290 2244 y(b)s(er)h(corresp)s
-(onding)g(to)i(eac)m(h)g(function)f(name)g(supplied)f(as)i(an)f(argu-)
-1290 2354 y(men)m(t.)1159 2491 y(2.)61 b(If)20 b(the)h(command)g(run)e
-(b)m(y)i(the)f Ft(DEBUG)g Fu(trap)g(returns)g(a)h(non-zero)g(v)-5
-b(alue,)1290 2600 y(the)31 b(next)f(command)g(is)h(skipp)s(ed)e(and)g
-(not)i(executed.)1159 2737 y(3.)61 b(If)37 b(the)g(command)g(run)f(b)m
-(y)i(the)f Ft(DEBUG)f Fu(trap)h(returns)f(a)i(v)-5 b(alue)38
-b(of)f(2,)1290 2847 y(and)c(the)g(shell)h(is)f(executing)i(in)e(a)h
-(subroutine)e(\(a)i(shell)g(function)f(or)1290 2956 y(a)h(shell)g
-(script)f(executed)h(b)m(y)g(the)f Ft(.)h Fu(or)f Ft(source)f
-Fu(builtins\),)i(the)g(shell)1290 3066 y(sim)m(ulates)d(a)g(call)h(to)f
-Ft(return)p Fu(.)1159 3203 y(4.)61 b Ft(BASH_ARGC)34
-b Fu(and)i Ft(BASH_ARGV)e Fu(are)j(up)s(dated)e(as)h(describ)s(ed)g(in)
-g(their)1290 3313 y(descriptions)30 b(\(see)i(Section)f(5.2)g([Bash)g
-(V)-8 b(ariables],)32 b(page)f(81\).)1159 3450 y(5.)61
-b(F)-8 b(unction)57 b(tracing)g(is)g(enabled:)93 b(command)56
-b(substitution,)63 b(shell)1290 3559 y(functions,)32
-b(and)e(subshells)h(in)m(v)m(ok)m(ed)i(with)e Ft(\()f
-Fj(command)e Ft(\))j Fu(inherit)h(the)1290 3669 y Ft(DEBUG)d
-Fu(and)h Ft(RETURN)e Fu(traps.)1159 3806 y(6.)61 b(Error)41
-b(tracing)i(is)f(enabled:)63 b(command)42 b(substitution,)i(shell)f
-(func-)1290 3915 y(tions,)32 b(and)e(subshells)g(in)m(v)m(ok)m(ed)i
-(with)e Ft(\()g Fj(command)f Ft(\))h Fu(inherit)h(the)g
-Ft(ERR)1290 4025 y Fu(trap.)630 4189 y Ft(extglob)144
-b Fu(If)26 b(set,)i(the)f(extended)f(pattern)h(matc)m(hing)g(features)g
-(describ)s(ed)e(ab)s(o)m(v)m(e)j(\(see)1110 4299 y(Section)j(3.5.8.1)i
-([P)m(attern)f(Matc)m(hing],)g(page)f(37\))h(are)f(enabled.)630
-4463 y Ft(extquote)96 b Fu(If)51 b(set,)58 b Ft($')p
-Fj(string)p Ft(')49 b Fu(and)i Ft($")p Fj(string)p Ft(")e
-Fu(quoting)k(is)e(p)s(erformed)f(within)1110 4573 y Ft(${)p
-Fj(parameter)p Ft(})31 b Fu(expansions)k(enclosed)g(in)g(double)f
-(quotes.)55 b(This)33 b(option)1110 4682 y(is)d(enabled)h(b)m(y)f
-(default.)630 4847 y Ft(failglob)96 b Fu(If)36 b(set,)j(patterns)d
-(whic)m(h)g(fail)h(to)h(matc)m(h)f(\014lenames)f(during)g(\014lename)g
-(ex-)1110 4956 y(pansion)30 b(result)g(in)g(an)g(expansion)h(error.)630
-5121 y Ft(force_fignore)1110 5230 y Fu(If)43 b(set,)k(the)d(su\016xes)f
-(sp)s(eci\014ed)f(b)m(y)i(the)f Ft(FIGNORE)f Fu(shell)h(v)-5
-b(ariable)44 b(cause)1110 5340 y(w)m(ords)31 b(to)h(b)s(e)f(ignored)h
-(when)f(p)s(erforming)f(w)m(ord)h(completion)i(ev)m(en)f(if)g(the)p
-eop end
-%%Page: 77 83
-TeXDict begin 77 82 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(77)1110 299 y(ignored)37
-b(w)m(ords)g(are)g(the)h(only)f(p)s(ossible)g(completions.)62
-b(See)37 b(Section)h(5.2)1110 408 y([Bash)24 b(V)-8 b(ariables],)27
-b(page)e(81,)h(for)d(a)h(description)g(of)g Ft(FIGNORE)p
-Fu(.)37 b(This)22 b(option)1110 518 y(is)30 b(enabled)h(b)m(y)f
-(default.)630 701 y Ft(globasciiranges)1110 810 y Fu(If)j(set,)h(range)
-f(expressions)g(used)f(in)h(pattern)g(matc)m(hing)h(brac)m(k)m(et)h
-(expres-)1110 920 y(sions)28 b(\(see)h(Section)h(3.5.8.1)g([P)m(attern)
-g(Matc)m(hing],)h(page)e(37\))g(b)s(eha)m(v)m(e)g(as)g(if)1110
-1029 y(in)i(the)g(traditional)i(C)d(lo)s(cale)j(when)d(p)s(erforming)g
-(comparisons.)44 b(That)31 b(is,)1110 1139 y(the)d(curren)m(t)g(lo)s
-(cale's)i(collating)h(sequence)d(is)h(not)f(tak)m(en)h(in)m(to)g
-(accoun)m(t,)i(so)1110 1249 y(`)p Ft(b)p Fu(')j(will)g(not)g(collate)i
-(b)s(et)m(w)m(een)e(`)p Ft(A)p Fu(')g(and)f(`)p Ft(B)p
-Fu(',)h(and)f(upp)s(er-case)g(and)g(lo)m(w)m(er-)1110
-1358 y(case)e(ASCI)s(I)e(c)m(haracters)j(will)f(collate)i(together.)630
-1541 y Ft(globskipdots)1110 1650 y Fu(If)38 b(set,)k(\014lename)d
-(expansion)f(will)h(nev)m(er)g(matc)m(h)h(the)f(\014lenames)g(`)p
-Ft(.)p Fu(')g(and)1110 1760 y(`)p Ft(..)p Fu(',)c(ev)m(en)g(if)g(the)f
-(pattern)g(b)s(egins)g(with)g(a)h(`)p Ft(.)p Fu('.)52
-b(This)34 b(option)h(is)f(enabled)1110 1870 y(b)m(y)c(default.)630
-2052 y Ft(globstar)96 b Fu(If)38 b(set,)j(the)e(pattern)f(`)p
-Ft(**)p Fu(')h(used)e(in)i(a)f(\014lename)h(expansion)f(con)m(text)j
-(will)1110 2162 y(matc)m(h)36 b(all)g(\014les)f(and)f(zero)i(or)f(more)
-g(directories)h(and)e(sub)s(directories.)54 b(If)1110
-2271 y(the)30 b(pattern)g(is)g(follo)m(w)m(ed)i(b)m(y)d(a)i(`)p
-Ft(/)p Fu(',)f(only)g(directories)h(and)f(sub)s(directories)1110
-2381 y(matc)m(h.)630 2564 y Ft(gnu_errfmt)1110 2673 y
-Fu(If)35 b(set,)j(shell)e(error)g(messages)g(are)h(written)e(in)h(the)g
-(standard)f Fm(gnu)g Fu(error)1110 2783 y(message)c(format.)630
-2966 y Ft(histappend)1110 3075 y Fu(If)c(set,)j(the)e(history)g(list)g
-(is)g(app)s(ended)e(to)j(the)f(\014le)g(named)f(b)m(y)h(the)g(v)-5
-b(alue)29 b(of)1110 3185 y(the)d Ft(HISTFILE)d Fu(v)-5
-b(ariable)26 b(when)e(the)h(shell)h(exits,)h(rather)e(than)h(o)m(v)m
-(erwriting)1110 3294 y(the)31 b(\014le.)630 3477 y Ft(histreedit)1110
-3587 y Fu(If)i(set,)h(and)f(Readline)h(is)f(b)s(eing)g(used,)g(a)g
-(user)g(is)g(giv)m(en)h(the)g(opp)s(ortunit)m(y)1110
-3696 y(to)d(re-edit)g(a)g(failed)g(history)f(substitution.)630
-3879 y Ft(histverify)1110 3988 y Fu(If)35 b(set,)i(and)e(Readline)h(is)
-f(b)s(eing)g(used,)h(the)f(results)g(of)g(history)h(substitu-)1110
-4098 y(tion)h(are)g(not)g(immediately)h(passed)e(to)h(the)g(shell)g
-(parser.)59 b(Instead,)38 b(the)1110 4208 y(resulting)i(line)f(is)h
-(loaded)g(in)m(to)g(the)g(Readline)g(editing)g(bu\013er,)h(allo)m(wing)
-1110 4317 y(further)29 b(mo)s(di\014cation.)630 4500
-y Ft(hostcomplete)1110 4609 y Fu(If)38 b(set,)j(and)c(Readline)i(is)f
-(b)s(eing)g(used,)h(Bash)g(will)f(attempt)h(to)g(p)s(erform)1110
-4719 y(hostname)d(completion)h(when)e(a)h(w)m(ord)f(con)m(taining)i(a)f
-(`)p Ft(@)p Fu(')g(is)g(b)s(eing)f(com-)1110 4829 y(pleted)g(\(see)h
-(Section)f(8.4.6)i([Commands)d(F)-8 b(or)36 b(Completion],)g(page)g
-(145\).)1110 4938 y(This)30 b(option)g(is)h(enabled)f(b)m(y)g(default.)
-630 5121 y Ft(huponexit)1110 5230 y Fu(If)i(set,)i(Bash)f(will)h(send)d
-Ft(SIGHUP)h Fu(to)h(all)h(jobs)e(when)g(an)g(in)m(teractiv)m(e)k(login)
-1110 5340 y(shell)31 b(exits)g(\(see)g(Section)g(3.7.6)h([Signals],)g
-(page)f(46\).)p eop end
-%%Page: 78 84
-TeXDict begin 78 83 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(78)630 299 y Ft(inherit_errexit)
-1110 408 y Fu(If)29 b(set,)h(command)g(substitution)f(inherits)g(the)g
-(v)-5 b(alue)30 b(of)g(the)f Ft(errexit)f Fu(op-)1110
-518 y(tion,)33 b(instead)g(of)f(unsetting)g(it)h(in)f(the)g(subshell)f
-(en)m(vironmen)m(t.)46 b(This)32 b(op-)1110 628 y(tion)f(is)f(enabled)h
-(when)e Fm(posix)h Fu(mo)s(de)g(is)g(enabled.)630 792
-y Ft(interactive_comments)1110 902 y Fu(Allo)m(w)d(a)g(w)m(ord)e(b)s
-(eginning)g(with)h(`)p Ft(#)p Fu(')g(to)h(cause)f(that)h(w)m(ord)f(and)
-f(all)i(remain-)1110 1011 y(ing)41 b(c)m(haracters)i(on)e(that)h(line)g
-(to)g(b)s(e)f(ignored)g(in)g(an)g(in)m(teractiv)m(e)j(shell.)1110
-1121 y(This)30 b(option)g(is)h(enabled)f(b)m(y)g(default.)630
-1285 y Ft(lastpipe)96 b Fu(If)24 b(set,)i(and)e(job)g(con)m(trol)i(is)f
-(not)f(activ)m(e,)k(the)d(shell)f(runs)f(the)i(last)g(command)1110
-1395 y(of)37 b(a)h(pip)s(eline)e(not)h(executed)h(in)f(the)g(bac)m
-(kground)g(in)g(the)g(curren)m(t)g(shell)1110 1504 y(en)m(vironmen)m
-(t.)630 1669 y Ft(lithist)144 b Fu(If)22 b(enabled,)i(and)d(the)h
-Ft(cmdhist)e Fu(option)j(is)f(enabled,)i(m)m(ulti-line)f(commands)1110
-1778 y(are)28 b(sa)m(v)m(ed)h(to)g(the)f(history)g(with)f(em)m(b)s
-(edded)g(newlines)h(rather)g(than)f(using)1110 1888 y(semicolon)32
-b(separators)f(where)e(p)s(ossible.)630 2052 y Ft(localvar_inherit)1110
-2162 y Fu(If)j(set,)h(lo)s(cal)g(v)-5 b(ariables)33 b(inherit)f(the)g
-(v)-5 b(alue)32 b(and)g(attributes)h(of)f(a)g(v)-5 b(ariable)1110
-2271 y(of)36 b(the)g(same)g(name)g(that)h(exists)f(at)h(a)f(previous)g
-(scop)s(e)g(b)s(efore)f(an)m(y)h(new)1110 2381 y(v)-5
-b(alue)31 b(is)f(assigned.)41 b(The)30 b Ft(nameref)e
-Fu(attribute)k(is)e(not)h(inherited.)630 2545 y Ft(localvar_unset)1110
-2655 y Fu(If)i(set,)i(calling)g Ft(unset)d Fu(on)i(lo)s(cal)g(v)-5
-b(ariables)35 b(in)e(previous)g(function)g(scop)s(es)1110
-2765 y(marks)26 b(them)g(so)g(subsequen)m(t)g(lo)s(okups)f(\014nd)g
-(them)h(unset)f(un)m(til)i(that)g(func-)1110 2874 y(tion)40
-b(returns.)68 b(This)39 b(is)g(iden)m(tical)j(to)e(the)g(b)s(eha)m
-(vior)g(of)g(unsetting)g(lo)s(cal)1110 2984 y(v)-5 b(ariables)31
-b(at)g(the)g(curren)m(t)f(function)g(scop)s(e.)630 3148
-y Ft(login_shell)1110 3258 y Fu(The)35 b(shell)h(sets)g(this)f(option)h
-(if)g(it)g(is)f(started)h(as)g(a)g(login)g(shell)g(\(see)g(Sec-)1110
-3367 y(tion)29 b(6.1)g([In)m(v)m(oking)h(Bash],)f(page)g(94\).)41
-b(The)28 b(v)-5 b(alue)29 b(ma)m(y)g(not)f(b)s(e)g(c)m(hanged.)630
-3532 y Ft(mailwarn)96 b Fu(If)34 b(set,)i(and)e(a)h(\014le)g(that)g
-(Bash)f(is)h(c)m(hec)m(king)h(for)f(mail)g(has)f(b)s(een)g(accessed)
-1110 3641 y(since)24 b(the)h(last)g(time)f(it)h(w)m(as)f(c)m(hec)m(k)m
-(ed,)k(the)c(message)h Ft("The)k(mail)h(in)f Fj(mail-)1110
-3751 y(file)g Ft(has)h(been)f(read")g Fu(is)h(displa)m(y)m(ed.)630
-3915 y Ft(no_empty_cmd_completion)1110 4025 y Fu(If)g(set,)g(and)g
-(Readline)g(is)h(b)s(eing)e(used,)h(Bash)g(will)g(not)g(attempt)i(to)e
-(searc)m(h)1110 4134 y(the)25 b Ft(PATH)f Fu(for)h(p)s(ossible)f
-(completions)j(when)d(completion)i(is)f(attempted)h(on)1110
-4244 y(an)k(empt)m(y)h(line.)630 4408 y Ft(nocaseglob)1110
-4518 y Fu(If)38 b(set,)k(Bash)d(matc)m(hes)g(\014lenames)g(in)f(a)h
-(case-insensitiv)m(e)j(fashion)c(when)1110 4628 y(p)s(erforming)29
-b(\014lename)i(expansion.)630 4792 y Ft(nocasematch)1110
-4902 y Fu(If)42 b(set,)k(Bash)d(matc)m(hes)g(patterns)g(in)f(a)h
-(case-insensitiv)m(e)i(fashion)d(when)1110 5011 y(p)s(erforming)31
-b(matc)m(hing)i(while)f(executing)i Ft(case)d Fu(or)h
-Ft([[)g Fu(conditional)h(com-)1110 5121 y(mands)25 b(\(see)i(Section)f
-(3.2.5.2)j([Conditional)e(Constructs],)f(page)h(12,)h(when)1110
-5230 y(p)s(erforming)e(pattern)i(substitution)f(w)m(ord)g(expansions,)h
-(or)f(when)g(\014ltering)1110 5340 y(p)s(ossible)j(completions)h(as)g
-(part)f(of)h(programmable)f(completion.)p eop end
-%%Page: 79 85
-TeXDict begin 79 84 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(79)630 299 y Ft
-(noexpand_translation)1110 408 y Fu(If)23 b(set,)j(Bash)d(encloses)i
-(the)e(translated)h(results)g(of)f($)p Ft(")p Fu(...)p
-Ft(")h Fu(quoting)g(in)f(single)1110 518 y(quotes)k(instead)g(of)g
-(double)f(quotes.)40 b(If)26 b(the)h(string)f(is)h(not)g(translated,)h
-(this)1110 628 y(has)i(no)g(e\013ect.)630 774 y Ft(nullglob)96
-b Fu(If)35 b(set,)j(\014lename)e(expansion)f(patterns)h(whic)m(h)f
-(matc)m(h)i(no)e(\014les)h(\(see)g(Sec-)1110 883 y(tion)g(3.5.8)i
-([Filename)f(Expansion],)f(page)h(36\))g(expand)e(to)h(nothing)g(and)
-1110 993 y(are)31 b(remo)m(v)m(ed,)g(rather)g(than)f(expanding)g(to)h
-(themselv)m(es.)630 1139 y Ft(patsub_replacement)1110
-1249 y Fu(If)38 b(set,)k(Bash)d(expands)e(o)s(ccurrences)i(of)g(`)p
-Ft(&)p Fu(')g(in)f(the)h(replacemen)m(t)h(string)1110
-1358 y(of)47 b(pattern)g(substitution)g(to)h(the)f(text)h(matc)m(hed)g
-(b)m(y)f(the)g(pattern,)52 b(as)1110 1468 y(describ)s(ed)45
-b(ab)s(o)m(v)m(e)i(\(see)f(Section)h(3.5.3)g([Shell)f(P)m(arameter)h
-(Expansion],)1110 1577 y(page)31 b(26\).)42 b(This)30
-b(option)g(is)h(enabled)f(b)m(y)g(default.)630 1724 y
-Ft(progcomp)96 b Fu(If)25 b(set,)i(the)f(programmable)g(completion)g
-(facilities)i(\(see)f(Section)f(8.6)h([Pro-)1110 1833
-y(grammable)45 b(Completion],)k(page)c(150\))h(are)f(enabled.)82
-b(This)44 b(option)h(is)1110 1943 y(enabled)30 b(b)m(y)h(default.)630
-2089 y Ft(progcomp_alias)1110 2198 y Fu(If)23 b(set,)j(and)d
-(programmable)h(completion)h(is)f(enabled,)h(Bash)f(treats)h(a)f(com-)
-1110 2308 y(mand)34 b(name)h(that)g(do)s(esn't)f(ha)m(v)m(e)i(an)m(y)g
-(completions)f(as)g(a)g(p)s(ossible)g(alias)1110 2418
-y(and)40 b(attempts)i(alias)h(expansion.)72 b(If)41 b(it)g(has)g(an)g
-(alias,)k(Bash)c(attempts)1110 2527 y(programmable)28
-b(completion)h(using)e(the)h(command)f(w)m(ord)h(resulting)f(from)1110
-2637 y(the)k(expanded)e(alias.)630 2783 y Ft(promptvars)1110
-2892 y Fu(If)50 b(set,)56 b(prompt)49 b(strings)h(undergo)g(parameter)h
-(expansion,)k(command)1110 3002 y(substitution,)35 b(arithmetic)g
-(expansion,)g(and)e(quote)i(remo)m(v)-5 b(al)35 b(after)f(b)s(eing)1110
-3112 y(expanded)53 b(as)h(describ)s(ed)e(b)s(elo)m(w)i(\(see)h(Section)
-f(6.9)h([Con)m(trolling)g(the)1110 3221 y(Prompt],)30
-b(page)h(107\).)43 b(This)29 b(option)i(is)g(enabled)f(b)m(y)g
-(default.)630 3367 y Ft(restricted_shell)1110 3477 y
-Fu(The)40 b(shell)h(sets)g(this)g(option)g(if)g(it)h(is)e(started)i(in)
-e(restricted)i(mo)s(de)e(\(see)1110 3587 y(Section)32
-b(6.10)h([The)d(Restricted)j(Shell],)e(page)h(109\).)45
-b(The)30 b(v)-5 b(alue)32 b(ma)m(y)g(not)1110 3696 y(b)s(e)g(c)m
-(hanged.)49 b(This)32 b(is)h(not)h(reset)f(when)f(the)h(startup)g
-(\014les)f(are)i(executed,)1110 3806 y(allo)m(wing)k(the)e(startup)f
-(\014les)h(to)g(disco)m(v)m(er)h(whether)f(or)f(not)i(a)f(shell)g(is)g
-(re-)1110 3915 y(stricted.)630 4061 y Ft(shift_verbose)1110
-4171 y Fu(If)g(this)g(is)g(set,)j(the)d Ft(shift)f Fu(builtin)h(prin)m
-(ts)f(an)h(error)g(message)i(when)d(the)1110 4281 y(shift)30
-b(coun)m(t)h(exceeds)g(the)g(n)m(um)m(b)s(er)e(of)h(p)s(ositional)i
-(parameters.)630 4427 y Ft(sourcepath)1110 4536 y Fu(If)40
-b(set,)45 b(the)c Ft(.)f Fu(\()p Ft(source)p Fu(\))g(builtin)g(uses)h
-(the)g(v)-5 b(alue)41 b(of)g Ft(PATH)f Fu(to)h(\014nd)f(the)1110
-4646 y(directory)32 b(con)m(taining)g(the)g(\014le)f(supplied)f(as)h
-(an)g(argumen)m(t.)44 b(This)30 b(option)1110 4756 y(is)g(enabled)h(b)m
-(y)f(default.)630 4902 y Ft(varredir_close)1110 5011
-y Fu(If)i(set,)h(the)f(shell)h(automatically)i(closes)e(\014le)f
-(descriptors)g(assigned)g(using)1110 5121 y(the)40 b
-Ft({varname})c Fu(redirection)k(syn)m(tax)g(\(see)h(Section)f(3.6)g
-([Redirections],)1110 5230 y(page)h(39\))f(instead)h(of)e(lea)m(ving)j
-(them)e(op)s(en)f(when)g(the)h(command)f(com-)1110 5340
-y(pletes.)p eop end
-%%Page: 80 86
-TeXDict begin 80 85 bop 150 -116 a Fu(Chapter)30 b(4:)41
-b(Shell)30 b(Builtin)h(Commands)2069 b(80)630 299 y Ft(xpg_echo)96
-b Fu(If)31 b(set,)h(the)g Ft(echo)e Fu(builtin)h(expands)f(bac)m
-(kslash-escap)s(e)j(sequences)f(b)m(y)f(de-)1110 408
-y(fault.)40 b(If)27 b(the)h Ft(posix)e Fu(shell)h(option)h(\(see)h
-(Section)f(4.3.1)h([The)e(Set)h(Builtin],)1110 518 y(page)j(69\))h(is)e
-(also)h(enabled,)g Ft(echo)e Fu(do)s(es)h(not)h(in)m(terpret)g(an)m(y)f
-(options.)150 759 y Fs(4.4)68 b(Sp)t(ecial)45 b(Builtins)150
-918 y Fu(F)-8 b(or)35 b(historical)h(reasons,)g(the)e
-Fm(posix)g Fu(standard)f(has)i(classi\014ed)f(sev)m(eral)i(builtin)e
-(commands)g(as)h Fl(sp)-5 b(e-)150 1028 y(cial)p Fu(.)47
-b(When)33 b(Bash)f(is)h(executing)g(in)f Fm(posix)g Fu(mo)s(de,)h(the)g
-(sp)s(ecial)g(builtins)e(di\013er)i(from)f(other)g(builtin)150
-1137 y(commands)e(in)g(three)h(resp)s(ects:)199 1272
-y(1.)61 b(Sp)s(ecial)31 b(builtins)e(are)i(found)e(b)s(efore)h(shell)h
-(functions)f(during)f(command)h(lo)s(okup.)199 1406 y(2.)61
-b(If)30 b(a)h(sp)s(ecial)g(builtin)f(returns)f(an)h(error)g(status,)h
-(a)g(non-in)m(teractiv)m(e)i(shell)d(exits.)199 1541
-y(3.)61 b(Assignmen)m(t)30 b(statemen)m(ts)h(preceding)f(the)f(command)
-g(sta)m(y)i(in)e(e\013ect)i(in)e(the)h(shell)f(en)m(vironmen)m(t)330
-1650 y(after)i(the)f(command)h(completes.)275 1810 y(When)36
-b(Bash)g(is)h(not)f(executing)i(in)e Fm(posix)f Fu(mo)s(de,)j(these)f
-(builtins)f(b)s(eha)m(v)m(e)h(no)f(di\013eren)m(tly)h(than)150
-1919 y(the)31 b(rest)f(of)h(the)f(Bash)h(builtin)e(commands.)41
-b(The)30 b(Bash)g Fm(posix)g Fu(mo)s(de)g(is)g(describ)s(ed)f(in)h
-(Section)h(6.11)150 2029 y([Bash)g(POSIX)e(Mo)s(de],)i(page)g(109.)275
-2164 y(These)f(are)g(the)h Fm(posix)f Fu(sp)s(ecial)h(builtins:)390
-2298 y Ft(break)46 b(:)i(.)f(source)f(continue)g(eval)h(exec)f(exit)h
-(export)f(readonly)f(return)i(set)390 2408 y(shift)f(times)h(trap)f
-(unset)p eop end
-%%Page: 81 87
-TeXDict begin 81 86 bop 3659 -116 a Fu(81)150 299 y Fp(5)80
-b(Shell)53 b(V)-13 b(ariables)150 504 y Fu(This)21 b(c)m(hapter)i
-(describ)s(es)e(the)i(shell)f(v)-5 b(ariables)23 b(that)f(Bash)h(uses.)
-37 b(Bash)23 b(automatically)h(assigns)f(default)150
-614 y(v)-5 b(alues)31 b(to)g(a)g(n)m(um)m(b)s(er)e(of)h(v)-5
-b(ariables.)150 843 y Fs(5.1)68 b(Bourne)45 b(Shell)g(V)-11
-b(ariables)150 1003 y Fu(Bash)30 b(uses)g(certain)h(shell)g(v)-5
-b(ariables)31 b(in)f(the)g(same)h(w)m(a)m(y)g(as)g(the)f(Bourne)g
-(shell.)41 b(In)30 b(some)g(cases,)i(Bash)150 1112 y(assigns)f(a)f
-(default)h(v)-5 b(alue)31 b(to)g(the)f(v)-5 b(ariable.)150
-1260 y Ft(CDPATH)192 b Fu(A)39 b(colon-separated)i(list)e(of)g
-(directories)h(used)f(as)g(a)g(searc)m(h)h(path)e(for)h(the)g
-Ft(cd)f Fu(builtin)630 1370 y(command.)150 1518 y Ft(HOME)288
-b Fu(The)23 b(curren)m(t)h(user's)f(home)g(directory;)k(the)d(default)g
-(for)f(the)h Ft(cd)f Fu(builtin)g(command.)38 b(The)630
-1628 y(v)-5 b(alue)37 b(of)f(this)g(v)-5 b(ariable)37
-b(is)g(also)g(used)e(b)m(y)h(tilde)h(expansion)f(\(see)i(Section)f
-(3.5.2)h([Tilde)630 1737 y(Expansion],)30 b(page)h(25\).)150
-1885 y Ft(IFS)336 b Fu(A)25 b(list)i(of)e(c)m(haracters)i(that)f
-(separate)g(\014elds;)h(used)e(when)f(the)i(shell)f(splits)h(w)m(ords)e
-(as)i(part)630 1995 y(of)31 b(expansion.)150 2143 y Ft(MAIL)288
-b Fu(If)44 b(this)g(parameter)h(is)g(set)g(to)g(a)f(\014lename)h(or)f
-(directory)h(name)g(and)f(the)g Ft(MAILPATH)630 2252
-y Fu(v)-5 b(ariable)32 b(is)e(not)h(set,)h(Bash)f(informs)f(the)h(user)
-f(of)h(the)g(arriv)-5 b(al)31 b(of)g(mail)g(in)g(the)g(sp)s(eci\014ed)
-630 2362 y(\014le)f(or)h(Maildir-format)g(directory)-8
-b(.)150 2510 y Ft(MAILPATH)96 b Fu(A)33 b(colon-separated)i(list)f(of)f
-(\014lenames)h(whic)m(h)f(the)g(shell)g(p)s(erio)s(dically)h(c)m(hec)m
-(ks)g(for)f(new)630 2619 y(mail.)60 b(Eac)m(h)37 b(list)g(en)m(try)g
-(can)g(sp)s(ecify)f(the)h(message)h(that)f(is)g(prin)m(ted)f(when)f
-(new)h(mail)630 2729 y(arriv)m(es)31 b(in)g(the)g(mail)g(\014le)g(b)m
-(y)g(separating)h(the)f(\014lename)g(from)f(the)h(message)h(with)e(a)i
-(`)p Ft(?)p Fu('.)630 2839 y(When)g(used)f(in)h(the)g(text)i(of)e(the)g
-(message,)i Ft($_)e Fu(expands)f(to)i(the)f(name)g(of)h(the)f(curren)m
-(t)630 2948 y(mail)f(\014le.)150 3096 y Ft(OPTARG)192
-b Fu(The)30 b(v)-5 b(alue)31 b(of)f(the)h(last)g(option)g(argumen)m(t)g
-(pro)s(cessed)f(b)m(y)g(the)g Ft(getopts)f Fu(builtin.)150
-3244 y Ft(OPTIND)192 b Fu(The)30 b(index)g(of)g(the)h(last)g(option)g
-(argumen)m(t)g(pro)s(cessed)f(b)m(y)g(the)g Ft(getopts)f
-Fu(builtin.)150 3392 y Ft(PATH)288 b Fu(A)32 b(colon-separated)i(list)f
-(of)f(directories)h(in)e(whic)m(h)h(the)g(shell)g(lo)s(oks)h(for)f
-(commands.)45 b(A)630 3502 y(zero-length)e(\(n)m(ull\))g(directory)f
-(name)g(in)g(the)g(v)-5 b(alue)42 b(of)g Ft(PATH)f Fu(indicates)i(the)f
-(curren)m(t)630 3611 y(directory)-8 b(.)49 b(A)33 b(n)m(ull)f
-(directory)i(name)e(ma)m(y)i(app)s(ear)e(as)h(t)m(w)m(o)h(adjacen)m(t)g
-(colons,)g(or)f(as)g(an)630 3721 y(initial)f(or)e(trailing)h(colon.)150
-3869 y Ft(PS1)336 b Fu(The)35 b(primary)f(prompt)h(string.)55
-b(The)35 b(default)h(v)-5 b(alue)35 b(is)h(`)p Ft(\\s-\\v\\$)28
-b Fu('.)56 b(See)36 b(Section)g(6.9)630 3979 y([Con)m(trolling)i(the)e
-(Prompt],)i(page)f(107,)i(for)d(the)h(complete)h(list)e(of)h(escap)s(e)
-g(sequences)630 4088 y(that)31 b(are)g(expanded)e(b)s(efore)h
-Ft(PS1)g Fu(is)g(displa)m(y)m(ed.)150 4236 y Ft(PS2)336
-b Fu(The)28 b(secondary)g(prompt)g(string.)40 b(The)28
-b(default)g(v)-5 b(alue)29 b(is)g(`)p Ft(>)h Fu('.)40
-b Ft(PS2)28 b Fu(is)g(expanded)g(in)g(the)630 4346 y(same)j(w)m(a)m(y)g
-(as)g Ft(PS1)e Fu(b)s(efore)h(b)s(eing)g(displa)m(y)m(ed.)150
-4575 y Fs(5.2)68 b(Bash)45 b(V)-11 b(ariables)150 4734
-y Fu(These)45 b(v)-5 b(ariables)46 b(are)g(set)g(or)f(used)f(b)m(y)h
-(Bash,)50 b(but)44 b(other)i(shells)f(do)h(not)f(normally)h(treat)g
-(them)150 4844 y(sp)s(ecially)-8 b(.)275 4973 y(A)24
-b(few)g(v)-5 b(ariables)24 b(used)g(b)m(y)f(Bash)i(are)f(describ)s(ed)f
-(in)h(di\013eren)m(t)g(c)m(hapters:)38 b(v)-5 b(ariables)25
-b(for)f(con)m(trolling)150 5082 y(the)31 b(job)f(con)m(trol)h
-(facilities)i(\(see)e(Section)g(7.3)h([Job)e(Con)m(trol)h(V)-8
-b(ariables],)32 b(page)g(121\).)150 5230 y Ft(_)432 b
-Fu(\($)p 716 5230 28 4 v 41 w(,)34 b(an)g(underscore.\))49
-b(A)m(t)35 b(shell)f(startup,)g(set)g(to)g(the)g(pathname)f(used)g(to)h
-(in)m(v)m(ok)m(e)i(the)630 5340 y(shell)e(or)g(shell)h(script)f(b)s
-(eing)f(executed)j(as)e(passed)g(in)f(the)i(en)m(vironmen)m(t)f(or)g
-(argumen)m(t)p eop end
-%%Page: 82 88
-TeXDict begin 82 87 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(82)630 299 y(list.)55
-b(Subsequen)m(tly)-8 b(,)35 b(expands)f(to)i(the)f(last)g(argumen)m(t)h
-(to)f(the)g(previous)f(simple)h(com-)630 408 y(mand)21
-b(executed)i(in)e(the)i(foreground,)g(after)f(expansion.)38
-b(Also)22 b(set)h(to)f(the)g(full)g(pathname)630 518
-y(used)h(to)i(in)m(v)m(ok)m(e)h(eac)m(h)g(command)e(executed)h(and)f
-(placed)g(in)g(the)g(en)m(vironmen)m(t)h(exp)s(orted)630
-628 y(to)33 b(that)g(command.)45 b(When)32 b(c)m(hec)m(king)i(mail,)g
-(this)e(parameter)g(holds)g(the)g(name)g(of)h(the)630
-737 y(mail)e(\014le.)150 902 y Ft(BASH)288 b Fu(The)30
-b(full)g(pathname)g(used)g(to)h(execute)h(the)e(curren)m(t)g(instance)h
-(of)g(Bash.)150 1066 y Ft(BASHOPTS)96 b Fu(A)31 b(colon-separated)h
-(list)f(of)g(enabled)f(shell)h(options.)41 b(Eac)m(h)31
-b(w)m(ord)f(in)g(the)h(list)g(is)g(a)g(v)-5 b(alid)630
-1176 y(argumen)m(t)37 b(for)g(the)g Ft(-s)f Fu(option)i(to)f(the)g
-Ft(shopt)f Fu(builtin)g(command)h(\(see)g(Section)h(4.3.2)630
-1285 y([The)e(Shopt)g(Builtin],)i(page)f(73\).)60 b(The)36
-b(options)h(app)s(earing)f(in)g Ft(BASHOPTS)e Fu(are)i(those)630
-1395 y(rep)s(orted)e(as)h(`)p Ft(on)p Fu(')f(b)m(y)h(`)p
-Ft(shopt)p Fu('.)53 b(If)34 b(this)g(v)-5 b(ariable)36
-b(is)f(in)f(the)h(en)m(vironmen)m(t)g(when)f(Bash)630
-1504 y(starts)25 b(up,)f(eac)m(h)i(shell)e(option)h(in)e(the)i(list)g
-(will)f(b)s(e)g(enabled)g(b)s(efore)g(reading)g(an)m(y)g(startup)630
-1614 y(\014les.)41 b(This)29 b(v)-5 b(ariable)31 b(is)g(readonly)-8
-b(.)150 1778 y Ft(BASHPID)144 b Fu(Expands)35 b(to)i(the)f(pro)s(cess)f
-(ID)i(of)f(the)g(curren)m(t)g(Bash)g(pro)s(cess.)58 b(This)35
-b(di\013ers)h(from)g Ft($$)630 1888 y Fu(under)31 b(certain)j
-(circumstances,)h(suc)m(h)e(as)g(subshells)f(that)i(do)f(not)g(require)
-g(Bash)g(to)h(b)s(e)630 1998 y(re-initialized.)57 b(Assignmen)m(ts)35
-b(to)h Ft(BASHPID)d Fu(ha)m(v)m(e)j(no)f(e\013ect.)56
-b(If)34 b Ft(BASHPID)f Fu(is)i(unset,)h(it)630 2107 y(loses)31
-b(its)g(sp)s(ecial)g(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 2271 y Ft(BASH_ALIASES)630
-2381 y Fu(An)40 b(asso)s(ciativ)m(e)j(arra)m(y)d(v)-5
-b(ariable)41 b(whose)f(mem)m(b)s(ers)f(corresp)s(ond)g(to)i(the)f(in)m
-(ternal)h(list)630 2491 y(of)c(aliases)h(as)f(main)m(tained)g(b)m(y)g
-(the)g Ft(alias)e Fu(builtin.)59 b(\(see)37 b(Section)h(4.1)f([Bourne)g
-(Shell)630 2600 y(Builtins],)31 b(page)g(49\).)42 b(Elemen)m(ts)31
-b(added)e(to)i(this)f(arra)m(y)h(app)s(ear)f(in)g(the)g(alias)h(list;)h
-(ho)m(w-)630 2710 y(ev)m(er,)k(unsetting)f(arra)m(y)g(elemen)m(ts)g
-(curren)m(tly)g(do)s(es)f(not)g(cause)h(aliases)h(to)f(b)s(e)f(remo)m
-(v)m(ed)630 2819 y(from)25 b(the)h(alias)h(list.)40 b(If)25
-b Ft(BASH_ALIASES)d Fu(is)k(unset,)g(it)g(loses)h(its)f(sp)s(ecial)g
-(prop)s(erties,)g(ev)m(en)630 2929 y(if)k(it)h(is)g(subsequen)m(tly)f
-(reset.)150 3093 y Ft(BASH_ARGC)630 3203 y Fu(An)39 b(arra)m(y)g(v)-5
-b(ariable)40 b(whose)f(v)-5 b(alues)39 b(are)h(the)f(n)m(um)m(b)s(er)f
-(of)h(parameters)g(in)g(eac)m(h)h(frame)630 3313 y(of)h(the)g(curren)m
-(t)g(Bash)g(execution)h(call)g(stac)m(k.)73 b(The)41
-b(n)m(um)m(b)s(er)e(of)i(parameters)g(to)h(the)630 3422
-y(curren)m(t)c(subroutine)f(\(shell)i(function)e(or)i(script)f
-(executed)h(with)e Ft(.)h Fu(or)g Ft(source)p Fu(\))f(is)h(at)630
-3532 y(the)27 b(top)g(of)g(the)g(stac)m(k.)41 b(When)27
-b(a)g(subroutine)f(is)h(executed,)i(the)e(n)m(um)m(b)s(er)f(of)h
-(parameters)630 3641 y(passed)44 b(is)h(pushed)e(on)m(to)j
-Ft(BASH_ARGC)p Fu(.)81 b(The)44 b(shell)h(sets)g Ft(BASH_ARGC)e
-Fu(only)i(when)e(in)630 3751 y(extended)34 b(debugging)f(mo)s(de)g
-(\(see)i(Section)f(4.3.2)i([The)d(Shopt)g(Builtin],)i(page)g(73,)g(for)
-630 3861 y(a)e(description)g(of)f(the)h Ft(extdebug)d
-Fu(option)j(to)h(the)e Ft(shopt)g Fu(builtin\).)47 b(Setting)33
-b Ft(extdebug)630 3970 y Fu(after)c(the)g(shell)g(has)g(started)g(to)g
-(execute)i(a)e(script,)g(or)g(referencing)g(this)f(v)-5
-b(ariable)30 b(when)630 4080 y Ft(extdebug)i Fu(is)i(not)h(set,)g(ma)m
-(y)g(result)f(in)g(inconsisten)m(t)h(v)-5 b(alues.)53
-b(Assignmen)m(ts)34 b(to)h Ft(BASH_)630 4189 y(ARGC)29
-b Fu(ha)m(v)m(e)j(no)e(e\013ect,)i(and)e(it)h(ma)m(y)g(not)f(b)s(e)g
-(unset.)150 4354 y Ft(BASH_ARGV)630 4463 y Fu(An)23 b(arra)m(y)g(v)-5
-b(ariable)24 b(con)m(taining)g(all)g(of)f(the)h(parameters)f(in)g(the)g
-(curren)m(t)g(Bash)g(execution)630 4573 y(call)35 b(stac)m(k.)53
-b(The)34 b(\014nal)g(parameter)g(of)g(the)g(last)h(subroutine)e(call)i
-(is)f(at)h(the)f(top)h(of)f(the)630 4682 y(stac)m(k;)28
-b(the)c(\014rst)f(parameter)i(of)f(the)g(initial)i(call)f(is)f(at)h
-(the)f(b)s(ottom.)39 b(When)24 b(a)g(subroutine)630 4792
-y(is)40 b(executed,)j(the)d(parameters)h(supplied)d(are)i(pushed)f(on)m
-(to)i Ft(BASH_ARGV)p Fu(.)66 b(The)40 b(shell)630 4902
-y(sets)28 b Ft(BASH_ARGV)e Fu(only)i(when)f(in)h(extended)g(debugging)g
-(mo)s(de)g(\(see)h(Section)f(4.3.2)i([The)630 5011 y(Shopt)g(Builtin],)
-h(page)g(73,)g(for)g(a)f(description)h(of)f(the)h Ft(extdebug)d
-Fu(option)j(to)g(the)f Ft(shopt)630 5121 y Fu(builtin\).)64
-b(Setting)38 b Ft(extdebug)e Fu(after)j(the)f(shell)g(has)g(started)g
-(to)h(execute)g(a)g(script,)h(or)630 5230 y(referencing)35
-b(this)f(v)-5 b(ariable)35 b(when)e Ft(extdebug)f Fu(is)j(not)f(set,)j
-(ma)m(y)e(result)f(in)g(inconsisten)m(t)630 5340 y(v)-5
-b(alues.)41 b(Assignmen)m(ts)31 b(to)g Ft(BASH_ARGV)d
-Fu(ha)m(v)m(e)j(no)g(e\013ect,)h(and)e(it)g(ma)m(y)h(not)g(b)s(e)f
-(unset.)p eop end
-%%Page: 83 89
-TeXDict begin 83 88 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(83)150 299 y Ft(BASH_ARGV0)630
-408 y Fu(When)31 b(referenced,)g(this)g(v)-5 b(ariable)32
-b(expands)e(to)h(the)h(name)f(of)g(the)g(shell)g(or)g(shell)g(script)
-630 518 y(\(iden)m(tical)42 b(to)e Ft($0)p Fu(;)j(See)d(Section)g
-(3.4.2)i([Sp)s(ecial)e(P)m(arameters],)j(page)d(23,)j(for)c(the)h(de-)
-630 628 y(scription)32 b(of)g(sp)s(ecial)g(parameter)g(0\).)45
-b(Assignmen)m(t)32 b(to)h Ft(BASH_ARGV0)c Fu(causes)j(the)f(v)-5
-b(alue)630 737 y(assigned)34 b(to)h(also)g(b)s(e)e(assigned)h(to)g
-Ft($0)p Fu(.)51 b(If)33 b Ft(BASH_ARGV0)f Fu(is)h(unset,)i(it)f(loses)h
-(its)f(sp)s(ecial)630 847 y(prop)s(erties,)c(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 1029 y Ft(BASH_CMDS)630
-1139 y Fu(An)k(asso)s(ciativ)m(e)i(arra)m(y)f(v)-5 b(ariable)35
-b(whose)f(mem)m(b)s(ers)f(corresp)s(ond)g(to)i(the)f(in)m(ternal)h
-(hash)630 1249 y(table)c(of)g(commands)f(as)g(main)m(tained)h(b)m(y)g
-(the)f Ft(hash)f Fu(builtin)h(\(see)h(Section)g(4.1)h([Bourne)630
-1358 y(Shell)42 b(Builtins],)k(page)d(49\).)77 b(Elemen)m(ts)43
-b(added)e(to)i(this)f(arra)m(y)h(app)s(ear)f(in)f(the)i(hash)630
-1468 y(table;)k(ho)m(w)m(ev)m(er,)e(unsetting)c(arra)m(y)g(elemen)m(ts)
-i(curren)m(tly)d(do)s(es)h(not)g(cause)g(command)630
-1577 y(names)36 b(to)g(b)s(e)f(remo)m(v)m(ed)i(from)e(the)h(hash)f
-(table.)58 b(If)36 b Ft(BASH_CMDS)d Fu(is)j(unset,)h(it)f(loses)h(its)
-630 1687 y(sp)s(ecial)31 b(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 1870 y Ft(BASH_COMMAND)630
-1979 y Fu(The)39 b(command)h(curren)m(tly)g(b)s(eing)f(executed)i(or)e
-(ab)s(out)h(to)g(b)s(e)f(executed,)44 b(unless)39 b(the)630
-2089 y(shell)g(is)g(executing)g(a)g(command)g(as)g(the)f(result)h(of)g
-(a)g(trap,)i(in)d(whic)m(h)g(case)i(it)f(is)g(the)630
-2198 y(command)30 b(executing)i(at)g(the)f(time)g(of)g(the)g(trap.)41
-b(If)30 b Ft(BASH_COMMAND)e Fu(is)i(unset,)h(it)g(loses)630
-2308 y(its)g(sp)s(ecial)g(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)f
-(subsequen)m(tly)g(reset.)150 2491 y Ft(BASH_COMPAT)630
-2600 y Fu(The)i(v)-5 b(alue)33 b(is)g(used)f(to)h(set)g(the)g(shell's)g
-(compatibilit)m(y)i(lev)m(el.)49 b(See)33 b(Section)h(6.12)g([Shell)630
-2710 y(Compatibilit)m(y)j(Mo)s(de],)h(page)e(114,)i(for)e(a)g
-(description)g(of)f(the)h(v)-5 b(arious)36 b(compatibilit)m(y)630
-2819 y(lev)m(els)g(and)f(their)g(e\013ects.)55 b(The)34
-b(v)-5 b(alue)36 b(ma)m(y)f(b)s(e)f(a)i(decimal)f(n)m(um)m(b)s(er)f
-(\(e.g.,)k(4.2\))e(or)f(an)630 2929 y(in)m(teger)44 b(\(e.g.,)j(42\))d
-(corresp)s(onding)d(to)i(the)g(desired)e(compatibilit)m(y)k(lev)m(el.)
-78 b(If)42 b Ft(BASH_)630 3039 y(COMPAT)28 b Fu(is)j(unset)e(or)h(set)h
-(to)g(the)f(empt)m(y)h(string,)f(the)h(compatibilit)m(y)h(lev)m(el)g
-(is)e(set)h(to)g(the)630 3148 y(default)e(for)f(the)g(curren)m(t)g(v)m
-(ersion.)41 b(If)28 b Ft(BASH_COMPAT)d Fu(is)j(set)h(to)g(a)g(v)-5
-b(alue)29 b(that)g(is)f(not)h(one)630 3258 y(of)i(the)h(v)-5
-b(alid)31 b(compatibilit)m(y)j(lev)m(els,)f(the)f(shell)f(prin)m(ts)g
-(an)g(error)g(message)h(and)f(sets)h(the)630 3367 y(compatibilit)m(y)h
-(lev)m(el)f(to)f(the)g(default)f(for)h(the)f(curren)m(t)g(v)m(ersion.)
-42 b(A)30 b(subset)g(of)h(the)g(v)-5 b(alid)630 3477
-y(v)g(alues)31 b(corresp)s(ond)d(to)j(the)g(compatibilit)m(y)h(lev)m
-(els)g(describ)s(ed)d(b)s(elo)m(w)h(\(see)h(Section)g(6.12)630
-3587 y([Shell)25 b(Compatibilit)m(y)h(Mo)s(de],)h(page)e(114\).)41
-b(F)-8 b(or)25 b(example,)i(4.2)f(and)e(42)h(are)h(v)-5
-b(alid)25 b(v)-5 b(alues)630 3696 y(that)33 b(corresp)s(ond)e(to)i(the)
-f Ft(compat42)e(shopt)h Fu(option)i(and)f(set)g(the)h(compatibilit)m(y)
-h(lev)m(el)630 3806 y(to)d(42.)42 b(The)30 b(curren)m(t)g(v)m(ersion)h
-(is)f(also)h(a)g(v)-5 b(alid)31 b(v)-5 b(alue.)150 3988
-y Ft(BASH_ENV)96 b Fu(If)28 b(this)g(v)-5 b(ariable)30
-b(is)e(set)h(when)f(Bash)g(is)h(in)m(v)m(ok)m(ed)h(to)f(execute)h(a)e
-(shell)h(script,)g(its)g(v)-5 b(alue)29 b(is)630 4098
-y(expanded)k(and)h(used)g(as)g(the)h(name)f(of)g(a)h(startup)f(\014le)g
-(to)h(read)f(b)s(efore)g(executing)i(the)630 4208 y(script.)41
-b(See)30 b(Section)h(6.2)h([Bash)f(Startup)e(Files],)j(page)f(96.)150
-4390 y Ft(BASH_EXECUTION_STRING)630 4500 y Fu(The)f(command)g(argumen)m
-(t)h(to)g(the)g Ft(-c)e Fu(in)m(v)m(o)s(cation)k(option.)150
-4682 y Ft(BASH_LINENO)630 4792 y Fu(An)38 b(arra)m(y)g(v)-5
-b(ariable)39 b(whose)f(mem)m(b)s(ers)f(are)i(the)f(line)h(n)m(um)m(b)s
-(ers)d(in)i(source)g(\014les)g(where)630 4902 y(eac)m(h)h(corresp)s
-(onding)e(mem)m(b)s(er)g(of)h Ft(FUNCNAME)d Fu(w)m(as)k(in)m(v)m(ok)m
-(ed.)64 b Ft(${BASH_LINENO[$i]})630 5011 y Fu(is)74 b(the)g(line)h(n)m
-(um)m(b)s(er)e(in)g(the)i(source)f(\014le)g(\()p Ft
-(${BASH_SOURCE[$i+1]})p Fu(\))69 b(where)630 5121 y Ft(${FUNCNAME[$i]})
-32 b Fu(w)m(as)37 b(called)g(\(or)g Ft(${BASH_LINENO[$i-1]})31
-b Fu(if)36 b(referenced)g(within)630 5230 y(another)55
-b(shell)h(function\).)114 b(Use)56 b Ft(LINENO)d Fu(to)j(obtain)f(the)h
-(curren)m(t)f(line)g(n)m(um)m(b)s(er.)630 5340 y(Assignmen)m(ts)31
-b(to)g Ft(BASH_LINENO)c Fu(ha)m(v)m(e)32 b(no)e(e\013ect,)i(and)e(it)h
-(ma)m(y)g(not)f(b)s(e)g(unset.)p eop end
-%%Page: 84 90
-TeXDict begin 84 89 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(84)150 299 y Ft
-(BASH_LOADABLES_PATH)630 408 y Fu(A)39 b(colon-separated)i(list)f(of)f
-(directories)h(in)f(whic)m(h)g(the)g(shell)h(lo)s(oks)f(for)g
-(dynamically)630 518 y(loadable)32 b(builtins)d(sp)s(eci\014ed)h(b)m(y)
-g(the)h Ft(enable)e Fu(command.)150 677 y Ft(BASH_MONOSECONDS)630
-787 y Fu(Eac)m(h)35 b(time)g(this)f(v)-5 b(ariable)35
-b(is)g(referenced,)g(it)g(expands)f(to)h(the)f(v)-5 b(alue)35
-b(returned)e(b)m(y)i(the)630 897 y(system's)i(monotonic)i(clo)s(c)m(k,)
-h(if)d(one)h(is)f(a)m(v)-5 b(ailable.)64 b(If)36 b(there)i(is)f(no)g
-(monotonic)h(clo)s(c)m(k,)630 1006 y(this)32 b(is)g(equiv)-5
-b(alen)m(t)34 b(to)f Ft(EPOCHSECONDS)p Fu(.)43 b(If)32
-b Ft(BASH_MONOSECONDS)c Fu(is)k(unset,)h(it)g(loses)g(its)630
-1116 y(sp)s(ecial)e(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 1275 y Ft(BASH_REMATCH)630
-1385 y Fu(An)43 b(arra)m(y)i(v)-5 b(ariable)44 b(whose)g(mem)m(b)s(ers)
-f(are)h(assigned)g(b)m(y)f(the)h(`)p Ft(=~)p Fu(')g(binary)f(op)s
-(erator)630 1494 y(to)37 b(the)f Ft([[)g Fu(conditional)i(command)e
-(\(see)h(Section)g(3.2.5.2)i([Conditional)e(Constructs],)630
-1604 y(page)e(12\).)52 b(The)33 b(elemen)m(t)j(with)d(index)g(0)i(is)f
-(the)g(p)s(ortion)f(of)h(the)g(string)g(matc)m(hing)h(the)630
-1714 y(en)m(tire)29 b(regular)f(expression.)40 b(The)27
-b(elemen)m(t)j(with)d(index)h Fr(n)f Fu(is)h(the)g(p)s(ortion)g(of)g
-(the)g(string)630 1823 y(matc)m(hing)j(the)g Fr(n)p Fu(th)f(paren)m
-(thesized)h(sub)s(expression.)150 1983 y Ft(BASH_SOURCE)630
-2092 y Fu(An)40 b(arra)m(y)h(v)-5 b(ariable)41 b(whose)f(mem)m(b)s(ers)
-g(are)h(the)g(source)f(\014lenames)h(where)f(the)g(corre-)630
-2202 y(sp)s(onding)27 b(shell)i(function)f(names)g(in)g(the)h
-Ft(FUNCNAME)d Fu(arra)m(y)j(v)-5 b(ariable)30 b(are)f(de\014ned.)38
-b(The)630 2311 y(shell)26 b(function)g Ft(${FUNCNAME[$i]})c
-Fu(is)k(de\014ned)f(in)g(the)h(\014le)h Ft(${BASH_SOURCE[$i]})21
-b Fu(and)630 2421 y(called)36 b(from)e Ft(${BASH_SOURCE[$i+1]})c
-Fu(Assignmen)m(ts)35 b(to)g Ft(BASH_SOURCE)d Fu(ha)m(v)m(e)k(no)f(ef-)
-630 2531 y(fect,)c(and)f(it)h(ma)m(y)g(not)g(b)s(e)e(unset.)150
-2690 y Ft(BASH_SUBSHELL)630 2800 y Fu(Incremen)m(ted)24
-b(b)m(y)f(one)h(within)f(eac)m(h)i(subshell)d(or)i(subshell)e(en)m
-(vironmen)m(t)i(when)f(the)h(shell)630 2909 y(b)s(egins)j(executing)i
-(in)e(that)h(en)m(vironmen)m(t.)41 b(The)27 b(initial)i(v)-5
-b(alue)28 b(is)f(0.)40 b(If)28 b Ft(BASH_SUBSHELL)630
-3019 y Fu(is)i(unset,)h(it)g(loses)g(its)f(sp)s(ecial)h(prop)s(erties,)
-f(ev)m(en)h(if)g(it)g(is)f(subsequen)m(tly)g(reset.)150
-3178 y Ft(BASH_TRAPSIG)630 3288 y Fu(Set)g(to)h(the)f(signal)h(n)m(um)m
-(b)s(er)e(corresp)s(onding)g(to)i(the)f(trap)g(action)h(b)s(eing)f
-(executed)h(dur-)630 3397 y(ing)38 b(its)h(execution.)66
-b(See)38 b(the)g(description)h(of)f Ft(trap)f Fu(\(see)i(Section)g(4.1)
-h([Bourne)e(Shell)630 3507 y(Builtins],)31 b(page)g(49\))h(for)e
-(information)h(ab)s(out)f(signal)h(n)m(um)m(b)s(ers)e(and)h(trap)g
-(execution.)150 3666 y Ft(BASH_VERSINFO)630 3776 y Fu(A)i(readonly)g
-(arra)m(y)g(v)-5 b(ariable)32 b(\(see)h(Section)g(6.7)f([Arra)m(ys],)h
-(page)g(103\))g(whose)f(mem)m(b)s(ers)630 3885 y(hold)g(v)m(ersion)h
-(information)f(for)g(this)g(instance)h(of)g(Bash.)46
-b(The)32 b(v)-5 b(alues)32 b(assigned)h(to)g(the)630
-3995 y(arra)m(y)e(mem)m(b)s(ers)e(are)i(as)g(follo)m(ws:)630
-4154 y Ft(BASH_VERSINFO[0])1110 4264 y Fu(The)f(ma)5
-b(jor)30 b(v)m(ersion)h(n)m(um)m(b)s(er)e(\(the)i Fr(release)5
-b Fu(\).)630 4423 y Ft(BASH_VERSINFO[1])1110 4533 y Fu(The)30
-b(minor)g(v)m(ersion)h(n)m(um)m(b)s(er)e(\(the)i Fr(v)m(ersion)p
-Fu(\).)630 4692 y Ft(BASH_VERSINFO[2])1110 4802 y Fu(The)f(patc)m(h)h
-(lev)m(el.)630 4961 y Ft(BASH_VERSINFO[3])1110 5071 y
-Fu(The)f(build)f(v)m(ersion.)630 5230 y Ft(BASH_VERSINFO[4])1110
-5340 y Fu(The)h(release)i(status)e(\(e.g.,)j Ft(beta)p
-Fu(\).)p eop end
-%%Page: 85 91
-TeXDict begin 85 90 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(85)630 299 y Ft(BASH_VERSINFO[5])
-1110 408 y Fu(The)30 b(v)-5 b(alue)31 b(of)f Ft(MACHTYPE)p
-Fu(.)150 573 y Ft(BASH_VERSION)630 682 y Fu(The)g(v)m(ersion)h(n)m(um)m
-(b)s(er)e(of)h(the)h(curren)m(t)f(instance)h(of)g(Bash.)150
-847 y Ft(BASH_XTRACEFD)630 956 y Fu(If)f(set)h(to)h(an)e(in)m(teger)i
-(corresp)s(onding)e(to)h(a)g(v)-5 b(alid)31 b(\014le)g(descriptor,)g
-(Bash)g(will)g(write)g(the)630 1066 y(trace)37 b(output)f(generated)h
-(when)f(`)p Ft(set)29 b(-x)p Fu(')36 b(is)g(enabled)h(to)g(that)f
-(\014le)h(descriptor.)58 b(This)630 1176 y(allo)m(ws)29
-b(tracing)h(output)d(to)i(b)s(e)f(separated)g(from)g(diagnostic)h(and)f
-(error)f(messages.)41 b(The)630 1285 y(\014le)31 b(descriptor)f(is)h
-(closed)g(when)f Ft(BASH_XTRACEFD)d Fu(is)k(unset)f(or)g(assigned)h(a)g
-(new)f(v)-5 b(alue.)630 1395 y(Unsetting)45 b Ft(BASH_XTRACEFD)40
-b Fu(or)k(assigning)g(it)g(the)g(empt)m(y)h(string)e(causes)i(the)f
-(trace)630 1504 y(output)33 b(to)i(b)s(e)d(sen)m(t)j(to)f(the)g
-(standard)e(error.)50 b(Note)35 b(that)g(setting)f Ft(BASH_XTRACEFD)c
-Fu(to)630 1614 y(2)39 b(\(the)h(standard)e(error)g(\014le)h
-(descriptor\))h(and)e(then)h(unsetting)g(it)g(will)g(result)g(in)g(the)
-630 1724 y(standard)30 b(error)g(b)s(eing)f(closed.)150
-1888 y Ft(CHILD_MAX)630 1998 y Fu(Set)35 b(the)h(n)m(um)m(b)s(er)e(of)h
-(exited)h(c)m(hild)g(status)f(v)-5 b(alues)36 b(for)f(the)g(shell)g(to)
-h(remem)m(b)s(er.)55 b(Bash)630 2107 y(will)37 b(not)g(allo)m(w)i(this)
-e(v)-5 b(alue)37 b(to)h(b)s(e)e(decreased)i(b)s(elo)m(w)f(a)g
-Fm(posix)p Fu(-mandated)f(minim)m(um,)630 2217 y(and)30
-b(there)g(is)g(a)h(maxim)m(um)f(v)-5 b(alue)30 b(\(curren)m(tly)h
-(8192\))h(that)f(this)f(ma)m(y)g(not)h(exceed.)41 b(The)630
-2326 y(minim)m(um)30 b(v)-5 b(alue)30 b(is)h(system-dep)s(enden)m(t.)
-150 2491 y Ft(COLUMNS)144 b Fu(Used)32 b(b)m(y)f(the)h
-Ft(select)e Fu(command)h(to)i(determine)f(the)f(terminal)i(width)d
-(when)h(prin)m(ting)630 2600 y(selection)39 b(lists.)63
-b(Automatically)41 b(set)d(if)f(the)h Ft(checkwinsize)d
-Fu(option)j(is)f(enabled)h(\(see)630 2710 y(Section)44
-b(4.3.2)h([The)e(Shopt)g(Builtin],)k(page)d(73\),)k(or)43
-b(in)g(an)g(in)m(teractiv)m(e)j(shell)e(up)s(on)630 2819
-y(receipt)31 b(of)g(a)g Ft(SIGWINCH)p Fu(.)150 2984 y
-Ft(COMP_CWORD)630 3093 y Fu(An)38 b(index)g(in)m(to)h
-Ft(${COMP_WORDS})c Fu(of)k(the)g(w)m(ord)f(con)m(taining)i(the)e
-(curren)m(t)g(cursor)g(p)s(o-)630 3203 y(sition.)72 b(This)40
-b(v)-5 b(ariable)41 b(is)f(a)m(v)-5 b(ailable)43 b(only)e(in)f(shell)h
-(functions)f(in)m(v)m(ok)m(ed)i(b)m(y)e(the)h(pro-)630
-3313 y(grammable)36 b(completion)g(facilities)i(\(see)e(Section)g(8.6)g
-([Programmable)g(Completion],)630 3422 y(page)31 b(150\).)150
-3587 y Ft(COMP_LINE)630 3696 y Fu(The)38 b(curren)m(t)h(command)f
-(line.)66 b(This)37 b(v)-5 b(ariable)40 b(is)f(a)m(v)-5
-b(ailable)41 b(only)d(in)h(shell)f(functions)630 3806
-y(and)25 b(external)h(commands)f(in)m(v)m(ok)m(ed)h(b)m(y)f(the)h
-(programmable)f(completion)i(facilities)g(\(see)630 3915
-y(Section)k(8.6)h([Programmable)f(Completion],)g(page)g(150\).)150
-4080 y Ft(COMP_POINT)630 4189 y Fu(The)25 b(index)g(of)h(the)g(curren)m
-(t)f(cursor)g(p)s(osition)h(relativ)m(e)i(to)e(the)g(b)s(eginning)f(of)
-g(the)h(curren)m(t)630 4299 y(command.)40 b(If)27 b(the)h(curren)m(t)g
-(cursor)g(p)s(osition)g(is)g(at)g(the)g(end)g(of)g(the)g(curren)m(t)g
-(command,)630 4408 y(the)i(v)-5 b(alue)30 b(of)g(this)g(v)-5
-b(ariable)31 b(is)f(equal)g(to)h Ft(${#COMP_LINE})p Fu(.)37
-b(This)29 b(v)-5 b(ariable)31 b(is)f(a)m(v)-5 b(ailable)630
-4518 y(only)36 b(in)f(shell)h(functions)f(and)g(external)h(commands)g
-(in)m(v)m(ok)m(ed)h(b)m(y)e(the)h(programmable)630 4628
-y(completion)c(facilities)g(\(see)g(Section)f(8.6)g([Programmable)g
-(Completion],)h(page)f(150\).)150 4792 y Ft(COMP_TYPE)630
-4902 y Fu(Set)c(to)h(an)f(in)m(teger)h(v)-5 b(alue)28
-b(corresp)s(onding)e(to)h(the)h(t)m(yp)s(e)f(of)g(completion)h
-(attempted)g(that)630 5011 y(caused)j(a)g(completion)h(function)e(to)h
-(b)s(e)f(called:)43 b Ft(TAB)p Fu(,)30 b(for)g(normal)h(completion,)h
-(`)p Ft(?)p Fu(',)f(for)630 5121 y(listing)k(completions)h(after)f
-(successiv)m(e)g(tabs,)h(`)p Ft(!)p Fu(',)g(for)e(listing)h(alternativ)
-m(es)i(on)d(partial)630 5230 y(w)m(ord)22 b(completion,)k(`)p
-Ft(@)p Fu(',)f(to)e(list)g(completions)h(if)f(the)g(w)m(ord)f(is)h(not)
-g(unmo)s(di\014ed,)f(or)h(`)p Ft(\045)p Fu(',)h(for)630
-5340 y(men)m(u)i(completion.)41 b(This)25 b(v)-5 b(ariable)27
-b(is)g(a)m(v)-5 b(ailable)28 b(only)f(in)f(shell)g(functions)g(and)g
-(external)p eop end
-%%Page: 86 92
-TeXDict begin 86 91 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(86)630 299 y(commands)32
-b(in)m(v)m(ok)m(ed)i(b)m(y)e(the)g(programmable)h(completion)g
-(facilities)i(\(see)e(Section)g(8.6)630 408 y([Programmable)e
-(Completion],)h(page)f(150\).)150 562 y Ft(COMP_KEY)96
-b Fu(The)29 b(k)m(ey)i(\(or)g(\014nal)e(k)m(ey)i(of)f(a)g(k)m(ey)h
-(sequence\))g(used)e(to)i(in)m(v)m(ok)m(e)h(the)e(curren)m(t)g
-(completion)630 671 y(function.)150 825 y Ft(COMP_WORDBREAKS)630
-934 y Fu(The)f(set)i(of)e(c)m(haracters)j(that)e(the)g(Readline)g
-(library)g(treats)g(as)g(w)m(ord)g(separators)g(when)630
-1044 y(p)s(erforming)i(w)m(ord)h(completion.)51 b(If)33
-b Ft(COMP_WORDBREAKS)c Fu(is)34 b(unset,)g(it)f(loses)i(its)e(sp)s
-(ecial)630 1154 y(prop)s(erties,)d(ev)m(en)h(if)f(it)h(is)g(subsequen)m
-(tly)f(reset.)150 1307 y Ft(COMP_WORDS)630 1417 y Fu(An)36
-b(arra)m(y)g(v)-5 b(ariable)37 b(consisting)g(of)f(the)g(individual)f
-(w)m(ords)h(in)f(the)h(curren)m(t)g(command)630 1526
-y(line.)94 b(The)47 b(line)i(is)f(split)g(in)m(to)h(w)m(ords)e(as)h
-(Readline)h(w)m(ould)f(split)g(it,)53 b(using)47 b Ft(COMP_)630
-1636 y(WORDBREAKS)34 b Fu(as)i(describ)s(ed)g(ab)s(o)m(v)m(e.)60
-b(This)36 b(v)-5 b(ariable)37 b(is)f(a)m(v)-5 b(ailable)39
-b(only)e(in)f(shell)h(func-)630 1745 y(tions)32 b(in)m(v)m(ok)m(ed)i(b)
-m(y)d(the)i(programmable)f(completion)h(facilities)h(\(see)f(Section)g
-(8.6)g([Pro-)630 1855 y(grammable)e(Completion],)g(page)g(150\).)150
-2008 y Ft(COMPREPLY)630 2118 y Fu(An)37 b(arra)m(y)h(v)-5
-b(ariable)38 b(from)f(whic)m(h)g(Bash)g(reads)g(the)h(p)s(ossible)e
-(completions)j(generated)630 2228 y(b)m(y)33 b(a)g(shell)h(function)f
-(in)m(v)m(ok)m(ed)h(b)m(y)f(the)g(programmable)h(completion)g(facilit)m
-(y)h(\(see)f(Sec-)630 2337 y(tion)g(8.6)g([Programmable)g(Completion],)
-h(page)f(150\).)51 b(Eac)m(h)34 b(arra)m(y)g(elemen)m(t)h(con)m(tains)
-630 2447 y(one)c(p)s(ossible)f(completion.)150 2600 y
-Ft(COPROC)192 b Fu(An)27 b(arra)m(y)g(v)-5 b(ariable)28
-b(created)g(to)f(hold)g(the)g(\014le)g(descriptors)g(for)g(output)f
-(from)h(and)f(input)630 2710 y(to)31 b(an)f(unnamed)f(copro)s(cess)i
-(\(see)g(Section)h(3.2.6)g([Copro)s(cesses],)f(page)g(18\).)150
-2863 y Ft(DIRSTACK)96 b Fu(An)26 b(arra)m(y)h(v)-5 b(ariable)28
-b(con)m(taining)g(the)f(curren)m(t)f(con)m(ten)m(ts)j(of)e(the)f
-(directory)i(stac)m(k.)41 b(Direc-)630 2973 y(tories)33
-b(app)s(ear)f(in)g(the)h(stac)m(k)h(in)e(the)h(order)f(they)h(are)g
-(displa)m(y)m(ed)g(b)m(y)f(the)h Ft(dirs)e Fu(builtin.)630
-3082 y(Assigning)f(to)h(mem)m(b)s(ers)f(of)g(this)g(arra)m(y)g(v)-5
-b(ariable)31 b(ma)m(y)g(b)s(e)e(used)h(to)h(mo)s(dify)e(directories)630
-3192 y(already)41 b(in)f(the)h(stac)m(k,)k(but)40 b(the)h
-Ft(pushd)e Fu(and)h Ft(popd)f Fu(builtins)h(m)m(ust)h(b)s(e)e(used)h
-(to)i(add)630 3302 y(and)37 b(remo)m(v)m(e)h(directories.)63
-b(Assignmen)m(t)37 b(to)h(this)f(v)-5 b(ariable)38 b(will)g(not)f(c)m
-(hange)i(the)e(cur-)630 3411 y(ren)m(t)c(directory)-8
-b(.)47 b(If)32 b Ft(DIRSTACK)e Fu(is)i(unset,)g(it)h(loses)g(its)g(sp)s
-(ecial)g(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)630
-3521 y(subsequen)m(tly)d(reset.)150 3674 y Ft(EMACS)240
-b Fu(If)31 b(Bash)h(\014nds)d(this)j(v)-5 b(ariable)32
-b(in)f(the)h(en)m(vironmen)m(t)g(when)e(the)i(shell)f(starts)h(with)f
-(v)-5 b(alue)630 3784 y(`)p Ft(t)p Fu(',)36 b(it)f(assumes)f(that)h
-(the)g(shell)f(is)h(running)e(in)h(an)g(Emacs)h(shell)g(bu\013er)e(and)
-h(disables)630 3893 y(line)d(editing.)150 4047 y Ft(ENV)336
-b Fu(Expanded)33 b(and)h(executed)i(similarly)f(to)g
-Ft(BASH_ENV)d Fu(\(see)k(Section)f(6.2)h([Bash)f(Startup)630
-4156 y(Files],)k(page)e(96\))h(when)d(an)h(in)m(teractiv)m(e)j(shell)d
-(is)h(in)m(v)m(ok)m(ed)g(in)f Fm(posix)g Fu(Mo)s(de)g(\(see)h(Sec-)630
-4266 y(tion)31 b(6.11)h([Bash)f(POSIX)e(Mo)s(de],)i(page)g(109\).)150
-4419 y Ft(EPOCHREALTIME)630 4529 y Fu(Eac)m(h)38 b(time)f(this)g
-(parameter)h(is)f(referenced,)i(it)f(expands)e(to)i(the)f(n)m(um)m(b)s
-(er)f(of)h(seconds)630 4639 y(since)f(the)g(Unix)f(Ep)s(o)s(c)m(h)g(as)
-h(a)g(\015oating)h(p)s(oin)m(t)f(v)-5 b(alue)36 b(with)f(micro-second)i
-(gran)m(ularit)m(y)630 4748 y(\(see)k(the)g(do)s(cumen)m(tation)h(for)e
-(the)h(C)f(library)g(function)g Ft(time)g Fu(for)g(the)h(de\014nition)f
-(of)630 4858 y(Ep)s(o)s(c)m(h\).)82 b(Assignmen)m(ts)44
-b(to)h Ft(EPOCHREALTIME)c Fu(are)j(ignored.)83 b(If)43
-b Ft(EPOCHREALTIME)e Fu(is)630 4967 y(unset,)30 b(it)h(loses)g(its)g
-(sp)s(ecial)g(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g(subsequen)m
-(tly)f(reset.)150 5121 y Ft(EPOCHSECONDS)630 5230 y Fu(Eac)m(h)38
-b(time)f(this)g(parameter)h(is)f(referenced,)i(it)f(expands)e(to)i(the)
-f(n)m(um)m(b)s(er)f(of)h(seconds)630 5340 y(since)d(the)g(Unix)g(Ep)s
-(o)s(c)m(h)f(\(see)i(the)f(do)s(cumen)m(tation)h(for)e(the)i(C)e
-(library)h(function)f Ft(time)p eop end
-%%Page: 87 93
-TeXDict begin 87 92 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(87)630 299 y(for)41
-b(the)g(de\014nition)g(of)h(Ep)s(o)s(c)m(h\).)73 b(Assignmen)m(ts)41
-b(to)h Ft(EPOCHSECONDS)c Fu(are)k(ignored.)73 b(If)630
-408 y Ft(EPOCHSECONDS)27 b Fu(is)j(unset,)g(it)g(loses)h(its)g(sp)s
-(ecial)f(prop)s(erties,)g(ev)m(en)h(if)f(it)g(is)g(subsequen)m(tly)630
-518 y(reset.)150 679 y Ft(EUID)288 b Fu(The)30 b(n)m(umeric)g
-(e\013ectiv)m(e)j(user)d(id)g(of)g(the)h(curren)m(t)f(user.)40
-b(This)30 b(v)-5 b(ariable)31 b(is)f(readonly)-8 b(.)150
-840 y Ft(EXECIGNORE)630 950 y Fu(A)29 b(colon-separated)h(list)f(of)g
-(shell)g(patterns)f(\(see)i(Section)f(3.5.8.1)i([P)m(attern)f(Matc)m
-(hing],)630 1060 y(page)j(37\))g(de\014ning)e(the)h(list)g(of)g
-(\014lenames)g(to)g(b)s(e)g(ignored)g(b)m(y)f(command)h(searc)m(h)g
-(using)630 1169 y Ft(PATH)p Fu(.)k(Files)22 b(whose)f(full)g(pathnames)
-g(matc)m(h)h(one)f(of)g(these)h(patterns)e(are)i(not)f(considered)630
-1279 y(executable)j(\014les)e(for)g(the)h(purp)s(oses)d(of)j
-(completion)h(and)d(command)i(execution)g(via)g Ft(PATH)630
-1388 y Fu(lo)s(okup.)56 b(This)35 b(do)s(es)g(not)h(a\013ect)i(the)d(b)
-s(eha)m(vior)h(of)g(the)g Ft([)p Fu(,)h Ft(test)p Fu(,)f(and)f
-Ft([[)g Fu(commands.)630 1498 y(F)-8 b(ull)42 b(pathnames)e(in)h(the)g
-(command)g(hash)f(table)i(are)g(not)f(sub)5 b(ject)41
-b(to)g Ft(EXECIGNORE)p Fu(.)630 1608 y(Use)30 b(this)f(v)-5
-b(ariable)30 b(to)g(ignore)g(shared)f(library)g(\014les)g(that)h(ha)m
-(v)m(e)h(the)f(executable)h(bit)e(set,)630 1717 y(but)36
-b(are)h(not)g(executable)i(\014les.)60 b(The)36 b(pattern)h(matc)m
-(hing)h(honors)e(the)h(setting)h(of)f(the)630 1827 y
-Ft(extglob)28 b Fu(shell)j(option.)150 1988 y Ft(FCEDIT)192
-b Fu(The)30 b(editor)h(used)e(as)i(a)g(default)f(b)m(y)h(the)f
-Ft(-e)g Fu(option)h(to)g(the)f Ft(fc)g Fu(builtin)g(command.)150
-2149 y Ft(FIGNORE)144 b Fu(A)35 b(colon-separated)i(list)f(of)g
-(su\016xes)e(to)i(ignore)g(when)e(p)s(erforming)g(\014lename)i(comple-)
-630 2259 y(tion.)k(A)27 b(\014lename)g(whose)f(su\016x)g(matc)m(hes)i
-(one)f(of)g(the)g(en)m(tries)g(in)g Ft(FIGNORE)d Fu(is)j(excluded)630
-2368 y(from)j(the)g(list)h(of)g(matc)m(hed)g(\014lenames.)41
-b(A)30 b(sample)h(v)-5 b(alue)31 b(is)f(`)p Ft(.o:~)p
-Fu(')150 2529 y Ft(FUNCNAME)96 b Fu(An)35 b(arra)m(y)i(v)-5
-b(ariable)36 b(con)m(taining)h(the)f(names)g(of)g(all)g(shell)g
-(functions)g(curren)m(tly)f(in)h(the)630 2639 y(execution)g(call)h
-(stac)m(k.)57 b(The)34 b(elemen)m(t)j(with)e(index)g(0)h(is)f(the)g
-(name)h(of)f(an)m(y)h(curren)m(tly-)630 2749 y(executing)f(shell)f
-(function.)51 b(The)34 b(b)s(ottom-most)h(elemen)m(t)g(\(the)g(one)f
-(with)g(the)g(highest)630 2858 y(index\))e(is)h Ft("main")p
-Fu(.)44 b(This)32 b(v)-5 b(ariable)33 b(exists)g(only)g(when)e(a)i
-(shell)f(function)g(is)g(executing.)630 2968 y(Assignmen)m(ts)23
-b(to)f Ft(FUNCNAME)e Fu(ha)m(v)m(e)k(no)e(e\013ect.)39
-b(If)22 b Ft(FUNCNAME)e Fu(is)i(unset,)h(it)g(loses)g(its)f(sp)s(ecial)
-630 3077 y(prop)s(erties,)30 b(ev)m(en)h(if)f(it)h(is)g(subsequen)m
-(tly)f(reset.)630 3213 y(This)h(v)-5 b(ariable)32 b(can)f(b)s(e)g(used)
-g(with)g Ft(BASH_LINENO)d Fu(and)j Ft(BASH_SOURCE)p Fu(.)40
-b(Eac)m(h)32 b(elemen)m(t)630 3322 y(of)g Ft(FUNCNAME)d
-Fu(has)j(corresp)s(onding)e(elemen)m(ts)j(in)f Ft(BASH_LINENO)c
-Fu(and)k Ft(BASH_SOURCE)c Fu(to)630 3432 y(describ)s(e)39
-b(the)h(call)h(stac)m(k.)70 b(F)-8 b(or)41 b(instance,)i
-Ft(${FUNCNAME[$i]})35 b Fu(w)m(as)41 b(called)f(from)g(the)630
-3541 y(\014le)27 b Ft(${BASH_SOURCE[$i+1]})21 b Fu(at)27
-b(line)h(n)m(um)m(b)s(er)d Ft(${BASH_LINENO[$i]})p Fu(.)34
-b(The)27 b Ft(caller)630 3651 y Fu(builtin)j(displa)m(ys)g(the)h
-(curren)m(t)f(call)i(stac)m(k)g(using)d(this)i(information.)150
-3812 y Ft(FUNCNEST)96 b Fu(If)34 b(set)i(to)f(a)h(n)m(umeric)e(v)-5
-b(alue)36 b(greater)g(than)e(0,)j(de\014nes)d(a)h(maxim)m(um)g
-(function)g(nesting)630 3922 y(lev)m(el.)42 b(F)-8 b(unction)29
-b(in)m(v)m(o)s(cations)h(that)f(exceed)h(this)e(nesting)h(lev)m(el)h
-(will)f(cause)g(the)f(curren)m(t)630 4031 y(command)i(to)h(ab)s(ort.)
-150 4193 y Ft(GLOBIGNORE)630 4302 y Fu(A)k(colon-separated)i(list)f(of)
-f(patterns)g(de\014ning)f(the)i(set)f(of)g(\014le)h(names)f(to)g(b)s(e)
-g(ignored)630 4412 y(b)m(y)28 b(\014lename)h(expansion.)40
-b(If)28 b(a)h(\014le)g(name)g(matc)m(hed)g(b)m(y)g(a)g(\014lename)f
-(expansion)h(pattern)630 4521 y(also)k(matc)m(hes)g(one)f(of)g(the)g
-(patterns)g(in)f Ft(GLOBIGNORE)p Fu(,)f(it)i(is)g(remo)m(v)m(ed)h(from)
-e(the)h(list)h(of)630 4631 y(matc)m(hes.)41 b(The)27
-b(pattern)g(matc)m(hing)h(honors)f(the)g(setting)i(of)e(the)h
-Ft(extglob)d Fu(shell)i(option.)150 4792 y Ft(GLOBSORT)96
-b Fu(Con)m(trol)41 b(ho)m(w)f(the)g(results)g(of)h(\014lename)f
-(expansion)g(are)g(sorted.)70 b(The)40 b(v)-5 b(alue)41
-b(of)f(this)630 4902 y(v)-5 b(ariable)45 b(sp)s(eci\014es)e(the)h(sort)
-g(criteria)h(and)e(sort)h(order)f(for)g(the)h(results)g(of)g
-(\014lename)630 5011 y(expansion.)c(If)29 b(this)g(v)-5
-b(ariable)30 b(is)f(unset)f(or)h(set)h(to)g(the)f(n)m(ull)g(string,)h
-(\014lename)f(expansion)630 5121 y(uses)40 b(the)h(historical)h(b)s
-(eha)m(vior)e(of)h(sorting)g(b)m(y)f(name.)71 b(If)40
-b(set,)k(a)d(v)-5 b(alid)41 b(v)-5 b(alue)40 b(b)s(egins)630
-5230 y(with)27 b(an)f(optional)i(`)p Ft(+)p Fu(',)g(whic)m(h)f(is)g
-(ignored,)g(or)g(`)p Ft(-)p Fu(',)h(whic)m(h)f(rev)m(erses)g(the)g
-(sort)g(order)f(from)630 5340 y(ascending)34 b(to)g(descending,)g
-(follo)m(w)m(ed)h(b)m(y)e(a)h(sort)f(sp)s(eci\014er.)50
-b(The)32 b(v)-5 b(alid)34 b(sort)g(sp)s(eci\014ers)p
-eop end
-%%Page: 88 94
-TeXDict begin 88 93 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(88)630 299 y(are)21
-b(`)p Ft(name)p Fu(',)h(`)p Ft(size)p Fu(',)g(`)p Ft(mtime)p
-Fu(',)g(`)p Ft(atime)p Fu(',)g(`)p Ft(ctime)p Fu(',)f(and)f(`)p
-Ft(blocks)p Fu(',)i(whic)m(h)e(sort)h(the)g(\014les)f(on)630
-408 y(name,)30 b(\014le)h(size,)g(mo)s(di\014cation)f(time,)h(access)h
-(time,)f(ino)s(de)e(c)m(hange)j(time,)f(and)e(n)m(um)m(b)s(er)630
-518 y(of)i(blo)s(c)m(ks,)g(resp)s(ectiv)m(ely)-8 b(.)630
-659 y(F)g(or)33 b(example,)g(a)f(v)-5 b(alue)33 b(of)f
-Ft(-mtime)e Fu(sorts)i(the)g(results)g(in)f(descending)h(order)f(b)m(y)
-h(mo)s(di-)630 769 y(\014cation)f(time)g(\(new)m(est)h(\014rst\).)630
-909 y(A)26 b(sort)h(sp)s(eci\014er)e(of)h(`)p Ft(nosort)p
-Fu(')f(disables)h(sorting)h(completely;)i(the)e(results)f(are)g
-(returned)630 1019 y(in)k(the)h(order)f(they)g(are)h(read)f(from)g(the)
-h(\014le)f(system,.)630 1160 y(If)c(the)h(sort)f(sp)s(eci\014er)g(is)h
-(missing,)g(it)g(defaults)g(to)g Fr(name)p Fu(,)g(so)g(a)g(v)-5
-b(alue)27 b(of)f(`)p Ft(+)p Fu(')h(is)f(equiv)-5 b(alen)m(t)630
-1270 y(to)31 b(the)g(n)m(ull)f(string,)h(and)e(a)i(v)-5
-b(alue)31 b(of)f(`)p Ft(-)p Fu(')h(sorts)f(b)m(y)h(name)f(in)g
-(descending)g(order.)630 1410 y(An)m(y)g(in)m(v)-5 b(alid)31
-b(v)-5 b(alue)31 b(restores)g(the)g(historical)g(sorting)g(b)s(eha)m
-(vior.)150 1583 y Ft(GROUPS)192 b Fu(An)36 b(arra)m(y)g(v)-5
-b(ariable)37 b(con)m(taining)g(the)f(list)h(of)f(groups)g(of)g(whic)m
-(h)f(the)i(curren)m(t)e(user)h(is)g(a)630 1692 y(mem)m(b)s(er.)41
-b(Assignmen)m(ts)30 b(to)i Ft(GROUPS)d Fu(ha)m(v)m(e)i(no)g(e\013ect.)
-42 b(If)30 b Ft(GROUPS)f Fu(is)i(unset,)f(it)h(loses)h(its)630
-1802 y(sp)s(ecial)f(prop)s(erties,)f(ev)m(en)h(if)f(it)h(is)g
-(subsequen)m(tly)f(reset.)150 1974 y Ft(histchars)630
-2084 y Fu(Up)c(to)g(three)g(c)m(haracters)i(whic)m(h)d(con)m(trol)j
-(history)d(expansion,)i(quic)m(k)g(substitution,)g(and)630
-2193 y(tok)m(enization)k(\(see)f(Section)f(9.3)h([History)f(In)m
-(teraction],)i(page)f(161\).)41 b(The)29 b(\014rst)e(c)m(harac-)630
-2303 y(ter)j(is)f(the)g Fr(history)g(expansion)g Fu(c)m(haracter,)j
-(that)e(is,)f(the)h(c)m(haracter)h(whic)m(h)d(signi\014es)i(the)630
-2412 y(start)25 b(of)f(a)h(history)f(expansion,)i(normally)e(`)p
-Ft(!)p Fu('.)39 b(The)24 b(second)g(c)m(haracter)i(is)e(the)g(c)m
-(haracter)630 2522 y(whic)m(h)32 b(signi\014es)g Ft(")p
-Fu(quic)m(k)h(substitution)p Ft(")f Fu(when)f(seen)h(as)h(the)f
-(\014rst)g(c)m(haracter)i(on)e(a)g(line,)630 2632 y(normally)27
-b(`)p Ft(^)p Fu('.)39 b(The)26 b(optional)i(third)d(c)m(haracter)j(is)e
-(the)h(c)m(haracter)h(whic)m(h)e(indicates)h(that)630
-2741 y(the)34 b(remainder)f(of)h(the)g(line)g(is)f(a)h(commen)m(t)h
-(when)e(found)f(as)i(the)g(\014rst)f(c)m(haracter)i(of)f(a)630
-2851 y(w)m(ord,)i(usually)f(`)p Ft(#)p Fu('.)55 b(The)34
-b(history)h(commen)m(t)h(c)m(haracter)h(causes)e(history)g
-(substitution)630 2960 y(to)27 b(b)s(e)f(skipp)s(ed)f(for)i(the)f
-(remaining)h(w)m(ords)f(on)h(the)f(line.)40 b(It)27 b(do)s(es)f(not)h
-(necessarily)g(cause)630 3070 y(the)k(shell)f(parser)g(to)h(treat)g
-(the)g(rest)g(of)f(the)h(line)f(as)h(a)g(commen)m(t.)150
-3242 y Ft(HISTCMD)144 b Fu(The)44 b(history)h(n)m(um)m(b)s(er,)j(or)d
-(index)g(in)f(the)h(history)g(list,)50 b(of)45 b(the)g(curren)m(t)g
-(command.)630 3352 y(Assignmen)m(ts)37 b(to)h Ft(HISTCMD)d
-Fu(are)j(ignored.)61 b(If)37 b Ft(HISTCMD)e Fu(is)i(unset,)h(it)g
-(loses)g(its)f(sp)s(ecial)630 3461 y(prop)s(erties,)30
-b(ev)m(en)h(if)f(it)h(is)g(subsequen)m(tly)f(reset.)150
-3634 y Ft(HISTCONTROL)630 3743 y Fu(A)40 b(colon-separated)i(list)f(of)
-f(v)-5 b(alues)40 b(con)m(trolling)i(ho)m(w)e(commands)g(are)h(sa)m(v)m
-(ed)g(on)f(the)630 3853 y(history)29 b(list.)41 b(If)28
-b(the)h(list)h(of)f(v)-5 b(alues)29 b(includes)f(`)p
-Ft(ignorespace)p Fu(',)f(lines)i(whic)m(h)g(b)s(egin)f(with)630
-3962 y(a)39 b(space)g(c)m(haracter)i(are)e(not)g(sa)m(v)m(ed)g(in)g
-(the)g(history)f(list.)66 b(A)39 b(v)-5 b(alue)39 b(of)g(`)p
-Ft(ignoredups)p Fu(')630 4072 y(causes)34 b(lines)h(whic)m(h)f(matc)m
-(h)h(the)f(previous)f(history)h(en)m(try)h(to)g(not)f(b)s(e)f(sa)m(v)m
-(ed.)53 b(A)34 b(v)-5 b(alue)630 4181 y(of)32 b(`)p Ft(ignoreboth)p
-Fu(')d(is)j(shorthand)e(for)i(`)p Ft(ignorespace)p Fu(')d(and)i(`)p
-Ft(ignoredups)p Fu('.)42 b(A)32 b(v)-5 b(alue)32 b(of)630
-4291 y(`)p Ft(erasedups)p Fu(')f(causes)i(all)h(previous)f(lines)g
-(matc)m(hing)h(the)f(curren)m(t)g(line)g(to)h(b)s(e)e(remo)m(v)m(ed)630
-4401 y(from)42 b(the)h(history)f(list)i(b)s(efore)e(that)h(line)g(is)g
-(sa)m(v)m(ed.)78 b(An)m(y)43 b(v)-5 b(alue)43 b(not)g(in)f(the)h(ab)s
-(o)m(v)m(e)630 4510 y(list)35 b(is)g(ignored.)53 b(If)34
-b Ft(HISTCONTROL)e Fu(is)i(unset,)i(or)e(do)s(es)h(not)g(include)f(a)h
-(v)-5 b(alid)35 b(v)-5 b(alue,)36 b(all)630 4620 y(lines)30
-b(read)g(b)m(y)g(the)g(shell)g(parser)g(are)g(sa)m(v)m(ed)h(on)f(the)g
-(history)g(list,)h(sub)5 b(ject)30 b(to)g(the)g(v)-5
-b(alue)630 4729 y(of)42 b Ft(HISTIGNORE)p Fu(.)73 b(The)42
-b(second)g(and)g(subsequen)m(t)f(lines)h(of)h(a)f(m)m(ulti-line)h(comp)
-s(ound)630 4839 y(command)33 b(are)h(not)g(tested,)i(and)d(are)h(added)
-f(to)h(the)g(history)g(regardless)g(of)g(the)f(v)-5 b(alue)630
-4949 y(of)31 b Ft(HISTCONTROL)p Fu(.)150 5121 y Ft(HISTFILE)96
-b Fu(The)35 b(name)h(of)g(the)g(\014le)g(to)h(whic)m(h)e(the)h(command)
-g(history)g(is)f(sa)m(v)m(ed.)59 b(Bash)36 b(assigns)g(a)630
-5230 y(default)31 b(v)-5 b(alue)31 b(of)f Ft(~/.bash_history)p
-Fu(.)37 b(If)30 b Ft(HISTFILE)e Fu(is)i(unset)g(or)h(n)m(ull,)g(the)f
-(command)630 5340 y(history)g(is)h(not)f(sa)m(v)m(ed)i(when)d(a)i
-(shell)g(exits.)p eop end
-%%Page: 89 95
-TeXDict begin 89 94 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(89)150 299 y Ft(HISTFILESIZE)630
-408 y Fu(The)26 b(maxim)m(um)f(n)m(um)m(b)s(er)g(of)h(lines)h(con)m
-(tained)g(in)f(the)g(history)g(\014le.)39 b(When)26 b(this)g(v)-5
-b(ariable)630 518 y(is)25 b(assigned)h(a)g(v)-5 b(alue,)27
-b(the)f(history)f(\014le)h(is)f(truncated,)i(if)e(necessary)-8
-b(,)28 b(to)e(con)m(tain)g(no)g(more)630 628 y(than)37
-b(that)h(n)m(um)m(b)s(er)d(of)j(lines)f(b)m(y)g(remo)m(ving)h(the)f
-(oldest)h(en)m(tries.)62 b(The)37 b(history)g(\014le)g(is)630
-737 y(also)i(truncated)f(to)h(this)e(size)i(after)g(writing)f(it)g
-(when)f(a)h(shell)h(exits.)64 b(If)37 b(the)h(v)-5 b(alue)39
-b(is)630 847 y(0,)g(the)e(history)f(\014le)h(is)g(truncated)f(to)i
-(zero)f(size.)60 b(Non-n)m(umeric)37 b(v)-5 b(alues)37
-b(and)f(n)m(umeric)630 956 y(v)-5 b(alues)31 b(less)f(than)g(zero)h
-(inhibit)f(truncation.)41 b(The)29 b(shell)i(sets)f(the)h(default)f(v)
--5 b(alue)31 b(to)g(the)630 1066 y(v)-5 b(alue)31 b(of)f
-Ft(HISTSIZE)f Fu(after)h(reading)h(an)m(y)g(startup)f(\014les.)150
-1226 y Ft(HISTIGNORE)630 1336 y Fu(A)j(colon-separated)h(list)f(of)g
-(patterns)f(used)g(to)h(decide)g(whic)m(h)f(command)g(lines)h(should)
-630 1445 y(b)s(e)d(sa)m(v)m(ed)i(on)f(the)g(history)g(list.)43
-b(If)30 b(a)h(command)g(line)g(matc)m(hes)h(one)f(of)g(the)g(patterns)g
-(in)630 1555 y(the)38 b(v)-5 b(alue)38 b(of)f Ft(HISTIGNORE)p
-Fu(,)g(it)h(is)g(not)f(sa)m(v)m(ed)i(on)e(the)h(history)f(list.)63
-b(Eac)m(h)38 b(pattern)g(is)630 1665 y(anc)m(hored)30
-b(at)h(the)f(b)s(eginning)g(of)g(the)g(line)h(and)e(m)m(ust)h(matc)m(h)
-h(the)f(complete)i(line)e(\(Bash)630 1774 y(will)23 b(not)f(implicitly)
-i(app)s(end)c(a)j(`)p Ft(*)p Fu('\).)38 b(Eac)m(h)23
-b(pattern)g(is)f(tested)h(against)h(the)e(line)h(after)g(the)630
-1884 y(c)m(hec)m(ks)36 b(sp)s(eci\014ed)f(b)m(y)g Ft(HISTCONTROL)d
-Fu(are)j(applied.)54 b(In)35 b(addition)g(to)h(the)f(normal)g(shell)630
-1993 y(pattern)c(matc)m(hing)i(c)m(haracters,)g(`)p Ft(&)p
-Fu(')e(matc)m(hes)i(the)e(previous)g(history)g(line.)43
-b(`)p Ft(&)p Fu(')32 b(ma)m(y)g(b)s(e)630 2103 y(escap)s(ed)24
-b(using)g(a)h(bac)m(kslash;)j(the)c(bac)m(kslash)h(is)g(remo)m(v)m(ed)g
-(b)s(efore)f(attempting)i(a)f(matc)m(h.)630 2212 y(The)35
-b(second)h(and)f(subsequen)m(t)g(lines)h(of)g(a)h(m)m(ulti-line)g(comp)
-s(ound)d(command)h(are)i(not)630 2322 y(tested,)27 b(and)e(are)h(added)
-e(to)i(the)g(history)f(regardless)g(of)h(the)f(v)-5 b(alue)26
-b(of)f Ft(HISTIGNORE)p Fu(.)36 b(The)630 2432 y(pattern)30
-b(matc)m(hing)i(honors)e(the)g(setting)i(of)e(the)h Ft(extglob)d
-Fu(shell)j(option.)630 2567 y Ft(HISTIGNORE)20 b Fu(subsumes)g(the)j
-(function)f(of)h Ft(HISTCONTROL)p Fu(.)35 b(A)23 b(pattern)f(of)h(`)p
-Ft(&)p Fu(')g(is)f(iden)m(tical)630 2676 y(to)k Ft(ignoredups)p
-Fu(,)e(and)h(a)h(pattern)g(of)f(`)p Ft([)31 b(]*)p Fu(')25
-b(is)h(iden)m(tical)h(to)f Ft(ignorespace)p Fu(.)36 b(Com)m(bining)630
-2786 y(these)30 b(t)m(w)m(o)h(patterns,)f(separating)g(them)g(with)f(a)
-h(colon,)h(pro)m(vides)e(the)h(functionalit)m(y)h(of)630
-2895 y Ft(ignoreboth)p Fu(.)150 3055 y Ft(HISTSIZE)96
-b Fu(The)37 b(maxim)m(um)g(n)m(um)m(b)s(er)e(of)j(commands)f(to)g
-(remem)m(b)s(er)g(on)g(the)g(history)g(list.)62 b(If)37
-b(the)630 3165 y(v)-5 b(alue)26 b(is)g(0,)i(commands)d(are)h(not)h(sa)m
-(v)m(ed)g(in)e(the)h(history)g(list.)40 b(Numeric)26
-b(v)-5 b(alues)26 b(less)g(than)630 3275 y(zero)i(result)e(in)h(ev)m
-(ery)g(command)g(b)s(eing)f(sa)m(v)m(ed)i(on)f(the)g(history)f(list)i
-(\(there)f(is)g(no)g(limit\).)630 3384 y(The)j(shell)g(sets)h(the)g
-(default)f(v)-5 b(alue)31 b(to)g(500)h(after)f(reading)f(an)m(y)h
-(startup)f(\014les.)150 3544 y Ft(HISTTIMEFORMAT)630
-3654 y Fu(If)44 b(this)g(v)-5 b(ariable)45 b(is)f(set)g(and)g(not)g(n)m
-(ull,)k(its)d(v)-5 b(alue)44 b(is)g(used)g(as)g(a)h(format)f(string)g
-(for)630 3764 y Ft(strftime)p Fu(\(3\))37 b(to)i(prin)m(t)g(the)f(time)
-h(stamp)f(asso)s(ciated)i(with)e(eac)m(h)i(history)e(en)m(try)h(dis-)
-630 3873 y(pla)m(y)m(ed)34 b(b)m(y)e(the)h Ft(history)e
-Fu(builtin.)47 b(If)32 b(this)h(v)-5 b(ariable)33 b(is)g(set,)h(time)f
-(stamps)g(are)g(written)630 3983 y(to)d(the)f(history)g(\014le)h(so)f
-(they)g(ma)m(y)h(b)s(e)f(preserv)m(ed)f(across)i(shell)f(sessions.)41
-b(This)28 b(uses)h(the)630 4092 y(history)h(commen)m(t)i(c)m(haracter)g
-(to)f(distinguish)e(timestamps)i(from)f(other)h(history)f(lines.)150
-4253 y Ft(HOSTFILE)96 b Fu(Con)m(tains)33 b(the)g(name)f(of)h(a)g
-(\014le)f(in)g(the)h(same)g(format)g(as)f Ft(/etc/hosts)e
-Fu(that)j(should)f(b)s(e)630 4362 y(read)21 b(when)g(the)g(shell)h
-(needs)f(to)h(complete)h(a)e(hostname.)38 b(The)21 b(list)h(of)g(p)s
-(ossible)f(hostname)630 4472 y(completions)27 b(ma)m(y)f(b)s(e)f(c)m
-(hanged)h(while)f(the)h(shell)g(is)f(running;)h(the)g(next)f(time)i
-(hostname)630 4581 y(completion)33 b(is)g(attempted)g(after)g(the)f(v)
--5 b(alue)33 b(is)f(c)m(hanged,)i(Bash)e(adds)f(the)i(con)m(ten)m(ts)h
-(of)630 4691 y(the)h(new)f(\014le)g(to)h(the)g(existing)h(list.)53
-b(If)34 b Ft(HOSTFILE)e Fu(is)j(set,)h(but)e(has)g(no)h(v)-5
-b(alue,)36 b(or)e(do)s(es)630 4800 y(not)d(name)f(a)h(readable)g
-(\014le,)g(Bash)f(attempts)i(to)f(read)f Ft(/etc/hosts)e
-Fu(to)j(obtain)g(the)f(list)630 4910 y(of)h(p)s(ossible)f(hostname)h
-(completions.)43 b(When)31 b Ft(HOSTFILE)d Fu(is)j(unset,)f(the)h
-(hostname)g(list)630 5020 y(is)f(cleared.)150 5180 y
-Ft(HOSTNAME)96 b Fu(The)30 b(name)g(of)h(the)f(curren)m(t)h(host.)150
-5340 y Ft(HOSTTYPE)96 b Fu(A)30 b(string)h(describing)f(the)g(mac)m
-(hine)h(Bash)g(is)f(running)f(on.)p eop end
-%%Page: 90 96
-TeXDict begin 90 95 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(90)150 299 y Ft(IGNOREEOF)630
-408 y Fu(Con)m(trols)27 b(the)h(action)g(of)f(the)g(shell)g(on)g
-(receipt)h(of)f(an)g Ft(EOF)f Fu(c)m(haracter)i(as)g(the)f(sole)h
-(input.)630 518 y(If)i(set,)i(the)f(v)-5 b(alue)32 b(denotes)f(the)g(n)
-m(um)m(b)s(er)f(of)h(consecutiv)m(e)i Ft(EOF)d Fu(c)m(haracters)i(that)
-f(can)h(b)s(e)630 628 y(read)40 b(as)f(the)h(\014rst)f(c)m(haracter)i
-(on)f(an)f(input)g(line)h(b)s(efore)f(the)h(shell)g(will)g(exit.)70
-b(If)39 b(the)630 737 y(v)-5 b(ariable)39 b(exists)f(but)g(do)s(es)f
-(not)h(ha)m(v)m(e)h(a)g(n)m(umeric)f(v)-5 b(alue,)40
-b(or)e(has)g(no)g(v)-5 b(alue,)40 b(then)e(the)630 847
-y(default)31 b(is)g(10.)43 b(If)30 b(the)h(v)-5 b(ariable)31
-b(do)s(es)g(not)g(exist,)h(then)e Ft(EOF)g Fu(signi\014es)h(the)g(end)f
-(of)h(input)630 956 y(to)g(the)g(shell.)41 b(This)29
-b(is)i(only)f(in)g(e\013ect)i(for)e(in)m(teractiv)m(e)j(shells.)150
-1108 y Ft(INPUTRC)144 b Fu(The)68 b(name)h(of)f(the)h(Readline)g
-(initialization)j(\014le,)78 b(o)m(v)m(erriding)69 b(the)g(default)g
-(of)630 1218 y Ft(~/.inputrc)p Fu(.)150 1369 y Ft(INSIDE_EMACS)630
-1479 y Fu(If)29 b(Bash)h(\014nds)e(this)h(v)-5 b(ariable)31
-b(in)e(the)h(en)m(vironmen)m(t)g(when)e(the)i(shell)g(starts,)g(it)g
-(assumes)630 1589 y(that)i(the)g(shell)g(is)f(running)f(in)i(an)f
-(Emacs)h(shell)g(bu\013er)e(and)h(ma)m(y)i(disable)e(line)h(editing)630
-1698 y(dep)s(ending)d(on)h(the)h(v)-5 b(alue)31 b(of)f
-Ft(TERM)p Fu(.)150 1850 y Ft(LANG)288 b Fu(Used)28 b(to)h(determine)f
-(the)g(lo)s(cale)h(category)h(for)e(an)m(y)h(category)h(not)e(sp)s
-(eci\014cally)g(selected)630 1960 y(with)i(a)h(v)-5 b(ariable)31
-b(starting)g(with)f Ft(LC_)p Fu(.)150 2111 y Ft(LC_ALL)192
-b Fu(This)28 b(v)-5 b(ariable)29 b(o)m(v)m(errides)h(the)f(v)-5
-b(alue)29 b(of)g Ft(LANG)f Fu(and)g(an)m(y)h(other)g
-Ft(LC_)f Fu(v)-5 b(ariable)29 b(sp)s(ecifying)630 2221
-y(a)i(lo)s(cale)h(category)-8 b(.)150 2373 y Ft(LC_COLLATE)630
-2482 y Fu(This)37 b(v)-5 b(ariable)38 b(determines)g(the)g(collation)i
-(order)d(used)g(when)f(sorting)i(the)g(results)g(of)630
-2592 y(\014lename)e(expansion,)i(and)e(determines)g(the)h(b)s(eha)m
-(vior)f(of)g(range)h(expressions,)h(equiv-)630 2701 y(alence)e
-(classes,)h(and)e(collating)i(sequences)e(within)f(\014lename)h
-(expansion)g(and)f(pattern)630 2811 y(matc)m(hing)d(\(see)h(Section)f
-(3.5.8)h([Filename)g(Expansion],)e(page)h(36\).)150 2963
-y Ft(LC_CTYPE)96 b Fu(This)36 b(v)-5 b(ariable)37 b(determines)f(the)h
-(in)m(terpretation)h(of)f(c)m(haracters)h(and)e(the)g(b)s(eha)m(vior)h
-(of)630 3072 y(c)m(haracter)46 b(classes)g(within)e(\014lename)h
-(expansion)g(and)f(pattern)h(matc)m(hing)h(\(see)f(Sec-)630
-3182 y(tion)31 b(3.5.8)h([Filename)g(Expansion],)e(page)h(36\).)150
-3334 y Ft(LC_MESSAGES)630 3443 y Fu(This)25 b(v)-5 b(ariable)27
-b(determines)f(the)g(lo)s(cale)i(used)d(to)i(translate)g(double-quoted)
-f(strings)g(pre-)630 3553 y(ceded)31 b(b)m(y)f(a)h(`)p
-Ft($)p Fu(')f(\(see)h(Section)h(3.1.2.5)g([Lo)s(cale)g(T)-8
-b(ranslation],)32 b(page)f(7\).)150 3705 y Ft(LC_NUMERIC)630
-3814 y Fu(This)f(v)-5 b(ariable)31 b(determines)f(the)h(lo)s(cale)h
-(category)g(used)e(for)g(n)m(um)m(b)s(er)f(formatting.)150
-3966 y Ft(LC_TIME)144 b Fu(This)25 b(v)-5 b(ariable)26
-b(determines)g(the)g(lo)s(cale)h(category)h(used)d(for)g(data)h(and)f
-(time)i(formatting.)150 4118 y Ft(LINENO)192 b Fu(The)32
-b(line)h(n)m(um)m(b)s(er)e(in)i(the)f(script)h(or)f(shell)h(function)f
-(curren)m(tly)h(executing.)49 b(If)32 b Ft(LINENO)630
-4227 y Fu(is)e(unset,)h(it)g(loses)g(its)f(sp)s(ecial)h(prop)s(erties,)
-f(ev)m(en)h(if)g(it)g(is)f(subsequen)m(tly)g(reset.)150
-4379 y Ft(LINES)240 b Fu(Used)43 b(b)m(y)g(the)g Ft(select)e
-Fu(command)i(to)g(determine)g(the)g(column)g(length)g(for)g(prin)m
-(ting)630 4489 y(selection)c(lists.)63 b(Automatically)41
-b(set)d(if)f(the)h Ft(checkwinsize)d Fu(option)j(is)f(enabled)h(\(see)
-630 4598 y(Section)44 b(4.3.2)h([The)e(Shopt)g(Builtin],)k(page)d
-(73\),)k(or)43 b(in)g(an)g(in)m(teractiv)m(e)j(shell)e(up)s(on)630
-4708 y(receipt)31 b(of)g(a)g Ft(SIGWINCH)p Fu(.)150 4859
-y Ft(MACHTYPE)96 b Fu(A)26 b(string)g(that)h(fully)f(describ)s(es)f
-(the)h(system)g(t)m(yp)s(e)h(on)f(whic)m(h)f(Bash)i(is)f(executing,)i
-(in)e(the)630 4969 y(standard)k Fm(gnu)g Fr(cpu-compan)m(y-system)h
-Fu(format.)150 5121 y Ft(MAILCHECK)630 5230 y Fu(Ho)m(w)d(often)g(\(in)
-g(seconds\))g(that)g(the)f(shell)h(should)f(c)m(hec)m(k)i(for)e(mail)h
-(in)f(the)h(\014les)g(sp)s(eci\014ed)630 5340 y(in)i(the)h
-Ft(MAILPATH)e Fu(or)i Ft(MAIL)e Fu(v)-5 b(ariables.)43
-b(The)30 b(default)h(is)f(60)i(seconds.)42 b(When)30
-b(it)h(is)g(time)p eop end
-%%Page: 91 97
-TeXDict begin 91 96 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(91)630 299 y(to)37
-b(c)m(hec)m(k)h(for)e(mail,)j(the)e(shell)f(do)s(es)g(so)h(b)s(efore)f
-(displa)m(ying)h(the)f(primary)g(prompt.)57 b(If)630
-408 y(this)37 b(v)-5 b(ariable)38 b(is)f(unset,)h(or)f(set)h(to)g(a)f
-(v)-5 b(alue)38 b(that)f(is)g(not)h(a)f(n)m(um)m(b)s(er)f(greater)i
-(than)f(or)630 518 y(equal)31 b(to)g(zero,)g(the)g(shell)g(disables)f
-(mail)h(c)m(hec)m(king.)150 675 y Ft(MAPFILE)144 b Fu(An)35
-b(arra)m(y)h(v)-5 b(ariable)36 b(created)g(to)h(hold)e(the)g(text)i
-(read)e(b)m(y)g(the)h Ft(mapfile)d Fu(builtin)i(when)630
-784 y(no)30 b(v)-5 b(ariable)31 b(name)g(is)f(supplied.)150
-941 y Ft(OLDPWD)192 b Fu(The)30 b(previous)g(w)m(orking)g(directory)h
-(as)g(set)g(b)m(y)f(the)h Ft(cd)e Fu(builtin.)150 1097
-y Ft(OPTERR)192 b Fu(If)35 b(set)i(to)f(the)h(v)-5 b(alue)36
-b(1,)i(Bash)e(displa)m(ys)g(error)f(messages)i(generated)g(b)m(y)f(the)
-g Ft(getopts)630 1207 y Fu(builtin)30 b(command.)150
-1363 y Ft(OSTYPE)192 b Fu(A)30 b(string)h(describing)f(the)g(op)s
-(erating)h(system)g(Bash)f(is)h(running)d(on.)150 1520
-y Ft(PIPESTATUS)630 1630 y Fu(An)48 b(arra)m(y)g(v)-5
-b(ariable)49 b(\(see)g(Section)g(6.7)g([Arra)m(ys],)k(page)c(103\))g
-(con)m(taining)h(a)e(list)h(of)630 1739 y(exit)32 b(status)f(v)-5
-b(alues)31 b(from)f(the)h(pro)s(cesses)g(in)g(the)g(most-recen)m
-(tly-executed)j(foreground)630 1849 y(pip)s(eline)c(\(whic)m(h)g(ma)m
-(y)h(con)m(tain)h(only)f(a)f(single)h(command\).)150
-2005 y Ft(POSIXLY_CORRECT)630 2115 y Fu(If)h(this)g(v)-5
-b(ariable)34 b(is)e(in)g(the)h(en)m(vironmen)m(t)g(when)e(Bash)i
-(starts,)g(the)g(shell)g(en)m(ters)g Fm(posix)630 2225
-y Fu(mo)s(de)46 b(\(see)h(Section)g(6.11)g([Bash)g(POSIX)e(Mo)s(de],)50
-b(page)d(109\))h(b)s(efore)e(reading)g(the)630 2334 y(startup)38
-b(\014les,)j(as)e(if)g(the)g Ft(--posix)d Fu(in)m(v)m(o)s(cation)41
-b(option)e(had)f(b)s(een)g(supplied.)64 b(If)39 b(it)g(is)630
-2444 y(set)31 b(while)f(the)h(shell)f(is)h(running,)e(Bash)h(enables)h
-Fm(posix)f Fu(mo)s(de,)g(as)g(if)h(the)f(command)870
-2577 y Ft(set)47 b(-o)g(posix)630 2710 y Fu(had)33 b(b)s(een)g
-(executed.)51 b(When)33 b(the)h(shell)f(en)m(ters)h Fm(posix)f
-Fu(mo)s(de,)h(it)g(sets)g(this)g(v)-5 b(ariable)34 b(if)630
-2819 y(it)d(w)m(as)g(not)f(already)h(set.)150 2976 y
-Ft(PPID)288 b Fu(The)30 b(pro)s(cess)g Fm(id)g Fu(of)h(the)f(shell's)h
-(paren)m(t)g(pro)s(cess.)40 b(This)30 b(v)-5 b(ariable)31
-b(is)f(readonly)-8 b(.)150 3133 y Ft(PROMPT_COMMAND)630
-3242 y Fu(If)23 b(this)h(v)-5 b(ariable)24 b(is)g(set,)i(and)d(is)h(an)
-f(arra)m(y)-8 b(,)27 b(the)d(v)-5 b(alue)24 b(of)g(eac)m(h)g(set)h
-(elemen)m(t)g(is)f(in)m(terpreted)630 3352 y(as)29 b(a)g(command)f(to)i
-(execute)g(b)s(efore)e(prin)m(ting)h(the)g(primary)f(prompt)f(\()p
-Ft($PS1)p Fu(\).)40 b(If)28 b(this)h(is)630 3461 y(set)c(but)f(not)g
-(an)h(arra)m(y)g(v)-5 b(ariable,)26 b(its)f(v)-5 b(alue)25
-b(is)f(used)g(as)h(a)f(command)g(to)i(execute)f(instead.)150
-3618 y Ft(PROMPT_DIRTRIM)630 3727 y Fu(If)i(set)g(to)h(a)g(n)m(um)m(b)s
-(er)e(greater)i(than)f(zero,)i(the)e(v)-5 b(alue)28 b(is)f(used)g(as)g
-(the)h(n)m(um)m(b)s(er)e(of)h(trailing)630 3837 y(directory)c(comp)s
-(onen)m(ts)h(to)f(retain)h(when)e(expanding)g(the)h Ft(\\w)g
-Fu(and)f Ft(\\W)g Fu(prompt)h(string)f(es-)630 3947 y(cap)s(es)i(\(see)
-h(Section)g(6.9)g([Con)m(trolling)g(the)f(Prompt],)i(page)e(107\).)41
-b(Characters)24 b(remo)m(v)m(ed)630 4056 y(are)31 b(replaced)g(with)f
-(an)g(ellipsis.)150 4213 y Ft(PS0)336 b Fu(The)32 b(v)-5
-b(alue)33 b(of)g(this)g(parameter)g(is)g(expanded)e(lik)m(e)j
-Ft(PS1)e Fu(and)g(displa)m(y)m(ed)i(b)m(y)e(in)m(teractiv)m(e)630
-4322 y(shells)e(after)h(reading)g(a)g(command)f(and)f(b)s(efore)h(the)h
-(command)f(is)h(executed.)150 4479 y Ft(PS3)336 b Fu(The)34
-b(v)-5 b(alue)35 b(of)f(this)g(v)-5 b(ariable)35 b(is)g(used)e(as)i
-(the)f(prompt)g(for)g(the)g Ft(select)f Fu(command.)52
-b(If)630 4589 y(this)30 b(v)-5 b(ariable)31 b(is)g(not)f(set,)i(the)e
-Ft(select)f Fu(command)h(prompts)f(with)h(`)p Ft(#?)g
-Fu(')150 4745 y Ft(PS4)336 b Fu(The)38 b(v)-5 b(alue)39
-b(of)g(this)g(parameter)g(is)g(expanded)f(lik)m(e)i Ft(PS1)e
-Fu(and)g(the)h(expanded)f(v)-5 b(alue)39 b(is)630 4855
-y(the)c(prompt)f(prin)m(ted)g(b)s(efore)g(the)h(command)f(line)h(is)g
-(ec)m(ho)s(ed)g(when)f(the)h Ft(-x)f Fu(option)h(is)630
-4964 y(set)k(\(see)h(Section)g(4.3.1)g([The)f(Set)g(Builtin],)j(page)e
-(69\).)67 b(The)38 b(\014rst)g(c)m(haracter)j(of)e(the)630
-5074 y(expanded)33 b(v)-5 b(alue)33 b(is)h(replicated)g(m)m(ultiple)g
-(times,)h(as)f(necessary)-8 b(,)35 b(to)f(indicate)g(m)m(ultiple)630
-5183 y(lev)m(els)e(of)e(indirection.)42 b(The)29 b(default)i(is)f(`)p
-Ft(+)h Fu('.)150 5340 y Ft(PWD)336 b Fu(The)30 b(curren)m(t)g(w)m
-(orking)h(directory)g(as)f(set)h(b)m(y)f(the)h Ft(cd)f
-Fu(builtin.)p eop end
-%%Page: 92 98
-TeXDict begin 92 97 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(92)150 299 y Ft(RANDOM)192
-b Fu(Eac)m(h)26 b(time)g(this)f(parameter)h(is)g(referenced,)g(it)g
-(expands)f(to)h(a)g(random)e(in)m(teger)j(b)s(et)m(w)m(een)630
-408 y(0)e(and)e(32767.)41 b(Assigning)25 b(a)f(v)-5 b(alue)25
-b(to)g(this)f(v)-5 b(ariable)25 b(seeds)f(the)h(random)e(n)m(um)m(b)s
-(er)g(gener-)630 518 y(ator.)41 b(If)27 b Ft(RANDOM)f
-Fu(is)h(unset,)h(it)g(loses)h(its)f(sp)s(ecial)g(prop)s(erties,)g(ev)m
-(en)g(if)g(it)g(is)f(subsequen)m(tly)630 628 y(reset.)150
-792 y Ft(READLINE_ARGUMENT)630 902 y Fu(An)m(y)37 b(n)m(umeric)f
-(argumen)m(t)h(giv)m(en)g(to)g(a)g(Readline)g(command)f(that)h(w)m(as)g
-(de\014ned)e(using)630 1011 y(`)p Ft(bind)29 b(-x)p Fu(')h(\(see)i
-(Section)f(4.2)g([Bash)g(Builtins],)g(page)h(57,)f(when)e(it)i(w)m(as)g
-(in)m(v)m(ok)m(ed.)150 1176 y Ft(READLINE_LINE)630 1285
-y Fu(The)c(con)m(ten)m(ts)i(of)f(the)g(Readline)g(line)g(bu\013er,)f
-(for)h(use)f(with)g(`)p Ft(bind)j(-x)p Fu(')d(\(see)h(Section)h(4.2)630
-1395 y([Bash)i(Builtins],)g(page)g(57\).)150 1559 y Ft(READLINE_MARK)
-630 1669 y Fu(The)26 b(p)s(osition)h(of)g(the)g Fr(mark)32
-b Fu(\(sa)m(v)m(ed)c(insertion)f(p)s(oin)m(t\))g(in)g(the)g(Readline)g
-(line)g(bu\013er,)g(for)630 1778 y(use)36 b(with)f(`)p
-Ft(bind)30 b(-x)p Fu(')35 b(\(see)i(Section)g(4.2)g([Bash)f(Builtins],)
-i(page)f(57\).)58 b(The)35 b(c)m(haracters)630 1888 y(b)s(et)m(w)m(een)
-c(the)g(insertion)f(p)s(oin)m(t)g(and)g(the)h(mark)f(are)h(often)f
-(called)i(the)f Fr(region)p Fu(.)150 2052 y Ft(READLINE_POINT)630
-2162 y Fu(The)23 b(p)s(osition)g(of)g(the)h(insertion)f(p)s(oin)m(t)g
-(in)g(the)g(Readline)h(line)f(bu\013er,)h(for)f(use)g(with)g(`)p
-Ft(bind)630 2271 y(-x)p Fu(')30 b(\(see)h(Section)h(4.2)f([Bash)g
-(Builtins],)g(page)g(57\).)150 2436 y Ft(REPLY)240 b
-Fu(The)30 b(default)g(v)-5 b(ariable)32 b(for)e(the)g
-Ft(read)g Fu(builtin.)150 2600 y Ft(SECONDS)144 b Fu(This)40
-b(v)-5 b(ariable)41 b(expands)f(to)h(the)g(n)m(um)m(b)s(er)e(of)i
-(seconds)g(since)g(the)f(shell)h(w)m(as)g(started.)630
-2710 y(Assignmen)m(t)i(to)g(this)g(v)-5 b(ariable)43
-b(resets)g(the)g(coun)m(t)g(to)g(the)g(v)-5 b(alue)43
-b(assigned,)j(and)c(the)630 2819 y(expanded)35 b(v)-5
-b(alue)36 b(b)s(ecomes)h(the)f(v)-5 b(alue)36 b(assigned)g(plus)f(the)h
-(n)m(um)m(b)s(er)f(of)h(seconds)g(since)630 2929 y(the)41
-b(assignmen)m(t.)72 b(The)40 b(n)m(um)m(b)s(er)f(of)i(seconds)f(at)h
-(shell)g(in)m(v)m(o)s(cation)i(and)c(the)i(curren)m(t)630
-3039 y(time)30 b(are)g(alw)m(a)m(ys)g(determined)f(b)m(y)g(querying)g
-(the)h(system)f(clo)s(c)m(k.)42 b(If)29 b Ft(SECONDS)e
-Fu(is)i(unset,)630 3148 y(it)i(loses)g(its)g(sp)s(ecial)g(prop)s
-(erties,)f(ev)m(en)h(if)f(it)h(is)g(subsequen)m(tly)e(reset.)150
-3313 y Ft(SHELL)240 b Fu(This)24 b(en)m(vironmen)m(t)i(v)-5
-b(ariable)26 b(expands)e(to)i(the)g(full)f(pathname)g(to)h(the)f
-(shell.)39 b(If)25 b(it)g(is)h(not)630 3422 y(set)36
-b(when)f(the)h(shell)g(starts,)i(Bash)e(assigns)h(to)f(it)h(the)f(full)
-f(pathname)h(of)g(the)g(curren)m(t)630 3532 y(user's)30
-b(login)h(shell.)150 3696 y Ft(SHELLOPTS)630 3806 y Fu(A)g
-(colon-separated)h(list)f(of)g(enabled)f(shell)h(options.)41
-b(Eac)m(h)31 b(w)m(ord)f(in)g(the)h(list)g(is)g(a)g(v)-5
-b(alid)630 3915 y(argumen)m(t)28 b(for)f(the)h Ft(-o)e
-Fu(option)i(to)g(the)g Ft(set)e Fu(builtin)h(command)g(\(see)i(Section)
-f(4.3.1)h([The)630 4025 y(Set)g(Builtin],)h(page)f(69\).)42
-b(The)28 b(options)h(app)s(earing)f(in)g Ft(SHELLOPTS)e
-Fu(are)j(those)h(rep)s(orted)630 4134 y(as)g(`)p Ft(on)p
-Fu(')f(b)m(y)h(`)p Ft(set)g(-o)p Fu('.)40 b(If)29 b(this)h(v)-5
-b(ariable)30 b(is)g(in)f(the)h(en)m(vironmen)m(t)g(when)f(Bash)h
-(starts)g(up,)630 4244 y(eac)m(h)41 b(shell)e(option)h(in)f(the)h(list)
-g(will)f(b)s(e)g(enabled)h(b)s(efore)f(reading)g(an)m(y)h(startup)f
-(\014les.)630 4354 y(This)30 b(v)-5 b(ariable)31 b(is)f(readonly)-8
-b(.)150 4518 y Ft(SHLVL)240 b Fu(Incremen)m(ted)21 b(b)m(y)g(one)g(eac)
-m(h)h(time)f(a)h(new)e(instance)h(of)g(Bash)g(is)g(started.)38
-b(This)20 b(is)h(in)m(tended)630 4628 y(to)31 b(b)s(e)f(a)h(coun)m(t)g
-(of)f(ho)m(w)h(deeply)f(y)m(our)g(Bash)h(shells)f(are)h(nested.)150
-4792 y Ft(SRANDOM)144 b Fu(This)36 b(v)-5 b(ariable)37
-b(expands)f(to)h(a)g(32-bit)h(pseudo-random)d(n)m(um)m(b)s(er)g(eac)m
-(h)j(time)f(it)g(is)g(ref-)630 4902 y(erenced.)47 b(The)32
-b(random)g(n)m(um)m(b)s(er)f(generator)j(is)e(not)h(linear)g(on)f
-(systems)h(that)g(supp)s(ort)630 5011 y Ft(/dev/urandom)26
-b Fu(or)k Ft(arc4random)p Fu(,)d(so)j(eac)m(h)g(returned)f(n)m(um)m(b)s
-(er)f(has)h(no)g(relationship)h(to)630 5121 y(the)39
-b(n)m(um)m(b)s(ers)e(preceding)i(it.)66 b(The)38 b(random)g(n)m(um)m(b)
-s(er)f(generator)j(cannot)g(b)s(e)e(seeded,)630 5230
-y(so)c(assignmen)m(ts)g(to)g(this)f(v)-5 b(ariable)34
-b(ha)m(v)m(e)h(no)e(e\013ect.)51 b(If)33 b Ft(SRANDOM)e
-Fu(is)j(unset,)g(it)f(loses)i(its)630 5340 y(sp)s(ecial)c(prop)s
-(erties,)f(ev)m(en)h(if)f(it)h(is)g(subsequen)m(tly)f(reset.)p
-eop end
-%%Page: 93 99
-TeXDict begin 93 98 bop 150 -116 a Fu(Chapter)30 b(5:)41
-b(Shell)30 b(V)-8 b(ariables)2459 b(93)150 299 y Ft(TIMEFORMAT)630
-408 y Fu(The)30 b(v)-5 b(alue)32 b(of)f(this)g(parameter)g(is)g(used)f
-(as)h(a)g(format)h(string)f(sp)s(ecifying)f(ho)m(w)h(the)g(tim-)630
-518 y(ing)37 b(information)f(for)h(pip)s(elines)f(pre\014xed)f(with)h
-(the)h Ft(time)e Fu(reserv)m(ed)i(w)m(ord)f(should)g(b)s(e)630
-628 y(displa)m(y)m(ed.)k(The)27 b(`)p Ft(\045)p Fu(')h(c)m(haracter)h
-(in)m(tro)s(duces)e(an)h(escap)s(e)g(sequence)g(that)g(is)f(expanded)g
-(to)630 737 y(a)37 b(time)g(v)-5 b(alue)36 b(or)h(other)f(information.)
-59 b(The)36 b(escap)s(e)g(sequences)h(and)e(their)i(meanings)630
-847 y(are)31 b(as)f(follo)m(ws;)i(the)f(brac)m(k)m(ets)h(denote)e
-(optional)i(p)s(ortions.)630 1006 y Ft(\045\045)384 b
-Fu(A)30 b(literal)i(`)p Ft(\045)p Fu('.)630 1166 y Ft(\045[)p
-Fj(p)p Ft(][l]R)96 b Fu(The)30 b(elapsed)h(time)g(in)f(seconds.)630
-1325 y Ft(\045[)p Fj(p)p Ft(][l]U)96 b Fu(The)30 b(n)m(um)m(b)s(er)f
-(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g(user)f(mo)s(de.)630
-1484 y Ft(\045[)p Fj(p)p Ft(][l]S)96 b Fu(The)30 b(n)m(um)m(b)s(er)f
-(of)h(CPU)g(seconds)h(sp)s(en)m(t)f(in)g(system)g(mo)s(de.)630
-1644 y Ft(\045P)384 b Fu(The)30 b(CPU)g(p)s(ercen)m(tage,)i(computed)e
-(as)h(\(\045U)f Ft(+)g Fu(\045S\))g(/)h(\045R.)630 1803
-y(The)23 b(optional)j Fr(p)g Fu(is)e(a)g(digit)h(sp)s(ecifying)e(the)h
-(precision,)i(the)e(n)m(um)m(b)s(er)f(of)h(fractional)h(digits)630
-1913 y(after)36 b(a)f(decimal)i(p)s(oin)m(t.)55 b(A)35
-b(v)-5 b(alue)36 b(of)f(0)h(causes)g(no)f(decimal)h(p)s(oin)m(t)f(or)h
-(fraction)g(to)g(b)s(e)630 2022 y(output.)45 b(A)m(t)33
-b(most)g(six)f(places)h(after)f(the)h(decimal)g(p)s(oin)m(t)f(ma)m(y)g
-(b)s(e)g(sp)s(eci\014ed;)g(v)-5 b(alues)33 b(of)630 2132
-y Fr(p)g Fu(greater)e(than)f(6)h(are)g(c)m(hanged)g(to)g(6.)41
-b(If)30 b Fr(p)j Fu(is)d(not)h(sp)s(eci\014ed,)e(the)i(v)-5
-b(alue)31 b(3)g(is)f(used.)630 2267 y(The)54 b(optional)h
-Ft(l)f Fu(sp)s(eci\014es)g(a)h(longer)f(format,)61 b(including)54
-b(min)m(utes,)61 b(of)54 b(the)g(form)630 2376 y Fr(MM)10
-b Fu(m)p Fr(SS)p Fu(.)p Fr(FF)d Fu(s.)103 b(The)50 b(v)-5
-b(alue)52 b(of)f Fr(p)j Fu(determines)d(whether)f(or)h(not)h(the)f
-(fraction)h(is)630 2486 y(included.)630 2620 y(If)30
-b(this)g(v)-5 b(ariable)31 b(is)g(not)f(set,)i(Bash)e(acts)h(as)g(if)f
-(it)h(had)f(the)h(v)-5 b(alue)870 2755 y Ft
-($'\\nreal\\t\0453lR\\nuser\\t\0453)o(lU\\n)o(sys\\)o(t\0453)o(lS')630
-2889 y Fu(If)34 b(the)h(v)-5 b(alue)35 b(is)g(n)m(ull,)h(Bash)f(do)s
-(es)f(not)h(displa)m(y)g(an)m(y)g(timing)g(information.)54
-b(A)35 b(trailing)630 2999 y(newline)30 b(is)h(added)e(when)h(the)g
-(format)h(string)f(is)h(displa)m(y)m(ed.)150 3158 y Ft(TMOUT)240
-b Fu(If)22 b(set)h(to)g(a)g(v)-5 b(alue)23 b(greater)h(than)e(zero,)j
-Ft(TMOUT)d Fu(is)g(treated)i(as)e(the)h(default)g(timeout)g(for)g(the)
-630 3268 y Ft(read)31 b Fu(builtin)h(\(see)h(Section)f(4.2)i([Bash)e
-(Builtins],)h(page)g(57\).)47 b(The)32 b Ft(select)e
-Fu(command)630 3377 y(\(see)f(Section)h(3.2.5.2)g([Conditional)g
-(Constructs],)e(page)i(12\))f(terminates)g(if)g(input)e(do)s(es)630
-3487 y(not)k(arriv)m(e)g(after)g Ft(TMOUT)e Fu(seconds)h(when)f(input)h
-(is)g(coming)h(from)f(a)h(terminal.)630 3621 y(In)40
-b(an)h(in)m(teractiv)m(e)i(shell,)h(the)d(v)-5 b(alue)41
-b(is)g(in)m(terpreted)g(as)f(the)h(n)m(um)m(b)s(er)f(of)h(seconds)f(to)
-630 3731 y(w)m(ait)28 b(for)e(a)g(line)h(of)g(input)e(after)i(issuing)f
-(the)h(primary)e(prompt.)39 b(Bash)26 b(terminates)h(after)630
-3841 y(w)m(aiting)32 b(for)e(that)h(n)m(um)m(b)s(er)e(of)h(seconds)h
-(if)f(a)h(complete)h(line)e(of)h(input)e(do)s(es)h(not)h(arriv)m(e.)150
-4000 y Ft(TMPDIR)192 b Fu(If)39 b(set,)j(Bash)e(uses)f(its)h(v)-5
-b(alue)40 b(as)f(the)h(name)f(of)h(a)g(directory)g(in)f(whic)m(h)g
-(Bash)h(creates)630 4110 y(temp)s(orary)30 b(\014les)g(for)g(the)h
-(shell's)g(use.)150 4269 y Ft(UID)336 b Fu(The)30 b(n)m(umeric)g(real)h
-(user)f(id)g(of)g(the)h(curren)m(t)f(user.)40 b(This)30
-b(v)-5 b(ariable)31 b(is)f(readonly)-8 b(.)p eop end
-%%Page: 94 100
-TeXDict begin 94 99 bop 3659 -116 a Fu(94)150 299 y Fp(6)80
-b(Bash)54 b(F)-13 b(eatures)150 502 y Fu(This)30 b(c)m(hapter)h
-(describ)s(es)e(features)i(unique)e(to)i(Bash.)150 731
-y Fs(6.1)68 b(In)l(v)l(oking)46 b(Bash)390 890 y Ft(bash)h([long-opt])e
-([-ir])h([-abefhkmnptuvxdBCDHP])c([-o)47 b Fj(option)p
-Ft(])581 1000 y([-O)g Fj(shopt_option)p Ft(])d([)p Fj(argument)h
-Ft(...)o(])390 1110 y(bash)i([long-opt])e([-abefhkmnptuvxdBCDHP])c([-o)
-47 b Fj(option)p Ft(])581 1219 y([-O)g Fj(shopt_option)p
-Ft(])d(-c)j Fj(string)f Ft([)p Fj(argument)g Ft(...)o(])390
-1329 y(bash)h([long-opt])e(-s)i([-abefhkmnptuvxdBCDHP])42
-b([-o)k Fj(option)p Ft(])581 1438 y([-O)h Fj(shopt_option)p
-Ft(])d([)p Fj(argument)h Ft(...)o(])275 1567 y Fu(All)31
-b(of)g(the)f(single-c)m(haracter)k(options)d(used)f(with)g(the)h
-Ft(set)f Fu(builtin)g(\(see)h(Section)h(4.3.1)g([The)f(Set)150
-1676 y(Builtin],)45 b(page)c(69\))i(can)e(b)s(e)f(used)h(as)g(options)g
-(when)f(the)i(shell)f(is)g(in)m(v)m(ok)m(ed.)74 b(In)41
-b(addition,)j(there)150 1786 y(are)38 b(sev)m(eral)h(m)m(ulti-c)m
-(haracter)h(options)d(that)h(y)m(ou)g(can)g(use.)61 b(These)38
-b(options)f(m)m(ust)h(app)s(ear)e(on)i(the)150 1896 y(command)30
-b(line)h(b)s(efore)f(the)g(single-c)m(haracter)j(options)e(to)g(b)s(e)f
-(recognized.)150 2043 y Ft(--debugger)630 2152 y Fu(Arrange)j(for)g
-(the)g(debugger)g(pro\014le)g(to)h(b)s(e)e(executed)i(b)s(efore)f(the)g
-(shell)g(starts.)49 b(T)-8 b(urns)630 2262 y(on)35 b(extended)g
-(debugging)f(mo)s(de)h(\(see)g(Section)h(4.3.2)h([The)d(Shopt)g
-(Builtin],)j(page)f(73,)630 2371 y(for)30 b(a)h(description)f(of)h(the)
-f Ft(extdebug)f Fu(option)h(to)h(the)g Ft(shopt)e Fu(builtin\).)150
-2519 y Ft(--dump-po-strings)630 2628 y Fu(A)37 b(list)g(of)f(all)i
-(double-quoted)e(strings)g(preceded)g(b)m(y)h(`)p Ft($)p
-Fu(')f(is)h(prin)m(ted)f(on)g(the)h(standard)630 2738
-y(output)29 b(in)g(the)g Fm(gnu)g Ft(gettext)f Fu(PO)g(\(p)s(ortable)i
-(ob)5 b(ject\))30 b(\014le)g(format.)40 b(Equiv)-5 b(alen)m(t)31
-b(to)f Ft(-D)630 2847 y Fu(except)h(for)f(the)h(output)f(format.)150
-2995 y Ft(--dump-strings)630 3104 y Fu(Equiv)-5 b(alen)m(t)31
-b(to)g Ft(-D)p Fu(.)150 3251 y Ft(--help)192 b Fu(Displa)m(y)32
-b(a)e(usage)h(message)h(on)e(standard)g(output)g(and)f(exit)j
-(successfully)-8 b(.)150 3399 y Ft(--init-file)27 b Fj(filename)150
-3508 y Ft(--rcfile)h Fj(filename)630 3618 y Fu(Execute)23
-b(commands)e(from)g Fr(\014lename)28 b Fu(\(instead)22
-b(of)g Ft(~/.bashrc)p Fu(\))e(in)h(an)h(in)m(teractiv)m(e)i(shell.)150
-3765 y Ft(--login)144 b Fu(Equiv)-5 b(alen)m(t)31 b(to)g
-Ft(-l)p Fu(.)150 3912 y Ft(--noediting)630 4022 y Fu(Do)h(not)e(use)h
-(the)g Fm(gnu)f Fu(Readline)i(library)e(\(see)h(Chapter)g(8)g([Command)
-f(Line)g(Editing],)630 4131 y(page)h(122\))h(to)f(read)g(command)f
-(lines)g(when)g(the)g(shell)h(is)f(in)m(teractiv)m(e.)150
-4278 y Ft(--noprofile)630 4388 y Fu(Don't)22 b(load)g(the)g
-(system-wide)f(startup)g(\014le)h Ft(/etc/profile)c Fu(or)j(an)m(y)h
-(of)f(the)h(p)s(ersonal)f(ini-)630 4498 y(tialization)34
-b(\014les)e Ft(~/.bash_profile)p Fu(,)c Ft(~/.bash_login)p
-Fu(,)g(or)k Ft(~/.profile)c Fu(when)j(Bash)630 4607 y(is)f(in)m(v)m(ok)
-m(ed)i(as)f(a)g(login)g(shell.)150 4754 y Ft(--norc)192
-b Fu(Don't)35 b(read)f(the)g Ft(~/.bashrc)e Fu(initialization)k(\014le)
-f(in)e(an)h(in)m(teractiv)m(e)j(shell.)52 b(This)33 b(is)h(on)630
-4864 y(b)m(y)c(default)h(if)f(the)h(shell)f(is)h(in)m(v)m(ok)m(ed)h(as)
-e Ft(sh)p Fu(.)150 5011 y Ft(--posix)144 b Fu(Change)24
-b(the)h(b)s(eha)m(vior)f(of)g(Bash)h(where)e(the)i(default)f(op)s
-(eration)h(di\013ers)f(from)f(the)i Fm(posix)630 5121
-y Fu(standard)35 b(to)h(matc)m(h)g(the)g(standard.)55
-b(This)35 b(is)h(in)m(tended)f(to)h(mak)m(e)h(Bash)f(b)s(eha)m(v)m(e)g
-(as)g(a)630 5230 y(strict)22 b(sup)s(erset)e(of)h(that)g(standard.)37
-b(See)21 b(Section)h(6.11)g([Bash)f(POSIX)f(Mo)s(de],)k(page)d(109,)630
-5340 y(for)30 b(a)h(description)f(of)h(the)f(Bash)h Fm(posix)f
-Fu(mo)s(de.)p eop end
-%%Page: 95 101
-TeXDict begin 95 100 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2484 b(95)150 299 y Ft(--restricted)630
-408 y Fu(Equiv)-5 b(alen)m(t)35 b(to)g Ft(-r)p Fu(.)51
-b(Mak)m(e)35 b(the)g(shell)f(a)g(restricted)h(shell)f(\(see)h(Section)g
-(6.10)h([The)d(Re-)630 518 y(stricted)e(Shell],)g(page)g(109\).)150
-667 y Ft(--verbose)630 777 y Fu(Equiv)-5 b(alen)m(t)31
-b(to)g Ft(-v)p Fu(.)41 b(Prin)m(t)30 b(shell)g(input)g(lines)g(as)h
-(they're)g(read.)150 927 y Ft(--version)630 1036 y Fu(Sho)m(w)d(v)m
-(ersion)g(information)g(for)g(this)g(instance)h(of)f(Bash)g(on)g(the)g
-(standard)f(output)h(and)630 1146 y(exit)j(successfully)-8
-b(.)275 1295 y(There)28 b(are)i(sev)m(eral)g(single-c)m(haracter)i
-(options)d(that)h(ma)m(y)g(b)s(e)e(supplied)g(at)i(in)m(v)m(o)s(cation)
-h(whic)m(h)e(are)150 1405 y(not)i(a)m(v)-5 b(ailable)32
-b(with)e(the)h Ft(set)e Fu(builtin.)150 1554 y Ft(-c)384
-b Fu(Read)66 b(and)f(execute)i(commands)e(from)g(the)h(\014rst)e
-(non-option)i(argumen)m(t)g Fr(com-)630 1664 y(mand)p
-859 1664 28 4 v 39 w(string)p Fu(,)34 b(then)e(exit.)49
-b(If)32 b(there)h(are)g(argumen)m(ts)g(after)g(the)g
-Fr(command)p 3303 1664 V 40 w(string)p Fu(,)h(the)630
-1773 y(\014rst)e(argumen)m(t)h(is)g(assigned)g(to)h Ft($0)e
-Fu(and)h(an)m(y)g(remaining)g(argumen)m(ts)g(are)g(assigned)g(to)630
-1883 y(the)38 b(p)s(ositional)h(parameters.)65 b(The)37
-b(assignmen)m(t)i(to)g Ft($0)f Fu(sets)g(the)h(name)f(of)g(the)g
-(shell,)630 1993 y(whic)m(h)30 b(is)h(used)e(in)h(w)m(arning)g(and)g
-(error)g(messages.)150 2142 y Ft(-i)384 b Fu(F)-8 b(orce)22
-b(the)g(shell)f(to)g(run)f(in)m(teractiv)m(ely)-8 b(.)41
-b(In)m(teractiv)m(e)23 b(shells)e(are)h(describ)s(ed)d(in)i(Section)h
-(6.3)630 2252 y([In)m(teractiv)m(e)33 b(Shells],)e(page)g(97.)150
-2401 y Ft(-l)384 b Fu(Mak)m(e)33 b(this)e(shell)h(act)g(as)g(if)f(it)h
-(had)f(b)s(een)f(directly)i(in)m(v)m(ok)m(ed)h(b)m(y)f(login.)44
-b(When)31 b(the)h(shell)630 2511 y(is)37 b(in)m(teractiv)m(e,)43
-b(this)37 b(is)g(equiv)-5 b(alen)m(t)39 b(to)f(starting)h(a)e(login)i
-(shell)e(with)g(`)p Ft(exec)30 b(-l)g(bash)p Fu('.)630
-2620 y(When)h(the)g(shell)h(is)f(not)g(in)m(teractiv)m(e,)k(the)c
-(login)h(shell)g(startup)f(\014les)g(will)g(b)s(e)g(executed.)630
-2730 y(`)p Ft(exec)e(bash)h(-l)p Fu(')43 b(or)h(`)p Ft(exec)29
-b(bash)g(--login)p Fu(')42 b(will)i(replace)h(the)f(curren)m(t)f(shell)
-h(with)g(a)630 2839 y(Bash)26 b(login)g(shell.)39 b(See)26
-b(Section)g(6.2)h([Bash)e(Startup)g(Files],)j(page)e(96,)i(for)d(a)h
-(description)630 2949 y(of)31 b(the)f(sp)s(ecial)h(b)s(eha)m(vior)g(of)
-f(a)h(login)g(shell.)150 3098 y Ft(-r)384 b Fu(Mak)m(e)54
-b(the)e(shell)g(a)h(restricted)g(shell)f(\(see)h(Section)g(6.10)h([The)
-d(Restricted)j(Shell],)630 3208 y(page)31 b(109\).)150
-3357 y Ft(-s)384 b Fu(If)24 b(this)h(option)h(is)f(presen)m(t,)h(or)f
-(if)g(no)f(argumen)m(ts)i(remain)e(after)i(option)f(pro)s(cessing,)h
-(then)630 3467 y(commands)i(are)h(read)g(from)f(the)h(standard)f
-(input.)39 b(This)28 b(option)h(allo)m(ws)h(the)f(p)s(ositional)630
-3577 y(parameters)i(to)h(b)s(e)e(set)i(when)d(in)m(v)m(oking)k(an)d(in)
-m(teractiv)m(e)k(shell)d(or)g(when)f(reading)h(input)630
-3686 y(through)f(a)g(pip)s(e.)150 3836 y Ft(-D)384 b
-Fu(A)37 b(list)g(of)f(all)i(double-quoted)e(strings)g(preceded)g(b)m(y)
-h(`)p Ft($)p Fu(')f(is)h(prin)m(ted)f(on)g(the)h(standard)630
-3945 y(output.)63 b(These)38 b(are)g(the)g(strings)g(that)h(are)f(sub)5
-b(ject)38 b(to)h(language)g(translation)g(when)630 4055
-y(the)e(curren)m(t)g(lo)s(cale)h(is)f(not)g Ft(C)g Fu(or)f
-Ft(POSIX)g Fu(\(see)h(Section)h(3.1.2.5)h([Lo)s(cale)g(T)-8
-b(ranslation],)630 4164 y(page)31 b(7\).)42 b(This)29
-b(implies)i(the)f Ft(-n)g Fu(option;)h(no)f(commands)g(will)h(b)s(e)f
-(executed.)150 4314 y Ft([-+]O)f([)p Fj(shopt_option)p
-Ft(])630 4423 y Fr(shopt)p 854 4423 V 40 w(option)44
-b Fu(is)g(one)h(of)f(the)g(shell)h(options)f(accepted)h(b)m(y)f(the)h
-Ft(shopt)d Fu(builtin)i(\(see)630 4533 y(Section)32 b(4.3.2)h([The)e
-(Shopt)f(Builtin],)i(page)g(73\).)44 b(If)31 b Fr(shopt)p
-2724 4533 V 40 w(option)g Fu(is)g(presen)m(t,)h Ft(-O)f
-Fu(sets)630 4643 y(the)24 b(v)-5 b(alue)24 b(of)g(that)h(option;)h
-Ft(+O)e Fu(unsets)f(it.)39 b(If)23 b Fr(shopt)p 2423
-4643 V 40 w(option)h Fu(is)g(not)g(supplied,)g(the)g(names)630
-4752 y(and)31 b(v)-5 b(alues)32 b(of)g(the)g(shell)g(options)g
-(accepted)h(b)m(y)f Ft(shopt)e Fu(are)i(prin)m(ted)f(on)h(the)g
-(standard)630 4862 y(output.)40 b(If)29 b(the)h(in)m(v)m(o)s(cation)h
-(option)f(is)f Ft(+O)p Fu(,)h(the)f(output)g(is)h(displa)m(y)m(ed)g(in)
-f(a)h(format)f(that)630 4971 y(ma)m(y)i(b)s(e)f(reused)f(as)i(input.)
-150 5121 y Ft(--)384 b Fu(A)38 b Ft(--)g Fu(signals)g(the)h(end)e(of)i
-(options)f(and)g(disables)g(further)f(option)h(pro)s(cessing.)64
-b(An)m(y)630 5230 y(argumen)m(ts)38 b(after)g(the)f Ft(--)g
-Fu(are)h(treated)g(as)g(a)g(shell)f(script)h(\014lename)f(\(see)i
-(Section)f(3.8)630 5340 y([Shell)30 b(Scripts],)h(page)g(47\))g(and)f
-(argumen)m(ts)h(passed)f(to)h(that)g(script.)p eop end
-%%Page: 96 102
-TeXDict begin 96 101 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2484 b(96)150 299 y Ft(-)432
-b Fu(Equiv)-5 b(alen)m(t)31 b(to)g Ft(--)p Fu(.)275 456
-y(A)c Fl(lo)-5 b(gin)35 b Fu(shell)27 b(is)g(one)h(whose)f(\014rst)f(c)
-m(haracter)j(of)e(argumen)m(t)h(zero)f(is)h(`)p Ft(-)p
-Fu(',)g(or)f(one)g(in)m(v)m(ok)m(ed)i(with)e(the)150
-566 y Ft(--login)h Fu(option.)275 699 y(An)g Fl(inter)-5
-b(active)37 b Fu(shell)30 b(is)f(one)g(started)h(without)f(non-option)h
-(argumen)m(ts,)g(unless)e Ft(-s)h Fu(is)g(sp)s(eci\014ed,)150
-809 y(without)k(sp)s(ecifying)h(the)f Ft(-c)g Fu(option,)i(and)e(whose)
-g(input)g(and)f(output)h(are)h(b)s(oth)f(connected)h(to)g(ter-)150
-918 y(minals)g(\(as)g(determined)f(b)m(y)h Ft(isatty\(3\))p
-Fu(\),)e(or)i(one)g(started)g(with)f(the)h Ft(-i)f Fu(option.)51
-b(See)33 b(Section)i(6.3)150 1028 y([In)m(teractiv)m(e)e(Shells],)e
-(page)g(97,)g(for)f(more)h(information.)275 1161 y(If)i(argumen)m(ts)h
-(remain)g(after)h(option)f(pro)s(cessing,)h(and)e(neither)h(the)g
-Ft(-c)g Fu(nor)f(the)h Ft(-s)g Fu(option)g(has)150 1271
-y(b)s(een)44 b(supplied,)j(the)d(\014rst)g(argumen)m(t)h(is)g(assumed)e
-(to)j(b)s(e)d(the)i(name)g(of)f(a)h(\014le)g(con)m(taining)h(shell)150
-1380 y(commands)30 b(\(see)g(Section)h(3.8)g([Shell)f(Scripts],)g(page)
-h(47\).)41 b(When)30 b(Bash)g(is)g(in)m(v)m(ok)m(ed)i(in)d(this)h
-(fashion,)150 1490 y Ft($0)37 b Fu(is)g(set)h(to)h(the)e(name)h(of)f
-(the)h(\014le,)i(and)c(the)i(p)s(ositional)g(parameters)g(are)g(set)g
-(to)g(the)g(remaining)150 1599 y(argumen)m(ts.)h(Bash)26
-b(reads)f(and)g(executes)h(commands)f(from)g(this)g(\014le,)i(then)e
-(exits.)40 b(Bash's)25 b(exit)i(status)150 1709 y(is)f(the)h(exit)h
-(status)e(of)h(the)g(last)g(command)f(executed)h(in)g(the)f(script.)40
-b(If)26 b(no)g(commands)g(are)h(executed,)150 1819 y(the)k(exit)g
-(status)g(is)f(0.)150 2057 y Fs(6.2)68 b(Bash)45 b(Startup)g(Files)150
-2217 y Fu(This)23 b(section)j(describ)s(es)d(ho)m(w)i(Bash)f(executes)h
-(its)g(startup)f(\014les.)38 b(If)24 b(an)m(y)h(of)f(the)h(\014les)f
-(exist)h(but)e(cannot)150 2326 y(b)s(e)29 b(read,)i(Bash)f(rep)s(orts)f
-(an)h(error.)40 b(Tildes)30 b(are)g(expanded)f(in)h(\014lenames)g(as)g
-(describ)s(ed)f(ab)s(o)m(v)m(e)i(under)150 2436 y(Tilde)f(Expansion)g
-(\(see)h(Section)h(3.5.2)g([Tilde)e(Expansion],)h(page)g(25\).)275
-2569 y(In)m(teractiv)m(e)h(shells)f(are)g(describ)s(ed)e(in)h(Section)h
-(6.3)h([In)m(teractiv)m(e)h(Shells],)d(page)h(97.)150
-2766 y Fk(In)m(v)m(ok)m(ed)40 b(as)h(an)f(in)m(teractiv)m(e)f(login)j
-(shell,)g(or)g(with)e Fh(--login)150 2913 y Fu(When)c(Bash)f(is)h(in)m
-(v)m(ok)m(ed)h(as)f(an)g(in)m(teractiv)m(e)j(login)d(shell,)i(or)e(as)g
-(a)g(non-in)m(teractiv)m(e)i(shell)e(with)g(the)150 3023
-y Ft(--login)30 b Fu(option,)k(it)f(\014rst)e(reads)h(and)g(executes)i
-(commands)e(from)f(the)i(\014le)f Ft(/etc/profile)p Fu(,)e(if)i(that)
-150 3132 y(\014le)44 b(exists.)80 b(After)44 b(reading)g(that)g
-(\014le,)j(it)d(lo)s(oks)g(for)f Ft(~/.bash_profile)p
-Fu(,)g Ft(~/.bash_login)p Fu(,)h(and)150 3242 y Ft(~/.profile)p
-Fu(,)25 b(in)i(that)g(order,)h(and)e(reads)h(and)f(executes)j(commands)
-d(from)h(the)g(\014rst)f(one)i(that)f(exists)150 3351
-y(and)j(is)h(readable.)42 b(The)30 b Ft(--noprofile)d
-Fu(option)k(ma)m(y)g(b)s(e)f(used)g(when)g(the)h(shell)f(is)h(started)g
-(to)g(inhibit)150 3461 y(this)f(b)s(eha)m(vior.)275 3594
-y(When)h(an)g(in)m(teractiv)m(e)k(login)d(shell)g(exits,)h(or)f(a)g
-(non-in)m(teractiv)m(e)i(login)f(shell)e(executes)i(the)f
-Ft(exit)150 3704 y Fu(builtin)g(command,)i(Bash)e(reads)h(and)f
-(executes)i(commands)e(from)g(the)h(\014le)g Ft(~/.bash_logout)p
-Fu(,)d(if)i(it)150 3814 y(exists.)150 4011 y Fk(In)m(v)m(ok)m(ed)40
-b(as)h(an)f(in)m(teractiv)m(e)f(non-login)k(shell)150
-4158 y Fu(When)g(an)h(in)m(teractiv)m(e)i(shell)e(that)g(is)f(not)h(a)g
-(login)g(shell)g(is)f(started,)48 b(Bash)c(reads)f(and)g(executes)150
-4267 y(commands)31 b(from)g Ft(~/.bashrc)p Fu(,)f(if)h(that)h(\014le)g
-(exists.)44 b(This)31 b(ma)m(y)h(b)s(e)f(inhibited)g(b)m(y)g(using)g
-(the)h Ft(--norc)150 4377 y Fu(option.)40 b(The)27 b
-Ft(--rcfile)h Fj(file)e Fu(option)h(will)g(force)h(Bash)f(to)h(read)f
-(and)f(execute)j(commands)d(from)h Fr(\014le)150 4486
-y Fu(instead)k(of)f Ft(~/.bashrc)p Fu(.)275 4620 y(So,)g(t)m(ypically)
--8 b(,)33 b(y)m(our)d Ft(~/.bash_profile)c Fu(con)m(tains)32
-b(the)f(line)390 4753 y Ft(if)47 b([)h(-f)f(~/.bashrc)e(];)i(then)g(.)g
-(~/.bashrc;)e(fi)150 4886 y Fu(after)31 b(\(or)g(b)s(efore\))f(an)m(y)h
-(login-sp)s(eci\014c)g(initializations.)150 5083 y Fk(In)m(v)m(ok)m(ed)
-40 b(non-in)m(teractiv)m(ely)150 5230 y Fu(When)33 b(Bash)g(is)g
-(started)h(non-in)m(teractiv)m(ely)-8 b(,)37 b(to)d(run)e(a)h(shell)h
-(script,)g(for)f(example,)i(it)e(lo)s(oks)h(for)f(the)150
-5340 y(v)-5 b(ariable)35 b Ft(BASH_ENV)d Fu(in)i(the)h(en)m(vironmen)m
-(t,)h(expands)e(its)g(v)-5 b(alue)35 b(if)g(it)g(app)s(ears)e(there,)j
-(and)e(uses)g(the)p eop end
-%%Page: 97 103
-TeXDict begin 97 102 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2484 b(97)150 299 y(expanded)30
-b(v)-5 b(alue)30 b(as)h(the)g(name)f(of)h(a)f(\014le)h(to)g(read)f(and)
-g(execute.)42 b(Bash)31 b(b)s(eha)m(v)m(es)g(as)g(if)f(the)g(follo)m
-(wing)150 408 y(command)g(w)m(ere)h(executed:)390 552
-y Ft(if)47 b([)h(-n)f("$BASH_ENV")e(];)i(then)f(.)i("$BASH_ENV";)c(fi)
-150 696 y Fu(but)30 b(the)g(v)-5 b(alue)31 b(of)g(the)f
-Ft(PATH)f Fu(v)-5 b(ariable)32 b(is)e(not)h(used)e(to)i(searc)m(h)g
-(for)f(the)h(\014lename.)275 840 y(As)42 b(noted)g(ab)s(o)m(v)m(e,)47
-b(if)42 b(a)h(non-in)m(teractiv)m(e)i(shell)d(is)g(in)m(v)m(ok)m(ed)i
-(with)e(the)h Ft(--login)d Fu(option,)46 b(Bash)150 949
-y(attempts)31 b(to)g(read)g(and)e(execute)j(commands)e(from)g(the)h
-(login)g(shell)g(startup)e(\014les.)150 1158 y Fk(In)m(v)m(ok)m(ed)40
-b(with)g(name)h Fh(sh)150 1305 y Fu(If)c(Bash)g(is)g(in)m(v)m(ok)m(ed)i
-(with)e(the)g(name)g Ft(sh)p Fu(,)i(it)f(tries)f(to)h(mimic)g(the)f
-(startup)g(b)s(eha)m(vior)g(of)h(historical)150 1414
-y(v)m(ersions)31 b(of)f Ft(sh)g Fu(as)h(closely)h(as)e(p)s(ossible,)g
-(while)h(conforming)f(to)h(the)g Fm(posix)e Fu(standard)h(as)h(w)m
-(ell.)275 1558 y(When)50 b(in)m(v)m(ok)m(ed)j(as)f(an)f(in)m(teractiv)m
-(e)j(login)e(shell,)57 b(or)51 b(as)g(a)h(non-in)m(teractiv)m(e)h
-(shell)f(with)f(the)150 1668 y Ft(--login)31 b Fu(option,)k(it)e
-(\014rst)g(attempts)h(to)g(read)f(and)g(execute)h(commands)f(from)g
-Ft(/etc/profile)d Fu(and)150 1777 y Ft(~/.profile)p Fu(,)d(in)i(that)i
-(order.)39 b(The)30 b Ft(--noprofile)c Fu(option)k(ma)m(y)g(b)s(e)f
-(used)g(to)h(inhibit)f(this)h(b)s(eha)m(vior.)150 1887
-y(When)36 b(in)m(v)m(ok)m(ed)i(as)e(an)g(in)m(teractiv)m(e)j(shell)e
-(with)f(the)g(name)h Ft(sh)p Fu(,)g(Bash)f(lo)s(oks)h(for)f(the)h(v)-5
-b(ariable)37 b Ft(ENV)p Fu(,)150 1997 y(expands)29 b(its)i(v)-5
-b(alue)30 b(if)h(it)f(is)g(de\014ned,)g(and)f(uses)h(the)g(expanded)g
-(v)-5 b(alue)30 b(as)h(the)f(name)g(of)g(a)h(\014le)f(to)h(read)150
-2106 y(and)g(execute.)46 b(Since)32 b(a)g(shell)g(in)m(v)m(ok)m(ed)h
-(as)f Ft(sh)f Fu(do)s(es)g(not)h(attempt)h(to)g(read)e(and)g(execute)i
-(commands)150 2216 y(from)39 b(an)m(y)g(other)h(startup)e(\014les,)k
-(the)d Ft(--rcfile)e Fu(option)j(has)f(no)g(e\013ect.)69
-b(A)39 b(non-in)m(teractiv)m(e)j(shell)150 2325 y(in)m(v)m(ok)m(ed)32
-b(with)e(the)g(name)h Ft(sh)f Fu(do)s(es)g(not)g(attempt)i(to)f(read)f
-(an)m(y)h(other)g(startup)e(\014les.)275 2469 y(When)h(in)m(v)m(ok)m
-(ed)h(as)g Ft(sh)p Fu(,)f(Bash)h(en)m(ters)g Fm(posix)e
-Fu(mo)s(de)h(after)h(the)g(startup)f(\014les)g(are)h(read.)150
-2678 y Fk(In)m(v)m(ok)m(ed)40 b(in)h Fg(posix)g Fk(mo)s(de)150
-2824 y Fu(When)28 b(Bash)h(is)g(started)g(in)g Fm(posix)f
-Fu(mo)s(de,)g(as)h(with)g(the)g Ft(--posix)d Fu(command)j(line)g
-(option,)h(it)f(follo)m(ws)150 2934 y(the)24 b Fm(posix)f
-Fu(standard)h(for)f(startup)h(\014les.)38 b(In)24 b(this)g(mo)s(de,)h
-(in)m(teractiv)m(e)i(shells)d(expand)f(the)h Ft(ENV)f
-Fu(v)-5 b(ariable)150 3044 y(and)30 b(commands)g(are)g(read)h(and)e
-(executed)j(from)d(the)i(\014le)f(whose)g(name)h(is)f(the)h(expanded)e
-(v)-5 b(alue.)41 b(No)150 3153 y(other)31 b(startup)f(\014les)g(are)h
-(read.)150 3362 y Fk(In)m(v)m(ok)m(ed)40 b(b)m(y)g(remote)h(shell)h
-(daemon)150 3509 y Fu(Bash)36 b(attempts)h(to)g(determine)f(when)f(it)i
-(is)f(b)s(eing)g(run)e(with)i(its)g(standard)g(input)f(connected)i(to)g
-(a)150 3618 y(net)m(w)m(ork)29 b(connection,)g(as)f(when)f(executed)i
-(b)m(y)e(the)h(historical)h(remote)g(shell)f(daemon,)g(usually)g
-Ft(rshd)p Fu(,)150 3728 y(or)e(the)g(secure)g(shell)g(daemon)f
-Ft(sshd)p Fu(.)38 b(If)26 b(Bash)g(determines)f(it)i(is)e(b)s(eing)h
-(run)e(non-in)m(teractiv)m(ely)29 b(in)c(this)150 3837
-y(fashion,)i(it)g(reads)e(and)h(executes)h(commands)f(from)f
-Ft(~/.bashrc)p Fu(,)g(if)h(that)h(\014le)f(exists)h(and)e(is)h
-(readable.)150 3947 y(It)g(will)f(not)h(do)g(this)f(if)g(in)m(v)m(ok)m
-(ed)i(as)f Ft(sh)p Fu(.)39 b(The)25 b Ft(--norc)e Fu(option)j(ma)m(y)g
-(b)s(e)f(used)g(to)h(inhibit)f(this)h(b)s(eha)m(vior,)150
-4057 y(and)g(the)h Ft(--rcfile)e Fu(option)j(ma)m(y)f(b)s(e)f(used)g
-(to)i(force)g(another)f(\014le)g(to)g(b)s(e)g(read,)h(but)e(neither)h
-Ft(rshd)e Fu(nor)150 4166 y Ft(sshd)k Fu(generally)j(in)m(v)m(ok)m(e)g
-(the)f(shell)f(with)g(those)h(options)g(or)f(allo)m(w)i(them)e(to)i(b)s
-(e)d(sp)s(eci\014ed.)150 4375 y Fk(In)m(v)m(ok)m(ed)40
-b(with)g(unequal)h(e\013ectiv)m(e)e(and)i(real)g Fg(uid/gid)p
-Fk(s)150 4522 y Fu(If)34 b(Bash)h(is)g(started)g(with)f(the)h
-(e\013ectiv)m(e)i(user)d(\(group\))h(id)f(not)h(equal)g(to)g(the)g
-(real)g(user)f(\(group\))h(id,)150 4631 y(and)26 b(the)i
-Ft(-p)e Fu(option)h(is)g(not)h(supplied,)e(no)h(startup)g(\014les)g
-(are)g(read,)h(shell)f(functions)g(are)g(not)g(inherited)150
-4741 y(from)41 b(the)g(en)m(vironmen)m(t,)j(the)d Ft(SHELLOPTS)p
-Fu(,)h Ft(BASHOPTS)p Fu(,)g Ft(CDPATH)p Fu(,)g(and)e
-Ft(GLOBIGNORE)e Fu(v)-5 b(ariables,)45 b(if)150 4850
-y(they)28 b(app)s(ear)f(in)h(the)g(en)m(vironmen)m(t,)i(are)e(ignored,)
-h(and)e(the)h(e\013ectiv)m(e)j(user)c(id)h(is)g(set)g(to)h(the)f(real)h
-(user)150 4960 y(id.)62 b(If)38 b(the)f Ft(-p)h Fu(option)g(is)f
-(supplied)g(at)h(in)m(v)m(o)s(cation,)k(the)c(startup)f(b)s(eha)m(vior)
-h(is)g(the)g(same,)i(but)d(the)150 5070 y(e\013ectiv)m(e)c(user)d(id)g
-(is)g(not)h(reset.)150 5324 y Fs(6.3)68 b(In)l(teractiv)l(e)47
-b(Shells)p eop end
-%%Page: 98 104
-TeXDict begin 98 103 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2484 b(98)150 299 y Fk(6.3.1)63
-b(What)40 b(is)h(an)g(In)m(teractiv)m(e)e(Shell?)150
-446 y Fu(An)f(in)m(teractiv)m(e)j(shell)e(is)f(one)h(started)g(without)
-f(non-option)g(argumen)m(ts)h(\(unless)f Ft(-s)g Fu(is)g(sp)s
-(eci\014ed\))150 555 y(and)29 b(without)h(sp)s(ecifying)g(the)g
-Ft(-c)f Fu(option,)i(whose)e(input)g(and)g(error)h(output)f(are)h(b)s
-(oth)f(connected)i(to)150 665 y(terminals)g(\(as)g(determined)f(b)m(y)g
-Ft(isatty\(3\))p Fu(\),)e(or)j(one)f(started)h(with)f(the)h
-Ft(-i)f Fu(option.)275 808 y(An)g(in)m(teractiv)m(e)j(shell)d
-(generally)i(reads)e(from)g(and)g(writes)g(to)h(a)g(user's)f(terminal.)
-275 952 y(The)i Ft(-s)g Fu(in)m(v)m(o)s(cation)j(option)f(ma)m(y)f(b)s
-(e)g(used)f(to)i(set)f(the)g(p)s(ositional)h(parameters)f(when)f(an)h
-(in)m(ter-)150 1061 y(activ)m(e)g(shell)d(is)h(started.)150
-1269 y Fk(6.3.2)63 b(Is)41 b(this)g(Shell)g(In)m(teractiv)m(e?)150
-1416 y Fu(T)-8 b(o)30 b(determine)g(within)f(a)h(startup)g(script)f
-(whether)g(or)h(not)g(Bash)g(is)g(running)e(in)m(teractiv)m(ely)-8
-b(,)33 b(test)e(the)150 1526 y(v)-5 b(alue)30 b(of)g(the)f(`)p
-Ft(-)p Fu(')h(sp)s(ecial)g(parameter.)41 b(It)29 b(con)m(tains)i
-Ft(i)e Fu(when)g(the)g(shell)h(is)f(in)m(teractiv)m(e.)44
-b(F)-8 b(or)30 b(example:)390 1669 y Ft(case)47 b("$-")f(in)390
-1779 y(*i*\))h(echo)f(This)h(shell)f(is)h(interactive)e(;;)390
-1888 y(*\))i(echo)g(This)f(shell)h(is)g(not)g(interactive)e(;;)390
-1998 y(esac)275 2141 y Fu(Alternativ)m(ely)-8 b(,)28
-b(startup)23 b(scripts)h(ma)m(y)g(examine)g(the)g(v)-5
-b(ariable)25 b Ft(PS1)p Fu(;)g(it)g(is)e(unset)h(in)f(non-in)m
-(teractiv)m(e)150 2251 y(shells,)31 b(and)e(set)i(in)f(in)m(teractiv)m
-(e)k(shells.)40 b(Th)m(us:)390 2394 y Ft(if)47 b([)h(-z)f("$PS1")f(];)h
-(then)772 2503 y(echo)f(This)h(shell)f(is)i(not)f(interactive)390
-2613 y(else)772 2723 y(echo)f(This)h(shell)f(is)i(interactive)390
-2832 y(fi)150 3040 y Fk(6.3.3)63 b(In)m(teractiv)m(e)38
-b(Shell)k(Beha)m(vior)150 3187 y Fu(When)30 b(the)h(shell)f(is)h
-(running)d(in)m(teractiv)m(ely)-8 b(,)34 b(it)d(c)m(hanges)h(its)f(b)s
-(eha)m(vior)f(in)g(sev)m(eral)i(w)m(a)m(ys.)199 3330
-y(1.)61 b(Startup)37 b(\014les)g(are)h(read)f(and)g(executed)h(as)f
-(describ)s(ed)g(in)g(Section)h(6.2)g([Bash)g(Startup)e(Files],)330
-3440 y(page)31 b(96.)199 3579 y(2.)61 b(Job)32 b(Con)m(trol)h(\(see)g
-(Chapter)e(7)i([Job)f(Con)m(trol],)i(page)f(118\))h(is)e(enabled)g(b)m
-(y)g(default.)46 b(When)32 b(job)330 3689 y(con)m(trol)j(is)f(in)f
-(e\013ect,)k(Bash)d(ignores)g(the)g(k)m(eyb)s(oard-generated)h(job)e
-(con)m(trol)i(signals)g Ft(SIGTTIN)p Fu(,)330 3798 y
-Ft(SIGTTOU)p Fu(,)29 b(and)g Ft(SIGTSTP)p Fu(.)199 3937
-y(3.)61 b(Bash)25 b(expands)e(and)h(displa)m(ys)h Ft(PS1)e
-Fu(b)s(efore)h(reading)h(the)f(\014rst)g(line)h(of)f(a)h(command,)h
-(and)e(expands)330 4047 y(and)33 b(displa)m(ys)h Ft(PS2)f
-Fu(b)s(efore)h(reading)g(the)g(second)g(and)f(subsequen)m(t)g(lines)i
-(of)f(a)g(m)m(ulti-line)h(com-)330 4156 y(mand.)42 b(Bash)31
-b(expands)f(and)h(displa)m(ys)g Ft(PS0)f Fu(after)h(it)h(reads)f(a)g
-(command)g(but)f(b)s(efore)h(executing)330 4266 y(it.)54
-b(See)35 b(Section)h(6.9)f([Con)m(trolling)i(the)d(Prompt],)i(page)g
-(107,)h(for)d(a)h(complete)i(list)e(of)g(prompt)330 4375
-y(string)30 b(escap)s(e)h(sequences.)199 4514 y(4.)61
-b(Bash)31 b(executes)i(the)e(v)-5 b(alues)32 b(of)g(the)f(set)h(elemen)
-m(ts)g(of)g(the)f Ft(PROMPT_COMMAND)d Fu(arra)m(y)k(v)-5
-b(ariable)32 b(as)330 4624 y(commands)27 b(b)s(efore)f(prin)m(ting)h
-(the)g(primary)g(prompt,)g Ft($PS1)f Fu(\(see)i(Section)f(5.2)i([Bash)e
-(V)-8 b(ariables],)330 4733 y(page)31 b(81\).)199 4872
-y(5.)61 b(Readline)27 b(\(see)g(Chapter)e(8)h([Command)g(Line)g
-(Editing],)h(page)g(122\))g(is)f(used)g(to)g(read)g(commands)330
-4982 y(from)k(the)g(user's)g(terminal.)199 5121 y(6.)61
-b(Bash)36 b(insp)s(ects)g(the)h(v)-5 b(alue)37 b(of)f(the)g
-Ft(ignoreeof)e Fu(option)j(to)g Ft(set)29 b(-o)36 b Fu(instead)h(of)f
-(exiting)i(imme-)330 5230 y(diately)f(when)e(it)i(receiv)m(es)h(an)e
-Ft(EOF)f Fu(on)h(its)g(standard)f(input)g(when)h(reading)g(a)g(command)
-g(\(see)330 5340 y(Section)31 b(4.3.1)h([The)e(Set)h(Builtin],)g(page)g
-(69\).)p eop end
-%%Page: 99 105
-TeXDict begin 99 104 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2484 b(99)199 299 y(7.)61
-b(Command)43 b(history)h(\(see)h(Section)g(9.1)g([Bash)f(History)h(F)-8
-b(acilities],)51 b(page)45 b(159\))h(and)d(history)330
-408 y(expansion)h(\(see)i(Section)f(9.3)h([History)g(In)m(teraction],)k
-(page)45 b(161\))h(are)f(enabled)g(b)m(y)f(default.)330
-518 y(Bash)28 b(will)g(sa)m(v)m(e)h(the)f(command)f(history)h(to)g(the)
-g(\014le)g(named)f(b)m(y)h Ft($HISTFILE)d Fu(when)h(a)i(shell)g(with)
-330 628 y(history)i(enabled)h(exits.)199 762 y(8.)61
-b(Alias)31 b(expansion)g(\(see)g(Section)g(6.6)g([Aliases],)i(page)e
-(103\))h(is)e(p)s(erformed)f(b)m(y)h(default.)199 896
-y(9.)61 b(In)24 b(the)g(absence)h(of)f(an)m(y)h(traps,)g(Bash)g
-(ignores)f Ft(SIGTERM)f Fu(\(see)i(Section)g(3.7.6)h([Signals],)g(page)
-f(46\).)154 1030 y(10.)61 b(In)29 b(the)g(absence)h(of)g(an)m(y)g
-(traps,)f Ft(SIGINT)f Fu(is)h(caugh)m(t)i(and)e(handled)f(\(see)j
-(Section)f(3.7.6)h([Signals],)330 1140 y(page)g(46\).)42
-b Ft(SIGINT)29 b Fu(will)h(in)m(terrupt)g(some)h(shell)g(builtins.)154
-1274 y(11.)61 b(An)40 b(in)m(teractiv)m(e)j(login)e(shell)g(sends)e(a)i
-Ft(SIGHUP)d Fu(to)j(all)g(jobs)f(on)g(exit)h(if)g(the)f
-Ft(huponexit)e Fu(shell)330 1383 y(option)31 b(has)f(b)s(een)g(enabled)
-g(\(see)h(Section)g(3.7.6)i([Signals],)e(page)g(46\).)154
-1517 y(12.)61 b(The)29 b Ft(-n)g Fu(in)m(v)m(o)s(cation)j(option)e(is)g
-(ignored,)g(and)f(`)p Ft(set)h(-n)p Fu(')f(has)h(no)f(e\013ect)j(\(see)
-e(Section)h(4.3.1)g([The)330 1627 y(Set)g(Builtin],)g(page)g(69\).)154
-1761 y(13.)61 b(Bash)32 b(will)g(c)m(hec)m(k)i(for)e(mail)g(p)s(erio)s
-(dically)-8 b(,)34 b(dep)s(ending)c(on)i(the)g(v)-5 b(alues)32
-b(of)g(the)h Ft(MAIL)p Fu(,)e Ft(MAILPATH)p Fu(,)330
-1871 y(and)f Ft(MAILCHECK)e Fu(shell)i(v)-5 b(ariables)31
-b(\(see)h(Section)f(5.2)g([Bash)g(V)-8 b(ariables],)32
-b(page)f(81\).)154 2005 y(14.)61 b(Expansion)32 b(errors)h(due)f(to)i
-(references)f(to)h(un)m(b)s(ound)c(shell)j(v)-5 b(ariables)34
-b(after)g(`)p Ft(set)29 b(-u)p Fu(')k(has)g(b)s(een)330
-2114 y(enabled)d(will)h(not)g(cause)g(the)f(shell)h(to)g(exit)g(\(see)g
-(Section)h(4.3.1)g([The)e(Set)h(Builtin],)g(page)g(69\).)154
-2248 y(15.)61 b(The)48 b(shell)h(will)f(not)h(exit)g(on)g(expansion)f
-(errors)g(caused)g(b)m(y)h Fr(v)-5 b(ar)54 b Fu(b)s(eing)48
-b(unset)g(or)h(n)m(ull)f(in)330 2358 y Ft(${)p Fj(var)p
-Ft(:?)p Fj(word)p Ft(})27 b Fu(expansions)j(\(see)h(Section)h(3.5.3)g
-([Shell)e(P)m(arameter)i(Expansion],)e(page)h(26\).)154
-2492 y(16.)61 b(Redirection)31 b(errors)f(encoun)m(tered)h(b)m(y)f
-(shell)h(builtins)f(will)g(not)h(cause)g(the)f(shell)h(to)g(exit.)154
-2626 y(17.)61 b(When)26 b(running)f(in)i Fm(posix)e Fu(mo)s(de,)j(a)f
-(sp)s(ecial)g(builtin)f(returning)g(an)g(error)h(status)g(will)g(not)f
-(cause)330 2736 y(the)31 b(shell)f(to)h(exit)h(\(see)f(Section)g(6.11)h
-([Bash)f(POSIX)e(Mo)s(de],)i(page)g(109\).)154 2870 y(18.)61
-b(A)34 b(failed)g Ft(exec)f Fu(will)h(not)g(cause)g(the)g(shell)g(to)g
-(exit)h(\(see)f(Section)h(4.1)g([Bourne)f(Shell)f(Builtins],)330
-2980 y(page)e(49\).)154 3114 y(19.)61 b(P)m(arser)31
-b(syn)m(tax)f(errors)g(will)h(not)g(cause)g(the)f(shell)h(to)g(exit.)
-154 3248 y(20.)61 b(If)28 b(the)g Ft(cdspell)f Fu(shell)h(option)h(is)g
-(enabled,)g(the)f(shell)h(will)f(attempt)i(simple)e(sp)s(elling)h
-(correction)330 3357 y(for)f(directory)h(argumen)m(ts)g(to)g(the)g
-Ft(cd)e Fu(builtin)h(\(see)i(the)e(description)h(of)f(the)h
-Ft(cdspell)d Fu(option)j(to)330 3467 y(the)j Ft(shopt)e
-Fu(builtin)h(in)h(Section)g(4.3.2)i([The)d(Shopt)g(Builtin],)i(page)g
-(73\).)46 b(The)31 b Ft(cdspell)e Fu(option)330 3576
-y(is)h(only)h(e\013ectiv)m(e)i(in)d(in)m(teractiv)m(e)j(shells.)154
-3711 y(21.)61 b(The)42 b(shell)h(will)g(c)m(hec)m(k)h(the)f(v)-5
-b(alue)43 b(of)f(the)h Ft(TMOUT)e Fu(v)-5 b(ariable)44
-b(and)e(exit)h(if)g(a)g(command)f(is)h(not)330 3820 y(read)30
-b(within)g(the)g(sp)s(eci\014ed)f(n)m(um)m(b)s(er)g(of)i(seconds)f
-(after)g(prin)m(ting)g Ft($PS1)f Fu(\(see)i(Section)g(5.2)h([Bash)330
-3930 y(V)-8 b(ariables],)32 b(page)f(81\).)150 4170 y
-Fs(6.4)68 b(Bash)45 b(Conditional)h(Expressions)150 4329
-y Fu(Conditional)25 b(expressions)f(are)g(used)g(b)m(y)g(the)g
-Ft([[)g Fu(comp)s(ound)e(command)i(\(see)h(Section)g(3.2.5.2)i([Condi-)
-150 4439 y(tional)h(Constructs],)g(page)f(12\))h(and)e(the)h
-Ft(test)f Fu(and)g Ft([)h Fu(builtin)f(commands)h(\(see)g(Section)h
-(4.1)g([Bourne)150 4548 y(Shell)37 b(Builtins],)j(page)e(49\).)63
-b(The)36 b Ft(test)g Fu(and)h Ft([)g Fu(commands)g(determine)g(their)h
-(b)s(eha)m(vior)f(based)g(on)150 4658 y(the)29 b(n)m(um)m(b)s(er)f(of)h
-(argumen)m(ts;)h(see)f(the)h(descriptions)e(of)i(those)f(commands)g
-(for)f(an)m(y)i(other)f(command-)150 4768 y(sp)s(eci\014c)h(actions.)
-275 4902 y(Expressions)22 b(ma)m(y)h(b)s(e)g(unary)f(or)h(binary)-8
-b(,)24 b(and)f(are)g(formed)g(from)g(the)g(follo)m(wing)h(primaries.)38
-b(Unary)150 5011 y(expressions)c(are)g(often)g(used)g(to)g(examine)h
-(the)f(status)g(of)h(a)f(\014le.)52 b(There)33 b(are)h(string)g(op)s
-(erators)h(and)150 5121 y(n)m(umeric)c(comparison)g(op)s(erators)h(as)f
-(w)m(ell.)44 b(Bash)31 b(handles)g(sev)m(eral)h(\014lenames)g(sp)s
-(ecially)g(when)e(they)150 5230 y(are)35 b(used)e(in)i(expressions.)52
-b(If)34 b(the)h(op)s(erating)f(system)h(on)f(whic)m(h)g(Bash)h(is)f
-(running)f(pro)m(vides)h(these)150 5340 y(sp)s(ecial)22
-b(\014les,)i(Bash)e(will)g(use)f(them;)k(otherwise)d(it)g(will)g(em)m
-(ulate)h(them)f(in)m(ternally)h(with)e(this)h(b)s(eha)m(vior:)p
-eop end
-%%Page: 100 106
-TeXDict begin 100 105 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(100)150 299 y(If)27
-b(the)g Fr(\014le)33 b Fu(argumen)m(t)27 b(to)h(one)g(of)f(the)h
-(primaries)f(is)g(of)h(the)f(form)g Ft(/dev/fd/)p Fj(N)p
-Fu(,)e(then)i(\014le)h(descriptor)f Fr(N)150 408 y Fu(is)g(c)m(hec)m(k)
-m(ed.)42 b(If)26 b(the)h Fr(\014le)32 b Fu(argumen)m(t)c(to)f(one)h(of)
-f(the)g(primaries)f(is)h(one)h(of)f Ft(/dev/stdin)p Fu(,)e
-Ft(/dev/stdout)p Fu(,)150 518 y(or)30 b Ft(/dev/stderr)p
-Fu(,)e(\014le)i(descriptor)h(0,)g(1,)g(or)f(2,)h(resp)s(ectiv)m(ely)-8
-b(,)32 b(is)f(c)m(hec)m(k)m(ed.)275 655 y(When)37 b(used)g(with)g
-Ft([[)p Fu(,)i(the)f(`)p Ft(<)p Fu(')g(and)f(`)p Ft(>)p
-Fu(')h(op)s(erators)g(sort)g(lexicographically)i(using)d(the)h(curren)m
-(t)150 765 y(lo)s(cale.)k(The)30 b Ft(test)f Fu(command)i(uses)f(ASCI)s
-(I)e(ordering.)275 902 y(Unless)44 b(otherwise)h(sp)s(eci\014ed,)j
-(primaries)c(that)h(op)s(erate)g(on)g(\014les)f(follo)m(w)i(sym)m(b)s
-(olic)f(links)g(and)150 1011 y(op)s(erate)31 b(on)f(the)h(target)h(of)e
-(the)h(link,)f(rather)h(than)f(the)g(link)h(itself.)150
-1175 y Ft(-a)f Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists.)150 1337 y Ft(-b)30 b Fj(file)162
-b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31
-b(and)f(is)g(a)h(blo)s(c)m(k)g(sp)s(ecial)g(\014le.)150
-1499 y Ft(-c)f Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(a)h(c)m(haracter)h(sp)s(ecial)
-f(\014le.)150 1661 y Ft(-d)f Fj(file)162 b Fu(T)-8 b(rue)30
-b(if)g Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(a)h(directory)-8
-b(.)150 1823 y Ft(-e)30 b Fj(file)162 b Fu(T)-8 b(rue)30
-b(if)g Fr(\014le)36 b Fu(exists.)150 1985 y Ft(-f)30
-b Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36
-b Fu(exists)31 b(and)f(is)g(a)h(regular)f(\014le.)150
-2147 y Ft(-g)g Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(its)g(set-group-id)h(bit)g(is)f
-(set.)150 2309 y Ft(-h)g Fj(file)162 b Fu(T)-8 b(rue)30
-b(if)g Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(a)h(sym)m(b)s(olic)g
-(link.)150 2471 y Ft(-k)f Fj(file)162 b Fu(T)-8 b(rue)30
-b(if)g Fr(\014le)36 b Fu(exists)31 b(and)f(its)g Ft(")p
-Fu(stic)m(ky)p Ft(")h Fu(bit)g(is)f(set.)150 2633 y Ft(-p)g
-Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b
-Fu(exists)31 b(and)f(is)g(a)h(named)f(pip)s(e)f(\(FIF)m(O\).)150
-2795 y Ft(-r)h Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(readable.)150
-2957 y Ft(-s)g Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(has)g(a)g(size)i(greater)f(than)f
-(zero.)150 3119 y Ft(-t)g Fj(fd)258 b Fu(T)-8 b(rue)30
-b(if)g(\014le)h(descriptor)f Fr(fd)j Fu(is)e(op)s(en)e(and)h(refers)g
-(to)h(a)g(terminal.)150 3281 y Ft(-u)f Fj(file)162 b
-Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31 b(and)f(its)g
-(set-user-id)h(bit)f(is)h(set.)150 3443 y Ft(-w)f Fj(file)162
-b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31
-b(and)f(is)g(writable.)150 3605 y Ft(-x)g Fj(file)162
-b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31
-b(and)f(is)g(executable.)150 3767 y Ft(-G)g Fj(file)162
-b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31
-b(and)f(is)g(o)m(wned)g(b)m(y)h(the)f(e\013ectiv)m(e)j(group)d(id.)150
-3929 y Ft(-L)g Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(a)h(sym)m(b)s(olic)g(link.)150
-4091 y Ft(-N)f Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g
-Fr(\014le)36 b Fu(exists)31 b(and)f(has)g(b)s(een)f(mo)s(di\014ed)h
-(since)g(it)h(w)m(as)g(last)g(read.)150 4253 y Ft(-O)f
-Fj(file)162 b Fu(T)-8 b(rue)30 b(if)g Fr(\014le)36 b
-Fu(exists)31 b(and)f(is)g(o)m(wned)g(b)m(y)h(the)f(e\013ectiv)m(e)j
-(user)d(id.)150 4416 y Ft(-S)g Fj(file)162 b Fu(T)-8
-b(rue)30 b(if)g Fr(\014le)36 b Fu(exists)31 b(and)f(is)g(a)h(so)s(c)m
-(k)m(et.)150 4578 y Fj(file1)e Ft(-ef)g Fj(file2)630
-4687 y Fu(T)-8 b(rue)30 b(if)g Fr(\014le1)38 b Fu(and)30
-b Fr(\014le2)38 b Fu(refer)30 b(to)i(the)e(same)h(device)g(and)f(ino)s
-(de)g(n)m(um)m(b)s(ers.)150 4849 y Fj(file1)f Ft(-nt)g
-Fj(file2)630 4959 y Fu(T)-8 b(rue)23 b(if)h Fr(\014le1)32
-b Fu(is)24 b(new)m(er)g(\(according)h(to)g(mo)s(di\014cation)f(date\))h
-(than)f Fr(\014le2)p Fu(,)i(or)e(if)g Fr(\014le1)31 b
-Fu(exists)630 5068 y(and)f Fr(\014le2)38 b Fu(do)s(es)30
-b(not.)150 5230 y Fj(file1)f Ft(-ot)g Fj(file2)630 5340
-y Fu(T)-8 b(rue)30 b(if)g Fr(\014le1)38 b Fu(is)31 b(older)f(than)g
-Fr(\014le2)p Fu(,)i(or)e(if)g Fr(\014le2)38 b Fu(exists)31
-b(and)f Fr(\014le1)38 b Fu(do)s(es)30 b(not.)p eop end
-%%Page: 101 107
-TeXDict begin 101 106 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(101)150 299 y Ft(-o)30
-b Fj(optname)630 408 y Fu(T)-8 b(rue)41 b(if)g(the)g(shell)h(option)f
-Fr(optname)47 b Fu(is)41 b(enabled.)73 b(The)41 b(list)h(of)f(options)h
-(app)s(ears)e(in)630 518 y(the)33 b(description)h(of)f(the)g
-Ft(-o)g Fu(option)g(to)h(the)g Ft(set)e Fu(builtin)h(\(see)h(Section)g
-(4.3.1)h([The)e(Set)630 628 y(Builtin],)e(page)g(69\).)150
-772 y Ft(-v)f Fj(varname)630 882 y Fu(T)-8 b(rue)24 b(if)h(the)g(shell)
-g(v)-5 b(ariable)26 b Fr(v)-5 b(arname)30 b Fu(is)25
-b(set)g(\(has)g(b)s(een)f(assigned)h(a)h(v)-5 b(alue\).)39
-b(If)25 b Fr(v)-5 b(arname)630 991 y Fu(is)37 b(an)g(indexed)g(arra)m
-(y)h(v)-5 b(ariable)38 b(name)f(subscripted)f(b)m(y)h(`)p
-Ft(@)p Fu(')g(or)h(`)p Ft(*)p Fu(',)h(this)e(returns)f(true)630
-1101 y(if)g(the)f(arra)m(y)h(has)g(an)m(y)f(set)i(elemen)m(ts.)57
-b(If)35 b Fr(v)-5 b(arname)41 b Fu(is)35 b(an)h(asso)s(ciativ)m(e)i
-(arra)m(y)e(v)-5 b(ariable)630 1210 y(name)32 b(subscripted)e(b)m(y)h
-(`)p Ft(@)p Fu(')h(or)g(`)p Ft(*)p Fu(',)g(this)f(returns)g(true)g(if)h
-(an)f(elemen)m(t)i(with)e(that)i(k)m(ey)f(is)630 1320
-y(set.)150 1464 y Ft(-R)e Fj(varname)630 1574 y Fu(T)-8
-b(rue)30 b(if)g(the)h(shell)f(v)-5 b(ariable)32 b Fr(v)-5
-b(arname)35 b Fu(is)30 b(set)h(and)f(is)h(a)f(name)h(reference.)150
-1718 y Ft(-z)f Fj(string)66 b Fu(T)-8 b(rue)30 b(if)g(the)h(length)g
-(of)f Fr(string)38 b Fu(is)31 b(zero.)150 1862 y Ft(-n)f
-Fj(string)150 1972 y(string)192 b Fu(T)-8 b(rue)30 b(if)g(the)h(length)
-g(of)f Fr(string)38 b Fu(is)31 b(non-zero.)150 2116 y
-Fj(string1)d Ft(==)i Fj(string2)150 2226 y(string1)e
-Ft(=)i Fj(string2)630 2336 y Fu(T)-8 b(rue)43 b(if)h(the)g(strings)g
-(are)g(equal.)82 b(When)44 b(used)f(with)g(the)h Ft([[)g
-Fu(command,)j(this)d(p)s(er-)630 2445 y(forms)d(pattern)g(matc)m(hing)i
-(as)f(describ)s(ed)e(ab)s(o)m(v)m(e)j(\(see)f(Section)g(3.2.5.2)i
-([Conditional)630 2555 y(Constructs],)30 b(page)h(12\).)630
-2682 y(`)p Ft(=)p Fu(')g(should)e(b)s(e)h(used)f(with)h(the)h
-Ft(test)e Fu(command)h(for)g Fm(posix)g Fu(conformance.)150
-2826 y Fj(string1)e Ft(!=)i Fj(string2)630 2936 y Fu(T)-8
-b(rue)30 b(if)g(the)h(strings)f(are)h(not)f(equal.)150
-3080 y Fj(string1)e Ft(<)i Fj(string2)630 3189 y Fu(T)-8
-b(rue)30 b(if)g Fr(string1)38 b Fu(sorts)31 b(b)s(efore)f
-Fr(string2)38 b Fu(lexicographically)-8 b(.)150 3334
-y Fj(string1)28 b Ft(>)i Fj(string2)630 3443 y Fu(T)-8
-b(rue)30 b(if)g Fr(string1)38 b Fu(sorts)31 b(after)g
-Fr(string2)38 b Fu(lexicographically)-8 b(.)150 3588
-y Fj(arg1)29 b Ft(OP)h Fj(arg2)630 3697 y Ft(OP)j Fu(is)h(one)g(of)h(`)
-p Ft(-eq)p Fu(',)f(`)p Ft(-ne)p Fu(',)h(`)p Ft(-lt)p
-Fu(',)g(`)p Ft(-le)p Fu(',)f(`)p Ft(-gt)p Fu(',)h(or)f(`)p
-Ft(-ge)p Fu('.)51 b(These)34 b(arithmetic)h(binary)630
-3807 y(op)s(erators)h(return)e(true)i(if)f Fr(arg1)44
-b Fu(is)36 b(equal)g(to,)i(not)e(equal)g(to,)i(less)e(than,)h(less)f
-(than)f(or)630 3916 y(equal)29 b(to,)g(greater)h(than,)e(or)g(greater)i
-(than)d(or)i(equal)f(to)h Fr(arg2)p Fu(,)h(resp)s(ectiv)m(ely)-8
-b(.)42 b Fr(Arg1)36 b Fu(and)630 4026 y Fr(arg2)41 b
-Fu(ma)m(y)34 b(b)s(e)f(p)s(ositiv)m(e)h(or)f(negativ)m(e)j(in)m
-(tegers.)50 b(When)33 b(used)g(with)g(the)g Ft([[)g Fu(command,)630
-4136 y Fr(Arg1)41 b Fu(and)33 b Fr(Arg2)41 b Fu(are)33
-b(ev)-5 b(aluated)35 b(as)e(arithmetic)i(expressions)d(\(see)j(Section)
-f(6.5)g([Shell)630 4245 y(Arithmetic],)e(page)f(101\).)150
-4471 y Fs(6.5)68 b(Shell)45 b(Arithmetic)150 4630 y Fu(The)26
-b(shell)h(allo)m(ws)h(arithmetic)f(expressions)g(to)g(b)s(e)f(ev)-5
-b(aluated,)29 b(as)d(one)h(of)g(the)g(shell)f(expansions)h(or)f(b)m(y)
-150 4740 y(using)h(the)g Ft(\(\()g Fu(comp)s(ound)e(command,)j(the)g
-Ft(let)e Fu(builtin,)i(or)f(the)g Ft(-i)g Fu(option)h(to)f(the)h
-Ft(declare)d Fu(builtin.)275 4867 y(Ev)-5 b(aluation)27
-b(is)g(done)f(in)g(\014xed-width)g(in)m(tegers)i(with)e(no)h(c)m(hec)m
-(k)h(for)e(o)m(v)m(er\015o)m(w,)j(though)d(division)h(b)m(y)150
-4976 y(0)g(is)g(trapp)s(ed)f(and)h(\015agged)g(as)h(an)f(error.)39
-b(The)26 b(op)s(erators)h(and)g(their)g(precedence,)h(asso)s(ciativit)m
-(y)-8 b(,)32 b(and)150 5086 y(v)-5 b(alues)35 b(are)h(the)f(same)g(as)h
-(in)e(the)h(C)g(language.)56 b(The)35 b(follo)m(wing)h(list)g(of)f(op)s
-(erators)g(is)g(group)s(ed)f(in)m(to)150 5196 y(lev)m(els)27
-b(of)f(equal-precedence)i(op)s(erators.)39 b(The)25 b(lev)m(els)j(are)e
-(listed)h(in)e(order)h(of)g(decreasing)g(precedence.)150
-5340 y Fj(id)p Ft(++)j Fj(id)p Ft(--)67 b Fu(v)-5 b(ariable)31
-b(p)s(ost-incremen)m(t)g(and)f(p)s(ost-decremen)m(t)p
-eop end
-%%Page: 102 108
-TeXDict begin 102 107 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(102)150 299 y Ft(++)p
-Fj(id)29 b Ft(--)p Fj(id)67 b Fu(v)-5 b(ariable)31 b(pre-incremen)m(t)g
-(and)f(pre-decremen)m(t)150 463 y Ft(-)g(+)354 b Fu(unary)29
-b(min)m(us)h(and)g(plus)150 627 y Ft(!)g(~)354 b Fu(logical)33
-b(and)d(bit)m(wise)h(negation)150 791 y Ft(**)384 b Fu(exp)s(onen)m
-(tiation)150 955 y Ft(*)30 b(/)g(\045)276 b Fu(m)m(ultiplication,)33
-b(division,)d(remainder)150 1119 y Ft(+)g(-)354 b Fu(addition,)31
-b(subtraction)150 1283 y Ft(<<)f(>>)258 b Fu(left)31
-b(and)f(righ)m(t)h(bit)m(wise)g(shifts)150 1447 y Ft(<=)f(>=)g(<)g(>)
-102 b Fu(comparison)150 1611 y Ft(==)30 b(!=)258 b Fu(equalit)m(y)32
-b(and)e(inequalit)m(y)150 1775 y Ft(&)432 b Fu(bit)m(wise)31
-b(AND)150 1939 y Ft(^)432 b Fu(bit)m(wise)31 b(exclusiv)m(e)h(OR)150
-2103 y Ft(|)432 b Fu(bit)m(wise)31 b(OR)150 2267 y Ft(&&)384
-b Fu(logical)33 b(AND)150 2431 y Ft(||)384 b Fu(logical)33
-b(OR)150 2595 y Ft(expr)c(?)h(if-true-expr)d(:)j(if-false-expr)630
-2704 y Fu(conditional)i(op)s(erator)150 2868 y Ft(=)e(*=)g(/=)g(\045=)f
-(+=)h(-=)g(<<=)f(>>=)h(&=)g(^=)f(|=)630 2978 y Fu(assignmen)m(t)150
-3142 y Ft(expr1)g(,)h(expr2)630 3252 y Fu(comma)275 3418
-y(Shell)38 b(v)-5 b(ariables)39 b(are)g(allo)m(w)m(ed)i(as)e(op)s
-(erands;)i(parameter)e(expansion)g(is)f(p)s(erformed)g(b)s(efore)g(the)
-150 3528 y(expression)g(is)g(ev)-5 b(aluated.)66 b(Within)38
-b(an)h(expression,)h(shell)e(v)-5 b(ariables)39 b(ma)m(y)g(also)g(b)s
-(e)f(referenced)g(b)m(y)150 3637 y(name)31 b(without)f(using)g(the)h
-(parameter)g(expansion)f(syn)m(tax.)42 b(A)31 b(shell)f(v)-5
-b(ariable)32 b(that)f(is)f(n)m(ull)h(or)f(unset)150 3747
-y(ev)-5 b(aluates)41 b(to)f(0)g(when)e(referenced)h(b)m(y)g(name)h
-(without)f(using)g(the)g(parameter)h(expansion)f(syn)m(tax.)150
-3856 y(The)c(v)-5 b(alue)37 b(of)f(a)h(v)-5 b(ariable)36
-b(is)g(ev)-5 b(aluated)38 b(as)e(an)g(arithmetic)h(expression)f(when)f
-(it)h(is)g(referenced,)i(or)150 3966 y(when)27 b(a)h(v)-5
-b(ariable)29 b(whic)m(h)e(has)h(b)s(een)f(giv)m(en)i(the)f
-Ft(integer)e Fu(attribute)i(using)g(`)p Ft(declare)g(-i)p
-Fu(')g(is)g(assigned)150 4075 y(a)33 b(v)-5 b(alue.)49
-b(A)33 b(n)m(ull)g(v)-5 b(alue)34 b(ev)-5 b(aluates)34
-b(to)g(0.)49 b(A)33 b(shell)g(v)-5 b(ariable)34 b(need)e(not)i(ha)m(v)m
-(e)g(its)f Ft(integer)e Fu(attribute)150 4185 y(turned)e(on)h(to)i(b)s
-(e)d(used)h(in)g(an)g(expression.)275 4324 y(In)m(teger)41
-b(constan)m(ts)g(follo)m(w)h(the)e(C)g(language)i(de\014nition,)g
-(without)f(su\016xes)e(or)h(c)m(haracter)i(con-)150 4434
-y(stan)m(ts.)f(Constan)m(ts)31 b(with)f(a)g(leading)h(0)f(are)h(in)m
-(terpreted)f(as)g(o)s(ctal)i(n)m(um)m(b)s(ers.)39 b(A)30
-b(leading)h(`)p Ft(0x)p Fu(')f(or)g(`)p Ft(0X)p Fu(')150
-4543 y(denotes)g(hexadecimal.)42 b(Otherwise,)30 b(n)m(um)m(b)s(ers)f
-(tak)m(e)i(the)f(form)g([)p Fr(base)5 b Ft(#)p Fu(])p
-Fr(n)p Fu(,)30 b(where)f(the)i(optional)g Fr(base)150
-4653 y Fu(is)e(a)h(decimal)g(n)m(um)m(b)s(er)e(b)s(et)m(w)m(een)h(2)h
-(and)e(64)i(represen)m(ting)g(the)f(arithmetic)i(base,)e(and)g
-Fr(n)g Fu(is)g(a)g(n)m(um)m(b)s(er)150 4763 y(in)g(that)i(base.)40
-b(If)30 b Fr(base)5 b Ft(#)30 b Fu(is)f(omitted,)i(then)f(base)g(10)g
-(is)g(used.)40 b(When)30 b(sp)s(ecifying)f Fr(n)p Fu(,)h(if)f(a)i
-(non-digit)f(is)150 4872 y(required,)k(the)g(digits)h(greater)g(than)e
-(9)i(are)f(represen)m(ted)g(b)m(y)f(the)h(lo)m(w)m(ercase)j(letters,)f
-(the)e(upp)s(ercase)150 4982 y(letters,)26 b(`)p Ft(@)p
-Fu(',)g(and)d(`)p Ft(_)p Fu(',)i(in)e(that)i(order.)38
-b(If)23 b Fr(base)29 b Fu(is)23 b(less)h(than)g(or)f(equal)h(to)h(36,)h
-(lo)m(w)m(ercase)g(and)d(upp)s(ercase)150 5091 y(letters)32
-b(ma)m(y)f(b)s(e)e(used)h(in)m(terc)m(hangeably)i(to)f(represen)m(t)g
-(n)m(um)m(b)s(ers)e(b)s(et)m(w)m(een)i(10)g(and)f(35.)275
-5230 y(Op)s(erators)44 b(are)h(ev)-5 b(aluated)46 b(in)f(order)f(of)h
-(precedence.)85 b(Sub-expressions)44 b(in)g(paren)m(theses)i(are)150
-5340 y(ev)-5 b(aluated)32 b(\014rst)d(and)h(ma)m(y)h(o)m(v)m(erride)g
-(the)g(precedence)g(rules)f(ab)s(o)m(v)m(e.)p eop end
-%%Page: 103 109
-TeXDict begin 103 108 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(103)150 299 y Fs(6.6)68
-b(Aliases)150 458 y Fr(Aliases)31 b Fu(allo)m(w)d(a)f(string)f(to)i(b)s
-(e)d(substituted)h(for)g(a)h(w)m(ord)f(that)h(is)g(in)f(a)h(p)s
-(osition)f(in)g(the)h(input)e(where)h(it)150 568 y(can)33
-b(b)s(e)e(the)i(\014rst)f(w)m(ord)g(of)g(a)h(simple)f(command.)47
-b(Aliases)34 b(ha)m(v)m(e)f(names)f(and)g(corresp)s(onding)g(v)-5
-b(alues)150 677 y(that)25 b(are)g(set)g(and)f(unset)g(using)g(the)h
-Ft(alias)e Fu(and)h Ft(unalias)f Fu(builtin)h(commands)g(\(see)i
-(Chapter)e(4)h([Shell)150 787 y(Builtin)31 b(Commands],)f(page)h(49\).)
-275 934 y(If)g(the)g(shell)h(reads)f(an)g(unquoted)g(w)m(ord)g(in)g
-(the)h(righ)m(t)g(p)s(osition,)g(it)g(c)m(hec)m(ks)h(the)f(w)m(ord)f
-(to)h(see)g(if)f(it)150 1044 y(matc)m(hes)h(an)f(alias)h(name.)43
-b(If)30 b(it)i(matc)m(hes,)g(the)f(shell)g(replaces)h(the)f(w)m(ord)g
-(with)f(the)i(alias)g(v)-5 b(alue,)32 b(and)150 1153
-y(reads)h(that)h(v)-5 b(alue)33 b(as)h(if)f(it)h(had)e(b)s(een)h(read)g
-(instead)g(of)h(the)f(w)m(ord.)49 b(The)33 b(shell)g(do)s(esn't)g(lo)s
-(ok)h(at)g(an)m(y)150 1263 y(c)m(haracters)e(follo)m(wing)g(the)e(w)m
-(ord)g(b)s(efore)g(attempting)i(alias)f(substitution.)275
-1410 y(The)d(c)m(haracters)i(`)p Ft(/)p Fu(',)f(`)p Ft($)p
-Fu(',)g(`)p Ft(`)p Fu(',)g(`)p Ft(=)p Fu(')g(and)f(an)m(y)h(of)g(the)f
-(shell)h(metac)m(haracters)i(or)e(quoting)f(c)m(haracters)150
-1519 y(listed)g(ab)s(o)m(v)m(e)h(ma)m(y)f(not)g(app)s(ear)f(in)g(an)g
-(alias)i(name.)40 b(The)27 b(replacemen)m(t)i(text)g(ma)m(y)f(con)m
-(tain)h(an)m(y)f(v)-5 b(alid)150 1629 y(shell)28 b(input,)g(including)g
-(shell)g(metac)m(haracters.)42 b(The)28 b(\014rst)f(w)m(ord)h(of)g(the)
-g(replacemen)m(t)i(text)f(is)f(tested)150 1738 y(for)e(aliases,)j(but)d
-(a)h(w)m(ord)f(that)h(is)g(iden)m(tical)h(to)f(an)g(alias)g(b)s(eing)f
-(expanded)g(is)h(not)f(expanded)g(a)h(second)150 1848
-y(time.)41 b(This)28 b(means)h(that)g(one)g(ma)m(y)h(alias)g
-Ft(ls)e Fu(to)i Ft("ls)f(-F")p Fu(,)g(for)f(instance,)j(and)d(Bash)h
-(do)s(es)f(not)h(try)g(to)150 1958 y(recursiv)m(ely)i(expand)f(the)g
-(replacemen)m(t)i(text.)275 2104 y(If)25 b(the)i(last)g(c)m(haracter)h
-(of)e(the)g(alias)i(v)-5 b(alue)26 b(is)h(a)f Ft(blank)p
-Fu(,)g(then)g(the)g(next)h(command)f(w)m(ord)f(follo)m(wing)150
-2214 y(the)31 b(alias)g(is)g(also)g(c)m(hec)m(k)m(ed)h(for)e(alias)i
-(expansion.)275 2361 y(Aliases)d(are)f(created)i(and)d(listed)i(with)f
-(the)g Ft(alias)f Fu(command,)h(and)g(remo)m(v)m(ed)h(with)f(the)g
-Ft(unalias)150 2471 y Fu(command.)275 2617 y(There)44
-b(is)h(no)g(mec)m(hanism)g(for)f(using)h(argumen)m(ts)g(in)f(the)h
-(replacemen)m(t)i(text,)i(as)d(in)e Ft(csh)p Fu(.)83
-b(If)150 2727 y(argumen)m(ts)44 b(are)g(needed,)j(use)d(a)g(shell)g
-(function)g(\(see)g(Section)h(3.3)g([Shell)f(F)-8 b(unctions],)48
-b(page)d(19\))150 2837 y(instead.)275 2984 y(Aliases)33
-b(are)h(not)e(expanded)g(when)g(the)h(shell)g(is)g(not)g(in)m(teractiv)
-m(e,)j(unless)c(the)h Ft(expand_aliases)150 3093 y Fu(shell)e(option)f
-(is)h(set)g(using)f Ft(shopt)f Fu(\(see)i(Section)g(4.3.2)h([The)e
-(Shopt)g(Builtin],)h(page)g(73\).)275 3240 y(The)38 b(rules)h
-(concerning)h(the)f(de\014nition)g(and)g(use)g(of)g(aliases)i(are)e
-(somewhat)h(confusing.)67 b(Bash)150 3350 y(alw)m(a)m(ys)37
-b(reads)f(at)h(least)g(one)f(complete)i(line)e(of)g(input,)h(and)e(all)
-i(lines)f(that)g(mak)m(e)h(up)e(a)h(comp)s(ound)150 3459
-y(command,)29 b(b)s(efore)g(executing)i(an)m(y)e(of)h(the)f(commands)g
-(on)g(that)h(line)f(or)h(the)f(comp)s(ound)f(command.)150
-3569 y(Aliases)g(are)g(expanded)e(when)g(a)i(command)f(is)g(read,)h
-(not)f(when)f(it)i(is)f(executed.)41 b(Therefore,)28
-b(an)f(alias)150 3678 y(de\014nition)36 b(app)s(earing)h(on)f(the)h
-(same)g(line)g(as)g(another)g(command)f(do)s(es)g(not)h(tak)m(e)i
-(e\013ect)f(un)m(til)f(the)150 3788 y(next)i(line)g(of)g(input)f(is)h
-(read.)66 b(The)38 b(commands)h(follo)m(wing)h(the)f(alias)h
-(de\014nition)e(on)h(that)g(line)h(are)150 3898 y(not)33
-b(a\013ected)h(b)m(y)f(the)g(new)f(alias.)49 b(This)32
-b(b)s(eha)m(vior)h(is)g(also)g(an)g(issue)g(when)e(functions)i(are)g
-(executed.)150 4007 y(Aliases)c(are)g(expanded)e(when)g(a)i(function)e
-(de\014nition)h(is)g(read,)h(not)f(when)g(the)g(function)g(is)g
-(executed,)150 4117 y(b)s(ecause)36 b(a)h(function)f(de\014nition)f(is)
-i(itself)g(a)f(command.)58 b(As)36 b(a)h(consequence,)h(aliases)g
-(de\014ned)d(in)h(a)150 4226 y(function)28 b(are)h(not)g(a)m(v)-5
-b(ailable)31 b(un)m(til)e(after)g(that)g(function)f(is)g(executed.)41
-b(T)-8 b(o)29 b(b)s(e)f(safe,)i(alw)m(a)m(ys)g(put)e(alias)150
-4336 y(de\014nitions)i(on)g(a)h(separate)g(line,)g(and)f(do)g(not)h
-(use)f Ft(alias)f Fu(in)h(comp)s(ound)f(commands.)275
-4483 y(F)-8 b(or)31 b(almost)g(ev)m(ery)g(purp)s(ose,)e(shell)i
-(functions)f(are)g(preferred)g(o)m(v)m(er)h(aliases.)150
-4742 y Fs(6.7)68 b(Arra)l(ys)150 4902 y Fu(Bash)33 b(pro)m(vides)g
-(one-dimensional)g(indexed)f(and)h(asso)s(ciativ)m(e)i(arra)m(y)e(v)-5
-b(ariables.)49 b(An)m(y)33 b(v)-5 b(ariable)33 b(ma)m(y)150
-5011 y(b)s(e)e(used)h(as)g(an)g(indexed)f(arra)m(y;)j(the)e
-Ft(declare)e Fu(builtin)h(will)i(explicitly)g(declare)g(an)f(arra)m(y)
--8 b(.)46 b(There)32 b(is)150 5121 y(no)h(maxim)m(um)g(limit)h(on)f
-(the)g(size)h(of)g(an)f(arra)m(y)-8 b(,)35 b(nor)d(an)m(y)i(requiremen)
-m(t)f(that)h(mem)m(b)s(ers)e(b)s(e)g(indexed)150 5230
-y(or)26 b(assigned)h(con)m(tiguously)-8 b(.)41 b(Indexed)25
-b(arra)m(ys)i(are)f(referenced)g(using)g(in)m(tegers)i(\(including)e
-(arithmetic)150 5340 y(expressions)34 b(\(see)h(Section)h(6.5)f([Shell)
-g(Arithmetic],)i(page)e(101\)\))h(and)e(are)h(zero-based;)i(asso)s
-(ciativ)m(e)p eop end
-%%Page: 104 110
-TeXDict begin 104 109 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(104)150 299 y(arra)m(ys)37
-b(use)f(arbitrary)g(strings.)59 b(Unless)36 b(otherwise)h(noted,)h
-(indexed)e(arra)m(y)h(indices)f(m)m(ust)g(b)s(e)g(non-)150
-408 y(negativ)m(e)d(in)m(tegers.)275 541 y(An)26 b(indexed)h(arra)m(y)h
-(is)f(created)h(automatically)j(if)c(an)m(y)g(v)-5 b(ariable)28
-b(is)g(assigned)f(to)h(using)f(the)g(syn)m(tax)390 674
-y Fj(name)p Ft([)p Fj(subscript)p Ft(]=)p Fj(value)150
-806 y Fu(The)34 b Fr(subscript)h Fu(is)g(treated)g(as)g(an)f
-(arithmetic)i(expression)e(that)h(m)m(ust)g(ev)-5 b(aluate)36
-b(to)f(a)g(n)m(um)m(b)s(er.)51 b(T)-8 b(o)150 916 y(explicitly)32
-b(declare)f(an)g(arra)m(y)-8 b(,)31 b(use)390 1049 y
-Ft(declare)46 b(-a)h Fj(name)150 1181 y Fu(The)30 b(syn)m(tax)390
-1314 y Ft(declare)46 b(-a)h Fj(name)p Ft([)p Fj(subscript)p
-Ft(])150 1447 y Fu(is)30 b(also)i(accepted;)g(the)e Fr(subscript)h
-Fu(is)g(ignored.)150 1579 y(Asso)s(ciativ)m(e)i(arra)m(ys)d(are)h
-(created)h(using)390 1712 y Ft(declare)46 b(-A)h Fj(name)275
-1845 y Fu(A)m(ttributes)f(ma)m(y)h(b)s(e)e(sp)s(eci\014ed)g(for)h(an)g
-(arra)m(y)g(v)-5 b(ariable)47 b(using)e(the)h Ft(declare)e
-Fu(and)h Ft(readonly)150 1954 y Fu(builtins.)40 b(Eac)m(h)31
-b(attribute)g(applies)g(to)g(all)g(mem)m(b)s(ers)f(of)g(an)h(arra)m(y)
--8 b(.)275 2087 y(Arra)m(ys)30 b(are)h(assigned)f(to)h(using)f(comp)s
-(ound)f(assignmen)m(ts)i(of)g(the)f(form)390 2220 y Fj(name)p
-Ft(=\()p Fj(value1)44 b(value2)j Ft(...)f(\))150 2352
-y Fu(where)33 b(eac)m(h)i Fr(v)-5 b(alue)40 b Fu(ma)m(y)34
-b(b)s(e)g(of)g(the)g(form)f Ft([)p Fj(subscript)p Ft(]=)p
-Fr(string)p Fu(.)48 b(Indexed)33 b(arra)m(y)h(assignmen)m(ts)h(do)150
-2462 y(not)26 b(require)f(an)m(ything)g(but)g Fr(string)p
-Fu(.)39 b(When)25 b(assigning)h(to)g(indexed)f(arra)m(ys,)i(if)e(the)h
-(optional)g(subscript)150 2571 y(is)h(supplied,)f(that)h(index)g(is)f
-(assigned)h(to;)i(otherwise)e(the)g(index)g(of)f(the)h(elemen)m(t)i
-(assigned)d(is)h(the)g(last)150 2681 y(index)j(assigned)h(to)g(b)m(y)f
-(the)g(statemen)m(t)j(plus)c(one.)41 b(Indexing)30 b(starts)h(at)g
-(zero.)275 2814 y(Eac)m(h)36 b Fr(v)-5 b(alue)41 b Fu(in)35
-b(the)h(list)h(undergo)s(es)d(the)i(shell)g(expansions)f(describ)s(ed)g
-(ab)s(o)m(v)m(e)i(\(see)f(Section)h(3.5)150 2923 y([Shell)e
-(Expansions],)g(page)g(24\),)i(but)d Fr(v)-5 b(alue)5
-b Fu(s)35 b(that)g(are)g(v)-5 b(alid)35 b(v)-5 b(ariable)35
-b(assignmen)m(ts)h(including)e(the)150 3033 y(brac)m(k)m(ets)22
-b(and)e(subscript)f(do)h(not)h(undergo)f(brace)h(expansion)f(and)g(w)m
-(ord)g(splitting,)k(as)c(with)h(individual)150 3142 y(v)-5
-b(ariable)31 b(assignmen)m(ts.)275 3275 y(When)k(assigning)i(to)g(an)f
-(asso)s(ciativ)m(e)i(arra)m(y)-8 b(,)39 b(the)d(w)m(ords)f(in)h(a)h
-(comp)s(ound)d(assignmen)m(t)j(ma)m(y)g(b)s(e)150 3385
-y(either)31 b(assignmen)m(t)h(statemen)m(ts,)h(for)e(whic)m(h)g(the)g
-(subscript)f(is)h(required,)g(or)g(a)g(list)h(of)f(w)m(ords)f(that)i
-(is)150 3494 y(in)m(terpreted)g(as)g(a)g(sequence)f(of)h(alternating)h
-(k)m(eys)f(and)f(v)-5 b(alues:)44 b Fr(name)5 b Fu(=\()p
-Fr(k)m(ey1)40 b(v)-5 b(alue1)40 b(k)m(ey2)g(v)-5 b(alue2)156
-3604 y Fu(.)22 b(.)g(.)47 b(\).)57 b(These)35 b(are)i(treated)f(iden)m
-(tically)i(to)e Fr(name)5 b Fu(=\()36 b([)p Fr(k)m(ey1)7
-b Fu(]=)p Fr(v)-5 b(alue1)46 b Fu([)p Fr(k)m(ey2)7 b
-Fu(]=)p Fr(v)-5 b(alue2)51 b Fu(.)22 b(.)h(.)46 b(\).)57
-b(The)150 3713 y(\014rst)25 b(w)m(ord)f(in)h(the)h(list)g(determines)f
-(ho)m(w)g(the)h(remaining)f(w)m(ords)g(are)h(in)m(terpreted;)h(all)f
-(assignmen)m(ts)g(in)150 3823 y(a)31 b(list)f(m)m(ust)h(b)s(e)e(of)h
-(the)h(same)f(t)m(yp)s(e.)41 b(When)30 b(using)g(k)m(ey/v)-5
-b(alue)32 b(pairs,)e(the)g(k)m(eys)h(ma)m(y)g(not)f(b)s(e)g(missing)150
-3933 y(or)g(empt)m(y;)h(a)g(\014nal)f(missing)g(v)-5
-b(alue)31 b(is)g(treated)g(lik)m(e)h(the)e(empt)m(y)h(string.)275
-4065 y(This)f(syn)m(tax)j(is)e(also)i(accepted)g(b)m(y)f(the)f
-Ft(declare)f Fu(builtin.)44 b(Individual)31 b(arra)m(y)h(elemen)m(ts)h
-(ma)m(y)g(b)s(e)150 4175 y(assigned)e(to)g(using)f(the)g
-Fj(name)p Ft([)p Fj(subscript)p Ft(]=)p Fj(value)25 b
-Fu(syn)m(tax)31 b(in)m(tro)s(duced)e(ab)s(o)m(v)m(e.)275
-4308 y(When)h(assigning)h(to)h(an)e(indexed)g(arra)m(y)-8
-b(,)32 b(if)f Fr(name)36 b Fu(is)31 b(subscripted)e(b)m(y)i(a)g
-(negativ)m(e)i(n)m(um)m(b)s(er,)c(that)150 4417 y(n)m(um)m(b)s(er)43
-b(is)h(in)m(terpreted)h(as)f(relativ)m(e)j(to)e(one)f(greater)i(than)e
-(the)g(maxim)m(um)g(index)g(of)h Fr(name)p Fu(,)j(so)150
-4527 y(negativ)m(e)30 b(indices)d(coun)m(t)h(bac)m(k)g(from)f(the)g
-(end)g(of)g(the)h(arra)m(y)-8 b(,)29 b(and)e(an)g(index)g(of)g(-1)h
-(references)g(the)f(last)150 4636 y(elemen)m(t.)275 4769
-y(The)j(`)p Ft(+=)p Fu(')g(op)s(erator)h(will)g(app)s(end)e(to)i(an)g
-(arra)m(y)g(v)-5 b(ariable)32 b(when)d(assigning)i(using)g(the)f(comp)s
-(ound)150 4879 y(assignmen)m(t)h(syn)m(tax;)g(see)g(Section)g(3.4)h
-([Shell)e(P)m(arameters],)i(page)g(21,)f(ab)s(o)m(v)m(e.)275
-5011 y(An)m(y)d(elemen)m(t)h(of)g(an)f(arra)m(y)g(ma)m(y)h(b)s(e)f
-(referenced)g(using)g Ft(${)p Fj(name)p Ft([)p Fj(subscript)p
-Ft(]})p Fu(.)35 b(The)27 b(braces)i(are)150 5121 y(required)35
-b(to)i(a)m(v)m(oid)g(con\015icts)g(with)f(the)g(shell's)g(\014lename)g
-(expansion)g(op)s(erators.)58 b(If)35 b(the)h Fr(subscript)150
-5230 y Fu(is)g(`)p Ft(@)p Fu(')h(or)f(`)p Ft(*)p Fu(',)i(the)f(w)m(ord)
-f(expands)f(to)j(all)f(mem)m(b)s(ers)e(of)i(the)f(arra)m(y)h
-Fr(name)p Fu(,)h(unless)e(otherwise)h(noted)150 5340
-y(in)g(the)h(description)g(of)g(a)g(builtin)g(or)f(w)m(ord)h
-(expansion.)63 b(These)37 b(subscripts)g(di\013er)g(only)h(when)f(the)p
-eop end
-%%Page: 105 111
-TeXDict begin 105 110 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(105)150 299 y(w)m(ord)25
-b(app)s(ears)g(within)g(double)h(quotes.)39 b(If)26 b(the)f(w)m(ord)h
-(is)f(double-quoted,)i Ft(${)p Fj(name)p Ft([*]})c Fu(expands)i(to)i(a)
-150 408 y(single)h(w)m(ord)f(with)f(the)i(v)-5 b(alue)27
-b(of)h(eac)m(h)g(arra)m(y)g(mem)m(b)s(er)e(separated)i(b)m(y)f(the)g
-(\014rst)f(c)m(haracter)j(of)e(the)h Ft(IFS)150 518 y
-Fu(v)-5 b(ariable,)34 b(and)e Ft(${)p Fj(name)p Ft([@]})e
-Fu(expands)h(eac)m(h)j(elemen)m(t)g(of)f Fr(name)k Fu(to)c(a)g
-(separate)h(w)m(ord.)46 b(When)33 b(there)150 628 y(are)39
-b(no)f(arra)m(y)g(mem)m(b)s(ers,)i Ft(${)p Fj(name)p
-Ft([@]})35 b Fu(expands)i(to)i(nothing.)64 b(If)38 b(the)g
-(double-quoted)g(expansion)150 737 y(o)s(ccurs)26 b(within)g(a)g(w)m
-(ord,)h(the)g(expansion)f(of)h(the)f(\014rst)g(parameter)g(is)h(joined)
-f(with)g(the)g(b)s(eginning)g(part)150 847 y(of)j(the)g(original)g(w)m
-(ord,)g(and)f(the)h(expansion)f(of)h(the)g(last)h(parameter)f(is)f
-(joined)h(with)f(the)h(last)g(part)g(of)150 956 y(the)h(original)h(w)m
-(ord.)40 b(This)29 b(is)h(analogous)h(to)f(the)g(expansion)f(of)h(the)g
-(sp)s(ecial)h(parameters)f(`)p Ft(@)p Fu(')f(and)h(`)p
-Ft(*)p Fu('.)150 1066 y Ft(${#)p Fj(name)p Ft([)p Fj(subscript)p
-Ft(]})21 b Fu(expands)k(to)h(the)g(length)h(of)f Ft(${)p
-Fj(name)p Ft([)p Fj(subscript)p Ft(]})p Fu(.)34 b(If)25
-b Fr(subscript)i Fu(is)f(`)p Ft(@)p Fu(')g(or)150 1176
-y(`)p Ft(*)p Fu(',)j(the)g(expansion)g(is)g(the)g(n)m(um)m(b)s(er)e(of)
-i(elemen)m(ts)h(in)e(the)h(arra)m(y)-8 b(.)41 b(If)29
-b(the)g Fr(subscript)g Fu(used)f(to)h(reference)150 1285
-y(an)36 b(elemen)m(t)i(of)e(an)h(indexed)e(arra)m(y)i(ev)-5
-b(aluates)38 b(to)f(a)g(n)m(um)m(b)s(er)e(less)h(than)g(zero,)j(it)e
-(is)f(in)m(terpreted)h(as)150 1395 y(relativ)m(e)28 b(to)f(one)f
-(greater)i(than)d(the)i(maxim)m(um)f(index)f(of)h(the)h(arra)m(y)-8
-b(,)28 b(so)e(negativ)m(e)i(indices)e(coun)m(t)h(bac)m(k)150
-1504 y(from)j(the)g(end)g(of)h(the)f(arra)m(y)-8 b(,)32
-b(and)e(an)g(index)g(of)g(-1)h(refers)f(to)h(the)g(last)g(elemen)m(t.)
-275 1639 y(Referencing)41 b(an)f(arra)m(y)h(v)-5 b(ariable)42
-b(without)e(a)h(subscript)e(is)i(equiv)-5 b(alen)m(t)42
-b(to)f(referencing)g(with)g(a)150 1748 y(subscript)34
-b(of)h(0.)55 b(An)m(y)36 b(reference)f(to)h(a)g(v)-5
-b(ariable)35 b(using)g(a)h(v)-5 b(alid)35 b(subscript)f(is)h(v)-5
-b(alid,)37 b(and)d(Bash)i(will)150 1858 y(create)c(an)e(arra)m(y)h(if)f
-(necessary)-8 b(.)275 1992 y(An)35 b(arra)m(y)i(v)-5
-b(ariable)37 b(is)g(considered)f(set)h(if)f(a)h(subscript)e(has)h(b)s
-(een)g(assigned)g(a)h(v)-5 b(alue.)59 b(The)36 b(n)m(ull)150
-2102 y(string)30 b(is)h(a)g(v)-5 b(alid)30 b(v)-5 b(alue.)275
-2236 y(It)29 b(is)h(p)s(ossible)f(to)h(obtain)g(the)f(k)m(eys)i
-(\(indices\))f(of)f(an)h(arra)m(y)g(as)f(w)m(ell)i(as)f(the)f(v)-5
-b(alues.)41 b($)p Fi({)p Fu(!)p Fr(name)5 b Fu([@])p
-Fi(})150 2346 y Fu(and)39 b($)p Fi({)p Fu(!)p Fr(name)5
-b Fu([*])p Fi(})43 b Fu(expand)c(to)i(the)f(indices)h(assigned)f(in)g
-(arra)m(y)g(v)-5 b(ariable)41 b Fr(name)p Fu(.)70 b(The)39
-b(treatmen)m(t)150 2455 y(when)i(in)g(double)g(quotes)h(is)f(similar)h
-(to)h(the)e(expansion)h(of)f(the)h(sp)s(ecial)g(parameters)g(`)p
-Ft(@)p Fu(')g(and)f(`)p Ft(*)p Fu(')150 2565 y(within)30
-b(double)g(quotes.)275 2699 y(The)25 b Ft(unset)g Fu(builtin)g(is)h
-(used)f(to)i(destro)m(y)f(arra)m(ys.)40 b Ft(unset)29
-b Fj(name)p Ft([)p Fj(subscript)p Ft(])22 b Fu(destro)m(ys)k(the)g
-(arra)m(y)150 2809 y(elemen)m(t)40 b(at)e(index)g Fr(subscript)p
-Fu(.)62 b(Negativ)m(e)41 b(subscripts)c(to)i(indexed)e(arra)m(ys)i(are)
-f(in)m(terpreted)h(as)f(de-)150 2918 y(scrib)s(ed)30
-b(ab)s(o)m(v)m(e.)42 b(Unsetting)31 b(the)g(last)g(elemen)m(t)h(of)f
-(an)g(arra)m(y)g(v)-5 b(ariable)31 b(do)s(es)f(not)h(unset)f(the)h(v)-5
-b(ariable.)150 3028 y Ft(unset)29 b Fj(name)p Fu(,)39
-b(where)e Fr(name)43 b Fu(is)37 b(an)h(arra)m(y)-8 b(,)41
-b(remo)m(v)m(es)e(the)f(en)m(tire)g(arra)m(y)-8 b(.)64
-b Ft(unset)29 b Fj(name)p Ft([)p Fj(subscript)p Ft(])150
-3137 y Fu(b)s(eha)m(v)m(es)h(di\013eren)m(tly)g(dep)s(ending)d(on)j
-(the)f(arra)m(y)h(t)m(yp)s(e)f(when)g(giv)m(en)h(a)f(subscript)g(of)g
-(`)p Ft(*)p Fu(')g(or)h(`)p Ft(@)p Fu('.)40 b(When)150
-3247 y Fr(name)46 b Fu(is)40 b(an)h(asso)s(ciativ)m(e)i(arra)m(y)-8
-b(,)44 b(it)d(remo)m(v)m(es)h(the)f(elemen)m(t)h(with)e(k)m(ey)h(`)p
-Ft(*)p Fu(')g(or)f(`)p Ft(@)p Fu('.)72 b(If)40 b Fr(name)45
-b Fu(is)c(an)150 3357 y(indexed)30 b(arra)m(y)-8 b(,)31
-b Ft(unset)e Fu(remo)m(v)m(es)j(all)f(of)g(the)f(elemen)m(ts,)i(but)e
-(do)s(es)g(not)h(remo)m(v)m(e)h(the)e(arra)m(y)h(itself.)275
-3491 y(When)k(using)g(a)i(v)-5 b(ariable)36 b(name)g(with)g(a)g
-(subscript)e(as)i(an)g(argumen)m(t)g(to)h(a)f(command,)h(suc)m(h)f(as)
-150 3600 y(with)k Ft(unset)p Fu(,)h(without)e(using)h(the)g(w)m(ord)f
-(expansion)h(syn)m(tax)g(describ)s(ed)f(ab)s(o)m(v)m(e,)44
-b(the)c(argumen)m(t)g(is)150 3710 y(sub)5 b(ject)25 b(to)h(the)g
-(shell's)g(\014lename)f(expansion.)39 b(If)25 b(\014lename)h(expansion)
-f(is)g(not)h(desired,)g(the)f(argumen)m(t)150 3820 y(should)k(b)s(e)h
-(quoted.)275 3954 y(The)20 b Ft(declare)p Fu(,)h Ft(local)p
-Fu(,)h(and)e Ft(readonly)f Fu(builtins)h(eac)m(h)i(accept)g(a)g
-Ft(-a)e Fu(option)h(to)h(sp)s(ecify)f(an)f(indexed)150
-4064 y(arra)m(y)28 b(and)f(a)h Ft(-A)e Fu(option)i(to)g(sp)s(ecify)f
-(an)h(asso)s(ciativ)m(e)i(arra)m(y)-8 b(.)40 b(If)27
-b(b)s(oth)g(options)h(are)g(supplied,)f Ft(-A)f Fu(tak)m(es)150
-4173 y(precedence.)55 b(The)35 b Ft(read)f Fu(builtin)h(accepts)h(a)g
-Ft(-a)e Fu(option)i(to)g(assign)f(a)g(list)h(of)f(w)m(ords)g(read)g
-(from)g(the)150 4283 y(standard)h(input)g(to)i(an)f(arra)m(y)-8
-b(,)40 b(and)c(can)h(read)g(v)-5 b(alues)38 b(from)e(the)h(standard)g
-(input)f(in)m(to)i(individual)150 4392 y(arra)m(y)f(elemen)m(ts.)62
-b(The)36 b Ft(set)g Fu(and)h Ft(declare)d Fu(builtins)j(displa)m(y)g
-(arra)m(y)g(v)-5 b(alues)37 b(in)g(a)g(w)m(a)m(y)h(that)g(allo)m(ws)150
-4502 y(them)30 b(to)h(b)s(e)f(reused)g(as)g(input.)150
-4742 y Fs(6.8)68 b(The)45 b(Directory)g(Stac)l(k)150
-4902 y Fu(The)21 b(directory)h(stac)m(k)h(is)e(a)h(list)g(of)f(recen)m
-(tly-visited)j(directories.)39 b(The)20 b Ft(pushd)g
-Fu(builtin)h(adds)g(directories)150 5011 y(to)42 b(the)f(stac)m(k)i(as)
-e(it)h(c)m(hanges)g(the)f(curren)m(t)g(directory)-8 b(,)45
-b(and)40 b(the)i Ft(popd)e Fu(builtin)g(remo)m(v)m(es)j(sp)s(eci\014ed)
-150 5121 y(directories)29 b(from)f(the)h(stac)m(k)h(and)d(c)m(hanges)j
-(the)e(curren)m(t)g(directory)h(to)g(the)g(directory)f(remo)m(v)m(ed.)
-41 b(The)150 5230 y Ft(dirs)34 b Fu(builtin)g(displa)m(ys)h(the)g(con)m
-(ten)m(ts)i(of)e(the)g(directory)h(stac)m(k.)56 b(The)34
-b(curren)m(t)h(directory)g(is)g(alw)m(a)m(ys)150 5340
-y(the)c Ft(")p Fu(top)p Ft(")f Fu(of)g(the)h(directory)g(stac)m(k.)p
-eop end
-%%Page: 106 112
-TeXDict begin 106 111 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(106)275 299 y(The)35
-b(con)m(ten)m(ts)i(of)f(the)h(directory)f(stac)m(k)h(are)f(also)h
-(visible)g(as)f(the)g(v)-5 b(alue)36 b(of)g(the)g Ft(DIRSTACK)e
-Fu(shell)150 408 y(v)-5 b(ariable.)150 600 y Fk(6.8.1)63
-b(Directory)40 b(Stac)m(k)g(Builtins)150 768 y Ft(dirs)870
-898 y(dirs)47 b([-clpv])e([+)p Fj(N)i Ft(|)h(-)p Fj(N)p
-Ft(])630 1029 y Fu(Displa)m(y)35 b(the)f(list)g(of)g(curren)m(tly)g
-(remem)m(b)s(ered)f(directories.)51 b(Directories)36
-b(are)e(added)f(to)630 1138 y(the)28 b(list)h(with)f(the)g
-Ft(pushd)f Fu(command;)i(the)f Ft(popd)f Fu(command)h(remo)m(v)m(es)h
-(directories)g(from)630 1248 y(the)i(list.)41 b(The)30
-b(curren)m(t)g(directory)h(is)f(alw)m(a)m(ys)i(the)f(\014rst)e
-(directory)i(in)f(the)h(stac)m(k.)630 1399 y Ft(-c)384
-b Fu(Clears)31 b(the)f(directory)h(stac)m(k)h(b)m(y)e(deleting)h(all)h
-(of)e(the)h(elemen)m(ts.)630 1551 y Ft(-l)384 b Fu(Pro)s(duces)31
-b(a)h(listing)h(using)e(full)h(pathnames;)h(the)f(default)g(listing)h
-(format)1110 1660 y(uses)d(a)h(tilde)g(to)g(denote)g(the)f(home)h
-(directory)-8 b(.)630 1812 y Ft(-p)384 b Fu(Causes)30
-b Ft(dirs)f Fu(to)i(prin)m(t)f(the)h(directory)g(stac)m(k)h(with)e(one)
-g(en)m(try)h(p)s(er)e(line.)630 1963 y Ft(-v)384 b Fu(Causes)36
-b Ft(dirs)f Fu(to)i(prin)m(t)f(the)g(directory)h(stac)m(k)h(with)e(one)
-h(en)m(try)f(p)s(er)f(line,)1110 2073 y(pre\014xing)30
-b(eac)m(h)h(en)m(try)g(with)f(its)h(index)e(in)i(the)f(stac)m(k.)630
-2224 y Ft(+)p Fj(N)384 b Fu(Displa)m(ys)23 b(the)f Fr(N)10
-b Fu(th)21 b(directory)h(\(coun)m(ting)h(from)e(the)h(left)g(of)g(the)g
-(list)g(prin)m(ted)1110 2334 y(b)m(y)30 b Ft(dirs)f Fu(when)h(in)m(v)m
-(ok)m(ed)i(without)e(options\),)h(starting)g(with)g(zero.)630
-2485 y Ft(-)p Fj(N)384 b Fu(Displa)m(ys)47 b(the)g Fr(N)10
-b Fu(th)46 b(directory)h(\(coun)m(ting)g(from)f(the)g(righ)m(t)h(of)g
-(the)f(list)1110 2595 y(prin)m(ted)25 b(b)m(y)g Ft(dirs)g
-Fu(when)f(in)m(v)m(ok)m(ed)j(without)f(options\),)h(starting)g(with)e
-(zero.)150 2746 y Ft(popd)870 2876 y(popd)47 b([-n])f([+)p
-Fj(N)h Ft(|)h(-)p Fj(N)p Ft(])630 3007 y Fu(Remo)m(v)m(es)34
-b(elemen)m(ts)g(from)e(the)h(directory)g(stac)m(k.)49
-b(The)32 b(elemen)m(ts)i(are)f(n)m(um)m(b)s(ered)e(from)630
-3116 y(0)38 b(starting)h(at)f(the)g(\014rst)f(directory)h(listed)g(b)m
-(y)g Ft(dirs)p Fu(;)j(that)d(is,)i Ft(popd)c Fu(is)i(equiv)-5
-b(alen)m(t)39 b(to)630 3226 y Ft(popd)29 b(+0)p Fu(.)630
-3357 y(When)j(no)g(argumen)m(ts)h(are)g(giv)m(en,)h Ft(popd)d
-Fu(remo)m(v)m(es)j(the)f(top)f(directory)h(from)f(the)g(stac)m(k)630
-3466 y(and)e(c)m(hanges)h(to)g(the)g(new)f(top)g(directory)-8
-b(.)630 3597 y(Argumen)m(ts,)31 b(if)f(supplied,)f(ha)m(v)m(e)j(the)e
-(follo)m(wing)i(meanings:)630 3748 y Ft(-n)384 b Fu(Suppresses)27
-b(the)j(normal)g(c)m(hange)g(of)g(directory)g(when)e(remo)m(ving)j
-(directo-)1110 3858 y(ries)f(from)g(the)h(stac)m(k,)h(so)f(that)g(only)
-f(the)h(stac)m(k)g(is)g(manipulated.)630 4009 y Ft(+)p
-Fj(N)384 b Fu(Remo)m(v)m(es)22 b(the)f Fr(N)10 b Fu(th)20
-b(directory)g(\(coun)m(ting)i(from)e(the)g(left)h(of)g(the)f(list)h
-(prin)m(ted)1110 4119 y(b)m(y)30 b Ft(dirs)p Fu(\),)g(starting)h(with)f
-(zero,)i(from)e(the)g(stac)m(k.)630 4270 y Ft(-)p Fj(N)384
-b Fu(Remo)m(v)m(es)46 b(the)g Fr(N)10 b Fu(th)44 b(directory)h(\(coun)m
-(ting)h(from)f(the)g(righ)m(t)g(of)g(the)g(list)1110
-4380 y(prin)m(ted)30 b(b)m(y)g Ft(dirs)p Fu(\),)g(starting)h(with)f
-(zero,)i(from)e(the)g(stac)m(k.)630 4531 y(If)d(the)h(top)g(elemen)m(t)
-h(of)f(the)g(directory)g(stac)m(k)h(is)e(mo)s(di\014ed,)h(and)f(the)h
-Ft(-n)f Fu(option)h(w)m(as)g(not)630 4641 y(supplied,)j
-Ft(popd)g Fu(uses)g(the)h Ft(cd)f Fu(builtin)g(to)i(c)m(hange)g(to)f
-(the)g(directory)g(at)h(the)f(top)g(of)g(the)630 4750
-y(stac)m(k.)42 b(If)30 b(the)h Ft(cd)e Fu(fails,)j Ft(popd)d
-Fu(returns)g(a)i(non-zero)g(v)-5 b(alue.)630 4881 y(Otherwise,)34
-b Ft(popd)f Fu(returns)f(an)h(unsuccessful)g(status)g(if)h(an)f(in)m(v)
--5 b(alid)34 b(option)g(is)g(encoun-)630 4990 y(tered,)39
-b(the)d(directory)h(stac)m(k)i(is)d(empt)m(y)-8 b(,)39
-b(or)e(a)g(non-existen)m(t)h(directory)f(stac)m(k)h(en)m(try)f(is)630
-5100 y(sp)s(eci\014ed.)630 5230 y(If)32 b(the)h Ft(popd)f
-Fu(command)h(is)g(successful,)g(Bash)g(runs)f Ft(dirs)f
-Fu(to)j(sho)m(w)f(the)g(\014nal)f(con)m(ten)m(ts)630
-5340 y(of)f(the)f(directory)h(stac)m(k,)h(and)e(the)g(return)g(status)g
-(is)h(0.)p eop end
-%%Page: 107 113
-TeXDict begin 107 112 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(107)150 299 y Ft(pushd)870
-432 y(pushd)46 b([-n])h([+)p Fj(N)g Ft(|)g Fj(-N)h Ft(|)f
-Fj(dir)p Ft(])630 565 y Fu(Adds)27 b(a)h(directory)h(to)g(the)f(top)g
-(of)g(the)g(directory)h(stac)m(k,)h(or)e(rotates)h(the)f(stac)m(k,)j
-(making)630 674 y(the)37 b(new)g(top)g(of)g(the)g(stac)m(k)i(the)e
-(curren)m(t)f(w)m(orking)i(directory)-8 b(.)61 b(With)38
-b(no)e(argumen)m(ts,)630 784 y Ft(pushd)29 b Fu(exc)m(hanges)j(the)e
-(top)h(t)m(w)m(o)h(elemen)m(ts)f(of)g(the)f(directory)h(stac)m(k.)630
-917 y(Argumen)m(ts,)g(if)f(supplied,)f(ha)m(v)m(e)j(the)e(follo)m(wing)
-i(meanings:)630 1073 y Ft(-n)384 b Fu(Suppresses)24 b(the)j(normal)f(c)
-m(hange)h(of)g(directory)f(when)g(rotating)h(or)f(adding)1110
-1182 y(directories)31 b(to)h(the)e(stac)m(k,)i(so)f(that)g(only)f(the)h
-(stac)m(k)h(is)e(manipulated.)630 1339 y Ft(+)p Fj(N)384
-b Fu(Brings)29 b(the)f Fr(N)10 b Fu(th)29 b(directory)g(\(coun)m(ting)h
-(from)e(the)g(left)i(of)e(the)h(list)g(prin)m(ted)1110
-1448 y(b)m(y)34 b Ft(dirs)p Fu(,)g(starting)h(with)f(zero\))i(to)f(the)
-f(top)g(of)h(the)f(list)h(b)m(y)f(rotating)i(the)1110
-1558 y(stac)m(k.)630 1714 y Ft(-)p Fj(N)384 b Fu(Brings)23
-b(the)g Fr(N)10 b Fu(th)23 b(directory)h(\(coun)m(ting)g(from)e(the)i
-(righ)m(t)f(of)g(the)h(list)f(prin)m(ted)1110 1824 y(b)m(y)34
-b Ft(dirs)p Fu(,)g(starting)h(with)f(zero\))i(to)f(the)f(top)g(of)h
-(the)f(list)h(b)m(y)f(rotating)i(the)1110 1933 y(stac)m(k.)630
-2089 y Fj(dir)336 b Fu(Mak)m(es)32 b Fr(dir)k Fu(b)s(e)30
-b(the)g(top)h(of)f(the)h(stac)m(k.)630 2246 y(After)39
-b(the)g(stac)m(k)h(has)e(b)s(een)g(mo)s(di\014ed,)i(if)f(the)g
-Ft(-n)f Fu(option)h(w)m(as)g(not)g(supplied,)g Ft(pushd)630
-2355 y Fu(uses)29 b(the)h Ft(cd)f Fu(builtin)g(to)h(c)m(hange)g(to)h
-(the)e(directory)h(at)g(the)g(top)g(of)f(the)h(stac)m(k.)42
-b(If)29 b(the)h Ft(cd)630 2465 y Fu(fails,)h Ft(pushd)e
-Fu(returns)g(a)i(non-zero)g(v)-5 b(alue.)630 2598 y(Otherwise,)34
-b(if)g(no)f(argumen)m(ts)h(are)g(supplied,)f Ft(pushd)f
-Fu(returns)g(0)i(unless)f(the)g(directory)630 2707 y(stac)m(k)g(is)f
-(empt)m(y)-8 b(.)46 b(When)32 b(rotating)h(the)f(directory)g(stac)m(k,)
-i Ft(pushd)d Fu(returns)f(0)j(unless)e(the)630 2817 y(directory)g(stac)
-m(k)h(is)e(empt)m(y)h(or)f(a)h(non-existen)m(t)h(directory)f(stac)m(k)g
-(elemen)m(t)h(is)f(sp)s(eci\014ed.)630 2950 y(If)e(the)g
-Ft(pushd)f Fu(command)h(is)g(successful,)h(Bash)f(runs)f
-Ft(dirs)g Fu(to)i(sho)m(w)f(the)g(\014nal)g(con)m(ten)m(ts)630
-3059 y(of)i(the)f(directory)h(stac)m(k.)150 3297 y Fs(6.9)68
-b(Con)l(trolling)47 b(the)e(Prompt)150 3456 y Fu(Bash)37
-b(examines)h(the)f(v)-5 b(alue)37 b(of)g(the)h(arra)m(y)f(v)-5
-b(ariable)38 b Ft(PROMPT_COMMAND)33 b Fu(just)j(b)s(efore)h(prin)m
-(ting)g(eac)m(h)150 3566 y(primary)c(prompt.)49 b(If)33
-b(an)m(y)h(elemen)m(ts)h(in)f Ft(PROMPT_COMMAND)29 b
-Fu(are)34 b(set)h(and)e(non-n)m(ull,)h(Bash)g(executes)150
-3675 y(eac)m(h)e(v)-5 b(alue,)31 b(in)f(n)m(umeric)g(order,)g(just)g
-(as)g(if)h(it)g(had)e(b)s(een)h(t)m(yp)s(ed)g(on)g(the)h(command)f
-(line.)275 3808 y(In)d(addition,)j(the)f(follo)m(wing)h(table)f
-(describ)s(es)f(the)h(sp)s(ecial)g(c)m(haracters)h(whic)m(h)f(can)f
-(app)s(ear)g(in)h(the)150 3918 y(prompt)g(v)-5 b(ariables)32
-b Ft(PS0)p Fu(,)d Ft(PS1)p Fu(,)h Ft(PS2)p Fu(,)g(and)f
-Ft(PS4)p Fu(:)150 4074 y Ft(\\a)384 b Fu(A)30 b(b)s(ell)h(c)m
-(haracter.)150 4230 y Ft(\\d)384 b Fu(The)30 b(date,)h(in)f
-Ft(")p Fu(W)-8 b(eekda)m(y)32 b(Mon)m(th)f(Date)p Ft(")h
-Fu(format)f(\(e.g.,)h Ft(")p Fu(T)-8 b(ue)30 b(Ma)m(y)h(26)p
-Ft(")p Fu(\).)150 4386 y Ft(\\D{)p Fj(format)p Ft(})630
-4496 y Fu(The)c Fr(format)i Fu(is)f(passed)e(to)i Ft(strftime)p
-Fu(\(3\))f(and)f(the)i(result)f(is)g(inserted)g(in)m(to)h(the)g(prompt)
-630 4606 y(string;)42 b(an)d(empt)m(y)f Fr(format)j Fu(results)d(in)g
-(a)h(lo)s(cale-sp)s(eci\014c)h(time)f(represen)m(tation.)65
-b(The)630 4715 y(braces)31 b(are)f(required.)150 4871
-y Ft(\\e)384 b Fu(An)30 b(escap)s(e)h(c)m(haracter.)150
-5028 y Ft(\\h)384 b Fu(The)30 b(hostname,)h(up)e(to)i(the)g(\014rst)e
-(`.'.)150 5184 y Ft(\\H)384 b Fu(The)30 b(hostname.)150
-5340 y Ft(\\j)384 b Fu(The)30 b(n)m(um)m(b)s(er)f(of)h(jobs)g(curren)m
-(tly)h(managed)g(b)m(y)f(the)g(shell.)p eop end
-%%Page: 108 114
-TeXDict begin 108 113 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(108)150 299 y Ft(\\l)384
-b Fu(The)30 b(basename)h(of)f(the)h(shell's)f(terminal)h(device)g
-(name.)150 487 y Ft(\\n)384 b Fu(A)30 b(newline.)150
-676 y Ft(\\r)384 b Fu(A)30 b(carriage)i(return.)150 864
-y Ft(\\s)384 b Fu(The)22 b(name)g(of)h(the)f(shell,)i(the)f(basename)f
-(of)h Ft($0)f Fu(\(the)g(p)s(ortion)g(follo)m(wing)i(the)f(\014nal)e
-(slash\).)150 1052 y Ft(\\t)384 b Fu(The)30 b(time,)h(in)f(24-hour)h
-(HH:MM:SS)g(format.)150 1241 y Ft(\\T)384 b Fu(The)30
-b(time,)h(in)f(12-hour)h(HH:MM:SS)g(format.)150 1429
-y Ft(\\@)384 b Fu(The)30 b(time,)h(in)f(12-hour)h(am/pm)f(format.)150
-1617 y Ft(\\A)384 b Fu(The)30 b(time,)h(in)f(24-hour)h(HH:MM)g(format.)
-150 1806 y Ft(\\u)384 b Fu(The)30 b(username)g(of)g(the)h(curren)m(t)f
-(user.)150 1994 y Ft(\\v)384 b Fu(The)30 b(v)m(ersion)h(of)f(Bash)h
-(\(e.g.,)h(2.00\))150 2183 y Ft(\\V)384 b Fu(The)30 b(release)i(of)e
-(Bash,)h(v)m(ersion)g Ft(+)f Fu(patc)m(hlev)m(el)i(\(e.g.,)h(2.00.0\))
-150 2371 y Ft(\\w)384 b Fu(The)27 b(v)-5 b(alue)28 b(of)g(the)g
-Ft(PWD)f Fu(shell)h(v)-5 b(ariable)28 b(\()p Ft($PWD)p
-Fu(\),)g(with)g Ft($HOME)e Fu(abbreviated)i(with)f(a)h(tilde)630
-2480 y(\(uses)i(the)h Ft($PROMPT_DIRTRIM)26 b Fu(v)-5
-b(ariable\).)150 2669 y Ft(\\W)384 b Fu(The)30 b(basename)h(of)f
-Ft($PWD)p Fu(,)g(with)g Ft($HOME)f Fu(abbreviated)h(with)g(a)h(tilde.)
-150 2857 y Ft(\\!)384 b Fu(The)30 b(history)g(n)m(um)m(b)s(er)f(of)i
-(this)f(command.)150 3046 y Ft(\\#)384 b Fu(The)30 b(command)g(n)m(um)m
-(b)s(er)f(of)i(this)f(command.)150 3234 y Ft(\\$)384
-b Fu(If)30 b(the)g(e\013ectiv)m(e)j(uid)d(is)g(0,)h Ft(#)p
-Fu(,)g(otherwise)g Ft($)p Fu(.)150 3422 y Ft(\\)p Fj(nnn)288
-b Fu(The)30 b(c)m(haracter)i(whose)e(ASCI)s(I)f(co)s(de)h(is)h(the)f(o)
-s(ctal)i(v)-5 b(alue)31 b Fr(nnn)p Fu(.)150 3611 y Ft(\\\\)384
-b Fu(A)30 b(bac)m(kslash.)150 3799 y Ft(\\[)384 b Fu(Begin)38
-b(a)f(sequence)g(of)g(non-prin)m(ting)g(c)m(haracters.)61
-b(This)36 b(could)h(b)s(e)g(used)f(to)h(em)m(b)s(ed)g(a)630
-3909 y(terminal)31 b(con)m(trol)h(sequence)e(in)m(to)i(the)e(prompt.)
-150 4097 y Ft(\\])384 b Fu(End)29 b(a)i(sequence)g(of)f(non-prin)m
-(ting)g(c)m(haracters.)275 4300 y(The)25 b(command)h(n)m(um)m(b)s(er)f
-(and)h(the)g(history)g(n)m(um)m(b)s(er)f(are)i(usually)f(di\013eren)m
-(t:)39 b(the)26 b(history)g(n)m(um)m(b)s(er)150 4409
-y(of)h(a)f(command)h(is)f(its)h(p)s(osition)f(in)g(the)h(history)f
-(list,)i(whic)m(h)f(ma)m(y)g(include)f(commands)g(restored)g(from)150
-4519 y(the)39 b(history)h(\014le)f(\(see)h(Section)g(9.1)h([Bash)e
-(History)h(F)-8 b(acilities],)45 b(page)40 b(159\),)j(while)d(the)f
-(command)150 4629 y(n)m(um)m(b)s(er)j(is)h(the)h(p)s(osition)f(in)g
-(the)g(sequence)h(of)f(commands)g(executed)h(during)e(the)i(curren)m(t)
-f(shell)150 4738 y(session.)275 4902 y(After)28 b(the)g(string)g(is)g
-(deco)s(ded,)g(it)g(is)g(expanded)f(via)i(parameter)f(expansion,)h
-(command)f(substitu-)150 5011 y(tion,)g(arithmetic)f(expansion,)g(and)e
-(quote)i(remo)m(v)-5 b(al,)29 b(sub)5 b(ject)25 b(to)i(the)f(v)-5
-b(alue)27 b(of)f(the)g Ft(promptvars)e Fu(shell)150 5121
-y(option)i(\(see)h(Section)g(4.3.2)g([The)f(Shopt)f(Builtin],)j(page)e
-(73\).)41 b(This)25 b(can)h(ha)m(v)m(e)h(un)m(w)m(an)m(ted)f(side)g
-(e\013ects)150 5230 y(if)i(escap)s(ed)f(p)s(ortions)g(of)h(the)g
-(string)f(app)s(ear)g(within)g(command)h(substitution)f(or)h(con)m
-(tain)g(c)m(haracters)150 5340 y(sp)s(ecial)j(to)g(w)m(ord)f
-(expansion.)p eop end
-%%Page: 109 115
-TeXDict begin 109 114 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(109)150 299 y Fs(6.10)68
-b(The)45 b(Restricted)h(Shell)150 458 y Fu(If)34 b(Bash)g(is)g(started)
-g(with)g(the)g(name)h Ft(rbash)p Fu(,)e(or)h(the)h Ft(--restricted)30
-b Fu(or)k Ft(-r)g Fu(option)g(is)g(supplied)f(at)150
-568 y(in)m(v)m(o)s(cation,)d(the)d(shell)g(b)s(ecomes)h(restricted.)40
-b(A)27 b(restricted)h(shell)f(is)g(used)f(to)i(set)f(up)f(an)h(en)m
-(vironmen)m(t)150 677 y(more)g(con)m(trolled)i(than)e(the)g(standard)g
-(shell.)40 b(A)27 b(restricted)h(shell)f(b)s(eha)m(v)m(es)h(iden)m
-(tically)h(to)f Ft(bash)e Fu(with)150 787 y(the)31 b(exception)g(that)g
-(the)g(follo)m(wing)h(are)e(disallo)m(w)m(ed)i(or)e(not)h(p)s
-(erformed:)225 919 y Fq(\017)60 b Fu(Changing)30 b(directories)h(with)g
-(the)f Ft(cd)g Fu(builtin.)225 1050 y Fq(\017)60 b Fu(Setting)33
-b(or)g(unsetting)f(the)h(v)-5 b(alues)33 b(of)f(the)h
-Ft(SHELL)p Fu(,)f Ft(PATH)p Fu(,)g Ft(HISTFILE)p Fu(,)f
-Ft(ENV)p Fu(,)h(or)g Ft(BASH_ENV)e Fu(v)-5 b(ari-)330
-1160 y(ables.)225 1292 y Fq(\017)60 b Fu(Sp)s(ecifying)30
-b(command)g(names)g(con)m(taining)i(slashes.)225 1424
-y Fq(\017)60 b Fu(Sp)s(ecifying)30 b(a)h(\014lename)f(con)m(taining)i
-(a)f(slash)f(as)h(an)f(argumen)m(t)h(to)g(the)f Ft(.)h
-Fu(builtin)e(command.)225 1555 y Fq(\017)60 b Fu(Sp)s(ecifying)33
-b(a)i(\014lename)f(con)m(taining)h(a)g(slash)e(as)i(an)e(argumen)m(t)i
-(to)g(the)f Ft(history)e Fu(builtin)h(com-)330 1665 y(mand.)225
-1797 y Fq(\017)60 b Fu(Sp)s(ecifying)32 b(a)g(\014lename)h(con)m
-(taining)h(a)e(slash)g(as)h(an)f(argumen)m(t)h(to)g(the)f
-Ft(-p)g Fu(option)h(to)g(the)f Ft(hash)330 1906 y Fu(builtin)e
-(command.)225 2038 y Fq(\017)60 b Fu(Imp)s(orting)30
-b(function)g(de\014nitions)g(from)f(the)i(shell)g(en)m(vironmen)m(t)g
-(at)g(startup.)225 2170 y Fq(\017)60 b Fu(P)m(arsing)31
-b(the)f(v)-5 b(alue)31 b(of)g Ft(SHELLOPTS)d Fu(from)h(the)i(shell)g
-(en)m(vironmen)m(t)g(at)g(startup.)225 2301 y Fq(\017)60
-b Fu(Redirecting)31 b(output)f(using)g(the)h(`)p Ft(>)p
-Fu(',)g(`)p Ft(>|)p Fu(',)f(`)p Ft(<>)p Fu(',)h(`)p Ft(>&)p
-Fu(',)f(`)p Ft(&>)p Fu(',)h(and)e(`)p Ft(>>)p Fu(')i(redirection)g(op)s
-(erators.)225 2433 y Fq(\017)60 b Fu(Using)31 b(the)f
-Ft(exec)f Fu(builtin)h(to)h(replace)h(the)e(shell)h(with)f(another)h
-(command.)225 2565 y Fq(\017)60 b Fu(Adding)24 b(or)g(deleting)i
-(builtin)e(commands)g(with)h(the)f Ft(-f)g Fu(and)g Ft(-d)g
-Fu(options)h(to)h(the)e Ft(enable)f Fu(builtin.)225 2696
-y Fq(\017)60 b Fu(Using)31 b(the)f Ft(enable)f Fu(builtin)h(command)g
-(to)h(enable)g(disabled)f(shell)g(builtins.)225 2828
-y Fq(\017)60 b Fu(Sp)s(ecifying)30 b(the)g Ft(-p)g Fu(option)h(to)g
-(the)g Ft(command)d Fu(builtin.)225 2960 y Fq(\017)60
-b Fu(T)-8 b(urning)29 b(o\013)i(restricted)g(mo)s(de)f(with)g(`)p
-Ft(set)g(+r)p Fu(')g(or)g(`)p Ft(shopt)f(-u)h(restricted_shell)p
-Fu('.)275 3114 y(These)g(restrictions)h(are)g(enforced)f(after)h(an)m
-(y)g(startup)f(\014les)g(are)h(read.)275 3245 y(When)j(a)i(command)e
-(that)i(is)f(found)f(to)h(b)s(e)g(a)g(shell)g(script)g(is)g(executed)h
-(\(see)g(Section)g(3.8)g([Shell)150 3355 y(Scripts],)25
-b(page)e(47\),)j Ft(rbash)c Fu(turns)g(o\013)i(an)m(y)f(restrictions)h
-(in)f(the)g(shell)h(spa)m(wned)e(to)i(execute)g(the)g(script.)275
-3487 y(The)32 b(restricted)h(shell)g(mo)s(de)g(is)g(only)g(one)g(comp)s
-(onen)m(t)g(of)g(a)g(useful)f(restricted)i(en)m(vironmen)m(t.)49
-b(It)150 3596 y(should)22 b(b)s(e)f(accompanied)j(b)m(y)e(setting)i
-Ft(PATH)d Fu(to)j(a)f(v)-5 b(alue)23 b(that)g(allo)m(ws)h(execution)f
-(of)g(only)g(a)g(few)f(v)m(eri\014ed)150 3706 y(commands)35
-b(\(commands)g(that)h(allo)m(w)g(shell)f(escap)s(es)h(are)f
-(particularly)h(vulnerable\),)h(c)m(hanging)f(the)150
-3815 y(curren)m(t)28 b(directory)g(to)h(a)f(non-writable)g(directory)g
-(other)g(than)g Ft($HOME)e Fu(after)j(login,)g(not)f(allo)m(wing)i(the)
-150 3925 y(restricted)25 b(shell)g(to)h(execute)g(shell)f(scripts,)h
-(and)e(cleaning)i(the)f(en)m(vironmen)m(t)h(of)f(v)-5
-b(ariables)25 b(that)g(cause)150 4035 y(some)31 b(commands)f(to)h(mo)s
-(dify)e(their)i(b)s(eha)m(vior)f(\(e.g.,)j Ft(VISUAL)28
-b Fu(or)j Ft(PAGER)p Fu(\).)275 4166 y(Mo)s(dern)e(systems)g(pro)m
-(vide)h(more)g(secure)g(w)m(a)m(ys)g(to)h(implemen)m(t)f(a)g
-(restricted)h(en)m(vironmen)m(t,)f(suc)m(h)150 4276 y(as)h
-Ft(jails)p Fu(,)e Ft(zones)p Fu(,)g(or)h Ft(containers)p
-Fu(.)150 4511 y Fs(6.11)68 b(Bash)45 b(and)g(POSIX)150
-4733 y Fk(6.11.1)63 b(What)40 b(is)i(POSIX?)150 4879
-y Fm(posix)22 b Fu(is)g(the)g(name)h(for)f(a)g(family)h(of)g(standards)
-e(based)h(on)g(Unix.)38 b(A)22 b(n)m(um)m(b)s(er)f(of)i(Unix)f
-(services,)j(to)s(ols,)150 4989 y(and)33 b(functions)g(are)h(part)f(of)
-h(the)f(standard,)h(ranging)g(from)f(the)g(basic)h(system)g(calls)g
-(and)f(C)g(library)150 5099 y(functions)d(to)h(common)g(applications)g
-(and)f(to)s(ols)h(to)g(system)g(administration)g(and)e(managemen)m(t.)
-275 5230 y(The)22 b Fm(posix)g Fu(Shell)g(and)g(Utilities)j(standard)c
-(w)m(as)i(originally)h(dev)m(elop)s(ed)f(b)m(y)g(IEEE)f(W)-8
-b(orking)24 b(Group)150 5340 y(1003.2)46 b(\(POSIX.2\).)80
-b(The)43 b(\014rst)f(edition)i(of)g(the)f(1003.2)j(standard)c(w)m(as)i
-(published)e(in)h(1992.)81 b(It)p eop end
-%%Page: 110 116
-TeXDict begin 110 115 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(110)150 299 y(w)m(as)31
-b(merged)g(with)g(the)g(original)h(IEEE)e(1003.1)k(W)-8
-b(orking)32 b(Group)e(and)g(is)h(curren)m(tly)g(main)m(tained)h(b)m(y)
-150 408 y(the)41 b(Austin)g(Group)g(\(a)h(join)m(t)g(w)m(orking)g
-(group)e(of)i(the)f(IEEE,)g(The)g(Op)s(en)f(Group)g(and)h(ISO/IEC)150
-518 y(SC22/W)m(G15\).)i(T)-8 b(o)s(da)m(y)28 b(the)g(Shell)g(and)f
-(Utilities)j(are)e(a)g(v)m(olume)h(within)e(the)h(set)h(of)f(do)s
-(cumen)m(ts)f(that)150 628 y(mak)m(e)34 b(up)e(IEEE)g(Std)g
-(1003.1-2017,)38 b(and)32 b(th)m(us)h(the)g(former)f(POSIX.2)h(\(from)f
-(1992\))j(is)e(no)m(w)g(part)g(of)150 737 y(the)e(curren)m(t)f
-(uni\014ed)f Fm(posix)g Fu(standard.)275 869 y(The)k(Shell)h(and)g
-(Utilities)i(v)m(olume)f(concen)m(trates)h(on)e(the)g(command)g(in)m
-(terpreter)h(in)m(terface)h(and)150 979 y(utilit)m(y)i(programs)f
-(commonly)g(executed)g(from)g(the)g(command)f(line)h(or)g(b)m(y)g
-(other)g(programs.)59 b(The)150 1089 y(standard)37 b(is)g(freely)h(a)m
-(v)-5 b(ailable)40 b(on)d(the)h(w)m(eb)g(at)g Ft(https:)6
-b(/)g(/)g(pubs)g(.)g(opengrou)o(p)g(.)g(o)o(rg)g(/)f(onl)o(inep)o(ubs)g
-(/)150 1198 y(9699919799/utilities/con)o(tent)o(s.ht)o(ml)p
-Fu(.)275 1330 y(Bash)25 b(is)g(concerned)h(with)f(the)g(asp)s(ects)h
-(of)f(the)h(shell's)g(b)s(eha)m(vior)f(de\014ned)f(b)m(y)h(the)h
-Fm(posix)e Fu(Shell)i(and)150 1440 y(Utilities)35 b(v)m(olume.)49
-b(The)33 b(shell)g(command)f(language)j(has)d(of)i(course)f(b)s(een)f
-(standardized,)h(including)150 1550 y(the)42 b(basic)g(\015o)m(w)g(con)
-m(trol)i(and)d(program)g(execution)i(constructs,)j(I/O)41
-b(redirection)i(and)e(pip)s(elines,)150 1659 y(argumen)m(t)31
-b(handling,)f(v)-5 b(ariable)31 b(expansion,)f(and)g(quoting.)275
-1791 y(The)40 b Fl(sp)-5 b(e)g(cial)52 b Fu(builtins,)44
-b(whic)m(h)d(m)m(ust)g(b)s(e)g(implemen)m(ted)h(as)f(part)g(of)h(the)f
-(shell)g(to)h(pro)m(vide)g(the)150 1901 y(desired)25
-b(functionalit)m(y)-8 b(,)28 b(are)e(sp)s(eci\014ed)f(as)g(b)s(eing)g
-(part)h(of)f(the)h(shell;)h(examples)f(of)g(these)g(are)f
-Ft(eval)g Fu(and)150 2010 y Ft(export)p Fu(.)39 b(Other)28
-b(utilities)i(app)s(ear)f(in)f(the)h(sections)h(of)f(POSIX)f(not)h(dev)
-m(oted)h(to)g(the)f(shell)g(whic)m(h)g(are)150 2120 y(commonly)24
-b(\(and)f(in)g(some)h(cases)g(m)m(ust)f(b)s(e\))g(implemen)m(ted)h(as)f
-(builtin)g(commands,)i(suc)m(h)e(as)g Ft(read)g Fu(and)150
-2230 y Ft(test)p Fu(.)39 b(POSIX)28 b(also)h(sp)s(eci\014es)g(asp)s
-(ects)g(of)g(the)g(shell's)g(in)m(teractiv)m(e)i(b)s(eha)m(vior,)f
-(including)e(job)g(con)m(trol)150 2339 y(and)36 b(command)g(line)h
-(editing.)59 b(Only)36 b(vi-st)m(yle)i(line)f(editing)g(commands)f(ha)m
-(v)m(e)h(b)s(een)f(standardized;)150 2449 y(emacs)31
-b(editing)g(commands)f(w)m(ere)h(left)g(out)g(due)e(to)j(ob)5
-b(jections.)150 2643 y Fk(6.11.2)63 b(Bash)41 b(POSIX)g(Mo)s(de)150
-2790 y Fu(Although)29 b(Bash)g(is)g(an)g(implemen)m(tation)h(of)f(the)g
-Fm(posix)f Fu(shell)h(sp)s(eci\014cation,)i(there)e(are)g(areas)g
-(where)150 2900 y(the)g(Bash)g(default)g(b)s(eha)m(vior)g(di\013ers)f
-(from)g(the)h(sp)s(eci\014cation.)41 b(The)28 b(Bash)h
-Fr(p)s(osix)g(mo)s(de)k Fu(c)m(hanges)d(the)150 3009
-y(Bash)h(b)s(eha)m(vior)f(in)g(these)h(areas)g(so)g(that)g(it)f
-(conforms)h(to)g(the)f(standard)g(more)g(closely)-8 b(.)275
-3142 y(Starting)26 b(Bash)g(with)f(the)h Ft(--posix)e
-Fu(command-line)j(option)f(or)g(executing)h(`)p Ft(set)j(-o)f(posix)p
-Fu(')c(while)150 3251 y(Bash)h(is)g(running)e(will)j(cause)f(Bash)g(to)
-h(conform)f(more)g(closely)h(to)g(the)f Fm(posix)f Fu(standard)g(b)m(y)
-h(c)m(hanging)150 3361 y(the)31 b(b)s(eha)m(vior)f(to)h(matc)m(h)g
-(that)g(sp)s(eci\014ed)f(b)m(y)g Fm(posix)g Fu(in)g(areas)h(where)f
-(the)h(Bash)f(default)h(di\013ers.)275 3493 y(When)f(in)m(v)m(ok)m(ed)h
-(as)g Ft(sh)p Fu(,)f(Bash)h(en)m(ters)g Fm(posix)e Fu(mo)s(de)h(after)h
-(reading)g(the)f(startup)g(\014les.)275 3625 y(The)f(follo)m(wing)j
-(list)f(is)g(what's)f(c)m(hanged)h(when)e(`)p Fm(posix)h
-Fu(mo)s(de')h(is)f(in)g(e\013ect:)199 3757 y(1.)61 b(Bash)31
-b(ensures)e(that)i(the)f Ft(POSIXLY_CORRECT)d Fu(v)-5
-b(ariable)31 b(is)f(set.)199 3889 y(2.)61 b(When)28 b(a)i(command)e(in)
-g(the)h(hash)f(table)i(no)e(longer)h(exists,)h(Bash)f(will)g(re-searc)m
-(h)h Ft($PATH)d Fu(to)i(\014nd)330 3999 y(the)i(new)e(lo)s(cation.)43
-b(This)29 b(is)i(also)g(a)m(v)-5 b(ailable)33 b(with)d(`)p
-Ft(shopt)f(-s)h(checkhash)p Fu('.)199 4131 y(3.)61 b(Bash)36
-b(will)g(not)g(insert)g(a)g(command)f(without)h(the)g(execute)h(bit)f
-(set)g(in)m(to)h(the)f(command)g(hash)330 4241 y(table,)c(ev)m(en)f(if)
-f(it)h(returns)e(it)i(as)g(a)f(\(last-ditc)m(h\))j(result)d(from)g(a)h
-Ft($PATH)e Fu(searc)m(h.)199 4373 y(4.)61 b(The)42 b(message)h(prin)m
-(ted)e(b)m(y)h(the)g(job)g(con)m(trol)i(co)s(de)e(and)f(builtins)h
-(when)f(a)h(job)g(exits)h(with)f(a)330 4483 y(non-zero)31
-b(status)g(is)f(`Done\(status\)'.)199 4615 y(5.)61 b(The)40
-b(message)h(prin)m(ted)f(b)m(y)g(the)h(job)f(con)m(trol)h(co)s(de)g
-(and)f(builtins)f(when)h(a)g(job)g(is)h(stopp)s(ed)e(is)330
-4724 y(`Stopp)s(ed\()p Fr(signame)5 b Fu(\)',)31 b(where)f
-Fr(signame)36 b Fu(is,)31 b(for)f(example,)h Ft(SIGTSTP)p
-Fu(.)199 4856 y(6.)61 b(Alias)31 b(expansion)g(is)f(alw)m(a)m(ys)i
-(enabled,)e(ev)m(en)i(in)e(non-in)m(teractiv)m(e)j(shells.)199
-4989 y(7.)61 b(Reserv)m(ed)40 b(w)m(ords)g(app)s(earing)f(in)h(a)g(con)
-m(text)i(where)d(reserv)m(ed)h(w)m(ords)f(are)i(recognized)g(do)f(not)
-330 5098 y(undergo)30 b(alias)h(expansion.)199 5230 y(8.)61
-b(Alias)45 b(expansion)e(is)h(p)s(erformed)f(when)f(initially)k
-(parsing)d(a)h(command)g(substitution.)80 b(The)330 5340
-y(default)44 b(mo)s(de)g(generally)h(defers)f(it,)k(when)43
-b(enabled,)48 b(un)m(til)c(the)g(command)g(substitution)g(is)p
-eop end
-%%Page: 111 117
-TeXDict begin 111 116 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(111)330 299 y(executed.)77
-b(This)42 b(means)g(that)h(command)f(substitution)f(will)i(not)g
-(expand)e(aliases)j(that)f(are)330 408 y(de\014ned)34
-b(after)h(the)g(command)f(substitution)h(is)g(initially)h(parsed)e
-(\(e.g.,)k(as)d(part)f(of)h(a)g(function)330 518 y(de\014nition\).)199
-646 y(9.)61 b(The)38 b Fm(posix)h Ft(PS1)f Fu(and)g Ft(PS2)g
-Fu(expansions)g(of)i(`)p Ft(!)p Fu(')f(to)g(the)g(history)g(n)m(um)m(b)
-s(er)f(and)g(`)p Ft(!!)p Fu(')h(to)g(`)p Ft(!)p Fu(')h(are)330
-756 y(enabled,)26 b(and)f(parameter)g(expansion)g(is)g(p)s(erformed)e
-(on)i(the)g(v)-5 b(alues)25 b(of)g Ft(PS1)f Fu(and)h
-Ft(PS2)f Fu(regardless)330 865 y(of)31 b(the)f(setting)i(of)e(the)h
-Ft(promptvars)c Fu(option.)154 993 y(10.)61 b(The)30
-b Fm(posix)g Fu(startup)f(\014les)i(are)g(executed)g(\()p
-Ft($ENV)p Fu(\))f(rather)g(than)g(the)h(normal)f(Bash)g(\014les.)154
-1121 y(11.)61 b(Tilde)30 b(expansion)g(is)f(only)h(p)s(erformed)f(on)h
-(assignmen)m(ts)g(preceding)g(a)g(command)g(name,)g(rather)330
-1230 y(than)g(on)g(all)i(assignmen)m(t)f(statemen)m(ts)h(on)e(the)h
-(line.)154 1358 y(12.)61 b(The)29 b(default)g(history)g(\014le)g(is)g
-Ft(~/.sh_history)d Fu(\(this)j(is)g(the)g(default)h(v)-5
-b(alue)29 b(the)h(shell)f(assigns)g(to)330 1468 y Ft($HISTFILE)p
-Fu(\).)154 1596 y(13.)61 b(Redirection)25 b(op)s(erators)f(do)g(not)g
-(p)s(erform)f(\014lename)h(expansion)g(on)g(the)g(w)m(ord)f(in)h(the)g
-(redirection)330 1705 y(unless)30 b(the)g(shell)h(is)f(in)m(teractiv)m
-(e.)154 1833 y(14.)61 b(Redirection)31 b(op)s(erators)g(do)f(not)h(p)s
-(erform)e(w)m(ord)h(splitting)h(on)f(the)h(w)m(ord)f(in)g(the)g
-(redirection.)154 1961 y(15.)61 b(F)-8 b(unction)35 b(names)g(m)m(ust)f
-(b)s(e)g(v)-5 b(alid)35 b(shell)f Ft(name)p Fu(s.)52
-b(That)34 b(is,)i(they)f(ma)m(y)g(not)g(con)m(tain)g(c)m(haracters)330
-2071 y(other)e(than)g(letters,)h(digits,)h(and)d(underscores,)h(and)f
-(ma)m(y)h(not)g(start)h(with)e(a)h(digit.)49 b(Declaring)330
-2180 y(a)31 b(function)f(with)g(an)g(in)m(v)-5 b(alid)31
-b(name)g(causes)f(a)h(fatal)h(syn)m(tax)f(error)f(in)g(non-in)m
-(teractiv)m(e)j(shells.)154 2308 y(16.)61 b(F)-8 b(unction)31
-b(names)f(ma)m(y)h(not)g(b)s(e)f(the)g(same)h(as)g(one)f(of)h(the)f
-Fm(posix)g Fu(sp)s(ecial)h(builtins.)154 2436 y(17.)61
-b(Ev)m(en)27 b(if)h(a)f(shell)h(function)f(whose)g(name)g(con)m(tains)i
-(a)f(slash)f(w)m(as)g(de\014ned)g(b)s(efore)f(en)m(tering)j
-Fm(posix)330 2545 y Fu(mo)s(de,)h(the)h(shell)f(will)h(not)g(execute)g
-(a)g(function)f(whose)g(name)h(con)m(tains)g(one)g(or)f(more)h
-(slashes.)154 2673 y(18.)61 b Fm(posix)25 b Fu(sp)s(ecial)i(builtins)f
-(are)g(found)f(b)s(efore)h(shell)g(functions)g(during)f(command)g(lo)s
-(okup,)i(includ-)330 2783 y(ing)k(output)e(prin)m(ted)h(b)m(y)h(the)f
-Ft(type)f Fu(and)h Ft(command)f Fu(builtins.)154 2911
-y(19.)61 b(When)48 b(prin)m(ting)g(shell)h(function)f(de\014nitions)g
-(\(e.g.,)55 b(b)m(y)48 b Ft(type)p Fu(\),)k(Bash)d(do)s(es)f(not)h
-(prin)m(t)f(the)330 3020 y Ft(function)28 b Fu(k)m(eyw)m(ord.)154
-3148 y(20.)61 b(Literal)28 b(tildes)g(that)f(app)s(ear)f(as)i(the)f
-(\014rst)f(c)m(haracter)j(in)d(elemen)m(ts)j(of)e(the)g
-Ft(PATH)f Fu(v)-5 b(ariable)27 b(are)h(not)330 3258 y(expanded)i(as)g
-(describ)s(ed)f(ab)s(o)m(v)m(e)j(under)d(Section)i(3.5.2)h([Tilde)f
-(Expansion],)f(page)h(25.)154 3386 y(21.)61 b(The)29
-b Ft(time)g Fu(reserv)m(ed)h(w)m(ord)g(ma)m(y)g(b)s(e)g(used)f(b)m(y)h
-(itself)g(as)g(a)h(command.)40 b(When)30 b(used)f(in)g(this)h(w)m(a)m
-(y)-8 b(,)330 3495 y(it)33 b(displa)m(ys)g(timing)g(statistics)h(for)e
-(the)h(shell)g(and)f(its)g(completed)i(c)m(hildren.)47
-b(The)32 b Ft(TIMEFORMAT)330 3605 y Fu(v)-5 b(ariable)31
-b(con)m(trols)h(the)e(format)h(of)g(the)f(timing)h(information.)154
-3733 y(22.)61 b(When)33 b(parsing)g(and)f(expanding)h(a)h($)p
-Fi({)6 b Fu(.)22 b(.)h(.)11 b Fi(})33 b Fu(expansion)g(that)h(app)s
-(ears)f(within)f(double)h(quotes,)330 3842 y(single)42
-b(quotes)g(are)g(no)g(longer)g(sp)s(ecial)g(and)f(cannot)i(b)s(e)e
-(used)g(to)h(quote)g(a)g(closing)h(brace)f(or)330 3952
-y(other)31 b(sp)s(ecial)h(c)m(haracter,)i(unless)c(the)i(op)s(erator)f
-(is)g(one)h(of)f(those)h(de\014ned)e(to)i(p)s(erform)e(pattern)330
-4061 y(remo)m(v)-5 b(al.)42 b(In)30 b(this)g(case,)i(they)e(do)g(not)h
-(ha)m(v)m(e)h(to)f(app)s(ear)e(as)i(matc)m(hed)g(pairs.)154
-4189 y(23.)61 b(The)29 b(parser)g(do)s(es)g(not)h(recognize)h
-Ft(time)d Fu(as)i(a)g(reserv)m(ed)f(w)m(ord)g(if)h(the)f(next)h(tok)m
-(en)h(b)s(egins)d(with)i(a)330 4299 y(`)p Ft(-)p Fu('.)154
-4427 y(24.)61 b(The)30 b(`)p Ft(!)p Fu(')h(c)m(haracter)h(do)s(es)e
-(not)h(in)m(tro)s(duce)g(history)f(expansion)h(within)f(a)h
-(double-quoted)g(string,)330 4536 y(ev)m(en)g(if)f(the)h
-Ft(histexpand)d Fu(option)i(is)h(enabled.)154 4664 y(25.)61
-b(If)24 b(a)g Fm(posix)g Fu(sp)s(ecial)h(builtin)f(returns)f(an)h
-(error)g(status,)i(a)e(non-in)m(teractiv)m(e)j(shell)e(exits.)39
-b(The)24 b(fatal)330 4774 y(errors)30 b(are)h(those)f(listed)h(in)f
-(the)h Fm(posix)e Fu(standard,)h(and)g(include)g(things)g(lik)m(e)i
-(passing)e(incorrect)330 4883 y(options,)43 b(redirection)d(errors,)i
-(v)-5 b(ariable)41 b(assignmen)m(t)g(errors)e(for)g(assignmen)m(ts)i
-(preceding)f(the)330 4993 y(command)30 b(name,)h(and)f(so)g(on.)154
-5121 y(26.)61 b(The)35 b Ft(unset)e Fu(builtin)i(with)g(the)g
-Ft(-v)f Fu(option)i(sp)s(eci\014ed)e(returns)g(a)i(fatal)g(error)f(if)g
-(it)g(attempts)h(to)330 5230 y(unset)22 b(a)h Ft(readonly)d
-Fu(or)i Ft(non-unsettable)c Fu(v)-5 b(ariable,)25 b(or)e(encoun)m(ters)
-f(a)h(v)-5 b(ariable)23 b(name)f(argumen)m(t)330 5340
-y(that)31 b(is)f(an)h(in)m(v)-5 b(alid)31 b(iden)m(ti\014er,)f(whic)m
-(h)g(causes)h(a)g(non-in)m(teractiv)m(e)i(shell)e(to)g(exit.)p
-eop end
-%%Page: 112 118
-TeXDict begin 112 117 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(112)154 299 y(27.)61
-b(When)39 b(ask)m(ed)g(to)g(unset)g(a)g(v)-5 b(ariable)39
-b(that)h(app)s(ears)e(in)g(an)h(assignmen)m(t)g(statemen)m(t)i
-(preceding)330 408 y(the)30 b(command,)f(the)h Ft(unset)e
-Fu(builtin)h(attempts)i(to)f(unset)f(a)h(v)-5 b(ariable)31
-b(of)e(the)h(same)g(name)g(in)f(the)330 518 y(curren)m(t)24
-b(or)g(previous)g(scop)s(e)g(as)g(w)m(ell.)40 b(This)23
-b(implemen)m(ts)i(the)f(required)f Ft(")p Fu(if)h(an)g(assigned)g(v)-5
-b(ariable)330 628 y(is)34 b(further)e(mo)s(di\014ed)g(b)m(y)i(the)g
-(utilit)m(y)-8 b(,)36 b(the)e(mo)s(di\014cations)g(made)g(b)m(y)f(the)h
-(utilit)m(y)h(shall)f(p)s(ersist)p Ft(")330 737 y Fu(b)s(eha)m(vior.)
-154 873 y(28.)61 b(A)31 b(non-in)m(teractiv)m(e)j(shell)d(exits)h(with)
-e(an)h(error)g(status)g(if)g(a)g(v)-5 b(ariable)32 b(assignmen)m(t)g
-(error)e(o)s(ccurs)330 982 y(when)38 b(no)h(command)g(name)g(follo)m
-(ws)i(the)e(assignmen)m(t)h(statemen)m(ts.)69 b(A)39
-b(v)-5 b(ariable)40 b(assignmen)m(t)330 1092 y(error)30
-b(o)s(ccurs,)g(for)g(example,)i(when)d(trying)i(to)g(assign)f(a)h(v)-5
-b(alue)31 b(to)g(a)g(readonly)f(v)-5 b(ariable.)154 1227
-y(29.)61 b(A)31 b(non-in)m(teractiv)m(e)j(shell)d(exits)h(with)e(an)h
-(error)g(status)g(if)g(a)g(v)-5 b(ariable)32 b(assignmen)m(t)g(error)e
-(o)s(ccurs)330 1337 y(in)g(an)g(assignmen)m(t)i(statemen)m(t)g
-(preceding)e(a)h(sp)s(ecial)g(builtin,)f(but)g(not)g(with)h(an)m(y)f
-(other)h(simple)330 1446 y(command.)38 b(F)-8 b(or)23
-b(an)m(y)g(other)g(simple)g(command,)h(the)f(shell)g(ab)s(orts)f
-(execution)i(of)f(that)g(command,)330 1556 y(and)44 b(execution)i(con)m
-(tin)m(ues)g(at)g(the)f(top)g(lev)m(el)h(\()p Ft(")p
-Fu(the)f(shell)h(shall)f(not)g(p)s(erform)e(an)m(y)i(further)330
-1666 y(pro)s(cessing)30 b(of)h(the)f(command)g(in)g(whic)m(h)h(the)f
-(error)g(o)s(ccurred)p Ft(")p Fu(\).)154 1801 y(30.)61
-b(A)43 b(non-in)m(teractiv)m(e)i(shell)e(exits)h(with)f(an)f(error)h
-(status)g(if)g(the)g(iteration)h(v)-5 b(ariable)44 b(in)f(a)g
-Ft(for)330 1910 y Fu(statemen)m(t)30 b(or)f(the)g(selection)h(v)-5
-b(ariable)30 b(in)e(a)h Ft(select)e Fu(statemen)m(t)k(is)d(a)h
-(readonly)g(v)-5 b(ariable)30 b(or)e(has)330 2020 y(an)i(in)m(v)-5
-b(alid)31 b(name.)154 2155 y(31.)61 b(Non-in)m(teractiv)m(e)34
-b(shells)c(exit)h(if)g Fr(\014lename)k Fu(in)30 b Ft(.)g
-Fr(\014lename)36 b Fu(is)31 b(not)f(found.)154 2291 y(32.)61
-b(Non-in)m(teractiv)m(e)41 b(shells)d(exit)h(if)f(a)g(syn)m(tax)g
-(error)g(in)f(an)h(arithmetic)h(expansion)f(results)f(in)h(an)330
-2400 y(in)m(v)-5 b(alid)31 b(expression.)154 2536 y(33.)61
-b(Non-in)m(teractiv)m(e)34 b(shells)c(exit)h(if)g(a)f(parameter)h
-(expansion)g(error)f(o)s(ccurs.)154 2671 y(34.)61 b(Non-in)m(teractiv)m
-(e)27 b(shells)c(exit)i(if)e(there)h(is)f(a)h(syn)m(tax)g(error)f(in)g
-(a)h(script)f(read)g(with)h(the)f Ft(.)g Fu(or)h Ft(source)330
-2781 y Fu(builtins,)30 b(or)g(in)g(a)h(string)g(pro)s(cessed)e(b)m(y)i
-(the)f Ft(eval)f Fu(builtin.)154 2916 y(35.)61 b(While)32
-b(v)-5 b(ariable)32 b(indirection)f(is)g(a)m(v)-5 b(ailable,)34
-b(it)d(ma)m(y)h(not)f(b)s(e)g(applied)g(to)g(the)h(`)p
-Ft(#)p Fu(')f(and)f(`)p Ft(?)p Fu(')h(sp)s(ecial)330
-3026 y(parameters.)154 3161 y(36.)61 b(Expanding)21 b(the)h(`)p
-Ft(*)p Fu(')g(sp)s(ecial)h(parameter)f(in)g(a)g(pattern)h(con)m(text)g
-(where)f(the)g(expansion)g(is)g(double-)330 3271 y(quoted)31
-b(do)s(es)f(not)g(treat)i(the)e Ft($*)g Fu(as)h(if)f(it)h(w)m(ere)g
-(double-quoted.)154 3406 y(37.)61 b(Assignmen)m(t)23
-b(statemen)m(ts)h(preceding)e Fm(posix)f Fu(sp)s(ecial)i(builtins)f(p)s
-(ersist)g(in)f(the)i(shell)f(en)m(vironmen)m(t)330 3516
-y(after)31 b(the)f(builtin)g(completes.)154 3651 y(38.)61
-b(The)31 b Ft(command)e Fu(builtin)i(do)s(es)g(not)h(prev)m(en)m(t)f
-(builtins)g(that)h(tak)m(e)h(assignmen)m(t)f(statemen)m(ts)h(as)f(ar-)
-330 3761 y(gumen)m(ts)40 b(from)e(expanding)h(them)g(as)h(assignmen)m
-(t)g(statemen)m(ts;)46 b(when)38 b(not)i(in)f Fm(posix)f
-Fu(mo)s(de,)330 3870 y(assignmen)m(t)k(builtins)e(lose)h(their)g
-(assignmen)m(t)h(statemen)m(t)h(expansion)d(prop)s(erties)g(when)g
-(pre-)330 3980 y(ceded)31 b(b)m(y)f Ft(command)p Fu(.)154
-4115 y(39.)61 b(The)27 b Ft(bg)g Fu(builtin)g(uses)g(the)h(required)f
-(format)h(to)g(describ)s(e)f(eac)m(h)i(job)e(placed)h(in)f(the)h(bac)m
-(kground,)330 4225 y(whic)m(h)h(do)s(es)g(not)g(include)g(an)g
-(indication)h(of)f(whether)f(the)h(job)g(is)g(the)h(curren)m(t)e(or)h
-(previous)g(job.)154 4360 y(40.)61 b(The)23 b(output)f(of)i(`)p
-Ft(kill)29 b(-l)p Fu(')23 b(prin)m(ts)f(all)i(the)g(signal)f(names)g
-(on)g(a)h(single)g(line,)h(separated)e(b)m(y)g(spaces,)330
-4470 y(without)30 b(the)h(`)p Ft(SIG)p Fu(')f(pre\014x.)154
-4605 y(41.)61 b(The)30 b Ft(kill)f Fu(builtin)h(do)s(es)g(not)h(accept)
-h(signal)f(names)f(with)g(a)h(`)p Ft(SIG)p Fu(')f(pre\014x.)154
-4740 y(42.)61 b(The)38 b Ft(export)f Fu(and)g Ft(readonly)f
-Fu(builtin)i(commands)g(displa)m(y)h(their)f(output)g(in)g(the)h
-(format)g(re-)330 4850 y(quired)30 b(b)m(y)g Fm(posix)p
-Fu(.)154 4985 y(43.)61 b(If)39 b(the)g Ft(export)f Fu(and)g
-Ft(readonly)f Fu(builtin)i(commands)g(get)h(an)g(argumen)m(t)f(that)h
-(is)f(not)h(a)g(v)-5 b(alid)330 5095 y(iden)m(ti\014er,)27
-b(and)f(they)g(are)h(not)f(op)s(erating)g(on)g(shell)h(functions,)f
-(they)h(return)d(an)i(error.)39 b(This)26 b(will)330
-5205 y(cause)31 b(a)g(non-in)m(teractiv)m(e)i(shell)d(to)h(exit)h(b)s
-(ecause)e(these)h(are)g(sp)s(ecial)g(builtins.)154 5340
-y(44.)61 b(The)30 b Ft(trap)f Fu(builtin)h(displa)m(ys)g(signal)i
-(names)e(without)g(the)h(leading)g Ft(SIG)p Fu(.)p eop
-end
-%%Page: 113 119
-TeXDict begin 113 118 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(113)154 299 y(45.)61
-b(The)39 b Ft(trap)e Fu(builtin)i(do)s(esn't)g(c)m(hec)m(k)h(the)g
-(\014rst)e(argumen)m(t)i(for)e(a)i(p)s(ossible)e(signal)i(sp)s
-(eci\014cation)330 408 y(and)30 b(rev)m(ert)i(the)e(signal)i(handling)e
-(to)h(the)g(original)h(disp)s(osition)e(if)h(it)g(is,)g(unless)f(that)h
-(argumen)m(t)330 518 y(consists)e(solely)g(of)g(digits)g(and)f(is)g(a)h
-(v)-5 b(alid)29 b(signal)g(n)m(um)m(b)s(er.)38 b(If)28
-b(users)g(w)m(an)m(t)h(to)g(reset)g(the)g(handler)330
-628 y(for)h(a)g(giv)m(en)h(signal)g(to)f(the)h(original)g(disp)s
-(osition,)f(they)g(should)f(use)h(`)p Ft(-)p Fu(')g(as)g(the)g(\014rst)
-f(argumen)m(t.)154 757 y(46.)61 b Ft(trap)29 b(-p)24
-b Fu(without)g(argumen)m(ts)g(displa)m(ys)g(signals)g(whose)g(disp)s
-(ositions)g(are)g(set)h(to)f(SIG)p 3360 757 28 4 v 40
-w(DFL)h(and)330 866 y(those)31 b(that)g(w)m(ere)g(ignored)f(when)g(the)
-g(shell)h(started,)g(not)f(just)g(trapp)s(ed)f(signals.)154
-995 y(47.)61 b(The)21 b Ft(.)h Fu(and)f Ft(source)f Fu(builtins)h(do)g
-(not)h(searc)m(h)h(the)f(curren)m(t)f(directory)h(for)g(the)g
-(\014lename)f(argumen)m(t)330 1105 y(if)30 b(it)h(is)g(not)f(found)f(b)
-m(y)i(searc)m(hing)g Ft(PATH)p Fu(.)154 1234 y(48.)61
-b(Enabling)21 b Fm(posix)g Fu(mo)s(de)g(has)g(the)g(e\013ect)i(of)e
-(setting)i(the)e Ft(inherit_errexit)d Fu(option,)23 b(so)f(subshells)
-330 1343 y(spa)m(wned)27 b(to)i(execute)g(command)e(substitutions)h
-(inherit)f(the)h(v)-5 b(alue)28 b(of)g(the)g Ft(-e)f
-Fu(option)h(from)g(the)330 1453 y(paren)m(t)37 b(shell.)62
-b(When)37 b(the)g Ft(inherit_errexit)c Fu(option)38 b(is)f(not)h
-(enabled,)h(Bash)e(clears)h(the)g Ft(-e)330 1562 y Fu(option)31
-b(in)f(suc)m(h)g(subshells.)154 1691 y(49.)61 b(Enabling)32
-b Fm(posix)f Fu(mo)s(de)h(has)g(the)h(e\013ect)g(of)g(setting)g(the)g
-Ft(shift_verbose)28 b Fu(option,)34 b(so)e(n)m(umeric)330
-1801 y(argumen)m(ts)f(to)g Ft(shift)f Fu(that)h(exceed)h(the)e(n)m(um)m
-(b)s(er)g(of)h(p)s(ositional)g(parameters)g(will)g(result)g(in)f(an)330
-1910 y(error)g(message.)154 2039 y(50.)61 b(When)43 b(the)g
-Ft(alias)f Fu(builtin)g(displa)m(ys)i(alias)g(de\014nitions,)i(it)d(do)
-s(es)g(not)g(displa)m(y)h(them)f(with)g(a)330 2149 y(leading)31
-b(`)p Ft(alias)e Fu(')i(unless)f(the)g Ft(-p)g Fu(option)h(is)f
-(supplied.)154 2278 y(51.)61 b(When)40 b(the)g Ft(set)f
-Fu(builtin)h(is)g(in)m(v)m(ok)m(ed)h(without)f(options,)j(it)e(do)s(es)
-f(not)g(displa)m(y)g(shell)g(function)330 2388 y(names)30
-b(and)g(de\014nitions.)154 2516 y(52.)61 b(When)36 b(the)g
-Ft(set)g Fu(builtin)g(is)g(in)m(v)m(ok)m(ed)i(without)e(options,)i(it)f
-(displa)m(ys)f(v)-5 b(ariable)37 b(v)-5 b(alues)37 b(without)330
-2626 y(quotes,)26 b(unless)d(they)i(con)m(tain)g(shell)f(metac)m
-(haracters,)k(ev)m(en)d(if)f(the)g(result)g(con)m(tains)i(nonprin)m
-(ting)330 2736 y(c)m(haracters.)154 2865 y(53.)61 b(When)35
-b(the)h Ft(cd)e Fu(builtin)h(is)h(in)m(v)m(ok)m(ed)g(in)f(logical)j(mo)
-s(de,)e(and)f(the)h(pathname)f(constructed)g(from)330
-2974 y Ft($PWD)i Fu(and)h(the)h(directory)f(name)h(supplied)e(as)i(an)f
-(argumen)m(t)h(do)s(es)f(not)g(refer)h(to)g(an)f(existing)330
-3084 y(directory)-8 b(,)32 b Ft(cd)d Fu(will)i(fail)g(instead)g(of)f
-(falling)h(bac)m(k)h(to)f(ph)m(ysical)g(mo)s(de.)154
-3213 y(54.)61 b(When)37 b(the)h Ft(cd)f Fu(builtin)g(cannot)h(c)m
-(hange)h(a)f(directory)g(b)s(ecause)g(the)g(length)g(of)f(the)h
-(pathname)330 3322 y(constructed)27 b(from)g Ft($PWD)f
-Fu(and)h(the)g(directory)h(name)f(supplied)f(as)i(an)f(argumen)m(t)g
-(exceeds)h Ft(PATH_)330 3432 y(MAX)h Fu(when)h(canonicalized,)j
-Ft(cd)c Fu(will)i(attempt)h(to)f(use)f(the)g(supplied)f(directory)i
-(name.)154 3561 y(55.)61 b(The)36 b Ft(pwd)f Fu(builtin)h(v)m
-(eri\014es)h(that)g(the)f(v)-5 b(alue)37 b(it)g(prin)m(ts)e(is)i(the)f
-(same)h(as)f(the)h(curren)m(t)f(directory)-8 b(,)330
-3670 y(ev)m(en)31 b(if)f(it)h(is)g(not)f(ask)m(ed)h(to)g(c)m(hec)m(k)h
-(the)f(\014le)f(system)h(with)f(the)h Ft(-P)e Fu(option.)154
-3799 y(56.)61 b(When)35 b(listing)g(the)g(history)-8
-b(,)36 b(the)f Ft(fc)g Fu(builtin)f(do)s(es)g(not)h(include)g(an)f
-(indication)i(of)f(whether)f(or)330 3909 y(not)d(a)f(history)h(en)m
-(try)f(has)g(b)s(een)g(mo)s(di\014ed.)154 4038 y(57.)61
-b(The)30 b(default)g(editor)h(used)f(b)m(y)g Ft(fc)g
-Fu(is)g Ft(ed)p Fu(.)154 4167 y(58.)61 b Ft(fc)30 b Fu(treats)h(extra)g
-(argumen)m(ts)g(as)f(an)h(error)f(instead)g(of)h(ignoring)g(them.)154
-4296 y(59.)61 b(If)38 b(there)h(are)g(to)s(o)g(man)m(y)g(argumen)m(ts)g
-(supplied)e(to)i Ft(fc)30 b(-s)p Fu(,)40 b Ft(fc)e Fu(prin)m(ts)g(an)h
-(error)f(message)i(and)330 4405 y(returns)29 b(failure.)154
-4534 y(60.)61 b(The)37 b Ft(type)g Fu(and)g Ft(command)f
-Fu(builtins)i(will)g(not)g(rep)s(ort)f(a)i(non-executable)g(\014le)f
-(as)g(ha)m(ving)h(b)s(een)330 4644 y(found,)26 b(though)h(the)g(shell)g
-(will)g(attempt)h(to)g(execute)g(suc)m(h)f(a)g(\014le)g(if)g(it)g(is)g
-(the)g(only)g(so-named)g(\014le)330 4753 y(found)i(in)h
-Ft($PATH)p Fu(.)154 4882 y(61.)61 b(The)33 b Ft(vi)f
-Fu(editing)i(mo)s(de)f(will)g(in)m(v)m(ok)m(e)i(the)e
-Ft(vi)g Fu(editor)h(directly)f(when)f(the)i(`)p Ft(v)p
-Fu(')f(command)g(is)g(run,)330 4992 y(instead)e(of)f(c)m(hec)m(king)i
-Ft($VISUAL)d Fu(and)g Ft($EDITOR)p Fu(.)154 5121 y(62.)61
-b(When)41 b(the)g Ft(xpg_echo)e Fu(option)i(is)g(enabled,)j(Bash)d(do)s
-(es)g(not)g(attempt)h(to)g(in)m(terpret)f(an)m(y)h(ar-)330
-5230 y(gumen)m(ts)35 b(to)g Ft(echo)e Fu(as)i(options.)54
-b(Eac)m(h)35 b(argumen)m(t)g(is)f(displa)m(y)m(ed,)j(after)e(escap)s(e)
-g(c)m(haracters)h(are)330 5340 y(con)m(v)m(erted.)p eop
-end
-%%Page: 114 120
-TeXDict begin 114 119 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(114)154 299 y(63.)61
-b(The)30 b Ft(ulimit)f Fu(builtin)g(uses)h(a)h(blo)s(c)m(k)g(size)g(of)
-g(512)g(b)m(ytes)g(for)f(the)h Ft(-c)f Fu(and)g Ft(-f)f
-Fu(options.)154 438 y(64.)61 b(The)39 b(arriv)-5 b(al)41
-b(of)f Ft(SIGCHLD)e Fu(when)h(a)h(trap)g(is)g(set)h(on)f
-Ft(SIGCHLD)e Fu(do)s(es)h(not)h(in)m(terrupt)g(the)g
-Ft(wait)330 548 y Fu(builtin)c(and)h(cause)g(it)h(to)f(return)f
-(immediately)-8 b(.)62 b(The)37 b(trap)f(command)h(is)g(run)e(once)j
-(for)f(eac)m(h)330 657 y(c)m(hild)31 b(that)g(exits.)154
-797 y(65.)61 b(The)27 b Ft(read)f Fu(builtin)g(ma)m(y)i(b)s(e)e(in)m
-(terrupted)h(b)m(y)g(a)h(signal)f(for)g(whic)m(h)g(a)h(trap)f(has)g(b)s
-(een)f(set.)40 b(If)27 b(Bash)330 906 y(receiv)m(es)41
-b(a)f(trapp)s(ed)e(signal)i(while)f(executing)h Ft(read)p
-Fu(,)h(the)e(trap)h(handler)e(executes)i(and)f Ft(read)330
-1016 y Fu(returns)29 b(an)h(exit)i(status)e(greater)i(than)e(128.)154
-1155 y(66.)61 b(The)33 b Ft(printf)f Fu(builtin)i(uses)f
-Ft(double)f Fu(\(via)j Ft(strtod)p Fu(\))d(to)j(con)m(v)m(ert)g
-(argumen)m(ts)f(corresp)s(onding)f(to)330 1265 y(\015oating)40
-b(p)s(oin)m(t)f(con)m(v)m(ersion)h(sp)s(eci\014ers,)h(instead)e(of)g
-Ft(long)29 b(double)38 b Fu(if)h(it's)g(a)m(v)-5 b(ailable.)69
-b(The)39 b(`)p Ft(L)p Fu(')330 1375 y(length)31 b(mo)s(di\014er)e
-(forces)i Ft(printf)e Fu(to)i(use)f Ft(long)f(double)g
-Fu(if)h(it's)h(a)m(v)-5 b(ailable.)154 1514 y(67.)61
-b(Bash)27 b(remo)m(v)m(es)h(an)e(exited)i(bac)m(kground)e(pro)s(cess's)
-h(status)g(from)f(the)h(list)g(of)g(suc)m(h)f(statuses)h(after)330
-1624 y(the)k Ft(wait)e Fu(builtin)h(is)g(used)g(to)h(obtain)g(it.)154
-1763 y(68.)61 b(A)39 b(double)f(quote)i(c)m(haracter)g(\(`)p
-Ft(")p Fu('\))g(is)f(treated)g(sp)s(ecially)h(when)e(it)h(app)s(ears)f
-(in)h(a)g(bac)m(kquoted)330 1873 y(command)24 b(substitution)f(in)h
-(the)g(b)s(o)s(dy)e(of)i(a)g(here-do)s(cumen)m(t)g(that)h(undergo)s(es)
-e(expansion.)38 b(That)330 1982 y(means,)29 b(for)f(example,)i(that)f
-(a)g(bac)m(kslash)g(preceding)f(a)h(double)f(quote)h(c)m(haracter)h
-(will)f(escap)s(e)f(it)330 2092 y(and)i(the)g(bac)m(kslash)h(will)g(b)s
-(e)f(remo)m(v)m(ed.)154 2231 y(69.)61 b(The)26 b Ft(test)g
-Fu(builtin)g(compares)h(strings)g(using)f(the)h(curren)m(t)f(lo)s(cale)
-j(when)c(pro)s(cessing)i(the)g(`)p Ft(<)p Fu(')g(and)330
-2341 y(`)p Ft(>)p Fu(')k(binary)e(op)s(erators.)154 2480
-y(70.)61 b(The)27 b Ft(test)f Fu(builtin's)g Ft(-t)h
-Fu(unary)f(primary)g(requires)h(an)g(argumen)m(t.)40
-b(Historical)29 b(v)m(ersions)f(of)f Ft(test)330 2590
-y Fu(made)c(the)h(argumen)m(t)g(optional)h(in)e(certain)h(cases,)i(and)
-d(Bash)h(attempts)g(to)g(accommo)s(date)h(those)330 2699
-y(for)30 b(bac)m(kw)m(ards)h(compatibilit)m(y)-8 b(.)154
-2839 y(71.)61 b(Command)25 b(substitutions)g(don't)g(set)h(the)g(`)p
-Ft(?)p Fu(')g(sp)s(ecial)g(parameter.)40 b(The)25 b(exit)h(status)g(of)
-g(a)g(simple)330 2948 y(command)i(without)g(a)h(command)f(w)m(ord)f(is)
-i(still)g(the)f(exit)h(status)g(of)f(the)g(last)h(command)f(substi-)330
-3058 y(tution)f(that)h(o)s(ccurred)e(while)h(ev)-5 b(aluating)28
-b(the)g(v)-5 b(ariable)27 b(assignmen)m(ts)h(and)e(redirections)i(in)e
-(that)330 3167 y(command,)h(but)f(that)g(do)s(es)g(not)h(happ)s(en)d
-(un)m(til)j(after)g(all)g(of)f(the)h(assignmen)m(ts)g(and)e
-(redirections.)275 3342 y(There)34 b(is)g(other)h Fm(posix)f
-Fu(b)s(eha)m(vior)h(that)g(Bash)g(do)s(es)f(not)h(implemen)m(t)g(b)m(y)
-g(default)f(ev)m(en)i(when)d(in)150 3451 y Fm(posix)d
-Fu(mo)s(de.)40 b(Sp)s(eci\014cally:)199 3595 y(1.)61
-b(The)30 b Ft(fc)f Fu(builtin)h(c)m(hec)m(ks)i Ft($EDITOR)c
-Fu(as)j(a)f(program)g(to)h(edit)g(history)f(en)m(tries)h(if)f
-Ft(FCEDIT)f Fu(is)h(unset,)330 3705 y(rather)g(than)g(defaulting)h
-(directly)g(to)g Ft(ed)p Fu(.)40 b Ft(fc)30 b Fu(uses)g
-Ft(ed)g Fu(if)g Ft(EDITOR)f Fu(is)h(unset.)199 3844 y(2.)61
-b(A)37 b(non-in)m(teractiv)m(e)i(shell)e(do)s(es)f(not)h(exit)h(if)e(a)
-h(v)-5 b(ariable)38 b(assignmen)m(t)f(preceding)g(the)g
-Ft(command)330 3954 y Fu(builtin)30 b(or)g(another)h(non-sp)s(ecial)g
-(builtin)f(fails.)199 4093 y(3.)61 b(As)29 b(noted)g(ab)s(o)m(v)m(e,)i
-(Bash)e(requires)g(the)g Ft(xpg_echo)e Fu(option)j(to)g(b)s(e)e
-(enabled)h(for)g(the)g Ft(echo)f Fu(builtin)330 4203
-y(to)j(b)s(e)f(fully)g(conforman)m(t.)275 4377 y(Bash)c(can)g(b)s(e)f
-(con\014gured)h(to)g(b)s(e)g Fm(posix)p Fu(-conforman)m(t)g(b)m(y)g
-(default,)h(b)m(y)f(sp)s(ecifying)g(the)g Ft(--enable-)150
-4487 y(strict-posix-default)c Fu(to)27 b Ft(configure)e
-Fu(when)h(building)h(\(see)h(Section)g(10.8)g([Optional)g(F)-8
-b(eatures],)150 4596 y(page)31 b(168\).)150 4852 y Fs(6.12)68
-b(Shell)46 b(Compatibilit)l(y)h(Mo)t(de)150 5011 y Fu(Bash-4.0)33
-b(in)m(tro)s(duced)f(the)f(concept)i(of)f(a)g Fr(shell)g(compatibilit)m
-(y)i(lev)m(el)p Fu(,)g(sp)s(eci\014ed)d(as)h(a)g(set)h(of)f(options)150
-5121 y(to)f(the)f(shopt)g(builtin)g(\()p Ft(compat31)p
-Fu(,)e Ft(compat32)p Fu(,)h Ft(compat40)p Fu(,)f Ft(compat41)p
-Fu(,)g(and)i(so)g(on\).)41 b(There)30 b(is)g(only)150
-5230 y(one)f(curren)m(t)f(compatibilit)m(y)j(lev)m(el)f({)f(eac)m(h)h
-(option)f(is)g(m)m(utually)g(exclusiv)m(e.)41 b(The)28
-b(compatibilit)m(y)j(lev)m(el)150 5340 y(is)39 b(in)m(tended)g(to)h
-(allo)m(w)g(users)e(to)i(select)h(b)s(eha)m(vior)e(from)f(previous)h(v)
-m(ersions)g(that)h(is)f(incompatible)p eop end
-%%Page: 115 121
-TeXDict begin 115 120 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(115)150 299 y(with)36
-b(new)m(er)g(v)m(ersions)g(while)g(they)g(migrate)h(scripts)f(to)h(use)
-f(curren)m(t)f(features)i(and)e(b)s(eha)m(vior.)58 b(It's)150
-408 y(in)m(tended)30 b(to)h(b)s(e)f(a)h(temp)s(orary)f(solution.)275
-556 y(This)k(section)j(do)s(es)e(not)h(men)m(tion)g(b)s(eha)m(vior)g
-(that)g(is)f(standard)g(for)g(a)h(particular)g(v)m(ersion)g(\(e.g.,)150
-666 y(setting)d Ft(compat32)c Fu(means)i(that)i(quoting)e(the)h(rhs)f
-(of)g(the)h(regexp)g(matc)m(hing)h(op)s(erator)e(quotes)h(sp)s(e-)150
-775 y(cial)39 b(regexp)e(c)m(haracters)i(in)e(the)g(w)m(ord,)i(whic)m
-(h)e(is)g(default)h(b)s(eha)m(vior)f(in)g(bash-3.2)h(and)f(subsequen)m
-(t)150 885 y(v)m(ersions\).)275 1032 y(If)29 b(a)h(user)f(enables,)h
-(sa)m(y)-8 b(,)31 b Ft(compat32)p Fu(,)d(it)i(ma)m(y)g(a\013ect)h(the)f
-(b)s(eha)m(vior)g(of)g(other)g(compatibilit)m(y)h(lev)m(els)150
-1142 y(up)23 b(to)h(and)f(including)h(the)g(curren)m(t)f(compatibilit)m
-(y)j(lev)m(el.)41 b(The)23 b(idea)h(is)g(that)g(eac)m(h)h(compatibilit)
-m(y)h(lev)m(el)150 1251 y(con)m(trols)35 b(b)s(eha)m(vior)f(that)g(c)m
-(hanged)g(in)f(that)h(v)m(ersion)g(of)g(Bash,)h(but)e(that)h(b)s(eha)m
-(vior)g(ma)m(y)g(ha)m(v)m(e)h(b)s(een)150 1361 y(presen)m(t)f(in)g
-(earlier)g(v)m(ersions.)52 b(F)-8 b(or)35 b(instance,)g(the)f(c)m
-(hange)h(to)g(use)f(lo)s(cale-based)h(comparisons)f(with)150
-1471 y(the)e Ft([[)f Fu(command)g(came)h(in)g(bash-4.1,)h(and)d
-(earlier)j(v)m(ersions)f(used)f(ASCI)s(I-based)f(comparisons,)i(so)150
-1580 y(enabling)27 b Ft(compat32)e Fu(will)i(enable)g(ASCI)s(I-based)e
-(comparisons)i(as)g(w)m(ell.)41 b(That)26 b(gran)m(ularit)m(y)i(ma)m(y)
-g(not)150 1690 y(b)s(e)i(su\016cien)m(t)i(for)f(all)g(uses,)g(and)g(as)
-g(a)g(result)g(users)f(should)g(emplo)m(y)i(compatibilit)m(y)h(lev)m
-(els)g(carefully)-8 b(.)150 1799 y(Read)31 b(the)f(do)s(cumen)m(tation)
-h(for)g(a)f(particular)h(feature)g(to)g(\014nd)e(out)h(the)h(curren)m
-(t)f(b)s(eha)m(vior.)275 1947 y(Bash-4.3)44 b(in)m(tro)s(duced)e(a)h
-(new)f(shell)h(v)-5 b(ariable:)65 b Ft(BASH_COMPAT)p
-Fu(.)75 b(The)42 b(v)-5 b(alue)43 b(assigned)g(to)g(this)150
-2056 y(v)-5 b(ariable)32 b(\(a)g(decimal)h(v)m(ersion)e(n)m(um)m(b)s
-(er)f(lik)m(e)j(4.2,)g(or)e(an)h(in)m(teger)g(corresp)s(onding)f(to)h
-(the)f Ft(compat)p Fr(NN)150 2166 y Fu(option,)g(lik)m(e)h(42\))f
-(determines)g(the)f(compatibilit)m(y)j(lev)m(el.)275
-2313 y(Starting)e(with)g(bash-4.4,)h(Bash)f(has)g(b)s(egun)f
-(deprecating)h(older)h(compatibilit)m(y)h(lev)m(els.)44
-b(Ev)m(en)m(tu-)150 2423 y(ally)-8 b(,)32 b(the)e(options)h(will)g(b)s
-(e)f(remo)m(v)m(ed)h(in)f(fa)m(v)m(or)i(of)e Ft(BASH_COMPAT)p
-Fu(.)275 2571 y(Bash-5.0)g(w)m(as)g(the)g(\014nal)f(v)m(ersion)g(for)g
-(whic)m(h)g(there)h(will)f(b)s(e)g(an)g(individual)g(shopt)g(option)h
-(for)f(the)150 2680 y(previous)h(v)m(ersion.)41 b(Users)30
-b(should)g(con)m(trol)h(the)g(compatibilit)m(y)i(lev)m(el)f(with)e
-Ft(BASH_COMPAT)p Fu(.)275 2828 y(The)24 b(follo)m(wing)i(table)g
-(describ)s(es)e(the)i(b)s(eha)m(vior)f(c)m(hanges)h(con)m(trolled)g(b)m
-(y)f(eac)m(h)h(compatibilit)m(y)h(lev)m(el)150 2937 y(setting.)43
-b(The)30 b Ft(compat)p Fr(NN)39 b Fu(tag)32 b(is)f(used)f(as)h
-(shorthand)e(for)h(setting)i(the)f(compatibilit)m(y)i(lev)m(el)f(to)g
-Fr(NN)150 3047 y Fu(using)37 b(one)h(of)g(the)g(follo)m(wing)h(mec)m
-(hanisms.)63 b(F)-8 b(or)39 b(v)m(ersions)f(prior)f(to)h(bash-5.0,)j
-(the)d(compatibilit)m(y)150 3156 y(lev)m(el)d(ma)m(y)f(b)s(e)e(set)i
-(using)e(the)i(corresp)s(onding)e Ft(compat)p Fr(NN)41
-b Fu(shopt)33 b(option.)50 b(F)-8 b(or)34 b(bash-4.3)f(and)g(later)150
-3266 y(v)m(ersions,)40 b(the)e Ft(BASH_COMPAT)d Fu(v)-5
-b(ariable)39 b(is)e(preferred,)i(and)e(it)i(is)f(required)f(for)g
-(bash-5.1)i(and)e(later)150 3376 y(v)m(ersions.)150 3554
-y Ft(compat31)705 3695 y Fq(\017)60 b Fu(quoting)34 b(the)g(rhs)e(of)i
-(the)f Ft([[)g Fu(command's)h(regexp)f(matc)m(hing)i(op)s(erator)f(\(=)
-p Ft(~)p Fu(\))f(has)810 3805 y(no)d(sp)s(ecial)h(e\013ect)150
-3977 y Ft(compat40)705 4118 y Fq(\017)60 b Fu(the)35
-b(`)p Ft(<)p Fu(')g(and)f(`)p Ft(>)p Fu(')g(op)s(erators)h(to)g(the)g
-Ft([[)f Fu(command)h(do)f(not)h(consider)f(the)h(curren)m(t)810
-4228 y(lo)s(cale)41 b(when)d(comparing)i(strings;)k(they)c(use)f(ASCI)s
-(I)f(ordering.)67 b(Bash)40 b(v)m(ersions)810 4338 y(prior)f(to)i
-(bash-4.1)f(use)g(ASCI)s(I)e(collation)k(and)d(strcmp\(3\);)45
-b(bash-4.1)c(and)e(later)810 4447 y(use)30 b(the)h(curren)m(t)f(lo)s
-(cale's)i(collation)h(sequence)d(and)g(strcoll\(3\).)150
-4620 y Ft(compat41)705 4761 y Fq(\017)60 b Fu(in)29 b(p)s(osix)f(mo)s
-(de,)i Ft(time)e Fu(ma)m(y)h(b)s(e)g(follo)m(w)m(ed)i(b)m(y)e(options)g
-(and)g(still)h(b)s(e)e(recognized)j(as)810 4870 y(a)g(reserv)m(ed)f(w)m
-(ord)g(\(this)h(is)f Fm(posix)g Fu(in)m(terpretation)i(267\))705
-5011 y Fq(\017)60 b Fu(in)37 b(p)s(osix)f(mo)s(de,)i(the)g(parser)e
-(requires)g(that)i(an)f(ev)m(en)g(n)m(um)m(b)s(er)f(of)h(single)g
-(quotes)810 5121 y(o)s(ccur)28 b(in)g(the)h Fr(w)m(ord)i
-Fu(p)s(ortion)d(of)h(a)g(double-quoted)f($)p Fi({)6 b
-Fu(.)23 b(.)f(.)11 b Fi(})29 b Fu(parameter)g(expansion)810
-5230 y(and)34 b(treats)h(them)f(sp)s(ecially)-8 b(,)37
-b(so)e(that)g(c)m(haracters)g(within)f(the)h(single)g(quotes)g(are)810
-5340 y(considered)30 b(quoted)h(\(this)f(is)h Fm(posix)e
-Fu(in)m(terpretation)j(221\))p eop end
-%%Page: 116 122
-TeXDict begin 116 121 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(116)150 299 y Ft(compat42)705
-434 y Fq(\017)60 b Fu(the)29 b(replacemen)m(t)i(string)e(in)g
-(double-quoted)h(pattern)f(substitution)g(do)s(es)g(not)h(un-)810
-544 y(dergo)h(quote)g(remo)m(v)-5 b(al,)32 b(as)e(it)h(do)s(es)f(in)g
-(v)m(ersions)h(after)g(bash-4.2)705 679 y Fq(\017)60
-b Fu(in)39 b(p)s(osix)g(mo)s(de,)j(single)e(quotes)g(are)g(considered)f
-(sp)s(ecial)h(when)f(expanding)g(the)810 789 y Fr(w)m(ord)d
-Fu(p)s(ortion)c(of)g(a)h(double-quoted)g($)p Fi({)6 b
-Fu(.)22 b(.)h(.)11 b Fi(})33 b Fu(parameter)g(expansion)f(and)g(can)h
-(b)s(e)810 898 y(used)40 b(to)i(quote)g(a)f(closing)h(brace)f(or)g
-(other)h(sp)s(ecial)f(c)m(haracter)i(\(this)e(is)g(part)g(of)810
-1008 y Fm(posix)36 b Fu(in)m(terpretation)h(221\);)42
-b(in)36 b(later)h(v)m(ersions,)h(single)f(quotes)g(are)g(not)f(sp)s
-(ecial)810 1118 y(within)30 b(double-quoted)g(w)m(ord)g(expansions)150
-1279 y Ft(compat43)705 1414 y Fq(\017)60 b Fu(the)31
-b(shell)g(do)s(es)g(not)g(prin)m(t)f(a)h(w)m(arning)g(message)h(if)f
-(an)g(attempt)h(is)f(made)f(to)i(use)f(a)810 1524 y(quoted)36
-b(comp)s(ound)e(assignmen)m(t)i(as)g(an)g(argumen)m(t)g(to)g(declare)h
-(\(e.g.,)i(declare)d(-a)810 1633 y(fo)s(o='\(1)31 b(2\)'\).)42
-b(Later)31 b(v)m(ersions)g(w)m(arn)f(that)h(this)f(usage)h(is)g
-(deprecated)705 1769 y Fq(\017)60 b Fu(w)m(ord)21 b(expansion)g(errors)
-g(are)h(considered)f(non-fatal)h(errors)f(that)h(cause)g(the)f(curren)m
-(t)810 1878 y(command)k(to)g(fail,)i(ev)m(en)e(in)g(p)s(osix)f(mo)s(de)
-h(\(the)g(default)g(b)s(eha)m(vior)g(is)g(to)g(mak)m(e)h(them)810
-1988 y(fatal)32 b(errors)d(that)i(cause)g(the)g(shell)f(to)i(exit\))705
-2123 y Fq(\017)60 b Fu(when)37 b(executing)i(a)g(shell)f(function,)i
-(the)f(lo)s(op)f(state)h(\(while/un)m(til/etc.\))68 b(is)38
-b(not)810 2233 y(reset,)c(so)g Ft(break)d Fu(or)i Ft(continue)e
-Fu(in)h(that)i(function)f(will)g(break)g(or)g(con)m(tin)m(ue)h(lo)s
-(ops)810 2342 y(in)h(the)g(calling)h(con)m(text.)57 b(Bash-4.4)37
-b(and)d(later)i(reset)g(the)f(lo)s(op)g(state)i(to)e(prev)m(en)m(t)810
-2452 y(this)150 2613 y Ft(compat44)705 2749 y Fq(\017)60
-b Fu(the)41 b(shell)g(sets)g(up)e(the)i(v)-5 b(alues)41
-b(used)f(b)m(y)h Ft(BASH_ARGV)d Fu(and)i Ft(BASH_ARGC)e
-Fu(so)j(they)810 2858 y(can)26 b(expand)f(to)h(the)g(shell's)g(p)s
-(ositional)g(parameters)g(ev)m(en)h(if)e(extended)h(debugging)810
-2968 y(mo)s(de)k(is)g(not)h(enabled)705 3103 y Fq(\017)60
-b Fu(a)40 b(subshell)f(inherits)g(lo)s(ops)h(from)g(its)g(paren)m(t)g
-(con)m(text,)k(so)c Ft(break)e Fu(or)i Ft(continue)810
-3213 y Fu(will)35 b(cause)g(the)f(subshell)f(to)i(exit.)54
-b(Bash-5.0)36 b(and)d(later)j(reset)f(the)f(lo)s(op)h(state)g(to)810
-3322 y(prev)m(en)m(t)c(the)g(exit)705 3458 y Fq(\017)60
-b Fu(v)-5 b(ariable)28 b(assignmen)m(ts)h(preceding)f(builtins)f(lik)m
-(e)i Ft(export)d Fu(and)h Ft(readonly)e Fu(that)j(set)810
-3567 y(attributes)37 b(con)m(tin)m(ue)h(to)g(a\013ect)g(v)-5
-b(ariables)37 b(with)g(the)f(same)h(name)g(in)g(the)f(calling)810
-3677 y(en)m(vironmen)m(t)31 b(ev)m(en)g(if)f(the)h(shell)g(is)f(not)h
-(in)f(p)s(osix)f(mo)s(de)150 3838 y Ft(compat50)f(\(set)h(using)g
-(BASH_COMPAT\))705 3948 y Fq(\017)60 b Fu(Bash-5.1)29
-b(c)m(hanged)g(the)f(w)m(a)m(y)g Ft($RANDOM)e Fu(is)i(generated)h(to)f
-(in)m(tro)s(duce)g(sligh)m(tly)h(more)810 4057 y(randomness.)39
-b(If)30 b(the)f(shell)h(compatibilit)m(y)i(lev)m(el)f(is)f(set)g(to)h
-(50)f(or)g(lo)m(w)m(er,)h(it)f(rev)m(erts)810 4167 y(to)e(the)g(metho)s
-(d)f(from)g(bash-5.0)h(and)f(previous)g(v)m(ersions,)i(so)e(seeding)h
-(the)g(random)810 4276 y(n)m(um)m(b)s(er)36 b(generator)j(b)m(y)e
-(assigning)h(a)g(v)-5 b(alue)38 b(to)g Ft(RANDOM)e Fu(will)i(pro)s
-(duce)e(the)i(same)810 4386 y(sequence)31 b(as)f(in)g(bash-5.0)705
-4521 y Fq(\017)60 b Fu(If)22 b(the)g(command)g(hash)f(table)i(is)f
-(empt)m(y)-8 b(,)25 b(Bash)d(v)m(ersions)g(prior)g(to)h(bash-5.1)f
-(prin)m(ted)810 4631 y(an)29 b(informational)i(message)g(to)f(that)g
-(e\013ect,)h(ev)m(en)g(when)d(pro)s(ducing)g(output)h(that)810
-4740 y(can)40 b(b)s(e)g(reused)f(as)h(input.)69 b(Bash-5.1)42
-b(suppresses)c(that)j(message)g(when)e(the)i Ft(-l)810
-4850 y Fu(option)31 b(is)f(supplied.)150 5011 y Ft(compat51)e(\(set)h
-(using)g(BASH_COMPAT\))705 5121 y Fq(\017)60 b Fu(The)38
-b Ft(unset)g Fu(builtin)g(will)h(unset)f(the)h(arra)m(y)g
-Ft(a)g Fu(giv)m(en)g(an)g(argumen)m(t)g(lik)m(e)h(`)p
-Ft(a[@])p Fu('.)810 5230 y(Bash-5.2)32 b(will)f(unset)f(an)g(elemen)m
-(t)i(with)e(k)m(ey)i(`)p Ft(@)p Fu(')e(\(asso)s(ciativ)m(e)k(arra)m
-(ys\))d(or)f(remo)m(v)m(e)810 5340 y(all)h(the)g(elemen)m(ts)h(without)
-e(unsetting)g(the)h(arra)m(y)g(\(indexed)f(arra)m(ys\))p
-eop end
-%%Page: 117 123
-TeXDict begin 117 122 bop 150 -116 a Fu(Chapter)30 b(6:)41
-b(Bash)30 b(F)-8 b(eatures)2439 b(117)705 299 y Fq(\017)60
-b Fu(arithmetic)36 b(commands)e(\()h(\(\(...\)\))55 b(\))f(and)34
-b(the)g(expressions)h(in)f(an)g(arithmetic)i(for)810
-408 y(statemen)m(t)c(can)f(b)s(e)f(expanded)f(more)i(than)f(once)705
-543 y Fq(\017)60 b Fu(expressions)22 b(used)g(as)h(argumen)m(ts)g(to)h
-(arithmetic)f(op)s(erators)g(in)g(the)g Ft([[)f Fu(conditional)810
-653 y(command)30 b(can)h(b)s(e)f(expanded)f(more)i(than)f(once)705
-787 y Fq(\017)60 b Fu(the)35 b(expressions)g(in)g(substring)e
-(parameter)j(brace)f(expansion)g(can)g(b)s(e)g(expanded)810
-897 y(more)c(than)f(once)705 1031 y Fq(\017)60 b Fu(the)39
-b(expressions)f(in)g(the)h($\(\()h(...)66 b(\)\))f(w)m(ord)39
-b(expansion)f(can)h(b)s(e)f(expanded)g(more)810 1141
-y(than)30 b(once)705 1275 y Fq(\017)60 b Fu(arithmetic)36
-b(expressions)f(used)f(as)h(indexed)f(arra)m(y)i(subscripts)d(can)i(b)s
-(e)g(expanded)810 1385 y(more)c(than)f(once)705 1519
-y Fq(\017)60 b Ft(test)29 b(-v)p Fu(,)35 b(when)f(giv)m(en)h(an)g
-(argumen)m(t)g(of)f(`)p Ft(A[@])p Fu(',)h(where)f Fr(A)h
-Fu(is)f(an)h(existing)g(asso-)810 1629 y(ciativ)m(e)h(arra)m(y)-8
-b(,)37 b(will)d(return)f(true)g(if)h(the)h(arra)m(y)f(has)g(an)m(y)g
-(set)g(elemen)m(ts.)53 b(Bash-5.2)810 1738 y(will)31
-b(lo)s(ok)g(for)f(and)g(rep)s(ort)f(on)i(a)f(k)m(ey)i(named)d(`)p
-Ft(@)p Fu(')705 1873 y Fq(\017)60 b Fu(the)40 b($)p Fi({)p
-Fr(parameter)7 b Fu([:]=)p Fr(v)-5 b(alue)5 b Fi(})42
-b Fu(w)m(ord)e(expansion)f(will)i(return)d Fr(v)-5 b(alue)p
-Fu(,)43 b(b)s(efore)d(an)m(y)810 1983 y(v)-5 b(ariable-sp)s(eci\014c)34
-b(transformations)f(ha)m(v)m(e)h(b)s(een)e(p)s(erformed)f(\(e.g.,)36
-b(con)m(v)m(erting)e(to)810 2092 y(lo)m(w)m(ercase\).)43
-b(Bash-5.2)32 b(will)f(return)e(the)i(\014nal)f(v)-5
-b(alue)31 b(assigned)f(to)i(the)e(v)-5 b(ariable.)705
-2227 y Fq(\017)60 b Fu(P)m(arsing)40 b(command)f(substitutions)f(will)i
-(b)s(eha)m(v)m(e)g(as)f(if)g(extended)g(globbing)h(\(see)810
-2336 y(Section)e(4.3.2)g([The)f(Shopt)f(Builtin],)j(page)f(73\))g(is)f
-(enabled,)i(so)e(that)g(parsing)g(a)810 2446 y(command)24
-b(substitution)g(con)m(taining)h(an)f(extglob)i(pattern)e(\(sa)m(y)-8
-b(,)27 b(as)d(part)g(of)g(a)h(shell)810 2555 y(function\))30
-b(will)h(not)g(fail.)41 b(This)30 b(assumes)g(the)h(in)m(ten)m(t)g(is)g
-(to)g(enable)g(extglob)g(b)s(efore)810 2665 y(the)i(command)f(is)g
-(executed)h(and)f(w)m(ord)g(expansions)g(are)h(p)s(erformed.)45
-b(It)33 b(will)f(fail)810 2775 y(at)42 b(w)m(ord)f(expansion)h(time)g
-(if)f(extglob)i(hasn't)e(b)s(een)g(enabled)h(b)m(y)f(the)h(time)g(the)
-810 2884 y(command)30 b(is)h(executed.)150 3044 y Ft(compat52)d(\(set)h
-(using)g(BASH_COMPAT\))705 3153 y Fq(\017)60 b Fu(The)23
-b Ft(test)g Fu(builtin)g(uses)h(its)g(historical)h(algorithm)g(to)f
-(parse)g(paren)m(thesized)g(sub)s(ex-)810 3263 y(pressions)30
-b(when)f(giv)m(en)i(\014v)m(e)g(or)f(more)h(argumen)m(ts.)p
-eop end
-%%Page: 118 124
-TeXDict begin 118 123 bop 3614 -116 a Fu(118)150 299
-y Fp(7)80 b(Job)54 b(Con)l(trol)150 518 y Fu(This)25
-b(c)m(hapter)i(discusses)f(what)g(job)f(con)m(trol)j(is,)f(ho)m(w)f(it)
-h(w)m(orks,)g(and)f(ho)m(w)g(Bash)g(allo)m(ws)h(y)m(ou)g(to)g(access)
-150 628 y(its)k(facilities.)150 863 y Fs(7.1)68 b(Job)45
-b(Con)l(trol)h(Basics)150 1022 y Fu(Job)27 b(con)m(trol)i(refers)e(to)h
-(the)g(abilit)m(y)h(to)f(selectiv)m(ely)j(stop)c(\(susp)s(end\))f(the)i
-(execution)h(of)e(pro)s(cesses)h(and)150 1132 y(con)m(tin)m(ue)38
-b(\(resume\))g(their)f(execution)h(at)g(a)g(later)g(p)s(oin)m(t.)61
-b(A)37 b(user)g(t)m(ypically)i(emplo)m(ys)f(this)f(facilit)m(y)150
-1241 y(via)27 b(an)e(in)m(teractiv)m(e)k(in)m(terface)f(supplied)d
-(join)m(tly)h(b)m(y)g(the)h(op)s(erating)f(system)g(k)m(ernel's)h
-(terminal)f(driv)m(er)150 1351 y(and)k(Bash.)275 1482
-y(The)23 b(shell)i(asso)s(ciates)h(a)f Fr(job)h Fu(with)e(eac)m(h)i
-(pip)s(eline.)38 b(It)25 b(k)m(eeps)f(a)h(table)h(of)e(curren)m(tly)h
-(executing)g(jobs,)150 1592 y(whic)m(h)33 b(ma)m(y)i(b)s(e)e(listed)h
-(with)f(the)h Ft(jobs)f Fu(command.)50 b(When)33 b(Bash)h(starts)g(a)g
-(job)g(async)m(hronously)-8 b(,)34 b(it)150 1701 y(prin)m(ts)c(a)h
-(line)f(that)h(lo)s(oks)g(lik)m(e:)390 1833 y Ft([1])47
-b(25647)150 1965 y Fu(indicating)34 b(that)g(this)f(job)g(is)g(job)g(n)
-m(um)m(b)s(er)f(1)i(and)f(that)g(the)h(pro)s(cess)f Fm(id)g
-Fu(of)g(the)h(last)g(pro)s(cess)f(in)g(the)150 2074 y(pip)s(eline)42
-b(asso)s(ciated)i(with)e(this)g(job)g(is)h(25647.)78
-b(All)43 b(of)g(the)g(pro)s(cesses)f(in)g(a)h(single)g(pip)s(eline)f
-(are)150 2184 y(mem)m(b)s(ers)30 b(of)g(the)h(same)f(job.)41
-b(Bash)30 b(uses)g(the)h Fr(job)h Fu(abstraction)f(as)g(the)g(basis)f
-(for)g(job)g(con)m(trol.)275 2315 y(T)-8 b(o)23 b(facilitate)j(the)d
-(implemen)m(tation)i(of)f(the)f(user)f(in)m(terface)j(to)f(job)f(con)m
-(trol,)j(the)d(op)s(erating)h(system)150 2425 y(main)m(tains)j(the)f
-(notion)h(of)f(a)g(curren)m(t)g(terminal)g(pro)s(cess)g(group)g
-Fm(id)p Fu(.)39 b(Mem)m(b)s(ers)26 b(of)g(this)g(pro)s(cess)f(group)150
-2534 y(\(pro)s(cesses)h(whose)g(pro)s(cess)g(group)g
-Fm(id)g Fu(is)h(equal)g(to)g(the)f(curren)m(t)g(terminal)h(pro)s(cess)f
-(group)f Fm(id)p Fu(\))i(receiv)m(e)150 2644 y(k)m(eyb)s
-(oard-generated)22 b(signals)g(suc)m(h)e(as)h Ft(SIGINT)p
-Fu(.)36 b(These)21 b(pro)s(cesses)g(are)g(said)g(to)g(b)s(e)g(in)f(the)
-h(foreground.)150 2754 y(Bac)m(kground)38 b(pro)s(cesses)f(are)h(those)
-g(whose)f(pro)s(cess)g(group)g Fm(id)h Fu(di\013ers)f(from)g(the)g
-(terminal's;)42 b(suc)m(h)150 2863 y(pro)s(cesses)24
-b(are)g(imm)m(une)g(to)g(k)m(eyb)s(oard-generated)h(signals.)40
-b(Only)23 b(foreground)g(pro)s(cesses)h(are)g(allo)m(w)m(ed)150
-2973 y(to)g(read)e(from)h(or,)h(if)f(the)g(user)f(so)i(sp)s(eci\014es)e
-(with)h Ft(stty)29 b(tostop)p Fu(,)23 b(write)g(to)g(the)h(terminal.)38
-b(Bac)m(kground)150 3082 y(pro)s(cesses)32 b(whic)m(h)f(attempt)i(to)g
-(read)f(from)f(\(write)h(to)h(when)e Ft(tostop)f Fu(is)i(in)f
-(e\013ect\))j(the)e(terminal)h(are)150 3192 y(sen)m(t)44
-b(a)h Ft(SIGTTIN)c Fu(\()p Ft(SIGTTOU)p Fu(\))i(signal)i(b)m(y)e(the)h
-(k)m(ernel's)h(terminal)f(driv)m(er,)j(whic)m(h,)g(unless)d(caugh)m(t,)
-150 3302 y(susp)s(ends)28 b(the)i(pro)s(cess.)275 3433
-y(If)k(the)i(op)s(erating)g(system)f(on)h(whic)m(h)f(Bash)g(is)h
-(running)d(supp)s(orts)h(job)h(con)m(trol,)j(Bash)e(con)m(tains)150
-3543 y(facilities)30 b(to)f(use)f(it.)40 b(T)m(yping)28
-b(the)g Fr(susp)s(end)h Fu(c)m(haracter)h(\(t)m(ypically)g(`)p
-Ft(^Z)p Fu(',)f(Con)m(trol-Z\))g(while)f(a)g(pro)s(cess)150
-3652 y(is)42 b(running)f(causes)i(that)g(pro)s(cess)f(to)h(b)s(e)f
-(stopp)s(ed)f(and)h(returns)f(con)m(trol)j(to)f(Bash.)77
-b(T)m(yping)42 b(the)150 3762 y Fr(dela)m(y)m(ed)k(susp)s(end)f
-Fu(c)m(haracter)h(\(t)m(ypically)g(`)p Ft(^Y)p Fu(',)i(Con)m(trol-Y\))e
-(causes)e(the)h(pro)s(cess)e(to)i(b)s(e)f(stopp)s(ed)150
-3871 y(when)26 b(it)i(attempts)h(to)f(read)f(input)g(from)f(the)i
-(terminal,)h(and)e(con)m(trol)h(to)g(b)s(e)f(returned)f(to)j(Bash.)39
-b(The)150 3981 y(user)e(then)g(manipulates)h(the)g(state)h(of)f(this)f
-(job,)j(using)d(the)h Ft(bg)f Fu(command)g(to)h(con)m(tin)m(ue)h(it)f
-(in)g(the)150 4091 y(bac)m(kground,)g(the)f Ft(fg)g Fu(command)f(to)i
-(con)m(tin)m(ue)g(it)f(in)f(the)h(foreground,)h(or)f(the)g
-Ft(kill)f Fu(command)g(to)150 4200 y(kill)27 b(it.)40
-b(A)27 b(`)p Ft(^Z)p Fu(')g(tak)m(es)h(e\013ect)g(immediately)-8
-b(,)29 b(and)d(has)h(the)f(additional)i(side)e(e\013ect)j(of)d(causing)
-h(p)s(ending)150 4310 y(output)j(and)g(t)m(yp)s(eahead)h(to)g(b)s(e)e
-(discarded.)275 4441 y(There)j(are)g(a)h(n)m(um)m(b)s(er)e(of)i(w)m(a)m
-(ys)g(to)h(refer)e(to)h(a)g(job)f(in)g(the)h(shell.)47
-b(The)32 b(c)m(haracter)i(`)p Ft(\045)p Fu(')f(in)m(tro)s(duces)150
-4551 y(a)e(job)f(sp)s(eci\014cation)h(\()p Fr(jobsp)s(ec)6
-b Fu(\).)275 4682 y(Job)31 b(n)m(um)m(b)s(er)f Ft(n)h
-Fu(ma)m(y)h(b)s(e)f(referred)g(to)h(as)g(`)p Ft(\045n)p
-Fu('.)44 b(The)31 b(sym)m(b)s(ols)g(`)p Ft(\045\045)p
-Fu(')h(and)f(`)p Ft(\045+)p Fu(')g(refer)h(to)g(the)g(shell's)150
-4792 y(notion)k(of)f(the)g(curren)m(t)g(job,)h(whic)m(h)f(is)g(the)g
-(last)h(job)f(stopp)s(ed)f(while)h(it)h(w)m(as)g(in)e(the)i(foreground)
-e(or)150 4902 y(started)27 b(in)g(the)g(bac)m(kground.)40
-b(A)27 b(single)g(`)p Ft(\045)p Fu(')g(\(with)g(no)g(accompan)m(ying)i
-(job)d(sp)s(eci\014cation\))i(also)g(refers)150 5011
-y(to)k(the)e(curren)m(t)h(job.)42 b(The)30 b(previous)g(job)h(ma)m(y)g
-(b)s(e)f(referenced)h(using)f(`)p Ft(\045-)p Fu('.)42
-b(If)30 b(there)h(is)g(only)g(a)g(single)150 5121 y(job,)g(`)p
-Ft(\045+)p Fu(')g(and)f(`)p Ft(\045-)p Fu(')h(can)h(b)s(oth)e(b)s(e)g
-(used)h(to)g(refer)g(to)h(that)g(job.)42 b(In)30 b(output)h(p)s
-(ertaining)g(to)g(jobs)g(\(e.g.,)150 5230 y(the)39 b(output)f(of)g(the)
-h Ft(jobs)e Fu(command\),)k(the)d(curren)m(t)h(job)f(is)g(alw)m(a)m(ys)
-i(\015agged)f(with)f(a)h(`)p Ft(+)p Fu(',)i(and)d(the)150
-5340 y(previous)30 b(job)g(with)g(a)h(`)p Ft(-)p Fu('.)p
-eop end
-%%Page: 119 125
-TeXDict begin 119 124 bop 150 -116 a Fu(Chapter)30 b(7:)41
-b(Job)30 b(Con)m(trol)2526 b(119)275 299 y(A)38 b(job)g(ma)m(y)h(also)g
-(b)s(e)f(referred)f(to)j(using)d(a)i(pre\014x)e(of)i(the)f(name)h(used)
-e(to)i(start)g(it,)i(or)e(using)f(a)150 408 y(substring)g(that)j(app)s
-(ears)e(in)g(its)h(command)f(line.)69 b(F)-8 b(or)41
-b(example,)i(`)p Ft(\045ce)p Fu(')c(refers)g(to)i(a)f(stopp)s(ed)e(job)
-150 518 y(whose)30 b(command)g(name)g(b)s(egins)g(with)g(`)p
-Ft(ce)p Fu('.)40 b(Using)31 b(`)p Ft(\045?ce)p Fu(',)f(on)g(the)g
-(other)h(hand,)e(refers)h(to)h(an)m(y)f(job)150 628 y(con)m(taining)e
-(the)e(string)h(`)p Ft(ce)p Fu(')f(in)g(its)h(command)f(line.)40
-b(If)26 b(the)g(pre\014x)g(or)g(substring)f(matc)m(hes)j(more)e(than)
-150 737 y(one)31 b(job,)f(Bash)g(rep)s(orts)g(an)g(error.)275
-869 y(Simply)g(naming)h(a)g(job)g(can)g(b)s(e)f(used)h(to)g(bring)f(it)
-i(in)m(to)g(the)f(foreground:)41 b(`)p Ft(\0451)p Fu(')31
-b(is)g(a)h(synon)m(ym)e(for)150 978 y(`)p Ft(fg)g(\0451)p
-Fu(',)i(bringing)f(job)g(1)g(from)g(the)h(bac)m(kground)f(in)m(to)i
-(the)e(foreground.)44 b(Similarly)-8 b(,)32 b(`)p Ft(\0451)e(&)p
-Fu(')i(resumes)150 1088 y(job)e(1)h(in)f(the)g(bac)m(kground,)h(equiv)
--5 b(alen)m(t)32 b(to)f(`)p Ft(bg)f(\0451)p Fu(')275
-1219 y(The)g(shell)i(learns)f(immediately)i(whenev)m(er)e(a)h(job)f(c)m
-(hanges)h(state.)45 b(Normally)-8 b(,)33 b(Bash)e(w)m(aits)i(un)m(til)
-150 1329 y(it)25 b(is)g(ab)s(out)f(to)i(prin)m(t)e(a)h(prompt)f(b)s
-(efore)g(rep)s(orting)h(c)m(hanges)g(in)g(a)g(job's)f(status)h(so)g(as)
-g(to)g(not)g(in)m(terrupt)150 1439 y(an)m(y)k(other)f(output.)40
-b(If)28 b(the)g Ft(-b)g Fu(option)g(to)h(the)g Ft(set)e
-Fu(builtin)h(is)g(enabled,)h(Bash)g(rep)s(orts)e(suc)m(h)h(c)m(hanges)
-150 1548 y(immediately)d(\(see)g(Section)g(4.3.1)g([The)f(Set)g
-(Builtin],)i(page)f(69\).)40 b(An)m(y)24 b(trap)f(on)h
-Ft(SIGCHLD)e Fu(is)i(executed)150 1658 y(for)30 b(eac)m(h)i(c)m(hild)e
-(pro)s(cess)g(that)h(exits.)275 1789 y(If)25 b(an)h(attempt)h(to)g
-(exit)g(Bash)f(is)h(made)f(while)g(jobs)f(are)i(stopp)s(ed,)f(\(or)h
-(running,)e(if)h(the)g Ft(checkjobs)150 1899 y Fu(option)e(is)f
-(enabled)h({)g(see)g(Section)g(4.3.2)h([The)e(Shopt)g(Builtin],)j(page)
-e(73\),)i(the)e(shell)f(prin)m(ts)g(a)h(w)m(arning)150
-2009 y(message,)k(and)c(if)i(the)f Ft(checkjobs)e Fu(option)j(is)f
-(enabled,)i(lists)e(the)h(jobs)f(and)f(their)i(statuses.)39
-b(The)25 b Ft(jobs)150 2118 y Fu(command)36 b(ma)m(y)h(then)f(b)s(e)f
-(used)g(to)i(insp)s(ect)f(their)g(status.)59 b(If)36
-b(a)g(second)g(attempt)i(to)f(exit)g(is)f(made)150 2228
-y(without)e(an)f(in)m(terv)m(ening)i(command,)f(Bash)g(do)s(es)f(not)h
-(prin)m(t)g(another)f(w)m(arning,)i(and)e(an)m(y)h(stopp)s(ed)150
-2337 y(jobs)c(are)h(terminated.)275 2469 y(When)f(the)h(shell)g(is)f(w)
-m(aiting)i(for)f(a)g(job)f(or)h(pro)s(cess)f(using)g(the)h
-Ft(wait)f Fu(builtin,)g(and)g(job)h(con)m(trol)h(is)150
-2578 y(enabled,)i Ft(wait)f Fu(will)g(return)g(when)f(the)i(job)f(c)m
-(hanges)h(state.)51 b(The)33 b Ft(-f)g Fu(option)h(causes)f
-Ft(wait)g Fu(to)h(w)m(ait)150 2688 y(un)m(til)d(the)f(job)g(or)h(pro)s
-(cess)f(terminates)h(b)s(efore)f(returning.)150 2923
-y Fs(7.2)68 b(Job)45 b(Con)l(trol)h(Builtins)150 3104
-y Ft(bg)870 3236 y(bg)h([)p Fj(jobspec)f Ft(...)o(])630
-3367 y Fu(Resume)24 b(eac)m(h)h(susp)s(ended)d(job)i
-Fr(jobsp)s(ec)29 b Fu(in)24 b(the)g(bac)m(kground,)h(as)g(if)f(it)h
-(had)e(b)s(een)g(started)630 3477 y(with)32 b(`)p Ft(&)p
-Fu('.)45 b(If)31 b Fr(jobsp)s(ec)37 b Fu(is)32 b(not)g(supplied,)f(the)
-h(curren)m(t)g(job)f(is)h(used.)45 b(The)31 b(return)g(status)630
-3586 y(is)i(zero)g(unless)f(it)h(is)g(run)e(when)h(job)g(con)m(trol)i
-(is)f(not)g(enabled,)h(or,)f(when)f(run)f(with)h(job)630
-3696 y(con)m(trol)h(enabled,)g(an)m(y)f Fr(jobsp)s(ec)37
-b Fu(w)m(as)32 b(not)g(found)f(or)g(sp)s(eci\014es)h(a)g(job)g(that)g
-(w)m(as)g(started)630 3806 y(without)e(job)g(con)m(trol.)150
-3959 y Ft(fg)870 4091 y(fg)47 b([)p Fj(jobspec)p Ft(])630
-4222 y Fu(Resume)c(the)g(job)g Fr(jobsp)s(ec)48 b Fu(in)43
-b(the)g(foreground)g(and)f(mak)m(e)j(it)e(the)h(curren)m(t)f(job.)78
-b(If)630 4332 y Fr(jobsp)s(ec)41 b Fu(is)c(not)f(supplied,)h(the)f
-(curren)m(t)h(job)f(is)g(used.)58 b(The)36 b(return)f(status)h(is)h
-(that)g(of)630 4441 y(the)d(command)g(placed)h(in)m(to)g(the)f
-(foreground,)g(or)g(non-zero)h(if)f(run)f(when)g(job)g(con)m(trol)630
-4551 y(is)i(disabled)g(or,)i(when)d(run)g(with)h(job)g(con)m(trol)h
-(enabled,)h Fr(jobsp)s(ec)j Fu(do)s(es)35 b(not)h(sp)s(ecify)f(a)630
-4660 y(v)-5 b(alid)31 b(job)f(or)g Fr(jobsp)s(ec)35 b
-Fu(sp)s(eci\014es)30 b(a)h(job)f(that)h(w)m(as)g(started)g(without)f
-(job)g(con)m(trol.)150 4814 y Ft(jobs)870 4945 y(jobs)47
-b([-lnprs])e([)p Fj(jobspec)p Ft(])870 5055 y(jobs)i(-x)g
-Fj(command)f Ft([)p Fj(arguments)p Ft(])630 5187 y Fu(The)30
-b(\014rst)f(form)h(lists)h(the)g(activ)m(e)h(jobs.)41
-b(The)30 b(options)g(ha)m(v)m(e)i(the)e(follo)m(wing)i(meanings:)630
-5340 y Ft(-l)384 b Fu(List)31 b(pro)s(cess)f Fm(id)p
-Fu(s)g(in)g(addition)h(to)g(the)f(normal)h(information.)p
-eop end
-%%Page: 120 126
-TeXDict begin 120 125 bop 150 -116 a Fu(Chapter)30 b(7:)41
-b(Job)30 b(Con)m(trol)2526 b(120)630 299 y Ft(-n)384
-b Fu(Displa)m(y)26 b(information)f(only)h(ab)s(out)e(jobs)h(that)g(ha)m
-(v)m(e)i(c)m(hanged)e(status)h(since)1110 408 y(the)31
-b(user)e(w)m(as)i(last)g(noti\014ed)f(of)h(their)f(status.)630
-570 y Ft(-p)384 b Fu(List)31 b(only)f(the)h(pro)s(cess)f
-Fm(id)g Fu(of)h(the)f(job's)g(pro)s(cess)g(group)g(leader.)630
-731 y Ft(-r)384 b Fu(Displa)m(y)32 b(only)e(running)f(jobs.)630
-892 y Ft(-s)384 b Fu(Displa)m(y)32 b(only)e(stopp)s(ed)f(jobs.)630
-1053 y(If)23 b Fr(jobsp)s(ec)28 b Fu(is)23 b(giv)m(en,)i(output)e(is)g
-(restricted)h(to)g(information)f(ab)s(out)g(that)h(job.)37
-b(If)23 b Fr(jobsp)s(ec)630 1163 y Fu(is)30 b(not)h(supplied,)e(the)i
-(status)g(of)f(all)h(jobs)f(is)h(listed.)630 1298 y(If)k(the)g
-Ft(-x)f Fu(option)i(is)f(supplied,)g Ft(jobs)f Fu(replaces)i(an)m(y)f
-Fr(jobsp)s(ec)40 b Fu(found)34 b(in)h Fr(command)j Fu(or)630
-1408 y Fr(argumen)m(ts)j Fu(with)c(the)h(corresp)s(onding)e(pro)s(cess)
-h(group)f Fm(id)p Fu(,)k(and)c(executes)j Fr(command)p
-Fu(,)630 1517 y(passing)30 b(it)h Fr(argumen)m(t)r Fu(s,)g(returning)f
-(its)g(exit)i(status.)150 1678 y Ft(kill)870 1814 y(kill)47
-b([-s)g Fj(sigspec)p Ft(])e([-n)i Fj(signum)p Ft(])f([-)p
-Fj(sigspec)p Ft(])f Fj(jobspec)h Ft(or)h Fj(pid)870 1923
-y Ft(kill)g(-l|-L)f([)p Fj(exit_status)p Ft(])630 2059
-y Fu(Send)22 b(a)i(signal)g(sp)s(eci\014ed)f(b)m(y)g
-Fr(sigsp)s(ec)29 b Fu(or)24 b Fr(sign)m(um)f Fu(to)h(the)g(pro)s(cess)f
-(named)g(b)m(y)g(job)g(sp)s(eci\014-)630 2168 y(cation)k
-Fr(jobsp)s(ec)j Fu(or)25 b(pro)s(cess)g Fm(id)h Fr(pid)p
-Fu(.)38 b Fr(sigsp)s(ec)31 b Fu(is)25 b(either)h(a)g(case-insensitiv)m
-(e)i(signal)e(name)630 2278 y(suc)m(h)37 b(as)g Ft(SIGINT)f
-Fu(\(with)h(or)g(without)g(the)g Ft(SIG)g Fu(pre\014x\))f(or)h(a)h
-(signal)g(n)m(um)m(b)s(er;)h Fr(sign)m(um)630 2388 y
-Fu(is)g(a)f(signal)i(n)m(um)m(b)s(er.)63 b(If)39 b Fr(sigsp)s(ec)44
-b Fu(and)38 b Fr(sign)m(um)g Fu(are)h(not)g(presen)m(t,)h
-Ft(SIGTERM)d Fu(is)h(used.)630 2497 y(The)27 b Ft(-l)h
-Fu(option)g(lists)h(the)f(signal)h(names.)39 b(If)28
-b(an)m(y)g(argumen)m(ts)h(are)f(supplied)f(when)g Ft(-l)g
-Fu(is)630 2607 y(giv)m(en,)32 b(the)g(names)e(of)i(the)f(signals)g
-(corresp)s(onding)f(to)i(the)f(argumen)m(ts)g(are)h(listed,)g(and)630
-2716 y(the)c(return)f(status)h(is)g(zero.)41 b Fr(exit)p
-1796 2716 28 4 v 41 w(status)32 b Fu(is)c(a)g(n)m(um)m(b)s(er)f(sp)s
-(ecifying)g(a)i(signal)f(n)m(um)m(b)s(er)f(or)630 2826
-y(the)h(exit)h(status)g(of)f(a)h(pro)s(cess)e(terminated)i(b)m(y)f(a)h
-(signal.)40 b(The)28 b Ft(-L)g Fu(option)g(is)g(equiv)-5
-b(alen)m(t)630 2935 y(to)34 b Ft(-l)p Fu(.)47 b(The)32
-b(return)g(status)h(is)g(zero)g(if)g(at)g(least)h(one)f(signal)h(w)m
-(as)f(successfully)g(sen)m(t,)h(or)630 3045 y(non-zero)d(if)f(an)h
-(error)f(o)s(ccurs)g(or)g(an)g(in)m(v)-5 b(alid)31 b(option)g(is)f
-(encoun)m(tered.)150 3206 y Ft(wait)870 3342 y(wait)47
-b([-fn])f([-p)h Fj(varname)p Ft(])e([)p Fj(jobspec)h
-Ft(or)h Fj(pid)g Ft(...)o(])630 3477 y Fu(W)-8 b(ait)28
-b(un)m(til)f(the)f(c)m(hild)h(pro)s(cess)f(sp)s(eci\014ed)g(b)m(y)g
-(eac)m(h)h(pro)s(cess)f Fm(id)h Fr(pid)i Fu(or)d(job)g(sp)s
-(eci\014cation)630 3587 y Fr(jobsp)s(ec)40 b Fu(exits)35
-b(and)f(return)g(the)g(exit)i(status)f(of)g(the)g(last)g(command)f(w)m
-(aited)i(for.)53 b(If)35 b(a)630 3696 y(job)g(sp)s(ec)f(is)h(giv)m(en,)
-i(all)f(pro)s(cesses)f(in)f(the)h(job)g(are)g(w)m(aited)h(for.)54
-b(If)35 b(no)f(argumen)m(ts)i(are)630 3806 y(giv)m(en,)28
-b Ft(wait)c Fu(w)m(aits)j(for)e(all)i(running)c(bac)m(kground)j(jobs)f
-(and)g(the)h(last-executed)h(pro)s(cess)630 3915 y(substitution,)37
-b(if)f(its)g(pro)s(cess)f(id)h(is)f(the)h(same)g(as)g
-Fr($!)p Fu(,)i(and)d(the)h(return)f(status)h(is)g(zero.)630
-4025 y(If)h(the)h Ft(-n)f Fu(option)h(is)f(supplied,)i
-Ft(wait)d Fu(w)m(aits)j(for)e(a)h(single)g(job)f(from)h(the)f(list)i
-(of)e Fr(pid)t Fu(s)630 4134 y(or)31 b Fr(jobsp)s(ec)6
-b Fu(s)30 b(or,)i(if)f(no)g(argumen)m(ts)h(are)f(supplied,)g(an)m(y)g
-(job,)h(to)g(complete)h(and)d(returns)630 4244 y(its)36
-b(exit)h(status.)56 b(If)35 b(none)h(of)g(the)g(supplied)e(argumen)m
-(ts)i(is)f(a)h(c)m(hild)g(of)g(the)g(shell,)h(or)f(if)630
-4354 y(no)31 b(argumen)m(ts)g(are)g(supplied)f(and)g(the)h(shell)g(has)
-g(no)f(un)m(w)m(aited-for)i(c)m(hildren,)f(the)g(exit)630
-4463 y(status)k(is)g(127.)55 b(If)34 b(the)h Ft(-p)g
-Fu(option)g(is)g(supplied,)f(the)h(pro)s(cess)g(or)f(job)h(iden)m
-(ti\014er)g(of)g(the)630 4573 y(job)j(for)g(whic)m(h)f(the)i(exit)g
-(status)f(is)g(returned)f(is)h(assigned)h(to)g(the)f(v)-5
-b(ariable)39 b Fr(v)-5 b(arname)630 4682 y Fu(named)29
-b(b)m(y)f(the)i(option)f(argumen)m(t.)41 b(The)28 b(v)-5
-b(ariable)30 b(will)g(b)s(e)e(unset)h(initially)-8 b(,)31
-b(b)s(efore)e(an)m(y)630 4792 y(assignmen)m(t.)76 b(This)41
-b(is)h(useful)f(only)h(when)f(the)h Ft(-n)f Fu(option)i(is)f(supplied.)
-74 b(Supplying)630 4902 y(the)31 b Ft(-f)g Fu(option,)g(when)f(job)h
-(con)m(trol)i(is)e(enabled,)g(forces)g Ft(wait)f Fu(to)i(w)m(ait)g(for)
-f(eac)m(h)h Fr(pid)i Fu(or)630 5011 y Fr(jobsp)s(ec)40
-b Fu(to)d(terminate)f(b)s(efore)f(returning)g(its)h(status,)h(instead)f
-(of)f(returning)g(when)f(it)630 5121 y(c)m(hanges)j(status.)58
-b(If)35 b(neither)h Fr(jobsp)s(ec)41 b Fu(nor)36 b Fr(pid)i
-Fu(sp)s(eci\014es)e(an)g(activ)m(e)i(c)m(hild)e(pro)s(cess)g(of)630
-5230 y(the)28 b(shell,)h(the)e(return)g(status)h(is)g(127.)41
-b(If)27 b Ft(wait)g Fu(is)g(in)m(terrupted)g(b)m(y)h(a)g(signal,)h(the)
-f(return)630 5340 y(status)j(will)f(b)s(e)g(greater)i(than)e(128,)i(as)
-e(describ)s(ed)g(ab)s(o)m(v)m(e)h(\(see)h(Section)f(3.7.6)h([Signals],)
-p eop end
-%%Page: 121 127
-TeXDict begin 121 126 bop 150 -116 a Fu(Chapter)30 b(7:)41
-b(Job)30 b(Con)m(trol)2526 b(121)630 299 y(page)33 b(46\).)48
-b(Otherwise,)32 b(the)h(return)e(status)i(is)f(the)g(exit)i(status)e
-(of)h(the)f(last)h(pro)s(cess)f(or)630 408 y(job)e(w)m(aited)h(for.)150
-568 y Ft(disown)870 702 y(disown)46 b([-ar])g([-h])h([)p
-Fj(jobspec)f Ft(...)h(|)g Fj(pid)g Ft(...)g(])630 837
-y Fu(Without)33 b(options,)h(remo)m(v)m(e)g(eac)m(h)f
-Fr(jobsp)s(ec)38 b Fu(from)32 b(the)h(table)g(of)g(activ)m(e)h(jobs.)47
-b(If)32 b(the)h Ft(-h)630 946 y Fu(option)j(is)f(giv)m(en,)i(the)f(job)
-f(is)g(not)g(remo)m(v)m(ed)h(from)f(the)g(table,)j(but)c(is)i(mark)m
-(ed)f(so)g(that)630 1056 y Ft(SIGHUP)e Fu(is)j(not)f(sen)m(t)h(to)g
-(the)f(job)g(if)g(the)g(shell)h(receiv)m(es)h(a)e Ft(SIGHUP)p
-Fu(.)54 b(If)34 b Fr(jobsp)s(ec)40 b Fu(is)c(not)630
-1166 y(presen)m(t,)41 b(and)d(neither)h(the)g Ft(-a)f
-Fu(nor)g(the)h Ft(-r)f Fu(option)h(is)g(supplied,)g(the)g(curren)m(t)g
-(job)f(is)630 1275 y(used.)g(If)25 b(no)h Fr(jobsp)s(ec)k
-Fu(is)c(supplied,)f(the)h Ft(-a)f Fu(option)h(means)g(to)g(remo)m(v)m
-(e)h(or)e(mark)h(all)g(jobs;)630 1385 y(the)31 b Ft(-r)e
-Fu(option)i(without)g(a)f Fr(jobsp)s(ec)36 b Fu(argumen)m(t)30
-b(restricts)h(op)s(eration)g(to)g(running)e(jobs.)150
-1544 y Ft(suspend)870 1679 y(suspend)46 b([-f])630 1813
-y Fu(Susp)s(end)31 b(the)i(execution)h(of)g(this)f(shell)g(un)m(til)h
-(it)g(receiv)m(es)h(a)e Ft(SIGCONT)f Fu(signal.)50 b(A)33
-b(login)630 1923 y(shell,)25 b(or)f(a)g(shell)f(without)h(job)f(con)m
-(trol)i(enabled,)g(cannot)f(b)s(e)f(susp)s(ended;)h(the)g
-Ft(-f)e Fu(option)630 2032 y(can)35 b(b)s(e)g(used)f(to)i(o)m(v)m
-(erride)g(this)f(and)f(force)i(the)f(susp)s(ension.)53
-b(The)34 b(return)g(status)h(is)h(0)630 2142 y(unless)43
-b(the)g(shell)h(is)f(a)h(login)g(shell)g(or)f(job)g(con)m(trol)i(is)e
-(not)h(enabled)f(and)g Ft(-f)f Fu(is)i(not)630 2252 y(supplied.)275
-2411 y(When)30 b(job)f(con)m(trol)j(is)e(not)h(activ)m(e,)i(the)d
-Ft(kill)f Fu(and)h Ft(wait)f Fu(builtins)g(do)h(not)h(accept)h
-Fr(jobsp)s(ec)j Fu(argu-)150 2521 y(men)m(ts.)41 b(They)30
-b(m)m(ust)g(b)s(e)g(supplied)f(pro)s(cess)h Fm(id)p Fu(s.)150
-2761 y Fs(7.3)68 b(Job)45 b(Con)l(trol)h(V)-11 b(ariables)150
-2946 y Ft(auto_resume)630 3055 y Fu(This)31 b(v)-5 b(ariable)32
-b(con)m(trols)g(ho)m(w)g(the)f(shell)h(in)m(teracts)h(with)e(the)h
-(user)e(and)h(job)g(con)m(trol.)45 b(If)630 3165 y(this)28
-b(v)-5 b(ariable)30 b(exists)f(then)f(single)h(w)m(ord)f(simple)h
-(commands)f(without)g(redirections)i(are)630 3274 y(treated)h(as)g
-(candidates)f(for)g(resumption)g(of)g(an)g(existing)h(job.)41
-b(There)29 b(is)h(no)h(am)m(biguit)m(y)630 3384 y(allo)m(w)m(ed;)f(if)d
-(there)g(is)g(more)g(than)f(one)h(job)g(b)s(eginning)f(with)g(the)h
-(string)g(t)m(yp)s(ed,)g(then)g(the)630 3494 y(most)j(recen)m(tly)h
-(accessed)f(job)f(will)h(b)s(e)f(selected.)42 b(The)29
-b(name)g(of)h(a)g(stopp)s(ed)e(job,)i(in)f(this)630 3603
-y(con)m(text,)h(is)e(the)g(command)g(line)g(used)f(to)h(start)g(it.)41
-b(If)27 b(this)h(v)-5 b(ariable)28 b(is)g(set)g(to)h(the)e(v)-5
-b(alue)630 3713 y(`)p Ft(exact)p Fu(',)33 b(the)g(string)g(supplied)f
-(m)m(ust)h(matc)m(h)g(the)h(name)f(of)g(a)g(stopp)s(ed)f(job)h
-(exactly;)j(if)630 3822 y(set)29 b(to)h(`)p Ft(substring)p
-Fu(',)d(the)i(string)g(supplied)e(needs)i(to)g(matc)m(h)h(a)f
-(substring)f(of)h(the)g(name)630 3932 y(of)38 b(a)f(stopp)s(ed)g(job.)
-62 b(The)37 b(`)p Ft(substring)p Fu(')e(v)-5 b(alue)38
-b(pro)m(vides)f(functionalit)m(y)i(analogous)g(to)630
-4042 y(the)c(`)p Ft(\045?)p Fu(')g(job)g Fm(id)g Fu(\(see)h(Section)g
-(7.1)g([Job)e(Con)m(trol)i(Basics],)i(page)e(118\).)56
-b(If)34 b(set)i(to)g(an)m(y)630 4151 y(other)c(v)-5 b(alue,)32
-b(the)g(supplied)e(string)i(m)m(ust)f(b)s(e)g(a)h(pre\014x)f(of)h(a)g
-(stopp)s(ed)e(job's)i(name;)g(this)630 4261 y(pro)m(vides)e
-(functionalit)m(y)i(analogous)g(to)f(the)g(`)p Ft(\045)p
-Fu(')f(job)g Fm(id)p Fu(.)p eop end
-%%Page: 122 128
-TeXDict begin 122 127 bop 3614 -116 a Fu(122)150 299
-y Fp(8)80 b(Command)54 b(Line)f(Editing)150 635 y Fu(This)28
-b(c)m(hapter)i(describ)s(es)e(the)h(basic)g(features)h(of)f(the)g
-Fm(gnu)f Fu(command)h(line)g(editing)h(in)m(terface.)42
-b(Com-)150 745 y(mand)c(line)i(editing)f(is)g(pro)m(vided)g(b)m(y)g
-(the)g(Readline)h(library)-8 b(,)41 b(whic)m(h)e(is)g(used)f(b)m(y)h
-(sev)m(eral)h(di\013eren)m(t)150 855 y(programs,)34 b(including)e
-(Bash.)49 b(Command)32 b(line)i(editing)f(is)g(enabled)g(b)m(y)g
-(default)g(when)f(using)h(an)g(in-)150 964 y(teractiv)m(e)h(shell,)d
-(unless)g(the)g Ft(--noediting)d Fu(option)k(is)f(supplied)e(at)j
-(shell)f(in)m(v)m(o)s(cation.)45 b(Line)31 b(editing)150
-1074 y(is)g(also)h(used)f(when)f(using)h(the)g Ft(-e)g
-Fu(option)h(to)g(the)f Ft(read)f Fu(builtin)h(command)g(\(see)h
-(Section)g(4.2)h([Bash)150 1183 y(Builtins],)j(page)f(57\).)52
-b(By)35 b(default,)g(the)f(line)h(editing)f(commands)g(are)h(similar)f
-(to)h(those)f(of)g(Emacs.)150 1293 y(A)h(vi-st)m(yle)h(line)f(editing)g
-(in)m(terface)h(is)e(also)i(a)m(v)-5 b(ailable.)55 b(Line)34
-b(editing)h(can)g(b)s(e)f(enabled)g(at)h(an)m(y)g(time)150
-1402 y(using)h(the)g Ft(-o)30 b(emacs)35 b Fu(or)h Ft(-o)30
-b(vi)35 b Fu(options)i(to)g(the)f Ft(set)f Fu(builtin)h(command)g
-(\(see)h(Section)g(4.3.1)h([The)150 1512 y(Set)31 b(Builtin],)g(page)g
-(69\),)h(or)e(disabled)g(using)g(the)h Ft(+o)e(emacs)g
-Fu(or)i Ft(+o)e(vi)h Fu(options)h(to)g Ft(set)p Fu(.)150
-1804 y Fs(8.1)68 b(In)l(tro)t(duction)45 b(to)g(Line)h(Editing)150
-1963 y Fu(The)30 b(follo)m(wing)i(paragraphs)d(describ)s(e)h(the)h
-(notation)g(used)f(to)h(represen)m(t)f(k)m(eystrok)m(es.)275
-2132 y(The)35 b(text)i Fj(C-k)f Fu(is)g(read)g(as)h(`Con)m(trol-K')g
-(and)f(describ)s(es)f(the)h(c)m(haracter)i(pro)s(duced)d(when)g(the)h
-Ft(k)150 2242 y Fu(k)m(ey)31 b(is)g(pressed)e(while)h(the)h(Con)m(trol)
-g(k)m(ey)g(is)g(depressed.)275 2410 y(The)g(text)i Fj(M-k)e
-Fu(is)h(read)f(as)i(`Meta-K')g(and)f(describ)s(es)f(the)h(c)m(haracter)
-h(pro)s(duced)e(when)f(the)i(Meta)150 2520 y(k)m(ey)i(\(if)f(y)m(ou)h
-(ha)m(v)m(e)g(one\))g(is)f(depressed,)g(and)f(the)h Ft(k)g
-Fu(k)m(ey)h(is)f(pressed.)48 b(The)32 b(Meta)j(k)m(ey)e(is)h(lab)s
-(eled)f Ft(ALT)150 2629 y Fu(on)c(man)m(y)h(k)m(eyb)s(oards.)40
-b(On)29 b(k)m(eyb)s(oards)g(with)h(t)m(w)m(o)h(k)m(eys)f(lab)s(eled)g
-Ft(ALT)e Fu(\(usually)i(to)g(either)g(side)g(of)g(the)150
-2739 y(space)h(bar\),)f(the)g Ft(ALT)f Fu(on)h(the)g(left)h(side)f(is)g
-(generally)h(set)f(to)h(w)m(ork)f(as)g(a)h(Meta)g(k)m(ey)-8
-b(.)42 b(The)29 b Ft(ALT)g Fu(k)m(ey)i(on)150 2849 y(the)c(righ)m(t)h
-(ma)m(y)g(also)g(b)s(e)f(con\014gured)f(to)i(w)m(ork)f(as)h(a)f(Meta)i
-(k)m(ey)f(or)f(ma)m(y)h(b)s(e)e(con\014gured)h(as)g(some)h(other)150
-2958 y(mo)s(di\014er,)i(suc)m(h)g(as)g(a)h(Comp)s(ose)f(k)m(ey)h(for)f
-(t)m(yping)h(accen)m(ted)h(c)m(haracters.)275 3127 y(If)23
-b(y)m(ou)i(do)f(not)h(ha)m(v)m(e)h(a)f(Meta)g(or)g Ft(ALT)e
-Fu(k)m(ey)-8 b(,)27 b(or)e(another)f(k)m(ey)i(w)m(orking)e(as)h(a)g
-(Meta)h(k)m(ey)-8 b(,)27 b(the)d(iden)m(tical)150 3236
-y(k)m(eystrok)m(e)30 b(can)f(b)s(e)f(generated)h(b)m(y)g(t)m(yping)g
-Ft(ESC)e Fl(\014rst)p Fu(,)j(and)e(then)g(t)m(yping)h
-Ft(k)p Fu(.)40 b(Either)28 b(pro)s(cess)g(is)g(kno)m(wn)150
-3346 y(as)j Fr(metafying)39 b Fu(the)30 b Ft(k)g Fu(k)m(ey)-8
-b(.)275 3515 y(The)39 b(text)j Fj(M-C-k)d Fu(is)h(read)g(as)h
-(`Meta-Con)m(trol-k')j(and)39 b(describ)s(es)h(the)g(c)m(haracter)i
-(pro)s(duced)d(b)m(y)150 3624 y Fr(metafying)g Fj(C-k)p
-Fu(.)275 3793 y(In)c(addition,)j(sev)m(eral)f(k)m(eys)g(ha)m(v)m(e)g
-(their)f(o)m(wn)g(names.)58 b(Sp)s(eci\014cally)-8 b(,)38
-b Ft(DEL)p Fu(,)f Ft(ESC)p Fu(,)g Ft(LFD)p Fu(,)g Ft(SPC)p
-Fu(,)g Ft(RET)p Fu(,)150 3902 y(and)d Ft(TAB)f Fu(all)j(stand)e(for)g
-(themselv)m(es)i(when)d(seen)i(in)f(this)g(text,)j(or)d(in)h(an)f(init)
-h(\014le)f(\(see)i(Section)f(8.3)150 4012 y([Readline)f(Init)g(File],)i
-(page)e(125\).)52 b(If)33 b(y)m(our)g(k)m(eyb)s(oard)h(lac)m(ks)g(a)g
-Ft(LFD)f Fu(k)m(ey)-8 b(,)36 b(t)m(yping)e Ft(C-j)e Fu(will)i(pro)s
-(duce)150 4122 y(the)d(desired)e(c)m(haracter.)43 b(The)30
-b Ft(RET)f Fu(k)m(ey)i(ma)m(y)g(b)s(e)f(lab)s(eled)h
-Ft(Return)d Fu(or)j Ft(Enter)d Fu(on)j(some)g(k)m(eyb)s(oards.)150
-4413 y Fs(8.2)68 b(Readline)47 b(In)l(teraction)150 4573
-y Fu(Often)32 b(during)g(an)g(in)m(teractiv)m(e)j(session)e(y)m(ou)g(t)
-m(yp)s(e)g(in)f(a)h(long)g(line)g(of)f(text,)j(only)d(to)i(notice)g
-(that)f(the)150 4682 y(\014rst)f(w)m(ord)g(on)g(the)g(line)h(is)g
-(missp)s(elled.)46 b(The)32 b(Readline)h(library)f(giv)m(es)h(y)m(ou)g
-(a)g(set)g(of)f(commands)g(for)150 4792 y(manipulating)e(the)g(text)h
-(as)f(y)m(ou)g(t)m(yp)s(e)g(it)g(in,)g(allo)m(wing)h(y)m(ou)f(to)h
-(just)e(\014x)g(y)m(our)h(t)m(yp)s(o,)g(and)g(not)g(forcing)150
-4902 y(y)m(ou)e(to)h(ret)m(yp)s(e)g(the)f(ma)5 b(jorit)m(y)29
-b(of)f(the)h(line.)40 b(Using)28 b(these)h(editing)g(commands,)f(y)m
-(ou)h(mo)m(v)m(e)g(the)g(cursor)150 5011 y(to)35 b(the)f(place)i(that)e
-(needs)g(correction,)j(and)d(delete)h(or)f(insert)h(the)f(text)h(of)g
-(the)f(corrections.)54 b(Then,)150 5121 y(when)24 b(y)m(ou)h(are)g
-(satis\014ed)g(with)g(the)g(line,)i(y)m(ou)e(simply)f(press)g
-Ft(RET)p Fu(.)39 b(Y)-8 b(ou)25 b(do)g(not)g(ha)m(v)m(e)h(to)g(b)s(e)e
-(at)h(the)h(end)150 5230 y(of)33 b(the)h(line)g(to)g(press)e
-Ft(RET)p Fu(;)i(the)g(en)m(tire)g(line)f(is)h(accepted)g(regardless)g
-(of)f(the)h(lo)s(cation)h(of)e(the)h(cursor)150 5340
-y(within)c(the)g(line.)p eop end
-%%Page: 123 129
-TeXDict begin 123 128 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(123)150 299 y Fk(8.2.1)63
-b(Readline)40 b(Bare)h(Essen)m(tials)150 446 y Fu(In)31
-b(order)h(to)h(en)m(ter)g(c)m(haracters)g(in)m(to)g(the)g(line,)g
-(simply)e(t)m(yp)s(e)i(them.)46 b(The)31 b(t)m(yp)s(ed)h(c)m(haracter)i
-(app)s(ears)150 555 y(where)e(the)h(cursor)e(w)m(as,)j(and)e(then)g
-(the)h(cursor)e(mo)m(v)m(es)j(one)f(space)g(to)g(the)g(righ)m(t.)47
-b(If)32 b(y)m(ou)h(mist)m(yp)s(e)g(a)150 665 y(c)m(haracter,)f(y)m(ou)f
-(can)g(use)f(y)m(our)g(erase)h(c)m(haracter)h(to)f(bac)m(k)g(up)f(and)f
-(delete)j(the)f(mist)m(yp)s(ed)e(c)m(haracter.)275 806
-y(Sometimes)i(y)m(ou)g(ma)m(y)h(mist)m(yp)s(e)e(a)i(c)m(haracter,)g
-(and)e(not)i(notice)g(the)f(error)f(un)m(til)h(y)m(ou)g(ha)m(v)m(e)h(t)
-m(yp)s(ed)150 916 y(sev)m(eral)e(other)f(c)m(haracters.)42
-b(In)28 b(that)i(case,)g(y)m(ou)f(can)g(t)m(yp)s(e)h
-Fj(C-b)d Fu(to)j(mo)m(v)m(e)g(the)f(cursor)g(to)g(the)g(left,)i(and)150
-1026 y(then)f(correct)i(y)m(our)e(mistak)m(e.)42 b(Afterw)m(ards,)31
-b(y)m(ou)f(can)h(mo)m(v)m(e)h(the)e(cursor)g(to)h(the)g(righ)m(t)g
-(with)f Fj(C-f)p Fu(.)275 1167 y(When)i(y)m(ou)h(add)f(text)h(in)f(the)
-h(middle)f(of)h(a)g(line,)h(y)m(ou)e(will)h(notice)h(that)f(c)m
-(haracters)h(to)g(the)e(righ)m(t)150 1277 y(of)d(the)g(cursor)f(are)h
-(`pushed)e(o)m(v)m(er')j(to)g(mak)m(e)f(ro)s(om)g(for)f(the)h(text)h
-(that)f(y)m(ou)g(ha)m(v)m(e)h(inserted.)40 b(Lik)m(ewise,)150
-1386 y(when)d(y)m(ou)g(delete)i(text)g(b)s(ehind)c(the)j(cursor,)h(c)m
-(haracters)g(to)f(the)g(righ)m(t)g(of)g(the)g(cursor)e(are)i(`pulled)
-150 1496 y(bac)m(k')24 b(to)f(\014ll)g(in)f(the)h(blank)f(space)i
-(created)f(b)m(y)g(the)g(remo)m(v)-5 b(al)24 b(of)f(the)g(text.)39
-b(A)23 b(list)g(of)g(the)g(bare)f(essen)m(tials)150 1605
-y(for)30 b(editing)h(the)g(text)g(of)g(an)f(input)f(line)i(follo)m(ws.)
-150 1775 y Fj(C-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(k)g(one)e(c)m
-(haracter.)150 1941 y Fj(C-f)336 b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(one)
-h(c)m(haracter.)150 2108 y Ft(DEL)e Fu(or)i Ft(Backspace)630
-2217 y Fu(Delete)i(the)d(c)m(haracter)i(to)f(the)g(left)g(of)f(the)h
-(cursor.)150 2384 y Fj(C-d)336 b Fu(Delete)33 b(the)d(c)m(haracter)i
-(underneath)d(the)i(cursor.)150 2550 y(Prin)m(ting)g(c)m(haracters)630
-2660 y(Insert)f(the)g(c)m(haracter)i(in)m(to)g(the)e(line)h(at)g(the)g
-(cursor.)150 2826 y Fj(C-_)e Fu(or)i Fj(C-x)e(C-u)630
-2936 y Fu(Undo)k(the)h(last)g(editing)g(command.)50 b(Y)-8
-b(ou)34 b(can)f(undo)g(all)h(the)f(w)m(a)m(y)i(bac)m(k)f(to)g(an)g
-(empt)m(y)630 3045 y(line.)150 3215 y(\(Dep)s(ending)c(on)g(y)m(our)g
-(con\014guration,)h(the)f Ft(Backspace)d Fu(k)m(ey)k(migh)m(t)g(b)s(e)e
-(set)i(to)g(delete)g(the)f(c)m(haracter)150 3324 y(to)h(the)f(left)h
-(of)f(the)g(cursor)f(and)h(the)g Ft(DEL)f Fu(k)m(ey)i(set)g(to)f
-(delete)i(the)e(c)m(haracter)h(underneath)e(the)h(cursor,)150
-3434 y(lik)m(e)i Fj(C-d)p Fu(,)d(rather)i(than)f(the)g(c)m(haracter)i
-(to)f(the)g(left)g(of)g(the)f(cursor.\))150 3640 y Fk(8.2.2)63
-b(Readline)40 b(Mo)m(v)m(emen)m(t)h(Commands)150 3787
-y Fu(The)27 b(ab)s(o)m(v)m(e)i(table)g(describ)s(es)e(the)g(most)i
-(basic)f(k)m(eystrok)m(es)h(that)f(y)m(ou)g(need)g(in)f(order)g(to)i
-(do)e(editing)i(of)150 3897 y(the)k(input)f(line.)49
-b(F)-8 b(or)34 b(y)m(our)f(con)m(v)m(enience,)j(man)m(y)d(other)g
-(commands)f(ha)m(v)m(e)j(b)s(een)d(added)g(in)h(addition)150
-4006 y(to)j Fj(C-b)p Fu(,)f Fj(C-f)p Fu(,)g Fj(C-d)p
-Fu(,)h(and)e Ft(DEL)p Fu(.)54 b(Here)35 b(are)g(some)h(commands)e(for)h
-(mo)m(ving)h(more)f(rapidly)f(ab)s(out)h(the)150 4116
-y(line.)150 4286 y Fj(C-a)336 b Fu(Mo)m(v)m(e)32 b(to)g(the)e(start)h
-(of)g(the)f(line.)150 4452 y Fj(C-e)336 b Fu(Mo)m(v)m(e)32
-b(to)g(the)e(end)g(of)g(the)h(line.)150 4618 y Fj(M-f)336
-b Fu(Mo)m(v)m(e)32 b(forw)m(ard)e(a)h(w)m(ord,)f(where)g(a)h(w)m(ord)f
-(is)g(comp)s(osed)g(of)h(letters)h(and)d(digits.)150
-4785 y Fj(M-b)336 b Fu(Mo)m(v)m(e)32 b(bac)m(kw)m(ard)f(a)g(w)m(ord.)
-150 4951 y Fj(C-l)336 b Fu(Clear)31 b(the)f(screen,)h(reprin)m(ting)f
-(the)h(curren)m(t)f(line)h(at)g(the)f(top.)275 5121 y(Notice)c(ho)m(w)f
-Fj(C-f)e Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(c)m(haracter,)j(while)d
-Fj(M-f)e Fu(mo)m(v)m(es)j(forw)m(ard)e(a)h(w)m(ord.)39
-b(It)24 b(is)h(a)g(lo)s(ose)150 5230 y(con)m(v)m(en)m(tion)32
-b(that)f(con)m(trol)g(k)m(eystrok)m(es)h(op)s(erate)e(on)g(c)m
-(haracters)h(while)f(meta)h(k)m(eystrok)m(es)h(op)s(erate)e(on)150
-5340 y(w)m(ords.)p eop end
-%%Page: 124 130
-TeXDict begin 124 129 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(124)150 299 y Fk(8.2.3)63
-b(Readline)40 b(Killing)i(Commands)150 446 y Fr(Killing)35
-b Fu(text)28 b(means)e(to)h(delete)h(the)f(text)g(from)g(the)f(line,)i
-(but)e(to)h(sa)m(v)m(e)h(it)g(a)m(w)m(a)m(y)g(for)e(later)i(use,)f
-(usually)150 555 y(b)m(y)g Fr(y)m(anking)35 b Fu(\(re-inserting\))28
-b(it)g(bac)m(k)f(in)m(to)h(the)f(line.)40 b(\(`Cut')27
-b(and)g(`paste')h(are)f(more)g(recen)m(t)h(jargon)f(for)150
-665 y(`kill')32 b(and)d(`y)m(ank'.\))275 801 y(If)g(the)i(description)f
-(for)g(a)h(command)f(sa)m(ys)g(that)h(it)g(`kills')g(text,)h(then)e(y)m
-(ou)g(can)h(b)s(e)e(sure)h(that)h(y)m(ou)150 911 y(can)g(get)g(the)g
-(text)g(bac)m(k)g(in)f(a)h(di\013eren)m(t)g(\(or)g(the)f(same\))h
-(place)h(later.)275 1047 y(When)23 b(y)m(ou)g(use)g(a)h(kill)g
-(command,)g(the)g(text)g(is)f(sa)m(v)m(ed)i(in)e(a)g
-Fr(kill-ring)p Fu(.)39 b(An)m(y)24 b(n)m(um)m(b)s(er)e(of)h(consecutiv)
-m(e)150 1157 y(kills)31 b(sa)m(v)m(e)i(all)f(of)f(the)g(killed)h(text)g
-(together,)g(so)g(that)f(when)f(y)m(ou)h(y)m(ank)h(it)f(bac)m(k,)h(y)m
-(ou)g(get)g(it)f(all.)43 b(The)150 1267 y(kill)33 b(ring)f(is)g(not)h
-(line)g(sp)s(eci\014c;)g(the)g(text)g(that)g(y)m(ou)g(killed)f(on)h(a)f
-(previously)g(t)m(yp)s(ed)h(line)f(is)h(a)m(v)-5 b(ailable)150
-1376 y(to)31 b(b)s(e)f(y)m(ank)m(ed)h(bac)m(k)g(later,)h(when)d(y)m(ou)
-i(are)g(t)m(yping)f(another)h(line.)275 1513 y(Here)f(is)h(the)f(list)h
-(of)g(commands)f(for)g(killing)h(text.)150 1675 y Fj(C-k)336
-b Fu(Kill)31 b(the)f(text)i(from)e(the)g(curren)m(t)g(cursor)g(p)s
-(osition)h(to)g(the)f(end)g(of)g(the)h(line.)150 1836
-y Fj(M-d)336 b Fu(Kill)27 b(from)f(the)g(cursor)g(to)h(the)f(end)g(of)h
-(the)f(curren)m(t)g(w)m(ord,)h(or,)h(if)e(b)s(et)m(w)m(een)h(w)m(ords,)
-g(to)g(the)630 1946 y(end)j(of)g(the)h(next)f(w)m(ord.)41
-b(W)-8 b(ord)30 b(b)s(oundaries)f(are)i(the)g(same)f(as)h(those)g(used)
-f(b)m(y)g Fj(M-f)p Fu(.)150 2107 y Fj(M-DEL)240 b Fu(Kill)34
-b(from)f(the)g(cursor)g(to)h(the)g(start)g(of)g(the)f(curren)m(t)g(w)m
-(ord,)h(or,)h(if)e(b)s(et)m(w)m(een)h(w)m(ords,)g(to)630
-2217 y(the)28 b(start)g(of)g(the)g(previous)f(w)m(ord.)39
-b(W)-8 b(ord)28 b(b)s(oundaries)e(are)i(the)g(same)g(as)g(those)g(used)
-f(b)m(y)630 2326 y Fj(M-b)p Fu(.)150 2487 y Fj(C-w)336
-b Fu(Kill)35 b(from)g(the)g(cursor)f(to)i(the)f(previous)g(whitespace.)
-55 b(This)34 b(is)h(di\013eren)m(t)h(than)e Fj(M-DEL)630
-2597 y Fu(b)s(ecause)c(the)h(w)m(ord)f(b)s(oundaries)f(di\013er.)275
-2759 y(Here)42 b(is)f(ho)m(w)h(to)g Fr(y)m(ank)47 b Fu(the)42
-b(text)g(bac)m(k)h(in)m(to)f(the)g(line.)74 b(Y)-8 b(anking)43
-b(means)e(to)h(cop)m(y)h(the)e(most-)150 2869 y(recen)m(tly-killed)33
-b(text)e(from)f(the)g(kill)i(bu\013er.)150 3031 y Fj(C-y)336
-b Fu(Y)-8 b(ank)31 b(the)f(most)h(recen)m(tly)h(killed)f(text)g(bac)m
-(k)g(in)m(to)h(the)e(bu\013er)g(at)h(the)f(cursor.)150
-3192 y Fj(M-y)336 b Fu(Rotate)36 b(the)f(kill-ring,)i(and)d(y)m(ank)h
-(the)f(new)g(top.)54 b(Y)-8 b(ou)35 b(can)g(only)f(do)h(this)f(if)h
-(the)g(prior)630 3302 y(command)30 b(is)h Fj(C-y)e Fu(or)h
-Fj(M-y)p Fu(.)150 3503 y Fk(8.2.4)63 b(Readline)40 b(Argumen)m(ts)150
-3650 y Fu(Y)-8 b(ou)40 b(can)f(pass)g(n)m(umeric)f(argumen)m(ts)i(to)f
-(Readline)h(commands.)67 b(Sometimes)39 b(the)g(argumen)m(t)h(acts)150
-3760 y(as)g(a)h(rep)s(eat)f(coun)m(t,)j(other)e(times)f(it)h(is)f(the)g
-Fl(sign)47 b Fu(of)41 b(the)f(argumen)m(t)g(that)h(is)f(signi\014can)m
-(t.)71 b(If)40 b(y)m(ou)150 3869 y(pass)33 b(a)h(negativ)m(e)i(argumen)
-m(t)e(to)g(a)g(command)f(whic)m(h)g(normally)h(acts)g(in)f(a)h(forw)m
-(ard)f(direction,)i(that)150 3979 y(command)g(will)h(act)g(in)f(a)h
-(bac)m(kw)m(ard)f(direction.)57 b(F)-8 b(or)36 b(example,)h(to)f(kill)g
-(text)g(bac)m(k)g(to)g(the)g(start)g(of)150 4088 y(the)31
-b(line,)g(y)m(ou)f(migh)m(t)h(t)m(yp)s(e)g(`)p Ft(M--)f(C-k)p
-Fu('.)275 4225 y(The)d(general)i(w)m(a)m(y)h(to)e(pass)g(n)m(umeric)g
-(argumen)m(ts)h(to)g(a)f(command)g(is)g(to)h(t)m(yp)s(e)f(meta)i
-(digits)e(b)s(efore)150 4334 y(the)j(command.)42 b(If)30
-b(the)h(\014rst)f(`digit')i(t)m(yp)s(ed)f(is)g(a)g(min)m(us)f(sign)h
-(\(`)p Ft(-)p Fu('\),)h(then)f(the)g(sign)f(of)h(the)g(argumen)m(t)150
-4444 y(will)39 b(b)s(e)e(negativ)m(e.)66 b(Once)38 b(y)m(ou)h(ha)m(v)m
-(e)g(t)m(yp)s(ed)f(one)h(meta)g(digit)g(to)f(get)i(the)e(argumen)m(t)h
-(started,)i(y)m(ou)150 4554 y(can)29 b(t)m(yp)s(e)g(the)g(remainder)f
-(of)h(the)g(digits,)h(and)f(then)f(the)h(command.)40
-b(F)-8 b(or)30 b(example,)g(to)f(giv)m(e)i(the)e Fj(C-d)150
-4663 y Fu(command)37 b(an)g(argumen)m(t)h(of)g(10,)i(y)m(ou)e(could)f
-(t)m(yp)s(e)h(`)p Ft(M-1)29 b(0)h(C-d)p Fu(',)39 b(whic)m(h)e(will)h
-(delete)h(the)e(next)h(ten)150 4773 y(c)m(haracters)32
-b(on)e(the)h(input)e(line.)150 4974 y Fk(8.2.5)63 b(Searc)m(hing)40
-b(for)i(Commands)g(in)f(the)g(History)150 5121 y Fu(Readline)35
-b(pro)m(vides)f(commands)g(for)g(searc)m(hing)h(through)e(the)i
-(command)f(history)g(\(see)h(Section)g(9.1)150 5230 y([Bash)i(History)h
-(F)-8 b(acilities],)42 b(page)37 b(159\))i(for)d(lines)h(con)m(taining)
-i(a)e(sp)s(eci\014ed)f(string.)60 b(There)36 b(are)i(t)m(w)m(o)150
-5340 y(searc)m(h)31 b(mo)s(des:)40 b Fr(incremen)m(tal)35
-b Fu(and)30 b Fr(non-incremen)m(tal)p Fu(.)p eop end
-%%Page: 125 131
-TeXDict begin 125 130 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(125)275 299 y(Incremen)m(tal)26
-b(searc)m(hes)h(b)s(egin)e(b)s(efore)g(the)h(user)f(has)h(\014nished)e
-(t)m(yping)i(the)g(searc)m(h)g(string.)39 b(As)26 b(eac)m(h)150
-408 y(c)m(haracter)37 b(of)e(the)h(searc)m(h)g(string)f(is)h(t)m(yp)s
-(ed,)g(Readline)g(displa)m(ys)g(the)f(next)h(en)m(try)g(from)e(the)i
-(history)150 518 y(matc)m(hing)25 b(the)f(string)g(t)m(yp)s(ed)g(so)g
-(far.)39 b(An)23 b(incremen)m(tal)j(searc)m(h)e(requires)g(only)g(as)g
-(man)m(y)g(c)m(haracters)i(as)150 628 y(needed)i(to)i(\014nd)d(the)i
-(desired)f(history)h(en)m(try)-8 b(.)41 b(T)-8 b(o)29
-b(searc)m(h)h(bac)m(kw)m(ard)f(in)f(the)h(history)g(for)f(a)i
-(particular)150 737 y(string,)g(t)m(yp)s(e)f Fj(C-r)p
-Fu(.)40 b(T)m(yping)29 b Fj(C-s)g Fu(searc)m(hes)h(forw)m(ard)f
-(through)g(the)g(history)-8 b(.)41 b(The)29 b(c)m(haracters)i(presen)m
-(t)150 847 y(in)38 b(the)g(v)-5 b(alue)38 b(of)g(the)g
-Ft(isearch-terminators)33 b Fu(v)-5 b(ariable)39 b(are)f(used)f(to)i
-(terminate)g(an)f(incremen)m(tal)150 956 y(searc)m(h.)71
-b(If)40 b(that)h(v)-5 b(ariable)41 b(has)f(not)h(b)s(een)e(assigned)i
-(a)f(v)-5 b(alue,)44 b(the)c Ft(ESC)g Fu(and)f Fj(C-J)h
-Fu(c)m(haracters)i(will)150 1066 y(terminate)h(an)g(incremen)m(tal)g
-(searc)m(h.)78 b Fj(C-g)41 b Fu(will)i(ab)s(ort)f(an)g(incremen)m(tal)i
-(searc)m(h)f(and)f(restore)h(the)150 1176 y(original)30
-b(line.)41 b(When)28 b(the)h(searc)m(h)h(is)f(terminated,)h(the)f
-(history)g(en)m(try)g(con)m(taining)h(the)f(searc)m(h)h(string)150
-1285 y(b)s(ecomes)h(the)f(curren)m(t)g(line.)275 1416
-y(T)-8 b(o)31 b(\014nd)e(other)j(matc)m(hing)g(en)m(tries)g(in)e(the)h
-(history)g(list,)h(t)m(yp)s(e)g Fj(C-r)e Fu(or)h Fj(C-s)f
-Fu(as)h(appropriate.)43 b(This)150 1525 y(will)26 b(searc)m(h)h(bac)m
-(kw)m(ard)g(or)f(forw)m(ard)g(in)f(the)i(history)f(for)g(the)g(next)g
-(en)m(try)h(matc)m(hing)g(the)f(searc)m(h)h(string)150
-1635 y(t)m(yp)s(ed)37 b(so)h(far.)63 b(An)m(y)38 b(other)f(k)m(ey)i
-(sequence)f(b)s(ound)e(to)i(a)g(Readline)h(command)e(will)h(terminate)h
-(the)150 1744 y(searc)m(h)26 b(and)f(execute)i(that)f(command.)39
-b(F)-8 b(or)26 b(instance,)h(a)f Ft(RET)f Fu(will)g(terminate)i(the)f
-(searc)m(h)g(and)e(accept)150 1854 y(the)30 b(line,)g(thereb)m(y)f
-(executing)i(the)e(command)g(from)g(the)h(history)f(list.)41
-b(A)29 b(mo)m(v)m(emen)m(t)j(command)d(will)150 1964
-y(terminate)i(the)g(searc)m(h,)g(mak)m(e)h(the)e(last)h(line)g(found)e
-(the)i(curren)m(t)f(line,)h(and)f(b)s(egin)g(editing.)275
-2094 y(Readline)35 b(remem)m(b)s(ers)f(the)h(last)h(incremen)m(tal)g
-(searc)m(h)f(string.)54 b(If)34 b(t)m(w)m(o)j Fj(C-r)p
-Fu(s)c(are)i(t)m(yp)s(ed)g(without)150 2204 y(an)m(y)42
-b(in)m(terv)m(ening)i(c)m(haracters)f(de\014ning)f(a)g(new)g(searc)m(h)
-g(string,)k(Readline)c(uses)g(an)m(y)h(remem)m(b)s(ered)150
-2313 y(searc)m(h)31 b(string.)275 2444 y(Non-incremen)m(tal)48
-b(searc)m(hes)g(read)e(the)h(en)m(tire)h(searc)m(h)f(string)g(b)s
-(efore)f(starting)h(to)h(searc)m(h)f(for)150 2553 y(matc)m(hing)d
-(history)e(lines.)78 b(The)42 b(searc)m(h)h(string)g(ma)m(y)g(b)s(e)f
-(t)m(yp)s(ed)g(b)m(y)g(the)h(user)f(or)h(b)s(e)f(part)g(of)h(the)150
-2663 y(con)m(ten)m(ts)32 b(of)f(the)f(curren)m(t)g(line.)150
-2896 y Fs(8.3)68 b(Readline)47 b(Init)e(File)150 3055
-y Fu(Although)f(the)g(Readline)g(library)f(comes)i(with)e(a)h(set)h(of)
-f(Emacs-lik)m(e)h(k)m(eybindings)f(installed)g(b)m(y)150
-3165 y(default,)26 b(it)g(is)e(p)s(ossible)h(to)g(use)f(a)i(di\013eren)
-m(t)f(set)g(of)g(k)m(eybindings.)38 b(An)m(y)25 b(user)f(can)h
-(customize)h(programs)150 3274 y(that)39 b(use)g(Readline)g(b)m(y)f
-(putting)h(commands)f(in)g(an)h Fr(inputrc)k Fu(\014le,)e(con)m(v)m(en)
-m(tionally)h(in)c(their)h(home)150 3384 y(directory)-8
-b(.)59 b(The)35 b(name)i(of)f(this)g(\014le)g(is)g(tak)m(en)h(from)f
-(the)g(v)-5 b(alue)37 b(of)f(the)g(shell)h(v)-5 b(ariable)36
-b Ft(INPUTRC)p Fu(.)56 b(If)150 3493 y(that)36 b(v)-5
-b(ariable)36 b(is)f(unset,)h(the)f(default)h(is)f Ft(~/.inputrc)p
-Fu(.)52 b(If)35 b(that)g(\014le)h(do)s(es)e(not)i(exist)g(or)f(cannot)h
-(b)s(e)150 3603 y(read,)f(the)f(ultimate)h(default)f(is)g
-Ft(/etc/inputrc)p Fu(.)47 b(The)33 b Ft(bind)g Fu(builtin)g(command)h
-(can)g(also)h(b)s(e)e(used)150 3713 y(to)e(set)g(Readline)g(k)m
-(eybindings)f(and)g(v)-5 b(ariables.)41 b(See)31 b(Section)g(4.2)g
-([Bash)g(Builtins],)g(page)g(57.)275 3843 y(When)e(a)h(program)f(whic)m
-(h)h(uses)f(the)h(Readline)g(library)f(starts)h(up,)f(the)h(init)g
-(\014le)f(is)h(read,)g(and)f(the)150 3953 y(k)m(ey)i(bindings)e(are)i
-(set.)275 4083 y(In)26 b(addition,)i(the)f Ft(C-x)i(C-r)d
-Fu(command)h(re-reads)g(this)f(init)h(\014le,)h(th)m(us)f(incorp)s
-(orating)g(an)m(y)g(c)m(hanges)150 4193 y(that)k(y)m(ou)g(migh)m(t)g
-(ha)m(v)m(e)g(made)g(to)g(it.)150 4384 y Fk(8.3.1)63
-b(Readline)40 b(Init)h(File)g(Syn)m(tax)150 4531 y Fu(There)f(are)i
-(only)f(a)g(few)g(basic)g(constructs)h(allo)m(w)m(ed)h(in)d(the)h
-(Readline)h(init)f(\014le.)73 b(Blank)41 b(lines)h(are)150
-4641 y(ignored.)72 b(Lines)41 b(b)s(eginning)f(with)h(a)g(`)p
-Ft(#)p Fu(')g(are)h(commen)m(ts.)73 b(Lines)41 b(b)s(eginning)f(with)g
-(a)i(`)p Ft($)p Fu(')f(indicate)150 4750 y(conditional)e(constructs)f
-(\(see)g(Section)h(8.3.2)g([Conditional)g(Init)e(Constructs],)j(page)e
-(134\).)64 b(Other)150 4860 y(lines)31 b(denote)g(v)-5
-b(ariable)31 b(settings)g(and)f(k)m(ey)h(bindings.)150
-5011 y(V)-8 b(ariable)32 b(Settings)630 5121 y(Y)-8 b(ou)41
-b(can)g(mo)s(dify)e(the)i(run-time)f(b)s(eha)m(vior)g(of)h(Readline)g
-(b)m(y)f(altering)h(the)g(v)-5 b(alues)41 b(of)630 5230
-y(v)-5 b(ariables)34 b(in)f(Readline)i(using)e(the)g
-Ft(set)g Fu(command)g(within)g(the)h(init)g(\014le.)50
-b(The)33 b(syn)m(tax)630 5340 y(is)d(simple:)p eop end
-%%Page: 126 132
-TeXDict begin 126 131 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(126)870 299 y Ft(set)47
-b Fj(variable)e(value)630 432 y Fu(Here,)29 b(for)e(example,)h(is)g(ho)
-m(w)f(to)h(c)m(hange)g(from)f(the)g(default)h(Emacs-lik)m(e)h(k)m(ey)f
-(binding)e(to)630 542 y(use)k Ft(vi)g Fu(line)h(editing)g(commands:)870
-675 y Ft(set)47 b(editing-mode)d(vi)630 808 y Fu(V)-8
-b(ariable)36 b(names)f(and)g(v)-5 b(alues,)36 b(where)f(appropriate,)h
-(are)g(recognized)g(without)f(regard)630 917 y(to)c(case.)42
-b(Unrecognized)31 b(v)-5 b(ariable)31 b(names)g(are)f(ignored.)630
-1050 y(Bo)s(olean)c(v)-5 b(ariables)26 b(\(those)g(that)g(can)f(b)s(e)f
-(set)i(to)g(on)f(or)g(o\013)7 b(\))25 b(are)h(set)f(to)h(on)f(if)g(the)
-g(v)-5 b(alue)26 b(is)630 1160 y(n)m(ull)e(or)g(empt)m(y)-8
-b(,)27 b Fr(on)d Fu(\(case-insensitiv)m(e\),)29 b(or)24
-b(1.)39 b(An)m(y)25 b(other)f(v)-5 b(alue)25 b(results)f(in)g(the)g(v)
--5 b(ariable)630 1270 y(b)s(eing)30 b(set)h(to)g(o\013.)630
-1403 y(The)37 b Ft(bind)30 b(-V)37 b Fu(command)g(lists)i(the)f(curren)
-m(t)f(Readline)i(v)-5 b(ariable)38 b(names)g(and)f(v)-5
-b(alues.)630 1512 y(See)31 b(Section)g(4.2)g([Bash)g(Builtins],)g(page)
-g(57.)630 1645 y(A)f(great)i(deal)f(of)g(run-time)f(b)s(eha)m(vior)g
-(is)g(c)m(hangeable)j(with)d(the)g(follo)m(wing)i(v)-5
-b(ariables.)630 1802 y Ft(active-region-start-colo)o(r)1110
-1911 y Fu(A)27 b(string)f(v)-5 b(ariable)27 b(that)g(con)m(trols)h(the)
-f(text)g(color)h(and)e(bac)m(kground)g(when)1110 2021
-y(displa)m(ying)50 b(the)f(text)h(in)f(the)h(activ)m(e)h(region)f
-(\(see)g(the)g(description)f(of)1110 2131 y Ft(enable-active-region)25
-b Fu(b)s(elo)m(w\).)43 b(This)30 b(string)h(m)m(ust)f(not)h(tak)m(e)i
-(up)d(an)m(y)1110 2240 y(ph)m(ysical)25 b(c)m(haracter)h(p)s(ositions)f
-(on)g(the)f(displa)m(y)-8 b(,)27 b(so)e(it)g(should)f(consist)h(only)
-1110 2350 y(of)37 b(terminal)g(escap)s(e)g(sequences.)61
-b(It)36 b(is)h(output)g(to)g(the)g(terminal)g(b)s(efore)1110
-2459 y(displa)m(ying)h(the)f(text)i(in)e(the)h(activ)m(e)h(region.)63
-b(This)37 b(v)-5 b(ariable)38 b(is)f(reset)h(to)1110
-2569 y(the)29 b(default)g(v)-5 b(alue)29 b(whenev)m(er)f(the)h
-(terminal)g(t)m(yp)s(e)g(c)m(hanges.)41 b(The)28 b(default)1110
-2679 y(v)-5 b(alue)30 b(is)f(the)g(string)g(that)h(puts)e(the)i
-(terminal)f(in)g(standout)g(mo)s(de,)g(as)h(ob-)1110
-2788 y(tained)40 b(from)f(the)h(terminal's)g(terminfo)g(description.)68
-b(A)40 b(sample)f(v)-5 b(alue)1110 2898 y(migh)m(t)31
-b(b)s(e)f(`)p Ft(\\e[01;33m)p Fu('.)630 3054 y Ft
-(active-region-end-color)1110 3164 y Fu(A)48 b(string)g(v)-5
-b(ariable)48 b(that)h Ft(")p Fu(undo)s(es)p Ft(")d Fu(the)i(e\013ects)h
-(of)f Ft(active-region-)1110 3273 y(start-color)36 b
-Fu(and)i(restores)h Ft(")p Fu(normal)p Ft(")f Fu(terminal)h(displa)m(y)
-g(app)s(earance)1110 3383 y(after)26 b(displa)m(ying)h(text)f(in)g(the)
-g(activ)m(e)i(region.)40 b(This)25 b(string)h(m)m(ust)f(not)h(tak)m(e)
-1110 3493 y(up)e(an)m(y)h(ph)m(ysical)h(c)m(haracter)h(p)s(ositions)d
-(on)h(the)h(displa)m(y)-8 b(,)27 b(so)e(it)g(should)f(con-)1110
-3602 y(sist)29 b(only)h(of)f(terminal)h(escap)s(e)f(sequences.)41
-b(It)29 b(is)g(output)g(to)h(the)f(terminal)1110 3712
-y(after)36 b(displa)m(ying)g(the)g(text)h(in)e(the)h(activ)m(e)i
-(region.)58 b(This)34 b(v)-5 b(ariable)37 b(is)f(re-)1110
-3821 y(set)e(to)g(the)g(default)g(v)-5 b(alue)34 b(whenev)m(er)f(the)h
-(terminal)g(t)m(yp)s(e)f(c)m(hanges.)51 b(The)1110 3931
-y(default)38 b(v)-5 b(alue)39 b(is)f(the)h(string)f(that)h(restores)f
-(the)h(terminal)f(from)g(stand-)1110 4041 y(out)30 b(mo)s(de,)f(as)g
-(obtained)h(from)f(the)g(terminal's)h(terminfo)f(description.)41
-b(A)1110 4150 y(sample)31 b(v)-5 b(alue)30 b(migh)m(t)h(b)s(e)f(`)p
-Ft(\\e[0m)p Fu('.)630 4307 y Ft(bell-style)1110 4416
-y Fu(Con)m(trols)44 b(what)g(happ)s(ens)e(when)h(Readline)i(w)m(an)m
-(ts)f(to)h(ring)e(the)h(termi-)1110 4526 y(nal)37 b(b)s(ell.)61
-b(If)37 b(set)h(to)g(`)p Ft(none)p Fu(',)g(Readline)g(nev)m(er)g(rings)
-e(the)i(b)s(ell.)61 b(If)36 b(set)i(to)1110 4635 y(`)p
-Ft(visible)p Fu(',)32 b(Readline)i(uses)f(a)g(visible)g(b)s(ell)g(if)g
-(one)g(is)g(a)m(v)-5 b(ailable.)51 b(If)33 b(set)g(to)1110
-4745 y(`)p Ft(audible)p Fu(')j(\(the)i(default\),)i(Readline)e
-(attempts)g(to)h(ring)e(the)g(terminal's)1110 4855 y(b)s(ell.)630
-5011 y Ft(bind-tty-special-chars)1110 5121 y Fu(If)e(set)g(to)h(`)p
-Ft(on)p Fu(')f(\(the)g(default\),)i(Readline)f(attempts)g(to)g(bind)d
-(the)i(con)m(trol)1110 5230 y(c)m(haracters)28 b(that)g(are)f(treated)g
-(sp)s(ecially)h(b)m(y)f(the)g(k)m(ernel's)g(terminal)g(driv)m(er)1110
-5340 y(to)33 b(their)f(Readline)h(equiv)-5 b(alen)m(ts.)47
-b(These)32 b(o)m(v)m(erride)h(the)f(default)g(Readline)p
-eop end
-%%Page: 127 133
-TeXDict begin 127 132 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(127)1110 299 y(bindings)33
-b(describ)s(ed)g(here.)51 b(T)m(yp)s(e)34 b(`)p Ft(stty)29
-b(-a)p Fu(')34 b(at)h(a)f(Bash)g(prompt)g(to)g(see)1110
-408 y(y)m(our)h(curren)m(t)g(terminal)h(settings,)i(including)d(the)h
-(sp)s(ecial)f(con)m(trol)i(c)m(har-)1110 518 y(acters)31
-b(\(usually)g Ft(cchars)p Fu(\).)630 664 y Ft(blink-matching-paren)1110
-774 y Fu(If)36 b(set)g(to)h(`)p Ft(on)p Fu(',)h(Readline)f(attempts)g
-(to)g(brie\015y)e(mo)m(v)m(e)j(the)f(cursor)e(to)i(an)1110
-883 y(op)s(ening)k(paren)m(thesis)h(when)f(a)h(closing)h(paren)m
-(thesis)e(is)h(inserted.)74 b(The)1110 993 y(default)31
-b(is)f(`)p Ft(off)p Fu('.)630 1139 y Ft(colored-completion-prefi)o(x)
-1110 1249 y Fu(If)f(set)h(to)g(`)p Ft(on)p Fu(',)g(when)e(listing)i
-(completions,)h(Readline)f(displa)m(ys)g(the)f(com-)1110
-1358 y(mon)c(pre\014x)f(of)i(the)f(set)h(of)g(p)s(ossible)f
-(completions)h(using)f(a)h(di\013eren)m(t)g(color.)1110
-1468 y(The)f(color)h(de\014nitions)f(are)h(tak)m(en)g(from)f(the)g(v)-5
-b(alue)26 b(of)g(the)f Ft(LS_COLORS)e Fu(en-)1110 1577
-y(vironmen)m(t)34 b(v)-5 b(ariable.)50 b(If)33 b(there)h(is)g(a)f
-(color)i(de\014nition)e(in)g Ft(LS_COLORS)e Fu(for)1110
-1687 y(the)22 b(custom)g(su\016x)f(`)p Ft(readline-colored-complet)o
-(ion)o(-pre)o(fix)p Fu(',)c(Read-)1110 1797 y(line)24
-b(uses)e(this)i(color)g(for)f(the)h(common)f(pre\014x)f(instead)i(of)f
-(its)h(default.)38 b(The)1110 1906 y(default)31 b(is)f(`)p
-Ft(off)p Fu('.)630 2052 y Ft(colored-stats)1110 2162
-y Fu(If)c(set)h(to)g(`)p Ft(on)p Fu(',)h(Readline)f(displa)m(ys)g(p)s
-(ossible)f(completions)h(using)f(di\013eren)m(t)1110
-2271 y(colors)40 b(to)g(indicate)g(their)f(\014le)h(t)m(yp)s(e.)67
-b(The)38 b(color)j(de\014nitions)d(are)i(tak)m(en)1110
-2381 y(from)24 b(the)h(v)-5 b(alue)25 b(of)g(the)g Ft(LS_COLORS)d
-Fu(en)m(vironmen)m(t)j(v)-5 b(ariable.)40 b(The)24 b(default)1110
-2491 y(is)30 b(`)p Ft(off)p Fu('.)630 2637 y Ft(comment-begin)1110
-2746 y Fu(The)62 b(string)g(to)h(insert)f(at)h(the)g(b)s(eginning)e(of)
-h(the)h(line)f(when)g(the)1110 2856 y Ft(insert-comment)26
-b Fu(command)31 b(is)f(executed.)42 b(The)30 b(default)g(v)-5
-b(alue)31 b(is)f Ft("#")p Fu(.)630 3002 y Ft(completion-display-width)
-1110 3112 y Fu(The)41 b(n)m(um)m(b)s(er)f(of)i(screen)g(columns)f(used)
-g(to)h(displa)m(y)g(p)s(ossible)f(matc)m(hes)1110 3221
-y(when)28 b(p)s(erforming)g(completion.)41 b(The)29 b(v)-5
-b(alue)29 b(is)g(ignored)g(if)g(it)h(is)f(less)g(than)1110
-3331 y(0)e(or)f(greater)h(than)f(the)g(terminal)h(screen)f(width.)39
-b(A)26 b(v)-5 b(alue)27 b(of)f(0)h(will)f(cause)1110
-3440 y(matc)m(hes)32 b(to)f(b)s(e)e(displa)m(y)m(ed)i(one)g(p)s(er)e
-(line.)41 b(The)30 b(default)h(v)-5 b(alue)31 b(is)f(-1.)630
-3587 y Ft(completion-ignore-case)1110 3696 y Fu(If)d(set)h(to)g(`)p
-Ft(on)p Fu(',)g(Readline)g(p)s(erforms)e(\014lename)h(matc)m(hing)i
-(and)e(completion)1110 3806 y(in)j(a)h(case-insensitiv)m(e)i(fashion.)
-40 b(The)30 b(default)h(v)-5 b(alue)30 b(is)h(`)p Ft(off)p
-Fu('.)630 3952 y Ft(completion-map-case)1110 4061 y Fu(If)22
-b(set)g(to)h(`)p Ft(on)p Fu(',)h(and)e Fr(completion-ignore-case)31
-b Fu(is)22 b(enabled,)i(Readline)f(treats)1110 4171 y(h)m(yphens)29
-b(\(`)p Ft(-)p Fu('\))j(and)e(underscores)g(\(`)p Ft(_)p
-Fu('\))i(as)f(equiv)-5 b(alen)m(t)32 b(when)e(p)s(erforming)1110
-4281 y(case-insensitiv)m(e)47 b(\014lename)e(matc)m(hing)g(and)f
-(completion.)85 b(The)44 b(default)1110 4390 y(v)-5 b(alue)31
-b(is)f(`)p Ft(off)p Fu('.)630 4536 y Ft(completion-prefix-displa)o
-(y-le)o(ngth)1110 4646 y Fu(The)h(length)g(in)g(c)m(haracters)i(of)f
-(the)f(common)h(pre\014x)e(of)h(a)h(list)g(of)f(p)s(ossible)1110
-4756 y(completions)g(that)f(is)g(displa)m(y)m(ed)g(without)g(mo)s
-(di\014cation.)41 b(When)29 b(set)h(to)h(a)1110 4865
-y(v)-5 b(alue)26 b(greater)h(than)e(zero,)j(common)e(pre\014xes)e
-(longer)j(than)e(this)g(v)-5 b(alue)27 b(are)1110 4975
-y(replaced)k(with)f(an)g(ellipsis)h(when)e(displa)m(ying)i(p)s(ossible)
-f(completions.)630 5121 y Ft(completion-query-items)1110
-5230 y Fu(The)c(n)m(um)m(b)s(er)f(of)h(p)s(ossible)g(completions)h
-(that)g(determines)f(when)f(the)i(user)1110 5340 y(is)43
-b(ask)m(ed)g(whether)f(the)g(list)h(of)g(p)s(ossibilities)g(should)f(b)
-s(e)g(displa)m(y)m(ed.)77 b(If)p eop end
-%%Page: 128 134
-TeXDict begin 128 133 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(128)1110 299 y(the)29
-b(n)m(um)m(b)s(er)f(of)h(p)s(ossible)g(completions)h(is)f(greater)h
-(than)f(or)g(equal)g(to)h(this)1110 408 y(v)-5 b(alue,)45
-b(Readline)e(will)f(ask)g(whether)f(or)h(not)g(the)g(user)f(wishes)g
-(to)i(view)1110 518 y(them;)33 b(otherwise,)f(they)g(are)g(simply)g
-(listed.)45 b(This)31 b(v)-5 b(ariable)33 b(m)m(ust)e(b)s(e)g(set)1110
-628 y(to)43 b(an)e(in)m(teger)j(v)-5 b(alue)42 b(greater)h(than)f(or)g
-(equal)g(to)h(zero.)76 b(A)42 b(zero)g(v)-5 b(alue)1110
-737 y(means)40 b(Readline)h(should)f(nev)m(er)g(ask;)46
-b(negativ)m(e)d(v)-5 b(alues)41 b(are)f(treated)i(as)1110
-847 y(zero.)g(The)29 b(default)i(limit)g(is)g Ft(100)p
-Fu(.)630 1011 y Ft(convert-meta)1110 1121 y Fu(If)22
-b(set)g(to)h(`)p Ft(on)p Fu(',)h(Readline)f(will)f(con)m(v)m(ert)i(c)m
-(haracters)f(with)f(the)g(eigh)m(th)h(bit)f(set)1110
-1230 y(to)33 b(an)e Fm(asci)r(i)h Fu(k)m(ey)h(sequence)f(b)m(y)g
-(stripping)f(the)h(eigh)m(th)h(bit)f(and)f(pre\014xing)1110
-1340 y(an)24 b Ft(ESC)g Fu(c)m(haracter,)j(con)m(v)m(erting)f(them)f
-(to)g(a)g(meta-pre\014xed)f(k)m(ey)h(sequence.)1110 1450
-y(The)i(default)h(v)-5 b(alue)28 b(is)f(`)p Ft(on)p Fu(',)i(but)d(will)
-i(b)s(e)f(set)h(to)g(`)p Ft(off)p Fu(')g(if)f(the)h(lo)s(cale)h(is)f
-(one)1110 1559 y(that)21 b(con)m(tains)h(eigh)m(t-bit)h(c)m(haracters.)
-39 b(This)20 b(v)-5 b(ariable)21 b(is)g(dep)s(enden)m(t)f(on)h(the)1110
-1669 y Ft(LC_CTYPE)26 b Fu(lo)s(cale)31 b(category)-8
-b(,)31 b(and)d(ma)m(y)h(c)m(hange)h(if)e(the)h(lo)s(cale)h(is)f(c)m
-(hanged.)630 1833 y Ft(disable-completion)1110 1943 y
-Fu(If)36 b(set)h(to)h(`)p Ft(On)p Fu(',)g(Readline)f(will)g(inhibit)f
-(w)m(ord)h(completion.)60 b(Completion)1110 2052 y(c)m(haracters)28
-b(will)e(b)s(e)f(inserted)h(in)m(to)h(the)g(line)f(as)g(if)g(they)h
-(had)e(b)s(een)g(mapp)s(ed)1110 2162 y(to)31 b Ft(self-insert)p
-Fu(.)38 b(The)30 b(default)g(is)h(`)p Ft(off)p Fu('.)630
-2326 y Ft(echo-control-characters)1110 2436 y Fu(When)f(set)h(to)g(`)p
-Ft(on)p Fu(',)f(on)g(op)s(erating)h(systems)f(that)h(indicate)g(they)g
-(supp)s(ort)1110 2545 y(it,)e(Readline)g(ec)m(ho)s(es)g(a)f(c)m
-(haracter)i(corresp)s(onding)d(to)i(a)f(signal)h(generated)1110
-2655 y(from)h(the)g(k)m(eyb)s(oard.)41 b(The)30 b(default)g(is)h(`)p
-Ft(on)p Fu('.)630 2819 y Ft(editing-mode)1110 2929 y
-Fu(The)d Ft(editing-mode)e Fu(v)-5 b(ariable)29 b(con)m(trols)h(whic)m
-(h)e(default)h(set)h(of)e(k)m(ey)i(bind-)1110 3039 y(ings)25
-b(is)g(used.)38 b(By)26 b(default,)g(Readline)g(starts)f(up)f(in)h
-(Emacs)g(editing)h(mo)s(de,)1110 3148 y(where)j(the)g(k)m(eystrok)m(es)
-i(are)e(most)h(similar)f(to)h(Emacs.)40 b(This)29 b(v)-5
-b(ariable)30 b(can)1110 3258 y(b)s(e)g(set)h(to)g(either)g(`)p
-Ft(emacs)p Fu(')e(or)h(`)p Ft(vi)p Fu('.)630 3422 y Ft
-(emacs-mode-string)1110 3532 y Fu(If)j(the)h Fr(sho)m(w-mo)s
-(de-in-prompt)h Fu(v)-5 b(ariable)35 b(is)e(enabled,)i(this)f(string)f
-(is)h(dis-)1110 3641 y(pla)m(y)m(ed)24 b(immediately)g(b)s(efore)f(the)
-g(last)h(line)f(of)h(the)f(primary)f(prompt)g(when)1110
-3751 y(emacs)g(editing)h(mo)s(de)e(is)h(activ)m(e.)40
-b(The)21 b(v)-5 b(alue)22 b(is)g(expanded)f(lik)m(e)h(a)h(k)m(ey)f
-(bind-)1110 3861 y(ing,)27 b(so)f(the)f(standard)g(set)h(of)f(meta-)i
-(and)e(con)m(trol)i(pre\014xes)d(and)h(bac)m(kslash)1110
-3970 y(escap)s(e)f(sequences)h(is)e(a)m(v)-5 b(ailable.)41
-b(Use)25 b(the)f(`)p Ft(\\1)p Fu(')f(and)h(`)p Ft(\\2)p
-Fu(')g(escap)s(es)g(to)g(b)s(egin)1110 4080 y(and)37
-b(end)g(sequences)h(of)f(non-prin)m(ting)h(c)m(haracters,)j(whic)m(h)c
-(can)h(b)s(e)f(used)1110 4189 y(to)h(em)m(b)s(ed)f(a)g(terminal)h(con)m
-(trol)h(sequence)f(in)m(to)g(the)f(mo)s(de)g(string.)61
-b(The)1110 4299 y(default)31 b(is)f(`)p Ft(@)p Fu('.)630
-4463 y Ft(enable-active-region)1110 4573 y Fu(The)46
-b Fr(p)s(oin)m(t)j Fu(is)e(the)g(curren)m(t)f(cursor)g(p)s(osition,)52
-b(and)46 b Fr(mark)52 b Fu(refers)46 b(to)i(a)1110 4682
-y(sa)m(v)m(ed)37 b(cursor)f(p)s(osition)g(\(see)i(Section)f(8.4.1)h
-([Commands)d(F)-8 b(or)37 b(Mo)m(ving],)1110 4792 y(page)d(139\).)50
-b(The)33 b(text)h(b)s(et)m(w)m(een)f(the)g(p)s(oin)m(t)g(and)g(mark)g
-(is)g(referred)f(to)i(as)1110 4902 y(the)h Fr(region)p
-Fu(.)53 b(When)34 b(this)g(v)-5 b(ariable)36 b(is)e(set)h(to)g(`)p
-Ft(On)p Fu(',)h(Readline)f(allo)m(ws)g(cer-)1110 5011
-y(tain)30 b(commands)f(to)g(designate)i(the)e(region)h(as)f
-Fr(activ)m(e)p Fu(.)43 b(When)29 b(the)g(region)1110
-5121 y(is)g(activ)m(e,)j(Readline)e(highligh)m(ts)g(the)g(text)g(in)f
-(the)g(region)h(using)f(the)g(v)-5 b(alue)1110 5230 y(of)35
-b(the)g Ft(active-region-start-color)p Fu(,)30 b(whic)m(h)35
-b(defaults)g(to)h(the)f(string)1110 5340 y(that)23 b(enables)f(the)g
-(terminal's)h(standout)e(mo)s(de.)38 b(The)21 b(activ)m(e)k(region)d
-(sho)m(ws)p eop end
-%%Page: 129 135
-TeXDict begin 129 134 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(129)1110 299 y(the)32
-b(text)h(inserted)f(b)m(y)g(brac)m(k)m(eted-paste)i(and)e(an)m(y)g
-(matc)m(hing)h(text)g(found)1110 408 y(b)m(y)f(incremen)m(tal)i(and)e
-(non-incremen)m(tal)i(history)e(searc)m(hes.)48 b(The)32
-b(default)1110 518 y(is)e(`)p Ft(On)p Fu('.)630 706 y
-Ft(enable-bracketed-paste)1110 816 y Fu(When)36 b(set)h(to)g(`)p
-Ft(On)p Fu(',)h(Readline)f(con\014gures)f(the)h(terminal)f(to)i(insert)
-e(eac)m(h)1110 925 y(paste)27 b(in)m(to)g(the)f(editing)h(bu\013er)e
-(as)h(a)h(single)g(string)f(of)g(c)m(haracters,)j(instead)1110
-1035 y(of)d(treating)i(eac)m(h)g(c)m(haracter)f(as)g(if)f(it)h(had)f(b)
-s(een)f(read)i(from)e(the)i(k)m(eyb)s(oard.)1110 1144
-y(This)36 b(is)h(called)h(putting)f(the)h(terminal)f(in)m(to)h
-Fr(brac)m(k)m(eted)h(paste)e(mo)s(de)5 b Fu(;)40 b(it)1110
-1254 y(prev)m(en)m(ts)30 b(Readline)h(from)e(executing)i(an)m(y)f
-(editing)h(commands)e(b)s(ound)f(to)1110 1363 y(k)m(ey)j(sequences)g
-(app)s(earing)f(in)g(the)g(pasted)h(text.)42 b(The)29
-b(default)i(is)f(`)p Ft(On)p Fu('.)630 1551 y Ft(enable-keypad)1110
-1661 y Fu(When)23 b(set)h(to)g(`)p Ft(on)p Fu(',)h(Readline)f(will)g
-(try)f(to)h(enable)g(the)f(application)i(k)m(eypad)1110
-1771 y(when)h(it)h(is)f(called.)41 b(Some)27 b(systems)f(need)h(this)f
-(to)h(enable)g(the)g(arro)m(w)g(k)m(eys.)1110 1880 y(The)j(default)g
-(is)h(`)p Ft(off)p Fu('.)630 2068 y Ft(enable-meta-key)1110
-2178 y Fu(When)40 b(set)g(to)g(`)p Ft(on)p Fu(',)j(Readline)d(will)g
-(try)g(to)g(enable)g(an)m(y)g(meta)h(mo)s(di\014er)1110
-2287 y(k)m(ey)i(the)e(terminal)i(claims)f(to)h(supp)s(ort)d(when)h(it)h
-(is)g(called.)76 b(On)41 b(man)m(y)1110 2397 y(terminals,)c(the)e(meta)
-h(k)m(ey)g(is)f(used)g(to)h(send)e(eigh)m(t-bit)j(c)m(haracters.)56
-b(The)1110 2506 y(default)31 b(is)f(`)p Ft(on)p Fu('.)630
-2694 y Ft(expand-tilde)1110 2804 y Fu(If)d(set)h(to)h(`)p
-Ft(on)p Fu(',)f(tilde)g(expansion)g(is)f(p)s(erformed)f(when)h
-(Readline)h(attempts)1110 2913 y(w)m(ord)i(completion.)42
-b(The)30 b(default)g(is)h(`)p Ft(off)p Fu('.)630 3101
-y Ft(history-preserve-point)1110 3211 y Fu(If)41 b(set)h(to)h(`)p
-Ft(on)p Fu(',)i(the)c(history)h(co)s(de)g(attempts)h(to)f(place)h(the)f
-(p)s(oin)m(t)f(\(the)1110 3320 y(curren)m(t)35 b(cursor)g(p)s
-(osition\))g(at)h(the)g(same)f(lo)s(cation)i(on)e(eac)m(h)h(history)g
-(line)1110 3430 y(retriev)m(ed)h(with)f Ft(previous-history)c
-Fu(or)37 b Ft(next-history)p Fu(.)55 b(The)36 b(default)1110
-3540 y(is)30 b(`)p Ft(off)p Fu('.)630 3727 y Ft(history-size)1110
-3837 y Fu(Set)39 b(the)g(maxim)m(um)g(n)m(um)m(b)s(er)f(of)h(history)g
-(en)m(tries)h(sa)m(v)m(ed)g(in)f(the)g(history)1110 3947
-y(list.)51 b(If)34 b(set)g(to)h(zero,)g(an)m(y)f(existing)h(history)f
-(en)m(tries)g(are)g(deleted)h(and)e(no)1110 4056 y(new)e(en)m(tries)i
-(are)f(sa)m(v)m(ed.)46 b(If)31 b(set)h(to)h(a)f(v)-5
-b(alue)32 b(less)g(than)f(zero,)i(the)f(n)m(um)m(b)s(er)1110
-4166 y(of)f(history)f(en)m(tries)h(is)g(not)g(limited.)42
-b(By)30 b(default,)h(the)g(n)m(um)m(b)s(er)e(of)i(history)1110
-4275 y(en)m(tries)j(is)f(not)g(limited.)49 b(If)32 b(an)h(attempt)h(is)
-f(made)g(to)h(set)f Fr(history-size)39 b Fu(to)1110 4385
-y(a)34 b(non-n)m(umeric)f(v)-5 b(alue,)34 b(the)g(maxim)m(um)f(n)m(um)m
-(b)s(er)f(of)h(history)h(en)m(tries)g(will)1110 4495
-y(b)s(e)c(set)h(to)g(500.)630 4682 y Ft(horizontal-scroll-mode)1110
-4792 y Fu(This)k(v)-5 b(ariable)37 b(can)f(b)s(e)f(set)h(to)h(either)f
-(`)p Ft(on)p Fu(')g(or)g(`)p Ft(off)p Fu('.)57 b(Setting)36
-b(it)g(to)h(`)p Ft(on)p Fu(')1110 4902 y(means)26 b(that)h(the)f(text)h
-(of)g(the)f(lines)g(b)s(eing)g(edited)h(will)f(scroll)h(horizon)m
-(tally)1110 5011 y(on)32 b(a)g(single)g(screen)g(line)g(when)e(they)i
-(are)g(longer)h(than)e(the)h(width)f(of)h(the)1110 5121
-y(screen,)c(instead)g(of)f(wrapping)f(on)m(to)i(a)g(new)e(screen)i
-(line.)40 b(This)26 b(v)-5 b(ariable)28 b(is)1110 5230
-y(automatically)k(set)e(to)g(`)p Ft(on)p Fu(')f(for)g(terminals)g(of)h
-(heigh)m(t)g(1.)41 b(By)29 b(default,)h(this)1110 5340
-y(v)-5 b(ariable)31 b(is)g(set)f(to)i(`)p Ft(off)p Fu('.)p
-eop end
-%%Page: 130 136
-TeXDict begin 130 135 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(130)630 299 y Ft(input-meta)1110
-408 y Fu(If)31 b(set)g(to)h(`)p Ft(on)p Fu(',)g(Readline)g(will)f
-(enable)h(eigh)m(t-bit)h(input)d(\(it)i(will)f(not)h(clear)1110
-518 y(the)40 b(eigh)m(th)g(bit)g(in)f(the)h(c)m(haracters)h(it)f
-(reads\),)j(regardless)c(of)h(what)g(the)1110 628 y(terminal)k(claims)h
-(it)f(can)g(supp)s(ort.)79 b(The)44 b(default)g(v)-5
-b(alue)44 b(is)g(`)p Ft(off)p Fu(',)j(but)1110 737 y(Readline)24
-b(will)h(set)f(it)g(to)h(`)p Ft(on)p Fu(')e(if)h(the)g(lo)s(cale)i(con)
-m(tains)f(eigh)m(t-bit)g(c)m(haracters.)1110 847 y(The)k(name)g
-Ft(meta-flag)e Fu(is)i(a)h(synon)m(ym)f(for)g(this)g(v)-5
-b(ariable.)42 b(This)28 b(v)-5 b(ariable)1110 956 y(is)35
-b(dep)s(enden)m(t)f(on)h(the)g Ft(LC_CTYPE)e Fu(lo)s(cale)k(category)-8
-b(,)39 b(and)34 b(ma)m(y)i(c)m(hange)g(if)1110 1066 y(the)31
-b(lo)s(cale)h(is)e(c)m(hanged.)630 1212 y Ft(isearch-terminators)1110
-1322 y Fu(The)51 b(string)h(of)g(c)m(haracters)h(that)f(should)e
-(terminate)j(an)f(incremen)m(tal)1110 1431 y(searc)m(h)25
-b(without)g(subsequen)m(tly)g(executing)h(the)f(c)m(haracter)h(as)f(a)g
-(command)1110 1541 y(\(see)38 b(Section)g(8.2.5)h([Searc)m(hing],)h
-(page)e(124\).)62 b(If)37 b(this)g(v)-5 b(ariable)38
-b(has)f(not)1110 1650 y(b)s(een)e(giv)m(en)h(a)g(v)-5
-b(alue,)37 b(the)f(c)m(haracters)h Ft(ESC)d Fu(and)h
-Fj(C-J)g Fu(will)h(terminate)g(an)1110 1760 y(incremen)m(tal)c(searc)m
-(h.)630 1906 y Ft(keymap)192 b Fu(Sets)64 b(Readline's)i(idea)f(of)f
-(the)h(curren)m(t)f(k)m(eymap)h(for)f(k)m(ey)h(binding)1110
-2016 y(commands.)71 b(Built-in)41 b Ft(keymap)e Fu(names)h(are)h
-Ft(emacs)p Fu(,)h Ft(emacs-standard)p Fu(,)1110 2125
-y Ft(emacs-meta)p Fu(,)99 b Ft(emacs-ctlx)p Fu(,)f Ft(vi)p
-Fu(,)j Ft(vi-move)p Fu(,)f Ft(vi-command)p Fu(,)f(and)1110
-2235 y Ft(vi-insert)p Fu(.)81 b Ft(vi)44 b Fu(is)h(equiv)-5
-b(alen)m(t)46 b(to)g Ft(vi-command)c Fu(\()p Ft(vi-move)h
-Fu(is)i(also)h(a)1110 2345 y(synon)m(ym\);)41 b Ft(emacs)c
-Fu(is)h(equiv)-5 b(alen)m(t)39 b(to)f Ft(emacs-standard)p
-Fu(.)59 b(Applications)1110 2454 y(ma)m(y)32 b(add)e(additional)i
-(names.)43 b(The)30 b(default)h(v)-5 b(alue)32 b(is)f
-Ft(emacs)p Fu(.)41 b(The)30 b(v)-5 b(alue)1110 2564 y(of)31
-b(the)f Ft(editing-mode)d Fu(v)-5 b(ariable)31 b(also)h(a\013ects)f
-(the)g(default)g(k)m(eymap.)630 2710 y Ft(keyseq-timeout)1110
-2819 y Fu(Sp)s(eci\014es)25 b(the)g(duration)g(Readline)h(will)g(w)m
-(ait)g(for)g(a)f(c)m(haracter)i(when)e(read-)1110 2929
-y(ing)30 b(an)g(am)m(biguous)g(k)m(ey)h(sequence)f(\(one)g(that)h(can)f
-(form)g(a)g(complete)h(k)m(ey)1110 3039 y(sequence)j(using)e(the)i
-(input)e(read)h(so)g(far,)h(or)g(can)f(tak)m(e)i(additional)f(input)
-1110 3148 y(to)g(complete)g(a)f(longer)h(k)m(ey)f(sequence\).)49
-b(If)33 b(no)f(input)g(is)h(receiv)m(ed)h(within)1110
-3258 y(the)43 b(timeout,)48 b(Readline)43 b(will)g(use)g(the)g(shorter)
-g(but)f(complete)j(k)m(ey)e(se-)1110 3367 y(quence.)c(Readline)26
-b(uses)f(this)h(v)-5 b(alue)26 b(to)g(determine)g(whether)f(or)g(not)h
-(input)1110 3477 y(is)31 b(a)m(v)-5 b(ailable)33 b(on)d(the)h(curren)m
-(t)f(input)g(source)h(\()p Ft(rl_instream)d Fu(b)m(y)i(default\).)1110
-3587 y(The)25 b(v)-5 b(alue)26 b(is)f(sp)s(eci\014ed)f(in)h
-(milliseconds,)j(so)d(a)h(v)-5 b(alue)26 b(of)f(1000)i(means)e(that)
-1110 3696 y(Readline)e(will)g(w)m(ait)g(one)g(second)f(for)g
-(additional)i(input.)37 b(If)22 b(this)g(v)-5 b(ariable)23
-b(is)1110 3806 y(set)28 b(to)h(a)f(v)-5 b(alue)29 b(less)f(than)g(or)f
-(equal)i(to)f(zero,)i(or)e(to)g(a)h(non-n)m(umeric)e(v)-5
-b(alue,)1110 3915 y(Readline)30 b(will)f(w)m(ait)i(un)m(til)e(another)h
-(k)m(ey)g(is)f(pressed)g(to)h(decide)f(whic)m(h)g(k)m(ey)1110
-4025 y(sequence)i(to)g(complete.)42 b(The)30 b(default)g(v)-5
-b(alue)31 b(is)g Ft(500)p Fu(.)630 4171 y Ft(mark-directories)1110
-4281 y Fu(If)38 b(set)g(to)h(`)p Ft(on)p Fu(',)i(completed)e(directory)
-f(names)g(ha)m(v)m(e)i(a)e(slash)g(app)s(ended.)1110
-4390 y(The)30 b(default)g(is)h(`)p Ft(on)p Fu('.)630
-4536 y Ft(mark-modified-lines)1110 4646 y Fu(This)k(v)-5
-b(ariable,)38 b(when)d(set)h(to)h(`)p Ft(on)p Fu(',)g(causes)g
-(Readline)f(to)h(displa)m(y)f(an)f(as-)1110 4756 y(terisk)f(\(`)p
-Ft(*)p Fu('\))h(at)f(the)g(start)g(of)g(history)g(lines)g(whic)m(h)f
-(ha)m(v)m(e)i(b)s(een)e(mo)s(di\014ed.)1110 4865 y(This)d(v)-5
-b(ariable)31 b(is)f(`)p Ft(off)p Fu(')g(b)m(y)g(default.)630
-5011 y Ft(mark-symlinked-directori)o(es)1110 5121 y Fu(If)59
-b(set)h(to)g(`)p Ft(on)p Fu(',)67 b(completed)60 b(names)f(whic)m(h)g
-(are)h(sym)m(b)s(olic)g(links)f(to)1110 5230 y(directories)71
-b(ha)m(v)m(e)f(a)g(slash)f(app)s(ended)f(\(sub)5 b(ject)70
-b(to)g(the)g(v)-5 b(alue)70 b(of)1110 5340 y Ft(mark-directories)p
-Fu(\).)37 b(The)30 b(default)g(is)g(`)p Ft(off)p Fu('.)p
-eop end
-%%Page: 131 137
-TeXDict begin 131 136 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(131)630 299 y Ft
-(match-hidden-files)1110 408 y Fu(This)24 b(v)-5 b(ariable,)26
-b(when)e(set)h(to)g(`)p Ft(on)p Fu(',)g(forces)g(Readline)g(to)g(matc)m
-(h)h(\014les)e(whose)1110 518 y(names)44 b(b)s(egin)g(with)g(a)g(`)p
-Ft(.)p Fu(')g(\(hidden)f(\014les\))i(when)e(p)s(erforming)g(\014lename)
-1110 628 y(completion.)f(If)28 b(set)i(to)g(`)p Ft(off)p
-Fu(',)f(the)g(user)f(m)m(ust)h(include)g(the)g(leading)h(`)p
-Ft(.)p Fu(')f(in)1110 737 y(the)i(\014lename)f(to)h(b)s(e)f(completed.)
-42 b(This)29 b(v)-5 b(ariable)31 b(is)g(`)p Ft(on)p Fu(')f(b)m(y)g
-(default.)630 888 y Ft(menu-complete-display-pr)o(efix)1110
-998 y Fu(If)j(set)h(to)g(`)p Ft(on)p Fu(',)h(men)m(u)e(completion)i
-(displa)m(ys)e(the)h(common)g(pre\014x)e(of)i(the)1110
-1107 y(list)k(of)g(p)s(ossible)f(completions)i(\(whic)m(h)e(ma)m(y)h(b)
-s(e)f(empt)m(y\))i(b)s(efore)e(cycling)1110 1217 y(through)30
-b(the)g(list.)42 b(The)29 b(default)i(is)f(`)p Ft(off)p
-Fu('.)630 1367 y Ft(output-meta)1110 1477 y Fu(If)35
-b(set)h(to)g(`)p Ft(on)p Fu(',)h(Readline)f(will)g(displa)m(y)f(c)m
-(haracters)i(with)e(the)h(eigh)m(th)g(bit)1110 1587 y(set)h(directly)g
-(rather)f(than)g(as)h(a)g(meta-pre\014xed)f(escap)s(e)h(sequence.)59
-b(The)1110 1696 y(default)26 b(is)f(`)p Ft(off)p Fu(',)i(but)e
-(Readline)h(will)g(set)g(it)g(to)h(`)p Ft(on)p Fu(')e(if)h(the)f(lo)s
-(cale)j(con)m(tains)1110 1806 y(eigh)m(t-bit)38 b(c)m(haracters.)61
-b(This)36 b(v)-5 b(ariable)37 b(is)g(dep)s(enden)m(t)e(on)h(the)h
-Ft(LC_CTYPE)1110 1915 y Fu(lo)s(cale)32 b(category)-8
-b(,)33 b(and)d(ma)m(y)h(c)m(hange)g(if)g(the)f(lo)s(cale)i(is)f(c)m
-(hanged.)630 2066 y Ft(page-completions)1110 2176 y Fu(If)i(set)i(to)f
-(`)p Ft(on)p Fu(',)h(Readline)g(uses)e(an)h(in)m(ternal)h
-Ft(more)p Fu(-lik)m(e)f(pager)g(to)h(displa)m(y)1110
-2285 y(a)e(screenful)f(of)g(p)s(ossible)g(completions)i(at)f(a)g(time.)
-47 b(This)31 b(v)-5 b(ariable)34 b(is)e(`)p Ft(on)p Fu(')1110
-2395 y(b)m(y)e(default.)630 2545 y Ft(print-completions-horizo)o(ntal)o
-(ly)1110 2655 y Fu(If)23 b(set)i(to)g(`)p Ft(on)p Fu(',)g(Readline)g
-(will)f(displa)m(y)g(completions)h(with)f(matc)m(hes)h(sorted)1110
-2765 y(horizon)m(tally)45 b(in)e(alphab)s(etical)i(order,)i(rather)c
-(than)g(do)m(wn)g(the)h(screen.)1110 2874 y(The)30 b(default)g(is)h(`)p
-Ft(off)p Fu('.)630 3025 y Ft(revert-all-at-newline)1110
-3134 y Fu(If)e(set)h(to)g(`)p Ft(on)p Fu(',)g(Readline)g(will)g(undo)f
-(all)h(c)m(hanges)h(to)f(history)g(lines)f(b)s(efore)1110
-3244 y(returning)f(when)f Ft(accept-line)f Fu(is)j(executed.)41
-b(By)29 b(default,)g(history)g(lines)1110 3354 y(ma)m(y)42
-b(b)s(e)g(mo)s(di\014ed)e(and)h(retain)i(individual)e(undo)g(lists)h
-(across)g(calls)h(to)1110 3463 y Ft(readline\(\))p Fu(.)38
-b(The)30 b(default)g(is)h(`)p Ft(off)p Fu('.)630 3614
-y Ft(search-ignore-case)1110 3724 y Fu(If)j(set)g(to)h(`)p
-Ft(on)p Fu(',)h(Readline)e(p)s(erforms)f(incremen)m(tal)i(and)f
-(non-incremen)m(tal)1110 3833 y(history)27 b(list)g(searc)m(hes)h(in)f
-(a)g(case-insensitiv)m(e)j(fashion.)39 b(The)26 b(default)h(v)-5
-b(alue)1110 3943 y(is)30 b(`)p Ft(off)p Fu('.)630 4093
-y Ft(show-all-if-ambiguous)1110 4203 y Fu(This)f(alters)i(the)f
-(default)g(b)s(eha)m(vior)g(of)g(the)h(completion)g(functions.)40
-b(If)29 b(set)1110 4313 y(to)f(`)p Ft(on)p Fu(',)g(w)m(ords)f(whic)m(h)
-g(ha)m(v)m(e)i(more)f(than)f(one)h(p)s(ossible)f(completion)h(cause)
-1110 4422 y(the)39 b(matc)m(hes)h(to)g(b)s(e)e(listed)h(immediately)i
-(instead)e(of)g(ringing)g(the)g(b)s(ell.)1110 4532 y(The)30
-b(default)g(v)-5 b(alue)31 b(is)g(`)p Ft(off)p Fu('.)630
-4682 y Ft(show-all-if-unmodified)1110 4792 y Fu(This)38
-b(alters)h(the)g(default)g(b)s(eha)m(vior)g(of)f(the)h(completion)h
-(functions)e(in)h(a)1110 4902 y(fashion)25 b(similar)h(to)g
-Fr(sho)m(w-all-if-am)m(biguous)p Fu(.)41 b(If)25 b(set)h(to)h(`)p
-Ft(on)p Fu(',)f(w)m(ords)f(whic)m(h)1110 5011 y(ha)m(v)m(e)32
-b(more)f(than)f(one)i(p)s(ossible)e(completion)i(without)f(an)m(y)g(p)s
-(ossible)f(par-)1110 5121 y(tial)43 b(completion)h(\(the)f(p)s(ossible)
-f(completions)h(don't)f(share)g(a)h(common)1110 5230
-y(pre\014x\))30 b(cause)g(the)h(matc)m(hes)g(to)g(b)s(e)f(listed)g
-(immediately)i(instead)e(of)h(ring-)1110 5340 y(ing)g(the)f(b)s(ell.)41
-b(The)30 b(default)g(v)-5 b(alue)31 b(is)f(`)p Ft(off)p
-Fu('.)p eop end
-%%Page: 132 138
-TeXDict begin 132 137 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(132)630 299 y Ft
-(show-mode-in-prompt)1110 408 y Fu(If)24 b(set)h(to)g(`)p
-Ft(on)p Fu(',)g(add)f(a)h(string)f(to)h(the)f(b)s(eginning)g(of)g(the)h
-(prompt)e(indicating)1110 518 y(the)33 b(editing)h(mo)s(de:)46
-b(emacs,)35 b(vi)e(command,)h(or)f(vi)h(insertion.)49
-b(The)32 b(mo)s(de)1110 628 y(strings)45 b(are)h(user-settable)g
-(\(e.g.,)51 b Fr(emacs-mo)s(de-string)8 b Fu(\).)87 b(The)45
-b(default)1110 737 y(v)-5 b(alue)31 b(is)f(`)p Ft(off)p
-Fu('.)630 887 y Ft(skip-completed-text)1110 996 y Fu(If)i(set)i(to)f(`)
-p Ft(on)p Fu(',)h(this)f(alters)g(the)g(default)g(completion)h(b)s(eha)
-m(vior)f(when)f(in-)1110 1106 y(serting)d(a)h(single)g(matc)m(h)f(in)m
-(to)h(the)g(line.)40 b(It's)30 b(only)f(activ)m(e)i(when)d(p)s(erform-)
-1110 1215 y(ing)k(completion)i(in)e(the)g(middle)g(of)g(a)h(w)m(ord.)46
-b(If)32 b(enabled,)g(Readline)h(do)s(es)1110 1325 y(not)41
-b(insert)f(c)m(haracters)i(from)e(the)h(completion)h(that)f(matc)m(h)g
-(c)m(haracters)1110 1435 y(after)c(p)s(oin)m(t)g(in)g(the)g(w)m(ord)f
-(b)s(eing)g(completed,)k(so)d(p)s(ortions)f(of)h(the)g(w)m(ord)1110
-1544 y(follo)m(wing)c(the)f(cursor)f(are)h(not)g(duplicated.)45
-b(F)-8 b(or)32 b(instance,)h(if)f(this)f(is)h(en-)1110
-1654 y(abled,)43 b(attempting)f(completion)g(when)d(the)i(cursor)f(is)g
-(after)h(the)g(`)p Ft(e)p Fu(')f(in)1110 1763 y(`)p Ft(Makefile)p
-Fu(')c(will)i(result)f(in)g(`)p Ft(Makefile)p Fu(')f(rather)h(than)h(`)
-p Ft(Makefilefile)p Fu(',)1110 1873 y(assuming)d(there)g(is)h(a)f
-(single)h(p)s(ossible)f(completion.)56 b(The)35 b(default)g(v)-5
-b(alue)1110 1983 y(is)30 b(`)p Ft(off)p Fu('.)630 2132
-y Ft(vi-cmd-mode-string)1110 2242 y Fu(If)j(the)h Fr(sho)m(w-mo)s
-(de-in-prompt)h Fu(v)-5 b(ariable)35 b(is)e(enabled,)i(this)f(string)f
-(is)h(dis-)1110 2351 y(pla)m(y)m(ed)24 b(immediately)g(b)s(efore)f(the)
-g(last)h(line)f(of)h(the)f(primary)f(prompt)g(when)1110
-2461 y(vi)32 b(editing)h(mo)s(de)f(is)g(activ)m(e)j(and)c(in)h(command)
-g(mo)s(de.)46 b(The)31 b(v)-5 b(alue)33 b(is)f(ex-)1110
-2570 y(panded)26 b(lik)m(e)i(a)f(k)m(ey)h(binding,)e(so)i(the)f
-(standard)f(set)h(of)g(meta-)h(and)e(con)m(trol)1110
-2680 y(pre\014xes)34 b(and)g(bac)m(kslash)i(escap)s(e)g(sequences)f(is)
-g(a)m(v)-5 b(ailable.)57 b(Use)35 b(the)g(`)p Ft(\\1)p
-Fu(')1110 2790 y(and)23 b(`)p Ft(\\2)p Fu(')h(escap)s(es)h(to)f(b)s
-(egin)g(and)f(end)g(sequences)i(of)f(non-prin)m(ting)f(c)m(harac-)1110
-2899 y(ters,)31 b(whic)m(h)g(can)g(b)s(e)f(used)g(to)h(em)m(b)s(ed)f(a)
-h(terminal)h(con)m(trol)g(sequence)f(in)m(to)1110 3009
-y(the)g(mo)s(de)f(string.)40 b(The)30 b(default)h(is)f(`)p
-Ft(\(cmd\))p Fu('.)630 3158 y Ft(vi-ins-mode-string)1110
-3268 y Fu(If)j(the)h Fr(sho)m(w-mo)s(de-in-prompt)h Fu(v)-5
-b(ariable)35 b(is)e(enabled,)i(this)f(string)f(is)h(dis-)1110
-3377 y(pla)m(y)m(ed)24 b(immediately)g(b)s(efore)f(the)g(last)h(line)f
-(of)h(the)f(primary)f(prompt)g(when)1110 3487 y(vi)35
-b(editing)h(mo)s(de)e(is)i(activ)m(e)h(and)d(in)h(insertion)g(mo)s(de.)
-54 b(The)35 b(v)-5 b(alue)35 b(is)g(ex-)1110 3597 y(panded)26
-b(lik)m(e)i(a)f(k)m(ey)h(binding,)e(so)i(the)f(standard)f(set)h(of)g
-(meta-)h(and)e(con)m(trol)1110 3706 y(pre\014xes)34 b(and)g(bac)m
-(kslash)i(escap)s(e)g(sequences)f(is)g(a)m(v)-5 b(ailable.)57
-b(Use)35 b(the)g(`)p Ft(\\1)p Fu(')1110 3816 y(and)23
-b(`)p Ft(\\2)p Fu(')h(escap)s(es)h(to)f(b)s(egin)g(and)f(end)g
-(sequences)i(of)f(non-prin)m(ting)f(c)m(harac-)1110 3925
-y(ters,)31 b(whic)m(h)g(can)g(b)s(e)f(used)g(to)h(em)m(b)s(ed)f(a)h
-(terminal)h(con)m(trol)g(sequence)f(in)m(to)1110 4035
-y(the)g(mo)s(de)f(string.)40 b(The)30 b(default)h(is)f(`)p
-Ft(\(ins\))p Fu('.)630 4184 y Ft(visible-stats)1110 4294
-y Fu(If)h(set)i(to)f(`)p Ft(on)p Fu(',)h(a)f(c)m(haracter)i(denoting)e
-(a)g(\014le's)g(t)m(yp)s(e)g(is)g(app)s(ended)e(to)j(the)1110
-4403 y(\014lename)e(when)e(listing)i(p)s(ossible)f(completions.)42
-b(The)30 b(default)g(is)h(`)p Ft(off)p Fu('.)150 4553
-y(Key)f(Bindings)630 4663 y(The)41 b(syn)m(tax)i(for)f(con)m(trolling)h
-(k)m(ey)g(bindings)e(in)h(the)g(init)g(\014le)g(is)g(simple.)75
-b(First)43 b(y)m(ou)630 4772 y(need)27 b(to)i(\014nd)d(the)i(name)f(of)
-h(the)g(command)f(that)i(y)m(ou)f(w)m(an)m(t)g(to)g(c)m(hange.)41
-b(The)27 b(follo)m(wing)630 4882 y(sections)37 b(con)m(tain)g(tables)g
-(of)f(the)g(command)f(name,)j(the)e(default)g(k)m(eybinding,)h(if)f(an)
-m(y)-8 b(,)630 4991 y(and)30 b(a)h(short)f(description)g(of)h(what)f
-(the)g(command)h(do)s(es.)630 5121 y(Once)36 b(y)m(ou)g(kno)m(w)g(the)g
-(name)g(of)g(the)g(command,)h(simply)f(place)h(on)e(a)i(line)f(in)g
-(the)g(init)630 5230 y(\014le)e(the)g(name)f(of)h(the)g(k)m(ey)g(y)m
-(ou)g(wish)f(to)h(bind)f(the)h(command)f(to,)i(a)f(colon,)i(and)d(then)
-630 5340 y(the)f(name)h(of)f(the)g(command.)46 b(There)32
-b(can)g(b)s(e)g(no)g(space)g(b)s(et)m(w)m(een)h(the)f(k)m(ey)h(name)g
-(and)p eop end
-%%Page: 133 139
-TeXDict begin 133 138 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(133)630 299 y(the)41
-b(colon)h({)f(that)g(will)g(b)s(e)g(in)m(terpreted)g(as)g(part)f(of)h
-(the)g(k)m(ey)h(name.)72 b(The)40 b(name)h(of)630 408
-y(the)35 b(k)m(ey)g(can)g(b)s(e)f(expressed)f(in)i(di\013eren)m(t)g(w)m
-(a)m(ys,)h(dep)s(ending)d(on)h(what)h(y)m(ou)g(\014nd)e(most)630
-518 y(comfortable.)630 650 y(In)g(addition)h(to)g(command)g(names,)g
-(Readline)g(allo)m(ws)h(k)m(eys)g(to)f(b)s(e)f(b)s(ound)f(to)i(a)g
-(string)630 759 y(that)d(is)f(inserted)h(when)e(the)i(k)m(ey)g(is)f
-(pressed)g(\(a)h Fr(macro)5 b Fu(\).)630 891 y(The)42
-b Ft(bind)30 b(-p)42 b Fu(command)h(displa)m(ys)g(Readline)g(function)g
-(names)g(and)f(bindings)g(in)h(a)630 1000 y(format)28
-b(that)h(can)f(b)s(e)f(put)g(directly)i(in)m(to)f(an)g(initialization)j
-(\014le.)40 b(See)28 b(Section)h(4.2)g([Bash)630 1110
-y(Builtins],)i(page)g(57.)630 1263 y Fr(k)m(eyname)5
-b Fu(:)42 b Fr(function-name)35 b Fu(or)c Fr(macro)1110
-1373 y(k)m(eyname)k Fu(is)29 b(the)f(name)h(of)g(a)g(k)m(ey)h(sp)s
-(elled)e(out)h(in)g(English.)39 b(F)-8 b(or)30 b(example:)1350
-1504 y Ft(Control-u:)45 b(universal-argument)1350 1614
-y(Meta-Rubout:)f(backward-kill-word)1350 1724 y(Control-o:)h(">)i
-(output")1110 1855 y Fu(In)94 b(the)g(example)h(ab)s(o)m(v)m(e,)112
-b Fj(C-u)94 b Fu(is)g(b)s(ound)f(to)i(the)f(function)1110
-1965 y Ft(universal-argument)p Fu(,)124 b Fj(M-DEL)107
-b Fu(is)i(b)s(ound)e(to)j(the)f(function)1110 2074 y
-Ft(backward-kill-word)p Fu(,)75 b(and)69 b Fj(C-o)g Fu(is)h(b)s(ound)e
-(to)j(run)d(the)i(macro)1110 2184 y(expressed)45 b(on)h(the)g(righ)m(t)
-g(hand)e(side)i(\(that)h(is,)i(to)e(insert)e(the)h(text)h(`)p
-Ft(>)1110 2293 y(output)p Fu(')29 b(in)m(to)i(the)g(line\).)1110
-2425 y(A)62 b(n)m(um)m(b)s(er)e(of)i(sym)m(b)s(olic)h(c)m(haracter)g
-(names)f(are)g(recognized)h(while)1110 2534 y(pro)s(cessing)40
-b(this)f(k)m(ey)i(binding)e(syn)m(tax:)60 b Fr(DEL)p
-Fu(,)42 b Fr(ESC)p Fu(,)g Fr(ESCAPE)p Fu(,)f Fr(LFD)p
-Fu(,)1110 2644 y Fr(NEWLINE)p Fu(,)31 b Fr(RET)p Fu(,)f
-Fr(RETURN)p Fu(,)g Fr(R)m(UBOUT)p Fu(,)h Fr(SP)-8 b(A)m(CE)p
-Fu(,)31 b Fr(SPC)p Fu(,)e(and)h Fr(T)-8 b(AB)p Fu(.)630
-2798 y Ft(")p Fr(k)m(eyseq)r Ft(")p Fu(:)41 b Fr(function-name)36
-b Fu(or)30 b Fr(macro)1110 2907 y(k)m(eyseq)k Fu(di\013ers)d(from)f
-Fr(k)m(eyname)37 b Fu(ab)s(o)m(v)m(e)32 b(in)f(that)h(strings)f
-(denoting)g(an)g(en-)1110 3017 y(tire)j(k)m(ey)h(sequence)f(can)g(b)s
-(e)f(sp)s(eci\014ed,)h(b)m(y)f(placing)i(the)f(k)m(ey)g(sequence)g(in)
-1110 3126 y(double)29 b(quotes.)41 b(Some)29 b Fm(gnu)h
-Fu(Emacs)f(st)m(yle)i(k)m(ey)f(escap)s(es)g(can)g(b)s(e)f(used,)g(as)
-1110 3236 y(in)k(the)h(follo)m(wing)i(example,)f(but)e(the)h(sp)s
-(ecial)h(c)m(haracter)g(names)f(are)g(not)1110 3345 y(recognized.)1350
-3477 y Ft("\\C-u":)46 b(universal-argument)1350 3587
-y("\\C-x\\C-r":)f(re-read-init-file)1350 3696 y("\\e[11~":)g("Function)
-h(Key)g(1")1110 3828 y Fu(In)64 b(the)g(ab)s(o)m(v)m(e)i(example,)74
-b Fj(C-u)64 b Fu(is)g(again)i(b)s(ound)c(to)k(the)e(function)1110
-3937 y Ft(universal-argument)39 b Fu(\(just)k(as)h(it)g(w)m(as)g(in)g
-(the)f(\014rst)g(example\),)49 b(`)p Fj(C-x)1110 4047
-y(C-r)p Fu(')30 b(is)g(b)s(ound)e(to)j(the)g(function)f
-Ft(re-read-init-file)p Fu(,)c(and)j(`)p Ft(ESC)h([)g(1)g(1)1110
-4156 y(~)p Fu(')g(is)h(b)s(ound)d(to)j(insert)f(the)h(text)g(`)p
-Ft(Function)e(Key)g(1)p Fu('.)630 4310 y(The)g(follo)m(wing)i
-Fm(gnu)f Fu(Emacs)g(st)m(yle)h(escap)s(e)f(sequences)g(are)g(a)m(v)-5
-b(ailable)32 b(when)d(sp)s(ecifying)630 4419 y(k)m(ey)i(sequences:)630
-4573 y Fj(\\C-)336 b Fu(con)m(trol)32 b(pre\014x)630
-4726 y Fj(\\M-)336 b Fu(meta)31 b(pre\014x)630 4880 y
-Fj(\\e)384 b Fu(an)30 b(escap)s(e)h(c)m(haracter)630
-5033 y Fj(\\\\)384 b Fu(bac)m(kslash)630 5187 y Fj(\\)p
-Ft(")g(")p Fu(,)30 b(a)h(double)f(quotation)i(mark)630
-5340 y Fj(\\')384 b Ft(')p Fu(,)30 b(a)h(single)g(quote)g(or)f(ap)s
-(ostrophe)p eop end
-%%Page: 134 140
-TeXDict begin 134 139 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(134)630 299 y(In)27
-b(addition)h(to)g(the)g Fm(gnu)f Fu(Emacs)h(st)m(yle)h(escap)s(e)f
-(sequences,)h(a)f(second)f(set)h(of)g(bac)m(kslash)630
-408 y(escap)s(es)j(is)f(a)m(v)-5 b(ailable:)630 570 y
-Ft(\\a)384 b Fu(alert)31 b(\(b)s(ell\))630 731 y Ft(\\b)384
-b Fu(bac)m(kspace)630 892 y Ft(\\d)g Fu(delete)630 1053
-y Ft(\\f)g Fu(form)30 b(feed)630 1214 y Ft(\\n)384 b
-Fu(newline)630 1375 y Ft(\\r)g Fu(carriage)32 b(return)630
-1536 y Ft(\\t)384 b Fu(horizon)m(tal)32 b(tab)630 1697
-y Ft(\\v)384 b Fu(v)m(ertical)32 b(tab)630 1858 y Ft(\\)p
-Fj(nnn)288 b Fu(the)35 b(eigh)m(t-bit)h(c)m(haracter)g(whose)e(v)-5
-b(alue)35 b(is)g(the)f(o)s(ctal)i(v)-5 b(alue)35 b Fr(nnn)e
-Fu(\(one)i(to)1110 1968 y(three)c(digits\))630 2129 y
-Ft(\\x)p Fj(HH)288 b Fu(the)38 b(eigh)m(t-bit)i(c)m(haracter)g(whose)e
-(v)-5 b(alue)39 b(is)f(the)h(hexadecimal)g(v)-5 b(alue)39
-b Fr(HH)1110 2239 y Fu(\(one)31 b(or)f(t)m(w)m(o)i(hex)e(digits\))630
-2400 y(When)37 b(en)m(tering)h(the)g(text)g(of)g(a)g(macro,)i(single)e
-(or)f(double)g(quotes)h(m)m(ust)f(b)s(e)g(used)f(to)630
-2509 y(indicate)23 b(a)e(macro)h(de\014nition.)38 b(Unquoted)21
-b(text)i(is)e(assumed)g(to)h(b)s(e)f(a)h(function)f(name.)38
-b(In)630 2619 y(the)22 b(macro)f(b)s(o)s(dy)-8 b(,)23
-b(the)e(bac)m(kslash)h(escap)s(es)g(describ)s(ed)e(ab)s(o)m(v)m(e)j
-(are)e(expanded.)37 b(Bac)m(kslash)630 2729 y(will)j(quote)h(an)m(y)f
-(other)g(c)m(haracter)i(in)d(the)i(macro)f(text,)k(including)39
-b(`)p Ft(")p Fu(')h(and)g(`)p Ft(')p Fu('.)69 b(F)-8
-b(or)630 2838 y(example,)28 b(the)e(follo)m(wing)h(binding)d(will)i
-(mak)m(e)h(`)p Fj(C-x)j Ft(\\)p Fu(')c(insert)f(a)h(single)h(`)p
-Ft(\\)p Fu(')f(in)m(to)g(the)g(line:)870 2974 y Ft("\\C-x\\\\":)45
-b("\\\\")150 3175 y Fk(8.3.2)63 b(Conditional)41 b(Init)g(Constructs)
-150 3322 y Fu(Readline)c(implemen)m(ts)g(a)h(facilit)m(y)g(similar)f
-(in)g(spirit)f(to)i(the)f(conditional)h(compilation)g(features)f(of)150
-3431 y(the)31 b(C)f(prepro)s(cessor)g(whic)m(h)g(allo)m(ws)i(k)m(ey)g
-(bindings)d(and)h(v)-5 b(ariable)32 b(settings)f(to)h(b)s(e)e(p)s
-(erformed)f(as)i(the)150 3541 y(result)f(of)h(tests.)41
-b(There)30 b(are)h(four)f(parser)f(directiv)m(es)j(used.)150
-3703 y Ft($if)336 b Fu(The)31 b Ft($if)f Fu(construct)i(allo)m(ws)h
-(bindings)d(to)i(b)s(e)e(made)i(based)f(on)g(the)g(editing)h(mo)s(de,)g
-(the)630 3812 y(terminal)37 b(b)s(eing)f(used,)h(or)f(the)h
-(application)g(using)f(Readline.)59 b(The)36 b(text)h(of)f(the)h(test,)
-630 3922 y(after)30 b(an)m(y)g(comparison)g(op)s(erator,)g(extends)f
-(to)h(the)g(end)f(of)h(the)f(line;)i(unless)e(otherwise)630
-4031 y(noted,)i(no)f(c)m(haracters)i(are)f(required)e(to)i(isolate)i
-(it.)630 4193 y Ft(mode)288 b Fu(The)30 b Ft(mode=)e
-Fu(form)i(of)g(the)h Ft($if)e Fu(directiv)m(e)j(is)e(used)f(to)i(test)g
-(whether)e(Read-)1110 4302 y(line)44 b(is)f(in)g Ft(emacs)f
-Fu(or)h Ft(vi)g Fu(mo)s(de.)79 b(This)42 b(ma)m(y)i(b)s(e)e(used)h(in)g
-(conjunction)1110 4412 y(with)c(the)h(`)p Ft(set)29 b(keymap)p
-Fu(')38 b(command,)k(for)d(instance,)j(to)e(set)g(bindings)e(in)1110
-4521 y(the)32 b Ft(emacs-standard)c Fu(and)j Ft(emacs-ctlx)d
-Fu(k)m(eymaps)k(only)g(if)g(Readline)g(is)1110 4631 y(starting)f(out)g
-(in)f Ft(emacs)f Fu(mo)s(de.)630 4792 y Ft(term)288 b
-Fu(The)26 b Ft(term=)g Fu(form)g(ma)m(y)i(b)s(e)e(used)g(to)i(include)f
-(terminal-sp)s(eci\014c)g(k)m(ey)h(bind-)1110 4902 y(ings,)38
-b(p)s(erhaps)c(to)j(bind)e(the)h(k)m(ey)h(sequences)f(output)g(b)m(y)g
-(the)g(terminal's)1110 5011 y(function)24 b(k)m(eys.)39
-b(The)23 b(w)m(ord)h(on)f(the)i(righ)m(t)f(side)g(of)g(the)g(`)p
-Ft(=)p Fu(')g(is)g(tested)h(against)1110 5121 y(b)s(oth)k(the)h(full)g
-(name)g(of)g(the)g(terminal)h(and)e(the)i(p)s(ortion)e(of)h(the)g
-(terminal)1110 5230 y(name)k(b)s(efore)f(the)g(\014rst)g(`)p
-Ft(-)p Fu('.)50 b(This)33 b(allo)m(ws)i Ft(sun)e Fu(to)h(matc)m(h)g(b)s
-(oth)f Ft(sun)g Fu(and)1110 5340 y Ft(sun-cmd)p Fu(,)c(for)h(instance.)
-p eop end
-%%Page: 135 141
-TeXDict begin 135 140 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(135)630 299 y Ft(version)144
-b Fu(The)44 b Ft(version)f Fu(test)i(ma)m(y)h(b)s(e)e(used)f(to)j(p)s
-(erform)d(comparisons)i(against)1110 408 y(sp)s(eci\014c)c(Readline)i
-(v)m(ersions.)74 b(The)42 b Ft(version)d Fu(expands)i(to)h(the)g
-(curren)m(t)1110 518 y(Readline)25 b(v)m(ersion.)39 b(The)23
-b(set)h(of)g(comparison)h(op)s(erators)f(includes)f(`)p
-Ft(=)p Fu(')h(\(and)1110 628 y(`)p Ft(==)p Fu('\),)33
-b(`)p Ft(!=)p Fu(',)f(`)p Ft(<=)p Fu(',)h(`)p Ft(>=)p
-Fu(',)f(`)p Ft(<)p Fu(',)h(and)e(`)p Ft(>)p Fu('.)46
-b(The)31 b(v)m(ersion)i(n)m(um)m(b)s(er)d(supplied)h(on)1110
-737 y(the)j(righ)m(t)h(side)f(of)g(the)g(op)s(erator)g(consists)h(of)f
-(a)g(ma)5 b(jor)35 b(v)m(ersion)f(n)m(um)m(b)s(er,)1110
-847 y(an)45 b(optional)i(decimal)f(p)s(oin)m(t,)k(and)44
-b(an)i(optional)g(minor)f(v)m(ersion)h(\(e.g.,)1110 956
-y(`)p Ft(7.1)p Fu('\).)40 b(If)27 b(the)h(minor)f(v)m(ersion)h(is)g
-(omitted,)h(it)f(is)g(assumed)f(to)h(b)s(e)f(`)p Ft(0)p
-Fu('.)40 b(The)1110 1066 y(op)s(erator)34 b(ma)m(y)g(b)s(e)f(separated)
-g(from)g(the)h(string)f Ft(version)f Fu(and)h(from)g(the)1110
-1176 y(v)m(ersion)39 b(n)m(um)m(b)s(er)f(argumen)m(t)h(b)m(y)f
-(whitespace.)67 b(The)38 b(follo)m(wing)i(example)1110
-1285 y(sets)31 b(a)g(v)-5 b(ariable)31 b(if)f(the)h(Readline)g(v)m
-(ersion)f(b)s(eing)g(used)g(is)g(7.0)i(or)e(new)m(er:)1350
-1440 y Ft($if)47 b(version)f(>=)h(7.0)1350 1550 y(set)g
-(show-mode-in-prompt)42 b(on)1350 1659 y($endif)630 1860
-y(application)1110 1970 y Fu(The)21 b Fr(application)j
-Fu(construct)e(is)g(used)f(to)i(include)f(application-sp)s(eci\014c)h
-(set-)1110 2079 y(tings.)39 b(Eac)m(h)26 b(program)e(using)g(the)h
-(Readline)g(library)g(sets)g(the)g Fr(application)1110
-2189 y(name)p Fu(,)g(and)e(y)m(ou)g(can)h(test)g(for)f(a)g(particular)h
-(v)-5 b(alue.)39 b(This)22 b(could)h(b)s(e)g(used)f(to)1110
-2298 y(bind)32 b(k)m(ey)h(sequences)g(to)h(functions)e(useful)g(for)h
-(a)g(sp)s(eci\014c)f(program.)48 b(F)-8 b(or)1110 2408
-y(instance,)35 b(the)e(follo)m(wing)h(command)f(adds)f(a)i(k)m(ey)f
-(sequence)h(that)f(quotes)1110 2518 y(the)e(curren)m(t)f(or)g(previous)
-g(w)m(ord)g(in)g(Bash:)1350 2673 y Ft($if)47 b(Bash)1350
-2782 y(#)g(Quote)g(the)g(current)f(or)h(previous)e(word)1350
-2892 y("\\C-xq":)h("\\eb\\"\\ef\\"")1350 3002 y($endif)630
-3202 y(variable)96 b Fu(The)33 b Fr(v)-5 b(ariable)39
-b Fu(construct)33 b(pro)m(vides)g(simple)g(equalit)m(y)i(tests)e(for)g
-(Readline)1110 3312 y(v)-5 b(ariables)32 b(and)f(v)-5
-b(alues.)45 b(The)32 b(p)s(ermitted)f(comparison)h(op)s(erators)f(are)i
-(`)p Ft(=)p Fu(',)1110 3421 y(`)p Ft(==)p Fu(',)49 b(and)44
-b(`)p Ft(!=)p Fu('.)85 b(The)44 b(v)-5 b(ariable)46 b(name)f(m)m(ust)g
-(b)s(e)g(separated)g(from)g(the)1110 3531 y(comparison)25
-b(op)s(erator)g(b)m(y)g(whitespace;)j(the)d(op)s(erator)g(ma)m(y)g(b)s
-(e)f(separated)1110 3641 y(from)33 b(the)h(v)-5 b(alue)35
-b(on)f(the)g(righ)m(t)g(hand)f(side)h(b)m(y)f(whitespace.)52
-b(Both)35 b(string)1110 3750 y(and)i(b)s(o)s(olean)g(v)-5
-b(ariables)38 b(ma)m(y)h(b)s(e)d(tested.)63 b(Bo)s(olean)39
-b(v)-5 b(ariables)38 b(m)m(ust)g(b)s(e)1110 3860 y(tested)46
-b(against)g(the)f(v)-5 b(alues)46 b Fr(on)f Fu(and)f
-Fr(o\013)p Fu(.)85 b(The)45 b(follo)m(wing)h(example)g(is)1110
-3969 y(equiv)-5 b(alen)m(t)32 b(to)f(the)f Ft(mode=emacs)e
-Fu(test)j(describ)s(ed)f(ab)s(o)m(v)m(e:)1350 4124 y
-Ft($if)47 b(editing-mode)d(==)k(emacs)1350 4234 y(set)f
-(show-mode-in-prompt)42 b(on)1350 4344 y($endif)150 4544
-y($endif)192 b Fu(This)29 b(command,)i(as)f(seen)h(in)f(the)g(previous)
-g(example,)h(terminates)g(an)g Ft($if)e Fu(command.)150
-4745 y Ft($else)240 b Fu(Commands)29 b(in)h(this)h(branc)m(h)e(of)i
-(the)f Ft($if)g Fu(directiv)m(e)i(are)f(executed)g(if)f(the)h(test)g
-(fails.)150 4945 y Ft($include)96 b Fu(This)43 b(directiv)m(e)i(tak)m
-(es)g(a)e(single)i(\014lename)e(as)h(an)f(argumen)m(t)h(and)f(reads)g
-(commands)630 5055 y(and)38 b(bindings)f(from)h(that)i(\014le.)65
-b(F)-8 b(or)39 b(example,)j(the)d(follo)m(wing)h(directiv)m(e)g(reads)e
-(from)630 5165 y Ft(/etc/inputrc)p Fu(:)870 5320 y Ft($include)46
-b(/etc/inputrc)p eop end
-%%Page: 136 142
-TeXDict begin 136 141 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(136)150 299 y Fk(8.3.3)63
-b(Sample)41 b(Init)g(File)150 446 y Fu(Here)27 b(is)f(an)h(example)g
-(of)f(an)h Fr(inputrc)k Fu(\014le.)39 b(This)26 b(illustrates)h(k)m(ey)
-h(binding,)e(v)-5 b(ariable)27 b(assignmen)m(t,)i(and)150
-555 y(conditional)j(syn)m(tax.)p eop end
-%%Page: 137 143
-TeXDict begin 137 142 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(137)390 408 y Ft(#)47
-b(This)g(file)g(controls)e(the)i(behaviour)e(of)j(line)e(input)h
-(editing)e(for)390 518 y(#)i(programs)f(that)h(use)g(the)f(GNU)h
-(Readline)f(library.)93 b(Existing)390 628 y(#)47 b(programs)f(include)
-g(FTP,)g(Bash,)h(and)g(GDB.)390 737 y(#)390 847 y(#)g(You)g(can)g
-(re-read)f(the)h(inputrc)f(file)g(with)h(C-x)g(C-r.)390
-956 y(#)g(Lines)g(beginning)e(with)i('#')g(are)g(comments.)390
-1066 y(#)390 1176 y(#)g(First,)g(include)e(any)i(system-wide)e
-(bindings)h(and)g(variable)390 1285 y(#)h(assignments)e(from)i
-(/etc/Inputrc)390 1395 y($include)f(/etc/Inputrc)390
-1614 y(#)390 1724 y(#)h(Set)g(various)f(bindings)g(for)h(emacs)f(mode.)
-390 1943 y(set)h(editing-mode)d(emacs)390 2162 y($if)j(mode=emacs)390
-2381 y(Meta-Control-h:)91 b(backward-kill-word)43 b(Text)k(after)f(the)
-h(function)f(name)g(is)h(ignored)390 2600 y(#)390 2710
-y(#)g(Arrow)g(keys)f(in)i(keypad)e(mode)390 2819 y(#)390
-2929 y(#"\\M-OD":)379 b(backward-char)390 3039 y(#"\\M-OC":)g
-(forward-char)390 3148 y(#"\\M-OA":)g(previous-history)390
-3258 y(#"\\M-OB":)g(next-history)390 3367 y(#)390 3477
-y(#)47 b(Arrow)g(keys)f(in)i(ANSI)e(mode)390 3587 y(#)390
-3696 y("\\M-[D":)380 b(backward-char)390 3806 y("\\M-[C":)g
-(forward-char)390 3915 y("\\M-[A":)g(previous-history)390
-4025 y("\\M-[B":)g(next-history)390 4134 y(#)390 4244
-y(#)47 b(Arrow)g(keys)f(in)i(8)f(bit)g(keypad)f(mode)390
-4354 y(#)390 4463 y(#"\\M-\\C-OD":)331 b(backward-char)390
-4573 y(#"\\M-\\C-OC":)g(forward-char)390 4682 y(#"\\M-\\C-OA":)g
-(previous-history)390 4792 y(#"\\M-\\C-OB":)g(next-history)390
-4902 y(#)390 5011 y(#)47 b(Arrow)g(keys)f(in)i(8)f(bit)g(ANSI)g(mode)
-390 5121 y(#)390 5230 y(#"\\M-\\C-[D":)331 b(backward-char)390
-5340 y(#"\\M-\\C-[C":)g(forward-char)p eop end
-%%Page: 138 144
-TeXDict begin 138 143 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(138)390 299 y Ft(#"\\M-\\C-[A":)
-331 b(previous-history)390 408 y(#"\\M-\\C-[B":)g(next-history)390
-628 y(C-q:)47 b(quoted-insert)390 847 y($endif)390 1066
-y(#)g(An)h(old-style)d(binding.)93 b(This)47 b(happens)f(to)h(be)g(the)
-g(default.)390 1176 y(TAB:)g(complete)390 1395 y(#)g(Macros)g(that)f
-(are)h(convenient)e(for)i(shell)f(interaction)390 1504
-y($if)h(Bash)390 1614 y(#)g(edit)g(the)g(path)390 1724
-y("\\C-xp":)f("PATH=${PATH}\\e\\C-e\\C-a)o(\\ef)o(\\C-f)o(")390
-1833 y(#)h(prepare)f(to)h(type)g(a)h(quoted)e(word)g(--)390
-1943 y(#)h(insert)g(open)f(and)h(close)f(double)h(quotes)390
-2052 y(#)g(and)g(move)g(to)g(just)g(after)f(the)h(open)g(quote)390
-2162 y("\\C-x\\"":)e("\\"\\"\\C-b")390 2271 y(#)i(insert)g(a)g
-(backslash)e(\(testing)h(backslash)f(escapes)390 2381
-y(#)i(in)h(sequences)d(and)i(macros\))390 2491 y("\\C-x\\\\":)e("\\\\")
-390 2600 y(#)i(Quote)g(the)g(current)f(or)h(previous)e(word)390
-2710 y("\\C-xq":)h("\\eb\\"\\ef\\"")390 2819 y(#)h(Add)g(a)h(binding)e
-(to)h(refresh)f(the)h(line,)f(which)g(is)h(unbound)390
-2929 y("\\C-xr":)f(redraw-current-line)390 3039 y(#)h(Edit)g(variable)f
-(on)h(current)f(line.)390 3148 y("\\M-\\C-v":)f
-("\\C-a\\C-k$\\C-y\\M-\\C-e\\C-)o(a\\C-)o(y=")390 3258
-y($endif)390 3477 y(#)i(use)g(a)h(visible)e(bell)g(if)h(one)g(is)h
-(available)390 3587 y(set)f(bell-style)e(visible)390
-3806 y(#)i(don't)g(strip)f(characters)f(to)i(7)h(bits)e(when)h(reading)
-390 3915 y(set)g(input-meta)e(on)390 4134 y(#)i(allow)g(iso-latin1)e
-(characters)g(to)i(be)g(inserted)f(rather)390 4244 y(#)h(than)g
-(converted)e(to)j(prefix-meta)c(sequences)390 4354 y(set)j
-(convert-meta)d(off)390 4573 y(#)j(display)f(characters)f(with)i(the)g
-(eighth)f(bit)h(set)g(directly)390 4682 y(#)g(rather)g(than)f(as)h
-(meta-prefixed)e(characters)390 4792 y(set)i(output-meta)e(on)390
-5011 y(#)i(if)h(there)e(are)h(150)g(or)g(more)g(possible)e(completions)
-g(for)i(a)g(word,)390 5121 y(#)g(ask)g(whether)f(or)h(not)g(the)g(user)
-g(wants)f(to)h(see)g(all)g(of)g(them)390 5230 y(set)g
-(completion-query-items)42 b(150)p eop end
-%%Page: 139 145
-TeXDict begin 139 144 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(139)390 299 y Ft(#)47
-b(For)g(FTP)390 408 y($if)g(Ftp)390 518 y("\\C-xg":)f("get)g(\\M-?")390
-628 y("\\C-xt":)g("put)g(\\M-?")390 737 y("\\M-.":)g(yank-last-arg)390
-847 y($endif)150 1089 y Fs(8.4)68 b(Bindable)45 b(Readline)i(Commands)
-150 1248 y Fu(This)32 b(section)h(describ)s(es)f(Readline)h(commands)f
-(that)h(ma)m(y)h(b)s(e)d(b)s(ound)g(to)i(k)m(ey)g(sequences.)48
-b(Y)-8 b(ou)33 b(can)150 1358 y(list)40 b(y)m(our)f(k)m(ey)i(bindings)d
-(b)m(y)h(executing)i Ft(bind)29 b(-P)39 b Fu(or,)j(for)d(a)h(more)g
-(terse)g(format,)i(suitable)e(for)f(an)150 1468 y Fr(inputrc)34
-b Fu(\014le,)29 b Ft(bind)g(-p)p Fu(.)40 b(\(See)30 b(Section)f(4.2)h
-([Bash)g(Builtins],)g(page)g(57.\))41 b(Command)28 b(names)h(without)
-150 1577 y(an)h(accompan)m(ying)i(k)m(ey)f(sequence)g(are)g(un)m(b)s
-(ound)d(b)m(y)i(default.)275 1713 y(In)25 b(the)h(follo)m(wing)i
-(descriptions,)f Fr(p)s(oin)m(t)h Fu(refers)e(to)h(the)f(curren)m(t)g
-(cursor)g(p)s(osition,)h(and)f Fr(mark)31 b Fu(refers)150
-1822 y(to)40 b(a)f(cursor)f(p)s(osition)h(sa)m(v)m(ed)h(b)m(y)f(the)g
-Ft(set-mark)d Fu(command.)66 b(The)38 b(text)i(b)s(et)m(w)m(een)g(the)f
-(p)s(oin)m(t)g(and)150 1932 y(mark)30 b(is)h(referred)e(to)i(as)g(the)f
-Fr(region)p Fu(.)150 2132 y Fk(8.4.1)63 b(Commands)42
-b(F)-10 b(or)41 b(Mo)m(ving)150 2304 y Ft(beginning-of-line)26
-b(\(C-a\))630 2414 y Fu(Mo)m(v)m(e)32 b(to)g(the)e(start)h(of)g(the)f
-(curren)m(t)g(line.)150 2574 y Ft(end-of-line)d(\(C-e\))630
-2684 y Fu(Mo)m(v)m(e)32 b(to)g(the)e(end)g(of)g(the)h(line.)150
-2844 y Ft(forward-char)c(\(C-f\))630 2954 y Fu(Mo)m(v)m(e)32
-b(forw)m(ard)e(a)h(c)m(haracter.)150 3114 y Ft(backward-char)c(\(C-b\))
-630 3223 y Fu(Mo)m(v)m(e)32 b(bac)m(k)g(a)e(c)m(haracter.)150
-3384 y Ft(forward-word)d(\(M-f\))630 3493 y Fu(Mo)m(v)m(e)32
-b(forw)m(ard)e(to)h(the)f(end)g(of)g(the)h(next)f(w)m(ord.)41
-b(W)-8 b(ords)30 b(are)h(comp)s(osed)f(of)g(letters)i(and)630
-3603 y(digits.)150 3763 y Ft(backward-word)27 b(\(M-b\))630
-3873 y Fu(Mo)m(v)m(e)36 b(bac)m(k)e(to)g(the)g(start)g(of)g(the)g
-(curren)m(t)f(or)g(previous)g(w)m(ord.)50 b(W)-8 b(ords)34
-b(are)g(comp)s(osed)630 3982 y(of)d(letters)g(and)f(digits.)150
-4143 y Ft(shell-forward-word)25 b(\(M-C-f\))630 4252
-y Fu(Mo)m(v)m(e)30 b(forw)m(ard)e(to)h(the)f(end)f(of)h(the)h(next)f(w)
-m(ord.)40 b(W)-8 b(ords)28 b(are)g(delimited)h(b)m(y)f(non-quoted)630
-4362 y(shell)j(metac)m(haracters.)150 4522 y Ft(shell-backward-word)25
-b(\(M-C-b\))630 4632 y Fu(Mo)m(v)m(e)37 b(bac)m(k)e(to)h(the)f(start)g
-(of)g(the)g(curren)m(t)g(or)f(previous)h(w)m(ord.)53
-b(W)-8 b(ords)35 b(are)g(delimited)630 4741 y(b)m(y)30
-b(non-quoted)h(shell)f(metac)m(haracters.)150 4902 y
-Ft(previous-screen-line)25 b(\(\))630 5011 y Fu(A)m(ttempt)41
-b(to)g(mo)m(v)m(e)h(p)s(oin)m(t)e(to)h(the)f(same)h(ph)m(ysical)g
-(screen)f(column)g(on)g(the)g(previous)630 5121 y(ph)m(ysical)26
-b(screen)f(line.)39 b(This)24 b(will)i(not)f(ha)m(v)m(e)h(the)f
-(desired)g(e\013ect)h(if)f(the)h(curren)m(t)e(Readline)630
-5230 y(line)k(do)s(es)f(not)g(tak)m(e)i(up)d(more)i(than)f(one)g(ph)m
-(ysical)h(line)g(or)f(if)g(p)s(oin)m(t)h(is)f(not)h(greater)g(than)630
-5340 y(the)j(length)f(of)h(the)f(prompt)g(plus)f(the)i(screen)f(width.)
-p eop end
-%%Page: 140 146
-TeXDict begin 140 145 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(140)150 299 y Ft(next-screen-line)
-26 b(\(\))630 408 y Fu(A)m(ttempt)g(to)f(mo)m(v)m(e)i(p)s(oin)m(t)d(to)
-i(the)e(same)i(ph)m(ysical)f(screen)g(column)f(on)h(the)f(next)h(ph)m
-(ysical)630 518 y(screen)e(line.)39 b(This)23 b(will)g(not)h(ha)m(v)m
-(e)h(the)e(desired)g(e\013ect)i(if)e(the)g(curren)m(t)h(Readline)g
-(line)f(do)s(es)630 628 y(not)k(tak)m(e)i(up)e(more)g(than)g(one)g(ph)m
-(ysical)h(line)g(or)f(if)g(the)h(length)f(of)h(the)f(curren)m(t)g
-(Readline)630 737 y(line)k(is)f(not)h(greater)g(than)f(the)h(length)g
-(of)f(the)h(prompt)e(plus)h(the)g(screen)h(width.)150
-916 y Ft(clear-display)c(\(M-C-l\))630 1026 y Fu(Clear)33
-b(the)g(screen)g(and,)h(if)e(p)s(ossible,)i(the)f(terminal's)g
-(scrollbac)m(k)i(bu\013er,)e(then)f(redra)m(w)630 1136
-y(the)f(curren)m(t)f(line,)h(lea)m(ving)h(the)e(curren)m(t)h(line)f(at)
-h(the)g(top)g(of)f(the)h(screen.)150 1315 y Ft(clear-screen)c(\(C-l\))
-630 1424 y Fu(Clear)35 b(the)f(screen,)i(then)e(redra)m(w)g(the)h
-(curren)m(t)f(line,)i(lea)m(ving)g(the)f(curren)m(t)f(line)h(at)g(the)
-630 1534 y(top)c(of)f(the)h(screen.)150 1713 y Ft(redraw-current-line)
-25 b(\(\))630 1823 y Fu(Refresh)30 b(the)g(curren)m(t)h(line.)41
-b(By)30 b(default,)h(this)f(is)h(un)m(b)s(ound.)150 2041
-y Fk(8.4.2)63 b(Commands)42 b(F)-10 b(or)41 b(Manipulating)h(The)f
-(History)150 2223 y Ft(accept-line)27 b(\(Newline)h(or)i(Return\))630
-2333 y Fu(Accept)25 b(the)e(line)h(regardless)g(of)f(where)g(the)h
-(cursor)e(is.)39 b(If)23 b(this)g(line)h(is)f(non-empt)m(y)-8
-b(,)26 b(add)c(it)630 2442 y(to)27 b(the)f(history)g(list)h(according)g
-(to)g(the)f(setting)i(of)e(the)g Ft(HISTCONTROL)d Fu(and)j
-Ft(HISTIGNORE)630 2552 y Fu(v)-5 b(ariables.)42 b(If)30
-b(this)h(line)g(is)g(a)g(mo)s(di\014ed)e(history)i(line,)g(then)f
-(restore)i(the)f(history)f(line)h(to)630 2662 y(its)g(original)g
-(state.)150 2841 y Ft(previous-history)26 b(\(C-p\))630
-2950 y Fu(Mo)m(v)m(e)32 b(`bac)m(k')g(through)e(the)g(history)h(list,)g
-(fetc)m(hing)g(the)g(previous)f(command.)150 3129 y Ft(next-history)d
-(\(C-n\))630 3239 y Fu(Mo)m(v)m(e)32 b(`forw)m(ard')f(through)e(the)i
-(history)f(list,)i(fetc)m(hing)f(the)g(next)f(command.)150
-3418 y Ft(beginning-of-history)25 b(\(M-<\))630 3528
-y Fu(Mo)m(v)m(e)32 b(to)g(the)e(\014rst)g(line)g(in)h(the)f(history)-8
-b(.)150 3707 y Ft(end-of-history)26 b(\(M->\))630 3816
-y Fu(Mo)m(v)m(e)32 b(to)g(the)e(end)g(of)g(the)h(input)e(history)-8
-b(,)31 b(i.e.,)h(the)f(line)f(curren)m(tly)h(b)s(eing)f(en)m(tered.)150
-3995 y Ft(reverse-search-history)24 b(\(C-r\))630 4105
-y Fu(Searc)m(h)31 b(bac)m(kw)m(ard)h(starting)g(at)g(the)f(curren)m(t)g
-(line)g(and)g(mo)m(ving)h(`up')e(through)h(the)g(his-)630
-4215 y(tory)26 b(as)h(necessary)-8 b(.)40 b(This)25 b(is)i(an)f
-(incremen)m(tal)h(searc)m(h.)40 b(This)25 b(command)h(sets)h(the)f
-(region)630 4324 y(to)31 b(the)g(matc)m(hed)g(text)g(and)f(activ)-5
-b(ates)33 b(the)d(mark.)150 4503 y Ft(forward-search-history)24
-b(\(C-s\))630 4613 y Fu(Searc)m(h)44 b(forw)m(ard)f(starting)h(at)h
-(the)e(curren)m(t)h(line)g(and)f(mo)m(ving)h(`do)m(wn')g(through)f(the)
-630 4723 y(history)38 b(as)g(necessary)-8 b(.)65 b(This)38
-b(is)g(an)g(incremen)m(tal)h(searc)m(h.)65 b(This)37
-b(command)h(sets)h(the)630 4832 y(region)31 b(to)g(the)g(matc)m(hed)g
-(text)g(and)f(activ)-5 b(ates)33 b(the)d(mark.)150 5011
-y Ft(non-incremental-reverse-)o(sear)o(ch-h)o(ist)o(ory)24
-b(\(M-p\))630 5121 y Fu(Searc)m(h)31 b(bac)m(kw)m(ard)h(starting)g(at)g
-(the)f(curren)m(t)g(line)g(and)g(mo)m(ving)h(`up')e(through)h(the)g
-(his-)630 5230 y(tory)36 b(as)g(necessary)h(using)e(a)i(non-incremen)m
-(tal)g(searc)m(h)f(for)g(a)g(string)g(supplied)f(b)m(y)h(the)630
-5340 y(user.)k(The)30 b(searc)m(h)h(string)f(ma)m(y)h(matc)m(h)g(an)m
-(ywhere)g(in)f(a)h(history)f(line.)p eop end
-%%Page: 141 147
-TeXDict begin 141 146 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(141)150 299 y Ft
-(non-incremental-forward-)o(sear)o(ch-h)o(ist)o(ory)24
-b(\(M-n\))630 408 y Fu(Searc)m(h)44 b(forw)m(ard)f(starting)h(at)h(the)
-e(curren)m(t)h(line)g(and)f(mo)m(ving)h(`do)m(wn')g(through)f(the)630
-518 y(history)27 b(as)f(necessary)i(using)e(a)h(non-incremen)m(tal)g
-(searc)m(h)h(for)e(a)h(string)g(supplied)e(b)m(y)i(the)630
-628 y(user.)40 b(The)30 b(searc)m(h)h(string)f(ma)m(y)h(matc)m(h)g(an)m
-(ywhere)g(in)f(a)h(history)f(line.)150 784 y Ft(history-search-forward)
-24 b(\(\))630 894 y Fu(Searc)m(h)42 b(forw)m(ard)f(through)f(the)i
-(history)f(for)g(the)h(string)f(of)h(c)m(haracters)h(b)s(et)m(w)m(een)f
-(the)630 1003 y(start)36 b(of)h(the)f(curren)m(t)f(line)i(and)e(the)h
-(p)s(oin)m(t.)58 b(The)35 b(searc)m(h)i(string)e(m)m(ust)h(matc)m(h)h
-(at)g(the)630 1113 y(b)s(eginning)32 b(of)g(a)h(history)g(line.)47
-b(This)32 b(is)h(a)f(non-incremen)m(tal)i(searc)m(h.)48
-b(By)33 b(default,)g(this)630 1223 y(command)d(is)h(un)m(b)s(ound.)150
-1379 y Ft(history-search-backward)24 b(\(\))630 1489
-y Fu(Searc)m(h)35 b(bac)m(kw)m(ard)g(through)f(the)h(history)g(for)g
-(the)f(string)h(of)g(c)m(haracters)h(b)s(et)m(w)m(een)g(the)630
-1598 y(start)g(of)h(the)f(curren)m(t)f(line)i(and)e(the)h(p)s(oin)m(t.)
-58 b(The)35 b(searc)m(h)i(string)e(m)m(ust)h(matc)m(h)h(at)g(the)630
-1708 y(b)s(eginning)32 b(of)g(a)h(history)g(line.)47
-b(This)32 b(is)h(a)f(non-incremen)m(tal)i(searc)m(h.)48
-b(By)33 b(default,)g(this)630 1817 y(command)d(is)h(un)m(b)s(ound.)150
-1974 y Ft(history-substring-search)o(-for)o(ward)24 b(\(\))630
-2084 y Fu(Searc)m(h)42 b(forw)m(ard)f(through)f(the)i(history)f(for)g
-(the)h(string)f(of)h(c)m(haracters)h(b)s(et)m(w)m(een)f(the)630
-2193 y(start)29 b(of)g(the)g(curren)m(t)g(line)g(and)f(the)h(p)s(oin)m
-(t.)40 b(The)29 b(searc)m(h)g(string)g(ma)m(y)g(matc)m(h)h(an)m(ywhere)
-630 2303 y(in)i(a)h(history)g(line.)47 b(This)32 b(is)g(a)h
-(non-incremen)m(tal)h(searc)m(h.)47 b(By)33 b(default,)h(this)e
-(command)630 2412 y(is)e(un)m(b)s(ound.)150 2569 y Ft
-(history-substring-search)o(-bac)o(kwar)o(d)24 b(\(\))630
-2679 y Fu(Searc)m(h)35 b(bac)m(kw)m(ard)g(through)f(the)h(history)g
-(for)g(the)f(string)h(of)g(c)m(haracters)h(b)s(et)m(w)m(een)g(the)630
-2788 y(start)29 b(of)g(the)g(curren)m(t)g(line)g(and)f(the)h(p)s(oin)m
-(t.)40 b(The)29 b(searc)m(h)g(string)g(ma)m(y)g(matc)m(h)h(an)m(ywhere)
-630 2898 y(in)i(a)h(history)g(line.)47 b(This)32 b(is)g(a)h
-(non-incremen)m(tal)h(searc)m(h.)47 b(By)33 b(default,)h(this)e
-(command)630 3007 y(is)e(un)m(b)s(ound.)150 3164 y Ft(yank-nth-arg)d
-(\(M-C-y\))630 3273 y Fu(Insert)37 b(the)g(\014rst)f(argumen)m(t)i(to)f
-(the)h(previous)e(command)h(\(usually)g(the)g(second)g(w)m(ord)630
-3383 y(on)32 b(the)g(previous)f(line\))i(at)f(p)s(oin)m(t.)46
-b(With)32 b(an)g(argumen)m(t)g Fr(n)p Fu(,)g(insert)g(the)g
-Fr(n)p Fu(th)f(w)m(ord)g(from)630 3493 y(the)k(previous)f(command)h
-(\(the)g(w)m(ords)g(in)f(the)h(previous)g(command)f(b)s(egin)h(with)f
-(w)m(ord)630 3602 y(0\).)69 b(A)40 b(negativ)m(e)h(argumen)m(t)f
-(inserts)g(the)f Fr(n)p Fu(th)g(w)m(ord)g(from)g(the)h(end)f(of)h(the)f
-(previous)630 3712 y(command.)48 b(Once)33 b(the)g(argumen)m(t)h
-Fr(n)e Fu(is)h(computed,)h(the)f(argumen)m(t)g(is)g(extracted)i(as)e
-(if)630 3821 y(the)e(`)p Ft(!)p Fj(n)p Fu(')f(history)g(expansion)g
-(had)g(b)s(een)g(sp)s(eci\014ed.)150 3978 y Ft(yank-last-arg)d(\(M-.)i
-(or)h(M-_\))630 4088 y Fu(Insert)k(last)i(argumen)m(t)g(to)g(the)f
-(previous)f(command)h(\(the)h(last)f(w)m(ord)g(of)g(the)g(previous)630
-4197 y(history)e(en)m(try\).)51 b(With)34 b(a)g(n)m(umeric)g(argumen)m
-(t,)h(b)s(eha)m(v)m(e)f(exactly)h(lik)m(e)g Ft(yank-nth-arg)p
-Fu(.)630 4307 y(Successiv)m(e)26 b(calls)g(to)f Ft(yank-last-arg)c
-Fu(mo)m(v)m(e)27 b(bac)m(k)e(through)f(the)h(history)g(list,)i
-(inserting)630 4416 y(the)c(last)g(w)m(ord)f(\(or)h(the)g(w)m(ord)f(sp)
-s(eci\014ed)g(b)m(y)g(the)h(argumen)m(t)g(to)g(the)g(\014rst)f(call\))i
-(of)f(eac)m(h)h(line)630 4526 y(in)36 b(turn.)58 b(An)m(y)36
-b(n)m(umeric)h(argumen)m(t)f(supplied)g(to)h(these)g(successiv)m(e)g
-(calls)h(determines)630 4635 y(the)d(direction)g(to)h(mo)m(v)m(e)g
-(through)e(the)h(history)-8 b(.)54 b(A)35 b(negativ)m(e)i(argumen)m(t)e
-(switc)m(hes)h(the)630 4745 y(direction)23 b(through)g(the)g(history)f
-(\(bac)m(k)i(or)f(forw)m(ard\).)38 b(The)22 b(history)h(expansion)g
-(facilities)630 4855 y(are)28 b(used)f(to)h(extract)h(the)f(last)g
-(argumen)m(t,)h(as)e(if)h(the)g(`)p Ft(!$)p Fu(')f(history)g(expansion)
-h(had)f(b)s(een)630 4964 y(sp)s(eci\014ed.)150 5121 y
-Ft(operate-and-get-next)e(\(C-o\))630 5230 y Fu(Accept)30
-b(the)g(curren)m(t)e(line)i(for)f(return)f(to)h(the)h(calling)g
-(application)h(as)e(if)g(a)h(newline)f(had)630 5340 y(b)s(een)22
-b(en)m(tered,)k(and)d(fetc)m(h)h(the)f(next)g(line)h(relativ)m(e)h(to)f
-(the)f(curren)m(t)g(line)h(from)f(the)g(history)p eop
-end
-%%Page: 142 148
-TeXDict begin 142 147 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(142)630 299 y(for)31
-b(editing.)43 b(A)31 b(n)m(umeric)f(argumen)m(t,)i(if)f(supplied,)f(sp)
-s(eci\014es)h(the)g(history)f(en)m(try)i(to)f(use)630
-408 y(instead)g(of)f(the)h(curren)m(t)f(line.)150 565
-y Ft(fetch-history)d(\(\))630 675 y Fu(With)e(a)f(n)m(umeric)g(argumen)
-m(t,)i(fetc)m(h)f(that)g(en)m(try)f(from)g(the)g(history)g(list)h(and)e
-(mak)m(e)i(it)g(the)630 784 y(curren)m(t)30 b(line.)41
-b(Without)30 b(an)g(argumen)m(t,)h(mo)m(v)m(e)g(bac)m(k)g(to)f(the)g
-(\014rst)f(en)m(try)h(in)g(the)g(history)630 894 y(list.)150
-1090 y Fk(8.4.3)63 b(Commands)42 b(F)-10 b(or)41 b(Changing)g(T)-10
-b(ext)150 1261 y Fj(end-of-file)27 b Ft(\(usually)h(C-d\))630
-1370 y Fu(The)e(c)m(haracter)h(indicating)h(end-of-\014le)e(as)h(set,)g
-(for)f(example,)i(b)m(y)e Ft(stty)p Fu(.)39 b(If)25 b(this)h(c)m
-(harac-)630 1480 y(ter)c(is)g(read)g(when)e(there)i(are)h(no)e(c)m
-(haracters)j(on)d(the)h(line,)i(and)d(p)s(oin)m(t)h(is)g(at)h(the)f(b)s
-(eginning)630 1590 y(of)31 b(the)f(line,)h(Readline)g(in)m(terprets)g
-(it)g(as)f(the)h(end)f(of)g(input)f(and)h(returns)f Fm(eof)p
-Fu(.)150 1746 y Ft(delete-char)e(\(C-d\))630 1856 y Fu(Delete)35
-b(the)f(c)m(haracter)h(at)f(p)s(oin)m(t.)49 b(If)33 b(this)g(function)g
-(is)g(b)s(ound)e(to)j(the)g(same)f(c)m(haracter)630 1966
-y(as)e(the)f(tt)m(y)i Fm(eof)d Fu(c)m(haracter,)j(as)f
-Fj(C-d)e Fu(commonly)i(is,)g(see)g(ab)s(o)m(v)m(e)h(for)e(the)g
-(e\013ects.)150 2122 y Ft(backward-delete-char)25 b(\(Rubout\))630
-2232 y Fu(Delete)32 b(the)f(c)m(haracter)g(b)s(ehind)e(the)h(cursor.)40
-b(A)30 b(n)m(umeric)g(argumen)m(t)h(means)f(to)h(kill)g(the)630
-2341 y(c)m(haracters)h(instead)e(of)h(deleting)g(them.)150
-2498 y Ft(forward-backward-delete-)o(char)24 b(\(\))630
-2608 y Fu(Delete)40 b(the)f(c)m(haracter)h(under)c(the)j(cursor,)h
-(unless)d(the)i(cursor)e(is)h(at)h(the)g(end)e(of)i(the)630
-2717 y(line,)33 b(in)e(whic)m(h)g(case)i(the)f(c)m(haracter)h(b)s
-(ehind)d(the)i(cursor)f(is)g(deleted.)46 b(By)32 b(default,)g(this)630
-2827 y(is)e(not)h(b)s(ound)d(to)j(a)g(k)m(ey)-8 b(.)150
-2983 y Ft(quoted-insert)27 b(\(C-q)i(or)h(C-v\))630 3093
-y Fu(Add)j(the)i(next)f(c)m(haracter)i(t)m(yp)s(ed)e(to)h(the)f(line)h
-(v)m(erbatim.)53 b(This)33 b(is)i(ho)m(w)f(to)h(insert)f(k)m(ey)630
-3203 y(sequences)d(lik)m(e)g Fj(C-q)p Fu(,)f(for)g(example.)150
-3359 y Ft(self-insert)d(\(a,)j(b,)g(A,)f(1,)h(!,)g(...)o(\))630
-3469 y Fu(Insert)g(y)m(ourself.)150 3626 y Ft(bracketed-paste-begin)25
-b(\(\))630 3735 y Fu(This)f(function)h(is)f(in)m(tended)h(to)h(b)s(e)e
-(b)s(ound)f(to)i(the)g Ft(")p Fu(brac)m(k)m(eted)h(paste)p
-Ft(")f Fu(escap)s(e)h(sequence)630 3845 y(sen)m(t)38
-b(b)m(y)f(some)h(terminals,)i(and)d(suc)m(h)g(a)h(binding)e(is)i
-(assigned)f(b)m(y)h(default.)62 b(It)38 b(allo)m(ws)630
-3954 y(Readline)33 b(to)g(insert)g(the)f(pasted)h(text)g(as)g(a)g
-(single)g(unit)f(without)h(treating)h(eac)m(h)f(c)m(har-)630
-4064 y(acter)40 b(as)f(if)g(it)g(had)f(b)s(een)g(read)h(from)f(the)h(k)
-m(eyb)s(oard.)66 b(The)39 b(c)m(haracters)h(are)f(inserted)630
-4173 y(as)44 b(if)g(eac)m(h)i(one)e(w)m(as)g(b)s(ound)e(to)j
-Ft(self-insert)c Fu(instead)j(of)h(executing)g(an)m(y)f(editing)630
-4283 y(commands.)630 4416 y(Brac)m(k)m(eted)38 b(paste)f(sets)f(the)h
-(region)f(\(the)h(c)m(haracters)g(b)s(et)m(w)m(een)g(p)s(oin)m(t)f(and)
-g(the)g(mark\))630 4526 y(to)j(the)g(inserted)f(text.)65
-b(It)39 b(uses)f(the)g(concept)h(of)g(an)f Fl(active)i(mark)10
-b Fu(:)57 b(when)38 b(the)g(mark)630 4635 y(is)d(activ)m(e,)k(Readline)
-c(redispla)m(y)h(uses)e(the)h(terminal's)h(standout)f(mo)s(de)f(to)i
-(denote)g(the)630 4745 y(region.)150 4902 y Ft(transpose-chars)26
-b(\(C-t\))630 5011 y Fu(Drag)33 b(the)f(c)m(haracter)h(b)s(efore)f(the)
-g(cursor)f(forw)m(ard)h(o)m(v)m(er)h(the)f(c)m(haracter)i(at)e(the)g
-(cursor,)630 5121 y(mo)m(ving)k(the)g(cursor)f(forw)m(ard)g(as)g(w)m
-(ell.)57 b(If)35 b(the)h(insertion)g(p)s(oin)m(t)f(is)g(at)i(the)e(end)
-g(of)h(the)630 5230 y(line,)24 b(then)e(this)g(transp)s(oses)f(the)h
-(last)h(t)m(w)m(o)g(c)m(haracters)g(of)f(the)h(line.)38
-b(Negativ)m(e)25 b(argumen)m(ts)630 5340 y(ha)m(v)m(e)32
-b(no)e(e\013ect.)p eop end
-%%Page: 143 149
-TeXDict begin 143 148 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(143)150 299 y Ft(transpose-words)
-26 b(\(M-t\))630 408 y Fu(Drag)33 b(the)g(w)m(ord)f(b)s(efore)g(p)s
-(oin)m(t)g(past)g(the)h(w)m(ord)f(after)g(p)s(oin)m(t,)i(mo)m(ving)f(p)
-s(oin)m(t)f(past)g(that)630 518 y(w)m(ord)c(as)h(w)m(ell.)41
-b(If)27 b(the)i(insertion)f(p)s(oin)m(t)h(is)f(at)h(the)g(end)e(of)i
-(the)f(line,)i(this)e(transp)s(oses)g(the)630 628 y(last)j(t)m(w)m(o)h
-(w)m(ords)e(on)g(the)h(line.)150 803 y Ft(shell-transpose-words)25
-b(\(M-C-t\))630 913 y Fu(Drag)33 b(the)g(w)m(ord)f(b)s(efore)g(p)s(oin)
-m(t)g(past)g(the)h(w)m(ord)f(after)g(p)s(oin)m(t,)i(mo)m(ving)f(p)s
-(oin)m(t)f(past)g(that)630 1022 y(w)m(ord)c(as)h(w)m(ell.)41
-b(If)27 b(the)i(insertion)f(p)s(oin)m(t)h(is)f(at)h(the)g(end)e(of)i
-(the)f(line,)i(this)e(transp)s(oses)g(the)630 1132 y(last)j(t)m(w)m(o)h
-(w)m(ords)d(on)i(the)f(line.)41 b(W)-8 b(ord)31 b(b)s(oundaries)e(are)h
-(the)h(same)f(as)h Ft(shell-forward-)630 1241 y(word)e
-Fu(and)h Ft(shell-backward-word)p Fu(.)150 1417 y Ft(upcase-word)d
-(\(M-u\))630 1526 y Fu(Upp)s(ercase)32 b(the)g(curren)m(t)g(\(or)g
-(follo)m(wing\))i(w)m(ord.)45 b(With)32 b(a)g(negativ)m(e)j(argumen)m
-(t,)e(upp)s(er-)630 1636 y(case)e(the)g(previous)f(w)m(ord,)g(but)g(do)
-g(not)h(mo)m(v)m(e)h(the)e(cursor.)150 1811 y Ft(downcase-word)d
-(\(M-l\))630 1921 y Fu(Lo)m(w)m(ercase)c(the)f(curren)m(t)f(\(or)h
-(follo)m(wing\))i(w)m(ord.)37 b(With)22 b(a)g(negativ)m(e)i(argumen)m
-(t,)g(lo)m(w)m(ercase)630 2030 y(the)31 b(previous)e(w)m(ord,)i(but)e
-(do)i(not)f(mo)m(v)m(e)i(the)f(cursor.)150 2206 y Ft(capitalize-word)26
-b(\(M-c\))630 2315 y Fu(Capitalize)d(the)f(curren)m(t)f(\(or)g(follo)m
-(wing\))i(w)m(ord.)38 b(With)21 b(a)h(negativ)m(e)h(argumen)m(t,)h
-(capitalize)630 2425 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f
-(mo)m(v)m(e)i(the)f(cursor.)150 2600 y Ft(overwrite-mode)26
-b(\(\))630 2710 y Fu(T)-8 b(oggle)35 b(o)m(v)m(erwrite)g(mo)s(de.)48
-b(With)33 b(an)g(explicit)h(p)s(ositiv)m(e)g(n)m(umeric)f(argumen)m(t,)
-h(switc)m(hes)630 2819 y(to)22 b(o)m(v)m(erwrite)i(mo)s(de.)37
-b(With)22 b(an)g(explicit)h(non-p)s(ositiv)m(e)f(n)m(umeric)g(argumen)m
-(t,)i(switc)m(hes)e(to)630 2929 y(insert)30 b(mo)s(de.)41
-b(This)30 b(command)h(a\013ects)h(only)e Ft(emacs)f Fu(mo)s(de;)i
-Ft(vi)f Fu(mo)s(de)g(do)s(es)g(o)m(v)m(erwrite)630 3038
-y(di\013eren)m(tly)-8 b(.)42 b(Eac)m(h)31 b(call)h(to)f
-Ft(readline\(\))c Fu(starts)k(in)f(insert)g(mo)s(de.)630
-3181 y(In)52 b(o)m(v)m(erwrite)h(mo)s(de,)58 b(c)m(haracters)c(b)s
-(ound)c(to)j Ft(self-insert)c Fu(replace)k(the)g(text)g(at)630
-3290 y(p)s(oin)m(t)59 b(rather)f(than)h(pushing)e(the)i(text)g(to)h
-(the)f(righ)m(t.)126 b(Characters)59 b(b)s(ound)d(to)630
-3400 y Ft(backward-delete-char)25 b Fu(replace)31 b(the)g(c)m(haracter)
-h(b)s(efore)e(p)s(oin)m(t)g(with)g(a)h(space.)630 3542
-y(By)g(default,)f(this)h(command)f(is)g(un)m(b)s(ound.)150
-3758 y Fk(8.4.4)63 b(Killing)42 b(And)e(Y)-10 b(anking)150
-3937 y Ft(kill-line)28 b(\(C-k\))630 4047 y Fu(Kill)k(the)f(text)i
-(from)d(p)s(oin)m(t)i(to)g(the)f(end)g(of)g(the)h(line.)44
-b(With)31 b(a)h(negativ)m(e)i(n)m(umeric)d(argu-)630
-4157 y(men)m(t,)g(kill)g(bac)m(kw)m(ard)g(from)f(the)g(cursor)g(to)h
-(the)g(b)s(eginning)e(of)i(the)g(curren)m(t)f(line.)150
-4332 y Ft(backward-kill-line)25 b(\(C-x)30 b(Rubout\))630
-4441 y Fu(Kill)40 b(bac)m(kw)m(ard)h(from)e(the)h(cursor)g(to)g(the)g
-(b)s(eginning)g(of)g(the)g(curren)m(t)f(line.)70 b(With)41
-b(a)630 4551 y(negativ)m(e)47 b(n)m(umeric)e(argumen)m(t,)50
-b(kill)c(forw)m(ard)e(from)h(the)g(cursor)g(to)h(the)f(end)f(of)i(the)
-630 4661 y(curren)m(t)30 b(line.)150 4836 y Ft(unix-line-discard)c
-(\(C-u\))630 4946 y Fu(Kill)31 b(bac)m(kw)m(ard)g(from)e(the)i(cursor)f
-(to)h(the)f(b)s(eginning)g(of)h(the)f(curren)m(t)g(line.)150
-5121 y Ft(kill-whole-line)c(\(\))630 5230 y Fu(Kill)37
-b(all)g(c)m(haracters)h(on)f(the)f(curren)m(t)h(line,)h(no)f(matter)g
-(where)f(p)s(oin)m(t)h(is.)59 b(By)36 b(default,)630
-5340 y(this)30 b(is)h(un)m(b)s(ound.)p eop end
-%%Page: 144 150
-TeXDict begin 144 149 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(144)150 299 y Ft(kill-word)28
-b(\(M-d\))630 408 y Fu(Kill)i(from)f(p)s(oin)m(t)g(to)h(the)g(end)e(of)
-i(the)f(curren)m(t)h(w)m(ord,)f(or)g(if)h(b)s(et)m(w)m(een)g(w)m(ords,)
-f(to)h(the)g(end)630 518 y(of)h(the)f(next)h(w)m(ord.)40
-b(W)-8 b(ord)31 b(b)s(oundaries)e(are)h(the)h(same)g(as)f
-Ft(forward-word)p Fu(.)150 687 y Ft(backward-kill-word)25
-b(\(M-DEL\))630 796 y Fu(Kill)k(the)g(w)m(ord)g(b)s(ehind)e(p)s(oin)m
-(t.)40 b(W)-8 b(ord)29 b(b)s(oundaries)f(are)h(the)g(same)g(as)g
-Ft(backward-word)p Fu(.)150 965 y Ft(shell-kill-word)d(\(M-C-d\))630
-1075 y Fu(Kill)k(from)f(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f
-(curren)m(t)h(w)m(ord,)f(or)g(if)h(b)s(et)m(w)m(een)g(w)m(ords,)f(to)h
-(the)g(end)630 1184 y(of)h(the)f(next)h(w)m(ord.)40 b(W)-8
-b(ord)31 b(b)s(oundaries)e(are)h(the)h(same)g(as)f Ft
-(shell-forward-word)p Fu(.)150 1353 y Ft(shell-backward-kill-word)24
-b(\(\))630 1463 y Fu(Kill)e(the)h(w)m(ord)e(b)s(ehind)g(p)s(oin)m(t.)38
-b(W)-8 b(ord)22 b(b)s(oundaries)f(are)h(the)g(same)h(as)f
-Ft(shell-backward-)630 1572 y(word)p Fu(.)150 1741 y
-Ft(unix-word-rubout)k(\(C-w\))630 1851 y Fu(Kill)32 b(the)g(w)m(ord)f
-(b)s(ehind)f(p)s(oin)m(t,)i(using)f(white)h(space)g(as)g(a)g(w)m(ord)f
-(b)s(oundary)-8 b(.)43 b(The)31 b(killed)630 1960 y(text)g(is)g(sa)m(v)
-m(ed)g(on)g(the)f(kill-ring.)150 2129 y Ft(unix-filename-rubout)25
-b(\(\))630 2239 y Fu(Kill)37 b(the)f(w)m(ord)g(b)s(ehind)f(p)s(oin)m
-(t,)j(using)e(white)g(space)h(and)f(the)g(slash)g(c)m(haracter)i(as)f
-(the)630 2348 y(w)m(ord)30 b(b)s(oundaries.)39 b(The)30
-b(killed)h(text)g(is)g(sa)m(v)m(ed)g(on)g(the)f(kill-ring.)150
-2517 y Ft(delete-horizontal-space)24 b(\(\))630 2627
-y Fu(Delete)33 b(all)e(spaces)g(and)e(tabs)i(around)e(p)s(oin)m(t.)41
-b(By)31 b(default,)f(this)h(is)f(un)m(b)s(ound.)150 2796
-y Ft(kill-region)d(\(\))630 2905 y Fu(Kill)k(the)f(text)i(in)e(the)g
-(curren)m(t)h(region.)41 b(By)31 b(default,)f(this)h(command)f(is)g(un)
-m(b)s(ound.)150 3074 y Ft(copy-region-as-kill)25 b(\(\))630
-3184 y Fu(Cop)m(y)34 b(the)g(text)h(in)f(the)g(region)g(to)h(the)f
-(kill)h(bu\013er,)f(so)g(it)h(can)f(b)s(e)f(y)m(ank)m(ed)i(righ)m(t)f
-(a)m(w)m(a)m(y)-8 b(.)630 3293 y(By)31 b(default,)f(this)h(command)f
-(is)g(un)m(b)s(ound.)150 3462 y Ft(copy-backward-word)25
-b(\(\))630 3572 y Fu(Cop)m(y)38 b(the)h(w)m(ord)f(b)s(efore)g(p)s(oin)m
-(t)g(to)i(the)e(kill)h(bu\013er.)64 b(The)38 b(w)m(ord)g(b)s(oundaries)
-f(are)i(the)630 3681 y(same)31 b(as)f Ft(backward-word)p
-Fu(.)38 b(By)30 b(default,)h(this)f(command)g(is)h(un)m(b)s(ound.)150
-3850 y Ft(copy-forward-word)26 b(\(\))630 3960 y Fu(Cop)m(y)31
-b(the)g(w)m(ord)g(follo)m(wing)h(p)s(oin)m(t)f(to)h(the)f(kill)h
-(bu\013er.)42 b(The)30 b(w)m(ord)h(b)s(oundaries)e(are)j(the)630
-4069 y(same)f(as)f Ft(forward-word)p Fu(.)38 b(By)30
-b(default,)h(this)g(command)f(is)g(un)m(b)s(ound.)150
-4238 y Ft(yank)f(\(C-y\))630 4348 y Fu(Y)-8 b(ank)31
-b(the)f(top)h(of)g(the)f(kill)h(ring)f(in)m(to)i(the)e(bu\013er)g(at)h
-(p)s(oin)m(t.)150 4516 y Ft(yank-pop)d(\(M-y\))630 4626
-y Fu(Rotate)36 b(the)f(kill-ring,)i(and)d(y)m(ank)h(the)f(new)g(top.)54
-b(Y)-8 b(ou)35 b(can)g(only)f(do)h(this)f(if)h(the)g(prior)630
-4736 y(command)30 b(is)h Ft(yank)e Fu(or)h Ft(yank-pop)p
-Fu(.)150 4944 y Fk(8.4.5)63 b(Sp)s(ecifying)42 b(Numeric)f(Argumen)m
-(ts)150 5121 y Ft(digit-argument)26 b(\()p Fj(M-0)p Ft(,)j
-Fj(M-1)p Ft(,)h(...)f Fj(M--)p Ft(\))630 5230 y Fu(Add)d(this)h(digit)g
-(to)h(the)f(argumen)m(t)g(already)h(accum)m(ulating,)h(or)e(start)h(a)f
-(new)f(argumen)m(t.)630 5340 y Fj(M--)j Fu(starts)i(a)g(negativ)m(e)i
-(argumen)m(t.)p eop end
-%%Page: 145 151
-TeXDict begin 145 150 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(145)150 299 y Ft
-(universal-argument)25 b(\(\))630 408 y Fu(This)g(is)g(another)h(w)m(a)
-m(y)g(to)h(sp)s(ecify)e(an)g(argumen)m(t.)40 b(If)25
-b(this)g(command)h(is)f(follo)m(w)m(ed)i(b)m(y)f(one)630
-518 y(or)k(more)f(digits,)i(optionally)g(with)e(a)h(leading)h(min)m(us)
-e(sign,)h(those)g(digits)g(de\014ne)f(the)h(ar-)630 628
-y(gumen)m(t.)41 b(If)28 b(the)i(command)f(is)g(follo)m(w)m(ed)h(b)m(y)f
-(digits,)i(executing)f Ft(universal-argument)630 737
-y Fu(again)j(ends)e(the)h(n)m(umeric)f(argumen)m(t,)i(but)e(is)h
-(otherwise)g(ignored.)45 b(As)32 b(a)g(sp)s(ecial)h(case,)630
-847 y(if)g(this)g(command)f(is)h(immediately)h(follo)m(w)m(ed)h(b)m(y)d
-(a)h(c)m(haracter)i(that)e(is)g(neither)g(a)g(digit)630
-956 y(nor)41 b(min)m(us)f(sign,)k(the)e(argumen)m(t)f(coun)m(t)h(for)f
-(the)h(next)f(command)g(is)g(m)m(ultiplied)h(b)m(y)630
-1066 y(four.)54 b(The)35 b(argumen)m(t)g(coun)m(t)h(is)f(initially)h
-(one,)h(so)e(executing)i(this)e(function)f(the)i(\014rst)630
-1176 y(time)29 b(mak)m(es)h(the)e(argumen)m(t)i(coun)m(t)f(four,)f(a)h
-(second)g(time)g(mak)m(es)h(the)e(argumen)m(t)h(coun)m(t)630
-1285 y(sixteen,)i(and)f(so)h(on.)40 b(By)31 b(default,)g(this)f(is)g
-(not)h(b)s(ound)d(to)k(a)e(k)m(ey)-8 b(.)150 1468 y Fk(8.4.6)63
-b(Letting)40 b(Readline)h(T)m(yp)s(e)g(F)-10 b(or)42
-b(Y)-10 b(ou)150 1632 y Ft(complete)28 b(\(TAB\))630
-1741 y Fu(A)m(ttempt)c(to)f(p)s(erform)e(completion)j(on)f(the)g(text)g
-(b)s(efore)f(p)s(oin)m(t.)39 b(The)22 b(actual)i(completion)630
-1851 y(p)s(erformed)33 b(is)h(application-sp)s(eci\014c.)53
-b(Bash)35 b(attempts)g(completion)g(treating)h(the)e(text)630
-1961 y(as)39 b(a)h(v)-5 b(ariable)39 b(\(if)h(the)f(text)h(b)s(egins)e
-(with)h(`)p Ft($)p Fu('\),)j(username)c(\(if)i(the)f(text)h(b)s(egins)e
-(with)630 2070 y(`)p Ft(~)p Fu('\),)31 b(hostname)f(\(if)g(the)g(text)h
-(b)s(egins)e(with)h(`)p Ft(@)p Fu('\),)h(or)f(command)f(\(including)h
-(aliases)i(and)630 2180 y(functions\))j(in)f(turn.)53
-b(If)34 b(none)g(of)h(these)h(pro)s(duces)d(a)i(matc)m(h,)i(\014lename)
-e(completion)h(is)630 2289 y(attempted.)150 2433 y Ft
-(possible-completions)25 b(\(M-?\))630 2542 y Fu(List)35
-b(the)g(p)s(ossible)f(completions)i(of)e(the)h(text)h(b)s(efore)e(p)s
-(oin)m(t.)54 b(When)34 b(displa)m(ying)h(com-)630 2652
-y(pletions,)f(Readline)f(sets)f(the)h(n)m(um)m(b)s(er)e(of)i(columns)f
-(used)f(for)i(displa)m(y)f(to)h(the)g(v)-5 b(alue)33
-b(of)630 2761 y Ft(completion-display-width)o Fu(,)g(the)j(v)-5
-b(alue)37 b(of)g(the)f(en)m(vironmen)m(t)h(v)-5 b(ariable)38
-b Ft(COLUMNS)p Fu(,)630 2871 y(or)30 b(the)h(screen)f(width,)g(in)g
-(that)h(order.)150 3014 y Ft(insert-completions)25 b(\(M-*\))630
-3124 y Fu(Insert)30 b(all)h(completions)h(of)f(the)g(text)g(b)s(efore)f
-(p)s(oin)m(t)h(that)g(w)m(ould)f(ha)m(v)m(e)i(b)s(een)e(generated)630
-3233 y(b)m(y)g Ft(possible-completions)p Fu(.)150 3376
-y Ft(menu-complete)d(\(\))630 3486 y Fu(Similar)d(to)g
-Ft(complete)p Fu(,)f(but)h(replaces)g(the)g(w)m(ord)g(to)g(b)s(e)f
-(completed)i(with)e(a)i(single)f(matc)m(h)630 3596 y(from)37
-b(the)h(list)h(of)f(p)s(ossible)f(completions.)64 b(Rep)s(eated)39
-b(execution)g(of)f Ft(menu-complete)630 3705 y Fu(steps)i(through)g
-(the)g(list)h(of)f(p)s(ossible)g(completions,)k(inserting)c(eac)m(h)i
-(matc)m(h)f(in)f(turn.)630 3815 y(A)m(t)e(the)f(end)f(of)h(the)g(list)g
-(of)g(completions,)i(the)e(b)s(ell)g(is)g(rung)f(\(sub)5
-b(ject)36 b(to)i(the)f(setting)630 3924 y(of)f Ft(bell-style)p
-Fu(\))e(and)h(the)h(original)i(text)f(is)f(restored.)57
-b(An)36 b(argumen)m(t)h(of)f Fr(n)f Fu(mo)m(v)m(es)i
-Fr(n)630 4034 y Fu(p)s(ositions)e(forw)m(ard)f(in)g(the)h(list)h(of)e
-(matc)m(hes;)39 b(a)c(negativ)m(e)i(argumen)m(t)e(ma)m(y)g(b)s(e)f
-(used)g(to)630 4143 y(mo)m(v)m(e)40 b(bac)m(kw)m(ard)e(through)g(the)g
-(list.)65 b(This)38 b(command)g(is)g(in)m(tended)g(to)h(b)s(e)f(b)s
-(ound)e(to)630 4253 y Ft(TAB)p Fu(,)30 b(but)f(is)i(un)m(b)s(ound)d(b)m
-(y)i(default.)150 4396 y Ft(menu-complete-backward)24
-b(\(\))630 4506 y Fu(Iden)m(tical)36 b(to)g Ft(menu-complete)p
-Fu(,)d(but)h(mo)m(v)m(es)j(bac)m(kw)m(ard)e(through)f(the)i(list)f(of)g
-(p)s(ossible)630 4615 y(completions,)d(as)e(if)h Ft(menu-complete)26
-b Fu(had)k(b)s(een)g(giv)m(en)h(a)g(negativ)m(e)i(argumen)m(t.)150
-4758 y Ft(delete-char-or-list)25 b(\(\))630 4868 y Fu(Deletes)41
-b(the)e(c)m(haracter)h(under)e(the)h(cursor)f(if)h(not)g(at)g(the)h(b)s
-(eginning)e(or)h(end)f(of)h(the)630 4978 y(line)50 b(\(lik)m(e)h
-Ft(delete-char)p Fu(\).)96 b(If)49 b(at)h(the)g(end)f(of)h(the)f(line,)
-55 b(b)s(eha)m(v)m(es)c(iden)m(tically)g(to)630 5087
-y Ft(possible-completions)p Fu(.)35 b(This)30 b(command)g(is)g(un)m(b)s
-(ound)e(b)m(y)i(default.)150 5230 y Ft(complete-filename)c(\(M-/\))630
-5340 y Fu(A)m(ttempt)32 b(\014lename)e(completion)i(on)e(the)h(text)g
-(b)s(efore)f(p)s(oin)m(t.)p eop end
-%%Page: 146 152
-TeXDict begin 146 151 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(146)150 299 y Ft
-(possible-filename-comple)o(tion)o(s)24 b(\(C-x)30 b(/\))630
-408 y Fu(List)f(the)g(p)s(ossible)f(completions)h(of)g(the)g(text)g(b)s
-(efore)g(p)s(oin)m(t,)g(treating)h(it)f(as)g(a)f(\014lename.)150
-577 y Ft(complete-username)e(\(M-~\))630 687 y Fu(A)m(ttempt)32
-b(completion)f(on)g(the)f(text)i(b)s(efore)e(p)s(oin)m(t,)g(treating)i
-(it)f(as)f(a)h(username.)150 856 y Ft(possible-username-comple)o(tion)o
-(s)24 b(\(C-x)30 b(~\))630 965 y Fu(List)25 b(the)g(p)s(ossible)g
-(completions)h(of)f(the)g(text)h(b)s(efore)f(p)s(oin)m(t,)h(treating)g
-(it)g(as)f(a)g(username.)150 1134 y Ft(complete-variable)h(\(M-$\))630
-1244 y Fu(A)m(ttempt)32 b(completion)f(on)g(the)f(text)i(b)s(efore)e(p)
-s(oin)m(t,)g(treating)i(it)f(as)f(a)h(shell)g(v)-5 b(ariable.)150
-1412 y Ft(possible-variable-comple)o(tion)o(s)24 b(\(C-x)30
-b($\))630 1522 y Fu(List)42 b(the)g(p)s(ossible)g(completions)h(of)f
-(the)g(text)h(b)s(efore)e(p)s(oin)m(t,)46 b(treating)d(it)f(as)g(a)h
-(shell)630 1632 y(v)-5 b(ariable.)150 1800 y Ft(complete-hostname)26
-b(\(M-@\))630 1910 y Fu(A)m(ttempt)32 b(completion)f(on)g(the)f(text)i
-(b)s(efore)e(p)s(oin)m(t,)g(treating)i(it)f(as)f(a)h(hostname.)150
-2079 y Ft(possible-hostname-comple)o(tion)o(s)24 b(\(C-x)30
-b(@\))630 2188 y Fu(List)25 b(the)g(p)s(ossible)f(completions)h(of)g
-(the)g(text)g(b)s(efore)g(p)s(oin)m(t,)h(treating)g(it)f(as)f(a)h
-(hostname.)150 2357 y Ft(complete-command)h(\(M-!\))630
-2467 y Fu(A)m(ttempt)32 b(completion)g(on)f(the)g(text)h(b)s(efore)e(p)
-s(oin)m(t,)h(treating)h(it)g(as)f(a)g(command)g(name.)630
-2576 y(Command)46 b(completion)i(attempts)g(to)f(matc)m(h)h(the)f(text)
-h(against)g(aliases,)53 b(reserv)m(ed)630 2686 y(w)m(ords,)36
-b(shell)g(functions,)h(shell)e(builtins,)i(and)e(\014nally)g
-(executable)i(\014lenames,)g(in)e(that)630 2796 y(order.)150
-2964 y Ft(possible-command-complet)o(ions)24 b(\(C-x)29
-b(!\))630 3074 y Fu(List)d(the)h(p)s(ossible)f(completions)h(of)f(the)h
-(text)g(b)s(efore)f(p)s(oin)m(t,)h(treating)g(it)g(as)g(a)f(command)630
-3184 y(name.)150 3352 y Ft(dynamic-complete-history)e(\(M-TAB\))630
-3462 y Fu(A)m(ttempt)31 b(completion)h(on)e(the)g(text)h(b)s(efore)f(p)
-s(oin)m(t,)g(comparing)h(the)f(text)h(against)h(lines)630
-3572 y(from)e(the)g(history)h(list)g(for)f(p)s(ossible)g(completion)i
-(matc)m(hes.)150 3740 y Ft(dabbrev-expand)26 b(\(\))630
-3850 y Fu(A)m(ttempt)i(men)m(u)e(completion)i(on)f(the)g(text)g(b)s
-(efore)f(p)s(oin)m(t,)i(comparing)f(the)g(text)h(against)630
-3960 y(lines)j(from)e(the)i(history)f(list)h(for)g(p)s(ossible)e
-(completion)j(matc)m(hes.)150 4128 y Ft(complete-into-braces)25
-b(\(M-{\))630 4238 y Fu(P)m(erform)f(\014lename)f(completion)i(and)f
-(insert)f(the)h(list)g(of)g(p)s(ossible)f(completions)i(enclosed)630
-4348 y(within)34 b(braces)h(so)f(the)h(list)g(is)g(a)m(v)-5
-b(ailable)37 b(to)e(the)g(shell)g(\(see)g(Section)h(3.5.1)g([Brace)g
-(Ex-)630 4457 y(pansion],)30 b(page)h(24\).)150 4666
-y Fk(8.4.7)63 b(Keyb)s(oard)41 b(Macros)150 4842 y Ft(start-kbd-macro)
-26 b(\(C-x)j(\(\))630 4952 y Fu(Begin)i(sa)m(ving)h(the)e(c)m
-(haracters)i(t)m(yp)s(ed)e(in)m(to)h(the)g(curren)m(t)f(k)m(eyb)s(oard)
-g(macro.)150 5121 y Ft(end-kbd-macro)d(\(C-x)i(\)\))630
-5230 y Fu(Stop)e(sa)m(ving)h(the)g(c)m(haracters)g(t)m(yp)s(ed)f(in)m
-(to)i(the)e(curren)m(t)g(k)m(eyb)s(oard)g(macro)h(and)f(sa)m(v)m(e)i
-(the)630 5340 y(de\014nition.)p eop end
-%%Page: 147 153
-TeXDict begin 147 152 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(147)150 299 y Ft
-(call-last-kbd-macro)25 b(\(C-x)k(e\))630 408 y Fu(Re-execute)37
-b(the)e(last)h(k)m(eyb)s(oard)f(macro)h(de\014ned,)f(b)m(y)h(making)f
-(the)g(c)m(haracters)i(in)e(the)630 518 y(macro)c(app)s(ear)f(as)g(if)h
-(t)m(yp)s(ed)f(at)h(the)f(k)m(eyb)s(oard.)150 671 y Ft
-(print-last-kbd-macro)25 b(\(\))630 780 y Fu(Prin)m(t)30
-b(the)g(last)h(k)m(eyb)s(oard)f(macro)h(de\014ned)e(in)h(a)g(format)h
-(suitable)g(for)f(the)g Fr(inputrc)35 b Fu(\014le.)150
-973 y Fk(8.4.8)63 b(Some)41 b(Miscellaneous)i(Commands)150
-1141 y Ft(re-read-init-file)26 b(\(C-x)j(C-r\))630 1251
-y Fu(Read)22 b(in)g(the)g(con)m(ten)m(ts)h(of)f(the)g
-Fr(inputrc)27 b Fu(\014le,)d(and)d(incorp)s(orate)h(an)m(y)h(bindings)d
-(or)i(v)-5 b(ariable)630 1360 y(assignmen)m(ts)31 b(found)e(there.)150
-1513 y Ft(abort)g(\(C-g\))630 1622 y Fu(Ab)s(ort)d(the)h(curren)m(t)f
-(editing)h(command)f(and)g(ring)h(the)f(terminal's)h(b)s(ell)g(\(sub)5
-b(ject)26 b(to)i(the)630 1732 y(setting)j(of)g Ft(bell-style)p
-Fu(\).)150 1885 y Ft(do-lowercase-version)25 b(\(M-A,)k(M-B,)g(M-)p
-Fj(x)p Ft(,)g(...)o(\))630 1994 y Fu(If)35 b(the)g(meta\014ed)g(c)m
-(haracter)i Fr(x)k Fu(is)35 b(upp)s(er)e(case,)k(run)d(the)h(command)g
-(that)g(is)g(b)s(ound)e(to)630 2104 y(the)g(corresp)s(onding)f
-(meta\014ed)h(lo)m(w)m(er)i(case)f(c)m(haracter.)50 b(The)32
-b(b)s(eha)m(vior)h(is)g(unde\014ned)e(if)630 2213 y Fr(x)37
-b Fu(is)30 b(already)h(lo)m(w)m(er)h(case.)150 2366 y
-Ft(prefix-meta)27 b(\(ESC\))630 2476 y Fu(Metafy)39 b(the)e(next)h(c)m
-(haracter)h(t)m(yp)s(ed.)62 b(This)37 b(is)g(for)h(k)m(eyb)s(oards)f
-(without)g(a)h(meta)g(k)m(ey)-8 b(.)630 2585 y(T)m(yping)30
-b(`)p Ft(ESC)g(f)p Fu(')g(is)h(equiv)-5 b(alen)m(t)31
-b(to)g(t)m(yping)g Fj(M-f)p Fu(.)150 2738 y Ft(undo)e(\(C-_)g(or)h(C-x)
-g(C-u\))630 2847 y Fu(Incremen)m(tal)h(undo,)f(separately)h(remem)m(b)s
-(ered)f(for)g(eac)m(h)i(line.)150 3000 y Ft(revert-line)27
-b(\(M-r\))630 3109 y Fu(Undo)33 b(all)h(c)m(hanges)g(made)f(to)h(this)f
-(line.)49 b(This)32 b(is)h(lik)m(e)i(executing)f(the)f
-Ft(undo)f Fu(command)630 3219 y(enough)e(times)h(to)g(get)h(bac)m(k)f
-(to)g(the)f(b)s(eginning.)150 3372 y Ft(tilde-expand)d(\(M-&\))630
-3481 y Fu(P)m(erform)j(tilde)h(expansion)g(on)f(the)g(curren)m(t)h(w)m
-(ord.)150 3634 y Ft(set-mark)d(\(C-@\))630 3743 y Fu(Set)33
-b(the)g(mark)f(to)i(the)f(p)s(oin)m(t.)48 b(If)32 b(a)h(n)m(umeric)g
-(argumen)m(t)g(is)g(supplied,)f(the)h(mark)g(is)f(set)630
-3853 y(to)f(that)g(p)s(osition.)150 4006 y Ft(exchange-point-and-mark)
-24 b(\(C-x)29 b(C-x\))630 4115 y Fu(Sw)m(ap)i(the)g(p)s(oin)m(t)g(with)
-g(the)g(mark.)43 b(The)31 b(curren)m(t)g(cursor)f(p)s(osition)i(is)f
-(set)h(to)f(the)h(sa)m(v)m(ed)630 4225 y(p)s(osition,)f(and)e(the)i
-(old)g(cursor)e(p)s(osition)i(is)f(sa)m(v)m(ed)i(as)e(the)h(mark.)150
-4377 y Ft(character-search)26 b(\(C-]\))630 4487 y Fu(A)f(c)m(haracter)
-h(is)f(read)g(and)f(p)s(oin)m(t)h(is)g(mo)m(v)m(ed)h(to)g(the)f(next)g
-(o)s(ccurrence)g(of)g(that)g(c)m(haracter.)630 4596 y(A)30
-b(negativ)m(e)j(argumen)m(t)e(searc)m(hes)g(for)f(previous)g(o)s
-(ccurrences.)150 4749 y Ft(character-search-backwar)o(d)24
-b(\(M-C-]\))630 4859 y Fu(A)45 b(c)m(haracter)h(is)f(read)g(and)f(p)s
-(oin)m(t)h(is)g(mo)m(v)m(ed)h(to)f(the)g(previous)f(o)s(ccurrence)h(of)
-g(that)630 4968 y(c)m(haracter.)d(A)31 b(negativ)m(e)h(argumen)m(t)f
-(searc)m(hes)g(for)g(subsequen)m(t)e(o)s(ccurrences.)150
-5121 y Ft(skip-csi-sequence)d(\(\))630 5230 y Fu(Read)i(enough)f(c)m
-(haracters)h(to)g(consume)f(a)h(m)m(ulti-k)m(ey)h(sequence)f(suc)m(h)f
-(as)g(those)h(de\014ned)630 5340 y(for)37 b(k)m(eys)h(lik)m(e)g(Home)g
-(and)f(End.)60 b(Suc)m(h)37 b(sequences)g(b)s(egin)g(with)g(a)h(Con)m
-(trol)g(Sequence)p eop end
-%%Page: 148 154
-TeXDict begin 148 153 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(148)630 299 y(Indicator)37
-b(\(CSI\),)f(usually)h(ESC-[.)59 b(If)36 b(this)g(sequence)h(is)g(b)s
-(ound)d(to)k Ft("\\)p Fu(e[)p Ft(")p Fu(,)g(k)m(eys)f(pro-)630
-408 y(ducing)29 b(suc)m(h)g(sequences)g(will)h(ha)m(v)m(e)h(no)e
-(e\013ect)i(unless)d(explicitly)j(b)s(ound)d(to)i(a)f(Readline)630
-518 y(command,)j(instead)g(of)g(inserting)g(stra)m(y)h(c)m(haracters)g
-(in)m(to)g(the)f(editing)h(bu\013er.)44 b(This)31 b(is)630
-628 y(un)m(b)s(ound)d(b)m(y)i(default,)h(but)f(usually)g(b)s(ound)e(to)
-j(ESC-[.)150 792 y Ft(insert-comment)26 b(\(M-#\))630
-902 y Fu(Without)36 b(a)g(n)m(umeric)g(argumen)m(t,)h(the)f(v)-5
-b(alue)36 b(of)g(the)g Ft(comment-begin)c Fu(v)-5 b(ariable)36
-b(is)g(in-)630 1011 y(serted)c(at)g(the)g(b)s(eginning)f(of)h(the)f
-(curren)m(t)h(line.)45 b(If)31 b(a)h(n)m(umeric)f(argumen)m(t)h(is)g
-(supplied,)630 1121 y(this)k(command)h(acts)g(as)g(a)g(toggle:)55
-b(if)37 b(the)f(c)m(haracters)i(at)g(the)e(b)s(eginning)g(of)h(the)g
-(line)630 1230 y(do)30 b(not)h(matc)m(h)h(the)f(v)-5
-b(alue)31 b(of)f Ft(comment-begin)p Fu(,)e(the)i(v)-5
-b(alue)31 b(is)g(inserted,)g(otherwise)g(the)630 1340
-y(c)m(haracters)42 b(in)d Ft(comment-begin)e Fu(are)j(deleted)h(from)f
-(the)g(b)s(eginning)g(of)g(the)g(line.)71 b(In)630 1450
-y(either)37 b(case,)j(the)e(line)f(is)g(accepted)i(as)e(if)g(a)g
-(newline)g(had)g(b)s(een)f(t)m(yp)s(ed.)60 b(The)37 b(default)630
-1559 y(v)-5 b(alue)32 b(of)g Ft(comment-begin)c Fu(causes)k(this)f
-(command)h(to)g(mak)m(e)h(the)e(curren)m(t)h(line)g(a)g(shell)630
-1669 y(commen)m(t.)40 b(If)26 b(a)h(n)m(umeric)f(argumen)m(t)h(causes)g
-(the)f(commen)m(t)i(c)m(haracter)g(to)f(b)s(e)f(remo)m(v)m(ed,)630
-1778 y(the)31 b(line)f(will)h(b)s(e)f(executed)h(b)m(y)f(the)h(shell.)
-150 1943 y Ft(dump-functions)26 b(\(\))630 2052 y Fu(Prin)m(t)g(all)i
-(of)e(the)h(functions)f(and)g(their)g(k)m(ey)h(bindings)e(to)j(the)e
-(Readline)h(output)f(stream.)630 2162 y(If)31 b(a)h(n)m(umeric)g
-(argumen)m(t)g(is)g(supplied,)f(the)h(output)f(is)h(formatted)g(in)f
-(suc)m(h)h(a)g(w)m(a)m(y)g(that)630 2271 y(it)f(can)g(b)s(e)e(made)i
-(part)f(of)g(an)h Fr(inputrc)k Fu(\014le.)41 b(This)29
-b(command)h(is)h(un)m(b)s(ound)c(b)m(y)k(default.)150
-2436 y Ft(dump-variables)26 b(\(\))630 2545 y Fu(Prin)m(t)21
-b(all)h(of)g(the)f(settable)i(v)-5 b(ariables)22 b(and)f(their)g(v)-5
-b(alues)22 b(to)g(the)f(Readline)h(output)f(stream.)630
-2655 y(If)31 b(a)h(n)m(umeric)g(argumen)m(t)g(is)g(supplied,)f(the)h
-(output)f(is)h(formatted)g(in)f(suc)m(h)h(a)g(w)m(a)m(y)g(that)630
-2765 y(it)f(can)g(b)s(e)e(made)i(part)f(of)g(an)h Fr(inputrc)k
-Fu(\014le.)41 b(This)29 b(command)h(is)h(un)m(b)s(ound)c(b)m(y)k
-(default.)150 2929 y Ft(dump-macros)c(\(\))630 3039 y
-Fu(Prin)m(t)34 b(all)g(of)g(the)g(Readline)g(k)m(ey)h(sequences)f(b)s
-(ound)e(to)i(macros)g(and)f(the)h(strings)g(they)630
-3148 y(output.)53 b(If)35 b(a)g(n)m(umeric)f(argumen)m(t)i(is)e
-(supplied,)h(the)g(output)g(is)f(formatted)i(in)e(suc)m(h)h(a)630
-3258 y(w)m(a)m(y)c(that)g(it)f(can)g(b)s(e)g(made)g(part)f(of)i(an)e
-Fr(inputrc)35 b Fu(\014le.)41 b(This)29 b(command)h(is)g(un)m(b)s(ound)
-d(b)m(y)630 3367 y(default.)150 3532 y Ft(spell-correct-word)e(\(C-x)30
-b(s\))630 3641 y Fu(P)m(erform)36 b(sp)s(elling)h(correction)h(on)e
-(the)h(curren)m(t)f(w)m(ord,)i(treating)f(it)g(as)g(a)g(directory)g(or)
-630 3751 y(\014lename,)g(in)e(the)h(same)f(w)m(a)m(y)i(as)e(the)h
-Ft(cdspell)d Fu(shell)j(option.)56 b(W)-8 b(ord)36 b(b)s(oundaries)e
-(are)630 3861 y(the)d(same)f(as)h(those)g(used)e(b)m(y)i
-Ft(shell-forward-word)p Fu(.)150 4025 y Ft(glob-complete-word)25
-b(\(M-g\))630 4134 y Fu(The)i(w)m(ord)h(b)s(efore)f(p)s(oin)m(t)h(is)g
-(treated)h(as)f(a)h(pattern)f(for)f(pathname)h(expansion,)g(with)g(an)
-630 4244 y(asterisk)d(implicitly)h(app)s(ended.)37 b(This)23
-b(pattern)i(is)f(used)g(to)h(generate)h(a)e(list)h(of)g(matc)m(hing)630
-4354 y(\014le)30 b(names)h(for)f(p)s(ossible)g(completions.)150
-4518 y Ft(glob-expand-word)c(\(C-x)j(*\))630 4628 y Fu(The)40
-b(w)m(ord)g(b)s(efore)g(p)s(oin)m(t)h(is)g(treated)g(as)g(a)g(pattern)g
-(for)f(pathname)g(expansion,)k(and)630 4737 y(the)c(list)g(of)f(matc)m
-(hing)i(\014le)e(names)g(is)h(inserted,)h(replacing)g(the)e(w)m(ord.)67
-b(If)39 b(a)h(n)m(umeric)630 4847 y(argumen)m(t)31 b(is)f(supplied,)g
-(a)g(`)p Ft(*)p Fu(')h(is)f(app)s(ended)f(b)s(efore)h(pathname)g
-(expansion.)150 5011 y Ft(glob-list-expansions)25 b(\(C-x)k(g\))630
-5121 y Fu(The)k(list)h(of)f(expansions)g(that)h(w)m(ould)f(ha)m(v)m(e)h
-(b)s(een)f(generated)h(b)m(y)f Ft(glob-expand-word)630
-5230 y Fu(is)h(displa)m(y)m(ed,)h(and)e(the)h(line)g(is)f(redra)m(wn.)
-50 b(If)33 b(a)h(n)m(umeric)g(argumen)m(t)g(is)f(supplied,)h(a)g(`)p
-Ft(*)p Fu(')630 5340 y(is)c(app)s(ended)f(b)s(efore)h(pathname)g
-(expansion.)p eop end
-%%Page: 149 155
-TeXDict begin 149 154 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(149)150 299 y Ft
-(display-shell-version)25 b(\(C-x)k(C-v\))630 408 y Fu(Displa)m(y)j(v)m
-(ersion)e(information)h(ab)s(out)f(the)h(curren)m(t)f(instance)h(of)f
-(Bash.)150 589 y Ft(shell-expand-line)c(\(M-C-e\))630
-699 y Fu(Expand)j(the)h(line)g(b)m(y)g(p)s(erforming)f(shell)h(w)m(ord)
-g(expansions.)40 b(This)29 b(p)s(erforms)f(alias)k(and)630
-809 y(history)40 b(expansion,)j($')p Fr(string)8 b Fu(')41
-b(and)f($)p Ft(")p Fr(string)8 b Ft(")39 b Fu(quoting,)44
-b(tilde)d(expansion,)i(parame-)630 918 y(ter)d(and)f(v)-5
-b(ariable)40 b(expansion,)i(arithmetic)f(expansion,)g(command)f(and)f
-(pro)s(ces)g(sub-)630 1028 y(stitution,)34 b(w)m(ord)f(splitting,)h
-(and)e(quote)i(remo)m(v)-5 b(al.)49 b(An)32 b(explicit)i(argumen)m(t)g
-(suppresses)630 1137 y(command)c(and)g(pro)s(cess)g(substitution.)150
-1318 y Ft(history-expand-line)25 b(\(M-^\))630 1428 y
-Fu(P)m(erform)30 b(history)h(expansion)f(on)g(the)h(curren)m(t)f(line.)
-150 1609 y Ft(magic-space)d(\(\))630 1718 y Fu(P)m(erform)c(history)g
-(expansion)g(on)g(the)g(curren)m(t)g(line)g(and)g(insert)g(a)g(space)h
-(\(see)g(Section)g(9.3)630 1828 y([History)31 b(In)m(teraction],)i
-(page)e(161\).)150 2009 y Ft(alias-expand-line)26 b(\(\))630
-2118 y Fu(P)m(erform)e(alias)i(expansion)e(on)h(the)g(curren)m(t)f
-(line)h(\(see)g(Section)h(6.6)f([Aliases],)j(page)d(103\).)150
-2299 y Ft(history-and-alias-expand)o(-lin)o(e)f(\(\))630
-2409 y Fu(P)m(erform)30 b(history)h(and)e(alias)j(expansion)e(on)g(the)
-h(curren)m(t)f(line.)150 2590 y Ft(insert-last-argument)25
-b(\(M-.)k(or)h(M-_\))630 2699 y Fu(A)g(synon)m(ym)g(for)g
-Ft(yank-last-arg)p Fu(.)150 2880 y Ft(edit-and-execute-command)24
-b(\(C-x)29 b(C-e\))630 2990 y Fu(In)m(v)m(ok)m(e)34 b(an)f(editor)g(on)
-g(the)g(curren)m(t)f(command)h(line,)h(and)e(execute)i(the)f(result)g
-(as)g(shell)630 3100 y(commands.)81 b(Bash)44 b(attempts)h(to)g(in)m(v)
-m(ok)m(e)h Ft($VISUAL)p Fu(,)f Ft($EDITOR)p Fu(,)h(and)d
-Ft(emacs)g Fu(as)h(the)630 3209 y(editor,)31 b(in)f(that)h(order.)150
-3390 y Ft(execute-named-command)25 b(\(M-x\))630 3500
-y Fu(Read)j(a)g(bindable)f(readline)h(command)g(name)g(from)f(the)h
-(input)f(and)g(execute)j(the)e(func-)630 3609 y(tion)e(to)h(whic)m(h)f
-(it's)g(b)s(ound,)f(as)h(if)g(the)g(k)m(ey)h(sequence)f(to)h(whic)m(h)e
-(it)i(w)m(as)f(b)s(ound)e(app)s(eared)630 3719 y(in)37
-b(the)h(input.)61 b(If)37 b(this)h(function)f(is)g(supplied)g(with)g(a)
-h(n)m(umeric)f(argumen)m(t,)j(it)e(passes)630 3828 y(that)31
-b(argumen)m(t)g(to)g(the)f(function)h(it)f(executes.)150
-4101 y Fs(8.5)68 b(Readline)47 b(vi)e(Mo)t(de)150 4261
-y Fu(While)32 b(the)g(Readline)g(library)f(do)s(es)g(not)h(ha)m(v)m(e)h
-(a)f(full)f(set)h(of)g Ft(vi)f Fu(editing)h(functions,)f(it)h(do)s(es)g
-(con)m(tain)150 4370 y(enough)i(to)h(allo)m(w)g(simple)f(editing)h(of)f
-(the)g(line.)52 b(The)34 b(Readline)g Ft(vi)g Fu(mo)s(de)f(b)s(eha)m(v)
-m(es)i(as)f(sp)s(eci\014ed)f(in)150 4480 y(the)e Fm(posix)e
-Fu(standard.)275 4636 y(In)35 b(order)g(to)i(switc)m(h)f(in)m(teractiv)
-m(ely)j(b)s(et)m(w)m(een)d Ft(emacs)f Fu(and)g Ft(vi)g
-Fu(editing)h(mo)s(des,)h(use)f(the)g(`)p Ft(set)30 b(-o)150
-4746 y(emacs)p Fu(')43 b(and)h(`)p Ft(set)30 b(-o)f(vi)p
-Fu(')44 b(commands)g(\(see)i(Section)f(4.3.1)h([The)e(Set)h(Builtin],)j
-(page)e(69\).)83 b(The)150 4855 y(Readline)31 b(default)g(is)f
-Ft(emacs)f Fu(mo)s(de.)275 5011 y(When)g(y)m(ou)i(en)m(ter)f(a)h(line)f
-(in)g Ft(vi)f Fu(mo)s(de,)h(y)m(ou)h(are)f(already)h(placed)f(in)g
-(`insertion')g(mo)s(de,)g(as)h(if)f(y)m(ou)150 5121 y(had)f(t)m(yp)s
-(ed)g(an)g(`)p Ft(i)p Fu('.)41 b(Pressing)29 b Ft(ESC)f
-Fu(switc)m(hes)i(y)m(ou)g(in)m(to)h(`command')e(mo)s(de,)h(where)e(y)m
-(ou)i(can)g(edit)g(the)150 5230 y(text)35 b(of)f(the)g(line)g(with)f
-(the)h(standard)f Ft(vi)g Fu(mo)m(v)m(emen)m(t)j(k)m(eys,)g(mo)m(v)m(e)
-f(to)f(previous)g(history)f(lines)h(with)150 5340 y(`)p
-Ft(k)p Fu(')d(and)e(subsequen)m(t)h(lines)h(with)f(`)p
-Ft(j)p Fu(',)g(and)g(so)h(forth.)p eop end
-%%Page: 150 156
-TeXDict begin 150 155 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(150)150 299 y Fs(8.6)68
-b(Programmable)47 b(Completion)150 458 y Fu(When)25 b(w)m(ord)g
-(completion)i(is)f(attempted)g(for)g(an)f(argumen)m(t)h(to)g(a)g
-(command)f(for)h(whic)m(h)f(a)h(completion)150 568 y(sp)s
-(eci\014cation)40 b(\(a)h Fr(compsp)s(ec)6 b Fu(\))39
-b(has)h(b)s(een)f(de\014ned)f(using)h(the)h Ft(complete)d
-Fu(builtin)j(\(see)g(Section)h(8.7)150 677 y([Programmable)h
-(Completion)f(Builtins],)k(page)d(152\),)j(the)c(programmable)g
-(completion)i(facilities)150 787 y(are)31 b(in)m(v)m(ok)m(ed.)275
-925 y(First,)23 b(the)e(command)g(name)g(is)h(iden)m(ti\014ed.)37
-b(If)21 b(a)g(compsp)s(ec)g(has)g(b)s(een)f(de\014ned)g(for)h(that)h
-(command,)150 1034 y(the)44 b(compsp)s(ec)g(is)g(used)f(to)h(generate)i
-(the)e(list)g(of)g(p)s(ossible)g(completions)h(for)e(the)h(w)m(ord.)81
-b(If)44 b(the)150 1144 y(command)36 b(w)m(ord)g(is)g(the)g(empt)m(y)h
-(string)f(\(completion)i(attempted)f(at)g(the)g(b)s(eginning)e(of)h(an)
-h(empt)m(y)150 1254 y(line\),)30 b(an)m(y)g(compsp)s(ec)f(de\014ned)f
-(with)h(the)h Ft(-E)e Fu(option)i(to)g Ft(complete)d
-Fu(is)i(used.)40 b(If)29 b(the)g(command)g(w)m(ord)150
-1363 y(is)e(a)h(full)e(pathname,)i(a)g(compsp)s(ec)e(for)h(the)g(full)g
-(pathname)g(is)g(searc)m(hed)h(for)f(\014rst.)39 b(If)26
-b(no)h(compsp)s(ec)g(is)150 1473 y(found)22 b(for)g(the)h(full)g
-(pathname,)h(an)f(attempt)h(is)f(made)g(to)g(\014nd)f(a)h(compsp)s(ec)f
-(for)h(the)g(p)s(ortion)f(follo)m(wing)150 1582 y(the)34
-b(\014nal)g(slash.)53 b(If)34 b(those)g(searc)m(hes)i(do)e(not)g
-(result)h(in)f(a)g(compsp)s(ec,)h(an)m(y)g(compsp)s(ec)f(de\014ned)f
-(with)150 1692 y(the)k Ft(-D)g Fu(option)g(to)h Ft(complete)d
-Fu(is)i(used)g(as)g(the)g(default.)61 b(If)37 b(there)g(is)h(no)f
-(default)g(compsp)s(ec,)i(Bash)150 1802 y(attempts)e(alias)h(expansion)
-e(on)g(the)h(command)f(w)m(ord)g(as)h(a)f(\014nal)g(resort,)j(and)c
-(attempts)j(to)f(\014nd)e(a)150 1911 y(compsp)s(ec)30
-b(for)g(the)h(command)f(w)m(ord)g(from)g(an)m(y)h(successful)f
-(expansion)275 2049 y(Once)k(a)g(compsp)s(ec)g(has)g(b)s(een)f(found,)h
-(it)h(is)f(used)f(to)i(generate)h(the)e(list)h(of)f(matc)m(hing)h(w)m
-(ords.)51 b(If)150 2159 y(a)37 b(compsp)s(ec)f(is)g(not)h(found,)f(the)
-h(default)f(Bash)h(completion)g(describ)s(ed)e(ab)s(o)m(v)m(e)j(\(see)f
-(Section)g(8.4.6)150 2268 y([Commands)30 b(F)-8 b(or)31
-b(Completion],)g(page)g(145\))h(is)f(p)s(erformed.)275
-2406 y(First,)g(the)g(actions)g(sp)s(eci\014ed)f(b)m(y)h(the)f(compsp)s
-(ec)h(are)g(used.)40 b(Only)30 b(matc)m(hes)i(whic)m(h)e(are)h
-(pre\014xed)150 2516 y(b)m(y)h(the)f(w)m(ord)h(b)s(eing)f(completed)h
-(are)g(returned.)44 b(When)31 b(the)h Ft(-f)f Fu(or)h
-Ft(-d)f Fu(option)h(is)f(used)g(for)h(\014lename)150
-2625 y(or)e(directory)h(name)f(completion,)i(the)e(shell)h(v)-5
-b(ariable)31 b Ft(FIGNORE)d Fu(is)i(used)f(to)i(\014lter)g(the)f(matc)m
-(hes.)42 b(See)150 2735 y(Section)31 b(5.2)h([Bash)e(V)-8
-b(ariables],)33 b(page)e(81,)g(for)f(a)h(description)g(of)f
-Ft(FIGNORE)p Fu(.)275 2873 y(An)m(y)22 b(completions)h(sp)s(eci\014ed)f
-(b)m(y)g(a)h(\014lename)f(expansion)h(pattern)f(to)h(the)g
-Ft(-G)e Fu(option)i(are)g(generated)150 2982 y(next.)41
-b(The)29 b(w)m(ords)g(generated)h(b)m(y)g(the)g(pattern)f(need)h(not)f
-(matc)m(h)i(the)f(w)m(ord)f(b)s(eing)g(completed.)41
-b(The)150 3092 y Ft(GLOBIGNORE)29 b Fu(shell)i(v)-5 b(ariable)32
-b(is)g(not)g(used)e(to)i(\014lter)g(the)g(matc)m(hes,)h(but)d(the)i
-Ft(FIGNORE)e Fu(shell)h(v)-5 b(ariable)150 3201 y(is)30
-b(used.)275 3339 y(Next,)39 b(the)f(string)f(sp)s(eci\014ed)f(as)h(the)
-g(argumen)m(t)h(to)g(the)f Ft(-W)f Fu(option)i(is)f(considered.)60
-b(The)37 b(string)150 3449 y(is)c(\014rst)e(split)i(using)f(the)h(c)m
-(haracters)h(in)e(the)h Ft(IFS)e Fu(sp)s(ecial)j(v)-5
-b(ariable)33 b(as)g(delimiters.)48 b(Shell)32 b(quoting)h(is)150
-3558 y(honored)f(within)h(the)g(string,)h(in)f(order)f(to)i(pro)m(vide)
-f(a)h(mec)m(hanism)f(for)g(the)g(w)m(ords)g(to)g(con)m(tain)i(shell)150
-3668 y(metac)m(haracters)e(or)e(c)m(haracters)i(in)e(the)g(v)-5
-b(alue)31 b(of)g Ft(IFS)p Fu(.)42 b(Eac)m(h)32 b(w)m(ord)e(is)h(then)g
-(expanded)f(using)h(brace)150 3778 y(expansion,)g(tilde)h(expansion,)f
-(parameter)g(and)g(v)-5 b(ariable)32 b(expansion,)f(command)f
-(substitution,)i(and)150 3887 y(arithmetic)c(expansion,)f(as)g(describ)
-s(ed)e(ab)s(o)m(v)m(e)i(\(see)h(Section)f(3.5)g([Shell)g(Expansions],)g
-(page)g(24\).)40 b(The)150 3997 y(results)23 b(are)h(split)g(using)f
-(the)h(rules)f(describ)s(ed)f(ab)s(o)m(v)m(e)j(\(see)g(Section)f(3.5.7)
-h([W)-8 b(ord)24 b(Splitting],)i(page)e(36\).)150 4106
-y(The)j(results)h(of)f(the)h(expansion)g(are)g(pre\014x-matc)m(hed)g
-(against)h(the)f(w)m(ord)f(b)s(eing)g(completed,)j(and)d(the)150
-4216 y(matc)m(hing)k(w)m(ords)f(b)s(ecome)h(the)g(p)s(ossible)f
-(completions.)275 4354 y(After)f(these)g(matc)m(hes)i(ha)m(v)m(e)f(b)s
-(een)f(generated,)h(an)m(y)g(shell)f(function)g(or)g(command)g(sp)s
-(eci\014ed)f(with)150 4463 y(the)36 b Ft(-F)f Fu(and)g
-Ft(-C)g Fu(options)h(is)g(in)m(v)m(ok)m(ed.)59 b(When)35
-b(the)h(command)g(or)f(function)h(is)g(in)m(v)m(ok)m(ed,)i(the)e
-Ft(COMP_)150 4573 y(LINE)p Fu(,)42 b Ft(COMP_POINT)p
-Fu(,)d Ft(COMP_KEY)p Fu(,)i(and)e Ft(COMP_TYPE)f Fu(v)-5
-b(ariables)41 b(are)f(assigned)g(v)-5 b(alues)41 b(as)f(describ)s(ed)
-150 4682 y(ab)s(o)m(v)m(e)34 b(\(see)g(Section)g(5.2)g([Bash)f(V)-8
-b(ariables],)36 b(page)d(81\).)50 b(If)33 b(a)g(shell)g(function)g(is)g
-(b)s(eing)f(in)m(v)m(ok)m(ed,)k(the)150 4792 y Ft(COMP_WORDS)j
-Fu(and)i Ft(COMP_CWORD)d Fu(v)-5 b(ariables)42 b(are)g(also)h(set.)74
-b(When)41 b(the)h(function)f(or)h(command)f(is)150 4902
-y(in)m(v)m(ok)m(ed,)c(the)e(\014rst)f(argumen)m(t)h(\($1\))h(is)e(the)h
-(name)g(of)f(the)h(command)f(whose)h(argumen)m(ts)f(are)h(b)s(eing)150
-5011 y(completed,)30 b(the)f(second)f(argumen)m(t)h(\($2\))h(is)f(the)g
-(w)m(ord)f(b)s(eing)g(completed,)i(and)e(the)h(third)e(argumen)m(t)150
-5121 y(\($3\))40 b(is)f(the)f(w)m(ord)h(preceding)f(the)h(w)m(ord)f(b)s
-(eing)g(completed)i(on)e(the)h(curren)m(t)f(command)h(line.)65
-b(No)150 5230 y(\014ltering)33 b(of)h(the)f(generated)h(completions)g
-(against)h(the)e(w)m(ord)g(b)s(eing)f(completed)i(is)g(p)s(erformed;)f
-(the)150 5340 y(function)d(or)g(command)h(has)f(complete)i(freedom)e
-(in)g(generating)h(the)g(matc)m(hes.)p eop end
-%%Page: 151 157
-TeXDict begin 151 156 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(151)275 299 y(An)m(y)34
-b(function)h(sp)s(eci\014ed)f(with)g Ft(-F)g Fu(is)h(in)m(v)m(ok)m(ed)h
-(\014rst.)53 b(The)35 b(function)f(ma)m(y)h(use)g(an)m(y)g(of)g(the)g
-(shell)150 408 y(facilities,)50 b(including)44 b(the)h
-Ft(compgen)d Fu(and)i Ft(compopt)e Fu(builtins)i(describ)s(ed)f(b)s
-(elo)m(w)h(\(see)i(Section)f(8.7)150 518 y([Programmable)31
-b(Completion)h(Builtins],)f(page)h(152\),)g(to)g(generate)g(the)f(matc)
-m(hes.)42 b(It)31 b(m)m(ust)g(put)f(the)150 628 y(p)s(ossible)g
-(completions)h(in)f(the)h Ft(COMPREPLY)d Fu(arra)m(y)j(v)-5
-b(ariable,)31 b(one)g(p)s(er)e(arra)m(y)i(elemen)m(t.)275
-778 y(Next,)26 b(an)m(y)f(command)f(sp)s(eci\014ed)g(with)g(the)h
-Ft(-C)f Fu(option)h(is)f(in)m(v)m(ok)m(ed)i(in)e(an)g(en)m(vironmen)m
-(t)h(equiv)-5 b(alen)m(t)150 888 y(to)26 b(command)e(substitution.)39
-b(It)25 b(should)f(prin)m(t)h(a)g(list)h(of)f(completions,)i(one)e(p)s
-(er)f(line,)j(to)f(the)f(standard)150 998 y(output.)40
-b(Bac)m(kslash)32 b(ma)m(y)f(b)s(e)f(used)g(to)h(escap)s(e)g(a)f
-(newline,)h(if)f(necessary)-8 b(.)275 1148 y(After)24
-b(all)i(of)f(the)f(p)s(ossible)g(completions)i(are)f(generated,)i(an)m
-(y)e(\014lter)g(sp)s(eci\014ed)e(with)i(the)g Ft(-X)e
-Fu(option)150 1258 y(is)34 b(applied)g(to)g(the)h(list.)52
-b(The)33 b(\014lter)h(is)g(a)h(pattern)f(as)g(used)f(for)h(pathname)g
-(expansion;)i(a)e(`)p Ft(&)p Fu(')g(in)g(the)150 1367
-y(pattern)28 b(is)f(replaced)h(with)g(the)f(text)i(of)f(the)f(w)m(ord)h
-(b)s(eing)f(completed.)40 b(A)28 b(literal)h(`)p Ft(&)p
-Fu(')f(ma)m(y)g(b)s(e)f(escap)s(ed)150 1477 y(with)38
-b(a)h(bac)m(kslash;)k(the)38 b(bac)m(kslash)h(is)g(remo)m(v)m(ed)g(b)s
-(efore)f(attempting)h(a)g(matc)m(h.)65 b(An)m(y)39 b(completion)150
-1587 y(that)32 b(matc)m(hes)g(the)g(pattern)g(will)f(b)s(e)g(remo)m(v)m
-(ed)h(from)f(the)h(list.)44 b(A)32 b(leading)g(`)p Ft(!)p
-Fu(')f(negates)i(the)f(pattern;)150 1696 y(in)d(this)g(case)h(an)m(y)g
-(completion)h(not)e(matc)m(hing)h(the)g(pattern)f(will)h(b)s(e)e(remo)m
-(v)m(ed.)42 b(If)29 b(the)g Ft(nocasematch)150 1806 y
-Fu(shell)k(option)f(\(see)i(the)e(description)g(of)h
-Ft(shopt)e Fu(in)h(Section)h(4.3.2)h([The)e(Shopt)g(Builtin],)h(page)g
-(73\))h(is)150 1915 y(enabled,)d(the)f(matc)m(h)h(is)g(p)s(erformed)e
-(without)h(regard)g(to)h(the)g(case)g(of)g(alphab)s(etic)g(c)m
-(haracters.)275 2066 y(Finally)-8 b(,)42 b(an)m(y)c(pre\014x)g(and)f
-(su\016x)h(sp)s(eci\014ed)f(with)i(the)f Ft(-P)g Fu(and)g
-Ft(-S)f Fu(options)i(are)g(added)f(to)h(eac)m(h)150 2176
-y(mem)m(b)s(er)31 b(of)g(the)h(completion)h(list,)f(and)f(the)h(result)
-f(is)h(returned)e(to)i(the)g(Readline)g(completion)h(co)s(de)150
-2285 y(as)e(the)f(list)h(of)g(p)s(ossible)f(completions.)275
-2436 y(If)d(the)h(previously-applied)f(actions)i(do)f(not)g(generate)h
-(an)m(y)f(matc)m(hes,)i(and)d(the)h Ft(-o)h(dirnames)d
-Fu(op-)150 2545 y(tion)j(w)m(as)f(supplied)f(to)i Ft(complete)d
-Fu(when)h(the)h(compsp)s(ec)g(w)m(as)g(de\014ned,)g(directory)g(name)h
-(completion)150 2655 y(is)h(attempted.)275 2806 y(If)35
-b(the)g Ft(-o)30 b(plusdirs)j Fu(option)j(w)m(as)g(supplied)e(to)i
-Ft(complete)e Fu(when)g(the)i(compsp)s(ec)f(w)m(as)h(de\014ned,)150
-2915 y(directory)g(name)f(completion)i(is)e(attempted)h(and)f(an)m(y)h
-(matc)m(hes)g(are)g(added)f(to)h(the)f(results)g(of)h(the)150
-3025 y(other)31 b(actions.)275 3176 y(By)g(default,)i(if)e(a)h(compsp)s
-(ec)f(is)h(found,)f(whatev)m(er)h(it)g(generates)h(is)e(returned)g(to)h
-(the)g(completion)150 3285 y(co)s(de)21 b(as)g(the)g(full)g(set)g(of)g
-(p)s(ossible)f(completions.)39 b(The)20 b(default)h(Bash)g(completions)
-h(are)g(not)f(attempted,)150 3395 y(and)30 b(the)g(Readline)h(default)f
-(of)g(\014lename)h(completion)g(is)f(disabled.)41 b(If)29
-b(the)i Ft(-o)e(bashdefault)e Fu(option)150 3504 y(w)m(as)d(supplied)e
-(to)j Ft(complete)c Fu(when)i(the)g(compsp)s(ec)h(w)m(as)g(de\014ned,)g
-(the)f(default)h(Bash)g(completions)h(are)150 3614 y(attempted)j(if)f
-(the)h(compsp)s(ec)f(generates)h(no)f(matc)m(hes.)41
-b(If)27 b(the)g Ft(-o)j(default)25 b Fu(option)j(w)m(as)f(supplied)f
-(to)150 3724 y Ft(complete)f Fu(when)h(the)h(compsp)s(ec)f(w)m(as)i
-(de\014ned,)e(Readline's)i(default)f(completion)h(will)f(b)s(e)f(p)s
-(erformed)150 3833 y(if)k(the)h(compsp)s(ec)f(\(and,)g(if)h(attempted,)
-g(the)g(default)f(Bash)h(completions\))h(generate)g(no)e(matc)m(hes.)
-275 3984 y(When)20 b(a)i(compsp)s(ec)e(indicates)i(that)g(directory)g
-(name)f(completion)h(is)f(desired,)i(the)e(programmable)150
-4093 y(completion)31 b(functions)e(force)i(Readline)f(to)h(app)s(end)d
-(a)i(slash)g(to)g(completed)h(names)e(whic)m(h)h(are)g(sym-)150
-4203 y(b)s(olic)40 b(links)g(to)h(directories,)j(sub)5
-b(ject)40 b(to)h(the)f(v)-5 b(alue)41 b(of)f(the)g Fr(mark-directories)
-45 b Fu(Readline)c(v)-5 b(ariable,)150 4313 y(regardless)31
-b(of)f(the)h(setting)g(of)g(the)f Fr(mark-symlink)m(ed-directories)36
-b Fu(Readline)31 b(v)-5 b(ariable.)275 4463 y(There)25
-b(is)i(some)g(supp)s(ort)e(for)h(dynamically)h(mo)s(difying)f
-(completions.)40 b(This)26 b(is)g(most)h(useful)f(when)150
-4573 y(used)40 b(in)h(com)m(bination)i(with)e(a)g(default)h(completion)
-g(sp)s(eci\014ed)f(with)g Ft(-D)p Fu(.)72 b(It's)42 b(p)s(ossible)f
-(for)g(shell)150 4682 y(functions)28 b(executed)h(as)f(completion)i
-(handlers)d(to)i(indicate)g(that)g(completion)g(should)e(b)s(e)h
-(retried)g(b)m(y)150 4792 y(returning)j(an)i(exit)g(status)f(of)h(124.)
-48 b(If)31 b(a)i(shell)f(function)g(returns)f(124,)k(and)c(c)m(hanges)j
-(the)e(compsp)s(ec)150 4902 y(asso)s(ciated)43 b(with)e(the)g(command)g
-(on)g(whic)m(h)g(completion)i(is)e(b)s(eing)g(attempted)h(\(supplied)e
-(as)i(the)150 5011 y(\014rst)29 b(argumen)m(t)h(when)e(the)i(function)f
-(is)g(executed\),)j(programmable)d(completion)i(restarts)f(from)f(the)
-150 5121 y(b)s(eginning,)e(with)g(an)h(attempt)g(to)g(\014nd)e(a)i(new)
-e(compsp)s(ec)i(for)f(that)h(command.)39 b(This)27 b(allo)m(ws)h(a)g
-(set)g(of)150 5230 y(completions)33 b(to)f(b)s(e)g(built)f(dynamically)
-i(as)f(completion)h(is)f(attempted,)h(rather)f(than)f(b)s(eing)g
-(loaded)150 5340 y(all)g(at)g(once.)p eop end
-%%Page: 152 158
-TeXDict begin 152 157 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(152)275 299 y(F)-8
-b(or)38 b(instance,)h(assuming)e(that)h(there)f(is)h(a)f(library)g(of)g
-(compsp)s(ecs,)i(eac)m(h)g(k)m(ept)e(in)g(a)h(\014le)f(corre-)150
-408 y(sp)s(onding)g(to)j(the)f(name)f(of)h(the)g(command,)i(the)e
-(follo)m(wing)h(default)f(completion)h(function)e(w)m(ould)150
-518 y(load)31 b(completions)g(dynamically:)390 657 y
-Ft(_completion_loader\(\))390 767 y({)581 877 y(.)47
-b("/etc/bash_completion.d/$1)o(.sh)o(")42 b(>/dev/null)j(2>&1)i(&&)g
-(return)f(124)390 986 y(})390 1096 y(complete)g(-D)h(-F)g
-(_completion_loader)c(-o)k(bashdefault)e(-o)i(default)150
-1344 y Fs(8.7)68 b(Programmable)47 b(Completion)f(Builtins)150
-1503 y Fu(Three)21 b(builtin)g(commands)f(are)i(a)m(v)-5
-b(ailable)24 b(to)e(manipulate)f(the)h(programmable)f(completion)h
-(facilities:)150 1613 y(one)34 b(to)g(sp)s(ecify)f(ho)m(w)h(the)f
-(argumen)m(ts)h(to)g(a)g(particular)g(command)f(are)h(to)g(b)s(e)f
-(completed,)j(and)d(t)m(w)m(o)150 1722 y(to)e(mo)s(dify)f(the)g
-(completion)i(as)e(it)h(is)g(happ)s(ening.)150 1889 y
-Ft(compgen)870 2026 y(compgen)46 b([-V)h Fj(varname)p
-Ft(])e([)p Fj(option)p Ft(])h([)p Fj(word)p Ft(])630
-2163 y Fu(Generate)27 b(p)s(ossible)e(completion)i(matc)m(hes)g(for)e
-Fr(w)m(ord)k Fu(according)e(to)f(the)g Fr(option)p Fu(s,)h(whic)m(h)630
-2272 y(ma)m(y)g(b)s(e)f(an)m(y)i(option)f(accepted)h(b)m(y)e(the)h
-Ft(complete)e Fu(builtin)h(with)h(the)g(exceptions)g(of)g
-Ft(-p)p Fu(,)630 2382 y Ft(-r)p Fu(,)j Ft(-D)p Fu(,)g
-Ft(-E)p Fu(,)g(and)g Ft(-I)p Fu(,)g(and)g(write)g(the)h(matc)m(hes)g
-(to)g(the)g(standard)e(output.)630 2519 y(If)f(the)i
-Ft(-V)e Fu(option)h(is)g(supplied,)f Ft(compgen)f Fu(stores)j(the)f
-(generated)h(completions)g(in)m(to)g(the)630 2628 y(indexed)24
-b(arra)m(y)g(v)-5 b(ariable)25 b Fr(v)-5 b(arname)29
-b Fu(instead)24 b(of)h(writing)f(them)g(to)h(the)f(standard)f(output.)
-630 2765 y(When)38 b(using)g(the)h Ft(-F)e Fu(or)i Ft(-C)f
-Fu(options,)j(the)d(v)-5 b(arious)39 b(shell)f(v)-5 b(ariables)39
-b(set)g(b)m(y)g(the)f(pro-)630 2875 y(grammable)31 b(completion)h
-(facilities,)g(while)f(a)m(v)-5 b(ailable,)33 b(will)d(not)h(ha)m(v)m
-(e)h(useful)d(v)-5 b(alues.)630 3012 y(The)34 b(matc)m(hes)h(will)g(b)s
-(e)f(generated)h(in)f(the)h(same)g(w)m(a)m(y)g(as)g(if)f(the)h
-(programmable)f(com-)630 3121 y(pletion)d(co)s(de)g(had)f(generated)i
-(them)e(directly)i(from)e(a)h(completion)h(sp)s(eci\014cation)f(with)
-630 3231 y(the)e(same)h(\015ags.)40 b(If)29 b Fr(w)m(ord)j
-Fu(is)d(sp)s(eci\014ed,)g(only)g(those)h(completions)g(matc)m(hing)g
-Fr(w)m(ord)j Fu(will)630 3340 y(b)s(e)d(displa)m(y)m(ed.)630
-3477 y(The)24 b(return)g(v)-5 b(alue)25 b(is)g(true)f(unless)g(an)h(in)
-m(v)-5 b(alid)25 b(option)g(is)g(supplied,)f(or)h(no)g(matc)m(hes)g(w)m
-(ere)630 3587 y(generated.)150 3751 y Ft(complete)870
-3888 y(complete)46 b([-abcdefgjksuv])d([-o)k Fj(comp-option)p
-Ft(])e([-DEI])h([-A)h Fj(action)p Ft(])870 3998 y([-G)g
-Fj(globpat)p Ft(])e([-W)i Fj(wordlist)p Ft(])f([-F)h
-Fj(function)p Ft(])e([-C)i Fj(command)p Ft(])870 4107
-y([-X)g Fj(filterpat)p Ft(])e([-P)i Fj(prefix)p Ft(])f([-S)h
-Fj(suffix)p Ft(])e Fj(name)i Ft([)p Fj(name)f Ft(...])870
-4217 y(complete)g(-pr)g([-DEI])h([)p Fj(name)f Ft(...)o(])630
-4354 y Fu(Sp)s(ecify)30 b(ho)m(w)h(argumen)m(ts)h(to)g(eac)m(h)g
-Fr(name)k Fu(should)30 b(b)s(e)g(completed.)44 b(If)31
-b(the)g Ft(-p)f Fu(option)i(is)630 4463 y(supplied,)e(or)g(if)h(no)f
-(options)h(or)g Fr(name)5 b Fu(s)30 b(are)h(supplied,)f(existing)i
-(completion)f(sp)s(eci\014ca-)630 4573 y(tions)24 b(are)f(prin)m(ted)g
-(in)g(a)h(w)m(a)m(y)g(that)g(allo)m(ws)g(them)f(to)h(b)s(e)f(reused)f
-(as)i(input.)37 b(The)23 b Ft(-r)f Fu(option)630 4682
-y(remo)m(v)m(es)29 b(a)f(completion)h(sp)s(eci\014cation)f(for)g(eac)m
-(h)g Fr(name)p Fu(,)h(or,)f(if)g(no)f Fr(name)5 b Fu(s)28
-b(are)g(supplied,)630 4792 y(all)35 b(completion)g(sp)s
-(eci\014cations.)53 b(The)34 b Ft(-D)f Fu(option)i(indicates)g(that)g
-(other)f(supplied)f(op-)630 4902 y(tions)g(and)e(actions)j(should)d
-(apply)h(to)h(the)g(\\default")g(command)f(completion;)j(that)e(is,)630
-5011 y(completion)j(attempted)g(on)e(a)h(command)g(for)f(whic)m(h)g(no)
-h(completion)h(has)e(previously)630 5121 y(b)s(een)d(de\014ned.)43
-b(The)31 b Ft(-E)g Fu(option)g(indicates)i(that)f(other)g(supplied)e
-(options)i(and)f(actions)630 5230 y(should)f(apply)i(to)g(\\empt)m(y")g
-(command)g(completion;)h(that)f(is,)g(completion)h(attempted)630
-5340 y(on)24 b(a)g(blank)f(line.)39 b(The)23 b Ft(-I)h
-Fu(option)g(indicates)h(that)f(other)g(supplied)e(options)j(and)e
-(actions)p eop end
-%%Page: 153 159
-TeXDict begin 153 158 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(153)630 299 y(should)32
-b(apply)g(to)i(completion)g(on)e(the)h(initial)i(non-assignmen)m(t)e(w)
-m(ord)f(on)h(the)g(line,)h(or)630 408 y(after)f(a)g(command)g
-(delimiter)h(suc)m(h)e(as)h(`)p Ft(;)p Fu(')g(or)g(`)p
-Ft(|)p Fu(',)g(whic)m(h)g(is)g(usually)f(command)h(name)630
-518 y(completion.)64 b(If)38 b(m)m(ultiple)g(options)g(are)g(supplied,)
-h(the)f Ft(-D)f Fu(option)h(tak)m(es)h(precedence)630
-628 y(o)m(v)m(er)29 b Ft(-E)p Fu(,)f(and)f(b)s(oth)g(tak)m(e)i
-(precedence)f(o)m(v)m(er)h Ft(-I)p Fu(.)39 b(If)27 b(an)m(y)h(of)g
-Ft(-D)p Fu(,)g Ft(-E)p Fu(,)f(or)h Ft(-I)f Fu(are)h(supplied,)630
-737 y(an)m(y)39 b(other)h Fr(name)k Fu(argumen)m(ts)39
-b(are)h(ignored;)j(these)d(completions)g(only)f(apply)g(to)h(the)630
-847 y(case)31 b(sp)s(eci\014ed)f(b)m(y)g(the)h(option.)630
-981 y(The)e(pro)s(cess)g(of)h(applying)g(these)g(completion)g(sp)s
-(eci\014cations)h(when)d(w)m(ord)i(completion)630 1091
-y(is)35 b(attempted)h(is)f(describ)s(ed)f(ab)s(o)m(v)m(e)j(\(see)f
-(Section)g(8.6)g([Programmable)g(Completion],)630 1200
-y(page)31 b(150\).)630 1335 y(Other)d(options,)i(if)f(sp)s(eci\014ed,)g
-(ha)m(v)m(e)h(the)f(follo)m(wing)i(meanings.)40 b(The)29
-b(argumen)m(ts)g(to)h(the)630 1445 y Ft(-G)p Fu(,)41
-b Ft(-W)p Fu(,)h(and)c Ft(-X)h Fu(options)h(\(and,)h(if)f(necessary)-8
-b(,)42 b(the)e Ft(-P)f Fu(and)f Ft(-S)h Fu(options\))h(should)f(b)s(e)
-630 1554 y(quoted)28 b(to)h(protect)g(them)f(from)f(expansion)h(b)s
-(efore)g(the)g Ft(complete)e Fu(builtin)h(is)h(in)m(v)m(ok)m(ed.)630
-1714 y Ft(-o)i Fj(comp-option)1110 1823 y Fu(The)c Fr(comp-option)i
-Fu(con)m(trols)g(sev)m(eral)h(asp)s(ects)e(of)g(the)g(compsp)s(ec's)g
-(b)s(eha)m(v-)1110 1933 y(ior)g(b)s(ey)m(ond)f(the)g(simple)h
-(generation)h(of)e(completions.)41 b Fr(comp-option)27
-b Fu(ma)m(y)1110 2042 y(b)s(e)j(one)g(of:)1110 2202 y
-Ft(bashdefault)1590 2311 y Fu(P)m(erform)d(the)h(rest)f(of)h(the)g
-(default)f(Bash)h(completions)g(if)g(the)1590 2421 y(compsp)s(ec)i
-(generates)i(no)e(matc)m(hes.)1110 2580 y Ft(default)144
-b Fu(Use)22 b(Readline's)g(default)g(\014lename)g(completion)g(if)g
-(the)g(comp-)1590 2690 y(sp)s(ec)30 b(generates)i(no)e(matc)m(hes.)1110
-2849 y Ft(dirnames)96 b Fu(P)m(erform)46 b(directory)g(name)h
-(completion)g(if)f(the)g(compsp)s(ec)1590 2959 y(generates)32
-b(no)e(matc)m(hes.)1110 3118 y Ft(filenames)1590 3228
-y Fu(T)-8 b(ell)40 b(Readline)f(that)h(the)f(compsp)s(ec)f(generates)j
-(\014lenames,)1590 3337 y(so)29 b(it)h(can)f(p)s(erform)f(an)m(y)h
-(\014lename-sp)s(eci\014c)h(pro)s(cessing)e(\(lik)m(e)1590
-3447 y(adding)22 b(a)g(slash)g(to)h(directory)f(names,)i(quoting)f(sp)s
-(ecial)f(c)m(har-)1590 3557 y(acters,)39 b(or)d(suppressing)f(trailing)
-i(spaces\).)59 b(This)35 b(option)i(is)1590 3666 y(in)m(tended)30
-b(to)g(b)s(e)g(used)f(with)g(shell)i(functions)e(sp)s(eci\014ed)g(with)
-1590 3776 y Ft(-F)p Fu(.)1110 3935 y Ft(fullquote)1590
-4045 y Fu(T)-8 b(ell)32 b(Readline)g(to)g(quote)f(all)h(the)g
-(completed)g(w)m(ords)e(ev)m(en)i(if)1590 4154 y(they)f(are)f(not)h
-(\014lenames.)1110 4314 y Ft(noquote)144 b Fu(T)-8 b(ell)28
-b(Readline)g(not)g(to)g(quote)g(the)g(completed)g(w)m(ords)f(if)h(they)
-1590 4423 y(are)j(\014lenames)f(\(quoting)h(\014lenames)g(is)f(the)h
-(default\).)1110 4583 y Ft(nosort)192 b Fu(T)-8 b(ell)23
-b(Readline)g(not)f(to)h(sort)g(the)f(list)h(of)f(p)s(ossible)g
-(completions)1590 4692 y(alphab)s(etically)-8 b(.)1110
-4852 y Ft(nospace)144 b Fu(T)-8 b(ell)40 b(Readline)g(not)g(to)g(app)s
-(end)d(a)j(space)g(\(the)f(default\))h(to)1590 4961 y(w)m(ords)30
-b(completed)h(at)g(the)g(end)f(of)g(the)h(line.)1110
-5121 y Ft(plusdirs)96 b Fu(After)30 b(an)m(y)h(matc)m(hes)g(de\014ned)d
-(b)m(y)i(the)g(compsp)s(ec)g(are)g(gener-)1590 5230 y(ated,)g
-(directory)f(name)g(completion)i(is)d(attempted)i(and)f(an)m(y)1590
-5340 y(matc)m(hes)j(are)e(added)g(to)h(the)g(results)f(of)g(the)h
-(other)g(actions.)p eop end
-%%Page: 154 160
-TeXDict begin 154 159 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(154)630 299 y Ft(-A)30
-b Fj(action)66 b Fu(The)25 b Fr(action)h Fu(ma)m(y)g(b)s(e)e(one)h(of)h
-(the)f(follo)m(wing)i(to)e(generate)i(a)e(list)h(of)f(p)s(ossible)1110
-408 y(completions:)1110 570 y Ft(alias)240 b Fu(Alias)31
-b(names.)41 b(Ma)m(y)31 b(also)h(b)s(e)e(sp)s(eci\014ed)f(as)i
-Ft(-a)p Fu(.)1110 732 y Ft(arrayvar)96 b Fu(Arra)m(y)31
-b(v)-5 b(ariable)31 b(names.)1110 894 y Ft(binding)144
-b Fu(Readline)30 b(k)m(ey)f(binding)f(names)h(\(see)h(Section)f(8.4)h
-([Bindable)1590 1004 y(Readline)h(Commands],)f(page)h(139\).)1110
-1166 y Ft(builtin)144 b Fu(Names)21 b(of)g(shell)f(builtin)h(commands.)
-37 b(Ma)m(y)21 b(also)h(b)s(e)e(sp)s(eci\014ed)1590 1276
-y(as)31 b Ft(-b)p Fu(.)1110 1438 y Ft(command)144 b Fu(Command)29
-b(names.)41 b(Ma)m(y)32 b(also)f(b)s(e)f(sp)s(eci\014ed)f(as)i
-Ft(-c)p Fu(.)1110 1600 y Ft(directory)1590 1709 y Fu(Directory)h
-(names.)40 b(Ma)m(y)32 b(also)f(b)s(e)f(sp)s(eci\014ed)g(as)g
-Ft(-d)p Fu(.)1110 1871 y Ft(disabled)96 b Fu(Names)31
-b(of)g(disabled)f(shell)g(builtins.)1110 2033 y Ft(enabled)144
-b Fu(Names)31 b(of)g(enabled)f(shell)g(builtins.)1110
-2195 y Ft(export)192 b Fu(Names)34 b(of)f(exp)s(orted)f(shell)h(v)-5
-b(ariables.)49 b(Ma)m(y)35 b(also)e(b)s(e)g(sp)s(eci-)1590
-2305 y(\014ed)d(as)g Ft(-e)p Fu(.)1110 2467 y Ft(file)288
-b Fu(File)32 b(names.)40 b(Ma)m(y)32 b(also)f(b)s(e)f(sp)s(eci\014ed)f
-(as)i Ft(-f)p Fu(.)1110 2629 y Ft(function)96 b Fu(Names)31
-b(of)g(shell)f(functions.)1110 2791 y Ft(group)240 b
-Fu(Group)30 b(names.)40 b(Ma)m(y)32 b(also)f(b)s(e)f(sp)s(eci\014ed)g
-(as)g Ft(-g)p Fu(.)1110 2953 y Ft(helptopic)1590 3062
-y Fu(Help)37 b(topics)g(as)g(accepted)h(b)m(y)e(the)h
-Ft(help)f Fu(builtin)g(\(see)h(Sec-)1590 3172 y(tion)31
-b(4.2)g([Bash)g(Builtins],)g(page)g(57\).)1110 3334 y
-Ft(hostname)96 b Fu(Hostnames,)89 b(as)76 b(tak)m(en)h(from)f(the)g
-(\014le)h(sp)s(eci\014ed)e(b)m(y)1590 3444 y(the)55 b
-Ft(HOSTFILE)e Fu(shell)j(v)-5 b(ariable)56 b(\(see)g(Section)g(5.2)h
-([Bash)1590 3553 y(V)-8 b(ariables],)32 b(page)f(81\).)1110
-3715 y Ft(job)336 b Fu(Job)31 b(names,)h(if)g(job)f(con)m(trol)i(is)f
-(activ)m(e.)46 b(Ma)m(y)33 b(also)g(b)s(e)e(sp)s(eci-)1590
-3825 y(\014ed)f(as)g Ft(-j)p Fu(.)1110 3987 y Ft(keyword)144
-b Fu(Shell)30 b(reserv)m(ed)h(w)m(ords.)40 b(Ma)m(y)32
-b(also)f(b)s(e)f(sp)s(eci\014ed)f(as)i Ft(-k)p Fu(.)1110
-4149 y Ft(running)144 b Fu(Names)31 b(of)g(running)d(jobs,)i(if)h(job)f
-(con)m(trol)h(is)g(activ)m(e.)1110 4311 y Ft(service)144
-b Fu(Service)31 b(names.)41 b(Ma)m(y)31 b(also)g(b)s(e)f(sp)s
-(eci\014ed)g(as)g Ft(-s)p Fu(.)1110 4473 y Ft(setopt)192
-b Fu(V)-8 b(alid)39 b(argumen)m(ts)g(for)f(the)h Ft(-o)e
-Fu(option)i(to)g(the)g Ft(set)e Fu(builtin)1590 4582
-y(\(see)31 b(Section)h(4.3.1)g([The)e(Set)g(Builtin],)i(page)f(69\).)
-1110 4744 y Ft(shopt)240 b Fu(Shell)40 b(option)g(names)g(as)g
-(accepted)i(b)m(y)e(the)g Ft(shopt)e Fu(builtin)1590
-4854 y(\(see)31 b(Section)h(4.2)f([Bash)g(Builtins],)g(page)g(57\).)
-1110 5016 y Ft(signal)192 b Fu(Signal)31 b(names.)1110
-5178 y Ft(stopped)144 b Fu(Names)31 b(of)g(stopp)s(ed)e(jobs,)h(if)g
-(job)g(con)m(trol)i(is)f(activ)m(e.)1110 5340 y Ft(user)288
-b Fu(User)30 b(names.)41 b(Ma)m(y)32 b(also)f(b)s(e)f(sp)s(eci\014ed)f
-(as)i Ft(-u)p Fu(.)p eop end
-%%Page: 155 161
-TeXDict begin 155 160 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(155)1110 299 y Ft(variable)96
-b Fu(Names)36 b(of)g(all)g(shell)g(v)-5 b(ariables.)56
-b(Ma)m(y)37 b(also)f(b)s(e)f(sp)s(eci\014ed)g(as)1590
-408 y Ft(-v)p Fu(.)630 573 y Ft(-C)30 b Fj(command)1110
-682 y Fr(command)35 b Fu(is)e(executed)g(in)e(a)i(subshell)e(en)m
-(vironmen)m(t,)i(and)f(its)g(output)g(is)1110 792 y(used)38
-b(as)h(the)g(p)s(ossible)f(completions.)67 b(Argumen)m(ts)39
-b(are)g(passed)f(as)h(with)1110 902 y(the)31 b Ft(-F)e
-Fu(option.)630 1066 y Ft(-F)h Fj(function)1110 1176 y
-Fu(The)39 b(shell)g(function)g Fr(function)g Fu(is)g(executed)h(in)f
-(the)g(curren)m(t)g(shell)g(en)m(vi-)1110 1285 y(ronmen)m(t.)72
-b(When)41 b(it)g(is)g(executed,)k($1)c(is)g(the)g(name)g(of)g(the)g
-(command)1110 1395 y(whose)34 b(argumen)m(ts)h(are)g(b)s(eing)f
-(completed,)j($2)e(is)f(the)h(w)m(ord)f(b)s(eing)g(com-)1110
-1504 y(pleted,)44 b(and)c($3)i(is)e(the)h(w)m(ord)g(preceding)f(the)h
-(w)m(ord)f(b)s(eing)h(completed,)1110 1614 y(as)g(describ)s(ed)f(ab)s
-(o)m(v)m(e)i(\(see)g(Section)f(8.6)h([Programmable)g(Completion],)1110
-1724 y(page)30 b(150\).)42 b(When)29 b(it)h(\014nishes,)e(the)h(p)s
-(ossible)g(completions)h(are)g(retriev)m(ed)1110 1833
-y(from)g(the)g(v)-5 b(alue)31 b(of)g(the)f Ft(COMPREPLY)e
-Fu(arra)m(y)j(v)-5 b(ariable.)630 1998 y Ft(-G)30 b Fj(globpat)1110
-2107 y Fu(The)39 b(\014lename)h(expansion)g(pattern)g
-Fr(globpat)j Fu(is)d(expanded)f(to)h(generate)1110 2217
-y(the)31 b(p)s(ossible)e(completions.)630 2381 y Ft(-P)h
-Fj(prefix)66 b Fr(pre\014x)39 b Fu(is)34 b(added)f(at)i(the)f(b)s
-(eginning)f(of)i(eac)m(h)g(p)s(ossible)e(completion)i(after)1110
-2491 y(all)c(other)g(options)g(ha)m(v)m(e)g(b)s(een)f(applied.)630
-2655 y Ft(-S)g Fj(suffix)66 b Fr(su\016x)26 b Fu(is)20
-b(app)s(ended)f(to)i(eac)m(h)h(p)s(ossible)e(completion)i(after)f(all)g
-(other)g(options)1110 2765 y(ha)m(v)m(e)32 b(b)s(een)d(applied.)630
-2929 y Ft(-W)h Fj(wordlist)1110 3039 y Fu(The)24 b Fr(w)m(ordlist)k
-Fu(is)d(split)g(using)f(the)h(c)m(haracters)i(in)d(the)i
-Ft(IFS)e Fu(sp)s(ecial)h(v)-5 b(ariable)1110 3148 y(as)36
-b(delimiters,)i(and)e(eac)m(h)h(resultan)m(t)g(w)m(ord)e(is)h
-(expanded.)57 b(The)35 b(p)s(ossible)1110 3258 y(completions)c(are)e
-(the)h(mem)m(b)s(ers)f(of)g(the)h(resultan)m(t)g(list)g(whic)m(h)f
-(matc)m(h)i(the)1110 3367 y(w)m(ord)f(b)s(eing)g(completed.)630
-3532 y Ft(-X)g Fj(filterpat)1110 3641 y Fr(\014lterpat)d
-Fu(is)e(a)g(pattern)g(as)f(used)g(for)h(\014lename)g(expansion.)38
-b(It)25 b(is)g(applied)f(to)1110 3751 y(the)30 b(list)f(of)h(p)s
-(ossible)f(completions)h(generated)h(b)m(y)e(the)g(preceding)h(options)
-1110 3861 y(and)d(argumen)m(ts,)i(and)e(eac)m(h)i(completion)g(matc)m
-(hing)g Fr(\014lterpat)h Fu(is)e(remo)m(v)m(ed)1110 3970
-y(from)i(the)h(list.)42 b(A)30 b(leading)i(`)p Ft(!)p
-Fu(')e(in)g Fr(\014lterpat)j Fu(negates)f(the)f(pattern;)g(in)f(this)
-1110 4080 y(case,)i(an)m(y)e(completion)i(not)f(matc)m(hing)g
-Fr(\014lterpat)i Fu(is)d(remo)m(v)m(ed.)630 4244 y(The)35
-b(return)g(v)-5 b(alue)37 b(is)f(true)f(unless)h(an)f(in)m(v)-5
-b(alid)37 b(option)f(is)g(supplied,)g(an)g(option)h(other)630
-4354 y(than)29 b Ft(-p)p Fu(,)g Ft(-r)p Fu(,)h Ft(-D)p
-Fu(,)f Ft(-E)p Fu(,)g(or)h Ft(-I)e Fu(is)i(supplied)e(without)h(a)h
-Fr(name)35 b Fu(argumen)m(t,)30 b(an)f(attempt)i(is)630
-4463 y(made)24 b(to)g(remo)m(v)m(e)i(a)e(completion)h(sp)s
-(eci\014cation)g(for)e(a)h Fr(name)29 b Fu(for)24 b(whic)m(h)f(no)h(sp)
-s(eci\014cation)630 4573 y(exists,)31 b(or)g(an)f(error)g(o)s(ccurs)g
-(adding)g(a)h(completion)g(sp)s(eci\014cation.)150 4737
-y Ft(compopt)870 4874 y(compopt)46 b([-o)h Fj(option)p
-Ft(])f([-DEI])g([+o)h Fj(option)p Ft(])e([)p Fj(name)p
-Ft(])630 5011 y Fu(Mo)s(dify)33 b(completion)h(options)g(for)f(eac)m(h)
-h Fr(name)39 b Fu(according)34 b(to)g(the)f Fr(option)p
-Fu(s,)i(or)e(for)g(the)630 5121 y(curren)m(tly-executing)46
-b(completion)f(if)f(no)f Fr(name)5 b Fu(s)44 b(are)h(supplied.)80
-b(If)43 b(no)h Fr(option)p Fu(s)h(are)630 5230 y(giv)m(en,)30
-b(displa)m(y)e(the)g(completion)h(options)g(for)e(eac)m(h)i
-Fr(name)34 b Fu(or)27 b(the)i(curren)m(t)e(completion.)630
-5340 y(The)f(p)s(ossible)g(v)-5 b(alues)27 b(of)f Fr(option)h
-Fu(are)g(those)g(v)-5 b(alid)26 b(for)g(the)h Ft(complete)d
-Fu(builtin)i(describ)s(ed)p eop end
-%%Page: 156 162
-TeXDict begin 156 161 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(156)630 299 y(ab)s(o)m(v)m(e.)41
-b(The)27 b Ft(-D)f Fu(option)i(indicates)g(that)g(other)f(supplied)f
-(options)i(should)e(apply)h(to)h(the)630 408 y(\\default")33
-b(command)f(completion;)i(that)f(is,)g(completion)g(attempted)g(on)f(a)
-g(command)630 518 y(for)g(whic)m(h)g(no)g(completion)i(has)e
-(previously)g(b)s(een)g(de\014ned.)45 b(The)32 b Ft(-E)f
-Fu(option)i(indicates)630 628 y(that)23 b(other)f(supplied)e(options)j
-(should)e(apply)g(to)i(\\empt)m(y")g(command)f(completion;)k(that)630
-737 y(is,)36 b(completion)g(attempted)g(on)e(a)h(blank)g(line.)54
-b(The)34 b Ft(-I)g Fu(option)h(indicates)g(that)h(other)630
-847 y(supplied)23 b(options)i(should)f(apply)g(to)i(completion)g(on)e
-(the)h(initial)h(non-assignmen)m(t)f(w)m(ord)630 956
-y(on)37 b(the)f(line,)j(or)e(after)g(a)g(command)f(delimiter)i(suc)m(h)
-e(as)h(`)p Ft(;)p Fu(')g(or)f(`)p Ft(|)p Fu(',)j(whic)m(h)e(is)f
-(usually)630 1066 y(command)30 b(name)h(completion.)630
-1200 y(If)k(m)m(ultiple)i(options)f(are)g(supplied,)g(the)g
-Ft(-D)g Fu(option)g(tak)m(es)h(precedence)g(o)m(v)m(er)g
-Ft(-E)p Fu(,)g(and)630 1310 y(b)s(oth)30 b(tak)m(e)i(precedence)e(o)m
-(v)m(er)i Ft(-I)630 1444 y Fu(The)23 b(return)g(v)-5
-b(alue)25 b(is)f(true)g(unless)f(an)h(in)m(v)-5 b(alid)24
-b(option)h(is)f(supplied,)g(an)g(attempt)h(is)f(made)630
-1554 y(to)32 b(mo)s(dify)f(the)g(options)h(for)f(a)h
-Fr(name)k Fu(for)31 b(whic)m(h)g(no)g(completion)i(sp)s(eci\014cation)f
-(exists,)630 1663 y(or)e(an)h(output)f(error)g(o)s(ccurs.)150
-1904 y Fs(8.8)68 b(A)44 b(Programmable)j(Completion)f(Example)150
-2063 y Fu(The)37 b(most)g(common)g(w)m(a)m(y)i(to)e(obtain)h
-(additional)g(completion)g(functionalit)m(y)h(b)s(ey)m(ond)d(the)i
-(default)150 2173 y(actions)29 b Ft(complete)d Fu(and)i
-Ft(compgen)e Fu(pro)m(vide)i(is)h(to)f(use)g(a)h(shell)f(function)g
-(and)g(bind)e(it)j(to)g(a)g(particular)150 2282 y(command)h(using)g
-Ft(complete)e(-F)p Fu(.)275 2417 y(The)j(follo)m(wing)j(function)e(pro)
-m(vides)g(completions)i(for)e(the)g Ft(cd)g Fu(builtin.)46
-b(It)32 b(is)h(a)f(reasonably)h(go)s(o)s(d)150 2526 y(example)41
-b(of)g(what)f(shell)h(functions)f(m)m(ust)g(do)h(when)e(used)h(for)g
-(completion.)73 b(This)39 b(function)h(uses)150 2636
-y(the)32 b(w)m(ord)f(passed)g(as)h Ft($2)f Fu(to)h(determine)g(the)f
-(directory)h(name)g(to)g(complete.)46 b(Y)-8 b(ou)32
-b(can)g(also)g(use)g(the)150 2745 y Ft(COMP_WORDS)c Fu(arra)m(y)i(v)-5
-b(ariable;)32 b(the)e(curren)m(t)h(w)m(ord)f(is)g(indexed)g(b)m(y)g
-(the)h Ft(COMP_CWORD)c Fu(v)-5 b(ariable.)275 2880 y(The)42
-b(function)h(relies)h(on)e(the)i Ft(complete)c Fu(and)j
-Ft(compgen)e Fu(builtins)h(to)i(do)f(m)m(uc)m(h)g(of)g(the)h(w)m(ork,)
-150 2989 y(adding)25 b(only)h(the)g(things)g(that)g(the)g(Bash)g
-Ft(cd)f Fu(do)s(es)g(b)s(ey)m(ond)g(accepting)j(basic)e(directory)g
-(names:)38 b(tilde)150 3099 y(expansion)22 b(\(see)h(Section)g(3.5.2)g
-([Tilde)g(Expansion],)g(page)g(25\),)i(searc)m(hing)e(directories)g(in)
-e Fr($CDP)-8 b(A)g(TH)p Fu(,)150 3208 y(whic)m(h)21 b(is)h(describ)s
-(ed)e(ab)s(o)m(v)m(e)j(\(see)f(Section)h(4.1)f([Bourne)g(Shell)f
-(Builtins],)j(page)e(49\),)j(and)c(basic)h(supp)s(ort)150
-3318 y(for)31 b(the)h Ft(cdable_vars)d Fu(shell)i(option)h(\(see)h
-(Section)f(4.3.2)i([The)d(Shopt)g(Builtin],)i(page)f(73\).)46
-b Ft(_comp_)150 3428 y(cd)30 b Fu(mo)s(di\014es)g(the)h(v)-5
-b(alue)31 b(of)g Fr(IFS)36 b Fu(so)31 b(that)g(it)g(con)m(tains)h(only)
-f(a)g(newline)g(to)h(accommo)s(date)g(\014le)f(names)150
-3537 y(con)m(taining)i(spaces)g(and)e(tabs)h({)g Ft(compgen)e
-Fu(prin)m(ts)h(the)h(p)s(ossible)f(completions)i(it)g(generates)g(one)f
-(p)s(er)150 3647 y(line.)275 3781 y(P)m(ossible)24 b(completions)h(go)g
-(in)m(to)g(the)f Fr(COMPREPL)-8 b(Y)36 b Fu(arra)m(y)24
-b(v)-5 b(ariable,)26 b(one)e(completion)i(p)s(er)c(arra)m(y)150
-3891 y(elemen)m(t.)42 b(The)30 b(programmable)g(completion)i(system)e
-(retriev)m(es)h(the)g(completions)g(from)f(there)g(when)150
-4000 y(the)h(function)f(returns.)390 4134 y Ft(#)47 b(A)h(completion)d
-(function)g(for)i(the)g(cd)g(builtin)390 4244 y(#)g(based)g(on)g(the)g
-(cd)g(completion)e(function)h(from)g(the)h(bash_completion)d(package)
-390 4354 y(_comp_cd\(\))390 4463 y({)581 4573 y(local)i(IFS=$')g
-(\\t\\n')190 b(#)47 b(normalize)f(IFS)581 4682 y(local)g(cur)h
-(_skipdot)f(_cdpath)581 4792 y(local)g(i)i(j)f(k)581
-5011 y(#)g(Tilde)g(expansion,)e(which)h(also)h(expands)f(tilde)g(to)h
-(full)g(pathname)581 5121 y(case)g("$2")f(in)581 5230
-y(\\~*\))190 b(eval)46 b(cur="$2")g(;;)581 5340 y(*\))286
-b(cur=$2)46 b(;;)p eop end
-%%Page: 157 163
-TeXDict begin 157 162 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(157)581 299 y Ft(esac)581
-518 y(#)47 b(no)h(cdpath)e(or)h(absolute)e(pathname)h(--)h(straight)f
-(directory)f(completion)581 628 y(if)i([[)g(-z)g("${CDPATH:-}")e(]])i
-(||)g([[)g("$cur")f(==)h(@\(./*|../*|/*\))d(]];)j(then)772
-737 y(#)g(compgen)f(prints)g(paths)h(one)f(per)h(line;)g(could)f(also)h
-(use)g(while)f(loop)772 847 y(IFS=$'\\n')772 956 y(COMPREPLY=\()f
-($\(compgen)g(-d)i(--)g("$cur"\))f(\))772 1066 y(IFS=$')g(\\t\\n')581
-1176 y(#)h(CDPATH+directories)c(in)k(the)g(current)f(directory)f(if)j
-(not)e(in)i(CDPATH)581 1285 y(else)772 1395 y(IFS=$'\\n')772
-1504 y(_skipdot=false)772 1614 y(#)f(preprocess)e(CDPATH)h(to)i
-(convert)d(null)i(directory)e(names)i(to)g(.)772 1724
-y(_cdpath=${CDPATH/#:/.:})772 1833 y(_cdpath=${_cdpath//::/:.)o(:})772
-1943 y(_cdpath=${_cdpath/\045:/:.})772 2052 y(for)g(i)g(in)g
-(${_cdpath//:/$'\\n'};)c(do)963 2162 y(if)k([[)g($i)g(-ef)g(.)h(]];)f
-(then)f(_skipdot=true;)e(fi)963 2271 y(k="${#COMPREPLY[@]}")963
-2381 y(for)j(j)g(in)g($\()g(compgen)f(-d)h(--)h("$i/$cur")d(\);)i(do)
-1154 2491 y(COMPREPLY[k++]=${j#$i/})375 b(#)48 b(cut)f(off)f(directory)
-963 2600 y(done)772 2710 y(done)772 2819 y($_skipdot)f(||)i
-(COMPREPLY+=\()e($\(compgen)g(-d)i(--)g("$cur"\))f(\))772
-2929 y(IFS=$')g(\\t\\n')581 3039 y(fi)581 3258 y(#)h(variable)f(names)g
-(if)h(appropriate)e(shell)i(option)f(set)h(and)f(no)i(completions)581
-3367 y(if)f(shopt)f(-q)i(cdable_vars)c(&&)k([[)f(${#COMPREPLY[@]})c
-(-eq)k(0)g(]];)g(then)772 3477 y(COMPREPLY=\()e($\(compgen)g(-v)i(--)g
-("$cur"\))f(\))581 3587 y(fi)581 3806 y(return)g(0)390
-3915 y(})275 4061 y Fu(W)-8 b(e)31 b(install)g(the)g(completion)h
-(function)e(using)f(the)i Ft(-F)f Fu(option)h(to)g Ft(complete)p
-Fu(:)390 4208 y Ft(#)47 b(Tell)g(readline)f(to)h(quote)f(appropriate)f
-(and)i(append)f(slashes)g(to)h(directories;)390 4317
-y(#)g(use)g(the)g(bash)g(default)f(completion)f(for)i(other)f
-(arguments)390 4427 y(complete)g(-o)h(filenames)e(-o)i(nospace)f(-o)h
-(bashdefault)e(-F)i(_comp_cd)f(cd)150 4573 y Fu(Since)33
-b(w)m(e'd)g(lik)m(e)i(Bash)e(and)f(Readline)i(to)g(tak)m(e)g(care)g(of)
-f(some)h(of)f(the)g(other)h(details)g(for)e(us,)i(w)m(e)f(use)150
-4682 y(sev)m(eral)43 b(other)g(options)f(to)h(tell)g(Bash)f(and)f
-(Readline)i(what)f(to)g(do.)76 b(The)41 b Ft(-o)30 b(filenames)39
-b Fu(option)150 4792 y(tells)j(Readline)g(that)g(the)f(p)s(ossible)g
-(completions)h(should)f(b)s(e)f(treated)i(as)g(\014lenames,)i(and)d
-(quoted)150 4902 y(appropriately)-8 b(.)53 b(That)34
-b(option)h(will)g(also)g(cause)g(Readline)g(to)g(app)s(end)e(a)h(slash)
-g(to)h(\014lenames)g(it)g(can)150 5011 y(determine)i(are)g(directories)
-h(\(whic)m(h)g(is)f(wh)m(y)f(w)m(e)i(migh)m(t)f(w)m(an)m(t)h(to)g
-(extend)f Ft(_comp_cd)e Fu(to)i(app)s(end)f(a)150 5121
-y(slash)22 b(if)g(w)m(e're)h(using)f(directories)h(found)e(via)i
-Fr(CDP)-8 b(A)g(TH)10 b Fu(:)37 b(Readline)23 b(can't)g(tell)g(those)g
-(completions)h(are)150 5230 y(directories\).)45 b(The)31
-b Ft(-o)f(nospace)f Fu(option)j(tells)g(Readline)g(to)h(not)e(app)s
-(end)f(a)i(space)g(c)m(haracter)h(to)f(the)150 5340 y(directory)c
-(name,)h(in)f(case)h(w)m(e)f(w)m(an)m(t)h(to)f(app)s(end)f(to)h(it.)41
-b(The)27 b Ft(-o)j(bashdefault)25 b Fu(option)j(brings)f(in)h(the)p
-eop end
-%%Page: 158 164
-TeXDict begin 158 163 bop 150 -116 a Fu(Chapter)30 b(8:)41
-b(Command)29 b(Line)i(Editing)2062 b(158)150 299 y(rest)26
-b(of)g(the)g Ft(")p Fu(Bash)g(default)p Ft(")g Fu(completions)h({)f(p)s
-(ossible)f(completions)i(that)g(Bash)f(adds)f(to)i(the)f(default)150
-408 y(Readline)i(set.)40 b(These)28 b(include)f(things)g(lik)m(e)i
-(command)e(name)h(completion,)h(v)-5 b(ariable)28 b(completion)h(for)
-150 518 y(w)m(ords)e(b)s(eginning)h(with)f(`)p Ft($)p
-Fu(')h(or)g(`)p Ft(${)p Fu(',)h(completions)g(con)m(taining)g(pathname)
-f(expansion)g(patterns)g(\(see)150 628 y(Section)j(3.5.8)h([Filename)g
-(Expansion],)e(page)i(36\),)f(and)f(so)h(on.)275 762
-y(Once)39 b(installed)i(using)e Ft(complete)p Fu(,)h
-Ft(_comp_cd)d Fu(will)j(b)s(e)g(called)g(ev)m(ery)h(time)f(w)m(e)g
-(attempt)h(w)m(ord)150 872 y(completion)32 b(for)e(a)h
-Ft(cd)e Fu(command.)275 1006 y(Man)m(y)34 b(more)g(examples)g({)g(an)g
-(extensiv)m(e)h(collection)i(of)c(completions)i(for)f(most)g(of)g(the)g
-(common)150 1116 y(GNU,)g(Unix,)h(and)d(Lin)m(ux)h(commands)g({)h(are)g
-(a)m(v)-5 b(ailable)36 b(as)e(part)f(of)h(the)f(bash)p
-2943 1116 28 4 v 39 w(completion)i(pro)5 b(ject.)150
-1225 y(This)33 b(is)h(installed)h(b)m(y)f(default)g(on)g(man)m(y)h
-(GNU/Lin)m(ux)f(distributions.)51 b(Originally)35 b(written)f(b)m(y)g
-(Ian)150 1335 y(Macdonald,)48 b(the)c(pro)5 b(ject)44
-b(no)m(w)g(liv)m(es)h(at)f Ft(https:)11 b(/)g(/)g(github)g(.)g(com)g(/)
-g(sc)o(op)g(/)f(bash)o(-co)o(mple)o(tion)g(/)h Fu(.)150
-1445 y(There)30 b(are)h(p)s(orts)e(for)h(other)h(systems)f(suc)m(h)g
-(as)h(Solaris)g(and)f(Mac)h(OS)f(X.)275 1579 y(An)54
-b(older)h(v)m(ersion)h(of)f(the)g(bash)p 1532 1579 V
-40 w(completion)h(pac)m(k)-5 b(age)57 b(is)e(distributed)f(with)h(bash)
-f(in)h(the)150 1689 y Ft(examples/complete)26 b Fu(sub)s(directory)-8
-b(.)p eop end
-%%Page: 159 165
-TeXDict begin 159 164 bop 3614 -116 a Fu(159)150 299
-y Fp(9)80 b(Using)53 b(History)g(In)l(teractiv)l(ely)150
-554 y Fu(This)42 b(c)m(hapter)h(describ)s(es)f(ho)m(w)g(to)h(use)g(the)
-f Fm(gnu)h Fu(History)g(Library)e(in)m(teractiv)m(ely)-8
-b(,)50 b(from)42 b(a)h(user's)150 664 y(standp)s(oin)m(t.)76
-b(It)42 b(should)f(b)s(e)h(considered)g(a)g(user's)g(guide.)76
-b(F)-8 b(or)43 b(information)f(on)g(using)g(the)g Fm(gnu)150
-774 y Fu(History)31 b(Library)f(in)g(other)g(programs,)g(see)h(the)g
-Fm(gnu)f Fu(Readline)h(Library)f(Man)m(ual.)150 1025
-y Fs(9.1)68 b(Bash)45 b(History)h(F)-11 b(acilities)150
-1184 y Fu(When)44 b(the)g Ft(-o)30 b(history)42 b Fu(option)i(to)h(the)
-f Ft(set)f Fu(builtin)h(is)g(enabled)g(\(see)g(Section)h(4.3.1)h([The)e
-(Set)150 1294 y(Builtin],)32 b(page)g(69\),)h(the)e(shell)h(pro)m
-(vides)f(access)h(to)g(the)f Fr(command)g(history)p Fu(,)h(the)f(list)h
-(of)f(commands)150 1404 y(previously)h(t)m(yp)s(ed.)47
-b(The)33 b(v)-5 b(alue)33 b(of)f(the)h Ft(HISTSIZE)e
-Fu(shell)h(v)-5 b(ariable)34 b(is)f(used)e(as)i(the)g(n)m(um)m(b)s(er)e
-(of)i(com-)150 1513 y(mands)i(to)i(sa)m(v)m(e)h(in)e(a)g(history)h
-(list.)58 b(The)36 b(text)h(of)g(the)f(last)h Ft($HISTSIZE)d
-Fu(commands)i(\(default)g(500\))150 1623 y(is)h(sa)m(v)m(ed.)61
-b(The)36 b(shell)h(stores)h(eac)m(h)g(command)e(in)h(the)g(history)g
-(list)g(prior)f(to)i(parameter)f(and)f(v)-5 b(ari-)150
-1732 y(able)33 b(expansion)g(but)f(after)h(history)f(expansion)h(is)g
-(p)s(erformed,)e(sub)5 b(ject)33 b(to)g(the)g(v)-5 b(alues)33
-b(of)g(the)g(shell)150 1842 y(v)-5 b(ariables)31 b Ft(HISTIGNORE)d
-Fu(and)h Ft(HISTCONTROL)p Fu(.)275 1984 y(When)g(the)g(shell)h(starts)g
-(up,)f(the)h(history)f(is)h(initialized)h(from)e(the)h(\014le)f(named)g
-(b)m(y)h(the)f Ft(HISTFILE)150 2093 y Fu(v)-5 b(ariable)26
-b(\(default)g Ft(~/.bash_history)p Fu(\).)35 b(The)24
-b(\014le)i(named)e(b)m(y)h(the)h(v)-5 b(alue)25 b(of)h
-Ft(HISTFILE)c Fu(is)k(truncated,)150 2203 y(if)42 b(necessary)-8
-b(,)45 b(to)e(con)m(tain)g(no)f(more)g(than)f(the)h(n)m(um)m(b)s(er)f
-(of)h(lines)g(sp)s(eci\014ed)f(b)m(y)h(the)g(v)-5 b(alue)42
-b(of)g(the)150 2312 y Ft(HISTFILESIZE)28 b Fu(v)-5 b(ariable.)46
-b(When)31 b(a)h(shell)g(with)g(history)f(enabled)h(exits,)h(the)f(last)
-h Ft($HISTSIZE)c Fu(lines)150 2422 y(are)35 b(copied)g(from)g(the)g
-(history)f(list)i(to)f(the)g(\014le)g(named)f(b)m(y)h
-Ft($HISTFILE)p Fu(.)51 b(If)35 b(the)g Ft(histappend)d
-Fu(shell)150 2532 y(option)26 b(is)g(set)g(\(see)h(Section)f(4.2)h
-([Bash)f(Builtins],)h(page)g(57\),)h(the)e(lines)g(are)g(app)s(ended)e
-(to)i(the)g(history)150 2641 y(\014le,)f(otherwise)e(the)g(history)f
-(\014le)h(is)g(o)m(v)m(erwritten.)39 b(If)23 b Ft(HISTFILE)d
-Fu(is)j(unset)f(or)h(n)m(ull,)h(or)f(if)f(the)h(history)g(\014le)150
-2751 y(is)k(un)m(writable,)h(the)f(history)g(is)g(not)g(sa)m(v)m(ed.)41
-b(After)27 b(sa)m(ving)h(the)f(history)-8 b(,)29 b(the)e(history)g
-(\014le)g(is)g(truncated)150 2860 y(to)33 b(con)m(tain)h(no)f(more)g
-(than)f Ft($HISTFILESIZE)d Fu(lines.)48 b(If)33 b Ft(HISTFILESIZE)c
-Fu(is)k(unset,)g(or)f(set)i(to)f(n)m(ull,)h(a)150 2970
-y(non-n)m(umeric)c(v)-5 b(alue,)31 b(or)f(a)h(n)m(umeric)f(v)-5
-b(alue)31 b(less)g(than)f(zero,)h(the)g(history)f(\014le)h(is)f(not)h
-(truncated.)275 3112 y(If)g(the)h Ft(HISTTIMEFORMAT)d
-Fu(is)j(set,)h(the)f(time)h(stamp)f(information)g(asso)s(ciated)i(with)
-e(eac)m(h)h(history)150 3221 y(en)m(try)d(is)h(written)f(to)h(the)f
-(history)h(\014le,)f(mark)m(ed)h(with)f(the)g(history)g(commen)m(t)h(c)
-m(haracter.)43 b(When)30 b(the)150 3331 y(history)22
-b(\014le)h(is)g(read,)h(lines)f(b)s(eginning)e(with)i(the)f(history)h
-(commen)m(t)g(c)m(haracter)h(follo)m(w)m(ed)h(immediately)150
-3440 y(b)m(y)30 b(a)h(digit)g(are)g(in)m(terpreted)g(as)f(timestamps)h
-(for)f(the)h(follo)m(wing)h(history)e(en)m(try)-8 b(.)275
-3582 y(The)19 b Ft(fc)h Fu(builtin)g(command)g(ma)m(y)h(b)s(e)f(used)f
-(to)i(list)g(or)g(edit)g(and)e(re-execute)j(a)f(p)s(ortion)f(of)g(the)h
-(history)150 3692 y(list.)41 b(The)27 b Ft(history)f
-Fu(builtin)i(ma)m(y)h(b)s(e)e(used)g(to)i(displa)m(y)g(or)f(mo)s(dify)f
-(the)h(history)g(list)h(and)f(manipulate)150 3801 y(the)j(history)g
-(\014le.)42 b(When)31 b(using)f(command-line)h(editing,)h(searc)m(h)f
-(commands)g(are)g(a)m(v)-5 b(ailable)33 b(in)e(eac)m(h)150
-3911 y(editing)45 b(mo)s(de)g(that)g(pro)m(vide)g(access)h(to)f(the)g
-(history)f(list)i(\(see)f(Section)h(8.4.2)g([Commands)e(F)-8
-b(or)150 4020 y(History],)31 b(page)h(140\).)275 4162
-y(The)47 b(shell)i(allo)m(ws)h(con)m(trol)f(o)m(v)m(er)h(whic)m(h)e
-(commands)g(are)h(sa)m(v)m(ed)g(on)f(the)h(history)f(list.)95
-b(The)150 4272 y Ft(HISTCONTROL)39 b Fu(and)i Ft(HISTIGNORE)d
-Fu(v)-5 b(ariables)43 b(are)f(used)e(to)j(cause)f(the)g(shell)g(to)g
-(sa)m(v)m(e)h(only)f(a)g(sub-)150 4381 y(set)f(of)f(the)g(commands)g
-(en)m(tered.)70 b(The)39 b Ft(cmdhist)f Fu(shell)j(option,)i(if)d
-(enabled,)i(causes)f(the)f(shell)g(to)150 4491 y(attempt)32
-b(to)f(sa)m(v)m(e)i(eac)m(h)f(line)f(of)g(a)g(m)m(ulti-line)h(command)f
-(in)f(the)h(same)g(history)g(en)m(try)-8 b(,)32 b(adding)e(semi-)150
-4600 y(colons)j(where)e(necessary)h(to)h(preserv)m(e)f(syn)m(tactic)i
-(correctness.)46 b(The)31 b Ft(lithist)f Fu(shell)i(option)h(causes)150
-4710 y(the)g(shell)f(to)h(sa)m(v)m(e)h(the)f(command)f(with)g(em)m(b)s
-(edded)f(newlines)h(instead)h(of)g(semicolons.)47 b(The)32
-b Ft(shopt)150 4820 y Fu(builtin)j(is)h(used)e(to)j(set)f(these)g
-(options.)57 b(See)35 b(Section)i(4.3.2)g([The)e(Shopt)g(Builtin],)j
-(page)e(73,)i(for)e(a)150 4929 y(description)30 b(of)h
-Ft(shopt)p Fu(.)150 5181 y Fs(9.2)68 b(Bash)45 b(History)h(Builtins)150
-5340 y Fu(Bash)31 b(pro)m(vides)f(t)m(w)m(o)i(builtin)e(commands)g
-(whic)m(h)g(manipulate)g(the)h(history)f(list)h(and)f(history)g
-(\014le.)p eop end
-%%Page: 160 166
-TeXDict begin 160 165 bop 150 -116 a Fu(Chapter)30 b(9:)41
-b(Using)30 b(History)h(In)m(teractiv)m(ely)1925 b(160)150
-299 y Ft(fc)870 430 y(fc)47 b([-e)g Fj(ename)p Ft(])f([-lnr])g([)p
-Fj(first)p Ft(])g([)p Fj(last)p Ft(])870 540 y(fc)h(-s)g([)p
-Fj(pat)p Ft(=)p Fj(rep)p Ft(])f([)p Fj(command)p Ft(])630
-671 y Fu(The)32 b(\014rst)g(form)g(selects)j(a)e(range)g(of)f(commands)
-h(from)f Fr(\014rst)i Fu(to)f Fr(last)j Fu(from)c(the)h(history)630
-781 y(list)41 b(and)f(displa)m(ys)g(or)g(edits)h(and)e(re-executes)j
-(them.)71 b(Both)40 b Fr(\014rst)i Fu(and)e Fr(last)j
-Fu(ma)m(y)e(b)s(e)630 891 y(sp)s(eci\014ed)33 b(as)h(a)g(string)g(\(to)
-h(lo)s(cate)h(the)e(most)g(recen)m(t)h(command)f(b)s(eginning)f(with)g
-(that)630 1000 y(string\))28 b(or)g(as)h(a)f(n)m(um)m(b)s(er)f(\(an)h
-(index)g(in)m(to)h(the)f(history)g(list,)h(where)f(a)g(negativ)m(e)i(n)
-m(um)m(b)s(er)630 1110 y(is)g(used)g(as)h(an)f(o\013set)h(from)f(the)h
-(curren)m(t)f(command)g(n)m(um)m(b)s(er\).)630 1241 y(When)j(listing,)h
-(a)f Fr(\014rst)h Fu(or)f Fr(last)j Fu(of)d(0)g(is)g(equiv)-5
-b(alen)m(t)34 b(to)g(-1)f(and)g(-0)g(is)g(equiv)-5 b(alen)m(t)34
-b(to)g(the)630 1351 y(curren)m(t)k(command)h(\(usually)g(the)g
-Ft(fc)f Fu(command\);)43 b(otherwise)c(0)g(is)g(equiv)-5
-b(alen)m(t)40 b(to)f(-1)630 1461 y(and)30 b(-0)h(is)f(in)m(v)-5
-b(alid.)630 1592 y(If)33 b Fr(last)j Fu(is)e(not)f(sp)s(eci\014ed,)h
-(it)g(is)f(set)h(to)g Fr(\014rst)p Fu(.)49 b(If)33 b
-Fr(\014rst)i Fu(is)e(not)h(sp)s(eci\014ed,)f(it)h(is)g(set)g(to)g(the)
-630 1702 y(previous)g(command)f(for)h(editing)h(and)e
-Fq(\000)p Fu(16)i(for)f(listing.)53 b(If)33 b(the)h Ft(-l)g
-Fu(\015ag)g(is)g(giv)m(en,)j(the)630 1811 y(commands)27
-b(are)h(listed)g(on)f(standard)g(output.)39 b(The)27
-b Ft(-n)g Fu(\015ag)h(suppresses)e(the)h(command)630
-1921 y(n)m(um)m(b)s(ers)h(when)h(listing.)42 b(The)29
-b Ft(-r)g Fu(\015ag)i(rev)m(erses)f(the)g(order)f(of)i(the)f(listing.)
-41 b(Otherwise,)630 2030 y(the)i(editor)h(giv)m(en)g(b)m(y)f
-Fr(ename)49 b Fu(is)43 b(in)m(v)m(ok)m(ed)i(on)e(a)g(\014le)h(con)m
-(taining)g(those)g(commands.)630 2140 y(If)c Fr(ename)46
-b Fu(is)40 b(not)h(giv)m(en,)j(the)d(v)-5 b(alue)41 b(of)f(the)h(follo)
-m(wing)h(v)-5 b(ariable)41 b(expansion)f(is)g(used:)630
-2250 y Ft(${FCEDIT:-${EDITOR:-vi}})o Fu(.)34 b(This)25
-b(sa)m(ys)i(to)g(use)f(the)g(v)-5 b(alue)27 b(of)f(the)h
-Ft(FCEDIT)d Fu(v)-5 b(ariable)630 2359 y(if)33 b(set,)i(or)e(the)h(v)-5
-b(alue)33 b(of)h(the)f Ft(EDITOR)f Fu(v)-5 b(ariable)34
-b(if)f(that)h(is)f(set,)i(or)e Ft(vi)f Fu(if)i(neither)f(is)g(set.)630
-2469 y(When)d(editing)h(is)g(complete,)h(the)e(edited)h(commands)f(are)
-h(ec)m(ho)s(ed)g(and)e(executed.)630 2600 y(In)34 b(the)g(second)g
-(form,)h Fr(command)j Fu(is)c(re-executed)i(after)f(eac)m(h)g(instance)
-g(of)f Fr(pat)j Fu(in)d(the)630 2710 y(selected)29 b(command)e(is)h
-(replaced)f(b)m(y)h Fr(rep)p Fu(.)39 b Fr(command)31
-b Fu(is)c(in)m(terpreted)h(the)f(same)h(as)g Fr(\014rst)630
-2819 y Fu(ab)s(o)m(v)m(e.)630 2951 y(A)j(useful)f(alias)i(to)g(use)e
-(with)h(the)g Ft(fc)f Fu(command)h(is)g Ft(r='fc)e(-s')p
-Fu(,)h(so)h(that)h(t)m(yping)f(`)p Ft(r)f(cc)p Fu(')630
-3061 y(runs)35 b(the)h(last)h(command)f(b)s(eginning)g(with)g
-Ft(cc)f Fu(and)h(t)m(yping)g(`)p Ft(r)p Fu(')h(re-executes)h(the)e
-(last)630 3170 y(command)30 b(\(see)h(Section)h(6.6)f([Aliases],)h
-(page)g(103\).)150 3324 y Ft(history)870 3455 y(history)46
-b([)p Fj(n)p Ft(])870 3565 y(history)g(-c)870 3674 y(history)g(-d)h
-Fj(offset)870 3784 y Ft(history)f(-d)h Fj(start)p Ft(-)p
-Fj(end)870 3893 y Ft(history)f([-anrw])g([)p Fj(filename)p
-Ft(])870 4003 y(history)g(-ps)h Fj(arg)630 4134 y Fu(With)26
-b(no)g(options,)h(displa)m(y)f(the)g(history)g(list)g(with)f(line)h(n)m
-(um)m(b)s(ers.)38 b(Lines)26 b(pre\014xed)e(with)630
-4244 y(a)f(`)p Ft(*)p Fu(')g(ha)m(v)m(e)h(b)s(een)e(mo)s(di\014ed.)37
-b(An)22 b(argumen)m(t)h(of)g Fr(n)f Fu(lists)i(only)f(the)f(last)i
-Fr(n)e Fu(lines.)39 b(If)22 b(the)h(shell)630 4354 y(v)-5
-b(ariable)36 b Ft(HISTTIMEFORMAT)31 b Fu(is)k(set)g(and)f(not)h(n)m
-(ull,)h(it)g(is)f(used)f(as)h(a)g(format)g(string)g(for)630
-4463 y Ft(strftime)p Fu(\(3\))c(to)i(displa)m(y)f(the)h(time)f(stamp)g
-(asso)s(ciated)i(with)e(eac)m(h)h(displa)m(y)m(ed)g(history)630
-4573 y(en)m(try)-8 b(.)47 b(No)33 b(in)m(terv)m(ening)g(blank)f(is)g
-(prin)m(ted)g(b)s(et)m(w)m(een)h(the)g(formatted)f(time)h(stamp)g(and)
-630 4682 y(the)e(history)f(line.)630 4814 y(Options,)g(if)h(supplied,)e
-(ha)m(v)m(e)i(the)g(follo)m(wing)h(meanings:)630 4967
-y Ft(-c)384 b Fu(Clear)23 b(the)g(history)g(list.)39
-b(This)22 b(ma)m(y)i(b)s(e)e(com)m(bined)h(with)f(the)h(other)h
-(options)1110 5077 y(to)31 b(replace)g(the)g(history)f(list)h
-(completely)-8 b(.)630 5230 y Ft(-d)30 b Fj(offset)66
-b Fu(Delete)38 b(the)f(history)f(en)m(try)h(at)f(p)s(osition)h
-Fr(o\013set)p Fu(.)59 b(If)36 b Fr(o\013set)j Fu(is)d(p)s(ositiv)m(e,)j
-(it)1110 5340 y(should)32 b(b)s(e)h(sp)s(eci\014ed)f(as)i(it)g(app)s
-(ears)e(when)g(the)i(history)f(is)g(displa)m(y)m(ed.)50
-b(If)p eop end
-%%Page: 161 167
-TeXDict begin 161 166 bop 150 -116 a Fu(Chapter)30 b(9:)41
-b(Using)30 b(History)h(In)m(teractiv)m(ely)1925 b(161)1110
-299 y Fr(o\013set)26 b Fu(is)d(negativ)m(e,)k(it)c(is)g(in)m(terpreted)
-h(as)f(relativ)m(e)i(to)f(one)f(greater)h(than)f(the)1110
-408 y(last)36 b(history)f(p)s(osition,)h(so)f(negativ)m(e)i(indices)e
-(coun)m(t)h(bac)m(k)f(from)g(the)g(end)1110 518 y(of)h(the)g(history)-8
-b(,)37 b(and)e(an)h(index)f(of)h(`)p Ft(-1)p Fu(')f(refers)g(to)i(the)f
-(curren)m(t)f Ft(history)1110 628 y(-d)30 b Fu(command.)630
-794 y Ft(-d)g Fj(start)p Ft(-)p Fj(end)1110 903 y Fu(Delete)e(the)e
-(range)h(of)f(history)g(en)m(tries)h(b)s(et)m(w)m(een)f(p)s(ositions)g
-Fr(start)j Fu(and)c Fr(end)p Fu(,)1110 1013 y(inclusiv)m(e.)44
-b(P)m(ositiv)m(e)33 b(and)e(negativ)m(e)i(v)-5 b(alues)31
-b(for)g Fr(start)j Fu(and)d Fr(end)j Fu(are)d(in)m(ter-)1110
-1123 y(preted)f(as)h(describ)s(ed)e(ab)s(o)m(v)m(e.)630
-1289 y Ft(-a)384 b Fu(App)s(end)28 b(the)i(new)f(history)g(lines)h(to)h
-(the)e(history)h(\014le.)41 b(These)29 b(are)h(history)1110
-1398 y(lines)36 b(en)m(tered)g(since)f(the)h(b)s(eginning)f(of)g(the)h
-(curren)m(t)f(Bash)h(session,)h(but)1110 1508 y(not)31
-b(already)g(app)s(ended)d(to)j(the)g(history)f(\014le.)630
-1674 y Ft(-n)384 b Fu(App)s(end)32 b(the)i(history)f(lines)h(not)g
-(already)g(read)g(from)f(the)h(history)f(\014le)h(to)1110
-1784 y(the)26 b(curren)m(t)f(history)g(list.)40 b(These)25
-b(are)h(lines)g(app)s(ended)e(to)i(the)f(history)h(\014le)1110
-1893 y(since)31 b(the)f(b)s(eginning)g(of)g(the)h(curren)m(t)f(Bash)h
-(session.)630 2059 y Ft(-r)384 b Fu(Read)31 b(the)f(history)g(\014le)h
-(and)f(app)s(end)e(its)j(con)m(ten)m(ts)h(to)f(the)g(history)f(list.)
-630 2226 y Ft(-w)384 b Fu(W)-8 b(rite)32 b(out)e(the)h(curren)m(t)f
-(history)g(list)h(to)h(the)e(history)g(\014le.)630 2392
-y Ft(-p)384 b Fu(P)m(erform)31 b(history)f(substitution)h(on)f(the)h
-Fr(arg)8 b Fu(s)31 b(and)f(displa)m(y)h(the)f(result)h(on)1110
-2501 y(the)d(standard)f(output,)i(without)f(storing)g(the)g(results)g
-(in)g(the)g(history)g(list.)630 2668 y Ft(-s)384 b Fu(The)30
-b Fr(arg)8 b Fu(s)30 b(are)h(added)f(to)h(the)f(end)g(of)h(the)f
-(history)h(list)g(as)f(a)h(single)g(en)m(try)-8 b(.)630
-2834 y(If)35 b(a)h Fr(\014lename)41 b Fu(argumen)m(t)c(is)e(supplied)g
-(when)g(an)m(y)h(of)g(the)g Ft(-w)p Fu(,)g Ft(-r)p Fu(,)h
-Ft(-a)p Fu(,)g(or)e Ft(-n)h Fu(options)630 2943 y(is)j(used,)i(Bash)e
-(uses)f Fr(\014lename)44 b Fu(as)c(the)f(history)g(\014le.)66
-b(If)39 b(not,)i(then)e(the)g(v)-5 b(alue)40 b(of)f(the)630
-3053 y Ft(HISTFILE)30 b Fu(v)-5 b(ariable)32 b(is)g(used.)44
-b(If)32 b Ft(HISTFILE)d Fu(is)j(unset)f(or)h(n)m(ull,)h(these)f
-(options)g(ha)m(v)m(e)h(no)630 3162 y(e\013ect.)630 3300
-y(The)h(return)g(v)-5 b(alue)35 b(is)g(0)g(unless)f(an)h(in)m(v)-5
-b(alid)35 b(option)g(is)g(encoun)m(tered,)h(an)f(error)f(o)s(ccurs)630
-3410 y(while)h(reading)g(or)g(writing)f(the)h(history)g(\014le,)h(an)f
-(in)m(v)-5 b(alid)36 b Fr(o\013set)h Fu(or)e(range)g(is)g(supplied)630
-3520 y(as)c(an)g(argumen)m(t)g(to)h Ft(-d)p Fu(,)e(or)h(the)g(history)g
-(expansion)f(supplied)g(as)h(an)g(argumen)m(t)g(to)h
-Ft(-p)630 3629 y Fu(fails.)150 3880 y Fs(9.3)68 b(History)46
-b(Expansion)150 4039 y Fu(The)f(History)h(library)e(pro)m(vides)i(a)f
-(history)g(expansion)g(feature)h(that)g(is)f(similar)h(to)g(the)f
-(history)150 4149 y(expansion)g(pro)m(vided)f(b)m(y)h
-Ft(csh)p Fu(.)83 b(This)44 b(section)i(describ)s(es)e(the)h(syn)m(tax)h
-(used)e(to)i(manipulate)f(the)150 4259 y(history)30 b(information.)275
-4400 y(History)h(expansions)f(in)m(tro)s(duce)g(w)m(ords)g(from)g(the)h
-(history)f(list)h(in)m(to)g(the)g(input)f(stream,)h(making)150
-4509 y(it)g(easy)g(to)g(rep)s(eat)g(commands,)f(insert)g(the)h(argumen)
-m(ts)f(to)h(a)g(previous)f(command)g(in)m(to)i(the)e(curren)m(t)150
-4619 y(input)f(line,)i(or)g(\014x)f(errors)f(in)h(previous)g(commands)g
-(quic)m(kly)-8 b(.)275 4760 y(History)24 b(expansion)f(is)h(p)s
-(erformed)e(immediately)j(after)f(a)g(complete)h(line)f(is)g(read,)h(b)
-s(efore)e(the)h(shell)150 4870 y(breaks)32 b(it)i(in)m(to)f(w)m(ords,)g
-(and)f(is)h(p)s(erformed)e(on)h(eac)m(h)i(line)f(individually)-8
-b(.)48 b(Bash)33 b(attempts)g(to)h(inform)150 4980 y(the)d(history)f
-(expansion)g(functions)g(ab)s(out)g(quoting)h(still)g(in)f(e\013ect)i
-(from)e(previous)g(lines.)275 5121 y(History)37 b(expansion)f(tak)m(es)
-i(place)g(in)e(t)m(w)m(o)i(parts.)59 b(The)36 b(\014rst)g(is)h(to)g
-(determine)g(whic)m(h)f(line)h(from)150 5230 y(the)29
-b(history)g(list)g(should)f(b)s(e)g(used)g(during)g(substitution.)40
-b(The)28 b(second)h(is)g(to)h(select)g(p)s(ortions)e(of)h(that)150
-5340 y(line)i(for)f(inclusion)g(in)m(to)h(the)g(curren)m(t)f(one.)p
-eop end
-%%Page: 162 168
-TeXDict begin 162 167 bop 150 -116 a Fu(Chapter)30 b(9:)41
-b(Using)30 b(History)h(In)m(teractiv)m(ely)1925 b(162)275
-299 y(The)29 b(line)i(selected)h(from)e(the)h(history)f(is)g(called)i
-(the)f Fr(ev)m(en)m(t)p Fu(,)h(and)e(the)g(p)s(ortions)g(of)h(that)g
-(line)f(that)150 408 y(are)37 b(acted)g(up)s(on)e(are)i(called)h
-Fr(w)m(ords)p Fu(.)58 b(The)36 b(line)h(is)f(brok)m(en)g(in)m(to)i(w)m
-(ords)e(in)g(the)g(same)h(fashion)f(that)150 518 y(Bash)28
-b(do)s(es,)g(so)g(that)h(sev)m(eral)g(w)m(ords)e(surrounded)e(b)m(y)j
-(quotes)h(are)f(considered)f(one)i(w)m(ord.)39 b(The)27
-b Fr(ev)m(en)m(t)150 628 y(designator)33 b Fu(selects)27
-b(the)e(ev)m(en)m(t,)k(the)c(optional)i Fr(w)m(ord)e(designator)33
-b Fu(selects)27 b(w)m(ords)e(from)g(the)g(ev)m(en)m(t,)k(and)150
-737 y(v)-5 b(arious)30 b(optional)i Fr(mo)s(di\014ers)h
-Fu(are)e(a)m(v)-5 b(ailable)32 b(to)f(manipulate)g(the)g(selected)h(w)m
-(ords.)275 872 y(History)26 b(expansions)f(are)h(in)m(tro)s(duced)f(b)m
-(y)g(the)g(app)s(earance)h(of)g(the)f(history)h(expansion)f(c)m
-(haracter,)150 982 y(whic)m(h)31 b(is)g(`)p Ft(!)p Fu(')h(b)m(y)f
-(default.)43 b(History)32 b(expansions)f(ma)m(y)g(app)s(ear)g(an)m
-(ywhere)g(in)g(the)g(input,)g(but)g(do)g(not)150 1091
-y(nest.)275 1226 y(History)26 b(expansion)g(implemen)m(ts)h(shell-lik)m
-(e)h(quoting)f(con)m(v)m(en)m(tions:)40 b(a)27 b(bac)m(kslash)g(can)f
-(b)s(e)g(used)f(to)150 1336 y(remo)m(v)m(e)h(the)e(sp)s(ecial)g
-(handling)g(for)g(the)g(next)g(c)m(haracter;)k(single)d(quotes)g
-(enclose)g(v)m(erbatim)g(sequences)150 1445 y(of)k(c)m(haracters,)i
-(and)e(can)g(b)s(e)g(used)f(to)i(inhibit)f(history)g(expansion;)g(and)g
-(c)m(haracters)i(enclosed)e(within)150 1555 y(double)h(quotes)i(ma)m(y)
-f(b)s(e)f(sub)5 b(ject)31 b(to)h(history)f(expansion,)g(since)g(bac)m
-(kslash)g(can)h(escap)s(e)f(the)g(history)150 1664 y(expansion)e(c)m
-(haracter,)j(but)d(single)h(quotes)g(ma)m(y)h(not,)f(since)g(they)g
-(are)g(not)f(treated)i(sp)s(ecially)f(within)150 1774
-y(double)g(quotes.)275 1909 y(When)41 b(using)g(the)h(shell,)i(only)e
-(`)p Ft(\\)p Fu(')g(and)e(`)p Ft(')p Fu(')i(ma)m(y)g(b)s(e)f(used)g(to)
-h(escap)s(e)g(the)g(history)f(expansion)150 2018 y(c)m(haracter,)e(but)
-34 b(the)i(history)g(expansion)f(c)m(haracter)i(is)f(also)g(treated)h
-(as)e(quoted)h(if)g(it)g(immediately)150 2128 y(precedes)30
-b(the)h(closing)g(double)f(quote)h(in)f(a)h(double-quoted)g(string.)275
-2263 y(There)25 b(is)h(a)h(sp)s(ecial)f(abbreviation)h(for)f
-(substitution,)g(activ)m(e)j(when)c(the)h Fr(quic)m(k)h(substitution)e
-Fu(c)m(har-)150 2372 y(acter)k(\(default)f(`)p Ft(^)p
-Fu('\))h(is)f(the)g(\014rst)f(c)m(haracter)i(on)f(the)g(line.)40
-b(It)28 b(selects)h(the)f(previous)g(history)g(list)g(en)m(try)-8
-b(,)150 2482 y(using)34 b(an)g(ev)m(en)m(t)h(designator)g(equiv)-5
-b(alen)m(t)36 b(to)f Ft(!!)p Fu(,)f(and)g(substitutes)g(one)g(string)g
-(for)g(another)h(in)e(that)150 2591 y(line.)61 b(It)37
-b(is)f(describ)s(ed)g(b)s(elo)m(w)h(\(see)h(Section)g(9.3.1)h([Ev)m(en)
-m(t)f(Designators],)i(page)e(162\).)62 b(This)36 b(is)h(the)150
-2701 y(only)30 b(history)h(expansion)f(that)h(do)s(es)f(not)h(b)s(egin)
-f(with)g(the)g(history)h(expansion)f(c)m(haracter.)275
-2836 y(Sev)m(eral)48 b(shell)g(options)h(settable)g(with)e(the)h
-Ft(shopt)f Fu(builtin)g(\(see)i(Section)f(4.3.2)i([The)e(Shopt)150
-2945 y(Builtin],)24 b(page)e(73\))h(ma)m(y)e(b)s(e)g(used)g(to)h
-(tailor)g(the)g(b)s(eha)m(vior)f(of)h(history)f(expansion.)37
-b(If)21 b(the)h Ft(histverify)150 3055 y Fu(shell)35
-b(option)f(is)h(enabled,)g(and)f(Readline)h(is)f(b)s(eing)g(used,)h
-(history)g(substitutions)e(are)i(not)g(immedi-)150 3165
-y(ately)i(passed)d(to)i(the)g(shell)f(parser.)55 b(Instead,)37
-b(the)e(expanded)g(line)g(is)h(reloaded)g(in)m(to)g(the)f(Readline)150
-3274 y(editing)29 b(bu\013er)f(for)h(further)e(mo)s(di\014cation.)41
-b(If)28 b(Readline)h(is)g(b)s(eing)f(used,)h(and)f(the)h
-Ft(histreedit)d Fu(shell)150 3384 y(option)e(is)g(enabled,)h(a)g
-(failed)f(history)g(expansion)g(will)g(b)s(e)f(reloaded)h(in)m(to)h
-(the)f(Readline)g(editing)h(bu\013er)150 3493 y(for)31
-b(correction.)43 b(The)30 b Ft(-p)g Fu(option)h(to)h(the)f
-Ft(history)e Fu(builtin)h(command)h(ma)m(y)g(b)s(e)f(used)g(to)i(see)f
-(what)g(a)150 3603 y(history)25 b(expansion)g(will)g(do)g(b)s(efore)g
-(using)f(it.)40 b(The)24 b Ft(-s)h Fu(option)g(to)h(the)f
-Ft(history)e Fu(builtin)i(ma)m(y)g(b)s(e)g(used)150 3713
-y(to)36 b(add)f(commands)g(to)h(the)g(end)f(of)g(the)h(history)f(list)i
-(without)e(actually)i(executing)g(them,)g(so)e(that)150
-3822 y(they)c(are)f(a)m(v)-5 b(ailable)33 b(for)d(subsequen)m(t)g
-(recall.)42 b(This)29 b(is)i(most)g(useful)e(in)h(conjunction)h(with)f
-(Readline.)275 3957 y(The)j(shell)h(allo)m(ws)h(con)m(trol)h(of)e(the)g
-(v)-5 b(arious)34 b(c)m(haracters)h(used)f(b)m(y)f(the)h(history)g
-(expansion)g(mec)m(h-)150 4067 y(anism)h(with)g(the)g
-Ft(histchars)d Fu(v)-5 b(ariable,)38 b(as)d(explained)g(ab)s(o)m(v)m(e)
-i(\(see)f(Section)f(5.2)i([Bash)e(V)-8 b(ariables],)150
-4176 y(page)32 b(81\).)44 b(The)31 b(shell)g(uses)g(the)g(history)g
-(commen)m(t)i(c)m(haracter)f(to)g(mark)f(history)g(timestamps)h(when)
-150 4286 y(writing)e(the)h(history)f(\014le.)150 4485
-y Fk(9.3.1)63 b(Ev)m(en)m(t)39 b(Designators)150 4632
-y Fu(An)32 b(ev)m(en)m(t)j(designator)e(is)g(a)g(reference)g(to)h(a)f
-(command)f(line)h(en)m(try)g(in)g(the)g(history)g(list.)48
-b(Unless)33 b(the)150 4742 y(reference)40 b(is)f(absolute,)k(ev)m(en)m
-(ts)e(are)f(relativ)m(e)i(to)e(the)g(curren)m(t)f(p)s(osition)g(in)h
-(the)f(history)h(list.)68 b(The)150 4851 y(ev)m(en)m(t)35
-b(designator)f(consists)g(of)g(the)g(p)s(ortion)f(of)g(the)h(w)m(ord)f
-(b)s(eginning)g(with)g(the)h(history)f(expansion)150
-4961 y(c)m(haracter,)f(and)e(ending)g(with)g(the)h(w)m(ord)f
-(designator)h(if)f(one)h(is)f(presen)m(t,)h(or)f(the)h(end)e(of)i(the)g
-(w)m(ord.)150 5121 y Ft(!)432 b Fu(Start)34 b(a)f(history)h
-(substitution,)g(except)g(when)f(follo)m(w)m(ed)i(b)m(y)e(a)h(space,)h
-(tab,)f(the)g(end)f(of)630 5230 y(the)24 b(line,)j(`)p
-Ft(=)p Fu(',)f(or)e(the)g(rest)h(of)f(the)h(shell)f(metac)m(haracters)j
-(de\014ned)c(ab)s(o)m(v)m(e)j(\(see)f(Chapter)f(2)630
-5340 y([De\014nitions],)32 b(page)f(3\).)p eop end
-%%Page: 163 169
-TeXDict begin 163 168 bop 150 -116 a Fu(Chapter)30 b(9:)41
-b(Using)30 b(History)h(In)m(teractiv)m(ely)1925 b(163)150
-299 y Ft(!)p Fj(n)384 b Fu(Refer)30 b(to)i(command)e(line)g
-Fr(n)p Fu(.)150 452 y Ft(!-)p Fj(n)336 b Fu(Refer)30
-b(to)i(the)e(command)g Fr(n)g Fu(lines)h(bac)m(k.)150
-604 y Ft(!!)384 b Fu(Refer)30 b(to)i(the)e(previous)g(command.)40
-b(This)30 b(is)g(a)h(synon)m(ym)f(for)g(`)p Ft(!-1)p
-Fu('.)150 757 y Ft(!)p Fj(string)144 b Fu(Refer)25 b(to)h(the)f(most)h
-(recen)m(t)g(command)f(preceding)g(the)g(curren)m(t)g(p)s(osition)g(in)
-g(the)g(history)630 867 y(list)31 b(starting)g(with)f
-Fr(string)p Fu(.)150 1020 y Ft(!?)p Fj(string)p Ft([?])630
-1129 y Fu(Refer)25 b(to)h(the)f(most)h(recen)m(t)g(command)f(preceding)
-g(the)g(curren)m(t)g(p)s(osition)g(in)g(the)g(history)630
-1239 y(list)32 b(con)m(taining)i Fr(string)p Fu(.)45
-b(The)31 b(trailing)i(`)p Ft(?)p Fu(')f(ma)m(y)g(b)s(e)f(omitted)i(if)f
-(the)g Fr(string)39 b Fu(is)32 b(follo)m(w)m(ed)630 1348
-y(immediately)f(b)m(y)e(a)h(newline.)40 b(If)29 b Fr(string)38
-b Fu(is)29 b(missing,)h(the)g(string)f(from)g(the)h(most)g(recen)m(t)
-630 1458 y(searc)m(h)h(is)f(used;)g(it)h(is)g(an)f(error)g(if)g(there)h
-(is)f(no)g(previous)g(searc)m(h)h(string.)150 1611 y
-Ft(^)p Fj(string1)p Ft(^)p Fj(string2)p Ft(^)630 1720
-y Fu(Quic)m(k)h(Substitution.)44 b(Rep)s(eat)32 b(the)g(last)h
-(command,)f(replacing)g Fr(string1)40 b Fu(with)31 b
-Fr(string2)p Fu(.)630 1830 y(Equiv)-5 b(alen)m(t)31 b(to)g
-Ft(!!:s^)p Fj(string1)p Ft(^)p Fj(string2)p Ft(^)p Fu(.)150
-1983 y Ft(!#)384 b Fu(The)30 b(en)m(tire)h(command)f(line)h(t)m(yp)s
-(ed)f(so)h(far.)150 2175 y Fk(9.3.2)63 b(W)-10 b(ord)41
-b(Designators)150 2322 y Fu(W)-8 b(ord)28 b(designators)h(are)f(used)f
-(to)i(select)h(desired)d(w)m(ords)h(from)f(the)h(ev)m(en)m(t.)42
-b(They)27 b(are)i(optional;)h(if)e(the)150 2432 y(w)m(ord)h(designator)
-i(isn't)e(supplied,)g(the)h(history)g(expansion)f(uses)g(the)h(en)m
-(tire)h(ev)m(en)m(t.)42 b(A)29 b(`)p Ft(:)p Fu(')h(separates)150
-2542 y(the)f(ev)m(en)m(t)i(sp)s(eci\014cation)e(from)g(the)g(w)m(ord)g
-(designator.)41 b(It)29 b(ma)m(y)g(b)s(e)g(omitted)h(if)e(the)i(w)m
-(ord)e(designator)150 2651 y(b)s(egins)33 b(with)h(a)h(`)p
-Ft(^)p Fu(',)g(`)p Ft($)p Fu(',)g(`)p Ft(*)p Fu(',)h(`)p
-Ft(-)p Fu(',)f(or)f(`)p Ft(\045)p Fu('.)52 b(W)-8 b(ords)35
-b(are)f(n)m(um)m(b)s(ered)f(from)g(the)i(b)s(eginning)e(of)h(the)g
-(line,)150 2761 y(with)39 b(the)h(\014rst)f(w)m(ord)g(b)s(eing)g
-(denoted)h(b)m(y)g(0)g(\(zero\).)70 b(W)-8 b(ords)39
-b(are)h(inserted)g(in)m(to)g(the)g(curren)m(t)g(line)150
-2870 y(separated)31 b(b)m(y)f(single)h(spaces.)275 3002
-y(F)-8 b(or)31 b(example,)150 3154 y Ft(!!)384 b Fu(designates)37
-b(the)f(preceding)g(command.)57 b(When)35 b(y)m(ou)i(t)m(yp)s(e)f
-(this,)h(the)f(preceding)g(com-)630 3264 y(mand)30 b(is)g(rep)s(eated)g
-(in)g(toto.)150 3417 y Ft(!!:$)288 b Fu(designates)23
-b(the)g(last)g(argumen)m(t)g(of)f(the)h(preceding)f(command.)38
-b(This)22 b(ma)m(y)h(b)s(e)e(shortened)630 3526 y(to)31
-b Ft(!$)p Fu(.)150 3679 y Ft(!fi:2)240 b Fu(designates)30
-b(the)g(second)f(argumen)m(t)h(of)f(the)h(most)f(recen)m(t)i(command)e
-(starting)h(with)f(the)630 3789 y(letters)j Ft(fi)p Fu(.)275
-3942 y(Here)e(are)h(the)g(w)m(ord)f(designators:)150
-4094 y Ft(0)g(\(zero\))114 b Fu(The)30 b Ft(0)p Fu(th)g(w)m(ord.)40
-b(F)-8 b(or)31 b(man)m(y)g(applications,)h(this)e(is)g(the)h(command)f
-(w)m(ord.)150 4247 y Fj(n)432 b Fu(The)30 b Fr(n)p Fu(th)g(w)m(ord.)150
-4400 y Ft(^)432 b Fu(The)30 b(\014rst)f(argumen)m(t;)j(that)f(is,)f(w)m
-(ord)g(1.)150 4553 y Ft($)432 b Fu(The)30 b(last)h(argumen)m(t.)150
-4706 y Ft(\045)432 b Fu(The)40 b(\014rst)h(w)m(ord)f(matc)m(hed)i(b)m
-(y)f(the)g(most)g(recen)m(t)h(`)p Ft(?)p Fj(string)p
-Ft(?)p Fu(')d(searc)m(h,)44 b(if)d(the)g(searc)m(h)630
-4815 y(string)30 b(b)s(egins)g(with)g(a)h(c)m(haracter)h(that)f(is)f
-(part)h(of)f(a)h(w)m(ord.)150 4968 y Fj(x)p Ft(-)p Fj(y)336
-b Fu(A)30 b(range)h(of)g(w)m(ords;)f(`)p Ft(-)p Fj(y)p
-Fu(')g(abbreviates)h(`)p Ft(0-)p Fj(y)p Fu('.)150 5121
-y Ft(*)432 b Fu(All)28 b(of)g(the)g(w)m(ords,)g(except)h(the)e
-Ft(0)p Fu(th.)40 b(This)27 b(is)g(a)h(synon)m(ym)f(for)h(`)p
-Ft(1-$)p Fu('.)39 b(It)28 b(is)g(not)g(an)f(error)630
-5230 y(to)j(use)g(`)p Ft(*)p Fu(')f(if)h(there)g(is)g(just)f(one)h(w)m
-(ord)f(in)g(the)h(ev)m(en)m(t;)i(the)d(empt)m(y)i(string)e(is)h
-(returned)e(in)630 5340 y(that)j(case.)p eop end
-%%Page: 164 170
-TeXDict begin 164 169 bop 150 -116 a Fu(Chapter)30 b(9:)41
-b(Using)30 b(History)h(In)m(teractiv)m(ely)1925 b(164)150
-299 y Fj(x)p Ft(*)384 b Fu(Abbreviates)31 b(`)p Fj(x)p
-Ft(-$)p Fu(')150 458 y Fj(x)p Ft(-)384 b Fu(Abbreviates)27
-b(`)p Fj(x)p Ft(-$)p Fu(')g(lik)m(e)h(`)p Fj(x)p Ft(*)p
-Fu(',)g(but)e(omits)i(the)f(last)h(w)m(ord.)39 b(If)27
-b(`)p Ft(x)p Fu(')g(is)g(missing,)g(it)h(defaults)630
-568 y(to)j(0.)275 727 y(If)i(a)h(w)m(ord)g(designator)g(is)g(supplied)f
-(without)h(an)g(ev)m(en)m(t)h(sp)s(eci\014cation,)h(the)e(previous)f
-(command)150 837 y(is)d(used)g(as)h(the)f(ev)m(en)m(t.)150
-1036 y Fk(9.3.3)63 b(Mo)s(di\014ers)150 1183 y Fu(After)29
-b(the)g(optional)g(w)m(ord)g(designator,)g(y)m(ou)g(can)g(add)f(a)h
-(sequence)g(of)g(one)g(or)f(more)h(of)g(the)f(follo)m(wing)150
-1293 y(mo)s(di\014ers,)33 b(eac)m(h)h(preceded)f(b)m(y)g(a)h(`)p
-Ft(:)p Fu('.)50 b(These)33 b(mo)s(dify)-8 b(,)33 b(or)h(edit,)g(the)g
-(w)m(ord)f(or)g(w)m(ords)g(selected)h(from)150 1402 y(the)d(history)f
-(ev)m(en)m(t.)150 1562 y Ft(h)432 b Fu(Remo)m(v)m(e)32
-b(a)f(trailing)g(pathname)g(comp)s(onen)m(t,)g(lea)m(ving)h(only)e(the)
-h(head.)150 1721 y Ft(t)432 b Fu(Remo)m(v)m(e)32 b(all)f(leading)h
-(pathname)e(comp)s(onen)m(ts,)h(lea)m(ving)h(the)e(tail.)150
-1880 y Ft(r)432 b Fu(Remo)m(v)m(e)32 b(a)f(trailing)g(su\016x)f(of)g
-(the)h(form)f(`)p Ft(.)p Fj(suffix)p Fu(',)f(lea)m(ving)j(the)f
-(basename.)150 2040 y Ft(e)432 b Fu(Remo)m(v)m(e)32 b(all)f(but)f(the)h
-(trailing)g(su\016x.)150 2199 y Ft(p)432 b Fu(Prin)m(t)30
-b(the)h(new)f(command)g(but)g(do)g(not)g(execute)i(it.)150
-2359 y Ft(q)432 b Fu(Quote)31 b(the)f(substituted)g(w)m(ords,)g
-(escaping)h(further)e(substitutions.)150 2518 y Ft(x)432
-b Fu(Quote)32 b(the)f(substituted)g(w)m(ords)f(as)i(with)f(`)p
-Ft(q)p Fu(',)h(but)e(break)h(in)m(to)i(w)m(ords)d(at)i(spaces,)h(tabs,)
-630 2628 y(and)38 b(newlines.)66 b(The)39 b(`)p Ft(q)p
-Fu(')g(and)f(`)p Ft(x)p Fu(')h(mo)s(di\014ers)f(are)h(m)m(utually)g
-(exclusiv)m(e;)45 b(the)39 b(last)h(one)630 2737 y(supplied)29
-b(is)i(used.)150 2897 y Ft(s/)p Fj(old)p Ft(/)p Fj(new)p
-Ft(/)630 3006 y Fu(Substitute)g Fr(new)39 b Fu(for)32
-b(the)g(\014rst)f(o)s(ccurrence)h(of)f Fr(old)36 b Fu(in)31
-b(the)h(ev)m(en)m(t)h(line.)46 b(An)m(y)31 b(c)m(haracter)630
-3116 y(ma)m(y)k(b)s(e)e(used)h(as)g(the)h(delimiter)g(in)f(place)h(of)f
-(`)p Ft(/)p Fu('.)53 b(The)33 b(delimiter)i(ma)m(y)g(b)s(e)f(quoted)g
-(in)630 3225 y Fr(old)40 b Fu(and)c Fr(new)44 b Fu(with)36
-b(a)h(single)g(bac)m(kslash.)60 b(If)36 b(`)p Ft(&)p
-Fu(')h(app)s(ears)e(in)i Fr(new)p Fu(,)g(it)h(is)e(replaced)h(b)m(y)630
-3335 y Fr(old)p Fu(.)k(A)31 b(single)g(bac)m(kslash)g(will)g(quote)g
-(the)g(`)p Ft(&)p Fu('.)41 b(If)31 b Fr(old)j Fu(is)c(n)m(ull,)h(it)g
-(is)g(set)g(to)g(the)g(last)g Fr(old)630 3445 y Fu(substituted,)j(or,)g
-(if)f(no)g(previous)g(history)g(substitutions)g(to)s(ok)h(place,)h(the)
-e(last)h Fr(string)630 3554 y Fu(in)d(a)g(!?)p Fr(string)8
-b Ft([?])30 b Fu(searc)m(h.)44 b(If)31 b Fr(new)38 b
-Fu(is)31 b(n)m(ull,)h(eac)m(h)g(matc)m(hing)g Fr(old)j
-Fu(is)c(deleted.)44 b(The)30 b(\014nal)630 3664 y(delimiter)h(is)g
-(optional)g(if)f(it)h(is)g(the)f(last)h(c)m(haracter)h(on)f(the)f
-(input)g(line.)150 3823 y Ft(&)432 b Fu(Rep)s(eat)31
-b(the)f(previous)g(substitution.)150 3983 y Ft(g)150
-4092 y(a)432 b Fu(Cause)38 b(c)m(hanges)i(to)f(b)s(e)f(applied)h(o)m(v)
-m(er)h(the)f(en)m(tire)g(ev)m(en)m(t)h(line.)66 b(Used)39
-b(in)f(conjunction)630 4202 y(with)30 b(`)p Ft(s)p Fu(',)h(as)f(in)h
-Ft(gs/)p Fj(old)p Ft(/)p Fj(new)p Ft(/)p Fu(,)c(or)j(with)h(`)p
-Ft(&)p Fu('.)150 4361 y Ft(G)432 b Fu(Apply)30 b(the)g(follo)m(wing)i
-(`)p Ft(s)p Fu(')f(or)f(`)p Ft(&)p Fu(')h(mo)s(di\014er)e(once)i(to)g
-(eac)m(h)h(w)m(ord)e(in)g(the)g(ev)m(en)m(t.)p eop end
-%%Page: 165 171
-TeXDict begin 165 170 bop 3614 -116 a Fu(165)150 299
-y Fp(10)80 b(Installing)52 b(Bash)150 539 y Fu(This)31
-b(c)m(hapter)h(pro)m(vides)g(basic)g(instructions)f(for)g(installing)i
-(Bash)f(on)f(the)h(v)-5 b(arious)31 b(supp)s(orted)f(plat-)150
-648 y(forms.)40 b(The)28 b(distribution)h(supp)s(orts)e(the)j
-Fm(gnu)f Fu(op)s(erating)h(systems,)f(nearly)h(ev)m(ery)g(v)m(ersion)f
-(of)h(Unix,)150 758 y(and)d(sev)m(eral)j(non-Unix)d(systems)h(suc)m(h)g
-(as)g(BeOS)g(and)f(In)m(terix.)40 b(Other)28 b(indep)s(enden)m(t)e(p)s
-(orts)h(exist)i(for)150 867 y Fm(ms-dos)p Fu(,)h Fm(os/2)p
-Fu(,)g(and)g(Windo)m(ws)g(platforms.)150 1111 y Fs(10.1)68
-b(Basic)45 b(Installation)150 1270 y Fu(These)30 b(are)h(installation)h
-(instructions)e(for)h(Bash.)275 1407 y(The)e(simplest)i(w)m(a)m(y)g(to)
-g(compile)h(Bash)e(is:)199 1543 y(1.)61 b Ft(cd)38 b
-Fu(to)h(the)f(directory)h(con)m(taining)h(the)f(source)f(co)s(de)h(and)
-f(t)m(yp)s(e)g(`)p Ft(./configure)p Fu(')e(to)j(con\014gure)330
-1653 y(Bash)c(for)f(y)m(our)h(system.)54 b(If)34 b(y)m(ou're)h(using)f
-Ft(csh)g Fu(on)g(an)h(old)g(v)m(ersion)g(of)g(System)f(V,)h(y)m(ou)g
-(migh)m(t)330 1762 y(need)21 b(to)g(t)m(yp)s(e)g(`)p
-Ft(sh)30 b(./configure)p Fu(')18 b(instead)j(to)g(prev)m(en)m(t)h
-Ft(csh)e Fu(from)g(trying)h(to)g(execute)h Ft(configure)330
-1872 y Fu(itself.)330 2007 y(Running)30 b Ft(configure)f
-Fu(tak)m(es)k(some)e(time.)45 b(While)32 b(running,)e(it)i(prin)m(ts)f
-(messages)h(telling)h(whic)m(h)330 2117 y(features)e(it)g(is)f(c)m(hec)
-m(king)i(for.)199 2252 y(2.)61 b(T)m(yp)s(e)30 b(`)p
-Ft(make)p Fu(')g(to)h(compile)g(Bash)g(and)e(build)h(the)g
-Ft(bashbug)f Fu(bug)g(rep)s(orting)h(script.)199 2388
-y(3.)61 b(Optionally)-8 b(,)32 b(t)m(yp)s(e)e(`)p Ft(make)g(tests)p
-Fu(')f(to)i(run)e(the)h(Bash)h(test)g(suite.)199 2523
-y(4.)61 b(T)m(yp)s(e)42 b(`)p Ft(make)30 b(install)p
-Fu(')41 b(to)i(install)h Ft(bash)d Fu(and)i Ft(bashbug)p
-Fu(.)76 b(This)42 b(will)h(also)g(install)h(the)f(man-)330
-2633 y(ual)30 b(pages)g(and)g(Info)f(\014le,)h(message)h(translation)g
-(\014les,)f(some)g(supplemen)m(tal)h(do)s(cumen)m(tation,)g(a)330
-2742 y(n)m(um)m(b)s(er)c(of)h(example)h(loadable)g(builtin)f(commands,)
-g(and)g(a)g(set)h(of)f(header)g(\014les)g(for)g(dev)m(eloping)330
-2852 y(loadable)36 b(builtins.)55 b(Y)-8 b(ou)36 b(ma)m(y)f(need)g
-(additional)h(privileges)g(to)g(install)g Ft(bash)e Fu(to)i(y)m(our)f
-(desired)330 2962 y(destination,)f(so)f(`)p Ft(sudo)d(make)f(install)p
-Fu(')i(migh)m(t)i(b)s(e)f(required.)47 b(More)33 b(information)g(ab)s
-(out)f(con-)330 3071 y(trolling)c(the)g(lo)s(cations)g(where)f
-Ft(bash)f Fu(and)h(other)g(\014les)g(are)h(installed)g(is)f(b)s(elo)m
-(w)g(\(see)h(Section)g(10.4)330 3181 y([Installation)k(Names],)g(page)f
-(167\).)275 3343 y(The)20 b Ft(configure)f Fu(shell)i(script)g
-(attempts)h(to)g(guess)f(correct)i(v)-5 b(alues)21 b(for)g(v)-5
-b(arious)21 b(system-dep)s(enden)m(t)150 3453 y(v)-5
-b(ariables)38 b(used)f(during)f(compilation.)64 b(It)37
-b(uses)g(those)h(v)-5 b(alues)38 b(to)g(create)h(a)f
-Ft(Makefile)d Fu(in)i(eac)m(h)i(di-)150 3562 y(rectory)32
-b(of)f(the)h(pac)m(k)-5 b(age)33 b(\(the)f(top)f(directory)-8
-b(,)33 b(the)e Ft(builtins)p Fu(,)f Ft(doc)p Fu(,)h Ft(po)p
-Fu(,)g(and)f Ft(support)g Fu(directories,)150 3672 y(eac)m(h)38
-b(directory)g(under)d Ft(lib)p Fu(,)j(and)f(sev)m(eral)h(others\).)61
-b(It)38 b(also)g(creates)g(a)f Ft(config.h)e Fu(\014le)i(con)m(taining)
-150 3781 y(system-dep)s(enden)m(t)31 b(de\014nitions.)44
-b(Finally)-8 b(,)34 b(it)e(creates)h(a)f(shell)g(script)f(named)g
-Ft(config.status)d Fu(that)150 3891 y(y)m(ou)35 b(can)h(run)d(in)i(the)
-g(future)f(to)i(recreate)g(the)g(curren)m(t)e(con\014guration,)j(a)f
-(\014le)f Ft(config.cache)c Fu(that)150 4001 y(sa)m(v)m(es)39
-b(the)e(results)g(of)g(its)h(tests)g(to)g(sp)s(eed)e(up)h
-(recon\014guring,)h(and)f(a)h(\014le)f Ft(config.log)d
-Fu(con)m(taining)150 4110 y(compiler)c(output)g(\(useful)f(mainly)h
-(for)f(debugging)h Ft(configure)p Fu(\).)38 b(If)29 b(at)i(some)f(p)s
-(oin)m(t)f Ft(config.cache)150 4220 y Fu(con)m(tains)j(results)e(y)m
-(ou)g(don't)h(w)m(an)m(t)g(to)g(k)m(eep,)g(y)m(ou)g(ma)m(y)g(remo)m(v)m
-(e)h(or)e(edit)h(it.)275 4356 y(T)-8 b(o)37 b(\014nd)f(out)i(more)f(ab)
-s(out)h(the)f(options)h(and)f(argumen)m(ts)g(that)h(the)g
-Ft(configure)d Fu(script)i(under-)150 4466 y(stands,)30
-b(t)m(yp)s(e)390 4602 y Ft(bash-4.2$)45 b(./configure)g(--help)150
-4738 y Fu(at)31 b(the)g(Bash)f(prompt)g(in)g(y)m(our)g(Bash)h(source)f
-(directory)-8 b(.)275 4875 y(If)34 b(y)m(ou)h(w)m(an)m(t)g(to)g(build)f
-(Bash)g(in)h(a)g(directory)g(separate)g(from)f(the)h(source)g
-(directory)g({)g(to)g(build)150 4984 y(for)30 b(m)m(ultiple)i(arc)m
-(hitectures,)g(for)e(example)h({)g(just)f(use)h(the)f(full)h(path)f(to)
-h(the)g(con\014gure)f(script.)41 b(The)150 5094 y(follo)m(wing)23
-b(commands)e(will)h(build)f(Bash)h(in)f(a)h(directory)g(under)f
-Ft(/usr/local/build)c Fu(from)k(the)h(source)150 5204
-y(co)s(de)31 b(in)f Ft(/usr/local/src/bash-4.4)o Fu(:)390
-5340 y Ft(mkdir)46 b(/usr/local/build/bash-4.4)p eop
-end
-%%Page: 166 172
-TeXDict begin 166 171 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(166)390 299 y Ft(cd)47
-b(/usr/local/build/bash-4.4)390 408 y(bash)g(/usr/local/src/bash-4.4)o
-(/con)o(fig)o(ure)390 518 y(make)275 652 y Fu(See)27
-b(Section)h(10.3)g([Compiling)g(F)-8 b(or)27 b(Multiple)h(Arc)m
-(hitectures],)i(page)d(166,)j(for)c(more)i(information)150
-762 y(ab)s(out)i(building)g(in)g(a)g(directory)h(separate)h(from)e(the)
-g(source.)275 896 y(If)53 b(y)m(ou)h(need)f(to)i(do)e(un)m(usual)g
-(things)g(to)i(compile)g(Bash,)k(please)c(try)e(to)i(\014gure)e(out)h
-(ho)m(w)150 1006 y Ft(configure)47 b Fu(could)j(c)m(hec)m(k)h(whether)e
-(or)g(not)h(to)h(do)e(them,)55 b(and)49 b(mail)h(di\013s)f(or)h
-(instructions)f(to)150 1115 y Ft(bash-maintainers@gnu.org)24
-b Fu(so)30 b(they)h(can)g(b)s(e)e(considered)i(for)f(the)g(next)h
-(release.)275 1250 y(The)e(\014le)g Ft(configure.ac)d
-Fu(is)k(used)e(to)j(create)g Ft(configure)c Fu(b)m(y)i(a)h(program)f
-(called)i(Auto)s(conf.)40 b(Y)-8 b(ou)150 1359 y(only)34
-b(need)g Ft(configure.ac)d Fu(if)i(y)m(ou)i(w)m(an)m(t)g(to)f(c)m
-(hange)i(it)e(or)g(regenerate)i Ft(configure)31 b Fu(using)j(a)g(new)m
-(er)150 1469 y(v)m(ersion)25 b(of)f(Auto)s(conf.)39 b(If)24
-b(y)m(ou)h(do)f(this,)i(mak)m(e)f(sure)f(y)m(ou)h(are)f(using)g(Auto)s
-(conf)h(v)m(ersion)f(2.69)i(or)f(new)m(er.)275 1603 y(Y)-8
-b(ou)29 b(can)f(remo)m(v)m(e)i(the)f(program)g(binaries)f(and)g(ob)5
-b(ject)29 b(\014les)g(from)f(the)h(source)f(co)s(de)h(directory)g(b)m
-(y)150 1713 y(t)m(yping)j(`)p Ft(make)d(clean)p Fu('.)42
-b(T)-8 b(o)32 b(also)g(remo)m(v)m(e)g(the)g(\014les)f(that)g
-Ft(configure)e Fu(created)j(\(so)g(y)m(ou)g(can)f(compile)150
-1822 y(Bash)g(for)f(a)g(di\013eren)m(t)h(kind)f(of)g(computer\),)h(t)m
-(yp)s(e)g(`)p Ft(make)e(distclean)p Fu('.)150 2063 y
-Fs(10.2)68 b(Compilers)46 b(and)f(Options)150 2222 y
-Fu(Some)28 b(systems)h(require)f(un)m(usual)f(options)i(for)f
-(compilation)i(or)f(linking)f(that)h(the)g Ft(configure)d
-Fu(script)150 2332 y(do)s(es)32 b(not)g(kno)m(w)g(ab)s(out.)44
-b(Y)-8 b(ou)33 b(can)f(giv)m(e)h Ft(configure)d Fu(initial)j(v)-5
-b(alues)32 b(for)g(v)-5 b(ariables)32 b(b)m(y)g(setting)h(them)150
-2441 y(in)k(the)g(en)m(vironmen)m(t.)62 b(Using)38 b(a)f
-(Bourne-compatible)i(shell,)g(y)m(ou)f(can)g(do)f(that)h(on)f(the)g
-(command)150 2551 y(line)31 b(lik)m(e)g(this:)390 2685
-y Ft(CC=c89)46 b(CFLAGS=-O2)f(LIBS=-lposix)g(./configure)275
-2819 y Fu(On)29 b(systems)h(that)h(ha)m(v)m(e)h(the)f
-Ft(env)e Fu(program,)h(y)m(ou)h(can)g(do)f(it)h(lik)m(e)h(this:)390
-2954 y Ft(env)47 b(CPPFLAGS=-I/usr/local/in)o(clud)o(e)42
-b(LDFLAGS=-s)j(./configure)275 3088 y Fu(The)29 b(con\014guration)i
-(pro)s(cess)f(uses)g(GCC)g(to)h(build)e(Bash)i(if)f(it)h(is)g(a)m(v)-5
-b(ailable.)150 3328 y Fs(10.3)68 b(Compiling)46 b(F)-11
-b(or)45 b(Multiple)g(Arc)l(hitectures)150 3488 y Fu(Y)-8
-b(ou)27 b(can)g(compile)g(Bash)g(for)f(more)h(than)f(one)h(kind)f(of)g
-(computer)h(at)g(the)g(same)g(time,)h(b)m(y)e(placing)i(the)150
-3597 y(ob)5 b(ject)31 b(\014les)f(for)g(eac)m(h)i(arc)m(hitecture)f(in)
-f(their)g(o)m(wn)h(directory)-8 b(.)41 b(T)-8 b(o)31
-b(do)f(this,)g(y)m(ou)h(m)m(ust)f(use)g(a)g(v)m(ersion)150
-3707 y(of)36 b Ft(make)e Fu(that)i(supp)s(orts)e(the)i
-Ft(VPATH)e Fu(v)-5 b(ariable,)38 b(suc)m(h)d(as)h(GNU)g
-Ft(make)p Fu(.)55 b Ft(cd)35 b Fu(to)i(the)e(directory)h(where)150
-3817 y(y)m(ou)k(w)m(an)m(t)h(the)g(ob)5 b(ject)41 b(\014les)f(and)f
-(executables)j(to)e(go)h(and)f(run)e(the)j Ft(configure)c
-Fu(script)j(from)g(the)150 3926 y(source)32 b(directory)h(\(see)g
-(Section)f(10.1)i([Basic)f(Installation],)i(page)e(165\).)47
-b(Y)-8 b(ou)32 b(ma)m(y)h(need)f(to)g(supply)150 4036
-y(the)43 b Ft(--srcdir=PATH)c Fu(argumen)m(t)k(to)h(tell)g
-Ft(configure)c Fu(where)i(the)h(source)g(\014les)g(are.)78
-b Ft(configure)150 4145 y Fu(automatically)33 b(c)m(hec)m(ks)f(for)e
-(the)h(source)f(co)s(de)h(in)f(the)h(directory)f(that)h
-Ft(configure)d Fu(is)j(in)f(and)f(in)h(`..'.)275 4280
-y(If)22 b(y)m(ou)i(ha)m(v)m(e)g(to)g(use)f(a)g Ft(make)f
-Fu(that)i(do)s(es)f(not)g(supp)s(ort)e(the)j Ft(VPATH)d
-Fu(v)-5 b(ariable,)26 b(y)m(ou)d(can)h(compile)g(Bash)150
-4389 y(for)33 b(one)h(arc)m(hitecture)h(at)f(a)g(time)g(in)f(the)h
-(source)g(co)s(de)f(directory)-8 b(.)51 b(After)34 b(y)m(ou)g(ha)m(v)m
-(e)h(installed)f(Bash)150 4499 y(for)c(one)h(arc)m(hitecture,)h(use)e
-(`)p Ft(make)g(distclean)p Fu(')e(b)s(efore)i(recon\014guring)g(for)g
-(another)g(arc)m(hitecture.)275 4633 y(Alternativ)m(ely)-8
-b(,)30 b(if)c(y)m(our)g(system)h(supp)s(orts)d(sym)m(b)s(olic)j(links,)
-g(y)m(ou)g(can)g(use)f(the)g Ft(support/mkclone)150 4743
-y Fu(script)d(to)h(create)g(a)f(build)f(tree)i(whic)m(h)f(has)f(sym)m
-(b)s(olic)i(links)e(bac)m(k)i(to)g(eac)m(h)g(\014le)f(in)g(the)g
-(source)g(directory)-8 b(.)150 4852 y(Here's)41 b(an)f(example)i(that)f
-(creates)h(a)e(build)g(directory)h(in)f(the)h(curren)m(t)f(directory)h
-(from)f(a)h(source)150 4962 y(directory)31 b Ft(/usr/gnu/src/bash-2.0)p
-Fu(:)390 5096 y Ft(bash)47 b(/usr/gnu/src/bash-2.0/s)o(uppo)o(rt/)o
-(mkcl)o(one)41 b(-s)47 b(/usr/gnu/src/bash-2.0)42 b(.)150
-5230 y Fu(The)c Ft(mkclone)e Fu(script)i(requires)g(Bash,)i(so)f(y)m
-(ou)f(m)m(ust)h(ha)m(v)m(e)g(already)g(built)f(Bash)g(for)g(at)h(least)
-h(one)150 5340 y(arc)m(hitecture)32 b(b)s(efore)e(y)m(ou)h(can)f
-(create)i(build)e(directories)h(for)f(other)h(arc)m(hitectures.)p
-eop end
-%%Page: 167 173
-TeXDict begin 167 172 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(167)150 299 y Fs(10.4)68
-b(Installation)47 b(Names)150 458 y Fu(By)36 b(default,)g(`)p
-Ft(make)30 b(install)p Fu(')j(will)j(install)g(in)m(to)g
-Ft(/usr/local/bin)p Fu(,)d Ft(/usr/local/man)p Fu(,)g(etc.;)39
-b(that)150 568 y(is,)i(the)d Fr(installation)i(pre\014x)k
-Fu(defaults)38 b(to)h Ft(/usr/local)p Fu(.)62 b(Y)-8
-b(ou)39 b(can)g(sp)s(ecify)f(an)g(installation)i(pre\014x)150
-677 y(other)34 b(than)g Ft(/usr/local)d Fu(b)m(y)j(giving)h
-Ft(configure)d Fu(the)i(option)g Ft(--prefix=)p Fj(PATH)p
-Fu(,)e(or)i(b)m(y)g(sp)s(ecifying)150 787 y(a)h(v)-5
-b(alue)34 b(for)h(the)f Ft(prefix)f Fu(`)p Ft(make)p
-Fu(')g(v)-5 b(ariable)35 b(when)f(running)e(`)p Ft(make)e(install)p
-Fu(')i(\(e.g.,)37 b(`)p Ft(make)30 b(install)150 897
-y(prefix=)p Fj(PATH)p Fu('\).)35 b(The)21 b Ft(prefix)f
-Fu(v)-5 b(ariable)22 b(pro)m(vides)g(a)f(default)h(for)f
-Ft(exec_prefix)e Fu(and)i(other)g(v)-5 b(ariables)150
-1006 y(used)30 b(when)f(installing)i(Bash.)275 1159 y(Y)-8
-b(ou)71 b(can)h(sp)s(ecify)f(separate)h(installation)h(pre\014xes)d
-(for)h(arc)m(hitecture-sp)s(eci\014c)i(\014les)f(and)150
-1268 y(arc)m(hitecture-indep)s(enden)m(t)44 b(\014les.)80
-b(If)43 b(y)m(ou)h(giv)m(e)h Ft(configure)c Fu(the)j(option)g
-Ft(--exec-prefix=)p Fj(PATH)p Fu(,)150 1378 y(`)p Ft(make)29
-b(install)p Fu(')63 b(will)h(use)f Fr(P)-8 b(A)g(TH)75
-b Fu(as)64 b(the)g(pre\014x)e(for)i(installing)h(programs)e(and)h
-(libraries.)150 1488 y(Do)s(cumen)m(tation)32 b(and)e(other)h(data)g
-(\014les)f(will)h(still)g(use)f(the)h(regular)f(pre\014x.)275
-1640 y(If)35 b(y)m(ou)i(w)m(ould)e(lik)m(e)j(to)e(c)m(hange)i(the)e
-(installation)i(lo)s(cations)f(for)f(a)h(single)f(run,)h(y)m(ou)f(can)g
-(sp)s(ecify)150 1750 y(these)28 b(v)-5 b(ariables)27
-b(as)h(argumen)m(ts)f(to)h Ft(make)p Fu(:)38 b(`)p Ft(make)29
-b(install)g(exec_prefix=/)p Fu(')23 b(will)28 b(install)g
-Ft(bash)e Fu(and)150 1859 y Ft(bashbug)i Fu(in)m(to)k
-Ft(/bin)d Fu(instead)i(of)f(the)h(default)f Ft(/usr/local/bin)p
-Fu(.)275 2012 y(If)42 b(y)m(ou)i(w)m(an)m(t)g(to)g(see)g(the)f(\014les)
-h(Bash)f(will)h(install)g(and)e(where)h(it)h(will)g(install)g(them)f
-(without)150 2122 y(c)m(hanging)35 b(an)m(ything)f(on)f(y)m(our)h
-(system,)h(sp)s(ecify)e(the)h(v)-5 b(ariable)35 b Ft(DESTDIR)d
-Fu(as)i(an)f(argumen)m(t)h(to)h Ft(make)p Fu(.)150 2231
-y(Its)29 b(v)-5 b(alue)29 b(should)f(b)s(e)g(the)h(absolute)h
-(directory)f(path)g(y)m(ou'd)g(lik)m(e)h(to)g(use)e(as)i(the)f(ro)s(ot)
-g(of)g(y)m(our)g(sample)150 2341 y(installation)j(tree.)42
-b(F)-8 b(or)31 b(example,)390 2493 y Ft(mkdir)46 b(/fs1/bash-install)
-390 2603 y(make)h(install)e(DESTDIR=/fs1/bash-install)150
-2756 y Fu(will)37 b(install)g Ft(bash)e Fu(in)m(to)j
-Ft(/fs1/bash-install/usr/l)o(ocal)o(/bin)o(/ba)o(sh)p
-Fu(,)32 b(the)37 b(do)s(cumen)m(tation)g(in)m(to)150
-2865 y(directories)44 b(within)e Ft(/fs1/bash-install/usr/l)o(ocal)o
-(/sha)o(re)p Fu(,)e(the)i(example)i(loadable)g(builtins)150
-2975 y(in)m(to)35 b Ft(/fs1/bash-install/usr/loc)o(al/l)o(ib/b)o(ash)o
-Fu(,)30 b(and)k(so)g(on.)53 b(Y)-8 b(ou)34 b(can)h(use)f(the)h(usual)e
-Ft(exec_)150 3084 y(prefix)c Fu(and)g Ft(prefix)g Fu(v)-5
-b(ariables)31 b(to)g(alter)h(the)e(directory)h(paths)f(b)s(eneath)g
-(the)h(v)-5 b(alue)30 b(of)h Ft(DESTDIR)p Fu(.)275 3237
-y(The)24 b(GNU)i(Mak)m(e\014le)h(standards)d(pro)m(vide)i(a)f(more)h
-(complete)g(description)g(of)f(these)h(v)-5 b(ariables)26
-b(and)150 3346 y(their)k(e\013ects.)150 3614 y Fs(10.5)68
-b(Sp)t(ecifying)45 b(the)g(System)h(T)l(yp)t(e)150 3774
-y Fu(There)c(ma)m(y)h(b)s(e)e(some)i(features)g Ft(configure)c
-Fu(can)k(not)g(\014gure)e(out)i(automatically)-8 b(,)49
-b(but)41 b(needs)h(to)150 3883 y(determine)26 b(b)m(y)g(the)g(t)m(yp)s
-(e)g(of)g(host)g(Bash)g(will)g(run)f(on.)39 b(Usually)26
-b Ft(configure)d Fu(can)k(\014gure)e(that)h(out,)i(but)150
-3993 y(if)g(it)g(prin)m(ts)f(a)h(message)g(sa)m(ying)h(it)f(can)g(not)f
-(guess)h(the)g(host)f(t)m(yp)s(e,)i(giv)m(e)g(it)f(the)g
-Ft(--host=TYPE)c Fu(option.)150 4103 y(`)p Ft(TYPE)p
-Fu(')29 b(can)h(either)g(b)s(e)g(a)g(short)f(name)h(for)f(the)h(system)
-g(t)m(yp)s(e,)h(suc)m(h)e(as)h(`)p Ft(sun4)p Fu(',)g(or)f(a)h
-(canonical)i(name)150 4212 y(with)e(three)h(\014elds:)40
-b(`)p Ft(CPU-COMPANY-SYSTEM)p Fu(')26 b(\(e.g.,)32 b(`)p
-Ft(i386-unknown-freebsd4.2)p Fu('\).)275 4365 y(See)e(the)h(\014le)f
-Ft(support/config.sub)c Fu(for)k(the)g(p)s(ossible)g(v)-5
-b(alues)31 b(of)f(eac)m(h)i(\014eld.)150 4633 y Fs(10.6)68
-b(Sharing)45 b(Defaults)150 4792 y Fu(If)d(y)m(ou)i(w)m(an)m(t)g(to)f
-(set)h(default)f(v)-5 b(alues)43 b(for)g Ft(configure)d
-Fu(scripts)j(to)h(share,)i(y)m(ou)d(can)g(create)i(a)e(site)150
-4902 y(shell)48 b(script)f(called)i Ft(config.site)44
-b Fu(that)k(giv)m(es)h(default)f(v)-5 b(alues)48 b(for)f(v)-5
-b(ariables)48 b(lik)m(e)h Ft(CC)p Fu(,)j Ft(cache_)150
-5011 y(file)p Fu(,)c(and)d Ft(prefix)p Fu(.)85 b Ft(configure)43
-b Fu(lo)s(oks)j(for)f Ft(PREFIX/share/config.site)39
-b Fu(if)46 b(it)g(exists,)k(then)150 5121 y Ft(PREFIX/etc/config.site)
-24 b Fu(if)31 b(it)g(exists.)42 b(Or,)30 b(y)m(ou)h(can)g(set)g(the)g
-Ft(CONFIG_SITE)c Fu(en)m(vironmen)m(t)k(v)-5 b(ari-)150
-5230 y(able)40 b(to)g(the)g(lo)s(cation)h(of)e(the)h(site)g(script.)67
-b(A)40 b(w)m(arning:)58 b(the)40 b(Bash)g Ft(configure)c
-Fu(lo)s(oks)k(for)f(a)h(site)150 5340 y(script,)31 b(but)e(not)i(all)g
-Ft(configure)d Fu(scripts)i(do.)p eop end
-%%Page: 168 174
-TeXDict begin 168 173 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(168)150 299 y Fs(10.7)68
-b(Op)t(eration)46 b(Con)l(trols)150 458 y Ft(configure)28
-b Fu(recognizes)k(the)e(follo)m(wing)i(options)f(to)g(con)m(trol)h(ho)m
-(w)e(it)h(op)s(erates.)150 606 y Ft(--cache-file=)p Fj(file)630
-716 y Fu(Use)d(and)g(sa)m(v)m(e)h(the)f(results)g(of)g(the)h(tests)f
-(in)g Fr(\014le)33 b Fu(instead)28 b(of)h Ft(./config.cache)p
-Fu(.)36 b(Set)28 b Fr(\014le)630 825 y Fu(to)j Ft(/dev/null)d
-Fu(to)j(disable)g(cac)m(hing,)h(for)e(debugging)g Ft(configure)p
-Fu(.)150 973 y Ft(--help)192 b Fu(Prin)m(t)30 b(a)h(summary)e(of)i(the)
-f(options)h(to)g Ft(configure)p Fu(,)d(and)i(exit.)150
-1121 y Ft(--quiet)150 1230 y(--silent)150 1340 y(-q)384
-b Fu(Do)31 b(not)g(prin)m(t)f(messages)h(sa)m(ying)g(whic)m(h)g(c)m
-(hec)m(ks)g(are)g(b)s(eing)f(made.)150 1487 y Ft(--srcdir=)p
-Fj(dir)630 1597 y Fu(Lo)s(ok)i(for)g(the)g(Bash)g(source)h(co)s(de)f
-(in)g(directory)g Fr(dir)p Fu(.)45 b(Usually)33 b Ft(configure)c
-Fu(can)j(deter-)630 1707 y(mine)e(that)h(directory)g(automatically)-8
-b(.)150 1854 y Ft(--version)630 1964 y Fu(Prin)m(t)29
-b(the)h(v)m(ersion)g(of)g(Auto)s(conf)f(used)g(to)h(generate)h(the)f
-Ft(configure)d Fu(script,)j(and)f(exit.)275 2112 y Ft(configure)34
-b Fu(also)k(accepts)g(some)g(other,)h(not)e(widely)g(used,)h(b)s
-(oilerplate)g(options.)61 b(`)p Ft(configure)150 2221
-y(--help)p Fu(')29 b(prin)m(ts)h(the)g(complete)i(list.)150
-2450 y Fs(10.8)68 b(Optional)46 b(F)-11 b(eatures)150
-2610 y Fu(The)29 b(Bash)h Ft(configure)d Fu(has)j(a)g(n)m(um)m(b)s(er)f
-(of)h Ft(--enable-)p Fj(feature)25 b Fu(options,)30 b(where)g
-Fr(feature)35 b Fu(indicates)150 2719 y(an)e(optional)i(part)e(of)h
-(Bash.)50 b(There)33 b(are)g(also)i(sev)m(eral)g Ft(--with-)p
-Fj(package)29 b Fu(options,)35 b(where)e Fr(pac)m(k)-5
-b(age)150 2829 y Fu(is)32 b(something)h(lik)m(e)h(`)p
-Ft(bash-malloc)p Fu(')c(or)i(`)p Ft(purify)p Fu('.)45
-b(T)-8 b(o)33 b(turn)e(o\013)i(the)f(default)h(use)f(of)g(a)h(pac)m(k)
--5 b(age,)35 b(use)150 2939 y Ft(--without-)p Fj(package)p
-Fu(.)46 b(T)-8 b(o)34 b(con\014gure)g(Bash)g(without)f(a)i(feature)f
-(that)g(is)g(enabled)g(b)m(y)f(default,)i(use)150 3048
-y Ft(--disable-)p Fj(feature)p Fu(.)275 3177 y(Here)28
-b(is)g(a)h(complete)g(list)g(of)f(the)h Ft(--enable-)c
-Fu(and)j Ft(--with-)e Fu(options)i(that)h(the)f(Bash)g
-Ft(configure)150 3286 y Fu(recognizes.)150 3434 y Ft(--with-afs)630
-3544 y Fu(De\014ne)j(if)f(y)m(ou)h(are)f(using)g(the)h(Andrew)e(File)j
-(System)e(from)g(T)-8 b(ransarc.)150 3691 y Ft(--with-bash-malloc)630
-3801 y Fu(Use)34 b(the)g(Bash)h(v)m(ersion)f(of)g Ft(malloc)e
-Fu(in)i(the)g(directory)h Ft(lib/malloc)p Fu(.)48 b(This)34
-b(is)g(not)g(the)630 3911 y(same)e Ft(malloc)e Fu(that)j(app)s(ears)e
-(in)g Fm(gnu)h Fu(lib)s(c,)g(but)f(an)h(older)f(v)m(ersion)i
-(originally)g(deriv)m(ed)630 4020 y(from)f(the)h(4.2)g
-Fm(bsd)f Ft(malloc)p Fu(.)45 b(This)31 b Ft(malloc)g
-Fu(is)i(v)m(ery)f(fast,)i(but)e(w)m(astes)h(some)g(space)g(on)630
-4130 y(eac)m(h)j(allo)s(cation.)58 b(This)34 b(option)i(is)f(enabled)g
-(b)m(y)g(default.)56 b(The)34 b Ft(NOTES)g Fu(\014le)h(con)m(tains)i(a)
-630 4239 y(list)29 b(of)f(systems)f(for)h(whic)m(h)g(this)g(should)e(b)
-s(e)i(turned)e(o\013,)j(and)f Ft(configure)d Fu(disables)j(this)630
-4349 y(option)j(automatically)i(for)d(a)h(n)m(um)m(b)s(er)e(of)i
-(systems.)150 4497 y Ft(--with-curses)630 4606 y Fu(Use)h(the)h(curses)
-e(library)h(instead)g(of)h(the)f(termcap)g(library)-8
-b(.)46 b(This)32 b(should)f(b)s(e)g(supplied)630 4716
-y(if)f(y)m(our)h(system)f(has)g(an)h(inadequate)g(or)f(incomplete)i
-(termcap)e(database.)150 4863 y Ft(--with-gnu-malloc)630
-4973 y Fu(A)g(synon)m(ym)g(for)g Ft(--with-bash-malloc)p
-Fu(.)150 5121 y Ft(--with-installed-readlin)o(e[=)p Fj(P)o(REFI)o(X)p
-Ft(])630 5230 y Fu(De\014ne)c(this)f(to)h(mak)m(e)h(Bash)f(link)f(with)
-g(a)h(lo)s(cally-installed)i(v)m(ersion)e(of)g(Readline)g(rather)630
-5340 y(than)f(the)h(v)m(ersion)g(in)f Ft(lib/readline)p
-Fu(.)36 b(This)25 b(w)m(orks)g(only)h(with)f(Readline)h(5.0)h(and)e
-(later)p eop end
-%%Page: 169 175
-TeXDict begin 169 174 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(169)630 299 y(v)m(ersions.)46
-b(If)32 b Fr(PREFIX)41 b Fu(is)32 b Ft(yes)f Fu(or)i(not)f(supplied,)f
-Ft(configure)f Fu(uses)i(the)g(v)-5 b(alues)32 b(of)h(the)630
-408 y(mak)m(e)28 b(v)-5 b(ariables)29 b Ft(includedir)24
-b Fu(and)j Ft(libdir)p Fu(,)g(whic)m(h)g(are)h(sub)s(directories)f(of)g
-Ft(prefix)f Fu(b)m(y)630 518 y(default,)44 b(to)d(\014nd)f(the)h
-(installed)g(v)m(ersion)h(of)f(Readline)g(if)g(it)g(is)g(not)g(in)g
-(the)g(standard)630 628 y(system)35 b(include)f(and)g(library)g
-(directories.)54 b(If)34 b Fr(PREFIX)43 b Fu(is)35 b
-Ft(no)p Fu(,)g(Bash)f(links)h(with)f(the)630 737 y(v)m(ersion)42
-b(in)e Ft(lib/readline)p Fu(.)70 b(If)40 b Fr(PREFIX)51
-b Fu(is)41 b(set)g(to)h(an)m(y)g(other)f(v)-5 b(alue,)44
-b Ft(configure)630 847 y Fu(treats)27 b(it)g(as)f(a)h(directory)g
-(pathname)f(and)f(lo)s(oks)i(for)f(the)g(installed)h(v)m(ersion)g(of)f
-(Readline)630 956 y(in)34 b(sub)s(directories)f(of)h(that)h(directory)g
-(\(include)f(\014les)g(in)g Fr(PREFIX)9 b Fu(/)p Ft(include)32
-b Fu(and)i(the)630 1066 y(library)c(in)g Fr(PREFIX)9
-b Fu(/)p Ft(lib)p Fu(\).)150 1236 y Ft(--with-libintl-prefix[=)p
-Fj(P)o(REFI)o(X)p Ft(])630 1345 y Fu(De\014ne)45 b(this)f(to)h(mak)m(e)
-g(Bash)g(link)f(with)g(a)h(lo)s(cally-installed)i(v)m(ersion)e(of)g
-(the)f(libin)m(tl)630 1455 y(library)30 b(instead)h(of)f(the)h(v)m
-(ersion)g(in)f Ft(lib/intl)p Fu(.)150 1625 y Ft
-(--with-libiconv-prefix[=)o Fj(PREF)o(IX)p Ft(])630 1734
-y Fu(De\014ne)g(this)g(to)g(mak)m(e)h(Bash)f(lo)s(ok)g(for)g(libicon)m
-(v)h(in)e Fr(PREFIX)39 b Fu(instead)30 b(of)g(the)g(standard)630
-1844 y(system)h(lo)s(cations.)42 b(There)30 b(is)g(no)g(v)m(ersion)h
-(included)f(with)g(Bash.)150 2014 y Ft(--enable-minimal-config)630
-2123 y Fu(This)23 b(pro)s(duces)f(a)i(shell)g(with)f(minimal)h
-(features,)h(close)g(to)f(the)g(historical)h(Bourne)e(shell.)275
-2298 y(There)35 b(are)i(sev)m(eral)h Ft(--enable-)c Fu(options)j(that)g
-(alter)g(ho)m(w)g(Bash)f(is)h(compiled,)i(link)m(ed,)f(and)e(in-)150
-2408 y(stalled,)c(rather)e(than)g(c)m(hanging)h(run-time)f(features.)
-150 2583 y Ft(--enable-largefile)630 2692 y Fu(Enable)36
-b(supp)s(ort)f(for)g(large)j(\014les)e(\()p Ft(http:)5
-b(/)g(/)g(www)g(.)g(unix)g(.)g(org)t(/)g(v)o(ersi)o(on2)t(/)g(w)o(hats)
-o(new)t(/)630 2802 y(lfs20mar)h(.)g(html)p Fu(\))35 b(if)j(the)g(op)s
-(erating)g(system)g(requires)f(sp)s(ecial)i(compiler)f(options)g(to)630
-2911 y(build)33 b(programs)g(whic)m(h)h(can)g(access)h(large)g
-(\014les.)51 b(This)33 b(is)h(enabled)g(b)m(y)g(default,)h(if)f(the)630
-3021 y(op)s(erating)d(system)f(pro)m(vides)h(large)g(\014le)g(supp)s
-(ort.)150 3191 y Ft(--enable-profiling)630 3300 y Fu(This)g(builds)f(a)
-i(Bash)g(binary)f(that)h(pro)s(duces)e(pro\014ling)h(information)h(to)h
-(b)s(e)d(pro)s(cessed)630 3410 y(b)m(y)g Ft(gprof)f Fu(eac)m(h)j(time)f
-(it)g(is)f(executed.)150 3580 y Ft(--enable-separate-helpfi)o(les)630
-3689 y Fu(Use)i(external)h(\014les)f(for)g(the)g(do)s(cumen)m(tation)h
-(displa)m(y)m(ed)f(b)m(y)g(the)g Ft(help)f Fu(builtin)h(instead)630
-3799 y(of)f(storing)f(the)h(text)g(in)m(ternally)-8 b(.)150
-3969 y Ft(--enable-static-link)630 4078 y Fu(This)37
-b(causes)h(Bash)f(to)h(b)s(e)f(link)m(ed)h(statically)-8
-b(,)43 b(if)37 b Ft(gcc)g Fu(is)g(b)s(eing)g(used.)61
-b(This)37 b(could)h(b)s(e)630 4188 y(used)30 b(to)h(build)e(a)i(v)m
-(ersion)g(to)g(use)f(as)g(ro)s(ot's)h(shell.)275 4363
-y(The)f(`)p Ft(minimal-config)p Fu(')d(option)k(can)g(b)s(e)f(used)f
-(to)j(disable)e(all)i(of)f(the)f(follo)m(wing)i(options,)g(but)d(it)150
-4472 y(is)h(pro)s(cessed)g(\014rst,)g(so)h(individual)f(options)g(ma)m
-(y)h(b)s(e)f(enabled)g(using)g(`)p Ft(enable-)p Fj(feature)p
-Fu('.)275 4617 y(All)133 b(of)g(the)g(follo)m(wing)i(options)e(except)h
-(for)f(`)p Ft(alt-array-implementation)o Fu(',)150 4727
-y(`)p Ft(disabled-builtins)p Fu(',)212 b(`)p Ft(direxpand-default)p
-Fu(',)h(`)p Ft(strict-posix-default)p Fu(',)f(and)150
-4836 y(`)p Ft(xpg-echo-default)p Fu(')28 b(are)33 b(enabled)f(b)m(y)g
-(default,)h(unless)e(the)i(op)s(erating)f(system)h(do)s(es)e(not)i(pro)
-m(vide)150 4946 y(the)e(necessary)f(supp)s(ort.)150 5121
-y Ft(--enable-alias)630 5230 y Fu(Allo)m(w)41 b(alias)g(expansion)f
-(and)f(include)g(the)h Ft(alias)f Fu(and)g Ft(unalias)e
-Fu(builtins)j(\(see)g(Sec-)630 5340 y(tion)31 b(6.6)g([Aliases],)i
-(page)e(103\).)p eop end
-%%Page: 170 176
-TeXDict begin 170 175 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(170)150 299 y Ft
-(--enable-alt-array-imple)o(ment)o(atio)o(n)630 408 y
-Fu(This)32 b(builds)g(Bash)h(using)f(an)g(alternate)j(implemen)m
-(tation)f(of)f(arra)m(ys)h(\(see)f(Section)h(6.7)630
-518 y([Arra)m(ys],)43 b(page)d(103\))h(that)f(pro)m(vides)g(faster)g
-(access)h(at)f(the)g(exp)s(ense)f(of)h(using)f(more)630
-628 y(memory)30 b(\(sometimes)i(man)m(y)e(times)h(more,)g(dep)s(ending)
-e(on)h(ho)m(w)h(sparse)f(an)g(arra)m(y)h(is\).)150 774
-y Ft(--enable-arith-for-comma)o(nd)630 883 y Fu(Include)21
-b(supp)s(ort)g(for)g(the)i(alternate)g(form)f(of)g(the)g
-Ft(for)f Fu(command)h(that)h(b)s(eha)m(v)m(es)f(lik)m(e)i(the)630
-993 y(C)30 b(language)i Ft(for)d Fu(statemen)m(t)j(\(see)g(Section)f
-(3.2.5.1)i([Lo)s(oping)d(Constructs],)h(page)g(11\).)150
-1139 y Ft(--enable-array-variables)630 1249 y Fu(Include)h(supp)s(ort)g
-(for)h(one-dimensional)h(arra)m(y)f(shell)h(v)-5 b(ariables)33
-b(\(see)h(Section)g(6.7)h([Ar-)630 1358 y(ra)m(ys],)c(page)g(103\).)150
-1504 y Ft(--enable-bang-history)630 1614 y Fu(Include)36
-b(supp)s(ort)f(for)h Ft(csh)p Fu(-lik)m(e)h(history)g(substitution)f
-(\(see)h(Section)g(9.3)h([History)f(In-)630 1724 y(teraction],)c(page)e
-(161\).)150 1870 y Ft(--enable-brace-expansion)630 1979
-y Fu(Include)40 b Ft(csh)p Fu(-lik)m(e)h(brace)f(expansion)g(\()h
-Ft(b{a,b}c)d Fq(7!)i Ft(bac)30 b(bbc)39 b Fu(\).)71 b(See)40
-b(Section)h(3.5.1)630 2089 y([Brace)32 b(Expansion],)e(page)h(24,)h
-(for)e(a)g(complete)i(description.)150 2235 y Ft
-(--enable-casemod-attribu)o(tes)630 2345 y Fu(Include)37
-b(supp)s(ort)g(for)g(case-mo)s(difying)i(attributes)g(in)e(the)h
-Ft(declare)e Fu(builtin)i(and)f(as-)630 2454 y(signmen)m(t)43
-b(statemen)m(ts.)78 b(V)-8 b(ariables)44 b(with)e(the)g
-Ft(uppercase)e Fu(attribute,)46 b(for)c(example,)630
-2564 y(will)31 b(ha)m(v)m(e)g(their)g(v)-5 b(alues)30
-b(con)m(v)m(erted)i(to)f(upp)s(ercase)f(up)s(on)f(assignmen)m(t.)150
-2710 y Ft(--enable-casemod-expansi)o(on)630 2819 y Fu(Include)h(supp)s
-(ort)e(for)i(case-mo)s(difying)i(w)m(ord)e(expansions.)150
-2966 y Ft(--enable-command-timing)630 3075 y Fu(Include)43
-b(supp)s(ort)f(for)h(recognizing)i Ft(time)e Fu(as)g(a)h(reserv)m(ed)g
-(w)m(ord)f(and)g(for)h(displa)m(ying)630 3185 y(timing)37
-b(statistics)h(for)e(the)g(pip)s(eline)g(follo)m(wing)i
-Ft(time)d Fu(\(see)i(Section)g(3.2.3)h([Pip)s(elines],)630
-3294 y(page)j(10\).)70 b(This)40 b(allo)m(ws)h(pip)s(elines)e(as)h(w)m
-(ell)h(as)f(shell)h(builtins)e(and)g(functions)h(to)h(b)s(e)630
-3404 y(timed.)150 3550 y Ft(--enable-cond-command)630
-3660 y Fu(Include)33 b(supp)s(ort)f(for)i(the)g Ft([[)f
-Fu(conditional)i(command.)51 b(\(see)34 b(Section)h(3.2.5.2)h([Condi-)
-630 3769 y(tional)c(Constructs],)e(page)h(12\).)150 3915
-y Ft(--enable-cond-regexp)630 4025 y Fu(Include)k(supp)s(ort)f(for)i
-(matc)m(hing)h Fm(posix)e Fu(regular)h(expressions)g(using)f(the)h(`)p
-Ft(=~)p Fu(')g(binary)630 4134 y(op)s(erator)25 b(in)f(the)h
-Ft([[)f Fu(conditional)h(command.)39 b(\(see)25 b(Section)h(3.2.5.2)h
-([Conditional)e(Con-)630 4244 y(structs],)31 b(page)g(12\).)150
-4390 y Ft(--enable-coprocesses)630 4500 y Fu(Include)23
-b(supp)s(ort)f(for)i(copro)s(cesses)g(and)f(the)h Ft(coproc)e
-Fu(reserv)m(ed)i(w)m(ord)g(\(see)h(Section)f(3.2.3)630
-4609 y([Pip)s(elines],)31 b(page)g(10\).)150 4756 y Ft
-(--enable-debugger)630 4865 y Fu(Include)f(supp)s(ort)e(for)i(the)h
-(Bash)g(debugger)f(\(distributed)f(separately\).)150
-5011 y Ft(--enable-dev-fd-stat-bro)o(ken)630 5121 y Fu(If)d(calling)j
-Ft(stat)d Fu(on)g(/dev/fd/)p Fr(N)38 b Fu(returns)25
-b(di\013eren)m(t)j(results)f(than)f(calling)j Ft(fstat)c
-Fu(on)i(\014le)630 5230 y(descriptor)g Fr(N)p Fu(,)i(supply)c(this)j
-(option)g(to)g(enable)f(a)h(w)m(ork)-5 b(around.)39 b(This)27
-b(has)g(implications)630 5340 y(for)j(conditional)i(commands)e(that)h
-(test)g(\014le)g(attributes.)p eop end
-%%Page: 171 177
-TeXDict begin 171 176 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(171)150 299 y Ft
-(--enable-direxpand-defau)o(lt)630 408 y Fu(Cause)53
-b(the)g Ft(direxpand)d Fu(shell)j(option)h(\(see)g(Section)f(4.3.2)i
-([The)e(Shopt)f(Builtin],)630 518 y(page)29 b(73\))g(to)f(b)s(e)f
-(enabled)h(b)m(y)g(default)g(when)e(the)i(shell)g(starts.)41
-b(It)27 b(is)h(normally)g(disabled)630 628 y(b)m(y)i(default.)150
-807 y Ft(--enable-directory-stack)630 917 y Fu(Include)j(supp)s(ort)g
-(for)h(a)g Ft(csh)p Fu(-lik)m(e)h(directory)f(stac)m(k)i(and)d(the)i
-Ft(pushd)p Fu(,)f Ft(popd)p Fu(,)g(and)f Ft(dirs)630
-1026 y Fu(builtins)d(\(see)h(Section)g(6.8)h([The)e(Directory)i(Stac)m
-(k],)g(page)f(105\).)150 1205 y Ft(--enable-disabled-builti)o(ns)630
-1315 y Fu(Allo)m(w)40 b(builtin)e(commands)g(to)h(b)s(e)f(in)m(v)m(ok)m
-(ed)i(via)f(`)p Ft(builtin)29 b(xxx)p Fu(')37 b(ev)m(en)j(after)f
-Ft(xxx)e Fu(has)630 1425 y(b)s(een)31 b(disabled)g(using)g(`)p
-Ft(enable)d(-n)i(xxx)p Fu('.)43 b(See)32 b(Section)g(4.2)h([Bash)e
-(Builtins],)i(page)f(57,)630 1534 y(for)e(details)i(of)e(the)h
-Ft(builtin)d Fu(and)i Ft(enable)e Fu(builtin)i(commands.)150
-1714 y Ft(--enable-dparen-arithmet)o(ic)630 1823 y Fu(Include)42
-b(supp)s(ort)f(for)h(the)h Ft(\(\(...)o(\)\))f Fu(command)g(\(see)i
-(Section)f(3.2.5.2)i([Conditional)630 1933 y(Constructs],)30
-b(page)h(12\).)150 2112 y Ft(--enable-extended-glob)630
-2222 y Fu(Include)40 b(supp)s(ort)e(for)i(the)h(extended)f(pattern)h
-(matc)m(hing)g(features)g(describ)s(ed)e(ab)s(o)m(v)m(e)630
-2331 y(under)29 b(Section)i(3.5.8.1)i([P)m(attern)e(Matc)m(hing],)i
-(page)e(37.)150 2511 y Ft(--enable-extended-glob-d)o(efau)o(lt)630
-2620 y Fu(Set)37 b(the)f(default)h(v)-5 b(alue)37 b(of)f(the)h
-Ft(extglob)d Fu(shell)j(option)g(describ)s(ed)e(ab)s(o)m(v)m(e)j(under)
-c(Sec-)630 2730 y(tion)d(4.3.2)h([The)e(Shopt)g(Builtin],)h(page)g(73,)
-h(to)f(b)s(e)f(enabled.)150 2909 y Ft(--enable-function-import)630
-3019 y Fu(Include)23 b(supp)s(ort)g(for)g(imp)s(orting)h(function)g
-(de\014nitions)f(exp)s(orted)h(b)m(y)g(another)g(instance)630
-3128 y(of)31 b(the)f(shell)h(from)f(the)g(en)m(vironmen)m(t.)41
-b(This)30 b(option)h(is)f(enabled)h(b)m(y)f(default.)150
-3308 y Ft(--enable-glob-asciirange)o(s-de)o(faul)o(t)630
-3417 y Fu(Set)f(the)f(default)h(v)-5 b(alue)29 b(of)f(the)h
-Ft(globasciiranges)24 b Fu(shell)29 b(option)g(describ)s(ed)e(ab)s(o)m
-(v)m(e)j(un-)630 3527 y(der)c(Section)i(4.3.2)h([The)d(Shopt)g
-(Builtin],)j(page)f(73,)g(to)g(b)s(e)e(enabled.)40 b(This)26
-b(con)m(trols)i(the)630 3636 y(b)s(eha)m(vior)40 b(of)f(c)m(haracter)i
-(ranges)f(when)f(used)f(in)i(pattern)f(matc)m(hing)i(brac)m(k)m(et)g
-(expres-)630 3746 y(sions.)150 3925 y Ft(--enable-help-builtin)630
-4035 y Fu(Include)24 b(the)h Ft(help)f Fu(builtin,)h(whic)m(h)g(displa)
-m(ys)f(help)h(on)f(shell)h(builtins)f(and)h(v)-5 b(ariables)25
-b(\(see)630 4144 y(Section)31 b(4.2)h([Bash)e(Builtins],)i(page)f
-(57\).)150 4324 y Ft(--enable-history)630 4433 y Fu(Include)e(command)g
-(history)h(and)f(the)h Ft(fc)f Fu(and)g Ft(history)e
-Fu(builtin)j(commands)f(\(see)h(Sec-)630 4543 y(tion)h(9.1)g([Bash)g
-(History)g(F)-8 b(acilities],)34 b(page)d(159\).)150
-4722 y Ft(--enable-job-control)630 4832 y Fu(This)h(enables)i(the)f
-(job)g(con)m(trol)i(features)e(\(see)i(Chapter)d(7)i([Job)f(Con)m
-(trol],)i(page)f(118\),)630 4941 y(if)c(the)h(op)s(erating)g(system)f
-(supp)s(orts)f(them.)150 5121 y Ft(--enable-multibyte)630
-5230 y Fu(This)g(enables)i(supp)s(ort)d(for)i(m)m(ultib)m(yte)h(c)m
-(haracters)g(if)f(the)g(op)s(erating)h(system)f(pro)m(vides)630
-5340 y(the)h(necessary)f(supp)s(ort.)p eop end
-%%Page: 172 178
-TeXDict begin 172 177 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(172)150 299 y Ft
-(--enable-net-redirection)o(s)630 408 y Fu(This)23 b(enables)h(the)g
-(sp)s(ecial)h(handling)e(of)h(\014lenames)g(of)g(the)g(form)g
-Ft(/dev/tcp/)p Fj(host)p Ft(/)p Fj(port)630 518 y Fu(and)31
-b Ft(/dev/udp/)p Fj(host)p Ft(/)p Fj(port)26 b Fu(when)31
-b(used)g(in)g(redirections)h(\(see)g(Section)g(3.6)h([Redirec-)630
-628 y(tions],)e(page)g(39\).)150 787 y Ft(--enable-process-substit)o
-(utio)o(n)630 897 y Fu(This)49 b(enables)i(pro)s(cess)f(substitution)g
-(\(see)h(Section)g(3.5.6)h([Pro)s(cess)e(Substitution],)630
-1006 y(page)31 b(35\))h(if)e(the)h(op)s(erating)f(system)h(pro)m(vides)
-f(the)h(necessary)g(supp)s(ort.)150 1166 y Ft(--enable-progcomp)630
-1275 y Fu(Enable)d(the)g(programmable)g(completion)i(facilities)g
-(\(see)f(Section)g(8.6)g([Programmable)630 1385 y(Completion],)i(page)h
-(150\).)42 b(If)30 b(Readline)h(is)f(not)h(enabled,)f(this)h(option)g
-(has)f(no)g(e\013ect.)150 1544 y Ft(--enable-prompt-string-d)o(ecod)o
-(ing)630 1654 y Fu(T)-8 b(urn)30 b(on)i(the)f(in)m(terpretation)i(of)f
-(a)g(n)m(um)m(b)s(er)e(of)i(bac)m(kslash-escap)s(ed)g(c)m(haracters)i
-(in)d(the)630 1763 y Ft($PS0)p Fu(,)36 b Ft($PS1)p Fu(,)g
-Ft($PS2)p Fu(,)h(and)e Ft($PS4)f Fu(prompt)h(strings.)57
-b(See)36 b(Section)h(6.9)g([Con)m(trolling)g(the)630
-1873 y(Prompt],)30 b(page)h(107,)h(for)f(a)f(complete)i(list)f(of)g
-(prompt)e(string)i(escap)s(e)f(sequences.)150 2032 y
-Ft(--enable-readline)630 2142 y Fu(Include)e(supp)s(ort)f(for)h
-(command-line)h(editing)g(and)f(history)g(with)g(the)h(Bash)g(v)m
-(ersion)g(of)630 2252 y(the)i(Readline)g(library)f(\(see)h(Chapter)f(8)
-g([Command)g(Line)g(Editing],)h(page)g(122\).)150 2411
-y Ft(--enable-restricted)630 2521 y Fu(Include)41 b(supp)s(ort)f(for)i
-(a)g Fr(restricted)g(shell)p Fu(.)75 b(If)42 b(this)f(is)h(enabled,)j
-(Bash,)g(when)c(called)630 2630 y(as)f Ft(rbash)p Fu(,)h(en)m(ters)f(a)
-g(restricted)h(mo)s(de.)68 b(See)40 b(Section)h(6.10)g([The)f
-(Restricted)h(Shell],)630 2740 y(page)31 b(109,)h(for)e(a)h
-(description)f(of)h(restricted)g(mo)s(de.)150 2899 y
-Ft(--enable-select)630 3009 y Fu(Include)25 b(the)h Ft(select)f
-Fu(comp)s(ound)f(command,)j(whic)m(h)e(allo)m(ws)j(the)e(generation)h
-(of)f(simple)630 3118 y(men)m(us)k(\(see)h(Section)g(3.2.5.2)i
-([Conditional)e(Constructs],)g(page)g(12\).)150 3278
-y Ft(--enable-single-help-str)o(ings)630 3387 y Fu(Store)40
-b(the)g(text)h(displa)m(y)m(ed)g(b)m(y)e(the)i Ft(help)d
-Fu(builtin)i(as)g(a)g(single)h(string)f(for)f(eac)m(h)i(help)630
-3497 y(topic.)54 b(This)33 b(aids)i(in)f(translating)h(the)g(text)g(to)
-g(di\013eren)m(t)g(languages.)54 b(Y)-8 b(ou)35 b(ma)m(y)g(need)630
-3606 y(to)c(disable)g(this)f(if)g(y)m(our)h(compiler)g(cannot)f(handle)
-g(v)m(ery)h(long)g(string)f(literals.)150 3766 y Ft
-(--enable-strict-posix-de)o(faul)o(t)630 3875 y Fu(Mak)m(e)c(Bash)f
-Fm(posix)p Fu(-conforman)m(t)g(b)m(y)f(default)h(\(see)g(Section)h
-(6.11)g([Bash)f(POSIX)e(Mo)s(de],)630 3985 y(page)31
-b(109\).)150 4144 y Ft(--enable-translatable-st)o(ring)o(s)630
-4254 y Fu(Enable)h(supp)s(ort)e(for)i Ft($")p Fj(string)p
-Ft(")e Fu(translatable)j(strings)f(\(see)h(Section)g(3.1.2.5)h([Lo)s
-(cale)630 4364 y(T)-8 b(ranslation],)32 b(page)f(7\).)150
-4523 y Ft(--enable-usg-echo-defaul)o(t)630 4633 y Fu(A)f(synon)m(ym)g
-(for)g Ft(--enable-xpg-echo-default)p Fu(.)150 4792 y
-Ft(--enable-xpg-echo-defaul)o(t)630 4902 y Fu(Mak)m(e)c(the)f
-Ft(echo)e Fu(builtin)i(expand)f(bac)m(kslash-escap)s(ed)h(c)m
-(haracters)h(b)m(y)f(default,)h(without)630 5011 y(requiring)d(the)h
-Ft(-e)f Fu(option.)39 b(This)23 b(sets)h(the)g(default)g(v)-5
-b(alue)24 b(of)g(the)g Ft(xpg_echo)e Fu(shell)h(option)630
-5121 y(to)28 b Ft(on)p Fu(,)g(whic)m(h)f(mak)m(es)h(the)g(Bash)f
-Ft(echo)f Fu(b)s(eha)m(v)m(e)i(more)g(lik)m(e)h(the)e(v)m(ersion)h(sp)s
-(eci\014ed)f(in)g(the)630 5230 y(Single)35 b(Unix)f(Sp)s
-(eci\014cation,)i(v)m(ersion)e(3.)53 b(See)35 b(Section)g(4.2)g([Bash)g
-(Builtins],)h(page)f(57,)630 5340 y(for)30 b(a)h(description)f(of)h
-(the)f(escap)s(e)h(sequences)g(that)g Ft(echo)e Fu(recognizes.)p
-eop end
-%%Page: 173 179
-TeXDict begin 173 178 bop 150 -116 a Fu(Chapter)30 b(10:)41
-b(Installing)31 b(Bash)2356 b(173)275 299 y(The)28 b(\014le)i
-Ft(config-top.h)c Fu(con)m(tains)31 b(C)d(Prepro)s(cessor)h(`)p
-Ft(#define)p Fu(')f(statemen)m(ts)j(for)f(options)f(whic)m(h)150
-408 y(are)35 b(not)g(settable)i(from)d Ft(configure)p
-Fu(.)51 b(Some)35 b(of)g(these)g(are)h(not)f(mean)m(t)g(to)h(b)s(e)e(c)
-m(hanged;)k(b)s(ew)m(are)d(of)150 518 y(the)h(consequences)g(if)f(y)m
-(ou)h(do.)55 b(Read)36 b(the)g(commen)m(ts)g(asso)s(ciated)h(with)e
-(eac)m(h)i(de\014nition)e(for)g(more)150 628 y(information)c(ab)s(out)f
-(its)h(e\013ect.)p eop end
-%%Page: 174 180
-TeXDict begin 174 179 bop 3614 -116 a Fu(174)150 299
-y Fp(App)t(endix)52 b(A)81 b(Rep)t(orting)53 b(Bugs)150
-533 y Fu(Please)33 b(rep)s(ort)e(all)h(bugs)f(y)m(ou)h(\014nd)e(in)i
-(Bash.)44 b(But)32 b(\014rst,)g(y)m(ou)g(should)e(mak)m(e)j(sure)e
-(that)h(it)g(really)h(is)f(a)150 643 y(bug,)d(and)g(that)h(it)g(app)s
-(ears)f(in)g(the)h(latest)h(v)m(ersion)f(of)g(Bash.)40
-b(The)29 b(latest)j(v)m(ersion)e(of)f(Bash)h(is)f(alw)m(a)m(ys)150
-752 y(a)m(v)-5 b(ailable)43 b(for)d(FTP)g(from)g Ft(ftp:)8
-b(/)g(/)g(ftp)g(.)g(gnu)g(.)g(org)g(/)g(pub)g(/)g(gnu)g(/)g(bash)g(/)45
-b Fu(and)40 b(from)g Ft(http:)8 b(/)g(/)g(git)g(.)150
-862 y(savannah.gnu.org/cgit/ba)o(sh.g)o(it/s)o(nap)o(shot)o(/bas)o(h-m)
-o(aste)o(r.ta)o(r.g)o(z)p Fu(.)275 996 y(Once)41 b(y)m(ou)g(ha)m(v)m(e)
-h(determined)f(that)h(a)f(bug)g(actually)h(exists,)j(use)c(the)g
-Ft(bashbug)e Fu(command)i(to)150 1106 y(submit)21 b(a)g(bug)g(rep)s
-(ort)g(or)g(use)g(the)h(form)e(at)j(the)e(Bash)h(pro)5
-b(ject)21 b(page)h(\()p Ft(https://savannah.gnu.org/)150
-1215 y(projects/bash/)p Fu(\).)35 b(If)24 b(y)m(ou)h(ha)m(v)m(e)h(a)f
-(\014x,)g(y)m(ou)g(are)g(encouraged)g(to)g(submit)f(that)h(as)g(w)m
-(ell!)39 b(Suggestions)150 1325 y(and)33 b(`philosophical')i(bug)e(rep)
-s(orts)g(ma)m(y)h(b)s(e)f(mailed)h(to)g Ft(bug-bash@gnu)s(.)s(org)29
-b Fu(or)k Ft(help-bash@gnu)s(.)150 1435 y(org)p Fu(.)275
-1569 y(All)e(bug)e(rep)s(orts)h(should)f(include:)225
-1704 y Fq(\017)60 b Fu(The)30 b(v)m(ersion)h(n)m(um)m(b)s(er)e(of)h
-(Bash.)225 1838 y Fq(\017)60 b Fu(The)30 b(hardw)m(are)g(and)g(op)s
-(erating)g(system.)225 1973 y Fq(\017)60 b Fu(The)30
-b(compiler)h(used)e(to)i(compile)h(Bash.)225 2107 y Fq(\017)60
-b Fu(A)30 b(description)h(of)f(the)h(bug)f(b)s(eha)m(viour.)225
-2242 y Fq(\017)60 b Fu(A)30 b(short)h(script)f(or)g(`recip)s(e')h(whic)
-m(h)f(exercises)i(the)e(bug)g(and)g(ma)m(y)h(b)s(e)f(used)f(to)i(repro)
-s(duce)e(it.)150 2401 y Ft(bashbug)d Fu(inserts)i(the)h(\014rst)f
-(three)g(items)h(automatically)i(in)m(to)f(the)e(template)i(it)f(pro)m
-(vides)f(for)g(\014ling)h(a)150 2511 y(bug)h(rep)s(ort.)275
-2645 y(Please)h(send)f(all)h(rep)s(orts)f(concerning)g(this)h(man)m
-(ual)f(to)h Ft(bug-bash@gnu.org)p Fu(.)p eop end
-%%Page: 175 181
-TeXDict begin 175 180 bop 3614 -116 a Fu(175)150 141
-y Fp(App)t(endix)58 b(B)81 b(Ma)9 b(jor)54 b(Di\013erences)d(F)-13
-b(rom)54 b(The)g(Bourne)1088 299 y(Shell)150 530 y Fu(Bash)26
-b(implemen)m(ts)h(essen)m(tially)g(the)g(same)f(grammar,)h(parameter)f
-(and)g(v)-5 b(ariable)27 b(expansion,)g(redirec-)150
-640 y(tion,)i(and)e(quoting)g(as)h(the)g(Bourne)f(Shell.)40
-b(Bash)27 b(uses)g(the)h Fm(posix)f Fu(standard)f(as)i(the)g(sp)s
-(eci\014cation)g(of)150 749 y(ho)m(w)34 b(these)h(features)g(are)g(to)g
-(b)s(e)f(implemen)m(ted.)53 b(There)34 b(are)h(some)g(di\013erences)g
-(b)s(et)m(w)m(een)g(the)g(tradi-)150 859 y(tional)e(Bourne)e(shell)h
-(and)f(Bash;)i(this)f(section)g(quic)m(kly)h(details)g(the)e
-(di\013erences)h(of)g(signi\014cance.)46 b(A)150 969
-y(n)m(um)m(b)s(er)24 b(of)h(these)h(di\013erences)f(are)h(explained)f
-(in)g(greater)h(depth)f(in)g(previous)f(sections.)40
-b(This)25 b(section)150 1078 y(uses)33 b(the)i(v)m(ersion)f(of)g
-Ft(sh)f Fu(included)g(in)h(SVR4.2)h(\(the)f(last)h(v)m(ersion)f(of)g
-(the)g(historical)i(Bourne)d(shell\))150 1188 y(as)e(the)f(baseline)h
-(reference.)225 1322 y Fq(\017)60 b Fu(Bash)32 b(is)h
-Fm(posix)p Fu(-conforman)m(t,)g(ev)m(en)g(where)f(the)g
-Fm(posix)g Fu(sp)s(eci\014cation)h(di\013ers)f(from)g(traditional)330
-1431 y Ft(sh)e Fu(b)s(eha)m(vior)g(\(see)i(Section)f(6.11)h([Bash)e
-(POSIX)g(Mo)s(de],)h(page)g(109\).)225 1565 y Fq(\017)60
-b Fu(Bash)26 b(has)g(m)m(ulti-c)m(haracter)i(in)m(v)m(o)s(cation)g
-(options)f(\(see)f(Section)h(6.1)g([In)m(v)m(oking)g(Bash],)h(page)e
-(94\).)225 1699 y Fq(\017)60 b Fu(Bash)40 b(has)f(command-line)h
-(editing)g(\(see)h(Chapter)e(8)h([Command)f(Line)g(Editing],)k(page)d
-(122\))330 1809 y(and)30 b(the)g Ft(bind)g Fu(builtin.)225
-1943 y Fq(\017)60 b Fu(Bash)46 b(pro)m(vides)g(a)g(programmable)g(w)m
-(ord)f(completion)i(mec)m(hanism)f(\(see)h(Section)g(8.6)g([Pro-)330
-2052 y(grammable)39 b(Completion],)i(page)e(150\),)i(and)d(builtin)g
-(commands)f Ft(complete)p Fu(,)h Ft(compgen)p Fu(,)h(and)330
-2162 y Ft(compopt)p Fu(,)29 b(to)i(manipulate)g(it.)225
-2296 y Fq(\017)60 b Fu(Bash)26 b(has)f(command)h(history)f(\(see)i
-(Section)f(9.1)h([Bash)f(History)h(F)-8 b(acilities],)30
-b(page)c(159\))i(and)d(the)330 2405 y Ft(history)k Fu(and)h
-Ft(fc)g Fu(builtins)g(to)h(manipulate)g(it.)42 b(The)30
-b(Bash)h(history)g(list)g(main)m(tains)g(timestamp)330
-2515 y(information)g(and)e(uses)h(the)h(v)-5 b(alue)31
-b(of)f(the)h Ft(HISTTIMEFORMAT)26 b Fu(v)-5 b(ariable)32
-b(to)f(displa)m(y)f(it.)225 2649 y Fq(\017)60 b Fu(Bash)48
-b(implemen)m(ts)h Ft(csh)p Fu(-lik)m(e)g(history)f(expansion)g(\(see)h
-(Section)g(9.3)h([History)f(In)m(teraction],)330 2759
-y(page)31 b(161\).)225 2892 y Fq(\017)60 b Fu(Bash)29
-b(has)h(one-dimensional)g(arra)m(y)f(v)-5 b(ariables)30
-b(\(see)h(Section)f(6.7)g([Arra)m(ys],)h(page)f(103\),)h(and)e(the)330
-3002 y(appropriate)39 b(v)-5 b(ariable)40 b(expansions)f(and)g
-(assignmen)m(t)h(syn)m(tax)g(to)g(use)f(them.)67 b(Sev)m(eral)40
-b(of)g(the)330 3112 y(Bash)32 b(builtins)f(tak)m(e)j(options)e(to)h
-(act)g(on)e(arra)m(ys.)46 b(Bash)32 b(pro)m(vides)g(a)g(n)m(um)m(b)s
-(er)f(of)h(built-in)f(arra)m(y)330 3221 y(v)-5 b(ariables.)225
-3355 y Fq(\017)60 b Fu(The)37 b Ft($'...)n(')g Fu(quoting)g(syn)m(tax,)
-j(whic)m(h)d(expands)f(ANSI-C)h(bac)m(kslash-escap)s(ed)h(c)m
-(haracters)g(in)330 3465 y(the)26 b(text)h(b)s(et)m(w)m(een)g(the)g
-(single)f(quotes,)i(is)e(supp)s(orted)f(\(see)i(Section)g(3.1.2.4)h
-([ANSI-C)e(Quoting],)330 3574 y(page)31 b(6\).)225 3708
-y Fq(\017)60 b Fu(Bash)30 b(supp)s(orts)f(the)h Ft($"...)o(")f
-Fu(quoting)i(syn)m(tax)g(to)f(do)g(lo)s(cale-sp)s(eci\014c)i
-(translation)g(of)e(the)g(c)m(har-)330 3818 y(acters)g(b)s(et)m(w)m
-(een)f(the)f(double)g(quotes.)41 b(The)28 b Ft(-D)p Fu(,)h
-Ft(--dump-strings)p Fu(,)c(and)j Ft(--dump-po-strings)330
-3927 y Fu(in)m(v)m(o)s(cation)42 b(options)d(list)i(the)e(translatable)
-i(strings)f(found)e(in)h(a)h(script)g(\(see)g(Section)g(3.1.2.5)330
-4037 y([Lo)s(cale)32 b(T)-8 b(ranslation],)31 b(page)h(7\).)225
-4171 y Fq(\017)60 b Fu(Bash)44 b(implemen)m(ts)g(the)f
-Ft(!)h Fu(k)m(eyw)m(ord)g(to)g(negate)h(the)f(return)e(v)-5
-b(alue)44 b(of)g(a)g(pip)s(eline)f(\(see)h(Sec-)330 4281
-y(tion)36 b(3.2.3)h([Pip)s(elines],)g(page)f(10\).)57
-b(V)-8 b(ery)36 b(useful)f(when)f(an)h Ft(if)g Fu(statemen)m(t)i(needs)
-e(to)h(act)h(only)330 4390 y(if)32 b(a)g(test)g(fails.)45
-b(The)31 b(Bash)h(`)p Ft(-o)e(pipefail)p Fu(')g(option)i(to)g
-Ft(set)f Fu(will)h(cause)g(a)g(pip)s(eline)g(to)g(return)f(a)330
-4500 y(failure)g(status)f(if)h(an)m(y)f(command)g(fails.)225
-4634 y Fq(\017)60 b Fu(Bash)34 b(has)g(the)g Ft(time)f
-Fu(reserv)m(ed)h(w)m(ord)g(and)f(command)h(timing)h(\(see)g(Section)g
-(3.2.3)g([Pip)s(elines],)330 4743 y(page)d(10\).)43 b(The)31
-b(displa)m(y)g(of)g(the)g(timing)h(statistics)h(ma)m(y)e(b)s(e)f(con)m
-(trolled)j(with)e(the)g Ft(TIMEFORMAT)330 4853 y Fu(v)-5
-b(ariable.)225 4987 y Fq(\017)60 b Fu(Bash)28 b(implemen)m(ts)g(the)f
-Ft(for)j(\(\()g Fj(expr1)f Ft(;)h Fj(expr2)f Ft(;)h Fj(expr3)f
-Ft(\)\))e Fu(arithmetic)h(for)g(command,)g(sim-)330 5096
-y(ilar)j(to)g(the)g(C)f(language)h(\(see)h(Section)f(3.2.5.1)i([Lo)s
-(oping)d(Constructs],)h(page)g(11\).)225 5230 y Fq(\017)60
-b Fu(Bash)31 b(includes)f(the)g Ft(select)f Fu(comp)s(ound)g(command,)i
-(whic)m(h)f(allo)m(ws)i(the)f(generation)g(of)g(simple)330
-5340 y(men)m(us)f(\(see)h(Section)g(3.2.5.2)i([Conditional)e
-(Constructs],)g(page)g(12\).)p eop end
-%%Page: 176 182
-TeXDict begin 176 181 bop 150 -116 a Fu(App)s(endix)29
-b(B:)i(Ma)5 b(jor)31 b(Di\013erences)g(F)-8 b(rom)31
-b(The)f(Bourne)g(Shell)1258 b(176)225 299 y Fq(\017)60
-b Fu(Bash)40 b(includes)g(the)g Ft([[)g Fu(comp)s(ound)e(command,)43
-b(whic)m(h)c(mak)m(es)i(conditional)h(testing)f(part)f(of)330
-408 y(the)f(shell)g(grammar)g(\(see)h(Section)f(3.2.5.2)j([Conditional)
-d(Constructs],)i(page)f(12\),)i(including)330 518 y(optional)32
-b(regular)e(expression)g(matc)m(hing.)225 660 y Fq(\017)60
-b Fu(Bash)31 b(pro)m(vides)f(optional)h(case-insensitiv)m(e)i(matc)m
-(hing)f(for)e(the)g Ft(case)g Fu(and)f Ft([[)h Fu(constructs.)225
-802 y Fq(\017)60 b Fu(Bash)27 b(includes)g(brace)h(expansion)f(\(see)h
-(Section)g(3.5.1)i([Brace)e(Expansion],)g(page)g(24\))h(and)d(tilde)330
-911 y(expansion)k(\(see)i(Section)f(3.5.2)h([Tilde)f(Expansion],)f
-(page)h(25\).)225 1053 y Fq(\017)60 b Fu(Bash)24 b(implemen)m(ts)h
-(command)e(aliases)j(and)d(the)i Ft(alias)d Fu(and)i
-Ft(unalias)e Fu(builtins)h(\(see)i(Section)g(6.6)330
-1163 y([Aliases],)32 b(page)f(103\).)225 1305 y Fq(\017)60
-b Fu(Bash)32 b(pro)m(vides)g(shell)g(arithmetic,)i(the)e
-Ft(\(\()g Fu(comp)s(ound)e(command)i(\(see)h(Section)f(3.2.5.2)j([Con-)
-330 1414 y(ditional)d(Constructs],)e(page)i(12\),)g(and)e(arithmetic)i
-(expansion)e(\(see)i(Section)f(6.5)h([Shell)f(Arith-)330
-1524 y(metic],)h(page)f(101\).)225 1666 y Fq(\017)60
-b Fu(V)-8 b(ariables)31 b(presen)m(t)e(in)g(the)g(shell's)h(initial)g
-(en)m(vironmen)m(t)g(are)g(automatically)i(exp)s(orted)d(to)h(c)m(hild)
-330 1775 y(pro)s(cesses.)38 b(The)23 b(Bourne)g(shell)g(do)s(es)g(not)g
-(normally)g(do)g(this)g(unless)g(the)g(v)-5 b(ariables)24
-b(are)f(explicitly)330 1885 y(mark)m(ed)30 b(using)g(the)h
-Ft(export)e Fu(command.)225 2027 y Fq(\017)60 b Fu(Bash)26
-b(supp)s(orts)d(the)j(`)p Ft(+=)p Fu(')f(assignmen)m(t)i(op)s(erator,)g
-(whic)m(h)e(app)s(ends)f(to)i(the)g(v)-5 b(alue)26 b(of)f(the)h(v)-5
-b(ariable)330 2136 y(named)30 b(on)g(the)h(left)g(hand)e(side.)225
-2278 y Fq(\017)60 b Fu(Bash)36 b(includes)g(the)g Fm(posix)f
-Fu(pattern)h(remo)m(v)-5 b(al)37 b(`)p Ft(\045)p Fu(',)h(`)p
-Ft(#)p Fu(',)g(`)p Ft(\045\045)p Fu(')e(and)f(`)p Ft(##)p
-Fu(')h(expansions)g(to)g(remo)m(v)m(e)330 2388 y(leading)f(or)f
-(trailing)h(substrings)e(from)g(v)-5 b(ariable)35 b(v)-5
-b(alues)35 b(\(see)g(Section)g(3.5.3)g([Shell)g(P)m(arameter)330
-2497 y(Expansion],)30 b(page)h(26\).)225 2639 y Fq(\017)60
-b Fu(The)46 b(expansion)g Ft(${#xx})p Fu(,)j(whic)m(h)d(returns)f(the)i
-(length)f(of)h Ft(${xx})p Fu(,)i(is)e(supp)s(orted)d(\(see)j(Sec-)330
-2749 y(tion)31 b(3.5.3)h([Shell)f(P)m(arameter)g(Expansion],)f(page)i
-(26\).)225 2890 y Fq(\017)60 b Fu(The)30 b(expansion)g
-Ft(${var:)p Fr(o\013set)r Ft([:)p Fr(length)p Ft(]})p
-Fu(,)g(whic)m(h)g(expands)g(to)h(the)g(substring)e(of)i
-Ft(var)p Fu('s)e(v)-5 b(alue)330 3000 y(of)43 b(length)g
-Fr(length)p Fu(,)k(b)s(eginning)42 b(at)i Fr(o\013set)p
-Fu(,)j(is)c(presen)m(t)g(\(see)g(Section)h(3.5.3)h([Shell)e(P)m
-(arameter)330 3110 y(Expansion],)30 b(page)h(26\).)225
-3251 y Fq(\017)60 b Fu(The)21 b(expansion)f Ft(${)p Fj(var)p
-Ft(/[/])p Fr(pattern)p Ft([/)p Fr(replacemen)m(t)r Ft(]})p
-Fu(,)i(whic)m(h)e(matc)m(hes)j Fr(pattern)e Fu(and)f(replaces)330
-3361 y(it)30 b(with)f Fr(replacemen)m(t)k Fu(in)c(the)h(v)-5
-b(alue)30 b(of)g Fr(v)-5 b(ar)p Fu(,)30 b(is)f(a)m(v)-5
-b(ailable)32 b(\(see)e(Section)h(3.5.3)g([Shell)f(P)m(arameter)330
-3471 y(Expansion],)g(page)h(26\),)h(with)e(a)h(mec)m(hanism)g(to)g(use)
-f(the)g(matc)m(hed)i(text)f(in)f Fr(replacemen)m(t)p
-Fu(.)225 3612 y Fq(\017)60 b Fu(The)33 b(expansion)g
-Ft(${!)p Fj(prefix)p Ft(*})d Fu(expansion,)k(whic)m(h)e(expands)h(to)h
-(the)f(names)g(of)g(all)h(shell)f(v)-5 b(ari-)330 3722
-y(ables)36 b(whose)g(names)g(b)s(egin)g(with)g Fr(pre\014x)p
-Fu(,)g(is)g(a)m(v)-5 b(ailable)39 b(\(see)e(Section)g(3.5.3)g([Shell)g
-(P)m(arameter)330 3832 y(Expansion],)30 b(page)h(26\).)225
-3973 y Fq(\017)60 b Fu(Bash)22 b(has)g(indirect)g(v)-5
-b(ariable)22 b(expansion)g(using)f Ft(${!word})f Fu(\(see)i(Section)h
-(3.5.3)h([Shell)e(P)m(arameter)330 4083 y(Expansion],)44
-b(page)e(26\))h(and)e(implemen)m(ts)g(the)h Ft(nameref)d
-Fu(v)-5 b(ariable)43 b(attribute)f(for)f(automatic)330
-4193 y(indirect)31 b(v)-5 b(ariable)31 b(expansion.)225
-4334 y Fq(\017)60 b Fu(Bash)31 b(can)f(expand)g(p)s(ositional)h
-(parameters)g(b)s(ey)m(ond)e Ft($9)h Fu(using)g Ft(${)p
-Fj(num)p Ft(})p Fu(.)225 4476 y Fq(\017)60 b Fu(Bash)22
-b(includes)g(a)h(set)g(of)g(parameter)f(transformation)h(w)m(ord)f
-(expansions)g(of)h(the)f(form)g Ft(${var@X})p Fu(,)330
-4586 y(where)30 b(`)p Ft(X)p Fu(')g(sp)s(eci\014es)g(the)h
-(transformation.)225 4728 y Fq(\017)60 b Fu(The)27 b
-Fm(posix)g Ft($\(\))g Fu(form)g(of)h(command)g(substitution)f(is)h
-(implemen)m(ted)g(\(see)h(Section)f(3.5.4)i([Com-)330
-4837 y(mand)38 b(Substitution],)k(page)e(34\),)j(and)38
-b(preferred)g(to)i(the)g(Bourne)f(shell's)h Ft(``)e Fu(\(whic)m(h)i(is)
-f(also)330 4947 y(implemen)m(ted)31 b(for)f(bac)m(kw)m(ards)h
-(compatibilit)m(y\).)225 5089 y Fq(\017)60 b Fu(Bash)31
-b(implemen)m(ts)g(a)g(v)-5 b(arian)m(t)32 b(of)f(command)f
-(substitution)g(that)i(runs)d(the)i(enclosed)g(command)330
-5198 y(in)f(the)h(curren)m(t)f(shell)g(execution)i(en)m(vironmen)m(t)f
-(\()p Ft(${)f Fj(command)p Ft(;})p Fu(\).)225 5340 y
-Fq(\017)60 b Fu(Bash)31 b(has)f(pro)s(cess)g(substitution)g(\(see)h
-(Section)g(3.5.6)h([Pro)s(cess)f(Substitution],)f(page)h(35\).)p
-eop end
-%%Page: 177 183
-TeXDict begin 177 182 bop 150 -116 a Fu(App)s(endix)29
-b(B:)i(Ma)5 b(jor)31 b(Di\013erences)g(F)-8 b(rom)31
-b(The)f(Bourne)g(Shell)1258 b(177)225 299 y Fq(\017)60
-b Fu(Bash)55 b(automatically)j(assigns)e(v)-5 b(ariables)55
-b(that)h(pro)m(vide)f(information)h(ab)s(out)f(the)g(curren)m(t)330
-408 y(user)40 b(\()p Ft(UID)p Fu(,)i Ft(EUID)p Fu(,)g(and)e
-Ft(GROUPS)p Fu(\),)h(the)g(curren)m(t)f(host)g(\()p Ft(HOSTTYPE)p
-Fu(,)h Ft(OSTYPE)p Fu(,)h Ft(MACHTYPE)p Fu(,)f(and)330
-518 y Ft(HOSTNAME)p Fu(\),)55 b(and)c(the)g(instance)h(of)g(Bash)f
-(that)h(is)f(running)f(\()p Ft(BASH)p Fu(,)56 b Ft(BASH_VERSION)p
-Fu(,)e(and)330 628 y Ft(BASH_VERSINFO)p Fu(\).)37 b(See)31
-b(Section)g(5.2)h([Bash)e(V)-8 b(ariables],)33 b(page)e(81,)g(for)f
-(details.)225 771 y Fq(\017)60 b Fu(Bash)23 b(uses)f(man)m(y)h(v)-5
-b(ariables)24 b(to)g(pro)m(vide)e(functionalit)m(y)j(and)d(customize)i
-(shell)f(b)s(eha)m(vior)g(that)h(the)330 881 y(Bourne)30
-b(shell)h(do)s(es)f(not.)41 b(Examples)30 b(include)g
-Ft(RANDOM)p Fu(,)f Ft(SRANDOM)p Fu(,)g Ft(EPOCHSECONDS)p
-Fu(,)e Ft(GLOBSORT)p Fu(,)330 991 y Ft(TIMEFORMAT)p Fu(,)e
-Ft(BASHPID)p Fu(,)g Ft(BASH_XTRACEFD)p Fu(,)f Ft(GLOBIGNORE)p
-Fu(,)h Ft(HISTIGNORE)p Fu(,)g(and)h Ft(BASH_VERSION)p
-Fu(.)330 1100 y(See)31 b(Section)g(5.2)g([Bash)g(V)-8
-b(ariables],)32 b(page)f(81,)h(for)e(a)h(complete)h(list.)225
-1244 y Fq(\017)60 b Fu(The)44 b Ft(IFS)f Fu(v)-5 b(ariable)45
-b(is)f(used)f(to)i(split)f(only)g(the)g(results)g(of)h(expansion,)i
-(not)d(all)h(w)m(ords)f(\(see)330 1354 y(Section)29 b(3.5.7)h([W)-8
-b(ord)29 b(Splitting],)h(page)f(36\).)41 b(This)28 b(closes)h(a)g
-(longstanding)g(shell)f(securit)m(y)h(hole.)225 1498
-y Fq(\017)60 b Fu(The)36 b(\014lename)h(expansion)f(brac)m(k)m(et)i
-(expression)f(co)s(de)f(uses)g(`)p Ft(!)p Fu(')h(and)f(`)p
-Ft(^)p Fu(')h(to)g(negate)h(the)f(set)g(of)330 1607 y(c)m(haracters)32
-b(b)s(et)m(w)m(een)f(the)f(brac)m(k)m(ets.)43 b(The)29
-b(Bourne)i(shell)f(uses)g(only)h(`)p Ft(!)p Fu('.)225
-1751 y Fq(\017)60 b Fu(Bash)38 b(implemen)m(ts)g(the)g(full)g(set)g(of)
-g Fm(posix)f Fu(\014lename)h(expansion)g(op)s(erators,)i(including)d(c)
-m(har-)330 1861 y(acter)j(classes,)i(equiv)-5 b(alence)39
-b(classes,)j(and)c(collating)j(sym)m(b)s(ols)d(\(see)i(Section)f(3.5.8)
-h([Filename)330 1970 y(Expansion],)30 b(page)h(36\).)225
-2114 y Fq(\017)60 b Fu(Bash)35 b(implemen)m(ts)g(extended)g(pattern)g
-(matc)m(hing)h(features)f(when)f(the)h Ft(extglob)d Fu(shell)j(option)
-330 2224 y(is)30 b(enabled)h(\(see)g(Section)g(3.5.8.1)i([P)m(attern)f
-(Matc)m(hing],)g(page)f(37\).)225 2367 y Fq(\017)60 b
-Fu(It)22 b(is)g(p)s(ossible)g(to)h(ha)m(v)m(e)g(a)f(v)-5
-b(ariable)23 b(and)f(a)g(function)g(with)g(the)g(same)g(name;)j
-Ft(sh)d Fu(do)s(es)g(not)g(separate)330 2477 y(the)31
-b(t)m(w)m(o)g(name)g(spaces.)225 2621 y Fq(\017)60 b
-Fu(Bash)30 b(functions)e(are)i(p)s(ermitted)f(to)h(ha)m(v)m(e)h(lo)s
-(cal)g(v)-5 b(ariables)30 b(using)f(the)g Ft(local)f
-Fu(builtin,)i(and)e(th)m(us)330 2730 y(useful)i(recursiv)m(e)g
-(functions)g(ma)m(y)h(b)s(e)f(written)g(\(see)i(Section)f(4.2)g([Bash)g
-(Builtins],)g(page)h(57\).)225 2874 y Fq(\017)60 b Fu(V)-8
-b(ariable)25 b(assignmen)m(ts)g(preceding)e(commands)h(a\013ect)h(only)
-f(that)g(command,)h(ev)m(en)f(builtins)g(and)330 2984
-y(functions)36 b(\(see)h(Section)g(3.7.4)h([En)m(vironmen)m(t],)h(page)
-e(45\).)60 b(In)35 b Ft(sh)p Fu(,)j(all)f(v)-5 b(ariable)37
-b(assignmen)m(ts)330 3093 y(preceding)30 b(commands)g(are)h(global)h
-(unless)d(the)i(command)f(is)h(executed)g(from)f(the)g(\014le)h
-(system.)225 3237 y Fq(\017)60 b Fu(Bash)44 b(p)s(erforms)e(\014lename)
-i(expansion)f(on)h(\014lenames)g(sp)s(eci\014ed)f(as)h(op)s(erands)e
-(to)j(input)e(and)330 3347 y(output)30 b(redirection)h(op)s(erators)g
-(\(see)g(Section)g(3.6)h([Redirections],)g(page)f(39\).)225
-3491 y Fq(\017)60 b Fu(Bash)29 b(con)m(tains)h(the)f(`)p
-Ft(<>)p Fu(')f(redirection)i(op)s(erator,)f(allo)m(wing)i(a)e(\014le)g
-(to)g(b)s(e)f(op)s(ened)g(for)h(b)s(oth)f(read-)330 3600
-y(ing)35 b(and)f(writing,)i(and)e(the)h(`)p Ft(&>)p Fu(')g(redirection)
-g(op)s(erator,)h(for)f(directing)g(standard)f(output)h(and)330
-3710 y(standard)30 b(error)g(to)h(the)f(same)h(\014le)f(\(see)i
-(Section)f(3.6)g([Redirections],)h(page)g(39\).)225 3854
-y Fq(\017)60 b Fu(Bash)21 b(includes)f(the)h(`)p Ft(<<<)p
-Fu(')g(redirection)g(op)s(erator,)i(allo)m(wing)g(a)e(string)f(to)i(b)s
-(e)e(used)g(as)h(the)g(standard)330 3963 y(input)29 b(to)j(a)e(command)
-g(\(see)i(Section)f(3.6)g([Redirections],)h(page)g(39\).)225
-4107 y Fq(\017)60 b Fu(Bash)32 b(implemen)m(ts)f(the)h(`)p
-Ft([n]<&)p Fj(word)p Fu(')d(and)i(`)p Ft([n]>&)p Fj(word)p
-Fu(')e(redirection)j(op)s(erators,)g(whic)m(h)f(mo)m(v)m(e)330
-4217 y(one)g(\014le)f(descriptor)g(to)h(another.)225
-4361 y Fq(\017)60 b Fu(Bash)25 b(treats)h(a)f(n)m(um)m(b)s(er)e(of)i
-(\014lenames)g(sp)s(ecially)g(when)f(they)h(are)g(used)f(in)g
-(redirection)i(op)s(erators)330 4470 y(\(see)31 b(Section)h(3.6)f
-([Redirections],)h(page)f(39\).)225 4614 y Fq(\017)60
-b Fu(Bash)33 b(can)f(op)s(en)g(net)m(w)m(ork)i(connections)f(to)h
-(arbitrary)e(mac)m(hines)h(and)f(services)h(with)f(the)h(redi-)330
-4724 y(rection)e(op)s(erators)g(\(see)g(Section)g(3.6)h
-([Redirections],)g(page)f(39\).)225 4867 y Fq(\017)60
-b Fu(The)29 b Ft(noclobber)e Fu(option)j(is)g(a)m(v)-5
-b(ailable)32 b(to)e(a)m(v)m(oid)h(o)m(v)m(erwriting)g(existing)g
-(\014les)e(with)h(output)f(redi-)330 4977 y(rection)39
-b(\(see)h(Section)f(4.3.1)h([The)e(Set)h(Builtin],)i(page)e(69\).)66
-b(The)38 b(`)p Ft(>|)p Fu(')h(redirection)g(op)s(erator)330
-5087 y(ma)m(y)31 b(b)s(e)f(used)f(to)i(o)m(v)m(erride)h
-Ft(noclobber)p Fu(.)225 5230 y Fq(\017)60 b Fu(The)34
-b(Bash)g Ft(cd)g Fu(and)f Ft(pwd)g Fu(builtins)h(\(see)h(Section)g(4.1)
-g([Bourne)g(Shell)f(Builtins],)h(page)g(49\))h(eac)m(h)330
-5340 y(tak)m(e)c Ft(-L)e Fu(and)f Ft(-P)h Fu(options)h(to)g(switc)m(h)g
-(b)s(et)m(w)m(een)g(logical)i(and)c(ph)m(ysical)i(mo)s(des.)p
-eop end
-%%Page: 178 184
-TeXDict begin 178 183 bop 150 -116 a Fu(App)s(endix)29
-b(B:)i(Ma)5 b(jor)31 b(Di\013erences)g(F)-8 b(rom)31
-b(The)f(Bourne)g(Shell)1258 b(178)225 299 y Fq(\017)60
-b Fu(Bash)25 b(allo)m(ws)h(a)g(function)e(to)i(o)m(v)m(erride)g(a)g
-(builtin)e(with)h(the)g(same)g(name,)i(and)d(pro)m(vides)h(access)h(to)
-330 408 y(that)34 b(builtin's)f(functionalit)m(y)h(within)f(the)g
-(function)g(via)h(the)f Ft(builtin)f Fu(and)g Ft(command)g
-Fu(builtins)330 518 y(\(see)f(Section)h(4.2)f([Bash)g(Builtins],)g
-(page)g(57\).)225 648 y Fq(\017)60 b Fu(Bash)34 b(implemen)m(ts)g(supp)
-s(ort)e(for)i(dynamically)g(loading)h(builtin)e(commands)g(from)h
-(shared)f(ob-)330 758 y(jects.)225 888 y Fq(\017)60 b
-Fu(The)35 b Ft(command)e Fu(builtin)i(allo)m(ws)i(selectiv)m(e)h
-(disabling)e(of)f(functions)g(when)g(command)g(lo)s(okup)g(is)330
-998 y(p)s(erformed)29 b(\(see)i(Section)g(4.2)h([Bash)f(Builtins],)g
-(page)g(57\).)225 1128 y Fq(\017)60 b Fu(Individual)23
-b(builtins)g(ma)m(y)i(b)s(e)e(enabled)h(or)g(disabled)g(using)f(the)h
-Ft(enable)f Fu(builtin)g(\(see)i(Section)g(4.2)330 1237
-y([Bash)31 b(Builtins],)g(page)g(57\).)225 1367 y Fq(\017)60
-b Fu(The)26 b(Bash)h Ft(exec)e Fu(builtin)h(tak)m(es)i(additional)f
-(options)g(that)g(allo)m(w)h(users)d(to)j(con)m(trol)g(the)e(con)m(ten)
-m(ts)330 1477 y(of)35 b(the)f(en)m(vironmen)m(t)h(passed)f(to)h(the)g
-(executed)g(command,)h(and)d(what)i(the)f(zeroth)h(argumen)m(t)330
-1587 y(to)c(the)g(command)f(is)g(to)h(b)s(e)f(\(see)h(Section)h(4.1)f
-([Bourne)f(Shell)h(Builtins],)g(page)g(49\).)225 1717
-y Fq(\017)60 b Fu(Shell)29 b(functions)g(ma)m(y)h(b)s(e)f(exp)s(orted)g
-(to)h(c)m(hildren)f(via)h(the)g(en)m(vironmen)m(t)g(using)f
-Ft(export)f(-f)h Fu(\(see)330 1826 y(Section)i(3.3)h([Shell)e(F)-8
-b(unctions],)32 b(page)f(19\).)225 1956 y Fq(\017)60
-b Fu(Bash)35 b(deco)s(des)g(a)h(n)m(um)m(b)s(er)e(of)h(bac)m
-(kslash-escap)s(e)i(sequences)e(in)g(the)g(prompt)f(string)h(v)-5
-b(ariables)330 2066 y(\()p Ft(PS0)p Fu(,)30 b Ft(PS1)p
-Fu(,)g Ft(PS2)p Fu(,)g(and)f Ft(PS4)p Fu(\).)225 2196
-y Fq(\017)60 b Fu(Bash)31 b(expands)e(and)h(displa)m(ys)g(the)h
-Ft(PS0)e Fu(prompt)h(string)g(v)-5 b(ariable.)225 2326
-y Fq(\017)60 b Fu(Bash)45 b(runs)e(commands)i(from)f(the)i
-Ft(PROMPT_COMMAND)41 b Fu(arra)m(y)k(v)-5 b(ariable)46
-b(b)s(efore)e(issuing)h(eac)m(h)330 2436 y(primary)29
-b(prompt.)225 2566 y Fq(\017)60 b Fu(Bash)31 b(deco)s(des)f(a)h(n)m(um)
-m(b)s(er)e(of)h(bac)m(kslash-escap)s(ed)i(c)m(haracters)225
-2696 y Fq(\017)60 b Fu(The)40 b(Bash)h Ft(export)p Fu(,)h
-Ft(readonly)p Fu(,)f(and)g Ft(declare)d Fu(builtins)j(can)g(tak)m(e)h
-(a)f Ft(-f)f Fu(option)i(to)f(act)h(on)330 2806 y(shell)30
-b(functions,)f(a)h Ft(-p)f Fu(option)g(to)i(displa)m(y)e(v)-5
-b(ariables)30 b(with)f(v)-5 b(arious)30 b(attributes)g(set)g(in)f(a)h
-(format)330 2915 y(that)g(can)g(b)s(e)f(used)g(as)g(shell)h(input,)f(a)
-h Ft(-n)f Fu(option)h(to)g(remo)m(v)m(e)h(v)-5 b(arious)30
-b(v)-5 b(ariable)30 b(attributes,)h(and)330 3025 y(`)p
-Ft(name=value)p Fu(')d(argumen)m(ts)j(to)g(set)g(v)-5
-b(ariable)31 b(attributes)g(and)f(v)-5 b(alues)30 b(sim)m(ultaneously)
--8 b(.)225 3155 y Fq(\017)60 b Fu(The)42 b(Bash)h Ft(hash)f
-Fu(builtin)g(allo)m(ws)j(a)e(name)g(to)g(b)s(e)f(asso)s(ciated)j(with)d
-(an)h(arbitrary)f(\014lename,)330 3265 y(ev)m(en)30 b(when)e(that)h
-(\014lename)g(cannot)h(b)s(e)e(found)g(b)m(y)h(searc)m(hing)g(the)g
-Ft($PATH)p Fu(,)g(using)f(`)p Ft(hash)h(-p)p Fu(')g(\(see)330
-3374 y(Section)i(4.1)h([Bourne)e(Shell)g(Builtins],)h(page)h(49\).)225
-3504 y Fq(\017)60 b Fu(Bash)27 b(includes)f(a)i Ft(help)d
-Fu(builtin)i(for)f(quic)m(k)h(reference)h(to)f(shell)g(facilities)i
-(\(see)f(Section)g(4.2)g([Bash)330 3614 y(Builtins],)j(page)g(57\).)225
-3744 y Fq(\017)60 b Fu(Bash)27 b(includes)f(the)h Ft(mapfile)e
-Fu(builtin)i(to)g(quic)m(kly)h(read)e(the)h(con)m(ten)m(ts)i(of)e(a)g
-(\014le)g(in)m(to)h(an)e(indexed)330 3854 y(arra)m(y)31
-b(v)-5 b(ariable.)225 3984 y Fq(\017)60 b Fu(The)42 b
-Ft(printf)g Fu(builtin)g(is)h(a)m(v)-5 b(ailable)45 b(to)f(displa)m(y)f
-(formatted)g(output)g(\(see)h(Section)g(4.2)g([Bash)330
-4093 y(Builtins],)31 b(page)g(57\).)225 4224 y Fq(\017)60
-b Fu(The)26 b(Bash)h Ft(read)f Fu(builtin)g(\(see)i(Section)g(4.2)g
-([Bash)f(Builtins],)h(page)g(57\))g(will)f(read)g(a)g(line)g(ending)330
-4333 y(in)i(`)p Ft(\\)p Fu(')h(with)f(the)g Ft(-r)g Fu(option,)i(and)d
-(will)i(use)f(the)h Ft(REPLY)e Fu(v)-5 b(ariable)30 b(as)g(a)f(default)
-h(if)f(no)h(non-option)330 4443 y(argumen)m(ts)h(are)h(supplied.)42
-b(The)30 b(Bash)i Ft(read)e Fu(builtin)g(also)j(accepts)f(a)g(prompt)e
-(string)h(with)g(the)330 4552 y Ft(-p)36 b Fu(option)h(and)f(will)h
-(use)g(Readline)g(to)g(obtain)g(the)g(line)g(when)f(giv)m(en)i(the)f
-Ft(-e)f Fu(or)g Ft(-E)g Fu(options.)330 4662 y(The)31
-b Ft(read)g Fu(builtin)h(also)g(has)g(additional)h(options)f(to)h(con)m
-(trol)g(input:)43 b(the)32 b Ft(-s)f Fu(option)i(will)f(turn)330
-4771 y(o\013)f(ec)m(hoing)i(of)e(input)f(c)m(haracters)j(as)e(they)g
-(are)g(read,)h(the)f Ft(-t)f Fu(option)i(will)f(allo)m(w)i
-Ft(read)c Fu(to)j(time)330 4881 y(out)k(if)g(input)f(do)s(es)h(not)h
-(arriv)m(e)f(within)g(a)g(sp)s(eci\014ed)g(n)m(um)m(b)s(er)e(of)j
-(seconds,)g(the)g Ft(-n)e Fu(option)i(will)330 4991 y(allo)m(w)32
-b(reading)f(only)g(a)g(sp)s(eci\014ed)f(n)m(um)m(b)s(er)g(of)h(c)m
-(haracters)h(rather)f(than)f(a)h(full)g(line,)g(and)g(the)g
-Ft(-d)330 5100 y Fu(option)g(will)g(read)f(un)m(til)g(a)h(particular)g
-(c)m(haracter)h(rather)e(than)g(newline.)225 5230 y Fq(\017)60
-b Fu(The)33 b Ft(return)e Fu(builtin)i(ma)m(y)g(b)s(e)g(used)f(to)i(ab)
-s(ort)f(execution)h(of)f(scripts)g(executed)h(with)f(the)g
-Ft(.)g Fu(or)330 5340 y Ft(source)c Fu(builtins)g(\(see)j(Section)f
-(4.1)g([Bourne)g(Shell)f(Builtins],)h(page)g(49\).)p
-eop end
-%%Page: 179 185
-TeXDict begin 179 184 bop 150 -116 a Fu(App)s(endix)29
-b(B:)i(Ma)5 b(jor)31 b(Di\013erences)g(F)-8 b(rom)31
-b(The)f(Bourne)g(Shell)1258 b(179)225 299 y Fq(\017)60
-b Fu(Bash)43 b(includes)g(the)g Ft(shopt)f Fu(builtin,)k(for)d(\014ner)
-f(con)m(trol)j(of)e(shell)h(optional)g(capabilities)h(\(see)330
-408 y(Section)c(4.3.2)g([The)f(Shopt)f(Builtin],)k(page)d(73\),)k(and)
-39 b(allo)m(ws)i(these)f(options)h(to)f(b)s(e)f(set)i(and)330
-518 y(unset)30 b(at)h(shell)g(in)m(v)m(o)s(cation)h(\(see)f(Section)h
-(6.1)f([In)m(v)m(oking)g(Bash],)g(page)h(94\).)225 655
-y Fq(\017)60 b Fu(Bash)45 b(has)f(m)m(uc)m(h)g(more)h(optional)h(b)s
-(eha)m(vior)e(con)m(trollable)j(with)e(the)f Ft(set)g
-Fu(builtin)g(\(see)h(Sec-)330 765 y(tion)31 b(4.3.1)h([The)e(Set)h
-(Builtin],)g(page)g(69\).)225 902 y Fq(\017)60 b Fu(The)36
-b Ft(-x)f Fu(\()p Ft(xtrace)p Fu(\))g(option)i(displa)m(ys)f(commands)g
-(other)g(than)g(simple)g(commands)g(when)f(p)s(er-)330
-1011 y(forming)30 b(an)g(execution)i(trace)f(\(see)h(Section)f(4.3.1)h
-([The)e(Set)h(Builtin],)g(page)g(69\).)225 1148 y Fq(\017)60
-b Fu(The)28 b Ft(test)g Fu(builtin)h(\(see)h(Section)f(4.1)h([Bourne)f
-(Shell)g(Builtins],)h(page)g(49\))g(is)f(sligh)m(tly)h(di\013eren)m(t,)
-330 1258 y(as)23 b(it)g(implemen)m(ts)f(the)h Fm(posix)f
-Fu(algorithm,)j(whic)m(h)d(sp)s(eci\014es)g(the)h(b)s(eha)m(vior)f
-(based)g(on)h(the)f(n)m(um)m(b)s(er)330 1367 y(of)31
-b(argumen)m(ts.)225 1504 y Fq(\017)60 b Fu(The)41 b(Bash)h
-Ft(wait)e Fu(builtin)h(has)g(a)h Ft(-n)f Fu(option)h(to)g(w)m(ait)h
-(for)e(the)h(next)f(c)m(hild)h(to)g(exit,)k(p)s(ossibly)330
-1614 y(selecting)36 b(from)d(a)i(list)g(of)f(supplied)f(jobs,)h(and)g
-(the)g Ft(-p)f Fu(option)i(to)g(store)f(information)h(ab)s(out)f(a)330
-1724 y(terminated)d(c)m(hild)g(pro)s(cess)f(in)g(a)g(shell)h(v)-5
-b(ariable.)225 1861 y Fq(\017)60 b Fu(Bash)31 b(includes)g(the)h
-Ft(caller)d Fu(builtin,)j(whic)m(h)f(displa)m(ys)g(the)g(con)m(text)i
-(of)f(an)m(y)g(activ)m(e)h(subroutine)330 1970 y(call)28
-b(\(a)f(shell)f(function)h(or)f(a)h(script)f(executed)h(with)f(the)h
-Ft(.)f Fu(or)g Ft(source)f Fu(builtins\).)39 b(This)26
-b(supp)s(orts)330 2080 y(the)31 b(Bash)f(debugger.)225
-2217 y Fq(\017)60 b Fu(The)42 b Ft(trap)f Fu(builtin)h(\(see)i(Section)
-f(4.1)h([Bourne)e(Shell)g(Builtins],)47 b(page)c(49\))h(allo)m(ws)g(a)e
-Ft(DEBUG)330 2326 y Fu(pseudo-signal)c(sp)s(eci\014cation,)i(similar)e
-(to)g Ft(EXIT)p Fu(.)62 b(Commands)36 b(sp)s(eci\014ed)h(with)g(a)h
-Ft(DEBUG)e Fu(trap)330 2436 y(are)k(executed)g(b)s(efore)f(ev)m(ery)h
-(simple)f(command,)j Ft(for)c Fu(command,)k Ft(case)c
-Fu(command,)k Ft(select)330 2545 y Fu(command,)35 b(ev)m(ery)g
-(arithmetic)g Ft(for)e Fu(command,)i(and)f(b)s(efore)g(the)g(\014rst)f
-(command)h(executes)h(in)330 2655 y(a)29 b(shell)g(function.)40
-b(The)28 b Ft(DEBUG)g Fu(trap)g(is)h(not)g(inherited)f(b)m(y)h(shell)g
-(functions)f(unless)g(the)h(function)330 2765 y(has)35
-b(b)s(een)g(giv)m(en)i(the)f Ft(trace)e Fu(attribute)i(or)g(the)g
-Ft(functrace)d Fu(option)j(has)f(b)s(een)g(enabled)g(using)330
-2874 y(the)28 b Ft(shopt)e Fu(builtin.)39 b(The)27 b
-Ft(extdebug)f Fu(shell)i(option)g(has)f(additional)h(e\013ects)h(on)f
-(the)g Ft(DEBUG)e Fu(trap.)330 3011 y(The)21 b Ft(trap)e
-Fu(builtin)i(\(see)h(Section)g(4.1)g([Bourne)f(Shell)g(Builtins],)j
-(page)e(49\))g(allo)m(ws)g(an)f Ft(ERR)f Fu(pseudo-)330
-3121 y(signal)30 b(sp)s(eci\014cation,)h(similar)f(to)g
-Ft(EXIT)f Fu(and)g Ft(DEBUG)p Fu(.)39 b(Commands)28 b(sp)s(eci\014ed)h
-(with)g(an)g Ft(ERR)g Fu(trap)330 3230 y(are)40 b(executed)g(after)g(a)
-f(simple)h(command)f(fails,)j(with)d(a)h(few)f(exceptions.)68
-b(The)39 b Ft(ERR)g Fu(trap)g(is)330 3340 y(not)g(inherited)f(b)m(y)h
-(shell)g(functions)f(unless)g(the)h Ft(-o)29 b(errtrace)37
-b Fu(option)i(to)g(the)g Ft(set)f Fu(builtin)g(is)330
-3450 y(enabled.)330 3587 y(The)g Ft(trap)g Fu(builtin)h(\(see)g
-(Section)h(4.1)g([Bourne)f(Shell)g(Builtins],)i(page)f(49\))g(allo)m
-(ws)g(a)g Ft(RETURN)330 3696 y Fu(pseudo-signal)f(sp)s(eci\014cation,)k
-(similar)d(to)g Ft(EXIT)e Fu(and)g Ft(DEBUG)p Fu(.)66
-b(Commands)38 b(sp)s(eci\014ed)h(with)g(a)330 3806 y
-Ft(RETURN)g Fu(trap)i(are)g(executed)h(b)s(efore)e(execution)i(resumes)
-e(after)h(a)g(shell)g(function)g(or)g(a)g(shell)330 3915
-y(script)36 b(executed)g(with)g Ft(.)f Fu(or)h Ft(source)e
-Fu(returns.)56 b(The)35 b Ft(RETURN)f Fu(trap)i(is)g(not)g(inherited)f
-(b)m(y)h(shell)330 4025 y(functions)k(unless)h(the)g(function)f(has)h
-(b)s(een)f(giv)m(en)i(the)f Ft(trace)e Fu(attribute)j(or)e(the)h
-Ft(functrace)330 4134 y Fu(option)31 b(has)f(b)s(een)g(enabled)g(using)
-g(the)g Ft(shopt)f Fu(builtin.)225 4271 y Fq(\017)60
-b Fu(The)30 b(Bash)g Ft(type)f Fu(builtin)h(is)g(more)g(extensiv)m(e)i
-(and)d(giv)m(es)j(more)e(information)h(ab)s(out)f(the)g(names)330
-4381 y(it)h(\014nds)e(\(see)i(Section)g(4.2)h([Bash)e(Builtins],)i
-(page)f(57\).)225 4518 y Fq(\017)60 b Fu(The)27 b(Bash)h
-Ft(umask)e Fu(builtin)h(p)s(ermits)g(a)h Ft(-p)f Fu(option)h(to)h
-(cause)f(the)g(output)f(to)h(b)s(e)f(displa)m(y)m(ed)h(in)g(the)330
-4628 y(form)i(of)h(a)g Ft(umask)f Fu(command)g(that)i(ma)m(y)f(b)s(e)f
-(reused)g(as)h(input)f(\(see)i(Section)f(4.1)h([Bourne)f(Shell)330
-4737 y(Builtins],)g(page)g(49\).)225 4874 y Fq(\017)60
-b Fu(Bash)34 b(implemen)m(ts)h(a)g Ft(csh)p Fu(-lik)m(e)g(directory)f
-(stac)m(k,)j(and)d(pro)m(vides)g(the)g Ft(pushd)p Fu(,)g
-Ft(popd)p Fu(,)g(and)g Ft(dirs)330 4984 y Fu(builtins)d(to)i
-(manipulate)f(it)h(\(see)g(Section)f(6.8)h([The)f(Directory)h(Stac)m
-(k],)h(page)f(105\).)47 b(Bash)32 b(also)330 5093 y(mak)m(es)f(the)g
-(directory)g(stac)m(k)g(visible)g(as)g(the)f(v)-5 b(alue)31
-b(of)g(the)f Ft(DIRSTACK)f Fu(shell)h(v)-5 b(ariable.)225
-5230 y Fq(\017)60 b Fu(Bash)28 b(in)m(terprets)h(sp)s(ecial)g(bac)m
-(kslash-escap)s(ed)g(c)m(haracters)g(in)f(the)h(prompt)e(strings)h
-(when)f(in)m(ter-)330 5340 y(activ)m(e)33 b(\(see)e(Section)g(6.9)h
-([Con)m(trolling)f(the)g(Prompt],)f(page)h(107\).)p eop
-end
-%%Page: 180 186
-TeXDict begin 180 185 bop 150 -116 a Fu(App)s(endix)29
-b(B:)i(Ma)5 b(jor)31 b(Di\013erences)g(F)-8 b(rom)31
-b(The)f(Bourne)g(Shell)1258 b(180)225 299 y Fq(\017)60
-b Fu(The)46 b(Bash)h(restricted)g(mo)s(de)f(is)h(more)f(useful)g(\(see)
-h(Section)h(6.10)g([The)e(Restricted)i(Shell],)330 408
-y(page)31 b(109\);)h(the)f(SVR4.2)g(shell)g(restricted)g(mo)s(de)f(is)g
-(to)s(o)h(limited.)225 543 y Fq(\017)60 b Fu(The)30 b
-Ft(disown)f Fu(builtin)h(can)h(remo)m(v)m(e)h(a)f(job)f(from)g(the)h
-(in)m(ternal)g(shell)g(job)f(table)i(\(see)f(Section)h(7.2)330
-653 y([Job)e(Con)m(trol)h(Builtins],)g(page)g(119\))g(or)g(suppress)d
-(the)i(sending)g(of)g Ft(SIGHUP)e Fu(to)j(a)g(job)f(when)f(the)330
-762 y(shell)i(exits)g(as)f(the)h(result)f(of)h(a)f Ft(SIGHUP)p
-Fu(.)225 897 y Fq(\017)60 b Fu(Bash)31 b(includes)f(a)g(n)m(um)m(b)s
-(er)f(of)i(features)g(to)g(supp)s(ort)d(a)j(separate)g(debugger)f(for)h
-(shell)f(scripts.)225 1031 y Fq(\017)60 b Fu(The)28 b(SVR4.2)h(shell)f
-(has)g(t)m(w)m(o)i(privilege-related)g(builtins)e(\()p
-Ft(mldmode)e Fu(and)i Ft(priv)p Fu(\))f(not)i(presen)m(t)f(in)330
-1141 y(Bash.)225 1275 y Fq(\017)60 b Fu(Bash)31 b(do)s(es)f(not)g(ha)m
-(v)m(e)i(the)e Ft(stop)g Fu(or)g Ft(newgrp)f Fu(builtins.)225
-1410 y Fq(\017)60 b Fu(Bash)31 b(do)s(es)f(not)g(use)g(the)h
-Ft(SHACCT)d Fu(v)-5 b(ariable)32 b(or)e(p)s(erform)f(shell)i(accoun)m
-(ting.)225 1544 y Fq(\017)60 b Fu(The)30 b(SVR4.2)h Ft(sh)f
-Fu(uses)g(a)g Ft(TIMEOUT)f Fu(v)-5 b(ariable)31 b(lik)m(e)h(Bash)e
-(uses)g Ft(TMOUT)p Fu(.)150 1704 y(More)h(features)g(unique)e(to)i
-(Bash)g(ma)m(y)g(b)s(e)f(found)f(in)h(Chapter)f(6)i([Bash)g(F)-8
-b(eatures],)32 b(page)f(94.)150 1944 y Fs(B.1)67 b(Implemen)l(tation)48
-b(Di\013erences)e(F)-11 b(rom)44 b(The)h(SVR4.2)g(Shell)150
-2104 y Fu(Since)33 b(Bash)h(is)f(a)g(completely)i(new)e(implemen)m
-(tation,)j(it)e(do)s(es)e(not)i(su\013er)e(from)h(man)m(y)g(of)h(the)f
-(limi-)150 2213 y(tations)f(of)e(the)h(SVR4.2)g(shell.)41
-b(F)-8 b(or)31 b(instance:)225 2348 y Fq(\017)60 b Fu(Bash)32
-b(do)s(es)f(not)h(fork)f(a)h(subshell)e(when)h(redirecting)h(in)m(to)h
-(or)e(out)h(of)g(a)g(shell)f(con)m(trol)i(structure)330
-2457 y(suc)m(h)d(as)h(an)f Ft(if)g Fu(or)g Ft(while)f
-Fu(statemen)m(t.)225 2592 y Fq(\017)60 b Fu(Bash)29 b(do)s(es)f(not)h
-(allo)m(w)h(un)m(balanced)f(quotes.)41 b(The)28 b(SVR4.2)h(shell)g
-(will)g(silen)m(tly)i(insert)d(a)h(needed)330 2702 y(closing)g(quote)g
-(at)f Ft(EOF)f Fu(under)g(certain)h(circumstances.)41
-b(This)27 b(can)h(b)s(e)g(the)g(cause)g(of)g(some)h(hard-)330
-2811 y(to-\014nd)h(errors.)225 2946 y Fq(\017)60 b Fu(The)45
-b(SVR4.2)h(shell)f(uses)g(a)g(baro)s(que)g(memory)g(managemen)m(t)i(sc)
-m(heme)e(based)g(on)g(trapping)330 3055 y Ft(SIGSEGV)p
-Fu(.)57 b(If)35 b(the)i(shell)f(is)h(started)g(from)e(a)i(pro)s(cess)f
-(with)g Ft(SIGSEGV)e Fu(blo)s(c)m(k)m(ed)k(\(e.g.,)h(b)m(y)d(using)330
-3165 y(the)31 b Ft(system\(\))d Fu(C)i(library)g(function)g(call\),)i
-(it)f(misb)s(eha)m(v)m(es)g(badly)-8 b(.)225 3299 y Fq(\017)60
-b Fu(In)30 b(a)i(questionable)g(attempt)g(at)g(securit)m(y)-8
-b(,)33 b(the)e(SVR4.2)h(shell,)g(when)e(in)m(v)m(ok)m(ed)j(without)e
-(the)h Ft(-p)330 3409 y Fu(option,)39 b(will)d(alter)i(its)e(real)h
-(and)f(e\013ectiv)m(e)j Fm(uid)d Fu(and)g Fm(gid)h Fu(if)f(they)h(are)f
-(less)h(than)f(some)h(magic)330 3518 y(threshold)30 b(v)-5
-b(alue,)31 b(commonly)g(100.)42 b(This)29 b(can)i(lead)g(to)g(unexp)s
-(ected)f(results.)225 3653 y Fq(\017)60 b Fu(The)30 b(SVR4.2)h(shell)g
-(do)s(es)f(not)g(allo)m(w)i(users)e(to)h(trap)f Ft(SIGSEGV)p
-Fu(,)f Ft(SIGALRM)p Fu(,)f(or)j Ft(SIGCHLD)p Fu(.)225
-3787 y Fq(\017)60 b Fu(The)34 b(SVR4.2)h(shell)g(do)s(es)g(not)f(allo)m
-(w)j(the)d Ft(IFS)p Fu(,)h Ft(MAILCHECK)p Fu(,)f Ft(PATH)p
-Fu(,)h Ft(PS1)p Fu(,)g(or)f Ft(PS2)g Fu(v)-5 b(ariables)35
-b(to)330 3897 y(b)s(e)30 b(unset.)225 4032 y Fq(\017)60
-b Fu(The)30 b(SVR4.2)h(shell)g(treats)g(`)p Ft(^)p Fu(')f(as)h(the)g
-(undo)s(cumen)m(ted)e(equiv)-5 b(alen)m(t)31 b(of)g(`)p
-Ft(|)p Fu('.)225 4166 y Fq(\017)60 b Fu(Bash)37 b(allo)m(ws)h(m)m
-(ultiple)f(option)g(argumen)m(ts)g(when)e(it)i(is)g(in)m(v)m(ok)m(ed)h
-(\()p Ft(-x)30 b(-v)p Fu(\);)40 b(the)c(SVR4.2)i(shell)330
-4276 y(allo)m(ws)c(only)f(one)g(option)g(argumen)m(t)g(\()p
-Ft(-xv)p Fu(\).)47 b(In)32 b(fact,)i(some)f(v)m(ersions)g(of)g(the)g
-(shell)f(dump)f(core)330 4385 y(if)f(the)h(second)f(argumen)m(t)h(b)s
-(egins)f(with)g(a)h(`)p Ft(-)p Fu('.)225 4520 y Fq(\017)60
-b Fu(The)26 b(SVR4.2)i(shell)f(exits)g(a)g(script)g(if)g(an)m(y)g
-(builtin)f(fails;)j(Bash)e(exits)g(a)g(script)g(only)g(if)g(one)g(of)g
-(the)330 4629 y Fm(posix)34 b Fu(sp)s(ecial)h(builtins)f(fails,)i(and)e
-(only)h(for)f(certain)h(failures,)h(as)f(en)m(umerated)g(in)f(the)h
-Fm(posix)330 4739 y Fu(standard.)225 4873 y Fq(\017)60
-b Fu(The)30 b(SVR4.2)h(shell)g(b)s(eha)m(v)m(es)f(di\013eren)m(tly)h
-(when)f(in)m(v)m(ok)m(ed)i(as)e Ft(jsh)g Fu(\(it)h(turns)e(on)h(job)g
-(con)m(trol\).)225 5008 y Fq(\017)60 b Fu(If)38 b(the)g
-Ft(lastpipe)e Fu(option)j(is)f(enabled,)j(and)c(job)h(con)m(trol)i(is)e
-(not)h(activ)m(e,)k(Bash)38 b(runs)f(the)h(last)330 5117
-y(elemen)m(t)32 b(of)e(a)h(pip)s(eline)f(in)g(the)h(curren)m(t)f(shell)
-g(execution)i(en)m(vironmen)m(t.)p eop end
-%%Page: 181 187
-TeXDict begin 181 186 bop 3614 -116 a Fu(181)150 299
-y Fp(App)t(endix)52 b(C)81 b(GNU)54 b(F)-13 b(ree)53
-b(Do)t(cumen)l(tation)e(License)1359 502 y Fu(V)-8 b(ersion)31
-b(1.3,)g(3)g(No)m(v)m(em)m(b)s(er)h(2008)390 635 y(Cop)m(yrigh)m(t)842
-632 y(c)817 635 y Fq(\015)e Fu(2000,)j(2001,)f(2002,)g(2007,)h(2008)f
-(F)-8 b(ree)31 b(Soft)m(w)m(are)h(F)-8 b(oundation,)31
-b(Inc.)390 745 y Ft(http://fsf.org/)390 964 y Fu(Ev)m(ery)m(one)g(is)g
-(p)s(ermitted)f(to)h(cop)m(y)g(and)f(distribute)g(v)m(erbatim)h(copies)
-390 1074 y(of)g(this)f(license)h(do)s(cumen)m(t,)g(but)e(c)m(hanging)j
-(it)f(is)f(not)h(allo)m(w)m(ed.)199 1207 y(0.)61 b(PREAMBLE)330
-1340 y(The)37 b(purp)s(ose)e(of)i(this)g(License)h(is)f(to)h(mak)m(e)g
-(a)g(man)m(ual,)h(textb)s(o)s(ok,)h(or)d(other)g(functional)h(and)330
-1450 y(useful)29 b(do)s(cumen)m(t)h Fr(free)36 b Fu(in)29
-b(the)i(sense)f(of)g(freedom:)41 b(to)31 b(assure)e(ev)m(ery)m(one)j
-(the)e(e\013ectiv)m(e)j(freedom)330 1559 y(to)f(cop)m(y)g(and)f
-(redistribute)g(it,)h(with)g(or)f(without)g(mo)s(difying)g(it,)i
-(either)f(commercially)h(or)e(non-)330 1669 y(commercially)-8
-b(.)56 b(Secondarily)-8 b(,)36 b(this)f(License)g(preserv)m(es)g(for)f
-(the)h(author)f(and)g(publisher)f(a)i(w)m(a)m(y)330 1778
-y(to)i(get)g(credit)g(for)f(their)g(w)m(ork,)i(while)e(not)g(b)s(eing)g
-(considered)g(resp)s(onsible)f(for)h(mo)s(di\014cations)330
-1888 y(made)30 b(b)m(y)h(others.)330 2021 y(This)22 b(License)i(is)f(a)
-h(kind)e(of)i(\\cop)m(yleft",)j(whic)m(h)c(means)g(that)h(deriv)-5
-b(ativ)m(e)24 b(w)m(orks)f(of)h(the)f(do)s(cumen)m(t)330
-2131 y(m)m(ust)34 b(themselv)m(es)h(b)s(e)e(free)h(in)g(the)g(same)g
-(sense.)51 b(It)34 b(complemen)m(ts)h(the)f(GNU)g(General)h(Public)330
-2240 y(License,)c(whic)m(h)f(is)h(a)f(cop)m(yleft)i(license)g(designed)
-e(for)g(free)h(soft)m(w)m(are.)330 2373 y(W)-8 b(e)31
-b(ha)m(v)m(e)f(designed)g(this)f(License)h(in)f(order)g(to)i(use)e(it)h
-(for)f(man)m(uals)h(for)f(free)h(soft)m(w)m(are,)h(b)s(ecause)330
-2483 y(free)42 b(soft)m(w)m(are)i(needs)e(free)g(do)s(cumen)m(tation:)
-65 b(a)42 b(free)h(program)f(should)f(come)i(with)f(man)m(uals)330
-2592 y(pro)m(viding)29 b(the)g(same)g(freedoms)f(that)i(the)f(soft)m(w)
-m(are)h(do)s(es.)40 b(But)29 b(this)f(License)i(is)f(not)g(limited)g
-(to)330 2702 y(soft)m(w)m(are)j(man)m(uals;)f(it)g(can)g(b)s(e)f(used)g
-(for)g(an)m(y)h(textual)h(w)m(ork,)f(regardless)g(of)g(sub)5
-b(ject)30 b(matter)i(or)330 2812 y(whether)f(it)h(is)f(published)f(as)i
-(a)f(prin)m(ted)g(b)s(o)s(ok.)44 b(W)-8 b(e)32 b(recommend)f(this)h
-(License)g(principally)f(for)330 2921 y(w)m(orks)f(whose)h(purp)s(ose)d
-(is)j(instruction)f(or)g(reference.)199 3054 y(1.)61
-b(APPLICABILITY)29 b(AND)j(DEFINITIONS)330 3187 y(This)39
-b(License)i(applies)f(to)g(an)m(y)h(man)m(ual)f(or)g(other)g(w)m(ork,)i
-(in)e(an)m(y)g(medium,)i(that)e(con)m(tains)i(a)330 3297
-y(notice)h(placed)f(b)m(y)f(the)h(cop)m(yrigh)m(t)h(holder)e(sa)m(ying)
-h(it)g(can)g(b)s(e)f(distributed)f(under)g(the)i(terms)330
-3407 y(of)c(this)f(License.)62 b(Suc)m(h)37 b(a)h(notice)h(gran)m(ts)f
-(a)g(w)m(orld-wide,)h(ro)m(y)m(alt)m(y-free)i(license,)f(unlimited)d
-(in)330 3516 y(duration,)49 b(to)d(use)f(that)g(w)m(ork)h(under)d(the)j
-(conditions)f(stated)h(herein.)85 b(The)45 b(\\Do)s(cumen)m(t",)330
-3626 y(b)s(elo)m(w,)29 b(refers)f(to)h(an)m(y)g(suc)m(h)f(man)m(ual)h
-(or)f(w)m(ork.)40 b(An)m(y)29 b(mem)m(b)s(er)e(of)i(the)f(public)g(is)g
-(a)h(licensee,)i(and)330 3735 y(is)25 b(addressed)f(as)h(\\y)m(ou".)40
-b(Y)-8 b(ou)26 b(accept)g(the)f(license)h(if)f(y)m(ou)h(cop)m(y)-8
-b(,)27 b(mo)s(dify)d(or)h(distribute)g(the)g(w)m(ork)330
-3845 y(in)30 b(a)h(w)m(a)m(y)g(requiring)f(p)s(ermission)f(under)g(cop)
-m(yrigh)m(t)j(la)m(w.)330 3978 y(A)i(\\Mo)s(di\014ed)f(V)-8
-b(ersion")35 b(of)f(the)g(Do)s(cumen)m(t)g(means)g(an)m(y)g(w)m(ork)f
-(con)m(taining)j(the)e(Do)s(cumen)m(t)g(or)330 4088 y(a)k(p)s(ortion)f
-(of)h(it,)i(either)e(copied)g(v)m(erbatim,)i(or)d(with)h(mo)s
-(di\014cations)f(and/or)h(translated)g(in)m(to)330 4197
-y(another)31 b(language.)330 4330 y(A)26 b(\\Secondary)g(Section")h(is)
-f(a)h(named)e(app)s(endix)f(or)i(a)h(fron)m(t-matter)g(section)g(of)f
-(the)g(Do)s(cumen)m(t)330 4440 y(that)c(deals)g(exclusiv)m(ely)h(with)e
-(the)g(relationship)h(of)f(the)h(publishers)d(or)i(authors)g(of)h(the)f
-(Do)s(cumen)m(t)330 4549 y(to)38 b(the)f(Do)s(cumen)m(t's)i(o)m(v)m
-(erall)g(sub)5 b(ject)37 b(\(or)h(to)g(related)g(matters\))g(and)f(con)
-m(tains)h(nothing)f(that)330 4659 y(could)j(fall)h(directly)g(within)f
-(that)h(o)m(v)m(erall)i(sub)5 b(ject.)70 b(\(Th)m(us,)42
-b(if)e(the)h(Do)s(cumen)m(t)g(is)f(in)g(part)h(a)330
-4769 y(textb)s(o)s(ok)24 b(of)g(mathematics,)j(a)d(Secondary)f(Section)
-h(ma)m(y)g(not)g(explain)g(an)m(y)g(mathematics.\))40
-b(The)330 4878 y(relationship)28 b(could)f(b)s(e)g(a)g(matter)i(of)e
-(historical)i(connection)f(with)f(the)h(sub)5 b(ject)27
-b(or)g(with)g(related)330 4988 y(matters,)38 b(or)d(of)h(legal,)i
-(commercial,)h(philosophical,)f(ethical)f(or)e(p)s(olitical)i(p)s
-(osition)f(regarding)330 5097 y(them.)330 5230 y(The)25
-b(\\In)m(v)-5 b(arian)m(t)27 b(Sections")g(are)f(certain)g(Secondary)g
-(Sections)g(whose)f(titles)i(are)f(designated,)i(as)330
-5340 y(b)s(eing)e(those)h(of)g(In)m(v)-5 b(arian)m(t)27
-b(Sections,)i(in)d(the)h(notice)h(that)f(sa)m(ys)g(that)g(the)g(Do)s
-(cumen)m(t)g(is)g(released)p eop end
-%%Page: 182 188
-TeXDict begin 182 187 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(182)330 299 y(under)26 b(this)i(License.)40 b(If)27
-b(a)h(section)h(do)s(es)f(not)f(\014t)h(the)g(ab)s(o)m(v)m(e)h
-(de\014nition)e(of)h(Secondary)f(then)h(it)g(is)330 408
-y(not)k(allo)m(w)m(ed)i(to)e(b)s(e)g(designated)g(as)g(In)m(v)-5
-b(arian)m(t.)46 b(The)31 b(Do)s(cumen)m(t)i(ma)m(y)f(con)m(tain)i(zero)
-e(In)m(v)-5 b(arian)m(t)330 518 y(Sections.)39 b(If)25
-b(the)f(Do)s(cumen)m(t)i(do)s(es)e(not)h(iden)m(tify)g(an)m(y)g(In)m(v)
--5 b(arian)m(t)25 b(Sections)h(then)e(there)h(are)g(none.)330
-669 y(The)36 b(\\Co)m(v)m(er)i(T)-8 b(exts")38 b(are)f(certain)g(short)
-g(passages)g(of)g(text)g(that)h(are)f(listed,)i(as)d(F)-8
-b(ron)m(t-Co)m(v)m(er)330 778 y(T)g(exts)26 b(or)f(Bac)m(k-Co)m(v)m(er)
-j(T)-8 b(exts,)27 b(in)d(the)h(notice)i(that)e(sa)m(ys)h(that)g(the)f
-(Do)s(cumen)m(t)h(is)f(released)g(under)330 888 y(this)h(License.)40
-b(A)25 b(F)-8 b(ron)m(t-Co)m(v)m(er)29 b(T)-8 b(ext)26
-b(ma)m(y)h(b)s(e)e(at)i(most)f(5)g(w)m(ords,)g(and)g(a)g(Bac)m(k-Co)m
-(v)m(er)j(T)-8 b(ext)26 b(ma)m(y)330 998 y(b)s(e)k(at)h(most)g(25)g(w)m
-(ords.)330 1148 y(A)36 b(\\T)-8 b(ransparen)m(t")36 b(cop)m(y)g(of)g
-(the)f(Do)s(cumen)m(t)h(means)g(a)g(mac)m(hine-readable)h(cop)m(y)-8
-b(,)38 b(represen)m(ted)330 1258 y(in)d(a)h(format)g(whose)g(sp)s
-(eci\014cation)g(is)g(a)m(v)-5 b(ailable)38 b(to)f(the)f(general)g
-(public,)h(that)f(is)g(suitable)g(for)330 1367 y(revising)c(the)g(do)s
-(cumen)m(t)f(straigh)m(tforw)m(ardly)i(with)e(generic)i(text)g(editors)
-f(or)f(\(for)h(images)h(com-)330 1477 y(p)s(osed)23 b(of)h(pixels\))g
-(generic)h(pain)m(t)f(programs)g(or)f(\(for)h(dra)m(wings\))g(some)g
-(widely)g(a)m(v)-5 b(ailable)26 b(dra)m(wing)330 1587
-y(editor,)k(and)f(that)g(is)g(suitable)h(for)f(input)f(to)i(text)g
-(formatters)f(or)g(for)g(automatic)i(translation)f(to)330
-1696 y(a)d(v)-5 b(ariet)m(y)28 b(of)f(formats)g(suitable)h(for)e(input)
-g(to)i(text)g(formatters.)40 b(A)27 b(cop)m(y)g(made)g(in)g(an)g
-(otherwise)330 1806 y(T)-8 b(ransparen)m(t)37 b(\014le)h(format)g
-(whose)f(markup,)i(or)e(absence)h(of)g(markup,)g(has)g(b)s(een)f
-(arranged)g(to)330 1915 y(th)m(w)m(art)27 b(or)g(discourage)g
-(subsequen)m(t)f(mo)s(di\014cation)h(b)m(y)g(readers)f(is)g(not)h(T)-8
-b(ransparen)m(t.)39 b(An)27 b(image)330 2025 y(format)35
-b(is)f(not)h(T)-8 b(ransparen)m(t)34 b(if)g(used)g(for)g(an)m(y)g
-(substan)m(tial)h(amoun)m(t)g(of)g(text.)53 b(A)35 b(cop)m(y)g(that)g
-(is)330 2134 y(not)c(\\T)-8 b(ransparen)m(t")31 b(is)f(called)i
-(\\Opaque".)330 2285 y(Examples)53 b(of)g(suitable)h(formats)f(for)g(T)
--8 b(ransparen)m(t)53 b(copies)h(include)f(plain)g Fm(asci)r(i)g
-Fu(without)330 2395 y(markup,)37 b(T)-8 b(exinfo)36 b(input)f(format,)j
-(LaT)1759 2414 y(E)1810 2395 y(X)e(input)f(format,)j
-Ff(SGML)f Fu(or)f Ff(XML)g Fu(using)g(a)g(publicly)330
-2504 y(a)m(v)-5 b(ailable)42 b Ff(DTD)p Fu(,)h(and)c
-(standard-conforming)g(simple)h Ff(HTML)p Fu(,)i(P)m(ostScript)e(or)f
-Ff(PDF)h Fu(designed)330 2614 y(for)e(h)m(uman)f(mo)s(di\014cation.)65
-b(Examples)38 b(of)h(transparen)m(t)f(image)h(formats)g(include)f
-Ff(PNG)p Fu(,)i Ff(X)n(CF)330 2724 y Fu(and)e Ff(JPG)p
-Fu(.)64 b(Opaque)38 b(formats)h(include)f(proprietary)h(formats)f(that)
-h(can)g(b)s(e)f(read)h(and)f(edited)330 2833 y(only)54
-b(b)m(y)f(proprietary)h(w)m(ord)f(pro)s(cessors,)59 b
-Ff(SGML)54 b Fu(or)f Ff(XML)h Fu(for)g(whic)m(h)f(the)h
-Ff(DTD)g Fu(and/or)330 2943 y(pro)s(cessing)61 b(to)s(ols)h(are)f(not)g
-(generally)i(a)m(v)-5 b(ailable,)71 b(and)60 b(the)h(mac)m
-(hine-generated)j Ff(HTML)p Fu(,)330 3052 y(P)m(ostScript)31
-b(or)f Ff(PDF)h Fu(pro)s(duced)d(b)m(y)j(some)f(w)m(ord)g(pro)s
-(cessors)g(for)g(output)g(purp)s(oses)f(only)-8 b(.)330
-3203 y(The)34 b(\\Title)h(P)m(age")i(means,)e(for)f(a)h(prin)m(ted)f(b)
-s(o)s(ok,)h(the)f(title)i(page)f(itself,)h(plus)e(suc)m(h)f(follo)m
-(wing)330 3313 y(pages)28 b(as)g(are)g(needed)g(to)g(hold,)g(legibly)-8
-b(,)30 b(the)e(material)h(this)e(License)i(requires)e(to)h(app)s(ear)f
-(in)h(the)330 3422 y(title)g(page.)40 b(F)-8 b(or)28
-b(w)m(orks)e(in)g(formats)h(whic)m(h)g(do)f(not)h(ha)m(v)m(e)h(an)m(y)e
-(title)j(page)e(as)g(suc)m(h,)g(\\Title)h(P)m(age")330
-3532 y(means)j(the)f(text)i(near)e(the)h(most)g(prominen)m(t)g(app)s
-(earance)f(of)h(the)g(w)m(ork's)g(title,)h(preceding)f(the)330
-3641 y(b)s(eginning)f(of)g(the)h(b)s(o)s(dy)e(of)h(the)h(text.)330
-3792 y(The)j(\\publisher")g(means)h(an)m(y)f(p)s(erson)g(or)h(en)m(tit)
-m(y)h(that)f(distributes)f(copies)i(of)e(the)h(Do)s(cumen)m(t)330
-3902 y(to)c(the)g(public.)330 4052 y(A)f(section)h(\\En)m(titled)g
-(XYZ")f(means)f(a)h(named)g(subunit)e(of)h(the)h(Do)s(cumen)m(t)h
-(whose)e(title)i(either)330 4162 y(is)d(precisely)g(XYZ)g(or)f(con)m
-(tains)i(XYZ)f(in)f(paren)m(theses)i(follo)m(wing)g(text)g(that)f
-(translates)h(XYZ)e(in)330 4271 y(another)e(language.)40
-b(\(Here)26 b(XYZ)f(stands)f(for)h(a)g(sp)s(eci\014c)g(section)h(name)f
-(men)m(tioned)h(b)s(elo)m(w,)g(suc)m(h)330 4381 y(as)i(\\Ac)m(kno)m
-(wledgemen)m(ts",)33 b(\\Dedications",)e(\\Endorsemen)m(ts",)e(or)f
-(\\History".\))42 b(T)-8 b(o)29 b(\\Preserv)m(e)330 4491
-y(the)34 b(Title")h(of)e(suc)m(h)h(a)g(section)g(when)f(y)m(ou)h(mo)s
-(dify)e(the)i(Do)s(cumen)m(t)h(means)e(that)h(it)g(remains)g(a)330
-4600 y(section)e(\\En)m(titled)f(XYZ")g(according)g(to)g(this)g
-(de\014nition.)330 4751 y(The)c(Do)s(cumen)m(t)i(ma)m(y)f(include)f(W)
--8 b(arran)m(t)m(y)30 b(Disclaimers)f(next)f(to)g(the)g(notice)h(whic)m
-(h)e(states)i(that)330 4861 y(this)34 b(License)g(applies)g(to)h(the)f
-(Do)s(cumen)m(t.)52 b(These)33 b(W)-8 b(arran)m(t)m(y)36
-b(Disclaimers)f(are)g(considered)e(to)330 4970 y(b)s(e)k(included)g(b)m
-(y)g(reference)h(in)g(this)f(License,)j(but)d(only)h(as)g(regards)f
-(disclaiming)i(w)m(arran)m(ties:)330 5080 y(an)m(y)e(other)g
-(implication)i(that)e(these)g(W)-8 b(arran)m(t)m(y)39
-b(Disclaimers)f(ma)m(y)g(ha)m(v)m(e)g(is)f(v)m(oid)g(and)f(has)h(no)330
-5189 y(e\013ect)32 b(on)e(the)h(meaning)f(of)h(this)f(License.)199
-5340 y(2.)61 b(VERBA)-8 b(TIM)31 b(COPYING)p eop end
-%%Page: 183 189
-TeXDict begin 183 188 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(183)330 299 y(Y)-8 b(ou)39 b(ma)m(y)f(cop)m(y)h(and)e(distribute)h
-(the)g(Do)s(cumen)m(t)h(in)f(an)m(y)g(medium,)h(either)g(commercially)h
-(or)330 408 y(noncommercially)-8 b(,)48 b(pro)m(vided)42
-b(that)h(this)f(License,)47 b(the)42 b(cop)m(yrigh)m(t)i(notices,)j
-(and)42 b(the)h(license)330 518 y(notice)37 b(sa)m(ying)g(this)e
-(License)i(applies)e(to)i(the)f(Do)s(cumen)m(t)g(are)g(repro)s(duced)e
-(in)i(all)g(copies,)j(and)330 628 y(that)27 b(y)m(ou)g(add)f(no)h
-(other)f(conditions)h(whatso)s(ev)m(er)h(to)f(those)g(of)g(this)f
-(License.)40 b(Y)-8 b(ou)27 b(ma)m(y)g(not)g(use)330
-737 y(tec)m(hnical)35 b(measures)d(to)i(obstruct)f(or)g(con)m(trol)h
-(the)f(reading)g(or)g(further)e(cop)m(ying)j(of)f(the)g(copies)330
-847 y(y)m(ou)25 b(mak)m(e)g(or)g(distribute.)38 b(Ho)m(w)m(ev)m(er,)28
-b(y)m(ou)d(ma)m(y)g(accept)h(comp)s(ensation)f(in)f(exc)m(hange)j(for)d
-(copies.)330 956 y(If)32 b(y)m(ou)g(distribute)g(a)h(large)g(enough)f
-(n)m(um)m(b)s(er)f(of)h(copies)h(y)m(ou)f(m)m(ust)h(also)g(follo)m(w)g
-(the)f(conditions)330 1066 y(in)e(section)i(3.)330 1200
-y(Y)-8 b(ou)21 b(ma)m(y)h(also)f(lend)g(copies,)i(under)d(the)h(same)g
-(conditions)g(stated)h(ab)s(o)m(v)m(e,)i(and)c(y)m(ou)h(ma)m(y)g
-(publicly)330 1310 y(displa)m(y)31 b(copies.)199 1443
-y(3.)61 b(COPYING)30 b(IN)g(QUANTITY)330 1577 y(If)25
-b(y)m(ou)g(publish)f(prin)m(ted)g(copies)i(\(or)g(copies)g(in)f(media)g
-(that)h(commonly)g(ha)m(v)m(e)g(prin)m(ted)f(co)m(v)m(ers\))i(of)330
-1687 y(the)32 b(Do)s(cumen)m(t,)h(n)m(um)m(b)s(ering)e(more)h(than)f
-(100,)j(and)d(the)h(Do)s(cumen)m(t's)h(license)f(notice)h(requires)330
-1797 y(Co)m(v)m(er)i(T)-8 b(exts,)36 b(y)m(ou)f(m)m(ust)f(enclose)i
-(the)e(copies)h(in)f(co)m(v)m(ers)i(that)f(carry)-8 b(,)36
-b(clearly)f(and)f(legibly)-8 b(,)37 b(all)330 1906 y(these)j(Co)m(v)m
-(er)g(T)-8 b(exts:)59 b(F)-8 b(ron)m(t-Co)m(v)m(er)41
-b(T)-8 b(exts)40 b(on)f(the)g(fron)m(t)g(co)m(v)m(er,)44
-b(and)38 b(Bac)m(k-Co)m(v)m(er)k(T)-8 b(exts)40 b(on)330
-2016 y(the)29 b(bac)m(k)h(co)m(v)m(er.)42 b(Both)30 b(co)m(v)m(ers)h(m)
-m(ust)e(also)h(clearly)g(and)f(legibly)h(iden)m(tify)f(y)m(ou)h(as)f
-(the)h(publisher)330 2125 y(of)k(these)h(copies.)53 b(The)34
-b(fron)m(t)h(co)m(v)m(er)h(m)m(ust)e(presen)m(t)g(the)h(full)f(title)i
-(with)d(all)j(w)m(ords)d(of)i(the)f(title)330 2235 y(equally)e
-(prominen)m(t)e(and)g(visible.)43 b(Y)-8 b(ou)31 b(ma)m(y)g(add)g
-(other)g(material)h(on)f(the)g(co)m(v)m(ers)h(in)e(addition.)330
-2345 y(Cop)m(ying)36 b(with)g(c)m(hanges)h(limited)g(to)g(the)g(co)m(v)
-m(ers,)i(as)d(long)h(as)g(they)f(preserv)m(e)g(the)h(title)g(of)g(the)
-330 2454 y(Do)s(cumen)m(t)h(and)e(satisfy)i(these)f(conditions,)j(can)d
-(b)s(e)g(treated)h(as)f(v)m(erbatim)h(cop)m(ying)g(in)f(other)330
-2564 y(resp)s(ects.)330 2698 y(If)32 b(the)h(required)f(texts)i(for)e
-(either)h(co)m(v)m(er)i(are)e(to)s(o)g(v)m(oluminous)g(to)g(\014t)g
-(legibly)-8 b(,)35 b(y)m(ou)e(should)f(put)330 2807 y(the)h(\014rst)f
-(ones)h(listed)g(\(as)h(man)m(y)f(as)g(\014t)g(reasonably\))g(on)g(the)
-g(actual)h(co)m(v)m(er,)h(and)e(con)m(tin)m(ue)h(the)330
-2917 y(rest)d(on)m(to)g(adjacen)m(t)h(pages.)330 3051
-y(If)27 b(y)m(ou)g(publish)e(or)i(distribute)g(Opaque)f(copies)i(of)f
-(the)h(Do)s(cumen)m(t)f(n)m(um)m(b)s(ering)f(more)i(than)e(100,)330
-3160 y(y)m(ou)i(m)m(ust)g(either)h(include)e(a)i(mac)m(hine-readable)g
-(T)-8 b(ransparen)m(t)28 b(cop)m(y)h(along)g(with)e(eac)m(h)i(Opaque)
-330 3270 y(cop)m(y)-8 b(,)38 b(or)d(state)h(in)f(or)g(with)g(eac)m(h)h
-(Opaque)e(cop)m(y)i(a)g(computer-net)m(w)m(ork)g(lo)s(cation)h(from)d
-(whic)m(h)330 3380 y(the)24 b(general)i(net)m(w)m(ork-using)f(public)e
-(has)h(access)i(to)f(do)m(wnload)f(using)g(public-standard)f(net)m(w)m
-(ork)330 3489 y(proto)s(cols)40 b(a)f(complete)h(T)-8
-b(ransparen)m(t)39 b(cop)m(y)g(of)g(the)h(Do)s(cumen)m(t,)i(free)d(of)g
-(added)f(material.)67 b(If)330 3599 y(y)m(ou)39 b(use)g(the)g(latter)h
-(option,)h(y)m(ou)f(m)m(ust)e(tak)m(e)j(reasonably)e(pruden)m(t)e
-(steps,)k(when)d(y)m(ou)h(b)s(egin)330 3708 y(distribution)f(of)g
-(Opaque)g(copies)h(in)e(quan)m(tit)m(y)-8 b(,)43 b(to)38
-b(ensure)g(that)h(this)f(T)-8 b(ransparen)m(t)38 b(cop)m(y)h(will)330
-3818 y(remain)30 b(th)m(us)g(accessible)i(at)f(the)f(stated)h(lo)s
-(cation)h(un)m(til)e(at)h(least)h(one)e(y)m(ear)h(after)g(the)f(last)h
-(time)330 3927 y(y)m(ou)37 b(distribute)f(an)h(Opaque)f(cop)m(y)i
-(\(directly)g(or)e(through)g(y)m(our)h(agen)m(ts)h(or)f(retailers\))h
-(of)f(that)330 4037 y(edition)31 b(to)g(the)g(public.)330
-4171 y(It)k(is)f(requested,)i(but)e(not)h(required,)g(that)g(y)m(ou)g
-(con)m(tact)h(the)f(authors)f(of)h(the)g(Do)s(cumen)m(t)g(w)m(ell)330
-4281 y(b)s(efore)28 b(redistributing)g(an)m(y)h(large)h(n)m(um)m(b)s
-(er)d(of)i(copies,)h(to)f(giv)m(e)h(them)f(a)g(c)m(hance)h(to)f(pro)m
-(vide)g(y)m(ou)330 4390 y(with)h(an)g(up)s(dated)f(v)m(ersion)i(of)g
-(the)f(Do)s(cumen)m(t.)199 4524 y(4.)61 b(MODIFICA)-8
-b(TIONS)330 4658 y(Y)g(ou)26 b(ma)m(y)g(cop)m(y)g(and)f(distribute)g(a)
-h(Mo)s(di\014ed)f(V)-8 b(ersion)26 b(of)g(the)g(Do)s(cumen)m(t)g(under)
-e(the)h(conditions)330 4768 y(of)c(sections)h(2)g(and)e(3)h(ab)s(o)m(v)
-m(e,)k(pro)m(vided)20 b(that)i(y)m(ou)f(release)i(the)e(Mo)s(di\014ed)f
-(V)-8 b(ersion)22 b(under)d(precisely)330 4877 y(this)29
-b(License,)h(with)f(the)g(Mo)s(di\014ed)f(V)-8 b(ersion)30
-b(\014lling)f(the)g(role)h(of)f(the)g(Do)s(cumen)m(t,)h(th)m(us)f
-(licensing)330 4987 y(distribution)k(and)h(mo)s(di\014cation)g(of)h
-(the)f(Mo)s(di\014ed)f(V)-8 b(ersion)35 b(to)g(who)s(ev)m(er)f(p)s
-(ossesses)f(a)i(cop)m(y)g(of)330 5096 y(it.)41 b(In)30
-b(addition,)h(y)m(ou)f(m)m(ust)h(do)f(these)h(things)f(in)g(the)h(Mo)s
-(di\014ed)e(V)-8 b(ersion:)357 5230 y(A.)60 b(Use)33
-b(in)f(the)h(Title)h(P)m(age)g(\(and)f(on)f(the)h(co)m(v)m(ers,)i(if)e
-(an)m(y\))g(a)g(title)h(distinct)f(from)g(that)g(of)g(the)510
-5340 y(Do)s(cumen)m(t,)j(and)d(from)g(those)i(of)f(previous)f(v)m
-(ersions)h(\(whic)m(h)g(should,)g(if)g(there)g(w)m(ere)g(an)m(y)-8
-b(,)p eop end
-%%Page: 184 190
-TeXDict begin 184 189 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(184)510 299 y(b)s(e)31 b(listed)h(in)f(the)g(History)h(section)g(of)g
-(the)f(Do)s(cumen)m(t\).)45 b(Y)-8 b(ou)32 b(ma)m(y)g(use)f(the)g(same)
-h(title)h(as)510 408 y(a)e(previous)f(v)m(ersion)g(if)h(the)f(original)
-i(publisher)d(of)h(that)h(v)m(ersion)g(giv)m(es)h(p)s(ermission.)360
-545 y(B.)61 b(List)31 b(on)f(the)h(Title)g(P)m(age,)i(as)d(authors,)h
-(one)g(or)f(more)h(p)s(ersons)e(or)h(en)m(tities)j(resp)s(onsible)c
-(for)510 655 y(authorship)c(of)h(the)h(mo)s(di\014cations)f(in)g(the)g
-(Mo)s(di\014ed)f(V)-8 b(ersion,)28 b(together)g(with)d(at)i(least)h
-(\014v)m(e)510 765 y(of)c(the)g(principal)g(authors)f(of)i(the)f(Do)s
-(cumen)m(t)g(\(all)h(of)g(its)f(principal)g(authors,)h(if)f(it)g(has)g
-(few)m(er)510 874 y(than)30 b(\014v)m(e\),)h(unless)f(they)h(release)g
-(y)m(ou)g(from)f(this)g(requiremen)m(t.)359 1011 y(C.)60
-b(State)32 b(on)e(the)h(Title)h(page)f(the)g(name)g(of)g(the)g
-(publisher)e(of)i(the)g(Mo)s(di\014ed)f(V)-8 b(ersion,)32
-b(as)f(the)510 1121 y(publisher.)355 1258 y(D.)61 b(Preserv)m(e)31
-b(all)g(the)g(cop)m(yrigh)m(t)h(notices)f(of)g(the)f(Do)s(cumen)m(t.)
-363 1395 y(E.)60 b(Add)30 b(an)i(appropriate)f(cop)m(yrigh)m(t)i
-(notice)f(for)g(y)m(our)f(mo)s(di\014cations)g(adjacen)m(t)i(to)f(the)g
-(other)510 1504 y(cop)m(yrigh)m(t)g(notices.)365 1641
-y(F.)61 b(Include,)28 b(immediately)h(after)f(the)h(cop)m(yrigh)m(t)g
-(notices,)h(a)e(license)h(notice)g(giving)g(the)f(public)510
-1751 y(p)s(ermission)23 b(to)j(use)e(the)g(Mo)s(di\014ed)g(V)-8
-b(ersion)25 b(under)e(the)i(terms)f(of)h(this)f(License,)j(in)d(the)g
-(form)510 1861 y(sho)m(wn)30 b(in)g(the)g(Addendum)f(b)s(elo)m(w.)353
-1998 y(G.)61 b(Preserv)m(e)23 b(in)g(that)g(license)h(notice)g(the)f
-(full)g(lists)g(of)g(In)m(v)-5 b(arian)m(t)23 b(Sections)h(and)e
-(required)g(Co)m(v)m(er)510 2107 y(T)-8 b(exts)31 b(giv)m(en)g(in)f
-(the)h(Do)s(cumen)m(t's)g(license)h(notice.)357 2244
-y(H.)60 b(Include)30 b(an)g(unaltered)g(cop)m(y)h(of)g(this)f(License.)
-392 2381 y(I.)60 b(Preserv)m(e)33 b(the)f(section)h(En)m(titled)g
-(\\History",)h(Preserv)m(e)f(its)f(Title,)i(and)d(add)h(to)h(it)f(an)g
-(item)510 2491 y(stating)d(at)g(least)g(the)g(title,)h(y)m(ear,)g(new)d
-(authors,)i(and)e(publisher)f(of)j(the)f(Mo)s(di\014ed)f(V)-8
-b(ersion)510 2600 y(as)32 b(giv)m(en)g(on)f(the)h(Title)g(P)m(age.)45
-b(If)31 b(there)h(is)f(no)g(section)i(En)m(titled)f(\\History")h(in)e
-(the)g(Do)s(cu-)510 2710 y(men)m(t,)37 b(create)f(one)f(stating)h(the)f
-(title,)i(y)m(ear,)g(authors,)f(and)e(publisher)f(of)i(the)g(Do)s
-(cumen)m(t)510 2819 y(as)h(giv)m(en)h(on)f(its)h(Title)g(P)m(age,)i
-(then)d(add)g(an)g(item)g(describing)g(the)g(Mo)s(di\014ed)g(V)-8
-b(ersion)37 b(as)510 2929 y(stated)31 b(in)f(the)h(previous)f(sen)m
-(tence.)378 3066 y(J.)60 b(Preserv)m(e)33 b(the)g(net)m(w)m(ork)g(lo)s
-(cation,)i(if)d(an)m(y)-8 b(,)34 b(giv)m(en)f(in)g(the)f(Do)s(cumen)m
-(t)h(for)g(public)e(access)j(to)510 3176 y(a)e(T)-8 b(ransparen)m(t)30
-b(cop)m(y)i(of)g(the)f(Do)s(cumen)m(t,)h(and)f(lik)m(ewise)h(the)g(net)
-m(w)m(ork)g(lo)s(cations)g(giv)m(en)g(in)510 3285 y(the)g(Do)s(cumen)m
-(t)g(for)g(previous)f(v)m(ersions)h(it)g(w)m(as)g(based)f(on.)45
-b(These)31 b(ma)m(y)h(b)s(e)f(placed)h(in)g(the)510 3395
-y(\\History")27 b(section.)40 b(Y)-8 b(ou)25 b(ma)m(y)h(omit)g(a)f(net)
-m(w)m(ork)h(lo)s(cation)g(for)f(a)h(w)m(ork)f(that)g(w)m(as)h
-(published)510 3504 y(at)36 b(least)h(four)e(y)m(ears)i(b)s(efore)e
-(the)h(Do)s(cumen)m(t)h(itself,)h(or)d(if)h(the)g(original)h(publisher)
-d(of)i(the)510 3614 y(v)m(ersion)31 b(it)g(refers)f(to)h(giv)m(es)h(p)s
-(ermission.)354 3751 y(K.)60 b(F)-8 b(or)24 b(an)m(y)h(section)f(En)m
-(titled)h(\\Ac)m(kno)m(wledgemen)m(ts")i(or)d(\\Dedications",)k
-(Preserv)m(e)c(the)g(Title)510 3861 y(of)j(the)f(section,)j(and)d
-(preserv)m(e)h(in)f(the)h(section)g(all)h(the)e(substance)h(and)f(tone)
-h(of)f(eac)m(h)i(of)f(the)510 3970 y(con)m(tributor)k(ac)m(kno)m
-(wledgemen)m(ts)i(and/or)d(dedications)h(giv)m(en)h(therein.)368
-4107 y(L.)60 b(Preserv)m(e)36 b(all)g(the)g(In)m(v)-5
-b(arian)m(t)36 b(Sections)g(of)f(the)h(Do)s(cumen)m(t,)h(unaltered)f
-(in)f(their)g(text)i(and)510 4217 y(in)f(their)g(titles.)58
-b(Section)37 b(n)m(um)m(b)s(ers)d(or)i(the)g(equiv)-5
-b(alen)m(t)38 b(are)e(not)g(considered)g(part)g(of)g(the)510
-4326 y(section)c(titles.)341 4463 y(M.)61 b(Delete)33
-b(an)m(y)e(section)h(En)m(titled)f(\\Endorsemen)m(ts".)42
-b(Suc)m(h)30 b(a)i(section)f(ma)m(y)h(not)f(b)s(e)f(included)510
-4573 y(in)g(the)h(Mo)s(di\014ed)e(V)-8 b(ersion.)357
-4710 y(N.)60 b(Do)29 b(not)g(retitle)h(an)m(y)e(existing)i(section)f
-(to)g(b)s(e)f(En)m(titled)h(\\Endorsemen)m(ts")g(or)f(to)h(con\015ict)g
-(in)510 4819 y(title)j(with)e(an)m(y)h(In)m(v)-5 b(arian)m(t)31
-b(Section.)354 4956 y(O.)60 b(Preserv)m(e)31 b(an)m(y)g(W)-8
-b(arran)m(t)m(y)32 b(Disclaimers.)330 5121 y(If)h(the)g(Mo)s(di\014ed)g
-(V)-8 b(ersion)34 b(includes)f(new)g(fron)m(t-matter)i(sections)f(or)f
-(app)s(endices)g(that)h(qualify)330 5230 y(as)28 b(Secondary)g
-(Sections)g(and)f(con)m(tain)j(no)d(material)j(copied)e(from)f(the)h
-(Do)s(cumen)m(t,)i(y)m(ou)e(ma)m(y)g(at)330 5340 y(y)m(our)k(option)h
-(designate)h(some)e(or)h(all)g(of)f(these)h(sections)h(as)e(in)m(v)-5
-b(arian)m(t.)48 b(T)-8 b(o)33 b(do)f(this,)h(add)f(their)p
-eop end
-%%Page: 185 191
-TeXDict begin 185 190 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(185)330 299 y(titles)37 b(to)f(the)f(list)h(of)g(In)m(v)-5
-b(arian)m(t)36 b(Sections)g(in)f(the)h(Mo)s(di\014ed)f(V)-8
-b(ersion's)36 b(license)g(notice.)57 b(These)330 408
-y(titles)32 b(m)m(ust)e(b)s(e)g(distinct)h(from)e(an)m(y)i(other)g
-(section)g(titles.)330 551 y(Y)-8 b(ou)43 b(ma)m(y)g(add)f(a)g(section)
-i(En)m(titled)f(\\Endorsemen)m(ts",)j(pro)m(vided)c(it)h(con)m(tains)g
-(nothing)g(but)330 661 y(endorsemen)m(ts)30 b(of)g(y)m(our)f(Mo)s
-(di\014ed)g(V)-8 b(ersion)31 b(b)m(y)e(v)-5 b(arious)30
-b(parties|for)g(example,)g(statemen)m(ts)i(of)330 770
-y(p)s(eer)27 b(review)g(or)g(that)h(the)f(text)i(has)d(b)s(een)h(appro)
-m(v)m(ed)g(b)m(y)g(an)h(organization)h(as)e(the)h(authoritativ)m(e)330
-880 y(de\014nition)i(of)h(a)f(standard.)330 1022 y(Y)-8
-b(ou)29 b(ma)m(y)g(add)e(a)i(passage)g(of)g(up)e(to)i(\014v)m(e)g(w)m
-(ords)e(as)i(a)g(F)-8 b(ron)m(t-Co)m(v)m(er)30 b(T)-8
-b(ext,)30 b(and)e(a)g(passage)i(of)e(up)330 1132 y(to)g(25)g(w)m(ords)e
-(as)i(a)f(Bac)m(k-Co)m(v)m(er)j(T)-8 b(ext,)29 b(to)f(the)f(end)f(of)i
-(the)f(list)h(of)f(Co)m(v)m(er)h(T)-8 b(exts)27 b(in)g(the)h(Mo)s
-(di\014ed)330 1241 y(V)-8 b(ersion.)58 b(Only)35 b(one)h(passage)h(of)f
-(F)-8 b(ron)m(t-Co)m(v)m(er)38 b(T)-8 b(ext)36 b(and)g(one)g(of)g(Bac)m
-(k-Co)m(v)m(er)j(T)-8 b(ext)36 b(ma)m(y)h(b)s(e)330 1351
-y(added)27 b(b)m(y)g(\(or)h(through)f(arrangemen)m(ts)h(made)g(b)m(y\))
-g(an)m(y)g(one)f(en)m(tit)m(y)-8 b(.)42 b(If)27 b(the)h(Do)s(cumen)m(t)
-g(already)330 1461 y(includes)34 b(a)g(co)m(v)m(er)h(text)g(for)f(the)g
-(same)h(co)m(v)m(er,)h(previously)e(added)f(b)m(y)h(y)m(ou)g(or)g(b)m
-(y)g(arrangemen)m(t)330 1570 y(made)h(b)m(y)g(the)h(same)f(en)m(tit)m
-(y)i(y)m(ou)f(are)f(acting)i(on)e(b)s(ehalf)f(of,)j(y)m(ou)f(ma)m(y)g
-(not)f(add)g(another;)j(but)330 1680 y(y)m(ou)c(ma)m(y)h(replace)g(the)
-f(old)g(one,)i(on)e(explicit)h(p)s(ermission)e(from)g(the)i(previous)e
-(publisher)f(that)330 1789 y(added)e(the)g(old)h(one.)330
-1932 y(The)25 b(author\(s\))h(and)f(publisher\(s\))f(of)i(the)f(Do)s
-(cumen)m(t)h(do)g(not)f(b)m(y)h(this)f(License)h(giv)m(e)h(p)s
-(ermission)330 2041 y(to)k(use)f(their)g(names)h(for)f(publicit)m(y)g
-(for)h(or)f(to)h(assert)g(or)f(imply)g(endorsemen)m(t)g(of)h(an)m(y)g
-(Mo)s(di\014ed)330 2151 y(V)-8 b(ersion.)199 2293 y(5.)61
-b(COMBINING)31 b(DOCUMENTS)330 2436 y(Y)-8 b(ou)39 b(ma)m(y)g(com)m
-(bine)h(the)f(Do)s(cumen)m(t)g(with)g(other)f(do)s(cumen)m(ts)h
-(released)g(under)f(this)g(License,)330 2545 y(under)f(the)h(terms)g
-(de\014ned)f(in)h(section)h(4)g(ab)s(o)m(v)m(e)g(for)f(mo)s(di\014ed)f
-(v)m(ersions,)k(pro)m(vided)d(that)h(y)m(ou)330 2655
-y(include)25 b(in)g(the)g(com)m(bination)i(all)f(of)g(the)f(In)m(v)-5
-b(arian)m(t)26 b(Sections)g(of)g(all)g(of)f(the)h(original)g(do)s
-(cumen)m(ts,)330 2765 y(unmo)s(di\014ed,)g(and)g(list)h(them)g(all)g
-(as)g(In)m(v)-5 b(arian)m(t)28 b(Sections)f(of)g(y)m(our)g(com)m(bined)
-g(w)m(ork)f(in)h(its)g(license)330 2874 y(notice,)32
-b(and)e(that)h(y)m(ou)f(preserv)m(e)h(all)g(their)g(W)-8
-b(arran)m(t)m(y)32 b(Disclaimers.)330 3017 y(The)e(com)m(bined)g(w)m
-(ork)h(need)e(only)i(con)m(tain)g(one)g(cop)m(y)g(of)f(this)g(License,)
-i(and)d(m)m(ultiple)i(iden)m(tical)330 3126 y(In)m(v)-5
-b(arian)m(t)33 b(Sections)g(ma)m(y)g(b)s(e)f(replaced)h(with)f(a)h
-(single)g(cop)m(y)-8 b(.)48 b(If)32 b(there)h(are)g(m)m(ultiple)g(In)m
-(v)-5 b(arian)m(t)330 3236 y(Sections)27 b(with)g(the)g(same)g(name)g
-(but)f(di\013eren)m(t)h(con)m(ten)m(ts,)i(mak)m(e)f(the)f(title)h(of)f
-(eac)m(h)h(suc)m(h)f(section)330 3345 y(unique)33 b(b)m(y)h(adding)f
-(at)i(the)f(end)g(of)g(it,)h(in)f(paren)m(theses,)i(the)e(name)g(of)g
-(the)g(original)h(author)f(or)330 3455 y(publisher)23
-b(of)i(that)h(section)g(if)f(kno)m(wn,)h(or)f(else)h(a)f(unique)f(n)m
-(um)m(b)s(er.)38 b(Mak)m(e)26 b(the)g(same)f(adjustmen)m(t)330
-3565 y(to)g(the)g(section)g(titles)h(in)e(the)h(list)g(of)f(In)m(v)-5
-b(arian)m(t)26 b(Sections)f(in)f(the)g(license)i(notice)g(of)e(the)h
-(com)m(bined)330 3674 y(w)m(ork.)330 3817 y(In)41 b(the)g(com)m
-(bination,)46 b(y)m(ou)41 b(m)m(ust)g(com)m(bine)h(an)m(y)g(sections)g
-(En)m(titled)g(\\History")h(in)e(the)g(v)-5 b(ari-)330
-3926 y(ous)32 b(original)h(do)s(cumen)m(ts,)g(forming)f(one)g(section)h
-(En)m(titled)g(\\History";)i(lik)m(ewise)f(com)m(bine)f(an)m(y)330
-4036 y(sections)g(En)m(titled)f(\\Ac)m(kno)m(wledgemen)m(ts",)k(and)31
-b(an)m(y)h(sections)h(En)m(titled)g(\\Dedications".)47
-b(Y)-8 b(ou)330 4145 y(m)m(ust)30 b(delete)i(all)f(sections)h(En)m
-(titled)f(\\Endorsemen)m(ts.")199 4288 y(6.)61 b(COLLECTIONS)28
-b(OF)i(DOCUMENTS)330 4430 y(Y)-8 b(ou)32 b(ma)m(y)h(mak)m(e)g(a)f
-(collection)i(consisting)f(of)f(the)g(Do)s(cumen)m(t)g(and)g(other)g
-(do)s(cumen)m(ts)f(released)330 4540 y(under)41 b(this)h(License,)k
-(and)c(replace)h(the)g(individual)f(copies)h(of)f(this)g(License)h(in)f
-(the)h(v)-5 b(arious)330 4650 y(do)s(cumen)m(ts)42 b(with)g(a)h(single)
-g(cop)m(y)h(that)f(is)f(included)g(in)g(the)h(collection,)48
-b(pro)m(vided)42 b(that)i(y)m(ou)330 4759 y(follo)m(w)38
-b(the)g(rules)e(of)h(this)g(License)h(for)f(v)m(erbatim)h(cop)m(ying)g
-(of)f(eac)m(h)h(of)f(the)h(do)s(cumen)m(ts)e(in)h(all)330
-4869 y(other)31 b(resp)s(ects.)330 5011 y(Y)-8 b(ou)32
-b(ma)m(y)g(extract)h(a)f(single)g(do)s(cumen)m(t)f(from)g(suc)m(h)g(a)h
-(collection,)i(and)d(distribute)g(it)h(individu-)330
-5121 y(ally)k(under)d(this)i(License,)i(pro)m(vided)e(y)m(ou)g(insert)g
-(a)g(cop)m(y)h(of)f(this)g(License)g(in)m(to)h(the)g(extracted)330
-5230 y(do)s(cumen)m(t,)d(and)f(follo)m(w)i(this)e(License)h(in)g(all)g
-(other)g(resp)s(ects)f(regarding)h(v)m(erbatim)g(cop)m(ying)h(of)330
-5340 y(that)d(do)s(cumen)m(t.)p eop end
-%%Page: 186 192
-TeXDict begin 186 191 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(186)199 299 y(7.)61 b(A)m(GGREGA)-8 b(TION)32 b(WITH)e(INDEPENDENT)h
-(W)m(ORKS)330 441 y(A)d(compilation)i(of)e(the)g(Do)s(cumen)m(t)h(or)f
-(its)g(deriv)-5 b(ativ)m(es)30 b(with)d(other)i(separate)g(and)e(indep)
-s(enden)m(t)330 551 y(do)s(cumen)m(ts)33 b(or)g(w)m(orks,)h(in)f(or)h
-(on)f(a)g(v)m(olume)h(of)g(a)f(storage)i(or)e(distribution)g(medium,)g
-(is)h(called)330 661 y(an)c(\\aggregate")k(if)c(the)g(cop)m(yrigh)m(t)i
-(resulting)e(from)f(the)i(compilation)g(is)f(not)h(used)e(to)i(limit)g
-(the)330 770 y(legal)d(righ)m(ts)f(of)g(the)g(compilation's)h(users)e
-(b)s(ey)m(ond)g(what)g(the)h(individual)f(w)m(orks)g(p)s(ermit.)39
-b(When)330 880 y(the)g(Do)s(cumen)m(t)g(is)f(included)g(in)g(an)g
-(aggregate,)44 b(this)38 b(License)h(do)s(es)f(not)h(apply)f(to)h(the)g
-(other)330 989 y(w)m(orks)30 b(in)g(the)h(aggregate)i(whic)m(h)d(are)h
-(not)g(themselv)m(es)g(deriv)-5 b(ativ)m(e)32 b(w)m(orks)f(of)f(the)h
-(Do)s(cumen)m(t.)330 1132 y(If)22 b(the)h(Co)m(v)m(er)h(T)-8
-b(ext)23 b(requiremen)m(t)g(of)g(section)h(3)f(is)g(applicable)h(to)f
-(these)h(copies)f(of)g(the)g(Do)s(cumen)m(t,)330 1241
-y(then)f(if)g(the)h(Do)s(cumen)m(t)g(is)g(less)f(than)g(one)h(half)f
-(of)h(the)g(en)m(tire)g(aggregate,)k(the)c(Do)s(cumen)m(t's)g(Co)m(v)m
-(er)330 1351 y(T)-8 b(exts)27 b(ma)m(y)g(b)s(e)f(placed)h(on)g(co)m(v)m
-(ers)h(that)f(brac)m(k)m(et)h(the)f(Do)s(cumen)m(t)g(within)f(the)h
-(aggregate,)j(or)d(the)330 1461 y(electronic)37 b(equiv)-5
-b(alen)m(t)36 b(of)g(co)m(v)m(ers)g(if)f(the)g(Do)s(cumen)m(t)h(is)f
-(in)g(electronic)i(form.)54 b(Otherwise)35 b(they)330
-1570 y(m)m(ust)30 b(app)s(ear)g(on)g(prin)m(ted)g(co)m(v)m(ers)i(that)f
-(brac)m(k)m(et)h(the)f(whole)f(aggregate.)199 1713 y(8.)61
-b(TRANSLA)-8 b(TION)330 1855 y(T)g(ranslation)41 b(is)f(considered)f(a)
-i(kind)e(of)h(mo)s(di\014cation,)j(so)d(y)m(ou)g(ma)m(y)h(distribute)e
-(translations)330 1965 y(of)45 b(the)f(Do)s(cumen)m(t)h(under)e(the)h
-(terms)h(of)f(section)i(4.)83 b(Replacing)45 b(In)m(v)-5
-b(arian)m(t)45 b(Sections)g(with)330 2074 y(translations)h(requires)f
-(sp)s(ecial)h(p)s(ermission)f(from)g(their)g(cop)m(yrigh)m(t)i
-(holders,)i(but)c(y)m(ou)g(ma)m(y)330 2184 y(include)24
-b(translations)i(of)e(some)h(or)g(all)g(In)m(v)-5 b(arian)m(t)25
-b(Sections)g(in)f(addition)h(to)g(the)g(original)h(v)m(ersions)330
-2293 y(of)32 b(these)f(In)m(v)-5 b(arian)m(t)33 b(Sections.)44
-b(Y)-8 b(ou)32 b(ma)m(y)g(include)f(a)h(translation)g(of)g(this)f
-(License,)i(and)d(all)j(the)330 2403 y(license)42 b(notices)g(in)f(the)
-h(Do)s(cumen)m(t,)j(and)40 b(an)m(y)i(W)-8 b(arran)m(t)m(y)42
-b(Disclaimers,)k(pro)m(vided)41 b(that)h(y)m(ou)330 2513
-y(also)f(include)f(the)g(original)h(English)f(v)m(ersion)g(of)g(this)g
-(License)h(and)e(the)h(original)h(v)m(ersions)g(of)330
-2622 y(those)35 b(notices)g(and)e(disclaimers.)53 b(In)33
-b(case)i(of)g(a)f(disagreemen)m(t)h(b)s(et)m(w)m(een)g(the)f
-(translation)i(and)330 2732 y(the)f(original)i(v)m(ersion)e(of)h(this)f
-(License)h(or)f(a)g(notice)i(or)e(disclaimer,)i(the)f(original)g(v)m
-(ersion)g(will)330 2841 y(prev)-5 b(ail.)330 2984 y(If)28
-b(a)h(section)h(in)e(the)h(Do)s(cumen)m(t)h(is)e(En)m(titled)i(\\Ac)m
-(kno)m(wledgemen)m(ts",)i(\\Dedications",)g(or)d(\\His-)330
-3093 y(tory",)f(the)f(requiremen)m(t)f(\(section)i(4\))f(to)g(Preserv)m
-(e)g(its)f(Title)i(\(section)f(1\))g(will)g(t)m(ypically)h(require)330
-3203 y(c)m(hanging)j(the)g(actual)h(title.)199 3345 y(9.)61
-b(TERMINA)-8 b(TION)330 3488 y(Y)g(ou)30 b(ma)m(y)h(not)f(cop)m(y)-8
-b(,)31 b(mo)s(dify)-8 b(,)30 b(sublicense,)g(or)g(distribute)f(the)h
-(Do)s(cumen)m(t)g(except)h(as)f(expressly)330 3598 y(pro)m(vided)38
-b(under)f(this)i(License.)65 b(An)m(y)39 b(attempt)h(otherwise)f(to)g
-(cop)m(y)-8 b(,)42 b(mo)s(dify)-8 b(,)40 b(sublicense,)h(or)330
-3707 y(distribute)30 b(it)h(is)f(v)m(oid,)h(and)f(will)h(automatically)
-i(terminate)f(y)m(our)e(righ)m(ts)h(under)e(this)h(License.)330
-3850 y(Ho)m(w)m(ev)m(er,)35 b(if)e(y)m(ou)f(cease)i(all)f(violation)i
-(of)d(this)g(License,)i(then)e(y)m(our)h(license)g(from)f(a)h
-(particular)330 3959 y(cop)m(yrigh)m(t)k(holder)e(is)h(reinstated)h
-(\(a\))f(pro)m(visionally)-8 b(,)39 b(unless)c(and)g(un)m(til)h(the)g
-(cop)m(yrigh)m(t)h(holder)330 4069 y(explicitly)42 b(and)e(\014nally)h
-(terminates)g(y)m(our)g(license,)j(and)c(\(b\))h(p)s(ermanen)m(tly)-8
-b(,)43 b(if)e(the)g(cop)m(yrigh)m(t)330 4178 y(holder)34
-b(fails)h(to)g(notify)g(y)m(ou)g(of)f(the)h(violation)h(b)m(y)e(some)h
-(reasonable)g(means)g(prior)e(to)i(60)h(da)m(ys)330 4288
-y(after)31 b(the)f(cessation.)330 4430 y(Moreo)m(v)m(er,)k(y)m(our)d
-(license)i(from)e(a)h(particular)f(cop)m(yrigh)m(t)i(holder)e(is)h
-(reinstated)g(p)s(ermanen)m(tly)f(if)330 4540 y(the)d(cop)m(yrigh)m(t)h
-(holder)f(noti\014es)g(y)m(ou)g(of)g(the)g(violation)h(b)m(y)f(some)g
-(reasonable)h(means,)f(this)g(is)g(the)330 4650 y(\014rst)f(time)i(y)m
-(ou)f(ha)m(v)m(e)h(receiv)m(ed)g(notice)g(of)f(violation)i(of)e(this)f
-(License)i(\(for)f(an)m(y)g(w)m(ork\))g(from)f(that)330
-4759 y(cop)m(yrigh)m(t)33 b(holder,)g(and)e(y)m(ou)h(cure)g(the)g
-(violation)i(prior)d(to)i(30)f(da)m(ys)h(after)f(y)m(our)g(receipt)h
-(of)f(the)330 4869 y(notice.)330 5011 y(T)-8 b(ermination)28
-b(of)g(y)m(our)f(righ)m(ts)h(under)e(this)i(section)g(do)s(es)f(not)h
-(terminate)h(the)e(licenses)i(of)f(parties)330 5121 y(who)38
-b(ha)m(v)m(e)h(receiv)m(ed)h(copies)e(or)h(righ)m(ts)f(from)g(y)m(ou)g
-(under)f(this)h(License.)64 b(If)38 b(y)m(our)g(righ)m(ts)h(ha)m(v)m(e)
-330 5230 y(b)s(een)25 b(terminated)i(and)e(not)h(p)s(ermanen)m(tly)g
-(reinstated,)i(receipt)f(of)f(a)g(cop)m(y)h(of)f(some)h(or)f(all)h(of)f
-(the)330 5340 y(same)31 b(material)h(do)s(es)e(not)g(giv)m(e)i(y)m(ou)f
-(an)m(y)g(righ)m(ts)f(to)i(use)e(it.)p eop end
-%%Page: 187 193
-TeXDict begin 187 192 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(187)154 299 y(10.)61 b(FUTURE)30 b(REVISIONS)f(OF)i(THIS)e(LICENSE)
-330 433 y(The)41 b(F)-8 b(ree)43 b(Soft)m(w)m(are)f(F)-8
-b(oundation)43 b(ma)m(y)f(publish)e(new,)k(revised)d(v)m(ersions)h(of)g
-(the)g(GNU)g(F)-8 b(ree)330 543 y(Do)s(cumen)m(tation)34
-b(License)e(from)g(time)h(to)g(time.)46 b(Suc)m(h)31
-b(new)h(v)m(ersions)g(will)h(b)s(e)e(similar)h(in)g(spirit)330
-653 y(to)j(the)g(presen)m(t)f(v)m(ersion,)i(but)e(ma)m(y)h(di\013er)f
-(in)g(detail)h(to)g(address)f(new)g(problems)f(or)i(concerns.)330
-762 y(See)c Ft(http://www.gnu.org/copy)o(left)o(/)p Fu(.)330
-897 y(Eac)m(h)f(v)m(ersion)g(of)g(the)f(License)h(is)g(giv)m(en)g(a)g
-(distinguishing)f(v)m(ersion)h(n)m(um)m(b)s(er.)39 b(If)29
-b(the)g(Do)s(cumen)m(t)330 1006 y(sp)s(eci\014es)45 b(that)h(a)g
-(particular)f(n)m(um)m(b)s(ered)f(v)m(ersion)i(of)f(this)g(License)h
-(\\or)g(an)m(y)g(later)g(v)m(ersion")330 1116 y(applies)33
-b(to)g(it,)h(y)m(ou)e(ha)m(v)m(e)i(the)f(option)g(of)f(follo)m(wing)i
-(the)f(terms)f(and)g(conditions)h(either)g(of)f(that)330
-1225 y(sp)s(eci\014ed)37 b(v)m(ersion)i(or)e(of)h(an)m(y)h(later)g(v)m
-(ersion)f(that)g(has)g(b)s(een)f(published)f(\(not)j(as)f(a)g(draft\))g
-(b)m(y)330 1335 y(the)33 b(F)-8 b(ree)34 b(Soft)m(w)m(are)f(F)-8
-b(oundation.)49 b(If)32 b(the)h(Do)s(cumen)m(t)g(do)s(es)g(not)g(sp)s
-(ecify)f(a)h(v)m(ersion)g(n)m(um)m(b)s(er)f(of)330 1445
-y(this)i(License,)j(y)m(ou)d(ma)m(y)i(c)m(ho)s(ose)f(an)m(y)g(v)m
-(ersion)g(ev)m(er)g(published)e(\(not)i(as)g(a)f(draft\))h(b)m(y)f(the)
-h(F)-8 b(ree)330 1554 y(Soft)m(w)m(are)33 b(F)-8 b(oundation.)46
-b(If)32 b(the)g(Do)s(cumen)m(t)g(sp)s(eci\014es)g(that)g(a)h(pro)m(xy)f
-(can)g(decide)g(whic)m(h)g(future)330 1664 y(v)m(ersions)h(of)g(this)f
-(License)h(can)g(b)s(e)f(used,)g(that)i(pro)m(xy's)e(public)g(statemen)
-m(t)i(of)f(acceptance)i(of)e(a)330 1773 y(v)m(ersion)e(p)s(ermanen)m
-(tly)f(authorizes)h(y)m(ou)g(to)g(c)m(ho)s(ose)g(that)g(v)m(ersion)g
-(for)f(the)h(Do)s(cumen)m(t.)154 1908 y(11.)61 b(RELICENSING)330
-2042 y(\\Massiv)m(e)39 b(Multiauthor)f(Collab)s(oration)g(Site")h(\(or)
-e(\\MMC)h(Site"\))h(means)e(an)m(y)h(W)-8 b(orld)37 b(Wide)330
-2152 y(W)-8 b(eb)36 b(serv)m(er)g(that)h(publishes)d(cop)m(yrigh)m
-(table)k(w)m(orks)e(and)f(also)i(pro)m(vides)e(prominen)m(t)h
-(facilities)330 2262 y(for)27 b(an)m(yb)s(o)s(dy)g(to)h(edit)g(those)g
-(w)m(orks.)39 b(A)28 b(public)f(wiki)h(that)g(an)m(yb)s(o)s(dy)e(can)i
-(edit)g(is)f(an)h(example)g(of)330 2371 y(suc)m(h)33
-b(a)h(serv)m(er.)51 b(A)34 b(\\Massiv)m(e)i(Multiauthor)e(Collab)s
-(oration")h(\(or)f(\\MMC"\))h(con)m(tained)g(in)f(the)330
-2481 y(site)d(means)f(an)m(y)h(set)g(of)g(cop)m(yrigh)m(table)h(w)m
-(orks)e(th)m(us)g(published)f(on)h(the)h(MMC)f(site.)330
-2615 y(\\CC-BY-SA")36 b(means)f(the)g(Creativ)m(e)i(Commons)e(A)m
-(ttribution-Share)g(Alik)m(e)i(3.0)f(license)g(pub-)330
-2725 y(lished)27 b(b)m(y)f(Creativ)m(e)j(Commons)d(Corp)s(oration,)h(a)
-g(not-for-pro\014t)g(corp)s(oration)h(with)e(a)h(principal)330
-2834 y(place)g(of)f(business)e(in)i(San)f(F)-8 b(rancisco,)29
-b(California,)f(as)e(w)m(ell)h(as)f(future)f(cop)m(yleft)i(v)m(ersions)
-f(of)g(that)330 2944 y(license)31 b(published)e(b)m(y)h(that)h(same)g
-(organization.)330 3078 y(\\Incorp)s(orate")h(means)e(to)h(publish)e
-(or)i(republish)e(a)i(Do)s(cumen)m(t,)g(in)g(whole)g(or)f(in)g(part,)h
-(as)g(part)330 3188 y(of)g(another)f(Do)s(cumen)m(t.)330
-3323 y(An)c(MMC)g(is)h(\\eligible)h(for)e(relicensing")h(if)g(it)f(is)h
-(licensed)f(under)f(this)h(License,)i(and)e(if)g(all)h(w)m(orks)330
-3432 y(that)43 b(w)m(ere)f(\014rst)f(published)f(under)h(this)h
-(License)g(somewhere)g(other)g(than)g(this)g(MMC,)h(and)330
-3542 y(subsequen)m(tly)34 b(incorp)s(orated)h(in)f(whole)h(or)g(in)f
-(part)h(in)m(to)h(the)f(MMC,)g(\(1\))h(had)e(no)h(co)m(v)m(er)h(texts)
-330 3651 y(or)30 b(in)m(v)-5 b(arian)m(t)32 b(sections,)g(and)d(\(2\))j
-(w)m(ere)f(th)m(us)f(incorp)s(orated)g(prior)g(to)h(No)m(v)m(em)m(b)s
-(er)g(1,)g(2008.)330 3786 y(The)40 b(op)s(erator)h(of)g(an)f(MMC)h
-(Site)g(ma)m(y)g(republish)e(an)h(MMC)h(con)m(tained)h(in)e(the)h(site)
-g(under)330 3895 y(CC-BY-SA)30 b(on)g(the)h(same)f(site)h(at)g(an)m(y)g
-(time)g(b)s(efore)e(August)h(1,)h(2009,)h(pro)m(vided)e(the)g(MMC)h(is)
-330 4005 y(eligible)h(for)e(relicensing.)p eop end
-%%Page: 188 194
-TeXDict begin 188 193 bop 150 -116 a Fu(App)s(endix)29
-b(C:)h(GNU)h(F)-8 b(ree)31 b(Do)s(cumen)m(tation)i(License)1560
-b(188)150 299 y Fs(ADDENDUM:)45 b(Ho)l(w)h(to)f(use)g(this)h(License)f
-(for)g(y)l(our)g(do)t(cumen)l(ts)150 458 y Fu(T)-8 b(o)35
-b(use)f(this)h(License)g(in)f(a)h(do)s(cumen)m(t)g(y)m(ou)f(ha)m(v)m(e)
-i(written,)g(include)f(a)f(cop)m(y)i(of)f(the)f(License)h(in)g(the)150
-568 y(do)s(cumen)m(t)30 b(and)g(put)g(the)g(follo)m(wing)i(cop)m(yrigh)
-m(t)g(and)e(license)h(notices)g(just)f(after)h(the)g(title)h(page:)468
-680 y Fe(Copyright)42 b(\(C\))79 b Fd(year)g(your)40
-b(name)p Fe(.)468 767 y(Permission)i(is)e(granted)g(to)g(copy,)h
-(distribute)g(and/or)g(modify)f(this)g(document)468 854
-y(under)h(the)f(terms)g(of)g(the)g(GNU)g(Free)g(Documentation)i
-(License,)f(Version)g(1.3)468 941 y(or)f(any)g(later)g(version)h
-(published)h(by)d(the)h(Free)g(Software)h(Foundation;)468
-1029 y(with)g(no)e(Invariant)j(Sections,)f(no)f(Front-Cover)h(Texts,)g
-(and)f(no)f(Back-Cover)468 1116 y(Texts.)80 b(A)40 b(copy)g(of)g(the)f
-(license)i(is)f(included)h(in)f(the)g(section)g(entitled)h(``GNU)468
-1203 y(Free)g(Documentation)h(License''.)275 1337 y Fu(If)d(y)m(ou)h
-(ha)m(v)m(e)h(In)m(v)-5 b(arian)m(t)41 b(Sections,)i(F)-8
-b(ron)m(t-Co)m(v)m(er)42 b(T)-8 b(exts)41 b(and)e(Bac)m(k-Co)m(v)m(er)k
-(T)-8 b(exts,)43 b(replace)e(the)150 1447 y(\\with)6
-b(.)22 b(.)g(.)12 b(T)-8 b(exts.")41 b(line)31 b(with)f(this:)547
-1559 y Fe(with)40 b(the)g(Invariant)h(Sections)g(being)g
-Fd(list)f(their)g(titles)p Fe(,)h(with)547 1646 y(the)f(Front-Cover)i
-(Texts)e(being)g Fd(list)p Fe(,)h(and)f(with)g(the)g(Back-Cover)h
-(Texts)547 1733 y(being)f Fd(list)p Fe(.)275 1868 y Fu(If)34
-b(y)m(ou)i(ha)m(v)m(e)g(In)m(v)-5 b(arian)m(t)36 b(Sections)g(without)f
-(Co)m(v)m(er)h(T)-8 b(exts,)38 b(or)d(some)g(other)h(com)m(bination)g
-(of)g(the)150 1978 y(three,)31 b(merge)g(those)g(t)m(w)m(o)g
-(alternativ)m(es)i(to)e(suit)f(the)h(situation.)275 2112
-y(If)23 b(y)m(our)h(do)s(cumen)m(t)f(con)m(tains)i(non)m(trivial)g
-(examples)g(of)f(program)f(co)s(de,)j(w)m(e)e(recommend)g(releasing)150
-2222 y(these)44 b(examples)f(in)g(parallel)h(under)e(y)m(our)h(c)m
-(hoice)i(of)e(free)g(soft)m(w)m(are)h(license,)k(suc)m(h)43
-b(as)g(the)g(GNU)150 2331 y(General)31 b(Public)f(License,)i(to)f(p)s
-(ermit)e(their)i(use)f(in)g(free)g(soft)m(w)m(are.)p
-eop end
-%%Page: 189 195
-TeXDict begin 189 194 bop 3614 -116 a Fu(189)150 299
-y Fp(App)t(endix)52 b(D)81 b(Indexes)150 639 y Fs(D.1)68
-b(Index)45 b(of)g(Shell)g(Builtin)g(Commands)146 806
-y(.)150 922 y Fe(.)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)33 b Fb(49)146 1157 y Fs(:)150 1273 y Fe(:)19 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fb(49)146
-1510 y Fs([)150 1626 y Fe([)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)33 b Fb(54)146 1862 y Fs(A)150 1978 y Fe(alias)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(57)146 2213 y
-Fs(B)150 2329 y Fe(bg)14 b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)29
-b Fb(119)150 2416 y Fe(bind)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(57)150 2503 y Fe(break)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23
-b Fb(50)150 2590 y Fe(builtin)f Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35
-b Fb(59)146 2825 y Fs(C)150 2941 y Fe(caller)6 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)20 b Fb(59)150 3029 y Fe(cd)c Fc(:)e(:)f(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)31 b Fb(50)150 3116 y Fe(command)22
-b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)35 b Fb(59)150 3203 y Fe(compgen)18
-b Fc(:)d(:)e(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)33 b Fb(152)150 3290 y Fe(complete)16
-b Fc(:)f(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)31 b Fb(152)150 3378 y Fe(compopt)18 b Fc(:)d(:)e(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)33
-b Fb(155)150 3465 y Fe(continue)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b
-Fb(50)146 3699 y Fs(D)150 3816 y Fe(declare)22 b Fc(:)13
-b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)35 b Fb(60)150 3903 y Fe(dirs)9 b Fc(:)14
-b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)24 b Fb(106)150 3990 y Fe(disown)e
-Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)36 b Fb(121)146 4225 y Fs(E)150 4341
-y Fe(echo)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25 b
-Fb(61)150 4428 y Fe(enable)6 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)20
-b Fb(62)150 4515 y Fe(eval)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(50)150 4603 y Fe(exec)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(51)150 4690 y Fe(exit)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(51)150 4777 y Fe(export)6 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)20
-b Fb(51)146 5023 y Fs(F)150 5139 y Fe(false)9 b Fc(:)14
-b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(51)150 5227 y Fe(fc)14
-b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)29 b Fb(160)150
-5314 y Fe(fg)14 b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)29
-b Fb(119)2021 871 y Fs(G)2025 988 y Fe(getopts)22 b Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)35 b Fb(51)2021 1250 y Fs(H)2025 1369 y Fe(hash)11
-b Fc(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(52)2025 1457
-y Fe(help)11 b Fc(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b
-Fb(62)2025 1544 y Fe(history)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)33 b Fb(160)2021
-1806 y Fs(J)2025 1924 y Fe(jobs)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24
-b Fb(119)2021 2186 y Fs(K)2025 2303 y Fe(kill)9 b Fc(:)14
-b(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(120)2021 2554 y Fs(L)2025
-2672 y Fe(let)14 b Fc(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)28
-b Fb(63)2025 2760 y Fe(local)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23
-b Fb(63)2025 2848 y Fe(logout)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21
-b Fb(63)2021 3110 y Fs(M)2025 3227 y Fe(mapfile)h Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)35 b Fb(63)2021 3489 y Fs(P)2025 3608 y Fe(popd)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(106)2025 3696
-y Fe(printf)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(64)2025
-3784 y Fe(pushd)6 b Fc(:)14 b(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)21 b
-Fb(106)2025 3871 y Fe(pwd)14 b Fc(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)28
-b Fb(52)2021 4133 y Fs(R)2025 4251 y Fe(read)11 b Fc(:)j(:)f(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)26 b Fb(65)2025 4339 y Fe(readarray)15 b
-Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)30 b Fb(67)2025 4427 y Fe(readonly)18 b Fc(:)d(:)e(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33
-b Fb(53)2025 4515 y Fe(return)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21
-b Fb(53)2021 4765 y Fs(S)2025 4884 y Fe(set)14 b Fc(:)f(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)28 b Fb(69)2025 4972 y Fe(shift)9 b Fc(:)14
-b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)23 b Fb(53)2025 5060 y Fe(shopt)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23 b Fb(73)2025 5148
-y Fe(source)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(67)2025
-5235 y Fe(suspend)d Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)33 b Fb(121)p eop end
-%%Page: 190 196
-TeXDict begin 190 195 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(190)146 294 y Fs(T)150 410 y Fe(test)11
-b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25 b Fb(54)150 497
-y Fe(times)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(55)150
-584 y Fe(trap)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(55)150 671 y Fe(true)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(56)150 758 y Fe(type)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(67)150 846 y Fe(typeset)d Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35
-b Fb(67)146 1090 y Fs(U)150 1206 y Fe(ulimit)6 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)20 b Fb(67)150 1293 y Fe(umask)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(56)150 1380 y
-Fe(unalias)f Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(69)150 1467 y
-Fe(unset)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(57)2021
-294 y Fs(W)2025 434 y Fe(wait)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24
-b Fb(120)150 2167 y Fs(D.2)68 b(Index)45 b(of)g(Shell)g(Reserv)l(ed)h
-(W)-11 b(ords)146 2704 y(!)150 2820 y Fe(!)19 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fb(10)146
-3056 y Fs([)150 3172 y Fe([[)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)31 b Fb(14)146 3414 y Fs(])150 3530 y Fe(]])16 b
-Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)31 b Fb(14)146
-3770 y Fa({)150 3886 y Fe({)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)33 b Fb(17)146 4125 y Fa(})150 4241 y Fe(})19
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b
-Fb(17)146 4475 y Fs(C)150 4591 y Fe(case)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)25 b Fb(13)146 4825 y Fs(D)150 4941 y Fe(do)16
-b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)31 b Fb(11)150
-5028 y Fe(done)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(11)146 5261 y Fs(E)150 5377 y Fe(elif)11 b Fc(:)j(:)f(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)25 b Fb(12)150 5465 y Fe(else)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)25 b Fb(12)150 5552 y Fe(esac)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)25 b Fb(13)2021 2703 y Fs(F)2025 2836 y Fe(fi)16
-b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)31 b Fb(12)2025
-2928 y Fe(for)14 b Fc(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)28
-b Fb(12)2025 3015 y Fe(function)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b
-Fb(19)2021 3359 y Fs(I)2025 3491 y Fe(if)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)31 b Fb(12)2025 3578 y Fe(in)16 b Fc(:)e(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)31 b Fb(13)2021 3921 y Fs(S)2025
-4048 y Fe(select)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b
-Fb(13)2021 4392 y Fs(T)2025 4524 y Fe(then)11 b Fc(:)j(:)f(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)26 b Fb(12)2025 4611 y Fe(time)11 b Fc(:)j(:)f(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)26 b Fb(10)2021 4954 y Fs(U)2025 5081 y Fe(until)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23 b Fb(11)2021 5425
-y Fs(W)2025 5552 y Fe(while)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23
-b Fb(12)p eop end
-%%Page: 191 197
-TeXDict begin 191 196 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(191)150 299 y Fs(D.3)68 b(P)l(arameter)47
-b(and)d(V)-11 b(ariable)46 b(Index)146 955 y(!)150 1072
-y Fe(!)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33
-b Fb(24)146 1314 y Fs(#)150 1431 y Fe(#)19 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fb(23)146
-1676 y Fs($)150 1794 y Fe($)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)33 b Fb(23)150 1881 y Fe($!)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)31 b Fb(24)150 1969 y Fe($#)16 b Fc(:)e(:)f(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)31 b Fb(23)150 2057 y Fe($$)16 b Fc(:)e(:)f(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)31 b Fb(23)150 2144 y Fe($*)16
-b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)31 b Fb(23)150
-2232 y Fe($-)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)31
-b Fb(23)150 2320 y Fe($?)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-31 b Fb(23)150 2407 y Fe($@)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)31 b Fb(23)150 2495 y Fe($_)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)31 b Fb(81)150 2582 y Fe($0)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)31 b Fb(24)146 2834 y Fs(*)150 2950 y Fe(*)19
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b
-Fb(23)146 3193 y Fs({)150 3310 y Fe(-)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)33 b Fb(23)146 3553 y Fs(?)150 3670
-y Fe(?)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33
-b Fb(23)146 3912 y Fs(@)150 4029 y Fe(@)19 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33 b Fb(23)p
-156 4272 41 6 v 150 4389 a Fe(_)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)33 b Fb(81)146 4631 y Fs(0)150 4748 y
-Fe(0)19 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)33
-b Fb(24)146 4991 y Fs(A)150 5108 y Fe(active-region-end-color)12
-b Fc(:)18 b(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)26 b Fb(126)150 5196 y Fe(active-region-start-color)
-7 b Fc(:)19 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)21 b Fb(126)150 5283 y Fe(auto_resume)8 b
-Fc(:)16 b(:)d(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-23 b Fb(121)2021 954 y Fs(B)2025 1071 y Fe(BASH)11 b
-Fc(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(82)2025 1159
-y Fe(BASH_ALIASES)8 b Fc(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)22 b Fb(82)2025 1246 y Fe(BASH_ARGC)15
-b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)30 b Fb(82)2025 1334 y Fe(BASH_ARGV)15 b Fc(:)g(:)f(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30
-b Fb(82)2025 1421 y Fe(BASH_ARGV0)13 b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(83)2025
-1509 y Fe(BASH_CMDS)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(83)2025 1597
-y Fe(BASH_COMMAND)8 b Fc(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)22 b Fb(83)2025 1684 y Fe(BASH_COMPAT)10
-b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)25 b Fb(83)2025 1772 y Fe(BASH_ENV)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33
-b Fb(83)2025 1859 y Fe(BASH_EXECUTION_STRING)24 b Fc(:)13
-b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)34 b Fb(83)2025 1947 y Fe(BASH_LINENO)10
-b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)25 b Fb(83)2025 2035 y Fe(BASH_LOADABLES_PATH)7 b
-Fc(:)17 b(:)c(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(84)2025
-2122 y Fe(BASH_MONOSECONDS)15 b Fc(:)h(:)d(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)29 b Fb(84)2025 2210 y Fe(BASH_REMATCH)8 b Fc(:)15
-b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)22
-b Fb(84)2025 2297 y Fe(BASH_SOURCE)10 b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)25 b Fb(84)2025
-2385 y Fe(BASH_SUBSHELL)g Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)37 b Fb(84)2025 2473 y Fe(BASH_TRAPSIG)8
-b Fc(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-22 b Fb(84)2025 2560 y Fe(BASH_VERSINFO)j Fc(:)13 b(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37 b Fb(84)2025 2648
-y Fe(BASH_VERSION)8 b Fc(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)22 b Fb(85)2025 2735 y Fe(BASH_XTRACEFD)j
-Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(85)2025 2823 y Fe(BASHOPTS)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b
-Fb(82)2025 2911 y Fe(BASHPID)22 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)35
-b Fb(82)2025 2998 y Fe(bell-style)11 b Fc(:)k(:)e(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)26 b Fb(126)2025
-3086 y Fe(bind-tty-special-chars)14 b Fc(:)k(:)13 b(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)29
-b Fb(126)2025 3173 y Fe(blink-matching-paren)24 b Fc(:)13
-b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)34 b Fb(127)2021 3426 y Fs(C)2025
-3543 y Fe(CDPATH)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b
-Fb(81)2025 3631 y Fe(CHILD_MAX)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(85)2025
-3719 y Fe(colored-completion-prefix)7 b Fc(:)18 b(:)13
-b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22
-b Fb(127)2025 3806 y Fe(colored-stats)h Fc(:)13 b(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)35 b Fb(127)2025 3894 y Fe(COLUMNS)22
-b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)35 b Fb(85)2025 3981 y Fe(comment-begin)23
-b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)35
-b Fb(127)2025 4069 y Fe(COMP_CWORD)13 b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(85)2025
-4157 y Fe(COMP_KEY)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b Fb(86)2025 4244
-y Fe(COMP_LINE)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(85)2025 4332 y Fe(COMP_POINT)13
-b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)27 b Fb(85)2025 4419 y Fe(COMP_TYPE)15 b Fc(:)g(:)f(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30
-b Fb(85)2025 4507 y Fe(COMP_WORDBREAKS)17 b Fc(:)g(:)c(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)32 b Fb(86)2025 4595 y Fe(COMP_WORDS)13
-b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)27 b Fb(86)2025 4682 y Fe(completion-display-width)9
-b Fc(:)19 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)24 b Fb(127)2025 4770 y Fe(completion-ignore-case)14
-b Fc(:)k(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)29 b Fb(127)2025 4857 y Fe(completion-map-case)d
-Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37 b Fb(127)2025 4945
-y Fe(completion-prefix-display-leng)q(th)29 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)38 b Fb(127)2025 5033
-y Fe(completion-query-items)14 b Fc(:)k(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)29
-b Fb(127)2025 5120 y Fe(COMPREPLY)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b
-Fb(86)2025 5208 y Fe(convert-meta)25 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)38 b Fb(128)2025 5295
-y Fe(COPROC)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(86)p
-eop end
-%%Page: 192 198
-TeXDict begin 192 197 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(192)146 294 y Fs(D)150 414 y Fe(DIRSTACK)18
-b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)32 b Fb(86)150 501 y Fe(disable-completion)7
-b Fc(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22 b Fb(128)146
-772 y Fs(E)150 892 y Fe(echo-control-characters)12 b
-Fc(:)18 b(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)26 b Fb(128)150 981 y Fe(editing-mode)f
-Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)37
-b Fb(128)150 1069 y Fe(emacs-mode-string)10 b Fc(:)17
-b(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)25 b Fb(128)150 1158
-y Fe(EMACS)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(86)150
-1246 y Fe(enable-active-region)h Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)34
-b Fb(128)150 1335 y Fe(enable-bracketed-paste)14 b Fc(:)k(:)c(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)29
-b Fb(129)150 1423 y Fe(enable-keypad)23 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(129)150 1511 y Fe(ENV)14
-b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28 b Fb(86)150
-1600 y Fe(EPOCHREALTIME)d Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)37 b Fb(86)150 1688 y Fe(EPOCHSECONDS)8
-b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-22 b Fb(86)150 1777 y Fe(EUID)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(87)150 1865 y Fe(EXECIGNORE)13 b Fc(:)i(:)e(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)27 b Fb(87)150
-1953 y Fe(expand-tilde)e Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)37 b Fb(129)146 2224 y Fs(F)150 2344
-y Fe(FCEDIT)6 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)20 b Fb(87)150
-2432 y Fe(FIGNORE)i Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(87)150
-2521 y Fe(FUNCNAME)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(87)150 2608
-y Fe(FUNCNEST)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(87)146 2868 y
-Fs(G)150 2988 y Fe(GLOBIGNORE)13 b Fc(:)i(:)e(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)27 b Fb(87)150
-3076 y Fe(GLOBSORT)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(87)150 3164
-y Fe(GROUPS)6 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)20 b Fb(88)146
-3423 y Fs(H)150 3543 y Fe(histchars)15 b Fc(:)h(:)d(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)30 b
-Fb(88)150 3632 y Fe(HISTCMD)22 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35
-b Fb(88)150 3720 y Fe(HISTCONTROL)10 b Fc(:)16 b(:)d(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)25 b Fb(88)150
-3809 y Fe(HISTFILE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(88)150 3897
-y Fe(HISTFILESIZE)8 b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)22 b Fb(89)150 3986 y Fe(HISTIGNORE)13
-b Fc(:)i(:)e(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)27 b Fb(89)150 4074 y Fe(history-preserve-point)14
-b Fc(:)k(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)29 b Fb(129)150 4163 y Fe(history-size)c
-Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)37
-b Fb(129)150 4251 y Fe(HISTSIZE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b
-Fb(89)150 4340 y Fe(HISTTIMEFORMAT)23 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)34 b Fb(89)150 4428 y Fe(HOME)11
-b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25 b Fb(81)150 4517
-y Fe(horizontal-scroll-mode)14 b Fc(:)k(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)29 b Fb(129)150
-4605 y Fe(HOSTFILE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(89)150 4693
-y Fe(HOSTNAME)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(89)150 4781 y
-Fe(HOSTTYPE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(89)2021 294 y Fs(I)2025
-420 y Fe(IFS)14 b Fc(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)28
-b Fb(81)2025 510 y Fe(IGNOREEOF)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(90)2025
-600 y Fe(input-meta)11 b Fc(:)k(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)26 b Fb(130)2025 691 y Fe(INPUTRC)c
-Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)35 b Fb(90)2025 781 y Fe(INSIDE_EMACS)8
-b Fc(:)15 b(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-22 b Fb(90)2025 868 y Fe(isearch-terminators)k Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)37 b Fb(130)2021 1167 y Fs(K)2025
-1290 y Fe(keymap)22 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)36 b Fb(130)2021
-1601 y Fs(L)2025 1727 y Fe(LANG)20 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)35
-b Fb(8,)26 b(90)2025 1817 y Fe(LC_ALL)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21
-b Fb(90)2025 1907 y Fe(LC_COLLATE)13 b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(90)2025
-1998 y Fe(LC_CTYPE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b Fb(90)2025 2088
-y Fe(LC_MESSAGES)21 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)34 b Fb(8,)26 b(90)2025 2178 y Fe(LC_NUMERIC)13
-b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)27 b Fb(90)2025 2269 y Fe(LC_TIME)22 b Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)35 b Fb(90)2025 2359 y Fe(LINENO)6 b Fc(:)14
-b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)21 b Fb(90)2025 2446 y Fe(LINES)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23 b Fb(90)2021 2746
-y Fs(M)2025 2872 y Fe(MACHTYPE)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b
-Fb(90)2025 2962 y Fe(MAIL)11 b Fc(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26
-b Fb(81)2025 3052 y Fe(MAILCHECK)15 b Fc(:)g(:)f(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(90)2025
-3143 y Fe(MAILPATH)18 b Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33 b Fb(81)2025 3233
-y Fe(MAPFILE)22 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)35 b Fb(91)2025 3323
-y Fe(mark-modified-lines)26 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(130)2025 3414 y Fe(mark-symlinked-directories)27
-b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-36 b Fb(130)2025 3504 y Fe(match-hidden-files)7 b Fc(:)17
-b(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)22 b Fb(131)2025 3594
-y Fe(menu-complete-display-prefix)17 b Fc(:)h(:)13 b(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)31 b Fb(131)2025 3681 y Fe(meta-flag)13
-b Fc(:)i(:)e(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)28 b Fb(130)2021 3992 y Fs(O)2025 4118 y Fe(OLDPWD)6
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(91)2025 4208 y Fe(OPTARG)6
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(81)2025 4299 y Fe(OPTERR)6
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(91)2025 4389 y Fe(OPTIND)6
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(81)2025 4480 y Fe(OSTYPE)6
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)21 b Fb(91)2025 4567 y Fe(output-meta)8
-b Fc(:)16 b(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-23 b Fb(131)p eop end
-%%Page: 193 199
-TeXDict begin 193 198 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(193)146 294 y Fs(P)150 410 y Fe(page-completions)
-13 b Fc(:)j(:)d(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)27 b Fb(131)150
-497 y Fe(PATH)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)25
-b Fb(81)150 584 y Fe(PIPESTATUS)13 b Fc(:)i(:)e(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)27 b Fb(91)150
-671 y Fe(POSIXLY_CORRECT)17 b Fc(:)g(:)c(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)32 b Fb(91)150 758 y Fe(PPID)11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)25 b Fb(91)150 846 y Fe(PROMPT_COMMAND)e Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)34
-b Fb(91)150 933 y Fe(PROMPT_DIRTRIM)23 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)34 b Fb(91)150 1020 y Fe(PS0)14
-b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28 b Fb(91)150
-1107 y Fe(PS1)14 b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28
-b Fb(81)150 1194 y Fe(PS2)14 b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28
-b Fb(81)150 1281 y Fe(PS3)14 b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28
-b Fb(91)150 1369 y Fe(PS4)14 b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28
-b Fb(91)150 1456 y Fe(PWD)14 b Fc(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)28
-b Fb(91)146 1689 y Fs(R)150 1804 y Fe(RANDOM)6 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)20 b Fb(92)150 1892 y Fe(READLINE_ARGUMENT)12
-b Fc(:)17 b(:)c(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)26 b Fb(92)150
-1979 y Fe(READLINE_LINE)f Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)37 b Fb(92)150 2066 y Fe(READLINE_MARK)25
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)37
-b Fb(92)150 2153 y Fe(READLINE_POINT)23 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)34 b Fb(92)150 2240 y Fe(REPLY)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23 b Fb(92)150 2327 y
-Fe(revert-all-at-newline)17 b Fc(:)h(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)32
-b Fb(131)146 2560 y Fs(S)150 2676 y Fe(search-ignore-case)7
-b Fc(:)18 b(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22 b Fb(131)150
-2763 y Fe(SECONDS)g Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(92)150
-2851 y Fe(SHELL)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23
-b Fb(92)150 2938 y Fe(SHELLOPTS)15 b Fc(:)h(:)d(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)30 b Fb(92)150
-3025 y Fe(SHLVL)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23
-b Fb(92)150 3112 y Fe(show-all-if-ambiguous)17 b Fc(:)h(:)13
-b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)32 b Fb(131)150 3199 y Fe(show-all-if-unmodified)14
-b Fc(:)k(:)c(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)29 b Fb(131)2025 260 y Fe(show-mode-in-prompt)d
-Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37 b Fb(132)2025 351 y
-Fe(skip-completed-text)26 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(132)2025 438 y Fe(SRANDOM)22 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)35
-b Fb(92)2021 758 y Fs(T)2025 887 y Fe(TEXTDOMAIN)15 b
-Fc(:)g(:)e(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)30 b Fb(8)2025 978 y Fe(TEXTDOMAINDIR)7 b Fc(:)16
-b(:)d(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)23
-b Fb(8)2025 1069 y Fe(TIMEFORMAT)13 b Fc(:)i(:)e(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(93)2025
-1161 y Fe(TMOUT)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23
-b Fb(93)2025 1248 y Fe(TMPDIR)6 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)21
-b Fb(93)2021 1567 y Fs(U)2025 1692 y Fe(UID)14 b Fc(:)f(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)28 b Fb(93)2021 2012 y Fs(V)2025 2140
-y Fe(vi-cmd-mode-string)7 b Fc(:)17 b(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)22
-b Fb(132)2025 2232 y Fe(vi-ins-mode-string)7 b Fc(:)17
-b(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)22 b Fb(132)2025 2319
-y Fe(visible-stats)h Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)35 b Fb(132)150 3838 y Fs(D.4)68 b(F)-11 b(unction)44
-b(Index)146 4324 y(A)150 4441 y Fe(abort)27 b(\(C-g\))15
-b Fc(:)f(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)30
-b Fb(147)150 4529 y Fe(accept-line)e(\(Newline)g(or)e(Return\))12
-b Fc(:)i(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)27
-b Fb(140)150 4616 y Fe(alias-expand-line)i(\(\))9 b Fc(:)14
-b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(149)146 4872 y Fs(B)150
-4989 y Fe(backward-char)29 b(\(C-b\))12 b Fc(:)i(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)26 b Fb(139)150 5077 y Fe(backward-delete-char)k(\(Rubout\))22
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)35
-b Fb(142)150 5165 y Fe(backward-kill-line)30 b(\(C-x)c(Rubout\))e
-Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)37 b
-Fb(143)150 5252 y Fe(backward-kill-word)30 b(\(M-DEL\))11
-b Fc(:)j(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-26 b Fb(144)150 5340 y Fe(backward-word)j(\(M-b\))12
-b Fc(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)26 b Fb(139)2025 4294
-y Fe(beginning-of-history)k(\(M-<\))11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)26 b Fb(140)2025
-4383 y Fe(beginning-of-line)j(\(C-a\))20 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)34
-b Fb(139)2025 4471 y Fe(bracketed-paste-begin)c(\(\))16
-b Fc(:)e(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)31 b Fb(142)2021 4768 y Fs(C)2025 4891 y Fe
-(call-last-kbd-macro)f(\(C-x)c(e\))15 b Fc(:)f(:)f(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)30 b Fb(147)2025 4981
-y Fe(capitalize-word)f(\(M-c\))7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22
-b Fb(143)2025 5071 y Fe(character-search)29 b(\(C-]\))22
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)36 b Fb(147)2025 5161 y Fe
-(character-search-backward)31 b(\(M-C-]\))10 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)25 b Fb(147)2025 5250
-y Fe(clear-display)j(\(M-C-l\))7 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22
-b Fb(140)2025 5340 y Fe(clear-screen)28 b(\(C-l\))14
-b Fc(:)h(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)29 b Fb(140)p eop
-end
-%%Page: 194 200
-TeXDict begin 194 199 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(194)150 264 y Fe(complete)27 b(\(TAB\))7
-b Fc(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22
-b Fb(145)150 351 y Fe(complete-command)29 b(\(M-!\))23
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)36 b Fb(146)150 439 y Fe(complete-filename)29
-b(\(M-/\))20 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)33 b Fb(145)150 527 y Fe(complete-hostname)
-c(\(M-@\))20 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)33 b Fb(146)150 615 y Fe
-(complete-into-braces)d(\(M-{\))11 b Fc(:)j(:)f(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(146)150 702
-y Fe(complete-username)j(\(M-~\))20 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)33
-b Fb(146)150 790 y Fe(complete-variable)c(\(M-$\))20
-b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)33 b Fb(146)150 878 y Fe(copy-backward-word)d(\(\))7
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)21 b Fb(144)150 966 y Fe(copy-forward-word)
-29 b(\(\))9 b Fc(:)14 b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(144)150
-1053 y Fe(copy-region-as-kill)30 b(\(\))22 b Fc(:)13
-b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)36 b Fb(144)146 1310 y Fs(D)150 1428 y Fe(dabbrev-expand)29
-b(\(\))17 b Fc(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)32
-b Fb(146)150 1515 y Fe(delete-char)c(\(C-d\))17 b Fc(:)d(:)f(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)32 b Fb(142)150 1603 y Fe(delete-char-or-list)e
-(\(\))22 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)36 b Fb(145)150 1691 y Fe
-(delete-horizontal-space)31 b(\(\))11 b Fc(:)i(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(144)150
-1779 y Fe(digit-argument)j(\()p Fd(M-0)p Fe(,)e Fd(M-1)p
-Fe(,)f(...)g Fd(M--)p Fe(\))11 b Fc(:)j(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)
-26 b Fb(144)150 1866 y Fe(display-shell-version)k(\(C-x)d(C-v\))c
-Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)37 b
-Fb(149)150 1945 y Fe(do-lowercase-version)30 b(\(M-A,)227
-2033 y(M-B,)c(M-)p Fd(x)p Fe(,)h(...\))10 b Fc(:)k(:)f(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)25 b Fb(147)150 2120 y Fe(downcase-word)k(\(M-l\))
-12 b Fc(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)26 b Fb(143)150 2208
-y Fe(dump-functions)j(\(\))17 b Fc(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-32 b Fb(148)150 2296 y Fe(dump-macros)c(\(\))7 b Fc(:)14
-b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22
-b Fb(148)150 2384 y Fe(dump-variables)29 b(\(\))17 b
-Fc(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)32 b Fb(148)150
-2471 y Fe(dynamic-complete-history)f(\(M-TAB\))13 b Fc(:)i(:)e(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)27 b Fb(146)146 2728 y Fs(E)150
-2845 y Fe(edit-and-execute-command)k(\(C-x)c(C-e\))14
-b Fc(:)g(:)f(:)g(:)g(:)h(:)f(:)g(:)29 b Fb(149)150 2933
-y Fe(end-kbd-macro)g(\(C-x)d(\)\))13 b Fc(:)h(:)f(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)28
-b Fb(146)150 3021 y Fd(end-of-file)g Fe(\(usually)g(C-d\))21
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)35 b Fb(142)150 3109 y Fe(end-of-history)29 b(\(M->\))9
-b Fc(:)14 b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(140)150 3196 y
-Fe(end-of-line)k(\(C-e\))17 b Fc(:)d(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)32
-b Fb(139)150 3284 y Fe(exchange-point-and-mark)f(\(C-x)26
-b(C-x\))17 b Fc(:)d(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)32
-b Fb(147)150 3371 y Fe(execute-named-command)e(\(M-x\))8
-b Fc(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-23 b Fb(149)146 3618 y Fs(F)150 3736 y Fe(fetch-history)29
-b(\(\))19 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)34
-b Fb(142)150 3823 y Fe(forward-backward-delete-char)e(\(\))15
-b Fc(:)f(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30 b Fb(142)150
-3911 y Fe(forward-char)e(\(C-f\))14 b Fc(:)h(:)e(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)29 b Fb(139)150 3999 y Fe(forward-search-history)i(\(C-s\))24
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)38
-b Fb(140)150 4086 y Fe(forward-word)28 b(\(M-f\))14 b
-Fc(:)h(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)29 b Fb(139)146 4333
-y Fs(G)150 4450 y Fe(glob-complete-word)h(\(M-g\))16
-b Fc(:)e(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)31 b Fb(148)150 4538 y Fe(glob-expand-word)e(\(C-x)e(*\))c
-Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)38 b Fb(148)150 4625 y Fe(glob-list-expansions)30
-b(\(C-x)d(g\))13 b Fc(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)27 b Fb(148)2021 294 y Fs(H)2025 422 y Fe
-(history-and-alias-expand-line)32 b(\(\))13 b Fc(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)28 b Fb(149)2025 513 y Fe(history-expand-line)i
-(\(M-^\))13 b Fc(:)h(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)28 b Fb(149)2025 604 y Fe(history-search-backward)j
-(\(\))11 b Fc(:)i(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)26 b Fb(141)2025 695 y Fe(history-search-forward)k(\(\))13
-b Fc(:)h(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)28 b Fb(141)2025 786 y Fe(history-substring-search-backw)q(ard)k
-(\(\))20 b Fc(:)13 b(:)g(:)g(:)g(:)35 b Fb(141)2025 874
-y Fe(history-substring-search-forwa)q(rd)d(\(\))22 b
-Fc(:)13 b(:)h(:)f(:)g(:)g(:)37 b Fb(141)2021 1200 y Fs(I)2025
-1329 y Fe(insert-comment)29 b(\(M-#\))9 b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-24 b Fb(148)2025 1420 y Fe(insert-completions)29 b(\(M-*\))16
-b Fc(:)f(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)31 b Fb(145)2025 1507 y Fe(insert-last-argument)f(\(M-.)c(or)g
-(M-_\))7 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22
-b Fb(149)2021 1834 y Fs(K)2025 1962 y Fe(kill-line)27
-b(\(C-k\))c Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(143)2025 2053 y Fe(kill-region)28 b(\(\))7 b Fc(:)14
-b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)22
-b Fb(144)2025 2144 y Fe(kill-whole-line)29 b(\(\))14
-b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)29 b Fb(143)2025
-2231 y Fe(kill-word)e(\(M-d\))c Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)37 b Fb(144)2021 2548 y Fs(M)2025 2676 y
-Fe(magic-space)28 b(\(\))7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)22 b Fb(149)2025 2767 y Fe(menu-complete)28
-b(\(\))20 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)34
-b Fb(145)2025 2854 y Fe(menu-complete-backward)c(\(\))13
-b Fc(:)h(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)28 b Fb(145)2021 3181 y Fs(N)2025 3309 y Fe(next-history)g(\(C-n\))
-14 b Fc(:)h(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)29 b Fb(140)2025
-3401 y Fe(next-screen-line)g(\(\))12 b Fc(:)h(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-27 b Fb(140)2025 3472 y Fe(non-incremental-forward-)2102
-3560 y(search-history)h(\(M-n\))23 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(141)2025 3647 y Fe(non-incremental-reverse-)2102
-3734 y(search-history)28 b(\(M-p\))23 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)37
-b Fb(140)2021 4070 y Fs(O)2025 4198 y Fe(operate-and-get-next)30
-b(\(C-o\))11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)26 b Fb(141)2025 4285 y Fe(overwrite-mode)j(\(\))17
-b Fc(:)c(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)32 b Fb(143)p
-eop end
-%%Page: 195 201
-TeXDict begin 195 200 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(195)146 294 y Fs(P)150 411 y Fe
-(possible-command-completions)32 b(\(C-x)26 b(!\))9 b
-Fc(:)14 b(:)g(:)f(:)g(:)g(:)24 b Fb(146)150 499 y Fe
-(possible-completions)30 b(\(M-?\))11 b Fc(:)j(:)f(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(145)150
-586 y Fe(possible-filename-completions)32 b(\(C-x)27
-b(/\))7 b Fc(:)13 b(:)g(:)g(:)g(:)22 b Fb(146)150 674
-y Fe(possible-hostname-completions)32 b(\(C-x)27 b(@\))7
-b Fc(:)13 b(:)g(:)g(:)g(:)22 b Fb(146)150 762 y Fe
-(possible-username-completions)32 b(\(C-x)27 b(~\))7
-b Fc(:)13 b(:)g(:)g(:)g(:)22 b Fb(146)150 849 y Fe
-(possible-variable-completions)32 b(\(C-x)27 b($\))7
-b Fc(:)13 b(:)g(:)g(:)g(:)22 b Fb(146)150 937 y Fe(prefix-meta)28
-b(\(ESC\))17 b Fc(:)d(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)32
-b Fb(147)150 1025 y Fe(previous-history)d(\(C-p\))23
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)36 b Fb(140)150 1112 y Fe(previous-screen-line)30
-b(\(\))19 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)33 b Fb(139)150 1200 y Fe
-(print-last-kbd-macro)d(\(\))19 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)33 b Fb(147)146
-1454 y Fs(Q)150 1571 y Fe(quoted-insert)c(\(C-q)d(or)g(C-v\))8
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)22 b Fb(142)146 1825 y Fs(R)150 1943 y Fe(re-read-init-file)29
-b(\(C-x)e(C-r\))15 b Fc(:)f(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)30 b Fb(147)150 2030 y Fe(redraw-current-line)g(\(\))22
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)36 b Fb(140)150 2118 y Fe(reverse-search-history)31
-b(\(C-r\))24 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)38 b Fb(140)150 2205 y Fe(revert-line)28 b(\(M-r\))17
-b Fc(:)d(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)32 b Fb(147)146
-2449 y Fs(S)150 2567 y Fe(self-insert)c(\(a,)e(b,)g(A,)g(1,)h(!,)f
-(...\))13 b Fc(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)27
-b Fb(142)150 2654 y Fe(set-mark)g(\(C-@\))7 b Fc(:)15
-b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22
-b Fb(147)150 2742 y Fe(shell-backward-kill-word)31 b(\(\))8
-b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-23 b Fb(144)150 2830 y Fe(shell-backward-word)30 b(\(M-C-b\))8
-b Fc(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-23 b Fb(139)150 2917 y Fe(shell-expand-line)29 b(\(M-C-e\))13
-b Fc(:)j(:)d(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)28 b Fb(149)150 3005 y Fe(shell-forward-word)i(\(M-C-f\))11
-b Fc(:)j(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-26 b Fb(139)150 3093 y Fe(shell-kill-word)j(\(M-C-d\))20
-b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)33 b Fb(144)150 3180 y Fe(shell-transpose-words)d
-(\(M-C-t\))22 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)35 b Fb(143)2025 264 y Fe(skip-csi-sequence)29 b(\(\))9
-b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)24 b Fb(147)2025 361 y
-Fe(spell-correct-word)29 b(\(C-x)e(s\))18 b Fc(:)13 b(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)33 b Fb(148)2025
-448 y Fe(start-kbd-macro)c(\(C-x)d(\(\))8 b Fc(:)14 b(:)f(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)23
-b Fb(146)2021 891 y Fs(T)2025 1038 y Fe(tilde-expand)28
-b(\(M-&\))14 b Fc(:)h(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)29
-b Fb(147)2025 1135 y Fe(transpose-chars)g(\(C-t\))7 b
-Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(142)2025 1222 y Fe(transpose-words)
-29 b(\(M-t\))7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(143)2021
-1676 y Fs(U)2025 1823 y Fe(undo)k(\(C-_)h(or)f(C-x)g(C-u\))10
-b Fc(:)k(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)25 b Fb(147)2025 1920 y Fe
-(universal-argument)k(\(\))7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)22
-b Fb(145)2025 2017 y Fe(unix-filename-rubout)30 b(\(\))19
-b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)34 b Fb(144)2025 2114 y Fe(unix-line-discard)29
-b(\(C-u\))20 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)34 b Fb(143)2025 2211 y Fe
-(unix-word-rubout)29 b(\(C-w\))22 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)36
-b Fb(144)2025 2298 y Fe(upcase-word)28 b(\(M-u\))17 b
-Fc(:)d(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)32 b Fb(143)2021
-2752 y Fs(Y)2025 2899 y Fe(yank)26 b(\(C-y\))18 b Fc(:)c(:)f(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)33
-b Fb(144)2025 2996 y Fe(yank-last-arg)28 b(\(M-.)f(or)f(M-_\))8
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)22 b Fb(141)2025 3093 y Fe(yank-nth-arg)28 b(\(M-C-y\))9
-b Fc(:)15 b(:)e(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)24 b Fb(141)2025 3180
-y Fe(yank-pop)j(\(M-y\))7 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)22 b Fb(144)150 3929 y Fs(D.5)68 b(Concept)45
-b(Index)146 4523 y(A)150 4645 y Fb(alias)27 b(expansion)22
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)37
-b Fb(103)150 4735 y(arithmetic)26 b(ev)l(aluation)21
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(101)150 4824
-y(arithmetic)26 b(expansion)11 b Fc(:)j(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-26 b Fb(35)150 4914 y(arithmetic)g(op)r(erators)18 b
-Fc(:)d(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)32 b Fb(101)150 5003
-y(arithmetic,)27 b(shell)21 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)36 b Fb(101)150 5090 y(arra)n(ys)19 b Fc(:)13
-b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)34 b Fb(103)2021 4523 y Fs(B)2025 4641
-y Fb(bac)n(kground)13 b Fc(:)f(:)h(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)28 b Fb(118)2025 4729 y(Bash)e(con\014guration)
-11 b Fc(:)j(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)26 b Fb(165)2025
-4817 y(Bash)g(installation)9 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)24 b Fb(165)2025 4905 y(binary)h(arithmetic)h(op)r
-(erators)16 b Fc(:)f(:)e(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)31 b Fb(101)2025 4993 y(bit)n(wise)26
-b(arithmetic)h(op)r(erators)8 b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)23 b Fb(101)2025
-5081 y(Bourne)j(shell)20 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)35 b Fb(5)2025 5169
-y(brace)26 b(expansion)9 b Fc(:)k(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)24 b Fb(24)2025 5256 y(builtin)15 b Fc(:)e(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)30 b Fb(3)p eop end
-%%Page: 196 202
-TeXDict begin 196 201 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(196)146 294 y Fs(C)150 413 y Fb(command)26
-b(editing)19 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)34
-b Fb(123)150 501 y(command)26 b(execution)12 b Fc(:)h(:)g(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)26 b Fb(43)150 590 y(command)g(expansion)c
-Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)36 b Fb(43)150
-678 y(command)26 b(history)18 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)33 b Fb(159)150 766 y(command)26 b(searc)n(h)16
-b Fc(:)d(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)30
-b Fb(43)150 855 y(command)c(substitution)21 b Fc(:)13
-b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)35 b Fb(34)150 943 y(command)26
-b(timing)11 b Fc(:)i(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)25
-b Fb(10)150 1031 y(commands,)h(comp)r(ound)c Fc(:)13
-b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)37 b Fb(11)150 1120 y(commands,)26
-b(conditional)10 b Fc(:)15 b(:)e(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)25
-b Fb(12)150 1208 y(commands,)h(grouping)15 b Fc(:)f(:)f(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)29 b Fb(17)150 1296 y(commands,)d(lists)10
-b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)24
-b Fb(10)150 1385 y(commands,)i(lo)r(oping)e Fc(:)13 b(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)37 b Fb(11)150 1473 y(commands,)26
-b(pip)r(elines)16 b Fc(:)e(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)30
-b Fb(10)150 1561 y(commands,)c(shell)c Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)36 b Fb(9)150 1649 y(commands,)26
-b(simple)e Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)38
-b Fb(9)150 1738 y(commen)n(ts,)26 b(shell)13 b Fc(:)i(:)e(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)28 b Fb(9)150
-1826 y(Compatibilit)n(y)f(Lev)n(el)10 b Fc(:)j(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)25 b Fb(114)150 1914 y(Compatibilit)n(y)i(Mo)r(de)22
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)36 b Fb(114)150
-2003 y(completion)27 b(builtins)21 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)36 b Fb(152)150 2091 y(conditional)27 b(arithmetic)f(op)r
-(erator)d Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)37 b Fb(101)150 2179 y(con\014guration)22 b Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)36
-b Fb(165)150 2268 y(con)n(trol)26 b(op)r(erator)8 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)23
-b Fb(3)150 2355 y(copro)r(cess)18 b Fc(:)c(:)f(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)32 b
-Fb(18)146 2621 y Fs(D)150 2739 y Fb(directory)26 b(stac)n(k)9
-b Fc(:)k(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24
-b Fb(105)146 3005 y Fs(E)150 3124 y Fb(editing)i(command)g(lines)17
-b Fc(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)32 b Fb(123)150 3213 y(en)n(vironmen)n(t)18
-b Fc(:)12 b(:)h(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)32 b Fb(45)150 3301 y(ev)l(aluation,)26 b(arithmetic)9
-b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)24 b Fb(101)150 3389
-y(ev)n(en)n(t)h(designators)c Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)34 b Fb(162)150 3478 y(execution)26 b(en)n(vironmen)n(t)17
-b Fc(:)12 b(:)h(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)31 b Fb(44)150 3566
-y(exit)25 b(status)7 b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(3,)k(45)150 3654 y(expansion)9
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)24 b Fb(24)150 3743 y(expansion,)i(arithmetic)18
-b Fc(:)c(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)32 b Fb(35)150 3831
-y(expansion,)26 b(brace)16 b Fc(:)d(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)30 b Fb(24)150 3919 y(expansion,)c(\014lename)18
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)32 b Fb(36)150
-4008 y(expansion,)26 b(parameter)21 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)34 b Fb(26)150 4096 y(expansion,)26 b(pathname)7
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(36)150
-4184 y(expansion,)k(tilde)14 b Fc(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)28 b Fb(25)150 4272 y(expressions,)f(arithmetic)11
-b Fc(:)j(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(101)150 4360 y(expressions,)h
-(conditional)17 b Fc(:)d(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)32 b Fb(99)2021
-294 y Fs(F)2025 414 y Fb(\014eld)21 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)36 b Fb(3)2025 503 y(\014lename)21 b Fc(:)14 b(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)36
-b Fb(3)2025 591 y(\014lename)26 b(expansion)11 b Fc(:)i(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)26 b Fb(36)2025 680 y(foreground)9
-b Fc(:)14 b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)24 b Fb(118)2025 767 y(functions,)i(shell)9 b
-Fc(:)14 b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)24
-b Fb(19)2021 1038 y Fs(H)2025 1158 y Fb(history)h(builtins)20
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)35
-b Fb(159)2025 1247 y(history)25 b(ev)n(en)n(ts)8 b Fc(:)13
-b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)23
-b Fb(162)2025 1335 y(history)i(expansion)14 b Fc(:)g(:)f(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)29 b Fb(161)2025 1424 y(history)c(list)9
-b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)24 b Fb(159)2025 1511 y(History)-6 b(,)25 b(ho)n(w)h(to)g(use)
-19 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fb(158)2021
-1782 y Fs(I)2025 1903 y Fb(iden)n(ti\014er)12 b Fc(:)g(:)h(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)27
-b Fb(3)2025 1991 y(initialization)h(\014le,)e(readline)17
-b Fc(:)d(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)32 b Fb(125)2025 2080 y(installation)21
-b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)34 b Fb(165)2025 2168 y(in)n(teraction,)26 b(readline)7
-b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)22 b Fb(122)2025
-2257 y(in)n(teractiv)n(e)k(shell)20 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)34 b Fb(96,)27 b(97)2025 2346 y(in)n(ternationalization)22
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)35
-b Fb(7)2025 2433 y(in)n(ternationalized)27 b(scripts)13
-b Fc(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)28 b Fb(7)2021 2704 y
-Fs(J)2025 2824 y Fb(job)23 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)38 b Fb(3)2025 2911 y(job)26 b(con)n(trol)17 b Fc(:)d(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)31 b Fb(3,)c(118)2021
-3183 y Fs(K)2025 3303 y Fb(kill)f(ring)7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)22
-b Fb(124)2025 3390 y(killing)k(text)6 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)21 b
-Fb(124)2021 3661 y Fs(L)2025 3782 y Fb(lo)r(calization)i
-Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)35 b Fb(7)2025 3869 y(login)26 b(shell)6
-b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)21 b Fb(96)2021 4140 y Fs(M)2025 4260
-y Fb(matc)n(hing,)26 b(pattern)9 b Fc(:)k(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)24 b Fb(37)2025 4347 y(metac)n(haracter)7
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)22 b Fb(3)p eop end
-%%Page: 197 203
-TeXDict begin 197 202 bop 150 -116 a Fu(App)s(endix)29
-b(D:)i(Indexes)2623 b(197)146 294 y Fs(N)150 410 y Fb(name)19
-b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)34 b Fb(3)150 497
-y(nativ)n(e)25 b(languages)c Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)34 b Fb(7)150 584 y(notation,)27
-b(readline)13 b Fc(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)27
-b Fb(123)146 827 y Fs(O)150 943 y Fb(op)r(erator,)g(shell)c
-Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-37 b Fb(3)146 1186 y Fs(P)150 1302 y Fb(parameter)26
-b(expansion)13 b Fc(:)h(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)28
-b Fb(26)150 1389 y(parameters)c Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)37 b Fb(21)150
-1476 y(parameters,)27 b(p)r(ositional)7 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)21 b Fb(23)150 1563 y(parameters,)27 b(sp)r(ecial)7
-b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)21
-b Fb(23)150 1650 y(pathname)k(expansion)18 b Fc(:)c(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)32 b Fb(36)150 1738 y(pattern)25 b(matc)n(hing)c
-Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)34
-b Fb(37)150 1825 y(pip)r(eline)10 b Fc(:)j(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)24
-b Fb(10)150 1912 y(POSIX)e Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)38
-b Fb(3)150 1999 y(POSIX)25 b(description)10 b Fc(:)j(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)25 b Fb(109)150 2086 y(POSIX)g(Mo)r(de)14
-b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)29
-b Fb(110)150 2174 y(pro)r(cess)e(group)15 b Fc(:)e(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)30 b Fb(3)150
-2261 y(pro)r(cess)d(group)e(ID)11 b Fc(:)i(:)g(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(3)150 2348 y(pro)r(cess)h(substitution)
-11 b Fc(:)h(:)i(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)25 b Fb(35)150
-2435 y(programmable)i(completion)8 b Fc(:)14 b(:)g(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)23
-b Fb(150)150 2522 y(prompting)15 b Fc(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)30 b Fb(107)146
-2765 y Fs(Q)150 2881 y Fb(quoting)16 b Fc(:)d(:)g(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)31
-b Fb(6)150 2968 y(quoting,)26 b(ANSI)18 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)34 b Fb(6)146
-3211 y Fs(R)150 3327 y Fb(Readline,)26 b(ho)n(w)g(to)g(use)11
-b Fc(:)i(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)26 b Fb(121)150 3414
-y(redirection)13 b Fc(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)27 b Fb(39)150 3501 y(reserv)n(ed)f(w)n
-(ord)13 b Fc(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)28 b Fb(3)150 3589 y(reserv)n(ed)e(w)n(ords)15
-b Fc(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)30
-b Fb(9)150 3676 y(restricted)c(shell)12 b Fc(:)i(:)f(:)g(:)h(:)f(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)27 b Fb(109)150 3763 y(return)e(status)
-10 b Fc(:)k(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
-(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
-g(:)g(:)25 b Fb(4)2021 294 y Fs(S)2025 418 y Fb(shell)h(arithmetic)15
-b Fc(:)f(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)30
-b Fb(101)2025 508 y(shell)c(function)18 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)32 b Fb(19)2025
-597 y(shell)26 b(script)10 b Fc(:)k(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)25 b Fb(47)2025 687
-y(shell)h(v)l(ariable)7 b Fc(:)14 b(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-h(:)f(:)g(:)g(:)g(:)g(:)g(:)22 b Fb(21)2025 777 y(shell,)k(in)n
-(teractiv)n(e)21 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)34 b Fb(97)2025 867 y(signal)13 b Fc(:)h(:)f(:)g(:)g(:)g(:)h(:)f
-(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)28 b Fb(4)2025 956 y(signal)f(handling)6 b Fc(:)13
-b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)21
-b Fb(46)2025 1046 y(sp)r(ecial)27 b(builtin)16 b Fc(:)d(:)g(:)g(:)g(:)g
-(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)31 b Fb(4,)26 b(80)2025
-1136 y(startup)f(\014les)10 b Fc(:)k(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)
-g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)25 b Fb(96)2025 1226
-y(string)h(translations)8 b Fc(:)14 b(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)23 b Fb(7)2025 1313 y(susp)r(ending)i(jobs)10
-b Fc(:)k(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)25
-b Fb(118)2021 1610 y Fs(T)2025 1734 y Fb(tilde)h(expansion)7
-b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)22
-b Fb(25)2025 1823 y(tok)n(en)17 b Fc(:)12 b(:)i(:)f(:)g(:)g(:)g(:)g(:)g
-(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
-f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)32
-b Fb(4)2025 1911 y(translation,)27 b(nativ)n(e)e(languages)c
-Fc(:)13 b(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)g(:)g(:)34 b Fb(7)2021 2207 y Fs(U)2025 2329 y
-Fb(unary)25 b(arithmetic)h(op)r(erators)10 b Fc(:)15
-b(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
-(:)g(:)25 b Fb(101)2021 2626 y Fs(V)2025 2750 y Fb(v)l(ariable,)h
-(shell)14 b Fc(:)g(:)f(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
-g(:)g(:)28 b Fb(21)2025 2837 y(v)l(ariables,)f(readline)7
-b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
-(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)22
-b Fb(126)2021 3134 y Fs(W)2025 3258 y Fb(w)n(ord)10 b
-Fc(:)j(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
-(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
-g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)25 b Fb(4)2025 3345
-y(w)n(ord)h(splitting)9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)24 b Fb(36)2021 3642 y Fs(Y)2025
-3763 y Fb(y)n(anking)h(text)13 b Fc(:)f(:)h(:)g(:)g(:)h(:)f(:)g(:)g(:)g
-(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
-g(:)h(:)f(:)g(:)g(:)g(:)g(:)28 b Fb(124)p eop end
-%%Trailer
-
-userdict /end-hook known{end-hook}if
-%%EOF
index dc7e36c006b4f2e3e0a0a745cc2d67e6b8f8be4f..c0c6c6cab70659d028a3140d51533d91413a3685 100644 (file)
@@ -14,7 +14,7 @@ This is Edition @value{EDITION}, last updated @value{UPDATED},
 of @cite{The GNU Bash Reference Manual},
 for @code{Bash}, Version @value{VERSION}.
 
-Copyright @copyright{} 1988--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 1988--2025 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -970,7 +970,7 @@ in @var{consequent-commands}, or zero if none was executed.
 The syntax of the @code{for} command is:
 
 @example
-for @var{name} [ [in [@var{words} @dots{}] ] ; ] do @var{commands}; done
+for @var{name} [ [in @var{words} @dots{}] ; ] do @var{commands}; done
 @end example
 
 Expand @var{words} (@pxref{Shell Expansions}), and then
@@ -985,10 +985,11 @@ The return status is the exit status of the last command that executes.
 If there are no items in the expansion of @var{words}, no commands are
 executed, and the return status is zero.
 
-An alternate form of the @code{for} command is also supported:
+There is an alternate form of the @code{for} command which is similar to the
+C language:
 
 @example
-for (( @var{expr1} ; @var{expr2} ; @var{expr3} )) ; do @var{commands} ; done
+for (( @var{expr1} ; @var{expr2} ; @var{expr3} )) [;] do @var{commands} ; done
 @end example
 
 First, evaluate the arithmetic expression @var{expr1} according
@@ -1161,8 +1162,11 @@ The arithmetic @var{expression} is evaluated according to the rules
 described below (@pxref{Shell Arithmetic}).
 The @var{expression} undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in @var{expression} are not treated specially
-and are removed.
+but unescaped double quote characters
+in @var{expression} are not treated
+specially and are removed.
+Since this can potentially result in empty strings,
+this command treats those as expressions that evaluate to 0.
 If the value of the expression is non-zero, the return status is 0;
 otherwise the return status is 1. 
 
@@ -1719,7 +1723,7 @@ until it is reset in that scope or until the function returns.
 Once the function returns, any instance of the variable at a previous
 scope becomes visible.
 If the unset acts on a variable at a previous scope, any instance of a
-variable with that name that had been shadowed will become visible
+variable with that name that had been shadowed becomes visible
 (see below how the @code{localvar_unset} shell option changes this behavior).
 
 The @option{-f} option to the @code{declare} (@code{typeset})
@@ -1769,7 +1773,7 @@ The null string is a valid value.
 Once a variable is set, it may be unset only by using
 the @code{unset} builtin command.
 
-A variable may be assigned to by a statement of the form
+A variable is assigned to using a statement of the form
 @example
 @var{name}=[@var{value}]
 @end example
@@ -1796,23 +1800,26 @@ command export var=value
 @end example
 
 In the context where an assignment statement is assigning a value  
-to a shell variable or array index (@pxref{Arrays}),
-the @samp{+=} operator appends to or adds to
+to a shell variable or array index (@pxref{Arrays}), the
+@samp{+=} operator appends to or adds to
 the variable's previous value.
 This includes arguments to declaration commands such as
-@code{declare} that accept assignment statements.
-When @samp{+=} is applied to a variable
-for which the @code{integer} attribute has been set,
+@code{declare}
+that accept assignment statements.
+When @samp{+=}
+is applied to a variable for which the
+@code{integer} attribute has been set,
 the variable's current value and @var{value} are each evaluated as
 arithmetic expressions,
 and the sum of the results is assigned as the variable's value.
 The current value is usually an integer constant, but may be an expression.
-When @samp{+=} is applied to an array variable using compound assignment
-(@pxref{Arrays}), the
-variable's value is not unset (as it is when using @samp{=}), and new
-values are appended to the array beginning at one greater than the array's
-maximum index (for indexed arrays), or added as additional key-value pairs
-in an associative array.
+When @samp{+=}
+is applied to an array variable using compound assignment (@pxref{Arrays}),
+the variable's value is not unset
+(as it is when using @samp{=}),
+and new values are appended to the array
+beginning at one greater than the array's maximum index (for indexed arrays),
+or added as additional key-value pairs in an associative array.
 When applied to a string-valued variable, @var{value} is expanded and
 appended to the variable's value.
 
@@ -1852,6 +1859,10 @@ Namerefs can be unset using the @option{-n} option to the @code{unset} builtin
 Otherwise, if @code{unset} is executed with the name of a nameref variable
 as an argument, the variable referenced by the nameref variable is unset.
 
+When the shell starts, it reads its environment and creates a shell
+variable from each environment variable that has a valid name,
+as described below (@pxref{Environment}).
+
 @node Positional Parameters
 @subsection Positional Parameters
 @cindex parameters, positional
@@ -2041,12 +2052,13 @@ This mechanism is similar to
 @dfn{filename expansion} (@pxref{Filename Expansion}),
 but the filenames generated need not exist.
 Patterns to be brace expanded are formed from an optional @var{preamble},
-followed by either a series of comma-separated strings or a sequence expression
-between a pair of braces,
-followed by an optional @var{postscript}.
-The preamble is prefixed to each string contained within the braces, and
-the postscript is then appended to each resulting string, expanding left
-to right.
+followed by either a series of comma-separated strings or
+a sequence expression between a pair of braces,
+followed by an optional
+@var{postscript}.
+The preamble is prefixed to each string contained within the braces,
+and the postscript is then appended to each resulting string,
+expanding left to right.
 
 Brace expansions may be nested.
 The results of each expanded string are not sorted;
@@ -2057,7 +2069,8 @@ bash$ echo a@{d,c,b@}e
 ade ace abe
 @end example
 
-A sequence expression takes the form @code{@{@var{x}..@var{y}[..@var{incr}]@}},
+A sequence expression takes the form
+@code{@var{x}..@var{y}[..@var{incr}]},
 where @var{x} and @var{y} are either integers or letters,
 and @var{incr}, an optional increment, is an integer.
 When integers are supplied, the expression expands to each number between
@@ -2067,7 +2080,7 @@ each generated term will contain the same number of digits,
 zero-padding where necessary.
 When letters are supplied, the expression expands to each character
 lexicographically between @var{x} and @var{y}, inclusive,
-using the default C locale.
+using the C locale.
 Note that both @var{x} and @var{y} must be of the same type
 (integer or letter).
 When the increment is supplied, it is used as the difference between
@@ -2086,11 +2099,13 @@ and closing braces, and at least one unquoted comma or a valid
 sequence expression.
 Any incorrectly formed brace expansion is left unchanged.
 
-A @{ or @samp{,} may be quoted with a backslash to prevent its
+A @samp{@{} or @samp{,}
+may be quoted with a backslash to prevent its
 being considered part of a brace expression.
 To avoid conflicts with parameter expansion, the string @samp{$@{}
 is not considered eligible for brace expansion,
-and inhibits brace expansion until the closing @samp{@}}.
+and inhibits brace expansion until the closing
+@samp{@}}.
 
 This construct is typically used as shorthand when the common
 prefix of the strings to be generated is longer than in the
@@ -2103,6 +2118,38 @@ or
 chown root /usr/@{ucb/@{ex,edit@},lib/@{ex?.?*,how_ex@}@}
 @end example
 
+Brace expansion introduces a slight incompatibility with
+historical versions of
+@command{sh}.
+@command{sh}
+does not treat opening or closing braces specially when they
+appear as part of a word, and preserves them in the output.
+Bash
+removes braces from words as a consequence of brace
+expansion.
+For example, a word entered to
+@command{sh}
+as
+@samp{file@{1,2@}}
+appears identically in the output.
+Bash
+outputs that word as
+@samp{file1 file2}
+after brace expansion.
+Start
+Bash
+with the
+@option{+B}
+option or disable brace expansion with the
+@option{+B}
+option to the
+@code{set}
+command
+(@pxref{Shell Builtin Commands})
+for strict
+@command{sh}
+compatibility.
+
 @node Tilde Expansion
 @subsection Tilde Expansion
 @cindex tilde expansion
@@ -2281,10 +2328,18 @@ $ unset var
 $ : $@{var=DEFAULT@}
 $ echo $var
 DEFAULT
+$ var=
+$ : $@{var=DEFAULT@}
+$ echo $var
+
 $ var=
 $ : $@{var:=DEFAULT@}
 $ echo $var
 DEFAULT
+$ unset var
+$ : $@{var:=DEFAULT@}
+$ echo $var
+DEFAULT
 @end example
 
 @item $@{@var{parameter}:?@var{word}@}
@@ -2302,6 +2357,16 @@ Otherwise, the value of @var{parameter} is substituted.
 $ var=
 $ : $@{var:?var is unset or null@}
 bash: var: var is unset or null
+$ echo $@{var?var is unset@}
+
+$ unset var
+$ : $@{var?var is unset@}
+bash: var: var is unset
+$ : $@{var:?var is unset or null@}
+bash: var: var is unset or null
+$ var=123
+$ echo $@{var:?var is unset or null@}
+123
 @end example
 
 @item $@{@var{parameter}:+@var{word}@}
@@ -2314,9 +2379,18 @@ The value of @var{parameter} is not used.
 $ var=123
 $ echo $@{var:+var is set and not null@}
 var is set and not null
+$ echo $@{var+var is set@}
+var is set
 $ var=
 $ echo $@{var:+var is set and not null@}
 
+$ echo $@{var+var is set@}
+var is set
+$ unset var
+$ echo $@{var+var is set@}
+
+$ echo $@{var:+var is set and not null@}
+
 $ 
 @end example
 
@@ -2328,9 +2402,15 @@ starting at the character specified by @var{offset}.
 If @var{parameter} is @samp{@@} or @samp{*}, an indexed array subscripted by
 @samp{@@} or @samp{*}, or an associative array name, the results differ as
 described below.
-If @var{length} is omitted, it expands to the substring of the value of
+If :@var{length} is omitted (the first form above), this
+expands to the substring of the value of
 @var{parameter} starting at the character specified by @var{offset}
 and extending to the end of the value.
+If @var{offset} is omitted,
+it is treated as 0.
+If @var{length} is omitted,
+but the colon after @var{offset} is present,
+it is treated as 0.
 @var{length} and @var{offset} are arithmetic expressions
 (@pxref{Shell Arithmetic}).
 
@@ -2540,11 +2620,9 @@ array in turn, and the expansion is the resultant list.
 @itemx $@{@var{parameter}//@var{pattern}/@var{string}@} 
 @itemx $@{@var{parameter}/#@var{pattern}/@var{string}@} 
 @itemx $@{@var{parameter}/%@var{pattern}/@var{string}@} 
-The @var{pattern} is expanded to produce a pattern just as in
-filename expansion and matched
-against the expanded value of @var{parameter}
-according to the rules
-described below (@pxref{Pattern Matching}).
+The @var{pattern} is expanded to produce a pattern
+and matched against the expanded value of @var{parameter}
+as described below (@pxref{Pattern Matching}).
 The longest match of @var{pattern}
 in the expanded value is replaced with @var{string}.
 @var{string} undergoes tilde expansion, parameter and variable expansion,
@@ -2650,18 +2728,28 @@ array in turn, and the expansion is the resultant list.
 @itemx $@{@var{parameter},@var{pattern}@}
 @itemx $@{@var{parameter},,@var{pattern}@}
 This expansion modifies the case of alphabetic characters in @var{parameter}.
-The @var{pattern} is expanded to produce a pattern just as in
-filename expansion.
-Each character in the expanded value of @var{parameter} is tested against
-@var{pattern}, and, if it matches the pattern, its case is converted.
+First, the @var{pattern} is expanded to produce a pattern
+as described below in @ref{Pattern Matching}.
+
+@code{Bash}
+then examines characters in the expanded value of @var{parameter}
+against @var{pattern} as described below.
+If a character matches the pattern, its case is converted.
 The pattern should not attempt to match more than one character.
 
-The @samp{^} operator converts lowercase letters matching @var{pattern}
-to uppercase; the @samp{,} operator converts matching uppercase letters
-to lowercase.
-The @samp{^^} and @samp{,,} expansions convert each matched character in the
-expanded value; the @samp{^} and @samp{,} expansions match and convert only
-the first character in the expanded value.
+Using
+@samp{^}
+converts lowercase letters matching @var{pattern} to uppercase;
+@samp{,}
+converts matching uppercase letters to lowercase.
+The
+@samp{^} and @samp{,} variants
+examine the first character in the expanded value
+and convert its case if it matches @var{pattern};
+the
+@samp{^^} and @samp{,,} variants
+examine all characters in the expanded value
+and convert each one that matches @var{pattern}.
 If @var{pattern} is omitted, it is treated like a @samp{?}, which matches
 every character.
 
@@ -2834,7 +2922,7 @@ word splitting and filename expansion on the results.
 @cindex expansion, arithmetic
 @cindex arithmetic expansion
 
-Arithmetic expansion evalutes an arithmetic expression
+Arithmetic expansion evaluates an arithmetic expression
 and substitutes the result.
 The format for arithmetic expansion is:
 
@@ -2844,11 +2932,16 @@ $(( @var{expression} ))
 
 The @var{expression} undergoes the same expansions
 as if it were within double quotes,
-but double quote characters in @var{expression} are not treated specially
-and are removed.
+but unescaped double quote characters
+in @var{expression} are not treated
+specially and are removed.
 All tokens in the expression undergo parameter and variable expansion,
 command substitution, and quote removal.
 The result is treated as the arithmetic expression to be evaluated.
+Since the way Bash handles double quotes
+can potentially result in empty strings,
+arithmetic expansion treats
+those as expressions that evaluate to 0.
 Arithmetic expansions may be nested. 
 
 The evaluation is performed according to the rules listed below
@@ -2880,8 +2973,9 @@ This filename is
 passed as an argument to the current command as the result of the
 expansion.
 
-If the @code{>(@var{list})} form is used, writing to
-the file provides input for @var{list}.
+If the
+@code{>(@var{list})} form is used, writing to the file
+provides input for @var{list}.
 If the
 @code{<(@var{list})} form is used, reading the file 
 obtains the output of @var{list}.
@@ -3014,23 +3108,25 @@ The filenames
 @file{.} and @file{..}
 are always ignored when @env{GLOBIGNORE}
 is set and not null.
-However, setting @env{GLOBIGNORE} to a non-null value has the effect of
-enabling the @code{dotglob}
+However, setting @env{GLOBIGNORE}
+to a non-null value has the effect of enabling the
+@code{dotglob}
 shell option, so all other filenames beginning with a
 @samp{.}
 match.
 To get the old behavior of ignoring filenames beginning with a
-@samp{.}, make @samp{.*} one of the patterns in @env{GLOBIGNORE}.
+@samp{.},
+make @samp{.*} one of the patterns in @env{GLOBIGNORE}.
 The @code{dotglob} option is disabled when @env{GLOBIGNORE}
 is unset.
 The @code{GLOBIGNORE}
 pattern matching honors the setting of the @code{extglob} shell
 option.
 
-After the pattern is expanded and matched against filenames, the value of the
-@env{GLOBSORT} shell
-variable controls how the results are sorted, as described
-below (@pxref{Bash Variables}).
+The value of the
+@env{GLOBSORT}
+shell variable controls how the results of pathname expansion are sorted,
+as described below (@pxref{Bash Variables}).
 
 @node Pattern Matching
 @subsubsection Pattern Matching
@@ -3091,7 +3187,9 @@ force the use of the C locale by setting the @env{LC_COLLATE} or
 Within a bracket expression, @dfn{character classes} can be specified
 using the syntax
 @code{[:}@var{class}@code{:]}, where @var{class} is one of the
-following classes defined in the @sc{posix} standard:
+following classes defined in the
+@sc{posix}
+standard:
 @example
 alnum   alpha   ascii   blank   cntrl   digit   graph   lower
 print   punct   space   upper   word    xdigit
@@ -3321,17 +3419,20 @@ and the
 @code{noclobber}
 option to the
 @code{set}
-builtin has been enabled, the redirection fails if the file
+builtin command has been enabled, the redirection fails if the file
 whose name results from the expansion of @var{word} exists and is
 a regular file.
-If the redirection operator is @samp{>|}, or the redirection operator is
-@samp{>} and the @code{noclobber} option is not enabled,
-Bash attemps the redirection
+If the redirection operator is @samp{>|},
+or the redirection operator is @samp{>} and
+the @code{noclobber} option to the @code{set}
+builtin is not enabled,
+Bash attempts the redirection
 even if the file named by @var{word} exists.
 
 @subsection Appending Redirected Output
 Redirecting output in this fashion opens
-the file whose name results from the expansion of @var{word}
+the file whose name results from the expansion of
+@var{word}
 for appending on file descriptor @var{n},
 or the standard output (file descriptor 1) if @var{n}
 is not specified.
@@ -4602,7 +4703,9 @@ commands sort lexicographically using ASCII ordering.
 
 The historical operator-precedence parsing with 4 or more arguments can
 lead to ambiguities when it encounters strings that look like primaries.
-The @sc{posix} standard has deprecated the @option{-a} and @option{-o}
+The
+@sc{posix}
+standard has deprecated the @option{-a} and @option{-o}
 primaries and enclosing expressions within parentheses.
 Scripts should no longer use them.
 It's much more reliable to restrict test invocations to a single primary,
@@ -4639,7 +4742,7 @@ The @var{action} is a command that is read and executed when the
 shell receives any of the signals @var{sigspec}.
 If @var{action} is absent (and
 there is a single @var{sigspec}) or
-equal to @samp{-}, each specified @var{sigspec}'ss disposition is reset
+equal to @samp{-}, each specified @var{sigspec}'s disposition is reset
 to the value it had when the shell was started.
 If @var{action} is the null string, then the signal specified by
 each @var{sigspec} is ignored by the shell and commands it invokes.
@@ -4690,7 +4793,8 @@ command), a list, or a compound command returns a
 non-zero exit status,
 subject to the following conditions.
 The @code{ERR} trap is not executed if the failed command is part of the
-command list immediately following an @code{until} or @code{while} keyword,
+command list immediately following an
+@code{until} or @code{while} reserved word,
 part of the test following the @code{if} or @code{elif} reserved words,
 part of a command executed in a @code{&&} or @code{||} list
 except the command following the final @code{&&} or @code{||},
@@ -4903,7 +5007,7 @@ If the separator is a colon, any enclosing double quotes are optional, and
 Readline does not expand the command string before saving it.
 Since the entire key binding expression must be a single argument, it
 should be enclosed in single quotes.
-When @var{shell-command} is executed, the shell sets thex
+When @var{shell-command} is executed, the shell sets the
 @code{READLINE_LINE} variable to the contents of the Readline line
 buffer
 and the
@@ -5190,7 +5294,9 @@ The @option{-n} option means to print only disabled builtins.
 The @option{-a} option means to list
 each builtin with an indication of whether or not it is enabled. 
 The @option{-s} option means to
-restrict @code{enable} to the @sc{posix} special builtins.
+restrict @code{enable} to the
+@sc{posix}
+special builtins.
 
 The @option{-f} option means to load the new builtin command @var{name}
 from shared object @var{filename}, on systems that support dynamic loading.
@@ -5200,8 +5306,9 @@ colon-separated list of directories in which to search for @var{filename}.
 The default for @env{BASH_LOADABLES_PATH} is system-dependent,
 and may include "." to force a search of the current directory.
 The @option{-d} option will delete a builtin loaded with @option{-f}.
-If @option{-s} is used with @option{-f}, the new builtin becomes
-a special builtin (@pxref{Special Builtins}).
+If @option{-s} is used with @option{-f}, the new builtin becomes a
+@sc{posix}
+special builtin (@pxref{Special Builtins}).
 
 If no options are supplied and a @var{name} is not a shell builtin,
 @code{enable} will attempt to load @var{name} from a shared object named
@@ -5219,8 +5326,10 @@ help [-dms] [@var{pattern}]
 
 Display helpful information about builtin commands.
 If @var{pattern} is specified, @code{help} gives detailed help
-on all commands matching @var{pattern}, otherwise it displays
-a list of all builtins and shell compound commands.
+on all commands matching @var{pattern}
+as described below;
+otherwise it displays a list of
+all builtins and shell compound commands.
 
 Options, if supplied, have the following meanings:
 
@@ -5233,6 +5342,18 @@ Display the description of each @var{pattern} in a manpage-like format
 Display only a short usage synopsis for each @var{pattern}
 @end table
 
+If @var{pattern} contains pattern matching characters
+(@pxref{Pattern Matching})
+it's treated as a shell pattern and
+@code{help} prints the description of each
+help topic matching @var{pattern}.
+
+If not, and @var{pattern} exactly matches the name of a help topic,
+@code{help} prints the description
+associated with that topic.
+Otherwise, @code{help} performs prefix matching and
+prints the descriptions of all matching help topics. 
+
 The return status is zero unless no command matches @var{pattern}.
 
 @item let
@@ -5676,7 +5797,9 @@ allow this value to be set).
 The pipe buffer size.
 
 @item -q
-The maximum number of bytes in @sc{posix} message queues.
+The maximum number of bytes in
+@sc{posix}
+message queues.
 
 @item -r
 The maximum real-time scheduling priority.
@@ -5732,7 +5855,7 @@ Values are in 1024-byte increments, except for
 @option{-b},
 @option{-k},
 @option{-n} and @option{-u}, which are unscaled values;
-and, when in @sc{posix} Mode (@pxref{Bash POSIX Mode}),
+and, when in @sc{posix} mode (@pxref{Bash POSIX Mode}),
 @option{-c} and @option{-f}, which are in 512-byte increments.
 
 The return status is zero unless an invalid option or argument is supplied,
@@ -5809,7 +5932,8 @@ a list (@pxref{Lists}),
 or a compound command (@pxref{Compound Commands})
 returns a non-zero status.
 The shell does not exit if the command that fails is part of the
-command list immediately following a @code{while} or @code{until} keyword,
+command list immediately following a
+@code{while} or @code{until} reserved word,
 part of the test in an @code{if} statement,
 part of any command executed in a @code{&&} or @code{||} list except
 the command following the final @code{&&} or @code{||},
@@ -5940,7 +6064,8 @@ commands in the pipeline exit successfully.
 This option is disabled by default.
 
 @item posix
-Change the behavior of Bash where the default operation differs
+Enable @sc{posix} mode;
+change the behavior of Bash where the default operation differs
 from the @sc{posix} standard to match the standard
 (@pxref{Bash POSIX Mode}).
 This is intended to make Bash behave as a strict superset of that
@@ -6642,6 +6767,8 @@ as @samp{on} by @samp{shopt}.
 If this variable is in the environment when Bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is readonly.
 
 @item BASHPID
@@ -6863,9 +6990,9 @@ being closed.
 
 @item CHILD_MAX
 Set the number of exited child status values for the shell to remember.
-Bash will not allow this value to be decreased below a @sc{posix}-mandated
-minimum, and there is a maximum value (currently 8192) that this may
-not exceed.
+Bash will not allow this value to be decreased below a
+@sc{posix}-mandated minimum,
+and there is a maximum value (currently 8192) that this may not exceed.
 The minimum value is system-dependent.
 
 @item COLUMNS
@@ -6962,7 +7089,7 @@ running in an Emacs shell buffer and disables line editing.
 Expanded and executed similarly to @code{BASH_ENV}
 (@pxref{Bash Startup Files})
 when an interactive shell is invoked in
-@sc{posix} Mode (@pxref{Bash POSIX Mode}).
+@sc{posix} mode (@pxref{Bash POSIX Mode}).
 
 @item EPOCHREALTIME
 Each time this parameter is referenced, it expands to the number of seconds
@@ -7115,14 +7242,19 @@ quick substitution, and tokenization
 The first character is the @dfn{history expansion} character,
 the character which begins a history expansion, normally
 @samp{!}.
-The second character is the ``quick substitution'' character, normally
+The second character is the
+@dfn{quick substitution}
+character, normally
 @samp{^}.
 When it appears as the first character on the line,
 history substitution repeats the previous command,
 replacing one string with another.
-The optional third character is the character which indicates that
-the remainder of the line is a comment when found as the first character
-of a word, usually @samp{#}.
+The optional third character is the
+@dfn{history comment}
+character, normally @samp{#},
+which indicates
+that the remainder of the line is a comment
+when it appears as the first character of a word.
 The history comment character disables history substitution
 for the remaining words on the line.
 It does not necessarily cause the shell parser to treat the rest of the
@@ -7432,24 +7564,27 @@ is unset, it loses its special properties, even if it is
 subsequently reset.
 
 @item READLINE_ARGUMENT
-Any numeric argument given to a Readline command that was defined using
+Any numeric argument given to a Readline
+command that was defined using
 @samp{bind -x} (@pxref{Bash Builtins}
 when it was invoked.
 
 @item READLINE_LINE
-The contents of the Readline line buffer, for use
-with @samp{bind -x} (@pxref{Bash Builtins}).
+The contents of the Readline
+line buffer, for use with
+@samp{bind -x} (@pxref{Bash Builtins}).
 
 @item READLINE_MARK
-The position of the @dfn{mark} (saved insertion point) in the
-Readline line buffer, for use
+The position of the @dfn{mark} (saved insertion point) in the Readline
+line buffer, for use
 with @samp{bind -x} (@pxref{Bash Builtins}).
 The characters between the insertion point and the mark are often
 called the @dfn{region}.
 
 @item READLINE_POINT
-The position of the insertion point in the Readline line buffer, for use
-with @samp{bind -x} (@pxref{Bash Builtins}).
+The position of the insertion point in the Readline
+line buffer, for use with
+@samp{bind -x} (@pxref{Bash Builtins}).
 
 @item REPLY
 The default variable for the @code{read} builtin;
@@ -7481,6 +7616,8 @@ as @samp{on} by @samp{set -o}.
 If this variable is in the environment when Bash
 starts up, the shell enables each option in the list before
 reading any startup files.
+If this variable is exported, child shells will enable each option
+in the list.
 This variable is readonly.
 
 @item SHLVL
@@ -7655,8 +7792,11 @@ interactive shell.
 This is on by default if the shell is invoked as @code{sh}.
 
 @item --posix
-Change the behavior of Bash where the default operation differs
-from the @sc{posix} standard to match the standard.
+Enable @sc{posix} mode;
+change the behavior of Bash
+where the default operation differs from the
+@sc{posix}
+standard to match the standard.
 This is intended to make Bash behave as a strict superset of that
 standard.
 @xref{Bash POSIX Mode}, for a description of the Bash @sc{posix} mode.
@@ -7744,21 +7884,23 @@ Equivalent to @code{--}.
 @end table
 
 @cindex login shell
-A @emph{login} shell is one whose first character of argument zero is
+A @dfn{login shell} is one whose first character of argument zero is
 @samp{-}, or one invoked with the @option{--login} option.
 
 @cindex interactive shell
-An @emph{interactive} shell is one started without non-option arguments,
-unless @option{-s} is specified, without specifying the @option{-c} option,
-and whose input and output (using the standard error) are both
-connected to terminals (as determined by @code{isatty(3)}), or one
-started with the @option{-i} option.
+An @dfn{interactive shell} is one started without non-option arguments,
+unless @option{-s} is specified,
+without specifying the @option{-c} option,
+and whose standard input and standard error are both
+connected to terminals (as determined by
+@i{isatty(3)}),
+or one started with the @option{-i} option.
 @xref{Interactive Shells}, for more information.
 
 If arguments remain after option processing, and neither the
 @option{-c} nor the @option{-s}
-option has been supplied, the first argument is assumed to
-be the name of a file containing shell commands (@pxref{Shell Scripts}).
+option has been supplied, the first argument is treated as
+the name of a file containing shell commands (@pxref{Shell Scripts}).
 When Bash is invoked in this fashion, @code{$0}
 is set to the name of the file, and the positional parameters
 are set to the remaining arguments.
@@ -7766,6 +7908,11 @@ Bash reads and executes commands from this file, then exits.
 Bash's exit status is the exit status of the last command executed
 in the script.
 If no commands are executed, the exit status is 0.
+Bash
+first attempts to open the file in the current directory,
+and, if no file is found, searches the directories in
+@env{PATH}
+for the script.
 
 @node Bash Startup Files
 @section Bash Startup Files
@@ -7826,39 +7973,48 @@ but does not the value of the @env{PATH} variable to search for the
 filename.
 
 As noted above, if a non-interactive shell is invoked with the
-@option{--login} option, Bash attempts to read and execute commands from the
+@option{--login} option,
+Bash attempts to read and execute commands from the
 login shell startup files. 
 
 @subsubheading Invoked with name @code{sh}
 
-If Bash is invoked with the name @code{sh}, it tries to mimic the
-startup behavior of historical versions of @code{sh} as closely as
-possible, while conforming to the @sc{posix} standard as well.
+If Bash is invoked with the name @command{sh},
+it tries to mimic the startup behavior of historical versions of
+@command{sh} as closely as possible,
+while conforming to the
+@sc{posix}
+standard as well.
 
 When invoked as an interactive login shell, or as a non-interactive
 shell with the @option{--login} option, it first attempts to read
-and execute commands from @file{/etc/profile} and @file{~/.profile}, in
-that order.
+and execute commands from
+@file{/etc/profile} and @file{~/.profile},
+in that order.
 The @option{--noprofile} option inhibits this behavior.
 
-When invoked as an interactive shell with the name @code{sh}, Bash
-looks for the variable @env{ENV}, expands its value if it is defined,
-and uses the expanded value as the name of a file to read and execute.
-Since a shell invoked as @code{sh} does not attempt to read and execute
-commands from any other startup files, the @option{--rcfile} option has
-no effect.
+When invoked as an interactive shell with the name @command{sh}, Bash
+looks for the variable @env{ENV},
+expands its value if it is defined, and uses the
+expanded value as the name of a file to read and execute.
+Since a shell invoked as @command{sh}
+does not attempt to read and execute commands from any other startup
+files, the
+@option{--rcfile}
+option has no effect.
 
-A non-interactive shell invoked with the name @code{sh} does not attempt
-to read any other startup files.
+A non-interactive shell invoked with the name @command{sh}
+does not attempt to read any other startup files.
 
-When invoked as @code{sh}, Bash enters @sc{posix} mode after reading
+When invoked as @command{sh}, Bash enters @sc{posix} mode after reading
 the startup files.
 
 @subsubheading Invoked in @sc{posix} mode
 
 When Bash is started in @sc{posix} mode, as with the
-@option{--posix} command line option, it follows the @sc{posix} standard
-for startup files.
+@option{--posix} command line option, it follows the
+@sc{posix}
+standard for startup files.
 In this mode, interactive shells expand the @env{ENV} variable
 and read and execute commands from the file whose name is the
 expanded value.
@@ -7866,14 +8022,17 @@ No other startup files are read.
 
 @subsubheading Invoked by remote shell daemon
 
-Bash attempts to determine when it is being run with its standard input
+Bash
+attempts to determine when it is being run with its standard input
 connected to a network connection, as when executed by
 the historical and rarely-seen remote shell daemon, usually @code{rshd},
 or the secure shell daemon @code{sshd}.
-If Bash
+If
+Bash
 determines it is being run non-interactively in this fashion,
-it reads and executes commands from @file{~/.bashrc}, if that
-file exists and is readable.
+it reads and executes commands from
+@file{~/.bashrc},
+if that file exists and is readable.
 Bash does not read this file if invoked as @code{sh}.
 The
 @option{--norc}
@@ -8208,7 +8367,9 @@ True if the strings are equal.
 When used with the @code{[[} command, this performs pattern matching as
 described above (@pxref{Conditional Constructs}).
 
-@samp{=} should be used with the @code{test} command for @sc{posix} conformance.
+@samp{=} should be used with the @code{test} command for
+@sc{posix}
+conformance.
 
 @item @var{string1} != @var{string2}
 True if the strings are not equal.
@@ -8229,6 +8390,11 @@ respectively.  @var{Arg1} and @var{arg2}
 may be positive or negative integers.
 When used with the @code{[[} command, @var{arg1} and @var{arg2}
 are evaluated as arithmetic expressions (@pxref{Shell Arithmetic}).
+Since the expansions the @code{[[} command performs on
+@var{arg1} and @var{arg2}
+can potentially result in empty strings,
+arithmetic expression evaluation treats
+those as expressions that evaluate to 0.
 @end table
 
 @node Shell Arithmetic
@@ -8442,12 +8608,29 @@ There is no maximum
 limit on the size of an array, nor any requirement that members
 be indexed or assigned contiguously.
 Indexed arrays are referenced using arithmetic expressions
-that must expand to an integer (@pxref{Shell Arithmetic})) and are zero-based;
+that must expand to an integer (@pxref{Shell Arithmetic}))
+and are zero-based;
 associative arrays use arbitrary strings.
 Unless otherwise noted, indexed array indices must be non-negative integers.
 
-An indexed array is created automatically if any variable is assigned to
-using the syntax
+The shell performs
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on indexed array subscripts.
+Since this
+can potentially result in empty strings,
+subscript indexing treats
+those as expressions that evaluate to 0.
+
+The shell performs
+tilde expansion,
+parameter and variable expansion, arithmetic expansion,
+command substitution, and quote removal
+on associative array subscripts.
+Empty strings cannot be used as associative array keys.
+
+Bash automatically creates an indexed array
+if any variable is assigned to using the syntax
 @example
 @var{name}[@var{subscript}]=@var{value}
 @end example
@@ -8456,7 +8639,7 @@ using the syntax
 The @var{subscript}
 is treated as an arithmetic expression that must evaluate to a number
 greater than or equal to zero.
-To explicitly declare an array, use
+To explicitly declare an indexed array, use
 @example
 declare -a @var{name}
 @end example
@@ -8475,9 +8658,8 @@ Associative arrays are created using
 declare -A @var{name}
 @end example
 
-Attributes may be
-specified for an array variable using the @code{declare} and
-@code{readonly} builtins.
+Attributes may be specified for an array variable using the
+@code{declare} and @code{readonly} builtins.
 Each attribute applies to all members of an array.
 
 Arrays are assigned using compound assignments of the form
@@ -8525,8 +8707,10 @@ interpreted as relative to one greater than the maximum index of
 @var{name}, so negative indices count back from the end of the
 array, and an index of -1 references the last element.
 
-The @samp{+=} operator appends to an array variable when assigning
-using the compound assignment syntax; see @ref{Shell Parameters} above.
+The @samp{+=}
+operator appends to an array variable when assigning
+using the compound assignment syntax; see
+@ref{Shell Parameters} above.
 
 An array element is referenced using
 @code{$@{@var{name}[@var{subscript}]@}}.
@@ -8932,7 +9116,8 @@ such as @code{jails}, @code{zones}, or @code{containers}.
 @subsection What is POSIX?
 @cindex POSIX description
 
-@sc{posix} is the name for a family of standards based on Unix.
+@sc{posix}
+is the name for a family of standards based on Unix.
 A number of Unix services, tools, and functions are part of the standard,
 ranging from the basic system calls and C library functions to common
 applications and tools to system administration and management.
@@ -8964,11 +9149,11 @@ The @i{special} builtins, which must be implemented as part of the
 shell to provide the desired functionality, are specified as
 being part of the shell; examples of these are @code{eval} and
 @code{export}.
-Other utilities appear in the sections of POSIX not
+Other utilities appear in the sections of @sc{posix} not
 devoted to the shell which are commonly (and in some cases must
 be) implemented as builtin commands, such as
 @code{read} and @code{test}.
-POSIX also specifies aspects of the shell's interactive
+@sc{posix} also specifies aspects of the shell's interactive
 behavior, including job control and command
 line editing.
 Only vi-style line editing commands have been standardized;
@@ -8981,7 +9166,7 @@ Although Bash is an implementation of the @sc{posix} shell
 specification, there are areas where the Bash default behavior
 differs from the specification.
 The Bash @dfn{posix mode} changes the Bash
-behavior in these areas so that it conforms more closely
+behavior in these areas so that it conforms more strictly
 to the standard.
 
 Starting Bash with the @option{--posix} command-line option or executing
@@ -8992,7 +9177,7 @@ match that specified by @sc{posix} in areas where the Bash default differs.
 When invoked as @code{sh}, Bash enters @sc{posix} mode after reading the
 startup files.
 
-The following list is what's changed when `@sc{posix} mode' is in effect:
+The following list is what's changed when @sc{posix} mode is in effect:
 
 @enumerate
 @item
@@ -9159,7 +9344,7 @@ double-quoted string, even if the @code{histexpand} option is enabled.
 
 @item
 When printing shell function definitions (e.g., by @code{type}), Bash does
-not print the @code{function} keyword unless necessary.
+not print the @code{function} reserved word unless necessary.
 
 @item
 Non-interactive shells exit if a syntax error in an arithmetic expansion
@@ -9300,6 +9485,13 @@ separated by spaces, without the @samp{SIG} prefix.
 The @code{kill} builtin does not accept signal names with a @samp{SIG}
 prefix.
 
+@item
+The @code{kill} builtin returns a failure status if any of the pid or job
+arguments are invalid or if sending the specified signal to any of them
+fails.
+In default mode, @code{kill} returns success if the signal was
+successfully sent to any of the specified processes.
+
 @item
 The @code{printf} builtin uses @code{double} (via @code{strtod}) to convert
 arguments corresponding to floating point conversion specifiers, instead of
@@ -9501,14 +9693,18 @@ strcoll(3).
 @item compat41
 @itemize @bullet
 @item
-In posix mode, @code{time} may be followed by options and still be
-recognized as a reserved word (this is @sc{posix} interpretation 267).
+In @sc{posix} mode, @code{time} may be followed by options and still be
+recognized as a reserved word (this is
+@sc{posix}
+interpretation 267).
 @item
-In posix mode, the parser requires that an even number of single
+In @sc{posix} mode, the parser requires that an even number of single
 quotes occur in the @var{word} portion of a double-quoted $@{@dots{}@}
 parameter expansion and treats them specially, so that characters within
 the single quotes are considered quoted
-(this is @sc{posix} interpretation 221).
+(this is
+@sc{posix}
+interpretation 221).
 @end itemize
 
 @item compat42
@@ -9517,10 +9713,12 @@ the single quotes are considered quoted
 The replacement string in double-quoted pattern substitution does not
 undergo quote removal, as it does in versions after bash-4.2.
 @item
-In posix mode, single quotes are considered special when expanding
+In @sc{posix} mode, single quotes are considered special when expanding
 the @var{word} portion of a double-quoted $@{@dots{}@} parameter expansion
 and can be used to quote a closing brace or other special character
-(this is part of @sc{posix} interpretation 221);
+(this is part of
+@sc{posix}
+interpretation 221);
 in later versions, single quotes
 are not special within double-quoted word expansions.
 @end itemize
@@ -9529,7 +9727,7 @@ are not special within double-quoted word expansions.
 @itemize @bullet
 @item
 Word expansion errors are considered non-fatal errors that cause the
-current command to fail, even in posix mode
+current command to fail, even in @sc{posix} mode
 (the default behavior is to make them fatal errors that cause the shell
 to exit).
 @item
@@ -9552,7 +9750,8 @@ Bash-5.0 and later reset the loop state to prevent the exit.
 @item
 Variable assignments preceding builtins like @code{export} and @code{readonly}
 that set attributes continue to affect variables with the same
-name in the calling environment even if the shell is not in posix
+name in the calling environment even if the shell is not in
+@sc{posix}
 mode.
 @end itemize
 
@@ -9686,6 +9885,9 @@ To facilitate the implementation of the user interface to job control,
 each process has a @dfn{process group @sc{id}}, and
 the operating system maintains the notion of a current terminal
 process group @sc{id}.
+This terminal process group @sc{id} is associated with the
+@dfn{controlling terminal}.
+
 Processes that have the same process group ID are said to be part of
 the same @dfn{process group}.
 Members of the foreground process group (processes whose
@@ -9694,14 +9896,18 @@ process group @sc{id} is equal to the current terminal process group
 Processes in the foreground process group are said to be
 foreground processes.
 Background processes
-are those whose process group @sc{id} differs from the terminal's;
+are those whose process group @sc{id} differs from the
+controlling terminal's;
 such processes are immune to keyboard-generated signals.
-Only foreground processes are allowed to read from or, if
-the user so specifies with @code{stty tostop}, write to the terminal.
-Background processes which attempt to
-read from (write to when @code{tostop} is in effect) the
-terminal are sent a @code{SIGTTIN} (@code{SIGTTOU})
-signal by the kernel's terminal driver,
+Only foreground processes are allowed to read from or,
+if the user so specifies with
+@code{stty tostop},
+write to the controlling terminal.
+The system sends a
+@code{SIGTTIN} (@code{SIGTTOU})
+signal to background processes which attempt to
+read from (write to when @code{tostop} is in effect)
+the terminal,
 which, unless caught, suspends the process. 
 
 If the operating system on which Bash is running supports
@@ -10696,7 +10902,7 @@ The hardware and operating system.
 @item
 The compiler used to compile Bash.
 @item
-A description of the bug behaviour.
+A description of the bug behavior.
 @item
 A short script or `recipe' which exercises the bug and may be used
 to reproduce it.
@@ -10791,7 +10997,7 @@ Bash implements command aliases and the @code{alias} and @code{unalias}
 builtins (@pxref{Aliases}).
 
 @item
-Bash implements the @code{!} keyword to negate the return value of
+Bash implements the @code{!} reserved word to negate the return value of
 a pipeline (@pxref{Pipelines}).
 This is very useful when an @code{if} statement needs to act only if a
 test fails.
index 2b6b75b830eafebf0b8f4db37912b502d33c22fa..a92b17d728795f631cc9f918d2d1fe8e25e63a87 100644 (file)
@@ -226,7 +226,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               An argument of -\b- is converted to $\b$O\bOL\bLD\bDP\bPW\bWD\bD before  attempting  the
               directory change.
 
-              If  c\bcd\bd  uses  a non-empty directory name from C\bCD\bDP\bPA\bAT\bTH\bH,\b, or if -\b- is
+              If  c\bcd\bd  uses  a non-empty directory name from C\bCD\bDP\bPA\bAT\bTH\bH, or if -\b- is
               the first argument, and the directory change is  successful,  c\bcd\bd
               writes the absolute pathname of the new working directory to the
               standard output.
@@ -642,7 +642,7 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               though the shell normally searches for builtins before files.
 
               If -\b-n\bn is supplied, each _\bn_\ba_\bm_\be is disabled; otherwise,  _\bn_\ba_\bm_\bes  are
-              enabled.   For example, to use the t\bte\bes\bst\bt binary found usin g P\bPA\bAT\bTH\bH
+              enabled.   For  example, to use the t\bte\bes\bst\bt binary found using P\bPA\bAT\bTH\bH
               instead of the shell builtin version, run
 
               If no _\bn_\ba_\bm_\be arguments are supplied, or if the -\b-p\bp option  is  sup-
@@ -857,13 +857,25 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        h\bhe\bel\blp\bp [-\b-d\bdm\bms\bs] [_\bp_\ba_\bt_\bt_\be_\br_\bn]
               Display  helpful information about builtin commands.  If _\bp_\ba_\bt_\bt_\be_\br_\bn
               is specified, h\bhe\bel\blp\bp gives detailed help on all commands  matching
-              _\bp_\ba_\bt_\bt_\be_\br_\bn;  otherwise  it  displays a list of all the builtins and
-              shell compound commands.
+              _\bp_\ba_\bt_\bt_\be_\br_\bn  as described below; otherwise it displays a list of all
+              the builtins and shell compound commands.
+
+              Options, if supplied, have the follow meanings:
+
               -\b-d\bd     Display a short description of each _\bp_\ba_\bt_\bt_\be_\br_\bn
               -\b-m\bm     Display the description of each _\bp_\ba_\bt_\bt_\be_\br_\bn in a manpage-like
                      format
               -\b-s\bs     Display only a short usage synopsis for each _\bp_\ba_\bt_\bt_\be_\br_\bn
 
+              If _\bp_\ba_\bt_\bt_\be_\br_\bn contains pattern  matching  characters  (see  P\bPa\bat\btt\bte\ber\brn\bn
+              M\bMa\bat\btc\bch\bhi\bin\bng\bg  above) it's treated as a shell pattern and h\bhe\bel\blp\bp prints
+              the description of each help topic matching _\bp_\ba_\bt_\bt_\be_\br_\bn.
+
+              If not, and _\bp_\ba_\bt_\bt_\be_\br_\bn exactly matches the name of  a  help  topic,
+              h\bhe\bel\blp\bp  prints the description associated with that topic.  Other-
+              wise, h\bhe\bel\blp\bp performs prefix matching and prints the  descriptions
+              of all matching help topics.
+
               The return status is 0 unless no command matches _\bp_\ba_\bt_\bt_\be_\br_\bn.
 
        h\bhi\bis\bst\bto\bor\bry\by [\b[_\bn]\b]
@@ -873,18 +885,18 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
        h\bhi\bis\bst\bto\bor\bry\by -\b-a\ban\bnr\brw\bw [_\bf_\bi_\bl_\be_\bn_\ba_\bm_\be]
        h\bhi\bis\bst\bto\bor\bry\by -\b-p\bp _\ba_\br_\bg [_\ba_\br_\bg ...]
        h\bhi\bis\bst\bto\bor\bry\by -\b-s\bs _\ba_\br_\bg [_\ba_\br_\bg ...]
-              With no options, display the command history list with  numbers.
-              Entries  prefixed with a *\b* have been modified.  An argument of _\bn
-              lists only the last _\bn entries.  If the shell variable  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
-              F\bFO\bOR\bRM\bMA\bAT\b is  set  and not null, it is used as a format string for
-              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3) to display the time stamp associated with each  dis-
-              played  history  entry.  If h\bhi\bis\bst\bto\bor\bry\by uses H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT, it does
-              not print an intervening space between the formatted time  stamp
+              With  no options, display the command history list with numbers.
+              Entries prefixed with a *\b* have been modified.  An argument of  _\bn
+              lists  only the last _\bn entries.  If the shell variable H\bHI\bIS\bST\bTT\bTI\bIM\bME\bE-\b-
+              F\bFO\bOR\bRM\bMA\bAT\bis set and not null, it is used as a  format  string  for
+              _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3)  to display the time stamp associated with each dis-
+              played history entry.  If h\bhi\bis\bst\bto\bor\bry\by uses H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT,  it  does
+              not  print an intervening space between the formatted time stamp
               and the history entry.
 
               If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is supplied, h\bhi\bis\bst\bto\bor\bry\by uses it as the name of the his-
-              tory  file;  if not, it uses the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.  If _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
-              is not supplied and H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the -\b-a\ba,\b,  -\b-n\bn,\b -\b-r\br,\b,
+              tory file; if not, it uses the value of H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE.   If  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
+              is  not  supplied and H\bHI\bIS\bST\bTF\bFI\bIL\bLE\bE is unset or null, the -\b-a\ba,\b, -\b-n\bn,\b, -\b-r\br,\b,
               and -\b-w\bw options have no effect.
 
               Options, if supplied, have the following meanings:
@@ -892,20 +904,20 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      can be used with the other options to replace the history
                      list.
               -\b-d\bd _\bo_\bf_\bf_\bs_\be_\bt
-                     Delete  the  history entry at position _\bo_\bf_\bf_\bs_\be_\bt.  If _\bo_\bf_\bf_\bs_\be_\bt
+                     Delete the history entry at position _\bo_\bf_\bf_\bs_\be_\bt.   If  _\bo_\bf_\bf_\bs_\be_\bt
                      is negative, it is interpreted as relative to one greater
                      than the last history position, so negative indices count
-                     back from the end of the history,  and  an  index  of  -1
+                     back  from  the  end  of  the history, and an index of -1
                      refers to the current h\bhi\bis\bst\bto\bor\bry\by -\b-d\bd command.
               -\b-d\bd _\bs_\bt_\ba_\br_\bt-_\be_\bn_\bd
-                     Delete  the  range  of  history entries between positions
-                     _\bs_\bt_\ba_\br_\band _\be_\bn_\bd, inclusive.  Positive and  negative  values
+                     Delete the range of  history  entries  between  positions
+                     _\bs_\bt_\ba_\br_\b and  _\be_\bn_\bd, inclusive.  Positive and negative values
                      for _\bs_\bt_\ba_\br_\bt and _\be_\bn_\bd are interpreted as described above.
-              -\b-a\ba     Append  the history lines to the history file.  These are
-                     history lines entered since the beginning of the  current
-                     b\bba\bas\bsh\b session,  but  not  already appended to the history
+              -\b-a\ba     Append the history lines to the history file.  These  are
+                     history  lines entered since the beginning of the current
+                     b\bba\bas\bsh\bsession, but not already  appended  to  the  history
                      file.
-              -\b-n\bn     Read the history lines not already read from the  history
+              -\b-n\bn     Read  the history lines not already read from the history
                      file and add them to the current history list.  These are
                      lines appended to the history file since the beginning of
                      the current b\bba\bas\bsh\bh session.
@@ -913,24 +925,24 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                      rent history list.
               -\b-w\bw     Write the current history list to the history file, over-
                      writing the history file.
-              -\b-p\bp     Perform  history  substitution  on the following _\ba_\br_\bg_\bs and
-                     display the result on the standard output, without  stor-
-                     ing  the  results  in the history list.  Each _\ba_\br_\bg must be
+              -\b-p\bp     Perform history substitution on the  following  _\ba_\br_\bg_\b and
+                     display  the result on the standard output, without stor-
+                     ing the results in the history list.  Each  _\ba_\br_\bg  must  be
                      quoted to disable normal history expansion.
-              -\b-s\bs     Store the _\ba_\br_\bg_\bs in the history list  as  a  single  entry.
-                     The  last  command  in the history list is removed before
+              -\b-s\bs     Store  the  _\ba_\br_\bg_\bs  in  the history list as a single entry.
+                     The last command in the history list  is  removed  before
                      adding the _\ba_\br_\bg_\bs.
 
-              If the H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, h\bhi\bis\bst\bto\bor\bry\by writes  the  time
+              If  the  H\bHI\bIS\bST\bTT\bTI\bIM\bME\bEF\bFO\bOR\bRM\bMA\bAT\bT variable is set, h\bhi\bis\bst\bto\bor\bry\by writes the time
               stamp information associated with each history entry to the his-
-              tory  file,  marked  with  the  history comment character as de-
-              scribed above.  When the history file is read,  lines  beginning
-              with  the  history  comment  character followed immediately by a
-              digit are interpreted as timestamps for  the  following  history
+              tory file, marked with the  history  comment  character  as  de-
+              scribed  above.   When the history file is read, lines beginning
+              with the history comment character  followed  immediately  by  a
+              digit  are  interpreted  as timestamps for the following history
               entry.
 
-              The  return  value is 0 unless an invalid option is encountered,
-              an error occurs while reading or writing the  history  file,  an
+              The return value is 0 unless an invalid option  is  encountered,
+              an  error  occurs  while reading or writing the history file, an
               invalid _\bo_\bf_\bf_\bs_\be_\bt or range is supplied as an argument to -\b-d\bd, or the
               history expansion supplied as an argument to -\b-p\bp fails.
 
@@ -939,14 +951,14 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               The first form lists the active jobs.  The options have the fol-
               lowing meanings:
               -\b-l\bl     List process IDs in addition to the normal information.
-              -\b-n\bn     Display  information  only  about  jobs that have changed
+              -\b-n\bn     Display information only about  jobs  that  have  changed
                      status since the user was last notified of their status.
-              -\b-p\bp     List only the process  ID  of  the  job's  process  group
+              -\b-p\bp     List  only  the  process  ID  of  the job's process group
                      leader.
               -\b-r\br     Display only running jobs.
               -\b-s\bs     Display only stopped jobs.
 
-              If  _\bj_\bo_\bb_\bs_\bp_\be_\bc  is  supplied,  j\bjo\bob\bbs\bs restricts output to information
+              If _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied, j\bjo\bob\bbs\bs  restricts  output  to  information
               about that job.  The return status is 0 unless an invalid option
               is encountered or an invalid _\bj_\bo_\bb_\bs_\bp_\be_\bc is supplied.
 
@@ -956,237 +968,237 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
 
        k\bki\bil\bll\bl [-\b-s\bs _\bs_\bi_\bg_\bs_\bp_\be_\bc | -\b-n\bn _\bs_\bi_\bg_\bn_\bu_\bm | -\b-_\bs_\bi_\bg_\bs_\bp_\be_\bc] _\bi_\bd [ ... ]
        k\bki\bil\bll\bl -\b-l\bl|-\b-L\bL [_\bs_\bi_\bg_\bs_\bp_\be_\bc | _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bs]
-              Send the signal specified by _\bs_\bi_\bg_\bs_\bp_\be_\bc or _\bs_\bi_\bg_\bn_\bu_\bm to the  processes
+              Send  the signal specified by _\bs_\bi_\bg_\bs_\bp_\be_\bc or _\bs_\bi_\bg_\bn_\bu_\bm to the processes
               named by each _\bi_\bd.  Each _\bi_\bd may be a job specification _\bj_\bo_\bb_\bs_\bp_\be_\bc or
-              a  process  ID _\bp_\bi_\bd.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a case-insensitive signal
-              name such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix) or a  sig-
-              nal  number;  _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc is not sup-
+              a process ID _\bp_\bi_\bd.  _\bs_\bi_\bg_\bs_\bp_\be_\bc is either a  case-insensitive  signal
+              name  such as S\bSI\bIG\bGK\bKI\bIL\bLL\bL (with or without the S\bSI\bIG\bG prefix) or a sig-
+              nal number; _\bs_\bi_\bg_\bn_\bu_\bm is a signal number.  If _\bs_\bi_\bg_\bs_\bp_\be_\bc is  not  sup-
               plied, then k\bki\bil\bll\bl sends S\bSI\bIG\bGT\bTE\bER\bRM\bM.
 
               The -\b-l\bl option lists the signal names.  If any arguments are sup-
               plied when -\b-l\bl is given, k\bki\bil\bll\bl lists the names of the signals cor-
-              responding to the arguments, and the return status  is  0.   The
-              _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\b argument to -\b-l\bl is a number specifying either a sig-
-              nal number or the exit status of a process terminated by a  sig-
-              nal;  if it is supplied, k\bki\bil\bll\bl prints the name of the signal that
+              responding  to  the  arguments, and the return status is 0.  The
+              _\be_\bx_\bi_\bt_\b__\bs_\bt_\ba_\bt_\bu_\bargument to -\b-l\bl is a number specifying either a  sig-
+              nal  number or the exit status of a process terminated by a sig-
+              nal; if it is supplied, k\bki\bil\bll\bl prints the name of the signal  that
               caused the process to terminate.  k\bki\bil\bll\bl assumes that process exit
               statuses are greater than 128; anything less than that is a sig-
               nal number.  The -\b-L\bL option is equivalent to -\b-l\bl.
 
-              k\bki\bil\bll\breturns true if at least one signal was successfully  sent,
+              k\bki\bil\bll\b returns true if at least one signal was successfully sent,
               or false if an error occurs or an invalid option is encountered.
 
        l\ble\bet\bt _\ba_\br_\bg [_\ba_\br_\bg ...]
-              Each  _\ba_\br_\bg  is  evaluated as an arithmetic expression (see A\bAR\bRI\bIT\bTH\bH-\b-
-              M\bME\bET\bTI\bIC\bE\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN in _\bb_\ba_\bs_\bh(1)).  If the last _\ba_\br_\bg evaluates  to  0,
+              Each _\ba_\br_\bg is evaluated as an arithmetic  expression  (see  A\bAR\bRI\bIT\bTH\bH-\b-
+              M\bME\bET\bTI\bIC\b E\bEV\bVA\bAL\bLU\bUA\bAT\bTI\bIO\bON\bN  in _\bb_\ba_\bs_\bh(1)).  If the last _\ba_\br_\bg evaluates to 0,
               l\ble\bet\bt returns 1; otherwise l\ble\bet\bt returns 0.
 
        l\blo\boc\bca\bal\bl [_\bo_\bp_\bt_\bi_\bo_\bn] [_\bn_\ba_\bm_\be[=_\bv_\ba_\bl_\bu_\be] ... | - ]
               For each argument, create a local variable named _\bn_\ba_\bm_\be and assign
-              it  _\bv_\ba_\bl_\bu_\be.  The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the options accepted by d\bde\be-\b-
-              c\bcl\bla\bar\bre\be.  When l\blo\boc\bca\bal\bl is used within  a  function,  it  causes  the
-              variable  _\bn_\ba_\bm_\be  to have a visible scope restricted to that func-
-              tion and its children.  It is an error to  use  l\blo\boc\bca\bal\bl  when  not
+              it _\bv_\ba_\bl_\bu_\be.  The _\bo_\bp_\bt_\bi_\bo_\bn can be any of the options accepted by  d\bde\be-\b-
+              c\bcl\bla\bar\bre\be.   When  l\blo\boc\bca\bal\bl  is  used  within a function, it causes the
+              variable _\bn_\ba_\bm_\be to have a visible scope restricted to  that  func-
+              tion  and  its  children.   It is an error to use l\blo\boc\bca\bal\bl when not
               within a function.
 
-              If  _\bn_\ba_\bm_\be  is  -,  it makes the set of shell options local to the
-              function in which l\blo\boc\bca\bal\bl is invoked: any  shell  options  changed
-              using  the s\bse\bet\bt builtin inside the function after the call to l\blo\bo-\b-
-              c\bca\bal\bare restored to their original values when the function  re-
-              turns.   The restore is performed as if a series of s\bse\bet\bt commands
-              were executed to restore the values that were  in  place  before
+              If _\bn_\ba_\bm_\be is -, it makes the set of shell  options  local  to  the
+              function  in  which  l\blo\boc\bca\bal\bl is invoked: any shell options changed
+              using the s\bse\bet\bt builtin inside the function after the call to  l\blo\bo-\b-
+              c\bca\bal\b are restored to their original values when the function re-
+              turns.  The restore is performed as if a series of s\bse\bet\b commands
+              were  executed  to  restore the values that were in place before
               the function.
 
-              With  no operands, l\blo\boc\bca\bal\bl writes a list of local variables to the
+              With no operands, l\blo\boc\bca\bal\bl writes a list of local variables to  the
               standard output.
 
-              The return status is 0 unless l\blo\boc\bca\bal\bl is used outside a  function,
+              The  return status is 0 unless l\blo\boc\bca\bal\bl is used outside a function,
               an invalid _\bn_\ba_\bm_\be is supplied, or _\bn_\ba_\bm_\be is a readonly variable.
 
        l\blo\bog\bgo\bou\but\bt [\b[_\bn]\b]
-              Exit  a login shell, returning a status of _\bn to the shell's par-
+              Exit a login shell, returning a status of _\bn to the shell's  par-
               ent.
 
        m\bma\bap\bpf\bfi\bil\ble\be [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-n\bn _\bc_\bo_\bu_\bn_\bt] [-\b-O\bO _\bo_\br_\bi_\bg_\bi_\bn] [-\b-s\bs _\bc_\bo_\bu_\bn_\bt] [-\b-t\bt] [-\b-u\bu _\bf_\bd] [-\b-C\bC
        _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk] [-\b-c\bc _\bq_\bu_\ba_\bn_\bt_\bu_\bm] [_\ba_\br_\br_\ba_\by]
        r\bre\bea\bad\bda\bar\brr\bra\bay\by [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-n\bn _\bc_\bo_\bu_\bn_\bt] [-\b-O\bO _\bo_\br_\bi_\bg_\bi_\bn] [-\b-s\bs _\bc_\bo_\bu_\bn_\bt] [-\b-t\bt] [-\b-u\bu _\bf_\bd] [-\b-C\bC
        _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk] [-\b-c\bc _\bq_\bu_\ba_\bn_\bt_\bu_\bm] [_\ba_\br_\br_\ba_\by]
-              Read lines from the standard input, or from file  descriptor  _\bf_\bd
-              if  the  -\b-u\bu  option is supplied, into the indexed array variable
-              _\ba_\br_\br_\ba_\by.  The variable M\bMA\bAP\bPF\bFI\bIL\bLE\bE is the default _\ba_\br_\br_\ba_\by.  Options,  if
+              Read  lines  from the standard input, or from file descriptor _\bf_\bd
+              if the -\b-u\bu option is supplied, into the  indexed  array  variable
+              _\ba_\br_\br_\ba_\by.   The variable M\bMA\bAP\bPF\bFI\bIL\bLE\bE is the default _\ba_\br_\br_\ba_\by.  Options, if
               supplied, have the following meanings:
-              -\b-d\bd     Use  the first character of _\bd_\be_\bl_\bi_\bm to terminate each input
+              -\b-d\bd     Use the first character of _\bd_\be_\bl_\bi_\bm to terminate each  input
                      line, rather than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string,
                      m\bma\bap\bpf\bfi\bil\ble\be will terminate a line when it reads a NUL charac-
                      ter.
               -\b-n\bn     Copy at most _\bc_\bo_\bu_\bn_\bt lines.  If _\bc_\bo_\bu_\bn_\bt is 0, copy all lines.
-              -\b-O\bO     Begin assigning to _\ba_\br_\br_\ba_\by at index  _\bo_\br_\bi_\bg_\bi_\bn.   The  default
+              -\b-O\bO     Begin  assigning  to  _\ba_\br_\br_\ba_\by at index _\bo_\br_\bi_\bg_\bi_\bn.  The default
                      index is 0.
               -\b-s\bs     Discard the first _\bc_\bo_\bu_\bn_\bt lines read.
-              -\b-t\bt     Remove  a trailing _\bd_\be_\bl_\bi_\bm (default newline) from each line
+              -\b-t\bt     Remove a trailing _\bd_\be_\bl_\bi_\bm (default newline) from each  line
                      read.
-              -\b-u\bu     Read lines from file descriptor _\bf_\bd instead of  the  stan-
+              -\b-u\bu     Read  lines  from file descriptor _\bf_\bd instead of the stan-
                      dard input.
-              -\b-C\bC     Evaluate  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk each time _\bq_\bu_\ba_\bn_\bt_\bu_\bm lines are read.  The
+              -\b-C\bC     Evaluate _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk each time _\bq_\bu_\ba_\bn_\bt_\bu_\bm lines are read.   The
                      -\b-c\bc option specifies _\bq_\bu_\ba_\bn_\bt_\bu_\bm.
-              -\b-c\bc     Specify the number of lines read  between  each  call  to
+              -\b-c\bc     Specify  the  number  of  lines read between each call to
                      _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk.
 
-              If  -\b-C\bC  is  specified  without  -\b-c\bc, the default quantum is 5000.
+              If -\b-C\bC is specified without -\b-c\bc,  the  default  quantum  is  5000.
               When _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk 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.  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk  is  evaluated  after
+              element  as  additional  arguments.  _\bc_\ba_\bl_\bl_\bb_\ba_\bc_\bk is evaluated after
               the line is read but before the array element is assigned.
 
-              If  not supplied with an explicit origin, m\bma\bap\bpf\bfi\bil\ble\be will clear _\ba_\br_\b-
+              If not supplied with an explicit origin, m\bma\bap\bpf\bfi\bil\ble\be will clear  _\ba_\br_\b-
               _\br_\ba_\by before assigning to it.
 
               m\bma\bap\bpf\bfi\bil\ble\be returns zero unless an invalid option or option argument
-              is supplied, _\ba_\br_\br_\ba_\by is invalid or unassignable, or  if  _\ba_\br_\br_\ba_\b is
+              is  supplied,  _\ba_\br_\br_\ba_\by  is invalid or unassignable, or if _\ba_\br_\br_\ba_\by is
               not an indexed array.
 
        p\bpo\bop\bpd\bd [-n\bn] [+_\bn] [-_\bn]
-              Remove  entries from the directory stack.  The elements are num-
-              bered from 0 starting at the first directory listed by d\bdi\bir\brs\bs,  so
-              p\bpo\bop\bpd\b is  equivalent  to With no arguments, p\bpo\bop\bpd\bd removes the top
-              directory from the stack, and changes to the new top  directory.
+              Remove entries from the directory stack.  The elements are  num-
+              bered  from 0 starting at the first directory listed by d\bdi\bir\brs\bs, so
+              p\bpo\bop\bpd\bis equivalent to With no arguments, p\bpo\bop\bpd\bd  removes  the  top
+              directory  from the stack, and changes to the new top directory.
               Arguments, if supplied, have the following meanings:
               -\b-n\bn     Suppress the normal change of directory when removing di-
                      rectories from the stack, only manipulate the stack.
-              +\b+_\bn     Remove  the  _\bnth entry counting from the left of the list
-                     shown by d\bdi\bir\brs\bs, starting with zero, from the  stack.   For
+              +\b+_\bn     Remove the _\bnth entry counting from the left of  the  list
+                     shown  by  d\bdi\bir\brs\bs, starting with zero, from the stack.  For
                      example: removes the first directory, the second.
-              -\b-_\bn     Remove  the _\bnth entry counting from the right of the list
-                     shown by d\bdi\bir\brs\bs, starting with zero.  For example:  removes
+              -\b-_\bn     Remove the _\bnth entry counting from the right of the  list
+                     shown  by d\bdi\bir\brs\bs, starting with zero.  For example: removes
                      the last directory, the next to last.
 
-              If  the  top element of the directory stack is modified, and the
-              _\b-_\boption was not supplied, p\bpo\bop\bpd\bd uses the c\bcd\bd builtin  to  change
+              If the top element of the directory stack is modified,  and  the
+              _\b-_\b option  was not supplied, p\bpo\bop\bpd\bd uses the c\bcd\bd builtin to change
               to the directory at the top of the stack.  If the c\bcd\bd fails, p\bpo\bop\bpd\bd
               returns a non-zero value.
 
-              Otherwise,  p\bpo\bop\bpd\bd returns false if an invalid option is supplied,
-              the directory stack is empty, or _\bn specifies a non-existent  di-
+              Otherwise, p\bpo\bop\bpd\bd returns false if an invalid option is  supplied,
+              the  directory stack is empty, or _\bn specifies a non-existent di-
               rectory stack entry.
 
-              If  the  p\bpo\bop\bpd\bd  command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to show the
-              final contents of the directory stack, and the return status  is
+              If the p\bpo\bop\bpd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs  to  show  the
+              final  contents of the directory stack, and the return status is
               0.
 
        p\bpr\bri\bin\bnt\btf\bf [-\b-v\bv _\bv_\ba_\br] _\bf_\bo_\br_\bm_\ba_\bt [_\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs]
-              Write  the  formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output under the
-              control of the _\bf_\bo_\br_\bm_\ba_\bt.  The -\b-v\bv option assigns the output to  the
+              Write the formatted _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs to the standard output  under  the
+              control  of the _\bf_\bo_\br_\bm_\ba_\bt.  The -\b-v\bv option assigns the output to the
               variable _\bv_\ba_\br rather than printing it to the standard output.
 
-              The  _\bf_\bo_\br_\bm_\ba_\bt  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 _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.  In
-              addition to  the  standard  _\bp_\br_\bi_\bn_\bt_\bf(3)  format  characters  c\bcC\bCs\bsS\bS-\b-
+              The _\bf_\bo_\br_\bm_\ba_\bt 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  _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt.   In
+              addition  to  the  standard  _\bp_\br_\bi_\bn_\bt_\bf(3)  format  characters c\bcC\bCs\bsS\bS-\b-
               n\bnd\bdi\bio\bou\bux\bxX\bXe\beE\bEf\bfF\bFg\bgG\bGa\baA\bA, p\bpr\bri\bin\bnt\btf\bf interprets the following additional for-
               mat specifiers:
               %\b%b\bb     causes p\bpr\bri\bin\bnt\btf\bf to expand backslash escape sequences in the
                      corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt in the same way as e\bec\bch\bho\bo -\b-e\be.
-              %\b%q\bq     causes  p\bpr\bri\bin\bnt\btf\bf  to output the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt in a
-                     format that can be reused as shell input.  %\b%q\bq and %\b%Q\b use
-                     the  $\b$  quoting  style  if any characters in the argument
-                     string require it, and backslash quoting  otherwise.   If
-                     the  format  string uses the _\bp_\br_\bi_\bn_\bt_\bf alternate form, these
+              %\b%q\bq     causes p\bpr\bri\bin\bnt\btf\bf to output the corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt  in  a
+                     format  that can be reused as shell input.  %\b%q\bq and %\b%Q\bQ use
+                     the $\b$ quoting style if any  characters  in  the  argument
+                     string  require  it, and backslash quoting otherwise.  If
+                     the format string uses the _\bp_\br_\bi_\bn_\bt_\bf alternate  form,  these
                      two  formats  quote  the  argument  string  using  single
                      quotes.
-              %\b%Q\bQ     like  %\b%q\bq, but applies any supplied precision to the _\ba_\br_\bg_\bu_\b-
+              %\b%Q\bQ     like %\b%q\bq, but applies any supplied precision to the  _\ba_\br_\bg_\bu_\b-
                      _\bm_\be_\bn_\bt before quoting it.
               %\b%(\b(_\bd_\ba_\bt_\be_\bf_\bm_\bt)\b)T\bT
-                     causes p\bpr\bri\bin\bnt\btf\bf to output the  date-time  string  resulting
-                     from  using  _\bd_\ba_\bt_\be_\bf_\bm_\bt  as a format string for _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3).
+                     causes  p\bpr\bri\bin\bnt\btf\bf  to  output the date-time string resulting
+                     from using _\bd_\ba_\bt_\be_\bf_\bm_\bt as a format  string  for  _\bs_\bt_\br_\bf_\bt_\bi_\bm_\be(3).
                      The corresponding _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt is an integer representing the
                      number of seconds since the epoch.  This format specifier
                      recognizes two special argument values: -1 represents the
-                     current time, and -2 represents the time  the  shell  was
+                     current  time,  and  -2 represents the time the shell was
                      invoked.  If no argument is specified, conversion behaves
-                     as  if -1 had been supplied.  This is an exception to the
+                     as if -1 had been supplied.  This is an exception to  the
                      usual p\bpr\bri\bin\bnt\btf\bf behavior.
 
               The %b, %q, and %T format specifiers all use the field width and
               precision arguments from the format specification and write that
-              many bytes from (or use that wide a field for) the expanded  ar-
-              gument,  which  usually contains more characters than the origi-
+              many  bytes from (or use that wide a field for) the expanded ar-
+              gument, which usually contains more characters than  the  origi-
               nal.
 
               The %n format specifier accepts a corresponding argument that is
               treated as a shell variable name.
 
-              The %s and %c format specifiers accept  an  l  (long)  modifier,
+              The  %s  and  %c  format specifiers accept an l (long) modifier,
               which forces them to convert the argument string to a wide-char-
               acter string and apply any supplied field width and precision in
               terms of characters, not bytes.  The %S and %C format specifiers
               are equivalent to %ls and %lc, respectively.
 
-              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
-              is  the numeric value of the following character, using the cur-
+              if  the leading character is a single or double quote, the value
+              is the numeric value of the following character, using the  cur-
               rent locale.
 
-              The _\bf_\bo_\br_\bm_\ba_\bt is reused as necessary to consume all  of  the  _\ba_\br_\bg_\bu_\b-
+              The  _\bf_\bo_\br_\bm_\ba_\bt  is  reused as necessary to consume all of the _\ba_\br_\bg_\bu_\b-
               _\bm_\be_\bn_\bt_\bs.  If the _\bf_\bo_\br_\bm_\ba_\bt requires more _\ba_\br_\bg_\bu_\bm_\be_\bn_\bt_\bs than are supplied,
-              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 if an invalid option is sup-
+              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 if an invalid option is  sup-
               plied or a write or assignment error occurs.
 
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [+_\bn] [-_\bn]
        p\bpu\bus\bsh\bhd\bd [-\b-n\bn] [_\bd_\bi_\br]
               Add a directory to the top of the directory stack, or rotate the
-              stack, making the new top of the stack the current  working  di-
-              rectory.   With  no  arguments, p\bpu\bus\bsh\bhd\bd exchanges the top two ele-
-              ments of the directory stack.  Arguments, if supplied, have  the
+              stack,  making  the new top of the stack the current working di-
+              rectory.  With no arguments, p\bpu\bus\bsh\bhd\bd exchanges the  top  two  ele-
+              ments  of the directory stack.  Arguments, if supplied, have the
               following meanings:
-              -\b-n\bn     Suppress  the normal change of directory when rotating or
-                     adding directories to  the  stack,  only  manipulate  the
+              -\b-n\bn     Suppress the normal change of directory when rotating  or
+                     adding  directories  to  the  stack,  only manipulate the
                      stack.
               +\b+_\bn     Rotate the stack so that the _\bnth directory (counting from
-                     the  left  of the list shown by d\bdi\bir\brs\bs, starting with zero)
+                     the left of the list shown by d\bdi\bir\brs\bs, starting  with  zero)
                      is at the top.
-              -\b-_\bn     Rotates the stack so that  the  _\bnth  directory  (counting
-                     from  the  right of the list shown by d\bdi\bir\brs\bs, starting with
+              -\b-_\bn     Rotates  the  stack  so  that the _\bnth directory (counting
+                     from the right of the list shown by d\bdi\bir\brs\bs,  starting  with
                      zero) is at the top.
               _\bd_\bi_\br    Adds _\bd_\bi_\br to the directory stack at the top.
 
               After the stack has been modified, if the -\b-n\bn option was not sup-
-              plied, p\bpu\bus\bsh\bhd\bd uses the c\bcd\bd builtin to change to the  directory  at
+              plied,  p\bpu\bus\bsh\bhd\bd  uses the c\bcd\bd builtin to change to the directory at
               the top of the stack.  If the c\bcd\bd fails, p\bpu\bus\bsh\bhd\bd returns a non-zero
               value.
 
-              Otherwise,  if no arguments are supplied, p\bpu\bus\bsh\bhd\bd returns zero un-
-              less the directory stack is empty.  When rotating the  directory
+              Otherwise, if no arguments are supplied, p\bpu\bus\bsh\bhd\bd returns zero  un-
+              less  the directory stack is empty.  When rotating the directory
               stack, p\bpu\bus\bsh\bhd\bd returns zero unless the directory stack is empty or
               _\bn specifies a non-existent directory stack element.
 
-              If  the  p\bpu\bus\bsh\bhd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to show the
+              If the p\bpu\bus\bsh\bhd\bd command is successful, b\bba\bas\bsh\bh runs d\bdi\bir\brs\bs to  show  the
               final contents of the directory stack.
 
        p\bpw\bwd\bd [-\b-L\bLP\bP]
-              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 -\b-P\bP option
               is supplied or the -\b-o\bo p\bph\bhy\bys\bsi\bic\bca\bal\bl option to the s\bse\bet\bt builtin command
-              is  enabled.  If the -\b-L\bL option is used, the pathname printed may
-              contain symbolic links.  The return status is 0 unless an  error
+              is enabled.  If the -\b-L\bL option is used, the pathname printed  may
+              contain  symbolic links.  The return status is 0 unless an error
               occurs while reading the name of the current directory or an in-
               valid option is supplied.
 
        r\bre\bea\bad\bd [-\b-E\bEe\ber\brs\bs] [-\b-a\ba _\ba_\bn_\ba_\bm_\be] [-\b-d\bd _\bd_\be_\bl_\bi_\bm] [-\b-i\bi _\bt_\be_\bx_\bt] [-\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs] [-\b-N\bN _\bn_\bc_\bh_\ba_\br_\bs]
        [-\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt] [-\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt] [-\b-u\bu _\bf_\bd] [_\bn_\ba_\bm_\be ...]
               Read one line from the standard input, or from the file descrip-
-              tor  _\bf_\bd  supplied as an argument to the -\b-u\bu option, split it into
-              words as described in _\bb_\ba_\bs_\bh (1) under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg, and  assign
-              the  first word to the first _\bn_\ba_\bm_\be, the second word to the second
-              _\bn_\ba_\bm_\be, and so on.  If there are more words than  names,  the  re-
-              maining  words  and their intervening delimiters are assigned to
-              the last _\bn_\ba_\bm_\be.  If there are fewer words  read  from  the  input
-              stream  than  names, the remaining names are assigned empty val-
-              ues.  The characters in the value of the I\bIF\bFS\bS variable  are  used
+              tor _\bf_\bd supplied as an argument to the -\b-u\bu option, split  it  into
+              words  as described in _\bb_\ba_\bs_\bh (1) under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg, and assign
+              the first word to the first _\bn_\ba_\bm_\be, the second word to the  second
+              _\bn_\ba_\bm_\be,  and  so  on.  If there are more words than names, the re-
+              maining words and their intervening delimiters are  assigned  to
+              the  last  _\bn_\ba_\bm_\be.   If  there are fewer words read from the input
+              stream than names, the remaining names are assigned  empty  val-
+              ues.   The  characters in the value of the I\bIF\bFS\bS variable are used
               to split the line into words using the same rules the shell uses
               for expansion (described in _\bb_\ba_\bs_\bh (1) under W\bWo\bor\brd\bd S\bSp\bpl\bli\bit\btt\bti\bin\bng\bg).  The
               backslash character (\\b\) removes any special meaning for the next
@@ -1196,190 +1208,190 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               -\b-a\ba _\ba_\bn_\ba_\bm_\be
                      The words are assigned to sequential indices of the array
                      variable _\ba_\bn_\ba_\bm_\be, starting at 0.  _\ba_\bn_\ba_\bm_\be is unset before any
-                     new  values  are  assigned.  Other _\bn_\ba_\bm_\be arguments are ig-
+                     new values are assigned.  Other _\bn_\ba_\bm_\be  arguments  are  ig-
                      nored.
               -\b-d\bd _\bd_\be_\bl_\bi_\bm
-                     The first character of _\bd_\be_\bl_\bi_\bm terminates the  input  line,
-                     rather  than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string, r\bre\bea\bad\bd
+                     The  first  character of _\bd_\be_\bl_\bi_\bm terminates the input line,
+                     rather than newline.  If _\bd_\be_\bl_\bi_\bm is the empty string,  r\bre\bea\bad\bd
                      will terminate a line when it reads a NUL character.
-              -\b-e\be     If the standard input is coming  from  a  terminal,  r\bre\bea\bad\bd
-                     uses  r\bre\bea\bad\bdl\bli\bin\bne\be  (see  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE  in _\bb_\ba_\bs_\bh(1)) to obtain the
-                     line.  R\bRe\bea\bad\bdl\bli\bin\bne\be uses the current  (or  default,  if  line
-                     editing  was not previously active) editing settings, but
+              -\b-e\be     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
+                     uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE in  _\bb_\ba_\bs_\bh(1))  to  obtain  the
+                     line.   R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line
+                     editing was not previously active) editing settings,  but
                      uses r\bre\bea\bad\bdl\bli\bin\bne\be's default filename completion.
-              -\b-E\bE     If the standard input is coming  from  a  terminal,  r\bre\bea\bad\bd
-                     uses  r\bre\bea\bad\bdl\bli\bin\bne\be  (see  R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE  in _\bb_\ba_\bs_\bh(1)) to obtain the
-                     line.  R\bRe\bea\bad\bdl\bli\bin\bne\be uses the current  (or  default,  if  line
-                     editing  was not previously active) editing settings, but
-                     uses bash's default  completion,  including  programmable
+              -\b-E\bE     If  the  standard  input  is coming from a terminal, r\bre\bea\bad\bd
+                     uses r\bre\bea\bad\bdl\bli\bin\bne\be (see R\bRE\bEA\bAD\bDL\bLI\bIN\bNE\bE in  _\bb_\ba_\bs_\bh(1))  to  obtain  the
+                     line.   R\bRe\bea\bad\bdl\bli\bin\bne\be  uses  the  current (or default, if line
+                     editing was not previously active) editing settings,  but
+                     uses  bash's  default  completion, including programmable
                      completion.
               -\b-i\bi _\bt_\be_\bx_\bt
-                     If  r\bre\bea\bad\bdl\bli\bin\bne\be  is being used to read the line, r\bre\bea\bad\bd places
+                     If r\bre\bea\bad\bdl\bli\bin\bne\be is being used to read the line,  r\bre\bea\bad\b places
                      _\bt_\be_\bx_\bt into the editing buffer before editing begins.
               -\b-n\bn _\bn_\bc_\bh_\ba_\br_\bs
-                     r\bre\bea\bad\breturns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather  than
-                     waiting  for  a complete line of input, unless it encoun-
-                     ters EOF or r\bre\bea\bad\bd times out, but honors a delimiter if  it
+                     r\bre\bea\bad\b returns after reading _\bn_\bc_\bh_\ba_\br_\bs characters rather than
+                     waiting for a complete line of input, unless  it  encoun-
+                     ters  EOF or r\bre\bea\bad\bd times out, but honors a delimiter if it
                      reads fewer than _\bn_\bc_\bh_\ba_\br_\bs characters before the delimiter.
               -\b-N\bN _\bn_\bc_\bh_\ba_\br_\bs
-                     r\bre\bea\bad\b returns  after  reading  exactly  _\bn_\bc_\bh_\ba_\br_\bs characters
-                     rather than waiting for a complete line of input,  unless
+                     r\bre\bea\bad\breturns  after  reading  exactly  _\bn_\bc_\bh_\ba_\br_\b characters
+                     rather  than waiting for a complete line of input, unless
                      it encounters EOF or r\bre\bea\bad\bd times out.  Any delimiter char-
-                     acters  in the input are not treated specially and do not
+                     acters in the input are not treated specially and do  not
                      cause r\bre\bea\bad\bd to return until it has read _\bn_\bc_\bh_\ba_\br_\bs characters.
                      The result is not split on the characters in I\bIF\bFS\bS; the in-
                      tent is that the variable is assigned exactly the charac-
-                     ters read (with the exception of backslash;  see  the  -\b-r\br
+                     ters  read  (with  the exception of backslash; see the -\b-r\br
                      option below).
               -\b-p\bp _\bp_\br_\bo_\bm_\bp_\bt
                      Display _\bp_\br_\bo_\bm_\bp_\bt on standard error, without a trailing new-
-                     line,  before  attempting  to read any input, but only if
+                     line, before attempting to read any input,  but  only  if
                      input is coming from a terminal.
               -\b-r\br     Backslash does not act as an escape character.  The back-
-                     slash is considered to be part of the line.  In  particu-
-                     lar,  a  backslash-newline pair may not then be used as a
+                     slash  is considered to be part of the line.  In particu-
+                     lar, a backslash-newline pair may not then be used  as  a
                      line continuation.
               -\b-s\bs     Silent mode.  If input is coming from a terminal, charac-
                      ters are not echoed.
               -\b-t\bt _\bt_\bi_\bm_\be_\bo_\bu_\bt
-                     Cause r\bre\bea\bad\bd to time out and return failure if it does  not
-                     read  a  complete line of input (or a specified number of
-                     characters) within _\bt_\bi_\bm_\be_\bo_\bu_\bt seconds.   _\bt_\bi_\bm_\be_\bo_\bu_\bt  may  be  a
-                     decimal  number  with  a fractional portion following the
-                     decimal point.  This option is only effective if r\bre\bea\bad\b is
-                     reading  input  from  a  terminal, pipe, or other special
-                     file; it has no effect when reading from  regular  files.
-                     If  r\bre\bea\bad\bd  times out, it saves any partial input read into
-                     the specified variable  _\bn_\ba_\bm_\be,  and  the  exit  status  is
-                     greater  than 128.  If _\bt_\bi_\bm_\be_\bo_\bu_\bt is 0, r\bre\bea\bad\bd returns immedi-
-                     ately, without trying to read any data.   In  this  case,
-                     the  exit status is 0 if input is available on the speci-
-                     fied file descriptor, or the read will return  EOF,  non-
+                     Cause  r\bre\bea\bad\bd to time out and return failure if it does not
+                     read a complete line of input (or a specified  number  of
+                     characters)  within  _\bt_\bi_\bm_\be_\bo_\bu_\bt  seconds.   _\bt_\bi_\bm_\be_\bo_\bu_\bt may be a
+                     decimal number with a fractional  portion  following  the
+                     decimal  point.  This option is only effective if r\bre\bea\bad\bd is
+                     reading input from a terminal,  pipe,  or  other  special
+                     file;  it  has no effect when reading from regular files.
+                     If r\bre\bea\bad\bd times out, it saves any partial input  read  into
+                     the  specified  variable  _\bn_\ba_\bm_\be,  and  the  exit status is
+                     greater than 128.  If _\bt_\bi_\bm_\be_\bo_\bu_\bt is 0, r\bre\bea\bad\bd returns  immedi-
+                     ately,  without  trying  to read any data.  In this case,
+                     the exit status is 0 if input is available on the  speci-
+                     fied  file  descriptor, or the read will return EOF, non-
                      zero otherwise.
-              -\b-u\bu _\bf_\bd  Read  input  from file descriptor _\bf_\bd instead of the stan-
+              -\b-u\bu _\bf_\bd  Read input from file descriptor _\bf_\bd instead of  the  stan-
                      dard input.
 
-              Other than the case where _\bd_\be_\bl_\bi_\bm is the empty  string,  r\bre\bea\bad\b ig-
+              Other  than  the  case where _\bd_\be_\bl_\bi_\bm is the empty string, r\bre\bea\bad\bd ig-
               nores any NUL characters in the input.
 
-              If  no  _\bn_\ba_\bm_\be_\bs  are supplied, r\bre\bea\bad\bd assigns the line read, without
-              the ending delimiter but otherwise unmodified, to  the  variable
+              If no _\bn_\ba_\bm_\be_\bs are supplied, r\bre\bea\bad\bd assigns the  line  read,  without
+              the  ending  delimiter but otherwise unmodified, to the variable
               R\bRE\bEP\bPL\bLY\bY.
 
               The exit status is zero, unless end-of-file is encountered, r\bre\bea\bad\bd
-              times  out  (in  which  case  the status is greater than 128), a
+              times out (in which case the status  is  greater  than  128),  a
               variable assignment error (such as assigning to a readonly vari-
-              able) occurs, or an invalid file descriptor is supplied  as  the
+              able)  occurs,  or an invalid file descriptor is supplied as the
               argument to -\b-u\bu.
 
        r\bre\bea\bad\bdo\bon\bnl\bly\by [-\b-a\baA\bAf\bf] [-\b-p\bp] [_\bn_\ba_\bm_\be[=_\bw_\bo_\br_\bd] ...]
-              The  given  _\bn_\ba_\bm_\be_\bs are marked readonly; the values of these _\bn_\ba_\bm_\be_\bs
+              The given _\bn_\ba_\bm_\be_\bs are marked readonly; the values of  these  _\bn_\ba_\bm_\be_\bs
               may not be changed by subsequent assignment or unset.  If the -\b-f\bf
-              option is supplied, each _\bn_\ba_\bm_\be refers to a shell  function.   The
-              -\b-a\b option restricts the variables to indexed arrays; the -\b-A\bA op-
+              option  is  supplied, each _\bn_\ba_\bm_\be refers to a shell function.  The
+              -\b-a\boption restricts the variables to indexed arrays; the -\b-A\b op-
               tion restricts the variables to associative arrays.  If both op-
-              tions are supplied, -\b-A\bA takes precedence.  If no  _\bn_\ba_\bm_\b arguments
-              are  supplied,  or if the -\b-p\bp option is supplied, print a list of
-              all readonly names.  The other options may be used  to  restrict
+              tions  are  supplied, -\b-A\bA takes precedence.  If no _\bn_\ba_\bm_\be arguments
+              are supplied, or if the -\b-p\bp option is supplied, print a  list  of
+              all  readonly  names.  The other options may be used to restrict
               the output to a subset of the set of readonly names.  The -\b-p\bp op-
               tion displays output in a format that may be reused as input.
 
-              r\bre\bea\bad\bdo\bon\bnl\bly\b allows  the  value of a variable to be set at the same
+              r\bre\bea\bad\bdo\bon\bnl\bly\ballows the value of a variable to be set  at  the  same
               time the readonly attribute is changed by following the variable
-              name with =_\bv_\ba_\bl_\bu_\be.  This sets the value of  the  variable  is  to
+              name  with  =_\bv_\ba_\bl_\bu_\be.   This  sets the value of the variable is to
               _\bv_\ba_\bl_\bu_\be while modifying the readonly attribute.
 
-              The  return status is 0 unless an invalid option is encountered,
-              one of the _\bn_\ba_\bm_\be_\bs is not a valid shell variable name,  or  -\b-f\b is
+              The return status is 0 unless an invalid option is  encountered,
+              one  of  the  _\bn_\ba_\bm_\be_\bs is not a valid shell variable name, or -\b-f\bf is
               supplied with a _\bn_\ba_\bm_\be that is not a function.
 
        r\bre\bet\btu\bur\brn\bn [_\bn]
-              Stop  executing  a shell function or sourced file and return the
+              Stop executing a shell function or sourced file and  return  the
               value specified by _\bn to its caller.  If _\bn is omitted, the return
-              status is that of the last command executed.  If r\bre\bet\btu\bur\brn\bn is  exe-
-              cuted  by a trap handler, the last command used to determine the
+              status  is that of the last command executed.  If r\bre\bet\btu\bur\brn\bn is exe-
+              cuted by a trap handler, the last command used to determine  the
               status is the last command executed before the trap handler.  If
               r\bre\bet\btu\bur\brn\bn is executed during a D\bDE\bEB\bBU\bUG\bG trap, the last command used to
-              determine the status is the last command executed  by  the  trap
+              determine  the  status  is the last command executed by the trap
               handler before r\bre\bet\btu\bur\brn\bn was invoked.
 
               When r\bre\bet\btu\bur\brn\bn is used to terminate execution of a script being ex-
-              ecuted  by  the .\b.  (s\bso\bou\bur\brc\bce\be) command, it causes the shell to stop
-              executing that script and return either _\bn or the exit status  of
-              the  last  command executed within the script as the exit status
-              of the script.  If _\bn is supplied, the return value is its  least
+              ecuted by the .\b.  (s\bso\bou\bur\brc\bce\be) command, it causes the shell  to  stop
+              executing  that script and return either _\bn or the exit status of
+              the last command executed within the script as the  exit  status
+              of  the script.  If _\bn is supplied, the return value is its least
               significant 8 bits.
 
-              Any  command  associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is executed before
+              Any command associated with the R\bRE\bET\bTU\bUR\bRN\bN trap is  executed  before
               execution resumes after the function or script.
 
-              The return status is non-zero if r\bre\bet\btu\bur\brn\bn is  supplied  a  non-nu-
+              The  return  status  is non-zero if r\bre\bet\btu\bur\brn\bn is supplied a non-nu-
               meric argument, or is used outside a function and not during ex-
               ecution of a script by .\b. or s\bso\bou\bur\brc\bce\be.
 
        s\bse\bet\bt [-\b-a\bab\bbe\bef\bfh\bhk\bkm\bmn\bnp\bpt\btu\buv\bvx\bxB\bBC\bCE\bEH\bHP\bPT\bT] [-\b-o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be] [-\b--\b-] [-\b-] [_\ba_\br_\bg ...]
        s\bse\bet\bt [+\b+a\bab\bbe\bef\bfh\bhk\bkm\bmn\bnp\bpt\btu\buv\bvx\bxB\bBC\bCE\bEH\bHP\bPT\bT] [+\b+o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be] [-\b--\b-] [-\b-] [_\ba_\br_\bg ...]
        s\bse\bet\bt -\b-o\bo
-       s\bse\bet\bt +\b+o\bo Without  options, display the name and value of each shell vari-
-              able in a format that can be reused as input for setting or  re-
+       s\bse\bet\bt +\b+o\bo Without options, display the name and value of each shell  vari-
+              able  in a format that can be reused as input for setting or re-
               setting the currently-set variables.  Read-only variables cannot
-              be  reset.  In posix 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 argu-
-              ments remaining after option processing are  treated  as  values
+              be reset.  In posix 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  argu-
+              ments  remaining  after  option processing are treated as values
               for the positional parameters and are assigned, in order, to $\b$1\b1,
-              $\b$2\b2,  ...,  $\b$_\bn.   Options, if specified, have the following mean-
+              $\b$2\b2, ..., $\b$_\bn.  Options, if specified, have  the  following  mean-
               ings:
               -\b-a\ba      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.
-              -\b-b\bb      Report  the status of terminated background jobs immedi-
+              -\b-b\bb      Report the status of terminated background jobs  immedi-
                       ately, rather than before the next primary prompt or af-
-                      ter a foreground command terminates.  This is  effective
+                      ter  a foreground command terminates.  This is effective
                       only when job control is enabled.
-              -\b-e\be      Exit  immediately  if a _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be (which may consist of a
-                      single _\bs_\bi_\bm_\bp_\bl_\be _\bc_\bo_\bm_\bm_\ba_\bn_\bd), a _\bl_\bi_\bs_\bt, or  a  _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\b _\bc_\bo_\bm_\bm_\ba_\bn_\bd
-                      (see  S\bSH\bHE\bEL\bLL\bL  G\bGR\bRA\bAM\bMM\bMA\bAR\bR  in _\bb_\ba_\bs_\bh(1)), 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 w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bkeyword, part of the test following the
-                      i\bif\bf or e\bel\bli\bif\bf reserved words, part of any command  executed
-                      in  a &\b&&\b& or |\b||\b| list except the command following the fi-
-                      nal &\b&&\b& or |\b||\b|, any command in a  pipeline  but  the  last
-                      (subject  to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or
-                      if the command's return value is being inverted with  !\b!.
-                      If  a  compound  command other than a subshell returns a
-                      non-zero status because a command failed  while  -\b-e\be  was
-                      being  ignored, the shell does not exit.  A trap on E\bER\bRR\bR,
-                      if set, is executed before the shell exits.  This option
-                      applies to the shell environment and each subshell envi-
-                      ronment separately (see C\bCO\bOM\bMM\bMA\bAN\bND\bD E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT in
-                      _\bb_\ba_\bs_\bh(1)), and may cause subshells to exit before execut-
-                      ing all the commands in the subshell.
-
-                      If a compound command or shell function  executes  in  a
-                      context  where -\b-e\be is being ignored, none of the commands
-                      executed within the compound command  or  function  body
-                      will  be  affected  by the -\b-e\be setting, even if -\b-e\be is set
-                      and a command returns a failure status.  If  a  compound
-                      command  or  shell function sets -\b-e\be while executing in a
-                      context where -\b-e\be is ignored, that setting will not  have
-                      any  effect  until  the  compound command or the command
+              -\b-e\be      Exit immediately if a _\bp_\bi_\bp_\be_\bl_\bi_\bn_\be (which may consist  of  a
+                      single  _\bs_\bi_\bm_\bp_\bl_\be  _\bc_\bo_\bm_\bm_\ba_\bn_\bd),  a _\bl_\bi_\bs_\bt, or a _\bc_\bo_\bm_\bp_\bo_\bu_\bn_\bd _\bc_\bo_\bm_\bm_\ba_\bn_\bd
+                      (see S\bSH\bHE\bEL\bLL\bL G\bGR\bRA\bAM\bMM\bMA\bAR\bR in _\bb_\ba_\bs_\bh(1)), 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 w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\breserved word, part of the test follow-
+                      ing  the  i\bif\bf or e\bel\bli\bif\bf reserved words, part of any command
+                      executed in a &\b&&\b& or |\b||\b| list except the command following
+                      the final &\b&&\b& or |\b||\b|, any command in a  pipeline  but  the
+                      last  (subject  to  the  state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell op-
+                      tion), or if the command's return  value  is  being  in-
+                      verted  with !\b!.  If a compound command other than a sub-
+                      shell returns a non-zero status because a command failed
+                      while -\b-e\be was being ignored, the shell does not exit.   A
+                      trap on E\bER\bRR\bR, if set, is executed before the shell exits.
+                      This  option  applies  to the shell environment and each
+                      subshell environment separately (see  C\bCO\bOM\bMM\bMA\bAN\bND\bD  E\bEX\bXE\bEC\bCU\bUT\bTI\bIO\bON\bN
+                      E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT in _\bb_\ba_\bs_\bh(1)), 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 -\b-e\be is being ignored, none of the  commands
+                      executed  within  the  compound command or function body
+                      will be affected by the -\b-e\be setting, even if  -\b-e\be  is  set
+                      and  a  command returns a failure status.  If a compound
+                      command or shell function sets -\b-e\be while executing  in  a
+                      context  where -\b-e\be is ignored, that setting will not have
+                      any effect until the compound  command  or  the  command
                       containing the function call completes.
               -\b-f\bf      Disable pathname expansion.
-              -\b-h\bh      Remember the location of commands as they are looked  up
+              -\b-h\bh      Remember  the location of commands as they are looked up
                       for execution.  This is enabled by default.
-              -\b-k\bk      All  arguments  in the form of assignment statements are
-                      placed in the environment for a command, not just  those
+              -\b-k\bk      All arguments in the form of assignment  statements  are
+                      placed  in the environment for a command, not just those
                       that precede the command name.
-              -\b-m\bm      Monitor  mode.   Job control is enabled.  This option is
-                      on by default for interactive  shells  on  systems  that
-                      support  it (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL in _\bb_\ba_\bs_\bh(1)).  All processes
-                      run in a separate process group.  When a background  job
-                      completes,  the  shell prints a line containing its exit
+              -\b-m\bm      Monitor mode.  Job control is enabled.  This  option  is
+                      on  by  default  for  interactive shells on systems that
+                      support it (see J\bJO\bOB\bB C\bCO\bON\bNT\bTR\bRO\bOL\bL in _\bb_\ba_\bs_\bh(1)).  All  processes
+                      run  in a separate process group.  When a background job
+                      completes, the shell prints a line containing  its  exit
                       status.
               -\b-n\bn      Read commands but do not execute them.  This may be used
-                      to check a shell script for syntax errors.  This is  ig-
+                      to  check a shell script for syntax errors.  This is ig-
                       nored by interactive shells.
               -\b-o\bo _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be
                       The _\bo_\bp_\bt_\bi_\bo_\bn_\b-_\bn_\ba_\bm_\be can be one of the following:
@@ -1387,10 +1399,10 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                               Same as -\b-a\ba.
                       b\bbr\bra\bac\bce\bee\bex\bxp\bpa\ban\bnd\bd
                               Same as -\b-B\bB.
-                      e\bem\bma\bac\bcs\bs   Use  an  emacs-style command line editing inter-
+                      e\bem\bma\bac\bcs\bs   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 -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg option.  This also  affects  the
+                              the  -\b--\b-n\bno\boe\bed\bdi\bit\bti\bin\bng\bg  option.  This also affects the
                               editing interface used for r\bre\bea\bad\bd -\b-e\be.
                       e\ber\brr\bre\bex\bxi\bit\bt Same as -\b-e\be.
                       e\ber\brr\brt\btr\bra\bac\bce\be
@@ -1400,11 +1412,11 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       h\bha\bas\bsh\bha\bal\bll\bl Same as -\b-h\bh.
                       h\bhi\bis\bst\bte\bex\bxp\bpa\ban\bnd\bd
                               Same as -\b-H\bH.
-                      h\bhi\bis\bst\bto\bor\bry\by Enable  command history, as described in _\bb_\ba_\bs_\bh(1)
-                              under H\bHI\bIS\bST\bTO\bOR\bRY\bY.  This option is on by default  in
+                      h\bhi\bis\bst\bto\bor\bry\by Enable command history, as described in  _\bb_\ba_\bs_\bh(1)
+                              under  H\bHI\bIS\bST\bTO\bOR\bRY\bY.  This option is on by default in
                               interactive shells.
                       i\big\bgn\bno\bor\bre\bee\beo\bof\bf
-                              The  effect  is as if the shell command had been
+                              The effect is as if the shell command  had  been
                               executed (see S\bSh\bhe\bel\bll\bl V\bVa\bar\bri\bia\bab\bbl\ble\bes\bs in _\bb_\ba_\bs_\bh(1)).
                       k\bke\bey\byw\bwo\bor\brd\bd Same as -\b-k\bk.
                       m\bmo\bon\bni\bit\bto\bor\br Same as -\b-m\bm.
@@ -1419,16 +1431,17 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
                       p\bph\bhy\bys\bsi\bic\bca\bal\bl
                               Same as -\b-P\bP.
                       p\bpi\bip\bpe\bef\bfa\bai\bil\bl
-                              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.
-                      p\bpo\bos\bsi\bix\bx   Change the behavior of b\bba\bas\bsh\bh  where  the  default
-                              operation  differs  from  the  POSIX standard to
-                              match the standard (_\bp_\bo_\bs_\bi_\bx _\bm_\bo_\bd_\be).  See  S\bSE\bEE\bE  A\bAL\bLS\bSO\bO
-                              in  _\bb_\ba_\bs_\bh(1)  for  a reference to a document that
-                              details how posix mode affects bash's behavior.
+                      p\bpo\bos\bsi\bix\bx   Enable  posix  mode; change the behavior of b\bba\bas\bsh\bh
+                              where the default  operation  differs  from  the
+                              POSIX  standard  to match the standard.  See S\bSE\bEE\bE
+                              A\bAL\bLS\bSO\bO in _\bb_\ba_\bs_\bh(1) for a reference  to  a  document
+                              that  details  how posix mode affects bash's be-
+                              havior.
                       p\bpr\bri\biv\bvi\bil\ble\beg\bge\bed\bd
                               Same as -\b-p\bp.
                       v\bve\ber\brb\bbo\bos\bse\be Same as -\b-v\bv.
@@ -1605,7 +1618,6 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               c\bco\bom\bmp\bpa\bat\bt4\b42\b2
               c\bco\bom\bmp\bpa\bat\bt4\b43\b3
               c\bco\bom\bmp\bpa\bat\bt4\b44\b4
-              c\bco\bom\bmp\bpa\bat\bt5\b50\b0
                       These control aspects of the shell's compatibility  mode
                       (see S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE in _\bb_\ba_\bs_\bh(1)).
               c\bco\bom\bmp\bpl\ble\bet\bte\be_\b_f\bfu\bul\bll\blq\bqu\buo\bot\bte\be
@@ -1963,18 +1975,19 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               compound command returns a non-zero exit status, subject to  the
               following  conditions.   The  E\bER\bRR\bR  trap  is  not executed if the
               failed command is part of the command list immediately following
-              a w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bl keyword, part of the test in an  _\bi_\bf  statement,
-              part of a command executed in a &\b&&\b& or |\b||\b| list except the command
-              following  the final &\b&&\b& or |\b||\b|, any command in a pipeline but the
-              last (subject to the state of the p\bpi\bip\bpe\bef\bfa\bai\bil\bl shell option), or  if
-              the command's return value is being inverted using !\b!.  These are
-              the same conditions obeyed by the e\ber\brr\bre\bex\bxi\bit\bt (-\b-e\be) option.
+              a w\bwh\bhi\bil\ble\be or u\bun\bnt\bti\bil\bl reserved word, part of the test in an _\bi_\bf state-
+              ment, part of a command executed in a &\b&&\b& or |\b||\b| list  except  the
+              command  following the final &\b&&\b& or |\b||\b|, any command in a pipeline
+              but the last (subject to the state of  the  p\bpi\bip\bpe\bef\bfa\bai\bil\bl  shell  op-
+              tion),  or if the command's return value is being inverted using
+              !\b!.  These are the same conditions obeyed by the e\ber\brr\bre\bex\bxi\bit\bt (-\b-e\be) op-
+              tion.
 
               When the shell is not interactive, signals ignored upon entry to
               the shell cannot be trapped or reset.  Interactive shells permit
               trapping signals ignored on entry.  Trapped signals that are not
-              being  ignored  are reset to their original values in a subshell
-              or subshell environment when one is created.  The return  status
+              being ignored are reset to their original values in  a  subshell
+              or  subshell environment when one is created.  The return status
               is false if any _\bs_\bi_\bg_\bs_\bp_\be_\bc is invalid; otherwise t\btr\bra\bap\bp returns true.
 
        t\btr\bru\bue\be   Does nothing, returns a 0 status.
@@ -1983,61 +1996,61 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               Indicate how each _\bn_\ba_\bm_\be would be interpreted if used as a command
               name.
 
-              If  the  -\b-t\bt option is used, t\bty\byp\bpe\be prints a string which is one of
-              _\ba_\bl_\bi_\ba_\bs, _\bk_\be_\by_\bw_\bo_\br_\bd, _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn, _\bb_\bu_\bi_\bl_\bt_\bi_\bn, or _\bf_\bi_\bl_\be if _\bn_\ba_\bm_\be is an  alias,
-              shell  reserved word, function, builtin, or executable file, re-
-              spectively.  If the _\bn_\ba_\bm_\be is not found, t\bty\byp\bpe\be prints  nothing  and
+              If the -\b-t\bt option is used, t\bty\byp\bpe\be prints a string which is  one  of
+              _\ba_\bl_\bi_\ba_\bs,  _\bk_\be_\by_\bw_\bo_\br_\bd, _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn, _\bb_\bu_\bi_\bl_\bt_\bi_\bn, or _\bf_\bi_\bl_\be if _\bn_\ba_\bm_\be is an alias,
+              shell reserved word, function, builtin, or executable file,  re-
+              spectively.   If  the _\bn_\ba_\bm_\be is not found, t\bty\byp\bpe\be prints nothing and
               returns a non-zero exit status.
 
-              If  the  -\b-p\bp  option is used, t\bty\byp\bpe\be either returns the pathname of
-              the executable file that would be found by searching  $\b$P\bPA\bAT\bTH\b for
-              _\bn_\ba_\bm_\b or nothing if would not return _\bf_\bi_\bl_\be.  The -\b-P\bP option forces
-              a P\bPA\bAT\bTH\bH search for each _\bn_\ba_\bm_\be, even if would not return _\bf_\bi_\bl_\be.   If
+              If the -\b-p\bp option is used, t\bty\byp\bpe\be either returns  the  pathname  of
+              the  executable  file that would be found by searching $\b$P\bPA\bAT\bTH\bH for
+              _\bn_\ba_\bm_\bor nothing if would not return _\bf_\bi_\bl_\be.  The -\b-P\bP option  forces
+              a  P\bPA\bAT\bTH\bH search for each _\bn_\ba_\bm_\be, even if would not return _\bf_\bi_\bl_\be.  If
               _\bn_\ba_\bm_\be is present in the table of hashed commands, -\b-p\bp and -\b-P\bP print
               the hashed value, which is not necessarily the file that appears
               first in P\bPA\bAT\bTH\bH.
 
-              If  the  -\b-a\ba  option  is used, t\bty\byp\bpe\be prints all of the places that
-              contain a command named _\bn_\ba_\bm_\be.  This includes  aliases,  reserved
-              words,  functions, and builtins, but the path search options (-\b-p\bp
-              and -\b-P\bP) can be supplied to restrict  the  output  to  executable
-              files.   t\bty\byp\bpe\be does not consult the table of hashed commands when
+              If the -\b-a\ba option is used, t\bty\byp\bpe\be prints all  of  the  places  that
+              contain  a  command named _\bn_\ba_\bm_\be.  This includes aliases, reserved
+              words, functions, and builtins, but the path search options  (-\b-p\bp
+              and  -\b-P\bP)  can  be  supplied to restrict the output to executable
+              files.  t\bty\byp\bpe\be does not consult the table of hashed commands  when
               using -\b-a\ba with -\b-p\bp, and only performs a P\bPA\bAT\bTH\bH search for _\bn_\ba_\bm_\be.
 
               The -\b-f\bf option suppresses shell function lookup, as with the c\bco\bom\bm-\b-
-              m\bma\ban\bnd\bbuiltin.  t\bty\byp\bpe\be returns true if all  of  the  arguments  are
+              m\bma\ban\bnd\b builtin.   t\bty\byp\bpe\be  returns  true if all of the arguments are
               found, false if any are not found.
 
        u\bul\bli\bim\bmi\bit\bt [-\b-H\bHS\bS] -\b-a\ba
        u\bul\bli\bim\bmi\bit\bt [-\b-H\bHS\bS] [-\b-b\bbc\bcd\bde\bef\bfi\bik\bkl\blm\bmn\bnp\bpq\bqr\brs\bst\btu\buv\bvx\bxP\bPR\bRT\bT [_\bl_\bi_\bm_\bi_\bt]]
-              Provides  control  over the resources available to the shell and
+              Provides control over the resources available to the  shell  and
               to processes it starts, on systems that allow such control.
 
-              The -\b-H\bH and -\b-S\bS options specify whether the hard or soft limit  is
+              The  -\b-H\bH and -\b-S\bS options specify whether the hard or soft limit is
               set for the given resource.  A hard limit cannot be increased by
               a non-root user once it is set; a soft limit may be increased up
-              to  the value of the hard limit.  If neither -\b-H\bH nor -\b-S\bS is speci-
+              to the value of the hard limit.  If neither -\b-H\bH nor -\b-S\bS is  speci-
               fied, u\bul\bli\bim\bmi\bit\bt sets both the soft and hard limits.
 
               The value of _\bl_\bi_\bm_\bi_\bt can be a number in the unit specified for the
-              resource or one of the special values h\bha\bar\brd\bd, s\bso\bof\bft\bt, or  u\bun\bnl\bli\bim\bmi\bit\bte\bed\bd,
-              which  stand for the current hard limit, the current soft limit,
-              and no limit, respectively.  If _\bl_\bi_\bm_\bi_\bt is omitted, u\bul\bli\bim\bmi\bit\b prints
-              the  current value of the soft limit of the resource, unless the
-              -\b-H\boption is given.  When more than one resource  is  specified,
-              the  limit name and unit, if appropriate, are printed before the
+              resource  or one of the special values h\bha\bar\brd\bd, s\bso\bof\bft\bt, or u\bun\bnl\bli\bim\bmi\bit\bte\bed\bd,
+              which stand for the current hard limit, the current soft  limit,
+              and  no limit, respectively.  If _\bl_\bi_\bm_\bi_\bt is omitted, u\bul\bli\bim\bmi\bit\bt prints
+              the current value of the soft limit of the resource, unless  the
+              -\b-H\b option  is given.  When more than one resource is specified,
+              the limit name and unit, if appropriate, are printed before  the
               value.  Other options are interpreted as follows:
               -\b-a\ba     Report all current limits; no limits are set.
               -\b-b\bb     The maximum socket buffer size.
               -\b-c\bc     The maximum size of core files created.
               -\b-d\bd     The maximum size of a process's data segment.
               -\b-e\be     The maximum scheduling priority (
-              -\b-f\bf     The maximum size of files written by the  shell  and  its
+              -\b-f\bf     The  maximum  size  of files written by the shell and its
                      children.
               -\b-i\bi     The maximum number of pending signals.
               -\b-k\bk     The maximum number of kqueues that may be allocated.
               -\b-l\bl     The maximum size that may be locked into memory.
-              -\b-m\bm     The  maximum resident set size (many systems do not honor
+              -\b-m\bm     The maximum resident set size (many systems do not  honor
                      this limit).
               -\b-n\bn     The maximum number of open file descriptors (most systems
                      do not allow this value to be set).
@@ -2046,146 +2059,146 @@ B\bBA\bAS\bSH\bH B\bBU\bUI\bIL\bLT\bTI\bIN\bN C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
               -\b-r\br     The maximum real-time scheduling priority.
               -\b-s\bs     The maximum stack size.
               -\b-t\bt     The maximum amount of cpu time in seconds.
-              -\b-u\bu     The maximum number of processes  available  to  a  single
+              -\b-u\bu     The  maximum  number  of  processes available to a single
                      user.
-              -\b-v\bv     The  maximum  amount  of  virtual memory available to the
+              -\b-v\bv     The maximum amount of virtual  memory  available  to  the
                      shell and, on some systems, to its children.
               -\b-x\bx     The maximum number of file locks.
               -\b-P\bP     The maximum number of pseudoterminals.
-              -\b-R\bR     The maximum time  a  real-time  process  can  run  before
+              -\b-R\bR     The  maximum  time  a  real-time  process  can run before
                      blocking, in microseconds.
               -\b-T\bT     The maximum number of threads.
 
-              If  _\bl_\bi_\bm_\bi_\bt  is  supplied, and the -\b-a\ba option is not used, _\bl_\bi_\bm_\bi_\bt is
-              the new value of the specified resource.  If no option  is  sup-
+              If _\bl_\bi_\bm_\bi_\bt is supplied, and the -\b-a\ba option is not  used,  _\bl_\bi_\bm_\bi_\b is
+              the  new  value of the specified resource.  If no option is sup-
               plied, then -\b-f\bf is assumed.
 
-              Values  are  in 1024-byte increments, except for -\b-t\bt, which is in
-              seconds; -\b-R\bR, which is in microseconds; -\b-p\bp, which is in units  of
-              512-byte  blocks; -\b-P\bP, -\b-T\bT, -\b-b\bb, -\b-k\bk, -\b-n\bn, and -\b-u\bu, which are unscaled
-              values; and, when in  posix  mode,  -\b-c\bc  and  -\b-f\bf,  which  are  in
-              512-byte  increments.   The return status is 0 unless an invalid
+              Values are in 1024-byte increments, except for -\b-t\bt, which  is  in
+              seconds;  -\b-R\bR, which is in microseconds; -\b-p\bp, which is in units of
+              512-byte blocks; -\b-P\bP, -\b-T\bT, -\b-b\bb, -\b-k\bk, -\b-n\bn, and -\b-u\bu, which are  unscaled
+              values;  and,  when  in  posix  mode,  -\b-c\bc  and  -\b-f\bf, which are in
+              512-byte increments.  The return status is 0 unless  an  invalid
               option or argument is supplied, or an error occurs while setting
               a new limit.
 
        u\bum\bma\bas\bsk\bk [-\b-p\bp] [-\b-S\bS] [_\bm_\bo_\bd_\be]
-              Set the user file-creation mask to _\bm_\bo_\bd_\be.  If _\bm_\bo_\bd_\be begins with  a
+              Set  the user file-creation mask to _\bm_\bo_\bd_\be.  If _\bm_\bo_\bd_\be begins with a
               digit, it is interpreted as an octal number; otherwise it is in-
-              terpreted  as  a  symbolic mode mask similar to that accepted by
+              terpreted as a symbolic mode mask similar to  that  accepted  by
               _\bc_\bh_\bm_\bo_\bd(1).  If _\bm_\bo_\bd_\be is omitted, u\bum\bma\bas\bsk\bk prints the current value of
               the mask.  The -\b-S\bS option without a _\bm_\bo_\bd_\be argument prints the mask
               in a symbolic format; the default output is an octal number.  If
               the -\b-p\bp option is supplied, and _\bm_\bo_\bd_\be is omitted, the output is in
-              a form that may be reused as input.  The return status  is  zero
-              if  the mode was successfully changed or if no _\bm_\bo_\bd_\be argument was
+              a  form  that may be reused as input.  The return status is zero
+              if the mode was successfully changed or if no _\bm_\bo_\bd_\be argument  was
               supplied, and non-zero otherwise.
 
        u\bun\bna\bal\bli\bia\bas\bs [-a\ba] [_\bn_\ba_\bm_\be ...]
-              Remove each _\bn_\ba_\bm_\be from the list of defined  aliases.   If  -\b-a\b is
-              supplied,  remove  all  alias  definitions.  The return value is
+              Remove  each  _\bn_\ba_\bm_\be  from  the list of defined aliases.  If -\b-a\ba is
+              supplied, remove all alias definitions.   The  return  value  is
               true unless a supplied _\bn_\ba_\bm_\be is not a defined alias.
 
        u\bun\bns\bse\bet\bt [-f\bfv\bv] [-n\bn] [_\bn_\ba_\bm_\be ...]
-              For each _\bn_\ba_\bm_\be, remove the corresponding  variable  or  function.
+              For  each  _\bn_\ba_\bm_\be,  remove the corresponding variable or function.
               If the -\b-v\bv option is given, each _\bn_\ba_\bm_\be refers to a shell variable,
-              and  that  variable  is  removed.  If -\b-f\bf is specified, each _\bn_\ba_\bm_\be
-              refers to a shell function, and the function definition  is  re-
-              moved.   If  the  -\b-n\bn  option is supplied, and _\bn_\ba_\bm_\be is a variable
-              with the _\bn_\ba_\bm_\be_\br_\be_\bf attribute, _\bn_\ba_\bm_\be will be unset rather  than  the
-              variable  it  references.   -\b-n\bn has no effect if the -\b-f\bf option is
-              supplied.  Read-only variables and functions may not  be  unset.
-              When  variables  or functions are removed, they are also removed
-              from the environment passed to subsequent commands.  If  no  op-
-              tions  are supplied, each _\bn_\ba_\bm_\be refers to a variable; if there is
-              no variable by that name, a function with that name, if any,  is
-              unset.   Some  shell  variables  may  not  be  unset.  If any of
+              and that variable is removed.  If -\b-f\bf  is  specified,  each  _\bn_\ba_\bm_\be
+              refers  to  a shell function, and the function definition is re-
+              moved.  If the -\b-n\bn option is supplied, and  _\bn_\ba_\bm_\be  is  a  variable
+              with  the  _\bn_\ba_\bm_\be_\br_\be_\bf attribute, _\bn_\ba_\bm_\be will be unset rather than the
+              variable it references.  -\b-n\bn has no effect if the  -\b-f\bf  option  is
+              supplied.   Read-only  variables and functions may not be unset.
+              When variables or functions are removed, they are  also  removed
+              from  the  environment passed to subsequent commands.  If no op-
+              tions are supplied, each _\bn_\ba_\bm_\be refers to a variable; if there  is
+              no  variable by that name, a function with that name, if any, is
+              unset.  Some shell variables  may  not  be  unset.   If  any  of
               B\bBA\bAS\bSH\bH_\b_A\bAL\bLI\bIA\bAS\bSE\bES\bS,  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV0\b0,  B\bBA\bAS\bSH\bH_\b_C\bCM\bMD\bDS\bS,  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMM\bMA\bAN\bND\bD,  B\bBA\bAS\bSH\bH_\b_S\bSU\bUB\bB-\b-
-              S\bSH\bHE\bEL\bLL\bL,   B\bBA\bAS\bSH\bHP\bPI\bID\bD,   C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS,   D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK,  E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE,
-              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS, F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE, G\bGR\bRO\bOU\bUP\bPS\bS, H\bHI\bIS\bST\bTC\bCM\bMD\bD,  L\bLI\bIN\bNE\bEN\bNO\bO,  R\bRA\bAN\bND\bDO\bOM\bM,  S\bSE\bEC\bC-\b-
-              O\bON\bND\bDS\bS,  or S\bSR\bRA\bAN\bND\bDO\bOM\bM are unset, they lose their special properties,
-              even if they are subsequently reset.  The exit  status  is  true
+              S\bSH\bHE\bEL\bLL\bL,  B\bBA\bAS\bSH\bHP\bPI\bID\bD,   C\bCO\bOM\bMP\bP_\b_W\bWO\bOR\bRD\bDB\bBR\bRE\bEA\bAK\bKS\bS,   D\bDI\bIR\bRS\bST\bTA\bAC\bCK\bK,   E\bEP\bPO\bOC\bCH\bHR\bRE\bEA\bAL\bLT\bTI\bIM\bME\bE,
+              E\bEP\bPO\bOC\bCH\bHS\bSE\bEC\bCO\bON\bND\bDS\bS,  F\bFU\bUN\bNC\bCN\bNA\bAM\bME\bE,  G\bGR\bRO\bOU\bUP\bPS\bS,  H\bHI\bIS\bST\bTC\bCM\bMD\bD, L\bLI\bIN\bNE\bEN\bNO\bO, R\bRA\bAN\bND\bDO\bOM\bM, S\bSE\bEC\bC-\b-
+              O\bON\bND\bDS\bS, or S\bSR\bRA\bAN\bND\bDO\bOM\bM are unset, they lose their special  properties,
+              even  if  they  are subsequently reset.  The exit status is true
               unless a _\bn_\ba_\bm_\be is readonly or may not be unset.
 
        w\bwa\bai\bit\bt [-\b-f\bfn\bn] [-\b-p\bp _\bv_\ba_\br_\bn_\ba_\bm_\be] [_\bi_\bd ...]
               Wait for each specified child process _\bi_\bd and return the termina-
-              tion  status of the last _\bi_\bd.  Each _\bi_\bd may be a process ID _\bp_\bi_\bd or
-              a job specification _\bj_\bo_\bb_\bs_\bp_\be_\bc; if  a  jobspec  is  supplied,  w\bwa\bai\bit\bt
+              tion status of the last _\bi_\bd.  Each _\bi_\bd may be a process ID _\bp_\bi_\b or
+              a  job  specification  _\bj_\bo_\bb_\bs_\bp_\be_\bc;  if  a jobspec is supplied, w\bwa\bai\bit\bt
               waits for all processes in the job.
 
-              If  no  options  or _\bi_\bds are supplied, w\bwa\bai\bit\bt waits for all running
-              background jobs and the last-executed process  substitution,  if
+              If no options or _\bi_\bds are supplied, w\bwa\bai\bit\bt waits  for  all  running
+              background  jobs  and the last-executed process substitution, if
               its process id is the same as $\b$!\b!, and the return status is zero.
 
-              If  the  -\b-n\bn  option  is  supplied, w\bwa\bai\bit\bt waits for any one of the
+              If the -\b-n\bn option is supplied, w\bwa\bai\bit\bt waits  for  any  one  of  the
               given _\bi_\bds or, if no _\bi_\bds are supplied, any job or process substi-
               tution, to complete and returns its exit status.  If none of the
-              supplied _\bi_\bds is a child of the shell, or if no _\bi_\bds are  supplied
-              and  the  shell has no unwaited-for children, the exit status is
+              supplied  _\bi_\bds is a child of the shell, or if no _\bi_\bds are supplied
+              and the shell has no unwaited-for children, the exit  status  is
               127.
 
-              If the -\b-p\bp option is supplied, w\bwa\bai\bit\bt assigns the  process  or  job
-              identifier  of  the job for which the exit status is returned to
-              the variable _\bv_\ba_\br_\bn_\ba_\bm_\be named by the option  argument.   The  vari-
-              able,  which cannot be readonly, will be unset initially, before
-              any assignment.  This is useful only when used with the  -\b-n\b op-
+              If  the  -\b-p\bp  option is supplied, w\bwa\bai\bit\bt assigns the process or job
+              identifier of the job for which the exit status is  returned  to
+              the  variable  _\bv_\ba_\br_\bn_\ba_\bm_\be  named by the option argument.  The vari-
+              able, which cannot be readonly, will be unset initially,  before
+              any  assignment.   This is useful only when used with the -\b-n\bn op-
               tion.
 
-              Supplying  the  -\b-f\bf  option,  when job control is enabled, forces
-              w\bwa\bai\bit\bto wait for each _\bi_\bd to terminate before returning its  sta-
+              Supplying the -\b-f\bf option, when job  control  is  enabled,  forces
+              w\bwa\bai\bit\b to wait for each _\bi_\bd to terminate before returning its sta-
               tus, instead of returning when it changes status.
 
-              If  none  of  the  _\bi_\bds  specify  one of the shell's active child
-              processes, the return status is 127.  If w\bwa\bai\bit\bt is interrupted  by
-              a  signal,  any _\bv_\ba_\br_\bn_\ba_\bm_\be will remain unset, and the return status
+              If none of the _\bi_\bds specify  one  of  the  shell's  active  child
+              processes,  the return status is 127.  If w\bwa\bai\bit\bt is interrupted by
+              a signal, any _\bv_\ba_\br_\bn_\ba_\bm_\be will remain unset, and the  return  status
               will be greater than 128, as described under S\bSI\bIG\bGN\bNA\bAL\bLS\bS in _\bb_\ba_\bs_\bh(1).
               Otherwise, the return status is the exit status of the last _\bi_\bd.
 
 S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE
-       Bash-4.0 introduced the concept of a _\bs_\bh_\be_\bl_\bl _\bc_\bo_\bm_\bp_\ba_\bt_\bi_\bb_\bi_\bl_\bi_\bt_\by _\bl_\be_\bv_\be_\bl,  speci-
+       Bash-4.0  introduced the concept of a _\bs_\bh_\be_\bl_\bl _\bc_\bo_\bm_\bp_\ba_\bt_\bi_\bb_\bi_\bl_\bi_\bt_\by _\bl_\be_\bv_\be_\bl, speci-
        fied as a set of options to the shopt builtin (c\bco\bom\bmp\bpa\bat\bt3\b31\b1, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, c\bco\bom\bm-\b-
-       p\bpa\bat\bt4\b40\b0,  c\bco\bom\bmp\bpa\bat\bt4\b41\b1,  and so on).  There is only one current compatibility
+       p\bpa\bat\bt4\b40\b0, c\bco\bom\bmp\bpa\bat\bt4\b41\b1, and so on).  There is only one  current  compatibility
        level -- each option is mutually exclusive.  The compatibility level is
-       intended to allow users to select behavior from previous versions  that
-       is  incompatible  with newer versions while they migrate scripts to use
-       current features and behavior.  It's intended to be a  temporary  solu-
+       intended  to allow users to select behavior from previous versions that
+       is incompatible with newer versions while they migrate scripts  to  use
+       current  features  and behavior.  It's intended to be a temporary solu-
        tion.
 
-       This  section does not mention behavior that is standard for a particu-
-       lar version (e.g., setting c\bco\bom\bmp\bpa\bat\bt3\b32\b2 means that quoting the  right  hand
-       side  of  the regexp matching operator quotes special regexp characters
-       in the word, which is default behavior in bash-3.2 and subsequent  ver-
+       This section does not mention behavior that is standard for a  particu-
+       lar  version  (e.g., setting c\bco\bom\bmp\bpa\bat\bt3\b32\b2 means that quoting the right hand
+       side of the regexp matching operator quotes special  regexp  characters
+       in  the word, which is default behavior in bash-3.2 and subsequent ver-
        sions).
 
-       If  a  user enables, say, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, it may affect the behavior of other
-       compatibility levels up to  and  including  the  current  compatibility
-       level.   The  idea  is  that each compatibility level controls behavior
-       that changed in that version of b\bba\bas\bsh\bh, but that behavior may  have  been
-       present  in  earlier versions.  For instance, the change to use locale-
-       based comparisons with the [\b[[\b[ command came  in  bash-4.1,  and  earlier
+       If a user enables, say, c\bco\bom\bmp\bpa\bat\bt3\b32\b2, it may affect the behavior  of  other
+       compatibility  levels  up  to  and  including the current compatibility
+       level.  The idea is that each  compatibility  level  controls  behavior
+       that  changed  in that version of b\bba\bas\bsh\bh, but that behavior may have been
+       present in earlier versions.  For instance, the change to  use  locale-
+       based  comparisons  with  the  [\b[[\b[ command came in bash-4.1, and earlier
        versions used ASCII-based comparisons, so enabling c\bco\bom\bmp\bpa\bat\bt3\b32\b2 will enable
-       ASCII-based  comparisons  as  well.  That granularity may not be suffi-
-       cient for all uses, and as a result users should  employ  compatibility
-       levels  carefully.   Read the documentation for a particular feature to
+       ASCII-based comparisons as well.  That granularity may  not  be  suffi-
+       cient  for  all uses, and as a result users should employ compatibility
+       levels carefully.  Read the documentation for a particular  feature  to
        find out the current behavior.
 
-       Bash-4.3 introduced a new shell variable: B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.  The  value  as-
+       Bash-4.3  introduced  a new shell variable: B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.  The value as-
        signed to this variable (a decimal version number like 4.2, or an inte-
-       ger  corresponding to the c\bco\bom\bmp\bpa\bat\bt_\bN_\bN option, like 42) determines the com-
+       ger corresponding to the c\bco\bom\bmp\bpa\bat\bt_\bN_\bN option, like 42) determines the  com-
        patibility level.
 
        Starting with bash-4.4, b\bba\bas\bsh\bh began deprecating older compatibility lev-
        els.  Eventually, the options will be removed in favor of B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT.
 
-       Bash-5.0 was the final version for which there was an individual  shopt
-       option  for the previous version.  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is the only mechanism to
+       Bash-5.0  was the final version for which there was an individual shopt
+       option for the previous version.  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT is the only mechanism  to
        control the compatibility level in versions newer than bash-5.0.
 
-       The following table describes the behavior changes controlled  by  each
+       The  following  table describes the behavior changes controlled by each
        compatibility level setting.  The c\bco\bom\bmp\bpa\bat\bt_\bN_\bN tag is used as shorthand for
        setting the compatibility level to _\bN_\bN using one of the following mecha-
-       nisms.   For versions prior to bash-5.0, the compatibility level may be
-       set using the corresponding c\bco\bom\bmp\bpa\bat\bt_\bN_\bN shopt option.   For  bash-4.3  and
-       later  versions,  the  B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT variable is preferred, and it is re-
+       nisms.  For versions prior to bash-5.0, the compatibility level may  be
+       set  using  the  corresponding c\bco\bom\bmp\bpa\bat\bt_\bN_\bN shopt option.  For bash-4.3 and
+       later versions, the B\bBA\bAS\bSH\bH_\b_C\bCO\bOM\bMP\bPA\bAT\bT variable is preferred, and  it  is  re-
        quired for bash-5.1 and later versions.
 
        c\bco\bom\bmp\bpa\bat\bt3\b31\b1
@@ -2193,118 +2206,118 @@ S\bSH\bHE\bEL\bLL\bL C\bCO\bOM\bMP\bPA\bAT\bTI\bIB\bBI\bIL\bLI\bIT\bTY\bY M\bMO\bOD\bDE\bE
                      ator (=) has no special effect.
 
        c\bco\bom\bmp\bpa\bat\bt3\b32\b2
-              +\bo      The <\b< and >\b> operators to the [\b[[\b[ command do  not  consider
+              +\bo      The  <\b<  and >\b> operators to the [\b[[\b[ command do not consider
                      the current locale when comparing strings; they use ASCII
                      ordering.
 
        c\bco\bom\bmp\bpa\bat\bt4\b40\b0
-              +\bo      The  <\b<  and >\b> operators to the [\b[[\b[ command do not consider
+              +\bo      The <\b< and >\b> operators to the [\b[[\b[ command do  not  consider
                      the current locale when comparing strings; they use ASCII
                      ordering.  B\bBa\bas\bsh\bh versions prior to bash-4.1 use ASCII col-
-                     lation and _\bs_\bt_\br_\bc_\bm_\bp(3); bash-4.1 and later use the  current
+                     lation  and _\bs_\bt_\br_\bc_\bm_\bp(3); bash-4.1 and later use the current
                      locale's collation sequence and _\bs_\bt_\br_\bc_\bo_\bl_\bl(3).
 
        c\bco\bom\bmp\bpa\bat\bt4\b41\b1
-              +\bo      In  _\bp_\bo_\bs_\bi_\bx mode, t\bti\bim\bme\be may be followed by options and still
+              +\bo      In posix mode, t\bti\bim\bme\be may be followed by options and  still
                      be recognized as a reserved word (this is POSIX interpre-
                      tation 267).
               +\bo      In _\bp_\bo_\bs_\bi_\bx mode, the parser requires that an even number of
-                     single quotes occur in the  _\bw_\bo_\br_\bd  portion  of  a  double-
-                     quoted  parameter expansion and treats them specially, so
-                     that characters within the single quotes  are  considered
+                     single  quotes  occur  in  the  _\bw_\bo_\br_\bd portion of a double-
+                     quoted parameter expansion and treats them specially,  so
+                     that  characters  within the single quotes are considered
                      quoted (this is POSIX interpretation 221).
 
        c\bco\bom\bmp\bpa\bat\bt4\b42\b2
               +\bo      The replacement string in double-quoted pattern substitu-
-                     tion  does  not undergo quote removal, as it does in ver-
+                     tion does not undergo quote removal, as it does  in  ver-
                      sions after bash-4.2.
-              +\bo      In posix mode, single quotes are considered special  when
-                     expanding  the  _\bw_\bo_\br_\bd portion of a double-quoted parameter
-                     expansion and can be used to quote  a  closing  brace  or
-                     other  special character (this is part of POSIX interpre-
-                     tation 221); in later versions,  single  quotes  are  not
+              +\bo      In  posix mode, single quotes are considered special when
+                     expanding the _\bw_\bo_\br_\bd portion of a  double-quoted  parameter
+                     expansion  and  can  be  used to quote a closing brace or
+                     other special character (this is part of POSIX  interpre-
+                     tation  221);  in  later  versions, single quotes are not
                      special within double-quoted word expansions.
 
        c\bco\bom\bmp\bpa\bat\bt4\b43\b3
-              +\bo      Word  expansion  errors  are  considered non-fatal errors
-                     that cause the current command to  fail,  even  in  posix
-                     mode  (the  default behavior is to make them fatal errors
+              +\bo      Word expansion errors  are  considered  non-fatal  errors
+                     that  cause  the  current  command to fail, even in posix
+                     mode (the default behavior is to make them  fatal  errors
                      that cause the shell to exit).
-              +\bo      When  executing  a  shell  function,   the   loop   state
+              +\bo      When   executing   a   shell  function,  the  loop  state
                      (while/until/etc.)  is not reset, so b\bbr\bre\bea\bak\bk or c\bco\bon\bnt\bti\bin\bnu\bue\be in
                      that function will break or continue loops in the calling
                      context.  Bash-4.4 and later reset the loop state to pre-
                      vent this.
 
        c\bco\bom\bmp\bpa\bat\bt4\b44\b4
-              +\bo      The  shell  sets  up  the  values  used  by B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\bV and
-                     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\bso they can expand to  the  shell's  positional
-                     parameters  even  if  extended  debugging mode is not en-
+              +\bo      The shell sets  up  the  values  used  by  B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGV\b and
+                     B\bBA\bAS\bSH\bH_\b_A\bAR\bRG\bGC\b so  they  can expand to the shell's positional
+                     parameters even if extended debugging  mode  is  not  en-
                      abled.
-              +\bo      A subshell inherits loops from  its  parent  context,  so
-                     b\bbr\bre\bea\bak\b or  c\bco\bon\bnt\bti\bin\bnu\bue\be  will  cause  the  subshell  to exit.
-                     Bash-5.0 and later reset the loop state  to  prevent  the
+              +\bo      A  subshell  inherits  loops  from its parent context, so
+                     b\bbr\bre\bea\bak\bor  c\bco\bon\bnt\bti\bin\bnu\bue\be  will  cause  the  subshell  to  exit.
+                     Bash-5.0  and  later  reset the loop state to prevent the
                      exit
-              +\bo      Variable  assignments  preceding builtins like e\bex\bxp\bpo\bor\brt\bt and
+              +\bo      Variable assignments preceding builtins like  e\bex\bxp\bpo\bor\brt\b and
                      r\bre\bea\bad\bdo\bon\bnl\bly\by that set attributes continue to affect variables
                      with the same name in the calling environment even if the
                      shell is not in posix mode.
 
        c\bco\bom\bmp\bpa\bat\bt5\b50\b0
-              +\bo      Bash-5.1 changed the way $\b$R\bRA\bAN\bND\bDO\bOM\bM is generated  to  intro-
-                     duce  slightly more randomness.  If the shell compatibil-
+              +\bo      Bash-5.1  changed  the way $\b$R\bRA\bAN\bND\bDO\bOM\bM is generated to intro-
+                     duce slightly more randomness.  If the shell  compatibil-
                      ity level is set to 50 or lower, it reverts to the method
-                     from bash-5.0 and previous versions, so seeding the  ran-
-                     dom  number generator by assigning a value to R\bRA\bAN\bND\bDO\bOM\bM will
+                     from  bash-5.0 and previous versions, so seeding the ran-
+                     dom number generator by assigning a value to R\bRA\bAN\bND\bDO\bOM\b will
                      produce the same sequence as in bash-5.0.
-              +\bo      If the command hash table is empty, bash  versions  prior
-                     to  bash-5.1 printed an informational message to that ef-
-                     fect, even when producing output that can  be  reused  as
-                     input.   Bash-5.1 suppresses that message when the -\b-l\bl op-
+              +\bo      If  the  command hash table is empty, bash versions prior
+                     to bash-5.1 printed an informational message to that  ef-
+                     fect,  even  when  producing output that can be reused as
+                     input.  Bash-5.1 suppresses that message when the -\b-l\b op-
                      tion is supplied.
 
        c\bco\bom\bmp\bpa\bat\bt5\b51\b1
-              +\bo      The u\bun\bns\bse\bet\bt builtin treats attempts  to  unset  array  sub-
-                     scripts  @\b@ and *\b* differently depending on whether the ar-
-                     ray is indexed or associative, and  differently  than  in
+              +\bo      The  u\bun\bns\bse\bet\bt  builtin  treats  attempts to unset array sub-
+                     scripts @\b@ and *\b* differently depending on whether the  ar-
+                     ray  is  indexed  or associative, and differently than in
                      previous versions.
               +\bo      Arithmetic commands ( (\b((\b(...)\b))\b) ) and the expressions in an
                      arithmetic for statement can be expanded more than once.
-              +\bo      Expressions  used as arguments to arithmetic operators in
-                     the [\b[[\b[ conditional command  can  be  expanded  more  than
+              +\bo      Expressions used as arguments to arithmetic operators  in
+                     the  [\b[[\b[  conditional  command  can  be expanded more than
                      once.
-              +\bo      The  expressions  in  substring parameter brace expansion
+              +\bo      The expressions in substring  parameter  brace  expansion
                      can be expanded more than once.
               +\bo      The expressions in the $\b$(\b((\b(...)\b))\b) word expansion can be ex-
                      panded more than once.
-              +\bo      Arithmetic expressions used as indexed  array  subscripts
+              +\bo      Arithmetic  expressions  used as indexed array subscripts
                      can be expanded more than once.
-              +\bo      t\bte\bes\bst\b -\b-v\bv,  when  given an argument of A\bA[\b[@\b@]\b], where A\bA is an
+              +\bo      t\bte\bes\bst\b-\b-v\bv, when given an argument of A\bA[\b[@\b@]\b], where  A\bA  is  an
                      existing associative array, will return true if the array
-                     has any set elements.  Bash-5.2 will look for and  report
+                     has  any set elements.  Bash-5.2 will look for and report
                      on a key named @\b@.
               +\bo      The  ${_\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br[\b[:\b:]\b]=\b=_\bv_\ba_\bl_\bu_\be}  word  expansion  will  return
-                     _\bv_\ba_\bl_\bu_\be, before any variable-specific transformations  have
+                     _\bv_\ba_\bl_\bu_\be,  before any variable-specific transformations have
                      been performed (e.g., converting to lowercase).  Bash-5.2
                      will return the final value assigned to the variable.
-              +\bo      Parsing  command substitutions will behave as if extended
+              +\bo      Parsing command substitutions will behave as if  extended
                      globbing (see the description of the s\bsh\bho\bop\bpt\bt builtin above)
-                     is enabled, so that parsing a command  substitution  con-
+                     is  enabled,  so that parsing a command substitution con-
                      taining an extglob pattern (say, as part of a shell func-
-                     tion)  will  not fail.  This assumes the intent is to en-
-                     able extglob before the command is executed and word  ex-
-                     pansions  are  performed.  It will fail at word expansion
-                     time if extglob hasn't been enabled by the time the  com-
+                     tion) will not fail.  This assumes the intent is  to  en-
+                     able  extglob before the command is executed and word ex-
+                     pansions are performed.  It will fail at  word  expansion
+                     time  if extglob hasn't been enabled by the time the com-
                      mand is executed.
 
        c\bco\bom\bmp\bpa\bat\bt5\b52\b2
-              +\bo      The  t\bte\bes\bst\bt  builtin uses its historical algorithm to parse
-                     parenthesized subexpressions when given five or more  ar-
+              +\bo      The t\bte\bes\bst\bt builtin uses its historical algorithm  to  parse
+                     parenthesized  subexpressions when given five or more ar-
                      guments.
-              +\bo      If  the  -\b-p\bp or -\b-P\bP option is supplied to the b\bbi\bin\bnd\bd builtin,
+              +\bo      If the -\b-p\bp or -\b-P\bP option is supplied to the  b\bbi\bin\bnd\b builtin,
                      b\bbi\bin\bnd\bd treats any arguments remaining after option process-
-                     ing as bindable command names, and displays any  key  se-
-                     quences  bound to those commands, instead of treating the
+                     ing  as  bindable command names, and displays any key se-
+                     quences bound to those commands, instead of treating  the
                      arguments as key sequences to bind.
 
 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
index e7a7ac9b4641dd13105802ae41c62cc3df0b3559..9ee3bc982b3ce70fcd966865925accc0432a5401 100644 (file)
Binary files a/doc/builtins.pdf and b/doc/builtins.pdf differ
diff --git a/doc/builtins.ps b/doc/builtins.ps
deleted file mode 100644 (file)
index 8efaa9e..0000000
+++ /dev/null
@@ -1,3627 +0,0 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
-%%DocumentNeededResources: font Times-Italic
-%%+ font Times-Roman
-%%+ font Times-Bold
-%%+ font Symbol
-%%DocumentSuppliedResources: procset grops 1.23 0
-%%Pages: 28
-%%PageOrder: Ascend
-%%DocumentMedia: Default 612 792 0 () ()
-%%Orientation: Portrait
-%%EndComments
-%%BeginDefaults
-%%PageMedia: Default
-%%EndDefaults
-%%BeginProlog
-%%BeginResource: procset grops 1.23 0
-%!PS-Adobe-3.0 Resource-ProcSet
-/setpacking where{
-pop
-currentpacking
-true setpacking
-}if
-/grops 120 dict dup begin
-% The ASCII code of the space character.
-/SC 32 def
-/A/show load def
-/B{0 SC 3 -1 roll widthshow}bind def
-/C{0 exch ashow}bind def
-/D{0 exch 0 SC 5 2 roll awidthshow}bind def
-/E{0 rmoveto show}bind def
-/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
-/G{0 rmoveto 0 exch ashow}bind def
-/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/I{0 exch rmoveto show}bind def
-/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
-/K{0 exch rmoveto 0 exch ashow}bind def
-/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/M{rmoveto show}bind def
-/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
-/O{rmoveto 0 exch ashow}bind def
-/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/Q{moveto show}bind def
-/R{moveto 0 SC 3 -1 roll widthshow}bind def
-/S{moveto 0 exch ashow}bind def
-/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-% name size font SF -
-/SF{
-findfont exch
-[exch dup 0 exch 0 exch neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-% name a c d font MF -
-/MF{
-findfont
-[5 2 roll
-0 3 1 roll % b
-neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-/level0 0 def
-/RES 0 def
-/PL 0 def
-/LS 0 def
-% Enable manual feed.
-% MANUAL -
-/MANUAL{
-statusdict begin/manualfeed true store end
-}bind def
-% Guess the page length.
-% This assumes that the imageable area is vertically centered on the page.
-% PLG - length
-/PLG{
-gsave newpath clippath pathbbox grestore
-exch pop add exch pop
-}bind def
-% BP -
-/BP{
-/level0 save def
-1 setlinecap
-1 setlinejoin
-DEFS/BPhook known{DEFS begin BPhook end}if
-72 RES div dup scale
-LS{
-90 rotate
-}{
-0 PL translate
-}ifelse
-1 -1 scale
-}bind def
-/EP{
-level0 restore
-showpage
-}def
-% centerx centery radius startangle endangle DA -
-/DA{
-newpath arcn stroke
-}bind def
-% x y SN - x' y'
-% round a position to nearest (pixel + (.25,.25))
-/SN{
-transform
-.25 sub exch .25 sub exch
-round .25 add exch round .25 add exch
-itransform
-}bind def
-% endx endy startx starty DL -
-% we round the endpoints of the line, so that parallel horizontal
-% and vertical lines will appear even
-/DL{
-SN
-moveto
-SN
-lineto stroke
-}bind def
-% centerx centery radius DC -
-/DC{
-newpath 0 360 arc closepath
-}bind def
-/TM matrix def
-%  width height centerx centery DE -
-/DE{
-TM currentmatrix pop
-translate scale newpath 0 0 .5 0 360 arc closepath
-TM setmatrix
-}bind def
-% these are for splines
-/RC/rcurveto load def
-/RL/rlineto load def
-/ST/stroke load def
-/MT/moveto load def
-/CL/closepath load def
-% fill the last path
-% r g b Fr -
-/Fr{
-setrgbcolor fill
-}bind def
-% c m y k Fk -
-/setcmykcolor where{
-pop
-/Fk{
-setcmykcolor fill
-}bind def
-}if
-% g Fg -
-/Fg{
-setgray fill
-}bind def
-% fill with the "current color"
-/FL/fill load def
-/LW/setlinewidth load def
-/Cr/setrgbcolor load def
-/setcmykcolor where{
-pop
-/Ck/setcmykcolor load def
-}if
-/Cg/setgray load def
-% new_font_name encoding_vector old_font_name RE -
-/RE{
-findfont
-dup maxlength 1 index/FontName known not{1 add}if dict begin
-{
-1 index/FID ne
-2 index/UniqueID ne
-and
-{def}{pop pop}ifelse
-}forall
-/Encoding exch def
-dup/FontName exch def
-currentdict end definefont pop
-}bind def
-/DEFS 0 def
-% hpos vpos EBEGIN -
-/EBEGIN{
-moveto
-DEFS begin
-}bind def
-/EEND/end load def
-/CNT 0 def
-/level1 0 def
-% llx lly newwid wid newht ht newllx newlly PBEGIN -
-/PBEGIN{
-/level1 save def
-translate
-div 3 1 roll div exch scale
-neg exch neg exch translate
-% set the graphics state to default values
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[]0 setdash
-/setstrokeadjust where{
-pop
-false setstrokeadjust
-}if
-/setoverprint where{
-pop
-false setoverprint
-}if
-newpath
-/CNT countdictstack def
-userdict begin
-/showpage{}def
-%
-%  Any included setpagedevice should be ignored.
-%  See: http://www.w-beer.de/doc/ps/.
-%
-/setpagedevice{}def
-mark
-}bind def
-/PEND{
-cleartomark
-countdictstack CNT sub{end}repeat
-level1 restore
-}bind def
-end def
-/setpacking where{
-pop
-setpacking
-}if
-%%EndResource
-%%EndProlog
-%%BeginSetup
-%%BeginFeature: *PageSize Default
-<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
-%%EndFeature
-%%IncludeResource: font Times-Italic
-%%IncludeResource: font Times-Roman
-%%IncludeResource: font Times-Bold
-%%IncludeResource: font Symbol
-grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
-def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
-/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
-/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
-/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
-/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
-/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
-/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
-/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
-/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
-/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
-/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
-/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
-/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
-/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
-/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
-/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
-/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
-/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
-/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
-/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
-/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
-/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0/Times-Roman RE
-/Times-Italic@0 ENC0/Times-Italic RE
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2
-10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1 .622
-(:, ., [, alias, bg, bind, break, b)108 96 R .622(uiltin, caller)-.2 F
-3.122(,c)-.4 G .622
-(d, command, compgen, complete, compopt, continue, declare,)-3.122 F
-.076(dirs, diso)108 108 R .076(wn, echo, enable, e)-.25 F -.25(va)-.25 G
-.076(l, e).25 F -.15(xe)-.15 G .076(c, e).15 F .077(xit, e)-.15 F .077
-(xport, f)-.15 F .077(alse, fc, fg, getopts, hash, help, history)-.1 F
-2.577(,j)-.65 G .077(obs, kill, let, lo-)-2.577 F .077
-(cal, logout, map\214le, popd, printf, pushd, pwd, read, readarray)108
-120 R 2.577(,r)-.65 G(eadonly)-2.577 E 2.577(,r)-.65 G .076
-(eturn, set, shift, shopt, source, sus-)-2.577 F .279(pend, test, times\
-, trap, true, type, typeset, ulimit, umask, unalias, unset, w)108 132 R
-.279(ait \255 bash b)-.1 F .279(uilt-in commands, see)-.2 F/F3 10
-/Times-Bold@0 SF(bash)108 144 Q F1(\(1\))A F2 -.329(BA)72 160.8 S(SH B)
-.329 E(UIL)-.11 E(TIN COMMANDS)-1.007 E F1 .063
-(Unless otherwise noted, each b)108 172.8 R .062(uiltin command documen\
-ted in this section as accepting options preceded by)-.2 F F3<ad>108
-184.8 Q F1(accepts)3.077 E F3<adad>3.077 E F1 .577
-(to signify the end of the options.)3.077 F(The)5.577 E F3(:)3.077 E F1
-(,)A F3(true)3.077 E F1(,)A F3(false)3.077 E F1 3.077(,a)C(nd)-3.077 E
-F3(test)3.077 E F1(/)A F3([)A F1 -.2(bu)3.077 G .577
-(iltins do not accept options).2 F .462(and do not treat)108 196.8 R F3
-<adad>2.961 E F1(specially)2.961 E 5.461(.T)-.65 G(he)-5.461 E F3(exit)
-2.961 E F1(,)A F3(logout)2.961 E F1(,)A F3 -.18(re)2.961 G(tur).18 E(n)
--.15 E F1(,)A F3(br)2.961 E(eak)-.18 E F1(,)A F3(continue)2.961 E F1(,)A
-F3(let)2.961 E F1 2.961(,a)C(nd)-2.961 E F3(shift)2.961 E F1 -.2(bu)
-2.961 G .461(iltins accept and).2 F .26(process ar)108 208.8 R .26
-(guments be)-.18 F .26(ginning with)-.15 F F3<ad>2.76 E F1 .261
-(without requiring)2.76 F F3<adad>2.761 E F1 5.261(.O)C .261(ther b)
--5.261 F .261(uiltins that accept ar)-.2 F .261(guments b)-.18 F .261
-(ut are not)-.2 F 1.154(speci\214ed as accepting options interpret ar)
-108 220.8 R 1.154(guments be)-.18 F 1.154(ginning with)-.15 F F3<ad>
-3.654 E F1 1.154(as in)3.654 F -.25(va)-.4 G 1.154
-(lid options and require).25 F F3<adad>3.654 E F1(to)3.654 E(pre)108
-232.8 Q -.15(ve)-.25 G(nt this interpretation.).15 E F3(:)108 249.6 Q F1
-([)2.5 E F0(ar)A(guments)-.37 E F1(])A .451(No ef)144 261.6 R .451
-(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding)
--.15 E F0(ar)3.282 E(guments)-.37 E F1 .452(and performing an)3.222 F
-2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. The)144 273.6 R
-(return status is zero.)2.5 E F3(.)108 290.4 Q F0(\214lename)6.666 E F1
-([)2.5 E F0(ar)A(guments)-.37 E F1(])A F3(sour)108 302.4 Q(ce)-.18 E F0
-(\214lename)2.5 E F1([)2.5 E F0(ar)A(guments)-.37 E F1(])A 1.02
-(Read and e)144 314.4 R -.15(xe)-.15 G 1.02(cute commands from).15 F F0
-(\214lename)5.43 E F1 1.02(in the current shell en)3.7 F 1.02
-(vironment and return the e)-.4 F(xit)-.15 E 1.33
-(status of the last command e)144 326.4 R -.15(xe)-.15 G 1.331
-(cuted from).15 F F0(\214lename)5.741 E F1 6.331(.I).18 G(f)-6.331 E F0
-(\214lename)5.741 E F1 1.331(does not contain a slash, \214le-)4.011 F
-.023(names in)144 338.4 R/F4 9/Times-Bold@0 SF -.666(PA)2.523 G(TH)-.189
-E F1 .022(are used to \214nd the directory containing)2.273 F F0
-(\214lename)4.432 E F1 2.522(,b).18 G(ut)-2.722 E F0(\214lename)2.522 E
-F1 .022(does not need to be)2.522 F -.15(exe)144 350.4 S 3.86
-(cutable. The).15 F 1.36(\214le searched for in)3.86 F F4 -.666(PA)3.86
-G(TH)-.189 E F1 1.361(need not be e)3.61 F -.15(xe)-.15 G 3.861
-(cutable. When).15 F F3(bash)3.861 E F1 1.361(is not in)3.861 F F0
-(posix)3.861 E(mode)144 362.4 Q F1 2.772(,i)C 2.772(ts)-2.772 G .272
-(earches the current directory if no \214le is found in)-2.772 F F4
--.666(PA)2.771 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F1 .271(If the)
-4.771 F F3(sour)2.771 E(cepath)-.18 E F1 .271(option to the)2.771 F F3
-(shopt)144 374.4 Q F1 -.2(bu)3.659 G 1.159(iltin command is turned of).2
-F 1.159(f, the)-.25 F F4 -.666(PA)3.659 G(TH)-.189 E F1 1.159
-(is not searched.)3.409 F 1.16(If an)6.159 F(y)-.15 E F0(ar)3.66 E
-(guments)-.37 E F1 1.16(are supplied,)3.66 F(the)144 386.4 Q 3.045(yb)
--.15 G .544(ecome the positional parameters when)-3.045 F F0(\214lename)
-3.044 E F1 .544(is e)3.044 F -.15(xe)-.15 G 3.044(cuted. Otherwise).15 F
-.544(the positional para-)3.044 F .302(meters are unchanged.)144 398.4 R
-.302(If the)5.302 F F3<ad54>2.802 E F1 .302(option is enabled,)2.802 F
-F3(.)2.802 E F1 .302(inherits an)2.802 F 2.802(yt)-.15 G .302(rap on)
--2.802 F F3(DEB)2.802 E(UG)-.1 E F1 2.802(;i)C 2.802(fi)-2.802 G 2.802
-(ti)-2.802 G 2.803(sn)-2.802 G .303(ot, an)-2.803 F(y)-.15 E F3(DEB)144
-410.4 Q(UG)-.1 E F1 .382(trap string is sa)2.882 F -.15(ve)-.2 G 2.882
-(da).15 G .382(nd restored around the call to)-2.882 F F3(.)2.882 E F1
-2.882(,a)C(nd)-2.882 E F3(.)2.881 E F1 .381(unsets the)2.881 F F3(DEB)
-2.881 E(UG)-.1 E F1 .381(trap while)2.881 F .812(it e)144 422.4 R -.15
-(xe)-.15 G 3.312(cutes. If).15 F F3<ad54>3.312 E F1 .812
-(is not set, and the sourced \214le changes the)3.312 F F3(DEB)3.312 E
-(UG)-.1 E F1 .812(trap, the ne)3.312 F 3.312(wv)-.25 G .813(alue is re-)
--3.562 F 1.377(tained when)144 434.4 R F3(.)3.877 E F1 3.877
-(completes. The)3.877 F 1.376
-(return status is the status of the last command e)3.876 F 1.376
-(xited within the)-.15 F(script \(0 if no commands are e)144 446.4 Q
--.15(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F0(\214lename)4.41 E
-F1(is not found or cannot be read.)2.68 E F3(alias)108 463.2 Q F1([)2.5
-E F3<ad70>A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F3(Alias)144 475.2 Q F1 2.724(with no ar)
-5.224 F 2.724(guments or with the)-.18 F F3<ad70>5.224 E F1 2.724
-(option prints the list of aliases in the form)5.224 F F3(alias)5.225 E
-F0(name)144 487.2 Q F1(=)A F0(value)A F1 .58(on standard output.)3.08 F
-.58(When ar)5.58 F .58
-(guments are supplied, an alias is de\214ned for each)-.18 F F0(name)
-3.08 E F1(whose)144 499.2 Q F0(value)2.508 E F1 .009(is gi)2.508 F -.15
-(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F0(value)
-2.509 E F1 .009(causes the ne)2.509 F .009(xt w)-.15 F .009
-(ord to be check)-.1 F .009(ed for alias substi-)-.1 F .579
-(tution when the alias is e)144 511.2 R 3.079(xpanded. F)-.15 F .579
-(or each)-.15 F F0(name)3.079 E F1 .579(in the ar)3.079 F .579
-(gument list for which no)-.18 F F0(value)3.079 E F1 .578(is sup-)3.078
-F 1.313(plied, the name and v)144 523.2 R 1.314
-(alue of the alias is printed.)-.25 F F3(Alias)6.314 E F1 1.314
-(returns true unless a)3.814 F F0(name)3.814 E F1 1.314(is gi)3.814 F
--.15(ve)-.25 G 3.814(nf).15 G(or)-3.814 E
-(which no alias has been de\214ned.)144 535.2 Q F3(bg)108 552 Q F1([)2.5
-E F0(jobspec)A F1 1.666(...)2.5 G(])-1.666 E .745
-(Resume each suspended job)144 564 R F0(jobspec)3.245 E F1 .745
-(in the background, as if it had been started with)3.245 F F3(&)3.244 E
-F1 5.744(.I)C(f)-5.744 E F0(job-)4.984 E(spec)144 576 Q F1 .671
-(is not present, the shell')3.481 F 3.171(sn)-.55 G .672(otion of the)
--3.171 F F0(curr)3.172 E .672(ent job)-.37 F F1 .672(is used.)3.172 F F3
-(bg)5.672 E F0(jobspec)4.912 E F1 .672(returns 0 unless run)3.482 F .419
-(when job control is disabled or)144 588 R 2.919(,w)-.4 G .419
-(hen run with job control enabled, an)-2.919 F 2.918(ys)-.15 G
-(peci\214ed)-2.918 E F0(jobspec)2.918 E F1 -.1(wa)2.918 G 2.918(sn).1 G
-(ot)-2.918 E(found or w)144 600 Q(as started without job control.)-.1 E
-F3(bind)108 616.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1
-2.5(][)C F3(\255lpsvPSVX)-2.5 E F1(])A F3(bind)108 628.8 Q F1([)2.5 E F3
-<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F3<ad71>-2.5 E F0
-(function)2.5 E F1 2.5(][)C F3<ad75>-2.5 E F0(function)2.5 E F1 2.5(][)C
-F3<ad72>-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F3(bind)108 640.8 Q F1
-([)2.5 E F3<ad6d>A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F3<ad66>2.5 E F0
-(\214lename)2.5 E F3(bind)108 652.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)2.5
-G(ymap)-.2 E F1(])A F3<ad78>2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1([:])A F0
-(shell\255command)2.5 E F3(bind)108 664.8 Q F1([)2.5 E F3<ad6d>A F0 -.1
-(ke)2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0
-(function\255name)A F3(bind)108 676.8 Q F1([)2.5 E F3<ad6d>A F0 -.1(ke)
-2.5 G(ymap)-.2 E F1(])A F0 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F0 -.37(re)C
-(adline\255command).37 E F3(bind)108 688.8 Q F0 -.37(re)2.5 G
-(adline-command-line).37 E F1 .238(Display current)144 700.8 R F3 -.18
-(re)2.738 G(adline).18 E F1 -.1(ke)2.738 G 2.738(ya)-.05 G .239
-(nd function bindings, bind a k)-2.738 F .539 -.15(ey s)-.1 H .239
-(equence to a).15 F F3 -.18(re)2.739 G(adline).18 E F1 .239(function or)
-2.739 F .04(macro, or set a)144 712.8 R F3 -.18(re)2.54 G(adline).18 E
-F1 -.25(va)2.54 G 2.54(riable. Each).25 F .039(non-option ar)2.54 F .039
-(gument is a command as it w)-.18 F .039(ould appear in a)-.1 F F3 -.18
-(re)144 724.8 S(adline).18 E F1 1.471(initialization \214le such as)
-3.971 F F0(.inputr)4.201 E(c)-.37 E F1 3.971(,b).31 G 1.472
-(ut each binding or command must be passed as a)-4.171 F(GNU Bash 5.2)72
-768 Q(2023 January 27)141.79 E(1)195.95 E 0 Cg EP
-%%Page: 2 2
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .872
-(separate ar)144 84 R .872
-(gument; e.g., \\C\255x\\C\255r: re\255read\255init\255\214le.)-.18 F
-.872(In the follo)5.872 F .872(wing descriptions, output a)-.25 F -.25
-(va)-.2 G(il-).25 E .709
-(able to be re-read is formatted as commands that w)144 96 R .709
-(ould appear in a)-.1 F/F2 10/Times-Bold@0 SF -.18(re)3.209 G(adline).18
-E F1 .709(initialization \214le or)3.209 F .108(that w)144 108 R .108
-(ould be supplied as indi)-.1 F .107(vidual ar)-.25 F .107(guments to a)
--.18 F F2(bind)2.607 E F1 2.607(command. Options,)2.607 F .107
-(if supplied, ha)2.607 F .407 -.15(ve t)-.2 H(he).15 E(follo)144 120 Q
-(wing meanings:)-.25 E F2<ad6d>144 132 Q F0 -.1(ke)2.5 G(ymap)-.2 E F1
-(Use)180 144 Q F0 -.1(ke)5.158 G(ymap)-.2 E F1 2.658(as the k)5.348 F
--.15(ey)-.1 G 2.658(map to be af).15 F 2.659
-(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E F0 -.1(ke)
-180 156 S(ymap)-.2 E F1 3.193(names are)5.883 F F0 3.193
-(emacs, emacs\255standar)5.693 F 3.192
-(d, emacs\255meta, emacs\255ctlx, vi, vi\255mo)-.37 F(ve)-.1 E(,)-.1 E
-(vi\255command)180 168 Q F1 4.089(,a)C(nd)-4.089 E F0(vi\255insert)4.379
-E F1(.).68 E F0(vi)6.589 E F1 1.589(is equi)4.089 F -.25(va)-.25 G 1.589
-(lent to).25 F F0(vi\255command)4.089 E F1(\()4.089 E F0(vi\255mo)A(ve)
--.1 E F1 1.59(is also a syn-)4.089 F(on)180 180 Q(ym\);)-.15 E F0(emacs)
-2.5 E F1(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F0(emacs\255standar)
-2.5 E(d)-.37 E F1(.)A F2<ad6c>144 192 Q F1(List the names of all)180 192
-Q F2 -.18(re)2.5 G(adline).18 E F1(functions.)2.5 E F2<ad70>144 204 Q F1
-(Display)180 204 Q F2 -.18(re)2.5 G(adline).18 E F1
-(function names and bindings in such a w)2.5 E(ay that the)-.1 E 2.5(yc)
--.15 G(an be re-read.)-2.5 E F2<ad50>144 216 Q F1(List current)180 216 Q
-F2 -.18(re)2.5 G(adline).18 E F1(function names and bindings.)2.5 E F2
-<ad73>144 228 Q F1(Display)180 228 Q F2 -.18(re)3.655 G(adline).18 E F1
--.1(ke)3.655 G 3.655(ys)-.05 G 1.155
-(equences bound to macros and the strings the)-3.655 F 3.655(yo)-.15 G
-1.155(utput in such a)-3.655 F -.1(wa)180 240 S 2.5(yt).1 G(hat the)-2.5
-E 2.5(yc)-.15 G(an be re-read.)-2.5 E F2<ad53>144 252 Q F1(Display)180
-252 Q F2 -.18(re)2.5 G(adline).18 E F1 -.1(ke)2.5 G 2.5(ys)-.05 G
-(equences bound to macros and the strings the)-2.5 E 2.5(yo)-.15 G
-(utput.)-2.5 E F2<ad76>144 264 Q F1(Display)180 264 Q F2 -.18(re)2.5 G
-(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues in such a w)-.25 E(ay that the)-.1 E 2.5(yc)-.15 G
-(an be re-read.)-2.5 E F2<ad56>144 276 Q F1(List current)180 276 Q F2
--.18(re)2.5 G(adline).18 E F1 -.25(va)2.5 G(riable names and v).25 E
-(alues.)-.25 E F2<ad66>144 288 Q F0(\214lename)2.5 E F1(Read k)180 300 Q
-.3 -.15(ey b)-.1 H(indings from).15 E F0(\214lename)2.5 E F1(.)A F2
-<ad71>144 312 Q F0(function)2.5 E F1(Query about which k)180 324 Q -.15
-(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4 H(he named).1
-E F0(function)2.5 E F1(.)A F2<ad75>144 336 Q F0(function)2.5 E F1
-(Unbind all k)180 348 Q -.15(ey)-.1 G 2.5(sb).15 G(ound to the named)
--2.5 E F0(function)2.5 E F1(.)A F2<ad72>144 360 Q F0 -.1(ke)2.5 G(yseq)
--.2 E F1(Remo)180 372 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H
-(urrent binding for).15 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(.)A F2<ad78>144
-384 Q F0 -.1(ke)2.5 G(yseq)-.2 E F2([: ])A F0(shell\255command)A F1
-(Cause)180 396 Q F0(shell\255command)4.344 E F1 1.844(to be e)4.344 F
--.15(xe)-.15 G 1.844(cuted whene).15 F -.15(ve)-.25 G(r).15 E F0 -.1(ke)
-4.345 G(yseq)-.2 E F1 1.845(is entered.)4.345 F 1.845(The separator be-)
-6.845 F(tween)180 408 Q F0 -.1(ke)3.016 G(yseq)-.2 E F1(and)3.016 E F0
-(shell\255command)3.016 E F1 .516
-(is either whitespace or a colon optionally follo)3.016 F .515(wed by)
--.25 F 3.458(whitespace. If)180 420 R .958(the separator is whitespace,)
-3.458 F F0(shell\255command)3.458 E F1 .958(must be enclosed in double)
-3.458 F .623(quotes and)180 432 R F2 -.18(re)3.123 G(adline).18 E F1
--.15(ex)3.123 G .623(pands an).15 F 3.123(yo)-.15 G 3.123(fi)-3.123 G
-.623(ts special backslash-escapes in)-3.123 F F0(shell\255command)3.122
-E F1(be-)3.122 E .712(fore sa)180 444 R .712(ving it.)-.2 F .713
-(If the separator is a colon, an)5.712 F 3.213(ye)-.15 G .713
-(nclosing double quotes are optional, and)-3.213 F F2 -.18(re)180 456 S
-(adline).18 E F1 .099(does not e)2.599 F .099
-(xpand the command string before sa)-.15 F .098(ving it.)-.2 F .098
-(Since the entire k)5.098 F .398 -.15(ey b)-.1 H(ind-).15 E 2.72(ing e)
-180 468 R 2.72(xpression must be a single ar)-.15 F 2.72
-(gument, it should be enclosed in quotes.)-.18 F(When)7.72 E F0
-(shell\255command)180 480 Q F1 .563(is e)3.063 F -.15(xe)-.15 G .563
-(cuted, the shell sets the).15 F/F3 9/Times-Bold@0 SF(READLINE_LINE)
-3.063 E F1 -.25(va)2.813 G .563(riable to the contents).25 F .319
-(of the)180 492 R F2 -.18(re)2.82 G(adline).18 E F1 .32(line b)2.82 F
-(uf)-.2 E .32(fer and the)-.25 F F3(READLINE_POINT)2.82 E F1(and)2.57 E
-F3(READLINE_MARK)2.82 E F1 -.25(va)2.57 G(riables).25 E .546
-(to the current location of the insertion point and the sa)180 504 R
--.15(ve)-.2 G 3.045(di).15 G .545(nsertion point \(the mark\), re-)
--3.045 F(specti)180 516 Q -.15(ve)-.25 G(ly).15 E 7.188(.T)-.65 G 2.188
-(he shell assigns an)-7.188 F 4.688(yn)-.15 G 2.188(umeric ar)-4.688 F
-2.188(gument the user supplied to the)-.18 F F3(READ-)4.688 E
-(LINE_ARGUMENT)180 528 Q F1 -.25(va)2.399 G 2.649(riable. If).25 F .149
-(there w)2.649 F .149(as no ar)-.1 F .149(gument, that v)-.18 F .148
-(ariable is not set.)-.25 F .148(If the e)5.148 F(x-)-.15 E .582
-(ecuted command changes the v)180 540 R .583(alue of an)-.25 F 3.083(yo)
--.15 G(f)-3.083 E F3(READLINE_LINE)3.083 E/F4 9/Times-Roman@0 SF(,)A F3
-(READLINE_POINT)2.833 E F4(,)A F1(or)2.833 E F3(READLINE_MARK)180 552 Q
-F4(,)A F1(those ne)2.25 E 2.5(wv)-.25 G
-(alues will be re\215ected in the editing state.)-2.75 E F2<ad58>144 564
-Q F1 .83(List all k)180 564 R 1.13 -.15(ey s)-.1 H .829
-(equences bound to shell commands and the associated commands in a for)
-.15 F(-)-.2 E(mat that can be reused as input.)180 576 Q(The return v)
-144 592.8 Q(alue is 0 unless an unrecognized option is gi)-.25 E -.15
-(ve)-.25 G 2.5(no).15 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G(rror occurred.)-2.5
-E F2(br)108 609.6 Q(eak)-.18 E F1([)2.5 E F0(n)A F1(])A .054
-(Exit from within a)144 621.6 R F2 -.25(fo)2.554 G(r).25 E F1(,)A F2
-(while)2.554 E F1(,)A F2(until)2.555 E F1 2.555(,o)C(r)-2.555 E F2
-(select)2.555 E F1 2.555(loop. If)2.555 F F0(n)2.555 E F1 .055
-(is speci\214ed, break)2.555 F F0(n)2.555 E F1(le)2.555 E -.15(ve)-.25 G
-(ls.).15 E F0(n)5.415 E F1 .055(must be)2.795 F/F5 10/Symbol SF<b3>2.555
-E F1(1.)2.555 E(If)144 633.6 Q F0(n)3.075 E F1 .215(is greater than the\
- number of enclosing loops, all enclosing loops are e)2.955 F 2.714
-(xited. The)-.15 F .214(return v)2.714 F(alue)-.25 E(is 0 unless)144
-645.6 Q F0(n)2.5 E F1(is not greater than or equal to 1.)2.5 E F2 -.2
-(bu)108 662.4 S(iltin).2 E F0(shell\255b)2.5 E(uiltin)-.2 E F1([)2.5 E
-F0(ar)A(guments)-.37 E F1(])A(Ex)144 674.4 Q .77
-(ecute the speci\214ed shell b)-.15 F .77(uiltin, passing it)-.2 F F0
-(ar)3.601 E(guments)-.37 E F1 3.271(,a).27 G .771(nd return its e)-3.271
-F .771(xit status.)-.15 F .771(This is useful)5.771 F .616
-(when de\214ning a function whose name is the same as a shell b)144
-686.4 R .615(uiltin, retaining the functionality of)-.2 F .57(the b)144
-698.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F2(cd)3.07 E F1
--.2(bu)3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E
-5.57(.T)-.65 G .57(he return status)-5.57 F(is f)144 710.4 Q(alse if)-.1
-E F0(shell\255b)2.84 E(uiltin)-.2 E F1(is not a shell b)2.74 E
-(uiltin command.)-.2 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(2)
-195.95 E 0 Cg EP
-%%Page: 3 3
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(caller)108 84 Q F1([)2.5 E F0 -.2(ex)C(pr).2 E F1(])A
-.254(Returns the conte)144 96 R .254(xt of an)-.15 F 2.754(ya)-.15 G
-(cti)-2.754 E .554 -.15(ve s)-.25 H .254
-(ubroutine call \(a shell function or a script e).15 F -.15(xe)-.15 G
-.254(cuted with the).15 F F2(.)2.753 E F1(or)2.753 E F2(sour)144 108 Q
-(ce)-.18 E F1 -.2(bu)2.824 G 2.824(iltins\). W).2 F(ithout)-.4 E F0 -.2
-(ex)2.824 G(pr).2 E F1(,)A F2(caller)2.824 E F1 .324
-(displays the line number and source \214lename of the current)2.824 F
-.254(subroutine call.)144 120 R .254(If a non-ne)5.254 F -.05(ga)-.15 G
-(ti).05 E .554 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 F
-F0 -.2(ex)2.753 G(pr).2 E F1(,)A F2(caller)2.753 E F1 .253
-(displays the line number)2.753 F 2.753(,s)-.4 G(ub-)-2.753 E 1.327(rou\
-tine name, and source \214le corresponding to that position in the curr\
-ent e)144 132 R -.15(xe)-.15 G 1.328(cution call stack.).15 F .001
-(This e)144 144 R .001(xtra information may be used, for e)-.15 F .001
-(xample, to print a stack trace.)-.15 F(The current frame is frame)5 E
-3.019(0. The)144 156 R .519(return v)3.019 F .519
-(alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .52
-(cuting a subroutine call or).15 F F0 -.2(ex)3.02 G(pr).2 E F1 .52
-(does not corre-)3.02 F(spond to a v)144 168 Q
-(alid position in the call stack.)-.25 E F2(cd)108 184.8 Q F1([)2.5 E F2
-<ad4c>A F1(|[)A F2<ad50>A F1([)2.5 E F2<ad65>A F1(]]] [\255@] [)A F0
-(dir)A F1(])A .322(Change the current directory to)144 196.8 R F0(dir)
-2.822 E F1 5.322(.i)C(f)-5.322 E F0(dir)2.822 E F1 .321
-(is not supplied, the v)2.822 F .321(alue of the)-.25 F/F3 9
-/Times-Bold@0 SF(HOME)2.821 E F1 .321(shell v)2.571 F .321(ariable is)
--.25 F 1.365(the def)144 208.8 R 3.865(ault. The)-.1 F -.25(va)3.865 G
-(riable).25 E F3(CDP)3.865 E -.855(AT)-.666 G(H).855 E F1 1.365
-(de\214nes the search path for the directory containing)3.615 F F0(dir)
-4.216 E F1 3.866(:t).73 G(he)-3.866 E .91
-(shell searches each directory name in)144 220.8 R F3(CDP)3.41 E -.855
-(AT)-.666 G(H).855 E F1(for)3.16 E F0(dir)3.41 E F1 5.91(.A)C(lternati)
--5.91 E 1.209 -.15(ve d)-.25 H .909(irectory names in).15 F F3(CDP)3.409
-E -.855(AT)-.666 G(H).855 E F1 .764(are separated by a colon \(:\).)144
-232.8 R 3.264(An)5.764 G .764(ull directory name in)-3.264 F F3(CDP)
-3.264 E -.855(AT)-.666 G(H).855 E F1 .764
-(is the same as the current direc-)3.014 F(tory)144 244.8 Q 2.872(,i)
--.65 G .372(.e., If)-2.872 F F0(dir)3.222 E F1(be)3.602 E .372
-(gins with a slash \(/\), then)-.15 F F3(CDP)2.872 E -.855(AT)-.666 G(H)
-.855 E F1 .372(is not used.)2.622 F(The)5.371 E F2<ad50>2.871 E F1 .371
-(option causes)2.871 F F2(cd)2.871 E F1 .371(to use)2.871 F 1.03(the ph)
-144 256.8 R 1.031
-(ysical directory structure by resolving symbolic links while tra)-.05 F
--.15(ve)-.2 G(rsing).15 E F0(dir)3.531 E F1 1.031(and before pro-)3.531
-F .947(cessing instances of)144 268.8 R F0(..)3.447 E F1(in)3.447 E F0
-(dir)3.447 E F1 .947(\(see also the)3.447 F F2<ad50>3.447 E F1 .947
-(option to the)3.447 F F2(set)3.446 E F1 -.2(bu)3.446 G .946
-(iltin command\); the).2 F F2<ad4c>3.446 E F1(option)3.446 E .19
-(forces symbolic links to be follo)144 280.8 R .191
-(wed by resolving the link after processing instances of)-.25 F F0(..)
-2.691 E F1(in)2.691 E F0(dir)2.691 E F1 5.191(.I)C(f)-5.191 E F0(..)144
-292.8 Q F1 .322(appears in)2.822 F F0(dir)2.822 E F1 2.822(,i)C 2.822
-(ti)-2.822 G 2.822(sp)-2.822 G .321(rocessed by remo)-2.822 F .321
-(ving the immediately pre)-.15 F .321(vious pathname component from)-.25
-F F0(dir)144 304.8 Q F1 3.156(,b)C .656(ack to a slash or the be)-3.156
-F .656(ginning of)-.15 F F0(dir)3.156 E F1 5.656(.I)C 3.156(ft)-5.656 G
-(he)-3.156 E F2<ad65>3.156 E F1 .656(option is supplied with)3.156 F F2
-<ad50>3.156 E F1 3.156(,a)C .656(nd the current)-3.156 F -.1(wo)144
-316.8 S .863(rking directory cannot be successfully determined after a \
-successful directory change,).1 F F2(cd)3.363 E F1(will)3.363 E .338
-(return an unsuccessful status.)144 328.8 R .339
-(On systems that support it, the)5.338 F F2<ad40>2.839 E F1 .339
-(option presents the e)2.839 F .339(xtended at-)-.15 F(trib)144 340.8 Q
-.589(utes associated with a \214le as a directory)-.2 F 5.589(.A)-.65 G
-3.089(na)-5.589 G -.18(rg)-3.089 G .589(ument of).18 F F2<ad>3.089 E F1
-.588(is con)3.089 F -.15(ve)-.4 G .588(rted to).15 F F3($OLDPWD)3.088 E
-F1(before)2.838 E .21(the directory change is attempted.)144 352.8 R
-.211(If a non-empty directory name from)5.211 F F3(CDP)2.711 E -.855(AT)
--.666 G(H).855 E F1 .211(is used, or if)2.461 F F2<ad>2.711 E F1(is)
-2.711 E .274(the \214rst ar)144 364.8 R .274(gument, and the directory \
-change is successful, the absolute pathname of the ne)-.18 F 2.774(ww)
--.25 G(ork-)-2.874 E 1.055
-(ing directory is written to the standard output.)144 376.8 R 1.056
-(If the directory change is successful,)6.056 F F2(cd)3.556 E F1 1.056
-(sets the)3.556 F -.25(va)144 388.8 S .508(lue of the).25 F F2(PWD)3.008
-E F1(en)3.008 E .508(vironment v)-.4 F .508(ariable to the ne)-.25 F
-3.008(wd)-.25 G .508(irectory name, and sets the)-3.008 F F2(OLDPWD)
-3.008 E F1(en)3.008 E(vi-)-.4 E .112(ronment v)144 400.8 R .112
-(ariable to the v)-.25 F .112(alue of the current w)-.25 F .112
-(orking directory before the change.)-.1 F .112(The return v)5.112 F
-(alue)-.25 E(is true if the directory w)144 412.8 Q
-(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F2(command)108
-429.6 Q F1([)2.5 E F2(\255pVv)A F1(])A F0(command)2.5 E F1([)2.5 E F0
-(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(Run)144 441.6 Q F0(command)
-2.765 E F1(with)3.335 E F0(ar)2.895 E(gs)-.37 E F1 .065
-(suppressing the normal shell function lookup.)2.835 F .064(Only b)5.064
-F .064(uiltin commands or)-.2 F .501(commands found in the)144 453.6 R
-F3 -.666(PA)3.001 G(TH)-.189 E F1 .502(are e)2.751 F -.15(xe)-.15 G
-3.002(cuted. If).15 F(the)3.002 E F2<ad70>3.002 E F1 .502(option is gi)
-3.002 F -.15(ve)-.25 G .502(n, the search for).15 F F0(command)3.202 E
-F1(is)3.772 E .4(performed using a def)144 465.6 R .4(ault v)-.1 F .4
-(alue for)-.25 F F3 -.666(PA)2.9 G(TH)-.189 E F1 .399
-(that is guaranteed to \214nd all of the standard utilities.)2.649 F(If)
-5.399 E .174(either the)144 477.6 R F2<ad56>2.674 E F1(or)2.674 E F2
-<ad76>2.674 E F1 .175(option is supplied, a description of)2.674 F F0
-(command)2.875 E F1 .175(is printed.)3.445 F(The)5.175 E F2<ad76>2.675 E
-F1 .175(option causes)2.675 F 3.318(as)144 489.6 S .818(ingle w)-3.318 F
-.817(ord indicating the command or \214lename used to in)-.1 F -.2(vo)
--.4 G -.1(ke).2 G F0(command)3.617 E F1 .817(to be displayed; the)4.087
-F F2<ad56>144 501.6 Q F1 .249(option produces a more v)2.749 F .249
-(erbose description.)-.15 F .249(If the)5.249 F F2<ad56>2.749 E F1(or)
-2.749 E F2<ad76>2.75 E F1 .25(option is supplied, the e)2.75 F .25
-(xit status)-.15 F 1.005(is 0 if)144 513.6 R F0(command)3.705 E F1 -.1
-(wa)4.275 G 3.505(sf).1 G 1.005(ound, and 1 if not.)-3.505 F 1.004
-(If neither option is supplied and an error occurred or)6.005 F F0
-(command)144.2 525.6 Q F1 1.598(cannot be found, the e)4.868 F 1.599
-(xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.599
-(xit status of the)-.15 F F2(command)4.099 E F1 -.2(bu)144 537.6 S
-(iltin is the e).2 E(xit status of)-.15 E F0(command)2.7 E F1(.).77 E F2
-(compgen)108 554.4 Q F1([)2.5 E F2<ad56>A F0(varname)2.5 E F1 2.5(][)C
-F0(option)-2.5 E F1 2.5(][)C F0(wor)-2.5 E(d)-.37 E F1(])A .013
-(Generate possible completion matches for)144 566.4 R F0(wor)2.513 E(d)
--.37 E F1 .013(according to the)2.513 F F0(option)2.513 E F1 .013
-(s, which may be an)B 2.512(yo)-.15 G(ption)-2.512 E 1.216
-(accepted by the)144 578.4 R F2(complete)3.716 E F1 -.2(bu)3.716 G 1.216
-(iltin with the e).2 F 1.216(xceptions of)-.15 F F2<ad70>3.716 E F1(,)A
-F2<ad72>3.717 E F1(,)A F2<ad44>3.717 E F1(,)A F2<ad45>3.717 E F1 3.717
-(,a)C(nd)-3.717 E F2<ad49>3.717 E F1 3.717(,a)C 1.217(nd write the)
--3.717 F .505(matches to the standard output.)144 590.4 R .505(If the)
-5.505 F F2<ad56>3.005 E F1 .505(option is supplied,)3.005 F F2(compgen)
-3.004 E F1 .504(stores the generated com-)3.004 F 1.086
-(pletions into the inde)144 602.4 R -.15(xe)-.15 G 3.586(da).15 G 1.086
-(rray v)-3.586 F(ariable)-.25 E F0(varname)3.586 E F1 1.087
-(instead of writing them to the standard output.)3.586 F .195
-(When using the)144 614.4 R F2<ad46>2.695 E F1(or)2.695 E F2<ad43>2.695
-E F1 .195(options, the v)2.695 F .195(arious shell v)-.25 F .194
-(ariables set by the programmable completion)-.25 F -.1(fa)144 626.4 S
-(cilities, while a).1 E -.25(va)-.2 G(ilable, will not ha).25 E .3 -.15
-(ve u)-.2 H(seful v).15 E(alues.)-.25 E .352
-(The matches will be generated in the same w)144 643.2 R .352
-(ay as if the programmable completion code had gen-)-.1 F .02(erated th\
-em directly from a completion speci\214cation with the same \215ags.)144
-655.2 R(If)5.02 E F0(wor)2.52 E(d)-.37 E F1 .02(is speci\214ed, only)
-2.52 F(those completions matching)144 667.2 Q F0(wor)2.5 E(d)-.37 E F1
-(will be displayed.)2.5 E(The return v)144 684 Q
-(alue is true unless an in)-.25 E -.25(va)-.4 G
-(lid option is supplied, or no matches were generated.).25 E F2
-(complete)108 700.8 Q F1([)2.5 E F2(\255abcdefgjksuv)A F1 2.5(][)C F2
-<ad6f>-2.5 E F0(comp-option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5
-(][)C F2<ad41>-2.5 E F0(action)2.5 E F1(])A([)144 712.8 Q F2<ad47>A F0
-(globpat)2.5 E F1 2.5(][)C F2<ad57>-2.5 E F0(wor)2.5 E(dlist)-.37 E F1
-2.5(][)C F2<ad46>-2.5 E F0(function)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0
-(command)2.5 E F1(])A([)144 724.8 Q F2<ad58>A F0(\214lterpat)2.5 E F1
-2.5(][)C F2<ad50>-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F2<ad53>
--2.5 E F0(suf)2.5 E<8c78>-.18 E F1(])A F0(name)2.5 E F1([)2.5 E F0(name)
-A F1 1.666(...)2.5 G(])-1.666 E(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(3)195.95 E 0 Cg EP
-%%Page: 4 4
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(complete \255pr)108 84 Q F1([)2.5 E F2(\255DEI)A F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .633(Specify ho)144
-96 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633(uments to each).18 F F0(name)
-3.133 E F1 .633(should be completed.)3.133 F .634(If the)5.634 F F2
-<ad70>3.134 E F1 .634(option is supplied, or if no)3.134 F .567
-(options or)144 108 R F0(name)3.067 E F1 3.067(sa)C .567(re supplied, e)
--3.067 F .566(xisting completion speci\214cations are printed in a w)
--.15 F .566(ay that allo)-.1 F(ws)-.25 E .046
-(them to be reused as input.)144 120 R(The)5.046 E F2<ad72>2.546 E F1
-.046(option remo)2.546 F -.15(ve)-.15 G 2.547(sac).15 G .047
-(ompletion speci\214cation for each)-2.547 F F0(name)2.547 E F1 2.547
-(,o)C .847 -.4(r, i)-2.547 H(f).4 E(no)144 132 Q F0(name)2.954 E F1
-2.953(sa)C .453(re supplied, all completion speci\214cations.)-2.953 F
-(The)5.453 E F2<ad44>2.953 E F1 .453
-(option indicates that other supplied)2.953 F .687(options and actions \
-should apply to the command completion; that is, completion attempted o\
-n a)144 144 R 1.563(command for which no completion has pre)144 156 R
-1.562(viously been de\214ned.)-.25 F(The)6.562 E F2<ad45>4.062 E F1
-1.562(option indicates that)4.062 F 1.018(other supplied options and ac\
-tions should apply to command completion; that is, completion at-)144
-168 R 1.003(tempted on a blank line.)144 180 R(The)6.003 E F2<ad49>3.503
-E F1 1.002
-(option indicates that other supplied options and actions should)3.503 F
-.52(apply to completion on the initial non-assignment w)144 192 R .52
-(ord on the line, or after a command delimiter)-.1 F .726(such as)144
-204 R F2(;)3.226 E F1(or)3.226 E F2(|)3.226 E F1 3.226(,w)C .726
-(hich is usually command name completion.)-3.226 F .725
-(If multiple options are supplied, the)5.725 F F2<ad44>144 216 Q F1 .636
-(option tak)3.136 F .636(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2
-<ad45>3.136 E F1 3.136(,a)C .637(nd both tak)-3.136 F 3.137(ep)-.1 G
-.637(recedence o)-3.137 F -.15(ve)-.15 G(r).15 E F2<ad49>3.137 E F1
-5.637(.I)C 3.137(fa)-5.637 G .937 -.15(ny o)-3.137 H(f).15 E F2<ad44>
-3.137 E F1(,)A F2<ad45>3.137 E F1 3.137(,o)C(r)-3.137 E F2<ad49>3.137 E
-F1 1.588(are supplied, an)144 228 R 4.088(yo)-.15 G(ther)-4.088 E F0
-(name)4.088 E F1(ar)4.088 E 1.588
-(guments are ignored; these completions only apply to the case)-.18 F
-(speci\214ed by the option.)144 240 Q .152
-(The process of applying these completion speci\214cations when w)144
-256.8 R .153(ord completion is attempted is de-)-.1 F(scribed in)144
-268.8 Q F0(bash)2.5 E F1(\(1\).)A .556
-(Other options, if speci\214ed, ha)144 285.6 R .856 -.15(ve t)-.2 H .555
-(he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555
-(guments to the)-.18 F F2<ad47>3.055 E F1(,)A F2<ad57>3.055 E F1 3.055
-(,a)C(nd)-3.055 E F2<ad58>3.055 E F1 .722(options \(and, if necessary)
-144 297.6 R 3.222(,t)-.65 G(he)-3.222 E F2<ad50>3.222 E F1(and)3.222 E
-F2<ad53>3.222 E F1 .723
-(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E
-(sion before the)144 309.6 Q F2(complete)2.5 E F1 -.2(bu)2.5 G
-(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F2<ad6f>144 326.4 Q
-F0(comp-option)2.5 E F1(The)184 338.4 Q F0(comp-option)2.791 E F1 .291
-(controls se)2.791 F -.15(ve)-.25 G .291(ral aspects of the compspec')
-.15 F 2.791(sb)-.55 G(eha)-2.791 E .291(vior be)-.2 F .291
-(yond the simple)-.15 F(generation of completions.)184 350.4 Q F0
-(comp-option)5 E F1(may be one of:)2.5 E F2(bashdefault)184 362.4 Q F1
-.281(Perform the rest of the def)224 374.4 R(ault)-.1 E F2(bash)2.781 E
-F1 .281(completions if the compspec generates no)2.781 F(matches.)224
-386.4 Q F2(default)184 398.4 Q F1 2.876(Use readline')224 398.4 R 5.376
-(sd)-.55 G(ef)-5.376 E 2.875
-(ault \214lename completion if the compspec generates no)-.1 F(matches.)
-224 410.4 Q F2(dir)184 422.4 Q(names)-.15 E F1(Perform directory name c\
-ompletion if the compspec generates no matches.)224 434.4 Q F2
-(\214lenames)184 446.4 Q F1 -.7(Te)224 458.4 S .137(ll readline that th\
-e compspec generates \214lenames, so it can perform an).7 F 2.637<798c>
--.15 G(le-)-2.637 E .134(name\255speci\214c processing \(lik)224 470.4 R
-2.634(ea)-.1 G .134(dding a slash to directory names, quoting spe-)
--2.634 F .45(cial characters, or suppressing trailing spaces\).)224
-482.4 R .45(Intended to be used with shell)5.45 F(functions.)224 494.4 Q
-F2(fullquote)184 506.4 Q F1 -.7(Te)224 518.4 S
-(ll readline to quote all the completed w).7 E(ords e)-.1 E -.15(ve)-.25
-G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 G
-(re not \214lenames.)-2.5 E F2(noquote)184 530.4 Q F1 -.7(Te)224 530.4 S
-.814(ll readline not to quote the completed w).7 F .814(ords if the)-.1
-F 3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F
-(\214lenames is the def)224 542.4 Q(ault\).)-.1 E F2(nosort)184 554.4 Q
-F1 -.7(Te)224 554.4 S(ll readline not to sort the list of possible comp\
-letions alphabetically).7 E(.)-.65 E F2(nospace)184 566.4 Q F1 -.7(Te)
-224 566.4 S .22(ll readline not to append a space \(the def).7 F .22
-(ault\) to w)-.1 F .22(ords completed at the end)-.1 F(of the line.)224
-578.4 Q F2(plusdirs)184 590.4 Q F1 1.985(After an)224 590.4 R 4.485(ym)
--.15 G 1.985
-(atches de\214ned by the compspec are generated, directory name)-4.485 F
-.583(completion is attempted and an)224 602.4 R 3.084(ym)-.15 G .584
-(atches are added to the results of the other)-3.084 F(actions.)224
-614.4 Q F2<ad41>144 626.4 Q F0(action)2.5 E F1(The)184 638.4 Q F0
-(action)2.5 E F1(may be one of the follo)2.5 E
-(wing to generate a list of possible completions:)-.25 E F2(alias)184
-650.4 Q F1(Alias names.)224 650.4 Q(May also be speci\214ed as)5 E F2
-<ad61>2.5 E F1(.)A F2(arrayv)184 662.4 Q(ar)-.1 E F1(Array v)224 674.4 Q
-(ariable names.)-.25 E F2(binding)184 686.4 Q(Readline)224 686.4 Q F1
--.1(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F2 -.2(bu)184 698.4 S
-(iltin).2 E F1(Names of shell b)224 698.4 Q(uiltin commands.)-.2 E
-(May also be speci\214ed as)5 E F2<ad62>2.5 E F1(.)A(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(4)195.95 E 0 Cg EP
-%%Page: 5 5
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(command)184 84 Q F1(Command names.)224 96 Q
-(May also be speci\214ed as)5 E F2<ad63>2.5 E F1(.)A F2(dir)184 108 Q
-(ectory)-.18 E F1(Directory names.)224 120 Q(May also be speci\214ed as)
-5 E F2<ad64>2.5 E F1(.)A F2(disabled)184 132 Q F1
-(Names of disabled shell b)224 144 Q(uiltins.)-.2 E F2(enabled)184 156 Q
-F1(Names of enabled shell b)224 156 Q(uiltins.)-.2 E F2(export)184 168 Q
-F1(Names of e)224 168 Q(xported shell v)-.15 E 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad65>2.5 E F1(.)A F2(\214le)184 180 Q
-F1(File names.)224 180 Q(May also be speci\214ed as)5 E F2<ad66>2.5 E F1
-(.)A F2(function)184 192 Q F1(Names of shell functions.)224 204 Q F2(gr)
-184 216 Q(oup)-.18 E F1(Group names.)224 216 Q
-(May also be speci\214ed as)5 E F2<ad67>2.5 E F1(.)A F2(helptopic)184
-228 Q F1(Help topics as accepted by the)224 240 Q F2(help)2.5 E F1 -.2
-(bu)2.5 G(iltin.).2 E F2(hostname)184 252 Q F1(Hostnames, as tak)224 264
-Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF
-(HOSTFILE)2.5 E F1(shell v)2.25 E(ariable.)-.25 E F2(job)184 276 Q F1
-(Job names, if job control is acti)224 276 Q -.15(ve)-.25 G 5(.M).15 G
-(ay also be speci\214ed as)-5 E F2<ad6a>2.5 E F1(.)A F2 -.1(ke)184 288 S
-(yw).1 E(ord)-.1 E F1(Shell reserv)224 300 Q(ed w)-.15 E 2.5(ords. May)
--.1 F(also be speci\214ed as)2.5 E F2<ad6b>2.5 E F1(.)A F2(running)184
-312 Q F1(Names of running jobs, if job control is acti)224 312 Q -.15
-(ve)-.25 G(.).15 E F2(ser)184 324 Q(vice)-.1 E F1(Service names.)224 324
-Q(May also be speci\214ed as)5 E F2<ad73>2.5 E F1(.)A F2(setopt)184 336
-Q F1 -1.11(Va)224 336 S(lid ar)1.11 E(guments for the)-.18 E F2<ad6f>2.5
-E F1(option to the)2.5 E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2
-(shopt)184 348 Q F1(Shell option names as accepted by the)224 348 Q F2
-(shopt)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E F2(signal)184 360 Q F1
-(Signal names.)224 360 Q F2(stopped)184 372 Q F1
-(Names of stopped jobs, if job control is acti)224 372 Q -.15(ve)-.25 G
-(.).15 E F2(user)184 384 Q F1(User names.)224 384 Q
-(May also be speci\214ed as)5 E F2<ad75>2.5 E F1(.)A F2 -.1(va)184 396 S
-(riable).1 E F1(Names of all shell v)224 396 Q 2.5(ariables. May)-.25 F
-(also be speci\214ed as)2.5 E F2<ad76>2.5 E F1(.)A F2<ad43>144 408 Q F0
-(command)2.5 E(command)184 420 Q F1 1.056(is e)3.556 F -.15(xe)-.15 G
-1.056(cuted in a subshell en).15 F 1.056
-(vironment, and its output is used as the possible)-.4 F 2.5
-(completions. Ar)184 432 R(guments are passed as with the)-.18 E F2
-<ad46>2.5 E F1(option.)2.5 E F2<ad46>144 444 Q F0(function)2.5 E F1 .113
-(The shell function)184 456 R F0(function)2.614 E F1 .114(is e)2.614 F
--.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614
-(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 468 R
--.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F2
-($1)A F1 3.316(\)i)C 3.316(st)-3.316 G .816
-(he name of the command whose ar)-3.316 F(guments)-.18 E 1.407
-(are being completed, the second ar)184 480 R 1.407(gument \()-.18 F F2
-($2)A F1 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407
-(ord being completed, and the)-.1 F .104(third ar)184 492 R .104
-(gument \()-.18 F F2($3)A F1 2.604(\)i)C 2.604(st)-2.604 G .104(he w)
--2.604 F .104(ord preceding the w)-.1 F .103
-(ord being completed on the current com-)-.1 F .101(mand line.)184 504 R
-.101(When it \214nishes, the possible completions are retrie)5.101 F
--.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the)
--.25 F F3(COMPREPL)184 516 Q(Y)-.828 E F1(array v)2.25 E(ariable.)-.25 E
-F2<ad47>144 528 Q F0(globpat)2.5 E F1 1.008(The pathname e)184 540 R
-1.008(xpansion pattern)-.15 F F0(globpat)3.507 E F1 1.007(is e)3.507 F
-1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 552 Q
-F2<ad50>144 564 Q F0(pr)2.5 E(e\214x)-.37 E(pr)184 576 Q(e\214x)-.37 E
-F1 .534(is added at the be)3.034 F .534
-(ginning of each possible completion after all other options ha)-.15 F
--.15(ve)-.2 G(been applied.)184 588 Q F2<ad53>144 600 Q F0(suf)2.5 E
-<8c78>-.18 E(suf)184 600 Q<8c78>-.18 E F1
-(is appended to each possible completion after all other options ha)2.5
-E .3 -.15(ve b)-.2 H(een applied.).15 E F2<ad57>144 612 Q F0(wor)2.5 E
-(dlist)-.37 E F1(The)184 624 Q F0(wor)3.64 E(dlist)-.37 E F1 1.14
-(is split using the characters in the)3.64 F F3(IFS)3.64 E F1 1.139
-(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F .98
-(each resultant w)184 636 R .98(ord is e)-.1 F 3.481(xpanded. Shell)-.15
-F .981(quoting is honored within)3.481 F F0(wor)3.481 E(dlist)-.37 E F1
-3.481(,i)C 3.481(no)-3.481 G .981(rder to)-3.481 F(pro)184 648 Q .766
-(vide a mechanism for the w)-.15 F .765
-(ords to contain shell metacharacters or characters in the)-.1 F -.25
-(va)184 660 S 1.964(lue of).25 F F3(IFS)4.464 E/F4 9/Times-Roman@0 SF(.)
-A F1 1.964
-(The possible completions are the members of the resultant list which)
-6.464 F(match the w)184 672 Q(ord being completed.)-.1 E F2<ad58>144 684
-Q F0(\214lterpat)2.5 E(\214lterpat)184 696 Q F1 .456
-(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F
-.455(is applied to the list of possible)2.956 F 1.596
-(completions generated by the preceding options and ar)184 708 R 1.596
-(guments, and each completion)-.18 F(matching)184 720 Q F0(\214lterpat)
-3.205 E F1 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704
-(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F2(!)3.204 E F1
-(in)3.204 E F0(\214lterpat)3.204 E F1(ne)3.204 E -.05(ga)-.15 G .704
-(tes the pattern;).05 F(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
-(5)195.95 E 0 Cg EP
-%%Page: 6 6
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(in this case, an)184 84 Q 2.5(yc)-.15 G(ompletion not matching)-2.5 E
-F0(\214lterpat)2.5 E F1(is remo)2.5 E -.15(ve)-.15 G(d.).15 E .46
-(The return v)144 100.8 R .46(alue is true unless an in)-.25 F -.25(va)
--.4 G .461(lid option is supplied, an option other than).25 F/F2 10
-/Times-Bold@0 SF<ad70>2.961 E F1(,)A F2<ad72>2.961 E F1(,)A F2<ad44>
-2.961 E F1(,)A F2<ad45>2.961 E F1(,)A(or)144 112.8 Q F2<ad49>2.986 E F1
-.486(is supplied without a)2.986 F F0(name)2.986 E F1(ar)2.986 E .486
-(gument, an attempt is made to remo)-.18 F .785 -.15(ve a c)-.15 H .485
-(ompletion speci\214ca-).15 F .163(tion for a)144 124.8 R F0(name)2.663
-E F1 .164(for which no speci\214cation e)2.663 F .164
-(xists, or an error occurs adding a completion speci\214ca-)-.15 F
-(tion.)144 136.8 Q F2(compopt)108 153.6 Q F1([)2.5 E F2<ad6f>A F0
-(option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5(][)C F2(+o)-2.5 E F0
-(option)2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A .447
-(Modify completion options for each)144 165.6 R F0(name)2.947 E F1 .447
-(according to the)2.947 F F0(option)2.947 E F1 .447
-(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725
-(completion if no)144 177.6 R F0(name)3.225 E F1 3.225(sa)C .725
-(re supplied.)-3.225 F .725(If no)5.725 F F0(option)3.225 E F1 3.225(sa)
-C .725(re gi)-3.225 F -.15(ve)-.25 G .726
-(n, display the completion options for).15 F(each)144 189.6 Q F0(name)
-3.224 E F1 .724(or the current completion.)3.224 F .724(The possible v)
-5.724 F .724(alues of)-.25 F F0(option)3.224 E F1 .724(are those v)3.224
-F .723(alid for the)-.25 F F2(com-)3.223 E(plete)144 201.6 Q F1 -.2(bu)
-2.677 G .177(iltin described abo).2 F -.15(ve)-.15 G 5.178(.T).15 G(he)
--5.178 E F2<ad44>2.678 E F1 .178
-(option indicates that other supplied options should apply to)2.678 F
-.805(the command completion; that is, completion attempted on a command\
- for which no completion)144 213.6 R .556(has pre)144 225.6 R .556
-(viously been de\214ned.)-.25 F(The)5.556 E F2<ad45>3.056 E F1 .557
-(option indicates that other supplied options should apply to)3.056 F
-.519(command completion; that is, completion attempted on a blank line.)
-144 237.6 R(The)5.518 E F2<ad49>3.018 E F1 .518(option indicates that)
-3.018 F .456(other supplied options should apply to completion on the i\
-nitial non-assignment w)144 249.6 R .456(ord on the line,)-.1 F
-(or after a command delimiter such as)144 261.6 Q F2(;)2.5 E F1(or)2.5 E
-F2(|)2.5 E F1 2.5(,w)C(hich is usually command name completion.)-2.5 E
-.432(The return v)144 278.4 R .431(alue is true unless an in)-.25 F -.25
-(va)-.4 G .431
-(lid option is supplied, an attempt is made to modify the op-).25 F
-(tions for a)144 290.4 Q F0(name)2.5 E F1
-(for which no completion speci\214cation e)2.5 E
-(xists, or an output error occurs.)-.15 E F2(continue)108 307.2 Q F1([)
-2.5 E F0(n)A F1(])A .85(Resume the ne)144 319.2 R .85
-(xt iteration of the enclosing)-.15 F F2 -.25(fo)3.35 G(r).25 E F1(,)A
-F2(while)3.351 E F1(,)A F2(until)3.351 E F1 3.351(,o)C(r)-3.351 E F2
-(select)3.351 E F1 3.351(loop. If)3.351 F F0(n)3.711 E F1 .851
-(is speci\214ed, re-)3.591 F .204(sume at the)144 331.2 R F0(n)2.704 E
-F1 .204(th enclosing loop.)B F0(n)5.564 E F1 .204(must be)2.944 F/F3 10
-/Symbol SF<b3>2.704 E F1 2.703(1. If)2.704 F F0(n)3.063 E F1 .203
-(is greater than the number of enclosing loops,)2.943 F .751
-(the shell resumes the last enclosing loop \(the loop\).)144 343.2 R
-.751(The return v)5.751 F .751(alue is 0 unless)-.25 F F0(n)3.251 E F1
-.752(is not greater)3.251 F(than or equal to 1.)144 355.2 Q F2(declar)
-108 372 Q(e)-.18 E F1([)2.5 E F2(\255aAfFgiIlnrtux)A F1 2.5(][)C F2
-<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
-1.666(..)-.834 G(])-1.666 E F2(typeset)108 384 Q F1([)2.5 E F2
-(\255aAfFgiIlnrtux)A F1 2.5(][)C F2<ad70>-2.5 E F1 2.5(][)C F0(name)-2.5
-E F1([=)A F0(value)A F1 2.5(].)C 1.666(..)-.834 G(])-1.666 E 1.265
-(Declare v)144 396 R 1.265(ariables and/or gi)-.25 F 1.565 -.15(ve t)
--.25 H 1.265(hem attrib).15 F 3.765(utes. If)-.2 F(no)3.765 E F0(name)
-3.765 E F1 3.765(sa)C 1.265(re gi)-3.765 F -.15(ve)-.25 G 3.764(nt).15 G
-1.264(hen display the v)-3.764 F 1.264(alues of)-.25 F -.25(va)144 408 S
-3.46(riables. The).25 F F2<ad70>3.46 E F1 .96
-(option will display the attrib)3.46 F .96(utes and v)-.2 F .96
-(alues of each)-.25 F F0(name)3.82 E F1 5.96(.W).18 G(hen)-5.96 E F2
-<ad70>3.46 E F1 .96(is used)3.46 F(with)144 420 Q F0(name)2.775 E F1(ar)
-2.775 E .275(guments, additional options, other than)-.18 F F2<ad66>
-2.775 E F1(and)2.775 E F2<ad46>2.775 E F1 2.775(,a)C .274(re ignored.)
--2.775 F(When)5.274 E F2<ad70>2.774 E F1 .274(is supplied)2.774 F
-(without)144 432 Q F0(name)2.863 E F1(ar)2.863 E .363
-(guments, it will display the attrib)-.18 F .363(utes and v)-.2 F .364
-(alues of all v)-.25 F .364(ariables ha)-.25 F .364(ving the attrib-)-.2
-F .118(utes speci\214ed by the additional options.)144 444 R .118
-(If no other options are supplied with)5.118 F F2<ad70>2.618 E F1(,)A F2
-(declar)2.618 E(e)-.18 E F1 .118(will dis-)2.618 F .469(play the attrib)
-144 456 R .469(utes and v)-.2 F .469(alues of all shell v)-.25 F 2.969
-(ariables. The)-.25 F F2<ad66>2.969 E F1 .47
-(option will restrict the display to shell)2.97 F 3.118(functions. The)
-144 468 R F2<ad46>3.118 E F1 .617(option inhibits the display of functi\
-on de\214nitions; only the function name and)3.117 F(attrib)144 480 Q
-1.058(utes are printed.)-.2 F 1.058(If the)6.058 F F2(extdeb)3.558 E(ug)
--.2 E F1 1.059(shell option is enabled using)3.559 F F2(shopt)3.559 E F1
-3.559(,t)C 1.059(he source \214le name)-3.559 F 1.282
-(and line number where each)144 492 R F0(name)3.781 E F1 1.281
-(is de\214ned are displayed as well.)3.781 F(The)6.281 E F2<ad46>3.781 E
-F1 1.281(option implies)3.781 F F2<ad66>3.781 E F1(.)A(The)144 504 Q F2
-<ad67>2.734 E F1 .234(option forces v)2.734 F .235
-(ariables to be created or modi\214ed at the global scope, e)-.25 F -.15
-(ve)-.25 G 2.735(nw).15 G(hen)-2.735 E F2(declar)2.735 E(e)-.18 E F1(is)
-2.735 E -.15(exe)144 516 S .528(cuted in a shell function.).15 F .528
-(It is ignored in all other cases.)5.528 F(The)5.527 E F2<ad49>3.027 E
-F1 .527(option causes local v)3.027 F(ariables)-.25 E .87
-(to inherit the attrib)144 528 R .87(utes \(e)-.2 F .87(xcept the)-.15 F
-F0(namer)3.371 E(ef)-.37 E F1(attrib)3.371 E .871(ute\) and v)-.2 F .871
-(alue of an)-.25 F 3.371(ye)-.15 G .871(xisting v)-3.521 F .871
-(ariable with the)-.25 F(same)144 540 Q F0(name)3.458 E F1 .958
-(at a surrounding scope.)3.458 F .958(If there is no e)5.958 F .957
-(xisting v)-.15 F .957(ariable, the local v)-.25 F .957
-(ariable is initially)-.25 F 2.745(unset. The)144 552 R(follo)2.745 E
-.245(wing options can be used to restrict output to v)-.25 F .246
-(ariables with the speci\214ed attrib)-.25 F(ute)-.2 E(or to gi)144 564
-Q .3 -.15(ve v)-.25 H(ariables attrib)-.1 E(utes:)-.2 E F2<ad61>144 576
-Q F1(Each)180 576 Q F0(name)2.5 E F1(is an inde)2.5 E -.15(xe)-.15 G 2.5
-(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F2(Arrays)2.5 E F1(in)2.5 E
-F0(bash)2.5 E F1(\(1\)\).)A F2<ad41>144 588 Q F1(Each)180 588 Q F0(name)
-2.5 E F1(is an associati)2.5 E .3 -.15(ve a)-.25 H(rray v).15 E
-(ariable \(see)-.25 E F2(Arrays)2.5 E F1(in)2.5 E F0(bash)2.5 E F1
-(\(1\)\).)A F2<ad66>144 600 Q F1(Use function names only)180 600 Q(.)
--.65 E F2<ad69>144 612 Q F1 .558(The v)180 612 R .558
-(ariable is treated as an inte)-.25 F .558(ger; arithmetic e)-.15 F -.25
-(va)-.25 G .558(luation \(see).25 F/F4 9/Times-Bold@0 SF .557
-(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 624 Q F1(in)2.25
-E F0(bash)2.5 E F1(\(1\)\) is performed when the v)A
-(ariable is assigned a v)-.25 E(alue.)-.25 E F2<ad6c>144 636 Q F1 .909
-(When the v)180 636 R .909(ariable is assigned a v)-.25 F .909
-(alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4
-G .91(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 648 R(upper)
-2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad6e>144 660 Q F1(Gi)
-180 660 Q 1.62 -.15(ve e)-.25 H(ach).15 E F0(name)3.82 E F1(the)3.82 E
-F0(namer)3.819 E(ef)-.37 E F1(attrib)3.819 E 1.319
-(ute, making it a name reference to another v)-.2 F(ariable.)-.25 E .477
-(That other v)180 672 R .478(ariable is de\214ned by the v)-.25 F .478
-(alue of)-.25 F F0(name)2.978 E F1 5.478(.A)C .478
-(ll references, assignments, and at-)-5.478 F(trib)180 684 Q .782
-(ute modi\214cations to)-.2 F F0(name)3.282 E F1 3.282(,e)C .782
-(xcept those using or changing the)-3.432 F F2<ad6e>3.281 E F1(attrib)
-3.281 E .781(ute itself, are)-.2 F .808(performed on the v)180 696 R
-.808(ariable referenced by)-.25 F F0(name)3.308 E F1 1.908 -.55('s v)D
-3.308(alue. The).3 F .809(nameref attrib)3.309 F .809(ute cannot be)-.2
-F(applied to array v)180 708 Q(ariables.)-.25 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(6)195.95 E 0 Cg EP
-%%Page: 7 7
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad72>144 84 Q F1(Mak)180 84 Q(e)-.1 E F0(name)3.655 E
-F1 3.655(sr)C(eadonly)-3.655 E 6.154(.T)-.65 G 1.154
-(hese names cannot then be assigned v)-6.154 F 1.154
-(alues by subsequent as-)-.25 F(signment statements or unset.)180 96 Q
-F2<ad74>144 108 Q F1(Gi)180 108 Q .729 -.15(ve e)-.25 H(ach).15 E F0
-(name)2.929 E F1(the)2.929 E F0(tr)2.929 E(ace)-.15 E F1(attrib)2.929 E
-2.929(ute. T)-.2 F .429(raced functions inherit the)-.35 F F2(DEB)2.929
-E(UG)-.1 E F1(and)2.93 E F2(RETURN)2.93 E F1
-(traps from the calling shell.)180 120 Q(The trace attrib)5 E
-(ute has no special meaning for v)-.2 E(ariables.)-.25 E F2<ad75>144 132
-Q F1 .91(When the v)180 132 R .909(ariable is assigned a v)-.25 F .909
-(alue, all lo)-.25 F(wer)-.25 E .909(-case characters are con)-.2 F -.15
-(ve)-.4 G .909(rted to upper).15 F(-)-.2 E 2.5(case. The)180 144 R(lo)
-2.5 E(wer)-.25 E(-case attrib)-.2 E(ute is disabled.)-.2 E F2<ad78>144
-156 Q F1(Mark)180 156 Q F0(name)2.5 E F1 2.5(sf)C(or e)-2.5 E
-(xport to subsequent commands via the en)-.15 E(vironment.)-.4 E 1.19
-(Using instead of turns of)144 172.8 R 3.69(ft)-.25 G 1.19(he attrib)
--3.69 F 1.191(ute instead, with the e)-.2 F 1.191(xceptions that)-.15 F
-F2(+a)3.691 E F1(and)3.691 E F2(+A)3.691 E F1 1.191(may not be)3.691 F
-1.362(used to destro)144 184.8 R 3.862(ya)-.1 G 1.362(rray v)-3.862 F
-1.361(ariables and)-.25 F F2(+r)3.861 E F1 1.361(will not remo)3.861 F
-1.661 -.15(ve t)-.15 H 1.361(he readonly attrib).15 F 3.861(ute. When)
--.2 F 1.361(used in a)3.861 F(function,)144 196.8 Q F2(declar)3.543 E(e)
--.18 E F1(and)3.543 E F2(typeset)3.543 E F1(mak)3.543 E 3.543(ee)-.1 G
-(ach)-3.543 E F0(name)3.543 E F1 1.043(local, as with the)3.543 F F2
-(local)3.544 E F1 1.044(command, unless the)3.544 F F2<ad67>3.544 E F1
-1.205(option is supplied.)144 208.8 R 1.205(If a v)6.205 F 1.205
-(ariable name is follo)-.25 F 1.205(wed by =)-.25 F F0(value)A F1 3.705
-(,t)C 1.205(he v)-3.705 F 1.205(alue of the v)-.25 F 1.205
-(ariable is set to)-.25 F F0(value)144 220.8 Q F1 5.217(.W)C .217
-(hen using)-5.217 F F2<ad61>2.717 E F1(or)2.717 E F2<ad41>2.717 E F1
-.217(and the compound assignment syntax to create array v)2.717 F .218
-(ariables, addi-)-.25 F .882(tional attrib)144 232.8 R .882
-(utes do not tak)-.2 F 3.382(ee)-.1 G -.25(ff)-3.382 G .882
-(ect until subsequent assignments.).25 F .882(The return v)5.882 F .882
-(alue is 0 unless an)-.25 F(in)144 244.8 Q -.25(va)-.4 G .458(lid optio\
-n is encountered, an attempt is made to de\214ne a function using an at\
-tempt is made to).25 F 1.243(assign a v)144 256.8 R 1.243
-(alue to a readonly v)-.25 F 1.242
-(ariable, an attempt is made to assign a v)-.25 F 1.242
-(alue to an array v)-.25 F(ariable)-.25 E .221
-(without using the compound assignment syntax \(see)144 268.8 R F2
-(Arrays)2.721 E F1(in)2.721 E F0(bash)2.721 E F1 .221
-(\(1\)\), one of the)B F0(names)2.722 E F1 .222(is not a)2.722 F -.25
-(va)144 280.8 S .172(lid shell v).25 F .171
-(ariable name, an attempt is made to turn of)-.25 F 2.671(fr)-.25 G .171
-(eadonly status for a readonly v)-2.671 F .171(ariable, an)-.25 F .96
-(attempt is made to turn of)144 292.8 R 3.46(fa)-.25 G .96
-(rray status for an array v)-3.46 F .96
-(ariable, or an attempt is made to display a)-.25 F(non-e)144 304.8 Q
-(xistent function with)-.15 E F2<ad66>2.5 E F1(.)A F2
-(dirs [\255clpv] [+)108 321.6 Q F0(n)A F2 2.5(][)C<ad>-2.5 E F0(n)A F2
-(])A F1 -.4(Wi)144 333.6 S .329
-(thout options, displays the list of currently remembered directories.)
-.4 F .328(The def)5.328 F .328(ault display is on a)-.1 F 1.238
-(single line with directory names separated by spaces.)144 345.6 R 1.238
-(Directories are added to the list with the)6.238 F F2(pushd)144 357.6 Q
-F1 .928(command; the)3.428 F F2(popd)3.428 E F1 .928(command remo)3.428
-F -.15(ve)-.15 G 3.428(se).15 G .928(ntries from the list.)-3.428 F .928
-(The current directory is al-)5.928 F -.1(wa)144 369.6 S
-(ys the \214rst directory in the stack.).1 E F2<ad63>144 381.6 Q F1
-(Clears the directory stack by deleting all of the entries.)180 381.6 Q
-F2<ad6c>144 393.6 Q F1 .881
-(Produces a listing using full pathnames; the def)180 393.6 R .882
-(ault listing format uses a tilde to denote)-.1 F(the home directory)180
-405.6 Q(.)-.65 E F2<ad70>144 417.6 Q F1
-(Print the directory stack with one entry per line.)180 417.6 Q F2<ad76>
-144 429.6 Q F1 .273(Print the directory stack with one entry per line, \
-pre\214xing each entry with its inde)180 429.6 R 2.772(xi)-.15 G 2.772
-(nt)-2.772 G(he)-2.772 E(stack.)180 441.6 Q F2(+)144 453.6 Q F0(n)A F1
-1.564(Displays the)180 453.6 R F0(n)4.064 E F1 1.565
-(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F2
-(dirs)4.065 E F1 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 465.6 Q F2<ad>144 477.6 Q F0
-(n)A F1 1.194(Displays the)180 477.6 R F0(n)3.694 E F1 1.194
-(th entry counting from the right of the list sho)B 1.194(wn by)-.25 F
-F2(dirs)3.694 E F1 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E
-(without options, starting with zero.)180 489.6 Q .257(The return v)144
-506.4 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258
-(lid option is supplied or).25 F F0(n)2.758 E F1(inde)2.758 E -.15(xe)
--.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-)
-.15 F(tory stack.)144 518.4 Q F2(diso)108 535.2 Q(wn)-.1 E F1([)2.5 E F2
-(\255ar)A F1 2.5(][)C F2<ad68>-2.5 E F1 2.5(][)C F0(jobspec)-2.5 E F1
--3.332 1.666(... |)2.5 H F0(pid).834 E F1 -3.332 1.666(... ])2.5 H -.4
-(Wi)144 547.2 S .122(thout options, remo).4 F .422 -.15(ve e)-.15 H(ach)
-.15 E F0(jobspec)4.362 E F1 .122(from the table of acti)2.932 F .422
--.15(ve j)-.25 H 2.622(obs. If).15 F F0(jobspec)4.362 E F1 .121
-(is not present, and)2.932 F .096(neither the)144 559.2 R F2<ad61>2.596
-E F1 .096(nor the)2.596 F F2<ad72>2.596 E F1 .096
-(option is supplied, the)2.596 F F0(curr)2.596 E .096(ent job)-.37 F F1
-.096(is used.)2.596 F .096(If the)5.096 F F2<ad68>2.596 E F1 .096
-(option is gi)2.596 F -.15(ve)-.25 G .096(n, each).15 F F0(jobspec)
-145.74 571.2 Q F1 .586(is not remo)3.396 F -.15(ve)-.15 G 3.086(df).15 G
-.585(rom the table, b)-3.086 F .585(ut is mark)-.2 F .585(ed so that)-.1
-F/F3 9/Times-Bold@0 SF(SIGHUP)3.085 E F1 .585
-(is not sent to the job if the)2.835 F .962(shell recei)144 583.2 R -.15
-(ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F1 .962
-(If no)5.462 F F0(jobspec)5.202 E F1 .962(is supplied, the)3.772 F F2
-<ad61>3.462 E F1 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15
-H 3.462(rm).15 G .962(ark all)-3.462 F 1.359(jobs; the)144 595.2 R F2
-<ad72>3.859 E F1 1.359(option without a)3.859 F F0(jobspec)5.599 E F1
-(ar)4.169 E 1.358(gument restricts operation to running jobs.)-.18 F
-1.358(The return)6.358 F -.25(va)144 607.2 S(lue is 0 unless a).25 E F0
-(jobspec)4.24 E F1(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E
-F2(echo)108 624 Q F1([)2.5 E F2(\255neE)A F1 2.5(][)C F0(ar)-2.5 E(g)
--.37 E F1 1.666(...)2.5 G(])-1.666 E .424(Output the)144 636 R F0(ar)
-2.924 E(g)-.37 E F1 .424(s, separated by spaces, follo)B .424
-(wed by a ne)-.25 F 2.924(wline. The)-.25 F .424
-(return status is 0 unless a write)2.924 F .308(error occurs.)144 648 R
-(If)5.308 E F2<ad6e>2.808 E F1 .308(is speci\214ed, the trailing ne)
-2.808 F .308(wline is suppressed.)-.25 F .307(If the)5.308 F F2<ad65>
-2.807 E F1 .307(option is gi)2.807 F -.15(ve)-.25 G .307(n, inter).15 F
-(-)-.2 E .197(pretation of the follo)144 660 R .198
-(wing backslash-escaped characters is enabled.)-.25 F(The)5.198 E F2
-<ad45>2.698 E F1 .198(option disables the in-)2.698 F .067
-(terpretation of these escape characters, e)144 672 R -.15(ve)-.25 G
-2.567(no).15 G 2.567(ns)-2.567 G .067(ystems where the)-2.567 F 2.567
-(ya)-.15 G .067(re interpreted by def)-2.567 F 2.567(ault. The)-.1 F F2
-(xpg_echo)144 684 Q F1 .681
-(shell option may be used to dynamically determine whether or not)3.18 F
-F2(echo)3.181 E F1 .681(interprets an)3.181 F(y)-.15 E .94
-(options and e)144 696 R .94(xpands these escape characters by def)-.15
-F(ault.)-.1 E F2(echo)5.94 E F1 .94(does not interpret)3.44 F F2<adad>
-3.44 E F1 .94(to mean the)3.44 F(end of options.)144 708 Q F2(echo)5 E
-F1(interprets the follo)2.5 E(wing escape sequences:)-.25 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(7)195.95 E 0 Cg EP
-%%Page: 8 8
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(\\a)144 84 Q F1(alert \(bell\))180 84 Q F2(\\b)144 96 Q
-F1(backspace)180 96 Q F2(\\c)144 108 Q F1(suppress further output)180
-108 Q F2(\\e)144 120 Q(\\E)144 132 Q F1(an escape character)180 132 Q F2
-(\\f)144 144 Q F1(form feed)180 144 Q F2(\\n)144 156 Q F1(ne)180 156 Q
-2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 168 Q F1(carriage return)180 168 Q
-F2(\\t)144 180 Q F1(horizontal tab)180 180 Q F2(\\v)144 192 Q F1 -.15
-(ve)180 192 S(rtical tab).15 E F2(\\\\)144 204 Q F1(backslash)180 204 Q
-F2(\\0)144 216 Q F0(nnn)A F1(the eight-bit character whose v)180 216 Q
-(alue is the octal v)-.25 E(alue)-.25 E F0(nnn)2.5 E F1
-(\(zero to three octal digits\))2.5 E F2(\\x)144 228 Q F0(HH)A F1
-(the eight-bit character whose v)180 228 Q(alue is the he)-.25 E
-(xadecimal v)-.15 E(alue)-.25 E F0(HH)2.5 E F1(\(one or tw)2.5 E 2.5(oh)
--.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2(\\u)144 240 Q F0(HHHH)A F1
-1.506(the Unicode \(ISO/IEC 10646\) character whose v)180 252 R 1.507
-(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F0(HHHH)
-4.007 E F1(\(one to four he)180 264 Q 2.5(xd)-.15 G(igits\))-2.5 E F2
-(\\U)144 276 Q F0(HHHHHHHH)A F1 .548
-(the Unicode \(ISO/IEC 10646\) character whose v)180 288 R .547
-(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F0(HHHHH-)
-3.047 E(HHH)180 300 Q F1(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\))
--2.5 E F2(enable)108 316.8 Q F1([)2.5 E F2<ad61>A F1 2.5(][)C F2
-(\255dnps)-2.5 E F1 2.5(][)C F2<ad66>-2.5 E F0(\214lename)2.5 E F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E .277
-(Enable and disable b)144 328.8 R .278(uiltin shell commands.)-.2 F .278
-(Disabling a b)5.278 F .278(uiltin allo)-.2 F .278
-(ws a disk command which has)-.25 F .834(the same name as a shell b)144
-340.8 R .834(uiltin to be e)-.2 F -.15(xe)-.15 G .834
-(cuted without specifying a full pathname, e).15 F -.15(ve)-.25 G 3.333
-(nt).15 G(hough)-3.333 E .989(the shell normally searches for b)144
-352.8 R .989(uiltins before disk commands.)-.2 F(If)5.989 E F2<ad6e>
-3.489 E F1 .99(is used, each)3.49 F F0(name)3.49 E F1 .99(is dis-)3.49 F
-.649(abled; otherwise,)144 364.8 R F0(names)3.148 E F1 .648
-(are enabled.)3.148 F -.15(Fo)5.648 G 3.148(re).15 G .648
-(xample, to use the)-3.298 F F2(test)3.148 E F1 .648
-(binary found via the)3.148 F/F3 9/Times-Bold@0 SF -.666(PA)3.148 G(TH)
--.189 E F1(in-)2.898 E .328(stead of the shell b)144 376.8 R .329
-(uiltin v)-.2 F .329(ersion, run The)-.15 F F2<ad66>2.829 E F1 .329
-(option means to load the ne)2.829 F 2.829(wb)-.25 G .329
-(uiltin command)-3.029 F F0(name)3.189 E F1 .132(from shared object)144
-388.8 R F0(\214lename)4.542 E F1 2.632(,o).18 G 2.632(ns)-2.632 G .131
-(ystems that support dynamic loading.)-2.632 F F2(Bash)5.131 E F1 .131
-(will use the v)2.631 F .131(alue of)-.25 F(the)144 400.8 Q F2 -.3(BA)
-4.456 G(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E -.95(AT)-.74 G(H).95 E F1
--.25(va)4.456 G 1.956
-(riable as a colon-separated list of directories in which to).25 F 1.315
-(search for)144 412.8 R F0(\214lename)3.815 E F1 3.815(,i)C(f)-3.815 E
-F0(\214lename)3.815 E F1 1.314(does not contain a slash.)3.814 F 1.314
-(The def)6.314 F 1.314(ault is system-dependent, and)-.1 F .789
-(may include to force a search of the current directory)144 424.8 R
-5.789(.T)-.65 G(he)-5.789 E F2<ad64>3.29 E F1 .79
-(option will delete a b)3.29 F .79(uiltin pre)-.2 F(vi-)-.25 E 1.079
-(ously loaded with)144 436.8 R F2<ad66>3.579 E F1 6.079(.I)C 3.579(fn)
--6.079 G(o)-3.579 E F0(name)3.579 E F1(ar)3.579 E 1.079(guments are gi)
--.18 F -.15(ve)-.25 G 1.078(n, or if the).15 F F2<ad70>3.578 E F1 1.078
-(option is supplied, a list of)3.578 F 1.711(shell b)144 448.8 R 1.711
-(uiltins is printed.)-.2 F -.4(Wi)6.711 G 1.711(th no other option ar).4
-F 1.712(guments, the list consists of all enabled shell)-.18 F -.2(bu)
-144 460.8 S 2.909(iltins. If).2 F F2<ad6e>2.909 E F1 .408
-(is supplied, only disabled b)2.909 F .408(uiltins are printed.)-.2 F
-(If)5.408 E F2<ad61>2.908 E F1 .408(is supplied, the list printed in-)
-2.908 F .307(cludes all b)144 472.8 R .308
-(uiltins, with an indication of whether or not each is enabled.)-.2 F
-(If)5.308 E F2<ad73>2.808 E F1 .308(is supplied, the out-)2.808 F .226
-(put is restricted to the POSIX)144 484.8 R F0(special)2.725 E F1 -.2
-(bu)2.725 G 2.725(iltins. If).2 F .225(no options are supplied and a)
-2.725 F F0(name)2.725 E F1 .225(is not a shell)2.725 F -.2(bu)144 496.8
-S(iltin,).2 E F2(enable)3.515 E F1 1.015(will attempt to load)3.515 F F0
-(name)3.515 E F1 1.015(from a shared object named)3.515 F F0(name)3.515
-E F1 3.515(,a)C 3.515(si)-3.515 G 3.515(ft)-3.515 G 1.015(he command)
--3.515 F .787(were The return v)144 508.8 R .786(alue is 0 unless a)-.25
-F F0(name)3.646 E F1 .786(is not a shell b)3.466 F .786
-(uiltin or there is an error loading a ne)-.2 F(w)-.25 E -.2(bu)144
-520.8 S(iltin from a shared object.).2 E F2 -2.3 -.15(ev a)108 537.6 T
-(l).15 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E(The)
-144 549.6 Q F0(ar)3.17 E(g)-.37 E F1 3.17(sa)C .671
-(re read and concatenated together into a single command.)-3.17 F .671
-(This command is then read)5.671 F .479(and e)144 561.6 R -.15(xe)-.15 G
-.479(cuted by the shell, and its e).15 F .479
-(xit status is returned as the v)-.15 F .478(alue of)-.25 F F2 -2.3 -.15
-(ev a)2.978 H(l).15 E F1 5.478(.I)C 2.978(ft)-5.478 G .478(here are no)
--2.978 F F0(ar)3.308 E(gs)-.37 E F1(,).27 E(or only null ar)144 573.6 Q
-(guments,)-.18 E F2 -2.3 -.15(ev a)2.5 H(l).15 E F1(returns 0.)2.5 E F2
-(exec)108 590.4 Q F1([)2.5 E F2(\255cl)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(name)2.5 E F1 2.5(][)C F0(command)-2.5 E F1([)2.5 E F0(ar)A(guments)
--.37 E F1(]])A(If)144 602.4 Q F0(command)3.005 E F1 .305
-(is speci\214ed, it replaces the shell.)3.575 F .305(No ne)5.305 F 2.805
-(wp)-.25 G .306(rocess is created.)-2.805 F(The)5.306 E F0(ar)3.136 E
-(guments)-.37 E F1(become)3.076 E .177(the ar)144 614.4 R .177
-(guments to)-.18 F F0(command)2.676 E F1 5.176(.I)C 2.676(ft)-5.176 G
-(he)-2.676 E F2<ad6c>2.676 E F1 .176
-(option is supplied, the shell places a dash at the be)2.676 F .176
-(ginning of)-.15 F .48(the zeroth ar)144 626.4 R .48(gument passed to)
--.18 F F0(command)3.18 E F1 5.48(.T).77 G .48(his is what)-5.48 F F0(lo)
-3.07 E(gin)-.1 E F1 .48(\(1\) does.).24 F(The)5.48 E F2<ad63>2.98 E F1
-.48(option causes)2.98 F F0(com-)3.18 E(mand)144 638.4 Q F1 .639
-(to be e)3.909 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138
-(vironment. If)-.4 F F2<ad61>3.138 E F1 .638
-(is supplied, the shell passes)3.138 F F0(name)3.498 E F1 .638(as the)
-3.318 F 1.077(zeroth ar)144 650.4 R 1.077(gument to the e)-.18 F -.15
-(xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F0(command)3.777 E F1
-1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a)
-.15 F(non-interacti)144 662.4 Q .877 -.15(ve s)-.25 H .577(hell e).15 F
-.577(xits, unless the)-.15 F F2(execfail)3.077 E F1 .577
-(shell option is enabled.)3.077 F .576(In that case, it returns f)5.577
-F(ail-)-.1 E 3.32(ure. An)144 674.4 R(interacti)3.32 E 1.12 -.15(ve s)
--.25 H .82(hell returns f).15 F .82(ailure if the \214le cannot be e)-.1
-F -.15(xe)-.15 G 3.32(cuted. A).15 F .82(subshell e)3.32 F .82
-(xits uncondi-)-.15 F .288(tionally if)144 686.4 R F2(exec)2.788 E F1
--.1(fa)2.788 G 2.788(ils. If).1 F F0(command)2.988 E F1 .288
-(is not speci\214ed, an)3.558 F 2.787(yr)-.15 G .287(edirections tak)
--2.787 F 2.787(ee)-.1 G -.25(ff)-2.787 G .287(ect in the current shell,)
-.25 F(and the return status is 0.)144 698.4 Q
-(If there is a redirection error)5 E 2.5(,t)-.4 G
-(he return status is 1.)-2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(8)195.95 E 0 Cg EP
-%%Page: 9 9
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(exit)108 84 Q F1([)2.5 E F0(n)A F1(])A .095
-(Cause the shell to e)144 84 R .095(xit with a status of)-.15 F F0(n)
-2.595 E F1 5.095(.I)C(f)-5.095 E F0(n)2.955 E F1 .096(is omitted, the e)
-2.835 F .096(xit status is that of the last command)-.15 F -.15(exe)144
-96 S 2.5(cuted. A).15 F(trap on)2.5 E/F3 9/Times-Bold@0 SF(EXIT)2.5 E F1
-(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E F2
-(export)108 112.8 Q F1([)2.5 E F2(\255fn)A F1 2.5(][).833 G F0(name)-2.5
-E F1([=)A F0(wor)A(d)-.37 E F1(]] .)A 1.666(..)1.666 G F2(export \255p)
-108 124.8 Q F1 .257(The supplied)144 136.8 R F0(names)3.117 E F1 .257
-(are mark)3.027 F .257(ed for automatic e)-.1 F .257(xport to the en)
--.15 F .257(vironment of subsequently e)-.4 F -.15(xe)-.15 G(cuted).15 E
-2.626(commands. If)144 148.8 R(the)2.626 E F2<ad66>2.626 E F1 .127
-(option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F0(names)2.987 E
-F1 .127(refer to functions.)2.897 F .127(If no)5.127 F F0(names)2.987 E
-F1 .127(are gi)2.897 F -.15(ve)-.25 G .127(n, or if the).15 F F2<ad70>
-144 160.8 Q F1 .048(option is supplied, a list of names of all e)2.548 F
-.048(xported v)-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F2
-<ad6e>2.547 E F1 .047(option causes the)2.547 F -.15(ex)144 172.8 S
-1.446(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447
-(rom each)-3.947 F F0(name)3.947 E F1 6.447(.I)C 3.947(fav)-6.447 G
-1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F0(wor)A(d)
--.37 E F1 3.947(,t)C(he)-3.947 E -.25(va)144 184.8 S .742(lue of the v)
-.25 F .742(ariable is set to)-.25 F F0(wor)3.242 E(d)-.37 E F1(.)A F2
-(export)5.742 E F1 .742(returns an e)3.242 F .741
-(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .741(lid option is)
-.25 F .031(encountered, one of the)144 196.8 R F0(names)2.531 E F1 .031
-(is not a v)2.531 F .032(alid shell v)-.25 F .032(ariable name, or)-.25
-F F2<ad66>2.532 E F1 .032(is supplied with a)2.532 F F0(name)2.892 E F1
-(that)2.712 E(is not a function.)144 208.8 Q F2(false)108 225.6 Q F1
-(Does nothing, returns a non-zero status.)144 225.6 Q F2(fc)108 242.4 Q
-F1([)2.5 E F2<ad65>A F0(ename)2.5 E F1 2.5(][)C F2(\255lnr)-2.5 E F1 2.5
-(][)C F0<8c72>-2.5 E(st)-.1 E F1 2.5(][)C F0(last)-2.5 E F1(])A F2
-(fc \255s)108 254.4 Q F1([)2.5 E F0(pat)A F1(=)A F0 -.37(re)C(p).37 E F1
-2.5(][)C F0(cmd)-2.5 E F1(])A .432
-(The \214rst form selects a range of commands from)144 266.4 R F0<8c72>
-4.842 E(st)-.1 E F1(to)3.612 E F0(last)3.022 E F1 .431
-(from the history list and displays or)3.612 F .141(edits and re-e)144
-278.4 R -.15(xe)-.15 G .141(cutes them.).15 F F0 -.45(Fi)5.141 G -.1(rs)
-.45 G(t).1 E F1(and)3.321 E F0(last)2.731 E F1 .141
-(may be speci\214ed as a string \(to locate the last command)3.321 F(be)
-144 290.4 Q .311(ginning with that string\) or as a number \(an inde)
--.15 F 2.811(xi)-.15 G .31(nto the history list, where a ne)-2.811 F
--.05(ga)-.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E .071
-(is used as an of)144 302.4 R .071
-(fset from the current command number\).)-.25 F .071(When listing, a)
-5.071 F F0<8c72>2.571 E(st)-.1 E F1(or)2.571 E F0(last)2.571 E F1 .071
-(of 0 is equi)2.571 F -.25(va)-.25 G(-).25 E .653
-(lent to \2551 and \2550 is equi)144 314.4 R -.25(va)-.25 G .653
-(lent to the current command \(usually the).25 F F2(fc)3.153 E F1 .653
-(command\); otherwise 0 is)3.153 F(equi)144 326.4 Q -.25(va)-.25 G .242
-(lent to \2551 and \2550 is in).25 F -.25(va)-.4 G 2.742(lid. If).25 F
-F0(last)2.832 E F1 .242
-(is not speci\214ed, it is set to the current command for list-)3.422 F
-.149(ing \(so that prints the last 10 commands\) and to)144 338.4 R F0
-<8c72>4.559 E(st)-.1 E F1 2.648(otherwise. If)3.328 F F0<8c72>4.558 E
-(st)-.1 E F1 .148(is not speci\214ed, it is set to)3.328 F(the pre)144
-350.4 Q(vious command for editing and \25516 for listing.)-.25 E(The)144
-367.2 Q F2<ad6e>2.522 E F1 .022
-(option suppresses the command numbers when listing.)2.522 F(The)5.022 E
-F2<ad72>2.522 E F1 .022(option re)2.522 F -.15(ve)-.25 G .022
-(rses the order of).15 F .438(the commands.)144 379.2 R .438(If the)
-5.438 F F2<ad6c>2.938 E F1 .438(option is gi)2.938 F -.15(ve)-.25 G .438
-(n, the commands are listed on standard output.).15 F(Otherwise,)5.438 E
-.334(the editor gi)144 391.2 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E
-F0(ename)3.024 E F1 .335(is in)3.014 F -.2(vo)-.4 G -.1(ke).2 G 2.835
-(do).1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835
-F(If)5.335 E F0(ename)3.025 E F1 .335(is not gi)3.015 F -.15(ve)-.25 G
-(n,).15 E .631(the v)144 403.2 R .631(alue of the)-.25 F F3(FCEDIT)3.131
-E F1 -.25(va)2.881 G .631(riable is used, and the v).25 F .631(alue of)
--.25 F F3(EDIT)3.131 E(OR)-.162 E F1(if)2.881 E F3(FCEDIT)3.13 E F1 .63
-(is not set.)2.88 F .63(If nei-)5.63 F .005(ther v)144 415.2 R .005
-(ariable is set,)-.25 F F0(vi)4.171 E F1 .005(is used.)4.171 F .005
-(When editing is complete, the edited commands are echoed and e)5.005 F
-(x-)-.15 E(ecuted.)144 427.2 Q .789(In the second form,)144 444 R F0
-(command)3.288 E F1 .788(is re-e)3.288 F -.15(xe)-.15 G .788
-(cuted after each instance of).15 F F0(pat)3.288 E F1 .788
-(is replaced by)3.288 F F0 -.37(re)3.288 G(p).37 E F1(.)A F0(Com-)5.788
-E(mand)144 456 Q F1 .762(is interpreted the same as)3.262 F F0<8c72>
-3.262 E(st)-.1 E F1(abo)3.262 E -.15(ve)-.15 G 5.762(.A).15 G .762
-(useful alias to use with this is so that typing runs)-2.5 F
-(the last command be)144 468 Q(ginning with and typing re-e)-.15 E -.15
-(xe)-.15 G(cutes the last command.).15 E .142
-(If the \214rst form is used, the return v)144 484.8 R .142
-(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142
-(lid option is encountered or).25 F F0<8c72>4.552 E(st)-.1 E F1(or)3.322
-E F0(last)2.732 E F1 .454(specify history lines out of range.)144 496.8
-R .454(If the)5.454 F F2<ad65>2.954 E F1 .454
-(option is supplied, the return v)2.954 F .455(alue is the v)-.25 F .455
-(alue of the)-.25 F .788(last command e)144 508.8 R -.15(xe)-.15 G .788
-(cuted or f).15 F .787
-(ailure if an error occurs with the temporary \214le of commands.)-.1 F
-.787(If the)5.787 F 1.135
-(second form is used, the return status is that of the command re-e)144
-520.8 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F0(cmd)3.836 E F1 1.136
-(does not)4.406 F(specify a v)144 532.8 Q
-(alid history line, in which case)-.25 E F2(fc)2.5 E F1(returns f)2.5 E
-(ailure.)-.1 E F2(fg)108 549.6 Q F1([)2.5 E F0(jobspec)A F1(])A(Resume)
-144 561.6 Q F0(jobspec)5.654 E F1 1.413(in the fore)4.224 F 1.413
-(ground, and mak)-.15 F 3.913(ei)-.1 G 3.913(tt)-3.913 G 1.413
-(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F0(jobspec)5.653 E F1
-1.413(is not present, the)4.223 F(shell')144 573.6 Q 3.116(sn)-.55 G
-.616(otion of the)-3.116 F F0(curr)3.116 E .616(ent job)-.37 F F1 .617
-(is used.)3.116 F .617(The return v)5.617 F .617
-(alue is that of the command placed into the)-.25 F(fore)144 585.6 Q
-.363(ground, or f)-.15 F .363
-(ailure if run when job control is disabled or)-.1 F 2.862(,w)-.4 G .362
-(hen run with job control enabled, if)-2.862 F F0(jobspec)145.74 597.6 Q
-F1(does not specify a v)2.81 E(alid job or)-.25 E F0(jobspec)4.24 E F1
-(speci\214es a job that w)2.81 E(as started without job control.)-.1 E
-F2(getopts)108 614.4 Q F0(optstring name)2.5 E F1([)2.5 E F0(ar)A(g)-.37
-E F1 1.666(...)2.5 G(])-1.666 E F2(getopts)144 626.4 Q F1 .793
-(is used by shell procedures to parse positional parameters.)3.293 F F0
-(optstring)6.023 E F1 .793(contains the option)3.513 F .15
-(characters to be recognized; if a character is follo)144 638.4 R .149
-(wed by a colon, the option is e)-.25 F .149(xpected to ha)-.15 F .449
--.15(ve a)-.2 H(n).15 E(ar)144 650.4 Q .578
-(gument, which should be separated from it by white space.)-.18 F .579
-(The colon and question mark char)5.579 F(-)-.2 E .636
-(acters may not be used as option characters.)144 662.4 R .636
-(Each time it is in)5.636 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F2(getopts)
-3.136 E F1 .636(places the ne)3.136 F .635(xt op-)-.15 F .029
-(tion in the shell v)144 674.4 R(ariable)-.25 E F0(name)2.889 E F1 2.529
-(,i).18 G(nitializing)-2.529 E F0(name)2.889 E F1 .029(if it does not e)
-2.709 F .03(xist, and the inde)-.15 F 2.53(xo)-.15 G 2.53(ft)-2.53 G .03
-(he ne)-2.53 F .03(xt ar)-.15 F(gu-)-.18 E .066
-(ment to be processed into the v)144 686.4 R(ariable)-.25 E F3(OPTIND)
-2.566 E/F4 9/Times-Roman@0 SF(.)A F3(OPTIND)4.566 E F1 .065
-(is initialized to 1 each time the shell or a)2.315 F .885
-(shell script is in)144 698.4 R -.2(vo)-.4 G -.1(ke).2 G 3.385(d. When)
-.1 F .885(an option requires an ar)3.385 F(gument,)-.18 E F2(getopts)
-3.385 E F1 .885(places that ar)3.385 F .885(gument into)-.18 F .567
-(the v)144 710.4 R(ariable)-.25 E F3(OPT)3.067 E(ARG)-.81 E F4(.)A F1
-.566(The shell does not reset)5.067 F F3(OPTIND)3.066 E F1 .566
-(automatically; it must be manually reset)2.816 F .389
-(between multiple calls to)144 722.4 R F2(getopts)2.889 E F1 .389
-(within the same shell in)2.889 F -.2(vo)-.4 G .39(cation if a ne).2 F
-2.89(ws)-.25 G .39(et of parameters is to)-2.89 F(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(9)195.95 E 0 Cg EP
-%%Page: 10 10
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(be used.)144 84 Q 2.044(When the end of options is encountered,)144
-100.8 R/F2 10/Times-Bold@0 SF(getopts)4.543 E F1 -.15(ex)4.543 G 2.043
-(its with a return v).15 F 2.043(alue greater than zero.)-.25 F/F3 9
-/Times-Bold@0 SF(OPTIND)144 112.8 Q F1(is set to the inde)2.25 E 2.5(xo)
--.15 G 2.5(ft)-2.5 G(he \214rst non-option ar)-2.5 E(gument, and)-.18 E
-F0(name)2.5 E F1(is set to ?.)2.5 E F2(getopts)144 129.6 Q F1 .485
-(normally parses the positional parameters, b)2.985 F .485
-(ut if more ar)-.2 F .485(guments are supplied as)-.18 F F0(ar)3.315 E
-(g)-.37 E F1 -.25(va)3.205 G(l-).25 E(ues,)144 141.6 Q F2(getopts)2.5 E
-F1(parses those instead.)2.5 E F2(getopts)144 158.4 Q F1 .345
-(can report errors in tw)2.845 F 2.845(ow)-.1 G 2.845(ays. If)-2.945 F
-.345(the \214rst character of)2.845 F F0(optstring)3.075 E F1 .345
-(is a colon,)3.065 F F0(silent)3.185 E F1 .345(error re-)3.525 F 1.668
-(porting is used.)144 170.4 R 1.668
-(In normal operation, diagnostic messages are printed when in)6.668 F
--.25(va)-.4 G 1.669(lid options or).25 F .394(missing option ar)144
-182.4 R .394(guments are encountered.)-.18 F .394(If the v)5.394 F
-(ariable)-.25 E F3(OPTERR)2.894 E F1 .394
-(is set to 0, no error messages)2.644 F(will be displayed, e)144 194.4 Q
--.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E
-F0(optstring)2.73 E F1(is not a colon.)2.72 E(If)144 211.2 Q F2(getopts)
-2.672 E F1 .172(detects an in)2.672 F -.25(va)-.4 G .173
-(lid option, it places ? into).25 F F0(name)3.033 E F1 .173
-(and, if not silent, prints an error message)2.853 F 1.148(and unsets)
-144 223.2 R F3(OPT)3.647 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(.)A F1(If)
-5.647 E F2(getopts)3.647 E F1 1.147
-(is silent, it assigns the option character found to)3.647 F F3(OPT)
-3.647 E(ARG)-.81 E F1(and)3.397 E(does not print a diagnostic message.)
-144 235.2 Q .602(If a required ar)144 252 R .602
-(gument is not found, and)-.18 F F2(getopts)3.102 E F1 .602
-(is not silent, it sets the v)3.102 F .602(alue of)-.25 F F0(name)3.102
-E F1 .602(to a ques-)3.102 F 1.056(tion mark \()144 264 R F2(?).833 E F1
-1.056(\), unsets).833 F F3(OPT)3.556 E(ARG)-.81 E F4(,)A F1 1.056
-(and prints a diagnostic message.)3.306 F(If)6.056 E F2(getopts)3.556 E
-F1 1.055(is silent, it sets the)3.556 F -.25(va)144 276 S(lue of).25 E
-F0(name)2.5 E F1(to a colon \()2.5 E F2(:).833 E F1 2.5(\)a).833 G
-(nd sets)-2.5 E F3(OPT)2.5 E(ARG)-.81 E F1
-(to the option character found.)2.25 E F2(getopts)144 292.8 Q F1 .902
-(returns true if an option, speci\214ed or unspeci\214ed, is found.)
-3.401 F .902(It returns f)5.902 F .902(alse if the end of)-.1 F
-(options is encountered or an error occurs.)144 304.8 Q F2(hash)108
-321.6 Q F1([)2.5 E F2(\255lr)A F1 2.5(][)C F2<ad70>-2.5 E F0(\214lename)
-2.5 E F1 2.5(][)C F2(\255dt)-2.5 E F1 2.5(][)C F0(name)-2.5 E F1(])A
-.858(Each time)144 333.6 R F2(hash)3.358 E F1 .858(is in)3.358 F -.2(vo)
--.4 G -.1(ke).2 G .858(d, the full pathname of the command).1 F F0(name)
-3.718 E F1 .858(is determined by searching)3.538 F .956
-(the directories in)144 345.6 R F2($P)3.456 E -.95(AT)-.74 G(H).95 E F1
-.956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956
-(viously-remembered pathname is discarded.)-.25 F .342(If the)144 357.6
-R F2<ad70>2.842 E F1 .342(option is supplied,)2.842 F F2(hash)2.842 E F1
-(uses)2.842 E F0(\214lename)4.752 E F1 .342
-(as the full \214lename of the command.)3.022 F(The)5.341 E F2<ad72>
-2.841 E F1(op-)2.841 E 1.495(tion causes the shell to for)144 369.6 R
-1.496(get all remembered locations.)-.18 F 1.496(Assigning to the)6.496
-F F2 -.74(PA)3.996 G(TH)-.21 E F1 -.25(va)3.996 G 1.496(riable also).25
-F .685(clears all hashed \214lenames.)144 381.6 R(The)5.685 E F2<ad64>
-3.185 E F1 .685(option causes the shell to for)3.185 F .684
-(get the remembered location of)-.18 F(each)144 393.6 Q F0(name)3.894 E
-F1 6.394(.I)C 3.894(ft)-6.394 G(he)-3.894 E F2<ad74>3.894 E F1 1.394
-(option is supplied, the full pathname to which each)3.894 F F0(name)
-3.895 E F1 1.395(corresponds is)3.895 F 3.314(printed. If)144 405.6 R
-(multiple)3.314 E F0(name)3.314 E F1(ar)3.314 E .814
-(guments are supplied with)-.18 F F2<ad74>3.314 E F1 3.314(,t)C(he)
--3.314 E F0(name)3.314 E F1 .814(is printed before the hashed)3.314 F
-.575(full pathname.)144 417.6 R(The)5.575 E F2<ad6c>3.075 E F1 .575(opt\
-ion causes output to be displayed in a format that may be reused as in-)
-3.075 F 3.988(put. If)144 429.6 R 1.488(no ar)3.988 F 1.488
-(guments are gi)-.18 F -.15(ve)-.25 G 1.488(n, or if only).15 F F2<ad6c>
-3.988 E F1 1.488(is supplied, information about remembered com-)3.988 F
-.012(mands is printed.)144 441.6 R(The)5.012 E F2<ad74>2.512 E F1(,)A F2
-<ad64>2.513 E F1 2.513(,a)C(nd)-2.513 E F2<ad70>2.513 E F1 .013
-(options \(the options that act on the)2.513 F F0(name)2.513 E F1(ar)
-2.513 E .013(guments\) are mu-)-.18 F .208(tually e)144 453.6 R(xclusi)
--.15 E -.15(ve)-.25 G 5.207(.O).15 G .207(nly one will be acti)-5.207 F
--.15(ve)-.25 G 5.207(.I).15 G 2.707(fm)-5.207 G .207
-(ore than one is supplied,)-2.707 F F2<ad74>2.707 E F1 .207
-(has higher priority than)2.707 F F2<ad70>144 465.6 Q F1 2.608(,a)C .108
-(nd both are higher priority than)-2.608 F F2<ad64>2.608 E F1 5.108(.T)C
-.108(he return status is true unless a)-5.108 F F0(name)2.968 E F1 .108
-(is not found or an)2.788 F(in)144 477.6 Q -.25(va)-.4 G
-(lid option is supplied.).25 E F2(help)108 494.4 Q F1([)2.5 E F2
-(\255dms)A F1 2.5(][)C F0(pattern)-2.5 E F1(])A .867
-(Display helpful information about b)144 506.4 R .867(uiltin commands.)
--.2 F(If)5.867 E F0(pattern)4.617 E F1 .866(is speci\214ed,)3.607 F F2
-(help)3.366 E F1(gi)3.366 E -.15(ve)-.25 G 3.366(sd).15 G(etailed)-3.366
-E .223(help on all commands matching)144 518.4 R F0(pattern)3.973 E F1
-2.723(;o).24 G .223(therwise help for all the b)-2.723 F .224
-(uiltins and shell control struc-)-.2 F(tures is printed.)144 530.4 Q F2
-<ad64>144 542.4 Q F1(Display a short description of each)180 542.4 Q F0
-(pattern)2.5 E F2<ad6d>144 554.4 Q F1(Display the description of each)
-180 554.4 Q F0(pattern)2.5 E F1(in a manpage-lik)2.5 E 2.5(ef)-.1 G
-(ormat)-2.5 E F2<ad73>144 566.4 Q F1
-(Display only a short usage synopsis for each)180 566.4 Q F0(pattern)2.5
-E F1(The return status is 0 unless no command matches)144 583.2 Q F0
-(pattern)3.75 E F1(.).24 E F2(history [)108 600 Q F0(n)A F2(])A
-(history \255c)108 612 Q(history \255d)108 624 Q F0(of)2.5 E(fset)-.18 E
-F2(history \255d)108 636 Q F0(start)2.5 E F1(-)A F0(end)A F2
-(history \255anrw)108 648 Q F1([)2.5 E F0(\214lename)A F1(])A F2
-(history \255p)108 660 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37
-E F1 1.666(...)2.5 G(])-1.666 E F2(history \255s)108 672 Q F0(ar)2.5 E
-(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1 1.666(...)2.5 G(])-1.666 E -.4
-(Wi)144 684 S .752
-(th no options, display the command history list with line numbers.).4 F
-.752(Lines listed with a)5.752 F F2(*)3.251 E F1(ha)3.251 E -.15(ve)-.2
-G .38(been modi\214ed.)144 696 R .38(An ar)5.38 F .38(gument of)-.18 F
-F0(n)3.24 E F1 .38(lists only the last)3.12 F F0(n)3.24 E F1 2.88
-(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-)
-2.881 E(MA)144 708 Q(T)-.855 E F1 .239
-(is set and not null, it is used as a format string for)2.489 F F0
-(strftime)3.078 E F1 .238(\(3\) to display the time stamp asso-).18 F
-1.019(ciated with each displayed history entry)144 720 R 6.019(.N)-.65 G
-3.519(oi)-6.019 G(nterv)-3.519 E 1.019
-(ening blank is printed between the formatted)-.15 F(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(10)190.95 E 0 Cg EP
-%%Page: 11 11
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .176
-(time stamp and the history line.)144 84 R(If)5.176 E F0(\214lename)
-2.676 E F1 .176
-(is supplied, it is used as the name of the history \214le; if)2.676 F
-.251(not, the v)144 96 R .251(alue of)-.25 F/F2 9/Times-Bold@0 SF
-(HISTFILE)2.751 E F1 .251(is used.)2.501 F(If)5.251 E F0(\214lename)
-2.751 E F1 .251(is not supplied and)2.751 F F2(HISTFILE)2.751 E F1 .251
-(is unset or null, the)2.501 F/F3 10/Times-Bold@0 SF
-(\255a, \255n, \255r)144 108 Q(,)-.92 E F1(and)2.5 E F3<ad77>2.5 E F1
-(options ha)2.5 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G 2.5
-(ect. Options,).25 F(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo)
-.15 E(wing meanings:)-.25 E F3<ad63>144 120 Q F1
-(Clear the history list by deleting all the entries.)180 120 Q F3<ad64>
-144 132 Q F0(of)2.5 E(fset)-.18 E F1 .39
-(Delete the history entry at position)180 144 R F0(of)2.889 E(fset)-.18
-E F1 5.389(.I)C(f)-5.389 E F0(of)2.889 E(fset)-.18 E F1 .389(is ne)2.889
-F -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G 2.889(,i).15 G 2.889(ti)-2.889
-G 2.889(si)-2.889 G .389(nterpreted as relati)-2.889 F -.15(ve)-.25 G
-.598(to one greater than the last history position, so ne)180 156 R -.05
-(ga)-.15 G(ti).05 E .899 -.15(ve i)-.25 H .599
-(ndices count back from the end).15 F(of the history)180 168 Q 2.5(,a)
--.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 G 2.5(1r)-2.5 G
-(efers to the current)-2.5 E F3(history \255d)2.5 E F1(command.)2.5 E F3
-<ad64>144 180 Q F0(start)2.5 E F1<ad>A F0(end)A F1 1.25
-(Delete the range of history entries between positions)180 192 R F0
-(start)3.75 E F1(and)3.75 E F0(end)3.75 E F1 3.75(,i)C(nclusi)-3.75 E
--.15(ve)-.25 G 6.25(.P).15 G(ositi)-6.25 E -.15(ve)-.25 G(and ne)180 204
-Q -.05(ga)-.15 G(ti).05 E .3 -.15(ve v)-.25 H(alues for)-.1 E F0(start)
-2.5 E F1(and)2.5 E F0(end)2.5 E F1(are interpreted as described abo)2.5
-E -.15(ve)-.15 G(.).15 E F3<ad61>144 216 Q F1 .577
-(Append the history lines to the history \214le.)180 216 R .578
-(These are history lines entered since the be-)5.577 F
-(ginning of the current)180 228 Q F3(bash)2.5 E F1(session, b)2.5 E
-(ut not already appended to the history \214le.)-.2 E F3<ad6e>144 240 Q
-F1 .854(Read the history lines not already read from the history \214le\
- into the current history list.)180 240 R .772
-(These are lines appended to the history \214le since the be)180 252 R
-.773(ginning of the current)-.15 F F3(bash)3.273 E F1(ses-)3.273 E
-(sion.)180 264 Q F3<ad72>144 276 Q F1(Read the contents of the history \
-\214le and append them to the current history list.)180 276 Q F3<ad77>
-144 288 Q F1(Write the current history list to the history \214le, o)180
-288 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G
-(ontents.)-2.5 E F3<ad70>144 300 Q F1 .626
-(Perform history substitution on the follo)180 300 R(wing)-.25 E F0(ar)
-3.125 E(gs)-.37 E F1 .625(and display the result on the standard)3.125 F
-2.975(output. Does)180 312 R .475
-(not store the results in the history list.)2.975 F(Each)5.475 E F0(ar)
-2.975 E(g)-.37 E F1 .475(must be quoted to disable)2.975 F
-(normal history e)180 324 Q(xpansion.)-.15 E F3<ad73>144 336 Q F1 .363
-(Store the)180 336 R F0(ar)3.193 E(gs)-.37 E F1 .363
-(in the history list as a single entry)3.133 F 5.363(.T)-.65 G .362
-(he last command in the history list is)-5.363 F(remo)180 348 Q -.15(ve)
--.15 G 2.5(db).15 G(efore the)-2.5 E F0(ar)2.83 E(gs)-.37 E F1
-(are added.)2.77 E .145(If the)144 364.8 R F2(HISTTIMEFORMA)2.645 E(T)
--.855 E F1 -.25(va)2.395 G .145
-(riable is set, the time stamp information associated with each history)
-.25 F .669(entry is written to the history \214le, mark)144 376.8 R .669
-(ed with the history comment character)-.1 F 5.668(.W)-.55 G .668
-(hen the history)-5.668 F .955(\214le is read, lines be)144 388.8 R .956
-(ginning with the history comment character follo)-.15 F .956
-(wed immediately by a digit)-.25 F .833
-(are interpreted as timestamps for the follo)144 400.8 R .833
-(wing history entry)-.25 F 5.832(.T)-.65 G .832(he return v)-5.832 F
-.832(alue is 0 unless an in-)-.25 F -.25(va)144 412.8 S .168(lid option\
- is encountered, an error occurs while reading or writing the history \
-\214le, an in).25 F -.25(va)-.4 G(lid).25 E F0(of)2.669 E(f-)-.18 E(set)
-144 424.8 Q F1 .341(or range is supplied as an ar)2.841 F .341
-(gument to)-.18 F F3<ad64>2.841 E F1 2.841(,o)C 2.84(rt)-2.841 G .34
-(he history e)-2.84 F .34(xpansion supplied as an ar)-.15 F .34
-(gument to)-.18 F F3<ad70>144 436.8 Q F1 -.1(fa)2.5 G(ils.).1 E F3(jobs)
-108 453.6 Q F1([)2.5 E F3(\255lnprs)A F1 2.5(][)C F0(jobspec)A F1 -3.332
-1.666(... ])2.5 H F3(jobs \255x)108 465.6 Q F0(command)2.5 E F1([)2.5 E
-F0(ar)2.5 E(gs)-.37 E F1 -3.332 1.666(... ])2.5 H
-(The \214rst form lists the acti)144 477.6 Q .3 -.15(ve j)-.25 H 2.5
-(obs. The).15 F(options ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F3<ad6c>144 489.6 Q F1
-(List process IDs in addition to the normal information.)180 489.6 Q F3
-<ad6e>144 501.6 Q F1 .193(Display information only about jobs that ha)
-180 501.6 R .494 -.15(ve c)-.2 H .194(hanged status since the user w).15
-F .194(as last noti-)-.1 F(\214ed of their status.)180 513.6 Q F3<ad70>
-144 525.6 Q F1(List only the process ID of the job')180 525.6 Q 2.5(sp)
--.55 G(rocess group leader)-2.5 E(.)-.55 E F3<ad72>144 537.6 Q F1
-(Display only running jobs.)180 537.6 Q F3<ad73>144 549.6 Q F1
-(Display only stopped jobs.)180 549.6 Q(If)144 566.4 Q F0(jobspec)4.554
-E F1 .314(is gi)3.124 F -.15(ve)-.25 G .314
-(n, output is restricted to information about that job).15 F 5.313(.T)
--.4 G .313(he return status is 0 unless)-5.313 F(an in)144 578.4 Q -.25
-(va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25
-E F0(jobspec)4.24 E F1(is supplied.)2.81 E .394(If the)144 595.2 R F3
-<ad78>2.894 E F1 .394(option is supplied,)2.894 F F3(jobs)2.894 E F1
-.394(replaces an)2.894 F(y)-.15 E F0(jobspec)4.634 E F1 .394(found in)
-3.204 F F0(command)3.094 E F1(or)3.664 E F0(ar)3.224 E(gs)-.37 E F1 .395
-(with the corre-)3.164 F(sponding process group ID, and e)144 607.2 Q
--.15(xe)-.15 G(cutes).15 E F0(command)2.7 E F1(passing it)3.27 E F0(ar)
-2.83 E(gs)-.37 E F1 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15
-E F3(kill)108 624 Q F1([)2.5 E F3<ad73>A F0(sigspec)2.5 E F1(|)2.5 E F3
-<ad6e>2.5 E F0(signum)2.5 E F1(|)2.5 E F3<ad>2.5 E F0(sigspec)A F1 2.5
-(][)C F0(pid)-2.5 E F1(|)2.5 E F0(jobspec)2.5 E F1 2.5(].)C 1.666(..)
--.834 G F3(kill \255l)108 636 Q F1(|)A F3<ad4c>A F1([)2.5 E F0(sigspec)A
-F1(|)2.5 E F0 -.2(ex)2.5 G(it_status).2 E F1(])A .017
-(Send the signal named by)144 648 R F0(sigspec)2.857 E F1(or)2.827 E F0
-(signum)2.857 E F1 .017(to the processes named by)2.837 F F0(pid)3.767 E
-F1(or)3.287 E F0(jobspec)4.257 E F1(.).31 E F0(sigspec)5.357 E F1(is)
-2.827 E .318(either a case-insensiti)144 660 R .618 -.15(ve s)-.25 H
-.318(ignal name such as).15 F F2(SIGKILL)2.818 E F1 .319
-(\(with or without the)2.569 F F2(SIG)2.819 E F1 .319
-(pre\214x\) or a signal)2.569 F(number;)144 672 Q F0(signum)3.268 E F1
-.427(is a signal number)3.247 F 5.427(.I)-.55 G(f)-5.427 E F0(sigspec)
-3.267 E F1 .427(is not present, then)3.237 F F2(SIGTERM)2.927 E F1 .427
-(is assumed.)2.677 F .427(An ar)5.427 F(-)-.2 E .313(gument of)144 684 R
-F3<ad6c>2.813 E F1 .314(lists the signal names.)2.814 F .314(If an)5.314
-F 2.814(ya)-.15 G -.18(rg)-2.814 G .314(uments are supplied when).18 F
-F3<ad6c>2.814 E F1 .314(is gi)2.814 F -.15(ve)-.25 G .314
-(n, the names of).15 F .12(the signals corresponding to the ar)144 696 R
-.119(guments are listed, and the return status is 0.)-.18 F(The)5.119 E
-F0 -.2(ex)2.619 G(it_status).2 E F1(ar)2.619 E(-)-.2 E .799(gument to)
-144 708 R F3<ad6c>3.299 E F1 .799
-(is a number specifying either a signal number or the e)3.299 F .8
-(xit status of a process termi-)-.15 F .963(nated by a signal.)144 720 R
-(The)5.962 E F3<ad4c>3.462 E F1 .962(option is equi)3.462 F -.25(va)-.25
-G .962(lent to).25 F F3<ad6c>3.462 E F1(.)A F3(kill)5.962 E F1 .962
-(returns true if at least one signal w)3.462 F(as)-.1 E(GNU Bash 5.2)72
-768 Q(2023 January 27)141.79 E(11)190.95 E 0 Cg EP
-%%Page: 12 12
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(successfully sent, or f)144 84 Q(alse if an error occurs or an in)-.1 E
--.25(va)-.4 G(lid option is encountered.).25 E/F2 10/Times-Bold@0 SF
-(let)108 100.8 Q F0(ar)2.5 E(g)-.37 E F1([)2.5 E F0(ar)A(g)-.37 E F1
-1.666(...)2.5 G(])-1.666 E(Each)144 112.8 Q F0(ar)5.817 E(g)-.37 E F1
-2.987(is an arithmetic e)5.707 F 2.987(xpression to be e)-.15 F -.25(va)
--.25 G 2.987(luated \(see).25 F/F3 9/Times-Bold@0 SF 2.987
-(ARITHMETIC EV)5.487 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F1(in)
-5.238 E F0(bash)144 124.8 Q F1 2.5(\(1\)\). If)B(the last)2.5 E F0(ar)
-2.83 E(g)-.37 E F1 -.25(eva)2.72 G(luates to 0,).25 E F2(let)2.5 E F1
-(returns 1; 0 is returned otherwise.)2.5 E F2(local)108 141.6 Q F1([)2.5
-E F0(option)A F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(value)A F1 2.5(].)C
--3.332 1.666(.. | \255 ])-.834 H -.15(Fo)144 153.6 S 2.542(re).15 G .042
-(ach ar)-2.542 F .042(gument, a local v)-.18 F .042(ariable named)-.25 F
-F0(name)2.902 E F1 .042(is created, and assigned)2.722 F F0(value)2.832
-E F1 5.042(.T).18 G(he)-5.042 E F0(option)2.542 E F1 .041(can be)2.541 F
-(an)144 165.6 Q 3.152(yo)-.15 G 3.152(ft)-3.152 G .652
-(he options accepted by)-3.152 F F2(declar)3.152 E(e)-.18 E F1 5.652(.W)
-C(hen)-5.652 E F2(local)3.152 E F1 .653
-(is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144
-177.6 Q F0(name)3.282 E F1 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H
-.422(isible scope restricted to that function and its children.).15 F
-(If)5.421 E F0(name)2.921 E F1 .421(is \255, the set)2.921 F .509
-(of shell options is made local to the function in which)144 189.6 R F2
-(local)3.01 E F1 .51(is in)3.01 F -.2(vo)-.4 G -.1(ke).2 G .51
-(d: shell options changed us-).1 F 1.282(ing the)144 201.6 R F2(set)
-3.782 E F1 -.2(bu)3.782 G 1.281
-(iltin inside the function after the call to).2 F F2(local)3.781 E F1
-1.281(are restored to their original v)3.781 F(alues)-.25 E .277
-(when the function returns.)144 213.6 R .277(The restore is ef)5.277 F
-.278(fected as if a series of)-.25 F F2(set)2.778 E F1 .278
-(commands were e)2.778 F -.15(xe)-.15 G .278(cuted to).15 F .69
-(restore the v)144 225.6 R .69
-(alues that were in place before the function.)-.25 F -.4(Wi)5.69 G .69
-(th no operands,).4 F F2(local)3.19 E F1 .69(writes a list of)3.19 F
-.566(local v)144 237.6 R .566(ariables to the standard output.)-.25 F
-.566(It is an error to use)5.566 F F2(local)3.066 E F1 .566
-(when not within a function.)3.066 F(The)5.567 E .426
-(return status is 0 unless)144 249.6 R F2(local)2.926 E F1 .425
-(is used outside a function, an in)2.925 F -.25(va)-.4 G(lid).25 E F0
-(name)3.285 E F1 .425(is supplied, or)3.105 F F0(name)2.925 E F1 .425
-(is a)2.925 F(readonly v)144 261.6 Q(ariable.)-.25 E F2(logout)108 278.4
-Q F1(Exit a login shell.)144 278.4 Q F2(map\214le)108 295.2 Q F1([)2.5 E
-F2<ad64>A F0(delim)2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1
-2.5(][)C F2<ad4f>-2.5 E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0
-(count)2.5 E F1 2.5(][)C F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0
-(fd)2.5 E F1 2.5(][)C F2<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)
-C F2<ad63>-2.5 E F0(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1
-(])A F2 -.18(re)108 307.2 S(adarray).18 E F1([)2.5 E F2<ad64>A F0(delim)
-2.5 E F1 2.5(][)C F2<ad6e>-2.5 E F0(count)2.5 E F1 2.5(][)C F2<ad4f>-2.5
-E F0(origin)2.5 E F1 2.5(][)C F2<ad73>-2.5 E F0(count)2.5 E F1 2.5(][)C
-F2<ad74>-2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1 2.5(][)C F2
-<ad43>-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)C F2<ad63>-2.5 E F0
-(quantum)2.5 E F1 2.5(][)C F0(arr)-2.5 E(ay)-.15 E F1(])A .158
-(Read lines from the standard input into the inde)144 319.2 R -.15(xe)
--.15 G 2.659(da).15 G .159(rray v)-2.659 F(ariable)-.25 E F0(arr)2.989 E
-(ay)-.15 E F1 2.659(,o).32 G 2.659(rf)-2.659 G .159
-(rom \214le descriptor)-2.659 F F0(fd)4.629 E F1 1.249(if the)144 331.2
-R F2<ad75>3.749 E F1 1.249(option is supplied.)3.749 F 1.249(The v)6.249
-F(ariable)-.25 E F3(MAPFILE)3.749 E F1 1.249(is the def)3.499 F(ault)-.1
-E F0(arr)3.748 E(ay)-.15 E F1 6.248(.O)C 1.248(ptions, if supplied,)
--6.248 F(ha)144 343.2 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad64>144 355.2 Q F1 .91
-(The \214rst character of)180 355.2 R F0(delim)3.41 E F1 .911
-(is used to terminate each input line, rather than ne)3.41 F 3.411
-(wline. If)-.25 F F0(delim)180 367.2 Q F1(is the empty string,)2.5 E F2
-(map\214le)2.5 E F1(will terminate a line when it reads a NUL character)
-2.5 E(.)-.55 E F2<ad6e>144 379.2 Q F1(Cop)180 379.2 Q 2.5(ya)-.1 G 2.5
-(tm)-2.5 G(ost)-2.5 E F0(count)2.7 E F1 2.5(lines. If)3.18 F F0(count)
-2.5 E F1(is 0, all lines are copied.)2.5 E F2<ad4f>144 391.2 Q F1(Be)180
-391.2 Q(gin assigning to)-.15 E F0(arr)2.83 E(ay)-.15 E F1(at inde)2.82
-E(x)-.15 E F0(origin)2.73 E F1 5(.T).24 G(he def)-5 E(ault inde)-.1 E
-2.5(xi)-.15 G 2.5(s0)-2.5 G(.)-2.5 E F2<ad73>144 403.2 Q F1
-(Discard the \214rst)180 403.2 Q F0(count)2.5 E F1(lines read.)2.5 E F2
-<ad74>144 415.2 Q F1(Remo)180 415.2 Q .3 -.15(ve a t)-.15 H(railing).15
-E F0(delim)2.5 E F1(\(def)2.5 E(ault ne)-.1 E
-(wline\) from each line read.)-.25 E F2<ad75>144 427.2 Q F1
-(Read lines from \214le descriptor)180 427.2 Q F0(fd)2.5 E F1
-(instead of the standard input.)2.5 E F2<ad43>144 439.2 Q F1(Ev)180
-439.2 Q(aluate)-.25 E F0(callbac)2.7 E(k)-.2 E F1(each time)3.17 E F0
-(quantum)2.5 E F1(lines are read.)2.5 E(The)5 E F2<ad63>2.5 E F1
-(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2<ad63>144 451.2
-Q F1(Specify the number of lines read between each call to)180 451.2 Q
-F0(callbac)2.7 E(k)-.2 E F1(.).67 E(If)144 468 Q F2<ad43>2.968 E F1 .467
-(is speci\214ed without)2.967 F F2<ad63>2.967 E F1 2.967(,t)C .467
-(he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F0
-(callbac)2.967 E(k)-.2 E F1 .467(is e)2.967 F -.25(va)-.25 G .467
-(luated, it is sup-).25 F .261(plied the inde)144 480 R 2.761(xo)-.15 G
-2.761(ft)-2.761 G .261(he ne)-2.761 F .262(xt array element to be assig\
-ned and the line to be assigned to that element)-.15 F .275
-(as additional ar)144 492 R(guments.)-.18 E F0(callbac)5.275 E(k)-.2 E
-F1 .275(is e)2.775 F -.25(va)-.25 G .274
-(luated after the line is read b).25 F .274
-(ut before the array element is)-.2 F(assigned.)144 504 Q
-(If not supplied with an e)144 520.8 Q(xplicit origin,)-.15 E F2
-(map\214le)2.5 E F1(will clear)2.5 E F0(arr)2.5 E(ay)-.15 E F1
-(before assigning to it.)2.5 E F2(map\214le)144 537.6 Q F1 .797
-(returns successfully unless an in)3.297 F -.25(va)-.4 G .797
-(lid option or option ar).25 F .797(gument is supplied,)-.18 F F0(arr)
-3.297 E(ay)-.15 E F1 .798(is in-)3.298 F -.25(va)144 549.6 S
-(lid or unassignable, or if).25 E F0(arr)2.5 E(ay)-.15 E F1
-(is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E
-F2(popd)108 566.4 Q F1<5bad>2.5 E F2(n)A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A(Remo)144 578.4 Q -.15(ve)-.15 G 3.092
-(se).15 G .592(ntries from the directory stack.)-3.092 F .591
-(The elements are numbered from 0 starting at the \214rst)5.591 F .664
-(directory listed by)144 590.4 R F2(dirs)3.164 E F1 5.664(.W)C .664
-(ith no ar)-6.064 F(guments,)-.18 E F2(popd)3.165 E F1(remo)3.165 E -.15
-(ve)-.15 G 3.165(st).15 G .665(he top directory from the stack, and)
--3.165 F(changes to the ne)144 602.4 Q 2.5(wt)-.25 G(op directory)-2.5 E
-5(.A)-.65 G -.18(rg)-5 G(uments, if supplied, ha).18 E .3 -.15(ve t)-.2
-H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144 614.4 Q F1 .551
-(Suppresses the normal change of directory when remo)180 614.4 R .551
-(ving directories from the stack, so)-.15 F
-(that only the stack is manipulated.)180 626.4 Q F2(+)144 638.4 Q F0(n)A
-F1(Remo)180 638.4 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F0(n)2.64 E
-F1 .14(th entry counting from the left of the list sho)B .14(wn by)-.25
-F F2(dirs)2.64 E F1 2.64(,s)C .14(tarting with zero,)-2.64 F
-(from the stack.)180 650.4 Q -.15(Fo)5 G 2.5(re).15 G(xample: remo)-2.65
-E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E 2.5(,t)-.65 G
-(he second.)-2.5 E F2<ad>144 662.4 Q F0(n)A F1(Remo)180 662.4 Q -.15(ve)
--.15 G 3.76(st).15 G(he)-3.76 E F0(n)3.76 E F1 1.259
-(th entry counting from the right of the list sho)B 1.259(wn by)-.25 F
-F2(dirs)3.759 E F1 3.759(,s)C 1.259(tarting with)-3.759 F 2.5(zero. F)
-180 674.4 R(or e)-.15 E(xample: remo)-.15 E -.15(ve)-.15 G 2.5(st).15 G
-(he last directory)-2.5 E 2.5(,t)-.65 G(he ne)-2.5 E(xt to last.)-.15 E
-1.057(If the top element of the directory stack is modi\214ed, and the)
-144 691.2 R F0<ad6e>3.558 E F1 1.058(option w)3.558 F 1.058
-(as not supplied,)-.1 F F2(popd)3.558 E F1 .25(uses the)144 703.2 R F2
-(cd)2.749 E F1 -.2(bu)2.749 G .249
-(iltin to change to the directory at the top of the stack.).2 F .249
-(If the)5.249 F F2(cd)2.749 E F1 -.1(fa)2.749 G(ils,).1 E F2(popd)2.749
-E F1 .249(returns a)2.749 F(non-zero v)144 715.2 Q(alue.)-.25 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(12)190.95 E 0 Cg EP
-%%Page: 13 13
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(Otherwise,)144 84 Q/F2 10/Times-Bold@0 SF(popd)2.67 E F1 .17(returns f)
-2.67 F .17(alse if an in)-.1 F -.25(va)-.4 G .171
-(lid option is encountered, the directory stack is empty).25 F 2.671(,o)
--.65 G 2.671(ra)-2.671 G(non-e)144 96 Q
-(xistent directory stack entry is speci\214ed.)-.15 E 1.556(If the)144
-112.8 R F2(popd)4.056 E F1 1.556(command is successful, bash runs)4.056
-F F2(dirs)4.056 E F1 1.556(to sho)4.056 F 4.055(wt)-.25 G 1.555
-(he \214nal contents of the directory)-4.055 F
-(stack, and the return status is 0.)144 124.8 Q F2(printf)108 141.6 Q F1
-([)2.5 E F2<ad76>A F0(var)2.5 E F1(])A F0(format)2.5 E F1([)2.5 E F0(ar)
-A(guments)-.37 E F1(])A .357(Write the formatted)144 153.6 R F0(ar)2.857
-E(guments)-.37 E F1 .357
-(to the standard output under the control of the)2.857 F F0(format)2.858
-E F1 5.358(.T)C(he)-5.358 E F2<ad76>2.858 E F1(op-)2.858 E .714
-(tion causes the output to be assigned to the v)144 165.6 R(ariable)-.25
-E F0(var)3.214 E F1 .714(rather than being printed to the standard)3.214
-F(output.)144 177.6 Q(The)144 194.4 Q F0(format)3.017 E F1 .517(is a ch\
-aracter string which contains three types of objects: plain characters,\
- which are)3.017 F .704(simply copied to standard output, character esc\
-ape sequences, which are con)144 206.4 R -.15(ve)-.4 G .703
-(rted and copied to).15 F .036(the standard output, and format speci\
-\214cations, each of which causes printing of the ne)144 218.4 R .037
-(xt successi)-.15 F -.15(ve)-.25 G F0(ar)144 230.4 Q(gument)-.37 E F1
-6.07(.I)C 3.57(na)-6.07 G 1.07(ddition to the standard)-3.57 F F0
-(printf)4.82 E F1 1.07(\(3\) format characters)1.96 F F2
-(csndiouxXeEfFgGaA)3.57 E F1(,)A F2(printf)3.57 E F1
-(interprets the follo)144 242.4 Q(wing additional format speci\214ers:)
--.25 E F2(%b)144 254.4 Q F1(causes)180 254.4 Q F2(printf)2.595 E F1 .096
-(to e)2.595 F .096
-(xpand backslash escape sequences in the corresponding)-.15 F F0(ar)
-2.596 E(gument)-.37 E F1 .096(in the)2.596 F(same w)180 266.4 Q(ay as)
--.1 E F2(echo \255e)2.5 E F1(.)A F2(%q)144 278.4 Q F1(causes)180 278.4 Q
-F2(printf)2.51 E F1 .01(to output the corresponding)2.51 F F0(ar)2.51 E
-(gument)-.37 E F1 .01(in a format that can be reused as shell)2.51 F
-(input.)180 290.4 Q F2(%q)5.891 E F1(and)3.391 E F2(%Q)3.391 E F1 .891
-(use the)3.391 F F2($)3.391 E F1 .891(quoting style if an)3.391 F 3.391
-(yc)-.15 G .892(haracters in the ar)-3.391 F .892(gument string re-)-.18
-F 1.286(quire it, and backslash quoting otherwise.)180 302.4 R 1.285
-(If the format string uses the)6.285 F F0(printf)3.785 E F1(alternate)
-3.785 E(form, these tw)180 314.4 Q 2.5(of)-.1 G(ormats quote the ar)-2.5
-E(gument string using single quotes.)-.18 E F2(%Q)144 326.4 Q F1(lik)180
-326.4 Q(e)-.1 E F2(%q)2.5 E F1 2.5(,b)C(ut applies an)-2.7 E 2.5(ys)-.15
-G(upplied precision to the)-2.5 E F0(ar)2.5 E(gument)-.37 E F1
-(before quoting it.)2.5 E F2(%\()144 338.4 Q F0(datefmt)A F2(\)T)A F1
-(causes)180 350.4 Q F2(printf)4.403 E F1 1.904
-(to output the date-time string resulting from using)4.403 F F0(datefmt)
-4.404 E F1 1.904(as a format)4.404 F .334(string for)180 362.4 R F0
-(strftime)3.174 E F1 2.834(\(3\). The).18 F(corresponding)2.834 E F0(ar)
-2.834 E(gument)-.37 E F1 .334(is an inte)2.834 F .333
-(ger representing the number)-.15 F .292(of seconds since the epoch.)180
-374.4 R -1 -.8(Tw o)5.293 H .293(special ar)3.593 F .293(gument v)-.18 F
-.293(alues may be used: \2551 represents the)-.25 F .694
-(current time, and \2552 represents the time the shell w)180 386.4 R
-.693(as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.193(d. If).1 F .693(no ar)
-3.193 F .693(gument is speci-)-.18 F .21(\214ed, con)180 398.4 R -.15
-(ve)-.4 G .21(rsion beha).15 F -.15(ve)-.2 G 2.71(sa).15 G 2.71(si)-2.71
-G 2.71<66ad>-2.71 G 2.71(1h)-2.71 G .21(ad been gi)-2.71 F -.15(ve)-.25
-G 2.71(n. This).15 F .21(is an e)2.71 F .21(xception to the usual)-.15 F
-F2(printf)2.71 E F1(beha)180 410.4 Q(vior)-.2 E(.)-.55 E .946(The %b, %\
-q, and %T format speci\214ers all use the \214eld width and precision a\
-r)144 427.2 R .945(guments from the)-.18 F .338
-(format speci\214cation and write that man)144 439.2 R 2.838(yb)-.15 G
-.338(ytes from \(or use that wide a \214eld for\) the e)-2.838 F .339
-(xpanded ar)-.15 F(-)-.2 E
-(gument, which usually contains more characters than the original.)144
-451.2 Q(The %n format speci\214er accepts a corresponding ar)144 468 Q
-(gument that is treated as a shell v)-.18 E(ariable name.)-.25 E .394
-(The %s and %c format speci\214ers accept an l \(long\) modi\214er)144
-484.8 R 2.893(,w)-.4 G .393(hich forces them to con)-2.893 F -.15(ve)-.4
-G .393(rt the ar).15 F(-)-.2 E .32
-(gument string to a wide-character string and apply an)144 496.8 R 2.821
-(ys)-.15 G .321(upplied \214eld width and precision in terms)-2.821 F
-(of characters, not bytes.)144 508.8 Q(Ar)144 525.6 Q .464(guments to n\
-on-string format speci\214ers are treated as C constants, e)-.18 F .463
-(xcept that a leading plus or)-.15 F 1.258(minus sign is allo)144 537.6
-R 1.259
-(wed, and if the leading character is a single or double quote, the v)
--.25 F 1.259(alue is the)-.25 F(ASCII v)144 549.6 Q(alue of the follo)
--.25 E(wing character)-.25 E(.)-.55 E(The)144 566.4 Q F0(format)2.515 E
-F1 .015(is reused as necessary to consume all of the)2.515 F F0(ar)2.515
-E(guments)-.37 E F1 5.015(.I)C 2.514(ft)-5.015 G(he)-2.514 E F0(format)
-2.514 E F1 .014(requires more)2.514 F F0(ar)2.514 E(-)-.2 E(guments)144
-578.4 Q F1 .565(than are supplied, the e)3.065 F .566
-(xtra format speci\214cations beha)-.15 F .866 -.15(ve a)-.2 H 3.066(si)
-.15 G 3.066(faz)-3.066 G .566(ero v)-3.066 F .566(alue or null string,)
--.25 F .542(as appropriate, had been supplied.)144 590.4 R .541
-(The return v)5.541 F .541(alue is zero on success, non-zero if an in)
--.25 F -.25(va)-.4 G .541(lid op-).25 F
-(tion is supplied or a write or assignment error occurs.)144 602.4 Q F2
-(pushd)108 619.2 Q F1([)2.5 E F2<ad6e>A F1 2.5(][)C(+)-2.5 E F0(n)A F1
-2.5(][)C<ad>-2.5 E F0(n)A F1(])A F2(pushd)108 631.2 Q F1([)2.5 E F2
-<ad6e>A F1 2.5(][)C F0(dir)-2.5 E F1(])A .639(Adds a directory to the t\
-op of the directory stack, or rotates the stack, making the ne)144 643.2
-R 3.14(wt)-.25 G .64(op of the)-3.14 F .089(stack the current w)144
-655.2 R .089(orking directory)-.1 F 5.089(.W)-.65 G .089(ith no ar)
--5.489 F(guments,)-.18 E F2(pushd)2.589 E F1 -.15(ex)2.588 G .088
-(changes the top tw).15 F 2.588(oe)-.1 G .088(lements of)-2.588 F
-(the directory stack.)144 667.2 Q(Ar)5 E(guments, if supplied, ha)-.18 E
-.3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F2<ad6e>144
-679.2 Q F1 1.811(Suppresses the normal change of directory when rotatin\
-g or adding directories to the)180 679.2 R
-(stack, so that only the stack is manipulated.)180 691.2 Q F2(+)144
-703.2 Q F0(n)A F1 1.268(Rotates the stack so that the)180 703.2 R F0(n)
-3.768 E F1 1.267(th directory \(counting from the left of the list sho)B
-1.267(wn by)-.25 F F2(dirs)180 715.2 Q F1 2.5(,s)C
-(tarting with zero\) is at the top.)-2.5 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(13)190.95 E 0 Cg EP
-%%Page: 14 14
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad>144 84 Q F0(n)A F1 .92
-(Rotates the stack so that the)180 84 R F0(n)3.42 E F1 .92
-(th directory \(counting from the right of the list sho)B .92(wn by)-.25
-F F2(dirs)180 96 Q F1 2.5(,s)C(tarting with zero\) is at the top.)-2.5 E
-F0(dir)144.35 108 Q F1(Adds)180 108 Q F0(dir)2.85 E F1
-(to the directory stack at the top)3.23 E .435
-(After the stack has been modi\214ed, if the)144 124.8 R F2<ad6e>2.935 E
-F1 .434(option w)2.934 F .434(as not supplied,)-.1 F F2(pushd)2.934 E F1
-.434(uses the)2.934 F F2(cd)2.934 E F1 -.2(bu)2.934 G .434(iltin to).2 F
-(change to the directory at the top of the stack.)144 136.8 Q(If the)5 E
-F2(cd)2.5 E F1 -.1(fa)2.5 G(ils,).1 E F2(pushd)2.5 E F1
-(returns a non-zero v)2.5 E(alue.)-.25 E 1.78(Otherwise, if no ar)144
-153.6 R 1.78(guments are supplied,)-.18 F F2(pushd)4.28 E F1 1.78
-(returns 0 unless the directory stack is empty)4.28 F(.)-.65 E .093
-(When rotating the directory stack,)144 165.6 R F2(pushd)2.593 E F1 .092
-(returns 0 unless the directory stack is empty or a non-e)2.593 F(x-)
--.15 E(istent directory stack element is speci\214ed.)144 177.6 Q 1.277
-(If the)144 194.4 R F2(pushd)3.777 E F1 1.277
-(command is successful, bash runs)3.777 F F2(dirs)3.777 E F1 1.278
-(to sho)3.778 F 3.778(wt)-.25 G 1.278
-(he \214nal contents of the directory)-3.778 F(stack.)144 206.4 Q F2
-(pwd)108 223.2 Q F1([)2.5 E F2(\255LP)A F1(])A .845
-(Print the absolute pathname of the current w)144 235.2 R .845
-(orking directory)-.1 F 5.844(.T)-.65 G .844
-(he pathname printed contains no)-5.844 F .181(symbolic links if the)144
-247.2 R F2<ad50>2.681 E F1 .181(option is supplied or the)2.681 F F2
-.181(\255o ph)2.681 F(ysical)-.15 E F1 .181(option to the)2.681 F F2
-(set)2.681 E F1 -.2(bu)2.681 G .182(iltin command is).2 F 3.264
-(enabled. If)144 259.2 R(the)3.264 E F2<ad4c>3.264 E F1 .763
-(option is used, the pathname printed may contain symbolic links.)3.264
-F .763(The return)5.763 F .405(status is 0 unless an error occurs while\
- reading the name of the current directory or an in)144 271.2 R -.25(va)
--.4 G .405(lid op-).25 F(tion is supplied.)144 283.2 Q F2 -.18(re)108
-300 S(ad).18 E F1([)2.5 E F2(\255Eers)A F1 2.5(][)C F2<ad61>-2.5 E F0
-(aname)2.5 E F1 2.5(][)C F2<ad64>-2.5 E F0(delim)2.5 E F1 2.5(][)C F2
-<ad69>-2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2<ad6e>-2.5 E F0(nc)2.5 E
-(har)-.15 E(s)-.1 E F1 2.5(][)C F2<ad4e>-2.5 E F0(nc)2.5 E(har)-.15 E(s)
--.1 E F1 2.5(][)C F2<ad70>-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2
-<ad74>-2.5 E F0(timeout)2.5 E F1 2.5(][)C F2<ad75>-2.5 E F0(fd)2.5 E F1
-(])A([)108 312 Q F0(name)A F1 1.666(...)2.5 G(])-1.666 E .516(One line \
-is read from the standard input, or from the \214le descriptor)144 324 R
-F0(fd)3.016 E F1 .516(supplied as an ar)3.016 F .516(gument to)-.18 F
-(the)144 336 Q F2<ad75>2.6 E F1 .1(option, split into w)2.6 F .1
-(ords as described in)-.1 F F0(bash)2.601 E F1 .101(\(1\) under)2.601 F
-F2 -.75(Wo)2.601 G .101(rd Splitting).75 F F1 2.601(,a)C .101
-(nd the \214rst w)-2.601 F .101(ord is)-.1 F 1.425
-(assigned to the \214rst)144 348 R F0(name)4.285 E F1 3.925(,t).18 G
-1.425(he second w)-3.925 F 1.425(ord to the second)-.1 F F0(name)4.285 E
-F1 3.925(,a).18 G 1.425(nd so on.)-3.925 F 1.425(If there are more)6.425
-F -.1(wo)144 360 S 1.112(rds than names, the remaining w).1 F 1.112
-(ords and their interv)-.1 F 1.112
-(ening delimiters are assigned to the last)-.15 F F0(name)144.36 372 Q
-F1 5.7(.I).18 G 3.2(ft)-5.7 G .7(here are fe)-3.2 F .7(wer w)-.25 F .7
-(ords read from the input stream than names, the remaining names are)-.1
-F .531(assigned empty v)144 384 R 3.031(alues. The)-.25 F .531
-(characters in)3.031 F/F3 9/Times-Bold@0 SF(IFS)3.031 E F1 .532
-(are used to split the line into w)2.781 F .532(ords using the same)-.1
-F 1.052(rules the shell uses for e)144 396 R 1.052
-(xpansion \(described in)-.15 F F0(bash)3.552 E F1 1.052(\(1\) under)
-3.552 F F2 -.75(Wo)3.552 G 1.052(rd Splitting).75 F F1 3.552(\). The)B
-(backslash)3.552 E .738(character \()144 408 R F2(\\)A F1 3.238(\)m)C
-.739(ay be used to remo)-3.238 F 1.039 -.15(ve a)-.15 H 1.039 -.15(ny s)
-.15 H .739(pecial meaning for the ne).15 F .739
-(xt character read and for line)-.15 F 2.5(continuation. Options,)144
-420 R(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 432 Q F0(aname)2.5 E F1 1.026(The w)
-180 444 R 1.026(ords are assigned to sequential indices of the array v)
--.1 F(ariable)-.25 E F0(aname)3.855 E F1 3.525(,s).18 G 1.025
-(tarting at 0.)-3.525 F F0(aname)180.33 456 Q F1(is unset before an)2.68
-E 2.5(yn)-.15 G .5 -.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E
-F0(name)2.5 E F1(ar)2.5 E(guments are ignored.)-.18 E F2<ad64>144 468 Q
-F0(delim)2.5 E F1 .28(The \214rst character of)180 480 R F0(delim)2.78 E
-F1 .281(is used to terminate the input line, rather than ne)2.78 F 2.781
-(wline. If)-.25 F F0(de-)2.781 E(lim)180 492 Q F1(is the empty string,)
-2.5 E F2 -.18(re)2.5 G(ad).18 E F1
-(will terminate a line when it reads a NUL character)2.5 E(.)-.55 E F2
-<ad65>144 504 Q F1 .919
-(If the standard input is coming from a terminal,)180 504 R F2 -.18(re)
-3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
-(\(see)3.419 E F3(READLINE)3.419 E F1(in)3.169 E F0(bash)180 516 Q F1
-.757(\(1\)\) to obtain the line.)B .757
-(Readline uses the current \(or def)5.757 F .758
-(ault, if line editing w)-.1 F .758(as not)-.1 F(pre)180 528 Q
-(viously acti)-.25 E -.15(ve)-.25 G 2.5(\)e).15 G(diting settings, b)
--2.5 E(ut uses readline')-.2 E 2.5(sd)-.55 G(ef)-2.5 E
-(ault \214lename completion.)-.1 E F2<ad45>144 540 Q F1 .919
-(If the standard input is coming from a terminal,)180 540 R F2 -.18(re)
-3.419 G(ad).18 E F1(uses)3.419 E F2 -.18(re)3.419 G(adline).18 E F1
-(\(see)3.419 E F3(READLINE)3.419 E F1(in)3.169 E F0(bash)180 552 Q F1
-.757(\(1\)\) to obtain the line.)B .757
-(Readline uses the current \(or def)5.757 F .758
-(ault, if line editing w)-.1 F .758(as not)-.1 F(pre)180 564 Q .042
-(viously acti)-.25 F -.15(ve)-.25 G 2.542(\)e).15 G .042
-(diting settings, b)-2.542 F .042(ut uses bash')-.2 F 2.542(sd)-.55 G
-(ef)-2.542 E .042(ault completion, including program-)-.1 F
-(mable completion.)180 576 Q F2<ad69>144 588 Q F0(te)2.5 E(xt)-.2 E F1
-(If)180 588 Q F2 -.18(re)2.715 G(adline).18 E F1 .216
-(is being used to read the line,)2.715 F F0(te)2.716 E(xt)-.2 E F1 .216
-(is placed into the editing b)2.716 F(uf)-.2 E .216(fer before edit-)
--.25 F(ing be)180 600 Q(gins.)-.15 E F2<ad6e>144 612 Q F0(nc)2.5 E(har)
--.15 E(s)-.1 E F2 -.18(re)180 624 S(ad).18 E F1 .323
-(returns after reading)2.823 F F0(nc)2.823 E(har)-.15 E(s)-.1 E F1 .323
-(characters rather than w)2.823 F .323
-(aiting for a complete line of in-)-.1 F(put, b)180 636 Q
-(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F0(nc)2.5 E(har)-.15
-E(s)-.1 E F1(characters are read before the delimiter)2.5 E(.)-.55 E F2
-<ad4e>144 648 Q F0(nc)2.5 E(har)-.15 E(s)-.1 E F2 -.18(re)180 660 S(ad)
-.18 E F1 1.269(returns after reading e)3.769 F(xactly)-.15 E F0(nc)3.769
-E(har)-.15 E(s)-.1 E F1 1.269(characters rather than w)3.769 F 1.27
-(aiting for a complete)-.1 F .275
-(line of input, unless EOF is encountered or)180 672 R F2 -.18(re)2.775
-G(ad).18 E F1 .274(times out.)2.774 F .274(Delimiter characters encoun-)
-5.274 F 1.002
-(tered in the input are not treated specially and do not cause)180 684 R
-F2 -.18(re)3.503 G(ad).18 E F1 1.003(to return until)3.503 F F0(nc)3.503
-E(har)-.15 E(s)-.1 E F1 .609(characters are read.)180 696 R .608
-(The result is not split on the characters in)5.609 F F2(IFS)3.108 E F1
-3.108(;t)C .608(he intent is that the)-3.108 F -.25(va)180 708 S .669
-(riable is assigned e).25 F .669
-(xactly the characters read \(with the e)-.15 F .67
-(xception of backslash; see the)-.15 F F2<ad72>180 720 Q F1(option belo)
-2.5 E(w\).)-.25 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(14)
-190.95 E 0 Cg EP
-%%Page: 15 15
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad70>144 84 Q F0(pr)2.5 E(ompt)-.45 E F1(Display)180 96
-Q F0(pr)3.661 E(ompt)-.45 E F1 1.161(on standard error)3.661 F 3.661(,w)
--.4 G 1.161(ithout a trailing ne)-3.661 F 1.161
-(wline, before attempting to read)-.25 F(an)180 108 Q 2.5(yi)-.15 G 2.5
-(nput. The)-2.5 F
-(prompt is displayed only if input is coming from a terminal.)2.5 E F2
-<ad72>144 120 Q F1 .543(Backslash does not act as an escape character)
-180 120 R 5.543(.T)-.55 G .544(he backslash is considered to be part of)
--5.543 F .493(the line.)180 132 R .493(In particular)5.493 F 2.993(,ab)
--.4 G(ackslash-ne)-2.993 E .493
-(wline pair may not then be used as a line continua-)-.25 F(tion.)180
-144 Q F2<ad73>144 156 Q F1(Silent mode.)180 156 Q
-(If input is coming from a terminal, characters are not echoed.)5 E F2
-<ad74>144 168 Q F0(timeout)2.5 E F1(Cause)180 180 Q F2 -.18(re)2.928 G
-(ad).18 E F1 .428(to time out and return f)2.928 F .428
-(ailure if a complete line of input \(or a speci\214ed num-)-.1 F .561
-(ber of characters\) is not read within)180 192 R F0(timeout)3.061 E F1
-(seconds.)3.061 E F0(timeout)5.561 E F1 .56(may be a decimal number)
-3.061 F(with a fractional portion follo)180 204 Q
-(wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E
-.3 -.15(ve i)-.25 H(f).15 E F2 -.18(re)2.5 G(ad).18 E F1 .506(is readin\
-g input from a terminal, pipe, or other special \214le; it has no ef)180
-216 R .506(fect when reading)-.25 F .59(from re)180 228 R .59
-(gular \214les.)-.15 F(If)5.59 E F2 -.18(re)3.09 G(ad).18 E F1 .589
-(times out,)3.09 F F2 -.18(re)3.089 G(ad).18 E F1(sa)3.089 E -.15(ve)-.2
-G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .589
-(artial input read into the speci\214ed).15 F -.25(va)180 240 S(riable)
-.25 E F0(name)2.77 E F1 5.27(.I)C(f)-5.27 E F0(timeout)2.77 E F1 .27
-(is 0,)2.77 F F2 -.18(re)2.77 G(ad).18 E F1 .27(returns immediately)2.77
-F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 G
-(ata.)-2.77 E .228(The e)180 252 R .228(xit status is 0 if input is a)
--.15 F -.25(va)-.2 G .228(ilable on the speci\214ed \214le descriptor)
-.25 F 2.728(,o)-.4 G 2.727(rt)-2.728 G .227(he read will re-)-2.727 F
-1.224(turn EOF)180 264 R 3.724(,n)-.8 G 1.224(on-zero otherwise.)-3.724
-F 1.224(The e)6.224 F 1.225
-(xit status is greater than 128 if the timeout is e)-.15 F(x-)-.15 E
-(ceeded.)180 276 Q F2<ad75>144 288 Q F0(fd)2.5 E F1
-(Read input from \214le descriptor)180 288 Q F0(fd)2.5 E F1(.)A
-(Other than the case where)144 304.8 Q F0(delim)2.5 E F1
-(is the empty string,)2.5 E F2 -.18(re)2.5 G(ad).18 E F1(ignores an)2.5
-E 2.5(yN)-.15 G(UL characters in the input.)-2.5 E .522(If no)144 321.6
-R F0(names)3.382 E F1 .522
-(are supplied, the line read, without the ending delimiter b)3.292 F
-.522(ut otherwise unmodi\214ed, is)-.2 F 1.186(assigned to the v)144
-333.6 R(ariable)-.25 E/F3 9/Times-Bold@0 SF(REPL)3.686 E(Y)-.828 E/F4 9
-/Times-Roman@0 SF(.)A F1 1.186(The e)5.686 F 1.186
-(xit status is zero, unless end-of-\214le is encountered,)-.15 F F2 -.18
-(re)3.687 G(ad).18 E F1 .961
-(times out \(in which case the status is greater than 128\), a v)144
-345.6 R .96(ariable assignment error \(such as as-)-.25 F .706
-(signing to a readonly v)144 357.6 R .706(ariable\) occurs, or an in)
--.25 F -.25(va)-.4 G .706(lid \214le descriptor is supplied as the ar)
-.25 F .707(gument to)-.18 F F2<ad75>144 369.6 Q F1(.)A F2 -.18(re)108
-386.4 S(adonly).18 E F1([)2.5 E F2(\255aAf)A F1 2.5(][)C F2<ad70>-2.5 E
-F1 2.5(][)C F0(name)-2.5 E F1([=)A F0(wor)A(d)-.37 E F1 2.5(].)C 1.666
-(..)-.834 G(])-1.666 E .77(The gi)144 398.4 R -.15(ve)-.25 G(n).15 E F0
-(names)3.27 E F1 .77(are mark)3.27 F .77(ed readonly; the v)-.1 F .77
-(alues of these)-.25 F F0(names)3.63 E F1 .77
-(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 410.4 R
-1.096(If the)6.096 F F2<ad66>3.596 E F1 1.097
-(option is supplied, the functions corresponding to the)3.596 F F0
-(names)3.597 E F1 1.097(are so)3.597 F(mark)144 422.4 Q 3.334(ed. The)
--.1 F F2<ad61>3.334 E F1 .834(option restricts the v)3.334 F .834
-(ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the)
--3.334 F F2<ad41>3.334 E F1 .834(option restricts the v)3.334 F(ari-)
--.25 E .776(ables to associati)144 434.4 R 1.076 -.15(ve a)-.25 H 3.276
-(rrays. If).15 F .777(both options are supplied,)3.276 F F2<ad41>3.277 E
-F1(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F0(name)
-3.637 E F1(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 446.4 R -.15(ve)
--.25 G .521(n, or if the).15 F F2<ad70>3.021 E F1 .521
-(option is supplied, a list of all readonly names is printed.)3.021 F
-.521(The other)5.521 F .295(options may be used to restrict the output \
-to a subset of the set of readonly names.)144 458.4 R(The)5.296 E F2
-<ad70>2.796 E F1(option)2.796 E .786
-(causes output to be displayed in a format that may be reused as input.)
-144 470.4 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144
-482.4 Q .717(wed by =)-.25 F F0(wor)A(d)-.37 E F1 3.218(,t)C .718(he v)
--3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F0(wor)
-3.218 E(d)-.37 E F1 5.718(.T)C .718(he return status is 0 unless an in)
--5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the)
-144 494.4 R F0(names)3.12 E F1 .26(is not a v)3.03 F .26(alid shell v)
--.25 F .26(ariable name, or)-.25 F F2<ad66>2.76 E F1 .26
-(is supplied with a)2.76 F F0(name)144.36 506.4 Q F1
-(that is not a function.)2.68 E F2 -.18(re)108 523.2 S(tur).18 E(n)-.15
-E F1([)2.5 E F0(n)A F1(])A .02(Causes a function to stop e)144 535.2 R
--.15(xe)-.15 G .02(cuting and return the v).15 F .021
-(alue speci\214ed by)-.25 F F0(n)2.881 E F1 .021(to its caller)2.761 F
-5.021(.I)-.55 G(f)-5.021 E F0(n)2.881 E F1 .021(is omitted,)2.761 F .597
-(the return status is that of the last command e)144 547.2 R -.15(xe)
--.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E
-F2 -.18(re)3.096 G(tur).18 E(n)-.15 E F1 .596(is e)3.096 F -.15(xe)-.15
-G(cuted).15 E .267(by a trap handler)144 559.2 R 2.767(,t)-.4 G .267
-(he last command used to determine the status is the last command e)
--2.767 F -.15(xe)-.15 G .268(cuted be-).15 F .02(fore the trap handler)
-144 571.2 R 5.02(.I)-.55 G(f)-5.02 E F2 -.18(re)2.52 G(tur).18 E(n)-.15
-E F1 .02(is e)2.52 F -.15(xe)-.15 G .02(cuted during a).15 F F2(DEB)2.52
-E(UG)-.1 E F1 .02(trap, the last command used to deter)2.52 F(-)-.2 E
-.885(mine the status is the last command e)144 583.2 R -.15(xe)-.15 G
-.886(cuted by the trap handler before).15 F F2 -.18(re)3.386 G(tur).18 E
-(n)-.15 E F1 -.1(wa)3.386 G 3.386(si).1 G -1.9 -.4(nv o)-3.386 H -.1(ke)
-.4 G 3.386(d. If).1 F F2 -.18(re)144 595.2 S(tur).18 E(n)-.15 E F1 .628
-(is used outside a function, b)3.128 F .628(ut during e)-.2 F -.15(xe)
--.15 G .628(cution of a script by the).15 F F2(.)3.127 E F1(\()5.627 E
-F2(sour)A(ce)-.18 E F1 3.127(\)c)C .627(ommand, it)-3.127 F .588
-(causes the shell to stop e)144 607.2 R -.15(xe)-.15 G .588
-(cuting that script and return either).15 F F0(n)3.448 E F1 .589
-(or the e)3.329 F .589(xit status of the last com-)-.15 F .326(mand e)
-144 619.2 R -.15(xe)-.15 G .326(cuted within the script as the e).15 F
-.326(xit status of the script.)-.15 F(If)5.326 E F0(n)2.826 E F1 .325
-(is supplied, the return v)2.826 F .325(alue is)-.25 F .444
-(its least signi\214cant 8 bits.)144 631.2 R .444
-(The return status is non-zero if)5.444 F F2 -.18(re)2.945 G(tur).18 E
-(n)-.15 E F1 .445(is supplied a non-numeric ar)2.945 F(gu-)-.18 E .381
-(ment, or is used outside a function and not during e)144 643.2 R -.15
-(xe)-.15 G .381(cution of a script by).15 F F2(.)2.881 E F1(or)3.714 E
-F2(sour)2.881 E(ce)-.18 E F1 5.38(.A)C .68 -.15(ny c)-5.38 H(om-).15 E
-.749(mand associated with the)144 655.2 R F2(RETURN)3.249 E F1 .749
-(trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15
-G .75(cution resumes after the function).15 F(or script.)144 667.2 Q F2
-(set)108 684 Q F1([)2.5 E F2(\255abefhkmnptuvxBCEHPT)A F1 2.5(][)C F2
-<ad6f>-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1 2.5
-(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5 G
-(])-1.666 E F2(set)108 696 Q F1([)2.5 E F2(+abefhkmnptuvxBCEHPT)A F1 2.5
-(][)C F2(+o)-2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2<adad>-2.5 E F1
-2.5(][)C F2<ad>-2.5 E F1 2.5(][)C F0(ar)-2.5 E(g)-.37 E F1 1.666(...)2.5
-G(])-1.666 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(15)190.95 E
-0 Cg EP
-%%Page: 16 16
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(set \255o)108 84 Q(set +o)108 96 Q F1 -.4(Wi)144 96 S
-.574(thout options, display the name and v).4 F .574
-(alue of each shell v)-.25 F .573
-(ariable in a format that can be reused)-.25 F .113
-(as input for setting or resetting the currently-set v)144 108 R 2.613
-(ariables. Read-only)-.25 F -.25(va)2.613 G .113
-(riables cannot be reset.).25 F(In)5.113 E F0 1.032(posix mode)144 120 R
-F1 3.532(,o)C 1.032(nly shell v)-3.532 F 1.032(ariables are listed.)-.25
-F 1.032(The output is sorted according to the current locale.)6.032 F
-.58(When options are speci\214ed, the)144 132 R 3.081(ys)-.15 G .581
-(et or unset shell attrib)-3.081 F 3.081(utes. An)-.2 F 3.081(ya)-.15 G
--.18(rg)-3.081 G .581(uments remaining after op-).18 F .161
-(tion processing are treated as v)144 144 R .161
-(alues for the positional parameters and are assigned, in order)-.25 F
-2.66(,t)-.4 G(o)-2.66 E F2($1)2.66 E F1(,)A F2($2)144 156 Q F1 2.5(,.)C
-1.666(..)-.834 G(,)-1.666 E F2($)2.5 E F0(n)A F1 5(.O)C
-(ptions, if speci\214ed, ha)-5 E .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad61>144 168 Q F1 1.377(Each v)184 168 R 1.377
-(ariable or function that is created or modi\214ed is gi)-.25 F -.15(ve)
--.25 G 3.877(nt).15 G 1.377(he e)-3.877 F 1.378(xport attrib)-.15 F
-1.378(ute and)-.2 F(mark)184 180 Q(ed for e)-.1 E(xport to the en)-.15 E
-(vironment of subsequent commands.)-.4 E F2<ad62>144 192 Q F1 .132
-(Report the status of terminated background jobs immediately)184 192 R
-2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E
-(primary prompt.)184 204 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o)-.25
-H(nly when job control is enabled.).15 E F2<ad65>144 216 Q F1 .087
-(Exit immediately if a)184 216 R F0(pipeline)2.587 E F1 .087
-(\(which may consist of a single)2.587 F F0 .088(simple command)2.588 F
-F1 .088(\), a)B F0(list)2.588 E F1 2.588(,o)C(r)-2.588 E(a)184 228 Q F0
-.86(compound command)3.36 F F1(\(see)3.36 E/F3 9/Times-Bold@0 SF .86
-(SHELL GRAMMAR)3.36 F F1(in)3.11 E F0(bash)3.36 E F1 .86(\(1\)\), e)B
-.86(xits with a non-zero sta-)-.15 F 2.852(tus. The)184 240 R .352
-(shell does not e)2.852 F .352(xit if the command that f)-.15 F .353
-(ails is part of the command list imme-)-.1 F 1.108(diately follo)184
-252 R 1.108(wing a)-.25 F F2(while)3.608 E F1(or)3.608 E F2(until)3.608
-E F1 -.1(ke)3.608 G(yw)-.05 E 1.107(ord, part of the test follo)-.1 F
-1.107(wing the)-.25 F F2(if)3.607 E F1(or)3.607 E F2(elif)3.607 E F1
-(re-)3.607 E(serv)184 264 Q .279(ed w)-.15 F .279(ords, part of an)-.1 F
-2.779(yc)-.15 G .279(ommand e)-2.779 F -.15(xe)-.15 G .279(cuted in a)
-.15 F F2(&&)2.779 E F1(or)2.779 E F2(||)2.78 E F1 .28(list e)2.78 F .28
-(xcept the command fol-)-.15 F(lo)184 276 Q .703(wing the \214nal)-.25 F
-F2(&&)3.203 E F1(or)3.203 E F2(||)3.203 E F1 3.203(,a)C 1.003 -.15(ny c)
--3.203 H .703(ommand in a pipeline b).15 F .703
-(ut the last, or if the command')-.2 F(s)-.55 E .476(return v)184 288 R
-.476(alue is being in)-.25 F -.15(ve)-.4 G .476(rted with).15 F F2(!)
-2.976 E F1 5.476(.I)C 2.976(fac)-5.476 G .476
-(ompound command other than a subshell re-)-2.976 F .418
-(turns a non-zero status because a command f)184 300 R .418(ailed while)
--.1 F F2<ad65>2.918 E F1 -.1(wa)2.918 G 2.918(sb).1 G .417
-(eing ignored, the shell)-2.918 F .472(does not e)184 312 R 2.972
-(xit. A)-.15 F .472(trap on)2.972 F F2(ERR)2.972 E F1 2.972(,i)C 2.972
-(fs)-2.972 G .472(et, is e)-2.972 F -.15(xe)-.15 G .473
-(cuted before the shell e).15 F 2.973(xits. This)-.15 F .473(option ap-)
-2.973 F 2.114(plies to the shell en)184 324 R 2.113
-(vironment and each subshell en)-.4 F 2.113(vironment separately \(see)
--.4 F F3(COM-)4.613 E .675(MAND EXECUTION ENVIR)184 336 R(ONMENT)-.27 E
-F1(in)2.925 E F0(bash)3.175 E F1 .675
-(\(1\)\), and may cause subshells to e)B .676(xit be-)-.15 F(fore e)184
-348 Q -.15(xe)-.15 G(cuting all the commands in the subshell.).15 E .999
-(If a compound command or shell function e)184 364.8 R -.15(xe)-.15 G
-.999(cutes in a conte).15 F .998(xt where)-.15 F F2<ad65>3.498 E F1 .998
-(is being ig-)3.498 F .089(nored, none of the commands e)184 376.8 R
--.15(xe)-.15 G .089(cuted within the compound command or function body)
-.15 F .503(will be af)184 388.8 R .503(fected by the)-.25 F F2<ad65>
-3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f)
--3.002 E F2<ad65>3.002 E F1 .502(is set and a command returns a f)3.002
-F .502(ailure sta-)-.1 F 4.183(tus. If)184 400.8 R 4.183(ac)4.183 G
-1.683(ompound command or shell function sets)-4.183 F F2<ad65>4.184 E F1
-1.684(while e)4.184 F -.15(xe)-.15 G 1.684(cuting in a conte).15 F(xt)
--.15 E(where)184 412.8 Q F2<ad65>3.154 E F1 .654
-(is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953
--.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F
-(or the command containing the function call completes.)184 424.8 Q F2
-<ad66>144 436.8 Q F1(Disable pathname e)184 436.8 Q(xpansion.)-.15 E F2
-<ad68>144 448.8 Q F1 .988(Remember the location of commands as the)184
-448.8 R 3.488(ya)-.15 G .988(re look)-3.488 F .988(ed up for e)-.1 F
--.15(xe)-.15 G 3.488(cution. This).15 F .988(is en-)3.488 F
-(abled by def)184 460.8 Q(ault.)-.1 E F2<ad6b>144 472.8 Q F1 .514
-(All ar)184 472.8 R .514
-(guments in the form of assignment statements are placed in the en)-.18
-F .513(vironment for a)-.4 F
-(command, not just those that precede the command name.)184 484.8 Q F2
-<ad6d>144 496.8 Q F1 .148(Monitor mode.)184 496.8 R .148
-(Job control is enabled.)5.148 F .149(This option is on by def)5.148 F
-.149(ault for interacti)-.1 F .449 -.15(ve s)-.25 H(hells).15 E .235
-(on systems that support it \(see)184 508.8 R F3 .235(JOB CONTR)2.735 F
-(OL)-.27 E F1(in)2.485 E F0(bash)2.735 E F1 2.735(\(1\)\). All)B .234
-(processes run in a sepa-)2.735 F .252(rate process group.)184 520.8 R
-.252
-(When a background job completes, the shell prints a line containing)
-5.252 F(its e)184 532.8 Q(xit status.)-.15 E F2<ad6e>144 544.8 Q F1 .653
-(Read commands b)184 544.8 R .653(ut do not e)-.2 F -.15(xe)-.15 G .653
-(cute them.).15 F .652(This may be used to check a shell script for)
-5.653 F(syntax errors.)184 556.8 Q(This is ignored by interacti)5 E .3
--.15(ve s)-.25 H(hells.).15 E F2<ad6f>144 568.8 Q F0(option\255name)2.5
-E F1(The)184 580.8 Q F0(option\255name)2.5 E F1(can be one of the follo)
-2.5 E(wing:)-.25 E F2(allexport)184 592.8 Q F1(Same as)224 604.8 Q F2
-<ad61>2.5 E F1(.)A F2(braceexpand)184 616.8 Q F1(Same as)224 628.8 Q F2
-<ad42>2.5 E F1(.)A F2(emacs)184 640.8 Q F1 .089
-(Use an emacs-style command line editing interf)224 640.8 R 2.589
-(ace. This)-.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95
-(when the shell is interacti)224 652.8 R -.15(ve)-.25 G 3.45(,u).15 G
-.95(nless the shell is started with the)-3.45 F F2(\255\255noediting)
-3.45 E F1 2.5(option. This)224 664.8 R(also af)2.5 E
-(fects the editing interf)-.25 E(ace used for)-.1 E F2 -.18(re)2.5 G
-(ad \255e).18 E F1(.)A F2(err)184 676.8 Q(exit)-.18 E F1(Same as)224
-676.8 Q F2<ad65>2.5 E F1(.)A F2(errtrace)184 688.8 Q F1(Same as)224
-688.8 Q F2<ad45>2.5 E F1(.)A F2(functrace)184 700.8 Q F1(Same as)224
-712.8 Q F2<ad54>2.5 E F1(.)A(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(16)190.95 E 0 Cg EP
-%%Page: 17 17
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(hashall)184 84 Q F1(Same as)224 84 Q F2<ad68>2.5 E F1
-(.)A F2(histexpand)184 96 Q F1(Same as)224 108 Q F2<ad48>2.5 E F1(.)A F2
-(history)184 120 Q F1 1.001(Enable command history)224 120 R 3.502(,a)
--.65 G 3.502(sd)-3.502 G 1.002(escribed in)-3.502 F F0(bash)3.502 E F1
-1.002(\(1\) under)B/F3 9/Times-Bold@0 SF(HIST)3.502 E(OR)-.162 E(Y)-.315
-E/F4 9/Times-Roman@0 SF(.)A F1 1.002(This op-)5.502 F(tion is on by def)
-224 132 Q(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F2
-(ignor)184 144 Q(eeof)-.18 E F1 .601(The ef)224 156 R .601
-(fect is as if the shell command had been e)-.25 F -.15(xe)-.15 G .6
-(cuted \(see).15 F F2 .6(Shell V)3.1 F(ariables)-.92 E F1(in)224 168 Q
-F0(bash)2.5 E F1(\(1\)\).)A F2 -.1(ke)184 180 S(yw).1 E(ord)-.1 E F1
-(Same as)224 192 Q F2<ad6b>2.5 E F1(.)A F2(monitor)184 204 Q F1(Same as)
-224 204 Q F2<ad6d>2.5 E F1(.)A F2(noclob)184 216 Q(ber)-.1 E F1(Same as)
-224 228 Q F2<ad43>2.5 E F1(.)A F2(noexec)184 240 Q F1(Same as)224 240 Q
-F2<ad6e>2.5 E F1(.)A F2(noglob)184 252 Q F1(Same as)224 252 Q F2<ad66>
-2.5 E F1(.)A F2(nolog)184 264 Q F1(Currently ignored.)224 264 Q F2
-(notify)184 276 Q F1(Same as)224 276 Q F2<ad62>2.5 E F1(.)A F2(nounset)
-184 288 Q F1(Same as)224 288 Q F2<ad75>2.5 E F1(.)A F2(onecmd)184 300 Q
-F1(Same as)224 300 Q F2<ad74>2.5 E F1(.)A F2(ph)184 312 Q(ysical)-.15 E
-F1(Same as)224 312 Q F2<ad50>2.5 E F1(.)A F2(pipefail)184 324 Q F1 1.029
-(If set, the return v)224 324 R 1.029(alue of a pipeline is the v)-.25 F
-1.03(alue of the last \(rightmost\) com-)-.25 F 1.137(mand to e)224 336
-R 1.136
-(xit with a non-zero status, or zero if all commands in the pipeline)
--.15 F -.15(ex)224 348 S(it successfully).15 E 5(.T)-.65 G
-(his option is disabled by def)-5 E(ault.)-.1 E F2(posix)184 360 Q F1
-2.09(Change the beha)224 360 R 2.091(vior of)-.2 F F2(bash)4.591 E F1
-2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091
-(fers from the)-.25 F 2.704(POSIX standard to match the standard \()224
-372 R F0 2.704(posix mode)B F1 5.204(\). See)B F3 2.704(SEE ALSO)5.204 F
-F1(in)4.953 E F0(bash)224 384 Q F1 1.844
-(\(1\) for a reference to a document that details ho)B 4.344(wp)-.25 G
-1.845(osix mode af)-4.344 F(fects)-.25 E(bash')224 396 Q 2.5(sb)-.55 G
-(eha)-2.5 E(vior)-.2 E(.)-.55 E F2(pri)184 408 Q(vileged)-.1 E F1
-(Same as)224 420 Q F2<ad70>2.5 E F1(.)A F2 -.1(ve)184 432 S(rbose).1 E
-F1(Same as)224 432 Q F2<ad76>2.5 E F1(.)A F2(vi)184 444 Q F1 .209
-(Use a vi-style command line editing interf)224 444 R 2.709(ace. This)
--.1 F .209(also af)2.709 F .209(fects the editing in-)-.25 F(terf)224
-456 Q(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F1(.)A F2
-(xtrace)184 468 Q F1(Same as)224 468 Q F2<ad78>2.5 E F1(.)A(If)184 480 Q
-F2<ad6f>2.765 E F1 .265(is supplied with no)2.765 F F0(option\255name)
-2.765 E F1(,)A F2(set)2.765 E F1 .266
-(prints the current shell option settings.)2.765 F(If)5.266 E F2(+o)
-2.766 E F1 .079(is supplied with no)184 492 R F0(option\255name)2.579 E
-F1(,)A F2(set)2.579 E F1 .079(prints a series of)2.579 F F2(set)2.579 E
-F1 .078(commands to recreate the cur)2.578 F(-)-.2 E
-(rent option settings on the standard output.)184 504 Q F2<ad70>144 516
-Q F1 -.45(Tu)184 516 S 2.628(rn on).45 F F0(privile)6.378 E -.1(ge)-.4 G
-(d).1 E F1 5.128(mode. In)5.898 F 2.628(this mode, the)5.128 F F3($ENV)
-5.128 E F1(and)4.878 E F3($B)5.128 E(ASH_ENV)-.27 E F1 2.628
-(\214les are not)4.878 F .289
-(processed, shell functions are not inherited from the en)184 528 R .289
-(vironment, and the)-.4 F F3(SHELLOPTS)2.788 E F4(,)A F3 -.27(BA)184 540
-S(SHOPTS).27 E F4(,)A F3(CDP)2.774 E -.855(AT)-.666 G(H).855 E F4(,)A F1
-(and)2.774 E F3(GLOBIGNORE)3.024 E F1 -.25(va)2.774 G .524
-(riables, if the).25 F 3.025(ya)-.15 G .525(ppear in the en)-3.025 F
-(vironment,)-.4 E .38(are ignored.)184 552 R .38
-(If the shell is started with the ef)5.38 F(fecti)-.25 E .679 -.15(ve u)
--.25 H .379(ser \(group\) id not equal to the real).15 F .461
-(user \(group\) id, and the)184 564 R F2<ad70>2.961 E F1 .461
-(option is not supplied, these actions are tak)2.961 F .462
-(en and the ef)-.1 F(fec-)-.25 E(ti)184 576 Q .695 -.15(ve u)-.25 H .395
-(ser id is set to the real user id.).15 F .395(If the)5.395 F F2<ad70>
-2.895 E F1 .394(option is supplied at startup, the ef)2.895 F(fecti)-.25
-E -.15(ve)-.25 G .386(user id is not reset.)184 588 R -.45(Tu)5.386 G
-.386(rning this option of).45 F 2.886(fc)-.25 G .387(auses the ef)-2.886
-F(fecti)-.25 E .687 -.15(ve u)-.25 H .387(ser and group ids to be).15 F
-(set to the real user and group ids.)184 600 Q F2<ad72>144 612 Q F1
-(Enable restricted shell mode.)184 612 Q
-(This option cannot be unset once it has been set.)5 E F2<ad74>144 624 Q
-F1(Exit after reading and e)184 624 Q -.15(xe)-.15 G
-(cuting one command.).15 E F2<ad75>144 636 Q F1 -.35(Tr)184 636 S .301
-(eat unset v).35 F .301(ariables and parameters other than the special \
-parameters and or array v)-.25 F(ari-)-.25 E .903
-(ables subscripted with or as an error when performing parameter e)184
-648 R 3.404(xpansion. If)-.15 F -.15(ex)3.404 G(pan-).15 E 1.155
-(sion is attempted on an unset v)184 660 R 1.154(ariable or parameter)
--.25 F 3.654(,t)-.4 G 1.154(he shell prints an error message,)-3.654 F
-(and, if not interacti)184 672 Q -.15(ve)-.25 G 2.5(,e).15 G
-(xits with a non-zero status.)-2.65 E F2<ad76>144 684 Q F1
-(Print shell input lines as the)184 684 Q 2.5(ya)-.15 G(re read.)-2.5 E
-F2<ad78>144 696 Q F1 .315(After e)184 696 R .315(xpanding each)-.15 F F0
-.315(simple command)2.815 F F1(,)A F2 -.25(fo)2.815 G(r).25 E F1
-(command,)2.815 E F2(case)2.815 E F1(command,)2.815 E F2(select)2.815 E
-F1(command,)2.815 E 1.236(or arithmetic)184 708 R F2 -.25(fo)3.736 G(r)
-.25 E F1 1.236(command, display the e)3.736 F 1.236(xpanded v)-.15 F
-1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F1(follo)3.486 E 1.236
-(wed by the com-)-.25 F(mand and its e)184 720 Q(xpanded ar)-.15 E
-(guments or associated w)-.18 E(ord list, to standard error)-.1 E(.)-.55
-E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(17)190.95 E 0 Cg EP
-%%Page: 18 18
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF<ad42>144 84 Q F1 1.053(The shell performs brace e)184
-84 R 1.053(xpansion \(see)-.15 F F2 1.053(Brace Expansion)3.553 F F1(in)
-3.553 E F0(bash)3.553 E F1 3.553(\(1\)\). This)B 1.053(is on by)3.553 F
-(def)184 96 Q(ault.)-.1 E F2<ad43>144 108 Q F1 .214(If set,)184 108 R F2
-(bash)2.714 E F1 .214(does not o)2.714 F -.15(ve)-.15 G .214
-(rwrite an e).15 F .214(xisting \214le with the)-.15 F F2(>)2.714 E F1
-(,)A F2(>&)2.714 E F1 2.713(,a)C(nd)-2.713 E F2(<>)2.713 E F1 .213
-(redirection opera-)2.713 F 3.053(tors. This)184 120 R .553(may be o)
-3.053 F -.15(ve)-.15 G .553
-(rridden when creating output \214les by using the redirection opera-)
-.15 F(tor)184 132 Q F2(>|)2.5 E F1(instead of)2.5 E F2(>)2.5 E F1(.)A F2
-<ad45>144 144 Q F1 .104(If set, an)184 144 R 2.604(yt)-.15 G .104
-(rap on)-2.604 F F2(ERR)2.604 E F1 .103
-(is inherited by shell functions, command substitutions, and com-)2.604
-F .838(mands e)184 156 R -.15(xe)-.15 G .838(cuted in a subshell en).15
-F 3.338(vironment. The)-.4 F F2(ERR)3.338 E F1 .839
-(trap is normally not inherited in)3.339 F(such cases.)184 168 Q F2
-<ad48>144 180 Q F1(Enable)184 180 Q F2(!)3.032 E F1 .532
-(style history substitution.)5.532 F .531(This option is on by def)5.532
-F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 192 Q -.15
-(ve)-.25 G(.).15 E F2<ad50>144 204 Q F1 .959
-(If set, the shell does not resolv)184 204 R 3.459(es)-.15 G .959
-(ymbolic links when e)-3.459 F -.15(xe)-.15 G .96
-(cuting commands such as).15 F F2(cd)3.46 E F1 1.453
-(that change the current w)184 216 R 1.453(orking directory)-.1 F 6.453
-(.I)-.65 G 3.952(tu)-6.453 G 1.452(ses the ph)-3.952 F 1.452
-(ysical directory structure in-)-.05 F 3.334(stead. By)184 228 R(def)
-3.334 E(ault,)-.1 E F2(bash)3.334 E F1(follo)3.334 E .834
-(ws the logical chain of directories when performing com-)-.25 F
-(mands which change the current directory)184 240 Q(.)-.65 E F2<ad54>144
-252 Q F1 .89(If set, an)184 252 R 3.39(yt)-.15 G .89(raps on)-3.39 F F2
-(DEB)3.39 E(UG)-.1 E F1(and)3.39 E F2(RETURN)3.39 E F1 .89
-(are inherited by shell functions, command)3.39 F 1.932
-(substitutions, and commands e)184 264 R -.15(xe)-.15 G 1.932
-(cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F2(DEB)4.432 E
-(UG)-.1 E F1(and)4.432 E F2(RETURN)184 276 Q F1
-(traps are normally not inherited in such cases.)2.5 E F2<adad>144 288 Q
-F1 .401(If no ar)184 288 R .401(guments follo)-.18 F 2.901(wt)-.25 G
-.401(his option, then the positional parameters are unset.)-2.901 F
-(Otherwise,)5.4 E(the positional parameters are set to the)184 300 Q F0
-(ar)2.5 E(g)-.37 E F1(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G
-(ome of them be)-2.5 E(gin with a)-.15 E F2<ad>2.5 E F1(.)A F2<ad>144
-312 Q F1 .278(Signal the end of options, cause all remaining)184 312 R
-F0(ar)2.779 E(g)-.37 E F1 2.779(st)C 2.779(ob)-2.779 G 2.779(ea)-2.779 G
-.279(ssigned to the positional para-)-2.779 F 3.022(meters. The)184 324
-R F2<ad78>3.022 E F1(and)3.022 E F2<ad76>3.022 E F1 .522
-(options are turned of)3.022 F 3.022(f. If)-.25 F .522(there are no)
-3.022 F F0(ar)3.022 E(g)-.37 E F1 .521(s, the positional para-)B
-(meters remain unchanged.)184 336 Q .425(The options are of)144 352.8 R
-2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425
-(ault unless otherwise noted.)-.1 F .425
-(Using + rather than \255 causes these options)5.425 F .178
-(to be turned of)144 364.8 R 2.678(f. The)-.25 F .178
-(options can also be speci\214ed as ar)2.678 F .178(guments to an in)
--.18 F -.2(vo)-.4 G .177(cation of the shell.).2 F(The)5.177 E .066
-(current set of options may be found in)144 376.8 R F2<24ad>2.566 E F1
-5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066
-(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F
-(is encountered.)144 388.8 Q F2(shift)108 405.6 Q F1([)2.5 E F0(n)A F1
-(])A 1.67(The positional parameters from)144 417.6 R F0(n)4.17 E F1 1.67
-(+1 .)B -1.662 1.666(.. a)1.666 H 1.67(re renamed to)-1.666 F F2 1.67
-($1 .)4.17 F 1.666(..)1.666 G(.)-1.666 E F1 -.15(Pa)6.669 G 1.669
-(rameters represented by the).15 F(numbers)144 429.6 Q F2($#)2.701 E F1
-(do)2.701 E .201(wn to)-.25 F F2($#)2.701 E F1<ad>A F0(n)A F1 .201
-(+1 are unset.)B F0(n)5.562 E F1 .202(must be a non-ne)2.942 F -.05(ga)
--.15 G(ti).05 E .502 -.15(ve n)-.25 H .202(umber less than or equal to)
-.15 F F2($#)2.702 E F1(.)A(If)144 441.6 Q F0(n)3.462 E F1 .602
-(is 0, no parameters are changed.)3.342 F(If)5.602 E F0(n)3.462 E F1
-.602(is not gi)3.342 F -.15(ve)-.25 G .602(n, it is assumed to be 1.).15
-F(If)5.601 E F0(n)3.461 E F1 .601(is greater than)3.341 F F2($#)144
-453.6 Q F1 2.79(,t)C .29(he positional parameters are not changed.)-2.79
-F .291(The return status is greater than zero if)5.29 F F0(n)3.151 E F1
-.291(is greater)3.031 F(than)144 465.6 Q F2($#)2.5 E F1
-(or less than zero; otherwise 0.)2.5 E F2(shopt)108 482.4 Q F1([)2.5 E
-F2(\255pqsu)A F1 2.5(][)C F2<ad6f>-2.5 E F1 2.5(][)C F0(optname)-2.5 E
-F1 1.666(...)2.5 G(])-1.666 E -.8(To)144 494.4 S .64(ggle the v).8 F
-.639(alues of settings controlling optional shell beha)-.25 F(vior)-.2 E
-5.639(.T)-.55 G .639(he settings can be either those)-5.639 F .374
-(listed belo)144 506.4 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H
-2.874(ft).4 G(he)-2.874 E F2<ad6f>2.874 E F1 .375
-(option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25
-F F2<ad6f>2.875 E F1 .375(option to the)2.875 F F2(set)2.875 E F1 -.2
-(bu)2.875 G .375(iltin com-).2 F 2.566(mand. W)144 518.4 R .066
-(ith no options, or with the)-.4 F F2<ad70>2.566 E F1 .066
-(option, a list of all settable options is displayed, with an in-)2.566
-F .074(dication of whether or not each is set; if)144 530.4 R F0
-(optnames)2.574 E F1 .074
-(are supplied, the output is restricted to those op-)2.574 F 3.105
-(tions. The)144 542.4 R F2<ad70>3.105 E F1 .605(option causes output to\
- be displayed in a form that may be reused as input.)3.105 F(Other)5.605
-E(options ha)144 554.4 Q .3 -.15(ve t)-.2 H(he follo).15 E
-(wing meanings:)-.25 E F2<ad73>144 566.4 Q F1(Enable \(set\) each)180
-566.4 Q F0(optname)2.5 E F1(.)A F2<ad75>144 578.4 Q F1
-(Disable \(unset\) each)180 578.4 Q F0(optname)2.5 E F1(.)A F2<ad71>144
-590.4 Q F1 .003(Suppresses normal output \(quiet mode\); the return sta\
-tus indicates whether the)180 590.4 R F0(optname)2.504 E F1(is)2.504 E
-.256(set or unset.)180 602.4 R .256(If multiple)5.256 F F0(optname)2.756
-E F1(ar)2.756 E .256(guments are gi)-.18 F -.15(ve)-.25 G 2.756(nw).15 G
-(ith)-2.756 E F2<ad71>2.756 E F1 2.755(,t)C .255
-(he return status is zero if)-2.755 F(all)180 614.4 Q F0(optnames)2.5 E
-F1(are enabled; non-zero otherwise.)2.5 E F2<ad6f>144 626.4 Q F1
-(Restricts the v)180 626.4 Q(alues of)-.25 E F0(optname)2.5 E F1
-(to be those de\214ned for the)2.5 E F2<ad6f>2.5 E F1(option to the)2.5
-E F2(set)2.5 E F1 -.2(bu)2.5 G(iltin.).2 E .624(If either)144 643.2 R F2
-<ad73>3.124 E F1(or)3.124 E F2<ad75>3.124 E F1 .624(is used with no)
-3.124 F F0(optname)3.124 E F1(ar)3.124 E(guments,)-.18 E F2(shopt)3.124
-E F1(sho)3.124 E .624(ws only those options which are)-.25 F .984
-(set or unset, respecti)144 655.2 R -.15(ve)-.25 G(ly).15 E 5.984(.U)
--.65 G .984(nless otherwise noted, the)-5.984 F F2(shopt)3.484 E F1 .983
-(options are disabled \(unset\) by de-)3.483 F -.1(fa)144 667.2 S(ult.)
-.1 E 1.544(The return status when listing options is zero if all)144 684
-R F0(optnames)4.044 E F1 1.545(are enabled, non-zero otherwise.)4.045 F
-.696
-(When setting or unsetting options, the return status is zero unless an)
-144 696 R F0(optname)3.196 E F1 .696(is not a v)3.196 F .695(alid shell)
--.25 F(option.)144 708 Q(The list of)144 724.8 Q F2(shopt)2.5 E F1
-(options is:)2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(18)
-190.95 E 0 Cg EP
-%%Page: 19 19
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(array_expand_once)144 84 Q F1 1.831
-(If set, the shell suppresses multiple e)184 96 R -.25(va)-.25 G 1.832
-(luation of associati).25 F 2.132 -.15(ve a)-.25 H 1.832(nd inde).15 F
--.15(xe)-.15 G 4.332(da).15 G 1.832(rray sub-)-4.332 F .025
-(scripts during arithmetic e)184 108 R .025(xpression e)-.15 F -.25(va)
--.25 G .025(luation, while e).25 F -.15(xe)-.15 G .025(cuting b).15 F
-.025(uiltins that can perform)-.2 F -.25(va)184 120 S
-(riable assignments, and while e).25 E -.15(xe)-.15 G(cuting b).15 E
-(uiltins that perform array dereferencing.)-.2 E F2(assoc_expand_once)
-144 132 Q F1(Deprecated; a synon)184 144 Q(ym for)-.15 E F2
-(array_expand_once)2.5 E F1(.)A F2(autocd)144 156 Q F1 .199
-(If set, a command name that is the name of a directory is e)184 156 R
--.15(xe)-.15 G .2(cuted as if it were the ar).15 F(gu-)-.18 E
-(ment to the)184 168 Q F2(cd)2.5 E F1 2.5(command. This)2.5 F
-(option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E
-F2(cdable_v)144 180 Q(ars)-.1 E F1 .156(If set, an ar)184 192 R .156
-(gument to the)-.18 F F2(cd)2.656 E F1 -.2(bu)2.656 G .155
-(iltin command that is not a directory is assumed to be the).2 F
-(name of a v)184 204 Q(ariable whose v)-.25 E
-(alue is the directory to change to.)-.25 E F2(cdspell)144 216 Q F1
-1.055
-(If set, minor errors in the spelling of a directory component in a)184
-216 R F2(cd)3.555 E F1 1.055(command will be)3.555 F 3.988
-(corrected. The)184 228 R 1.488(errors check)3.988 F 1.487
-(ed for are transposed characters, a missing character)-.1 F 3.987(,a)
--.4 G(nd)-3.987 E .77(one character too man)184 240 R 4.57 -.65(y. I)
--.15 H 3.27(fac).65 G .77
-(orrection is found, the corrected \214lename is printed, and)-3.27 F
-(the command proceeds.)184 252 Q(This option is only used by interacti)5
-E .3 -.15(ve s)-.25 H(hells.).15 E F2(checkhash)144 264 Q F1 .737
-(If set,)184 276 R F2(bash)3.237 E F1 .736
-(checks that a command found in the hash table e)3.237 F .736
-(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 288
-Q(If a hashed command no longer e)5 E
-(xists, a normal path search is performed.)-.15 E F2(checkjobs)144 300 Q
-F1 .448(If set,)184 312 R F2(bash)2.948 E F1 .448
-(lists the status of an)2.948 F 2.949(ys)-.15 G .449
-(topped and running jobs before e)-2.949 F .449(xiting an interacti)-.15
-F -.15(ve)-.25 G 2.662(shell. If)184 324 R(an)2.662 E 2.661(yj)-.15 G
-.161(obs are running, this causes the e)-2.661 F .161
-(xit to be deferred until a second e)-.15 F .161(xit is at-)-.15 F 1.091
-(tempted without an interv)184 336 R 1.091(ening command \(see)-.15 F/F3
-9/Times-Bold@0 SF 1.091(JOB CONTR)3.591 F(OL)-.27 E F1(in)3.341 E F0
-(bash)3.591 E F1 3.591(\(1\)\). The)B(shell)3.591 E(al)184 348 Q -.1(wa)
--.1 G(ys postpones e).1 E(xiting if an)-.15 E 2.5(yj)-.15 G
-(obs are stopped.)-2.5 E F2(checkwinsize)144 360 Q F1 1.09(If set,)184
-372 R F2(bash)3.59 E F1 1.09(checks the windo)3.59 F 3.59(ws)-.25 G 1.09
-(ize after each e)-3.59 F 1.09(xternal \(non-b)-.15 F 1.09
-(uiltin\) command and, if)-.2 F(necessary)184 384 Q 3.35(,u)-.65 G .85
-(pdates the v)-3.35 F .85(alues of)-.25 F F3(LINES)3.35 E F1(and)3.1 E
-F3(COLUMNS)3.35 E/F4 9/Times-Roman@0 SF(.)A F1 .85
-(This option is enabled by de-)5.35 F -.1(fa)184 396 S(ult.).1 E F2
-(cmdhist)144 408 Q F1 .173(If set,)184 408 R F2(bash)2.673 E F1 .173
-(attempts to sa)2.673 F .473 -.15(ve a)-.2 H .172
-(ll lines of a multiple-line command in the same history en-).15 F(try)
-184 420 Q 5.596(.T)-.65 G .597(his allo)-5.596 F .597
-(ws easy re-editing of multi-line commands.)-.25 F .597
-(This option is enabled by de-)5.597 F -.1(fa)184 432 S .052(ult, b).1 F
-.052(ut only has an ef)-.2 F .052
-(fect if command history is enabled, as described in)-.25 F F0(bash)
-2.552 E F1 .052(\(1\) under)B F3(HIST)184 444 Q(OR)-.162 E(Y)-.315 E F4
-(.)A F2(compat31)144 456 Q(compat32)144 468 Q(compat40)144 480 Q
-(compat41)144 492 Q(compat42)144 504 Q(compat43)144 516 Q(compat44)144
-528 Q(compat50)144 540 Q F1 .889(These control aspects of the shell')184
-552 R 3.389(sc)-.55 G .889(ompatibility mode \(see)-3.389 F F3 .889
-(SHELL COMP)3.389 F -.855(AT)-.666 G(IBILITY).855 E(MODE)184 564 Q F1
-(in)2.25 E F0(bash)2.5 E F1(\(1\)\).)A F2(complete_fullquote)144 580.8 Q
-F1 .654(If set,)184 592.8 R F2(bash)3.153 E F1 .653(quotes all shell me\
-tacharacters in \214lenames and directory names when per)3.153 F(-)-.2 E
-1.524(forming completion.)184 604.8 R 1.524(If not set,)6.524 F F2(bash)
-4.024 E F1(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524
-(etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\
-haracters that will be quoted in completed \214lenames when these)184
-616.8 R .028(metacharacters appear in shell v)184 628.8 R .028
-(ariable references in w)-.25 F .029(ords to be completed.)-.1 F .029
-(This means)5.029 F 1.073(that dollar signs in v)184 640.8 R 1.073
-(ariable names that e)-.25 F 1.073
-(xpand to directories will not be quoted; ho)-.15 F(w-)-.25 E -2.15 -.25
-(ev e)184 652.8 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123
-(ollar signs appearing in \214lenames will not be quoted, either).15 F
-6.123(.T)-.55 G 1.123(his is acti)-6.123 F -.15(ve)-.25 G .59
-(only when bash is using backslashes to quote completed \214lenames.)184
-664.8 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 676.8 Q
-(ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E
-(ersions through 4.2.)-.15 E F2(dir)144 693.6 Q(expand)-.18 E F1 .486
-(If set,)184 705.6 R F2(bash)2.986 E F1 .486
-(replaces directory names with the results of w)2.986 F .486(ord e)-.1 F
-.487(xpansion when perform-)-.15 F .18(ing \214lename completion.)184
-717.6 R .179(This changes the contents of the readline editing b)5.18 F
-(uf)-.2 E(fer)-.25 E 5.179(.I)-.55 G 2.679(fn)-5.179 G(ot)-2.679 E(set,)
-184 729.6 Q F2(bash)2.5 E F1(attempts to preserv)2.5 E 2.5(ew)-.15 G
-(hat the user typed.)-2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79
-E(19)190.95 E 0 Cg EP
-%%Page: 20 20
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(dirspell)144 84 Q F1 .858(If set,)184 84 R F2(bash)
-3.358 E F1 .858
-(attempts spelling correction on directory names during w)3.358 F .859
-(ord completion if)-.1 F
-(the directory name initially supplied does not e)184 96 Q(xist.)-.15 E
-F2(dotglob)144 112.8 Q F1 1.021(If set,)184 112.8 R F2(bash)3.521 E F1
-1.021(includes \214lenames be)3.521 F 1.021
-(ginning with a in the results of pathname e)-.15 F(xpansion.)-.15 E
-(The \214lenames and must al)184 124.8 Q -.1(wa)-.1 G(ys be matched e).1
-E(xplicitly)-.15 E 2.5(,e)-.65 G -.15(ve)-2.75 G 2.5(ni).15 G(f)-2.5 E
-F2(dotglob)2.5 E F1(is set.)2.5 E F2(execfail)144 141.6 Q F1 .516
-(If set, a non-interacti)184 141.6 R .816 -.15(ve s)-.25 H .516
-(hell will not e).15 F .516(xit if it cannot e)-.15 F -.15(xe)-.15 G
-.517(cute the \214le speci\214ed as an ar).15 F(-)-.2 E(gument to the)
-184 153.6 Q F2(exec)2.5 E F1 -.2(bu)2.5 G(iltin command.).2 E
-(An interacti)5 E .3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15
-E F2(exec)2.5 E F1 -.1(fa)2.5 G(ils.).1 E F2(expand_aliases)144 170.4 Q
-F1 .743(If set, aliases are e)184 182.4 R .743(xpanded as described in)
--.15 F F0(bash)3.243 E F1 .743(\(1\) under)B/F3 9/Times-Bold@0 SF
-(ALIASES)3.243 E/F4 9/Times-Roman@0 SF(.)A F1 .742(This option is en-)
-5.243 F(abled by def)184 194.4 Q(ault for interacti)-.1 E .3 -.15(ve s)
--.25 H(hells.).15 E F2(extdeb)144 211.2 Q(ug)-.2 E F1 .17
-(If set at shell in)184 223.2 R -.2(vo)-.4 G .17
-(cation, or in a shell startup \214le, arrange to e).2 F -.15(xe)-.15 G
-.17(cute the deb).15 F .17(ugger pro\214le)-.2 F 1.082
-(before the shell starts, identical to the)184 235.2 R F2<adad646562>
-3.582 E(ugger)-.2 E F1 3.581(option. If)3.581 F 1.081(set after in)3.581
-F -.2(vo)-.4 G 1.081(cation, be-).2 F(ha)184 247.2 Q
-(vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F2(1.)184
-264 Q F1(The)220 264 Q F2<ad46>4.25 E F1 1.75(option to the)4.25 F F2
-(declar)4.251 E(e)-.18 E F1 -.2(bu)4.251 G 1.751
-(iltin displays the source \214le name and line).2 F
-(number corresponding to each function name supplied as an ar)220 276 Q
-(gument.)-.18 E F2(2.)184 292.8 Q F1 1.667(If the command run by the)220
-292.8 R F2(DEB)4.167 E(UG)-.1 E F1 1.667(trap returns a non-zero v)4.167
-F 1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220
-304.8 Q -.15(xe)-.15 G(cuted.).15 E F2(3.)184 321.6 Q F1 .84
-(If the command run by the)220 321.6 R F2(DEB)3.34 E(UG)-.1 E F1 .841
-(trap returns a v)3.341 F .841(alue of 2, and the shell is)-.25 F -.15
-(exe)220 333.6 S .488
-(cuting in a subroutine \(a shell function or a shell script e).15 F
--.15(xe)-.15 G .488(cuted by the).15 F F2(.)2.988 E F1(or)2.988 E F2
-(sour)220 345.6 Q(ce)-.18 E F1 -.2(bu)2.5 G
-(iltins\), the shell simulates a call to).2 E F2 -.18(re)2.5 G(tur).18 E
-(n)-.15 E F1(.)A F2(4.)184 362.4 Q F3 -.27(BA)220 362.4 S(SH_ARGC).27 E
-F1(and)3.153 E F3 -.27(BA)3.403 G(SH_ARGV).27 E F1 .904
-(are updated as described in their descriptions)3.154 F(in)220 374.4 Q
-F0(bash)2.5 E F1(\(1\)\).)A F2(5.)184 391.2 Q F1 1.637(Function tracing\
- is enabled: command substitution, shell functions, and sub-)220 391.2 R
-(shells in)220 403.2 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E
-F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)2.5 E F2(DEB)2.5
-E(UG)-.1 E F1(and)2.5 E F2(RETURN)2.5 E F1(traps.)2.5 E F2(6.)184 420 Q
-F1 1.082(Error tracing is enabled: command substitution, shell function\
-s, and subshells)220 420 R(in)220 432 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw)
-.1 G(ith)-2.5 E F2(\()2.5 E F0(command)2.5 E F2(\))2.5 E F1(inherit the)
-2.5 E F2(ERR)2.5 E F1(trap.)2.5 E F2(extglob)144 448.8 Q F1 .273
-(If set, the e)184 448.8 R .273
-(xtended pattern matching features described in)-.15 F F0(bash)2.772 E
-F1 .272(\(1\) under)B F2 -.1(Pa)2.772 G .272(thname Ex-).1 F(pansion)184
-460.8 Q F1(are enabled.)2.5 E F2(extquote)144 477.6 Q F1 1.929(If set,)
-184 489.6 R F2($)4.429 E F0(string)A F1(and)4.429 E F2($)4.429 E F0
-(string)A F1 1.929(quoting is performed within)4.429 F F2(${)4.429 E F0
-(par)A(ameter)-.15 E F2(})A F1 -.15(ex)4.429 G 1.93(pansions en-).15 F
-(closed in double quotes.)184 501.6 Q(This option is enabled by def)5 E
-(ault.)-.1 E F2(failglob)144 518.4 Q F1 .243(If set, patterns which f)
-184 518.4 R .243(ail to match \214lenames during pathname e)-.1 F .243
-(xpansion result in an e)-.15 F(x-)-.15 E(pansion error)184 530.4 Q(.)
--.55 E F2 -.25(fo)144 547.2 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F1
-.936(If set, the suf)184 559.2 R<8c78>-.25 E .936(es speci\214ed by the)
--.15 F F3(FIGNORE)3.436 E F1 .936(shell v)3.186 F .936(ariable cause w)
--.25 F .937(ords to be ignored)-.1 F .32(when performing w)184 571.2 R
-.32(ord completion e)-.1 F -.15(ve)-.25 G 2.82(ni).15 G 2.82(ft)-2.82 G
-.32(he ignored w)-2.82 F .32(ords are the only possible com-)-.1 F 3.293
-(pletions. See)184 583.2 R F3 .793(SHELL V)3.293 F(ARIABLES)-1.215 E F1
-(in)3.043 E F0(bash)3.293 E F1 .793(\(1\) for a description of)B F3
-(FIGNORE)3.294 E F4(.)A F1 .794(This op-)5.294 F(tion is enabled by def)
-184 595.2 Q(ault.)-.1 E F2(globasciiranges)144 612 Q F1 2.519
-(If set, range e)184 624 R 2.519
-(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518
-(xpressions \(see)-.15 F F3 -.09(Pa)5.018 G(tter).09 E(n)-.135 E
-(Matching)184 636 Q F1(in)3.115 E F0(bash)3.365 E F1 .865(\(1\)\) beha)B
-1.165 -.15(ve a)-.2 H 3.365(si).15 G 3.365(fi)-3.365 G 3.365(nt)-3.365 G
-.866(he traditional C locale when performing compar)-3.365 F(-)-.2 E
-2.668(isons. That)184 648 R .168(is, the current locale')2.668 F 2.668
-(sc)-.55 G .168(ollating sequence is not tak)-2.668 F .168
-(en into account, so)-.1 F F2(b)2.668 E F1(will)2.668 E .562
-(not collate between)184 660 R F2(A)3.062 E F1(and)3.062 E F2(B)3.062 E
-F1 3.062(,a)C .562(nd upper)-3.062 F .562(-case and lo)-.2 F(wer)-.25 E
-.563(-case ASCII characters will col-)-.2 F(late together)184 672 Q(.)
--.55 E F2(globskipdots)144 688.8 Q F1 .294(If set, pathname e)184 700.8
-R .294(xpansion will ne)-.15 F -.15(ve)-.25 G 2.794(rm).15 G .294
-(atch the \214lenames and e)-2.794 F -.15(ve)-.25 G 2.793(ni).15 G 2.793
-(ft)-2.793 G .293(he pattern be)-2.793 F(gins)-.15 E
-(with a This option is enabled by def)184 712.8 Q(ault.)-.1 E
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(20)190.95 E 0 Cg EP
-%%Page: 21 21
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(globstar)144 84 Q F1 .518(If set, the pattern)184 84 R
-F2(**)3.018 E F1 .519(used in a pathname e)3.019 F .519(xpansion conte)
--.15 F .519(xt will match all \214les and zero)-.15 F .432
-(or more directories and subdirectories.)184 96 R .431
-(If the pattern is follo)5.432 F .431(wed by a)-.25 F F2(/)2.931 E F1
-2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184
-108 Q F2(gnu_errfmt)144 124.8 Q F1(If set, shell error messages are wri\
-tten in the standard GNU error message format.)184 136.8 Q F2
-(histappend)144 153.6 Q F1 .676
-(If set, the history list is appended to the \214le named by the v)184
-165.6 R .676(alue of the)-.25 F/F3 9/Times-Bold@0 SF(HISTFILE)3.177 E F1
--.25(va)2.927 G(ri-).25 E(able when the shell e)184 177.6 Q
-(xits, rather than o)-.15 E -.15(ve)-.15 G(rwriting the \214le.).15 E F2
-(histr)144 194.4 Q(eedit)-.18 E F1 .576(If set, and)184 206.4 R F2 -.18
-(re)3.076 G(adline).18 E F1 .575(is being used, a user is gi)3.076 F
--.15(ve)-.25 G 3.075(nt).15 G .575(he opportunity to re-edit a f)-3.075
-F .575(ailed his-)-.1 F(tory substitution.)184 218.4 Q F2(histv)144
-235.2 Q(erify)-.1 E F1 .402(If set, and)184 247.2 R F2 -.18(re)2.903 G
-(adline).18 E F1 .403
-(is being used, the results of history substitution are not immediately)
-2.903 F .662(passed to the shell parser)184 259.2 R 5.662(.I)-.55 G .661
-(nstead, the resulting line is loaded into the)-5.662 F F2 -.18(re)3.161
-G(adline).18 E F1(editing)3.161 E -.2(bu)184 271.2 S -.25(ff).2 G(er).25
-E 2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F2
-(hostcomplete)144 288 Q F1 1.181(If set, and)184 300 R F2 -.18(re)3.681
-G(adline).18 E F1 1.181(is being used,)3.681 F F2(bash)3.682 E F1 1.182
-(will attempt to perform hostname completion)3.682 F .503(when a w)184
-312 R .503(ord containing a)-.1 F F2(@)3.003 E F1 .503
-(is being completed \(see)3.003 F F2(Completing)3.003 E F1(under)3.003 E
-F3(READLINE)3.003 E F1(in)2.752 E F0(bash)184 324 Q F1 2.5
-(\(1\)\). This)B(is enabled by def)2.5 E(ault.)-.1 E F2(huponexit)144
-340.8 Q F1(If set,)184 352.8 Q F2(bash)2.5 E F1(will send)2.5 E F3
-(SIGHUP)2.5 E F1(to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25
-H(ogin shell e).15 E(xits.)-.15 E F2(inherit_err)144 369.6 Q(exit)-.18 E
-F1 .219(If set, command substitution inherits the v)184 381.6 R .219
-(alue of the)-.25 F F2(err)2.719 E(exit)-.18 E F1 .22
-(option, instead of unsetting)2.719 F(it in the subshell en)184 393.6 Q
-2.5(vironment. This)-.4 F(option is enabled when)2.5 E F0(posix mode)2.5
-E F1(is enabled.)2.5 E F2(interacti)144 410.4 Q -.1(ve)-.1 G(_comments)
-.1 E F1 .33(If set, allo)184 422.4 R 2.83(waw)-.25 G .33(ord be)-2.93 F
-.33(ginning with)-.15 F F2(#)2.83 E F1 .33(to cause that w)2.83 F .33
-(ord and all remaining characters on)-.1 F .39
-(that line to be ignored in an interacti)184 434.4 R .69 -.15(ve s)-.25
-H .39(hell \(see).15 F F3(COMMENTS)2.89 E F1(in)2.64 E F0(bash)2.89 E F1
-2.89(\(1\)\). This)B(option)2.89 E(is enabled by def)184 446.4 Q(ault.)
--.1 E F2(lastpipe)144 463.2 Q F1 .066
-(If set, and job control is not acti)184 463.2 R -.15(ve)-.25 G 2.566
-(,t).15 G .066(he shell runs the last command of a pipeline not e)-2.566
-F -.15(xe)-.15 G(-).15 E
-(cuted in the background in the current shell en)184 475.2 Q(vironment.)
--.4 E F2(lithist)144 492 Q F1 .654(If set, and the)184 492 R F2(cmdhist)
-3.154 E F1 .654(option is enabled, multi-line commands are sa)3.154 F
--.15(ve)-.2 G 3.155(dt).15 G 3.155(ot)-3.155 G .655(he history)-3.155 F
-(with embedded ne)184 504 Q
-(wlines rather than using semicolon separators where possible.)-.25 E F2
-(localv)144 520.8 Q(ar_inherit)-.1 E F1 .422(If set, local v)184 532.8 R
-.422(ariables inherit the v)-.25 F .422(alue and attrib)-.25 F .422
-(utes of a v)-.2 F .422(ariable of the same name that)-.25 F -.15(ex)184
-544.8 S .173(ists at a pre).15 F .173(vious scope before an)-.25 F 2.673
-(yn)-.15 G .673 -.25(ew va)-2.673 H .173(lue is assigned.).25 F .174
-(The nameref attrib)5.174 F .174(ute is not)-.2 F(inherited.)184 556.8 Q
-F2(localv)144 573.6 Q(ar_unset)-.1 E F1 .329(If set, calling)184 585.6 R
-F2(unset)2.829 E F1 .329(on local v)2.829 F .329(ariables in pre)-.25 F
-.328(vious function scopes marks them so subse-)-.25 F .543(quent looku\
-ps \214nd them unset until that function returns. This is identical to \
-the beha)184 597.6 R(v-)-.2 E(ior of unsetting local v)184 609.6 Q
-(ariables at the current function scope.)-.25 E F2(login_shell)144 626.4
-Q F1 .693
-(The shell sets this option if it is started as a login shell \(see)184
-638.4 R F3(INV)3.192 E(OCA)-.405 E(TION)-.855 E F1(in)2.942 E F0(bash)
-3.192 E F1(\(1\)\).)A(The v)184 650.4 Q(alue may not be changed.)-.25 E
-F2(mailwar)144 667.2 Q(n)-.15 E F1 .814(If set, and a \214le that)184
-679.2 R F2(bash)3.314 E F1 .815
-(is checking for mail has been accessed since the last time it)3.314 F
--.1(wa)184 691.2 S 2.5(sc).1 G(heck)-2.5 E(ed,)-.1 E F2(bash)2.5 E F1
-(displays the message)2.5 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79
-E(21)190.95 E 0 Cg EP
-%%Page: 22 22
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(no_empty_cmd_completion)144 84 Q F1 .325(If set, and)
-184 96 R F2 -.18(re)2.825 G(adline).18 E F1 .325(is being used,)2.825 F
-F2(bash)2.824 E F1 .324(will not attempt to search the)2.824 F/F3 9
-/Times-Bold@0 SF -.666(PA)2.824 G(TH)-.189 E F1 .324(for possible)2.574
-F(completions when completion is attempted on an empty line.)184 108 Q
-F2(nocaseglob)144 124.8 Q F1 .436(If set,)184 136.8 R F2(bash)2.936 E F1
-.436(matches \214lenames in a case\255insensiti)2.936 F .737 -.15(ve f)
--.25 H .437(ashion when performing pathname).05 F -.15(ex)184 148.8 S
-(pansion \(see).15 E F2 -.1(Pa)2.5 G(thname Expansion).1 E F1(in)2.5 E
-F0(bash)2.5 E F1(\(1\)\).)A F2(nocasematch)144 165.6 Q F1 1.194(If set,)
-184 177.6 R F2(bash)3.694 E F1 1.194
-(matches patterns in a case\255insensiti)3.694 F 1.493 -.15(ve f)-.25 H
-1.193(ashion when performing matching).05 F .551(while e)184 189.6 R
--.15(xe)-.15 G(cuting).15 E F2(case)3.051 E F1(or)3.051 E F2([[)3.051 E
-F1 .551(conditional commands, when performing pattern substitution)3.051
-F -.1(wo)184 201.6 S .623(rd e).1 F .623(xpansions, or when \214ltering\
- possible completions as part of programmable com-)-.15 F(pletion.)184
-213.6 Q F2(noexpand_translation)144 230.4 Q F1 1.462(If set,)184 242.4 R
-F2(bash)3.962 E F1 1.462(encloses the translated results of)3.962 F F2
-($)3.962 E F1 -1.87 1.666(... q)D 1.462
-(uoting in single quotes instead of)-1.666 F(double quotes.)184 254.4 Q
-(If the string is not translated, this has no ef)5 E(fect.)-.25 E F2
-(nullglob)144 271.2 Q F1 .593(If set, pathname e)184 283.2 R .593
-(xpansion patterns which match no \214les \(see)-.15 F F2 -.1(Pa)3.092 G
-.592(thname Expansion).1 F F1(in)3.092 E F0(bash)184 295.2 Q F1
-(\(1\)\) e)A(xpand to nothing and are remo)-.15 E -.15(ve)-.15 G
-(d, rather than e).15 E(xpanding to themselv)-.15 E(es.)-.15 E F2
-(patsub_r)144 312 Q(eplacement)-.18 E F1 .105(If set,)184 324 R F2(bash)
-2.605 E F1 -.15(ex)2.605 G .105(pands occurrences of).15 F F2(&)2.606 E
-F1 .106(in the replacement string of pattern substitution to)2.606 F
-.989(the te)184 336 R .988
-(xt matched by the pattern, as described under)-.15 F F2 -.1(Pa)3.488 G
-.988(rameter Expansion).1 F F1(in)3.488 E F0(bash)3.488 E F1(\(1\).)A
-(This option is enabled by def)184 348 Q(ault.)-.1 E F2(pr)144 364.8 Q
-(ogcomp)-.18 E F1 2.802(If set, the programmable completion f)184 376.8
-R 2.802(acilities \(see)-.1 F F2(Pr)5.302 E 2.803(ogrammable Completion)
--.18 F F1(in)5.303 E F0(bash)184 388.8 Q F1(\(1\)\) are enabled.)A
-(This option is enabled by def)5 E(ault.)-.1 E F2(pr)144 405.6 Q
-(ogcomp_alias)-.18 E F1 2.124
-(If set, and programmable completion is enabled,)184 417.6 R F2(bash)
-4.624 E F1 2.124(treats a command name that)4.624 F(doesn')184 429.6 Q
-3.288(th)-.18 G -2.25 -.2(av e)-3.288 H(an)3.488 E 3.288(yc)-.15 G .789
-(ompletions as a possible alias and attempts alias e)-3.288 F .789
-(xpansion. If it has)-.15 F 1.473(an alias,)184 441.6 R F2(bash)3.973 E
-F1 1.473(attempts programmable completion using the command w)3.973 F
-1.473(ord resulting)-.1 F(from the e)184 453.6 Q(xpanded alias.)-.15 E
-F2(pr)144 470.4 Q(omptv)-.18 E(ars)-.1 E F1 1.447
-(If set, prompt strings under)184 482.4 R 1.448(go parameter e)-.18 F
-1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184
-494.4 S 1.834(pansion, and quote remo).15 F -.25(va)-.15 G 4.334(la).25
-G 1.834(fter being e)-4.334 F 1.834(xpanded as described in)-.15 F F3
-(PR)4.333 E(OMPTING)-.27 E F1(in)4.083 E F0(bash)184 506.4 Q F1 2.5
-(\(1\). This)B(option is enabled by def)2.5 E(ault.)-.1 E F2 -.18(re)144
-523.2 S(stricted_shell).18 E F1 .329
-(The shell sets this option if it is started in restricted mode \(see)
-184 535.2 R F3 .329(RESTRICTED SHELL)2.829 F F1(in)2.58 E F0(bash)184
-547.2 Q F1 2.731(\(1\)\). The)B -.25(va)2.731 G .231
-(lue may not be changed.).25 F .23
-(This is not reset when the startup \214les are e)5.231 F(x-)-.15 E
-(ecuted, allo)184 559.2 Q(wing the startup \214les to disco)-.25 E -.15
-(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E F2
-(shift_v)144 576 Q(erbose)-.1 E F1 .501(If set, the)184 588 R F2(shift)
-3.001 E F1 -.2(bu)3.001 G .501
-(iltin prints an error message when the shift count e).2 F .502
-(xceeds the number)-.15 F(of positional parameters.)184 600 Q F2(sour)
-144 616.8 Q(cepath)-.18 E F1 .771(If set, the)184 628.8 R F2(.)3.271 E
-F1(\()3.271 E F2(sour)A(ce)-.18 E F1 3.271(\)b)C .771(uiltin uses the v)
--3.471 F .771(alue of)-.25 F F3 -.666(PA)3.27 G(TH)-.189 E F1 .77
-(to \214nd the directory containing the)3.02 F(\214le supplied as an ar)
-184 640.8 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E
-(ault.)-.1 E F2 -.1(va)144 657.6 S(rr).1 E(edir_close)-.18 E F1 .74(If \
-set, the shell automatically closes \214le descriptors assigned using t\
-he)184 669.6 R F0({varname})3.24 E F1(redi-)3.24 E .908
-(rection syntax \(see)184 681.6 R F3(REDIRECTION)3.408 E F1(in)3.157 E
-F0(bash)3.407 E F1 .907(\(1\)\) instead of lea)B .907
-(ving them open when the)-.2 F(command completes.)184 693.6 Q
-(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E(22)190.95 E 0 Cg EP
-%%Page: 23 23
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(xpg_echo)144 84 Q F1 .073(If set, the)184 96 R F2(echo)
-2.574 E F1 -.2(bu)2.574 G .074(iltin e).2 F .074
-(xpands backslash-escape sequences by def)-.15 F 2.574(ault. If)-.1 F
-(the)2.574 E F2(posix)2.574 E F1(shell)2.574 E(option is also enabled,)
-184 108 Q F2(echo)2.5 E F1(does not interpret an)2.5 E 2.5(yo)-.15 G
-(ptions.)-2.5 E F2(suspend)108 124.8 Q F1([)2.5 E F2<ad66>A F1(])A .91
-(Suspend the e)144 136.8 R -.15(xe)-.15 G .91
-(cution of this shell until it recei).15 F -.15(ve)-.25 G 3.41(sa).15 G
-/F3 9/Times-Bold@0 SF(SIGCONT)-.001 E F1 3.409(signal. A)3.159 F .909
-(login shell, or a shell)3.409 F .752
-(without job control enabled, cannot be suspended; the)144 148.8 R F2
-<ad66>3.252 E F1 .753(option can be used to o)3.253 F -.15(ve)-.15 G
-.753(rride this and).15 F .107(force the suspension.)144 160.8 R .107(T\
-he return status is 0 unless the shell is a login shell or job control \
-is not en-)5.107 F(abled and)144 172.8 Q F2<ad66>2.5 E F1
-(is not supplied.)2.5 E F2(test)108 189.6 Q F0 -.2(ex)2.5 G(pr).2 E F2
-([)108 201.6 Q F0 -.2(ex)2.5 G(pr).2 E F2(])2.5 E F1 .877
-(Return a status of 0 \(true\) or 1 \(f)144 201.6 R .878
-(alse\) depending on the e)-.1 F -.25(va)-.25 G .878
-(luation of the conditional e).25 F(xpression)-.15 E F0 -.2(ex)144 213.6
-S(pr).2 E F1 5.53(.E).73 G .53
-(ach operator and operand must be a separate ar)-5.53 F 3.03
-(gument. Expressions)-.18 F .53(are composed of the)3.03 F 1.231
-(primaries described in)144 225.6 R F0(bash)3.731 E F1 1.231
-(\(1\) under)B F3(CONDITION)3.731 E 1.231(AL EXPRESSIONS)-.18 F/F4 9
-/Times-Roman@0 SF(.)A F2(test)5.731 E F1 1.232(does not accept an)3.731
-F(y)-.15 E(options, nor does it accept and ignore an ar)144 237.6 Q
-(gument of)-.18 E F2<adad>2.5 E F1(as signifying the end of options.)2.5
-E .786(Expressions may be combined using the follo)144 254.4 R .785
-(wing operators, listed in decreasing order of prece-)-.25 F 3.411
-(dence. The)144 266.4 R -.25(eva)3.411 G .911
-(luation depends on the number of ar).25 F .912(guments; see belo)-.18 F
-4.712 -.65(w. O)-.25 H .912(perator precedence is).65 F
-(used when there are \214v)144 278.4 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G
-(ore ar)-2.5 E(guments.)-.18 E F2(!)144 290.4 Q F0 -.2(ex)2.5 G(pr).2 E
-F1 -.35(Tr)180 290.4 S(ue if).35 E F0 -.2(ex)2.5 G(pr).2 E F1(is f)3.23
-E(alse.)-.1 E F2(\()144 302.4 Q F0 -.2(ex)2.5 G(pr).2 E F2(\))2.5 E F1
-.26(Returns the v)180 302.4 R .26(alue of)-.25 F F0 -.2(ex)2.76 G(pr).2
-E F1 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26
-(rride the normal precedence of opera-).15 F(tors.)180 314.4 Q F0 -.2
-(ex)144 326.4 S(pr1).2 E F1<ad>2.5 E F2(a)A F0 -.2(ex)2.5 G(pr2).2 E F1
--.35(Tr)180 338.4 S(ue if both).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(and)2.5
-E F0 -.2(ex)2.5 G(pr2).2 E F1(are true.)2.52 E F0 -.2(ex)144 350.4 S
-(pr1).2 E F1<ad>2.5 E F2(o)A F0 -.2(ex)2.5 G(pr2).2 E F1 -.35(Tr)180
-362.4 S(ue if either).35 E F0 -.2(ex)2.5 G(pr1).2 E F1(or)2.5 E F0 -.2
-(ex)2.5 G(pr2).2 E F1(is true.)2.52 E F2(test)144 379.2 Q F1(and)2.5 E
-F2([)2.5 E F1 -.25(eva)2.5 G(luate conditional e).25 E
-(xpressions using a set of rules based on the number of ar)-.15 E
-(guments.)-.18 E 2.5(0a)144 396 S -.18(rg)-2.5 G(uments).18 E(The e)180
-408 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 420 S -.18(rg)-2.5 G
-(ument).18 E(The e)180 432 Q(xpression is true if and only if the ar)
--.15 E(gument is not null.)-.18 E 2.5(2a)144 444 S -.18(rg)-2.5 G
-(uments).18 E .37(If the \214rst ar)180 456 R .37(gument is)-.18 F F2(!)
-2.87 E F1 2.87(,t)C .37(he e)-2.87 F .37
-(xpression is true if and only if the second ar)-.15 F .37
-(gument is null.)-.18 F 1.683(If the \214rst ar)180 468 R 1.683
-(gument is one of the unary conditional operators listed in)-.18 F F0
-(bash)4.182 E F1 1.682(\(1\) under)B F3(CONDITION)180 480 Q .121
-(AL EXPRESSIONS)-.18 F F4(,)A F1 .121(the e)2.371 F .122
-(xpression is true if the unary test is true.)-.15 F .122
-(If the \214rst)5.122 F(ar)180 492 Q(gument is not a v)-.18 E
-(alid unary conditional operator)-.25 E 2.5(,t)-.4 G(he e)-2.5 E
-(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 504 S -.18(rg)-2.5 G
-(uments).18 E .236(The follo)180 516 R .236
-(wing conditions are applied in the order listed.)-.25 F .236
-(If the second ar)5.236 F .236(gument is one of)-.18 F .546
-(the binary conditional operators listed in)180 528 R F0(bash)3.046 E F1
-.546(\(1\) under)B F3(CONDITION)3.046 E .546(AL EXPRESSIONS)-.18 F F4(,)
-A F1 .888(the result of the e)180 540 R .888(xpression is the result of\
- the binary test using the \214rst and third ar)-.15 F(gu-)-.18 E .433
-(ments as operands.)180 552 R(The)5.434 E F2<ad61>2.934 E F1(and)2.934 E
-F2<ad6f>2.934 E F1 .434
-(operators are considered binary operators when there)2.934 F .646
-(are three ar)180 564 R 3.146(guments. If)-.18 F .646(the \214rst ar)
-3.146 F .646(gument is)-.18 F F2(!)3.146 E F1 3.146(,t)C .646(he v)
--3.146 F .645(alue is the ne)-.25 F -.05(ga)-.15 G .645(tion of the tw)
-.05 F(o-ar)-.1 E(gu-)-.18 E .451
-(ment test using the second and third ar)180 576 R 2.951(guments. If)
--.18 F .451(the \214rst ar)2.951 F .451(gument is e)-.18 F(xactly)-.15 E
-F2(\()2.952 E F1 .452(and the)2.952 F 1.165(third ar)180 588 R 1.165
-(gument is e)-.18 F(xactly)-.15 E F2(\))3.665 E F1 3.664(,t)C 1.164
-(he result is the one-ar)-3.664 F 1.164(gument test of the second ar)
--.18 F(gument.)-.18 E(Otherwise, the e)180 600 Q(xpression is f)-.15 E
-(alse.)-.1 E 2.5(4a)144 612 S -.18(rg)-2.5 G(uments).18 E .429
-(The follo)180 624 R .429
-(wing conditions are applied in the order listed.)-.25 F .43
-(If the \214rst ar)5.429 F .43(gument is)-.18 F F2(!)2.93 E F1 2.93(,t)C
-.43(he re-)-2.93 F 1.315(sult is the ne)180 636 R -.05(ga)-.15 G 1.314
-(tion of the three-ar).05 F 1.314(gument e)-.18 F 1.314
-(xpression composed of the remaining ar)-.15 F(gu-)-.18 E 2.744
-(ments. the)180 648 R(tw)2.744 E(o-ar)-.1 E .245
-(gument test using the second and third ar)-.18 F 2.745(guments. If)-.18
-F .245(the \214rst ar)2.745 F(gument)-.18 E .31(is e)180 660 R(xactly)
--.15 E F2(\()2.81 E F1 .31(and the fourth ar)2.81 F .31(gument is e)-.18
-F(xactly)-.15 E F2(\))2.809 E F1 2.809(,t)C .309(he result is the tw)
--2.809 F(o-ar)-.1 E .309(gument test of the)-.18 F .183
-(second and third ar)180 672 R 2.683(guments. Otherwise,)-.18 F .184
-(the e)2.684 F .184(xpression is parsed and e)-.15 F -.25(va)-.25 G .184
-(luated according).25 F(to precedence using the rules listed abo)180 684
-Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 696 S 2.5(rm)-2.5 G(ore ar)-2.5 E
-(guments)-.18 E 1.635(The e)180 708 R 1.635(xpression is parsed and e)
--.15 F -.25(va)-.25 G 1.635
-(luated according to precedence using the rules listed).25 F(abo)180 720
-Q -.15(ve)-.15 G(.).15 E(GNU Bash 5.2)72 768 Q(2023 January 27)141.79 E
-(23)190.95 E 0 Cg EP
-%%Page: 24 24
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .216
-(When the shell is in)144 84 R F0 .216(posix mode)2.716 F F1 2.716(,o)C
-2.716(ri)-2.716 G 2.716(ft)-2.716 G .216(he e)-2.716 F .216
-(xpression is part of the)-.15 F/F2 10/Times-Bold@0 SF([[)2.716 E F1
-.216(command, the)2.716 F F2(<)2.717 E F1(and)2.717 E F2(>)2.717 E F1
-(opera-)2.717 E .728(tors sort using the current locale.)144 96 R .728
-(If the shell is not in)5.728 F F0 .728(posix mode)3.228 F F1 3.228(,t)C
-(he)-3.228 E F2(test)3.228 E F1(and)3.228 E F2([)3.228 E F1 .727
-(commands sort)3.227 F(le)144 108 Q
-(xicographically using ASCII ordering.)-.15 E F2(times)108 124.8 Q F1
-1.229(Print the accumulated user and system times for the shell and for\
- processes run from the shell.)144 124.8 R(The return status is 0.)144
-136.8 Q F2(trap)108 153.6 Q F1([)2.5 E F2(\255lp)A F1 2.5(][)C([)-2.5 E
-F0(action)A F1(])A F0(sigspec)2.5 E F1 1.666(...)2.5 G(])-1.666 E(The)
-144 165.6 Q F0(action)3.734 E F1 .903(is a command that is read and e)
-3.644 F -.15(xe)-.15 G .903(cuted when the shell recei).15 F -.15(ve)
--.25 G 3.403(ss).15 G(ignal\(s\))-3.403 E F0(sigspec)3.743 E F1 5.903
-(.I).31 G(f)-5.903 E F0(action)144.33 177.6 Q F1 .105
-(is absent \(and there is a single)2.845 F F0(sigspec)2.605 E F1 2.605
-(\)o)C(r)-2.605 E F2<ad>2.605 E F1 2.605(,e)C .106
-(ach speci\214ed signal is reset to its original dis-)-2.605 F .627
-(position \(the v)144 189.6 R .626
-(alue it had upon entrance to the shell\).)-.25 F(If)5.626 E F0(action)
-3.456 E F1 .626(is the null string the signal speci-)3.366 F
-(\214ed by each)144 201.6 Q F0(sigspec)2.84 E F1
-(is ignored by the shell and by the commands it in)2.81 E -.2(vo)-.4 G
--.1(ke).2 G(s.).1 E .165(If no ar)144 218.4 R .165
-(guments are supplied,)-.18 F F2(trap)2.665 E F1 .165
-(displays the actions associated with each trapped signal as a set)2.665
-F(of)144 230.4 Q F2(trap)2.57 E F1 .069(commands that can be reused as \
-shell input to restore the current signal dispositions.)2.57 F(If)5.069
-E F2<ad70>2.569 E F1 .473(is gi)144 242.4 R -.15(ve)-.25 G .473(n, and)
-.15 F F0(action)3.303 E F1 .473(is not present, then)3.213 F F2(trap)
-2.973 E F1 .473(displays the actions associated with each)2.973 F F0
-(sigspec)3.314 E F1(or)3.284 E(,)-.4 E .364
-(if none are supplied, for all trapped signals, as a set of)144 254.4 R
-F2(trap)2.864 E F1 .363(commands that can be reused as shell)2.864 F
-.207(input to restore the current signal dispositions.)144 266.4 R(The)
-5.207 E F2<ad50>2.707 E F1 .207(option beha)2.707 F -.15(ve)-.2 G 2.707
-(ss).15 G(imilarly)-2.707 E 2.707(,b)-.65 G .208(ut displays only)-2.907
-F 1.553(the actions associated with each)144 278.4 R F0(sigspec)4.052 E
-F1(ar)4.052 E(gument.)-.18 E F2<ad50>6.552 E F1 1.552
-(requires at least one)4.052 F F0(sigspec)4.052 E F1(ar)4.052 E(gument.)
--.18 E(The)144 290.4 Q F2<ad50>2.726 E F1(or)2.726 E F2<ad70>2.727 E F1
-.227(options to)2.727 F F2(trap)2.727 E F1 .227
-(may be used in a subshell en)2.727 F .227
-(vironment \(e.g., command substitution\))-.4 F .993
-(and, as long as the)144 302.4 R 3.493(ya)-.15 G .993(re used before)
--3.493 F F2(trap)3.493 E F1 .993(is used to change a signal')3.493 F
-3.492(sh)-.55 G .992(andling, will display the)-3.492 F
-(state of its parent')144 314.4 Q 2.5(st)-.55 G(raps.)-2.5 E(The)144
-331.2 Q F2<ad6c>3.216 E F1 .716(option causes)3.216 F F2(trap)3.216 E F1
-.716(to print a list of signal names and their corresponding numbers.)
-3.216 F(Each)5.717 E F0(sigspec)144.34 343.2 Q F1 .709
-(is either a signal name de\214ned in <)3.519 F F0(signal.h)A F1 .709
-(>, or a signal number)B 5.708(.S)-.55 G .708(ignal names are case)
--5.708 F(insensiti)144 355.2 Q .3 -.15(ve a)-.25 H(nd the).15 E/F3 9
-/Times-Bold@0 SF(SIG)2.5 E F1(pre\214x is optional.)2.25 E .091(If a)144
-372 R F0(sigspec)2.931 E F1(is)2.901 E F3(EXIT)2.591 E F1 .091
-(\(0\) the command)2.341 F F0(action)2.921 E F1 .091(is e)2.831 F -.15
-(xe)-.15 G .091(cuted on e).15 F .092(xit from the shell.)-.15 F .092
-(If a)5.092 F F0(sigspec)2.932 E F1(is)2.902 E F3(DE-)2.592 E -.09(BU)
-144 384 S(G).09 E/F4 9/Times-Roman@0 SF(,)A F1 1.245(the command)3.495 F
-F0(action)4.075 E F1 1.245(is e)3.985 F -.15(xe)-.15 G 1.244
-(cuted before e).15 F -.15(ve)-.25 G(ry).15 E F0 1.244(simple command)
-3.744 F F1(,)A F0(for)3.744 E F1(command,)3.744 E F0(case)3.744 E F1
-(com-)3.744 E(mand,)144 396 Q F0(select)2.696 E F1 .196
-(command, \(\( arithmetic command, [[ conditional command, arithmetic)
-2.696 F F0(for)2.697 E F1(command,)2.697 E 1.105
-(and before the \214rst command e)144 408 R -.15(xe)-.15 G 1.105
-(cutes in a shell function \(see).15 F F3 1.105(SHELL GRAMMAR)3.605 F F1
-(in)3.355 E F0(bash)3.604 E F1(\(1\)\).)A .556
-(Refer to the description of the)144 420 R F2(extdeb)3.056 E(ug)-.2 E F1
-.556(option to the)3.056 F F2(shopt)3.056 E F1 -.2(bu)3.056 G .556
-(iltin for details of its ef).2 F .557(fect on the)-.25 F F2(DEB)144 432
-Q(UG)-.1 E F1 2.515(trap. If)2.515 F(a)2.515 E F0(sigspec)2.855 E F1(is)
-2.825 E F3(RETURN)2.515 E F4(,)A F1 .015(the command)2.265 F F0(action)
-2.844 E F1 .014(is e)2.754 F -.15(xe)-.15 G .014
-(cuted each time a shell function).15 F(or a script e)144 444 Q -.15(xe)
--.15 G(cuted with the).15 E F2(.)2.5 E F1(or)2.5 E F2(sour)2.5 E(ce)-.18
-E F1 -.2(bu)2.5 G(iltins \214nishes e).2 E -.15(xe)-.15 G(cuting.).15 E
-.284(If a)144 460.8 R F0(sigspec)3.124 E F1(is)3.094 E F3(ERR)2.784 E F4
-(,)A F1 .284(the command)2.534 F F0(action)3.114 E F1 .284(is e)3.024 F
--.15(xe)-.15 G .284(cuted whene).15 F -.15(ve)-.25 G 2.784(rap).15 G
-.285(ipeline \(which may consist of a)-2.784 F .185(single simple comma\
-nd\), a list, or a compound command returns a non\255zero e)144 472.8 R
-.184(xit status, subject to)-.15 F .451(the follo)144 484.8 R .451
-(wing conditions.)-.25 F(The)5.451 E F3(ERR)2.951 E F1 .451
-(trap is not e)2.701 F -.15(xe)-.15 G .451(cuted if the f).15 F .452
-(ailed command is part of the com-)-.1 F .388
-(mand list immediately follo)144 496.8 R .388(wing a)-.25 F F2(while)
-2.888 E F1(or)2.888 E F2(until)2.888 E F1 -.1(ke)2.888 G(yw)-.05 E .388
-(ord, part of the test in an)-.1 F F0(if)2.897 E F1 .387
-(statement, part)4.847 F .777(of a command e)144 508.8 R -.15(xe)-.15 G
-.778(cuted in a).15 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1 .778
-(list e)3.278 F .778(xcept the command follo)-.15 F .778
-(wing the \214nal)-.25 F F2(&&)3.278 E F1(or)3.278 E F2(||)3.278 E F1
-3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 520.8 R
-1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v)
--3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F
-F2(!)3.78 E F1(.)A(These are the same conditions obe)144 532.8 Q
-(yed by the)-.15 E F2(err)2.5 E(exit)-.18 E F1(\()2.5 E F2<ad65>A F1 2.5
-(\)o)C(ption.)-2.5 E .069(When the shell is not interacti)144 549.6 R
--.15(ve)-.25 G 2.569(,s).15 G .07
-(ignals ignored upon entry to the shell cannot be trapped or reset.)
--2.569 F(Interacti)144 561.6 Q .952 -.15(ve s)-.25 H .652
-(hells permit trapping signals ignored on entry).15 F 5.651(.T)-.65 G
-.651(rapped signals that are not being ig-)-6.001 F .576
-(nored are reset to their original v)144 573.6 R .576
-(alues in a subshell or subshell en)-.25 F .577
-(vironment when one is created.)-.4 F(The return status is f)144 585.6 Q
-(alse if an)-.1 E(y)-.15 E F0(sigspec)2.84 E F1(is in)2.81 E -.25(va)-.4
-G(lid; otherwise).25 E F2(trap)2.5 E F1(returns true.)2.5 E F2(true)108
-602.4 Q F1(Does nothing, returns a 0 status.)144 602.4 Q F2(type)108
-619.2 Q F1([)2.5 E F2(\255aftpP)A F1(])A F0(name)2.5 E F1([)2.5 E F0
-(name)A F1 1.666(...)2.5 G(])-1.666 E -.4(Wi)144 631.2 S .174
-(th no options, indicate ho).4 F 2.674(we)-.25 G(ach)-2.674 E F0(name)
-3.034 E F1 -.1(wo)2.854 G .173
-(uld be interpreted if used as a command name.).1 F .173(If the)5.173 F
-F2<ad74>144 643.2 Q F1 .715(option is used,)3.215 F F2(type)3.215 E F1
-.715(prints a string which is one of)3.215 F F0(alias)3.545 E F1(,).27 E
-F0 -.1(ke)3.215 G(ywor)-.2 E(d)-.37 E F1(,).77 E F0(function)5.185 E F1
-(,).24 E F0 -.2(bu)3.215 G(iltin).2 E F1 3.215(,o).24 G(r)-3.215 E F0
-(\214le)5.125 E F1(if)3.395 E F0(name)144.36 655.2 Q F1 .378
-(is an alias, shell reserv)3.058 F .377(ed w)-.15 F .377
-(ord, function, b)-.1 F .377(uiltin, or e)-.2 F -.15(xe)-.15 G .377
-(cutable disk \214le, respecti).15 F -.15(ve)-.25 G(ly).15 E 5.377(.I)
--.65 G 2.877(ft)-5.377 G(he)-2.877 E F0(name)144.36 667.2 Q F1 .645
-(is not found, then nothing is printed, and)3.325 F F2(type)3.146 E F1
-.646(returns a non-zero e)3.146 F .646(xit status.)-.15 F .646(If the)
-5.646 F F2<ad70>3.146 E F1(op-)3.146 E .642(tion is used,)144 679.2 R F2
-(type)3.142 E F1 .642(either returns the name of the e)3.142 F -.15(xe)
--.15 G .642(cutable \214le that w).15 F .641(ould be found by searching)
--.1 F F2($P)144 691.2 Q -.95(AT)-.74 G(H).95 E F1(if)3.06 E F0(name)3.42
-E F1 .56(were speci\214ed as a command name, or nothing if w)3.24 F .56
-(ould not return)-.1 F F0(\214le)4.97 E F1 5.56(.T).18 G(he)-5.56 E F2
-<ad50>3.06 E F1 .04(option forces a)144 703.2 R F3 -.666(PA)2.54 G(TH)
--.189 E F1 .04(search for each)2.29 F F0(name)2.54 E F1 2.54(,e)C -.15
-(ve)-2.79 G 2.54(ni).15 G 2.54(fw)-2.54 G .04(ould not return)-2.64 F F0
-(\214le)4.45 E F1 5.04(.I).18 G 2.54(fac)-5.04 G .04(ommand is hashed,)
--2.54 F F2<ad70>144 715.2 Q F1(and)3.283 E F2<ad50>3.283 E F1 .784
-(print the hashed v)3.283 F .784
-(alue, which is not necessarily the \214le that appears \214rst in)-.25
-F F3 -.666(PA)3.284 G(TH)-.189 E F4(.)A F1(If)5.284 E(the)144 727.2 Q F2
-<ad61>3.73 E F1 1.23(option is used,)3.73 F F2(type)3.73 E F1 1.23
-(prints all of the places that contain a command named)3.73 F F0(name)
-4.09 E F1 6.23(.T).18 G(his)-6.23 E(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(24)190.95 E 0 Cg EP
-%%Page: 25 25
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .735
-(includes aliases, reserv)144 84 R .735(ed w)-.15 F .736
-(ords, functions, and b)-.1 F .736(uiltins, b)-.2 F .736
-(ut the path search options \()-.2 F/F2 10/Times-Bold@0 SF<ad70>A F1
-(and)3.236 E F2<ad50>3.236 E F1(\))A .292
-(can be supplied to restrict the output to e)144 96 R -.15(xe)-.15 G
-.292(cutable \214les.).15 F F2(type)5.292 E F1 .291
-(does not consult the table of hashed)2.792 F 1.069(commands when using)
-144 108 R F2<ad61>3.569 E F1(with)3.569 E F2<ad70>3.569 E F1 3.569(,a)C
-1.069(nd only performs a)-3.569 F/F3 9/Times-Bold@0 SF -.666(PA)3.569 G
-(TH)-.189 E F1 1.07(search for)3.319 F F0(name)3.57 E F1 6.07(.T)C(he)
--6.07 E F2<ad66>3.57 E F1(option)3.57 E .002
-(suppresses shell function lookup, as with the)144 120 R F2(command)
-2.502 E F1 -.2(bu)2.502 G(iltin.).2 E F2(type)5.002 E F1 .002
-(returns true if all of the ar)2.502 F(gu-)-.18 E(ments are found, f)144
-132 Q(alse if an)-.1 E 2.5(ya)-.15 G(re not found.)-2.5 E F2(ulimit)108
-148.8 Q F1([)2.5 E F2(\255HS)A F1(])A F2<ad61>2.5 E(ulimit)108 160.8 Q
-F1([)2.5 E F2(\255HS)A F1 2.5(][)C F2(\255bcde\214klmnpqrstuvxPR)-2.5 E
-(T)-.4 E F1([)2.5 E F0(limit)A F1(]])A(Pro)144 172.8 Q .243
-(vides control o)-.15 F -.15(ve)-.15 G 2.743(rt).15 G .243
-(he resources a)-2.743 F -.25(va)-.2 G .244
-(ilable to the shell and to processes started by it, on systems).25 F
-.944(that allo)144 184.8 R 3.444(ws)-.25 G .944(uch control.)-3.444 F
-(The)5.944 E F2<ad48>3.444 E F1(and)3.444 E F2<ad53>3.444 E F1 .943
-(options specify that the hard or soft limit is set for the)3.444 F(gi)
-144 196.8 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208
-(hard limit cannot be increased by a non-root user once it is set; a so\
-ft limit may)2.708 F .426(be increased up to the v)144 208.8 R .426
-(alue of the hard limit.)-.25 F .425(If neither)5.426 F F2<ad48>2.925 E
-F1(nor)2.925 E F2<ad53>2.925 E F1 .425
-(is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144
-220.8 R .139(The v)5.139 F .139(alue of)-.25 F F0(limit)2.729 E F1 .139
-(can be a number in the unit speci\214ed for the resource or one)3.319 F
-.742(of the special v)144 232.8 R(alues)-.25 E F2(hard)3.242 E F1(,)A F2
-(soft)3.241 E F1 3.241(,o)C(r)-3.241 E F2(unlimited)3.241 E F1 3.241(,w)
-C .741(hich stand for the current hard limit, the current)-3.241 F .023
-(soft limit, and no limit, respecti)144 244.8 R -.15(ve)-.25 G(ly).15 E
-5.023(.I)-.65 G(f)-5.023 E F0(limit)2.613 E F1 .023
-(is omitted, the current v)3.203 F .023
-(alue of the soft limit of the re-)-.25 F .985
-(source is printed, unless the)144 256.8 R F2<ad48>3.485 E F1 .984
-(option is gi)3.485 F -.15(ve)-.25 G 3.484(n. When).15 F .984
-(more than one resource is speci\214ed, the)3.484 F .7
-(limit name and unit, if appropriate, are printed before the v)144 268.8
-R 3.2(alue. Other)-.25 F .7(options are interpreted as)3.2 F(follo)144
-280.8 Q(ws:)-.25 E F2<ad61>144 292.8 Q F1
-(All current limits are reported; no limits are set)180 292.8 Q F2<ad62>
-144 304.8 Q F1(The maximum sock)180 304.8 Q(et b)-.1 E(uf)-.2 E
-(fer size)-.25 E F2<ad63>144 316.8 Q F1
-(The maximum size of core \214les created)180 316.8 Q F2<ad64>144 328.8
-Q F1(The maximum size of a process')180 328.8 Q 2.5(sd)-.55 G(ata se)
--2.5 E(gment)-.15 E F2<ad65>144 340.8 Q F1
-(The maximum scheduling priority \()180 340.8 Q F2<ad66>144 352.8 Q F1
-(The maximum size of \214les written by the shell and its children)180
-352.8 Q F2<ad69>144 364.8 Q F1(The maximum number of pending signals)180
-364.8 Q F2<ad6b>144 376.8 Q F1
-(The maximum number of kqueues that may be allocated)180 376.8 Q F2
-<ad6c>144 388.8 Q F1(The maximum size that may be lock)180 388.8 Q
-(ed into memory)-.1 E F2<ad6d>144 400.8 Q F1
-(The maximum resident set size \(man)180 400.8 Q 2.5(ys)-.15 G
-(ystems do not honor this limit\))-2.5 E F2<ad6e>144 412.8 Q F1 .791(Th\
-e maximum number of open \214le descriptors \(most systems do not allo)
-180 412.8 R 3.29(wt)-.25 G .79(his v)-3.29 F .79(alue to)-.25 F
-(be set\))180 424.8 Q F2<ad70>144 436.8 Q F1
-(The pipe size in 512-byte blocks \(this may not be set\))180 436.8 Q F2
-<ad71>144 448.8 Q F1
-(The maximum number of bytes in POSIX message queues)180 448.8 Q F2
-<ad72>144 460.8 Q F1(The maximum real-time scheduling priority)180 460.8
-Q F2<ad73>144 472.8 Q F1(The maximum stack size)180 472.8 Q F2<ad74>144
-484.8 Q F1(The maximum amount of cpu time in seconds)180 484.8 Q F2
-<ad75>144 496.8 Q F1(The maximum number of processes a)180 496.8 Q -.25
-(va)-.2 G(ilable to a single user).25 E F2<ad76>144 508.8 Q F1 .47
-(The maximum amount of virtual memory a)180 508.8 R -.25(va)-.2 G .47
-(ilable to the shell and, on some systems, to).25 F(its children)180
-520.8 Q F2<ad78>144 532.8 Q F1(The maximum number of \214le locks)180
-532.8 Q F2<ad50>144 544.8 Q F1(The maximum number of pseudoterminals)180
-544.8 Q F2<ad52>144 556.8 Q F1(The maximum time a real-time process can\
- run before blocking, in microseconds)180 556.8 Q F2<ad54>144 568.8 Q F1
-(The maximum number of threads)180 568.8 Q(If)144 585.6 Q F0(limit)3.058
-E F1 .468(is gi)3.648 F -.15(ve)-.25 G .468(n, and the).15 F F2<ad61>
-2.968 E F1 .468(option is not used,)2.968 F F0(limit)2.968 E F1 .468
-(is the ne)2.968 F 2.968(wv)-.25 G .468
-(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .044
-(no option is gi)144 597.6 R -.15(ve)-.25 G .044(n, then).15 F F2<ad66>
-2.544 E F1 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045
-(lues are in 1024-byte increments, e)1.11 F .045(xcept for)-.15 F F2
-<ad74>2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144
-609.6 R F2<ad52>3.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F
-F2<ad70>3.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;)
--3.17 F F2<ad50>3.17 E F1(,)A F2<ad54>3.17 E F1(,)A F2<ad62>3.17 E F1(,)
-A F2<ad6b>144 621.6 Q F1(,)A F2<ad6e>3.736 E F1 3.736(,a)C(nd)-3.736 E
-F2<ad75>3.736 E F1 3.736(,w)C 1.236(hich are unscaled v)-3.736 F 1.236
-(alues; and, when in posix mode,)-.25 F F2<ad63>3.736 E F1(and)3.736 E
-F2<ad66>3.736 E F1 3.736(,w)C 1.237(hich are in)-3.736 F .239
-(512-byte increments.)144 633.6 R .238
-(The return status is 0 unless an in)5.239 F -.25(va)-.4 G .238
-(lid option or ar).25 F .238(gument is supplied, or an)-.18 F
-(error occurs while setting a ne)144 645.6 Q 2.5(wl)-.25 G(imit.)-2.5 E
-F2(umask)108 662.4 Q F1([)2.5 E F2<ad70>A F1 2.5(][)C F2<ad53>-2.5 E F1
-2.5(][)C F0(mode)-2.5 E F1(])A .18
-(The user \214le-creation mask is set to)144 674.4 R F0(mode)3.06 E F1
-5.18(.I).18 G(f)-5.18 E F0(mode)3.06 E F1(be)2.86 E .18
-(gins with a digit, it is interpreted as an octal)-.15 F .066(number; o\
-therwise it is interpreted as a symbolic mode mask similar to that acce\
-pted by)144 686.4 R F0 -.15(ch)2.566 G(mod).15 E F1(\(1\).).77 E(If)144
-698.4 Q F0(mode)3.262 E F1 .382(is omitted, the current v)3.062 F .382
-(alue of the mask is printed.)-.25 F(The)5.382 E F2<ad53>2.882 E F1 .382
-(option causes the mask to be)2.882 F .547
-(printed in symbolic form; the def)144 710.4 R .547
-(ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G
-(he)-3.047 E F2<ad70>3.047 E F1 .547(option is supplied, and)3.047 F F0
-(mode)144.38 722.4 Q F1 .551
-(is omitted, the output is in a form that may be reused as input.)3.231
-F .552(The return status is 0 if the)5.552 F(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(25)190.95 E 0 Cg EP
-%%Page: 26 26
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E
-(mode w)144 84 Q(as successfully changed or if no)-.1 E F0(mode)2.5 E F1
-(ar)2.5 E(gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E
-/F2 10/Times-Bold@0 SF(unalias)108 100.8 Q F1<5bad>2.5 E F2(a)A F1 2.5
-(][)C F0(name)-2.5 E F1 1.666(...)2.5 G(])-1.666 E(Remo)144 112.8 Q
-1.058 -.15(ve e)-.15 H(ach).15 E F0(name)3.258 E F1 .758
-(from the list of de\214ned aliases.)3.258 F(If)5.758 E F2<ad61>3.258 E
-F1 .757(is supplied, all alias de\214nitions are re-)3.258 F(mo)144
-124.8 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E
-(alue is true unless a supplied)-.25 E F0(name)2.86 E F1
-(is not a de\214ned alias.)2.68 E F2(unset)108 141.6 Q F1<5bad>2.5 E F2
-(fv)A F1 2.5(][)C<ad>-2.5 E F2(n)A F1 2.5(][)C F0(name)-2.5 E F1 1.666
-(...)2.5 G(])-1.666 E -.15(Fo)144 153.6 S 3.803(re).15 G(ach)-3.803 E F0
-(name)4.163 E F1 3.803(,r).18 G(emo)-3.803 E 1.603 -.15(ve t)-.15 H
-1.303(he corresponding v).15 F 1.303(ariable or function.)-.25 F 1.303
-(If the)6.303 F F2<ad76>3.804 E F1 1.304(option is gi)3.804 F -.15(ve)
--.25 G 1.304(n, each).15 F F0(name)144.36 165.6 Q F1 .465
-(refers to a shell v)3.145 F .464(ariable, and that v)-.25 F .464
-(ariable is remo)-.25 F -.15(ve)-.15 G 2.964(d. Read-only).15 F -.25(va)
-2.964 G .464(riables may not be un-).25 F 2.768(set. If)144 177.6 R F2
-<ad66>2.768 E F1 .269(is speci\214ed, each)2.768 F F0(name)3.129 E F1
-.269(refers to a shell function, and the function de\214nition is remo)
-2.949 F -.15(ve)-.15 G(d.).15 E .404(If the)144 189.6 R F2<ad6e>2.904 E
-F1 .404(option is supplied, and)2.904 F F0(name)2.904 E F1 .404(is a v)
-2.904 F .404(ariable with the)-.25 F F0(namer)2.904 E(ef)-.37 E F1
-(attrib)2.904 E(ute,)-.2 E F0(name)2.904 E F1 .403(will be unset)2.904 F
-.719(rather than the v)144 201.6 R .719(ariable it references.)-.25 F F2
-<ad6e>5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2<ad66>
-3.22 E F1 .72(option is supplied.)3.22 F .72(If no options)5.72 F .737
-(are supplied, each)144 213.6 R F0(name)3.237 E F1 .737(refers to a v)
-3.237 F .737(ariable; if there is no v)-.25 F .736
-(ariable by that name, a function with)-.25 F 1.761(that name, if an)144
-225.6 R 3.061 -.65(y, i)-.15 H 4.261(su).65 G 4.261(nset. Each)-4.261 F
-1.761(unset v)4.261 F 1.761(ariable or function is remo)-.25 F -.15(ve)
--.15 G 4.262(df).15 G 1.762(rom the en)-4.262 F(vironment)-.4 E 3.172
-(passed to subsequent commands.)144 237.6 R 3.172(If an)8.172 F 5.672
-(yo)-.15 G(f)-5.672 E/F3 9/Times-Bold@0 SF -.27(BA)5.672 G(SH_ALIASES)
-.27 E/F4 9/Times-Roman@0 SF(,)A F3 -.27(BA)5.421 G(SH_ARGV0).27 E F4(,)A
-F3 -.27(BA)5.421 G(SH_CMDS).27 E F4(,)A F3 -.27(BA)144 249.6 S
-(SH_COMMAND).27 E F4(,)A F3 -.27(BA)11.481 G(SH_SUBSHELL).27 E F4(,)A F3
--.27(BA)11.482 G(SHPID).27 E F4(,)A F3(COMP_W)11.482 E(ORDBREAKS)-.09 E
-F4(,)A F3(DIRST)11.482 E -.495(AC)-.81 G(K).495 E F4(,)A F3(EPOCHREAL)
-144 261.6 Q(TIME)-.828 E F4(,)A F3(EPOCHSECONDS)2.67 E F4(,)A F3(FUNCN)
-2.67 E(AME)-.18 E F4(,)A F3(GR)2.67 E(OUPS)-.27 E F4(,)A F3(HISTCMD)2.67
-E F4(,)A F3(LINENO)2.67 E F4(,)A F3(RANDOM)2.67 E F4(,)A F3(SECONDS)144
-273.6 Q F4(,)A F1(or)4.029 E F3(SRANDOM)4.279 E F1 1.779(are unset, the)
-4.029 F 4.279(yl)-.15 G 1.779(ose their special properties, e)-4.279 F
--.15(ve)-.25 G 4.279(ni).15 G 4.28(ft)-4.279 G(he)-4.28 E 4.28(ya)-.15 G
-1.78(re subse-)-4.28 F(quently reset.)144 285.6 Q(The e)5 E
-(xit status is true unless a)-.15 E F0(name)2.86 E F1
-(is readonly or may not be unset.)2.68 E F2(wait)108 302.4 Q F1([)2.5 E
-F2(\255fn)A F1 2.5(][)C F2<ad70>-2.5 E F0(varname)2.5 E F1 2.5(][)C F0
-(id)-2.5 E F1 1.666(...)2.5 G(])-1.666 E -.8(Wa)144 314.4 S .659(it for\
- each speci\214ed child process and return its termination status.).8 F
-(Each)5.659 E F0(id)3.169 E F1 .658(may be a process)3.928 F .008
-(ID or a job speci\214cation; if a job spec is gi)144 326.4 R -.15(ve)
--.25 G .009(n, all processes in that job').15 F 2.509(sp)-.55 G .009
-(ipeline are w)-2.509 F .009(aited for)-.1 F 5.009(.I)-.55 G(f)-5.009 E
-F0(id)144.01 338.4 Q F1 .442(is not gi)3.712 F -.15(ve)-.25 G(n,).15 E
-F2(wait)2.942 E F1 -.1(wa)2.942 G .441
-(its for all running background jobs and the last-e).1 F -.15(xe)-.15 G
-.441(cuted process substitu-).15 F .597
-(tion, if its process id is the same as)144 350.4 R F2($!)3.098 E F1
-3.098(,a)C .598(nd the return status is zero.)-3.098 F .598(If the)5.598
-F F2<ad6e>3.098 E F1 .598(option is supplied,)3.098 F F2(wait)144 362.4
-Q F1 -.1(wa)3.083 G .583(its for a single job from the list of).1 F F0
-(id)3.083 E F1 3.083(so)C 1.383 -.4(r, i)-3.083 H 3.083(fn).4 G(o)-3.083
-E F0(id)3.083 E F1 3.083(sa)C .583(re supplied, an)-3.083 F 3.083(yj)
--.15 G .582(ob, to complete and)-3.083 F .403(returns its e)144 374.4 R
-.403(xit status.)-.15 F .403(If none of the supplied ar)5.403 F .403
-(guments is a child of the shell, or if no ar)-.18 F(guments)-.18 E .573
-(are supplied and the shell has no unw)144 386.4 R .573
-(aited-for children, the e)-.1 F .573(xit status is 127.)-.15 F .572
-(If the)5.573 F F2<ad70>3.072 E F1 .572(option is)3.072 F .39
-(supplied, the process or job identi\214er of the job for which the e)
-144 398.4 R .39(xit status is returned is assigned to)-.15 F .905(the v)
-144 410.4 R(ariable)-.25 E F0(varname)3.405 E F1 .905
-(named by the option ar)3.405 F 3.405(gument. The)-.18 F -.25(va)3.405 G
-.905(riable will be unset initially).25 F 3.405(,b)-.65 G(efore)-3.405 E
-(an)144 422.4 Q 3.89(ya)-.15 G 3.89(ssignment. This)-3.89 F 1.39
-(is useful only when the)3.89 F F2<ad6e>3.89 E F1 1.39
-(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F2<ad66>3.89 E F1
-(option,)3.89 E .575(when job control is enabled, forces)144 434.4 R F2
-(wait)3.075 E F1 .575(to w)3.075 F .575(ait for)-.1 F F0(id)3.075 E F1
-.574(to terminate before returning its status, in-)3.075 F .635
-(stead of returning when it changes status.)144 446.4 R(If)5.635 E F0
-(id)3.145 E F1 .635(speci\214es a non-e)3.905 F .635
-(xistent process or job, the return)-.15 F .802(status is 127.)144 458.4
-R(If)5.801 E F2(wait)3.301 E F1 .801(is interrupted by a signal, the re\
-turn status will be greater than 128, as de-)3.301 F 1.758
-(scribed under)144 470.4 R F2(SIGN)4.258 E(ALS)-.2 E F1(in)4.258 E F0
-(bash)4.258 E F1 4.258(\(1\). Otherwise,)B 1.759
-(the return status is the e)4.259 F 1.759(xit status of the last)-.15 F
-(process or job w)144 482.4 Q(aited for)-.1 E(.)-.55 E/F5 10.95
-/Times-Bold@0 SF(SHELL COMP)72 499.2 Q -1.04(AT)-.81 G(IBILITY MODE)1.04
-E F1 1.355(Bash-4.0 introduced the concept of a)108 511.2 R F0 1.355
-(shell compatibility le)3.855 F(vel)-.15 E F1 3.855(,s)C 1.354
-(peci\214ed as a set of options to the shopt)-3.855 F -.2(bu)108 523.2 S
-.621(iltin \().2 F F2(compat31)A F1(,)A F2(compat32)3.121 E F1(,)A F2
-(compat40)3.121 E F1(,)A F2(compat41)3.121 E F1 3.121(,a)C .621
-(nd so on\).)-3.121 F .622(There is only one current compatibility)5.622
-F(le)108 535.2 Q -.15(ve)-.25 G 3.058<6c8a>.15 G .557
-(each option is mutually e)-.001 F(xclusi)-.15 E -.15(ve)-.25 G 5.557
-(.T).15 G .557(he compatibility le)-5.557 F -.15(ve)-.25 G 3.057(li).15
-G 3.057(si)-3.057 G .557(ntended to allo)-3.057 F 3.057(wu)-.25 G .557
-(sers to select be-)-3.057 F(ha)108 547.2 Q 1.083(vior from pre)-.2 F
-1.083(vious v)-.25 F 1.083(ersions that is incompatible with ne)-.15 F
-1.083(wer v)-.25 F 1.083(ersions while the)-.15 F 3.584(ym)-.15 G 1.084
-(igrate scripts to use)-3.584 F(current features and beha)108 559.2 Q
-(vior)-.2 E 2.5(.I)-.55 G(t')-2.5 E 2.5(si)-.55 G
-(ntended to be a temporary solution.)-2.5 E 1.457
-(This section does not mention beha)108 576 R 1.457
-(vior that is standard for a particular v)-.2 F 1.456
-(ersion \(e.g., setting)-.15 F F2(compat32)3.956 E F1 .886
-(means that quoting the rhs of the re)108 588 R(ge)-.15 E .886
-(xp matching operator quotes special re)-.15 F(ge)-.15 E .887
-(xp characters in the w)-.15 F(ord,)-.1 E(which is def)108 600 Q
-(ault beha)-.1 E(vior in bash-3.2 and subsequent v)-.2 E(ersions\).)-.15
-E .523(If a user enables, say)108 616.8 R(,)-.65 E F2(compat32)3.023 E
-F1 3.023(,i)C 3.023(tm)-3.023 G .523(ay af)-3.023 F .523(fect the beha)
--.25 F .523(vior of other compatibility le)-.2 F -.15(ve)-.25 G .522
-(ls up to and includ-).15 F .259(ing the current compatibility le)108
-628.8 R -.15(ve)-.25 G 2.759(l. The).15 F .259
-(idea is that each compatibility le)2.759 F -.15(ve)-.25 G 2.76(lc).15 G
-.26(ontrols beha)-2.76 F .26(vior that changed)-.2 F 1.646(in that v)108
-640.8 R 1.646(ersion of)-.15 F F2(bash)4.146 E F1 4.146(,b)C 1.646
-(ut that beha)-4.346 F 1.646(vior may ha)-.2 F 1.946 -.15(ve b)-.2 H
-1.646(een present in earlier v).15 F 4.146(ersions. F)-.15 F 1.645
-(or instance, the)-.15 F .76
-(change to use locale-based comparisons with the)108 652.8 R F2([[)3.261
-E F1 .761(command came in bash-4.1, and earlier v)3.261 F .761
-(ersions used)-.15 F 1.905(ASCII-based comparisons, so enabling)108
-664.8 R F2(compat32)4.405 E F1 1.904
-(will enable ASCII-based comparisons as well.)4.405 F(That)6.904 E .295
-(granularity may not be suf)108 676.8 R .296
-(\214cient for all uses, and as a result users should emplo)-.25 F 2.796
-(yc)-.1 G .296(ompatibility le)-2.796 F -.15(ve)-.25 G .296(ls care-).15
-F(fully)108 688.8 Q 5(.R)-.65 G(ead the documentation for a particular \
-feature to \214nd out the current beha)-5 E(vior)-.2 E(.)-.55 E .532
-(Bash-4.3 introduced a ne)108 705.6 R 3.032(ws)-.25 G .531(hell v)-3.032
-F(ariable:)-.25 E F3 -.27(BA)3.031 G(SH_COMP).27 E -.855(AT)-.666 G F4
-(.).855 E F1 .531(The v)5.031 F .531(alue assigned to this v)-.25 F .531
-(ariable \(a decimal)-.25 F -.15(ve)108 717.6 S .107(rsion number lik)
-.15 F 2.607(e4)-.1 G .107(.2, or an inte)-2.607 F .107
-(ger corresponding to the)-.15 F F2(compat)2.608 E F0(NN)A F1 .108
-(option, lik)2.608 F 2.608(e4)-.1 G .108(2\) determines the com-)-2.608
-F(patibility le)108 729.6 Q -.15(ve)-.25 G(l.).15 E(GNU Bash 5.2)72 768
-Q(2023 January 27)141.79 E(26)190.95 E 0 Cg EP
-%%Page: 27 27
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E .387
-(Starting with bash-4.4,)108 84 R/F2 10/Times-Bold@0 SF(bash)2.887 E F1
-.387(has be)2.887 F .387(gun deprecating older compatibility le)-.15 F
--.15(ve)-.25 G 2.887(ls. Ev).15 F(entually)-.15 E 2.887(,t)-.65 G .387
-(he options will)-2.887 F(be remo)108 96 Q -.15(ve)-.15 G 2.5(di).15 G
-2.5(nf)-2.5 G -.2(avo)-2.6 G 2.5(ro).2 G(f)-2.5 E/F3 9/Times-Bold@0 SF
--.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G/F4 9/Times-Roman@0 SF(.)
-.855 E F1 .647(Bash-5.0 w)108 112.8 R .647(as the \214nal v)-.1 F .647
-(ersion for which there will be an indi)-.15 F .647
-(vidual shopt option for the pre)-.25 F .648(vious v)-.25 F(ersion.)-.15
-E(Users should control the compatibility le)108 124.8 Q -.15(ve)-.25 G
-2.5(lw).15 G(ith)-2.5 E F3 -.27(BA)2.5 G(SH_COMP).27 E -.855(AT)-.666 G
-F4(.).855 E F1 1.614(The follo)108 141.6 R 1.613
-(wing table describes the beha)-.25 F 1.613
-(vior changes controlled by each compatibility le)-.2 F -.15(ve)-.25 G
-4.113(ls).15 G 4.113(etting. The)-4.113 F F2(compat)108 153.6 Q F0(NN)A
-F1 1.186(tag is used as shorthand for setting the compatibility le)3.685
-F -.15(ve)-.25 G 3.686(lt).15 G(o)-3.686 E F0(NN)3.686 E F1 1.186
-(using one of the follo)3.686 F(wing)-.25 E 3.807(mechanisms. F)108
-165.6 R 1.307(or v)-.15 F 1.307
-(ersions prior to bash-5.0, the compatibility le)-.15 F -.15(ve)-.25 G
-3.806(lm).15 G 1.306(ay be set using the corresponding)-3.806 F F2
-(compat)108 177.6 Q F0(NN)A F1 .502(shopt option.)3.002 F -.15(Fo)5.502
-G 3.002(rb).15 G .502(ash-4.3 and later v)-3.002 F .502(ersions, the)
--.15 F F3 -.27(BA)3.002 G(SH_COMP).27 E -.855(AT)-.666 G F1 -.25(va)
-3.607 G .502(riable is preferred, and it).25 F
-(is required for bash-5.1 and later v)108 189.6 Q(ersions.)-.15 E F2
-(compat31)108 206.4 Q F1<83>144 218.4 Q(quoting the rhs of the)180 218.4
-Q F2([[)2.5 E F1(command')2.5 E 2.5(sr)-.55 G -.15(eg)-2.5 G -.15(ex).15
-G 2.5(pm).15 G(atching operator \(=\) has no special ef)-2.5 E(fect)-.25
-E F2(compat32)108 235.2 Q F1<83>144 247.2 Q(the)180 247.2 Q F2(<)2.674 E
-F1(and)2.674 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673
-E F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E(ing strings; the)180 259.2 Q 2.5(yu)-.15 G(se ASCII ordering.)
--2.5 E F2(compat40)108 276 Q F1<83>144 288 Q(the)180 288 Q F2(<)2.673 E
-F1(and)2.673 E F2(>)2.673 E F1 .173(operators to the)2.673 F F2([[)2.673
-E F1 .173(command do not consider the current locale when compar)2.673 F
-(-)-.2 E .923(ing strings; the)180 300 R 3.423(yu)-.15 G .923
-(se ASCII ordering.)-3.423 F F2(Bash)5.922 E F1 -.15(ve)3.422 G .922
-(rsions prior to bash-4.1 use ASCII colla-).15 F .366(tion and)180 312 R
-F0(str)3.207 E(cmp)-.37 E F1 .367
-(\(3\); bash-4.1 and later use the current locale').19 F 2.867(sc)-.55 G
-.367(ollation sequence and)-2.867 F F0(str)3.207 E(-)-.2 E(coll)180 324
-Q F1(\(3\).).51 E F2(compat41)108 340.8 Q F1<83>144 352.8 Q(in)180 352.8
-Q F0(posix)3.79 E F1(mode,)3.79 E F2(time)3.79 E F1 1.29(may be follo)
-3.79 F 1.29(wed by options and still be recognized as a reserv)-.25 F
-(ed)-.15 E -.1(wo)180 364.8 S(rd \(this is POSIX interpretation 267\)).1
-E<83>144 376.8 Q(in)180 376.8 Q F0(posix)2.708 E F1 .208
-(mode, the parser requires that an e)2.708 F -.15(ve)-.25 G 2.708(nn).15
-G .208(umber of single quotes occur in the)-2.708 F F0(wor)2.709 E(d)
--.37 E F1 .282(portion of a double-quoted parameter e)180 388.8 R .282
-(xpansion and treats them specially)-.15 F 2.781(,s)-.65 G 2.781(ot)
--2.781 G .281(hat charac-)-2.781 F(ters within the single quotes are co\
-nsidered quoted \(this is POSIX interpretation 221\))180 400.8 Q F2
-(compat42)108 417.6 Q F1<83>144 429.6 Q 1.055(the replacement string in\
- double-quoted pattern substitution does not under)180 429.6 R 1.056
-(go quote re-)-.18 F(mo)180 441.6 Q -.25(va)-.15 G(l, as it does in v)
-.25 E(ersions after bash-4.2)-.15 E<83>144 453.6 Q .021
-(in posix mode, single quotes are considered special when e)180 453.6 R
-.021(xpanding the)-.15 F F0(wor)2.52 E(d)-.37 E F1 .02(portion of a)2.52
-F .017(double-quoted parameter e)180 465.6 R .017
-(xpansion and can be used to quote a closing brace or other spe-)-.15 F
-.999(cial character \(this is part of POSIX interpretation 221\); in la\
-ter v)180 477.6 R .998(ersions, single quotes)-.15 F
-(are not special within double-quoted w)180 489.6 Q(ord e)-.1 E
-(xpansions)-.15 E F2(compat43)108 506.4 Q F1<83>144 518.4 Q 1.07
-(the shell does not print a w)180 518.4 R 1.071
-(arning message if an attempt is made to use a quoted com-)-.1 F .81
-(pound assignment as an ar)180 530.4 R .81
-(gument to declare \(e.g., declare \255a foo=\(1 2\)\). Later v)-.18 F
-(ersions)-.15 E -.1(wa)180 542.4 S(rn that this usage is deprecated).1 E
-<83>144 554.4 Q -.1(wo)180 554.4 S .5(rd e).1 F .501
-(xpansion errors are considered non-f)-.15 F .501
-(atal errors that cause the current command to)-.1 F -.1(fa)180 566.4 S
-.605(il, e).1 F -.15(ve)-.25 G 3.105(ni).15 G 3.105(np)-3.105 G .605
-(osix mode \(the def)-3.105 F .605(ault beha)-.1 F .605(vior is to mak)
--.2 F 3.105(et)-.1 G .605(hem f)-3.105 F .605
-(atal errors that cause the)-.1 F(shell to e)180 578.4 Q(xit\))-.15 E
-<83>144 590.4 Q .354(when e)180 590.4 R -.15(xe)-.15 G .354
-(cuting a shell function, the loop state \(while/until/etc.\)).15 F .355
-(is not reset, so)5.354 F F2(br)2.855 E(eak)-.18 E F1(or)2.855 E F2
-(continue)180 602.4 Q F1 .052
-(in that function will break or continue loops in the calling conte)
-2.553 F .052(xt. Bash-4.4 and)-.15 F(later reset the loop state to pre)
-180 614.4 Q -.15(ve)-.25 G(nt this).15 E F2(compat44)108 631.2 Q F1<83>
-144 643.2 Q .719(the shell sets up the v)180 643.2 R .719(alues used by)
--.25 F F3 -.27(BA)3.219 G(SH_ARGV).27 E F1(and)2.969 E F3 -.27(BA)3.219
-G(SH_ARGC).27 E F1 .719(so the)2.969 F 3.219(yc)-.15 G .719(an e)-3.219
-F(xpand)-.15 E(to the shell')180 655.2 Q 2.5(sp)-.55 G
-(ositional parameters e)-2.5 E -.15(ve)-.25 G 2.5(ni).15 G 2.5(fe)-2.5 G
-(xtended deb)-2.65 E(ugging mode is not enabled)-.2 E<83>144 667.2 Q
-2.635(as)180 667.2 S .135(ubshell inherits loops from its parent conte)
--2.635 F .135(xt, so)-.15 F F2(br)2.635 E(eak)-.18 E F1(or)2.635 E F2
-(continue)2.634 E F1 .134(will cause the sub-)2.634 F(shell to e)180
-679.2 Q 2.5(xit. Bash-5.0)-.15 F(and later reset the loop state to pre)
-2.5 E -.15(ve)-.25 G(nt the e).15 E(xit)-.15 E<83>144 691.2 Q -.25(va)
-180 691.2 S .618(riable assignments preceding b).25 F .618(uiltins lik)
--.2 F(e)-.1 E F2(export)3.118 E F1(and)3.118 E F2 -.18(re)3.118 G
-(adonly).18 E F1 .618(that set attrib)3.118 F .619(utes con-)-.2 F .12
-(tinue to af)180 703.2 R .12(fect v)-.25 F .119
-(ariables with the same name in the calling en)-.25 F .119(vironment e)
--.4 F -.15(ve)-.25 G 2.619(ni).15 G 2.619(ft)-2.619 G .119(he shell is)
--2.619 F(not in posix mode)180 715.2 Q(GNU Bash 5.2)72 768 Q
-(2023 January 27)141.79 E(27)190.95 E 0 Cg EP
-%%Page: 28 28
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF -.25(BA)72 48 S(SH_B).25 E(UIL)-.1 E(TINS)-.2 E
-/F1 10/Times-Roman@0 SF 91.21(\(1\) General).58 F(Commands Manual)2.5 E
-F0 -.25(BA)93.71 G(SH_B).25 E(UIL)-.1 E(TINS)-.2 E F1(\(1\)).58 E/F2 10
-/Times-Bold@0 SF(compat50)108 84 Q F1<83>144 96 Q 1.209
-(Bash-5.1 changed the w)180 96 R(ay)-.1 E/F3 9/Times-Bold@0 SF($RANDOM)
-3.709 E F1 1.209(is generated to introduce slightly more random-)3.459 F
-1.019(ness. If the shell compatibility le)180 108 R -.15(ve)-.25 G 3.518
-(li).15 G 3.518(ss)-3.518 G 1.018(et to 50 or lo)-3.518 F(wer)-.25 E
-3.518(,i)-.4 G 3.518(tr)-3.518 G -2.15 -.25(ev e)-3.518 H 1.018
-(rts to the method from).25 F .732(bash-5.0 and pre)180 120 R .732
-(vious v)-.25 F .733
-(ersions, so seeding the random number generator by assigning a)-.15 F
--.25(va)180 132 S(lue to).25 E F3(RANDOM)2.5 E F1
-(will produce the same sequence as in bash-5.0)2.25 E<83>144 144 Q .696
-(If the command hash table is empty)180 144 R 3.196(,b)-.65 G .696
-(ash v)-3.196 F .695(ersions prior to bash-5.1 printed an informa-)-.15
-F 1.32(tional message to that ef)180 156 R 1.321(fect, e)-.25 F -.15(ve)
--.25 G 3.821(nw).15 G 1.321
-(hen producing output that can be reused as input.)-3.821 F
-(Bash-5.1 suppresses that message when the)180 168 Q F2<ad6c>2.5 E F1
-(option is supplied.)2.5 E F2(compat51)108 184.8 Q F1<83>144 196.8 Q
-(The)180 196.8 Q F2(unset)2.955 E F1 -.2(bu)2.955 G .455
-(iltin treats attempts to unset array subscripts).2 F F2(@)2.954 E F1
-(and)2.954 E F2(*)2.954 E F1(dif)2.954 E .454(ferently depending)-.25 F
-(on whether the array is inde)180 208.8 Q -.15(xe)-.15 G 2.5(do).15 G
-2.5(ra)-2.5 G(ssociati)-2.5 E -.15(ve)-.25 G 2.5(,a).15 G(nd dif)-2.5 E
-(ferently than in pre)-.25 E(vious v)-.25 E(ersions.)-.15 E<83>144 220.8
-Q .432(arithmetic commands \()180 220.8 R F2(\(\()2.932 E F1 1.666(...)C
-F2(\)\))-1.666 E F1 2.933(\)a)2.932 G .433(nd the e)-2.933 F .433
-(xpressions in an arithmetic for statement can be)-.15 F -.15(ex)180
-232.8 S(panded more than once).15 E<83>144 244.8 Q -.15(ex)180 244.8 S
-.403(pressions used as ar).15 F .403
-(guments to arithmetic operators in the)-.18 F F2([[)2.902 E F1 .402
-(conditional command can)2.902 F(be e)180 256.8 Q
-(xpanded more than once)-.15 E<83>144 268.8 Q(the e)180 268.8 Q
-(xpressions in substring parameter brace e)-.15 E(xpansion can be e)-.15
-E(xpanded more than once)-.15 E<83>144 280.8 Q(the e)180 280.8 Q
-(xpressions in the)-.15 E F2($\(\()2.5 E F1 1.666(...)C F2(\)\))-1.666 E
-F1 -.1(wo)2.5 G(rd e).1 E(xpansion can be e)-.15 E
-(xpanded more than once)-.15 E<83>144 292.8 Q(arithmetic e)180 292.8 Q
-(xpressions used as inde)-.15 E -.15(xe)-.15 G 2.5(da).15 G
-(rray subscripts can be e)-2.5 E(xpanded more than once)-.15 E<83>144
-304.8 Q F2 .605(test \255v)180 304.8 R F1 3.105(,w)C .605(hen gi)-3.105
-F -.15(ve)-.25 G 3.105(na).15 G 3.105(na)-3.105 G -.18(rg)-3.105 G .605
-(ument of).18 F F2(A[@])3.105 E F1 3.105(,w)C(here)-3.105 E F2(A)3.105 E
-F1 .606(is an e)3.105 F .606(xisting associati)-.15 F .906 -.15(ve a)
--.25 H(rray).15 E 3.106(,w)-.65 G(ill)-3.106 E .714
-(return true if the array has an)180 316.8 R 3.214(ys)-.15 G .714
-(et elements.)-3.214 F .714(Bash-5.2 will look for and report on a k)
-5.714 F -.15(ey)-.1 G(named)180 328.8 Q F2(@)2.5 E F1(.)A<83>144 340.8 Q
-.188(the ${)180 340.8 R F0(par)A(ameter)-.15 E F2([:]=)A F0(value)A F1
-2.689(}w)C .189(ord e)-2.789 F .189(xpansion will return)-.15 F F0
-(value)2.689 E F1 2.689(,b)C .189(efore an)-2.689 F 2.689(yv)-.15 G
-(ariable-speci\214c)-2.939 E 1.235(transformations ha)180 352.8 R 1.535
--.15(ve b)-.2 H 1.235(een performed \(e.g., con).15 F -.15(ve)-.4 G
-1.235(rting to lo).15 F 3.735(wercase\). Bash-5.2)-.25 F 1.235(will re-)
-3.735 F(turn the \214nal v)180 364.8 Q(alue assigned to the v)-.25 E
-(ariable.)-.25 E<83>144 376.8 Q -.15(Pa)180 376.8 S .945
-(rsing command substitutions will beha).15 F 1.245 -.15(ve a)-.2 H 3.445
-(si).15 G 3.446(fe)-3.445 G .946(xtended globbing \(see the description)
--3.596 F .339(of the)180 388.8 R F2(shopt)2.839 E F1 -.2(bu)2.839 G .339
-(iltin abo).2 F -.15(ve)-.15 G 2.839(\)i).15 G 2.839(se)-2.839 G .338
-(nabled, so that parsing a command substitution containing)-2.839 F .022
-(an e)180 400.8 R .022(xtglob pattern \(say)-.15 F 2.522(,a)-.65 G 2.522
-(sp)-2.522 G .022(art of a shell function\) will not f)-2.522 F 2.523
-(ail. This)-.1 F .023(assumes the intent is)2.523 F .04(to enable e)180
-412.8 R .039(xtglob before the command is e)-.15 F -.15(xe)-.15 G .039
-(cuted and w).15 F .039(ord e)-.1 F .039(xpansions are performed.)-.15 F
-(It)5.039 E .4(will f)180 424.8 R .4(ail at w)-.1 F .4(ord e)-.1 F .4
-(xpansion time if e)-.15 F .4(xtglob hasn')-.15 F 2.9(tb)-.18 G .4
-(een enabled by the time the command)-2.9 F(is e)180 436.8 Q -.15(xe)
--.15 G(cuted.).15 E/F4 10.95/Times-Bold@0 SF(SEE ALSO)72 453.6 Q F1
-(bash\(1\), sh\(1\))108 465.6 Q(GNU Bash 5.2)72 768 Q(2023 January 27)
-141.79 E(28)190.95 E 0 Cg EP
-%%Trailer
-end
-%%EOF
diff --git a/doc/infopost.sh b/doc/infopost.sh
deleted file mode 100755 (executable)
index 85c49b4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-#
-# Some of these should really be done by options to makeinfo or by
-# using @setfilename, but this way we can have both bashref.info and
-# bash.info (for installing)
-#
-
-sed -e 's|bashref.info|bash.info|g'
index 36a5ad11f5d3936e7955e8f75cb89fe90bb11986..2eeae366564f6963368b9ac8be57fe4a12bafade 100644 (file)
@@ -32,8 +32,8 @@ R\bRE\bES\bST\bTR\bRI\bIC\bCT\bTE\bED\bD S\bSH\bHE\bEL\bLL\bL
        +\bo      Importing  function  definitions  from  the shell environment at
               startup.
 
-       +\bo      Parsing the value of S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from  the  shell  environment  at
-              startup.
+       +\bo      Parsing the values of B\bBA\bAS\bSH\bHO\bOP\bPT\bTS\bS and S\bSH\bHE\bEL\bLL\bLO\bOP\bPT\bTS\bS from the shell  en-
+              vironment at startup.
 
        +\bo      Redirecting  output using the >, >|, <>, >&, &>, and >> redirec-
               tion operators.
diff --git a/doc/rbash.ps b/doc/rbash.ps
deleted file mode 100644 (file)
index f32c8b1..0000000
+++ /dev/null
@@ -1,324 +0,0 @@
-%!PS-Adobe-3.0
-%%Creator: groff version 1.23.0
-%%CreationDate: Thu Apr  4 17:50:31 2024
-%%DocumentNeededResources: font Times-Italic
-%%+ font Times-Roman
-%%+ font Times-Bold
-%%DocumentSuppliedResources: procset grops 1.23 0
-%%Pages: 1
-%%PageOrder: Ascend
-%%DocumentMedia: Default 612 792 0 () ()
-%%Orientation: Portrait
-%%EndComments
-%%BeginDefaults
-%%PageMedia: Default
-%%EndDefaults
-%%BeginProlog
-%%BeginResource: procset grops 1.23 0
-%!PS-Adobe-3.0 Resource-ProcSet
-/setpacking where{
-pop
-currentpacking
-true setpacking
-}if
-/grops 120 dict dup begin
-% The ASCII code of the space character.
-/SC 32 def
-/A/show load def
-/B{0 SC 3 -1 roll widthshow}bind def
-/C{0 exch ashow}bind def
-/D{0 exch 0 SC 5 2 roll awidthshow}bind def
-/E{0 rmoveto show}bind def
-/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
-/G{0 rmoveto 0 exch ashow}bind def
-/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/I{0 exch rmoveto show}bind def
-/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
-/K{0 exch rmoveto 0 exch ashow}bind def
-/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/M{rmoveto show}bind def
-/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
-/O{rmoveto 0 exch ashow}bind def
-/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-/Q{moveto show}bind def
-/R{moveto 0 SC 3 -1 roll widthshow}bind def
-/S{moveto 0 exch ashow}bind def
-/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
-% name size font SF -
-/SF{
-findfont exch
-[exch dup 0 exch 0 exch neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-% name a c d font MF -
-/MF{
-findfont
-[5 2 roll
-0 3 1 roll % b
-neg 0 0]makefont
-dup setfont
-[exch/setfont cvx]cvx bind def
-}bind def
-/level0 0 def
-/RES 0 def
-/PL 0 def
-/LS 0 def
-% Enable manual feed.
-% MANUAL -
-/MANUAL{
-statusdict begin/manualfeed true store end
-}bind def
-% Guess the page length.
-% This assumes that the imageable area is vertically centered on the page.
-% PLG - length
-/PLG{
-gsave newpath clippath pathbbox grestore
-exch pop add exch pop
-}bind def
-% BP -
-/BP{
-/level0 save def
-1 setlinecap
-1 setlinejoin
-DEFS/BPhook known{DEFS begin BPhook end}if
-72 RES div dup scale
-LS{
-90 rotate
-}{
-0 PL translate
-}ifelse
-1 -1 scale
-}bind def
-/EP{
-level0 restore
-showpage
-}def
-% centerx centery radius startangle endangle DA -
-/DA{
-newpath arcn stroke
-}bind def
-% x y SN - x' y'
-% round a position to nearest (pixel + (.25,.25))
-/SN{
-transform
-.25 sub exch .25 sub exch
-round .25 add exch round .25 add exch
-itransform
-}bind def
-% endx endy startx starty DL -
-% we round the endpoints of the line, so that parallel horizontal
-% and vertical lines will appear even
-/DL{
-SN
-moveto
-SN
-lineto stroke
-}bind def
-% centerx centery radius DC -
-/DC{
-newpath 0 360 arc closepath
-}bind def
-/TM matrix def
-%  width height centerx centery DE -
-/DE{
-TM currentmatrix pop
-translate scale newpath 0 0 .5 0 360 arc closepath
-TM setmatrix
-}bind def
-% these are for splines
-/RC/rcurveto load def
-/RL/rlineto load def
-/ST/stroke load def
-/MT/moveto load def
-/CL/closepath load def
-% fill the last path
-% r g b Fr -
-/Fr{
-setrgbcolor fill
-}bind def
-% c m y k Fk -
-/setcmykcolor where{
-pop
-/Fk{
-setcmykcolor fill
-}bind def
-}if
-% g Fg -
-/Fg{
-setgray fill
-}bind def
-% fill with the "current color"
-/FL/fill load def
-/LW/setlinewidth load def
-/Cr/setrgbcolor load def
-/setcmykcolor where{
-pop
-/Ck/setcmykcolor load def
-}if
-/Cg/setgray load def
-% new_font_name encoding_vector old_font_name RE -
-/RE{
-findfont
-dup maxlength 1 index/FontName known not{1 add}if dict begin
-{
-1 index/FID ne
-2 index/UniqueID ne
-and
-{def}{pop pop}ifelse
-}forall
-/Encoding exch def
-dup/FontName exch def
-currentdict end definefont pop
-}bind def
-/DEFS 0 def
-% hpos vpos EBEGIN -
-/EBEGIN{
-moveto
-DEFS begin
-}bind def
-/EEND/end load def
-/CNT 0 def
-/level1 0 def
-% llx lly newwid wid newht ht newllx newlly PBEGIN -
-/PBEGIN{
-/level1 save def
-translate
-div 3 1 roll div exch scale
-neg exch neg exch translate
-% set the graphics state to default values
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[]0 setdash
-/setstrokeadjust where{
-pop
-false setstrokeadjust
-}if
-/setoverprint where{
-pop
-false setoverprint
-}if
-newpath
-/CNT countdictstack def
-userdict begin
-/showpage{}def
-%
-%  Any included setpagedevice should be ignored.
-%  See: http://www.w-beer.de/doc/ps/.
-%
-/setpagedevice{}def
-mark
-}bind def
-/PEND{
-cleartomark
-countdictstack CNT sub{end}repeat
-level1 restore
-}bind def
-end def
-/setpacking where{
-pop
-setpacking
-}if
-%%EndResource
-%%EndProlog
-%%BeginSetup
-%%BeginFeature: *PageSize Default
-<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
-%%EndFeature
-%%IncludeResource: font Times-Italic
-%%IncludeResource: font Times-Roman
-%%IncludeResource: font Times-Bold
-grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
-def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
-/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
-/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
-/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
-/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
-/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
-/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
-/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
-/z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
-/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
-/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
-/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
-/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
-/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
-/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
-/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
-/ordmasculine/guilsinglright/onequarter/onehalf/threequarters
-/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
-/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
-/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
-/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
-/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
-/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0/Times-Roman RE
-/Times-Italic@0 ENC0/Times-Italic RE
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-BP
-%%EndPageSetup
-/F0 10/Times-Italic@0 SF(RB)72.63 48 Q(ASH)-.25 E/F1 10/Times-Roman@0 SF
-131.58(\(1\) General).95 F(Commands Manual)2.5 E F0(RB)134.71 E(ASH)-.25
-E F1(\(1\)).95 E/F2 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1
-(rbash \255 restricted bash, see)108 96 Q/F3 10/Times-Bold@0 SF(bash)2.5
-E F1(\(1\))A F2(RESTRICTED SHELL)72 112.8 Q F1(If)108 124.8 Q F3(bash)
-3.582 E F1 1.081(is started with the name)3.581 F F3(rbash)3.581 E F1
-3.581(,o)C 3.581(rt)-3.581 G(he)-3.581 E F3<ad72>3.581 E F1 1.081
-(option is supplied at in)3.581 F -.2(vo)-.4 G 1.081
-(cation, the shell becomes re-).2 F 2.976(stricted. A)108 136.8 R .476
-(restricted shell is used to set up an en)2.976 F .476
-(vironment more controlled than the standard shell.)-.4 F .477(It be-)
-5.477 F(ha)108 148.8 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E
-F3(bash)2.5 E F1(with the e)2.5 E(xception that the follo)-.15 E
-(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 165.6 Q
-(changing directories with)144 165.6 Q F3(cd)2.5 E F1<83>108 182.4 Q
-(setting or unsetting the v)144 182.4 Q(alues of)-.25 E/F4 9
-/Times-Bold@0 SF(SHELL)2.5 E/F5 9/Times-Roman@0 SF(,)A F4 -.666(PA)2.25
-G(TH)-.189 E F5(,)A F4(HISTFILE)2.25 E F5(,)A F4(ENV)2.25 E F5(,)A F1
-(or)2.25 E F4 -.27(BA)2.5 G(SH_ENV).27 E F1<83>108 199.2 Q
-(specifying command names containing)144 199.2 Q F3(/)2.5 E F1<83>108
-216 Q(specifying a \214lename containing a)144 216 Q F3(/)2.5 E F1
-(as an ar)2.5 E(gument to the)-.18 E F3(.)2.5 E F1 -.2(bu)5 G
-(iltin command).2 E<83>108 232.8 Q
-(specifying a \214lename containing a slash as an ar)144 232.8 Q
-(gument to the)-.18 E F3(history)2.5 E F1 -.2(bu)2.5 G(iltin command).2
-E<83>108 249.6 Q .45
-(specifying a \214lename containing a slash as an ar)144 249.6 R .449
-(gument to the)-.18 F F3<ad70>2.949 E F1 .449(option to the)2.949 F F3
-(hash)2.949 E F1 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 261.6 Q
-<83>108 278.4 Q(importing function de\214nitions from the shell en)144
-278.4 Q(vironment at startup)-.4 E<83>108 295.2 Q(parsing the v)144
-295.2 Q(alue of)-.25 E F4(SHELLOPTS)2.5 E F1(from the shell en)2.25 E
-(vironment at startup)-.4 E<83>108 312 Q(redirecting output using the >\
-, >|, <>, >&, &>, and >> redirection operators)144 312 Q<83>108 328.8 Q
-(using the)144 328.8 Q F3(exec)2.5 E F1 -.2(bu)2.5 G
-(iltin command to replace the shell with another command).2 E<83>108
-345.6 Q(adding or deleting b)144 345.6 Q(uiltin commands with the)-.2 E
-F3<ad66>2.5 E F1(and)2.5 E F3<ad64>2.5 E F1(options to the)2.5 E F3
-(enable)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 362.4 Q
-(using the)144 362.4 Q F3(enable)2.5 E F1 -.2(bu)2.5 G
-(iltin command to enable disabled shell b).2 E(uiltins)-.2 E<83>108
-379.2 Q(specifying the)144 379.2 Q F3<ad70>2.5 E F1(option to the)2.5 E
-F3(command)2.5 E F1 -.2(bu)2.5 G(iltin command).2 E<83>108 396 Q
-(turning of)144 396 Q 2.5(fr)-.25 G(estricted mode with)-2.5 E F3
-(set +r)2.5 E F1(or)2.5 E F3(shopt \255u r)2.5 E(estricted_shell)-.18 E
-F1(.)A(These restrictions are enforced after an)108 412.8 Q 2.5(ys)-.15
-G(tartup \214les are read.)-2.5 E .429
-(When a command that is found to be a shell script is e)108 429.6 R -.15
-(xe)-.15 G(cuted,).15 E F3(rbash)2.929 E F1 .429(turns of)2.929 F 2.929
-(fa)-.25 G .729 -.15(ny r)-2.929 H .429(estrictions in the shell).15 F
-(spa)108 441.6 Q(wned to e)-.15 E -.15(xe)-.15 G(cute the script.).15 E
-F2(SEE ALSO)72 458.4 Q F1(bash\(1\))108 470.4 Q 157.215(Bash-5.2 2021)72
-768 R(No)2.5 E -.15(ve)-.15 G(mber 22).15 E(1)190.545 E 0 Cg EP
-%%Trailer
-end
-%%EOF
index 2837cd27cd1db6f6205c717706d8dcb4fb556eee..4417aa7083c19997b688f81f403c3573b3e4d267 100644 (file)
@@ -1,11 +1,11 @@
 @ignore
-Copyright (C) 1988-2024 Free Software Foundation, Inc.
+Copyright (C) 1988-2025 Free Software Foundation, Inc.
 @end ignore
 
-@set LASTCHANGE Thu Dec 12 13:37:30 EST 2024
+@set LASTCHANGE Mon Feb 24 16:09:32 EST 2025
 
 @set EDITION 5.3
 @set VERSION 5.3
 
-@set UPDATED 12 December 2024
-@set UPDATED-MONTH December 2024
+@set UPDATED 24 February 2025
+@set UPDATED-MONTH February 2025
diff --git a/eval.c b/eval.c
index 0fc6cfcacdfd9f21e0f63094eb54efd0b8e9fe2d..bbf5d88b49aabb3663da574a90fc6af248c51814 100644 (file)
--- a/eval.c
+++ b/eval.c
@@ -1,6 +1,6 @@
 /* eval.c -- reading and evaluating commands. */
 
-/* Copyright (C) 1996-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -95,7 +95,11 @@ reader_loop (void)
            {
              /* Some kind of throw to top_level has occurred. */
            case ERREXIT:
-             if (exit_immediately_on_error)
+             /* POSIX says to exit on error "as if by executing the
+                exit special built-in utility with no arguments," so we
+                don't reset any local contexts and keep the execution
+                context in a shell function if we were executing one. */
+             if (exit_immediately_on_error && posixly_correct == 0)
                reset_local_contexts ();        /* not in a function */
            case FORCE_EOF:
            case EXITPROG:
index d709a569cd4692b18299747e8c3a616e3036ad5a..650628b9cb286834eb09be58676fd361201d60d9 100644 (file)
@@ -103,8 +103,8 @@ INC = -I. -I.. -I$(topdir) -I$(topdir)/lib -I$(topdir)/builtins -I${srcdir} \
 ALLPROG = print truefalse sleep finfo logname basename dirname fdflags \
          tty pathchk tee head mkdir rmdir mkfifo mktemp printenv id whoami \
          uname sync push ln unlink realpath strftime mypid setpgid seq rm \
-         accept csv dsv cut stat getconf kv strptime
-OTHERPROG = necho hello cat pushd asort
+         accept csv dsv cut stat getconf kv strptime chmod
+OTHERPROG = necho hello cat pushd asort fltexpr 
 
 SUBDIRS = perl
 
@@ -238,6 +238,9 @@ strftime:   strftime.o
 strptime:      strptime.o
        $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ strptime.o $(SHOBJ_LIBS)
 
+chmod: chmod.o
+       $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ chmod.o $(SHOBJ_LIBS)
+
 mypid: mypid.o
        $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ mypid.o $(SHOBJ_LIBS)
 
@@ -250,6 +253,10 @@ stat:      stat.o
 asort: asort.o
        $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ asort.o $(SHOBJ_LIBS)
 
+fltexpr:       fltexpr.o
+       $(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ fltexpr.o $(SHOBJ_LIBS) -lm
+
+
 # pushd is a special case.  We use the same source that the builtin version
 # uses, with special compilation options.
 #
@@ -315,7 +322,7 @@ OBJS = print.o truefalse.o accept.o sleep.o finfo.o getconf.o logname.o \
        basename.o dirname.o tty.o pathchk.o tee.o head.o rmdir.o necho.o \
        hello.o cat.o csv.o dsv.o kv.o cut.o printenv.o id.o whoami.o uname.o \
        sync.o push.o mkdir.o mktemp.o realpath.o strftime.o setpgid.o stat.o \
-       fdflags.o seq.o asort.o strptime.o        
+       fdflags.o seq.o asort.o strptime.o chmod.o
 
 ${OBJS}:       ${BUILD_DIR}/config.h
 
@@ -336,6 +343,7 @@ rmdir.o: rmdir.c
 necho.o: necho.c
 hello.o: hello.c
 cat.o: cat.c
+chmod.o: chmod.c
 csv.o: csv.c
 dsv.o: dsv.c
 kv.o: kv.c
index 5ce2c9a48706ddb5c68c92415da0ef3d059ceb8e..3499755bde4b5f639d63ac2d165a839fb77951f3 100644 (file)
@@ -72,17 +72,18 @@ fcopy(int fd, char *fn)
 int
 cat_main (int argc, char **argv)
 {
-       int     i, fd, r;
+       int     i, fd, r, closefd;
        char    *s;
 
        if (argc == 1)
                return (fcopy(0, "standard input"));
 
-       for (i = r = 1; i < argc; i++) {
+       for (i = 1, r = 0; i < argc; i++) {
                QUIT;
-               if (argv[i][0] == '-' && argv[i][1] == '\0')
+               if (argv[i][0] == '-' && argv[i][1] == '\0') {
                        fd = 0;
-               else {
+                       closefd = 0;
+               } else {
                        fd = open(argv[i], O_RDONLY, 0666);
                        if (fd < 0) {
                                s = strerror(errno);
@@ -91,11 +92,13 @@ cat_main (int argc, char **argv)
                                write(2, ": ", 2);
                                write(2, s, strlen(s));
                                write(2, "\n", 1);
+                               r++;
                                continue;
                        }
+                       closefd = 1;
                }
-               r = fcopy(fd, argv[i]);
-               if (fd != 0)
+               r += fcopy(fd, argv[i]);
+               if (closefd)
                        close(fd);
        }
        QUIT;
@@ -113,7 +116,7 @@ cat_builtin(WORD_LIST *list)
        r = cat_main(c, v);
        free(v);
 
-       return r;
+       return r;       /* relies on EXECUTION_SUCCESS being 0 */
 }
 
 char *cat_doc[] = {
diff --git a/examples/loadables/chmod.c b/examples/loadables/chmod.c
new file mode 100644 (file)
index 0000000..2266d56
--- /dev/null
@@ -0,0 +1,156 @@
+/* chmod - change file mode bits */
+
+/* See Makefile for compilation details. */
+
+/*
+   Copyright (C) 2024-2025 Free Software Foundation, Inc.
+
+   This file is part of GNU Bash.
+   Bash is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   Bash is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with Bash.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include <config.h>
+
+#include "bashtypes.h"
+#include "posixstat.h"
+#include <errno.h>
+#include <stdio.h>
+#include "bashansi.h"
+#if defined (HAVE_UNISTD_H)
+#  include <unistd.h>
+#endif
+
+#include "builtins.h"
+#include "shell.h"
+#include "bashgetopt.h"
+#include "common.h"
+
+#if !defined (errno)
+extern int errno;
+#endif
+
+#define ISOCTAL(c)     ((c) >= '0' && (c) <= '7')
+
+extern int parse_symbolic_mode (char *, mode_t);
+
+#define STANDARD_BITS  (S_IRWXU | S_IRWXG | S_IRWXO)
+#define ALLBITS (STANDARD_BITS | S_ISUID| S_ISGID | S_ISVTX)
+
+int
+chmod_builtin (WORD_LIST *list)
+{
+  int opt, nmode, lmode, rval;
+  char *mode;
+  struct stat st;
+  WORD_LIST *l;
+
+  reset_internal_getopt ();
+  mode = (char *)NULL;
+  while ((opt = internal_getopt(list, "fhvRHLP")) != -1)
+    switch (opt)
+      {
+       CASE_HELPOPT;
+       default:
+         return (EX_DISKFALLBACK);
+      }
+  list = loptend;
+
+  if (list == 0)
+    {
+      builtin_usage ();
+      return (EX_USAGE);
+    }
+
+  mode = list->word->word;
+  list = list->next;
+
+  if (list == 0)
+    {
+      builtin_usage ();
+      return (EX_USAGE);
+    }
+
+  nmode = -1;
+  if (ISOCTAL (*mode)) /* octal number */
+    {
+      nmode = read_octal (mode);
+      if (nmode < 0)
+       {
+         builtin_error ("invalid file mode: %s", mode);
+         return (EXECUTION_FAILURE);
+       }
+    }
+  else                                 /* test for valid symbolic mode */
+    {
+      /* initial bits are a=rwx; the mode argument modifies them */
+      lmode = parse_symbolic_mode (mode, ALLBITS);
+      if (lmode < 0)
+       {
+         builtin_error ("invalid file mode: %s", mode);
+         return (EXECUTION_FAILURE);
+       }
+    }
+
+  for (rval = EXECUTION_SUCCESS, l = list; l; l = l->next)
+    {
+      lmode = nmode;
+      if (stat (l->word->word, &st) < 0)
+       {
+         builtin_error ("`%s': cannot stat: %s", l->word->word, strerror (errno));
+         rval = EXECUTION_FAILURE;
+         continue;
+       }
+
+      if (lmode == -1)
+       {
+         lmode = parse_symbolic_mode (mode, st.st_mode & ALLBITS);
+         if (lmode < 0)
+           {
+             builtin_error ("`%s': invalid file mode: %s", l->word->word, mode);
+             rval = EXECUTION_FAILURE;
+             continue;
+           }
+       }
+
+      if (chmod (l->word->word, lmode))
+       {
+         builtin_error ("`%s': cannot change mode: %s", l->word->word, strerror (errno));
+         rval = EXECUTION_FAILURE;
+         continue;
+       }
+    }
+  return rval;
+}
+
+char *chmod_doc[] = {
+       "Change file mode bits.",
+       "",
+       "Change file mode bits.  Change the mode bits of files named as",
+       "arguments, in the order specified, as specified by MODE."
+       "The MODE argument may be an octal number or a symbolic mode like",
+       "that described in chmod(1).  If a symbolic mode is used, the",
+       "operations are interpreted relative to an initial mode of \"a=rwx\".",
+       "",
+       "The return value is 0 unless an error occurs.",
+       (char *)NULL
+};
+
+struct builtin chmod_struct = {
+       "chmod",
+       chmod_builtin,
+       BUILTIN_ENABLED,
+       chmod_doc,
+       "chmod [-R] mode file [file...]",
+       0
+};
diff --git a/examples/loadables/fltexpr.c b/examples/loadables/fltexpr.c
new file mode 100644 (file)
index 0000000..8113de2
--- /dev/null
@@ -0,0 +1,1502 @@
+/* fltexpr.c -- floating-point arithmetic expression evaluation. */
+
+/* A thinly-edited version of expr.c/builtins/let.def */
+
+/* Copyright (C) 2025 Free Software Foundation, Inc.
+
+   This file is part of GNU Bash, the Bourne Again SHell.
+
+   Bash is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   Bash is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with Bash.  If not, see <http://www.gnu.org/licenses/>.
+*/
+
+/*
+ All arithmetic is done as double-precision floating point numbers
+ with some checking for overflow (though division by 0 is caught and
+ flagged as an error).
+
+ The following operators are handled, grouped into a set of levels in
+ order of decreasing precedence.
+
+       "id++", "id--"          [post-increment and post-decrement]
+       "++id", "--id"          [pre-increment and pre-decrement]
+       "-", "+"                [(unary operators)]
+       "!"
+       "**"                    [(exponentiation)]
+       "*", "/"
+       "+", "-"
+       "<=", ">=", "<", ">"
+       "==", "!="
+       "&&"
+       "||"
+       "expr ? expr : expr"
+       "=", "*=", "/=", "+=", "-="
+       ,                       [comma]
+
+ This is a subset of the operators available for integer expressions.
+
+ Sub-expressions within parentheses have a precedence level greater than
+ all of the above levels and are evaluated first.  Within a single prece-
+ dence group, evaluation is left-to-right, except for the arithmetic
+ assignment operator (`='), which is evaluated right-to-left (as in C).
+
+ The expression evaluator returns the value of the expression (assignment
+ statements have as a value what is returned by the RHS).  The `fltexpr'
+ builtin, on the other hand, returns 0 if the last expression evaluates to
+ a non-zero, and 1 otherwise.
+
+ Implementation is a recursive-descent parser.
+
+ Chet Ramey
+ chet.ramey@case.edu
+*/
+
+#include "config.h"
+
+#include <stdio.h>
+#include "bashansi.h"
+
+#if defined (HAVE_UNISTD_H)
+#  ifdef _MINIX
+#    include <sys/types.h>
+#  endif
+#  include <unistd.h>
+#endif
+
+#include <errno.h>
+#include <float.h>
+#include <math.h>
+
+#include "chartypes.h"
+#include "bashintl.h"
+
+#include "loadables.h"
+
+#include "arrayfunc.h"
+#include "execute_cmd.h"
+#include "flags.h"
+#include "subst.h"
+#include "typemax.h"           /* INTMAX_MAX, INTMAX_MIN */
+
+typedef double sh_float_t;
+
+/* Because of the $((...)) construct, expressions may include newlines.
+   Here is a macro which accepts newlines, tabs and spaces as whitespace. */
+#define cr_whitespace(c) (whitespace(c) || ((c) == '\n'))
+
+/* Size be which the expression stack grows when necessary. */
+#define EXPR_STACK_GROW_SIZE 10
+
+/* Maximum amount of recursion allowed.  This prevents a non-integer
+   variable such as "num=num+2" from infinitely adding to itself when
+   "let num=num+2" is given. */
+#define MAX_EXPR_RECURSION_LEVEL 1024
+
+/* The Tokens.  Singing "The Lion Sleeps Tonight". */
+
+#define EQEQ   1       /* "==" */
+#define NEQ    2       /* "!=" */
+#define LEQ    3       /* "<=" */
+#define GEQ    4       /* ">=" */
+#define STR    5       /* string */
+#define NUM    6       /* number */
+#define LAND   7       /* "&&" Logical AND */
+#define LOR    8       /* "||" Logical OR */
+#define OP_ASSIGN 11   /* op= expassign as in Posix.2 */
+#define COND   12      /* exp1 ? exp2 : exp3 */
+#define POWER  13      /* exp1**exp2 */
+#define PREINC 14      /* ++var */
+#define PREDEC 15      /* --var */
+#define POSTINC        16      /* var++ */
+#define POSTDEC        17      /* var-- */
+#define EQ     '='
+#define GT     '>'
+#define LT     '<'
+#define PLUS   '+'
+#define MINUS  '-'
+#define MUL    '*'
+#define DIV    '/'
+#define NOT    '!'
+#define LPAR   '('
+#define RPAR   ')'
+#define QUES   '?'
+#define COL    ':'
+#define COMMA  ','
+
+/* This should be the function corresponding to the operator with the
+   lowest precedence. */
+#define EXP_LOWEST     expcomma
+
+#define SHFLOAT_STRLEN_BOUND   63              /* For now */
+#define SHFLOAT_BUFSIZE_BOUND  (SHFLOAT_STRLEN_BOUND+1)
+
+/* These are valid when sh_float_t == double */
+#define SHFLOAT_MAX    DBL_MAX
+#define SHFLOAT_MIN    DBL_MIN
+#define SHFLOAT_DIG    DBL_DIG
+#define SHFLOAT_MANT_DIG       DBL_MANT_DIG
+#define SHFLOAT_LENGTH_MODIFIER        'l';
+#define SHFLOAT_STRTOD         strtod
+
+struct lvalue
+{
+  char *tokstr;                /* possibly-rewritten lvalue if not NULL */
+  sh_float_t tokval;   /* expression evaluated value */
+  SHELL_VAR *tokvar;   /* variable described by array or var reference */
+  arrayind_t ind;      /* array index if not -1 */
+};
+
+/* A structure defining a single expression context. */
+typedef struct
+{
+  int curtok, lasttok;
+  char *expression, *tp, *lasttp;
+  sh_float_t tokval;
+  char *tokstr;
+  int noeval;
+  struct lvalue lval;
+} FLTEXPR_CONTEXT;
+
+static char    *expression;    /* The current expression */
+static char    *tp;            /* token lexical position */
+static char    *lasttp;        /* pointer to last token position */
+static int     curtok;         /* the current token */
+static int     lasttok;        /* the previous token */
+static int     assigntok;      /* the OP in OP= */
+static char    *tokstr;        /* current token string */
+static sh_float_t      tokval;         /* current token value */
+static int     noeval;         /* set to 1 if no assignment to be done */
+static procenv_t evalbuf;
+
+/* set to 1 if the expression has already been run through word expansion */
+static int     already_expanded;
+
+static struct lvalue curlval = {0, 0, 0, -1};
+static struct lvalue lastlval = {0, 0, 0, -1};
+
+static sh_float_t nanval, infval;
+
+static int     is_arithop (int);
+static int     is_multiop (int);
+static void    readtok (void); /* lexical analyzer */
+
+static void    init_lvalue (struct lvalue *);
+static struct lvalue *alloc_lvalue (void);
+static void    free_lvalue (struct lvalue *);
+
+static sh_float_t      fltexpr_streval (char *, int, struct lvalue *);
+static void    evalerror (const char *);
+
+static sh_float_t      fltexpr_strtod (const char *, char **);
+static char    *fltexpr_format (sh_float_t);
+
+#if defined (ARRAYS)
+static int     fltexpr_skipsubscript (char *, char *);
+#endif
+
+static void    pushexp (void);
+static void    popexp (void);
+static void    fltexpr_unwind (void);
+static void    fltexpr_bind_variable (char *, char *);
+#if defined (ARRAY_VARS)
+static void    fltexpr_bind_array_element (char *, arrayind_t, char *);
+#endif
+
+static sh_float_t fltexp_subexpr (const char *);
+
+static sh_float_t expcomma (void);
+static sh_float_t expassign (void);
+static sh_float_t expcond (void);
+static sh_float_t explor (void);
+static sh_float_t expland (void);
+static sh_float_t expeq (void);
+static sh_float_t expcompare (void);
+static sh_float_t expshift (void);
+static sh_float_t expaddsub (void);
+static sh_float_t expmuldiv (void);
+static sh_float_t exppower (void);
+static sh_float_t expunary (void);
+static sh_float_t exp0 (void);
+
+/* Global var which contains the stack of expression contexts. */
+static FLTEXPR_CONTEXT **expr_stack;
+static int expr_depth;            /* Location in the stack. */
+static size_t expr_stack_size;    /* Number of slots already allocated. */
+
+#if defined (ARRAY_VARS)
+extern const char * const bash_badsub_errmsg;
+#endif
+
+#define SAVETOK(X) \
+  do { \
+    (X)->curtok = curtok; \
+    (X)->lasttok = lasttok; \
+    (X)->tp = tp; \
+    (X)->lasttp = lasttp; \
+    (X)->tokval = tokval; \
+    (X)->tokstr = tokstr; \
+    (X)->noeval = noeval; \
+    (X)->lval = curlval; \
+  } while (0)
+
+#define RESTORETOK(X) \
+  do { \
+    curtok = (X)->curtok; \
+    lasttok = (X)->lasttok; \
+    tp = (X)->tp; \
+    lasttp = (X)->lasttp; \
+    tokval = (X)->tokval; \
+    tokstr = (X)->tokstr; \
+    noeval = (X)->noeval; \
+    curlval = (X)->lval; \
+  } while (0)
+
+/* Push and save away the contents of the globals describing the
+   current expression context. */
+static void
+pushexp (void)
+{
+  FLTEXPR_CONTEXT *context;
+
+  if (expr_depth >= MAX_EXPR_RECURSION_LEVEL)
+    evalerror (_("expression recursion level exceeded"));
+
+  if (expr_depth >= expr_stack_size)
+    {
+      expr_stack_size += EXPR_STACK_GROW_SIZE;
+      expr_stack = (FLTEXPR_CONTEXT **)xrealloc (expr_stack, expr_stack_size * sizeof (FLTEXPR_CONTEXT *));
+    }
+
+  context = (FLTEXPR_CONTEXT *)xmalloc (sizeof (FLTEXPR_CONTEXT));
+
+  context->expression = expression;
+  SAVETOK(context);
+
+  expr_stack[expr_depth++] = context;
+}
+
+/* Pop the the contents of the expression context stack into the
+   globals describing the current expression context. */
+static void
+popexp (void)
+{
+  FLTEXPR_CONTEXT *context;
+
+  if (expr_depth <= 0)
+    {
+      /* See the comment at the top of evalexp() for an explanation of why
+        this is done. */
+      expression = lasttp = 0;
+      evalerror (_("recursion stack underflow"));
+    }
+
+  context = expr_stack[--expr_depth];
+
+  expression = context->expression;
+  RESTORETOK (context);
+
+  free (context);
+}
+
+static void
+fltexpr_unwind (void)
+{
+  while (--expr_depth > 0)
+    {
+      if (expr_stack[expr_depth]->tokstr)
+       free (expr_stack[expr_depth]->tokstr);
+
+      if (expr_stack[expr_depth]->expression)
+       free (expr_stack[expr_depth]->expression);
+
+      free (expr_stack[expr_depth]);
+    }
+  if (expr_depth == 0)
+    free (expr_stack[expr_depth]);     /* free the allocated FLTEXPR_CONTEXT */
+
+  noeval = 0;  /* XXX */
+}
+
+static sh_float_t
+fltexpr_strtod (const char *nptr, char **ep)
+{
+  sh_float_t r;
+  char *xp;
+
+  errno = 0;
+  r = SHFLOAT_STRTOD (nptr, &xp);
+  if (errno == ERANGE)
+    evalerror ("number out of range");
+  else if (r == 0 && *ep == nptr)
+    evalerror ("invalid number");
+  if (ep)
+    *ep = xp;
+  return r;
+}
+
+/* Convert from internal format (double) to external format (char *).
+   Code adapted from gnulib. */
+   
+static char *
+fltexpr_format (sh_float_t val)
+{
+  int r;
+  char ret[SHFLOAT_BUFSIZE_BOUND];     /* XXX */
+  char format[8], *p;
+  size_t retsize;
+  int prec, n;
+  sh_float_t abs_val;
+
+  abs_val = val < 0 ? -val : val;
+
+  /* There are better ways to do this, but this is an example */
+
+  /* Construct the format, this is where we tinker */
+  p = format;
+
+  *p++ = '%';
+  *p++ = '.';
+  *p++ = '*';
+  *p++ = SHFLOAT_LENGTH_MODIFIER;
+  *p++ = 'g';  /* XXX */
+  *p = '\0';
+
+  retsize = sizeof (ret);
+
+  /* Use a loop to get the minimal representation but make sure we have the
+     minimum number of digits required to round-trip a sh_float_t. */
+  for (prec = abs_val < SHFLOAT_MIN ? 1 : SHFLOAT_DIG; ; prec++)
+    {
+      n = snprintf (ret, retsize, format, prec, val);
+      if (n < 0 ||
+         prec >= SHFLOAT_MANT_DIG ||
+         (n < retsize && SHFLOAT_STRTOD (ret, NULL) == val))
+       break;
+    }
+    
+  return savestring (ret);
+}
+
+static void
+fltexpr_bind_variable (char *lhs, char *rhs)
+{
+  SHELL_VAR *v;
+  int aflags;
+
+  if (lhs == 0 || *lhs == 0)
+    return;            /* XXX */
+
+#if defined (ARRAY_VARS)
+  aflags = ASS_NOEXPAND|ASS_ALLOWALLSUB;               /* allow assoc[@]=value */;
+#else
+  aflags = 0;
+#endif
+  v = builtin_bind_variable (lhs, rhs, aflags);
+  if (v && ASSIGN_DISALLOWED (v, 0))
+    sh_longjmp (evalbuf, 1);   /* variable assignment error */
+  stupidly_hack_special_variables (lhs);
+}
+
+#if defined (ARRAY_VARS)
+/* This is similar to the logic in arrayfunc.c:valid_array_reference when
+   you pass VA_NOEXPAND. */
+static int
+fltexpr_skipsubscript (char *vp, char *cp)
+{
+  int flags, isassoc, noexp;
+  SHELL_VAR *entry;
+
+  isassoc = 0;
+  entry = 0;
+
+  *cp = '\0';
+  isassoc = valid_identifier (vp) && (entry = find_variable (vp)) && assoc_p (entry);
+  *cp = '[';   /* ] */
+
+  /* We're not doing any evaluation here, we should suppress expansion when
+     skipping over the subscript */
+  flags = isassoc ? VA_NOEXPAND : 0;
+  return (skipsubscript (cp, 0, flags));
+}
+
+/* Rewrite tok, which is of the form vname[expression], to vname[ind], where
+   IND is the already-calculated value of expression. */
+static void
+fltexpr_bind_array_element (char *tok, arrayind_t ind, char *rhs)
+{
+  char *lhs, *vname;
+  size_t llen;
+  char ibuf[INT_STRLEN_BOUND (arrayind_t) + 1], *istr;
+
+  istr = fmtumax (ind, 10, ibuf, sizeof (ibuf), 0);
+  vname = array_variable_name (tok, 0, (char **)NULL, (int *)NULL);
+
+  llen = strlen (vname) + sizeof (ibuf) + 3;
+  lhs = xmalloc (llen);
+
+  sprintf (lhs, "%s[%s]", vname, istr);                /* XXX */
+
+/*itrace("expr_bind_array_element: %s=%s", lhs, rhs);*/
+  fltexpr_bind_variable (lhs, rhs);
+  free (vname);
+  free (lhs);
+}
+#endif /* ARRAY_VARS */
+
+/* Evaluate EXPR, and return the arithmetic result.  If VALIDP is
+   non-null, a zero is stored into the location to which it points
+   if the expression is invalid, non-zero otherwise.  If a non-zero
+   value is returned in *VALIDP, the return value of evalexp() may
+   be used.
+
+   The `while' loop after the longjmp is caught relies on the above
+   implementation of pushexp and popexp leaving in expr_stack[0] the
+   values that the variables had when the program started.  That is,
+   the first things saved are the initial values of the variables that
+   were assigned at program startup or by the compiler.  Therefore, it is
+   safe to let the loop terminate when expr_depth == 0, without freeing up
+   any of the expr_depth[0] stuff. */
+sh_float_t
+fltexpr_evalexp (const char *expr, int flags, int *validp)
+{
+  sh_float_t val;
+  int c;
+  procenv_t oevalbuf;
+
+  val = 0;
+  noeval = 0;
+  already_expanded = (flags&EXP_EXPANDED);
+
+  FASTCOPY (evalbuf, oevalbuf, sizeof (evalbuf));
+
+  c = setjmp_nosigs (evalbuf);
+
+  if (c)
+    {
+      FREE (tokstr);
+      FREE (expression);
+      tokstr = expression = (char *)NULL;
+
+      fltexpr_unwind ();
+      expr_depth = 0;  /* XXX - make sure */
+
+      /* We copy in case we've called evalexp recursively */
+      FASTCOPY (oevalbuf, evalbuf, sizeof (evalbuf));
+
+      if (validp)
+       *validp = 0;
+      return (0);
+    }
+
+  val = fltexp_subexpr (expr);
+
+  if (validp)
+    *validp = 1;
+
+  FASTCOPY (oevalbuf, evalbuf, sizeof (evalbuf));
+
+  return (val);
+}
+
+static sh_float_t
+fltexp_subexpr (const char *expr)
+{
+  sh_float_t val;
+  const char *p;
+
+  for (p = expr; p && *p && cr_whitespace (*p); p++)
+    ;
+
+  if (p == NULL || *p == '\0')
+    return (0);
+
+  pushexp ();
+  expression = savestring (expr);
+  tp = expression;
+
+  curtok = lasttok = 0;
+  tokstr = (char *)NULL;
+  tokval = 0;
+  init_lvalue (&curlval);
+  lastlval = curlval;
+
+  readtok ();
+
+  val = EXP_LOWEST ();
+
+  if (curtok != 0)
+    evalerror (_("arithmetic syntax error in expression"));
+
+  FREE (tokstr);
+  FREE (expression);
+
+  popexp ();
+
+  return val;
+}
+
+static sh_float_t
+expcomma (void)
+{
+  register sh_float_t value;
+
+  value = expassign ();
+  while (curtok == COMMA)
+    {
+      readtok ();
+      value = expassign ();
+    }
+
+  return value;
+}
+  
+static sh_float_t
+expassign (void)
+{
+  register sh_float_t value;
+  char *lhs, *rhs;
+  arrayind_t lind;
+#if defined (HAVE_IMAXDIV)
+  imaxdiv_t idiv;
+#endif
+
+  value = expcond ();
+  if (curtok == EQ || curtok == OP_ASSIGN)
+    {
+      int special, op;
+      sh_float_t lvalue;
+
+      special = curtok == OP_ASSIGN;
+
+      if (lasttok != STR)
+       evalerror (_("attempted assignment to non-variable"));
+
+      if (special)
+       {
+         op = assigntok;               /* a OP= b */
+         lvalue = value;
+       }
+
+      if (tokstr == 0)
+       evalerror (_("arithmetic syntax error in variable assignment"));
+
+      /* XXX - watch out for pointer aliasing issues here */
+      lhs = savestring (tokstr);
+      /* save ind in case rhs is string var and evaluation overwrites it */
+      lind = curlval.ind;
+      readtok ();
+      value = expassign ();
+
+      if (special)
+       {
+         if (op == DIV && value == 0)
+           {
+             if (noeval == 0)
+               evalerror (_("division by 0"));
+             else
+               value = 1;
+           }
+
+         switch (op)
+           {
+           case MUL:
+             lvalue *= value;
+             break;
+           case DIV:
+             lvalue = lvalue / value;
+             break;
+           case PLUS:
+             lvalue += value;
+             break;
+           case MINUS:
+             lvalue -= value;
+             break;
+           default:
+             free (lhs);
+             evalerror (_("bug: bad expassign token"));
+             break;
+           }
+         value = lvalue;
+       }
+
+      rhs = fltexpr_format (value);
+      if (noeval == 0)
+       {
+#if defined (ARRAY_VARS)
+         if (lind != -1)
+           fltexpr_bind_array_element (lhs, lind, rhs);
+         else
+#endif
+           fltexpr_bind_variable (lhs, rhs);
+       }
+      if (curlval.tokstr && curlval.tokstr == tokstr)
+       init_lvalue (&curlval);
+
+      free (rhs);
+      free (lhs);
+      FREE (tokstr);
+      tokstr = (char *)NULL;           /* For freeing on errors. */
+    }
+
+  return (value);
+}
+
+/* Conditional expression (expr?expr:expr) */
+static sh_float_t
+expcond (void)
+{
+  sh_float_t cval, val1, val2, rval;
+  int set_noeval;
+
+  set_noeval = 0;
+  rval = cval = explor ();
+  if (curtok == QUES)          /* found conditional expr */
+    {
+      if (cval == 0)
+       {
+         set_noeval = 1;
+         noeval++;
+       }
+
+      readtok ();
+      if (curtok == 0 || curtok == COL)
+       evalerror (_("expression expected"));
+
+      val1 = EXP_LOWEST ();
+
+      if (set_noeval)
+       noeval--;
+      if (curtok != COL)
+       evalerror (_("`:' expected for conditional expression"));
+
+      set_noeval = 0;
+      if (cval)
+       {
+         set_noeval = 1;
+         noeval++;
+       }
+
+      readtok ();
+      if (curtok == 0)
+       evalerror (_("expression expected"));
+      val2 = expcond ();
+
+      if (set_noeval)
+       noeval--;
+      rval = cval ? val1 : val2;
+      lasttok = COND;
+    }
+  return rval;
+}
+
+/* Logical OR. */
+static sh_float_t
+explor (void)
+{
+  register sh_float_t val1, val2;
+  int set_noeval;
+
+  val1 = expland ();
+
+  while (curtok == LOR)
+    {
+      set_noeval = 0;
+      if (val1 != 0)
+       {
+         noeval++;
+         set_noeval = 1;
+       }
+      readtok ();
+      val2 = expland ();
+      if (set_noeval)
+       noeval--;
+      val1 = val1 || val2;
+      lasttok = LOR;
+    }
+
+  return (val1);
+}
+
+/* Logical AND. */
+static sh_float_t
+expland (void)
+{
+  register sh_float_t val1, val2;
+  int set_noeval;
+
+  val1 = expeq ();             /* XXX */
+
+  while (curtok == LAND)
+    {
+      set_noeval = 0;
+      if (val1 == 0)
+       {
+         set_noeval = 1;
+         noeval++;
+       }
+      readtok ();
+      val2 = expeq ();
+      if (set_noeval)
+       noeval--;
+      val1 = val1 && val2;
+      lasttok = LAND;
+    }
+
+  return (val1);
+}
+
+static sh_float_t
+expeq (void)
+{
+  register sh_float_t val1, val2;
+
+  val1 = expcompare ();
+
+  while ((curtok == EQEQ) || (curtok == NEQ))
+    {
+      int op = curtok;
+
+      readtok ();
+      val2 = expcompare ();
+      if (op == EQEQ)
+       val1 = (val1 == val2);
+      else if (op == NEQ)
+       val1 = (val1 != val2);
+      lasttok = NUM;
+    }
+  return (val1);
+}
+
+static sh_float_t
+expcompare (void)
+{
+  register sh_float_t val1, val2;
+
+  val1 = expaddsub ();
+  while ((curtok == LEQ) ||
+        (curtok == GEQ) ||
+        (curtok == LT) ||
+        (curtok == GT))
+    {
+      int op = curtok;
+
+      readtok ();
+      val2 = expaddsub ();
+
+      if (op == LEQ)
+       val1 = val1 <= val2;
+      else if (op == GEQ)
+       val1 = val1 >= val2;
+      else if (op == LT)
+       val1 = val1 < val2;
+      else                     /* (op == GT) */
+       val1 = val1 > val2;
+      lasttok = NUM;
+    }
+  return (val1);
+}
+
+static sh_float_t
+expaddsub (void)
+{
+  register sh_float_t val1, val2;
+
+  val1 = expmuldiv ();
+
+  while ((curtok == PLUS) || (curtok == MINUS))
+    {
+      int op = curtok;
+
+      readtok ();
+      val2 = expmuldiv ();
+
+      if (op == PLUS)
+       val1 += val2;
+      else if (op == MINUS)
+       val1 -= val2;
+      lasttok = NUM;
+    }
+  return (val1);
+}
+
+static sh_float_t
+expmuldiv (void)
+{
+  register sh_float_t val1, val2;
+
+  val1 = exppower ();
+
+  while ((curtok == MUL) || (curtok == DIV))
+    {
+      int op = curtok;
+      char *stp, *sltp;
+
+      stp = tp;
+      readtok ();
+
+      val2 = exppower ();
+
+      /* Handle division by 0 and twos-complement arithmetic overflow */
+      if (op == DIV && val2 == 0)
+       {
+         if (noeval == 0)
+           {
+             sltp = lasttp;
+             lasttp = stp;
+             while (lasttp && *lasttp && whitespace (*lasttp))
+               lasttp++;
+             evalerror (_("division by 0"));
+             lasttp = sltp;
+           }
+         else
+           val2 = 1;
+       }
+
+      if (op == MUL)
+       val1 *= val2;
+      else if (op == DIV)
+       val1 = val1 / val2;
+      lasttok = NUM;
+    }
+  return (val1);
+}
+
+static sh_float_t
+exppower (void)
+{
+  register sh_float_t val1, val2;
+
+  val1 = expunary ();
+  while (curtok == POWER)
+    {
+      readtok ();
+      val2 = exppower ();      /* exponentiation is right-associative */
+      lasttok = NUM;
+      if (noeval == 0)
+       {
+         if (val2 == 0)
+           return (1);
+         val1 = pow (val1, val2);
+       }
+      else
+       val1 = 1;
+    }
+  return (val1);
+}
+
+static sh_float_t
+expunary (void)
+{
+  register sh_float_t val;
+
+  if (curtok == NOT)
+    {
+      readtok ();
+      val = !expunary ();
+      lasttok = NUM;
+    }
+  else if (curtok == MINUS)
+    {
+      readtok ();
+      val = - expunary ();
+      lasttok = NUM;
+    }
+  else if (curtok == PLUS)
+    {
+      readtok ();
+      val = expunary ();
+      lasttok = NUM;
+    }
+  else
+    val = exp0 ();
+
+  return (val);
+}
+
+static sh_float_t
+exp0 (void)
+{
+  sh_float_t val, v2;
+  char *vincdec;
+  int stok;
+  FLTEXPR_CONTEXT ec;
+
+  val = 0;
+  /* XXX - might need additional logic here to decide whether or not
+          pre-increment or pre-decrement is legal at this point. */
+  if (curtok == PREINC || curtok == PREDEC)
+    {
+      stok = lasttok = curtok;
+      readtok ();
+      if (curtok != STR)
+       /* readtok() catches this */
+       evalerror (_("identifier expected after pre-increment or pre-decrement"));
+
+      v2 = tokval + ((stok == PREINC) ? 1 : -1);
+      vincdec = fltexpr_format (v2);
+      if (noeval == 0)
+       {
+#if defined (ARRAY_VARS)
+         if (curlval.ind != -1)
+           fltexpr_bind_array_element (curlval.tokstr, curlval.ind, vincdec);
+         else
+#endif
+           if (tokstr)
+             fltexpr_bind_variable (tokstr, vincdec);
+       }
+      free (vincdec);
+      val = v2;
+
+      curtok = NUM;    /* make sure --x=7 is flagged as an error */
+      readtok ();
+    }
+  else if (curtok == LPAR)
+    {
+      /* XXX - save curlval here?  Or entire expression context? */
+      readtok ();
+      val = EXP_LOWEST ();
+
+      if (curtok != RPAR) /* ( */
+       evalerror (_("missing `)'"));
+
+      /* Skip over closing paren. */
+      readtok ();
+    }
+  else if (curtok == NUM)
+    {
+      val = tokval;
+      readtok ();
+    }
+  else if (curtok == STR)
+    {
+      val = tokval;
+      SAVETOK (&ec);
+      tokstr = (char *)NULL;   /* keep it from being freed */
+      noeval = 1;
+      readtok ();
+      stok = curtok;
+
+      /* post-increment or post-decrement */
+      if (stok == POSTINC || stok == POSTDEC)
+       {
+         /* restore certain portions of EC */
+         tokstr = ec.tokstr;
+         noeval = ec.noeval;
+         curlval = ec.lval;
+         lasttok = STR;        /* ec.curtok */
+
+         v2 = val + ((stok == POSTINC) ? 1 : -1);
+         vincdec = fltexpr_format (v2);
+         if (noeval == 0)
+           {
+#if defined (ARRAY_VARS)
+             if (curlval.ind != -1)
+               fltexpr_bind_array_element (curlval.tokstr, curlval.ind, vincdec);
+             else
+#endif
+               fltexpr_bind_variable (tokstr, vincdec);
+           }
+          free (vincdec);
+          curtok = NUM;        /* make sure x++=7 is flagged as an error */
+       }
+      else
+       {
+         /* XXX - watch out for pointer aliasing issues here */
+         if (stok == STR)      /* free new tokstr before old one is restored */
+           FREE (tokstr);
+         RESTORETOK (&ec);
+       }
+
+      readtok ();
+    }
+  else
+    evalerror (_("arithmetic syntax error: operand expected"));
+
+  return (val);
+}
+
+static void
+init_lvalue (struct lvalue *lv)
+{
+  lv->tokstr = 0;
+  lv->tokvar = 0;
+  lv->tokval = -1;
+  lv->ind = -1;
+}
+
+static struct lvalue *
+alloc_lvalue (void)
+{
+  struct lvalue *lv;
+
+  lv = xmalloc (sizeof (struct lvalue));
+  init_lvalue (lv);
+  return (lv);
+}
+
+static void
+free_lvalue (struct lvalue *lv)
+{
+  free (lv);           /* should be inlined */
+}
+
+static sh_float_t
+fltexpr_streval (char *tok, int e, struct lvalue *lvalue)
+{
+  SHELL_VAR *v;
+  char *value;
+  sh_float_t tval;
+  int initial_depth;
+#if defined (ARRAY_VARS)
+  arrayind_t ind;
+  int tflag, aflag;
+  array_eltstate_t es;
+#endif
+
+/*itrace("fltexpr_streval: %s: noeval = %d expanded=%d", tok, noeval, already_expanded);*/
+  /* If we are suppressing evaluation, just short-circuit here instead of
+     going through the rest of the evaluator. */
+  if (noeval)
+    return (0);
+
+  initial_depth = expr_depth;
+
+#if defined (ARRAY_VARS)
+  tflag = AV_NOEXPAND; /* for a start */
+#endif
+
+  /* [[[[[ */
+#if defined (ARRAY_VARS)
+  aflag = tflag;       /* use a different variable for now */
+  if (shell_compatibility_level > 51)
+    aflag |= AV_ATSTARKEYS;
+  v = (e == ']') ? array_variable_part (tok, tflag, (char **)0, (int *)0) : find_variable (tok);
+#else
+  v = find_variable (tok);
+#endif
+  if (v == 0 && e != ']')
+    v = find_variable_last_nameref (tok, 0);  
+
+  if ((v == 0 || invisible_p (v)) && unbound_vars_is_error)
+    {
+#if defined (ARRAY_VARS)
+      value = (e == ']') ? array_variable_name (tok, tflag, (char **)0, (int *)0) : tok;
+#else
+      value = tok;
+#endif
+
+      set_exit_status (EXECUTION_FAILURE);
+      err_unboundvar (value);
+
+#if defined (ARRAY_VARS)
+      if (e == ']')
+       FREE (value);   /* array_variable_name returns new memory */
+#endif
+
+      if (no_longjmp_on_fatal_error && interactive_shell)
+       sh_longjmp (evalbuf, 1);
+
+      if (interactive_shell)
+       {
+         fltexpr_unwind ();
+         top_level_cleanup ();
+         jump_to_top_level (DISCARD);
+       }
+      else
+       jump_to_top_level (FORCE_EOF);
+    }
+
+#if defined (ARRAY_VARS)
+  init_eltstate (&es);
+  es.ind = -1;
+  /* If the second argument to get_array_value doesn't include AV_ALLOWALL,
+     we don't allow references like array[@].  In this case, get_array_value
+     is just like get_variable_value in that it does not return newly-allocated
+     memory or quote the results.  AFLAG is set above and is either AV_NOEXPAND
+     or 0. */
+  value = (e == ']') ? get_array_value (tok, aflag, &es) : get_variable_value (v);
+  ind = es.ind;
+  flush_eltstate (&es);
+#else
+  value = get_variable_value (v);
+#endif
+
+  if (expr_depth < initial_depth)
+    {
+      if (no_longjmp_on_fatal_error && interactive_shell)
+       sh_longjmp (evalbuf, 1);
+      return (0);
+    }
+
+  tval = (value && *value) ? fltexp_subexpr (value) : 0;
+
+  if (lvalue)
+    {
+      lvalue->tokstr = tok;    /* XXX */
+      lvalue->tokval = tval;
+      lvalue->tokvar = v;      /* XXX */
+#if defined (ARRAY_VARS)
+      lvalue->ind = ind;
+#else
+      lvalue->ind = -1;
+#endif
+    }
+         
+  return (tval);
+}
+
+static inline int
+is_multiop (int c)
+{
+  switch (c)
+    {
+    case EQEQ:
+    case NEQ:
+    case LEQ:
+    case GEQ:
+    case LAND:
+    case LOR:
+    case OP_ASSIGN:
+    case COND:
+    case POWER:
+    case PREINC:
+    case PREDEC:
+    case POSTINC:
+    case POSTDEC:
+      return 1;
+    default:
+      return 0;
+    }
+}
+
+static inline int
+is_arithop (int c)
+{
+  switch (c)
+    {
+    case EQ:
+    case GT:
+    case LT:
+    case PLUS:
+    case MINUS:
+    case MUL:
+    case DIV:
+    case NOT:
+    case LPAR:
+    case RPAR:
+      return 1;                /* operator tokens */
+    case QUES:
+    case COL:
+    case COMMA:
+      return 1;                /* questionable */
+    default:
+      return 0;                /* anything else is invalid */
+    }
+}
+
+/* Lexical analyzer/token reader for the expression evaluator.  Reads the
+   next token and puts its value into curtok, while advancing past it.
+   Updates value of tp.  May also set tokval (for number) or tokstr (for
+   string). */
+static void
+readtok (void)
+{
+  char *cp, *xp;
+  unsigned char c, c1;
+  int e;
+
+  /* Skip leading whitespace. */
+  cp = tp;
+  c = 0;
+  e = 0;
+  while (cp && (c = *cp) && (cr_whitespace (c)))
+    cp++;
+
+  if (c)
+    cp++;
+
+  if (c == '\0')
+    {
+      lasttok = curtok;
+      curtok = 0;
+      tp = cp;
+      return;
+    }
+  lasttp = tp = cp - 1;
+
+  /* check for Inf, Nan here */
+  if (strncasecmp (tp, "INF", 3) == 0 && (isalnum (tp[3]) == 0))
+    {
+      cp = tp + 3;
+      tokval = infval;
+      lasttok = curtok;
+      curtok = NUM;
+    }
+  else if (strncasecmp (tp, "NAN", 3) == 0 && (isalnum (tp[3]) == 0))
+    {
+      cp = tp + 3;
+      tokval = nanval;
+      lasttok = curtok;
+      curtok = NUM;
+    }
+  else if (strncasecmp (tp, "DBL_MIN", 7) == 0 && (isalnum (tp[7]) == 0))
+    {
+      cp = tp + 7;
+      tokval = SHFLOAT_MIN;
+      lasttok = curtok;
+      curtok = NUM;
+    }
+  else if (strncasecmp (tp, "DBL_MAX", 7) == 0 && (isalnum (tp[7]) == 0))
+    {
+      cp = tp + 7;
+      tokval = SHFLOAT_MAX;
+      lasttok = curtok;
+      curtok = NUM;
+    }
+  else if (legal_variable_starter (c))
+    {
+      /* variable names not preceded with a dollar sign are shell variables. */
+      char *savecp;
+      FLTEXPR_CONTEXT ec;
+      int peektok;
+
+      while (legal_variable_char (c))
+       c = *cp++;
+
+      c = *--cp;
+
+#if defined (ARRAY_VARS)
+      if (c == '[')
+       {
+         e = fltexpr_skipsubscript (tp, cp);           /* XXX - was skipsubscript */
+         if (cp[e] == ']')
+           {
+             cp += e + 1;
+             c = *cp;
+             e = ']';
+           }
+         else
+           evalerror (_(bash_badsub_errmsg));
+       }
+#endif /* ARRAY_VARS */
+
+      *cp = '\0';
+      /* XXX - watch out for pointer aliasing issues here */
+      if (curlval.tokstr && curlval.tokstr == tokstr)
+       init_lvalue (&curlval);
+
+      FREE (tokstr);
+      tokstr = savestring (tp);
+      *cp = c;
+
+      /* XXX - make peektok part of saved token state? */
+      SAVETOK (&ec);
+      tokstr = (char *)NULL;   /* keep it from being freed */
+      tp = savecp = cp;
+      noeval = 1;
+      curtok = STR;
+      readtok ();
+      peektok = curtok;
+      if (peektok == STR)      /* free new tokstr before old one is restored */
+       FREE (tokstr);
+      RESTORETOK (&ec);
+      cp = savecp;
+
+      /* The tests for PREINC and PREDEC aren't strictly correct, but they
+        preserve old behavior if a construct like --x=9 is given. */
+      if (lasttok == PREINC || lasttok == PREDEC || peektok != EQ)
+        {
+          lastlval = curlval;
+         tokval = fltexpr_streval (tokstr, e, &curlval);
+        }
+      else
+       tokval = 0;
+
+      lasttok = curtok;
+      curtok = STR;
+    }
+  else if (DIGIT(c))
+    {
+      /* Let strtod figure out where to end the floating-point value and let
+        the parser figure out what's valid. */
+      tokval = fltexpr_strtod (tp, &cp);
+      lasttok = curtok;
+      curtok = NUM;
+    }
+  else
+    {
+      c1 = *cp++;
+      if ((c == EQ) && (c1 == EQ))
+       c = EQEQ;
+      else if ((c == NOT) && (c1 == EQ))
+       c = NEQ;
+      else if ((c == GT) && (c1 == EQ))
+       c = GEQ;
+      else if ((c == LT) && (c1 == EQ))
+       c = LEQ;
+      else if ((c == '*') && (c1 == '*'))
+       c = POWER;
+      else if ((c == '-' || c == '+') && c1 == c && curtok == STR)
+       c = (c == '-') ? POSTDEC : POSTINC;
+      else if ((c == '-' || c == '+') && c1 == c && curtok == NUM)
+       {
+         /* This catches something like --FOO++ */
+         if (c == '-')
+           evalerror (_("--: assignment requires lvalue"));
+         else
+           evalerror (_("++: assignment requires lvalue"));
+       }
+      else if ((c == '-' || c == '+') && c1 == c)
+       {
+         /* Quickly scan forward to see if this is followed by optional
+            whitespace and an identifier. */
+         xp = cp;
+         while (xp && *xp && cr_whitespace (*xp))
+           xp++;
+         if (legal_variable_starter ((unsigned char)*xp))
+           c = (c == '-') ? PREDEC : PREINC;
+         else
+           {
+             /* Posix says unary plus and minus have higher priority than
+                preinc and predec. */
+             /* This catches something like --4++ */
+             if (c == '-')
+               evalerror (_("--: assignment requires lvalue"));
+             else
+               evalerror (_("++: assignment requires lvalue"));
+           }
+       }
+      else if (c1 == EQ && member (c, "*/+-"))
+       {
+         assigntok = c;        /* a OP= b */
+         c = OP_ASSIGN;
+       }
+      else if (is_arithop (c) == 0)
+       {
+         cp--;
+         /* use curtok, since it hasn't been copied to lasttok yet */
+         if (curtok == 0 || is_arithop (curtok) || is_multiop (curtok))
+           evalerror (_("arithmetic syntax error: operand expected"));
+         else
+           evalerror (_("arithmetic syntax error: invalid arithmetic operator"));
+       }
+      else
+       cp--;                   /* `unget' the character */
+
+      /* Should check here to make sure that the current character is one
+        of the recognized operators and flag an error if not.  Could create
+        a character map the first time through and check it on subsequent
+        calls. */
+      lasttok = curtok;
+      curtok = c;
+    }
+  tp = cp;
+}
+
+static void
+evalerror (const char *msg)
+{
+  char *name, *t;
+
+  name = this_command_name;
+  for (t = expression; t && whitespace (*t); t++)
+    ;
+  internal_error (_("%s%s%s: %s (error token is \"%s\")"),
+                  name ? name : "", name ? ": " : "",
+                  t ? t : "", msg, (lasttp && *lasttp) ? lasttp : "");
+  sh_longjmp (evalbuf, 1);
+}
+
+int
+fltexpr_builtin (WORD_LIST *list)
+{
+  sh_float_t ret;
+  int expok, opt, pflag;
+  char *str;
+
+  pflag = 0;
+
+  reset_internal_getopt ();
+  while ((opt = internal_getopt (list, "p")) != -1)
+    {
+      switch (opt)
+        {
+          case 'p':
+           pflag = 1;
+           break;
+         CASE_HELPOPT;
+         default:
+           builtin_usage ();
+           return (EX_USAGE);
+        }
+    }
+
+  list = loptend;
+
+  if (list == 0)
+    {
+      builtin_error (_("expression expected"));
+      return (EXECUTION_FAILURE);
+    }
+                               
+  ret = fltexpr_evalexp (list->word->word, EXP_EXPANDED, &expok);
+
+  if (expok == 0)
+    return (EXECUTION_FAILURE);
+
+  if (pflag)
+    {
+      str = fltexpr_format (ret);
+      printf ("%s\n", str);
+      free (str);
+    }
+
+  return ((ret == 0) ? EXECUTION_FAILURE : EXECUTION_SUCCESS);
+}
+
+int
+fltexpr_builtin_load (char *s)
+{
+  /* Internal representations of Inf and NaN here */
+  nanval = strtod ("NAN", NULL);
+  infval = strtod ("INF", NULL);
+
+  return 1;
+}
+
+void
+fltexpr_builtin_unload (char *s)
+{
+}
+
+char *fltexpr_doc[] =
+{
+  "Evaluate floating-point arithmetic expression.",
+  "",
+  "Evaluate EXPRESSION as a floating-point arithmetic expression and,",
+  "if the -p option is supplied, print the value to the standard output.",
+  "",
+  "Exit Status:",
+  "If the EXPRESSION evaluates to 0, the return status is 1; 0 otherwise.",
+  (char *)NULL
+};
+
+struct builtin fltexpr_struct =
+{
+  "fltexpr",           /* builtin name */
+  fltexpr_builtin,     /* function implementing the builtin */
+  BUILTIN_ENABLED,     /* initial flags for builtin */
+  fltexpr_doc,         /* array of long documentation strings. */
+  "fltexpr [-p] expression",   /* usage synopsis; becomes short_doc */
+  0                    /* reserved for internal use */
+};
index 194ca47026ec2ffa0ae2f3af6f2cf686c60fc4ac..1857f9ed8bcce8d9fb16640cfc57d1b99ceed343 100644 (file)
@@ -3,7 +3,7 @@
 /* See Makefile for compilation details. */
 
 /*
-   Copyright (C) 2023 Free Software Foundation, Inc.
+   Copyright (C) 2023-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash.
    Bash is free software: you can redistribute it and/or modify
@@ -87,16 +87,19 @@ static char * const date_time_formats[] =
   "%F %r",                     /* YYYY-mm-dd HH:MM:SS p.m. */
   "%F %R",                     /* YYYY-mm-dd HH:MM */
   "%F %I:%M %p",               /* YYYY-mm-dd HH:MM a.m. */
-  "%F",                                /* YYYY-mm-dd ISO8601 time */
-  "%T",                                /* HH:MM:SS */
-  "%H.%M.%S",                  /* HH.MM.SS */
   /* From coreutils-9.2 date */
   "%Y-%m-%dT%H:%M:%S%z",       /* ISO8601 time */
   "%Y-%m-%dT%H%z",             /* ISO8601 time */
   "%Y-%m-%dT%H:%M%z",          /* ISO8601 time */
+  "%Y-%m-%dT%H:%M:%S%Z",       /* ISO8601 time but with timezone name */
+  "%Y-%m-%dT%H%Z",             /* ISO8601 time but with timezone name */
+  "%Y-%m-%dT%H:%M%Z",          /* ISO8601 time but with timezone name */
   /* RFC 3339 time */
   "%Y-%m-%d %H:%M:%S%z",       /* RFC 3339 time */
-  "%Y-%m-%dT%H:%M:%S%z",       /* RFC 3339 time */
+  "%Y-%m-%d %H:%M:%S%Z",       /* RFC 3339 time but with timezone name */
+#if 0
+  "%Y-%m-%dT%H:%M:%S%z",       /* RFC 3339 time, same as first ISO8601 time */
+#endif
   /* more oddball formats */
   "%m.%d.%Y %T",               /* mm.dd.YYYY HH:MM:SS */
   "%m.%d.%Y %R",               /* mm.dd.YYYY HH:MM */
@@ -151,13 +154,28 @@ static char * const date_time_formats[] =
   "%d.%m.%Y %R",               /* dd.mm.YYYY HH:MM */
   "%d.%m.%Y %r",               /* dd.mm.YYYY HH:MM:SS a.m. */    
   "%d.%m.%Y %I:%M %p",         /* dd.mm.YYYY HH:MM p.m. */
+  /* Some fallbacks */
+  "%F",                                /* YYYY-mm-dd ISO8601 time */
+  "%T",                                /* HH:MM:SS */
+  "%H.%M.%S",                  /* HH.MM.SS */
   0
 };
 
 static void
 inittime (time_t *clock, struct tm *timeptr)
 {
-  timeptr = localtime (clock);         /* for now */
+  struct tm *loctime;
+
+  /* Initialize to local time */
+  loctime = localtime (clock);
+
+  if (loctime == 0)
+    {
+      timeptr->tm_hour = timeptr->tm_min = timeptr->tm_sec = 0;
+      return;
+    }
+
+  memcpy (timeptr, loctime, sizeof (struct tm));
 
   /* but default to midnight */
   timeptr->tm_hour = timeptr->tm_min = timeptr->tm_sec = 0;
@@ -171,17 +189,31 @@ strptime_builtin (WORD_LIST *list)
   char *s;
   struct tm t, *tm;
   time_t now, secs;
-  char *datestr;
-  int i;
+  char *datestr, *format;
+  int i, opt;
 
-  if (no_options (list))       /* for now */
-    return (EX_USAGE);
+  format = NULL;
+  reset_internal_getopt ();
+  while ((opt = internal_getopt (list, "f:")) != -1)
+    {
+      switch (opt)
+        {
+          case 'f':
+           format = list_optarg;
+           break;
+         CASE_HELPOPT;
+         default:
+           builtin_usage ();
+           return (EX_USAGE);
+        }
+    }
 
   list = loptend;
+
   if (list == 0)
     {
       builtin_usage ();
-     return (EX_USAGE);
+      return (EX_USAGE);
     }
 
   datestr = string_list (list);
@@ -195,26 +227,44 @@ strptime_builtin (WORD_LIST *list)
       if (STREQ (datestr, date_time_modifiers[i].shorthand))
        {
          secs = now + date_time_modifiers[i].incr;
-         break;
+         printf ("%ld\n", secs);    
+         return (EXECUTION_SUCCESS);
        }
     }
 
-  if (secs == -1)
+  /* init struct tm */
+  inittime (&now, &t);
+  if (format)
+    {
+      s = strptime (datestr, format, &t);
+      if (s == 0 || s == datestr)
+       {
+         builtin_error ("%s: unrecognized format", datestr);
+         return (EXECUTION_FAILURE);
+       }
+    }
+  else
     {
-      /* init struct tm */
-      inittime (&now, tm);
-      t = *tm;
       for (i = 0; date_time_formats[i]; i++)
-        {
+       {
          s = strptime (datestr, date_time_formats[i], &t);
-         if (s == 0)
+         if (s == 0 || s == datestr)
            continue;
-         /* skip extra characters at the end for now */
-         secs = mktime (&t);
          break;
         }
+      if (date_time_formats[i] == 0)
+       {
+         builtin_error ("%s: unrecognized format", datestr);
+         return (EXECUTION_FAILURE);
+
+       }
     }
 
+  /* Found something. */
+  secs = mktime (&t);
+  if (s && *s)
+    builtin_warning("%s: not completely converted (%s)", datestr, s);
+
   printf ("%ld\n", secs);    
   return (EXECUTION_SUCCESS);
 }
@@ -222,9 +272,12 @@ strptime_builtin (WORD_LIST *list)
 char *strptime_doc[] = {
        "Convert a date-time string to seconds since the epoch.",
        "",
-       "Take DATE-TIME, a date-time string, parse it against a set of common",
-       "date-time formats. If the string matches one of the formats, convert",
-       "it into seconds since the epoch and display the result.",
+       "Take DATE-TIME, a date-time string, and parse it using FORMAT, a",
+       "date and time format accepted by strptime(3). If FORMAT is not supplied,",
+       "attempt to parse DATE-TIME against a set of common date-time formats,",
+       "not all of which may be acceptable to strptime(3).",
+       "If the string matches one of the formats, convert it into seconds",
+       "since the epoch and display the result.",
        (char *)NULL
 };
 
@@ -236,6 +289,6 @@ struct builtin strptime_struct = {
        strptime_builtin,               /* function implementing the builtin */
        BUILTIN_ENABLED,        /* initial flags for builtin */
        strptime_doc,           /* array of long documentation strings. */
-       "strptime date-time",   /* usage synopsis; becomes short_doc */
+       "strptime [-f format] date-time",       /* usage synopsis; becomes short_doc */
        0                       /* reserved for internal use */
 };
index 5804ad2aede444432feee4270ac0297dcefa54e7..074aa9949b53ce3714e78f032973f5e4c280b840 100644 (file)
@@ -88,7 +88,7 @@ function _shellmath_handleError()
     
     # Display error msg, making parameter substitutions as needed
     msgParameters="$*"
-    printf  "$msgTemplate" "${msgParameters[@]}"
+    printf '%s ' "$msgTemplate" "${msgParameters[@]}"; printf '\n'
 
     if ((returnDontExit)); then
         return "$returnCode"
@@ -442,7 +442,7 @@ function _shellmath_add()
         ((isNegative2)) && ((integerPart2*=-1))
         local sum=$((integerPart1 + integerPart2))
         if (( (!isSubcall) && (isScientific1 || isScientific2) )); then
-            _shellmath_numToScientific $sum "" 
+            _shellmath_numToScientific $sum ""
             _shellmath_getReturnValue sum
         fi
         _shellmath_setReturnValue $sum
@@ -485,17 +485,11 @@ function _shellmath_add()
     # Summing the fractional parts is tricky: We need to override the shell's
     # default interpretation of leading zeros, but the operator for doing this
     # (the "10#" operator) cannot work directly with negative numbers. So we
-    # break it all down.
-    if ((isNegative1)); then
-        ((fractionalSum += (-1) * 10#${fractionalPart1:1}))
-    else
-        ((fractionalSum += 10#$fractionalPart1))
-    fi
-    if ((isNegative2)); then
-        ((fractionalSum += (-1) * 10#${fractionalPart2:1}))
-    else
-        ((fractionalSum += 10#$fractionalPart2))
-    fi
+    # use parameter expansions to separate the \+/-\ signs from the numbers.
+
+    ((fractionalSum =
+        ${fractionalPart1//[^-]}10#${fractionalPart1//[^0-9]} +
+        ${fractionalPart2//[^-]}10#${fractionalPart2//[^0-9]}))
 
     unsignedFracSumLength=${#fractionalSum}
     if [[ "$fractionalSum" =~ ^[-] ]]; then
@@ -515,7 +509,9 @@ function _shellmath_add()
     fi
 
     # Carry a digit from fraction to integer if required
-    if ((10#$fractionalSum!=0 && unsignedFracSumLength > unsignedFracLength)); then
+    if (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} !=0 )) &&
+        ((unsignedFracSumLength > unsignedFracLength))
+    then
         local carryAmount
         ((carryAmount = isNegative1?-1:1))
         ((integerSum += carryAmount))
@@ -527,34 +523,43 @@ function _shellmath_add()
     # pair (-2,3) is not -2.3 but rather (-2)+(0.3), i.e. -1.7 so we want to
     # transform (-2,3) to (-1,7). This transformation is meaningful when
     # the two parts have opposite signs, so that's what we look for.
-    if ((integerSum < 0 && 10#$fractionalSum > 0)); then
+    if ((integerSum < 0)) &&
+        (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} > 0))
+    then
         ((integerSum += 1))
-        ((fractionalSum = 10#$fractionalSum - 10**unsignedFracSumLength))
-    elif ((integerSum > 0 && 10#$fractionalSum < 0)); then
+        ((fractionalSum = ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} -
+            10**unsignedFracSumLength))
+    elif ((integerSum > 0)) &&
+        (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} < 0))
+    then
         ((integerSum -= 1))
-        ((fractionalSum = 10**unsignedFracSumLength + 10#$fractionalSum))
+        ((fractionalSum = 10**unsignedFracSumLength +
+            ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} ))
     fi
     # This last case needs to function either as an "else" for the above,
     # or as a coda to the "if" clause when integerSum is -1 initially.
-    if ((integerSum == 0 && 10#$fractionalSum < 0)); then
+    if ((integerSum == 0)) &&
+        (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} < 0))
+    then
         integerSum="-"$integerSum
         ((fractionalSum *= -1))
     fi
 
     # Touch up the numbers for display
     local sum
-    ((10#$fractionalSum < 0)) && fractionalSum=${fractionalSum:1}
+    (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]}< 0)) &&
+        fractionalSum=${fractionalSum//[-]}
     if (( (!isSubcall) && (isScientific1 || isScientific2) )); then
         _shellmath_numToScientific "$integerSum" "$fractionalSum"
         _shellmath_getReturnValue sum
-    elif ((10#$fractionalSum)); then
+    elif (( ${fractionalSum//[^-]}10#${fractionalSum//[^0-9]} )); then
         printf -v sum "%s.%s" "$integerSum" "$fractionalSum"
     else
         sum=$integerSum
     fi
 
     # Note the result, print if running "normally", and return
-    _shellmath_setReturnValue $sum
+    _shellmath_setReturnValue "$sum"
     if (( isVerbose && ! isSubcall )); then
         echo "$sum"
     fi
@@ -660,9 +665,9 @@ function _shellmath_reduceOuterPairs()
         fi
 
         # Discard the least-significant digits or move them past the decimal point
-        value1=${value1%${tail1}}
+        value1=${value1%"${tail1}"}
         [[ -n "$subvalue1" ]] && subvalue1=${tail1}${subvalue1%0}  # remove placeholder zero
-        value2=${value2%${tail2}}
+        value2=${value2%"${tail2}"}
         [[ -n "$subvalue2" ]] && subvalue2=${tail2}${subvalue2%0}
     else
         # Signal the caller that no rescaling was actually done
@@ -733,7 +738,7 @@ function _shellmath_round()
 
     number=${number:0:digitCount}
     if ((nextDigit >= 5)); then
-        printf -v number "%0*d" "$digitCount" $((10#$number + 1))
+        printf -v number "%0*d" "$digitCount" $((${number//[^-]}10#${number//[^0-9]} + 1))
     fi
 
     _shellmath_setReturnValue "$number"
@@ -818,11 +823,15 @@ function _shellmath_multiply()
 
     # Overflow / underflow detection and accommodation
     local rescalingFactor=0
-    if ((${#integerPart1} + ${#integerPart2} + ${#fractionalPart1} + ${#fractionalPart2} >= ${__shellmath_precision})); then
+    if ((${#integerPart1} + ${#integerPart2} + ${#fractionalPart1} + ${#fractionalPart2} >= __shellmath_precision)); then
         _shellmath_reduceOuterPairs "$integerPart1" "$integerPart2" "$fractionalPart1" "$fractionalPart2"
         _shellmath_getReturnValues integerPart1 integerPart2 fractionalPart1 fractionalPart2 rescalingFactor
-        if ((10#$fractionalPart1)); then type1=${__shellmath_numericTypes[DECIMAL]}; fi
-        if ((10#$fractionalPart2)); then type2=${__shellmath_numericTypes[DECIMAL]}; fi
+        if ((${fractionalPart1//[^-]}10#${fractionalPart1//[^0-9]})); then
+            type1=${__shellmath_numericTypes[DECIMAL]}
+        fi
+        if ((${fractionalPart2//[^-]}10#${fractionalPart2//[^0-9]})); then
+            type2=${__shellmath_numericTypes[DECIMAL]}
+        fi
 
         _shellmath_reduceCrossPairs "$integerPart1" "$integerPart2" "$fractionalPart1" "$fractionalPart2"
         _shellmath_getReturnValues fractionalPart1 fractionalPart2
@@ -841,7 +850,7 @@ function _shellmath_multiply()
             _shellmath_getReturnValue product
         fi
         if (( (!isSubcall) && (isScientific1 || isScientific2) )); then
-            _shellmath_numToScientific $product "" 
+            _shellmath_numToScientific $product ""
             _shellmath_getReturnValue product
         fi
         _shellmath_setReturnValue $product
@@ -862,14 +871,16 @@ function _shellmath_multiply()
     fractionalWidth1=${#fractionalPart1}
     fractionalWidth2=${#fractionalPart2}
     ((floatWidth = fractionalWidth1 + fractionalWidth2))
-    ((floatProduct = 10#$fractionalPart1 * 10#$fractionalPart2))
+    ((floatProduct =
+        ${fractionalPart1//[^-]}10#${fractionalPart1//[^0-9]} *
+        ${fractionalPart2//[^-]}10#${fractionalPart2//[^0-9]}))
     if ((${#floatProduct} < floatWidth)); then
         printf -v floatProduct "%0*d" "$floatWidth" "$floatProduct"
     fi
 
     # Compute the inner products: First integer-multiply, then rescale
-    ((innerProduct1 = integerPart1 * 10#$fractionalPart2))
-    ((innerProduct2 = integerPart2 * 10#$fractionalPart1))
+    ((innerProduct1 = integerPart1 * ${fractionalPart2//[^-]}10#${fractionalPart2//[^0-9]}))
+    ((innerProduct2 = integerPart2 * ${fractionalPart1//[^-]}10#${fractionalPart1//[^0-9]}))
 
     # Rescale the inner products back to decimals so we can shellmath_add() them
     if ((fractionalWidth2 <= ${#innerProduct1})); then
@@ -979,7 +990,9 @@ function _shellmath_divide()
     fi
 
     # Throw error on divide by zero
-    if ((integerPart2 == 0 && 10#$fractionalPart2 == 0)); then
+    if ((integerPart2 == 0)) &&
+        (( ${fractionalPart2//[^-]}10#${fractionalPart2//[^0-9]} == 0 ))
+    then
         _shellmath_warn  "${__shellmath_returnCodes[DIVIDE_BY_ZERO]}"  "$n2"
         return $?
     fi
@@ -1002,11 +1015,13 @@ function _shellmath_divide()
     # Rescale and rewrite the fraction to be computed, and compute it
     numerator=${integerPart1}${fractionalPart1}${zeroTail}
     denominator=${integerPart2}${fractionalPart2}
-    ((quotient = 10#$numerator / 10#$denominator))
+    ((quotient = ${numerator//[^-]}10#${numerator//[^0-9]} /
+        ${denominator//[^-]}10#${denominator//[^0-9]}))
 
     # For greater precision, re-divide by the remainder to get the next digits of the quotient
     local remainder quotient_2
-    ((remainder = 10#$numerator % 10#$denominator))   # cannot exceed numerator or thus, maxValue
+    ((remainder = ${numerator//[^-]}10#${numerator//[^0-9]} %
+        ${denominator//[^-]}10#${denominator//[^0-9]})) # cant exceed numerator or thus, maxValue
     ((zeroCount = __shellmath_precision - ${#remainder}))
     if ((zeroCount > 0)); then
         printf -v zeroTail "%0*d" "$zeroCount" 0
@@ -1015,7 +1030,8 @@ function _shellmath_divide()
     fi
     # Derive the new numerator from the remainder. Do not change the denominator.
     numerator=${remainder}${zeroTail}
-    ((quotient_2 = 10#$numerator / 10#$denominator))
+    ((quotient_2 = ${numerator//[^-]}10#${numerator//[^0-9]} /
+        ${denominator//[^-]}10#${denominator//[^0-9]}))
     quotient=${quotient}${quotient_2}
     ((rescaleFactor += ${#quotient_2}))
 
@@ -1027,12 +1043,12 @@ function _shellmath_divide()
             printf -v zeroPrefix "%0*d" "$((rescaleFactor - ${#quotient}))" 0
         fi
         fractionalPart=${zeroPrefix}${quotient}
-        _shellmath_round "$fractionalPart" $__shellmath_precision
+        _shellmath_round "$fractionalPart" "$__shellmath_precision"
         _shellmath_getReturnValue fractionalPart
         quotient="0."${fractionalPart}
     else
         fractionalPart=${quotient:(-$rescaleFactor)}
-        _shellmath_round "$fractionalPart" $__shellmath_precision
+        _shellmath_round "$fractionalPart" "$__shellmath_precision"
         _shellmath_getReturnValue fractionalPart
         quotient=${quotient:0:(-$rescaleFactor)}"."${fractionalPart}
     fi
@@ -1047,7 +1063,7 @@ function _shellmath_divide()
         if [[ "$quotient" =~ [\.].*0$ ]]; then
             # If the decimal point IMMEDIATELY precedes the 0s, remove that too
             [[ $quotient =~ [\.]?0+$ ]]
-            quotient=${quotient%${BASH_REMATCH[0]}}
+            quotient=${quotient%"${BASH_REMATCH[0]}"}
         fi
     fi
 
@@ -1065,4 +1081,3 @@ function _shellmath_divide()
 
     return "$__shellmath_SUCCESS"
 }
-
index d4d0febdf3830d21b3d924d2797606f5bcb5d5e8..7387e7303ca348af2097881f20cf30f47a934654 100644 (file)
@@ -1,6 +1,6 @@
 /* execute_cmd.c -- Execute a COMMAND structure. */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -776,6 +776,14 @@ execute_command_internal (COMMAND *command, int asynchronous, int pipe_in, int p
 
              if (user_subshell && ignore_return == 0 && invert == 0 && exit_immediately_on_error && exec_result != EXECUTION_SUCCESS)
                {
+                 /* Update BASH_COMMAND before running any traps,
+                    including the exit trap, since we are going to exit
+                    the shell. */
+                 if (signal_in_progress (DEBUG_TRAP) == 0 && running_trap == 0)
+                   {
+                     FREE (the_printed_command_except_trap);
+                     the_printed_command_except_trap = savestring (the_printed_command);
+                   }
                  run_pending_traps ();
                  jump_to_top_level (ERREXIT);
                }
@@ -4202,7 +4210,7 @@ execute_null_command (REDIRECT *redirects, int pipe_in, int pipe_out, int async)
     {
       forcefork += rd->rflags & REDIR_VARASSIGN;
       /* Safety */
-      forcefork += (rd->redirector.dest == 0 || fd_is_bash_input (rd->redirector.dest)) && (INPUT_REDIRECT (rd->instruction) || TRANSLATE_REDIRECT (rd->instruction) || rd->instruction == r_close_this);
+      forcefork += (rd->redirector.dest == 0 || fd_is_bash_input (rd->redirector.dest));
     }
 
   if (forcefork || pipe_in != NO_PIPE || pipe_out != NO_PIPE || async)
@@ -5570,7 +5578,7 @@ execute_builtin_or_function (WORD_LIST *words,
                             REDIRECT *redirects, struct fd_bitmap *fds_to_close,
                             int flags)
 {
-  int result;
+  int result, has_exec_redirects;
   REDIRECT *saved_undo_list;
 #if defined (PROCESS_SUBSTITUTION)
   int ofifo, nfifo, osize;
@@ -5597,17 +5605,25 @@ execute_builtin_or_function (WORD_LIST *words,
       return (EX_REDIRFAIL);   /* was EXECUTION_FAILURE */
     }
 
+  /* Is this the exec builtin with redirections? We want to undo them and
+     throw away the exec_redirection_undo_list if exec has a program name
+     argument, fails to execute it, and does not exit the shell */
+  has_exec_redirects = (builtin == exec_builtin) && redirection_undo_list;
+
   saved_undo_list = redirection_undo_list;
 
   /* Calling the "exec" builtin changes redirections forever. */
   if (builtin == exec_builtin)
     {
-      dispose_redirects (saved_undo_list);
+      /* let exec_builtin handle disposing redirection_undo_list */
       saved_undo_list = exec_redirection_undo_list;
       exec_redirection_undo_list = (REDIRECT *)NULL;
     }
   else
-    dispose_exec_redirects ();
+    {
+      dispose_exec_redirects ();
+      redirection_undo_list = (REDIRECT *)NULL;
+    }
 
   if (saved_undo_list)
     {
@@ -5615,8 +5631,6 @@ execute_builtin_or_function (WORD_LIST *words,
       add_unwind_protect (uw_cleanup_redirects, (char *)saved_undo_list);
     }
 
-  redirection_undo_list = (REDIRECT *)NULL;
-
   if (builtin)
     result = execute_builtin (builtin, words, flags, 0);
   else
@@ -5628,26 +5642,38 @@ execute_builtin_or_function (WORD_LIST *words,
   if (ferror (stdout))
     clearerr (stdout);  
 
-  /* If we are executing the `command' builtin, but this_shell_builtin is
-     set to `exec_builtin', we know that we have something like
-     `command exec [redirection]', since otherwise `exec' would have
-     overwritten the shell and we wouldn't get here.  In this case, we
-     want to behave as if the `command' builtin had not been specified
-     and preserve the redirections. */
-  if (builtin == command_builtin && this_shell_builtin == exec_builtin)
+  if (has_exec_redirects && redirection_undo_list)
     {
-      int discard;
-
-      discard = 0;
+      /* We have returned from the exec builtin. If redirection_undo_list is
+        still non-null, we had an operand and failed to exit the shell for
+        some reason. We want to dispose of saved_undo_list, discard the frame,
+        and let the redirections be undone as usual. If redirection_undo_list
+        is NULL, then exec_builtin had no program name operand and disposed
+        of it. In that case, we should perform the redirections in
+        exec_redirection_undo_list (saved_undo_list) like usual. */
+      if (saved_undo_list)
+        {
+         dispose_redirects (saved_undo_list);  /* exec_redirection_undo_list */
+         discard_unwind_frame ("saved-redirects");
+        }
+      saved_undo_list = exec_redirection_undo_list = (REDIRECT *)NULL;      
+    }
+  /* This code is no longer executed and remains only for explanatory reasons. */
+  else if (builtin == command_builtin && this_shell_builtin == exec_builtin)
+    {
+      /* If we are executing the `command' builtin, but this_shell_builtin is
+        set to `exec_builtin', we know that we have something like
+        `command exec [redirection]', since otherwise `exec' would have
+        overwritten the shell and we wouldn't get here. In this case, we
+        want to behave as if the `command' builtin had not been specified
+        and preserve the redirections. */
       if (saved_undo_list)
        {
-         dispose_redirects (saved_undo_list);
-         discard = 1;
+         dispose_redirects (saved_undo_list);  /* redirection_undo_list */
+         discard_unwind_frame ("saved-redirects");
        }
       redirection_undo_list = exec_redirection_undo_list;
       saved_undo_list = exec_redirection_undo_list = (REDIRECT *)NULL;      
-      if (discard)
-       discard_unwind_frame ("saved-redirects");
     }
 
   if (saved_undo_list)
diff --git a/expr.c b/expr.c
index 30014aa24c03fb168f4a2170d698638aea94dccd..c1f2e33ea85549988e8ec65facd2e796a4db075d 100644 (file)
--- a/expr.c
+++ b/expr.c
@@ -1,6 +1,6 @@
 /* expr.c -- arithmetic expression evaluation. */
 
-/* Copyright (C) 1990-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1990-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -88,6 +88,9 @@
 #include "subst.h"
 #include "typemax.h"           /* INTMAX_MAX, INTMAX_MIN */
 
+#include "builtins/common.h"   /* this_shell_builtin */
+#include "builtins/builtext.h" /* let_builtin */
+
 /* Because of the $((...)) construct, expressions may include newlines.
    Here is a macro which accepts newlines, tabs and spaces as whitespace. */
 #define cr_whitespace(c) (whitespace(c) || ((c) == '\n'))
@@ -194,6 +197,10 @@ static intmax_t    expr_streval (char *, int, struct lvalue *);
 static intmax_t        strlong (char *);
 static void    evalerror (const char *);
 
+#if defined (ARRAYS)
+static int     expr_skipsubscript (char *, char *);
+#endif
+
 static void    pushexp (void);
 static void    popexp (void);
 static void    expr_unwind (void);
@@ -330,7 +337,11 @@ expr_bind_variable (const char *lhs, const char *rhs)
     return;            /* XXX */
 
 #if defined (ARRAY_VARS)
-  aflags = (array_expand_once && already_expanded) ? ASS_NOEXPAND : 0;
+  aflags = (array_expand_once && already_expanded) ? ASS_NOEXPAND : 0; /* XXX */
+#if 0 /* TAG:bash-5.4 https://lists.gnu.org/archive/html/bug-bash/2024-12/msg00193.html */
+  if (this_shell_builtin == let_builtin && shell_compatibility_level > 51)
+    aflags |= ASS_NOEXPAND;            /* we didn't quote subscripts */
+#endif
   aflags |= ASS_ALLOWALLSUB;           /* allow assoc[@]=value */
 #else
   aflags = 0;
@@ -347,18 +358,21 @@ expr_bind_variable (const char *lhs, const char *rhs)
 static int
 expr_skipsubscript (char *vp, char *cp)
 {
-  int flags, isassoc;
+  int flags, isassoc, noexp;
   SHELL_VAR *entry;
 
-  isassoc = 0;
+  isassoc = noexp = 0;
   entry = 0;
-  if (array_expand_once & already_expanded)
+  /* We're not doing any evaluation here, we should suppress expansion when
+     skipping over the subscript */
+  noexp = already_expanded && (shell_compatibility_level > 51 || array_expand_once);
+  if (noexp)
     {
       *cp = '\0';
       isassoc = valid_identifier (vp) && (entry = find_variable (vp)) && assoc_p (entry);
       *cp = '[';       /* ] */
     }
-  flags = (isassoc && array_expand_once && already_expanded) ? VA_NOEXPAND : 0;
+  flags = (isassoc && noexp) ? VA_NOEXPAND : 0;
   return (skipsubscript (cp, 0, flags));
 }
 
@@ -881,9 +895,7 @@ expmuldiv (void)
 
   val1 = exppower ();
 
-  while ((curtok == MUL) ||
-        (curtok == DIV) ||
-        (curtok == MOD))
+  while ((curtok == MUL) || (curtok == DIV) || (curtok == MOD))
     {
       int op = curtok;
       char *stp, *sltp;
@@ -1057,47 +1069,49 @@ exp0 (void)
       /* Skip over closing paren. */
       readtok ();
     }
-  else if ((curtok == NUM) || (curtok == STR))
+  else if (curtok == NUM)
+    {
+      val = tokval;
+      readtok ();
+    }
+  else if (curtok == STR)
     {
       val = tokval;
-      if (curtok == STR)
+      SAVETOK (&ec);
+      tokstr = (char *)NULL;   /* keep it from being freed */
+      noeval = 1;
+      readtok ();
+      stok = curtok;
+
+      /* post-increment or post-decrement */
+      if (stok == POSTINC || stok == POSTDEC)
        {
-         SAVETOK (&ec);
-         tokstr = (char *)NULL;        /* keep it from being freed */
-          noeval = 1;
-          readtok ();
-          stok = curtok;
-
-         /* post-increment or post-decrement */
-         if (stok == POSTINC || stok == POSTDEC)
-           {
-             /* restore certain portions of EC */
-             tokstr = ec.tokstr;
-             noeval = ec.noeval;
-             curlval = ec.lval;
-             lasttok = STR;    /* ec.curtok */
-
-             v2 = val + ((stok == POSTINC) ? 1 : -1);
-             vincdec = itos (v2);
-             if (noeval == 0)
-               {
+         /* restore certain portions of EC */
+         tokstr = ec.tokstr;
+         noeval = ec.noeval;
+         curlval = ec.lval;
+         lasttok = STR;        /* ec.curtok */
+
+         v2 = val + ((stok == POSTINC) ? 1 : -1);
+         vincdec = itos (v2);
+         if (noeval == 0)
+           {
 #if defined (ARRAY_VARS)
-                 if (curlval.ind != -1)
-                   expr_bind_array_element (curlval.tokstr, curlval.ind, vincdec);
-                 else
+             if (curlval.ind != -1)
+               expr_bind_array_element (curlval.tokstr, curlval.ind, vincdec);
+             else
 #endif
-                   expr_bind_variable (tokstr, vincdec);
-               }
-             free (vincdec);
-             curtok = NUM;     /* make sure x++=7 is flagged as an error */
-           }
-         else
-           {
-             /* XXX - watch out for pointer aliasing issues here */
-             if (stok == STR)  /* free new tokstr before old one is restored */
-               FREE (tokstr);
-             RESTORETOK (&ec);
-           }
+               expr_bind_variable (tokstr, vincdec);
+           }
+         free (vincdec);
+         curtok = NUM; /* make sure x++=7 is flagged as an error */
+       }
+      else
+       {
+         /* XXX - watch out for pointer aliasing issues here */
+         if (stok == STR)      /* free new tokstr before old one is restored */
+           FREE (tokstr);
+         RESTORETOK (&ec);
        }
          
       readtok ();
@@ -1155,6 +1169,10 @@ expr_streval (char *tok, int e, struct lvalue *lvalue)
 
 #if defined (ARRAY_VARS)
   tflag = (array_expand_once && already_expanded) ? AV_NOEXPAND : 0;   /* for a start */
+#if 0 /* TAG:bash-5.4 https://lists.gnu.org/archive/html/bug-bash/2024-12/msg00193.html */
+  if (this_shell_builtin == let_builtin && shell_compatibility_level > 51)
+    tflag |= AV_NOEXPAND;      /* we didn't quote subscripts */
+#endif
 #endif
 
   /* [[[[[ */
index ee9a52a0d6d33bc845c5a1aed23a5cf3f9ef7350..47b80f6a2d963d9a9212bc3bbc7e37951e3812ef 100644 (file)
--- a/externs.h
+++ b/externs.h
@@ -1,7 +1,7 @@
 /* externs.h -- extern function declarations which do not appear in their
    own header file. */
 
-/* Copyright (C) 1993-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -550,7 +550,7 @@ extern int zcatfd (int, int, const char *);
 extern ssize_t zgetline (int, char **, size_t *, int, int);
 
 /* declarations for functions defined in lib/sh/zmapfd.c */
-extern int zmapfd (int, char **, const char *);
+extern ssize_t zmapfd (int, char **, const char *);
 
 /* declarations for functions defined in lib/sh/zread.c */
 extern ssize_t zread (int, char *, size_t);
index 0528bbf1d84f2fdb050e8850d5dde5a183d60e19..c73758c28271ce731ad39f861c18578408af9b00 100644 (file)
--- a/general.h
+++ b/general.h
@@ -213,6 +213,7 @@ typedef int sh_glist_func_t (GENERIC_LIST *);
 typedef int sh_gcp_func_t (GENERIC_LIST *, char *);
 
 typedef char *sh_string_func_t (char *);       /* like savestring, et al. */
+typedef void *sh_copy_func_t (void *);         /* generic copy function */
 
 typedef int sh_msg_func_t (const char *, ...); /* printf(3)-like */
 typedef void sh_vmsg_func_t (const char *, ...);       /* printf(3)-like */
index a9df3ed6089f89623708b8b21aca0fa29a552bc6..da760ba46cea3c483a5bb14e305ef7ecde295f02 100644 (file)
--- a/hashlib.c
+++ b/hashlib.c
@@ -50,7 +50,7 @@
    don't discard the upper 32 bits of the value, if present. */
 #define HASH_BUCKET(s, t, h) (((h) = hash_string (s)) & ((t)->nbuckets - 1))
 
-static BUCKET_CONTENTS *copy_bucket_array (BUCKET_CONTENTS *, sh_string_func_t *);
+static BUCKET_CONTENTS *copy_bucket_array (BUCKET_CONTENTS *, sh_copy_func_t *);
 
 static void hash_rehash (HASH_TABLE *, int);
 static void hash_grow (HASH_TABLE *);
@@ -88,7 +88,7 @@ hash_size (HASH_TABLE *table)
 /* Copy a hash table bucket array. Call (*cpdata) to copy the data from
    each element. */
 static BUCKET_CONTENTS *
-copy_bucket_array (BUCKET_CONTENTS *ba, sh_string_func_t *cpdata)
+copy_bucket_array (BUCKET_CONTENTS *ba, sh_copy_func_t *cpdata)
 {
   BUCKET_CONTENTS *new_bucket, *n, *e;
 
@@ -171,7 +171,7 @@ hash_shrink (HASH_TABLE *table)
 
 /* Copy an entire hash table. (*cpdata) copies the data in each element. */
 HASH_TABLE *
-hash_copy (HASH_TABLE *table, sh_string_func_t *cpdata)
+hash_copy (HASH_TABLE *table, sh_copy_func_t *cpdata)
 {
   HASH_TABLE *new_table;
   int i;
index 0351ae9d1b2eba6c75248ec5ecc6a88cf255dc71..83ed99b670c85ff2b5dc86d0b1c50b498d70c9bd 100644 (file)
--- a/hashlib.h
+++ b/hashlib.h
@@ -45,7 +45,7 @@ typedef int hash_wfunc (BUCKET_CONTENTS *);
 
 /* Operations on tables as a whole */
 extern HASH_TABLE *hash_create (int);
-extern HASH_TABLE *hash_copy (HASH_TABLE *, sh_string_func_t *);
+extern HASH_TABLE *hash_copy (HASH_TABLE *, sh_copy_func_t *);
 extern void hash_flush (HASH_TABLE *, sh_free_func_t *);
 extern void hash_dispose (HASH_TABLE *);
 extern void hash_walk (HASH_TABLE *, hash_wfunc *);
index 97a1f36d6cbd79795c30c6bd8f5a52ebfbc7c265..bf7d91d1d088a99777931841f878e046f0ac5efd 100644 (file)
@@ -1,5 +1,5 @@
 /* Convenience header for conditional use of GNU <libintl.h>.
-   Copyright (C) 1995-1998, 2000-2002, 2008,2009 Free Software Foundation, Inc.
+   Copyright (C) 1995-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne-Again SHell.
 
index a731b006ad89d31ef8628f5e60f4d365ca056fda..692f6ea4a5f089f2d6de0401af8175da78b14196 100644 (file)
@@ -90,4 +90,12 @@ getnow(void)
   } while (0)
 #endif
 
+#ifndef TIMESPEC_TO_TIMEVAL
+#  define TIMESPEC_TO_TIMEVAL(tv, ts) \
+  do { \
+    (tv)->tv_sec = (ts)->tv_sec; \
+    (tv)->tv_usec = (tv)->tv_nsec / 1000; \
+  } while (0)
+#endif
+
 #endif /* _POSIXTIME_H_ */
diff --git a/input.c b/input.c
index ad1ebefdb1d375e117daa150468724edb1e78eb7..9995b94f8aec332a85f2e8d6d973494ea2a98e8f 100644 (file)
--- a/input.c
+++ b/input.c
@@ -302,10 +302,15 @@ save_bash_input (int fd, int new_fd)
 int
 check_bash_input (int fd)
 {
+  int nfd;
+
   if (fd_is_bash_input (fd))
     {
       if (fd > 0)
-       return ((save_bash_input (fd, -1) == -1) ? -1 : 0);
+       {
+         nfd = save_bash_input (fd, -1);       /* allocates new fd */
+         return (nfd);
+       }
       else if (fd == 0)
         return ((sync_buffered_stream (fd) == -1) ? -1 : 0);
     }
diff --git a/jobs.c b/jobs.c
index d93df3fc896c998c14f858947e8527968c7d2a2d..528c90f5b7ec9c5ea4b1a71ed070d29d5292053b 100644 (file)
--- a/jobs.c
+++ b/jobs.c
@@ -3,7 +3,7 @@
 /* This file works with both POSIX and BSD systems.  It implements job
    control. */
 
-/* Copyright (C) 1989-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -2749,6 +2749,7 @@ wait_for_single_pid (pid_t pid, int flags)
 
   if (child == 0)
     {
+no_child:
       if (flags & JWAIT_PERROR)
        internal_error (_("wait: pid %ld is not a child of this shell"), (long)pid);
       return (257);
@@ -2758,6 +2759,8 @@ wait_for_single_pid (pid_t pid, int flags)
   do
     {
       r = wait_for (pid, 0);
+      if (r == -1 && errno == ECHILD)
+       goto no_child;
       if ((flags & JWAIT_FORCE) == 0)
        break;
 
diff --git a/lib/glob/ndir.h b/lib/glob/ndir.h
deleted file mode 100644 (file)
index 31261eb..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/* <dir.h> -- definitions for 4.2BSD-compatible directory access.
-   last edit:  09-Jul-1983     D A Gwyn. */
-
-#if defined (VMS)
-#  if !defined (FAB$C_BID)
-#    include <fab.h>
-#  endif
-#  if !defined (NAM$C_BID)
-#    include <nam.h>
-#  endif
-#  if !defined (RMS$_SUC)
-#    include <rmsdef.h>
-#  endif
-#  include "dir.h"
-#endif /* VMS */
-
-/* Size of directory block. */
-#define DIRBLKSIZ 512
-
-/* NOTE:  MAXNAMLEN must be one less than a multiple of 4 */
-
-#if defined (VMS)
-#  define MAXNAMLEN (DIR$S_NAME + 7)   /* 80 plus room for version #.  */
-#  define MAXFULLSPEC NAM$C_MAXRSS     /* Maximum full spec */
-#else
-#  define MAXNAMLEN 15                 /* Maximum filename length. */
-#endif /* VMS */
-
-/* Data from readdir (). */
-struct direct {
-  long d_ino;                  /* Inode number of entry. */
-  unsigned short d_reclen;     /* Length of this record. */
-  unsigned short d_namlen;     /* Length of string in d_name. */
-  char d_name[MAXNAMLEN + 1];  /* Name of file. */
-};
-
-/* Stream data from opendir (). */
-typedef struct {
-  int dd_fd;                   /* File descriptor. */
-  int dd_loc;                  /* Offset in block. */
-  int dd_size;                 /* Amount of valid data. */
-  char dd_buf[DIRBLKSIZ];      /* Directory block. */
-} DIR;
-
-extern DIR *opendir ();
-extern struct direct *readdir ();
-extern long telldir ();
-extern void seekdir (), closedir ();
-
-#define rewinddir(dirp) seekdir (dirp, 0L)
diff --git a/lib/intl/ChangeLog b/lib/intl/ChangeLog
deleted file mode 100644 (file)
index eed2d21..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-2003-05-22  GNU  <bug-gnu-gettext@gnu.org>
-
-       * Version 0.12.1 released.
-
diff --git a/lib/intl/config.charset b/lib/intl/config.charset
deleted file mode 100644 (file)
index 10c4439..0000000
+++ /dev/null
@@ -1,465 +0,0 @@
-#! /bin/sh
-# Output a system dependent table of character encoding aliases.
-#
-#   Copyright (C) 2000-2009 Free Software Foundation, Inc.
-#
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-# The table consists of lines of the form
-#    ALIAS  CANONICAL
-#
-# ALIAS is the (system dependent) result of "nl_langinfo (CODESET)".
-# ALIAS is compared in a case sensitive way.
-#
-# CANONICAL is the GNU canonical name for this character encoding.
-# It must be an encoding supported by libiconv. Support by GNU libc is
-# also desirable. CANONICAL is case insensitive. Usually an upper case
-# MIME charset name is preferred.
-# The current list of GNU canonical charset names is as follows.
-#
-#       name                         used by which systems         a MIME name?
-#   ASCII, ANSI_X3.4-1968     glibc solaris freebsd
-#   ISO-8859-1                glibc aix hpux irix osf solaris freebsd   yes
-#   ISO-8859-2                glibc aix hpux irix osf solaris freebsd   yes
-#   ISO-8859-3                glibc solaris                             yes
-#   ISO-8859-4                osf solaris freebsd                       yes
-#   ISO-8859-5                glibc aix hpux irix osf solaris freebsd   yes
-#   ISO-8859-6                glibc aix hpux solaris                    yes
-#   ISO-8859-7                glibc aix hpux irix osf solaris           yes
-#   ISO-8859-8                glibc aix hpux osf solaris                yes
-#   ISO-8859-9                glibc aix hpux irix osf solaris           yes
-#   ISO-8859-13               glibc
-#   ISO-8859-14               glibc
-#   ISO-8859-15               glibc aix osf solaris freebsd
-#   KOI8-R                    glibc solaris freebsd                     yes
-#   KOI8-U                    glibc freebsd                             yes
-#   KOI8-T                    glibc
-#   CP437                     dos
-#   CP775                     dos
-#   CP850                     aix osf dos
-#   CP852                     dos
-#   CP855                     dos
-#   CP856                     aix
-#   CP857                     dos
-#   CP861                     dos
-#   CP862                     dos
-#   CP864                     dos
-#   CP865                     dos
-#   CP866                     freebsd dos
-#   CP869                     dos
-#   CP874                     woe32 dos
-#   CP922                     aix
-#   CP932                     aix woe32 dos
-#   CP943                     aix
-#   CP949                     osf woe32 dos
-#   CP950                     woe32 dos
-#   CP1046                    aix
-#   CP1124                    aix
-#   CP1125                    dos
-#   CP1129                    aix
-#   CP1250                    woe32
-#   CP1251                    glibc solaris woe32
-#   CP1252                    aix woe32
-#   CP1253                    woe32
-#   CP1254                    woe32
-#   CP1255                    glibc woe32
-#   CP1256                    woe32
-#   CP1257                    woe32
-#   GB2312                    glibc aix hpux irix solaris freebsd       yes
-#   EUC-JP                    glibc aix hpux irix osf solaris freebsd   yes
-#   EUC-KR                    glibc aix hpux irix osf solaris freebsd   yes
-#   EUC-TW                    glibc aix hpux irix osf solaris
-#   BIG5                      glibc aix hpux osf solaris freebsd        yes
-#   BIG5-HKSCS                glibc solaris
-#   GBK                       glibc aix osf solaris woe32 dos
-#   GB18030                   glibc solaris
-#   SHIFT_JIS                 hpux osf solaris freebsd                  yes
-#   JOHAB                     glibc solaris woe32
-#   TIS-620                   glibc aix hpux osf solaris
-#   VISCII                    glibc                                     yes
-#   TCVN5712-1                glibc
-#   GEORGIAN-PS               glibc
-#   HP-ROMAN8                 hpux
-#   HP-ARABIC8                hpux
-#   HP-GREEK8                 hpux
-#   HP-HEBREW8                hpux
-#   HP-TURKISH8               hpux
-#   HP-KANA8                  hpux
-#   DEC-KANJI                 osf
-#   DEC-HANYU                 osf
-#   UTF-8                     glibc aix hpux osf solaris                yes
-#
-# Note: Names which are not marked as being a MIME name should not be used in
-# Internet protocols for information interchange (mail, news, etc.).
-#
-# Note: ASCII and ANSI_X3.4-1968 are synonymous canonical names. Applications
-# must understand both names and treat them as equivalent.
-#
-# The first argument passed to this file is the canonical host specification,
-#    CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-# or
-#    CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-
-host="$1"
-os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
-echo "# This file contains a table of character encoding aliases,"
-echo "# suitable for operating system '${os}'."
-echo "# It was automatically generated from config.charset."
-# List of references, updated during installation:
-echo "# Packages using this file: "
-case "$os" in
-    linux* | *-gnu*)
-       # With glibc-2.1 or newer, we don't need any canonicalization,
-       # because glibc has iconv and both glibc and libiconv support all
-       # GNU canonical names directly. Therefore, the Makefile does not
-       # need to install the alias file at all.
-       # The following applies only to glibc-2.0.x and older libcs.
-       echo "ISO_646.IRV:1983 ASCII"
-       ;;
-    aix*)
-       echo "ISO8859-1 ISO-8859-1"
-       echo "ISO8859-2 ISO-8859-2"
-       echo "ISO8859-5 ISO-8859-5"
-       echo "ISO8859-6 ISO-8859-6"
-       echo "ISO8859-7 ISO-8859-7"
-       echo "ISO8859-8 ISO-8859-8"
-       echo "ISO8859-9 ISO-8859-9"
-       echo "ISO8859-15 ISO-8859-15"
-       echo "IBM-850 CP850"
-       echo "IBM-856 CP856"
-       echo "IBM-921 ISO-8859-13"
-       echo "IBM-922 CP922"
-       echo "IBM-932 CP932"
-       echo "IBM-943 CP943"
-       echo "IBM-1046 CP1046"
-       echo "IBM-1124 CP1124"
-       echo "IBM-1129 CP1129"
-       echo "IBM-1252 CP1252"
-       echo "IBM-eucCN GB2312"
-       echo "IBM-eucJP EUC-JP"
-       echo "IBM-eucKR EUC-KR"
-       echo "IBM-eucTW EUC-TW"
-       echo "big5 BIG5"
-       echo "GBK GBK"
-       echo "TIS-620 TIS-620"
-       echo "UTF-8 UTF-8"
-       ;;
-    hpux*)
-       echo "iso88591 ISO-8859-1"
-       echo "iso88592 ISO-8859-2"
-       echo "iso88595 ISO-8859-5"
-       echo "iso88596 ISO-8859-6"
-       echo "iso88597 ISO-8859-7"
-       echo "iso88598 ISO-8859-8"
-       echo "iso88599 ISO-8859-9"
-       echo "iso885915 ISO-8859-15"
-       echo "roman8 HP-ROMAN8"
-       echo "arabic8 HP-ARABIC8"
-       echo "greek8 HP-GREEK8"
-       echo "hebrew8 HP-HEBREW8"
-       echo "turkish8 HP-TURKISH8"
-       echo "kana8 HP-KANA8"
-       echo "tis620 TIS-620"
-       echo "big5 BIG5"
-       echo "eucJP EUC-JP"
-       echo "eucKR EUC-KR"
-       echo "eucTW EUC-TW"
-       echo "hp15CN GB2312"
-       #echo "ccdc ?" # what is this?
-       echo "SJIS SHIFT_JIS"
-       echo "utf8 UTF-8"
-       ;;
-    irix*)
-       echo "ISO8859-1 ISO-8859-1"
-       echo "ISO8859-2 ISO-8859-2"
-       echo "ISO8859-5 ISO-8859-5"
-       echo "ISO8859-7 ISO-8859-7"
-       echo "ISO8859-9 ISO-8859-9"
-       echo "eucCN GB2312"
-       echo "eucJP EUC-JP"
-       echo "eucKR EUC-KR"
-       echo "eucTW EUC-TW"
-       ;;
-    osf*)
-       echo "ISO8859-1 ISO-8859-1"
-       echo "ISO8859-2 ISO-8859-2"
-       echo "ISO8859-4 ISO-8859-4"
-       echo "ISO8859-5 ISO-8859-5"
-       echo "ISO8859-7 ISO-8859-7"
-       echo "ISO8859-8 ISO-8859-8"
-       echo "ISO8859-9 ISO-8859-9"
-       echo "ISO8859-15 ISO-8859-15"
-       echo "cp850 CP850"
-       echo "big5 BIG5"
-       echo "dechanyu DEC-HANYU"
-       echo "dechanzi GB2312"
-       echo "deckanji DEC-KANJI"
-       echo "deckorean EUC-KR"
-       echo "eucJP EUC-JP"
-       echo "eucKR EUC-KR"
-       echo "eucTW EUC-TW"
-       echo "GBK GBK"
-       echo "KSC5601 CP949"
-       echo "sdeckanji EUC-JP"
-       echo "SJIS SHIFT_JIS"
-       echo "TACTIS TIS-620"
-       echo "UTF-8 UTF-8"
-       ;;
-    solaris*)
-       echo "646 ASCII"
-       echo "ISO8859-1 ISO-8859-1"
-       echo "ISO8859-2 ISO-8859-2"
-       echo "ISO8859-3 ISO-8859-3"
-       echo "ISO8859-4 ISO-8859-4"
-       echo "ISO8859-5 ISO-8859-5"
-       echo "ISO8859-6 ISO-8859-6"
-       echo "ISO8859-7 ISO-8859-7"
-       echo "ISO8859-8 ISO-8859-8"
-       echo "ISO8859-9 ISO-8859-9"
-       echo "ISO8859-15 ISO-8859-15"
-       echo "koi8-r KOI8-R"
-       echo "ansi-1251 CP1251"
-       echo "BIG5 BIG5"
-       echo "Big5-HKSCS BIG5-HKSCS"
-       echo "gb2312 GB2312"
-       echo "GBK GBK"
-       echo "GB18030 GB18030"
-       echo "cns11643 EUC-TW"
-       echo "5601 EUC-KR"
-       echo "ko_KR.johap92 JOHAB"
-       echo "eucJP EUC-JP"
-       echo "PCK SHIFT_JIS"
-       echo "TIS620.2533 TIS-620"
-       #echo "sun_eu_greek ?" # what is this?
-       echo "UTF-8 UTF-8"
-       ;;
-    freebsd* | os2*)
-       # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
-       # localcharset.c falls back to using the full locale name
-       # from the environment variables.
-       # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just
-       # reuse FreeBSD's locale data for OS/2.
-       echo "C ASCII"
-       echo "US-ASCII ASCII"
-       for l in la_LN lt_LN; do
-         echo "$l.ASCII ASCII"
-       done
-       for l in da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES \
-                fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \
-                lt_LN nl_BE nl_NL no_NO pt_PT sv_SE; do
-         echo "$l.ISO_8859-1 ISO-8859-1"
-         echo "$l.DIS_8859-15 ISO-8859-15"
-       done
-       for l in cs_CZ hr_HR hu_HU la_LN lt_LN pl_PL sl_SI; do
-         echo "$l.ISO_8859-2 ISO-8859-2"
-       done
-       for l in la_LN lt_LT; do
-         echo "$l.ISO_8859-4 ISO-8859-4"
-       done
-       for l in ru_RU ru_SU; do
-         echo "$l.KOI8-R KOI8-R"
-         echo "$l.ISO_8859-5 ISO-8859-5"
-         echo "$l.CP866 CP866"
-       done
-       echo "uk_UA.KOI8-U KOI8-U"
-       echo "zh_TW.BIG5 BIG5"
-       echo "zh_TW.Big5 BIG5"
-       echo "zh_CN.EUC GB2312"
-       echo "ja_JP.EUC EUC-JP"
-       echo "ja_JP.SJIS SHIFT_JIS"
-       echo "ja_JP.Shift_JIS SHIFT_JIS"
-       echo "ko_KR.EUC EUC-KR"
-       ;;
-    netbsd*)
-       echo "646 ASCII"
-       echo "ISO8859-1 ISO-8859-1"
-       echo "ISO8859-2 ISO-8859-2"
-       echo "ISO8859-4 ISO-8859-4"
-       echo "ISO8859-5 ISO-8859-5"
-       echo "ISO8859-15 ISO-8859-15"
-       echo "eucCN GB2312"
-       echo "eucJP EUC-JP"
-       echo "eucKR EUC-KR"
-       echo "eucTW EUC-TW"
-       echo "BIG5 BIG5"
-       echo "SJIS SHIFT_JIS"
-       ;;
-    beos*)
-       # BeOS has a single locale, and it has UTF-8 encoding.
-       echo "* UTF-8"
-       ;;
-    msdosdjgpp*)
-       # DJGPP 2.03 doesn't have nl_langinfo(CODESET); therefore
-       # localcharset.c falls back to using the full locale name
-       # from the environment variables.
-       echo "#"
-       echo "# The encodings given here may not all be correct."
-       echo "# If you find that the encoding given for your language and"
-       echo "# country is not the one your DOS machine actually uses, just"
-       echo "# correct it in this file, and send a mail to"
-       echo "# Juan Manuel Guerrero <st001906@hrz1.hrz.tu-darmstadt.de>"
-       echo "# and Bruno Haible <bruno@clisp.org>."
-       echo "#"
-       echo "C ASCII"
-       # ISO-8859-1 languages
-       echo "ca CP850"
-       echo "ca_ES CP850"
-       echo "da CP865"    # not CP850 ??
-       echo "da_DK CP865" # not CP850 ??
-       echo "de CP850"
-       echo "de_AT CP850"
-       echo "de_CH CP850"
-       echo "de_DE CP850"
-       echo "en CP850"
-       echo "en_AU CP850" # not CP437 ??
-       echo "en_CA CP850"
-       echo "en_GB CP850"
-       echo "en_NZ CP437"
-       echo "en_US CP437"
-       echo "en_ZA CP850" # not CP437 ??
-       echo "es CP850"
-       echo "es_AR CP850"
-       echo "es_BO CP850"
-       echo "es_CL CP850"
-       echo "es_CO CP850"
-       echo "es_CR CP850"
-       echo "es_CU CP850"
-       echo "es_DO CP850"
-       echo "es_EC CP850"
-       echo "es_ES CP850"
-       echo "es_GT CP850"
-       echo "es_HN CP850"
-       echo "es_MX CP850"
-       echo "es_NI CP850"
-       echo "es_PA CP850"
-       echo "es_PY CP850"
-       echo "es_PE CP850"
-       echo "es_SV CP850"
-       echo "es_UY CP850"
-       echo "es_VE CP850"
-       echo "et CP850"
-       echo "et_EE CP850"
-       echo "eu CP850"
-       echo "eu_ES CP850"
-       echo "fi CP850"
-       echo "fi_FI CP850"
-       echo "fr CP850"
-       echo "fr_BE CP850"
-       echo "fr_CA CP850"
-       echo "fr_CH CP850"
-       echo "fr_FR CP850"
-       echo "ga CP850"
-       echo "ga_IE CP850"
-       echo "gd CP850"
-       echo "gd_GB CP850"
-       echo "gl CP850"
-       echo "gl_ES CP850"
-       echo "id CP850"    # not CP437 ??
-       echo "id_ID CP850" # not CP437 ??
-       echo "is CP861"    # not CP850 ??
-       echo "is_IS CP861" # not CP850 ??
-       echo "it CP850"
-       echo "it_CH CP850"
-       echo "it_IT CP850"
-       echo "lt CP775"
-       echo "lt_LT CP775"
-       echo "lv CP775"
-       echo "lv_LV CP775"
-       echo "nb CP865"    # not CP850 ??
-       echo "nb_NO CP865" # not CP850 ??
-       echo "nl CP850"
-       echo "nl_BE CP850"
-       echo "nl_NL CP850"
-       echo "nn CP865"    # not CP850 ??
-       echo "nn_NO CP865" # not CP850 ??
-       echo "no CP865"    # not CP850 ??
-       echo "no_NO CP865" # not CP850 ??
-       echo "pt CP850"
-       echo "pt_BR CP850"
-       echo "pt_PT CP850"
-       echo "sv CP850"
-       echo "sv_SE CP850"
-       # ISO-8859-2 languages
-       echo "cs CP852"
-       echo "cs_CZ CP852"
-       echo "hr CP852"
-       echo "hr_HR CP852"
-       echo "hu CP852"
-       echo "hu_HU CP852"
-       echo "pl CP852"
-       echo "pl_PL CP852"
-       echo "ro CP852"
-       echo "ro_RO CP852"
-       echo "sk CP852"
-       echo "sk_SK CP852"
-       echo "sl CP852"
-       echo "sl_SI CP852"
-       echo "sq CP852"
-       echo "sq_AL CP852"
-       echo "sr CP852"    # CP852 or CP866 or CP855 ??
-       echo "sr_YU CP852" # CP852 or CP866 or CP855 ??
-       # ISO-8859-3 languages
-       echo "mt CP850"
-       echo "mt_MT CP850"
-       # ISO-8859-5 languages
-       echo "be CP866"
-       echo "be_BE CP866"
-       echo "bg CP866"    # not CP855 ??
-       echo "bg_BG CP866" # not CP855 ??
-       echo "mk CP866"    # not CP855 ??
-       echo "mk_MK CP866" # not CP855 ??
-       echo "ru CP866"
-       echo "ru_RU CP866"
-       echo "uk CP1125"
-       echo "uk_UA CP1125"
-       # ISO-8859-6 languages
-       echo "ar CP864"
-       echo "ar_AE CP864"
-       echo "ar_DZ CP864"
-       echo "ar_EG CP864"
-       echo "ar_IQ CP864"
-       echo "ar_IR CP864"
-       echo "ar_JO CP864"
-       echo "ar_KW CP864"
-       echo "ar_MA CP864"
-       echo "ar_OM CP864"
-       echo "ar_QA CP864"
-       echo "ar_SA CP864"
-       echo "ar_SY CP864"
-       # ISO-8859-7 languages
-       echo "el CP869"
-       echo "el_GR CP869"
-       # ISO-8859-8 languages
-       echo "he CP862"
-       echo "he_IL CP862"
-       # ISO-8859-9 languages
-       echo "tr CP857"
-       echo "tr_TR CP857"
-       # Japanese
-       echo "ja CP932"
-       echo "ja_JP CP932"
-       # Chinese
-       echo "zh_CN GBK"
-       echo "zh_TW CP950" # not CP938 ??
-       # Korean
-       echo "kr CP949"    # not CP934 ??
-       echo "kr_KR CP949" # not CP934 ??
-       # Thai
-       echo "th CP874"
-       echo "th_TH CP874"
-       # Other
-       echo "eo CP850"
-       echo "eo_EO CP850"
-       ;;
-esac
diff --git a/lib/intl/libgnuintl.h.in b/lib/intl/libgnuintl.h.in
deleted file mode 100644 (file)
index 14f9cf9..0000000
+++ /dev/null
@@ -1,311 +0,0 @@
-/* libgnuintl.h - Message catalogs for internationalization. */
-
-/* Copyright (C) 1995-1997, 2000-2003, 2004-2009 Free Software Foundation, Inc.
-
-   This file is part of GNU Bash.
-
-   Bash is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   Bash is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with Bash.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef _LIBINTL_H
-#define _LIBINTL_H     1
-
-#include <locale.h>
-
-/* The LC_MESSAGES locale category is the category used by the functions
-   gettext() and dgettext().  It is specified in POSIX, but not in ANSI C.
-   On systems that don't define it, use an arbitrary value instead.
-   On Solaris, <locale.h> defines __LOCALE_H (or _LOCALE_H in Solaris 2.5)
-   then includes <libintl.h> (i.e. this file!) and then only defines
-   LC_MESSAGES.  To avoid a redefinition warning, don't define LC_MESSAGES
-   in this case.  */
-#if !defined LC_MESSAGES && !(defined __LOCALE_H || (defined _LOCALE_H && defined __sun))
-# define LC_MESSAGES 1729
-#endif
-
-/* We define an additional symbol to signal that we use the GNU
-   implementation of gettext.  */
-#define __USE_GNU_GETTEXT 1
-
-/* Provide information about the supported file formats.  Returns the
-   maximum minor revision number supported for a given major revision.  */
-#define __GNU_GETTEXT_SUPPORTED_REVISION(major) \
-  ((major) == 0 ? 1 : -1)
-
-/* Resolve a platform specific conflict on DJGPP.  GNU gettext takes
-   precedence over _conio_gettext.  */
-#ifdef __DJGPP__
-# undef gettext
-#endif
-
-/* Use _INTL_PARAMS, not PARAMS, in order to avoid clashes with identifiers
-   used by programs.  Similarly, test __PROTOTYPES, not PROTOTYPES.  */
-#ifndef _INTL_PARAMS
-# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
-#  define _INTL_PARAMS(args) args
-# else
-#  define _INTL_PARAMS(args) ()
-# endif
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-/* We redirect the functions to those prefixed with "libintl_".  This is
-   necessary, because some systems define gettext/textdomain/... in the C
-   library (namely, Solaris 2.4 and newer, and GNU libc 2.0 and newer).
-   If we used the unprefixed names, there would be cases where the
-   definition in the C library would override the one in the libintl.so
-   shared library.  Recall that on ELF systems, the symbols are looked
-   up in the following order:
-     1. in the executable,
-     2. in the shared libraries specified on the link command line, in order,
-     3. in the dependencies of the shared libraries specified on the link
-        command line,
-     4. in the dlopen()ed shared libraries, in the order in which they were
-        dlopen()ed.
-   The definition in the C library would override the one in libintl.so if
-   either
-     * -lc is given on the link command line and -lintl isn't, or
-     * -lc is given on the link command line before -lintl, or
-     * libintl.so is a dependency of a dlopen()ed shared library but not
-       linked to the executable at link time.
-   Since Solaris gettext() behaves differently than GNU gettext(), this
-   would be unacceptable.
-
-   The redirection happens by default through macros in C, so that &gettext
-   is independent of the compilation unit, but through inline functions in
-   C++, in order not to interfere with the name mangling of class fields or
-   class methods called 'gettext'.  */
-
-/* The user can define _INTL_REDIRECT_INLINE or _INTL_REDIRECT_MACROS.
-   If he doesn't, we choose the method.  A third possible method is
-   _INTL_REDIRECT_ASM, supported only by GCC.  */
-#if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
-# if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined __cplusplus)
-#  define _INTL_REDIRECT_ASM
-# else
-#  ifdef __cplusplus
-#   define _INTL_REDIRECT_INLINE
-#  else
-#   define _INTL_REDIRECT_MACROS
-#  endif
-# endif
-#endif
-/* Auxiliary macros.  */
-#ifdef _INTL_REDIRECT_ASM
-# define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
-# define _INTL_ASMNAME(prefix,cnamestring) _INTL_STRINGIFY (prefix) cnamestring
-# define _INTL_STRINGIFY(prefix) #prefix
-#else
-# define _INTL_ASM(cname)
-#endif
-
-/* Look up MSGID in the current default message catalog for the current
-   LC_MESSAGES locale.  If not found, returns MSGID itself (the default
-   text).  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_gettext (const char *__msgid);
-static inline char *gettext (const char *__msgid)
-{
-  return libintl_gettext (__msgid);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define gettext libintl_gettext
-#endif
-extern char *gettext _INTL_PARAMS ((const char *__msgid))
-       _INTL_ASM (libintl_gettext);
-#endif
-
-/* Look up MSGID in the DOMAINNAME message catalog for the current
-   LC_MESSAGES locale.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_dgettext (const char *__domainname, const char *__msgid);
-static inline char *dgettext (const char *__domainname, const char *__msgid)
-{
-  return libintl_dgettext (__domainname, __msgid);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define dgettext libintl_dgettext
-#endif
-extern char *dgettext _INTL_PARAMS ((const char *__domainname,
-                                    const char *__msgid))
-       _INTL_ASM (libintl_dgettext);
-#endif
-
-/* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
-   locale.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_dcgettext (const char *__domainname, const char *__msgid,
-                               int __category);
-static inline char *dcgettext (const char *__domainname, const char *__msgid,
-                              int __category)
-{
-  return libintl_dcgettext (__domainname, __msgid, __category);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define dcgettext libintl_dcgettext
-#endif
-extern char *dcgettext _INTL_PARAMS ((const char *__domainname,
-                                     const char *__msgid,
-                                     int __category))
-       _INTL_ASM (libintl_dcgettext);
-#endif
-
-
-/* Similar to `gettext' but select the plural form corresponding to the
-   number N.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_ngettext (const char *__msgid1, const char *__msgid2,
-                              unsigned long int __n);
-static inline char *ngettext (const char *__msgid1, const char *__msgid2,
-                             unsigned long int __n)
-{
-  return libintl_ngettext (__msgid1, __msgid2, __n);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define ngettext libintl_ngettext
-#endif
-extern char *ngettext _INTL_PARAMS ((const char *__msgid1,
-                                    const char *__msgid2,
-                                    unsigned long int __n))
-       _INTL_ASM (libintl_ngettext);
-#endif
-
-/* Similar to `dgettext' but select the plural form corresponding to the
-   number N.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_dngettext (const char *__domainname, const char *__msgid1,
-                               const char *__msgid2, unsigned long int __n);
-static inline char *dngettext (const char *__domainname, const char *__msgid1,
-                              const char *__msgid2, unsigned long int __n)
-{
-  return libintl_dngettext (__domainname, __msgid1, __msgid2, __n);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define dngettext libintl_dngettext
-#endif
-extern char *dngettext _INTL_PARAMS ((const char *__domainname,
-                                     const char *__msgid1,
-                                     const char *__msgid2,
-                                     unsigned long int __n))
-       _INTL_ASM (libintl_dngettext);
-#endif
-
-/* Similar to `dcgettext' but select the plural form corresponding to the
-   number N.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_dcngettext (const char *__domainname,
-                                const char *__msgid1, const char *__msgid2,
-                                unsigned long int __n, int __category);
-static inline char *dcngettext (const char *__domainname,
-                               const char *__msgid1, const char *__msgid2,
-                               unsigned long int __n, int __category)
-{
-  return libintl_dcngettext (__domainname, __msgid1, __msgid2, __n, __category);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define dcngettext libintl_dcngettext
-#endif
-extern char *dcngettext _INTL_PARAMS ((const char *__domainname,
-                                      const char *__msgid1,
-                                      const char *__msgid2,
-                                      unsigned long int __n,
-                                      int __category))
-       _INTL_ASM (libintl_dcngettext);
-#endif
-
-
-/* Set the current default message catalog to DOMAINNAME.
-   If DOMAINNAME is null, return the current default.
-   If DOMAINNAME is "", reset to the default of "messages".  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_textdomain (const char *__domainname);
-static inline char *textdomain (const char *__domainname)
-{
-  return libintl_textdomain (__domainname);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define textdomain libintl_textdomain
-#endif
-extern char *textdomain _INTL_PARAMS ((const char *__domainname))
-       _INTL_ASM (libintl_textdomain);
-#endif
-
-/* Specify that the DOMAINNAME message catalog will be found
-   in DIRNAME rather than in the system locale data base.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_bindtextdomain (const char *__domainname,
-                                    const char *__dirname);
-static inline char *bindtextdomain (const char *__domainname,
-                                   const char *__dirname)
-{
-  return libintl_bindtextdomain (__domainname, __dirname);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define bindtextdomain libintl_bindtextdomain
-#endif
-extern char *bindtextdomain _INTL_PARAMS ((const char *__domainname,
-                                          const char *__dirname))
-       _INTL_ASM (libintl_bindtextdomain);
-#endif
-
-/* Specify the character encoding in which the messages from the
-   DOMAINNAME message catalog will be returned.  */
-#ifdef _INTL_REDIRECT_INLINE
-extern char *libintl_bind_textdomain_codeset (const char *__domainname,
-                                             const char *__codeset);
-static inline char *bind_textdomain_codeset (const char *__domainname,
-                                            const char *__codeset)
-{
-  return libintl_bind_textdomain_codeset (__domainname, __codeset);
-}
-#else
-#ifdef _INTL_REDIRECT_MACROS
-# define bind_textdomain_codeset libintl_bind_textdomain_codeset
-#endif
-extern char *bind_textdomain_codeset _INTL_PARAMS ((const char *__domainname,
-                                                   const char *__codeset))
-       _INTL_ASM (libintl_bind_textdomain_codeset);
-#endif
-
-
-/* Support for relocatable packages.  */
-
-/* Sets the original and the current installation prefix of the package.
-   Relocation simply replaces a pathname starting with the original prefix
-   by the corresponding pathname with the current prefix instead.  Both
-   prefixes should be directory names without trailing slash (i.e. use ""
-   instead of "/").  */
-#define libintl_set_relocation_prefix libintl_set_relocation_prefix
-extern void
-       libintl_set_relocation_prefix _INTL_PARAMS ((const char *orig_prefix,
-                                                   const char *curr_prefix));
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* libintl.h */
diff --git a/lib/intl/locale.alias b/lib/intl/locale.alias
deleted file mode 100644 (file)
index 51dd21e..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-# locale.alias - Locale name alias data base.
-#
-#   Copyright (C) 1996,1997,1998,1999,2000,2001,2005-2009 Free Software Foundation, Inc.
-#
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-
-# The format of this file is the same as for the corresponding file of
-# the X Window System, which normally can be found in
-#      /usr/lib/X11/locale/locale.alias
-# A single line contains two fields: an alias and a substitution value.
-# All entries are case independent.
-
-# Note: This file is far from being complete.  If you have a value for
-# your own site which you think might be useful for others too, share
-# it with the rest of us.  Send it using the `glibcbug' script to
-# bugs@gnu.org.
-
-# Packages using this file: 
-
-bokmal         no_NO.ISO-8859-1
-bokmål         no_NO.ISO-8859-1
-catalan                ca_ES.ISO-8859-1
-croatian       hr_HR.ISO-8859-2
-czech          cs_CZ.ISO-8859-2
-danish          da_DK.ISO-8859-1
-dansk          da_DK.ISO-8859-1
-deutsch                de_DE.ISO-8859-1
-dutch          nl_NL.ISO-8859-1
-eesti          et_EE.ISO-8859-1
-estonian       et_EE.ISO-8859-1
-finnish         fi_FI.ISO-8859-1
-français       fr_FR.ISO-8859-1
-french         fr_FR.ISO-8859-1
-galego         gl_ES.ISO-8859-1
-galician       gl_ES.ISO-8859-1
-german         de_DE.ISO-8859-1
-greek           el_GR.ISO-8859-7
-hebrew          he_IL.ISO-8859-8
-hrvatski       hr_HR.ISO-8859-2
-hungarian       hu_HU.ISO-8859-2
-icelandic       is_IS.ISO-8859-1
-italian         it_IT.ISO-8859-1
-japanese       ja_JP.eucJP
-japanese.euc   ja_JP.eucJP
-ja_JP          ja_JP.eucJP
-ja_JP.ujis     ja_JP.eucJP
-japanese.sjis  ja_JP.SJIS
-korean         ko_KR.eucKR
-korean.euc     ko_KR.eucKR
-ko_KR          ko_KR.eucKR
-lithuanian      lt_LT.ISO-8859-13
-nb_NO          no_NO.ISO-8859-1
-nb_NO.ISO-8859-1 no_NO.ISO-8859-1
-norwegian       no_NO.ISO-8859-1
-nynorsk                nn_NO.ISO-8859-1
-polish          pl_PL.ISO-8859-2
-portuguese      pt_PT.ISO-8859-1
-romanian        ro_RO.ISO-8859-2
-russian         ru_RU.ISO-8859-5
-slovak          sk_SK.ISO-8859-2
-slovene         sl_SI.ISO-8859-2
-slovenian       sl_SI.ISO-8859-2
-spanish         es_ES.ISO-8859-1
-swedish         sv_SE.ISO-8859-1
-thai           th_TH.TIS-620
-turkish         tr_TR.ISO-8859-9
index e11e5459974c34b30fe7285b051d09b7fae49ef5..13eb21858f583779f9adbf0b98d045e324f2870b 100644 (file)
@@ -1,6 +1,6 @@
 /* malloc.c - dynamic memory allocation for bash. */
 
-/*  Copyright (C) 1985-2022 Free Software Foundation, Inc.
+/*  Copyright (C) 1985-2025 Free Software Foundation, Inc.
 
     This file is part of GNU Bash, the Bourne-Again SHell.
     
index 604fefcc1168db098444c1f1dc29a6ff535e6332..c79892d7baaa7e33591821fcde7e2d296edfba38 100644 (file)
@@ -1,6 +1,6 @@
 /* table.h - definitions for tables for keeping track of allocated memory */
 
-/*  Copyright (C) 2001-2022 Free Software Foundation, Inc.
+/*  Copyright (C) 2001-2025 Free Software Foundation, Inc.
 
     This file is part of GNU Bash, the Bourne-Again SHell.
 
index 473f04db5b93c6adb3b7d9dff347497b505d9a5a..9abdedef2ec97e7302c06f1d4331386da48e3b2e 100644 (file)
@@ -1,6 +1,6 @@
 /* complete.c -- filename completion for readline. */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.
@@ -3066,7 +3066,10 @@ _rl_export_completions (char **matches, char *text, int start, int end)
   fprintf (rl_outstream, "%s\n", text);
   fprintf (rl_outstream, "%d:%d\n", start, end);       /* : because it's not a radix character */
   for (i = 0; i < len; i++)
-    fprintf (rl_outstream, "%s\n", matches[i]);
+    {
+      print_filename (matches[i], matches[i], 0);
+      fprintf (rl_outstream, "\n");
+    }
   fflush (rl_outstream);
 }
 
index f0023692bb3f5cad4a09d6e9d4d491b5feff44d9..021dc3fc7aa24136ac3a3b879db779ff722fd27a 100644 (file)
@@ -1,6 +1,6 @@
 /* display.c -- readline redisplay facility. */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library    
    for reading lines of text with interactive input and history editing.
@@ -1489,7 +1489,7 @@ rl_redisplay (void)
                 but the buffer position needs to be adjusted to account
                 for invisible characters. */
              if ((mb_cur_max == 1 || rl_byte_oriented) && cursor_linenum == prompt_last_screen_line)
-               _rl_last_c_pos = physpos + WRAP_OFFSET (cursor_linenum, wrap_offset);;
+               _rl_last_c_pos = physpos + WRAP_OFFSET (cursor_linenum, wrap_offset);
            }
 
          /* Now we move the cursor to where it needs to be.  First, make
@@ -1502,28 +1502,53 @@ rl_redisplay (void)
             invisible character in the prompt string. */
          /* XXX - why not use local_prompt_len? */
          nleft = prompt_visible_length + wrap_offset;
-         if (cursor_linenum == prompt_last_screen_line && wrap_offset > 0 &&
-             _rl_last_c_pos > 0 && local_prompt &&
-             _rl_last_c_pos < PROMPT_ENDING_INDEX)
+         if (cursor_linenum == prompt_last_screen_line)
            {
-             int pmt_offset;
-
-             _rl_cr ();
-             if (modmark)
-               _rl_output_some_chars ("*", 1);
-
-             /* If the number of characters in local_prompt is greater than
-                the screen width, the prompt wraps. We only want to print the
-                portion after the line wrap. */
-             pmt_offset = local_prompt_newlines[cursor_linenum];
-             if (cursor_linenum > 0 && pmt_offset > 0 && nleft > pmt_offset)
-               _rl_output_some_chars (local_prompt + pmt_offset, nleft - pmt_offset);
-             else
-               _rl_output_some_chars (local_prompt, nleft);
-             if (mb_cur_max > 1 && rl_byte_oriented == 0)
-               _rl_last_c_pos = _rl_col_width (local_prompt, 0, nleft, 1) - wrap_offset + modmark;
+             int pmt_offset = local_prompt_newlines ? local_prompt_newlines[cursor_linenum] : 0;
+             int curline_invchars = local_prompt_invis_chars ? local_prompt_invis_chars[cursor_linenum] : wrap_offset;
+             int cursor_bufpos;
+
+             /* cursor_bufpos is where the portion of the prompt that appears
+                on the current screen line begins in the buffer. It is a
+                buffer position, an index into curline
+                (local_prompt + pmt_offset) */
+             cursor_bufpos = pmt_offset;
+             if (mb_cur_max == 1 || rl_byte_oriented)
+               cursor_bufpos += _rl_last_c_pos;
              else
-               _rl_last_c_pos = nleft + modmark;       /* buffer position */
+               cursor_bufpos += _rl_last_c_pos + curline_invchars;
+
+             if (local_prompt && local_prompt_invis_chars[cursor_linenum] &&
+                   _rl_last_c_pos > 0 &&
+                   cursor_bufpos <= prompt_last_invisible)
+               {
+                 _rl_cr ();
+                 if (modmark)
+                   _rl_output_some_chars ("*", 1);
+
+                 /* If the number of characters in local_prompt is greater
+                    than the screen width, the prompt wraps. We only want to
+                    print the portion after the line wrap. */
+
+                 /* Make sure we set _rl_last_c_pos based on the number of
+                    characters we actually output, since we start at column 0. */
+                 if (cursor_linenum > 0 && pmt_offset > 0 && nleft > pmt_offset)
+                   _rl_output_some_chars (local_prompt + pmt_offset, nleft - pmt_offset);
+                 else
+                   {
+                     _rl_output_some_chars (local_prompt, nleft);
+                     pmt_offset = 0;           /* force for calculation below */
+                   }
+       
+                 if (mb_cur_max > 1 && rl_byte_oriented == 0)
+                   /* Start width calculation where we started output. */
+                   _rl_last_c_pos = _rl_col_width (local_prompt, pmt_offset, nleft, 1) - WRAP_OFFSET(cursor_linenum, wrap_offset) + modmark;
+                 else
+                   /* Index into invisible_line+inv_lbreaks[cursor_linenum],
+                      since that's what we use in the call to
+                      _rl_move_cursor_relative below. */
+                   _rl_last_c_pos = nleft + modmark - inv_lbreaks[cursor_linenum];     /* buffer position */
+               }
            }
 
          /* Where on that line?  And where does that line start
index 247e2081303380eda7e2d56daf55568487a337ec..e78773e2a4b2a91a857b6faab73bf50f6fb3b34c 100644 (file)
@@ -1,4 +1,4 @@
-\input texinfo    @c -*-texinfo-*-
+c\input texinfo    @c -*-texinfo-*-
 @c %**start of header (This is for running Texinfo on a region.)
 @setfilename history.info
 @settitle GNU History Library
@@ -12,7 +12,7 @@ This document describes the GNU History library
 a programming tool that provides a consistent user interface for
 recalling lines of previously typed input.
 
-Copyright @copyright{} 1988--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 1988--2025 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index c1c15b0a626196b4788ac0c478b3d28aaf36fee1..82ff77c7a9a076569a705c1a86fd8fecad159161 100644 (file)
@@ -1,7 +1,7 @@
 @ignore
 This file documents the user interface to the GNU History library.
 
-Copyright (C) 1988-2024 Free Software Foundation, Inc.
+Copyright (C) 1988-2025 Free Software Foundation, Inc.
 Authored by Brian Fox and Chet Ramey.
 
 Permission is granted to make and distribute verbatim copies of this manual
@@ -36,7 +36,7 @@ For information on the interactive use of @sc{gnu} History,
 * Introduction to History::    What is the GNU History library for?
 * History Storage::            How information is stored.
 * History Functions::          Functions that you can use.
-* History Variables::          Variables that control behaviour.
+* History Variables::          Variables that control behavior.
 * History Programming Example::        Example of using the GNU History Library.
 @end menu
 
index 04b25d1437145348765d2c63a290b8aa43e04dfc..5bce1c3d2e6af394a756a451f0f2b601719f448c 100644 (file)
@@ -1,7 +1,7 @@
 @ignore
 This file documents the user interface to the GNU History library.
 
-Copyright (C) 1988--2024 Free Software Foundation, Inc.
+Copyright (C) 1988--2025 Free Software Foundation, Inc.
 Authored by Brian Fox and Chet Ramey.
 
 Permission is granted to make and distribute verbatim copies of this manual
@@ -504,6 +504,8 @@ It may be omitted if the word designator begins with a @samp{^}, @samp{$},
 @samp{*}, @samp{-}, or @samp{%}.
 Words are numbered from the beginning of the line,
 with the first word being denoted by 0 (zero).
+That first word is usually the command word, and the arguments begin
+with the second word.
 Words are inserted into the current line separated by single spaces.
 
 @need 0.75
@@ -515,7 +517,7 @@ designates the preceding command.
 When you type this, the preceding command is repeated in toto.
 
 @item !!:$
-designates the last argument of the preceding command.
+designates the last word of the preceding command.
 This may be shortened to @code{!$}.
 
 @item !fi:2
index d016c76259a71b724c8cde16c9cb33fdf1a980c6..904970935cf92e6738f55ec8fd1d986e8a2051e3 100644 (file)
@@ -13,7 +13,7 @@ This manual describes the GNU Readline Library
 consistency of user interface across discrete programs which provide
 a command line interface.
 
-Copyright @copyright{} 1988--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 1988--2025 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index dadca6a6ddff31cbcd221ca100b49db57fa3c842..c8965ef640499e9b40fe1442dfec8166cd532d79 100644 (file)
@@ -7,7 +7,7 @@ This document describes the GNU Readline Library, a utility for aiding
 in the consistency of user interface across discrete programs that need
 to provide a command line interface.
 
-Copyright (C) 1988--2024 Free Software Foundation, Inc.
+Copyright (C) 1988--2025 Free Software Foundation, Inc.
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -58,7 +58,7 @@ in your own programs, this section is for you.
 
 Many programs provide a command line interface, such as @code{mail},
 @code{ftp}, and @code{sh}.
-For such programs, the default behaviour of Readline is sufficient.
+For such programs, the default behavior of Readline is sufficient.
 This section describes how to use Readline in
 the simplest way possible, perhaps to replace calls in your code to
 @code{fgets()}.
@@ -149,7 +149,7 @@ rl_gets ()
 @}
 @end example
 
-This function gives the user the default behaviour of @key{TAB}
+This function gives the user the default behavior of @key{TAB}
 completion: filename completion.
 If you do not want Readline to
 complete filenames, you can change the binding of the @key{TAB} key
@@ -768,7 +768,7 @@ The caller should free @var{keymap}.
 
 @deftypefun void rl_free_keymap (Keymap keymap)
 Free all storage associated with @var{keymap}.
-This calls @code{rl_discard_keymap} to free subordindate
+This calls @code{rl_discard_keymap} to free subordinate
 keymaps and macros.
 @end deftypefun
 
@@ -1168,7 +1168,7 @@ displaying a new message in the message area with @code{rl_message()}.
 @deftypefun void rl_restore_prompt (void)
 Restore the local Readline prompt display state saved by the most
 recent call to @code{rl_save_prompt}.
-if you called @code{rl_save_prompt} to save the prompt before a call
+If you called @code{rl_save_prompt} to save the prompt before a call
 to @code{rl_message}, you should call this function before the
 corresponding call to @code{rl_clear_message}.
 @end deftypefun
index 757661bad3125ce89d19c0bd1d80aca59c2c3234..704b88f2b0b82b123f530e27f0a6e274731c6869 100644 (file)
@@ -11,7 +11,7 @@ use these features.  There is a document entitled "readline.texinfo"
 which contains both end-user and programmer documentation for the
 GNU Readline Library.
 
-Copyright (C) 1988--2024 Free Software Foundation, Inc.
+Copyright (C) 1988--2025 Free Software Foundation, Inc.
 
 Authored by Brian Fox and Chet Ramey.
 
@@ -466,9 +466,10 @@ A sample value might be @samp{\e[01;33m}.
 
 @item active-region-end-color
 @vindex active-region-end-color
-A string variable that "undoes" the effects of @code{active-region-start-color}
-and restores "normal" terminal display appearance after displaying text
-in the active region.
+A string variable that ``undoes''
+the effects of @code{active-region-start-color}
+and restores ``normal''
+terminal display appearance after displaying text in the active region.
 This string must not take up any physical character positions on the display,
 so it should consist only of terminal escape sequences.
 It is output to the terminal after displaying the text in the active region.
@@ -703,7 +704,7 @@ are saved.
 If set to a value less than zero, the number of history entries is not
 limited.
 @ifset BashFeatures
-By default, Bash sets the the maximum number of history entries to
+By default, Bash sets the maximum number of history entries to
 the value of the @code{HISTSIZE} shell variable.
 @end ifset
 @ifclear BashFeatures
@@ -1055,7 +1056,7 @@ The eight-bit character whose value is the hexadecimal value @var{HH}
 When entering the text of a macro, single or double quotes must
 be used to indicate a macro definition.
 Unquoted text is assumed to be a function name.
-Tthe backslash escapes described above are expanded
+The backslash escapes described above are expanded
 in the macro body.
 Backslash will quote any other character in the macro text,
 including @samp{"} and @samp{'}.
@@ -1188,7 +1189,7 @@ binding, variable assignment, and conditional syntax.
 
 @example
 @page
-# This file controls the behaviour of line input editing for
+# This file controls the behavior of line input editing for
 # programs that use the GNU Readline library.  Existing
 # programs include FTP, Bash, and GDB.
 #
@@ -1316,10 +1317,13 @@ In the following descriptions, @dfn{point} refers to the current cursor
 position, and @dfn{mark} refers to a cursor position saved by the
 @code{set-mark} command.
 The text between the point and mark is referred to as the @dfn{region}.
-Readline has the concept of an @emph{active region}:
+Readline
+has the concept of an @emph{active region}:
 when the region is active,
 Readline redisplay highlights the region using the
-value of the @code{active-region-start-color} variable.
+value of the
+@code{active-region-start-color}
+variable.
 The @code{enable-active-region} variable turns this on and off.
 Several commands set the region to active; those are noted below.
 
@@ -1384,6 +1388,8 @@ leaving the current line at the top of the screen.
 Clear the screen,
 then redraw the current line,
 leaving the current line at the top of the screen.
+If given a numeric argument, this refreshes the current line
+without clearing the screen.
 
 @item redraw-current-line ()
 Refresh the current line.  By default, this is unbound.
@@ -1806,7 +1812,7 @@ the number of matches @var{N};
 the word being completed;
 @item
 @var{S}:@var{E},
-where S and E are the start and end offsets of the word
+where @var{S} and @var{E} are the start and end offsets of the word
 in the Readline line buffer; then
 @item
 each match, one per line
@@ -2057,7 +2063,7 @@ Expand the line by performing shell word expansions.
 This performs alias and history expansion,
 $'@var{string}' and $"@var{string}" quoting,
 tilde expansion, parameter and variable expansion, arithmetic expansion,
-command and proces substitution,
+command and process substitution,
 word splitting, and quote removal.  
 An explicit argument suppresses command and process substitution.
 
index 51255cacbc6d503d359c4a84bf46d8005ea6e7a0..6265c63c5d632b0265c2f40c0cdcd21388aba897 100644 (file)
@@ -12,7 +12,7 @@ This manual describes the end user interface of the GNU Readline Library
 consistency of user interface across discrete programs which provide
 a command line interface.
 
-Copyright @copyright{} 1988--2024 Free Software Foundation, Inc.
+Copyright @copyright{} 1988--2025 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
index 5353622c31ce57ab35c50f2d5c7c4a6aa69c59fe..9faa386904d9d848392c5c088d0138ffb63b904b 100644 (file)
@@ -1,11 +1,11 @@
 @ignore
-Copyright (C) 1988-2024 Free Software Foundation, Inc. 
+Copyright (C) 1988-2025 Free Software Foundation, Inc. 
 @end ignore
 
 @set EDITION 8.3
 @set VERSION 8.3
 
-@set UPDATED 29 November 2024
-@set UPDATED-MONTH November 2024
+@set UPDATED 30 December 2024
+@set UPDATED-MONTH December 2024
 
-@set LASTCHANGE Fri Nov 29 18:18:20 EST 2024
+@set LASTCHANGE Mon Dec 30 11:27:03 EST 2024
index 068feccd1c29cb66b8bcef45445f949e534d92bd..fc0008e890c85e68a6dba97f067b55f21ab27db7 100644 (file)
@@ -141,7 +141,7 @@ get_history_event (const char *string, int *caller_index, int delimiting_quote)
   register char c;
   HIST_ENTRY *entry;
   int which, sign, local_index, substring_okay;
-  int search_flags;
+  int search_flags, old_offset;
   char *temp;
 
   /* The event can be specified in a number of ways.
@@ -251,9 +251,10 @@ get_history_event (const char *string, int *caller_index, int delimiting_quote)
 
   *caller_index = i;
 
+  old_offset = history_offset;         /* XXX */
 #define FAIL_SEARCH() \
   do { \
-    history_offset = history_length; xfree (temp) ; return (char *)NULL; \
+    history_offset = old_offset; xfree (temp) ; return (char *)NULL; \
   } while (0)
 
   /* If there is no search string, try to use the previous search string,
@@ -282,7 +283,7 @@ get_history_event (const char *string, int *caller_index, int delimiting_quote)
          entry = current_history ();
          if (entry == 0)
            FAIL_SEARCH ();
-         history_offset = history_length;
+         history_offset = old_offset;  /* XXX - was history_length */
        
          /* If this was a substring search, then remember the
             string that we matched for word substitution. */
index 3499d40ce8434581024cae7ba04420af94c9798b..9a259146f002afa871f208366bfef5aeb1d4b305 100644 (file)
@@ -1,6 +1,6 @@
 /* histfile.c - functions to manipulate the history file. */
 
-/* Copyright (C) 1989-2019,2023-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2019,2023-2025 Free Software Foundation, Inc.
 
    This file contains the GNU History Library (History), a set of
    routines for managing the text of previously typed lines.
@@ -298,21 +298,24 @@ read_history_range (const char *filename, int from, int to)
 #endif
       goto error_and_exit;
     }
-
-  file_size = (size_t)finfo.st_size;
-
-  /* check for overflow on very large files */
-  if (file_size != finfo.st_size || file_size + 1 < file_size)
+  else
     {
-      errno = overflow_errno;
-      goto error_and_exit;
-    }
+      /* regular file */
+      file_size = (size_t)finfo.st_size;
 
-  if (file_size == 0)
-    {
-      xfree (input);
-      close (file);
-      return 0;        /* don't waste time if we don't have to */
+      /* check for overflow on very large files */
+      if (file_size != finfo.st_size || file_size + 1 < file_size)
+       {
+         errno = overflow_errno;
+         goto error_and_exit;
+       }
+
+      if (file_size == 0)
+       {
+         xfree (input);
+         close (file);
+         return 0;     /* don't waste time if we don't have to */
+       }
     }
 
 #ifdef HISTORY_USE_MMAP
index a731b006ad89d31ef8628f5e60f4d365ca056fda..692f6ea4a5f089f2d6de0401af8175da78b14196 100644 (file)
@@ -90,4 +90,12 @@ getnow(void)
   } while (0)
 #endif
 
+#ifndef TIMESPEC_TO_TIMEVAL
+#  define TIMESPEC_TO_TIMEVAL(tv, ts) \
+  do { \
+    (tv)->tv_sec = (ts)->tv_sec; \
+    (tv)->tv_usec = (tv)->tv_nsec / 1000; \
+  } while (0)
+#endif
+
 #endif /* _POSIXTIME_H_ */
diff --git a/lib/readline/readline.c.orig b/lib/readline/readline.c.orig
deleted file mode 100644 (file)
index 55c0522..0000000
+++ /dev/null
@@ -1,1364 +0,0 @@
-/* readline.c -- a general facility for reading lines of input
-   with emacs style editing and completion. */
-
-/* Copyright (C) 1987-2013 Free Software Foundation, Inc.
-
-   This file is part of the GNU Readline Library (Readline), a library
-   for reading lines of text with interactive input and history editing.      
-
-   Readline is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   Readline is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with Readline.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#define READLINE_LIBRARY
-
-#if defined (HAVE_CONFIG_H)
-#  include <config.h>
-#endif
-
-#include <sys/types.h>
-#include "posixstat.h"
-#include <fcntl.h>
-#if defined (HAVE_SYS_FILE_H)
-#  include <sys/file.h>
-#endif /* HAVE_SYS_FILE_H */
-
-#if defined (HAVE_UNISTD_H)
-#  include <unistd.h>
-#endif /* HAVE_UNISTD_H */
-
-#if defined (HAVE_STDLIB_H)
-#  include <stdlib.h>
-#else
-#  include "ansi_stdlib.h"
-#endif /* HAVE_STDLIB_H */
-
-#if defined (HAVE_LOCALE_H)
-#  include <locale.h>
-#endif
-
-#include <stdio.h>
-#include "posixjmp.h"
-#include <errno.h>
-
-#if !defined (errno)
-extern int errno;
-#endif /* !errno */
-
-/* System-specific feature definitions and include files. */
-#include "rldefs.h"
-#include "rlmbutil.h"
-
-#if defined (__EMX__)
-#  define INCL_DOSPROCESS
-#  include <os2.h>
-#endif /* __EMX__ */
-
-/* Some standard library routines. */
-#include "readline.h"
-#include "history.h"
-
-#include "rlprivate.h"
-#include "rlshell.h"
-#include "xmalloc.h"
-
-#ifndef RL_LIBRARY_VERSION
-#  define RL_LIBRARY_VERSION "5.1"
-#endif
-
-#ifndef RL_READLINE_VERSION
-#  define RL_READLINE_VERSION  0x0501
-#endif
-
-extern void _rl_free_history_entry PARAMS((HIST_ENTRY *));
-
-#if defined (COLOR_SUPPORT)
-extern void _rl_parse_colors PARAMS((void));           /* XXX */
-#endif
-
-
-/* Forward declarations used in this file. */
-static char *readline_internal PARAMS((void));
-static void readline_initialize_everything PARAMS((void));
-
-static void bind_arrow_keys_internal PARAMS((Keymap));
-static void bind_arrow_keys PARAMS((void));
-
-static void readline_default_bindings PARAMS((void));
-static void reset_default_bindings PARAMS((void));
-
-static int _rl_subseq_result PARAMS((int, Keymap, int, int));
-static int _rl_subseq_getchar PARAMS((int));
-
-/* **************************************************************** */
-/*                                                                 */
-/*                     Line editing input utility                  */
-/*                                                                 */
-/* **************************************************************** */
-
-const char *rl_library_version = RL_LIBRARY_VERSION;
-
-int rl_readline_version = RL_READLINE_VERSION;
-
-/* True if this is `real' readline as opposed to some stub substitute. */
-int rl_gnu_readline_p = 1;
-
-/* A pointer to the keymap that is currently in use.
-   By default, it is the standard emacs keymap. */
-Keymap _rl_keymap = emacs_standard_keymap;
-
-/* The current style of editing. */
-int rl_editing_mode = emacs_mode;
-
-/* The current insert mode:  input (the default) or overwrite */
-int rl_insert_mode = RL_IM_DEFAULT;
-
-/* Non-zero if we called this function from _rl_dispatch().  It's present
-   so functions can find out whether they were called from a key binding
-   or directly from an application. */
-int rl_dispatching;
-
-/* Non-zero if the previous command was a kill command. */
-int _rl_last_command_was_kill = 0;
-
-/* The current value of the numeric argument specified by the user. */
-int rl_numeric_arg = 1;
-
-/* Non-zero if an argument was typed. */
-int rl_explicit_arg = 0;
-
-/* Temporary value used while generating the argument. */
-int rl_arg_sign = 1;
-
-/* Non-zero means we have been called at least once before. */
-static int rl_initialized;
-
-#if 0
-/* If non-zero, this program is running in an EMACS buffer. */
-static int running_in_emacs;
-#endif
-
-/* Flags word encapsulating the current readline state. */
-int rl_readline_state = RL_STATE_NONE;
-
-/* The current offset in the current input line. */
-int rl_point;
-
-/* Mark in the current input line. */
-int rl_mark;
-
-/* Length of the current input line. */
-int rl_end;
-
-/* Make this non-zero to return the current input_line. */
-int rl_done;
-
-/* The last function executed by readline. */
-rl_command_func_t *rl_last_func = (rl_command_func_t *)NULL;
-
-/* Top level environment for readline_internal (). */
-procenv_t _rl_top_level;
-
-/* The streams we interact with. */
-FILE *_rl_in_stream, *_rl_out_stream;
-
-/* The names of the streams that we do input and output to. */
-FILE *rl_instream = (FILE *)NULL;
-FILE *rl_outstream = (FILE *)NULL;
-
-/* Non-zero means echo characters as they are read.  Defaults to no echo;
-   set to 1 if there is a controlling terminal, we can get its attributes,
-   and the attributes include `echo'.  Look at rltty.c:prepare_terminal_settings
-   for the code that sets it. */
-int _rl_echoing_p = 0;
-
-/* Current prompt. */
-char *rl_prompt = (char *)NULL;
-int rl_visible_prompt_length = 0;
-
-/* Set to non-zero by calling application if it has already printed rl_prompt
-   and does not want readline to do it the first time. */
-int rl_already_prompted = 0;
-
-/* The number of characters read in order to type this complete command. */
-int rl_key_sequence_length = 0;
-
-/* If non-zero, then this is the address of a function to call just
-   before readline_internal_setup () prints the first prompt. */
-rl_hook_func_t *rl_startup_hook = (rl_hook_func_t *)NULL;
-
-/* If non-zero, this is the address of a function to call just before
-   readline_internal_setup () returns and readline_internal starts
-   reading input characters. */
-rl_hook_func_t *rl_pre_input_hook = (rl_hook_func_t *)NULL;
-
-/* What we use internally.  You should always refer to RL_LINE_BUFFER. */
-static char *the_line;
-
-/* The character that can generate an EOF.  Really read from
-   the terminal driver... just defaulted here. */
-int _rl_eof_char = CTRL ('D');
-
-/* Non-zero makes this the next keystroke to read. */
-int rl_pending_input = 0;
-
-/* Pointer to a useful terminal name. */
-const char *rl_terminal_name = (const char *)NULL;
-
-/* Non-zero means to always use horizontal scrolling in line display. */
-int _rl_horizontal_scroll_mode = 0;
-
-/* Non-zero means to display an asterisk at the starts of history lines
-   which have been modified. */
-int _rl_mark_modified_lines = 0;  
-
-/* The style of `bell' notification preferred.  This can be set to NO_BELL,
-   AUDIBLE_BELL, or VISIBLE_BELL. */
-int _rl_bell_preference = AUDIBLE_BELL;
-     
-/* String inserted into the line by rl_insert_comment (). */
-char *_rl_comment_begin;
-
-/* Keymap holding the function currently being executed. */
-Keymap rl_executing_keymap;
-
-/* Keymap we're currently using to dispatch. */
-Keymap _rl_dispatching_keymap;
-
-/* Non-zero means to erase entire line, including prompt, on empty input lines. */
-int rl_erase_empty_line = 0;
-
-/* Non-zero means to read only this many characters rather than up to a
-   character bound to accept-line. */
-int rl_num_chars_to_read;
-
-/* Line buffer and maintenance. */
-char *rl_line_buffer = (char *)NULL;
-int rl_line_buffer_len = 0;
-
-/* Key sequence `contexts' */
-_rl_keyseq_cxt *_rl_kscxt = 0;
-
-int rl_executing_key;
-char *rl_executing_keyseq = 0;
-int _rl_executing_keyseq_size = 0;
-
-/* Timeout (specified in milliseconds) when reading characters making up an
-   ambiguous multiple-key sequence */
-int _rl_keyseq_timeout = 500;
-
-#define RESIZE_KEYSEQ_BUFFER() \
-  do \
-    { \
-      if (rl_key_sequence_length + 2 >= _rl_executing_keyseq_size) \
-       { \
-         _rl_executing_keyseq_size += 16; \
-         rl_executing_keyseq = xrealloc (rl_executing_keyseq, _rl_executing_keyseq_size); \
-       } \
-    } \
-  while (0);
-        
-/* Forward declarations used by the display, termcap, and history code. */
-
-/* **************************************************************** */
-/*                                                                 */
-/*                     `Forward' declarations                      */
-/*                                                                 */
-/* **************************************************************** */
-
-/* Non-zero means do not parse any lines other than comments and
-   parser directives. */
-unsigned char _rl_parsing_conditionalized_out = 0;
-
-/* Non-zero means to convert characters with the meta bit set to
-   escape-prefixed characters so we can indirect through
-   emacs_meta_keymap or vi_escape_keymap. */
-int _rl_convert_meta_chars_to_ascii = 1;
-
-/* Non-zero means to output characters with the meta bit set directly
-   rather than as a meta-prefixed escape sequence. */
-int _rl_output_meta_chars = 0;
-
-/* Non-zero means to look at the termios special characters and bind
-   them to equivalent readline functions at startup. */
-int _rl_bind_stty_chars = 1;
-
-/* Non-zero means to go through the history list at every newline (or
-   whenever rl_done is set and readline returns) and revert each line to
-   its initial state. */
-int _rl_revert_all_at_newline = 0;
-
-/* Non-zero means to honor the termios ECHOCTL bit and echo control
-   characters corresponding to keyboard-generated signals. */
-int _rl_echo_control_chars = 1;
-
-/* Non-zero means to prefix the displayed prompt with a character indicating
-   the editing mode: @ for emacs, : for vi-command, + for vi-insert. */
-int _rl_show_mode_in_prompt = 0;
-
-/* **************************************************************** */
-/*                                                                 */
-/*                     Top Level Functions                         */
-/*                                                                 */
-/* **************************************************************** */
-
-/* Non-zero means treat 0200 bit in terminal input as Meta bit. */
-int _rl_meta_flag = 0; /* Forward declaration */
-
-/* Set up the prompt and expand it.  Called from readline() and
-   rl_callback_handler_install (). */
-int
-rl_set_prompt (prompt)
-     const char *prompt;
-{
-  FREE (rl_prompt);
-  rl_prompt = prompt ? savestring (prompt) : (char *)NULL;
-  rl_display_prompt = rl_prompt ? rl_prompt : "";
-
-  rl_visible_prompt_length = rl_expand_prompt (rl_prompt);
-  return 0;
-}
-  
-/* Read a line of input.  Prompt with PROMPT.  An empty PROMPT means
-   none.  A return value of NULL means that EOF was encountered. */
-char *
-readline (prompt)
-     const char *prompt;
-{
-  char *value;
-#if 0
-  int in_callback;
-#endif
-
-  /* If we are at EOF return a NULL string. */
-  if (rl_pending_input == EOF)
-    {
-      rl_clear_pending_input ();
-      return ((char *)NULL);
-    }
-
-#if 0
-  /* If readline() is called after installing a callback handler, temporarily
-     turn off the callback state to avoid ensuing messiness.  Patch supplied
-     by the gdb folks.  XXX -- disabled.  This can be fooled and readline
-     left in a strange state by a poorly-timed longjmp. */
-  if (in_callback = RL_ISSTATE (RL_STATE_CALLBACK))
-    RL_UNSETSTATE (RL_STATE_CALLBACK);
-#endif
-
-  rl_set_prompt (prompt);
-
-  rl_initialize ();
-  if (rl_prep_term_function)
-    (*rl_prep_term_function) (_rl_meta_flag);
-
-#if defined (HANDLE_SIGNALS)
-  rl_set_signals ();
-#endif
-
-  value = readline_internal ();
-  if (rl_deprep_term_function)
-    (*rl_deprep_term_function) ();
-
-#if defined (HANDLE_SIGNALS)
-  rl_clear_signals ();
-#endif
-
-#if 0
-  if (in_callback)
-    RL_SETSTATE (RL_STATE_CALLBACK);
-#endif
-
-#if HAVE_DECL_AUDIT_TTY && defined (ENABLE_TTY_AUDIT_SUPPORT)
-  if (value)
-    _rl_audit_tty (value);
-#endif
-
-  return (value);
-}
-
-#if defined (READLINE_CALLBACKS)
-#  define STATIC_CALLBACK
-#else
-#  define STATIC_CALLBACK static
-#endif
-
-STATIC_CALLBACK void
-readline_internal_setup ()
-{
-  char *nprompt;
-
-  _rl_in_stream = rl_instream;
-  _rl_out_stream = rl_outstream;
-
-  /* Enable the meta key only for the duration of readline(), if this
-     terminal has one and the terminal has been initialized */
-  if (_rl_enable_meta & RL_ISSTATE (RL_STATE_TERMPREPPED))
-    _rl_enable_meta_key ();
-
-  if (rl_startup_hook)
-    (*rl_startup_hook) ();
-
-#if defined (VI_MODE)
-  if (rl_editing_mode == vi_mode)
-    rl_vi_insertion_mode (1, 'i');     /* don't want to reset last */
-#endif /* VI_MODE */
-
-  /* If we're not echoing, we still want to at least print a prompt, because
-     rl_redisplay will not do it for us.  If the calling application has a
-     custom redisplay function, though, let that function handle it. */
-  if (_rl_echoing_p == 0 && rl_redisplay_function == rl_redisplay)
-    {
-      if (rl_prompt && rl_already_prompted == 0)
-       {
-         nprompt = _rl_strip_prompt (rl_prompt);
-         fprintf (_rl_out_stream, "%s", nprompt);
-         fflush (_rl_out_stream);
-         xfree (nprompt);
-       }
-    }
-  else
-    {
-      if (rl_prompt && rl_already_prompted)
-       rl_on_new_line_with_prompt ();
-      else
-       rl_on_new_line ();
-      (*rl_redisplay_function) ();
-    }
-
-  if (rl_pre_input_hook)
-    (*rl_pre_input_hook) ();
-
-  RL_CHECK_SIGNALS ();
-}
-
-STATIC_CALLBACK char *
-readline_internal_teardown (eof)
-     int eof;
-{
-  char *temp;
-  HIST_ENTRY *entry;
-
-  RL_CHECK_SIGNALS ();
-
-  /* Restore the original of this history line, iff the line that we
-     are editing was originally in the history, AND the line has changed. */
-  entry = current_history ();
-
-  if (entry && rl_undo_list)
-    {
-      temp = savestring (the_line);
-      rl_revert_line (1, 0);
-      entry = replace_history_entry (where_history (), the_line, (histdata_t)NULL);
-      _rl_free_history_entry (entry);
-
-      strcpy (the_line, temp);
-      xfree (temp);
-    }
-
-  if (_rl_revert_all_at_newline)
-    _rl_revert_all_lines ();
-
-  /* At any rate, it is highly likely that this line has an undo list.  Get
-     rid of it now. */
-  if (rl_undo_list)
-    rl_free_undo_list ();
-
-  /* Disable the meta key, if this terminal has one and we were told to use it.
-     The check whether or not we sent the enable string is in
-     _rl_disable_meta_key(); the flag is set in _rl_enable_meta_key */
-  _rl_disable_meta_key ();
-
-  /* Restore normal cursor, if available. */
-  _rl_set_insert_mode (RL_IM_INSERT, 0);
-
-  return (eof ? (char *)NULL : savestring (the_line));
-}
-
-void
-_rl_internal_char_cleanup ()
-{
-#if defined (VI_MODE)
-  /* In vi mode, when you exit insert mode, the cursor moves back
-     over the previous character.  We explicitly check for that here. */
-  if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap)
-    rl_vi_check ();
-#endif /* VI_MODE */
-
-  if (rl_num_chars_to_read && rl_end >= rl_num_chars_to_read)
-    {
-      (*rl_redisplay_function) ();
-      _rl_want_redisplay = 0;
-      rl_newline (1, '\n');
-    }
-
-  if (rl_done == 0)
-    {
-      (*rl_redisplay_function) ();
-      _rl_want_redisplay = 0;
-    }
-
-  /* If the application writer has told us to erase the entire line if
-     the only character typed was something bound to rl_newline, do so. */
-  if (rl_erase_empty_line && rl_done && rl_last_func == rl_newline &&
-      rl_point == 0 && rl_end == 0)
-    _rl_erase_entire_line ();
-}
-
-STATIC_CALLBACK int
-#if defined (READLINE_CALLBACKS)
-readline_internal_char ()
-#else
-readline_internal_charloop ()
-#endif
-{
-  static int lastc, eof_found;
-  int c, code, lk;
-
-  lastc = -1;
-  eof_found = 0;
-
-#if !defined (READLINE_CALLBACKS)
-  while (rl_done == 0)
-    {
-#endif
-      lk = _rl_last_command_was_kill;
-
-#if defined (HAVE_POSIX_SIGSETJMP)
-      code = sigsetjmp (_rl_top_level, 0);
-#else
-      code = setjmp (_rl_top_level);
-#endif
-
-      if (code)
-       {
-         (*rl_redisplay_function) ();
-         _rl_want_redisplay = 0;
-         /* If we get here, we're not being called from something dispatched
-            from _rl_callback_read_char(), which sets up its own value of
-            _rl_top_level (saving and restoring the old, of course), so
-            we can just return here. */
-         if (RL_ISSTATE (RL_STATE_CALLBACK))
-           return (0);
-       }
-
-      if (rl_pending_input == 0)
-       {
-         /* Then initialize the argument and number of keys read. */
-         _rl_reset_argument ();
-         rl_key_sequence_length = 0;
-         rl_executing_keyseq[0] = 0;
-       }
-
-      RL_SETSTATE(RL_STATE_READCMD);
-      c = rl_read_key ();
-      RL_UNSETSTATE(RL_STATE_READCMD);
-
-      /* look at input.c:rl_getc() for the circumstances under which this will
-        be returned; punt immediately on read error without converting it to
-        a newline; assume that rl_read_key has already called the signal
-        handler. */
-      if (c == READERR)
-       {
-#if defined (READLINE_CALLBACKS)
-         RL_SETSTATE(RL_STATE_DONE);
-         return (rl_done = 1);
-#else
-         eof_found = 1;
-         break;
-#endif
-       }
-
-      /* EOF typed to a non-blank line is a <NL>.  If we want to change this,
-        to force any existing line to be ignored when read(2) reads EOF,
-        for example, this is the place to change. */
-      if (c == EOF && rl_end)
-       c = NEWLINE;
-
-      /* The character _rl_eof_char typed to blank line, and not as the
-        previous character is interpreted as EOF. */
-      if (((c == _rl_eof_char && lastc != c) || c == EOF) && !rl_end)
-       {
-#if defined (READLINE_CALLBACKS)
-         RL_SETSTATE(RL_STATE_DONE);
-         return (rl_done = 1);
-#else
-         eof_found = 1;
-         break;
-#endif
-       }
-
-      lastc = c;
-      _rl_dispatch ((unsigned char)c, _rl_keymap);
-      RL_CHECK_SIGNALS ();
-
-      /* If there was no change in _rl_last_command_was_kill, then no kill
-        has taken place.  Note that if input is pending we are reading
-        a prefix command, so nothing has changed yet. */
-      if (rl_pending_input == 0 && lk == _rl_last_command_was_kill)
-       _rl_last_command_was_kill = 0;
-
-      _rl_internal_char_cleanup ();
-
-#if defined (READLINE_CALLBACKS)
-      return 0;
-#else
-    }
-
-  return (eof_found);
-#endif
-}
-
-#if defined (READLINE_CALLBACKS)
-static int
-readline_internal_charloop ()
-{
-  int eof = 1;
-
-  while (rl_done == 0)
-    eof = readline_internal_char ();
-  return (eof);
-}
-#endif /* READLINE_CALLBACKS */
-
-/* Read a line of input from the global rl_instream, doing output on
-   the global rl_outstream.
-   If rl_prompt is non-null, then that is our prompt. */
-static char *
-readline_internal ()
-{
-  int eof;
-
-  readline_internal_setup ();
-  eof = readline_internal_charloop ();
-  return (readline_internal_teardown (eof));
-}
-
-void
-_rl_init_line_state ()
-{
-  rl_point = rl_end = rl_mark = 0;
-  the_line = rl_line_buffer;
-  the_line[0] = 0;
-}
-
-void
-_rl_set_the_line ()
-{
-  the_line = rl_line_buffer;
-}
-
-#if defined (READLINE_CALLBACKS)
-_rl_keyseq_cxt *
-_rl_keyseq_cxt_alloc ()
-{
-  _rl_keyseq_cxt *cxt;
-
-  cxt = (_rl_keyseq_cxt *)xmalloc (sizeof (_rl_keyseq_cxt));
-
-  cxt->flags = cxt->subseq_arg = cxt->subseq_retval = 0;
-
-  cxt->okey = 0;
-  cxt->ocxt = _rl_kscxt;
-  cxt->childval = 42;          /* sentinel value */
-
-  return cxt;
-}
-
-void
-_rl_keyseq_cxt_dispose (cxt)
-    _rl_keyseq_cxt *cxt;
-{
-  xfree (cxt);
-}
-
-void
-_rl_keyseq_chain_dispose ()
-{
-  _rl_keyseq_cxt *cxt;
-
-  while (_rl_kscxt)
-    {
-      cxt = _rl_kscxt;
-      _rl_kscxt = _rl_kscxt->ocxt;
-      _rl_keyseq_cxt_dispose (cxt);
-    }
-}
-#endif
-
-static int
-_rl_subseq_getchar (key)
-     int key;
-{
-  int k;
-
-  if (key == ESC)
-    RL_SETSTATE(RL_STATE_METANEXT);
-  RL_SETSTATE(RL_STATE_MOREINPUT);
-  k = rl_read_key ();
-  RL_UNSETSTATE(RL_STATE_MOREINPUT);
-  if (key == ESC)
-    RL_UNSETSTATE(RL_STATE_METANEXT);
-
-  return k;
-}
-
-#if defined (READLINE_CALLBACKS)
-int
-_rl_dispatch_callback (cxt)
-     _rl_keyseq_cxt *cxt;
-{
-  int nkey, r;
-
-  /* For now */
-  /* The first time this context is used, we want to read input and dispatch
-     on it.  When traversing the chain of contexts back `up', we want to use
-     the value from the next context down.  We're simulating recursion using
-     a chain of contexts. */
-  if ((cxt->flags & KSEQ_DISPATCHED) == 0)
-    {
-      nkey = _rl_subseq_getchar (cxt->okey);
-      if (nkey < 0)
-       {
-         _rl_abort_internal ();
-         return -1;
-       }
-      r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
-      cxt->flags |= KSEQ_DISPATCHED;
-    }
-  else
-    r = cxt->childval;
-
-  /* For now */
-  if (r != -3) /* don't do this if we indicate there will be other matches */
-    r = _rl_subseq_result (r, cxt->oldmap, cxt->okey, (cxt->flags & KSEQ_SUBSEQ));
-
-  RL_CHECK_SIGNALS ();
-  /* We only treat values < 0 specially to simulate recursion. */
-  if (r >= 0 || (r == -1 && (cxt->flags & KSEQ_SUBSEQ) == 0))  /* success! or failure! */
-    {
-      _rl_keyseq_chain_dispose ();
-      RL_UNSETSTATE (RL_STATE_MULTIKEY);
-      return r;
-    }
-
-  if (r != -3)                 /* magic value that says we added to the chain */
-    _rl_kscxt = cxt->ocxt;
-  if (_rl_kscxt)
-    _rl_kscxt->childval = r;
-  if (r != -3)
-    _rl_keyseq_cxt_dispose (cxt);
-
-  return r;
-}
-#endif /* READLINE_CALLBACKS */
-  
-/* Do the command associated with KEY in MAP.
-   If the associated command is really a keymap, then read
-   another key, and dispatch into that map. */
-int
-_rl_dispatch (key, map)
-     register int key;
-     Keymap map;
-{
-  _rl_dispatching_keymap = map;
-  return _rl_dispatch_subseq (key, map, 0);
-}
-
-int
-_rl_dispatch_subseq (key, map, got_subseq)
-     register int key;
-     Keymap map;
-     int got_subseq;
-{
-  int r, newkey;
-  char *macro;
-  rl_command_func_t *func;
-#if defined (READLINE_CALLBACKS)
-  _rl_keyseq_cxt *cxt;
-#endif
-
-  if (META_CHAR (key) && _rl_convert_meta_chars_to_ascii)
-    {
-      if (map[ESC].type == ISKMAP)
-       {
-         if (RL_ISSTATE (RL_STATE_MACRODEF))
-           _rl_add_macro_char (ESC);
-         RESIZE_KEYSEQ_BUFFER ();
-         rl_executing_keyseq[rl_key_sequence_length++] = ESC;
-         map = FUNCTION_TO_KEYMAP (map, ESC);
-         key = UNMETA (key);
-         return (_rl_dispatch (key, map));
-       }
-      else
-       rl_ding ();
-      return 0;
-    }
-
-  if (RL_ISSTATE (RL_STATE_MACRODEF))
-    _rl_add_macro_char (key);
-
-  r = 0;
-  switch (map[key].type)
-    {
-    case ISFUNC:
-      func = map[key].function;
-      if (func)
-       {
-         /* Special case rl_do_lowercase_version (). */
-         if (func == rl_do_lowercase_version)
-           /* Should we do anything special if key == ANYOTHERKEY? */
-           return (_rl_dispatch (_rl_to_lower (key), map));
-
-         rl_executing_keymap = map;
-         rl_executing_key = key;
-
-         RESIZE_KEYSEQ_BUFFER();
-         rl_executing_keyseq[rl_key_sequence_length++] = key;
-         rl_executing_keyseq[rl_key_sequence_length] = '\0';
-
-         rl_dispatching = 1;
-         RL_SETSTATE(RL_STATE_DISPATCHING);
-         r = (*func) (rl_numeric_arg * rl_arg_sign, key);
-         RL_UNSETSTATE(RL_STATE_DISPATCHING);
-         rl_dispatching = 0;
-
-         /* If we have input pending, then the last command was a prefix
-            command.  Don't change the state of rl_last_func.  Otherwise,
-            remember the last command executed in this variable. */
-         if (rl_pending_input == 0 && map[key].function != rl_digit_argument)
-           rl_last_func = map[key].function;
-
-         RL_CHECK_SIGNALS ();
-       }
-      else if (map[ANYOTHERKEY].function)
-       {
-         /* OK, there's no function bound in this map, but there is a
-            shadow function that was overridden when the current keymap
-            was created.  Return -2 to note  that. */
-         if (RL_ISSTATE (RL_STATE_MACROINPUT))
-           _rl_prev_macro_key ();
-         else
-           _rl_unget_char  (key);
-         return -2;
-       }
-      else if (got_subseq)
-       {
-         /* Return -1 to note that we're in a subsequence, but  we don't
-            have a matching key, nor was one overridden.  This means
-            we need to back up the recursion chain and find the last
-            subsequence that is bound to a function. */
-         if (RL_ISSTATE (RL_STATE_MACROINPUT))
-           _rl_prev_macro_key ();
-         else
-           _rl_unget_char (key);
-         return -1;
-       }
-      else
-       {
-#if defined (READLINE_CALLBACKS)
-         RL_UNSETSTATE (RL_STATE_MULTIKEY);
-         _rl_keyseq_chain_dispose ();
-#endif
-         _rl_abort_internal ();
-         return -1;
-       }
-      break;
-
-    case ISKMAP:
-      if (map[key].function != 0)
-       {
-#if defined (VI_MODE)
-         /* The only way this test will be true is if a subsequence has been
-            bound starting with ESC, generally the arrow keys.  What we do is
-            check whether there's input in the queue, which there generally
-            will be if an arrow key has been pressed, and, if there's not,
-            just dispatch to (what we assume is) rl_vi_movement_mode right
-            away.  This is essentially an input test with a zero timeout (by
-            default) or a timeout determined by the value of `keyseq-timeout' */
-         /* _rl_keyseq_timeout specified in milliseconds; _rl_input_queued
-            takes microseconds, so multiply by 1000 */
-         if (rl_editing_mode == vi_mode && key == ESC && map == vi_insertion_keymap
-             && _rl_input_queued ((_rl_keyseq_timeout > 0) ? _rl_keyseq_timeout*1000 : 0) == 0)
-           return (_rl_dispatch (ANYOTHERKEY, FUNCTION_TO_KEYMAP (map, key)));
-#endif
-
-         RESIZE_KEYSEQ_BUFFER ();
-         rl_executing_keyseq[rl_key_sequence_length++] = key;
-         _rl_dispatching_keymap = FUNCTION_TO_KEYMAP (map, key);
-
-         /* Allocate new context here.  Use linked contexts (linked through
-            cxt->ocxt) to simulate recursion */
-#if defined (READLINE_CALLBACKS)
-         if (RL_ISSTATE (RL_STATE_CALLBACK))
-           {
-             /* Return 0 only the first time, to indicate success to
-                _rl_callback_read_char.  The rest of the time, we're called
-                from _rl_dispatch_callback, so we return -3 to indicate
-                special handling is necessary. */
-             r = RL_ISSTATE (RL_STATE_MULTIKEY) ? -3 : 0;
-             cxt = _rl_keyseq_cxt_alloc ();
-
-             if (got_subseq)
-               cxt->flags |= KSEQ_SUBSEQ;
-             cxt->okey = key;
-             cxt->oldmap = map;
-             cxt->dmap = _rl_dispatching_keymap;
-             cxt->subseq_arg = got_subseq || cxt->dmap[ANYOTHERKEY].function;
-
-             RL_SETSTATE (RL_STATE_MULTIKEY);
-             _rl_kscxt = cxt;
-
-             return r;         /* don't indicate immediate success */
-           }
-#endif
-
-         /* Tentative inter-character timeout for potential multi-key
-            sequences?  If no input within timeout, abort sequence and
-            act as if we got non-matching input. */
-         /* _rl_keyseq_timeout specified in milliseconds; _rl_input_queued
-            takes microseconds, so multiply by 1000 */
-         if (_rl_keyseq_timeout > 0 &&
-               (RL_ISSTATE (RL_STATE_INPUTPENDING|RL_STATE_MACROINPUT) == 0) &&
-               _rl_pushed_input_available () == 0 &&
-               _rl_dispatching_keymap[ANYOTHERKEY].function &&
-               _rl_input_queued (_rl_keyseq_timeout*1000) == 0)
-           return (_rl_subseq_result (-2, map, key, got_subseq));
-
-         newkey = _rl_subseq_getchar (key);
-         if (newkey < 0)
-           {
-             _rl_abort_internal ();
-             return -1;
-           }
-
-         r = _rl_dispatch_subseq (newkey, _rl_dispatching_keymap, got_subseq || map[ANYOTHERKEY].function);
-         return _rl_subseq_result (r, map, key, got_subseq);
-       }
-      else
-       {
-         _rl_abort_internal ();
-         return -1;
-       }
-      break;
-
-    case ISMACR:
-      if (map[key].function != 0)
-       {
-         rl_executing_keyseq[rl_key_sequence_length] = '\0';
-         macro = savestring ((char *)map[key].function);
-         _rl_with_macro_input (macro);
-         return 0;
-       }
-      break;
-    }
-#if defined (VI_MODE)
-  if (rl_editing_mode == vi_mode && _rl_keymap == vi_movement_keymap &&
-      key != ANYOTHERKEY &&
-      rl_key_sequence_length == 1 &&   /* XXX */
-      _rl_vi_textmod_command (key))
-    _rl_vi_set_last (key, rl_numeric_arg, rl_arg_sign);
-#endif
-
-  return (r);
-}
-
-static int
-_rl_subseq_result (r, map, key, got_subseq)
-     int r;
-     Keymap map;
-     int key, got_subseq;
-{
-  Keymap m;
-  int type, nt;
-  rl_command_func_t *func, *nf;
-
-  if (r == -2)
-    /* We didn't match anything, and the keymap we're indexed into
-       shadowed a function previously bound to that prefix.  Call
-       the function.  The recursive call to _rl_dispatch_subseq has
-       already taken care of pushing any necessary input back onto
-       the input queue with _rl_unget_char. */
-    {
-      m = _rl_dispatching_keymap;
-      type = m[ANYOTHERKEY].type;
-      func = m[ANYOTHERKEY].function;
-      if (type == ISFUNC && func == rl_do_lowercase_version)
-       r = _rl_dispatch (_rl_to_lower (key), map);
-      else if (type == ISFUNC && func == rl_insert)
-       {
-         /* If the function that was shadowed was self-insert, we
-            somehow need a keymap with map[key].func == self-insert.
-            Let's use this one. */
-         nt = m[key].type;
-         nf = m[key].function;
-
-         m[key].type = type;
-         m[key].function = func;
-         r = _rl_dispatch (key, m);
-         m[key].type = nt;
-         m[key].function = nf;
-       }
-      else
-       r = _rl_dispatch (ANYOTHERKEY, m);
-    }
-  else if (r && map[ANYOTHERKEY].function)
-    {
-      /* We didn't match (r is probably -1), so return something to
-        tell the caller that it should try ANYOTHERKEY for an
-        overridden function. */
-      if (RL_ISSTATE (RL_STATE_MACROINPUT))
-       _rl_prev_macro_key ();
-      else
-       _rl_unget_char (key);
-      _rl_dispatching_keymap = map;
-      return -2;
-    }
-  else if (r && got_subseq)
-    {
-      /* OK, back up the chain. */
-      if (RL_ISSTATE (RL_STATE_MACROINPUT))
-       _rl_prev_macro_key ();
-      else
-       _rl_unget_char (key);
-      _rl_dispatching_keymap = map;
-      return -1;
-    }
-
-  return r;
-}
-
-/* **************************************************************** */
-/*                                                                 */
-/*                     Initializations                             */
-/*                                                                 */
-/* **************************************************************** */
-
-/* Initialize readline (and terminal if not already). */
-int
-rl_initialize ()
-{
-  /* If we have never been called before, initialize the
-     terminal and data structures. */
-  if (!rl_initialized)
-    {
-      RL_SETSTATE(RL_STATE_INITIALIZING);
-      readline_initialize_everything ();
-      RL_UNSETSTATE(RL_STATE_INITIALIZING);
-      rl_initialized++;
-      RL_SETSTATE(RL_STATE_INITIALIZED);
-    }
-
-  /* Initialize the current line information. */
-  _rl_init_line_state ();
-
-  /* We aren't done yet.  We haven't even gotten started yet! */
-  rl_done = 0;
-  RL_UNSETSTATE(RL_STATE_DONE);
-
-  /* Tell the history routines what is going on. */
-  _rl_start_using_history ();
-
-  /* Make the display buffer match the state of the line. */
-  rl_reset_line_state ();
-
-  /* No such function typed yet. */
-  rl_last_func = (rl_command_func_t *)NULL;
-
-  /* Parsing of key-bindings begins in an enabled state. */
-  _rl_parsing_conditionalized_out = 0;
-
-#if defined (VI_MODE)
-  if (rl_editing_mode == vi_mode)
-    _rl_vi_initialize_line ();
-#endif
-
-  /* Each line starts in insert mode (the default). */
-  _rl_set_insert_mode (RL_IM_DEFAULT, 1);
-
-  return 0;
-}
-
-#if 0
-#if defined (__EMX__)
-static void
-_emx_build_environ ()
-{
-  TIB *tibp;
-  PIB *pibp;
-  char *t, **tp;
-  int c;
-
-  DosGetInfoBlocks (&tibp, &pibp);
-  t = pibp->pib_pchenv;
-  for (c = 1; *t; c++)
-    t += strlen (t) + 1;
-  tp = environ = (char **)xmalloc ((c + 1) * sizeof (char *));
-  t = pibp->pib_pchenv;
-  while (*t)
-    {
-      *tp++ = t;
-      t += strlen (t) + 1;
-    }
-  *tp = 0;
-}
-#endif /* __EMX__ */
-#endif
-
-/* Initialize the entire state of the world. */
-static void
-readline_initialize_everything ()
-{
-#if 0
-#if defined (__EMX__)
-  if (environ == 0)
-    _emx_build_environ ();
-#endif
-#endif
-
-#if 0
-  /* Find out if we are running in Emacs -- UNUSED. */
-  running_in_emacs = sh_get_env_value ("EMACS") != (char *)0;
-#endif
-
-  /* Set up input and output if they are not already set up. */
-  if (!rl_instream)
-    rl_instream = stdin;
-
-  if (!rl_outstream)
-    rl_outstream = stdout;
-
-  /* Bind _rl_in_stream and _rl_out_stream immediately.  These values
-     may change, but they may also be used before readline_internal ()
-     is called. */
-  _rl_in_stream = rl_instream;
-  _rl_out_stream = rl_outstream;
-
-  /* Allocate data structures. */
-  if (rl_line_buffer == 0)
-    rl_line_buffer = (char *)xmalloc (rl_line_buffer_len = DEFAULT_BUFFER_SIZE);
-
-  /* Initialize the terminal interface. */
-  if (rl_terminal_name == 0)
-    rl_terminal_name = sh_get_env_value ("TERM");
-  _rl_init_terminal_io (rl_terminal_name);
-
-  /* Bind tty characters to readline functions. */
-  readline_default_bindings ();
-
-  /* Initialize the function names. */
-  rl_initialize_funmap ();
-
-  /* Decide whether we should automatically go into eight-bit mode. */
-  _rl_init_eightbit ();
-      
-  /* Read in the init file. */
-  rl_read_init_file ((char *)NULL);
-
-  /* XXX */
-  if (_rl_horizontal_scroll_mode && _rl_term_autowrap)
-    {
-      _rl_screenwidth--;
-      _rl_screenchars -= _rl_screenheight;
-    }
-
-  /* Override the effect of any `set keymap' assignments in the
-     inputrc file. */
-  rl_set_keymap_from_edit_mode ();
-
-  /* Try to bind a common arrow key prefix, if not already bound. */
-  bind_arrow_keys ();
-
-  /* If the completion parser's default word break characters haven't
-     been set yet, then do so now. */
-  if (rl_completer_word_break_characters == (char *)NULL)
-    rl_completer_word_break_characters = (char *)rl_basic_word_break_characters;
-
-#if defined (COLOR_SUPPORT)
-  if (_rl_colored_stats)
-    _rl_parse_colors ();
-#endif
-
-  rl_executing_keyseq = malloc (_rl_executing_keyseq_size = 16);
-  if (rl_executing_keyseq)
-    rl_executing_keyseq[0] = '\0';
-}
-
-/* If this system allows us to look at the values of the regular
-   input editing characters, then bind them to their readline
-   equivalents, iff the characters are not bound to keymaps. */
-static void
-readline_default_bindings ()
-{
-  if (_rl_bind_stty_chars)
-    rl_tty_set_default_bindings (_rl_keymap);
-}
-
-/* Reset the default bindings for the terminal special characters we're
-   interested in back to rl_insert and read the new ones. */
-static void
-reset_default_bindings ()
-{
-  if (_rl_bind_stty_chars)
-    {
-      rl_tty_unset_default_bindings (_rl_keymap);
-      rl_tty_set_default_bindings (_rl_keymap);
-    }
-}
-
-/* Bind some common arrow key sequences in MAP. */
-static void
-bind_arrow_keys_internal (map)
-     Keymap map;
-{
-  Keymap xkeymap;
-
-  xkeymap = _rl_keymap;
-  _rl_keymap = map;
-
-#if defined (__MSDOS__)
-  rl_bind_keyseq_if_unbound ("\033[0A", rl_get_previous_history);
-  rl_bind_keyseq_if_unbound ("\033[0B", rl_backward_char);
-  rl_bind_keyseq_if_unbound ("\033[0C", rl_forward_char);
-  rl_bind_keyseq_if_unbound ("\033[0D", rl_get_next_history);
-#endif
-
-  rl_bind_keyseq_if_unbound ("\033[A", rl_get_previous_history);
-  rl_bind_keyseq_if_unbound ("\033[B", rl_get_next_history);
-  rl_bind_keyseq_if_unbound ("\033[C", rl_forward_char);
-  rl_bind_keyseq_if_unbound ("\033[D", rl_backward_char);
-  rl_bind_keyseq_if_unbound ("\033[H", rl_beg_of_line);
-  rl_bind_keyseq_if_unbound ("\033[F", rl_end_of_line);
-
-  rl_bind_keyseq_if_unbound ("\033OA", rl_get_previous_history);
-  rl_bind_keyseq_if_unbound ("\033OB", rl_get_next_history);
-  rl_bind_keyseq_if_unbound ("\033OC", rl_forward_char);
-  rl_bind_keyseq_if_unbound ("\033OD", rl_backward_char);
-  rl_bind_keyseq_if_unbound ("\033OH", rl_beg_of_line);
-  rl_bind_keyseq_if_unbound ("\033OF", rl_end_of_line);
-
-#if defined (__MINGW32__)
-  rl_bind_keyseq_if_unbound ("\340H", rl_get_previous_history);
-  rl_bind_keyseq_if_unbound ("\340P", rl_get_next_history);
-  rl_bind_keyseq_if_unbound ("\340M", rl_forward_char);
-  rl_bind_keyseq_if_unbound ("\340K", rl_backward_char);
-  rl_bind_keyseq_if_unbound ("\340G", rl_beg_of_line);
-  rl_bind_keyseq_if_unbound ("\340O", rl_end_of_line);
-  rl_bind_keyseq_if_unbound ("\340S", rl_delete);
-  rl_bind_keyseq_if_unbound ("\340R", rl_overwrite_mode);
-
-  /* These may or may not work because of the embedded NUL. */
-  rl_bind_keyseq_if_unbound ("\\000H", rl_get_previous_history);
-  rl_bind_keyseq_if_unbound ("\\000P", rl_get_next_history);
-  rl_bind_keyseq_if_unbound ("\\000M", rl_forward_char);
-  rl_bind_keyseq_if_unbound ("\\000K", rl_backward_char);
-  rl_bind_keyseq_if_unbound ("\\000G", rl_beg_of_line);
-  rl_bind_keyseq_if_unbound ("\\000O", rl_end_of_line);
-  rl_bind_keyseq_if_unbound ("\\000S", rl_delete);
-  rl_bind_keyseq_if_unbound ("\\000R", rl_overwrite_mode);
-#endif
-
-  _rl_keymap = xkeymap;
-}
-
-/* Try and bind the common arrow key prefixes after giving termcap and
-   the inputrc file a chance to bind them and create `real' keymaps
-   for the arrow key prefix. */
-static void
-bind_arrow_keys ()
-{
-  bind_arrow_keys_internal (emacs_standard_keymap);
-
-#if defined (VI_MODE)
-  bind_arrow_keys_internal (vi_movement_keymap);
-  /* Unbind vi_movement_keymap[ESC] to allow users to repeatedly hit ESC
-     in vi command mode while still allowing the arrow keys to work. */
-  if (vi_movement_keymap[ESC].type == ISKMAP)
-    rl_bind_keyseq_in_map ("\033", (rl_command_func_t *)NULL, vi_movement_keymap);
-  bind_arrow_keys_internal (vi_insertion_keymap);
-#endif
-}
-
-/* **************************************************************** */
-/*                                                                 */
-/*             Saving and Restoring Readline's state               */
-/*                                                                 */
-/* **************************************************************** */
-
-int
-rl_save_state (sp)
-     struct readline_state *sp;
-{
-  if (sp == 0)
-    return -1;
-
-  sp->point = rl_point;
-  sp->end = rl_end;
-  sp->mark = rl_mark;
-  sp->buffer = rl_line_buffer;
-  sp->buflen = rl_line_buffer_len;
-  sp->ul = rl_undo_list;
-  sp->prompt = rl_prompt;
-
-  sp->rlstate = rl_readline_state;
-  sp->done = rl_done;
-  sp->kmap = _rl_keymap;
-
-  sp->lastfunc = rl_last_func;
-  sp->insmode = rl_insert_mode;
-  sp->edmode = rl_editing_mode;
-  sp->kseqlen = rl_key_sequence_length;
-  sp->inf = rl_instream;
-  sp->outf = rl_outstream;
-  sp->pendingin = rl_pending_input;
-  sp->macro = rl_executing_macro;
-
-  sp->catchsigs = rl_catch_signals;
-  sp->catchsigwinch = rl_catch_sigwinch;
-
-  return (0);
-}
-
-int
-rl_restore_state (sp)
-     struct readline_state *sp;
-{
-  if (sp == 0)
-    return -1;
-
-  rl_point = sp->point;
-  rl_end = sp->end;
-  rl_mark = sp->mark;
-  the_line = rl_line_buffer = sp->buffer;
-  rl_line_buffer_len = sp->buflen;
-  rl_undo_list = sp->ul;
-  rl_prompt = sp->prompt;
-
-  rl_readline_state = sp->rlstate;
-  rl_done = sp->done;
-  _rl_keymap = sp->kmap;
-
-  rl_last_func = sp->lastfunc;
-  rl_insert_mode = sp->insmode;
-  rl_editing_mode = sp->edmode;
-  rl_key_sequence_length = sp->kseqlen;
-  rl_instream = sp->inf;
-  rl_outstream = sp->outf;
-  rl_pending_input = sp->pendingin;
-  rl_executing_macro = sp->macro;
-
-  rl_catch_signals = sp->catchsigs;
-  rl_catch_sigwinch = sp->catchsigwinch;
-
-  return (0);
-}
index 9eefa889c51b6ce2cff399e6950f43df61ba6abe..607a262c9d7c1eec9f8c87746f37b58446fd1011 100644 (file)
@@ -148,26 +148,26 @@ _rl_wcwidth (WCHAR_T wc)
 {
   switch (wc)
     {
-    case ' ': case '!': case '"': case '#': case '%':
-    case '&': case '\'': case '(': case ')': case '*':
-    case '+': case ',': case '-': case '.': case '/':
-    case '0': case '1': case '2': case '3': case '4':
-    case '5': case '6': case '7': case '8': case '9':
-    case ':': case ';': case '<': case '=': case '>':
-    case '?':
-    case 'A': case 'B': case 'C': case 'D': case 'E':
-    case 'F': case 'G': case 'H': case 'I': case 'J':
-    case 'K': case 'L': case 'M': case 'N': case 'O':
-    case 'P': case 'Q': case 'R': case 'S': case 'T':
-    case 'U': case 'V': case 'W': case 'X': case 'Y':
-    case 'Z':
-    case '[': case '\\': case ']': case '^': case '_':
-    case 'a': case 'b': case 'c': case 'd': case 'e':
-    case 'f': case 'g': case 'h': case 'i': case 'j':
-    case 'k': case 'l': case 'm': case 'n': case 'o':
-    case 'p': case 'q': case 'r': case 's': case 't':
-    case 'u': case 'v': case 'w': case 'x': case 'y':
-    case 'z': case '{': case '|': case '}': case '~':
+    case L' ': case L'!': case L'"': case L'#': case L'%':
+    case L'&': case L'\'': case L'(': case L')': case L'*':
+    case L'+': case L',': case L'-': case L'.': case L'/':
+    case L'0': case L'1': case L'2': case L'3': case L'4':
+    case L'5': case L'6': case L'7': case L'8': case L'9':
+    case L':': case L';': case L'<': case L'=': case L'>':
+    case L'?':
+    case L'A': case L'B': case L'C': case L'D': case L'E':
+    case L'F': case L'G': case L'H': case L'I': case L'J':
+    case L'K': case L'L': case L'M': case L'N': case L'O':
+    case L'P': case L'Q': case L'R': case L'S': case L'T':
+    case L'U': case L'V': case L'W': case L'X': case L'Y':
+    case L'Z':
+    case L'[': case L'\\': case L']': case L'^': case L'_':
+    case L'a': case L'b': case L'c': case L'd': case L'e':
+    case L'f': case L'g': case L'h': case L'i': case L'j':
+    case L'k': case L'l': case L'm': case L'n': case L'o':
+    case L'p': case L'q': case L'r': case L's': case L't':
+    case L'u': case L'v': case L'w': case L'x': case L'y':
+    case L'z': case L'{': case L'|': case L'}': case L'~':
       return 1;
     default:
       return wcwidth (wc);
index 23cf8d31d5741097f65379bb405e6340065eb884..eb0495f9be5914129233da2988142283eb0bfbda 100644 (file)
@@ -1,7 +1,7 @@
 /* rlprivate.h -- functions and variables global to the readline library,
                  but not intended for use by applications. */
 
-/* Copyright (C) 1999-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2025 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.
@@ -640,6 +640,7 @@ extern int _rl_history_search_pos;
 
 /* signals.c */
 extern int volatile _rl_caught_signal;
+extern int volatile _rl_handling_signal;
 
 extern _rl_sigcleanup_func_t *_rl_sigcleanup;
 extern void *_rl_sigcleanarg;
index a4ad94c93b71663044afafd0b3baf2fd4f4603f4..9681775aca8c391179542f26c437214c2cbdde70 100644 (file)
@@ -80,15 +80,25 @@ static int ksrflow;
 #endif
 
 /* Dummy call to force a backgrounded readline to stop before it tries
-   to get the tty settings. */
+   to get the tty settings. But we use the information to set our idea
+   of the screen size if we're in a signal handling context, since it
+   doesn't make sense to waste it. */
 static void
 set_winsize (int tty)
 {
-#if defined (TIOCGWINSZ)
+#if defined (TIOCGWINSZ) || defined (HAVE_TCGETWINSIZE)
   struct winsize w;
-
-  if (ioctl (tty, TIOCGWINSZ, &w) == 0)
-      (void) ioctl (tty, TIOCSWINSZ, &w);
+  
+  if (_rl_tcgetwinsize (tty, &w) == 0)
+    {
+      (void) _rl_tcsetwinsize (tty, &w);
+      /* We restrict this to the case where we're running a signal handler
+        and executing after a SIGTSTP. We can relax it later. */
+#if defined (SIGTSTP)
+      if (RL_ISSTATE (RL_STATE_SIGHANDLER) && _rl_handling_signal == SIGTSTP && rl_prefer_env_winsize == 0)
+       _rl_set_screen_size (w.ws_row, w.ws_col);       /* don't waste the info */
+#endif
+    }
 #endif /* TIOCGWINSZ */
 }
 
index d198fcf87232f68fba0e26ee218b5d4f2a4dec05..3d1c97fcefa34f55d91a936442a2ccf83f3d499f 100644 (file)
@@ -55,4 +55,7 @@
 #  define tcflow(fd, action)   ioctl(fd, TCXONC, action)
 #endif
 
+extern int _rl_tcgetwinsize (int, struct winsize *);
+extern void _rl_tcsetwinsize (int, struct winsize *);
+
 #endif /* _RL_WINSIZE_H */
index 1cdb762981465e744baf32522e25eb89a2f81b39..5a070d774614483b5ef0f602929ee76e3eb3d7ef 100644 (file)
@@ -1,6 +1,6 @@
 /* signals.c -- signal handling support for readline. */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of the GNU Readline Library (Readline), a library
    for reading lines of text with interactive input and history editing.      
@@ -88,6 +88,7 @@ int rl_catch_sigwinch = 0;    /* for the readline state struct in readline.c */
 
 /* Private variables. */
 int volatile _rl_caught_signal = 0;    /* should be sig_atomic_t, but that requires including <signal.h> everywhere */
+int volatile _rl_handling_signal = 0;
 
 /* If non-zero, print characters corresponding to received signals as long as
    the user has indicated his desire to do so (_rl_echo_control_chars). */
@@ -133,6 +134,7 @@ _rl_signal_handler (int sig)
   if (sig == SIGWINCH)
     {
       RL_SETSTATE(RL_STATE_SIGHANDLER);
+      _rl_handling_signal = SIGWINCH;
 
       rl_resize_terminal ();
       /* XXX - experimental for now */
@@ -142,6 +144,7 @@ _rl_signal_handler (int sig)
       if (rl_signal_event_hook)
        (*rl_signal_event_hook) ();
 
+      _rl_handling_signal = 0;
       RL_UNSETSTATE(RL_STATE_SIGHANDLER);
     }
   else
@@ -177,6 +180,7 @@ _rl_handle_signal (int sig)
 #endif /* !HAVE_POSIX_SIGNALS */
 
   RL_SETSTATE(RL_STATE_SIGHANDLER);
+  _rl_handling_signal = sig;
 
 #if !defined (HAVE_BSD_SIGNALS) && !defined (HAVE_POSIX_SIGNALS)
   /* Since the signal will not be blocked while we are in the signal
@@ -301,6 +305,7 @@ _rl_handle_signal (int sig)
       rl_reset_after_signal ();      
     }
 
+  _rl_handling_signal = 0;
   RL_UNSETSTATE(RL_STATE_SIGHANDLER);
   SIGHANDLER_RETURN;
 }
index 7003d2a97d99cef0f10335bafd97ce6692643637..2c70553d1c9dcec96f45ec001c5ffa953a652ef5 100644 (file)
@@ -258,6 +258,30 @@ _win_get_screensize (int *swp, int *shp)
 }
 #endif
 
+int
+_rl_tcgetwinsize (int tty, struct winsize *wp)
+{
+#if defined (HAVE_TCGETWINSIZE)
+  return (tcgetwinsize (tty, wp));
+#elif defined (TIOCGWINSZ)
+  return (ioctl (tty, TIOCGWINSZ, wp));
+#else
+  return -1;
+#endif
+}
+
+void
+_rl_tcsetwinsize (int tty, struct winsize *wp)
+{
+#if defined (HAVE_TCGETWINSIZE)
+  tcsetwinsize (tty, wp);
+#elif defined (TIOCGWINSZ)
+  ioctl (tty, TIOCSWINSZ, wp);
+#else
+  ;
+#endif
+}
+
 /* Get readline's idea of the screen size.  TTY is a file descriptor open
    to the terminal.  If IGNORE_ENV is true, we do not pay attention to the
    values of $LINES and $COLUMNS.  The tests for TERM_STRING_BUFFER being
@@ -266,19 +290,19 @@ void
 _rl_get_screen_size (int tty, int ignore_env)
 {
   char *ss;
-#if defined (TIOCGWINSZ)
+#if defined (TIOCGWINSZ) || defined (HAVE_TCGETWINSIZE)
   struct winsize window_size;
-#endif /* TIOCGWINSZ */
+#endif /* TIOCGWINSZ || HAVE_TCGETWINSIZE */
   int wr, wc;
 
   wr = wc = -1;
-#if defined (TIOCGWINSZ)
-  if (ioctl (tty, TIOCGWINSZ, &window_size) == 0)
+#if defined (TIOCGWINSZ) || defined (HAVE_TCGETWINSIZE)
+  if (_rl_tcgetwinsize (tty, &window_size) == 0)
     {
       wc = (int) window_size.ws_col;
       wr = (int) window_size.ws_row;
     }
-#endif /* TIOCGWINSZ */
+#endif /* TIOCGWINSZ || HAVE_TCGETWINSIZE */
 
 #if defined (__EMX__)
   _emx_get_screensize (&wc, &wr);
index d03c899e57002afe4f4837cb73040bdee01aae89..0a5df9b4009e0a6a2832ab8f90767c45f0fc3910 100644 (file)
@@ -112,6 +112,7 @@ _rl_abort_internal (void)
   RL_UNSETSTATE (RL_STATE_MULTIKEY);   /* XXX */
 
   rl_last_func = (rl_command_func_t *)NULL;
+  _rl_command_to_execute = 0;
 
   _rl_longjmp (_rl_top_level, 1);
   return (0);
index 1b78dcb2f47286573e824c579fe7937ca9d5186d..76b16573e4d01e973810f1f8e57839eca01c165b 100644 (file)
-/* gettimeofday.c - gettimeofday replacement using time() */
+/* Provide gettimeofday for systems that don't have it or for which it's broken.
 
-/* Copyright (C) 2020, 2022 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007, 2009-2025 Free Software Foundation, Inc.
 
-   This file is part of GNU Bash, the Bourne Again SHell.
+   This file is free software: you can redistribute it and/or modify
+   it under the terms of the GNU Lesser General Public License as
+   published by the Free Software Foundation; either version 2.1 of the
+   License, or (at your option) any later version.
 
-   Bash is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   Bash is distributed in the hope that it will be useful,
+   This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   GNU Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-   You should have received a copy of the GNU General Public License
-   along with Bash.  If not, see <http://www.gnu.org/licenses/>.
-*/
+/* written by Jim Meyering */
+
+/* A version of gettimeofday that just sets tv_sec from time(3) on Unix-like
+   systems that don't have it, or a version for Win32 systems. From gnulib */
 
-#include "config.h"
+#include <config.h>
 
 #if !defined (HAVE_GETTIMEOFDAY)
 
 #include "posixtime.h"
-#if HAVE_STDINT_H
-#include <stdint.h>
+
+#if defined _WIN32 && ! defined __CYGWIN__
+# define WINDOWS_NATIVE
+# include <windows.h>
 #endif
 
-/* A version of gettimeofday that just sets tv_sec from time(3) on Unix-like
-   systems that don't have it, or a version for Win32 systems. */
+#ifdef WINDOWS_NATIVE
+
+# if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
+
+/* Avoid warnings from gcc -Wcast-function-type.  */
+#  define GetProcAddress \
+    (void *) GetProcAddress
+
+/* GetSystemTimePreciseAsFileTime was introduced only in Windows 8.  */
+typedef void (WINAPI * GetSystemTimePreciseAsFileTimeFuncType) (FILETIME *lpTime);
+static GetSystemTimePreciseAsFileTimeFuncType GetSystemTimePreciseAsFileTimeFunc = NULL;
+static BOOL initialized = FALSE;
+
+static void
+initialize (void)
+{
+  HMODULE kernel32 = LoadLibrary ("kernel32.dll");
+  if (kernel32 != NULL)
+    {
+      GetSystemTimePreciseAsFileTimeFunc =
+        (GetSystemTimePreciseAsFileTimeFuncType) GetProcAddress (kernel32, "GetSystemTimePreciseAsFileTime");
+    }
+  initialized = TRUE;
+}
+
+# else /* !(_WIN32_WINNT >= _WIN32_WINNT_WIN8) */
+
+#  define GetSystemTimePreciseAsFileTimeFunc GetSystemTimePreciseAsFileTime
+
+# endif /* !(_WIN32_WINNT >= _WIN32_WINNT_WIN8) */
+
+#endif /* WINDOWS_NATIVE */
+
+/* This is a wrapper for gettimeofday.  It is used only on systems
+   that lack this function, or whose implementation of this function
+   causes problems.
+   Work around the bug in some systems whereby gettimeofday clobbers
+   the static buffer that localtime uses for its return value.  The
+   gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
+   this problem.  */
+
 int
 gettimeofday (struct timeval *restrict tv, void *restrict tz)
 {
-#if !defined (_WIN32)
+#undef gettimeofday
+#ifdef WINDOWS_NATIVE
+
+  /* On native Windows, there are two ways to get the current time:
+     GetSystemTimeAsFileTime
+     <https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getsystemtimeasfiletime>
+     or
+     GetSystemTimePreciseAsFileTime
+     <https://docs.microsoft.com/en-us/windows/desktop/api/sysinfoapi/nf-sysinfoapi-getsystemtimepreciseasfiletime>.
+     GetSystemTimeAsFileTime produces values that jump by increments of
+     15.627 milliseconds (!) on average.
+     Whereas GetSystemTimePreciseAsFileTime values usually jump by 1 or 2
+     microseconds.
+     More discussion on this topic:
+     <http://www.windowstimestamp.com/description>.  */
+  FILETIME current_time;
+
+# if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8)
+  if (!initialized)
+    initialize ();
+# endif
+  if (GetSystemTimePreciseAsFileTimeFunc != NULL)
+    GetSystemTimePreciseAsFileTimeFunc (&current_time);
+  else
+    GetSystemTimeAsFileTime (&current_time);
+
+  /* Convert from FILETIME to 'struct timeval'.  */
+  /* FILETIME: <https://docs.microsoft.com/en-us/windows/desktop/api/minwinbase/ns-minwinbase-filetime> */
+  ULONGLONG since_1601 =
+    ((ULONGLONG) current_time.dwHighDateTime << 32)
+    | (ULONGLONG) current_time.dwLowDateTime;
+  /* Between 1601-01-01 and 1970-01-01 there were 280 normal years and 89 leap
+     years, in total 134774 days.  */
+  ULONGLONG since_1970 =
+    since_1601 - (ULONGLONG) 134774 * (ULONGLONG) 86400 * (ULONGLONG) 10000000;
+  ULONGLONG microseconds_since_1970 = since_1970 / (ULONGLONG) 10;
+  *tv = (struct timeval) {
+    .tv_sec  = microseconds_since_1970 / (ULONGLONG) 1000000,
+    .tv_usec = microseconds_since_1970 % (ULONGLONG) 1000000
+  };
+
+  return 0;
+
+#else /* !WINDOWS_NATIVE */
+
   tv->tv_sec = (time_t) time ((time_t *)0);
   tv->tv_usec = 0;
-#else
-  /* EPOCH is the number of 100 nanosecond intervals from
-    January 1, 1601 (UTC) to January 1, 1970.
-    (the correct value has 9 trailing zeros) */
-  static const uint64_t EPOCH = ((uint64_t) 116444736000000000ULL);
-
-  SYSTEMTIME  system_time;
-  FILETIME    file_time;
-  uint64_t    time;
-
-  GetSystemTime(&system_time);
-  SystemTimeToFileTime(&system_time, &file_time);
-  time =  ((uint64_t)file_time.dwLowDateTime);
-  time += ((uint64_t)file_time.dwHighDateTime) << 32;
-
-  tp->tv_sec  = (long) ((time - EPOCH) / 10000000L);
-  tp->tv_usec = (long) (system_time.wMilliseconds * 1000);
-#endif
 
   return 0;
+
+#endif /* !WINDOWS_NATIVE */
 }
-#endif
+
+#endif /* !HAVE_GETTIMEOFDAY */
index 6c5052d032f521e5e876526c2bd55c428fe553d8..3cb39808ea9517d202bfd6ee2d45fe5dac57efe0 100644 (file)
@@ -241,6 +241,8 @@ getmaxgroups (void)
   if (maxgroups > 0)
     return maxgroups;
 
+  /* can also use getgroups (0, NULL) */
+
 #if defined (HAVE_SYSCONF) && defined (_SC_NGROUPS_MAX)
   maxgroups = sysconf (_SC_NGROUPS_MAX);
 #else
index 60bee79f723e0a4d2a88414562144f9dd549f4f7..c0d873b8c01ec7c32420c5085e7484186f0b5321 100644 (file)
  * For VMS dates, add VMS_EXT.
  * For complete POSIX semantics, add POSIX_SEMANTICS.
  *
- * The code for %c, %x, and %X follows the C99 specification for
+ * The code for %X follows the C99 specification for
  * the "C" locale.
  *
- * This version ignores LOCALE information.
- * It also doesn't worry about multi-byte characters.
+ * The code for %c, and %x follows the C11 specification for
+ * the "C" locale.
+ *
+ * With HAVE_NL_LANGINFO defined, locale-based values are used.
+ *
+ * This version doesn't worry about multi-byte characters.
  * So there.
  *
  * Arnold Robbins
@@ -39,6 +43,8 @@
  * Updated December, 2001
  * Updated January, 2011
  * Updated April, 2012
+ * Updated March, 2015
+ * Updated June, 2015
  *
  * Fixes from ado@elsie.nci.nih.gov,
  * February 1991, May 1992
 
 #include <sys/types.h>
 
+#if defined(TM_IN_SYS_TIME)
+#include <sys/time.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <posixtime.h>
 extern int errno;
 #endif
 
+#ifdef HAVE_NL_LANGINFO
+#include <langinfo.h>
+#endif
+
 #if defined (SHELL)
 extern char *get_string_value (const char *);
 #endif
@@ -165,6 +179,146 @@ iso_8601_2000_year(char *buf, int year, size_t fw)
 }
 #endif /* POSIX_2008 */
 
+/* days_a --- return the short name for the day of the week */
+
+static const char *
+days_a(int index)
+{
+#ifdef HAVE_NL_LANGINFO
+       static const nl_item data[] = {
+               ABDAY_1,
+               ABDAY_2,
+               ABDAY_3,
+               ABDAY_4,
+               ABDAY_5,
+               ABDAY_6,
+               ABDAY_7,
+       };
+
+       return nl_langinfo(data[index]);
+#else
+       static const char *data[] = {
+               "Sun", "Mon", "Tue", "Wed",
+               "Thu", "Fri", "Sat",
+       };
+
+       return data[index];
+#endif
+}
+
+/* days_l --- return the long name for the day of the week */
+
+static const char *
+days_l(int index)
+{
+#ifdef HAVE_NL_LANGINFO
+       static const nl_item data[] = {
+               DAY_1,
+               DAY_2,
+               DAY_3,
+               DAY_4,
+               DAY_5,
+               DAY_6,
+               DAY_7,
+       };
+
+       return nl_langinfo(data[index]);
+#else
+       static const char *data[] = {
+               "Sunday", "Monday", "Tuesday", "Wednesday",
+               "Thursday", "Friday", "Saturday",
+       };
+
+       return data[index];
+#endif
+}
+
+/* months_a --- return the short name for the month */
+
+static const char *
+months_a(int index)
+{
+#ifdef HAVE_NL_LANGINFO
+       static const nl_item data[] = {
+               ABMON_1,
+               ABMON_2,
+               ABMON_3,
+               ABMON_4,
+               ABMON_5,
+               ABMON_6,
+               ABMON_7,
+               ABMON_8,
+               ABMON_9,
+               ABMON_10,
+               ABMON_11,
+               ABMON_12,
+       };
+
+       return nl_langinfo(data[index]);
+#else
+       static const char *data[] = {
+               "Jan", "Feb", "Mar", "Apr", "May", "Jun",
+               "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
+       };
+
+       return data[index];
+#endif
+}
+
+/* months_l --- return the short name for the month */
+
+static const char *
+months_l(int index)
+{
+#ifdef HAVE_NL_LANGINFO
+       static const nl_item data[] = {
+               MON_1,
+               MON_2,
+               MON_3,
+               MON_4,
+               MON_5,
+               MON_6,
+               MON_7,
+               MON_8,
+               MON_9,
+               MON_10,
+               MON_11,
+               MON_12,
+       };
+
+       return nl_langinfo(data[index]);
+#else
+       static const char *data[] = {
+               "January", "February", "March", "April",
+               "May", "June", "July", "August", "September",
+               "October", "November", "December",
+       };
+
+       return data[index];
+#endif
+}
+
+/* days_a --- return am/pm string */
+
+static const char *
+ampm(int index)
+{
+#ifdef HAVE_NL_LANGINFO
+       static const nl_item data[] = {
+               AM_STR,
+               PM_STR,
+       };
+
+       return nl_langinfo(data[index]);
+#else
+       static const char *data[] = {
+               "AM", "PM",
+       };
+
+       return data[index];
+#endif
+}
+
 /* strftime --- produce formatted time */
 
 size_t
@@ -199,27 +353,6 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
        char flag;
 #endif /* POSIX_2008 */
 
-       /* various tables, useful in North America */
-       static const char *days_a[] = {
-               "Sun", "Mon", "Tue", "Wed",
-               "Thu", "Fri", "Sat",
-       };
-       static const char *days_l[] = {
-               "Sunday", "Monday", "Tuesday", "Wednesday",
-               "Thursday", "Friday", "Saturday",
-       };
-       static const char *months_a[] = {
-               "Jan", "Feb", "Mar", "Apr", "May", "Jun",
-               "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
-       };
-       static const char *months_l[] = {
-               "January", "February", "March", "April",
-               "May", "June", "July", "August", "September",
-               "October", "November", "December",
-       };
-       static const char *ampm[] = { "AM", "PM", };
-
-       oerrno = errno;
 
        if (s == NULL || format == NULL || timeptr == NULL || maxsize == 0)
                return 0;
@@ -228,6 +361,8 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
        if (strchr(format, '%') == NULL && strlen(format) + 1 >= maxsize)
                return 0;
 
+       oerrno = errno;
+
 #ifndef POSIX_SEMANTICS
        if (first) {
                tzset();
@@ -321,14 +456,14 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                        if (timeptr->tm_wday < 0 || timeptr->tm_wday > 6)
                                strcpy(tbuf, "?");
                        else
-                               strcpy(tbuf, days_a[timeptr->tm_wday]);
+                               strcpy(tbuf, days_a(timeptr->tm_wday));
                        break;
 
                case 'A':       /* full weekday name */
                        if (timeptr->tm_wday < 0 || timeptr->tm_wday > 6)
                                strcpy(tbuf, "?");
                        else
-                               strcpy(tbuf, days_l[timeptr->tm_wday]);
+                               strcpy(tbuf, days_l(timeptr->tm_wday));
                        break;
 
                case 'b':       /* abbreviated month name */
@@ -336,14 +471,14 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                        if (timeptr->tm_mon < 0 || timeptr->tm_mon > 11)
                                strcpy(tbuf, "?");
                        else
-                               strcpy(tbuf, months_a[timeptr->tm_mon]);
+                               strcpy(tbuf, months_a(timeptr->tm_mon));
                        break;
 
                case 'B':       /* full month name */
                        if (timeptr->tm_mon < 0 || timeptr->tm_mon > 11)
                                strcpy(tbuf, "?");
                        else
-                               strcpy(tbuf, months_l[timeptr->tm_mon]);
+                               strcpy(tbuf, months_l(timeptr->tm_mon));
                        break;
 
                case 'c':       /* appropriate date and time representation */
@@ -352,9 +487,16 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                         *
                         * strftime(tbuf, sizeof tbuf, "%a %b %e %H:%M:%S %Y", timeptr);
                         *
-                        * Now, per the ISO 1999 C standard, it this:
+                        * Per the ISO 1999 C standard, it was this:
+                        * strftime(tbuf, sizeof tbuf, "%A %B %d %T %Y", timeptr);
+                        *
+                        * Per the ISO 2011 C standard, it is now this:
                         */
-                       strftime(tbuf, sizeof tbuf, "%A %B %d %T %Y", timeptr);
+#ifdef HAVE_NL_LANGINFO
+                       strftime(tbuf, sizeof tbuf, nl_langinfo(D_T_FMT), timeptr);
+#else
+                       strftime(tbuf, sizeof tbuf, "%a %b %e %T %Y", timeptr);
+#endif
                        break;
 
                case 'C':
@@ -497,9 +639,9 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                case 'p':       /* am or pm based on 12-hour clock */
                        i = range(0, timeptr->tm_hour, 23);
                        if (i < 12)
-                               strcpy(tbuf, ampm[0]);
+                               strcpy(tbuf, ampm(0));
                        else
-                               strcpy(tbuf, ampm[1]);
+                               strcpy(tbuf, ampm(1));
                        break;
 
                case 'r':       /* time as %I:%M:%S %p */
@@ -560,11 +702,25 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                        break;
 
                case 'x':       /* appropriate date representation */
-                       strftime(tbuf, sizeof tbuf, "%A %B %d %Y", timeptr);
+                       /*
+                        * Up to the 2011 standard, this code used:
+                        * strftime(tbuf, sizeof tbuf, "%A %B %d %Y", timeptr);
+                        *
+                        * Now, per the 2011 C standard, this is:
+                        */
+#ifdef HAVE_NL_LANGINFO
+                       strftime(tbuf, sizeof tbuf, nl_langinfo(D_FMT), timeptr);
+#else
+                       strftime(tbuf, sizeof tbuf, "%m/%d/%y", timeptr);
+#endif
                        break;
 
                case 'X':       /* appropriate time representation */
+#ifdef HAVE_NL_LANGINFO
+                       strftime(tbuf, sizeof tbuf, nl_langinfo(T_FMT), timeptr);
+#else
                        goto the_time;
+#endif
                        break;
 
                case 'y':       /* year without a century, 00 - 99 */
@@ -625,12 +781,12 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                         * Systems with tzname[] probably have timezone as
                         * secs west of GMT.  Convert to mins east of GMT.
                         */
-#  if defined(__hpux) || defined (HPUX) || defined(__CYGWIN__)
+#if defined(__hpux) || defined (HPUX) || defined(__CYGWIN__)
                        off = -timezone / 60;
-#  else
+#else
                        /* ADR: 4 August 2001, fixed this per gazelle@interaccess.com */
                        off = -(daylight ? altzone : timezone) / 60;
-#  endif
+#endif
 #else /* !HAVE_TZNAME */
                        gettimeofday(& tv, & zone);
                        off = -zone.tz_minuteswest;
@@ -682,8 +838,12 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
 
 #ifdef HPUX_EXT
                case 'N':       /* Emperor/Era name */
+#ifdef HAVE_NL_LANGINFO
+                       strftime(tbuf, sizeof tbuf, nl_langinfo(ERA), timeptr);
+#else
                        /* this is essentially the same as the century */
                        goto century;   /* %C */
+#endif
 
                case 'o':       /* Emperor/Era year */
                        goto year;      /* %y */
@@ -694,7 +854,7 @@ strftime(char *s, size_t maxsize, const char *format, const struct tm *timeptr)
                case 'v':       /* date as dd-bbb-YYYY */
                        sprintf(tbuf, "%2d-%3.3s-%4ld",
                                range(1, timeptr->tm_mday, 31),
-                               months_a[range(0, timeptr->tm_mon, 11)],
+                               months_a(range(0, timeptr->tm_mon, 11)),
                                timeptr->tm_year + 1900L);
                        for (i = 3; i < 6; i++)
                                if (islower(tbuf[i]))
@@ -925,6 +1085,7 @@ How nicer it depends on a compiler, of course, but always a tiny bit.
 #ifndef NULL
 #include       <stdio.h>
 #endif
+#include       <locale.h>
 #include       <sys/time.h>
 #include       <string.h>
 
@@ -941,11 +1102,11 @@ static char *array[] =
        "(%%C)                                               Century  %C",
        "(%%D)                                       date (%%m/%%d/%%y)  %D",
        "(%%E)                           Locale extensions (ignored)  %E",
-       "(%%F)       full month name, var length (January..December)  %F",
+       "(%%F)                           year-month-day (YYYY-MM-DD)  %F",
        "(%%H)                          hour (24-hour clock, 00..23)  %H",
        "(%%I)                          hour (12-hour clock, 01..12)  %I",
        "(%%M)                                       minute (00..59)  %M",
-       "(%%N)                                      Emperor/Era Name  %N",
+       "(%%N)                                      Emporer/Era Name  %N",
        "(%%O)                           Locale extensions (ignored)  %O",
        "(%%R)                                 time, 24-hour (%%H:%%M)  %R",
        "(%%S)                                       second (00..60)  %S",
@@ -953,12 +1114,12 @@ static char *array[] =
        "(%%U)    week of year, Sunday as first day of week (00..53)  %U",
        "(%%V)                    week of year according to ISO 8601  %V",
        "(%%W)    week of year, Monday as first day of week (00..53)  %W",
-       "(%%X)     appropriate locale time representation (%H:%M:%S)  %X",
+       "(%%X)     appropriate locale time representation (%%H:%%M:%%S)  %X",
        "(%%Y)                           year with century (1970...)  %Y",
        "(%%Z) timezone (EDT), or blank if timezone not determinable  %Z",
        "(%%a)          locale's abbreviated weekday name (Sun..Sat)  %a",
        "(%%b)            locale's abbreviated month name (Jan..Dec)  %b",
-       "(%%c)           full date (Sat Nov  4 12:02:33 1989)%n%t%t%t  %c",
+       "(%%c)           full date + newline (Sat Nov  4 12:02:33 1989)%n%t%t%t  %c",
        "(%%d)                             day of the month (01..31)  %d",
        "(%%e)               day of the month, blank-padded ( 1..31)  %e",
        "(%%h)                                should be same as (%%b)  %h",
@@ -966,7 +1127,7 @@ static char *array[] =
        "(%%k)               hour, 24-hour clock, blank pad ( 0..23)  %k",
        "(%%l)               hour, 12-hour clock, blank pad ( 0..12)  %l",
        "(%%m)                                        month (01..12)  %m",
-       "(%%o)                                      Emperor/Era Year  %o",
+       "(%%o)                                      Emporer/Era Year  %o",
        "(%%p)              locale's AM or PM based on 12-hour clock  %p",
        "(%%r)                   time, 12-hour (same as %%I:%%M:%%S %%p)  %r",
        "(%%u) ISO 8601: Weekday as decimal number [1 (Monday) - 7]   %u",
@@ -981,12 +1142,8 @@ static char *array[] =
 /* main routine. */
 
 int
-main(argc, argv)
-int argc;
-char **argv;
+main(int argc, char **argv)
 {
-       long time();
-
        char *next;
        char string[MAXTIME];
 
@@ -997,6 +1154,8 @@ char **argv;
 
        long clock;
 
+       setlocale(LC_ALL, "");
+
        /* Call the function. */
 
        clock = time((long *) 0);
@@ -1007,6 +1166,6 @@ char **argv;
                printf("%s\n", string);
        }
 
-       exit(0);
+       return 0;
 }
 #endif /* TEST_STRFTIME */
index 0bb10dfb522a686334ca69d168f8ec591f08160d..79db1ce15c0ce521343eab21e553da3664219401 100644 (file)
@@ -43,7 +43,7 @@ typedef ssize_t breadfunc_t (int, char *, size_t);
 typedef ssize_t creadfunc_t (int, char *);
 
 /* Initial memory allocation for automatic growing buffer in zreadlinec */
-#define GET_LINE_INITIAL_ALLOCATION 16
+#define GET_LINE_INITIAL_ALLOCATION 64
 
 /* Derived from GNU libc's getline.
    The behavior is almost the same as getline. See man getline.
index f2e1ea4da5693c81d470cb9875f8f2f8c35a8a3f..0bff51c2b0504694cee39bde3fd7adb1a5a56070 100644 (file)
@@ -44,16 +44,14 @@ extern ssize_t zread (int, char *, size_t);
 
 /* Dump contents of file descriptor FD to *OSTR.  FN is the filename for
    error messages (not used right now). */
-int
+ssize_t
 zmapfd (int fd, char **ostr, const char *fn)
 {
   ssize_t nr;
-  int rval;
   char lbuf[ZBUFSIZ];
   char *result;
   size_t rsize, rind;
 
-  rval = 0;
   result = (char *)xmalloc (rsize = ZBUFSIZ);
   rind = 0;
 
@@ -61,10 +59,7 @@ zmapfd (int fd, char **ostr, const char *fn)
     {
       nr = zread (fd, lbuf, sizeof (lbuf));
       if (nr == 0)
-       {
-         rval = rind;
-         break;
-       }
+       break;
       else if (nr < 0)
        {
          free (result);
@@ -86,5 +81,5 @@ zmapfd (int fd, char **ostr, const char *fn)
   else
     free (result);
 
-  return rval;
+  return (ssize_t)rind;
 }
index fba4fd2bbca3eb3cc1466d9fc0ba7a1dbc1181ab..2b47062ebe004c1b230eac6155c3e7c9bcc3d1fc 100644 (file)
@@ -46,10 +46,6 @@ extern char *realloc ();
 #include <string.h>
 #endif
 
-#if !defined (HAVE_BCOPY) && (defined (HAVE_STRING_H) || defined (STDC_HEADERS))
-#  define bcopy(s, d, n)       memcpy ((d), (s), (n))
-#endif
-
 #else /* not HAVE_CONFIG_H */
 
 #ifdef HAVE_STDLIB_H
@@ -64,17 +60,11 @@ char *realloc ();
 #include <string.h>
 #endif
 
-/* Do this after the include, in case string.h prototypes bcopy.  */
-#if (defined(HAVE_STRING_H) || defined(STDC_HEADERS)) && !defined(bcopy)
-#define bcopy(s, d, n) memcpy ((d), (s), (n))
-#endif
-
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#ifdef _POSIX_VERSION
+
 #include <fcntl.h>
-#endif
 
 #endif /* not HAVE_CONFIG_H */
 
@@ -110,30 +100,31 @@ int bufsize = 128;
 #endif
 
 #ifndef emacs
+static void memory_out (void);
+static void *xmalloc (size_t);
+static void *xrealloc (void *, size_t);
+
 static void
-memory_out ()
+memory_out (void)
 {
   write (2, "virtual memory exhausted\n", 25);
   exit (1);
 }
 
-static char *
-xmalloc (size)
-     unsigned size;
+static void *
+xmalloc (size_t size)
 {
-  register char *tem = malloc (size);
+  register void *tem = malloc (size);
 
   if (!tem)
     memory_out ();
   return tem;
 }
 
-static char *
-xrealloc (ptr, size)
-     char *ptr;
-     unsigned size;
+static void *
+xrealloc (void *ptr, size_t size)
 {
-  register char *tem = realloc (ptr, size);
+  register void *tem = realloc (ptr, size);
 
   if (!tem)
     memory_out ();
@@ -147,15 +138,15 @@ xrealloc (ptr, size)
    for tgetnum, tgetflag and tgetstr to find.  */
 static char *term_entry;
 
-static char *tgetst1 ();
+static char *find_capability (char *, char *);
+static char *tgetst1 (char *, char **);
 
 /* Search entry BP for capability CAP.
    Return a pointer to the capability (in BP) if found,
    0 if not found.  */
 
 static char *
-find_capability (bp, cap)
-     register char *bp, *cap;
+find_capability (char *bp, char *cap)
 {
   for (; *bp; bp++)
     if (bp[0] == ':'
@@ -167,8 +158,7 @@ find_capability (bp, cap)
 
 __private_extern__
 int
-tgetnum (cap)
-     char *cap;
+tgetnum (char *cap)
 {
   register char *ptr = find_capability (term_entry, cap);
   if (!ptr || ptr[-1] != '#')
@@ -178,8 +168,7 @@ tgetnum (cap)
 
 __private_extern__
 int
-tgetflag (cap)
-     char *cap;
+tgetflag (char *cap)
 {
   register char *ptr = find_capability (term_entry, cap);
   return ptr && ptr[-1] == ':';
@@ -192,9 +181,7 @@ tgetflag (cap)
 
 __private_extern__
 char *
-tgetstr (cap, area)
-     char *cap;
-     char **area;
+tgetstr (char *cap, char **area)
 {
   register char *ptr = find_capability (term_entry, cap);
   if (!ptr || (ptr[-1] != '=' && ptr[-1] != '~'))
@@ -220,9 +207,7 @@ static char esctab[]
    or NULL if PTR is NULL.  */
 
 static char *
-tgetst1 (ptr, area)
-     char *ptr;
-     char **area;
+tgetst1 (char *ptr, char **area)
 {
   register char *p, *r;
   register int c;
@@ -313,10 +298,7 @@ static int speeds[] =
 
 __private_extern__
 int
-tputs (str, nlines, outfun)
-     register char *str;
-     int nlines;
-     register int (*outfun) ();
+tputs (char *str, int nlines, int (*outfun)(int))
 {
   register int padcount = 0;
   register int speed;
@@ -392,10 +374,10 @@ struct buffer
 
 /* Forward declarations of static functions.  */
 
-static int scan_file ();
-static char *gobble_line ();
-static int compare_contin ();
-static int name_match ();
+static int scan_file (char *, int, struct buffer *);
+static char *gobble_line (int, struct buffer *, char *);
+static int compare_contin (char *, char *);
+static int name_match (char *, char *);
 
 #ifdef VMS
 
@@ -451,8 +433,7 @@ valid_filename_p (fn)
 
 __private_extern__
 int
-tgetent (bp, name)
-     char *bp, *name;
+tgetent (char *bp, char *name)
 {
   register char *termcap_name;
   register int fd;
@@ -462,7 +443,7 @@ tgetent (bp, name)
   char *term;
   int malloc_size = 0;
   register int c;
-  char *tcenv;                 /* TERMCAP value, if it contains :tc=.  */
+  char *tcenv = NULL;          /* TERMCAP value, if it contains :tc=.  */
   char *indirect = NULL;       /* Terminal type in :tc= in TERMCAP value.  */
   int filep;
 
@@ -621,10 +602,7 @@ tgetent (bp, name)
    or 0 if no entry is found in the file.  */
 
 static int
-scan_file (str, fd, bufp)
-     char *str;
-     int fd;
-     register struct buffer *bufp;
+scan_file (char *str, int fd, struct buffer *bufp)
 {
   register char *end;
 
@@ -661,8 +639,7 @@ scan_file (str, fd, bufp)
    by termcap entry LINE.  */
 
 static int
-name_match (line, name)
-     char *line, *name;
+name_match (char *line, char *name)
 {
   register char *tem;
 
@@ -677,8 +654,7 @@ name_match (line, name)
 }
 
 static int
-compare_contin (str1, str2)
-     register char *str1, *str2;
+compare_contin (char *str1, char *str2)
 {
   register int c1, c2;
   while (1)
@@ -718,10 +694,7 @@ compare_contin (str1, str2)
    thing as one line.  The caller decides when a line is continued.  */
 
 static char *
-gobble_line (fd, bufp, append_end)
-     int fd;
-     register struct buffer *bufp;
-     char *append_end;
+gobble_line (int fd, struct buffer *bufp, char *append_end)
 {
   register char *end;
   register int nread;
@@ -754,7 +727,7 @@ gobble_line (fd, bufp, append_end)
       else
        {
          append_end -= bufp->ptr - buf;
-         bcopy (bufp->ptr, buf, bufp->full -= bufp->ptr - buf);
+         memcpy (buf, bufp->ptr, bufp->full -= bufp->ptr - buf);
          bufp->ptr = buf;
        }
       if (!(nread = read (fd, buf + bufp->full, bufp->size - bufp->full)))
@@ -799,8 +772,7 @@ main (argc, argv)
   printf ("am: %d\n", tgetflag ("am"));
 }
 
-tprint (cap)
-     char *cap;
+tprint (char *cap)
 {
   char *x = tgetstr (cap, 0);
   register char *y;
index cd500efd8fb34d7b3f3c0d1e06afa59d87f80a85..9887dc4d7ce5f9ebbe23ace2c41cc3bfdcc4484d 100644 (file)
@@ -38,16 +38,8 @@ extern char *realloc ();
 #include <string.h>
 #endif
 
-#if !defined (HAVE_BCOPY) && (defined (HAVE_STRING_H) || defined (STDC_HEADERS))
-#  define bcopy(s, d, n)       memcpy ((d), (s), (n))
-#endif
-
 #else /* not HAVE_CONFIG_H */
 
-#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
-#define bcopy(s, d, n) memcpy ((d), (s), (n))
-#endif
-
 #ifdef STDC_HEADERS
 #include <stdlib.h>
 #include <string.h>
@@ -72,23 +64,20 @@ memory_out ()
   exit (1);
 }
 
-static char *
-xmalloc (size)
-     unsigned size;
+static void *
+xmalloc (size_t size)
 {
-  register char *tem = malloc (size);
+  register void *tem = malloc (size);
 
   if (!tem)
     memory_out ();
   return tem;
 }
 
-static char *
-xrealloc (ptr, size)
-     char *ptr;
-     unsigned size;
+static void *
+xrealloc (void *ptr, size_t size)
 {
-  register char *tem = realloc (ptr, size);
+  register void *tem = realloc (ptr, size);
 
   if (!tem)
     memory_out ();
@@ -108,15 +97,11 @@ xrealloc (ptr, size)
 
    The fourth and following args to tparam serve as the parameter values.  */
 
-static char *tparam1 ();
+static char *tparam1 (char *, char *, int, char *, char *, int *);
 
 /* VARARGS 2 */
 char *
-tparam (string, outstring, len, arg0, arg1, arg2, arg3)
-     char *string;
-     char *outstring;
-     int len;
-     int arg0, arg1, arg2, arg3;
+tparam (char *string, char *outstring, int len, int arg0, int arg1, int arg2, int arg3)
 {
   int arg[4];
 
@@ -134,9 +119,7 @@ static char tgoto_buf[50];
 
 __private_extern__
 char *
-tgoto (cm, hpos, vpos)
-     char *cm;
-     int hpos, vpos;
+tgoto (char *cm, int hpos, int vpos)
 {
   int args[2];
   if (!cm)
@@ -147,12 +130,7 @@ tgoto (cm, hpos, vpos)
 }
 
 static char *
-tparam1 (string, outstring, len, up, left, argp)
-     char *string;
-     char *outstring;
-     int len;
-     char *up, *left;
-     register int *argp;
+tparam1 (char *string, char *outstring, int len, char *up, char *left, int *argp)
 {
   register int c;
   register char *p = string;
@@ -173,21 +151,21 @@ tparam1 (string, outstring, len, up, left, argp)
       if (op + 5 >= outend)
        {
          register char *new;
+         int offset = op - outstring;
+
          if (outlen == 0)
            {
              outlen = len + 40;
              new = (char *) xmalloc (outlen);
-             outend += 40;
-             bcopy (outstring, new, op - outstring);
+             memcpy (new, outstring, offset);
            }
          else
            {
-             outend += outlen;
              outlen *= 2;
              new = (char *) xrealloc (outstring, outlen);
            }
-         op += new - outstring;
-         outend += new - outstring;
+         op = new + offset;
+         outend = new + outlen;
          outstring = new;
        }
       c = *p++;
index eb7326013d3091b72af3d7fb3f73ae38820ef820..9230acaf16e1dc80732058a4ce80716fa74eb17f 100644 (file)
@@ -18,6 +18,7 @@ AC_DEFUN([AM_LANGINFO_CODESET],
        [am_cv_langinfo_codeset=no])
     ])
   if test $am_cv_langinfo_codeset = yes; then
+    AC_DEFINE([HAVE_NL_LANGINFO], [1])
     AC_DEFINE([HAVE_LANGINFO_CODESET], [1],
       [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
   fi
diff --git a/m4/d-type.m4 b/m4/d-type.m4
new file mode 100644 (file)
index 0000000..d52ac30
--- /dev/null
@@ -0,0 +1,32 @@
+# d-type.m4
+# serial 12
+dnl Copyright (C) 1997, 1999-2004, 2006, 2009-2025 Free Software Foundation,
+dnl Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl This file is offered as-is, without any warranty.
+
+dnl From Jim Meyering.
+dnl
+dnl Check whether struct dirent has a member named d_type.
+
+AC_DEFUN([gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE],
+  [AC_CACHE_CHECK([for d_type member in directory struct],
+                  [gl_cv_struct_dirent_d_type],
+     [AC_LINK_IFELSE([AC_LANG_PROGRAM([[
+#include <sys/types.h>
+#include <dirent.h>
+         ]],
+         [[struct dirent dp; dp.d_type = 0;]])],
+       [gl_cv_struct_dirent_d_type=yes],
+       [gl_cv_struct_dirent_d_type=no])
+     ]
+   )
+   if test $gl_cv_struct_dirent_d_type = yes; then
+     AC_DEFINE([HAVE_STRUCT_DIRENT_D_TYPE], [1],
+       [Define if there is a member named d_type in the struct describing
+        directory headers.])
+   fi
+  ]
+)
diff --git a/parse.y b/parse.y
index 96bbd024105f89493216cb58bbd393d4f6c2b13f..dd1903190174f75ba113ba810c9d2017c4f20221 100644 (file)
--- a/parse.y
+++ b/parse.y
@@ -1,6 +1,6 @@
 /* parse.y - Yacc grammar for bash. */
 
-/* Copyright (C) 1989-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -6510,7 +6510,13 @@ decode_prompt_string (char *string, int is_prompt)
            case 'u':
              if (current_user.user_name == 0)
                get_current_user_info ();
-             temp = savestring (current_user.user_name);
+             if (promptvars || posixly_correct)
+               /* Make sure that expand_prompt_string is called with a
+                  second argument of Q_DOUBLE_QUOTES if we use this
+                  function here. */
+               temp = sh_backslash_quote_for_double_quotes (current_user.user_name, 0);
+             else
+               temp = savestring (current_user.user_name);
              goto add_string;
 
            case 'h':
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..5640b722e8d7016438caa31794e4b6c96aefdf75 100644 (file)
@@ -0,0 +1,193 @@
+/* A Bison parser, made by GNU Bison 3.8.2.  */
+
+/* Bison interface for Yacc-like parsers in C
+
+   Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
+   Inc.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
+   especially those whose name start with YY_ or yy_.  They are
+   private implementation details that can be changed or removed.  */
+
+#ifndef YY_YY_Y_TAB_H_INCLUDED
+# define YY_YY_Y_TAB_H_INCLUDED
+/* Debug traces.  */
+#ifndef YYDEBUG
+# define YYDEBUG 0
+#endif
+#if YYDEBUG
+extern int yydebug;
+#endif
+
+/* Token kinds.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+  enum yytokentype
+  {
+    YYEMPTY = -2,
+    YYEOF = 0,                     /* "end of file"  */
+    YYerror = 256,                 /* error  */
+    YYUNDEF = 257,                 /* "invalid token"  */
+    IF = 258,                      /* IF  */
+    THEN = 259,                    /* THEN  */
+    ELSE = 260,                    /* ELSE  */
+    ELIF = 261,                    /* ELIF  */
+    FI = 262,                      /* FI  */
+    CASE = 263,                    /* CASE  */
+    ESAC = 264,                    /* ESAC  */
+    FOR = 265,                     /* FOR  */
+    SELECT = 266,                  /* SELECT  */
+    WHILE = 267,                   /* WHILE  */
+    UNTIL = 268,                   /* UNTIL  */
+    DO = 269,                      /* DO  */
+    DONE = 270,                    /* DONE  */
+    FUNCTION = 271,                /* FUNCTION  */
+    COPROC = 272,                  /* COPROC  */
+    COND_START = 273,              /* COND_START  */
+    COND_END = 274,                /* COND_END  */
+    COND_ERROR = 275,              /* COND_ERROR  */
+    IN = 276,                      /* IN  */
+    BANG = 277,                    /* BANG  */
+    TIME = 278,                    /* TIME  */
+    TIMEOPT = 279,                 /* TIMEOPT  */
+    TIMEIGN = 280,                 /* TIMEIGN  */
+    WORD = 281,                    /* WORD  */
+    ASSIGNMENT_WORD = 282,         /* ASSIGNMENT_WORD  */
+    REDIR_WORD = 283,              /* REDIR_WORD  */
+    NUMBER = 284,                  /* NUMBER  */
+    ARITH_CMD = 285,               /* ARITH_CMD  */
+    ARITH_FOR_EXPRS = 286,         /* ARITH_FOR_EXPRS  */
+    COND_CMD = 287,                /* COND_CMD  */
+    AND_AND = 288,                 /* AND_AND  */
+    OR_OR = 289,                   /* OR_OR  */
+    GREATER_GREATER = 290,         /* GREATER_GREATER  */
+    LESS_LESS = 291,               /* LESS_LESS  */
+    LESS_AND = 292,                /* LESS_AND  */
+    LESS_LESS_LESS = 293,          /* LESS_LESS_LESS  */
+    GREATER_AND = 294,             /* GREATER_AND  */
+    SEMI_SEMI = 295,               /* SEMI_SEMI  */
+    SEMI_AND = 296,                /* SEMI_AND  */
+    SEMI_SEMI_AND = 297,           /* SEMI_SEMI_AND  */
+    LESS_LESS_MINUS = 298,         /* LESS_LESS_MINUS  */
+    AND_GREATER = 299,             /* AND_GREATER  */
+    AND_GREATER_GREATER = 300,     /* AND_GREATER_GREATER  */
+    LESS_GREATER = 301,            /* LESS_GREATER  */
+    GREATER_BAR = 302,             /* GREATER_BAR  */
+    BAR_AND = 303,                 /* BAR_AND  */
+    DOLPAREN = 304,                /* DOLPAREN  */
+    DOLBRACE = 305,                /* DOLBRACE  */
+    yacc_EOF = 306                 /* yacc_EOF  */
+  };
+  typedef enum yytokentype yytoken_kind_t;
+#endif
+/* Token kinds.  */
+#define YYEMPTY -2
+#define YYEOF 0
+#define YYerror 256
+#define YYUNDEF 257
+#define IF 258
+#define THEN 259
+#define ELSE 260
+#define ELIF 261
+#define FI 262
+#define CASE 263
+#define ESAC 264
+#define FOR 265
+#define SELECT 266
+#define WHILE 267
+#define UNTIL 268
+#define DO 269
+#define DONE 270
+#define FUNCTION 271
+#define COPROC 272
+#define COND_START 273
+#define COND_END 274
+#define COND_ERROR 275
+#define IN 276
+#define BANG 277
+#define TIME 278
+#define TIMEOPT 279
+#define TIMEIGN 280
+#define WORD 281
+#define ASSIGNMENT_WORD 282
+#define REDIR_WORD 283
+#define NUMBER 284
+#define ARITH_CMD 285
+#define ARITH_FOR_EXPRS 286
+#define COND_CMD 287
+#define AND_AND 288
+#define OR_OR 289
+#define GREATER_GREATER 290
+#define LESS_LESS 291
+#define LESS_AND 292
+#define LESS_LESS_LESS 293
+#define GREATER_AND 294
+#define SEMI_SEMI 295
+#define SEMI_AND 296
+#define SEMI_SEMI_AND 297
+#define LESS_LESS_MINUS 298
+#define AND_GREATER 299
+#define AND_GREATER_GREATER 300
+#define LESS_GREATER 301
+#define GREATER_BAR 302
+#define BAR_AND 303
+#define DOLPAREN 304
+#define DOLBRACE 305
+#define yacc_EOF 306
+
+/* Value type.  */
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+union YYSTYPE
+{
+#line 375 "/usr/local/src/chet/src/bash/src/parse.y"
+
+  WORD_DESC *word;             /* the word that we read. */
+  int number;                  /* the number that we read. */
+  WORD_LIST *word_list;
+  COMMAND *command;
+  REDIRECT *redirect;
+  ELEMENT element;
+  PATTERN_LIST *pattern;
+
+#line 179 "y.tab.h"
+
+};
+typedef union YYSTYPE YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
+# define YYSTYPE_IS_DECLARED 1
+#endif
+
+
+extern YYSTYPE yylval;
+
+
+int yyparse (void);
+
+
+#endif /* !YY_YY_Y_TAB_H_INCLUDED  */
index 35fa324f47b612f01be03012c5ce03ea1aab58be..4075274208aa2f9fc77fa2779e69f4978d5a26bc 100644 (file)
@@ -1,6 +1,6 @@
 /* patchlevel.h -- current bash patch level */
 
-/* Copyright (C) 2001-2024 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
index 47e091e70c8638ea104619958eee5a7820561233..744a0df1ea6e0dee473d043c5567e66cc68ca1d5 100644 (file)
Binary files a/po/hr.gmo and b/po/hr.gmo differ
index 570b4ef7cb2459e167ce2a5f64d300c628936295..961ed2bd05105fb192d24d2c73ca793b6563e281 100644 (file)
--- a/po/hr.po
+++ b/po/hr.po
 # This file is distributed under the same license as the bash package.
 #
 # Tomislav Krznar <tomislav.krznar@gmail.com>, 2012, 2013.
-# Božidar Putanec <bozidarp@yahoo.com>, 2018, 2019, 2020, 2021, 2022, 2023.
+# Božidar Putanec <bozidarp@yahoo.com>, 2018-2025.
 msgid ""
 msgstr ""
 "Project-Id-Version: bash-5.2-rc1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-11-12 11:51-0500\n"
-"PO-Revision-Date: 2024-03-31 18:43-0700\n"
+"POT-Creation-Date: 2022-01-11 14:50-0500\n"
+"PO-Revision-Date: 2025-03-26 20:56-0700\n"
 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
 "Language: hr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Bugs: Report translation errors to the Language-Team address.\n"
 "X-Generator: Poedit 3.2.2\n"
 
-#: arrayfunc.c:63
+#: arrayfunc.c:66
 msgid "bad array subscript"
 msgstr "loši indeks polja"
 
-#: arrayfunc.c:466 builtins/declare.def:748 variables.c:2196 variables.c:2225
-#: variables.c:3099
+#: arrayfunc.c:471 builtins/declare.def:709 variables.c:2242 variables.c:2268
+#: variables.c:3101
 #, c-format
 msgid "%s: removing nameref attribute"
 msgstr "%s: uklanjamo atribut nameref"
 
-#: arrayfunc.c:493 builtins/declare.def:920
+#: arrayfunc.c:496 builtins/declare.def:868
 #, c-format
 msgid "%s: cannot convert indexed to associative array"
 msgstr "%s: nije moguće pretvoriti indeksirano polje u asocijativno polje"
 
-#: arrayfunc.c:789
+#: arrayfunc.c:777
 #, c-format
 msgid "%s: cannot assign to non-numeric index"
 msgstr "%s: nenumerički indeks nije moguć"
 
-#: arrayfunc.c:841
+#: arrayfunc.c:822
 #, c-format
 msgid "%s: %s: must use subscript when assigning associative array"
 msgstr "%s: %s: indeks je nužan pri dodjeli asocijativnom polju"
 
-#: bashhist.c:464
-#, fuzzy
-msgid "cannot create"
+#: bashhist.c:455
+#, c-format
+msgid "%s: cannot create: %s"
 msgstr "%s: nije moguće stvoriti: %s"
 
-#: bashline.c:4628
+#: bashline.c:4479
 msgid "bash_execute_unix_command: cannot find keymap for command"
-msgstr ""
-"bash_execute_unix_command: nije moguće pronaći prečac (keymap) za naredbu"
+msgstr "bash_execute_unix_command: nije moguće pronaći prečac (keymap) za naredbu"
 
-#: bashline.c:4799
+#: bashline.c:4637
 #, c-format
 msgid "%s: first non-whitespace character is not `\"'"
-msgstr "%s: prvi ne bijeli znak nije â\80\9e\"â\80\9c"
+msgstr "%s: prvi ne bijeli znak nije â\80\9e\"â\80\9d"
 
-#: bashline.c:4828
+#: bashline.c:4666
 #, c-format
 msgid "no closing `%c' in %s"
-msgstr "nema zakljuÄ\8dnog â\80\9e%câ\80\9c u %s"
+msgstr "nema zakljuÄ\8dnog â\80\9e%câ\80\9d u %s"
 
-#: bashline.c:4859
-#, fuzzy, c-format
-msgid "%s: missing separator"
-msgstr "%s: nedostaje separator (dvotočka)"
+#: bashline.c:4697
+#, c-format
+msgid "%s: missing colon separator"
+msgstr "%s: nema separatora (dvotočka)"
 
-#: bashline.c:4906
+#: bashline.c:4733
 #, c-format
 msgid "`%s': cannot unbind in command keymap"
-msgstr "â\80\9e%sâ\80\9c: nije moguće razvezati prečac (keymap) za naredbu"
+msgstr "â\80\9e%sâ\80\9d: nije moguće razvezati prečac (keymap) za naredbu"
 
-#: braces.c:320
+#: braces.c:327
 #, c-format
 msgid "brace expansion: cannot allocate memory for %s"
 msgstr "zamjena vitičastih zagrada: nema dovoljno memorije za %s"
 
 # Brace expansion is a mechanism by which arbitrary strings may be generated
-#: braces.c:383
-#, fuzzy, c-format
-msgid "brace expansion: failed to allocate memory for %s elements"
+#: braces.c:406
+#, c-format
+msgid "brace expansion: failed to allocate memory for %u elements"
 msgstr "zamjena vitičastih zagrada: nema dovoljno memorije za %u elemenata"
 
-#: braces.c:442
+#: braces.c:451
 #, c-format
 msgid "brace expansion: failed to allocate memory for `%s'"
-msgstr "zamjena vitiÄ\8dastih zagrada: nema dovoljno memorije za â\80\9e%sâ\80\9c"
+msgstr "zamjena vitiÄ\8dastih zagrada: nema dovoljno memorije za â\80\9e%sâ\80\9d"
 
-#: builtins/alias.def:131 variables.c:1789
+#: builtins/alias.def:131 variables.c:1817
 #, c-format
 msgid "`%s': invalid alias name"
-msgstr "â\80\9e%sâ\80\9c: ime aliasa nije valjano"
+msgstr "â\80\9e%sâ\80\9d: ime aliasa nije valjano"
 
-#: builtins/bind.def:123
+#: builtins/bind.def:122 builtins/bind.def:125
 msgid "line editing not enabled"
 msgstr "nije omogućeno uređivanje redaka"
 
-#: builtins/bind.def:208
+#: builtins/bind.def:212
 #, c-format
 msgid "`%s': invalid keymap name"
-msgstr "â\80\9e%sâ\80\9c: nevaljano ime za prečac (keymap)"
+msgstr "â\80\9e%sâ\80\9d: nevaljano ime za prečac (keymap)"
 
-#: builtins/bind.def:277
-#, fuzzy
-msgid "cannot read"
+#: builtins/bind.def:252
+#, c-format
+msgid "%s: cannot read: %s"
 msgstr "%s: nije moguće pročitati: %s"
 
-#: builtins/bind.def:353 builtins/bind.def:382
+#: builtins/bind.def:328 builtins/bind.def:358
 #, c-format
 msgid "`%s': unknown function name"
-msgstr "â\80\9e%sâ\80\9c: nepoznato ime funkcije"
+msgstr "â\80\9e%sâ\80\9d: nepoznato ime funkcije"
 
-#: builtins/bind.def:361
+#: builtins/bind.def:336
 #, c-format
 msgid "%s is not bound to any keys.\n"
 msgstr "%s nije vezan na nijednu tipku.\n"
 
-#: builtins/bind.def:365
+#: builtins/bind.def:340
 #, c-format
 msgid "%s can be invoked via "
 msgstr "%s se može pozvati s prečacem "
 
-#: builtins/bind.def:401 builtins/bind.def:418
+#: builtins/bind.def:378 builtins/bind.def:395
 #, c-format
 msgid "`%s': cannot unbind"
-msgstr "â\80\9e%sâ\80\9c: nije moguće razvezati"
+msgstr "â\80\9e%sâ\80\9d: nije moguće razvezati"
 
-#: builtins/break.def:80 builtins/break.def:125
+#: builtins/break.def:77 builtins/break.def:119
 msgid "loop count"
 msgstr "broj ponavljanja petlje"
 
-#: builtins/break.def:145
+#: builtins/break.def:139
 msgid "only meaningful in a `for', `while', or `until' loop"
-msgstr "ima smisla samo u â\80\9eforâ\80\9c, â\80\9ewhileâ\80\9c ili â\80\9euntilâ\80\9c petljama"
+msgstr "ima smisla samo u â\80\9eforâ\80\9d, â\80\9ewhileâ\80\9d ili â\80\9euntilâ\80\9d petljama"
 
-#: builtins/caller.def:135
-#, fuzzy
+#: builtins/caller.def:136
 msgid ""
 "Returns the context of the current subroutine call.\n"
 "    \n"
@@ -149,394 +146,361 @@ msgid ""
 "    provide a stack trace.\n"
 "    \n"
 "    The value of EXPR indicates how many call frames to go back before the\n"
-"    current one; the top frame is frame 0.\n"
-"    \n"
-"    Exit Status:\n"
-"    Returns 0 unless the shell is not executing a shell function or EXPR\n"
-"    is invalid."
+"    current one; the top frame is frame 0."
 msgstr ""
 "Vrati kontekst trenutnog poziva funkciji.\n"
 "\n"
-"    Bez IZRAZA, vrati „$line $filename“. Ako je dan IZRAZ, onda vrati\n"
-"    „$line $subroutine $filename“; ova dodatna informacija može poslužiti "
-"za\n"
-"    stvaranje „stack trace“.\n"
-"\n"
-"    Vrijednost IZRAZA naznačuje koliko ciklusa se treba vratiti\n"
-"    unatrag od trenutne pozicije; trenutni ciklus ima vrijednost 0.\n"
+"    Bez IZRAZA, vrati „$line $filename”. S IZRAZOM, vrati\n"
+"    „$line $subroutine $filename”; ovi dodatni podaci mogu poslužiti\n"
+"    za „stack trace”.\n"
 "\n"
-"    Završi s uspjehom osim ako ljuska ne izvršava ljuskinu funkciju\n"
-"    ili je IZRAZ nevaljan."
+"    Vrijednost IZRAZA pokazuje koliko se razina poziva treba vratiti unatrag od\n"
+"    trenutne pozicije, s time da je pozicija 0 trenutna pozicija."
 
-#: builtins/cd.def:321
+#: builtins/cd.def:327
 msgid "HOME not set"
 msgstr "HOME nije definiran"
 
-#: builtins/cd.def:329 builtins/common.c:143 builtins/fc.def:293 test.c:946
+#: builtins/cd.def:335 builtins/common.c:161 test.c:916
 msgid "too many arguments"
 msgstr "previše argumenata"
 
-#: builtins/cd.def:335
+#: builtins/cd.def:342
 msgid "null directory"
 msgstr "null-direktorij"
 
-#: builtins/cd.def:345
+#: builtins/cd.def:353
 msgid "OLDPWD not set"
 msgstr "OLDPWD nije definiran"
 
-#: builtins/common.c:91
+#: builtins/common.c:96
 #, c-format
 msgid "line %d: "
 msgstr "redak %d: "
 
-#: builtins/common.c:117 error.c:227
+#: builtins/common.c:134 error.c:264
 #, c-format
 msgid "warning: "
 msgstr "upozorenje: "
 
-#: builtins/common.c:131
+#: builtins/common.c:148
 #, c-format
 msgid "%s: usage: "
 msgstr "%s: uporaba: "
 
-#: builtins/common.c:178 shell.c:524 shell.c:865
+#: builtins/common.c:193 shell.c:524 shell.c:866
 #, c-format
 msgid "%s: option requires an argument"
 msgstr "%s: opcija zahtijeva argument"
 
-#: builtins/common.c:184
+#: builtins/common.c:200
 #, c-format
 msgid "%s: numeric argument required"
 msgstr "%s: nužan je numerički argument"
 
-#: builtins/common.c:190
+#: builtins/common.c:207
 #, c-format
 msgid "%s: not found"
 msgstr "%s: nije nađeno"
 
-#: builtins/common.c:198 shell.c:878
+#: builtins/common.c:216 shell.c:879
 #, c-format
 msgid "%s: invalid option"
 msgstr "%s: nevaljana opcija"
 
-#: builtins/common.c:204
+#: builtins/common.c:223
 #, c-format
 msgid "%s: invalid option name"
 msgstr "%s: nevaljano ime za opciju"
 
-#: builtins/common.c:210 error.c:461
+#: builtins/common.c:230 execute_cmd.c:2402 general.c:368 general.c:373
 #, c-format
 msgid "`%s': not a valid identifier"
-msgstr "â\80\9e%sâ\80\9c: nije valjano ime"
+msgstr "â\80\9e%sâ\80\9d: nije valjano ime"
 
-#: builtins/common.c:219
+#: builtins/common.c:240
 msgid "invalid octal number"
 msgstr "nevaljan oktalni broj"
 
-#: builtins/common.c:221
+#: builtins/common.c:242
 msgid "invalid hex number"
-msgstr "nevaljan heksadecimalni broj"
+msgstr "nevaljan heksadekadski broj"
 
-#: builtins/common.c:223 expr.c:1559 expr.c:1573
+#: builtins/common.c:244 expr.c:1574
 msgid "invalid number"
 msgstr "nevaljani broj"
 
-#: builtins/common.c:230
+#: builtins/common.c:252
 #, c-format
 msgid "%s: invalid signal specification"
 msgstr "%s: nevaljana specifikacija signala"
 
-#: builtins/common.c:236
+#: builtins/common.c:259
 #, c-format
 msgid "`%s': not a pid or valid job spec"
-msgstr "â\80\9e%sâ\80\9c: nije PID ili nije valjana oznaka posla"
+msgstr "â\80\9e%sâ\80\9d: nije PID ili nije valjana oznaka posla"
 
-#: builtins/common.c:242 error.c:455
+#: builtins/common.c:266 error.c:536
 #, c-format
 msgid "%s: readonly variable"
 msgstr "%s: je samo-za-čitanje varijabla"
 
-#: builtins/common.c:248
+#: builtins/common.c:273
 #, c-format
 msgid "%s: cannot assign"
 msgstr "%s: nije moguće pridružiti"
 
-#: builtins/common.c:255
+#: builtins/common.c:281
 #, c-format
 msgid "%s: %s out of range"
 msgstr "%s: %s je izvan raspona"
 
-#: builtins/common.c:255 builtins/common.c:257
+#: builtins/common.c:281 builtins/common.c:283
 msgid "argument"
 msgstr "argument"
 
-#: builtins/common.c:257
+#: builtins/common.c:283
 #, c-format
 msgid "%s out of range"
 msgstr "%s je izvan raspona"
 
-#: builtins/common.c:264
+#: builtins/common.c:291
 #, c-format
 msgid "%s: no such job"
 msgstr "%s: nema takvog posla"
 
-#: builtins/common.c:271
+#: builtins/common.c:299
 #, c-format
 msgid "%s: no job control"
 msgstr "%s: nema upravljanja poslovima"
 
-#: builtins/common.c:273
+#: builtins/common.c:301
 msgid "no job control"
 msgstr "nema upravljanja poslovima"
 
-#: builtins/common.c:279
-#, fuzzy, c-format
-msgid "%s: invalid job specification"
-msgstr "%s: nevaljana specifikacija za istek vremena (timeout)"
-
-#: builtins/common.c:289
+#: builtins/common.c:311
 #, c-format
 msgid "%s: restricted"
 msgstr "%s: ograničeni način rada"
 
-#: builtins/common.c:291
+#: builtins/common.c:313
 msgid "restricted"
 msgstr "ograničeni način rada"
 
-#: builtins/common.c:298
+#: builtins/common.c:321
 #, c-format
 msgid "%s: not a shell builtin"
 msgstr "%s: nije ugrađena naredba ljuske"
 
-#: builtins/common.c:307
-#, fuzzy
-msgid "write error"
+#: builtins/common.c:330
+#, c-format
+msgid "write error: %s"
 msgstr "greška pisanja: %s"
 
-#: builtins/common.c:314
-#, fuzzy
-msgid "error setting terminal attributes"
+#: builtins/common.c:338
+#, c-format
+msgid "error setting terminal attributes: %s"
 msgstr "greška pri postavljanju svojstava terminala: %s"
 
-#: builtins/common.c:316
-#, fuzzy
-msgid "error getting terminal attributes"
+#: builtins/common.c:340
+#, c-format
+msgid "error getting terminal attributes: %s"
 msgstr "greška pri preuzimanju svojstava terminala: %s"
 
-#: builtins/common.c:611
-#, fuzzy
-msgid "error retrieving current directory"
+#: builtins/common.c:642
+#, c-format
+msgid "%s: error retrieving current directory: %s: %s\n"
 msgstr "%s: greška u određivanju trenutnog direktorija: %s: %s\n"
 
-#: builtins/common.c:675 builtins/common.c:677
+#: builtins/common.c:708 builtins/common.c:710
 #, c-format
 msgid "%s: ambiguous job spec"
 msgstr "%s: dvosmislena oznaka posla"
 
-#: builtins/common.c:709
-#, fuzzy, c-format
-msgid "%s: job specification requires leading `%%'"
-msgstr "%s: opcija zahtijeva argument"
-
-#: builtins/common.c:937
+#: builtins/common.c:971
 msgid "help not available in this version"
 msgstr "u ovoj inačici pomoć nije dostupna"
 
-#: builtins/common.c:1005
-#, c-format
-msgid "%s: not an indexed array"
-msgstr "%s: nije indeksirano polje"
-
-#: builtins/common.c:1028 builtins/set.def:964 variables.c:3868
+#: builtins/common.c:1038 builtins/set.def:953 variables.c:3825
 #, c-format
 msgid "%s: cannot unset: readonly %s"
 msgstr "%s: nije moguće izbrisati: %s je samo-za-čitanje"
 
-#: builtins/common.c:1033 builtins/set.def:930 variables.c:3873
+#: builtins/common.c:1043 builtins/set.def:932 variables.c:3830
 #, c-format
 msgid "%s: cannot unset"
 msgstr "%s: nije moguće izbrisati"
 
-#: builtins/complete.def:285
+#: builtins/complete.def:287
 #, c-format
 msgid "%s: invalid action name"
 msgstr "%s: nevaljano ime za akciju"
 
-#: builtins/complete.def:501 builtins/complete.def:644
-#: builtins/complete.def:899
+#: builtins/complete.def:486 builtins/complete.def:642
+#: builtins/complete.def:873
 #, c-format
 msgid "%s: no completion specification"
 msgstr "%s: nema specifikacije za dovršavanje"
 
-#: builtins/complete.def:703
+#: builtins/complete.def:696
 msgid "warning: -F option may not work as you expect"
 msgstr "upozorenje: opcija -F možda neće raditi prema očekivanju"
 
-#: builtins/complete.def:705
+#: builtins/complete.def:698
 msgid "warning: -C option may not work as you expect"
 msgstr "upozorenje: opcija -C možda neće raditi prema očekivanju"
 
-#: builtins/complete.def:872
+#: builtins/complete.def:846
 msgid "not currently executing completion function"
 msgstr "funkcija dovršavanja trenutno ne radi"
 
-#: builtins/declare.def:139
+#: builtins/declare.def:137
 msgid "can only be used in a function"
 msgstr "može se koristiti samo u funkciji"
 
-#: builtins/declare.def:471
+#: builtins/declare.def:437
 msgid "cannot use `-f' to make functions"
-msgstr "â\80\9e-fâ\80\9c se ne može koristiti za definiranje funkcija"
+msgstr "â\80\9e-fâ\80\9d nije moguÄ\87e koristiti za definiranje funkcija"
 
-#: builtins/declare.def:499 execute_cmd.c:6294
+#: builtins/declare.def:464 execute_cmd.c:6132
 #, c-format
 msgid "%s: readonly function"
 msgstr "%s: je samo-za-čitanje funkcija"
 
-#: builtins/declare.def:556 builtins/declare.def:843
+#: builtins/declare.def:521 builtins/declare.def:804
 #, c-format
 msgid "%s: reference variable cannot be an array"
 msgstr "%s: referentna varijabla ne može biti polje (array)"
 
-#: builtins/declare.def:567 variables.c:3346
+#: builtins/declare.def:532 variables.c:3359
 #, c-format
 msgid "%s: nameref variable self references not allowed"
 msgstr "%s: nameref varijablu nije dopušteno samoreferencirati"
 
-#: builtins/declare.def:572 variables.c:2035 variables.c:3343
+#: builtins/declare.def:537 variables.c:2072 variables.c:3278 variables.c:3286
+#: variables.c:3356
 #, c-format
 msgid "%s: circular name reference"
 msgstr "%s: kružna referencija imena"
 
-#: builtins/declare.def:576 builtins/declare.def:850 builtins/declare.def:859
+#: builtins/declare.def:541 builtins/declare.def:811 builtins/declare.def:820
 #, c-format
 msgid "`%s': invalid variable name for name reference"
-msgstr "â\80\9e%sâ\80\9c: nevaljano ime varijable za referenciju imena"
+msgstr "â\80\9e%sâ\80\9d: nevaljano ime varijable za referenciju imena"
 
-#: builtins/declare.def:908
+#: builtins/declare.def:856
 #, c-format
 msgid "%s: cannot destroy array variables in this way"
 msgstr "%s: nije moguće uništiti varijable polja na ovaj način"
 
-#: builtins/declare.def:914
+#: builtins/declare.def:862 builtins/read.def:887
 #, c-format
 msgid "%s: cannot convert associative to indexed array"
 msgstr "%s: nije moguće pretvoriti asocijativno u indeksirano polje"
 
-#: builtins/declare.def:943
+#: builtins/declare.def:891
 #, c-format
 msgid "%s: quoted compound array assignment deprecated"
 msgstr "%s: dodjela vrijednosti u navodnicima složenom polju je zastarjela"
 
-#: builtins/enable.def:149 builtins/enable.def:157
+#: builtins/enable.def:145 builtins/enable.def:153
 msgid "dynamic loading not available"
 msgstr "dinamičko učitavanje nije dostupno"
 
-#: builtins/enable.def:389
+#: builtins/enable.def:376
 #, c-format
 msgid "cannot open shared object %s: %s"
-msgstr "nije moguće otvoriti dijeljeni objekt %s: %s"
-
-#: builtins/enable.def:408
-#, c-format
-msgid "%s: builtin names may not contain slashes"
-msgstr ""
+msgstr "nije moguće otvoriti zajednički objekt %s: %s"
 
-#: builtins/enable.def:423
+#: builtins/enable.def:405
 #, c-format
 msgid "cannot find %s in shared object %s: %s"
 msgstr "nije moguće pronaći %s u dijeljenom objektu %s: %s"
 
-#: builtins/enable.def:440
+#: builtins/enable.def:422
 #, c-format
 msgid "%s: dynamic builtin already loaded"
 msgstr "%s: dinamički učitljiva ugrađena naredba već je učitana"
 
-#: builtins/enable.def:444
+#: builtins/enable.def:426
 #, c-format
 msgid "load function for %s returns failure (%d): not loaded"
 msgstr "funkcija učitavanja za %s završila je s greškom (%d): nije učitano"
 
-#: builtins/enable.def:565
+#: builtins/enable.def:551
 #, c-format
 msgid "%s: not dynamically loaded"
 msgstr "%s: nije dinamički učitan"
 
-#: builtins/enable.def:591
+#: builtins/enable.def:577
 #, c-format
 msgid "%s: cannot delete: %s"
 msgstr "%s: nije moguće izbrisati: %s"
 
-#: builtins/evalfile.c:137 builtins/hash.def:190 execute_cmd.c:6114
+#: builtins/evalfile.c:138 builtins/hash.def:185 execute_cmd.c:5959
 #, c-format
 msgid "%s: is a directory"
 msgstr "%s: je direktorij"
 
-#: builtins/evalfile.c:143
+#: builtins/evalfile.c:144
 #, c-format
 msgid "%s: not a regular file"
 msgstr "%s: nije obična datoteka"
 
-#: builtins/evalfile.c:152
+#: builtins/evalfile.c:153
 #, c-format
 msgid "%s: file is too large"
 msgstr "%s: datoteka je prevelika"
 
-#: builtins/evalfile.c:189 builtins/evalfile.c:207 execute_cmd.c:6196
-#: shell.c:1690
-#, fuzzy
-msgid "cannot execute binary file"
+#: builtins/evalfile.c:188 builtins/evalfile.c:206 shell.c:1673
+#, c-format
+msgid "%s: cannot execute binary file"
 msgstr "%s: nije moguće izvršiti binarnu datoteku"
 
-#: builtins/evalstring.c:478
-#, fuzzy, c-format
-msgid "%s: ignoring function definition attempt"
-msgstr "greška pri uvozu definicije funkcije za „%s“"
-
-#: builtins/exec.def:157 builtins/exec.def:159 builtins/exec.def:248
-#, fuzzy
-msgid "cannot execute"
+#: builtins/exec.def:158 builtins/exec.def:160 builtins/exec.def:246
+#, c-format
+msgid "%s: cannot execute: %s"
 msgstr "%s: nije moguće izvršiti: %s"
 
-#: builtins/exit.def:61
+#: builtins/exit.def:64
 #, c-format
 msgid "logout\n"
 msgstr "odjavljen\n"
 
-#: builtins/exit.def:85
+#: builtins/exit.def:89
 msgid "not login shell: use `exit'"
-msgstr "nije prijavna ljuska; koristite â\80\9eexitâ\80\9c"
+msgstr "nije prijavna ljuska; koristite â\80\9eexitâ\80\9d"
 
 # stopped > pauzirano ili zaustavljeno
-#: builtins/exit.def:116
+#: builtins/exit.def:121
 #, c-format
 msgid "There are stopped jobs.\n"
 msgstr "Ima zaustavljenih poslova.\n"
 
-#: builtins/exit.def:118
+#: builtins/exit.def:123
 #, c-format
 msgid "There are running jobs.\n"
 msgstr "Ima pokrenutih poslova.\n"
 
-#: builtins/fc.def:284 builtins/fc.def:391 builtins/fc.def:435
+#: builtins/fc.def:275 builtins/fc.def:373 builtins/fc.def:417
 msgid "no command found"
 msgstr "nijedna naredba nije nađena"
 
-#: builtins/fc.def:381 builtins/fc.def:386 builtins/fc.def:425
-#: builtins/fc.def:430
+#: builtins/fc.def:363 builtins/fc.def:368 builtins/fc.def:407
+#: builtins/fc.def:412
 msgid "history specification"
 msgstr "specifikacija povijesti"
 
-#: builtins/fc.def:462
-#, fuzzy
-msgid "cannot open temp file"
+#: builtins/fc.def:444
+#, c-format
+msgid "%s: cannot open temp file: %s"
 msgstr "%s: Nije moguće otvoriti privremenu datoteku: %s"
 
-#: builtins/fg_bg.def:150 builtins/jobs.def:293
+#: builtins/fg_bg.def:152 builtins/jobs.def:284
 msgid "current"
 msgstr "trenutno"
 
-#: builtins/fg_bg.def:159
+#: builtins/fg_bg.def:161
 #, c-format
 msgid "job %d started without job control"
 msgstr "posao %d započet je bez upravljanja poslovima"
@@ -551,11 +515,11 @@ msgstr "%s: nelegalna opcija -- %c\n"
 msgid "%s: option requires an argument -- %c\n"
 msgstr "%s: opcija zahtijeva argument -- %c\n"
 
-#: builtins/hash.def:88
+#: builtins/hash.def:91
 msgid "hashing disabled"
 msgstr "hash-iranje (memoriranje) nije omogućeno"
 
-#: builtins/hash.def:144
+#: builtins/hash.def:139
 #, c-format
 msgid "%s: hash table empty\n"
 msgstr "%s: hash tablica je prazna\n"
@@ -582,18 +546,17 @@ msgstr ""
 
 #: builtins/help.def:185
 #, c-format
-msgid ""
-"no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
+msgid "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
 msgstr ""
-"Nema pomoÄ\87i za â\80\9e%sâ\80\9c.\n"
-"PokuÅ¡ajte s â\80\9ehelp helpâ\80\9c, â\80\9eman -k %sâ\80\9c ili â\80\9einfo %sâ\80\9c."
+"Nema pomoÄ\87i za â\80\9e%sâ\80\9d.\n"
+"PokuÅ¡ajte s â\80\9ehelp helpâ\80\9d, â\80\9eman -k %sâ\80\9d ili â\80\9einfo %sâ\80\9d."
 
-#: builtins/help.def:214
-#, fuzzy
-msgid "cannot open"
-msgstr "obustava nije moguća"
+#: builtins/help.def:223
+#, c-format
+msgid "%s: cannot open: %s"
+msgstr "%s: Nije moguće otvoriti: %s"
 
-#: builtins/help.def:500
+#: builtins/help.def:523
 #, c-format
 msgid ""
 "These shell commands are defined internally.  Type `help' to see this list.\n"
@@ -604,149 +567,150 @@ msgid ""
 "A star (*) next to a name means that the command is disabled.\n"
 "\n"
 msgstr ""
-"Ove bash naredbe su interno definirane. Utipkajte (bez navodnika) â\80\9ehelpâ\80\9c\n"
+"Ove bash naredbe su interno definirane. Utipkajte (bez navodnika) â\80\9ehelpâ\80\9d\n"
 "da vidite popis tih naredbi.\n"
-"Utipkajte â\80\9ehelp imeâ\80\9c za viÅ¡e uputa o naredbi â\80\9eimeâ\80\9c.\n"
-"Koristite â\80\9einfo bashâ\80\9c za detaljnije informacije i upute o ljusci.\n"
-"Koristite â\80\9eman -k ...â\80\9c ili â\80\9einfo ...â\80\9c za više podataka o ostalim naredbama.\n"
+"Utipkajte â\80\9ehelp imeâ\80\9d za viÅ¡e uputa o naredbi â\80\9eimeâ\80\9d.\n"
+"Koristite â\80\9einfo bashâ\80\9d za detaljnije informacije i upute o ljusci.\n"
+"Koristite â\80\9eman -k ...â\80\9d ili â\80\9einfo ...â\80\9d za više podataka o ostalim naredbama.\n"
 "\n"
 "Zvjezdica (*) pokraj imena znači da je naredba onemogućena.\n"
 "\n"
 
-#: builtins/history.def:162
+#: builtins/history.def:159
 msgid "cannot use more than one of -anrw"
 msgstr "moguć je samo jedan od -a, -n, -r ili -w"
 
-#: builtins/history.def:195 builtins/history.def:207 builtins/history.def:218
-#: builtins/history.def:243 builtins/history.def:250
+#: builtins/history.def:192 builtins/history.def:204 builtins/history.def:215
+#: builtins/history.def:228 builtins/history.def:240 builtins/history.def:247
 msgid "history position"
 msgstr "pozicija u povijesti"
 
-#: builtins/history.def:278
-#, fuzzy
-msgid "empty filename"
-msgstr "prazno ime varijable polja"
-
-#: builtins/history.def:280 subst.c:8215
-#, c-format
-msgid "%s: parameter null or not set"
-msgstr "%s: parametar je prazan ili nedefiniran"
-
-#: builtins/history.def:349
+#: builtins/history.def:338
 #, c-format
 msgid "%s: invalid timestamp"
 msgstr "%s: nevaljan vremenski žig"
 
-#: builtins/history.def:457
+#: builtins/history.def:449
 #, c-format
 msgid "%s: history expansion failed"
 msgstr "%s: proširenje povijesti nije uspjelo"
 
+#: builtins/inlib.def:71
+#, c-format
+msgid "%s: inlib failed"
+msgstr "%s: „inlib” nije uspio"
+
 #: builtins/jobs.def:109
 msgid "no other options allowed with `-x'"
-msgstr "uz â\80\9e-xâ\80\9c nije dopuštena nijedna druga opcija"
+msgstr "uz â\80\9e-xâ\80\9d nije dopuštena nijedna druga opcija"
 
-#: builtins/kill.def:213
+#: builtins/kill.def:211
 #, c-format
 msgid "%s: arguments must be process or job IDs"
 msgstr "%s: argumenti moraju biti ID-ovi procesa ili ID-ovi posla"
 
-#: builtins/kill.def:275
+#: builtins/kill.def:274
 msgid "Unknown error"
 msgstr "Nepoznata greška"
 
-#: builtins/let.def:96 builtins/let.def:120 expr.c:633 expr.c:651
+#: builtins/let.def:97 builtins/let.def:122 expr.c:640 expr.c:658
 msgid "expression expected"
 msgstr "očekivan je izraz"
 
-#: builtins/mapfile.def:249 builtins/read.def:373
+#: builtins/mapfile.def:180
+#, c-format
+msgid "%s: not an indexed array"
+msgstr "%s: nije indeksirano polje"
+
+#: builtins/mapfile.def:276 builtins/read.def:336
 #, c-format
 msgid "%s: invalid file descriptor specification"
 msgstr "%s: nevaljana specifikacija deskriptora datoteke"
 
-#: builtins/mapfile.def:257 builtins/read.def:380
-#, fuzzy
-msgid "invalid file descriptor"
+#: builtins/mapfile.def:284 builtins/read.def:343
+#, c-format
+msgid "%d: invalid file descriptor: %s"
 msgstr "%d: nevaljan deskriptor datoteke: %s"
 
-#: builtins/mapfile.def:266 builtins/mapfile.def:304
+#: builtins/mapfile.def:293 builtins/mapfile.def:331
 #, c-format
 msgid "%s: invalid line count"
 msgstr "%s: nevaljan broj (količina) redaka"
 
-#: builtins/mapfile.def:277
+#: builtins/mapfile.def:304
 #, c-format
 msgid "%s: invalid array origin"
 msgstr "%s: nevaljan početak polja (nevaljan indeks polja)"
 
-#: builtins/mapfile.def:294
+#: builtins/mapfile.def:321
 #, c-format
 msgid "%s: invalid callback quantum"
 msgstr "%s: nevaljana količina (redaka između poziva)"
 
-#: builtins/mapfile.def:327
+#: builtins/mapfile.def:354
 msgid "empty array variable name"
 msgstr "prazno ime varijable polja"
 
-#: builtins/mapfile.def:347
+#: builtins/mapfile.def:375
 msgid "array variable support required"
 msgstr "nužna je podrška za varijable (vrsta) polje"
 
-#: builtins/printf.def:477
+#: builtins/printf.def:430
 #, c-format
 msgid "`%s': missing format character"
-msgstr "â\80\9e%sâ\80\9c: nedostaje znak u specifikaciji formata"
+msgstr "â\80\9e%sâ\80\9d: nema znaka za format"
 
-#: builtins/printf.def:603
+#: builtins/printf.def:485
 #, c-format
 msgid "`%c': invalid time format specification"
-msgstr "„%c“: nevaljana specifikacija za format vremena"
-
-#: builtins/printf.def:705
-msgid "string length"
-msgstr ""
+msgstr "„%c”: nevaljana specifikacija za format vremena"
 
-#: builtins/printf.def:805
+#: builtins/printf.def:708
 #, c-format
 msgid "`%c': invalid format character"
-msgstr "â\80\9e%câ\80\9c: nevaljan znak u specifikaciji formata"
+msgstr "â\80\9e%câ\80\9d: nevaljan znak u specifikaciji formata"
 
-#: builtins/printf.def:922
+#: builtins/printf.def:734
+#, c-format
+msgid "warning: %s: %s"
+msgstr "upozorenje: %s: %s"
+
+#: builtins/printf.def:822
 #, c-format
 msgid "format parsing problem: %s"
 msgstr "problem s raščlanjivanjem formata: %s"
 
-#: builtins/printf.def:1107
+#: builtins/printf.def:919
 msgid "missing hex digit for \\x"
-msgstr "nedostaje heksadecimalna znamenka za \\x"
+msgstr "nema heksadekadske znamenke za \\x"
 
-#: builtins/printf.def:1122
+#: builtins/printf.def:934
 #, c-format
 msgid "missing unicode digit for \\%c"
-msgstr "nedostaje unikodna (unicode) znamenka za \\%c"
+msgstr "nema unicode znamenke za \\%c"
 
-#: builtins/pushd.def:198
+#: builtins/pushd.def:199
 msgid "no other directory"
 msgstr "nema drugog direktorija"
 
-#: builtins/pushd.def:358 builtins/pushd.def:383
+#: builtins/pushd.def:360
 #, c-format
 msgid "%s: invalid argument"
 msgstr "%s: nevaljan argument"
 
-#: builtins/pushd.def:501
+#: builtins/pushd.def:480
 msgid "<no current directory>"
 msgstr "<nema trenutnog direktorija>"
 
-#: builtins/pushd.def:543
+#: builtins/pushd.def:524
 msgid "directory stack empty"
 msgstr "stȏg direktorija je prazan"
 
-#: builtins/pushd.def:545
+#: builtins/pushd.def:526
 msgid "directory stack index"
 msgstr "indeks stȏga direktorija"
 
-#: builtins/pushd.def:708
+#: builtins/pushd.def:701
 msgid ""
 "Display the list of currently remembered directories.  Directories\n"
 "    find their way onto the list with the `pushd' command; you can get\n"
@@ -761,32 +725,30 @@ msgid ""
 "    \twith its position in the stack\n"
 "    \n"
 "    Arguments:\n"
-"      +N\tDisplays the Nth entry counting from the left of the list shown "
-"by\n"
+"      +N\tDisplays the Nth entry counting from the left of the list shown by\n"
 "    \tdirs when invoked without options, starting with zero.\n"
 "    \n"
-"      -N\tDisplays the Nth entry counting from the right of the list shown "
-"by\n"
+"      -N\tDisplays the Nth entry counting from the right of the list shown by\n"
 "\tdirs when invoked without options, starting with zero."
 msgstr ""
 "Pokaže popis trenutno zapamćenih direktorija. Direktoriji se unose\n"
-"    na popis pomoÄ\87u naredbe â\80\9epushdâ\80\9c, a s naredbom â\80\9epopdâ\80\9c se uklanjaju.\n"
+"    na popis pomoÄ\87u naredbe â\80\9epushdâ\80\9d, a s naredbom â\80\9epopdâ\80\9d se uklanjaju.\n"
 "\n"
 "    Opcije:\n"
 "      -c   ukloni stȏg direktorija brisanjem svih elemenata\n"
 "      -l   ispiše apsolutne staze direktorija u odnosu na vaš vlastiti\n"
 "             direktorij (ne skraćuje staze upotrebom tilde)\n"
 "      -p   ispiše sadržaj stȏga po jedan direktorij po retku\n"
-"      -v   kao â\80\9e-pâ\80\9c, ali s prefiksom koji pokazuje\n"
+"      -v   kao â\80\9e-pâ\80\9d, ali s prefiksom koji pokazuje\n"
 "             poziciju direktorija u stȏgu\n"
 "\n"
 "    Argumenti:\n"
 "      +N   Pokaže N-ti direktorij iz stȏga, brojeći od od nule s\n"
-"             lijeve strane popisa kad se â\80\9edirsâ\80\9c pokrene bez opcija.\n"
+"             lijeve strane popisa kad se â\80\9edirsâ\80\9d pokrene bez opcija.\n"
 "      -N   Pokaže N-ti direktorij iz stȏga, brojeći od nule s\n"
-"             desne strane popisa kad se â\80\9edirsâ\80\9c pokrene bez opcija."
+"             desne strane popisa kad se â\80\9edirsâ\80\9d pokrene bez opcija."
 
-#: builtins/pushd.def:730
+#: builtins/pushd.def:723
 msgid ""
 "Adds a directory to the top of the directory stack, or rotates\n"
 "    the stack, making the new top of the stack the current working\n"
@@ -819,20 +781,16 @@ msgstr ""
 "           direktorije u stȏg, odnosno samo manipulira sa stȏgom\n"
 "\n"
 "     Argumenti:\n"
-"      +N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule "
-"s\n"
-"             lijeve strane popisa pokazanog s „dirs“) postane novi vrh "
-"stȏga.\n"
-"      -N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule "
-"s\n"
-"             desne strane popisa pokazanog s „dirs“) postane novi vrh "
-"stȏga.\n"
+"      +N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule s\n"
+"             lijeve strane popisa pokazanog s „dirs”) postane novi vrh stȏga.\n"
+"      -N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule s\n"
+"             desne strane popisa pokazanog s „dirs”) postane novi vrh stȏga.\n"
 "      DIREKTORIJ  Doda DIREKTORIJ na vrh stȏga direktorija i\n"
 "                    učini ga novim trenutnim radnim direktorijem.\n"
 "\n"
-"      Naredba â\80\9edirsâ\80\9c prikaže trenutni sadržaj stȏga direktorija."
+"      Naredba â\80\9edirsâ\80\9d prikaže trenutni sadržaj stȏga direktorija."
 
-#: builtins/pushd.def:755
+#: builtins/pushd.def:748
 msgid ""
 "Removes entries from the directory stack.  With no arguments, removes\n"
 "    the top directory from the stack, and changes to the new top directory.\n"
@@ -853,8 +811,7 @@ msgid ""
 "    The `dirs' builtin displays the directory stack."
 msgstr ""
 "Ukloni zapise iz stȏga direktorija. Bez argumenata, ukloni direktorij na\n"
-"    vrhu stȏga i učini da je trenutni radni direktorij jednak novom "
-"direktoriju\n"
+"    vrhu stȏga i učini da je trenutni radni direktorij jednak novom direktoriju\n"
 "    na vrhu stȏga.\n"
 "\n"
 "    Opcije:\n"
@@ -863,358 +820,344 @@ msgstr ""
 "\n"
 "    Argumenti:\n"
 "      +N   Ukloni da N-ti direktorij iz stȏga brojeći od nule s lijeve\n"
-"           strane popisa pokazanog s â\80\9edirsâ\80\9c. Na primjer: â\80\9epopd +0â\80\9c\n"
-"           ukloni prvi, a â\80\9epopd +1â\80\9c ukloni drugi direktorij.\n"
+"           strane popisa pokazanog s â\80\9edirsâ\80\9d. Na primjer: â\80\9epopd +0â\80\9d\n"
+"           ukloni prvi, a â\80\9epopd +1â\80\9d ukloni drugi direktorij.\n"
 "      +N   Ukloni da N-ti direktorij iz stȏga brojeći od nule s desne\n"
-"           strane popisa pokazanog s â\80\9edirsâ\80\9c. Na primjer.: â\80\9epopd -0â\80\9c\n"
-"           ukloni zadnji, a â\80\9epopd -1â\80\9c ukloni predzadnji direktorij.\n"
+"           strane popisa pokazanog s â\80\9edirsâ\80\9d. Na primjer.: â\80\9epopd -0â\80\9d\n"
+"           ukloni zadnji, a â\80\9epopd -1â\80\9d ukloni predzadnji direktorij.\n"
 "\n"
-"    Naredba â\80\9edirsâ\80\9c prikaže trenutni sadržaj stȏga direktorija."
+"    Naredba â\80\9edirsâ\80\9d prikaže trenutni sadržaj stȏga direktorija."
 
-#: builtins/read.def:346
+#: builtins/read.def:308
 #, c-format
 msgid "%s: invalid timeout specification"
 msgstr "%s: nevaljana specifikacija za istek vremena (timeout)"
 
-#: builtins/read.def:909
-#, fuzzy
-msgid "read error"
+#: builtins/read.def:827
+#, c-format
+msgid "read error: %d: %s"
 msgstr "greška čitanja: %d: %s"
 
-#: builtins/return.def:73
+#: builtins/return.def:68
 msgid "can only `return' from a function or sourced script"
-msgstr ""
-"„return“ je moguć samo iz funkcije ili iz skripte pokrenute sa „source”"
+msgstr "„return” je moguć samo iz funkcije ili iz skripte pokrenute sa „source”"
 
-#: builtins/set.def:863
+#: builtins/set.def:869
 msgid "cannot simultaneously unset a function and a variable"
 msgstr "nije moguće istovremeno poništiti funkciju i varijablu"
 
-#: builtins/set.def:981
+#: builtins/set.def:969
 #, c-format
 msgid "%s: not an array variable"
 msgstr "%s: nije varijabla (vrste) polja"
 
-#: builtins/setattr.def:187
+#: builtins/setattr.def:189
 #, c-format
 msgid "%s: not a function"
 msgstr "%s: nije funkcija"
 
-#: builtins/setattr.def:192
+#: builtins/setattr.def:194
 #, c-format
 msgid "%s: cannot export"
 msgstr "%s: Nije moguće izvesti (export)"
 
-#: builtins/shift.def:74 builtins/shift.def:86
+#: builtins/shift.def:72 builtins/shift.def:79
 msgid "shift count"
 msgstr "broj (veličina) pomaka"
 
-#: builtins/shopt.def:332
+#: builtins/shopt.def:323
 msgid "cannot set and unset shell options simultaneously"
 msgstr "nije moguće istovremeno postaviti i poništiti opcije ljuske"
 
-#: builtins/shopt.def:457
+#: builtins/shopt.def:444
 #, c-format
 msgid "%s: invalid shell option name"
 msgstr "%s: nevaljano ime za opciju ljuske"
 
-#: builtins/source.def:143
+#: builtins/source.def:128
 msgid "filename argument required"
 msgstr "ime datoteke je nužno kao argument"
 
-#: builtins/source.def:179
+#: builtins/source.def:154
 #, c-format
 msgid "%s: file not found"
 msgstr "%s: datoteka nije pronađena"
 
-#: builtins/suspend.def:105
+#: builtins/suspend.def:102
 msgid "cannot suspend"
 msgstr "obustava nije moguća"
 
-#: builtins/suspend.def:111
+#: builtins/suspend.def:112
 msgid "cannot suspend a login shell"
 msgstr "nije moguće obustaviti prijavnu ljusku"
 
-#: builtins/test.def:146 test.c:926
-msgid "missing `]'"
-msgstr "nedostaje „]“"
-
-#: builtins/type.def:231
+#: builtins/type.def:235
 #, c-format
 msgid "%s is aliased to `%s'\n"
-msgstr "%s je alias za â\80\9e%sâ\80\9c\n"
+msgstr "%s je alias za â\80\9e%sâ\80\9d\n"
 
-#: builtins/type.def:252
+#: builtins/type.def:256
 #, c-format
 msgid "%s is a shell keyword\n"
 msgstr "%s je ključna riječ ljuske\n"
 
-#: builtins/type.def:270 builtins/type.def:314
-#, c-format
-msgid "%s is a special shell builtin\n"
-msgstr "%s je specijalna ugrađena funkcija ljuske\n"
-
-#: builtins/type.def:289
+#: builtins/type.def:275
 #, c-format
 msgid "%s is a function\n"
 msgstr "%s je funkcija\n"
 
-#: builtins/type.def:316
+#: builtins/type.def:299
+#, c-format
+msgid "%s is a special shell builtin\n"
+msgstr "%s je specijalna ugrađena funkcija ljuske\n"
+
+#: builtins/type.def:301
 #, c-format
 msgid "%s is a shell builtin\n"
 msgstr "%s je ugrađena funkcija ljuske\n"
 
-#: builtins/type.def:338 builtins/type.def:425
+#: builtins/type.def:323 builtins/type.def:408
 #, c-format
 msgid "%s is %s\n"
 msgstr "%s je %s\n"
 
-#: builtins/type.def:358
+#: builtins/type.def:343
 #, c-format
 msgid "%s is hashed (%s)\n"
 msgstr "%s je zapamćen (hashed) (%s)\n"
 
-#: builtins/ulimit.def:401
+#: builtins/ulimit.def:400
 #, c-format
 msgid "%s: invalid limit argument"
 msgstr "%s: nevaljan argument za ograničenje"
 
-#: builtins/ulimit.def:427
+#: builtins/ulimit.def:426
 #, c-format
 msgid "`%c': bad command"
-msgstr "â\80\9e%câ\80\9c: loša naredba"
+msgstr "â\80\9e%câ\80\9d: loša naredba"
 
-#: builtins/ulimit.def:463 builtins/ulimit.def:733
-#, fuzzy
-msgid "cannot get limit"
+#: builtins/ulimit.def:464
+#, c-format
+msgid "%s: cannot get limit: %s"
 msgstr "%s: nije moguće odrediti vrijednost ograničenja: %s"
 
-#: builtins/ulimit.def:496
+#: builtins/ulimit.def:490
 msgid "limit"
 msgstr "ograničenje"
 
-#: builtins/ulimit.def:509 builtins/ulimit.def:797
-#, fuzzy
-msgid "cannot modify limit"
+#: builtins/ulimit.def:502 builtins/ulimit.def:802
+#, c-format
+msgid "%s: cannot modify limit: %s"
 msgstr "%s: nije moguće promijeniti ograničenja: %s"
 
-#: builtins/umask.def:114
+#: builtins/umask.def:115
 msgid "octal number"
 msgstr "oktalni broj"
 
-#: builtins/umask.def:256
+#: builtins/umask.def:232
 #, c-format
 msgid "`%c': invalid symbolic mode operator"
-msgstr "â\80\9e%câ\80\9c: nevaljan operator u simboličnom načinu"
+msgstr "â\80\9e%câ\80\9d: nevaljan operator u simboličnom načinu"
 
-#: builtins/umask.def:341
+#: builtins/umask.def:287
 #, c-format
 msgid "`%c': invalid symbolic mode character"
-msgstr "â\80\9e%câ\80\9c: nevaljan znak u simboličnom načinu"
+msgstr "â\80\9e%câ\80\9d: nevaljan znak u simboličnom načinu"
 
-#: error.c:83 error.c:311 error.c:313 error.c:315
+#: error.c:89 error.c:373 error.c:375 error.c:377
 msgid " line "
 msgstr " redak "
 
-#: error.c:151
+#: error.c:164
 #, c-format
 msgid "last command: %s\n"
 msgstr "zadnja naredba: %s\n"
 
-#: error.c:159
+#: error.c:172
 #, c-format
 msgid "Aborting..."
 msgstr "Prekidamo..."
 
 #. TRANSLATORS: this is a prefix for informational messages.
-#: error.c:244
+#: error.c:287
 #, c-format
 msgid "INFORM: "
 msgstr "informacija: "
 
-#: error.c:261
+#: error.c:310
 #, c-format
 msgid "DEBUG warning: "
 msgstr "Dijagnostičko upozorenje: "
 
-#: error.c:413
+#: error.c:488
 msgid "unknown command error"
 msgstr "nepoznata greška naredbe"
 
-#: error.c:414
+#: error.c:489
 msgid "bad command type"
 msgstr "loš tip naredbe"
 
-#: error.c:415
+#: error.c:490
 msgid "bad connector"
 msgstr "loš konektor"
 
-#: error.c:416
+#: error.c:491
 msgid "bad jump"
 msgstr "loš skok"
 
-#: error.c:449
+#: error.c:529
 #, c-format
 msgid "%s: unbound variable"
 msgstr "%s: nevezana varijabla"
 
-#: eval.c:256
+#: eval.c:243
 msgid "\atimed out waiting for input: auto-logout\n"
-msgstr ""
-"\atimed out, čekanje na ulaz je isteklo: auto-logout, automatska-odjava\n"
+msgstr "\atimed out, čekanje na ulaz je isteklo: auto-logout, automatska-odjava\n"
 
-#: execute_cmd.c:606
-#, fuzzy
-msgid "cannot redirect standard input from /dev/null"
+#: execute_cmd.c:555
+#, c-format
+msgid "cannot redirect standard input from /dev/null: %s"
 msgstr "nije moguće preusmjeriti standardni ulaz iz /dev/null: %s"
 
-#: execute_cmd.c:1404
+#: execute_cmd.c:1317
 #, c-format
 msgid "TIMEFORMAT: `%c': invalid format character"
-msgstr "TIMEFORMAT: â\80\9e%câ\80\9c: nevaljan znak za format"
+msgstr "TIMEFORMAT: â\80\9e%câ\80\9d: nevaljan znak za format"
 
-#: execute_cmd.c:2485
+#: execute_cmd.c:2391
 #, c-format
 msgid "execute_coproc: coproc [%d:%s] still exists"
 msgstr "execute_coproc(): coproc [%d:%s] još uvijek postoji"
 
-#: execute_cmd.c:2639
+#: execute_cmd.c:2524
 msgid "pipe error"
 msgstr "greška cijevi"
 
-#: execute_cmd.c:4092
-#, c-format
-msgid "invalid regular expression `%s': %s"
-msgstr ""
-
-#: execute_cmd.c:4094
-#, c-format
-msgid "invalid regular expression `%s'"
-msgstr ""
-
-#: execute_cmd.c:5048
+#: execute_cmd.c:4923
 #, c-format
 msgid "eval: maximum eval nesting level exceeded (%d)"
 msgstr "eval: prekoračena je dopuštena razina (dubina) gniježđenja eval (%d)"
 
-#: execute_cmd.c:5061
+#: execute_cmd.c:4935
 #, c-format
 msgid "%s: maximum source nesting level exceeded (%d)"
 msgstr "%s: prekoračena je dopuštena razina gniježđenja source (%d)"
 
-#: execute_cmd.c:5190
+#: execute_cmd.c:5043
 #, c-format
 msgid "%s: maximum function nesting level exceeded (%d)"
 msgstr "%s: prekoračena je dopuštena razina gniježđenja funkcije (%d)"
 
-#: execute_cmd.c:5728
-#, fuzzy
-msgid "command not found"
-msgstr "%s: naredba nije pronađena"
-
-#: execute_cmd.c:5757
+#: execute_cmd.c:5598
 #, c-format
 msgid "%s: restricted: cannot specify `/' in command names"
-msgstr "%s: ograniÄ\8denje : znak â\80\9e\80\9c nije dopušten u imenima naredba"
+msgstr "%s: ograniÄ\8denje : znak â\80\9e\80\9d nije dopušten u imenima naredba"
 
-#: execute_cmd.c:6150
-#, fuzzy
-msgid "bad interpreter"
-msgstr "%s: %s: loš interpreter"
+#: execute_cmd.c:5715
+#, c-format
+msgid "%s: command not found"
+msgstr "%s: naredba nije pronađena"
 
-#: execute_cmd.c:6159
+#: execute_cmd.c:5957
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: execute_cmd.c:5975
 #, c-format
 msgid "%s: cannot execute: required file not found"
 msgstr "%s: nije moguće izvršiti: potrebna datoteka nije nađena"
 
-#: execute_cmd.c:6335
+#: execute_cmd.c:6000
+#, c-format
+msgid "%s: %s: bad interpreter"
+msgstr "%s: %s: loš interpreter"
+
+#: execute_cmd.c:6037
+#, c-format
+msgid "%s: cannot execute binary file: %s"
+msgstr "%s: binarnu datoteku %s nije moguće pokrenuti/izvršiti"
+
+#: execute_cmd.c:6123
+#, c-format
+msgid "`%s': is a special builtin"
+msgstr "„%s” je specijalna funkcija ugrađena u ljusku"
+
+#: execute_cmd.c:6175
 #, c-format
 msgid "cannot duplicate fd %d to fd %d"
-msgstr ""
-"nije moguće duplicirati deskriptor datoteke %d u deskriptor datoteke %d"
+msgstr "nije moguće duplicirati deskriptor datoteke %d u deskriptor datoteke %d"
 
-#: expr.c:265
+#: expr.c:263
 msgid "expression recursion level exceeded"
 msgstr "prekoračena je dopuštena razina rekurzija izraza"
 
-#: expr.c:293
+#: expr.c:291
 msgid "recursion stack underflow"
 msgstr "podlijevanje stȏga rekurzija (prazni stȏg)"
 
-#: expr.c:471
-#, fuzzy
-msgid "arithmetic syntax error in expression"
+#: expr.c:478
+msgid "syntax error in expression"
 msgstr "sintaktička greška u izrazu"
 
-#: expr.c:515
+#: expr.c:522
 msgid "attempted assignment to non-variable"
 msgstr "pokušaj dodjeljivanja ne-varijabli (objektu koji nije varijabla)"
 
-#: expr.c:524
-#, fuzzy
-msgid "arithmetic syntax error in variable assignment"
+#: expr.c:531
+msgid "syntax error in variable assignment"
 msgstr "sintaktička greška u dodjeljivanju varijabli"
 
-#: expr.c:538 expr.c:905
+#: expr.c:545 expr.c:912
 msgid "division by 0"
 msgstr "dijeljenje s 0"
 
-#: expr.c:586
+#: expr.c:593
 msgid "bug: bad expassign token"
 msgstr "**interna greška** : loš simbol u izrazu za dodjelu"
 
-#: expr.c:640
+#: expr.c:647
 msgid "`:' expected for conditional expression"
-msgstr "znak â\80\9e\80\9c je nužan u uvjetnom izrazu"
+msgstr "znak â\80\9e\80\9d je nužan u uvjetnom izrazu"
 
-#: expr.c:967
+#: expr.c:973
 msgid "exponent less than 0"
 msgstr "eksponent je manji od 0"
 
-#: expr.c:1028
+#: expr.c:1030
 msgid "identifier expected after pre-increment or pre-decrement"
 msgstr "očekivalo se ime nakon pre-increment ili pre-decrement"
 
-#: expr.c:1055
+#: expr.c:1057
 msgid "missing `)'"
-msgstr "nedostaje „)“"
+msgstr "nema „)”"
 
-#: expr.c:1106 expr.c:1489
-#, fuzzy
-msgid "arithmetic syntax error: operand expected"
+#: expr.c:1108 expr.c:1492
+msgid "syntax error: operand expected"
 msgstr "sintaktička greška: očekivan je operand"
 
-#: expr.c:1450 expr.c:1471
-msgid "--: assignment requires lvalue"
-msgstr ""
-
-#: expr.c:1452 expr.c:1473
-msgid "++: assignment requires lvalue"
-msgstr ""
-
-#: expr.c:1491
-#, fuzzy
-msgid "arithmetic syntax error: invalid arithmetic operator"
+#: expr.c:1494
+msgid "syntax error: invalid arithmetic operator"
 msgstr "sintaktička greška: nevaljan aritmetički operator"
 
-#: expr.c:1514
+#: expr.c:1518
 #, c-format
 msgid "%s%s%s: %s (error token is \"%s\")"
-msgstr "%s%s%s: %s (simbol greÅ¡ke je â\80\9e%sâ\80\9c)"
+msgstr "%s%s%s: %s (simbol greÅ¡ke je â\80\9e%sâ\80\9d)"
 
-#: expr.c:1577
+#: expr.c:1578
 msgid "invalid arithmetic base"
 msgstr "nevaljana aritmetička baza"
 
-#: expr.c:1586
+#: expr.c:1587
 msgid "invalid integer constant"
 msgstr "%s: nevaljana cijelo brojna (integer) konstanta"
 
-#: expr.c:1602
+#: expr.c:1603
 msgid "value too great for base"
 msgstr "vrijednost baze je prevelika"
 
-#: expr.c:1653
+#: expr.c:1652
 #, c-format
 msgid "%s: expression error\n"
 msgstr "%s: greška u izrazu\n"
@@ -1223,197 +1166,186 @@ msgstr "%s: greška u izrazu\n"
 msgid "getcwd: cannot access parent directories"
 msgstr "getcwd(): nije moguće pristupiti nadređenim direktorijima"
 
-#: general.c:459
-#, c-format
-msgid "`%s': is a special builtin"
-msgstr "„%s“ je specijalna funkcija ugrađena u ljusku"
-
-#: input.c:98 subst.c:6540
+#: input.c:99 subst.c:6208
 #, c-format
 msgid "cannot reset nodelay mode for fd %d"
 msgstr "nije moguće onemogućiti „nodelay” način za deskriptor datoteke %d"
 
-#: input.c:254
+#: input.c:266
 #, c-format
 msgid "cannot allocate new file descriptor for bash input from fd %d"
-msgstr ""
-"nije moguće rezervirati novi datotečni deskriptor za bash ulaz iz datotečnog "
-"deskriptora %d"
+msgstr "nije moguće rezervirati novi datotečni deskriptor za bash ulaz iz datotečnog deskriptora %d"
 
-#: input.c:262
+#: input.c:274
 #, c-format
 msgid "save_bash_input: buffer already exists for new fd %d"
-msgstr ""
-"save_bash_input(): međuspremnik već postoji za novi datotečni deskriptor %d"
+msgstr "save_bash_input(): međuspremnik već postoji za novi datotečni deskriptor %d"
 
-#: jobs.c:549
+#: jobs.c:543
 msgid "start_pipeline: pgrp pipe"
 msgstr "start_pipeline(): pgrp pipe (procesna skupina cijevi)"
 
-#: jobs.c:910
+#: jobs.c:907
 #, c-format
 msgid "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
 msgstr "bgp_delete: PETLJA: psi (%d) == storage[psi].bucket_next"
 
-#: jobs.c:962
+#: jobs.c:960
 #, c-format
 msgid "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
 msgstr "bgp_search: PETLJA: psi (%d) == storage[psi].bucket_next"
 
-#: jobs.c:1380
+#: jobs.c:1279
 #, c-format
 msgid "forked pid %d appears in running job %d"
 msgstr "račvani PID %d pripada tekućem poslu %d"
 
-#: jobs.c:1496
+#: jobs.c:1397
 #, c-format
 msgid "deleting stopped job %d with process group %ld"
 msgstr "uklanjamo zaustavljeni posao %d sa skupinom procesa %ld"
 
-#: jobs.c:1620
+#: jobs.c:1502
 #, c-format
 msgid "add_process: pid %5ld (%s) marked as still alive"
 msgstr "add_process(): PID %5ld (%s) označen kao još uvijek aktivan"
 
-#: jobs.c:1949
+#: jobs.c:1839
 #, c-format
 msgid "describe_pid: %ld: no such pid"
 msgstr "describe_pid(): %ld: PID ne postoji"
 
-#: jobs.c:1963
+#: jobs.c:1854
 #, c-format
 msgid "Signal %d"
 msgstr "Signal %d"
 
-#: jobs.c:1974 jobs.c:2000
+#: jobs.c:1868 jobs.c:1894
 msgid "Done"
 msgstr "Gotovo"
 
-#: jobs.c:1979 siglist.c:123
+#: jobs.c:1873 siglist.c:123
 msgid "Stopped"
 msgstr "Zaustavljeno"
 
-#: jobs.c:1983
+#: jobs.c:1877
 #, c-format
 msgid "Stopped(%s)"
 msgstr "Zaustavljeno(%s)"
 
-#: jobs.c:1987
+#: jobs.c:1881
 msgid "Running"
 msgstr "Pokrenuto"
 
-#: jobs.c:2004
+#: jobs.c:1898
 #, c-format
 msgid "Done(%d)"
 msgstr "Gotovo(%d)"
 
-#: jobs.c:2006
+#: jobs.c:1900
 #, c-format
 msgid "Exit %d"
 msgstr "Izlaz %d"
 
-#: jobs.c:2009
+#: jobs.c:1903
 msgid "Unknown status"
 msgstr "Nepoznata izlazna vrijednost (izlazni kȏd)Nepoznato"
 
-#: jobs.c:2105
+#: jobs.c:1990
 #, c-format
 msgid "(core dumped) "
 msgstr "(ispis memorije je spremljen!) "
 
-#: jobs.c:2124
+#: jobs.c:2009
 #, c-format
 msgid "  (wd: %s)"
 msgstr "  (wd: %s)"
 
-#: jobs.c:2391
+#: jobs.c:2250
 #, c-format
 msgid "child setpgid (%ld to %ld)"
 msgstr "promijeni skupinu potomka (% ld u% ld)"
 
-#: jobs.c:2753 nojobs.c:640
+#: jobs.c:2608 nojobs.c:666
 #, c-format
 msgid "wait: pid %ld is not a child of this shell"
 msgstr "wait: PID %ld nije potomak ove ljuske"
 
-#: jobs.c:3049
+#: jobs.c:2884
 #, c-format
 msgid "wait_for: No record of process %ld"
 msgstr "wait_for: proces %ld nije nigdje registriran"
 
-#: jobs.c:3407
+#: jobs.c:3223
 #, c-format
 msgid "wait_for_job: job %d is stopped"
 msgstr "wait_for_job: posao %d je zaustavljen"
 
-#: jobs.c:3835
+#: jobs.c:3551
 #, c-format
 msgid "%s: no current jobs"
 msgstr "%s: nema tekućih poslova"
 
-#: jobs.c:3842
+#: jobs.c:3558
 #, c-format
 msgid "%s: job has terminated"
 msgstr "%s: posao je završen"
 
-#: jobs.c:3851
+#: jobs.c:3567
 #, c-format
 msgid "%s: job %d already in background"
 msgstr "%s: posao %d je već u pozadini"
 
-#: jobs.c:4089
+#: jobs.c:3793
 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
-msgstr ""
-"waitchld(): WNOHANG je omogućen kako bi se izbjeglo neograničeno blokiranje"
+msgstr "waitchld(): WNOHANG je omogućen kako bi se izbjeglo neograničeno blokiranje"
 
-#: jobs.c:4638
+#: jobs.c:4307
 #, c-format
 msgid "%s: line %d: "
 msgstr "%s: redak %d: "
 
-#: jobs.c:4654 nojobs.c:895
+#: jobs.c:4321 nojobs.c:921
 #, c-format
 msgid " (core dumped)"
 msgstr " (ispis memorije je spremljen!)"
 
-#: jobs.c:4674 jobs.c:4694
+#: jobs.c:4333 jobs.c:4346
 #, c-format
 msgid "(wd now: %s)\n"
 msgstr "(radni direktorij je sada: %s)\n"
 
-#: jobs.c:4738
+#: jobs.c:4378
 msgid "initialize_job_control: getpgrp failed"
 msgstr "initialize_job_control: getpgrp() nije uspješna"
 
-#: jobs.c:4794
+#: jobs.c:4434
 msgid "initialize_job_control: no job control in background"
 msgstr "initialize_job_control: nema upravljanja poslom u pozadini"
 
-#: jobs.c:4810
+#: jobs.c:4450
 msgid "initialize_job_control: line discipline"
-msgstr ""
-"initialize_job_control: disciplina retka (protokol realizacije stringova/"
-"redaka)"
+msgstr "initialize_job_control: disciplina retka (protokol realizacije stringova/redaka)"
 
-#: jobs.c:4820
+#: jobs.c:4460
 msgid "initialize_job_control: setpgid"
 msgstr "initialize_job_control: setpgid()"
 
-#: jobs.c:4841 jobs.c:4850
+#: jobs.c:4481 jobs.c:4490
 #, c-format
 msgid "cannot set terminal process group (%d)"
 msgstr "nije moguće postaviti procesnu skupinu (%d) terminala"
 
-#: jobs.c:4855
+#: jobs.c:4495
 msgid "no job control in this shell"
 msgstr "nema upravljanja poslom u ovoj ljusci"
 
-#: lib/malloc/malloc.c:364
+#: lib/malloc/malloc.c:367
 #, c-format
 msgid "malloc: failed assertion: %s\n"
 msgstr "malloc(): neuspješni kontrolni test: %s\n"
 
-#: lib/malloc/malloc.c:375
+#: lib/malloc/malloc.c:383
 #, c-format
 msgid ""
 "\r\n"
@@ -1422,396 +1354,378 @@ msgstr ""
 "\r\n"
 "malloc(): %s:%d: loše provedeni kontrolni test\r\n"
 
-#: lib/malloc/malloc.c:376 lib/malloc/malloc.c:925
+#: lib/malloc/malloc.c:384 lib/malloc/malloc.c:941
 msgid "unknown"
 msgstr "nepoznato"
 
-#: lib/malloc/malloc.c:876
+#: lib/malloc/malloc.c:892
 msgid "malloc: block on free list clobbered"
 msgstr "malloc(): zauzeti blok na popisu slobodnih blokova"
 
-#: lib/malloc/malloc.c:961
+#: lib/malloc/malloc.c:980
 msgid "free: called with already freed block argument"
 msgstr "free(): pozvana s argumentom bloka koji je već slobodan"
 
-#: lib/malloc/malloc.c:964
+#: lib/malloc/malloc.c:983
 msgid "free: called with unallocated block argument"
 msgstr "free(): pozvana s argumentom bloka koji se ne koristi"
 
-#: lib/malloc/malloc.c:982
+#: lib/malloc/malloc.c:1001
 msgid "free: underflow detected; mh_nbytes out of range"
 msgstr "free(): otkriveno je podlijevanje, mh_nbytes izvan raspona"
 
-#: lib/malloc/malloc.c:988
+#: lib/malloc/malloc.c:1007
 msgid "free: underflow detected; magic8 corrupted"
 msgstr "free(): otkriveno je podlijevanje; magic8 je oštećen"
 
-#: lib/malloc/malloc.c:995
+#: lib/malloc/malloc.c:1014
 msgid "free: start and end chunk sizes differ"
 msgstr "free(): veličine početnog i zaključnog (dijela) bloka su različite"
 
-#: lib/malloc/malloc.c:1155
+#: lib/malloc/malloc.c:1176
 msgid "realloc: called with unallocated block argument"
-msgstr ""
-"realloc(): je pozvana s nekorištenim blokom kao argument (blok još nije "
-"odabran)"
+msgstr "realloc(): je pozvana s nekorištenim blokom kao argument (blok još nije odabran)"
 
-#: lib/malloc/malloc.c:1170
+#: lib/malloc/malloc.c:1191
 msgid "realloc: underflow detected; mh_nbytes out of range"
 msgstr "realloc(): otkriveno je podlijevanje, mh_nbytes izvan raspona"
 
-#: lib/malloc/malloc.c:1176
+#: lib/malloc/malloc.c:1197
 msgid "realloc: underflow detected; magic8 corrupted"
 msgstr "realloc(): otkriveno je podlijevanje; magic8 je oštećen"
 
-#: lib/malloc/malloc.c:1184
+#: lib/malloc/malloc.c:1205
 msgid "realloc: start and end chunk sizes differ"
 msgstr "realloc(): veličine početnog i zaključnog (dijela) bloka su različite"
 
-#: lib/malloc/table.c:179
+#: lib/malloc/table.c:191
 #, c-format
 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
 msgstr "register_alloc(): rezervacijska tablica je popunjena s FIND_ALLOC??\n"
 
-#: lib/malloc/table.c:188
+#: lib/malloc/table.c:200
 #, c-format
 msgid "register_alloc: %p already in table as allocated?\n"
 msgstr "register_alloc(): %p je već rezerviran u tablici??\n"
 
-#: lib/malloc/table.c:237
+#: lib/malloc/table.c:253
 #, c-format
 msgid "register_free: %p already in table as free?\n"
 msgstr "register_free(): %p je već slobodan u tablici??\n"
 
-#: lib/sh/fmtulong.c:90
+#: lib/sh/fmtulong.c:102
 msgid "invalid base"
 msgstr "nevaljana baza"
 
-#: lib/sh/netopen.c:161
+#: lib/sh/netopen.c:168
 #, c-format
 msgid "%s: host unknown"
 msgstr "%s: nepoznati host"
 
-#: lib/sh/netopen.c:168
+#: lib/sh/netopen.c:175
 #, c-format
 msgid "%s: invalid service"
 msgstr "%s: nevaljana usluga"
 
-#: lib/sh/netopen.c:294
+#: lib/sh/netopen.c:306
 #, c-format
 msgid "%s: bad network path specification"
 msgstr "%s: loša specifikacija za mrežnu stazu"
 
-#: lib/sh/netopen.c:332
+#: lib/sh/netopen.c:347
 msgid "network operations not supported"
 msgstr "mrežne operacije nisu podržane"
 
-#: locale.c:226 locale.c:228 locale.c:301 locale.c:303
-#, fuzzy
-msgid "cannot change locale"
+#: locale.c:219
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s)"
+msgstr "setlocale(): LC_ALL: nije moguće promijeniti jezično područje (%s)"
+
+#: locale.c:221
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
+msgstr "setlocale(): LC_ALL: nije moguće promijeniti jezično područje (%s): %s"
+
+#: locale.c:294
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s)"
 msgstr "setlocale(): %s: nije moguće promijeniti jezično područje (%s)"
 
-#: mailcheck.c:435
+#: locale.c:296
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s): %s"
+msgstr "setlocale(): %s: nije moguće promijeniti jezično područje (%s): %s"
+
+#: mailcheck.c:439
 msgid "You have mail in $_"
 msgstr "Imate poštu u $_"
 
-#: mailcheck.c:460
+#: mailcheck.c:464
 msgid "You have new mail in $_"
 msgstr "Imate novu poštu u $_"
 
-#: mailcheck.c:476
+#: mailcheck.c:480
 #, c-format
 msgid "The mail in %s has been read\n"
 msgstr "Pošta u %s je već pročitana\n"
 
-#: make_cmd.c:286
+#: make_cmd.c:314
 msgid "syntax error: arithmetic expression required"
 msgstr "sintaktička greška: nužan je aritmetički izraz"
 
-#: make_cmd.c:288
+#: make_cmd.c:316
 msgid "syntax error: `;' unexpected"
-msgstr "sintaktiÄ\8dka greÅ¡ka: neoÄ\8dekivan â\80\9e\80\9c znak"
+msgstr "sintaktiÄ\8dka greÅ¡ka: neoÄ\8dekivan â\80\9e\80\9d znak"
 
-#: make_cmd.c:289
+#: make_cmd.c:317
 #, c-format
 msgid "syntax error: `((%s))'"
-msgstr "sintaktiÄ\8dka greÅ¡ka: â\80\9e((%s))â\80\9c"
+msgstr "sintaktiÄ\8dka greÅ¡ka: â\80\9e((%s))â\80\9d"
 
-#: make_cmd.c:523
+#: make_cmd.c:569
 #, c-format
 msgid "make_here_document: bad instruction type %d"
 msgstr "make_here_document(): loš tip instrukcije %d"
 
-#: make_cmd.c:627
+#: make_cmd.c:668
 #, c-format
 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
-msgstr ""
-"here-document u retku %d završava sa znakom kraj datoteke (očekivan je „%s“)"
+msgstr "here-document u retku %d završava sa znakom kraj datoteke (očekivan je „%s”)"
 
-#: make_cmd.c:722
+#: make_cmd.c:769
 #, c-format
 msgid "make_redirection: redirection instruction `%d' out of range"
-msgstr ""
-"make_redirection(): instrukcija za preusmjeravanje „%d“ je izvan raspona"
+msgstr "make_redirection(): instrukcija za preusmjeravanje „%d” je izvan raspona"
 
-#: parse.y:2572
+#: parse.y:2428
 #, c-format
-msgid ""
-"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
-"truncated"
+msgid "shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line truncated"
 msgstr ""
 "shell_getc(): shell_input_line_size (%zu) veća je od SIZE_MAX (%lu):\n"
 "  redak je skraćen"
 
-#: parse.y:2864
-#, fuzzy
-msgid "script file read error"
-msgstr "greška pisanja: %s"
-
-#: parse.y:3101
+#: parse.y:2921
 msgid "maximum here-document count exceeded"
 msgstr "maksimalna broj (količina) here-document-a je premašena"
 
-#: parse.y:3901 parse.y:4799 parse.y:6853
+#: parse.y:3684 parse.y:4244 parse.y:6148
 #, c-format
 msgid "unexpected EOF while looking for matching `%c'"
-msgstr "neoÄ\8dekivan kraj-datoteke (EOF) pri traženju odgovarajuÄ\87eg â\80\9e%câ\80\9c"
+msgstr "neoÄ\8dekivan kraj-datoteke (EOF) pri traženju odgovarajuÄ\87eg â\80\9e%câ\80\9d"
 
-#: parse.y:5006
+#: parse.y:4452
 msgid "unexpected EOF while looking for `]]'"
-msgstr "neoÄ\8dekivan kraj datoteke (EOF) pri traženju â\80\9e]]â\80\9c"
+msgstr "neoÄ\8dekivan kraj datoteke (EOF) pri traženju â\80\9e]]â\80\9d"
 
-#: parse.y:5011
+#: parse.y:4457
 #, c-format
 msgid "syntax error in conditional expression: unexpected token `%s'"
-msgstr "sintaktiÄ\8dka greÅ¡ka u uvjetnom izrazu: neoÄ\8dekivan simbol â\80\9e%sâ\80\9c"
+msgstr "sintaktiÄ\8dka greÅ¡ka u uvjetnom izrazu: neoÄ\8dekivan simbol â\80\9e%sâ\80\9d"
 
-#: parse.y:5015
+#: parse.y:4461
 msgid "syntax error in conditional expression"
 msgstr "sintaktička greška u uvjetnom izrazu"
 
-#: parse.y:5093
+#: parse.y:4539
 #, c-format
 msgid "unexpected token `%s', expected `)'"
-msgstr "neoÄ\8dekivan simbol â\80\9e%sâ\80\9c; oÄ\8dekivana je â\80\9e\80\9c"
+msgstr "neoÄ\8dekivan simbol â\80\9e%sâ\80\9d; oÄ\8dekivana je â\80\9e\80\9d"
 
-#: parse.y:5097
+#: parse.y:4543
 msgid "expected `)'"
-msgstr "oÄ\8dekivana je â\80\9e\80\9c"
+msgstr "oÄ\8dekivana je â\80\9e\80\9d"
 
-#: parse.y:5127
+#: parse.y:4571
 #, c-format
 msgid "unexpected argument `%s' to conditional unary operator"
-msgstr "neoÄ\8dekivan argument â\80\9e%sâ\80\9c za uvjetni unarni operator"
+msgstr "neoÄ\8dekivan argument â\80\9e%sâ\80\9d za uvjetni unarni operator"
 
-#: parse.y:5131
+#: parse.y:4575
 msgid "unexpected argument to conditional unary operator"
 msgstr "neočekivan argument za uvjetni unarni operator"
 
-#: parse.y:5178
+#: parse.y:4621
 #, c-format
 msgid "unexpected token `%s', conditional binary operator expected"
-msgstr "neoÄ\8dekivani simbol â\80\9e%sâ\80\9c; očekivan je uvjetni binarni operator"
+msgstr "neoÄ\8dekivani simbol â\80\9e%sâ\80\9d; očekivan je uvjetni binarni operator"
 
-#: parse.y:5182
+#: parse.y:4625
 msgid "conditional binary operator expected"
 msgstr "očekivan je uvjetni binarni operator"
 
-#: parse.y:5211
+#: parse.y:4647
 #, c-format
 msgid "unexpected argument `%s' to conditional binary operator"
-msgstr "neoÄ\8dekivan argument â\80\9e%sâ\80\9c uvjetnom binarnom operatoru"
+msgstr "neoÄ\8dekivan argument â\80\9e%sâ\80\9d uvjetnom binarnom operatoru"
 
-#: parse.y:5215
+#: parse.y:4651
 msgid "unexpected argument to conditional binary operator"
 msgstr "neočekivan argument uvjetnom binarnom operatoru"
 
-#: parse.y:5226
+#: parse.y:4662
 #, c-format
 msgid "unexpected token `%c' in conditional command"
-msgstr "neoÄ\8dekivan simbol â\80\9e%câ\80\9c u uvjetnoj naredbi"
+msgstr "neoÄ\8dekivan simbol â\80\9e%câ\80\9d u uvjetnoj naredbi"
 
-#: parse.y:5229
+#: parse.y:4665
 #, c-format
 msgid "unexpected token `%s' in conditional command"
-msgstr "neoÄ\8dekivan simbol â\80\9e%sâ\80\9c u uvjetnoj naredbi"
+msgstr "neoÄ\8dekivan simbol â\80\9e%sâ\80\9d u uvjetnoj naredbi"
 
-#: parse.y:5233
+#: parse.y:4669
 #, c-format
 msgid "unexpected token %d in conditional command"
 msgstr "neočekivan simbol %d u uvjetnoj naredbi"
 
-#: parse.y:6821
-#, fuzzy, c-format
-msgid "syntax error near unexpected token `%s' while looking for matching `%c'"
-msgstr "neočekivan kraj-datoteke (EOF) pri traženju odgovarajućeg „%c“"
-
-#: parse.y:6823
+#: parse.y:6118
 #, c-format
 msgid "syntax error near unexpected token `%s'"
-msgstr "sintaktiÄ\8dka greÅ¡ka blizu neoÄ\8dekivanog simbola â\80\9e%sâ\80\9c"
+msgstr "sintaktiÄ\8dka greÅ¡ka blizu neoÄ\8dekivanog simbola â\80\9e%sâ\80\9d"
 
-#: parse.y:6842
+#: parse.y:6137
 #, c-format
 msgid "syntax error near `%s'"
-msgstr "sintaktiÄ\8dka greÅ¡ka blizu â\80\9e%sâ\80\9c"
+msgstr "sintaktiÄ\8dka greÅ¡ka blizu â\80\9e%sâ\80\9d"
 
-#: parse.y:6861
-#, fuzzy, c-format
-msgid "syntax error: unexpected end of file from `%s' command on line %d"
-msgstr "sintaktička greška: neočekivani kraj datoteke"
-
-#: parse.y:6863
-#, fuzzy, c-format
-msgid "syntax error: unexpected end of file from command on line %d"
-msgstr "sintaktička greška: neočekivani kraj datoteke"
-
-#: parse.y:6867
+#: parse.y:6151
 msgid "syntax error: unexpected end of file"
 msgstr "sintaktička greška: neočekivani kraj datoteke"
 
-#: parse.y:6867
+#: parse.y:6151
 msgid "syntax error"
 msgstr "sintaktička greška"
 
-#: parse.y:6916
+#: parse.y:6216
 #, c-format
 msgid "Use \"%s\" to leave the shell.\n"
 msgstr "Koristite \"%s\" za izlaz iz ljuske.\n"
 
-#: parse.y:7114
+#: parse.y:6394
 msgid "unexpected EOF while looking for matching `)'"
-msgstr "neoÄ\8dekivani kraj datoteke pri traženju odgovarajuÄ\87e â\80\9e\80\9c"
+msgstr "neoÄ\8dekivani kraj datoteke pri traženju odgovarajuÄ\87e â\80\9e\80\9d"
 
-#: pathexp.c:897
-#, fuzzy
-msgid "invalid glob sort type"
-msgstr "nevaljana baza"
-
-#: pcomplete.c:1070
+#: pcomplete.c:1132
 #, c-format
 msgid "completion: function `%s' not found"
-msgstr "completion(): funkcija â\80\9e%sâ\80\9c nije pronađena"
+msgstr "completion(): funkcija â\80\9e%sâ\80\9d nije pronađena"
 
-#: pcomplete.c:1654
+#: pcomplete.c:1722
 #, c-format
 msgid "programmable_completion: %s: possible retry loop"
 msgstr "programmable_completion(): %s: moguća ponovljena petlja"
 
-#: pcomplib.c:176
+#: pcomplib.c:182
 #, c-format
 msgid "progcomp_insert: %s: NULL COMPSPEC"
 msgstr "progcomp_insert(): %s: prazni COMPSPEC"
 
-#: print_cmd.c:324
+#: print_cmd.c:302
 #, c-format
 msgid "print_command: bad connector `%d'"
-msgstr "print_command(): loÅ¡ konektor â\80\9e%dâ\80\9c"
+msgstr "print_command(): loÅ¡ konektor â\80\9e%dâ\80\9d"
 
-#: print_cmd.c:399
+#: print_cmd.c:375
 #, c-format
 msgid "xtrace_set: %d: invalid file descriptor"
 msgstr "xtrace_set(): %d: nevaljan deskriptor datoteke"
 
-#: print_cmd.c:404
+#: print_cmd.c:380
 msgid "xtrace_set: NULL file pointer"
-msgstr "xtrace_set(): pointer datoteke je NULL"
+msgstr "xtrace_set(): pokazivač datoteke je NULL"
 
-#: print_cmd.c:408
+#: print_cmd.c:384
 #, c-format
 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
-msgstr ""
-"deskriptor datoteke xtrace (%d) !=  broju datoteke u pointeru datoteke "
-"xtrace (%d)"
+msgstr "deskriptor datoteke xtrace (%d) !=  broju datoteke u pokazivaču datoteke xtrace (%d)"
 
-#: print_cmd.c:1597
+#: print_cmd.c:1545
 #, c-format
 msgid "cprintf: `%c': invalid format character"
-msgstr "cprintf(): â\80\9e%câ\80\9c: nevaljan znak za format"
+msgstr "cprintf(): â\80\9e%câ\80\9d: nevaljan znak za format"
 
-#: redir.c:145 redir.c:193
+#: redir.c:150 redir.c:198
 msgid "file descriptor out of range"
 msgstr "deskriptor datoteke je izvan raspona"
 
-#: redir.c:200
-#, fuzzy
-msgid "ambiguous redirect"
+#: redir.c:205
+#, c-format
+msgid "%s: ambiguous redirect"
 msgstr "%s: dvosmisleno preusmjeravanje"
 
-#: redir.c:204
-#, fuzzy
-msgid "cannot overwrite existing file"
+#: redir.c:209
+#, c-format
+msgid "%s: cannot overwrite existing file"
 msgstr "%s: nije moguće pisati preko postojeće datoteke"
 
-#: redir.c:209
-#, fuzzy
-msgid "restricted: cannot redirect output"
+#: redir.c:214
+#, c-format
+msgid "%s: restricted: cannot redirect output"
 msgstr "%s: ograničeno: nije moguće preusmjeriti izlaz"
 
-#: redir.c:214
-#, fuzzy
-msgid "cannot create temp file for here-document"
+#: redir.c:219
+#, c-format
+msgid "cannot create temp file for here-document: %s"
 msgstr "nije moguće stvoriti privremenu datoteku za here-document: %s"
 
-#: redir.c:218
-#, fuzzy
-msgid "cannot assign fd to variable"
+#: redir.c:223
+#, c-format
+msgid "%s: cannot assign fd to variable"
 msgstr "%s: nije moguće dodijeliti deskriptor datoteke varijabli"
 
-#: redir.c:633
+#: redir.c:650
 msgid "/dev/(tcp|udp)/host/port not supported without networking"
 msgstr "/dev/(tcp|udp)/host/port nije podržan bez umrežavanja"
 
-#: redir.c:937 redir.c:1051 redir.c:1109 redir.c:1273
+#: redir.c:945 redir.c:1065 redir.c:1130 redir.c:1303
 msgid "redirection error: cannot duplicate fd"
 msgstr "greška  preusmjeravanja: nije moguće duplicirati deskriptor datoteke"
 
-#: shell.c:359
+#: shell.c:353
 msgid "could not find /tmp, please create!"
 msgstr "nije moguće pronaći /tmp; stvorite taj direktorij!"
 
-#: shell.c:363
+#: shell.c:357
 msgid "/tmp must be a valid directory name"
 msgstr "/tmp mora biti valjano ime direktorija"
 
-#: shell.c:827
+#: shell.c:826
 msgid "pretty-printing mode ignored in interactive shells"
 msgstr "u interaktivnoj ljusci pretty-printing se zanemaruje"
 
-#: shell.c:969
+#: shell.c:972
 #, c-format
 msgid "%c%c: invalid option"
 msgstr "%c%c: nevaljana opcija"
 
-#: shell.c:1357
+#: shell.c:1343
 #, c-format
 msgid "cannot set uid to %d: effective uid %d"
 msgstr "nije moguće postaviti UID na %d: efektivni UID je %d"
 
-#: shell.c:1373
+#: shell.c:1354
 #, c-format
 msgid "cannot set gid to %d: effective gid %d"
 msgstr "nije moguće postaviti GID na %d: efektivni GID je %d"
 
-#: shell.c:1562
+#: shell.c:1544
 msgid "cannot start debugger; debugging mode disabled"
 msgstr "nije moguće pokrenuti debugger; dijagnostika je onemogućena"
 
-#: shell.c:1675
+#: shell.c:1658
 #, c-format
 msgid "%s: Is a directory"
 msgstr "%s: Je direktorij"
 
-#: shell.c:1891
+#: shell.c:1907
 msgid "I have no name!"
 msgstr "Nemam ime!"
 
-#: shell.c:2055
+#: shell.c:2061
 #, c-format
 msgid "GNU bash, version %s-(%s)\n"
 msgstr "GNU bash, inačica %s-(%s)\n"
 
-#: shell.c:2056
+#: shell.c:2062
 #, c-format
 msgid ""
 "Usage:\t%s [GNU long option] [option] ...\n"
@@ -1820,54 +1734,51 @@ msgstr ""
 "Uporaba: %s [GNU duga opcija] [opcija]...\n"
 "         %s [GNU duga opcija] [opcija] skripta...\n"
 
-#: shell.c:2058
+#: shell.c:2064
 msgid "GNU long options:\n"
 msgstr "GNU duge opcije:\n"
 
-#: shell.c:2062
+#: shell.c:2068
 msgid "Shell options:\n"
 msgstr "Kratke opcije:\n"
 
-#: shell.c:2063
+#: shell.c:2069
 msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
 msgstr "\t-ilrsD ili -c NAREDBA ili -O SHOPT-OPCIJA    (samo za pozivanje)\n"
 
-#: shell.c:2082
+#: shell.c:2088
 #, c-format
 msgid "\t-%s or -o option\n"
 msgstr "\t-%s ili -o opcija  (može se promijeniti sa „set”)\n"
 
-#: shell.c:2088
+#: shell.c:2094
 #, c-format
 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
-msgstr ""
-"Utipkajte „%s -c \"help set\"“ za dodatne obavijesti o opcijama ljuske.\n"
+msgstr "Utipkajte „%s -c \"help set\"” za dodatne obavijesti o opcijama ljuske.\n"
 
-#: shell.c:2089
+#: shell.c:2095
 #, c-format
 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
-msgstr ""
-"Utipkajte „%s -c help set“ za dodatne obavijesti o ugrađenim naredbama "
-"ljuske.\n"
+msgstr "Utipkajte „%s -c help set” za dodatne obavijesti o ugrađenim naredbama ljuske.\n"
 
-#: shell.c:2090
+#: shell.c:2096
 #, c-format
 msgid "Use the `bashbug' command to report bugs.\n"
-msgstr "Koristite naredbu â\80\9ebashbugâ\80\9c za prijavljivanje grešaka.\n"
+msgstr "Koristite naredbu â\80\9ebashbugâ\80\9d za prijavljivanje grešaka.\n"
 
-#: shell.c:2092
+#: shell.c:2098
 #, c-format
 msgid "bash home page: <http://www.gnu.org/software/bash>\n"
 msgstr "Početna mrežna bash stranica: <http://www.gnu.org/software/bash>\n"
 
-#: shell.c:2093
+#: shell.c:2099
 #, c-format
 msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
 msgstr ""
 "Općenita pomoć za korištenje GNU softvera: <http://www.gnu.org/gethelp/>\n"
 "Prijavite primjedbe i greške u prijevodu na lokalizacija@linux.hr/\n"
 
-#: sig.c:808
+#: sig.c:765
 #, c-format
 msgid "sigprocmask: %d: invalid operation"
 msgstr "sigprocmask(): %d: nevaljana operacija"
@@ -2037,309 +1948,284 @@ msgstr "Zahtjev za informacijama"
 msgid "Unknown Signal #%d"
 msgstr "Nepoznati signal #%d"
 
-#: subst.c:1501 subst.c:1793 subst.c:1999
+#: subst.c:1480 subst.c:1670
 #, c-format
 msgid "bad substitution: no closing `%s' in %s"
-msgstr "loÅ¡a supstitucija: nema zakljuÄ\8dnog â\80\9e%sâ\80\9c u %s"
+msgstr "loÅ¡a supstitucija: nema zakljuÄ\8dnog â\80\9e%sâ\80\9d u %s"
 
-#: subst.c:3599
+#: subst.c:3307
 #, c-format
 msgid "%s: cannot assign list to array member"
 msgstr "%s: nije moguće dodijeliti popis elementu polja"
 
-#: subst.c:6379 subst.c:6395
+#: subst.c:6048 subst.c:6064
 msgid "cannot make pipe for process substitution"
 msgstr "nije moguće napraviti cijev za zamjenu procesa"
 
-#: subst.c:6455
+#: subst.c:6124
 msgid "cannot make child for process substitution"
 msgstr "nije moguće napraviti potomka za zamjenu procesa"
 
-#: subst.c:6530
+#: subst.c:6198
 #, c-format
 msgid "cannot open named pipe %s for reading"
 msgstr "nije moguće otvoriti imenovanu cijev %s za čitanje"
 
-#: subst.c:6532
+#: subst.c:6200
 #, c-format
 msgid "cannot open named pipe %s for writing"
 msgstr "nije moguće otvoriti imenovanu cijev %s za pisanje"
 
-#: subst.c:6555
+#: subst.c:6223
 #, c-format
 msgid "cannot duplicate named pipe %s as fd %d"
 msgstr "nije moguće duplicirati imenovanu cijev %s kao deskriptor datoteke %d"
 
-#: subst.c:6721
+#: subst.c:6370
 msgid "command substitution: ignored null byte in input"
 msgstr "nevaljana supstitucija: zanemaren prazni (nula) bajt u ulazu"
 
-#: subst.c:6960
-msgid "function_substitute: cannot open anonymous file for output"
-msgstr ""
-
-#: subst.c:7034
-#, fuzzy
-msgid "function_substitute: cannot duplicate anonymous file as standard output"
-msgstr ""
-"command_substitute(): nije moguće duplicirati cijev kao deskriptor datoteke 1"
-
-#: subst.c:7208 subst.c:7229
+#: subst.c:6533
 msgid "cannot make pipe for command substitution"
 msgstr "nije moguće napraviti cijev za zamjenu naredbi"
 
-#: subst.c:7280
+#: subst.c:6580
 msgid "cannot make child for command substitution"
 msgstr "nije moguće napraviti potomka za zamjenu naredbi"
 
-#: subst.c:7313
+#: subst.c:6613
 msgid "command_substitute: cannot duplicate pipe as fd 1"
-msgstr ""
-"command_substitute(): nije moguće duplicirati cijev kao deskriptor datoteke 1"
+msgstr "command_substitute(): nije moguće duplicirati cijev kao deskriptor datoteke 1"
 
-#: subst.c:7802 subst.c:10978
+#: subst.c:7082 subst.c:10252
 #, c-format
 msgid "%s: invalid variable name for name reference"
 msgstr "%s: nevaljano ime varijable za ime referencije"
 
-#: subst.c:7895 subst.c:7913 subst.c:8089
+#: subst.c:7178 subst.c:7196 subst.c:7369
 #, c-format
 msgid "%s: invalid indirect expansion"
 msgstr "%s: nevaljana neizravna ekspanzija"
 
-#: subst.c:7929 subst.c:8097
+#: subst.c:7212 subst.c:7377
 #, c-format
 msgid "%s: invalid variable name"
-msgstr "â\80\9e%sâ\80\9c: nevaljano ime varijable"
+msgstr "â\80\9e%sâ\80\9d: nevaljano ime varijable"
 
-#: subst.c:8114 subst.c:10260 subst.c:10287
-#, c-format
-msgid "%s: bad substitution"
-msgstr "%s: loša supstitucija"
-
-#: subst.c:8213
+#: subst.c:7478
 #, c-format
 msgid "%s: parameter not set"
 msgstr "%s: parametar nije postavljen"
 
-#: subst.c:8469 subst.c:8484
+#: subst.c:7480
+#, c-format
+msgid "%s: parameter null or not set"
+msgstr "%s: parametar je prazan ili nedefiniran"
+
+#: subst.c:7727 subst.c:7742
 #, c-format
 msgid "%s: substring expression < 0"
 msgstr "%s: rezultat od dijela stringa (substring) < 0"
 
-#: subst.c:10386
+#: subst.c:9560 subst.c:9587
+#, c-format
+msgid "%s: bad substitution"
+msgstr "%s: loša supstitucija"
+
+#: subst.c:9678
 #, c-format
 msgid "$%s: cannot assign in this way"
 msgstr "$%s: nije moguće dodijeliti na ovaj način"
 
-#: subst.c:10844
-msgid ""
-"future versions of the shell will force evaluation as an arithmetic "
-"substitution"
-msgstr ""
-"buduće inačice ljuske prisilit će vrednovanje kao aritmetičku supstituciju"
+#: subst.c:10111
+msgid "future versions of the shell will force evaluation as an arithmetic substitution"
+msgstr "buduće inačice ljuske prisilit će vrednovanje kao aritmetičku supstituciju"
 
-#: subst.c:11552
+#: subst.c:10795
 #, c-format
 msgid "bad substitution: no closing \"`\" in %s"
 msgstr "loša supstitucija: nema zaključnog znaka \"`\" u %s"
 
-#: subst.c:12626
+#: subst.c:11874
 #, c-format
 msgid "no match: %s"
 msgstr "nema podudaranja: %s"
 
-#: test.c:156
+#: test.c:147
 msgid "argument expected"
 msgstr "očekivan je argument"
 
-#: test.c:164
-#, fuzzy, c-format
-msgid "%s: integer expected"
+#: test.c:156
+#, c-format
+msgid "%s: integer expression expected"
 msgstr "%s: očekivan je cjelobrojni izraz"
 
-#: test.c:292
+#: test.c:265
 msgid "`)' expected"
-msgstr "oÄ\8dekivana je â\80\9e\80\9c"
+msgstr "oÄ\8dekivana je â\80\9e\80\9d"
 
-#: test.c:294
+#: test.c:267
 #, c-format
 msgid "`)' expected, found %s"
-msgstr "oÄ\8dekivana je â\80\9e\80\9c, a nađen je %s"
+msgstr "oÄ\8dekivana je â\80\9e\80\9d, a nađen je %s"
 
-#: test.c:488 test.c:831
+#: test.c:469 test.c:814
 #, c-format
 msgid "%s: binary operator expected"
 msgstr "%s: očekivan je binarni operator"
 
-#: test.c:792 test.c:795
+#: test.c:771 test.c:774
 #, c-format
 msgid "%s: unary operator expected"
 msgstr "%s: očekivan je unarni operator"
 
-#: test.c:944
+#: test.c:896
+msgid "missing `]'"
+msgstr "nema „]”"
+
+#: test.c:914
 #, c-format
 msgid "syntax error: `%s' unexpected"
-msgstr "sintaktiÄ\8dka greÅ¡ka: neoÄ\8dekivan â\80\9e%sâ\80\9c"
+msgstr "sintaktiÄ\8dka greÅ¡ka: neoÄ\8dekivan â\80\9e%sâ\80\9d"
 
-#: trap.c:225
+#: trap.c:220
 msgid "invalid signal number"
 msgstr "nevaljani broj za signal"
 
-#: trap.c:358
+#: trap.c:323
 #, c-format
 msgid "trap handler: maximum trap handler level exceeded (%d)"
 msgstr "trap handler: prekoračena je dopuštena razina gniježđenja (%d)"
 
-#: trap.c:455
+#: trap.c:412
 #, c-format
 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
 msgstr "run_pending_traps(): loša vrijednost u trap_list[%d]: %p"
 
-#: trap.c:459
+#: trap.c:416
 #, c-format
-msgid ""
-"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
-msgstr ""
-"run_pending_traps: signalom rukuje SIG_DFL, opet šalje %d (%s) samom sebi"
+msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
+msgstr "run_pending_traps: signalom rukuje SIG_DFL, opet šalje %d (%s) samom sebi"
 
-#: trap.c:592
+#: trap.c:509
 #, c-format
 msgid "trap_handler: bad signal %d"
 msgstr "trap_handler(): loš signal %d"
 
-#: unwind_prot.c:246 unwind_prot.c:292
-#, fuzzy
-msgid "frame not found"
-msgstr "%s: datoteka nije pronađena"
-
-#: variables.c:441
+#: variables.c:424
 #, c-format
 msgid "error importing function definition for `%s'"
-msgstr "greÅ¡ka pri uvozu definicije funkcije za â\80\9e%sâ\80\9c"
+msgstr "greÅ¡ka pri uvozu definicije funkcije za â\80\9e%sâ\80\9d"
 
-#: variables.c:864
+#: variables.c:838
 #, c-format
 msgid "shell level (%d) too high, resetting to 1"
 msgstr "razina ljuske (%d) je previsoka, vraćamo ju na 1"
 
-#: variables.c:2191 variables.c:2220 variables.c:2278 variables.c:2297
-#: variables.c:2315 variables.c:2350 variables.c:2378 variables.c:2405
-#: variables.c:2431 variables.c:3274 variables.c:3282 variables.c:3797
-#: variables.c:3841
-#, fuzzy, c-format
-msgid "%s: maximum nameref depth (%d) exceeded"
-msgstr "maksimalna broj (količina) here-document-a je premašena"
-
-#: variables.c:2641
+#: variables.c:2642
 msgid "make_local_variable: no function context at current scope"
 msgstr "make_local_variable(): u trenutnom opsegu nema konteksta funkcije"
 
-#: variables.c:2660
+#: variables.c:2661
 #, c-format
 msgid "%s: variable may not be assigned value"
-msgstr "%s: varijabli se ne može dodijeliti vrijednost"
+msgstr "%s: varijabli nije moguće dodijeliti vrijednost"
 
-#: variables.c:2831 variables.c:2884
+#: variables.c:2818 variables.c:2874
 #, c-format
 msgid "%s: cannot inherit value from incompatible type"
 msgstr "%s: nije moguće naslijediti vrijednost nekompatibilnog tipa"
 
-#: variables.c:3437
+#: variables.c:3459
 #, c-format
 msgid "%s: assigning integer to name reference"
 msgstr "%s: nazivu referencije se dodjeljuje cijeli broj"
 
-#: variables.c:4387
+#: variables.c:4390
 msgid "all_local_variables: no function context at current scope"
 msgstr "all_local_variables(): u trenutnom opsegu nema konteksta funkcije"
 
-#: variables.c:4791
+#: variables.c:4757
 #, c-format
 msgid "%s has null exportstr"
 msgstr "*** %s ima prazni string za izvoz"
 
-#: variables.c:4796 variables.c:4805
+#: variables.c:4762 variables.c:4771
 #, c-format
 msgid "invalid character %d in exportstr for %s"
 msgstr "*** nevaljani znak %d u izvoznom stringu za %s"
 
-#: variables.c:4811
+#: variables.c:4777
 #, c-format
 msgid "no `=' in exportstr for %s"
-msgstr "*** nema â\80\9e\80\9c u izvoznom stringu za %s"
+msgstr "*** nema â\80\9e\80\9d u izvoznom stringu za %s"
 
-#: variables.c:5329
+#: variables.c:5317
 msgid "pop_var_context: head of shell_variables not a function context"
-msgstr "pop_var_context(): glava â\80\9eshell_variablesâ\80\9c nije funkcijski kontekst"
+msgstr "pop_var_context(): glava â\80\9eshell_variablesâ\80\9d nije funkcijski kontekst"
 
-#: variables.c:5342
+#: variables.c:5330
 msgid "pop_var_context: no global_variables context"
-msgstr "pop_var_context(): nije â\80\9eglobal_variablesâ\80\9c kontekst"
+msgstr "pop_var_context(): nije â\80\9eglobal_variablesâ\80\9d kontekst"
 
-#: variables.c:5432
+#: variables.c:5410
 msgid "pop_scope: head of shell_variables not a temporary environment scope"
-msgstr ""
-"pop_scope(): vrh od „shell_variables“ nije privremeni raspon valjanosti"
+msgstr "pop_scope(): vrh od „shell_variables” nije privremeni doseg okružja"
 
-#: variables.c:6423
+#: variables.c:6400
 #, c-format
 msgid "%s: %s: cannot open as FILE"
 msgstr "%s: %s: nije moguće otvoriti kao DATOTEKU"
 
-#: variables.c:6428
+#: variables.c:6405
 #, c-format
 msgid "%s: %s: invalid value for trace file descriptor"
 msgstr "%s: %s: nevaljana vrijednost za „trace” deskriptora datoteke"
 
-#: variables.c:6472
+#: variables.c:6450
 #, c-format
 msgid "%s: %s: compatibility value out of range"
 msgstr "%s: %s vrijednost za kompatibilnost je izvan raspona"
 
-#: version.c:50
-#, fuzzy
-msgid "Copyright (C) 2024 Free Software Foundation, Inc."
+#: version.c:46 version2.c:46
+msgid "Copyright (C) 2022 Free Software Foundation, Inc."
 msgstr "Copyright (C) 2022 Free Software Foundation, Inc."
 
-#: version.c:51
-msgid ""
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>\n"
+#: version.c:47 version2.c:47
+msgid "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
 msgstr ""
 "Licencija:\n"
 "GPLv3+: GNU GPL inačica 3 ili novija <http://gnu.org/licenses/gpl.html>\n"
 
-#: version.c:90
+#: version.c:86 version2.c:86
 #, c-format
 msgid "GNU bash, version %s (%s)\n"
 msgstr "GNU bash, inačica %s (%s)\n"
 
-#: version.c:95
+#: version.c:91 version2.c:91
 msgid "This is free software; you are free to change and redistribute it."
 msgstr "Ovo je slobodan softver: slobodno ga mijenjajte i dijelite."
 
-#: version.c:96
+#: version.c:92 version2.c:92
 msgid "There is NO WARRANTY, to the extent permitted by law."
 msgstr "NEMA JAMSTVA do granica dopuštenih zakonom."
 
-#: xmalloc.c:84
+#: xmalloc.c:93
 #, c-format
 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
 msgstr "%s: nije moguće rezervirati %lu bajtova (rezervirano je %lu bajtova)"
 
-#: xmalloc.c:86
+#: xmalloc.c:95
 #, c-format
 msgid "%s: cannot allocate %lu bytes"
 msgstr "%s: nije moguće rezervirati %lu bajtova"
 
-#: xmalloc.c:164
+#: xmalloc.c:165
 #, c-format
 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
-msgstr ""
-"%s: %s:%d: nije moguće rezervirati %lu bajtova (rezervirano je %lu bajtova)"
+msgstr "%s: %s:%d: nije moguće rezervirati %lu bajtova (rezervirano je %lu bajtova)"
 
-#: xmalloc.c:166
+#: xmalloc.c:167
 #, c-format
 msgid "%s: %s:%d: cannot allocate %lu bytes"
 msgstr "%s: %s:%d: nije moguće rezervirati %lu bajtova"
@@ -2353,9 +2239,7 @@ msgid "unalias [-a] name [name ...]"
 msgstr "unalias [-a] IME [IME...]"
 
 #: builtins.c:53
-msgid ""
-"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
-"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
+msgid "bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-x keyseq:shell-command] [keyseq:readline-function or readline-command]"
 msgstr ""
 "bind [-lpsvPSVX] [-m MAPA_TIPAKA] [-f DATOTEKA] [-q FUNKCIJA]\n"
 "           [-u FUNKCIJA] [-r PREČAC] [-x PREČAC:SHELL-NAREDBA]\n"
@@ -2378,8 +2262,7 @@ msgid "caller [expr]"
 msgstr "caller [IZRAZ]"
 
 #: builtins.c:66
-#, fuzzy
-msgid "cd [-L|[-P [-e]]] [-@] [dir]"
+msgid "cd [-L|[-P [-e]] [-@]] [dir]"
 msgstr "cd [-L|[-P [-e]] [-@]] [DIREKTORIJ]"
 
 #: builtins.c:68
@@ -2391,20 +2274,12 @@ msgid "command [-pVv] command [arg ...]"
 msgstr "command [-pVv] NAREDBA [ARGUMENT...]"
 
 #: builtins.c:78
-msgid ""
-"declare [-aAfFgiIlnrtux] [name[=value] ...] or declare -p [-aAfFilnrtux] "
-"[name ...]"
-msgstr ""
-"declare [aAfFgiIlnrtux] [IME[=VRIJEDNOST]...] ili declare -p [-aAfFilnrtux] "
-"[IME...]"
+msgid "declare [-aAfFgiIlnrtux] [name[=value] ...] or declare -p [-aAfFilnrtux] [name ...]"
+msgstr "declare [aAfFgiIlnrtux] [IME[=VRIJEDNOST]...] ili declare -p [-aAfFilnrtux] [IME...]"
 
 #: builtins.c:80
-msgid ""
-"typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] "
-"[name ...]"
-msgstr ""
-"typeset [-aAfFgiIlnrtux] IME[=VRIJEDNOST]… ili typeset -p [-aAfFilnrtux] "
-"[IME...]"
+msgid "typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]"
+msgstr "typeset [-aAfFgiIlnrtux] IME[=VRIJEDNOST]… ili typeset -p [-aAfFilnrtux] [IME...]"
 
 #: builtins.c:82
 msgid "local [option] name[=value] ..."
@@ -2465,9 +2340,7 @@ msgid "help [-dms] [pattern ...]"
 msgstr "help [-dms] [UZORAK...]"
 
 #: builtins.c:123
-msgid ""
-"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
-"[arg...]"
+msgid "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]"
 msgstr ""
 "history [-c] [-d POZICIJA] [N]\n"
 "    ili: history -anrw [DATOTEKA]\n"
@@ -2484,9 +2357,7 @@ msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
 msgstr "disown [-h] [-ar] [SPECIFIKACIJA_POSLA... | PID...]"
 
 #: builtins.c:134
-msgid ""
-"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
-"[sigspec]"
+msgid "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]"
 msgstr ""
 "kill [-s SIGNAL_IME | -n SIGNAL_BROJ | -SIGNAL] PID | SPECIFIKACIJA_POSLA\n"
 " ili: kill -l [SIGNAL]"
@@ -2496,10 +2367,7 @@ msgid "let arg [arg ...]"
 msgstr "let ARGUMENT..."
 
 #: builtins.c:138
-#, fuzzy
-msgid ""
-"read [-Eers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
-"prompt] [-t timeout] [-u fd] [name ...]"
+msgid "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]"
 msgstr ""
 "read [-ers] [-a POLJE] [-d MEĐA] [-i TEKST] [-p PROMPT]\n"
 "           [-n BROJ_ZNAKOVA] [-N BROJ_ZNAKOVA] [-t SEKUNDA]\n"
@@ -2534,13 +2402,11 @@ msgid "shift [n]"
 msgstr "shift [N]"
 
 #: builtins.c:152
-#, fuzzy
-msgid "source [-p path] filename [arguments]"
+msgid "source filename [arguments]"
 msgstr "source DATOTEKA [ARGUMENTI]"
 
 #: builtins.c:154
-#, fuzzy
-msgid ". [-p path] filename [arguments]"
+msgid ". filename [arguments]"
 msgstr ". DATOTEKA [ARGUMENTI]"
 
 #: builtins.c:157
@@ -2556,8 +2422,7 @@ msgid "[ arg... ]"
 msgstr "[ ARGUMENT... ]"
 
 #: builtins.c:166
-#, fuzzy
-msgid "trap [-Plp] [[action] signal_spec ...]"
+msgid "trap [-lp] [[arg] signal_spec ...]"
 msgstr "trap [-lp] [[ARGUMENT] SIGNAL_SPEC...]"
 
 #: builtins.c:168
@@ -2581,137 +2446,118 @@ msgid "wait [pid ...]"
 msgstr "wait [PID...]"
 
 #: builtins.c:184
-msgid "! PIPELINE"
-msgstr ""
-
-#: builtins.c:186
 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
 msgstr "for IME [in RIJEČIMA...].; do NAREDBE; done"
 
-#: builtins.c:188
+#: builtins.c:186
 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
 msgstr "for (( IZRAZ1; IZRAZ2; IZRAZ3 )); do NAREDBE; done"
 
-#: builtins.c:190
+#: builtins.c:188
 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
 msgstr "select IME [in RIJEČI... ;] do NAREDBE; done"
 
-#: builtins.c:192
+#: builtins.c:190
 msgid "time [-p] pipeline"
 msgstr "time [-p] CJEVOVOD"
 
-#: builtins.c:194
+#: builtins.c:192
 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
 msgstr "case RIJEČ in [UZORAK [| UZORAK]...) NAREDBE;;]... esac"
 
-#: builtins.c:196
-msgid ""
-"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
-"COMMANDS; ] fi"
-msgstr ""
-"if NAREDBE; then NAREDBE; [ elif NAREDBE; then NAREDBE; ]... [ else "
-"NAREDBE; ] fi"
+#: builtins.c:194
+msgid "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi"
+msgstr "if NAREDBE; then NAREDBE; [ elif NAREDBE; then NAREDBE; ]... [ else NAREDBE; ] fi"
 
-#: builtins.c:198
+#: builtins.c:196
 msgid "while COMMANDS; do COMMANDS-2; done"
 msgstr "while NAREDBE; do NAREDBE-2; done"
 
-#: builtins.c:200
+#: builtins.c:198
 msgid "until COMMANDS; do COMMANDS-2; done"
 msgstr "until NAREDBE; do NAREDBE-2; done"
 
-#: builtins.c:202
+#: builtins.c:200
 msgid "coproc [NAME] command [redirections]"
 msgstr "coproc [IME] NAREDBA [PREUSMJERAVANJA]"
 
-#: builtins.c:204
+#: builtins.c:202
 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
 msgstr ""
 "function IME { NAREDBE ; }\n"
 "     ili: IME () { NAREDBE ; }"
 
-#: builtins.c:206
+#: builtins.c:204
 msgid "{ COMMANDS ; }"
 msgstr "{ NAREDBE; }"
 
-#: builtins.c:208
+#: builtins.c:206
 msgid "job_spec [&]"
 msgstr "SPECIFIKACIJA_POSLA [&]"
 
-#: builtins.c:210
+#: builtins.c:208
 msgid "(( expression ))"
 msgstr "(( IZRAZ ))"
 
-#: builtins.c:212
+#: builtins.c:210
 msgid "[[ expression ]]"
 msgstr "[[ IZRAZ ]]"
 
-#: builtins.c:214
+#: builtins.c:212
 msgid "variables - Names and meanings of some shell variables"
 msgstr "var — imena i značenje nekih varijabla ljuske"
 
-#: builtins.c:217
+#: builtins.c:215
 msgid "pushd [-n] [+N | -N | dir]"
 msgstr "pushd [-n] [+N | -N | DIREKTORIJ]"
 
-#: builtins.c:221
+#: builtins.c:219
 msgid "popd [-n] [+N | -N]"
 msgstr "popd [-n] [+N | -N]"
 
-#: builtins.c:225
+#: builtins.c:223
 msgid "dirs [-clpv] [+N] [-N]"
 msgstr "dirs [-clpv] [+N] [-N]"
 
-#: builtins.c:228
+#: builtins.c:226
 msgid "shopt [-pqsu] [-o] [optname ...]"
 msgstr "shopt [-pqsu] [-o] [IME_OPCIJE...]"
 
-#: builtins.c:230
+#: builtins.c:228
 msgid "printf [-v var] format [arguments]"
 msgstr "printf [-v VARIJABLA] FORMAT [ARGUMENTI]"
 
-#: builtins.c:233
-msgid ""
-"complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-"
-"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
-"suffix] [name ...]"
+#: builtins.c:231
+msgid "complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [name ...]"
 msgstr ""
 "complete [-abcdefgjksuv] [-pr] [-DEI] [-o OPCIJA] [-A AKCIJA] [-C NAREDBA]\n"
 "                   [-F FUNKCIJA] [-G GLOB_UZORAK] [-P PREFIKS] [-S SUFIKS]\n"
 "                   [-W POPIS_RIJEČI] [-X FILTAR_UZORAKA]  [IME...]"
 
-#: builtins.c:237
-#, fuzzy
-msgid ""
-"compgen [-V varname] [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-"
-"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
-"suffix] [word]"
+#: builtins.c:235
+msgid "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
 msgstr ""
 "compgen [-abcdefgjksuv] [-o OPCIJA] [-A AKCIJA] [-C NAREDBA] [-F FUNCIJA]\n"
 "                 [-G GLOB_UZORAK] [-P PREFIKS] [-S SUFIKS]\n"
 "                 [-W POPIS_RIJEČI] [-X FILTAR_UZORAKA]  [IME...]"
 
-#: builtins.c:241
+#: builtins.c:239
 msgid "compopt [-o|+o option] [-DEI] [name ...]"
 msgstr "compopt [-o|+o OPCIJA] [-DEI] [IME...]"
 
-#: builtins.c:244
-msgid ""
-"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
-"callback] [-c quantum] [array]"
+#: builtins.c:242
+msgid "mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
 msgstr ""
 "mapfile [-d MEĐA] [-n KOLIČINA [-O POČETAK] [-s BROJ] [-t] [-u FD]\n"
 "                 [-C FUNKCIJA] [-c TOLIKO] [POLJE]"
 
-#: builtins.c:246
-msgid ""
-"readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
-"callback] [-c quantum] [array]"
+#: builtins.c:244
+msgid "readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
 msgstr ""
 "readarray [-d MEĐA] [-n KOLIČINA] [-O POČETAK] [-s BROJ] [-t] [-u FD]\n"
 "                     [-C FUNKCIJA] [-c TOLIKO] [POLJE]"
 
-#: builtins.c:258
+#: builtins.c:256
 msgid ""
 "Define or display aliases.\n"
 "    \n"
@@ -2726,17 +2572,15 @@ msgid ""
 "      -p\tprint all defined aliases in a reusable format\n"
 "    \n"
 "    Exit Status:\n"
-"    alias returns true unless a NAME is supplied for which no alias has "
-"been\n"
+"    alias returns true unless a NAME is supplied for which no alias has been\n"
 "    defined."
 msgstr ""
 "Definira ili prikaže aliase.\n"
 "\n"
-"    Bez argumenata (ili s opcijom -p), â\80\9ealiasâ\80\9c ispiše popis aliasa na\n"
+"    Bez argumenata (ili s opcijom -p), â\80\9ealiasâ\80\9d ispiše popis aliasa na\n"
 "    standardni izlaz u upotrebljivom formatu: alias IME='ZAMJENA'.\n"
-"    S argumentima, alias je definiran za svako IME za koje je navedena "
-"ZAMJENA.\n"
-"    Zaostali razmak (bjelina) u ZAMJENI čini da „alias“ prilikom ekspanzije\n"
+"    S argumentima, alias je definiran za svako IME za koje je navedena ZAMJENA.\n"
+"    Zaostali razmak (bjelina) u ZAMJENI čini da „alias” prilikom ekspanzije\n"
 "    provjerava je li i sljedeća riječ zamjenska.\n"
 "\n"
 "    Options:\n"
@@ -2744,7 +2588,7 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako alias nije definiran za dano IME."
 
-#: builtins.c:280
+#: builtins.c:278
 msgid ""
 "Remove each NAME from the list of defined aliases.\n"
 "    \n"
@@ -2755,12 +2599,11 @@ msgid ""
 msgstr ""
 "Ukloni svako navedeno IME iz popisa definiranih aliasa.\n"
 "\n"
-"    S opcijom â\80\9e-aâ\80\9c izbriše sve definirane aliase.\n"
+"    S opcijom â\80\9e-aâ\80\9d izbriše sve definirane aliase.\n"
 "\n"
 "    Završi s uspjehom osim ako IME nije postojeći alias."
 
-#: builtins.c:293
-#, fuzzy
+#: builtins.c:291
 msgid ""
 "Set Readline key bindings and variables.\n"
 "    \n"
@@ -2772,55 +2615,42 @@ msgid ""
 "    Options:\n"
 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
 "                         command.  Acceptable keymap names are emacs,\n"
-"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
-"move,\n"
+"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n"
 "                         vi-command, and vi-insert.\n"
 "      -l                 List names of functions.\n"
 "      -P                 List function names and bindings.\n"
 "      -p                 List functions and bindings in a form that can be\n"
 "                         reused as input.\n"
-"      -S                 List key sequences that invoke macros and their "
-"values\n"
-"      -s                 List key sequences that invoke macros and their "
-"values\n"
+"      -S                 List key sequences that invoke macros and their values\n"
+"      -s                 List key sequences that invoke macros and their values\n"
 "                         in a form that can be reused as input.\n"
 "      -V                 List variable names and values\n"
 "      -v                 List variable names and values in a form that can\n"
 "                         be reused as input.\n"
 "      -q  function-name  Query about which keys invoke the named function.\n"
-"      -u  function-name  Unbind all keys which are bound to the named "
-"function.\n"
+"      -u  function-name  Unbind all keys which are bound to the named function.\n"
 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
 "      -f  filename       Read key bindings from FILENAME.\n"
 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
 "    \t\t\t\tKEYSEQ is entered.\n"
-"      -X                 List key sequences bound with -x and associated "
-"commands\n"
+"      -X                 List key sequences bound with -x and associated commands\n"
 "                         in a form that can be reused as input.\n"
 "    \n"
-"    If arguments remain after option processing, the -p and -P options "
-"treat\n"
-"    them as readline command names and restrict output to those names.\n"
-"    \n"
 "    Exit Status:\n"
 "    bind returns 0 unless an unrecognized option is given or an error occurs."
 msgstr ""
-"Prikaže i postavlja â\80\9eReadlineâ\80\9c prečace (key binding) i varijable.\n"
+"Prikaže i postavlja â\80\9eReadlineâ\80\9d prečace (key binding) i varijable.\n"
 "\n"
-"    Veže sekvenciju tipki (key sequence, prečac) na „Readline“ funkciju\n"
-"    ili na makronaredbe ili na „Readline“ varijablu. Sintaksa za argumente\n"
-"    koji nisu opcija je ista kao za ~/.inputrc, ali moraju biti "
-"proslijeđeni\n"
+"    Veže sekvenciju tipki (key sequence, prečac) na „Readline” funkciju\n"
+"    ili na makronaredbe ili na „Readline” varijablu. Sintaksa za argumente\n"
+"    koji nisu opcija je ista kao za ~/.inputrc, ali moraju biti proslijeđeni\n"
 "    kao jedan argument; primjer: bind '\"\\C-x\\C-r\": re-read-init-file'\n"
 "\n"
 "    Opcije:\n"
-"      -f DATOTEKA        pročita prečace (bindings, key sequences) iz "
-"DATOTEKE\n"
+"      -f DATOTEKA        pročita prečace (bindings, key sequences) iz DATOTEKE\n"
 "      -l                 izlista imena svih poznatih funkcija\n"
-"      -m MAPA_TIPAKA     koristi MAPU_TIPAKA (keymap) dok traje ova "
-"naredba;\n"
-"                         moguće MAPE_TIPAKA su jedna od emacs, emacs-"
-"standard,\n"
+"      -m MAPA_TIPAKA     koristi MAPU_TIPAKA (keymap) dok traje ova naredba;\n"
+"                         moguće MAPE_TIPAKA su jedna od emacs, emacs-standard,\n"
 "                         emacs-meta, emacs-ctlx, vi, vi-move, vi-command,\n"
 "                         i vi-insert.\n"
 "      -P                 izlista imena funkcija i prečaca\n"
@@ -2830,8 +2660,7 @@ msgstr ""
 "      -q FUNKCIJA        ispita i ispiše tipke koje pozivaju tu FUNKCIJU\n"
 "      -S                 izlista prečace (sekvencije tipki) koje pozivaju\n"
 "                           makronaredbe s njihovim vrijednostima\n"
-"      -s                 ispiše sekvencije tipki koje pozivaju makronaredbe "
-"s\n"
+"      -s                 ispiše sekvencije tipki koje pozivaju makronaredbe s\n"
 "                           njihovim vrijednostima u obliku koji se može\n"
 "                           iskoristiti kao ulaz\n"
 "      -u FUNKCIJA        razveže sve prečace vezane na tu FUNKCIJU\n"
@@ -2840,14 +2669,14 @@ msgstr ""
 "                           u formatu koji se može iskoristiti kao ulaz\n"
 "      -x PREČAC:SHELL-NAREDBA  izvrši SHELL-NAREDBU svaki put kad se unese\n"
 "                                 PREČAC (sekvencija tipki)\n"
-"      -X                 ispiÅ¡e preÄ\8dace (sekvencije tipki) vezane s â\80\9e-xâ\80\9c i\n"
+"      -X                 ispiÅ¡e preÄ\8dace (sekvencije tipki) vezane s â\80\9e-xâ\80\9d i\n"
 "                           njima pridružene naredbe u obliku koji se može\n"
 "                           iskoristiti kao ulaz\n"
 "\n"
 "    Završi s uspjehom osim ako je dana neprepoznata opcija ili se je\n"
 "    dogodila greška."
 
-#: builtins.c:335
+#: builtins.c:330
 msgid ""
 "Exit for, while, or until loops.\n"
 "    \n"
@@ -2863,7 +2692,7 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako je N manji od 1."
 
-#: builtins.c:347
+#: builtins.c:342
 msgid ""
 "Resume for, while, or until loops.\n"
 "    \n"
@@ -2878,14 +2707,13 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako je N manji od 1."
 
-#: builtins.c:359
+#: builtins.c:354
 msgid ""
 "Execute shell builtins.\n"
 "    \n"
 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
-"    as a shell function, but need to execute the builtin within the "
-"function.\n"
+"    as a shell function, but need to execute the builtin within the function.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
@@ -2895,15 +2723,14 @@ msgstr ""
 "\n"
 "    Izvrši danu UGRAĐENU_SHELL_FUNKCIJU s navedenim ARGUMENTIMA.\n"
 "    To je korisno ako želite redefinirati implementaciju ugrađene shell\n"
-"    funkcije kao vlastitu shell funkciju (skriptu s istim imenom kao "
-"ugrađena\n"
+"    funkcije kao vlastitu shell funkciju (skriptu s istim imenom kao ugrađena\n"
 "    shell funkcija), a potrebna vam je funkcionalnost te ugrađene shell\n"
 "    funkcije unutar vaše vlastite skripte.\n"
 "\n"
 "    Završi s kȏdom UGRAĐENE_SHELL_FUNKCIJE ili s kȏdom 1 ako\n"
 "    UGRAĐENA_SHELL_FUNKCIJA nije ugrađene funkcija ljuske."
 
-#: builtins.c:374
+#: builtins.c:369
 msgid ""
 "Return the context of the current subroutine call.\n"
 "    \n"
@@ -2920,10 +2747,9 @@ msgid ""
 msgstr ""
 "Vrati kontekst trenutnog poziva funkciji.\n"
 "\n"
-"    Bez IZRAZA, vrati „$line $filename“. Ako je dan IZRAZ, onda vrati\n"
-"    „$line $subroutine $filename“; ova dodatna informacija može poslužiti "
-"za\n"
-"    stvaranje „stack trace“.\n"
+"    Bez IZRAZA, vrati „$line $filename”. Ako je dan IZRAZ, onda vrati\n"
+"    „$line $subroutine $filename”; ova dodatna informacija može poslužiti za\n"
+"    stvaranje „stack trace”.\n"
 "\n"
 "    Vrijednost IZRAZA naznačuje koliko ciklusa se treba vratiti\n"
 "    unatrag od trenutne pozicije; trenutni ciklus ima vrijednost 0.\n"
@@ -2931,27 +2757,20 @@ msgstr ""
 "    Završi s uspjehom osim ako ljuska ne izvršava ljuskinu funkciju\n"
 "    ili je IZRAZ nevaljan."
 
-#: builtins.c:392
-#, fuzzy
+#: builtins.c:387
 msgid ""
 "Change the shell working directory.\n"
 "    \n"
-"    Change the current directory to DIR.  The default DIR is the value of "
-"the\n"
-"    HOME shell variable. If DIR is \"-\", it is converted to $OLDPWD.\n"
+"    Change the current directory to DIR.  The default DIR is the value of the\n"
+"    HOME shell variable.\n"
 "    \n"
-"    The variable CDPATH defines the search path for the directory "
-"containing\n"
-"    DIR.  Alternative directory names in CDPATH are separated by a colon "
-"(:).\n"
-"    A null directory name is the same as the current directory.  If DIR "
-"begins\n"
+"    The variable CDPATH defines the search path for the directory containing\n"
+"    DIR.  Alternative directory names in CDPATH are separated by a colon (:).\n"
+"    A null directory name is the same as the current directory.  If DIR begins\n"
 "    with a slash (/), then CDPATH is not used.\n"
 "    \n"
-"    If the directory is not found, and the shell option `cdable_vars' is "
-"set,\n"
-"    the word is assumed to be  a variable name.  If that variable has a "
-"value,\n"
+"    If the directory is not found, and the shell option `cdable_vars' is set,\n"
+"    the word is assumed to be  a variable name.  If that variable has a value,\n"
 "    its value is used for DIR.\n"
 "    \n"
 "    Options:\n"
@@ -2967,19 +2786,16 @@ msgid ""
 "    \t\tattributes as a directory containing the file attributes\n"
 "    \n"
 "    The default is to follow symbolic links, as if `-L' were specified.\n"
-"    `..' is processed by removing the immediately previous pathname "
-"component\n"
+"    `..' is processed by removing the immediately previous pathname component\n"
 "    back to a slash or the beginning of DIR.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns 0 if the directory is changed, and if $PWD is set successfully "
-"when\n"
+"    Returns 0 if the directory is changed, and if $PWD is set successfully when\n"
 "    -P is used; non-zero otherwise."
 msgstr ""
 "Promjeni trenutni direktorij.\n"
 "\n"
-"    Promijeni trenutni direktorij u navedeni DIREKTORIJ. Ako DIREKTORIJ "
-"nije\n"
+"    Promijeni trenutni direktorij u navedeni DIREKTORIJ. Ako DIREKTORIJ nije\n"
 "    naveden, za DIREKTORIJ se koristi vrijednost varijable HOME.\n"
 "\n"
 "    Varijabla CDPATH definira staze (direktorije) po kojima se\n"
@@ -2989,36 +2805,32 @@ msgstr ""
 "    prazni naziv za direktorij je isto što i trenutni direktorij (.)\n"
 "    CDPATH se ne koristi ako DIREKTORIJ započinje s kosom crtom (/)\n"
 "\n"
-"    Ako se direktorij ne pronaÄ\91e, a omoguÄ\87ena je opcija â\80\9ecdable_varsâ\80\9c,\n"
+"    Ako se direktorij ne pronaÄ\91e, a omoguÄ\87ena je opcija â\80\9ecdable_varsâ\80\9d,\n"
 "    tada se dana riječ uzme kao ime varijable; ako ta varijabla sadrži\n"
-"    naziv, â\80\9ecdâ\80\9c prijeđe u direktorij s tim nazivom.\n"
+"    naziv, â\80\9ecdâ\80\9d prijeđe u direktorij s tim nazivom.\n"
 "\n"
 "    Opcije:\n"
-"      -L    slijedi simbolične poveznice; simbolične poveznice u DIREKTORIJU "
-"razriješi\n"
-"              nakon obrade instance „..“\n"
-"      -P    rabi fizičku strukturu direktorija umjesto da slijedi "
-"simbolične\n"
-"              poveznice; simbolične poveznice u DIREKTORIJU razriješi prije "
-"obrade\n"
-"              instance „..“\n"
-"      -e    ako je dana s opcijom „-P“, i trenutni radni direktorij nije\n"
+"      -L    slijedi simbolične linkove; simbolične linkove u DIREKTORIJU razriješi\n"
+"              nakon obrade instance „..”\n"
+"      -P    rabi fizičku strukturu direktorija umjesto da slijedi simbolične\n"
+"              linkove; simbolične linkove u DIREKTORIJU razriješi prije obrade\n"
+"              instance „..”\n"
+"      -e    ako je dana s opcijom „-P”, i trenutni radni direktorij nije\n"
 "              moguće uspješno odrediti nakon uspješne promjene direktorija,\n"
-"              â\80\9ecdâ\80\9c završi s kȏdom različitim od 0.\n"
+"              â\80\9ecdâ\80\9d završi s kȏdom različitim od 0.\n"
 "      -@    opiše proširene atribute povezane s datotekom kao direktorij\n"
 "              koji sadrži atribute datoteke (ako sustav to podržava)\n"
 "\n"
-"    Zadano, simbolične poveznice se slijede kao da je navedena opcija -L.\n"
-"    „..“ (ako se pojavi u DIREKTORIJU) obradi se uklanjanjem komponente\n"
-"    staze koja mu neposredno prethodi unatrag do kose crte „/“ ili do "
-"početka\n"
+"    Zadano, simbolične linkove slijedi kao da je navedena opcija -L.\n"
+"    „..” (ako se pojavi u DIREKTORIJU) obradi je uklanjanjem komponente\n"
+"    staze koja mu neposredno prethodi unatrag do kose crte „/” ili do početka\n"
 "    DIREKTORIJA.\n"
 "\n"
 "    Završi s uspjehom ako je direktorij promijenjen i ako je\n"
-"    varijabla okoline PWD uspješno postavljena kad je dana opcija „-P“;\n"
+"    varijabla okruženja PWD uspješno postavljena kad je dana opcija „-P”;\n"
 "    u suprotnom završi s kȏdom 1."
 
-#: builtins.c:430
+#: builtins.c:425
 msgid ""
 "Print the name of the current working directory.\n"
 "    \n"
@@ -3037,15 +2849,14 @@ msgstr ""
 "\n"
 "    Opcije:\n"
 "      -L   ispiše vrijednost od $PWD ako sadrži trenutni radni direktorij\n"
-"      -P   ispiše stvarnu fizičku stazu do direktorija bez simboličnih "
-"poveznica\n"
+"      -P   ispiše stvarnu fizičku stazu do direktorija bez simboličnih linkova\n"
 "\n"
-"    Bez opcija, â\80\9epwdâ\80\9c se ponaÅ¡a kao da je navedena opcija â\80\9e-Lâ\80\9c\n"
+"    Bez opcija, â\80\9epwdâ\80\9d se ponaÅ¡a kao da je navedena opcija â\80\9e-Lâ\80\9d\n"
 "\n"
 "    Završi s uspjehom osim ako nije dana nevaljana opcija\n"
 "    ili se trenutni radni direktorij ne može pročitati."
 
-#: builtins.c:447
+#: builtins.c:442
 msgid ""
 "Null command.\n"
 "    \n"
@@ -3055,7 +2866,7 @@ msgid ""
 "    Always succeeds."
 msgstr "Naredba nema nikakvog efekta, ne radi ništa; uvijek završi uspješno."
 
-#: builtins.c:458
+#: builtins.c:453
 msgid ""
 "Return a successful result.\n"
 "    \n"
@@ -3063,7 +2874,7 @@ msgid ""
 "    Always succeeds."
 msgstr "Uvijek završi uspješno s kȏdom 0."
 
-#: builtins.c:467
+#: builtins.c:462
 msgid ""
 "Return an unsuccessful result.\n"
 "    \n"
@@ -3071,13 +2882,12 @@ msgid ""
 "    Always fails."
 msgstr "Uvijek završi neuspješno s kȏdom 1."
 
-#: builtins.c:476
+#: builtins.c:471
 msgid ""
 "Execute a simple command or display information about commands.\n"
 "    \n"
 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
-"    information about the specified COMMANDs.  Can be used to invoke "
-"commands\n"
+"    information about the specified COMMANDs.  Can be used to invoke commands\n"
 "    on disk when a function with the same name exists.\n"
 "    \n"
 "    Options:\n"
@@ -3098,15 +2908,13 @@ msgstr ""
 "    Opcije:\n"
 "      -p   rabi zadanu vrijednost za PATH kao garanciju\n"
 "             pronalaženja svih standardnih programa\n"
-"      -v   pokaže ime naredbe koja bi se izvršila similar to the „type“ "
-"builtin\n"
+"      -v   pokaže ime naredbe koja bi se izvršila similar to the „type” builtin\n"
 "      -V   == kao „-v” ali opširnije\n"
 "\n"
 "    Završi s izlaznim kȏdom NAREDBE\n"
 "    ili s 1 ako NAREDBA nije pronađena."
 
-#: builtins.c:495
-#, fuzzy
+#: builtins.c:490
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -3134,14 +2942,12 @@ msgid ""
 "      -u\tto convert the value of each NAME to upper case on assignment\n"
 "      -x\tto make NAMEs export\n"
 "    \n"
-"    Using `+' instead of `-' turns off the given attribute, except for a,\n"
-"    A, and r.\n"
+"    Using `+' instead of `-' turns off the given attribute.\n"
 "    \n"
 "    Variables with the integer attribute have arithmetic evaluation (see\n"
 "    the `let' command) performed when the variable is assigned a value.\n"
 "    \n"
-"    When used in a function, `declare' makes NAMEs local, as with the "
-"`local'\n"
+"    When used in a function, `declare' makes NAMEs local, as with the `local'\n"
 "    command.  The `-g' option suppresses this behavior.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3158,35 +2964,34 @@ msgstr ""
 "      -F   prikaže samo imena funkcija bez definicija\n"
 "      -g   stvori globalne varijable samo za upotrebu u funkciji ljuske;\n"
 "             inače su zanemarene\n"
-"      -I   ako stvori lokalnu varijablu, neka naslijedi atribute i "
-"vrijednost\n"
+"      -I   ako stvori lokalnu varijablu, neka naslijedi atribute i vrijednost\n"
 "             varijable s istim imenom u prethodnom opsegu\n"
 "      -p   prikaže atribute i vrijednost za svako dano IME\n"
 "\n"
 "    Opcije koje postavljaju atribute:\n"
 "      -a   učini od navedenih IMENA indeksirana polja (ako je to podržano)\n"
 "      -A   učini od navedenih IMENA asocijativna polja (ako je to podržano)\n"
-"      -i   uÄ\8dini da navedena IMENA dobiju â\80\9eintegerâ\80\9c svojstva\n"
+"      -i   uÄ\8dini da navedena IMENA dobiju â\80\9eintegerâ\80\9d svojstva\n"
 "      -l   pretvori slova navedenih IMENA u mala slova prilikom upotrebe\n"
 "      -n   učini da dano IME referira na varijablu imenovanu\n"
 "             sa svojom vrijednosti\n"
 "      -r   učini navedena IMENA readonly\n"
-"      -t   uÄ\8dini da navedena IMENA dobiju â\80\9etraceâ\80\9c svojstva\n"
+"      -t   uÄ\8dini da navedena IMENA dobiju â\80\9etraceâ\80\9d svojstva\n"
 "      -u   pretvori slova navedenih IMENA u velika slova prilikom upotrebe\n"
 "      -x   označi navedena IMENA za ekport\n"
 "\n"
-"    â\80\9e\80\9c umjesto â\80\9e\80\9c isključi dani atribut.\n"
+"    â\80\9e\80\9d umjesto â\80\9e\80\9d isključi dani atribut.\n"
 "\n"
-"    Varijable s â\80\9eintegerâ\80\9c atributom obavljaju aritmetičke operacije tijekom\n"
-"    izvoÄ\91enja i upotrebe (pogledajte â\80\9eletâ\80\9c naredbu).\n"
+"    Varijable s â\80\9eintegerâ\80\9d atributom obavljaju aritmetičke operacije tijekom\n"
+"    izvoÄ\91enja i upotrebe (pogledajte â\80\9eletâ\80\9d naredbu).\n"
 "\n"
-"    Unutar funkcije â\80\9edeclareâ\80\9c učini navedena IMENA lokalnima, slično kao\n"
-"    naredba â\80\9elocalâ\80\9c. Opcija â\80\9e-gâ\80\9c spriječi takvo ponašanje.\n"
+"    Unutar funkcije â\80\9edeclareâ\80\9d učini navedena IMENA lokalnima, slično kao\n"
+"    naredba â\80\9elocalâ\80\9d. Opcija â\80\9e-gâ\80\9d spriječi takvo ponašanje.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija\n"
 "    ili se dogodila greška prilikom zadavanja varijabli."
 
-#: builtins.c:538
+#: builtins.c:532
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -3194,20 +2999,15 @@ msgid ""
 msgstr ""
 "Postavi vrijednosti i svojstva varijabli.\n"
 "\n"
-"    Sinonim za „declare“.  Za detalje utipkajte (bez navodnika) „help "
-"declare“."
+"    Sinonim za „declare”.  Za detalje utipkajte (bez navodnika) „help declare”."
 
-#: builtins.c:546
-#, fuzzy
+#: builtins.c:540
 msgid ""
 "Define local variables.\n"
 "    \n"
 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
 "    be any option accepted by `declare'.\n"
 "    \n"
-"    If any NAME is \"-\", local saves the set of shell options and restores\n"
-"    them when the function returns.\n"
-"    \n"
 "    Local variables can only be used within a function; they are visible\n"
 "    only to the function where they are defined and its children.\n"
 "    \n"
@@ -3217,23 +3017,20 @@ msgid ""
 msgstr ""
 "Definira lokalne varijable.\n"
 "\n"
-"    Stvori lokalnu varijablu IME i dodijeli joj vrijednost. OPCIJA može "
-"biti\n"
-"    bilo koja od opcija koju prihvaća naredba „declare“.\n"
+"    Stvori lokalnu varijablu IME i dodijeli joj vrijednost. OPCIJA može biti\n"
+"    bilo koja od opcija koju prihvaća naredba „declare”.\n"
 "\n"
 "    Lokalne varijable mogu se koristiti samo unutar funkcije i vidljive su\n"
 "    samo toj funkciji i njezinim potomcima.\n"
 "\n"
-"    Završi s uspjehom osim ako su navedene nevaljane opcije, ili se "
-"dogodila\n"
+"    Završi s uspjehom osim ako su navedene nevaljane opcije, ili se dogodila\n"
 "    greška pri dodijeli ili ljuska ne izvrši funkciju."
 
-#: builtins.c:566
+#: builtins.c:557
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
-"    Display the ARGs, separated by a single space character and followed by "
-"a\n"
+"    Display the ARGs, separated by a single space character and followed by a\n"
 "    newline, on the standard output.\n"
 "    \n"
 "    Options:\n"
@@ -3257,11 +3054,9 @@ msgid ""
 "    \t\t0 to 3 octal digits\n"
 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
 "    \t\tcan be one or two hex digits\n"
-"      \\uHHHH\tthe Unicode character whose value is the hexadecimal value "
-"HHHH.\n"
+"      \\uHHHH\tthe Unicode character whose value is the hexadecimal value HHHH.\n"
 "    \t\tHHHH can be one to four hex digits.\n"
-"      \\UHHHHHHHH the Unicode character whose value is the hexadecimal "
-"value\n"
+"      \\UHHHHHHHH the Unicode character whose value is the hexadecimal value\n"
 "    \t\tHHHHHHHH. HHHHHHHH can be one to eight hex digits.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3277,7 +3072,7 @@ msgstr ""
 "      -e   interpretira sljedeće backslash (\\) kontrolne kȏdove\n"
 "      -E   ne interpretira sljedeće backslash (\\) kontrolne kȏdove\n"
 "\n"
-"    â\80\9eechoâ\80\9c interpretira ove kontrolne kȏdove:\n"
+"    â\80\9eechoâ\80\9d interpretira ove kontrolne kȏdove:\n"
 "      \\a   alert (zvučni signal)\n"
 "      \\b   backspace\n"
 "      \\c   spriječi daljni izlaz\n"
@@ -3290,15 +3085,15 @@ msgstr ""
 "      \\v   vertikalni tabulator\n"
 "      \\\\     backslash (\\)\n"
 "      \\0NNN   znak s ASCII kȏdom NNN (oktalni, 1 do 3 oktalne znamenke)\n"
-"      \\xHH    osmobitni znak čija je vrijednost HH (heksadecimalna)\n"
-"      \\uHHHH  unikodni znak čija je vrijednost HHHH  (heksadecimalna)\n"
-"                 HHHH može biti od 1 do 4 heksadecimalne znamenke\n"
-"      \\UHHHHHHHH  unikodni znak čija je vrijednost HHHH  (heksadecimalna)\n"
-"                     HHHHHHHH može biti od 1 do 8 heksadecimalnih znamenki\n"
+"      \\xHH    osmobitni znak čija je vrijednost HH (heksadekadska)\n"
+"      \\uHHHH  unicode znak čija je vrijednost HHHH  (heksadekadska)\n"
+"                 HHHH može biti od 1 do 4 heksadekadske znamenke\n"
+"      \\UHHHHHHHH  unicode znak čija je vrijednost HHHH  (heksadekadska)\n"
+"                     HHHHHHHH može biti od 1 do 8 heksadekadskih znamenki\n"
 "\n"
 "    Završi s uspjehom osim ako se ne dogodi greška pri pisanju."
 
-#: builtins.c:606
+#: builtins.c:597
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
@@ -3312,14 +3107,12 @@ msgid ""
 msgstr ""
 "Ispiše argumente na standardni izlaz.\n"
 "\n"
-"    Prikaže ARGUMENTE na standardnom izlazu (pripoji im znak za novi "
-"redak).\n"
-"    Opcijom „-n“ može se isključiti pripajanje znaka za novi redak.\n"
+"    Prikaže ARGUMENTE na standardnom izlazu (pripoji im znak za novi redak).\n"
+"    Opcijom „-n” može se isključiti pripajanje znaka za novi redak.\n"
 "\n"
 "    Završi s uspjehom osim ako se ne dogodi greška pri pisanju."
 
-#: builtins.c:621
-#, fuzzy
+#: builtins.c:612
 msgid ""
 "Enable and disable shell builtins.\n"
 "    \n"
@@ -3339,12 +3132,6 @@ msgid ""
 "    \n"
 "    Without options, each NAME is enabled.\n"
 "    \n"
-"    On systems with dynamic loading, the shell variable BASH_LOADABLES_PATH\n"
-"    defines a search path for the directory containing FILENAMEs that do\n"
-"    not contain a slash. It may include \".\" to force a search of the "
-"current\n"
-"    directory.\n"
-"    \n"
 "    To use the `test' found in $PATH instead of the shell builtin\n"
 "    version, type `enable -n test'.\n"
 "    \n"
@@ -3365,24 +3152,23 @@ msgstr ""
 "\n"
 "    Opcije koje upravljaju dinamičko učitavanje:\n"
 "      -f   učita ugrađenu naredbu IME iz dijeljenog objekta DATOTEKA\n"
-"      -d   ukloni ugraÄ\91enu naredbu uÄ\8ditanu s â\80\9e-fâ\80\9c\n"
+"      -d   ukloni ugraÄ\91enu naredbu uÄ\8ditanu s â\80\9e-fâ\80\9d\n"
 "\n"
 "    Bez opcija, omogućena su sva navedena IMENA. Bez imena pokazane su\n"
-"    omoguÄ\87ene naredbe (ili s â\80\9e-nâ\80\9c onemogućene).\n"
+"    omoguÄ\87ene naredbe (ili s â\80\9e-nâ\80\9d onemogućene).\n"
 "\n"
-"    Primjer: da koristite binarnu datoteku â\80\9etestâ\80\9c koja se nalazi na stazi\n"
+"    Primjer: da koristite binarnu datoteku â\80\9etestâ\80\9d koja se nalazi na stazi\n"
 "    pretraživanja PATH, umjesto ugrađene (test) naredbe, utipkajte\n"
-"    (bez navodnika) â\80\9eenable -n testâ\80\9c.\n"
+"    (bez navodnika) â\80\9eenable -n testâ\80\9d.\n"
 "\n"
 "    Završi s uspjehom osim ako IME nije ugrađena naredba ili se nije\n"
 "    dogodila greška."
 
-#: builtins.c:654
+#: builtins.c:640
 msgid ""
 "Execute arguments as a shell command.\n"
 "    \n"
-"    Combine ARGs into a single string, use the result as input to the "
-"shell,\n"
+"    Combine ARGs into a single string, use the result as input to the shell,\n"
 "    and execute the resulting commands.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3395,7 +3181,7 @@ msgstr ""
 "\n"
 "    Završi s kȏdom naredbe ili uspješno ako je naredba prazna."
 
-#: builtins.c:666
+#: builtins.c:652
 msgid ""
 "Parse option arguments.\n"
 "    \n"
@@ -3444,26 +3230,20 @@ msgstr ""
 "    slova slijedi dvotočka, očekuje se da opcija ima argument koji treba\n"
 "    biti bjelinom odvojen od opcije.\n"
 "\n"
-"    Svaki put kad se pozove, getopts će smjestiti sljedeću opciju u "
-"ljuskinu\n"
+"    Svaki put kad se pozove, getopts će smjestiti sljedeću opciju u ljuskinu\n"
 "    varijablu IME (ako IME ne postoji, getopts ga inicijalizira), a indeks\n"
 "    sljedećeg argumenta koji treba procesirati u ljuskinu varijablu OPTIND.\n"
 "    OPTIND je inicijaliziran na 1 pri svakom pozivanju ljuske ili ljuskine\n"
 "    skripte. Ako opcija zahtijeva argument, getopts smjesti taj argument u\n"
 "    ljuskinu varijablu OPTARG.\n"
 "\n"
-"    getopts javlja greške na jedan od dva načina. Ako je dvotočka prvi "
-"znaku\n"
+"    getopts javlja greške na jedan od dva načina. Ako je dvotočka prvi znaku\n"
 "    u STRINGU_OPCIJA, getopts tiho prijavi grešku, tj. ne ispisuje poruke o\n"
-"    greškama. Ako naiđe na nevaljanu opciju, getopts smjesti nađeni znak "
-"opcije\n"
-"    u OPTARG. Ako zahtijevani argument nije pronađen, getopts smjesti „:“ u "
-"IME\n"
-"    i postavi OPTARG na pronađeni znak opcije. Ako getopts ne radi tiho i "
-"naiđe\n"
-"    na nevaljanu opciju, getopts smjesti „?“ u IME i poništi OPTARG.\n"
-"    Ako zahtijevani argument nije pronađen, getopts smjesti „?“ u IME, "
-"poništi\n"
+"    greškama. Ako naiđe na nevaljanu opciju, getopts smjesti nađeni znak opcije\n"
+"    u OPTARG. Ako zahtijevani argument nije pronađen, getopts smjesti „:” u IME\n"
+"    i postavi OPTARG na pronađeni znak opcije. Ako getopts ne radi tiho i naiđe\n"
+"    na nevaljanu opciju, getopts smjesti „?” u IME i poništi OPTARG.\n"
+"    Ako zahtijevani argument nije pronađen, getopts smjesti „?” u IME, poništi\n"
 "    OPTARG i ispiše poruku o greškama.\n"
 "\n"
 "    Ako ljuskina varijabla OPTERR ima vrijednost 0, getopts onemogući ispis\n"
@@ -3476,13 +3256,12 @@ msgstr ""
 "    Završi s uspjehom ako pronađe opciju; ako naiđe na kraj opcija\n"
 "    ili ako se dogodi greška, završi s neuspjehom."
 
-#: builtins.c:708
+#: builtins.c:694
 msgid ""
 "Replace the shell with the given command.\n"
 "    \n"
 "    Execute COMMAND, replacing this shell with the specified program.\n"
-"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
-"specified,\n"
+"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not specified,\n"
 "    any redirections take effect in the current shell.\n"
 "    \n"
 "    Options:\n"
@@ -3490,13 +3269,11 @@ msgid ""
 "      -c\texecute COMMAND with an empty environment\n"
 "      -l\tplace a dash in the zeroth argument to COMMAND\n"
 "    \n"
-"    If the command cannot be executed, a non-interactive shell exits, "
-"unless\n"
+"    If the command cannot be executed, a non-interactive shell exits, unless\n"
 "    the shell option `execfail' is set.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless COMMAND is not found or a redirection error "
-"occurs."
+"    Returns success unless COMMAND is not found or a redirection error occurs."
 msgstr ""
 "Zamijeni ljusku s danom naredbom.\n"
 "\n"
@@ -3507,15 +3284,15 @@ msgstr ""
 "    Opcije:\n"
 "      -a IME   dȁde IME kao nulti argument NAREDBI\n"
 "      -c       izvrši NAREDBU u praznoj okolini\n"
-"      -l       proslijedi crticu (â\80\9e\80\9c) kao nulti argument NAREDBE\n"
+"      -l       proslijedi crticu (â\80\9e\80\9d) kao nulti argument NAREDBE\n"
 "\n"
 "    Ako se naredba ne može izvršiti, ne-interaktivna ljuska završi,\n"
-"    osim ako je aktivna opcija ljuske â\80\9eexecfailâ\80\9c.\n"
+"    osim ako je aktivna opcija ljuske â\80\9eexecfailâ\80\9d.\n"
 "\n"
 "    Završi s uspjehom, osim ako NAREDBA nije pronađena ili se dogodila\n"
 "    greška preusmjeravanja."
 
-#: builtins.c:729
+#: builtins.c:715
 msgid ""
 "Exit the shell.\n"
 "    \n"
@@ -3526,32 +3303,28 @@ msgstr ""
 "\n"
 "    Završi s kȏdom N. Bez N završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:738
+#: builtins.c:724
 msgid ""
 "Exit a login shell.\n"
 "    \n"
-"    Exits a login shell with exit status N.  Returns an error if not "
-"executed\n"
+"    Exits a login shell with exit status N.  Returns an error if not executed\n"
 "    in a login shell."
 msgstr ""
 "Izlaz iz prijavne ljuske.\n"
 "\n"
 "    Završi s kȏdom N. Završi s greškom ako to nije prijavna ljuska."
 
-#: builtins.c:748
-#, fuzzy
+#: builtins.c:734
 msgid ""
 "Display or execute commands from the history list.\n"
 "    \n"
-"    fc is used to list or edit and re-execute commands from the history "
-"list.\n"
+"    fc is used to list or edit and re-execute commands from the history list.\n"
 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
 "    string, which means the most recent command beginning with that\n"
 "    string.\n"
 "    \n"
 "    Options:\n"
-"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
-"EDITOR,\n"
+"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then EDITOR,\n"
 "    \t\tthen vi\n"
 "      -l \tlist lines instead of editing\n"
 "      -n\tomit line numbers when listing\n"
@@ -3564,11 +3337,8 @@ msgid ""
 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
 "    the last command.\n"
 "    \n"
-"    The history builtin also operates on the history list.\n"
-"    \n"
 "    Exit Status:\n"
-"    Returns success or status of executed command; non-zero if an error "
-"occurs."
+"    Returns success or status of executed command; non-zero if an error occurs."
 msgstr ""
 "Prikaže ili izvrši naredbe iz popisa povijesti.\n"
 "\n"
@@ -3579,7 +3349,7 @@ msgstr ""
 "\n"
 "    Opcije:\n"
 "      -e EDITOR  ime EDITORA koji će se koristi; zadano, koristi se FCEDIT,\n"
-"                   zatim EDITOR ili konaÄ\8dno â\80\9eviâ\80\9c\n"
+"                   zatim EDITOR ili konaÄ\8dno â\80\9eviâ\80\9d\n"
 "      -l         izlista popis naredbi (umjesto uređivanja)\n"
 "      -n         popis bez brojeva\n"
 "      -r         popis s obrnutim redoslijedom (najnovija prva)\n"
@@ -3587,14 +3357,13 @@ msgstr ""
 "    U obliku „fc -s [UZORAK=ZAMJENA...] [NAREDBA]”,\n"
 "    „fc” nakon provedenih naznačenih supstitucija ponovno izvrši NAREDBU.\n"
 "\n"
-"    Prikladni alias s ovom funkcijom je r='fc -s'. Tako, utipkani „r“ "
-"izvrši\n"
-"    ponovno posljednju naredbu, a utipkani „r cc“ izvrši posljednju naredbu\n"
-"    koja započinje s „cc“.\n"
+"    Prikladni alias s ovom funkcijom je r='fc -s'. Tako, utipkani „r” izvrši\n"
+"    ponovno posljednju naredbu, a utipkani „r cc” izvrši posljednju naredbu\n"
+"    koja započinje s „cc”.\n"
 "    \n"
 "    Završi s kȏdom izvršene naredbe, a različito od 0 ako se dogodi greška."
 
-#: builtins.c:780
+#: builtins.c:764
 msgid ""
 "Move job to the foreground.\n"
 "    \n"
@@ -3607,23 +3376,19 @@ msgid ""
 msgstr ""
 "Premjesti posao u prednji plan.\n"
 "\n"
-"    Premjesti specificirani posao u prednji plan i učini ga trenutnim "
-"poslom.\n"
+"    Premjesti specificirani posao u prednji plan i učini ga trenutnim poslom.\n"
 "    Bez navedene specifikacije posla, premjesti u prednji plan posao koji\n"
 "    ljuska smatra trenutnim.\n"
 "\n"
-"    Završi s kȏdom trenutne naredbe u prednjem planu ili s neuspjehom ako "
-"se\n"
+"    Završi s kȏdom trenutne naredbe u prednjem planu ili s neuspjehom ako se\n"
 "    dogodi greška."
 
-#: builtins.c:795
+#: builtins.c:779
 msgid ""
 "Move jobs to the background.\n"
 "    \n"
-"    Place the jobs identified by each JOB_SPEC in the background, as if "
-"they\n"
-"    had been started with `&'.  If JOB_SPEC is not present, the shell's "
-"notion\n"
+"    Place the jobs identified by each JOB_SPEC in the background, as if they\n"
+"    had been started with `&'.  If JOB_SPEC is not present, the shell's notion\n"
 "    of the current job is used.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3631,20 +3396,19 @@ msgid ""
 msgstr ""
 "Premjesti poslove u pozadinu.\n"
 "\n"
-"    Premjesti specificirane poslove u pozadinu, kao da su pokrenuti s â\80\9e\80\9c\n"
+"    Premjesti specificirane poslove u pozadinu, kao da su pokrenuti s â\80\9e\80\9d\n"
 "    Ako nije navedena nijedna SPECIFIKACIJA_POSLA, premjesti u pozadinu\n"
 "    posao koji ljuska smatra trenutnim.\n"
 "\n"
 "    Završi s uspjehom osim ako upravljanje poslovima nije omogućeno\n"
 "    ili se dogodila greška."
 
-#: builtins.c:809
+#: builtins.c:793
 msgid ""
 "Remember or display program locations.\n"
 "    \n"
 "    Determine and remember the full pathname of each command NAME.  If\n"
-"    no arguments are given, information about remembered commands is "
-"displayed.\n"
+"    no arguments are given, information about remembered commands is displayed.\n"
 "    \n"
 "    Options:\n"
 "      -d\tforget the remembered location of each NAME\n"
@@ -3677,10 +3441,9 @@ msgstr ""
 "    Svako navedeno IME traži se u $PATH i doda se popisu zapamćenih\n"
 "    naredbi.\n"
 "\n"
-"    Završi s uspjehom osim ako nije pronađeno IME ili je dana nevaljana "
-"opcija."
+"    Završi s uspjehom osim ako nije pronađeno IME ili je dana nevaljana opcija."
 
-#: builtins.c:834
+#: builtins.c:818
 msgid ""
 "Display information about builtin commands.\n"
 "    \n"
@@ -3698,8 +3461,7 @@ msgid ""
 "      PATTERN\tPattern specifying a help topic\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless PATTERN is not found or an invalid option is "
-"given."
+"    Returns success unless PATTERN is not found or an invalid option is given."
 msgstr ""
 "Prikaže podatke o ugrađenim (builtins) naredbama.\n"
 "\n"
@@ -3710,14 +3472,12 @@ msgstr ""
 "    Opcije:\n"
 "      -d   ukratko opisano djelovanje naredbe\n"
 "      -m   prikaže uporabu u pseudo manpage formatu\n"
-"      -s   prikaže samo sažetak uporabe za svaku naredbu koja podudara "
-"UZORAK\n"
+"      -s   prikaže samo sažetak uporabe za svaku naredbu koja podudara UZORAK\n"
 "\n"
 "    Završi s uspjehom osim ako UZORAK nije pronađen, ili je dana nevaljana\n"
 "    opcija."
 
-#: builtins.c:858
-#, fuzzy
+#: builtins.c:842
 msgid ""
 "Display or manipulate the history list.\n"
 "    \n"
@@ -3741,16 +3501,11 @@ msgid ""
 "      -s\tappend the ARGs to the history list as a single entry\n"
 "    \n"
 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
-"    if HISTFILE has a value, that is used. If FILENAME is not supplied\n"
-"    and HISTFILE is unset or null, the -a, -n, -r, and -w options have\n"
-"    no effect and return success.\n"
-"    \n"
-"    The fc builtin also operates on the history list.\n"
+"    if HISTFILE has a value, that is used, else ~/.bash_history.\n"
 "    \n"
 "    If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
 "    as a format string for strftime(3) to print the time stamp associated\n"
-"    with each displayed history entry.  No time stamps are printed "
-"otherwise.\n"
+"    with each displayed history entry.  No time stamps are printed otherwise.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or an error occurs."
@@ -3758,7 +3513,7 @@ msgstr ""
 "Prikaže ili manipulira povijest naredbi.\n"
 "\n"
 "    Prikaže numerirani popis izvršenih naredbi (povijest); ispred\n"
-"    modificiranih stavki stoji prefiks â\80\9e\80\9c. S argumentom N\n"
+"    modificiranih stavki stoji prefiks â\80\9e\80\9d. S argumentom N\n"
 "    ispiše samo N posljednjih redaka povijesti.\n"
 "\n"
 "    Opcije:\n"
@@ -3766,7 +3521,7 @@ msgstr ""
 "      -d   POZICIJA  izbriše redak povijesti na toj POZICIJI. Negativna\n"
 "           POZICIJA odbrojava od kraja popisa.\n"
 "\n"
-"      -a   doda trenutnu povijest â\80\9epovijesnojâ\80\9c datoteci\n"
+"      -a   doda trenutnu povijest â\80\9epovijesnojâ\80\9d datoteci\n"
 "      -n   doda sve nepročitane retke povijesne datoteke\n"
 "             trenutnom popisu povijesti\n"
 "      -r   pročita i doda povijesnu datoteku\n"
@@ -3777,8 +3532,7 @@ msgstr ""
 "             bez spremanja u povijesni popis\n"
 "      -s   doda ARGUMENTE kao jednu stavku popisu povijesti\n"
 "\n"
-"    Ako je dana, DATOTEKA se koristi se kao povijesna datoteka; ako nije "
-"dana,\n"
+"    Ako je dana, DATOTEKA se koristi se kao povijesna datoteka; ako nije dana,\n"
 "    koristi se varijabla HISTFILE (ako ima vrijednost). Inače se koristi\n"
 "    ~/.bash_history.\n"
 "\n"
@@ -3789,7 +3543,7 @@ msgstr ""
 "    Završi s uspjehom osim ako nije dana nevaljana opcija ili se dogodila\n"
 "    greška."
 
-#: builtins.c:899
+#: builtins.c:879
 msgid ""
 "Display status of jobs.\n"
 "    \n"
@@ -3825,15 +3579,13 @@ msgstr ""
 "      -s   ograniči izlaz samo na zaustavljene poslove\n"
 "\n"
 "    Ako je navedena opcija '-x', dana NAREDBA će se izvršiti tek nakon\n"
-"    zatvaranja svih navedenih poslova u ARGUMENTIMA (tj. njihov ID procesa "
-"je\n"
+"    zatvaranja svih navedenih poslova u ARGUMENTIMA (tj. njihov ID procesa je\n"
 "    zamijenjen s ID-om njima nadređenog procesa).\n"
 "\n"
-"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila "
-"greška.\n"
+"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila greška.\n"
 "    Ako je dana opcija -x, završi sa izlaznim kȏdom NAREDBE."
 
-#: builtins.c:926
+#: builtins.c:906
 msgid ""
 "Remove jobs from current shell.\n"
 "    \n"
@@ -3864,7 +3616,7 @@ msgstr ""
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili nije\n"
 "    navedena SPECIFIKACIJA_POSLA."
 
-#: builtins.c:945
+#: builtins.c:925
 msgid ""
 "Send a signal to a job.\n"
 "    \n"
@@ -3889,36 +3641,32 @@ msgstr ""
 "Pošalje signal poslu.\n"
 "\n"
 "    Procesima označenim s PID-om ili sa SPECIFIKACIJOM_POSLA pošalje signal\n"
-"    naveden brojem ili imenom. Ako nije naveden ni broj ni ime, „kill” "
-"pošalje\n"
+"    naveden brojem ili imenom. Ako nije naveden ni broj ni ime, „kill” pošalje\n"
 "    SIGTERM.\n"
 "\n"
 "    Opcije:\n"
 "      -s IME          IME je ime signala koji se šalje\n"
 "      -n BROJ         BROJ je broj signala koji se šalje\n"
-"      -l              izlista imena dostupnih signala; ako su dani "
-"argumenti\n"
-"                        iza „-l“, to su brojevi signala čija odgovarajuća\n"
+"      -l              izlista imena dostupnih signala; ako su dani argumenti\n"
+"                        iza „-l”, to su brojevi signala čija odgovarajuća\n"
 "                        imena treba ispisati\n"
 "      -L              == -l\n"
 "\n"
-"    â\80\9ekillâ\80\9c je ugrađena ljuskina naredba iz dva razloga: dopušta korištenje\n"
+"    â\80\9ekillâ\80\9d je ugrađena ljuskina naredba iz dva razloga: dopušta korištenje\n"
 "    ID posla umjesto ID procesa i također dopušta ubiti procese iako\n"
 "    ste dostigli vaše ograničenje za broj procesa koje možete stvoriti;\n"
 "    tj. ne morate pokrenuti novi proces da ubijete prekobrojne procese.\n"
 "\n"
-"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila "
-"greška."
+"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila greška."
 
-#: builtins.c:969
+#: builtins.c:949
 msgid ""
 "Evaluate arithmetic expressions.\n"
 "    \n"
 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
 "    fixed-width integers with no check for overflow, though division by 0\n"
 "    is trapped and flagged as an error.  The following list of operators is\n"
-"    grouped into levels of equal-precedence operators.  The levels are "
-"listed\n"
+"    grouped into levels of equal-precedence operators.  The levels are listed\n"
 "    in order of decreasing precedence.\n"
 "    \n"
 "    \tid++, id--\tvariable post-increment, post-decrement\n"
@@ -3960,8 +3708,7 @@ msgstr ""
 "    obavlja za cijele brojeve fiksne širine bez provjere prelijevanja.\n"
 "    Ipak, dijeljenje s nulom se detektira i prijavi kao greška.\n"
 "\n"
-"    Popis koji slijedi opisuje operatore s jednakom prednošću u istom "
-"retku,\n"
+"    Popis koji slijedi opisuje operatore s jednakom prednošću u istom retku,\n"
 "    a redci su poredani po opadajućoj prednosti.\n"
 "\n"
 "        var++, var--    post-inkrement, post-dekrement varijable\n"
@@ -3986,34 +3733,28 @@ msgstr ""
 "\n"
 "    Varijable ljuske su dopuštene kao parametri. Ime varijable se zamijeni\n"
 "    s njezinom vrijednošću (ako treba, pretvori se u cijeli broj).\n"
-"    Varijable, za upotrebu u izrazima, ne moraju imati atribut cijelog "
-"broja.\n"
+"    Varijable, za upotrebu u izrazima, ne moraju imati atribut cijelog broja.\n"
 "\n"
 "    Operatori se vrednuju prema pravilima prednosti. Najprije se\n"
 "    vrednuju pod-izrazi u zagradama i tako mogu redefinirati gore\n"
 "    opisana pravilila prednosti.\n"
 "\n"
-"    Ako je vrednovanje zadnjeg ARGUMENTA nula (0), â\80\9eletâ\80\9c završi s kȏdom 1;\n"
+"    Ako je vrednovanje zadnjeg ARGUMENTA nula (0), â\80\9eletâ\80\9d završi s kȏdom 1;\n"
 "    inače završi s uspjehom."
 
-#: builtins.c:1014
-#, fuzzy
+#: builtins.c:994
 msgid ""
 "Read a line from the standard input and split it into fields.\n"
 "    \n"
 "    Reads a single line from the standard input, or from file descriptor FD\n"
-"    if the -u option is supplied.  The line is split into fields as with "
-"word\n"
+"    if the -u option is supplied.  The line is split into fields as with word\n"
 "    splitting, and the first word is assigned to the first NAME, the second\n"
 "    word to the second NAME, and so on, with any leftover words assigned to\n"
-"    the last NAME.  Only the characters found in $IFS are recognized as "
-"word\n"
-"    delimiters. By default, the backslash character escapes delimiter "
-"characters\n"
+"    the last NAME.  Only the characters found in $IFS are recognized as word\n"
+"    delimiters. By default, the backslash character escapes delimiter characters\n"
 "    and newline.\n"
 "    \n"
-"    If no NAMEs are supplied, the line read is stored in the REPLY "
-"variable.\n"
+"    If no NAMEs are supplied, the line read is stored in the REPLY variable.\n"
 "    \n"
 "    Options:\n"
 "      -a array\tassign the words read to sequential indices of the array\n"
@@ -4021,14 +3762,11 @@ msgid ""
 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
 "    \t\tthan newline\n"
 "      -e\tuse Readline to obtain the line\n"
-"      -E\tuse Readline to obtain the line and use the bash default\n"
-"    \t\tcompletion instead of Readline's default completion\n"
 "      -i text\tuse TEXT as the initial text for Readline\n"
 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
 "    \t\tfor a newline, but honor a delimiter if fewer than\n"
 "    \t\tNCHARS characters are read before the delimiter\n"
-"      -N nchars\treturn only after reading exactly NCHARS characters, "
-"unless\n"
+"      -N nchars\treturn only after reading exactly NCHARS characters, unless\n"
 "    \t\tEOF is encountered or read times out, ignoring any\n"
 "    \t\tdelimiter\n"
 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
@@ -4046,58 +3784,48 @@ msgid ""
 "      -u fd\tread from file descriptor FD instead of the standard input\n"
 "    \n"
 "    Exit Status:\n"
-"    The return code is zero, unless end-of-file is encountered, read times "
-"out\n"
-"    (in which case it's greater than 128), a variable assignment error "
-"occurs,\n"
+"    The return code is zero, unless end-of-file is encountered, read times out\n"
+"    (in which case it's greater than 128), a variable assignment error occurs,\n"
 "    or an invalid file descriptor is supplied as the argument to -u."
 msgstr ""
 "Pročita redak iz standardnog ulaza i razdijeli ga na polja.\n"
 "\n"
 "    Pročita jedan redak iz standardnog ulaza (ili navedenog deskriptora\n"
-"    datoteke FD ako je dana opcija „-u“) i dodijeli prvu riječ prvom IMENU,\n"
-"    drugu riječ drugom IMENU, i tako dalje; preostale riječi dodijeli "
-"zadnjem\n"
+"    datoteke FD ako je dana opcija „-u”) i dodijeli prvu riječ prvom IMENU,\n"
+"    drugu riječ drugom IMENU, i tako dalje; preostale riječi dodijeli zadnjem\n"
 "    IMENU. Samo se znakovi sadržani u  varijabli $IFS prepoznaju kao MEĐA\n"
-"    (separator riječi). Zadano, obratna kosa crta (backslash) maskira "
-"znakove\n"
+"    (separator riječi). Zadano, obratna kosa crta (backslash) maskira znakove\n"
 "    za separator i znak za novi redak.\n"
 "\n"
-"    Ako nije navedeno nijedno IME, pročitani redak se spremi u varijablu "
-"REPLY.\n"
+"    Ako nije navedeno nijedno IME, pročitani redak se spremi u varijablu REPLY.\n"
 "\n"
 "    Opcije:\n"
 "      -a POLJE   pročitane riječi dodijeli sekvencijalnim indeksima POLJA\n"
 "                   počevši od nule\n"
-"      -d MEĐA    nastavi čitati sve dok ne pročita prvu MEĐU (umjesto LF "
-"znaka)\n"
-"      -e           rabi „Readline“ za dobaviti redak\n"
-"      -i TEKST   rabi TEKST kao početni tekst za „Readline“\n"
+"      -d MEĐA    nastavi čitati sve dok ne pročita prvu MEĐU (umjesto LF znaka)\n"
+"      -e           rabi „Readline” za dobaviti redak\n"
+"      -i TEKST   rabi TEKST kao početni tekst za „Readline”\n"
 "      -n BROJ    zaustavi čitanje nakon pročitanih ne više od BROJ znakova\n"
 "                   ili nakon LF znaka (umjesto da uvijek čeka na LF znak)\n"
 "      -N BROJ    zaustavi čitanje samo nakon pročitanih ne više od BROJ\n"
 "                   znakova ili nakon EOF znaka ili nakon isteka „t SEKUNDA\n"
-"      -p PROMPT  ispiše taj string kao prompt (bez LF) prije početka "
-"čitanja\n"
+"      -p PROMPT  ispiše taj string kao prompt (bez LF) prije početka čitanja\n"
 "      -r         backslash je doslovno kosa crta (nema posebno značenje)\n"
 "      -s         ne odjekuje (echo) ulaz koji dolazi iz terminala\n"
-"      -t BROJ    nakon isteka BROJA sekundi  prestane čekati na ulaz i "
-"završi\n"
+"      -t BROJ    nakon isteka BROJA sekundi  prestane čekati na ulaz i završi\n"
 "                   s kȏdom većim od 128; zadano, broj sekundi čekanja je\n"
-"                   vrijednost varijable TMOUT; BROJ može biti i realni "
-"broj;\n"
-"                   Ako je BROJ = 0, „read“ završi odmah bez da išta čita, a\n"
+"                   vrijednost varijable TMOUT; BROJ može biti i realni broj;\n"
+"                   Ako je BROJ = 0, „read” završi odmah bez da išta čita, a\n"
 "                   samo ako je ulaz dostupni na specificiranom deskriptoru\n"
 "                   datoteke Završi s uspjehom\n"
 "\n"
-"      -u FD      čita iz deskriptora datoteke FD umjesto iz standardnog "
-"ulaza\n"
+"      -u FD      čita iz deskriptora datoteke FD umjesto iz standardnog ulaza\n"
 "\n"
 "      Završi s uspjehom osim ako ne naiđe na konac datoteke (EOF) ili je\n"
 "      isteklo vrijeme čekanja ili se dogodila greška pri dodjeli ili je\n"
-"      naveden nevaljani deskriptor datoteke kao argument opciji â\80\9e-uâ\80\9c."
+"      naveden nevaljani deskriptor datoteke kao argument opciji â\80\9e-uâ\80\9d."
 
-#: builtins.c:1064
+#: builtins.c:1042
 msgid ""
 "Return from a shell function.\n"
 "    \n"
@@ -4108,7 +3836,7 @@ msgid ""
 "    Exit Status:\n"
 "    Returns N, or failure if the shell is not executing a function or script."
 msgstr ""
-"VraÄ\8danje iz funkcije ljuske.\n"
+"VraÄ\87anje iz funkcije ljuske.\n"
 "\n"
 "    Učini da funkcija ili pokrenuta skripta završi sa izlaznom vrijednošću\n"
 "    specificiranom s N. Ako N nije dan, završi s kȏdom zadnje naredbe\n"
@@ -4116,8 +3844,7 @@ msgstr ""
 "\n"
 "    Vrati vrijednost N ili 1 ako ljuska ne izvrši funkciju ili skriptu."
 
-#: builtins.c:1077
-#, fuzzy
+#: builtins.c:1055
 msgid ""
 "Set or unset values of shell options and positional parameters.\n"
 "    \n"
@@ -4160,8 +3887,7 @@ msgid ""
 "              physical     same as -P\n"
 "              pipefail     the return value of a pipeline is the status of\n"
 "                           the last command to exit with a non-zero status,\n"
-"                           or zero if no command exited with a non-zero "
-"status\n"
+"                           or zero if no command exited with a non-zero status\n"
 "              posix        change the behavior of bash where the default\n"
 "                           operation differs from the Posix standard to\n"
 "                           match the standard\n"
@@ -4185,18 +3911,13 @@ msgid ""
 "          by default when the shell is interactive.\n"
 "      -P  If set, do not resolve symbolic links when executing commands\n"
 "          such as cd which change the current directory.\n"
-"      -T  If set, the DEBUG and RETURN traps are inherited by shell "
-"functions.\n"
+"      -T  If set, the DEBUG and RETURN traps are inherited by shell functions.\n"
 "      --  Assign any remaining arguments to the positional parameters.\n"
 "          If there are no remaining arguments, the positional parameters\n"
 "          are unset.\n"
 "      -   Assign any remaining arguments to the positional parameters.\n"
 "          The -x and -v options are turned off.\n"
 "    \n"
-"    If -o is supplied with no option-name, set prints the current shell\n"
-"    option settings. If +o is supplied with no option-name, set prints a\n"
-"    series of set commands to recreate the current option settings.\n"
-"    \n"
 "    Using + rather than - causes these flags to be turned off.  The\n"
 "    flags can also be used upon invocation of the shell.  The current\n"
 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
@@ -4209,66 +3930,56 @@ msgstr ""
 "Postavlja ili uklanja vrijednosti opcija ljuske i pozicijskih parametara.\n"
 "\n"
 "    Mijenja svojstva ljuske i vrijednosti pozicijskih parametara.\n"
-"    Bez opcija ili argumenata „set” ispiše imena i vrijednosti svih "
-"definiranih\n"
+"    Bez opcija ili argumenata „set” ispiše imena i vrijednosti svih definiranih\n"
 "    varijabli i funkcija u obliku koji se može iskoristiti kao ulaz.\n"
-"    Dostupne su sljedeće opcije („+“ umjesto „-“ onemogući navedenu "
-"opciju):\n"
+"    Dostupne su sljedeće opcije („+” umjesto „-” onemogući navedenu opciju):\n"
 "\n"
 "      -a  automatski izveze nove ili modificirane varijable i funkcije\n"
 "      -B  izvrši zamjenu vitičastih zagrada (brace expansion), zadano;\n"
 "      -b  odmah prijavi prekid posla (ne čeka da završi trenutna naredba)\n"
 "      -C  onemogući da preusmjereni izvoz piše preko regularnih datoteka\n"
-"      -E  omogući da bilo koji ERR „trap“ naslijede funkcije ljuske i "
-"potomci\n"
+"      -E  omogući da bilo koji ERR „trap” naslijede funkcije ljuske i potomci\n"
 "      -e  završi odmah ako naredba završi s kȏdom različitim od nula\n"
-"      -f  onemogući zamjenske znakove za imena datoteka (isključi "
-"„globbing“)\n"
-"      -H  omogući upotrebu znaka „!“ za pozivanje naredbi iz povijesti "
-"(zadano)\n"
+"      -f  onemogući zamjenske znakove za imena datoteka (isključi „globbing”)\n"
+"      -H  omogući upotrebu znaka „!” za pozivanje naredbi iz povijesti (zadano)\n"
 "      -h  pamti (apsolutne) lokacije izvršenih naredbi (zadano)\n"
 "      -k  sve argumente dodijeljene varijablama smjesti u okolinu\n"
 "            (a ne samo one argumente koji prethode imenu naredbe)\n"
 "      -m  upravljanje poslovima je omogućeno (zadano)\n"
 "      -n  pročita, ali ne izvrši naredbe\n"
 "      -o  IME_OPCIJE  omogući tu opciju (v. niže duge nazive za IME_OPCIJE)\n"
-"      -P  ne razriješi simbolične poveznice pri izvršavanju naredbi poput "
-"„cd“\n"
-"            koje promjene trenutni direktorij\n"
+"      -P  ne razriješi simbolične linkove pri izvršavanju naredbi poput „cd”\n"
+"            koje promijene trenutni direktorij\n"
 "      -p  uključi privilegirani način: datoteke BASH_ENV i ENV se zanemare,\n"
-"            funkcije ljuske se ne uvoze iz okoline, a zanemari se i\n"
-"            sve SHELLOPTS; taj način se automatski aktivira kad god se "
-"stvarni\n"
+"            funkcije ljuske se ne uvoze iz okruženja, a zanemari se i\n"
+"            sve SHELLOPTS; taj način se automatski aktivira kad god se stvarni\n"
 "            i efektivni UID i GID ne podudaraju. Isključivanje ove opcije\n"
 "            učini da je efektivni UID i GID isti kao i stvarni UID i GID.\n"
-"      -T  DEBUG i RETURN â\80\9etrapâ\80\9c naslijede funkcije ljuske i potomci\n"
+"      -T  DEBUG i RETURN â\80\9etrapâ\80\9d naslijede funkcije ljuske i potomci\n"
 "      -t  završi nakon čitanja i izvršenja jedne naredbe\n"
-"      -u  tretira korištenje nepostojećih varijabli kao grešku pri "
-"supstituciji\n"
+"      -u  tretira korištenje nepostojećih varijabli kao grešku pri supstituciji\n"
 "      -v  ispisuje ulaz (odjekuje ih) istovremeno dok čitam\n"
 "      -x  ispisuje naredbe s argumentima istovremeno dok izvršava\n"
-"      --  dodijeli sve preostale argumente pozicijskim parametrima; ako "
-"nema\n"
+"      --  dodijeli sve preostale argumente pozicijskim parametrima; ako nema\n"
 "          preostalih argumenata, postojeći pozicijski argumenti se brišu\n"
 "      -   isključi opcije -v i -x; argumenti koji slijede su pozicijski\n"
 "            parametri (ali ako ih nema, postojeći pozicijski argumenti\n"
 "            se ne brišu)\n"
 "\n"
 "    Opcije se mogu koristiti i pri pokretanju ljuske. Trenutno stanje\n"
-"    svojstva može se naći u $-. Podrazumijeva se da su svi dodatni "
-"argumenti\n"
+"    svojstva može se naći u $-. Podrazumijeva se da su svi dodatni argumenti\n"
 "    pozicijski i dodijeljeni su u $1, $2, .. $N.\n"
 "\n"
 "    Dugi nazivi za IME_OPCIJE koji se koriste s opcijom -o (ili +o)\n"
 "      allexport    == -a\n"
 "      braceexpand  == -B (zamjena vitičastih zagrada)\n"
-"      emacs        za ureÄ\91ivanje redaka koristi suÄ\8delje u â\80\9eemacsâ\80\9c stilu\n"
+"      emacs        za ureÄ\91ivanje redaka koristi suÄ\8delje u â\80\9eemacsâ\80\9d stilu\n"
 "      errexit      == -e\n"
 "      errtrace     == -E\n"
 "      functrace    == -T\n"
 "      hashall      == -h\n"
 "      histexpand   == -H\n"
-"      history      omoguÄ\87i naredbu â\80\9ehistoryâ\80\9c\n"
+"      history      omoguÄ\87i naredbu â\80\9ehistoryâ\80\9d\n"
 "      ignoreeof    zanemari Ctrl-D; ne završi (ne iziđe iz) ljusku na EOF\n"
 "      interactive-comments  dopusti komentiranje u interaktivnim naredbama\n"
 "      keyword      == -k\n"
@@ -4281,18 +3992,17 @@ msgstr ""
 "      nounset      == -u\n"
 "      onecmd       == -t\n"
 "      physical     == -P\n"
-"      pipefail     cjevovod vrati vrijednost izlaznog koda zadnje "
-"neuspješne\n"
+"      pipefail     cjevovod vrati vrijednost izlaznog koda zadnje neuspješne\n"
 "                     naredbe ili 0 ako su svi poslovi uspješno završeni\n"
 "      posix        striktno poštuje POSIX standard\n"
 "      privileged   == -p\n"
 "      verbose      == -v\n"
-"      vi           za ureÄ\91ivanje redaka koristi suÄ\8delje u â\80\9eviâ\80\9c stilu\n"
+"      vi           za ureÄ\91ivanje redaka koristi suÄ\8delje u â\80\9eviâ\80\9d stilu\n"
 "      xtrace       == -x\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija."
 
-#: builtins.c:1166
+#: builtins.c:1140
 msgid ""
 "Unset values and attributes of shell variables and functions.\n"
 "    \n"
@@ -4304,8 +4014,7 @@ msgid ""
 "      -n\ttreat each NAME as a name reference and unset the variable itself\n"
 "    \t\trather than the variable it references\n"
 "    \n"
-"    Without options, unset first tries to unset a variable, and if that "
-"fails,\n"
+"    Without options, unset first tries to unset a variable, and if that fails,\n"
 "    tries to unset a function.\n"
 "    \n"
 "    Some variables cannot be unset; also see `readonly'.\n"
@@ -4323,20 +4032,19 @@ msgstr ""
 "      -n   tretira svako IME kao referenciju na neki objekt i ukloni\n"
 "             samu varijablu IME umjesto referiranog objekta\n"
 "\n"
-"    Bez opcija, â\80\9eunsetâ\80\9c prvo pokuša ukloniti varijablu, a ako to\n"
+"    Bez opcija, â\80\9eunsetâ\80\9d prvo pokuša ukloniti varijablu, a ako to\n"
 "    ne uspije, onda pokuša ukloniti funkciju. Neke varijable nije moguće\n"
 "    ukloniti; pogledajte „readonly.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili IME je\n"
-"    â\80\9esamo-za-Ä\8ditanjeâ\80\9c. (bez navodnika)"
+"    â\80\9esamo-za-Ä\8ditanjeâ\80\9d. (bez navodnika)"
 
-#: builtins.c:1188
+#: builtins.c:1162
 msgid ""
 "Set export attribute for shell variables.\n"
 "    \n"
 "    Marks each NAME for automatic export to the environment of subsequently\n"
-"    executed commands.  If VALUE is supplied, assign VALUE before "
-"exporting.\n"
+"    executed commands.  If VALUE is supplied, assign VALUE before exporting.\n"
 "    \n"
 "    Options:\n"
 "      -f\trefer to shell functions\n"
@@ -4359,12 +4067,12 @@ msgstr ""
 "      -n   ukloni izvezeni atribut iz svakog IMENA\n"
 "      -p   izlista popis svih izvezenih varijabli i funkcija\n"
 "\n"
-"    Argument â\80\9e--â\80\9c spriječi daljnje procesiranje opcija.\n"
+"    Argument â\80\9e--â\80\9d spriječi daljnje procesiranje opcija.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili nije navedeno\n"
 "    valjano IME."
 
-#: builtins.c:1207
+#: builtins.c:1181
 msgid ""
 "Mark shell variables as unchangeable.\n"
 "    \n"
@@ -4388,21 +4096,20 @@ msgstr ""
 "\n"
 "    Označi svako IME kao nepromjenjivo (readonly), tako da se vrijednosti\n"
 "    ovih IMENA ne mogu promijeniti kasnijim operacijama. Ako je dana\n"
-"    VRIJEDNOST, prvo mu dodijeli VRIJEDNOST, a zatim ga označi "
-"nepromjenjivim.\n"
+"    VRIJEDNOST, prvo mu dodijeli VRIJEDNOST, a zatim ga označi nepromjenjivim.\n"
 "\n"
 "    Opcije:\n"
 "      -a  svako IME se odnosi na varijable indeksiranog polja\n"
 "      -A  svako IME se odnosi na varijable asocijativnog polja\n"
 "      -f  svako IME se odnosi na funkcije ljuske\n"
 "      -p  prikaže popis svih nepromjenjivih varijabli ili funkcija\n"
-"            ovisno o opciji â\80\9e-fâ\80\9c (je li ili nije dana).\n"
+"            ovisno o opciji â\80\9e-fâ\80\9d (je li ili nije dana).\n"
 "\n"
-"    Argument â\80\9e--â\80\9c onemogući daljnje obrađivanje opcija.\n"
+"    Argument â\80\9e--â\80\9d onemogući daljnje obrađivanje opcija.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili je IME nevaljano."
 
-#: builtins.c:1229
+#: builtins.c:1203
 msgid ""
 "Shift positional parameters.\n"
 "    \n"
@@ -4419,17 +4126,14 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako je N negativni ili veći od $#."
 
-#: builtins.c:1241 builtins.c:1257
-#, fuzzy
+#: builtins.c:1215 builtins.c:1230
 msgid ""
 "Execute commands from a file in the current shell.\n"
 "    \n"
-"    Read and execute commands from FILENAME in the current shell. If the\n"
-"    -p option is supplied, the PATH argument is treated as a colon-\n"
-"    separated list of directories to search for FILENAME. If -p is not\n"
-"    supplied, $PATH is searched to find FILENAME. If any ARGUMENTS are\n"
-"    supplied, they become the positional parameters when FILENAME is "
-"executed.\n"
+"    Read and execute commands from FILENAME in the current shell.  The\n"
+"    entries in $PATH are used to find the directory containing FILENAME.\n"
+"    If any ARGUMENTS are supplied, they become the positional parameters\n"
+"    when FILENAME is executed.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns the status of the last command executed in FILENAME; fails if\n"
@@ -4445,18 +4149,15 @@ msgstr ""
 "    Završi s kȏdom zadnje izvršene naredbe iz DATOTEKE ili s kȏdom 1 ako se\n"
 "    DATOTEKA ne može pročitati."
 
-#: builtins.c:1274
-#, fuzzy
+#: builtins.c:1246
 msgid ""
 "Suspend shell execution.\n"
 "    \n"
 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
-"    Unless forced, login shells and shells without job control cannot be\n"
-"    suspended.\n"
+"    Unless forced, login shells cannot be suspended.\n"
 "    \n"
 "    Options:\n"
-"      -f\tforce the suspend, even if the shell is a login shell or job\n"
-"    \t\tcontrol is not enabled.\n"
+"      -f\tforce the suspend, even if the shell is a login shell\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless job control is not enabled or an error occurs."
@@ -4472,7 +4173,7 @@ msgstr ""
 "    Završi s uspjehom osim ako upravljanje poslovima nije omogućeno\n"
 "    ili se dogodila greška."
 
-#: builtins.c:1292
+#: builtins.c:1262
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4506,8 +4207,7 @@ msgid ""
 "      -x FILE        True if the file is executable by you.\n"
 "      -O FILE        True if the file is effectively owned by you.\n"
 "      -G FILE        True if the file is effectively owned by your group.\n"
-"      -N FILE        True if the file has been modified since it was last "
-"read.\n"
+"      -N FILE        True if the file has been modified since it was last read.\n"
 "    \n"
 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
 "                       modification date).\n"
@@ -4528,8 +4228,7 @@ msgid ""
 "      STRING1 != STRING2\n"
 "                     True if the strings are not equal.\n"
 "      STRING1 < STRING2\n"
-"                     True if STRING1 sorts before STRING2 "
-"lexicographically.\n"
+"                     True if STRING1 sorts before STRING2 lexicographically.\n"
 "      STRING1 > STRING2\n"
 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
 "    \n"
@@ -4561,7 +4260,7 @@ msgstr ""
 "    ili binarni. Unarni izrazi se često koriste za ispitivanje stanja\n"
 "    datoteke. Također postoje operatori za usporedbu stringova i brojeva.\n"
 "\n"
-"    PonaÅ¡anje od â\80\9etestâ\80\9c ovisi o broju argumenata. Potražite u â\80\9ebashâ\80\9c\n"
+"    PonaÅ¡anje od â\80\9etestâ\80\9d ovisi o broju argumenata. Potražite u â\80\9ebashâ\80\9d\n"
 "    uputama detalje za uporabu.\n"
 "\n"
 "    Operatori za datoteke:\n"
@@ -4571,22 +4270,18 @@ msgstr ""
 "        -d DATOTEKA       istina ako je datoteka direktorij\n"
 "        -e DATOTEKA       istina ako datoteka postoji\n"
 "        -f DATOTEKA       istina ako je datoteka regularna datoteka\n"
-"        -G DATOTEKA       istina ako je datoteka efektivno vlasništvo vaše "
-"skupine\n"
+"        -G DATOTEKA       istina ako je datoteka efektivno vlasništvo vaše skupine\n"
 "        -g DATOTEKA       istina ako je datoteka SETGUID\n"
-"        -h DATOTEKA       istina ako je datoteka simbolična poveznica\n"
-"        -k DATOTEKA       istina ako datoteka ima postavljeni \"sticky\" "
-"bit\n"
-"        -L DATOTEKA       istina ako je datoteka simbolična poveznica\n"
-"        -N DATOTEKA       istina ako se datoteka promijenila od zadnjeg "
-"čitanja\n"
+"        -h DATOTEKA       istina ako je datoteka simbolični link\n"
+"        -k DATOTEKA       istina ako datoteka ima postavljeni \"sticky\" bit\n"
+"        -L DATOTEKA       istina ako je datoteka simbolični link\n"
+"        -N DATOTEKA       istina ako se datoteka promijenila od zadnjeg čitanja\n"
 "        -O DATOTEKA       istina ako je datoteka efektivno vaše vlasništvo\n"
 "        -p DATOTEKA       istina ako je datoteka imenovana cijev\n"
 "        -r DATOTEKA       istina ako vi možete čitati datoteku\n"
 "        -S DATOTEKA       istina ako je datoteka utičnica\n"
 "        -s DATOTEKA       istina ako datoteka nije prazna\n"
-"        -t DESKRIPTOR     istina ako je deskriptor datoteke otvoren u "
-"terminalu\n"
+"        -t DESKRIPTOR     istina ako je deskriptor datoteke otvoren u terminalu\n"
 "        -u DATOTEKA       istina ako je datoteka SETUID\n"
 "        -w DATOTEKA       istina ako vi možete pisati datoteku\n"
 "        -x DATOTEKA       istina ako vi možete izvršiti datoteku\n"
@@ -4595,8 +4290,7 @@ msgstr ""
 "                            kasnije od druge\n"
 "      DTEKA1 -ot DTEKA2   istina ako je prva datoteka promijenjena\n"
 "                            ranije od druge\n"
-"      DTEKA1 -ef DTEKA2   istina ako je prva datoteka čvrsta poveznica na "
-"drugu\n"
+"      DTEKA1 -ef DTEKA2   istina ako je prva datoteka čvrsti link na drugu\n"
 "\n"
 "    Operatori za stringove:\n"
 "        -z STRING         istina ako je string prazni\n"
@@ -4612,21 +4306,19 @@ msgstr ""
 "    Ostali operatori:\n"
 "        -o OPCIJA         istina ako je ova OPCIJA ljuske omogućena\n"
 "        -v VARIJABLA      istina ako ova VARIJABLA ima vrijednost\n"
-"        -R VARIJABLA      istina ako je ova VARIJABLA referencija "
-"(nameref) \n"
+"        -R VARIJABLA      istina ako je ova VARIJABLA referencija (nameref) \n"
 "        ! IZRAZ           istina ako IZRAZ neistinit\n"
 "      IZRAZ1 -a IZRAZ2    istina ako su oba izraza istinita\n"
 "      IZRAZ1 -o IZRAZ2    laž ako su oba izraza neistinita\n"
 "      ARG1 OP ARG2        istina ako je aritmetika valjana; operator OP je\n"
 "                            jedan od: -eq, -ne, -lt, -le, -gt ili -ge;\n"
-"                            koji znače: jednako, nejednako, manje od, "
-"manje,\n"
+"                            koji znače: jednako, nejednako, manje od, manje,\n"
 "                            ili jednako, veće od, veće ili jednako.\n"
 "\n"
 "    Završi s uspjehom ako je IZRAZ istinit, 1 ako je IZRAZ neistinit,\n"
 "    ili 2 ako je dan nevaljan argument."
 
-#: builtins.c:1374
+#: builtins.c:1344
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4635,15 +4327,14 @@ msgid ""
 msgstr ""
 "Provjeri uvjetni izraz.\n"
 "\n"
-"    To je sinonim za ugraÄ\91enu funkciju â\80\9etestâ\80\9c, ali zadnji argument\n"
-"    mora biti zagrada â\80\9e\80\9c kao par zagradi â\80\9e\80\9c na početku."
+"    To je sinonim za ugraÄ\91enu funkciju â\80\9etestâ\80\9d, ali zadnji argument\n"
+"    mora biti zagrada â\80\9e\80\9d kao par zagradi â\80\9e\80\9d na početku."
 
-#: builtins.c:1383
+#: builtins.c:1353
 msgid ""
 "Display process times.\n"
 "    \n"
-"    Prints the accumulated user and system times for the shell and all of "
-"its\n"
+"    Prints the accumulated user and system times for the shell and all of its\n"
 "    child processes.\n"
 "    \n"
 "    Exit Status:\n"
@@ -4656,54 +4347,39 @@ msgstr ""
 "\n"
 "    Završi uvijek s kȏdom 0."
 
-#: builtins.c:1395
-#, fuzzy
+#: builtins.c:1365
 msgid ""
 "Trap signals and other events.\n"
 "    \n"
-"    Defines and activates handlers to be run when the shell receives "
-"signals\n"
+"    Defines and activates handlers to be run when the shell receives signals\n"
 "    or other conditions.\n"
 "    \n"
-"    ACTION is a command to be read and executed when the shell receives the\n"
-"    signal(s) SIGNAL_SPEC.  If ACTION is absent (and a single SIGNAL_SPEC\n"
+"    ARG is a command to be read and executed when the shell receives the\n"
+"    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
 "    is supplied) or `-', each specified signal is reset to its original\n"
-"    value.  If ACTION is the null string each SIGNAL_SPEC is ignored by the\n"
+"    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
 "    shell and by the commands it invokes.\n"
 "    \n"
-"    If a SIGNAL_SPEC is EXIT (0) ACTION is executed on exit from the shell.\n"
-"    If a SIGNAL_SPEC is DEBUG, ACTION is executed before every simple "
-"command\n"
-"    and selected other commands. If a SIGNAL_SPEC is RETURN, ACTION is\n"
-"    executed each time a shell function or a script run by the . or source\n"
-"    builtins finishes executing.  A SIGNAL_SPEC of ERR means to execute "
-"ACTION\n"
-"    each time a command's failure would cause the shell to exit when the -e\n"
-"    option is enabled.\n"
-"    \n"
-"    If no arguments are supplied, trap prints the list of commands "
-"associated\n"
-"    with each trapped signal in a form that may be reused as shell input to\n"
-"    restore the same signal dispositions.\n"
+"    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  If\n"
+"    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.  If\n"
+"    a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a\n"
+"    script run by the . or source builtins finishes executing.  A SIGNAL_SPEC\n"
+"    of ERR means to execute ARG each time a command's failure would cause the\n"
+"    shell to exit when the -e option is enabled.\n"
+"    \n"
+"    If no arguments are supplied, trap prints the list of commands associated\n"
+"    with each signal.\n"
 "    \n"
 "    Options:\n"
 "      -l\tprint a list of signal names and their corresponding numbers\n"
-"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC in a\n"
-"    \t\tform that may be reused as shell input; or for all trapped\n"
-"    \t\tsignals if no arguments are supplied\n"
-"      -P\tdisplay the trap commands associated with each SIGNAL_SPEC. At "
-"least\n"
-"    \t\tone SIGNAL_SPEC must be supplied. -P and -p cannot be used\n"
-"    \t\ttogether.\n"
-"    \n"
-"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
-"number.\n"
+"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
+"    \n"
+"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number.\n"
 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
 "    signal may be sent to the shell with \"kill -signal $$\".\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless a SIGSPEC is invalid or an invalid option is "
-"given."
+"    Returns success unless a SIGSPEC is invalid or an invalid option is given."
 msgstr ""
 "Prikupljanje (hvatanje) signala i drugih događaja.\n"
 "\n"
@@ -4712,20 +4388,19 @@ msgstr ""
 "\n"
 "    ARGUMENT je naredba koja se pročita i izvrši kad ljuska primi jedan od\n"
 "    specificiranih signala (SIGNAL_SPEC). Ako nema ARGUMENTA (i dan je samo\n"
-"    jedan signal) ili ARGUMENT je „-“, specificirani signal zadobije svoju\n"
-"    originalnu vrijednost (koju je imao na startu ove ljuske). Ako je "
-"ARGUMENT\n"
+"    jedan signal) ili ARGUMENT je „-”, specificirani signal zadobije svoju\n"
+"    originalnu vrijednost (koju je imao na startu ove ljuske). Ako je ARGUMENT\n"
 "    prazni string, ljuska i njezini potomci zanemare svaki SIGNAL_SPEC.\n"
 "\n"
 "    Ako je SIGNAL_SPEC 0 ili EXIT, ARGUMENT se izvrši kad zatvorite\n"
 "    (exit) ljusku. Ako je SIGNAL_SPEC DEBUG, ARGUMENT se izvrši prije\n"
 "    svake jednostavne naredbe. Ako je SIGNAL_SPEC RETURN, ARGUMENT se\n"
 "    izvrši svaki put kad funkcija ljuske ili skripta izvršena s . ili\n"
-"    â\80\9eugraÄ\91eni sourceâ\80\9c završi izvršavanje. SIGNAL_SPEC ERR znači da se\n"
+"    â\80\9eugraÄ\91eni sourceâ\80\9d završi izvršavanje. SIGNAL_SPEC ERR znači da se\n"
 "    ARGUMENT izvrši nakon neuspješne naredbe koja bi uzrokovala da ljuska\n"
-"    zavrÅ¡i (exit) kad je opcija â\80\9e-eâ\80\9c omogućena.\n"
+"    zavrÅ¡i (exit) kad je opcija â\80\9e-eâ\80\9d omogućena.\n"
 "\n"
-"    Bez argumenta, â\80\9etrapâ\80\9c izlista popis koji prikaže asocijaciju\n"
+"    Bez argumenta, â\80\9etrapâ\80\9d izlista popis koji prikaže asocijaciju\n"
 "    između naredbi i signala.\n"
 "\n"
 "    Opcije:\n"
@@ -4733,12 +4408,12 @@ msgstr ""
 "      -p   prikaže koja naredba je povezana sa svakim signalom\n"
 "\n"
 "    Svaki je SIGNAL_SPEC ili ime signala iz <signal.h> ili broj signala.\n"
-"    Signal se može poslati ljusci s â\80\9ekill -signal $$â\80\9c.\n"
+"    Signal se može poslati ljusci s â\80\9ekill -signal $$â\80\9d.\n"
 "\n"
 "    Završi s uspjehom osim ako SIGNAL_SPEC nije valjan ili je dana\n"
 "    nevaljana opcija."
 
-#: builtins.c:1438
+#: builtins.c:1401
 msgid ""
 "Display information about command type.\n"
 "    \n"
@@ -4764,18 +4439,16 @@ msgid ""
 "      NAME\tCommand name to be interpreted.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success if all of the NAMEs are found; fails if any are not "
-"found."
+"    Returns success if all of the NAMEs are found; fails if any are not found."
 msgstr ""
 "Prikaže informacije o tipu naredbe.\n"
 "\n"
-"    Pokaže, kako bi se interpretiralo svako dano IME kad bi se IME "
-"koristilo\n"
+"    Pokaže, kako bi se interpretiralo svako dano IME kad bi se IME koristilo\n"
 "    kao naredba.\n"
 "\n"
 "    Opcije:\n"
 "     -a   prikaže sve lokacije koje sadrže izvršnu datoteku IME; ako nije\n"
-"            dana opcija â\80\9e-pâ\80\9c prikaže i aliase, ugrađene naredbe ljuske,\n"
+"            dana opcija â\80\9e-pâ\80\9d prikaže i aliase, ugrađene naredbe ljuske,\n"
 "            funkcije, ključne riječi, i datoteke na disku\n"
 "     -f   zanemari funkcije ljuske (ne traži ih, slično naredbi „command”)\n"
 "     -P   traži svako navedeno IME po stazama u PATH, čak i ako je IME\n"
@@ -4783,20 +4456,18 @@ msgstr ""
 "            datoteke na disku\n"
 "     -p   ispiše ime izvršne datoteke na disku ili ništa ako je IME alias,\n"
 "            ugrađena naredba ljuske, funkcija ili ključna riječ\n"
-"     -t   ispiÅ¡e samo vrstu navedenih IMENA: â\80\9ealiasâ\80\9c, â\80\9ebuiltinâ\80\9c, â\80\9efileâ\80\9c,\n"
-"            â\80\9efunctionâ\80\9c ili â\80\9ekeywordâ\80\9c, ovisno o tome je li riječ o aliasu,\n"
+"     -t   ispiÅ¡e samo vrstu navedenih IMENA: â\80\9ealiasâ\80\9d, â\80\9ebuiltinâ\80\9d, â\80\9efileâ\80\9d,\n"
+"            â\80\9efunctionâ\80\9d ili â\80\9ekeywordâ\80\9d, ovisno o tome je li riječ o aliasu,\n"
 "            ugrađenoj funkciji (builtin), datoteci na disku, definiranoj\n"
 "            funkciji ili ključnoj riječi; ili ništa, ako je ime nepoznato\n"
 "\n"
 "    Završi s uspjehom ako se pronađu sva IMENA, inače s 1."
 
-#: builtins.c:1469
-#, fuzzy
+#: builtins.c:1432
 msgid ""
 "Modify shell resource limits.\n"
 "    \n"
-"    Provides control over the resources available to the shell and "
-"processes\n"
+"    Provides control over the resources available to the shell and processes\n"
 "    it creates, on systems that allow such control.\n"
 "    \n"
 "    Options:\n"
@@ -4833,13 +4504,9 @@ msgid ""
 "    Otherwise, the current value of the specified resource is printed.  If\n"
 "    no option is given, then -f is assumed.\n"
 "    \n"
-"    Values are in 1024-byte increments, except for -t, which is in seconds;\n"
-"    -p, which is in increments of 512 bytes; -R, which is in microseconds;\n"
-"    -b, which is in bytes; and -e, -i, -k, -n, -q, -r, -u, -x, and -P,\n"
-"    which accept unscaled values.\n"
-"    \n"
-"    When in posix mode, values supplied with -c and -f are in 512-byte\n"
-"    increments.\n"
+"    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
+"    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
+"    number of processes.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
@@ -4850,17 +4517,17 @@ msgstr ""
 "    procesima koje stvara -- na sustavima koji to dopuštaju.\n"
 "\n"
 "    Opcije:\n"
-"      -S    rabi â\80\9emekanoâ\80\9c (soft) ograničenje resursa\n"
-"      -H    rabi â\80\9etvrdoâ\80\9c (hard) ograničenje resursa\n"
+"      -S    rabi â\80\9emekanoâ\80\9d (soft) ograničenje resursa\n"
+"      -H    rabi â\80\9etvrdoâ\80\9d (hard) ograničenje resursa\n"
 "      -a    popis svih trenutnih ograničenja\n"
 "      -b    maks. veličina međuspremnika utičnice\n"
-"      -c    maks. veliÄ\8dina â\80\9ecoreâ\80\9c datoteka (u kB)\n"
+"      -c    maks. veliÄ\8dina â\80\9ecoreâ\80\9d datoteka (u kB)\n"
 "      -d    maks. veličina segmenta s procesnim podacima (in kB)\n"
-"      -e    maks. prednost rasporeÄ\91ivanja (â\80\9eniceâ\80\9c vrijednost)\n"
+"      -e    maks. prednost rasporeÄ\91ivanja (â\80\9eniceâ\80\9d vrijednost)\n"
 "      -f    maks. veličina datoteka ljuska i njeni potomci mogu zapisati\n"
 "      -i    maks. broj signala koji može biti na čekanju\n"
 "      -l    maks. veličina koju proces može zaključati u memoriju\n"
-"      -k    maks. broj rezerviranih/dodijeljenih â\80\9ekqueuesâ\80\9c za taj proces\n"
+"      -k    maks. broj rezerviranih/dodijeljenih â\80\9ekqueuesâ\80\9d za taj proces\n"
 "      -m    maks. iznos fizičke memorije procesa (in kB)\n"
 "      -n    maks. broj otvorenih deskriptora datoteka\n"
 "      -p    maks. veličina međuspremnika cijevi\n"
@@ -4879,18 +4546,18 @@ msgstr ""
 "\n"
 "    Ako je specificirani, LIMIT postane nova vrijednost za specificirani\n"
 "    resurs, inače se prikažu trenutne vrijednosti. Specijalne vrijednosti,\n"
-"    â\80\9esoftâ\80\9c, â\80\9ehardâ\80\9c, i â\80\9eunlimitedâ\80\9c su trenutni soft limit, trenutni hard\n"
+"    â\80\9esoftâ\80\9d, â\80\9ehardâ\80\9d, i â\80\9eunlimitedâ\80\9d su trenutni soft limit, trenutni hard\n"
 "    limit i unlimited. Ako nijedna opcija nije specificirana, podrazumijeva\n"
-"    se da je aktivna â\80\9e-fâ\80\9c opcija.\n"
+"    se da je aktivna â\80\9e-fâ\80\9d opcija.\n"
 "\n"
-"    Vrijednosti su viÅ¡ekratnik od 1024 bajta, osim za â\80\9e-tâ\80\9c koji je\n"
-"    u sekundama, â\80\9e-pâ\80\9c koji je viÅ¡ekratnik od 512 bajta i â\80\9e-uâ\80\9c je apsolutni\n"
+"    Vrijednosti su viÅ¡ekratnik od 1024 bajta, osim za â\80\9e-tâ\80\9d koji je\n"
+"    u sekundama, â\80\9e-pâ\80\9d koji je viÅ¡ekratnik od 512 bajta i â\80\9e-uâ\80\9d je apsolutni\n"
 "    broj procesa.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija\n"
 "    ili se dogodila greška."
 
-#: builtins.c:1524
+#: builtins.c:1483
 msgid ""
 "Display or set file mode mask.\n"
 "    \n"
@@ -4922,27 +4589,23 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako MODE nije valjan ili je dana nevaljana opcija."
 
-#: builtins.c:1544
+#: builtins.c:1503
 msgid ""
 "Wait for job completion and return exit status.\n"
 "    \n"
-"    Waits for each process identified by an ID, which may be a process ID or "
-"a\n"
+"    Waits for each process identified by an ID, which may be a process ID or a\n"
 "    job specification, and reports its termination status.  If ID is not\n"
 "    given, waits for all currently active child processes, and the return\n"
 "    status is zero.  If ID is a job specification, waits for all processes\n"
 "    in that job's pipeline.\n"
 "    \n"
-"    If the -n option is supplied, waits for a single job from the list of "
-"IDs,\n"
-"    or, if no IDs are supplied, for the next job to complete and returns "
-"its\n"
+"    If the -n option is supplied, waits for a single job from the list of IDs,\n"
+"    or, if no IDs are supplied, for the next job to complete and returns its\n"
 "    exit status.\n"
 "    \n"
 "    If the -p option is supplied, the process or job identifier of the job\n"
 "    for which the exit status is returned is assigned to the variable VAR\n"
-"    named by the option argument. The variable will be unset initially, "
-"before\n"
+"    named by the option argument. The variable will be unset initially, before\n"
 "    any assignment. This is useful only when the -n option is supplied.\n"
 "    \n"
 "    If the -f option is supplied, and job control is enabled, waits for the\n"
@@ -4958,31 +4621,28 @@ msgstr ""
 "    Čeka na svaki posao identificirani s ID — to jest indikatorom posla ili\n"
 "    indikatorom procesa — i izvijesti njegov završni status. Ako nije dan\n"
 "    ID, čeka na sve trenutno aktivne potomke, a završni status je nula.\n"
-"    Ako je ID specifikacija posla, čeka na sve procese u cjevovodu tog "
-"posla.\n"
+"    Ako je ID specifikacija posla, čeka na sve procese u cjevovodu tog posla.\n"
 "\n"
-"    Ako je dana opcija â\80\9e-nâ\80\9c, čeka na svršetak jednog posla iz popisa ID-ova\n"
+"    Ako je dana opcija â\80\9e-nâ\80\9d, čeka na svršetak jednog posla iz popisa ID-ova\n"
 "    ili ako nije dan nijedan ID, čeka da završi sljedeći posao i vrati\n"
 "    njegov izlazni kȏd.\n"
 "\n"
-"    Ako je dana opcija â\80\9e-fâ\80\9c i upravljanje poslovima je omogućeno, čeka dok\n"
+"    Ako je dana opcija â\80\9e-fâ\80\9d i upravljanje poslovima je omogućeno, čeka dok\n"
 "    specificirani ID ne završi, umjesto da promijeni status.\n"
 "\n"
 "    Završi s kȏdom zadnjeg ID-a; s kȏdom 1 ako je ID nevaljan ili je dana\n"
 "    nevaljana opcija ili ako je -n dan, a ljuska nema neočekivane potomke."
 
-#: builtins.c:1575
+#: builtins.c:1534
 msgid ""
 "Wait for process completion and return exit status.\n"
 "    \n"
-"    Waits for each process specified by a PID and reports its termination "
-"status.\n"
+"    Waits for each process specified by a PID and reports its termination status.\n"
 "    If PID is not given, waits for all currently active child processes,\n"
 "    and the return status is zero.  PID must be a process ID.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns the status of the last PID; fails if PID is invalid or an "
-"invalid\n"
+"    Returns the status of the last PID; fails if PID is invalid or an invalid\n"
 "    option is given."
 msgstr ""
 "Čeka da proces završi i vrati njegov izlazni kȏd.\n"
@@ -4994,16 +4654,7 @@ msgstr ""
 "    Završi s kȏdom zadnjeg PID-a, s kȏdom 1 ako je PID nevaljan,\n"
 "    ili s 2 ako je dana nevaljana opcija."
 
-#: builtins.c:1590
-msgid ""
-"Execute PIPELINE, which can be a simple command, and negate PIPELINE's\n"
-"    return status.\n"
-"    \n"
-"    Exit Status:\n"
-"    The logical negation of PIPELINE's return status."
-msgstr ""
-
-#: builtins.c:1600
+#: builtins.c:1549
 msgid ""
 "Execute commands for each member in a list.\n"
 "    \n"
@@ -5017,14 +4668,14 @@ msgid ""
 msgstr ""
 "Izvrši naredbe za svakog člana u popisu.\n"
 "\n"
-"    Petlja â\80\9eforâ\80\9c izvrši sekvenciju naredbi za svakog člana u popisu stavki.\n"
+"    Petlja â\80\9eforâ\80\9d izvrši sekvenciju naredbi za svakog člana u popisu stavki.\n"
 "    Ako nema operanda „in RIJEČIMA...; podrazumijeva se operand\n"
-"    â\80\9ein \"$@\"â\80\9c. Svakom elementu u RIJEČIMA, IME se postavi na taj element\n"
+"    â\80\9ein \"$@\"â\80\9d. Svakom elementu u RIJEČIMA, IME se postavi na taj element\n"
 "    i NAREDBE se izvrše.\n"
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1614
+#: builtins.c:1563
 msgid ""
 "Arithmetic for loop.\n"
 "    \n"
@@ -5040,7 +4691,7 @@ msgid ""
 "    Exit Status:\n"
 "    Returns the status of the last command executed."
 msgstr ""
-"AritmetiÄ\8dka â\80\9eforâ\80\9c petlja.\n"
+"AritmetiÄ\8dka â\80\9eforâ\80\9d petlja.\n"
 "\n"
 "    Isto kao:\n"
 "\n"
@@ -5051,7 +4702,7 @@ msgstr ""
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1632
+#: builtins.c:1581
 msgid ""
 "Select words from a list and execute commands.\n"
 "    \n"
@@ -5072,23 +4723,21 @@ msgid ""
 msgstr ""
 "Pripremi izbornik i izvrši izabrane naredbe.\n"
 "\n"
-"    ProÅ¡irenjem RIJEÄ\8cI, â\80\9eselectâ\80\9c generira i prikaže izbornik na standardnom\n"
-"    izlazu za greÅ¡ke s brojem ispred svake rijeÄ\8di. Ako operand â\80\9eu RIJEÄ\8cIMAâ\80\9c\n"
-"    nije naveden, podrazumijeva se operand â\80\9ein \"$@\"â\80\9c.\n"
+"    ProÅ¡irenjem RIJEÄ\8cI, â\80\9eselectâ\80\9d generira i prikaže izbornik na standardnom\n"
+"    izlazu za greÅ¡ke s brojem ispred svake rijeÄ\8di. Ako operand â\80\9eu RIJEÄ\8cIMAâ\80\9d\n"
+"    nije naveden, podrazumijeva se operand â\80\9ein \"$@\"â\80\9d.\n"
 "    Nakon izbornika prikaže se PS3 prompt i redak se čita iz standardnog\n"
 "    ulaza; ako se redak sastoji od broja koji odgovara jednoj od pokazanih\n"
 "    riječi, onda varijabla IME dobije vrijednost te riječi; ako je redak\n"
 "    prazan, RIJEČI i prompt se ponovno prikažu; ako se pročita EOF (Ctrl-D)\n"
-"    „select“ naredba završi. Bilo koja druga pročitana vrijednost učini da "
-"se\n"
+"    „select” naredba završi. Bilo koja druga pročitana vrijednost učini da se\n"
 "    IME isprazni (nulira). Pročitani redak se spremi u varijablu REPLY.\n"
-"    NAREDBE se izvršavaju nakon svakog izbora, tako dugo dok „break“ "
-"naredba\n"
+"    NAREDBE se izvršavaju nakon svakog izbora, tako dugo dok „break” naredba\n"
 "    ne prekine posao.\n"
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1653
+#: builtins.c:1602
 msgid ""
 "Report time consumed by pipeline's execution.\n"
 "    \n"
@@ -5109,13 +4758,13 @@ msgstr ""
 "    trošenja vremena: ukupno potrošeno vrijeme, CPU vrijeme potrošeno\n"
 "    korisnikom i CPU vrijeme potrošeno sustavom za izvršavanje naredbi.\n"
 "\n"
-"    Izlazni format se može prilagoditi s varijablom okoline TIMEFORMAT.\n"
-"    Opcija â\80\9e-pâ\80\9c zanemari TIMEFORMAT i ispiše izlaz u prenosivom POSIX\n"
+"    Izlazni format se može prilagoditi s varijablom okruženja TIMEFORMAT.\n"
+"    Opcija â\80\9e-pâ\80\9d zanemari TIMEFORMAT i ispiše izlaz u prenosivom POSIX\n"
 "    formatu.\n"
 "\n"
 "    Završi s izlaznim kȏdom CJEVOVODA."
 
-#: builtins.c:1670
+#: builtins.c:1619
 msgid ""
 "Execute commands based on pattern matching.\n"
 "    \n"
@@ -5128,25 +4777,20 @@ msgstr ""
 "Izvrši naredbe ovisno o podudaranju s uzorkom.\n"
 "\n"
 "    Izvrši onu NAREDBU koja odgovara prvom UZORKU podudarnom s RIJEČI.\n"
-"    Znak â\80\9e\80\9c rabi se za razdvajanje više uzoraka.\n"
+"    Znak â\80\9e\80\9d rabi se za razdvajanje više uzoraka.\n"
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1682
+#: builtins.c:1631
 msgid ""
 "Execute commands based on conditional.\n"
 "    \n"
-"    The `if COMMANDS' list is executed.  If its exit status is zero, then "
-"the\n"
-"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
-"is\n"
+"    The `if COMMANDS' list is executed.  If its exit status is zero, then the\n"
+"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list is\n"
 "    executed in turn, and if its exit status is zero, the corresponding\n"
-"    `then COMMANDS' list is executed and the if command completes.  "
-"Otherwise,\n"
-"    the `else COMMANDS' list is executed, if present.  The exit status of "
-"the\n"
-"    entire construct is the exit status of the last command executed, or "
-"zero\n"
+"    `then COMMANDS' list is executed and the if command completes.  Otherwise,\n"
+"    the `else COMMANDS' list is executed, if present.  The exit status of the\n"
+"    entire construct is the exit status of the last command executed, or zero\n"
 "    if no condition tested true.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5154,20 +4798,19 @@ msgid ""
 msgstr ""
 "Izvrši naredbe u skladu s uvjetima.\n"
 "\n"
-"    IzvrÅ¡i naredbe iza â\80\9eifâ\80\9c; ako to završi s kȏdom 0, izvrši naredbe\n"
-"    iza prvog â\80\9ethenâ\80\9c; inaÄ\8de, izvrÅ¡i naredbe iza sljedeÄ\87eg â\80\9eelifâ\80\9c\n"
-"    (ako postoji) ili â\80\9eelseâ\80\9c (ako postoji). Ako â\80\9eelifâ\80\9c završi s kȏdom\n"
-"    nula, izvrÅ¡i naredbe iza odgovarajuÄ\87eg â\80\9ethenâ\80\9c. Ako nema viÅ¡e â\80\9eelifâ\80\9c,\n"
-"    ili â\80\9eelseâ\80\9c ili nakon izvrÅ¡enih naredbi iza â\80\9ethenâ\80\9c, â\80\9eifâ\80\9c naredba završi.\n"
+"    IzvrÅ¡i naredbe iza â\80\9eifâ\80\9d; ako to završi s kȏdom 0, izvrši naredbe\n"
+"    iza prvog â\80\9ethenâ\80\9d; inaÄ\8de, izvrÅ¡i naredbe iza sljedeÄ\87eg â\80\9eelifâ\80\9d\n"
+"    (ako postoji) ili â\80\9eelseâ\80\9d (ako postoji). Ako â\80\9eelifâ\80\9d završi s kȏdom\n"
+"    nula, izvrÅ¡i naredbe iza odgovarajuÄ\87eg â\80\9ethenâ\80\9d. Ako nema viÅ¡e â\80\9eelifâ\80\9d,\n"
+"    ili â\80\9eelseâ\80\9d ili nakon izvrÅ¡enih naredbi iza â\80\9ethenâ\80\9d, â\80\9eifâ\80\9d naredba završi.\n"
 "\n"
-"    â\80\9eifâ\80\9c završi s kȏdom zadnje izvršene naredbe."
+"    â\80\9eifâ\80\9d završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1699
+#: builtins.c:1648
 msgid ""
 "Execute commands as long as a test succeeds.\n"
 "    \n"
-"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS "
-"has\n"
+"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
 "    an exit status of zero.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5180,12 +4823,11 @@ msgstr ""
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1711
+#: builtins.c:1660
 msgid ""
 "Execute commands as long as a test does not succeed.\n"
 "    \n"
-"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS "
-"has\n"
+"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
 "    an exit status which is not zero.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5198,7 +4840,7 @@ msgstr ""
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1723
+#: builtins.c:1672
 msgid ""
 "Create a coprocess named NAME.\n"
 "    \n"
@@ -5219,13 +4861,12 @@ msgstr ""
 "\n"
 "    Naredba coproc završi s kȏdom 0."
 
-#: builtins.c:1737
+#: builtins.c:1686
 msgid ""
 "Define shell function.\n"
 "    \n"
 "    Create a shell function named NAME.  When invoked as a simple command,\n"
-"    NAME runs COMMANDs in the calling shell's context.  When NAME is "
-"invoked,\n"
+"    NAME runs COMMANDs in the calling shell's context.  When NAME is invoked,\n"
 "    the arguments are passed to the function as $1...$n, and the function's\n"
 "    name is in $FUNCNAME.\n"
 "    \n"
@@ -5241,7 +4882,7 @@ msgstr ""
 "\n"
 "    Završi s uspjehom osim ako je IME readonly (samo-za-čitanje)."
 
-#: builtins.c:1751
+#: builtins.c:1700
 msgid ""
 "Group commands as a unit.\n"
 "    \n"
@@ -5258,7 +4899,7 @@ msgstr ""
 "\n"
 "    Završi s kȏdom zadnje izvršene naredbe."
 
-#: builtins.c:1763
+#: builtins.c:1712
 msgid ""
 "Resume job in foreground.\n"
 "    \n"
@@ -5274,13 +4915,13 @@ msgstr ""
 "Nastavi posao u interaktivnom načinu.\n"
 "\n"
 "    Nastavi zaustavljeni ili pozadinski posao u interaktivnom modu\n"
-"    To je ekvivalentno naredbi â\80\9efgâ\80\9c. SPECIFIKACIJU_POSLA može specificirati\n"
-"    ili ime posla ili broj posla. Ako â\80\9e\80\9c slijedi iza SPECIFIKACIJE_POSLA\n"
-"    onda posao prelazi u pozadinu. To je ekvivalentno naredbi â\80\9ebgâ\80\9c\n"
+"    To je ekvivalentno naredbi â\80\9efgâ\80\9d. SPECIFIKACIJU_POSLA može specificirati\n"
+"    ili ime posla ili broj posla. Ako â\80\9e\80\9d slijedi iza SPECIFIKACIJE_POSLA\n"
+"    onda posao prelazi u pozadinu. To je ekvivalentno naredbi â\80\9ebgâ\80\9d\n"
 "\n"
 "    Završi s kȏdom nastavljenog posla."
 
-#: builtins.c:1778
+#: builtins.c:1727
 msgid ""
 "Evaluate arithmetic expression.\n"
 "    \n"
@@ -5298,16 +4939,13 @@ msgstr ""
 "    Završi s kȏdom 1 ako je rezultat IZRAZA jednak 0;\n"
 "    inače završi s uspjehom."
 
-#: builtins.c:1790
+#: builtins.c:1739
 msgid ""
 "Execute conditional command.\n"
 "    \n"
-"    Returns a status of 0 or 1 depending on the evaluation of the "
-"conditional\n"
-"    expression EXPRESSION.  Expressions are composed of the same primaries "
-"used\n"
-"    by the `test' builtin, and may be combined using the following "
-"operators:\n"
+"    Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
+"    expression EXPRESSION.  Expressions are composed of the same primaries used\n"
+"    by the `test' builtin, and may be combined using the following operators:\n"
 "    \n"
 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
@@ -5329,7 +4967,7 @@ msgstr ""
 "\n"
 "    Vrednuje dani uvjetni IZRAZ; ovisno o rezultatu evaluacije završi s\n"
 "    izlaznim kȏdom 0 (istina) ili 1 (neistina, laž).  Izrazi koriste iste\n"
-"    osnovne komponente koje koristi ugraÄ\91ena naredba (builtin) â\80\9etestâ\80\9c,\n"
+"    osnovne komponente koje koristi ugraÄ\91ena naredba (builtin) â\80\9etestâ\80\9d,\n"
 "    i mogu se kombinirati sa sljedećim operatorima:\n"
 "\n"
 "        ( IZRAZ )     vrati vrijednost danog IZRAZA\n"
@@ -5337,18 +4975,17 @@ msgstr ""
 "        IZRAZ1 && IZRAZ2    istina ako su oba izraza istinita, inače laž\n"
 "        IZRAZ1 || IZRAZ2    laž ako su oba izraza neistinita, inače istina\n"
 "\n"
-"    Ako se rabe operatori â\80\9e==â\80\9c ili â\80\9e!=â\80\9c, onda se string desno od operatora\n"
+"    Ako se rabe operatori â\80\9e==â\80\9d ili â\80\9e!=â\80\9d, onda se string desno od operatora\n"
 "    smatra za uzorak i provodi se podudaranje uzoraka.\n"
-"    Ako se rabi operator „=~“, onda se string na desno od operatora "
-"podudara\n"
+"    Ako se rabi operator „=~”, onda se string na desno od operatora podudara\n"
 "    kao regularni izraz.\n"
 "\n"
-"    Operatori â\80\9e&&â\80\9c i „|| ne vrednuju IZRAZ2 ako je IZRAZ1 dovoljan za\n"
+"    Operatori â\80\9e&&â\80\9d i „|| ne vrednuju IZRAZ2 ako je IZRAZ1 dovoljan za\n"
 "    određivanje konačnog rezulata.\n"
 "\n"
 "    Završi s uspjehom ili 1 ovisno o IZRAZU."
 
-#: builtins.c:1816
+#: builtins.c:1765
 msgid ""
 "Common shell variable names and usage.\n"
 "    \n"
@@ -5406,9 +5043,9 @@ msgstr ""
 "    U nastavku je opis brojnih varijabli od kojih neke sadrže popis\n"
 "    elemenata. U svakom od tih popisa elementi su razdvojeni dvotočkama.\n"
 "\n"
-"    BASH_VERSION  inaÄ\8dica ovog â\80\9ebashâ\80\9c programa\n"
+"    BASH_VERSION  inaÄ\8dica ovog â\80\9ebashâ\80\9d programa\n"
 "    CDPATH        popis direktorija u kojima se traži direktorij\n"
-"                    kad argument od â\80\9ecdâ\80\9c (direktorij) nije u\n"
+"                    kad argument od â\80\9ecdâ\80\9d (direktorij) nije u\n"
 "                    trenutnom radnom direktoriju\n"
 "    GLOBIGNORE    popis uzoraka koji opisuju imena datoteka koje\n"
 "                    su zanemarene prilikom ekspanzije imena staza\n"
@@ -5416,43 +5053,39 @@ msgstr ""
 "    HISTFILESIZE  maksimalni broj redaka datoteke s povijesti naredba\n"
 "    HISTIGNORE    popis uzoraka koji opisuju naredbe koje ne treba zapisati\n"
 "                    u datoteku koja sadrži povijest vaših naredbi\n"
-"    HISTSIZE      maksimalni broj redaka koje trenutna ljuska može "
-"dosegnuti\n"
+"    HISTSIZE      maksimalni broj redaka koje trenutna ljuska može dosegnuti\n"
 "    HOME          puni naziv staze do vašega vlastitog direktorija\n"
-"    HOSTNAME      ime raÄ\8dunala na kojem se izvrÅ¡ava â\80\9ebashâ\80\9c\n"
-"    HOSTTYPE      tip CPU-a na kojem se izvrÅ¡ava â\80\9ebashâ\80\9c\n"
+"    HOSTNAME      ime raÄ\8dunala na kojem se izvrÅ¡ava â\80\9ebashâ\80\9d\n"
+"    HOSTTYPE      tip CPU-a na kojem se izvrÅ¡ava â\80\9ebashâ\80\9d\n"
 "    IGNOREEOF     broj zanemarenih Ctrl-D (EOF) prije zatvaranja ljuske\n"
-"    MACHTYPE      vrsta raÄ\8dunala na kojem se izvrÅ¡ava â\80\9ebashâ\80\9c\n"
-"    MAILCHECK     kako Ä\8desto (u sekundama) â\80\9ebashâ\80\9c gleda ima li nove pošte\n"
-"    MAILPATH      popis datoteka koje â\80\9ebashâ\80\9c provjeri za novu poštu\n"
-"    OSTYPE        distribucija Unix-a no kojem se izvrÅ¡ava ovaj â\80\9ebashâ\80\9c\n"
+"    MACHTYPE      vrsta raÄ\8dunala na kojem se izvrÅ¡ava â\80\9ebashâ\80\9d\n"
+"    MAILCHECK     kako Ä\8desto (u sekundama) â\80\9ebashâ\80\9d gleda ima li nove pošte\n"
+"    MAILPATH      popis datoteka koje â\80\9ebashâ\80\9d provjeri za novu poštu\n"
+"    OSTYPE        distribucija Unix-a no kojem se izvrÅ¡ava ovaj â\80\9ebashâ\80\9d\n"
 "    PATH          popis direktorija u kojima se traže naredbe\n"
 "    PROMPT_COMMAND  naredba koja se izvrši prije ispisa primarnog prompta\n"
 "    PS1           string koji opisuje primarni prompt\n"
-"    PS2           string koji opisuje sekundarni prompt (zadano, â\80\9e\80\9c)\n"
+"    PS2           string koji opisuje sekundarni prompt (zadano, â\80\9e\80\9d)\n"
 "    PWD           puni naziv staze trenutnog radnog direktorija\n"
 "    SHELLOPTS     popis svih omogućenih opcija ljuske\n"
 "    TERM          naziv tipa trenutnog terminala\n"
-"    TIMEFORMAT    pravilo za format ispisa „time“ statistika\n"
-"    auto_resume   ako nije prazan, učini da se naredbena riječ na "
-"naredbenom\n"
+"    TIMEFORMAT    pravilo za format ispisa „time” statistika\n"
+"    auto_resume   ako nije prazan, učini da se naredbena riječ na naredbenom\n"
 "                    retku prvo potraži na popisu zaustavljenih poslova,\n"
 "                    i ako se tamo pronađe, taj se posao premjesti u\n"
-"                    interaktivni način; vrijednost „exact“ znači da "
-"naredbena\n"
+"                    interaktivni način; vrijednost „exact” znači da naredbena\n"
 "                    riječ mora strikno podudariti naredbu iz popisa;\n"
-"                    vrijednost â\80\9esubstringâ\80\9c znači da naredbena riječ mora\n"
+"                    vrijednost â\80\9esubstringâ\80\9d znači da naredbena riječ mora\n"
 "                    podudariti podstring naredbe iz popisa; bilo koja druga\n"
 "                    vrijednost znači da naredbena riječ mora biti prefiks\n"
 "                    zaustavljene naredbe\n"
-"    histchars     znakovi koje upravljaju s proširenjem i brzom "
-"supstitucijom\n"
+"    histchars     znakovi koje upravljaju s proširenjem i brzom supstitucijom\n"
 "                    povijesti; prvi znak je znak za „supstituciju\n"
-"                    povijestiâ\80\9c, obiÄ\8dno â\80\9e\80\9c; drugi znak je „znak brze\n"
-"                    supstitucijeâ\80\9c, obiÄ\8dno â\80\9e\80\9c; treći znak je „komentar\n"
-"                    povijestiâ\80\9c, obiÄ\8dno â\80\9e\80\9c.\n"
+"                    povijestiâ\80\9d, obiÄ\8dno â\80\9e\80\9d; drugi znak je „znak brze\n"
+"                    supstitucijeâ\80\9d, obiÄ\8dno â\80\9e\80\9d; treći znak je „komentar\n"
+"                    povijestiâ\80\9d, obiÄ\8dno â\80\9e\80\9d.\n"
 
-#: builtins.c:1873
+#: builtins.c:1822
 msgid ""
 "Add directories to stack.\n"
 "    \n"
@@ -5495,21 +5128,17 @@ msgstr ""
 "    Argumenti:\n"
 "      DIREKTORIJ  Doda DIREKTORIJ na vrh stȏga direktorija i\n"
 "                    učini ga novim trenutnim radnim direktorijem.\n"
-"      +N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule "
-"s\n"
-"             lijeve strane popisa pokazanog s „dirs“) postane novi vrh "
-"stȏga.\n"
-"      -N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule "
-"s\n"
-"             desne strane popisa pokazanog s „dirs“) postane novi vrh "
-"stȏga.\n"
+"      +N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule s\n"
+"             lijeve strane popisa pokazanog s „dirs”) postane novi vrh stȏga.\n"
+"      -N   Zarotira stȏg tako, da N-ti direktorij u stȏgu (brojeći od nule s\n"
+"             desne strane popisa pokazanog s „dirs”) postane novi vrh stȏga.\n"
 "\n"
-"      Naredba â\80\9edirsâ\80\9c prikaže trenutni sadržaj stȏga direktorija.\n"
+"      Naredba â\80\9edirsâ\80\9d prikaže trenutni sadržaj stȏga direktorija.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili promjena\n"
 "    direktorija nije uspjela"
 
-#: builtins.c:1907
+#: builtins.c:1856
 msgid ""
 "Remove directories from stack.\n"
 "    \n"
@@ -5537,10 +5166,8 @@ msgid ""
 msgstr ""
 "Ukloni direktorije iz stȏga.\n"
 "\n"
-"    Ukloni zapise iz stȏga direktorija. Bez argumenata, ukloni direktorij "
-"na\n"
-"    vrhu stȏga i učini da je trenutni radni direktorij jednak novom "
-"direktoriju\n"
+"    Ukloni zapise iz stȏga direktorija. Bez argumenata, ukloni direktorij na\n"
+"    vrhu stȏga i učini da je trenutni radni direktorij jednak novom direktoriju\n"
 "    na vrhu stȏga.\n"
 "\n"
 "    Opcije:\n"
@@ -5549,18 +5176,18 @@ msgstr ""
 "\n"
 "    Argumenti:\n"
 "      +N   Ukloni da N-ti direktorij iz stȏga brojeći od nule s lijeve\n"
-"             strane popisa pokazanog s â\80\9edirsâ\80\9c. Na primjer: â\80\9epopd +0â\80\9c\n"
-"             ukloni prvi, a â\80\9epopd +1â\80\9c ukloni drugi direktorij.\n"
+"             strane popisa pokazanog s â\80\9edirsâ\80\9d. Na primjer: â\80\9epopd +0â\80\9d\n"
+"             ukloni prvi, a â\80\9epopd +1â\80\9d ukloni drugi direktorij.\n"
 "      +N   Ukloni da N-ti direktorij iz stȏga brojeći od nule s desne\n"
-"             strane popisa pokazanog s â\80\9edirsâ\80\9c. Na primjer.: â\80\9epopd -0â\80\9c\n"
-"             ukloni zadnji, a â\80\9epopd -1â\80\9c ukloni predzadnji direktorij.\n"
+"             strane popisa pokazanog s â\80\9edirsâ\80\9d. Na primjer.: â\80\9epopd -0â\80\9d\n"
+"             ukloni zadnji, a â\80\9epopd -1â\80\9d ukloni predzadnji direktorij.\n"
 "\n"
-"    Naredba â\80\9edirsâ\80\9c prikaže trenutni sadržaj stȏga direktorija.\n"
+"    Naredba â\80\9edirsâ\80\9d prikaže trenutni sadržaj stȏga direktorija.\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija ili promjena\n"
 "    direktorija nije uspjela."
 
-#: builtins.c:1937
+#: builtins.c:1886
 msgid ""
 "Display directory stack.\n"
 "    \n"
@@ -5591,26 +5218,25 @@ msgstr ""
 "Ispiše sadržaj stȏga direktorija.\n"
 "\n"
 "    Pokaže popis trenutno zapamćenih direktorija. Direktoriji se unose\n"
-"    na popis pomoÄ\87u naredbe â\80\9epushdâ\80\9c, a s naredbom â\80\9epopdâ\80\9c se uklanjaju.\n"
+"    na popis pomoÄ\87u naredbe â\80\9epushdâ\80\9d, a s naredbom â\80\9epopdâ\80\9d se uklanjaju.\n"
 "    \n"
 "    Opcije:\n"
 "      -c   počisti stȏg direktorija brisanjem svih elemenata\n"
 "      -l   ispiše apsolutne staze direktorija u odnosu na osobni\n"
 "             direktorij (ne skraćuje staze upotrebom tilde)\n"
 "      -p   ispiše sadržaj stȏga po jedan direktorij po retku\n"
-"      -v   kao â\80\9e-pâ\80\9c, ali s prefiksom koji pokazuje\n"
+"      -v   kao â\80\9e-pâ\80\9d, ali s prefiksom koji pokazuje\n"
 "             poziciju direktorija stȏgu\n"
 "\n"
 "    Argumenti:\n"
 "      +N   Pokaže N-ti direktorij iz stȏga, brojeći od od nule s\n"
-"             lijeve strane popisa kad se â\80\9edirsâ\80\9c pokrene bez opcija.\n"
+"             lijeve strane popisa kad se â\80\9edirsâ\80\9d pokrene bez opcija.\n"
 "      -N   Pokaže N-ti direktorij iz stȏga, brojeći od nule s\n"
-"             desne strane popisa kad se â\80\9edirsâ\80\9c pokrene bez opcija.\n"
+"             desne strane popisa kad se â\80\9edirsâ\80\9d pokrene bez opcija.\n"
 "\n"
-"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila "
-"greška."
+"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila greška."
 
-#: builtins.c:1968
+#: builtins.c:1917
 msgid ""
 "Set and unset shell options.\n"
 "    \n"
@@ -5632,24 +5258,22 @@ msgstr ""
 "Omogući ili onemogući opcije ljuske.\n"
 "\n"
 "    Promjeni postavku svakoj opciji IME_OPCIJE ljuske. Bez ikakvih opcija i\n"
-"    argumenta, â\80\9eshoptâ\80\9c izlista sve opcije ljuske pokazujući je ili nije\n"
+"    argumenta, â\80\9eshoptâ\80\9d izlista sve opcije ljuske pokazujući je ili nije\n"
 "    uključena.\n"
 "\n"
 "    Opcije:\n"
 "      -o   ograniči IME_OPCIJE na ona koja su definirana\n"
-"             za upotrebu sa â\80\9eset -oâ\80\9c\n"
+"             za upotrebu sa â\80\9eset -oâ\80\9d\n"
 "      -p   generira izlaz koji se može koristi za ulaz\n"
 "      -q   izostavi izlaz (ništa ne ispisuje)\n"
 "      -s   omogući (uključi) sve navedene IME_OPCIJE\n"
 "      -u   onemogući (isključi) sve navedene IME_OPCIJE\n"
 "\n"
-"    Bez opcija (ili samo s opcijom „-q“) završi s uspjehom ako je "
-"IME_OPCIJE\n"
+"    Bez opcija (ili samo s opcijom „-q”) završi s uspjehom ako je IME_OPCIJE\n"
 "    omogućeno, a s 1 ako je onemogućeno. Završi s 1 i ako je dano\n"
 "    nevaljano IME_OPCIJE, a završi s 2 ako je dana nevaljana opcija."
 
-#: builtins.c:1989
-#, fuzzy
+#: builtins.c:1938
 msgid ""
 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
 "    \n"
@@ -5657,36 +5281,29 @@ msgid ""
 "      -v var\tassign the output to shell variable VAR rather than\n"
 "    \t\tdisplay it on the standard output\n"
 "    \n"
-"    FORMAT is a character string which contains three types of objects: "
-"plain\n"
-"    characters, which are simply copied to standard output; character "
-"escape\n"
+"    FORMAT is a character string which contains three types of objects: plain\n"
+"    characters, which are simply copied to standard output; character escape\n"
 "    sequences, which are converted and copied to the standard output; and\n"
-"    format specifications, each of which causes printing of the next "
-"successive\n"
+"    format specifications, each of which causes printing of the next successive\n"
 "    argument.\n"
 "    \n"
-"    In addition to the standard format characters csndiouxXeEfFgGaA "
-"described\n"
-"    in printf(3), printf interprets:\n"
+"    In addition to the standard format specifications described in printf(1),\n"
+"    printf interprets:\n"
 "    \n"
 "      %b\texpand backslash escape sequences in the corresponding argument\n"
 "      %q\tquote the argument in a way that can be reused as shell input\n"
 "      %Q\tlike %q, but apply any precision to the unquoted argument before\n"
 "    \t\tquoting\n"
-"      %(fmt)T\toutput the date-time string resulting from using FMT as a "
-"format\n"
+"      %(fmt)T\toutput the date-time string resulting from using FMT as a format\n"
 "    \t        string for strftime(3)\n"
 "    \n"
 "    The format is re-used as necessary to consume all of the arguments.  If\n"
 "    there are fewer arguments than the format requires,  extra format\n"
-"    specifications behave as if a zero value or null string, as "
-"appropriate,\n"
+"    specifications behave as if a zero value or null string, as appropriate,\n"
 "    had been supplied.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless an invalid option is given or a write or "
-"assignment\n"
+"    Returns success unless an invalid option is given or a write or assignment\n"
 "    error occurs."
 msgstr ""
 "Oblikuje i ispiše ARGUMENTE po uputama FORMATA.\n"
@@ -5702,37 +5319,30 @@ msgstr ""
 "    koji se pretvore i kopiraju na izlaz; specifikacije formata od kojih\n"
 "    svaka uzrokuje ispisivanje sljedećeg sukcesivnog argumenta.\n"
 "\n"
-"    Pored standardnih simbola „diouxXfeEgGcs” za format opisanih u "
-"printf(1),\n"
+"    Pored standardnih simbola „diouxXfeEgGcs” za format opisanih u printf(1),\n"
 "    „printf” dodatno interpretira:\n"
 "      %b       proširi backslash (\\) kontrolne znakove u odgovarajuće\n"
 "               argumente\n"
-"      %q       citira argument tako, da se može iskoristiti kao ulaz za "
-"ljusku\n"
+"      %q       citira argument tako, da se može iskoristiti kao ulaz za ljusku\n"
 "      %Q       kao %q, ali primijeni bilo kakvu preciznost na necitirani\n"
 "               argument prije citiranja\n"
-"      %(fmt)T  koristeći FMT, ispiše date-time string u obliku format "
-"stringa\n"
+"      %(fmt)T  koristeći FMT, ispiše date-time string u obliku format stringa\n"
 "               za strftime(3)\n"
 "\n"
 "    Dani format se koristi sve dok se ne potroše svi argumenti. Ako ima\n"
 "    manje argumenata nego što format treba, suvišne format specifikacije\n"
 "    se ponašaju kao da im dana vrijednost nula ili prazni string.\n"
 "\n"
-"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila "
-"greška\n"
+"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila greška\n"
 "    u pisanju ili greška pri dodijeli."
 
-#: builtins.c:2025
-#, fuzzy
+#: builtins.c:1974
 msgid ""
 "Specify how arguments are to be completed by Readline.\n"
 "    \n"
-"    For each NAME, specify how arguments are to be completed.  If no "
-"options\n"
-"    or NAMEs are supplied, display existing completion specifications in a "
-"way\n"
-"    that allows them to be reused as input.\n"
+"    For each NAME, specify how arguments are to be completed.  If no options\n"
+"    are supplied, existing completion specifications are printed in a way that\n"
+"    allows them to be reused as input.\n"
 "    \n"
 "    Options:\n"
 "      -p\tprint existing completion specifications in a reusable format\n"
@@ -5746,15 +5356,13 @@ msgid ""
 "    \t\tcommand) word\n"
 "    \n"
 "    When completion is attempted, the actions are applied in the order the\n"
-"    uppercase-letter options are listed above. If multiple options are "
-"supplied,\n"
-"    the -D option takes precedence over -E, and both take precedence over -"
-"I.\n"
+"    uppercase-letter options are listed above. If multiple options are supplied,\n"
+"    the -D option takes precedence over -E, and both take precedence over -I.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 msgstr ""
-"Specificira kako â\80\9eReadlineâ\80\9c treba kompletirati argumente.\n"
+"Specificira kako â\80\9eReadlineâ\80\9d treba kompletirati argumente.\n"
 "\n"
 "    Za svako navedeno IME specificira kako se kompletiraju argumenti. Bez\n"
 "    opcija ispiše postojeće specifikacije koje se mogu ponovno\n"
@@ -5766,56 +5374,45 @@ msgstr ""
 "      -r   ukloni specifikaciju kompletiranja za svako navedeno IME\n"
 "             ili ukloni sve specifikacije ako nisu navedena IMENA\n"
 "      -D   na naredbe koje nemaju vlastitu specifikaciju za kompletiranje\n"
-"             primjeni â\80\9ezadanoâ\80\9c ponašanje specifikacija i akcija\n"
-"      -E   primjeni zadano ponaÅ¡anje specifikacija i akcija i na â\80\9eprazneâ\80\9c\n"
+"             primjeni â\80\9ezadanoâ\80\9d ponašanje specifikacija i akcija\n"
+"      -E   primjeni zadano ponaÅ¡anje specifikacija i akcija i na â\80\9eprazneâ\80\9d\n"
 "             naredbe --; pokuša kompletirati prazni redak\n"
 "      -I   primjeni zadano ponašanje specifikacija i akcija i na početnu\n"
 "             (obično naredbu) riječ\n"
 "\n"
 "    Redoslijed akcija pri pokušaju kompletiranja slijedi gore dan poredak\n"
-"    opcija pisanih u verzalu. Ako je navedeno više opcija, opcija „-D“ ima "
-"veću\n"
-"    prednost od opcije „-E“, a obje imaju veću prednost od opcije „-I“\n"
+"    opcija pisanih u verzalu. Ako je navedeno više opcija, opcija „-D” ima veću\n"
+"    prednost od opcije „-E”, a obje imaju veću prednost od opcije „-I”\n"
 "\n"
 "    Završi s uspjehom osim ako je dana nevaljana opcija\n"
 "    ili se dogodila greška."
 
-#: builtins.c:2055
-#, fuzzy
+#: builtins.c:2004
 msgid ""
 "Display possible completions depending on the options.\n"
 "    \n"
 "    Intended to be used from within a shell function generating possible\n"
-"    completions.  If the optional WORD argument is present, generate "
-"matches\n"
-"    against WORD.\n"
-"    \n"
-"    If the -V option is supplied, store the possible completions in the "
-"indexed\n"
-"    array VARNAME instead of printing them to the standard output.\n"
+"    completions.  If the optional WORD argument is supplied, matches against\n"
+"    WORD are generated.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 msgstr ""
 "Prikaže moguća kompletiranja ovisno o opcijama.\n"
 "\n"
-"    â\80\9ecompgenâ\80\9c je namijenjen za upotrebu unutar funkcije koja generira\n"
+"    â\80\9ecompgenâ\80\9d je namijenjen za upotrebu unutar funkcije koja generira\n"
 "    moguća kompletiranja. Ako je dana neobvezna opcija RIJEČ (word)\n"
 "    generira odgovarajuća kompletiranja podudarna s RIJEČI.\n"
 "\n"
-"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila "
-"greška."
+"    Završi s uspjehom osim ako je dana nevaljana opcija ili se dogodila greška."
 
-#: builtins.c:2073
+#: builtins.c:2019
 msgid ""
 "Modify or display completion options.\n"
 "    \n"
-"    Modify the completion options for each NAME, or, if no NAMEs are "
-"supplied,\n"
-"    the completion currently being executed.  If no OPTIONs are given, "
-"print\n"
-"    the completion options for each NAME or the current completion "
-"specification.\n"
+"    Modify the completion options for each NAME, or, if no NAMEs are supplied,\n"
+"    the completion currently being executed.  If no OPTIONs are given, print\n"
+"    the completion options for each NAME or the current completion specification.\n"
 "    \n"
 "    Options:\n"
 "    \t-o option\tSet completion option OPTION for each NAME\n"
@@ -5847,41 +5444,35 @@ msgstr ""
 "    Opcije:\n"
 "      -o OPCIJA   omogući ovu OPCIJU kompletiranja za svako IME\n"
 "      -D          promijeni opcije za „zadano” kompletiranje\n"
-"      -E          promijeni opcije za kompletiranje â\80\9eprazneâ\80\9c naredbe\n"
+"      -E          promijeni opcije za kompletiranje â\80\9eprazneâ\80\9d naredbe\n"
 "      -I          promijeni opcije za kompletiranje na početnu riječ\n"
 "\n"
-"    â\80\9e\80\9c umjesto â\80\9e\80\9c isključi odgovarajuću opciju.\n"
+"    â\80\9e\80\9d umjesto â\80\9e\80\9d isključi odgovarajuću opciju.\n"
 "\n"
 "    Svako IME ukazuje na naredbu za koju specifikacija kompletiranja mora\n"
-"    veÄ\87 prije biti definirana pomoÄ\87u ugraÄ\91ene naredbe â\80\9ecompleteâ\80\9c. Ako nije\n"
+"    veÄ\87 prije biti definirana pomoÄ\87u ugraÄ\91ene naredbe â\80\9ecompleteâ\80\9d. Ako nije\n"
 "    dano nijedno IME, funkcija koja trenutno generira kompletiranja mora\n"
-"    pozvati â\80\9ecompoptâ\80\9c; time se onda promjene opcije za taj generator koji\n"
+"    pozvati â\80\9ecompoptâ\80\9d; time se onda promjene opcije za taj generator koji\n"
 "    trenutno izvršava kompletiranja.\n"
 "\n"
-"    Završi s uspjehom osim ako nije dana nevaljana opcija ili nije "
-"definirana\n"
+"    Završi s uspjehom osim ako nije dana nevaljana opcija ili nije definirana\n"
 "    specifikacija za kompletiranje IMENA."
 
-#: builtins.c:2104
+#: builtins.c:2050
 msgid ""
 "Read lines from the standard input into an indexed array variable.\n"
 "    \n"
-"    Read lines from the standard input into the indexed array variable "
-"ARRAY, or\n"
-"    from file descriptor FD if the -u option is supplied.  The variable "
-"MAPFILE\n"
+"    Read lines from the standard input into the indexed array variable ARRAY, or\n"
+"    from file descriptor FD if the -u option is supplied.  The variable MAPFILE\n"
 "    is the default ARRAY.\n"
 "    \n"
 "    Options:\n"
 "      -d delim\tUse DELIM to terminate lines, instead of newline\n"
-"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
-"copied\n"
-"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
-"index is 0\n"
+"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are copied\n"
+"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default index is 0\n"
 "      -s count\tDiscard the first COUNT lines read\n"
 "      -t\tRemove a trailing DELIM from each line read (default newline)\n"
-"      -u fd\tRead lines from file descriptor FD instead of the standard "
-"input\n"
+"      -u fd\tRead lines from file descriptor FD instead of the standard input\n"
 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
 "      -c quantum\tSpecify the number of lines read between each call to\n"
 "    \t\t\tCALLBACK\n"
@@ -5894,51 +5485,44 @@ msgid ""
 "    element to be assigned and the line to be assigned to that element\n"
 "    as additional arguments.\n"
 "    \n"
-"    If not supplied with an explicit origin, mapfile will clear ARRAY "
-"before\n"
+"    If not supplied with an explicit origin, mapfile will clear ARRAY before\n"
 "    assigning to it.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless an invalid option is given or ARRAY is readonly "
-"or\n"
+"    Returns success unless an invalid option is given or ARRAY is readonly or\n"
 "    not an indexed array."
 msgstr ""
 "Pročitane retke iz standardnog ulaza upiše u varijablu indeksirano polje.\n"
 "\n"
 "    Pročitane retke iz standardnog ulaza (ili ako je navedena opcija -u, iz\n"
-"    deskriptora datoteke FD) upiše u indeksiranu varijablu POLJE. Ako "
-"argument\n"
+"    deskriptora datoteke FD) upiše u indeksiranu varijablu POLJE. Ako argument\n"
 "    POLJE nije dan, za POLJE se (zadano) koristi varijabla MAPFILE\n"
 "\n"
 "    Opcije:\n"
 "      -d MEĐA      prvi znak u MEĐI (umjesto LF) je znak za kraj retka\n"
 "      -n KOLIČINA  kopira ne više od KOLIČINE redaka (0 kopira sve retke)\n"
-"      -O POČETAK   upisivanje u POLJE započinje od indeksa POČETAK (zadano "
-"0)\n"
+"      -O POČETAK   upisivanje u POLJE započinje od indeksa POČETAK (zadano 0)\n"
 "      -s BROJ      preskoči (izostavi) prvih BROJ redaka\n"
-"      -t           ukloni zaostalu MEĐU (zadano LF) iz svakog učitanog "
-"retka\n"
+"      -t           ukloni zaostalu MEĐU (zadano LF) iz svakog učitanog retka\n"
 "      -u FD        čita retke iz deskriptora datoteke FD umjesto iz\n"
 "                   standardnog ulaza\n"
-"      -C FUNKCIJA  vrednuje FUNKCIJU svaki put nakon TOLIKO pročitanih "
-"redaka\n"
+"      -C FUNKCIJA  vrednuje FUNKCIJU svaki put nakon TOLIKO pročitanih redaka\n"
 "      -c TOLIKO    svaki put nakon TOLIKO pročitanih redaka pozove FUNKCIJU\n"
 "\n"
 "    Argument:\n"
 "      POLJE        ime varijable polja u koju se upisuju pročitani redci\n"
 "\n"
-"    Ako je opcija â\80\9e-Câ\80\9c navedena bez opcije â\80\9e-câ\80\9c, TOLIKO je 5000 (zadano).\n"
+"    Ako je opcija â\80\9e-Câ\80\9d navedena bez opcije â\80\9e-câ\80\9d, TOLIKO je 5000 (zadano).\n"
 "    Kad FUNKCIJA vrednuje — dobiva indeks sljedećeg elementa polja koji se\n"
-"    upisuje i redak koji će biti dodijeljen tom elementu kao dodatne "
-"argumente.\n"
+"    upisuje i redak koji će biti dodijeljen tom elementu kao dodatne argumente.\n"
 "\n"
-"    Ako nije dan eksplicitni POÄ\8cETAK, â\80\9emapfileâ\80\9c počisti POLJE\n"
+"    Ako nije dan eksplicitni POÄ\8cETAK, â\80\9emapfileâ\80\9d počisti POLJE\n"
 "    prije početka upisivanja.\n"
 "\n"
 "    Završi s uspjehom osim ako je POLJE readonly (samo-za-čitanje) ili nije\n"
 "    polje ili je dana nevaljana opcija."
 
-#: builtins.c:2140
+#: builtins.c:2086
 msgid ""
 "Read lines from a file into an array variable.\n"
 "    \n"
@@ -5946,62 +5530,7 @@ msgid ""
 msgstr ""
 "Učita retke iz datoteke u varijablu indeksirano polje.\n"
 "\n"
-"    Sinonim za „mapfile“."
-
-#, c-format
-#~ msgid "%s: cannot open: %s"
-#~ msgstr "%s: Nije moguće otvoriti: %s"
-
-#, c-format
-#~ msgid "%s: inlib failed"
-#~ msgstr "%s: „inlib” nije uspio"
-
-#, c-format
-#~ msgid "%s: %s"
-#~ msgstr "%s: %s"
-
-#, c-format
-#~ msgid "%s: cannot execute binary file: %s"
-#~ msgstr "%s: binarnu datoteku %s nije moguće pokrenuti/izvršiti"
-
-#, c-format
-#~ msgid "setlocale: LC_ALL: cannot change locale (%s)"
-#~ msgstr "setlocale(): LC_ALL: nije moguće promijeniti jezično područje (%s)"
-
-#, c-format
-#~ msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
-#~ msgstr ""
-#~ "setlocale(): LC_ALL: nije moguće promijeniti jezično područje (%s): %s"
-
-#, c-format
-#~ msgid "setlocale: %s: cannot change locale (%s): %s"
-#~ msgstr "setlocale(): %s: nije moguće promijeniti jezično područje (%s): %s"
-
-#~ msgid ""
-#~ "Returns the context of the current subroutine call.\n"
-#~ "    \n"
-#~ "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
-#~ "    \"$line $subroutine $filename\"; this extra information can be used "
-#~ "to\n"
-#~ "    provide a stack trace.\n"
-#~ "    \n"
-#~ "    The value of EXPR indicates how many call frames to go back before "
-#~ "the\n"
-#~ "    current one; the top frame is frame 0."
-#~ msgstr ""
-#~ "Vrati kontekst trenutnog poziva funkciji.\n"
-#~ "\n"
-#~ "    Bez IZRAZA, vrati „$line $filename“. S IZRAZOM, vrati\n"
-#~ "    „$line $subroutine $filename“; ovi dodatni podaci mogu poslužiti\n"
-#~ "    za „stack trace“.\n"
-#~ "\n"
-#~ "    Vrijednost IZRAZA pokazuje koliko se razina poziva treba vratiti "
-#~ "unatrag od\n"
-#~ "    trenutne pozicije, s time da je pozicija 0 trenutna pozicija."
-
-#, c-format
-#~ msgid "warning: %s: %s"
-#~ msgstr "upozorenje: %s: %s"
+"    Sinonim za „mapfile”."
 
 #~ msgid "%s: invalid associative array key"
 #~ msgstr "%s: nevaljan ključ asocijativnog polja"
@@ -6024,12 +5553,8 @@ msgstr ""
 #~ msgid "Copyright (C) 2018 Free Software Foundation, Inc."
 #~ msgstr "Copyright (C) 2018 Free Software Foundation, Inc."
 
-#~ msgid ""
-#~ "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl."
-#~ "html>\n"
-#~ msgstr ""
-#~ "Licenca GPLv2+: GNU GPL inačica 2 ili novija <http://gnu.org/licenses/gpl."
-#~ "html>\n"
+#~ msgid "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"
+#~ msgstr "Licenc GPLv2+: GNU GPL inačica 2 ili novija <http://gnu.org/licenses/gpl.html>\n"
 
 #~ msgid ":"
 #~ msgstr ":"
index bcd517e1a5787354673858c770eed7021f2afe15..dc1b149c6056861eca68944bd9c06bc41bdd67ea 100644 (file)
Binary files a/po/pt.gmo and b/po/pt.gmo differ
index 4971e34e84ee8c8a6b087eb83ee35fd97dcb0710..2fc9ea6ce881feec463eba47a47f338aad1a873c 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
 # Bash - Bourne Again Shell.
 # Copyright (C) 2020 Free Software Foundation, Inc.
 # This file is distributed under the same license as the Bash package.
-# Pedro Albuquerque <pmra@protonmail.com>, 2018, 2019, 2020.
+# Pedro Albuquerque <pmra@protonmail.com>, 2025.
+# Portuguese (Portugal) Translation for the bash package
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: bash-5.1\n"
+"Project-Id-Version: bash-5.2-rc1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2024-11-12 11:51-0500\n"
-"PO-Revision-Date: 2020-12-08 03:20+0000\n"
+"POT-Creation-Date: 2022-01-11 14:50-0500\n"
+"PO-Revision-Date: 2025-03-17 05:10+0000\n"
 "Last-Translator: Pedro Albuquerque <pmra@protonmail.com>\n"
 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
 "Language: pt\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Bugs: Report translation errors to the Language-Team address.\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Geany / PoHelper 1.37\n"
+"X-Bugs: Report translation errors to the Language-Team address.\n"
+"X-Generator: Poedit 3.5\n"
 
-#: arrayfunc.c:63
+#: arrayfunc.c:66
 msgid "bad array subscript"
 msgstr "subscrito de matriz inválido"
 
-#: arrayfunc.c:466 builtins/declare.def:748 variables.c:2196 variables.c:2225
-#: variables.c:3099
+#: arrayfunc.c:471 builtins/declare.def:709 variables.c:2242 variables.c:2268
+#: variables.c:3101
 #, c-format
 msgid "%s: removing nameref attribute"
 msgstr "%s: a remover atributo nameref"
 
-#: arrayfunc.c:493 builtins/declare.def:920
+#: arrayfunc.c:496 builtins/declare.def:868
 #, c-format
 msgid "%s: cannot convert indexed to associative array"
 msgstr "%s: impossível converter matriz indexada para associativa"
 
-#: arrayfunc.c:789
+#: arrayfunc.c:777
 #, c-format
 msgid "%s: cannot assign to non-numeric index"
 msgstr "%s: impossível atribuir a índice não numérico"
 
-#: arrayfunc.c:841
+#: arrayfunc.c:822
 #, c-format
 msgid "%s: %s: must use subscript when assigning associative array"
 msgstr "%s: %s: tem de usar subscrito ao atribuir a matriz associativa"
 
-#: bashhist.c:464
-#, fuzzy
-msgid "cannot create"
+#: bashhist.c:455
+#, c-format
+msgid "%s: cannot create: %s"
 msgstr "%s: impossível criar: %s"
 
-#: bashline.c:4628
+#: bashline.c:4479
 msgid "bash_execute_unix_command: cannot find keymap for command"
-msgstr ""
-"bash_execute_unix_command: impossível encontrar mapa de teclado para o "
-"comando"
+msgstr "bash_execute_unix_command: impossível encontrar mapa de teclado para o comando"
 
-#: bashline.c:4799
+#: bashline.c:4637
 #, c-format
 msgid "%s: first non-whitespace character is not `\"'"
 msgstr "%s: o 1º carácter não-espaço não é \"\"\""
 
-#: bashline.c:4828
+#: bashline.c:4666
 #, c-format
 msgid "no closing `%c' in %s"
 msgstr "sem \"%c\" de fecho em %s"
 
-#: bashline.c:4859
-#, fuzzy, c-format
-msgid "%s: missing separator"
+#: bashline.c:4697
+#, c-format
+msgid "%s: missing colon separator"
 msgstr "%s: separador dois pontos em falta"
 
-#: bashline.c:4906
+#: bashline.c:4733
 #, c-format
 msgid "`%s': cannot unbind in command keymap"
 msgstr "\"%s\": impossível desassociar no mapa de teclado do comando"
 
-#: braces.c:320
+#: braces.c:327
 #, c-format
 msgid "brace expansion: cannot allocate memory for %s"
 msgstr "expansão: impossível alocar memória para %s"
 
-#: braces.c:383
-#, fuzzy, c-format
-msgid "brace expansion: failed to allocate memory for %s elements"
+#: braces.c:406
+#, c-format
+msgid "brace expansion: failed to allocate memory for %u elements"
 msgstr "expansão: falha ao alocar memória para %u elementos"
 
-#: braces.c:442
+#: braces.c:451
 #, c-format
 msgid "brace expansion: failed to allocate memory for `%s'"
 msgstr "expansão: falha ao alocar memória para \"%s\""
 
-#: builtins/alias.def:131 variables.c:1789
+#: builtins/alias.def:131 variables.c:1817
 #, c-format
 msgid "`%s': invalid alias name"
 msgstr "\"%s\": aliás inválido"
 
-#: builtins/bind.def:123
+#: builtins/bind.def:122 builtins/bind.def:125
 msgid "line editing not enabled"
-msgstr "Edição de linha não activada"
+msgstr "edição de linha não activada"
 
-#: builtins/bind.def:208
+#: builtins/bind.def:212
 #, c-format
 msgid "`%s': invalid keymap name"
 msgstr "\"%s\": mapa de teclado inválido"
 
-#: builtins/bind.def:277
-#, fuzzy
-msgid "cannot read"
+#: builtins/bind.def:252
+#, c-format
+msgid "%s: cannot read: %s"
 msgstr "%s: impossível ler: %s"
 
-#: builtins/bind.def:353 builtins/bind.def:382
+#: builtins/bind.def:328 builtins/bind.def:358
 #, c-format
 msgid "`%s': unknown function name"
 msgstr "\"%s\": nome de função desconhecido"
 
-#: builtins/bind.def:361
+#: builtins/bind.def:336
 #, c-format
 msgid "%s is not bound to any keys.\n"
 msgstr "%s: não tem associação a qualquer tecla.\n"
 
-#: builtins/bind.def:365
+#: builtins/bind.def:340
 #, c-format
 msgid "%s can be invoked via "
 msgstr "%s pode ser chamado via "
 
-#: builtins/bind.def:401 builtins/bind.def:418
+#: builtins/bind.def:378 builtins/bind.def:395
 #, c-format
 msgid "`%s': cannot unbind"
 msgstr "\"%s\": impossível desassociar"
 
-#: builtins/break.def:80 builtins/break.def:125
+#: builtins/break.def:77 builtins/break.def:119
 msgid "loop count"
 msgstr "total de ciclos"
 
-#: builtins/break.def:145
+#: builtins/break.def:139
 msgid "only meaningful in a `for', `while', or `until' loop"
 msgstr "só tem significado num ciclo \"for\", \"while\" ou \"until\""
 
-#: builtins/caller.def:135
-#, fuzzy
+#: builtins/caller.def:136
 msgid ""
 "Returns the context of the current subroutine call.\n"
 "    \n"
@@ -147,13 +145,9 @@ msgid ""
 "    provide a stack trace.\n"
 "    \n"
 "    The value of EXPR indicates how many call frames to go back before the\n"
-"    current one; the top frame is frame 0.\n"
-"    \n"
-"    Exit Status:\n"
-"    Returns 0 unless the shell is not executing a shell function or EXPR\n"
-"    is invalid."
+"    current one; the top frame is frame 0."
 msgstr ""
-"Devolver o contexto da actual chamada a sub-rotina.\n"
+"Devolve o contexto da actual chamada a sub-rotina.\n"
 "     \n"
 "     Sem EXPR, devolve \"$linha $nomefich\".  Com EXPR, devolve\n"
 "     \"$linha $sub-rotina $nomefich\"; esta informação extra pode ser usada\n"
@@ -161,380 +155,353 @@ msgstr ""
 "     \n"
 "     O valor de EXPR indica quantas chamadas deve recuar antes da\n"
 "     actual; a chamada superior é a chamada 0.\n"
-"     \n"
 "     Estado de saída:\n"
-"     Devolve 0 a não ser que a consola não esteja a executar uma função ou "
-"EXPR\n"
+"     Devolve 0 a não ser que a consola não esteja a executar uma função ou EXPR\n"
 "     seja inválida."
 
-#: builtins/cd.def:321
+#: builtins/cd.def:327
 msgid "HOME not set"
 msgstr "HOME não definida"
 
-#: builtins/cd.def:329 builtins/common.c:143 builtins/fc.def:293 test.c:946
+#: builtins/cd.def:335 builtins/common.c:161 test.c:916
 msgid "too many arguments"
 msgstr "demasiados argumentos"
 
-#: builtins/cd.def:335
+#: builtins/cd.def:342
 msgid "null directory"
 msgstr "pasta nula"
 
-#: builtins/cd.def:345
+#: builtins/cd.def:353
 msgid "OLDPWD not set"
 msgstr "OLDPWD não definida"
 
-#: builtins/common.c:91
+#: builtins/common.c:96
 #, c-format
 msgid "line %d: "
 msgstr "linha %d: "
 
-#: builtins/common.c:117 error.c:227
+#: builtins/common.c:134 error.c:264
 #, c-format
 msgid "warning: "
 msgstr "aviso: "
 
-#: builtins/common.c:131
+#: builtins/common.c:148
 #, c-format
 msgid "%s: usage: "
 msgstr "%s: uso: "
 
-#: builtins/common.c:178 shell.c:524 shell.c:865
+#: builtins/common.c:193 shell.c:524 shell.c:866
 #, c-format
 msgid "%s: option requires an argument"
 msgstr "%s: a opção requer um argumento"
 
-#: builtins/common.c:184
+#: builtins/common.c:200
 #, c-format
 msgid "%s: numeric argument required"
 msgstr "%s: requer um argumento numérico"
 
-#: builtins/common.c:190
+#: builtins/common.c:207
 #, c-format
 msgid "%s: not found"
 msgstr "%s: não encontrado"
 
-#: builtins/common.c:198 shell.c:878
+#: builtins/common.c:216 shell.c:879
 #, c-format
 msgid "%s: invalid option"
 msgstr "%s: opção inválida"
 
-#: builtins/common.c:204
+#: builtins/common.c:223
 #, c-format
 msgid "%s: invalid option name"
 msgstr "%s: nome de opção inválido"
 
-#: builtins/common.c:210 error.c:461
+#: builtins/common.c:230 execute_cmd.c:2402 general.c:368 general.c:373
 #, c-format
 msgid "`%s': not a valid identifier"
 msgstr "\"%s\": identificador inválido"
 
-#: builtins/common.c:219
+#: builtins/common.c:240
 msgid "invalid octal number"
 msgstr "número octal inválido"
 
-#: builtins/common.c:221
+#: builtins/common.c:242
 msgid "invalid hex number"
 msgstr "número hexadecimal inválido"
 
-#: builtins/common.c:223 expr.c:1559 expr.c:1573
+#: builtins/common.c:244 expr.c:1574
 msgid "invalid number"
 msgstr "número inválido"
 
-#: builtins/common.c:230
+#: builtins/common.c:252
 #, c-format
 msgid "%s: invalid signal specification"
 msgstr "%s: especificação de sinal inválida"
 
-#: builtins/common.c:236
+#: builtins/common.c:259
 #, c-format
 msgid "`%s': not a pid or valid job spec"
 msgstr "\"%s\": especificação de pid ou tarefa inválida"
 
-#: builtins/common.c:242 error.c:455
+#: builtins/common.c:266 error.c:536
 #, c-format
 msgid "%s: readonly variable"
 msgstr "%s: variável só de leitura"
 
-#: builtins/common.c:248
-#, fuzzy, c-format
+#: builtins/common.c:273
+#, c-format
 msgid "%s: cannot assign"
-msgstr "%s: impossível desactivar"
+msgstr "%s: impossível atribuir"
 
-#: builtins/common.c:255
+#: builtins/common.c:281
 #, c-format
 msgid "%s: %s out of range"
 msgstr "%s: %s fora do intervalo"
 
-#: builtins/common.c:255 builtins/common.c:257
+#: builtins/common.c:281 builtins/common.c:283
 msgid "argument"
 msgstr "argumento"
 
-#: builtins/common.c:257
+#: builtins/common.c:283
 #, c-format
 msgid "%s out of range"
 msgstr "%s fora do intervalo"
 
-#: builtins/common.c:264
+#: builtins/common.c:291
 #, c-format
 msgid "%s: no such job"
 msgstr "%s: tarefa inexistente"
 
-#: builtins/common.c:271
+#: builtins/common.c:299
 #, c-format
 msgid "%s: no job control"
 msgstr "%s: sem controlo da tarefa"
 
-#: builtins/common.c:273
+#: builtins/common.c:301
 msgid "no job control"
 msgstr "sem controlo da tarefa"
 
-#: builtins/common.c:279
-#, fuzzy, c-format
-msgid "%s: invalid job specification"
-msgstr "%s: especificação de inacção inválida"
-
-#: builtins/common.c:289
+#: builtins/common.c:311
 #, c-format
 msgid "%s: restricted"
 msgstr "%s: restrita"
 
-#: builtins/common.c:291
+#: builtins/common.c:313
 msgid "restricted"
 msgstr "restrita"
 
-#: builtins/common.c:298
+#: builtins/common.c:321
 #, c-format
 msgid "%s: not a shell builtin"
 msgstr "%s: não é interno da consola"
 
-#: builtins/common.c:307
-#, fuzzy
-msgid "write error"
+#: builtins/common.c:330
+#, c-format
+msgid "write error: %s"
 msgstr "erro de escrita: %s"
 
-#: builtins/common.c:314
-#, fuzzy
-msgid "error setting terminal attributes"
+#: builtins/common.c:338
+#, c-format
+msgid "error setting terminal attributes: %s"
 msgstr "erro ao definir atributos do terminal: %s"
 
-#: builtins/common.c:316
-#, fuzzy
-msgid "error getting terminal attributes"
+#: builtins/common.c:340
+#, c-format
+msgid "error getting terminal attributes: %s"
 msgstr "erro ao obter atributos do terminal: %s"
 
-#: builtins/common.c:611
-#, fuzzy
-msgid "error retrieving current directory"
+#: builtins/common.c:642
+#, c-format
+msgid "%s: error retrieving current directory: %s: %s\n"
 msgstr "%s: erro ao obter a pasta actual: %s: %s\n"
 
-#: builtins/common.c:675 builtins/common.c:677
+#: builtins/common.c:708 builtins/common.c:710
 #, c-format
 msgid "%s: ambiguous job spec"
 msgstr "%s: especificação de tarefa ambígua"
 
-#: builtins/common.c:709
-#, fuzzy, c-format
-msgid "%s: job specification requires leading `%%'"
-msgstr "%s: a opção requer um argumento"
-
-#: builtins/common.c:937
+#: builtins/common.c:971
 msgid "help not available in this version"
 msgstr "ajuda indisponível nesta versão"
 
-#: builtins/common.c:1005
-#, c-format
-msgid "%s: not an indexed array"
-msgstr "%s: não é uma matriz indexada"
-
-#: builtins/common.c:1028 builtins/set.def:964 variables.c:3868
+#: builtins/common.c:1038 builtins/set.def:953 variables.c:3825
 #, c-format
 msgid "%s: cannot unset: readonly %s"
 msgstr "%s: impossível desactivar: %s só de leitura"
 
-#: builtins/common.c:1033 builtins/set.def:930 variables.c:3873
+#: builtins/common.c:1043 builtins/set.def:932 variables.c:3830
 #, c-format
 msgid "%s: cannot unset"
 msgstr "%s: impossível desactivar"
 
-#: builtins/complete.def:285
+#: builtins/complete.def:287
 #, c-format
 msgid "%s: invalid action name"
 msgstr "%s: nome de acção inválido"
 
-#: builtins/complete.def:501 builtins/complete.def:644
-#: builtins/complete.def:899
+#: builtins/complete.def:486 builtins/complete.def:642
+#: builtins/complete.def:873
 #, c-format
 msgid "%s: no completion specification"
 msgstr "%s: sem especificação de conclusão"
 
-#: builtins/complete.def:703
+#: builtins/complete.def:696
 msgid "warning: -F option may not work as you expect"
 msgstr "aviso: a opção -F pode não resultar como esperado"
 
-#: builtins/complete.def:705
+#: builtins/complete.def:698
 msgid "warning: -C option may not work as you expect"
 msgstr "aviso: a opção -C pode não resultar como esperado"
 
-#: builtins/complete.def:872
+#: builtins/complete.def:846
 msgid "not currently executing completion function"
 msgstr "a função de conclusão não está em execução"
 
-#: builtins/declare.def:139
+#: builtins/declare.def:137
 msgid "can only be used in a function"
 msgstr "só pode ser usado numa função"
 
-#: builtins/declare.def:471
+#: builtins/declare.def:437
 msgid "cannot use `-f' to make functions"
 msgstr "impossível usar \"-f\" para fazer funções"
 
-#: builtins/declare.def:499 execute_cmd.c:6294
+#: builtins/declare.def:464 execute_cmd.c:6132
 #, c-format
 msgid "%s: readonly function"
 msgstr "%s: função só de leitura"
 
-#: builtins/declare.def:556 builtins/declare.def:843
+#: builtins/declare.def:521 builtins/declare.def:804
 #, c-format
 msgid "%s: reference variable cannot be an array"
 msgstr "%s: variável de referência não pode ser uma matriz"
 
-#: builtins/declare.def:567 variables.c:3346
+#: builtins/declare.def:532 variables.c:3359
 #, c-format
 msgid "%s: nameref variable self references not allowed"
 msgstr "%s: não são permitidas auto-referências de nameref"
 
-#: builtins/declare.def:572 variables.c:2035 variables.c:3343
+#: builtins/declare.def:537 variables.c:2072 variables.c:3278 variables.c:3286
+#: variables.c:3356
 #, c-format
 msgid "%s: circular name reference"
 msgstr "%s: referência circular de nome"
 
-#: builtins/declare.def:576 builtins/declare.def:850 builtins/declare.def:859
+#: builtins/declare.def:541 builtins/declare.def:811 builtins/declare.def:820
 #, c-format
 msgid "`%s': invalid variable name for name reference"
 msgstr "\"%s\": nome de variável inválido para referência de nome"
 
-#: builtins/declare.def:908
+#: builtins/declare.def:856
 #, c-format
 msgid "%s: cannot destroy array variables in this way"
 msgstr "%s: impossível destruir variáveis de matriz assim"
 
-#: builtins/declare.def:914
+#: builtins/declare.def:862 builtins/read.def:887
 #, c-format
 msgid "%s: cannot convert associative to indexed array"
 msgstr "%s: impossível converter matriz associativa em indexada"
 
-#: builtins/declare.def:943
+#: builtins/declare.def:891
 #, c-format
 msgid "%s: quoted compound array assignment deprecated"
 msgstr "%s: atribuição de matriz composta citada obsoleta"
 
-#: builtins/enable.def:149 builtins/enable.def:157
+#: builtins/enable.def:145 builtins/enable.def:153
 msgid "dynamic loading not available"
 msgstr "carregamento dinâmico indisponível"
 
-#: builtins/enable.def:389
+#: builtins/enable.def:376
 #, c-format
 msgid "cannot open shared object %s: %s"
 msgstr "impossível abrir objecto partilhado %s: %s"
 
-#: builtins/enable.def:408
-#, c-format
-msgid "%s: builtin names may not contain slashes"
-msgstr ""
-
-#: builtins/enable.def:423
+#: builtins/enable.def:405
 #, c-format
 msgid "cannot find %s in shared object %s: %s"
 msgstr "impossível encontrar %s no objecto partilhado %s: %s"
 
-#: builtins/enable.def:440
+#: builtins/enable.def:422
 #, c-format
 msgid "%s: dynamic builtin already loaded"
 msgstr "%s: interno dinâmico já carregado"
 
-#: builtins/enable.def:444
+#: builtins/enable.def:426
 #, c-format
 msgid "load function for %s returns failure (%d): not loaded"
 msgstr "carregamento da função %s devolve falha (%d): não carregada"
 
-#: builtins/enable.def:565
+#: builtins/enable.def:551
 #, c-format
 msgid "%s: not dynamically loaded"
 msgstr "%s: não carregada dinamicamente"
 
-#: builtins/enable.def:591
+#: builtins/enable.def:577
 #, c-format
 msgid "%s: cannot delete: %s"
 msgstr "%s: impossível eliminar: %s"
 
-#: builtins/evalfile.c:137 builtins/hash.def:190 execute_cmd.c:6114
+#: builtins/evalfile.c:138 builtins/hash.def:185 execute_cmd.c:5959
 #, c-format
 msgid "%s: is a directory"
 msgstr "%s: é uma pasta"
 
-#: builtins/evalfile.c:143
+#: builtins/evalfile.c:144
 #, c-format
 msgid "%s: not a regular file"
 msgstr "%s: não é um ficheiro normal"
 
-#: builtins/evalfile.c:152
+#: builtins/evalfile.c:153
 #, c-format
 msgid "%s: file is too large"
 msgstr "%s: ficheiro muito grande"
 
-#: builtins/evalfile.c:189 builtins/evalfile.c:207 execute_cmd.c:6196
-#: shell.c:1690
-#, fuzzy
-msgid "cannot execute binary file"
+#: builtins/evalfile.c:188 builtins/evalfile.c:206 shell.c:1673
+#, c-format
+msgid "%s: cannot execute binary file"
 msgstr "%s: impossível executar o binário"
 
-#: builtins/evalstring.c:478
-#, fuzzy, c-format
-msgid "%s: ignoring function definition attempt"
-msgstr "erro ao importar definição de função para \"%s\""
-
-#: builtins/exec.def:157 builtins/exec.def:159 builtins/exec.def:248
-#, fuzzy
-msgid "cannot execute"
+#: builtins/exec.def:158 builtins/exec.def:160 builtins/exec.def:246
+#, c-format
+msgid "%s: cannot execute: %s"
 msgstr "%s: impossível executar: %s"
 
-#: builtins/exit.def:61
+#: builtins/exit.def:64
 #, c-format
 msgid "logout\n"
 msgstr "logout\n"
 
-#: builtins/exit.def:85
+#: builtins/exit.def:89
 msgid "not login shell: use `exit'"
 msgstr "não é consola de sessão: use \"exit\""
 
-#: builtins/exit.def:116
+#: builtins/exit.def:121
 #, c-format
 msgid "There are stopped jobs.\n"
 msgstr "Há tarefas interrompidas.\n"
 
-#: builtins/exit.def:118
+#: builtins/exit.def:123
 #, c-format
 msgid "There are running jobs.\n"
 msgstr "Há tarefas em curso.\n"
 
-#: builtins/fc.def:284 builtins/fc.def:391 builtins/fc.def:435
+#: builtins/fc.def:275 builtins/fc.def:373 builtins/fc.def:417
 msgid "no command found"
 msgstr "sem comando encontrado"
 
-#: builtins/fc.def:381 builtins/fc.def:386 builtins/fc.def:425
-#: builtins/fc.def:430
+#: builtins/fc.def:363 builtins/fc.def:368 builtins/fc.def:407
+#: builtins/fc.def:412
 msgid "history specification"
 msgstr "especificação de histórico"
 
-#: builtins/fc.def:462
-#, fuzzy
-msgid "cannot open temp file"
+#: builtins/fc.def:444
+#, c-format
+msgid "%s: cannot open temp file: %s"
 msgstr "%s: impossível abrir ficheiro temporário: %s"
 
-#: builtins/fg_bg.def:150 builtins/jobs.def:293
+#: builtins/fg_bg.def:152 builtins/jobs.def:284
 msgid "current"
 msgstr "actual"
 
-#: builtins/fg_bg.def:159
+#: builtins/fg_bg.def:161
 #, c-format
 msgid "job %d started without job control"
 msgstr "tarefa %d começou sem controlo de tarefa"
@@ -549,11 +516,11 @@ msgstr "%s: opção ilegal -- %c\n"
 msgid "%s: option requires an argument -- %c\n"
 msgstr "%s: a opção requer um argumento -- %c\n"
 
-#: builtins/hash.def:88
+#: builtins/hash.def:91
 msgid "hashing disabled"
 msgstr "hashing desactivado"
 
-#: builtins/hash.def:144
+#: builtins/hash.def:139
 #, c-format
 msgid "%s: hash table empty\n"
 msgstr "%s: tabela de hash vazia\n"
@@ -579,18 +546,15 @@ msgstr ""
 
 #: builtins/help.def:185
 #, c-format
-msgid ""
-"no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
-msgstr ""
-"nenhum tópico de ajuda para \"%s\".  Tente \"help help\", \"man -k %s\" ou "
-"\"info %s\"."
+msgid "no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
+msgstr "nenhum tópico de ajuda para \"%s\".  Tente \"help help\", \"man -k %s\" ou \"info %s\"."
 
-#: builtins/help.def:214
-#, fuzzy
-msgid "cannot open"
-msgstr "impossível suspender"
+#: builtins/help.def:223
+#, c-format
+msgid "%s: cannot open: %s"
+msgstr "%s: impossível abrir: %s"
 
-#: builtins/help.def:500
+#: builtins/help.def:523
 #, c-format
 msgid ""
 "These shell commands are defined internally.  Type `help' to see this list.\n"
@@ -601,8 +565,7 @@ msgid ""
 "A star (*) next to a name means that the command is disabled.\n"
 "\n"
 msgstr ""
-"Estes comandos de consola são definidos internamente. Insira \"help\" para "
-"ver a lista.\n"
+"Estes comandos de consola são definidos internamente. Insira \"help\" para ver a lista.\n"
 "Insira \"help nome\" para saber mais sobre a função \"nome\".\n"
 "Use \"info bash\" para saber mais sobre a consola em geral.\n"
 "Use \"man -k ou \"info\" para saber mais sobre comandos não listados.\n"
@@ -610,140 +573,141 @@ msgstr ""
 "Um asterisco (*) junto a um nome significa que o comando está inactivo.\n"
 "\n"
 
-#: builtins/history.def:162
+#: builtins/history.def:159
 msgid "cannot use more than one of -anrw"
 msgstr "impossível usar mais de um -anrw"
 
-#: builtins/history.def:195 builtins/history.def:207 builtins/history.def:218
-#: builtins/history.def:243 builtins/history.def:250
+#: builtins/history.def:192 builtins/history.def:204 builtins/history.def:215
+#: builtins/history.def:228 builtins/history.def:240 builtins/history.def:247
 msgid "history position"
 msgstr "posição do histórico"
 
-#: builtins/history.def:278
-#, fuzzy
-msgid "empty filename"
-msgstr "nome de variável de matriz vazio"
-
-#: builtins/history.def:280 subst.c:8215
-#, c-format
-msgid "%s: parameter null or not set"
-msgstr "%s: parâmetro nulo ou não definido"
-
-#: builtins/history.def:349
+#: builtins/history.def:338
 #, c-format
 msgid "%s: invalid timestamp"
 msgstr "%s: datação inválida"
 
-#: builtins/history.def:457
+#: builtins/history.def:449
 #, c-format
 msgid "%s: history expansion failed"
 msgstr "%s: falha na expansão do histórico"
 
+#: builtins/inlib.def:71
+#, c-format
+msgid "%s: inlib failed"
+msgstr "%s: falha inlib"
+
 #: builtins/jobs.def:109
 msgid "no other options allowed with `-x'"
 msgstr "não são permitidas mais opções com \"-x\""
 
-#: builtins/kill.def:213
+#: builtins/kill.def:211
 #, c-format
 msgid "%s: arguments must be process or job IDs"
 msgstr "%s: os argumentos têm de ser IDs de processos ou tarefas"
 
-#: builtins/kill.def:275
+#: builtins/kill.def:274
 msgid "Unknown error"
 msgstr "Erro desconhecido"
 
-#: builtins/let.def:96 builtins/let.def:120 expr.c:633 expr.c:651
+#: builtins/let.def:97 builtins/let.def:122 expr.c:640 expr.c:658
 msgid "expression expected"
 msgstr "esperada expressão"
 
-#: builtins/mapfile.def:249 builtins/read.def:373
+#: builtins/mapfile.def:180
+#, c-format
+msgid "%s: not an indexed array"
+msgstr "%s: não é uma matriz indexada"
+
+#: builtins/mapfile.def:276 builtins/read.def:336
 #, c-format
 msgid "%s: invalid file descriptor specification"
 msgstr "%s: especificação de descritor de ficheiro inválida"
 
-#: builtins/mapfile.def:257 builtins/read.def:380
-#, fuzzy
-msgid "invalid file descriptor"
+#: builtins/mapfile.def:284 builtins/read.def:343
+#, c-format
+msgid "%d: invalid file descriptor: %s"
 msgstr "%d: descritor de ficheiro inválido: %s"
 
-#: builtins/mapfile.def:266 builtins/mapfile.def:304
+#: builtins/mapfile.def:293 builtins/mapfile.def:331
 #, c-format
 msgid "%s: invalid line count"
 msgstr "%s: total de linhas inválido"
 
-#: builtins/mapfile.def:277
+#: builtins/mapfile.def:304
 #, c-format
 msgid "%s: invalid array origin"
 msgstr "%s: origem de matriz inválida"
 
-#: builtins/mapfile.def:294
+#: builtins/mapfile.def:321
 #, c-format
 msgid "%s: invalid callback quantum"
 msgstr "%s: callback inválida"
 
-#: builtins/mapfile.def:327
+#: builtins/mapfile.def:354
 msgid "empty array variable name"
 msgstr "nome de variável de matriz vazio"
 
-#: builtins/mapfile.def:347
+#: builtins/mapfile.def:375
 msgid "array variable support required"
 msgstr "requerido suporte a variáveis de matriz"
 
-#: builtins/printf.def:477
+#: builtins/printf.def:430
 #, c-format
 msgid "`%s': missing format character"
 msgstr "%s: carácter de formato em falta"
 
-#: builtins/printf.def:603
+#: builtins/printf.def:485
 #, c-format
 msgid "`%c': invalid time format specification"
 msgstr "\"%c\": especificação de formato de hora inválida"
 
-#: builtins/printf.def:705
-msgid "string length"
-msgstr ""
-
-#: builtins/printf.def:805
+#: builtins/printf.def:708
 #, c-format
 msgid "`%c': invalid format character"
 msgstr "\"%c\": carácter de formato inválido"
 
-#: builtins/printf.def:922
+#: builtins/printf.def:734
+#, c-format
+msgid "warning: %s: %s"
+msgstr "aviso: %s: %s"
+
+#: builtins/printf.def:822
 #, c-format
 msgid "format parsing problem: %s"
 msgstr "problema de análise de formato: %s"
 
-#: builtins/printf.def:1107
+#: builtins/printf.def:919
 msgid "missing hex digit for \\x"
 msgstr "dígito hex em falta para \\x"
 
-#: builtins/printf.def:1122
+#: builtins/printf.def:934
 #, c-format
 msgid "missing unicode digit for \\%c"
 msgstr "dígito unicode em falta para \\%c"
 
-#: builtins/pushd.def:198
+#: builtins/pushd.def:199
 msgid "no other directory"
 msgstr "nenhuma outra pasta"
 
-#: builtins/pushd.def:358 builtins/pushd.def:383
+#: builtins/pushd.def:360
 #, c-format
 msgid "%s: invalid argument"
 msgstr "%s: argumento inválido"
 
-#: builtins/pushd.def:501
+#: builtins/pushd.def:480
 msgid "<no current directory>"
 msgstr "<sem pasta actual>"
 
-#: builtins/pushd.def:543
+#: builtins/pushd.def:524
 msgid "directory stack empty"
 msgstr "pilha de pastas vazia"
 
-#: builtins/pushd.def:545
+#: builtins/pushd.def:526
 msgid "directory stack index"
 msgstr "índice da pilha de pastas"
 
-#: builtins/pushd.def:708
+#: builtins/pushd.def:701
 msgid ""
 "Display the list of currently remembered directories.  Directories\n"
 "    find their way onto the list with the `pushd' command; you can get\n"
@@ -758,12 +722,10 @@ msgid ""
 "    \twith its position in the stack\n"
 "    \n"
 "    Arguments:\n"
-"      +N\tDisplays the Nth entry counting from the left of the list shown "
-"by\n"
+"      +N\tDisplays the Nth entry counting from the left of the list shown by\n"
 "    \tdirs when invoked without options, starting with zero.\n"
 "    \n"
-"      -N\tDisplays the Nth entry counting from the right of the list shown "
-"by\n"
+"      -N\tDisplays the Nth entry counting from the right of the list shown by\n"
 "\tdirs when invoked without options, starting with zero."
 msgstr ""
 "Mostrar a lista de pastas actualmente lembradas.  As pastas\n"
@@ -785,7 +747,7 @@ msgstr ""
 "      -N\tmostra a N entrada a contar da direita da lista mostrada por\n"
 "    \tpastas quando chamada sem opções, começando com zero."
 
-#: builtins/pushd.def:730
+#: builtins/pushd.def:723
 msgid ""
 "Adds a directory to the top of the directory stack, or rotates\n"
 "    the stack, making the new top of the stack the current working\n"
@@ -831,7 +793,7 @@ msgstr ""
 "    \n"
 "    O \"dirs\" interno mostra a pilha de pastas."
 
-#: builtins/pushd.def:755
+#: builtins/pushd.def:748
 msgid ""
 "Removes entries from the directory stack.  With no arguments, removes\n"
 "    the top directory from the stack, and changes to the new top directory.\n"
@@ -869,347 +831,336 @@ msgstr ""
 "    \n"
 "    O \"dirs\" interno mostra a pilha de pastas."
 
-#: builtins/read.def:346
+#: builtins/read.def:308
 #, c-format
 msgid "%s: invalid timeout specification"
 msgstr "%s: especificação de inacção inválida"
 
-#: builtins/read.def:909
-#, fuzzy
-msgid "read error"
+#: builtins/read.def:827
+#, c-format
+msgid "read error: %d: %s"
 msgstr "erro de leitura: %d: %s"
 
-#: builtins/return.def:73
+#: builtins/return.def:68
 msgid "can only `return' from a function or sourced script"
 msgstr "só pode usar \"return\" a partir de uma função ou script baseado"
 
-#: builtins/set.def:863
+#: builtins/set.def:869
 msgid "cannot simultaneously unset a function and a variable"
 msgstr "impossível desactivar simultaneamente uma função e uma variável"
 
-#: builtins/set.def:981
+#: builtins/set.def:969
 #, c-format
 msgid "%s: not an array variable"
 msgstr "%s: não é variável de matriz"
 
-#: builtins/setattr.def:187
+#: builtins/setattr.def:189
 #, c-format
 msgid "%s: not a function"
 msgstr "%s: não é função"
 
-#: builtins/setattr.def:192
+#: builtins/setattr.def:194
 #, c-format
 msgid "%s: cannot export"
 msgstr "%s: impossível exportar"
 
-#: builtins/shift.def:74 builtins/shift.def:86
+#: builtins/shift.def:72 builtins/shift.def:79
 msgid "shift count"
 msgstr "total de trocas"
 
-#: builtins/shopt.def:332
+#: builtins/shopt.def:323
 msgid "cannot set and unset shell options simultaneously"
 msgstr "impossível definir e desactivar opções da consola em simultâneo"
 
-#: builtins/shopt.def:457
+#: builtins/shopt.def:444
 #, c-format
 msgid "%s: invalid shell option name"
 msgstr "%s: nome de opção da consola inválido"
 
-#: builtins/source.def:143
+#: builtins/source.def:128
 msgid "filename argument required"
 msgstr "requerido argumento de nome de ficheiro"
 
-#: builtins/source.def:179
+#: builtins/source.def:154
 #, c-format
 msgid "%s: file not found"
 msgstr "%s: ficheiro não encontrado"
 
-#: builtins/suspend.def:105
+#: builtins/suspend.def:102
 msgid "cannot suspend"
 msgstr "impossível suspender"
 
-#: builtins/suspend.def:111
+#: builtins/suspend.def:112
 msgid "cannot suspend a login shell"
 msgstr "impossível suspender uma consola de sessão"
 
-#: builtins/test.def:146 test.c:926
-msgid "missing `]'"
-msgstr "\"]\" em falta"
-
-#: builtins/type.def:231
+#: builtins/type.def:235
 #, c-format
 msgid "%s is aliased to `%s'\n"
 msgstr "%s usa o aliás \"%s\"\n"
 
-#: builtins/type.def:252
+#: builtins/type.def:256
 #, c-format
 msgid "%s is a shell keyword\n"
 msgstr "%s é palavra-chave da consola\n"
 
-#: builtins/type.def:270 builtins/type.def:314
-#, c-format
-msgid "%s is a special shell builtin\n"
-msgstr "%s é opção interna especial da consola\n"
-
-#: builtins/type.def:289
+#: builtins/type.def:275
 #, c-format
 msgid "%s is a function\n"
 msgstr "%s é uma função\n"
 
-#: builtins/type.def:316
+#: builtins/type.def:299
+#, c-format
+msgid "%s is a special shell builtin\n"
+msgstr "%s é opção interna especial da consola\n"
+
+#: builtins/type.def:301
 #, c-format
 msgid "%s is a shell builtin\n"
 msgstr "%s é opção interna da consola\n"
 
-#: builtins/type.def:338 builtins/type.def:425
+#: builtins/type.def:323 builtins/type.def:408
 #, c-format
 msgid "%s is %s\n"
 msgstr "%s é %s\n"
 
-#: builtins/type.def:358
+#: builtins/type.def:343
 #, c-format
 msgid "%s is hashed (%s)\n"
 msgstr "%s tem hash (%s)\n"
 
-#: builtins/ulimit.def:401
+#: builtins/ulimit.def:400
 #, c-format
 msgid "%s: invalid limit argument"
 msgstr "%s: argumento de limite inválido"
 
-#: builtins/ulimit.def:427
+#: builtins/ulimit.def:426
 #, c-format
 msgid "`%c': bad command"
 msgstr "\"%c\": comando errado"
 
-#: builtins/ulimit.def:463 builtins/ulimit.def:733
-#, fuzzy
-msgid "cannot get limit"
+#: builtins/ulimit.def:464
+#, c-format
+msgid "%s: cannot get limit: %s"
 msgstr "%s: impossível obter limite: %s"
 
-#: builtins/ulimit.def:496
+#: builtins/ulimit.def:490
 msgid "limit"
 msgstr "limite"
 
-#: builtins/ulimit.def:509 builtins/ulimit.def:797
-#, fuzzy
-msgid "cannot modify limit"
+#: builtins/ulimit.def:502 builtins/ulimit.def:802
+#, c-format
+msgid "%s: cannot modify limit: %s"
 msgstr "%s: impossível modificar limite: %s"
 
-#: builtins/umask.def:114
+#: builtins/umask.def:115
 msgid "octal number"
 msgstr "número octal"
 
-#: builtins/umask.def:256
+#: builtins/umask.def:232
 #, c-format
 msgid "`%c': invalid symbolic mode operator"
 msgstr "\"%c\": operador de modo simbólico inválido"
 
-#: builtins/umask.def:341
+#: builtins/umask.def:287
 #, c-format
 msgid "`%c': invalid symbolic mode character"
 msgstr "\"%c\": carácter de modo simbólico inválido"
 
-#: error.c:83 error.c:311 error.c:313 error.c:315
+#: error.c:89 error.c:373 error.c:375 error.c:377
 msgid " line "
 msgstr " linha "
 
-#: error.c:151
+#: error.c:164
 #, c-format
 msgid "last command: %s\n"
 msgstr "último comando: %s\n"
 
-#: error.c:159
+#: error.c:172
 #, c-format
 msgid "Aborting..."
 msgstr "A abortar..."
 
 #. TRANSLATORS: this is a prefix for informational messages.
-#: error.c:244
+#: error.c:287
 #, c-format
 msgid "INFORM: "
 msgstr "INFORM.: "
 
-#: error.c:261
-#, fuzzy, c-format
+#: error.c:310
+#, c-format
 msgid "DEBUG warning: "
-msgstr "aviso: "
+msgstr "Aviso de DEPURAÇÃO: "
 
-#: error.c:413
+#: error.c:488
 msgid "unknown command error"
 msgstr "erro de comando desconhecido"
 
-#: error.c:414
+#: error.c:489
 msgid "bad command type"
 msgstr "tipo de comando errado"
 
-#: error.c:415
+#: error.c:490
 msgid "bad connector"
 msgstr "conector errado"
 
-#: error.c:416
+#: error.c:491
 msgid "bad jump"
 msgstr "salto errado"
 
-#: error.c:449
+#: error.c:529
 #, c-format
 msgid "%s: unbound variable"
 msgstr "%s: variável desassociada"
 
-#: eval.c:256
+#: eval.c:243
 msgid "\atimed out waiting for input: auto-logout\n"
 msgstr "\aDemasiada inacção à espera de entrada: sessão terminada\n"
 
-#: execute_cmd.c:606
-#, fuzzy
-msgid "cannot redirect standard input from /dev/null"
+#: execute_cmd.c:555
+#, c-format
+msgid "cannot redirect standard input from /dev/null: %s"
 msgstr "impossível redireccionar entrada padrão de /dev/null: %s"
 
-#: execute_cmd.c:1404
+#: execute_cmd.c:1317
 #, c-format
 msgid "TIMEFORMAT: `%c': invalid format character"
 msgstr "FORMATOHORA: \"%c\": carácter de formato inválido"
 
-#: execute_cmd.c:2485
+#: execute_cmd.c:2391
 #, c-format
 msgid "execute_coproc: coproc [%d:%s] still exists"
 msgstr "execute_coproc: coproc [%d:%s] ainda existe"
 
-#: execute_cmd.c:2639
+#: execute_cmd.c:2524
 msgid "pipe error"
 msgstr "erro de pipe"
 
-#: execute_cmd.c:4092
-#, c-format
-msgid "invalid regular expression `%s': %s"
-msgstr ""
-
-#: execute_cmd.c:4094
-#, c-format
-msgid "invalid regular expression `%s'"
-msgstr ""
-
-#: execute_cmd.c:5048
+#: execute_cmd.c:4923
 #, c-format
 msgid "eval: maximum eval nesting level exceeded (%d)"
 msgstr "eval: nível máximo de aninhamento de eval excedido (%d)"
 
-#: execute_cmd.c:5061
+#: execute_cmd.c:4935
 #, c-format
 msgid "%s: maximum source nesting level exceeded (%d)"
 msgstr "%s: nível máximo de aninhamento de fonte excedido (%d)"
 
-#: execute_cmd.c:5190
+#: execute_cmd.c:5043
 #, c-format
 msgid "%s: maximum function nesting level exceeded (%d)"
 msgstr "%s: nível máximo de aninhamento de função excedido (%d)"
 
-#: execute_cmd.c:5728
-#, fuzzy
-msgid "command not found"
-msgstr "%s: comando não encontrado"
-
-#: execute_cmd.c:5757
+#: execute_cmd.c:5598
 #, c-format
 msgid "%s: restricted: cannot specify `/' in command names"
 msgstr "%s: restrito: impossível especificar \"/\" em nomes de comando"
 
-#: execute_cmd.c:6150
-#, fuzzy
-msgid "bad interpreter"
-msgstr "%s: %s: interpretador errado"
+#: execute_cmd.c:5715
+#, c-format
+msgid "%s: command not found"
+msgstr "%s: comando não encontrado"
+
+#: execute_cmd.c:5957
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
 
-#: execute_cmd.c:6159
-#, fuzzy, c-format
+#: execute_cmd.c:5975
+#, c-format
 msgid "%s: cannot execute: required file not found"
-msgstr "%s: impossível executar o binário"
+msgstr "%s: impossível executar: ficheiro requerido não encontrado"
 
-#: execute_cmd.c:6335
+#: execute_cmd.c:6000
+#, c-format
+msgid "%s: %s: bad interpreter"
+msgstr "%s: %s: interpretador errado"
+
+#: execute_cmd.c:6037
+#, c-format
+msgid "%s: cannot execute binary file: %s"
+msgstr "%s: impossível executar binário: %s"
+
+#: execute_cmd.c:6123
+#, c-format
+msgid "`%s': is a special builtin"
+msgstr "%s: é uma opção interna especial"
+
+#: execute_cmd.c:6175
 #, c-format
 msgid "cannot duplicate fd %d to fd %d"
 msgstr "impossível duplicar fd %d para fd %d"
 
-#: expr.c:265
+#: expr.c:263
 msgid "expression recursion level exceeded"
 msgstr "nível de recursão da expressão excedido"
 
-#: expr.c:293
+#: expr.c:291
 msgid "recursion stack underflow"
 msgstr "sub-fluxo da pilha de recursividade"
 
-#: expr.c:471
-#, fuzzy
-msgid "arithmetic syntax error in expression"
+#: expr.c:478
+msgid "syntax error in expression"
 msgstr "erro de sintaxe na expressão"
 
-#: expr.c:515
+#: expr.c:522
 msgid "attempted assignment to non-variable"
 msgstr "tentativa de atribuição a não-variável"
 
-#: expr.c:524
-#, fuzzy
-msgid "arithmetic syntax error in variable assignment"
+#: expr.c:531
+msgid "syntax error in variable assignment"
 msgstr "erro de sintaxe na atribuição de variável"
 
-#: expr.c:538 expr.c:905
+#: expr.c:545 expr.c:912
 msgid "division by 0"
 msgstr "divisão por 0"
 
-#: expr.c:586
+#: expr.c:593
 msgid "bug: bad expassign token"
 msgstr "problema: símbolo expassign errado"
 
-#: expr.c:640
+#: expr.c:647
 msgid "`:' expected for conditional expression"
 msgstr "\":\" esperados para expressão condicional"
 
-#: expr.c:967
+#: expr.c:973
 msgid "exponent less than 0"
 msgstr "expoente menor que 0"
 
-#: expr.c:1028
+#: expr.c:1030
 msgid "identifier expected after pre-increment or pre-decrement"
 msgstr "identificador esperado após pré-incremento ou pré-decremento"
 
-#: expr.c:1055
+#: expr.c:1057
 msgid "missing `)'"
 msgstr "\")\" em falta"
 
-#: expr.c:1106 expr.c:1489
-#, fuzzy
-msgid "arithmetic syntax error: operand expected"
+#: expr.c:1108 expr.c:1492
+msgid "syntax error: operand expected"
 msgstr "erro de sintaxe: operando esperado"
 
-#: expr.c:1450 expr.c:1471
-msgid "--: assignment requires lvalue"
-msgstr ""
-
-#: expr.c:1452 expr.c:1473
-msgid "++: assignment requires lvalue"
-msgstr ""
-
-#: expr.c:1491
-#, fuzzy
-msgid "arithmetic syntax error: invalid arithmetic operator"
+#: expr.c:1494
+msgid "syntax error: invalid arithmetic operator"
 msgstr "erro de sintaxe: operador aritmético inválido"
 
-#: expr.c:1514
+#: expr.c:1518
 #, c-format
 msgid "%s%s%s: %s (error token is \"%s\")"
 msgstr "%s%s%s: %s (símbolo de erro é \"%s\")"
 
-#: expr.c:1577
+#: expr.c:1578
 msgid "invalid arithmetic base"
 msgstr "base aritmética inválida"
 
-#: expr.c:1586
+#: expr.c:1587
 msgid "invalid integer constant"
 msgstr "constante inteira inválida"
 
-#: expr.c:1602
+#: expr.c:1603
 msgid "value too great for base"
 msgstr "valor muito grande para a base"
 
-#: expr.c:1653
+#: expr.c:1652
 #, c-format
 msgid "%s: expression error\n"
 msgstr "%s: erro de expressão\n"
@@ -1218,192 +1169,186 @@ msgstr "%s: erro de expressão\n"
 msgid "getcwd: cannot access parent directories"
 msgstr "getcwd: impossível aceder a pastas-mãe"
 
-#: general.c:459
-#, c-format
-msgid "`%s': is a special builtin"
-msgstr "%s: é uma opção interna especial"
-
-#: input.c:98 subst.c:6540
+#: input.c:99 subst.c:6208
 #, c-format
 msgid "cannot reset nodelay mode for fd %d"
 msgstr "impossível repor modo nodelay para fd %d"
 
-#: input.c:254
+#: input.c:266
 #, c-format
 msgid "cannot allocate new file descriptor for bash input from fd %d"
-msgstr ""
-"impossível alocar novo descritor de ficheiro para entrada bash de fd %d"
+msgstr "impossível alocar novo descritor de ficheiro para entrada bash de fd %d"
 
-#: input.c:262
+#: input.c:274
 #, c-format
 msgid "save_bash_input: buffer already exists for new fd %d"
 msgstr "save_bash_input: buffer já existe para o novo fd %d"
 
-#: jobs.c:549
+#: jobs.c:543
 msgid "start_pipeline: pgrp pipe"
 msgstr "start_pipeline: pipe pgrp"
 
-#: jobs.c:910
+#: jobs.c:907
 #, c-format
 msgid "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
 msgstr "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
 
-#: jobs.c:962
+#: jobs.c:960
 #, c-format
 msgid "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
 msgstr "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
 
-#: jobs.c:1380
+#: jobs.c:1279
 #, c-format
 msgid "forked pid %d appears in running job %d"
 msgstr "pid %d aparece em tarefa em execução %d"
 
-#: jobs.c:1496
+#: jobs.c:1397
 #, c-format
 msgid "deleting stopped job %d with process group %ld"
 msgstr "a eliminar tarefa interrompida %d com grupo de processo %ld"
 
-#: jobs.c:1620
+#: jobs.c:1502
 #, c-format
 msgid "add_process: pid %5ld (%s) marked as still alive"
 msgstr "add_process: pid %5ld (%s) marcado como ainda activo"
 
-#: jobs.c:1949
+#: jobs.c:1839
 #, c-format
 msgid "describe_pid: %ld: no such pid"
 msgstr "describe_pid: %ld: pid não existente"
 
-#: jobs.c:1963
+#: jobs.c:1854
 #, c-format
 msgid "Signal %d"
 msgstr "Sinal %d"
 
-#: jobs.c:1974 jobs.c:2000
+#: jobs.c:1868 jobs.c:1894
 msgid "Done"
 msgstr "Feito"
 
-#: jobs.c:1979 siglist.c:123
+#: jobs.c:1873 siglist.c:123
 msgid "Stopped"
 msgstr "Interrompido"
 
-#: jobs.c:1983
+#: jobs.c:1877
 #, c-format
 msgid "Stopped(%s)"
 msgstr "Interrompido(%s)"
 
-#: jobs.c:1987
+#: jobs.c:1881
 msgid "Running"
 msgstr "Em execução"
 
-#: jobs.c:2004
+#: jobs.c:1898
 #, c-format
 msgid "Done(%d)"
 msgstr "Feito(%d)"
 
-#: jobs.c:2006
+#: jobs.c:1900
 #, c-format
 msgid "Exit %d"
 msgstr "Sair de %d"
 
-#: jobs.c:2009
+#: jobs.c:1903
 msgid "Unknown status"
 msgstr "Estado desconhecido"
 
-#: jobs.c:2105
+#: jobs.c:1990
 #, c-format
 msgid "(core dumped) "
 msgstr "(núcleo despejado) "
 
-#: jobs.c:2124
+#: jobs.c:2009
 #, c-format
 msgid "  (wd: %s)"
 msgstr "  (wd: %s)"
 
-#: jobs.c:2391
+#: jobs.c:2250
 #, c-format
 msgid "child setpgid (%ld to %ld)"
 msgstr "setpgid filho (%ld para %ld)"
 
-#: jobs.c:2753 nojobs.c:640
+#: jobs.c:2608 nojobs.c:666
 #, c-format
 msgid "wait: pid %ld is not a child of this shell"
 msgstr "wait: pid %ld não é um filho desta consola"
 
-#: jobs.c:3049
+#: jobs.c:2884
 #, c-format
 msgid "wait_for: No record of process %ld"
 msgstr "wait_for: sem registo do processo %ld"
 
-#: jobs.c:3407
+#: jobs.c:3223
 #, c-format
 msgid "wait_for_job: job %d is stopped"
 msgstr "wait_for_tarefa: tarefa %d está interrompida"
 
-#: jobs.c:3835
+#: jobs.c:3551
 #, c-format
 msgid "%s: no current jobs"
 msgstr "%s: sem tarefas actuais"
 
-#: jobs.c:3842
+#: jobs.c:3558
 #, c-format
 msgid "%s: job has terminated"
 msgstr "%s: tarefa terminada"
 
-#: jobs.c:3851
+#: jobs.c:3567
 #, c-format
 msgid "%s: job %d already in background"
 msgstr "%s: tarefa %d já em 2º plano"
 
-#: jobs.c:4089
+#: jobs.c:3793
 msgid "waitchld: turning on WNOHANG to avoid indefinite block"
 msgstr "waitchld: a ligar WNOHANG para evitar bloquieo indefinido"
 
-#: jobs.c:4638
+#: jobs.c:4307
 #, c-format
 msgid "%s: line %d: "
 msgstr "%s: linha %d: "
 
-#: jobs.c:4654 nojobs.c:895
+#: jobs.c:4321 nojobs.c:921
 #, c-format
 msgid " (core dumped)"
 msgstr " (núcleo despejado)"
 
-#: jobs.c:4674 jobs.c:4694
+#: jobs.c:4333 jobs.c:4346
 #, c-format
 msgid "(wd now: %s)\n"
 msgstr "(wd agora: %s)\n"
 
-#: jobs.c:4738
+#: jobs.c:4378
 msgid "initialize_job_control: getpgrp failed"
 msgstr "initialize_job_control: getpgrp falhou"
 
-#: jobs.c:4794
+#: jobs.c:4434
 msgid "initialize_job_control: no job control in background"
 msgstr "initialize_job_control: sem controlo de tarefa em 2º plano"
 
-#: jobs.c:4810
+#: jobs.c:4450
 msgid "initialize_job_control: line discipline"
 msgstr "initialize_job_control: disciplina de linha"
 
-#: jobs.c:4820
+#: jobs.c:4460
 msgid "initialize_job_control: setpgid"
 msgstr "initialize_job_control: setpgid"
 
-#: jobs.c:4841 jobs.c:4850
+#: jobs.c:4481 jobs.c:4490
 #, c-format
 msgid "cannot set terminal process group (%d)"
 msgstr "impossível definir grupo de processo do terminal (%d)"
 
-#: jobs.c:4855
+#: jobs.c:4495
 msgid "no job control in this shell"
 msgstr "não há controlo de tarefa nesta consola"
 
-#: lib/malloc/malloc.c:364
+#: lib/malloc/malloc.c:367
 #, c-format
 msgid "malloc: failed assertion: %s\n"
 msgstr "malloc: asserção falhada: %s\n"
 
-#: lib/malloc/malloc.c:375
+#: lib/malloc/malloc.c:383
 #, c-format
 msgid ""
 "\r\n"
@@ -1412,392 +1357,376 @@ msgstr ""
 "\r\n"
 "malloc: %s:%d: asserção frustrada\r\n"
 
-#: lib/malloc/malloc.c:376 lib/malloc/malloc.c:925
+#: lib/malloc/malloc.c:384 lib/malloc/malloc.c:941
 msgid "unknown"
 msgstr "desconhecido"
 
-#: lib/malloc/malloc.c:876
+#: lib/malloc/malloc.c:892
 msgid "malloc: block on free list clobbered"
 msgstr "malloc: bloqueio na lista livre clobbered"
 
-#: lib/malloc/malloc.c:961
+#: lib/malloc/malloc.c:980
 msgid "free: called with already freed block argument"
 msgstr "free: chamado com argumento de bloco já liberto"
 
-#: lib/malloc/malloc.c:964
+#: lib/malloc/malloc.c:983
 msgid "free: called with unallocated block argument"
 msgstr "free: chamado com argumento de bloco não alocado"
 
-#: lib/malloc/malloc.c:982
+#: lib/malloc/malloc.c:1001
 msgid "free: underflow detected; mh_nbytes out of range"
 msgstr "free: sub-fluxo detectado; mh_nbytes fora do intervalo"
 
-#: lib/malloc/malloc.c:988
+#: lib/malloc/malloc.c:1007
 msgid "free: underflow detected; magic8 corrupted"
 msgstr "free: sub-fluxo detectado; magic8 corrompido"
 
-#: lib/malloc/malloc.c:995
+#: lib/malloc/malloc.c:1014
 msgid "free: start and end chunk sizes differ"
 msgstr "free: tamanho dos pontos inicial e final difere"
 
-#: lib/malloc/malloc.c:1155
+#: lib/malloc/malloc.c:1176
 msgid "realloc: called with unallocated block argument"
 msgstr "realloc: chamado com argumento de bloco não alocado"
 
-#: lib/malloc/malloc.c:1170
+#: lib/malloc/malloc.c:1191
 msgid "realloc: underflow detected; mh_nbytes out of range"
 msgstr "realloc: sub-fluxo detectado; mh_nbytes fora do intervalo"
 
-#: lib/malloc/malloc.c:1176
+#: lib/malloc/malloc.c:1197
 msgid "realloc: underflow detected; magic8 corrupted"
 msgstr "realloc: sub-fluxo detectado; magic8 corrompido"
 
-#: lib/malloc/malloc.c:1184
+#: lib/malloc/malloc.c:1205
 msgid "realloc: start and end chunk sizes differ"
 msgstr "realloc: tamanho dos pontos inicial e final difere"
 
-#: lib/malloc/table.c:179
+#: lib/malloc/table.c:191
 #, c-format
 msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
 msgstr "register_alloc: tabela de alocação cheia com FIND_ALLOC?\n"
 
-#: lib/malloc/table.c:188
+#: lib/malloc/table.c:200
 #, c-format
 msgid "register_alloc: %p already in table as allocated?\n"
 msgstr "register_alloc: %p já na tabela como alocado?\n"
 
-#: lib/malloc/table.c:237
+#: lib/malloc/table.c:253
 #, c-format
 msgid "register_free: %p already in table as free?\n"
 msgstr "register_free: %p já na tabela como livre?\n"
 
-#: lib/sh/fmtulong.c:90
+#: lib/sh/fmtulong.c:102
 msgid "invalid base"
 msgstr "base inválida"
 
-#: lib/sh/netopen.c:161
+#: lib/sh/netopen.c:168
 #, c-format
 msgid "%s: host unknown"
 msgstr "%s: anfitrião desconhecido"
 
-#: lib/sh/netopen.c:168
+#: lib/sh/netopen.c:175
 #, c-format
 msgid "%s: invalid service"
 msgstr "%s: serviço inválido"
 
-#: lib/sh/netopen.c:294
+#: lib/sh/netopen.c:306
 #, c-format
 msgid "%s: bad network path specification"
 msgstr "%s: especificação de caminho de rede errada"
 
-#: lib/sh/netopen.c:332
+#: lib/sh/netopen.c:347
 msgid "network operations not supported"
 msgstr "operações de rede não suportadas"
 
-#: locale.c:226 locale.c:228 locale.c:301 locale.c:303
-#, fuzzy
-msgid "cannot change locale"
+#: locale.c:219
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s)"
+msgstr "setlocale: LC_ALL: não pode alterar o idioma (%s)"
+
+#: locale.c:221
+#, c-format
+msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
+msgstr "setlocale: LC_ALL: não pode alterar o idioma (%s): %s"
+
+#: locale.c:294
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s)"
 msgstr "setlocale: %s: não pode alterar o idioma (%s)"
 
-#: mailcheck.c:435
+#: locale.c:296
+#, c-format
+msgid "setlocale: %s: cannot change locale (%s): %s"
+msgstr "setlocale: %s: não pode alterar o idioma (%s): %s"
+
+#: mailcheck.c:439
 msgid "You have mail in $_"
 msgstr "Tem correio em $_"
 
-#: mailcheck.c:460
+#: mailcheck.c:464
 msgid "You have new mail in $_"
 msgstr "Tem novo correio em $_"
 
-#: mailcheck.c:476
+#: mailcheck.c:480
 #, c-format
 msgid "The mail in %s has been read\n"
 msgstr "O correio em %s já foi lido\n"
 
-#: make_cmd.c:286
+#: make_cmd.c:314
 msgid "syntax error: arithmetic expression required"
 msgstr "erro de sintaxe: requerida expressão aritmética"
 
-#: make_cmd.c:288
+#: make_cmd.c:316
 msgid "syntax error: `;' unexpected"
 msgstr "erro de sintaxe: \";\" inesperado"
 
-#: make_cmd.c:289
+#: make_cmd.c:317
 #, c-format
 msgid "syntax error: `((%s))'"
 msgstr "erro de sintaxe: \"((%s))\""
 
-#: make_cmd.c:523
+#: make_cmd.c:569
 #, c-format
 msgid "make_here_document: bad instruction type %d"
 msgstr "make_here_document: tipo de instrução %d errado"
 
-#: make_cmd.c:627
+#: make_cmd.c:668
 #, c-format
 msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
-msgstr ""
-"here-document na linha %d delimitado por fim-de-ficheiro (desejado \"%s\")"
+msgstr "here-document na linha %d delimitado por fim-de-ficheiro (desejado \"%s\")"
 
-#: make_cmd.c:722
+#: make_cmd.c:769
 #, c-format
 msgid "make_redirection: redirection instruction `%d' out of range"
-msgstr ""
-"make_redirection: instrução de redireccionamento \"%d\" fora do intervalo"
+msgstr "make_redirection: instrução de redireccionamento \"%d\" fora do intervalo"
 
-#: parse.y:2572
+#: parse.y:2428
 #, c-format
-msgid ""
-"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
-"truncated"
-msgstr ""
-"consola_getc: consola_input_line_size (%zu) excede SIZE_MAX (%lu): linha "
-"truncada"
+msgid "shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line truncated"
+msgstr "consola_getc: consola_input_line_size (%zu) excede SIZE_MAX (%lu): linha truncada"
 
-#: parse.y:2864
-#, fuzzy
-msgid "script file read error"
-msgstr "erro de escrita: %s"
-
-#: parse.y:3101
+#: parse.y:2921
 msgid "maximum here-document count exceeded"
 msgstr "total here-document máximo excedido"
 
-#: parse.y:3901 parse.y:4799 parse.y:6853
+#: parse.y:3684 parse.y:4244 parse.y:6148
 #, c-format
 msgid "unexpected EOF while looking for matching `%c'"
 msgstr "EOF inesperado ao procurar \"%c\" correspondentes"
 
-#: parse.y:5006
+#: parse.y:4452
 msgid "unexpected EOF while looking for `]]'"
 msgstr "EOF inesperado ao procurar \"]]\""
 
-#: parse.y:5011
+#: parse.y:4457
 #, c-format
 msgid "syntax error in conditional expression: unexpected token `%s'"
 msgstr "erro de sintaxe em expressão condicional: símbolo inesperado \"%s\""
 
-#: parse.y:5015
+#: parse.y:4461
 msgid "syntax error in conditional expression"
 msgstr "erro de sintaxe em expressão condicional"
 
-#: parse.y:5093
+#: parse.y:4539
 #, c-format
 msgid "unexpected token `%s', expected `)'"
 msgstr "símbolo inesperado \"%s\", esperado \")\""
 
-#: parse.y:5097
+#: parse.y:4543
 msgid "expected `)'"
 msgstr "esperado \")\""
 
-#: parse.y:5127
+#: parse.y:4571
 #, c-format
 msgid "unexpected argument `%s' to conditional unary operator"
 msgstr "argumento \"%s\" inesperado para operador unário condicional"
 
-#: parse.y:5131
+#: parse.y:4575
 msgid "unexpected argument to conditional unary operator"
 msgstr "argumento inesperado para operador unário condicional"
 
-#: parse.y:5178
+#: parse.y:4621
 #, c-format
 msgid "unexpected token `%s', conditional binary operator expected"
 msgstr "símbolo \"%s\" inesperado, esperado operador binário condicional"
 
-#: parse.y:5182
+#: parse.y:4625
 msgid "conditional binary operator expected"
 msgstr "esperado operador binário condicional"
 
-#: parse.y:5211
+#: parse.y:4647
 #, c-format
 msgid "unexpected argument `%s' to conditional binary operator"
 msgstr "argumento \"%s\" inesperado para operador binário condicional"
 
-#: parse.y:5215
+#: parse.y:4651
 msgid "unexpected argument to conditional binary operator"
 msgstr "argumento inesperado para operador binário condicional"
 
-#: parse.y:5226
+#: parse.y:4662
 #, c-format
 msgid "unexpected token `%c' in conditional command"
 msgstr "símbolo \"%c\" inesperado em comando condicional"
 
-#: parse.y:5229
+#: parse.y:4665
 #, c-format
 msgid "unexpected token `%s' in conditional command"
 msgstr "símbolo \"%s\" inesperado em comando condicional"
 
-#: parse.y:5233
+#: parse.y:4669
 #, c-format
 msgid "unexpected token %d in conditional command"
 msgstr "símbolo %d inesperado em comando condicional"
 
-#: parse.y:6821
-#, fuzzy, c-format
-msgid "syntax error near unexpected token `%s' while looking for matching `%c'"
-msgstr "EOF inesperado ao procurar \"%c\" correspondentes"
-
-#: parse.y:6823
+#: parse.y:6118
 #, c-format
 msgid "syntax error near unexpected token `%s'"
 msgstr "erro de sintaxe junto a símbolo \"%s\" inesperado"
 
-#: parse.y:6842
+#: parse.y:6137
 #, c-format
 msgid "syntax error near `%s'"
 msgstr "erro de sintaxe junto a \"%s\""
 
-#: parse.y:6861
-#, fuzzy, c-format
-msgid "syntax error: unexpected end of file from `%s' command on line %d"
-msgstr "erro de sintaxe: fim de ficheiro inesperado"
-
-#: parse.y:6863
-#, fuzzy, c-format
-msgid "syntax error: unexpected end of file from command on line %d"
-msgstr "erro de sintaxe: fim de ficheiro inesperado"
-
-#: parse.y:6867
+#: parse.y:6151
 msgid "syntax error: unexpected end of file"
 msgstr "erro de sintaxe: fim de ficheiro inesperado"
 
-#: parse.y:6867
+#: parse.y:6151
 msgid "syntax error"
 msgstr "erro de sintaxe"
 
-#: parse.y:6916
+#: parse.y:6216
 #, c-format
 msgid "Use \"%s\" to leave the shell.\n"
 msgstr "Use \"%s\" para sair da consola.\n"
 
-#: parse.y:7114
+#: parse.y:6394
 msgid "unexpected EOF while looking for matching `)'"
 msgstr "EOF inesperado ao procurar o \")\" correspondente"
 
-#: pathexp.c:897
-#, fuzzy
-msgid "invalid glob sort type"
-msgstr "base inválida"
-
-#: pcomplete.c:1070
+#: pcomplete.c:1132
 #, c-format
 msgid "completion: function `%s' not found"
 msgstr "completion: função \"%s\" não encontrada"
 
-#: pcomplete.c:1654
+#: pcomplete.c:1722
 #, c-format
 msgid "programmable_completion: %s: possible retry loop"
 msgstr "programmable_completion: %s: possível ciclo de repetição"
 
-#: pcomplib.c:176
+#: pcomplib.c:182
 #, c-format
 msgid "progcomp_insert: %s: NULL COMPSPEC"
 msgstr "progcomp_insert: %s: NULL COMPSPEC"
 
-#: print_cmd.c:324
+#: print_cmd.c:302
 #, c-format
 msgid "print_command: bad connector `%d'"
 msgstr "print_command: conector \"%d\" errado"
 
-#: print_cmd.c:399
+#: print_cmd.c:375
 #, c-format
 msgid "xtrace_set: %d: invalid file descriptor"
 msgstr "xtrace_set: %d: descritor de ficheiro inválido"
 
-#: print_cmd.c:404
+#: print_cmd.c:380
 msgid "xtrace_set: NULL file pointer"
 msgstr "xtrace_set: ponteiro de ficheiro NULL"
 
-#: print_cmd.c:408
+#: print_cmd.c:384
 #, c-format
 msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
 msgstr "xtrace fd (%d) != fileno xtrace fp (%d)"
 
-#: print_cmd.c:1597
+#: print_cmd.c:1545
 #, c-format
 msgid "cprintf: `%c': invalid format character"
 msgstr "cprintf: \"%c\": carácter de formato inválido"
 
-#: redir.c:145 redir.c:193
+#: redir.c:150 redir.c:198
 msgid "file descriptor out of range"
 msgstr "descritor de ficheiro fora de alcance"
 
-#: redir.c:200
-#, fuzzy
-msgid "ambiguous redirect"
+#: redir.c:205
+#, c-format
+msgid "%s: ambiguous redirect"
 msgstr "%s: redireccionamento ambíguo"
 
-#: redir.c:204
-#, fuzzy
-msgid "cannot overwrite existing file"
+#: redir.c:209
+#, c-format
+msgid "%s: cannot overwrite existing file"
 msgstr "%s: impossível sobrescrever ficheiro existente"
 
-#: redir.c:209
-#, fuzzy
-msgid "restricted: cannot redirect output"
+#: redir.c:214
+#, c-format
+msgid "%s: restricted: cannot redirect output"
 msgstr "%s: restricto: impossível redireccionar saída"
 
-#: redir.c:214
-#, fuzzy
-msgid "cannot create temp file for here-document"
+#: redir.c:219
+#, c-format
+msgid "cannot create temp file for here-document: %s"
 msgstr "impossível criar ficheiro temporário para here-document: %s"
 
-#: redir.c:218
-#, fuzzy
-msgid "cannot assign fd to variable"
+#: redir.c:223
+#, c-format
+msgid "%s: cannot assign fd to variable"
 msgstr "%s: impossível atribuir fd a variável"
 
-#: redir.c:633
+#: redir.c:650
 msgid "/dev/(tcp|udp)/host/port not supported without networking"
 msgstr "/dev/(tcp|udp)/host/port não suportado em trabalho de rede"
 
-#: redir.c:937 redir.c:1051 redir.c:1109 redir.c:1273
+#: redir.c:945 redir.c:1065 redir.c:1130 redir.c:1303
 msgid "redirection error: cannot duplicate fd"
 msgstr "erro de redireccionamento: impossível duplicar fd"
 
-#: shell.c:359
+#: shell.c:353
 msgid "could not find /tmp, please create!"
 msgstr "impossível encontrar /tmp, por favor crie-a!"
 
-#: shell.c:363
+#: shell.c:357
 msgid "/tmp must be a valid directory name"
 msgstr "/tmp tem de ser um nome de pasta válido"
 
-#: shell.c:827
+#: shell.c:826
 msgid "pretty-printing mode ignored in interactive shells"
 msgstr "modo pretty-printing ignorado em consolas interactivas"
 
-#: shell.c:969
+#: shell.c:972
 #, c-format
 msgid "%c%c: invalid option"
 msgstr "%c%c: opção inválida"
 
-#: shell.c:1357
+#: shell.c:1343
 #, c-format
 msgid "cannot set uid to %d: effective uid %d"
 msgstr "impossível definir uid como %d: uid efectiva %d"
 
-#: shell.c:1373
+#: shell.c:1354
 #, c-format
 msgid "cannot set gid to %d: effective gid %d"
 msgstr "impossível definir gid como %d: gid efectiva %d"
 
-#: shell.c:1562
+#: shell.c:1544
 msgid "cannot start debugger; debugging mode disabled"
 msgstr "impossível iniciar o depurador; modo de depuração desactivado"
 
-#: shell.c:1675
+#: shell.c:1658
 #, c-format
 msgid "%s: Is a directory"
 msgstr "%s: é uma pasta"
 
-#: shell.c:1891
+#: shell.c:1907
 msgid "I have no name!"
 msgstr "Não tenho nome!"
 
-#: shell.c:2055
+#: shell.c:2061
 #, c-format
 msgid "GNU bash, version %s-(%s)\n"
 msgstr "GNU bash, versão %s-(%s)\n"
 
-#: shell.c:2056
+#: shell.c:2062
 #, c-format
 msgid ""
 "Usage:\t%s [GNU long option] [option] ...\n"
@@ -1806,52 +1735,49 @@ msgstr ""
 "Uso:\t%s [opção longa GNU] [opção] ...\n"
 "\t%s [opção longa GNU] [opção] script-file ...\n"
 
-#: shell.c:2058
+#: shell.c:2064
 msgid "GNU long options:\n"
 msgstr "Opções longas GNU:\n"
 
-#: shell.c:2062
+#: shell.c:2068
 msgid "Shell options:\n"
 msgstr "Opções da consola:\n"
 
-#: shell.c:2063
+#: shell.c:2069
 msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
 msgstr "\tcomando -ilrsD ou -c ou -O shopt_option\t\t(só chamada)\n"
 
-#: shell.c:2082
+#: shell.c:2088
 #, c-format
 msgid "\t-%s or -o option\n"
 msgstr "\topção -%s ou -o\n"
 
-#: shell.c:2088
+#: shell.c:2094
 #, c-format
 msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
-msgstr ""
-"Insira \"%s -c \"help set\"\" para mais informação sobre opções da consola.\n"
+msgstr "Insira \"%s -c \"help set\"\" para mais informação sobre opções da consola.\n"
 
-#: shell.c:2089
+#: shell.c:2095
 #, c-format
 msgid "Type `%s -c help' for more information about shell builtin commands.\n"
-msgstr ""
-"Insira \"%s -c help\" para mais informação sobre comandos internos da "
-"consola.\n"
+msgstr "Insira \"%s -c help\" para mais informação sobre comandos internos da consola.\n"
 
-#: shell.c:2090
+#: shell.c:2096
 #, c-format
 msgid "Use the `bashbug' command to report bugs.\n"
 msgstr "Use o comando \"bashbug\" para reportar erros.\n"
 
-#: shell.c:2092
+#: shell.c:2098
 #, c-format
 msgid "bash home page: <http://www.gnu.org/software/bash>\n"
 msgstr "Página inicial do bash: <http://www.gnu.org/software/bash>\n"
 
-#: shell.c:2093
+#: shell.c:2099
 #, c-format
 msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
 msgstr "Ajuda geral para usar programas GNU: <http://www.gnu.org/gethelp/>\n"
 
-#: sig.c:808
+#: sig.c:765
 #, c-format
 msgid "sigprocmask: %d: invalid operation"
 msgstr "sigprocmask: %d: operação inválida"
@@ -2021,308 +1947,282 @@ msgstr "Pedido de informação"
 msgid "Unknown Signal #%d"
 msgstr "Sinal desconhecido #%d"
 
-#: subst.c:1501 subst.c:1793 subst.c:1999
+#: subst.c:1480 subst.c:1670
 #, c-format
 msgid "bad substitution: no closing `%s' in %s"
 msgstr "má substituição: sem \"%s\" de fecho em %s"
 
-#: subst.c:3599
+#: subst.c:3307
 #, c-format
 msgid "%s: cannot assign list to array member"
 msgstr "%s: impossível atribuir lista a membro de matriz"
 
-#: subst.c:6379 subst.c:6395
+#: subst.c:6048 subst.c:6064
 msgid "cannot make pipe for process substitution"
 msgstr "impossível fazer pipe para substituição de processo"
 
-#: subst.c:6455
+#: subst.c:6124
 msgid "cannot make child for process substitution"
 msgstr "impossível fazer filho para substituição de processo"
 
-#: subst.c:6530
+#: subst.c:6198
 #, c-format
 msgid "cannot open named pipe %s for reading"
 msgstr "impossível abrir pipe chamado %s para leitura"
 
-#: subst.c:6532
+#: subst.c:6200
 #, c-format
 msgid "cannot open named pipe %s for writing"
 msgstr "impossível abrir pipe chamado %s para escrita"
 
-#: subst.c:6555
+#: subst.c:6223
 #, c-format
 msgid "cannot duplicate named pipe %s as fd %d"
 msgstr "imossível duplicar pipe chamado %s como fd %d"
 
-#: subst.c:6721
+#: subst.c:6370
 msgid "command substitution: ignored null byte in input"
 msgstr "substituição de comando: byte nulo ignorado na entrada"
 
-#: subst.c:6960
-msgid "function_substitute: cannot open anonymous file for output"
-msgstr ""
-
-#: subst.c:7034
-#, fuzzy
-msgid "function_substitute: cannot duplicate anonymous file as standard output"
-msgstr "command_substitute: impossível duplicar pipe como fd 1"
-
-#: subst.c:7208 subst.c:7229
+#: subst.c:6533
 msgid "cannot make pipe for command substitution"
 msgstr "impossível fazer pipe para substituição de comando"
 
-#: subst.c:7280
+#: subst.c:6580
 msgid "cannot make child for command substitution"
 msgstr "impossível fazer filho para substituição de comando"
 
-#: subst.c:7313
+#: subst.c:6613
 msgid "command_substitute: cannot duplicate pipe as fd 1"
 msgstr "command_substitute: impossível duplicar pipe como fd 1"
 
-#: subst.c:7802 subst.c:10978
+#: subst.c:7082 subst.c:10252
 #, c-format
 msgid "%s: invalid variable name for name reference"
 msgstr "%s: nome de variável inválido para referência de nome"
 
-#: subst.c:7895 subst.c:7913 subst.c:8089
+#: subst.c:7178 subst.c:7196 subst.c:7369
 #, c-format
 msgid "%s: invalid indirect expansion"
 msgstr "%s: expansão indirecta inválida"
 
-#: subst.c:7929 subst.c:8097
+#: subst.c:7212 subst.c:7377
 #, c-format
 msgid "%s: invalid variable name"
 msgstr "%s: nome de variável inválido"
 
-#: subst.c:8114 subst.c:10260 subst.c:10287
-#, c-format
-msgid "%s: bad substitution"
-msgstr "%s: má substituição"
-
-#: subst.c:8213
+#: subst.c:7478
 #, c-format
 msgid "%s: parameter not set"
 msgstr "%s: parâmetro não definido"
 
-#: subst.c:8469 subst.c:8484
+#: subst.c:7480
+#, c-format
+msgid "%s: parameter null or not set"
+msgstr "%s: parâmetro nulo ou não definido"
+
+#: subst.c:7727 subst.c:7742
 #, c-format
 msgid "%s: substring expression < 0"
 msgstr "%s: expressão de sub-cadeia < 0"
 
-#: subst.c:10386
+#: subst.c:9560 subst.c:9587
+#, c-format
+msgid "%s: bad substitution"
+msgstr "%s: má substituição"
+
+#: subst.c:9678
 #, c-format
 msgid "$%s: cannot assign in this way"
 msgstr "$%s: impossível atribuir desta forma"
 
-#: subst.c:10844
-msgid ""
-"future versions of the shell will force evaluation as an arithmetic "
-"substitution"
-msgstr ""
-"futuras versões da consola vão forçar a avaliação como uma substituição "
-"aritmética"
+#: subst.c:10111
+msgid "future versions of the shell will force evaluation as an arithmetic substitution"
+msgstr "futuras versões da consola vão forçar a avaliação como uma substituição aritmética"
 
-#: subst.c:11552
+#: subst.c:10795
 #, c-format
 msgid "bad substitution: no closing \"`\" in %s"
 msgstr "má substituição: sem \"\"\" de fecho em %s"
 
-#: subst.c:12626
+#: subst.c:11874
 #, c-format
 msgid "no match: %s"
 msgstr "sem par:%s"
 
-#: test.c:156
+#: test.c:147
 msgid "argument expected"
 msgstr "argumento esperado"
 
-#: test.c:164
-#, fuzzy, c-format
-msgid "%s: integer expected"
+#: test.c:156
+#, c-format
+msgid "%s: integer expression expected"
 msgstr "%s: expressão inteira esperada"
 
-#: test.c:292
+#: test.c:265
 msgid "`)' expected"
 msgstr "\")\" esperado"
 
-#: test.c:294
+#: test.c:267
 #, c-format
 msgid "`)' expected, found %s"
 msgstr "\")\" esperado, encontrado %s"
 
-#: test.c:488 test.c:831
+#: test.c:469 test.c:814
 #, c-format
 msgid "%s: binary operator expected"
 msgstr "%s: operador bináro esperado"
 
-#: test.c:792 test.c:795
+#: test.c:771 test.c:774
 #, c-format
 msgid "%s: unary operator expected"
 msgstr "%s: operador unáro esperado"
 
-#: test.c:944
+#: test.c:896
+msgid "missing `]'"
+msgstr "\"]\" em falta"
+
+#: test.c:914
 #, c-format
 msgid "syntax error: `%s' unexpected"
 msgstr "erro de sintaxe: \"%s\" esperado"
 
-#: trap.c:225
+#: trap.c:220
 msgid "invalid signal number"
 msgstr "número de sinal inválido"
 
-#: trap.c:358
+#: trap.c:323
 #, c-format
 msgid "trap handler: maximum trap handler level exceeded (%d)"
 msgstr "gestor de trap: nível máximo de gestor de captura excedido (%d)"
 
-#: trap.c:455
+#: trap.c:412
 #, c-format
 msgid "run_pending_traps: bad value in trap_list[%d]: %p"
 msgstr "run_pending_traps: valor errado em trap_list[%d]: %p"
 
-#: trap.c:459
+#: trap.c:416
 #, c-format
-msgid ""
-"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
-msgstr ""
-"run_pending_traps: gestor de sinal é SIG_DFL, a reenviar %d (%s) para mim "
-"próprio"
+msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
+msgstr "run_pending_traps: gestor de sinal é SIG_DFL, a reenviar %d (%s) para mim próprio"
 
-#: trap.c:592
+#: trap.c:509
 #, c-format
 msgid "trap_handler: bad signal %d"
 msgstr "trap_handler: sinal errado %d"
 
-#: unwind_prot.c:246 unwind_prot.c:292
-#, fuzzy
-msgid "frame not found"
-msgstr "%s: ficheiro não encontrado"
-
-#: variables.c:441
+#: variables.c:424
 #, c-format
 msgid "error importing function definition for `%s'"
 msgstr "erro ao importar definição de função para \"%s\""
 
-#: variables.c:864
+#: variables.c:838
 #, c-format
 msgid "shell level (%d) too high, resetting to 1"
 msgstr "nível da consola (%d) muito alto, a repor para 1"
 
-#: variables.c:2191 variables.c:2220 variables.c:2278 variables.c:2297
-#: variables.c:2315 variables.c:2350 variables.c:2378 variables.c:2405
-#: variables.c:2431 variables.c:3274 variables.c:3282 variables.c:3797
-#: variables.c:3841
-#, fuzzy, c-format
-msgid "%s: maximum nameref depth (%d) exceeded"
-msgstr "total here-document máximo excedido"
-
-#: variables.c:2641
+#: variables.c:2642
 msgid "make_local_variable: no function context at current scope"
 msgstr "make_local_variável: sem contexto de função no âmbito actual"
 
-#: variables.c:2660
+#: variables.c:2661
 #, c-format
 msgid "%s: variable may not be assigned value"
 msgstr "%s: não pode atribuir um valor à variável"
 
-#: variables.c:2831 variables.c:2884
+#: variables.c:2818 variables.c:2874
 #, c-format
 msgid "%s: cannot inherit value from incompatible type"
-msgstr ""
+msgstr "%s: impossível herdar valor de tipo incompatível"
 
-#: variables.c:3437
+#: variables.c:3459
 #, c-format
 msgid "%s: assigning integer to name reference"
 msgstr "%s: a atribuir inteiro à referência de nome"
 
-#: variables.c:4387
+#: variables.c:4390
 msgid "all_local_variables: no function context at current scope"
 msgstr "all_local_variables: sem contexto de função no âmbito actual"
 
-#: variables.c:4791
+#: variables.c:4757
 #, c-format
 msgid "%s has null exportstr"
 msgstr "%s tem exportstr nulo"
 
-#: variables.c:4796 variables.c:4805
+#: variables.c:4762 variables.c:4771
 #, c-format
 msgid "invalid character %d in exportstr for %s"
 msgstr "carácter %d inválido em exportstr para %s"
 
-#: variables.c:4811
+#: variables.c:4777
 #, c-format
 msgid "no `=' in exportstr for %s"
 msgstr "sem \"=\" em exportstr para %s"
 
-#: variables.c:5329
+#: variables.c:5317
 msgid "pop_var_context: head of shell_variables not a function context"
 msgstr "pop_var_context: cabeça de consola_variables não é contexto de função"
 
-#: variables.c:5342
+#: variables.c:5330
 msgid "pop_var_context: no global_variables context"
 msgstr "pop_var_context: sem contexto de global_variables"
 
-#: variables.c:5432
+#: variables.c:5410
 msgid "pop_scope: head of shell_variables not a temporary environment scope"
-msgstr ""
-"pop_scope: cabeça de consola_variables não é âmbito de ambiente temporário"
+msgstr "pop_scope: cabeça de consola_variables não é âmbito de ambiente temporário"
 
-#: variables.c:6423
+#: variables.c:6400
 #, c-format
 msgid "%s: %s: cannot open as FILE"
 msgstr "%s: %s: impossível abrir como FICHEIRO"
 
-#: variables.c:6428
+#: variables.c:6405
 #, c-format
 msgid "%s: %s: invalid value for trace file descriptor"
 msgstr "%s: %s: valor inválido para descritor de ficheiro trace"
 
-#: variables.c:6472
+#: variables.c:6450
 #, c-format
 msgid "%s: %s: compatibility value out of range"
 msgstr "%s: %s: valor de compatibilidade fora do intervalo"
 
-#: version.c:50
-#, fuzzy
-msgid "Copyright (C) 2024 Free Software Foundation, Inc."
-msgstr "Copyright (C) 2020 Free Software Foundation, Inc."
+#: version.c:46 version2.c:46
+msgid "Copyright (C) 2022 Free Software Foundation, Inc."
+msgstr "Copyright (C) 2022 Free Software Foundation, Inc."
 
-#: version.c:51
-msgid ""
-"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
-"html>\n"
-msgstr ""
-"Licença GPLv3+: GNU GPL versão 3 ou posterior <http://gnu.org/licenses/gpl."
-"html>\n"
+#: version.c:47 version2.c:47
+msgid "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
+msgstr "Licença GPLv3+: GNU GPL versão 3 ou posterior <http://gnu.org/licenses/gpl.html>\n"
 
-#: version.c:90
+#: version.c:86 version2.c:86
 #, c-format
 msgid "GNU bash, version %s (%s)\n"
 msgstr "GNU bash, versão %s (%s)\n"
 
-#: version.c:95
+#: version.c:91 version2.c:91
 msgid "This is free software; you are free to change and redistribute it."
 msgstr "Este é um programa gratuito; pode alterá-lo e distribuí-lo à vontade."
 
-#: version.c:96
+#: version.c:92 version2.c:92
 msgid "There is NO WARRANTY, to the extent permitted by law."
 msgstr "Não há QUALQUER GARANTIA, até aos limites previstos pela Lei."
 
-#: xmalloc.c:84
+#: xmalloc.c:93
 #, c-format
 msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
 msgstr "%s: impossível alocar %lu bytes (%lu bytes alocados)"
 
-#: xmalloc.c:86
+#: xmalloc.c:95
 #, c-format
 msgid "%s: cannot allocate %lu bytes"
 msgstr "%s: impossível alocar %lu bytes"
 
-#: xmalloc.c:164
+#: xmalloc.c:165
 #, c-format
 msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
 msgstr "%s: %s:%d: impossível alocar %lu bytes (%lu bytes alocados)"
 
-#: xmalloc.c:166
+#: xmalloc.c:167
 #, c-format
 msgid "%s: %s:%d: cannot allocate %lu bytes"
 msgstr "%s: %s:%d: impossível alocar %lu bytes"
@@ -2336,13 +2236,8 @@ msgid "unalias [-a] name [name ...]"
 msgstr "unalias [-a] nome [nome ...]"
 
 #: builtins.c:53
-msgid ""
-"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
-"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
-msgstr ""
-"bind [-lpsvPSVX] [-m mapa de teclado] [-f ficheiro] [-q nome] [-u nome] [-r "
-"seqtecl] [-x seqtecl:comando-consola] [seqtecl:função-readline ou comando-"
-"readline]"
+msgid "bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-x keyseq:shell-command] [keyseq:readline-function or readline-command]"
+msgstr "bind [-lpsvPSVX] [-m mapa de teclado] [-f ficheiro] [-q nome] [-u nome] [-r seqtecl] [-x seqtecl:comando-consola] [seqtecl:função-readline ou comando-readline]"
 
 #: builtins.c:56
 msgid "break [n]"
@@ -2361,8 +2256,7 @@ msgid "caller [expr]"
 msgstr "caller [expr]"
 
 #: builtins.c:66
-#, fuzzy
-msgid "cd [-L|[-P [-e]]] [-@] [dir]"
+msgid "cd [-L|[-P [-e]] [-@]] [dir]"
 msgstr "cd [-L|[-P [-e]] [-@]] [pst]"
 
 #: builtins.c:68
@@ -2374,18 +2268,12 @@ msgid "command [-pVv] command [arg ...]"
 msgstr "comando [-pVv] comando [arg ...]"
 
 #: builtins.c:78
-#, fuzzy
-msgid ""
-"declare [-aAfFgiIlnrtux] [name[=value] ...] or declare -p [-aAfFilnrtux] "
-"[name ...]"
-msgstr "declare [-aAfFgiIlnrtux] [-p] [nome[=valor] ...]"
+msgid "declare [-aAfFgiIlnrtux] [name[=value] ...] or declare -p [-aAfFilnrtux] [name ...]"
+msgstr "declare [-aAfFgiIlnrtux] [name[=value] ...] ou declare -p [-aAfFilnrtux] [name ...]"
 
 #: builtins.c:80
-#, fuzzy
-msgid ""
-"typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] "
-"[name ...]"
-msgstr "typeset [-aAfFgiIlnrtux] [-p] nome[=valor] ..."
+msgid "typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]"
+msgstr "typeset [-aAfFgiIlnrtux] name[=value] ... ou typeset -p [-aAfFilnrtux] [name ...]"
 
 #: builtins.c:82
 msgid "local [option] name[=value] ..."
@@ -2444,12 +2332,8 @@ msgid "help [-dms] [pattern ...]"
 msgstr "help [-dms] [padrão ...]"
 
 #: builtins.c:123
-msgid ""
-"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
-"[arg...]"
-msgstr ""
-"history [-c] [-d desvio] [n], history -anrw [ficheiro] ou history -ps arg "
-"[arg...]"
+msgid "history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]"
+msgstr "history [-c] [-d desvio] [n], history -anrw [ficheiro] ou history -ps arg [arg...]"
 
 #: builtins.c:127
 msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
@@ -2460,34 +2344,24 @@ msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
 msgstr "disown [-h] [-ar] [tarefaspec ... | pid ...]"
 
 #: builtins.c:134
-msgid ""
-"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
-"[sigspec]"
-msgstr ""
-"kill [-s sigspec | -n signum | -sigspec] pid | tarefaspec ... ou kill -l "
-"[sigspec]"
+msgid "kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]"
+msgstr "kill [-s sigspec | -n signum | -sigspec] pid | tarefaspec ... ou kill -l [sigspec]"
 
 #: builtins.c:136
 msgid "let arg [arg ...]"
 msgstr "let arg [arg ...]"
 
 #: builtins.c:138
-#, fuzzy
-msgid ""
-"read [-Eers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
-"prompt] [-t timeout] [-u fd] [name ...]"
-msgstr ""
-"read [-ers] [-a matriz] [-d delim] [-i texto] [-n ncars] [-N ncars] [-p "
-"prompt] [-t inacção] [-u fd] [nome ...]"
+msgid "read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]"
+msgstr "read [-ers] [-a matriz] [-d delim] [-i texto] [-n ncars] [-N ncars] [-p prompt] [-t inacção] [-u fd] [nome ...]"
 
 #: builtins.c:140
 msgid "return [n]"
 msgstr "return [n]"
 
 #: builtins.c:142
-#, fuzzy
 msgid "set [-abefhkmnptuvxBCEHPT] [-o option-name] [--] [-] [arg ...]"
-msgstr "set [-abefhkmnptuvxBCHP] [-o nome-opção] [--] [arg ...]"
+msgstr "set [-abefhkmnptuvxBCEHPT] [-o nome-opção] [--] [-] [arg ...]"
 
 #: builtins.c:144
 msgid "unset [-f] [-v] [-n] [name ...]"
@@ -2506,13 +2380,11 @@ msgid "shift [n]"
 msgstr "shift [n]"
 
 #: builtins.c:152
-#, fuzzy
-msgid "source [-p path] filename [arguments]"
+msgid "source filename [arguments]"
 msgstr "source ficheiro [argumentos]"
 
 #: builtins.c:154
-#, fuzzy
-msgid ". [-p path] filename [arguments]"
+msgid ". filename [arguments]"
 msgstr ". ficheiro [argumentos]"
 
 #: builtins.c:157
@@ -2528,8 +2400,7 @@ msgid "[ arg... ]"
 msgstr "[ arg... ]"
 
 #: builtins.c:166
-#, fuzzy
-msgid "trap [-Plp] [[action] signal_spec ...]"
+msgid "trap [-lp] [[arg] signal_spec ...]"
 msgstr "trap [-lp] [[arg] signal_spec ...]"
 
 #: builtins.c:168
@@ -2537,9 +2408,8 @@ msgid "type [-afptP] name [name ...]"
 msgstr "type [-afptP] nome [nome ...]"
 
 #: builtins.c:171
-#, fuzzy
 msgid "ulimit [-SHabcdefiklmnpqrstuvxPRT] [limit]"
-msgstr "ulimit [-SHabcdefiklmnpqrstuvxPT] [limite]"
+msgstr "ulimit [-SHabcdefiklmnpqrstuvxPRT] [limite]"
 
 #: builtins.c:174
 msgid "umask [-p] [-S] [mode]"
@@ -2554,137 +2424,106 @@ msgid "wait [pid ...]"
 msgstr "wait [pid ...]"
 
 #: builtins.c:184
-msgid "! PIPELINE"
-msgstr ""
-
-#: builtins.c:186
 msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
 msgstr "for NOME [in PALAVRAS ... ] ; do COMANDOS; done"
 
-#: builtins.c:188
+#: builtins.c:186
 msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
 msgstr "for (( exp1; exp2; exp3 )); do COMANDOS; done"
 
-#: builtins.c:190
+#: builtins.c:188
 msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
 msgstr "select NOME [in PALAVRAS ... ;] do COMANDOS; done"
 
-#: builtins.c:192
+#: builtins.c:190
 msgid "time [-p] pipeline"
 msgstr "time [-p] pipeline"
 
-#: builtins.c:194
+#: builtins.c:192
 msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
 msgstr "case PALAVRA in [PADRÃO [| PADRÃO]...) COMANDOS ;;]... esac"
 
-#: builtins.c:196
-msgid ""
-"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
-"COMMANDS; ] fi"
-msgstr ""
-"if COMANDOS; then COMANDOS; [ elif COMANDOS; then COMANDOS; ]... [ else "
-"COMANDOS; ] fi"
+#: builtins.c:194
+msgid "if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi"
+msgstr "if COMANDOS; then COMANDOS; [ elif COMANDOS; then COMANDOS; ]... [ else COMANDOS; ] fi"
 
-#: builtins.c:198
-#, fuzzy
+#: builtins.c:196
 msgid "while COMMANDS; do COMMANDS-2; done"
-msgstr "while COMANDOS; do COMANDOS; done"
+msgstr "while COMMANDS; do COMMANDS-2; done"
 
-#: builtins.c:200
-#, fuzzy
+#: builtins.c:198
 msgid "until COMMANDS; do COMMANDS-2; done"
-msgstr "until COMANDOS; do COMANDOS; done"
+msgstr "until COMMANDS; do COMMANDS-2; done"
 
-#: builtins.c:202
+#: builtins.c:200
 msgid "coproc [NAME] command [redirections]"
 msgstr "coproc [NOME] comando [redireccionamentos]"
 
-#: builtins.c:204
+#: builtins.c:202
 msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
 msgstr "nome de função { COMANDOS ; } ou nome () { COMANDOS ; }"
 
-#: builtins.c:206
+#: builtins.c:204
 msgid "{ COMMANDS ; }"
 msgstr "{ COMANDOS ; }"
 
-#: builtins.c:208
+#: builtins.c:206
 msgid "job_spec [&]"
 msgstr "job_spec [&]"
 
-#: builtins.c:210
+#: builtins.c:208
 msgid "(( expression ))"
 msgstr "(( expressão ))"
 
-#: builtins.c:212
+#: builtins.c:210
 msgid "[[ expression ]]"
 msgstr "[[ expressão ]]"
 
-#: builtins.c:214
+#: builtins.c:212
 msgid "variables - Names and meanings of some shell variables"
 msgstr "variáveis - nomes e significados de algumas variáveis da consola"
 
-#: builtins.c:217
+#: builtins.c:215
 msgid "pushd [-n] [+N | -N | dir]"
 msgstr "pushd [-n] [+N | -N | pasta]"
 
-#: builtins.c:221
+#: builtins.c:219
 msgid "popd [-n] [+N | -N]"
 msgstr "popd [-n] [+N | -N]"
 
-#: builtins.c:225
+#: builtins.c:223
 msgid "dirs [-clpv] [+N] [-N]"
 msgstr "dirs [-clpv] [+N] [-N]"
 
-#: builtins.c:228
+#: builtins.c:226
 msgid "shopt [-pqsu] [-o] [optname ...]"
 msgstr "shopt [-pqsu] [-o] [nomeopção ...]"
 
-#: builtins.c:230
+#: builtins.c:228
 msgid "printf [-v var] format [arguments]"
 msgstr "printf [-v var] formato [argumentos]"
 
-#: builtins.c:233
-msgid ""
-"complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-"
-"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
-"suffix] [name ...]"
-msgstr ""
-"complete [-abcdefgjksuv] [-pr] [-DEI] [-o opção] [-A acção] [-G "
-"padrãoglobal] [-W listapalavras] [-F função] [-C comando] [-X padrãofiltro] "
-"[-P prefixo] [-S sufixo] [nome ...]"
+#: builtins.c:231
+msgid "complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [name ...]"
+msgstr "complete [-abcdefgjksuv] [-pr] [-DEI] [-o opção] [-A acção] [-G padrãoglobal] [-W listapalavras] [-F função] [-C comando] [-X padrãofiltro] [-P prefixo] [-S sufixo] [nome ...]"
 
-#: builtins.c:237
-#, fuzzy
-msgid ""
-"compgen [-V varname] [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-"
-"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
-"suffix] [word]"
-msgstr ""
-"compgen [-abcdefgjksuv] [-o opção] [-A acção] [-G padrãoglobal] [-W "
-"listapalavras] [-F função] [-C comando] [-X padrãofiltro] [-P prefixo] [-S "
-"sufixo] [palavra]"
+#: builtins.c:235
+msgid "compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
+msgstr "compgen [-abcdefgjksuv] [-o opção] [-A acção] [-G padrãoglobal] [-W listapalavras] [-F função] [-C comando] [-X padrãofiltro] [-P prefixo] [-S sufixo] [palavra]"
 
-#: builtins.c:241
+#: builtins.c:239
 msgid "compopt [-o|+o option] [-DEI] [name ...]"
 msgstr "compopt [-o|+o opção] [-DEI] [nome ...]"
 
-#: builtins.c:244
-msgid ""
-"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
-"callback] [-c quantum] [array]"
-msgstr ""
-"mapfile [-d delim] [-n total] [-O origem] [-s total] [-t] [-u fd] [-C "
-"callback] [-c quantia] [matriz]"
+#: builtins.c:242
+msgid "mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
+msgstr "mapfile [-d delim] [-n total] [-O origem] [-s total] [-t] [-u fd] [-C callback] [-c quantia] [matriz]"
 
-#: builtins.c:246
-msgid ""
-"readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
-"callback] [-c quantum] [array]"
-msgstr ""
-"readarray [-d delim] [-n total] [-O origem] [-s total] [-t] [-u fd] [-C "
-"callback] [-c quantum] [matriz]"
+#: builtins.c:244
+msgid "readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]"
+msgstr "readarray [-d delim] [-n total] [-O origem] [-s total] [-t] [-u fd] [-C callback] [-c quantum] [matriz]"
 
-#: builtins.c:258
+#: builtins.c:256
 msgid ""
 "Define or display aliases.\n"
 "    \n"
@@ -2699,8 +2538,7 @@ msgid ""
 "      -p\tprint all defined aliases in a reusable format\n"
 "    \n"
 "    Exit Status:\n"
-"    alias returns true unless a NAME is supplied for which no alias has "
-"been\n"
+"    alias returns true unless a NAME is supplied for which no alias has been\n"
 "    defined."
 msgstr ""
 "Definir ou mostrar aliás.\n"
@@ -2716,11 +2554,10 @@ msgstr ""
 "      -p\timprimir todos os aliás definidos em formato reutilizável\n"
 "    \n"
 "    Estado de saída:\n"
-"    alias devolve verdadeiro a não ser que seja fornecido um NOME para o "
-"qual\n"
+"    alias devolve verdadeiro a não ser que seja fornecido um NOME para o qual\n"
 "ainda não haja um aliás."
 
-#: builtins.c:280
+#: builtins.c:278
 msgid ""
 "Remove each NAME from the list of defined aliases.\n"
 "    \n"
@@ -2736,8 +2573,7 @@ msgstr ""
 "    \n"
 "    Devolve sucesso a não ser que NOME seja um aliás inexistente."
 
-#: builtins.c:293
-#, fuzzy
+#: builtins.c:291
 msgid ""
 "Set Readline key bindings and variables.\n"
 "    \n"
@@ -2749,91 +2585,65 @@ msgid ""
 "    Options:\n"
 "      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
 "                         command.  Acceptable keymap names are emacs,\n"
-"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
-"move,\n"
+"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n"
 "                         vi-command, and vi-insert.\n"
 "      -l                 List names of functions.\n"
 "      -P                 List function names and bindings.\n"
 "      -p                 List functions and bindings in a form that can be\n"
 "                         reused as input.\n"
-"      -S                 List key sequences that invoke macros and their "
-"values\n"
-"      -s                 List key sequences that invoke macros and their "
-"values\n"
+"      -S                 List key sequences that invoke macros and their values\n"
+"      -s                 List key sequences that invoke macros and their values\n"
 "                         in a form that can be reused as input.\n"
 "      -V                 List variable names and values\n"
 "      -v                 List variable names and values in a form that can\n"
 "                         be reused as input.\n"
 "      -q  function-name  Query about which keys invoke the named function.\n"
-"      -u  function-name  Unbind all keys which are bound to the named "
-"function.\n"
+"      -u  function-name  Unbind all keys which are bound to the named function.\n"
 "      -r  keyseq         Remove the binding for KEYSEQ.\n"
 "      -f  filename       Read key bindings from FILENAME.\n"
 "      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
 "    \t\t\t\tKEYSEQ is entered.\n"
-"      -X                 List key sequences bound with -x and associated "
-"commands\n"
+"      -X                 List key sequences bound with -x and associated commands\n"
 "                         in a form that can be reused as input.\n"
 "    \n"
-"    If arguments remain after option processing, the -p and -P options "
-"treat\n"
-"    them as readline command names and restrict output to those names.\n"
-"    \n"
 "    Exit Status:\n"
 "    bind returns 0 unless an unrecognized option is given or an error occurs."
 msgstr ""
 "Definir associações de teclas e variáveis para Readline.\n"
 "    \n"
 "    Associar uma sequência de teclas a uma função ou macro Readline, ou\n"
-"    defina uma variável Readline. A sintaxe de argumento não-opção é "
-"equivalente\n"
-"    à encontrada em ~/.inputrc, mas tem de ser passada como argumento "
-"único:\n"
+"    defina uma variável Readline. A sintaxe de argumento não-opção é equivalente\n"
+"    à encontrada em ~/.inputrc, mas tem de ser passada como argumento único:\n"
 "     e.g., bind \"\"\\C-x\\C-r\": re-read-init-file\".\n"
 "     \n"
 "     Opções:\n"
-"        -m  maptecl            Use MAPTECL como mapa de teclado para a "
-"duração deste\n"
-"                                 comando. Nomes de mapas aceitáveis são "
-"emacs,\n"
-"                                 emacs-standard, emacs-meta, emacs-ctlx, vi, "
-"vi-move,\n"
+"        -m  maptecl            Use MAPTECL como mapa de teclado para a duração deste\n"
+"                                 comando. Nomes de mapas aceitáveis são emacs,\n"
+"                                 emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n"
 "                                 vi-command, e vi-insert.\n"
 "        -l                      Listar nomes de funções.\n"
 "        -P                      Listar nomes de funções e associações.\n"
-"        -p                      Listar funções funçãos e associações de "
-"forma a que possam\n"
+"        -p                      Listar funções funçãos e associações de forma a que possam\n"
 "                                 ser reutilizados como entrada.\n"
-"        -S                      Listar sequências de teclas que chamem "
-"macros e seus valores\n"
-"        -s                      Listar sequências de teclas que chamem "
-"macros e seus valores\n"
-"                                 de forma a que possam ser reutilizados como "
-"entrada.\n"
+"        -S                      Listar sequências de teclas que chamem macros e seus valores\n"
+"        -s                      Listar sequências de teclas que chamem macros e seus valores\n"
+"                                 de forma a que possam ser reutilizados como entrada.\n"
 "        -V                      Listar nomes de variáveis e seus valores\n"
-"        -v                      Listar nomes de variáveis e seus valores de "
-"forma a que possam\n"
+"        -v                      Listar nomes de variáveis e seus valores de forma a que possam\n"
 "                                 ser reutilizados como entrada.\n"
-"        -q  nome-função     Consultar que teclas chamaram a função em "
-"causa.\n"
-"        -u  nome-função     Unbind all keys which are bound to the named "
-"função.\n"
+"        -q  nome-função     Consultar que teclas chamaram a função em causa.\n"
+"        -u  nome-função     Unbind all keys which are bound to the named função.\n"
 "        -r  seqtecl          Remover associação de SEQTECL.\n"
-"        -f  nomefich         Ler associações de teclas a partir de "
-"NOMEFICH.\n"
-"        -x  seqtecl:comando-consola\tCausa a execuçaõ de COMANDO-SHELL "
-"quando\n"
+"        -f  nomefich         Ler associações de teclas a partir de NOMEFICH.\n"
+"        -x  seqtecl:comando-consola\tCausa a execuçaõ de COMANDO-SHELL quando\n"
 "     \t\t\t\tSEQTECL for inserido.\n"
-"        -X                      Listarsequências de teclas associadas a -x e "
-"comandos ligados\n"
-"                                 de forma a que possam ser reutilizados como "
-"entrada.\n"
+"        -X                      Listarsequências de teclas associadas a -x e comandos ligados\n"
+"                                 de forma a que possam ser reutilizados como entrada.\n"
 "     \n"
 "     Estado de saída:\n"
-"     bind devolve 0 a não ser que seja dada uma opção desconhecida ou ocorra "
-"um erro."
+"     bind devolve 0 a não ser que seja dada uma opção desconhecida ou ocorra um erro."
 
-#: builtins.c:335
+#: builtins.c:330
 msgid ""
 "Exit for, while, or until loops.\n"
 "    \n"
@@ -2845,14 +2655,13 @@ msgid ""
 msgstr ""
 "Sair de ciclos for, while, ou until.\n"
 "     \n"
-"     Sai de um ciclo FOR, WHILE ou UNTIL.  Se N for especificado, quebrar N "
-"ciclos\n"
+"     Sai de um ciclo FOR, WHILE ou UNTIL.  Se N for especificado, quebrar N ciclos\n"
 "     envolventes.\n"
 "     \n"
 "     Estado de saída:\n"
 "     O estado de saída é 0 a não ser que N não seja maior ou igual que 1."
 
-#: builtins.c:347
+#: builtins.c:342
 msgid ""
 "Resume for, while, or until loops.\n"
 "    \n"
@@ -2870,14 +2679,13 @@ msgstr ""
 "     Estado de saída:\n"
 "     O estado de saída é 0 a não ser que N não seja maior ou igual que 1."
 
-#: builtins.c:359
+#: builtins.c:354
 msgid ""
 "Execute shell builtins.\n"
 "    \n"
 "    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
 "    lookup.  This is useful when you wish to reimplement a shell builtin\n"
-"    as a shell function, but need to execute the builtin within the "
-"function.\n"
+"    as a shell function, but need to execute the builtin within the function.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
@@ -2885,18 +2693,15 @@ msgid ""
 msgstr ""
 "Executa comandos internos da consola.\n"
 "     \n"
-"     Executa SHELL-INTERNO com argumentos ARGs sem realizar procura do "
-"comando.\n"
+"     Executa SHELL-INTERNO com argumentos ARGs sem realizar procura do comando.\n"
 "     Útil quando deseja re-implementar um comando interno da consola como\n"
-"     função da consola, mas tem de executar o comando interno dentro da "
-"função.\n"
+"     função da consola, mas tem de executar o comando interno dentro da função.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve o estado de saída de SHELL-INTERNO ou falso se SHELL-INTERNO "
-"não\n"
+"     Devolve o estado de saída de SHELL-INTERNO ou falso se SHELL-INTERNO não\n"
 "     for um comando interno da consola."
 
-#: builtins.c:374
+#: builtins.c:369
 msgid ""
 "Return the context of the current subroutine call.\n"
 "    \n"
@@ -2921,31 +2726,23 @@ msgstr ""
 "     actual; a chamada superior é a chamada 0.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve 0 a não ser que a consola não esteja a executar uma função ou "
-"EXPR\n"
+"     Devolve 0 a não ser que a consola não esteja a executar uma função ou EXPR\n"
 "     seja inválida."
 
-#: builtins.c:392
-#, fuzzy
+#: builtins.c:387
 msgid ""
 "Change the shell working directory.\n"
 "    \n"
-"    Change the current directory to DIR.  The default DIR is the value of "
-"the\n"
-"    HOME shell variable. If DIR is \"-\", it is converted to $OLDPWD.\n"
+"    Change the current directory to DIR.  The default DIR is the value of the\n"
+"    HOME shell variable.\n"
 "    \n"
-"    The variable CDPATH defines the search path for the directory "
-"containing\n"
-"    DIR.  Alternative directory names in CDPATH are separated by a colon "
-"(:).\n"
-"    A null directory name is the same as the current directory.  If DIR "
-"begins\n"
+"    The variable CDPATH defines the search path for the directory containing\n"
+"    DIR.  Alternative directory names in CDPATH are separated by a colon (:).\n"
+"    A null directory name is the same as the current directory.  If DIR begins\n"
 "    with a slash (/), then CDPATH is not used.\n"
 "    \n"
-"    If the directory is not found, and the shell option `cdable_vars' is "
-"set,\n"
-"    the word is assumed to be  a variable name.  If that variable has a "
-"value,\n"
+"    If the directory is not found, and the shell option `cdable_vars' is set,\n"
+"    the word is assumed to be  a variable name.  If that variable has a value,\n"
 "    its value is used for DIR.\n"
 "    \n"
 "    Options:\n"
@@ -2961,32 +2758,25 @@ msgid ""
 "    \t\tattributes as a directory containing the file attributes\n"
 "    \n"
 "    The default is to follow symbolic links, as if `-L' were specified.\n"
-"    `..' is processed by removing the immediately previous pathname "
-"component\n"
+"    `..' is processed by removing the immediately previous pathname component\n"
 "    back to a slash or the beginning of DIR.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns 0 if the directory is changed, and if $PWD is set successfully "
-"when\n"
+"    Returns 0 if the directory is changed, and if $PWD is set successfully when\n"
 "    -P is used; non-zero otherwise."
 msgstr ""
 "Alterar a pasta de trabalho da consola.\n"
 "     \n"
-"     Altera a pasta actual para PASTA. A PASTA predefinida é o valor da "
-"variável\n"
+"     Altera a pasta actual para PASTA. A PASTA predefinida é o valor da variável\n"
 "     HOME.\n"
 "     \n"
 "     A variável CDPATH define o caminho de procura para a pasta que contém\n"
-"     PASTA. Nomes de pasta alternativos em CDPATH são separados por \":\" "
-"(:).\n"
-"     Um nome de pasta nulo é equivalente à pasta actual. Se PASTA começar "
-"com\n"
+"     PASTA. Nomes de pasta alternativos em CDPATH são separados por \":\" (:).\n"
+"     Um nome de pasta nulo é equivalente à pasta actual. Se PASTA começar com\n"
 "     uma barra (/), CDPATH não é usada.\n"
 "     \n"
-"     Se a pasta não for encontrada e a opção de consola \"cdable_vars\" "
-"estiver definida,\n"
-"     a palavra é assumida como nome de variável. Se essa variável tiver um "
-"valor,\n"
+"     Se a pasta não for encontrada e a opção de consola \"cdable_vars\" estiver definida,\n"
+"     a palavra é assumida como nome de variável. Se essa variável tiver um valor,\n"
 "     será usado como PASTA.\n"
 "     \n"
 "     Opções:\n"
@@ -2998,22 +2788,18 @@ msgstr ""
 "        -e\tse a opção -P for usada e a pasta de trabalho actual não puder\n"
 "     \t\tser determinada com sucesso, sair com\n"
 "     \t\testado não-zero\n"
-"        -@\tem sistemas que o suportam, apresentar um ficheiro com "
-"atributos\n"
+"        -@\tem sistemas que o suportam, apresentar um ficheiro com atributos\n"
 "     \t\testendidos como uma pasta contendo os atributos do ficheiro.\n"
 "     \n"
-"     A predefinição é seguir ligações simbólicas, como se \"-L\" fosse "
-"especificada.\n"
-"     \"..\" é processado colocando o componente de caminho imediatamente "
-"anterior\n"
+"     A predefinição é seguir ligações simbólicas, como se \"-L\" fosse especificada.\n"
+"     \"..\" é processado colocando o componente de caminho imediatamente anterior\n"
 "     como barra ou o começo de PASTA.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve 0 se a pasta for alterada e se $PWD for definida com sucesso "
-"quando\n"
+"     Devolve 0 se a pasta for alterada e se $PWD for definida com sucesso quando\n"
 "     -P é usada; caso contrário, não-zero."
 
-#: builtins.c:430
+#: builtins.c:425
 msgid ""
 "Print the name of the current working directory.\n"
 "    \n"
@@ -3035,15 +2821,13 @@ msgstr ""
 "     \t\ttrabalho\n"
 "        -P\timprimir a pasta física, sem quaisquer ligações simbólicas\n"
 "     \n"
-"     Por predefinição, \"pwd\" comporta-se como se \"-L\" fosse "
-"especificada.\n"
+"     Por predefinição, \"pwd\" comporta-se como se \"-L\" fosse especificada.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve 0 a não ser que seja indicada uma opçãoinválida ou a pasta "
-"actual\n"
+"     Devolve 0 a não ser que seja indicada uma opçãoinválida ou a pasta actual\n"
 "     não possa ser lida."
 
-#: builtins.c:447
+#: builtins.c:442
 msgid ""
 "Null command.\n"
 "    \n"
@@ -3059,7 +2843,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Sempre com sucesso."
 
-#: builtins.c:458
+#: builtins.c:453
 msgid ""
 "Return a successful result.\n"
 "    \n"
@@ -3071,7 +2855,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Sempre com sucesso."
 
-#: builtins.c:467
+#: builtins.c:462
 msgid ""
 "Return an unsuccessful result.\n"
 "    \n"
@@ -3083,13 +2867,12 @@ msgstr ""
 "     Estado de saída:\n"
 "     Falha sempre."
 
-#: builtins.c:476
+#: builtins.c:471
 msgid ""
 "Execute a simple command or display information about commands.\n"
 "    \n"
 "    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
-"    information about the specified COMMANDs.  Can be used to invoke "
-"commands\n"
+"    information about the specified COMMANDs.  Can be used to invoke commands\n"
 "    on disk when a function with the same name exists.\n"
 "    \n"
 "    Options:\n"
@@ -3103,26 +2886,20 @@ msgid ""
 msgstr ""
 "Executar um comando simples ou mostrar informação sobre comandos.\n"
 "     \n"
-"     Executa COMANDO com ARGS suprimindo procura de funções da consola ou "
-"mostra\n"
-"     informação acerca dos COMANDOs especificados. Pode ser usado para "
-"chamar comandos\n"
+"     Executa COMANDO com ARGS suprimindo procura de funções da consola ou mostra\n"
+"     informação acerca dos COMANDOs especificados. Pode ser usado para chamar comandos\n"
 "     em disco quando existe uma função com o mesmo nome.\n"
 "     \n"
 "     Opções:\n"
-"        -p     usar valor predefinido para CAMINHO que garanta que se "
-"encontram\n"
+"        -p     usar valor predefinido para CAMINHO que garanta que se encontram\n"
 "                todos os utilitários padrão\n"
-"        -v     imprimir uma descrição de COMANDO similar ao interno "
-"\"type\"\n"
+"        -v     imprimir uma descrição de COMANDO similar ao interno \"type\"\n"
 "        -V     imprimir uma descrição mais detalhada de COMANDO\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve o estado de saída de COMANDO ou falha se COMANDO não for "
-"encontrado."
+"     Devolve o estado de saída de COMANDO ou falha se COMANDO não for encontrado."
 
-#: builtins.c:495
-#, fuzzy
+#: builtins.c:490
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -3150,14 +2927,12 @@ msgid ""
 "      -u\tto convert the value of each NAME to upper case on assignment\n"
 "      -x\tto make NAMEs export\n"
 "    \n"
-"    Using `+' instead of `-' turns off the given attribute, except for a,\n"
-"    A, and r.\n"
+"    Using `+' instead of `-' turns off the given attribute.\n"
 "    \n"
 "    Variables with the integer attribute have arithmetic evaluation (see\n"
 "    the `let' command) performed when the variable is assigned a value.\n"
 "    \n"
-"    When used in a function, `declare' makes NAMEs local, as with the "
-"`local'\n"
+"    When used in a function, `declare' makes NAMEs local, as with the `local'\n"
 "    command.  The `-g' option suppresses this behavior.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3173,8 +2948,7 @@ msgstr ""
 "        -f\trestringe acção ou exibição a nomes e definições de função\n"
 "        -F\trestringe exibição só a nomes de função (mais nº de linha e\n"
 "     \t\tficheiro fonte ao depurar)\n"
-"        -g\tcria variáveis globais quando usado numa função da consola; "
-"senão\n"
+"        -g\tcria variáveis globais quando usado numa função da consola; senão\n"
 "     \t\té ignorada\n"
 "        -I\tse está a criar uma variável local, herdar atributos e valor\n"
 "    \t\tduma variável com o mesmo nome num âmbito anterior\n"
@@ -3196,16 +2970,14 @@ msgstr ""
 "     Variáveis com o atributo integer têm avaliação aritmética (veja o\n"
 "     comando \"let\") realizada quando lhe é atribuído um valor.\n"
 "     \n"
-"     Quando usado numa função, \"declare\" torna NOMEs locais, como o "
-"comando\n"
+"     Quando usado numa função, \"declare\" torna NOMEs locais, como o comando\n"
 "     \"local\". A opção \"-g\" suprime este comportamento.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que seja indicada uma opção inválida ou "
-"ocorra um\n"
+"     Devolve sucesso a não ser que seja indicada uma opção inválida ou ocorra um\n"
 "     erro de atribuição da variável."
 
-#: builtins.c:538
+#: builtins.c:532
 msgid ""
 "Set variable values and attributes.\n"
 "    \n"
@@ -3215,17 +2987,13 @@ msgstr ""
 "     \n"
 "     Um sinónimo para \"declare\".  Veja \"help declare\"."
 
-#: builtins.c:546
-#, fuzzy
+#: builtins.c:540
 msgid ""
 "Define local variables.\n"
 "    \n"
 "    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
 "    be any option accepted by `declare'.\n"
 "    \n"
-"    If any NAME is \"-\", local saves the set of shell options and restores\n"
-"    them when the function returns.\n"
-"    \n"
 "    Local variables can only be used within a function; they are visible\n"
 "    only to the function where they are defined and its children.\n"
 "    \n"
@@ -3238,21 +3006,18 @@ msgstr ""
 "     Cria uma variável local chamada NOME e dá-lhe VALOR. OPÇÃO pode\n"
 "     ser qualquer opção aceite por \"declare\".\n"
 "     \n"
-"     Variáveis locais só podem ser usadas dentro de uma função; só são "
-"visíveis\n"
+"     Variáveis locais só podem ser usadas dentro de uma função; só são visíveis\n"
 "     para a função onde foram definidas e para os seus filhos.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que uma opção inválida seja fornecida, "
-"ocorra \n"
+"     Devolve sucesso a não ser que uma opção inválida seja fornecida, ocorra \n"
 "     um erro de atribuição ou a consola não esteja a executar uma função."
 
-#: builtins.c:566
+#: builtins.c:557
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
-"    Display the ARGs, separated by a single space character and followed by "
-"a\n"
+"    Display the ARGs, separated by a single space character and followed by a\n"
 "    newline, on the standard output.\n"
 "    \n"
 "    Options:\n"
@@ -3276,11 +3041,9 @@ msgid ""
 "    \t\t0 to 3 octal digits\n"
 "      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
 "    \t\tcan be one or two hex digits\n"
-"      \\uHHHH\tthe Unicode character whose value is the hexadecimal value "
-"HHHH.\n"
+"      \\uHHHH\tthe Unicode character whose value is the hexadecimal value HHHH.\n"
 "    \t\tHHHH can be one to four hex digits.\n"
-"      \\UHHHHHHHH the Unicode character whose value is the hexadecimal "
-"value\n"
+"      \\UHHHHHHHH the Unicode character whose value is the hexadecimal value\n"
 "    \t\tHHHHHHHH. HHHHHHHH can be one to eight hex digits.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3294,11 +3057,9 @@ msgstr ""
 "     Opções:\n"
 "        -n\tnaõ acrescentar nova linha\n"
 "        -e\tpermitir interpretação dos escapes seguintes com barra esquerda\n"
-"        -E\tsuprimir explicitamente interpretação de escapes com barra "
-"esquerda\n"
+"        -E\tsuprimir explicitamente interpretação de escapes com barra esquerda\n"
 "     \n"
-"     \"echo\" interpreta os seguintes caracteres de escapes com barra "
-"esquerda:\n"
+"     \"echo\" interpreta os seguintes caracteres de escapes com barra esquerda:\n"
 "        \\a\talerta (bell)\n"
 "        \\b\tbackspace\n"
 "        \\c\tsuprimir mais saídas\n"
@@ -3322,7 +3083,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve sucesso a não ser que ocorra um erro de escrita."
 
-#: builtins.c:606
+#: builtins.c:597
 msgid ""
 "Write arguments to the standard output.\n"
 "    \n"
@@ -3344,8 +3105,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve sucesso a não ser que ocorra um erro de escrita."
 
-#: builtins.c:621
-#, fuzzy
+#: builtins.c:612
 msgid ""
 "Enable and disable shell builtins.\n"
 "    \n"
@@ -3365,12 +3125,6 @@ msgid ""
 "    \n"
 "    Without options, each NAME is enabled.\n"
 "    \n"
-"    On systems with dynamic loading, the shell variable BASH_LOADABLES_PATH\n"
-"    defines a search path for the directory containing FILENAMEs that do\n"
-"    not contain a slash. It may include \".\" to force a search of the "
-"current\n"
-"    directory.\n"
-"    \n"
 "    To use the `test' found in $PATH instead of the shell builtin\n"
 "    version, type `enable -n test'.\n"
 "    \n"
@@ -3385,8 +3139,7 @@ msgstr ""
 "     \n"
 "     Opções:\n"
 "        -a\timprimir lista de internos mostrando se estão ou não activos\n"
-"        -n\tdesactivar cada NOME ou mostrar uma lista de internos "
-"desactivados\n"
+"        -n\tdesactivar cada NOME ou mostrar uma lista de internos desactivados\n"
 "        -p\timprimir a lista de internos em formato reutilizável\n"
 "        -s\timprimir só os nomes de internos \"especiais\" Posix\n"
 "     \n"
@@ -3400,15 +3153,13 @@ msgstr ""
 "     insira \"enable -n test\".\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que NOME não seja um interno da consola ou "
-"ocorra um erro."
+"     Devolve sucesso a não ser que NOME não seja um interno da consola ou ocorra um erro."
 
-#: builtins.c:654
+#: builtins.c:640
 msgid ""
 "Execute arguments as a shell command.\n"
 "    \n"
-"    Combine ARGs into a single string, use the result as input to the "
-"shell,\n"
+"    Combine ARGs into a single string, use the result as input to the shell,\n"
 "    and execute the resulting commands.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3416,14 +3167,13 @@ msgid ""
 msgstr ""
 "Executa argumentos como comando da consola.\n"
 "     \n"
-"     Combina ARGs numa única cadeia, usa o resultado como entrada da "
-"consola,\n"
+"     Combina ARGs numa única cadeia, usa o resultado como entrada da consola,\n"
 "     e executa os comandos resultantes.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve estado de saída do comando ou sucesso se o comando for nulo."
 
-#: builtins.c:666
+#: builtins.c:652
 msgid ""
 "Parse option arguments.\n"
 "    \n"
@@ -3465,8 +3215,7 @@ msgid ""
 msgstr ""
 "Analisa argumentos da opção.\n"
 "     \n"
-"     Getopts é usado pelos procedimentos da consola para analisar parâmetros "
-"posicionais\n"
+"     Getopts é usado pelos procedimentos da consola para analisar parâmetros posicionais\n"
 "     como opções.\n"
 "     \n"
 "     CADEIAOPÇÕES contém as letras de opção a reconhecer; se uma letra\n"
@@ -3487,8 +3236,7 @@ msgstr ""
 "     Se não houver um argumento requerido, o getopts põe um \":\" no NOME e\n"
 "     define OPTARG como o carácter de opção encontrado. Se o getopts não\n"
 "     estiver em modo silêncio e for vista uma opção inválida, o getopts\n"
-"     põe \"?\" no NOME e limpa OPTARG. Se não houver um argumento "
-"requerido,\n"
+"     põe \"?\" no NOME e limpa OPTARG. Se não houver um argumento requerido,\n"
 "     é posto \"?\" no NOME, OPTARG é limpo e é imprimida uma mensagem de\n"
 "     diagnóstico.\n"
 "     \n"
@@ -3497,20 +3245,18 @@ msgstr ""
 "     CADEIAOPÇÕES não seja \":\". OPTERR tem o valor 1 predefinido.\n"
 "     \n"
 "     O getopts normalmente analisa os parâmetros posicionais, mas se\n"
-"     os argumentosforem dados como valores ARG, são eles que são "
-"analisados.\n"
+"     os argumentosforem dados como valores ARG, são eles que são analisados.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve sucesso se encontrar uma opção; falha se o fim da opção for\n"
 "     encontrado ou se ocorrer um erro."
 
-#: builtins.c:708
+#: builtins.c:694
 msgid ""
 "Replace the shell with the given command.\n"
 "    \n"
 "    Execute COMMAND, replacing this shell with the specified program.\n"
-"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
-"specified,\n"
+"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not specified,\n"
 "    any redirections take effect in the current shell.\n"
 "    \n"
 "    Options:\n"
@@ -3518,20 +3264,16 @@ msgid ""
 "      -c\texecute COMMAND with an empty environment\n"
 "      -l\tplace a dash in the zeroth argument to COMMAND\n"
 "    \n"
-"    If the command cannot be executed, a non-interactive shell exits, "
-"unless\n"
+"    If the command cannot be executed, a non-interactive shell exits, unless\n"
 "    the shell option `execfail' is set.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless COMMAND is not found or a redirection error "
-"occurs."
+"    Returns success unless COMMAND is not found or a redirection error occurs."
 msgstr ""
 "Substitui a consola com o comando indicado.\n"
 "     \n"
-"     Executar COMANDO, substituindo esta consola pelo programa "
-"especificado.\n"
-"     ARGUMENTOS tornam-se os argumentos de COMANDO. Se COMANDO não for "
-"especificado,\n"
+"     Executar COMANDO, substituindo esta consola pelo programa especificado.\n"
+"     ARGUMENTOS tornam-se os argumentos de COMANDO. Se COMANDO não for especificado,\n"
 "     quaisquer redireccionamentos têm efeito na consola actual.\n"
 "     \n"
 "     Opções:\n"
@@ -3539,15 +3281,13 @@ msgstr ""
 "        -c\texecuta COMANDO com um ambiente vazio\n"
 "        -l\tpõe uma barra no argumento 0 de COMANDO\n"
 "     \n"
-"     Se o comando não puder ser executado, uma consola não interactiva sai, "
-"a não ser que\n"
+"     Se o comando não puder ser executado, uma consola não interactiva sai, a não ser que\n"
 "     a opção de consola \"execfail\" esteja definida.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que COMANDO não seja encontrado ou ocorra um "
-"erro de redireccionamento."
+"     Devolve sucesso a não ser que COMANDO não seja encontrado ou ocorra um erro de redireccionamento."
 
-#: builtins.c:729
+#: builtins.c:715
 msgid ""
 "Exit the shell.\n"
 "    \n"
@@ -3559,34 +3299,29 @@ msgstr ""
 "     Sai da consola com estado N. Se N for omitido, o estado de saída\n"
 "     é o do último comando executado."
 
-#: builtins.c:738
+#: builtins.c:724
 msgid ""
 "Exit a login shell.\n"
 "    \n"
-"    Exits a login shell with exit status N.  Returns an error if not "
-"executed\n"
+"    Exits a login shell with exit status N.  Returns an error if not executed\n"
 "    in a login shell."
 msgstr ""
 "Sai de uma consola com sessão.\n"
 "     \n"
-"     Sai de uma consola com sessão com estado de saída N.  Devolve um erro "
-"se não for\n"
+"     Sai de uma consola com sessão com estado de saída N.  Devolve um erro se não for\n"
 "     executado numa consola com sessão."
 
-#: builtins.c:748
-#, fuzzy
+#: builtins.c:734
 msgid ""
 "Display or execute commands from the history list.\n"
 "    \n"
-"    fc is used to list or edit and re-execute commands from the history "
-"list.\n"
+"    fc is used to list or edit and re-execute commands from the history list.\n"
 "    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
 "    string, which means the most recent command beginning with that\n"
 "    string.\n"
 "    \n"
 "    Options:\n"
-"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
-"EDITOR,\n"
+"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then EDITOR,\n"
 "    \t\tthen vi\n"
 "      -l \tlist lines instead of editing\n"
 "      -n\tomit line numbers when listing\n"
@@ -3599,24 +3334,18 @@ msgid ""
 "    runs the last command beginning with `cc' and typing `r' re-executes\n"
 "    the last command.\n"
 "    \n"
-"    The history builtin also operates on the history list.\n"
-"    \n"
 "    Exit Status:\n"
-"    Returns success or status of executed command; non-zero if an error "
-"occurs."
+"    Returns success or status of executed command; non-zero if an error occurs."
 msgstr ""
 "Mostra ou executa comandos da lista do histórico.\n"
 "     \n"
-"     fc é usado para listar ou editar e re-executar comandos da lsiat do "
-"histórico.\n"
-"     PRIMEIRO e ÚLTIMO podem ser números especificando o intervalo, ou "
-"PRIMEIRO pode ser\n"
+"     fc é usado para listar ou editar e re-executar comandos da lsiat do histórico.\n"
+"     PRIMEIRO e ÚLTIMO podem ser números especificando o intervalo, ou PRIMEIRO pode ser\n"
 "     cadeia, que significa o comando mais recente começado por essa\n"
 "     cadeia.\n"
 "     \n"
 "     Opções:\n"
-"        -e NOMEED\tseleciona o editor a usar.  A predefinição é FCEDIT, "
-"depois EDITOR,\n"
+"        -e NOMEED\tseleciona o editor a usar.  A predefinição é FCEDIT, depois EDITOR,\n"
 "     \t\tdepois vi\n"
 "        -l \tlistar linhas em vez de editar\n"
 "        -n\tomitir nºs de linha ao ouvir\n"
@@ -3626,15 +3355,13 @@ msgstr ""
 "     re-executado após a substituição VELHO=NOVO ser realizada.\n"
 "     \n"
 "     Um aliás útil a usar aqui é r=\"fc -s\", para que inserir \"r cc\"\n"
-"     executa o último comando começado por \"cc\" e inserir \"r\" re-"
-"executa\n"
+"     executa o último comando começado por \"cc\" e inserir \"r\" re-executa\n"
 "     o último comando.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso ou estado do comando executado; não-zero se ocorrer um "
-"erro."
+"     Devolve sucesso ou estado do comando executado; não-zero se ocorrer um erro."
 
-#: builtins.c:780
+#: builtins.c:764
 msgid ""
 "Move job to the foreground.\n"
 "    \n"
@@ -3654,14 +3381,12 @@ msgstr ""
 "     Estado de saída:\n"
 "     Estado do comando colocado em 1º plano ou falha se ocorrer um erro."
 
-#: builtins.c:795
+#: builtins.c:779
 msgid ""
 "Move jobs to the background.\n"
 "    \n"
-"    Place the jobs identified by each JOB_SPEC in the background, as if "
-"they\n"
-"    had been started with `&'.  If JOB_SPEC is not present, the shell's "
-"notion\n"
+"    Place the jobs identified by each JOB_SPEC in the background, as if they\n"
+"    had been started with `&'.  If JOB_SPEC is not present, the shell's notion\n"
 "    of the current job is used.\n"
 "    \n"
 "    Exit Status:\n"
@@ -3669,23 +3394,19 @@ msgid ""
 msgstr ""
 "Move a tarefa para 2º plano.\n"
 "     \n"
-"     Coloca a tarefa identificada com cada JOB_SPEC em 2º plano, como se "
-"tivessem\n"
-"     sido iniciados com \"&\". Se JOB_SPEC não existir, é usada a noção da "
-"consola de\n"
+"     Coloca a tarefa identificada com cada JOB_SPEC em 2º plano, como se tivessem\n"
+"     sido iniciados com \"&\". Se JOB_SPEC não existir, é usada a noção da consola de\n"
 "     tarefa actual.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que o controlo de tarefas esteja inactivo ou "
-"ocorra um erro."
+"     Devolve sucesso a não ser que o controlo de tarefas esteja inactivo ou ocorra um erro."
 
-#: builtins.c:809
+#: builtins.c:793
 msgid ""
 "Remember or display program locations.\n"
 "    \n"
 "    Determine and remember the full pathname of each command NAME.  If\n"
-"    no arguments are given, information about remembered commands is "
-"displayed.\n"
+"    no arguments are given, information about remembered commands is displayed.\n"
 "    \n"
 "    Options:\n"
 "      -d\tforget the remembered location of each NAME\n"
@@ -3720,10 +3441,9 @@ msgstr ""
 "     \t\tde comandos lembrados.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que NOME não seja encontrado ou indique uma "
-"opção inválida."
+"     Devolve sucesso a não ser que NOME não seja encontrado ou indique uma opção inválida."
 
-#: builtins.c:834
+#: builtins.c:818
 msgid ""
 "Display information about builtin commands.\n"
 "    \n"
@@ -3741,14 +3461,12 @@ msgid ""
 "      PATTERN\tPattern specifying a help topic\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless PATTERN is not found or an invalid option is "
-"given."
+"    Returns success unless PATTERN is not found or an invalid option is given."
 msgstr ""
 "Mostra informação sobre comandos internos.\n"
 "     \n"
 "     Mostra breves resumos de comandos internos. Se PADRÃO for\n"
-"     especificado, dá ajuda detalhada em todos os comandos que cumpram "
-"PADRÃO,\n"
+"     especificado, dá ajuda detalhada em todos os comandos que cumpram PADRÃO,\n"
 "     senão imprime a lista de tópicos de ajuda.\n"
 "     \n"
 "     Opções:\n"
@@ -3761,11 +3479,9 @@ msgstr ""
 "        PADRÃO\tPadrão que especifica um tópico de ajuda\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que PADRÃO não seja encontrado ou indique uma "
-"opção inválida."
+"     Devolve sucesso a não ser que PADRÃO não seja encontrado ou indique uma opção inválida."
 
-#: builtins.c:858
-#, fuzzy
+#: builtins.c:842
 msgid ""
 "Display or manipulate the history list.\n"
 "    \n"
@@ -3789,16 +3505,11 @@ msgid ""
 "      -s\tappend the ARGs to the history list as a single entry\n"
 "    \n"
 "    If FILENAME is given, it is used as the history file.  Otherwise,\n"
-"    if HISTFILE has a value, that is used. If FILENAME is not supplied\n"
-"    and HISTFILE is unset or null, the -a, -n, -r, and -w options have\n"
-"    no effect and return success.\n"
-"    \n"
-"    The fc builtin also operates on the history list.\n"
+"    if HISTFILE has a value, that is used, else ~/.bash_history.\n"
 "    \n"
 "    If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
 "    as a format string for strftime(3) to print the time stamp associated\n"
-"    with each displayed history entry.  No time stamps are printed "
-"otherwise.\n"
+"    with each displayed history entry.  No time stamps are printed otherwise.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is given or an error occurs."
@@ -3806,18 +3517,15 @@ msgstr ""
 "Mostra ou manipula a lista do histórico.\n"
 "     \n"
 "     Mostra a lista do histórico com nºs de linha, prefixando cada entrada\n"
-"     modificada com um \"*\". Um argumento de N lista só as últimas N "
-"entradas.\n"
+"     modificada com um \"*\". Um argumento de N lista só as últimas N entradas.\n"
 "     \n"
 "     Opções:\n"
 "        -c\tlimpa a lista eliminado todas as entradas\n"
 "        -d desvio\telimina a entrada do histórico na posição DESVIO.\n"
 "    \t\tDesvios negativos contam-se do final da lista do histórico\n"
 "     \n"
-"        -a\tacrescenta linhas de histórico desta sessão ao ficheiro de "
-"histórico\n"
-"        -n\tlê todas as linhas de histórico ainda não lidas do ficheiro de "
-"histórico\n"
+"        -a\tacrescenta linhas de histórico desta sessão ao ficheiro de histórico\n"
+"        -n\tlê todas as linhas de histórico ainda não lidas do ficheiro de histórico\n"
 "     \t\te acrescenta-as à lista de histórico\n"
 "        -r\tlê o ficheiro de histórico e acrescenta o conteúdo à lista de\n"
 "     \t\thistórico\n"
@@ -3828,21 +3536,16 @@ msgstr ""
 "        -s\tacrescenta ARGs à lista de histórico como entrada única\n"
 "     \n"
 "     Se NOMEFICH for dado, é usado como ficheiro de histórico. Senão,\n"
-"     se FICHHIST tiver um valor, será usado, caso contrário ~/."
-"bash_history.\n"
+"     se FICHHIST tiver um valor, será usado, caso contrário ~/.bash_history.\n"
 "     \n"
-"     Se a variável HISTTIMEFORMAT estiver definida e não for nula, o valor é "
-"usado\n"
-"     como cadeia de formato para strftime(3) para imprimir o carimbo "
-"associado\n"
-"     a cada entrada de histórico mostrada. Senão, não são imprimidos "
-"quaisquer carimbos.\n"
+"     Se a variável HISTTIMEFORMAT estiver definida e não for nula, o valor é usado\n"
+"     como cadeia de formato para strftime(3) para imprimir o carimbo associado\n"
+"     a cada entrada de histórico mostrada. Senão, não são imprimidos quaisquer carimbos.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro."
+"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro."
 
-#: builtins.c:899
+#: builtins.c:879
 msgid ""
 "Display status of jobs.\n"
 "    \n"
@@ -3878,18 +3581,15 @@ msgstr ""
 "        -r\trea cadeiae saída a tarefas em execução\n"
 "        -s\trea cadeiae saída a tarefas paradas\n"
 "     \n"
-"     Se -x for usado, COMANDO é executado após todas as especificações de "
-"tarefas\n"
-"     que aparecem em ARGS terem sido substituídas pela ID de processo do "
-"líder de\n"
+"     Se -x for usado, COMANDO é executado após todas as especificações de tarefas\n"
+"     que aparecem em ARGS terem sido substituídas pela ID de processo do líder de\n"
 "     grupo do processo dessat tarefa.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro.\n"
+"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro.\n"
 "     Se -x for usado, devolve o estado de saída de COMANDO."
 
-#: builtins.c:926
+#: builtins.c:906
 msgid ""
 "Remove jobs from current shell.\n"
 "    \n"
@@ -3912,16 +3612,14 @@ msgstr ""
 "     \n"
 "     Opções:\n"
 "        -a\tremove todas as tarefas se JOBSPEC não for indicado\n"
-"        -h\tmarcar cada JOBSPEC para que SIGHUP não seja enviado para a "
-"tarefa\n"
+"        -h\tmarcar cada JOBSPEC para que SIGHUP não seja enviado para a tarefa\n"
 "     \t\tse a consola receber um SIGHUP\n"
 "        -r\tremove só tarefas em execução\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que uma opção inválida ou JOBSPEC seja "
-"indicada."
+"     Devolve sucesso a não ser que uma opção inválida ou JOBSPEC seja indicada."
 
-#: builtins.c:945
+#: builtins.c:925
 msgid ""
 "Send a signal to a job.\n"
 "    \n"
@@ -3956,24 +3654,21 @@ msgstr ""
 "     \t\tassumidos como nºs de sinal para listar os nomes\n"
 "        -L\tsinónimo de -l\n"
 "     \n"
-"     Mata um interno da consola por dois motivos: permite usar as IDs de "
-"tarefa\n"
+"     Mata um interno da consola por dois motivos: permite usar as IDs de tarefa\n"
 "     em vez de IDs de processo e permite matar processos se o limite de\n"
 "     processos que pode criar for atingido.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro."
+"     Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro."
 
-#: builtins.c:969
+#: builtins.c:949
 msgid ""
 "Evaluate arithmetic expressions.\n"
 "    \n"
 "    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
 "    fixed-width integers with no check for overflow, though division by 0\n"
 "    is trapped and flagged as an error.  The following list of operators is\n"
-"    grouped into levels of equal-precedence operators.  The levels are "
-"listed\n"
+"    grouped into levels of equal-precedence operators.  The levels are listed\n"
 "    in order of decreasing precedence.\n"
 "    \n"
 "    \tid++, id--\tvariable post-increment, post-decrement\n"
@@ -4012,10 +3707,8 @@ msgstr ""
 "Avalia as expressões aritméticas.\n"
 "     \n"
 "     Avalia cada ARG como uma expressão aritmética. A avaliação é feita em\n"
-"     inteiros de largura fixa sem verificação de transporte, embora a "
-"divisão\n"
-"     por 0 seja sinalizada como erro. A seguinte lista de operadores é "
-"agrupada\n"
+"     inteiros de largura fixa sem verificação de transporte, embora a divisão\n"
+"     por 0 seja sinalizada como erro. A seguinte lista de operadores é agrupada\n"
 "     em níveis de igual prioridade. Os níveis estão listados\n"
 "     por ordem de precedência decrescente.\n"
 "     \n"
@@ -4040,10 +3733,8 @@ msgstr ""
 "     \t+=, -=, <<=, >>=,\n"
 "     \t&=, ^=, |=\tatribuição\n"
 "     \n"
-"     As variáveis de consola são permitidas como operandos. O nome da "
-"variável\n"
-"     é substituído pelo seu valor (convertido em inteiro de largura fixa) "
-"dentro\n"
+"     As variáveis de consola são permitidas como operandos. O nome da variável\n"
+"     é substituído pelo seu valor (convertido em inteiro de largura fixa) dentro\n"
 "     de uma expressão. A variável não tem de ter o seu atributo inteiro\n"
 "     activado para ser usado numa expressão.\n"
 "     \n"
@@ -4054,24 +3745,19 @@ msgstr ""
 "     Estado de saída:\n"
 "     Se o último ARG for avaliado como 0, let devolve 1; senão let devolve 0."
 
-#: builtins.c:1014
-#, fuzzy
+#: builtins.c:994
 msgid ""
 "Read a line from the standard input and split it into fields.\n"
 "    \n"
 "    Reads a single line from the standard input, or from file descriptor FD\n"
-"    if the -u option is supplied.  The line is split into fields as with "
-"word\n"
+"    if the -u option is supplied.  The line is split into fields as with word\n"
 "    splitting, and the first word is assigned to the first NAME, the second\n"
 "    word to the second NAME, and so on, with any leftover words assigned to\n"
-"    the last NAME.  Only the characters found in $IFS are recognized as "
-"word\n"
-"    delimiters. By default, the backslash character escapes delimiter "
-"characters\n"
+"    the last NAME.  Only the characters found in $IFS are recognized as word\n"
+"    delimiters. By default, the backslash character escapes delimiter characters\n"
 "    and newline.\n"
 "    \n"
-"    If no NAMEs are supplied, the line read is stored in the REPLY "
-"variable.\n"
+"    If no NAMEs are supplied, the line read is stored in the REPLY variable.\n"
 "    \n"
 "    Options:\n"
 "      -a array\tassign the words read to sequential indices of the array\n"
@@ -4079,14 +3765,11 @@ msgid ""
 "      -d delim\tcontinue until the first character of DELIM is read, rather\n"
 "    \t\tthan newline\n"
 "      -e\tuse Readline to obtain the line\n"
-"      -E\tuse Readline to obtain the line and use the bash default\n"
-"    \t\tcompletion instead of Readline's default completion\n"
 "      -i text\tuse TEXT as the initial text for Readline\n"
 "      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
 "    \t\tfor a newline, but honor a delimiter if fewer than\n"
 "    \t\tNCHARS characters are read before the delimiter\n"
-"      -N nchars\treturn only after reading exactly NCHARS characters, "
-"unless\n"
+"      -N nchars\treturn only after reading exactly NCHARS characters, unless\n"
 "    \t\tEOF is encountered or read times out, ignoring any\n"
 "    \t\tdelimiter\n"
 "      -p prompt\toutput the string PROMPT without a trailing newline before\n"
@@ -4104,40 +3787,33 @@ msgid ""
 "      -u fd\tread from file descriptor FD instead of the standard input\n"
 "    \n"
 "    Exit Status:\n"
-"    The return code is zero, unless end-of-file is encountered, read times "
-"out\n"
-"    (in which case it's greater than 128), a variable assignment error "
-"occurs,\n"
+"    The return code is zero, unless end-of-file is encountered, read times out\n"
+"    (in which case it's greater than 128), a variable assignment error occurs,\n"
 "    or an invalid file descriptor is supplied as the argument to -u."
 msgstr ""
 "Lê uma linha da entrada padrão e divide-a em campos.\n"
 "     \n"
 "     Lê uma linha da entrada padrão ou do descritor de ficheiro FD\n"
 "     se a opção -u for usada. A linha é dividida em campos como na divisão\n"
-"     de palavras e a primeira palavra é atribuída ao primeiro NOME, a "
-"segunda\n"
-"     ao segundo NOME, e assim por diante, com quaisquer palavras que "
-"sobrem \n"
-"     atribuídas ao último NOME. Só caracteres encontrados em $IFS são "
-"reconhecidos\n"
-"     como delimitadores de palavras.\n"
+"     de palavras e a primeira palavra é atribuída ao primeiro NOME, a segunda\n"
+"     ao segundo NOME, e assim por diante, com quaisquer palavras que sobrem \n"
+"     atribuídas ao último NOME. Só caracteres encontrados em $IFS são reconhecidos\n"
+"     como delimitadores de palavras. Por defeito, a barra esquerda \"\\\" escapa \n"
+"     delimitadores e novas linhas.\n"
 "     \n"
 "     Se não indicar NOMEs, a linha é armazenada na variável RESPONDER.\n"
 "     \n"
 "     Opções:\n"
-"        -a matriz\tatribui as palavras lidas a índices sequenciais da "
-"MATRIZ\n"
+"        -a matriz\tatribui as palavras lidas a índices sequenciais da MATRIZ\n"
 "     \t\tcomeçando em zero\n"
-"        -d delim\tcontinua até que o primeiro carácter de DELIM seja lido, "
-"em vez de\n"
+"        -d delim\tcontinua até que o primeiro carácter de DELIM seja lido, em vez de\n"
 "     \t\tnewline\n"
-"        -e\tusa Readline para obter a linha numa consola interactiva\n"
+"        -e\tusa Readline para obter a linha\n"
 "        -i texto\tusa TEXTO como texto inicial para Readline\n"
 "        -n ncars\tvolta após ler NCARS caracteres em vez de esperar\n"
 "     \t\tpor newline, mas respeita um delimitador se estiver\n"
 "     \t\tantes de NCARS caracteres\n"
-"        -N ncars\tvolta após ler exactamente NCARS caracteres, a não ser "
-"que\n"
+"        -N ncars\tvolta após ler exactamente NCARS caracteres, a não ser que\n"
 "     \t\tEOF seja encontrado ou a leitura esteja inactiva, ignorando\n"
 "     \t\tqualquer delimitador\n"
 "        -p prompt\timprime PROMPT na saída sem newline final antes de\n"
@@ -4155,13 +3831,11 @@ msgstr ""
 "        -u fd\tlê do descritor de ficheiro FD em vez da entrada padrão\n"
 "     \n"
 "     Estado de saída:\n"
-"     O código devolvido é zero, a não ser que end-of-file seja encontrado, "
-"haja\n"
-"     inacção (caso em que é maior que 128), ocorra um erro de atribuição de "
-"variável,\n"
+"     O código devolvido é zero, a não ser que end-of-file seja encontrado, haja\n"
+"     inacção (caso em que é maior que 128), ocorra um erro de atribuição de variável,\n"
 "     ou seja indicado um descritor de ficheiro inválido como argumento de -u."
 
-#: builtins.c:1064
+#: builtins.c:1042
 msgid ""
 "Return from a shell function.\n"
 "    \n"
@@ -4179,11 +3853,9 @@ msgstr ""
 "     executado dentro da função ou script.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve N, ou falha se a consola não estiver a executar uma função ou "
-"script."
+"     Devolve N, ou falha se a consola não estiver a executar uma função ou script."
 
-#: builtins.c:1077
-#, fuzzy
+#: builtins.c:1055
 msgid ""
 "Set or unset values of shell options and positional parameters.\n"
 "    \n"
@@ -4226,8 +3898,7 @@ msgid ""
 "              physical     same as -P\n"
 "              pipefail     the return value of a pipeline is the status of\n"
 "                           the last command to exit with a non-zero status,\n"
-"                           or zero if no command exited with a non-zero "
-"status\n"
+"                           or zero if no command exited with a non-zero status\n"
 "              posix        change the behavior of bash where the default\n"
 "                           operation differs from the Posix standard to\n"
 "                           match the standard\n"
@@ -4251,18 +3922,13 @@ msgid ""
 "          by default when the shell is interactive.\n"
 "      -P  If set, do not resolve symbolic links when executing commands\n"
 "          such as cd which change the current directory.\n"
-"      -T  If set, the DEBUG and RETURN traps are inherited by shell "
-"functions.\n"
+"      -T  If set, the DEBUG and RETURN traps are inherited by shell functions.\n"
 "      --  Assign any remaining arguments to the positional parameters.\n"
 "          If there are no remaining arguments, the positional parameters\n"
 "          are unset.\n"
 "      -   Assign any remaining arguments to the positional parameters.\n"
 "          The -x and -v options are turned off.\n"
 "    \n"
-"    If -o is supplied with no option-name, set prints the current shell\n"
-"    option settings. If +o is supplied with no option-name, set prints a\n"
-"    series of set commands to recreate the current option settings.\n"
-"    \n"
 "    Using + rather than - causes these flags to be turned off.  The\n"
 "    flags can also be used upon invocation of the shell.  The current\n"
 "    set of flags may be found in $-.  The remaining n ARGs are positional\n"
@@ -4280,12 +3946,10 @@ msgstr ""
 "     Opções:\n"
 "        -a  Marca variáveis modificadas ou criadas para exportação.\n"
 "         -b Notifica o fim da tarefa imediatamente.\n"
-"         -e Sai imediatamente se um comando sair com estado diferente de "
-"zero.\n"
+"         -e Sai imediatamente se um comando sair com estado diferente de zero.\n"
 "         -f Desactiva geração de nome de ficheiro (globbing).\n"
 "         -h Recordar localização de comandos à medida que são procurados.\n"
-"         -k Todos os argumentos de atribuição são colocados no ambiente para "
-"um\n"
+"         -k Todos os argumentos de atribuição são colocados no ambiente para um\n"
 "             comando, não só os que precedem o nome do comando.\n"
 "         -m Activa o controlo de tarefas.\n"
 "         -n Lê comandos, mas não os executa.\n"
@@ -4302,8 +3966,7 @@ msgstr ""
 "                  history        activa histórico de comandos\n"
 "                  ignoreeof     a consola não sai após ler EOF\n"
 "                  interactive-comments\n"
-"                                    permite que comentários apareçam em "
-"comandos interactivos\n"
+"                                    permite que comentários apareçam em comandos interactivos\n"
 "                  keyword        igual a -k\n"
 "                  monitor        igual a -m\n"
 "                  noclobber     igual a -C\n"
@@ -4314,16 +3977,11 @@ msgstr ""
 "                  nounset        igual a -u\n"
 "                  onecmd         igual a -t\n"
 "                  physical      igual a -P\n"
-"                  pipefail      o valor devolvido de um pipeline é o estado "
-"do\n"
-"                                    último comando a sair com estado não-"
-"zero,\n"
-"                                    ou zero se nenhum saiu com estado não-"
-"zero\n"
-"                  posix          altera o comportamento do bash onde a "
-"operação\n"
-"                                    predefinida diferir da norma Posix para "
-"cumprir\n"
+"                  pipefail      o valor devolvido de um pipeline é o estado do\n"
+"                                    último comando a sair com estado não-zero,\n"
+"                                    ou zero se nenhum saiu com estado não-zero\n"
+"                  posix          altera o comportamento do bash onde a operação\n"
+"                                    predefinida diferir da norma Posix para cumprir\n"
 "                                    a norma\n"
 "                  privileged    igual a -p\n"
 "                  verbose        igual a -v\n"
@@ -4332,28 +3990,24 @@ msgstr ""
 "        -p  Activado sempre que as ID de utilizador reais e efectivas não\n"
 "             coincidam. Desactiva o processamento do ficheiro $ ENV e a \n"
 "             importação de funções da consola. Desligar esta opção faz com\n"
-"             que os uid e gid efectivos sejam definidos para os uid e gid "
-"reais.\n"
+"             que os uid e gid efectivos sejam definidos para os uid e gid reais.\n"
 "        -t  Sair depois de ler e executar um comando.\n"
 "        -u  Trata as variáveis ​​não definidas como erro ao substituir.\n"
 "        -v  Imprime as linhas de entrada da consola à medida que são lidas.\n"
 "        -x  Imprime comandos e seus argumentos à medida que são executados.\n"
 "        -B  a consola realizará expansão de suporte\n"
-"        -C  Se definido, não permitir que ficheiros normais existentes "
-"sejam\n"
+"        -C  Se definido, não permitir que ficheiros normais existentes sejam\n"
 "             sobrescritos pelo redireccionamento da saída.\n"
 "        -E  se definido, ERR é herdada pelas funções de consola.\n"
 "        -H  Activa estilo ! de substituição do histórico. Esta bandeira\n"
 "             está activada por predefinição, em consolas interativas.\n"
 "        -P  Se definido, não resolve ligações simbólicas ao executar\n"
 "             comandos como \"cd\" que altera a pasta actual.\n"
-"        -T  Se definido, DEBUG e RETURN são herdadas por funções de "
-"consola.\n"
+"        -T  Se definido, DEBUG e RETURN são herdadas por funções de consola.\n"
 "        --  Atribui quaisquer outros argumentos aos parâmetros posicionais.\n"
 "             Se não houver mais argumentos, os parâmetros posicionais\n"
 "             são limpos.\n"
-"        -    Atribui quaisquer outros argumentos aos parâmetros "
-"posicionais.\n"
+"        -    Atribui quaisquer outros argumentos aos parâmetros posicionais.\n"
 "             As opções -x e -v são desactivadas.\n"
 "     \n"
 "     Usar + em vez de - faz com que as bandeiras sejam desactivadas. As\n"
@@ -4365,7 +4019,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve sucesso a não ser que indique uma opção inválida."
 
-#: builtins.c:1166
+#: builtins.c:1140
 msgid ""
 "Unset values and attributes of shell variables and functions.\n"
 "    \n"
@@ -4377,8 +4031,7 @@ msgid ""
 "      -n\ttreat each NAME as a name reference and unset the variable itself\n"
 "    \t\trather than the variable it references\n"
 "    \n"
-"    Without options, unset first tries to unset a variable, and if that "
-"fails,\n"
+"    Without options, unset first tries to unset a variable, and if that fails,\n"
 "    tries to unset a function.\n"
 "    \n"
 "    Some variables cannot be unset; also see `readonly'.\n"
@@ -4402,16 +4055,14 @@ msgstr ""
 "     Algumas variáveis não podem ser limpas; veja também \"readonly\".\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja "
-"só de leitura."
+"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja só de leitura."
 
-#: builtins.c:1188
+#: builtins.c:1162
 msgid ""
 "Set export attribute for shell variables.\n"
 "    \n"
 "    Marks each NAME for automatic export to the environment of subsequently\n"
-"    executed commands.  If VALUE is supplied, assign VALUE before "
-"exporting.\n"
+"    executed commands.  If VALUE is supplied, assign VALUE before exporting.\n"
 "    \n"
 "    Options:\n"
 "      -f\trefer to shell functions\n"
@@ -4426,8 +4077,7 @@ msgstr ""
 "Define o atributo de exportação em variáveis de consola.\n"
 "     \n"
 "     Marca cada NOME para exportação automática para o ambiente de futuros\n"
-"     comandos executados. Se VALOR for fornecido, atribui VALOR antes de "
-"exportar.\n"
+"     comandos executados. Se VALOR for fornecido, atribui VALOR antes de exportar.\n"
 "     \n"
 "     Opções:\n"
 "        -f\trefere funções de consola\n"
@@ -4437,10 +4087,9 @@ msgstr ""
 "     Um argumento \"--\" desactiva futuro processamento da opção.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja "
-"inválido."
+"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja inválido."
 
-#: builtins.c:1207
+#: builtins.c:1181
 msgid ""
 "Mark shell variables as unchangeable.\n"
 "    \n"
@@ -4470,17 +4119,15 @@ msgstr ""
 "        -a\trefere a variáveis de matriz indexadas\n"
 "        -A\trefere a variáveis de matriz associativas\n"
 "        -f\trefere a funções de consola\n"
-"        -p\tmostra uma lista de todas as variáveis ou funções só de "
-"leitura,\n"
+"        -p\tmostra uma lista de todas as variáveis ou funções só de leitura,\n"
 "     \t\tdependendo ou não se a opção -f é indicada\n"
 "     \n"
 "     Um argumento \"--\" desactiva futuro processamento da opção.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja "
-"inválido."
+"     Devolve sucesso a não ser que indique uma opção inválida ou NOME seja inválido."
 
-#: builtins.c:1229
+#: builtins.c:1203
 msgid ""
 "Shift positional parameters.\n"
 "    \n"
@@ -4498,17 +4145,14 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve sucesso a não ser que N seja negativo ou maior que $#."
 
-#: builtins.c:1241 builtins.c:1257
-#, fuzzy
+#: builtins.c:1215 builtins.c:1230
 msgid ""
 "Execute commands from a file in the current shell.\n"
 "    \n"
-"    Read and execute commands from FILENAME in the current shell. If the\n"
-"    -p option is supplied, the PATH argument is treated as a colon-\n"
-"    separated list of directories to search for FILENAME. If -p is not\n"
-"    supplied, $PATH is searched to find FILENAME. If any ARGUMENTS are\n"
-"    supplied, they become the positional parameters when FILENAME is "
-"executed.\n"
+"    Read and execute commands from FILENAME in the current shell.  The\n"
+"    entries in $PATH are used to find the directory containing FILENAME.\n"
+"    If any ARGUMENTS are supplied, they become the positional parameters\n"
+"    when FILENAME is executed.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns the status of the last command executed in FILENAME; fails if\n"
@@ -4525,18 +4169,15 @@ msgstr ""
 "     Devolve o estado do último comando executado em NOMEFICH; falha se\n"
 "     NOMEFICH não pode ser lido."
 
-#: builtins.c:1274
-#, fuzzy
+#: builtins.c:1246
 msgid ""
 "Suspend shell execution.\n"
 "    \n"
 "    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
-"    Unless forced, login shells and shells without job control cannot be\n"
-"    suspended.\n"
+"    Unless forced, login shells cannot be suspended.\n"
 "    \n"
 "    Options:\n"
-"      -f\tforce the suspend, even if the shell is a login shell or job\n"
-"    \t\tcontrol is not enabled.\n"
+"      -f\tforce the suspend, even if the shell is a login shell\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless job control is not enabled or an error occurs."
@@ -4550,10 +4191,9 @@ msgstr ""
 "        -f\tforçar a suspensão, mesmo que seja uma consola com sessão\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que o controlo de tarefa esteja inactivo ou "
-"ocorra um erro."
+"     Devolve sucesso a não ser que o controlo de tarefa esteja inactivo ou ocorra um erro."
 
-#: builtins.c:1292
+#: builtins.c:1262
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4587,8 +4227,7 @@ msgid ""
 "      -x FILE        True if the file is executable by you.\n"
 "      -O FILE        True if the file is effectively owned by you.\n"
 "      -G FILE        True if the file is effectively owned by your group.\n"
-"      -N FILE        True if the file has been modified since it was last "
-"read.\n"
+"      -N FILE        True if the file has been modified since it was last read.\n"
 "    \n"
 "      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
 "                       modification date).\n"
@@ -4609,8 +4248,7 @@ msgid ""
 "      STRING1 != STRING2\n"
 "                     True if the strings are not equal.\n"
 "      STRING1 < STRING2\n"
-"                     True if STRING1 sorts before STRING2 "
-"lexicographically.\n"
+"                     True if STRING1 sorts before STRING2 lexicographically.\n"
 "      STRING1 > STRING2\n"
 "                     True if STRING1 sorts after STRING2 lexicographically.\n"
 "    \n"
@@ -4638,10 +4276,8 @@ msgstr ""
 "Avalia a expressão condicional.\n"
 "     \n"
 "     Sai com estado 0 (verdadeiro) ou 1 (falso) dependendo da\n"
-"     avaliação de EXPR. As expressões podem ser unárias ou binárias. "
-"Expressões\n"
-"     uinárias são frequentemente usadas para examinar o estado de um "
-"ficheiro. Há\n"
+"     avaliação de EXPR. As expressões podem ser unárias ou binárias. Expressões\n"
+"     uinárias são frequentemente usadas para examinar o estado de um ficheiro. Há\n"
 "     também operadores de cadeias e operadores de comparação numérica.\n"
 "     \n"
 "     O comportamento do teste depende do número de argumentos. Leia a\n"
@@ -4651,17 +4287,14 @@ msgstr ""
 "     \n"
 "        -a FICHEIRO     Verdadeiro se o ficheiro existir.\n"
 "        -b FICHEIRO     Verdadeiro se o ficheiro for bloqueio especial.\n"
-"        -c FICHEIRO     Verdadeiro se o ficheiro for especial de "
-"caracteres.\n"
+"        -c FICHEIRO     Verdadeiro se o ficheiro for especial de caracteres.\n"
 "        -d FICHEIRO     Verdadeiro se o ficheiro for uma pasta.\n"
 "        -e FICHEIRO     Verdadeiro se o ficheiro existir.\n"
-"        -f FICHEIRO     Verdadeiro se o ficheiro existe e é um ficheiro "
-"normal.\n"
+"        -f FICHEIRO     Verdadeiro se o ficheiro existe e é um ficheiro normal.\n"
 "        -g FICHEIRO     Verdadeiro se o ficheiro for set-group-id.\n"
 "        -h FICHEIRO     Verdadeiro se o ficheiro for uma ligação simbólica.\n"
 "        -L FICHEIRO     Verdadeiro se o ficheiro for uma ligação simbólica.\n"
-"        -k FICHEIRO     Verdadeiro se o ficheiro tiver o bit \"sticky\" "
-"definido.\n"
+"        -k FICHEIRO     Verdadeiro se o ficheiro tiver o bit \"sticky\" definido.\n"
 "        -p FICHEIRO     Verdadeiro se o ficheiro for um pipe com nome.\n"
 "        -r FICHEIRO     Verdadeiro se o ficheiro for legível.\n"
 "        -s FICHEIRO     Verdadeiro se o ficheiro existe e não está vazio.\n"
@@ -4670,23 +4303,16 @@ msgstr ""
 "        -u FICHEIRO     Verdadeiro se o ficheiro for set-user-id.\n"
 "        -w FICHEIRO     Verdadeiro se o ficheiro for gravável por si.\n"
 "        -x FICHEIRO     Verdadeiro se o ficheiro for executável por si.\n"
-"        -O FICHEIRO     Verdadeiro se o ficheiro for efectivamente sua "
-"propriedade.\n"
-"        -G FICHEIRO     Verdadeiro se o ficheiro for efectivamente "
-"propriedade do seu grupo.\n"
-"        -N FICHEIRO     Verdadeiro se o ficheiro foi modificado desde a "
-"última vez que foi lido.\n"
+"        -O FICHEIRO     Verdadeiro se o ficheiro for efectivamente sua propriedade.\n"
+"        -G FICHEIRO     Verdadeiro se o ficheiro for efectivamente propriedade do seu grupo.\n"
+"        -N FICHEIRO     Verdadeiro se o ficheiro foi modificado desde a última vez que foi lido.\n"
 "     \n"
-"         FICHEIRO1 -nt FICHEIRO2 Verdadeiro se o ficheiro1 for mais novo "
-"que\n"
-"                                         o ficheiro2 (de acordo com a data "
-"de modificação).\n"
+"         FICHEIRO1 -nt FICHEIRO2 Verdadeiro se o ficheiro1 for mais novo que\n"
+"                                         o ficheiro2 (de acordo com a data de modificação).\n"
 "     \n"
-"         FICHEIRO1 -ot FICHEIRO2 Verdadeiro se ficheiro1 for mais antigo que "
-"o ficheiro2.\n"
+"         FICHEIRO1 -ot FICHEIRO2 Verdadeiro se ficheiro1 for mais antigo que o ficheiro2.\n"
 "     \n"
-"         FICHEIRO1 -ef FICHEIRO2 Verdadeiro se ficheiro1 for uma ligação "
-"rígida a file2.\n"
+"         FICHEIRO1 -ef FICHEIRO2 Verdadeiro se ficheiro1 for uma ligação rígida a file2.\n"
 "     \n"
 "     Operadores de cadeias:\n"
 "     \n"
@@ -4700,20 +4326,15 @@ msgstr ""
 "         CADEIA1 != CADEIA2\n"
 "                             Verdadeiro se as cadeias não são iguais.\n"
 "         CADEIA1 < CADEIA2\n"
-"                             Verdadeiro se CADEIA1 ficar antes de CADEIA2 "
-"lexicamente.\n"
+"                             Verdadeiro se CADEIA1 ficar antes de CADEIA2 lexicamente.\n"
 "         CADEIA1 > CADEIA2\n"
-"                             Verdadeiro se CADEIA1 ficar após CADEIA2 "
-"lexicamente.\n"
+"                             Verdadeiro se CADEIA1 ficar após CADEIA2 lexicamente.\n"
 "     \n"
 "     Outros operadores:\n"
 "     \n"
-"        -o OPÇÃO         Verdadeiro se a opção de consola OPÇÃO está "
-"activada.\n"
-"        -v VAR            Verdadeiro se a variável de consola VAR estiver "
-"definida.\n"
-"        -R VAR            Verdadeiro se a variável de consola VAR estiver "
-"definida e for um nome\n"
+"        -o OPÇÃO         Verdadeiro se a opção de consola OPÇÃO está activada.\n"
+"        -v VAR            Verdadeiro se a variável de consola VAR estiver definida.\n"
+"        -R VAR            Verdadeiro se a variável de consola VAR estiver definida e for um nome\n"
 "                            referência.\n"
 "        ! EXPR            Verdadeiro se EXPR for falso.\n"
 "        EXPR1 -a EXPR2 Verdadeiro se EXPR1 e EXPR2 forem verdadeiros.\n"
@@ -4722,17 +4343,15 @@ msgstr ""
 "        arg1 OP arg2    Testes aritméticos. OP é um de -eq, -ne,\n"
 "                           -lt, -le, -gt, ou -ge.\n"
 "     \n"
-"     Operadores binários aritméticos devolvem verdadeiro se ARG1 for igual, "
-"não\n"
+"     Operadores binários aritméticos devolvem verdadeiro se ARG1 for igual, não\n"
 "     igual, menor que, menor ou igual que, maior que ou maior ou igual que\n"
 "     ARG2.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso se EXPR for avaliada como verdadeiro; falha se EXPR "
-"for\n"
+"     Devolve sucesso se EXPR for avaliada como verdadeiro; falha se EXPR for\n"
 "     avaliado como falso ou for indicado um argumento inválido."
 
-#: builtins.c:1374
+#: builtins.c:1344
 msgid ""
 "Evaluate conditional expression.\n"
 "    \n"
@@ -4744,12 +4363,11 @@ msgstr ""
 "     Este é um sinónimo para o interno \"test\", mas o último argumento tem\n"
 "     de ser um \"]\" literal, para fechar o \"[\" aberto."
 
-#: builtins.c:1383
+#: builtins.c:1353
 msgid ""
 "Display process times.\n"
 "    \n"
-"    Prints the accumulated user and system times for the shell and all of "
-"its\n"
+"    Prints the accumulated user and system times for the shell and all of its\n"
 "    child processes.\n"
 "    \n"
 "    Exit Status:\n"
@@ -4757,61 +4375,45 @@ msgid ""
 msgstr ""
 "Mostrar tempos de processo.\n"
 "     \n"
-"     Imprime os tempos acumulados de utilizador e sistema para a consola e "
-"todos\n"
+"     Imprime os tempos acumulados de utilizador e sistema para a consola e todos\n"
 "     os seus processos-filho.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Sempre com sucesso."
 
-#: builtins.c:1395
-#, fuzzy
+#: builtins.c:1365
 msgid ""
 "Trap signals and other events.\n"
 "    \n"
-"    Defines and activates handlers to be run when the shell receives "
-"signals\n"
+"    Defines and activates handlers to be run when the shell receives signals\n"
 "    or other conditions.\n"
 "    \n"
-"    ACTION is a command to be read and executed when the shell receives the\n"
-"    signal(s) SIGNAL_SPEC.  If ACTION is absent (and a single SIGNAL_SPEC\n"
+"    ARG is a command to be read and executed when the shell receives the\n"
+"    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
 "    is supplied) or `-', each specified signal is reset to its original\n"
-"    value.  If ACTION is the null string each SIGNAL_SPEC is ignored by the\n"
+"    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
 "    shell and by the commands it invokes.\n"
 "    \n"
-"    If a SIGNAL_SPEC is EXIT (0) ACTION is executed on exit from the shell.\n"
-"    If a SIGNAL_SPEC is DEBUG, ACTION is executed before every simple "
-"command\n"
-"    and selected other commands. If a SIGNAL_SPEC is RETURN, ACTION is\n"
-"    executed each time a shell function or a script run by the . or source\n"
-"    builtins finishes executing.  A SIGNAL_SPEC of ERR means to execute "
-"ACTION\n"
-"    each time a command's failure would cause the shell to exit when the -e\n"
-"    option is enabled.\n"
-"    \n"
-"    If no arguments are supplied, trap prints the list of commands "
-"associated\n"
-"    with each trapped signal in a form that may be reused as shell input to\n"
-"    restore the same signal dispositions.\n"
+"    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  If\n"
+"    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.  If\n"
+"    a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or a\n"
+"    script run by the . or source builtins finishes executing.  A SIGNAL_SPEC\n"
+"    of ERR means to execute ARG each time a command's failure would cause the\n"
+"    shell to exit when the -e option is enabled.\n"
+"    \n"
+"    If no arguments are supplied, trap prints the list of commands associated\n"
+"    with each signal.\n"
 "    \n"
 "    Options:\n"
 "      -l\tprint a list of signal names and their corresponding numbers\n"
-"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC in a\n"
-"    \t\tform that may be reused as shell input; or for all trapped\n"
-"    \t\tsignals if no arguments are supplied\n"
-"      -P\tdisplay the trap commands associated with each SIGNAL_SPEC. At "
-"least\n"
-"    \t\tone SIGNAL_SPEC must be supplied. -P and -p cannot be used\n"
-"    \t\ttogether.\n"
-"    \n"
-"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
-"number.\n"
+"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
+"    \n"
+"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal number.\n"
 "    Signal names are case insensitive and the SIG prefix is optional.  A\n"
 "    signal may be sent to the shell with \"kill -signal $$\".\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless a SIGSPEC is invalid or an invalid option is "
-"given."
+"    Returns success unless a SIGSPEC is invalid or an invalid option is given."
 msgstr ""
 "Capturar sinais e outros eventos.\n"
 "     \n"
@@ -4820,40 +4422,32 @@ msgstr ""
 "     \n"
 "     ARG é um comando a ser lido e executado quando a consola recebe o(s)\n"
 "     sinal(is) SIGNAL_SPEC. Se ARG estiver ausente (e um único SIGNAL_SPEC\n"
-"     for fornecido) ou \"-\", cada sinal especificado é reposto no seu "
-"valor\n"
+"     for fornecido) ou \"-\", cada sinal especificado é reposto no seu valor\n"
 "     original. Se ARG for a cadeia nula, cada SIGNAL_SPEC será ignorado\n"
 "     pela consola e pelos comandos que chama.\n"
 "     \n"
 "     Se um SIGNAL_SPEC for EXIT (0) ARG é executado na saída da consola. Se\n"
 "     SIGNAL_SPEC é DEBUG, ARG é executado antes de cada comando simples. Se\n"
-"     SIGNAL_SPEC é RETURN, ARG é executado cada vez que uma função de "
-"consola\n"
-"     ou um script executado pelo . ou os internos terminam a execução. "
-"SIGNAL_SPEC\n"
-"     de ERR significa executar ARG cada vez que uma falha do comando faça "
-"com\n"
+"     SIGNAL_SPEC é RETURN, ARG é executado cada vez que uma função de consola\n"
+"     ou um script executado pelo . ou os internos terminam a execução. SIGNAL_SPEC\n"
+"     de ERR significa executar ARG cada vez que uma falha do comando faça com\n"
 "     que a consola sair quando a opção -e está activa.\n"
 "     \n"
 "     Se nenhum argumento for fornecido, trap imprime a lista de comandos \n"
 "     associados a cada sinal.\n"
 "     \n"
 "     Opções:\n"
-"        -l imprime uma lista de nomes de sinais e seus números "
-"correspondentes\n"
+"        -l imprime uma lista de nomes de sinais e seus números correspondentes\n"
 "        -p mostra os comandos trap associados a cada SIGNAL_SPEC\n"
 "     \n"
-"     Cada SIGNAL_SPEC é um nome de sinal em <signal.h> ou um número de "
-"sinal.\n"
-"     Os nomes dos sinais são insensíveis a maiúsculas e o prefixo SIG é "
-"opcional.\n"
+"     Cada SIGNAL_SPEC é um nome de sinal em <signal.h> ou um número de sinal.\n"
+"     Os nomes dos sinais são insensíveis a maiúsculas e o prefixo SIG é opcional.\n"
 "     Um sinal pode ser enviado para a consola com \"kill -signal $$\".\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que SIGSPEC seja inválido ou indique uma "
-"opção inválida."
+"     Devolve sucesso a não ser que SIGSPEC seja inválido ou indique uma opção inválida."
 
-#: builtins.c:1438
+#: builtins.c:1401
 msgid ""
 "Display information about command type.\n"
 "    \n"
@@ -4879,8 +4473,7 @@ msgid ""
 "      NAME\tCommand name to be interpreted.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success if all of the NAMEs are found; fails if any are not "
-"found."
+"    Returns success if all of the NAMEs are found; fails if any are not found."
 msgstr ""
 "Mostra informações sobre o tipo de comando.\n"
 "     \n"
@@ -4897,10 +4490,8 @@ msgstr ""
 "     \t\tque seria executado\n"
 "        -p\tdevolve o nome do ficheiro em disco que seria executado,\n"
 "     \t\tou nada se \"type -t NOME\" não devolver \"file\"\n"
-"        -t\tdevolve uma só palavra de entre \"alias\", \"keyword\", "
-"\"function\"\n"
-"     \t\t\"builtin\", \"file\" ou \"\", se NOME for um aliás, palavra "
-"reservada\n"
+"        -t\tdevolve uma só palavra de entre \"alias\", \"keyword\", \"function\"\n"
+"     \t\t\"builtin\", \"file\" ou \"\", se NOME for um aliás, palavra reservada\n"
 "     \t\tda consola, função de consola, interno da consola, ficheiro em\n"
 "     \t\tdisco, ou não encontrados, respectivamente\n"
 "     \n"
@@ -4908,16 +4499,13 @@ msgstr ""
 "        Nome do comando NOME a interpretar.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso se todos os NOMEs forem encontrados; falha se algum não "
-"for."
+"     Devolve sucesso se todos os NOMEs forem encontrados; falha se algum não for."
 
-#: builtins.c:1469
-#, fuzzy
+#: builtins.c:1432
 msgid ""
 "Modify shell resource limits.\n"
 "    \n"
-"    Provides control over the resources available to the shell and "
-"processes\n"
+"    Provides control over the resources available to the shell and processes\n"
 "    it creates, on systems that allow such control.\n"
 "    \n"
 "    Options:\n"
@@ -4954,21 +4542,16 @@ msgid ""
 "    Otherwise, the current value of the specified resource is printed.  If\n"
 "    no option is given, then -f is assumed.\n"
 "    \n"
-"    Values are in 1024-byte increments, except for -t, which is in seconds;\n"
-"    -p, which is in increments of 512 bytes; -R, which is in microseconds;\n"
-"    -b, which is in bytes; and -e, -i, -k, -n, -q, -r, -u, -x, and -P,\n"
-"    which accept unscaled values.\n"
-"    \n"
-"    When in posix mode, values supplied with -c and -f are in 512-byte\n"
-"    increments.\n"
+"    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
+"    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
+"    number of processes.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 msgstr ""
 "Modifica os limites de recursos da consola.\n"
 "     \n"
-"     Fornece controlo sobre os recursos disponíveis para consola e "
-"processos\n"
+"     Fornece controlo sobre os recursos disponíveis para consola e processos\n"
 "     que cria, em sistemas que permitem esse controlo.\n"
 "     \n"
 "     Opções:\n"
@@ -4979,8 +4562,7 @@ msgstr ""
 "        -c\to tamanho máximo dos ficheiros núcleo criados\n"
 "        -d\to tamanho máximo do segmento de dados de um processo\n"
 "        -e\ta prioridade máxima de agendamento (\"nice\")\n"
-"        -f\to tamanho máximo dos ficheiros escritos pela consola e seus "
-"filhos\n"
+"        -f\to tamanho máximo dos ficheiros escritos pela consola e seus filhos\n"
 "        -i\to número máximo de sinais pendentes\n"
 "        -k\to número máximo de kqueues alocados para este processo\n"
 "        -l\to tamanho máximo que um processo pode bloquear na memória\n"
@@ -4995,30 +4577,25 @@ msgstr ""
 "        -v\to tamanho da memória virtual\n"
 "        -x\to número máximo de bloqueios de ficheiros\n"
 "        -P\to número máximo de pseudo-terminais\n"
-"      -R\to tempo máximo que um processo em tempo real pode executar antes "
-"de bloquear\n"
+"      -R\to tempo máximo que um processo em tempo real pode executar antes de bloquear\n"
 "        -T\to número máximo de threads\n"
 "     \n"
 "     Nem todas as opções estão disponíveis em todas as plataformas.\n"
 "     \n"
 "     Se LIMIT for indicada, é o novo valor do recurso especificado; Os\n"
 "     valores LIMIT especiais \"soft\", \"hard\" e \"unlimited\" representam\n"
-"     o limite flexível actual, o limite rígido actual e nenhum limite, "
-"respectivamente.\n"
+"     o limite flexível actual, o limite rígido actual e nenhum limite, respectivamente.\n"
 "     Caso contrário, é imprimido o valor actual do recurso especificado. Se\n"
 "     nenhuma opção for indicada, então -f é assumido.\n"
 "     \n"
-"     Os valores estão em incrementos de 1024 bytes, exceto para -t, que é em "
-"segundos,\n"
-"     -p, que é em incrementos de 512 bytes e -u, que é um número de "
-"processos\n"
+"     Os valores estão em incrementos de 1024 bytes, exceto para -t, que é em segundos,\n"
+"     -p, que é em incrementos de 512 bytes e -u, que é um número de processos\n"
 "     sem escala.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que seja indicada uma opção inválida ou "
-"ocorra um erro."
+"     Devolve sucesso a não ser que seja indicada uma opção inválida ou ocorra um erro."
 
-#: builtins.c:1524
+#: builtins.c:1483
 msgid ""
 "Display or set file mode mask.\n"
 "    \n"
@@ -5037,45 +4614,36 @@ msgid ""
 msgstr ""
 "Mostrar ou definir a máscara do modo de ficheiro.\n"
 "     \n"
-"     Define a máscara do utilizador de criação de ficheiro para MODO. Se "
-"MODO\n"
+"     Define a máscara do utilizador de criação de ficheiro para MODO. Se MODO\n"
 "     for omitido, imprime o valor actual da máscara.\n"
 "     \n"
 "     Se MODO começa com um dígito, é interpretado como um número octal;\n"
-"     caso contrário, é uma cadeia de modo simbólico como a aceite por "
-"chmod(1).\n"
+"     caso contrário, é uma cadeia de modo simbólico como a aceite por chmod(1).\n"
 "     \n"
 "     Opções:\n"
-"        -p\tse MODO for omitido, saída de forma a que possa ser reutilizado "
-"como entrada\n"
-"        -S\ttorna a saída simbólica; caso contrário, a saída é um número "
-"octal\n"
+"        -p\tse MODO for omitido, saída de forma a que possa ser reutilizado como entrada\n"
+"        -S\ttorna a saída simbólica; caso contrário, a saída é um número octal\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve sucesso a não ser que MODO seja inválido ou indique uma opção "
-"inválida."
+"     Devolve sucesso a não ser que MODO seja inválido ou indique uma opção inválida."
 
-#: builtins.c:1544
+#: builtins.c:1503
 msgid ""
 "Wait for job completion and return exit status.\n"
 "    \n"
-"    Waits for each process identified by an ID, which may be a process ID or "
-"a\n"
+"    Waits for each process identified by an ID, which may be a process ID or a\n"
 "    job specification, and reports its termination status.  If ID is not\n"
 "    given, waits for all currently active child processes, and the return\n"
 "    status is zero.  If ID is a job specification, waits for all processes\n"
 "    in that job's pipeline.\n"
 "    \n"
-"    If the -n option is supplied, waits for a single job from the list of "
-"IDs,\n"
-"    or, if no IDs are supplied, for the next job to complete and returns "
-"its\n"
+"    If the -n option is supplied, waits for a single job from the list of IDs,\n"
+"    or, if no IDs are supplied, for the next job to complete and returns its\n"
 "    exit status.\n"
 "    \n"
 "    If the -p option is supplied, the process or job identifier of the job\n"
 "    for which the exit status is returned is assigned to the variable VAR\n"
-"    named by the option argument. The variable will be unset initially, "
-"before\n"
+"    named by the option argument. The variable will be unset initially, before\n"
 "    any assignment. This is useful only when the -n option is supplied.\n"
 "    \n"
 "    If the -f option is supplied, and job control is enabled, waits for the\n"
@@ -5088,76 +4656,52 @@ msgid ""
 msgstr ""
 "Aguarda a conclusão da tarefa e devolve o estado de saída.\n"
 "     \n"
-"     Espera por cada processo identificado por uma ID, que pode ser uma ID "
-"de\n"
-"     processo ou uma especificação de tarefa e relata o estado final. Se "
-"não\n"
-"     for dada uma ID, aguarda por todos os processos-filho actualmente "
-"activos e o\n"
-"     estado de saída é zero. Se ID for uma especificação de tarefa, espera "
-"por\n"
+"     Espera por cada processo identificado por uma ID, que pode ser uma ID de\n"
+"     processo ou uma especificação de tarefa e relata o estado final. Se não\n"
+"     for dada uma ID, aguarda por todos os processos-filho actualmente activos e o\n"
+"     estado de saída é zero. Se ID for uma especificação de tarefa, espera por\n"
 "     todos os processos no pipeline da tarefa.\n"
 "     \n"
-"     Se a opção -n for fornecida, espera por uma tarefa única da lista de "
-"IDs ou\n"
+"     Se a opção -n for fornecida, espera por uma tarefa única da lista de IDs ou\n"
 "     se não indicar IDs, pela conclusão da tarefa seguinte devolve\n"
 "     o seu estado de saída.\n"
 "     \n"
-"    Se a opção -p for indicada, o identificador de processo ou tarefa da "
-"tarefa\n"
+"    Se a opção -p for indicada, o identificador de processo ou tarefa da tarefa\n"
 "    para a qual foi devolvido o estado de saída é atribuído à variável VAR\n"
-"    nomeada pelo argumento da opção. A variável estará indefinida "
-"inicialmente,\n"
+"    nomeada pelo argumento da opção. A variável estará indefinida inicialmente,\n"
 "    antes de qualquer atribuição. Útil só quando a opção -n é indicada.\n"
 "    \n"
-"    Se a opção -f for indicada e o controlo de tarefas estiver activo, "
-"espera que\n"
-"    a ID especificada termine, em vez de esperar por uma alteração de "
-"estado.\n"
+"    Se a opção -f for indicada e o controlo de tarefas estiver activo, espera que\n"
+"    a ID especificada termine, em vez de esperar por uma alteração de estado.\n"
 "    \n"
 "     Estado de saída:\n"
-"     Devolve o estado da última ID; falha se a ID for inválida ou for "
-"indicada\n"
+"     Devolve o estado da última ID; falha se a ID for inválida ou for indicada\n"
 "     uma opção inválida, ou se -n for indicada e a consola não tiver filhos\n"
 "     inesperados."
 
-#: builtins.c:1575
+#: builtins.c:1534
 msgid ""
 "Wait for process completion and return exit status.\n"
 "    \n"
-"    Waits for each process specified by a PID and reports its termination "
-"status.\n"
+"    Waits for each process specified by a PID and reports its termination status.\n"
 "    If PID is not given, waits for all currently active child processes,\n"
 "    and the return status is zero.  PID must be a process ID.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns the status of the last PID; fails if PID is invalid or an "
-"invalid\n"
+"    Returns the status of the last PID; fails if PID is invalid or an invalid\n"
 "    option is given."
 msgstr ""
 "Aguarda a conclusão do processo e devolve o estado de saída.\n"
 "     \n"
-"     Espera por cada processo especificado por uma PID e reporta o estado "
-"final.\n"
-"     Se PID não for dada, aguarda por todos os processos-filho actualmente "
-"activos,\n"
+"     Espera por cada processo especificado por uma PID e reporta o estado final.\n"
+"     Se PID não for dada, aguarda por todos os processos-filho actualmente activos,\n"
 "     e o estado devolvido é zero. A PID tem de ser uma ID de processo.\n"
 "     \n"
 "     Estado de saída:\n"
-"     Devolve o estado da última PID; falha se PID for inválido ou for "
-"indicada\n"
+"     Devolve o estado da última PID; falha se PID for inválido ou for indicada\n"
 "     uma opção inválida."
 
-#: builtins.c:1590
-msgid ""
-"Execute PIPELINE, which can be a simple command, and negate PIPELINE's\n"
-"    return status.\n"
-"    \n"
-"    Exit Status:\n"
-"    The logical negation of PIPELINE's return status."
-msgstr ""
-
-#: builtins.c:1600
+#: builtins.c:1549
 msgid ""
 "Execute commands for each member in a list.\n"
 "    \n"
@@ -5171,18 +4715,15 @@ msgid ""
 msgstr ""
 "Executa comandos para cada membro numa lista.\n"
 "     \n"
-"     O ciclo \"for\" executa uma seqüência de comandos para cada membro "
-"numa\n"
-"     lista de itens. Se \"in PALAVRAS ...;\" não estiver presente, \" in "
-"\"$@\" \" é\n"
-"     assumido. Para cada elemento em PALAVRAS, NOME está definido para "
-"esseelemento,\n"
+"     O ciclo \"for\" executa uma seqüência de comandos para cada membro numa\n"
+"     lista de itens. Se \"in PALAVRAS ...;\" não estiver presente, \" in \"$@\" \" é\n"
+"     assumido. Para cada elemento em PALAVRAS, NOME está definido para esseelemento,\n"
 "     e os COMANDOS são executados.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1614
+#: builtins.c:1563
 msgid ""
 "Arithmetic for loop.\n"
 "    \n"
@@ -5206,14 +4747,13 @@ msgstr ""
 "     \t\tCOMANDOS\n"
 "     \t\t(( EXP3 ))\n"
 "     \tdone\n"
-"     EXP1, EXP2 e EXP3 são expressões aritméicas. Se alguma delas for "
-"omitida\n"
+"     EXP1, EXP2 e EXP3 são expressões aritméicas. Se alguma delas for omitida\n"
 "     comporta-se como se fosse avaliada como 1.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1632
+#: builtins.c:1581
 msgid ""
 "Select words from a list and execute commands.\n"
 "    \n"
@@ -5249,7 +4789,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1653
+#: builtins.c:1602
 msgid ""
 "Report time consumed by pipeline's execution.\n"
 "    \n"
@@ -5267,8 +4807,7 @@ msgstr ""
 "Reporta o tempo consumido pela execução do pipeline.\n"
 "     \n"
 "     Executa PIPELINE e imprime um resumo do tempo real, tempo de CPU do,\n"
-"     utilizador e tempo de CPU do sistema na execução de PIPELINE quando "
-"terminar.\n"
+"     utilizador e tempo de CPU do sistema na execução de PIPELINE quando terminar.\n"
 "     \n"
 "     Opções:\n"
 "        -p\timprime o resumo do tempo no formato portátil Posix\n"
@@ -5278,7 +4817,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     O estado devolvido é o estado de PIPELINE."
 
-#: builtins.c:1670
+#: builtins.c:1619
 msgid ""
 "Execute commands based on pattern matching.\n"
 "    \n"
@@ -5296,21 +4835,16 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1682
+#: builtins.c:1631
 msgid ""
 "Execute commands based on conditional.\n"
 "    \n"
-"    The `if COMMANDS' list is executed.  If its exit status is zero, then "
-"the\n"
-"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
-"is\n"
+"    The `if COMMANDS' list is executed.  If its exit status is zero, then the\n"
+"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list is\n"
 "    executed in turn, and if its exit status is zero, the corresponding\n"
-"    `then COMMANDS' list is executed and the if command completes.  "
-"Otherwise,\n"
-"    the `else COMMANDS' list is executed, if present.  The exit status of "
-"the\n"
-"    entire construct is the exit status of the last command executed, or "
-"zero\n"
+"    `then COMMANDS' list is executed and the if command completes.  Otherwise,\n"
+"    the `else COMMANDS' list is executed, if present.  The exit status of the\n"
+"    entire construct is the exit status of the last command executed, or zero\n"
 "    if no condition tested true.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5319,28 +4853,21 @@ msgstr ""
 "Executa comandos com base em condicional.\n"
 "     \n"
 "     A lista \"if COMANDOS\" é executada. Se o estado de saída for zero, é\n"
-"     executada a lista \"then COMANDOS\". Caso contrário, cada lista \"elif "
-"COMANDOS\"\n"
-"     é executado por sua vez e se o estado de saída for zero, a "
-"correspondente\n"
-"     lista \"then COMANDOS\" é executada e o comando if é concluído. De "
-"outra forma,\n"
-"     a lista \"else COMANDOS\" é executada, se presente. O estado de saída "
-"da\n"
-"     construção inteira é o estado de saída do último comando executado, ou "
-"zero\n"
+"     executada a lista \"then COMANDOS\". Caso contrário, cada lista \"elif COMANDOS\"\n"
+"     é executado por sua vez e se o estado de saída for zero, a correspondente\n"
+"     lista \"then COMANDOS\" é executada e o comando if é concluído. De outra forma,\n"
+"     a lista \"else COMANDOS\" é executada, se presente. O estado de saída da\n"
+"     construção inteira é o estado de saída do último comando executado, ou zero\n"
 "     se nenhuma condição for verdadeira.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1699
-#, fuzzy
+#: builtins.c:1648
 msgid ""
 "Execute commands as long as a test succeeds.\n"
 "    \n"
-"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS "
-"has\n"
+"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
 "    an exit status of zero.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5348,19 +4875,17 @@ msgid ""
 msgstr ""
 "Executa comandos enquanto o teste tiver sucesso.\n"
 "     \n"
-"     Expande e executa COMANDOS enquanto o comando final no ciclo\n"
-"     \"while COMANDOS\" tenha um estado de saída zero.\n"
+"     Expande e executa COMANDOS-2 enquanto o comando final em COMANDOS\n"
+"     tenha um estado de saída zero.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1711
-#, fuzzy
+#: builtins.c:1660
 msgid ""
 "Execute commands as long as a test does not succeed.\n"
 "    \n"
-"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS "
-"has\n"
+"    Expand and execute COMMANDS-2 as long as the final command in COMMANDS has\n"
 "    an exit status which is not zero.\n"
 "    \n"
 "    Exit Status:\n"
@@ -5368,13 +4893,13 @@ msgid ""
 msgstr ""
 "Executa comandos enquanto o teste não tiver sucesso.\n"
 "     \n"
-"     Expande e executa COMANDOS enquanto o comando final no ciclo\n"
-"     \"until COMANDOS\" tenha um estado de saída não zero.\n"
+"     Expande e executa COMANDOS-2 enquanto o comando final em COMANDOS\n"
+"     tenha um estado de saída não zero.\n"
 "     \n"
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1723
+#: builtins.c:1672
 msgid ""
 "Create a coprocess named NAME.\n"
 "    \n"
@@ -5388,8 +4913,7 @@ msgid ""
 msgstr ""
 "Cria um co-processo chamado NOME.\n"
 "     \n"
-"     Executa COMANDO assincronamente, com a saída e a entrada padrão "
-"ligadas\n"
+"     Executa COMANDO assincronamente, com a saída e a entrada padrão ligadas\n"
 "     via pipe a descritores de ficheiro atribuídos a índices 0 e 1 de uma \n"
 "     variável de matriz NOME na consola em execução.\n"
 "     O NOME predefinido é \"COPROC\".\n"
@@ -5397,13 +4921,12 @@ msgstr ""
 "     Estado de saída:\n"
 "     O comando coproc devolve um estado de saída 0."
 
-#: builtins.c:1737
+#: builtins.c:1686
 msgid ""
 "Define shell function.\n"
 "    \n"
 "    Create a shell function named NAME.  When invoked as a simple command,\n"
-"    NAME runs COMMANDs in the calling shell's context.  When NAME is "
-"invoked,\n"
+"    NAME runs COMMANDs in the calling shell's context.  When NAME is invoked,\n"
 "    the arguments are passed to the function as $1...$n, and the function's\n"
 "    name is in $FUNCNAME.\n"
 "    \n"
@@ -5420,7 +4943,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve sucesso a não ser que NOME seja só de leitura."
 
-#: builtins.c:1751
+#: builtins.c:1700
 msgid ""
 "Group commands as a unit.\n"
 "    \n"
@@ -5438,7 +4961,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve o estado do último comando executado."
 
-#: builtins.c:1763
+#: builtins.c:1712
 msgid ""
 "Resume job in foreground.\n"
 "    \n"
@@ -5462,7 +4985,7 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve o estado da tarefa retomada."
 
-#: builtins.c:1778
+#: builtins.c:1727
 msgid ""
 "Evaluate arithmetic expression.\n"
 "    \n"
@@ -5481,16 +5004,13 @@ msgstr ""
 "     Estado de saída:\n"
 "     Devolve 1 se EXPRESSÃO avaliar como 0; senão, devolve 0."
 
-#: builtins.c:1790
+#: builtins.c:1739
 msgid ""
 "Execute conditional command.\n"
 "    \n"
-"    Returns a status of 0 or 1 depending on the evaluation of the "
-"conditional\n"
-"    expression EXPRESSION.  Expressions are composed of the same primaries "
-"used\n"
-"    by the `test' builtin, and may be combined using the following "
-"operators:\n"
+"    Returns a status of 0 or 1 depending on the evaluation of the conditional\n"
+"    expression EXPRESSION.  Expressions are composed of the same primaries used\n"
+"    by the `test' builtin, and may be combined using the following operators:\n"
 "    \n"
 "      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
 "      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
@@ -5511,29 +5031,22 @@ msgstr ""
 "Executa o comando condicional.\n"
 "     \n"
 "     Devolve um estado de 0 ou 1, dependendo da avaliação da expressão\n"
-"     condicional EXPRESSÃO. As expressões são compostas pelas mesmas "
-"primárias\n"
-"     usadas pelo interno \"test\" e pode ser combinado com os seguintes "
-"operadores:\n"
+"     condicional EXPRESSÃO. As expressões são compostas pelas mesmas primárias\n"
+"     usadas pelo interno \"test\" e pode ser combinado com os seguintes operadores:\n"
 "     \n"
 "        ( EXPRESSÃO )\tDevolve o valor de EXPRESSÃO\n"
 "        ! EXPRESSÃO\t\tVerdadeiro se EXPRESSÃO for falsa; senão falso\n"
-"        EXPR1 && EXPR2\tVerdadeiro se EXPR1 e EXPR2 forem verdadeiras; senão "
-"falso\n"
-"        EXPR1 || EXPR2\tVerdadeiro se EXPR1 ou EXPR2 forem verdadeiras; "
-"senão falso\n"
-"     \n"
-"     Quando os operadores \"==\" e \"! =\" são usados, a cadeia à direita do "
-"operador\n"
-"     é usada como padrão e é feita a comparação de padrões. Quando o "
-"operador \"= ~\"\n"
-"     é usado, a cadeia à direita do operador é comparada como expressão "
-"regular.\n"
+"        EXPR1 && EXPR2\tVerdadeiro se EXPR1 e EXPR2 forem verdadeiras; senão falso\n"
+"        EXPR1 || EXPR2\tVerdadeiro se EXPR1 ou EXPR2 forem verdadeiras; senão falso\n"
+"     \n"
+"     Quando os operadores \"==\" e \"! =\" são usados, a cadeia à direita do operador\n"
+"     é usada como padrão e é feita a comparação de padrões. Quando o operador \"= ~\"\n"
+"     é usado, a cadeia à direita do operador é comparada como expressão regular.\n"
 "     \n"
 "     Os operadores && e || não avaliam EXPR2 se EXPR1 for suficiente para\n"
 "     determinar o valor da expressão."
 
-#: builtins.c:1816
+#: builtins.c:1765
 msgid ""
 "Common shell variable names and usage.\n"
 "    \n"
@@ -5591,11 +5104,9 @@ msgstr ""
 "    BASH_VERSION\tInformações de versão para esta bash.\n"
 "    CDPATH\tUma lista de pastas separadas por \":\" para procurar\n"
 "    \t\tpor pastas dadas como argumentos a \"cd\".\n"
-"    GLOBIGNORE\tUma lista de padrões separada por \":\" que descreve nomes "
-"de\n"
+"    GLOBIGNORE\tUma lista de padrões separada por \":\" que descreve nomes de\n"
 "    ficheiro a ignorar pela expansão do nome do caminho.\n"
-"    HISTFILE\tNome de ficheiro onde o seu histórico de comandos é "
-"armazenado.\n"
+"    HISTFILE\tNome de ficheiro onde o seu histórico de comandos é armazenado.\n"
 "    HISTFILESIZE\tNúmero máximo de linhas que este ficheiro pode conter.\n"
 "    HISTSIZE\tNúmero máximo de linhas de histórico a que uma consola em \n"
 "    \t\texecução pode aceder.\n"
@@ -5608,8 +5119,7 @@ msgstr ""
 "    \t\tvazia antes que a consola saia (predefinição 10).\n"
 "    \t\tQuando não definido, EOF significa o fim da entrada.\n"
 "    MACHTYPE\tDescrição do sistema actual em que a bash está em execução.\n"
-"    MAILCHECK\tFrequência, em segundos, com que a bash procura novo "
-"correio.\n"
+"    MAILCHECK\tFrequência, em segundos, com que a bash procura novo correio.\n"
 "    MAILPATH\tLista de ficheiros separados por \":\" onde a bash procura\n"
 "    \t\tnovas mensagens.\n"
 "    OSTYPE\tVersão Unix em que esta versão da bash está em execução.\n"
@@ -5632,17 +5142,15 @@ msgstr ""
 "    \t\t\"substring\" significa que a palavra de comando deve ser igual\n"
 "    \t\ta uma sub-cadeia da tarefa. Qualquer outro valor significa que\n"
 "    \t\to comando deve ser um prefixo de uma tarefa interrompida.\n"
-"    histchars\tCaracteres que controlam a expansão do histórico e "
-"substituições\n"
+"    histchars\tCaracteres que controlam a expansão do histórico e substituições\n"
 "    \t\trápidas. O primeiro carácter é o carácter de subtituição do\n"
 "    \t\thistórico, normalmente \"!\". O 2º é o de substituição rápida,\n"
 "    \t\thabitualmente \"^\". O terceiro é o comentário do histórico,\n"
 "    \t\tnormalmente \"#\".\n"
-"    HISTIGNORE\tLista de padrões separada por \":\" usados para decidir "
-"quais\n"
+"    HISTIGNORE\tLista de padrões separada por \":\" usados para decidir quais\n"
 "    \t\tos comandos que devem ser gravados na lista de histórico.\n"
 
-#: builtins.c:1873
+#: builtins.c:1822
 msgid ""
 "Add directories to stack.\n"
 "    \n"
@@ -5700,7 +5208,7 @@ msgstr ""
 "    Devolve sucesso a não ser que indique um argumento inválido ou a\n"
 "    troca de pastas falhe."
 
-#: builtins.c:1907
+#: builtins.c:1856
 msgid ""
 "Remove directories from stack.\n"
 "    \n"
@@ -5750,7 +5258,7 @@ msgstr ""
 "     Devolve sucesso a não ser que indique um argumento inválido ou a troca\n"
 "     de pastas falhe."
 
-#: builtins.c:1937
+#: builtins.c:1886
 msgid ""
 "Display directory stack.\n"
 "    \n"
@@ -5802,10 +5310,9 @@ msgstr ""
 "    \t\tpor zero.\n"
 "    \n"
 "    Estado de saída:\n"
-"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro"
+"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro."
 
-#: builtins.c:1968
+#: builtins.c:1917
 msgid ""
 "Set and unset shell options.\n"
 "    \n"
@@ -5841,8 +5348,7 @@ msgstr ""
 "    Devolve sucesso se OPTNOME estiver activado; falha se indicar uma opção\n"
 "    inválida ou OPTNOME esteja desactivada."
 
-#: builtins.c:1989
-#, fuzzy
+#: builtins.c:1938
 msgid ""
 "Formats and prints ARGUMENTS under control of the FORMAT.\n"
 "    \n"
@@ -5850,36 +5356,29 @@ msgid ""
 "      -v var\tassign the output to shell variable VAR rather than\n"
 "    \t\tdisplay it on the standard output\n"
 "    \n"
-"    FORMAT is a character string which contains three types of objects: "
-"plain\n"
-"    characters, which are simply copied to standard output; character "
-"escape\n"
+"    FORMAT is a character string which contains three types of objects: plain\n"
+"    characters, which are simply copied to standard output; character escape\n"
 "    sequences, which are converted and copied to the standard output; and\n"
-"    format specifications, each of which causes printing of the next "
-"successive\n"
+"    format specifications, each of which causes printing of the next successive\n"
 "    argument.\n"
 "    \n"
-"    In addition to the standard format characters csndiouxXeEfFgGaA "
-"described\n"
-"    in printf(3), printf interprets:\n"
+"    In addition to the standard format specifications described in printf(1),\n"
+"    printf interprets:\n"
 "    \n"
 "      %b\texpand backslash escape sequences in the corresponding argument\n"
 "      %q\tquote the argument in a way that can be reused as shell input\n"
 "      %Q\tlike %q, but apply any precision to the unquoted argument before\n"
 "    \t\tquoting\n"
-"      %(fmt)T\toutput the date-time string resulting from using FMT as a "
-"format\n"
+"      %(fmt)T\toutput the date-time string resulting from using FMT as a format\n"
 "    \t        string for strftime(3)\n"
 "    \n"
 "    The format is re-used as necessary to consume all of the arguments.  If\n"
 "    there are fewer arguments than the format requires,  extra format\n"
-"    specifications behave as if a zero value or null string, as "
-"appropriate,\n"
+"    specifications behave as if a zero value or null string, as appropriate,\n"
 "    had been supplied.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless an invalid option is given or a write or "
-"assignment\n"
+"    Returns success unless an invalid option is given or a write or assignment\n"
 "    error occurs."
 msgstr ""
 "Formata e imprime ARGUMENTOS sob controlo do FORMATO.\n"
@@ -5890,45 +5389,34 @@ msgstr ""
 "    \n"
 "    FORMATO é uma cadeia de caracteres que contém três tipos de objectos: \n"
 "    caracteres simples, que são simplesmente copiados para a saída padrão;\n"
-"    sequências de escape, que são convertidas e copiadas para a saída "
-"padrão; e\n"
-"    especificações de formato, cada uma das quais causa a impressão do "
-"argumento\n"
+"    sequências de escape, que são convertidas e copiadas para a saída padrão; e\n"
+"    especificações de formato, cada uma das quais causa a impressão do argumento\n"
 "    sucessivo seguinte.\n"
 "    \n"
 "    Além das especificações de formato padrão descritas em printf (1),\n"
 "    printf interpreta:\n"
 "    \n"
 "      %b\texpande sequências de escape para o argumento correspondente\n"
-"      %q\tcita o argumento de forma a ser reutilizado como entrada de "
-"consola\n"
-"      %(fmt)T\timprime a cadeia de data-hora resultante da utilização do "
-"FMT\n"
+"      %q\tcita o argumento de forma a ser reutilizado como entrada de consola\n"
+"      %(fmt)T\timprime a cadeia de data-hora resultante da utilização do FMT\n"
 "    \t\tcomo formato para strftime(3)\n"
 "    \n"
-"    O formato é reutilizado conforme necessário para consumir todos os "
-"argumentos.\n"
-"    E se há menos argumentos do que o formato requer, especificações de "
-"formato\n"
-"    extra comportam-se como um valor zero ou uma cadeia nula, conforme "
-"apropriado,\n"
+"    O formato é reutilizado conforme necessário para consumir todos os argumentos.\n"
+"    E se há menos argumentos do que o formato requer, especificações de formato\n"
+"    extra comportam-se como um valor zero ou uma cadeia nula, conforme apropriado,\n"
 "    tenha sido fornecido.\n"
 "    \n"
 "    Estado de saída:\n"
-"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro de\n"
+"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro de\n"
 "    escrita ou atribuição."
 
-#: builtins.c:2025
-#, fuzzy
+#: builtins.c:1974
 msgid ""
 "Specify how arguments are to be completed by Readline.\n"
 "    \n"
-"    For each NAME, specify how arguments are to be completed.  If no "
-"options\n"
-"    or NAMEs are supplied, display existing completion specifications in a "
-"way\n"
-"    that allows them to be reused as input.\n"
+"    For each NAME, specify how arguments are to be completed.  If no options\n"
+"    are supplied, existing completion specifications are printed in a way that\n"
+"    allows them to be reused as input.\n"
 "    \n"
 "    Options:\n"
 "      -p\tprint existing completion specifications in a reusable format\n"
@@ -5942,25 +5430,20 @@ msgid ""
 "    \t\tcommand) word\n"
 "    \n"
 "    When completion is attempted, the actions are applied in the order the\n"
-"    uppercase-letter options are listed above. If multiple options are "
-"supplied,\n"
-"    the -D option takes precedence over -E, and both take precedence over -"
-"I.\n"
+"    uppercase-letter options are listed above. If multiple options are supplied,\n"
+"    the -D option takes precedence over -E, and both take precedence over -I.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
 msgstr ""
 "Especifica como os argumentos devem ser concluídos por Readline.\n"
 "    \n"
-"    Para cada NOME, especifica como os argumentos devem ser concluídos. Se "
-"não \n"
-"    fornecer opções, as especificações de conclusão existentes são "
-"imprimidas\n"
+"    Para cada NOME, especifica como os argumentos devem ser concluídos. Se não \n"
+"    fornecer opções, as especificações de conclusão existentes são imprimidas\n"
 "    de forma a permitir que sejam reutilizadas como entrada.\n"
 "    \n"
 "    Opções:\n"
-"      -p\timprime especificações de conclusão existentes em formato "
-"reutilizável\n"
+"      -p\timprime especificações de conclusão existentes em formato reutilizável\n"
 "      -r\tremove uma especificação de conclusão para cada NOME, ou, se não\n"
 "    \t\tforneceu NOMEs, todas as especificações de conclusão\n"
 "      -D\taplica as conclusões e acções como predefinição para comandos\n"
@@ -5971,28 +5454,19 @@ msgstr ""
 "    \t\tcomando)\n"
 "    \n"
 "    Quando a conclusão é tentada, as acções são aplicadas na ordem em que \n"
-"    as opções de letras maiúsculas estão listadas acima. Se forem fornecidas "
-"múltiplas\n"
-"    opções, a opção -D toma precedência sobre -E e ambas têm precedência "
-"sobre -I.\n"
+"    as opções de letras maiúsculas estão listadas acima. Se forem fornecidas múltiplas\n"
+"    opções, a opção -D toma precedência sobre -E e ambas têm precedência sobre -I.\n"
 "    \n"
 "    Estado da saída:\n"
-"devolve sucesso a não ser que seja fornecida uma opção inválida ou ocorra um "
-"erro."
+"devolve sucesso a não ser que seja fornecida uma opção inválida ou ocorra um erro."
 
-#: builtins.c:2055
-#, fuzzy
+#: builtins.c:2004
 msgid ""
 "Display possible completions depending on the options.\n"
 "    \n"
 "    Intended to be used from within a shell function generating possible\n"
-"    completions.  If the optional WORD argument is present, generate "
-"matches\n"
-"    against WORD.\n"
-"    \n"
-"    If the -V option is supplied, store the possible completions in the "
-"indexed\n"
-"    array VARNAME instead of printing them to the standard output.\n"
+"    completions.  If the optional WORD argument is supplied, matches against\n"
+"    WORD are generated.\n"
 "    \n"
 "    Exit Status:\n"
 "    Returns success unless an invalid option is supplied or an error occurs."
@@ -6004,19 +5478,15 @@ msgstr ""
 "    são geradas comparações com PALAVRA.\n"
 "    \n"
 "    Estado de saída:\n"
-"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um "
-"erro."
+"    Devolve sucesso a não ser que indique uma opção inválida ou ocorra um erro."
 
-#: builtins.c:2073
+#: builtins.c:2019
 msgid ""
 "Modify or display completion options.\n"
 "    \n"
-"    Modify the completion options for each NAME, or, if no NAMEs are "
-"supplied,\n"
-"    the completion currently being executed.  If no OPTIONs are given, "
-"print\n"
-"    the completion options for each NAME or the current completion "
-"specification.\n"
+"    Modify the completion options for each NAME, or, if no NAMEs are supplied,\n"
+"    the completion currently being executed.  If no OPTIONs are given, print\n"
+"    the completion options for each NAME or the current completion specification.\n"
 "    \n"
 "    Options:\n"
 "    \t-o option\tSet completion option OPTION for each NAME\n"
@@ -6040,12 +5510,9 @@ msgid ""
 msgstr ""
 "Modifica ou mostra as opções de conclusão.\n"
 "    \n"
-"    Modifica as opções de conclusão para cada NOME, ou, se não fornecer "
-"NOME,\n"
-"    a conclusão actualmente em execução. Se nenhuma OPÇÃO for fornecida, "
-"imprime\n"
-"    as opções de conclusão para cada NOME ou a especificação de conclusão "
-"actual.\n"
+"    Modifica as opções de conclusão para cada NOME, ou, se não fornecer NOME,\n"
+"    a conclusão actualmente em execução. Se nenhuma OPÇÃO for fornecida, imprime\n"
+"    as opções de conclusão para cada NOME ou a especificação de conclusão actual.\n"
 "    \n"
 "    Opções:\n"
 "    \t-o opção\tDefine opção de conclusão OPÇÃO para cada NOME\n"
@@ -6057,40 +5524,31 @@ msgstr ""
 "    \n"
 "    Argumentos:\n"
 "    \n"
-"    Cada NOME refere-se a um comando para o qual uma especificação de "
-"conclusão\n"
-"    deve ter sido anteriormente definida usando o interno \"complete\". Se "
-"não\n"
+"    Cada NOME refere-se a um comando para o qual uma especificação de conclusão\n"
+"    deve ter sido anteriormente definida usando o interno \"complete\". Se não\n"
 "    forneceu NOMEs, compopt tem de ser chamado por uma função actualmente a\n"
-"    gerar conclusões e as opções para esse gerador de conclusões "
-"actualmente\n"
+"    gerar conclusões e as opções para esse gerador de conclusões actualmente\n"
 "    em execução são modificadas.\n"
 "    \n"
 "    Estado de saída:\n"
-"    Devolve sucesso a não ser que indique uma opção inválida ou NOME não "
-"tenha\n"
+"    Devolve sucesso a não ser que indique uma opção inválida ou NOME não tenha\n"
 "    uma especificação de conclusão definida."
 
-#: builtins.c:2104
+#: builtins.c:2050
 msgid ""
 "Read lines from the standard input into an indexed array variable.\n"
 "    \n"
-"    Read lines from the standard input into the indexed array variable "
-"ARRAY, or\n"
-"    from file descriptor FD if the -u option is supplied.  The variable "
-"MAPFILE\n"
+"    Read lines from the standard input into the indexed array variable ARRAY, or\n"
+"    from file descriptor FD if the -u option is supplied.  The variable MAPFILE\n"
 "    is the default ARRAY.\n"
 "    \n"
 "    Options:\n"
 "      -d delim\tUse DELIM to terminate lines, instead of newline\n"
-"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
-"copied\n"
-"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
-"index is 0\n"
+"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are copied\n"
+"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default index is 0\n"
 "      -s count\tDiscard the first COUNT lines read\n"
 "      -t\tRemove a trailing DELIM from each line read (default newline)\n"
-"      -u fd\tRead lines from file descriptor FD instead of the standard "
-"input\n"
+"      -u fd\tRead lines from file descriptor FD instead of the standard input\n"
 "      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
 "      -c quantum\tSpecify the number of lines read between each call to\n"
 "    \t\t\tCALLBACK\n"
@@ -6103,31 +5561,25 @@ msgid ""
 "    element to be assigned and the line to be assigned to that element\n"
 "    as additional arguments.\n"
 "    \n"
-"    If not supplied with an explicit origin, mapfile will clear ARRAY "
-"before\n"
+"    If not supplied with an explicit origin, mapfile will clear ARRAY before\n"
 "    assigning to it.\n"
 "    \n"
 "    Exit Status:\n"
-"    Returns success unless an invalid option is given or ARRAY is readonly "
-"or\n"
+"    Returns success unless an invalid option is given or ARRAY is readonly or\n"
 "    not an indexed array."
 msgstr ""
 "Lê linhas da entrada padrão para uma variável de matriz indexada.\n"
 "    \n"
-"    Lê linhas da entrada padrão para a variável de matriz indexada MATRIZ, "
-"ou\n"
-"    do descritor de ficheiro FD se a opção -u for fornecida. A variável "
-"MAPFILE\n"
+"    Lê linhas da entrada padrão para a variável de matriz indexada MATRIZ, ou\n"
+"    do descritor de ficheiro FD se a opção -u for fornecida. A variável MAPFILE\n"
 "    é a MATRIZ predefinida.\n"
 "    \n"
 "    Opções:\n"
 "      -d delim\tUsa DELIM para terminar as linhas, em vez de nova linha\n"
 "      -n total\tCopia no máximo TOTAL linhas. Se TOTAL for 0, copia todas\n"
-"      -O origem\tComeça a atribuir a MATRIZ no índice ORIGEM. A predefinição "
-"é 0\n"
+"      -O origem\tComeça a atribuir a MATRIZ no índice ORIGEM. A predefinição é 0\n"
 "      -s total\tDescarta as primeiras TOTAL linhas lidas\n"
-"      -t\tRemove um DELIM inicial de cada linha lida (predefinição é nova "
-"linha)\n"
+"      -t\tRemove um DELIM inicial de cada linha lida (predefinição é nova linha)\n"
 "      -u fd\tLê linhas do descritor de ficheiro FD em vez da entrada padrão\n"
 "      -C retorno\tAvalia RETORNO cada vez que QUANTUM linhas são lidas\n"
 "      -c quantum\tEspecifica o número de linhas lidas entre cada chamada a\n"
@@ -6141,16 +5593,14 @@ msgstr ""
 "    matriz a ser atribuído e a linha a ser atribuída a esse elemento\n"
 "    como argumentos adicionais.\n"
 "    \n"
-"    Se não for fornecido com uma origem explícita, mapfile limpa MATRIZ "
-"antes\n"
+"    Se não for fornecido com uma origem explícita, mapfile limpa MATRIZ antes\n"
 "    de lhe fazer atribuições.\n"
 "    \n"
 "    Estado de saída:\n"
-"    Devolve sucesso a não ser que indique uma opção inválida, MATRIZ seja "
-"só\n"
+"    Devolve sucesso a não ser que indique uma opção inválida, MATRIZ seja só\n"
 "    de leitura ou não seja uma matriz indexada."
 
-#: builtins.c:2140
+#: builtins.c:2086
 msgid ""
 "Read lines from a file into an array variable.\n"
 "    \n"
@@ -6160,65 +5610,6 @@ msgstr ""
 "     \n"
 "     Um sinónimo para \"mapfile\"."
 
-#, c-format
-#~ msgid "%s: cannot open: %s"
-#~ msgstr "%s: impossível abrir: %s"
-
-#, c-format
-#~ msgid "%s: inlib failed"
-#~ msgstr "%s: falha inlib"
-
-#, c-format
-#~ msgid "%s: %s"
-#~ msgstr "%s: %s"
-
-#, c-format
-#~ msgid "%s: cannot execute binary file: %s"
-#~ msgstr "%s: impossível executar binário: %s"
-
-#, c-format
-#~ msgid "setlocale: LC_ALL: cannot change locale (%s)"
-#~ msgstr "setlocale: LC_ALL: não pode alterar o idioma (%s)"
-
-#, c-format
-#~ msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
-#~ msgstr "setlocale: LC_ALL: não pode alterar o idioma (%s): %s"
-
-#, c-format
-#~ msgid "setlocale: %s: cannot change locale (%s): %s"
-#~ msgstr "setlocale: %s: não pode alterar o idioma (%s): %s"
-
-#~ msgid ""
-#~ "Returns the context of the current subroutine call.\n"
-#~ "    \n"
-#~ "    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
-#~ "    \"$line $subroutine $filename\"; this extra information can be used "
-#~ "to\n"
-#~ "    provide a stack trace.\n"
-#~ "    \n"
-#~ "    The value of EXPR indicates how many call frames to go back before "
-#~ "the\n"
-#~ "    current one; the top frame is frame 0."
-#~ msgstr ""
-#~ "Devolve o contexto da actual chamada a sub-rotina.\n"
-#~ "     \n"
-#~ "     Sem EXPR, devolve \"$linha $nomefich\".  Com EXPR, devolve\n"
-#~ "     \"$linha $sub-rotina $nomefich\"; esta informação extra pode ser "
-#~ "usada\n"
-#~ "     para obter um rasto da pilha.\n"
-#~ "     \n"
-#~ "     O valor de EXPR indica quantas chamadas deve recuar antes da\n"
-#~ "     actual; a chamada superior é a chamada 0.\n"
-#~ "     Estado de saída:\n"
-#~ "     Devolve 0 a não ser que a consola não esteja a executar uma função "
-#~ "ou EXPR\n"
-#~ "     seja inválida."
-
-#, c-format
-#~ msgid "warning: %s: %s"
-#~ msgstr "aviso: %s: %s"
-
-#, c-format
 #~ msgid "%s: invalid associative array key"
 #~ msgstr "%s: chave de matriz associativa inválida"
 
index e702133851c564169dfb7a6c0b7c64a37e73a657..e8abd97b03fa3fbd14b1c0ffc8ab550ce73f35f7 100644 (file)
@@ -1,6 +1,6 @@
 /* print_command -- A way to make readable commands from a command tree. */
 
-/* Copyright (C) 1989-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -1199,7 +1199,7 @@ print_redirection (REDIRECT *redirect)
     case r_input_output:
       if (redirect->rflags & REDIR_VARASSIGN)
        cprintf ("{%s}", redir_word->word);
-      else if (redirector != 1)
+      else if (redirector != 0)
        cprintf ("%d", redirector);
       cprintf ("<> %s", redirectee->word);
       break;
diff --git a/redir.c b/redir.c
index 6e950f8469b300eeb584060f83053e3d00b8a552..343536b7bc0f81ea0d9fecd3da73fc5572f8ce6a 100644 (file)
--- a/redir.c
+++ b/redir.c
@@ -1,6 +1,6 @@
 /* redir.c -- Functions to perform input and output redirection. */
 
-/* Copyright (C) 1997-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -95,6 +95,7 @@ extern REDIRECT *exec_redirection_undo_list;
 static void add_exec_redirect (REDIRECT *);
 static int add_undo_redirect (int, enum r_instruction, int);
 static int add_undo_close_redirect (int);
+static int add_undo_fd_redirect (int, int);
 static int expandable_redirection_filename (REDIRECT *);
 static int stdin_redirection (enum r_instruction, int);
 static int undoablefd (int);
@@ -464,7 +465,11 @@ here_document_to_fd (WORD_DESC *redirectee, enum r_instruction ri)
 
 #if defined (F_GETPIPE_SZ)
       if (fcntl (herepipe[1], F_GETPIPE_SZ, 0) < document_len)
-       goto use_tempfile;
+       {
+         close (herepipe[0]);
+         close (herepipe[1]);
+         goto use_tempfile;
+       }
 #endif
 
       r = heredoc_write (herepipe[1], document, document_len);
@@ -483,6 +488,7 @@ here_document_to_fd (WORD_DESC *redirectee, enum r_instruction ri)
 
 use_tempfile:
 
+  /* TAG: use anonfiles here in a future version. */
   fd = sh_mktmpfd ("sh-thd", MT_USERANDOM|MT_USETMPDIR, &filename);
 
   /* If we failed for some reason other than the file existing, abort */
@@ -761,7 +767,7 @@ static int
 do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
 {
   WORD_DESC *redirectee;
-  int redir_fd, fd, redirector, r, oflags, rflags;
+  int redir_fd, fd, redirector, r, oflags, rflags, fdactive;
   intmax_t lfd;
   char *redirectee_word;
   enum r_instruction ri;
@@ -882,6 +888,8 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
       dispose_redirects (new_redirect);
     }
 
+  fdactive = 0;
+
   switch (ri)
     {
     case r_output_direction:
@@ -947,14 +955,17 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
              if (fd != redirector && (redirect->rflags & REDIR_VARASSIGN) && varassign_redir_autoclose)
                r = add_undo_close_redirect (redirector);             
              else if ((fd != redirector) && (fcntl (redirector, F_GETFD, 0) != -1))
-               r = add_undo_redirect (redirector, ri, -1);
+               {
+                 fdactive = 1;
+                 r = add_undo_redirect (redirector, ri, -1);
+               }
              else
                r = add_undo_close_redirect (redirector);
              REDIRECTION_ERROR (r, errno, fd);
            }
 
          /* inhibit call to sync_buffered_stream() for async processes */
-         if (redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0)
+         if ((redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0) && (flags & RX_UNDOABLE))
            check_bash_input (redirector);
 
          /* Make sure there is no pending output before we change the state
@@ -1062,13 +1073,17 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
                  if (fd != redirector && (redirect->rflags & REDIR_VARASSIGN) && varassign_redir_autoclose)
                    r = add_undo_close_redirect (redirector);         
                  else if ((fd != redirector) && (fcntl (redirector, F_GETFD, 0) != -1))
-                   r = add_undo_redirect (redirector, ri, -1);
+                   {
+                     fdactive = 1;
+                     r = add_undo_redirect (redirector, ri, -1);
+                   }
                  else
                    r = add_undo_close_redirect (redirector);
                  REDIRECTION_ERROR (r, errno, fd);
                }
 
-             check_bash_input (redirector);
+             if (flags & RX_UNDOABLE)
+               check_bash_input (redirector);
 
              if (redirect->rflags & REDIR_VARASSIGN)
                {
@@ -1120,7 +1135,10 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
              if ((redirect->rflags & REDIR_VARASSIGN) && varassign_redir_autoclose)
                r = add_undo_close_redirect (redirector);             
              else if (fcntl (redirector, F_GETFD, 0) != -1)
-               r = add_undo_redirect (redirector, ri, redir_fd);
+               {
+                 fdactive = 1;
+                 r = add_undo_redirect (redirector, ri, redir_fd);
+               }
              else
                r = add_undo_close_redirect (redirector);
              REDIRECTION_ERROR (r, errno, -1);
@@ -1137,7 +1155,7 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
            }
 
          /* inhibit call to sync_buffered_stream() for async processes */
-         if (redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0)
+         if ((redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0) && (flags & RX_UNDOABLE))
            check_bash_input (redirector);
 
          if (redirect->rflags & REDIR_VARASSIGN)
@@ -1221,7 +1239,7 @@ do_redirection_internal (REDIRECT *redirect, int flags, char **fnp)
          xtrace_fdchk (redirector);
 
          /* inhibit call to sync_buffered_stream() for async processes */
-         if (redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0)
+         if ((redirector != 0 || (subshell_environment & SUBSHELL_ASYNC) == 0) && (flags & RX_UNDOABLE))
            check_bash_input (redirector);
          r = close_buffered_fd (redirector);
 
@@ -1354,6 +1372,22 @@ add_undo_close_redirect (int fd)
   return 0;
 }
 
+static int
+add_undo_fd_redirect (int sfd, int rfd)
+{
+  REDIRECTEE rd, sd;
+  REDIRECT *nr;
+
+  sd.dest = sfd;
+  rd.dest = rfd;
+  nr = make_redirection (sd, r_move_input, rd, 0);
+  nr->rflags |= RX_INTERNAL;
+  nr->next = redirection_undo_list;
+  redirection_undo_list = nr;
+
+  return 0;
+}
+
 static void
 add_exec_redirect (REDIRECT *dummy_redirect)
 {
diff --git a/shell.c b/shell.c
index 59275c90b6573b4ea82c2d1e44008f8171135ae9..e59029cc46ebae0c4976ecb567de0b72660bfffd 100644 (file)
--- a/shell.c
+++ b/shell.c
@@ -1,6 +1,6 @@
 /* shell.c -- GNU's idea of the POSIX shell specification. */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -990,10 +990,7 @@ exit_shell (int s)
   /* Clean up the terminal if we are in a state where it's been modified. */
 #if defined (READLINE)
   if (bash_readline_initialized && RL_ISSTATE (RL_STATE_TERMPREPPED) && rl_deprep_term_function)
-{
-itrace("exit_shell: calling rl_deprep_term_function");
     (*rl_deprep_term_function) ();
-}
 #endif
   if (read_tty_modified ())
     read_tty_cleanup ();
@@ -1315,14 +1312,14 @@ uidget (void)
   (void) getresuid (&current_user.uid, &current_user.euid, &current_user.saveuid);
 #else
   current_user.uid = getuid ();
-  current_user.euid = geteuid ();
+  current_user.euid = current_user.saveuid = geteuid ();
 #endif
 
 #if HAVE_SETRESGID
   (void) getresgid (&current_user.gid, &current_user.egid, &current_user.savegid);
 #else
   current_user.gid = getgid ();
-  current_user.egid = getegid ();
+  current_user.egid = current_user.savegid = getegid ();
 #endif
 
   if (current_user.uid != u)
@@ -1741,7 +1738,18 @@ set_bash_input (void)
   if (interactive && no_line_editing == 0)
     with_input_from_stdin ();
   else if (interactive == 0)
-    with_input_from_buffered_stream (default_buffered_input, dollar_vars[0]);
+    {
+      errno = 0;
+      with_input_from_buffered_stream (default_buffered_input, dollar_vars[0]);
+      if (get_buffered_stream (default_buffered_input) == NULL)
+       {
+         last_command_exit_value = EX_NOINPUT;
+         if (errno != 0)
+           sys_error ("%s", _("error creating buffered stream"));
+         else
+           report_error ("%s", _("error creating buffered stream"));
+       }
+    }
   else
     with_input_from_stream (default_input, dollar_vars[0]);
 }
diff --git a/sig.c b/sig.c
index 54746815ea333b36a02110e92483d20b9fabfcf6..6de132597ce81c5f06615d253805d096a96cb6a8 100644 (file)
--- a/sig.c
+++ b/sig.c
@@ -574,8 +574,9 @@ termsig_sighandler (int sig)
   /* Set the event hook so readline will call it after the signal handlers
      finish executing, so if this interrupted character input we can get
      quick response.  If readline is active or has modified the terminal we
-     need to set this no matter what the signal is, though the check for
-     RL_STATE_TERMPREPPED is possibly redundant. */
+     need to set this no matter what the signal is; the check for
+     RL_STATE_TERMPREPPED is to handle the cases where we get a terminating
+     signal that readline *doesn't* handle while readline is executing. */
   if (RL_ISSTATE (RL_STATE_SIGHANDLER) || RL_ISSTATE (RL_STATE_TERMPREPPED))
     bashline_set_event_hook ();
   else if (RL_ISSTATE (RL_STATE_COMPLETING|RL_STATE_DISPATCHING))
diff --git a/subst.c b/subst.c
index 96222b6675558464690b0643df93c45ac9ca9613..284d8e0e67bc4a74052e3b72332a4d873a2368ed 100644 (file)
--- a/subst.c
+++ b/subst.c
@@ -4,7 +4,7 @@
 /* ``Have a little faith, there's magic in the night.  You ain't a
      beauty, but, hey, you're alright.'' */
 
-/* Copyright (C) 1987-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1987-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -1184,7 +1184,9 @@ string_extract_verbatim (const char *string, size_t slen, size_t *sindex, char *
 #endif
       if ((flags & SX_NOCTLESC) == 0 && c == CTLESC)
        {
-         i += 2;
+         i++;
+         CHECK_STRING_OVERRUN (i, i, slen, c);
+         ADVANCE_CHAR (string, slen, i);       /* CTLESC can quote mbchars */
          CHECK_STRING_OVERRUN (i, i, slen, c);
          continue;
        }
@@ -7001,9 +7003,9 @@ function_substitute (char *string, int quoted, int flags)
   
   subst_assign_varlist = 0;
 
-  push_context (lambdafunc.name, 1, temporary_env);            /* make local variables work */
   temporary_env = 0;
-  this_shell_function = &lambdafunc;  
+  push_context (lambdafunc.name, 1, temporary_env);            /* make local variables work */
+  this_shell_function = &lambdafunc;
 
   unwind_protect_int (verbose_flag);
   change_flag ('v', FLAG_OFF);
@@ -7492,9 +7494,16 @@ array_length_reference (const char *s)
      failure. */
   if ((var == 0 || invisible_p (var) || (assoc_p (var) == 0 && array_p (var) == 0)) && unbound_vars_is_error)
     {
+      set_exit_status (EXECUTION_FAILURE);
+#if 1
+      /* If the array isn't subscripted with `@' or `*', it's an error. */
+      if (ALL_ELEMENT_SUB (t[0]) == 0 || t[1] != RBRACK)
+        return (INTMAX_MIN);           /* caller prints error */
+#endif
+      /* If the variable is subscripted with `@' or `*', ksh93 allows it to
+        return 0. We treat it as a non-fatal error. */
       c = *--t;
       *t = '\0';
-      set_exit_status (EXECUTION_FAILURE);
       err_unboundvar (s);
       *t = c;
       return (-1);
@@ -7519,6 +7528,8 @@ array_length_reference (const char *s)
        return (var_isset (var) ? 1 : 0);
     }
 
+  /* If an array variable is set, length expansions for unset elements
+     return 0. This is compatible with ksh93. */
   if (assoc_p (var))
     {
       t[len - 1] = '\0';
diff --git a/support/bashbug.sh b/support/bashbug.sh
deleted file mode 100644 (file)
index ac93b61..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-#!/bin/sh -
-#
-# bashbug - create a bug report and mail it to the bug address
-#
-# The bug address depends on the release status of the shell.  Versions
-# with status `devel', `alpha', `beta', or `rc' mail bug reports to
-# chet@cwru.edu and, optionally, to bash-testers@cwru.edu.
-# Other versions send mail to bug-bash@gnu.org.
-#
-# Copyright (C) 1996-2021 Free Software Foundation, Inc.
-#
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-#
-# configuration section:
-#      these variables are filled in by the make target in Makefile
-#
-MACHINE="!MACHINE!"
-OS="!OS!"
-CC="!CC!"
-CFLAGS="!CFLAGS!"
-RELEASE="!RELEASE!"
-PATCHLEVEL="!PATCHLEVEL!"
-RELSTATUS="!RELSTATUS!"
-MACHTYPE="!MACHTYPE!"
-
-PATH=/bin:/usr/bin:/usr/local/bin:$PATH
-export PATH
-
-# Check if TMPDIR is set, default to /tmp
-: ${TMPDIR:=/tmp}
-
-#Securely create a temporary directory for the temporary files
-TEMPDIR=$TMPDIR/bbug.$$
-(umask 077 && mkdir "$TEMPDIR") || {
-       echo "$0: could not create temporary directory" >&2
-       exit 1
-}
-
-TEMPFILE1=$TEMPDIR/bbug1
-TEMPFILE2=$TEMPDIR/bbug2
-        
-USAGE="Usage: $0 [--help] [--version] [bug-report-email-address]"
-VERSTR="GNU bashbug, version ${RELEASE}.${PATCHLEVEL}-${RELSTATUS}"
-
-do_help= do_version=
-
-while [ $# -gt 0 ]; do
-       case "$1" in
-       --help)         shift ; do_help=y ;;
-       --version)      shift ; do_version=y ;;
-       --)             shift ; break ;;
-       -*)             echo "bashbug: ${1}: invalid option" >&2
-                       echo "$USAGE" >&2
-                       exit 2 ;;
-       *)              break ;;
-       esac
-done
-
-if [ -n "$do_version" ]; then
-       echo "${VERSTR}"
-       exit 0
-fi
-
-if [ -n "$do_help" ]; then
-       echo "${VERSTR}"
-       echo "${USAGE}"
-       echo
-       cat << HERE_EOF
-Bashbug is used to send mail to the Bash maintainers
-for when Bash doesn't behave like you'd like, or expect.
-
-Bashbug will start up your editor (as defined by the shell's
-EDITOR environment variable) with a preformatted bug report
-template for you to fill in. The report will be mailed to the
-bug-bash mailing list by default. See the manual for details.
-
-If you invoke bashbug by accident, just quit your editor without
-saving any changes to the template, and no bug report will be sent.
-HERE_EOF
-       exit 0
-fi
-
-# Figure out how to echo a string without a trailing newline
-N=`echo 'hi there\c'`
-case "$N" in
-*c)    n=-n c= ;;
-*)     n= c='\c' ;;
-esac
-
-BASHTESTERS="bash-testers@cwru.edu"
-
-case "$RELSTATUS" in
-alpha*|beta*|devel*|rc*)       BUGBASH=chet.ramey@case.edu ;;
-*)                             BUGBASH=bug-bash@gnu.org ;;
-esac
-
-case "$RELSTATUS" in
-alpha*|beta*|devel*|rc*)
-               echo "$0: This is a testing release.  Would you like your bug report"
-               echo "$0: to be sent to the bash-testers mailing list?"
-               echo $n "$0: Send to bash-testers? $c"
-               read ans
-               case "$ans" in
-               y*|Y*)  BUGBASH="${BUGBASH},${BASHTESTERS}" ;;
-               esac ;;
-esac
-
-BUGADDR="${1-$BUGBASH}"
-
-if [ -z "$DEFEDITOR" ] && [ -z "$EDITOR" ]; then
-       if [ -x /usr/bin/editor ]; then
-               DEFEDITOR=editor
-       elif [ -x /usr/local/bin/ce ]; then
-               DEFEDITOR=ce
-       elif [ -x /usr/local/bin/emacs ]; then
-               DEFEDITOR=emacs
-       elif [ -x /usr/contrib/bin/emacs ]; then
-               DEFEDITOR=emacs
-       elif [ -x /usr/bin/emacs ]; then
-               DEFEDITOR=emacs
-       elif [ -x /usr/bin/xemacs ]; then
-               DEFEDITOR=xemacs
-       elif [ -x /usr/bin/nano ]; then
-               DEFEDITOR=nano
-       elif [ -x /usr/contrib/bin/jove ]; then
-               DEFEDITOR=jove
-       elif [ -x /usr/local/bin/jove ]; then
-               DEFEDITOR=jove
-       elif [ -x /usr/bin/vi ]; then
-               DEFEDITOR=vi
-       else
-               echo "$0: No default editor found: attempting to use vi" >&2
-               DEFEDITOR=vi
-       fi
-fi
-
-
-: ${EDITOR=$DEFEDITOR}
-
-: ${USER=${LOGNAME-`whoami`}}
-
-trap 'rm -rf "$TEMPDIR"; exit 1' 1 2 3 13 15
-trap 'rm -rf "$TEMPDIR"' 0
-
-UN=
-if (uname) >/dev/null 2>&1; then
-       UN=`uname -a`
-fi
-
-if [ -f /usr/lib/sendmail ] ; then
-       RMAIL="/usr/lib/sendmail"
-       SMARGS="-i -t"
-elif [ -f /usr/sbin/sendmail ] ; then
-       RMAIL="/usr/sbin/sendmail"
-       SMARGS="-i -t"
-else
-       RMAIL=rmail
-       SMARGS="$BUGADDR"
-fi
-
-INITIAL_SUBJECT='[50 character or so descriptive subject here (for reference)]'
-
-cat > "$TEMPFILE1" <<EOF
-From: ${USER}
-To: ${BUGADDR}
-Subject: ${INITIAL_SUBJECT}
-
-Configuration Information [Automatically generated, do not change]:
-Machine: $MACHINE
-OS: $OS
-Compiler: $CC
-Compilation CFLAGS: $CFLAGS
-uname output: $UN
-Machine Type: $MACHTYPE
-
-Bash Version: $RELEASE
-Patch Level: $PATCHLEVEL
-Release Status: $RELSTATUS
-
-Description:
-       [Detailed description of the problem, suggestion, or complaint.]
-
-Repeat-By:
-       [Describe the sequence of events that causes the problem
-       to occur.]
-
-Fix:
-       [Description of how to fix the problem.  If you don't know a
-       fix for the problem, don't include this section.]
-EOF
-
-cp "$TEMPFILE1" "$TEMPFILE2"
-chmod u+w "$TEMPFILE1"
-
-trap '' 2              # ignore interrupts while in editor
-
-edstat=1
-while [ $edstat -ne 0 ]; do
-       $EDITOR "$TEMPFILE1"
-       edstat=$?
-
-       if [ $edstat -ne 0 ]; then
-               echo "$0: editor \`$EDITOR' exited with nonzero status."
-               echo "$0: Perhaps it was interrupted."
-               echo "$0: Type \`y' to give up, and lose your bug report;"
-               echo "$0: type \`n' to re-enter the editor."
-               echo $n "$0: Do you want to give up? $c"
-
-               read ans
-               case "$ans" in
-               [Yy]*) exit 1 ;;
-               esac
-
-               continue
-       fi
-
-       # find the subject from the temp file and see if it's been changed
-       CURR_SUB=`grep '^Subject: ' "$TEMPFILE1" | sed 's|^Subject:[    ]*||' | sed 1q`
-
-       case "$CURR_SUB" in
-       "${INITIAL_SUBJECT}")
-               echo
-               echo "$0: You have not changed the subject from the default."
-               echo "$0: Please use a more descriptive subject header."
-               echo "$0: Type \`y' to give up, and lose your bug report;"
-               echo "$0: type \`n' to re-enter the editor."
-               echo $n "$0: Do you want to give up? $c"
-
-               read ans
-               case "$ans" in
-               [Yy]*) exit 1 ;;
-               esac
-
-               echo "$0:  The editor will be restarted in five seconds."
-               sleep 5
-               edstat=1
-               ;;
-       esac
-
-done
-
-trap 'rm -rf "$TEMPDIR"; exit 1' 2     # restore trap on SIGINT
-
-if cmp -s "$TEMPFILE1" "$TEMPFILE2"
-then
-       echo "File not changed, no bug report submitted."
-       exit
-fi
-
-echo $n "Send bug report to ${BUGADDR}? [y/n] $c"
-read ans
-case "$ans" in
-[Nn]*) exit 0 ;;
-esac
-
-${RMAIL} $SMARGS < "$TEMPFILE1" || {
-       cat "$TEMPFILE1" >> $HOME/dead.bashbug
-       echo "$0: mail to ${BUGADDR} failed: report saved in $HOME/dead.bashbug" >&2
-       echo "$0: please send it manually to ${BUGADDR}" >&2
-}
-
-exit 0
diff --git a/support/checkbashisms b/support/checkbashisms
deleted file mode 100755 (executable)
index ea6cc14..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-#! /usr/bin/perl -w
-
-# This script is essentially copied from /usr/share/lintian/checks/scripts,
-# which is:
-#   Copyright (C) 1998 Richard Braakman
-#   Copyright (C) 2002 Josip Rodin
-# This version is
-#   Copyright (C) 2003 Julian Gilbey
-# 
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-
-use strict;
-
-(my $progname = $0) =~ s|.*/||;
-
-my $usage = <<"EOF";
-Usage: $progname [-n] script ...
-   or: $progname --help
-   or: $progname --version
-This script performs basic checks for the presence of bashisms
-in /bin/sh scripts.
-EOF
-
-my $version = <<"EOF";
-This is $progname, from the Debian devscripts package, version 2.10.7ubuntu5
-This code is copyright 2003 by Julian Gilbey <jdg\@debian.org>,
-based on original code which is copyright 1998 by Richard Braakman
-and copyright 2002 by Josip Rodin.
-This program comes with ABSOLUTELY NO WARRANTY.
-You are free to redistribute this code under the terms of the
-GNU General Public License, version 3, or (at your option) any later version.
-EOF
-
-my $opt_echo = 0;
-
-##
-## handle command-line options
-##
-if (int(@ARGV) == 0 or $ARGV[0] =~ /^(--help|-h)$/) { print $usage; exit 0; }
-if (@ARGV and $ARGV[0] =~ /^(--version|-v)$/) { print $version; exit 0; }
-if (@ARGV and $ARGV[0] =~ /^(--newline|-n)$/) { $opt_echo = 1; }
-
-
-my $status = 0;
-
-foreach my $filename (@ARGV) {
-    if ($filename eq '-n' or $filename eq '--newline') {
-       next;
-    }
-    unless (open C, "$filename") {
-       warn "cannot open script $filename for reading: $!\n";
-       $status |= 2;
-       next;
-    }
-
-    my $cat_string = "";
-
-    while (<C>) {
-       if ($. == 1) { # This should be an interpreter line
-           if (m,^\#!\s*(\S+),) {
-               my $interpreter = $1;
-               if ($interpreter =~ m,/bash$,) {
-                   warn "script $filename is already a bash script; skipping\n";
-                   $status |= 2;
-                   last;  # end this file
-               }
-               elsif ($interpreter !~ m,/(sh|ash|dash)$,) {
-                   warn "script $filename does not appear to be a /bin/sh script; skipping\n";
-                   $status |= 2;
-                   last;
-               }
-           } else {
-               warn "script $filename does not appear to have a \#! interpreter line;\nyou may get strange results\n";
-           }
-       }
-
-       next if m,^\s*\#,;  # skip comment lines
-       chomp;
-       my $orig_line = $_;
-
-       s/(?<!\\)\#.*$//;   # eat comments
-
-       if (m/(?:^|\s+)cat\s*\<\<\s*(\w+)/) {
-           $cat_string = $1;
-       }
-       elsif ($cat_string ne "" and m/^$cat_string/) {
-           $cat_string = "";
-       }
-       my $within_another_shell = 0;
-       if (m,(^|\s+)((/usr)?/bin/)?((b|d)?a|k|z|t?c)sh\s+-c\s*.+,) {
-           $within_another_shell = 1;
-       }
-       # if cat_string is set, we are in a HERE document and need not
-       # check for things
-       if ($cat_string eq "" and !$within_another_shell) {
-           my $found = 0;
-           my $match = '';
-           my $explanation = '';
-           my %bashisms = (
-               '(?:^|\s+)function\s+\w+' =>   q<'function' is useless>,
-               '(?:^|\s+)select\s+\w+' =>     q<'select' is not POSIX>,
-               '(?:^|\s+)source\s+(?:\.\/|\/|\$)[^\s]+' =>
-                                              q<should be '.', not 'source'>,
-               '(\[|test|-o|-a)\s*[^\s]+\s+==\s' =>
-                                              q<should be 'b = a'>,
-               '\s\|\&' =>                    q<pipelining is not POSIX>,
-               '\$\[\w+\]' =>                 q<arithmetic not allowed>,
-               '\$\{\w+\:\d+(?::\d+)?\}' =>   q<${foo:3[:1]}>,
-               '\$\{!\w+[@*]\}' =>            q<${!prefix[*|@]>,
-               '\$\{!\w+\}' =>                q<${!name}>,
-               '\$\{\w+(/.+?){1,2}\}' =>      q<${parm/?/pat[/str]}>,
-               '[^\\\]\{([^\s]+?,)+[^\\\}\s]+\}' =>
-                                              q<brace expansion>,
-               '(?:^|\s+)\w+\[\d+\]=' =>      q<bash arrays, H[0]>,
-               '\$\{\#?\w+\[[0-9\*\@]+\]\}' => q<bash arrays, ${name[0|*|@]}>,
-               '(?:^|\s+)(read\s*(?:;|$))' => q<read without variable>,
-               '\$\(\([A-Za-z]' => q<cnt=$((cnt + 1)) does not work in dash>,
-               'echo\s+-[e]' =>               q<echo -e>,
-               'exec\s+-[acl]' =>             q<exec -c/-l/-a name>,
-               '\blet\s' =>                   q<let ...>,
-               '\$RANDOM\b' =>                q<$RANDOM>,
-               '(?<!\$)\(\(' =>               q<'((' should be '$(('>,
-           );
-
-           if ($opt_echo) {
-               $bashisms{'echo\s+-[n]'} = 'q<echo -n>';
-           }
-
-           while (my ($re,$expl) = each %bashisms) {
-               if (m/($re)/) {
-                   $found = 1;
-                   $match = $1;
-                   $explanation = $expl;
-                   last;
-               }
-           }
-           # since this test is ugly, I have to do it by itself
-           # detect source (.) trying to pass args to the command it runs
-           if (not $found and m/^\s*(\.\s+[^\s]+\s+([^\s]+))/) {
-               if ($2 eq '&&' || $2 eq '||') {
-                   # everything is ok
-                   ;
-               } else {
-                   $found = 1;
-                   $match = $1;
-               }
-           }
-           unless ($found == 0) {
-               warn "possible bashism in $filename line $. ($explanation):\n$orig_line\n";
-               $status |= 1;
-           }
-       }
-    }
-
-    close C;
-}
-
-exit $status;
diff --git a/support/xenix-link.sh b/support/xenix-link.sh
deleted file mode 100755 (executable)
index 4d82e00..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-:
-# link bash for Xenix under SCO Unix
-#
-# For xenix 2.2:
-#      CC="cc -xenix -lx" ./configure
-#      edit config.h:
-#              comment out the define for HAVE_DIRENT_H
-#              enable the define for HAVE_SYS_NDIR_H to 1
-#      make
-#      CC="cc -xenix -lx" ./link.sh
-#
-# For xenix 2.3:
-#      CC="cc -x2.3" ./configure
-#      make
-#      CC="cc -x2.3" ./link.sh
-
-# Copyright (C) 1989-2002 Free Software Foundation, Inc.
-#
-#   This program is free software: you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation, either version 3 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-
-set -x
-
-rm -f bash
-
-if [ -z "$CC" ]
-then
-       if [ -f /unix ] && [ ! -f /xenix ]
-       then
-               CC="cc -xenix"
-       else
-               CC=gcc
-       fi
-fi
-
-try_dir=no
-try_23=no
-try_x=yes
-
-case "$CC" in
-*-ldir*) try_dir=yes ;;
-esac
-
-case "$CC" in
-*-lx*) try_23=no ; try_x=yes ;;
-esac
-
-case "$CC" in
-*-x2.3*|*-l2.3*) try_23=yes ; try_dir=yes ;;
-esac
-
-libs=
-try="socket"
-if [ $try_dir = yes ] ; then try="$try dir" ; fi
-if [ $try_23 = yes ] ; then try="$try 2.3" ; fi
-if [ $try_x = yes ] ; then try="$try x" ; fi
-for name in $try
-do
-       if [ -r "/lib/386/Slib${name}.a" ] ; then libs="$libs -l$name" ; fi
-done
-
-$CC -o bash shell.o eval.o y.tab.o \
-general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o \
-copy_cmd.o error.o expr.o flags.o nojobs.o subst.o hashcmd.o hashlib.o \
-mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o \
-version.o alias.o array.o braces.o bracecomp.o bashhist.o bashline.o \
-getcwd.o siglist.o vprint.o oslib.o list.o stringlib.o locale.o \
-xmalloc.o builtins/libbuiltins.a \
-lib/readline/libreadline.a lib/readline/libhistory.a \
--ltermcap lib/glob/libglob.a lib/tilde/libtilde.a lib/malloc/libmalloc.a \
-$libs
-
-ls -l bash
index e17a127a038d4b410e61fceb1af3f57cf7b65d8e..1e52e6b6641f2a8edf4a6e8c2889b0922afaf97c 100644 (file)
@@ -281,15 +281,89 @@ after 4 0
 + set +x
 ./arith9.sub: line 37: 4+: arithmetic syntax error: operand expected (error token is "+")
 x = 4+ y =
+== arraysub ==
+=== assoc_expand_once unset ===
+declare -a a=([0]="10")
+declare -a a=([0]="11")
+declare -a a=([0]="12")
+declare -a a=([0]="13")
+declare -a a=([0]="14")
+./arith10.sub: line 33: " ": arithmetic syntax error: operand expected (error token is "" "")
+declare -a a=([0]="16")
+declare -a a=([0]="17")
+declare -a a=([0]="18")
+./arith10.sub: line 38: "": arithmetic syntax error: operand expected (error token is """")
+declare -a a=([0]="20")
+declare -a a=([0]="21")
+declare -a a=([0]="22")
+declare -a a=([0]="23")
+./arith10.sub: line 44: ((: `a[]': not a valid identifier
+declare -a a=([0]="0")
+./arith10.sub: line 45: `a[]': not a valid identifier
+declare -a a=([0]="0")
+declare -a a=([0]="26")
+=== assoc_expand_once set ===
+declare -a a=([0]="10")
+declare -a a=([0]="11")
+declare -a a=([0]="12")
+declare -a a=([0]="13")
+declare -a a=([0]="14")
+./arith10.sub: line 33: " ": arithmetic syntax error: operand expected (error token is "" "")
+declare -a a=([0]="16")
+declare -a a=([0]="17")
+./arith10.sub: line 36: " ": arithmetic syntax error: operand expected (error token is "" "")
+./arith10.sub: line 38: "": arithmetic syntax error: operand expected (error token is """")
+declare -a a=([0]="20")
+declare -a a=([0]="21")
+./arith10.sub: line 41: "": arithmetic syntax error: operand expected (error token is """")
+declare -a a=([0]="23")
+./arith10.sub: line 44: ((: `a[]': not a valid identifier
+declare -a a=([0]="0")
+./arith10.sub: line 45: `a[]': not a valid identifier
+declare -a a=([0]="0")
+./arith10.sub: line 46: "": arithmetic syntax error: operand expected (error token is """")
+== substring ==
+12
+12
+
+
+345
+== cond ==
+1
+1
+0
+== arithsub ==
+0
+1 0
+0
+2 0
+./arith10.sub: line 80: "" : arithmetic syntax error: operand expected (error token is """ ")
+0
+4 0
+5 0
+6 0
+== arithcmd ==
+1 1
+2 1
+3 1
+./arith10.sub: line 89: ((: 1 -  : arithmetic syntax error: operand expected (error token is "-  ")
+4 1
+== letbltin ==
+1 1
+2 1
+./arith10.sub: line 94: let: 0 - "": arithmetic syntax error: operand expected (error token is """")
+3 1
+./arith10.sub: line 95: let: 0 - "": arithmetic syntax error: operand expected (error token is """")
+4 1
 8 12
-./arith.tests: line 332: ((: x=9 y=41 : arithmetic syntax error in expression (error token is "y=41 ")
-./arith.tests: line 336: a b: arithmetic syntax error in expression (error token is "b")
-./arith.tests: line 337: ((: a b: arithmetic syntax error in expression (error token is "b")
+./arith.tests: line 335: ((: x=9 y=41 : arithmetic syntax error in expression (error token is "y=41 ")
+./arith.tests: line 339: a b: arithmetic syntax error in expression (error token is "b")
+./arith.tests: line 340: ((: a b: arithmetic syntax error in expression (error token is "b")
 42
 42
 42
 42
 42
 42
-./arith.tests: line 352: 'foo' : arithmetic syntax error: operand expected (error token is "'foo' ")
-./arith.tests: line 355: b[c]d: arithmetic syntax error in expression (error token is "d")
+./arith.tests: line 355: 'foo' : arithmetic syntax error: operand expected (error token is "'foo' ")
+./arith.tests: line 358: b[c]d: arithmetic syntax error in expression (error token is "d")
index fec2afd02728a0ab5c0e29ad835c52a3a1aa59e0..4e36b005c35f8a2e3dac1c36cd22ad63591295cd 100644 (file)
@@ -321,6 +321,9 @@ ${THIS_SH} ./arith8.sub
 # expressions with unset variables and nounset enabled
 ${THIS_SH} ./arith9.sub
 
+# empty expressions in various arithmetic evaluation contexts
+${THIS_SH} ./arith10.sub
+
 x=4
 y=7
 
diff --git a/tests/arith10.sub b/tests/arith10.sub
new file mode 100644 (file)
index 0000000..291a7d2
--- /dev/null
@@ -0,0 +1,95 @@
+#   Copyright 2025 The Free Software Foundation
+#
+#   This program is free software: you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
+# let's see how various arithmetic contexts handle embedded double quotes and
+# empty expressions
+
+declare -a a
+
+afunc()
+{
+       a[0]=0
+
+       ( a[" "]=10 ; declare -p a )
+       ( (( a[" "]=11 )) ; declare -p a )
+       ( : $(( a[" "]=12 )) ; declare -p a )
+       ( let a\[" "\]=13 ; declare -p a )
+
+       ( declare "a[\" \"]=14" ; declare -p a )
+
+       ( a[\" \"]=15; declare -p a )
+       ( (( a[\" \"]=16 )) ; declare -p a )
+       ( : $(( a[\" \"]=17 )) ; declare -p a )
+       ( let "a[\" \"]"=18 ; declare -p a )
+
+       ( a[\"\"]=19 ; declare -p a )
+       ( (( a[\"\"]=20 )) ; declare -p a  )
+       ( : $(( a[\"\"]=21 )) ; declare -p a )
+       ( let "a[\"\"]"=22 ; declare -p a )
+
+       ( a[""]=23 ; declare -p a )
+       ( (( a[""]=24 )); declare -p a )
+       ( : $(( a[""]=25 )); declare -p a )
+       ( let 'a[""]=26' ; declare -p a )
+}
+
+echo == arraysub ==
+shopt -u assoc_expand_once
+echo === assoc_expand_once unset ===
+afunc
+
+unset a
+declare -a a
+
+shopt -s assoc_expand_once
+echo === assoc_expand_once set ===
+afunc
+unset a
+
+echo == substring ==
+a=12345
+
+echo ${a:0:2}
+echo ${a::2}
+
+echo ${a:2:0}
+echo ${a:2:}
+echo ${a:2}
+
+echo == cond ==
+[[ "" -gt 1 ]] ; echo $?
+[[ 1 -le "" ]] ; echo $?
+[[ 0 -eq "" ]] ; echo $?
+
+echo == arithsub ==
+echo $(( )) ; echo 1 $?
+echo $(( "" )) ; echo 2 $?
+echo $(( \"\" )) ; echo 3 $?
+echo $(()) ; echo 4 $?
+a=$(( )) ; echo 5 $?
+a=$(( "" )) ; echo 6 $?
+
+echo == arithcmd ==
+(( )) ; echo 1 $?
+(( "" )) ; echo 2 $?
+(( " " )) ; echo 3 $?
+(( 1 - "" )) ; echo 4 $?
+
+echo == letbltin ==
+let '' ; echo 1 $?
+let ' ' ; echo 2 $?
+let '0 - ""' ; echo 3 $?
+let "0 - \"\"" ; echo 4 $?
index 6b7b21c2ff6419b03d4840343366e4ff437f04a1..d9f50b5e38e049f0cc7b6862e4013adc7a674c4f 100644 (file)
@@ -133,7 +133,7 @@ length = 3
 value = new1 new2 new3
 ./array.tests: line 267: syntax error near unexpected token `&'
 ./array.tests: line 267: `badarray=( metacharacters like & need to be quoted in compound assignments)'
-./array.tests: line 271: narray: unbound variable
+./array.tests: line 271: narray[4]: unbound variable
 ./array1.sub: line 1: syntax error near unexpected token `('
 ./array1.sub: line 1: `printf "%s\n" -a a=(a 'b  c')'
 ./array2.sub: line 1: declare: `[]=asdf': not a valid identifier
index 7bcbc38802126eea5c2726a16d325520cea282ce..4a0c349dd477c3b826a0086732c25ddde8595344 100644 (file)
@@ -68,6 +68,17 @@ z x v t r p n l j h f d b
 10 8 6 4 2 0
 10 8 6 4 2 0
 -50 -45 -40 -35 -30 -25 -20 -15 -10 -5 0
+{1..7} {1..8} {1..9} {2..7} {2..8} {2..9} {3..7} {3..8} {3..9}
+{a..1} {a..2} {a..3} {b..1} {b..2} {b..3} {c..1} {c..2} {c..3}
+{a..1} {a..10} {b..1} {b..10} {c..1} {c..10}
+{a..1} {a..2} {a..3} {a..4} {c..1} {c..2} {c..3} {c..4}
+{1..4} {2..4} {3..4}
+{6..7} {6..8} {6..9}
+{abcde.f}
+X{..a}Z
+0{1..}2
+{a..1..5}
+x{1..a}0 x{1..a}1 x{1..a}2 y{1..a}0 y{1..a}1 y{1..a}2
 {1..10.f}
 {1..ff}
 {1..10..ff}
index e1920f29a9c8b317a68a535749712f429048b7d0..848d1fa7a8e982e51f0859f6338404dbb6b5b389 100644 (file)
@@ -130,6 +130,25 @@ echo {10..0..2}
 echo {10..0..-2}
 echo {-50..-0..5}
 
+# the outer sequence expression is invalid but the other brace expansions are ok
+# fixed post-bash-5.2
+
+echo {{1,2,3}..{7,8,9}}
+echo {{a..c}..{1..3}}
+echo {{a..c}..{1,10}}
+echo {{a,c}..{1..4}}
+
+echo {{1,2,3}..4}
+echo {6..{7,8,9}}
+
+# these are all invalid brace expansions
+
+echo {abcde.f}
+echo X{..a}Z
+echo 0{1..}2
+echo {a..1..5}
+echo {x,y}{1..a}{0,1,2}
+
 # bad
 echo {1..10.f}
 echo {1..ff}
index 1c582827b4ae76c1b390fe1b07f8c067011972fa..d708c188f7dc065ea6ae3c3d3e8dcc39b30d0b51 100644 (file)
@@ -426,7 +426,7 @@ SEE ALSO
     bash(1)
 
 IMPLEMENTATION
-    Copyright (C) 2024 Free Software Foundation, Inc.
+    Copyright (C) 2025 Free Software Foundation, Inc.
 
 These shell commands are defined internally.  Type `help' to see this list.
 Type `help name' to find out more about the function `name'.
index 1f9a3e2a30e68945e2992a56ee832757575cfbe1..e942701237c6586592607f9f608f76a948c4014a 100644 (file)
@@ -23,27 +23,27 @@ JOBaa bb cc ddCONTROL
 NOTFOUND
 ./comsub2.tests: line 75: p: command not found
 ./comsub2.tests: line 75: p: command not found
-expand_aliases         off
-expand_aliases         off
+expand_aliases         off
+expand_aliases         off
 outside:
 ./comsub2.tests: line 79: alias: p: not found
 alias e='echo inside redefine'
-expand_aliases         off
+expand_aliases         off
 1
-expand_aliases         on
+expand_aliases         on
 2
-expand_aliases         on
+expand_aliases         on
 outside:
 ./comsub2.tests: line 89: alias: p: not found
-expand_aliases         on
+expand_aliases         on
 1
 xx
-expand_aliases         on
+expand_aliases         on
 2
 xx
-expand_aliases         on
+expand_aliases         on
 outside:
-expand_aliases         on
+expand_aliases         on
 inside: 12 22 42
 outside: 42 2
 newlines
diff --git a/tests/cond-regexp.sub b/tests/cond-regexp.sub
deleted file mode 100644 (file)
index 724957d..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-VAR='[[:alpha:]]'
-
-[[ $VAR =~ '[[:alpha:]]' ]] && echo match 1
-
-[[ a =~ '[[:alpha:]]' ]] || echo match 2
-
-[[ a =~ [[:alpha:]] ]] && echo match 3
-
-[[ a =~ $VAR ]] && echo match 4
-
-[[ a =~ "$VAR" ]] || echo match 5
-
-line=aab
-[[ $line =~ [[:space:]]*(a)?b ]] && echo match 6
-
-V="alphabet"
-[[ $V == alphabet ]] && echo yes 1
-[[ $V == "alphabet" ]] && echo yes 2
-[[ $V == 'alphabet' ]] && echo yes 3
-[[ $V =~ alphabet ]] && echo yes 4
-[[ $V =~ "alphabet" ]] && echo yes 5
-[[ $V =~ 'alphabet' ]] && echo yes 6
-
-DOG="Dog name - 01 - Wiggles"
-REPAT='([[:alpha:][:blank:]]*)- ([[:digit:]]*) - (.*)$'
-if [[ $DOG =~ ([[:alpha:][:blank:]]*)-\ ([[:digit:]]*)\ -\ (.*)$ ]]
-then
-   echo Dog ${BASH_REMATCH[2]} is ${BASH_REMATCH[3]}
-fi
-if [[ $DOG =~ $REPAT ]]
-then
-   echo Dog ${BASH_REMATCH[2]} is ${BASH_REMATCH[3]}
-fi
-
-[[ $REPAT =~ "$REPAT" ]] && echo rematch 1
-
-v="one two buckle my shoe"
-[[ ${v} =~ "one two" ]] && echo matches 7
-
-[[ ${v} =~ (one two) ]] && echo matches 8
-
-[[ ${v} =~ one\ two ]] && echo matches 9
index 0a0ade518aa1f36047670f9ef669dc1cf7411694..e4605a9f398f63d3ad4db3bcc07275501ff319d5 100644 (file)
 #   You should have received a copy of the GNU General Public License
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
+: ${TMPDIR:=/tmp}
+TMPF=$TMPDIR/cond-invalid-$RANDOM
+
+cond_invalid()
+{
+       local r;
+       rm -f "$TMPF"
+       line=$1 ; shift
+       lhs=$1 ; shift
+       rhs=$1 ; shift
+
+       [[ $lhs =~ $rhs ]] 2>"$TMPF"
+       r=$?
+       if [ ! -s "$TMPF" ]; then
+                echo "cond-regexp2.sub: $line: expected invalid regexp error output to stderr" >&2
+       fi
+       rm -f "$TMPF"
+       return $r;
+}
+
 [[ "\\" =~ ["."] ]] && echo bad 1
 
 [[ "\\" =~ "[.]" ]] && echo bad 2
 
-[[ "\\" =~ [\. ]] && echo bad 3
+cond_invalid $LINENO '\\' '[\.'  && echo bad 3
 
 [[ "\\" =~ [\.] ]] && echo bad 4
 
 [[ "\\" =~ [\\] ]] || echo bad 5
 
-[[ x =~ [z-a] ]] && echo bad 6
+cond_invalid $LINENO x '[z-a]' && echo bad 6
 
-[[ x =~ [[:invalid:]abc] ]] && echo bad 7
+cond_invalid $LINENO x '[[:invalid:]abc]' && echo bad 7
 
 exp='x\'
-[[ x =~ $exp ]] && echo bad 8
+cond_invalid $LINENO x "$exp" && echo bad 8
 
 exp='a(xb'
-[[ x =~ $exp ]] && echo bad 9
+cond_invalid $LINENO x "$exp"  && echo bad 9
 
 [[ dog =~ [[=d=]].. ]] && echo ok 1
 [[ d.. =~ [[=d=]]\.\. ]] && echo ok 2
index da3a2bb26ba085ecc5f642171ca07767f3e7bfbb..a658b6b3cbce565795bd6b43dc5b062ed913deeb 100644 (file)
@@ -84,11 +84,6 @@ match control-a 2
 match control-a 3
 match control-a 4
 match control-a 5
-./cond-regexp2.sub: line 18: [[: invalid regular expression `[\.': brackets ([ ]) not balanced
-./cond-regexp2.sub: line 24: [[: invalid regular expression `[z-a]': invalid character range
-./cond-regexp2.sub: line 26: [[: invalid regular expression `[[:invalid:]abc]': invalid character class
-./cond-regexp2.sub: line 29: [[: invalid regular expression `x\': trailing backslash (\)
-./cond-regexp2.sub: line 32: [[: invalid regular expression `a(xb': parentheses not balanced
 ok 1
 ok 2
 ok 3
index 0e908d9428707f7c7ef5d61511fda3aaf91c2461..0116f202f8965c982736acaa8f794dd95c08f591 100644 (file)
@@ -79,7 +79,7 @@ this is ohio-state
 1
 0
 testb
-expand_aliases         on
+expand_aliases         on
 1
 1
 1
@@ -247,3 +247,25 @@ reached AND-AND body
 reached OR-OR body
 reached AND-AND group
 reached OR-OR group
+./exec17.sub: line 26: exec: notthere: not found
+after failed exec: 127
+./exec17.sub: line 31: exec: notthere: not found
+after failed exec with output redirection
+./exec17.sub: line 36: exec: notthere: not found
+./exec17.sub: line 37: 4: Bad file descriptor
+./exec17.sub: line 40: .: Is a directory
+after failed redir stdout
+after failed redir stderr
+./exec17.sub: line 44: exec: notthere: not found
+after failed exec with input redirection
+./exec17.sub: line 50: exec: notthere: not found
+after failed exec: 127
+./exec17.sub: line 55: exec: notthere: not found
+after failed exec with output redirection
+./exec17.sub: line 60: exec: notthere: not found
+./exec17.sub: line 61: 4: Bad file descriptor
+./exec17.sub: line 64: .: Is a directory
+after failed redir stdout
+after failed redir stderr
+./exec17.sub: line 68: exec: notthere: not found
+after failed exec with input redirection
diff --git a/tests/exec17.sub b/tests/exec17.sub
new file mode 100644 (file)
index 0000000..55b0507
--- /dev/null
@@ -0,0 +1,69 @@
+#   This program is free software: you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
+# test behavior of redirections when the shell doesn't exit and exec gets a
+# program name to execute as an operand
+
+# set up a fixed path so we know notthere will not be found
+PATH=/usr/bin:/bin
+export PATH
+
+FN=/tmp/output-$$
+shopt -s execfail
+
+# make sure execfail works right, otherwise none of the rest matters
+exec notthere
+echo after failed exec: $?
+
+# basic redirection undoing if exec fails
+rm -f $FN
+exec notthere >$FN
+echo after failed exec with output redirection
+rm -f $FN
+
+# undo successful redirections if exec fails but does not exit the shell
+exec notthere 4>&2
+echo foo >&4
+
+# we should undo successful redirects if one of the redirections fails
+exec >$FN 2>.
+echo after failed redir stdout
+echo after failed redir stderr >&2
+
+exec notthere <<<'foo bar baz'
+echo after failed exec with input redirection
+
+# the command builtin should not make a difference here
+
+# make sure execfail works right, otherwise none of the rest matters
+command exec notthere
+echo after failed exec: $?
+
+# basic redirection undoing if exec fails
+rm -f $FN
+command exec notthere >$FN
+echo after failed exec with output redirection
+rm -f $FN
+
+# undo successful redirections if exec fails but does not exit the shell
+command exec notthere 4>&2
+echo foo >&4
+
+# we should undo successful redirects if one of the redirections fails
+command exec >$FN 2>.
+echo after failed redir stdout
+echo after failed redir stderr >&2
+
+command exec notthere <<<'foo bar baz'
+echo after failed exec with input redirection
index 6dad13c98cd956394c77ce442b9cdca2b5a77925..aad37be4feff006a72183ca785dd83060a3495cb 100644 (file)
@@ -204,3 +204,6 @@ ${THIS_SH} ./exec15.sub
 
 # problems with set -e and inverting commands' return status
 ${THIS_SH} ./exec16.sub
+
+# test behavior of redirections when exec fails and does not exit the shell
+${THIS_SH} ./exec17.sub
index dca15ed53b4390ab35293423c2f8db3f3e98c113..e01a60fb466ea42e1a4644bbb93e1552e904dde6 100644 (file)
@@ -182,10 +182,10 @@ no dotglob: .a .foo bar
 ? . .. .a .foo
 *
 bar
-extglob                off
+extglob                off
 x
-extglob                off
-extglob                off
-extglob                off
-extglob                off
-extglob                off
+extglob                off
+extglob                off
+extglob                off
+extglob                off
+extglob                off
diff --git a/tests/precedence b/tests/precedence
deleted file mode 100755 (executable)
index 9bbdb97..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# @(#)precedence_test 1.0 91/07/24 Maarten Litmaath
-# test of relative precedences for `&&' and `||' operators
-
-echo "\`Say' echos its argument. Its return value is of no interest."
-case `echo -n` in
-  '') Say () { echo -n "$*" ; } ;;
-   *) Say () { echo "$*\c" ; } ;;
-esac
-
-echo "\`Truth' echos its argument and returns a TRUE result."
-Truth () {
-  Say $1;
-  return 0;
-}
-
-echo "\`False' echos its argument and returns a FALSE result."
-False () {
-  Say $1;
-  return 1;
-}
-
-echo ""
-
-cmd1='$open $test1 && $test2 $close || $test3'
-cmd2='$test1 || $open $test2 && $test3 $close'
-
-grouping_sh=
-grouping_C='( )'
-
-test3='Say 3'
-
-for i in 1 2
-do
-   eval proto=\$cmd$i
-
-   for test1 in 'Truth 1' 'False 1'
-   do
-      for test2 in 'Truth 2' 'False 2'
-      do
-        for precedence in sh C
-        do
-           eval set x \$grouping_$precedence
-           shift
-           open=${1-' '}
-           close=${2-' '}
-           eval cmd=\""$proto"\"
-           Say "$cmd   output="
-           output=`eval "$cmd"`
-           Say "$output"
-           read correct || { echo 'Input fubar.  Abort.' >&2; exit 1; }
-           test "X$output" = "X$correct" || echo "   correct=$correct"
-           echo ''
-        done
-
-        echo ''
-      done
-   done
-done << EOF
-12
-12
-123
-123
-13
-13
-13
-13
-13
-1
-13
-1
-123
-123
-12
-12
-EOF
index 46d94edd93e20cf8cbf64e3ead953c337fce8c36..1816837a596a9916747ae792eee58c383c7859d5 100644 (file)
@@ -1,10 +1,10 @@
 printf: usage: printf [-v var] format [arguments]
 printf: usage: printf [-v var] format [arguments]
-./printf.tests: line 26: printf: -x: invalid option
+./printf.tests: line 44: printf: -x: invalid option
 printf: usage: printf [-v var] format [arguments]
-./printf.tests: line 29: printf: `invalid-var': not a valid identifier
+./printf.tests: line 47: printf: `invalid-var': not a valid identifier
 abc
-./printf.tests: line 30: printf: `invalid-var': not a valid identifier
+./printf.tests: line 48: printf: `invalid-var': not a valid identifier
 10
        one
 one\ctwo
@@ -40,7 +40,7 @@ A7
 --\"abcd\"--
 --\'abcd\'--
 --a\x--
-./printf.tests: line 115: printf: missing hex digit for \x
+./printf.tests: line 133: printf: missing hex digit for \x
 --\x--
 ----
 ----
@@ -101,12 +101,12 @@ A7
 26
 26
 26
-./printf.tests: line 239: printf: `%10': missing format character
-./printf.tests: line 240: printf: `M': invalid format character
-ab./printf.tests: line 243: printf: `y': invalid format character
-./printf.tests: line 246: printf: GNU: invalid number
+./printf.tests: line 257: printf: `%10': missing format character
+./printf.tests: line 258: printf: `M': invalid format character
+ab./printf.tests: line 261: printf: `y': invalid format character
+./printf.tests: line 264: printf: GNU: invalid number
 0
-./printf.tests: line 247: printf: GNU: invalid number
+./printf.tests: line 265: printf: GNU: invalid number
 0
 -
 (foo )(bar )
@@ -165,15 +165,13 @@ xx
 0.00
 ''
 ''
-./printf.tests: line 364: printf: 9223372036854775825: Result too large
 9223372036854775807
-./printf.tests: line 365: printf: -9223372036854775815: Result too large
 -9223372036854775808
-./printf.tests: line 368: printf: +: invalid number
+./printf.tests: line 386: printf: +: invalid number
 0
-./printf.tests: line 369: printf: z: invalid number
+./printf.tests: line 387: printf: z: invalid number
 0
-./printf.tests: line 370: printf: : invalid number
+./printf.tests: line 388: printf: : invalid number
 0
        one
 one\ctwo
@@ -374,38 +372,21 @@ hello --
 0000000 340 262 207 040 040 040 055 055 055 012                        
 000000a
 [][]
-./printf7.sub: line 20: printf: 21474836470: Result too large
 []
-./printf7.sub: line 21: printf: 21474836470: Result too large
 [X]
-./printf7.sub: line 23: printf: 21474836470: Result too large
 VAR=[]
-./printf7.sub: line 26: printf: 21474836470: Result too large
 VAR=[X]
-./printf7.sub: line 32: printf: 9223372036854775825: Result too large
 []
-./printf7.sub: line 33: printf: 9223372036854775825: Result too large
 [X]
-./printf7.sub: line 35: printf: 9223372036854775825: Result too large
 VAR=[]
-./printf7.sub: line 38: printf: 9223372036854775825: Result too large
 VAR=[X]
-./printf7.sub: line 44: printf: 21474836470: Result too large
 []
-./printf7.sub: line 45: printf: 21474836470: Result too large
 [X]
-./printf7.sub: line 47: printf: 21474836470: Result too large
 VAR=[]
-./printf7.sub: line 50: printf: 21474836470: Result too large
 VAR=[X]
-./printf7.sub: line 56: printf: 9223372036854775825: Result too large
 []
-./printf7.sub: line 57: printf: 9223372036854775825: Result too large
 [X]
-./printf7.sub: line 59: printf: 9223372036854775825: Result too large
 VAR=[]
-./printf7.sub: line 62: printf: 9223372036854775825: Result too large
 VAR=[X]
 XY
-./printf7.sub: line 72: printf: 9223372036854775825: Result too large
 XY
index 8127406abea1fc8cdd5f9e0572664e03258898c0..b8c2196b42576a39a8d8b0f657ccd9e95a70dbee 100644 (file)
 LC_ALL=C
 LC_NUMERIC=C
 
+: ${TMPDIR:=/tmp}
+TMPF=$TMPDIR/printf-oflow-$RANDOM
+
+printf_overflow ()
+{
+        local r;
+
+        line=$1 ; shift
+        rm -f "$TMPF"
+        printf "$@"  2>$TMPF
+        r=$?
+        if [ ! -s "$TMPF" ]; then
+                echo "printf.tests: $line: expected overflow error output to stderr" >&2
+        fi
+        rm -f "$TMPF"
+        return $r
+}
+
 # these should output error messages -- the format is required
 printf
 printf --
@@ -361,8 +379,8 @@ printf '%Q\n'
 TOOBIG=9223372036854775825
 TOOSMALL=-9223372036854775815
 
-printf '%d\n' "$TOOBIG"
-printf '%d\n' "$TOOSMALL"
+printf_overflow $LINENO '%d\n' "$TOOBIG"
+printf_overflow $LINENO '%d\n' "$TOOSMALL"
 
 # arguments that are not completely converted generate warning messages
 printf '%d\n' +
index 8ca55171a554373ff60494496aa23dfa54831227..888e9d905c535d95317093015d22d021556440bb 100644 (file)
 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+: ${TMPDIR:=/tmp}
+TMPF=$TMPDIR/printf-oflow-$RANDOM
+
+printf_overflow ()
+{
+       local r;
+
+       line=$1 ; shift
+       rm -f "$TMPF"
+       printf "$@"  2>$TMPF
+       r=$?
+       if [ ! -s "$TMPF" ]; then
+               echo "printf7.sub: $line: expected overflow error output to stderr" >&2
+       fi
+       rm -f "$TMPF"
+       return $r
+}
+
 # tests of integer overflow for field width and precision arguments
 INT_MAX=$(getconf INT_MAX 2>/dev/null)
 [ -z "$INT_MAX" ] && INT_MAX=2147483647                # assume 32 bits
-TOOBIG=$(( $INT_MAX * 10 ))
+TOOBIG=${INT_MAX}0                             # effectively multiply by 10 
 
-printf '[%*s]\n' "${TOOBIG}"
-printf '[%*s]\n' "${TOOBIG}" X
+printf_overflow $LINENO '[%*s]\n' "${TOOBIG}"
+printf_overflow $LINENO '[%*s]\n' "${TOOBIG}" X
 
-printf -v VAR '[%*s]' "${TOOBIG}"
+printf_overflow $LINENO -v VAR '[%*s]' "${TOOBIG}"
 echo VAR="$VAR"
 unset -v VAR
-printf -v VAR '[%*s]' "${TOOBIG}" X
+printf_overflow $LINENO -v VAR '[%*s]' "${TOOBIG}" X
 echo VAR="$VAR"
 unset -v VAR
 
 TOOBIG=9223372036854775825
 
-printf '[%*s]\n' "${TOOBIG}"
-printf '[%*s]\n' "${TOOBIG}" X
+printf_overflow $LINENO '[%*s]\n' "${TOOBIG}"
+printf_overflow $LINENO '[%*s]\n' "${TOOBIG}" X
 
-printf -v VAR '[%*s]' "${TOOBIG}"
+printf_overflow $LINENO -v VAR '[%*s]' "${TOOBIG}"
 echo VAR="$VAR"
 unset -v VAR
-printf -v VAR '[%*s]' "${TOOBIG}" X
+printf_overflow $LINENO -v VAR '[%*s]' "${TOOBIG}" X
 echo VAR="$VAR"
 unset -v VAR
 
 TOOBIG=$(( $INT_MAX * 10 ))
 
-printf '[%.*s]\n' "${TOOBIG}"
-printf '[%.*s]\n' "${TOOBIG}" X
+printf_overflow $LINENO '[%.*s]\n' "${TOOBIG}"
+printf_overflow $LINENO '[%.*s]\n' "${TOOBIG}" X
 
-printf -v VAR '[%.*s]' "${TOOBIG}"
+printf_overflow $LINENO -v VAR '[%.*s]' "${TOOBIG}"
 echo VAR="$VAR"
 unset -v VAR
-printf -v VAR '[%.*s]' "${TOOBIG}" X
+printf_overflow $LINENO -v VAR '[%.*s]' "${TOOBIG}" X
 echo VAR="$VAR"
 unset -v VAR
 
 TOOBIG=9223372036854775825
 
-printf '[%.*s]\n' "${TOOBIG}"
-printf '[%.*s]\n' "${TOOBIG}" X
+printf_overflow $LINENO '[%.*s]\n' "${TOOBIG}"
+printf_overflow $LINENO '[%.*s]\n' "${TOOBIG}" X
 
-printf -v VAR '[%.*s]' "${TOOBIG}"
+printf_overflow $LINENO -v VAR '[%.*s]' "${TOOBIG}"
 echo VAR="$VAR"
 unset -v VAR
-printf -v VAR '[%.*s]' "${TOOBIG}" X
+printf_overflow $LINENO -v VAR '[%.*s]' "${TOOBIG}" X
 echo VAR="$VAR"
 unset -v VAR
 
@@ -69,4 +87,5 @@ unset -v VAR
 #printf "%.${TOOBIG}s\n" XY
 printf -v VAR "%.${TOOBIG}s\n" XY
 echo $VAR
-printf "%.${TOOBIG}Q\n" XY
+unset -v VAR
+printf_overflow $LINENO "%.${TOOBIG}Q\n" XY
index 19e3229bacce31e87f41b68abdb38e890db9fc5f..f9dfa604a5039deef3a52dee92b09605b7840dbd 100644 (file)
@@ -39,6 +39,12 @@ if [ "${BASH_VERSION+set}" = "set" ]; then
 else
        [ "${SHELLOPTS+set}" = "set" ] && unset SHELLOPTS 2>/dev/null
 fi
+# ditto for BASHOPTS, which is also readonly in bash
+if [ "${BASH_VERSION+set}" = "set" ]; then
+       export -n BASHOPTS      # just make sure its not exported
+else
+       [ "${BASHOPTS+set}" = "set" ] && unset BASHOPTS 2>/dev/null
+fi
 
 : ${THIS_SH:=../bash}
 export THIS_SH
index ece8cffe9c2ddaf1a352988f4652b6a6fe64fca0..5825984ad1f1de06630caeb93f9348569fc648af 100644 (file)
@@ -34,8 +34,20 @@ export PATH
 
 # unset BASH_ENV only if it is set
 [ "${BASH_ENV+set}" = "set" ] && unset BASH_ENV
-# ditto for SHELLOPTS
-#[ "${SHELLOPTS+set}" = "set" ] && unset SHELLOPTS
+# can't reliably do it for SHELLOPTS; SHELLOPTS is readonly in bash
+if [ "${BASH_VERSION+set}" = "set" ]; then
+       export -n SHELLOPTS     # just make sure its not exported
+       set +o posix
+       typeset -p SHELLOPTS
+else
+       [ "${SHELLOPTS+set}" = "set" ] && unset SHELLOPTS 2>/dev/null
+fi
+# ditto for BASHOPTS, which is also readonly in bash
+if [ "${BASH_VERSION+set}" = "set" ]; then
+       export -n BASHOPTS      # just make sure its not exported
+else
+       [ "${BASHOPTS+set}" = "set" ] && unset BASHOPTS 2>/dev/null
+fi
 
 : ${THIS_SH:=../bash}
 export THIS_SH
index 80a42814f25d564982b79ec30777d812a8a5ec86..2d47b5756855b511b2d8fe0a607ef5b2dd5f3565 100644 (file)
@@ -126,51 +126,51 @@ shopt -u shift_verbose
 shopt -u varredir_close
 shopt -u xpg_echo
 --
-array_expand_once      off
-assoc_expand_once      off
-autocd                 off
+array_expand_once      off
+assoc_expand_once      off
+autocd                 off
 bash_source_fullpath   off
-cdable_vars            off
-checkhash              off
-checkjobs              off
-checkwinsize           off
-compat31               off
-compat32               off
-compat40               off
-compat41               off
-compat42               off
-compat43               off
-compat44               off
-direxpand              off
-dirspell               off
-dotglob                off
-execfail               off
-extdebug               off
-extglob                off
-failglob               off
-globstar               off
-gnu_errfmt             off
-histappend             off
-histreedit             off
-histverify             off
-huponexit              off
-inherit_errexit        off
-lastpipe               off
-lithist                off
-localvar_inherit       off
-localvar_unset         off
-login_shell            off
-mailwarn               off
+cdable_vars            off
+checkhash              off
+checkjobs              off
+checkwinsize           off
+compat31               off
+compat32               off
+compat40               off
+compat41               off
+compat42               off
+compat43               off
+compat44               off
+direxpand              off
+dirspell               off
+dotglob                off
+execfail               off
+extdebug               off
+extglob                off
+failglob               off
+globstar               off
+gnu_errfmt             off
+histappend             off
+histreedit             off
+histverify             off
+huponexit              off
+inherit_errexit        off
+lastpipe               off
+lithist                off
+localvar_inherit       off
+localvar_unset         off
+login_shell            off
+mailwarn               off
 no_empty_cmd_completion        off
-nocaseglob             off
-nocasematch            off
+nocaseglob             off
+nocasematch            off
 noexpand_translation   off
-nullglob               off
-progcomp_alias         off
-restricted_shell       off
-shift_verbose          off
-varredir_close         off
-xpg_echo               off
+nullglob               off
+progcomp_alias         off
+restricted_shell       off
+shift_verbose          off
+varredir_close         off
+xpg_echo               off
 --
 set +o allexport
 set -o braceexpand
@@ -310,5 +310,5 @@ xtrace              off
 --
 ./shopt.tests: line 106: shopt: xyz1: invalid shell option name
 ./shopt.tests: line 107: shopt: xyz1: invalid option name
-expand_aliases         on
-expand_aliases         on
+expand_aliases         on
+expand_aliases         on
index 1566626a5718f3f2ffbb877f8f930085d4c9cf4e..4ed1e04a501b29a343c408b1f122265d8d1f486c 100644 (file)
@@ -270,9 +270,9 @@ declare -x v="x"
 declare -x v="t"
 declare -- v
 declare -x v
-ignoreeof              on
-ignoreeof              off
-ignoreeof              on
+ignoreeof              on
+ignoreeof              off
+ignoreeof              on
 10
 local -
 match 1
diff --git a/tests/varenv.sh b/tests/varenv.sh
deleted file mode 100644 (file)
index a0d3169..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-#
-# varenv.sh
-#
-# Test the behavior of the shell with respect to variable and environment
-# assignments
-#
-expect()
-{
-       echo expect "$@"
-}
-
-a=1
-b=2
-c=3
-d=4
-e=5
-f=6 g=7 h=8
-
-a=3 b=4 $CHMOD $MODE $FN
-
-# This should echo "3 4" according to Posix.2
-expect "3 4"
-echo $a $b
-
-set -k
-
-# Assignment statements made when no words are left affect the shell's
-# environment
-a=5 b=6 $CHMOD c=7 $MODE d=8 $FN e=9
-
-expect "5 6 7 8 9"
-echo $a $b $c $d $e
-
-$CHMOD f=7 $MODE g=8 $FN h=9
-expect "7 8 9"
-echo $f $g $h
-
-set +k
-
-# The temporary environment does not affect variable expansion, only the
-# environment given to the command
-
-export HOME=/usr/chet
-expect $HOME
-echo $HOME
-
-expect $HOME
-HOME=/a/b/c /bin/echo $HOME
-
-expect $HOME
-echo $HOME
-
-# This should echo /a/b/c
-expect /a/b/c
-HOME=/a/b/c printenv HOME
-
-set -k
-
-# This should echo $HOME 9, NOT /a/b/c 9
-
-expect "$HOME"
-HOME=/a/b/c /bin/echo $HOME c=9
-expect "$HOME 7"
-echo $HOME $c
-
-# I claim the next two echo calls should give identical output.
-# ksh agrees, the System V.3 sh does not
-
-expect "/a/b/c 9 /a/b/c"
-HOME=/a/b/c $ECHO a=$HOME c=9
-echo $HOME $c $a
-
-expect "/a/b/c 9 /a/b/c"
-HOME=/a/b/c a=$HOME c=9
-echo $HOME $c $a
-set +k
-
-# How do assignment statements affect subsequent assignments on the same
-# line?
-expect "/a/b/c /a/b/c"
-HOME=/a/b/c a=$HOME
-echo $HOME $a
-
-# The system V.3 sh does this wrong; the last echo should output "1 1",
-# but the system V.3 sh has it output "2 2".  Posix.2 says the assignment
-# statements are processed left-to-right.  bash and ksh output the right
-# thing
-c=1
-d=2
-expect "1 2"
-echo $c $d
-d=$c c=$d
-expect "1 1"
-echo $c $d
-
-# just for completeness
-unset d c
-expect unset
-echo ${d-unset}
-
-# no output
-export a
-a=bcde
-export a
-/bin/true 2>/dev/null
-
-func()
-{
-       local YYZ
-
-       YYZ="song by rush"
-       echo $YYZ
-       echo $A
-}
-
-YYZ="toronto airport"
-A="AVAR"
-echo $YYZ
-echo $A
-A=BVAR func
-echo $YYZ
-echo $A
-
-export A
-# Make sure expansion doesn't use assignment statements preceding a builtin
-A=ZVAR echo $A
-
-XPATH=/bin:/usr/bin:/usr/local/bin:.
-func2()
-{
-       local z=yy
-       local -a avar=( ${XPATH//: } )
-       echo ${avar[@]}
-       local
-}
-
-avar=42
-echo $avar
-func2
-echo $avar
-
-# try to set an attribute for an unset variable; make sure it persists
-# when the variable is assigned a value
-declare -i ivar
-
-ivar=10
-
-declare -p ivar
-unset ivar
-
-# export an unset variable, make sure it is not suddenly set, but make
-# sure the export attribute persists when the variable is assigned a
-# value
-export ivar
-echo ${ivar-unset}
-
-ivar=42
-declare -p ivar
-
-# make sure set [-+]o ignoreeof and $IGNOREEOF are reflected
-unset IGNOREEOF
-set +o ignoreeof
-set -o ignoreeof
-if [ "$IGNOREEOF" -ne 10 ]; then
-       echo "./varenv.sh: set -o ignoreeof is not reflected in IGNOREEOF" >&2
-fi
-unset IGNOREEOF
-set +o ignoreeof
-
-# older versions of bash used to not reset RANDOM in subshells correctly
-[[ $RANDOM -eq $(echo $RANDOM) ]] && echo "RANDOM: problem with subshells"
-
-# make sure that shopt -o is reflected in $SHELLOPTS
-# first, get rid of things that might be set automatically via shell
-# variables
-set +o posix
-set +o ignoreeof
-set +o monitor
-echo $-
-echo ${SHELLOPTS}
-shopt -so physical
-echo $-
-echo ${SHELLOPTS}
-
-# and make sure it is readonly
-readonly -p | grep SHELLOPTS
-
-# This was an error in bash versions prior to bash-2.04.  The `set -a'
-# should cause the assignment statement that's an argument to typeset
-# to create an exported variable
-unset FOOFOO
-FOOFOO=bar
-set -a
-typeset FOOFOO=abcde
-
-printenv FOOFOO
-
-# test out export behavior of variable assignments preceding builtins and
-# functions
-$THIS_SH ./varenv1.sub
-
-# more tests; bugs in bash up to version 2.05a
-$THIS_SH ./varenv2.sub
-
-# more tests; bugs in bash IFS scoping up through version 4.2
-$THIS_SH ./varenv3.sub
-
-# scoping problems with declare -g through bash-4.2
-${THIS_SH} ./varenv4.sub
-
-# more scoping and declaration problems with -g and arrays through bash-4.2
-${THIS_SH} ./varenv5.sub
-
-# variable scoping in the presence of nameref
-${THIS_SH} ./varenv6.sub
-
-# variable declaration problems with arrays and readonly local variables
-${THIS_SH} ./varenv7.sub
-
-# variable visibility problems with process substitution subshells in
-# redirections
-${THIS_SH} ./varenv8.sub
-
-# make sure variable scoping is done right
-tt() { typeset a=b;echo a=$a; };a=z;echo a=$a;tt;echo a=$a
diff --git a/trap.c b/trap.c
index 33fa04d0610cf9655b776c630aad780e50709ec7..1b3365f409d8e325cb9d9f95146ce65d4e2d5b80 100644 (file)
--- a/trap.c
+++ b/trap.c
@@ -613,7 +613,11 @@ trap_handler (int sig)
       /* Set the event hook so readline will call it after the signal handlers
         finish executing, so if this interrupted character input we can get
         quick response. */
+#if 1
       if (RL_ISSTATE (RL_STATE_SIGHANDLER))
+#else
+      if (RL_ISSTATE (RL_STATE_SIGHANDLER) || RL_ISSTATE (RL_STATE_TERMPREPPED))
+#endif
         bashline_set_event_hook ();
 #endif
 
index 3639487f9952e25cbaa9b4eec639af23be93641d..37624e4642b5897a505520d9ccc10fa9e2affa21 100644 (file)
@@ -3656,7 +3656,7 @@ assign_in_env (const WORD_DESC *word, int flags)
 /*                                                                 */
 /* **************************************************************** */
 
-#ifdef INCLUDE_UNUSED
+#if defined (INCLUDE_UNUSED)
 /* Copy VAR to a new data structure and return that structure. */
 SHELL_VAR *
 copy_variable (SHELL_VAR *var)
@@ -4685,6 +4685,31 @@ flush_temporary_env (void)
     }
 }
 
+#if defined (INCLUDE_UNUSED)
+void *
+copyvar (void *v)
+{
+  SHELL_VAR *new;
+  new = copy_variable ((SHELL_VAR *)v);
+  return new;
+}
+
+HASH_TABLE *
+copy_vartab (HASH_TABLE *table)
+{
+  HASH_TABLE *newtab;
+
+  newtab = table ? hash_copy (table, copyvar) : NULL;
+  return newtab;
+}
+
+HASH_TABLE *
+copy_temporary_env (void)
+{
+  return copy_vartab (temporary_env);
+}
+#endif
+
 /* **************************************************************** */
 /*                                                                 */
 /*          Creating and manipulating the environment              */
index 8b33ea6f2c2169c6459c2a879f6953f32c25e52b..201db365c42425b63c30c67b35e02d5f1a18fd3b 100644 (file)
@@ -388,9 +388,12 @@ extern void dispose_builtin_env (void);
 extern void merge_temporary_env (void);
 extern void merge_function_temporary_env (void);
 extern void flush_temporary_env (void);
+extern HASH_TABLE *copy_temporary_env (void);
 extern void merge_builtin_env (void);
 extern void kill_all_local_variables (void);
 
+extern HASH_TABLE *copy_vartab (HASH_TABLE *);
+
 extern void set_var_read_only (char *);
 extern void set_func_read_only (const char *);
 extern void set_var_auto_export (char *);
index 6e58501249c5d80b87a192a7b14a879cfd3f9cf7..762d77a355e5aaa8c32f4ed507efd456436bc590 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,6 +1,6 @@
 /* version.c -- distribution and version numbers. */
 
-/* Copyright (C) 1989-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1989-2025 Free Software Foundation, Inc.
 
    This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -47,7 +47,7 @@ const char * const release_status = (char *)0;
 #endif
 const char * const sccs_version = SCCSVERSION;
 
-const char * const bash_copyright = N_("Copyright (C) 2024 Free Software Foundation, Inc.");
+const char * const bash_copyright = N_("Copyright (C) 2025 Free Software Foundation, Inc.");
 const char * const bash_license = N_("License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n");
 
 /* If == 31, shell compatible with bash-3.1, == 32 with bash-3.2, and so on */
diff --git a/y.tab.c b/y.tab.c
index 9bb33294dc0d016e6b458209863d161414716707..65d46de9b13b24214be148fba8ec5461d556892e 100644 (file)
--- a/y.tab.c
+++ b/y.tab.c
@@ -8869,7 +8869,13 @@ decode_prompt_string (char *string, int is_prompt)
            case 'u':
              if (current_user.user_name == 0)
                get_current_user_info ();
-             temp = savestring (current_user.user_name);
+             if (promptvars || posixly_correct)
+               /* Make sure that expand_prompt_string is called with a
+                  second argument of Q_DOUBLE_QUOTES if we use this
+                  function here. */
+               temp = sh_backslash_quote_for_double_quotes (current_user.user_name, 0);
+             else
+               temp = savestring (current_user.user_name);
              goto add_string;
 
            case 'h':