From c8f067a9670dc2624cea3460d6d69489642044e9 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 7 Apr 2025 12:36:49 -0400 Subject: [PATCH] Bash-5.3-rc1 release --- CHANGES | 89 +- CWRU/PLATFORMS | 31 - CWRU/audit-patch | 339 - CWRU/changelog | 331 + CWRU/mh-folder-comp | 449 - ChangeLog | 331 + MANIFEST | 7 + MANIFEST.doc | 24 - Makefile.in | 3 +- NEWS | 23 +- POSIX | 43 +- aclocal.m4 | 2 +- arrayfunc.c | 4 +- braces.c | 101 +- builtins/exec.def | 13 +- builtins/help.def | 25 +- builtins/history.def | 13 +- builtins/inlib.def | 80 - builtins/kill.def | 11 +- builtins/printf.def | 136 +- builtins/shopt.def | 4 +- builtins/ulimit.def | 19 +- builtins/umask.def | 6 +- command.h | 2 +- config.h.in | 2 + configure | 88 +- configure.ac | 8 +- configure.in | 1161 -- cross-build/cygwin32.cache | 251 - doc/bash.0 | 3113 ++-- doc/bash.1 | 541 +- doc/bash.html | 559 +- doc/bash.info | 864 +- doc/bash.pdf | Bin 435978 -> 438921 bytes doc/bash.ps | 10934 -------------- doc/bashbug.ps | 297 - doc/bashref.dvi | Bin 889260 -> 894400 bytes doc/bashref.html | 555 +- doc/bashref.info | 864 +- doc/bashref.pdf | Bin 849064 -> 854803 bytes doc/bashref.ps | 23253 ------------------------------ doc/bashref.texi | 516 +- doc/builtins.0 | 859 +- doc/builtins.pdf | Bin 143153 -> 143803 bytes doc/builtins.ps | 3627 ----- doc/infopost.sh | 8 - doc/rbash.0 | 4 +- doc/rbash.ps | 324 - doc/version.texi | 8 +- eval.c | 8 +- examples/loadables/Makefile.in | 14 +- examples/loadables/cat.c | 17 +- examples/loadables/chmod.c | 156 + examples/loadables/fltexpr.c | 1502 ++ examples/loadables/strptime.c | 101 +- examples/shellmath/shellmath.sh | 95 +- execute_cmd.c | 68 +- expr.c | 108 +- externs.h | 4 +- general.h | 1 + hashlib.c | 6 +- hashlib.h | 2 +- include/gettext.h | 2 +- include/posixtime.h | 8 + input.c | 7 +- jobs.c | 5 +- lib/glob/ndir.h | 50 - lib/intl/ChangeLog | 4 - lib/intl/config.charset | 465 - lib/intl/libgnuintl.h.in | 311 - lib/intl/locale.alias | 78 - lib/malloc/malloc.c | 2 +- lib/malloc/table.h | 2 +- lib/readline/complete.c | 7 +- lib/readline/display.c | 69 +- lib/readline/doc/history.texi | 4 +- lib/readline/doc/hstech.texi | 4 +- lib/readline/doc/hsuser.texi | 6 +- lib/readline/doc/rlman.texi | 2 +- lib/readline/doc/rltech.texi | 10 +- lib/readline/doc/rluser.texi | 28 +- lib/readline/doc/rluserman.texi | 2 +- lib/readline/doc/version.texi | 8 +- lib/readline/histexpand.c | 7 +- lib/readline/histfile.c | 31 +- lib/readline/posixtime.h | 8 + lib/readline/readline.c.orig | 1364 -- lib/readline/rlmbutil.h | 40 +- lib/readline/rlprivate.h | 3 +- lib/readline/rltty.c | 20 +- lib/readline/rlwinsize.h | 3 + lib/readline/signals.c | 7 +- lib/readline/terminal.c | 34 +- lib/readline/util.c | 1 + lib/sh/gettimeofday.c | 148 +- lib/sh/oslib.c | 2 + lib/sh/strftime.c | 255 +- lib/sh/zgetline.c | 2 +- lib/sh/zmapfd.c | 11 +- lib/termcap/termcap.c | 92 +- lib/termcap/tparam.c | 52 +- m4/codeset.m4 | 1 + m4/d-type.m4 | 32 + parse.y | 10 +- parser-built | 193 + patchlevel.h | 2 +- po/hr.gmo | Bin 127313 -> 178307 bytes po/hr.po | 2717 ++-- po/pt.gmo | Bin 125901 -> 180041 bytes po/pt.po | 2679 ++-- print_cmd.c | 4 +- redir.c | 54 +- shell.c | 22 +- sig.c | 5 +- subst.c | 21 +- support/bashbug.sh | 274 - support/checkbashisms | 170 - support/xenix-link.sh | 84 - tests/arith.right | 84 +- tests/arith.tests | 3 + tests/arith10.sub | 95 + tests/array.right | 2 +- tests/braces.right | 11 + tests/braces.tests | 19 + tests/builtins.right | 2 +- tests/comsub2.right | 18 +- tests/cond-regexp.sub | 42 - tests/cond-regexp2.sub | 30 +- tests/cond.right | 5 - tests/exec.right | 24 +- tests/exec17.sub | 69 + tests/execscript | 3 + tests/extglob.right | 12 +- tests/precedence | 75 - tests/printf.right | 43 +- tests/printf.tests | 22 +- tests/printf7.sub | 55 +- tests/run-all | 6 + tests/run-minimal | 16 +- tests/shopt.right | 88 +- tests/varenv.right | 6 +- tests/varenv.sh | 225 - trap.c | 4 + variables.c | 27 +- variables.h | 3 + version.c | 4 +- y.tab.c | 8 +- 147 files changed, 11116 insertions(+), 51311 deletions(-) delete mode 100644 CWRU/PLATFORMS delete mode 100644 CWRU/audit-patch delete mode 100644 CWRU/mh-folder-comp delete mode 100644 MANIFEST.doc delete mode 100644 builtins/inlib.def delete mode 100644 configure.in delete mode 100644 cross-build/cygwin32.cache delete mode 100644 doc/bash.ps delete mode 100644 doc/bashbug.ps delete mode 100644 doc/bashref.ps delete mode 100644 doc/builtins.ps delete mode 100755 doc/infopost.sh delete mode 100644 doc/rbash.ps create mode 100644 examples/loadables/chmod.c create mode 100644 examples/loadables/fltexpr.c delete mode 100644 lib/glob/ndir.h delete mode 100644 lib/intl/ChangeLog delete mode 100644 lib/intl/config.charset delete mode 100644 lib/intl/libgnuintl.h.in delete mode 100644 lib/intl/locale.alias delete mode 100644 lib/readline/readline.c.orig create mode 100644 m4/d-type.m4 delete mode 100644 support/bashbug.sh delete mode 100755 support/checkbashisms delete mode 100755 support/xenix-link.sh create mode 100644 tests/arith10.sub delete mode 100644 tests/cond-regexp.sub create mode 100644 tests/exec17.sub delete mode 100755 tests/precedence delete mode 100644 tests/varenv.sh diff --git a/CHANGES b/CHANGES index 4b826d0a4..2b9718efd 100644 --- 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 index f05caff56..000000000 --- a/CWRU/PLATFORMS +++ /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 index 3e14cccf6..000000000 --- a/CWRU/audit-patch +++ /dev/null @@ -1,339 +0,0 @@ -Date: Tue, 06 Feb 2007 16:06:58 -0500 -From: Steve Grubb -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 -+# include -+#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 diff --git a/CWRU/changelog b/CWRU/changelog index bd87d2c9d..b024047f4 100644 --- a/CWRU/changelog +++ b/CWRU/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 + + 12/16 + ----- +lib/readline/util.c + - _rl_abort_internal: make sure to clear _rl_command_to_execute + Report and patch from Grisha Levit + +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 + + 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 + + 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 + + 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 + + 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 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 index 905000c7a..000000000 --- a/CWRU/mh-folder-comp +++ /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 ) -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 ) -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 - -Gregory F. March 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 -+ #include - #include - #include - #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; -+ } - - - /* - diff --git a/ChangeLog b/ChangeLog index bd87d2c9d..b024047f4 100644 --- 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 + + 12/16 + ----- +lib/readline/util.c + - _rl_abort_internal: make sure to clear _rl_command_to_execute + Report and patch from Grisha Levit + +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 + + 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 + + 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 + + 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 + + 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 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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 + + 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/MANIFEST b/MANIFEST index 2d43261e3..5dcd8cce1 100644 --- 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 index 736ad5b5e..000000000 --- a/MANIFEST.doc +++ /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 diff --git a/Makefile.in b/Makefile.in index 30237239f..3e8e86586 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 3bd189d7b..84b11c8dd 100644 --- 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 b313af820..20130133a 100644 --- 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 diff --git a/aclocal.m4 b/aclocal.m4 index 7253f2c42..bd598666c 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -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 diff --git a/arrayfunc.c b/arrayfunc.c index 72921a18e..715460d59 100644 --- a/arrayfunc.c +++ b/arrayfunc.c @@ -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; diff --git a/braces.c b/braces.c index 57c0b109d..49bd770e6 100644 --- 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); } diff --git a/builtins/exec.def b/builtins/exec.def index 461864b5b..285f9ddfe 100644 --- a/builtins/exec.def +++ b/builtins/exec.def @@ -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) diff --git a/builtins/help.def b/builtins/help.def index 8881900ce..e7e9789d8 100644 --- a/builtins/help.def +++ b/builtins/help.def @@ -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 */ diff --git a/builtins/history.def b/builtins/history.def index f5dd416bb..fa79c0b93 100644 --- a/builtins/history.def +++ b/builtins/history.def @@ -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 index c4faf0d53..000000000 --- a/builtins/inlib.def +++ /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 . - -$PRODUCES inlib.c -#include - -#include -#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 -#include - -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 */ diff --git a/builtins/kill.def b/builtins/kill.def index f09c932af..7b16cf499 100644 --- a/builtins/kill.def +++ b/builtins/kill.def @@ -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 diff --git a/builtins/printf.def b/builtins/printf.def index 0ba0e6342..7d7f8c266 100644 --- a/builtins/printf.def +++ b/builtins/printf.def @@ -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); } diff --git a/builtins/shopt.def b/builtins/shopt.def index 8d7ff4542..cf6f6be12 100644 --- a/builtins/shopt.def +++ b/builtins/shopt.def @@ -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; diff --git a/builtins/ulimit.def b/builtins/ulimit.def index a2e0f8c02..1251dfa6e 100644 --- a/builtins/ulimit.def +++ b/builtins/ulimit.def @@ -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; diff --git a/builtins/umask.def b/builtins/umask.def index d3488bf90..2172d5a8f 100644 --- a/builtins/umask.def +++ b/builtins/umask.def @@ -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 */ diff --git a/command.h b/command.h index 1c0681482..189b00def 100644 --- 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) diff --git a/config.h.in b/config.h.in index dbef3a745..7dac61a97 100644 --- a/config.h.in +++ b/config.h.in @@ -434,6 +434,8 @@ #undef HAVE_STRUCT_DIRENT_D_NAMLEN +#undef HAVE_STRUCT_DIRENT_D_TYPE + #undef TIOCSTAT_IN_SYS_IOCTL #undef FIONREAD_IN_SYS_IOCTL diff --git a/configure b/configure index 1d8f69da7..c3707a85d 100755 --- 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 . # @@ -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 +#include + +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\\" diff --git a/configure.ac b/configure.ac index 6409f85b6..35639ed3d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 . -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 index d7e09983c..000000000 --- a/configure.in +++ /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 . - -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 -#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 ], - [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 ], long) -BASH_CHECK_TYPE(sigset_t, [#include ], 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 ], 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 index 36948dae8..000000000 --- a/cross-build/cygwin32.cache +++ /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'} diff --git a/doc/bash.0 b/doc/bash.0 index d8aa1ad21..37deeb587 100644 --- a/doc/bash.0 +++ b/doc/bash.0 @@ -7,29 +7,34 @@ SSYYNNOOPPSSIISS bbaasshh [options] [command_string | file] CCOOPPYYRRIIGGHHTT - Bash is Copyright (C) 1989-2024 by the Free Software Foundation, Inc. + Bash is Copyright (C) 1989-2025 by the Free Software Foundation, Inc. DDEESSCCRRIIPPTTIIOONN - BBaasshh is an sshh-compatible command language interpreter that executes - commands read from the standard input, from a string, or from a file. - BBaasshh also incorporates useful features from the _K_o_r_n and _C shells (kksshh - and ccsshh). - - POSIX is the name for a family of computing standards based on Unix. - BBaasshh is intended to be a conformant implementation of the Shell and - Utilities portion of the IEEE POSIX specification (IEEE Standard - 1003.1). BBaasshh can be configured to be POSIX-conformant by default. + BBaasshh 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. BBaasshh also incorporates useful features from the + _K_o_r_n and _C shells (kksshh and ccsshh). + + POSIX is the name for a family of computing standards based on Unix. + BBaasshh is intended to be a conformant implementation of the Shell and + Utilities portion of the IEEE POSIX specification (IEEE Standard + 1003.1). BBaasshh POSIX mode (hereafter referred to as _p_o_s_i_x _m_o_d_e) changes + the shell's behavior where its default operation differs from the stan- + dard to strictly conform to the standard. See SSEEEE AALLSSOO below for a + reference to a document that details how posix mode affects bbaasshh's be- + havior. BBaasshh can be configured to be POSIX-conformant by default. OOPPTTIIOONNSS All of the single-character shell options documented in the description - of the sseett builtin command, including --oo, can be used as options when - the shell is invoked. In addition, bbaasshh interprets the following op- + of the sseett builtin command, including --oo, can be used as options when + the shell is invoked. In addition, bbaasshh interprets the following op- tions when it is invoked: - --cc If the --cc option is present, then commands are read from the + --cc If the --cc option is present, then commands are read from the first non-option argument _c_o_m_m_a_n_d___s_t_r_i_n_g. If there are argu- - ments after the _c_o_m_m_a_n_d___s_t_r_i_n_g, the first argument is as- - signed to $$00 and any remaining arguments are assigned to the + ments after the _c_o_m_m_a_n_d___s_t_r_i_n_g, the first argument is as- + signed to $$00 and any remaining arguments are assigned to the positional parameters. The assignment to $$00 sets the name of the shell, which is used in warning and error messages. @@ -38,72 +43,72 @@ OOPPTTIIOONNSS --ll Make bbaasshh act as if it had been invoked as a login shell (see IINNVVOOCCAATTIIOONN below). - --rr If the --rr option is present, the shell becomes _r_e_s_t_r_i_c_t_e_d + --rr If the --rr option is present, the shell becomes _r_e_s_t_r_i_c_t_e_d (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). - --ss If the --ss option is present, or if no arguments remain after + --ss If the --ss 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. - --DD Print a list of all double-quoted strings preceded by $$ on - the standard output. These are the strings that are subject - to language translation when the current locale is not CC or - PPOOSSIIXX. This implies the --nn option; no commands will be exe- + --DD Print a list of all double-quoted strings preceded by $$ on + the standard output. These are the strings that are subject + to language translation when the current locale is not CC or + PPOOSSIIXX. This implies the --nn option; no commands will be exe- cuted. [[--++]]OO [[_s_h_o_p_t___o_p_t_i_o_n]] - _s_h_o_p_t___o_p_t_i_o_n is one of the shell options accepted by the - sshhoopptt builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). If + _s_h_o_p_t___o_p_t_i_o_n is one of the shell options accepted by the + sshhoopptt builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). If _s_h_o_p_t___o_p_t_i_o_n is present, --OO sets the value of that option; ++OO - unsets it. If _s_h_o_p_t___o_p_t_i_o_n is not supplied, bbaasshh prints the - names and values of the shell options accepted by sshhoopptt on - the standard output. If the invocation option is ++OO, the + unsets it. If _s_h_o_p_t___o_p_t_i_o_n is not supplied, bbaasshh prints the + names and values of the shell options accepted by sshhoopptt on + the standard output. If the invocation option is ++OO, the output is displayed in a format that may be reused as input. - ---- A ---- signals the end of options and disables further option - processing. Any arguments after the ---- are treated as a - shell script filename (see below) and arguments passed to + ---- A ---- signals the end of options and disables further option + processing. Any arguments after the ---- are treated as a + shell script filename (see below) and arguments passed to that script. An argument of -- is equivalent to ----. - BBaasshh also interprets a number of multi-character options. These op- - tions must appear on the command line before the single-character op- + BBaasshh 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. ----ddeebbuuggggeerr 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 eexxttddeebbuugg option to the sshhoopptt builtin below). ----dduummpp--ppoo--ssttrriinnggss - Equivalent to --DD, but the output is in the GNU _g_e_t_t_e_x_t "po" + Equivalent to --DD, but the output is in the GNU _g_e_t_t_e_x_t "po" (portable object) file format. ----dduummpp--ssttrriinnggss Equivalent to --DD. - ----hheellpp Display a usage message on standard output and exit success- + ----hheellpp Display a usage message on standard output and exit success- fully. ----iinniitt--ffiillee _f_i_l_e ----rrccffiillee _f_i_l_e Execute commands from _f_i_l_e instead of the standard personal ini- - tialization file _~_/_._b_a_s_h_r_c if the shell is interactive (see IINN-- + tialization file _~_/_._b_a_s_h_r_c if the shell is interactive (see IINN-- VVOOCCAATTIIOONN below). ----llooggiinn Equivalent to --ll. ----nnooeeddiittiinngg - Do not use the GNU rreeaaddlliinnee library to read command lines when + Do not use the GNU rreeaaddlliinnee library to read command lines when the shell is interactive. ----nnoopprrooffiillee - Do not read either the system-wide startup file _/_e_t_c_/_p_r_o_f_i_l_e or - any of the personal initialization files _~_/_._b_a_s_h___p_r_o_f_i_l_e, - _~_/_._b_a_s_h___l_o_g_i_n, or _~_/_._p_r_o_f_i_l_e. By default, bbaasshh reads these - files when it is invoked as a login shell (see IINNVVOOCCAATTIIOONN be- + Do not read either the system-wide startup file _/_e_t_c_/_p_r_o_f_i_l_e or + any of the personal initialization files _~_/_._b_a_s_h___p_r_o_f_i_l_e, + _~_/_._b_a_s_h___l_o_g_i_n, or _~_/_._p_r_o_f_i_l_e. By default, bbaasshh reads these + files when it is invoked as a login shell (see IINNVVOOCCAATTIIOONN be- low). ----nnoorrcc Do not read and execute the personal initialization file @@ -111,10 +116,8 @@ OOPPTTIIOONNSS fault if the shell is invoked as sshh. ----ppoossiixx - Change the behavior of bbaasshh where the default operation differs - from the POSIX standard to match the standard (_p_o_s_i_x _m_o_d_e). See - SSEEEE AALLSSOO below for a reference to a document that details how - posix mode affects BBaasshh's behavior. + Enable posix mode; change the behavior of bbaasshh where the default + operation differs from the POSIX standard to match the standard. ----rreessttrriicctteedd The shell becomes restricted (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). @@ -123,58 +126,58 @@ OOPPTTIIOONNSS Equivalent to --vv. ----vveerrssiioonn - Show version information for this instance of bbaasshh on the stan- + Show version information for this instance of bbaasshh on the stan- dard output and exit successfully. AARRGGUUMMEENNTTSS If arguments remain after option processing, and neither the --cc nor the - --ss option has been supplied, the first argument is assumed to be the - name of a file containing shell commands (a _s_h_e_l_l _s_c_r_i_p_t). If bbaasshh is - invoked in this fashion, $$00 is set to the name of the file, and the po- - sitional parameters are set to the remaining arguments. BBaasshh reads and - executes commands from this file, then exits. BBaasshh's exit status is + --ss option has been supplied, the first argument is treated as the name + of a file containing shell commands (a _s_h_e_l_l _s_c_r_i_p_t). When bbaasshh is in- + voked in this fashion, $$00 is set to the name of the file, and the posi- + tional parameters are set to the remaining arguments. BBaasshh reads and + executes commands from this file, then exits. BBaasshh'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 PPAATTHH for the script. + mands are executed, the exit status is 0. BBaasshh first attempts to open + the file in the current directory, and, if no file is found, searches + the directories in PPAATTHH for the script. IINNVVOOCCAATTIIOONN - A _l_o_g_i_n _s_h_e_l_l is one whose first character of argument zero is a --, or + A _l_o_g_i_n _s_h_e_l_l is one whose first character of argument zero is a --, or one started with the ----llooggiinn option. - An _i_n_t_e_r_a_c_t_i_v_e shell is one started without non-option arguments (un- - less --ss is specified) and without the --cc option, whose standard input - and standard error are both connected to terminals (as determined by - _i_s_a_t_t_y(3)), or one started with the --ii option. BBaasshh sets PPSS11 and $$-- - includes ii if the shell is interactive, so a shell script or a startup + An _i_n_t_e_r_a_c_t_i_v_e _s_h_e_l_l is one started without non-option arguments (un- + less --ss is specified) and without the --cc option, and whose standard in- + put and standard error are both connected to terminals (as determined + by _i_s_a_t_t_y(3)), or one started with the --ii option. BBaasshh sets PPSS11 and $$-- + includes ii if the shell is interactive, so a shell script or a startup file can test this state. - The following paragraphs describe how bbaasshh executes its startup files. - If any of the files exist but cannot be read, bbaasshh reports an error. - Tildes are expanded in filenames as described below under TTiillddee EExxppaann-- + The following paragraphs describe how bbaasshh executes its startup files. + If any of the files exist but cannot be read, bbaasshh reports an error. + Tildes are expanded in filenames as described below under TTiillddee EExxppaann-- ssiioonn in the EEXXPPAANNSSIIOONN section. - When bbaasshh is invoked as an interactive login shell, or as a non-inter- - active shell with the ----llooggiinn option, it first reads and executes com- - mands from the file _/_e_t_c_/_p_r_o_f_i_l_e, if that file exists. After reading + When bbaasshh is invoked as an interactive login shell, or as a non-inter- + active shell with the ----llooggiinn option, it first reads and executes com- + mands from the file _/_e_t_c_/_p_r_o_f_i_l_e, if that file exists. After reading that file, it looks for _~_/_._b_a_s_h___p_r_o_f_i_l_e, _~_/_._b_a_s_h___l_o_g_i_n, and _~_/_._p_r_o_f_i_l_e, - in that order, and reads and executes commands from the first one that - exists and is readable. The ----nnoopprrooffiillee option may be used when the + in that order, and reads and executes commands from the first one that + exists and is readable. The ----nnoopprrooffiillee 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 eexxiitt builtin command, bbaasshh reads and executes commands + executes the eexxiitt builtin command, bbaasshh reads and executes commands from the file _~_/_._b_a_s_h___l_o_g_o_u_t, if it exists. - When an interactive shell that is not a login shell is started, bbaasshh - reads and executes commands from _~_/_._b_a_s_h_r_c, if that file exists. The - ----nnoorrcc option inhibits this behavior. The ----rrccffiillee _f_i_l_e option causes + When an interactive shell that is not a login shell is started, bbaasshh + reads and executes commands from _~_/_._b_a_s_h_r_c, if that file exists. The + ----nnoorrcc option inhibits this behavior. The ----rrccffiillee _f_i_l_e option causes bbaasshh to use _f_i_l_e instead of _~_/_._b_a_s_h_r_c. - When bbaasshh is started non-interactively, to run a shell script, for ex- - ample, it looks for the variable BBAASSHH__EENNVV 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. BBaasshh behaves as if the following com- + When bbaasshh is started non-interactively, to run a shell script, for ex- + ample, it looks for the variable BBAASSHH__EENNVV 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. BBaasshh behaves as if the following com- mand were executed: if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi @@ -182,60 +185,62 @@ IINNVVOOCCAATTIIOONN but does not use the value of the PPAATTHH variable to search for the file- name. - If bbaasshh is invoked with the name sshh, it tries to mimic the startup be- - havior of historical versions of sshh 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 ----llooggiinn option, it - first attempts to read and execute commands from _/_e_t_c_/_p_r_o_f_i_l_e and + If bbaasshh is invoked with the name sshh, it tries to mimic the startup be- + havior of historical versions of sshh 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 ----llooggiinn option, it + first attempts to read and execute commands from _/_e_t_c_/_p_r_o_f_i_l_e and _~_/_._p_r_o_f_i_l_e, in that order. The ----nnoopprrooffiillee option inhibits this behav- ior. When invoked as an interactive shell with the name sshh, bbaasshh looks - for the variable EENNVV, 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 sshh does not attempt to read and execute commands from - any other startup files, the ----rrccffiillee option has no effect. A non-in- - teractive shell invoked with the name sshh does not attempt to read any - other startup files. When invoked as sshh, bbaasshh enters posix mode after - reading the startup files. - - When bbaasshh is started in posix mode, as with the ----ppoossiixx command line + for the variable EENNVV, 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 sshh does not attempt to read and execute commands from + any other startup files, the ----rrccffiillee option has no effect. A non-in- + teractive shell invoked with the name sshh does not attempt to read any + other startup files. + + When invoked as sshh, bbaasshh enters posix mode after reading the startup + files. + + When bbaasshh is started in posix mode, as with the ----ppoossiixx command line option, it follows the POSIX standard for startup files. In this mode, - interactive shells expand the EENNVV variable and read and execute com- + interactive shells expand the EENNVV variable and read and execute com- mands from the file whose name is the expanded value. No other startup files are read. BBaasshh 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 _r_s_h_d, or the secure shell - daemon _s_s_h_d. If bbaasshh determines it is being run non-interactively in - this fashion, it reads and executes commands from _~_/_._b_a_s_h_r_c, if that - file exists and is readable. BBaasshh does not read this file if invoked - as sshh. The ----nnoorrcc option inhibits this behavior, and the ----rrccffiillee op- - tion makes bbaasshh use a different file instead of _~_/_._b_a_s_h_r_c, but neither - _r_s_h_d nor _s_s_h_d 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 _r_s_h_d, or the secure shell + daemon _s_s_h_d. If bbaasshh determines it is being run non-interactively in + this fashion, it reads and executes commands from _~_/_._b_a_s_h_r_c, if that + file exists and is readable. BBaasshh does not read this file if invoked + as sshh. The ----nnoorrcc option inhibits this behavior, and the ----rrccffiillee op- + tion makes bbaasshh use a different file instead of _~_/_._b_a_s_h_r_c, but neither + _r_s_h_d nor _s_s_h_d 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 --pp option is not supplied, no startup files are read, shell functions are not inherited from the environment, - the SSHHEELLLLOOPPTTSS, BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they ap- - pear in the environment, are ignored, and the effective user id is set - to the real user id. If the --pp option is supplied at invocation, the + the SSHHEELLLLOOPPTTSS, BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if they ap- + pear in the environment, are ignored, and the effective user id is set + to the real user id. If the --pp option is supplied at invocation, the startup behavior is the same, but the effective user id is not reset. DDEEFFIINNIITTIIOONNSS - The following definitions are used throughout the rest of this docu- + The following definitions are used throughout the rest of this docu- ment. bbllaannkk A space or tab. wwhhiitteessppaaccee - A character belonging to the ssppaaccee character class in the cur- + A character belonging to the ssppaaccee character class in the cur- rent locale, or for which _i_s_s_p_a_c_e(3) returns true. - wwoorrdd A sequence of characters considered as a single unit by the + wwoorrdd A sequence of characters considered as a single unit by the shell. Also known as a ttookkeenn. - nnaammee A _w_o_r_d consisting only of alphanumeric characters and under- - scores, and beginning with an alphabetic character or an under- + nnaammee A _w_o_r_d consisting only of alphanumeric characters and under- + scores, and beginning with an alphabetic character or an under- score. Also referred to as an iiddeennttiiffiieerr. mmeettaacchhaarraacctteerr - A character that, when unquoted, separates words. One of the + A character that, when unquoted, separates words. One of the following: || && ;; (( )) << >> ssppaaccee ttaabb nneewwlliinnee ccoonnttrrooll ooppeerraattoorr @@ -246,139 +251,141 @@ DDEEFFIINNIITTIIOONNSS RREESSEERRVVEEDD WWOORRDDSS _R_e_s_e_r_v_e_d _w_o_r_d_s are words that have a special meaning to the shell. The following words are recognized as reserved when unquoted and either the - first word of a command (see SSHHEELLLL GGRRAAMMMMAARR below), the third word of a - ccaassee or sseelleecctt command (only iinn is valid), or the third word of a ffoorr + first word of a command (see SSHHEELLLL GGRRAAMMMMAARR below), the third word of a + ccaassee or sseelleecctt command (only iinn is valid), or the third word of a ffoorr command (only iinn and ddoo are valid): - !! ccaassee ccoopprroocc ddoo ddoonnee eelliiff eellssee eessaacc ffii ffoorr ffuunnccttiioonn iiff iinn sseelleecctt + !! ccaassee ccoopprroocc ddoo ddoonnee eelliiff eellssee eessaacc ffii ffoorr ffuunnccttiioonn iiff iinn sseelleecctt tthheenn uunnttiill wwhhiillee {{ }} ttiimmee [[[[ ]]]] SSHHEELLLL GGRRAAMMMMAARR - 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. SSiimmppllee CCoommmmaannddss - A _s_i_m_p_l_e _c_o_m_m_a_n_d is a sequence of optional variable assignments fol- - lowed by bbllaannkk-separated words and redirections, and terminated by a + A _s_i_m_p_l_e _c_o_m_m_a_n_d is a sequence of optional variable assignments fol- + lowed by bbllaannkk-separated words and redirections, and terminated by a _c_o_n_t_r_o_l _o_p_e_r_a_t_o_r. The first word specifies the command to be executed, - and is passed as argument zero. The remaining words are passed as ar- + and is passed as argument zero. The remaining words are passed as ar- guments to the invoked command. - The return value of a _s_i_m_p_l_e _c_o_m_m_a_n_d is its exit status, or 128+_n if + The return value of a _s_i_m_p_l_e _c_o_m_m_a_n_d is its exit status, or 128+_n if the command is terminated by signal _n. PPiippeelliinneess - A _p_i_p_e_l_i_n_e is a sequence of one or more commands separated by one of + A _p_i_p_e_l_i_n_e is a sequence of one or more commands separated by one of the control operators || or ||&&. The format for a pipeline is: [ttiimmee [--pp]] [ ! ] _c_o_m_m_a_n_d_1 [ [|||||&&] _c_o_m_m_a_n_d_2 ... ] The standard output of _c_o_m_m_a_n_d_1 is connected via a pipe to the standard - input of _c_o_m_m_a_n_d_2. This connection is performed before any redirec- - tions specified by the _c_o_m_m_a_n_d_1(see RREEDDIIRREECCTTIIOONN below). If ||&& is the - pipeline operator, _c_o_m_m_a_n_d_1's standard error, in addition to its stan- - dard output, is connected to _c_o_m_m_a_n_d_2's standard input through the - pipe; it is shorthand for 22>>&&11 ||. This implicit redirection of the - standard error to the standard output is performed after any redirec- + input of _c_o_m_m_a_n_d_2. This connection is performed before any redirec- + tions specified by the _c_o_m_m_a_n_d_1(see RREEDDIIRREECCTTIIOONN below). If ||&& is the + pipeline operator, _c_o_m_m_a_n_d_1's standard error, in addition to its stan- + dard output, is connected to _c_o_m_m_a_n_d_2's standard input through the + pipe; it is shorthand for 22>>&&11 ||. This implicit redirection of the + standard error to the standard output is performed after any redirec- tions specified by _c_o_m_m_a_n_d_1. The return status of a pipeline is the exit status of the last command, - unless the ppiippeeffaaiill option is enabled. If ppiippeeffaaiill is enabled, the - pipeline's return status is the value of the last (rightmost) command - to exit with a non-zero status, or zero if all commands exit success- + unless the ppiippeeffaaiill option is enabled. If ppiippeeffaaiill is enabled, the + pipeline's return status is the value of the last (rightmost) command + to exit with a non-zero status, or zero if all commands exit success- fully. If the reserved word !! precedes a pipeline, the exit status of - that pipeline is the logical negation of the exit status as described - above. 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 ttiimmee 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 --pp option changes the output format to - that specified by POSIX. When the shell is in posix mode, it does not - recognize ttiimmee as a reserved word if the next token begins with a "-". - The value of the TTIIMMEEFFOORRMMAATT variable is a format string that specifies - how the timing information should be displayed; see the description of + If the ttiimmee reserved word precedes a pipeline, the shell reports the + elapsed as well as user and system time consumed by its execution when + the pipeline terminates. The --pp option changes the output format to + that specified by POSIX. When the shell is in posix mode, it does not + recognize ttiimmee as a reserved word if the next token begins with a "-". + The value of the TTIIMMEEFFOORRMMAATT variable is a format string that specifies + how the timing information should be displayed; see the description of TTIIMMEEFFOORRMMAATT below under SShheellll VVaarriiaabblleess. - When the shell is in posix mode, ttiimmee 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, ttiimmee 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 TTIIMMEE-- FFOORRMMAATT variable specifies the format of the time information. - Each command in a multi-command pipeline, where pipes are created, is - executed in a _s_u_b_s_h_e_l_l, which is a separate process. See CCOOMMMMAANNDD EEXXEE-- - CCUUTTIIOONN EENNVVIIRROONNMMEENNTT for a description of subshells and a subshell envi- - ronment. If the llaassttppiippee option is enabled using the sshhoopptt builtin - (see the description of sshhoopptt below), and job control is not active, + Each command in a multi-command pipeline, where pipes are created, is + executed in a _s_u_b_s_h_e_l_l, which is a separate process. See CCOOMMMMAANNDD EEXXEE-- + CCUUTTIIOONN EENNVVIIRROONNMMEENNTT for a description of subshells and a subshell envi- + ronment. If the llaassttppiippee option is enabled using the sshhoopptt builtin + (see the description of sshhoopptt below), and job control is not active, the last element of a pipeline may be run by the shell process. LLiissttss - A _l_i_s_t is a sequence of one or more pipelines separated by one of the + A _l_i_s_t is a sequence of one or more pipelines separated by one of the operators ;;, &&, &&&&, or ||||, and optionally terminated by one of ;;, &&, or <>. Of these list operators, &&&& and |||| have equal precedence, followed by ;; and &&, which have equal precedence. - A sequence of one or more newlines may appear in a _l_i_s_t instead of a + A sequence of one or more newlines may appear in a _l_i_s_t instead of a semicolon to delimit commands. - If a command is terminated by the control operator &&, the shell exe- - cutes the command in the _b_a_c_k_g_r_o_u_n_d in a subshell. The shell does not - wait for the command to finish, and the return status is 0. These are - referred to as _a_s_y_n_c_h_r_o_n_o_u_s commands. Commands separated by a ;; are + If a command is terminated by the control operator &&, the shell exe- + cutes the command in the _b_a_c_k_g_r_o_u_n_d in a subshell. The shell does not + wait for the command to finish, and the return status is 0. These are + referred to as _a_s_y_n_c_h_r_o_n_o_u_s commands. Commands separated by a ;; are executed sequentially; the shell waits for each command to terminate in - turn. The return status is the exit status of the last command exe- + turn. The return status is the exit status of the last command exe- cuted. - AND and OR lists are sequences of one or more pipelines separated by - the &&&& and |||| control operators, respectively. AND and OR lists are + AND and OR lists are sequences of one or more pipelines separated by + the &&&& and |||| control operators, respectively. AND and OR lists are executed with left associativity. An AND list has the form _c_o_m_m_a_n_d_1 &&&& _c_o_m_m_a_n_d_2 - _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns an exit status + _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns an exit status of zero (success). An OR list has the form _c_o_m_m_a_n_d_1 |||| _c_o_m_m_a_n_d_2 - _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns a non-zero exit - status. The return status of AND and OR lists is the exit status of + _c_o_m_m_a_n_d_2 is executed if, and only if, _c_o_m_m_a_n_d_1 returns a non-zero exit + status. The return status of AND and OR lists is the exit status of the last command executed in the list. CCoommppoouunndd CCoommmmaannddss - A _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d is one of the following. In most cases a _l_i_s_t in a - command's description may be separated from the rest of the command by - one or more newlines, and may be followed by a newline in place of a + A _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d is one of the following. In most cases a _l_i_s_t in a + command's description may be separated from the rest of the command by + one or more newlines, and may be followed by a newline in place of a semicolon. - (_l_i_s_t) _l_i_s_t is executed in a subshell (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONN-- - MMEENNTT below for a description of a subshell environment). Vari- - able assignments and builtin commands that affect the shell's + (_l_i_s_t) _l_i_s_t is executed in a subshell (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONN-- + MMEENNTT 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 _l_i_s_t. { _l_i_s_t; } _l_i_s_t is executed in the current shell environment. _l_i_s_t must be - terminated with a newline or semicolon. This is known as a + terminated with a newline or semicolon. This is known as a _g_r_o_u_p _c_o_m_m_a_n_d. The return status is the exit status of _l_i_s_t. - Note that unlike the metacharacters (( and )), {{ and }} are _r_e_- - _s_e_r_v_e_d _w_o_r_d_s and must occur where a reserved word is permitted - to be recognized. Since they do not cause a word break, they - must be separated from _l_i_s_t by whitespace or another shell + Note that unlike the metacharacters (( and )), {{ and }} are _r_e_- + _s_e_r_v_e_d _w_o_r_d_s and must occur where a reserved word is permitted + to be recognized. Since they do not cause a word break, they + must be separated from _l_i_s_t by whitespace or another shell metacharacter. ((_e_x_p_r_e_s_s_i_o_n)) - The arithmetic _e_x_p_r_e_s_s_i_o_n is evaluated according to the rules - described below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. If the value of - the expression is non-zero, the return status is 0; otherwise - the return status is 1. The _e_x_p_r_e_s_s_i_o_n undergoes the same ex- - pansions as if it were within double quotes, but double quote - characters in _e_x_p_r_e_s_s_i_o_n are not treated specially and are re- - moved. + The arithmetic _e_x_p_r_e_s_s_i_o_n is evaluated according to the rules + described below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. If the value of + the expression is non-zero, the return status is 0; otherwise + the return status is 1. The _e_x_p_r_e_s_s_i_o_n undergoes the same ex- + pansions as if it were within double quotes, but unescaped dou- + ble quote characters in _e_x_p_r_e_s_s_i_o_n 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. [[[[ _e_x_p_r_e_s_s_i_o_n ]]]] Evaluate the conditional expression _e_x_p_r_e_s_s_i_o_n and return a sta- @@ -456,7 +463,7 @@ SSHHEELLLL GGRRAAMMMMAARR of _e_x_p_r_e_s_s_i_o_n_1 is sufficient to determine the return value of the entire conditional expression. - ffoorr _n_a_m_e [ [ iinn [ _w_o_r_d _._._. ] ] ; ] ddoo _l_i_s_t ; ddoonnee + ffoorr _n_a_m_e [ [ iinn _w_o_r_d _._._. ] ; ] ddoo _l_i_s_t ; ddoonnee First, expand The list of words following iinn, generating a list of items. Then, the variable _n_a_m_e is set to each element of this list in turn, and _l_i_s_t is executed each time. If the iinn @@ -467,7 +474,7 @@ SSHHEELLLL GGRRAAMMMMAARR empty list, no commands are executed, and the return status is 0. - ffoorr (( _e_x_p_r_1 ; _e_x_p_r_2 ; _e_x_p_r_3 )) ; ddoo _l_i_s_t ; ddoonnee + ffoorr (( _e_x_p_r_1 ; _e_x_p_r_2 ; _e_x_p_r_3 )) [;] ddoo _l_i_s_t ; ddoonnee First, evaluate the arithmetic expression _e_x_p_r_1 according to the rules described below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. Then, re- peatedly evaluate the arithmetic expression _e_x_p_r_2 until it eval- @@ -518,7 +525,7 @@ SSHHEELLLL GGRRAAMMMMAARR execution to continue with the _l_i_s_t associated with the next pattern list. Using ;;;;&& in place of ;;;; causes the shell to test the next pattern list in the statement, if any, and execute any - associated _l_i_s_t if the match succeeds. continuing the case + associated _l_i_s_t 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 @@ PPAARRAAMMEETTEERRSS a valid value. Once a variable is set, it may be unset only by using the uunnsseett builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - A _v_a_r_i_a_b_l_e may be assigned to by a statement of the form + A _v_a_r_i_a_b_l_e is assigned to using a statement of the form _n_a_m_e=[_v_a_l_u_e] @@ -754,31 +761,31 @@ PPAARRAAMMEETTEERRSS the ccoommmmaanndd 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 _d_e_c_l_a_r_a_t_i_o_n - commands such as ddeeccllaarree that accept assignment statements. When += is - applied to a variable for which the iinntteeggeerr attribute has been set, the - variable's current value and _v_a_l_u_e are each evaluated as arithmetic ex- - pressions, and the sum of the results is assigned as the variable's + commands such as ddeeccllaarree that accept assignment statements. When "+=" + is applied to a variable for which the iinntteeggeerr attribute has been set, + the variable's current value and _v_a_l_u_e 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 AArrrraayyss 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, _v_a_l_u_e is expanded and appended to - the variable's value. + expression. When "+=" is applied to an array variable using compound + assignment (see AArrrraayyss 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, _v_a_l_u_e is expanded and appended to the vari- + able's value. A variable can be assigned the _n_a_m_e_r_e_f attribute using the --nn option to - the ddeeccllaarree or llooccaall builtin commands (see the descriptions of ddeeccllaarree - and llooccaall below) to create a _n_a_m_e_r_e_f, 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 _n_a_m_e_r_e_f attribute - itself), the operation is actually performed on the variable specified - by the nameref variable's value. A nameref is commonly used within + the ddeeccllaarree or llooccaall builtin commands (see the descriptions of ddeeccllaarree + and llooccaall below) to create a _n_a_m_e_r_e_f, 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 _n_a_m_e_r_e_f 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 @@ PPAARRAAMMEETTEERRSS the variable name passed as the first argument. References and assign- ments to rreeff, and changes to its attributes, are treated as references, assignments, and attribute modifications to the variable whose name was - passed as $$11. If the control variable in a ffoorr 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 nnaammeerreeff at- - tribute. However, nameref variables can reference array variables and + passed as $$11. If the control variable in a ffoorr 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 nnaammeerreeff at- + tribute. However, nameref variables can reference array variables and subscripted array variables. Namerefs can be unset using the --nn option to the uunnsseett builtin. Otherwise, if uunnsseett 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 EENNVVIIRROONNMMEENNTT). + PPoossiittiioonnaall PPaarraammeetteerrss - A _p_o_s_i_t_i_o_n_a_l _p_a_r_a_m_e_t_e_r is a parameter denoted by one or more digits, + A _p_o_s_i_t_i_o_n_a_l _p_a_r_a_m_e_t_e_r 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 sseett 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 sseett 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 FFUUNNCCTTIIOONNSS 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 EEXXPPAANNSSIIOONN below). Without braces, a digit following $ can only refer to one of the first nine po- - sitional parameters ($$11--$$99) or the special parameter $$00 (see the next + sitional parameters ($$11--$$99) or the special parameter $$00 (see the next section). SSppeecciiaall PPaarraammeetteerrss - 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. - ** ($$**) 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 + ** ($$**) 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 IIFFSS variable. That is, ""$$**"" is equivalent to ""$$11_c$$22_c......"", where - _c is the first character of the value of the IIFFSS variable. If + _c is the first character of the value of the IIFFSS variable. If IIFFSS is unset, the parameters are separated by spaces. If IIFFSS is null, the parameters are joined without intervening separators. - @@ ($$@@) Expands to the positional parameters, starting from one. + @@ ($$@@) 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, ""$$@@"" is equivalent to ""$$11"" ""$$22"" ...... 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, ""$$@@"" and $$@@ expand to nothing + are no positional parameters, ""$$@@"" and $$@@ expand to nothing (i.e., they are removed). ## ($$##) Expands to the number of positional parameters in decimal. - ?? ($$??) Expands to the exit status of the most recently executed + ?? ($$??) Expands to the exit status of the most recently executed command. -- ($$--) Expands to the current option flags as specified upon invo- - cation, by the sseett builtin command, or those set by the shell + cation, by the sseett builtin command, or those set by the shell itself (such as the --ii option). - $$ ($$$$) Expands to the process ID of the shell. In a subshell, it + $$ ($$$$) Expands to the process ID of the shell. In a subshell, it expands to the process ID of the parent shell, not the subshell. - !! ($$!!)Expands to the process ID of the job most recently placed + !! ($$!!)Expands to the process ID of the job most recently placed into the background, whether executed as an asynchronous command or using the bbgg builtin (see JJOOBB CCOONNTTRROOLL below). - 00 ($$00) Expands to the name of the shell or shell script. This is - set at shell initialization. If bbaasshh is invoked with a file of - commands, $$00 is set to the name of that file. If bbaasshh is + 00 ($$00) Expands to the name of the shell or shell script. This is + set at shell initialization. If bbaasshh is invoked with a file of + commands, $$00 is set to the name of that file. If bbaasshh is started with the --cc option, then $$00 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 bbaasshh, as given by argu- ment zero. SShheellll VVaarriiaabblleess The shell sets following variables: - __ ($$__, an underscore) This has a number of meanings depending on + __ ($$__, an underscore) This has a number of meanings depending on context. At shell startup, __ 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, $$__ 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, $$__ ex- pands to the name of the mail file currently being checked. - BBAASSHH Expands to the full filename used to invoke this instance of + BBAASSHH Expands to the full filename used to invoke this instance of bbaasshh. BBAASSHHOOPPTTSS - A colon-separated list of enabled shell options. Each word in - the list is a valid argument for the --ss option to the sshhoopptt + A colon-separated list of enabled shell options. Each word in + the list is a valid argument for the --ss option to the sshhoopptt builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The options - appearing in BBAASSHHOOPPTTSS are those reported as _o_n by sshhoopptt. If - this variable is in the environment when bbaasshh starts up, the + appearing in BBAASSHHOOPPTTSS are those reported as _o_n by sshhoopptt. If + this variable is in the environment when bbaasshh 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. BBAASSHHPPIIDD Expands to the process ID of the current bbaasshh process. This differs from $$$$ under certain circumstances, such as subshells @@ -954,7 +966,7 @@ PPAARRAAMMEETTEERRSS ments to BBAASSHH__LLIINNEENNOO have no effect, and it may not be unset. BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH A colon-separated list of directories in which the eennaabbllee com- - mand. looks for dynamically loadable builtins. + mand looks for dynamically loadable builtins. BBAASSHH__MMOONNOOSSEECCOONNDDSS 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 @@ PPAARRAAMMEETTEERRSS appearing in SSHHEELLLLOOPPTTSS are those reported as _o_n by sseett --oo. If this variable is in the environment when bbaasshh 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. SSHHLLVVLL Incremented by one each time an instance of bbaasshh is started. SSRRAANNDDOOMM - 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 _/_d_e_v_/_u_r_a_n_d_o_m or _a_r_c_4_r_a_n_d_o_m(3), so each + on systems that support _/_d_e_v_/_u_r_a_n_d_o_m or _a_r_c_4_r_a_n_d_o_m(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 SSRRAANNDDOOMM is unset, it loses its special properties, even if it is subsequently reset. UUIIDD Expands to the user ID of the current user, initialized at shell startup. This variable is readonly. - The shell uses the following variables. In some cases, bbaasshh assigns a + The shell uses the following variables. In some cases, bbaasshh assigns a default value to a variable; these cases are noted below. BBAASSHH__CCOOMMPPAATT - The value is used to set the shell's compatibility level. See - SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below for a description of the various + The value is used to set the shell's compatibility level. See + SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below for a description of the various compatibility levels and their effects. The value may be a dec- - imal number (e.g., 4.2) or an integer (e.g., 42) corresponding - to the desired compatibility level. If BBAASSHH__CCOOMMPPAATT is unset or - set to the empty string, the compatibility level is set to the - default for the current version. If BBAASSHH__CCOOMMPPAATT is set to a - value that is not one of the valid compatibility levels, the - shell prints an error message and sets the compatibility level - to the default for the current version. A subset of the valid - values correspond to the compatibility levels described below - under SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE. For example, 4.2 and 42 are - valid values that correspond to the ccoommppaatt4422 sshhoopptt option and - set the 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 BBAASSHH__CCOOMMPPAATT is unset or + set to the empty string, the compatibility level is set to the + default for the current version. If BBAASSHH__CCOOMMPPAATT is set to a + value that is not one of the valid compatibility levels, the + shell prints an error message and sets the compatibility level + to the default for the current version. A subset of the valid + values correspond to the compatibility levels described below + under SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE. For example, 4.2 and 42 are + valid values that correspond to the ccoommppaatt4422 sshhoopptt option and + set the compatibility level to 42. The current version is also a valid value. BBAASSHH__EENNVV - If this parameter is set when bbaasshh is executing a shell script, - its 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 BBAASSHH__EENNVV is subjected to + If this parameter is set when bbaasshh 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 BBAASSHH__EENNVV is subjected to parameter expansion, command substitution, and arithmetic expan- - sion before being interpreted as a filename. PPAATTHH is not used + sion before being interpreted as a filename. PPAATTHH is not used to search for the resultant filename. BBAASSHH__XXTTRRAACCEEFFDD - If set to an integer corresponding to a valid file descriptor, - bbaasshh 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 BBAASSHH__XXTTRRAACCEEFFDD is unset or as- + If set to an integer corresponding to a valid file descriptor, + bbaasshh 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 BBAASSHH__XXTTRRAACCEEFFDD is unset or as- signed a new value. Unsetting BBAASSHH__XXTTRRAACCEEFFDD 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 BBAASSHH__XXTTRRAACCEEFFDD 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. - CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated + CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated list of directories where the shell looks for directories speci- - fied as arguments to the ccdd command. A sample value is + fied as arguments to the ccdd command. A sample value is ".:~:/usr". CCHHIILLDD__MMAAXX - Set the number of exited child status values for the shell to - remember. BBaasshh 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. BBaasshh will not allow this value to be decreased below + a POSIX-mandated minimum, and there is a maximum value (cur- + rently 8192) that this may not exceed. The minimum value is system-dependent. CCOOLLUUMMNNSS - Used by the sseelleecctt compound command to determine the terminal - width when printing selection lists. Automatically set if the - cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon + Used by the sseelleecctt compound command to determine the terminal + width when printing selection lists. Automatically set if the + cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon receipt of a SSIIGGWWIINNCCHH. CCOOMMPPRREEPPLLYY An array variable from which bbaasshh reads the possible completions - generated by a shell function invoked by the programmable com- - pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each ar- + generated by a shell function invoked by the programmable com- + pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each ar- ray element contains one possible completion. - EEMMAACCSS If bbaasshh finds this variable in the environment when the shell - starts with value "t", it assumes that the shell is running in + EEMMAACCSS If bbaasshh finds this variable in the environment when the shell + starts with value "t", it assumes that the shell is running in an Emacs shell buffer and disables line editing. - EENNVV Expanded and executed similarly to BBAASSHH__EENNVV (see IINNVVOOCCAATTIIOONN + EENNVV Expanded and executed similarly to BBAASSHH__EENNVV (see IINNVVOOCCAATTIIOONN above) when an interactive shell is invoked in posix mode. EEXXEECCIIGGNNOORREE - A colon-separated list of shell patterns (see PPaatttteerrnn MMaattcchhiinngg) - defining the set of filenames to be ignored by command search - using PPAATTHH. Files whose full pathnames match one of these pat- - terns are not considered executable files for the purposes of + A colon-separated list of shell patterns (see PPaatttteerrnn MMaattcchhiinngg) + defining the set of filenames to be ignored by command search + using PPAATTHH. Files whose full pathnames match one of these pat- + terns are not considered executable files for the purposes of completion and command execution via PPAATTHH lookup. This does not affect the behavior of the [[, tteesstt, and [[[[ commands. Full path- - names in the command hash table are not subject to EEXXEECCIIGGNNOORREE. - Use this variable to ignore shared library files that have the - executable bit set, but are not executable files. The pattern + names in the command hash table are not subject to EEXXEECCIIGGNNOORREE. + Use this variable to ignore shared library files that have the + executable bit set, but are not executable files. The pattern matching honors the setting of the eexxttgglloobb shell option. FFCCEEDDIITT The default editor for the ffcc builtin command. FFIIGGNNOORREE - A colon-separated list of suffixes to ignore when performing + A colon-separated list of suffixes to ignore when performing filename completion (see RREEAADDLLIINNEE below). A filename whose suf- - fix matches one of the entries in FFIIGGNNOORREE is excluded from the + fix matches one of the entries in FFIIGGNNOORREE is excluded from the list of matched filenames. A sample value is ".o:~". FFUUNNCCNNEESSTT - If set to a numeric value greater than 0, defines a maximum - function nesting level. Function invocations that exceed this + If set to a numeric value greater than 0, defines a maximum + function nesting level. Function invocations that exceed this nesting level cause the current command to abort. GGLLOOBBIIGGNNOORREE - A colon-separated list of patterns defining the set of file - names to be ignored by pathname expansion. If a file name - matched by a pathname expansion pattern also matches one of the - patterns in GGLLOOBBIIGGNNOORREE, 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 GGLLOOBBIIGGNNOORREE, it is removed from the list of matches. The pattern matching honors the setting of the eexxttgglloobb shell op- tion. GGLLOOBBSSOORRTT - 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 LLCC__CCOOLLLLAATTEE shell variable. - If set, a valid value begins with an optional _+, which is ig- + If set, a valid value begins with an optional _+, which is ig- nored, or _-, which reverses the sort order from ascending to de- - scending, followed by a sort specifier. The valid sort speci- - fiers are _n_a_m_e, _n_u_m_e_r_i_c, _s_i_z_e, _m_t_i_m_e, _a_t_i_m_e, _c_t_i_m_e, and _b_l_o_c_k_s, + scending, followed by a sort specifier. The valid sort speci- + fiers are _n_a_m_e, _n_u_m_e_r_i_c, _s_i_z_e, _m_t_i_m_e, _a_t_i_m_e, _c_t_i_m_e, and _b_l_o_c_k_s, 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 _-_m_t_i_m_e sorts the results in descending + For example, a value of _-_m_t_i_m_e sorts the results in descending order by modification time (newest first). - The _n_u_m_e_r_i_c specifier treats names consisting solely of digits - as numbers and sorts them using their numeric value (so "2" + The _n_u_m_e_r_i_c 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 _n_u_m_e_r_i_c, 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 _n_o_s_o_r_t disables sorting completely; bbaasshh 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 _-. - If the sort specifier is missing, it defaults to _n_a_m_e, so a - value of _+ is equivalent to the null string, and a value of _- - sorts by name in descending order. Any invalid value restores + If the sort specifier is missing, it defaults to _n_a_m_e, so a + value of _+ is equivalent to the null string, and a value of _- + sorts by name in descending order. Any invalid value restores the historical sorting behavior. HHIISSTTCCOONNTTRROOLL - A colon-separated list of values controlling how commands are - saved on the history list. If the list of values includes - _i_g_n_o_r_e_s_p_a_c_e, lines which begin with a ssppaaccee character are not - saved in the history list. A value of _i_g_n_o_r_e_d_u_p_s causes lines + A colon-separated list of values controlling how commands are + saved on the history list. If the list of values includes + _i_g_n_o_r_e_s_p_a_c_e, lines which begin with a ssppaaccee character are not + saved in the history list. A value of _i_g_n_o_r_e_d_u_p_s causes lines matching the previous history entry not to be saved. A value of _i_g_n_o_r_e_b_o_t_h is shorthand for _i_g_n_o_r_e_s_p_a_c_e and _i_g_n_o_r_e_d_u_p_s. A value of _e_r_a_s_e_d_u_p_s causes all previous lines matching the current line - to be removed from the history list before that line is saved. - Any value not in the above list is ignored. If HHIISSTTCCOONNTTRROOLL is - unset, or does not include a valid value, bbaasshh 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 HHIISSTTCCOONNTTRROOLL is + unset, or does not include a valid value, bbaasshh saves all lines + read by the shell parser on the history list, subject to the value of HHIISSTTIIGGNNOORREE. 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 - HHIISSTTCCOONNTTRROOLL. 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 + HHIISSTTCCOONNTTRROOLL. If the first line was not saved, the second and subsequent lines of the command are not saved either. HHIISSTTFFIILLEE The name of the file in which command history is saved (see HHIISS-- - TTOORRYY below). BBaasshh assigns a default value of _~_/_._b_a_s_h___h_i_s_t_o_r_y. - If HHIISSTTFFIILLEE is unset or null, the shell does not save the com- + TTOORRYY below). BBaasshh assigns a default value of _~_/_._b_a_s_h___h_i_s_t_o_r_y. + If HHIISSTTFFIILLEE is unset or null, the shell does not save the com- mand history when it exits. HHIISSTTFFIILLEESSIIZZEE The maximum number of lines contained in the history file. When - this variable is assigned a value, the history file is trun- - cated, if necessary, to contain no more than that number of - lines by removing the oldest entries. The history file is also + 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 hhiissttoorryy 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 hhiissttoorryy 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 HHIISSTTSSIIZZEE after reading any startup files. HHIISSTTIIGGNNOORREE - A colon-separated list of patterns used to decide which command - lines should be saved on the history list. If a command line - matches one of the patterns in the value of HHIISSTTIIGGNNOORREE, it is - not saved on the history list. Each pattern is anchored at the - beginning of the line and must match the complete line (bbaasshh - does not implicitly append a "**"). Each pattern is tested - against the line after the checks specified by HHIISSTTCCOONNTTRROOLL are + A colon-separated list of patterns used to decide which command + lines should be saved on the history list. If a command line + matches one of the patterns in the value of HHIISSTTIIGGNNOORREE, it is + not saved on the history list. Each pattern is anchored at the + beginning of the line and must match the complete line (bbaasshh + does not implicitly append a "**"). Each pattern is tested + against the line after the checks specified by HHIISSTTCCOONNTTRROOLL are applied. In addition to the normal shell pattern matching char- - acters, "&&" matches the previous history line. A backslash es- - capes the "&&"; 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 HHIISSTTIIGGNNOORREE. If + acters, "&&" matches the previous history line. A backslash es- + capes the "&&"; 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 HHIISSTTIIGGNNOORREE. 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 eexxttgglloobb shell option. + HHIISSTTIIGGNNOORREE subsumes some of the function of HHIISSTTCCOONNTTRROOLL. 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". HHIISSTTSSIIZZEE The number of commands to remember in the command history (see HHIISSTTOORRYY below). If the value is 0, commands are not saved in @@ -1383,127 +1401,126 @@ PPAARRAAMMEETTEERRSS the new file to the existing list. If HHOOSSTTFFIILLEE is set, but has no value, or does not name a readable file, bbaasshh attempts to read _/_e_t_c_/_h_o_s_t_s to obtain the list of possible hostname comple- - tions. When HHOOSSTTFFIILLEE is unset, bbaasshh clears the the hostname - list. + tions. When HHOOSSTTFFIILLEE is unset, bbaasshh clears the hostname list. IIFFSS The _I_n_t_e_r_n_a_l _F_i_e_l_d _S_e_p_a_r_a_t_o_r that is used for word splitting af- - ter expansion and to split lines into words with the rreeaadd + ter expansion and to split lines into words with the rreeaadd builtin command. Word splitting is described below under EEXXPPAANN-- SSIIOONN. The default value is "". IIGGNNOORREEEEOOFF Controls the action of an interactive shell on receipt of an EEOOFF character as the sole input. If set, the value is the number of - consecutive EEOOFF characters which must be typed as the first - characters on an input line before bbaasshh exits. If the variable - is set but does not have a numeric value, or the value is null, - the default value is 10. If it is unset, EEOOFF signifies the end + consecutive EEOOFF characters which must be typed as the first + characters on an input line before bbaasshh 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, EEOOFF signifies the end of input to the shell. IINNPPUUTTRRCC - The filename for the rreeaaddlliinnee startup file, overriding the de- + The filename for the rreeaaddlliinnee startup file, overriding the de- fault of _~_/_._i_n_p_u_t_r_c (see RREEAADDLLIINNEE below). IINNSSIIDDEE__EEMMAACCSS - If this variable appears in the environment when the shell - starts, bbaasshh assumes that it is running inside an Emacs shell - buffer and may disable line editing, depending on the value of + If this variable appears in the environment when the shell + starts, bbaasshh assumes that it is running inside an Emacs shell + buffer and may disable line editing, depending on the value of TTEERRMM. - LLAANNGG Used to determine the locale category for any category not + LLAANNGG Used to determine the locale category for any category not specifically selected with a variable starting with LLCC__. - LLCC__AALLLL This variable overrides the value of LLAANNGG and any other LLCC__ + LLCC__AALLLL This variable overrides the value of LLAANNGG and any other LLCC__ variable specifying a locale category. LLCC__CCOOLLLLAATTEE - This variable determines the collation order used when sorting - the results of pathname expansion, and determines the behavior - of range expressions, equivalence classes, and collating se- + This variable determines the collation order used when sorting + the results of pathname expansion, and determines the behavior + of range expressions, equivalence classes, and collating se- quences within pathname expansion and pattern matching. LLCC__CCTTYYPPEE - This variable determines the interpretation of characters and - the behavior of character classes within pathname expansion and + This variable determines the interpretation of characters and + the behavior of character classes within pathname expansion and pattern matching. LLCC__MMEESSSSAAGGEESS - This variable determines the locale used to translate double- + This variable determines the locale used to translate double- quoted strings preceded by a $$. LLCC__NNUUMMEERRIICC - This variable determines the locale category used for number + This variable determines the locale category used for number formatting. LLCC__TTIIMMEE - This variable determines the locale category used for data and + This variable determines the locale category used for data and time formatting. - LLIINNEESS Used by the sseelleecctt compound command to determine the column - length for printing selection lists. Automatically set if the - cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon + LLIINNEESS Used by the sseelleecctt compound command to determine the column + length for printing selection lists. Automatically set if the + cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon receipt of a SSIIGGWWIINNCCHH. MMAAIILL If the value is set to a file or directory name and the MMAAIILLPPAATTHH - variable is not set, bbaasshh informs the user of the arrival of + variable is not set, bbaasshh informs the user of the arrival of mail in the specified file or Maildir-format directory. MMAAIILLCCHHEECCKK - Specifies how often (in seconds) bbaasshh checks for mail. The de- - fault is 60 seconds. When it is time to check for mail, the - shell does so before displaying the primary prompt. If this - variable is unset, or set to a value that is not a number + Specifies how often (in seconds) bbaasshh checks for mail. The de- + fault is 60 seconds. When it is time to check for mail, the + shell does so before displaying the primary prompt. If this + variable is unset, or set to a value that is not a number greater than or equal to zero, the shell disables mail checking. MMAAIILLPPAATTHH A colon-separated list of filenames to be checked for mail. The message to be printed when mail arrives in a particular file may - be specified by separating the filename from the message with a - "?". When used in the text of the message, $$__ expands to the + be specified by separating the filename from the message with a + "?". When used in the text of the message, $$__ expands to the name of the current mailfile. For example: MMAAIILLPPAATTHH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"' - BBaasshh can be configured to supply a default value for this vari- - able (there is no value by default), but the location of the + BBaasshh can be configured to supply a default value for this vari- + able (there is no value by default), but the location of the user mail files that it uses is system dependent (e.g., /var/mail/$$UUSSEERR). OOPPTTEERRRR If set to the value 1, bbaasshh displays error messages generated by - the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOPPTTEERRRR is initialized to 1 each time the shell is invoked or a + the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). + OOPPTTEERRRR is initialized to 1 each time the shell is invoked or a shell script is executed. - PPAATTHH The search path for commands. It is a colon-separated list of - directories in which the shell looks for commands (see CCOOMMMMAANNDD - EEXXEECCUUTTIIOONN below). A zero-length (null) directory name in the + PPAATTHH The search path for commands. It is a colon-separated list of + directories in which the shell looks for commands (see CCOOMMMMAANNDD + EEXXEECCUUTTIIOONN below). A zero-length (null) directory name in the value of PPAATTHH indicates the current directory. A null directory - name may appear as two adjacent colons, or as an initial or - trailing colon. The default path is system-dependent, and is + name may appear as two adjacent colons, or as an initial or + trailing colon. The default path is system-dependent, and is set by the administrator who installs bbaasshh. A common value is - "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin". + /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin PPOOSSIIXXLLYY__CCOORRRREECCTT - If this variable is in the environment when bbaasshh starts, the - shell enters posix mode before reading the startup files, as if - the ----ppoossiixx invocation option had been supplied. If it is set - while the shell is running, bbaasshh enables posix mode, as if the + If this variable is in the environment when bbaasshh starts, the + shell enters posix mode before reading the startup files, as if + the ----ppoossiixx invocation option had been supplied. If it is set + while the shell is running, bbaasshh enables 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. PPRROOMMPPTT__CCOOMMMMAANNDD - 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. PPRROOMMPPTT__DDIIRRTTRRIIMM - If set to a number greater than zero, the value is used as the + If set to a number greater than zero, the value is used as the number of trailing directory components to retain when expanding - the \\ww and \\WW prompt string escapes (see PPRROOMMPPTTIINNGG below). + the \\ww and \\WW prompt string escapes (see PPRROOMMPPTTIINNGG below). Characters removed are replaced with an ellipsis. - PPSS00 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) - and displayed by interactive shells after reading a command and + PPSS00 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) + and displayed by interactive shells after reading a command and before the command is executed. - PPSS11 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) - and used as the primary prompt string. The default value is + PPSS11 The value of this parameter is expanded (see PPRROOMMPPTTIINNGG below) + and used as the primary prompt string. The default value is "\s-\v\$ ". - PPSS22 The value of this parameter is expanded as with PPSS11 and used as + PPSS22 The value of this parameter is expanded as with PPSS11 and used as the secondary prompt string. The default is "> ". PPSS33 The value of this parameter is used as the prompt for the sseelleecctt command (see SSHHEELLLL GGRRAAMMMMAARR above). - PPSS44 The value of this parameter is expanded as with PPSS11 and the + PPSS44 The value of this parameter is expanded as with PPSS11 and the value is printed before each command bbaasshh displays during an ex- ecution trace. The first character of the expanded value of PPSS44 is replicated multiple times, as necessary, to indicate multiple levels of indirection. The default is "+ ". - SSHHEELLLL This variable expands to the full pathname to the shell. If it - is not set when the shell starts, bbaasshh assigns to it the full + SSHHEELLLL This variable expands to the full pathname to the shell. If it + is not set when the shell starts, bbaasshh assigns to it the full pathname of the current user's login shell. TTIIMMEEFFOORRMMAATT - The value of this parameter is used as a format string specify- - ing how the timing information for pipelines prefixed with the - ttiimmee reserved word should be displayed. The %% character intro- - duces an escape sequence that is expanded to a time value or - other information. The escape sequences and their meanings are + The value of this parameter is used as a format string specify- + ing how the timing information for pipelines prefixed with the + ttiimmee reserved word should be displayed. The %% character intro- + duces an escape sequence that is expanded to a time value or + other information. The escape sequences and their meanings are as follows; the brackets denote optional portions. %%%% A literal %%. %%[[_p]][[ll]]RR The elapsed time in seconds. @@ -1511,80 +1528,98 @@ PPAARRAAMMEETTEERRSS %%[[_p]][[ll]]SS The number of CPU seconds spent in system mode. %%PP The CPU percentage, computed as (%U + %S) / %R. - The optional _p is a digit specifying the _p_r_e_c_i_s_i_o_n, the number + The optional _p is a digit specifying the _p_r_e_c_i_s_i_o_n, the number of fractional digits after a decimal point. A value of 0 causes - no decimal point or fraction to be output. ttiimmee prints at most - six digits after the decimal point; values of _p greater than 6 + no decimal point or fraction to be output. ttiimmee prints at most + six digits after the decimal point; values of _p greater than 6 are changed to 6. If _p is not specified, ttiimmee prints three dig- its after the decimal point. - The optional ll specifies a longer format, including minutes, of - the form _M_Mm_S_S._F_Fs. The value of _p determines whether or not + The optional ll specifies a longer format, including minutes, of + the form _M_Mm_S_S._F_Fs. The value of _p determines whether or not the fraction is included. - If this variable is not set, bbaasshh acts as if it had the value - $$''\\nnrreeaall\\tt%%33llRR\\nnuusseerr\\tt%%33llUU\\nnssyyss\\tt%%33llSS''. If the value is null, - bbaasshh does not display any timing information. A trailing new- + If this variable is not set, bbaasshh acts as if it had the value + $$''\\nnrreeaall\\tt%%33llRR\\nnuusseerr\\tt%%33llUU\\nnssyyss\\tt%%33llSS''. If the value is null, + bbaasshh does not display any timing information. A trailing new- line is added when the format string is displayed. - TTMMOOUUTT If set to a value greater than zero, the rreeaadd builtin uses the - value as its default timeout. The sseelleecctt command terminates if - input does not arrive after TTMMOOUUTT 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. BBaasshh terminates after waiting - for that number of seconds if a complete line of input does not + TTMMOOUUTT If set to a value greater than zero, the rreeaadd builtin uses the + value as its default timeout. The sseelleecctt command terminates if + input does not arrive after TTMMOOUUTT 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. BBaasshh terminates after waiting + for that number of seconds if a complete line of input does not arrive. - TTMMPPDDIIRR If set, bbaasshh uses its value as the name of a directory in which + TTMMPPDDIIRR If set, bbaasshh uses its value as the name of a directory in which bbaasshh creates temporary files for the shell's use. aauuttoo__rreessuummee This variable controls how the shell interacts with the user and - job control. If this variable is set, 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 _n_a_m_e of a stopped job, in this context, is the - command line used to start it, as displayed by jjoobbss. If set to - the value _e_x_a_c_t, the word must match the name of a stopped job - exactly; if set to _s_u_b_s_t_r_i_n_g, the word needs to match a sub- - string of the name of a stopped job. The _s_u_b_s_t_r_i_n_g 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 _n_a_m_e of a stopped job, in this context, is the + command line used to start it, as displayed by jjoobbss. If set to + the value _e_x_a_c_t, the word must match the name of a stopped job + exactly; if set to _s_u_b_s_t_r_i_n_g, the word needs to match a sub- + string of the name of a stopped job. The _s_u_b_s_t_r_i_n_g value pro- vides functionality analogous to the %%?? job identifier (see JJOOBB - CCOONNTTRROOLL below). If set to any other value (e.g., _p_r_e_f_i_x), the - word must be a prefix of a stopped job's name; this provides + CCOONNTTRROOLL below). If set to any other value (e.g., _p_r_e_f_i_x), the + word must be a prefix of a stopped job's name; this provides functionality analogous to the %%_s_t_r_i_n_g job identifier. hhiissttcchhaarrss - The two or three characters which control history expansion, - quick substitution, and tokenization (see HHIISSTTOORRYY EEXXPPAANNSSIIOONN be- - low). The first character is the _h_i_s_t_o_r_y _e_x_p_a_n_s_i_o_n character, - the character which begins a history expansion, normally "!!". - The second character is the _q_u_i_c_k _s_u_b_s_t_i_t_u_t_i_o_n character, nor- - mally "^^". When it appears as the first character on the line, + The two or three characters which control history expansion, + quick substitution, and tokenization (see HHIISSTTOORRYY EEXXPPAANNSSIIOONN be- + low). The first character is the _h_i_s_t_o_r_y _e_x_p_a_n_s_i_o_n character, + the character which begins a history expansion, normally "!!". + The second character is the _q_u_i_c_k _s_u_b_s_t_i_t_u_t_i_o_n character, nor- + mally "^^". 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 "##". - 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 _h_i_s_- + _t_o_r_y _c_o_m_m_e_n_t 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. AArrrraayyss - BBaasshh provides one-dimensional indexed and associative array variables. - Any variable may be used as an indexed array; the ddeeccllaarree 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 _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e. The _s_u_b_s_c_r_i_p_t is treated as - an arithmetic expression that must evaluate to a number greater than or - equal to zero. To explicitly declare an indexed array, use ddeeccllaarree --aa - _n_a_m_e (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). ddeeccllaarree --aa _n_a_m_e[[_s_u_b_s_c_r_i_p_t]] is - also accepted; the _s_u_b_s_c_r_i_p_t is ignored. - - Associative arrays are created using ddeeccllaarree --AA _n_a_m_e. + BBaasshh provides one-dimensional indexed and associative array variables. + Any variable may be used as an indexed array; the ddeeccllaarree 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 AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN 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. + + BBaasshh automatically creates an indexed array if any variable is assigned + to using the syntax + _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e . + The _s_u_b_s_c_r_i_p_t is treated as an arithmetic expression that must evaluate + to a number greater than or equal to zero. To explicitly declare an + indexed array, use + ddeeccllaarree --aa _n_a_m_e + (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). + ddeeccllaarree --aa _n_a_m_e[_s_u_b_s_c_r_i_p_t] + is also accepted; the _s_u_b_s_c_r_i_p_t is ignored. + + Associative arrays are created using + ddeeccllaarree --AA _n_a_m_e + . Attributes may be specified for an array variable using the ddeeccllaarree and rreeaaddoonnllyy builtins. Each attribute applies to all members of an array. @@ -1621,72 +1656,72 @@ PPAARRAAMMEETTEERRSS the maximum index of _n_a_m_e, 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 PPAARRAAMMEETTEERRSS above. - An array element is referenced using ${_n_a_m_e[_s_u_b_s_c_r_i_p_t]}. The braces - are required to avoid conflicts with pathname expansion. If _s_u_b_s_c_r_i_p_t + An array element is referenced using ${_n_a_m_e[_s_u_b_s_c_r_i_p_t]}. The braces + are required to avoid conflicts with pathname expansion. If _s_u_b_s_c_r_i_p_t is @@ or **, the word expands to all members of _n_a_m_e, 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, ${_n_a_m_e[*]} expands to a single word with the value of each - array member separated by the first character of the IIFFSS special vari- - able, and ${_n_a_m_e[@]} expands each element of _n_a_m_e 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, ${_n_a_m_e[*]} expands to a single word with the value of each + array member separated by the first character of the IIFFSS special vari- + able, and ${_n_a_m_e[@]} expands each element of _n_a_m_e to a separate word. When there are no array members, ${_n_a_m_e[@]} 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 ** and @@ (see SSppee-- + 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 ** and @@ (see SSppee-- cciiaall PPaarraammeetteerrss above). - ${#_n_a_m_e[_s_u_b_s_c_r_i_p_t]} expands to the length of ${_n_a_m_e[_s_u_b_s_c_r_i_p_t]}. If + ${#_n_a_m_e[_s_u_b_s_c_r_i_p_t]} expands to the length of ${_n_a_m_e[_s_u_b_s_c_r_i_p_t]}. If _s_u_b_s_c_r_i_p_t is ** or @@, the expansion is the number of elements in the ar- ray. If the _s_u_b_s_c_r_i_p_t 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; bbaasshh 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. ${!!_n_a_m_e[_@]} and ${!!_n_a_m_e[_*]} expand to the indices assigned in + It is possible to obtain the keys (indices) of an array as well as the + values. ${!!_n_a_m_e[_@]} and ${!!_n_a_m_e[_*]} expand to the indices assigned in array variable _n_a_m_e. The treatment when in double quotes is similar to the expansion of the special parameters _@ and _* within double quotes. The uunnsseett builtin is used to destroy arrays. uunnsseett _n_a_m_e[_s_u_b_s_c_r_i_p_t] un- - sets the array element at index _s_u_b_s_c_r_i_p_t, 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. uunnsseett _n_a_m_e, where _n_a_m_e is an array, re- - moves the entire array. uunnsseett _n_a_m_e[_s_u_b_s_c_r_i_p_t] behaves differently de- - pending on whether _n_a_m_e is an indexed or associative array when _s_u_b_- + sets the array element at index _s_u_b_s_c_r_i_p_t, 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. uunnsseett _n_a_m_e, where _n_a_m_e is an array, re- + moves the entire array. uunnsseett _n_a_m_e[_s_u_b_s_c_r_i_p_t] behaves differently de- + pending on whether _n_a_m_e is an indexed or associative array when _s_u_b_- _s_c_r_i_p_t is ** or @@. If _n_a_m_e is an associative array, this unsets the el- - ement with subscript ** or @@. If _n_a_m_e is an indexed array, unset re- + ement with subscript ** or @@. If _n_a_m_e 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 uunnsseett, 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 uunnsseett, 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 ddeeccllaarree, llooccaall, and rreeaaddoonnllyy builtins each accept a --aa option to - specify an indexed array and a --AA option to specify an associative ar- - ray. If both options are supplied, --AA takes precedence. The rreeaadd - builtin accepts a --aa option to assign a list of words read from the + The ddeeccllaarree, llooccaall, and rreeaaddoonnllyy builtins each accept a --aa option to + specify an indexed array and a --AA option to specify an associative ar- + ray. If both options are supplied, --AA takes precedence. The rreeaadd + builtin accepts a --aa option to assign a list of words read from the standard input to an array. The sseett and ddeeccllaarree 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., mmaappffiillee); 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., mmaappffiillee); see the + descriptions of individual builtins below for details. The shell pro- vides a number of builtin array variables. EEXXPPAANNSSIIOONN @@ -1696,53 +1731,51 @@ EEXXPPAANNSSIIOONN _m_e_t_i_c _e_x_p_a_n_s_i_o_n, _w_o_r_d _s_p_l_i_t_t_i_n_g, _p_a_t_h_n_a_m_e _e_x_p_a_n_s_i_o_n, and _q_u_o_t_e _r_e_m_o_v_a_l. 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: _p_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n. This is performed at the same time as - tilde, parameter, variable, and arithmetic expansion and command sub- + able: _p_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n. This is performed at the same time as + tilde, parameter, variable, and arithmetic expansion and command sub- stitution. - _Q_u_o_t_e _r_e_m_o_v_a_l is always performed last. It removes quote characters - present in the original word, not ones resulting from one of the other + _Q_u_o_t_e _r_e_m_o_v_a_l 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 ""$$@@"" and ""$${{_n_a_m_e[[@@]]}}"", and, in most cases, $$** and $${{_n_a_m_e[[**]]}} as explained above (see PPAARRAAMMEETTEERRSS). BBrraaccee EExxppaannssiioonn - _B_r_a_c_e _e_x_p_a_n_s_i_o_n is a mechanism to generate arbitrary strings sharing a + _B_r_a_c_e _e_x_p_a_n_s_i_o_n is a mechanism to generate arbitrary strings sharing a common prefix and suffix, either of which can be empty. This mechanism - is similar to _p_a_t_h_n_a_m_e _e_x_p_a_n_s_i_o_n, but the filenames generated need not - exist. Patterns to be brace expanded are formed from an optional _p_r_e_- - _a_m_b_l_e, followed by either a series of comma-separated strings or a se- - quence expression between a pair of braces, followed by an optional - _p_o_s_t_s_c_r_i_p_t. The preamble is prefixed to each string contained within - the braces, and the postscript is then appended to each resulting + is similar to _p_a_t_h_n_a_m_e _e_x_p_a_n_s_i_o_n, but the filenames generated need not + exist. Patterns to be brace expanded are formed from an optional _p_r_e_- + _a_m_b_l_e, followed by either a series of comma-separated strings or a se- + quence expression between a pair of braces, followed by an optional + _p_o_s_t_s_c_r_i_p_t. The preamble is prefixed to each string contained within + the braces, and the postscript is then appended to each resulting string, expanding left to right. - Brace expansions may be nested. The results of each expanded string + 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{{d,c,b}}e expands into "ade ace abe". - A sequence expression takes the form {{_x...._y[[...._i_n_c_r]]}}, where _x and _y are - either integers or single letters, and _i_n_c_r, an optional increment, is + A sequence expression takes the form _x...._y[[...._i_n_c_r]], where _x and _y are + either integers or single letters, and _i_n_c_r, an optional increment, is an integer. When integers are supplied, the expression expands to each - number between _x and _y, inclusive. If either _x or _y begins with _0, - each generated term will contain the same number of digits, zero- - padding where necessary. When either _x or _y begins with a zero, the - shell attempts to force all generated terms to contain the same number - of digits, zero-padding where 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. + 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 ex- + pands to 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 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 @@ EEXXPPAANNSSIIOONN closing braces, and at least one unquoted comma or a valid sequence ex- pression. Any incorrectly formed brace expansion is left unchanged. - A {{ or ,, may be quoted with a backslash to prevent its being considered - part of a brace expression. To avoid conflicts with parameter expan- - sion, the string $${{ is not considered eligible for brace expansion, and - inhibits brace expansion until the closing }}. + 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 @@ EEXXPPAANNSSIIOONN versions of sshh. sshh does not treat opening or closing braces specially when they appear as part of a word, and preserves them in the output. BBaasshh removes braces from words as a consequence of brace expansion. - For example, a word entered to sshh as _f_i_l_e_{_1_,_2_} appears identically in - the output. BBaasshh outputs that word as _f_i_l_e_1 _f_i_l_e_2 after brace expan- + For example, a word entered to sshh as "file{1,2}" appears identically in + the output. BBaasshh outputs that word as "file1 file2" after brace expan- sion. Start bbaasshh with the ++BB option or disable brace expansion with the ++BB option to the sseett command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) for strict sshh compatibility. @@ -1890,67 +1923,70 @@ EEXXPPAANNSSIIOONN value of _p_a_r_a_m_e_t_e_r starting at the character specified by _o_f_f_- _s_e_t. If _p_a_r_a_m_e_t_e_r is @@ or **, an indexed array subscripted by @@ or **, or an associative array name, the results differ as de- - scribed below. If _l_e_n_g_t_h is omitted, expands to the substring - of the value of _p_a_r_a_m_e_t_e_r starting at the character specified by - _o_f_f_s_e_t and extending to the end of the value. _l_e_n_g_t_h and _o_f_f_s_e_t - are arithmetic expressions (see AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN below). - - If _o_f_f_s_e_t evaluates to a number less than zero, the value is + scribed below. If ::_l_e_n_g_t_h is omitted (the first form above), + this expands to the substring of the value of _p_a_r_a_m_e_t_e_r starting + at the character specified by _o_f_f_s_e_t and extending to the end of + the value. If _o_f_f_s_e_t is omitted, it is treated as 0. If _l_e_n_g_t_h + is omitted, but the colon after _o_f_f_s_e_t is present, it is treated + as 0. _l_e_n_g_t_h and _o_f_f_s_e_t are arithmetic expressions (see AARRIITTHH-- + MMEETTIICC EEVVAALLUUAATTIIOONN below). + + If _o_f_f_s_e_t evaluates to a number less than zero, the value is used as an offset in characters from the end of the value of _p_a_- - _r_a_m_e_t_e_r. If _l_e_n_g_t_h evaluates to a number less than zero, it is + _r_a_m_e_t_e_r. If _l_e_n_g_t_h evaluates to a number less than zero, it is interpreted as an offset in characters from the end of the value - of _p_a_r_a_m_e_t_e_r rather than a number of characters, and the expan- - sion is the characters between _o_f_f_s_e_t and that result. Note - that a negative offset must be separated from the colon by at + of _p_a_r_a_m_e_t_e_r rather than a number of characters, and the expan- + sion is the characters between _o_f_f_s_e_t and that result. Note + that a negative offset must be separated from the colon by at least one space to avoid being confused with the ::-- expansion. - If _p_a_r_a_m_e_t_e_r is @@ or **, the result is _l_e_n_g_t_h positional parame- - ters beginning at _o_f_f_s_e_t. A negative _o_f_f_s_e_t is taken relative - to one greater than the greatest positional parameter, so an + If _p_a_r_a_m_e_t_e_r is @@ or **, the result is _l_e_n_g_t_h positional parame- + ters beginning at _o_f_f_s_e_t. A negative _o_f_f_s_e_t is taken relative + to one greater than the greatest positional parameter, so an offset of -1 evaluates to the last positional parameter (or 0 if - there are no positional parameters). It is an expansion error + there are no positional parameters). It is an expansion error if _l_e_n_g_t_h evaluates to a number less than zero. If _p_a_r_a_m_e_t_e_r is an indexed array name subscripted by @ or *, the result is the _l_e_n_g_t_h members of the array beginning with ${_p_a_r_a_- - _m_e_t_e_r[_o_f_f_s_e_t]}. A negative _o_f_f_s_e_t is taken relative to one + _m_e_t_e_r[_o_f_f_s_e_t]}. A negative _o_f_f_s_e_t is taken relative to one greater than the maximum index of the specified array. It is an expansion error if _l_e_n_g_t_h evaluates to a number less than zero. Substring expansion applied to an associative array produces 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 _o_f_f_s_e_t 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 _o_f_f_s_e_t is 0, and the positional parameters are used, $$00 is prefixed to the list. ${!!_p_r_e_f_i_x**} ${!!_p_r_e_f_i_x@@} - NNaammeess mmaattcchhiinngg pprreeffiixx. Expands to the names of variables whose + NNaammeess mmaattcchhiinngg pprreeffiixx. Expands to the names of variables whose names begin with _p_r_e_f_i_x, separated by the first character of the - IIFFSS special variable. When _@ is used and the expansion appears - within double quotes, each variable name expands to a separate + IIFFSS special variable. When _@ is used and the expansion appears + within double quotes, each variable name expands to a separate word. ${!!_n_a_m_e[_@]} ${!!_n_a_m_e[_*]} - LLiisstt ooff aarrrraayy kkeeyyss. If _n_a_m_e is an array variable, expands to - the list of array indices (keys) assigned in _n_a_m_e. If _n_a_m_e is - not an array, expands to 0 if _n_a_m_e is set and null otherwise. - When _@ is used and the expansion appears within double quotes, + LLiisstt ooff aarrrraayy kkeeyyss. If _n_a_m_e is an array variable, expands to + the list of array indices (keys) assigned in _n_a_m_e. If _n_a_m_e is + not an array, expands to 0 if _n_a_m_e is set and null otherwise. + When _@ is used and the expansion appears within double quotes, each key expands to a separate word. ${##_p_a_r_a_m_e_t_e_r} - PPaarraammeetteerr lleennggtthh. Substitutes the length in characters of the - expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_r_a_m_e_t_e_r is ** or @@, the value - substituted is the number of positional parameters. If _p_a_r_a_m_e_- - _t_e_r is an array name subscripted by ** or @@, the value substi- - tuted is the number of elements in the array. If _p_a_r_a_m_e_t_e_r is - an indexed array name subscripted by a negative number, that - number is interpreted as relative to one greater than the maxi- - mum index of _p_a_r_a_m_e_t_e_r, so negative indices count back from the - end of the array, and an index of -1 references the last ele- + PPaarraammeetteerr lleennggtthh. Substitutes the length in characters of the + expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_r_a_m_e_t_e_r is ** or @@, the value + substituted is the number of positional parameters. If _p_a_r_a_m_e_- + _t_e_r is an array name subscripted by ** or @@, the value substi- + tuted is the number of elements in the array. If _p_a_r_a_m_e_t_e_r is + an indexed array name subscripted by a negative number, that + number is interpreted as relative to one greater than the maxi- + mum index of _p_a_r_a_m_e_t_e_r, so negative indices count back from the + end of the array, and an index of -1 references the last ele- ment. ${_p_a_r_a_m_e_t_e_r##_w_o_r_d} @@ -1958,15 +1994,15 @@ EEXXPPAANNSSIIOONN RReemmoovvee mmaattcchhiinngg pprreeffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion, and matched against the expanded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. If the pattern matches the beginning of - the value of _p_a_r_a_m_e_t_e_r, then the result of the expansion is the - expanded value of _p_a_r_a_m_e_t_e_r with the shortest matching pattern - (the "#" case) or the longest matching pattern (the "##" case) - deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern removal operation - is applied to each positional parameter in turn, and the expan- - sion is the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable - subscripted with @@ or **, the pattern removal operation is ap- - plied to each member of the array in turn, and the expansion is + tteerrnn MMaattcchhiinngg below. If the pattern matches the beginning of + the value of _p_a_r_a_m_e_t_e_r, then the result of the expansion is the + expanded value of _p_a_r_a_m_e_t_e_r with the shortest matching pattern + (the "#" case) or the longest matching pattern (the "##" case) + deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern removal operation + is applied to each positional parameter in turn, and the expan- + sion is the resultant list. If _p_a_r_a_m_e_t_e_r is an array variable + subscripted with @@ or **, the pattern removal operation is ap- + plied to each member of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r%%_w_o_r_d} @@ -1974,15 +2010,15 @@ EEXXPPAANNSSIIOONN RReemmoovvee mmaattcchhiinngg ssuuffffiixx ppaatttteerrnn. The _w_o_r_d is expanded to produce a pattern just as in pathname expansion, and matched against the expanded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. If the pattern matches a trailing portion - of the expanded value of _p_a_r_a_m_e_t_e_r, then the result of the ex- - pansion is the expanded value of _p_a_r_a_m_e_t_e_r with the shortest - matching pattern (the "%" case) or the longest matching pattern - (the "%%" case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern - removal operation is applied to each positional parameter in - turn, and the expansion is the resultant list. If _p_a_r_a_m_e_t_e_r is - an array variable subscripted with @@ or **, the pattern removal - operation is applied to each member of the array in turn, and + tteerrnn MMaattcchhiinngg below. If the pattern matches a trailing portion + of the expanded value of _p_a_r_a_m_e_t_e_r, then the result of the ex- + pansion is the expanded value of _p_a_r_a_m_e_t_e_r with the shortest + matching pattern (the "%" case) or the longest matching pattern + (the "%%" case) deleted. If _p_a_r_a_m_e_t_e_r is @@ or **, the pattern + removal operation is applied to each positional parameter in + turn, and the expansion is the resultant list. If _p_a_r_a_m_e_t_e_r is + an array variable subscripted with @@ or **, the pattern removal + operation is applied to each member of the array in turn, and the expansion is the resultant list. ${_p_a_r_a_m_e_t_e_r//_p_a_t_t_e_r_n//_s_t_r_i_n_g} @@ -1990,12 +2026,12 @@ EEXXPPAANNSSIIOONN ${_p_a_r_a_m_e_t_e_r//##_p_a_t_t_e_r_n//_s_t_r_i_n_g} ${_p_a_r_a_m_e_t_e_r//%%_p_a_t_t_e_r_n//_s_t_r_i_n_g} PPaatttteerrnn ssuubbssttiittuuttiioonn. The _p_a_t_t_e_r_n is expanded to produce a pat- - tern just as in pathname expansion and matched against the ex- - panded value of _p_a_r_a_m_e_t_e_r using the rules described under PPaatt-- - tteerrnn MMaattcchhiinngg below. The longest match of _p_a_t_t_e_r_n in the ex- - panded value is replaced with _s_t_r_i_n_g. _s_t_r_i_n_g 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 _p_a_r_a_m_e_t_e_r as de- + scribed under PPaatttteerrnn MMaattcchhiinngg below. The longest match of _p_a_t_- + _t_e_r_n in the expanded value is replaced with _s_t_r_i_n_g. _s_t_r_i_n_g 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 _p_a_r_a_m_e_t_e_r and _p_a_t_t_e_r_n (the sec- @@ -2047,19 +2083,20 @@ EEXXPPAANNSSIIOONN ${_p_a_r_a_m_e_t_e_r,,_p_a_t_t_e_r_n} ${_p_a_r_a_m_e_t_e_r,,,,_p_a_t_t_e_r_n} CCaassee mmooddiiffiiccaattiioonn. This expansion modifies the case of alpha- - betic characters in _p_a_r_a_m_e_t_e_r. The _p_a_t_t_e_r_n is expanded to pro- - duce a pattern just as in pathname expansion. Each character in - the expanded value of _p_a_r_a_m_e_t_e_r is tested against _p_a_t_t_e_r_n, and, - if it matches the pattern, its case is converted. The pattern - should not attempt to match more than one character. - - The ^^ operator converts lowercase letters matching _p_a_t_t_e_r_n to - uppercase; the ,, operator converts matching uppercase letters to - lowercase. The ^^^^ and ,,,, expansions convert each matched char- - acter in the expanded value; the ^^ and ,, expansions match and - convert only the first character in the expanded value. If _p_a_t_- - _t_e_r_n is omitted, it is treated like a ??, which matches every - character. + betic characters in _p_a_r_a_m_e_t_e_r. First, the _p_a_t_t_e_r_n is expanded + to produce a pattern as described below under PPaatttteerrnn MMaattcchhiinngg. + BBaasshh then examines characters in the expanded value of _p_a_r_a_m_e_t_e_r + against _p_a_t_t_e_r_n 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 _p_a_t_t_e_r_n to upper- + case; "," converts matching uppercase letters to lowercase. The + ^^ and ,, variants examine the first character in the expanded + value and convert its case if it matches _p_a_t_t_e_r_n; the ^^^^ and ,,,, + variants examine all characters in the expanded value and con- + vert each one that matches _p_a_t_t_e_r_n. If _p_a_t_t_e_r_n is omitted, it + is treated like a ??, which matches every character. If _p_a_r_a_m_e_t_e_r is @@ or **, the case modification operation is ap- plied to each positional parameter in turn, and the expansion is @@ -2179,11 +2216,13 @@ EEXXPPAANNSSIIOONN $$((((_e_x_p_r_e_s_s_i_o_n)))) The _e_x_p_r_e_s_s_i_o_n undergoes the same expansions as if it were within dou- - ble quotes, but double quote characters in _e_x_p_r_e_s_s_i_o_n 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 _e_x_p_r_e_s_s_i_o_n 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 AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. If _e_x_p_r_e_s_s_i_o_n is invalid, bbaasshh prints a message @@ -2203,7 +2242,7 @@ EEXXPPAANNSSIIOONN sis, otherwise the construct would be interpreted as a redirection. Process substitution is supported on systems that support named pipes - (_F_I_F_O_s) or the //ddeevv//ffdd method of naming open files. + (_F_I_F_O_s) or the _/_d_e_v_/_f_d 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 @@ EEXXPPAANNSSIIOONN GGLLOOBBIIGGNNOORREE pattern matching honors the setting of the eexxttgglloobb shell op- tion. - The GGLLOOBBSSOORRTT shell variable controls how the results of pathname expan- - sion are sorted, as described above. + The value of the GGLLOOBBSSOORRTT shell variable controls how the results of + pathname expansion are sorted, as described above under SShheellll VVaarrii-- + aabblleess. PPaatttteerrnn MMaattcchhiinngg @@ -2499,14 +2539,14 @@ RREEDDIIRREECCTTIIOONN [_n]>>_w_o_r_d If the redirection operator is >>, and the nnoocclloobbbbeerr option to the sseett - builtin has been enabled, the redirection fails if the file whose name - results from the expansion of _w_o_r_d exists and is a regular file. If - the redirection operator is >>||, or the redirection operator is >> and - the nnoocclloobbbbeerr option to the sseett builtin command is not enabled, bbaasshh + builtin command has been enabled, the redirection fails if the file + whose name results from the expansion of _w_o_r_d exists and is a regular + file. If the redirection operator is >>||, or the redirection operator + is >> and the nnoocclloobbbbeerr option to the sseett builtin is not enabled, bbaasshh attempts the redirection even if the file named by _w_o_r_d exists. AAppppeennddiinngg RReeddiirreecctteedd OOuuttppuutt - 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 _w_o_r_d for appending on file descriptor _n, or the standard output (file descriptor 1) if _n is not specified. If the file does not exist it is created. @@ -2565,26 +2605,25 @@ RREEDDIIRREECCTTIIOONN _d_e_l_i_m_i_t_e_r The shell does not perform parameter and variable expansion, command - substitution, arithmetic expansion, or pathname expansion is performed - on _w_o_r_d. + substitution, arithmetic expansion, or pathname expansion on _w_o_r_d. If any part of _w_o_r_d is quoted, the _d_e_l_i_m_i_t_e_r is the result of quote re- moval on _w_o_r_d, and the lines in the here-document are not expanded. If - _w_o_r_d is unquoted, the _d_e_l_i_m_i_t_e_r is _w_o_r_d 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 \\<> is + _w_o_r_d is unquoted, the _d_e_l_i_m_i_t_e_r is _w_o_r_d 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 \\<> is treated literally, and \\ must be used to quote the characters \\, $$, and ``; however, double quote characters have no special meaning. - If the redirection operator is <<<<--, then the shell strips all leading - tab characters from input lines and the line containing _d_e_l_i_m_i_t_e_r. - This allows here-documents within shell scripts to be indented in a + If the redirection operator is <<<<--, then the shell strips all leading + tab characters from input lines and the line containing _d_e_l_i_m_i_t_e_r. + This allows here-documents within shell scripts to be indented in a natural fashion. If the delimiter is not quoted, the \\<> 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 @@ RREEDDIIRREECCTTIIOONN [_n]<<<<<<_w_o_r_d - The _w_o_r_d undergoes tilde expansion, parameter and variable expansion, - command substitution, arithmetic expansion, and quote removal. Path- - name expansion and word splitting are not performed. The result is + The _w_o_r_d undergoes tilde expansion, parameter and variable expansion, + command substitution, arithmetic expansion, and quote removal. Path- + name expansion and word splitting are not performed. The result is supplied as a single string, with a newline appended, to the command on its standard input (or file descriptor _n if _n is specified). @@ -2605,22 +2644,22 @@ RREEDDIIRREECCTTIIOONN [_n]<<&&_w_o_r_d is used to duplicate input file descriptors. If _w_o_r_d expands to one or - more digits, file descriptor _n is made to be a copy of that file de- + more digits, file descriptor _n is made to be a copy of that file de- scriptor. It is a redirection error if the digits in _w_o_r_d do not spec- ify a file descriptor open for input. If _w_o_r_d evaluates to --, file de- - scriptor _n is closed. If _n is not specified, this uses the standard + scriptor _n is closed. If _n is not specified, this uses the standard input (file descriptor 0). The operator [_n]>>&&_w_o_r_d - is used similarly to duplicate output file descriptors. If _n is not - specified, this uses the standard output (file descriptor 1). It is a - redirection error if the digits in _w_o_r_d do not specify a file descrip- - tor open for output. If _w_o_r_d evaluates to --, file descriptor _n is - closed. As a special case, if _n is omitted, and _w_o_r_d does not expand - to one or more digits or --, this redirects the standard output and + is used similarly to duplicate output file descriptors. If _n is not + specified, this uses the standard output (file descriptor 1). It is a + redirection error if the digits in _w_o_r_d do not specify a file descrip- + tor open for output. If _w_o_r_d evaluates to --, file descriptor _n is + closed. As a special case, if _n is omitted, and _w_o_r_d does not expand + to one or more digits or --, this redirects the standard output and standard error as described previously. MMoovviinngg FFiillee DDeessccrriippttoorrss @@ -2628,7 +2667,7 @@ RREEDDIIRREECCTTIIOONN [_n]<<&&_d_i_g_i_t-- - moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard + moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard input (file descriptor 0) if _n is not specified. _d_i_g_i_t is closed after being duplicated to _n. @@ -2636,7 +2675,7 @@ RREEDDIIRREECCTTIIOONN [_n]>>&&_d_i_g_i_t-- - moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard + moves the file descriptor _d_i_g_i_t to file descriptor _n, or the standard output (file descriptor 1) if _n is not specified. OOppeenniinngg FFiillee DDeessccrriippttoorrss ffoorr RReeaaddiinngg aanndd WWrriittiinngg @@ -2649,170 +2688,170 @@ RREEDDIIRREECCTTIIOONN ified. If the file does not exist, it is created. AALLIIAASSEESS - _A_l_i_a_s_e_s allow a string to be substituted for a word 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 aalliiaass and uunnaalliiaass builtin commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS + _A_l_i_a_s_e_s 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 aalliiaass and uunnaalliiaass builtin commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS 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 //, $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or - quoting characters listed above may not appear in an alias name. The - replacement text may contain any valid shell input, including shell - metacharacters. The first word of the replacement text is tested for + The characters //, $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or + quoting characters listed above may not appear in an alias name. The + replacement text may contain any valid shell input, including shell + metacharacters. The first word of the replacement text is tested for aliases, but a word that is identical to an alias being expanded is not expanded a second time. This means that one may alias llss to llss --FF, for - instance, and bbaasshh does not try to recursively expand the replacement + instance, and bbaasshh does not try to recursively expand the replacement text. - If the last character of the alias value is a _b_l_a_n_k, the shell checks + If the last character of the alias value is a _b_l_a_n_k, the shell checks the next command word following the alias for alias expansion. Aliases are created and listed with the aalliiaass command, and removed with the uunnaalliiaass command. - There is no mechanism for using arguments in the replacement text. If - arguments are needed, use a shell function (see FFUUNNCCTTIIOONNSS below) in- + There is no mechanism for using arguments in the replacement text. If + arguments are needed, use a shell function (see FFUUNNCCTTIIOONNSS below) in- stead. - Aliases are not expanded when the shell is not interactive, unless the - eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of + Aliases are not expanded when the shell is not interactive, unless the + eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - The rules concerning the definition and use of aliases are somewhat - confusing. BBaasshh always reads at least one complete line of input, and - all lines that make up a compound command, before executing any of the - commands on that line or the compound command. Aliases are expanded - when a command is read, not when it is executed. Therefore, an alias - definition appearing on the same line as another command does not take + The rules concerning the definition and use of aliases are somewhat + confusing. BBaasshh always reads at least one complete line of input, and + all lines that make up a compound command, before executing any of the + commands on that line or the compound command. Aliases are expanded + when a command is read, not when it is executed. Therefore, an alias + definition appearing on the same line as another command does not take effect until the 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 aalliiaass in compound commands. For almost every purpose, shell functions are preferable to aliases. FFUUNNCCTTIIOONNSS - A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, - stores a series of commands for later execution. When the name of a + A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, + stores a series of commands for later execution. When the name of a shell function is used as a simple command name, the 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 ## is - updated to reflect the new positional parameters. Special parameter 00 + updated to reflect the new positional parameters. Special parameter 00 is unchanged. The first element of the FFUUNNCCNNAAMMEE 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 DDEEBBUUGG and - RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been - given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin - below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett - builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN - traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell + All other aspects of the shell execution environment are identical be- + tween a function and its caller with these exceptions: the DDEEBBUUGG and + RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been + given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin + below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett + builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN + traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell option has been enabled. - Variables local to the function are declared with the llooccaall builtin - command (_l_o_c_a_l _v_a_r_i_a_b_l_e_s). Ordinarily, variables and their values are - shared between the function and its caller. If a variable is declared - llooccaall, the variable's visible scope is restricted to that function and + Variables local to the function are declared with the llooccaall builtin + command (_l_o_c_a_l _v_a_r_i_a_b_l_e_s). Ordinarily, variables and their values are + shared between the function and its caller. If a variable is declared + llooccaall, the variable's visible scope is restricted to that function and its children (including the functions it calls). In the following description, the _c_u_r_r_e_n_t _s_c_o_p_e 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 llooccaall or ddeeccllaarree 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 llooccaall or ddeeccllaarree 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 _d_y_n_a_m_i_c _s_c_o_p_i_n_g to control a variable's visibility - within functions. With dynamic scoping, visible variables and their - values are a result of the sequence of function calls that caused exe- - cution to reach the current function. The value of a variable that a - function sees depends on its value within its caller, if any, whether - that caller is the global scope or another shell function. This is + The shell uses _d_y_n_a_m_i_c _s_c_o_p_i_n_g to control a variable's visibility + within functions. With dynamic scoping, visible variables and their + values are a result of the sequence of function calls that caused exe- + cution to reach the current function. The value of a variable that a + function sees depends on its value within its caller, if any, whether + that caller is the global scope or another shell function. This is also the value that a local variable declaration shadows, and the value that is restored when the function returns. - For example, if a variable _v_a_r is declared as local in function _f_u_n_c_1, - and _f_u_n_c_1 calls another function _f_u_n_c_2, references to _v_a_r made from - within _f_u_n_c_2 resolve to the local variable _v_a_r from _f_u_n_c_1, shadowing + For example, if a variable _v_a_r is declared as local in function _f_u_n_c_1, + and _f_u_n_c_1 calls another function _f_u_n_c_2, references to _v_a_r made from + within _f_u_n_c_2 resolve to the local variable _v_a_r from _f_u_n_c_1, shadowing any global variable named _v_a_r. The uunnsseett builtin also acts using the same dynamic scope: if a variable - is local to the current scope, uunnsseett 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, uunnsseett 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 llooccaallvvaarr__uunn-- + able at a previous scope, any instance of a variable with that name + that had been shadowed becomes visible (see below how the llooccaallvvaarr__uunn-- sseett shell option changes this behavior). - The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- - fines a maximum function nesting level. Function invocations that ex- + The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, de- + fines a maximum function nesting level. Function invocations that ex- ceed the limit cause the entire command to abort. - If the builtin command rreettuurrnn is executed in a function, the function - completes and execution resumes with the next command after the func- + If the builtin command rreettuurrnn is executed in a function, the function + completes and execution resumes with the next command after the func- tion call. If rreettuurrnn 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 rreettuurrnn. Any com- - mand associated with the RREETTUURRNN 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 rreettuurrnn. Any com- + mand associated with the RREETTUURRNN trap is executed before execution re- sumes. When a function completes, the values of the positional parame- - ters and the special parameter ## are restored to the values they had + ters and the special parameter ## are restored to the values they had prior to the function's execution. The --ff option to the ddeeccllaarree or ttyyppeesseett builtin commands lists function - names and definitions. The --FF option to ddeeccllaarree or ttyyppeesseett lists the + names and definitions. The --FF option to ddeeccllaarree or ttyyppeesseett lists the function names only (and optionally the source file and line number, if - the eexxttddeebbuugg shell option is enabled). Functions may be exported so - that child shell processes (those created when executing a separate + the eexxttddeebbuugg 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 --ff option to the eexxppoorrtt builtin. The --ff option to the uunnsseett builtin deletes a func- tion definition. Functions may be recursive. The FFUUNNCCNNEESSTT variable may be used to limit - the depth of the function call stack and restrict the number of func- - tion invocations. By default, bbaasshh imposes no limit on the number of + the depth of the function call stack and restrict the number of func- + tion invocations. By default, bbaasshh imposes no limit on the number of recursive calls. AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN - The shell allows arithmetic expressions to be evaluated, under certain - circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- - pound command, the arithmetic ffoorr command, the [[[[ conditional command, + The shell allows arithmetic expressions to be evaluated, under certain + circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- + pound command, the arithmetic ffoorr command, the [[[[ conditional command, and AArriitthhmmeettiicc EExxppaannssiioonn). - 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. _i_d++++ _i_d---- @@ -2840,63 +2879,63 @@ AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN _e_x_p_r_1 ,, _e_x_p_r_2 comma - Shell variables are allowed as operands; parameter expansion is per- + Shell variables are allowed as operands; parameter expansion is per- formed before the expression is evaluated. Within an expression, shell - variables may also be referenced by name without using the parameter + variables may also be referenced by name without using the parameter expansion syntax. This means you can use "x", where _x 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 _i_n_t_e_g_e_r + The value of a variable is evaluated as an arithmetic expression when + it is referenced, or when a variable which has been given the _i_n_t_e_g_e_r attribute using ddeeccllaarree --ii is assigned a value. A null value evaluates - to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on + to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on to be used in an expression. Integer constants follow the C language definition, without suffixes or character constants. Constants with a leading 0 are interpreted as oc- - tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- - bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- - ber between 2 and 64 representing the arithmetic base, and _n is a num- - ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When + tal numbers. A leading 0x or 0X denotes hexadecimal. Otherwise, num- + bers take the form [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal num- + ber between 2 and 64 representing the arithmetic base, and _n is a num- + ber in that base. If _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, if a non-digit is required, the digits greater than 9 are - represented by the lowercase letters, the uppercase letters, @, and _, - in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- - percase letters may be used interchangeably to represent numbers be- + represented by the lowercase letters, the uppercase letters, @, and _, + in that order. If _b_a_s_e is less than or equal to 36, lowercase and up- + percase letters may be used interchangeably to represent numbers be- tween 10 and 35. Operators are evaluated in precedence order. Sub-expressions in paren- theses are evaluated first and may override the precedence rules above. CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS - Conditional expressions are used by the [[[[ compound command and the - tteesstt and [[ builtin commands to test file attributes and perform string - and arithmetic comparisons. The tteesstt and [[ commands determine their - behavior based on the number of arguments; see the descriptions of + Conditional expressions are used by the [[[[ compound command and the + tteesstt and [[ builtin commands to test file attributes and perform string + and arithmetic comparisons. The tteesstt and [[ commands determine their + behavior based on the number of arguments; see the descriptions of those commands for any other command-specific actions. Expressions are formed from the 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. - BBaasshh handles several filenames specially when they are used in expres- + BBaasshh handles several filenames specially when they are used in expres- sions. If the operating system on which bbaasshh is running provides these - special files, bash will use them; otherwise it will emulate them in- - ternally with this behavior: If any _f_i_l_e argument to one of the pri- - maries is of the form _/_d_e_v_/_f_d_/_n, then bbaasshh checks file descriptor _n. - If the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, - _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, bbaasshh 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 _f_i_l_e argument to one of the pri- + maries is of the form _/_d_e_v_/_f_d_/_n, then bbaasshh checks file descriptor _n. + If the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, + _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, bbaasshh 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 [[[[, or when the shell is in posix mode, the << and >> op- - erators sort lexicographically using the current locale. When the - shell is not in posix mode, the tteesstt command sorts using ASCII order- + When used with [[[[, or when the shell is in posix mode, the << and >> op- + erators sort lexicographically using the current locale. When the + shell is not in posix mode, the tteesstt command sorts using ASCII order- ing. --aa _f_i_l_e @@ -2935,25 +2974,25 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS --LL _f_i_l_e True if _f_i_l_e exists and is a symbolic link. --NN _f_i_l_e - True if _f_i_l_e exists and has been modified since it was last ac- + True if _f_i_l_e exists and has been modified since it was last ac- cessed. --OO _f_i_l_e True if _f_i_l_e exists and is owned by the effective user id. --SS _f_i_l_e True if _f_i_l_e exists and is a socket. --oo _o_p_t_n_a_m_e - True if the shell option _o_p_t_n_a_m_e is enabled. See the list of - options under the description of the --oo option to the sseett + True if the shell option _o_p_t_n_a_m_e is enabled. See the list of + options under the description of the --oo option to the sseett builtin below. --vv _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a - value). If _v_a_r_n_a_m_e is an indexed array variable name sub- - scripted by _@ or _*, this returns true if the array has any set + True if the shell variable _v_a_r_n_a_m_e is set (has been assigned a + value). If _v_a_r_n_a_m_e is an indexed array variable name sub- + scripted by _@ or _*, this returns true if the array has any set elements. If _v_a_r_n_a_m_e is an associative array variable name sub- - scripted by _@ or _*, this returns true if an element with that + scripted by _@ or _*, this returns true if an element with that key is set. --RR _v_a_r_n_a_m_e - True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- + True if the shell variable _v_a_r_n_a_m_e is set and is a name refer- ence. --zz _s_t_r_i_n_g True if the length of _s_t_r_i_n_g is zero. @@ -2963,8 +3002,8 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS _s_t_r_i_n_g_1 ==== _s_t_r_i_n_g_2 _s_t_r_i_n_g_1 == _s_t_r_i_n_g_2 - True if the strings are equal. == should be used with the tteesstt - command for POSIX conformance. When used with the [[[[ command, + True if the strings are equal. == should be used with the tteesstt + command for POSIX conformance. When used with the [[[[ command, this performs pattern matching as described above (CCoommppoouunndd CCoomm-- mmaannddss). _s_t_r_i_n_g_1 !!== _s_t_r_i_n_g_2 @@ -2975,23 +3014,26 @@ CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS True if _s_t_r_i_n_g_1 sorts after _s_t_r_i_n_g_2 lexicographically. _f_i_l_e_1 --eeff _f_i_l_e_2 - True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- + True if _f_i_l_e_1 and _f_i_l_e_2 refer to the same device and inode num- bers. _f_i_l_e_1 -nntt _f_i_l_e_2 - True if _f_i_l_e_1 is newer (according to modification date) than + True if _f_i_l_e_1 is newer (according to modification date) than _f_i_l_e_2, or if _f_i_l_e_1 exists and _f_i_l_e_2 does not. _f_i_l_e_1 -oott _f_i_l_e_2 - True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 + True if _f_i_l_e_1 is older than _f_i_l_e_2, or if _f_i_l_e_2 exists and _f_i_l_e_1 does not. _a_r_g_1 OOPP _a_r_g_2 - OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic - binary operators return true if _a_r_g_1 is equal to, not equal to, - less than, less than or equal to, greater than, or greater than - or equal to _a_r_g_2, respectively. _a_r_g_1 and _a_r_g_2 may be positive - or negative integers. When used with the [[[[ command, _a_r_g_1 and - _a_r_g_2 are evaluated as arithmetic expressions (see AARRIITTHHMMEETTIICC - EEVVAALLUUAATTIIOONN above). + OOPP is one of --eeqq, --nnee, --lltt, --llee, --ggtt, or --ggee. These arithmetic + binary operators return true if _a_r_g_1 is equal to, not equal to, + less than, less than or equal to, greater than, or greater than + or equal to _a_r_g_2, respectively. _a_r_g_1 and _a_r_g_2 may be positive + or negative integers. When used with the [[[[ command, _a_r_g_1 and + _a_r_g_2 are evaluated as arithmetic expressions (see AARRIITTHHMMEETTIICC + EEVVAALLUUAATTIIOONN above). Since the expansions the [[[[ command performs + on _a_r_g_1 and _a_r_g_2 can potentially result in empty strings, arith- + metic expression evaluation treats those as expressions that + evaluate to 0. SSIIMMPPLLEE CCOOMMMMAANNDD EEXXPPAANNSSIIOONN When the shell executes a simple command, it performs the following ex- @@ -3328,123 +3370,125 @@ JJOOBB CCOONNTTRROOLL To facilitate the implementation of the user interface to job control, each process has a _p_r_o_c_e_s_s _g_r_o_u_p _I_D, and the operating system maintains - the notion of a _c_u_r_r_e_n_t _t_e_r_m_i_n_a_l _p_r_o_c_e_s_s _g_r_o_u_p _I_D. Processes that have - the same process group ID are said to be part of the same _p_r_o_c_e_s_s - _g_r_o_u_p. Members of the _f_o_r_e_g_r_o_u_n_d process group (processes whose - process group ID is equal to the current terminal process group ID) re- - ceive keyboard-generated signals such as SSIIGGIINNTT. Processes in the - foreground process group are said to be _f_o_r_e_g_r_o_u_n_d processes. _B_a_c_k_- - _g_r_o_u_n_d 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 SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) signal by the kernel's terminal - driver, which, unless caught, suspends the process. - - If the operating system on which bbaasshh is running supports job control, + the notion of a _c_u_r_r_e_n_t _t_e_r_m_i_n_a_l _p_r_o_c_e_s_s _g_r_o_u_p _I_D. This terminal + process group ID is associated with the _c_o_n_t_r_o_l_l_i_n_g _t_e_r_m_i_n_a_l. + + Processes that have the same process group ID are said to be part of + the same _p_r_o_c_e_s_s _g_r_o_u_p. Members of the _f_o_r_e_g_r_o_u_n_d process group + (processes whose process group ID is equal to the current terminal + process group ID) receive keyboard-generated signals such as SSIIGGIINNTT. + Processes in the foreground process group are said to be _f_o_r_e_g_r_o_u_n_d + processes. _B_a_c_k_g_r_o_u_n_d 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 SSIIGGTTTTIINN ((SSIIGGTTTTOOUU)) 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 bbaasshh is running supports job control, bbaasshh contains facilities to use it. Typing the _s_u_s_p_e_n_d character (typ- ically ^^ZZ, Control-Z) while a process is running stops that process and - returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d character (typi- - cally ^^YY, Control-Y) causes the process stop when it attempts to read - input from the terminal, and returns control to bbaasshh. The user then - manipulates the state of this job, using the bbgg command to continue it - in the background, the ffgg command to continue it in the foreground, or - the kkiillll command to kill it. The suspend character takes effect imme- - diately, and has the additional side effect of discarding any pending + returns control to bbaasshh. Typing the _d_e_l_a_y_e_d _s_u_s_p_e_n_d character (typi- + cally ^^YY, Control-Y) causes the process stop when it attempts to read + input from the terminal, and returns control to bbaasshh. The user then + manipulates the state of this job, using the bbgg command to continue it + in the background, the ffgg command to continue it in the foreground, or + the kkiillll command to kill it. 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 SSIIGGSSTTOOPP signal using kkiillll. There are a number of ways to refer to a job in the shell. The %% char- acter introduces a job specification (jobspec). - Job number _n may be referred to as %%nn. A job may also be referred to - using a prefix of the name used to start it, or using a substring that - appears in its command line. For example, %%ccee refers to a job whose - command name begins with ccee. Using %%??ccee, on the other hand, refers to + Job number _n may be referred to as %%nn. A job may also be referred to + using a prefix of the name used to start it, or using a substring that + appears in its command line. For example, %%ccee refers to a job whose + command name begins with ccee. Using %%??ccee, on the other hand, refers to any job containing the string ccee in its command line. If the prefix or substring matches more than one job, bbaasshh reports an error. - The symbols %%%% and %%++ refer to the shell's notion of the _c_u_r_r_e_n_t _j_o_b. - A single % (with no accompanying job specification) also refers to the - current job. %%-- refers to the _p_r_e_v_i_o_u_s _j_o_b. When a job starts in the + The symbols %%%% and %%++ refer to the shell's notion of the _c_u_r_r_e_n_t _j_o_b. + A single % (with no accompanying job specification) also refers to the + current job. %%-- refers to the _p_r_e_v_i_o_u_s _j_o_b. 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, %%++ and %%-- 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, %%++ and %%-- can both be used to refer to that job. In output per- taining to jobs (e.g., the output of the jjoobbss command), the current job is always marked with a ++, and the previous job with a --. - Simply naming a job can be used to bring it into the foreground: %%11 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: %%11 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, - bbaasshh 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 --bb option to the sseett builtin command is en- + The shell learns immediately whenever a job changes state. Normally, + bbaasshh 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 --bb option to the sseett builtin command is en- abled, bbaasshh reports status changes immediately. BBaasshh executes any trap on SSIIGGCCHHLLDD for each child that terminates. When a job terminates and bbaasshh notifies the user about it, bbaasshh removes - the job from the table. It will not appear in jjoobbss output, but wwaaiitt - 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 jjoobbss output, but wwaaiitt + 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 bbaasshh while jobs are stopped (or, if the - cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- + If a user attempts to exit bbaasshh while jobs are stopped (or, if the + cchheecckkjjoobbss shell option has been enabled using the sshhoopptt builtin, run- ning), the shell prints a warning message, and, if the cchheecckkjjoobbss option - is enabled, lists the jobs and their statuses. The jjoobbss command may + is enabled, lists the jobs and their statuses. The jjoobbss command may then be used to inspect their status. If the user immediately attempts - to exit again, without an intervening command, bbaasshh does not print an- + to exit again, without an intervening command, bbaasshh does not print an- other warning, and terminates any stopped jobs. - When the shell is waiting for a job or process using the wwaaiitt builtin, - and job control is enabled, wwaaiitt will return when the job changes + When the shell is waiting for a job or process using the wwaaiitt builtin, + and job control is enabled, wwaaiitt will return when the job changes state. The --ff option causes wwaaiitt to wait until the job or process ter- minates before returning. PPRROOMMPPTTIINNGG When executing interactively, bbaasshh displays the primary prompt PPSS11 when - it is ready to read a command, and the secondary prompt PPSS22 when it + it is ready to read a command, and the secondary prompt PPSS22 when it needs more input to complete a command. - BBaasshh examines the value of the array variable PPRROOMMPPTT__CCOOMMMMAANNDD just be- - fore printing each primary prompt. If any elements in PPRROOMMPPTT__CCOOMMMMAANNDD - are set and non-null, Bash executes each value, in numeric order, just - as if it had been typed on the command line. BBaasshh displays PPSS00 after + BBaasshh examines the value of the array variable PPRROOMMPPTT__CCOOMMMMAANNDD just be- + fore printing each primary prompt. If any elements in PPRROOMMPPTT__CCOOMMMMAANNDD + are set and non-null, Bash executes each value, in numeric order, just + as if it had been typed on the command line. BBaasshh displays PPSS00 after it reads a command but before executing it. - BBaasshh displays PPSS44 as described above before tracing each command when + BBaasshh displays PPSS44 as described above before tracing each command when the --xx option is enabled. BBaasshh allows the prompt strings PPSS00, PPSS11, PPSS22, and PPSS44, 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: \\aa An ASCII bell character (07). - \\dd The date in "Weekday Month Date" format (e.g., "Tue May + \\dd The date in "Weekday Month Date" format (e.g., "Tue May 26"). \\DD{{_f_o_r_m_a_t}} The _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is in- serted into the prompt string; an empty _f_o_r_m_a_t results in - a locale-specific time representation. The braces are + a locale-specific time representation. The braces are required. \\ee An ASCII escape character (033). \\hh The hostname up to the first ".". \\HH The hostname. \\jj The number of jobs currently managed by the shell. - \\ll The basename of the shell's terminal device name (e.g., + \\ll The basename of the shell's terminal device name (e.g., "ttys0"). \\nn A newline. \\rr A carriage return. - \\ss The name of the shell: the basename of $$00 (the portion + \\ss The name of the shell: the basename of $$00 (the portion following the final slash). \\tt The current time in 24-hour HH:MM:SS format. \\TT The current time in 12-hour HH:MM:SS format. @@ -3453,104 +3497,104 @@ PPRROOMMPPTTIINNGG \\uu The username of the current user. \\vv The bbaasshh version (e.g., 2.00). \\VV The bbaasshh release, version + patch level (e.g., 2.00.0) - \\ww The value of the PPWWDD shell variable ($$PPWWDD), with $$HHOOMMEE - abbreviated with a tilde (uses the value of the + \\ww The value of the PPWWDD shell variable ($$PPWWDD), with $$HHOOMMEE + abbreviated with a tilde (uses the value of the PPRROOMMPPTT__DDIIRRTTRRIIMM variable). - \\WW The basename of $$PPWWDD, with $$HHOOMMEE abbreviated with a + \\WW The basename of $$PPWWDD, with $$HHOOMMEE abbreviated with a tilde. \\!! The history number of this command. \\## The command number of this command. \\$$ If the effective UID is 0, a ##, otherwise a $$. \\_n_n_n The character corresponding to the octal number _n_n_n. \\\\ A backslash. - \\[[ Begin a sequence of non-printing characters, which could - be used to embed a terminal control sequence into the + \\[[ Begin a sequence of non-printing characters, which could + be used to embed a terminal control sequence into the prompt. \\]] End a sequence of non-printing characters. - The command number and the history number are usually different: the - history number of a command is its position in the history list, which - may include commands restored from the history file (see HHIISSTTOORRYY be- - low), while the command number is the position in the sequence of com- - mands executed during the current shell session. After the string is - decoded, it is expanded via parameter expansion, command substitution, - arithmetic expansion, and quote removal, subject to the value of the + The command number and the history number are usually different: the + history number of a command is its position in the history list, which + may include commands restored from the history file (see HHIISSTTOORRYY be- + low), while the command number is the position in the sequence of com- + mands executed during the current shell session. After the string is + decoded, it is expanded via parameter expansion, command substitution, + arithmetic expansion, and quote removal, subject to the value of the pprroommppttvvaarrss shell option (see the description of the sshhoopptt command under - SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if - escaped portions of the string appear within command substitution or + SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). This can have unwanted side effects if + escaped portions of the string appear within command substitution or contain characters special to word expansion. RREEAADDLLIINNEE - This is the library that handles reading input when using an interac- - tive shell, unless the ----nnooeeddiittiinngg option is supplied at shell invoca- - tion. Line editing is also used when using the --ee option to the rreeaadd + This is the library that handles reading input when using an interac- + tive shell, unless the ----nnooeeddiittiinngg option is supplied at shell invoca- + tion. Line editing is also used when using the --ee option to the rreeaadd builtin. By default, the line editing commands are similar to those of emacs; a vi-style line editing interface is also available. Line edit- - ing can be enabled at any time using the --oo eemmaaccss or --oo vvii options to - the sseett builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off line - editing after the shell is running, use the ++oo eemmaaccss or ++oo vvii options + ing can be enabled at any time using the --oo eemmaaccss or --oo vvii options to + the sseett builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). To turn off line + editing after the shell is running, use the ++oo eemmaaccss or ++oo vvii options to the sseett builtin. RReeaaddlliinnee NNoottaattiioonn - This section uses Emacs-style editing concepts and uses its notation - for keystrokes. Control keys are denoted by C-_k_e_y, e.g., C-n means - Control-N. Similarly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x means + This section uses Emacs-style editing concepts and uses its notation + for keystrokes. Control keys are denoted by C-_k_e_y, e.g., C-n means + Control-N. Similarly, _m_e_t_a keys are denoted by M-_k_e_y, so M-x means Meta-X. The Meta key is often labeled "Alt" or "Option". - On keyboards without a _M_e_t_a key, M-_x means ESC _x, i.e., press and re- - lease the Escape key, then press and release the _x key, in sequence. - This makes ESC the _m_e_t_a _p_r_e_f_i_x. The combination M-C-_x means ESC Con- - trol-_x: press and release the Escape key, then press and hold the Con- + On keyboards without a _M_e_t_a key, M-_x means ESC _x, i.e., press and re- + lease the Escape key, then press and release the _x key, in sequence. + This makes ESC the _m_e_t_a _p_r_e_f_i_x. The combination M-C-_x means ESC Con- + trol-_x: press and release the Escape key, then press and hold the Con- trol key while pressing the _x key, then release both. - On some keyboards, the Meta key modifier produces characters with the - eighth bit (0200) set. You can use the eennaabbllee--mmeettaa--kkeeyy 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 eennaabbllee--mmeettaa--kkeeyy 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 _M_e_t_a key produces a key sequence with the ESC meta prefix, you - can make M-_k_e_y key bindings you specify (see RReeaaddlliinnee KKeeyy BBiinnddiinnggss be- + If your _M_e_t_a key produces a key sequence with the ESC meta prefix, you + can make M-_k_e_y key bindings you specify (see RReeaaddlliinnee KKeeyy BBiinnddiinnggss be- low) do the same thing by setting the ffoorrccee--mmeettaa--pprreeffiixx variable. RReeaaddlliinnee commands may be given numeric _a_r_g_u_m_e_n_t_s, which normally act as - a repeat count. Sometimes, however, it is the sign of the argument - that is significant. Passing a negative argument to a command that - acts in the forward direction (e.g., kkiillll--lliinnee) 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., kkiillll--lliinnee) makes that command act + in a backward direction. Commands whose behavior with arguments devi- ates from this are noted below. - The _p_o_i_n_t is the current cursor position, and _m_a_r_k refers to a saved + The _p_o_i_n_t is the current cursor position, and _m_a_r_k refers to a saved cursor position. The text between the point and mark is referred to as the _r_e_g_i_o_n. RReeaaddlliinnee has the concept of an _a_c_t_i_v_e _r_e_g_i_o_n: when the re- - gion is active, rreeaaddlliinnee redisplay highlights the region using the + gion is active, rreeaaddlliinnee redisplay highlights the region using the value of the aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr variable. The eennaabbllee--aaccttiivvee--rree-- - ggiioonn variable turns this on and off. Several commands set the region + ggiioonn variable turns this on and off. Several commands set the region to active; those are noted below. - When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved + When a command is described as _k_i_l_l_i_n_g text, the text deleted is saved for possible future retrieval (_y_a_n_k_i_n_g). The killed text is saved in a - _k_i_l_l _r_i_n_g. Consecutive kills accumulate the deleted text into one + _k_i_l_l _r_i_n_g. 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. RReeaaddlliinnee IInniittiiaalliizzaattiioonn - RReeaaddlliinnee is customized by putting commands in an initialization file - (the _i_n_p_u_t_r_c file). The name of this file is taken from the value of - the IINNPPUUTTRRCC shell variable. If that variable is unset, the default is - _~_/_._i_n_p_u_t_r_c. If that file does not exist or cannot be read, rreeaaddlliinnee - looks for _/_e_t_c_/_i_n_p_u_t_r_c. When a program that uses the rreeaaddlliinnee library - starts up, rreeaaddlliinnee reads the initialization file and sets the key + RReeaaddlliinnee is customized by putting commands in an initialization file + (the _i_n_p_u_t_r_c file). The name of this file is taken from the value of + the IINNPPUUTTRRCC shell variable. If that variable is unset, the default is + _~_/_._i_n_p_u_t_r_c. If that file does not exist or cannot be read, rreeaaddlliinnee + looks for _/_e_t_c_/_i_n_p_u_t_r_c. When a program that uses the rreeaaddlliinnee library + starts up, rreeaaddlliinnee 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 ## are comments. Lines beginning with a $$ 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 _i_n_p_u_t_r_c file. Programs that use the rreeaaddlliinnee li- + ing commands in the _i_n_p_u_t_r_c file. Programs that use the rreeaaddlliinnee li- brary, including bbaasshh, may add their own commands and bindings. For example, placing @@ -3559,26 +3603,26 @@ RREEAADDLLIINNEE or C-Meta-u: universal-argument - into the _i_n_p_u_t_r_c would make M-C-u execute the rreeaaddlliinnee command _u_n_i_v_e_r_- + into the _i_n_p_u_t_r_c would make M-C-u execute the rreeaaddlliinnee command _u_n_i_v_e_r_- _s_a_l_-_a_r_g_u_m_e_n_t. - Key bindings may contain the following symbolic character names: _D_E_L, - _E_S_C, _E_S_C_A_P_E, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _R_U_B_O_U_T (a destructive back- + Key bindings may contain the following symbolic character names: _D_E_L, + _E_S_C, _E_S_C_A_P_E, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _R_U_B_O_U_T (a destructive back- space), _S_P_A_C_E, _S_P_C, and _T_A_B. - In addition to command names, rreeaaddlliinnee allows keys to be bound to a + In addition to command names, rreeaaddlliinnee allows keys to be bound to a string that is inserted when the key is pressed (a _m_a_c_r_o). 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. RReeaaddlliinnee KKeeyy BBiinnddiinnggss - The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. - All that is required is the name of the command or the text of a macro - 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 - _M_e_t_a_- or _C_o_n_t_r_o_l_- 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 _i_n_p_u_t_r_c file is simple. + All that is required is the name of the command or the text of a macro + and a key sequence to which it should be bound. The key sequence may + be specified in one of two ways: as a symbolic key name, possibly with + _M_e_t_a_- or _C_o_n_t_r_o_l_- prefixes, or as a key sequence 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 kkeeyynnaammee:_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, _k_e_y_n_a_m_e is the name @@ -3588,15 +3632,15 @@ RREEAADDLLIINNEE Meta-Rubout: backward-kill-word Control-o: "> output" - In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, - _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to - run the macro expressed on the right hand side (that is, to insert the + In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, + _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to + run the macro expressed on the right hand side (that is, to insert the text "> output" into the line). - In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs - from kkeeyynnaammee above in that strings denoting an entire key sequence may - be specified by placing the sequence within double quotes. Some GNU - Emacs style key escapes can be used, as in the following example, but + In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs + from kkeeyynnaammee above in that strings denoting an entire key sequence may + be specified by placing the sequence within double quotes. Some GNU + Emacs style key escapes can be used, as in the following example, but none of the symbolic character names are recognized. "\C-u": universal-argument @@ -3604,21 +3648,21 @@ RREEAADDLLIINNEE "\e[11~": "Function Key 1" In this example, _C_-_u is again bound to the function uunniivveerrssaall--aarrgguummeenntt. - _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is + _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is bound to insert the text "Function Key 1". - The full set of GNU Emacs style escape sequences available when speci- + The full set of GNU Emacs style escape sequences available when speci- fying key sequences is \\CC-- A control prefix. - \\MM-- Adding the meta prefix or converting the following char- - acter to a meta character, as described below under + \\MM-- Adding the meta prefix or converting the following char- + acter to a meta character, as described below under ffoorrccee--mmeettaa--pprreeffiixx. \\ee An escape character. \\\\ Backslash. \\"" Literal ", a double quote. \\'' 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: \\aa alert (bell) \\bb backspace @@ -3628,20 +3672,20 @@ RREEAADDLLIINNEE \\rr carriage return \\tt horizontal tab \\vv vertical tab - \\_n_n_n The eight-bit character whose value is the octal value + \\_n_n_n The eight-bit character whose value is the octal value _n_n_n (one to three digits). - \\xx_H_H The eight-bit character whose value is the hexadecimal + \\xx_H_H The eight-bit character whose value is the hexadecimal value _H_H (one or two hex digits). When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a func- - tion name. 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 '. - BBaasshh will display or modify the current rreeaaddlliinnee key bindings with the + BBaasshh will display or modify the current rreeaaddlliinnee key bindings with the bbiinndd builtin command. The --oo eemmaaccss or --oo vvii options to the sseett builtin - (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) change the editing mode during in- + (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) change the editing mode during in- teractive use. RReeaaddlliinnee VVaarriiaabblleess @@ -3652,186 +3696,185 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e or using the bbiinndd builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - Except where noted, rreeaaddlliinnee variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. + Except where noted, rreeaaddlliinnee variables can take the values OOnn or OOffff + (without regard to case). Unrecognized variable names are ignored. When rreeaaddlliinnee reads a variable value, empty or null values, "on" (case- - insensitive), and "1" are equivalent to OOnn. All other values are + insensitive), and "1" are equivalent to OOnn. All other values are equivalent to OOffff. - The bbiinndd --VV command lists the current rreeaaddlliinnee variable names and val- + The bbiinndd --VV command lists the current rreeaaddlliinnee variable names and val- ues (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The variables and their default values are: aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr - A string variable that controls the text color and background - when displaying the text in the active region (see the descrip- - tion of eennaabbllee--aaccttiivvee--rreeggiioonn 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 eennaabbllee--aaccttiivvee--rreeggiioonn 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". aaccttiivvee--rreeggiioonn--eenndd--ccoolloorr - A string variable that "undoes" the effects of aaccttiivvee--rree-- - ggiioonn--ssttaarrtt--ccoolloorr 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 aaccttiivvee--rree-- + ggiioonn--ssttaarrtt--ccoolloorr 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- tained from the terminal's terminfo description. A sample value might be "\e[0m". bbeellll--ssttyyllee ((aauuddiibbllee)) - Controls what happens when rreeaaddlliinnee wants to ring the terminal + Controls what happens when rreeaaddlliinnee wants to ring the terminal bell. If set to nnoonnee, rreeaaddlliinnee never rings the bell. If set to - vviissiibbllee, rreeaaddlliinnee uses a visible bell if one is available. If + vviissiibbllee, rreeaaddlliinnee uses a visible bell if one is available. If set to aauuddiibbllee, rreeaaddlliinnee attempts to ring the terminal's bell. bbiinndd--ttttyy--ssppeecciiaall--cchhaarrss ((OOnn)) - If set to OOnn, rreeaaddlliinnee attempts to bind the control characters - that are treated specially by the kernel's terminal driver to + If set to OOnn, rreeaaddlliinnee attempts to bind the control characters + that are treated specially by the kernel's terminal driver to their rreeaaddlliinnee equivalents. These override the default rreeaaddlliinnee bindings described here. Type "stty -a" at a bbaasshh prompt to see - your current terminal settings, including the special control + your current terminal settings, including the special control characters (usually cccchhaarrss). bblliinnkk--mmaattcchhiinngg--ppaarreenn ((OOffff)) If set to OOnn, rreeaaddlliinnee attempts to briefly move the cursor to an opening parenthesis when a closing parenthesis is inserted. ccoolloorreedd--ccoommpplleettiioonn--pprreeffiixx ((OOffff)) - If set to OOnn, when listing completions, rreeaaddlliinnee displays the + If set to OOnn, when listing completions, rreeaaddlliinnee displays the common prefix of the set of possible completions using a differ- - ent color. The color definitions are taken from the value of + ent color. The color definitions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. If there is a color defini- tion in $$LLSS__CCOOLLOORRSS for the custom suffix ".readline-colored-com- - pletion-prefix", rreeaaddlliinnee uses this color for the common prefix + pletion-prefix", rreeaaddlliinnee uses this color for the common prefix instead of its default. ccoolloorreedd--ssttaattss ((OOffff)) - If set to OOnn, rreeaaddlliinnee displays possible completions using dif- - ferent colors to indicate their file type. The color defini- - tions are taken from the value of the LLSS__CCOOLLOORRSS environment + If set to OOnn, rreeaaddlliinnee displays possible completions using dif- + ferent colors to indicate their file type. The color defini- + tions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoommmmeenntt--bbeeggiinn (("##")) - The string that the rreeaaddlliinnee iinnsseerrtt--ccoommmmeenntt command inserts. - This command is bound to MM--## in emacs mode and to ## in vi com- + The string that the rreeaaddlliinnee iinnsseerrtt--ccoommmmeenntt command inserts. + This command is bound to MM--## in emacs mode and to ## in vi com- mand mode. ccoommpplleettiioonn--ddiissppllaayy--wwiiddtthh ((--11)) - The number of screen columns used to display possible matches - when performing completion. The value is ignored if it is less - than 0 or greater than the terminal screen width. A value of 0 - 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. ccoommpplleettiioonn--iiggnnoorree--ccaassee ((OOffff)) If set to OOnn, rreeaaddlliinnee performs filename matching and completion in a case-insensitive fashion. ccoommpplleettiioonn--mmaapp--ccaassee ((OOffff)) - If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, rreeaaddlliinnee - treats hyphens (_-) and underscores (__) as equivalent when per- + If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, rreeaaddlliinnee + treats hyphens (_-) and underscores (__) as equivalent when per- forming case-insensitive filename matching and completion. ccoommpplleettiioonn--pprreeffiixx--ddiissppllaayy--lleennggtthh ((00)) - 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, rreeaaddlliinnee 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, rreeaaddlliinnee replaces common prefixes longer than this value with an ellipsis when displaying possible completions. If a completion begins with a period, and - eeaaddlliinnee is completing filenames, it uses three underscores in- + eeaaddlliinnee is completing filenames, it uses three underscores in- stead of an ellipsis. ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000)) - This determines when the user is queried about viewing the num- - ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- - ttiioonnss command. It may be set to any integer value greater than - or equal to zero. If the number of possible completions is - greater than or equal to the value of this variable, rreeaaddlliinnee - asks whether or not the user wishes to view them; otherwise - rreeaaddlliinnee simply 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 ppoossssiibbllee--ccoommppllee-- + ttiioonnss command. It may be set to any integer value greater than + or equal to zero. If the number of possible completions is + greater than or equal to the value of this variable, rreeaaddlliinnee + asks whether or not the user wishes to view them; otherwise + rreeaaddlliinnee simply lists them on the terminal. A zero value means rreeaaddlliinnee should never ask; negative values are treated as zero. ccoonnvveerrtt--mmeettaa ((OOnn)) - If set to OOnn, rreeaaddlliinnee converts characters it reads that have - the eighth bit set to an ASCII key sequence by clearing the + If set to OOnn, rreeaaddlliinnee 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 _O_n, but - rreeaaddlliinnee sets it to _O_f_f if the locale contains characters whose + the character to have the meta prefix). The default is _O_n, but + rreeaaddlliinnee sets it to _O_f_f if the locale contains characters whose encodings may include bytes with the eighth bit set. This vari- - able is dependent on the LLCC__CCTTYYPPEE locale category, and may - change if the locale changes. This variable also affects key + able is dependent on the LLCC__CCTTYYPPEE locale category, and may + change if the locale changes. This variable also affects key bindings; see the description of ffoorrccee--mmeettaa--pprreeffiixx below. ddiissaabbllee--ccoommpplleettiioonn ((OOffff)) - If set to OOnn, rreeaaddlliinnee inhibits word completion. Completion + If set to OOnn, rreeaaddlliinnee inhibits word completion. Completion characters are inserted into the line as if they had been mapped to sseellff--iinnsseerrtt. eecchhoo--ccoonnttrrooll--cchhaarraacctteerrss ((OOnn)) - When set to OOnn, on operating systems that indicate they support + When set to OOnn, on operating systems that indicate they support it, rreeaaddlliinnee echoes a character corresponding to a signal gener- ated from the keyboard. eeddiittiinngg--mmooddee ((eemmaaccss)) - Controls whether rreeaaddlliinnee uses a set of key bindings similar to + Controls whether rreeaaddlliinnee uses a set of key bindings similar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or vvii. eemmaaccss--mmooddee--ssttrriinngg ((@@)) - If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is + If the _s_h_o_w_-_m_o_d_e_-_i_n_-_p_r_o_m_p_t variable is enabled, this string is displayed immediately before the last line of the primary prompt when emacs editing mode is active. The value is expanded like a - key binding, so the standard set of meta- and control- prefixes - and backslash escape sequences is available. 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. eennaabbllee--aaccttiivvee--rreeggiioonn ((OOnn)) - When this variable is set to _O_n, rreeaaddlliinnee allows certain com- + When this variable is set to _O_n, rreeaaddlliinnee allows certain com- mands to designate the region as _a_c_t_i_v_e. When the region is ac- tive, rreeaaddlliinnee highlights the text in the region using the value of the aaccttiivvee--rreeggiioonn--ssttaarrtt--ccoolloorr 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. eennaabbllee--bbrraacckkeetteedd--ppaassttee ((OOnn)) - When set to OOnn, rreeaaddlliinnee 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 _b_r_a_c_k_e_t_e_d_-_p_a_s_t_e _m_o_d_e; it prevents - rreeaaddlliinnee from executing any editing commands bound to key se- + When set to OOnn, rreeaaddlliinnee 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 _b_r_a_c_k_e_t_e_d_-_p_a_s_t_e _m_o_d_e; it prevents + rreeaaddlliinnee from executing any editing commands bound to key se- quences appearing in the pasted text. eennaabbllee--kkeeyyppaadd ((OOffff)) When set to OOnn, rreeaaddlliinnee 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. eennaabbllee--mmeettaa--kkeeyy ((OOnn)) - When set to OOnn, rreeaaddlliinnee tries to enable any meta modifier key + When set to OOnn, rreeaaddlliinnee 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). eexxppaanndd--ttiillddee ((OOffff)) If set to OOnn, rreeaaddlliinnee performs tilde expansion when it attempts word completion. ffoorrccee--mmeettaa--pprreeffiixx ((OOffff)) - If set to OOnn, rreeaaddlliinnee modifies its behavior when binding key - sequences containing \M- or Meta- (see KKeeyy BBiinnddiinnggss above) by + If set to OOnn, rreeaaddlliinnee modifies its behavior when binding key + sequences containing \M- or Meta- (see KKeeyy BBiinnddiinnggss above) by converting a key sequence of the form \M-_C or Meta-_C to the two- - character sequence EESSCC _C (adding the meta prefix). If + character sequence EESSCC _C (adding the meta prefix). If ffoorrccee--mmeettaa--pprreeffiixx is set to OOffff (the default), rreeaaddlliinnee uses the - value of the ccoonnvveerrtt--mmeettaa variable to determine whether to per- - form this conversion: if ccoonnvveerrtt--mmeettaa is OOnn, rreeaaddlliinnee performs - the conversion described above; if it is OOffff, rreeaaddlliinnee converts + value of the ccoonnvveerrtt--mmeettaa variable to determine whether to per- + form this conversion: if ccoonnvveerrtt--mmeettaa is OOnn, rreeaaddlliinnee performs + the conversion described above; if it is OOffff, rreeaaddlliinnee converts _C to a meta character by setting the eighth bit (0200). hhiissttoorryy--pprreesseerrvvee--ppooiinntt ((OOffff)) - If set to OOnn, the history code attempts to place point at the - same location on each history line retrieved with pprreevviioouuss--hhiiss-- + If set to OOnn, the history code attempts to place point at the + same location on each history line retrieved with pprreevviioouuss--hhiiss-- ttoorryy or nneexxtt--hhiissttoorryy. hhiissttoorryy--ssiizzee ((uunnsseett)) - Set the maximum number of history entries saved in the history - list. If set to zero, any existing history entries are deleted + Set the maximum number of history entries saved in the history + list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, - the number of history entries is not limited. By default, bbaasshh - sets the the maximum number of history entries to the value of - the HHIISSTTSSIIZZEE shell variable. Setting _h_i_s_t_o_r_y_-_s_i_z_e 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, bbaasshh + sets the maximum number of history entries to the value of the + HHIISSTTSSIIZZEE shell variable. Setting _h_i_s_t_o_r_y_-_s_i_z_e to a non-numeric + value will set the maximum number of history entries to 500. hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff)) Setting this variable to OOnn makes rreeaaddlliinnee use a single line for display, scrolling the input horizontally on a single screen @@ -4103,10 +4146,10 @@ RREEAADDLLIINNEE bbaacckkwwaarrdd--wwoorrdd ((MM--bb)) Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits). - sshheellll--ffoorrwwaarrdd--wwoorrdd + sshheellll--ffoorrwwaarrdd--wwoorrdd ((MM--CC--ff)) Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. - sshheellll--bbaacckkwwaarrdd--wwoorrdd + sshheellll--bbaacckkwwaarrdd--wwoorrdd ((MM--CC--bb)) Move back to the start of the current or previous word. Words are delimited by non-quoted shell metacharacters. pprreevviioouuss--ssccrreeeenn--lliinnee @@ -4127,8 +4170,8 @@ RREEAADDLLIINNEE at the top of the screen. cclleeaarr--ssccrreeeenn ((CC--ll)) 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. rreeddrraaww--ccuurrrreenntt--lliinnee Refresh the current line. @@ -4291,7 +4334,7 @@ RREEAADDLLIINNEE Negative arguments have no effect. ttrraannssppoossee--wwoorrddss ((MM--tt)) Drag the word before point past the word after point, moving - point over that word as well. If point is at the end of the + point past that word as well. If point is at the end of the line, this transposes the last two words on the line. sshheellll--ttrraannssppoossee--wwoorrddss ((MM--CC--tt)) Drag the word before point past the word after point, moving @@ -4433,7 +4476,7 @@ RREEAADDLLIINNEE +o the number of matches _N; +o the word being completed; - +o _S:_E, where S and E are the start and end offsets of the + +o _S:_E, where _S and _E are the start and end offsets of the word in the rreeaaddlliinnee line buffer; then +o each match, one per line @@ -4778,7 +4821,7 @@ HHIISSTTOORRYY values of the shell variables HHIISSTTIIGGNNOORREE and HHIISSTTCCOONNTTRROOLL. On startup, bbaasshh initializes the history list by reading history en- - tries from the the file named by the HHIISSTTFFIILLEE variable (default + tries from the file named by the HHIISSTTFFIILLEE variable (default _~_/_._b_a_s_h___h_i_s_t_o_r_y). That file is referred to as the _h_i_s_t_o_r_y _f_i_l_e. The history file is truncated, if necessary, to contain no more than the number of history entries specified by the value of the HHIISSTTFFIILLEESSIIZZEE @@ -5209,7 +5252,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS An argument of -- is converted to $$OOLLDDPPWWDD before attempting the directory change. - If ccdd uses a non-empty directory name from CCDDPPAATTHH,, or if -- is + If ccdd uses a non-empty directory name from CCDDPPAATTHH, or if -- is the first argument, and the directory change is successful, ccdd writes the absolute pathname of the new working directory to the standard output. @@ -5530,7 +5573,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS 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 AArrrraayyss above), one of @@ -5627,7 +5670,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS though the shell normally searches for builtins before files. If --nn is supplied, each _n_a_m_e is disabled; otherwise, _n_a_m_es are - enabled. For example, to use the tteesstt binary found usin g PPAATTHH + enabled. For example, to use the tteesstt binary found using PPAATTHH instead of the shell builtin version, run "enable -n test". If no _n_a_m_e arguments are supplied, or if the --pp option is sup- @@ -5843,13 +5886,25 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hheellpp [--ddmmss] [_p_a_t_t_e_r_n] Display helpful information about builtin commands. If _p_a_t_t_e_r_n is specified, hheellpp gives detailed help on all commands matching - _p_a_t_t_e_r_n; otherwise it displays a list of all the builtins and - shell compound commands. + _p_a_t_t_e_r_n as described below; otherwise it displays a list of all + the builtins and shell compound commands. + + Options, if supplied, have the follow meanings: + --dd Display a short description of each _p_a_t_t_e_r_n --mm Display the description of each _p_a_t_t_e_r_n in a manpage-like format --ss Display only a short usage synopsis for each _p_a_t_t_e_r_n + If _p_a_t_t_e_r_n contains pattern matching characters (see PPaatttteerrnn + MMaattcchhiinngg above) it's treated as a shell pattern and hheellpp prints + the description of each help topic matching _p_a_t_t_e_r_n. + + If not, and _p_a_t_t_e_r_n exactly matches the name of a help topic, + hheellpp prints the description associated with that topic. Other- + wise, hheellpp performs prefix matching and prints the descriptions + of all matching help topics. + The return status is 0 unless no command matches _p_a_t_t_e_r_n. hhiissttoorryy [[_n]] @@ -5859,18 +5914,18 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hhiissttoorryy --aannrrww [_f_i_l_e_n_a_m_e] hhiissttoorryy --pp _a_r_g [_a_r_g ...] hhiissttoorryy --ss _a_r_g [_a_r_g ...] - With no options, display the command history list with numbers. - Entries prefixed with a ** have been modified. An argument of _n - lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- - FFOORRMMAATT is set and not null, it is used as a format string for - _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- - played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, 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 ** have been modified. An argument of _n + lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- + FFOORRMMAATT is set and not null, it is used as a format string for + _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- + played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, it does + not print an intervening space between the formatted time stamp and the history entry. If _f_i_l_e_n_a_m_e is supplied, hhiissttoorryy uses it as the name of the his- - tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e - is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, + tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e + is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, and --ww options have no effect. Options, if supplied, have the following meanings: @@ -5878,20 +5933,20 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS can be used with the other options to replace the history list. --dd _o_f_f_s_e_t - Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t + Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t is negative, it is interpreted as relative to one greater than the last history position, so negative indices count - back from the end of the history, and an index of -1 + back from the end of the history, and an index of -1 refers to the current hhiissttoorryy --dd command. --dd _s_t_a_r_t-_e_n_d - Delete the range of history entries between positions - _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values + Delete the range of history entries between positions + _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values for _s_t_a_r_t and _e_n_d are interpreted as described above. - --aa Append the "new" history lines to the history file. - These are history lines entered since the beginning of + --aa Append the "new" history lines to the history file. + These are history lines entered since the beginning of the current bbaasshh session, but not already appended to the history file. - --nn Read the history lines not already read from the history + --nn 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 bbaasshh session. @@ -5899,24 +5954,24 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS rent history list. --ww Write the current history list to the history file, over- writing the history file. - --pp Perform history substitution on the following _a_r_g_s and - display the result on the standard output, without stor- - ing the results in the history list. Each _a_r_g must be + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output, without stor- + ing the results in the history list. Each _a_r_g must be quoted to disable normal history expansion. - --ss Store the _a_r_g_s in the history list as a single entry. - The last command in the history list is removed before + --ss Store the _a_r_g_s in the history list as a single entry. + The last command in the history list is removed before adding the _a_r_g_s. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy writes the time + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy 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 _o_f_f_s_e_t or range is supplied as an argument to --dd, or the history expansion supplied as an argument to --pp fails. @@ -5925,14 +5980,14 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS The first form lists the active jobs. The options have the fol- lowing meanings: --ll List process IDs in addition to the normal information. - --nn Display information only about jobs that have changed + --nn Display information only about jobs that have changed status since the user was last notified of their status. - --pp List only the process ID of the job's process group + --pp List only the process ID of the job's process group leader. --rr Display only running jobs. --ss Display only stopped jobs. - If _j_o_b_s_p_e_c is supplied, jjoobbss restricts output to information + If _j_o_b_s_p_e_c is supplied, jjoobbss restricts output to information about that job. The return status is 0 unless an invalid option is encountered or an invalid _j_o_b_s_p_e_c is supplied. @@ -5942,405 +5997,405 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS kkiillll [--ss _s_i_g_s_p_e_c | --nn _s_i_g_n_u_m | --_s_i_g_s_p_e_c] _i_d [ ... ] kkiillll --ll|--LL [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] - Send the signal specified by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes + Send the signal specified by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes named by each _i_d. Each _i_d may be a job specification _j_o_b_s_p_e_c or - a process ID _p_i_d. _s_i_g_s_p_e_c is either a case-insensitive signal - name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or a sig- - nal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not sup- + a process ID _p_i_d. _s_i_g_s_p_e_c is either a case-insensitive signal + name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or a sig- + nal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not sup- plied, then kkiillll sends SSIIGGTTEERRMM. The --ll option lists the signal names. If any arguments are sup- plied when --ll is given, kkiillll lists the names of the signals cor- - responding to the arguments, and the return status is 0. The - _e_x_i_t___s_t_a_t_u_s argument to --ll is a number specifying either a sig- - nal number or the exit status of a process terminated by a sig- - nal; if it is supplied, kkiillll prints the name of the signal that + responding to the arguments, and the return status is 0. The + _e_x_i_t___s_t_a_t_u_s argument to --ll is a number specifying either a sig- + nal number or the exit status of a process terminated by a sig- + nal; if it is supplied, kkiillll prints the name of the signal that caused the process to terminate. kkiillll assumes that process exit statuses are greater than 128; anything less than that is a sig- nal number. The --LL option is equivalent to --ll. - kkiillll returns true if at least one signal was successfully sent, + kkiillll returns true if at least one signal was successfully sent, or false if an error occurs or an invalid option is encountered. lleett _a_r_g [_a_r_g ...] - Each _a_r_g is evaluated as an arithmetic expression (see AARRIITTHH-- - MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett + Each _a_r_g is evaluated as an arithmetic expression (see AARRIITTHH-- + MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett returns 1; otherwise lleett returns 0. llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ... | - ] For each argument, create a local variable named _n_a_m_e and assign - it _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddee-- - ccllaarree. When llooccaall is used within a function, it causes the - variable _n_a_m_e to have a visible scope restricted to that func- - tion and its children. It is an error to use llooccaall when not + it _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddee-- + ccllaarree. When llooccaall is used within a function, it causes the + variable _n_a_m_e to have a visible scope restricted to that func- + tion and its children. It is an error to use llooccaall when not within a function. - If _n_a_m_e is -, it makes the set of shell options local to the - function in which llooccaall is invoked: any shell options changed - using the sseett builtin inside the function after the call to lloo-- - ccaall are restored to their original values when the function re- - turns. The restore is performed as if a series of sseett commands - were executed to restore the values that were in place before + If _n_a_m_e is -, it makes the set of shell options local to the + function in which llooccaall is invoked: any shell options changed + using the sseett builtin inside the function after the call to lloo-- + ccaall are restored to their original values when the function re- + turns. The restore is performed as if a series of sseett commands + were executed to restore the values that were in place before the function. - With no operands, llooccaall writes a list of local variables to the + With no operands, llooccaall writes a list of local variables to the standard output. - The return status is 0 unless llooccaall is used outside a function, + The return status is 0 unless llooccaall is used outside a function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly variable. llooggoouutt [[_n]] - Exit a login shell, returning a status of _n to the shell's par- + Exit a login shell, returning a status of _n to the shell's par- ent. mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] rreeaaddaarrrraayy [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] - Read lines from the standard input, or from file descriptor _f_d - if the --uu option is supplied, into the indexed array variable - _a_r_r_a_y. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if + Read lines from the standard input, or from file descriptor _f_d + if the --uu option is supplied, into the indexed array variable + _a_r_r_a_y. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if supplied, have the following meanings: - --dd Use the first character of _d_e_l_i_m to terminate each input + --dd Use the first character of _d_e_l_i_m to terminate each input line, rather than newline. If _d_e_l_i_m is the empty string, mmaappffiillee will terminate a line when it reads a NUL charac- ter. --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, copy all lines. - --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default + --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default index is 0. --ss Discard the first _c_o_u_n_t lines read. - --tt Remove a trailing _d_e_l_i_m (default newline) from each line + --tt Remove a trailing _d_e_l_i_m (default newline) from each line read. - --uu Read lines from file descriptor _f_d instead of the stan- + --uu Read lines from file descriptor _f_d instead of the stan- dard input. - --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The + --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The --cc option specifies _q_u_a_n_t_u_m. - --cc Specify the number of lines read between each call to + --cc Specify the number of lines read between each call to _c_a_l_l_b_a_c_k. - If --CC is specified without --cc, the default quantum is 5000. + If --CC is specified without --cc, the default quantum is 5000. When _c_a_l_l_b_a_c_k is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that - element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after + element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after the line is read but before the array element is assigned. - If not supplied with an explicit origin, mmaappffiillee will clear _a_r_- + If not supplied with an explicit origin, mmaappffiillee will clear _a_r_- _r_a_y before assigning to it. mmaappffiillee returns zero unless an invalid option or option argument - is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is + is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is not an indexed array. ppooppdd [-nn] [+_n] [-_n] - Remove entries from the directory stack. The elements are num- - bered from 0 starting at the first directory listed by ddiirrss, so - ppooppdd is equivalent to "popd +0." With no arguments, ppooppdd 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 ddiirrss, so + ppooppdd is equivalent to "popd +0." With no arguments, ppooppdd re- + moves the top directory from the stack, and changes to the new top directory. Arguments, if supplied, have the following mean- ings: --nn Suppress the normal change of directory when removing di- rectories from the stack, only manipulate the stack. - ++_n Remove the _nth entry counting from the left of the list - shown by ddiirrss, starting with zero, from the stack. For + ++_n Remove the _nth entry counting from the left of the list + shown by ddiirrss, starting with zero, from the stack. For example: "popd +0" removes the first directory, "popd +1" the second. - --_n Remove the _nth entry counting from the right of the list - shown by ddiirrss, starting with zero. For example: "popd - -0" removes the last directory, "popd -1" the next to + --_n Remove the _nth entry counting from the right of the list + shown by ddiirrss, starting with zero. For example: "popd + -0" removes the last directory, "popd -1" the next to last. - If the top element of the directory stack is modified, and the - _-_n option was not supplied, ppooppdd uses the ccdd builtin to change + If the top element of the directory stack is modified, and the + _-_n option was not supplied, ppooppdd uses the ccdd builtin to change to the directory at the top of the stack. If the ccdd fails, ppooppdd returns a non-zero value. - Otherwise, ppooppdd returns false if an invalid option is supplied, - the directory stack is empty, or _n specifies a non-existent di- + Otherwise, ppooppdd returns false if an invalid option is supplied, + the directory stack is empty, or _n specifies a non-existent di- rectory stack entry. - If the ppooppdd command is successful, bbaasshh runs ddiirrss to show the - final contents of the directory stack, and the return status is + If the ppooppdd command is successful, bbaasshh runs ddiirrss to show the + final contents of the directory stack, and the return status is 0. pprriinnttff [--vv _v_a_r] _f_o_r_m_a_t [_a_r_g_u_m_e_n_t_s] - Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the - control of the _f_o_r_m_a_t. The --vv option assigns the output to the + Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the + control of the _f_o_r_m_a_t. The --vv option assigns the output to the variable _v_a_r rather than printing it to the standard output. - The _f_o_r_m_a_t is a character string which contains three types of - objects: plain characters, which are simply copied to standard - output, character escape sequences, which are converted and - copied to the standard output, and format specifications, each - of which causes printing of the next successive _a_r_g_u_m_e_n_t. In - addition to the standard _p_r_i_n_t_f(3) format characters ccCCssSS-- + The _f_o_r_m_a_t is a character string which contains three types of + objects: plain characters, which are simply copied to standard + output, character escape sequences, which are converted and + copied to the standard output, and format specifications, each + of which causes printing of the next successive _a_r_g_u_m_e_n_t. In + addition to the standard _p_r_i_n_t_f(3) format characters ccCCssSS-- nnddiioouuxxXXeeEEffFFggGGaaAA, pprriinnttff interprets the following additional for- mat specifiers: %%bb causes pprriinnttff to expand backslash escape sequences in the corresponding _a_r_g_u_m_e_n_t in the same way as eecchhoo --ee. - %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a - format that can be reused as shell input. %%qq and %%QQ use - the $$'''' quoting style if any characters in the argument - string require it, and backslash quoting otherwise. If - the format string uses the _p_r_i_n_t_f alternate form, these + %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a + format that can be reused as shell input. %%qq and %%QQ use + the $$'''' quoting style if any characters in the argument + string require it, and backslash quoting otherwise. If + the format string uses the _p_r_i_n_t_f alternate form, these two formats quote the argument string using single quotes. - %%QQ like %%qq, but applies any supplied precision to the _a_r_g_u_- + %%QQ like %%qq, but applies any supplied precision to the _a_r_g_u_- _m_e_n_t before quoting it. %%((_d_a_t_e_f_m_t))TT - causes pprriinnttff to output the date-time string resulting - from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). + causes pprriinnttff to output the date-time string resulting + from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). The corresponding _a_r_g_u_m_e_n_t is an integer representing the number of seconds since the epoch. 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 pprriinnttff 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 _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- + The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- _m_e_n_t_s. If the _f_o_r_m_a_t requires more _a_r_g_u_m_e_n_t_s than are supplied, - the extra format specifications behave as if a zero value or - null string, as appropriate, had been supplied. The return - 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. ppuusshhdd [--nn] [+_n] [-_n] ppuusshhdd [--nn] [_d_i_r] 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, ppuusshhdd 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, ppuusshhdd exchanges the top two ele- + ments of the directory stack. Arguments, if supplied, have the following meanings: - --nn Suppress the normal change of directory when rotating or - adding directories to the stack, only manipulate the + --nn Suppress the normal change of directory when rotating or + adding directories to the stack, only manipulate the stack. ++_n Rotate the stack so that the _nth directory (counting from - the left of the list shown by ddiirrss, starting with zero) + the left of the list shown by ddiirrss, starting with zero) is at the top. - --_n Rotates the stack so that the _nth directory (counting - from the right of the list shown by ddiirrss, starting with + --_n Rotates the stack so that the _nth directory (counting + from the right of the list shown by ddiirrss, starting with zero) is at the top. _d_i_r Adds _d_i_r to the directory stack at the top. After the stack has been modified, if the --nn option was not sup- - plied, ppuusshhdd uses the ccdd builtin to change to the directory at + plied, ppuusshhdd uses the ccdd builtin to change to the directory at the top of the stack. If the ccdd fails, ppuusshhdd returns a non-zero value. - Otherwise, if no arguments are supplied, ppuusshhdd returns zero un- - less the directory stack is empty. When rotating the directory + Otherwise, if no arguments are supplied, ppuusshhdd returns zero un- + less the directory stack is empty. When rotating the directory stack, ppuusshhdd returns zero unless the directory stack is empty or _n specifies a non-existent directory stack element. - If the ppuusshhdd command is successful, bbaasshh runs ddiirrss to show the + If the ppuusshhdd command is successful, bbaasshh runs ddiirrss to show the final contents of the directory stack. ppwwdd [--LLPP] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the --PP option is supplied or the --oo pphhyyssiiccaall option to the sseett builtin command - is enabled. If the --LL option is used, the pathname printed may - contain symbolic links. The return status is 0 unless an error + is enabled. If the --LL option is used, the pathname printed may + contain symbolic links. The return status is 0 unless an error occurs while reading the name of the current directory or an in- valid option is supplied. rreeaadd [--EEeerrss] [--aa _a_n_a_m_e] [--dd _d_e_l_i_m] [--ii _t_e_x_t] [--nn _n_c_h_a_r_s] [--NN _n_c_h_a_r_s] [--pp _p_r_o_m_p_t] [--tt _t_i_m_e_o_u_t] [--uu _f_d] [_n_a_m_e ...] Read one line from the standard input, or from the file descrip- - tor _f_d supplied as an argument to the --uu option, split it into - words as described above under WWoorrdd SSpplliittttiinngg, and assign the - first word to the first _n_a_m_e, the second word to the second - _n_a_m_e, and so on. If there are more words than names, the re- - maining words and their intervening delimiters are assigned to - the last _n_a_m_e. If there are fewer words read from the input - stream than names, the remaining names are assigned empty val- - ues. The characters in the value of the IIFFSS variable are used + tor _f_d supplied as an argument to the --uu option, split it into + words as described above under WWoorrdd SSpplliittttiinngg, and assign the + first word to the first _n_a_m_e, the second word to the second + _n_a_m_e, and so on. If there are more words than names, the re- + maining words and their intervening delimiters are assigned to + the last _n_a_m_e. If there are fewer words read from the input + stream than names, the remaining names are assigned empty val- + ues. The characters in the value of the IIFFSS variable are used to split the line into words using the same rules the shell uses for expansion (described above under WWoorrdd SSpplliittttiinngg). The back- - slash character (\\) removes any special meaning for the next + slash character (\\) removes any special meaning for the next character read and is used for line continuation. Options, if supplied, have the following meanings: --aa _a_n_a_m_e The words are assigned to sequential indices of the array variable _a_n_a_m_e, starting at 0. _a_n_a_m_e is unset before any - new values are assigned. Other _n_a_m_e arguments are ig- + new values are assigned. Other _n_a_m_e arguments are ig- nored. --dd _d_e_l_i_m - The first character of _d_e_l_i_m terminates the input line, - rather than newline. If _d_e_l_i_m is the empty string, rreeaadd + The first character of _d_e_l_i_m terminates the input line, + rather than newline. If _d_e_l_i_m is the empty string, rreeaadd will terminate a line when it reads a NUL character. - --ee If the standard input is coming from a terminal, rreeaadd - uses rreeaaddlliinnee (see RREEAADDLLIINNEE above) to obtain the line. - RReeaaddlliinnee uses the current (or default, if line editing - was not previously active) editing settings, but uses + --ee If the standard input is coming from a terminal, rreeaadd + uses rreeaaddlliinnee (see RREEAADDLLIINNEE above) to obtain the line. + RReeaaddlliinnee uses the current (or default, if line editing + was not previously active) editing settings, but uses rreeaaddlliinnee's default filename completion. - --EE If the standard input is coming from a terminal, rreeaadd - uses rreeaaddlliinnee (see RREEAADDLLIINNEE above) to obtain the line. - RReeaaddlliinnee uses the current (or default, if line editing - was not previously active) editing settings, but uses + --EE If the standard input is coming from a terminal, rreeaadd + uses rreeaaddlliinnee (see RREEAADDLLIINNEE above) to obtain the line. + RReeaaddlliinnee uses the current (or default, if line editing + was not previously active) editing settings, but uses bash's default completion, including programmable comple- tion. --ii _t_e_x_t - If rreeaaddlliinnee is being used to read the line, rreeaadd places + If rreeaaddlliinnee is being used to read the line, rreeaadd places _t_e_x_t into the editing buffer before editing begins. --nn _n_c_h_a_r_s - rreeaadd returns after reading _n_c_h_a_r_s characters rather than - waiting for a complete line of input, unless it encoun- - ters EOF or rreeaadd times out, but honors a delimiter if it + rreeaadd returns after reading _n_c_h_a_r_s characters rather than + waiting for a complete line of input, unless it encoun- + ters EOF or rreeaadd times out, but honors a delimiter if it reads fewer than _n_c_h_a_r_s characters before the delimiter. --NN _n_c_h_a_r_s - rreeaadd returns after reading exactly _n_c_h_a_r_s characters - rather than waiting for a complete line of input, unless + rreeaadd returns after reading exactly _n_c_h_a_r_s characters + rather than waiting for a complete line of input, unless it encounters EOF or rreeaadd 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 rreeaadd to return until it has read _n_c_h_a_r_s characters. The result is not split on the characters in IIFFSS; the in- tent is that the variable is assigned exactly the charac- - ters read (with the exception of backslash; see the --rr + ters read (with the exception of backslash; see the --rr option below). --pp _p_r_o_m_p_t Display _p_r_o_m_p_t 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. --rr Backslash does not act as an escape character. The back- - slash is considered to be part of the line. In particu- - lar, a backslash-newline pair may not then be used as a + slash is considered to be part of the line. In particu- + lar, a backslash-newline pair may not then be used as a line continuation. --ss Silent mode. If input is coming from a terminal, charac- ters are not echoed. --tt _t_i_m_e_o_u_t - Cause rreeaadd to time out and return failure if it does not - read a complete line of input (or a specified number of - characters) within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a - decimal number with a fractional portion following the - decimal point. This option is only effective if rreeaadd is - reading input from a terminal, pipe, or other special - file; it has no effect when reading from regular files. - If rreeaadd times out, it saves any partial input read into - the specified variable _n_a_m_e, and the exit status is - greater than 128. If _t_i_m_e_o_u_t is 0, rreeaadd 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 rreeaadd to time out and return failure if it does not + read a complete line of input (or a specified number of + characters) within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a + decimal number with a fractional portion following the + decimal point. This option is only effective if rreeaadd is + reading input from a terminal, pipe, or other special + file; it has no effect when reading from regular files. + If rreeaadd times out, it saves any partial input read into + the specified variable _n_a_m_e, and the exit status is + greater than 128. If _t_i_m_e_o_u_t is 0, rreeaadd 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. - --uu _f_d Read input from file descriptor _f_d instead of the stan- + --uu _f_d Read input from file descriptor _f_d instead of the stan- dard input. - Other than the case where _d_e_l_i_m is the empty string, rreeaadd ig- + Other than the case where _d_e_l_i_m is the empty string, rreeaadd ig- nores any NUL characters in the input. - If no _n_a_m_e_s are supplied, rreeaadd assigns the line read, without - the ending delimiter but otherwise unmodified, to the variable + If no _n_a_m_e_s are supplied, rreeaadd assigns the line read, without + the ending delimiter but otherwise unmodified, to the variable RREEPPLLYY. The exit status is zero, unless end-of-file is encountered, rreeaadd - times out (in which case the status is greater than 128), a + 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 --uu. rreeaaddoonnllyy [--aaAAff] [--pp] [_n_a_m_e[=_w_o_r_d] ...] - The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s + The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s may not be changed by subsequent assignment or unset. If the --ff - option is supplied, each _n_a_m_e refers to a shell function. The - --aa option restricts the variables to indexed arrays; the --AA op- + option is supplied, each _n_a_m_e refers to a shell function. The + --aa option restricts the variables to indexed arrays; the --AA op- tion restricts the variables to associative arrays. If both op- - tions are supplied, --AA takes precedence. If no _n_a_m_e arguments - are supplied, or if the --pp option is supplied, print a list of - all readonly names. The other options may be used to restrict + tions are supplied, --AA takes precedence. If no _n_a_m_e arguments + are supplied, or if the --pp 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 --pp op- tion displays output in a format that may be reused as input. - rreeaaddoonnllyy allows the value of a variable to be set at the same + rreeaaddoonnllyy allows the value of a variable to be set at the same time the readonly attribute is changed by following the variable - name with =_v_a_l_u_e. This sets the value of the variable is to + name with =_v_a_l_u_e. This sets the value of the variable is to _v_a_l_u_e while modifying the readonly attribute. - The return status is 0 unless an invalid option is encountered, - one of the _n_a_m_e_s is not a valid shell variable name, or --ff is + The return status is 0 unless an invalid option is encountered, + one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. rreettuurrnn [_n] - 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 _n to its caller. If _n is omitted, the return - status is that of the last command executed. If rreettuurrnn is exe- - cuted by a trap handler, the last command used to determine the + status is that of the last command executed. If rreettuurrnn 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 rreettuurrnn is executed during a DDEEBBUUGG 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 rreettuurrnn was invoked. When rreettuurrnn is used to terminate execution of a script being ex- - ecuted by the .. (ssoouurrccee) command, it causes the shell to stop - executing that script and return either _n or the exit status of - the last command executed within the script as the exit status - of the script. If _n is supplied, the return value is its least + ecuted by the .. (ssoouurrccee) command, it causes the shell to stop + executing that script and return either _n or the exit status of + the last command executed within the script as the exit status + of the script. If _n is supplied, the return value is its least significant 8 bits. - Any command associated with the RREETTUURRNN trap is executed before + Any command associated with the RREETTUURRNN trap is executed before execution resumes after the function or script. - The return status is non-zero if rreettuurrnn is supplied a non-nu- + The return status is non-zero if rreettuurrnn is supplied a non-nu- meric argument, or is used outside a function and not during ex- ecution of a script by .. or ssoouurrccee. sseett [--aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [--oo _o_p_t_i_o_n_-_n_a_m_e] [----] [--] [_a_r_g ...] sseett [++aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [++oo _o_p_t_i_o_n_-_n_a_m_e] [----] [--] [_a_r_g ...] sseett --oo - sseett ++oo 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- + sseett ++oo 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 $$11, - $$22, ..., $$_n. Options, if specified, have the following mean- + $$22, ..., $$_n. Options, if specified, have the following mean- ings: --aa Each variable or function that is created or modified is - given the export attribute and marked for export to the + given the export attribute and marked for export to the environment of subsequent commands. - --bb Report the status of terminated background jobs immedi- + --bb Report the status of terminated background jobs immedi- ately, rather than before the next primary prompt or af- - ter a foreground command terminates. This is effective + ter a foreground command terminates. This is effective only when job control is enabled. - --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a - single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d + --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a + single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d (see SSHHEELLLL GGRRAAMMMMAARR above), exits with a non-zero status. - The shell does not exit if the command that fails is - part of the command list immediately following a wwhhiillee - or uunnttiill keyword, part of the test following the iiff or - eelliiff reserved words, part of any command executed in a - &&&& or |||| list except the command following the final &&&& - or ||||, any command in a pipeline but the last (subject - to the state of the ppiippeeffaaiill shell option), or if the - command's return value is being inverted with !!. If a - compound command other than a subshell returns a non- - zero status because a command failed while --ee was being - ignored, the shell does not exit. A trap on EERRRR, if - set, is executed before the shell exits. This option + The shell does not exit if the command that fails is + part of the command list immediately following a wwhhiillee + or uunnttiill reserved word, part of the test following the + iiff or eelliiff reserved words, part of any command executed + in a &&&& or |||| list except the command following the fi- + nal &&&& or ||||, any command in a pipeline but the last + (subject to the state of the ppiippeeffaaiill shell option), or + if the command's return value is being inverted with !!. + If a compound command other than a subshell returns a + non-zero status because a command failed while --ee was + being ignored, the shell does not exit. A trap on EERRRR, + if set, is executed before the shell exits. This option applies to the shell environment and each subshell envi- ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT above), and may cause subshells to exit before executing @@ -6414,179 +6469,179 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS with a non-zero status, or zero if all commands in the pipeline exit successfully. This option is disabled by default. - ppoossiixx Change the behavior of bbaasshh where the default - operation differs from the POSIX standard to - match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO - below for a reference to a document that details - how posix mode affects bash's behavior. + ppoossiixx Enable posix mode; change the behavior of bbaasshh + where the default operation differs from the + POSIX standard to match the standard. See SSEEEE + AALLSSOO below for a reference to a document that + details how posix mode affects bash's behavior. pprriivviilleeggeedd Same as --pp. vveerrbboossee Same as --vv. - vvii Use a vi-style command line editing interface. + vvii Use a vi-style command line editing interface. This also affects the editing interface used for rreeaadd --ee. xxttrraaccee Same as --xx. - If --oo is supplied with no _o_p_t_i_o_n_-_n_a_m_e, sseett prints the - current shell option settings. If ++oo is supplied with - no _o_p_t_i_o_n_-_n_a_m_e, sseett prints a series of sseett commands to - recreate the current option settings on the standard + If --oo is supplied with no _o_p_t_i_o_n_-_n_a_m_e, sseett prints the + current shell option settings. If ++oo is supplied with + no _o_p_t_i_o_n_-_n_a_m_e, sseett prints a series of sseett commands to + recreate the current option settings on the standard output. - --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the shell does - not read the $$EENNVV and $$BBAASSHH__EENNVV files, shell functions - are not inherited from the environment, and the SSHHEELL-- - LLOOPPTTSS, BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if - they appear in the environment, are ignored. If the - shell is started with the effective user (group) id not - equal to the real user (group) id, and the --pp option is - not supplied, these actions are taken and the effective + --pp Turn on _p_r_i_v_i_l_e_g_e_d mode. In this mode, the shell does + not read the $$EENNVV and $$BBAASSHH__EENNVV files, shell functions + are not inherited from the environment, and the SSHHEELL-- + LLOOPPTTSS, BBAASSHHOOPPTTSS, CCDDPPAATTHH, and GGLLOOBBIIGGNNOORREE variables, if + they appear in the environment, are ignored. If the + shell is started with the effective user (group) id not + equal to the real user (group) id, and the --pp option is + not supplied, these actions are taken and the effective user id is set to the real user id. If the --pp 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. --rr Enable restricted shell mode. This option cannot be un- set once it has been set. --tt Exit after reading and executing one command. --uu Treat unset variables and parameters other than the spe- - cial parameters "@" and "*", 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. --vv Print shell input lines as they are read. - --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee + --xx After expanding each _s_i_m_p_l_e _c_o_m_m_a_n_d, ffoorr command, ccaassee command, sseelleecctt command, or arithmetic ffoorr command, dis- - play the expanded value of PPSS44, followed by the command - and its expanded arguments or associated word list, to + play the expanded value of PPSS44, followed by the command + and its expanded arguments or associated word list, to the standard error. - --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn + --BB The shell performs brace expansion (see BBrraaccee EExxppaannssiioonn above). This is on by default. - --CC If set, bbaasshh does not overwrite an existing file with - the >>, >>&&, and <<>> redirection operators. Using the - redirection operator >>|| instead of >> will override this + --CC If set, bbaasshh does not overwrite an existing file with + the >>, >>&&, and <<>> redirection operators. Using the + redirection operator >>|| instead of >> will override this and force the creation of an output file. --EE If set, any trap on EERRRR is inherited by shell functions, - command substitutions, and commands executed in a sub- - shell environment. The EERRRR trap is normally not inher- + command substitutions, and commands executed in a sub- + shell environment. The EERRRR trap is normally not inher- ited in such cases. --HH Enable !! style history substitution. This option is on by default when the shell is interactive. - --PP If set, the shell does not resolve symbolic links when - executing commands such as ccdd that change the current + --PP If set, the shell does not resolve symbolic links when + executing commands such as ccdd that change the current working directory. It uses the physical directory structure instead. By default, bbaasshh follows the logical - chain of directories when performing commands which + chain of directories when performing commands which change the current directory. - --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by + --TT If set, any traps on DDEEBBUUGG and RREETTUURRNN are inherited by shell functions, command substitutions, and commands ex- - ecuted in a subshell environment. The DDEEBBUUGG and RREETTUURRNN + ecuted in a subshell environment. The DDEEBBUUGG and RREETTUURRNN traps are normally not inherited in such cases. ---- If no arguments follow this option, unset the positional parameters. Otherwise, set the positional parameters to the _a_r_gs, even if some of them begin with a --. -- Signal the end of options, and assign all remaining _a_r_gs to the positional parameters. The --xx and --vv options are - turned off. If there are no _a_r_gs, the positional para- + turned off. If there are no _a_r_gs, 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 $$--. The re- - turn status is always zero unless an invalid option is encoun- + shell. The current set of options may be found in $$--. The re- + turn status is always zero unless an invalid option is encoun- tered. sshhiifftt [_n] Rename positional parameters from _n+1 ... to $$11 ........ Parameters - represented by the numbers $$## down to $$##-_n+1 are unset. _n must - be a non-negative number less than or equal to $$##. If _n is 0, - no parameters are changed. If _n is not given, it is assumed to - be 1. If _n is greater than $$##, the positional parameters are - not changed. The return status is greater than zero if _n is + represented by the numbers $$## down to $$##-_n+1 are unset. _n must + be a non-negative number less than or equal to $$##. If _n is 0, + no parameters are changed. If _n is not given, it is assumed to + be 1. If _n is greater than $$##, the positional parameters are + not changed. The return status is greater than zero if _n is greater than $$## or less than zero; otherwise 0. sshhoopptt [--ppqqssuu] [--oo] [_o_p_t_n_a_m_e ...] - Toggle the values of settings controlling optional shell behav- - ior. The settings can be either those listed below, or, if the + Toggle the values of settings controlling optional shell behav- + ior. The settings can be either those listed below, or, if the --oo option is used, those available with the --oo option to the sseett builtin command. - With no options, or with the --pp option, display a list of all - settable options, with an indication of whether or not each is - set; if any _o_p_t_n_a_m_e_s are supplied, the output is restricted to + With no options, or with the --pp option, display a list of all + settable options, with an indication of whether or not each is + set; if any _o_p_t_n_a_m_e_s are supplied, the output is restricted to those options. The --pp option displays output in a form that may be reused as input. Other options have the following meanings: --ss Enable (set) each _o_p_t_n_a_m_e. --uu Disable (unset) each _o_p_t_n_a_m_e. - --qq Suppresses normal output (quiet mode); the return status + --qq Suppresses normal output (quiet mode); the return status indicates whether the _o_p_t_n_a_m_e is set or unset. If multi- - ple _o_p_t_n_a_m_e arguments are supplied with --qq, the return + ple _o_p_t_n_a_m_e arguments are supplied with --qq, the return status is zero if all _o_p_t_n_a_m_e_s are enabled; non-zero oth- erwise. - --oo Restricts the values of _o_p_t_n_a_m_e to be those defined for + --oo Restricts the values of _o_p_t_n_a_m_e to be those defined for the --oo option to the sseett builtin. - If either --ss or --uu is used with no _o_p_t_n_a_m_e arguments, sshhoopptt - shows only those options which are set or unset, respectively. - Unless otherwise noted, the sshhoopptt options are disabled (unset) + If either --ss or --uu is used with no _o_p_t_n_a_m_e arguments, sshhoopptt + shows only those options which are set or unset, respectively. + Unless otherwise noted, the sshhoopptt options are disabled (unset) by default. - The return status when listing options is zero if all _o_p_t_n_a_m_e_s - are enabled, non-zero otherwise. When setting or unsetting op- - tions, the return status is zero unless an _o_p_t_n_a_m_e is not a + The return status when listing options is zero if all _o_p_t_n_a_m_e_s + are enabled, non-zero otherwise. When setting or unsetting op- + tions, the return status is zero unless an _o_p_t_n_a_m_e is not a valid shell option. The list of sshhoopptt options is: aarrrraayy__eexxppaanndd__oonnccee - 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. aassssoocc__eexxppaanndd__oonnccee Deprecated; a synonym for aarrrraayy__eexxppaanndd__oonnccee. - aauuttooccdd If set, a command name that is the name of a directory - is executed as if it were the argument to the ccdd com- + aauuttooccdd If set, a command name that is the name of a directory + is executed as if it were the argument to the ccdd com- mand. This option is only used by interactive shells. bbaasshh__ssoouurrccee__ffuullllppaatthh - If set, filenames added to the BBAASSHH__SSOOUURRCCEE array vari- - able are converted to full pathnames (see SShheellll VVaarrii-- + If set, filenames added to the BBAASSHH__SSOOUURRCCEE array vari- + able are converted to full pathnames (see SShheellll VVaarrii-- aabblleess above). ccddaabbllee__vvaarrss - If set, an argument to the ccdd builtin command that is - not a directory is assumed to be the name of a variable + If set, an argument to the ccdd builtin command that is + not a directory is assumed to be the name of a variable whose value is the directory to change to. - ccddssppeellll If set, the ccdd command attempts to correct minor errors - in the spelling of a directory component. Minor errors - include transposed characters, a missing character, and + ccddssppeellll If set, the ccdd 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 ccdd 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. cchheecckkhhaasshh If set, bbaasshh checks that a command found in the hash ta- - ble exists before trying to execute it. If a hashed - command no longer exists, bbaasshh performs a normal path + ble exists before trying to execute it. If a hashed + command no longer exists, bbaasshh performs a normal path search. cchheecckkjjoobbss If set, bbaasshh lists the status of any stopped and running - jobs before exiting an interactive shell. If any jobs + jobs before exiting an interactive shell. If any jobs are running, bbaasshh defers the exit until a second exit is - attempted without an intervening command (see JJOOBB CCOONN-- - TTRROOLL above). The shell always postpones exiting if any + attempted without an intervening command (see JJOOBB CCOONN-- + TTRROOLL above). The shell always postpones exiting if any jobs are stopped. cchheecckkwwiinnssiizzee - If set, bbaasshh checks the window size after each external - (non-builtin) command and, if necessary, updates the - values of LLIINNEESS and CCOOLLUUMMNNSS, using the file descriptor - associated with the standard error if it is a terminal. + If set, bbaasshh checks the window size after each external + (non-builtin) command and, if necessary, updates the + values of LLIINNEESS and CCOOLLUUMMNNSS, using the file descriptor + associated with the standard error if it is a terminal. This option is enabled by default. - ccmmddhhiisstt If set, bbaasshh attempts to save all lines of a multiple- - line command in the same history entry. This allows - easy re-editing of multi-line commands. This option is - enabled by default, but only has an effect if command + ccmmddhhiisstt If set, bbaasshh attempts to save all lines of a multiple- + line command in the same history entry. This allows + easy re-editing of multi-line commands. This option is + enabled by default, but only has an effect if command history is enabled, as described above under HHIISSTTOORRYY. ccoommppaatt3311 ccoommppaatt3322 @@ -6595,144 +6650,143 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ccoommppaatt4422 ccoommppaatt4433 ccoommppaatt4444 - ccoommppaatt5500 - These control aspects of the shell's compatibility mode + These control aspects of the shell's compatibility mode (see SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE below). ccoommpplleettee__ffuullllqquuoottee - If set, bbaasshh quotes all shell metacharacters in file- - names and directory names when performing completion. + If set, bbaasshh quotes all shell metacharacters in file- + names and directory names when performing completion. If not set, bbaasshh removes metacharacters such as the dol- - lar sign from the set of characters that will be quoted - in completed filenames when these metacharacters appear - in shell variable references in words to be completed. - This means that dollar signs in variable names that ex- - pand to directories will not be quoted; however, any - dollar signs appearing in filenames will not be quoted, - either. This is active only when bash is using back- - slashes to quote completed filenames. This variable is - set by default, which is the default bash behavior in + lar sign from the set of characters that will be quoted + in completed filenames when these metacharacters appear + in shell variable references in words to be completed. + This means that dollar signs in variable names that ex- + pand to directories will not be quoted; however, any + dollar signs appearing in filenames will not be quoted, + either. This is active only when bash is using back- + slashes to quote completed filenames. This variable is + set by default, which is the default bash behavior in versions through 4.2. ddiirreexxppaanndd - If set, bbaasshh replaces directory names with the results - of word expansion when performing filename completion. + If set, bbaasshh replaces directory names with the results + of word expansion when performing filename completion. This changes the contents of the rreeaaddlliinnee editing - buffer. If not set, bbaasshh attempts to preserve what the + buffer. If not set, bbaasshh attempts to preserve what the user typed. ddiirrssppeellll - If set, bbaasshh attempts spelling correction on directory - names during word completion if the directory name ini- + If set, bbaasshh attempts spelling correction on directory + names during word completion if the directory name ini- tially supplied does not exist. - ddoottgglloobb If set, bbaasshh includes filenames beginning with a "." in - the results of pathname expansion. The filenames _. and + ddoottgglloobb If set, bbaasshh includes filenames beginning with a "." in + the results of pathname expansion. The filenames _. and _._. must always be matched explicitly, even if ddoottgglloobb is set. eexxeeccffaaiill If set, a non-interactive shell will not exit if it can- - not execute the file specified as an argument to the - eexxeecc builtin. An interactive shell does not exit if + not execute the file specified as an argument to the + eexxeecc builtin. An interactive shell does not exit if eexxeecc fails. eexxppaanndd__aalliiaasseess - If set, aliases are expanded as described above under + If set, aliases are expanded as described above under AALLIIAASSEESS. This option is enabled by default for interac- tive shells. eexxttddeebbuugg - If set at shell invocation, or in a shell startup file, + If set at shell invocation, or in a shell startup file, arrange to execute the debugger profile before the shell - starts, identical to the ----ddeebbuuggggeerr option. If set af- - ter invocation, behavior intended for use by debuggers + starts, identical to the ----ddeebbuuggggeerr option. If set af- + ter invocation, behavior intended for use by debuggers is enabled: 11.. The --FF option to the ddeeccllaarree builtin displays the source file name and line number corresponding to each function name supplied as an argument. - 22.. If the command run by the DDEEBBUUGG trap returns a - non-zero value, the next command is skipped and + 22.. If the command run by the DDEEBBUUGG trap returns a + non-zero value, the next command is skipped and not executed. - 33.. If the command run by the DDEEBBUUGG trap returns a - value of 2, and the shell is executing in a sub- - routine (a shell function or a shell script exe- - cuted by the .. or ssoouurrccee builtins), the shell + 33.. If the command run by the DDEEBBUUGG trap returns a + value of 2, and the shell is executing in a sub- + routine (a shell function or a shell script exe- + cuted by the .. or ssoouurrccee builtins), the shell simulates a call to rreettuurrnn. - 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described + 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described in their descriptions above). - 55.. Function tracing is enabled: command substitu- + 55.. Function tracing is enabled: command substitu- tion, shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the DDEEBBUUGG and RREETTUURRNN traps. - 66.. Error tracing is enabled: command substitution, - shell functions, and subshells invoked with (( + 66.. Error tracing is enabled: command substitution, + shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the EERRRR trap. - eexxttgglloobb If set, enable the extended pattern matching features + eexxttgglloobb If set, enable the extended pattern matching features described above under PPaatthhnnaammee EExxppaannssiioonn. eexxttqquuoottee - If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed - within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double + If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed + within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double quotes. This option is enabled by default. ffaaiillgglloobb - If set, patterns which fail to match filenames during + If set, patterns which fail to match filenames during pathname expansion result in an expansion error. ffoorrccee__ffiiggnnoorree - If set, the suffixes specified by the FFIIGGNNOORREE shell - variable cause words to be ignored when performing word + If set, the suffixes specified by the FFIIGGNNOORREE shell + variable cause words to be ignored when performing word completion even if the ignored words are the only possi- - ble completions. See SShheellll VVaarriiaabblleess above for a de- - scription of FFIIGGNNOORREE. This option is enabled by de- + ble completions. See SShheellll VVaarriiaabblleess above for a de- + scription of FFIIGGNNOORREE. This option is enabled by de- fault. gglloobbaasscciiiirraannggeess - If set, range expressions used in pattern matching - bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave - as if in the traditional C locale when performing com- - parisons. That is, pattern matching does not take the - current locale's collating sequence into account, so bb - will not collate between AA and BB, and upper-case and + If set, range expressions used in pattern matching + bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave + as if in the traditional C locale when performing com- + parisons. That is, pattern matching does not take the + current locale's collating sequence into account, so bb + will not collate between AA and BB, and upper-case and lower-case ASCII characters will collate together. gglloobbsskkiippddoottss - If set, pathname expansion will never match the file- - names _. and _._., even if the pattern begins with a ".". + If set, pathname expansion will never match the file- + names _. and _._., even if the pattern begins with a ".". This option is enabled by default. gglloobbssttaarr If set, the pattern **** used in a pathname expansion con- - text will match all files and zero or more directories - and subdirectories. If the pattern is followed by a //, + text will match all files and zero or more directories + and subdirectories. If the pattern is followed by a //, only directories and subdirectories match. ggnnuu__eerrrrffmmtt If set, shell error messages are written in the standard GNU error message format. hhiissttaappppeenndd - If set, the history list is appended to the file named + If set, the history list is appended to the file named by the value of the HHIISSTTFFIILLEE variable when the shell ex- its, rather than overwriting the file. hhiissttrreeeeddiitt - If set, and rreeaaddlliinnee is being used, the user is given - the opportunity to re-edit a failed history substitu- + If set, and rreeaaddlliinnee is being used, the user is given + the opportunity to re-edit a failed history substitu- tion. hhiissttvveerriiffyy - If set, and rreeaaddlliinnee is being used, the results of his- - tory substitution are not immediately passed to the - shell parser. Instead, the resulting line is loaded + If set, and rreeaaddlliinnee is being used, the results of his- + tory substitution are not immediately passed to the + shell parser. Instead, the resulting line is loaded into the rreeaaddlliinnee editing buffer, allowing further modi- fication. hhoossttccoommpplleettee If set, and rreeaaddlliinnee is being used, bbaasshh will attempt to - perform hostname completion when a word containing a @@ - is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE + perform hostname completion when a word containing a @@ + is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE above). This is enabled by default. hhuuppoonneexxiitt If set, bbaasshh will send SSIIGGHHUUPP to all jobs when an inter- active login shell exits. iinnhheerriitt__eerrrreexxiitt - If set, command substitution inherits the value of the - eerrrreexxiitt option, instead of unsetting it in the subshell - environment. This option is enabled when posix mode is + If set, command substitution inherits the value of the + eerrrreexxiitt option, instead of unsetting it in the subshell + environment. This option is enabled when posix mode is enabled. iinntteerraaccttiivvee__ccoommmmeennttss - In an interactive shell, a word beginning with ## causes - that word and all remaining characters on that line to - be ignored, as in a non-interactive shell (see CCOOMMMMEENNTTSS + In an interactive shell, a word beginning with ## causes + that word and all remaining characters on that line to + be ignored, as in a non-interactive shell (see CCOOMMMMEENNTTSS above). This option is enabled by default. llaassttppiippee - If set, and job control is not active, the shell runs + If set, and job control is not active, the shell runs the last command of a pipeline not executed in the back- ground in the current shell environment. - lliitthhiisstt If set, and the ccmmddhhiisstt option is enabled, multi-line + lliitthhiisstt If set, and the ccmmddhhiisstt option is enabled, multi-line commands are saved to the history with embedded newlines rather than using semicolon separators where possible. llooccaallvvaarr__iinnhheerriitt @@ -6741,37 +6795,37 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS scope before any new value is assigned. The nameref at- tribute is not inherited. llooccaallvvaarr__uunnsseett - If set, calling uunnsseett on local variables in previous - function scopes marks them so subsequent lookups find + If set, calling uunnsseett on local variables in previous + function scopes marks them so subsequent lookups find them unset until that function returns. This is identi- - cal to the behavior of unsetting local variables at the + cal to the behavior of unsetting local variables at the current function scope. llooggiinn__sshheellll - The shell sets this option if it is started as a login - shell (see IINNVVOOCCAATTIIOONN above). The value may not be + The shell sets this option if it is started as a login + shell (see IINNVVOOCCAATTIIOONN above). The value may not be changed. mmaaiillwwaarrnn - If set, and a file that bbaasshh is checking for mail has - been accessed since the last time it was checked, bbaasshh - displays the message "The mail in _m_a_i_l_f_i_l_e has been + If set, and a file that bbaasshh is checking for mail has + been accessed since the last time it was checked, bbaasshh + displays the message "The mail in _m_a_i_l_f_i_l_e has been read". nnoo__eemmppttyy__ccmmdd__ccoommpplleettiioonn If set, and rreeaaddlliinnee is being used, bbaasshh does not search - PPAATTHH for possible completions when completion is at- + PPAATTHH for possible completions when completion is at- tempted on an empty line. nnooccaasseegglloobb - If set, bbaasshh matches filenames in a case-insensitive + If set, bbaasshh matches filenames in a case-insensitive fashion when performing pathname expansion (see PPaatthhnnaammee EExxppaannssiioonn above). nnooccaasseemmaattcchh - If set, bbaasshh matches patterns in a case-insensitive + If set, bbaasshh matches patterns in a case-insensitive fashion when performing matching while executing ccaassee or [[[[ conditional commands, when performing pattern substi- - tution word expansions, or when filtering possible com- + tution word expansions, or when filtering possible com- pletions as part of programmable completion. nnooeexxppaanndd__ttrraannssllaattiioonn - If set, bbaasshh encloses the translated results of $$""..."" - quoting in single quotes instead of double quotes. If + If set, bbaasshh encloses the translated results of $$""..."" + quoting in single quotes instead of double quotes. If the string is not translated, this has no effect. nnuullllgglloobb If set, pathname expansion patterns which match no files @@ -6779,73 +6833,73 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS removed, rather than expanding to themselves. ppaattssuubb__rreeppllaacceemmeenntt If set, bbaasshh expands occurrences of && in the replacement - string of pattern substitution to the text matched by - the pattern, as described under PPaarraammeetteerr EExxppaannssiioonn + string of pattern substitution to the text matched by + the pattern, as described under PPaarraammeetteerr EExxppaannssiioonn above. This option is enabled by default. pprrooggccoommpp - If set, enable the programmable completion facilities + If set, enable the programmable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn above). This option is en- abled by default. pprrooggccoommpp__aalliiaass - If set, and programmable completion is enabled, bbaasshh - treats a command name that doesn't have any completions + If set, and programmable completion is enabled, bbaasshh + treats a command name that doesn't have any completions as a possible alias and attempts alias expansion. If it - has an alias, bbaasshh attempts programmable completion us- + has an alias, bbaasshh attempts programmable completion us- ing the command word resulting from the expanded alias. pprroommppttvvaarrss If set, prompt strings undergo parameter expansion, com- - mand substitution, arithmetic expansion, and quote re- - moval after being expanded as described in PPRROOMMPPTTIINNGG + mand substitution, arithmetic expansion, and quote re- + moval after being expanded as described in PPRROOMMPPTTIINNGG above. This option is enabled by default. rreessttrriicctteedd__sshheellll - The shell sets this option if it is started in re- - stricted mode (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). The value - may not be changed. This is not reset when the startup - files are executed, allowing the startup files to dis- + The shell sets this option if it is started in re- + stricted mode (see RREESSTTRRIICCTTEEDD SSHHEELLLL below). The value + may not be changed. This is not reset when the startup + files are executed, allowing the startup files to dis- cover whether or not a shell is restricted. sshhiifftt__vveerrbboossee - If set, the sshhiifftt builtin prints an error message when + If set, the sshhiifftt builtin prints an error message when the shift count exceeds the number of positional parame- ters. ssoouurrcceeppaatthh If set, the .. (ssoouurrccee) builtin uses the value of PPAATTHH to - find the directory containing the file supplied as an - argument when the --pp option is not supplied. This op- + find the directory containing the file supplied as an + argument when the --pp option is not supplied. This op- tion is enabled by default. vvaarrrreeddiirr__cclloossee - If set, the shell automatically closes file descriptors - assigned using the _{_v_a_r_n_a_m_e_} redirection syntax (see + If set, the shell automatically closes file descriptors + assigned using the _{_v_a_r_n_a_m_e_} redirection syntax (see RREEDDIIRREECCTTIIOONN above) instead of leaving them open when the command completes. xxppgg__eecchhoo - If set, the eecchhoo builtin expands backslash-escape se- - quences by default. If the ppoossiixx shell option is also + If set, the eecchhoo builtin expands backslash-escape se- + quences by default. If the ppoossiixx shell option is also enabled, eecchhoo does not interpret any options. ssuussppeenndd [--ff] - Suspend the execution of this shell until it receives a SSIIGGCCOONNTT - signal. A login shell, or a shell without job control enabled, - cannot be suspended; the --ff 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 --ff is not sup- + Suspend the execution of this shell until it receives a SSIIGGCCOONNTT + signal. A login shell, or a shell without job control enabled, + cannot be suspended; the --ff 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 --ff is not sup- plied. tteesstt _e_x_p_r [[ _e_x_p_r ]] Return a status of 0 (true) or 1 (false) depending on the evalu- - ation of the conditional expression _e_x_p_r. Each operator and - operand must be a separate argument. Expressions are composed - of the primaries described above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. - tteesstt does not accept any options, nor does it accept and ignore + ation of the conditional expression _e_x_p_r. Each operator and + operand must be a separate argument. Expressions are composed + of the primaries described above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS. + tteesstt does not accept any options, nor does it accept and ignore an argument of ---- as signifying the end of options. - Expressions may be combined using the following operators, - listed in decreasing order of precedence. The evaluation de- + 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. tteesstt uses operator precedence when there are five or more arguments. !! _e_x_p_r True if _e_x_p_r is false. (( _e_x_p_r )) - Returns the value of _e_x_p_r. This may be used to override + Returns the value of _e_x_p_r. This may be used to override normal operator precedence. _e_x_p_r_1 -aa _e_x_p_r_2 True if both _e_x_p_r_1 and _e_x_p_r_2 are true. @@ -6862,104 +6916,105 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS null. 2 arguments If the first argument is !!, the expression is true if and - only if the second argument is null. If the first argu- - ment is one of the unary conditional operators listed - above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the expression is + only if the second argument is null. If the first argu- + ment is one of the unary conditional operators listed + above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the expression is true if the unary test is true. If the first argument is not a valid unary conditional operator, the expression is false. 3 arguments The following conditions are applied in the order listed. - If the second argument is one of the binary conditional + If the second argument is one of the binary conditional operators listed above under CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS, the result of the expression is the result of the binary test - using the first and third arguments as operands. The --aa - and --oo operators are considered binary operators when - there are three arguments. If the first argument is !!, - the value is the negation of the two-argument test using + using the first and third arguments as operands. The --aa + and --oo operators are considered binary operators when + there are three arguments. If the first argument is !!, + the value is the negation of the two-argument test using the second and third arguments. If the first argument is exactly (( and the third argument is exactly )), the result - is the one-argument test of the second argument. Other- + is the one-argument test of the second argument. Other- wise, the expression is false. 4 arguments The following conditions are applied in the order listed. If the first argument is !!, the result is the negation of - the three-argument expression composed of the remaining - arguments. If the first argument is exactly (( and the + the three-argument expression composed of the remaining + arguments. If the first argument is exactly (( and the fourth argument is exactly )), 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 [[[[ command, the << and >> operators sort using the current lo- - cale. If the shell is not in posix mode, the tteesstt and [[ com- + cale. If the shell is not in posix mode, the tteesstt and [[ 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 --aa - and --oo 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 --aa + and --oo 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 --aa and --oo with the shell's &&&& and |||| list operators. - ttiimmeess Print the accumulated user and system times for the shell and + ttiimmeess Print the accumulated user and system times for the shell and for processes run from the shell. The return status is 0. ttrraapp [--llppPP] [[_a_c_t_i_o_n] _s_i_g_s_p_e_c ...] The _a_c_t_i_o_n is a command that is read and executed when the shell - receives any of the signals _s_i_g_s_p_e_c. If _a_c_t_i_o_n is absent (and + receives any of the signals _s_i_g_s_p_e_c. If _a_c_t_i_o_n is absent (and there is a single _s_i_g_s_p_e_c) or --, each specified _s_i_g_s_p_e_c is reset - to the value it had when the shell was started. If _a_c_t_i_o_n is - the null string the signal specified by each _s_i_g_s_p_e_c is ignored + to the value it had when the shell was started. If _a_c_t_i_o_n is + the null string the signal specified by each _s_i_g_s_p_e_c is ignored by the shell and by the commands it invokes. - If no arguments are supplied, ttrraapp displays the actions associ- + If no arguments are supplied, ttrraapp displays the actions associ- ated with each trapped signal as a set of ttrraapp commands that can - be reused as shell input to restore the current signal disposi- - tions. If --pp is given, and _a_c_t_i_o_n is not present, then ttrraapp - displays the actions associated with each _s_i_g_s_p_e_c or, if none + be reused as shell input to restore the current signal disposi- + tions. If --pp is given, and _a_c_t_i_o_n is not present, then ttrraapp + displays the actions associated with each _s_i_g_s_p_e_c or, if none are supplied, for all trapped signals, as a set of ttrraapp commands - that can be reused as shell input to restore the current signal - dispositions. The --PP option behaves similarly, but displays - only the actions associated with each _s_i_g_s_p_e_c argument. --PP re- - quires at least one _s_i_g_s_p_e_c argument. The --PP or --pp options may - be used in a subshell environment (e.g., command substitution) - and, as long as they are used before ttrraapp is used to change a + that can be reused as shell input to restore the current signal + dispositions. The --PP option behaves similarly, but displays + only the actions associated with each _s_i_g_s_p_e_c argument. --PP re- + quires at least one _s_i_g_s_p_e_c argument. The --PP or --pp options may + be used in a subshell environment (e.g., command substitution) + and, as long as they are used before ttrraapp is used to change a signal's handling, will display the state of its parent's traps. - The --ll option prints a list of signal names and their corre- - sponding numbers. Each _s_i_g_s_p_e_c is either a signal name defined + The --ll option prints a list of signal names and their corre- + sponding numbers. Each _s_i_g_s_p_e_c is either a signal name defined in <_s_i_g_n_a_l_._h>, or a signal number. Signal names are case insen- - sitive and the SSIIGG prefix is optional. If --ll is supplied with + sitive and the SSIIGG prefix is optional. If --ll is supplied with no _s_i_g_s_p_e_c arguments, it prints a list of valid signal names. - If a _s_i_g_s_p_e_c is EEXXIITT (0), _a_c_t_i_o_n is executed on exit from the - shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, _a_c_t_i_o_n is executed before every - _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, _s_e_l_e_c_t command, (( - arithmetic command, [[ conditional command, arithmetic _f_o_r com- - mand, and before the first command executes in a shell function - (see SSHHEELLLL GGRRAAMMMMAARR above). Refer to the description of the - eexxttddeebbuugg shell option (see sshhoopptt above) for details of its ef- - fect on the DDEEBBUUGG trap. If a _s_i_g_s_p_e_c is RREETTUURRNN, _a_c_t_i_o_n is exe- + If a _s_i_g_s_p_e_c is EEXXIITT (0), _a_c_t_i_o_n is executed on exit from the + shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, _a_c_t_i_o_n is executed before every + _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command, _s_e_l_e_c_t command, (( + arithmetic command, [[ conditional command, arithmetic _f_o_r com- + mand, and before the first command executes in a shell function + (see SSHHEELLLL GGRRAAMMMMAARR above). Refer to the description of the + eexxttddeebbuugg shell option (see sshhoopptt above) for details of its ef- + fect on the DDEEBBUUGG trap. If a _s_i_g_s_p_e_c is RREETTUURRNN, _a_c_t_i_o_n is exe- cuted each time a shell function or a script executed with the .. or ssoouurrccee builtins finishes executing. - If a _s_i_g_s_p_e_c is EERRRR, _a_c_t_i_o_n is executed whenever a pipeline - (which may consist of a single simple command), a list, or a - compound command returns a non-zero exit status, subject to the - following conditions. The EERRRR trap is not executed if the + If a _s_i_g_s_p_e_c is EERRRR, _a_c_t_i_o_n is executed whenever a pipeline + (which may consist of a single simple command), a list, or a + compound command returns a non-zero exit status, subject to the + following conditions. The EERRRR trap is not executed if the failed command is part of the command list immediately following - a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, - part of a command executed in a &&&& or |||| list except the command - following the final &&&& or ||||, any command in a pipeline but the - last (subject to the state of the ppiippeeffaaiill shell option), or if - the command's return value is being inverted using !!. These are - the same conditions obeyed by the eerrrreexxiitt (--ee) option. + a wwhhiillee or uunnttiill reserved word, part of the test in an _i_f state- + ment, 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 ppiippeeffaaiill shell op- + tion), or if the command's return value is being inverted using + !!. These are the same conditions obeyed by the eerrrreexxiitt (--ee) 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 @@ SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE locale's collation sequence and _s_t_r_c_o_l_l(3). ccoommppaatt4411 - +o In _p_o_s_i_x mode, ttiimmee may be followed by options and still + +o In posix mode, ttiimmee may be followed by options and still be recognized as a reserved word (this is POSIX interpre- tation 267). +o In _p_o_s_i_x mode, the parser requires that an even number of @@ -7327,8 +7382,8 @@ RREESSTTRRIICCTTEEDD SSHHEELLLL +o Importing function definitions from the shell environment at startup. - +o Parsing the value of SSHHEELLLLOOPPTTSS from the shell environment at - startup. + +o Parsing the values of BBAASSHHOOPPTTSS and SSHHEELLLLOOPPTTSS from the shell en- + vironment at startup. +o Redirecting output using the >, >|, <>, >&, &>, and >> redirec- tion operators. @@ -7408,7 +7463,7 @@ BBUUGG RREEPPOORRTTSS The version number of bbaasshh 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 _b_a_s_h_b_u_g inserts the first three items automatically into the template @@ -7421,7 +7476,7 @@ BBUUGGSS It's too big and too slow. There are some subtle differences between bbaasshh and traditional versions - of sshh, mostly because of the PPOOSSIIXX specification. + of sshh, mostly because of the POSIX specification. Aliases are confusing in some uses. @@ -7437,4 +7492,4 @@ BBUUGGSS Array variables may not (yet) be exported. -GNU Bash 5.3 2024 December 12 _B_A_S_H(1) +GNU Bash 5.3 2025 February 24 _B_A_S_H(1) diff --git a/doc/bash.1 b/doc/bash.1 index a5a8e445c..4e2eb5f1d 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -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, @@ -10314,12 +10487,15 @@ If 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. diff --git a/doc/bash.html b/doc/bash.html index 11f90e3b4..c83ae0486 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2024 December 12BASH(1) +BASH(1)2025 February 24BASH(1)

Index @@ -48,30 +48,48 @@ bash - GNU Bourne-Again SHell

COPYRIGHT

-Bash is Copyright © 1989-2024 by the Free Software Foundation, Inc. +Bash is Copyright © 1989-2025 by the Free Software Foundation, Inc.  

DESCRIPTION

Bash -is an sh-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. Bash also incorporates useful features from the Korn and C shells (ksh and csh).

-POSIX is the name for a family of computing standards based on Unix. +POSIX +is the name for a family of computing standards based on Unix. 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 +POSIX +specification (IEEE Standard 1003.1). Bash -can be configured to be POSIX-conformant by default. +POSIX +mode (hereafter referred to as posix mode) +changes the shell's behavior where its default operation differs +from the standard to strictly conform to the standard. +See +SEE ALSO + + +below for a reference to a document that details how posix mode affects +bash's behavior. +Bash + +can be configured to be +POSIX +-conformant by default.  

OPTIONS

@@ -294,14 +312,11 @@ This option is on by default if the shell is invoked as
--posix
-Change the behavior of bash where the default operation differs -from the POSIX standard to match the standard (posix mode). -See -SEE ALSO - - -below for a reference to a document that details how posix mode affects -Bash's behavior. +Enable posix mode; +change the behavior of bash +where the default operation differs from the +POSIX +standard to match the standard.
--restricted
@@ -331,9 +346,9 @@ If arguments remain after option processing, and neither the nor the -s -option has been supplied, the first argument is assumed to -be the name of a file containing shell commands (a shell script). -If +option has been supplied, the first argument is treated as +the name of a file containing shell commands (a shell script). +When bash is invoked in this fashion, @@ -347,8 +362,10 @@ 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, then searches the directories in +Bash + +first attempts to open the file in the current directory, +and, if no file is found, searches the directories in PATH @@ -365,13 +382,13 @@ or one started with the 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) and without the -c option, -whose standard input and standard error are +and whose standard input and standard error are both connected to terminals (as determined by isatty(3)), @@ -518,10 +535,12 @@ it tries to mimic the startup behavior of historical versions of sh as closely as possible, -while conforming to the POSIX standard as well. +while conforming to the +POSIX +standard as well. When invoked as an interactive login shell, or a non-interactive -shell with the --login option, it first attempts to -read and execute commands from +shell with the --login option, it first attempts to read +and execute commands from /etc/profile @@ -557,6 +576,8 @@ A non-interactive shell invoked with the name sh does not attempt to read any other startup files. +

+ When invoked as sh, @@ -571,7 +592,9 @@ When is started in posix mode, as with the --posix -command line option, it follows the POSIX standard for startup files. +command line option, it follows the +POSIX +standard for startup files. In this mode, interactive shells expand the ENV @@ -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 -p option changes the output format to that specified by POSIX. +The -p option changes the output format to that specified by +POSIX +. When the shell is in posix mode, it does not recognize time as a reserved word if the next token begins with a @@ -985,8 +1010,11 @@ otherwise the return status is 1. The expression undergoes the same expansions as if it were within double quotes, -but double quote characters in expression are not treated +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.

[[ expression ]]
Evaluate the conditional expression expression @@ -1025,8 +1053,12 @@ instead of having any special pattern matching meaning. An additional binary operator, =~, is available, with the same precedence as == and !=. When it is used, the string to the right of the operator is considered -a POSIX extended regular expression and matched accordingly -(using the POSIX regcomp and regexec interfaces +a +POSIX +extended regular expression and matched accordingly +(using the +POSIX +regcomp and regexec interfaces usually described in regex(3)). @@ -1126,7 +1158,7 @@ operators do not evaluate expression2 if the value of the entire conditional expression. -
for name [ [ in [ word ... ] ] ; ] do list ; done
+
for name [ [ in word ... ] ; ] do list ; done
First, expand The list of words following in, generating a list of items. Then, the variable name 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 in results in an empty list, no commands are executed, and the return status is 0. -
for (( expr1 ; expr2 ; expr3 )) ; do list ; done
+
for (( expr1 ; expr2 ; expr3 )) [;] do list ; done
First, evaluate the arithmetic expression expr1 according to the rules described below under ARITHMETIC EVALUATION. @@ -1240,7 +1272,7 @@ Using ;& in place of ;; causes execution to continue with the list associated with the next pattern list. Using ;;& in place of ;; causes the shell to test the next pattern list in the statement, if any, and execute any associated list -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.
@@ -1390,7 +1422,9 @@ parentheses are not supplied, the braces are recommended. compound-command is executed whenever fname is specified as the name of a simple command. When in posix mode, fname must be a valid shell name -and may not be the name of one of the POSIX special builtins. +and may not be the name of one of the +POSIX +special builtins. In default mode, a function name can be any unquoted shell word that does not contain $. @@ -1550,8 +1584,8 @@ The special parameters and @ -have special meaning when in double -quotes (see +have special meaning when in double quotes +(see PARAMETERS @@ -1722,7 +1756,7 @@ below). A variable -may be assigned to by a statement of the form +is assigned to using a statement of the form

@@ -1780,26 +1814,37 @@ 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 +to a shell variable or array index, the + +operator appends to or adds to the variable's previous value. This includes arguments to declaration commands such as -declare that accept assignment statements. -When += is applied to a variable -for which the integer attribute has been set, +declare + +that accept assignment statements. +When + +is applied to a variable for which the +integer + +attribute has been set, the variable's current value and 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 += is applied to an array variable using compound assignment +When + +is applied to an array variable using compound assignment (see 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, value is expanded and appended to the variable's value.

@@ -1843,6 +1888,15 @@ array variables. Namerefs can be unset using the -n option to the unset builtin. Otherwise, if 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 +(see +ENVIRONMENT). + +  

Positional Parameters

@@ -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.
BASHPID @@ -2246,7 +2302,7 @@ have no effect, and it may not be unset. A colon-separated list of directories in which the enable -command. +command looks for dynamically loadable builtins.
BASH_MONOSECONDS @@ -2737,7 +2793,10 @@ subsequently reset.
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 (see SHELL BUILTIN COMMANDS @@ -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.
SHLVL @@ -2985,9 +3046,10 @@ A sample value is
Set the number of exited child status values for the shell to remember. -Bash will not allow this value to be decreased below a POSIX-mandated -minimum, and there is a maximum value (currently 8192) that this may -not exceed. +Bash 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. The minimum value is system-dependent.
COLUMNS @@ -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 history builtin. +writing it when a shell exits or by the +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 @@ -3274,8 +3339,29 @@ and are added to the history regardless of the value of 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 extglob shell -option. +The pattern matching honors the setting of the +extglob + +shell option. +
+HISTIGNORE + + +subsumes some of the function of +HISTCONTROL. + + +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 +
HISTSIZE
@@ -3337,7 +3423,7 @@ When HOSTFILE -is unset, bash clears the the hostname list. +is unset, bash clears the hostname list.
IFS
@@ -3555,9 +3641,19 @@ and is set by the administrator who installs bash. A common value is +
+
+/usr/local/bin:/usr/local/sbin: +
+/usr/bin:/usr/sbin:/bin:/sbin + +
+ +
+
POSIXLY_CORRECT
@@ -3565,7 +3661,8 @@ If this variable is in the environment when bash starts, the shell enters posix mode before reading the startup files, as if the --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, bash enables posix mode, as if the command had been executed. @@ -3801,10 +3898,13 @@ The second 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, normally +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 @@ -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 +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.

-An indexed array is created automatically if any variable is assigned to -using the syntax -name[subscript]=value. +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 indexed array, use -declare -a name +
+declare -a name + +
(see SHELL BUILTIN COMMANDS below). -declare -a name[subscript] +
+declare -a name[subscript] +
is also accepted; the subscript is ignored.

Associative arrays are created using -declare -A name. +

+declare -A name + +
+.

-Attributes may be -specified for an array variable using the +Attributes may be specified for an array variable using the declare 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.

-The += operator appends to an array variable when assigning +The + +operator appends to an array variable when assigning using the compound assignment syntax; see PARAMETERS @@ -4139,13 +4277,13 @@ Patterns to be brace expanded are formed from an optional 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 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.

Brace expansions may be nested. @@ -4156,20 +4294,17 @@ For example, a{d,c,b}e expands into

A sequence expression takes the form -{x..y[..incr]}, +x..y[..incr], where x and y are either integers or single 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 0, +If either x or y begins with a zero, each generated term will contain the same number of digits, zero-padding where necessary. -When either x or y begins with a zero, the shell -attempts to force all generated terms to contain the same number of digits, -zero-padding where necessary. When letters are supplied, the expression expands to each character lexicographically between x and y, inclusive, -using the default C locale. +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 @@ -4193,25 +4328,35 @@ sequence expression. Any incorrectly formed brace expansion is left unchanged.

-A { or , 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 ${ -is not considered eligible for brace expansion, and inhibits brace -expansion until the closing }. +To avoid conflicts with parameter expansion, the string + +is not considered eligible for brace expansion, +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: -

+

+ mkdir /usr/local/src/bash/{old,new,dist,bugs} +
or
+ chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}} +

@@ -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. 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 sh -as file{1,2} +as + appears identically in the output. -Bash outputs that word as -file1 file2 +Bash + +outputs that word as after brace expansion. Start @@ -4352,8 +4498,9 @@ of variable assignments (as described above under when they appear as arguments to simple commands. -Bash does not do this, except for the declaration commands listed -above, when in posix mode. +Bash does not do this, +except for the declaration commands listed above, +when in posix mode.  

Parameter Expansion

@@ -4493,9 +4640,15 @@ 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, expands to the substring of the value of +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 (see ARITHMETIC EVALUATION @@ -4698,10 +4851,9 @@ ${parameter/pattern/string}
${parameter/%pattern/string}
Pattern substitution. -The pattern is expanded to produce a pattern just as in -pathname expansion and matched against the expanded value of -parameter -using the rules described under +The pattern is expanded to produce a pattern +and matched against the expanded value of parameter +as described under Pattern Matching below. @@ -4786,18 +4938,31 @@ ${parameter^pattern} Case modification. This expansion modifies the case of alphabetic characters in parameter. -The pattern is expanded to produce a pattern just as in -pathname expansion. -Each character in the expanded value of parameter is tested against -pattern, and, if it matches the pattern, its case is converted. +First, the pattern is expanded to produce a pattern +as described below under +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. +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.
@@ -5040,11 +5205,16 @@ The undergoes the same expansions as if it were within double quotes, -but double quote characters in expression are not treated specially -and are removed. +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.

@@ -5077,7 +5247,8 @@ passed as an argument to the current command as the result of the expansion.

-If the >(list) form is used, writing to +If the +>(list) form is used, writing to the file provides input for list. If the <(list) form is used, reading the file @@ -5088,7 +5259,7 @@ as a redirection.

Process substitution is supported on systems that support named -pipes (FIFOs) or the /dev/fd method of naming open files. +pipes (FIFOs) or the /dev/fd method of naming open files.

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 -GLOBIGNORE. +GLOBIGNORE +. The dotglob @@ -5387,15 +5559,18 @@ pattern matching honors the setting of the extglob shell option.

-The +The value of the GLOBSORT shell variable controls how the results of pathname expansion are sorted, -as described above. +as described above under +Shell Variables. +

Pattern Matching +

Any character that appears in a pattern, other than the special pattern @@ -5491,7 +5666,9 @@ shell option. Within a bracket expression, character classes can be specified using the syntax [:class:], where class is one of the -following classes defined in the POSIX standard: +following classes defined in the +POSIX +standard:

@@ -5816,7 +5993,7 @@ and the option to the 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 word exists and is a regular file. If the redirection operator is @@ -5831,13 +6008,13 @@ and the option to the set -builtin command is not enabled, +builtin is not enabled, bash attempts the redirection even if the file named by word exists.  

Appending Redirected Output

-Redirecting output in this fashion opens +Redirecting output in this fashion opens the file whose name results from the expansion of word @@ -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 word.

@@ -6823,7 +7000,9 @@ is non-zero.

string1 = string2
True if the strings are equal. -= should be used with the test command for POSIX conformance. += should be used with the test command for +POSIX +conformance. When used with the [[ command, this performs pattern matching as described above (Compound Commands).
string1 != string2
@@ -6885,6 +7064,15 @@ are evaluated as arithmetic expressions (see above). +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.
  @@ -7574,6 +7762,10 @@ 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. +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 @@ -7588,19 +7780,22 @@ Processes in the foreground process group are said to be processes. 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 - -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 SIGTTIN (SIGTTOU) -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.

@@ -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, 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 HISTSIZE shell variable. Setting history-size 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).

Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits). -
shell-forward-word +
shell-forward-word (M-C-f)
Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. -
shell-backward-word +
shell-backward-word (M-C-b)
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.
redraw-current-line @@ -9603,7 +9798,7 @@ Negative arguments have no effect.
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.
shell-transpose-words (M-C-t) @@ -9854,7 +10049,7 @@ the number of matches N; the word being completed;
*
S:E, -where S and E are the start and end offsets of the word +where S and E are the start and end offsets of the word in the readline line buffer; then
*
each match, one per line @@ -10483,7 +10678,7 @@ and On startup, bash initializes the history list by reading history entries from the -the file named by the +file named by the HISTFILE @@ -11526,7 +11721,7 @@ is converted to before attempting the directory change.
If cd uses a non-empty directory name from -CDPATH, +CDPATH, or if - is the first argument, and the directory change is @@ -12396,7 +12591,7 @@ If -n is supplied, each name is disabled; otherwise, For example, to use the test -binary found usin g +binary found using PATH @@ -12420,7 +12615,8 @@ shell builtins. If -n is supplied, print only disabled builtins. If -a is supplied, the list printed includes all builtins, with an indication of whether or not each is enabled. -The -s option means to restrict the output to the POSIX +The -s option means to restrict the output to the +POSIX special builtins.
The @@ -12444,7 +12640,8 @@ The -d option will delete a builtin previously loaded with -f. -If -s is used with -f, the new builtin becomes a POSIX +If -s is used with -f, the new builtin becomes a +POSIX special builtin.
If no options are supplied and a name is not a shell builtin, @@ -12935,16 +13132,19 @@ is specified, help gives detailed help on all commands matching -pattern; +pattern +as described below; otherwise it displays a list of all the builtins and shell compound commands. +
+Options, if supplied, have the follow meanings:
-
-
-d - +
+-d + Display a short description of each pattern
-m @@ -12957,6 +13157,22 @@ Display only a short usage synopsis for each pattern
+
+If pattern contains pattern matching characters +(see +Pattern Matching + + +above) +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 0 unless no command matches pattern. @@ -13965,7 +14181,7 @@ command that fails is part of the command list immediately following a or until -keyword, +reserved word, part of the test following the if @@ -14201,11 +14417,14 @@ This option is disabled by default.
posix
-Change the behavior of +Enable posix mode; +change the behavior of bash where the default operation differs -from the POSIX standard to match the standard (posix mode). +from the +POSIX +standard to match the standard. See SEE ALSO @@ -14663,9 +14882,6 @@ under
compat44 -
-
compat50 -
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 +POSIX standard has deprecated the -a and -o 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 until -keyword, +reserved word, part of the test in an if @@ -15713,7 +15930,9 @@ The pipe size in 512-byte blocks (this may not be set).
-q
-The maximum number of bytes in POSIX message queues. +The maximum number of bytes in +POSIX +message queues.
-r
@@ -16111,14 +16330,18 @@ bash-4.1 and later use the current locale's collation sequence and
*
-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, time may be followed by options and still be +recognized as a reserved word (this is +POSIX +interpretation 267).
*
In posix mode, the parser requires that an even number of single quotes occur in the word portion of a double-quoted parameter expansion and treats them specially, so that characters within the single quotes are considered quoted -(this is POSIX interpretation 221). +(this is +POSIX +interpretation 221).
@@ -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 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); +(this is part of +POSIX +interpretation 221); in later versions, single quotes are not special within double-quoted word expansions.
@@ -16358,7 +16583,11 @@ builtin command.
*
Importing function definitions from the shell environment at startup.
*
-Parsing the value of +Parsing the values of +BASHOPTS + + +and SHELLOPTS @@ -16525,7 +16754,7 @@ ALL bug reports should include:
The version number of bash
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
which exercises the bug @@ -16556,9 +16785,7 @@ and traditional versions of sh, mostly because of the -POSIX - - +POSIX specification.

@@ -16586,7 +16813,7 @@ Array variables may not (yet) be exported.


-
GNU Bash 5.32024 December 12BASH(1) +GNU Bash 5.32025 February 24BASH(1)

@@ -16695,7 +16922,7 @@ Array variables may not (yet) be exported.
BUGS

-This document was created by man2html from /usr/local/src/bash/bash-20241207/doc/bash.1.
-Time: 12 December 2024 13:38:21 EST +This document was created by man2html from bash.1.
+Time: 31 March 2025 10:28:01 EDT diff --git a/doc/bash.info b/doc/bash.info index 1eafd9dff..625ddd0ca 100644 --- a/doc/bash.info +++ b/doc/bash.info @@ -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 . - 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::). +  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. +  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::).  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.  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.  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 + a 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-): 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: Pipelines27462 Node: Lists30718 Node: Compound Commands32590 Node: Looping Constructs33599 -Node: Conditional Constructs36118 -Node: Command Grouping51054 -Node: Coprocesses52546 -Node: GNU Parallel55232 -Node: Shell Functions56150 -Node: Shell Parameters64602 -Node: Positional Parameters69327 -Node: Special Parameters70417 -Node: Shell Expansions73878 -Node: Brace Expansion76067 -Node: Tilde Expansion78768 -Node: Shell Parameter Expansion81723 -Node: Command Substitution101483 -Node: Arithmetic Expansion105012 -Node: Process Substitution106025 -Node: Word Splitting107133 -Node: Filename Expansion109577 -Node: Pattern Matching112840 -Node: Quote Removal118563 -Node: Redirections118867 -Node: Executing Commands129095 -Node: Simple Command Expansion129762 -Node: Command Search and Execution131870 -Node: Command Execution Environment134314 -Node: Environment137762 -Node: Exit Status139665 -Node: Signals141723 -Node: Shell Scripts146652 -Node: Shell Builtin Commands149950 -Node: Bourne Shell Builtins152061 -Node: Bash Builtins178626 -Node: Modifying Shell Behavior215074 -Node: The Set Builtin215416 -Node: The Shopt Builtin227370 -Node: Special Builtins244422 -Node: Shell Variables245411 -Node: Bourne Shell Variables245845 -Node: Bash Variables248353 -Node: Bash Features287048 -Node: Invoking Bash288062 -Node: Bash Startup Files294488 -Node: Interactive Shells299730 -Node: What is an Interactive Shell?300138 -Node: Is this Shell Interactive?300800 -Node: Interactive Shell Behavior301624 -Node: Bash Conditional Expressions305385 -Node: Shell Arithmetic310596 -Node: Aliases313925 -Node: Arrays317059 -Node: The Directory Stack324143 -Node: Directory Stack Builtins324940 -Node: Controlling the Prompt329385 -Node: The Restricted Shell332270 -Node: Bash POSIX Mode335152 -Node: Shell Compatibility Mode353214 -Node: Job Control362221 -Node: Job Control Basics362678 -Node: Job Control Builtins368956 -Node: Job Control Variables375638 -Node: Command Line Editing376869 -Node: Introduction and Notation378572 -Node: Readline Interaction380924 -Node: Readline Bare Essentials382112 -Node: Readline Movement Commands383920 -Node: Readline Killing Commands384916 -Node: Readline Arguments386939 -Node: Searching387996 -Node: Readline Init File390239 -Node: Readline Init File Syntax391542 -Node: Conditional Init Constructs418372 -Node: Sample Init File422757 -Node: Bindable Readline Commands425878 -Node: Commands For Moving427416 -Node: Commands For History429784 -Node: Commands For Text435174 -Node: Commands For Killing439299 -Node: Numeric Arguments442087 -Node: Commands For Completion443239 -Node: Keyboard Macros448935 -Node: Miscellaneous Commands449636 -Node: Readline vi Mode456196 -Node: Programmable Completion457173 -Node: Programmable Completion Builtins465910 -Node: A Programmable Completion Example477647 -Node: Using History Interactively482992 -Node: Bash History Facilities483673 -Node: Bash History Builtins487408 -Node: History Interaction493879 -Node: Event Designators498829 -Node: Word Designators500407 -Node: Modifiers502711 -Node: Installing Bash504648 -Node: Basic Installation505764 -Node: Compilers and Options509640 -Node: Compiling For Multiple Architectures510390 -Node: Installation Names512143 -Node: Specifying the System Type514377 -Node: Sharing Defaults515123 -Node: Operation Controls515837 -Node: Optional Features516856 -Node: Reporting Bugs529236 -Node: Major Differences From The Bourne Shell530594 -Node: GNU Free Documentation License552014 -Node: Indexes577191 -Node: Builtin Index577642 -Node: Reserved Word Index584740 -Node: Variable Index587185 -Node: Function Index604598 -Node: Concept Index618593 +Node: Conditional Constructs36148 +Node: Command Grouping51218 +Node: Coprocesses52710 +Node: GNU Parallel55396 +Node: Shell Functions56314 +Node: Shell Parameters64762 +Node: Positional Parameters69663 +Node: Special Parameters70753 +Node: Shell Expansions74214 +Node: Brace Expansion76403 +Node: Tilde Expansion79739 +Node: Shell Parameter Expansion82694 +Node: Command Substitution103337 +Node: Arithmetic Expansion106866 +Node: Process Substitution108042 +Node: Word Splitting109150 +Node: Filename Expansion111594 +Node: Pattern Matching114818 +Node: Quote Removal120541 +Node: Redirections120845 +Node: Executing Commands131108 +Node: Simple Command Expansion131775 +Node: Command Search and Execution133883 +Node: Command Execution Environment136327 +Node: Environment139775 +Node: Exit Status141678 +Node: Signals143736 +Node: Shell Scripts148665 +Node: Shell Builtin Commands151963 +Node: Bourne Shell Builtins154074 +Node: Bash Builtins180644 +Node: Modifying Shell Behavior217568 +Node: The Set Builtin217910 +Node: The Shopt Builtin229904 +Node: Special Builtins246956 +Node: Shell Variables247945 +Node: Bourne Shell Variables248379 +Node: Bash Variables250887 +Node: Bash Features289792 +Node: Invoking Bash290806 +Node: Bash Startup Files297390 +Node: Interactive Shells302632 +Node: What is an Interactive Shell?303040 +Node: Is this Shell Interactive?303702 +Node: Interactive Shell Behavior304526 +Node: Bash Conditional Expressions308287 +Node: Shell Arithmetic313704 +Node: Aliases317033 +Node: Arrays320167 +Node: The Directory Stack327755 +Node: Directory Stack Builtins328552 +Node: Controlling the Prompt332997 +Node: The Restricted Shell335882 +Node: Bash POSIX Mode338764 +Node: Shell Compatibility Mode357121 +Node: Job Control366128 +Node: Job Control Basics366585 +Node: Job Control Builtins372953 +Node: Job Control Variables379635 +Node: Command Line Editing380866 +Node: Introduction and Notation382569 +Node: Readline Interaction384921 +Node: Readline Bare Essentials386109 +Node: Readline Movement Commands387917 +Node: Readline Killing Commands388913 +Node: Readline Arguments390936 +Node: Searching391993 +Node: Readline Init File394236 +Node: Readline Init File Syntax395539 +Node: Conditional Init Constructs422364 +Node: Sample Init File426749 +Node: Bindable Readline Commands429869 +Node: Commands For Moving431407 +Node: Commands For History433871 +Node: Commands For Text439261 +Node: Commands For Killing443386 +Node: Numeric Arguments446174 +Node: Commands For Completion447326 +Node: Keyboard Macros453022 +Node: Miscellaneous Commands453723 +Node: Readline vi Mode460290 +Node: Programmable Completion461267 +Node: Programmable Completion Builtins470004 +Node: A Programmable Completion Example481741 +Node: Using History Interactively487086 +Node: Bash History Facilities487767 +Node: Bash History Builtins491502 +Node: History Interaction497973 +Node: Event Designators502923 +Node: Word Designators504501 +Node: Modifiers506893 +Node: Installing Bash508830 +Node: Basic Installation509946 +Node: Compilers and Options513822 +Node: Compiling For Multiple Architectures514572 +Node: Installation Names516325 +Node: Specifying the System Type518559 +Node: Sharing Defaults519305 +Node: Operation Controls520019 +Node: Optional Features521038 +Node: Reporting Bugs533418 +Node: Major Differences From The Bourne Shell534775 +Node: GNU Free Documentation License556201 +Node: Indexes581378 +Node: Builtin Index581829 +Node: Reserved Word Index588927 +Node: Variable Index591372 +Node: Function Index608785 +Node: Concept Index622780  End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index 281e433f5eabf45e539ae5c4cfea128f96c9a323..75d9d704e2ad0b442d3586567ea1611c1a0e3131 100644 GIT binary patch delta 382421 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¥1DU>V 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 z zPb{I)N?Q1rLIT4IEghzq>5IFZqT`>a5Uaev# z9KdG|L2Ve2htZzWEVb%o2sxpScM9-O`cYd}-O1?V!@u$c^PTSFOw--CkR zOd`m@XyeSDl_T8pK-MR^EtLyiR9E+LMuG>haCpI=LTJhZVokvcRtHRurcO9GweYRK zCw1gtwA&WX%5|!l{O~OkdQW<%ayi-Me*d(WUc&-2+dLvG(!lHf1+Rk0pU;Ss??lNo zrI-EpWo0hi^fDK<70y+b!QJKx=}gPcx3q(F#!^NnMq=wDq0)-BO54#tFFoUIwi``+ zj&e|6+`e)AL2Ev$7atnUrMqUjz7Y$~=NQP&c8f;*z*C;@g`pd?8=p+OX`1yEQ!YyL zxK3%sc-8?)!5M<=T-UClwhOE0-Tp;IMNLhO2bAr>OgeI03=WaqHNp+xZLX>-e=6lwINR9duje?Wk{lFSSp&RC;F9S0-v9-yv z$cx&>JAO|(uP4uhJddzZj?g)jpSOh4=}KEiygKL*4Zi?hXp*p(WcwS5`Ju?2)u)wa*VCW@U^TQc*HUjD6T zt2wfFn_;N#7GKw)`VM2v;tG2WeGOD_b|?FOlz={r(p!iIHdHXLQIP#{sPG6r(oWjX z|5AKz&!zhz=h|%}Eh4A&>;Os7Vm$yL<`}QSYBb!)UrMoEB0Py%!%FFKar<59277)P ztIQ&!?#i(kz2Q6x)j%g*X)v4W3ufC5@F8?>BXtS$R4DPMwW{j-9 zekN?I);^6+E?;sN!EVJ@Nn@pqe!^hJp!MCr(so^(#FFu3In@1II8yfPz4;CFWzq7z zFEK(_=^H!=Z=-y?ikD2NNUvW^^}Nn^!11Qhdydb0!?0%0mggS)Fg!?qZ4apISyMkM z;aAfy9bamnf-^`=AyKOvPA`BnJ?Pn14U2%c>OTvrS0(2%cteQP!+$ZOV#|Fv`BijQ zj)>jLS_25Jw)_6tqWDKW)K>;j7P{756i3yy)LKm`2yeR;>AciMFKdV2vz$fX6|At` zT(GnUsFBUt?1rp^ug$f`S#vb7mI~(hy0DGA>L%OhVjhq*T5)Ffp8R3@ul0HXHhAx6 zvW1}Q(ZvQwX8CF^w@&OnSiFFrcD-9I4EG?8GNLbwk6Hy0&%zuF1B{s>WNVUL> z|0QpJhnH&sr)hJ*{^mOzCk<9)k|jHC+Z-F#cALBS_5hJ-FSXLFA-8=r=t4 zmI<_b7hU@lQEABbmykHaqE{`I$!X1}Z87nP@&!lqV0WK<v3K=aHsyOd(ko?tV|i1Vbejq=zB@qm+4r!vA$%eF zt&fgo-v~{*irP-ZI11{4z*>1uG(O=ttGQ5>!Dh!@P9=@n>DQ|$ptz5y{p1SId~%V0 zjXI3rGGjF2V90g$QEho9J1wX3%}M;MQ+%jKYEkzXJ;Y#DS9IYE&6zVwKHPpaD?JRV z1>5>bX;f#{qOK3X8~py^OK<+FA9-gO=HW;#`DQ1lQWtwdSg@j@#ld5+O3aIrYjk@I z<-MZQfAvm1EUXd2%be+^d-5q$isX=C(`1&+Zb29^X&n}@R<~0?W5IeKPcKA7d-7L0 z7QnY*_x#*nn@CO4+h@-8>@SQw*rQCaI{Cq`+ii@3ZO9HFg&>d~#rZnD!QJ)WUHrlv zJgdbfl;J8#qb$Erf+O1m@xh1f2XV&Uvi4X~j5r|pTd!nm%j_Ekqk+>(jz=IMrNtz& zbnpKFKTJq{LZ-QfR;43*y0LJOLGRr$#(oep8flM$WXtiGzfsW5q_aqT|IugKnqWMe zeDy+F@u3Uw=C#1mD2P71*H4{()P>cpX%9qwA*LmD%}Ghv8`B~4_jc!BSCzAa84JLa zQy{$-TqC@mn3ZWw@xD|vEh<3xcDR3D-Yul2{x{Y5<-lVRKJ~fID(x1C)bNfEu}+`< z#3L4u77W#Ri#Cj^vwpZrpZ7%!i+I7W{|*xhQkwu8VkL()PuYd;1EHUTH)pSLZA8fR zxUD;1A!7cpjqu4W&Jz!)Z61j$!29xdLx}q~v5mmD1N1cYV;c^<%hFi>-B2g<{Hg&8 zz2Go|M!PaLmpRjxqigLTshWS3pRnZ znkYve$?=&*>JK8xs2qG1%6;D}&7L!_uX75Ki+jbePx^1B6-bKfpCDkGVcldE?S;9} zo_(plS5`S8Kwk%pQ1S$WK7N`1{u<)@-6hOO!#61QqzGne%m!Euz{1YS`M*y%@Mt=2 ziluz>h>FPo7)BD<5|`KXk|kT`DU?kTqB9Vjgp?SgLhz7Db#aw^fpoJz(Ay5%6Nu@n z5d}xJvZUzgc02hy;lkFhq2KIV*&K&8w>SLq))T*CDcIhw4&Cmb-$kzB%1k!cV0mLd zzX4BZ?Q418_oe7C@L0E7_w0RuVC?*gs_p9}+)fm<+pBADg1v%W9pEH8shg2|<#+s4 zci%~^c`$O=xEgQcC9C-d{zC+Ramh|IeMwSqTeU-1$rksXk&4^>>wqE`Zr9}yb35lk zWAO`ga;*cw;<>x1)kr++aQ{2%Fk(3K5{S7eQA3HC*wvdk_(85amlN-r8BapboM3a$ zMt>toEg8RvV{xymN6KnJv#P<0Q+6%UEIofbLrRSN=CME!(f8r8X8QC~d)HdJR zwr$&Xr?#iIIpy?x=j!0kO>T3u*LsqjBmrM4`<7*qU5dP2s6PCVsm`hZRZ%H@E>i=lTIGgN^1v_()!A zfRq39-5unU`59KR-`E=P+P@7=7|axqJpX6;s`EfCC8n}uJcW- z^zE*Z$F|D#x;~uftUH!Wp0HZhu%x!8+w{{bBUpc!_!@4pq3t-0M7Ix{QLt^m+0Isb zi5H4K{RRcrjI|irY6RiWqXYiTGJ8{tIuA(IfkCUF!L+hOBu?}zN|VR=sm1UDvp-gtDiihvMQ40(o;?D48@cM2RW+QMuorsUlC|KgJ#2pq01 zL~{f23;9X|uasHg@;)$DlXPX+HV53BUKDRY!)7<`aVKfoL!Xep7 zLKU{NbydN&arGt(3_M+br3sP|=i_Zo4$XH+}lU3)VfRZPx*| zclYh(M)*2QKR@dmYW*#_>$VIjT3RlovQi+5_Hkr73#DnqEm6hZUgYw~WXR?$74tgz z0w43C2z{ibkfm6kvFdsx`<56)*4^2SwCq+4h~XL0#D;uu!5y%9rDLVx6kV*8IHvg^<)c(4HQ)x|3EdU9Qu%!P-wx|ja zm-rL&Ifr7yF@tBW2Wm5*7(ctTT}G9JViZIf*_N#3$AD=s>*5PWKp0-M8IO~F^oib4 zLgFm-nZ6e&a1)!Rpn;_8zk}b(NJ_4Xa0!Q9Ghtu%%xOag(Lrr~TS>cbgK`6@8&bFt zTiGqMYXQ`rS|fOJCUBV)_}$Pm-Sx>|In4J515wk#m3vDcyv`L}-m7a>QrU#jbbcMt zVdFs#Ublsu_)+hI-a$ouO`O==1zf~-eS*0p*3+I972xFH3Q7n~rP-jmo_!hc%2KTc zN$@)bRUn<)rg`H|HI_WgD~Z7M4lxAf#3htd*1q!*VkiA*`G$p+zXx&6Z!X>b)KrWe z`cL@~S|`g;bZ#|wVh0MN^5pfVMPhhHl1Y~_D!w4ub+w+5^eZMI;Yb5Ak1hAkgB~<} zFgEA1odFgYZ;$A#S$>Q$|2g0`J{yPLNUzS9Kcc8!d`333v^`9H8x_b8ip&d__M7NA z4SLQ_y>hX{)9gMf5UhJv9eAJcOb+sTKo}McqKQcFJVd4n(T4ESn?-!g~0}kJ`Pk&dXp< zeXXAxM!N+K&W7~HI-Kkd#vr16)8Dy)MZZwW=O*2Ga+8$a$rF;V1rC1t1gi3(9C74R z&W1EpTzc0uwC{~JYZZ25kWMS*>}PSFB?V}wpsK^g8NLp5R{{P%nBhZ56imwP!W=D= z*LqyxU*a_%eqBwr_fY3`A|W}`x)Ews3xvA)O~v*s~$Byx@z%b-im35hje`$PQ$mlO@d z>>YiJ@Sy}!WgA#oi5qRJd8f9HuQEJR8h4(C8Y1(+N^|IvY%VUCcmF)! zSJ;7Q<8YoM%ai(odP+>i#Z`Koy@`}@hLA~+bCfw6Gy`0QY3?F3_b(QFtpl$w%u^XR zvk{H_XQNtqSk_l2t&rsKIuc=Chy{hpR+!cj)jDEuD5!E4s%_c}eHIkNOE3{ds7BX5 z63liqaZ#sJ_MFvrioog_Dvq796$dS2hU|li(y3t*1#hy4Oji~Q|vX8W%PV5r=3dssg?R2 zQk#$+i3SoG-Cay|tdW^x{llk!Q>=lDa#4w&Bl^=Q6?uiZ|R*=CzmnAjLa zf&jhWN=oBxt&=F8bc-R#v6YLwch_t%aeruSSb&oyjit67aeKLNYSqF(A_T2_)5O5b ztzc5yBd*UjpkVN#cwUdOj(ot-Qjok1b~@W{>4Nh*yUmUat=#$($cououY z0I|)iKkL`(;g!jtodQXal4Z=A0F6k*!M0##MTId1Dl58k{3;tBz88Cjx)i6b0C>?! zMn%B&63Ze}8Az(66s)UfCe}@FW$JB|4v&Qrg|I{pjNnIGUB(bsL!N^(k<*5%ce84Q zP$odAS0Qsvn~K%-S88G4FI+AJR194EfL>?`6;C#7(#$Ki>%Y|+6Dp-!TqyQx-xG&A z+2i^cf66n9&nhUeF09+~O)Ih@0v-zTti8~6N79MkHqK=<4_a?_p7SW+xNoYxC=A4I z`~_FGdc!URjgTyvWwq{a{T+*wE6>8frbjKlol5=lGfit+`n#%1R{s(+R==^R_-?cu z(3856u9d+d>IKW>WN~AX#D8~k{u%&^x~I_~fPE6ZuJ$V#EskXaXO5m0&{Sl=!^{4` zgqsEFZ~fL(2$kL>lUT#xxlaFL##hi5xQq7YN`!0DJce_xxiNXkLv2c=^V5k}bR`?)b*8>wVkTA<9#9Kre=E@J(y1@8HCPx0+Mw6Vwz#!%{ zYSh}>ZM{t{mLi5bj1PsW8lf+N{s;=zdWQ<*izWSof-zBTk%D-Ia$#e{@+`?v2mhfG zL+9Z6I~%jx!KiOxwT>A|ilf<$Ntr*~k|A#{o^&kJ3WK)lLbv!DKnsq{yT#Matn3gp zw|h^PP#nK!$p42TOeU=qbNBRt{$*^a`PZ!}+a1hx*)!hOiJtCaU+qMtPkri_me8r? zY1gBuj!?I+KGn1ER=WwTW^ujiNAtb#lJ?KNwcll3p7^@!3qodFJ0V-5?+nQ*^4U#HW>0O z8&tZcDa^Kd;IJ?rH)wr11op37e42^B#YFDq2JL+rh@nC#xw@30F~wwyN4F;Z>ahIcV68fcz|q&2@hzq8-3=$-iT=tnZ?X)t zH=G6UNFXD~JiXfG%b_#Ns55e>;gRh=3b1G2p*-fVKx5piEDRoKikDxvYM0_&U2_Qe zRrIK9J9P19DHgi8iu46?b1v<&Z!YyH$9S&GV$iAhO8=!TuJvahw;cDa*X*EN$zek{iq5=<3pRU zIPMJL{rGrmM`aiUs~Y^7uwf3~Wr{=Rgb2-NHglCis^~cUnl}+!)wJ;TNVs;kQEO9e zFg5eXo=5*3x7ZjK+z=A@mOZGrX*U0~HDvn+7N+4||0PTYtP#dpTj7VXu@PnvPMW;M zj*^#_&zNxCdD~v@ilus=bd#As4DxzCh*k)=if;u67e!_{Diz|55nH?J_$|Mi zR)ZA_aEHq_C@g%&h@26q)U2#+?V46T>0PA z_$%@FkIz#Sc}Mg#yBk{k(93V6Y;ljmnpO1UF_XhqABU~jW}P)0_lCd0Hb9jVQ7P5S{X_I zNq`SMutehf= z(hBI0KCvIv7if6};(!Tb5BnScLd04-x}^dH-vERY%ZLAaH6$JH608K^U}E`yW?-#& zTh3b?FFS^T_sM*wF0g;j!*iv#OU^mY74SS>2LC|IgfMXYs7z2Zd&YYJ-vaIgZw6B# zV5Ah(di(iM7A_7v`Vo~X zkNEG}g8)bOR}K!t2*#ei0pnX3UyYK{YglJ5?ak{`Xk9ODNAfa^UgfRE&VLT2QuLJtGG#;R0r$B*e1Bfc(uhHf zP7dHMDm;uNaLj`DS#Blvh4mfUE?**(OmHd4=*8Z(YMPsU1m$!ZbJ25HH55p=h z2nQR8aiBbk7K1;3Sw$1rNQl!j&u@aq-Y6V%z!T?Y{fa4Kp?yFh7ZLu8Ig*1RU&2P{ua~FCf4|_kmh6Mmo7T8!Dyl9b5&hA$};B8CGUfmrdx@tC_-0{RYtZz zJ2IzOeoM#Q`NZ}sYi!$Ck7cC0JM&(I-4*%L%U6GMSOTl=j z@>KOiqJPsbvfKK*(j-ve$6iCQ@NRz}h%n09{JtHXt1*|85hO+yv9HCs+zfablxDJK zQj!WO3C=N}abq}7tx?UUBWH5r;zWya1&1JMNQ)mSVa=X0M~z`pR&NVZ49(|fLw5|P zQNSxPExCkq*g@Z}iEGwCEy_PkX7IL5lQs>#iX4S!GQ^{Z+#6#HH4IZtB3YPC;ZBfH z?`G=2?bTB08pW+*Pl3ypx&d3B5hoVEJr|TbY%`L<@U~2nf~`ghwwk`q!3}N7NoW0j zAtv*Xp)TwhwzO?L_uP=cBu$K|PdPoGki4ekaU$_?S!0A7J!D}vH4K?gE9qTjVbs#( zn}^7wm1UCM7zcFxCPiSTKxmONUlj+tJeDrW@jxitXvc+(d&2!JcmTwY=!b8`#-u$_ zsafNEb0&s~{!6rF$h4Io1*bg{am)849^YYnGb<8ez+;EXgUTLk3UQjnhKrzM(5F>uM-%NmOI=#KCA!Pr!2*ja z@}qB@+DT@N8ps;Oflhcl#3jxCD`HrrHB0Rpf$Qix-+yW=&yRiAGSGcY{NnmPv9sR_ zkcjFFZ=uG>tWMB<={V<1s&?3J%O)F9Q9sZuDk#1gMUJ)kq_s`hmAwZH2+gu)oW+$4 z1GvW9JUXss9^=43Z_$aft(NG;gfVMMGWxJ}t|PVkyi-VwfrnYbM4_E+MpY)HZj@;~ z@|a*h+%cs|OCtDeC#Xo2syDKrx4X}s?7u(g5&wZL9CcYb(`3;}R^kjh%vipFH{(RmZ`ZjVXVSRiS_c-; z&k$tO&T>_=T@o)EvCjVqBPspO`8Ka4+_Z2&!x1D+E+f{2%GpQWle6E=V2PpC3; zP->)jHEyr8HEF{|Geo9KL@rw8R4B{D6L!6bC1NauaWlE+OU-oh%flmp9&!58(ot8z zI9v=?yunN}*F~ZEalvF#p%aKoXSo-MlP}kx2p6{IwWukhSxT6tk)!i9yQ5aVAk!Y% z>DQQ*0#$pKOOQvG=p@?r%@1d$m$Y-mo*V&>;>Mp}iv2~LMn?P-M@n?=Dlqn3e7|QQ zCP5SZ)orC2qu&TdQe`)_B58h$%ARKDv{647vEe&KU|K11V?IHnXgnA}k+N{=ME#=t zJ7kFj$!BXsNg=`H z)1M8|GxIRH>r8*` z?@tbA*h>D$6E!>rdc(8o`ZmF*$)@xi1Moi`-bSXVu3hRtpQ)$117<5ke6-oU8Beif zR@qiZEi$cS5cci>u8VpmcaEU;X`c&R7A(BuEZ8s$xYV`fD~5ppv9+$J61F^aO*J=R zbQ0bclgY<@A=U`|-FG9=4bBFhMONNXG-1{llUR!>;b{02bfMrDe_WcXb?y^wz}HPk zLCZ6AL>b1!MN!o$sfo##86B#^>>xNe66Y5cI;9CUiRz%3_U|DJ(XgOq5y_H)Y$Ixz zna-ZlBUPBe$g#})Dq*x;*(OVSj9&#)+l$CW|1Mmz&$# z&l%?K*Jd(*{ThL1w}pCw5DUgQJ<1C5&uxXj2#v}1=(iQ=e^&4^omiCRBM_mo=g(=i;)pt8Z2v`*e*k%klI^D z{4fkC#*+b%RDAkt{Amxe>@d{1#>!_pwM2!1*7dWJV4$sdT+5l)SR(+K^Mt$Pl!60e%> z$Glyk<}*+WMt2=_wWh@l?f+_NGC3f4ZlLX|qa{3FH(z&)6~#LTqI*{%Qt1)gF@Htm z(r0)|Vy@b0ej&MWmjoAT@o-5QTn$iG9PLHt2IH7eL2LB1X;+!WV6Ijd>xnbEJE5yN zQ^+Wq;{IVny3MpZJ6hdVyfuLRkF<0&hD)&4>$ma>7@MG_DQAw^Ca+-niKLXei+Hf$ ziHFO^Cb>gfV?<*BCy2up2$mDLztL?ZH_}55HxVyR+WZ=#it!o=`cC^(!@8Ep4vOwG zy*?J2+qRM>fO1jj?8$yLY6CU%y(7vr`Te$z7ulujB^# z8>1J*cW*gzA}DqYWe2#zXYEV-Le zx*4*PcJNw&DO2}1oyz=J?F_keJ1>+%xcDb|`+iTU=M2@p&e<}DD2W~I7<#M20G;*L zY_19}k^@(%-aX>KU{ep}`)HUo7X*0dxy_Y7?V5Wwgv{Izcb$`Ok#H@>knI9h%CTbTDgh8&`-JCM|4%Tpvm&zEbq2Jz)(rUf+uDjv@`Hz)q(?iFc#pcm-n$ss6NGK>j zh2eN@QSbQg*HP`eC0~E&Ed3|5_JZ1{9R}(n8eB2Okl;r8+^e?g3s5;BJ+wTZRMW-h zZJqu#<3EmALq)wTWURS)Te|fn7sQnPS2E!t+P;+vWIKxy%sYB|zRHS2EOGYm`k#@x zB`G8T9^^wAofLO08_g~_B}+2(hr?{nSTtB4n7%miqR|61gFv6pW1jv;pe?>Q>X&^S z-}~(I;8(q1PkKANBTxCsOL+eLjG&;e=kt;W(Kz~O&Js)BpQETWCOE!z2mJVxh1ahT z*aQBQ7!++>OPq=oG#(Bs!siC+K35DbMW1s%*U&M@A3po}-#X}F0mCs|cfr`b6jSz^ zuF&f*bN=eT`(j_;mq=yYejY}+l$76cwx69g=g<9vcTamJO`m@QYXG>J|NonUE$8hH zRKGRN0@}*o6~9ej680#(nsR$RrwrEWTC<^PQj2~up{=nVWgKZ~^cg>bE(%TymN`)f zf#KF3$iIMLL*T~VER`>0D8dwD|D*cu+|Dz40{{HllEyDRdm)$D&Gi+jpH+OS$PshG zF9!JJNBig6nU3C%>USw2hvxM}AAKjkouV=86&BtcsMu&({$0PxxEsw>pcz<@-BRG4<}{ zWTtNkLX!L+I4{<2lzjAU>zI?CRBANPz)Y;c5?;td69V^N1!zl^2 zhHCkyEo$!^iXmM4U`{eVzl;C;$47VU{`AmrDJSi3R>J;0SEFNh5msn;jBACtFr==$ z@?V5K7f^{DDl1D6Xyc^5`KDHOHTAfbI#TQ{4RezRx^!r5tM#&n*~rICIi^@-0vdWU zk#y|1_En$^)lmAd`gQa3MbCYB_FCa-AO4o@&j5B+I3d)wnhHF`sj~KuS&|hys@ebv zwQl4{nO=hs1KRV56a@vbB2q=sp+Y;i@zIM75Dl;-7W=7JW!1WD)_Ue&+5&4gChbHi z%bD|8es!`x9Rh>XfW}w9;TlmxV0(2qcBk%2LQoBStLaw*?^f$h(AUO{+m@Z;^KaIr zQMfr4?7Z1pC^e4O@ye>7nE9!B$nvdjY5(->UanlbE;D74hxEN&v)jOR4`vx=ZM&e^ z&#LS-TuAg?JJHIMEtGYpa{)sKsD|j$5NTJ~?qAKLBS0Ejr7_Jt1%1{jpe*oDyUi-pZsY9kXM{mN@b~8UKS?`UyQ|9>KfTQ2Tfv0Z zHp$b4r<2RDn$&yxc;UXyWbIMA%o3Aj{y5BLlx@SCXW(KHmFI0(i5^g#USAgs715LP56U8?a-Myi&|7$xt|_{eR9b zxBTIh6g#1O53yRkEPm93>v#AY%I^Vt0mk0d;$&_<7!I%kg0;YR|m2?Zlq zjq_ik$YGxz6jFQu$|?>Nj}CpvxHunpUp_(@RN6HspJpc$ObaN52Bm^jajxguUQJAP z8Aajgqf6^^=yzV9SAy-VDLD&MdByviK;iOWV>whq|AQdNPU5xPBvp+m_wTN7W*FjtZP^IY8NH96bL#&Ihsyw&dPJys29zwwJX_ z{*BbSW;_Q01g;yvv zhkt$i%HVLxglwIeZ_PGvOc35+j$5L}bCZ>#>Hi!W4~{tCs;fF4zpUFC2L3!?cUFDu zlyxm3tWQJI7!gwSb*lNZo(zK2XPgMQDJ+_vWMydph+}!f7e_`BYGN~>e`;XKH2a>6 zNPb5>Pu2ZF>}l5zpHF8e4aTkod8k=LzENZkhPQ$Sfv}PjlY1_Q+6F)Fg@h1I-5)x6 zcJII{dd%)>r__-uZt!VKINY=|`t81iq9GSRn4Y$ZV7hZV0QKWK;E@5JzT+`ZLC4$q zYxG6}cyP?d1^Z6C+3K$0!V zue3T7mF*`Rk6qGEe?$f0`;$t-lhu4c5$>QB;EYzy#KFF3VO*qM4G;<$i$%w7Cb>9} zb-|CaLt##~MhU!jk1^ChuoKdKgAgtz*F+)ax3@#f=Ud8L=lTV9igS+u%7uke;-0Bu zG%$t*>`QiAv#%}dGFxO|-!fdLBnB%hm8N5< zN(wQkwB6aPIJZUsQ)%6a#esubr&Xb1O=0?UP9rduEYVw7I z2X|^|1X{>YFs=F5bBRJ! z8T={cgP*S!_>sjhh%~$~M;$Y!iuO8PaoUvM9Ae=e2m|AjmKll*zR*hqqVCguOSt%I z*XqS3?yoqcDn`nc?U@8-rFQL(5QHoSu2$;>(X^oJLpu^oiZdLSM?d1|xWAMMgv$Sd zg6~{n{)0~Zm5JQx!Uy|WCJE`glm@!XRvR#fI7l_&j}=hLbh^d(EK3I|1mooq1%v==psVI?;ss-lX* zD{u!~c*%Zp%5h1}xl$mHh#>?O*d!?C-|Rh7icj1y5VXrP90Q?L^hgCf1 zp4eJn-UtO)(-KVvUe=y7asl(Qsv>Gs7D`lkLL_HGDSWSq zxm&QY$(Z2c(hPG=wxHg3*>RzRy$m!vcj7Mrae#!y|7#XDiTh!I`M5%?9X8>LBO=S` ze$T&o?QPe-IfkS6*S&hNC8nP)q8Hn`ZiFO|MLg1bI2cq+%YsH7cv_LiQF5ajF&dyeg3`=C9E&z~;&bH$4Ta(-Xs?9LRw9AvyTJRr;YA`9Oty|bvtsH8$fqE$^m&zlc! z%y|7meRqC}Ah1_W@`w}GE!uB7)wPMw6?}+wbenznDj7vnpfV#6-!)g0VM-4l5Q{(m*yI z#9MO!>&+z=7FmPc5KY;7z4k3>>GXpz0g9js8X~6xPOziW`=1aE=({FVt|zpw8>iNA z3j8G|1WYidr^ARbhUwz0E#twH%OONQQ*6 zgRz9i+>ldU+OFUaA9HZn(g3%2>Ri)XGCS zlHO@CaQ2nRX~`ALgv!w%@}9Xnu>7p(fVd2y#QElepsdZt-;K0v?lHlc8F-5^97gFr z7PVS;t!}@^PR>X3FQGzC4Wjv}_>a7XrTS%de1@2oB-v##`{628^!x>BS%76Vl*p%S z3Tp%xe9$7>0-LPC&+IsikKV-eDEE4D^)hY)Am(9Q-HHz`1qXsPo#3K~1bo4Y8IR^C z?yKG5%xB|-oZXU6e9pmjIMDC^{qi+O1Yr(um=vtGs2Q+weBwm9g7ukyS!eg!tf#6E z^0S19nNm5YJ04qotQ70$q%gz6Uf(%O!<=(EweN;W$Ai*Qr%>wOX}SG(kRVx}R87_* z@Z;r6d&0m%yj&%H725x}Rr4itfJn(D(Q*s~W=AsjVTZNRtBnVb;Y-f*&oDFJ1S?mF z5@CMH{$Eha__bi8%hn|h=px=#d(}#7{JMtWC+e#^8wVXDynCF35fGm}q=EdEc+Mtm zF}>x}lxOOBshrB z67+f9LbzdvVSfE)uc1bv=cu1h+0n*oc+A|1eL^*e;;2{wG3nH-YZ8#$<1CUEp7c(i zte;_T$d(h)g@cT3tIsFqAGce1l&&Zw&#(O;14$e7&wjQh|k&OiMXq@;a3N7lU3DQHq&KQ?*Ug6aJ8q;-lm(q#Dw&Ob)+L!X_L8tV;$7R0ycv zu6Hcb$yXV%^b`9(?y;WWlDx%=kKP24MvRn2pwQ5x`ph+V`Yvva zHctQT&G*On%cf%fTwhSTp>}tFo8f*xKPpfD230pE9{E2;Zn_REcsaoJKc7n;wxRmv z*AM8jsk0)0{;@GMaoCvcO5*ydNSnGT-AN6XbXF+EAbfpwg!iKP6mO*mn-IcgP_KHA z`=joEx8L23L?{v@pNjvwdA5z7$UeW@vza0m9_1taJKh5N{5lqTS%Zda0fXntGdvGCyATcX;*VPV*TQ#zsC_i9+e-@pI;B)$Jn(FZ9i>n9ffC(I!_ zzn;QWH-FvTA;bF+U=*ll@AeFCXJyE7X6M0`avfIKpMDLy3HYAqwt9WsooqXWfTR73 zOO9?lm^a~*%dX0AxpT^pJ+BrFed+`{Bn#Dd_SfeNZ#EyxevOy;atp3y8^;rBS_nLv zDYG_r&9zA7W;&rzHRik-D=Pc&)L6xLF_@?;T18jYaTDl-Da6>%&y%!L^0>#WT!s~i za;y3Lo_{3tCbH_keiz-jneUhry0L0Y=F7W+2tV&gj(7eM83ZN(kE6@~`$P;-o>A(x z=_Yj7a8TyILq;@5K>TP5CDD&}=VyTCN_b@%XqgYV4s@<~gx!GroRuam?Rl4|ClGf^ zz%ui4LQy{B&R{7louU(to1Q>8>MYYKag3@f)eEVp)Wszp8Eq)krGSwOqF&hKP|(iH z8ia|4FsqD4Tg8EvDD=xpFDnGPy$V~>7GWddzh;t%Ngh|uI%#nr-9D|l{XzxC4CDc5 z87b(WB^!0eb^g|=1l*V}{%#gKCl69y0pzfYBdvxy_8oVp=yGXFQM0zaZ`<>2eCwu~ z2StOpR}KM6?k+!SzgpdON?AcleCl*1bTyElYqyCflM9Gnv^9t*q#%K}APJ?C7PxTG z*&JhvE%@x-ASJ7mKCnWh;F%^ONu!2Uh^u?N5GsEW_0;Th_K3;Qk5McFyCa6_ zBYL}(S*xeuT)~W-T{wx_Dw08>tYr9jyu5Y-O>>)H46G!xAW&!7<8Uf_@Ijk#wqwU< za+_Y5DVwfU0X5%C1E{^8jl)Woq6BDSo%o|E%KbOF98QOQZf(OB+xZ^`?x z4XL@raQkkuat|~=%e|PrPetD<1#*z23|Gq%Xqpr+U@h>c64{PY%l-jIZrAqYY6G+>)DKJ`t2}rl zd-L4M_B z%v=iaHu$%CAtAW6cOFUQT*?#^cV3aWVij*EQJ&SqajgTnUyX!nvID%QN$x)D;H7Rn zj-F{1)Ub%f=4mTRMg!?vdX`onVamJpN!Uu1%m9@$kG* zrN*@eS_#-Fc#d9=R78I!oL&9h;P|7=@T_#qHJUVFN2!2n``X0-X6r9~jF7Q;J>*h=fTHy4N&}IAj-5hp&^aoCpUhp<_ z9v?`?X$HS235lCasG&5vwIsvxKLW|MO`G-p$sIt)kJqB0w++drQ+w>n~!U0#a8hd?5$#}Ycx=lhOpvs z+8Kza)~JDc_SPo<<8(pFgd~J|bd(dz+$g@>X_aL4D##SUAspSaQ zpZPNmJm;iORfPDc-w{f$b|b=`Wu?vf83W{Na9yLATX>u_v1tCsL0CCwh57{epPwGZ z8M(On9s6RFq7Dk1l-7V3J6RVs%;DRuo-=@u%Kw~Uco5quel^aIlU(7pLNtDl23o^| zBW4;QGCXREu`d#{fP4y0AVYZEzQ*s4FJH(Rxmcg@5IH1u^9a8GzyRa3LKUx#-;v{i`dC#!YLn$N}*8 z`nVzRUerm0@Ve3?Q(sCl5x9n*KHMi`&TJaUs8Aj#+>CM-P+|W;Y^Y3b)kLJm^lEWSFQar{V(Zt?O*EOEXL(62_zS!?%bP3p3D< zJbkSlYU%?Gll17$^Kz&v`E)b@Q5)dO7d!H@fmeB)3NuFR6}91}9TZmBhIu3>F!p6< z4n;T8^UwcbC?yx@%~G8lW8z8I!J@ zAP&)dX7ZsZN^F#VGlI>Bu=dkyH!vEy`;4Q&lW%u!!)_&qV_ONTD(H77h9dB6f>2Ku za5Pjj_XDiYU2FA*I)ChkQyGF7x1S-?eS3R^H9SfsaAJJ%K zcP;Imj7|zUV$(!l-%8yjhGyUmSuW>C(gH_1Ax!&@vcbtdUg~8<{4^t*-d@0-Cr3S| z&IXgvOf57LDL`N$OE=&K*$g=TOfnSJW_^OZ>B6wShqBib8HNIBsE;S57zB?n=S`6a zAOoREFRDm!Lq#b^>aMDAoZ=D9n4U@{-EnDL24yx_lJ-Yhy{!A7M~@di@bA;%jVNO; zQ|8IeO0{2q-&_=Cqa(j}UDhYb*2Ab$CELy0c8U%9hp^a)H~OdMNR)YSQf zk=7-wZt~)oNq+3cIXB+eY zz}JL7c&3z^#^2%Cwf%MWkZr$%b0d{iOVjwcnO^8wYhj2!!Mo0CrYK*#U$ayh1X08@ zcjn=h{(NUi#ql2>t_N-=RQYlm8n7r?jDzT$=l3jme&;3dNi|0HPty+^DvX=14QK4j z{Kh$R6#isx&qwOVdQcZ`yrQg1DKjp)a4A`83d=>l^7$Q?Db}2u5rEvK6LOn)kXI)qh3nd{63C-V{7fte=6F(9}38OQ`5QY+f3BJp_-(6 zdQG*q*oXxsQNjG&)lP#D&+)#A0h##dOi;kCR;a40!DaEY$l@d8Ys*_^KM@a*cGjLg z9F#DG=Jc${Zt_4N^YHjffOWLO8X-1YG8OXEzb1WOkDNo)U`0T|Vf{5+QqC=}=F%n$VgqcLyegdVFq>D|eYNkp z#A!*@PucB0+8dj={`qnRc!T<~Gain!@3`|5Y(ecfrG?`R4zR;D>4yM8#RD)XhY73F$)DhSnOvwZ zmTRD$)Xz&*#EPfA0tA6~!P8kf`#c@j>wMwZAE0i3rL1%i(V)GuDC&LZQ!lnS=iS0H zN@Q&VdV#=8lz%(h=@Wmezfa6Q{B5ITNLajp!28v?ru8bqP72|$WGD3B$&Y5la!o(0 zsi4w(Bx#k0DyF+YupZ4WCR+l?lhfV@>{Tq&2B?J2-6|j|5WDIfvdL*1e0)dTRRyhC z`q8>++Gm!_;HF6-iOj0S+FG;mg zD1b}~nDDwT^bRRQ4%#S4)Nxe8_yXdm%tAP@gd{<;h5Cp$8%^4bau2Rad^-4z-NIrIx-k{$-+bF&(iU7`zchYRM}U86u+vnKQ@?gw-&;pPo9nH ztv@W7kS(%L8zXBTzPcrpYk3R_FFzox!z~K+g!#p!ygC%JbR21pzxpp38`No z!j5E>#%W%=B^4A8FbLDHBuNx;fi^Mhofk0>iIZPiJBl;J(~@2C>ExA?x;&4JC_n=D z=eRZXkAKNc-3Ulg_Z@k^9azt^yOXINBdH*%yq-;{q3;tXrC@c-5+qR64XRm7yjkE$ z&>DtJR)sCGP_$IVq!zu(Ey`#csx)y+#04%X*mTTYSA{eN5Ct;BwMNgB#%F}*KFFBF zY4e$4!*+2?8rq9(k{Az{#CuE0VF9#gmh-%ZQacYY(gt7HX0#+HO`Al5+w;IS@D9B` z{+r`#hrN)nx>Jm*rc=dJ!+oc6Aav-ZLq(6)4eJ=5@JEST+M;(ZUhWFyB47Sdh(znn z*!RDr81h-j@UA3ssYcGmLj@)u$YuXOxkt&&JF08)a;i9GkG0LZJcXS8g@Ac$`<6)8 z4T?w9WEQP!qhRgKr3aH^IChOfl^KL3zqNJV`4d0m$A?LTb}l(x3Zhg0Jhl}0QTtoD zw>lL*SpC@J&(CR7D)Qv=)n=lPH`=+3IEF-Cg6tkkTXymHslU^b`$8jwpE~*?Wg}^R z%O#(nmZ=p5LS^$PjI9Gr%)qzLk3!!7n^xLAJy%oU{;ud5dnCM4m57#3f87xrlVDD~ z5mrm2mvhQl9L=KWNMnw(2iuP=fnXC^i*YH>y+P4?5(&2B$ARpsJY~i@Nx!MCch*4! zRknMh@v~KzqQBIaMgb4v!$#*mzgWL(Ygg~tbbt+-3}hMX3n~@x$~WFW-_FM(A9ObL z-9<19r`<hofTUZbui=MK|=*kIRe%^tU@#E`@7xkA2VcL(_Q{bdJ1CJvo>;F8y^bl@fyAny$X$`b-ksvlrZ9+%6oAAuw&=i z#kz(a>o<5{H|**2>b#|X+8Ou=%3bm}FFXGbITX-zyD*nI1}aQTD^;#+w{kas z>*}O+Hr6v5i>_~O6Jy1vW;C-V#8WM%nK?!sCjRi-5#VvVjPW_Zk2WSJ&SskQ$M0~m zkNC&erN(tew(pbVvuC6DFtQDFdK7R=WI-Ag=~XmVZ|7H zMs_c7Ed#$vpdz#26JZoctlfh+$o8Ct&qDZT8ZqUP%KqtLn8T@vf#pImvZ7pP08$)& zq<1&kR{<&=Q_6P5{G!Rdt?+@`5Z4z*-R7(T=e%Z_ILJI>K5-6`u=+*pP-2T%`AF$c zotMj5KW$VgX-X6|NqEL@uIo;4$58f{5u-gImz5JL3?XW_1>%P_@_+EQbzWMH?741Z zVRl`#y+TqN82lVl2*gA#i<=$naHra7a3>nmbih_H=5Fqwd9!#2dyY1z=6&$Pe~uO- z)V{dFZS%ZhY%ilV?Ef*$aFuIZyoKIJTK2UDH+%21D(6(*NP-<75K%V-H$ za%LCO3u2@M_cf>ZEU*JznJoQ-yi^prc)Rvk^sg>ourn)^%aRX6e$(&FtDKKii$Q2w zh<|JDmrq>h-_9{|ZiLl74RpxSJq{GOU2sqw>c<1WuI+(!`ezA)Q&&ZU40Bo{K+Ncsgsa>Cnn1vI3uhYR+Sdehld(9;4m838vWL7P~Xl7-bOICd_?g z2$V%C3HllCA=-tue-L3tz}{-|@E-NzMqmZe@-sw)a|Y{mv~#<5fWaQKaUX}k9=EXzKHZh#$IG|T z9IOA84j{}U5BdXkpxskh2Yg5k7aU9j(!928|c*RfZgF3=*g`{mM498=~ZWQYW& z5i?}6HDw?t_AgH%2;IkeZu7SNj)N=HqO*Xb(*#t^lh373GlyhuFvrZ{(M^OLQrB3_ zbo}Ca5GNJlF{{M!6q-1I`?Fa6;^fiq{^>`J00J9$GGkVje1&h`ZU;_3Xn}Js6g7CX7t~g-kcBy+ozz&A8dEX9vRZfsNt!h^*oWZ7pL}+i)LD zBY`x-Z2y#}m-s~_*;Q=+?bczhdO{KmebepO&=h^9{4Oc4JMZEudh0;lY2+SF1;-j_ z+)bHu`B$|Ak87s zdUQxa;youg;6NK`{Zr~F#qQ#q!}f)CZUUXum!k5PXW|mke-sjl5i>d1HS=B*`Z4XTKAxaT|m#5$ zS-J`dLVBFlWZ-GuLtwrsv&`f;RvCflp`Pjq+jsWmA(&U)ZpCkQLI2aF}fphJgvloMg>SrK1Qp91~C(E8b*o+z$C&m zfsr->my#?u1w>`j5vvx;r;1CmCfeqC4TiEJ3-A~aJ-P_*uT|r;!(=5~GRMw7W4?O8 z(3U>1aQToBioB1y`ydL3GR+rUkYBlX{Kvzt7UfIQ?axxNYm0C1>(%yq=kxW~E0#ve zYuZCSwL;N!qS`L9zw>*>&EOPw)Jo00KBO6Nd!;&2Ber-JnNAF!5F%*V`Ghqk^48JB zgv;Mj(S=|QLKiwhBWWXO14GU%{zZ+cjGex6sqvm^j6Wfq~j z_m&!~y~;7$1oJK0gEF(>l@WT~#k?FyzO@P<0g1#I0y@<_WuOI)gggr`57U*kpZ&x8;M0g=Rq^u3u z?3(D9RCBOZ(0UgPQY7n$*9opXn@AVtT1&SghyFvzOW!JV?}eGCU=gWE8={$by2Zff z!#t;*PU|f(vx}H%xWT47)4zT?TUoF%6$VZQwKKN z)_P0BCL{rrq!-rGoP%BaY~1TwZxD^vuw}CrNe~?&1YJEO(Zj0wzs4~14X%pEAW0{y z{8trXpM7%iJu&K zvQ?8NMRJ#tys;mRR27OXTzVo7)*h2z@eZ!&^IHQ~Iw|)E`i>FXO34+W|~GB2>6O;;$ikt@Y^ip*lLGU_tDa*s0gHeodaOAB0I9bm#JH;!Lk zb2x!QGbgWRE}aMJ_6*SI0@oVGaR7l?-B$NVfv26~CxVA}n4W*mFOR87)%ce` ziuD+@%EktDvIAHVXC~9v4k31?Z9&af7?G)*Y?fc`AV~?fT##|sG3_D4b22*hY1Q^N zZ~amm*43sSy+A>3oBD6;9i!}1bz&<)6ZMsOUwvf^|!#8b<9M%U{6dAp#G6!50_&N0md>G5u&rrX_;mi38Zx0D$WpHInX zYz91y6p^gjrDMezqSa1hHm&EEQrcud%f;%PEY!V|tO0!T!Mdrts|;4VhsQbU*+H0@ z@U@Ak${x4x7{88=dSic~%ak^K49mPi(!CKQfNAvjKIXoB1jyyZnqq380cBWP;G@zx zTPPLAtD{*cT1k@g_42alkD~cBNS25TV;v>pSx-hZv}F`E!}|$l7*L>QqaogK6**IN z0#Mah0DwA)c-X1O-9xe(Z0J^P+cst*}98buaUGuaz`w?md_XlmsojATK# z&e^9)MDIuiRQ0vhk#{FH*0dqkhr3)xmC$89KpVZ2;AHCVp903tt#D$gi1{Kyhr%qR z2S)XjUU-1Fd|$>`jV+F4$Te%?OCs$_#Kp?xwz?lBWa9!EsNE%$h*nF&CXwy6GS-D- z=H$?5cv}kIP1R`1!ytYy^8lC8CV~~T|HJc9FkT*_fsSJ1ZQDZoZ14=c+Y{RMxUQNQ zP};VN$IdtMRUy*lN_Y$H2(eJo_|S4^KzgY}&Z?n|t}reL)GwtSGSe<(GHtBY(~rZb z*oG58G{042)!OQvap(U{k}2asKgKQ`Risc+f_$^BDNdlwVQ0edGElTOeI$X-iE8N) z64pGZs<6$Z=KQIZHigao=|JxvtEvkJrH-J>#d#{GAQLyw$TE{`9u-~sPne1 z`fJ`#(YTXE991W{f6a#jBfPSFAad|njZqlwg#8NT<8gM15}VXK2`TH(mL(qn{3*~h zQ{riap~NNFA^gT{`o^a-b;gJn!Lfc6tKNa?dHa8h?hgniA? zE}@d{SC@;y8mIa1yXlw2Yp8o7psRuZx+a_yOGgdw8x_E-oL-)fbG^ad;V{SA$ZI}6 z+j<3)mK<36Xr`D>u)1Z@`K&kd=X`b;e<}rGr}sA2z7K#6mi=A8@vxV@QEvxA%eRsJ zMiOUhs$Ww_p`?oR1vX|keql^Psb0hWNSY2sP#4EGc=&v!mBH7p6HtDQNsc7zK);Fab)+r4K$CPnm7 z`88FEPy7k;{poe^7v;yU$7yHQ?p)_PK06(3-H9g+tk~p=2ve_O+7s?t+3Q{IhE4R%m4hY^{GU*H}Gq7m-Zp>$a8e&)zH_T2{SYKOhWCs zE|GnEv#0$O0k$xI3uVLaRBZbapf|qK{7ijTnA8d*;<~n3vvdkIBCp=ziQ0}CN$J@w zihcZJKSvU>);|8OZD1nOtdq>WTyOe=9wl2d_Y88mDKLrfkM^9B4?$?l2ba>BHBStd zT`0|&>;@sq40$Gz_Y=@EV+ccKZE+fyG(W3^5w zYV7v@I_L6Kh;KFHHX4fy5s8-l`cIxKu8ZsCt`iB(Utc7#JOLJo{Ks8yogKzMS7H!k zAc_O|P%9YO&;C61oqZN3mL|iLzLF4vgcT@$h8?(N8T!%u@ zE(3}URhtgwjs7&~1x5-pKkQ22!p2jl8cnoq*+r5ltL6X%O?|aZuhkfTp03k#?N7Su zJa+g|_^;6~$Y{UOzOBD~UO)Qi?LoT??o>U*0n4n#1Cezaf={^Wu%EN|E4GTC!0l2V z{mNoxGw#&B{hh>^PNFWAeP7xbou@OlM@ZMdfUFN;olI~mCojmWaW0WPb#ImyAn>v|;0;z-lusu(SJq#d9;p)vdd5mAn(3mrSat5#I?^7;b3N^L#Hs;PMHuqm| zi}@hmDuwmKCKs=}(kt599A{cN{bm?@*=}hpYirPvI0_@-{6|UgF2#W)05+sEO<&ol z9};4p=3L6~ZeTejAvl9gKFqlUmSwwNQu;WN$%qOvsjBq~HNUCtkuLV1O|TXV_k{r$ z@cFiDu={;~y{kL5E2)B1kn|J^YX%$Z8+Ii)(WSVC{E<9!>k(zCN3w(LPDL9#h`GQh z4kued{P)Z|Wc!Yzqp>p@*f;8k+?RSAn^D*8NE8gaMHpxQjw11-5<7yVQ1Zox)TMC8 zO1A}dscwY&&Ear{Roh=|qrKrPDp03=X~J%vtcV=KuqG9{QB&sAI$YTghRyp(K+j0Zs11dPV{_7h zZ~XPC>W7e{=fHhz%29Hx!mJ#Y?}J5)vVI0msOIO^BlCd7ZlYmme@9T0Ay!LRHgf#< zmlTMVR*&wa&w!NzD)iyx3w-;CL80lk!5ID5J_|7$b-nttu&;|wY33B}0w-fJo?9HF z?6&<8PpQP@LBN$EFsb`qdS$;M`cev}42D5n=PN%Z#j`7pZrXiX@dp#l2M#kvQIFhV zl$S+lvaYE6w&5V&igrm=DLiQH5q~jTtRmG%na?|he5p1~{Uj8Qw zN{13xEBJs zih-Rg7lbFA|9kyAMQo!$G$#A+J$v!Wi#ZQd+1LK+NGxZcF#ty1Zd*A_ z_;9$Awym?z6kc!Tyea^N0>qb|sxWLD5z2!5ytGFLz_t3(m(FD5;-+Ic9$fEeV8P!> z>f&_#sLdu(Dq-;()^*gohKP?${zGETz;Bt=ij#)Pv2^~51TGi*x3jj^FKRxH5!A7P zmRYuyo6ih&{x1(}MGc`oh{X-+aK@&JtEOZbGy60I5@AXcSU((QdMJK#BIUl(0gmh# zuYCo2AiaU#BOYJ1F-^WhELw}NbM|l!hnLv3pM2WGO2luZ@4K5J!A+WA&q+PD{kRlwn24x@Jg6W4h-9Qs zWx45`uT_h;7-VCA|LX#8U`~tUQ6qC76c%1#0~VSrLy~-naHx~Vl}Ic4dm4g;UMQ9` z`aEHB57Q&5pNdtff2w3_+JKI*$9lsbUIJNLoomtUtW^Hh{o7GoL~Dg zyCj-u#DA6Bmnh>gVpk*7^TR@6LS?cAf=Dcw?4Q-AXrNvQmUW{t!5Dn?qKxFBR9f!* zo<}!OZxo`Z-YB8F)mz5`#S?Takd<~j(qTelhBx-~{ZRC?C)GD?hI|t=<#O%^b_2S+ zv}F9&SU$pAZEBJ3=47+1!&?2o4r(>_JCHwk1oE*?a(%mYXiArPF3jxx@SCZk(k@f{ zkD-ZT3j;O~ewvCmDw`tM(e_*IPg9NUQ4wD>iw<*3lSjMEwbV;`wGl3xb~IpMOK=5f zMBA44w7vFx%SMt7|I<8?na&aepgj;lL`iF`(-9pA^o?x?UAW$9`q9udIEy2(C1{1J z3#d>;tfPbE(V^LT+Js3K`s3pf!uETruu^qxFMBkEs8EO5jis2%P7BjCKRg;NAD;Qy z`)4Z3L@FSax&K>4cn0$GL?|Y*#UE-l?gf{V4Hva_la#~O7JN9<93j@Jje_tgoQUM ztVhb>q8-u-RpdcKay%3Gq?Lk4%N~kA-ElxTcbsbr4yKtX>2der>rU=c7SbbChs|KO03f!w}nnDnfll;6l+}M4cd42^OE>9=cNJl zE}<0=yQ1dPf)N-S>NV?pqA11>w*O@E^~C?IexwLAH| zC?5%45#KeAg-RpSq-8GFZ4nMBZ9F>1k5w4deO(=e;{9K4@?JV^YryWvKfbRfo{jH3 zj*_lx1>^1QYM1^nJoxNVYZ2T7vzt(%TLzzhJ87svIgsbN7;kH(8eWexw|Y8dy99>Y zTfOH$-R@5ezMK^7B7KTwaHzC|t583~NOgo9|{SO;0C7Zia8@!Dx z=sS&#+=9>DS|7#;ZsgioLa6}kx9|S(S6x3#K?6sD_^O!?A7kFTHTXh6lR*bD7*;!Q zOfFLMiWkv?ufKmicWK$1l}WLiOefYP7>$>VMnGr=@r+xZU=ki4V7<+_sBklAe%4`g zF%@8Ai>{-*d^R;C|A$m;MBYt0CpA$+_+HaPT9)hUgVq_6aDDXZq{nqb+sAP#o_cNh z>i6fL1IOE%1G!ahJp&`KfIDd{gbJVb0Kw6KY_XDB2kQ_Y$=R?Kbw4EV93X#6@ zQx&43VsV+a3VsLTKKdqg=SU7&rn(rWlZ7qWEDZ`s3P~EVdM{grH8^ps$>M&vYW7}L z{#9GFFsIX5=CC!GPgtHUg=-L7WiJAsxt{Cw0M%+Q##Zxy;IYOv24_QoXejt(_aS2z zw$qd&q62$(W<7H9*Vc|r35*_?B!@3ZE zZk&QO=jEVTq^6}>H){q;U8k>FBE(|!>w=)j*G~dox#J8?R@%13N_E|K!%=CI z>t6PblhVHmt7ISUjL$ndC^^os+;-Olp^)kQM}f`(vLIU3h?moCBUt$<=PTIRwgO&* z8;&fYc7N7+bfelq({KBbn@h3lRf{WXMl9IW5DgXLRxEjb`Epil(#3$2*BW88szFPR zIwJ!(Br!+$4>|p+sd8;A9x*36`+SV#Lto1TfBv7FwKq z>jDHQH%toFa1Pm_QT-FHpo9dk7=}gRJg-q03aeR|l*i2A0c`rWN4+V)H$X=1(YUHw9km}7BL6*P#|X^>J! zevEWU0j@gAs#rp2@()T|XrSlDd;snWwu=&geOGGR^dRR7jn`UjQr8mGVKG`YZVAY@ zp5q|y88yyMCL<$yMQ?%}uKuF+-xs)XU7b#c6Egg}6nlXQp?wTFqtZc zNEfsJ=N=}rp-hDola45T3>;5t(G_E{pUT3DPhl3*hvWs63BjQl$=^RVXK4g1o>OaP z?F<5j=4UFiAApBz?l&^ie<+a6ss-3k5P=c0c@iBiY8-B@*n)6`=6==V;eb}gp=xX@ z^nh5hk;o$Jqx6Bcjye$ZIXi?)&WcE83Y&Up=@5zyOBAAPoMpbpreL3);aHX1Bva^L zscUR~ogdX@43Jge2Z8*VUU{L#ht+LsnwAV;IguprBI&>u;ko&s(5T1aQ3WP?B|t|k zF>1Y3*EBd7o+DY+XJ zJ6P51>KREm<23Q!Y`NU0Y)MU~TJlwzL1K1uHqrXWF8r!Siq=zGt1{0oe4^(6@LqHa z7~+Kb{NR2tMR3D~&jrADGAoH7@XPKEHFeo+rqa=U|t|---W$!qvvgK1m={tV9kipf0 z#@AQp$+))JMl6g)1@@ItVZ;2iCJQsPT`J;q+eQ_Kc_OrOxt<}{M+7V)#-MrQaSIPV z&=Wkl)Ut8({9R4;t1iTkn?pF+p!cJZBnB>f^^u%O8VQOWggM=hCGnuu@PC)cv`>?owIsgxcAP5+|3a|EoN`J z)}Rp~?NY~nWGS4hNCK#$jKH5rWosUR?hpNeQGiD{Bq9BYiXv8wq0iJKz6VVU26dSy zveZXDFV&7D9qsm5ir7i?feR|_>k1H%l5Crhx#d`(dRWmrQIirB7W6T?8!(4eSvL?2 z9B`1TSA@}3&+MrdjxR@xrZj_hQSmzrzjz{@bWo+=rV}Xt^9D>vCeWvI#=d6!+_Qhk zS=^x&Cpz>*OoiOb%OSh)++3L*Ylk^t4AFVi#Pd6jjq;&< z$>bvji)HZIj(FD8d98-V9?f3}r+#Vc$aFry%5?|JXuEN8k83sQlOkbUw;aw*7rD4P zqGT|rXs){{?EqouLq(oP15SAGyODkUt0z~nuEX$wE3)8x2s7~af7t&egb>%I-cFq) z;Lo1SGUFx7BEeB!7W;>PSaej~7R;bB0(4tye#C4Sk4K{rpxzO^>Ai-ESsE zN-GdPM-UshaVt8_F!AFCGgX7jqmqg@GYzk*QkIQ-PXW+43JW->xOnAi2RkBHPLfv$ zbKqi;l?YPA%ze*oRvbc&9<*!^*Ng5Hk1!>mab==~?T1I08ax$^(3SE!?-)Pevwdwz zPw%E{Bc7V6$f4$39-gwnSSXiL5`$!!u|?Y`)Or(88P8{IM?Yd1of=llaP8gc={UD1 za5l($9R+4{U(059@6qCz98Q&@wi5D28n+Ur!0prmnx#ps=gPCiW3UG#Hk=!S!o7J+ z+@h*q=#fyhl4Hm)<79$r#gURO#WhqW-$yyER zGbVSz$2f01&nnz7q7Q}m4+V6WDvXa@#~}O7GJro4XiaA6p|Zx;TvMITEj3x-W_mo- z5*3hJ%^>kia9gHOf zM@^_#6*8!3)Uj#Wd_j551}yH<4BeeGR95OKy<3+y!So2QC1jHab7_v;HF9Xz!)c&$_@Dq7$H_+GwI8131!tq4|KDp*;6I&08 z1-?Ys@P&sNC$*#0VZ5^NCcsam?pRx4)afYb*CD?tK6oj&YEwqpKDpIdrY~KX6&4CN z{YzQRv)2s87_IrtAC9O=#*hwoK!I!+ah5aeozy>vbr}%*nwO zM{((6M41wsW)W4UP--L}%m8Bs8Q*PT8VP8exyA6dtrClgB_6zK*FGolUxY>&gS%(5 zm$y(w#Cv%L_WLvvX<0bF?)Us&%{{C|PH4l9(RUmvz_&iJ(b(s-#{d7awI$}<{a=~S zoh`#ReLaRsN>KIaU8_C6FHgGf_6oaGrm%nDR|Edn<*&L5^r60*f03Ezu)iSTF{~>q zuQey%Dnx2K59+Pm3A(E{*qgpTrkEd&w+AyiuK{eZO8#Y*5gR9L$FIm}jm{2>%>s3u*$JA*WLR|yMn1aJEi9Z0uh4Yu?72Vk-AdmcXN#9w znmW}j%(lpv)!nLR(?6FH4d%3SCI7KEbKzPytz4b?YW{9)$6n^j@e(-J{$pL~;vNOi z#qyX`FOZ6r=|>?^%On>&lloS5vbWwb5-dlXeEo?n3*8Qcc{kZsCy`NW21bY;?8q+# zCc#QPlcyoITQ`rpOwd=eA{a`(M$w8S6L5>vV8By<>9fne|IqyTn3YPe=}d$JN+#N6 zca0w^$XQh#D=+L#U<8_#Pf<4C5u*<%MJ4^A80TSDzu(D=t0ENs;9qLAw!oYu#5v9OCDYI(`o@OB~g% z)qPgjDV-Fg$%&#cTOEf~RkJJ1G4|*`Ko>z|kAr)C-RwAq^K1KOF^AT#QzeDZ4W+EE z43?8=Oper#B7*Vj;*?YQj?y&~@xW&c-Clw=@eIRzUj<9IrYrIf!)jyPo9)*6L2Yxo z(jO-JA0|?^=e;R9j$>3Uyy*g|lu%^uQ;tnP(pkgM$8&R)zAB z>HYU{5eDrSkh zISQ2o6ju9p`Yj9C0`1MkA-3Vzew%2xPawSHgXeLS-$UN-RV3k~;A8*UJ5#tL(bn6kFENF+@=$ zMv=4chJ*)KdxlgwF5yewN!fr8Oh+m+6b>9%GA((40HcE=&LGU5Bc-rK@6620JPY6l zKkCUTO_%r=AX!}JMRPA2)&?4|4?-aRC#8bL(yoN7t-CF`Pt1Y>Qz%=DgS>0Jv zHf?K{vcOpMNx^ApM?voJGcjuxaur*jUnq3ORYr{6vB|(hrj*NHJ7x+Y0^7;U3Y}KY zmqs6saL_$yNDyzjm>F}V!Z^hI9#AUgkf!)%b@ImnP)j%>CR7{gDB5V~`VqAj_MKwPX z(rTXCYaKx4Q$&4ce=dX?m-OJj(NMU0-ZfR-Pj{}~i}Wm+e)#cq%SZX>o1x}@(#z*2 z`ZzkNpf4IbOV*hFo@ya5>e$w~oad@)wpl2b&AO*k^+YO zl{IJe499$k{9JP<5LAXk(M<)Z9acmvFJntP43ed`9HFMR1-V^H8Z=prC_7m=O4f^G zLx7|ub?6a8PyuQsM(+j_tiZo$Hop-|qUH9e*LetY;#u>&J&!p`4BJ3RdL;WvE?I2E zPfPwXI+Ui*aNXuB$Y9%pU^pA325iLKvqA@sY+QnQDkfQNvy5iExh&@B;DS|@y|NWE zrN7Wz-k9y#Ox_fu8(VC_Wa~bwhKXk#j{(W@vpi9@c!@Ef{fo(M3vg<|&hj~tEE=p+ zOC;SOW#<|wLO-+A-Q5B^> zEjn&^YOU#7qQ$v7x8ZMCCr*7bwjP-?u~2Ky`AROs-=t z#0lDZqauD`Mx#7(TJm_8^`%D9L|I@*_}Xa9euH`OEy^OssMDrje(QD-`8rVw9n4$8 zSq-c*=EdW3VsufLL4~?fNZXV? z6KJp<=xE7DYaO!0?A6LP3%h2Zx>sV|lGJszMy=P)R-+G=3B{zsOVFild=K1 zRCY}l(A=4pn|Mi!00uI4g6}Onk}i(m{M^-D#de4QP>J`$2xj zug;#PGw^}hKEb)zaw>`2;d_kc{{|VOrKGiMZZeZC)!`a7m@Ry*_ln1!U$_Gi{>_N+ z1olZ*#zmV;l2OOjdTGW~Ub!o?zbcw`ez=%0lZz;y4h?xaDqE)oh@e@Z&WO@89i5SB zz$K6UBFe#_Gtw=W!!}cm2eyVGSryZg*VAeJQ3Fi1>v zGrjh)NKo+CmYngImjCcr82;sC=A}qjJA7=ntypBYth;t!e+Fd5y-hJ{%x-RrCMrZy z+}H(coCSg{gxaJP0c*)CQXaY!I=uKq(+Q0Nbl7nMJ5ReRRZ!Mjth?1va;G6ZqYb=n z6UX>my6H?9()aNHb3tg)r?&Kot0vQn>fm#L4GG_EzTfE97W{t7BSw7#h%^uAG-C6>UFWY5;LOYohc_O>>!>32>akn~Dc;bG1)#O^7WSn~9zvP|BK>=B~m$pkhSgXJm#_jA= z%1Dgjnvg{C5iJSY z?M_OTQH0ID3q=>780RaUnw{(ZD+qD7<7FMJ6e=kPKyzA9^je+}6iG!F9@Qj}F}GX0 z2KsNGv$-QQ>X>x#6oh2wO!ndl^P9V7$wB0DQ;x?Tx1b3KUe-J5RiQ0UVf*T(Gl9Z{ z44Q%Wzg8Buhj3N+oYJdzmS@_f&D%@Jj4qXzm!+(9QQ=`9WOnrafDSGP&AJVB)8@GC zFULe@phi&mO+Ny909`DnM-1)XXqWj{3%kAQ-NWl!a+)%94hfVqWALH(kA#k2h}Yt| z<~C`@H_zJ%T8X;KC$Qt}nrxcn?mbFTR*vpp?H7J)F28yYH1b&Xoo@e9*|N=xSk z9M-}RVITG~c~FrKU}4urzGvMQkjf;{Fn-G}05b>vK1&Ci5MVxIsLU+)MStF;DKGL0 zg7;$PvFZBT?;PO2ugJX|&8#a`@qWR1>IsD0!DLk8AIwV)%i6BM!ntnZ&wiFZch%wt8Z4{C=M z2EO9wzUyH*Yp`_*H2m}N{I`;(rj3abtB z-BLk5{p2hYTh5KEs%^b8X+Sn~7}R_51-!Hvcb$K!TOH zRru-E6+c<{i{Gr0&93sf0dXX(`?OS$!OkCy(oht%EHQ74W5fDohsQoLYWp5Fi{b)u zxk}Ez%HVrh(s!amYfOt_8LV9H=m)HZy|ZsRiN7QCe|`8{Ci}czKRD>qt&y`9(4OkF z{G0vt4KnHX&;EO0@^tsU+HyZHvGh#*Yw^W?<+Lm-&+ZG{?Up<(p%?-^ZAA?{7vSdR z{vR_RX>Z1E@}T)%*Y0id3Ad_a$msbGgUPV8BXGe|{TmjLe-imU|69RyJmHY%6ZthD z2e=WkyQPy&-cU3r##(EqP~g_0s65N=n9DkxT(!H)>dBgqs{-i^o;nNQ}JzBPS zxOkeFk}V`b5K9J>>Arim`;*@*dwWP|2UxcHZrm8ZcnX&rsZXDt>9LCIHNAEI!~r@# zK5x!oJI2$KZ}bNC24 z0_fkN`+7XzJ?$j#k-+sH96MEaHR&Q7n|#t2`4E)KzP|zX<-V0yc9WH7O$kv&9O2=e z&lOg2o;umFXSN*q<*$$Vx2248qsv)~_lrWDxT1~c@E%M1)>U@%{U%Xs;g@U=<2W^<*zioJ3?7=LwCNNBIhN52 zN!Zc%20($gU-sG46aKV>6FRYQ`YD|aCy*W9!mdAeeFQm-DVAg1x@K25yQWvUy++GB zRQZZ(a$EHrX13~~wzJ!>?;fc~>#T4nE?5V5^bFT{K9WLX2B&b;vuAN?&hJ~eOLd4h zQde1Q=X;jThY+?>jg_X-8hBksl0hmtCYK1%4B3HEPRamyiVW&wwx3MtaWf)zb#G>& z6wdMMtxkGa#q-kjy7XKVBX3v}Jgzp)k)fbj3<0eLmLYGy?u?{Q9PFNO5N(BmQyR1vLZl3f#YtF%!=>6CZ0hKR z!nD=i`Tco7B%Rlm0N z^f|yt-Jyg|Nh52DJ`9uDemWp;A-DN5pMbwls^G&ftmc)pdi14y)IAT}RW_VwJ%Pp` zV~bQI7z0X5&*?F<#ooB*oV)lxkjke=mv#KqKK}Z=9I+ke-Zt zP_XS=id4ssF=K|rE~)?yC_EdNt^gxpbcnS`D|eBZ226yb#}MA+qYH;%R=lyb;IWw*``rm z#%&`{-DzlnM1uZCHwE-YY${h2p>lniz*j9v^-(Su!}9OAwOGbXNRFwYPngy`zo z;Y^ghF%BK|oY6E>Hc##f(o;!>kz)cWIR~-q6RPA(*K**S7vHsfbpnt~YrgCOY&{to zAdE9i&F&u06{zUwq+FWrwKIUm z-;b6Yi?YTY5pMoowFK3V~syzpNPLk+OIUg#~H&u@^{tP^QE{l+GZ*b-m0rqP_f2WP((;q6>LC`avL5 z6XVw|8E{3m`u?@~;!BmC;)!RxPQw62gNEs}hZc@?+Z2W)A|+PHq~0ZjHLyHqjKH!R z=9RVNloIGDx263)cV7jT)5#O z0{i%3@^4dcxbP+Cu*Gw#44gSK|IGj1hLgpu?0{)Pc_#s4kYhNG zdwRcZa8qL2rd(meMf0pZ%%e4Jbn~BtSXvwX%BI7wR5@$G!}>C8D-KMV_`_EO^*6JS z)w1Lx#2R;BJ2cR|(y(9z&wg}A8Pm7@}N~Q`AP`dMe{6kg$x@-y| z#+i0C9fHS2uXn?~3F^CT;a@isKEgy{Fx@bheBi*n>`c@W!8o0H&bURr+sO6p{^oj^ zwL<;|9Hu;X9uIbio|C08C1GZMH6QkP8L))Np_bJ4ZNS}#WzYY#P5}dQ6cJvw_{EDe z`i`nVEPEji)cIqBY<8@(zZU4j{(StgKd=Hwy;ncXnr6yIF6PO3-|2c=mTWAWZq%;q z?l#oUoL!Ne4Yzc`=x$yjm`$v;gmnU4AYgAw@bK6lt;Zs~9L7enG&1nLphN&!)LeL- zE%--j@{?_XB4VJm@*4txOFH*K1dNR@f&`9qTnl&nSp7x`9NjHRmhO~xI*O=j{Yej8 zo+R1hXzDnge_^VuK+l9#<$7b!eA7k__K!CKg%+M|V(}y2Zx}y}xGL0q&?KSycU><) z>S4BkCz;^K%`*mwT1-5eDc+YD0yV!*u|C~zr)L6NV2=hfJJU1+1JD`(Bg_BlFKXX9 zZM7o()|LsfygOtjXaxdE-WBC=$Fj8Ks7@B+RV^0WP~si(Jjg!KUgAA~%UVdOX}8 z-FB1rC?g0OoVnEPv|}L~D*Vin<4kIs>i__mYaQ2BIp6XNGa3n$n+jhgyQxkF_AvE2 z`U96Q{T2x+{=YxPS&trDUDuN$8tB^ExJ;jZ^?Odfni_h$&F*JT_b2s1Ii6XqJc}OE zk1pL!f67#$c)})9tzFb;1-7V}VDnRySgNiyn`xHnHq8M|p}ST0wm z_s?xRl@uBmR|<^wTWJ!wLrRVl>Ehbs`9FHq19o%BrAO!BG1|p8ZDu-KF$ACY;e{(n z$k_L!%@^C(oi;M6%jNZ*Xx!1&Jb>wa_T_~`srDXqNtr^IuU;$rfdf!e)##=koLbjGV|n$b!NYoH2|)yI}}Y z6zmmdoIr$ru%Me$^}r|d1+FV65x1ovGS2rDuJxQQ*({y)7l>5DI27@eIsgQ?nU=?T zT@2fXE20zb7!5OkPU{3qE${P6YXRTMcyl zve4ux;J!lfo{>SB3GY{*AwF&45Y;9zOB3*Fb=Grat&rV8(-bz|Tdp>1o0WqQ7dp zhTRVW1Vx8dbG^yN^xuqpf(riI@<8_CNYgan%0uEEVW#Zt(S+zjj49hmAmnG?gj3Gf zfP@nu4U51S;)&nD3us6l3GX3LQKUX%DbU$BGRLur{K7uNg|bWj7ct;2_Pww8dKo13 zPIW~T-NVsn_;KRk-fdbqtiWuQNJ&*^O)0K=^Vt$&qj~m^eI_4Ys>UGmhQqr6Hp#=S zhTSfdWOisLuhM+CpoDub;P|G?w_&}Ux|1dij`gpialt4N6F>_JF2Av2EUAIE(A19E zNUENVhcKa-l(>OU2b(~)$6yKB zfAQ4Lt&>HtwqP;_Rc-w$;QI6j3q}GRJo@l1bZ7zW;j= ziLe)C)`H~82CytkF}E-rX&N3Z?OAS+gsVU|e%Br?#-$KAD|k3>%T^u?QYAlRCromG ze2$4amjGo2D-n&%p}Cu`!o?oBFJ@5DPhfV4ae^Axf}|0Xjp+e z_l~We@P%*i*jeuwSLxhIYbe&`YfwAuLZUI>l5_OfOVf4#`OkN0ebhGam0PRfPm_&e znEY6tyV$lG;zx5URsN2-EqJ9_OGPeK+MOH|pmJTqjAF2j9Rm0yGqmH_nSuH1kdRH* zh$w{|2vDKOEqDQoh6szQ@%EaB&j}e*&gJ(uGcuO1ziCP=lPwICxt6zZ(}~ysf+^cZ zleS!Ue8IU*l2lg0Y-Jx=>)yzoH(x!uk+jV)136y_44!sjV;a>Z#R59%PrRdS%`#<2+YBmlhaS zX9>V3i-`IVyN#4|{)^#F-`HCo7u*QvEXxVD#_AHxU>I9urd>E(82ykR#Du1}2RPnX zor}&467h

w@9Ca3acq(>3Ar=nociEWC^*owV)PtpywFRm_G?uOQaXR9Uweskkai zdXh_uY0DR%g`k{KsSLi)&pJ}Wmn)1{pxt#Lg=dutjOi_CP;`j7y zFCzVQi<3xZ*nMrO! z4*$iCHG;wNx_-4Euapg7Aq)dtKiaK(VI8iG<2YM7D_uGICtInNC(QkM1C%zgeR3wP zmucKDlcWOCOFtp^I#GPJ+lxZ;FWP22ef@2s-i9dB6EC7|!=Kh-XTQbTK(lS2BSIK= zzEBu-_xFaU+JL9osBGWR+#tW12phB!=6t$cCB#!Uu|ny1+Zt(kaS2F$Yr{rjIjvXk z-d{hMtF;w{7JFdqxOnZk0vLVyi@0D9hNl!$LJl)mC{jsSwu#!Fp9tj2Df4I9|53C; zso;p8GX=(5R2om&MZGfu?^swa)m9fl1F0Z5HTh}FQ&Mz5A+c+vpFZz4#iFw;zKXrD zl69Y*V(xGLvZ$@poL$;5ic1#i;rhxSaj%O;$ERs>FzOUhZd|kg^y4%+T9sQLPF_XK>M206)(EYJ#1|9%yFXO>Y%=VoFaST%r&eBd^3xt5~wo1x&zzL z;xu+#+d7x=JGk940%*hU91(%}PS8d3nXbOt2?rIcN3i&zi5<1k{V74y0I1>rjO5b2 z35^k34-7kjMUjzNBnJnUlblyrp@@}=N)DnGzYDj$!-$bZ;ZjBvwSf zz}mQ6RONUBGrmy!65`>)YH8K&`~>TxZeuru^L{^iWmnvyqeqk<^wHIA_yY4tpQ#9} z=jDn6Li-GDx@8{8=GS`k_45f7{CM9H+V1s#|LciJ>#+f?1~9R5{m=H8_GaQHJMw=O z5$eZ6DkTHRgdX0_6!LD$9jb{F9|JoZg`}3ln#5*_jph$+xr_dL5h5@JgKzKc^QcaeFHyW7<)AQqQysQFb6f`!X592V*V&Oac@i~#aq zz}7%~SyrDPT4{LyAvQii+QAsojQ(!nn1MZU_NejAp|tO}-OI&k-*#aaZ6eJVD4!qb zBMFNh9ZhIYUczhJ8OyJ~ziI{dXJ%UWY};Ay#`S~Ka{leZ1JE46=UAtvyUVl79vxXW zX!k!1pkep_{xQ&)_#hWgetZA`R=(CZg*G1Bxvidyxewa4NRa8p;vut*3SoE*I!}Ht z+fY&0!JMd@8AZ49zb?5#3AwTANWNc==%0};%=!f`j;w?pE7)2gb0zS0Br zNu&c(uM}cU3_m}2j||vns7?OuRlOf8#;nfM%y zQ(1@1w}u>nHs35PIZ7!U-lc8}44E=1EOGY`L38&8;9C7PSXY+Q7DGUNmqd ziiu9wmUHi>J&_`vJ{Yrz8-9k|X5@CT3v3z@xw%?~7?YP~)BtIsH*h$5%%_d}zTY`Q zg=eo*UK~zs(M-Rw&_4++OX20vRYR0F4fULJY?Ssc!5%;z^q)Pkpnj5Jd-M&rWau@` zO>ovlt8PjeqxZkpw5$oTt`H@hGA0DA@6xi#m<7zFv0XgnqnExjo1<9VG}^CH!NE$G zqFSuSLBh`dv1_7AHwZP&VBuU#W-Mz{ElBS(2nMcF+&E?s8G80xz(p?1Hq~#bFy=rK zR8|8Q%w&M@#9SVeQC9W7yKiVj!iBxlHAu&K|G4J@-B$2DNPdP&P)yi|e9im` z_Z{k(FZ6745cJ#P5x@nKU}Z5(zY)>OH+1s|@?BNnd>r?MW85KFgi~^4ALqaLU&#giv6RVwJcY zhaRy^E*)7m9*Jeq`lvO+HLP7rYQg+e2^HJ~q{!n)63y@f-V@QN-ErFC9yp`)4&0X{7@CyL=Tn8Ab&>* zpA;|Z^On3w$P;KD#=8KjqT*8g@Lm7yXBc3vu_3=vJpl@`V(#7=DwIj}Nz=)|DD|ab z2H6b)YA>T3A0)sm-8FfYo+<2JXNPqbjAH+ica6+>Z){AiVJqKkM{?j$+SGUaU8e;>U3yvBK4So$&iOnP_yN#~ z*UI2+r&7R3_)&ZJ z{cO9H(TIbPvzTw?xLQDdtv~YnM4Uod`4WmY*u;(*$ph`P7tGy=)0!+|#Vk>G5b-zz#E!+)!t^Cbx&T;D7&3(=fYB6f5u?O;5({>}eS|nT z4HTJil)7z4NTr05yIv!yD=hbaqsnm`@TK>T0?ClE_*I{zk_PSy&xiq4Dg-1oPb({r z{SxlbKJqyj{oMCYmAnC|p)I8)W@^qOE`S!}@8VE287)DQEvAgwXe0}6sot;P63U)h z5>XqMPlzhoXC735^$5O9){7Fcvl@mpPSB=dWF)t=w>RMLDIt^yc<6v%gWD>9!aT9uNRcm)Cym(;wPc!5~^q5H~Ea;#^rlh5U zh0)@`dMD7?VR9PH`Xx!LRh9Da-AsS8$8^@87aD{oCBP)ncZZLv7i}JJe=1Tea=FtI z51%WV$1UESvAR(g*#TyoF8qKHWnBev(a#-UOhrw1oDA5|1P8LJ1YhX2` zsT{6Fgtj4c(mOXV!XSgFp+rHb2td8PphZ)OT5(qrc$_5Iw*fqGCtT+7pyiCcH4!!f zgQ$V|Q!1HE<0LrznvGe5tFhLqtuS6U682WP_y2yn8@$y}zAwL)q5@Myi_9GnQCnF&K<3vR%LCeyrxg9Rcg845M&}lkAXfwvoq(2qkzz zX}x&Td#m?35(CQIJZZcyg8o?gF(yvHhTq)W z*7_rzzv?=mz8=0TaHBNA=Hs|wi3@f~uKGTa#}55*qKJV!oExMZp_1yN+6Rm7=KmC} z3xWL*3D~Eho{8!Ph>iCGQ6r6lY<3U!hxXkDO>VB~*bbtOdz`9=22VC2f8E;| zUoP5~b_3|!3u|AnjT_VIfUCIOg9VX}Fm5~D%M4))Ggdc}{_6K;(@Ts-R~qRAOVlVF z^($RAeRQwNO7>Zhm*Kq>W>~aJI4}!?jYx${0@??~iu{z2EIxPv>$je^++i=^39kqI z-g@gBiSw{!L~K`^v;2V~J$-BrFu-=D2Zn|P@Bn7a9yV~)c6Dw|$V!%l=93rjh_$YO zuR|B1@y0ghRQh4Wq^1F&MN|Qg(si6cS&({gDPBi0S4;5>2(0Vo^RuW4kKw$ckbTp5 zxG<6YSUt6VR&AVHpdrT>9?eK%YYbvUhniM+&EK+1Q==fECt$#|~*_)8g$*zXxD2C*C=`&Fppo|h!pG^Z--ABs-8Ke`2 z{=iMw$PEidV@$EGXti>9bqs@Z=uLYue3zqdxMuhMKeJ`~TFw*a97HfhxTyGH|U@ZcHZD7lxf>#Vjr$NPSl3j&fgB^hoihdtFfDI_pxRkVb^V2kO)6I*t?3Nvu3hkC01M>rVk2u6V zKOeq(xJc3=>e@Rts_1K8g4X80DnawW8pLZWH852Em?v8X&#EabJMU{jC>BFI7Ig>o;hIBhNFQN*JR6~^lu7)?Q zs3^mRKNO!2ZejnB&Au~8v*|zHl#edE#Te9*+B)>14?JD;ddADcCWrW|9@(TX{Q#Kv z6N3~0P4(8-a;}qWuQayu8g9V@%%=1$pF+5BbVeq{X+DS#EhssMe(wS$-06I?9NYjq zcx^Ma-WDVn6xm_6Z*MC6;Xmd?IkZniscCZRZTQTz?w&y_8%0W;%Yjrxh&IGJO}4Fe zI3?R)tSFPX^ZuP?j)6g(GWD3*&F*4N)SG31OY=_I_Nw9yKrj83h+h(EQ~1=SePwln zK+vtV`5mUSSH_IL(x9H5ty2)8h31nfJJ5E1%y=ueNgj;EFvJN>%%|cI_5D)7LDzW-Y^Mt3l>-zkzK*6lMh-hAYac z+sti?4Ok!xy1>_QdsF>$HLuZW=6N+SpD*+`nx;+3h(Mu}Hj|y1LSLr3s#WR=I(u-k zbn|= zDH9;HqQyA^mTOoHp9#E!)(vVKZPj?DP&J)Ni;FB{!P!m;)V9QDU?}(Xzqg@mnGc5> z>NA$@94=vp zTr*|OauwAIOE=~gf;@^doen$gaj7~$pqc(oysGN5(9}>r-+C%Z zCdzOEnBM7zBOGA*ntejWQU|tRBtR%ky{6l5P?(&T=LhqILYiRX*@^Hm5Kb+y7$juz zgJ_8lawE8qhL)2PbW8~49Wh@4TER&J6m70897z3$B%r*NH6M*AiY4u}6e?s_0ef)K*@z66 zekEu{yys5F4JIg$N=MdoHnr`5jtkykM%;w+m9lPHGAOt`=rgIktojImgmdvtkck2v z>H8DXw+GOzeSrF^<_I~wh^@L6BWs1B1nmcn>l7(=(dHvqm`$gX%loBG5t!4eYU~s{ z^m<$p!z8<>I_DUByDsgSX~7ITnAXu++FpT<3XuK|vX~;f#W7Z+R<1Wm!k-MD1H}^p zG{9_Dx0XznG(KJ}N;m~zq9mM$T+w47C%b;hk!oMlgWVGs3OjM>XcYBT4i z04+u9)Hk=87K$5A6(M=_Vr96?0 z`y_Wm_-Cm@Vvpt>y?hD3srt%I&<>sohkf`v^km0bAHzbjKOZNS;*%e~ayY%64sZPF zm85YhBd{70m%yYtwb)$D=PIM5PjNp)zxp9vN(%0La1Hsw|ILVovS$9u zAU7FyPObc&)-t7U%d)(47mHj0#lf{3#I~MHxWwku8YP8@kV$cpPq+-|l3{^s)|)nV*O7kPQo@}4 z6<2Z5Z=l9Q;Df08X&aX&tYX?hGblQ&053J-JhXo3kRZtUG~>{co-Hm$L9=QCg~x<` z0>8dPTWkK+dK@W%iNTBwi;ND{ufvPRnvlG8^Ya6w6))K2v91cwGyG@nRgL2<#Pho< zXMa^vY_+r5N}0t3`1N0Ek ziM=PQ9xchmRDS#oi1vj*-B3Ug?-0l|~h|8oU(~p;-K3@z#3%@H#5T zV0NAjGk=r59gnzxx|@VOqgJe_Bv#6rSy3(|;gQNN2TmWp`8SWOve3vQ!%TT)d;fAB z*e<3Vi??{lE(Q5(pwXFb_0M6)QtzkkcLGj=_k$Hy&)%r>l-gaN;-yj&LgTiZK+e`P zctSe|^o>0NF(FUZ8N_9tals=cDbQK^n|K7NW$mc*>6=A<#$~&QA_Ph`i4Unp`jJ$u z$1b>foL6XMt|z{`oq+|MkGin+PwH=KV60TwZJ1n8-IX|`a8#z%3aO{2p}`bK+L3Rfjp*`WcTa;_`@o6my>7jG zeKTSab0TIN2#RRkYyl0mV-b*kYXVy01-7hrssc}!h!*A`^Z8(SJzppr2LF5)(aPuC z3hkqNb(NitI`(2VEo8Y#%!!Ph7dfQhQB;Y?^^$clz+41$3;tWM4o;%j{yyFT{3<-j zt3QA=DFBq>{A*MN$gvx{6himR6 z*tD?Nyk;5|CGI<`1|WP#cqCBKgz`6SGZkwcg$OUHRD50rnf5*+LHI!uh#E?X^9%0l z)AQsMR?xuz*uUWO@^mi|F9CkxMJQ1M4F7t&`xC`!0DkzV;}K@?SZ|?U4xwuF^^3Z8 zYmKwXY;LyIU3Tm2c7Lw1w~v?%_6^Q%B+?10&W*L$uZ)fbbc=T1A=$^lDyj%9<#dz_ z?6ZafmNwyg$e)3(>kQttk?oo5-eZLcAa^hvW>1|;-+jpLY0;2h8qEC_If(20AuVO=qAN~sn&B5sUr6oRf`!e z$JqXAFFhBB%$1iKV-eWQ%mqzwD|nFzj7Vih0t2UKv>=)5HkwQ$XEPVvJ@Yh$rNi~q zoE}onz?Nw8L5GZb+FVRVZfQnV9+NW-@_+OuTOxj}5EC42Xz{9rC>8qwf)D32DKd_l zENp}>jSglIS(XB^1%@*?WaRDK7h6eE)VDCl-eH*%Q^kBEb-QF2bs4?JT%dl)TtOq3 z3MmF$FAf#3;4@WwKZ2;nLKD7_1Hnz;%}OJxfX{@TTzqWj1CtxBU5@sx|w1&s-(g}_jpc2|V8@Fb6`1j_+^27TT!HuacXrc1A9lnrNq z{$kR{U=7MQR?t>{@<;g2W$Z;yo_oYC zf)=KV$xOvH2zSwCYf_%dh8>R)!3EbY^nyDdjWqYq>ncUFD9s7u0O@8rH?fBX+R`_` zuTo}gwT5UhO9xHW3=6VApqSOAoCy>Zs<8Uulx_xH7NLa)ta&b(88{UK?`b!IKG)Cj znVYbphUHu8Bj<2Pt;=M)vcR+lh~btv3^dzanI0~8w#z>bGxk57|rzxA?BEtaE z+EKuBQWYmR(OoF@`CN_BVbDXmof{)Fu!F%!V5k=lSj7U>An`T7Jt5VJUO;1kYtp;2 zy1zNWo*C4`4UY9tM*G7uWb#MsZ_Qo+`?lj66yD}Z1DU@BfmU1EUN9ysDJ z*r7CXWtJOEgp34LX4>Y(sXEs#qipG-1aU9khzpTigfE~nyb3O5Av7=AFM%ixnghRf zb&$>pV80?FPwY6Uh{ut0B5S{wAmFro~^Z0I?+TJCdR)W&rEdVZc2AVh{n=07AW64 zUVv~_?yO}W)p8T;J9xh^E1qKlpt>)&49Z4m9avEfW4Zs(Q8@+iTyVN_ zOJ~f{N9gZ5tW7QZWRRDN1XD61?b7xT+nd!Af^7`a@HJv*J!w!B#1jUr2M=np)p5Yn z2>t>6osBZKAMfRA|Dn63NTfR~zkphDlsBs%FH+(qNZ}H=dCyD3c_(u7?>ZQY`oFg+ zz;UNYa=ZTtS+C|xS>gz+cj%I_FHAMIgwg?!1j*!?*zCc#z-x2pUOkWc(J=fg_Qc)T znkC;0J!PUGmq45&YDNJv7^JCAN{d6>gj46d(g~aSU?v=M)&okV(Z0wH6;!va?cBvLV&U? z`+#v`>|4b87n}rI?`$D*jQ#wjxe_&K@A2xR3dFq4Y4Dc=!yMtFKh1=nGbCR3cVhlx zv+wum@{+?|f^Jr#p&IYUzPcn3GawB0g1lKSQk1Q$FobgcYF}6{i_grK0VpCKumAyB zjoi~8WH>b?H_MpLya?L`_$oJ-~okWikV+QU0>HbOZf9eTtZ%8QvAT51{OjStw`d{9&` zHq&&*7u@2DW^*wk2?L{E+TlfT(p$HrB2*xHq*G%F4wC#gVTqmr!iICrB&ge1y8=9` zq53A*Y@G#aP-|Rk4&|>|F(z(=zMz#mr)s%5@)d+n#X~>d<|>~PK(0RysMu!K0CTiI zp-b+#*-ml^`L#KrZb12!mSa+ zI|-)>SVXcQB~--D4i7K(@tm`@_iN3DuW1vH>SzlI_bC>=L5Q~_^XyY9uXpku9 zxz`ICd3TM$Fvp2{EIN$$6fhcgqF*XhFj^tU&CiRODF4>&~x!QbYXI4#PfD^H&muiW> z${--kUIw3nb;3Af0k^7a&6hG805W5evlh*j$NT zBtmthc;LP>SNwQ3oP8Hx0e?AFFM9JOgbb|9pxQEfS5Ecyl%yd=rf|5s7(fi zmbG4;SL00sOg#5?NF9v28uqZ_5tq^3KL1{()V8eE5A=O2>7Isi;w}i=!(g4w69BVt zt7Guz7pRmNJ;DJ2N%6D1OQ~-Uc-D2$YIaqN#qkoQHqs@l1x?t7wSuP}5sfOn&J5}b z3?)=hVf4Z%eQnN4u-txW!|di@PiuxJ3Qa3pzM8)PJoKke#sku_Pv_qKQu|6;(0h5l zDxwf2-OcG=gFPF9R@YCW-bo%G&uC?CUY%(>OyIN(u&GmhdA!kgDYKgpZn`3PR!WfP zKlyCW2NQOieC-AW&*lbaGJL{KVjR=nZyuQG*hb4C=_@A)f-~@5YH4*?vuFoWe*AmJ z=aGB>nG-yLcvTyf2PvwEJ!X6I#V>!1Lu0B>ZA-Cp~1vG!Ge}pgpybXu2 z+NV2?v$Q!938Z07()bP1!N>ufVTU+W4$?IN?0?vtaNVF)?iq=Cni4xl}Mu5NGzbK~|!#Ij{gDjvUN8LFY+cdd`?X|(v@j}c7KaZPjh zNc)xgPa%$AlGc?~tdrTQuq~6IEU&C4HqKNYCY?Vfz8Y&hKs(FD3_PBun)&z^A!lPL ztgmH(yWPvjj#bi%0&QQvv%!~R0Stj7fT`ZZb%;?A5*(7%*7MSHk((ghTY+d|__-(2K#WIO1XJhl;Z?BjzQS_koRM3C_gYt2fyerOx0?1g&?e z%ATk0K3g2qhw=j5?`RE>hLocm`?tSz*a9=)5McUw=9z8wBC@$bVhdhQ?3~cCqPSatvq3T(R_^QBktiuA2mB7ZxYFFjdh&z1Nn-B zaouSE;#ye({X**ESRlR6rly7L&GQzHoz(l#6t6hpp?T{*I<^LB+5k-$b$YRXcz5~_ znU!~Y^WTp_=mcglPkJ}HbT5w)9;06SXy+f})sTP0rwoh)s@kj@E?O?RI`s4Hzd)he z*H^her^*nM&D{5V|H_87+vxAJzLtGIyVrEeIKi^eGVLA zdf&AQcKdr$BWRDAHUQyY>BnQF^wK2ZaL4Iq?*+SQK^0TYB?20Q(5iN%%E)4>lej+a zj7qt;i>|LqJ^I?koD%0-ja6YB*Sz1FTn*tzE~X^Ru6Xbd4(PQa{*BEAR3n>v>hD%|6E~H zG0e<%`zq5{lY$!Jk_j)_25FsYsL^y_ln2n6fn z@4nj#vzZcmM_j4;>+_>anz16>ts+Maiu9BlUmg&&$qHy)w-Xu0BuQY~SWJ^>Wd_nM z7!*}hB!FUrkB?|(Nl&%qJi*Dqau$cjL5Io{ex#fqhCh7iuoRP4L+x_v$#P5|=ddmy z7SboLrfRk)=dh3IJZjW94@>`O!MGqn;$*Enhy!^+;4b8rM?*o(ODi$&hOll>xDh8f zx$=OC+=jfM?c8%;I`Gb7I<8Uc;uRr@E<)5QrvV1=1`7~;Z3-cRrvW0sOrVy>f%E!k zf2+46nKz=ju2+(ry3lx$+st!=r844n5gnmzkfdm#wRlB3g6WMD`S&<2V=J!VJH!p5 zR}diwG)+_Mgc55BI6he`Jv11q{{{sh`_TFjPylgu)0K`|q&-qG^A#`e*)uv)xoOpz zZUf>F5N7nTuBR#+GWKC)!_lnw1R;L<_wr*3fL}Zm&L%+4FKjz0;S@0nN^|7&Lo;) z=Z@i+pJ$PnrNLOm{Y%^MT)cCj3YvOm_3cvhrmJGBse0E{!ud5{!BG@mfx3Ld?8aY*c*ivh3 zmOuPhtiLs~uLdv_k_Y-I2zj#0zZDLhoUj?T-eqgb^5XVq4wYH(;Rd<3G!2N`5dcEv z@_rN(`6wk4b615V)D?3zZ*TJ>#x5wF1r=JLC`ambA`BB*?HIO~5jpLo?%3 zAtLvb?V6sRb>^oT<{LauMdF|X&BiI$6Oiie8N~eRTExQ!HKUMHxoMdU=zi{q3{;Rb zf_9$KE;9$~JUu?7EhFwVPQ>k$&8qMp3FW92ijewBjY_U5={s%y;s$DY3&G1xWa({P z0u&|K_9?6r^wuSyDHg$J8-UeAnU5VNOpza;xN&;Y2(z`R(M>Z$d+1DsvTgth6$gtC z70u4+8@2|%{%!(Ua2$6}@zy!vLrTUnZ^Vv5Y)6lh8{s~thYQjD;X^)2;w;qEM=fpr z2WnJxYGWqJ0*slL=+c`UlTR83Pk4hX`03mM0!5tSRJ>oO#2!@x9pF;Ae%L57rY5FP z&IK-xta@eQJFDz0gC_L}8S2=%nYN)P9iUac%UP%*_fXKAiOt$LFy_68XaB~Pzv7LC zf%N2-Fli&O-DUV>#I84#o}NVXY*V@Ob+6&h+m1R?`Z-+>6E_TJRgO_EqV*cG>XdRT z=66=Bq;S2zWg;%wj(V1*ZvgkIkX)B~wtcmIWk787VVNeD4O$OiVfK`vozNTi*qwp}dQ@kgT37%=5(nkbei$@eBMC z=G8?SHHELSb4d3-DBvJStfl8WCZpdJ*j)<`scwh!keY(W`+J*gkM`JlCw|laihJ<` zF)^Y~)VzjZO7cuo<1;5${Ic99{3#CDZsA=i0ClZ<)A|{N$?mUTw9aU{=3;n!`Ks7E za(w>y64uYN-ZL7`-51j0mo5TE$VC}zAbnTJmwHHSR>(G0TYqS@m25$ogQ1?9GFko0 z4>}fgE@+QsNtfS%LRWrm1in>QBSyp6{GFbrrAAPd+2YfFq5khtH=Z2ssDKh6O*)Y~ zPR`Kg*#Qas_d&^tAS9N6JgKF6b{!&lJd=Dk4Ki7~Hm{r>D)i*CrlG3SDJrtE!$h^^ z2qFP`6pPzNWx0m&^aol+{Kh}_cAiiPp62Y2h?^@MF;ef0&O9Whx+u!PueA@bmn$AZ z3-#5O!2L&jTJ>9yX;5fEQfLBT2|qV^G6}nJUksR*WBWuScc37Jvu(eIvu=a#Qe+Bg zIs`nCkK?*xkGfhM*!@x$x@|np{LHS(St+7s$^D-pqVt^YJM*|SWZ#75&>X>W>+tzd*_rr3+(f{Zk^36Mmd%6t2t^8?xRgts7;whRqMp%)IjF6%_kXy$r^YY? zM2n&^8#K0U+jbh;wv8{gZQD*`+qTu%ZqhrCcjjlT{cw({G3^zM`Syuc)K0Z(U7Q}J z!ix1p2;ki+dIOof$xXzQmr;)o?FdjTz2D|Ya? zmL@N~JHyW~$u;f`)KHy&9*s?p!Ugf$W)1r@ZcSfK>fik;KC{TPO~o;LOH!%H|q z);7IkY|ZbBkPq$MCp0n%tEoi7%Q2(;je^FUZw{7Z4&zlkGW%(E)nSS!5Csa^MHOwq zd)(p*UjMYGuO8NWCn{a79cbEXc@N|a1~54e)Mjom7X73!mn61UP?+JX1KnLfW?-gW z9J|XPfv&;I?vVz|N8_ovzb6r%2!4mJ8gC(8Sm^)u*}47(!ZdA~5+AP`Qp^lwf-S0^ z{D=FrqFn-pe*#T3o?ndNU=~LvVH56s4WE4yp}xcJ&KYMC&HmP>iz6mEVPRF>0>2>! zgPOp~$7mRJ!jS_wV^Vek*SsV$Xa)$LU~l9`c0Do_8p=2Vw4-tyn9E}#n=vXl4Zo|p zZQqErpJ=~HhF<7A`Genmb`0HpJ4C1t@V@4+KJiiTk_g^nni|21kLd(Cc9lIF=_ z2-AS3uU5Iky|o9*Rf%)z1%Oeb0av2MmJIOPR>YBR+UqznHYF<7;&Ytl!VQ1!+E%KK zc~2kVP~Tl(_m=;;3}sG#|BCu+dcponYu>a^*NB1V$w<+(w3pQaYvEGiK0FOC40-^oX9j4Od^R)n=d_lbBzo+bEqp9E@)yZi{5U z4G~0TKZ_Kmw0#<(iAXc(2mu=;{+l$cF*Cb=Y%juskn_T=NMVh+EKY43ZDlGWr2K2G}zeA-s(735-2UA1P3|k1FY?i6q z!$lYB=scIO`sMK%@wlGh_b2EaqL;c!<;&#R)bOxY8cO~3o`JGTA&sxZLnu%mj0I5P z@2pKFOymvi+S<_SZd>hjhrTNJV#xW)C{XQxO;$GUO$JZghQBqQ%_?(jC*O0tRFiE# zS0tY8(6XY5@IuTfCD9X-l7x$P&XpLkbam2roN%7O+q)a*#xd<7|K2Z8=2=NS+A1Uj zq@;@lbXjDQZs=slXO_06wyH;47s!^w%w>#Gmoc=ugkk|f- zAqXCUJ{Y}a2u9$^gM$_DR}Wpe)>)d@(1SDWhHF`PwdXfpDP@l<+#mZ=*t0)e6?3Nf z72b&-gh;NiI02>Z>gx>4foW8*$CP!Wp(K%_FpC?`=O`^&`*VHuD5ni<~EVpZ>+ydnj3S7=!oF`~7 z{0cN0GXWOzqOP6co8l$CWQ(=;5PW98Hl#Z%4W*cYC{PA z=TGT`>qL6jx)^z~R#81Em5JU^wvnX>EH@KExnVV71_;yV8<`f-=6v2V-@%u|o~N`v z<@qpOL)*)SPfB+sd~71-Q_j3_8FLVw_~HYIYC6RwSUK3^VQhfC5p_WO@#9PmfBBZS z{tJ*3Ov7Q`0O!PXfoWlWz+YM;db>T&OI5f!MW4+{P(GP<9g%+KnOG@cg>4`VLcu@9 zO|(lhqf4l6tQ}B1dg=`NO0l#S&^Z*?yf5VsfY_(B=4aA^GtX@ogOJZTLS)r(qhdmN z(ZWx1NLs7;4c_tzpm&=>_pTB)vfVM=5(B%QcQh>|>?phh>;VbhJYtGX*}A>u<82~R z-7*-D(WNESbT+lxYLeVhWFE|Kc>(=`m(dYKA!Q^t9g#kdFh5`lKu7{twqdq8dyvTn zb1|Bt_CKs5_;gU<-x zWcHW70+#k}1U0KH+=RB!(*Oj?nlNM$=K zhJAG)_N6`%nt|_d#NOIWw%-T6PSNa7bsbT0J`B30^kx~U3J(8-3s*FX9w5PZF<> z+;l1nz3r!lw z_x!B+ajZhoSR;}5iRDXc5Q(YP*G194`~Cj3FTsbpD&3;`KPY1UUli$RxomTw_^;LX zZz=1bq+@z63yj2FQ=QN@DsRwu5puC6gu#a6CF4z1ZRQvB75)3Y^LxN#wDCwa2gI5U zH}<9;Nhn`R3hYhtZ_jRS=&{AyYkYIR;`o=AkbbTo$z0tWni|HtFmeK&^czs`0SGyJ zyws;VDTrY04&Hgk0z0U;8{8e=M=>8>Q8x9Q#vh}f2SbWy$4vz}L%_uITti;fNf3RK z-_v0H*)i_FerRXns@Ev?8d{r&?w#vN^QB}?Gnat-R~Lcw!L97IPldzz_@KT9m)sW&sDB^&8HLmvm6`{Af%P=-4$NVz8%lBe2p8dP zf(wL=v>*yZA(xI)?%U>HmHA7CO(}`!CI}rzV|)z=TKvdvm^@!2U8T^>*5h!%@=;eCZ1>+p#y;!wZldEo;4DKnavzx5UBA$Cq^=ir0 zFvnoRM`#<_Wldlmw$w`Ucf;Nq`j&2jbDzZwRK~Q;{^%!V1pb2I0+>TLdY2uqd7{^+ z^E$`LY^I5Gv*DrtuXXb}0BKjyY^+iYwHB+_*Jb@W-yUhkTj(f}4}+cqL84Q>N$Tpz zPb1KMvQr`*;V*J2R53gFau@bFqqd9VB!l0I){)@JJ=yXco}}c7qf2ayu~3a>#IumP zT61Lti7uN!Es46EhsJxaxJ(C@!K^h9d|Q$WK%|np=6eJVICo8E6mWfW z7_hsAeq$-{y2@2v0aeaw&B^}AvCI^O=j%v@|0?$K5WpY!>^;Q~mPj<&_%4>n<;QD} z{Zo|fzEdV26F-Un=nNJMz;icED?VgGJ_q{cR?n|1vVI_-@Ya!x<7p(SEUFz>v_Q`o z{ro%ha}?D5c=E$8C7u|$l!wW>h&$n*H)Uji3JOlyhzIXP5D*VN5MzWJF2n8n_xfAx z(RU)>{X|<^{MaJ$Nco!DqG*E)0Zvt!)v2r)Ba>o(_B=^^F(>?aW9MI`FO^gjYNGhm z3rODAd4CrB+f)^Q0niHZJa6qlYPd@BWNY?-fze19zVL(9%E;izi~3nK!l5n4I(rN~ zH%^IG#(0Y~5^xnYE+=@DRz`bwDm)NE4MZl1Yo?>#1IgCgYWAD?by?afho+DG1Z^Yj8lD z-~N$nj`XLt3Ao}*o|O^Gv@q1noi-Y(y=*D50Y3%r@Y6v!kB!Tj1zE{oVw5qdAeUa@ zT)w!nZz_8(Wk4{*>dvn14On~W*Hnu^YQkovS(I9N^l%i&JMR7WnxOb0kLg`^E1|;k z+-8x8CN z6qz4?r>ZWY>qtNzOr^y+QP9Rzi^(cB16thlonMosO}#$FdUlxstGbk zPLF`FasGB|5&_=}i{z->SYQ8Q+!5^kKk z-fs2QZ;PIVf>SDwfQ86uOUZ^C1N!$+0nd>)_+)9@)|OTV^3r+h2IK7Jmw7P8?&NYP z2j9YJZjax1XXln%MyeIG7*i2uS0MB$Bs}%11mFS4e^^#)daJXb4pdZ`M3A54?ry}n zRxohsS9>|JR=lHOob7kq=sXem(~bixiZ%LYQTt7Pe?N)%8&!_owth}&0r|0wL{3kU zMk^3>4TYh2qr)haVk7jW#2FbQdw;sA$UEVHcV%l4W3-9uvOlN zgV4yEWTVoyex-I#^3#xtfUiBY`I!i=x<(h=nOJgxK}#**q8RsH+dsJBs*;r0_}9Ud zd>>v$yCtcrohx7rZ?edwCPA*&LF2oq9 z_YbY4b?ikvD@(Nc)QN*em74Exy|FX^Bb4-71fdXIdkIHXweW(m3TaUBcZERLYC;H@ z(bFHLu@)g(6$D$eD(*@-b~YvDZIQNI2sRsG1gkQL1iIEF#`zE#4z;j<>nYDcM$nd6{{ zi7~s;52xEnmNC6qB^PAx3U6a)OOKV~l&4(?=Mg5Cr3*xrwj)1;ZhhCQ^~OOmnE37O zab4k`nYw`@9OgU@Y$bbnG=Dvn;qYw|=@#+|B+5;$Bb=|Sfu136oB9B`5A~f96Ox)u z57=YdDm{cY3cGdlMQ&S~GhBJz?-1)yNc&1HXWqQPZ>n;a@CzIlZ#wkEGr=O9O7l6M zE4pWlLXB0mb2&?pSmK^pR5LVTnk9y3W8o8!;sP`gbezR=mKYgw3GxsOFaZP@w}EMzU_Y|S$#WU~45D+4MLeT-`l(EaB9I}%XMKm_B8&t&KI43z-%z00+z)9$ zxRrsLJ&bI2!*7{+1ICiagG0H5Vm5vB%u^S~P^FvRkK}t;+MCRGi;@wx$J#M0%?4t* z6N+uI@O?9t5AQ7O`La&i2*1Tz%_#p(OJGmDK&31O=)WOS)TIJfokNCeTSAbpJs`uj z(j?sHeLDH98f!t%u1M>2>$|)}^Z#pugktp`txH&N^JpgWEI=k&MtmS$ESrh z{5h?9eEM7))G;pXh^cwrII<{{*SLBFC0qgFw`tUYbLpR~A~IEBmtlTF&@S&|*F*3k z*h!8T09qYsDu3y2fK^uO#JkCQUd&E~myd@7k4F;6>Bn^Dp`M;k(N&J(E$_>lc%CZC zLH3W=y5fAnvI%_kimdX7vaj9lWG3_=Vz6x;=3zc`HO`w_=9h)|@OPb!pPDZq8-;M! zyCWep<}%GG^i(WAeV<`;lwRIe-x>5Tsz^lSfewi5DwE5?Yl5qZdlYbQ%(LVkIRy*f zgBSb;<{(giJ2OS!w8P{3H={ydUN!|v`G4D1q86F?nS$K+`uaWIpEqlmr<0ean7BIJ zRGG+EjiZNqSqVrmE5AOX1PL$i!#p?D0a|y|FpL7>XX5JLj0p;K&pGIWFJk`bR0;ji zKtpNWgQ`?KF<4mVPo%vFiH1EoO?*E%vZk93H9g0At4TWR4uZrB|cN_ zZEYhv`lfH>+m%a?xn5(B(AF*y(AB@^vw8;?s?5bMmK^!5hNIlqtusa97^hJ509}Bl zsIihT&ZZ7h-w%ltV{IRsjLgaL!}rvi58f;tG=fV{9FG}@TxX4r>0}SA)tGVhWf)vD zME-*1hIwq!OY9vlQ&sM8Yna-0GiX>WYbicCZeyumw&JRxVI;WNiz`z|V?{Cv=cUre zDkO^?O>M#957@R-AvheZ%aazKfFH@{d{6eip}S<8-O`}{@7N^8@HCCU^@9XOhma)3 z8jY)!x34VagFn_N7y7hoBK3C692298M&1q>2Nn&2Fyg#WRrXc>oV_eVd$#k}`kI)V z<9vqyny_VjQ^(qyO+>A7u^X~-3cO=bMmiK99S5-pQIlU@u#97tnR;1|0sn}zYu(VT z)a;!mq#&_8-=Gj9=*p__0vZXX;_f7exFxwjPBSPvYh7sBeg#+WyyBo*xp**(kPyZ!%YZqGqha$cv4mUv-<`UN z+fqya`rU5{rd)C~_L`?`0FyOE!&e_oD8PS0eW&n>V840q<1_a$Ux`z}>d%cbf1bO6 zbnkD9zML=T7a%dERV$sN7rX&rYLtujUd1FPG+_72XySSVFfeFHfneGmyfYvA=c1@S$1pK- ziU%3sT)tPA*ZV$3-Z4w!Gzd)0yfz3fZk;sxZgi>L-6Z**An7K^{L zg+Cbw{OD?8oDd-7xP#v~LFtU~W|l`rtByzEV~k~Ud?`t)nQ9_#4>A?i()}515_90& zrG55==vb(AVJ17Cg7S0kwTWqz$d?Cl@RSMUuNSFylm)uOsS@bC_4I1Y9}4v*EVH{iF#Zldky@BfnX z5@)jD)4&vUGPqLT)g+9ofrrYb`sc8+ZHQDJmp%QVqsl|#&I62K(wGtEye5N-rQ3Qh z`d!Wue~JSJp68=wIYvF!YV&o)?g->VX&^I1KP^NX$2hAB{~1)w+|nYG-hZaVNgA~S z0FOgNWo!~;*5dznKDPGn^Wdb~fe}G7GxdZvu#Mk_M8t{S)=s5D6v!zU{A$jml~n$K(Riu zBvwzp|NAGd#(v{;sKlw|3k>mD0vQZSls_8T9Kc@3BHR3v%m5?;;~T=W4%t{gfxPa@ zM{NDs>pb!+@rlU|mh!Ep8Jw8~Obpym;mHlm)ZtJ+fA3}f8GM4*i{lqVELfNN#M8Br z0SCBOd)C^(N`7!;B8w04Z}9zhKwiF=QMwDg&!+pvgI`+Cr8m8Zfrv z(&7|NrZk=4xayy|Ff-i(Qq2}_Fz;YT?WanNQl+8U)?A|s$&@eQADgB%QJcS{qSDx| zg>Zi7gtPKR8fI<@-7q?!0d7apAkk6d%boBA8Z)>fj1$&{@jwzm^jpS&@fRPgZj=r`TUv$n zthqEuP@HYju;T)Lk_R*jjbj>BH4NM^n{j1n z_GxQOL0vyA2s_bT`sY;Vaqp}Sku;k3!LVGna%m(83g{G2z?OjNhf^0b8^8!}yKj<) zmtKt!{T@LDK2L@2exiyELa)Lx920{8x&wFku6o{$z-$S!j@}f?{h>EjK^!cF`BO;v zqw!)>Vi@ZrT$DUrL}sj$SRG z41n{};5s9Ong@)q&F$v%!FgDW;w&v&m1m82yz50G||igDakUYEzfGgRMC*g^Pi+} zrTM}=+fB*9C^F(68OqzDNDA=yN}SWzNpR1(beQFbR9fr1x;klmS`br|G0zW$mPzGM z%!_b-j`&BCf6QqK)sQbbN|j|KQiI4voI{fue<+#aH(rLrXmnY@kp2uRz&{-J4cNog zX9)r{%ZPMf9F6QLlSY-xw~576DYRH${W_ncLdA6m-ojC zKglTkjDDYhH5Q(ZT&-CpCy;Jd-KUNtBRB(Q?d>k}_O;ZY^XUeYbD$re!Xics+nGG| zIvheLiWl)_JJhzTrD8vI(}@z0jf2syZc73a4z?p&C?FJjJWoqVn~3`-eVMemOWqnZlgdN>{hk^iD~x&R&Rk)o%YSxklo;&?*9` z6d=vPleHq`%@s^~SmV&?42r+<_V%yvExxk58RsnAMx`vGy>ijhKn9!UA;M+x3_HOh zI<<++l@jFC4Qcll1dJKWP^iB1zz@1(x7oc(!^yc zQ;muj)Su2!FI@Gv?(aC79a{TxSkqWVGYq#62zTxI_1+<>9|j(4(N%#B$5ixKjDk8a zZY_S|H=QqSQ^d>eq!?fe>FCoSzLIE)?SyJQP^EAc#*2h0ZzI!>wP&DBlRH4eJ$z8| zS~|ETJm?q~+rEmXgt`kWP|=Vz zmf{Sr6}&C=RXi|NT92w$LCFn=J3n2FH2jIr`g-BPWuRT)S-+h@c(ln8j2>d_OW267 z#bS@Qp~Jitc5V)S^lLWd^i(W3e<&4Z&I$r7iW}Z;3|m}IWDbIv3wfUyBY=Qo+|r@LPsriH(FNY)6(c&tqnwykY>{&(V-E&ktWQe*Gj$5T1XbGt+u3TnG=X+l5=x`DJ4uq zp28@iw_O*4((H-iRc5mhL*`8jGB+s2a;KN?ubRGyg)DUnci=~VRbPKX=#>f87BK7-&aKA?hU4v1l4pOF?c#;{_TM{?s9Ya@RGzOka!pcw==67Zjzc8!IlZ* zZ>f+5#y8abO#;ZHbTF$hh>thcLoc|&>B!1^{ZJ>UvNhG)*?G-l6(wZ`QOpN0Plssu zZ_=_8{@i=HItLN1YgC6;PvXN(q_i=PcN4X&%!QB~=&JrnKUIqyrai+*)RFOGR}`|a zf*@`dE$%NCwsf{IO;nLOY!GIr2qGUKl^eEPkwz_C%K|8&JnO9PrC8zSD%*>^D|Fwj zs04Y-wfT7w+G2H{6zDs*RV=3Yo|)MERJVgtro1{?4)j>u%i26Zwa?%}{DZ)B%)RlY zO4AlC^t`x|!-S1dbE!HmcI4t`kosjI^G@loKrWi0I7Jd8~oW zzaoy^$&yY?GvbHJ>*{iNNu~72IIWYoE?Z+FBl5@*r8*5w=66L_>lV^n@$o(TrO$I=#kn07Mur16kg zac|OD#1^3vWL476= z6(~(7i))F+>K{JO@ykiqt7Mt)WCYoS^~m9OwGLZ$o*M*j*6j4`?(hm8 zddE;N4u@+?R9V^@B=J}Kh79OTceme-fJv3DWL4~D|2Nc44I0az|GGunxiHt8=el0= z#m{5=bYKQ(C6Z0pj>UR%LrvESQ_tvFi&6Cya@j=DvJ~o>=Tcm)$q4GX=9(yLAuN29 z()}Frj#GpG(Bw(}!+G=K-(rJV>?i}ZXw@YU-Tf0r5n4zN@q0QSCz_dFD=doN08lnl zZ-F4q=xlWnAARSLLXIc&d`zd|aRoKe72aM9+SwnF-9lJw!50?qr&xLZY3BUdR?#N; z4&kX?`)7yad}g*XkSo}43(3;+kL+EprO0sJ?B3C)^a+N<%VpIB<_|68SVALc9&8kj zU#^MPc-D$*|4%jHkkk+S)rSq z)Mhson}>k5KE6teR3Cy32NHt?uYpqTL@>XfU&NLJFJu=Q89%OhJ@i%QFYuU|NRshq z;A>avHE!Qgi*Wtw;Z&V{(awMS^|}mYZcV;ep>OV}XhaWg)c0Hz6ozSZPuS{}A-^C4 zBBxs?^9Si|xj`O8;}SXRSOp`VoJ4qZ=xOY0O%aaM;dSOy3D^CnF`dFK119SLq==lr z7W?YVS*;-+rBZ2t@mQnOf=RJA}SbaZt|1`-(lL>AZm8km5;X@Cp?w$;Bq}1aM(i z-BVKNZDxk{f4wj`=D`-5AbVI}111Rr#9#u;1!Bjeop*G+bmQ5tIp`u zlqeh?XHVPPO~_~T?|l<&9yfDMZ<+&d09gLF-{@T0<8oqr-0ccX2 zB~FR!Tf-yvocd^_2XXj!^SVnKTae%|E{~39c@kH2JR2fbHcJ3BCm) zuy`$xc+{BNHHz=Cb?GUk<9n+uLtFlPPgPtw*qO@qkwk+g`x}!T-Ep{R{QdqY=2vVL zkG`*wo%Kh?$RwQ4?!mJWoqv4eXncANjHrX+F+v8aBOEY+J~Q?`X4#SU=oHSyOn2oAHh6~&*m(CiVL{&W+oI|q>Ico*+R&W! zH%P4!9r2#&M0}3T;IShJadZ|fiHqh}mM8E%kM1+aoAn!oWQ#dQ^nInLi_AjMwrOs6 z$mCPXgVr*IEuieF&k}9#k^K6~O9fp#90lS%5H5Stlbg8;u(9PC+Mq{0j=FK2rT%8h zUJ{HsgYgt&iB9>VRAM+Ve7|2UBNM-hV=9=GC38U`wf-ufEGCLq_Nmg$t*Ygs#A59m}%n@}U?4xG>P$~^I_BzN*LJ$T?ft` zb8yh58g=i^>*FfU#hDv8VF~-Hy0z=a6|InUh&hV|o}#2JbzHxc6iV5aa*B?Xrism= zq^%MPLx1u!$o3O6$Z*0pG+%@jM3PNj5vz=_+b0|`b#voOAF$OM-&F|Iv(SS^l?ho9 zA=9q5YZG#za^dT81VpLIPjPoKZUV;8-^Jp-6(}r8PSv(j`3R+Q$pR<_2$Fv5m~PPS zh&utbJY{59C48$Tib8O?NZNd#V|&NjY_N`3?{Spr4h(e+=$=^j7Gf>7lkDi#5;)mZ zL|$(Jccq%}gdnY{hw^wOTIP~ec?907wp{$|J?N18{@4S>2Vt589X_k}S%CW(g0qL_ z*WhXoN5k!NnwJnWHvOQTa`}lKTu@eGS%G$@5AVp3f|7$W=>yq{ZR8S>vw$)`LvL5N zH-9}5DO3q+oCh)9&|hpJ?3lPxVQaxmz9CMH^tJjG@*yH=m)9f>M!$oEp1|`QZVNof z#9IrL6V`g`U$sToNT1|5(m>0DJDwS=Mmk;~h??HBT4SyM86J~K?3vbpT{*JA_yONleU; zIyM>N$!^#OW%vVTd)Z(QBPbQw^B6JFt@&bGeTt*Tj(o)}Uo5s$&GQHy+|30si+k|^ z-{kxF@3!~3EsQ8RM=dw1N|R%3Px~m%mlIHWDG7u$6RaM&l|2EVPyMJEux_&V#`Z$AbPfO zq+8oGPJAxW;q%vbrl}zcECvl+%gD!cI|LxKh%G@5I~0yvR=_=#@3}kLZo9l66iWZ5 z^|iarBpLRdhDmII#Bh^$CE}*KLhm8iDmE z)qvj)2*tcNnp{1uSqGCy9PX4c?xh0#)Xo@6f)Rpt!{R#YsBj2EH>*u|^#zVDLTB}d zjstx)G@e(GGSI=_9>BVWhq2Ks-@J2S$O`R%tkRXfoIHY0WddoFioT6W!r{odq=CUT z*5h24PW4Nxry3-sl@BivRmgR{8m4lS`R=02FPsApVMs5BH8Fu}eS*PrjL~7hbw*;n z$K+7XqES7vB}D^ zm=GSK4^xiK)ALBR#az99pLdZ8_)n?Mv>!$hb@7_S&0L^Nnb>+mYz1hzw5GE)wFwhb z$mdi64)`!Di`Op9h)SdVzjm+bH}Dorc!)Zc2JKqGJFvMT$v4saoDr`;$W<+J{*3}x z*>%-#8-PVy(c;N@tz*FB^1_seut%Y$yG~+}ump8!qSO6kc-1YJnq?BS6<0Q=@?A=N zRsa=+Npm`g5|WDNAe%UwAH-4MOhij^G!v1)r}V<%lqAGjN2X#imDCSww;fQ)T6-O` zLffTAsZLq3o|~A{jB*0!I5C2=l4-yS`I6Ka0RU^PE0o21^a;#P-M|l@E#t;Cy{ks| zv4_f8Sn5VwJg&1^itm&JWm{2hI(45w_W#Zxzg)Fr*KXg4QRJL7*&XyE_zgi6nAAEp zD28KQmGq-%iIXv}$G397l*vF5eHv*%5tT9W?kMyJ3h0obAiJNR6L)5K3{xg@utS}G z58&)?s-3wPp~JAjr5ngTJKa4 zSE88P!1%$npNd0{LFG$X*Iw*+xbUhwm?xeEg&7GG-07t5Kd=dj(iUXWeHv>Q26+ z(MxpM`$cG~m4^!jY+bHor=SRrk_c>a!S}PNLUv@L@oo0$h$*5+u{mjQdOLNSxIjO+ zHXsZr)tu{PlaS%Fyy-C+x|Wn@1UWx~-=u6F4|eN?^S9zK+8#r0)0l@Y zAIhnOh7A)5e3y-L1UpgG6Xq@q1cjg0@5dcVGnceWxhr@8XIm+*i*C6qX_0>RkXuZy za4YiA9iGzwKf^GSUh`?8616a?BJep!HC_>vBk4~eRj}@p>*yXsE7^TrkK>PGn9V$G zj^GF4QH2O5|ED}XfXL7|lKdjeXq}7*sGfk{T?5P;3{P5Y#eyxs_k~?&&3C}0)*z`O z<^p4Om;#c;TW;R$xJrrAE(f^qt8P}|DY$vi^?xbm8^JvrP$DNfs5U}V0hk#wb2V7k zk%TJEOin)>@8ZTV!{aO>{>7wXRYB$mvarWex5DIB-7xF0I7%SW^GB1AvXoE34#s`5 zK)RTdu=3C`$qr8VQYt#*4;W=Xdrqse=Sc{Q$#W1#y3}LU+qfa6P74_|l;J_{AC%9t zf0Txdtu7ZB5Hy@so|RB80QH`F#P$A8kv|%8<5x&ru#!wLS5Mib?C!Ve;O8-ZKvv|{ zY_vzD^09+sI&5SjIuTnx^*kRAX?D&e+4}v#9-jS_z{Y~XaWUYYEvp@_xQS)`stUl> zP*ZT3Dm!Wi8yjRpNH#lsSr?7XpbbexaQQ)xD?USyFbC?Cbe+|-32ev9cIHG8iLQJ% zK*sO;3(`NC{*o;dmQv+8EKUXriGON^hO!Yhk;03rJYig%y}0BJ&X;bjH5TdZDNNsN z_ZB^4(6}mNl;r*9j;|z9v_+9xQU6%dP8(Qp;@S~IFYws?4RSc_@0B9xkco!LQbVEx zekmAs4`Ckm6q)}%0_>}znz*ER(8y7s@KGo%f8`c>yJ~!)Ba(;qUaF@sRT?UI@>A6PP8(m4)** z#Pb;v*s~X{s?IE-3!p5K4pQz>R1ot`1hlXtxCDEO09lAlKeEnPiZ+EIbb>xs6u=11 z?kzuZe}q?eUTP^h3peFF#qQx!{BalxqYIHgMV9FGpkR1(%3Sxv?~GUJEyi^2Mxy`b9< z6}c~!<`3VU%`ad01)-x)fA%2Ieu!2hQ_P(R0X3cUVp;t}#Mq}{yXI}8IvIGw9B%G# z(7b^~3OeT_S(J1=zp{hCs^0&8DU{yUk@?WuKDMaNVoJDK$9GZvuDRnNWCJBLU8v&< z5@O4oRxR<*QY?HqHzg!cRS@kDiTY;ztC7YAxo={iRVK=yg*HI=z7E}KL_j7Hbj^1! z1f=64+&c$!sRnN@o<|J(u~lg(8J6lqVa0~K(2kPwcp?7Oz!%p6yoilIB)^)3kWi^l ztVR{kS@*JXTF-j-sw9&CPU!V5ahN&isLj!J%p&H&Z-m1?4-MvjX75-LhZbVW0D3il zkB^gNfAfN@2HT@Pq^I6(!tDXQy(Z&!SMOyNREsFyJoMbI)^?St7sI&nN{)}*Y$$08 z%I0IPwAP;AriJ_Z1iW7Cyk|RsXCvYu>gxu(WXQMVM+1lHoDyHLXDX&y4@sBcA@qmT z8v)i~`>ho=Rb~Ai7q{_*czc^|fc#cR^?Kh-p>zt*z;7Aofj~;X#ftCaZ!$%R)js^H z=XxD<(lSHuzpa!5_?cfn4?WTai^|14qKzB)fH%xstmz8JZ!$7w?^*Thz_B#4kK#U* z++B&U2baWO22e**yW{l|{9O`)Ie#4=fT`y+k^g@^VCrC;9(n*?1TeGxR|9F)(M#HH z`{}=@^2?#PN-qrLpUR2zMx@D$G zAo=Uw;D<6}x~bD<7lPL-&wKE{eyCVew@3Ed_wl$1gRrH@=TGW)-b=>2uRaz3+6)gQ zhgrR2veFI89Nil9aE!~=Vd+(=#Oi zMHlplO5g3Wzgaeh)=h-hW8+q^f4rh`d`=meM)rIQi42yN^S^#!%oY->xK1=mXXtgl z$0e`4ZDy{L$Cc;ttXG%()8OT3-V#-@3qE=)qq*MYg@eW08xj;dID?{9GjmNIa$8>A z)8q6hCXcUA(=6U!YS4?kRNfF*^-RtHXEc&8CuO)37x|e|qZUd-$@6slj$>vBNg3Oq zi5mP-JKthaV)Wkh#I(S;8Jp}@=fcwr8ltyg6MhwUCLublSyuXp^+iI?2A3jrCpkTN zJnk>Mhb^udOQFYvtAUg;)U25!QD}^kWiaRf>hAo5dZtU3ds6^AbeusaVbd27cEXty zQ;NgGdMh?6mGkA4G6~b8@E2pw4_CUd<_ZvG4v($d!)Nqi;FI~idBYNSr_ulrpt|n{ zzzfK>Wq0V6EV({*qutu0I7s|Ab@SOzdk*LC!{tr4p z#lK*Du4v_JLCpP8%&ow~{Y=0{^dU5@wh)FBX6`iXyWhBEu*x8OQICoykVn!9?!%oq z8}?ex170buJax*XmDbkZi$X;u)*adQ$k99@gLdc35%Pu11KO&Tmy)7P;XfU2e_Krf zW4Z~sni-*Fcc636vzgAvZuWlM%lNCm^`4ZbW!bE_#yv#@K|a|j=D4H?sO=zgM@qHL zleD0a9PIxbJBLd6~<|qkgofY`;tyCw%AT#c0)MVMF#$fF3JsScd!Q(`3qNI$2FFd5bX0LIGG zL8(*i8vW;0srfRqG_n+)e~Rd09QK!;bYbLU8O927` z_XHS@^N>o6CNIZ1O}?=hUK@r6$8Ad6wEbhcovlX{(eaMVNL*s&k<-?LY>}tW>dFn{XcuC__l2KVLC!aOWti>ppJL%?4(uU zZYaYfbm|GRA~=G|4?EV&zlLqAPHSRfoS}5Zwklh})Gg7rwbf!y%a*Ku4k8O|4u*j^ z#c@NuZP*i`qKt^te{hM`&5j5K03D#q16UA;hcdvyyqyDT-8$St=8=Po^2tTQ4x-&1 z2Nbd$*bf(sJ?2{q-0tB*%@Vl- zi>v`4qqtbctjBg>;`a3(_Gna zX|shhT^#y0D7d1f0l_Iq13=@t+z8-$12pi+ov4B@z0~fXlj#hFH2@H{y@kMGGf|<7 zYlp%kmiV{ey5rcf_Z*<^d>Q-OBpe<#pRE9qfIxNE>|O?D@MjPm-*sS%Y`ZmJH-keGBe}XNbcck^ zqKyOC%@%5eWg5jcDT4tCb4OTIuq};vk7(jVDuv@C(+bRfA^rz$8LTIrOc+W&3Fs7?!syy@s4UB zy<-2>yJw2D>GHM-^m|^6OEBDPA46Os6PYYcCx{^PEUG^vfEbdV9$*cs2fH1S;%2i| zy;tBox7nE}XSj67S;!hQDb&7)rxhe3Sk5%7l}6WF{=k&@z~QobH4~!T2&KWqC2Ys? ze<~Qb^2Tp|0*OXt9rQ^d9$i;HFOnwO&{QG;9X8ZTq{%&rSeGvVqSg6o-s8L1DF&xE z*BBB$B=rvrk=kwHq4GiA&oKMeTq@~V8)+!+h;(cH#d|cL{jEC&oUS)o@T&TLMFl?E z_>8hWCc9@@_4(Lxh|-ZvpVy0yDTHdRe}D;iH&*DP4cT_UK;okBGn-&VqHa2*FP$N= zYp2FmFUc#D2g<_afqt6tQc{HaQi2o}6ZNMq?*LAhCQOy3)3(44roG~fnRey(FKJpA zDgqn_h9t~YO~jC-a!_h{OgAMhM0X;r8<5v5^kL?qAIN;3r&aFd^NZ|hH1;yXf8qE5 z`4)5U;WCQcD|%)-=3R72ICQvv8Y~$qubg@LafGSalkmmSgb}#|(gDn;Q1gyo!(bLe0_|Twif& zFo5Q~8^#f!J6dtXiD{twCyG09Ip3yjEVRDe{C-}~S)AS2fS#sb3h1ww?Bl)`h;ODr z0R^yF*#`t|>!rY*eCq-sRb|4uP0O}fO@G8oEWmqg)!e87^Hi((1~~}Sf3Y9*n-E#n zbh8X1g*vvmEx+cdSsT*K@1kAb)K@ycR_JP)61w@4LicH05jsq4o)J1g-aI!_fo!=( zVr;+H(w}r<1XUN(&+*|L)&_BWnkZl zJn)mfs+_f&sxoau&1sRle-%)~jzAbAU%L&_eGn)_u?7NXh4V&yl{S8_5lZQ-HU6ql z0yAy95|O9DxCno=W$y;O9#zYPy=QE}5Km6y_m)JF*1U*!$1dn;Q2xaUj%p z)9EGPnO4oBqf9Cq0M9Yt?DRt*bX4wh0^f>FHwNsuXoJ`PPBXzUe{sDX^LF#Sc{)`| z^!THW`}p9>yP*atqdhD;H!x54+W?xIr&-nVX_guQ%}nn1?9X=tsTx9$6z^4>A*at} zDGlz|iH#p3Dg&$YRc1_Ho66js_%yTAS-lf@97TTg%;~q|@=Xr}Awj?J+ns>`8kw27 zZ3sfrvJT$6x^0MLe{sgD7B0T#p^U_EN}DwgZ#Q4`su5FV?sa+l0^5r=jwS^T} zn*7j1h|+J7N+-g!vhv*+3v>s~>m~8Uw$pID%>33Jbkavop7VjCD2(~Z@)@u`)3*m@ zVOu*dAdxIye-oaEsT1%iC|a_-gR-$Bh93-~T({)-E-Yvv!k zJJWY7i(9@v>=mosqF%Aw%%16A7}hXS1YSsEDzC2n+QZw8&|DE0Xt*Iy7I$9PBe|0x#@vg{wI^;hrQYP)dR|yxwZ;8CM z7Bs2>5k$<_gqhdd8DZhdN!(-O>r0Xa^N|+m9i`8C(iJVX!SMU}vszpw^S7V>w0r}z zP+#3H9-5RH4QS6IZlOo}sWfT_tZwfD$_@8`t$Od)`n_`%9A3Y!3zUv6Q~k_3EGwQ> zf9&!Xg z13Ztv;CBwEyV6&#NszE8pC!^%FOq5IfPYa=8?5PGuL;~~9(iRDhjmjC1*jLvw=i!G z?ryQ9W%Z(F1|6>R-;t}|8Ku!*Tl@MSKR+a2;v>{D&HwmsWfJf$kpyT4W$xejcDyh! zQd<1c-}DS`qkemHQx$&pC{??}Z<>5{pL}=o-OYai=d89?mpSqSuzxWzHwr#J3UhRF zWnpa!c$}>q+j88t^<7^9Pup~rSurHRtNq}S+az^n(y0@5@*wAdyGu#5x#XJUT2jBk zKOp}@{;>yl5SP_jaWb(53OG18_Y05@C_*9p%l=$%Pa^aa{P*r83=(vE5~3eZKA=|@ zCt_9}2VoeZJW1%^7k^ura((jM54b=P46k5#u_k}qqQ$FIbn)&a4T_Acz1XnNmy7dX z|8r=6ufhE)4E~2-m=!yTp1_eWP@nhZ9L)D^x^xJLKZASES)$L*Y z=OLeR8Ga$;YloyP;-h z#7P#!sW?m!Cj3Ajn|?oXU~Hy|c2;I{wCOP!Y5_ec&@baOU_Zv>M+t`?JIhNO4hRW+ zJ4I;`=_Domh<`ae!5Rx*kvQO;Wn~`30>9`~LOg_Ff&&bnz8Z!C-Vqqa$6=TkK^7-& z3^{_j#1(0fmYIbBl~s;)Y9YKEB0D~}dg0ndfWhL z1iT~gi+_*6FOJI~53?`A&(s(R!@wyC5^i0QKN8RTbwaXL90uGi3*U{&C70Tu-G zr2#j_Ed*+tu13@SuHK-rM_0nQ#6dLk(2HuIXn%o)jc4EIR48(W0{8F-h~SyYfd0m) zK69+%4E?Y{|E$O6x~rys7?Gj*Sr!yd3@ma9E<~jl18@$B!XV2P1{)273djke#Rkj} zIQ+I=PxRLVe7WV=h{i1vZH?1{s2^{chJb z^=3)&fY=OnxEBNfH=cq|Hdo#4s&0e>s4$L;vhavu7NmJ{kZ?Fi1vpB$bLz&xlO8e` z&-tX(>k!9!R}IxvkJ`)yV5kpkZavE)NPoioAeQ9Nsl*bEyL#PxT33X7Qd->nNWq-j z{J7<+8%fm-Fpm6OPJyXH0>R9RsR4RD5tCV9y2oN$-Rr|ut&jR`GfnkI|I}RRBSs!M z6q*uYUa0ry^za<=Z^kmhOc`_i#wi}>AbEw0;>@&l`|X)W+BnY2(?n&$RIVytsdOr+Ag{hYnR)XS2 z($W^b?W%P>1{VLUeNu>i-23oT^6(iPO+ItbJrq8_DR4OhtHDQ>_b77k?^68O_TV^U;3XS8aQ*f8y>nWxFrPKKfV?9zp^=uMV?B zr~DGFcwAWqMV45z_JDiSwju(0(o?}@l>oz96^e5&Nk*PU4B-VUf0FP9XZ#Zl0_BLu z$k}ZE>Eu{x`YB}DA!5t-aD(?Bww6RdB*L9eHpc&dulf5BrfLxl(D_h$A%=a=pj6IEB5uXI|xZ| za!rO3HHahL7&-^9)z7LRL`h{{t|roCU?p`US5+K2Wj|@2ZC<&* z;8AXc#`~`CgntPsf)Xbdock@hf*|?9L;L6tGw%d%Fcq~Ln>$N%Lr3vg91oXACokqyv7M6=He4Si++e=~ zB`z5$4!0fJ<~_R~kU)4b-^G7<2Ar+;T=3ChvHRZQXyTwe+E*|Q@o2X7`} zh@XnXhQl+HBjalfN($f*2=Cg+*ImL%=-TM~3X%+(D=>USx-N#IRil5q<>C(6AmAYg z3E9lSLVlXrQ;n93mExV^0f*6VGZP=9}^x2*XN=6CLF4~J^NylJSKmV{lqYP#vF zEv+!`KmtictF1*{0K_PDK=?>I5napbBsX=n@wtyMJeqLERCbQZO*jjzmvBy~PbVDY zL_nR5n{uO0y7U0)2-PNFfQM>var6ZVb1FN;;G~)j)<-or)UP3Kq_xVyVM6vIg_l%$<^fC(!|HV6-WjL5U28IilLD%NgBSYW-3a6&p0p7WZW`Xq*&4j9s_a8_#*$F$9*_pOW( zIlV|%z%dW#wdqmU%fvT{13dRCcYlXivffWMq|HA0OON(D=2W)#2RA7#uwGJ{P!;NL z_C26Z+m+&0rn=2jCPC&Xo)L!)vBbEpcJy-bejp`|*|pBmM~dWVPhw8h*&ukq5#LaTA%6YO&-iH7pu1F-qR$YV5NL_#tI6g%~^Efh7aTzrD&Fci59!wlKS?@ zE^BGad`Nuw!u>tvfJb`&aqPV;DB@#!6=J)eXp2$1qh++{?;tZ68)3P#FR!C`jj3#oNPRyle?wH{2J$ zN)06a2^`aEuIEMp!-!nhh)WHlOM=oFXobGk5UeX!4lXlREf%>cAClIOKJM4-mdkoJ ztEYXwsPvm5dE=_j;6`^rah65ZPzB38AZC0x43T-ycYJc_TygUzM&Vzr><&|HhYx!I7y3K zvw)L67_|Y*qs55ojvA^%sc-$2ceVEFC3>`e9+&Asf_sQon7$~EIS=@ysa3UpKf*a~ z&%HK$AVc{92WW5}P_4?`ySf8f{oGU9wi&lQOZ`-B*fz_hrXn!_&tY^Pu-84Dk7K{)1 zy&N1zGbjE8gth2QV47299=MUjKgO5(XW%p#KJAVn!_MZlPIuC8+Z!LFWoMEcGJZS&Msg6PVTvc z&UY*VUwW}4(0}GFsHWrjD@RWxfm7>^Bvsw=(H@FCyAWFWfz&xYJy!9z5pdA^8;t64 zj{Rs$5sm$-Z?<^AVAm4~-3*L)z!u@7(?fGAqvSVkk+s13VlWG;ib!1#@<>U{5xnwu zp!(ZBcMeEy;vIY5*p&lbyU%NZ^`6&+8pPuL$UiCwb$>|w(_PoJqXxlG#d}@ix)E5g zvJ|PHHzJVFRtColjud1*eJqNLwU;lBphDcZps^W50_(nex9`^U?F98=51xEfe-aq7 zYczSt{UNosi1_pG zMI6Q{`k`J8`wHTgIC<*-3cW#+-@R;LXe zyT^7C1znmpF zPx;=ih|Q)lkusZl@_Un{D-uIY&12hS}r3u}7@j?CtTL1c0P5j>74an|6z; zTHuGtl`*gYwRt0WBbf&0$#j1|t9x{)YKGM{t}Ld7WV9K^P(R`#u?gzg$1f!E!XLl* z?CY=5CkoaS#|g1v{priEB`@VTPNM-_wfpkRZ_!`B`{tYH-+uZdazUmv$61=pz?=+l z&aj|jy)-LakmZFx)d$vff*`3NK+piL+qvaqw%MF+fjCT&x9U*GHhtC9sO(U=*|1~JxxG2^xegs$wqaXXeSJUS z*vV7VZ0@PQ1GrI`;mo5zt^#>&H(lon2OPD2mf(85BHx&q!J~zG*7bAu1|O)| zF=4J&=)&0)Hbx}H1)-Wr4KR{PJK#(}^1vNxd=17B+PHWz62R(uV&d3ZXGMm$YZ1;w##HefJN*(wVc;wU!S z-YmNj%DqF^gVBF3=9X1;&9(ep)$je%!5^KaUdNC7Mg3kdrC298zh$paRSRcZlk+6u z!sk$gf|)e}^&Pi{_QBT*WqFK~BpzNgLUF$@jsDQM$_b8XG}&TsrBFpIpTRnqpToE^ z@z5-C-2#FMfG0VJE01?zJ7+Cx1xC09^E$vuGJ+#*!mWRECPYnf9>vpT4<%}pCOGyR zE?tr@*s>~K0!$e8nHVD_GyWBb3sVw_lgBx& z!X+}aDftWVy5|#80r<%C`OtE>XWw+C&8ZuWm4i;s9pDuw%$nv`v$0ZAgf3))$pv)Z zHi+%y)3|@$Dh%(N6+7?@KN2y(;6AdB%fg;Bn&w9mQ{atk*skpGeFHnx8VasqOs%(E z1#gdVqSO=-_}J9a6tn1v3kX2mBMd&^1Ztl!=4s*N(L%Zm!I8DQroB~KO3#*>)d>Mk z&eG|7ke29?D$uyjatGJIdz!Oawgv9rNcT~D3p#%kYq=G!?U@c3@6_2dl{5N{waq$L zCMm(`lq>OrxpFL{$LY=ysg7m8pSRJk*7jZn?+&akZ`u0^O%dTDdZf@S;SjiPg2SL| zwA%!+A#oEXn}`aYGC# z^9+9%q4TcIG<>3ky5r?Jn6z@+p>q^U2SxahdcaIRDGqb{%(qkXL-RtJpUtT^sknnu8w;gv5>0X9vgr)! z2g}b2xhf1Z|+>?Bd_FpEF4&BU2BWg-zzH(UUz*%Y+WyDi42)@HpI4N?i4G$og9Xpn7 z$$9)xfwX|+NQb0pE5`lZL3Q2jtId8G_Ra9~J6pwhDhY-~$BCyx<$69sCewN04F|Bu zClw2MzEj6KYmrIS6*{fg^OxCECX{~}XPXNNVIE5eVGCfDSbtFPy#zGMG8`q2-g~Yp zMi9H()0bZu3>2OOu_hfvRxatHkm_6};wa}jPE+e1DdFV~_n+nV_Bxqqig$oFr&)efLE8NPBLkt%_(3p8nk(NeP9^6Q3jo7AVIW_O;^1|x6Kw9o*OTv6J=l}&8|h?YKIzOp=jf?UYii>ad(=ITC7m}aALx;0rx|7>Y0ab@yJ=Sd`Ir? zRUk&-ID%bkR4xP9#jR6b1-pxx;AqaQFN8&dUeiIik}DIl3pQF7C0KuKxH_8`rJO=| z6+Ky!@JNy-_>AbNBAzD30R>N7QK1kv-o~M*p%JGIz!M;*IL+L>R+@(R8wtSIX(iXi zD*mvXGBYVSQvw-A7}&$`R9xsZ%{2ptVnU+1?&Yjr9uRkcZduRT4&8xScz~AGmo5so zg3FjH8sR8%T!d-hA*O$2%rPG$#5D9ZE_|oGr-k?NjPD!(gAKyX_t{E0>FRRW%@_>Yek4TwV&+d8ikdC*GsJ zEsvS3+%nkJZNht&fA4!u#@ zGQmll4u7wL*Ya=zoeL@!f@n~)JJ7bvjF>F+M1YYx9vFWo*gTfU?KFUp*d$6-#!RQe zDv8zg#26(+WE>amlc<+Y6JrkuOXxyi_%aBsH9@trM|ES5bQ08_6W+nRz8d#}Nc*au zMTnn8SNf*uKisUUH&zB+Ia1mU(iHjXcQz`H6;MKe*#8uz~ z8Ntu8oHXcqI)p8}!d^F~a1Y3glIbd4w{KcmlV9|yjv@)V97B`fr_JLqvMX? z4)pdir7O*lCkpMcXpJ)?aS3zwi;S}GG+uCB16_YZ?$UiiE^xW0jrq}SFGUYD)6WxKWKnp1x~i5zyCsVS9pGD~=5q&hr!KTe{}N=6cwQ@G!5q8_wm z?`mcjn5>^UqJ|+L*Q!00cK-I^ayP;Ad{e{SzUj2evHf-rdPmEAs!%wjH7IW$nY_5J>t;1Z&+T)-3#bmt+0}F1u{4!gllB@$KAmnq!|!WvN|lZtK-fE%8NY+1 z5TWFz12WWac-tf0k(~k7i^&4skPY7QHTR;}=2ul;1Y2HYleOGn14l?E=}y;OUwP6i zbkZIYQswIOC(#uwLS?SGu4pRAi>MJ7|VRF!S6_PZ7K{g^P$3EJ=15nma(Bq#m-|}2a6El>F#>--t&o~n$R(waRV$aTTS#DzBYO+ z4o6=St+bz^m%67Cl^{AT#LdS>G)bY4JqTa%hhClwRbUuV5^rDfZbGZ&onlX(qV}erc|GGu0|$7rlSE`DlQSn@eyOD?9r))`3Jztw(w@3SO>zv1!zAjd7N!zonJ;m9` z8qd31&lyqI}8*1HCH0!w;pkdiE9CMT820|)ZqTMd|(1$ly*3DZ+`syKc0Wq-ATr^`#%w8 z0F>9OpzKcdMk>FjoPYWspWi+Zm0bGW@0Pu|?AYrkvdXxD;E%#83e7WDjltQig5x%K z`EfNa+W+}*_4c9Qfc=c#hcmB&s}EOuyQRzXyJ>u0Ay1V4*~l|@RRq@jy-;ty+w~~5 z-yb9k^bcx$A1Dhmd4GQ~{ZAk8-#;y6RG+Y>1Q*18Qn}^7Xkf(rkJawv59$c~pNNEt zeZb?*9zYyF8Nx>x*?ABW9OrW&JX0V%(!lV?WRXAEP}IsXDe^gL4JFM1w0lvr)Vc|AoK^KrcOid%LM2iuV-i7>pV8G* zO*0j6!im)z#Vw04>B0V(e{dAdLQ(mg4XLtmvpXfKWBRt-v<;7_1hB#?>J;<^ zpYHhQw#$zoNpAg)g6S)W|10n}nrtCey~-44M14$Iww3Hj{!IM_4|P(&%gjT+l%6#o z1rv~2GJL&EoUebEc|>hUn{Y9X)+nnFxEGA!sSBj8(IVm_UzwcYpD?#3ug^;YL+K&} zEvmJ%wWm29VCC`1N?xXVX3B-uptOEoBu|zBbs`USVi13S#j~obzA6vZZ>2)EUe5hm zd)S=>h0Ita>UbxrUAc6%53cItsn;ElIZmnD?Im(DWX@oUa6Fk`M4-QN=bw9!0guDC z=;GJEI3!cQ8i!iH-O9}}y!iGf^hw$6QG%nV{{ktZKc%A~JneIK-JZ(!9+&@>TfmsNdJ)wif=(MlW=?G9a!mVYJM7hPB0prS(s>dJl57JZ3| zR_vVMC`dCZw>aRtJ?zT5{{of4ZEyhx4g<`NdmZBNv+L`xo*&t-_Os82uiEmtEsLAy zs;>IyKeiNh1?H`{F^Zl*ENFjE`UfDi1nH)XeKt9@TJ zb$5Z9Lw~7S&)RWxufQ=z45X-$*4o3D8_Q9`+ZrosH%aVTKp1A zgj%6?I7qU{l0G=owyI0m8p&e5IiCn#Ef^E4Vt-rxUNG7k;0xfaxolc<#m;T6AI=4S z9GNE{j>3-5$lV?G`)$QZY*JW$W}+<)3UY&EGN6&Wy{~SVHY=Hq;(*d{1SLeeV;r6& z98)7syMZDj&Pe;GI72{&EZLZXbEs%{8T`IQi5#4MMU2P@H zk$=j-?co@XtIVz}YWTPNd_;lKL6guHL4oCYXKdMT{qFc?Nf>0Qb%;_P0#obq)2`T0 z5j_*nNoeNV%ZH8$V~oMU9NP>ST$&x<%$3~Dt2m-2Qb#|E&Uh|}y}1qcM1EI7f;6SR zXOdh#lYoiJhUZG_Q>@Pw0vgc~MLUMRWm@4CGf| zuU6&0XQprD%0^6xk}(q`eQ6NU6L>w4H_Nz;`pH`tyOL8l$vM=bXiH=1Wi;r)u2^xM z)3@;}&s`5n3C2O%q7(z0q!Eb%oD*^P%>@$RyRt9T=T*Obyg>IA`}@3;>V=aG_|0F!9I$^R=+E+_3XXZLZJ1 zIA(aI3XH*gC(vHU;8qG&l6d`2>hU{AnB{68I~Ujk+poE@F0Katm?*Rz(wy%KJ-%!4 zy!ET&2=AmDa?uXN_^yIzn^|FQyHK-6#dbR%pMeRa#AdS*pUrS^u|Cu*9)Dr@3B`=- ziG*@NC873SLXGiG5z349YVmc|?YG4fw_h1gjppbBL1Uz&y%BwE1dfC&0vUkXspt#B zh_I#QAI)o3ZLYe*YGbYobD?A1oM|ss+CnoGwm%`B7O-GJL}}pNQ!;{kLaU-?QNTfE zZS}d=g2buM9ZOA1gE-e3tABl*2!TZeY{m#)E?miI_!R+nI!)@q94k1P6sVP;p;{GV zgkI)juoZEhO>y6j1de7eDj|KsMtyi zMv!G{>%MGJ!_xw^Z<|%wbs%dO$4E~@GIP!za@4*vz*rc#GuK5oMt|ZZHz5T4^c1=0 zw_!SD`CO%I!$$1yA-|sRi*Zb*Ol;S;)d~_gndgHP_nW4Z7I&i55Yv-=h6^f9;ZJ^+ zkMK^KLKkg-)5!1{t3%sPE1^o|BQOxjq%x#4+%Zj|1RPAEx}X$TE_JHFbtScQC3STr zjeGp&MynmW7YQ*a}l)f+-%3_{zA5k0|YEp3kjGBt0)`j`)tet{L+%^@K z;@B9b6-PZ+D~{fX{e4?XEif+%g|Lp(*oSLaqUld$jjqy&N!iUz1-JKlNt6r&7{5v_fxl{M&4hvlMGN}6^^@6B4 zfP~J2OsLlsgW}|52E{(x`h4$a&~(08pNf;kO5X(}oPmRtby9V}AoXoz9`cG#kOq+NUf?a;qx) z%Fhq#c3`xGywsM>)nrUtCJQstmZ|ZhB-+?;&0NdJ@R2! z=YWT77k|fG+NkBM&+?u%Nbh8*0_HmY1aqwt476^W-BkV1zr)a|5Y7-La(m2@FdvT+ zW=NQ3DHDx4wEBF~5-Z|>sf_W9d>J=(m8}1yu~RM_nu4Kqxw(@?glaUVplk%%dh5Ulxd*NN^k_0Zsld6!&*m zpWCC)6_N%iWS)6x(sfZ8E+uWzU90K}!8f;O&g-;%O3)$j2|`4b%Y5x@o8E zkvMFY2iZ#xdn!MC{XyWzAmFX+{@UWv6(W{-%gnW09ay{lVN=#J z>V){4!l;4HdB%}WXU3vODM1z>-(_3g@K$douU&3R6GRS% zHLZDZIa#HReEl_`{zF-^KrssO(G#=TxPRzVPV69cCo;HjFqq_YS#rRAL{uP)vI0Ba znpYk+RbO`dVpW<~8w;i|7prF5)D|o+hl00xGOvnB9U&o zePd|;B}Asfk9$5zsJs>p!P`Y6s3+E5uKEsj`*H;t8d?^syKY-_n^$GGD)u6yKA91C zy164vfF~Uzi5vZ^kNSq1i@)`NR zX+(oY0xjyMH z-Mb&&{EPiM*IUm8j$z_I(l`k0Ibs2o;8$jjj}2Q@brhLhts01MSa;qpRBnqah=?Rx zBTUY$sgFXZG-HoZlbH&d1GHF5zQ_Wu!I#5Y4iFAG_pr-#*{U-3EPp5BG*q0x(G(|s z`tjWlmouygH4+l1eiQh~&;0)N`@hXSGRgHLA(hnJClH86_6V_LyuXD=+{Pdnw^-!` zLQrJ3w{2FU5hDda%u4dsbW_3ix@n-?7=eT!KbCjKR7PiDGhB?QU$#HI7~`?nvye*;RP(pX18`2aOh5*mRE))JbfkbkY@>U;^!Eb}B|Y!)l2 zIq|kMFUW33%BGF97snb)hw5f{s{!&QoQ!~!=i;S8xvQAv|LFjl+eWiuczb5tz44c7 zkFoA^WHm}2{jnf+8-_ugSuRCKA*)SM-}1UVF4!ZtvvNvushiRGAxkO(0Vs@{Qd8l<@9MhABOgRv@MRtUDs(*MjLK|d6>J#rK8Kq*#=`i-b zV`9X?`fhKjScF~rjWXqiz!W!-=-Dr!dEPtY@u_}E&G@`-v=xaVC$T0QCzN`+i?-t( zSokHItZnIOvtj}{a5k2SKfiaXU%T>-D`9qE|2e<`!ruEsTPrz+xE*`;%xw`^%@7@G zh&}i@4}W!AuA1Ar`W=og$Jziyd$NXwY^ZEo_|U9)+;J03CzG3X3OxhRWAjM zrp51$(dNqk5`@1|@T-@CSz_-g2(c`dym^FtiFfcGs(v%~LZXOn(>x&ddoxYz+lVl` zB*rsS!VjBj>un95a`OQa*zL$H>vLTovkBlxWPev~!HkU`;fDTAv*+WJp@5R(lg_rB z(oB66t$cL@%N&%|fBsN!5n}U&PWQz|Ip!P2V5!|P-@EbczM2(_fkSNF3j)x2o;`7_ z>Gw@_?Z!MEBVniJ415VR2q>G=O6gc>#6u%6$lLYe2I;)IoWT@WqT;vCwS~j z|JMZnW90vYut-un0#sx3cGmXh68(Jk^Vxp^nSk5vmzO34uYWW$H8%=AJ_>Vma%Ev{ z3V58&T*-FaHWuCME3oKA=^U9Mz&Y8(nUj;mPPaN)$X>8mD2XwPtZpw3dFOAvU>z(Mn*}VM650~gg z7V#C{qU)bvex#<0W!bPd8~o-HJ@X4TNX1b%-_x45d4;}i4u`znb?BG89-#f{D__dP z+n3k(4g>5F{|PtebNQwDd{{P?zf#1Z4pF@{-`ZT%BWcC4jbV!wx&{*!GTX+qP|ccWm3vj%}x7+qSI^I=Sb3dUf89 zSXEahL5W!!0r?K<>(%vu!YN#h=Qu!?x$R=lv$>@PIzA0%*l2fh z={oS88PgIpJg2&}tGq;DtsGFmJLDMMdH~&!@6|vwv&$)Ef}Ahg^4sXc#|HJ(V`ZQg zILCb3+1M*?K8sBUtAQh%#5~>&1~X&LPGFc|cH^GIFAS?B`%ze9te9`;p!$+)tt6fX z#+8BXGBLd~Xxt@m8$Oc^IqH}aHiKt88y}J3>#yliZsyyQko}Wj8##6P-bvE7s-u|5 zMuKE9Sy%8jyz^|b%;SWUpk>27pgwyBcoIV;SLG^svi+wl$XiagQTaDIK*et827j&E zZP+R={gbi&8sfMlfIVffEVGrkN|dX*{+q<2>Y zTF!bUEWryaEEB4b6TaP4q?^T=+@GXMUUf|jYT-#h(qII&ttY-Fbq@_{F*ueT{kqfc zI1R$9g|989*sJ+Nv7HqX-TC~3Yc-&`^ZeSvf%9*G2aFwqLr~51wEPj-uRkI_=myw$ z1zd>j_O2;RcQOX*&HiPv1%Je#fCiY{fVZzTfnh$WDqDjLYUWQ~;C9@k@cdE_#=y{P zkkUOy3{q**WoFEA3x+)teE<*6Q-li&6?2FY0Kp!wu>&jMclrfFW~Nb8nEfWAkO$Y# zxt~4YzsNA6SFGiu3+k*UP2*GkNRc5+#=&+QZiZ?160CxK?#Qa#IG;d10=u8Amo_g5eX7?1CnptJzQmfE1=G*6Gx*B;k-b^ijnx#!TX!J{ZbP*!yS|0y| zZQV9QRxPIizkE|twxGSP1zI?^O{H~fBibV!1O9qpP;h5XrmysydLs0HggPuWu=)`iA);dM&Hh8a< zN~|#@tYwOMhaXHYkgY8xH)E1E-)?T940$|xUS@{5tuaL!OMlJ8i_lnWFKi_5M{wImjfCY1rok;dz!;8G{m?8ZZJ|D&F$;Q}&EB=FIb17`j z&i1dM(4`g@#M;9pCSczz@+ds@&mr#C{`@JzdRbyFX<`15S_b%Q-IG3+w$SfAfY&Li zmrVnm3#-ChPYQQ}aWqcMCF@k#E%E0gzi1JVsTQQhRwNMuxbC?6V6BiQ8m z8FIwCm7m5I+)hVUzKntW@4W;|vEt>0x$IIMIt?#|zjhgET7bkj%4|=qgTD`}Y6~>>t zi{4pSyifNnCn=A$a^Hrvd?z(b(UPx-5o(HtyT{KA?kSYj^3lE4M43OheSvfJHuA_2 z_#+%B5Q)cNr$7n%qVSqwfDHwW8htBTZ7@@%rU$55x6&JM94ppvYN;d0IyY=Zfr_JO z5b>Q6DH(~z4DN@4FC=8vJ9iSU+2?1gMS-qb^SY!82j#N%2O>h~nd6niD@kE?E$yw< zWWv>eH{6=bXO}$X$yCC0_%x%JEJtYiIiqw>LHi6J9jKQw7MpVnKI&q;2$=K}@54@e zf6rcB&?+I6X7O!EM@tU*J%7{tC7kajvabYCXq4MTRI(;l&)P~j@?U?>6>47LR^9eh z-?u%0-C3GuP>&)cWN++2)pAYj^NkhzIASuLxYDh{*S6AHR(FFI0uT?z3w?-3S3L2sH zn_JRBx$-hg6}}%EHCnn}8Nc*(PNOa)8<(=S20jESnA9JFq={E}6R}08%h1Z@x8n#O zIc~Z2K)h}79&~MZ;;L}JHQc+`{g4WI6-!~qj2~6LblP=;SIQy4SM02ileB7V@=FYC zlmRS;4TCv}Snb#|O=IagN3y>Tsu=+!mhy70$c8d6d>3sAl&uhcoBBhc& zK)NT#TR{Y25$txM<~m3y4-K3edaJhhI*_TvMh!R1=?dgjjG#Uj;%rj77uD@HFeKdx3d0nv+y@cWLCZNrO>**>UMNUs0T_+n`kQmr4>C$YUzXTP zeRa(~w36JmJQn4L=Ts5XS!#Z-qT~lUo-`YK1o3Bnu$Ic|v$j&g8dfP%xmtOEdTb~LrUY7VjJ+JP z7&^nnVw-w5*fTK3ikJ+!DT#=j)$2VLBLf9Mw(JUV7?=MmLu`oPbTmRbgLd{@@UR(Q9HN-W zxKNhj#9-i!%w2V*q!GqX36TO+D%Pf~!b2oJ$?H>Z*rfq#ypzd(Lb1PVOAs7(NT;JI zD`=WllZ9gv;rx4{kJZfz8qfuX@*8sUAx@E?0TMOfLazdJFrtw$LNYQd(9}xzh6q~! zF^}kCt(mlA4EZ;}rFz}U$)QuM43xnEqkd+(i!pfFTf&Pxxtse{5$i_o* zB4G0i2|n(CxloxaSXwXjw_Ry+M^+z36Y;;l2s?&MGq*vuW{oTqf?UBK&kepX7fVVYx^tw-g4Gxd|O0_^O(PQ5BP7}y>1QpeYE%918kD4q> z&#AND?yfUDb&9pB9xreVc6O*A>Hy9eV1D#Jhx6P!8sk9aR(DF>P{DHWJ0#%G7R~hW43U0S+1CJkk=&50nHzt7;a<2Cy?qOH!k%>a-Zp6$GT96 zkw4iOL5_3Hw;2oTsR-7MMmdF?_@ybKa}M<9#R?AANkO99nsUFSbBSGt<=$7L7o~7x zlUT(l5Db_1Cfxb?fo>wwO{36N;9Yt(kMrqC9Fq{&cZrBeRv_CKk-$j2KaXWW1Ovog z#zq)jXAv@oF#ULpXvj7VtaceKuOoxWgq)l`#0Jns4i-J zYH10tvt5IKpVOCuz1nhY-A-l6QsV1KDocI^Xw=Yqw% z1N6P0SBnG?+V(?ZJyjz4+-b4VII7qCm4bKud~7#anlIstv^_xU=cQ zEye6Pa--~=l$5(d-4T99+{UILRlr}UlJeJ$;G?fS5Ul3&(qtJhP@LsaY>h2eKe2%y(ecdW&R~p|;Y@3kxW3-9`p23@^-N1u+a)ZOV94m)WSHTQ zIARP4`1KgWN)c&7c36 zYDSeI(xUu@_~M99u1vy%RAd3_p=O01J8opz(p7yY3{|e(6l*^M0@O?3728H9D)ZtD z6|g>KrrSzO;nD?Abbhyp&jS3S-G1UW*(>NOMREhN@CkX%+UKTkYYW5P}R$ zgmS49`zz?X9K&_YVE?sTwKSRIGCFt{AIuUzX*#Kh+amtKLP=lI%Z0Jktsg62rXiF7 z22OeKnKfC2CZ%o{3uF}Vs?~IDYqC#w?VrWiY)p>xQ`SW$pWEUV#nPHCD4qT@T;`*+ z5Ig>CTrOo6E_${`=_InESpvazh+6tLhI(G)`LiyqjOxf-l4)M5%V3KUC)Jut^&e;% zT9N%z&oMT2%sZ;vSjOnxi8u};-PgYbS`aL%$LWobx#SV4nY!skGbfNXT(Vli3x~$~ zGUF+j?8Y8Prc=w#2>vBzMJFFnpk%`7H^2%9(>E8 z0%lnu5IVQO}c8bKxVRz19!{&Jm8x zyTP)STp7?+3-~P4XCxl3MllB|(m7^Itl(cXn6iNM4n4*;yKgG!P^z;Qngy0-0IqGs z_3L#*ryG53?_s^w6TKy}uo^5QN>U~{{@@mMgX(>T@Ny>5wKgD8%E_&KgAu7nT8Oi& zG&+i^F73SGi?nXJoptgyJYHI$fFe5&Ch`yIRvlI&g@mbq5zLf$9~gD}id92Dc=5r~ zN^Ro(?u+PA^P<8^u|sXfXBw0r1wk>vh5-K+`UleF;H6|-qk+bqRPmiEyTon)tJ6cV z@TVyPy^zwd#*k%wW^q5e-3c#zw>Q;b@suY4uLHKz9>pvbUsqUl$%lz@=sovtSN@R1 z3=uo=4JeIa^z*~;JF?dVZe|Q2@7og6DG3goO5iN__N*0p`vG=S;8hWI%8~55yPr}) z{~1-G@Y6Q>c3Lg|9=p3+hwcuSMRFo9^+EX5Zb4uYbsak zXElTdErS+WdyB6#nu4F#xZ4(}oBRBoADF%IN2h+eomW^e-!8ER zf06MMTvT$~N+|6O3N@z#@>j*fzw%ZkvA^GP>!9!7kC%G}!Mb{1W3rnZ*Gt!5lMc1& zdF~eik5fh=LBK3gLk@PHW_jnWB&1`j-DW6$=lA;XZ7Eb1Kk*IuMO3u}hs`uQ7)?JW z9`2dH@?pt`{inX&n}uJA#KRF^&X9r5m^hivChoWwS9zI&Q555O)6@-DQnX@QVS{;U5?|;irO8O=En6yZD$*%xE= za>8=tuGx$`sqU^j??)Q&#Lvy1C1r5+qBd{njb}~=bAq;cIfLegFo$wyucP}uPlgS9 z3H_xVvm@%Xv0L;Xw>QE;tx%5zHe7WOTtNKIv}Rjt0slcWh?_>nhgPBK20?sZ1gPl7 z5SoDk6=5_%$e_|l^>DW<@-(*YaES_15x;M`0@mD@zmkzXK4CeOaC@z5yt<$rZnI(xN=%}be0YGUp zk?(E>SEmwN)Z+kHnrPum!rJ9$^3~w3#j7V&b>(w0{!oXPk#?MaYD6;AYzincQ77CG z)HLkPgq9?r7m%b%u_??Gz3nBQk4_Hrp|%vZ#D8v}8_l-pSLv-ob7&H{%iod*a9oR$ zmHu2(iiIBu3a?U?GL*U~NrOY#x|+^JtUg7P)l~xpjzD z{v_%GaiE?sh*5T@xJ=Zar+V>A?{5Ld#eWIIaQS=?c0BPDx%+O3Cv2x%P2jqpdpP z-%`;?SyZP7#c{?zqx24XDBk`3wws#J`foaWsGg057f^>FuWO ztfNgygsk?vsBKf%YIt6UgrbH+2s_HF1cb4yd!0W4M%=Il1waSt>1cC^+VRA^`YP!} z&T(X|O6)d^CRR5@*kHSvIt&(FjxC=gArK1a$p-8?_h)46tqw$aEos$?XS{%litCGsQ@m_8} zopK7$F`l*^%edctJD!)ic@74*G?J30`6b-cd@O`O<|AkHptdt} z&_nzn2`mY3z<6({vKkCrDksjji6BYuiduCu$2@mft5h+`tWa@LsZ7DAOHD%Wl&KI8 zmKmohRIzE#t;SZ9VK|^=2RzK-rK6al{_LOrQW*CB5|w_)gs-o7cn_vrtE`SR5zv^@ z6l{yyCx{Mvi7Q1dLPvGJ)ZNVWZ?c0Y(c!Tr0dfa$Q<5FeiY4tfc!ccn9!yEZ46-p= zcUyTeR98>-PSL&mCcd=`3zu|2hA8z4n@dGzht^?<5V4CvqbF$7S!oXCOLWOhC3+wz zq0b_~ETMfhpS^(^k+Prpa|fUyOLn`)8MhjT#rU>FqrqrtMAz~-TO%M*$e~EY{PHp# z1!7DVh>9kSyhyh=Am7x55YgW2lNH*tX;loMv@Bsj##+g<_Zi<(HOlgZ=$$;h!9-Fl z{PwmXnW3J7UG4VVQM>tSNkbc=v*#agPPJdyU9Q8t}LBtaZR(s z(iHY>wmd%^*t#o~qsOLtiemVkI-d*zfH@nwCW{)RUO7@oZ6~qcu&3Wm# zO$hP}zaT&{np7-J`u9QSBH74lI(_+>>4@o=4yby-Fw44W{9PRp7(7Z$ncpZLh<<6GiptCT(1 zz6q^e>WFb$Ac~|yoL~B7ef-iEf#q>g7a-$ZNY73W%@zt@KQJW^DV2sVKiL{y<;WXp zgTdWx4C{#^c%vq+2ued+@lM*5}J3vxk~^rf_cq zQX-K=XTlAleM(}JO$s6mbdKh)y9irQbi0KD-P(*Nb0W52FC^PL((gIKE@f~qJvaE-4s4uZU%r3d zC#*i6C&iB{#=ztY`A>#jokgD@P=P_^l?bRUtaB23| zAaCwA#8@5G=33SNP@QIQ2TIV+WZdpWsz@X;EYHQNu9@(n?Q*#9a;SqC+<2awal;*w zs*UJYXX}SF6Dp3DG+!xx)ANaVXP_I)KORgsHJZ`RJb8KjYvI7-EVrhd>q9#h zKGmE=oIEmjXr%l(mcnR0QnJa;F!f8Ze^kh?&Q|uQ!)9^tX9|lF_=J^~!ueZP!5BH2 z-(Vw&wH%T+exji~1HAUX{gkSC<9NV~%14sa5nxEisk@dkm~-j3JA6X;(xbpuLV>nP zWV0-#5b!u;%Bn8FlE|lJk?ChI`2*B8#T=4iwpEpx*wEY7o1Mg-Z8`pl0~lkCmkux3k5Lihw99QE^YN=&qqZ@L7tye^wApCOxW>vpj+o1cdMU{LRDI@SVZkc+Oh%qEkGq zo}RauoodG)l|!C-tK!nw3*WWzLJvT<$Jq~JaYDYEeditu!Myp4X$Bo&cVrG5rSB?l z>t}uE$K4HP&kX6rK5}ya@<*{Tuc_=9q2|sZL+8VPG8~JtrsE^6qjO|HdAy|FHO~`5 zt-{^sD)+9-zWA|Z&tSi+-z#+1Vvm}2C(+u-r)KbdPl`6b^Wyk>aYtX8cPKF4d(=~M z!eZAl`;eZ)&cM|$G>_idAdQ&0nrENrbD_uJ0?L`%aipuU+$A@#h6n?4h#NkLlJ%S z)l|4|IrF?`gY&2P2T#BWGe5AyZ#RNvc$L9s!zbHQUzxvfRNZrf5akAC=Xwl6LO-$# z^1`;6Zo_YL^%{rydhS$pyU$_(lskj&#>4L_>cO)wqZqcfOXw8c=D!2c)+xSSVXea` zy?an(){I@^+wCqj_JKM%wfwH+7V)Y3?A#L%G)7MLA4B7UFdzeN1|2hl zk@Sx|{6jM7IF{ST-1fgy!7B)+RJf&C)rM_g!CTe=duB;1RRF}k9JU3|lV7wi5o1D} zFumv>Jj*!y9FpqW#Uwxq0&Wor!*`cPJ(n(#3A37u@$;-I_LG$YriWg9jKFN}dp#v` z1(e~m0wru}Vek=jE3KFqMbVgqP&4?bdu7BZXJ^EyF_?JE;Kd?()F2TzhqD2IXlxv} zrxQIfR^kt^!65KFcq!AA7;J*DQ!*BD6%i^-CNAy6X>c@l7o??>1rV;o7STSQ^4 zgRd*Bb$1Pknc2U#19*f&I4<%GV_IF~QhJ{A)n@}g8=LZ9*$Yr&P=n@AHb`EOm%9B8 zk4kdIOObx#gBH6I)}2djwC88KDkCv7%bA-wwkQ0jTSmQ>5T_QcdD6y4&JO*$WjcO; z7(e{L&Ij-UT035=4s8ZQU@`CHO?zK@|!m ztbfE)hB(^GY1l|i2xQqK4~Cb;D9jD4Csbj!H7t>^V!PP&Fl2TkMe=vSUgq3Lc6t^B z>P$NOb0K&nEd&C;V&d9&3Bkxc-&Wxf+qqTg5c%)v7IJ_cagzR9uWt?Kp{Wh7&Dgw+ zCamBVY^7`w9b~!Z)U~I=K$HyHZ(@Mh4^)f|nTQl5=iBAGVsWq5)x+0GYPN!l!HdmY zaQ_=hLd+0E zw%=!)1M7g{e<$`ag@5N@1Ap5MRBZRrTOSQaFOIRgFSgUyQ-rgvtl+C~E9&f^zFaXL z5w}l^imG@VVg9M*G=!USlZs}b+~lkt3egH+w7$p!gKT3EXbQj)p^-i=E6weQ4#{Ny zzJWD;3KgYuGmN~k-@?rBdQu4{D2vV}OHH9^prHl25V8BHZZp67GQI-S*_o;ouL#k& z^Xyi0b`?LTLIm~pCN(0l+J4c}w7~=Z1ukXPD2T%qIJBmEl(5q-p;KK4lwPx#v39XJ zW_UQ8utB4T9q|(Q>L=1>U#d{V$QAS-XUIk}HPg(VdTLUAy~x-@>=yh~(>Srn-x(V^ zGlK?tO33f>;Jhj4z33H|+Z>ig;ew*NipYprPuqlYX>o%*j3^}QPJhIm;w_Z38o~vs z*$-CZR+MZBFP9{gg^g@g)^nUJ{yL$mc<)rm>Jc(DFY=T&bpJd0^slKw-_dNGQKrfVX;0yptWHu0tnE1;Xk|a4 zH;qbwbIZgDxC_Er4jJfh_8>k*!v1MLQMe`TTMR{n0Vf~<_Ky+fd#2JnNKyA3tC~IF z#hNbqpl;shMM130=a63(ckfok5@-ZJcq34Q;ySpejiJ7;(~n>OocRz8se0?lUA27J zaCtx!>b37a5>81Lg*HFbJ(9t^6OVbCD>Km! ztmYi~T)@%YHYJ+ruH%F($MS`e1n<=F*G)G|QaC}wmy19>nvwBsA;Z}I>{17A#;=;U zJL3Mh*EKl`Vd+0UJvAP}rI}luVQ=c?!OW8T4*a2&?dd%!N+%anjQ!w~+(qKLrNzmK z6BEE04fGKP9s-EI%S*arxztnb%?eoCcm@Q(aHFXOBTM@A7|9E9N#1Q0Fu5?Rs2}rX zHJIa~h)qWDOi2+`v<#HaEOmgfrGzwM^kTI5PVU?qeN-J7JO-`U9O?@LQc70Sp1*S2 zrm-znzKiutM<1WehRwk_th{T$me|xfK#Rg29ME2Q&T?fjNA)HHZDX`o1*%sLg>p47gC+~G1q|%u~26DZJQ67 zMKTlD8hq;QYE(FB>c$0SGmJaG7$M&6q4avPQPrmym zXPVO9YcXqew3W`SSwjL?{|MR*V{bs|1-|w8+p(gH16P?<-Bg9S?du{NnHmTclDI)X zAYG&$LFBGUB*Wh`Z;QZmERP{RTt4@hDcL#XraH-C>+Tc2MdH848xK4Yq&9S}?sPnX zA>Gx+$-QgiM|K~o@*=a&#Sxyfo9N(=MIu^Wx!buMhtTnW<4=D#OdjDYML&~~Q`z~I zUlp5mXL8lVfFebI*9$nYIY$)cj~A=YqTz_>2`AkMjD7pc;2UEv7}V(9t1|+qH^0gO z0>Rt>DDQ^C_WUZ%YU~N=$>7`9Wprqp%R+-Xq?Kj3oFk(^Sb(hn3?=0svT$?4= z%f@Wg^yr;pnPwy%uhm}xA%)=lm9w_&U577Z4v1s9^bn>0U>++MH}n5s-m&hc%TX)p ze=v_&-5Xn-JZmracw%tFH&V~T#4^=IWy8O~f(e%g-z5#p`Wg8H@b1h=-bnmZ}5!w?{_-uZuHz>X8cZ$ztFB;zH}wqo!>4{ z(i)>-cU6+OgZJaYJ%a>snxCz%?I|Co`RxQ>|Jw!AS6gJ%;MVJP`eb;sFQ<5t&w{mE za&>p$uNKnjqDrGD-scTI|04|M7*|y`X9=afa-n1PVMDnm!FypjjMev7<}CE%`^j=| zF^X^CH#D!M>3Z3^R|W?vFzL^z$VCM(KXxJgpm*Ib;Ab*SL*1-HLo3mRy&*@77D+4C z*k1_gybJ^{Y)QYwOGx4EK(${P4$Z@i!BD>QQ+bXY=AcBoF>b0s;iKV9#{OwZ zMr}Z}`Rf?=IuieSVWR|peLKNM+ER~E>Qatmj41$qXsuuNXzioX{(@}I_v{o1nTQyk zf|nuZxWKO;HEvgEo=DM*NaYtmS=J~T5|1c~JUTEjvSifTfY4f_Xun!qbi7znn0{y{ z0_2>_E$}S%p$tR%MAZe=#X<)|a-7S!JCm2MyBfPp3L}S?k=eX~1wXkS`u$xX$Oe)U z?(>v*omqqYmWwFP(o&uY^v{86s4d%Zc6eHvwGqW@vi~yb%3}?;osBL(xIDJ*A&GL$ z4H7Jq*|R)2j}zfTX(M!r{uAg(1u@>8s5hN;g>T-p%Q1A&YHnzAa*AHX@(9Y79(A6o{U*^oh}{)rdOb_BGFU|Z`_D^u8rnYA&h1I1d9Y! zq{j*3Z1{b&5e0mHR1pFDun>j~tU3>XG{=)~%_?Ws3B1NSka;5RJc-?+3(In(-dOu*>3E-xtt0^>`~7!m?uay@18g#@ zA?KFnl!zbB4<~4bGSN@E*RIzpxrc&U)L8+Ds*phq=GXHM;HOjVDNN#z8t>q19(mMl z*P>HU=EA^|#TPT2Q{G`M)_QUT7iwEGZYw)a|VFI5HrfkvYp*FZ7D*)K6OVb8bI*E{<2q9s4usIWi<*Br~X(&_`C4 zua#kn|0%ri{B6ISG0%8nrLZD9?dqvE9F57l=Czs{=?7J^#Cq1uLM*%mz{&w0Ke+D} zPiQ+hb!ZqUHX*#bOs+0E&vcepjj}Lr)2tiiU?g-T9G)Y2Tp z-Wm7-La3>mtDqY6e&B8W2o@Gpef{)nWKQeXoa&;myP6t%Stm0T@I9himExImzY4G- z?275O%alX5YCQ+`W-YV_6H+OUmcA-uY$5jSsB@*YB1(vNy$yqN-~W^>1g4k&3Bxj% z04o@YDc9u6^HH;rdepjNGlX+e_qWiXVuV2hs6A(Jd*Yif5EP5NBGU7}H#1x2to&#h>g0n2;Zt3>z&8F0 zWFwvt$|=2CiD+iJ}W^TLv+@E8dIkN@-Id-r}x@^06WxOgNqmT5`cmkrt zbY4W8=w2n-Q&8e;I7Q8E;qxRB)R#@VLNP?hPl8k+wAOjJ%Dl76flD0i9+Ov^TQchL z=?^#T0|rr=4yoRDJ4oFzduXN^+9p%MaC{QSgeaqW&=c-XhxA7A48jYN*=;78vWqhj zRLCl;Ls(Xt9-vCEl-KT+`Pnu91njO+18T>G{7PEm)+gfM9U{`CbheE&aZ6_^F~Nr& zaw7Bo_DD-;{>z>Kplpfp#W7c6X5@$9wags-_|w~LUq*m2!?4AMBvNCIZ* z`dB#qi1H^ziVyqwkDJpRI{D4j?#r4=AdD&>e@e4hxJSum>oEg4`*01t**TaW>Qg7P zV*&_KP)jdb^vQpaYAx>jIAvso#$720@gYLLqx3vt2M)U#xVqUmSIfh;#fDaK@FDd> zsFEeZ>ix@#emMi-@?-0>lgzgeoh0mt6|;p`s*+T>i!QA4TRvty1ZOVVt;&|t3r5>6 z0}p(ii3FE zQtBc`sz}8t#X&wLXKFC5_+M(;>HIx8D9~fD_`)3S{LNrA zgxPl>QdmDo-vqIKBH@LA5QArk>SE4ElRy2lnP2NbR*@~b&f(&Bmi)|6LXHM#&vaHK z=v=U(}WXw^7MMz;OnPy zd6ZAdo-zL(R#7$l)0w^gGWOyD`uAa0rR$bAYv*q_i> zhCMO^6fvv{ue+U+cwd>J$pm(%D%^l`Oot4Mx`o6|?=Q>yM z2Dp#c3S!UYeV^fYvOa+dIni!Ic`*{{Or7e0ag``NjdYjB%j^|q>l1>QjU&)@(g+B2 zQ{?j^M#bp{l7vH0xjrUzSuH76dEVND(t##$z5+o}&rd6X$26ZO@KY@|JjIo^Sp>kv zz=1rGMPW`^c41elm6QVURMzK!i9PTkb@^RKiHq8H>(y;vN!rHiVV%dZHk&N;>1Y!m z{lZmM52W&@$MAtqE0g`YHJ$5Ydk)+;m-7m{VBo1y&K=9b6r*GG4O3~BI-N8KtcCk6 z3RS2Zft+!^IVv)NVjt&qjCB^Wed`P|-diIc5@2W8bat7nJwx%$tLM-Tg-g+(jL zg-FYTtN9=$aC97X@zr>SX?bdh3=6v+R>$LjYZAM0x&<&4S#0{<*MU)LEUkj~*yTn) zq}X$w+nIF|@gmu7(F6>>tV{lfR7cn`TIGhd+1UP@xJs^OnI==A2MTyCm3;uPIcI*JG=zh&QhqCq z1EKKiQEI?XcPDBHVu4&c39*L_b$od)c}A3Pp#*N004G7C2858!f^rFMGtT!y(lnWt zTg#DAztzW4x$$}k*>1-pg6XwwnM8rqb|95-z*dhGxFZ|^D0j1X`|<%+u(+ArGwc6G z)*)d1r8p$>@}=A|eDchQlOe8}Q%mnJS{_m4Oy|XCm}Y|jF0mFp@~M(o0nZKi7^Jm@ zjkL7ma`g_MdpsUG=<>21zFE?~v$0{p$e+#AG%CF@G$_V$NvZrfvH1-%c@Rh^Kj8%~xCEM*UUE|L33Me3#w# z1?dk7O9+nX|HbLxob_l5=O<)TH*U|1aZN`5vE_K*nU1 z-j~!0?_cO7&pY0iy>u|xtJ>sdR(Hx)Sn%-vw|_GO`+)yyo<_fGU$9W$F~7dwND)n* z+)#_svHA)Cj)0?T#Q$oZ=z($TeQmxOF2MU$N2xecudP3a_Tt|@B2@su{PirBbOOlj z`Z^4Gx5nY?`Bm0UpFHM|;@OL?R{q#=4t?&6$FH6qvA##-ZsJp2{hsR0PJriGl|vt3 zbNaVI`Zd%nFz2CktvkTW{U$>U97%Bh$c}-RO&7pT2&Z9bEYPI)0Q~Fld?>mNA)iw! z%!W=;q44bRd|#iFoS~W}oZX09HfX%Mgy(-%fkV`3?bgk}Dcy41D{$YdzW%66**{6o z-tH!Ned&Q;t3Y7eQc;y#kW48oLmE6)!LT(D=)wE%ceVxB)r6(Lm0yBcIlbmF*UR*K z(juJ{N?D|rN=vFH3e)C%N%S-S$t=M3$BasDC zCK~Bk=MWo^5s(Cz*SYL^Nkfl{KP#Dh>VRQ-Uy|H;Ms3Zr-!aYA4<=<%L;ho~8qcTK z+m3Cg>^u6TX*dy@A>piy(1V658XhYKbR3Gz7r{_8umd% z)2|FT)1MZUyr4}0O|J4)EfL;pJ?b;)FZt(K#vjI&2j~D|9L{yHG9dQ{Tdy05We6jyS1VRJzQm9qj{5TUC2Yo?U(hXncpSr3r$ zoT5IC@o#B{nwMK4r?H* z$GCs!E#H}~EnC{9;Pz*t_`sha#brZ=Q!mkyjMmBtYop3q2@iesn`Zbpi_rj29Cn5|^$`;3 z=nnLhwQ>w>#5a!owNku5bU4rzQmbU4zW-vrb@Q5sWSgG&jb5MoGLrVU+*xHKuoN8D z&PQ}wnbdDd{?HirJYg*WD$*l}-6qt0s;O~|ZMohOB2yuWF)g@ouAI{&Z!pOJ7y*2X zQw~Bq0cEg>M`Y(pds$ehBvcbAI5T!sL(Ayv)X_m7+!5rc{@4a8gO5axP2&iT7v6-OY6a=1CcrxSQ zR17e^H)~;5sP$ZhBKW1d)E zca-@?sbyz}-(>Tn;y$%!*A<0%i)#@23(t`|(l3g?{0$v1cTm39a1K_1L}tCUKP;{; zYO#jB{WxH1DuRMzvx5;j4Ujg>g30HDDwJg9h&?Li($|>aL|&=U+LJV1QEE~nj36VS z{o{L{dT#__mctV|>PE|w${FNIL>Dga7^@SlGU`jNjy)Qf5ME3NZe1S|>cFMMwl6=a zB&)KC47R`iJx6b98Zr+7F`&H-3YMdRvc#F98N=^+4qx|SP5j6QB}@UX*J+X`Q3q{x zUvIfG7YMzkG$30kjbtS|oWqdK8boBUz!?uFut8yg@Xm02e*o(r=QM^I`TfIoL_hqa zWVKEg<-GOw-v_So*;2D3&@XC*N4%V>SZ+Ns4#}ZY68&{V3=Ts;?SwL!#pUMWDe5BP zsKsO4y|G_(Mv5>-ePC(@a`#DJ?&?VFm4p+$)e=rz5rzQ0Xi~}L$ZF77^Rd7>R->Kf zE16^q8p^0vSA_9oz8Eg-dYN{Co;MpeM=*oMGT{q{Pe{inBVU1s+n7lNS?hiAWdSRt z4pc6cN(tiUE*m6}&c&xOI3tHBC4!Z@7Q{X+4&6nZkY^$-ma^oxrN#3eH% zUeEhGGRcP!#}m5O2JB2z>x@ud19Iy5%LYs?TAls3m}`=2=*uy0mKQsj7E%>a)0$43 zy1aU`-CJz-lZ-cRNyEN-=+7Sx_eQ*N!`hUGT5#t%3Vc6+$XQigb6mP%tOjBdmzImF zl)`Mg*3*|_)(28G!DyKxMWNxJwEXuecuDCUnV@c|qb7nc_XZ-FF*FD`7 zFFQvK5BOq0>u-kd>H_67n>Zu`BI_A*{EO|EsCNToWKrHYDXoUALtD$CWct;hXFmPP zEHsYA7R5dKk72{Vi9#OQoqnSQ6rZ7pxL`*j^7f^DKSrkj7a4SWlz{LU+8>8PJbkiN zCTivg95E||Cy84!i)`fsj1v}L1PqBu5E6S2jJV?yy9fV-K<-)6 z4hi>a&^nf`O3j`{Sp>^GK^U?gY)%pUN!2_Z7JTSM1{5jCNZA%`)HdQ&^YRkA`;l=_ zLb%$t&vU{}A$E@vS1E>PmEO<8@$)1Mc>AZQd4zCl!1M<4d}_$Q)wj(8x`IS1UnDjK z8BAOO^TCR{Lq~Y_O(G2*OGtQg$F2KL|7O0INlzAqEHM(aKZfQL!zgmD_Hsilq(|P) zTW9{6b)JfknzOdr)(%f?iCviM)pp{^mM8Td}E3t!r_*Hh?UBe%wF0ufCdM%R;#P8VtRA~ypdOe?<7;YU)K zT1@fH((|+5UwgQ-J@gyJ@-NCC4i1=7-0vTRKkXd+wAF$w+MFqkEJJpoIzo}bq*@m2 z%i_VQLTI+og$1SDtB!O7V+p;6!pL*b{tt(+ruk~O6kb!|7sy%`eAr?{TTESl`xZ+h zIC5h8!PNz0Nyf-bOS#iX;;sp{Mq9TBQBMdFur37p2iA59w$BCs)f@6<7f zXp?oYYzDQlY}o&#l!3-3y(8+;BnOR&if?T0vX zC@Gk?g3#exYjF-PO@jlf1lYmi7q-^I+re^2&(fuZ>TNg+9V2>c?dX+Jq{*%O#e|8p z4R4XFznzWjv^8>88YIpdrx*f3RZzDO!XZ3NnGZ(RjfCug1J^D_)l)xQyHngvr{2Hh zqxoeM09S>Nr|aM4gPgN1+9`N&zkAl4v$w4q5hEE=X{LJS5aKyRr_nuZtUc;CE^FD-o&p{zF!{QJ_fW}E*q?eD#=MAzhX?ntqx3D;G z)v&pV1ln3@)2NY^%r!IdAXbAkEkD4Nfi8f!JE_kIbU`{MzLW7}H__EreLyjM#|-k5 zyn8zGM%vzTd;7L(i0tlr4!0>%w!gmU{)L^No=q7Ba>lO&Xh;XoH1Q!%3Vu)qPel$> zS2aVVcFr|geSq%xR=b6b<<0L{^m^lbBH}@6zuaE|{=88eeJeK-CAI-Buj2}J2}YeI z3E?*2$H;m0>Q3fnEUB3s(l?zro&_B6l2IROGyOurrBP#%7n&}!Hb1x%CHrF#x`X}5 zg-?)xtICzv&G;)_!r;O_C1YG+zw7)kjLDd*`gLxsUwBZld$*U^nvCI~kpXkM(Pz&C z1=UA}0HXJ29~eyyaE8Gtvx~PzbBD!Utk{#Mt`!qJqPMo+Z_;^f-$Up(~H@KhF{sPMUK7^2b9CY4w~1zf;G%7yCD%x0M1{O;ymB{O&1MNY`+a9Y~>$FdvM`$HGk*_4xqu#B+ZKdIN`k!VKl zVc3sS!&fy}{Gt2X@A%zsynDwVx}g)=r1U%*cE$GtEMMUL_XrRqIb(?uU}ye6$RRD; z5uyUf%EIx#j`OyhwmJW2p>xksou0JYh*K$RxFM&~fEv*8BI0DLLLoWi5t(?&M)n_!!EqB(%g$eZOdLR4b zN;~6?!wrc$JHhr4O09ElblKV&?duX}{(^)y&t93aS&Xk;FCyL=DzL01`fjpRtp9PF zObhhH{0irT^Cj>w3dru65^j1e8TKW;Se~LvP{UP9^l~S-XgvqkDfdWxpL=Yt6?cku z1wN*QaX)AXa^~>_aYr2=Mqr5y#pc^~?Y4bAj}H}C+;~@KLA#JhfCFEFr+TibN&FcN z2#K-~nfnGI2mc<0eZEZQCl4uC^eKGv0vRNQ6?9>QEGu1M zxCH&vmw~sk%b-lLan1X5c*BZZ;;>!~q;1vw;6g2AP%Tgmo_7OwyUt(-K{Lv`I*ia7 z-_C6AOqw^|UQE9f3s5Cutp_|z zlZ@%@sLvXBSV`msSWq8)8zdQ1$(ANZTJ(Q>555R(JZD*$$BM&23fqUg+!3np__vFr zL!QCzrU1k(2iL4P>`eE=I zn~$yJ{(%O-{#xlkCyQ#lawkKFY=}!zhX9?FW>8fTBY%M*Q32hy>xc6u!SaNSCDg%| zzLGBb1NPW)#7A2E(IMbD>-1UrJ)C>WohL+{VgL;2WrI+yvQq-L253T8U8ehF^!$_Q zT*buhejb=>g6gYl6ggxsL$v1ejX&qw*n8_7f}(Ax^;<_|b!AIZMW7w_BajiptEgcu zW(n|UG?#WtGL;5Z>^TD3OFN!0z#G{~J5JhYQFf2fQhSL>$c3t{<d-tF%hgWGa;_=|Kb0k};XA`NBrFRg*f97SktI zbuF5{`j2q^zY^t-k0%)7qzv=NJFscV{Rg>cq6z10)gqi45>Lih_glnP9cw4N=t4)g zBM^%SCc;}uV!?hpI)~L>^d7UQU4=dVJ_07d(!OlZjMpGQvnj3n(DKfZW9AAK>UDwJ z_Fk>_lvFg~FoJF=qZ4{!+I{p+Rajm)xjWJce`Z4IFNr`G)V0+?l}}v>&*S3FtO(hfjj-h(J$TY%uYj!Z%~WwT zQye3K3rda<4ej0`Hxje(>n;a)V9 z2;e6FvL5|WL$Ybs9dh@D-$OWWcYFOF_t&OSoo9_w_Xa?EC=%?YNMk`fr^r9gA}-KS zDyO_`w(uJ+T!$QKkn<79T7YL$1Ec)XG#0l0TD?6hJ%#K!HUYLwPni-a=pOCjaLi>( zb_d1xT+KY z-t(Lsq2>!&$Ls#b9LC3^t$7paUAqqGdKr4xyxY^B{8?Y>+2=J!As|v@zK0qyrjJ~rM<#5sC&Y^oZ6 z%R+=!y=grWbSc9d4(9ZpRyHql|CE6kRK#qp2M$veepgZ*Jw zEmZ;}&n#=y@GSdj0`{!8PeG2;T5mJ7{dg62^Aal==sZjM7BIgg@#lq;Z~9q86(juP zbjON2H`Li#Xut;Hd)P<#(U^p|Vv!b`2TNHeArk5F!wghmBgL!WTrA)ea2V46c0mp- z5=O+WS(g(JK-=@#9<%#Bk7%##BsdxX&+{UXFW3Vu4vP*u&cIf` zR0g$d_8s+{7kKy63Q-r%y{j+RSy; zT%LQ1AVt<4A}OnZVwgE?`zWN@m-y67O>iP&=U^B67+B_K^wedum^OmCoxdFbo#GIx zsj!`$bY2D7nzO+XEnpBQQ){j@p50tg}b<2CHiLLJ^zqo~8*eDInlJP8%75N+Di7&4E2HRrVM6e1q3N^ zyd3|s8H*7Y6U$RJQ2OCcfP#Y@3zHWSB<9EtD78Osb#d3yw!f7htmRV=s@2U+v=esE z^1j>el7kLpFpLr2qC?%@Ld6NrfvI-Uc_@&`%UM?+giwr~Uv&}py1yf(nHbO@+;ToemFlQ)8(s6V(xc(pTm)76m52S@ zpz)RJ_;vGkpX-${h`=AB;f+%Z+LRJ{9U!HkO5J1k>@5I^^ESeFfpK#a< zN#Yb@ciqs0ko{@9-SvHaS&0*-ia>+0N4kbG;}HAsBnWpX_iO zT2||e_W||U)lvP`v*i8H*874g*SYmDEBS0A=oY#SO^am0wGN^14gcv3c*>In4WBRK zq8LZ|ve>_F{kZsF*!U$~1S!zl(HdGaeSo}NWwf{Yh%!5v{$czjPA;cD&^->8INm*A zz>{Qr`2OCe>BN9(vEC+6oV!qQF1;bh{+##pcYhiN%WbgGljUUZpv>|qk18F>^SciD z44Nd;l%V&kZ09T4dyVRjArR+V{-#T9L13tX`5Tt^^VdPy0jCwW6s{D(!q>0!G$WJ=NiNYU&3-h2OXTzP;WjGc_6# z5;6)FnIvKoeHj_4yBc|hoS8f%K@dwVtM~xkK7*ES8+=_q78|1?*qeCtr2O+T&caT+ z`Z$Fr!pQJ>^(rIo`^yh}KBn~6bZQyIcl+k(o;!E#sm^{mr24o|^gS}F7b%GAd@r=F zRJ__KyWS_sG?@D#%|ws>_cfX3;qm!!^4AIt((w(HOY62$uIklf0|7{OAZ1ce5%&+M zu}tmM_g6ipeM75WWP0eB&`?QhEp8Xy=VpHx|7BC(^s^G}<;xbC zi&tGquh$`Mjk#9!;F-!FS0xoP!@QKw!?|MjSFu#U+~hQ=FNQdvLd&~id`@_Hz4m4$ z&;IE?l0iC2UoP-@u;MSW>(Ixib)N-LFL~BqXY8*}DOP0`AC+Z8c$rAXeaXtO-|j_( z4DMZZ_Kf%0ez;Q-OZX8M=4@;bH!Y*pPWO^20S14uglVBqivZ$9Xg~RjgOU9$^Y;XcMwIv#$L3Ym)?sF+b!HmbCY0+C z5+j)$c{HM4U8){lYZK;@#*h|ew07)JIar4z&7Gm;q{w> z8+u-`221B|sIt9~zwi(kFjd!Avn$JUDlvoX;}3xzW`7}W5(w_|pX5ELk;Vk1@yDMk z>WXQm8BU|4tPTzjl%I!mmfY323cZ_|9ky~abH4YMgLw64kA%M)mVvBuSTR!C=ut!*#Tm5Ch7 zx&Q%T4Z6qt@b^HfhBhx%eF!T-t+vX`%hnFloeGman+)UI0UFTvf7**(IQ#*Z0{w|a zHvx-HY&Q&`|Ax~Dx`1cw22J@0Qm?|7yE#Z2Y?h#$bQ8i1mwEtqtna7$>0XkpF;Ey2 z1+kps1T)aH{f4Tn0Y8$ff!>=O;w?Q3kqL#*0mMivGzn1Vc18_L4DddgSk*A%j}%~4 z2LPpX)IOLr5%nwND5;S~-iSat(ykZg!1M=B^+z^A#}L8C7q~P8^oC-E*UUwj9DYrK z)kf223h;Isn}n9vvzgbtF;=PT8P&1DO2%qzKTg|cakIiI#$_t@nB0W=!rCwa57=WB z&%(KrJL{5<-m`vZ9n5TT!flFY^g1bMu31F^%tWs+R_1({+qHf!)jFkO$wJJ;i?hTI z<+HPx6eIq90?LXYMf6|%*0LXA>nqp;aFaSskh9;a9tk@T-Ow`z6T%$z7fS(LZ`~Ew zY~X6!^PEDU=4iPUw+QGK)^BY?SBYGW!MnWpxY;mPW>A#Z?%5fb3re#NX~IbEEusxc zKm!gAjd0(x?2UY%g8)JcVK{QUAX8+g3MW{;cq;e0{mS+ogX;c> z`IHS~oCA@Z)c1WNpGAZM`%L`=zcM>#kuSa5Y~8E~C!!;X>_BzusKO{@W+Aj$6$p6P zegS>Mh z3-*HQl@caSA0!b)hf>cImQ^R(s_`V1V*lwW5J}zl`B-V!r^=NOhk&Q^=Zmf8xZeBx z=k6dYtUWSiD(4E=a0Dh9XSxS-m=B3A_vo@PSIxO_bUQ zh_l%P7BE&z)+-u5Y&PW6RKa}>?Jh@*o@9zw`foQwT1!`q#>Iw()|e#sy3%ar3WVBl zLkNyAVd0L12wNC8F0tZ$KUkZ?&7=<+IKGE=)>dPlE8$$fat8Fi;9cJyA0w9(Bps%A z6seDSbQ$EEO+hw*`om|l%2Ov1g_{%rJTz#jgRl zY)EwXr_t3-^|FxH#fl~%K`dBj_Rs_$QTu`qvC^KdAKch)xTIrBtr3>9Q*Ra?NaFP< z{-J^fDRXlK{T%S6%*d#kLW#FQWD!DGVbkDxXqEDbc^depy?Bd2?+E8~^tWxi3 zEE+FuYPJ=JdS7?4rNrUJKvqqZE;G9mB~_h+)^(|@LmN1MeH zxKDKbli*>D*%pOZKf~C#x7zvx+QoSnmzDoSghL>iz@zwWS2(!3h!Wf4&g-qp znqL3Iu(bO*>E*xa2bfy`!sx-RzoB3WYKz4nk7~u5>cs$hEfEDxf>ZL@9$3-b^x~%- zREc27(4K42x(q$(mtiwpX$c-?A}t=C5qyIgazWLE=MWT*OgBILT?xF@uKnA&8JjlH zZmnU$p#O`Dp{~O025xgsCKglZ7RMV5Fe!3CD)(mkB7_!2UM1AE5>zk?fFZ;+<@N*~e3P7lVdAIj|KWV@Hhl^{N;or%nQBzLo!m@d4T27T3aAc-(X}O60(e|v zO6!8Jz$8I`AAtGUt7u3NKp?^5vuamScxkLmDcYp(a zXGMYh7wm7K`;VGy4FhjM70t28!Mj{!{}s&#(OzY!#63nnL!{5mvz}xBqti4lsLB_6 z#_|YYTQ%|77@5@_NiVsIwbPz<2>X5zQzhq8@jG_qs`wKTaPtKoX)(zNn2;^zkAzYL z{}y`Q?8KbVW%+}<&aS^90=?P%p%6k|Vm>-7QLq9Wt`EOU92E87Q>#iY_$CL>mQg?l z9EsL-+Tha){N!`or)*42RFk6j;TtOW@n9NxNozo5iv0~DqRChzm`El3!RfR3u|~x^ z@dMb@M82S#y&jZ9bk08hE>FvkS4~rSY@!*Ta=s$a(_rUQ$;Zl6GjG49%{$`+pU+L< z&7=fYNHiyYaONtt$~cnO{1#u-4XngIwHsTS?#QV|c-k`~Nkr-SGaV4$XPY}=>POxG ztn!qnw;>08;-A;P|7^lLhY!F`E_z?=SpmMq7y&;gzq#d=s;#24=m zzYg6iaOKSFQ1fX8Q{0S-WeFpJHQX`v^RF{-BV|un?m^)Aa=B4aYMJ$uQCe59N;AG# zaaJmVbK`eq$k@eOv}y*DE;c&-ZtVz#@tlFPBU=+xyASC2K+;KSH9Laro%4~I zn10@ctT=N^uV zne+Q>c&HrxT5&=&b62w;bUpDgg^v1z%-9YF1xX{H7U&5jXBEMP2}!>yZw@y*`+mXn zLpqgvJ82$Z$@+>zT9`w8{N+UOAmo6^=5IX&vk^-N=@AQkuG$H!0zO!;sENAuQPZhnli z&0H%znG=Q6=;Ii+gT@|7?)ELhXkvHrVnKHG5>by9Jeyke7pwvPuTwDioo)j-DAzq~6 zh_@Mpb5Zll7&e-~N$16Urgn1LU)AUw-F(W*zp-XX${f#LuO_BAop_H~75_QMEEqJe5%mHM4&kiM z=cO5gYP=;v`N{Qf!i)MCFmM8%Jomk!5p9^99rM5DQY!(sSEN^HmjbJ_o{2hvFei9?bctlriSGgODw#QB99N?dvJpg-@JujiTVAFnG?Tb-}buKSybd}MWAk%6C(Pa!@Fa=8KO$QKxo~a zk3xe;UV-dYL5dQ`jVRe7Lcp#Ln}#|4k8`!-5`PK^uG9%o(*z?K7OGSw-u&ozv>wp| zLlsQLmq6SL)cq(!AufYp5;8`1m5-XI-ByXUpiJ=DMjGw+R}S##hK+G_&R3W-x0gR( zzfB3tQZZoskCI@fk z;0=Vt!Rd+Ey(w@L``;IK5}{-?^u*Y|IhI0#ODF$B?$7SdbHzgMU|XRVVEz6s)W8ar zl0nvtns3p3$MKZS%lF7D_CH9%tpJ&{f+h&`G`B>ETp-K;qB#T`PTQmRIYz&Z(-^8W zVQz}lYm=2EY9k5x=y=(q| zC3}M0fOK!}*}MOFzNYN@_$G5[@6J-&Os$O3+UC-#h!H4N#wJ)>90Ejx8EDtb3P z{MB!?_z478^;}t@H@v4}-f(~3kJs8t{U)zd1o?N%XS8@cGj{177I6A@gKo&Q8Yva^ z40o8DC7ZmI2X^dl#?4t;atbV+ta10;aPqb(Jn*=*Y=4}V57OUV>jr4-Tt{8JP}+F7 zTUVwYv#9sHjb~-H82ruAl_Iyjd2ysdwb=RbYS{w0_!`d{+iCI0ZeXkN**i=DPrRoS za?lkVh_v5$KHGHK7t`U0)3YFclc}9VqlT9!(rMXoZl!;`=e-YV69Z;P*XNjXwtgPE z;lIo`P670{Ub#<}*516lI>klPxf^02{CtqmIK!^NkV2~o#wPamNg5u)s{}0aGF#2M zI(h0-(|ndl>A5^zr*wME@JnRf6nuqa_CV*n;OPR!uf6kmM0XcqrQ5MZ7(D&p*4C&A6&sM-sgSsvP=SWn08;qjVvV*_s&?khTDzN>f<}}rYaBz{z^y`o)OTN-*p)j? z$1j*e754si=ynwB!!591`nDpD-Fs*esI_nkt#2e7BQoS8jH5_dYS3^nhAs~AWPa&9 z8(2JW;SrZn`y#vJZdjg@QWq5wC zTU!+k2N^dl7w>$NzrQ?f96&BYj|XG3k+`}=7CSF6Jpuj_EtI48jqCT|eL}&*AK>(r zwUSsS!{-Pa-oTlgm+pO!;7t+`xQ~blthQk<9dp{sZu&Egi0`0RGtHIPy{FVEt1HOA z*`iFkZr1ObdqrRZ6kH%goQmfy?o)gfd3OU@YD;&OYMD`XcPEP(9l_YV1+Ebk@<+Y@ zHXdd75XYOKiWzOXDO`jp6<`vHc_$b?i{Nk-Gm?sqV}Ne#l#*DE3i*}_;eC9V!?Uy= z)jFIK)48MmvFYZ$;>}=s0v@73fp&y(iq@obSF^F018RFNk!D=g00W$OI++w`U+aM- z#@i9QB_aeK&44@@SDqNj&i<^aw9#eEH?Qsv`uU10XajT-0(A4ebvZQ@m0JSM#6PeT z5|num2SB2+{R6}N_>Z2*nju5@QJ4ct{DnsxkE_S=24YyEdRRDvZ&OJX$qYUcgQE~9 zHRW3yO_w+M1GvpTG-Y_r z%ehyfkm^K{=2Q{H4~WebaTMP9GLpM+D>R~y`+>_e5hdYpi4umUOxY^D73jt1YD$#6 zi&l}b5Oi5xoY3$#kv&A^zXKOTmgaM__8Rsh#mJg}7hr*eyuC{JS~E5ljRl+Mt-z}g zAdi-UEvNj7nJ>$Kap6ye+}A@y z+XP~i<7^O2;d4-G-c&gxKZOgjx4I{bUmEvyH(+OX9#)`d<1Edmv{)m-u6WF%p_zKU zR5!vTg7UBn1OPWRdHcY@cMI){W?F{USI{;x*-%>@%{XjJbk@RHm>%bNL_TI6xH=to z{tVPrxt~05@#H=YY~XgLu2mT&4{ApV4+C4kN@$(A(#^)AjJ3pJP7@xuaa*rW3@hg;5xr`h&`{n=;7N0ep#-FOf8gHKozSPm3<&`E`kD)QZ(SoxyK5R88nIRM`1S38D_~JIK3zy%%iM8QHrQ zY(4_JV_)!w;vcyYNu@V$cnS%-$v%wP#OBnQx&4YJ{O*@!+wFb!M|>F;BZ7TjrAu_^ z$oJ7<9whvyvCmHpZ<^oq-WaQ)VZfFpYchzm`QJ>tM!MOl9Df$p(O_Zw9;b1BmP5y6z@TPy;P5RV_tkD@m+ zr?#Q!VG-2^WB6uR`WMZc^a<>O&gAk4Ia?8n6Mkm_ znGIlXj)FQjbcazTjD1ze%s{H8F%yh98;11uB%Xc=W?9)HRY8>ednkSG^YROmL^8`>3DKR1%YWO6 zl*Cg;s8o4|w;T;9}KR0&B}@ zBwx>?QPV@nC6Xe&Qq>}SQGkD}4DEOnTo7U=o1{p-NxaI|?1oPBjlh-i6Xb#Vx$W~S z@j4fq$MFrpmv#y6DVAsF9PyFhjfpMss){lBP(R83XulN<^2C2HsJQ)t_ zSQ0U(5^b=E2usH-2gqKEq52R`L0IpUCu+)yfi}@=t(K=8KESXtgWgD&5@cr4ROlkI5Gg)(lS>8`K+(i-RN1IJqUQ`!Xb!)f5nrCA zb06%avy3nVSSUcy$Xq5GWKb>6;6V}0-d_;}12@FXK!eH+2kP{w@xPd6+61|z3rC<$ z&SvPt!m+};j7lo0$Xj__df4vf<;v{W(aLY8fS%ts9!)zJQLu=sv5-_)n}XF*{tXU)K>K{dh*>5L(dc_Hyl)Qh5&q4ETKI>)sWy|05aTdA%B()@?@ z|KdIq_A4WY1Fw=oy*Qvy1Ct<5waFFD;I)G9IFc$&DVk5V5^#go^Aed=fLIl~o=bf- z9e^)DW<%RU&y$syJs6$g49VC1sI?9amB!YA2DB)>oH%T^C%^AZWaNL|WhU45;YB{g zc%!7iFK#2MiV5YiVHt%rQXo_S4wUA{Bl>pdnuq!~uvBjU^#cm^JNS112~4To9lpKN zAS3)?zxuiuvKBGS_C8YzTCl2og;R|WG?<9FOXm7x4#_Gjp}Bdw9X^Y=UIrES5fJ5G zWasjahftcC=Kup;KPBx8V$OKcjIRoO(rhC`W_j7{Ne$8W`l=5hESNveXGAiUzO`-i z%&*gHphv8NDz2513T7cJU&%!kU750mw_z%N| z71YruKDM=Ce%EOCwyGAXtFWAxLP`xLo2O7!I^l5Sklf1~LU%>66)zK`h`+a`@}luC zTZMZ9`RQ~J9|KXljx}3_NdX$QEC<(RL{A79uuhk%5mW{N9Y(?6z^qjw>Kv!p%_Ron zh#g)^ujbgP0a=%8TZ%8hT1=pyzTtB74n5?4U?)_CpQcwsJ)_F2UApzQCz5mSo$ z=n>&R@rRkgQ!?jN3&yAiz{#SMqT^-NWd?n}e%fHcI?H1H5=e@{92EN%n4}Fpf zfO(2oXm*~^e%~AOx)`D#y?6?Ee3HOOnMqnQ2L(9=cU~Kxg_ajnI;ze7Ey&BtbT-Ag z0@Gd-4QjR{jO7+R^xh6G(gKy500p(DFptpPy8fMt&HT`olkpcyNWw?SRF)^<9jtaL zX6PkX5B`gOR@h8N5JioTl2IG@i&0wy=A zWTjk_nKq>Dm1BLzW#pk>Q?;@g4Pa(yPqlvHwLdx4UB~%klbwmAVW@*i@BNWJKqIKd zC?S7NF%9rmhrG+1VHOrX{L;!C$6^G2D4oogh@|3u%h=+7nFJ45F1oN@k9sQ0g|Hr6$mpZTj1(wBr<9VC1N%067i zl8a<&e`MBx_N{X{(*bhMZx%X~{1>$e5C`qUe#LKP$B6BXkl=UIf|YjAQTKe9fl=Tv zL^w(<;PIyzt@bt)9M8;43@?Nb&0Q`Jg62MQPb0xi;rR%;5LPXP^HXpZ$c^snSad$= zt8tx4>IFc5S$WJ%}_ucocfBm6|fx2SY+&_c0A|w`>*4acRY<0lG%iP zf4tOmm3RvLBSS%xJzUl&yxkG$SS601?PmKbL1s7nfFMzzrnlqU&=I0dqo>~56-ht^|+FO?|7GK zkU%#xNTYpVBIpdsAyuYwew@n zOe6X!a`N}e2$>a-*#1nn%JkUy>3Bu^*Aqc3v2;FV86MzY1<3H!U-941iZ0iIITt~( zxKb1Fp`I>Em`vhjz5#!rGc}$Q0#br)X=yTU*;thEn43FQ%0T_*&#d4pneRY_CQ;uL zeUu~R$fy^3@fhx+DV7+wv5BHHN+V5X-3ek|$-o6|iZi`{^=7UVcXDJwoD9>=h*7D! zf&9RAs=5dOyY}lW^stv2t@E`{cqHZTmWiSXFtauQfkJ;@7ll6ma4? zTqg9M1yF!8H4HgR#o?M|#Fui$sgAz_ZL`?4(Z8%uH$bUp@jwlTGiW`bNd1<$B#v79 zk)4NsHbiL{rD-i6Zv40U%^~NO4NQ*qInzI)5(g|68e|ro7LtG zb#?y*Ebf;p@7s3&4*wpv&qQB6{=Vz@cQ^3#>nRSmI&r+UYyBcXsD3D$xOTk`yU*|o zJ9Yg1 zWWM+TbAN9~?t)%Vc6aUPcR2Uie1uNXtJYrBlFv)$}wKRz(^py!{BfR$%1)bEelPnHW|*V}c_WVig?setrCI z>-*_knB0mCL;SaZd`JNfsq*_5gZd3nWiiWqH&fkVs$zXtcT_|uVap!ka=G!GvxSjww7<9Tw9`XUg1i+S+OKkjr%`}>(RDg8c<~@%UQfLE zLrrLtiB~drx{MUD5(x$&LeRZg>bT)7vXPq58d;xhA#+Q}L!QwWI(OKEQkemGS$dEu zGrTCuMy``CzOib1*oBd1>lv;?dcOzTC(rh?1EAlGR-;eMO~%TDZe^jt^8Z?3d^zOr zLkTj$nlZh@(hvZnPYW)rQ(1v2i(YgEaE-_e>m5kV?tpLaOwLI9G(jgNdTCMASclt0 z{XjH3jyS+KSrlH51k?~jw@ zDwqk4>Mfz!`}xw}OM->sygcV?(*}N*zoVx^?gf3S4*&QPQqinp_N_I=z^#dC*sDVB zJ(!sZkSl8@4F*l45;mXg6%c0ja42+TNQ_oJN4F*94Y1inawhPsB}oDoQfaZHdv)BB zDH_1HgvI?eAabMH?F+%Ks}35htc+6NetgD?Rc^*si>>@IP5Z?O-?`NZH!i_hAO(VD zyAyP>f#qmhdzC#B)4;mBSQhPp%t`Zvg$kJ=on>VJ8;T9=F>T}*1!AlSycNM*G2KOg zL$=XamMd(!UW^5+Rcu9Qu$eW~q8_rtnEp!;ODm9k*)`gly?xO}gSX+J zh5kH@$JnbtEXIh(cb>tHlYo_pn{-&QuxW$gvFSc3OELYx>ZcEE*nPE{JEL@f;UAl{ z4kiw{nV}_u6Ty>3qr5`)AGRBvq~sX~0cl6EvI^csWCODYPhT#Sq!XUlQjgw28vaQq z8>9s`+NwEo`v#yZ6{Iq$XEijvwW_MmIDV_sQP|(Fzkl03#3e-_=%!7peZ2X|SSjg< zsrTrwP2Tn89)>l~&j6LtmcFJYuuILv6r??*nK0g8fPWATP{PG?tIexJ>u%b{ZvyXZR|F{s(eh*&esfu9^Xg0^KO6Gqln&z!_5y8<0S^SwDYwPyVmhT^LecJJWxXDusud{8Nvikfx>1u7Xh;uAyz(a8b>tfe62QydG{Q zH%F=tMFtCecAN9>mCz#6xeT&(MV>I)XfuF>{k_87eEWTDVWJ#p~=tU0yNpo*jF7W0&N|i@ClTyNugv}$UaV>m#$_Idlv9|>;C*EwN^TP42 z{5X`qXS0>?pdC#y@t-oVmgUA^sJ2(Z+R2rcPA&o#rmOO^inLf5AiO-MjN!qo%Uh;m z5YC= zc`zJUxN4~nmy9GU`p+I>e;k17j-7>*X?C-R?AhjzlcIE5aZjtdL;`392{g%y%bCjo zIom+dkKml*PLHV}X==Q3kZjh$61%BD;v_N)&5XbJhCa>?mOO&oAR>F9NcF^0`v88A zJ^%dwWH*MB9$i;5-U?XZ?a^ab?;c4)BAZn=189MxEH_I45FMmCo~GwSoX(5T2X1p3 z12tap6CzI1Y9`S&rz*X~Um`Ips(Jl(Gl9#ND=^Ijl9essqQ8qYG9nnN{xX)yITE#Z z)(j%AFG#GDer*={@q{0+XFjnGk}TOmx0wYrN_aDAThYW!rv7PcsiZ;wq+;W#xAzq& zBE``zm4|Gn8D4A-(DthS(-k}KymbYr)Al8uuBG`69@M*ugX0vWpHtU}%}~aV=n6E- zv2nVmh)!~-XsXU4fvr=+4r)WuVI(MVWNFn&T<_!;k&udKMH0$3xO-rglNu3kd-Uag z6o0itjH2V*;cmp6nsuAk{q&R~aZzZU*k)6jH-hnJl?pavlyWgQ0yq9^fwCy``k27o z%s$RzR@=MIgkz?tKxJ=LEf?cGq~wm3Z23guWXD7tJ15-)K^{1PwktoA@%UE&_e4l{rx2~xq(0_>jNJbP! zEs_E70%z1!6R`0@Gx#jlV2COF5-%{4c4E>&2Y7u@(8>ykNshe?6(tL8d*|;dSheeY zT|cFCkeksuNHO~Fz5GR1QGpZu;Cr`(;;4^29?JRz9K#fObP1aDUKYOa)+qr!ki`m# zTGjNjg6Y!PeGlBq?CW*E&K zfU#I*9_EvYNys>TDwrx8*ww)b2XJ&m@bACeis*8TA ztD@hHQp%HUDjU1ug<5ThIk_+%J_t3J-I}x4-X$kOQUF8|H@lgZGlxFpm1gTF=iIxG zd^v8s$T!jc`#a+TQfozpmC&KVhwN)xRzIcn$Q8Wv|3q(VP?vaO-2gFq@uAZ+`h9?f zwKrMWlcMykN~NZC>p)@4!fr1;UN=CI!BS@kS|z34W7H}6mEqRxG+!$6uflsDOfo17 zhbdlQ1R&qXk}{BK?(L*swIa{3f=I++!Lue)9c4}P;F`eZkXM`JzNyt%d;r#y>LbvUbfLswW;cNUNNdTKTyS%DVdNJ=wObvB>)-&YM>WB+&T#vZSg6cl? z2kBhjm8<`KsFJ z6Gu=)7YL!XfP2%KXMxT)CO?^J%H$W%X;D?OsU+ki}r2p)z8(QjX=xktfGF! z23VMBvSP{S%#^>{XLGL?ECM2J!N7S-&TI~S*!AJ2pXSS6qkeSV z?40>3I%_thH1!?0jREn!EJV#k zKw9;8OF`JHfc>1ZRfhiRdX%YVZA@#*AY`MpD>32d*?U+sMsQZ`8IXDlyUH$a0pLS> z#y`+720w`#(w?9GApox%(Zw-oz3e4PW&Nx)IU2XV!O}E3X@X2v&Q%suNPGEs(M{zb zvz*uJmo$(;NT&s*yEBiihI)>pbfA1r)(^zJYg*UpnS{YMB$j%LM&;U#;{FK$0z%st zMseb-tt)}e%Ot5w*orQjK1_Y>21qPRaqJi-9FMqKd-kNbx%xE3Xb;~N9AljQu|aDt z3r`rBi`%O-y=*d^w3f(ly~ZklAcd0o^J|2lNkBFZqvdd6(c++!YbJ*S)3jdVQmr)_ z8r0fwB{sz5kyc6vNnm$3^*Cg!oTgV{1FE*dQR}}d^uBW?jgHq%`v;)?4j7C zv=3G3y2amZpsQ6!L7AGbO&P~n`=~6>R!tCFrjha}q1Q0LAM~9+E5VZFj1fpj?V?UY92)+Ei@S9<8eCe*Ci4y~-Yusa+EV?S0H)0WtpD5S?#113-)?)>GYD*t^Cn9H>u6JuvZb7p%97*vQv4do3?!q#a~5_c z`6T=Ty%BgL^l3~4f^r#`-gGZ$JL)C7wNBzqnJcLCwI@_iE2r ze#e>r{j|#7MXv&U0N?eA^HT2J4K|(r-4qGv6wiMHg+zO(%4XD>{-_c%a19q(y@hKEx#Pv=a`zn8a+k$OVTi0%ckY9t&mza*9W;-VpYUUd-ilfMOIS}Hs!lNfgX{pv$wk6E`M)(TP-~Lo+;~e^jOP zQ!^5V3a(EPsf{}tp!$rGkQoM}Mo2VciiLNarZuAxcKZD1UpR{LTcO@)?A1~_=vckt z8ejjp8s0>7LH5O)+t4`mTfO5fWFu9*;>y1T)=R@SS}(WG^11-vwpqgE*kgQkDJT}= z1=6MBoHwRPz(1ddrv`^nZE)C;A0q`)3Q&>`_=+e*s`~2M;9bzQzqDXh$5f@LCCJA| zzf_85HR=If-9Fzp(_1$E6jV00Hbd2S{$DSwP9zcPvhnju72P;F2nyHT#7Dz-rKn0y5C{w+k>)(6g z^O-8ap|SABKaO)_p?j$0T1EWG;0kQ+$p-;)iO2k$#A8rEIKxIY2;)FkO%scgd~?TE zt4yxlT{x}ZhO4(y`7`DsqbD!9AP6w>(q_>63h>aR#1jDMNGI#Xp+*sylExLA*Z`&B zEV6X1Dl)1`n1ri$i!@W}oQJTb)DYA2{@8! zT#dS~$z2J>jgVuy|^?QF#OBDbH4aJOLlr1Y!TFSaKzv6FuHWbcj z=)JCD>J*l`TgMGdV&gfW_#OHa^Rhuu7Gj0yc)r%gUsx3i=~^94o}2OmNa(QP%RFQ+_K#^CaOMRzm;!Gb5s?1*Ly#I$37sZ*R-1u&o4oo=FG>R{ z2+gG=za}APiIb94L@*5f>Lepq|2j*EAQC2Fcj4&@h%vP`xHZtFy%Wp@-dou7G%{eu z1(~&gOsw&go6QrZx~An>KQJGt<{i~fe7fa8*2&yrFkZSBFQ zc7~c?d3&&IyA@s)m59(hR7N`WXVF!#Y@u7b!Z)NJWPGE+UMXp*%_KpvLiQ#f|+ z6FAx0M)#gMYh#^@R@a(0k`#ScQh`nJLJbJY!zqlBRzAYAIC*f%^MaE^lbCa~?=`Fj zS!93jO|RjFtgtBC#Wr8d!2m?=vu!pTt*z-;Otvk9bD6m^7?ucJ%RZbhVa@4PJvBeb zOn}%cD(E$E&8s|nI`Xlo@x8UDRl+e87e}KdYtsAuAg(baO*h3Sf?QRW*_#o-qGrNW z%_PoPKQBNKl@W0sqc5{*9CcH2X!?-(tO?TH4s<|4?aHfwT5>=7WB|zEy|LtrYX9;S zB$S&!YPJ_y7w0T;OElJol{cgCHyG{jZlKN8`i}%e#xUGD;UL%Ns>5^r@Pj!8jrSO@ zXc6ZTwR7G`CS4mR%JCsUKdAOkFziE!{RM{|OOd|z2P?@b!1c5@n)%H=illa2#Vvy_ z7~o4-wcuaJ1qE_u5(nfyPx2{#AxL7l8T;c=j`-`NP6j{glb`_wuF&F9%4bE&FkNLX z_O{;V(oE_i26a>x$@vL|u?MAp;Ut_AduApU4~5!u=%PoI@4|EltkomSXDSfR=w>c#M?s@(D)JYU12NR) z0GW$Tn_6??Gec92xzuwNr8fAKWNjt+sSy58>*%bIFfGnLTL#-u`Nl1Pxy%yp1}8j;HR$*1cDsnW7tx~WwN1=WtB;oZ6#ply6O)JPd#TtL$Z0yCMv8*$7WcM zZk7w>=@$I_uqJY2oM{XQ?m{r7KQ?Pi_~#d$RsiCKR? zmkiLkM~J)~s8uqZNA(=2j=FdA+^(-isxa`BTR$*-qbfTL>$Q(dbUwR)vNU~L3baY3s66QFZyCRAKuzGi^XzzZhEyas8)T0xXtK*KRN5T zUu@Bwa7_t;8i2q5^v4pz&6C82EEL#pnK|1&d^pE&$}%1)_Slj6^O`Fv|M>Y^dq>7_ zL$RMqHm_GDwwrxSe-M_`1HO(O=-|0?zV5+$yRP4ll*u;_9}=(pFL%l<7BIk~2)=Zt z7gX8IrcLX{cmTodHh9>fdawe!iep<4=n2Ui6!DJ@X7Ql@YzEpBhX}?;UGaSldgg}a3@n&I8+y~eMvt>TaXM(H;qE|Fi?7bd z%|AlI%AGl0dGD1AB(;lt8$cAV+YrYFQ|8z-Yg`F?G*HrS$r2>;z=sRJTsPjwi?0L< zjJ9l$Oyy`@4)#-^^xGFAI=5t5`_&tQOO^=hF0L5eSfC6@q7G{C0rp>>u0?#-CIm!U zL32jLz;Xn@iOP+WPW;1Ral*N-mOo;-29?`Wc(fhen?zz=+|y_J1XQ7RW0U9*H0YiP z-eLd#8L@9cNCa1R5&!dYnV7tIWo6V}qi5JV!@Moo-<@7+=@e(0EmpKe=UQm9NrFle z4KkFWxz;GI6rh3(|6I+`TmiO(dH6irInEj0Ohpiw-3dPnr{W`JpPX>af=wdkD<4+2 zAUTbM5F!~J4y#>e4xp#Q>+VPAq#k_{{NtvoT%3Nf%g@eovK5GyaQFPEN?7g&p)jN> zL^bA=s2PH}XEj;j=BVkS*18OM0gV{k6;^|CR;>fhFSf1fQqe$FK?!5`n`SBGinFCt zL-xG^(m!Eltf!r@?zsBM+kqgn{O8WvJ#4ZT1rl_FZqT0)3-I9)D~(jy*y(w0I}uE2 z=8dh2Y27qrTV{XN2tVW9Eihrf7v@jeL+Pr)!cX=r9JN`seB`q_IgT8Da#uNANfz#} zl>i8q_H9Z8<$X*8eqjCd;T5PxpO*Wl@XjuMoXJS2y+_-=D=+s38}mP&Eq|FWY3H-~ z+8bq2BNOq};rn|;1a!Y0pAE3Xujc;m>zXqHmIGj8<>ve!F2B*$aoOU)@PDlz*qUPH zNGJ2Ovmi`jliHEXvOBaT%$Y%uQ{uplQkA5Mv-m)L(0Cwx-IoReqZ+-r9+qFVLJ=fl zIQz&A7V#4WemD?#vFPN7UQoFIb)f9SEbK-l_P_jCI?~7joP!$0T?2RU7 zC-?FX;J_EQ1s|Kp0NaJDM=GxGTT<6%&|WXjvt9M-@w;E1QFD(ObN2*#KVb9YhfW;y z*e~|zJ-lLwUjrc6TbGw!tLlD>1(ZAPIxSbgy>y%WEx&Iw<-U)X2Pd7Rc%Fs7@Ra5A zOCrl>Mw=l3@(98=?BYLw-)v=rgiq_|LVKKyKQVrZ@bkhWpViK4wr9+i_?AR6z@;?w-!8QXx<=^vxl%SLJ{=_x7N<9?k1ctYen8IW1ZU7xGSGlHS`mDyKlMyQVjf&(k7=;IMsH{mK7!~JUDm}+ZVWfg?b z#VWxKmKn3^nH#U_jbc1|I~Ufteok1`i=T1b%(QV~ir^<8f}Tn(A_AB6J;o){!I44w zZF#t_M{Ly5dXwj4K1V2!%`o`j-00TmBv{>nA@BF`a5Q>y;pF-PS~BF}f(agIHo&15 zw2H_&DkIIKcavn#{Zr|NWb*~m{f)kR>v=VO9>{b3GO&$*lV$~ivUdrz?6~W)pHk0h zt_vdui<1vv)K&l?TQsmHYfXe>>(v@g&qxNn!uPiUG0`>KT0))7rIA?0h14G_)^srF zs#49g*}7ZF4&igBuCn?$a}!#&eGqlniXga6u>WuHg{#_oV0kH8i9U}X3yna!fTnzP!zEd2ecKC z@#qU?X=fELiWCGt3+1rx?(;2inKGMfGJ<67VJ4!vQ5g=BKg;hZb(4B)kPiXyRjsoszRsk;;LrVg*r37|nh|PsdLl(f zMm*~xR&*#!yX#Mb`l|PLw(Efl=K8O8OsW= zb%EW=LdsY_9GP#;7?793JA+N33j=O3R2+*Oo_=xV*dT}3026W=BZv9&CdfchV~+M; z)@ZmOxRzZkBAS7EI4A?rh0KSwwXK>N_3#wfMXCO)7)chN{Ee(dgO`+vv+Ekw4i091 zDUu(Dig=cTO&lu3r+m1pF#uN{%7q4qt^U!FEi2BsJksYX<9kR_M1?;{UxHqqK0=!< zdN2ArjS}iJ7n53Gh^ORmHlZ0PAe9qtCU2@ZRy*czP0xJyht4hY<(X6G(t8tj1u$4XOzg(KE$*)P|3zu^5RH&Rs_ZWbPv=)o(U!wHFAkZe}xY$#RV% znUcA@u&;7qstpUc?BSqzmK+sihm+@y!~j`3e%Z0=)1U0`@+PR@8E$QeZIaHb1(@&A zP?!VFw?z#mbte&nfDgO~&mI7hbOX`Nr7xh${8X2-fH-Ud3 zIkS16aD(SeNK#&q%rnYRaD_HV4@eY28%-C<#jC|@nCSw2zTRH{LUPE#RS3Z>pP%-8 z-EusY@T$YTo(}0v7%CKNs0T^?GZRE;2OxtT0T^oE@<4y`TVaoww_o$N}gA zS|L{h?n3dGJC)%K90+&&kX-??m*Py0pr_&H82=7S1Ch{yG$X~Tmcieqh#i5(zac~v z$V`aJc0EWbtAn~{n;iuPU#+W26`$$|XrgQ1T>d`x4s$U|(7Mg>@~4>kD`1wB8QsJ5a~g;;E~wbvB79l#04^ z&czYO@n&>TAh_g{wpg$sbBa<*IQ#C>mQRsBk{P@R7Knj?G#iz@9ey51>oJj0cXhPcMqKy8eUSOJdieAmtegKlaZL%1eTd2Wv;Q?z9d zBau(E(~U+A!|y0q7$4LS4DZs+n20r|*~e}+cCEs8wl8*4alU2l%9#oDI5k!__nw+; z0#dJV0gTH=IH&+?m3p-?!-hAdl#OfDbVt078-ade7#DvxH=X<0ff*~)XDDeNfhga^ zImU%@?}|te1haP1jclXqtE34aIUu1JGRx9qGs!xM$+H-1;qso^Y&U~eZ~Zf4SMmTD zH)DvTa*jx8Q_we~Y50qW$xsVs6`a7>MRZ|pwJaLjZe##6Fvv&5kq?3m4$d0BGzadd z_RFBrWQ>wJ^O=ac!Tbsas^;P*24Tm4^q!Ldouz528gWH=(PvEtopsP=jZ^u~5@*h# z!$A$|n^}{A6Qv4ONAug)T|2#1>7}^rR~^YNHBh8)^{bq4tQ(x9{MSzoybG}<|D=&j zEd-&aUj#tng(R+@V-wFqSEUsLYy?f&B>(rJ&C)?I{RLF65(R`ul9>rBWmH~EQ?I#K z6iiv>juvxwZB{cm!?|J&T~E5HV!fe6Dl}kwR=G@BxR_2KN+qgKd8{U4_S`#f{m^fO zPwN?c{u0X(OXgTtBxHMy(~b8ajO&%fYSGY>nXexa?3rWpAS}c%Wq!)WTWAbAcf2jGRA8)aNb!@wgo{ zeOB!}Z`aC2SO`IhKa%Bd91B`O4YVbX2~oMhE~Zs@Wld_%W%%rvG?yGzZP1zZzUZsu z3=7zDFThe$i0eTD;04YN%8TggSOE(aa!k-iV#M3FIK+~d&>|`$?QIJ)pUy)%QM1H2 zh7}nU+Y8*j6h})oIvkr4k(iZ_jGKRf z`d&>`CiXBhHE4R+xiHeJnVXh}YAVV^)#Dza*7y;~| zJt7Zw{H*9MB1vT^>D>Y#EdHvgIK<1K`MMMyN1Zwma=cduC$l1cHEbZJrTp={s;)=m zyZ_lw<7k$yJu>%qerpJ5uY*;0hzhpsA~QAsc&>M)ZOWMJ#D5myze+^qXQr4g`i1cu zj1%{$&g;i@mIP)xNOAr9^k8ID&IcH(8o`>@_NzWJu6_|#QoQ#6=2uzq{4y~w$s?)# z!--of@T;iQ3Fyl1+qyJtw+Fszl2LfT?@(x|3u~(PAeGq!L)yB?~4c)%t5>1c1gZWDOQ~x|MPr(IJz8qxZ&!}GosJX6d}D@x2dafc*+nk zXjPN%x7VQR(B~OB>u?6b2n9$_g@>Y;lI44fD)paB0nbpJ{!3=-ZWKk=uFf_r6MS`V z=ArZB~6_-y?Bs zU(oAxW*-Mr713j5w!&kC|DL1%`5@1@cDm+OBnIN*VSj$sZr!*l9TiPgL%QboQJdBq z$N$t^%s$kv`=rQZwG4>Z=#g*JD)(Eu@${=v_Ge{&B0wkIbgvO4X1iK~V?T(v$J@FS ze5ZoJveasyKkHtf2_0a6ZK^pJv+q-HF-S^gu|c=cw`~k?TrU&y1*mt6GfgMzvV}V{ z^ffs<{i%epJ3$CXJHI5RhR#@&<&M1TyJ#+0(Isn@otW zfV_#<-LbYxdq%#J#Bn2%ZWYOprz|y>_oZvHh>UcSb_uohPgH^DTMey}ql)iLB+0Hz z%Uaf$B}e{ej7+BTT=yRl{uHoS8GwhRNBVR0WtbHoKja+zQn63~_lgGS=!TQUBM-Dm z?u%RNjpiirAHd;<&Y%Q1&S#N*1PZ<=jLc+&hbrCsR!!#(M4+VEv>A(R&j?GH_p?Vi zT~`q}X9*~C*!sJXsyp4kVLA|_ul22W=Iph}crCj~zBp`|tbd2fF`fgIEyGaB-He_y zF)Z`ZNMrkui=OS72TBzq%@I^J-J8L1NWP zXd^6gR=}5F36m3SVRQ;?DA#f9s;iJ--pqK%ZnPZwfo8Sem)xO9HFR8MWh~V}J#3DW zwn8VY@&V-|$1>BUY{xn>9_Z!%6*ywQwF6(*q(YQb5>sB{uTBJUuv*fA7K4h${J_-8 z{2Q)b`SMlJXYP?%qoKMRYLv0vOCBZhZpfD;F+hxH4=GhdAbO1;lrydYGi1_tdt%v9 zO(hcZYeE50aYfGA^~+DbS@l}F$Yo`#sIi4aFMh0x&3ljg}Plt!wwxw@StOX5hc?7>~o zsqdK;z6O0G(W)$Fq0GM?X{Wy5kPz`G!%5Y1{m1q1HQ(<$y|*r0JJrkmFhG$?(u;@b zNeDP!ZSA}7{LW}2{6{j;5Bq0Wq?&CR8dc(2v}@7VJJO%~{p7em!B*G*|BRNJ6|h_Y z7uWy#ETuYE&RZN9KX>H=@v|{}t(|0pHb1So6kBuGx29LQw=p|}Xy975)XKz_T$ilJ z;B9yN9^1jRz(@(#wk%FySn0toe{yJ_kj1D%`oAoC`=b^V?(f>GnIspM)gpEc{6zP5 z^d^|P-0ed$_6Gy8Cdj}w53){kvb!7s13zywCuCH5aIB3|pKJ5oPuhkBK zpRNB!AlioN&u=L+@~19*wRo%Ty8(Q;N+eU=gntruUv{SDl*k-vK{;}(8? zHTp0{uEI6WsQ4rt})PMbuU-;<6K4c!PZSf{DuE#$ue9b$R{h5tOcTHrSd%FQ$-n%cS6XU0EY;de zaMGIT^wow36tee;6lCqy%A>RECff*IH`Q0UIO6q|`7d)->f5uZJH%g%?A$HLG4qYv zN8xhJg-%NWHbl!#=i+wTmxwG+-kxx3apLZ%_jK)8b1euq%752~&bLK&q& zHg?TI-$vFS2%@wCfmB==Ev+q5@#Fj#6e}?>qBsQGD8;ns7s`fDK$YptvlZ}}^AW>D z(FR_kPDP>n4@+pfa0i%PXR&LWx1wv4$=R6%%vew?)H6c`6bPWTXa2&`^+WZ8)& zBIc7XEv7=r^fk;|ZY1atM+k8tqlHeGbzRJ%P?E`}j2jE$uLVL5OoWauKpW=Scka2n z<)gvkHz$F9e*W{n0;5=h{?Kh3}9S{tc5BP>77hutYSK1DC-((=~bCN8)4- zLXP*uOZqb}>-vq4p~2S_3-ow|^bdjWS-4|DbB^cMlg5Y=iNLI?YhyINE4)*vfNA z4aqXgALn0$?WII_GZ||qs1jE3$#*dm4lgp`_n<(CT4=VnX1v124wA!!_^{YN2ik?_ zby!36acr+o1di(5aX6c29Z_9dj&lXLL?7f1lSO5s5@)1`LGOK{n&s(^FD!x7_^sv9 zEmYPwRCkh@f;KkXoCwf&5&}XtS>eFERP^HgsE_HOl?FOBW+W+zD+s@WxrAM0mUYo->tq?%=!`lubh@F zCbPoZe%F7jlcrTM@t9L@EG(1hce>t-N&(Iwg(J1JD(mz z_&d`4T*3$~<(*vX#EZgo^p2SQr|pA|#89d+!-=##_UCw<^tm>iyHbYxWrxC1JCn_; z@o!T&Ozm@3cjNl34`)tx@2x!`gzLMiyYMu(6BnuIt|z^it#YF8#kr!gZrX^JcarP+ zp=K{~MgfIBHaqZ(N*{qK@z<89pKfrhe|y(?zkLq6*FEg9_{{ z8r>SBAgEd2d#+8}1!$<0A;mg(%|UyBBQ?iSY(II@1FEpZHbfQ=Mjz__DstO-2c%HO zic&c%4IJvPt3rUIJt{u{9sR6wLU5vDGD%7~B~2D>sk^Vc)EdYSC6D%Pr_>3#`bBbE zS^yYVbDihV|5;&w_kJZNBvjaHu89LvnAl|{vjmq=LW_>h93#c73@CS;1qlxt9=HmD zJ(o)hTlC~za!J#0t_^#GbzY3(bJ#Ttf4yPBGO7dt1pQt3s?iYOhLKg1N6tkc3D09H zie5B?7DYepO6jd`%eHh^HVU2Lhf>7=5wuMH{^|Fd6YDi`W+b^Mdxa?F?kb05GIynLs(@Co5 zkCkP=sV_^((;R6y{70{b(6^XRaf!agq9CgDWEC)G(5R*(`K;uJgYly!%s$mNRJBz`P^}y^z~ktuW{qfbLHT z?OUQ#KGC2@kmZ0{-`*e$>S4l_UXo4>XNe{Pr=gh|T3A>bIX&@xTvf9nT~+k5S`lN+;GY)>?D&V?Vr98{Rq_9mwF3(@7}Tm6c^ zS#|M*AV#EsFm0bp^j8UfWZba31hgfhWqn;xRZIjh4O)u?ic$Io#^;c*Ns!oBhro9E z>q&;cK8HJEDcGV2yq$nv&Nab6NqqccT2K|8g(ViWC2!QN&N^N?gv>cvCgbc#bbGjh z-Ww>$RvBQ<6qobXW$Y9R*4vWBGBga05T$#PAx!tk#I|jOAX?0~2Xb~6KZ|Z>s@u-U5IqMv~#kZsQ>o+$5kcS(! z+7UNf8&q?@Alg@=1N&_lLR?c8W*zY>H2MC1b7{BwI6C`HAZ)uM*wfhKp}&Z2@1gFr zL1)uHN(>+X-m~Tkpk&Ki4B$&SAo$xyNE*O83t7-|txbNw?Sqg@PSEnoC`=;eKPXD)ZEe`uu$tWc1VvL3)EO7^naKCyPX^RnEo)3wnMSQwfkqBDJ-hio|O5zgdH<1j_f zjoRSM6tS*p4bUz1qV-DX+b*&J9TN@V!yI!*+wx2DNaP7Bmn^Zmh`=hN)tYzL#cbFd zk%0pLv5#4Gs}mlPI&Y?@v^UWhj6eZQ>-FeleUAGtDq03C8^<)x(I39tfAJ79)PY){ znIvgtHC<@EFd`bEEdizr|6UTtf0N~oh;B})*w}8^KC6@Ov5zhkUoIOZPz+J!xyn$r zr1`P}9Z2djlt)l%ZySYT?WiO~vUbN2VrKG5fFkIU`j%nXs-^ZHd`;T?#R#Xo~tT#UIM%L+EP|0r%60>bUOpI!zCuEI5t7; zuGlW4HOA(KXu8!LEd{U!G{p~eIc=@N2vhJR0yS`l&T9?jR6U32YQnW#4q;t*Fymsr zMnk88>tw_H(nV^VD1eLG4(gy=n7UDSN_M+240TtUp<+&&=~x1+iXFnC;+M1{=JZ9o zX7yAzr}|Rjv4{o;rFH5rO?W*&ZWTz5J~lFCK~`Y*I|gk2Cd+&MVHe;5*VJ z6uN#2B@GDI`8-=E5CM$KWUqkd1Se#0!v(pwDzR6AU<)=ffs_Hbfl)3Kw4VE;DV}jI&(p$P>EGj_GRMfjJgsy*$qf*8G-`b(LHrTT&MIiTTR0T%~$$bkWaLbvM*Za2|P<) zmi5dCY=&r)he!Yf5+A*o4y`w0tvF+F;^H}43P&3GS^DSkY?AQtgQ))Ek>5}SDLv)& zWqUOa3)%5_0}i(sm8hz~_VJ_=|1g*ATO@*K%{OP|erVL#%q5I|dVT9~O=2C1#@@U~ zzET!$#>E=-{)~4lG_Q#VCFNd9rFiUn_*`5vdCiGdu*(B1{j!dI#vni9!t(J?hnxm^ zPxu1Zg|5p2V^KmO2x+CmhMq zrN6G^b(8?JcZe%Qq83|t#)E>oP1JcSm}Wc#6l&BPCem=9n*d&3v{hvKiT;~z2_!ZE zHd(w_`@odwfpV|=F-jo0%}<;8d|tm~D^@7ck}4qh(D#cvopjiAM1%`g5LZ`R-d>}? z=^8FKpe4%a!@W+bVt?s-DQ66p@~HhG5uE;ZRzXMN$P$^WL1!2pLeE7Vk&S_J*q?2b z3ITabSry6iHy%)YXQ`VD@pjd3f^|a93GakeevYq&IBv}~*kl?Y#;$D?$EwQY*B7{de&V$2YS8fj$J*!(m6n;ZOP>uH;qB z_T!(|>G9^%)%!5>XKOhc!QqbWcSIpY^7r0HQ*wS(sD zW)X=2$GC~o9nXV^5+c*jRf5CGiQF;!uG0DPz$e(uyM7$oUOm;VjB>d?M-rZutOz5f zVK)B;K~x)H{iWvSZ;8Eklh>t|#J?t?lw~{zAAsR;^BS0>;GfT=>+BcJrxM;qyLaTa z#3HkhUP9?W)r2rM=-I9MA0*2~HuYu4VA<`03eBD5KH_|}T&}{+I;m--uiOBxQOZeF zTta_I1L;EO@6qAr^(^z%WTG^Mqm>U~%*c!qZi^^@-+8q<9YhEl5)OIcz|D;#*fGyY zo&9BZox}9U4a@gO8an@0ViBo9lAVf&A29D)2zAjI8jwKrCTO^Ya?illZ-YAOK#IazDJ(XEA736Um z*ebMBlBqI>y%ffe2*Hjm1NjK(imt-@{5mQEYEaeSC}F}ur;XZSCRhm9bzo3$AkN) z`1%}hg)inQGP*0*i{V0t&4PK^Zd#ZeQx?1hhA!?jRl+2ZOD&x5h3X5Vp79T6t&EWX zxbiZG?YVNRP+a$N&{CE}u%NKPYbRakx1EwCn^)UI?I7F541$;v;Ca!M`+_6Jgxoh$ z;)$@c6MVpeQ-eyTF5$)I>F}TSX4OCMZ~ANew`NAH8^5XDjJp z*$l#sAu}4Ys1BijabW$NpkW&J zT0@crkG1o5tSF&9htu^_?dwqa2zIv&*ByU*AI09 z`Q6d;eVMzqVH{(MzZxz0uY0LC;BaLiD3pC}c7&#yABP&e5q3}kCR=@0`AlTO^M5%h zPx!|jkUnkqYL)Ca%OJlG@=uN%JRp>1? zPvV6&EWMj1>=r429g)RI*VFausrYkiGib{Vb3R8-cg*91&`n{NA-o~YHlFEd2!C4& zTBQn>*0?oV3BVnXUbrC8Ms6NruH@_qi5R!fJlfL>&i1M}Rw`BTqNOW4f{0e2cEA^J zi9iGe-y#n=f2(UxF*6psv{ippVPEe|@y+UtF(VAEko5|njf{3mdaUTLy9eFnAMh)( z3}}xu*=*3%%PbcFRbkllsCz7!%IQgxJzI73SryGUs$vy?I{s0S-N+&J(Aq)2emzaE z=9FKbU>K6N`FugJc6*ZL)jvfIq=8J1wa?_ z#!D`lX$K_$iaVA2Fp&7Ynl~rr)o$quz7vmbX{t_nROwg=;Yw^ND)tsA@MMm{7151M zQmG23BCFWNN8gW_I4!osNoIW%cu*u3{hLH?yClc0Be|wz#Qg_mo7@ELQgZ|cT=^`} zKhG)~(;deAY~?`0=f^ARY)dh2NhQ`~S6ZKi+Vg<`x%q9horBB78%2*bp~$xr`2)Zp zcQrX}OnFIg6iOBai<5W~coz^b+NY+8{_0BaOoSc0 zT~s|l)zDetLvO-|MDGIA4>=~Zvt0wT@$|m0XSlFDAzqA{OnP<|;S7K7a@e1Oyx51w zKC5b5*i^s&s!m)%fb=XWCiy`7i7b6mKNg2N-*nE&rc{DuyHO!?r-ZpZ2SFN`NcNxe zY5=NCewVY3Dr1M|p6^2|&tC&>$uJ`?`_eu@rh}N#5|5Dnq2YPS54>{)Pj3wa2YTAG z7bvtF5nE0S4iENMZ{sCQE*p~(*D92b(-o{l_CxKN_`ABw_@NX6smS&$HF?)5Ub-=p ztcMeg#qIM&lUfA9W}+upC+A}FM6_FE0U?hp8b66H7YFAI1_(Fd6ihc|(d&$iRv14( zN!`>nShFAJlQaQRML{N{TA=98rBeW)_d)PRAzB|r~oiqs|yGl;M* zXzwl$RfSrI=|*J(hQE?kiWR^;DQO>R@RSMOnmcbtJ6+h$K;J2q8aVol!|NZI4BN zVrX3IGD`@GCxKocwHrt51}f4VpP3P1tlK?^y_hZ-TYMm;29^s_Xb+9&LyjaxyW&oNwIHSL~jvTwQ>8@7> z(jE4Q2Rn3(G`LRPo<8`5Np`#Z1#bm^MuVU{CqA6aZ;-l8h6q?9j3o8M-EyhP1|Zo8 z^no*S^BK0moV2%FABYlc$l(G-LR;$Qv7wfJ@zN&O5CuJNf+nnLuqjm=gA5<7M7C=?#tc!n|H@goVtlcT zTbegImGEwQB+IMh2`k+Hl;mGAHG1jLw^Z{Mc;;tjjk{WEOgrn6Aj}&yJ?Edp23R_6 z?pLJ@NzB+ZQa4@WzZMFda=a}}7p`9Rm=Q#!F2z>6eeUl!?C|~wkk74;(AYWdA0J?8 zGQ!XT(m#4ic3gn=ZDUjdR%XlVD)93_3 zsq=QX+({7T@m_;jxdxfRd(Qh^|qH^B7T92A$}T)Ac`~uU~;E5z>}0s*O7~r-Twm#-GgAMBsqQXYES%w?c z8YS0LQ8#guPt-?Ijq1^=hH%`lfCpxZ{$`@SonPxKW6qyQqSTRl@P7cy|0hp&sq;V6 zC2rTV@(!k3a(cfn^)mj&z$n+DBZcHK(_$7Fxez@CdRbi3VYc~A#S6jl@LdoHj8dI4 zYe@rblmE~g<94^uYtYL;kig#c0u`_#Yy;jb%bab6+{^;j3 zlfclaktWB*>@AV~DArdG~x$3JQ}u$#r&K4)5&2yPR|U z&ExDbro8f0>e>P>Z7y9Jz0ro1pNqY6Bo?`lM287E6NTtia>_Ovat*uLUS{w^JVHt#VzBZW=MlQ`#L(r10tKgqeRGv{usC&h(&k z*3aNYDR{kilr(NJcy})Lk+iKgZhhXV+0%>)n?VGem%J6>r|P>^qKE&XAlnW6iVBS| z6;O26HJLQo)EvZ#e%NHYg$Uoi0HB$OTA)Ex8npWk|0WTvvI(A1)>&tOQHK@!xCTrI z5Vhpl8@r&B!OeM`wIoDCYBq;qi;3%V@UW>g-aLJ~n!zn?#%L8#CI3))TXf!>ha3+nAa(TD@%7!ySbS1X@q=<|^Ow zE4jPDiBI+{kH>@V=LNHvC$h}rZ0}o3O?zyEL}{BO*=9iu{0RKVk)54z?iW{fPx!9EmJ-8Z&o4Pu;vn*L(^R? zM~w8l@836A2*j*D_LIOc)3({YITIah3KJb1gCX{m{ty!v_df$(0E*d0*X6xtU}VMp zlQ%tzZFX2Z(1Mif4ZalYp^|gaay-V_CZnW@YhzMj9PjTU=q%!3TicJZJ-T+xv7z6G zVmV`xyE2Telt-ePbX#*o|tn#wyVTcCZl zi|f7x%~}C@{r1mqK*;YEmr0BSWO!4iuKvM$q6(wmJmVB{12&?DizkD zN9>-;XPH}#DIQ=SlYI)Q$@4Kp;4fL!2va^V)I89R%Pz|xavB)qa>KoMJ3SJE`r~CJ zBIahq_bN+S-qb6xXpycUm!*tW;+-fdn8F(?D_FvGy}L8Afb9I-WH#hA-nxOx+IqZx zQT{ZY2Ga@srM&H?<$k8o@V>wnO1=u5pV9JOwC}ci;z1j&0N19=>MV+?%o0D zuAdruBTxxPXafP3gj~^4N^9mKBs_QiXVG!P;@jSWRRZBc$nvks)8V6*b?Ax2kh@eN zLb;gkKy40e!ChTSgCr@Z8X=U9;M>?V?gRV*<~r!wu=orVNM!{IIf+Clp6k^f7N6=G-MGX%yM46 z2G|YFfN+)-VI+CL{Bxav0BZiJPQPKO%UMBL!tFfD;DwLsXM;iw= zke~PpV3I5eZ{S&^jj*fd7jl^ouatheQuLx8sUJrS{~o00U;R8fZF8<;*IbGw1x^t< zgk>Q}#XZ$x4re4l3H@X(nyF)O|^H~Kr|Qj{1` z+`(4`E5}1LESmHyy4p#KRRwp*XX%Pjo==UPc&rM60SvTeVn~yi8e&^I3;oGH@( zoBN-R&;nIkN0dbA1|Sc`cigJea-t><>AeKdNtDWJl*FAQ2vjz^ej)6^eOzM^NQG(f zCytj87R1KnSCs%bM!9@wqsJ)=bk9D0vlKGH1Rt`ZPdgk4WxeK`D|(XM`mF{z3#8v^ z1eD#1V-(1*MVf~pOgj%MfTk0U!JG45f*e0p!CwtE2HUqKRo#E-pOqvS?C%)aaouKJ z<$!ZCG_Kl=f!aP+ot+8v7?M(6)CmYqbs=h~l6St7Vu$s#6sP+#SYl1c$Ww-h`hrR; zQX{FVHdgh9a8$ay0GG*g);S{`;#P`a&^*gu!vl$CNg1@ZL`|tM_6yQc&|arDHLfoP(%UU zDP;0KaQXr3a6Sa6 zXxUNtqE0G}qB=12KsBHnUV&r?DVPTuD|REkTKGjhYP?Qk{Q-8;#7N`zEb(KT4sm5{Q^Nu3+x*Txc7;Wv z5RcgZh7!Z4O|%~d2av9C{OltTf3SMP_C%6Q;HOCQ;u-VtnWUp=SjU$OIy7|)NzvQK z^{nrBCKeMW0e`}I{h_eS?dDU4yLw-O6=yT5YmKPoIWiJsIvdFXjp+zzN&*dK>GKX? zGc(?<1R89iLyw$SXa8C-g;hT_4F8_R;L~*xb=Pi>lYPp*SEAHLa{rXNi@Z8Ir`Jk1@|YPzJc{}JNk%284;XYWB1PH$`HdtW9dN@6wmcUZ zTg}BJ}7geHk+oJGmw}Rian!xH?Zu_ga@w^!*9^3&Sa9Z z)ze}AOw7`qDE)hZt7O1Fumvx#F5*RUy?8EnZ@IH0Il(symP3g-UT1)cf3QnwEPwa) zsK#Fu=xy>#J`O%X1l$aLEHtvfiyLtKSVQ$&)hCog)Z z4@eFVrQjKR4Hn2O7Wixq$f{KTfve~`-KV$Y$WUHqUKc39bmYP$K6DXuiA2O~L4WF5 zJgZVUTwym<`qMI4J&^=IA9n%$o4{D(=yafL(836d`-oaYPik6S&;&J0^|LNqy9t?< zbxog%XR6;r-E(N~&`wLdpY}_N@aW2|1F%~<1QE-;y7u68?rZI}GQTjR2yK>zGSK`f z5Z}sDe|sL43lT5r;xA?|SWfv`%`VY^Y(TM=4r1SD`>Pp4l#CMM& z#^kv3jc`ji4ctROlr|T8n{ga73OEyF=8ody0KxK^clRn`OJ4DbRaJ1X_f77CVf7iK zmyxEl!4R7=?Hn{oy)N$BUGYgPj_jjTNmpsGz1`^4z>H13`*VM77d0NzG#+wf`unra zFY_k<^2O)PR%j?gmYZ5qlA||5IpgPj*X>GlgOBsiFyqd{p*&NqhP2n82Gx2!YoLiK;OBKdPa~WSwy5>~*c#K9bnockE3E1|lY8gEXDI zJd`T2iMTqRDYAyRA}z_MMf7BM1y1&Z^ieJ+pQ3uEy{clr5uKa%1|>_L!_i{wXr(6- z+cNJ0yS$&_JO{He{k?!!_m@vLtTi+bA(^hC^Cy*t>3^50UjXREI_}8z8_!?+a>TA( zj(fwJ>(N+Ffvpd$C;ZygR3&hT8i0+Bo$LQDD0p?951Qhy-!NLrRqUGRZlQ19%dZSC zsh*1WTz`&_s#bmW{0(4hFdtza)vT(%Lwl;Z06Oe^P(Z?Qs-|O`%PJvCLD|~yJ|{nu z6;S)X54JPQd@dkHGQN1P`xy$vv*RsRfRa3q z$;W^96Y|^ZX9c5v{CiGKUFn45<)@llw|3{(SBCmQ@z?;OK>T}m&zlTm>iW->SlYLJ z+B>}O9?&8Y*GG1HPyOpr_03&{=Jfy{?Pf~s?`?O#qPS*8`>QMpHlthf4V_AiRLpbs z!LpyOD5(J2X#5abQF_Y4LEbsiqr?!whihrhXnJCH4rCYkqhR`z2QF!lef8AC^ayQu zJ@@aOh4FWhiG9+VX5Drm1h1AC?Hsd4<@z}*=?@o;QgKt5#n1tVJQ(rhsCT$-f{5hb zDgU$2@Wd<7GNgKmkF__=Dp^gD04y`x{G}(^&Mm;1#Z4k9AXa1s#;+2IX?;hZr!b`h z>BH?Jqj4i)P*mlwx4d_@m|S{*jhpNHNHeON*kry_8P1_8b!tscfW8Elr#Wu&#Ez|h zcKXvSg)D5LVEXSyyo4My3|#+6dChQLG@U*3x!Y57q+SM!Rd8$Co5P5hbC!M7RDpQl4fS zE>`GBlAz7@{-zS=9~Ev=-`SWSDiy};oh0#lnX?iq?PwR)du&M;dA~+%3FtL`qH_Cj zzu+0>R`oB&(fmKfPoCF{<8&;fd6Jbye%pYJq&t2_^&o*~`>EXJh<8^fg)S{N>8oSn z!STXsI|ghDGMERPr2km%ALKvDwIG^}n-)mc-XI#|&7!-$g`+G-{V~_i0q)6349ve9 zm^K=6pf|cGS!GK>1o(*aHStwu-m+m$*fV2>eZg>h()&3rVh<0Uy{E}h;rO(&xp4s1 z_RgBf@cb6%QbOL$H3V4UhX`<4e-=jW0>v+3w12|2$#;4p+|E_My#o>|+@;VwrOF@C zlQKUoUo{7lBk8DE$wjtfH{%_O25xuBIQEDZe8(g;CZxK!qhD^$CDmaJGegod=iwug zK(FLJAt$Q;zO*zi5PA^L3wFNO!zKXC3ItJd7Hj{J(4Fi(3L;q0T|#OUZ<)r7T2Pd$ z6#U;fro6972e9JIXQ>b>V?{;k$w@(HR$I|6UTD+!F;R0z$<%@VV<$BX!cJO+5WlRxX=b8Xv<;2>W*l{lo+Ik385W;CS3DAqFaw=9#rgGTe zy~oUrJ`_>u>LTy)UQB}Y6sSV|+L@>f5)i5wW>VkmzcW77J+Bk15IMv;?Qe;Qs(3ieEfymz1q6 zV9E_UmI#U6uxdfShOMv=f}pJ1-bE+W18X@_)=kZSNgray=y^529ml|3YAW5XJCgkQi*+n48XXic6DM zb9YJWlPJOJv>UwKlo|n&kiV~3Z_X*8_8^UGiPYClomT_-6VZQ!f&T6P8%QSrTF)safsT*VNjH{Q@&f$G%c4O|(?1srEnCWgzh@ChPEY7k^be$aqDq^Q zx%yYQBxqfCk)X!PLlxd`!3Ch zEe>Jyv(wsJNt1*x$p`UoR7++>)x9BY+lzsC4+5ok3_4NzaMNo`*?N4E3Bvs>%kf-9 z>!`5fk~NOD;)^a|C^rr_7-!x;?S3iqi{4B81iNT%rb8KqO9!|nihL0r% zYRGwz9AzxhXHdsf9E%!pt7L${DD*7z&ShX= zMv;(19Ql>CcSo9r$Znn|Lm#aD&HQ19E^OajyVFbLc4WW)hd`+Q)Gm&8nKl;}CFnv8 zvkVC}(P#-nu5_m<<5%Y|jnfDJ+ z9E{&hx5?OTsWG)6Ew`}XadD&_7ZDxb{*Be_(Yac-B2?8=uAeRkm(*`XqvcnN+0k02 zfk!O%*PE?SWj`;Xy@h;&&GRgQh!(VJDE1FSOU;X+j^B1-H2 zHaz?i+WPGU+am6n>GmN63cYB2sr}d zcG0FgG*Fz%a?nJZpG zT5>hM1d$~v_k+8ajwDHkc-l20e^?oOTMy!gsRg{xU)64PUOkf5Zal#V{&E8w*~_!j ziYGw7a&?FQb1_;eBjwzf>d+tK+q~OP?AF&|Gc6kT!(PxirwAo0U$h=q|C~5mBFqq= zQuPq)Y^FRXTma4GT}hbvo#UXL|^zP>8}wl{VcIm8W8-f6+vs~Pf?wb}(jR(c|Q z=wUa@bc$;Pv!*MV4v{aLpxc?b%n=-~RoQQ|@UBf4WCS%R{+{|YHY`RWMlw)_>5Y3q zXOeesU6q9!C|EIbH2&kw0eth)qLnRDO4sQhNNp&TH8_JkyXmR$K*O(vP8l`8SkX}gS6;PNYcB|&J&R2c)7K_d zLDBKcIPP!qNX}BZ^{Gfk>%-3b&uEFy8>q&tyH2_eA}(I#thLe1g{g!uR&0k;R=&%Y zYtPdREFplP1+=u;c>B^+8pSHsRuEkC%jobVhz8|gJoE1*9%}Du)6O4-OxVJeRYj1@lb)GkvsNwsFJ6w}>+LhCaZ<)hu67-VEX^zXbLA-#*0uR3~J z{D#K59zY*X#bmo_>8<9qcuDS^!dwKyeJ5BErSx*iKLRE56-n2jy2nawSfkqqM5I%f z)kN<1jd6|tGg!YBB9p=3CwFU4f0?2~MiR%=iNgF1C1goMXJ7`b+Nf?`1PeRsSo8dH z((>+97;A7zQz*x|Xk>k7Y6nmmPq0qGU@^e1W|Js#+lcR6s&jU;u4sdMUUYVUQ~2m2 z10~8l9Pe;E;XAFVec-)r0~Q>=vCr9mHNQXuCPW^oi%Zy+D{i-!#JyCig#lzVF#XIK~of0fF{HeN` zzJ~f=Lvd5D4>LGs>skhBno_}%A^{%^{V^<1UR@K1x`1JbHL!i8|E3_do;l4vB5V%P>$$Fu|Jd9Rvx=(S<;)A7R) zxB2RYG0Rr|BeaPn!MTar!<|GYU^5#>bmXxT*E1J87s_NyDkL2p|-+cRFLRdO7o85Vkmtx?1@%f{!T zWzEHYdIzSz6)CtWueVUl7;W?~Cy~5gP0q5Xv zG7MzkNH*q%icO!upoJg3fXLp1f@WnBwrQZoA)MK)F}z^&=~NHBnA|4n8TCF8PGZTJ2DR6%sL?eo0! z*XKQ!)BPM5x40dj)G=#wrkP9ua z?Zo3zAtg#{&xFIIKHKTVK_P1OlM}M$XzrQZ%zgI?VNSZoCgMu_M`{)(T7%sp9y6eh zc5$mp!zx)3d07T4@)Wd&Hn|_I@4Lhn!P-5p2?*ytSX=u_nPD5SX<;VQwGYT&7l2og zID|ta?l!Y5dRcASf{_>;a-NyLS=X09YP1~{s-gTxNWp(wmi-O8CawGzIqrDX_gIK_pMak_NipggBgH7JNjPbi7D&bL(SMZ?B^^eCx=8(e zTODw2(BwLAe8FhCT(qy}Pv_}n0wlKSg2SeLJS`yIVn);FxheR_eRNpoo@i8s3Q>5y z<$S5Fhs-_m@=`qW?qSUs=L!BAcX)rb!xPK?ZF`$lXM;$?JAy13=f3Gk2Y|1jlK>9X z$&A%jg|GP^6ZtdLamjA07u=771vnLy#`3%Ojl*}W6094G6mL|$V|reStzTUk84j^W zikcLx{>RkZv4hv#AT;nlS$HDbCNOLtr)ikZ^;I1vFP7~AV*RE582|8(%Wnrz`lRte zqnUBw==|$XGJML{5&&=bijVz>gkLFjw8bKQ7`;Kbw(foRT+yxn$*7tE=aJfp3Q+^F zaB_10Uxz!bRk!sPod0HIf9`O#4%9G{<0Jp=dQ`9=_oz`i#PvA{U#7TD)I%FS}2lOibep-ZTzcDoE56-P3l>RY1*ZP(5?41HD!skW(XQ_ln+lXX%+5V0`u8D~un|v% zn<*yZC>SyWFfpBZrC9RbN*q0Gg!W>Wyf9|0WwOaKc9$}^E|h;4M)%nMLw3$-%$1tT zNkb`1UosTnwr`NCsoRJH&tkeTEN;RDf~zzg9_dS&z!JEKTDt}spH8pL7v>oN_hltl zV7+iT3rQzC2iH^6Z$Rc`_;jOT)i*5k?X|?rz@%k&59xLc1tYieHAJeVXQ@^;K<+qf zgf>CEWZ^1k-4?GcU3(o{8Q>zyV+a$^x{lgVHirrjUZfbzWHo?i(IIXM_CdVRmO&_I z$9{^8zH=RRteEucQ8FH5~XcPGU+4p92Ijtvxeq*?^RoggpW`g~oxl2Gq3+c#W0Ur+WQ;|YAsDQ6{ z{w&e)m*-5j`XkA*ocCBZmnU8EJHw>}e~lP!>9T@KW~nr`n)a_bI5Nun&dT(qRzo${ zK-mtqV5O`)+TETzU9gN|B?{85FO?(_Z@V zUCplY3bi-RS&7KumkU2#?HBz31f?<9pvP7M9E&sr$8mmDF?Y#4z_5J%BNmugdto+z6R&%hL5k#!!s%z zzJaaKNf=-JIIg@zTtBaxPQ!r^B^XF%TgmArZSI;1%@*`?hqzX%2?MdKN8^ZlsO|u66sp z!!ZRe_}DryylgJms+JUMuG65<681H6Ge3%*^0APSn@IeD%S8!Vh)EkdfLw%yqyZlP z@&b2(a&<9$+Wh&=RFDXG;m|lhsL9Sjdw+DXNbB4_bY9rcly{~qhON_{vw^ALw^?Hj zlXv3T6yP1cd@^0Tt@;!KDRxsse~QLjy+G&&LcBga+|ZXw2yx2Kf>ik^ZYAxa5!Inl zVw}Av!HkK#7rj_S!tJ8}%qg&==ri9|Qjg!L`;YkU!c`1RmHGosA`RKFJD#n@kE2rj zx5lcYPzqJu-wy5Q_x&KlU7R{+N6xX0l3X8qIs3SNHu_RVdfkjJ7=g^g`NBr3?0B`M z6#3gXlGVxeoh{MT+V(nH&x5gfFHPV)OFpC01nEaSelt#$Ga9C z3`L7anV~qJl>@;2TOj1)X9@IsnbLtH>^O>sA6Q6=JtTE(-8=wzJf9xjKR!;bcehLd zGnj$z5yC^Fs_L`>s2&T&ERiO?Fcq=OZr^k3%4a8Gk2w>8HsEL=q&D6Cl_&Of3O@`( z3+};Z+_P92ZKhQ0ItB-n@u_YSSwo0h+S_?!3%vxwx`9{X>E%Gj2q~mkVKo%Q;cb;i z&56Z!-h1ZfU7WP@$&(Km84MHm{7tJyn8X+KX2{FejVnD&RKCvmK7HDX%2KtyShS1i z`x%U?X{yQjcf$Ksk9+*0;Ciqke$`sZ91FAMze3&#npqD%X5+_96^*=d%+{ANNsFCx zWxaty-oXEcTrUJhD>=6b9?fD*no6%OJ8%mrJ+ti4I#18iQ*0d-bVWP!Dmjj)sv#fC zB4RnVS6I0dpU6mmoxVzG^NCw(C7z+zdkILhtS2KhF1P#-2K2XR&$D~0c)Hb#<&$e` z3RkDHMba8d(%2=Y&DE|GvQ0StBJjVd077nzHI!Ul?awm@IJN2tNBN0LOj=g;MK|}( zg~*d)?0}Gfs_$6Llw%@W2Vl5SOgh++4%EMt{)`WHa(41z}0d zD*Exqt{iz_v19o**_UTW66e6ZVfmVW{Om>(#&sLeI(}YvQ)j>2Bp+|Bxd@J_03LI7 zF2(|Fd+Q&X&XB5fMzG$K-!(6=W1AUZXe#c`+_lv2G_Enqtp*1xUw**zkuCos`Z3By^RTt*{Zf@ltQjc#-*P3 zJdbZ}M7JJ0a@izJ+Buuo0Kbt&V}Tp5jk$D0vr*?tzY!5e`C5>rOk%dCUfMe=q(v_E z`pu(<6r$AYU)xk2yj!XRLTBZ|&2}@z)o!KTvaU9&J6tFBEH58J!rwudfWY>K-%IH1 zbO?NRcPcW}h2D=BDIR_S^aI21YbJ!*O{fY5cdGmgyIpaO)Vu@FKiJ^uw9m>nQJ-FXlPhV@E70;F;N z54X#Y%u56%$Fsj@!Nkt2BrOVz7sD;2JmEu=S%l)-zHb-YGK zBKD`{R}#Mdruts>OI=YN^z9NKweX914=Z^!sVAwC`V3!iYLW^8sW&A5bEahe|MbSI z@YbFF*9UCMcWOCX?0$zf(W|p6@AMq>Hw=og} z6u6)uEv4d63@8CU$gv+N@H44$N8t6@3lJOSyg3f7S4~Q2ugCE8dP4Jbat%=s#jjGM zRVoC^UcMIz1?{H3-dvSXVf*RfYnDE0cI7s z21_Y#X7%(zY!2=|ya-zWEJ6}4UkD^3mD2(+i?g*Os@tF_vnaX^?;wBI)rvjzP5^*; z>Wd~xziXXMv(;K_?JwKRN6C7#%CcRKyj785(fcPjGQ47l50)o*FIr>9SFD?XG=_nO z+`A}VhfLwpl6j&eYvy?%wiP+pta{;(c#K06=2G+kBQCx@o(r3Ge6s#r|^yhQ6c9h$`xwTpt{^Lrh#HmTDp!G2$XbY!6xQv%IRtv7dB27dlIO zxnknbeXoU}d0}{StL6253W%meLgMHosDks)%;*a95hd5{9^ZPk`ms>Ky!G5&I*W2$u+z*J7T4HU=XjLJKo?=MBxY~CYF@p z5cK&Z@*`x!opNM&3Dn4~jTUBZ>2y%S`hP*hNng}b_}pL2_(`wEz*N|*?C^F0Hw=xO47 zKb7MK&&^Y}f1xB$c%M9I931lpvGW! zRnB5mTvfJit}xGze&KI&5BRMn(O4N(uDsV4!O}^brBKS%j^3*pRtq@ zXA^AG4psJ~qjN_HB^V5Ba6UH1t(x(`fWG`;qh)s}hxU{|>knAu6B%F;RAU(m`ks(P z`6MJAH%H_v9y7LZ1lP5&TdOwDkdSI%>ql0UcqUk`w5_kFDSq zM-?)`(A1;w$n;y*SXQsnMaRozI25AmM}MF^XzwBfBv~eb>kgx@P%~j%>`A11@eSNq zTgvqrLYm1f%&llDcS0~P2^j4N1;DT^%77Fl%2?Rqu>+*;XU+>UW`?Y8Kt7cTwj+%q z2RVJ)9biAnSrP};SVSBGa)sx3={PP4OJKls~FHd+U&S{V#uIzxl`UuuE)xi1XqN1 z#1!9=a)3(rlkl%Y%|MYdm8~GZjsfxkJ|F}kfC{s z_=8)zwt--RsFGoKlBMk<#2bVx5%)s1h;$MJWC6Utj($w6mfL71i$F9UTm}sjkT5jy zM_c2A%?a7J-ApGfnBu};X+ycvkbRl?ynEI!2~chLIArW*h_?0a z1_dOXo9~hf$@PkAu5a56>@1B2bc>ufcRlzj-;Z(&2>t$5Q|_U&Q$iW~BB8lA=Q2Vq z*|+;mAByV34l?AaCJEgcjb#a#NVBec2(77>#a${igIU;#m{gTis+_86YWm9<`{L+4 z2vzOL0HC651o7)$sXTrw0F5!S32EO3phD=z6HS`0&O1XurWyx2gMrOn7UK3R|#NK>^N! zyo}*kPVd^~3*Vb8Ok&U!z3vS zR7Hv?6+WX}O>rbl^SkxkKA1(O)nhQ!lRvFK;s(c;%ap@3AjXK3 zhkh{7j|G@)+Lb6B2Vx1FUO2cre4Kk5wOSFYs-mGfRUXOPw?!*6^q^v?)A5O37N9)r04(w~3C`{&f(GJveV+!L%VRFEnXp5@I& zz+l>%ApXz+mOD1WcWc#$Z$C298mF?t;<#8bx;*v*mhZmByC8@7hePNL@7zV_1~KVZ zCYwNfw1h%PGMi6o%S_q>ZUFG6)s$f&7JV>xo!yI4lSEeMe%w|vaSMmgAns+)+}6b@ zj)$3`X-}z#n+T5H`^&(0BN|k5gy`}{M}Ztp|JBqmgp&%6VU4P|tZ?(5UVbe_$V_iJ z$R=4SKJMMN@QjNXIVI0wh1wW;)?88^Lif$2vU?xH6@~d+g_M2_X9s|q(YlHOLc)}> zaKW;7B16-gmoPSif$Y_ZGz#p_h(Dx)z1_ZfaiQa0eCup{+ULbpe{@}Pvt3JX61l40 z$nw*oqI3mB4kkfFcAciA-9jS!@;b}1F*9Q3nD=x}tn@#o{bAYm*A0^pN-RS!eHP*G zB?sK2PrPI`FtYYco&bdrQd90Z*eLIM!#cgeR_G&#$v@y#@431TIgB!Tg=!d#42^Z} zV}mTnFqF6ZS%22eQbTsM#rC9kVr`G5> z=0T#Na}d`>R0$TFrE^o;a1f1-aqxTgz--oQr`P{F;7}6|mEv7sV0su&~)tkxWwiFDGP<-hVbgVIM>Ih!!+Q z5fL$~EuB+v1;+XL(Q()|C zTXG94q@H51-$*$6)?{a&1eGGc$>dm2!Amm(i96o*CGIDTGwIM7XD?n)RRDuK0UJPi zr=w9$10=rn^2i@)KuB`&ZqV3pa|K(iX*EV%hnneL7gv#3Uc{c?j=b+*C924Rlwgci zc}Ap9jhh|7q%Wa2${h`OCYcs<#=kYO`4b`T5m50wC%|-j7^D17tLF0!4{c8*Xw!8k zy@L0#5-AKywNFEBD4VxUYAzXdh$eRP{_7U)4;0w9@T5tH^?RpdDH^4^gQ@jczVn$t zY#`<}{80C!W$MRM3Dw-M9ms#7`!PPqgLD8FI0|h89cmB>=!_W&+wrTVL~iq9I4Op+ zzHG+AN8)3v_vz{Cb$UMTu~lc|Fv+FmQWQ=1qCk3i^}#+oRO)JHp{$=+VHG56^Nvp9riQ{LMe~0Y@_tVm;~| zN;T?#nDpH)Py@@CKhMWnEL4h+I-id}#j%FYS><;<0o2(1PSDU|^iX8$ril%iq-7O% z{@6Q>;GT~8*c|!OWsovI8#7W@;3+O=c<01$3j3fEf7@;)ipB zQe>!7P)AR~zZBt2t>r520i+iPAKNM{Bo9BeLtY)jyx+^>BqEcnS+i&N1=m5|Ad2Z~ zl%|?CzR7u2Usmk93Mp0E=X;e?6I85pwdFASXQV*Z;H4YTisA1`3B@@T*3!D97qZnNUKST~5>Pp01M7*3*3e22izsV;z^ml9p&Gxg1KGZvSjZv53^H}9Je zYz;>z4S@-~9>B@?zxiP;I$B9v>?nSD1_6~vLMm1J5B#eN4K7?Q5gae3kBsgel*l+t zGzmC?)1EIJM|DR6_8jye-DEsFP8$S*f}q=HKOaC(g1iTVg!i{Ep2rD zG-*B_&w{zT`V~qMx9znuiHt|Ty95BE@$Z%0K6vE=As5J*ExMmaN%gt9iE9Uqgrrf< z*H)x$kE*&IAAp>FW4MZ^ggwCjJt32R{Gh&#=JuNHeV9;_2wg|dSAu5q2=bwjpWw05 z@Mx_2BL91h%3x|HYucuFsNcosm6Y?;g=@)&KR)JILi#N?3+8<4x8o_L{T85ZYjC5T ze=BkG1>zCe-g7GLz7@24uiw+n`@|V_eVjunGmN3XL@l7~T&cB@>ISaNe+>WB+-zjJ zwk*L++O+V&H`C`e3|!mI>293dxlLrZy%a5%=~2bNhlSIgkraKZ1#c^sfW<-80=U0^ z_q!;rr*kU)M)1bK{cBBGqy~_IZS*3!&P}Z3vA-)im#gjlGVXtu+_d84zfx0rw5mUr ztVlm3uUMZmVPi1L=xv0UhGAsibU}05V3C*bbLG~p~*;=4t4$4vQcUMC$B(R3Xel}9UhEt z$nf5?t^bOT4$l~9>f#t7OQ;(x$oMvZkbB@^XWxV$%zZ0!=2O{@A0~(MWfm{h++W>B zxwT$s?LJ<9;$zokv=czOUV78Nq|)bL`P)T-g}_2AIpIjAeTwxm$1;6=)LXy>wRt7H z&AgeG$>?|+g}#dCisbK5TNcOf4kg-`ME)MT+lCc`7qgh^Hx2780;RW+qZ0c9N9xO{!}w$v2pUQQ+<51boJ;s z58R%_Pfm?4YHd%>Gv76Tj}>fAe}4x!)4b_jaYSb`V#iG(;+qxkAm16-X>H>&Hq=zL zRv<#2UGoG;83718!>-Tw4G+fn)7aC1m%ST8G)t7L#v@b(@i_J4sltFxg4y@LK}?rx zr+aIFAXolrqFP31Tf8)XW-ef(Iil)R%f|;RXUL2WVg4;I`QkMsXU*_B${yaEZPt8# zVrv)gFb5JOkcR^j?LW+b-BN@eIR67=?Gi~gJBUTTAOvXP7LRJ#AQm-pJ(Au9*_{X+ z=B7T^jh?5LB&lFMCf@b`%NJNLAb@ITcbgGw1-Ayw#?>@$P5M0R5$HOtq(LA!H{QxW z%NY&zkkSBdOnoeSKsL-N&x!L}72Wx-{&l?oE>tm9O)i)hi+UdXfzOEpn_g5raAy;% zjau5B`v{<5u3^uv_&Vd>(-ca8V2(W^_I4gw`X^Eb79>=3f5GK)7@}$F<}NF z5zTJ4WbxKpAFr+s4DPy#a6C&<6d|@L%qF3>_hCO)W(|hi4M0`bmn;S!a*8`Eies&t z*8u#OKn#41Z(gV}va_g$icO1mF6R{RNFP{;>pjX)Nf{xL?ASgKfGeo zLJ;~;ody*oKH6tKB5!NWhM9WL_R(jU=By#{3q00(Fg^Y^d=Ilak#M!hAWRI=hhB96 z0s$Vx3eHDgXADjmyb;1d)RWS2u7>@10eoO{1PP`7;f0u14R_$099j3F$2{HR9A8IsNq)&?RY^Dy3MD(!m z4x}&Y!jIT)p6)OzB5vB*WGd}a0!V@La@7$#t<+mVjhek!UYx|~R<1V49I=Aey?lhL zxLP8!6TAEojg!{G;lyxuM zYDF{k-yoV!9pc@QLsSsv)i;oU%2uq|k2j#Mt|Gq7w+H~YF{e1&!_UHt;NdFIDYl_&I2j%nB)f8 z2*&A@jKeRVDl@! z<~#=soDs0h7W?>#S&hTs0j&S#F+G~32zNG=G_!Ylik9jqFZ+g}bta@_!BegKN$DG~ zH@O!%?c9RrhVNr6D8VUtFji({#q5^g1yQ;&>mh*^j7*}Zf$y^|SP4RtJ1~dbm9lY$ zhp9CvqTnCzvsYx3NO$T|m)70nEsIpxqeWPY9VeLGH80SPuiZlI5_ypP?&TWZ7lxcz;1c%7B3q6+jLj=&gb5@HVXqEE{q-;3DVIA)V z*6=H~>sS#6rVS601VF}EA3)NJnHpSk2eJ}rqvbN`K|93IHwy%Ex_>R}nQjvax8a8+ z#H7Q`vPX>ZpzmY$=~_=OW?rrf?|rWtxhG&B;x;IL-$=^rA393n)dg&?1U2 zXsx0xK(7woQ%12(q%MaBvb#b8s_5di+J#h7&puRA!>zxO0jXyeH;N0(>V2aY`037= zbCUAwsO`8`G`XneCabxzrW$i0y%xlSdgWGcK?fg!s-Yrk?enW!#_?S<3%Tek@y&u( zsLjsZO8qh*g9c#tBJ^UyV?5R@x@Q17X(U%24uvJ+uw@AWL6xSPHS(v0sYZQ5WGk#4 z-V{17u$2QIz{HAN3T%Utq0x@72Mb-X(zjk7w>Ba_q*iC^I)=q}LNYEO>FA>BWw91H zZgFtnbY-CO6XCKO_j0Mx+A7HejG;A{P?SB9F3q~b!}t__C9krsj-6|(&%$kO+`~oQ zcw4l(_368o2Tz`h+aVo?~VCMewvXXVX z+voK>b&0u~Pjp!Fl$6!QBt5321rlGE#HR4a1}E|UIR*p=ssn|C&xIrt%uag%cQPh_ z&peyv2*qWSwm8`A+{?~yD2Pua>4#2BX1dELs>bC{omww)1#NW1+u>8?Ic69ak5 zftQLVpqfPJHt7>|pf^~jchz!p7p~`nWDSNCX-VpD@MJOKbA#C)y zbHRfMpF_RP{UEfTOKB1&!!v_h_fUcK#(IPfU@BMz8#QmKeP43!zA3`hNGU3iOvkg3 zTx}SuZE`D>fOtODH=v3^Tg^s?gHopHQd7OquZ-JrX*otLXxHWiO>9M+t)rRfi{*3J zt=sz8T!iq1aYG|e#X!qizl8)g7;KYS4gr+X%V|z|r4CD$nM5Cyx3m57pi%P)e zN53^;L=F_fLJR&4Lz;#y6|TR|wf}7jpZQfwq1|CR<}^mUOziS$IIjE74UzRCe5Q{NY!>^-_go6FHDI!|QK(sv?vItTHzi z#NPxwTIModgFBGaFhAyywJb(DWs<fTDBDY4RtSo_}o}5VyTt_FqyJcX@gPzVXM6SlNCADY0J=%z zanCDTc@3e%h0WC|rA%6vG_ZZ$f&mIUc_JZku9+|X}$?DHhg z5|V8K1A%foV#r1TGwphu_SBKlSYp7P&jL(Z-**>WuYrz{Qqt-S`rodf+7;*+kkv4^ zRRHU(sbP{)OwhzEA?>j8i~a|YbMI(&g4Ti)b*r9J-g=FddQxV~PBg(ro__0SxhzGh{4)G;i$ z;Y4Ep1l{z8+!qkgmmP2O+m46HJcax}x2nC{W8_Np4E2+m3#X~uLP47rpWtWRoKFS2 z1L00K&mDB>4vRefXrxHgz4ifFLSbx=DOyJYQ<9BQCg37P9GE}VS8KP(Ijm9Jp6$*F zkCunOz#z*mtTDBq)*)6x-O#03(r(UH!iry-bj>C%{nu6BZtSmn zsE^6*uGi2n`Sm{n8yC>^DohTM7c|f|@!i3xg;X|Tu!ENS=RwOx1Ni)(rc6d^z3T3p zTD=|%s>k|duqwsV@T)N}J(l=m2sL{E5PZAG`QFFWQ0v{H5s3U$iI9UJCjVsqQpJua zRaRmLK|Z&@4XS!YLjoDE@)e}&H3^I3A%$?Z@-}f>hn1{IqONBTK5Rx2ck;{n z9vW9Ly8?gH6#rxNL`3vsyk&VRuc)GEp6lPVE{3OqP`F+YyTzaKw$IT9XcHa+kZX}- z$@E52wP0pjrDKze_x^q-VI9(p;+Tl&)xQMC>5fOV3y)lGd3YFOOV<;Uy*%vxQZnra zMP(cQS{#bdjYY0V^n6j(?R(MJE#Sp!-J+H$z@U~DC5V)JOI{U|7)$PTgo)BqRuI$R z!s;ojiKw$ii#2f9LO`xaD z3Iu+^d@33=nrXeZ=WQrVW(wyYJ5sStdxhql-v+$evy}*Ka4L+ z)(5PPQsFSjPW(RjS(gU@j4Z11NWxhx9oZH7SnXZR3hHEqQ!hB_wggBm1|>2Yh%Dxy z<6(7nU>XM2{C34-`~;0;O5wbK7?)t4xG+*fw}>pQY+U`APkC+O$%oiqHtX7+IrZ{c4S4`FY%vw@FBjn7V=0O$NrUGUBBv=grp^vPnZ82vRt5jJk-;)9 zzwcU~+g~(m4%IG)qI}&leO689r3m5NXhK&-taTtlc$B{k+J;Iy%4!E3X8U$NodJgy zzE2OCy0Sg#ue4} zF>kKstmhcw1mpmqW2b6)Rfy83){yAeDqC1ytI^4(gTEmr zUE8Rt)%V|qEb@^Jqc{rov1s{Yt=edTYQN1Gk1qfn5Fbo z40ASCQM!rze5%S*IB6%Z4fLj5asiCc^W<`LwmRSK2=))4_f8|^6O!UQHzHLn8_}lq zqoXlEK~5`#H*d6uApR>=R#4BiOD1bB6k~P<9Xn#j_tV|TdNS=^3j5B%M87Lt1%3=z zPwU`B^e{4)JP0D%7AXd5wav@OjFCvy6G)M>(W<_!Eej|Lyc@uD$lCXd1CgD>T>cs! zQR@#bQ62zrc&nJfvIq>}e0i-vK}tP!FLTQcPuj1}H=3jzlgM7iCK=lEU;I~hlVRJb zBV0?iT9Dcq(U$H>_tZ}+k}ebFR4(12YszTK{xn_->!bwRWNS&RKt!n7z}3aMKh?1! za5DcKy_FyuCh>!<1ktK))sSORoz&yt{?!D>ECcx9iA{=HAApUu29j)U7!RJEnV*uV zI#wK-)DokFXa~TQgQiOc^vIHKd5-g;H5*?z{e9?wqwO^!Q-2B@O>B=`I+9cO-xp&s zT4}G(R*~a}Hx)`}vo=Gr7mR_ykTg1|A^F@m{KAd!oi%~iMQhINVj@_QD(A^I?&z6z>M=|V`~!p+-EIW7r)%0en8ay zA$^l{6!)HnNRsZOkdwVIe)L(zq1Pbs-$wzyqAXDm}c*kbeoF7Y_EB7)P$3yc`%*G zmwf{m$U-a^2wYtEQMBWXYUL3JIUuAclrJc;;nQTJ3b%r{>iUMbREQNg*hWcjd=_$? zq#gUwn@vA}_7});qS1TxLX<#LTKbx68$#w(Y!{jPbqKf}T|sxXV#T|lp5<*rG7Z)$ zhzVtiVf<4k+TI%1gr#Tr@f5L4sP2gwkt08C-N0Sr?>h}eax?>!6EAT(E?w_;jzTwVDGR)S3B4VVMvb@y+sgM%z7SC-phTV};* zh&-Teqf^5=R-5IjmE~NX%n7tqN}}w~w?%|)W*G;YvboCiyUc>$|c&>`iR=R)EP|5YCEanc~y{eoa@0 zV8JVL<{#Z9x0uzXxar_iRk9k(Z|IpbtUC^PsO?a|_fGLB@Y$SX?8N@IjXdhvLa?7! zq3mhV5@b}}%nUFbsQ5V0;+M~f`}N>a7!&RuwikgGlK&F!01{SR1sKrnx2-*(kP@0<&_wAC#4WgZ#_a5x0O zfC|ozYrm^)0JGjsp4C4~AKfCwty;a{R+>_yUCsmuqSZ04Mk z($myr!~uCT2hDBp>XagOxvtb6EMhJ~RhO`ublCWZiW8R?FKALtUMDeUWWr9wG!6C^ zYDAGg1gGZldK!URIo0OIg6#1s3So}c5BF%5$nzQg^3?X?PQ0E6>Q4ij)jCNPua`p1xm(V~1N_sjjQ z$|qE{ub}?;lIG=my-%i|tN|K>0lq_--qCT(vu%fMnhBVJ_C3<TD*r&E!G{d~joC7TwQZs$ zwdi-P!-c8AP5~jkU;CSY?yLe&8iM?Pz{twV{=eB%Iyx>}qv(EXb?Z_*D%7NQ^-X)?TjAqre5{Cv1)z8q+h`9ZNcQw2nWM|#OV32 z|L{BV*F`kSfnnjh4wG1(Waq_?E^3z{ce|%kbj^zL?;B+2FTrM5XUA2l#%DbdA^pPb zR{$^y*UE^DdOh`4!RfJI9{MFt&uk<{?yu)un)SoW!AvJ;p5cY>z@(T?gXMz$EvM9x z`k4Nr9oH2T94?@u)J4r~jritSrh;R^;mnmsEopB&?s!nYd8Be;3WQCqbutPvc`Y1$ z!+C5KAV$-1Uv8h~mc&6<=NWQAw{<-)&Q@I)U+GNev4YPlUG$U5ogbcSos8L7qTsYF z^6wyt7b*KG)_gT!St!B-wH#}Sao`gB!vb-4E}Oy^TvxV3Ry zFTY-wh^eD~9HZv2V7sBa7IkY+h9ebk%y3n7zdf~~G?)3kmG$Z2usi+K0%VG3%?oo) z2|XLqs-yOTA0y(uev8(;oeAa*ol@0RQQ7!G+8!En&$tgcO5>r>ogsJwwuip*q5(s6 zN)ywN_XQw4sN9~}YCH9x8_0by6hv=Y&nlgpfh8 z`{y!J>H0DKW%)JD-)c6L%@4^^7~oBruqKck@%-!M+DgcKa1Q+}kWkX&*&679T%|yLr`fi^& z1<|9B8MDPz8nDZOD<;RrZU4A}QL$3$SP5u2iK<1OhG8oyW_t1(;|u}{Yr(7QrVyga zM3q7_$|MVte3XP0TT? zXCyGGj{&0{PwwrjOYST41@AWQ^YNoxZu{B0+^WHl_g_x zQenFdp02c(NyaJ6>?bHJEUErcoDWte*6qr;RXrI(p>Jk4Gq0o`>!XQ%eL;Pyr;g+Z z;+Y0_`~~EXBmqqZrw4Lh5xC$q1p_F4OD5Ha$0~bK&)j4r!YmELN9`_TXO?En2#**v zB4pI>MW(1cu^o+el$98(R#KO;Q^x3`aHYKD#`IRbp`c`e`=H%7fw5(Pmyjpme28`W zK2=n%w~nEcFS6-s<|kl51=7U=p(A1o0wi5`3ty!8(=Ds zrJ|j05?muTz}9v|ELxoa^$&4ncbEG8l={V3luE_r zrh{Vh1q@o`kZ?1LyZ$3Id#0YNs`lI~bI&aA=2udRhqlTq7Zn(#hmyCXEwf(n<@HaC zr|(mn^(HD!Lqh&3b*BLy69Wv@;=+fPK1wSRW2@GWzSoy;P^}gPDy^J{G9h&3gS@uU}j^Mk%WJ&a!K&c{S@eRO!_Bu0_h^zyaFthY&FI!(6EY5 zY+3DbgbpfmSe1?deKUfV%Ning)iRD=VjKD7OIR?Zc;Gpp3%-)ddM#=rk>WM`42@EQ z+o;&hEH2gQ*R(w zO3^?cX=QM!s)J{0P_}-WTh<#Pn|K2ExJ?WpLMv>}vxAN8$E~dh7Z{49{3<($U@%Hh zIryy_MxZk)LM$Rlxm-o0{QETMc_J*C4k!Iuz!c(TV+QGQKft3!P8O9Sdi7yz+)E=K zv}NEZW@KqS;n{d0r1Tl<(=?UMm9Sd50lbYB)d0xSlNQ-4DdOkV=e9No?B6!t$A=rl zwxLb^KuCDTY05o0QBI*@s?y9ybhZjFD=aBDp6O-S_7;U3)Ll@fxRL#{nZX z?eX9UzsakxAgMApGg&GF6p?JS;g4}zt0FjaHH;W`O#h@jgevyM%3>$eJLu>l4767T z^^`-(2gp}e!yj&0LGN(#dG5OPN~$VdH}y7|DkxGOV1UmSD1F#6M7UfG{31bF!zvGB z{DYQ6M7u3D&udH;=4Gb-#M?;b+%WUDH8y`A=3zVkmAE}mdE!6Z*RbHc0>AtEB(Ak zQUJ?wGr;pNll=jP#J%KXz^jJ3f+ggyi|csr{+G}VCAY*sQCEFn-^F?0nfa0k+1-uW z5F~e&q(GpSlJOKsJAUo%&YmuS)8|k{vxuR#qT+hP1haonyVL_U;T+q0kdG?^jEL}j z6)1f5= z2XM`A{VFGdNAAa=Zrj*wXyzD+$^?-kp9}-r>Y#MWBr4HVh$rGKK#3^%iBQJ)!5< zoy!yQQ)$%xglQMF?F7m4DwkDsn-AZV9Z(d00p_LWp-LwOTX?-GN<+XJgDw^Hvv$qc zNp}J9l6V`SK!Utc!M7JzyanneRRX(ml4X(c!@Qfip&iNa$QL~G(!?@4aY!Nf2>b{2 zwC)qDFIM|BM!ps9g#|0+{P6X+rkg_YpLbvkf+(@It3j!ik5#LsRL9K7heji~>!@?#=MFyIy(vs8g@mr!lW{e*1CzbE--Cb9g2}I>`aiY=FQb1wVp31u%5J#u%NF z<992mm7!%%SD2)7L0D-`M>sZ{GP8X>rE%+*$$NRJZ-YbqZFWP@^rLoEcih;T=Qg{k zddnBkWy}kkeyLg#x8y2M=dMg}JqZZ~w*6}We05G=CC2sp4WRc2Ll@Vs|ary;8Y zsJJ5F{qrF!y}_Sb&+?Ll2k37Z5d|1hM7A8VNNS2jcy+b${C0Z%3Qut{&3##^z4WpR+VYTV+Jl%fPQJhK;!;N?A3(!Nw% zhJG2{AkSH#A?SX-E3Up5=>g#c&b)Be(T`hVG_knqo@x>VWqDD8aAI`qN^Bzeonw{MiO=^XcjS#EmwQ z1O=Ojs%Gckh`iaH1HQ;(tGa%=urv;O0Xfj$m@K-J4epx&1S`#*Z0N-?=@& zPSaflsI+;1@1HNTI9@#{P^5aTKOZ92*(d8?BozphLfV2>V`{_@h7cV#QEin+QIx zQ~9yC{}tsi`1QUKF79afrlslp2WiY~O#ge;)4p{6*NXmASJrRJeQhmn488Nt;)Fkz zG3=gg_q&b{p9(7#-Eow;r@hMa2EOQV#`Cf#jRcmK+SO_X412Kmug|4F4yp+0XFP9Z zAEYR6f0q!`C_X40DDLQaIA*qRU2|whT9*xDj9!jSGzm zva7_^(xm`&ID+BFJ|xS!FlD;RZcbongiN&PH@v-~u<&bSZD>C>B={DG00cLaf@-vDCF3(#{lliHVYWrKkhp^6z%-WFMSg_vPzo7(%$YNu$4LD@z(`d{r*|bmC z@)`-^lSI;i&L}g2(Hw5Drq))P7H||!q~ZV+F_j_Y;CTwKX;y?nN$;!n)F-wzZjs1J zq@KTEB+eP01Xl8@SbwlXdv_|XT@)>tbzpm^O|g``$(4}OqQ>@Q#1u&&!#Tbn%S|;I z12`X{(x|s0rHgE{#}daa>M0@0PK0VS+!I2DaMGGe@-A+Mk*YdLhl&1fJ!hNzN#O;A zN4}%RjV?PvOmOAWdCrscOU3_rybaMLE=R4e?Ml4?%|#>SBs}?P?nwhVKfe~e;gkyE zq#NBvA@xil#wf;oH_l`RA*!u**l2cof-i;F3a!O)KjV}`k~m(j50D(nait=mW?n;X z+dKAL*Oob2xQ{khEU? zHN)1e#)x$OwxnRxHjQN{KaHWzh03k@a^houkhqKhLnHUk71#$O#teINXMdz(Kf;uF z1vK;LdH8GkTkLFQB6dJ3eES*9qN4v4&#_AauZ#*~1)f|z_!`;WIuNw7s?FSXYZ3R1W;JfD+sCs3ws<59SU)HM$`@n}Ojn`!dX%D3*D zJ1@hc@|a7%SH!bW7Dwm943ND1Mb)iZ6s3#syTVieFMBXad9e%tnUqX0KDE$>z}sGx z>v8OwEQ^h;IZgP_N}&^IfOl9x7AhG(mIyw%Ev!>XZP+#0^9l%^A%ysCrhS`vQiM)0 z1$6^8}6Mx!YPHz;^TApI_T^;z(!Dnt}0ABZ559yZDE6K zN=s=ys8FYb;;sY0nCFX_?WhK|f@g(@;kY+`3Dv?Ra1j`5VqkfvY9#)g7YCLOBn&c3 z%k_cVATk=It`MC@Av`yupT<7`%SvJ>2jyiB9#b9!iljy3n>Y?BQQQD6SErS=bU6e} zpG2XhlbvD#)Ng6`cl%^K2Uf6;kD_`eI-KuL8<#$cC@vDvBz#moT-#zqseZ8W3cE^< zFc;Lgwt1kn#VFShOUV{Yv7JX7#F|B<3-CsX)yjcL0UcCLW|q-okDu^K(NTW6#O?8J z>y%q*`OF*>Q%bmKDZO?#Q*Z{}JXA_e(y{`2L962k`^!0zeT~`Hc7HBppoL}wd=-O` zkB7a5XC4A@*K!Xb8i9HSSnb)8ET7SulwjyX;1>`DP8UhbmBY^5j`en3LWhf;l+Ht0 z7sSVI_ZI9)E@(f0t#8fQ@JwcG?!xiaug2E_3EfwFrI{Ts2?L>_Pt6Clsx2{r3mgf< zPs}LdtAlv)ZK=3hhfcU`UuS2dR{uWa4ApT%Ks^C)EHY$`ZVUtZZq+kBJujN4E?6ct zOC`Dkwq(^BxqevF!yK>y883i|G}MuyeZwK#bPORqap`$EIU6=F!29?= zY@qGdt5rq*(=UQcF!c|1D*8(#=AYwRfK&^h?6cEh>atvY95VV~Er%E4)Pq8R@hl~} z7ETi-1tz8p?UZJRps{}C5mR3XDk1$+TQCUyKpCp~(}|lO)1H!qIdsf`*4%nSXl?~ zsGpS0+2p$(+pqk^Bqpf190X(L1-Dk{|CEZyJarg6BwGGd+3~K%j9j-|oo0(I!)=4B zs8XTN?uosCsnoV0iq~G-p4+?o1*S7*JT6s51jFK}tc$V%OqV2Gsc@?!2%gt;7EaX6Wa(bW?dr)J=IPB3KY-pHV zTF^0{vcPSe`iI}hqGr+BMHC|X%l~GS>(280^*=eh z8ZyA8nAG_@y|{>cfkO-WwP&7BI_`}#c5x{l!Q<@NL`S)$$~AXK9z(HJR8IJEXvZ5O zJT-4C4lRNF)dUTzum09cbbDW=DV?}8qPRqDPoh?1GMdq6w)>&mxL1duZZ(}=uRe0p z=pWWosD7L9l~fPQ@=+#*i}V8yNfFq(?+?^5B%|PAuGmS&Y@N0|Adw9#I*4ib))oBG z{65D@+IQZE?JpmEOo1{gFW>+98bm%-4Uo9YgpxVwD}&+#L&Hi**_wdT1wgslKm|6j zEA(as;(FjSysIs)?O_V5q|T&T%k(lc)NIT{6>1nDzSb-0(NRusO+Ny9#RByrvop)T zM%&GW{OmJ*?pkoyU*KX&}}=AYr9Z2-~@} zy%_$$i&-{gdkpvj*qhzHKc6qxQx;pNzexCdBuEUfUq4Ha27cH9X+_T)TUEWKo3ZRL z0cJuKQ|kV{9S{E?eNPd+uup-$MtC@wSp&;O4lgtOjL+3~KgqRW4L}nMgRYn+YvIQ4 zT$8_{7I`>uBB9&Ln6sKo;6I`DyUh;Ps%a>>O!155QP}pDb{9t%zmx_hYiy z!@`-7ToCY8q5O>fE9#sC^3HXAG+)rZ$lZo8jRZ8drk&F5{#YuNqx}w_Qyz(@TS{@{ zFABgeL7njv=G*g@S}^LDo6(6C7S11txLE%@P<;}{=xQwXA5l!)Q z-v5`i*;3bf_xiNpzW)Cx^z-{4khE)=&QF~k4D zUl^pGDTV}q$AIlcYB~-Bmt~Efp*Q-$xD3zj=Em|=ZjE%wJ-?Fh?CUny{()nK){DB? zYQjQ9K0@pi4J%#xCqnn(FqP@f`$wIHfTLQa^)aqC(3`unL8nWithFwz(~ihlUQGjk zqrdY9I&`uyzF@NW6;b<}Y_}M@G{Yqn6Q-dlcr$KoH>)VcIqy9Bycw~53uYeJRfcS^hM$ecn^Kk; z-op(r)+(~aw~5$h$D-;sR50f2GGI{=2Fgh+E#t3VPN+~OGUHy3QlLsT$3W?s1I_n1 z`t50oBu74+`tS5HB1%0`>^H!l>t3^=wB}-m0Qjkbcn+C{j>2P_RS9to@dTgAeU)rB z(|9=3+QqQT25lAXK43=l^#u7k-I-$EGn)qhtQ8Xm{JGBv`c-IPPq_(&7pr zTQ0#lg^C|YB+K-jZ25e0+*Y^S{bm0BF-BM$6W&A=I|D;D74TM588dqev`a=$fAktm zM%@RxxFRP|Zw(0)f>5n2n7T(x+H`)KQW{szCp4YWztuXn<=9=;L3leF#no}>kc$wX znH!(6NDJM5HMaC!XZty?f7i#Fb1V%g8KU?@)B)O$YxxNxGY&k-B2xTBPHl8HoOkG4 zh+@7tmbBNEW&Jt#qxg*2ws*4vT^RVy-)IgiWGKNO%m<+@ALVw!XfZe&kq{A@#LNz&?TH&j-Xkeq`Q!W z$*#fG{EC#Z3hFeE`w4yLWurPn?!8_Xos?W+f=A>fRVdT4Uw{w!q|+soE#!7>6d7T+ zawlywbRJ(%yyfebyL+cuX4Qz*gweOKBnU<@ved5TG;l73mNQ56MWzbS2-oW|Srp;S zzumH*3giD>;-+$zpaAm(Y8fhpWMa~m>7GonMH(_$TUW>*#vk4BQ|2ieCy0he8~muV z<6Ra3w^|C?%+T8a-KV!Ou;=jxBX13x+?>jyLRu0LL7{U3(xLw|1*XdfB$xM!Db&Ib zS%Goe0~RZ#4duiKO|$|)biwY9jW$gp8|8A_A}gB>5$e%M3@KpVH%ZCM59))?$fgG7CPdC5L*V zdDX%$=PK+l#j#)i=XJF=9k%~cz zO|@xLU4@c5z{^IpQ5xmtMF6eDrmR1SaD-Hiej?mfh>SOQt3=g3%G%>%O$62t z;azsxAo&h`GX`?z&u0}QWUehz(;E-Kjbd8=zPeek$=4RRJDcrn6`5s|4=XuGTa{Mc zsAv#Y)rQj2Pc;DG8P?psl`s?;lH$uWCx&Q8{N=A)y=?;EOr5G1y@ZK=MIL@%o>d8i zxF=M&>8hWe4(iU11^oU#K3wahzps+QD$`eq($C~>GL-KlSpnk-2Vl@Kw(x>bN`SVKHkf&g*dVKvER>nU&CiDIN(27Ssp!?&Jd?0`sDVH!}a}m|E_M*o|Gi zNM~)RQO&>mv_$YI|2RAkR{e{9Z5m-5n!09~F>bzoIyut%t5tfN$k)ZQR zkd~^>7aF@rK&1_jm%C<1eyKTc8Z#`L&i`(Xw`{iY0TLs$F3%S`rB&`J8pXLwy;b!d65?v-9h3DkkSH^$o6+Q)`r5IP^?^{aE8iAgUfvPy`uk zIj`>=cj!^HrThzUZqRfAlYdcziU6LipvVqMF1)U>;rE$SmC=~=1S!9iQII<2fb0?J zcR4bPmUbn_)e|7nX5X-xO(Y_SxNL93j$BJ;Oh>*bMqxqV6m*v}#8;8rqmkSK(Ca9+ zqf;gBa7Mrpup=rNlUDC(=<|Y;_rSrwL`BW7DVXqY`y)+d4s@YAmJ~9wM?jxhF1g6? zFA?3|#>l|0Xr$_7gs(Nvz|LDVTUVfdRN zeV$LY@CXAV(dNnB`0sR$G4;@%qnt2 z*>gd+ZzGKGy9o;R^ok|uL4Y`u#nKKx%HvJUw)j*556$VNp!5v?p)%Jwahs~K)M|Wb ziq65}tCNnN(iGaI`9-t(Ce!vgZdRp_E6|YIgwjss#j4trwXL@#*rJm6{U-a&^J_)a z3~79Ja%G(8;o@f^8IN?++^USE_!&mBCGTJ7;JqL@%>k8%quQmJEr9lN4I_}_TJp60 zb~*uF-~mtWHMVQs1P0&8Szp3#zw1S#9e)b}1zl_bmHf8SW1R$*zF8EJ$(X+xO~_y@ zEA8fT7b`+>GtjXf9#v(I&><(^fgnNdp(}F187nf4f^P`PUKd1OjRx9`Bey;+QsPYZ)?)M17a<-5^T`%kzPAb6JCP zS|mo7ki*_@E5gNCA5nKOhD1JZ$MvK~D-_rF{=6*RBcC;!^4>Ph;*T(g9qfufPPb&) zlbmmDytN(}BOzjNnCbS<6ccrfvg-H!xHw|^O>gxyxsd5aJYe#Ps1{>6=a>tdsM;p1 zsrPm}E|$4OtSvg>qj|B5piAHtS%`b9^UE4{XNclxpcfyYegdZU2FdA<$P)d$U*D-M=Ws2TSiiF#41@pmPJhHlcIT zSlOD2gJXltITm&EI&9pn+mf$XGD#Nh^}@;DA7jmn2Oy{s#|)BYQXo7t?;0;!i(rO)+J z{7czg2#*S&N_b?+;mwuRPBu?n;M!#>&Ft&Uur3EdE~r||8N5H$SueJ0FD8nH<0^!)F3+5Zs>w&1PX<8eOd8!mh% zMh7T6>_Q@e)i=c!5rvy5)&n2$HJfu~DtLEN`e`kac0K9!HywRf5MJ=``w2>JG&5DjO1Q(#iBz3|N6NALa043 ze}6U<=`j2G1G4CUoE>Tm40N(~8AN#hI$oPohB;_3?)bS_>6Z|X-Bq=`W2}ZdcL+r- z?bL0(rmeC9_CWuxU0kr!YUiM@YOdU;r*w^e2+;Bd{0f}NZgl&5y5019*v-AeQl8qp z7rc8*J8>ej{mm(+*e`siGFEDLxK{oKo6m|H4X=uQPFyJw>Bkj0JYP8NAEfkVr<->KW)xS#`LX0L!0mJa_=@VF-T4m7SLw&(4{{T-XzR*MNa*22|;CKfb*NUyPrXk>px#M|-X$YEbwt6ndD?|e0G~Z{>XM?<0 z{ki?DtlAthdIdoha>oh%-TTorO@rfxSZ6v)FLsv53^pa2A@B_X)SV`JD0)K>kVd;I zmn#u;(1o~PPy=gJoyXII_K+jnU}b{BoK*r9=!zi;K(%#scW@NXu1?keePK@*lp)XAEVj0O65rj;qdmw zpllhxalfEY^CU_51-HgA!{2TLp?TagiVHS)<63woTx-{A81v)DQ=vq&>(7W37WsA8#_ zOJZ@`zzaoG#3q_6F)M09g$5F>`uauiw3T)mOz8RTIst`RY8uz^^0FZkO%bhAG5x9x zOD0Sf!;MV<%LtPg4yRDc6a#B1GPY6D4o0jpOE~6fvA0ZzsxBU0d}kuHdnq#C`9)9zg}2l?u!;n@7-`{i;7YIZ!4o@|L=BJCw<=TI3W8rS4m+ zic_$+>*v^+irRgR(Me?!9NJ3QoW*hR%j7^eyn0~(U)0(qm{!8fw>a1Z=Z;#`>nXVD z#fS-Dfdu4N2?0DGL2b`sDkGAufrd^{wuOO?iFNEl#HNTc0@ER@e$byu z?6PBb`32Uvj8|E^7MK8JpXL$&=o*ts+&@{Q1t|=!Id}Qu@{kElrkP8CQ=4hE1QF|; zFNu8px@Lzc@?@iNv~D+`RJ;#I6sj9J?@SF?3}A?f5mJ0-FVpn>ivw3Ab)zInM`l0_ z{@f5ZYRrjMqZh@5^y);za+4W|xR;A@JOWFsB5*1=%?(gD2x7y+CX+O8Hj+wSp+p$? zM?xypA&fwcoX$OCkr#71oo$Xhmj}ol31*IENLq~Lc$o)QVkV6+AuyDMu{7l8RG$a5 z&&1j4$c&X+tTUybKNv#^&f_xW(w~Bccx^Y(wu6JbS9Hj+$004@)A#;07<)1LaSOc! z-XBDdpeohOxv++ftTUr{7kzNwm%I03s1T#501DS{q`d%e%h7Sn zs+0?h4n+-RYGEH(=B_Q2)DM)^K_9wUXfqSG&U_z0_mVK>?km#Zc5_hR%q*o{f zpF%xyFw|qJ1iS~#YCm#G6 z)}c-Q5*n`4LGhpQF=C$vku8WF7sE1ev&71|<&uv|t`%eXu)t&Vq~xfABF_O7;Pv@Hx}uJ>@Uu@Z;&zCp2h3`JkfVRWE4YjB2uKP*1}_f3vA_ znu6N2D}vkP!mS||&J+kI;7ogLmxK&*c|iF$!~=|ptJAC0*_XnL`%$GzX#C14Tk(W% zM8l@uqnK6Bh8H`nmdy1=&*gTG5OsuN@rMK1z*ckMD2Z}n(ux4kcEq&endAJUs(zfq z_>U{Hf07op(gzx?-H;x=i4JrKZ5lR~hAf6Bvs?0galG-DlNI5yCn+UM9;DNg=U!um z7`d-a-OH+E*xc*g(b8K2o|_9`!}J{uHS%59T*-0QnB=Nh97jz_OsSxz?dzlaH%deT zirq+H2u{`0DQE!bsZ161V4*Ow<(hxE6S2poLd&j~%Hxi>)yz*K8KxMu5;JBo&5k=1 ziMT_(*ObhPT$>l}r!iD_?kxMYsY=x-Rj9b(ptR zU}<2%3vwXtEe|$2Q(8C;APIi>=M}6I)KgH_BYuJnFiio31sJ@EiP}Bpe^Hnbedory z0#Ro<2~8EzKMline109V>Q1{z1PfasU| zDRZ1xg~nAWv}j~qsg=UBSx|3^H+Ph{vglSiq>N&?MFVT{0!~~BW~4KWGTV5}<9Mjx z#PMMLlFR`jgI*P)83=6KH4k6T(G^_F!bJrzzetr)-@fCQl}9yCue9d7>o!rgS)pee z-PewN@i%`|5lp=$$irsjHXkR*{)pqiJJ8}n2RcYr{@b1NIg-GOv)OLsZ_~G+bG>>* z@@9rcQT3+z@H1Ew-4xZ>VfG^o%l84qZrZwI4SPHn#*W8 zV1v&h=uX&;Gv&#z905~Rl8?twU6jhW*QpDOS!C1PUKqE*+57X|3i1zPwrWdRhxWJd zDz*(!UD}^KYM`u;5aO-Uq(nB1D{3L8;2(Fam6qYOzf%uw-F0D(5lV|eu)Wa`SJFQJ zG9m}AHrVnM(%L_>d8$^#s1{GnIbPU7kh-V>HY6iB{3io-I)lLIvA`?+oazM zdVygSsqqntPIhkOq_+EV^o#%zR~z_e%#{Wpc^Bka*z$Gr(NZW+gJkI^y{q{jd-00@ zxfi|_IgwCQf#RFbLL4nH=uL1jFDg8cGp(M~HlCD`Xl6UHO6Ulhk_pa5OUr|0=r25n z;8EZ!GN>P&Oq+L(r(U*bwjum*uEq5!YSB)ZV)7kTc;5%RY#*2R@o`x8aNCkn7X+~6 zE`d)Sv#HjdM&q6SU2i%gN4gSp!xMj|y#kOhG4|;>K+HT6yrX}_3e`T7@D484KK?kz z_#h@xrh+I#oL;-wuPLYxBi`{;)>R#pN7OAOMZT$5+?0m8@4bKXMdlI;F?lA*q=-t2 z&syA>F@$nWrD+|?F8>a%UI^A1yZ}7dMCQs{zxkLjyp1Q@WNfcE;S<_F(9)l^O4mKr zI9cL&yn+%e5q+);;iT|z^kB1$^s*@+4ym#eHHZ0)c3dHM+O;93E+y?*RQRWHST8*b z!$f2jl5P3rqmDlKX8GeQ#w!!fgn*@5VtUF6 zE0H^SX@xrjYm8JSBqSBP`wD<+b0}gG|A-=! zgyimLs&0FS*f=OQUp}s*ZUKFOd-v6it}hP80?^Hl#oC>)R@{y#80f_O*r%Vx)}2QF zuvAT8^-(c_CDFn$x&eHfH-2Jk>Zv~j-jKr8nGuhEfQhuVjDsoBE|WGAS1H?noH0^k z!FOcZ|Gi3`Vs51!iif;~LyRM#H3OWQ`)&Xj!7wpA%ve+tx}Xds0q`->-DqVUi;GTV zkDPJCzl;>!SMsmHJY_$ov3GC|&K*2!%vGP~v+{`Y$^CdL9HLf;HQ=w7r$QR}>3Fkl zpA$$6r^`tVG;$({qMLVVZCnDXS2i`X@^*ii=Cdi=^#v2S?wfy-wris!QNpb^O+)8* zI!}FRO`*daj>Y-A0kFl}cNsmOMbU9M3%9>#m+ieT_1(n@m9!HZ2$>!wgeSP~Lx{)~KR7=p^7&zlUoedMWC$B7Pb93iIttU``yV7s5NsVk<|K zI$C~xne!SM&ekabY-Yk>XM@ZiKSWinC&|ZSRNvA3z(jr|kP&-NiP-G5Y02}LNZ(nQ z!t$Gv0li7-0rjR_i(m^H=X6ZwheM|)vZV3s4^bZ?K$RNr)h${a&o5DTq_Mh%ChNP) zitQ>yFdZgIzY``+v}yQu3067nW;d21D?Flmp-q8}r#iLUxBn2!&U(d^T*Y-&skdN3 zCGpt&gfwSQjht4p8EnSm8Eb6Xfe2kDq1jk=Y%uw~Mz}b*wnzp75a6`2Y8bzsE#9F! zcH@x=;0Pw{sKBryL!EXEk~cDPwJbPg>N5G%b0yB!xR_gc8uhS3g|%%Uv~ok(dbNyW zU4TnI)^KRqeP+;W_A$OW_Ip(Do+0T_X+>z`Mvrz&HFloP9rvKML_<(Abh$@Be{`j0 z5dJZSY~;RTBg)=}3P#rmv1tX0Tjwn#+koW{u*`D;AGMKs1WS@m$`+SKeWN$2UnQ<} zfk~XxxBK94J-ALj>UQNN)62h2xi_NM=D++${+CKU}{ z4B%$_-(ut*+|9(z)@Q#ykeqY5W9$rcV1q2mGCO07(wZdOGDI6eCA4N^x&#(R1KQm^ zLaCpD-?d;`V3d3`i;bD#s$g(L#~aQIewYP_AJpH}vMwY)$lqVrHfWM3*EZqZogPWU z-Q5a(Y6Olfc$uPz-(G;=K`UG2qllgFZ`LIkWSpz1)hEMm)@wigPS!7^cB@= zR^3+ZuRKlNcOGaB_sDi2L7d!;+fwkd4^wDk9T?#t6Jn#Ii}(i)rG8PZcXgCW_@3qx zh;CkiJQ52r+-WHRvCiwY8QACO+jMb0kP|n2s`!k3#Xg{>p~WHUahEzEl9~}Zr>Q5`BhomOm}*P8 zRn-`bf(qbZ6d5C(MpZ7#@pcSas$x8n|I)6z@pn>k9!-a8L*AMuO^m9TXOHh4YTys0NenqzyQn^-L zdH-4mZNoU^dW`|=s-f8*3(Cl7;T@V*1*r%`_457RLJP%Ly))~ipk9S> ze+y_$0(>^@c^gTllVx8(-?>+UtAIG=Zph(~-@z2RK(9t2#O$&2p^&?f`-?PFA<`v~ zOsJ5sqa>L6L-0942oZ?lNwNoh1K}}VL_kQeUhiHdU5?L{ zQXpM~cjd+QGIjQHWs@DpNtNyl!9BRn2l@X&Xn2Hu$4=pieheLC?DJMU!vW^t ztktZcoa@norL|?~bH81WNWg6de}qPl;UogT;S$1pz>)t^)U!;xHMA0yQrWnKTA-hR zOzCbQPRb8h6I^Tw#+g2Vx&IVbg6`qw+F5RF<50iXENG;PlLfe#XN4kR1t(N<6A@#} zA}|cZJx)7y%X2@CyhtJ6WsFdzaskRs`D8&v=;R*p)Xv`SNnE+Xu6N5_SyU{*&Q^8~ z$BF(qj_aZ6bIIC6i^Jx6W*!L9aSZseE^npC2j_04&_gm@Pfjl(4Emju-(6CiNqNBF zihh4tY;c_5q+Em+M2zFTW1)q+dov$;H8(_dGDWcX>fRYa<4rVygW?2-ZviOeWrTS= z*R*^GOz!D)8j6>O1s+rxCqDE8PYVU96!TZbl7S-D5Rsy`_tux#blGS}rCB&>l?kP@ zASux)-fjD)VfavnmIP$cq~|8p(_2t@befO<6u>@6COjSQrIH#a-iw&h0_Qek-)Nga zohD%8P@t@FUboya^Xwoo8UYR>mj9F{j@XSK9z z4p{3Kj>b^zR%r{z;s&+8nBN@@(pi=zUcPIoj5$P44({ zNP}(cKCVIz*B>-KH7GO77aNLds02HD19<0}% zD7e$LcUm`=H`XxPM27p81CN9U=$kT=p5n$VMY2;&`=#1$uX0( z4nbwp*-#r82dJJPj>>{-tf9-|CyC5b_$LH*AjLMu_oR2NWgqSuuS^eAtF+yIH;Njd z?j0qKWay-v#QzVZL+d44tB@-@0{C?CGFf~EM||5+fRNV6VV8;f$xa={JF7qtv0J{D z!~o@f(4Jb->vA;RF=ncB6z z_stwwN%D(w>p<=>D*cwae9c*GEfJpqjdwuQ?X&4~le8guidq1s>{ z1*3Or{)b6vdDt42tLa?*kCGW|FxLcy6|YKl1z>oOzN0-oMd&~{EH}p03S6OUzW;le zN=mp}2x-XQMep&n)OA=P&=)@J{&si&jCe4MR5ET_?ge<#(i3*fhRm21?_Mbp5!S7}-m}RZpj#}kCtX`N z2FT-UMP7`9wx&lihq<2QL1X%NsFR4k`kPz+(* zXIy6o6cyj^M8m)lv`_cE<5DrtEYtpQGAN{uWjq`i3>uOjT_f(Yo=4c*ok_SV0x+5? z0x!sp^1MQZ_&25al-e*NZ}1ywbb&A9@2J{1W`r*XDRM)-F~ZbdC-&Qcgo5Ap2E^3iGGDEJLpIc0@wnmbu^ zv+?BgjBIuF9&g}JzJ@%S{84x&ZQy|Tk zDIFqS+r>s2-sPkR&$l?0i&yQnNfO4JdG+Xie8jQhshWS(*-Lv|?- zcNa$-iF&dG^UZ#i*u6+#Z`h)rb7Y~_Gn#a*GKFztF^l~-mW-`~s5%L{Eeuyjm{Df8 zQQ4QzS!H-pS=`s_b%NZ%bBJ-lQpUO2Rq>w`DxBh7bk4P-07d#KE9+T8ESG;_yJ06{_aB)WA682B_1noL#G&33Bt>4&TS)w+g z#l#_p^Gu8w0Ns7&uu1N2esHgPF;Hk~stj>!P zs(6RS?_OnQ8(JodZk+p>Yx$w1leC~e>g7}@4OdDyMdUd!@{8-5*G6Aw+f0X;jV+6p zeMPdq@Ps-1zB@d*E#NER#WVh*IHgYt;Oy*S`H8k&D>Y+sy~y^ZUkOO~uY0D1bEKeL zjF{@?{QAfB_I>``^dVvo45#5_f!70=IR3XdV+3!)`Ka}|woa(h*-~8^?zQBEEsC$m zvsKDDk!JnaxM=}}f7=uh(<<5Fu5McJ?AH}T-v1Z)qJSbL6fm=H>dECt`NyzloJsCov=3BpJ>)s+ij@0zzWz4NY;0I z#?Wk^@Hlhp**#q;6(@YC48M;P6*x}QOi1$#4?KOl`3>OSmQ5)A1Rvp7xEPj)OazVD zUrTq;*O?Ro0Ddcn{m9=wZ)L2JN z1dTuEJMzdBSiXuapWm0BkNXrQhq?c~ydmpcJ8hnLq}LBwJn8veJH_dSU*j*4%^sLc za2iZb{KJ~y47DNM1*^{Rg`f2})$bT9r@y%`-A!2m;PbGVZ6|M|j?qKsu&IjM9AlYL zC=3-P5YQh>wV4-FI@UNO=9Q)FeCT&-?(E&X=E>o`TuGedbLvKd3Odq zC14-dqZh$y(My=u#K~=)`YL$0uBK>qwUJ%o+8AmVI`uM;|BH(Q!bTz*XG+g0U~4>| zq)ur`(=w*bEqEcb9$9V_yP^8C(elFU5vN2__wT)mLI5r)aH*pmSbBi|fvpFk8lavu zxqe=y>-hS@8FoNvZ}iDybpFY`h4$43u;YXXjZR2*u#&DoR>Ka!btTiytx7qt zQ7+0PI;n(5aB0+cy2M_TbSbL2ngXNUC#&vpfutAaUISizI=8C0$gHEzRJiGTKr>`n zKS8kh9YMg=Cc<>QbM*RNI~Lty1js>br}`bnjel;v$r{9X7E>-|^^VV)qOY_b9uJ+w zkfulgrE#@38Ayegu4M;BHr2~6JNx}{5MO8pM$x|~l9(ydlg;{jX2Ni>d zkBQ>@hd3vl2^3s7;G^fZ*HlkrT5YNX8sY#h;0h%d2ri3!S)pCB`fXsXgsK{m zR$=`R1nw3mRutG3-bvqA0PyP>uy6-wEMJ+-Uas65bhWV=wRE7goT{p@9I7cUho`wB zS_whI{I^%@K$Cdt=4VrY>{&Z+dnMGapMMt%2I@sl3*!Wo#v^dNmV*0-X~6v`1}w2; zX~lzoK&-9WR5R3Zso(IT@GL7;3FKfB!vkM>$wkd+^Y}9`aS+ak5Ph);n%sI_)V(e>6Wa#7%ZM4-U$(g*a-A9pX^-_lX5UU z{t`QBz%8=0R4AELH{fOxX1MH1C~m&Ao0b>Kg4cYMxKJ=)P{=o4)vGRwVK*a%B7{qU zG8@%q7Idrj2ABZ}R*TQ@h3)k14_Z1}AY|8oUj0!h~y3T2oelsd1!Jx1s}F0@ZPcxH$BQED>rjdX$o6!xpv zYtWB(aNCxO46Y=6%6MZ&yE#TYNrYOTH3EuY>9xG(h*aZN_+(yUrf8A zNDm+BhBW2 zXkbKP;SzJe3CE&!l)+d&o-!icfl5hE5>Z(@ORZj*bOfhqy%i zOLH98V}HikueZDCX_QKp)C(K0wdHlwb68n`_|;}UMrBP_KWacgV>oh2yU2YM3}s-J#7^YKbf@x@sU(UPaq_hK1Sa}~ zu~>F$ef{!B!>&&^G1H2D@3->muno(5EYI^(j4IMH7xbPXZV{(;QL~qsZY&Z4!CwhLvbyd(=Ji)L53!xQ! zGJ)mSfet7+c`W)=dc@R%K6QG6kUw&9)cC_Zf~H0C6RLBS9K5kn<@vTvd;wYZ-%6bB z5%{I?^f8_mp2-zpzi(Aav7dNwM?39ucfg?>sX!E{mHSvmO8gm5Lk*>bWqdqTkeWlT zWiKi;k|!yNvC~-Shif;Mv&@wj^|xG3F&xRuj^_T_GB>nEq!|va$^c9gj^gg^LBvvg z-vW#k=J1%a`5gsMfnP+~RK%vfX*hA8bmt=Wo-HC2GLhMay)`q794KA?W3 zeipxuFm*HC$aj!!8GMOs@i=SMn60V^lWUw@dmPRf-78@bC7+jG66`Ok_Rw{$jf}=S z0-sjt?Jch_N2pQ3(iV4He4VNb5k>=_RBT9F3aY#UiGv%2t;ooj%nMC;BOkCo{nTP$ z?*6!eYXl8qEm7dYOjpe^m;02-3E-p1Lv8M!pW*ElDPCBFtkGM_p4bI-RkwEIpb!;$ ztr{8z)Yj9!I*YzK== z3C|jo>co}EuNlH>*JpqKFBgc~GwGZxJ0Y$mI!JWYSI!y(DBoyZ{I40EPW*o=0aPID z7F;W}yn^ zJcE)rRPLK{;C?x)vr8#{GIqSt!roryi=?s#U7^~6@i%b4)+>ZvQ#|pqUo2vvNI4m2 zBi^`)VxUqwmlGX)IUIAIQcn&R<%i~u0Is+#dHo8gCd=1w@q79L4Z!t4Y$+}6->pC3 z{paEMdE_oXDP~7Wx+I%zA0Zr()>D`DJSh4LdatVO*A)OpN2Q5IW>Q}#*qza5n`z#p z6v*gpsaW9uakqaw#wiGbr6KkMcK6I!H+`(V%h`gi-`C~&yW<_zztkwVL@)Ay!QVS_ zD$8r$#1u%E2l&M_0kD+Ilsg?Rtz>CxVlo0+n@liXvZktRRvCc^eAPO8FzymmmXgX z0&D++rMpMc(S|Ct*lBXc8cV1)T*HmkB+L&=YWM?+FRARSf8c9%(Zs^`b=r!Ijtjrn zJU{nv`oK|7Rgpes>F+ZzYK|1(EWFo|wyU$GCA0AlzU6ytvlfBlQi_&US5Q0MT7R{#f=g>@bv1tO-ms^wbB0^AE`=Z*WrE^>~{J4?k9G}xQSm5N?S$$=Zs*%4@ zz}mNO84-_s0nuv+>NEPmrbD~`RC`2|5ux-*msv0!z~e+E8&FHD(--TwI%M`vp2#rOJD%IpZxO_VG%5sMeT~%B~|48864^f~Be%fEo zW(!A|nDIz;CtAXDI z9q631F?=96Oq)LG>E;#B!yH(2HC}30V2j1*X?->v42z|Q_Ebs3-_#G`my%2lHN`86<4?K2E4^u^(Rsa>l4q3N_8;9|K_+>h01zg^p}reKv)Zv(L4_Y!EwPH!wDTJ9IshBX|M`vEgS+W`*!sL}7}#cMVVVjAZIH>v+I4<2nlV#a zu^k?}eXfLJ##|yr&v^OP;gIv4@?$bL5Cg=h(r9%lw+i73gqQsZ{vkwlzc2WH`{F4+ z;c@q?sM(8|SVo)I-SZ)2u&r-Zp6=Cqo5Te-atr7p4d65QzLAedf*In6yKQ}&L)Gr_ z7QXTCJTO4n-{{K8?ltV`{(b@PQ0Q3OcR0G?)tY;D?w}9iuRa@seaH}W6e3a9@0qFU zo{)Kv_v15PsU_dFP)9u6?R|s|?e_C>xn;^Hcm#~hjOaL7H5jO7)2NL3v&7?B@hMea zHv(!Mq!&;ojTMdA4G2n5a{hQBNjSgH% z>#?L&n_tSW70VjOJ#1{8_nXVA&q|ew9vfTf320BD+5`Fd*q=EZ@FO}KBn4M+A$Ro+ z+(yc_0xMoE6tL{-J=y>~Xq!VBD@;h5umF^s&;ok$s=NdsRuH6-^N8SH!Wi)UiLTy? z2mEvEf#oWz&c z)R4xpMX2=s*4oZehHL6SP%~6@N*Erqx&7`;>Z-OFbcbHqT^quh)M&ECajc|nVQTfH zfrrw$f#%abO+HL9eP3!6X#5Vb;wf$$qw=0(g~+$jl&UgBHCT=HXF4P`n*bcPifbWI z>7F*Akh4Md*6?cYY4*EB)F;(HEOeAo6;46w`p4}Zq#U(2k~#rw8~2gxz_S9!o5sI# z)qWeI2C0TrwuQ@}OQjt~^wX{S#DCIn$*Ehm2PCoOJ^wQA4o%|K>L>FScIzXE4T_Sx zMc`s^je^+o)?vv^X7k2Yj02WD#l$C5ga)+5!M_|nR3SM`K~Ey{J0>Sv8f=px3~(IB zFrg)pog}}~dg5WZ62+T)G3F~L;bFuR}o!mXa z<`yQ_NDgGAg$yvCf<@)_7Soj7xF=DFOl94@y6ht1faVOlFpJcHn`Wn75+S_*c0~D zBc!NXeO$NI?e>uFegW>j^T>XLg2?3UV!P4O`ymn<9?hS(XR5M1I6VO5yT5m1|At#) z=)e-+&*2t*g6v{`J74rl0 zV~vi87JYkW4}@LE z1uy72e3k}AWCGfQSmt0|7f=oIiJ+fl49ia}?e%15YaaX* zXsbG*G=~N_;4klj4pY7KU?_0YI-Ud_K#9X^SWX${-~wsXmtudPAWL`z;Cq;Q(YhR6 zgrwD)fe7S|svOI7$fX0M66I3)kjLdRG5&0JPq(Ef#{iPJXUO09j~9tip@iKlpn-GA zlpChTKuGreR0)Z*RX7KqC?ZaX2Fl8tS%nC|P_g<|&-mZo6%5pt>ZYO1)ruGOU`^Hn z72Q2S`f6u^Rzq#y;l^$MsInEaFw6IF{e`ql;vt9{gE&A6Y8a|Obp;EWMP-sJ>y@%9 z(@5n9V+Z(wGIP>wP(U7J>VPWh3)9x~1jV9U*_)C;)OtLP%UcAQGBQQgprnyf$Lm=X zPsNpWPGnjrJv63O9DJ#x>{eteLzyRw{VnbQmliSGTyeydduHw!g}ziEF3w8WPtayG zm1x2;jhtNrzX=crEdB^d#v@ z9(w=5qB(V&W~I*{{ODY&a8~6b;BiJWZ(2Kc?=W(JFJ4+Ct)XEva}+Xm`DXsN!NJ6~ zEIyW}c$DrI-`l_cObyuqR!GdzFA&<^LRKmG*HW?*7u9xFM<2Gk@xOpT$83=kEO{dEeIW^(X&ya7g=UvRHi#kP zUGr7m0lyRvYiR(A0dzXhXxEhoY%PUpQYSIlI}5%>COfVHTzSKMl-zP}y1}{pIX5PN`u zph=in`@r$#8a9V$GneKkO1=B{qU1_qg z&#=AFcQiyN!(@NbB_suj)8oZni0pVxtb%4LCC67jn@M9RbgGg;rl`;Y$?eZJ0xy$` zDQOh=PZzs?Vj1+oWVZZbXsGt(D!TxphlZ1~qe2*ZDQ$-)mOhA$phFDjRkRu?Z6*+% z|Eb%(9-y`Q!!tjFm2iMk`ovS-*b zn;$}v%luf=PD1N8REm?r#_F2-=!QE9hdjR}7xlFmYTpqSe#ge8T(L;hJ2i$Ylyn?H zW=6Jb5h35_!{q|Abr>iqh1o4>i)e zw2*?*Y+yg|1u-63bjr@VET=RzBi8U8cGG{wcE!S$?s3_GAzu{fV*bckzqed!E7g|* z;_k%lMKjC%kPDl-^JuzLcZudox$H6zEb|_7M2Zuef>%98TvXnB*57sCz9lbL2&re4Hq$(Dq{vkzt|xoi!8)&p4%OhGz!WNv%$$se*5 z_v}Zir!`+eyPorJQDi$^cmKfXZ~p57cLIFeNKWZW$M=mZhjJ`Q;wUlH7_~%psCeKo z8!cM{<6ZT=Z)D0BM?JhQ2n-yQS%<_{dLnG0b5TaMf%5Pm5mqMmp284vy{@vaT?`g< z^Z_U5Tk3aHZ$$%V&hCGk*MGA#`t*Uy3?%Q9lxS72e7hFOXX=u&e;8AS+;B$9+2@%pt%=Eb3OUUux2tSsza(PQTb~!w zHl%k*ZS;mB=i)GD=A+noJR{&AqA&Id{#p*_Z-3=Fh)$lm2t=1#x=Fdnu`l@N1^t|4 z?>gzvSbATraW<*$t6bB&Q*;){22Pe6=XbYtV%W{==Y0xc>4hF_>n)dqtim`(&q~`* zvfSshsn_UB5K)`bKxOkaT}u-gYPNi`v7*SM(E19?y@@)fmtshoWVkk z{mb3U%XWDrxk-RvQypMVMww@R=}}ABgRuItlOAg+4?@$Lo4KO0Ql%wtJNTq;ts-7k z3^X6eaq=tG@n|kyzV)G8(P?0J3Bne$vvlL+T*ECLsFe#U-0c+Sb}VPVlK{s` zh12O&n*#{_NeanmIblwJM_}I26-tC&~~> zUPz5EJ$;fCc5fX%&SskYXlPS^%2;vbt2u`}MKWtU&H^uO1YOx=2yM7jX|~{Rn}ADt zG=gc-qf%TrLmpc7PC8?x#v5x7U#5GkagoF0h#}105`N*#(~I|lX;os)QF~uc%vRii z#*QxsttzwY0ic()1M=FlejJwbUmJRZJn*#BP3#-t+JNd;;>c)Is5xbg9j~oSG zlG*u5qf$>8a0Z#Ivbl;stShx{{UJ=!$+q;|>yq`#5I<{!?knShEgSpH?nRZ#jgSVf z#1DnDGIF#Mr{CiYbX<_%vvNO)ST*_CKCS9LDKNmG>I*DcX>*BIe4IrEuj~6eiSW#Q zo(mv#w0XeK_~o0c-QKV33G4^(Fi33ZOO*rRgdy%L6 zUwh5Anf^n;y!I@AtR{nMX7L;OwR6r<%7aqPTJ`(BOw0COjb8k)2ZD-LrDs3>G;*d9 z!5n2)=B#J};T95p&SzGxRz`Z-32m?~s%GCZpM0yj!phK1pAIz5mMT0K=aPoLa_W8= zRP?pxNk7k7U!Iy>x0Zay+Z_HCAC;^$5%}hza}}R&${2{c8tE~X1Ubk1JgyUHDWW-B zXLc}#nGRPr`LPueci3;B6R|mXUf1w&4Q*~drnH^&0pRUtyooqCcOvJ`@A9;@JJloJ zi(I<>uQ^uA*o+6mq%l))(TnjS!x{Ovb}qSGh_61&`X1H($hG`zPqJ?*_iu+9uFuld z-$OE0H^scqr>SfEJuARao%4N%nWgVr`V}7hbm$;>ab}x??+=%^J zyR9yJ_hC|uQ{=APQ~r^zYk4a%Vxt8}Q#BJ^ir`kRxnK3eKTQ%iFEhcWir=-n)#-He zrsU}=JkH!I)!tE86n?Z5%~7=TPA)k*v`Q{myK;jV@bYrmW!fWUZ`}2kJLE@$b%?p_$VJ%*jc?Zi_VqroMi1j{ zVjg|B+ivdG+4zv0j_M5Ckd*1s?*N}LXQ0B;ui?r0^a8;{>N}nq6LYWLGz-~?{T$nP z@`Wd@dYi3WmE54EOm%kL`u8sPkIj|loFkI`E)N(!vkH`rKu84$+eFaKn|Px?q>>Lr3j|etQy|}61Bc8`%mcYn zbGai$PkjBB?RV1h8pVwtqPUtslXOuYiIq4o5P_60v@?DV?;e0~D!PIskZ{L~a(dapR?8l^{x&-!$Jhz>aN zk#smKIhy#cIXYdNDQR%2?_NLWJx7lx)sk>}!{{>!-qs$hTiGpe z6m%WaT_$abg6HFyvd0*2!#f?Hpe3?!yLvjFCyFWD{oJw1vEH7xFcrWjpU+I1P>uAn<;eygD8Y0qM&d?DqTDy26?g(e5fst%O2^RCm)_aNuf45$_7pC4y`e1?8CcZjux$9w*Y{?isqB0E%LBSfp?J~~UC(V}QJNoun7VR0i0{rS)BIdD*cU~MS ziBf#-%k;EZh!`k{oJqxoIjY{|<-HbrHd)HV4X?ASti~yrGIm<-THM9a03+bq_ubkK zR~?V%gRnPexvoD9!g{vp)Re4F6iDszX(+Fyljgk1A|aEOCBuqFr%ZJ#eC>YchHG0Z z`&|W5vgOlY#Lpc2?Ix^k^p8flVjM-FWTG|BTQ(z`2m(XF=hWNX5a?|bgx@3$}7c13iSQhDaf zHDcA7KDlkC&t6}++6e9OvrDkVh&Po%%l3T^RZ!Wo(Z2Bm?n)Av>LK2NY3Zd34Nm~gczT>^_7P);S6S@w~gEAvu0NA#O~>&kTWmh0P5e<_fAIk zo)grXtef`aZa3*Y_7cA?qcQIN^r0U4ud(h$PZguO9}{z|62@}^o}^cq&3 zciA$q@X1%5kLQMk>nbSXNq#t#2XJsV>np_$L{)Dtoo?k0@uLrcghH!HFSFYC+Ca?Y ztmOTR_;K~T>eoqH+ms9}fDbfZR0cHGq^O(Y>98RKeC zvhEdZyi(xUCRn5MK8!zMG2Go7vL0z2r*RHvr1`yt_g=uW>^!YUA@>}V^g8Wh+E2*6 z9$Q(-HrMgnxRL0snRxlxtWSHhzyI8__2?v)jA}f}$$y7r39sBXZ2@GJa>=}R+?~_t zjy|n^w=kQr_MNF8kCd!F)!wwGg7Qzk)zban+IMvOlect4&x(EDd*xsG9OBu<N+o3LjFSSwIbG&-Xgpt!8L&{a7K_JetO5d zV06j~zC82Y8+7O!S4Bm!e-^ucIz4O@T#Y-FVgoG#(cjIPr6k5?HWYkgy-_D24dqaaE<&@Ckqch zY_~9Q%|Ej`n^aXVB{;Qof21r*ENDMmd~TmVtN1)C2u-|aN{{(83a(^6(7UcHE?UY@ll(GHd` z5FoscMfS*JvQgYO4ZaqB!$s|dnQ};LoiQ|QE8S823`IOWpN1>C=lwG4 zsXncxS&c3IL;)bRdq?c#1c{H;=T-$F=2HE!c&%ag{_2J0((p^G7a2vEf@mpt#rf}b zdu5$Y_Pu!{hMJt8B(gQ7#gw-sRe0cD+{bAV=6>-_hkWg5`&TdPRD1%U(h|14!k+4W z_i={|ue%Mx$TEB?ZtVFPJ4L^qS4UK@ zf$0gBy>7JF=jNzcFPW-awD_wmznEd?<)GTk&@TP!s{BFlXY@!iRWwfK<_9C@-18~6 zn}JM{SVztjCCbxq6Z%(empWzcc`jFk_96|x2hr=i@0}NSVEC1|7_N2Mts2VN${p3^ z)Sr*?V3qYu07^|hY#5Ff?Z!P;y+dtuva`S6Cy|zd?`MAINkyQe;&fUkPnm3}HH&$(UWM?E zmULG(kLGg+9qzZk8}qO?QckOU;Xa&y$)6m0`x3*nPC#4R7+_G+Iorq|pb94@?p~LLGUK*hv z_sdc_W%W9`0CvR-4c%Q;9dTJsa;lDMo6kk43JyJ#E}u;cr;A=k?G<%|=tVed@+W#N z7+$)bdU4JBm+sZ%LkHJlk2m+5wqi3w61ImI?id-xyhw(@msy(NKGON#BN=ONN*wSz zc|MQGjWjXUUMqw7J(prLWhhSPxg;yIrbU%LhuZg@;s7XETEa8UcoY?imF`CIqkp|` zIP+>?@ac>zjj+0a-+505uWDVAgaIsVztvRt7Wwn>{p4Jy#h+cp%{>7Q$fU|ZyL3kW z1Sztz7@zZD6%@^mg|$pN9pd*f@WNA3_aBF;UoNCRt8d^sIrCIQlmnAyyL4UQ{dUEN zDt&=M=AXVm(c_Bpw@dCBKO7H3x!DZ{X@%rs^Q=VOat%Zmpt#?!U|-Bn>nl&4tkw{X zxyAqF?W;icZ|e$;^-~b$*S)9W%fy?6y{D^-A%|PB_>zT-2I{s0dnSH%J=%}Rg&xe% z=9UiV;x>C$Zwk0)KGgK4xpJ>XJnf_(EHG&`;2gENAkd^_Ga4(wpF3I7-x@yZH~KR& z{<*B^0Ibm=^w%h&o}yAUakfjCG(@#Irg0?oz8Ps&d-&@(Y{K4>)b50deW1;zf=SAd zHp@@ml8KkImJi-JalFWDEV}dsT04mvrMCNgKNKM?VMzPzec;{29K2jy*nLYBB8Q4I zhDzsMOfYbF40u)K?;0~zAw`w#@$*ek{;4IM5B+9u6u$dQ zsNbUlYz>N{g>Oa<3aZchHF?#g<$cHhJe%F}=ztmMQGDeu{+1?0JidzlmWx%cJ7-g(>JFd;Y2QXjy=%f!dPO@LaV@o)$Ve?gHrNN^!X@CCF|D@Y8I8={5Vj0 zlXtrpNDSKvo6jy?@V&G^<<&K>T6taViisYh=Xg`Q>{e5FByG!3+WbsxK&mds^=IxS zd)29G1ElxNYD86!hiP*@)tVA2o}Zpm?m^OTN5>P68X=~i$2>b1fub6>s_L48Q+K2f zS2^2tTsnsDL^!xTyUujVkqdX7^lTe_RB4J7aOyOU8OoP3I5A=Nshj;h!^Z%Fmmf^a zNAuY{sw{eo@~+lMbx2GYUd*%pTx=i}VO)2~6vLn~8Cah^8~c3c#?Rkn&1x>|G6xpU z8AT^c9z6G`N4Vzu{Qg{hV)8zt#pKMJY7zFwG919*X^~uTVM_2~F6PWkc9< z;6tEK#*h0n7EGemcHlmo7~vU-y1! z9cXLzvijT)euk(uUOST~k=!S9ToZz`w-pAGC{|}v@k-hSqSm(Vp0X*l4vB+y8%*E3P zO-d0=aESGbi5NA@#3{VHXU*X>U4^aW1mpGVUu5ao7q=w*;z)|bKW*}w4327qO<~PT zpc?8+&$JCYXTGQ{P(u&p=YKD9Bq-kWv-b5#NA0U*&bz6mKC7BD9Cr7#9Q;C?0MrHP z0B@DX^<`b^)^1wxUlo$&@BJ?1)y8}26rHy)bsqvpDutIHou##Z z^t%E5RkK9m+sOA{Z~A_5?7p_s{JcJMPE;P_PLVW`>LOlUzE6i9S6Ii#e1^OS5O5sk zpGCd{T;xZUSinU-E;BFGy{XC^99@LmEm>6(n%bQG?`vuHv{+tuEo3+ z7(*D)wz9Y3O_N0&UL}l{CvAMDso`bCed9U8nR1se3GE-13Q$qm`OGC_u9|nXZ$_>$ z`wY2pF;S5Mhtg*9_|df9!3U2_?kCjG-d6=2yO-u+97i5ZGlHpB&4}Lz+e>Q)Gi=h= z6wvju-TOjpJZ;myMk8Ns=O(z)uKo^yFlekS(TXU?Tp8ya*$nCT*q--f zbzt{?MFZE3zYH^}E=J~+cBXl2<#FsDC|r)KlTlQHK9ai8 zY)R#X?vu*LZ%KshIJB8{X@|q_^fAW4!bpk5?e1l`ma_Mb0trTY2b4 zhuKo!m6wm0LNa{Xa$WlIsLA(P_x;F0T|~+gKgshss~y3`X8yLj%~d3v4n{5xA-;-o zeRGT_LhMviXhq)CQo%$zvL9SlV}wgwaDJn$qnl)DC_z>la?h%4l`|kM)S|+^mVAlJ zScdf589*U!#X~ITrO7AqXOHdQH;+qRa9C($*DO8HtXa;F2#vc}Mz4eqyCNCc8>zvY zcBwa`D{*l~SkEL&JXwl@MGX7RzdCs`yF-3y*GKuZX4Lx=w1TOZ?8H&IqJ0G|D>D+8 zT|_AG51J`;m8h59>W1?=we%~dB~?KN9hM&e$nW>R-)O}ZpXI9-Q+|DP zO6)4|@o|foI*vlGaWk>(#>ky34(s8gkb-kCA#~OZ`j$yEc84y*%qHaK#AG#fFfV<) zcXHw73mj#Is`sy@l2TN|6-QIE3%WmDmQzqN&M&4Lj&T>ib_sizpP_Ny)#Ir8&9u1s z4LEd|iB|EK_(yvguEfV_QGTUouA6OTPvj1^0|}pZJk^K2XUZMp7)X?g$cs;4+;mPT z6ucMFJ!ok?vSxQ34z^YgX{Dj4Js|7Ru!@N$tEF*l&@g<(IRicI%^ld95}ZpiE`>N$ zIidN^>2&qyRvK6bX$fy0U59(l9aU3$$+g$!r%p#(#qRWTzU=4^;V0j5OQjv;yyf-L z%oeCLa$z|eM~PKq{;b{N^5g-Ym-LSBDJaAAsM!cr=q24K2~KSi49jN2>w5*?4^+xY z<2k8e?M4}rQz8;8kF62GlX3dlaaran?p_*!v&lS4>D6*CYA)2ycz+?a?YkewuF9fE z=6v^@s}UQeR6tJP8#Vo(&w4dGU1HttIpN;}zczn*|J>Z_-~V~_o}b(Ay^AZshz9Y% zm%rPlAD|S>m{l&(RPB9&n{^9P#ROiO@-_Up^nC@(6Cz&Np5;v9S2UGs=ERq?+$mL+ zb=BeX6J>V21SZPsOld>UOrIU{J)?O%xx&jM>MYtOnecV?jW-_k?l*jC|1?vqik;ev z@O(fz?BGs(cgA%#sw&%;^sXm^c|LPeFw^DISH4L8K;t#=<#rFHZ>9@*@`YMnHN%VL z-iK}MX$TfQK4(ozQpqg7!_rX8UqLOHnUk)XIh8G_J5YP0*MkQ-`b*at-pMK3lX|JF z4OWSs;(%Zil7sB^#6=1pOO{N1a^h{XCfR2PI>s3&(kEzlv>!NIMojWsy&%tGALF6# z7fvD#WBPf~6WKSUrjJcZ?{qBwRLaCyNW=VGku80-5xaHRH>Q5FQzN%0lOaB!pp=GK=*P2#<>EMB_6|)ApH% zfVPV^Zm|Z|suq$dhu1qkrDk;(ugd;Jp(XjJPMz1~j2hqLJO2(We7RqEjvvTSww zX8hlp-*i85Ysm9(<#Q}&gc5G!*`r@Cw|*H^T#@$);BJD2e?MYCTK@QYWBAV7ms={6 zL;VRO>lQQ-?NNvHYrkF&>4lPUTZK2Vs!9NKMhi1r-aikvzW$h1N~$@kwBY3)ER4K$ z5$460x^z@<*-s>f(jRW$ItBJ1gHu;n4ns#qsXcCVf5q8lcYphG*G0TTd(b+*)AL{e zs!%ghoz?-n&NG8gxh?)v>}$Z-$Uo##!3lGP`3*|~WdG$u=gzn3;Wi&PL@2LmI7vQc@Jm93@ap2L7b`rlsA`(A(UbT&>HJ;cp!{3PT}~-Fkijv^M+vP{jH4=^^uCsLs<4!z% zkHNc#0b_5>$l_BQ`AFpTevs!QpUpi0O1^ym=0O!LmYzg;J^#MuIx+A_XLarHg40&?o`CD z>C;~>eDH#;xS`)!Rr$f-ck+d1RNZL47~y*!{eRnJK% zb4M`CW&MzhHkh_VE8oyKbb{_8XF=?q{GJndlbhD5{GE{A4|Yc9GhCoc0CY8Dr>?1_~j(6UubsO z1OCMM%<1n%%ybD7=)iHGX;Fy+ri|D6?#8G6S|&4!LBNZb4-6AIm4kkMkj&LlU|r>w z!fkvH`&~SFjt><7f~a?KOG4`_nk6}gUZkmM!+590 z%l=RycshklIIUKsnKJ!g$Med^`5W$!%=EqVlLuF(fG@Cy>8w)ZUQ@;u8amueca zE<|TL2+fVRgWR@w;a&)|yY%ibar!`DzCoAkq zh_%F|(E$d7_?j`UG`cM^hlk@s&}xT>?_8!uQ#}uUGmGT z?G+rmk*kZDnX4V?O`2+~rF!Ltvo9u-ly_JB-D{*To^mKDKCMB??&-wm5O+xNeQ#E^zpBJ?rB*f3 zOr!nUWdgX2tQBy5*9@@DHHmc6Ce8*epQn&lRyqR&G74s@7Es2eJcxU)(ezf zZ<(3L8UA{(&{JDqo)hN#%WZRJq519|_6o}&Agcd5bkgZfyN%mWX3&r21gUM=A>N2o z@riHItYUoc3+w$eUcLDFxrZb1=%8&;b-#M+-9)&PcKbeMN25tfaonVF39QV^QKcv0sYPM!X;WLC{n11xBn7Px;}{3Xv`>z-*T5nB}; zTfRfx9^|iJ{`suyw2*OA!4uh8L)xb1AAo8;1hzM%Z#>r8aCPom(w;L7=he3VAnzBSvziy4t$SJ@%D@Z1_}CWMqt zbONhQEE&*~0Ds1;J$QKZs-X+((J4rM$hfnPpr|sne?tt+dcdz{q)=$TK%}hPieMy$q$Q#&b=J#P8|@g z@-Q^@3;6204OmnrUXKu-j#%7^Ed9|}RNX(iz9$8obIiYAbXJhRnLUryVBYHfe1%c% z`mj3>UQeH^rtV=l(DsnCT5k`L<)V(Vao3JC#x*>u?_&!%hY}i&O}M=YY|id>Q1^~u zJ3UUBL{JO*&pw=`c-7RMn4Fhx-4-Xq*6Uj#i?{r!T*%RLV@(TR;$D6^UPfcPLR)i6 za}oe#m~K>*l`BcGSX;H7%pkvAxE5g~GX43aYpK|xHQDbnw##lV`xi4%#z8v zCDsKsZKqR81X9X;7{8fZ`=tN*#zf~`!3)XgAxqJa(M;v2ZB51QldrRdc~~Vv;%FUR zGsH-=EJt+k?duXPdUd$+){_3$_fRKn6v&lxfvGvwMn*AoLqe_wrtP=%$}sh*9dC!y zU3BG<1%3b-B{Ow7kD4lHeJ95&@7oPpXw}GeaMdj;i0xG6I&_jtZ+|%cTP5%N8?CJ_ z)cPhXlof12zA-PpSIq@oW;IZ1u@?LhA^NmbZ6)Y=?ZfmZSJ(}%ejK=Y*2S{^1k)Rc zs2Gqcyr#mx`-_k4weVzLMSN|6G>4SH>89;av&gx6KFQZGHRe+;Er)|ORX*><7If;l zl@1+bG)+Rl!SBqTy}u<+$52*0uQWf2wqVgJnyaYdXg|XF;Cb#*zCP(ZWrRokL#j`# zE$*w_3y)rg@}COULfdDW(bJO`y6FpXYJUTyE{HN1MDNu9urZB%lA23tMYmS8g=h|( zlV+wK@}=!I{>q+r;&zcB?nM~|b-r^?wF-G}Z`NITUe?#o+b-D{^>W0qeCpYntFpZi zyO_XyZiGU|_><@f-mVt<;(KnRx@RI})C|_cbIMemPf*<)+!isi>LN*2QO{J2^&)Lq z24+0&9R7Z#MDjGj)r_QAw}-Nlk>>JRp4%bi8K3RpGq!Jw{0CEV>PaU1)j}D?7+XtP zP79rQC`nb{6*ybcR%0waE%epOQO?wd&8yPJ>^&Z;q&v`lb^9V?ottF##)X0(r^iaI zOU2ZOt0jWiDO@KMvdopBMo;B76+yDzt(@_s z5%kG^%Utdq@0pLTiH* z2u_|+N)aJ1Z#%ed^HHWj?}&C)7D+GaK->9RnBwiVeNM~CU41%*k~URonVW`pGJg9T zl1wG;w)lTQ;JCW#KL#3F%SeS4R@}TKRZT;W(ddK4&Yf<{tU0OjS`(?ja^zsgkZ&}) zGN6A@_kzkp@Ep|(^MOk4n+(Zn&*ZLE&jE+n);5|4SHymd%-p3XyR~`HGwAI>@nLR= zgH|9?>7tfDt}}wg&F81`SNCTcy|->B%D!cks7<#_)5Y%5NVBH1&V3qFn#6V**oz2ov+N21?*oA39fOl=Q~D8<`}jOz@DN#7>A|3aoVK)WdIZ(U~gk z1d6(nI#&`C9iKKZ0M|8tzW|&_E$c%zRTX9Z2nopZnFK(O_Nfv~ z`1@6nJ!|uxG2FG~{A&3Dk;^JW{_c0uBkLQfvh=N~pNL5$C(5GsoB*0c zLCI>mlir@!Ail=N>7GAao9tg}J?p*jluvKF_(l1ZuVgLnavXhJ8EtAkf|+b`_T(PW zZFygOvNI^x&B3NllW5SI9N#JwS@9O?eNjV&zQ9q>#5J%#7DuqrepJlDRJuY_-xuT*?|U#}#OJ$3#?8QO|PuMQ34udvfAdGEprh?4Sg zQD_M13|+_1KU2i1M~$zYxn2)RLdIF2 z3&L^>HJjsW0)zB?zL(h+)8b=on^K$5yw6jdL8CEE1 zVexQUm7a>JHAI5B=`?$xEsUHR-R`nS%dMBpT{((c8C{t3$t{DCy%1|}*NUY6edB`M zDKQ7mJ?lMkOZGW65>(dC{?r$Ms!E#bxyrPu$W{OMR}x4XyK-cme|6Osat=@wv8U!@ z%T6`Y6>J60z0+V>HBeeX=81QyK@}9cZk(4tWw^tBTll`f1hs5gUr5j|Zoi>x&4#RG za-#f!x_tc;a*u`|VrQ2|ty}t8Y=GTb>BYro z#Wbf4JXH};pW&2##a0?I@^RwlEVzWo2aSVQI)Vip565aA z^thz`PPISdUC-#jo!y<^`px^w1L?!vwHj$=^=Lf*BqZoG3W`9$U{E*~3cmuiNgm^L$G+sCCKUXa2T&K0?P~K z)#jB@vcIRyi^hOY^O{mixLVsvS~|huyv9f<{@W~s?K~WD{QWmA3@48Kix&BZ)*Ivk zpm>eZh`&f-7*K$}NYUUq=C5-E2GrxPa}2>b32;}kiUzBjv zKgK|S7QmwZ(eT)3wX>i%K!1xP@l$_3(KygCzmGrRI24GUodZArNQjr2gIpxV{joh9 z2?~k*TQC$F`L_~CIKep*Uor>bVTK`Lf7=}iN{xfz*A^ihN=Vf4_up4=|7d_j6Py#+ z7>W7w*7GF@2PG2p2M&R6TYzvdAwkpQ{?;4`#p0vqArh85p!1U`G=I6aQP@ddLGb_5D_{QZwKn7k7yGlb{&FD8!=wP~ca=RAHGUT0qFF-kn4vIYv&wnu(4h#wc3<<>%VJIwy=q}j%u!I-}0oGS26!-_kA<+bv zkx&>Mtk(n>9DyUkkSIb$Koovl=Ls+*^e;N#|AAO23QI_cg<*)8potztLNOp0LJWsO z5;BIt(I_+#24KK)@b6_Xm%&Mc0D~ilECT~478v1!U<6``FgTPz5hxt&b$N(V0T&4zp|!xl z2#NyGgdhe6MG#?d7=eJ`)PsPbi7=w*hrv)#41x%QVgK_U?SDZW6prVMp=1OIlK?CU zFf5V?gX4(kFeoUL2t&gN?}E<}mVFSz{il!te}O10VL<^g9FgJ(EE zV~8*qk*m=tIFU=xDB{pTW6}Q;V!&S@20{2Bh!AEZh#`qI!5rr}5e7pN(qZ9Pf;tBr zgE+!|4|)lUK@wp&9HDkN5JeDSIKpg(;ZSH4iU`ACU;rVA!w|M?5F-)>4o(#aI3Wg3 z3s^!7i@>0XFy#Nv8NmO5pgReN5BPDK5F|geWXwMt~R&P4pmf=72pJ zN<;@vIR70vfd2(igaHB$&ln;fBSB#ZO^rGpu81%cVMf4F;0#0P5O6+)@OqK88g zVF(!EWv~H5VMG|3uzkS6NFZX2#{O{=@DGTAgCR^nh=GGug%Cp%&4?g|BZ?1j{w19F zKn#ui?_JoA=2tyJUDUb+_f)Zgw8w(r5 zs}BrCu&96_7+r*fNHo#921jCugn@&j1eOSc5l-QtSaYYW0k~pdh!#&UWr-G9aGO97V??VN0v!Jd`v!>p+r)rB zAPz-jez3q1mSqGQN$htt566QM+9EG7MVvKP912HV&(2D%i0tqoV^xw_x_8*XFs{%1N z;YJ2xM5YEYBo;%2p@@D*05cYck4yyzZYZ%#I26$n;I=@-3IRhA-9>=Bh%f}vFAQ*S zrzRY@k;k2t$lwSxVXHtMt4%BnIC>FcNU*dMVX%LTE6ztS!BE~2fhR7o*IF5)h3JE2~P%z@V=zj+U;17r)b{z^! z9118LhDbm(6h~xf&@e>aL=#P)Acn*O#31Vbco0MEVz9Ij2?#cRqW3UR;vB`m{-+!Q ze}QmfzhjUvBHv+9#QwyfkwoUlV2G0*L-^w%a17$GL|KA`Vu=a?7Dk-R;L1W|1uPOt zOou`e35^9!4G@7CVn1QA#F>bL5(gI!1}9>SgA+5xA^vy51^x>nu|(#=p^43p!@!9w z1J3@$cX5P`0*N^OA&g+_06`d{Llap6++7jGbXf2%KnN23 zUV{XuZ8R|k!w@|PgA)}g1dQnSBoIUX6>t9wqOe505d*G=_>wo2$}|W#27#tNckaq{ HCF=hV%|H~J delta 379544 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

  • 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

    %1`tGMM`q#EPrsLmjoA%9l)_B3Y8a#eiI; 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 z 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

    H?a9lmeUeYA|_K&QM3Q>7Q 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 diff --git a/doc/bash.ps b/doc/bash.ps deleted file mode 100644 index 4c6650e2f..000000000 --- a/doc/bash.ps +++ /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 F32.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 F3108 -304.8 Q F1 .867(If the)158 304.8 R F33.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 F3108 352.8 Q F1(If the)158 -352.8 Q F32.5 E F1(option is present, the shell is)2.5 E F0(inter) -2.51 E(active)-.15 E F1(.).18 E F3108 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 F3108 376.8 Q F1(If the)158 376.8 Q F32.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 F3108 388.8 Q F1 .602(If the)158 388.8 R F33.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 F3108 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 F32.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 F33.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 F3108 532.8 Q F1 -(A)158 532.8 Q F33.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 F33.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 F32.5 E F1(is equi)2.5 E -.25(va)-.25 G -(lent to).25 E F32.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 -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 F32.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 F32.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 F3108 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 SF108 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 F22.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 -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 F2108 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 F2108 345.6 Q(erbose)-.1 E F1(Equi) -144 357.6 Q -.25(va)-.25 G(lent to).25 E F22.5 E F1(.)A F2 -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 -2.516 E F1 .016(nor the)2.516 F F22.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 F22.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 F22.734 E F1 .233 -(is speci\214ed\) and without the)2.734 F F22.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 F23.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 -3.478 E(c)-.18 E F1 3.478(option. The)3.478 F F2 -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 F23.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 F22.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 F23.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 -F22.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 F23.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 -()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 F3A F1(]] [ ! ])A F0(command1)2.5 E -F1 2.5([[)2.5 G F3(|)-2.5 E/F4 10/Symbol SFA 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 -F32.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()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 F22.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 . If)-.25 F(a)4.053 E F2(\\)4.053 E F1( pair appears, and the backslash is not itself)-.25 F .347 -(quoted, the)108 496.8 R F2(\\)2.847 E F1( 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() -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.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 F23.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 F23.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 SF108 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 F22.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 F22.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 F22.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 F22.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 F2144 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 F02.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\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 F22.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 F22.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 F22.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 F23.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()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()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 F22.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 -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 SF2.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 F2A 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(\\) -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 F22.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 F23.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 -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 F2A 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 F2A 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 -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 F53.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 SF3.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 -F23.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 F2A F1 -.25(va)144 254.4 S -(riable post-increment and post-decrement).25 E F2 2.5108 266.4 S -F1(unary minus and plus)144 266.4 Q F2(++)108 278.4 Q F0(id)A F2 -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 F3108 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 F3108 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 F3108 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 F3108 -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 F3108 -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 F3108 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 F3108 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 F3108 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 F3108 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 F3108 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 F3108 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 F3108 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 F3108 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 F3108 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 -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 F3108 -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 -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 F3108 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 F3108 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 F3108 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 -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 F12.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 F12.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 F3108 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 -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 F3108 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 F3108 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 SF108 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 F2108 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 SF2.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 F22.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 F1A 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 F23.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 F22.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 F22.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 -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 -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 F22.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.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.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 F22.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 -.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.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.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.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 F0A 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.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.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 F22.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-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.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\))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 F22.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 F22.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 F23.095 E F1(or)3.095 E F23.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 F24.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 SF2.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 F22.734 E -F1(and)2.734 E F22.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 F22.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 F22.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 F22.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 F23.087 E F1(and)3.087 E F2 -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 F23.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 F22.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 F23.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 F22.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 F2A 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 F2108 -652.8 Q F1(accepts)3.077 E F23.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 -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 F22.76 E F1 .261 -(without requiring)2.76 F F22.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 -3.654 E F1 1.154(as in)3.654 F -.25(va)-.4 G 1.154 -(lid options and require).25 F F23.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 F22.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 F23.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 F2A 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 F25.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 F2A 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 -A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F2-2.5 E F0 -(function)2.5 E F1 2.5(][)C F2-2.5 E F0(function)2.5 E F1 2.5(][)C -F2-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F2(bind)108 475.2 Q F1 -([)2.5 E F2A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F22.5 E F0 -(\214lename)2.5 E F2(bind)108 487.2 Q F1([)2.5 E F2A F0 -.1(ke)2.5 -G(ymap)-.2 E F1(])A F22.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 F2A 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 F2A 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 F2144 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 F2144 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 F2144 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 F2144 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 SF144 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 F2144 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 F2144 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 F2144 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 F2144 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 -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 F2144 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 F2144 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 F2144 -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 F2144 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 SF2.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 -A F1(|[)A F2A F1([)2.5 E F2A 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 -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 F32.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 F32.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 F33.156 E F1 .656(option is supplied with)3.156 F F3 -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 F32.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 F33.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 F32.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 F33.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 F32.674 E F1(or)2.674 E F3 -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 F32.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 F3144 352.8 Q F1 .249(option produces a more v)2.749 F .249 -(erbose description.)-.15 F .249(If the)5.249 F F32.749 E F1(or) -2.749 E F32.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 F3A 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 F33.716 E F1(,)A -F33.717 E F1(,)A F33.717 E F1(,)A F33.717 E F1 3.717 -(,a)C(nd)-3.717 E F33.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 F33.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 F32.695 E F1(or)2.695 E F32.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 --2.5 E F0(comp-option)2.5 E F1 2.5(][)C F3(\255DEI)-2.5 E F1 2.5 -(][)C F3-2.5 E F0(action)2.5 E F1(])A([)144 564 Q F3A F0 -(globpat)2.5 E F1 2.5(][)C F3-2.5 E F0(wor)2.5 E(dlist)-.37 E F1 -2.5(][)C F3-2.5 E F0(function)2.5 E F1 2.5(][)C F3-2.5 E F0 -(command)2.5 E F1(])A([)144 576 Q F3A F0(\214lterpat)2.5 E F1 2.5 -(][)C F3-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F3-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 F33.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 F32.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 -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 F32.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 -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 -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 F33.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 F33.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 SF144 84 Q F1(,)A F2 -3.082 E F1 3.082(,o)C(r)-3.082 E F23.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 F23.055 E F1(,)A F23.055 E F1 3.055 -(,a)C(nd)-3.055 E F23.055 E F1 .722(options \(and, if necessary) -144 153.6 R 3.222(,t)-.65 G(he)-3.222 E F23.222 E F1(and)3.222 E -F23.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 F2144 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 F2144 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 -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 F22.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 -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 F22.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 F22.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 F22.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 -F22.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 F22.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 F22.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 F22.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 F22.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 F22.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 F22.5 E F1(.)A F2144 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 -2.5 E F1(option.)2.5 E F2144 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 -F2144 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 -F2144 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 F2144 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 F2144 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 F2144 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 F22.961 E F1 -(,)A F22.961 E F1(,)A F22.961 E F1(,)A F22.961 E F1(,) -A(or)144 616.8 Q F22.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 F2A 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 F22.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 F24.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 SF144 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 SF2.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-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-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 F23.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 F23.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 F22.775 E F1(and) -2.775 E F22.775 E F1 2.775(,a)C .275(re ignored.)-2.775 F(When) -5.275 E F22.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 F22.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 F22.969 E F1 .469 -(option will restrict the display to shell)2.969 F 3.117(functions. The) -144 326.4 R F23.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 F23.782 E -F1 1.282(option implies)3.782 F F23.782 E F1(.)A(The)144 362.4 Q -F22.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 F23.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 -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 F2144 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 F2144 458.4 Q F1(Use function names only)180 -458.4 Q(.)-.65 E F2144 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 F2144 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 F2144 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 F23.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 F2144 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 F2144 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 F2144 -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 -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 F23.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 F22.718 E F1(or)2.718 E F22.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 F22.5 E F1(.)A F2 -(dirs [\255clpv] [+)108 160.8 Q F0(n)A F2 2.5(][)C-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 F2144 220.8 Q F1 -(Clears the directory stack by deleting all of the entries.)180 220.8 Q -F2144 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 F2144 256.8 Q F1 -(Print the directory stack with one entry per line.)180 256.8 Q F2 -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 F2144 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-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 F22.596 -E F1 .096(nor the)2.596 F F22.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 F22.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 -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 -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 F22.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 -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 -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 F23.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 F2A F1 2.5(][)C F2 -(\255dnps)-2.5 E F1 2.5(][)C F2-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 F23.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 F22.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 F23.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 -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 F22.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 F24.374 E F1 1.874 -(is supplied, only disabled b)4.374 F 1.874(uiltins are printed.)-.2 F -(If)6.875 E F24.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 F22.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-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 F22.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 F22.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 F23.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 F22.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 -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 -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 F22.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 -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 F22.522 E F1 .022 -(option suppresses the command numbers when listing.)2.522 F(The)5.022 E -F22.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 F22.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 F22.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-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 F22.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 -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 -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 F23.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 F23.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 F23.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 -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 F22.512 E F1(,)A F2 -2.513 E F1 2.513(,a)C(nd)-2.513 E F22.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 F22.707 E F1 .207 -(has higher priority than)2.707 F F2144 314.4 Q F1 2.608(,a)C .108 -(nd both are higher priority than)-2.608 F F22.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 -144 391.2 Q F1(Display a short description of each)180 391.2 Q F0 -(pattern)2.5 E F2144 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 F2144 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 F22.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 F2144 -616.8 Q F1(Clear the history list by deleting all the entries.)180 616.8 -Q F2144 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 -144 676.8 Q F0(start)2.5 E F1A 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 SF144 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 F2144 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 F2144 144 Q F1(Read the contents of the history \ -\214le and append them to the current history list.)180 144 Q F2 -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 F2144 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 F2144 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 F22.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 F2144 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 F2144 357.6 Q F1 -(List process IDs in addition to the normal information.)180 357.6 Q F2 -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 -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 F2144 405.6 Q F1 -(Display only running jobs.)180 405.6 Q F2144 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 -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 F2A F0(sigspec)2.5 E F1(|)2.5 E F2 -2.5 E F0(signum)2.5 E F1(|)2.5 E F22.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 F2A 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 -F22.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 -F22.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 F23.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 F23.462 E F1 .962(option is equi)3.462 F -.25(va)-.25 -G .962(lent to).25 F F23.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 F2A F0(delim)2.5 E F1 2.5(][)C F2-2.5 E F0(count) -2.5 E F1 2.5(][)C F2-2.5 E F0(origin)2.5 E F1 2.5(][)C F2 --2.5 E F0(count)2.5 E F1 2.5(][)C F2-2.5 E F1 2.5(][)C F2 --2.5 E F0(fd)2.5 E F1 2.5(][)C F2-2.5 E F0(callbac)2.5 E(k)-.2 E -F1 2.5(][)C F2-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 -A F0(delim)2.5 E F1 2.5(][)C F2-2.5 E F0(count)2.5 E F1 2.5 -(][)C F2-2.5 E F0(origin)2.5 E F1 2.5(][)C F2-2.5 E F0 -(count)2.5 E F1 2.5(][)C F2-2.5 E F1 2.5(][)C F2-2.5 E F0 -(fd)2.5 E F1 2.5(][)C F2-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][) -C F2-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 F23.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 F2144 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 F2144 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 F2144 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 F2144 261.6 Q F1 -(Discard the \214rst)180 261.6 Q F0(count)2.5 E F1(lines read.)2.5 E F2 -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 F2144 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 F2144 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 F22.5 E F1 -(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2144 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 F22.968 E F1 -.467(is speci\214ed without)2.967 F F22.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-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 F2144 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 F2144 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 F03.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 F2A 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 F22.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 F2A F1 2.5(][)C(+)-2.5 E F0(n)A F1 -2.5(][)C-2.5 E F0(n)A F1(])A F2(pushd)108 496.8 Q F1([)2.5 E F2 -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 F2144 -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 F2144 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 F22.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 F22.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 F23.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-2.5 E F0 -(aname)2.5 E F1 2.5(][)C F2-2.5 E F0(delim)2.5 E F1 2.5(][)C F2 --2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2-2.5 E F0(nc)2.5 E -(har)-.15 E(s)-.1 E F1 2.5(][)C F2-2.5 E F0(nc)2.5 E(har)-.15 E(s) --.1 E F1 2.5(][)C F2-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2 --2.5 E F0(timeout)2.5 E F1 2.5(][)C F2-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 F22.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 F2144 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 F2144 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 -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 F2144 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 F2144 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 F2144 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 -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 F2180 580.8 Q F1 -(option belo)2.5 E(w\).)-.25 E F2144 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 -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 F2144 664.8 Q F1(Silent mode.)180 664.8 Q -(If input is coming from a terminal, characters are not echoed.)5 E F2 -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 F2144 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 F2144 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-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 F23.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 F23.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 F23.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 F23.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 F23.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 -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 F22.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 --2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2-2.5 E F1 2.5 -(][)C F2-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-2.5 E F1 -2.5(][)C F2-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 F2144 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 F2144 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 F2144 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 -F23.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 F23.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 -3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f) --3.002 E F23.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 F24.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 F23.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 -144 268.8 Q F1(Disable pathname e)184 268.8 Q(xpansion.)-.15 E F2 -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 F2144 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 -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 F2144 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 F2144 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 F22.5 E F1(.)A F2 -(braceexpand)184 448.8 Q F1(Same as)224 460.8 Q F22.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 F22.5 E F1(.)A F2(errtrace)184 520.8 Q F1(Same as)224 -520.8 Q F22.5 E F1(.)A F2(functrace)184 532.8 Q F1(Same as)224 -544.8 Q F22.5 E F1(.)A F2(hashall)184 556.8 Q F1(Same as)224 556.8 -Q F22.5 E F1(.)A F2(histexpand)184 568.8 Q F1(Same as)224 580.8 Q -F22.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 F22.5 E F1(.)A F2(monitor)184 -676.8 Q F1(Same as)224 676.8 Q F22.5 E F1(.)A F2(noclob)184 688.8 -Q(ber)-.1 E F1(Same as)224 700.8 Q F22.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 F22.5 E F1(.)A F2(noglob)184 96 Q F1(Same as)224 96 Q F2 -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 F22.5 E F1(.)A F2(nounset) -184 132 Q F1(Same as)224 132 Q F22.5 E F1(.)A F2(onecmd)184 144 Q -F1(Same as)224 144 Q F22.5 E F1(.)A F2(ph)184 156 Q(ysical)-.15 E -F1(Same as)224 156 Q F22.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 F22.5 E F1(.)A F2 -.1(ve)184 276 S(rbose).1 E -F1(Same as)224 276 Q F22.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 F22.5 E F1(.)A(If)184 324 Q F2 -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 F2144 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 F22.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 -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 F2144 456 Q F1 -(Enable restricted shell mode.)184 456 Q -(This option cannot be unset once it has been set.)5 E F2144 468 Q -F1(Exit after reading and e)184 468 Q -.15(xe)-.15 G -(cuting one command.).15 E F2144 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 F2144 528 Q F1 -(Print shell input lines as the)184 528 Q 2.5(ya)-.15 G(re read.)-2.5 E -F2144 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 F2144 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 F2144 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 -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 -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 F2144 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 SF144 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 F2144 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 F22.5 E F1(.)A F2144 -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 F23.021 E F1(and)3.022 E F23.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 F1A 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-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 F22.875 E F1 .375 -(option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25 -F F22.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 F22.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 F23.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 F2144 410.4 Q F1(Enable \(set\) each)180 -410.4 Q F0(optname)2.5 E F1(.)A F2144 422.4 Q F1 -(Disable \(unset\) each)180 422.4 Q F0(optname)2.5 E F1(.)A F2144 -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 F22.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 F2144 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 F22.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 -3.125 E F1(or)3.124 E F23.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 -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 F24.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 F2A 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 -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 F22.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 F22.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 F12.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 F12.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 F23.832 -E F1(and)3.832 E F23.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 F23.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 F22.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 F22.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 F26.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 F22.726 E F1(or)2.726 E F22.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 F23.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 F2A 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 -F2144 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 F23.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 F22.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 F23.088 E F1(and)3.088 E F23.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 F22.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 F2A F1(and)2.644 E F2 -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 -3.057 E F1(with)3.057 E F23.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 -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 F22.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 F23.444 E F1(and)3.444 E F23.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 F22.925 E -F1(nor)2.925 E F22.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 F23.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 F2144 216 Q F1 -(All current limits are reported; no limits are set)180 216 Q F2 -144 228 Q F1(The maximum sock)180 228 Q(et b)-.1 E(uf)-.2 E(fer size) --.25 E F2144 240 Q F1(The maximum size of core \214les created)180 -240 Q F2144 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 F2144 264 Q F1 -(The maximum scheduling priority \(\231nice\232\).)180 264 Q F2144 -276 Q F1 -(The maximum size of \214les written by the shell and its children)180 -276 Q F2144 288 Q F1(The maximum number of pending signals)180 288 -Q F2144 300 Q F1 -(The maximum number of kqueues that may be allocated)180 300 Q F2 -144 312 Q F1(The maximum size that may be lock)180 312 Q(ed into memory) --.1 E F2144 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 F2144 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 F2144 360 Q F1 -(The pipe size in 512-byte blocks \(this may not be set\))180 360 Q F2 -144 372 Q F1(The maximum number of bytes in POSIX message queues) -180 372 Q F2144 384 Q F1 -(The maximum real-time scheduling priority)180 384 Q F2144 396 Q -F1(The maximum stack size)180 396 Q F2144 408 Q F1 -(The maximum amount of cpu time in seconds)180 408 Q F2144 420 Q -F1(The maximum number of processes a)180 420 Q -.25(va)-.2 G -(ilable to a single user).25 E F2144 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 F2144 456 Q F1(The maximum number of \214le locks)180 456 Q F2 -144 468 Q F1(The maximum number of pseudoterminals)180 468 Q F2 -144 480 Q F1(The maximum time a real-time process can run before \ -blocking, in microseconds)180 480 Q F2144 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 F22.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 -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 -2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144 -532.8 R F23.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F -F23.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;) --3.17 F F23.17 E F1(,)A F23.17 E F1(,)A F23.17 E F1(,) -A F2144 544.8 Q F1(,)A F23.736 E F1 3.736(,a)C(nd)-3.736 E -F23.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 F23.736 E F1(and)3.736 E -F23.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 F2A F1 2.5(][)C F2-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 F22.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 F23.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 F23.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-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 F23.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 -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 F22.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 -5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2 -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-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 F23.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 F23.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 F23.89 E F1 1.39 -(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F23.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 SF2.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 -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 F22.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 -F22.5 E F1(and)2.5 E F22.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 F22.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 index 55fe45ce1..000000000 --- a/doc/bashbug.ps +++ /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 diff --git a/doc/bashref.dvi b/doc/bashref.dvi index 67a7f12c62c42467d58150ec405a5e874b6fc6bd..7042cc2452b2794c4b9c3ba4725e1e0bdc461dc7 100644 GIT binary patch delta 40464 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 yf8H?$#wqhx6nec6o9TB%rj3vQ_Fe`THMB8B2Ho diff --git a/doc/bashref.html b/doc/bashref.html index f846ef0b4..eb4d54b89 100644 --- a/doc/bashref.html +++ b/doc/bashref.html @@ -4,13 +4,13 @@ g~058Cp`!{YEO?Pd9NkRNj+q-0^* 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

    f^y&q;@boUNcsMsN`PxheIM`p@ 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 delta 518383 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 c`=ihQxhLT`$G_p9o|kk;SE|fH@bQ1v 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 b%E@NIot$s94E%I*Dyp)yFqr;L1KR%p. -% 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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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 . -% 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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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: (), 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\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()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()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 diff --git a/doc/bashref.texi b/doc/bashref.texi index dc7e36c00..c0c6c6cab 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -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. diff --git a/doc/builtins.0 b/doc/builtins.0 index 2b6b75b83..a92b17d72 100644 --- a/doc/builtins.0 +++ b/doc/builtins.0 @@ -226,7 +226,7 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS An argument of -- is converted to $$OOLLDDPPWWDD before attempting the directory change. - If ccdd uses a non-empty directory name from CCDDPPAATTHH,, or if -- is + If ccdd uses a non-empty directory name from CCDDPPAATTHH, or if -- is the first argument, and the directory change is successful, ccdd writes the absolute pathname of the new working directory to the standard output. @@ -642,7 +642,7 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS though the shell normally searches for builtins before files. If --nn is supplied, each _n_a_m_e is disabled; otherwise, _n_a_m_es are - enabled. For example, to use the tteesstt binary found usin g PPAATTHH + enabled. For example, to use the tteesstt binary found using PPAATTHH instead of the shell builtin version, run If no _n_a_m_e arguments are supplied, or if the --pp option is sup- @@ -857,13 +857,25 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS hheellpp [--ddmmss] [_p_a_t_t_e_r_n] Display helpful information about builtin commands. If _p_a_t_t_e_r_n is specified, hheellpp gives detailed help on all commands matching - _p_a_t_t_e_r_n; otherwise it displays a list of all the builtins and - shell compound commands. + _p_a_t_t_e_r_n as described below; otherwise it displays a list of all + the builtins and shell compound commands. + + Options, if supplied, have the follow meanings: + --dd Display a short description of each _p_a_t_t_e_r_n --mm Display the description of each _p_a_t_t_e_r_n in a manpage-like format --ss Display only a short usage synopsis for each _p_a_t_t_e_r_n + If _p_a_t_t_e_r_n contains pattern matching characters (see PPaatttteerrnn + MMaattcchhiinngg above) it's treated as a shell pattern and hheellpp prints + the description of each help topic matching _p_a_t_t_e_r_n. + + If not, and _p_a_t_t_e_r_n exactly matches the name of a help topic, + hheellpp prints the description associated with that topic. Other- + wise, hheellpp performs prefix matching and prints the descriptions + of all matching help topics. + The return status is 0 unless no command matches _p_a_t_t_e_r_n. hhiissttoorryy [[_n]] @@ -873,18 +885,18 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS hhiissttoorryy --aannrrww [_f_i_l_e_n_a_m_e] hhiissttoorryy --pp _a_r_g [_a_r_g ...] hhiissttoorryy --ss _a_r_g [_a_r_g ...] - With no options, display the command history list with numbers. - Entries prefixed with a ** have been modified. An argument of _n - lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- - FFOORRMMAATT is set and not null, it is used as a format string for - _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- - played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, 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 ** have been modified. An argument of _n + lists only the last _n entries. If the shell variable HHIISSTTTTIIMMEE-- + FFOORRMMAATT is set and not null, it is used as a format string for + _s_t_r_f_t_i_m_e(3) to display the time stamp associated with each dis- + played history entry. If hhiissttoorryy uses HHIISSTTTTIIMMEEFFOORRMMAATT, it does + not print an intervening space between the formatted time stamp and the history entry. If _f_i_l_e_n_a_m_e is supplied, hhiissttoorryy uses it as the name of the his- - tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e - is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, + tory file; if not, it uses the value of HHIISSTTFFIILLEE. If _f_i_l_e_n_a_m_e + is not supplied and HHIISSTTFFIILLEE is unset or null, the --aa,, --nn,, --rr,, and --ww options have no effect. Options, if supplied, have the following meanings: @@ -892,20 +904,20 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS can be used with the other options to replace the history list. --dd _o_f_f_s_e_t - Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t + Delete the history entry at position _o_f_f_s_e_t. If _o_f_f_s_e_t is negative, it is interpreted as relative to one greater than the last history position, so negative indices count - back from the end of the history, and an index of -1 + back from the end of the history, and an index of -1 refers to the current hhiissttoorryy --dd command. --dd _s_t_a_r_t-_e_n_d - Delete the range of history entries between positions - _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values + Delete the range of history entries between positions + _s_t_a_r_t and _e_n_d, inclusive. Positive and negative values for _s_t_a_r_t and _e_n_d are interpreted as described above. - --aa Append the history lines to the history file. These are - history lines entered since the beginning of the current - bbaasshh session, but not already appended to the history + --aa Append the history lines to the history file. These are + history lines entered since the beginning of the current + bbaasshh session, but not already appended to the history file. - --nn Read the history lines not already read from the history + --nn 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 bbaasshh session. @@ -913,24 +925,24 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS rent history list. --ww Write the current history list to the history file, over- writing the history file. - --pp Perform history substitution on the following _a_r_g_s and - display the result on the standard output, without stor- - ing the results in the history list. Each _a_r_g must be + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output, without stor- + ing the results in the history list. Each _a_r_g must be quoted to disable normal history expansion. - --ss Store the _a_r_g_s in the history list as a single entry. - The last command in the history list is removed before + --ss Store the _a_r_g_s in the history list as a single entry. + The last command in the history list is removed before adding the _a_r_g_s. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy writes the time + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, hhiissttoorryy 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 _o_f_f_s_e_t or range is supplied as an argument to --dd, or the history expansion supplied as an argument to --pp fails. @@ -939,14 +951,14 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS The first form lists the active jobs. The options have the fol- lowing meanings: --ll List process IDs in addition to the normal information. - --nn Display information only about jobs that have changed + --nn Display information only about jobs that have changed status since the user was last notified of their status. - --pp List only the process ID of the job's process group + --pp List only the process ID of the job's process group leader. --rr Display only running jobs. --ss Display only stopped jobs. - If _j_o_b_s_p_e_c is supplied, jjoobbss restricts output to information + If _j_o_b_s_p_e_c is supplied, jjoobbss restricts output to information about that job. The return status is 0 unless an invalid option is encountered or an invalid _j_o_b_s_p_e_c is supplied. @@ -956,237 +968,237 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS kkiillll [--ss _s_i_g_s_p_e_c | --nn _s_i_g_n_u_m | --_s_i_g_s_p_e_c] _i_d [ ... ] kkiillll --ll|--LL [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] - Send the signal specified by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes + Send the signal specified by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes named by each _i_d. Each _i_d may be a job specification _j_o_b_s_p_e_c or - a process ID _p_i_d. _s_i_g_s_p_e_c is either a case-insensitive signal - name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or a sig- - nal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not sup- + a process ID _p_i_d. _s_i_g_s_p_e_c is either a case-insensitive signal + name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or a sig- + nal number; _s_i_g_n_u_m is a signal number. If _s_i_g_s_p_e_c is not sup- plied, then kkiillll sends SSIIGGTTEERRMM. The --ll option lists the signal names. If any arguments are sup- plied when --ll is given, kkiillll lists the names of the signals cor- - responding to the arguments, and the return status is 0. The - _e_x_i_t___s_t_a_t_u_s argument to --ll is a number specifying either a sig- - nal number or the exit status of a process terminated by a sig- - nal; if it is supplied, kkiillll prints the name of the signal that + responding to the arguments, and the return status is 0. The + _e_x_i_t___s_t_a_t_u_s argument to --ll is a number specifying either a sig- + nal number or the exit status of a process terminated by a sig- + nal; if it is supplied, kkiillll prints the name of the signal that caused the process to terminate. kkiillll assumes that process exit statuses are greater than 128; anything less than that is a sig- nal number. The --LL option is equivalent to --ll. - kkiillll returns true if at least one signal was successfully sent, + kkiillll returns true if at least one signal was successfully sent, or false if an error occurs or an invalid option is encountered. lleett _a_r_g [_a_r_g ...] - Each _a_r_g is evaluated as an arithmetic expression (see AARRIITTHH-- - MMEETTIICC EEVVAALLUUAATTIIOONN in _b_a_s_h(1)). If the last _a_r_g evaluates to 0, + Each _a_r_g is evaluated as an arithmetic expression (see AARRIITTHH-- + MMEETTIICC EEVVAALLUUAATTIIOONN in _b_a_s_h(1)). If the last _a_r_g evaluates to 0, lleett returns 1; otherwise lleett returns 0. llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ... | - ] For each argument, create a local variable named _n_a_m_e and assign - it _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddee-- - ccllaarree. When llooccaall is used within a function, it causes the - variable _n_a_m_e to have a visible scope restricted to that func- - tion and its children. It is an error to use llooccaall when not + it _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddee-- + ccllaarree. When llooccaall is used within a function, it causes the + variable _n_a_m_e to have a visible scope restricted to that func- + tion and its children. It is an error to use llooccaall when not within a function. - If _n_a_m_e is -, it makes the set of shell options local to the - function in which llooccaall is invoked: any shell options changed - using the sseett builtin inside the function after the call to lloo-- - ccaall are restored to their original values when the function re- - turns. The restore is performed as if a series of sseett commands - were executed to restore the values that were in place before + If _n_a_m_e is -, it makes the set of shell options local to the + function in which llooccaall is invoked: any shell options changed + using the sseett builtin inside the function after the call to lloo-- + ccaall are restored to their original values when the function re- + turns. The restore is performed as if a series of sseett commands + were executed to restore the values that were in place before the function. - With no operands, llooccaall writes a list of local variables to the + With no operands, llooccaall writes a list of local variables to the standard output. - The return status is 0 unless llooccaall is used outside a function, + The return status is 0 unless llooccaall is used outside a function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly variable. llooggoouutt [[_n]] - Exit a login shell, returning a status of _n to the shell's par- + Exit a login shell, returning a status of _n to the shell's par- ent. mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] rreeaaddaarrrraayy [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] - Read lines from the standard input, or from file descriptor _f_d - if the --uu option is supplied, into the indexed array variable - _a_r_r_a_y. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if + Read lines from the standard input, or from file descriptor _f_d + if the --uu option is supplied, into the indexed array variable + _a_r_r_a_y. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if supplied, have the following meanings: - --dd Use the first character of _d_e_l_i_m to terminate each input + --dd Use the first character of _d_e_l_i_m to terminate each input line, rather than newline. If _d_e_l_i_m is the empty string, mmaappffiillee will terminate a line when it reads a NUL charac- ter. --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, copy all lines. - --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default + --OO Begin assigning to _a_r_r_a_y at index _o_r_i_g_i_n. The default index is 0. --ss Discard the first _c_o_u_n_t lines read. - --tt Remove a trailing _d_e_l_i_m (default newline) from each line + --tt Remove a trailing _d_e_l_i_m (default newline) from each line read. - --uu Read lines from file descriptor _f_d instead of the stan- + --uu Read lines from file descriptor _f_d instead of the stan- dard input. - --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The + --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The --cc option specifies _q_u_a_n_t_u_m. - --cc Specify the number of lines read between each call to + --cc Specify the number of lines read between each call to _c_a_l_l_b_a_c_k. - If --CC is specified without --cc, the default quantum is 5000. + If --CC is specified without --cc, the default quantum is 5000. When _c_a_l_l_b_a_c_k is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that - element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after + element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after the line is read but before the array element is assigned. - If not supplied with an explicit origin, mmaappffiillee will clear _a_r_- + If not supplied with an explicit origin, mmaappffiillee will clear _a_r_- _r_a_y before assigning to it. mmaappffiillee returns zero unless an invalid option or option argument - is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is + is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is not an indexed array. ppooppdd [-nn] [+_n] [-_n] - Remove entries from the directory stack. The elements are num- - bered from 0 starting at the first directory listed by ddiirrss, so - ppooppdd is equivalent to With no arguments, ppooppdd 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 ddiirrss, so + ppooppdd is equivalent to With no arguments, ppooppdd removes the top + directory from the stack, and changes to the new top directory. Arguments, if supplied, have the following meanings: --nn Suppress the normal change of directory when removing di- rectories from the stack, only manipulate the stack. - ++_n Remove the _nth entry counting from the left of the list - shown by ddiirrss, starting with zero, from the stack. For + ++_n Remove the _nth entry counting from the left of the list + shown by ddiirrss, starting with zero, from the stack. For example: removes the first directory, the second. - --_n Remove the _nth entry counting from the right of the list - shown by ddiirrss, starting with zero. For example: removes + --_n Remove the _nth entry counting from the right of the list + shown by ddiirrss, 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 - _-_n option was not supplied, ppooppdd uses the ccdd builtin to change + If the top element of the directory stack is modified, and the + _-_n option was not supplied, ppooppdd uses the ccdd builtin to change to the directory at the top of the stack. If the ccdd fails, ppooppdd returns a non-zero value. - Otherwise, ppooppdd returns false if an invalid option is supplied, - the directory stack is empty, or _n specifies a non-existent di- + Otherwise, ppooppdd returns false if an invalid option is supplied, + the directory stack is empty, or _n specifies a non-existent di- rectory stack entry. - If the ppooppdd command is successful, bbaasshh runs ddiirrss to show the - final contents of the directory stack, and the return status is + If the ppooppdd command is successful, bbaasshh runs ddiirrss to show the + final contents of the directory stack, and the return status is 0. pprriinnttff [--vv _v_a_r] _f_o_r_m_a_t [_a_r_g_u_m_e_n_t_s] - Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the - control of the _f_o_r_m_a_t. The --vv option assigns the output to the + Write the formatted _a_r_g_u_m_e_n_t_s to the standard output under the + control of the _f_o_r_m_a_t. The --vv option assigns the output to the variable _v_a_r rather than printing it to the standard output. - The _f_o_r_m_a_t is a character string which contains three types of - objects: plain characters, which are simply copied to standard - output, character escape sequences, which are converted and - copied to the standard output, and format specifications, each - of which causes printing of the next successive _a_r_g_u_m_e_n_t. In - addition to the standard _p_r_i_n_t_f(3) format characters ccCCssSS-- + The _f_o_r_m_a_t is a character string which contains three types of + objects: plain characters, which are simply copied to standard + output, character escape sequences, which are converted and + copied to the standard output, and format specifications, each + of which causes printing of the next successive _a_r_g_u_m_e_n_t. In + addition to the standard _p_r_i_n_t_f(3) format characters ccCCssSS-- nnddiioouuxxXXeeEEffFFggGGaaAA, pprriinnttff interprets the following additional for- mat specifiers: %%bb causes pprriinnttff to expand backslash escape sequences in the corresponding _a_r_g_u_m_e_n_t in the same way as eecchhoo --ee. - %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a - format that can be reused as shell input. %%qq and %%QQ use - the $$ quoting style if any characters in the argument - string require it, and backslash quoting otherwise. If - the format string uses the _p_r_i_n_t_f alternate form, these + %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a + format that can be reused as shell input. %%qq and %%QQ use + the $$ quoting style if any characters in the argument + string require it, and backslash quoting otherwise. If + the format string uses the _p_r_i_n_t_f alternate form, these two formats quote the argument string using single quotes. - %%QQ like %%qq, but applies any supplied precision to the _a_r_g_u_- + %%QQ like %%qq, but applies any supplied precision to the _a_r_g_u_- _m_e_n_t before quoting it. %%((_d_a_t_e_f_m_t))TT - causes pprriinnttff to output the date-time string resulting - from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). + causes pprriinnttff to output the date-time string resulting + from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). The corresponding _a_r_g_u_m_e_n_t is an integer representing the number of seconds since the epoch. 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 pprriinnttff 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 _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- + The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- _m_e_n_t_s. If the _f_o_r_m_a_t requires more _a_r_g_u_m_e_n_t_s than are supplied, - the extra format specifications behave as if a zero value or - null string, as appropriate, had been supplied. The return - 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. ppuusshhdd [--nn] [+_n] [-_n] ppuusshhdd [--nn] [_d_i_r] 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, ppuusshhdd 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, ppuusshhdd exchanges the top two ele- + ments of the directory stack. Arguments, if supplied, have the following meanings: - --nn Suppress the normal change of directory when rotating or - adding directories to the stack, only manipulate the + --nn Suppress the normal change of directory when rotating or + adding directories to the stack, only manipulate the stack. ++_n Rotate the stack so that the _nth directory (counting from - the left of the list shown by ddiirrss, starting with zero) + the left of the list shown by ddiirrss, starting with zero) is at the top. - --_n Rotates the stack so that the _nth directory (counting - from the right of the list shown by ddiirrss, starting with + --_n Rotates the stack so that the _nth directory (counting + from the right of the list shown by ddiirrss, starting with zero) is at the top. _d_i_r Adds _d_i_r to the directory stack at the top. After the stack has been modified, if the --nn option was not sup- - plied, ppuusshhdd uses the ccdd builtin to change to the directory at + plied, ppuusshhdd uses the ccdd builtin to change to the directory at the top of the stack. If the ccdd fails, ppuusshhdd returns a non-zero value. - Otherwise, if no arguments are supplied, ppuusshhdd returns zero un- - less the directory stack is empty. When rotating the directory + Otherwise, if no arguments are supplied, ppuusshhdd returns zero un- + less the directory stack is empty. When rotating the directory stack, ppuusshhdd returns zero unless the directory stack is empty or _n specifies a non-existent directory stack element. - If the ppuusshhdd command is successful, bbaasshh runs ddiirrss to show the + If the ppuusshhdd command is successful, bbaasshh runs ddiirrss to show the final contents of the directory stack. ppwwdd [--LLPP] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the --PP option is supplied or the --oo pphhyyssiiccaall option to the sseett builtin command - is enabled. If the --LL option is used, the pathname printed may - contain symbolic links. The return status is 0 unless an error + is enabled. If the --LL option is used, the pathname printed may + contain symbolic links. The return status is 0 unless an error occurs while reading the name of the current directory or an in- valid option is supplied. rreeaadd [--EEeerrss] [--aa _a_n_a_m_e] [--dd _d_e_l_i_m] [--ii _t_e_x_t] [--nn _n_c_h_a_r_s] [--NN _n_c_h_a_r_s] [--pp _p_r_o_m_p_t] [--tt _t_i_m_e_o_u_t] [--uu _f_d] [_n_a_m_e ...] Read one line from the standard input, or from the file descrip- - tor _f_d supplied as an argument to the --uu option, split it into - words as described in _b_a_s_h (1) under WWoorrdd SSpplliittttiinngg, and assign - the first word to the first _n_a_m_e, the second word to the second - _n_a_m_e, and so on. If there are more words than names, the re- - maining words and their intervening delimiters are assigned to - the last _n_a_m_e. If there are fewer words read from the input - stream than names, the remaining names are assigned empty val- - ues. The characters in the value of the IIFFSS variable are used + tor _f_d supplied as an argument to the --uu option, split it into + words as described in _b_a_s_h (1) under WWoorrdd SSpplliittttiinngg, and assign + the first word to the first _n_a_m_e, the second word to the second + _n_a_m_e, and so on. If there are more words than names, the re- + maining words and their intervening delimiters are assigned to + the last _n_a_m_e. If there are fewer words read from the input + stream than names, the remaining names are assigned empty val- + ues. The characters in the value of the IIFFSS variable are used to split the line into words using the same rules the shell uses for expansion (described in _b_a_s_h (1) under WWoorrdd SSpplliittttiinngg). The backslash character (\\) removes any special meaning for the next @@ -1196,190 +1208,190 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS --aa _a_n_a_m_e The words are assigned to sequential indices of the array variable _a_n_a_m_e, starting at 0. _a_n_a_m_e is unset before any - new values are assigned. Other _n_a_m_e arguments are ig- + new values are assigned. Other _n_a_m_e arguments are ig- nored. --dd _d_e_l_i_m - The first character of _d_e_l_i_m terminates the input line, - rather than newline. If _d_e_l_i_m is the empty string, rreeaadd + The first character of _d_e_l_i_m terminates the input line, + rather than newline. If _d_e_l_i_m is the empty string, rreeaadd will terminate a line when it reads a NUL character. - --ee If the standard input is coming from a terminal, rreeaadd - uses rreeaaddlliinnee (see RREEAADDLLIINNEE in _b_a_s_h(1)) to obtain the - line. RReeaaddlliinnee uses the current (or default, if line - editing was not previously active) editing settings, but + --ee If the standard input is coming from a terminal, rreeaadd + uses rreeaaddlliinnee (see RREEAADDLLIINNEE in _b_a_s_h(1)) to obtain the + line. RReeaaddlliinnee uses the current (or default, if line + editing was not previously active) editing settings, but uses rreeaaddlliinnee's default filename completion. - --EE If the standard input is coming from a terminal, rreeaadd - uses rreeaaddlliinnee (see RREEAADDLLIINNEE in _b_a_s_h(1)) to obtain the - line. RReeaaddlliinnee uses the current (or default, if line - editing was not previously active) editing settings, but - uses bash's default completion, including programmable + --EE If the standard input is coming from a terminal, rreeaadd + uses rreeaaddlliinnee (see RREEAADDLLIINNEE in _b_a_s_h(1)) to obtain the + line. RReeaaddlliinnee uses the current (or default, if line + editing was not previously active) editing settings, but + uses bash's default completion, including programmable completion. --ii _t_e_x_t - If rreeaaddlliinnee is being used to read the line, rreeaadd places + If rreeaaddlliinnee is being used to read the line, rreeaadd places _t_e_x_t into the editing buffer before editing begins. --nn _n_c_h_a_r_s - rreeaadd returns after reading _n_c_h_a_r_s characters rather than - waiting for a complete line of input, unless it encoun- - ters EOF or rreeaadd times out, but honors a delimiter if it + rreeaadd returns after reading _n_c_h_a_r_s characters rather than + waiting for a complete line of input, unless it encoun- + ters EOF or rreeaadd times out, but honors a delimiter if it reads fewer than _n_c_h_a_r_s characters before the delimiter. --NN _n_c_h_a_r_s - rreeaadd returns after reading exactly _n_c_h_a_r_s characters - rather than waiting for a complete line of input, unless + rreeaadd returns after reading exactly _n_c_h_a_r_s characters + rather than waiting for a complete line of input, unless it encounters EOF or rreeaadd 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 rreeaadd to return until it has read _n_c_h_a_r_s characters. The result is not split on the characters in IIFFSS; the in- tent is that the variable is assigned exactly the charac- - ters read (with the exception of backslash; see the --rr + ters read (with the exception of backslash; see the --rr option below). --pp _p_r_o_m_p_t Display _p_r_o_m_p_t 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. --rr Backslash does not act as an escape character. The back- - slash is considered to be part of the line. In particu- - lar, a backslash-newline pair may not then be used as a + slash is considered to be part of the line. In particu- + lar, a backslash-newline pair may not then be used as a line continuation. --ss Silent mode. If input is coming from a terminal, charac- ters are not echoed. --tt _t_i_m_e_o_u_t - Cause rreeaadd to time out and return failure if it does not - read a complete line of input (or a specified number of - characters) within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a - decimal number with a fractional portion following the - decimal point. This option is only effective if rreeaadd is - reading input from a terminal, pipe, or other special - file; it has no effect when reading from regular files. - If rreeaadd times out, it saves any partial input read into - the specified variable _n_a_m_e, and the exit status is - greater than 128. If _t_i_m_e_o_u_t is 0, rreeaadd 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 rreeaadd to time out and return failure if it does not + read a complete line of input (or a specified number of + characters) within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a + decimal number with a fractional portion following the + decimal point. This option is only effective if rreeaadd is + reading input from a terminal, pipe, or other special + file; it has no effect when reading from regular files. + If rreeaadd times out, it saves any partial input read into + the specified variable _n_a_m_e, and the exit status is + greater than 128. If _t_i_m_e_o_u_t is 0, rreeaadd 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. - --uu _f_d Read input from file descriptor _f_d instead of the stan- + --uu _f_d Read input from file descriptor _f_d instead of the stan- dard input. - Other than the case where _d_e_l_i_m is the empty string, rreeaadd ig- + Other than the case where _d_e_l_i_m is the empty string, rreeaadd ig- nores any NUL characters in the input. - If no _n_a_m_e_s are supplied, rreeaadd assigns the line read, without - the ending delimiter but otherwise unmodified, to the variable + If no _n_a_m_e_s are supplied, rreeaadd assigns the line read, without + the ending delimiter but otherwise unmodified, to the variable RREEPPLLYY. The exit status is zero, unless end-of-file is encountered, rreeaadd - times out (in which case the status is greater than 128), a + 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 --uu. rreeaaddoonnllyy [--aaAAff] [--pp] [_n_a_m_e[=_w_o_r_d] ...] - The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s + The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s may not be changed by subsequent assignment or unset. If the --ff - option is supplied, each _n_a_m_e refers to a shell function. The - --aa option restricts the variables to indexed arrays; the --AA op- + option is supplied, each _n_a_m_e refers to a shell function. The + --aa option restricts the variables to indexed arrays; the --AA op- tion restricts the variables to associative arrays. If both op- - tions are supplied, --AA takes precedence. If no _n_a_m_e arguments - are supplied, or if the --pp option is supplied, print a list of - all readonly names. The other options may be used to restrict + tions are supplied, --AA takes precedence. If no _n_a_m_e arguments + are supplied, or if the --pp 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 --pp op- tion displays output in a format that may be reused as input. - rreeaaddoonnllyy allows the value of a variable to be set at the same + rreeaaddoonnllyy allows the value of a variable to be set at the same time the readonly attribute is changed by following the variable - name with =_v_a_l_u_e. This sets the value of the variable is to + name with =_v_a_l_u_e. This sets the value of the variable is to _v_a_l_u_e while modifying the readonly attribute. - The return status is 0 unless an invalid option is encountered, - one of the _n_a_m_e_s is not a valid shell variable name, or --ff is + The return status is 0 unless an invalid option is encountered, + one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. rreettuurrnn [_n] - 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 _n to its caller. If _n is omitted, the return - status is that of the last command executed. If rreettuurrnn is exe- - cuted by a trap handler, the last command used to determine the + status is that of the last command executed. If rreettuurrnn 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 rreettuurrnn is executed during a DDEEBBUUGG 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 rreettuurrnn was invoked. When rreettuurrnn is used to terminate execution of a script being ex- - ecuted by the .. (ssoouurrccee) command, it causes the shell to stop - executing that script and return either _n or the exit status of - the last command executed within the script as the exit status - of the script. If _n is supplied, the return value is its least + ecuted by the .. (ssoouurrccee) command, it causes the shell to stop + executing that script and return either _n or the exit status of + the last command executed within the script as the exit status + of the script. If _n is supplied, the return value is its least significant 8 bits. - Any command associated with the RREETTUURRNN trap is executed before + Any command associated with the RREETTUURRNN trap is executed before execution resumes after the function or script. - The return status is non-zero if rreettuurrnn is supplied a non-nu- + The return status is non-zero if rreettuurrnn is supplied a non-nu- meric argument, or is used outside a function and not during ex- ecution of a script by .. or ssoouurrccee. sseett [--aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [--oo _o_p_t_i_o_n_-_n_a_m_e] [----] [--] [_a_r_g ...] sseett [++aabbeeffhhkkmmnnppttuuvvxxBBCCEEHHPPTT] [++oo _o_p_t_i_o_n_-_n_a_m_e] [----] [--] [_a_r_g ...] sseett --oo - sseett ++oo 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- + sseett ++oo 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 $$11, - $$22, ..., $$_n. Options, if specified, have the following mean- + $$22, ..., $$_n. Options, if specified, have the following mean- ings: --aa Each variable or function that is created or modified is - given the export attribute and marked for export to the + given the export attribute and marked for export to the environment of subsequent commands. - --bb Report the status of terminated background jobs immedi- + --bb Report the status of terminated background jobs immedi- ately, rather than before the next primary prompt or af- - ter a foreground command terminates. This is effective + ter a foreground command terminates. This is effective only when job control is enabled. - --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a - single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d - (see SSHHEELLLL GGRRAAMMMMAARR in _b_a_s_h(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 wwhhiillee or uunnttiill keyword, part of the test following the - iiff or eelliiff reserved words, part of any command executed - in a &&&& or |||| list except the command following the fi- - nal &&&& or ||||, any command in a pipeline but the last - (subject to the state of the ppiippeeffaaiill shell option), or - if the command's return value is being inverted with !!. - If a compound command other than a subshell returns a - non-zero status because a command failed while --ee was - being ignored, the shell does not exit. A trap on EERRRR, - if set, is executed before the shell exits. This option - applies to the shell environment and each subshell envi- - ronment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT in - _b_a_s_h(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 --ee is being ignored, none of the commands - executed within the compound command or function body - will be affected by the --ee setting, even if --ee is set - and a command returns a failure status. If a compound - command or shell function sets --ee while executing in a - context where --ee is ignored, that setting will not have - any effect until the compound command or the command + --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a + single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d + (see SSHHEELLLL GGRRAAMMMMAARR in _b_a_s_h(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 wwhhiillee or uunnttiill reserved word, part of the test follow- + ing the iiff or eelliiff reserved words, part of any command + executed in a &&&& or |||| list except the command following + the final &&&& or ||||, any command in a pipeline but the + last (subject to the state of the ppiippeeffaaiill shell op- + tion), or if the command's return value is being in- + verted with !!. If a compound command other than a sub- + shell returns a non-zero status because a command failed + while --ee was being ignored, the shell does not exit. A + trap on EERRRR, if set, is executed before the shell exits. + This option applies to the shell environment and each + subshell environment separately (see CCOOMMMMAANNDD EEXXEECCUUTTIIOONN + EENNVVIIRROONNMMEENNTT in _b_a_s_h(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 --ee is being ignored, none of the commands + executed within the compound command or function body + will be affected by the --ee setting, even if --ee is set + and a command returns a failure status. If a compound + command or shell function sets --ee while executing in a + context where --ee is ignored, that setting will not have + any effect until the compound command or the command containing the function call completes. --ff Disable pathname expansion. - --hh Remember the location of commands as they are looked up + --hh Remember the location of commands as they are looked up for execution. This is enabled by default. - --kk All arguments in the form of assignment statements are - placed in the environment for a command, not just those + --kk All arguments in the form of assignment statements are + placed in the environment for a command, not just those that precede the command name. - --mm Monitor mode. Job control is enabled. This option is - on by default for interactive shells on systems that - support it (see JJOOBB CCOONNTTRROOLL in _b_a_s_h(1)). All processes - run in a separate process group. When a background job - completes, the shell prints a line containing its exit + --mm Monitor mode. Job control is enabled. This option is + on by default for interactive shells on systems that + support it (see JJOOBB CCOONNTTRROOLL in _b_a_s_h(1)). All processes + run in a separate process group. When a background job + completes, the shell prints a line containing its exit status. --nn Read commands but do not execute them. This may be used - to check a shell script for syntax errors. This is ig- + to check a shell script for syntax errors. This is ig- nored by interactive shells. --oo _o_p_t_i_o_n_-_n_a_m_e The _o_p_t_i_o_n_-_n_a_m_e can be one of the following: @@ -1387,10 +1399,10 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS Same as --aa. bbrraacceeeexxppaanndd Same as --BB. - eemmaaccss Use an emacs-style command line editing inter- + eemmaaccss Use an emacs-style command line editing inter- face. This is enabled by default when the shell is interactive, unless the shell is started with - the ----nnooeeddiittiinngg option. This also affects the + the ----nnooeeddiittiinngg option. This also affects the editing interface used for rreeaadd --ee. eerrrreexxiitt Same as --ee. eerrrrttrraaccee @@ -1400,11 +1412,11 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS hhaasshhaallll Same as --hh. hhiisstteexxppaanndd Same as --HH. - hhiissttoorryy Enable command history, as described in _b_a_s_h(1) - under HHIISSTTOORRYY. This option is on by default in + hhiissttoorryy Enable command history, as described in _b_a_s_h(1) + under HHIISSTTOORRYY. This option is on by default in interactive shells. iiggnnoorreeeeooff - The effect is as if the shell command had been + The effect is as if the shell command had been executed (see SShheellll VVaarriiaabblleess in _b_a_s_h(1)). kkeeyywwoorrdd Same as --kk. mmoonniittoorr Same as --mm. @@ -1419,16 +1431,17 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS pphhyyssiiccaall Same as --PP. ppiippeeffaaiill - If set, the return value of a pipeline is the - value of the last (rightmost) command to exit - with a non-zero status, or zero if all commands - in the pipeline exit successfully. This option + If set, the return value of a pipeline is the + value of the last (rightmost) command to exit + with a non-zero status, or zero if all commands + in the pipeline exit successfully. This option is disabled by default. - ppoossiixx Change the behavior of bbaasshh where the default - operation differs from the POSIX standard to - match the standard (_p_o_s_i_x _m_o_d_e). See SSEEEE AALLSSOO - in _b_a_s_h(1) for a reference to a document that - details how posix mode affects bash's behavior. + ppoossiixx Enable posix mode; change the behavior of bbaasshh + where the default operation differs from the + POSIX standard to match the standard. See SSEEEE + AALLSSOO in _b_a_s_h(1) for a reference to a document + that details how posix mode affects bash's be- + havior. pprriivviilleeggeedd Same as --pp. vveerrbboossee Same as --vv. @@ -1605,7 +1618,6 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS ccoommppaatt4422 ccoommppaatt4433 ccoommppaatt4444 - ccoommppaatt5500 These control aspects of the shell's compatibility mode (see SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE in _b_a_s_h(1)). ccoommpplleettee__ffuullllqquuoottee @@ -1963,18 +1975,19 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS compound command returns a non-zero exit status, subject to the following conditions. The EERRRR trap is not executed if the failed command is part of the command list immediately following - a wwhhiillee or uunnttiill keyword, part of the test in an _i_f statement, - 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 ppiippeeffaaiill shell option), or if - the command's return value is being inverted using !!. These are - the same conditions obeyed by the eerrrreexxiitt (--ee) option. + a wwhhiillee or uunnttiill reserved word, part of the test in an _i_f state- + ment, 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 ppiippeeffaaiill shell op- + tion), or if the command's return value is being inverted using + !!. These are the same conditions obeyed by the eerrrreexxiitt (--ee) 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 _s_i_g_s_p_e_c is invalid; otherwise ttrraapp returns true. ttrruuee Does nothing, returns a 0 status. @@ -1983,61 +1996,61 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS Indicate how each _n_a_m_e would be interpreted if used as a command name. - If the --tt option is used, ttyyppee prints a string which is one of - _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or _f_i_l_e if _n_a_m_e is an alias, - shell reserved word, function, builtin, or executable file, re- - spectively. If the _n_a_m_e is not found, ttyyppee prints nothing and + If the --tt option is used, ttyyppee prints a string which is one of + _a_l_i_a_s, _k_e_y_w_o_r_d, _f_u_n_c_t_i_o_n, _b_u_i_l_t_i_n, or _f_i_l_e if _n_a_m_e is an alias, + shell reserved word, function, builtin, or executable file, re- + spectively. If the _n_a_m_e is not found, ttyyppee prints nothing and returns a non-zero exit status. - If the --pp option is used, ttyyppee either returns the pathname of - the executable file that would be found by searching $$PPAATTHH for - _n_a_m_e or nothing if would not return _f_i_l_e. The --PP option forces - a PPAATTHH search for each _n_a_m_e, even if would not return _f_i_l_e. If + If the --pp option is used, ttyyppee either returns the pathname of + the executable file that would be found by searching $$PPAATTHH for + _n_a_m_e or nothing if would not return _f_i_l_e. The --PP option forces + a PPAATTHH search for each _n_a_m_e, even if would not return _f_i_l_e. If _n_a_m_e is present in the table of hashed commands, --pp and --PP print the hashed value, which is not necessarily the file that appears first in PPAATTHH. - If the --aa option is used, ttyyppee prints all of the places that - contain a command named _n_a_m_e. This includes aliases, reserved - words, functions, and builtins, but the path search options (--pp - and --PP) can be supplied to restrict the output to executable - files. ttyyppee does not consult the table of hashed commands when + If the --aa option is used, ttyyppee prints all of the places that + contain a command named _n_a_m_e. This includes aliases, reserved + words, functions, and builtins, but the path search options (--pp + and --PP) can be supplied to restrict the output to executable + files. ttyyppee does not consult the table of hashed commands when using --aa with --pp, and only performs a PPAATTHH search for _n_a_m_e. The --ff option suppresses shell function lookup, as with the ccoomm-- - mmaanndd builtin. ttyyppee returns true if all of the arguments are + mmaanndd builtin. ttyyppee returns true if all of the arguments are found, false if any are not found. uulliimmiitt [--HHSS] --aa uulliimmiitt [--HHSS] [--bbccddeeffiikkllmmnnppqqrrssttuuvvxxPPRRTT [_l_i_m_i_t]] - Provides control over the resources available to the shell and + Provides control over the resources available to the shell and to processes it starts, on systems that allow such control. - The --HH and --SS options specify whether the hard or soft limit is + The --HH and --SS 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 --HH nor --SS is speci- + to the value of the hard limit. If neither --HH nor --SS is speci- fied, uulliimmiitt sets both the soft and hard limits. The value of _l_i_m_i_t can be a number in the unit specified for the - resource or one of the special values hhaarrdd, ssoofftt, or uunnlliimmiitteedd, - which stand for the current hard limit, the current soft limit, - and no limit, respectively. If _l_i_m_i_t is omitted, uulliimmiitt prints - the current value of the soft limit of the resource, unless the - --HH option 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 hhaarrdd, ssoofftt, or uunnlliimmiitteedd, + which stand for the current hard limit, the current soft limit, + and no limit, respectively. If _l_i_m_i_t is omitted, uulliimmiitt prints + the current value of the soft limit of the resource, unless the + --HH option is given. When more than one resource is specified, + the limit name and unit, if appropriate, are printed before the value. Other options are interpreted as follows: --aa Report all current limits; no limits are set. --bb The maximum socket buffer size. --cc The maximum size of core files created. --dd The maximum size of a process's data segment. --ee The maximum scheduling priority ( - --ff The maximum size of files written by the shell and its + --ff The maximum size of files written by the shell and its children. --ii The maximum number of pending signals. --kk The maximum number of kqueues that may be allocated. --ll The maximum size that may be locked into memory. - --mm The maximum resident set size (many systems do not honor + --mm The maximum resident set size (many systems do not honor this limit). --nn The maximum number of open file descriptors (most systems do not allow this value to be set). @@ -2046,146 +2059,146 @@ BBAASSHH BBUUIILLTTIINN CCOOMMMMAANNDDSS --rr The maximum real-time scheduling priority. --ss The maximum stack size. --tt The maximum amount of cpu time in seconds. - --uu The maximum number of processes available to a single + --uu The maximum number of processes available to a single user. - --vv The maximum amount of virtual memory available to the + --vv The maximum amount of virtual memory available to the shell and, on some systems, to its children. --xx The maximum number of file locks. --PP The maximum number of pseudoterminals. - --RR The maximum time a real-time process can run before + --RR The maximum time a real-time process can run before blocking, in microseconds. --TT The maximum number of threads. - If _l_i_m_i_t is supplied, and the --aa option is not used, _l_i_m_i_t is - the new value of the specified resource. If no option is sup- + If _l_i_m_i_t is supplied, and the --aa option is not used, _l_i_m_i_t is + the new value of the specified resource. If no option is sup- plied, then --ff is assumed. - Values are in 1024-byte increments, except for --tt, which is in - seconds; --RR, which is in microseconds; --pp, which is in units of - 512-byte blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled - values; and, when in posix mode, --cc and --ff, which are in - 512-byte increments. The return status is 0 unless an invalid + Values are in 1024-byte increments, except for --tt, which is in + seconds; --RR, which is in microseconds; --pp, which is in units of + 512-byte blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled + values; and, when in posix mode, --cc and --ff, which are in + 512-byte increments. The return status is 0 unless an invalid option or argument is supplied, or an error occurs while setting a new limit. uummaasskk [--pp] [--SS] [_m_o_d_e] - Set the user file-creation mask to _m_o_d_e. If _m_o_d_e begins with a + Set the user file-creation mask to _m_o_d_e. If _m_o_d_e 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 _c_h_m_o_d(1). If _m_o_d_e is omitted, uummaasskk prints the current value of the mask. The --SS option without a _m_o_d_e argument prints the mask in a symbolic format; the default output is an octal number. If the --pp option is supplied, and _m_o_d_e is omitted, the output is in - a form that may be reused as input. The return status is zero - if the mode was successfully changed or if no _m_o_d_e argument was + a form that may be reused as input. The return status is zero + if the mode was successfully changed or if no _m_o_d_e argument was supplied, and non-zero otherwise. uunnaalliiaass [-aa] [_n_a_m_e ...] - Remove each _n_a_m_e from the list of defined aliases. If --aa is - supplied, remove all alias definitions. The return value is + Remove each _n_a_m_e from the list of defined aliases. If --aa is + supplied, remove all alias definitions. The return value is true unless a supplied _n_a_m_e is not a defined alias. uunnsseett [-ffvv] [-nn] [_n_a_m_e ...] - For each _n_a_m_e, remove the corresponding variable or function. + For each _n_a_m_e, remove the corresponding variable or function. If the --vv option is given, each _n_a_m_e refers to a shell variable, - and that variable is removed. If --ff is specified, each _n_a_m_e - refers to a shell function, and the function definition is re- - moved. If the --nn option is supplied, and _n_a_m_e is a variable - with the _n_a_m_e_r_e_f attribute, _n_a_m_e will be unset rather than the - variable it references. --nn has no effect if the --ff option is - supplied. 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 _n_a_m_e 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 --ff is specified, each _n_a_m_e + refers to a shell function, and the function definition is re- + moved. If the --nn option is supplied, and _n_a_m_e is a variable + with the _n_a_m_e_r_e_f attribute, _n_a_m_e will be unset rather than the + variable it references. --nn has no effect if the --ff option is + supplied. 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 _n_a_m_e 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 BBAASSHH__AALLIIAASSEESS, BBAASSHH__AARRGGVV00, BBAASSHH__CCMMDDSS, BBAASSHH__CCOOMMMMAANNDD, BBAASSHH__SSUUBB-- - SSHHEELLLL, BBAASSHHPPIIDD, CCOOMMPP__WWOORRDDBBRREEAAKKSS, DDIIRRSSTTAACCKK, EEPPOOCCHHRREEAALLTTIIMMEE, - EEPPOOCCHHSSEECCOONNDDSS, FFUUNNCCNNAAMMEE, GGRROOUUPPSS, HHIISSTTCCMMDD, LLIINNEENNOO, RRAANNDDOOMM, SSEECC-- - OONNDDSS, or SSRRAANNDDOOMM are unset, they lose their special properties, - even if they are subsequently reset. The exit status is true + SSHHEELLLL, BBAASSHHPPIIDD, CCOOMMPP__WWOORRDDBBRREEAAKKSS, DDIIRRSSTTAACCKK, EEPPOOCCHHRREEAALLTTIIMMEE, + EEPPOOCCHHSSEECCOONNDDSS, FFUUNNCCNNAAMMEE, GGRROOUUPPSS, HHIISSTTCCMMDD, LLIINNEENNOO, RRAANNDDOOMM, SSEECC-- + OONNDDSS, or SSRRAANNDDOOMM are unset, they lose their special properties, + even if they are subsequently reset. The exit status is true unless a _n_a_m_e is readonly or may not be unset. wwaaiitt [--ffnn] [--pp _v_a_r_n_a_m_e] [_i_d ...] Wait for each specified child process _i_d and return the termina- - tion status of the last _i_d. Each _i_d may be a process ID _p_i_d or - a job specification _j_o_b_s_p_e_c; if a jobspec is supplied, wwaaiitt + tion status of the last _i_d. Each _i_d may be a process ID _p_i_d or + a job specification _j_o_b_s_p_e_c; if a jobspec is supplied, wwaaiitt waits for all processes in the job. - If no options or _i_ds are supplied, wwaaiitt waits for all running - background jobs and the last-executed process substitution, if + If no options or _i_ds are supplied, wwaaiitt waits for all running + background jobs and the last-executed process substitution, if its process id is the same as $$!!, and the return status is zero. - If the --nn option is supplied, wwaaiitt waits for any one of the + If the --nn option is supplied, wwaaiitt waits for any one of the given _i_ds or, if no _i_ds are supplied, any job or process substi- tution, to complete and returns its exit status. If none of the - supplied _i_ds is a child of the shell, or if no _i_ds are supplied - and the shell has no unwaited-for children, the exit status is + supplied _i_ds is a child of the shell, or if no _i_ds are supplied + and the shell has no unwaited-for children, the exit status is 127. - If the --pp option is supplied, wwaaiitt assigns the process or job - identifier of the job for which the exit status is returned to - the variable _v_a_r_n_a_m_e 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 --nn op- + If the --pp option is supplied, wwaaiitt assigns the process or job + identifier of the job for which the exit status is returned to + the variable _v_a_r_n_a_m_e 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 --nn op- tion. - Supplying the --ff option, when job control is enabled, forces - wwaaiitt to wait for each _i_d to terminate before returning its sta- + Supplying the --ff option, when job control is enabled, forces + wwaaiitt to wait for each _i_d to terminate before returning its sta- tus, instead of returning when it changes status. - If none of the _i_ds specify one of the shell's active child - processes, the return status is 127. If wwaaiitt is interrupted by - a signal, any _v_a_r_n_a_m_e will remain unset, and the return status + If none of the _i_ds specify one of the shell's active child + processes, the return status is 127. If wwaaiitt is interrupted by + a signal, any _v_a_r_n_a_m_e will remain unset, and the return status will be greater than 128, as described under SSIIGGNNAALLSS in _b_a_s_h(1). Otherwise, the return status is the exit status of the last _i_d. SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE - Bash-4.0 introduced the concept of a _s_h_e_l_l _c_o_m_p_a_t_i_b_i_l_i_t_y _l_e_v_e_l, speci- + Bash-4.0 introduced the concept of a _s_h_e_l_l _c_o_m_p_a_t_i_b_i_l_i_t_y _l_e_v_e_l, speci- fied as a set of options to the shopt builtin (ccoommppaatt3311, ccoommppaatt3322, ccoomm-- - ppaatt4400, ccoommppaatt4411, and so on). There is only one current compatibility + ppaatt4400, ccoommppaatt4411, and so on). There is only one current compatibility level -- each option is mutually exclusive. The compatibility level is - intended to allow users to select behavior from previous versions that - is incompatible with newer versions while they migrate scripts to use - current features and behavior. It's intended to be a temporary solu- + intended to allow users to select behavior from previous versions that + is incompatible with newer versions while they migrate scripts to use + current features and behavior. It's intended to be a temporary solu- tion. - This section does not mention behavior that is standard for a particu- - lar version (e.g., setting ccoommppaatt3322 means that quoting the 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 ccoommppaatt3322 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, ccoommppaatt3322, it may affect the behavior of other - compatibility levels up to and including the current compatibility - level. The idea is that each compatibility level controls behavior - that changed in that version of bbaasshh, but that behavior may have been - present in earlier versions. For instance, the change to use locale- - based comparisons with the [[[[ command came in bash-4.1, and earlier + If a user enables, say, ccoommppaatt3322, it may affect the behavior of other + compatibility levels up to and including the current compatibility + level. The idea is that each compatibility level controls behavior + that changed in that version of bbaasshh, but that behavior may have been + present in earlier versions. For instance, the change to use locale- + based comparisons with the [[[[ command came in bash-4.1, and earlier versions used ASCII-based comparisons, so enabling ccoommppaatt3322 will enable - ASCII-based comparisons as well. That granularity may not be suffi- - cient for all uses, and as a result users should employ compatibility - levels carefully. Read the documentation for a particular feature to + ASCII-based comparisons as well. That granularity may not be suffi- + cient for all uses, and as a result users should employ compatibility + levels carefully. Read the documentation for a particular feature to find out the current behavior. - Bash-4.3 introduced a new shell variable: BBAASSHH__CCOOMMPPAATT. The value as- + Bash-4.3 introduced a new shell variable: BBAASSHH__CCOOMMPPAATT. The value as- signed to this variable (a decimal version number like 4.2, or an inte- - ger corresponding to the ccoommppaatt_N_N option, like 42) determines the com- + ger corresponding to the ccoommppaatt_N_N option, like 42) determines the com- patibility level. Starting with bash-4.4, bbaasshh began deprecating older compatibility lev- els. Eventually, the options will be removed in favor of BBAASSHH__CCOOMMPPAATT. - Bash-5.0 was the final version for which there was an individual shopt - option for the previous version. BBAASSHH__CCOOMMPPAATT is the only mechanism to + Bash-5.0 was the final version for which there was an individual shopt + option for the previous version. BBAASSHH__CCOOMMPPAATT 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 ccoommppaatt_N_N tag is used as shorthand for setting the compatibility level to _N_N using one of the following mecha- - nisms. For versions prior to bash-5.0, the compatibility level may be - set using the corresponding ccoommppaatt_N_N shopt option. For bash-4.3 and - later versions, the BBAASSHH__CCOOMMPPAATT variable is preferred, and it is re- + nisms. For versions prior to bash-5.0, the compatibility level may be + set using the corresponding ccoommppaatt_N_N shopt option. For bash-4.3 and + later versions, the BBAASSHH__CCOOMMPPAATT variable is preferred, and it is re- quired for bash-5.1 and later versions. ccoommppaatt3311 @@ -2193,118 +2206,118 @@ SSHHEELLLL CCOOMMPPAATTIIBBIILLIITTYY MMOODDEE ator (=) has no special effect. ccoommppaatt3322 - +o The << and >> operators to the [[[[ command do not consider + +o The << and >> operators to the [[[[ command do not consider the current locale when comparing strings; they use ASCII ordering. ccoommppaatt4400 - +o The << and >> operators to the [[[[ command do not consider + +o The << and >> operators to the [[[[ command do not consider the current locale when comparing strings; they use ASCII ordering. BBaasshh versions prior to bash-4.1 use ASCII col- - lation and _s_t_r_c_m_p(3); bash-4.1 and later use the current + lation and _s_t_r_c_m_p(3); bash-4.1 and later use the current locale's collation sequence and _s_t_r_c_o_l_l(3). ccoommppaatt4411 - +o In _p_o_s_i_x mode, ttiimmee may be followed by options and still + +o In posix mode, ttiimmee may be followed by options and still be recognized as a reserved word (this is POSIX interpre- tation 267). +o In _p_o_s_i_x mode, the parser requires that an even number of - single quotes occur in the _w_o_r_d portion of a double- - quoted parameter expansion and treats them specially, so - that characters within the single quotes are considered + single quotes occur in the _w_o_r_d portion of a double- + quoted parameter expansion and treats them specially, so + that characters within the single quotes are considered quoted (this is POSIX interpretation 221). ccoommppaatt4422 +o The replacement string in double-quoted pattern substitu- - tion does not undergo quote removal, as it does in ver- + tion does not undergo quote removal, as it does in ver- sions after bash-4.2. - +o In posix mode, single quotes are considered special when - expanding the _w_o_r_d portion of a double-quoted parameter - expansion and can be used to quote a closing brace or - other special character (this is part of POSIX interpre- - tation 221); in later versions, single quotes are not + +o In posix mode, single quotes are considered special when + expanding the _w_o_r_d portion of a double-quoted parameter + expansion and can be used to quote a closing brace or + other special character (this is part of POSIX interpre- + tation 221); in later versions, single quotes are not special within double-quoted word expansions. ccoommppaatt4433 - +o Word expansion errors are considered non-fatal errors - that cause the current command to fail, even in posix - mode (the default behavior is to make them fatal errors + +o Word expansion errors are considered non-fatal errors + that cause the current command to fail, even in posix + mode (the default behavior is to make them fatal errors that cause the shell to exit). - +o When executing a shell function, the loop state + +o When executing a shell function, the loop state (while/until/etc.) is not reset, so bbrreeaakk or ccoonnttiinnuuee in that function will break or continue loops in the calling context. Bash-4.4 and later reset the loop state to pre- vent this. ccoommppaatt4444 - +o The shell sets up the values used by BBAASSHH__AARRGGVV and - BBAASSHH__AARRGGCC so they can expand to the shell's positional - parameters even if extended debugging mode is not en- + +o The shell sets up the values used by BBAASSHH__AARRGGVV and + BBAASSHH__AARRGGCC so they can expand to the shell's positional + parameters even if extended debugging mode is not en- abled. - +o A subshell inherits loops from its parent context, so - bbrreeaakk or ccoonnttiinnuuee will cause the subshell to exit. - Bash-5.0 and later reset the loop state to prevent the + +o A subshell inherits loops from its parent context, so + bbrreeaakk or ccoonnttiinnuuee will cause the subshell to exit. + Bash-5.0 and later reset the loop state to prevent the exit - +o Variable assignments preceding builtins like eexxppoorrtt and + +o Variable assignments preceding builtins like eexxppoorrtt and rreeaaddoonnllyy that set attributes continue to affect variables with the same name in the calling environment even if the shell is not in posix mode. ccoommppaatt5500 - +o Bash-5.1 changed the way $$RRAANNDDOOMM is generated to intro- - duce slightly more randomness. If the shell compatibil- + +o Bash-5.1 changed the way $$RRAANNDDOOMM 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 RRAANNDDOOMM will + from bash-5.0 and previous versions, so seeding the ran- + dom number generator by assigning a value to RRAANNDDOOMM will produce the same sequence as in bash-5.0. - +o If the command hash table is empty, bash versions prior - to bash-5.1 printed an informational message to that ef- - fect, even when producing output that can be reused as - input. Bash-5.1 suppresses that message when the --ll op- + +o If the command hash table is empty, bash versions prior + to bash-5.1 printed an informational message to that ef- + fect, even when producing output that can be reused as + input. Bash-5.1 suppresses that message when the --ll op- tion is supplied. ccoommppaatt5511 - +o The uunnsseett builtin treats attempts to unset array sub- - scripts @@ and ** differently depending on whether the ar- - ray is indexed or associative, and differently than in + +o The uunnsseett builtin treats attempts to unset array sub- + scripts @@ and ** differently depending on whether the ar- + ray is indexed or associative, and differently than in previous versions. +o Arithmetic commands ( ((((...)))) ) and the expressions in an arithmetic for statement can be expanded more than once. - +o Expressions used as arguments to arithmetic operators in - the [[[[ conditional command can be expanded more than + +o Expressions used as arguments to arithmetic operators in + the [[[[ conditional command can be expanded more than once. - +o The expressions in substring parameter brace expansion + +o The expressions in substring parameter brace expansion can be expanded more than once. +o The expressions in the $$((((...)))) word expansion can be ex- panded more than once. - +o Arithmetic expressions used as indexed array subscripts + +o Arithmetic expressions used as indexed array subscripts can be expanded more than once. - +o tteesstt --vv, when given an argument of AA[[@@]], where AA is an + +o tteesstt --vv, when given an argument of AA[[@@]], where AA 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 @@. +o The ${_p_a_r_a_m_e_t_e_r[[::]]==_v_a_l_u_e} word expansion will return - _v_a_l_u_e, before any variable-specific transformations have + _v_a_l_u_e, 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. - +o Parsing command substitutions will behave as if extended + +o Parsing command substitutions will behave as if extended globbing (see the description of the sshhoopptt 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. ccoommppaatt5522 - +o The tteesstt builtin uses its historical algorithm to parse - parenthesized subexpressions when given five or more ar- + +o The tteesstt builtin uses its historical algorithm to parse + parenthesized subexpressions when given five or more ar- guments. - +o If the --pp or --PP option is supplied to the bbiinndd builtin, + +o If the --pp or --PP option is supplied to the bbiinndd builtin, bbiinndd 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. SSEEEE AALLSSOO diff --git a/doc/builtins.pdf b/doc/builtins.pdf index e7a7ac9b4641dd13105802ae41c62cc3df0b3559..9ee3bc982b3ce70fcd966865925accc0432a5401 100644 GIT binary patch delta 86535 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Ða*$2x>}S2j?{{7@rbB~CnL&%K$zu# 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 a|Azf%T*kN(rzRh>xq-YgGP)*uy#E6F{nAYU delta 85869 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 z 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 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 F3108 -184.8 Q F1(accepts)3.077 E F33.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 -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 F32.76 E F1 .261 -(without requiring)2.76 F F32.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 -3.654 E F1 1.154(as in)3.654 F -.25(va)-.4 G 1.154 -(lid options and require).25 F F33.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 F32.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 F33.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 F3A 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 F35.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 F3A 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 -A F0 -.1(ke)2.5 G(ymap)-.2 E F1 2.5(][)C F3-2.5 E F0 -(function)2.5 E F1 2.5(][)C F3-2.5 E F0(function)2.5 E F1 2.5(][)C -F3-2.5 E F0 -.1(ke)2.5 G(yseq)-.2 E F1(])A F3(bind)108 640.8 Q F1 -([)2.5 E F3A F0 -.1(ke)2.5 G(ymap)-.2 E F1(])A F32.5 E F0 -(\214lename)2.5 E F3(bind)108 652.8 Q F1([)2.5 E F3A F0 -.1(ke)2.5 -G(ymap)-.2 E F1(])A F32.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 F3A 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 F3A 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 F2144 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 F2144 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 F2144 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 F2144 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 -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 F2144 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 F2144 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 F2144 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 F2144 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 -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 F2144 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 F2144 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 F2144 -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 F2144 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 SF2.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 -A F1(|[)A F2A F1([)2.5 E F2A 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 F22.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 F23.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 F23.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 F23.156 E F1 .656(option is supplied with)3.156 F F2 -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 F22.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 F23.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 F22.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 F23.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 F22.674 E F1(or)2.674 E F2 -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 F22.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 F2144 501.6 Q F1 .249(option produces a more v)2.749 F .249 -(erbose description.)-.15 F .249(If the)5.249 F F22.749 E F1(or) -2.749 E F22.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 F2A 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 F23.716 E F1(,)A -F23.717 E F1(,)A F23.717 E F1(,)A F23.717 E F1 3.717 -(,a)C(nd)-3.717 E F23.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 F23.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 F22.695 E F1(or)2.695 E F22.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 --2.5 E F0(comp-option)2.5 E F1 2.5(][)C F2(\255DEI)-2.5 E F1 2.5 -(][)C F2-2.5 E F0(action)2.5 E F1(])A([)144 712.8 Q F2A F0 -(globpat)2.5 E F1 2.5(][)C F2-2.5 E F0(wor)2.5 E(dlist)-.37 E F1 -2.5(][)C F2-2.5 E F0(function)2.5 E F1 2.5(][)C F2-2.5 E F0 -(command)2.5 E F1(])A([)144 724.8 Q F2A F0(\214lterpat)2.5 E F1 -2.5(][)C F2-2.5 E F0(pr)2.5 E(e\214x)-.37 E F1 2.5(][)C F2 --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 -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 F22.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 F22.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 F24.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 F23.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 F2144 216 Q F1 .636 -(option tak)3.136 F .636(es precedence o)-.1 F -.15(ve)-.15 G(r).15 E F2 -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 F23.137 E F1 -5.637(.I)C 3.137(fa)-5.637 G .937 -.15(ny o)-3.137 H(f).15 E F2 -3.137 E F1(,)A F23.137 E F1 3.137(,o)C(r)-3.137 E F23.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 F23.055 E F1(,)A F23.055 E F1 3.055 -(,a)C(nd)-3.055 E F23.055 E F1 .722(options \(and, if necessary) -144 297.6 R 3.222(,t)-.65 G(he)-3.222 E F23.222 E F1(and)3.222 E -F23.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 F2144 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 F2144 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 -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 F22.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 F22.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 F22.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 F22.5 E F1(.)A F2(\214le)184 180 Q -F1(File names.)224 180 Q(May also be speci\214ed as)5 E F22.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 F22.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 F22.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 F22.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 F22.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 F22.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 F22.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 F22.5 E F1(.)A F2144 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 -2.5 E F1(option.)2.5 E F2144 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 -F2144 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 -F2144 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 F2144 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 F2144 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 F2144 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 SF2.961 E F1(,)A F22.961 E F1(,)A F2 -2.961 E F1(,)A F22.961 E F1(,)A(or)144 112.8 Q F22.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 F2A 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 F22.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 F23.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 F23.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 SF2.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 --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-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 F23.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 -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 -2.775 E F1(and)2.775 E F22.775 E F1 2.775(,a)C .274(re ignored.) --2.775 F(When)5.274 E F22.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 F22.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 F22.969 E F1 .47 -(option will restrict the display to shell)2.97 F 3.118(functions. The) -144 468 R F23.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 F23.781 E -F1 1.281(option implies)3.781 F F23.781 E F1(.)A(The)144 504 Q F2 -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 F23.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 F2144 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 F2144 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 F2144 600 Q F1(Use function names only)180 600 Q(.) --.65 E F2144 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 F2144 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 F2144 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 F23.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 SF144 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 -F2144 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 F2144 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 F2144 -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 F23.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 F22.717 E F1(or)2.717 E F22.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 F22.5 E F1(.)A F2 -(dirs [\255clpv] [+)108 321.6 Q F0(n)A F2 2.5(][)C-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 F2144 381.6 Q F1 -(Clears the directory stack by deleting all of the entries.)180 381.6 Q -F2144 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 F2144 417.6 Q F1 -(Print the directory stack with one entry per line.)180 417.6 Q F2 -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 F2144 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-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 F22.596 -E F1 .096(nor the)2.596 F F22.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 F22.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 -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 -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 F22.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 -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 -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 -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 F2A F1 2.5(][)C F2 -(\255dnps)-2.5 E F1 2.5(][)C F2-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 -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 F22.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 F23.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 F23.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 F23.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 F22.909 E F1 .408 -(is supplied, only disabled b)2.909 F .408(uiltins are printed.)-.2 F -(If)5.408 E F22.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 F22.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-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 F22.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 F22.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 F23.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 F22.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 -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 -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 F22.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 F2A 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 F22.522 E F1 .022 -(option suppresses the command numbers when listing.)2.522 F(The)5.022 E -F22.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 F22.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 F22.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-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 F22.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 -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 -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 F23.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 F23.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 F23.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 -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 F22.512 E F1(,)A F2 -2.513 E F1 2.513(,a)C(nd)-2.513 E F22.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 F22.707 E F1 .207 -(has higher priority than)2.707 F F2144 465.6 Q F1 2.608(,a)C .108 -(nd both are higher priority than)-2.608 F F22.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 -144 542.4 Q F1(Display a short description of each)180 542.4 Q F0 -(pattern)2.5 E F2144 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 F2144 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 F32.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 F3144 120 Q F1 -(Clear the history list by deleting all the entries.)180 120 Q F3 -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 -144 180 Q F0(start)2.5 E F1A 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 F3144 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 F3144 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 F3144 276 Q F1(Read the contents of the history \ -\214le and append them to the current history list.)180 276 Q F3 -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 F3144 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 F3144 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 F32.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 F3144 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 F3144 489.6 Q F1 -(List process IDs in addition to the normal information.)180 489.6 Q F3 -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 -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 F3144 537.6 Q F1 -(Display only running jobs.)180 537.6 Q F3144 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 -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 F3A F0(sigspec)2.5 E F1(|)2.5 E F3 -2.5 E F0(signum)2.5 E F1(|)2.5 E F32.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 F3A 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 -F32.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 -F32.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 F33.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 F33.462 E F1 .962(option is equi)3.462 F -.25(va)-.25 -G .962(lent to).25 F F33.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 -F2A F0(delim)2.5 E F1 2.5(][)C F2-2.5 E F0(count)2.5 E F1 -2.5(][)C F2-2.5 E F0(origin)2.5 E F1 2.5(][)C F2-2.5 E F0 -(count)2.5 E F1 2.5(][)C F2-2.5 E F1 2.5(][)C F2-2.5 E F0 -(fd)2.5 E F1 2.5(][)C F2-2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][) -C F2-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 F2A F0(delim) -2.5 E F1 2.5(][)C F2-2.5 E F0(count)2.5 E F1 2.5(][)C F2-2.5 -E F0(origin)2.5 E F1 2.5(][)C F2-2.5 E F0(count)2.5 E F1 2.5(][)C -F2-2.5 E F1 2.5(][)C F2-2.5 E F0(fd)2.5 E F1 2.5(][)C F2 --2.5 E F0(callbac)2.5 E(k)-.2 E F1 2.5(][)C F2-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 F23.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 F2144 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 F2144 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 F2144 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 F2144 403.2 Q F1 -(Discard the \214rst)180 403.2 Q F0(count)2.5 E F1(lines read.)2.5 E F2 -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 F2144 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 F2144 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 F22.5 E F1 -(option speci\214es)2.5 E F0(quantum)2.75 E F1(.).32 E F2144 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 F22.968 E F1 .467 -(is speci\214ed without)2.967 F F22.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-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 F2144 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 F2144 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 F03.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 F2A 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 F22.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 F2A F1 2.5(][)C(+)-2.5 E F0(n)A F1 -2.5(][)C-2.5 E F0(n)A F1(])A F2(pushd)108 631.2 Q F1([)2.5 E F2 -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 F2144 -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 SF144 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 F22.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 F22.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 F23.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-2.5 E F0 -(aname)2.5 E F1 2.5(][)C F2-2.5 E F0(delim)2.5 E F1 2.5(][)C F2 --2.5 E F0(te)2.5 E(xt)-.2 E F1 2.5(][)C F2-2.5 E F0(nc)2.5 E -(har)-.15 E(s)-.1 E F1 2.5(][)C F2-2.5 E F0(nc)2.5 E(har)-.15 E(s) --.1 E F1 2.5(][)C F2-2.5 E F0(pr)2.5 E(ompt)-.45 E F1 2.5(][)C F2 --2.5 E F0(timeout)2.5 E F1 2.5(][)C F2-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 F22.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 F2144 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 F2144 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 -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 F2144 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 F2144 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 F2144 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 -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 F2180 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 SF144 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 -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 F2144 156 Q F1(Silent mode.)180 156 Q -(If input is coming from a terminal, characters are not echoed.)5 E F2 -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 F2144 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 F2144 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-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 F23.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 F23.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 F23.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 F23.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 F23.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 -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 F22.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 --2.5 E F0(option\255name)2.5 E F1 2.5(][)C F2-2.5 E F1 2.5 -(][)C F2-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-2.5 E F1 -2.5(][)C F2-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 F2144 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 F2144 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 F2144 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 F22.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 F23.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 -3.002 E F1 .502(setting, e)3.002 F -.15(ve)-.25 G 3.002(ni).15 G(f) --3.002 E F23.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 F24.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 F23.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 -144 436.8 Q F1(Disable pathname e)184 436.8 Q(xpansion.)-.15 E F2 -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 F2144 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 -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 F2144 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 F2144 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 -2.5 E F1(.)A F2(braceexpand)184 616.8 Q F1(Same as)224 628.8 Q F2 -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 F22.5 E F1(.)A F2(errtrace)184 688.8 Q F1(Same as)224 -688.8 Q F22.5 E F1(.)A F2(functrace)184 700.8 Q F1(Same as)224 -712.8 Q F22.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 F22.5 E F1 -(.)A F2(histexpand)184 96 Q F1(Same as)224 108 Q F22.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 F22.5 E F1(.)A F2(monitor)184 204 Q F1(Same as) -224 204 Q F22.5 E F1(.)A F2(noclob)184 216 Q(ber)-.1 E F1(Same as) -224 228 Q F22.5 E F1(.)A F2(noexec)184 240 Q F1(Same as)224 240 Q -F22.5 E F1(.)A F2(noglob)184 252 Q F1(Same as)224 252 Q F2 -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 F22.5 E F1(.)A F2(nounset) -184 288 Q F1(Same as)224 288 Q F22.5 E F1(.)A F2(onecmd)184 300 Q -F1(Same as)224 300 Q F22.5 E F1(.)A F2(ph)184 312 Q(ysical)-.15 E -F1(Same as)224 312 Q F22.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 F22.5 E F1(.)A F2 -.1(ve)184 432 S(rbose).1 E -F1(Same as)224 432 Q F22.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 F22.5 E F1(.)A(If)184 480 Q -F22.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 F2144 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 F22.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 -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 F2144 612 Q F1 -(Enable restricted shell mode.)184 612 Q -(This option cannot be unset once it has been set.)5 E F2144 624 Q -F1(Exit after reading and e)184 624 Q -.15(xe)-.15 G -(cuting one command.).15 E F2144 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 F2144 684 Q F1 -(Print shell input lines as the)184 684 Q 2.5(ya)-.15 G(re read.)-2.5 E -F2144 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 SF144 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 F2144 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 -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 -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 F2144 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 F2144 -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 F2144 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 F22.5 E F1(.)A F2144 -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 F23.022 E F1(and)3.022 E F23.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 F1A 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-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 F22.874 E F1 .375 -(option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25 -F F22.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 F22.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 F23.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 F2144 566.4 Q F1(Enable \(set\) each)180 -566.4 Q F0(optname)2.5 E F1(.)A F2144 578.4 Q F1 -(Disable \(unset\) each)180 578.4 Q F0(optname)2.5 E F1(.)A F2144 -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 F22.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 F2144 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 F22.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 -3.124 E F1(or)3.124 E F23.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 -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 F24.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 F2A 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 -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 F22.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 F22.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 F12.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 F12.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 F22.934 E F1(and)2.934 E -F22.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 F22.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 F22.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 F22.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 F26.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 F22.726 E F1(or)2.726 E F22.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 F23.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 F2A 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 -F2144 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 F23.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 -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 F2144 715.2 Q F1(and)3.283 E F23.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 -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 SFA F1 -(and)3.236 E F23.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 F23.569 E F1(with)3.569 E F23.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 F23.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 F22.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 F23.444 E F1(and)3.444 E F23.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 F22.925 E -F1(nor)2.925 E F22.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 F23.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 F2144 292.8 Q F1 -(All current limits are reported; no limits are set)180 292.8 Q F2 -144 304.8 Q F1(The maximum sock)180 304.8 Q(et b)-.1 E(uf)-.2 E -(fer size)-.25 E F2144 316.8 Q F1 -(The maximum size of core \214les created)180 316.8 Q F2144 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 F2144 340.8 Q F1 -(The maximum scheduling priority \()180 340.8 Q F2144 352.8 Q F1 -(The maximum size of \214les written by the shell and its children)180 -352.8 Q F2144 364.8 Q F1(The maximum number of pending signals)180 -364.8 Q F2144 376.8 Q F1 -(The maximum number of kqueues that may be allocated)180 376.8 Q F2 -144 388.8 Q F1(The maximum size that may be lock)180 388.8 Q -(ed into memory)-.1 E F2144 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 F2144 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 F2144 436.8 Q F1 -(The pipe size in 512-byte blocks \(this may not be set\))180 436.8 Q F2 -144 448.8 Q F1 -(The maximum number of bytes in POSIX message queues)180 448.8 Q F2 -144 460.8 Q F1(The maximum real-time scheduling priority)180 460.8 -Q F2144 472.8 Q F1(The maximum stack size)180 472.8 Q F2144 -484.8 Q F1(The maximum amount of cpu time in seconds)180 484.8 Q F2 -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 F2144 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 F2144 532.8 Q F1(The maximum number of \214le locks)180 -532.8 Q F2144 544.8 Q F1(The maximum number of pseudoterminals)180 -544.8 Q F2144 556.8 Q F1(The maximum time a real-time process can\ - run before blocking, in microseconds)180 556.8 Q F2144 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 -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 -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 -2.545 E F1 2.545(,w)C .045(hich is)-2.545 F .67(in seconds;)144 -609.6 R F23.17 E F1 3.17(,w)C .67(hich is in microseconds;)-3.17 F -F23.17 E F1 3.17(,w)C .67(hich is in units of 512-byte blocks;) --3.17 F F23.17 E F1(,)A F23.17 E F1(,)A F23.17 E F1(,) -A F2144 621.6 Q F1(,)A F23.736 E F1 3.736(,a)C(nd)-3.736 E -F23.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 F23.736 E F1(and)3.736 E -F23.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 F2A F1 2.5(][)C F2-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 F22.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 F23.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 F23.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-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 F23.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 -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 F22.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 -5.719 E F1 .719(has no ef)3.219 F .719(fect if the)-.25 F F2 -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-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 F23.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 F23.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 F23.89 E F1 1.39 -(option is supplied.)3.89 F 1.39(Supplying the)6.39 F F23.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 F22.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 index 85c49b4d4..000000000 --- a/doc/infopost.sh +++ /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' diff --git a/doc/rbash.0 b/doc/rbash.0 index 36a5ad11f..2eeae3665 100644 --- a/doc/rbash.0 +++ b/doc/rbash.0 @@ -32,8 +32,8 @@ RREESSTTRRIICCTTEEDD SSHHEELLLL +o Importing function definitions from the shell environment at startup. - +o Parsing the value of SSHHEELLLLOOPPTTSS from the shell environment at - startup. + +o Parsing the values of BBAASSHHOOPPTTSS and SSHHEELLLLOOPPTTSS from the shell en- + vironment at startup. +o Redirecting output using the >, >|, <>, >&, &>, and >> redirec- tion operators. diff --git a/doc/rbash.ps b/doc/rbash.ps deleted file mode 100644 index f32c8b145..000000000 --- a/doc/rbash.ps +++ /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 F33.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 F32.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 -F32.5 E F1(and)2.5 E F32.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 F32.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 diff --git a/doc/version.texi b/doc/version.texi index 2837cd27c..4417aa708 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -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 0fc6cfcac..bbf5d88b4 100644 --- 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: diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in index d709a569c..650628b9c 100644 --- a/examples/loadables/Makefile.in +++ b/examples/loadables/Makefile.in @@ -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 diff --git a/examples/loadables/cat.c b/examples/loadables/cat.c index 5ce2c9a48..3499755bd 100644 --- a/examples/loadables/cat.c +++ b/examples/loadables/cat.c @@ -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 index 000000000..2266d5658 --- /dev/null +++ b/examples/loadables/chmod.c @@ -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 . +*/ + +#include + +#include "bashtypes.h" +#include "posixstat.h" +#include +#include +#include "bashansi.h" +#if defined (HAVE_UNISTD_H) +# include +#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 index 000000000..8113de258 --- /dev/null +++ b/examples/loadables/fltexpr.c @@ -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 . +*/ + +/* + 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 +#include "bashansi.h" + +#if defined (HAVE_UNISTD_H) +# ifdef _MINIX +# include +# endif +# include +#endif + +#include +#include +#include + +#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 */ +}; diff --git a/examples/loadables/strptime.c b/examples/loadables/strptime.c index 194ca4702..1857f9ed8 100644 --- a/examples/loadables/strptime.c +++ b/examples/loadables/strptime.c @@ -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 */ }; diff --git a/examples/shellmath/shellmath.sh b/examples/shellmath/shellmath.sh index 5804ad2ae..074aa9949 100644 --- a/examples/shellmath/shellmath.sh +++ b/examples/shellmath/shellmath.sh @@ -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" } - diff --git a/execute_cmd.c b/execute_cmd.c index d4d0febdf..7387e7303 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -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 30014aa24..c1f2e33ea 100644 --- 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 /* [[[[[ */ diff --git a/externs.h b/externs.h index ee9a52a0d..47b80f6a2 100644 --- 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); diff --git a/general.h b/general.h index 0528bbf1d..c73758c28 100644 --- 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 */ diff --git a/hashlib.c b/hashlib.c index a9df3ed60..da760ba46 100644 --- 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; diff --git a/hashlib.h b/hashlib.h index 0351ae9d1..83ed99b67 100644 --- 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 *); diff --git a/include/gettext.h b/include/gettext.h index 97a1f36d6..bf7d91d1d 100644 --- a/include/gettext.h +++ b/include/gettext.h @@ -1,5 +1,5 @@ /* Convenience header for conditional use of GNU . - 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. diff --git a/include/posixtime.h b/include/posixtime.h index a731b006a..692f6ea4a 100644 --- a/include/posixtime.h +++ b/include/posixtime.h @@ -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 ad1ebefdb..9995b94f8 100644 --- 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 d93df3fc8..528c90f5b 100644 --- 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 index 31261eb02..000000000 --- a/lib/glob/ndir.h +++ /dev/null @@ -1,50 +0,0 @@ -/* -- definitions for 4.2BSD-compatible directory access. - last edit: 09-Jul-1983 D A Gwyn. */ - -#if defined (VMS) -# if !defined (FAB$C_BID) -# include -# endif -# if !defined (NAM$C_BID) -# include -# endif -# if !defined (RMS$_SUC) -# include -# 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 index eed2d21a4..000000000 --- a/lib/intl/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ -2003-05-22 GNU - - * Version 0.12.1 released. - diff --git a/lib/intl/config.charset b/lib/intl/config.charset deleted file mode 100644 index 10c443970..000000000 --- a/lib/intl/config.charset +++ /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 . -# -# 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 " - echo "# and Bruno Haible ." - 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 index 14f9cf972..000000000 --- a/lib/intl/libgnuintl.h.in +++ /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 . -*/ - -#ifndef _LIBINTL_H -#define _LIBINTL_H 1 - -#include - -/* 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, defines __LOCALE_H (or _LOCALE_H in Solaris 2.5) - then includes (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 index 51dd21e78..000000000 --- a/lib/intl/locale.alias +++ /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 . -# - -# 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 diff --git a/lib/malloc/malloc.c b/lib/malloc/malloc.c index e11e54599..13eb21858 100644 --- a/lib/malloc/malloc.c +++ b/lib/malloc/malloc.c @@ -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. diff --git a/lib/malloc/table.h b/lib/malloc/table.h index 604fefcc1..c79892d7b 100644 --- a/lib/malloc/table.h +++ b/lib/malloc/table.h @@ -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. diff --git a/lib/readline/complete.c b/lib/readline/complete.c index 473f04db5..9abdedef2 100644 --- a/lib/readline/complete.c +++ b/lib/readline/complete.c @@ -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); } diff --git a/lib/readline/display.c b/lib/readline/display.c index f0023692b..021dc3fc7 100644 --- a/lib/readline/display.c +++ b/lib/readline/display.c @@ -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 diff --git a/lib/readline/doc/history.texi b/lib/readline/doc/history.texi index 247e20813..e78773e2a 100644 --- a/lib/readline/doc/history.texi +++ b/lib/readline/doc/history.texi @@ -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 diff --git a/lib/readline/doc/hstech.texi b/lib/readline/doc/hstech.texi index c1c15b0a6..82ff77c7a 100644 --- a/lib/readline/doc/hstech.texi +++ b/lib/readline/doc/hstech.texi @@ -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 diff --git a/lib/readline/doc/hsuser.texi b/lib/readline/doc/hsuser.texi index 04b25d143..5bce1c3d2 100644 --- a/lib/readline/doc/hsuser.texi +++ b/lib/readline/doc/hsuser.texi @@ -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 diff --git a/lib/readline/doc/rlman.texi b/lib/readline/doc/rlman.texi index d016c7625..904970935 100644 --- a/lib/readline/doc/rlman.texi +++ b/lib/readline/doc/rlman.texi @@ -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 diff --git a/lib/readline/doc/rltech.texi b/lib/readline/doc/rltech.texi index dadca6a6d..c8965ef64 100644 --- a/lib/readline/doc/rltech.texi +++ b/lib/readline/doc/rltech.texi @@ -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 diff --git a/lib/readline/doc/rluser.texi b/lib/readline/doc/rluser.texi index 757661bad..704b88f2b 100644 --- a/lib/readline/doc/rluser.texi +++ b/lib/readline/doc/rluser.texi @@ -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. diff --git a/lib/readline/doc/rluserman.texi b/lib/readline/doc/rluserman.texi index 51255cacb..6265c63c5 100644 --- a/lib/readline/doc/rluserman.texi +++ b/lib/readline/doc/rluserman.texi @@ -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 diff --git a/lib/readline/doc/version.texi b/lib/readline/doc/version.texi index 5353622c3..9faa38690 100644 --- a/lib/readline/doc/version.texi +++ b/lib/readline/doc/version.texi @@ -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 diff --git a/lib/readline/histexpand.c b/lib/readline/histexpand.c index 068feccd1..fc0008e89 100644 --- a/lib/readline/histexpand.c +++ b/lib/readline/histexpand.c @@ -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. */ diff --git a/lib/readline/histfile.c b/lib/readline/histfile.c index 3499d40ce..9a259146f 100644 --- a/lib/readline/histfile.c +++ b/lib/readline/histfile.c @@ -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 diff --git a/lib/readline/posixtime.h b/lib/readline/posixtime.h index a731b006a..692f6ea4a 100644 --- a/lib/readline/posixtime.h +++ b/lib/readline/posixtime.h @@ -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 index 55c0522ef..000000000 --- a/lib/readline/readline.c.orig +++ /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 . -*/ - -#define READLINE_LIBRARY - -#if defined (HAVE_CONFIG_H) -# include -#endif - -#include -#include "posixstat.h" -#include -#if defined (HAVE_SYS_FILE_H) -# include -#endif /* HAVE_SYS_FILE_H */ - -#if defined (HAVE_UNISTD_H) -# include -#endif /* HAVE_UNISTD_H */ - -#if defined (HAVE_STDLIB_H) -# include -#else -# include "ansi_stdlib.h" -#endif /* HAVE_STDLIB_H */ - -#if defined (HAVE_LOCALE_H) -# include -#endif - -#include -#include "posixjmp.h" -#include - -#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 -#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 . 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); -} diff --git a/lib/readline/rlmbutil.h b/lib/readline/rlmbutil.h index 9eefa889c..607a262c9 100644 --- a/lib/readline/rlmbutil.h +++ b/lib/readline/rlmbutil.h @@ -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); diff --git a/lib/readline/rlprivate.h b/lib/readline/rlprivate.h index 23cf8d31d..eb0495f9b 100644 --- a/lib/readline/rlprivate.h +++ b/lib/readline/rlprivate.h @@ -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; diff --git a/lib/readline/rltty.c b/lib/readline/rltty.c index a4ad94c93..9681775ac 100644 --- a/lib/readline/rltty.c +++ b/lib/readline/rltty.c @@ -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 */ } diff --git a/lib/readline/rlwinsize.h b/lib/readline/rlwinsize.h index d198fcf87..3d1c97fce 100644 --- a/lib/readline/rlwinsize.h +++ b/lib/readline/rlwinsize.h @@ -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 */ diff --git a/lib/readline/signals.c b/lib/readline/signals.c index 1cdb76298..5a070d774 100644 --- a/lib/readline/signals.c +++ b/lib/readline/signals.c @@ -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 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; } diff --git a/lib/readline/terminal.c b/lib/readline/terminal.c index 7003d2a97..2c70553d1 100644 --- a/lib/readline/terminal.c +++ b/lib/readline/terminal.c @@ -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); diff --git a/lib/readline/util.c b/lib/readline/util.c index d03c899e5..0a5df9b40 100644 --- a/lib/readline/util.c +++ b/lib/readline/util.c @@ -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); diff --git a/lib/sh/gettimeofday.c b/lib/sh/gettimeofday.c index 1b78dcb2f..76b16573e 100644 --- a/lib/sh/gettimeofday.c +++ b/lib/sh/gettimeofday.c @@ -1,59 +1,131 @@ -/* 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 . */ - You should have received a copy of the GNU General Public License - along with Bash. If not, see . -*/ +/* 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 #if !defined (HAVE_GETTIMEOFDAY) #include "posixtime.h" -#if HAVE_STDINT_H -#include + +#if defined _WIN32 && ! defined __CYGWIN__ +# define WINDOWS_NATIVE +# include #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 + + or + 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: + . */ + FILETIME current_time; + +# if !(_WIN32_WINNT >= _WIN32_WINNT_WIN8) + if (!initialized) + initialize (); +# endif + if (GetSystemTimePreciseAsFileTimeFunc != NULL) + GetSystemTimePreciseAsFileTimeFunc (¤t_time); + else + GetSystemTimeAsFileTime (¤t_time); + + /* Convert from FILETIME to 'struct timeval'. */ + /* 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 */ diff --git a/lib/sh/oslib.c b/lib/sh/oslib.c index 6c5052d03..3cb39808e 100644 --- a/lib/sh/oslib.c +++ b/lib/sh/oslib.c @@ -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 diff --git a/lib/sh/strftime.c b/lib/sh/strftime.c index 60bee79f7..c0d873b8c 100644 --- a/lib/sh/strftime.c +++ b/lib/sh/strftime.c @@ -17,11 +17,15 @@ * 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 @@ -61,6 +67,10 @@ #include +#if defined(TM_IN_SYS_TIME) +#include +#endif + #include #include #include @@ -82,6 +92,10 @@ extern int errno; #endif +#ifdef HAVE_NL_LANGINFO +#include +#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 #endif +#include #include #include @@ -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 */ diff --git a/lib/sh/zgetline.c b/lib/sh/zgetline.c index 0bb10dfb5..79db1ce15 100644 --- a/lib/sh/zgetline.c +++ b/lib/sh/zgetline.c @@ -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. diff --git a/lib/sh/zmapfd.c b/lib/sh/zmapfd.c index f2e1ea4da..0bff51c2b 100644 --- a/lib/sh/zmapfd.c +++ b/lib/sh/zmapfd.c @@ -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; } diff --git a/lib/termcap/termcap.c b/lib/termcap/termcap.c index fba4fd2bb..2b47062eb 100644 --- a/lib/termcap/termcap.c +++ b/lib/termcap/termcap.c @@ -46,10 +46,6 @@ extern char *realloc (); #include #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 #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 #endif -#ifdef _POSIX_VERSION + #include -#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; diff --git a/lib/termcap/tparam.c b/lib/termcap/tparam.c index cd500efd8..9887dc4d7 100644 --- a/lib/termcap/tparam.c +++ b/lib/termcap/tparam.c @@ -38,16 +38,8 @@ extern char *realloc (); #include #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 #include @@ -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++; diff --git a/m4/codeset.m4 b/m4/codeset.m4 index eb7326013..9230acaf1 100644 --- a/m4/codeset.m4 +++ b/m4/codeset.m4 @@ -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 and nl_langinfo(CODESET).]) fi diff --git a/m4/d-type.m4 b/m4/d-type.m4 new file mode 100644 index 000000000..d52ac3013 --- /dev/null +++ b/m4/d-type.m4 @@ -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 +#include + ]], + [[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 96bbd0241..dd1903190 100644 --- 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': diff --git a/parser-built b/parser-built index e69de29bb..5640b722e 100644 --- a/parser-built +++ b/parser-built @@ -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 . */ + +/* 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 */ diff --git a/patchlevel.h b/patchlevel.h index 35fa324f4..407527420 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -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. diff --git a/po/hr.gmo b/po/hr.gmo index 47e091e70c8638ea104619958eee5a7820561233..744a0df1ea6e0dee473d043c5567e66cc68ca1d5 100644 GIT binary patch literal 178307 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

    ?yMa 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ŕXzX+f#q^!&N3}Jys*jJ{*>fllFr{g{bu*|mwN}h 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 diff --git a/po/hr.po b/po/hr.po index 570b4ef7c..961ed2bd0 100644 --- a/po/hr.po +++ b/po/hr.po @@ -3,144 +3,141 @@ # This file is distributed under the same license as the bash package. # # Tomislav Krznar , 2012, 2013. -# Božidar Putanec , 2018, 2019, 2020, 2021, 2022, 2023. +# Božidar Putanec , 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 \n" "Language-Team: Croatian \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 „\"“" +msgstr "%s: prvi ne bijeli znak nije „\"”" -#: bashline.c:4828 +#: bashline.c:4666 #, c-format msgid "no closing `%c' in %s" -msgstr "nema zaključnog „%c“ u %s" +msgstr "nema zaključnog „%c” 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 "„%s“: nije moguće razvezati prečac (keymap) za naredbu" +msgstr "„%s”: 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častih zagrada: nema dovoljno memorije za „%s“" +msgstr "zamjena vitičastih zagrada: nema dovoljno memorije za „%s”" -#: builtins/alias.def:131 variables.c:1789 +#: builtins/alias.def:131 variables.c:1817 #, c-format msgid "`%s': invalid alias name" -msgstr "„%s“: ime aliasa nije valjano" +msgstr "„%s”: 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 "„%s“: nevaljano ime za prečac (keymap)" +msgstr "„%s”: 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 "„%s“: nepoznato ime funkcije" +msgstr "„%s”: 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 "„%s“: nije moguće razvezati" +msgstr "„%s”: 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 „for“, „while“ ili „until“ petljama" +msgstr "ima smisla samo u „for”, „while” ili „until” 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 "„%s“: nije valjano ime" +msgstr "„%s”: 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 "„%s“: nije PID ili nije valjana oznaka posla" +msgstr "„%s”: 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 "„-f“ se ne može koristiti za definiranje funkcija" +msgstr "„-f” nije moguće 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 "„%s“: nevaljano ime varijable za referenciju imena" +msgstr "„%s”: 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 „exit“" +msgstr "nije prijavna ljuska; koristite „exit”" # 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ći za „%s“.\n" -"PokuÅ¡ajte s „help help“, „man -k %s“ ili „info %s“." +"Nema pomoći za „%s”.\n" +"PokuÅ¡ajte s „help help”, „man -k %s” ili „info %s”." -#: 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) „help“\n" +"Ove bash naredbe su interno definirane. Utipkajte (bez navodnika) „help”\n" "da vidite popis tih naredbi.\n" -"Utipkajte „help ime“ za viÅ¡e uputa o naredbi „ime“.\n" -"Koristite „info bash“ za detaljnije informacije i upute o ljusci.\n" -"Koristite „man -k ...“ ili „info ...“ za viÅ¡e podataka o ostalim naredbama.\n" +"Utipkajte „help ime” za viÅ¡e uputa o naredbi „ime”.\n" +"Koristite „info bash” za detaljnije informacije i upute o ljusci.\n" +"Koristite „man -k ...” ili „info ...” 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 „-x“ nije dopuÅ¡tena nijedna druga opcija" +msgstr "uz „-x” 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 "„%s“: nedostaje znak u specifikaciji formata" +msgstr "„%s”: 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 "„%c“: nevaljan znak u specifikaciji formata" +msgstr "„%c”: 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 "" msgstr "" -#: 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ću naredbe „pushd“, a s naredbom „popd“ se uklanjaju.\n" +" na popis pomoću naredbe „pushd”, a s naredbom „popd” 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 „-p“, ali s prefiksom koji pokazuje\n" +" -v kao „-p”, 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 „dirs“ pokrene bez opcija.\n" +" lijeve strane popisa kad se „dirs” pokrene bez opcija.\n" " -N Pokaže N-ti direktorij iz stȏga, brojeći od nule s\n" -" desne strane popisa kad se „dirs“ pokrene bez opcija." +" desne strane popisa kad se „dirs” 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 „dirs“ prikaže trenutni sadržaj stȏga direktorija." +" Naredba „dirs” 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 „dirs“. Na primjer: „popd +0“\n" -" ukloni prvi, a „popd +1“ ukloni drugi direktorij.\n" +" strane popisa pokazanog s „dirs”. Na primjer: „popd +0”\n" +" ukloni prvi, a „popd +1” ukloni drugi direktorij.\n" " +N Ukloni da N-ti direktorij iz stȏga brojeći od nule s desne\n" -" strane popisa pokazanog s „dirs“. Na primjer.: „popd -0“\n" -" ukloni zadnji, a „popd -1“ ukloni predzadnji direktorij.\n" +" strane popisa pokazanog s „dirs”. Na primjer.: „popd -0”\n" +" ukloni zadnji, a „popd -1” ukloni predzadnji direktorij.\n" "\n" -" Naredba „dirs“ prikaže trenutni sadržaj stȏga direktorija." +" Naredba „dirs” 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 „%s“\n" +msgstr "%s je alias za „%s”\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 "„%c“: loÅ¡a naredba" +msgstr "„%c”: 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 "„%c“: nevaljan operator u simboličnom načinu" +msgstr "„%c”: nevaljan operator u simboličnom načinu" -#: builtins/umask.def:341 +#: builtins/umask.def:287 #, c-format msgid "`%c': invalid symbolic mode character" -msgstr "„%c“: nevaljan znak u simboličnom načinu" +msgstr "„%c”: 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: „%c“: nevaljan znak za format" +msgstr "TIMEFORMAT: „%c”: 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čenje : znak „/“ nije dopuÅ¡ten u imenima naredba" +msgstr "%s: ograničenje : znak „/” 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 „:“ je nužan u uvjetnom izrazu" +msgstr "znak „:” 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 „%s“)" +msgstr "%s%s%s: %s (simbol greÅ¡ke je „%s”)" -#: 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čka greÅ¡ka: neočekivan „;“ znak" +msgstr "sintaktička greÅ¡ka: neočekivan „;” znak" -#: make_cmd.c:289 +#: make_cmd.c:317 #, c-format msgid "syntax error: `((%s))'" -msgstr "sintaktička greÅ¡ka: „((%s))“" +msgstr "sintaktička greÅ¡ka: „((%s))”" -#: 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čekivan kraj-datoteke (EOF) pri traženju odgovarajućeg „%c“" +msgstr "neočekivan kraj-datoteke (EOF) pri traženju odgovarajućeg „%c”" -#: parse.y:5006 +#: parse.y:4452 msgid "unexpected EOF while looking for `]]'" -msgstr "neočekivan kraj datoteke (EOF) pri traženju „]]“" +msgstr "neočekivan kraj datoteke (EOF) pri traženju „]]”" -#: parse.y:5011 +#: parse.y:4457 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" -msgstr "sintaktička greÅ¡ka u uvjetnom izrazu: neočekivan simbol „%s“" +msgstr "sintaktička greÅ¡ka u uvjetnom izrazu: neočekivan simbol „%s”" -#: 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čekivan simbol „%s“; očekivana je „)“" +msgstr "neočekivan simbol „%s”; očekivana je „)”" -#: parse.y:5097 +#: parse.y:4543 msgid "expected `)'" -msgstr "očekivana je „)“" +msgstr "očekivana je „)”" -#: parse.y:5127 +#: parse.y:4571 #, c-format msgid "unexpected argument `%s' to conditional unary operator" -msgstr "neočekivan argument „%s“ za uvjetni unarni operator" +msgstr "neočekivan argument „%s” 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čekivani simbol „%s“; očekivan je uvjetni binarni operator" +msgstr "neočekivani simbol „%s”; 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čekivan argument „%s“ uvjetnom binarnom operatoru" +msgstr "neočekivan argument „%s” 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čekivan simbol „%c“ u uvjetnoj naredbi" +msgstr "neočekivan simbol „%c” u uvjetnoj naredbi" -#: parse.y:5229 +#: parse.y:4665 #, c-format msgid "unexpected token `%s' in conditional command" -msgstr "neočekivan simbol „%s“ u uvjetnoj naredbi" +msgstr "neočekivan simbol „%s” 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čka greÅ¡ka blizu neočekivanog simbola „%s“" +msgstr "sintaktička greÅ¡ka blizu neočekivanog simbola „%s”" -#: parse.y:6842 +#: parse.y:6137 #, c-format msgid "syntax error near `%s'" -msgstr "sintaktička greÅ¡ka blizu „%s“" +msgstr "sintaktička greÅ¡ka blizu „%s”" -#: 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čekivani kraj datoteke pri traženju odgovarajuće „)“" +msgstr "neočekivani kraj datoteke pri traženju odgovarajuće „)”" -#: 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 „%s“ nije pronađena" +msgstr "completion(): funkcija „%s” 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 „%d“" +msgstr "print_command(): loÅ¡ konektor „%d”" -#: 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(): „%c“: nevaljan znak za format" +msgstr "cprintf(): „%c”: 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 „bashbug“ za prijavljivanje greÅ¡aka.\n" +msgstr "Koristite naredbu „bashbug” za prijavljivanje greÅ¡aka.\n" -#: shell.c:2092 +#: shell.c:2098 #, c-format msgid "bash home page: \n" msgstr "Početna mrežna bash stranica: \n" -#: shell.c:2093 +#: shell.c:2099 #, c-format msgid "General help using GNU software: \n" msgstr "" "Općenita pomoć za koriÅ¡tenje GNU softvera: \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čnog „%s“ u %s" +msgstr "loÅ¡a supstitucija: nema zaključnog „%s” 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 "„%s“: nevaljano ime varijable" +msgstr "„%s”: 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čekivana je „)“" +msgstr "očekivana je „)”" -#: test.c:294 +#: test.c:267 #, c-format msgid "`)' expected, found %s" -msgstr "očekivana je „)“, a nađen je %s" +msgstr "očekivana je „)”, 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čka greÅ¡ka: neočekivan „%s“" +msgstr "sintaktička greÅ¡ka: neočekivan „%s”" -#: 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 „%s“" +msgstr "greÅ¡ka pri uvozu definicije funkcije za „%s”" -#: 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 „=“ u izvoznom stringu za %s" +msgstr "*** nema „=” 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 „shell_variables“ nije funkcijski kontekst" +msgstr "pop_var_context(): glava „shell_variables” nije funkcijski kontekst" -#: variables.c:5342 +#: variables.c:5330 msgid "pop_var_context: no global_variables context" -msgstr "pop_var_context(): nije „global_variables“ kontekst" +msgstr "pop_var_context(): nije „global_variables” 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 \n" +#: version.c:47 version2.c:47 +msgid "License GPLv3+: GNU GPL version 3 or later \n" msgstr "" "Licencija:\n" "GPLv3+: GNU GPL inačica 3 ili novija \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), „alias“ ispiÅ¡e popis aliasa na\n" +" Bez argumenata (ili s opcijom -p), „alias” 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 „-a“ izbriÅ¡e sve definirane aliase.\n" +" S opcijom „-a” 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 „Readline“ prečace (key binding) i varijable.\n" +"Prikaže i postavlja „Readline” 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čace (sekvencije tipki) vezane s „-x“ i\n" +" -X ispiÅ¡e prečace (sekvencije tipki) vezane s „-x” 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đe, a omogućena je opcija „cdable_vars“,\n" +" Ako se direktorij ne pronađe, a omogućena je opcija „cdable_vars”,\n" " tada se dana riječ uzme kao ime varijable; ako ta varijabla sadrži\n" -" naziv, „cd“ prijeđe u direktorij s tim nazivom.\n" +" naziv, „cd” 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" -" „cd“ zavrÅ¡i s kȏdom različitim od 0.\n" +" „cd” 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, „pwd“ se ponaÅ¡a kao da je navedena opcija „-L“\n" +" Bez opcija, „pwd” se ponaÅ¡a kao da je navedena opcija „-L”\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čini da navedena IMENA dobiju „integer“ svojstva\n" +" -i učini da navedena IMENA dobiju „integer” 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čini da navedena IMENA dobiju „trace“ svojstva\n" +" -t učini da navedena IMENA dobiju „trace” svojstva\n" " -u pretvori slova navedenih IMENA u velika slova prilikom upotrebe\n" " -x označi navedena IMENA za ekport\n" "\n" -" „+“ umjesto „-“ isključi dani atribut.\n" +" „+” umjesto „-” isključi dani atribut.\n" "\n" -" Varijable s „integer“ atributom obavljaju aritmetičke operacije tijekom\n" -" izvođenja i upotrebe (pogledajte „let“ naredbu).\n" +" Varijable s „integer” atributom obavljaju aritmetičke operacije tijekom\n" +" izvođenja i upotrebe (pogledajte „let” naredbu).\n" "\n" -" Unutar funkcije „declare“ učini navedena IMENA lokalnima, slično kao\n" -" naredba „local“. Opcija „-g“ spriječi takvo ponaÅ¡anje.\n" +" Unutar funkcije „declare” učini navedena IMENA lokalnima, slično kao\n" +" naredba „local”. Opcija „-g” 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" -" „echo“ interpretira ove kontrolne kȏdove:\n" +" „echo” 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đenu naredbu učitanu s „-f“\n" +" -d ukloni ugrađenu naredbu učitanu s „-f”\n" "\n" " Bez opcija, omogućena su sva navedena IMENA. Bez imena pokazane su\n" -" omogućene naredbe (ili s „-n“ onemogućene).\n" +" omogućene naredbe (ili s „-n” onemogućene).\n" "\n" -" Primjer: da koristite binarnu datoteku „test“ koja se nalazi na stazi\n" +" Primjer: da koristite binarnu datoteku „test” koja se nalazi na stazi\n" " pretraživanja PATH, umjesto ugrađene (test) naredbe, utipkajte\n" -" (bez navodnika) „enable -n test“.\n" +" (bez navodnika) „enable -n test”.\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 („-“) kao nulti argument NAREDBE\n" +" -l proslijedi crticu („-”) 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 „execfail“.\n" +" osim ako je aktivna opcija ljuske „execfail”.\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čno „vi“\n" +" zatim EDITOR ili konačno „vi”\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 „&“\n" +" Premjesti specificirane poslove u pozadinu, kao da su pokrenuti s „&”\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 „*“. S argumentom N\n" +" modificiranih stavki stoji prefiks „*”. 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 „povijesnoj“ datoteci\n" +" -a doda trenutnu povijest „povijesnoj” 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" -" „kill“ je ugrađena ljuskina naredba iz dva razloga: dopuÅ¡ta koriÅ¡tenje\n" +" „kill” 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), „let“ zavrÅ¡i s kȏdom 1;\n" +" Ako je vrednovanje zadnjeg ARGUMENTA nula (0), „let” 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 „-u“." +" naveden nevaljani deskriptor datoteke kao argument opciji „-u”." -#: 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čanje iz funkcije ljuske.\n" +"Vraćanje 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 „trap“ naslijede funkcije ljuske i potomci\n" +" -T DEBUG i RETURN „trap” 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đivanje redaka koristi sučelje u „emacs“ stilu\n" +" emacs za uređivanje redaka koristi sučelje u „emacs” stilu\n" " errexit == -e\n" " errtrace == -E\n" " functrace == -T\n" " hashall == -h\n" " histexpand == -H\n" -" history omogući naredbu „history“\n" +" history omogući naredbu „history”\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đivanje redaka koristi sučelje u „vi“ stilu\n" +" vi za uređivanje redaka koristi sučelje u „vi” 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, „unset“ prvo pokuÅ¡a ukloniti varijablu, a ako to\n" +" Bez opcija, „unset” 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" -" „samo-za-čitanje“. (bez navodnika)" +" „samo-za-čitanje”. (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 „--“ spriječi daljnje procesiranje opcija.\n" +" Argument „--” 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 „-f“ (je li ili nije dana).\n" +" ovisno o opciji „-f” (je li ili nije dana).\n" "\n" -" Argument „--“ onemogući daljnje obrađivanje opcija.\n" +" Argument „--” 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 „test“ ovisi o broju argumenata. Potražite u „bash“\n" +" PonaÅ¡anje od „test” ovisi o broju argumenata. Potražite u „bash”\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đenu funkciju „test“, ali zadnji argument\n" -" mora biti zagrada „]“ kao par zagradi „[“ na početku." +" To je sinonim za ugrađenu funkciju „test”, ali zadnji argument\n" +" mora biti zagrada „]” kao par zagradi „[” 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 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 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" -" „ugrađeni source“ zavrÅ¡i izvrÅ¡avanje. SIGNAL_SPEC ERR znači da se\n" +" „ugrađeni source” 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 „-e“ omogućena.\n" +" zavrÅ¡i (exit) kad je opcija „-e” omogućena.\n" "\n" -" Bez argumenta, „trap“ izlista popis koji prikaže asocijaciju\n" +" Bez argumenta, „trap” 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 ili broj signala.\n" -" Signal se može poslati ljusci s „kill -signal $$“.\n" +" Signal se može poslati ljusci s „kill -signal $$”.\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 „-p“ prikaže i aliase, ugrađene naredbe ljuske,\n" +" dana opcija „-p” 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: „alias“, „builtin“, „file“,\n" -" „function“ ili „keyword“, ovisno o tome je li riječ o aliasu,\n" +" -t ispiÅ¡e samo vrstu navedenih IMENA: „alias”, „builtin”, „file”,\n" +" „function” ili „keyword”, 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 „mekano“ (soft) ograničenje resursa\n" -" -H rabi „tvrdo“ (hard) ograničenje resursa\n" +" -S rabi „mekano” (soft) ograničenje resursa\n" +" -H rabi „tvrdo” (hard) ograničenje resursa\n" " -a popis svih trenutnih ograničenja\n" " -b maks. veličina međuspremnika utičnice\n" -" -c maks. veličina „core“ datoteka (u kB)\n" +" -c maks. veličina „core” datoteka (u kB)\n" " -d maks. veličina segmenta s procesnim podacima (in kB)\n" -" -e maks. prednost raspoređivanja („nice“ vrijednost)\n" +" -e maks. prednost raspoređivanja („nice” 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 „kqueues“ za taj proces\n" +" -k maks. broj rezerviranih/dodijeljenih „kqueues” 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" -" „soft“, „hard“, i „unlimited“ su trenutni soft limit, trenutni hard\n" +" „soft”, „hard”, i „unlimited” su trenutni soft limit, trenutni hard\n" " limit i unlimited. Ako nijedna opcija nije specificirana, podrazumijeva\n" -" se da je aktivna „-f“ opcija.\n" +" se da je aktivna „-f” opcija.\n" "\n" -" Vrijednosti su viÅ¡ekratnik od 1024 bajta, osim za „-t“ koji je\n" -" u sekundama, „-p“ koji je viÅ¡ekratnik od 512 bajta i „-u“ je apsolutni\n" +" Vrijednosti su viÅ¡ekratnik od 1024 bajta, osim za „-t” koji je\n" +" u sekundama, „-p” koji je viÅ¡ekratnik od 512 bajta i „-u” 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 „-n“, čeka na svrÅ¡etak jednog posla iz popisa ID-ova\n" +" Ako je dana opcija „-n”, č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 „-f“ i upravljanje poslovima je omogućeno, čeka dok\n" +" Ako je dana opcija „-f” 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 „for“ izvrÅ¡i sekvenciju naredbi za svakog člana u popisu stavki.\n" +" Petlja „for” izvrÅ¡i sekvenciju naredbi za svakog člana u popisu stavki.\n" " Ako nema operanda „in RIJEČIMA...; podrazumijeva se operand\n" -" „in \"$@\"“. Svakom elementu u RIJEČIMA, IME se postavi na taj element\n" +" „in \"$@\"”. 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čka „for“ petlja.\n" +"Aritmetička „for” 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ČI, „select“ generira i prikaže izbornik na standardnom\n" -" izlazu za greÅ¡ke s brojem ispred svake riječi. Ako operand „u RIJEČIMA“\n" -" nije naveden, podrazumijeva se operand „in \"$@\"“.\n" +" ProÅ¡irenjem RIJEČI, „select” generira i prikaže izbornik na standardnom\n" +" izlazu za greÅ¡ke s brojem ispred svake riječi. Ako operand „u RIJEČIMA”\n" +" nije naveden, podrazumijeva se operand „in \"$@\"”.\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 „-p“ zanemari TIMEFORMAT i ispiÅ¡e izlaz u prenosivom POSIX\n" +" Izlazni format se može prilagoditi s varijablom okruženja TIMEFORMAT.\n" +" Opcija „-p” 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 „|“ rabi se za razdvajanje viÅ¡e uzoraka.\n" +" Znak „|” 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 „if“; ako to zavrÅ¡i s kȏdom 0, izvrÅ¡i naredbe\n" -" iza prvog „then“; inače, izvrÅ¡i naredbe iza sljedećeg „elif“\n" -" (ako postoji) ili „else“ (ako postoji). Ako „elif“ zavrÅ¡i s kȏdom\n" -" nula, izvrÅ¡i naredbe iza odgovarajućeg „then“. Ako nema viÅ¡e „elif“,\n" -" ili „else“ ili nakon izvrÅ¡enih naredbi iza „then“, „if“ naredba zavrÅ¡i.\n" +" IzvrÅ¡i naredbe iza „if”; ako to zavrÅ¡i s kȏdom 0, izvrÅ¡i naredbe\n" +" iza prvog „then”; inače, izvrÅ¡i naredbe iza sljedećeg „elif”\n" +" (ako postoji) ili „else” (ako postoji). Ako „elif” zavrÅ¡i s kȏdom\n" +" nula, izvrÅ¡i naredbe iza odgovarajućeg „then”. Ako nema viÅ¡e „elif”,\n" +" ili „else” ili nakon izvrÅ¡enih naredbi iza „then”, „if” naredba zavrÅ¡i.\n" "\n" -" „if“ zavrÅ¡i s kȏdom zadnje izvrÅ¡ene naredbe." +" „if” 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 „fg“. SPECIFIKACIJU_POSLA može specificirati\n" -" ili ime posla ili broj posla. Ako „&“ slijedi iza SPECIFIKACIJE_POSLA\n" -" onda posao prelazi u pozadinu. To je ekvivalentno naredbi „bg“\n" +" To je ekvivalentno naredbi „fg”. SPECIFIKACIJU_POSLA može specificirati\n" +" ili ime posla ili broj posla. Ako „&” slijedi iza SPECIFIKACIJE_POSLA\n" +" onda posao prelazi u pozadinu. To je ekvivalentno naredbi „bg”\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đena naredba (builtin) „test“,\n" +" osnovne komponente koje koristi ugrađena naredba (builtin) „test”,\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 „==“ ili „!=“, onda se string desno od operatora\n" +" Ako se rabe operatori „==” ili „!=”, 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 „&&“ i „|| ne vrednuju IZRAZ2 ako je IZRAZ1 dovoljan za\n" +" Operatori „&&” 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čica ovog „bash“ programa\n" +" BASH_VERSION inačica ovog „bash” programa\n" " CDPATH popis direktorija u kojima se traži direktorij\n" -" kad argument od „cd“ (direktorij) nije u\n" +" kad argument od „cd” (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čunala na kojem se izvrÅ¡ava „bash“\n" -" HOSTTYPE tip CPU-a na kojem se izvrÅ¡ava „bash“\n" +" HOSTNAME ime računala na kojem se izvrÅ¡ava „bash”\n" +" HOSTTYPE tip CPU-a na kojem se izvrÅ¡ava „bash”\n" " IGNOREEOF broj zanemarenih Ctrl-D (EOF) prije zatvaranja ljuske\n" -" MACHTYPE vrsta računala na kojem se izvrÅ¡ava „bash“\n" -" MAILCHECK kako često (u sekundama) „bash“ gleda ima li nove poÅ¡te\n" -" MAILPATH popis datoteka koje „bash“ provjeri za novu poÅ¡tu\n" -" OSTYPE distribucija Unix-a no kojem se izvrÅ¡ava ovaj „bash“\n" +" MACHTYPE vrsta računala na kojem se izvrÅ¡ava „bash”\n" +" MAILCHECK kako često (u sekundama) „bash” gleda ima li nove poÅ¡te\n" +" MAILPATH popis datoteka koje „bash” provjeri za novu poÅ¡tu\n" +" OSTYPE distribucija Unix-a no kojem se izvrÅ¡ava ovaj „bash”\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, „>“)\n" +" PS2 string koji opisuje sekundarni prompt (zadano, „>”)\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 „substring“ znači da naredbena riječ mora\n" +" vrijednost „substring” 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“, obično „!“; drugi znak je „znak brze\n" -" supstitucije“, obično „^“; treći znak je „komentar\n" -" povijesti“, obično „#“.\n" +" povijesti”, obično „!”; drugi znak je „znak brze\n" +" supstitucije”, obično „^”; treći znak je „komentar\n" +" povijesti”, obično „#”.\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 „dirs“ prikaže trenutni sadržaj stȏga direktorija.\n" +" Naredba „dirs” 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 „dirs“. Na primjer: „popd +0“\n" -" ukloni prvi, a „popd +1“ ukloni drugi direktorij.\n" +" strane popisa pokazanog s „dirs”. Na primjer: „popd +0”\n" +" ukloni prvi, a „popd +1” ukloni drugi direktorij.\n" " +N Ukloni da N-ti direktorij iz stȏga brojeći od nule s desne\n" -" strane popisa pokazanog s „dirs“. Na primjer.: „popd -0“\n" -" ukloni zadnji, a „popd -1“ ukloni predzadnji direktorij.\n" +" strane popisa pokazanog s „dirs”. Na primjer.: „popd -0”\n" +" ukloni zadnji, a „popd -1” ukloni predzadnji direktorij.\n" "\n" -" Naredba „dirs“ prikaže trenutni sadržaj stȏga direktorija.\n" +" Naredba „dirs” 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ću naredbe „pushd“, a s naredbom „popd“ se uklanjaju.\n" +" na popis pomoću naredbe „pushd”, a s naredbom „popd” 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 „-p“, ali s prefiksom koji pokazuje\n" +" -v kao „-p”, 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 „dirs“ pokrene bez opcija.\n" +" lijeve strane popisa kad se „dirs” pokrene bez opcija.\n" " -N Pokaže N-ti direktorij iz stȏga, brojeći od nule s\n" -" desne strane popisa kad se „dirs“ pokrene bez opcija.\n" +" desne strane popisa kad se „dirs” 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, „shopt“ izlista sve opcije ljuske pokazujući je ili nije\n" +" argumenta, „shopt” 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 „set -o“\n" +" za upotrebu sa „set -o”\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 „Readline“ treba kompletirati argumente.\n" +"Specificira kako „Readline” 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 „zadano“ ponaÅ¡anje specifikacija i akcija\n" -" -E primjeni zadano ponaÅ¡anje specifikacija i akcija i na „prazne“\n" +" primjeni „zadano” ponaÅ¡anje specifikacija i akcija\n" +" -E primjeni zadano ponaÅ¡anje specifikacija i akcija i na „prazne”\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" -" „compgen“ je namijenjen za upotrebu unutar funkcije koja generira\n" +" „compgen” 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 „prazne“ naredbe\n" +" -E promijeni opcije za kompletiranje „prazne” naredbe\n" " -I promijeni opcije za kompletiranje na početnu riječ\n" "\n" -" „+“ umjesto „-“ isključi odgovarajuću opciju.\n" +" „+” umjesto „-” isključi odgovarajuću opciju.\n" "\n" " Svako IME ukazuje na naredbu za koju specifikacija kompletiranja mora\n" -" već prije biti definirana pomoću ugrađene naredbe „complete“. Ako nije\n" +" već prije biti definirana pomoću ugrađene naredbe „complete”. Ako nije\n" " dano nijedno IME, funkcija koja trenutno generira kompletiranja mora\n" -" pozvati „compopt“; time se onda promjene opcije za taj generator koji\n" +" pozvati „compopt”; 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 „-C“ navedena bez opcije „-c“, TOLIKO je 5000 (zadano).\n" +" Ako je opcija „-C” navedena bez opcije „-c”, 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ČETAK, „mapfile“ počisti POLJE\n" +" Ako nije dan eksplicitni POČETAK, „mapfile” 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 \n" -#~ msgstr "" -#~ "Licenca GPLv2+: GNU GPL inačica 2 ili novija \n" +#~ msgid "License GPLv2+: GNU GPL version 2 or later \n" +#~ msgstr "Licenc GPLv2+: GNU GPL inačica 2 ili novija \n" #~ msgid ":" #~ msgstr ":" diff --git a/po/pt.gmo b/po/pt.gmo index bcd517e1a5787354673858c770eed7021f2afe15..dc1b149c6056861eca68944bd9c06bc41bdd67ea 100644 GIT binary patch literal 180041 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 delta 12013 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, 2018, 2019, 2020. +# Pedro Albuquerque , 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 \n" "Language-Team: Portuguese \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 "" msgstr "" -#: 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: \n" msgstr "Página inicial do bash: \n" -#: shell.c:2093 +#: shell.c:2099 #, c-format msgid "General help using GNU software: \n" msgstr "Ajuda geral para usar programas GNU: \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 \n" -msgstr "" -"Licença GPLv3+: GNU GPL versão 3 ou posterior \n" +#: version.c:47 version2.c:47 +msgid "License GPLv3+: GNU GPL version 3 or later \n" +msgstr "Licença GPLv3+: GNU GPL versão 3 ou posterior \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 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 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 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 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" diff --git a/print_cmd.c b/print_cmd.c index e70213385..e8abd97b0 100644 --- a/print_cmd.c +++ b/print_cmd.c @@ -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 6e950f846..343536b7b 100644 --- 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 59275c90b..e59029cc4 100644 --- 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 (¤t_user.uid, ¤t_user.euid, ¤t_user.saveuid); #else current_user.uid = getuid (); - current_user.euid = geteuid (); + current_user.euid = current_user.saveuid = geteuid (); #endif #if HAVE_SETRESGID (void) getresgid (¤t_user.gid, ¤t_user.egid, ¤t_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 54746815e..6de132597 100644 --- 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 96222b667..284d8e0e6 100644 --- 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 index ac93b6107..000000000 --- a/support/bashbug.sh +++ /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 . - -# -# 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" <> $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 index ea6cc14ff..000000000 --- a/support/checkbashisms +++ /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 . -# - -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 , -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 () { - 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/(? q<'function' is useless>, - '(?:^|\s+)select\s+\w+' => q<'select' is not POSIX>, - '(?:^|\s+)source\s+(?:\.\/|\/|\$)[^\s]+' => - q, - '(\[|test|-o|-a)\s*[^\s]+\s+==\s' => - q, - '\s\|\&' => q, - '\$\[\w+\]' => q, - '\$\{\w+\:\d+(?::\d+)?\}' => q<${foo:3[:1]}>, - '\$\{!\w+[@*]\}' => q<${!prefix[*|@]>, - '\$\{!\w+\}' => q<${!name}>, - '\$\{\w+(/.+?){1,2}\}' => q<${parm/?/pat[/str]}>, - '[^\\\]\{([^\s]+?,)+[^\\\}\s]+\}' => - q, - '(?:^|\s+)\w+\[\d+\]=' => q, - '\$\{\#?\w+\[[0-9\*\@]+\]\}' => q, - '(?:^|\s+)(read\s*(?:;|$))' => q, - '\$\(\([A-Za-z]' => q, - 'echo\s+-[e]' => q, - 'exec\s+-[acl]' => q, - '\blet\s' => q, - '\$RANDOM\b' => q<$RANDOM>, - '(? q<'((' should be '$(('>, - ); - - if ($opt_echo) { - $bashisms{'echo\s+-[n]'} = 'q'; - } - - 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 index 4d82e009a..000000000 --- a/support/xenix-link.sh +++ /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 . -# - -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 diff --git a/tests/arith.right b/tests/arith.right index e17a127a0..1e52e6b66 100644 --- a/tests/arith.right +++ b/tests/arith.right @@ -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") diff --git a/tests/arith.tests b/tests/arith.tests index fec2afd02..4e36b005c 100644 --- a/tests/arith.tests +++ b/tests/arith.tests @@ -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 index 000000000..291a7d272 --- /dev/null +++ b/tests/arith10.sub @@ -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 . +# + +# 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 $? diff --git a/tests/array.right b/tests/array.right index 6b7b21c2f..d9f50b5e3 100644 --- a/tests/array.right +++ b/tests/array.right @@ -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 diff --git a/tests/braces.right b/tests/braces.right index 7bcbc3880..4a0c349dd 100644 --- a/tests/braces.right +++ b/tests/braces.right @@ -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} diff --git a/tests/braces.tests b/tests/braces.tests index e1920f29a..848d1fa7a 100644 --- a/tests/braces.tests +++ b/tests/braces.tests @@ -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} diff --git a/tests/builtins.right b/tests/builtins.right index 1c582827b..d708c188f 100644 --- a/tests/builtins.right +++ b/tests/builtins.right @@ -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'. diff --git a/tests/comsub2.right b/tests/comsub2.right index 1f9a3e2a3..e94270123 100644 --- a/tests/comsub2.right +++ b/tests/comsub2.right @@ -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 index 724957dde..000000000 --- a/tests/cond-regexp.sub +++ /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 diff --git a/tests/cond-regexp2.sub b/tests/cond-regexp2.sub index 0a0ade518..e4605a9f3 100644 --- a/tests/cond-regexp2.sub +++ b/tests/cond-regexp2.sub @@ -11,25 +11,45 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +: ${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 diff --git a/tests/cond.right b/tests/cond.right index da3a2bb26..a658b6b3c 100644 --- a/tests/cond.right +++ b/tests/cond.right @@ -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 diff --git a/tests/exec.right b/tests/exec.right index 0e908d942..0116f202f 100644 --- a/tests/exec.right +++ b/tests/exec.right @@ -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 index 000000000..55b050735 --- /dev/null +++ b/tests/exec17.sub @@ -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 . +# + +# 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 diff --git a/tests/execscript b/tests/execscript index 6dad13c98..aad37be4f 100644 --- a/tests/execscript +++ b/tests/execscript @@ -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 diff --git a/tests/extglob.right b/tests/extglob.right index dca15ed53..e01a60fb4 100644 --- a/tests/extglob.right +++ b/tests/extglob.right @@ -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 index 9bbdb971c..000000000 --- a/tests/precedence +++ /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 diff --git a/tests/printf.right b/tests/printf.right index 46d94edd9..1816837a5 100644 --- a/tests/printf.right +++ b/tests/printf.right @@ -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 diff --git a/tests/printf.tests b/tests/printf.tests index 8127406ab..b8c2196b4 100644 --- a/tests/printf.tests +++ b/tests/printf.tests @@ -14,6 +14,24 @@ 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' + diff --git a/tests/printf7.sub b/tests/printf7.sub index 8ca55171a..888e9d905 100644 --- a/tests/printf7.sub +++ b/tests/printf7.sub @@ -12,54 +12,72 @@ # along with this program. If not, see . # +: ${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 diff --git a/tests/run-all b/tests/run-all index 19e3229ba..f9dfa604a 100644 --- a/tests/run-all +++ b/tests/run-all @@ -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 diff --git a/tests/run-minimal b/tests/run-minimal index ece8cffe9..5825984ad 100644 --- a/tests/run-minimal +++ b/tests/run-minimal @@ -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 diff --git a/tests/shopt.right b/tests/shopt.right index 80a42814f..2d47b5756 100644 --- a/tests/shopt.right +++ b/tests/shopt.right @@ -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 diff --git a/tests/varenv.right b/tests/varenv.right index 1566626a5..4ed1e04a5 100644 --- a/tests/varenv.right +++ b/tests/varenv.right @@ -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 index a0d316903..000000000 --- a/tests/varenv.sh +++ /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 33fa04d06..1b3365f40 100644 --- 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 diff --git a/variables.c b/variables.c index 3639487f9..37624e464 100644 --- a/variables.c +++ b/variables.c @@ -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 */ diff --git a/variables.h b/variables.h index 8b33ea6f2..201db365c 100644 --- a/variables.h +++ b/variables.h @@ -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 *); diff --git a/version.c b/version.c index 6e5850124..762d77a35 100644 --- 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 \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 9bb33294d..65d46de9b 100644 --- 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': -- 2.47.2