From a0c0a00fc419b7bc08202a79134fcd5bc0427071 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Thu, 15 Sep 2016 16:59:08 -0400 Subject: [PATCH] Bash-4.4 distribution sources and documentation --- CHANGES | 1035 +- COMPAT | 42 +- CWRU/changelog | 5831 +++++ INSTALL | 446 +- MANIFEST | 85 + Makefile.in | 107 +- NEWS | 224 + NOTES | 4 +- POSIX | 230 +- RBASH | 46 +- README | 6 +- aclocal.m4 | 8 +- alias.c | 8 +- array.c | 12 +- arrayfunc.c | 127 +- arrayfunc.h | 13 +- assoc.c | 19 +- bashhist.c | 83 +- bashjmp.h | 4 +- bashline.c | 160 +- braces.c | 58 +- builtins.h | 1 + builtins/Makefile.in | 90 +- builtins/alias.def | 10 +- builtins/bashgetopt.c | 6 + builtins/bashgetopt.h | 3 + builtins/bind.def | 16 +- builtins/break.def | 4 + builtins/caller.def | 2 + builtins/cd.def | 40 +- builtins/command.def | 80 +- builtins/common.c | 38 +- builtins/common.h | 32 +- builtins/complete.def | 20 +- builtins/declare.def | 311 +- builtins/echo.def | 10 +- builtins/enable.def | 84 +- builtins/eval.def | 2 +- builtins/evalfile.c | 78 +- builtins/evalstring.c | 87 +- builtins/exec.def | 18 +- builtins/exit.def | 4 + builtins/fc.def | 21 +- builtins/fg_bg.def | 4 + builtins/getopt.c | 46 + builtins/getopt.h | 17 + builtins/getopts.def | 28 +- builtins/hash.def | 23 +- builtins/help.def | 73 +- builtins/history.def | 27 +- builtins/jobs.def | 10 +- builtins/kill.def | 8 +- builtins/let.def | 2 + builtins/mapfile.def | 54 +- builtins/mkbuiltins.c | 57 +- builtins/printf.def | 31 +- builtins/pushd.def | 43 +- builtins/read.def | 51 +- builtins/reserved.def | 2 +- builtins/return.def | 10 +- builtins/set.def | 126 +- builtins/setattr.def | 103 +- builtins/shift.def | 5 + builtins/shopt.def | 99 +- builtins/source.def | 12 +- builtins/suspend.def | 3 +- builtins/test.def | 7 +- builtins/trap.def | 5 +- builtins/type.def | 48 +- builtins/ulimit.def | 21 +- builtins/umask.def | 7 +- builtins/wait.def | 14 +- command.h | 13 +- config-bot.h | 4 + config-top.h | 28 + config.h.in | 43 +- configure | 334 +- configure.ac | 92 +- doc/FAQ | 16 +- doc/Makefile.in | 47 +- doc/aosa-bash-full.pdf | Bin 0 -> 393895 bytes doc/aosa-bash.pdf | Bin 153472 -> 228239 bytes doc/bash.0 | 2829 +-- doc/bash.1 | 804 +- doc/bash.html | 839 +- doc/bash.info | 11484 ++++++++++ doc/bash.pdf | Bin 312770 -> 363392 bytes doc/bash.ps | 13755 +++++------ doc/bashbug.0 | 9 +- doc/bashbug.1 | 9 +- doc/bashbug.ps | 68 +- doc/bashref.dvi | Bin 721984 -> 744904 bytes doc/bashref.html | 26585 ++++++++++------------ doc/bashref.info | 9522 ++++---- doc/bashref.pdf | Bin 463824 -> 734389 bytes doc/bashref.ps | 18967 +++++++-------- doc/bashref.texi | 533 +- doc/builtins.0 | 946 +- doc/builtins.ps | 4366 ++-- doc/rbash.0 | 18 +- doc/rbash.ps | 76 +- doc/texinfo.tex | 2068 +- doc/version.texi | 13 +- error.c | 23 + error.h | 3 + eval.c | 27 +- examples/functions/dirstack | 160 + examples/loadables/Makefile.in | 66 +- examples/loadables/Makefile.inc.in | 108 + examples/loadables/README | 5 +- examples/loadables/basename.c | 1 + examples/loadables/dirname.c | 1 + examples/loadables/finfo.c | 11 +- examples/loadables/head.c | 2 + examples/loadables/hello.c | 22 +- examples/loadables/ln.c | 15 +- examples/loadables/loadables.h | 34 + examples/loadables/logname.c | 1 + examples/loadables/mkdir.c | 4 +- examples/loadables/mypid.c | 19 +- examples/loadables/necho.c | 1 + examples/loadables/pathchk.c | 7 +- examples/loadables/perl/Makefile.in | 2 +- examples/loadables/realpath.c | 1 + examples/loadables/rmdir.c | 1 + examples/loadables/setpgid.c | 121 + examples/loadables/sync.c | 1 + examples/loadables/tee.c | 1 + examples/loadables/template.c | 21 +- examples/loadables/truefalse.c | 2 + examples/loadables/tty.c | 1 + examples/loadables/uname.c | 1 + examples/loadables/unlink.c | 1 + examples/loadables/whoami.c | 1 + execute_cmd.c | 470 +- execute_cmd.h | 18 +- expr.c | 9 +- externs.h | 18 +- findcmd.c | 113 +- findcmd.h | 9 +- flags.c | 49 +- flags.h | 7 +- general.c | 178 +- general.h | 32 +- hashlib.c | 10 + hashlib.h | 2 +- include/chartypes.h | 28 +- include/posixjmp.h | 22 +- include/shmbchar.h | 247 +- include/shmbutil.h | 29 + input.c | 4 +- jobs.c | 516 +- jobs.h | 37 +- lib/glob/Makefile.in | 4 +- lib/glob/glob.c | 20 +- lib/glob/gmisc.c | 45 +- lib/glob/sm_loop.c | 63 +- lib/glob/smatch.c | 4 + lib/intl/l10nflist.c | 5 +- lib/intl/loadmsgcat.c | 16 +- lib/intl/localealias.c | 5 +- lib/malloc/Makefile.in | 2 +- lib/malloc/malloc.c | 4 +- lib/malloc/stats.c | 2 +- lib/malloc/table.c | 184 +- lib/malloc/table.h | 11 + lib/malloc/trace.c | 4 +- lib/readline/Makefile.in | 10 +- lib/readline/bind.c | 218 +- lib/readline/callback.c | 79 +- lib/readline/chardefs.h | 18 +- lib/readline/colors.c | 56 +- lib/readline/colors.h | 10 +- lib/readline/complete.c | 180 +- lib/readline/display.c | 430 +- lib/readline/doc/history.texi | 2 +- lib/readline/doc/hstech.texi | 15 +- lib/readline/doc/hsuser.texi | 19 +- lib/readline/doc/rlman.texi | 2 +- lib/readline/doc/rltech.texi | 103 +- lib/readline/doc/rluser.texi | 123 +- lib/readline/doc/rluserman.texi | 2 +- lib/readline/doc/version.texi | 12 +- lib/readline/examples/fileman.c | 18 + lib/readline/examples/rl-callbacktest.c | 15 +- lib/readline/examples/rl.c | 1 + lib/readline/funmap.c | 9 +- lib/readline/histexpand.c | 48 +- lib/readline/histfile.c | 295 +- lib/readline/histlib.h | 3 - lib/readline/history.c | 54 +- lib/readline/history.h | 18 +- lib/readline/input.c | 67 +- lib/readline/isearch.c | 25 +- lib/readline/kill.c | 106 +- lib/readline/macro.c | 4 +- lib/readline/mbutil.c | 4 +- lib/readline/misc.c | 8 +- lib/readline/parens.c | 28 +- lib/readline/posixjmp.h | 22 +- lib/readline/readline.c | 127 +- lib/readline/readline.h | 50 +- lib/readline/rlconf.h | 14 +- lib/readline/rlmbutil.h | 46 +- lib/readline/rlprivate.h | 35 +- lib/readline/rltty.c | 57 +- lib/readline/rltypedefs.h | 19 + lib/readline/search.c | 11 +- lib/readline/signals.c | 39 +- lib/readline/tcap.h | 4 +- lib/readline/terminal.c | 9 +- lib/readline/text.c | 85 +- lib/readline/tilde.c | 10 +- lib/readline/undo.c | 11 +- lib/readline/util.c | 67 +- lib/readline/vi_keymap.c | 6 +- lib/readline/vi_mode.c | 172 +- lib/sh/Makefile.in | 60 +- lib/sh/casemod.c | 87 +- lib/sh/eaccess.c | 10 +- lib/sh/mbscasecmp.c | 9 +- lib/sh/mbscmp.c | 9 +- lib/sh/mktime.c | 29 +- lib/sh/netconn.c | 4 +- lib/sh/netopen.c | 3 +- lib/sh/shmatch.c | 9 +- lib/sh/shmbchar.c | 11 +- lib/sh/shquote.c | 74 +- lib/sh/strtrans.c | 12 +- lib/sh/tmpfile.c | 29 +- lib/sh/ufuncs.c | 4 + lib/sh/unicode.c | 4 +- lib/sh/winsize.c | 4 +- lib/sh/zgetline.c | 14 +- lib/termcap/Makefile.in | 2 +- lib/termcap/termcap.c | 6 +- lib/termcap/termcap.h | 2 +- lib/tilde/Makefile.in | 2 +- lib/tilde/tilde.c | 10 +- locale.c | 4 +- make_cmd.c | 21 +- nojobs.c | 87 +- parse.y | 337 +- parser-built | 156 +- patchlevel.h | 4 +- pathexp.c | 26 +- pathexp.h | 9 +- pcomplete.c | 39 +- pcomplete.h | 1 + pcomplib.c | 4 +- po/LINGUAS | 2 +- po/af.gmo | Bin 1244 -> 1224 bytes po/af.po | 1346 +- po/bash.pot | 1330 +- po/bg.gmo | Bin 235979 -> 219559 bytes po/bg.po | 2691 ++- po/ca.gmo | Bin 9739 -> 99978 bytes po/ca.po | 6677 +++--- po/cs.gmo | Bin 173589 -> 163599 bytes po/cs.po | 1827 +- po/da.gmo | Bin 100735 -> 79327 bytes po/da.po | 1377 +- po/de.gmo | Bin 89921 -> 94101 bytes po/de.po | 1538 +- po/el.gmo | Bin 37185 -> 38710 bytes po/el.po | 1391 +- po/en@boldquot.gmo | Bin 165724 -> 168863 bytes po/en@boldquot.po | 1608 +- po/en@quot.gmo | Bin 164132 -> 167255 bytes po/en@quot.po | 1582 +- po/eo.gmo | Bin 161232 -> 151825 bytes po/eo.po | 1398 +- po/es.gmo | Bin 122470 -> 95671 bytes po/es.po | 1399 +- po/et.gmo | Bin 12133 -> 12133 bytes po/et.po | 1344 +- po/fi.gmo | Bin 102765 -> 81468 bytes po/fi.po | 1374 +- po/fr.gmo | Bin 126213 -> 167383 bytes po/fr.po | 2788 +-- po/ga.gmo | Bin 58471 -> 55927 bytes po/ga.po | 1523 +- po/gl.gmo | Bin 63233 -> 59107 bytes po/gl.po | 1432 +- po/hr.gmo | Bin 34075 -> 33869 bytes po/hr.po | 1376 +- po/hu.gmo | Bin 110947 -> 160744 bytes po/hu.po | 2993 +-- po/id.gmo | Bin 108579 -> 99123 bytes po/id.po | 1507 +- po/it.gmo | Bin 122520 -> 95487 bytes po/it.po | 1377 +- po/ja.gmo | Bin 133748 -> 110336 bytes po/ja.po | 1685 +- po/lt.gmo | Bin 29354 -> 29236 bytes po/lt.po | 1363 +- po/nb.gmo | Bin 0 -> 152775 bytes po/nb.po | 5738 +++++ po/nl.gmo | Bin 170658 -> 159651 bytes po/nl.po | 1418 +- po/pl.gmo | Bin 173751 -> 163030 bytes po/pl.po | 1532 +- po/pt_BR.gmo | Bin 9580 -> 162582 bytes po/pt_BR.po | 5522 +++-- po/ro.gmo | Bin 9358 -> 9312 bytes po/ro.po | 1356 +- po/ru.gmo | Bin 9155 -> 134863 bytes po/ru.po | 6253 ++++- po/sk.gmo | Bin 121115 -> 94657 bytes po/sk.po | 1380 +- po/sl.gmo | Bin 117289 -> 91641 bytes po/sl.po | 1381 +- po/sr.gmo | Bin 219040 -> 205678 bytes po/sr.po | 1459 +- po/sv.gmo | Bin 165974 -> 156578 bytes po/sv.po | 1958 +- po/tr.gmo | Bin 88390 -> 80056 bytes po/tr.po | 1732 +- po/uk.gmo | Bin 222687 -> 209474 bytes po/uk.po | 1456 +- po/vi.gmo | Bin 179349 -> 168996 bytes po/vi.po | 2018 +- po/zh_CN.gmo | Bin 102094 -> 147592 bytes po/zh_CN.po | 1916 +- po/zh_TW.gmo | Bin 5876 -> 93961 bytes po/zh_TW.po | 3654 ++- print_cmd.c | 32 +- quit.h | 8 +- redir.c | 42 +- shell.c | 179 +- shell.h | 8 +- sig.c | 34 +- sig.h | 4 +- stringlib.c | 2 +- subst.c | 1632 +- subst.h | 54 +- support/Makefile.in | 3 +- support/bash.pc.in | 28 + support/bashbug.sh | 5 +- support/man2html.c | 44 +- support/texi2dvi | 2336 +- support/xcase.c | 2 + syntax.h | 2 + test.c | 12 +- tests/alias.right | 8 + tests/alias.tests | 1 + tests/alias2.sub | 22 + tests/appendop.right | 10 +- tests/arith.right | 16 +- tests/arith.tests | 8 + tests/arith7.sub | 11 + tests/array.right | 244 +- tests/array.tests | 13 +- tests/array17.sub | 78 + tests/array18.sub | 34 + tests/array19.sub | 167 + tests/array20.sub | 34 + tests/array21.sub | 37 + tests/assoc.right | 135 +- tests/assoc.tests | 21 + tests/assoc8.sub | 7 + tests/attr.right | 37 + tests/attr.tests | 41 + tests/attr1.sub | 55 + tests/attr2.sub | 24 + tests/builtins.right | 85 +- tests/builtins.tests | 6 + tests/builtins5.sub | 61 + tests/builtins6.sub | 68 + tests/case.right | 7 + tests/case.tests | 20 + tests/casemod.right | 4 + tests/casemod.tests | 14 + tests/comsub-posix.right | 1 + tests/comsub-posix.tests | 13 + tests/comsub.right | 21 + tests/comsub.tests | 5 + tests/comsub1.sub | 6 + tests/comsub2.sub | 8 + tests/comsub3.sub | 31 + tests/cond.right | 5 + tests/cond.tests | 11 + tests/coproc.right | 5 +- tests/coproc.tests | 30 +- tests/dollar-at-star | 14 + tests/dollar-at-star2.sub | 207 + tests/dollar-at-star3.sub | 44 + tests/dollar-at-star4.sub | 97 + tests/dollar-at-star5.sub | 53 + tests/dollar-at-star6.sub | 29 + tests/dollar-at-star7.sub | 25 + tests/dollar-at-star8.sub | 14 + tests/dollar.right | 202 +- tests/errors.right | 27 +- tests/errors.tests | 7 + tests/errors4.sub | 18 + tests/errors5.sub | 11 + tests/errors6.sub | 20 + tests/exec.right | 46 +- tests/exec10.sub | 34 + tests/exec11.sub | 14 + tests/exec12.sub | 17 + tests/exec13.sub | 21 + tests/execscript | 32 + tests/exp.right | 127 + tests/exp.tests | 15 + tests/exp7.sub | 11 + tests/exp8.sub | 31 + tests/exp9.sub | 69 + tests/exportfunc.right | 14 + tests/exportfunc.tests | 71 + tests/exportfunc1.sub | 21 + tests/exportfunc2.sub | 400 + tests/exportfunc3.sub | 25 + tests/extglob.right | 13 + tests/extglob.tests | 4 + tests/extglob2.sub | 7 + tests/extglob3.sub | 21 + tests/extglob4.sub | 25 + tests/getopts.right | 12 + tests/getopts.tests | 5 + tests/getopts10.sub | 17 + tests/getopts5.sub | 1 - tests/getopts8.sub | 13 + tests/getopts9.sub | 16 + tests/globstar.right | 1 - tests/globstar2.sub | 15 +- tests/heredoc.right | 13 +- tests/heredoc3.sub | 6 +- tests/herestr.right | 7 +- tests/herestr.tests | 2 + tests/herestr1.sub | 10 + tests/histexp.right | 67 + tests/histexp.tests | 18 + tests/histexp1.sub | 23 + tests/histexp2.sub | 14 + tests/histexp3.sub | 35 + tests/histexp4.sub | 23 + tests/history.right | 4 +- tests/history.tests | 2 +- tests/history1.sub | 2 +- tests/intl.right | 37 +- tests/intl.tests | 9 +- tests/intl3.sub | 23 + tests/jobs.right | 2 +- tests/lastpipe.right | 10 + tests/lastpipe.tests | 3 + tests/lastpipe2.sub | 30 + tests/mapfile.right | 5 + tests/mapfile.tests | 2 + tests/mapfile2.sub | 6 + tests/nameref.right | 284 +- tests/nameref.tests | 18 +- tests/nameref10.sub | 64 + tests/nameref11.sub | 41 + tests/nameref12.sub | 100 + tests/nameref13.sub | 102 + tests/nameref14.sub | 43 + tests/nameref15.sub | 88 + tests/nameref16.sub | 44 + tests/nameref17.sub | 103 + tests/nameref18.sub | 54 + tests/nameref4.sub | 17 +- tests/nameref8.sub | 4 + tests/nameref9.sub | 8 + tests/new-exp.right | 105 +- tests/new-exp.tests | 24 + tests/new-exp10.sub | 86 + tests/new-exp3.sub | 4 + tests/new-exp8.sub | 21 + tests/nquote.right | 6 + tests/nquote.tests | 1 + tests/nquote3.sub | 8 + tests/parser.right | 1 + tests/parser.tests | 4 + tests/parser1.sub | 1 + tests/posix2.right | 4 + tests/posix2.tests | 12 + tests/redir.right | 18 + tests/redir.tests | 3 + tests/redir11.sub | 53 + tests/redir12.sub | 5 + tests/run-alias | 4 +- tests/run-all | 15 +- tests/run-appendop | 4 +- tests/run-arith | 4 +- tests/run-arith-for | 4 +- tests/run-array | 4 +- tests/run-array2 | 4 +- tests/run-assoc | 4 +- tests/run-attr | 2 + tests/run-braces | 4 +- tests/run-builtins | 4 +- tests/run-case | 4 +- tests/run-casemod | 4 +- tests/run-comsub | 4 +- tests/run-comsub-eof | 4 +- tests/run-comsub-posix | 4 +- tests/run-cond | 4 +- tests/run-coproc | 6 +- tests/run-cprint | 4 +- tests/run-dbg-support | 0 tests/run-dbg-support2 | 0 tests/run-dirstack | 8 +- tests/run-dollars | 4 +- tests/run-errors | 5 +- tests/run-execscript | 4 +- tests/run-exp-tests | 4 +- tests/run-exportfunc | 2 + tests/run-extglob | 4 +- tests/run-extglob2 | 4 +- tests/run-extglob3 | 4 +- tests/run-func | 4 +- tests/run-getopts | 4 +- tests/run-glob-test | 4 +- tests/run-globstar | 4 +- tests/run-heredoc | 4 +- tests/run-herestr | 4 +- tests/run-histexpand | 4 +- tests/run-history | 4 +- tests/run-ifs | 4 +- tests/run-ifs-posix | 4 +- tests/run-input-test | 4 +- tests/run-intl | 6 +- tests/run-invert | 4 +- tests/run-iquote | 4 +- tests/run-jobs | 4 +- tests/run-lastpipe | 4 +- tests/run-mapfile | 4 +- tests/run-minimal | 15 +- tests/run-more-exp | 4 +- tests/run-nameref | 4 +- tests/run-new-exp | 4 +- tests/run-nquote | 4 +- tests/run-nquote1 | 4 +- tests/run-nquote2 | 4 +- tests/run-nquote3 | 4 +- tests/run-nquote4 | 4 +- tests/run-nquote5 | 4 +- tests/run-parser | 2 + tests/run-posix2 | 4 +- tests/run-posixexp | 4 +- tests/run-posixexp2 | 4 +- tests/run-posixpat | 4 +- tests/run-posixpipe | 4 +- tests/run-precedence | 4 +- tests/run-printf | 6 +- tests/run-quote | 4 +- tests/run-read | 4 +- tests/run-redir | 4 +- tests/run-rhs-exp | 4 +- tests/run-rsh | 4 +- tests/run-set-e | 4 +- tests/run-set-x | 0 tests/run-shopt | 4 +- tests/run-strip | 4 +- tests/run-test | 4 +- tests/run-tilde | 4 +- tests/run-tilde2 | 4 +- tests/run-trap | 4 +- tests/run-type | 4 +- tests/run-varenv | 4 +- tests/run-vredir | 4 +- tests/shopt.right | 12 +- tests/source6.sub | 5 + tests/test-glue-functions | 9 + tests/trap.right | 7 +- tests/trap.tests | 1 + tests/unicode2.sub | 30 +- tests/unicode3.sub | 2 + tests/varenv.right | 33 +- tests/varenv.sh | 8 +- tests/varenv4.sub | 14 + tests/varenv7.sub | 62 + tests/varenv8.sub | 14 + tests/vredir.right | 13 +- tests/vredir.tests | 2 + tests/vredir7.sub | 23 + trap.c | 145 +- trap.h | 6 +- unwind_prot.c | 37 +- unwind_prot.h | 3 + variables.c | 573 +- variables.h | 28 +- version.c | 8 +- xmalloc.c | 6 +- y.tab.c | 3279 +-- y.tab.h | 156 +- 588 files changed, 128531 insertions(+), 77949 deletions(-) create mode 100644 doc/aosa-bash-full.pdf create mode 100644 doc/bash.info create mode 100644 examples/functions/dirstack create mode 100644 examples/loadables/Makefile.inc.in create mode 100644 examples/loadables/loadables.h create mode 100644 examples/loadables/setpgid.c create mode 100644 po/nb.gmo create mode 100644 po/nb.po create mode 100644 support/bash.pc.in create mode 100644 tests/alias2.sub create mode 100644 tests/arith7.sub create mode 100644 tests/array17.sub create mode 100644 tests/array18.sub create mode 100644 tests/array19.sub create mode 100644 tests/array20.sub create mode 100644 tests/array21.sub create mode 100644 tests/assoc8.sub create mode 100644 tests/attr.right create mode 100644 tests/attr.tests create mode 100644 tests/attr1.sub create mode 100644 tests/attr2.sub create mode 100644 tests/builtins5.sub create mode 100644 tests/builtins6.sub create mode 100644 tests/comsub2.sub create mode 100644 tests/comsub3.sub create mode 100644 tests/dollar-at-star2.sub create mode 100644 tests/dollar-at-star3.sub create mode 100644 tests/dollar-at-star4.sub create mode 100644 tests/dollar-at-star5.sub create mode 100644 tests/dollar-at-star6.sub create mode 100644 tests/dollar-at-star7.sub create mode 100644 tests/dollar-at-star8.sub create mode 100644 tests/errors4.sub create mode 100644 tests/errors5.sub create mode 100644 tests/errors6.sub create mode 100644 tests/exec10.sub create mode 100644 tests/exec11.sub create mode 100644 tests/exec12.sub create mode 100644 tests/exec13.sub create mode 100644 tests/exp7.sub create mode 100644 tests/exp8.sub create mode 100644 tests/exp9.sub create mode 100644 tests/exportfunc.right create mode 100644 tests/exportfunc.tests create mode 100644 tests/exportfunc1.sub create mode 100644 tests/exportfunc2.sub create mode 100644 tests/exportfunc3.sub create mode 100644 tests/extglob2.sub create mode 100644 tests/extglob3.sub create mode 100644 tests/extglob4.sub create mode 100644 tests/getopts10.sub create mode 100644 tests/getopts8.sub create mode 100644 tests/getopts9.sub create mode 100644 tests/herestr1.sub create mode 100644 tests/histexp1.sub create mode 100644 tests/histexp2.sub create mode 100644 tests/histexp3.sub create mode 100644 tests/histexp4.sub create mode 100644 tests/intl3.sub create mode 100644 tests/lastpipe2.sub create mode 100644 tests/mapfile2.sub create mode 100644 tests/nameref10.sub create mode 100644 tests/nameref11.sub create mode 100644 tests/nameref12.sub create mode 100644 tests/nameref13.sub create mode 100644 tests/nameref14.sub create mode 100644 tests/nameref15.sub create mode 100644 tests/nameref16.sub create mode 100644 tests/nameref17.sub create mode 100644 tests/nameref18.sub create mode 100644 tests/nameref9.sub create mode 100644 tests/new-exp10.sub create mode 100644 tests/nquote3.sub create mode 100644 tests/parser.right create mode 100644 tests/parser.tests create mode 100644 tests/parser1.sub create mode 100644 tests/redir11.sub create mode 100644 tests/redir12.sub create mode 100644 tests/run-attr mode change 100755 => 100644 tests/run-dbg-support mode change 100755 => 100644 tests/run-dbg-support2 create mode 100644 tests/run-exportfunc create mode 100644 tests/run-parser mode change 100755 => 100644 tests/run-set-x create mode 100644 tests/test-glue-functions create mode 100644 tests/varenv7.sub create mode 100644 tests/varenv8.sub create mode 100644 tests/vredir7.sub diff --git a/CHANGES b/CHANGES index 5985e42c5..43cb1341a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,1036 @@ +This document details the changes between this version, bash-4.4-release, and +the previous version, bash-4.4-rc2. + +1. Changes to Bash + +a. Fixed a bug that could potentially result in a crash due to an integer + overflow. + +b. Fixed a bug in where commands printed due to `set -x' could be incorrectly + quoted if being printed in contexts where they haven't yet been expanded. + +c. Fixed several memory leaks. + +d. Fixed a bug that could potentially cause the terminal attributes to be + set incorrectly by a command run from a programmable completion. + +e. Fixed several potential buffer overflow issues in the word expansion code. + +2. Changes to Readline + +3. New Features in Bash + +4. New Features in Readline + +------------------------------------------------------------------------------ +This document details the changes between this version, bash-4.4-rc2, and +the previous version, bash-4.4-beta2. + +1. Changes to Bash + +a. Fixed an out-of-bounds read in the redirection operator completion code. + +b. Fixed execution context so `until continue' doesn't disable execution for + subsequent commands. + +c. Fixed trap handling code so traps don't inherit a command's temporary + environment. + +d. Fixed a bug that resulted in incorrect line numbers when a function is + defined as part of another function's execution. + +e. Fixed a bug in the expansion of ${a[@]} in contexts where word splitting + is not performed and $IFS is not the default. + +f. Fixed a bug that caused ''"$@" to not expand to an empty argument when + there are no positional parameters. + +g. Fixed a bug that caused a shell compiled without job control to use the + incorrect exit status for builtin commands preceded by a command executed + from the file system that causes the shell to call waitpid(). + +h. Improved word completion for quoted strings containing unterminated command + substitutions with embedded double quotes. + +2. Changes to Readline + +a. Fixed a bug that caused mode strings to be displayed incorrectly if the + prompt was shorter than the mode string. + +3. New Features in Bash + +a. Using ${a[@]} or ${a[*]} with an array without any assigned elements when + the nounset option is enabled no longer throws an unbound variable error. + +4. New Features in Readline + +a. New application-callable function: rl_pending_signal(): returns the signal + number of any signal readline has caught but not yet handled. + +b. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. + +------------------------------------------------------------------------------ +This document details the changes between this version, bash-4.4-beta2, and +the previous version, bash-4.4-rc1. + +1. Changes to Bash + +a. Fixed a memory leak when processing ${!var[@]}. + +b. Fixed a bug that caused subshells to free trap strings associated with + inherited signals. + +c. Inheriting BASHOPTS from the environment now works to force actions + associated with enabling an option, instead of just marking the option + as enabled. + +d. Fixed a bug that allowed assignments to BASH_CMDS when the shell was in + restricted mode. + +e. Fixed a bug caused by an accidental omission of part of the original patch + for EXECIGNORE. + +e. Prompt expansion now quotes the results of the \s, \h, and \H expansions. + +f. Fixed a bug that caused parsing errors in command substitutions with + consecutive case statements separated by newlines. + +g. Updated logic used to decide whether bash is running inside an emacs + terminal emulator to work with future emacs versions. + +h. Fixed two extended pattern matching bugs caused by premature short- + circuiting. + +i. Fixed a memory leak in the code that removes duplicate history entries. + +j. There are a number of bug fixes to coproc, mapfile, declare, unset, + and assignment statements that prevent nameref variables from creating + and unsetting variables with invalid names. + +k. Fixed a bug that caused variables to be inadvertently marked as both an + associative and an indexed array. + +l. Fixed a bug that caused `bash -c' to not run a trap specified in the + command string. + +j. There are a number of bug fixes to coproc, mapfile, declare, and assignment + statements that prevent nameref variables from overwriting or modifying + attributes of readonly variables. + +k. Fixed a bug that caused command substitution to attempt to set the + terminal's process group incorrectly. + +l. Fixed a bug that could cause prompt string expansion to display error + messages when the `nounset' shell option is set. + +m. Fixed a bug that caused "$@" to not expand to an empty string under the + circumstances when Posix says it should ("${@-${@-$@}}"). + +n. Fixed several bugs caused by referencing nameref variables whose values + are names of unset variables (or names that are valid for referencing + but not assignment), including creating variables in the temporary + environment. + +o. Function tracing and error tracing are disabled if --debugger is supplied + at startup but the shell can't find the debugger start file. + +p. Fixed a bug when IFS is used as the control variable in a for statement. + +q. Fixed a bug with SIGINT received by a command substitution in an interactive + shell. + +r. The checks for nameref variable self-references are more thorough. + +s. Fixed several bugs with multi-line aliases. + +t. Fixed `test' to handle the four-argument case where $1 == '(' and + $4 == ')'. + +u. Fixed a bug in the expansion of $* in the cases where word splitting is + not performed. + +v. Fixed a bug in execution of case statements where IFS includes the + pattern matching characters. + +2. Changes to Readline + +a. When refreshing the line as the result of a key sequence, Readline attempts + to redraw only the last line of a multiline prompt. + +b. Fixed an issue that caused completion of git commands to display + incorrectly when using colored-completion-prefix. + +c. Fixed several redisplay bugs having to do with multibyte characters and + invisible characters in prompt strings. + +3. New Features in Bash + +a. Value conversions (arithmetic expansions, case modification, etc.) now + happen when assigning elements of an array using compound assignment. + +b. There is a new option settable in config-top.h that makes multiple + directory arguments to `cd' a fatal error. + +c. Bash now uses mktemp() when creating internal temporary files; it produces + a warning at build time on many Linux systems. + +4. New Features in Readline + +a. The default binding for ^W in vi mode now uses word boundaries specified + by Posix (vi-unix-word-rubout is bindable command name). + +b. rl_clear_visible_line: new application-callable function; clears all + screen lines occupied by the current visible readline line. + +c. rl_tty_set_echoing: application-callable function that controls whether + or not readline thinks it is echoing terminal output. + +d. Handle >| and strings of digits preceding and following redirection + specifications as single tokens when tokenizing the line for history + expansion. + +e. Fixed a bug with displaying completions when the prefix display length + is greater than the length of the completions to be displayed. + +f. The :p history modifier now applies to the entire line, so any expansion + specifying :p causes the line to be printed instead of expanded. + +------------------------------------------------------------------------------ +This document details the changes between this version, bash-4.4-rc1, and +the previous version, bash-4.4-beta. + +1. Changes to Bash + +a. Fixed several problems with bash completion not special-casing bash syntax + constructs. + +b. Fixed a bug that caused the mapfile builtin to not create array variables + when a variable of the same name appears in the temporary environment. + +c. Fixed a bug that caused prompt expansion to loop when PS1 contained a + syntax error. + +d. Fixed a bug that caused the ${array[@]@A} expansion to split the results + even when double-quoted. + +e. There is a new implementation of the code that saves the last CHILD_MAX + exited background pids so their status can be queried later. + +f. Bash-4.4 can now be configured and built on very old versions of Solaris 2. + +g. Fixed problems with --help support for several builtins. + +h. Fixed values added to BASH_SOURCE and BASH_LINENO for functions inherited + from the environment. + +i. Fixed a bug that caused background processes run from non-interactive shells + with job control enabled to place the terminal in the wrong process group + under certain circumstances. + +j. Fixed a bug that caused `fc' to return an incorrect exit status when + executing commands from the history list. + +k. Fixed a bug that caused the shell to exit when a process substitution + received a SIGINT when run in certain terminal emulators. + +l. EXECIGNORE now honors the setting of `extglob' when attempting to match + executable names. + +m. Fixed a bug where `return' used the wrong exit status when executed in a + DEBUG trap. + +n. Fixed a bug that caused a command containing a here-document and an escaped + newline to be stored in the history list incorrectly. + +o. Fixed a bug that caused set -e to be honored in cases of builtins invoking + other builtins when it should be ignored. + +p. Fixed a bug that caused `readonly' and `export' to create local array + variables when used within shell functions. + +q. Fixed a bug that allowed subshells begun to execute process substitutions + to have access to the command's temporary environment. + +r. Fixed a bug that could cause the shell to dump core when receiving a + SIGCHLD for which a trap has been set while running in posix mode. + +s. Fixed a bug that caused bash to not restore BASH_ARGC, BASH_ARGV, + BASH_SOURCE, BASH_LINENO, and FUNCNAME if the shell received a SIGINT + while reading commands from a file while executing `.'. + +t. Fixed a bug that caused the `-o history' option to have no effect when + supplied on the command line when starting a new shell. + +u. Fixed a bug that caused history expansions occurring in command + substitutions to not be performed. + +v. Fixed a bug that caused `eval' run in a non-interactive shell to disable + history expansion for the remainder of the shell script, even if the script + had previously enabled it. + +w. Fixed a bug that caused "$@" to not expand to multiple words when IFS is set + to the empty string. + +x. Fixed a bug that caused process and command substitution to inherit output + buffered in the stdio library but not written. + +y. Fixed a bug that caused a terminating signal received during `echo' to run + an exit trap in a signal handler context. + +z. Fixed a bug that caused a builtin command containing a process substitution + to return the wrong exit status. + +aa. Fixed a bug that caused `()' subshells with piped input to incorrectly + redirect the standard input of some of the commands in the subshell from + /dev/null. + +bb. The history builtin now uses more descriptive error messages for missing or + invalid timestamps. + +2. Changes to Readline + +a. The history file writing functions only attempt to create and use a backup + history file if the history file exists and is a regular file. + +b. Fixed an out-of-bounds read in readline's internal tilde expansion + interface. + +c. Fixed several redisplay bugs with prompt strings containing multibyte + and non-visible characters whose physical length is longer than the screen + width. + +d. Fixed a redisplay bug with prompt strings containing invisible characters + whose physical length exceeds the screen width and using incremental search. + +e. Readline prints more descriptive error messages when it encounters errors + while reading an inputrc file. + +f. Fixed a bug in the character insertion code that attempts to optimize + typeahead when it reads a character that is not bound to self-insert and + resets the key sequence state. + +3. New Features in Bash + +a. BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial + environment. + +b. inherit_errexit: a new `shopt' option that, when set, causes command + substitutions to inherit the -e option. By default, those subshells disable + -e. It's enabled as part of turning on posix mode. + +c. New prompt string: PS0. Expanded and displayed by interactive shells after + reading a complete command but before executing it. + +d. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to + SIG_DFL when the shell is started, so they are set to SIG_DFL in child + processes. + +e. Posix-mode shells now allow double quotes to quote the history expansion + character. + +f. OLDPWD can be inherited from the environment if it names a directory. + +g. Shells running as root no longer inherit PS4 from the environment, closing + a security hole involving PS4 expansion performing command substitution. + +h. If executing an implicit `cd' when the `autocd' option is set, bash will + now invoke a function named `cd' if one exists before executing the `cd' + builtin. + +4. New Features in Readline + +a. If an incremental search string has its last character removed with DEL, + the resulting empty search string no longer matches the previous line. + +b. If readline reads a history file that begins with `#' (or the value of + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. + +c. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. + +------------------------------------------------------------------------------ +This document details the changes between this version, bash-4.4-beta, and +the previous version, bash-4.4-alpha. + +1. Changes to Bash + +a. Fixed two bugs that caused out-of-bounds reads when skipping over assignment + statements while finding the word on which to perform programmable + completion. + +b. Fixed a memory leak in programmable completion. + +c. Fixed a bug that could cause the shell to crash when interrupting the + wait builtin. + +d. Fixed a bug that caused ${!vvv@} to be interpreted as introducing the new + `@' operator. + +e. Fixed a bug that caused the && and || operators to be incorrectly optimized. + +f. The shell now undoes redirections before exiting the shell when the `-e' + option is enabled, and a shell function fails. + +g. History expansion now skips over the history expansion character in command + and process substitution. + +h. Fixed a bug that caused stray '\001' characters to be added to the output + of `declare -p'. + +i. Fixed a memory leak when processing declare commands that perform compound + array assignments. + +j. Fixed a bug that could cause the shell to crash when reading input from a + file and the limit on open file descriptors is high. + +k. Fixed a bug that caused the ERR and RETURN traps to be unset if they were + set in a shell function but unset previously. + +l. Fixed a bug that caused several signals to be ignored if `exec' failed in + an interactive shell. + +m. A posix-mode non-interactive shell now considers a parameter expansion error + to be a fatal error. + +n. The `time' command now prints timing statistics for failed commands when + the -e option is enabled. + +o. Fixed a bug that caused the shell to crash when attempting to indirectly + expand a shell variable with an invalid name. + +p. Fixed a bug that caused the shell to crash when running a trap containing + a process substitution. + +q. Bash now prints the keyword `function' before a function with the same name + as a reserved word when using `declare -f' to avoid parse errors when + reusing the output as input. + +r. Fixed a bug that caused the shell to crash when using declare -g to attempt + to redefine an existing global indexed array variable as an associative + array. + +s. Fixed a memory leak that occurred when interrupting brace expansions + generating a sequence. + +t. Fixed a bug that resulted in alias expansion in redirections. + +u. The `declare -a' and `declare -A' commands now print fewer warnings when + attempting to create and initialize an array at the same time, but + relying on word expansions to construct the compound assignment. + +v. The `help' builtin now behaves better in locales where each wide + character occupies more than one display column. + +w. The `read' builtin no longer has a possible race condition when a timeout + occurs. + +x. Fixed several expansion problems encountered when IFS="'". + +y. Fixed a problem with the expansion of $'\c?'. + +z. Bash no longer splits the expansion of here-strings, as the documentation + has always said. + +aa. Bash now puts `s' in the value of $- if the shell is reading from standard + input, as Posix requires. + +bb. Fixed a bug that caused the shell to crash if invoked with a NULL + environment. + +cc. The shell now only trusts an inherited value for $PWD if it begins with a + `/'. + +dd. Fixed a memory leak when creating local array variables and assigning to + them using compound assignment with the `declare' builtin. + +ee. Fixed a bug that could cause the shell to crash when processing nested here + documents inside a command substitution. + +ff. Array keys and values are now displayed using $'...' quoting where + appropriate. + +gg. Fixed a bug that could cause the shell to crash if the replacement string + in pattern substitution was NULL. + +hh. Fixed a bug that could cause the shell to crash if a command substitution + contained a non-fatal syntax error. + +ii. Fixed a bug that could cause the shell to crash if variable indirection + resulted in a NULL variable. + +jj. Fixed a bug that could cause the shell to crash if a long string contained + multiple unterminated parameter expansion constructs. + +kk. Improved the code that acts on SIGINT received while waiting for a child + process only if the child exits due to SIGINT. + +ll. $BASH_SUBSHELL now has more consistent values in asynchronous simple + commands. + +2. Changes to Readline + +a. Colored completion prefixes are now displayed using a different color, less + likely to collide with files. + +b. Fixed a bug that caused vi-mode character search to misbehave when + running in callback mode. + +c. Fixed a bug that caused output to be delayed when input is coming from a + macro in vi-mode. + +d. Fixed a bug that caused the vi-mode `.' command to misbehave when redoing + a multi-key key sequence via a macro. + +e. Fixed a bug that caused problems with applications that supply their own + input function when performing completion. + +f. When read returns -1/EIO when attempting to read a key, return an error + instead of line termination back to the caller. + +g. Updated tty auditing feature based on patch from Red Hat. + +h. Fixed a bug that could cause the history library to crash on overflows + introduced by malicious editing of timestamps in the history file. + +3. New Features in Bash + +a. `make install' now installs the example loadable builtins and a set of + bash headers to use when developing new loadable builtins. + +b. `enable -f' now attempts to call functions named BUILTIN_builtin_load when + loading BUILTIN, and BUILTIN_builtin_unload when deleting it. This allows + loadable builtins to run initialization and cleanup code. + +c. There is a new BASH_LOADABLES_PATH variable containing a list of directories + where the `enable -f' command looks for shared objects containing loadable + builtins. + +d. The `complete_fullquote' option to `shopt' changes filename completion to + quote all shell metacharacters in filenames and directory names. + +e. The `kill' builtin now has a `-L' option, equivalent to `-l', for + compatibility with Linux standalone versions of kill. + +4. New Features in Readline +------------------------------------------------------------------------------ +This document details the changes between this version, bash-4.4-alpha, and +the previous version, bash-4.3-release. + +1. Changes to Bash + +a. A bug that caused pipelines to be corrupted while running the DEBUG trap + was fixed. + +b. A bug that accidentally omitted the `-R' unary operator from `test' was + fixed. + +c. A bug that could cause the shell to not restore the terminal's process + group on shell exit was fixed. + +d. Several changes were made to programmable completion to accommodate + assumptions made by the bash-completion package. + +e. Bash no longer inhibits C-style escape processing ($'...') while performing + pattern substitution word expansions. + +f. Fixed a bug that caused `return' executed from a trap handler to use the + wrong return status when one was not supplied as an argument. + +g. In Posix mode, defining a function with the same name as a special + builtin is now an error, fatal only when the shell is not interactive. + +h. Fixed a bug that caused compound array assignments to discard unset or null + variables used as subscripts, thereby making it appear as if the index was + not present. + +i. Fixed a bug that caused extended glob patterns to incorrectly match + filenames with a leading `.'. + +j. Fixed a bug involving sign extension when reallocating the input line + after a history expansion, causing segmentation faults. + +k. Bash now does a better job at identifying syntax errors during word + completion and tailoring completion appropriately. + +l. Bash now uses the current locale's decimal point in comamnd timing output. + +m. Fixed a bug that caused segmentation faults while reading here documents if + PS2 contains a command substitution. + +n. There are several changes to how $@ is expanded when unquoted but in a + context where word splitting is not performed (e.g., on the rhs of an + assignment or in a conditional command). + +o. Bash now quotes command hash table entries that contain shell metacharacters + when displaying hash table contents. + +p. Fixed a potential file descriptor leak when dup2() fails while performing a + redirection. + +q. Fixed a bug that caused directory names evaluated during word completion to + be dequoted twice. + +r. Fixed several bugs which could result in indirect variable expansion and + namerefs creating variables with invalid names or referencing variables + set to the empty string. + +s. Fixed a bug that caused bash to not expand $0 in word expansions where it + should. + +t. Fixed a bug that caused bash to perform process substitution if <( + appeared inside an arithmetic context. + +u. Fixed a bug in extglob pattern parsing that caused slashes in the pattern + to be confused as directory names. + +v. Fixed several bugs with treatment of invisible variables (variables with + attributes that are unset because they have never been assigned values). + +w. Fixed a bug that caused the `read' builtin to not clean up readline's + state when using the -e and -t options together and the read timed out. + +x. Fixed a bug that caused the shell to exit with the wrong (but non-zero) + value if a command was not found or was not executable. + +y. Fixed a bug that caused the `time' reserved word to not be recognized as + such in all contexts where it should have been. + +z. Fixed a bug that caused the shell to close process subsitution file + descriptors when executing a script without the `#!' leading line. + +aa. Fixed a typo that caused the `compat42' shell option to set the wrong + compatibility level. + +bb. The shell now handles process substitution commands with embedded + parentheses the same way as it does when parsing command substitution. + +cc. Fixed a bug that caused nested pipelines and the `lastpipe' shell option + to produce core dumps. + +dd. Fixed a bug that caused patterns containing `*' to match pathnames in cases + where slashes must be matched explicitly. + +ee. Fixed a problem with patterns containing `:' in colon-separated variables + like GLOBIGNORE. + +ff. Fixed a bug that caused indirect variable expansion using indexed arrays to + always use index 0. + +gg. Fixed a parsing problem that caused quoted newlines immediately following a + command substitution to be mishandled in certain cases. + +hh. Fixed a potential buffer overflow on systems without locale_charset or the + bash replacement. + +ii. Fixed a bug that caused background processes to modify the terminal's + process group under certain circumstances. + +jj. Asynchronous commands now always set $? to 0 and are not affected by + whether or not the command's exit status is being inverted. + +kk. Fixed a problem that caused a line ending with an escaped newline and + containingh a prior `eval' to be incorrectly parsed. + +ll. Fixed an issue with programmable completion and `!' in extglob patterns + used as arguments to `compgen -X'. + +mm. Word completion now treats the two-character token `>|' as requiring + filename expansion. + +nn. Bash no longer expands tildes in $PATH elements while in Posix mode. + +oo. Fixed a bug that caused bash to not clean up readline's state, including + the terminal settings, if it received a fatal signal while in a readline() + call (including `read -e' and `read -s'). + +pp. Fixed bug that caused importing shell functions from the environment to + execute additional commands following the function. + +qq. Fixed a bug that caused the parser to return a lookahead character pushed + back by a previous call, even when on another line. + +rr. Fixed a bug that caused many here-documents or many nested case statements + to overflow an internal stack. + +ss. Changed the way bash encodes exported functions for inclusion in the + environment to avoid name collisions with valid variable names and to + indicate that they are exported functions. + +tt. Fixed a bug that could result in an invalid memory access when processing + a here document delimited by end of file or end of string. + +uu. Fixed a bug that could cause an invalid memory access if a command was run + before initializing the job control framework. + +vv. When in Posix mode, bash prints shell function definitions as Posix + specifies them, without the leading `function' keyword. + +ww. The variable attribute display builtins no longer display variables with + invalid names that were imported from the environment. + +xx. Fixed a bug that could allow `break' or `continue' executed from shell + functions to affect loops running outside of the function. + +yy. Fixed a bug that could cause a restricted shell to attempt to import shell + functions from the environment. + +zz. The shell now allows double-quoted identifiers in arithmetic expressions. + +aaa. Fixed a bug that could allow scalar variables subscripted using [@] in + word expansions to be incorrectly quoted. + +bbb. The shell now makes sure to ignore SIGTSTP/SIGTTIN/SIGTTOU in child + processes if they were ignored at shell startup, even if job control is + in effect. + +ccc. Fixed a bug that could cause $* to be split on spaces when IFS is set to + the empty string. + +ddd. Posix says that expanding $* in a pattern context where the expansion is + double-quoted should not treat $* as if it were double quoted. + +eee. Bash now restores getopts' internal state between calls to getopts even if + a shell function declares a local copy of OPTIND. + +fff. Fixed a bug that could cause `history -r' or `history -n' to read identical + lines from the history file more than once. + +ggg. The commands executed by `bind -x' now redisplay at most the final line + of a multi-line prompt, and those commands may return 124 to indicate that + the entire prompt should be redrawn. + +hhh. Fixed a bug that could cause `mapfile' to create variables with invalid + names. + +iii. The shell only goes into debugging mode when --debugger is supplied if + the debugger initialization file is present. + +jjj. Fixed a bug that disallowed an assignment to (implicit) subscript 0 of an + existing array in a declare command that set the readonly attribute. + +kkk. Fixed a bug that inadvertently allowed assignments to FUNCNAME to disable + its special status. + +lll. Appending to an existing array variable using the compound assignment + syntax (var+=(aaa)) should not affect assignments to existing subscripts + appearing in the compound assignment. + +mmm. Fixed a bug that could cause the shell to crash when a variable with a + null value was passed in the temporary environment and the variable's + attributes are modified using `declare' while performing a redirection. + +nnn. Fixed a bug in printf so that a missing precision specifier after a `.' + is treated as 0. + +ooo. Fixed a bug that attempted to use the internal command timing to time + pipeline components if the pipeline elements are separated by newlines. + +ppp. Fixed a bug that caused `declare -al foo=(ONE TWO THREE)' to not lowercase + the values on assignment. + +qqq. Bash does a better job of determining whether or not files are executable + when running on Windows, since the X_OK flag to access(2) is not supported. + +rrr. Fixed a bug that caused some of the shell's internal traps (e.g., ERR) to + be interrupted (and leave incorrect state) by pending SIGINTs. + +sss. Fixed a bug in the bash interface to history expansion to avoid attempting + expansion if the history expansion character occurs in a command + substitution. + +ttt. Fixed a bug that caused the select command to crash if the REPLY variable + ends up empty (e.g., if it's made readonly) + +uuu. Bash handles backslash-quoting of multibyte characters better when quoting + output that is intended to be reused. + +vvv. System-specific changes for: Windows, Cygwin. + +www. Fixes for upper and lower-casing multibyte characters, some locales have + characters whose upper and lowercase versions have different numbers of + bytes. + +xxx. Fixed a bug that caused the ERR trap in a shell function to have the + wrong value for $LINENO. + +yyy. Fixed a bug that resulted in incorrect quoting of regexps for the =~ + operator when an open brace appears without a close brace. + +zzz. Fixed a bug in the array unset operation that caused it to attempt to + parse embedded single and double quotes. + +aaaa. Fixed a bug that caused $* to not expand with the first character of + $IFS as a separator in a context where word splitting will not take + place. + +bbbb. Fixed two bugs that could cause the shell to dereference a null pointer + while attempting to print an error message from arithmetic expansion. + +cccc. Fixed a bug that resulted in short-circuited evaluation when reading + commands from a string ending in an unquoted backslash, or when sourcing + a file that ends with an unquoted backslash. + +dddd. Fixed a bug that resulted in the no-fork optimization not cleaning up + any FIFOs created by process substitution. + +eeee. If the -T option is not set, allow the source builtin and shell functions + to set a DEBUG trap that persists after the sourced file or function + returns, instead of restoring the old (unset) value unconditionally. + +ffff. Fixed a bug that caused redirections to not be undone on some syntax + errors, e.g., when parsing a command substitution. + +gggg. Bash only adds asynchronous commands to the table of background pids + whose status it remembers, to avoid it growing too large during scripts + that create and reap large numbers of child processes. This means that + `wait' no longer works on synchronous jobs, but $? can be used to get + the exit status in those cases. + +hhhh. Bash now checks whether or not a shell script argument is a directory + before trying to open it; Posix says implementations may allow open(2) + on a directory. + +iiii. Fixed a bug that could cause the shell to set the terminal's process + group to a background process group when running as part of a pipeline. + +jjjj. Made a few changes to strings to avoid possible potential negative effects + caused by malicious translations. + +kkkk. Fixed a bug that caused the `unset' builtin to continue to treat its + arguments as functions after unsetting a function when invoked with no + options. + +llll. Fixed a bug that would not replace empty strings using pattern + substitution even if the pattern matched the empty string. + +mmmm. Fixed a bug with word completion that prevented some characters from + being backslash-quoted (backquote, dollar sign). + +nnnn. Fixed a bug that prevented a command from the history re-executed by the + `fc' builtin from setting verbose mode. + +oooo. Fixed a bug that caused the shell to not enable and disable function + tracing with changes to the `extdebug' shell option. + +pppp. Fixed a bug that caused assignments to nameref variables pointing to + unset variables with attributes but no values to create variables with + incorrect names. + +qqqq. Fixed a bug that caused `unset' on nameref variables (without -n) to + unset the wrong variable under certain circumstances. + +rrrr. Fixed a bug that caused close braces occurring in brace expansions within + command substitutions to incorrectly terminate parameter expansions. + +ssss. Fixed a bug that caused `command -p' to temporarily alter $PATH. + +tttt. Fixed a bug that caused interactive shells compiled without job control + to return incorrect status values for child processes when running a + single command that creates enough children to use the entire PID space. + +uuuu. `esac' should not be recognized as a reserved word when it appears as the + second or later pattern in a case statement pattern list. + +vvvv. Fixed a bug that caused the completion code to read past the end of the + readline line buffer while skipping assignment statements to find the + command name. + +wwww. Fixed a bug that caused case statements within loops contained in a + command substitution to be parsed incorrectly. + +xxxx. Fixed a bug that could cause SIGCHLD handling to be delayed after + running `wait' with no arguments and interrupting it with ^C without + a trap handler installed. + +2. Changes to Readline + +a. A bug that caused vi-mode `.' to be unable to redo `c', `d', and `y' + commands with modifiers was fixed. + +b. Fixed a bug that caused callback mode to dump core when reading a + multiple-key sequence (e.g., arrow keys). + +c. Fixed a bug that caused the redisplay code to erase some of the line when + using horizontal scrolling with incremental search. + +d. Readline's input handler now performs signal processing if read(2) is + interrupted by SIGALRM or SIGVTALRM. + +e. Fixed a problem with revert-all-at-newline freeing freed memory. + +f. Clarified the documentation for the history_quotes_inhibit_expansion + variable to note that it inhibits scanning for the history comment + character and that it only affects double-quoted strings. + +g. Fixed an off-by-one error in the prompt printed when performing searches. + +h. Use pselect(2), if available, to wait for input before calling read(2), so + a SIGWINCH can interrupt it, since it doesn't interrupt read(2). + +i. Some memory leaks caused by signals interrupting filename completion have + been fixed. + +j. Reading EOF twice on a non-empty line causes EOF to be returned, rather + than the partial line. This can cause partial lines to be executed on + SIGHUP, for example. + +k. Fixed a bug concerning deleting multibyte characters from the search + string while performing an incremental search. + +l. Fixed a bug with tilde expanding directory names in filename completion. + +m. Fixed a bug that did not allow binding sequences beginning with a `\'. + +n. Fixed a redisplay bug involving incorrect line wrapping when the prompt + contains a multibyte character in the last screen column. + +o. Fixed a bug that caused history expansion to disregard characters that are + documented to delimit a history event specifier without requiring `:'. + +p. Fixed a bug that could cause reading past the end of a string when reading + the value when binding the set of isearch terminators. + +q. Fixed a bug that caused readline commands that depend on knowing which + key invoked them to misbehave when dispatching key sequences that are + prefixes of other key bindings. + +r. Paren matching now works in vi insert mode. + +3. New Features in Bash + +a. There is now a settable configuration #define that will cause the shell + to exit if the shell is running setuid without the -p option and setuid + to the real uid fails. + +b. Command and process substitutions now turn off the `-v' option when + executing, as other shells seem to do. + +c. The default value for the `checkhash' shell option may now be set at + compile time with a #define. + +d. The `mapfile' builtin now has a -d option to use an arbitrary character + as the record delimiter, and a -t option to strip the delimiter as + supplied with -d. + +e. The maximum number of nested recursive calls to `eval' is now settable in + config-top.h; the default is no limit. + +f. The `-p' option to declare and similar builtins will display attributes for + named variables even when those variables have not been assigned values + (which are technically unset). + +g. The maximum number of nested recursive calls to `source' is now settable + in config-top.h; the default is no limit. + +h. All builtin commands recognize the `--help' option and print a usage + summary. + +i. Bash does not allow function names containing `/' and `=' to be exported. + +j. The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options. + +k. The shell now allows `time ; othercommand' to time null commands. + +l. There is a new `--enable-function-import' configuration option to allow + importing shell functions from the environment; import is enabled by + default. + +m. `printf -v var ""' will now set `var' to the empty string, as if `var=""' + had been executed. + +n. GLOBIGNORE, the pattern substitution word expansion, and programmable + completion match filtering now honor the value of the `nocasematch' option. + +o. There is a new ${parameter@spec} family of operators to transform the + value of `parameter'. + +p. Bash no longer attempts to perform compound assignment if a variable on the + rhs of an assignment statement argument to `declare' has the form of a + compound assignment (e.g., w='(word)' ; declare foo=$w); compound + assignments are accepted if the variable was already declared as an array, + but with a warning. + +q. The declare builtin no longer displays array variables using the compound + assignment syntax with quotes; that will generate warnings when re-used as + input, and isn't necessary. + +r. Executing the rhs of && and || will no longer cause the shell to fork if + it's not necessary. + +s. The `local' builtin takes a new argument: `-', which will cause it to save + the single-letter shell options and restore their previous values at + function return. + +t. `complete' and `compgen' have a new `-o nosort' option, which forces + readline to not sort the completion matches. + +u. Bash now allows waiting for the most recent process substitution, since it + appears as $!. + +v. The `unset' builtin now unsets a scalar variable if it is subscripted with + a `0', analogous to the ${var[0]} expansion. + +w. `set -i' is no longer valid, as in other shells. + +x. BASH_SUBSHELL is now updated for process substitution and group commands + in pipelines, and is available with the same value when running any exit + trap. + +y. Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or + not bash is being run in a GNU Emacs shell window. + +z. Bash now treats SIGINT received when running a non-builtin command in a + loop the way it has traditionally treated running a builtin command: + running any trap handler and breaking out of the loop. + +aa. New variable: EXECIGNORE; a colon-separate list of patterns that will + cause matching filenames to be ignored when searching for commands. + +bb. Aliases whose value ends in a shell metacharacter now expand in a way to + allow them to be `pasted' to the next token, which can potentially change + the meaning of a command (e.g., turning `&' into `&&'). + +4. New Features in Readline + +a. The history truncation code now uses the same error recovery mechansim as + the history writing code, and restores the old version of the history file + on error. The error recovery mechanism handles symlinked history files. + +b. There is a new bindable variable, `enable-bracketed-paste', which enables + support for a terminal's bracketed paste mode. + +c. The editing mode indicators can now be strings and are user-settable + (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string' + variables). Mode strings can contain invisible character sequences. + Setting mode strings to null strings restores the defaults. + +d. Prompt expansion adds the mode string to the last line of a multi-line + prompt (one with embedded newlines). + +e. There is a new bindable variable, `colored-completion-prefix', which, if + set, causes the common prefix of a set of possible completions to be + displayed in color. + +f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- + mode yank-pop. + +g. The redisplay code underwent several efficiency improvements for multibyte + locales. + +h. The insert-char function attempts to batch-insert all pending typeahead + that maps to self-insert, as long as it is coming from the terminal. + +i. rl_callback_sigcleanup: a new application function that can clean up and + unset any state set by readline's callback mode. Intended to be used + after a signal. + +------------------------------------------------------------------------------ This document details the changes between this version, bash-4.3-release, and the previous version, bash-4.3-rc2. @@ -769,7 +1802,7 @@ y. The {x} operators to the [[ command do not consider the current locale when comparing strings; they use ASCII ordering @@ -408,7 +430,7 @@ compat40 set compat41 set - interrupting a command list such as "a ; b ; c" causes the execution - of the entire list to be aborted (in versions before bash-4.1, + of the entire list to be aborted (in versions before bash-4.0, interrupting one command in a list caused the next to be executed) - when in posix mode, single quotes in the `word' portion of a double-quoted parameter expansion define a new quoting context and @@ -417,6 +439,18 @@ compat41 set compat42 set - the replacement string in double-quoted pattern substitution is not run through quote removal, as in previous versions + +compat43 set + - the shell does not print a warning message if an attempt is made to + use a quoted compound assignment as an argument to declare + (declare -a foo='(1 2)') + - word expansion errors are considered non-fatal errors that cause the + current command to fail, even in Posix mode + - when executing a shell function, the loop state (while/until/etc.) is + not reset, so `break' or `continue' in a shell function will break or + continue loops in the calling context. Bash-4.4 and later reset the + loop state to prevent this. + ------------------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/CWRU/changelog b/CWRU/changelog index 354720a73..f37159d8b 100644 --- a/CWRU/changelog +++ b/CWRU/changelog @@ -5848,3 +5848,5834 @@ variables.c simple variable assignment would set a variable in the global context instead of a local context. Bug report from Geir Hauge + + 2/26 + ---- +[bash-4.3 released] + + 2/27 + ---- +aclocal.m4 + - broken wcwidth check: fix typo reported by David Michael + + + 2/28 + ---- +support/bashbug.sh + - add ${BUGADDR} to error message printed if sending mail fails + +trap.c + - _run_trap_internal: don't call {save,restore}_pipeline if running + DEBUG trap; run_debug_trap calls them itself. Fixes bug reported + by Moe Tunes + +test.c + - unary_test: fix 'R' case by using find_variable_noref instead of + find_variable + - test_unop: add back missing 'R' case. Fixes bug reported by + NBaH + + 3/2 + --- +jobs.c + - end_job_control: if job control is active, we changed the terminal's + process group, so make sure we restore it. Fixes bug reported by + Eduardo A. Bustamante López + + 3/7 + --- +pcomplete.c + - pcomp_curtxt: new variable, holds the original text to be completed + as passed to the programmable completion code + - pcomp_filename_completion_function: if we are running compgen + (presumably in a shell function completion) and performing readline + completion, check the word being completed. If it's not empty, but + the original word passed to the programmable completion code is an + empty string (""), call a dequoting function if one is available. + This compensates for an assumption in bash-completion. Reported by + Albert Shih + +lib/readline/readline.c + - _rl_dispatch_subseq: when deciding whether or not to set vi mode's + idea of the last command, use whether or not the dispatching keymap + is vi_movement_keymap instead of the key sequence length. The `c', + `d', and `y' commands all take motion commands as `arguments' and + will produce key sequences longer than 1 character. The arrow keys + will end up dispatching out of a different keymap, so the test will + prevent arrow keys from setting the last command (the problem in + bash-4.2). Bug report from Daan van Rossum + +lib/readline/vi_mode.c + - _rl_vi_motion_command: convenience function to test whether a key is + a vi-mode motion command + +lib/readline/rlprivate.h + - _rl_vi_motion_command: extern declaration + +parse.y + - parse_matched_pair: we should not skip processing single quotes in + posix mode if dolbrace_state == DOLBRACE_QUOTE2 (pattern + substitution). Fixes bug reported by David Sines + + + 3/10 + ---- +lib/readline/readline.c + - _rl_dispatch_callback: treat a return value of -1 as the end of + a command dispatch sequence if the current context doesn't + indicate that we're reading a multi-key sequence + ((cxt->flags & KSEQ_SUBSEQ) == 0). Turn off the multikey flag + and free the context chain in this case. Fixes one bug reported + by Felix Yan to bug-readline list + - _rl_dispatch_callback: treat a return value of > 0 the same as 0 + and return from the function, since only values < 0 cause us to + simulate recursion. Rest of fix for bug tracked down by + Anatol Pomozov + + 3/11 + ---- + +execute_cmd.c + - execute_in_subshell: if a longjmp occurs, set result to + EXECUTION_FAILURE only if last_command_exit_value == EXECUTION_SUCCESS; + use value of last_command_exit_value otherwise. Fixes cosmetic + issue reported by Dennis Lambe Jr. + +doc/bash.1 + - shell-kill-word and shell-backward-kill-word should be documented + as unbound by default. Report from Oliver Hartley + + +trap.c + - run_pending_traps: save value of $? before running trap commands in + trap_saved_exit_value, like run_exit_trap + - _run_trap_internal: save value of $? before running trap commands in + trap_saved_exit_value, like run_exit_trap + +builtins/common.c + - get_exitstat: when running `return' in a trap action, and it is not + supplied an argument, use the saved exit status in + trap_saved_exit_value. Fixes Posix problem reported by + Eduardo A. Bustamante López + + 3/13 + ---- +lib/sh/shquote.c + - sh_contains_quotes: new function, returns true if a given string + contains any of the shell quote characters (single quote, double + quote, or backslash) + +externs.h + - sh_contains_quotes: new extern declaration + +pcomplete.c + - pcomp_filename_completion_function: more changes for the benefit of + bash-completion: if the argument is not the same as the original + argument passed to the programmable completion code (pcomp_curtxt), + and we are being run by compgen as part of a completion, dequote the + argument as bash-completion expects. Fix for the complete-word- + with-quoted-special-chars problem with bash-completion + + 3/17 + ---- +execute_cmd.c + - execute_intern_function: when in posix mode, make defining a function + with the same name as a special builtin a fatal error only when the + shell is not interactive. Interactive shells display an error + message and go on. From a discussion with Doug McIlroy + + + 3/18 + ---- +arrayfunc.c + - assign_compound_array_list: when using expand_assignment_string_to_string + to expand the value in a ( [x]=y ) compound assignment, make sure + that we convert 0x0 to "" when expanding [x]= so it doesn't appear as + if the index is unset. Fixes bug reported by Geir Hauge + + +builtins/common.c + - get_exitstat: update fix of 3/11 to allow the DEBUG trap to use the + current value of $? instead of the value it had before the trap + action was run. This is one reason the DEBUG trap exists, and + extended debug mode uses it. Might want to do this only in Posix + mode + +doc/{bash.1,bashref.texi} + - return: add language cribbed from Posix saying what happens when + return is run without an argument from a trap, including the DEBUG + trap exception + + 3/19 + ---- +lib/glob/gmisc.c + - extglob_pattern_p: make sure ?(patlist) is flagged as an extglob + pattern + +lib/glob/glob.c + - extglob_skipname: rewrite to handle patterns that begin but do not + end with an extglob pattern; change test for easy case and loop + through patterns accordingly. Fixes problem with matching filenames + with a leading dot reported by Stephane Chazelas + + - wextglob_skipname: make analogous changes + + 3/20 + ---- +Makefile.in + - pass -DDEBUG down to builds in readline and history directories + +lib/readline/util.c + - _rl_trace and related functions are now only compiled in if DEBUG + is defined + +lib/readline/Makefile.in + - substitute @DEBUG@ and pass -DDEBUG, if necessary, to compilation + in LOCAL_CFLAGS + + 3/21 + ---- +parse.y + - shell_getc: when checking whether or not to reallocate + shell_input_line to add trailing newline, don't try to subtract from + shell_input_line_size. size_t is unsigned, so if its value is less + than 3 (like, say, 2), size-3 is a very large number and the string + will not be reallocated. Use len+3 > size instead of len > size-3. + Fixes bug reported in + https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1295467 + + 3/27 + ---- +lib/readline/display.c + - _rl_clean_up_for_exit: don't bother to call _rl_move_vert to whatever + readline thinks the last displayed line is if it's 0. Two reasons: a + minor optimization, and it protects against unwanted moving if this + function is called twice, as it is when ^C is pressed. Fixes bug + reported by Egmont Koblinger + + 3/28 + ---- +bashline.c + - invalid_completion: new function, used to identify attempts to + complete words that are syntax errors + - attempt_shell_completion: if invalid_completion returns true for a + word in a command position, punt on all completions. Fixes cosmetic + issue reported by Uwe Storbeck + - attempt_shell_completion: add clause so that in_command_position + remains set to 1 for an empty word following a command separator like + (, &, or | + +lib/readline/kill.c + - rl_yank, rl_yank_nth_arg_internal: don't return -1 from bindable + functions, return 1 instead + +lib/readline/text.c + - rl_rubout, _rl_rubout_char, rl_delete, rl_change_case, + rl_transpose_chars, rl_transpose_words, _rl_set_mark_at_pos, + rl_exchange_point_and_mark, _rl_insert_next, _rl_char_search, + _rl_char_search_internal: + don't return -1 from bindable functions, return 1 instead + +lib/readline/vi_mode.c + - rl_vi_end_word, rl_vi_rubout, rl_vi_delete, rl_vi_char_search, + rl_vi_match, _rl_vi_set_mark, _rl_vi_goto_mark: + don't return -1 from bindable functions, return 1 instead + +lib/readline/macro.c + - rl_start_kbd_macro, rl_end_kbd_macro: + don't return -1 from bindable functions, return 1 instead + +builtins/setattr.def + - set_var_attribute: honor setting of no_invisible_vars when setting + att_invisible on a variable + - include "../flags.h" for no_invisible_vars + +builtins/declare.def + - declare_internal: honor setting of no_invisible_vars when setting + att_invisible on a variable + - include "../flags.h" for no_invisible_vars + +Makefile.in,builtins/Makefile.in + - make sure declare.o and setattr.o depend on flags.h + +execute_cmd.c + - decpoint: new function, returns locale's decimal point or `.' default + - mkfmt: use decpoint() to get decimal point instead of unconditionally + using `.'. Fixes bug reported by Andrey Tataranovich + in debian bug 741669 + + 4/10 + ---- +lib/readline/rltypedefs.h + - add back old Function/VFunction/etc typedefs, since other packages + (python, samba) use them. Mark as deprecated using gcc and clang + attributes. Report and fix from Max Horn + + 4/14 + ---- +jobs.c + - run_sigchld_trap: unwind-protect value of this_shell_builtin, since + it matters in some cases whether or not we are running `wait' or + `eval'. Fixes bug reported by Eduardo A. Bustamante López + + + 4/18 + ---- +shell.h + - sh_parser_state_t: add `need_here_doc' flags member, since + xparse_dolparen (via parse_command) sets it to 0 + +parse.y + - gather_here_documents: make sure need_here_doc is > 0, since we + don't want to just decrement it forever if it ends up < 0. Partial + fix for bug reported by Jared Yanovich + - {save,restore}_parser_state: save and restore need_here_doc flag. + Rest of fix for bug reported by Jared Yanovich + + 4/19 + ---- +subst.c + - cond_expand_word: since we are not supposed to be performing word + splitting here, set expand_no_split_dollar_star to 1 in addition to + setting W_NOSPLIT2 + - expand_word_internal: if we have a case where we have an unquoted + $@ but we are in a case where we don't want to split (W_NOSPLIT2), + make sure we return a list consisting of a single word with the + arguments separated by spaces and don't do word splitting. Fixes + bug reported by Greg Wooledge from an IRC + discussion + +builtins/hash.def + - print_portable_hash_info: single-quote pathnames and hashed filenames + that contain shell metacharacters. Fixes bug reported by + in debian bash bug #739853 + + 4/20 + ---- +lib/readline/display.c + - When using horizontal scrolling, the redisplay code erases too much + of the line containing successful results, so make sure we only + erase to the end of the line after making sure we move the cursor + to the end. Fixes bug reported by + + 4/23 + ---- +{bashhist,bashline}.c +builtins{bind,help,type}.def +lib/glob/glob.c, lib/intl/{loadmsgcat,localealias}.c,lib/sh/mktime.c + - fixes to memory leaks uncovered by coverity scan + + 4/24 + ---- +{bashhist,subst,redir,assoc,jobs,array,trap}.c +lib/intl/l10flist.c +builtins/complete.def + - fixes to memory leaks and other resource usage problems uncovered by + coverity scan + +redir.c + - do_redirection_internal: if dup2 fails (presumably because of a + resource limit), close the file descriptor we opened before returning + error + + 4/25 + ---- +config-top.h + - DEFAULT_BASHRC: new define with the name of the default shell + startup file + +bashline.c + - bash_directory_completion_matches: don't dequote the directory name. + If rl_completion_found_quote is non-zero, readline will dequote the + filename itself. Fixes bug reported by Clark Wang + + + 4/27 + ---- +subst.c + - parameter_brace_expand_rhs: if parameter_brace_find_indir returns + NULL or "", or if it returns something that is not a valid identifier, + report an error and return &expand_wdesc_error so the error can + propagate up. Fixes bug reported by Andre Holzhey + + + 4/29 + ---- +subst.c + - parameter_brace_substring: don't short-circuit right away if the + value is NULL but we are looking at the positional parameters. Part + of fix for bug reported by Pierre Gaston + - pos_params: if there are no positional parameters, only short-circuit + if we are looking for $1 and above. Rest of fix for bug reported + by Pierre Gaston + +subst.h + - SD_NOPROCSUB: new flag for skip_to_delim, means to not allow any + process subsitutions (should not have overloaded SD_NOSKIPCMD) + +subst.c + - skip_to_delim: honor SD_NOPROCSUB flag + +make_cmd.c + - make_arith_for_expr: set W_NOPROCSUB flag in the created word + - make_arith_for_command: set SD_NOPROCSUB in the flags argument to + skip_to_delim so we don't treat <( or >( as a process substitution + (we won't evaluate them in eval_arith_for_expr anyway). Fixes + bug reported by Pierre Gaston + + 5/1 + --- +lib/glob/gmisc.c + - glob_dirscan: new function, takes a pattern and a directory separator + argument and advances the pattern to the last occurrence of the + separator. Like strrchr, but understands extended glob patterns and + uses glob_patscan to skip over them + +lib/glob/glob.c + - extglob_skipname: if the extended globbing pattern is invalid, don't + skip the name + - glob_filename: if there is a slash in the pattern to be matched, and + extglob is enabled, use glob_dirscan to find the real last occurrence + of `/' to avoid being confused by slashes in extglob patterns. Fix + for bug reported by Pierre Gaston + + 5/6 + --- +variables.c + - make_local_variable: only set the att_invisible attribute if + no_invisible_vars isn't set + - find_variable_for_assignment: new function, intended to be called by + code that eventually wants to assign a value to the variable; will not + skip invisible variables; currently identical to find_variable + - find_variable_no_invisible: new function, finds the first visible + instance of variable with a given name in the variable context chain; + eventually will be used to replace find_variable; separate right now + for testing + +variables.h + - find_variable_for_assignment: extern declaration + - find_variable_no_invisible: extern declaration + + 5/7 + --- +variables.c + - make_local_variable: don't clear `invisible' attribute if we are + returning an existing local variable at the right context. Let the + upper layers do that. Fixes bug reported by Dan Douglas + + + 5/8 + --- +lib/readline/input.c + - rl_getc: call RL_CHECK_SIGNALS if a read(2) is interrupted (-1/EINTR) + by SIGALRM or SIGVTALRM (placeholder for non-keyboard-generated + signals of interest) + +builtins/read.def + - edit_line: call bashline_set_event_hook and + bashline_reset_event_hook around call to readline(), so the right + signal handling happens + - read_builtin: make sure we add an unwind_protect call to + bashline_reset_event_hook. These changes fix bug reported in + https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1317476 + +bashline.c + - bash_event_hook: make sure we clean up the readline state by calling + rl_cleanup_after_signal if sigalrm_seen is non-zero. The read builtin + sets this when it times out + + 5/12 + ---- +doc/{bash.1,bashref.texi} + - clarify language to make it clear that changing attributes of a + nameref variable (e.g., export), actually changes the attributes of + the referenced variable. Fixes omission noted by Jeff Haemer + + +arrayfunc.c + - bind_array_var_internal: make sure ENTRY no longer has invisible + attribute before returning. Fixes bug reported by Geir Hauge + + + 5/22 + ---- +execute_cmd.c + - shell_execve: if execve fails and we return 127 or 126, make sure to + set last_command_exit_value if a call to file_error or report_error + causes the shell to exit. This ensures that the shell exits with + the right value. + + 6/6 + --- +shell.c + - drop_priv_mode: print an error message on setuid() failure, optionally + exit if errno == EAGAIN, as it can be on Linux when RLIMIT_NPROC for + the target user is exceeded. + +config-top.h + - EXIT_ON_SETUID_FAILURE: new settable define, will cause the shell to + exit if setuid fails with errno == EAGAIN + + 6/10 + ---- +parse.y + - time_command_acceptable: fix so time is accepted everywhere the + grammar is looking for a `compound_list'. Fixes bug reported by + Dale Worley + + 6/12 + ---- +subst.c + - clear_fifo_list: new function, clears FDs associated with open pipes + in current FIFO list without closing the file descriptors. Can + possibly be used when shell_execve fails and the shell jumps back + to top_level and we don't want the shell to close the open FIFOs + each time through the read-execute loop. Bug reported by Harald + Koenig + + + 6/16 + ---- +builtins/shopt.def + - compat42: make sure the `compat42' option sets the correct variable + for compatibility level. Fixes bug reported by Ondrej Oprala + + +support/bashbug.sh + - fix typo when echoing $USAGE. Report from Shantanu Kulkarni + + +execute_cmd.c + - shell_execve: before longjmp back to subshell_top_level, clear out the + FIFO fd list by calling clear_fifo_list so the FDs (which we inherited + from our parent) aren't closed every time through the read-eval loop. + Fix for bug reported by Harald Koenig + + 6/18 + ---- +subst.c + - extract_process_subst: add additional argument: xflags, allow callers to + pass flags like extract_command_subst + - extract_process_subst: call xparse_dolparen like command substitution + to avoid problems when parsing commands constructs with embedded open + parens. Fixes bug reported by Tim Friske + +subst.h + - extract_process_subst: modified prototype for extern declaration + + 6/19 + ---- +execute_cmd.c + - execute_pipeline: if running with lastpipe enabled, make sure that we + check whether or not the job id is valid using INVALID_JOB before + calling job_exit_status. the jobs list can get frozen and unfrozen in + the presence of nested pipelines and loops and wait_for can clear a + job table entry. Fixes bug reported by + +jobs.c + - freeze_jobs_list: now returns old value of jobs_list_frozen; unused at + current time + +jobs.h + - freeze_jobs_list: change return value + + 6/20 + ---- +lib/glob/smatch.c + - MEMCHR: single-byte and wide character defines (memchr/wmemchr) + +lib/glob/sm_loop.c + - GMATCH: when the wildcards are the last element of the pattern, make + sure they do not match a string containing a `/' if FNM_PATHNAME is + set in FLAGS + - GMATCH: when recursively calling GMATCH after we see a `*', don't + try to consume the rest of the pattern with `*' if FNM_PATHNAME is + set in FLAGS, just consume up to the next slash and then see whether + or not the rest of the pattern matches. Fixes bug reported by Ian + Kelling + - GMATCH: when processing `*' in the pattern, after skipping consecutive + wildcards, if we hit a literal `/' in the pattern and we're looking + for a pathname, skip characters in the string until we find a `/' + (no slash means the match fails), and try to match the rest of the + pattern against the portion of the string after the next `/'. Picked + up from gnulib/glibc + +pathexp.c + - split_ignorespec: since split_ignorespec gets globbing patterns, + make sure we call skip_to_delim with the SD_GLOB flag so delimiters + that occur within bracket expressions don't delimit the pattern. + Fixes problem with [[:digit:]] in GLOBIGNORE reported by Ian Kelling + + +unwind_prot.c + - unwind_protect_tag_on_stack: new function, returns 1 if unwind-protect + frame corresponding to `tag' argument is on unwind-protect stack + +unwind_prot.h + - unwind_protect_tag_on_stack: extern declaration + + 6/30 + ---- +lib/readline/misc.c + - _rl_revert_all_lines: set entry->data to 0 after assigning it to + rl_undo_list to avoid pointer aliasing problems that would result + in entry->line being freed by an undo. The subsequent free would + be a double free. Report and fix from Jared Yanovich + + +subst.c + - command_substitute: other shells do not appear to inherit the -v + option when reading and executing command substitutions. Reported + by Ondrej Oprala + + 7/1 + --- +config-top.h + - CHECKHASH_DEFAULT: new define that supplies the default value for + check_hashed_filenames (`checkhash' shopt option); still 0 by default + +findcmd.c + - check_hashed_filenames: initialize using CHECKHASH_DEFAULT + +lib/readline/histexpand.c + - history_expand: double quotes can inhibit recognition of the history + comment character if history_quotes_inhibit_expansion is non-zero + +lib/readline/doc/{history.3,hstech.texi} + - history_quotes_inhibit_expansion: expand definition to note that it + inhibits scanning for the history comment character as well; correct + typo to make it clear that it only works on double-quoted strings + +lib/sh/zgetline.c + - add new fourth argument: DELIM, allows delimiter to be something + other than newline (if DELIM != '\n', UNBUFFERED_READ should be + non-zero) + - UNBUFFERED_READ is now fifth argument + - check character against DELIM rather than strictly newline + +externs.h + - zgetline: change function prototype for extern declaration + +builtins/mapfile.def + - mapfile: change calling sequence for zgetline calls + - mapfile_builtin: new -d option: DELIM, like in read builtin + - mapfile_builtin: pass `delim' to mapfile() as new argument; default + to '\n' unless -d option supplied + - mapfile: take new DELIM argument, pass to zgetline + - mapfile: if DELIM != '\n', set unbuffered_read to 1 + +doc/{bash.1,bashref.texi} + - mapfile: document new `-d DELIM' option + + 7/5 + --- +lib/readline/histfile.c + - history_truncate_file: if there is an error writing the truncated + history list back to the history file, use the same strategy as + history_do_write: create a backup file, rename the history file to + the backup file, and restore the original history file from the + backup file name if the write or the close fails. Suggestion from + Chen Gang to bug-readline + +execute_cmd.c + - evalnest, evalnest_max: new variables establishing maximum number of + recursive `eval' calls; current max is 4096 + - execute_builtin: unwind-protect value of evalnest around calls to + eval builtin. Suggested by Oliver Morais + - {initialize_subshell,execute_subshell_builtin_or_function}: reset + evalnest to 0 in a subshell + +builtins/setattr.def + - show_name_attributes: show a variable's attributes even if it's + invisible (don't show any value since it has none). This means that + declare -p var will display VAR's attributes even when var marked + as invisible. Feature request from Peggy Russell + + - show_var_attributes: don't print assignment if array or assoc + attribute is set but variable marked as invisible + +tests/array.right + - special note: changed all declare -a output tests because the shell + will no longer print out values for invisible array variables. This + is a change, but one for correctness: + + declare -a foo='()' + and + declare -a foo + are not equivalent + + 7/22 + ---- +subst.c + - parameter_brace_expand: after calling parameter_brace_expand_indir, + turn off the W_ARRAYIND flag in the word it returns, because there + is no way for it to return the index that should be used, and the + rest of the function assumes that IND is valid if W_ARRAYIND is set. + Fixes bug reported by Corentin Peuvrel + + 8/2 + --- +parse.y + - read_token_word: if we read a character that will end a command + substitution, don't skip over quoted newlines when we read an + additional character to figure out whether it's a two-character + token. This lets the higher layers deal with quoted newlines after + the command substitution. Fixes bug reported by EmanueL Czirai + + + 8/11 + ---- +execute_cmd.c + - execute_pipeline: check whether lastpipe_jid corresponds to a valid + job before calling append_process, for the same reason as fix from + 6/19. Fixes bug reported by + + 8/12 + ---- +lib/sh/unicode.c + - stub_charset: use strncpy instead of strcpy because we are copying + into a local fixed-length buffer. Fixes vulnerability reported by + + +execute_cmd.c + - execute_pipeline: if we don't call append_process, call + wait_for_single_pid to get the status of `lastpid', since that will + check the status of already-reaped processes. Fixes spurious error + message about non-existent process from fix of 8/11 + + 8/15 + ---- +jobs.c + - running_in_background: new variable, keeps track of whether or not we + are running in the background (not perfect yet) + - initialize_job_control: even if we are not turning on job control, + get the terminal pgrp so we can use it later + - {set_job_control,initialize_job_control}: set running_in_background + to 1 if terminal pgrp != shell pgrp + - {stop_pipeline,make_child,wait_for}: if we are running in the + background, don't mess with the terminal's process group; assume that + the parent shell will do that. Fixes bug reported by Greg Wooledge + + +shell.c + - shell_reinitialize: reset running_in_background back to 0 + + 8/24 + ---- +execute_cmd.c + - {execute_connection,execute_command_internal}: make sure that + asynchronous commands always set $? to 0 and are not affected by the + command's exit status being inverted using `!'. Fixes bug reported + by Vincent Lefevre + +lib/readline/display.c + - rl_message: call vsnprintf with full msg_bufsiz, since it counts + one fewer than the buffer length passed as an argument. Bug report + and fix from Dylan Cali + + 8/26 + ---- +builtins/evalstring.c + - evalstring: if CURRENT_TOKEN == yacc_EOF, reset it to newline. This + is instead of calling reset_parser(); that might still be needed. + Fixes bug with eval and a subsequent statement ending with EOF + reported by + +pcomplete.c + - filter_stringlist: when extglob is on, a leading ! in the filter + pattern should be left alone when it introduces a !(pat) pattern; + otherwise it messes up the pattern. Fixes bug reported by David + Korn + + 8/27 + ---- +doc/{bash.1,bashref.texi} + - clarify the behavior of bash when given the -c option, since $0 is + technically not a positional parameter. Bug reported by Stephane + Chazelas + + 8/28 + ---- +lib/readline/history.c + - add_history: use history_max_entries (if history is stifled) or + DEFAULT_HISTORY_INITIAL_SIZE if not (new define, defaults to 502) + to size the initial allocation of the history array. Assumption + is that this will reduce the number of allocations + + 8/29 + ---- +execute_command.c: + - sourcenest, sourcenest_max: new variables used to track level of + sourced files and (maybe) one day catch infinite source recursion + - execute_builtin: if current source level exceeds sourcenest_max, + trigger an error and jump back to the top level + - {initialize_subshell,execute_subshell_builtin_or_function}: reset + sourcenest to 0 in a subshell + + 9/2 + --- +variables.c + - bind_variable: if a nameref expands to an array reference, make + sure that assign_array_element gets called (maybe even + recursively) instead of bind_variable_internal, so invalid variable + names (like arr[0]) don't get created. Fixes bug reported by + + + 9/3 + --- +execute_cmd.c + - evalnest_max,sourcenest_max: initialize from EVALNEST_MAX and + SOURCENEST_MAX, respectively. Feature suggested by + + +config-top.h + - define EVALNEST_MAX and SOURCENEST_MAX to 0 + + 9/6 + --- +bashline.c + - find_cmd_start: fix to (crudely) deal with >| token; even though + skip_to_delim finds `|' as a delimiter, we call it again and use + what the second call finds. Fixes bug reported by Dan Jacobson + + +findcmd.c + - find_in_path_element: if in posix mode, do not expand a literal + tilde in a $PATH element + +doc/bashref.texi + - add change to tilde expansion in $PATH elements to posix mode + description + +builtins/common.h + - ISHELP: new define for builtins that do their own option parsing + and don't use internal_getopt(); checks whether argument is --help + - CHECK_HELPOPT: convenience define to help builtins that do their + own option parsing to check for --help with one line of code + - CASE_HELPOPT: convenience define to help builtins that use + internal_getopt() check for --help with one line of code + +builtins/help.def + - builtin_help: new function, prints out --help output for current + builtin + +builtins/{kill,let,pushd}.def + - add CHECK_HELPOPT to builtins that use ISOPTION; call builtin_help + and return EX_USAGE (kill/let/pushd/popd/dirs) + +builtins/{caller,fg_bg}.def + - use CHECK_HELPOPT to recognize --help, since these builtins perform + checks that can cause them to return before calling no_options + (caller/fg/bg) + +builtins/{exit,return}.def + - use CHECK_HELPOPT to recognize --help before calling get_exitstat() + (return/exit/logout) + +builtins/{break,shift}.def + - use CHECK_HELPOPT to recognize --help before any other checks + (break/continue/shift) + +builtins/bashgetopt.h + - GETOPT_EOF: convenience define + - GETOPT_HELP: new define, to indicate internal_getopt saw --help + +builtins/bashgetopt.c + - internal_getopt: return GETOPT_HELP for --help + +builtins/common.c + - no_options: recognize --help, call builtin_help and return 2 + (builtin/eval/source/./times) + +builtins/command.def + - use CASE_HELPOPT() to handle --help after calling internal_getopt() + (command) + +builtins/{colon,echo,test}.def + - do not recognize --help (:/true/false/echo/test) + + 9/8 + --- +sig.c + - termsig_sighandler: if readline is active now, set the bashline event + hook. Old code just set it for interactive shells. Part of fix for + bug reported by + +bashline.c + - bash_event_hook: call rl_cleanup_after_signal if terminating_signal + is non-zero, since check_signals_and_traps() will cause the shell to + exit if it is and we want to clean up the readline state first. Rest + of fix for bug reported by + + 9/9 + --- +jobs.c + - waitchld: when running the wait builtin in posix mode, with a trap set + on SIGCHLD, use queue_sigchld_trap instead of trap_handler (SIGCHLD), + otherwise you will lose SIGCHLDs when children_exited > 1. Fixes bug + reported by + +builtins/read.def + - read_builtin: if we are changing the tty settings, call + initialize_terminating_signals so we have a chance to catch all + terminating signals and potentially clean up the terminal before + exiting + - read_builtin: tty_modified: new variable, set to 1 if we change the + terminal attributes and have to call ttyrestore() to restore them + - if one of the `reads' returns -1/EINTR due to a terminating signal, + and we have modified the terminal, call ttyrestore before calling + CHECK_TERMSIG + - ttyrestore: set tty_modified to 0 when called + + 9/10 + ---- +builtins/read.def + - termsave: now global to file so other functions can use it + - read_tty_cleanup: if tty_modified is non-zero, call ttycleanup to + restore old terminal settings and turn off tty_modified + +sig.c + - termsig_handler: call read_tty_cleanup if currently executing read + builtin; it does the right thing. Final piece of fix for bug reported + by Jan Rome + + 9/11 + ---- +general.c + - printable_filename: general function to return a printable + representation of a string (presumed to be a filename) + +general.h + - extern declaration for printable_filename + +execute_cmd.c + - execute_disk_command: use printable_filename + +builtins/{bind,cd,enable,hash,source}.def + - use printable_filename as appropriate when printing error messages. + From a suggestion by Vincent Lefevre + +builtins/bind.def + - use CASE_HELPOPT() to handle --help after calling internal_getopt() + (bind) + + 9/12 + ---- +builtins/common.h + - SEVAL_FUNCDEF: new flag for parse_and_execute; it means that we only + accept a single function definition command, as when we are importing + functions from the environment + - SEVAL_ONECMD: new flag for parse_and_execute; for future use + +builtins/evalstring.c + - parse_and_execute: if the SEVAL_FUNCDEF flag is set, disallow anything + but a function definition command + +variables.c + - initialize_shell_variables: don't allow functions with invalid names + to be imported from the environment, even though we still allow them + to be defined + - initialize_shell_variables: when importing function definitions from + the environment, call parse_and_execute with the SEVAL_FUNCDEF flag + to force the command to be just a function definition + +subst.c + - param_expand: when expanding a $name variable expansion, make sure that + the variable is visible and set before following the nameref chain + - param_expand: when expanding a $name variable expansion and following the + nameref chain, make sure the resulting variable is visible and set + before using it + + 9/13 + ---- +variables.c + - initialize_shell_variables: when importing function definitions from + environment, use SEVAL_ONECMD flag for parse_and_execute. Part of + CVE-2014-6271 + +builtins/evalstring.c + - parse_and_execute: if SEVAL_ONECMD flag set, return immediately after + calling execute_command_internal. Final piece for fix for bug + reported by Stephane Chazelas . Part of + CVE-2014-6271 + + 9/24 + ---- +parse.y + - reset_parser: reset eol_ungetc_lookahead to 0 here, since we don't want + shell_getc returning it on the next call. Fixes problem reported by + Tavis Ormandy and Michal Zalewski + . Potentially part of CVE-2014-6271; fix for + CVE-2014-7169 + + 9/25 + ---- +parse.y + - push_heredoc: new function, pushes a here-doc redirection onto + redir_stack handling overflow of redir_stack. Exits on overflow. + Original fix from Florian Weimer . Fix for + CVE-2014-7186 + - change straight assignments to redir_stack to call push_redir + - add one to size of word_lineno stack to avoid off-by-one error + below in read_token_word. Overflow just results in line numbers + being wrong. Fix for CVE-2014-7187 + + 9/27 + ---- +{execute_cmd,trap}.c + - changes to make minimal-config builds work again, mostly missing + #ifdefs for optional features + +builtins/common.c + - builtin_help: dummy version to be included if HELP_BUILTIN not + defined, for minimal-config builds + +variables.c + - initialize_shell_variables: incorporated patches from Florian + Weimer to change the strings bash looks + for when importing shell functions from the environment. It + adds a prefix (BASH_FUNC_) and a suffix (%%) to the name to + mark it as having been created by bash as an exported function. + Fix for remote attacks part of CVE-2014-6271 and CVE-2014-7169 + - mk_env_string: takes new argument, indicating whether we are + constructing a function + - mk_env_string: encodes function names as described above, so + initialize_shell_variables can find them + + 9/28 + ---- +copy_cmd.c + - copy_redirects: before calling savestring on here_doc_eof, make + sure it's not NULL (it could have been the result of a here + document delimited by EOF or EOS). Fixes bug reported by + Michal Zalewski . Fix for CVE-2014-6277 + +make_cmd.c + - make_redirection: initialize here_doc_eof member to NULL. Rest of + fix for CVE-2014-6277 + + 9/29 + ---- +parse.y + - current_input_line_state: return a sh_input_line_state_t containing + the current shell_input_line and its index and size variables + +shell.h + - current_input_line_state: extern declaration + +builtins/evalstring.c + - parse_and_execute: call reset_parser() before returning if + SEVAL_ONECMD set. Fixes bug reported by Michal Zalewski + and designated CVE-2014-6278 + - parse_and_execute: if we parse a function definition when + SEVAL_FUNCDEF is set, but don't consume the entire passed string, + throw an error, reset the parser, and return. Part of fix for + CVE-2014-6278 + - parse_and_execute: if parsing the shell function definition when + SEVAL_FUNCDEF is set transforms the function name (e.g., if it + begins with a newline or begins or ends with whitespace), throw + an error, reset the parser, and return. Fixes bug reported by + Eric Kobrin + + 10/2 + ---- +jobs.c + - bgp_prune: don't do anything if bgpids.npid == 0 or + bgpids.list == NULL. This can happen if something gets run before + the job control framework is initialized. Bug report from + + + 10/3 + ---- +parse.y + - xparse_dolparen: don't set token_to_read to newline after calling + parse_string() and cleaning up when the shell is not interactive. This + makes the parser think it's ok to read new commands even if it's not in + a state where that should be possible. Underlying fix for bug reported + by Michal Zalewski and designated CVE-6278 + - parser_remaining_input: new function, returns the portion of + shell_input_line that hasn't yet been read + - current_input_line_state: removed + +shell.h + - parser_remaining_input: extern declaration + - current_input_line_state: removed + +builtins/evalstring.c + - parse_and_execute: change code that checks whether parse_command has + consumed the entire passed string when SEVAL_FUNCDEF is used to use + parser_remaining_input instead of messing around with (new) + current_input_line_state. Part of fix for CVE-2014-6278 + +variables.c + - initialize_shell_variables: if we don't call parse_and_execute, free + the temporary string, since parse_and_execute won't. Report and fix + from Eric Kobrin + + 10/4 + ---- +print_cmd.c + - print_function_def: when in posix mode, print shell function + definitions as posix specifies them, without the leading + `function' keyword + +general.c + - exportable_function_name: return 1 if the passed string can be + added to the environment as an exported function name. Currently + prohibits function names containing `/' and `=' from being + exported + +general.h + - exportable_function_name: extern declaration + +builtins/setattr.def + - set_or_show_attributes: if exporting a function with export -f, + call exportable_function_name to determine whether the function + should be exported; don't export function if it returns 0 + + 10/7 + ---- +builtins/setattr.def + - set_or_show_attributes: don't show identifiers that are invisible + and imported from the environment, since that combination of + attributes means that the imported variable is not a valid shell + identifier. Report from Stephane Chazelas + + + 10/8 + ---- +shell.c + - shell_initialize: set new variable should_be_restricted, which + says whether or not the shell will be a restricted one based on the + shell name; use in calls to initialize_shell_variables (to inhibit + importing shell functions) and initialize_shell_options (to inhibit + parsing $SHELLOPTS) and initialize_bashopts (to inhibit parsing + $BASHOPTS). Report from + + 10/12 + ----- +execute_cmd.c + - execute_function: unwind-protect loop_level, set loop_level to 0 + when entering a function so break and continue in functions don't + break loops running outside of the function. Fix picked up from + dash via Herbert Xu + + 10/13 + ----- +doc/Makefile.in + - bashref.pdf: create using texi2dvi --pdf rather than postprocessing + the dvi file, so we have PDF bookmarks and links. Fix from + Siep Kroonenberg + + 10/14 + ----- +subst.h + - Q_ARITH: new quoting flag. Semantics are per Posix's spec for + arithmetic expansion: act as if string is quoted, but don't treat + double quotes specially (in this case, they will be removed by quote + removal) + - Q_ARRAYSUB: new quoting flag, indicates we are expanding an indexed + array subscript + +subst.c + - expand_arith_string: if we are not expanding the string, but we saw + a quote with Q_ARITH specified as one of quoting flags, perform + quote removal even if Q_DOUBLE_QUOTES is specified + - param_expand: change calls to expand_arith_string for $[ and $(( + cases to specify Q_ARITH. Now $(( "$x" )) and $(( "x" )) work if x + has a value that evaluates to a valid number, as Posix specifies + - expand_word_internal: add test for quoted&Q_ARITH to the tilde case, + so we continue to perform tilde expansion in arithmetic contexts + - expand_word_internal: if quoted&Q_ARITH, continue processing when we + see a `"', acting as if the double quote isn't present (already + Q_DOUBLE_QUOTED) + +arrayfunc.c + - array_expand_index: pass Q_DOUBLE_QUOTED|Q_ARITH|Q_ARRAYSUB as quoted + argument in call to expand_arith_string. This inhibits word + splitting (Q_DOUBLE_QUOTED) while discarding double quotes (Q_ARITH), + identical to the quote flags passed while expanding $(( )) and $[ ]. + Q_ARRAYSUB reserved for future use. Fixes problem reported by + Stephane Chazelas + + 10/16 + ----- +subst.c + - parameter_brace_expand_word: if the PF_ASSIGNRHS flag is set and we + are expanding what looks like an array subscripted with @ or *, + make sure the variable we're expanding is actually an array before + we add Q_DOUBLE_QUOTES to the flags. If we don't, things like + scalar[@] will remain quoted. Fixes ubuntu bug 1381567 + https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1381567 + + 10/17 + ----- +{jobs,nojobs}.c + - get_original_tty_job_signals: get original signal dispostions for + SIGTSTP, SIGTTIN, SIGTTOU before we start manipulating them in + make_child + - default_tty_job_signals: make sure we set SIGTSTP, SIGTTIN, or + SIGTTOU to SIG_IGN if they were ignored at shell startup instead of + unconditionally setting them to SIG_DFL. Fixes bug reported by + idallen@idallen.ca + +jobs.h + - get_original_tty_job_signals: extern declaration + +trap.c + - initialize_traps: add call to get_original_tty_job_signals + + 10/22 + ----- +subst.c + - expand_string_for_rhs: when expanding in this context (rhs of a word + expansion or pattern removal), we don't perform word splitting, so + we don't want to split $* if IFS is empty. Fixes bug reported by + Stephane Chazelas + + 10/23 + ----- +subst.c + - param_expand: when expanding $* in a pattern context where the + expansion is quoted (Q_PATQUOTE), don't quote the expansion -- + the outer quotes don't make the characters in the expansion of + $* special. Posix interp 221. Reported by Stephane Chazelas + + + 10/28 + ----- +lib/readline/bind.c + - enable-bracketed-paste: new bindable variable, enables support for + a terminal's `bracketed paste mode'. Code contributed by + Daniel Colascione + +doc/bash.1,lib/readline/doc/{readline.3,rluser.texi} + - enable-bracketed-paste: add description + +lib/readline/{readline.c,rlprivate.h} + - _rl_enable_bracketed_paste: declarations + - #defines for use by bracketed paste implementation + +lib/readline/rltty.c + - rl_prep_terminal: send BRACK_PASTE_INIT string to terminal if we + are supposed to enable bracketed-paste mode; change terminal_prepped + to indicate we sent that string and need to clean up + - rl_deprep_terminal: if terminal_prepped indicates we sent the + bracketed-paste mode init string to the terminal, send the cleanup + string before restoring the terminal modes + +lib/readline/kill.c + - rl_bracketed_paste_begin: function to read bracketed paste until + BRACK_PASTE_SUFF; discard the suffix, and insert the rest of the + paste as a single (undoable) object. Bound to BRACK_PASTE_PREF + +lib/readline/funmap.c + - bracketed-paste-begin: new bindable command, executes + rl_bracketed_paste_begin + +lib/readline/readline.c + - bind_bracketed_paste_prefix: new function, sets up to recognize + the bracketed paste prefix sequence (BRACK_PASTE_PREF) in emacs + keymap and vi insertion keymap + - readline_initialize_everything: call bind_bracketed_paste_prefix + + 11/1 + ---- +builtins/ulimit.def + - RLIMIT_POSIXLOCKS: now synonym for RLIMIT_LOCKS + - -k: new option: RLIMIT_KQUEUES, max kqueues allocated for this + process + - -P: new option: RLIMIT_NPTS, max number of pseudoterminals available + to this process + +doc/{bash.1,bashref.texi} + - document `ulimit -k' option + - document `ulimit -P' option + +parse.y + - `timespec list_terminator' production: if the list terminator is `;' + set last_read_token to `;' to allow things like `time ; command' to + time null commands and not throw a syntax error. Patch from + Piotr Grzybowski + - `BANG list_terminator' production: do the same thing + +variables.c + - sv_optind: use find_shell_variable and get_variable_value so we can + have the variable's context in the case we need to do something + when we are restoring a previous variable context's value + +builtins/getopt.h + - sh_getopt_state_t: struct to save sh_getopt's internal state so we + can restore it around function calls in the event that we have a + local copy of OPTIND + +builtins/getopt.[ch] + - sh_getopt_{save,restore}_istate: new functions to save and restore + getopt's internal state + - sh_getopt_{alloc,dispose}_istate: new functions to allocate and + deallocate sh_getopt_istate_t objects + +execute_cmd.c + - maybe_restore_getopt_state: restore sh_getopt state after executing + function body iff the funtion declared a local copy of OPTIND + - execute_function: save sh_getopt state before executing function body + - execute_function: note in getopt_state->flags whether or not the + function declared a local copy of OPTIND; used by + maybe_restore_getopt_state + - execute_function: maybe restore sh_getopt state before returning via + call to maybe_restore_getopt_state. Fixes bugs with getopts and + state between calls reported in 2011 by Bernd Eggink + and in 2014 by Oyvind Hvidsten + + +configure.ac + - enable-function-import: new option, controls whether function imports + are included. Enabled by default. Patch from David Galos + + +config.h.in + - FUNCTION_IMPORT: define controlled by enable-function-import above + +variables.c + - initialize_shell_variables: include code to import function + definitions from the environment if FUNCTION_IMPORT is defined + +doc/bashref.texi + - --enable_function-import: document new configuration option + + 11/5 + ---- +lib/readline/history.c + - history_lines_read_from_file: new variable, set by read_history and + read_history_range to the actual number of lines read from the + history file. The value is valid immediately after a call to one + of those functions + - history_lines_written_to_file: new variable, set by write_history, + history_do_write, and history_truncate_file to the actual number of + lines written to the history file. The value is valid immediately + after a call to one of those functions + +variables.c + - sv_histsize: set history_lines_in_file after history_truncate_file() + only if hmax < history_lines_in_file (lines we've already read); a + cosmetic change only + +bashhist.c + - load_history: set history_lines_in_file after read_history() from + history_lines_read_from_file, since read_history reads all of the + lines from the history file even if it's more than $HISTSIZE + - maybe_save_shell_history: after calling write_history(), set + history_lines_in_file to history_lines_written_to_file, since we + can assume that we read everyhing we just wrote + +builtins/history.def + - history_builtin: after calling read_history (history -r), set the + new value of history_lines_in_file, for the same reason as above + - history_builtin: after calling read_history_range (history -n), set + history_lines_in_file from history_lines_read_from_file + + 11/6 + ---- +lib/readline/histfile.c + - history_truncate_file: since we move the old file to a backup copy + before truncating, make sure the new file is owned by the same uid + as the old + - history_do_write: use chown in the same way as history_truncate_file + + 11/12 + ----- +lib/readline/display.c + - expand_prompt: takes a new `flags' argument; only one flag defined + so far: PMT_MULTILINE + - expand_prompt: changed all callers to add new flags argument + - rl_expand_prompt, redraw_prompt: make sure to set PMT_MULTILINE in + FLAGS argument to expand_prompt if expanding parts of a prompt + containing embedded newlines + - expand_prompt: only add mode char to last line of a prompt with + embedded newlines, so mode indicator doesn't get lost and gets + updated properly. Fixes problem reported by Renlin Li + + + 11/13 + ----- + +lib/readline/display.c + - prompt_modestr: changed prompt_modechar to return a string denoting + the editing mode; default strings for emacs and both vi modes are + #defines in this file. prompt_modestr takes an argument in which + it returns the length of the mode string + - expand_prompt: if expanding mode strings in the prompt, get the + mode string to use and add it at the beginning of the prompt string, + before expanding it. This will allow future work allowing the mode + string to contain invisible characters + + 11/15 + ----- +lib/readline/rlprivate.h + - _rl_{emacs,vi_cmd,vi_ins}_mode_str: extern declarations for + variables to hold current values of user-settable mode strings; + variables to hold lengths + +lib/readline/rlconf.h + - defines for default values of the mode strings for each editing mode + and keymap + +lib/readline/display.c + - _rl_{emacs,vi_cmd,vi_ins}_mode_str: new variables to hold values of + user-settable mode strings + - _rl_{emacs,vi_cmd,vi_ins}_modestr_len: new variables to hold lengths + of corresponding mode string variables + - prompt_modestr: return appropriate user-settable mode string + variables + +lib/readline/bind.c + - {emacs,vi-ins,vi-cmd}-mode-string: new user-settable mode string + variables + - sv_{emacs,viins,vicmd}_modestr: variable handling functions for user- + settable mode string variables. Non-null values are run through + rl_translate_keyseq so users can include invisible character + sequences in the mode strings; null values restore the default + - _rl_get_string_variable_value: handle values for new user-settable + mode string variables. Original code contributed by Dylan Cali + + +lib/readline/doc/rluser.texi + - {emacs,vi-ins,vi-cmd}-mode-string: document, including the fact that + you can use \1 and \2 to bracket sequences of non-printing + characters + + 11/16 + ----- +lib/readline/history.c + - add_history: replace loop that copies history list down one item + with call to memmove to take advantage of whatever efficiencies + libc can offer. Won't be any slower than current loop + +lib/readline/display.c + - rl_redraw_prompt_last_line: new function, calls redraw_prompt if + the prompt contains multiple lines; calls rl_forced_update_display + if not + +lib/readline/readline.h + - rl_redraw_prompt_last_line: extern declaration, undocumented in + texinfo manual until I get it a little more work + +bashline.c + - bash_execute_unix_command: instead of unconditionally calling + rl_forced_update_display, call rl_redraw_prompt_last_line if we + cleared the last line before executing the command. This keeps + commands that don't display any other output but just manipulate + the contents of the line buffer from redisplaying the prompt lines + before the last newline multiple times. Fixes bug reported by + Jesper Nygards and Rob Foehl + . This means that commands that display output + will *only* display the final line of the prompt + - bash_execute_unix_command: if the command returns 124, we redraw + the line unconditionally, including all lines of the prompt + + 11/18 + ----- +builtins/mapfile.def + - mapfile_builtin: don't allow a valid array reference through to + mapfile(), since it will just create a shell variable with that name. + Bug and fix from Eduardo A. Bustamante López + + 11/19 + ----- +lib/readline/complete.c + - _rl_colored_completion_prefix: new variable, if non-zero, and color + support is compiled in, and the $LS_COLORS variable exists and + contains color definitions, display any common prefix of a set of + completions in blue when displaying all the possible completions. + Doesn't work with menu-complete, which inserts possible completions + inline + - colored_prefix_start(), colored_prefix_end(): new functions, used to + bracket colored completion prefixes + - fnprint: if prefix_bytes is non-zero, and _rl_colored_completion_prefix + is > 0, display the first PREFIX_BYTES bytes of the word bracketed + by calls to colored_prefix_start and colored_prefix_end + - print_filename: if _rl_colored_completion_prefix is > 0, compute the + length in bytes of the common prefix and pass that to fnprint + +lib/readline/readline.c + - readline_initialize_everything: initialize the colors from $LS_COLORS + if _rl_colored_completion_prefix is non-zero + +lib/readline/colors.c + - _rl_print_prefix_color: new function, changes text color to that + defined for the common prefix of a set of possible completions + (currently cyan, same as directories); currently uses C_PREFIX, + defined in colors.h as C_DIR + +lib/readline/colors.h + - _rl_print_prefix_color: new extern declaration + +lib/readline/bind.c + - colored-completion-prefix: new bindable variable, if set, common + prefix of a set of possible completions is displayed in color. + Feature requested by several, most recently by Richard Neill + (in a slightly different form) and + Duy Nguyen + + 11/20 + ----- +builtins/printf.def + - printf_builtin: allow null (empty) format strings supplied with + -v var to set `var' to the empty string. That is, printf -v var "" + is now the same as var="". Change suggested by Mike Frysinger + + +pathexp.h + - FNMATCH_NOCASEGLOB: macro to decide whether or not to pass + FNM_CASEFOLD flag to strmatch depending on whether glob_ignore_case + is set; analogout to FNMATCH_IGNCASE + +pathexp.c + - glob_name_is_acceptable: use FNMATCH_NOCASEMATCH to determine flags + passed to strmatch; if nocaseglob is used to generate glob matches, + it should be used to generate ignored matches + + 11/21 + ----- +pcomplete.c + - filter_stringlist: the call to strmatch now honors the setting of + nocasematch. Feature request from Ville Skytta + back in 2010 + +doc/bash.1,lib/readline/doc/rluser.texi + - complete -X: document that filtering the list of possible completions + honors the nocasematch option when performing matching + +lib/glob/gmisc.c + - include chartypes.h and strmatch.h for new defines + - match_pattern_{wchar,char}: now take new third FLAGS argument, flags + have same meanings as strmatch(); intent is to handle case + insensitive comparisons under same conditions as strmatch + - FOLD: imported case-folding define from sm_loop.c; wide and single- + byte character versions + - match_pattern_{wchar,char}: use FOLD when comparing characters to + honor FNM_CASEFOLD if set in FLAGS argument + +externs.h + - match_pattern_{wchar,char}: updated extern declarations + +subst.c + - match_{upattern,wpattern}: update strmatch/wcsmatch calls to include + FNMATCH_IGNCASE in flags argument + - match_{upattern,wpattern}: update match_pattern_{char,wchar} calls + to include FNMATCH_IGNCASE in flags argument (consistent with calls + to strmatch). This makes pattern substitution word expansion honor + nocasematch shell option. Feature requested by Davide Baldini + + - match_wpattern: make sure to fold case if necessary when doing simple + matching + +doc/{bash.1,bashref.texi} + - pattern substitution: updated description to include honoring setting + of nocasematch when performing matching + +subst.c + - expand_word_internal: optimize handling of "$@" idiom by calling + list_rest_of_args() and quote_list() directly at the top of the + function instead of going through normal code path + - cached_quoted_dollar_at: WORD_LIST of quoted positional parameters, + used by same code above that optimizes "$@"; if non-null we just + return a copy of the list; if null, we save a copy of the list we + create + - invalidate_cached_quoted_dollar_at: convenience function to allow + other parts of the shell (e.g., remember_args()) to destroy the + cached list of quoted positional parameter when the positional + parameters change + +builtins/common.c + - remember_args: call invalidate_cached_quoted_dollar_at() + +builtins/shift.def + - shift_builtin: call invalidate_cached_quoted_dollar_at after modifying + dollar_vars[] + +builtins/source.def + - maybe_pop_dollar_vars: call invalidate_cached_quoted_dollar_at just + to be safe + + 11/23 + ----- +builtins/evalfile.c + - _evalfile: return -1 if errno == ENOENT and the flags don't include + FEVAL_ENOENTOK. If we print an error message we should return an + error + - force_execute_file: new function, reads and executes commands from + a file but returns an error if file doesn't exist + +builtins/common.h + - force_execute_file: new extern declaration + +shell.c + - main: call start_debugger even if dollar_vars[1] == 0 if the shell + isn't interactive (interactive_shell == 0) + - start_debugger: call force_execute_file instead of maybe_execute_file; + turn off debugging mode if it returns value < 0 + + 11/24 + ----- +hashlib.h + - DEFAULT_HASH_BUCKETS: doubled to 128, cost in memory use is small but + changes traversal order when not sorting results + + 11/25 + ----- +doc/{bash.1,bashref.texi} + - make it clearer, by breaking it out into a separate paragraph, that + referencing an array without a subscript is equivalent to referencing + it with subscript 0 + - add text saying that referencing any variable using a valid subscript + is OK + + 11/28 + ----- + +arrayfunc.c + - bind_array_variable, bind_assoc_variable: allow binding value to a + readonly variable if the ASS_FORCE flag is set in the FLAGS + argument + +subst.h + - ASS_FORCE: new assignment flag; means to allow assignment even if + variable is marked readonly + +builtins/declare.def + - when assigning a value to an array or assoc variable using + something like `declare -r foo=bar' where foo is an existing array + variable, pass the ASS_FORCE to assign_array_var_from_string so + the assignment is allowed. Fixes debian bug 765759 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765759 + +builtins/setattr.def + - var_attribute_string: new function to return (as argument) a char + array with attribute flag values for a given variable; returns the + length of the array + +lib/sh/shquote.c + - sh_quote_reusable: function returning a version of its string + argument that is quoted for reuse + +externs.h + - sh_quote_reusable: extern declaration + +builtins/common.h + - MAX_ATTRIBUTES: define used to size arrays for attribute flag + characters + - var_attribute_string: new extern function declaration + +subst.c + - array_remove_pattern: fixed a bug where `var' instead of `v' was + tested for invisible attribute + - get_var_and_type: fill in a valid *VARP if returning VT_VARIABLE + because callers may need to use it + - parameter_brace_transform: family of functions to implement the new + mksh-inspired ${param@spec} transformation word expansions. Some + of the operators transform the (expanded) value of the parameter, + the rest expand to information about the parameter itself + (array_transform, parameter_list_transform, list_transform, + string_transform, pos_params_assignment, array_var_assignment, + string_var_assignment) + - parameter_brace_expand: changes to parse the new `@' word expansion + operator and call parameter_brace_transform appropriately + - parameter_brace_expand: make sure we handle ${#@} as we have before + even in the presence of the new `@' operator + +variables.c + - push_temp_var: make sure to call bind_variable_internal with the + ASS_FORCE flag so we override readonly variables created with + something like `tempvar=foo declare -r foo'. + - bind_variable_internal: honor ASS_FORCE flag to allow binding even + if a variable is readonly + +execute_cmd.c + - struct func_array_state: new state to save state of BASH_LINENO, + BASH_SOURCE, and FUNCNAME during function execution so it can be + restored on a jump to top level + - restore_funcarray_state: new function to restore func_array_state + - execute_function: fill in func_array_state variable, add unwind- + protect to restore it on jump to top level, call explicitly at + end of function if subshell != 0 (may not be necessary, but safe + for now). Fixes bug with local assignments to FUNCNAME reported + by Arfrever Frehtes Taifersar Arahesis + + 11/29 + ----- +arrayfunc.c + - assign_compound_array_list: turn off ASS_APPEND flag when processing + each individual assignment inside the parens in var+=(...). The + outer += should not affect assignments to existing subscripts; + those should be treated like usual assignments unless += supplied + inside the parens. Bug report from Maarten Billemont + , fix from Eduardo A. Bustamante López + + +config.h.in + - HAVE_PSELECT: define if pselect(2) available + +configure.ac + - check for pselect(2), define HAVE_PSELECT if found + +lib/readline/input.c + - rl_getc: use pselect(2) to wait for input ready on readline's + input fd or for a signal to arrive, will handle SIGWINCH (which + does not interrupt read(2)) and thus allow resize to happen without + having to wait to read more input. Only works if pselect available + and returns -1/EINTR on a signal even if the signal was installed + with SA_RESTART. From a suggestion from Egmont Koblinger + + + 12/3 + ---- +variables.c + - flush_temporary_env: new function, disposes all temp variables in + temporary_env hash table + - bind_variable: only try to update a temporary variable's value in the + temporary env if the value argument is not null. Fixes bug reported + by + +variables.h + - flush_temporary_env: new extern declaration + +subst.c + - command_substitute: if running command substitution as part of + expanding a redirection (expanding_redir == 1), flush any temporary + environment we've inherited as part of this command, since we are not + supposed to have access to the temporary environment. Since + expanding_redir only controls access to the temporary environment for + variable lookup and binding, we can turn it off in the subshell + + 12/4 + ---- +builtins/printf.def + - printstr: make sure a missing precision specifier after a `.' is + treated as 0, as printf(3) specifies. Fixes ubuntu bash bug + 1399087 (https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1399087) + + 12/5 + ---- +subst.c + - skip_to_delim: if scanning past process substitution (skipcmd == 1, + noprocsub == 0), use extract_delimited_string instead of + extract_process_subst, which was changed a while back (bash-4.3.23) + to use xparse_dolparen. xparse_dolparen complains if the command + or process substitution is unterminated, since it runs the parser, + which is not what we want here. Command substitution does the same + thing. Fixes bug reported by Daniel Kahn Gillmor + as Debian bash bug 771968 + (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771968) + + 12/6 + ---- +subst.c + - command_substitute: short-circuit without forking on a command string + that consists entirely of s and newlines + +jobs.c + - make_child: changes to allow interrupts through if fork fails and + we are sleeping for `forksleep' seconds + - waitchld: make things a little more resilient if CHILD ends up NULL + + 12/12 + ----- +lib/readline/complete.c + - rl_display_match_list: when calculating common prefix to display in + color, make sure we correctly handle a common prefix with a trailing + `/' as we do when checking whether or not to add an ellipis. + printable_part() doesn't return the whole pathname if it ends in a + slash, to avoid printing null strings, so we have to make sure we + have the entire prefix + +lib/readline/complete.c + - _rl_complete_display_matches_interrupt: new variable, set to 1 by + _rl_complete_sigcleanup to let rl_display_match_list know it has + freed the match list + - display_matches: check for signals during the printing loops with + RL_SIG_RECEIVED(), return immediately if there is a pending signal + (might not want to do this if it's SIGWINCH -- CHECK) + - rl_complete_internal: if _rl_complete_display_matches_interrupt + set after calling display_matches, just null out `matches' since + it's already been freed and call any application-set signal hook + + 12/14 + ----- +parse.y + - time_command_acceptable: if the token before a newline is `|', + return 0, since it's not really valid to time inside a pipeline. + Only handles a single newline but allows things like + echo a | + time cat + to invoke /usr/bin/time, which is probably enough to catch the + stray carriage return. Fixes bug reported by Andre Majorel + + +builtins/declare.def + - declare_internal: don't try to perform compound assignments unless + the WORD_DESC has flags including W_COMPASSIGN (maybe should check + W_ASSIGNMENT as well), avoiding unexpected evaluation if a word + is of the form (word) and is assigned to an array variable like so: + declare -x var=$value. Bug reported by Stephane Chazelas + . Will eventually be contingent on + compatibility level > 43, but not there yet. TENTATIVE + + 12/15 + ----- +lib/sh/Makefile.in + - add missing dependencies for shmatch.o. Pointed out by Sergey + Mikhailov + + 12/16 + ----- +{execute_cmd,subst}.c + - W_ASSIGNINT: remove, not used any more + +execute_cmd.c + - fix_assignment_words: don't look for `-i' option and set W_ASSIGNINT + flag any more; doing things a different way + - shell_expand_word_list: instead of using W_ASSIGNINT flag, since it + doesn't take into account all options that can transform values on + assignment (-l/-u/-c can also), go through option arguments looking + for options that need special handling and add them to the `opts' + array for make_internal_declare to use. Fixes bug with constructs + like `declare -al foo=(UPONE UPTWO UPTHREE)' not being lowercased on + assignment reported by Linda Walsh + + + + 12/18 + ----- +lib/readline/readline.c + - rl_internal_char: when we read EOF on a non-empty line, check for + signals and invoke any readline signal handling and any application- + installed signal hook + + 12/20 + ----- +lib/readline/readline.c + - rl_internal_char: if we read EOF on a non-empty line, set c to + _rl_eof_char the first time through. If we read EOF the next time, + return EOF from readline(). If callbacks are defined, this returns + EOF immediately, since lastc isn't available. Fix for problem + most recently identified by Jiri Kukacka , + it has come up in the past + + 12/21 + ----- +builtins/declare.def + - declare_internal: keep track of whether or not an assignment statement + argument to declare is an array subscript assignment; need to + differentiate assignments from straight declarations (declare a[4]) + which are accepted for backwards compatibility + - assignment statements like declare a[2]=foo are now treated as + straight subscript assignment statements if a already exists as an + array variable + - declare foo='(1 2 3)' is treated as an assignment to foo[0] if foo + exists and is an array, just as it would be if it were an assignment + statement and `declare' was not present. All this from a proposal + by Stephane Chazelas + + 12/22 + ----- +builtins/read.def + - read_tty_modified: function to tell the rest of the shell if the + read builtin has modified the tty + - read_builtin: make sure to initialize terminating signals before + installing a SIGALRM signal handler in case we modify the tty as + well as ask for a timeout; the subsequent call to + initialize_terminating_signals would overwrite the read-builtin- + local SIGALRM handler + +builtins/common.h + - read_tty_modified: new extern declaration + +shell.c + - exit_shell: if read_tty_modified() returns true, call read_tty_cleanup + to undo the terminal modifications. Extension of previous fixes; + fixes bug with read -s reported by Richard W. Marsden + + + + 12/23 + ----- +builtins/setattr.def + - show_var_attributes: call print_array_assignment and print_assoc_assignment + with a `not quoted' flag so the assignment statements are not + surrounded by single quotes. Caused changes to a lot of test output + + 12/29 + ----- +lib/readline/complete.c + - stat_char: Windows doesn't handle X_OK flag to access(2); use file + extensions to determine whether or not a file is executable. Bug + report and fix from Eli Zaretskii + +configure.ac + - changed version to bash-4.4-devel + +lib/readline/readline.h + - changed version to readline-6.4 + + 12/30 + ----- +readline.h + - struct readline_state: fix types of `ignorefunc' and `attemptfunc' + members + +lib/sh/shquote.c,externs.h + - sh_contains_shell_metas, sh_contains_quotes: now take `const char *' + as parameter + +stringlib.c,externs.h + - strcreplace: `text' argument now `const char *' + +pathexp.[ch] + - quote_globbing_chars: `string' argument now `const char *', accompanying + changes to function local variables + +pcomplete.c + - preproc_filterpat: `text' argument now `const char *' + - filter_stringlist: `text' argument now `const char *' + + 12/31 + ----- +builtins/evalstring.c + - should_suppress_fork: new function, broke code that decides whether + to turn on CMD_NO_FORK flag out of parse_and_execute into a separate + function + +execute_cmd.c + - execute_command_internal: AND_AND, OR_OR: call should_suppress_fork + for the RHS of && and ||, make `make' invocations marginally more + efficient + +flags.c + - get_current_flags: returns a bitmap of all single-letter shell + options with a non-zero value meaning option is enabled + - set_current_flags: set current single-letter options from a passed + bitmap, which has presumably been initialized with get_current_flags + +flags.h + - {get,set}_current_flags: new extern declarations + +builtins/declare.def + - declare_internal: if invoked as `local', interpret name argument of + `-' to mean to save (and restore at shell return) single-letter + shell options + +variables.c + - push_func_var: if we encounter `-' as the name of a local variable, + take the value and call set_current_flags on it to restore old + flag settings + +builtins/set.def + - get_current_options: returns a bitmap of all shell options settable + with `set', with a non-zero value meaning option is enabled + - set_current_options: set current shell options from a passed + bitmap, which has presumably been initialized with get_current_options + + + 1/1/2015 + -------- +lib/readline/parens.c + - _rl_blink_matching_paren: initialize to 0 whether or not select(2) is + available. Inconsistency reported by Mark Karpov + + +builtins/declare.def + - declare_internal: use get_current_options instead of + get_current_flags, so `local -' can be generalized + +variables.c + - push_func_var: use set_current_options instead of set_current_flags + so `local -' can be generalized + +doc/{bash.1,bashref.texi} + - document new `local -' feature; originally inspired by Robert Elz + describing feature in NetBSD sh + + 1/3 + --- +lib/readline/{complete,funmap,kill,histfile,util} +lib/readline/readline.h +lib/tilde/tilde.c + - fixes for filename- and evironment-related issues on Windows. Fixes + from Eli Zaretskii + - Windows can paste to the console from the clipboard like Cygwin + - Windows uses $APPDATA as a pseudo-$HOME + +lib/readline/input.c + - rl_getc: use _getch on Windows to avoid being overridden by a getch + ncurses function + - win32_isatty: replace Windows isatty(3) with a function that does + additional checks, sinces Windows isatty returns non-zero for + every character device. From Eli Zaretskii + +lib/readline/display.c + - delete_chars: if compiled with ncurses on Windows, this code can + work, so build it in if NCURSES_VERSION defined + - open_some_spaces: ditto + + 1/6 + --- +doc/{bash.1,bashref.texi} + - minor grammar and typo corrections from TonyMc + + 1/8 + --- +sig.c + - throw_to_top_level: only attempt to run the interrupt trap if SIGINT + is trapped -- minor optimization + - throw_to_top_level: if we are running a trap, call run_trap_cleanup + to turn off the sigmodes flags + +trap.c + - _run_trap_internal: temporarily suppress pending SIGINTs while running + one of the traps the shell handles internally (e.g., ERR). Fixes bug + reported by Keith Thompson + + 1/10 + ---- +bashhist.c + - bash_history_inhibit_expansion: use skip_to_delim with the history + expansion character to see whether or not the instance of the + history expansion character should be skipped because, for instance, + it is in a command substitution. Fixes issue reported by + Zigmund.Ozean@zig-home.localdomain + + 1/14 + ---- +lib/readline/isearch.c + - _rl_isearch_dispatch: if we are in a multibyte locale, make sure to + use _rl_find_prev_mbchar when trying to delete characters from the + search string, instead of just chopping off the previous byte. + Fixes bug reported by Kyrylo Shpytsya + +lib/readline/complete.c + - rl_filename_completion_function: if we tilde-expand `dirname', make + sure we use the expanded result instead of throwing it away for the + quote-removed `users_dirname', which still has any leading tilde. + Fixes bug reported by Dave Rutherford + +execute_cmd.c + - select_query: if the read builtin doesn't return anything in REPLY, + return NULL (failure). Fixes bug reported by Etherial Raine + + +builtins/read.def + - read_builtin: if REPLY has the readonly or noassign attribute, return + failure + + 1/16 + ---- +redir.c + - redir_open: if open() returns -1/EINTR, check traps as well as + using QUIT to handle signals + + 1/18 + ---- +jobs.c + - wait_for: make sure queue_sigchld is set to 1 before unblocking + SIGCHLD if MUST_UNBLOCK_CHLD is defined + + 1/19 + ---- +pcomplete.h + - new progcomp option: COPT_NOSORT, means to not sort list of possible + completions + +pcomplete.c + - pcomp_set_readline_variables: if COPT_NOSORT set in compspec flags, + set rl_sort_completion_duplicates to 0 + +builtins/complete.def + - _compopt: new option value: -o nosort, sets COPT_NOSORT in compspec + option flags. Provides new -o nosort option for complete and compgen + +bashline.c + - attempt_shell_completion: make sure rl_sort_completion_matches is + set to 1 before completion is attempted; allow a compspec to turn + it off + +lib/readline/kill.c + - rl_vi_yank_pop: new function, vi-mode version of yank-pop. Original + code from Ian Kelling + +lib/readline/funmap.c + - `vi-yank-pop': bindable name mapped to rl_vi_yank_pop + +lib/readline/readline.h + - rl_vi_yank_pop: extern declaration + + 1/21 + ---- +lib/sh/shquote.c + - sh_backslash_quote: change to understand and handle multibyte + characters, using is_basic, COPY_CHAR_P. See + https://bugzilla.redhat.com/show_bug.cgi?id=1184320 for original + report + + 1/23 + ---- +include/posixjmp.h + - use setjmp_sigs instead of redefined setjmp, it fails on Cygwin. + Report from Eric Blake + +builtins/wait.def,shell.c + - use setjmp_sigs instead of setjmp call, since setjmp no longer + redefined to something known + +include/chartypes.h, lib/readline/chardefs.h + - make sure all ctype.h macros are called with unsigned char args, + casting to make sure + +lib/sh/casemod.c + - sh_modcase: don't assume that the upper and lower case versions of a + character are the same width, so don't try to do the conversion in + place: convert and copy the converted characters one or more at a + time to the returned string + - sh_modcase: since upper and lower case versions of same character + may have different widths in some locales, don't shortcut and assume + that we can do single-byte case modification (toupper) with a + single-byte input character (e.g., `i'). Fix for problem reported + by Stephane Chazelas + + 1/31 + ---- +lib/readline/histfile.c + - history_truncate_file, history_do_write: if the first rename(2) + of the history file to the backup file fails, set the backup file + name to NULL to prevent any later attempts to restore the + original. Report from Jonathan Hankins + - history_do_write: don't attempt to back up non-regular files. + Report from Jonathan Hankins + + 2/2 + --- +trap.c + - run_interrupt_trap: now takes an argument indicating whether or not + it was called just before a longjmp to top_level; change callers + - run_interrupt_trap: if running a trap and we are being called before + a longjmp to top_level, call run_trap_cleanup on running trap so + a QUIT call while running a DEBUG trap, for instance, doesn't leave + sigmodes[DEBUG_TRAP] including SIG_INPROGRESS. Fixes bug reported + by Chih-Chieh Chou + +sig.c + - throw_to_top_level: change call to run_interrupt_trap to pass arg 1 + - termsig_handler: change call to run_interrupt_trap + +trap.h + - run_interrupt_trap: update extern prototype declaration + + 2/4 + --- +lib/readline/histfile.c + - histfile_backup, histfile_restore: new functions to back up and restore + history file to `filename-', following (one level of) symlinks through + so we don't rename the symlink itself. From a suggestion by + Jonathan Hankins + +assoc.c + - assoc_to_assign: if an index happens to be `@' or `*', make sure it's + double-quoted. Bug report from Greg Wooledge + + 2/5 + --- +lib/readline/bind.c + - rl_bind_key: if we are rebinding a key that is not bound to a + function or a macro, construct a key sequence and pass it to + rl_bind_keyseq. Make sure that '\' when it is used as a key is + changed to "\\" so it can survive rl_translate_keyseq. Fixes + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776743 + + 2/8 + --- +include/posixjmp.h + - _rl_longjmp, sh_longjmp: new defines, expand to siglongjmp or longjmp + depending on autoconf results, used to avoid redefining longjmp, + remove _OPENNT conditional code. Report from Eric Blake + + +{bashjmp,quit}.h,{execute_cmd,expr,jobs,sig,trap}.c,builtins/{evalstring.c,return.def} + - change calls to longjmp to use sh_longjmp + +lib/readline/util.c + - change calls to longjmp to use _rl_longjmp + + 2/18 + ---- +variables.c + - bind_int_variable: make sure `v' is non-null before making it visible + + 2/19 + ---- +arrayfunc.c + - assign_array_var_from_word_list: after assignment, mark variable as no + longer invisible + - assign_array_var_from_string: after assignment, mark variable as no + longer invisible + +builtins/declare.def + - declare_internal: add warning if an attempt is made to use a quoted + compound assignment as an argument to declare (declare -a foo='( 1 2 )'); + backwards compatible with bash-4.3. Still a tentative change + + 2/20 + ---- +lib/glob/smatch.c + - is_wcclass: check malloc() return value, return -1 if it fails + Report from Tobias Stoeckmann + +lib/sh/shmatch.c + - sh_regmatch: check malloc() return value, handle NULL value if it + fails. Report from Tobias Stoeckmann + + 2/22 + ---- +lib/readline/doc/rltech.texi + - rl_callback_handler_install: note that the handler function should + free the line it receives, as with readline. Suggested by + Ulf Magnusson + - Readline Signal Handling: note that application needs to clean up + readline's terminal state if it wants to handle a signal before + the line handler restores it. Suggested by Ulf Magnusson + + + 2/24 + ---- +lib/readline/histfile.c + - history_do_write,history_truncate_file: if the write fails, make sure + to set history_lines_written_to_file to 0 so we don't lose those + history entries + + 2/27 + ---- +execute_cmd.c + - execute_function: unwind-protect the value of line_number_for_err_trap, + so a function that returns a non-zero value and triggers an ERR trap + has the right value for LINENO. Any simple command in the function + body can change it. Bug report from Paul Donohue + + 3/5 + --- +lib/sh/shquote.c + - sh_backslash_quote: cast `c' to `unsigned char' before using as + index into backslash_table. Report and fix from + alexeyv.90@gmail.com + +arrayfunc.[ch] + - valid_array_reference: added second `flags' argument for future use; + currently unused + +parse.y,{redir,subst,variables,test}.c +builtins/{declare,printf,read,set}.def + - valid_array_reference: changed callers + + 3/7 + --- +lib/readline/signals.c + - _rl_handle_signal: if readline gets a SIGTSTP or SIGTTIN, block + SIGTTOU so a backgrounded readline can reset the terminal settings + appropriately, otherwise the terminal state and readline's idea + of it can get messed up. Original report from Dave Wysochanski + and Dave Anderson + +trap.c + - run_pending_traps: don't allow recursive SIGWINCH trap invocations; + they're wasteful and trying to handle a stream of signals while a + user resizes the terminal can lead to malloc errors trying to save + and restore the_pipeline multiple times. Problem reported most + recently by Martin M. S. Pederson (Fedora bash bug 1197768 + https://bugzilla.redhat.com/show_bug.cgi?id=1197768) + - reset_or_restore_signal_handlers: set pending_traps to 0 for all + signals when forking a child. TENTATIVE fix + +jobs.c + - {save,restore}_pipeline: block SIGCHLD while manipulating the_pipeline + like cleanup_the_pipeline does. XXX - may not be necessary + +lib/readline/display.c + - rl_redisplay: fixed case where multibyte character in the prompt + (e.g., \u03bb) in the last screen column causes problems with line + wrapping because the newline marker is put in the middle of the + multibyte char. Most recently reported on Ubuntu by + + +pathexp.c + - quote_string_for_globbing: if a bracket expression doesn't have a + closing right bracket, rescan it from just after the opening + bracket without treating it as a bracket expression. Bug report + from Stephane Chazelas + + 3/9 + --- +subst.c + - process_substitute: keep the last pipeline created to run a process + substitution in LAST_PROCSUB_CHILD; discard it when another one is + created + +jobs.[ch] + - discard_pipeline: now global, so process_substitute can call it + +jobs.c + - last_procsub_child: new variable, set and modified only by the process + substitution code + - find_pipeline: if the requested pid is in LAST_PROCSUB_CHILD, return + it; analogous to the way this code handles the_pipeline + - waitchld: if we find a child via find_pipeline that is a part of the + last process substitution child, mark that child appropriately. If + the child is dead, add it to the bgp list. This and the previous + change allow waiting for the most recent process substitution (the + one corresponding to $!). Original report from Stephane Chazelas + + + 3/10 + ---- +arrayfunc.c + - unbind_array_element: make sure skipsubscript() doesn't try to parse + embedded quotes in the subscript, since this has already been through + one round of word expansion before calling the unset builtin. (This + function is only called by the unset builtin). Fixes bug reported by + + + 3/17 + ---- +jobs.c + - waitchld: move code that adds the last process substitution pid to + the bgpids array from waitchld (where it can call malloc in a signal + handler context) to cleanup_dead_jobs + + 3/19 + ---- +subst.c + - parameter_brace_expand: if expanding an array in a context where word + splitting will not take place (W_ASSIGNRHS only for now), make sure + to pass the double-quoted flag to chk_atstar so we don't get the + unquoted $* behavior, which will cause unwanted word splitting. + Fixes bug reported by isabella parakiss + +arrayfunc.c + - unbind_array_element: don't assume that caller will check and pass + only array variables; don't allow non-array variables to be unset + using the `@' or `*' subscripts and don't allow any subscripts other + than 0; return -2 in those cases + - unbind_array_element: unset a non-array variable if passed a subscript + of `0' (e.g., `unbind "scalar[0]"'). This is new functionality that + parallels the ${scalar[0]} expansion + +builtins/set.def + - unset_builtin: don't check whether a variable is an array if it's + referenced using array syntax (scalar[0]); pass it to + unbind_array_element anyway and check the result. This means that + `unset scalar' and `unset scalar[0]' are equivalent + + 3/20 + ---- +builtins/set.def + - set_builtin: make `-i' an invalid option, unconditionally for now. + From a bug-bash discussion started by Peng Yu + + 3/21 + ---- +lib/readline/colors.c + - _rl_print_color_indicator: handle dangling symlinks (C_ORPHAN) and + the `target' specifier for links (dereference S_ISLNK if the target + exists). Bug report and fix from andreas@stapelspeicher.org + +{arrayfunc,subst}.c + - add code to save and restore this_command_name in places that set + this_command_name to NULL to prevent error messages from arithmetic + evaluation. Fixes bug reported by brian.carpenter@gmail.com + +builtins/mapfile.def + - do_chop: remove a new DELIM argument from the line, instead of + unconditionally removing newline + - mapfile: if -d delim is supplied and we are breaking fields at DELIM, + remove DELIM if the -t option is supplied by passing DELIM to do_chop(). + Suggested by Geir Hauge + +doc/{bash.1,bashref.texi} + - mapfile: document new -t option behavior, defaults are the same + +builtins/alias.def + - print_alias: if the first character of an alias name is `-', add a + `-- ' after `alias' to avoid option errors when trying to reuse the + output. Bug report and fix on savannah from Pasha Bolokhov + + + 3/22 + ---- +builtins/declare.def + - declare_internal: if creating a variable does not return a valid + variable in VAR, check for null variable before dereferencing it. + This happens with nameref variables referencing variables set to + the empty string. + Fixes bug reported by Arthur200000 + + 3/23 + ---- +doc/{bash.1,bashref.texi} + - INVOCATION: add language to make it clear that non-interactive login + shells execute ~/.bash_logout if they run the `exit' builtin. From a + question from Christoph Anton Mitterer + + 4/6 + --- +subst.c + - process_substitute: increment and decrement subshell_level around + calls to parse_and_execute, as in command substitution, so + $BASH_SUBSHELL gets new values in the subshell. Fixes inconsistency + pointed out by Peng Yu + +doc/{bash.1,bashref.texi} + - read: add clarifying text to note that the -N option does not split + on $IFS, but does retain backslash as an escape character subject + to -r. Report from isabella parakiss + +builtins/declare.def + - declare_internal: unless it's the last statement in a {...} block, + NEXT_VARIABLE must be protected by braces. Bug introduced in patch + from 3/22, reported by Eduardo A. Bustamante López + + + 4/7 + --- +parse.y + - shell_getc: if bash is reading input from a string that ends with an + unquoted backslash, add another backslash instead of a newline, since + the backslash and newline will disappear in normal processing. Fixes + bug with `bash -c 'eval \\; echo y' ' skipping the eval command and + setting incorrect exit status, and `bash -ic 'eval \\; echo y' ' + seeing EOF on empty line and exiting before the echo. Keep track of + backslash state with last_was_backslash; set in char reading loop. + Fixes bug reported by Eduardo A. Bustamante López + + 4/8 + --- +shell.c + - main: check for $INSIDE_EMACS as well as $EMACS when deciding whether + or not bash is being run in a GNU emacs shell window. Don't bother + checking whether $TERM is unset because variable initialization sets + it to `dumb' if unset. Fixes from Paul Eggert + +parse.y + - push_token: new function, rotates current_token through last_read_token, + saving old values like yylex() does, sets current_token to argument + +evalfile.c + - _evalfile: if current_token is yacc_EOF, push a newline as the value + of current_token instead, using push_token(). yacc_EOF can result if + sourced file doesn't end with a newline but does end with an unescaped + backslash. Fixes bug reported by Pedro Gimeno + + +lib/readline/histfile.c + - use PARAMS(x) instead of __P(x). Bug reported by Evan Gates + + + 4/9 + --- +execute_cmd.c + - execute_simple_command: if we haven't already forked, and we have + created FIFOs, turn off the no-fork optimization in the simple + command's flags. Originally reported to savannah by Kuang-che Wu as + https://savannah.gnu.org/support/index.php?108732 + + 4/10 + ---- +trap.c + - trap_if_untrapped: new function, sets a trap on a signal if that + signal is not already trapped + - maybe_set_debug_trap: new function, sets DEBUG trap to command string + argument only if it's not already trapped + +trap.h + - maybe_set_debug_trap: new extern declaration + + +builtins/source.def + - source_builtin: if the -T option isn't set, use maybe_set_debug_trap + in the unwind-protect instead of unconditionally restoring the old + trap string. That means if the sourced file changes the DEBUG trap, + that new trap will persist instead of being undone when the old + value is restored. Fixes bug reported by Scott Bronson + + +builtins/evalstring.c + - parse_string: before we jump to top_level, if we are at the `bottom' + of the parse_and_execute stack (parse_and_execute_level == 0), call + top_level_cleanup() before jumping so the right cleanup happens (e.g., + cleaning up redirections and other state). Fixes bug reported by + Sam Liddicott + + 4/15 + ---- +jobs.c + - delete_job: only add J_ASYNC (and not J_FOREGROUND) jobs to the + bgpids array, since Posix says shells only need to save the status + of async jobs. Report and fix from John Fremlin + + 4/17 + ---- +pcomplib.c + - COMPLETE_HASH_BUCKETS: increase to 256 since bash-completion is + over 300 completions by now + +variables.c + - VARIABLES_HASH_BUCKETS: constant used to size shell variables hash + table instead of relying on hash library default. Used in calls + to hash_create in create_variable_tables(), push_temp_var(), and + push_func_var(). Currently set to 1024 because why not? From a + discussion starting at + https://lists.gnu.org/archive/html/bug-bash/2015-04/msg00089.html + - initialize_shell_variables: if FUNCTION_IMPORT is not defined, the + nested conditional compilation causes syntax errors. Bug and fix + from Eric Blake + +configure.ac + - function-import: fix typo, assign to correct variable. Found as the + result of a report by Eric Blake + +shell.c + - open_shell_script: check whether or not file argument is a + directory before opening; Posix says that implementations may open + a directory with O_RDONLY. Bug report from + Eduardo A. Bustamante López + + 4/19 + ---- +ulimit.def + - fix typo in limits[] declaration of `k' + + 4/20 + ---- +configure.ac + - add template definitions set by AC_USE_SYSTEM_EXTENSIONS from a report + from Andreas Schwab + +variables.c + - FUNCTIONS_HASH_BUCKETS: constant used to size the hash tables used for + shell functions and the text of shell function definitions. Initially + set to 512, even though it's a really rare case that someone has more + than around 150 functions, even with bash-completion + + 4/21 + ---- +shell.c + - main: malloc_set_register: change arg to 0 to disable keeping track of + allocations and frees in table; change to 1 for malloc debugging on + demand. Table is too small to keep effective track of allocations on + a modern system, need to use something like valgrind + + 4/22 + ---- +shell.c + - main: move cmd_init() (initialize word desc and word list object + caches) after startup files are read so the cache doesn't get filled + up with semi-permanent storage for shell functions and variables + +execute_cmd.c + - execute_function: use maybe_set_debug_trap in the same way as source + builtin change from 4/10 to allow functions to reset a DEBUG trap + when set -T not in effect. From a report by Peng Yu + + + 4/23 + ---- +execute_cmd.c + - execute_disk_command: don't overwrite value of subshell_environment + by assigning SUBSHELL_FORK; just OR in SUBSHELL_FORK so something + like SUBSHELL_ASYNC or SUBSHELL_PIPE is preserved + +jobs.c + - wait_for: don't call give_terminal_to if running in a subshell + environment, not just if running_in_background is set; don't want + shell functions waiting for a process to complete in a pipeline to + give the terminal to the wrong process group. Part of fix for bug + reported by Valentin Bajrami + - make_child: child process should not try to give the terminal to the + pipeline_pgrp if running as part of a pipeline (SUBSHELL_PIPE in + subshell_environment); functions in execute_cmd.c don't set that + flag until after make_child returns and the child process is running. + Rest of fix for bug reported by Valentin Bajrami + + + 4/24 + ---- +redir.c + - redirection_error: if the redirection involves {varname}, only use + `varname' in the error message if the error code is < 0 (one of the + internal redirection errors, like ambiguous or bad variable name); + otherwise the issue is probably with the filename and should be treated + as usual. Fixes problem reported by Dr. David Alan Gilbert + + +configure.ac,config.h.in + - sys/ioctl.h: add check in AC_CHECK_HEADERS macro, define HAVE_SYS_IOCTL_H + +lib/readline/{rltty,terminal}.c + - sys/ioctl.h: include unconditionally for ioctl declaration, avoid + issues with `implicit declaration' warnings. Issue originally + raised on gdb list by Chen Gang + + 4/27 + ---- +lib/malloc/table.c + - mem_table: now a circular buffer showing the state of the last + REG_TABLE_SIZE allocations rather than a hash table that quickly + fills up + +builtins/declare.def + - typeset_builtin: add -n to list of supported options. Omission + reported by Valentin Bajrami + +unwind_prot.c + - use object caches instead of malloc/free to allocate and deallocate + unwind-protect elements + - uwp_init: initialize unwind-protect element object cache + +unwind_prot.h + - uwp_init: extern declaration + +shell.c + - main: call uwp_init right after calling cmd_init -- initialize all the + object caches at the same place + +lib/malloc/table.[ch] + - mlocation_table: new table to keep track of allocation locations by + file and line, functions to initialize table, record an allocation, + and dump the table to stderr + - mregister_alloc: call mlocation_register_alloc to record the location + (source file/line) for each allocation to pinpoint malloc hot spots + by number of calls. More detail than gprof + +parse.y + - set_line_mbstate: replace free/xmalloc pair with xrealloc call + - read_token_word: call alloc_word_desc instead of xmalloc so we can take + advantage of the WORD_DESC cache + + 4/28 + ---- +execute_cmd.c + - execute_simple_command: if command execution fails because the command + is a directory, and the `autocd' option is set, add a `--' argument + to the constructed `cd' command to protect against command names with + the same name as options to `cd'. Report and fix from + isabella parakiss + + 4/30 + ---- +jobs.c + - printable_job_status, j_strsignal: change calls to strcpy and sprintf + that write to retcode_name_buffer to use strncpy and snprintf to + avoid buffer overflows caused by malicious translations. Bug and fix + from Trammell Hudson + + 5/1 + --- +strtrans.c + - ansicstr: make sure the buffer is at least 12 bytes to ensure enough + space for any eventual call to u32cesc for one multibyte char + + 5/4 + --- +jobs.c + - wait_for: if an interactive shell is running a loop and waiting for + a non-builtin command to exit, and the command exits due to SIGINT, + act as if the shell received the SIGINT as well and break the loop. + This matches the behavior when the shell is running a builtin command + in a loop, and when running a non-builtin command outside a loop, and + seems more broadly useful than running the trap handler over and over + again. Report originally from Kaz Kylheku + +builtins/set.def + - unset_builtin: use different variables for keeping the state of the + -f and -v options than the loop uses to decide whether or not to + treat a name as a function or a variable. Fixes problem with + unset_function setting `sticking' after you unset a function when + invoked with no options. Bug report from Dreamcat4 + + +shell.c + - open_shell_script: set running_shell_script to 1, set to 0 in every + other case (new variable) + - main: when checking whether or not to call start_debugger, test + running_shell_script instead of dollar_vars[1]. The goal is to not + invoke the debugger for interactive shells but allow it to run for + things like `bash --debugger -i /tmp/script'. Problem reported by + Rocky Bernstein + +lib/readline/histexpand.c + - history_event_delimiter_chars: new (as yet undocumented) variable + containing by default characters that can delimit a history event + specifier without requiring a `:': "^$*%-" as the documentation has + always said. Fixes bug reported by Anders Granlund + + + 5/10 + ---- +lib/glob/gmisc.c + - match_pattern_char, match_pattern_wchar: if passed an empty string, + return a match if the first character of the pattern is `*' + +subst.c + - pat_subst: change to allow empty strings to be replaced as long as + pattern matches empty string. Report and fix from isabella parakiss + + + 5/12 + ---- +lib/sh/strtrans.c + - ansic_wshouldquote: make behavior consistent in the event of an + invalid multibyte sequence: return 1 to the caller so the string + will be $'...' quoted + +builtins/cd.def + - cd_builtin: print the right error message even if printable_filename + changes errno (e.g., EILSEQ) + +lib/sh/shquote.c + - sh_backslash_quote: in multibyte locales, even if is_basic does not + return true, backslash-quote an ASCII character that backslash_table + says should be quoted. Part of fix for bug reported by Igor + Bogomazov + +bashline.c + - directory_exists: new function, dequotes the string argument, removes + any trailing slash, and returns true if the result is a valid + existing filename + - bash_filename_stat_hook,bash_directory_completion_hook: use + directory_exists instead of calling lstat/stat on the quoted + directory name. Rest of fix for bug reported by Igor Bogomazov + + + 5/15 + ---- +aclocal.m4 + - BASH_CHECK_MULTIBYTE: when checking for locale_charset, add $LIBINTL + to $LIBS. If we're using the included lib/intl/libintl.a, it will + include a version of locale_charset + + 5/17 + ---- +lib/readline/bind.c + - sv_isrchterm: make sure we check for v[end] == 0 while in the loop + looking for whitespace. Bug report and fix from Sergio Durigan + Junior + +lib/sh/shmbchar.c + - mbstrlen,mbsmbchar: move calculation of MB_CUR_MAX out of loop; + calculate it once at beginning + +lib/sh/mbscmp.c + - mbscmp: move calculation of MB_CUR_MAX out of loop; calculate it once + at beginning + +lib/sh/mbscasecmp.c + - mbscasecmp: move calculation of MB_CUR_MAX out of loop; calculate it + once at beginning + +lib/sh/shquote.c + - sh_backslash_quote: move calculation of MB_CUR_MAX out of loop; + calculate it once at beginning + +lib/sh/casemod.c + - sh_modcase: move calculation of MB_CUR_MAX out of loop; calculate it + once at beginning + +subst.c + - expand_word_internal: move calculation of MB_CUR_MAX out of loops; + calculate it once at beginning of function (XXX should use + locale_mb_cur_max) + + 5/22 + ---- +lib/readline/rlmbutil.h + - _rl_wcwidth: new function, short-circuits wcwidth calls for ASCII + printable characters, returns 1 for those + - WCWIDTH: call _rl_wcwidth instead of wcwidth + +lib/readline/display.c + - rl_redisplay: move calculation of MB_CUR_MAX out of loop; calculate + it once at beginning. Report and patch from Ole Laursen + + + 5/24 + ---- +lib/readline/text.c + - rl_insert: change to attempt to batch-insert pending typeahead (not + pushed input or input from a macro) that maps to rl_insert. An + attempt to suppress redisplay until readline reads all typeahead -- + pasted input, for instance. Inspired by report from Ole Laursen + . XXX - need to make this a bindable + variable; already controlled by _rl_optimize_typeahead + +lib/readline/rlprivate.h + - _rl_optimize_typeahead: extern declaration + +lib/readline/doc/{hstech.texi,history.3} + - next_history: clarify under what circumstances the history offset is + incremented; suggestion from Glenn Golden + +print_cmd.c + - print_arith_command: should be compiled in if either DPAREN_ARITHMETIC + or ARITH_FOR_COMMAND is defined. Report from Flavio Medeiros + + +flags.c + - change_flag: new variable verbose_flag, set when `v' flag modified; + sets value of echo_input_at_read correspondingly + +flags.h + - verbose_flag: new extern declaration + +shell.c + - long_options: --verbose now sets verbose_flag + - main: set echo_input_at_read from verbose_flag after parsing any + long options + +builtins/fc.def + - fc_builtin: don't unwind-protect echo_input_at_read directly; set it + to 1 before calling fc_execute_file as before, and reset it to value + of global verbose_flag using set_verbose_flag called from an + unwind_protect. Report from isabella parakiss + +builtins/shopt.def + - shopt_set_debug_mode: new function, called when the extdebug shell + option changes. Right now, it sets function_trace_mode when extdebug + is enabled, and turns off when extdebug is disabled. The + documentation has always said that shopt does this. Report from + Peng Yu + + 5/27 + ---- +findcmd.[ch] + - add support for EXECIGNORE shell variable, list of extglob patterns + that prevent matching filenames from being identified as executable + files + +variables.c + - EXECIGNORE: arrange for findcmd.c:setup_exec_ignore to be called when + $EXECIGNORE changes + +variables.h + - sv_execignore: extern declaration + +doc/{bash.1,bashref.texi} + - document EXECIGNORE variable + + 5/28 + ---- +lib/readline/callback.c + - rl_callback_sigcleanup: new function, cleans up and unsets any state + rl_callback_read_char uses. Intended to be used after a signal + +lib/readline/signals.c + - _rl_handle_signal: call rl_callback_sigcleanup on SIGINT. Fixes bug + reported to python group by Martin Panter + +lib/readline/isearch.c + - _rl_isearch_cleanup: now a public function so rl_callback_cleanup can + call it + +lib/readline/search.c + - _rl_nsearch_cleanup: now a public function so rl_callback_cleanup can + call it + +lib/readline/rlprivate.h + - _rl_[in]search_cleanup: extern declarations + +lib/readline/readline.h + - rl_callback_sigcleanup: new extern declaration + +lib/readline/doc/rltech.texi + - rl_callback_sigcleanup: documented + +lib/readline/readline.h + - bump readline version to 7.0 due to addition of rl_callback_sigcleanup + + 5/29 + ---- +builtins/declare.def + - declare_internal: if we are trying to change attributes or value for + a nameref variable whose value points to an unset variable, make + sure we create a new variable whose name is the value of the nameref + variable. That is, + + declare -n foo=bar + unset foo # unsets bar + declare -i foo + + should create a (invisible) variable named `bar' with the integer + attribute. Fixes problem reported by Greg Wooledge + + +builtins/set.def + - unset_builtin: if we find a nameref variable when we look it up with + find_variable (the returned variable has a name different from what + we looked up), make sure we use that new name for the rest of the + function rather than rely on unbind_variable to do the same thing as + find_variable. Fixes problem reported by Greg Wooledge + + - unset_builtin: if we try to unset a nameref variable whose value is + not a set variable, make sure we don't try to unset the nameref + itself, but rather the variable it points to. This ensures that the + following always works as it should + + declare -n foo=bar + unset foo # unsets bar and leaves foo unchanged + +lib/readline/funmap.c + - vi-insertion-mode: make sure it maps to rl_vi_insert_mode, which is + actually what the `i' keybinding in vi_movement_keymap maps to. + Cosmetic fix from isabella parakiss + + 6/2 + --- +general.c + - conf_standard_path: moved get_standard_path here from command.def; made + public function + +general.h + - conf_standard_path: extern declaration + + + 6/3 + --- +parse.y + - parse_matched_pair: make sure that command substitution constructs + within ${...} expansions are parsed as such using parse_comsub, so + the P_FIRSTCLOSE flag doesn't stop parsing if a right brace appears + within the comsub. Report from Christos Zoulas + +findcmd.c + - search_for_command: take two new flags for FLAGS arg: CMDSRCH_STDPATH, + which means use the command -p path, and CMDSRCH_TEMPENV, currently + unused. Existing flag value of 1 now CMDSRCH_HASH + - search_for_command: don't set `path' to NULL if it wasn't found in + the temporary environment; we can use it later + - search_for_command: look for the hashed file if temp_path == 0, not + if we set path back to 0 (or path lookup failed) + - search_for_command: just call find_user_command_in_path with a + pathlist argument that's set depending on the flags passed + - find_in_path: new function, just calls find_user_command_in_path at + this point + - search_for_command: don't put non-existent files into the hash table + +findcmd.h + - CMDSRCH_*: new flags for search_for_command + - find_in_path: extern declaration + +execute_cmd.c + - execute_disk_command: check for CMD_STDPATH and call search_for_command + with CMDSRCH_STDPATH if it's set + +builtins/command.def + - command_builtin: if -p given without -v or -V, set the CMD_STDPATH + flag in the simple command we construct from the rest of the + argument list. This fixes the command -p cmd issue with changing + $PATH for the duration of `cmd's execution reported by + + +builtins/common.h + - CDESC_STDPATH: new flag for describe_command; means to use standard + path for command -pv or -pV + +builtins/command.def + - command_builtin: if -p given with -v or -V, pass the CDESC_STDPATH + flag to describe_command + +builtins/type.def + - describe_command: if given the CDESC_STDPATH flag, use find_in_path + with the conf_standard_path() result. Since `all' will never be on + with this flag, at least not yet, we can allocate and free the path + list. Fixes the bug of a temporary environment value for PATH + preceding a `command -pv' or `command -pV' persisting when the + command finishes and means we use fewer unwind-protects + + 6/4 + --- +Makefile.in (plus other Makefile.ins) + - VPATH: remove `.' from VPATH value. It's not needed any more and it + trips a GNU make 4.1 bug on Cygwin. Report and fix from Eric Blake + + +lib/readline/histfile.c + - history_tempfile: new function, takes history file name as template + and creates a temp file name including the PID + - history_truncate_file, history_do_write: instead of creating backup + and restoring it on failure, use history_tempfile to create a temp + file name, write to it, then rename to original history filename + (handling symlinks using history_restore()). Original report and + patch from Russell Stuart + +doc/{bash.1,bashref.texi} + - ulimit: clarify that -c and -f are in increments of 512 bytes when + in posix mode. Fix from Robin Johnson via + + + 6/9 + --- +execute_cmd.c + - execute_in_subshell: don't call restore_default_signal for the exit + trap, reset_signal_handlers already does the right thing and keeps + the trap string around; no need to kill trap string. Bug report + from Miroslav Koskar + + 6/11 + ---- +nojobs.c + - find_proc_slot: now takes pid as an argument to avoid finding old + procs when pids wrap around + - add_pid: pass pid to find_proc_slot to avoid multiple instances of + the same pid in the list when pids wrap around. Fixes bug reported + by Roy Keene + +execute_cmd.c + - REAP: test for job_control == 0 also to determine whether or not + to call reap_dead_jobs, since shells without job control enabled + don't report on background process status + +doc/bash.1,lib/readline/doc/hsuser.texi + - history: clarify documentation of -a option to note that it will not + append the same line to the history file more than once. Fixes + problem reported by Reuben Thomas + + 6/12 + ---- +execute_cmd.c + - execute_in_subshell: don't bother decrementing subshell_level before + this returns; the caller will just exit. This means that + $BASH_SUBSHELL will have consistent values in the subshell and any + subsequent exit trap. Fixes bug reported by Miroslav Koskar + + - shell_execve: before longjmp to subshell_top_level, call reset_parser + to free up any input line and stack of pushed strings + +parse.y + - mk_alexpansion: if the last character of the alias is a shell + metacharacter, don't add a space to the string following the alias + value, since that will change the meaning of the command. THIS IS + NOT BACKWARDS COMPATIBLE AND MAY REQUIRE REVERTING. Inspired by an + email message from Jilles Tjoelker to austin + group + + 6/13 + ---- +subst.c + - dequote_string: don't turn strings consisting of a single CTLESC + into empty strings; return them unmodified. The idea is that there + is nothing to quote. This means that something like + c=$'\001' + x=$c + results in x containing '\001' when IFS=$'\001'. See if this will + cause problems by adding a debugging statement in the code + + 6/15 + ---- +parse.y + - CHECK_FOR_RESERVED_WORD: don't return ESAC when you read `esac' + after a `|' while in a case pattern list (parser_state & PST_CASEPAT). + This is Posix grammar rule 4 + (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_10_02) + + 6/16 + ---- +jobs.c + - wait_for: make sure we queue SIGCHLD signals if a SIGCHLD trap + handler is running (signal_in_progress or IMPOSSIBLE_TRAP_HANDLER), + since we allow recursive trap invocations now + - wait_for: make sure we treat SIGCHLD as trapped if the trap handler + is set to IMPOSSIBLE_TRAP_HANDLER so we don't miss signals during + calls to run_sigchld_trap() + +trap.c + - run_pending_traps: since we allow recursive trap handler invocations, + make sure we set pending_traps[SIGCHLD] to 0 while we mark the + signal handler in progress (SIG_INPROGRESS) and don't reset it to 0 + after run_sigchld_trap returns in case more SIGCHLDs have been + queued while it's running + + 6/22 + ---- +lib/readline/readline.c + - _rl_dispatch_subseq: if we shadowed any function, not just self- + insert, bind that function to the key we shadowed and dispatch on it. + This preserves and dispatches off the original key, not ANYOTHERKEY, + and makes sure we are dispatching from a keymap with the right key + binding. Fixes bug reported by Carlos Pita + + + 6/23 + ---- +bashline.c + - attempt_shell_completion: don't read past the end of rl_line_buffer + while skipping assignment statements before command names. Fix for + bug reported by Hanno Böck + +lib/readline/parens.c + - _rl_enable_paren_matching: make paren matching work in vi insert + mode. Really, this time. Bug report from Carlos Pita + + + 6/29 + ---- +parse.y + - parse_comsub: when starting to parse a word, make sure that we set + lex_rwlen to 0 along with lex_wlen if we are in a position where we + can read a reserved word. Fixes bug reported by Nathan Neulinger + + + 6/30 + ---- +sig.h + - include unconditionally and rely on guards in sig.h to + keep from including it more than once. Irix 6.5 defines SIG_DFL + in other files and defeats the test of SIG_DFL. Fixes bug + reported by Klaus Ziegler + +alias.c + - ALIAS_HASH_BUCKETS: table size increased to 64 + + 7/7 + --- + +{jobs,nojobs}.c + - wait_sigint_cleanup: new function, to be called by longjmp targets + for wait_intr_buf. Performs any necessary cleanup of internal waitchld + state before going back to top level + +jobs.h + - wait_sigint_cleanup: new extern declaration + +builtins/wait.def + - wait_builtin: call wait_sigint_cleanup after longjmp back to + wait_intr_buf on interrupt + +[bash-4.4-alpha frozen] + + 7/7 + --- +bashline.c + - attempt_shell_completion: when skipping assignment statements, don't + skip past rl_point to find the word on which to perform programmable + completion. Fixes bug reported by Hanno Böck + + 7/10 + ---- + +pcomplib.c + - compspec_copy: set the refcount on the copy to 1, since it's a freshly + allocated copy and there are no other pointers to it. Fixes memory + leak from gen_progcomp_completions + +lib/readline/complete.c + - printable_part: if the pathname passed is just `/', just return it + instead of potentially reading before the `/'. Fixes bug reported + by Hanno Böck + + 7/11 + ---- +support/man2html.c + - change calls to malloc to use xmalloc; provide standard xmalloc + definition. Report from Bill Parker + +builtins/wait.def + - wait_intr_flag: set to denote validity of wait_intr_buf as target + for longjmp; reset by WAIT_RETURN macro; should always be 0 when + wait_builtin returns + +quit.h + - CHECK_WAIT_INTR: now also checks wait_intr_flag to ensure valid state + of wait_intr_buf before sh_longjmp + +{jobs,nojobs}.c + - wait_intr_flag: extern declaration for use by CHECK_WAIT_INTR + +sig.c + - wait_intr_flag: set back to 0 every place the shell resets state after + a jump to top_level + - sigint_sighandler: only set wait_signal_received if wait_intr_flag + indicates that the wait builtin has correctly set wait_intr_buf. + Final fix for bug reported by Ondrej Oprala + +subst.c + - parameter_brace_expand: fix so that ${!vvv@} is not interpreted as + introducing a `@' operator, but instead retains its meaning as all + variables whose name begins with vvv. Fixes bug reported by + konsolebox + + 7/14 + ---- +execute_cmd.c + - execute_connection: remove the fork optimization from and AND_AND + and OR_OR cases; it has trouble with `a && b && c', since the `&&' + is left-associative. Putting that code here can result in unwanted + fork optimizations since the `b' will end up as `second' on a + recursive call to execute_command. Bug reported by Mike Frysinger + + +builtins/evalstring.c + - optimize_fork: moved code from execute_connection to here; checks + whether the RHS of a && or || passes the suppress_fork() tests and + turns on the NO_FORK bit if so + - parse_and_execute: if suppress_fork() tests fail, check whether the + command to be executed is a connection and attempt to optimize the + fork for the right side using optimize_fork(). The key is dealing + with the entire command passed to `bash -c' or `eval' + +builtins/common.h + - optimize_fork: new extern declaration + +execute_cmd.c + - execute_command_internal: enable code put in to undo redirections + before exiting the shell due to `set -e' in the case of a shell + function that gets command-not-found or a syntax error. Reported + back in May, 2014 by Mark Ferrell + +bashhist.c + - bash_history_inhibit_expansion: enable change from 1/10 that skips + over history expansion character in command and process + substitution + + 7/15 + ---- +lib/readline/{history,undo}.c + - replace_history_data now _hs_replace_history_data + + 7/16 + ---- +lib/readline/readline.c + - make sure _rl_to_lower doesn't ever get characters that are outside + of its valid range by casting arg to unsigned char + +lib/readline/colors.h + - change completion prefix color (C_PREFIX) to be the same as C_SOCK, + which is less likely to collide with file type colorings (magenta) + +lib/readline/complete.c + - fnprint: now takes an additional argument: the full, expanded pathname + corresponding to the `toprint' argument + - fnprint: don't zero out prefix_bytes if we're not printing the + ellipisis but we still want to use prefix_bytes for displaying + the common prefix in a color + - print_filename: move colored-stats display responsibility into fnprint + - fnprint: change so colored-prefix and colored-stats can cooperate + and display filenames with multiple colors: one for the prefix and + one for the file type. The prefix is displayed in the prefix color + and the remainder of the pathname, if any, is displayed in the color + corresponding to the file type. Report and suggestion from Mike + Frysinger + + 7/17 + ---- +lib/readline/readline.[ch] + - rl_readline_state: now unsigned long, prepare for more than 32 states + + + 7/18 + ---- +lib/readline/history.h + - history_offset: now declared here, was always a global variable + - copy_history_entry: now declared here, part of the public interface + - alloc_history_entry: now declared here, part of the public interface + + 7/20 + ---- +lib/readline/readline.h + - RL_STATE_CHARSEARCH: new state, for vi mode character search. Was + previously handled by simply setting _rl_callback_func + +lib/readline/vi_mode.c + - rl_domove_motion_callback: split into two functions, remaining code + after _rl_dispatch call goes into new function + _rl_vi_domove_motion_cleanup + - rl_vi_char_search: set RL_STATE_CHARSEARCH + - rl_vi_char_search: sets `i2' member of callback data to the key used + to invoke the char search + - _rl_vi_callback_char_search: unset RL_STATE_CHARSEARCH after reading + the character to find + - _rl_vi_domove_motion_cleanup: make sure RL_STATE_VIMOTION is unset in + all cases where this function returns + - _rl_vi_domove_motion_cleanup: use `end' member of vi motion context + as value of rl_end to restore after adding blank at end of line in + rl_domove_motion_callback; avoids need to keep `old_end' and somehow + pass it between the two functions + +lib/readline/rlprivate.h + - _rl_vi_domove_motion_cleanup: new extern declaration + +lib/readline/callback.c + - rl_callback_read_char: handle RL_STATE_CHARSEARCH, including case + where char search is vi motion command for d/c/y/m and RL_STATE_VIMOTION + is set when this is called. Last of set of fixes for bug reported + by Carlos Pita with vi-mode `dty' command + in callback mode + + 7/21 + ---- +subst.c + - command_substitute, process_substitute: add QUIT call in the child + after restoring original signal handlers to catch post-fork SIGINT + or terminating signal + +jobs.c,nojobs.c + - make_child: after forking, clear interrupt_state in child + before restoring signal mask so children get their own set of + interrupts + + 7/22 + ---- +lib/sh/shquote.c + - sh_double_quote: since all uses of the return value from this function + are for display and not subject to subsequent expansion, we don't + need to protect CTLESC and CTLNUL with CTLESC. Bug report and fix + from isabella parakiss + +parse.y + - decode_prompt_string: need to protect literal instances of CTLESC + and CTLNUL with CTLESC, even if they are not coming out of one of + the backslash-expansions + +subst.c + - make_internal_declare: fixed memory leak; make_internal_declare should + free the memory it allocates to construct the word list. From Red + Hat bug 1245233; https://bugzilla.redhat.com/show_bug.cgi?id=1245233 + +lib/readline/readline.c + - _rl_dispatch_subseq: when checking whether an ESC in vi insert mode + should be treated as part of a key sequence or as a single char, + make sure we are getting input from the keyboard before we check + _rl_input_queued(). If we are getting input from a macro, this + causes a needless delay. Report from Carlos Pita + + + 7/23 + ---- +input.c + - save_bash_input: before checking to see whether or not a new fd has a + stale associated buffer, make sure that the new fd is within bounds. + Bug report and fix from Alexey Makhalov + + + 7/24 + ---- +doc/{bash.1,bashref.texi} + - note that the `return' builtin accepts arguments beginning with `-' + without requiring `--' + + 7/27 + ---- +examples/loadables/Makefile.in + - add variables and targets to support `make install'; installs + supported builtins in $(libdir)/bash + + 7/28 + ---- +lib/readline/{readline,rlprivate}.h, lib/readline/display.c + - rearrange some structure members for better alignment and to reduce + padding. Fix from + +tests/run-* + - use BASH_TSTOUT instead of hardcoded /tmp/xx as output file + +trap.[ch] + - maybe_set_error_trap: set a trap for the ERR trap if it is not already + trapped; similar to maybe_set_debug_trap back from 4/10 + +lib/malloc/malloc.c + - internal_free: make sure `ubytes' is initialized if MALLOC_WATCH is + defined and we'll be passing it to _malloc_ckwatch. Report from + Flavio Medeiros + +execute_cmd.c + - execute_function: use maybe_set_error_trap in the same way as + maybe_set_debug_trap. Fixes bug reported by David Waddell + + + 7/29 + ---- +jobs.c + - wait_for: no longer need to call job_signal_status when checking + whether a comsub shell reaped a child that died due to SIGINT; code + now uses child_caught_sigint + + 7/30 + ---- +builtins/exec.def + - exec_builtin: after call to restore_original_signals, need to call + default_tty_job_signals to undo changes done by initialize_job_signals. + Fix for problem reported by Andreas Schwab + +doc/{bash.1,bashref.texi} + - clarify definition of metacharacter to explicitly include newline; + prompted by report from George Gallo + + 8/3 + --- +lib/readline/search.c + - _rl_free_history_entry: should be void, not int. Report from + Dilyan Palauzov + +general.h + - sh_load_func_t, sh_unload_func_t: new function pointer types, used by + enable for load and unload hook functions + +builtins/enable.def + - dyn_load_builtin: attempt to execute a function named + BUILTIN_builtin_load, where BUILTIN is the name of the command being + loaded. If that function returns 0, the load fails + - dyn_unload_builtin: attempt to execute a function named + BUILTIN_builtin_unload, where BUILTIN is the name of the command + being unloaded. It offers a dynamic builtin a way to clean up after + itself. Inspired by suggestion from Piotr Grzybowski + in response to a bug report from isabella + parakiss + + 8/6 + --- +lib/readline/colors.[ch] + - _rl_print_color_indicator: now takes `const char *' argument + +lib/readline/complete.c + - colored_stat_start: now takes `const char *' argument + +lib/malloc/table.h + - ma_table_t: `file' member is now `const char *' + +lib/malloc/table.c + - mlocation_register_alloc: make sure variable assigned to `file' in + ma_table_t is of type `const char *'. Fixes from Dilyan Palauzov + + +lib/termcap/termcap.[ch] + - tputs: should return int instead of void + +lib/readline/readline.h + - RL_STATE_DONE: correct value, avoid collision + +lib/readline/vi_mode.c + - _rl_vi_redoing: now global, added _rl_ prefix to `vi_redoing' + +lib/readline/readline.c + - _rl_subseq_result: call _rl_dispatch_subseq instead of rl_dispatch to + avoid changing _rl_dispatching_keymap + - _rl_subseq_result: in the -2 case, set _rl_dispatching_keymap to the + map passed as an argument. Without this, vi mode doesn't call + rl_vi_set_last when it should + - _rl_dispatch_subseq: if redoing a vi mode command with `.' + (_rl_vi_redoing != 0) in callback mode and we're indirecting into + another keymap that has shadowed the key corresponding to the command + we are redoing, just call _rl_subseq_result immediately: vi redo + doesn't need to read any additional input, and rl_vi_redo assumes + that a single call to rl_dispatch is sufficient. Fixes bug reported + by Carlos Pita + + 8/7 + --- +subst.c + - parameter_brace_expand: if a substitution (parameter expansion) error + occurs, and shell_compatibility_level is <= 43, return expansion error + as in all previous versions. If shell_compatibility_level is > 43, + a posix-mode non-interactive shell will consider this a fatal error. + Problem reported by Christian Neukirchen + +doc/bashref.texi + - documented that word expansion errors cause fatal errors in posix mode + non-interactive shells + + 8/8 + --- +subst.h + - SD_COMPLETE: skip_to_delim being called as part of word completion + - SX_COMPLETE: one of the string_extract functions being called as + part of word completion + +bashline.c + - find_cmd_start,find_cmd_end,find_cmd_name: call skip_to_delim with + SD_COMPLETE flag + +subst.c + - skip_double_quoted: takes new flags argument; changed callers + - skip_double_quoted: if flags argument includes SX_COMPLETE, pass it + to extract_command_subst + - extract_command_subst: if flags&SX_COMPLETE, call + extract_delimited_string instead of xparse_dolparen, since completion + may call this for unterminated command substitutions. Fixes + (imperfectly) bug reported by Ingo Ruhnke + - skip_to_delim: if passed the SD_COMPLETE flag, pass the SX_COMPLETE + flag to skip_double_quoted + - char_is_quoted: pass SX_COMPLETE flag to skip_double_quoted + - unclosed_pair: pass SX_COMPLETE flag to skip_double_quoted + + 8/9 + --- +execute_cmd.c + - time_command: catch longjmps to top_level and print command timing + statistics even after a jump to top_level. Fixes issue reported by + Sam Watkins + + 8/10 + ---- +config-top.h + - OPENLOG_OPTS: if SYSLOG_HISTORY is defined, define to LOG_PID, so + each message is tagged with the pid + +bashhist.h + - bash_syslog_history: the first time it's called, call openlog with + OPENLOG_OPTS and SYSLOG_FACILITY + + 8/11 + ---- +doc/{bash.1,bashref.texi} + - GROUPS,FUNCNAME: change description to note that assignments are + silently ignored, but do not return an error (which would constitute + an assignment error and cause posix mode shells to abort). Problem + pointed out by Grzegorz Bajson + + 8/12 + ---- +subst.c + - parameter_brace_expand_indir: if the value of the indirectly expanded + variable isn't something that the shell would expand if it were inside + ${}, error out right away before calling parameter_brace_expand_word. + Fixes problem reported by isabella parakiss + - parameter_brace_expand: handle returning &expand_wdesc_error or + &expand_wdesc_fatal from parameter_brace_expand_indir in case it does + that someday + + 8/13 + ---- +jobs.c + - {save,restore}_pipeline: saved_pipeline now a linked list of pipelines, + new ones allocated in save_pipeline and freed in restore_pipeline. + This allow multiple nested calls to save_pipeline (e.g., in traps + and then in process substitution). Fix for bug reported by isabella + parakiss + +print_cmd.c + - named_function_string: if printing a function with the same name as a + reserved word, add the `function ' keyword before the name to avoid + parsing problems when trying to reuse it as input. Fix for bug + reported by isabella parakiss + + 8/14 + ---- +lib/readline/text.c + - rl_insert: when optimizing typeahead, make sure we set rl_last_func + ourselves if we set pending input, since the mainline code path + won't set rl_last_func if input is pending. Fixes bug reported by + Hiroo Hayashi + + 8/15 + ---- +builtins/type.def + - describe_command: if using the short description (CDESC_SHORTDESC) in + posix mode, describe posix special builtins as such. Requested by + Stephane Chazelas + +builtins/enable.def + - BASH_LOADABLES_PATH: a colon-separated list of directories where bash + looks for loadable builtins specified as arguments to `enable -f' + +doc/{bash.1,bashref.texi} + - BASH_LOADABLES_PATH: document new shell variable + +configure.ac,Makefile.in,builtins/Makefile.in + - loadablesdir: set in configure, substitute into Makefiles. Reserved + for future use + + 8/18 + ---- +subst.c + - shell_expand_word_list: if make_internal_declare fails, make sure to + propagate that error return back and make the assignment statement + fail. Fixes seg fault reported by Sergey Tselikh + + 8/20 + ---- +builtins/declare.def + - declare_internal: made a slight tweak to the warning message about + quoted compound assignments by printing it only if the array (indexed + or assoc) does not already exist + + 8/21 + ---- +braces.c + - mkseq: call strvec_dispose before throw_to_top_level if we saw SIGINT + to avoid a memory leak + +trap.c + - maybe_set_return_trap: set the RETURN trap to string if it's not + already trapped, in the same way as the debug and error traps + +execute_cmd.c + - execute_function: use maybe_set_return_trap to allow functions to set + return traps that persist across calls even if function tracing is + enabled + +lib/readline/input.c + - rl_gather_tyi: make sure errno reset to 0 after select call, for + ioctl and read + - rl_gather_tyi: if read returns -1/EIO, return -1 + - rl_read_key: if rl_gather_tyi returns -1/EIO, return READERR if in + RL_STATE_READCMD (reading command in readline_internal_char), EOF + if not (like rl_getc). Continue to return '\n' on other errors; + rl_done = 1 in any case. Fix for issue reported by + Lubomir Rintel + +lib/readline/{misc,text,vi_mode}.c + - fix return values from rl_read_key to handle < 0 + + 8/22 + ---- + +parse.y + - parsing_redirection: macro that expands to true if the last read + token (always passed as an argument) is a redirection token that + will leave us reading a word that's the target of the redirection + - command_token_position: make sure that even if the parser state + indicates we are reading a simple command (PST_REDIRLIST), we do + not perform alias expansion on a WORD that is part of a redirection, + using parsing_redirection() to do so. Fixes but reported to Red Hat + by Robert Alm Nilsson + https://bugzilla.redhat.com/show_bug.cgi?id=795795 + +builtins/declare.def + - declare_internal: only print the warning now if the variable is not + already an array or if we are not creating an array with -a or -A, + cuts down the spurious warnings + - declare_internal: even if the rhs of the assignment looks like a + compound array, if we're not assigning to an existing array or we're + not creating an array, make it an array subscript assignment. This + means things like declare a[1]='(foo)' and a[1]='(foo)' behave + identically + +builtins/help.def + - wdispcolumn: change use of displen and add new dispchars variable to + deal with locales where each wide character does not take up one + column position. Fix for bug reported by Mingye (Arthur) Wang + + + 8/23 + ---- +sig.c + - sigint_sighandler: if we get a SIGINT while this_shell_builtin == + wait_builtin, perform the special handling only if wait_intr_flag + is non-zero, don't just use it to set wait_sigint_received. This + makes sure we run bashline_set_event_hook. Fixes bug reported by + isabella parakiss + + 8/25 + ---- +subst.h + - SD_HISTEXP: new flag for skip_to_delim, indicates we are looking for + the history expansion character (special double quote handling) + - skip_to_delim: handle SD_HISTEXP flag, changes double quote handling + to be similar to history library: don't call skip_double_quote, make + sure single quotes aren't special in double quotes, but continue to + skip over $(), ${}, and other similar constructs + + 8/27 + ---- +support/bash.pc.in + - new file, pkgconfig template for bash, installed to support nascent + loadable builtins dev environment + +examples/loadables/Makefile.inc + - new file, example Makefile with correct definitions for loadable + builtin development + +configure.ac + - headersdir: directory where headers get installed to support loadable + builtin development + - examples/loadables/Makefile.inc, support/bash.pc: create + +Makefile.in + - INSTALLED_HEADERS, INSTALLED_BUILTINS_HEADERS, INSTALLED_INCFILES, + CREATED_HEADERS: new variables holding names of include files to + install into $(headersdir) for loadable builtin development + - install-headers,install-headers-dirs: new targets to support + installing headers into $(headersdir) and subdirectories for loadable + builtin development + - uninstall-headers: target to uninistall headers in $(headersdir) + - uninstall: call uninstall-headers whether or not install-headers + was done; add uninstall in examples/loadables + - install: add install in examples/loadables + - clean: add clean in examples/loadables + +examples/loadables/Makefile.in + - install-supported, install-unsupported: new targets, make install + chooses one based on $(SHOBJ_STATUS) + - install-supported: now cds to the top level build directory and + installs the header files + - install-supported: now installs Makefile.inc to $(loadablesdir) as + an example + - uninstall-supported,uninistall-unsupported: uninstall targets, + make uninstall chooses one based on $(SHOBJ_STATUS) + + 8/31 + ---- +lib/glob/Makefile.in + - CPPFLAGS: move after ${INCLUDES} so library-specific include paths + take precedence. This is what the other parts of the shell do. + Report from Poor Yorick + +builtins/read.def + - reset_alarm: cancel alarm before restoring signal handler to avoid + possible race condition. Report and fix from Oleg Popov + + +subst.c + - string_extract_verbatim: if SEPARATORS is "'", don't short-circuit + to string_extract_single_quoted unless the SX_NOCTLESC flag is set. + Callers expect this function to honor CTLESC, even to quote a single + quote. Fixes bug reported by isabella parakiss + and several others + + 9/2 + --- +include/chartypes.h + - TOCTRL: handle '?' by special-casing it to 0x7f. Fixes a problem + with $'\c?' reported by Helmut Karlowski + +redir.c + - write_here_string: don't word-split the here string document. The + bash documentation has always said this doesn't happen, even though + bash has done so for years, and other shells that implement here- + strings don't perform any word splitting. The practical effect is + that sequences of IFS characters are collapsed to spaces. Fixes + bug reported by Clint Hepner + + 9/3 + --- +doc/{bash.1,bashref.texi} + - add \? to the list of backslash escapes expanded by $'...' ANSI-C + quoting. It was expanded but not documented + +lib/readline/util.c + - _rl_audit_tty: updated from Red Hat patch + +lib/readline/readline.c + - HAVE_DECL_AUDIT_USER_TTY: correct #define check + + 9/13 + ---- +shell.c + - read_from_stdin: make sure value set to 1 appropriately if the shell + is reading from standard input, as Posix seems to specify (?) + +lib/readline/kill.c + - _rl_copy_to_kill_ring: don't assume that rl_kill_ring has been + allocated if _rl_last_command_was_kill is non-zero; make sure it's + non-null before indexing into it + + 9/15 + ---- +variables.c + - initialize_shell_variables: cope with a NULL env pointer. Fixes bug + reported by ziyunfei <446240525@qq.com> + + 9/16 + ---- +builtins/exec.def + - exec_builtin: if -c is supplied, pass an empty array instead of a NULL + pointer to shell_execve + +variables.c + - set_pwd: only believe $PWD if it begins with a slash; try to + canonicalize it and set it to physical path if canonicalization fails. + Reported by ziyunfei <446240525@qq.com> + + 9/17 + ---- +subst.c + - do_compound_assignment: make sure to dispose of word list generated + by expand_compound_array_assignment; fixes memory leak reported in + https://bugzilla.redhat.com/show_bug.cgi?id=1264101 + +variables.c + - adjust_shell_level: clamp the value of shell_level at 1000 and reset + there, instead of > 1000, since the itos replacement code doesn't + handle the value 1000. Fixes bug reported by ziyunfei + <446240525@qq.com> + +shell.h,parse.y + - save_parser_state,restore_parser_state: now save and restore + redir_stack, short-circuiting if need_here_doc == 0. If we save a + non-zero value for need_here_doc, we have to make sure there is + something valid for gather_here_documents to work on. Fixes bug + reported by Brian Carpenter + + 9/18 + ---- +array.c + - array_to_assign: use ansic_shouldquote to check whether each element + value contains non-printable characters and use ansic_quote to + generate the value instead of using sh_double_quote unconditionally + +assoc.c + - assoc_to_assign: if either the key or the value of an associative + array element contains non-printable characters (ansic_shouldquote + returns true), use ansic_quote to quote them instead of using double + quotes unconditionally + + 9/19 + ---- +subst.c + - pat_subst: handle REP being NULL. Fixes bug reported by Brian + Carpenter + +builtins/evalstring.c + - parse_string: if we get a longjmp to top_level with DISCARD as the + code (in which case we are going to go on), return -DISCARD to our + caller (always xparse_dolparen) after doing our own cleanup instead + of calling jump_to_top_level + +parse.y + - xparse_dolparen: if parse_string returns < 0, do the appropriate + cleanup and then jump_to_top_level with the negative of the return + value. This allows us to do the appropriate parser cleanup in + case we're not going to exit the shell. Fixes bug reported by Brian + Carpenter + +subst.c + - extract_delimited_string: if a recursive call to one of the extract_ + functions or a call to ADVANCE_CHAR leaves i past the end of the + string, cut the loop off at the end of the string. Fixes bug + reported by Brian Carpenter + + 9/20 + ---- +subst.c + - get_var_and_type: return appropriate values if variable indirection + results in a NULL variable. Fixes bug reported by Brian Carpenter + + +lib/readline/history.c + - history_get_time: handle strtol overflows caused by malicious + modifications to timestamps in the history file. Fixes issue + reported by rens@endoria.net + + 9/21 + ---- +lib/readline/rlconf.h + - ENABLE_AUDIT_TTY_SUPPORT: now undefined (off) by default + + 9/24 + ---- +jobs.c + - waitchld: if we get a SIGINT while waiting for a child to exit, but + the kernel doesn't interrupt the waitpid(2) call, assume the child + caught SIGINT if it exited for some reason other than SIGINT. Fix + suggested by Stephane Chazelas + +input.c + - make_buffered_stream: use B_TEXT in buffered stream flags instead + of (typo) O_TEXT. Report and fix from Eric Blake + + 9/27 + ---- +execute_cmd.c + - shell_execve: call reset_parser before calling initialize_subshell, + which calls delete_all_aliases. reset_parser wants to free the + pushed string list, which has pointers back into the alias table + (use after free) + - execute_simple_command: if we fork for an async command, make sure + the child process increments shell_level before performing any + word expansions, so $BASH_SUBSHELL is incremented. Fixes issue + reported by ziyunfei <446240525@qq.com> + + 10/1 + ---- +builtins/kill.def + - kill_builtin: make -L equivalent to -l for compatibility with other + (Linux) versions of kill + +doc/{bash.1,bashref.texi} + - kill: document new `-L' option + + 10/2 + ---- +[bash-4.4-beta frozen] + + 10/5 + ---- +doc/{bash.1,bashref.texi} + - LC_TIME: document that the shell recognizes it and calls setlocale + when it changes; and that the shell uses it for time formatting + + 10/6 + ---- +subst.c + - skip_single_quoted: now takes an additional `flags' argument, like + skip_double_quoted; changed callers + - skip_single_quoted: now pays attention to SX_COMPLETE flag, allows + backslash to escape single quote, like $'...' allows + - skip_to_delim: added case where we are completing and we are + skipping over a $'...' string to call skip_single_quoted with + SX_COMPLETE flag to allow backslash to quote single quote. Fixes + bug reported by Daniel Colascione + - char_is_quoted: make analogous changes to handle $'...' so we can + accommodate $'ab \' cd' + + 10/11 + ----- +subst.c,bashjmp.h + - no_longjmp_on_fatal_error: now global so other parts of the shell can + use it + +arrayfunc.c + - expand_array_index: if no_longjmp_on_fatal_error is non-zero, don't + longjmp to top_level, just return 0. Fixes bug reported by + isabella parakiss + +subst.c + - CQ_RETURN: restore old value of no_longjmp_on_fatal_error (oldjmp); + make sure all callers (skip_matched_pair, skip_to_delim, + char_is_quoted) save no_longjmp_on_fatal_error to oldjmp before + setting it to 1 + +expr.c + - expr_streval: if longjmping after an unbound variable error, jump + back to expr toplevel (evalbuf) if no_longjmp_on_fatal_error is set + in an interactive shell + +variables.c + - push_func_var: if pushing an array variable, such as when a variable + in the temporary environment is promoted to an array by mapfile when + the shell is in posix mode (so variable assignments preceding special + builtins or shell functions persist in the shell environment after + the builtin returns), make sure to copy the array or hash table so + the variable is duplicated correctly. Fixes seg fault reported by + Linda Walsh + + 10/13 + ----- +variables.c + - initialize_shell_variables: add call to sv_shcompat, so BASH_COMPAT + can be set in the initial environment + +execute_cmd.c + - execute_function: set loop_level to 0 only if shell_compatibility_level + is greater than bash-4.3; this was kind of an incompatible change. + Report from Carlos Pita + +COMPAT,doc/{bash.1,bashref.texi} + - compat43: added loop_level changes to description + + 10/15 + ----- +lib/sh/casemod.c,lib/readline/display.c + - make sure mb_cur_max variable is defined outside of HANDLE_MULTIBYTE + if it's used outside HANDLE_MULTIBYTE. Fixes from Greg Wooledge + + +support/Makefile.in + - bash.pc: remove as part of distclean, not clean. Report from Andreas + Schwab + + 10/17 + ----- +subst.c + - array_var_assignment: make sure to call quote_string or quote_escapes + on the assignment string, so spaces in the assignment survive word + splitting. Fixes bug reported by isabella parakiss + + + 10/20 + ----- +doc/{bash.1,bashref.texi} + - word splitting: make sure that newline is listed as one of the IFS + whitespace characters. Fixes omission reported by ziyunfei + <446240525@qq.com> + +lib/readline/histfile.c + - history_do_write: make sure that we only create and use the tempfile + if the history file exists and is a regular file. Reported several + times, most recent check the result of a report from + + + 10/22 + ----- +jobs.c + - delete_all_jobs: if running_only == 0, we are eventually going to + clear the bgpids list, so don't bother to add pids to it in + delete_job (call with DEL_NOBGPID flag if running_only == 0) + + 10/24 + ----- +jobs.[ch] + - bgpids: new implementation from a patch from John Fremlin + , uses an array for the list of the last CHILD_MAX + terminated background pids, and a separate hash table to search it. + The storage can be freed as a unit, and the size of the hash table + (currently 4096) is independent of the size of the bgpids table + +subst.c + - inherit_errexit: new variable to control whether or not command + substitution inherits the -e (errexit) option. Disabled by default + +general.c + - posix_initialize: set inherit_errexit = 1 when Posix mode is enabled + +builtins/shopt.def + - inherit_errexit: new shell option, tracks value of inherit_errexit, + allows command substitution to inherit the setting of errexit without + posix mode. From a request and patch submitted by Christoph Gysin + + +{version,version2}.c + - use #if HAVE_SNPRINTF instead of #if defined in case configure + decides to #define it to 0. Fixes problem reported by Klaus Ziegler + + +configure.ac + - when checking for sys/resource.h, make sure to include + for the benefit of both old systems that require it and new versions + of autoconf that require a header file to compile to report its + presence. Reported by Klaus Ziegler + + 10/26 + ----- +subst.h + - SD_ARITHEXP: new flag value for skip_to_delim, supports parsing + arithmetic expressions in parameter expansions + +subst.c + - skip_to_delim: handle SD_ARITHEXP flag by skipping parentheses for + subexpressions and allowing ?: expression to not terminate an + arithmetic expression delimited by `:' + - skiparith: just call skip_to_delim with the SD_ARITHEXP option and + the right delimiter string and return the right result. Fixes bug + reported by + +include/shmbchar.h + - strip out everything except what is needed to support is_basic and + similar functions, since the mbchar_t typedef apparently conflicts + with some AIX-specific type definition. Problem reported by + Michael Felt + + 10/27 + ----- +builtins/{set,ulimit}.def + - {set,ulimit}_builtin: make sure that --help is treated the same as + -? and prints a message and returns. Fixes bug reported by ziyunfei + <446240525@qq.com> + +builtins/*.def + - make sure to consistently use builtin_help() instead of mix of that + function and builtin_usage() + + 10/29 + ----- +doc/{bash.1,bashref.texi} + - BASH_CMDS, BASH_ALIASES: note that removing elements from these + array variables is not currently reflected in the command hash + table and alias list, respectively. Reported by isabella parakiss + + + 10/30 + ----- +eval.c + - reader_loop: if PS0 is set in an interactive shell, expand and + display it after reading a (complete) command but before executing + it. This differs from the DEBUG trap because the DEBUG trap is + executed once for each simple command (and some others, like each + time through a for loop). From a patch submitted by Dan Stromberg + + +parse.y + - prompt_again: set ps0_prompt from $PS0 in an interactive shell + +doc/{bash.1,bashref.texi} + - PS0: document new prompt string + + 11/3 + ---- +subst.c + - cond_expand_node: if special > 0, remove quoted nulls from the word + list, since no word splitting takes place. Fixes bug reported by + Corentin Peuvrel + + 11/4 + ---- +doc/{bash.1,builtins.texi} + - inherit_errexit: add to shopt description; modify Posix mode + description + + 11/9 + ---- +lib/readline/util.c + - rl_tilde_expand: fix out-of-bounds read caused when this function + is invoked with rl_point == 0. Bug reported by Hanno Böck + + + 11/11 + ----- +{nojobs,jobs}.c + - get_original_tty_job_signals: force the original signal disposition + for SIGTSTP/SIGTTIN/SIGTTOU to SIG_DFL in interactive shells. This + will force child processes to get SIG_DFL even if the shell is + started with those signals ignored. From a bug report from + Keith Thompson + + 11/13 + ----- +make_cmd.c + - make_function_def: if a function is being defined without a source + file, and the shell has not been initialized, assume that the + function is being imported from the environment and set the + source_file struct member to "environment". Set to "main" if the + shell has been initialized. Fixes bug reported on savannah by + Arno-Can Uestuensoez + https://savannah.gnu.org/support/index.php?108903 + +subst.c + - skip_to_delim: if the shell is in posix mode (posixly_correct != 0) + and performing history expansion ((flags & SD_HISTEXP) != 0), allow + double quotes to quote the history expansion character. TENTATIVE + CHANGE, inspired by + https://savannah.gnu.org/support/index.php?108491 + + 11/14 + ----- +jobs.c + - wait_for: modify change from 4/23 to only give the terminal to + shell_pgrp if not running in the background and subshell_environment + indicates we're not in a pipeline and not an async command. Fixes + bug reported by konsolebox + + 11/16 + ----- +doc/{bash.1,bashref.texi} + - document new posix-mode behavior of not giving ! special meaning + within double quotes, even if histexpand is enabled + + 11/17 + ----- +builtins/evalfile.c + - fc_execute_file: pass FEVAL_BUILTIN flag to _evalfile so it returns + the value of parse_and_execute after executing the commands in the + file. Fixes bug reported by Chris Marusich + + 11/20 + ----- +subst.c + - process_substitute: don't unconditionally set pipeline_pgrp to + shell_pgrp; do that only if pipeline_pgrp == 0 (we haven't forked + yet) or if we know we haven't forked for a command, a pipeline, + or an async command. Fixes bug reported by + + as https://savannah.gnu.org/support/index.php?108593 + + 11/24 + ----- +variables.c + - set_pwd: inherit the value of OLDPWD from the initial environment + if it names a directory. From a report from John Wiersba + + +builtins/set.def + - -T: fix help text to note that the DEBUG and RETURN traps are both + inherited if this is set. Report from Grisha Levin + + +doc/{bash.1,bashref.texi} + - HISTIGNORE,GLOBIGNORE: note that the pattern matching is subject to + the setting of the `extglob' variable. Clarification raised by + Aharon Robbins + +builtins/jobs.def,doc/{bash.1,bashref.texi} + - disown: add text to synopsis making it clear that disown takes a + pid argument. From a report from Matthew Stanfield + + +findcmd.c,doc/{bash.1,bashref.texi} + - EXECIGNORE: change pattern matching to use FNMATCH_EXTFLAG like other + IGNORE variables. From a report from Aharon Robbins + +trap.c + - _run_trap_internal: make sure to catch and use return values supplied + as arguments to `return'; instead of just catching return, make sure + we use return_catch_value as well. Fixes bug reported by + Grisha Levit , affects RETURN, DEBUG, ERROR + traps + + 11/30 + ----- +lib/readline/display.c + - rl_redisplay: fix code that deals with prompts that contain + multibyte characters whose physical length is longer than the screen + width (so the prompt line wraps) to deal with invisible characters + in the prompt and set the inv_lbreaks offsets correctly and set + lpos appropriately + - _rl_move_cursor_relative: always called with either visible line or + invisible line. Decide whether we are being called with the invisible + line (or a portion thereof) as the DATA argument; make sure to account + for invisible characters in the last line of the prompt by offsetting + the desired buffer offset (NEW) by where DATA starts in invisible line + and checking whether that is past the last invisible character in + the prompt + - _rl_move_cursor_relative: do the same for the visible line by using + the visible line lbreaks array instead of _rl_screenwidth, since + that fails in the presence of multibyte characters (buffer offset + vs. physical screen position). These fix bug with prompts with + multibyte characters and invisible characters that are longer than + the screen width reported by Ryo Furue + + 12/1 + ---- +parse.y,make_cmd.c + - here_doc_first_line: new variable, set to non-zero to indicate the + first line of possibly multiple here documents associated with the + current command. Set in parse.y:gather_here_documents() before + reading any here documents, set to 0 after reading the first line + of any here document in make_cmd.c:make_here_document(). + +parse.y + - history_delimiting_chars: if parser_state indicates we are reading + a here document, don't use current_command_line_count to see whether + or not we're on the first line of a here document -- it can be fooled + by multi-line commands (or even backslash-escaped newlines). Use + here_doc_first_line to check that directly. Fixes bug reported by + Geoffrey Allott + +shell.h,parse.y + - save and restore here_doc_first_line as part of the shell's parser + state + +lib/sh/tmpfile.c + - use ANSI-C rand() interface if random() not available. Fixes problem + with linking on (ancient) Solaris 2.4 reported by Klaus Ziegler + + + 12/2 + ---- +aclocal.m4 + - RL_LIB_READLINE_VERSION: if cross-compiling, assume current version + of readline if cross-compiling bash while using an external readline + library. Fix from Barry Davis + +execute_cmd.c + - execute_builtin: save and restore value of builtin_ignoring_errexit + instead of assuming we can set it back to 0 -- the ignore-errexit + cases might be nested + - execute_builtin: after a builtin executes and eval_unwind is set, + set exit_immediately_on_error to 0 if builtin_ignoring_errexit is + set, and back to the value of errexit otherwise, just like the + code that sets -e does. Fixes short-circuiting bug reported by + Marcin Swigon + + 12/5 + ---- +builtins/setattr.def + - set_or_show_attributes: instead of using a fixed string for the + options argument to `declare', which results in export adding the + readonly attribute, build the option string dynamically like in + subst.c:shell_expand_word_list() + - set_or_show_attributes: don't add the -r option to declare if the + attribute passed as an argument doesn't include att_readonly; add + -x if the attribute includes att_exported + - set_or_show_attributes: add the -g option to declare so readonly + and export in functions that go through this code path don't create + local variables. Part of fix for bug reported by ziyunfei + <446240525@qq.com> + +execute_cmd.c + - make_internal_declare: if we have an assignment builtin that isn't + supposed to create local variables (export/readonly), make sure to + add the W_ASSNGLOBAL flag to each assignment statement word. + Part of fix for bug reported by ziyunfei <446240525@qq.com> where + readonly can create local variables when invoked with a compound + array assignment as an argument within a shell function + +subst.c + - make_internal_declare: added third argument: command name. Not used + in any useful way yet + - do_compound_assignment: handle attempted assignments to readonly + variables and print error messages, like bind_variable does and the + callers expect. This means that assignments to readonly array + variables can't go through a code path that allows them to fail + silently + +doc/Makefile.in + - uninstall: run install-info --delete after removing the installed + info file to update the directory file + +execute_cmd.c + - execute_disk_command: since we still (and have always) perform + redirections in child processes, we need to mark that state so + we know that we're in a child process. subshell_performing_redirections + is the new variable; non-zero when executing do_redirections() + +subst.c + - process_substitute: if we are executing process substitution in a + redirection expansion context (expanding_redir == 1), the child + process should not have access to any temporary environment the + parent has. Call flush_tempenv() in the child process to get rid + of it. Fix for bug reported by Clint Hepner + + 12/9 + ---- +jobs.c + - waitchld: if in posix mode and attempting to let SIGCHLD interrupt the + wait builtin, make sure wait_intr_flag is non-zero before trying to + longjmp to wait_intr_buf. Fixes bug reported by Aharon Robbins + + + 12/10 + ----- +lib/readline/display.c + - update_line: if a prompt containing invisible characters changes, + and the change is within the prompt string, we need to redraw the + entire prompt. After that redraw, if the cursor position is after + the first index where the old and new lines differ, we can short- + circuit the update if the line length stays the same + - update_line: if we redraw the entire prompt string because the prompt + contains invisible characters and the first difference is in the + middle of the prompt, we possibly need to adjust our idea of the + first differing character in the old and new lines. We punt and do + a dumb update in this case. Fixes bug with dynamic vi-mode mode + strings containing invisible characters reported by Dylan Cali + + + 12/11 + ----- +lib/readline/display.c + - update_line: if we move up to a new screen line, we need to recompute + the number of invisible characters on the new current line + (visible_wrap_offset). Fixes bug reported to bug-readline by + Per Bothner + - update_line: update code that attempts to compute where we are in + the new line buffer. Fixes `vt100' bug reported to bug-readline by + Per Bothner + + 12/18 + ----- +execute_cmd.c + - execute_function: unwind-protect and restore BASH_ARGC and BASH_ARGV + - restore_funcarray_state: now global + +execute_cmd.h + - make func_array_state type global, add extern function declaration + for restore_funcarray_state + +builtins/evalfile.c + - _evalfile: use restore_funcarray_state and pop_args as unwind-protects + to restore BASH_{SOURCE,LINENO,ARGC,ARGV} and FUNCNAME on interrupts. + Fixes bug reported back on 11/10 by Grisha Levit + + + 12/20 + ----- +lib/readline/isearch.c + - _rl_isearch_dispatch: after removing the only character from the + search string with DEL, leaving the search string empty, don't match + the previous line if we didn't have a match before + + 12/22 + ----- +bashhist.c + - enable_history_list,remember_on_history: initialize to 0 instead of 1 + +shell.c + - init_interactive,init_interactive_script: set enable_history_list and + remember_on_history to 1 (defaults) + + 12/23 + ----- +variables.c + - initialize_shell_variables: don't inherit PS4 from the environment + if the shell is running with euid == 0; just reset it to `+ '. This + is a known potential vulnerability, since PS4 expansion performs + command substitution in the root shell's context before displaying + it. Discussion started by up201407890@alunos.dcc.fc.up.pt + +bashhist.c + - bash_history_reinit: initialize remember_on_history to the value of + enable_history_list (set -o history). Fixes bug reported by + Stephane Chazelas with command-line + option `-o history' not having any effect + + 12/28 + ----- +lib/readline/{history.h,histfile.c} + - history_file_version: new int variable, reserved for future use + - history_multiline_entries: new int variable, can be set by the + calling application to enable reading multi-line history entries + from the history file (currently undocumented) + +lib/readline/history.c + - _hs_append_history_line: new function, append a line passed as an + argument to a specified history entry, used to create multi-line + history entries + +lib/readline/histfile.c + - read_history_range: implement a heuristic that temporarily sets the + history comment character if the first line read from the history + file looks like it has is a timestamp (#[:digit:]) so we can read + timestamps from the history file properly. Originally reported + back in March 2015 by Christoph Anton Mitterer + - read_history_range: make sure history_multiline_entries is non-zero + if the history file looks like it has timestamps + - read_history_range: if we think we have a history file with timestamps + and we read more than one non-timestamp consecutive history lines, + assume they are part of a single multi-line history entry and paste + them together using _hs_append_history_line. Feature most recently + requested by james harvey , also suggested + by Christoph Anton Mitterer + +examples/loadables/setpgid.c + - setpgid: new loadable builtin, originally contributed by Jason + Vas Dias + + 12/29 + ----- +bashhist.c + - bash_history_inhibit_expansion: fix cases where a history expansion + should be skipped because it's in a command or process substitution + but there is another history expansion preceding the substitution + on the command line. Don't let the previous history expansion fool + the function into saying the command substitution history expansion + should be performed + +builtins/evalstring.c + - parse_prologue: always unwind-protect history_expansion_inhibited, + since history expansion can be enabled in non-interactive shells, + and calling eval once in a non-interactive shell inhibits history + expansion forever even if `set -o histexpand' was run before the + eval + +builtins/common.h + - SEVAL_NOHISTEXP: new flag for parse_and_execute/parse_string; means + to not perform history expansion (decouple from SEVAL_NOHIST, which + now means to not remember commands on history); changed all callers + that had SEVAL_NOHIST to have SEVAL_NOHIST|SEVAL_NOHISTEXP + +builtins/evalstring.c + - parse_prologue: instead of calling bash_history_disable, set + remember_on_history to 0 if SEVAL_NOHIST and history_expansion_inhibited + to 1 if SEVAL_NOHISTEXP + + 12/30 + ----- +subst.c + - skip_to_histexp: new function, a stripped-down version of skip_to_delim. + Used to skip to the next unquoted instance of the history expansion + character, handles peculiar quoting and command/process substitution + requirements. Better fix for bug reported by + Zigmund.Ozean@zig-home.localdomain back in January, prompted by report + from Keith Thompson + +bashhist.c + - bash_history_inhibit_expansion: use skip_to_histexp instead of + skip_to_delim + +subst.c + - parameter_brace_expand_rhs: if the rhs of an expansion is "$@" and + IFS is null, we need to separate the (quoted) positional parameters + in the returned word with a space, and mark the word as needing to + be split on spaces (W_SPLITSPACE). Fix for issues reported back in + October 2014 as the result of an austin-group discussion, and just + re-reported by Martijn Dekker + + 1/4/2016 + -------- +execute_cmd.c + - execute_simple_command: if autocd is set, invoke a function named + `cd' if one exists, instead of the shell builtin. Feature requested + by transl8czech@gmail.com + +builtins/mkbuiltins.c + - if a command's short description is the same as its name (e.g., `true'), + don't mark the short doc to be translated. Report and fix from + Benno Schulenberg + + 1/6 + --- +subst.c + - command_substitute,process_substitute: before replacing the file + descriptor underlying stdout (fd 1), make sure to purge any pending + stdio output that hasn't been written successfully, even after a + call to fflush(). Fixes bug reported by cks@cs.toronto.edu + + 1/7 + --- +builtins/{echo,printf}.def + - echo_builtin,printf_builtin: don't use terminate_immediately; use + calls to QUIT in the body of the print loop after writes and flushes. + Fixes problem with running the signal handler and exit trap in a + signal context and other bug reported by cks@cs.toronto.edu + +builtins/common.c + - sh_chkwrite: put in calls to QUIT to catch signals that interrupt + writes + +shell.c + - get_current_user_info: protect endpwent() with #ifdef HAVE_GETPWENT. + Fixes bug reported by pb + + 1/8 + --- +lib/readline/bind.c + - _rl_init_file_error: now a varargs function so it can take format + strings and arguments and pass them to vfprintf + - rl_parse_and_bind: print a warning if we encounter a key binding + string with one or more hyphens but we don't find a valid modifier + (`control', `meta', etc.). Prompted by a report from Andrew Kurn + + - rl_parse_and_bind: improve several existing error messages now that + _rl_init_file_error takes a variable number of arguments + - rl_variable_bind: print error message upon encountering unknown + variable + + 1/10 + ---- +lib/readline/bind.c + - rl_parse_and_bind: if a `bare' keybinding is supplied without any + terminating `:' or whitespace separating it from the command to be + bound, signal an error + + 1/11 + ---- +subst.c + - process_substitute: when compiled without job control (JOB_CONTROL not + defined), make sure we call stop_making_children like we do in the job + control code branch, so already_making_children is reset to 0. This + is what command substitution does. Fixes bug reported by Alastair + Hughes + + 1/12 + ---- +execute_cmd.c + - execute_in_subshell: if a user subshell (`(command)') or other shell + compound command has an input pipe, note for later by setting + stdin_redir. This will inhibit the implicit redirection of standard + input from /dev/null for async commands executed as part of this + subshell. Fixes bug reported by Martin D Kealey + - execute_simple_command: if the shell forks to execute this command + because it has an input pipe, set stdin_redir to inhibit later redirection + from /dev/null for async commands + + 1/13 + ---- +execute_cmd.c + - HASH_BANG_BUFSIZE: use #define for size of buffer used in + READ_SAMPLE_BUF instead of straight constant 80 + - HASH_BANG_BUFSIZ: increase to 128 because Linux allows 128 chars in + exec header. Reported by Ludovic Courtès + +configure.ac + - remove support for purify and purecoverage + - change release level to `rc1' + + 1/15 + ---- +builtins/enable.def + - dyn_load_builtin: fix missing argument to builtin_error if load function + returns an error. Fix from Aharon Robbins + + 1/18 + ---- +builtins/history.def + - histtime: display a better error message for invalid timestamps; use + existing `??' string for empty/missing timestamps or invalid history + entries. Suggestion from Reuben Thomas + + 1/21 + ---- +lib/readline/text.c + - rl_insert: when trying to optimize typeahead, make sure to reset the + key sequence and key sequence length when we read a character that is + not bound to self-insert. Bug report from Geir Hauge + + + 1/25 + ---- +doc/{bash.1,bashref.texi} + - word splitting: add example showing how -d'' is equivalent to -d + after word splitting and null argument removal + + 1/27 + ---- +doc/{bash.1,bashref.texi} + - read: modify description to make it more clear that the line is split + using the same rules as word splitting, and use `delimiters' instead + of `separators', which people read the wrong way + + 2/2 + --- +variables.c + - initialize_shell_variables: allow FUNCNEST to set funcnest_max when + imported from the environment. Inspired by + https://bugzilla.redhat.com/show_bug.cgi?id=1274553 + + 2/11 + ---- +bashhist.c + - bash_history_inhibit_expansion: function should be compiled in only if + BANG_HISTORY is defined. Report from isabella parakiss + + +[bash-4.4-rc1 frozen] + + 2/15 + ---- +lib/readline/text.c + - rl_refresh_line: call rl_redraw_prompt_last_line instead of + rl_forced_update_display to avoid redrawing all lines of a multiline + prompt (overwriting the last line of the multiline prompt in the + process). Report from Hugh Davenport + + 2/18 + ---- +subst.c + - parameter_brace_expand: when processing ${!name[@]}, make sure to + free `name' before returning the list of keys to avoid a memory leak. + Fixes bug reported by Emilio PastorMira + + 2/19 + ---- +trap.c + - free_trap_strings: when freeing the `special' traps (NSIG to BASH_NSIG), + check whether or not the `signal' is trapped, as it would be if the + subshell inherited it (errtrace) and don't free the trap string in that + case. Fixes bug reported by Jan Klötzke + + 2/21 + ---- +lib/sh/netconn.c + - isnetconn: return false if getpeername fails with errno == EBADF. + Bug and fix from Andrew Gregory + +builtins/shopt.def + - parse_bashopts: when reading BASHOPTS from the environment, make + sure to call any set functions associated with a variable, instead + of just setting the value to 1. Report and fix from + Vehlow, Jörg + + 2/22 + ---- +lib/readline/complete.c + - rl_display_match_list: don't bother calling strrchr to check the + return value from printable_part() if rl_filename_completion_desired + is non-zero, since in that case printable_part just returns its + argument. Fixes git completion issue reported by + Dilyan Palauzov + - _rl_colored_completion_prefix: default is now 0, testing is complete + + 2/23 + ---- +variables.c + - assign_hashcmd: if the shell is restricted, reject attempts to add + pathnames containing slashes to the hash table, as the hash builtin + does. Fixes bug reported to savannah by Sylvain Beucler as + https://savannah.gnu.org/support/?108969 + + 2/24 + ---- +subst.c + - NEED_FPURGE_DECL: need it before externs.h included, since fpurge + is now used in this file. Fixes warning reported by Mike + Frysinger + - skip_double_quoted: add missing argument to declaration + +parse.y + - shell_getc: in call to internal_warning, use %lu to print an argument + cast explicitly to unsigned long. Fixes warning reported by Mike + Frysinger + + 2/27 + ---- +parse.y + - decode_prompt_string: quote result of \s expansion in case shell has + been invoked with a pathname like '$(id)'. Inspired by report from + Travis Garrell + - decode_prompt_string: quote result of \h and \H expansions in the + (unlikely) case that the hostname has been changed to something + malicious including a command substitution. From report from + Travis Garrell + +builtins/getopts.def + - getopts_unbind_variable: new static function, just calls unbind_variable + for now. Placeholder for any future work to do something special if + OPTARG is readonly. Based on discussion started by Robert Elz + + +lib/readline/vi_mode.c + - rl_vi_unix_word_rubout: new function, implements ^W as Posix specifies + it for vi mode, using whitespace and punctuation characters as word + boundaries. Prompted by question from Carlos Pita + + +lib/readline/vi_keymap.c + - bind rl_vi_unix_word_rubout to ^W by default in both insert and + command mode + +lib/readline/rltty.c + - _rl_bind_tty_special_chars: if in vi mode, bind the WERASE character + to rl_vi_unix_word_rubout + +lib/readline/funmap.c + - vi-unix-word-rubout is new bindable name for rl_vi_unix_word_rubout + +lib/readline/readline.h + - rl_vi_unix_word_rubout: new extern declaration + + 2/28 + ---- +doc/bash.1 + - document readline blink-matching-paren variable + - document readline completion-display-width variable + - document readline completion-map-case variable + - note that the default value of history-size depends on the value of + the HISTSIZE variable. All from a message from Branden Robinson + + +doc/bash.1,lib/readline/doc/{readline.3,rluser.texi} + - convert-meta: modify the description to note that readline will turn + the default to off if the locale contains eight-bit characters + - input-meta: modify the description to note that readline will turn + the default to on if the locale contains eight-bit characters + - output-meta: modify the description to note that readline will turn + the default to on if the locale contains eight-bit characters. From + a message from Branden Robinson + + 3/6 + --- +examples/loadables/Makefile.in + - install-dev: make installdirs a prerequisite; don't rely on the + install-supported target to create it first. Bug with parallel + install (`make -j 4 install') reported by Chris Staub + + + 3/12 + ---- +lib/readline/display.c: + - rl_clear_visible_line: clear all screen lines occupied by the current + visible readline line. Inspired by report from Lauri Ranta + + +lib/readline/readline.h + - rl_clear_visible_line: extern declaration + +lib/readline/doc/rltech.texi + - rl_clear_visible_line: add documentation + + 3/19 + ---- +findcmd.c + - file_status: add inadvertently-dropped test for EXECIGNORE to the + `other' bits check. The check was in the original patch + - search_for_command: if the file should not be considered executable + because it's in the EXECIGNORE blacklist, don't set file_to_lose_on, + since the attempt to execute the last-ditch path will circumvent the + EXECIGNORE setting. Fixes bug reported by Dennis Williamson + + + 3/28 + ---- +lib/readline/display.c + - rl_redisplay: when computing where the cursor should go (and the + physical cursor position) after displaying the prompt, don't adjust + the cursor position by wadjust if there are no multibyte chars in + the prompt. lpos is already a physical cursor position; _rl_screenwidth + is the physical screen width, and we're not calling _rl_col_width and + don't need to take invisible characters into account again. Fixes + bug reported by Andreas Schwab + + 4/1 + --- +parse.y + - parse_comsub: when we read `esac' followed by a break character, + turn on the LEX_RESWDOK flag because we can now read another case + statement or other compound command. Fixes bug reported by + Christian Franke , original version + of patch from Piotr Grzybowski + - parse_comsub: leave the reserved-word-ok flag set for four-char + reserved words (then/else/elif/done/time) that can be followed by + reserved words; set lex_rwlen to 0 so we know to start reading a + new one + + 4/7 + --- +builtins/{alias,complete,jobs}.def + - {alias,compopt,disown}: add missing `CASE_HELPOPT;' so --help option + prints help longdoc instead of builtin_usage() + + 4/8 + --- +arrayfunc.c + - assign_array_var_from_word_list: use bind_array_var_internal instead + of inline code, so value conversions happen on assignment (case + modification, arithmetic evaluation, etc). Fixes bug reported by + Geir Hauge + + 4/9 + --- +shell.c + - main: change the logic that determines whether or not bash is running + under an emacs terminal emulator so it works with future versions of + emacs, which will change to use only $INSIDE_EMACS. Report and fix + from Paul Eggert + +lib/glob/sm_loop.c + - EXT: if we see ?(pat), we can match 0 or 1 times, so if we don't + match, we should consume the extglob pattern and go on to attempt + to match the rest of the pattern against the string. Fixes bug + reported by Isabella Parakiss + - GMATCH: in case `*', don't short-circuit and match anything if the + * is the last character in the pattern until after we check the + special cases for matching a `.'. Fixes bugs reported back on 3/23 + by Isabella Parakiss + + 4/13 + ---- +bashhist.c + - hc_erasedups: fix memory leak by freeing history entry returned by + remove_history. Bug and fix from Seiichi Ishitsuka + + + 4/19 + ---- +config-top.h + - CD_COMPLAINS: now settable in config-top.h; enables (fatal) error + messages if cd is given multiple directory arguments + + 4/20 + ---- +execute_cmd.c + - coproc_setvars: refuse to create variables with names that are not + valid identifiers. Suggestion from Piotr Grzybowski + + +rltty.c + - rl_tty_set_echoing: interface to set _rl_echoing_p, returning old + value. Inspired by gdb use of _rl_echoing_p when switching + between terminal and curses modes described by Doug Evans + + +bashline.c + - bash_execute_unix_command: use rl_clear_visible_line instead of + erasing current line on the screen, inspired by same report from + 3/12. Still tentative change + +configure.ac + - update release status to rc2, may skip this and go directly to + release + + 4/21 + ---- +arrayfunc.c + - convert_var_to_array: make sure that the newly-converted array + variable is not marked as being an associative array. Fixes bug + reported by Grisha Levit + - convert_var_to_assoc: make sure that the newly-converted associative + array variable is not marked as being an indexed array + + 4/22 + ---- +builtins/evalstring.c + - should_suppress_fork: don't suppress the fork if there are any traps + set, since that requires that we hang around to react to a signal or + collect the command's exit status and run something. Fixes bug + reported by Brian Vandenberg + +histexpand.c + - history_tokenize_word: handle >| as a single token. Fix from + Piotr Grzybowski from a report from + idallen@idallen-fibe.dyndns.org + + 4/24 + ---- +execute_cmd. + - coproc_setvars: don't overwrite readonly variables used as coproc + names. From a report from Grisha Levit + +histexpand.c + - history_tokenize_word: handle strings of digits before redirections + beginning with `<' or `>' as part of the redirection word; handle + strings of digits following `<&' or `>&' as part of the redirection + word. Inspired by patch from Piotr Grzybowski + from a report from idallen@idallen-fibe.dyndns.org + +lib/readline/complete.c + - rl_display_match_list: if the common prefix is longer than any of + the possible matches, set the length of the common prefix to 0 so + the entire match gets printed for each match + - rl_display_match_list: make sure to output at least one space + between each displayed match, even if the displayed length is + longer than our computed max + - fnprint: if the length of the prefix (prefix_bytes) is greater than + or equal to the length of the string to be printed (print_len), make + sure to set the prefix length to 0 so the entire string is printed. + From a report from Grisha Levit + + 4/25 + ---- +subst.c + - command_substitute: update the conditions under which we give the + terminal to pipeline_pgrp with give_terminal_to to the same ones + where wait_for uses to decide whether to give the terminal back to + shell_pgrp. This code exists to undo the work wait_for does; it + has to give the terminal back to pipeline_pgrp only under those + conditions when wait_for gives it back to the shell pgrp. Fix for + bug reported by Paulo Bardes + + 4/26 + ---- +bashline.c + - bash_filename_stat_hook: temporarily disable the `nounset' shell + option around calls to expand_prompt_string so we don't get error + messages during completion. Fixes issue reported by Eric Pruitt + + + 4/27 + ---- +doc/{bash.1,bashref.texi} + - extdebug: clarify that having this option enabled at shell startup + acts identically to --debugger. From a report from Grisha Levit + + +jobs.[ch] + - wait_for_single_pid: now takes additional `int flags' argument + +{jobs,execute_cmd}.c,builtins/wait.def + - wait_for_single_pid: changed callers to add extra argument + +jobs.c + - wait_for_single_pid: if (flags & 1) == 0, don't print the error + message if PID isn't found; changed execute_pipeline call when + lastpipe is set + + 4/28 + ---- +general.c + - bash_tilde_expand: try not setting interrupt_immediately or + terminate_immediately; see what happens with networked password + databases + + 4/29 + ---- +subst.c + - parameter_brace_expand, parameter_brace_expand_rhs: now take an + additional `pflags' argument from its caller so we can pass + state + - parameter_brace_expand_rhs: if expand_string_for_rhs returns a + quoted null, but l_hasdollat is set to 1, meaning we saw a quoted + "$@" of some form, we need to turn off special handling of "$@" + so something like "${@-${@-$@}}" expands to an empty string like + Posix says it should. Fixes bug reported by Grisha Levit + + + 5/1 + --- +variables.c + - bind_variable_internal: if we have a nameref variable with a valid + array reference that is invalid for assignment (e.g., a[*]), and + assign_array_element returns NULL, short-circuit and return NULL. + Fixes bug reported by Grisha Levit + +general.[ch] + - valid_nameref_value: new function, return 1 if passed argument is + a valid variable name argument for a nameref variable: a valid + identifier, a valid array reference, or a valid positional + parameter. Second argument indicates whether the value is to be + used for an assignment; in this case, return an error if the name + consists of all digits + +builtins/declare.def + - declare_internal: disallow values for nameref variables that don't + pass the tests in valid_nameref_value. Part of fix for bug + reported by Grisha Levit + +variables.c + - bind_variable_internal: if trying to assign a value to a nameref + variable, throw an error if valid_nameref_value fails (with a second + argument of 1). More fixes for bug reported by Grisha Levit + + + 5/2 + --- +builtins/declare.def + - declare_internal: don't allow nameref attribute to be applied to an + existing readonly variable; it can be used to circumvent readonly + value. Fix for bug reported by Grisha Levit + +variables.[ch] + - find_variable_last_nameref, find_global_variable_last_nameref: takes + a new flags argument. If flags is non-zero, and we find a nameref + variable that is unset (has no value), return that variable instead + of NULL. + +{variables,execute_cmd,arrayfunc,subst}.c,builtins/{declare,set}.def + - find_variable_last_nameref, find_global_variable_last_nameref: change + callers to add flags argument (initially 0) + + 5/3 + --- +variables.c + - bind_variable_internal: make sure we run the value of a namref + variable through valid_nameref_value before doing the assignment. + This can go away if we stop allowing namerefs to refer to positional + parameters + +execute_cmd.c + - execute_select_command: if bind_variable returns NULL, handle it as + an error, as if attempting assignment to a readonly variable + - execute_for_command: use 1 as second argument to + find_variable_last_nameref, so it will return an invisible nameref + to assign for each variable in the list + - execute_for_command: if the current word in the list is an invalid + identifier and the loop variable is a nameref, handle it as an error, + as if attempting assignment to a readonly variable + + 5/4 + --- +variables.c + - bind_int_variable: add warning if assigning an int to a nameref + variable + - assign_in_env: if assigning a variable in the temporary environment + that is a namref, throw an error if trying to assign an invalid + value + - bind_variable_value: use valid_nameref_value instead of calls to + legal_identifier and valid_array_reference + +execute_cmd.c + - coproc_setvars: if we have a nameref variable as the coproc name, but + it can't be assigned to for some reason, remove the nameref attribute + and issue a warning that we are doing so + - coproc_setvars: don't allow assignment to a nameref variable with an + invalid variable name, using same code as find_or_make_array_variable + +general.c + - valid_nameref_value: disallow values consisting solely of digits, + like the positional parameters + +builtins/declare.def + - declare_internal: don't call valid_nameref_value on the existing value + of a variable that's being converted to a nameref -- that value is + going to be thrown away and we've already checked the new value + - declare_internal: call bind_variable_value with the ASS_NAMEREF flag + if we're assigning to an existing nameref variable (for instance, + `declare -n x ; declare x=42') + + 5/5 + --- +variables.c + - make_local_variable: if we are being asked to create a local copy of + a nameref variable from a prior scope (checked by looking up + using find_variable_noref), use the nameref variable, not the variable + it references (which we find using find_variable). Bug report from + Grisha Levit ; fix by Piotr Grzybowski + + +builtins/declare.def + - declare_internal: if asked to do the same thing as above (difference + is declare -n r=foo in previous case; declare -n r in this one), + don't follow reference var from a previous context. Create a new + local variable (using make_local_variable) and inherit attributes + from previous scope's nameref as above + + 5/6 + --- +builtins/declare.def + - declare_internal: if we are assigning a value to an existing + invisible nameref variable, validate value early so we don't end up + removing the variable after the assignment fails + +builtins/shopt.def + - toggle_shopts: don't call set_bashopts here unless $BASHOPTS exists, + since we don't want to set it up before it gets read from the + environment. Keeping BASHOPTS read-only should keep users from + unsetting it. Fix from Grisha Levit + - shopt_set_debug_mode: make sure error_trace_mode reflects the setting + of extdebug. This one is tentative. Fix from Grisha Levit + + - shopt_set_debug_mode: call set_shellopts after setting error_trace_mode + or function_trace_mode. Fix from Grisha Levit + +shell.c + - start_debugger: make sure that function_trace_mode and error_trace_mode + reflect the value of debugging_mode, so they are both disabled if we + disable debugging mode because we can't find the debugger start file. + Fix from Grisha Levit + - start_debugger: set $SHELLOPTS and $BASHOPTS to the option values are + reflected if we change or set them here. Fix from Grisha Levit + + +builtins/set.def + - reset_shell_options: add reset values for: posix, nolog, pipefail. + Fix from Grisha Levit + +builtins/shopt.def + - reset_shopt_options: add reset values for: autocd, checkjobs, + complete_fullquote, dirspell, failglob, globstar, gnu_errfmt, + huponexit, inherit_errexit, interactive_comments, lastpipe, + no_empty_cmd_completion, progcomp. Fix from Grisha Levit + + - reset_shopt_options: make sure the following options have the right + defaults based on #defines: checkjobs, checkwinsize, direxpand, + extglob, globasciiranges. Fix from Grisha Levit + + +flags.c + - reset_shell_flags: add missing flags, re-initialize history_expansion + based on STRICT_POSIX + + 5/8 + --- +lib/readline/histexpand.c + - history_expand: if any expansion returns 1 from history_expand_internal, + indicating that :p was supplied, make it apply to the entire line + like tcsh and csh. Fixes bug reported by Dean Stanton + + +variables.[ch] + - ifsname: move define to variables.h + +execute_cmd.c + - execute_for_command: check whether or not the word in the for command + is IFS; call setifs every time the variable is assigned a value. + Fixes bug report from Grisha Levit + + 5/16 + ---- +general.c + - valid_nameref_value: explicitly handle name == 0 and *name == 0 right + away to save calls to legal_identifier + +builtins/declare.def + - declare_internal: if trying to set nameref attribute on a variable + with a null value, flag as invalid assignment, just as if running + `declare -n r=""'. Fixes bug report from Grisha Levit + + - declare_internal: when creating a variable with a temporary value + (""), use ASS_FORCE in the assignment flags to bypass name validity + checks on nameref variable names + +variables.c + - bind_variable_internal: don't call valid_nameref_value if we're + forcing assignment with (flags & ASS_FORCE) + +builtins/read.def + - read_builtin: handle bind_variable returning NULL when setting REPLY. + Report and fix from Grisha Levit + +builtins/setattr.def + - set_var_attribute: handle bind_variable returning NULL + +lib/sh/tmpfile.c + - sh_seedrand(): call srandom() to seed the random number generator + - sh_mktmpname, sh_mktmpfd: if we have random(), assume we have + srandom() and seed the random number generator. Still looking for + better value to see random number generator with + +variables.c + - check_unbind_variable: use internal_error instead of builtin_error + +{execute_cmd,variables}.c + - fix some places where bind_variable could return NULL and it was not + checked. Fix from Piotr Grzybowski + + 5/17 + ---- +arrayfunc.c + - convert_var_to_{array,assoc}: make sure to turn off nameref attribute, + since namerefs can't be arrays + +execute_cmd.c + - coproc_setvars: if the coproc name names a nameref, resolve the + nameref and use it as the name of the coproc. Suggested by Grisha + Levit + +subst.c + - command_substitute: don't bother calling QUIT after calling + reset_signal_handlers in the child, kill the child with SIGINT in + case we just reset the signal handler to SIG_DFL and we should just + exit instead of throwing to top level. Fixes bug reported by + Grisha Levit + + 5/18 + ---- +variables.c + - find_variable_nameref_for_create: find a nameref variable whose value + doesn't resolve to an existing variable and see whether or not that + value is appropriate for a new variable to be created + - find_variable_nameref_for_assignment: find a nameref variable whose + value doesn't resolve to an existing variable and see whether or not + that value is appropriate for a new variable to be created. + Difference between _assignment and _create is that _assignment + allows the nameref value to be a subscripted array reference + +builtins/setattr.def + - set_var_attribute: if variable lookup doesn't return anything, check + for a nameref and make sure that any reference value is something we + should be working on here, using find_variable_nameref_for_create(). + If it fails, error out and return, otherwise it's probably a reference + to a variable that hasn't been set yet, so let bind_variable take care + of that. Report from Grisha Levit + +arrayfunc.c + - bind_array_variable: if find_shell_variable returns NULL, check for a + nameref using find_variable_nameref_for_create and create a new array + variable with the value if it returns a valid nameref variable. + Makes `unset var; declare -n ref=var ; ref[0]=foo' work right. + Report from Grisha Levit + + 5/19 + ---- +variables.[ch] + - unbind_variable_noref: unset a variable NAME without following any + nameref chain. If the first instance of the variable with that name + is a nameref, just unset that nameref variable. + +builtins/getopts.def + - getopts_unbind_variable: if OPTARG is going to be unbound, use + unbind_variable_noref to unbind that name even if it is a nameref + variable. Issue raised by Grisha Levit + +execute_cmd.c + - coproc_unsetvars: use unbind_variable_noref in case someone sets the + coproc _PID variable as a nameref pointing to something read-only or + strange. Issue raised by Grisha Levit + +builtins/set.def + - set_ignoreeof: use unbind_variable_noref to unset "IGNOREEOF" and + "ignoreeof" + - set_posix_mode: use unbind_variable_noref to unset "POSIXLY_CORRECT" + +variables.c + - make_vers_array: use unbind_variable_noref to unset "BASH_VERSINFO" + +lib/sh/shmatch.c + - sh_regmatch: use unbind_variable_noref to unset "BASH_REMATCH" + +bashline.c + - bash_execute_unix_command: use check_unbind_variable to unset + READLINE_LINE and READLINE_POINT + +pcomplete.c + - unbind_compfunc_variables: use unbind_variable_noref to unset + COMP_LINE, COMP_POINT, COMP_WORDS, COMP_CWORD, COMP_TYPE, COMP_KEY + - gen_shell_function_matches: use unbind_variable_noref to unset + COMPREPLY + +config-top.h + - USE_MKTEMP/USE_MKSTEMP: define by default to use libc version of + mktemp and mkstemp in lib/sh/tmpfile.c. Recommended by Mike + Frysinger to fix a FreeBSD problem + +configure.ac,config.h.in + - mkstemp: check for mkstemp, define HAVE_MKSTEMP if available + +config-bot.h + - USE_MKSTEMP: #undef if HAVE_MKSTEMP not defined + + 5/22 + ---- +variables.c + - assign_in_env: if appending to a variable's value, make sure we call + make_variable_value with the empty string if expand_assignment_string_to_string + returns NULL, as do_assignment_internal does. Fixes bug with + `str=''; val=foo ; val+=str printenv val' reported by Grisha Levit + + - assign_in_env: if assigning to a nameref variable in the temporary + environment, and the nameref has a valid value for assignment (even + if the target variable is not set), resolve the nameref and create + a variable in the temporary environment named by the nameref's value. + If the nameref variable is invisible or isn't set to a valid value + for assignment, just create a regular temporary variable with the + nameref's name. This provides a degree of ksh93 compatibility. + Suggested by Grisha Levit + - find_variable_nameref_context,find_variable_last_nameref_context: + instead of returning NULL when detecting a loop, return a + distinguished value: &nameref_maxloop_value + - bind_variable: catch nameref_maxloop_value so we can do different + things based on whether or not we get it. Right now we don't do + anything different, but we could + + 5/24 + ---- +lib/readline/display.c + - update_line,_rl_move_cursor_relative: save value of MB_CUR_MAX in a + variable and use it throughout the functions instead of recomputing it + every time (which possibly costs a function call) + + 5/25 + ---- +builtins/declare.def + - declare_internal: only check whether the value being assigned to a + nameref variable is a valid identifier if we're not appending to an + existing value. Suggested by Grisha Levit + - declare_internal: add a couple of more checks on nameref names: + o make sure `declare -n x[3]=y' is an error + o nameref variable self-references now produce a warning when + in function scope + o nameref variable self-references using subscripted arrays + (a=a[0]) now produce warnings at function scope and errors at + global scope + + 5/29 + ---- +builtins/declare.def + - declare_internal: use name of readonly variable when calling sh_readonly + instead of name passed as argument to declare in case we've followed + a nameref chain + - declare_internal: when turning off attributes on a nameref variable + after following the nameref chain and turning them off on the target + variable, don't allow the readonly attribute to be removed. This is + primarily intended to turn off the nameref attribute. Issue pointed + out by Grisha Levit + - declare_internal: if we are attempting to modify an existing global + nameref variable, and the -n option is supplied, operate on the + nameref variable itself, not the variable it references + +doc/{bash.1,bashref.texi} + - change the descriptions of namerefs and declare -n slightly to note + that using the -n option to declare will operate on the nameref + variable itself rather than the variable it references + +variables.c + - bind_variable_internal: if trying to assign to a read-only variable, + print the error message using the variable's name instead of the + name passed to bind_variable in case we followed a nameref + +builtins/declare.def + - declare_internal: when we're creating a (possibly invisible) variable + as part of another operation, assigning NULL, make sure to use + ASS_FORCE to avoid warning messages from any existing nameref + variables we follow + - declare_internal: allow the nameref attribute to be removed from a + readonly nameref variable without a value but do not allow it to be + removed from a readonly nameref variable that has a value, even if it + doesn't reference an existing variable. This distinction is for ksh93 + compatibility. Pointed out by Grisha Levit + + 5/31 + ---- +builtins/declare.def + - declare_internal: if the call to bind_variable_value fails for some + reason, make sure to restore the nameref attribute to flags_on and + flags_off before calling NEXT_VARIABLE + +subst.c + - make_internal_declare: handle += append op + - shell_expand_word_list: when transforming assignment statement + arguments to `declare', make sure to handle += append op to avoid + passing invalid identifiers to declare. Report by Grisha Levit + + + 6/1 + --- +builtins/declare.def + - declare_internal: if a nameref assignment fails, only call delete_var + to delete the variable if we created it in declare_internal in the + first place + +general.c + - check_selfref: new function, checks a NAME against a VALUE for nameref + self-reference + +general.h + - check_selfref: extern declaration + +builtins/declare.def + - declare_internal: call check_selfref to determine whether a given NAME + and VALUE constitute an invalid nameref variable self-reference + +variables.c + - bind_variable_internal: call check_selfref to determine whether a + given NAME and VALUE constitute an invalid nameref variable self- + reference + + 6/2 + --- +parse.y + - clear_shell_input_line: new function, clears contents of shell_input_line + and sets index to 0, but doesn't free it + +externs.h + - clear_shell_input_line: extern declaration + +builtins/evalstring.c + - parse_and_execute: call clear_shell_input_line after setting input to + string to be executed. Fixes problem with command substitution and + multi-line aliases reported by Grisha Levit + +eval.c + - parse_command: only execute PROMPT_COMMAND if the shell is not + currently expanding an alias; use the same tests as parse.y:SHOULD_PROMPT + and parse.y:prompt_again() use to decide whether or not to print a + prompt. Fixes problems with PROMPT_COMMAND and multi-line aliases + reported by Grisha Levit + +builtins/set.def + - unset_builtin: changes to fix three problems reported by Grisha + Levit : + o if -n is supplied, we should not try to unset a function if + a variable isn't found + o unsetting namerefs whose values are array references does + not work + o unset -n n[0], where n is a nameref, would unset the + referenced variable instead of `n' + +redir.c + - redir_varvalue: handle case where nameref var points to subscripted + array reference. Reported by Grisha Levit + +variables.c + - bind_variable_value: make sure to call check_selfref only if aflags + includes ASS_NAMEREF and not ASS_FORCE. Reported by Grisha Levit + + +general.c + - valid_nameref_value: now understands a FLAGS value of 2 to mean that + the name will be used to create a variable, so only legal_identifier + matters + +arrayfunc.c + - find_or_make_array_variable: call valid_nameref_value with FLAGS value + of 2 to indicate we will be creating a variable. Fixes mapfile issue + reported by Grisha Levit + + 6/5 + --- +builtins/declare.def + - declare_internal: only pass ASS_FORCE as part of assignment flags to + assignments concerning arrays + - declare_internal: when at the global scope, if we resolve a nameref + and commit to using the new name, go back to to the beginning of the + loop and use the new name in the checks and variable references. + Make sure we construct the new name as a straight substitution of + the nameref value into the old name, including array subscripts and + rebuilding the correct values for `offset' and `value', since they + are relative to the original value of name. + Fixes several issues with checking use of subscripted array variables + as nameref values + - declare_internal: when calling assign_array_element, make sure to + pass ASS_APPEND if aflags includes it, so things like + declare -a var; var[1]=1; declare var[1]+=4 + append to the value appropriately and var[1] ends up being `14' + +arrayfunc.c + - valid_array_reference: make sure the array reference is properly + terminated after the first subscript; return invalid if there is + anything following the closing `]' + + 6/12 + ---- +variables.c + - bind_variable_internal: if asked to perform an array subscript + assignment on a nameref variable, display a warning and remove the + nameref attribute (as bash-4.3 did). Reported by Dan Douglas + + + 6/14 + ---- +test.c + - posixtest: handle four-argument case where argv[1] == '(' and + argv[4] == ')' by performing two-argument test on $2 and $3. + Reported by Joerg Schilling + + 6/15 + ---- +variables.c + - sv_ignoreeof: make sure ignoreeof is set only if IGNOREEOF is set and + has a value (no `local IGNOREEOF'). Reported by Grisha Levit + + - sv_strict_posix: make sure posixly_correct is set only if + POSIXLY_CORRECT is set and has a value. Reported by Grisha Levit + + + 6/16 + ---- +builtins/declare.def + - declare_internal: analogous to 6/12 change; when performing an array + subscript assignment on a nameref, display a warning, remove the + nameref attribute, and go on + + 6/21 + ---- +execute_cmd.c + - shell_execve: make sure errno is (re)set appropriately before + returning error value on exec format error + + 6/23 + ---- +subst.c + - param_expand: when expanding $* in a context where splitting is not + desired (pflags & PF_ASSIGNRHS), make sure to quote the word and the + included separators. Reported by Dan Douglas + + 6/30 + ---- +configure.ac + - release version is now `beta2' + +execute_cmd.c + - execute_simple_command: even if already_making_children is non-zero, + don't call wait_for if last_made_pid == NO_PID. Indirectly inspired + by report from Nicolas Vivet + + 7/2 + --- +subst.c + - expand_word_internal: when adding an IFS character to the accumulated + string, don't quote it if word expansion is not going to be + performed ((word->flags & (W_NOSPLIT|W_NOSPLIT2)) == 0) in the + default case. This was already the case everwhere else, when we did + `goto add_ifs_character;'. Fixes bug reported by Ibrahim M. Ghazal + + +subst.[ch],arrayfunc.c + - string_list_dollar_at: now takes a new third argument, currently + reserved for future use; changed callers and declaration + + 7/7 + --- +[bash-4.4-beta2 frozen] + + 7/9 + --- +bashline.c + - check_redir: make sure that index is > 0 before checking previous + char; fixes out of bounds read reported by Hanno Böck + + + 7/16 + ---- +subst.c + - parameter_brace_expand: if ${array[@]} or ${array[*]} is supplied + with an unset (or empty) array, and -u is enabled, don't make it + an unbound variable error, like $@ or $* when there are no + positional parameters. Based on report from Ian Allen + + +lib/readline/signals.c + - rl_pending_signal(): return the number of any signal readline has + caught but is waiting to handle + +lib/readline/callback.c + - rl_persistent_signal_handlers: new variable, restores readline-6.2 + signal handler semantics: installed at rl_callback_handler_install + time and removed with rl_clear_signals when a complete line has + been read + - _rl_callback_newline: call rl_set_signals if rl_persistent_signal_handlers + is non-zero + - rl_callback_read_char: install signal handlers with rl_set_signals + if rl_persistent_signal_handlers is 0 (the default) + - CALLBACK_READ_RETURN: uninstall signal handlers with rl_clear_signals + only if rl_persistent_signal_handlers is 0 (the default) + +lib/readline/readline.h + - rl_pending_signal: new extern declaration + - rl_persistent_signal_handlers: new extern declaration + + 7/19 + ---- +execute_cmd.c + - execute_while_or_until: make sure we decrement `continuing' the way + we decrement `breaking' if the loop test indicates we will be + breaking out of the loop. That keeps `until continue' from + keeping `continuing' set to 1. Reported by Dan Douglas + + + 7/20 + ---- +trap.c + - run_pending_traps,_run_trap_internal: save and restore temporary_env, + set temporary_env to 0 before trap runs so traps don't inherit a + command's temporary env. Fixes bug with IFS assignment in tempenv + and trap reported by Andriy Martynets + +jobs.c + - run_sigchld_trap: save and restore temporary_env, set temporary_env + to 0 before trap runs so traps don't inherit a command's temporary + env (see above) + + 7/21 + ---- +execute_cmd.c + - execute_function: unwind-protect function_line_number, in case we + are executing a function inside another function. Reported by + Grisha Levit in context of evaled functions + and DEBUG traps + - execute_arith_for_command,execute_arith_command,execute_simple_command, + execute_cond_command: make sure line_number doesn't go < 0 when + adjusting it by function_line_number + + 7/23 + ---- +subst.c,command.h + - move the PF_ constants to command.h so other files can see them, now + that PF_ASSIGNRHS has meaning to string_list_dollar_at + +arrayfunc.h + - AV_ASSIGNRHS: new flag, indicate that ${a[@]} is being expanded on + the RHS of an assignment statement + +arrayfunc.c + - array_value_internal: if AV_ASSIGNRHS passed for ${a[@]}, pass + PF_ASSIGNRHS to string_list_dollar_at to support args separated by + spaces even if $IFS does not have the default value. Reported by + Dan Douglas + +subst.c + - string_list_dollar_at: if FLAGS argument includes PF_ASSIGNRHS, obey + rules for $@ on the RHS of an assignment statement: expand to + postitional parameters separated by spaces no matter what the first + character of $IFS is. Reported by Dan Douglas + - parameter_brace_expand_word: pass AV_ASSIGNRHS as flags value to + array_value if PF_ASSIGNRHS is set and we are expanding an array + variable subscripted by @ or * + - param_expand: pass pflags to string_list_dollar_at in case it contains + PF_ASSIGNRHS + - expand_word_internal: if we have an assignment statement argument to + a declaration builtin (W_ASSIGNARG), turn on W_ASSIGNRHS when we see + the `=' to enable special $@ behavior + - expand_word_internal: if W_ASSIGNARG enabled in word flags, pass that + flag and W_ASSIGNRHS to recursive call to expand_word_internal when + expanding double-quoted string; handles "$@" when IFS is not the + default value and word splitting will not be performed + +subst.c + - expand_word_internal: change case that handles '' (single-quoted + empty string) to only discard it if we will not be performing word + splitting (W_NOSPLIT|W_NOSPLIT2), since we need to add a quoted null + argument if the subsequent characters will cause word splitting. + This is how "" (double-quoted empty string) is handled after a bug + fix back in August 2010. Reported by Grisha Levit + , fix for Posix interp 888 + + 7/27 + ---- +subst.c + - param_expand: change fix from 6/23 (expanding $* in a context where + word splitting is not performed) to make sure that $* expands to + something before trying to quote the string. Bug and fix from + Andreas Schwab + +lib/readline/bind.c + - _rl_get_string_variable_value: fix a cut-and-paste error that caused + the emacs mode string to be displayed for both vi insert and command + mode strings. Report and fix from Steve Jones + + 7/28 + ---- +lib/readline/display.c + - update_line: we can't use PROMPT_ENDING_INDEX unless we're testing + against _rl_last_c_pos; if we are testing buffer indices, we need to + use prompt_last_invisible directly. Fixes mode string redisplay issue + with short prompt strings reported by Steve Jones + + 8/4 + --- +nojobs.c + - without_job_control: new function, resets child state that's + eventually used to decide whether or not to wait_for children + +execute_cmd.c + - initialize_subshell: call without_job_control in both the + JOB_CONTROL and no job control paths so we can reset the state in + subshells that will not cause them to wait_for children + inappropriately. Fixes bug reported by Dan Cross + + 8/5 + --- +configure.ac + - release version is now `rc2' + +bashline.c + - command_word_completion_function: if direxpand is set, make sure to + run hint_text through bash_directory_completion_hook, since + readline will do that and we want to be able to match the results + readline returns. Fixes bug reported by Pat Somaru + + +command.h + - W_COMPLETE: new flag word value + - PF_COMPLETE: new flags value for param_expand + +subst.h + - SX_STRIPDQ: new flag, used for string_extract_double_quoted + +bashline.c + - bash_filename_stat_hook,bash_directory_completion_hook: pass W_COMPLETE + flag to expand_prompt_string + +subst.c + - expand_word_internal: if W_COMPLETE in word->flags, pass PF_COMPLETE + to param_expand + - param_expand: if PF_COMPLETE in pflags, pass SX_COMPLETE to + extract_command_subst. This allows `"$(echo ~/' to perform + completion successfully + - string_extract_double_quoted: turn third argument into a flags arg, + old STRIPDQ is now set if flags&SX_STRIPDQ + - string_extract_double_quoted: changed callers, if third argument was + 1, pass SX_STRIPDQ instead + - expand_word_internal: if W_COMPLETE in word->flags, pass SX_COMPLETE + in flags to string_extract_double_quoted for case '"' + - string_extract_double_quoted: if SX_COMPLETE in flags, pass it to + extract_command_subst + - expand_word_internal: if W_COMPLETE in word->flags, make sure W_COMPLETE + is in temp word passed to recursive call to expand_word_internal to + expand double-quoted string. Fixes bug reported by John Passaro + + + 8/9 + --- +[bash-4.4-rc2 frozen] + + 8/10 + ---- +subst.c + - sub_append_string: use size_t variable to store string length to + avoid integer overflow. Report from Siteshwar Vashisht + + - sub_append_string: `size' argument is now pointer to size_t; changed + istring_index in expand_word_internal to accommodate change + +lib/sh/ufuncs.c + - include "posixselect.h" if HAVE_SELECT is defined, make sure that + fd_set and the rest are defined + + 8/11 + ---- +lib/readline/histexpand.c + - history_tokenize_word: use ISDIGIT instead of isdigit for more + argument checking + - "chardefs.h": include for ISDIGIT define and . Fix from + Mike Frysinger + +lib/sh/eaccess.c,externs.h + - sh_eaccess: first argument now const char * + - sh_stataccess,sh_euidaccess: first argument now const char *, since + sh_stat and sh_eaccess call them. + Fix from Mike Frysinger + +lib/glob/glob.c + - sh_eaccess: change local prototype + +general.[ch] + - all_digits,legal_identifier,valid_nameref_value,importable_function_name, + exportable_function_name,check_binary_file,file_exists,file_isdir, + file_iswdir,same_file,make_absolute,valid_nameref_value: first + argument (always identifier or filename) is now a `const char *'; + some second filename arguments now `const char *'. + Fix from Mike Frysinger + +configure.ac,config.h.in + - uintptr_t: make sure it's defined to an integer type wide enough to + hold a pointer + +lib/sh/tmpfile.c + - sh_seedrand: use `uintptr_t' to cast pointer value to int value, + instead of allowing truncation to take place, since srandom takes + an `unsigned int'. + Fix from Mike Frysinger + +arrayfunc.[ch] + - valid_array_reference,array_variable_name,array_variable_part, + array_value_internal,array_value,get_array_value: first argument + (always variable name) now a `const char *' + Fix from Mike Frysinger + + 8/19 + ---- +print_cmd.c + - xtrace_print_word_list: if (xtflags & 2), don't try to quote the + words in the LIST argument. Intended to be used in places where + the list has not yet been expanded + - xtrace_print_for_command_head: call xtrace_print_word_list with + flags argument of 2. Fixes issue reported by Aharon Robbins + + - xtrace_print_select_command_head: call xtrace_print_word_list with + flags argument of 2 + + 8/21 + ---- +lib/sh/netopen.c + - netopen: fix memory leak by freeing allocated path before error + return. Fix from Dmitry Goncharov + +doc/{bash.1,bashref.texi} + - change conditional commands description to make it clearer that + bash doesn't emulate /dev/fd if the OS provides it + + 8/22 + ---- +braces.c + - expand_amble: free partial and tem on failure to allocate memory + for merged partial+result strvec. Fix from Dmitry Goncharov + + + 8/23 + ---- +jobs.c + - wait_for: don't call get_tty_state when a job finishes if we're + running it as part of programmable completion. We test + rl_readline_state. Fixes bug reported by Jaro Punta + + + 8/24 + ---- +subst.c + - pat_subst: fix memory leak (mstr). Fix from Dmitry Goncharov + + - split_at_delims: fix memory leak (d2). Fix from Dmitry Goncharov + + + 8/26 + ---- +subst.c + - match_upattern,match_wpattern: make sure that a trailing `*' is + not escaped (preceded by an odd number of backslashes) before we + append a `*' when checking whether a pattern matches anywhere in + the string + +lib/readline/{input,signals}.c + - protect instances of SIGQUIT with #ifdef SIGQUIT; apparently + MinGW doesn't define it + - protect instances of SIGHUP with #ifdef SIGHUP; apparently + MinGW doesn't define it. From a report from Simon Sobisch + + +xmalloc.o + - allocerr: only try to find the break and report it if we're using + the bash malloc; there's no guarantee that any other malloc is + using sbrk() + +doc/{bash.1,bashref.texi} + - quote removal: add paragraph mentioning quote removal to beginning + of expansions section, referencing later paragraph. Report from + Michel Lanne + + 8/30 + ---- +lib/readline/input.c + - protect instances of SIGALRM and SIGWINCH with #ifdef; apparently + MinGW doesn't define them. From a report from Simon Sobisch + + +subst.c + - SPECIAL_VAR: make sure name is not the empty string before going on, + empty strings can result in unitialized reads + - CHECK_STRING_OVERRUN: semi-general macro to use in *extract* and + similar functions to to check whether a function called to parse an + embedded construct (like a backquoted command substitution) doesn't + consume the entire string because it's unterminated + - skip_double_quoted: make sure other extraction functions don't + consume the entire string (which they can if the construct is + unterminated) before incrementing the index and going on. Uses + CHECK_STRING_OVERRUN + - extract_dollar_brace_string: check for unterminated embedded + constructs consuming the entire string with CHECK_STRING_OVERRUN ('`') + - skip_matched_pair: use CHECK_STRING_OVERRUN to make sure unterminated + embedded "`", $(, ${ don't cause out-of-bounds reads + +[bash-4.4 frozen] diff --git a/INSTALL b/INSTALL index ebe7ea1cc..c60d59176 100644 --- a/INSTALL +++ b/INSTALL @@ -5,37 +5,37 @@ These are installation instructions for Bash. The simplest way to compile Bash is: - 1. `cd' to the directory containing the source code and type - `./configure' to configure Bash for your system. If you're using - `csh' on an old version of System V, you might need to type `sh - ./configure' instead to prevent `csh' from trying to execute - `configure' itself. + 1. 'cd' to the directory containing the source code and type + './configure' to configure Bash for your system. If you're using + 'csh' on an old version of System V, you might need to type 'sh + ./configure' instead to prevent 'csh' from trying to execute + 'configure' itself. - Running `configure' takes some time. While running, it prints + Running 'configure' takes some time. While running, it prints messages telling which features it is checking for. - 2. Type `make' to compile Bash and build the `bashbug' bug reporting + 2. Type 'make' to compile Bash and build the 'bashbug' bug reporting script. - 3. Optionally, type `make tests' to run the Bash test suite. + 3. Optionally, type 'make tests' to run the Bash test suite. - 4. Type `make install' to install `bash' and `bashbug'. This will + 4. Type 'make install' to install 'bash' and 'bashbug'. This will also install the manual pages and Info file. -The `configure' shell script attempts to guess correct values for +The 'configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package -(the top directory, the `builtins', `doc', and `support' directories, -each directory under `lib', and several others). It also creates a -`config.h' file containing system-dependent definitions. Finally, it -creates a shell script named `config.status' that you can run in the -future to recreate the current configuration, a file `config.cache' -that saves the results of its tests to speed up reconfiguring, and a -file `config.log' containing compiler output (useful mainly for -debugging `configure'). If at some point `config.cache' contains -results you don't want to keep, you may remove or edit it. - -To find out more about the options and arguments that the `configure' +those values to create a 'Makefile' in each directory of the package +(the top directory, the 'builtins', 'doc', and 'support' directories, +each directory under 'lib', and several others). It also creates a +'config.h' file containing system-dependent definitions. Finally, it +creates a shell script named 'config.status' that you can run in the +future to recreate the current configuration, a file 'config.cache' that +saves the results of its tests to speed up reconfiguring, and a file +'config.log' containing compiler output (useful mainly for debugging +'configure'). If at some point 'config.cache' contains results you +don't want to keep, you may remove or edit it. + +To find out more about the options and arguments that the 'configure' script understands, type bash-2.04$ ./configure --help @@ -43,379 +43,397 @@ script understands, type at the Bash prompt in your Bash source directory. If you need to do unusual things to compile Bash, please try to figure -out how `configure' could check whether or not to do them, and mail +out how 'configure' could check whether or not to do them, and mail diffs or instructions to so they can be considered for the next release. -The file `configure.ac' is used to create `configure' by a program -called Autoconf. You only need `configure.ac' if you want to change it -or regenerate `configure' using a newer version of Autoconf. If you do +The file 'configure.ac' is used to create 'configure' by a program +called Autoconf. You only need 'configure.ac' if you want to change it +or regenerate 'configure' using a newer version of Autoconf. If you do this, make sure you are using Autoconf version 2.50 or newer. You can remove the program binaries and object files from the source -code directory by typing `make clean'. To also remove the files that -`configure' created (so you can compile Bash for a different kind of -computer), type `make distclean'. +code directory by typing 'make clean'. To also remove the files that +'configure' created (so you can compile Bash for a different kind of +computer), type 'make distclean'. + +Next: Compiling For Multiple Architectures, Prev: Basic Installation, Up: Installing Bash Compilers and Options ===================== -Some systems require unusual options for compilation or linking that -the `configure' script does not know about. You can give `configure' +Some systems require unusual options for compilation or linking that the +'configure' script does not know about. You can give 'configure' initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure -On systems that have the `env' program, you can do it like this: +On systems that have the 'env' program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure The configuration process uses GCC to build Bash if it is available. +Next: Installation Names, Prev: Compilers and Options, Up: Installing Bash + Compiling For Multiple Architectures ==================================== You can compile Bash for more than one kind of computer at the same time, by placing the object files for each architecture in their own -directory. To do this, you must use a version of `make' that supports -the `VPATH' variable, such as GNU `make'. `cd' to the directory where -you want the object files and executables to go and run the `configure' +directory. To do this, you must use a version of 'make' that supports +the 'VPATH' variable, such as GNU 'make'. 'cd' to the directory where +you want the object files and executables to go and run the 'configure' script from the source directory. You may need to supply the -`--srcdir=PATH' argument to tell `configure' where the source files -are. `configure' automatically checks for the source code in the -directory that `configure' is in and in `..'. +'--srcdir=PATH' argument to tell 'configure' where the source files are. +'configure' automatically checks for the source code in the directory +that 'configure' is in and in '..'. -If you have to use a `make' that does not supports the `VPATH' -variable, you can compile Bash for one architecture at a time in the -source code directory. After you have installed Bash for one -architecture, use `make distclean' before reconfiguring for another -architecture. +If you have to use a 'make' that does not supports the 'VPATH' variable, +you can compile Bash for one architecture at a time in the source code +directory. After you have installed Bash for one architecture, use +'make distclean' before reconfiguring for another architecture. Alternatively, if your system supports symbolic links, you can use the -`support/mkclone' script to create a build tree which has symbolic -links back to each file in the source directory. Here's an example -that creates a build directory in the current directory from a source -directory `/usr/gnu/src/bash-2.0': +'support/mkclone' script to create a build tree which has symbolic links +back to each file in the source directory. Here's an example that +creates a build directory in the current directory from a source +directory '/usr/gnu/src/bash-2.0': bash /usr/gnu/src/bash-2.0/support/mkclone -s /usr/gnu/src/bash-2.0 . -The `mkclone' script requires Bash, so you must have already built Bash +The 'mkclone' script requires Bash, so you must have already built Bash for at least one architecture before you can create build directories for other architectures. +Next: Specifying the System Type, Prev: Compiling For Multiple Architectures, Up: Installing Bash + Installation Names ================== -By default, `make install' will install into `/usr/local/bin', -`/usr/local/man', etc. You can specify an installation prefix other -than `/usr/local' by giving `configure' the option `--prefix=PATH', or -by specifying a value for the `DESTDIR' `make' variable when running -`make install'. +By default, 'make install' will install into '/usr/local/bin', +'/usr/local/man', etc. You can specify an installation prefix other +than '/usr/local' by giving 'configure' the option '--prefix=PATH', or +by specifying a value for the 'DESTDIR' 'make' variable when running +'make install'. + +You can specify separate installation prefixes for architecture-specific +files and architecture-independent files. If you give 'configure' the +option '--exec-prefix=PATH', 'make install' will use PATH as the prefix +for installing programs and libraries. Documentation and other data +files will still use the regular prefix. -You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PATH', `make install' will -use PATH as the prefix for installing programs and libraries. -Documentation and other data files will still use the regular prefix. +Next: Sharing Defaults, Prev: Installation Names, Up: Installing Bash Specifying the System Type ========================== -There may be some features `configure' can not figure out -automatically, but need to determine by the type of host Bash will run -on. Usually `configure' can figure that out, but if it prints a -message saying it can not guess the host type, give it the -`--host=TYPE' option. `TYPE' can either be a short name for the system -type, such as `sun4', or a canonical name with three fields: -`CPU-COMPANY-SYSTEM' (e.g., `i386-unknown-freebsd4.2'). +There may be some features 'configure' can not figure out automatically, +but need to determine by the type of host Bash will run on. Usually +'configure' can figure that out, but if it prints a message saying it +can not guess the host type, give it the '--host=TYPE' option. 'TYPE' +can either be a short name for the system type, such as 'sun4', or a +canonical name with three fields: 'CPU-COMPANY-SYSTEM' (e.g., +'i386-unknown-freebsd4.2'). -See the file `support/config.sub' for the possible values of each field. +See the file 'support/config.sub' for the possible values of each field. + +Next: Operation Controls, Prev: Specifying the System Type, Up: Installing Bash Sharing Defaults ================ -If you want to set default values for `configure' scripts to share, you -can create a site shell script called `config.site' that gives default -values for variables like `CC', `cache_file', and `prefix'. `configure' -looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: the Bash `configure' looks for a site script, but not all -`configure' scripts do. +If you want to set default values for 'configure' scripts to share, you +can create a site shell script called 'config.site' that gives default +values for variables like 'CC', 'cache_file', and 'prefix'. 'configure' +looks for 'PREFIX/share/config.site' if it exists, then +'PREFIX/etc/config.site' if it exists. Or, you can set the +'CONFIG_SITE' environment variable to the location of the site script. +A warning: the Bash 'configure' looks for a site script, but not all +'configure' scripts do. + +Next: Optional Features, Prev: Sharing Defaults, Up: Installing Bash Operation Controls ================== -`configure' recognizes the following options to control how it operates. +'configure' recognizes the following options to control how it operates. -`--cache-file=FILE' +'--cache-file=FILE' Use and save the results of the tests in FILE instead of - `./config.cache'. Set FILE to `/dev/null' to disable caching, for - debugging `configure'. + './config.cache'. Set FILE to '/dev/null' to disable caching, for + debugging 'configure'. -`--help' - Print a summary of the options to `configure', and exit. +'--help' + Print a summary of the options to 'configure', and exit. -`--quiet' -`--silent' -`-q' +'--quiet' +'--silent' +'-q' Do not print messages saying which checks are being made. -`--srcdir=DIR' +'--srcdir=DIR' Look for the Bash source code in directory DIR. Usually - `configure' can determine that directory automatically. + 'configure' can determine that directory automatically. -`--version' - Print the version of Autoconf used to generate the `configure' +'--version' + Print the version of Autoconf used to generate the 'configure' script, and exit. -`configure' also accepts some other, not widely used, boilerplate -options. `configure --help' prints the complete list. +'configure' also accepts some other, not widely used, boilerplate +options. 'configure --help' prints the complete list. + +Prev: Operation Controls, Up: Installing Bash Optional Features ================= -The Bash `configure' has a number of `--enable-FEATURE' options, where +The Bash 'configure' has a number of '--enable-FEATURE' options, where FEATURE indicates an optional part of Bash. There are also several -`--with-PACKAGE' options, where PACKAGE is something like `bash-malloc' -or `purify'. To turn off the default use of a package, use -`--without-PACKAGE'. To configure Bash without a feature that is -enabled by default, use `--disable-FEATURE'. +'--with-PACKAGE' options, where PACKAGE is something like 'bash-malloc' +or 'purify'. To turn off the default use of a package, use +'--without-PACKAGE'. To configure Bash without a feature that is +enabled by default, use '--disable-FEATURE'. -Here is a complete list of the `--enable-' and `--with-' options that -the Bash `configure' recognizes. +Here is a complete list of the '--enable-' and '--with-' options that +the Bash 'configure' recognizes. -`--with-afs' +'--with-afs' Define if you are using the Andrew File System from Transarc. -`--with-bash-malloc' - Use the Bash version of `malloc' in the directory `lib/malloc'. - This is not the same `malloc' that appears in GNU libc, but an - older version originally derived from the 4.2 BSD `malloc'. This - `malloc' is very fast, but wastes some space on each allocation. - This option is enabled by default. The `NOTES' file contains a +'--with-bash-malloc' + Use the Bash version of 'malloc' in the directory 'lib/malloc'. + This is not the same 'malloc' that appears in GNU libc, but an + older version originally derived from the 4.2 BSD 'malloc'. This + 'malloc' is very fast, but wastes some space on each allocation. + This option is enabled by default. The 'NOTES' file contains a list of systems for which this should be turned off, and - `configure' disables this option automatically for a number of + 'configure' disables this option automatically for a number of systems. -`--with-curses' +'--with-curses' Use the curses library instead of the termcap library. This should be supplied if your system has an inadequate or incomplete termcap database. -`--with-gnu-malloc' - A synonym for `--with-bash-malloc'. +'--with-gnu-malloc' + A synonym for '--with-bash-malloc'. -`--with-installed-readline[=PREFIX]' +'--with-installed-readline[=PREFIX]' Define this to make Bash link with a locally-installed version of - Readline rather than the version in `lib/readline'. This works - only with Readline 5.0 and later versions. If PREFIX is `yes' or - not supplied, `configure' uses the values of the make variables - `includedir' and `libdir', which are subdirectories of `prefix' by + Readline rather than the version in 'lib/readline'. This works + only with Readline 5.0 and later versions. If PREFIX is 'yes' or + not supplied, 'configure' uses the values of the make variables + 'includedir' and 'libdir', which are subdirectories of 'prefix' by default, to find the installed version of Readline if it is not in the standard system include and library directories. If PREFIX is - `no', Bash links with the version in `lib/readline'. If PREFIX is - set to any other value, `configure' treats it as a directory + 'no', Bash links with the version in 'lib/readline'. If PREFIX is + set to any other value, 'configure' treats it as a directory pathname and looks for the installed version of Readline in - subdirectories of that directory (include files in - PREFIX/`include' and the library in PREFIX/`lib'). + subdirectories of that directory (include files in PREFIX/'include' + and the library in PREFIX/'lib'). -`--with-purify' +'--with-purify' Define this to use the Purify memory allocation checker from Rational Software. -`--enable-minimal-config' +'--enable-minimal-config' This produces a shell with minimal features, close to the historical Bourne shell. -There are several `--enable-' options that alter how Bash is compiled +There are several '--enable-' options that alter how Bash is compiled and linked, rather than changing run-time features. -`--enable-largefile' +'--enable-largefile' Enable support for large files (http://www.sas.com/standards/large_file/x_open.20Mar96.html) if the operating system requires special compiler options to build - programs which can access large files. This is enabled by - default, if the operating system provides large file support. + programs which can access large files. This is enabled by default, + if the operating system provides large file support. -`--enable-profiling' +'--enable-profiling' This builds a Bash binary that produces profiling information to be - processed by `gprof' each time it is executed. + processed by 'gprof' each time it is executed. -`--enable-static-link' - This causes Bash to be linked statically, if `gcc' is being used. +'--enable-static-link' + This causes Bash to be linked statically, if 'gcc' is being used. This could be used to build a version to use as root's shell. -The `minimal-config' option can be used to disable all of the following -options, but it is processed first, so individual options may be -enabled using `enable-FEATURE'. +The 'minimal-config' option can be used to disable all of the following +options, but it is processed first, so individual options may be enabled +using 'enable-FEATURE'. -All of the following options except for `disabled-builtins', -`directpand-default', and `xpg-echo-default' are enabled by default, +All of the following options except for 'disabled-builtins', +'direxpand-default', and 'xpg-echo-default' are enabled by default, unless the operating system does not provide the necessary support. -`--enable-alias' - Allow alias expansion and include the `alias' and `unalias' +'--enable-alias' + Allow alias expansion and include the 'alias' and 'unalias' builtins (*note Aliases::). -`--enable-arith-for-command' - Include support for the alternate form of the `for' command that - behaves like the C language `for' statement (*note Looping +'--enable-arith-for-command' + Include support for the alternate form of the 'for' command that + behaves like the C language 'for' statement (*note Looping Constructs::). -`--enable-array-variables' +'--enable-array-variables' Include support for one-dimensional array shell variables (*note Arrays::). -`--enable-bang-history' - Include support for `csh'-like history substitution (*note History +'--enable-bang-history' + Include support for 'csh'-like history substitution (*note History Interaction::). -`--enable-brace-expansion' - Include `csh'-like brace expansion ( `b{a,b}c' ==> `bac bbc' ). +'--enable-brace-expansion' + Include 'csh'-like brace expansion ( 'b{a,b}c' ==> 'bac bbc' ). See *note Brace Expansion::, for a complete description. -`--enable-casemod-attributes' - Include support for case-modifying attributes in the `declare' +'--enable-casemod-attributes' + Include support for case-modifying attributes in the 'declare' builtin and assignment statements. Variables with the UPPERCASE attribute, for example, will have their values converted to uppercase upon assignment. -`--enable-casemod-expansion' +'--enable-casemod-expansion' Include support for case-modifying word expansions. -`--enable-command-timing' - Include support for recognizing `time' as a reserved word and for - displaying timing statistics for the pipeline following `time' +'--enable-command-timing' + Include support for recognizing 'time' as a reserved word and for + displaying timing statistics for the pipeline following 'time' (*note Pipelines::). This allows pipelines as well as shell builtins and functions to be timed. -`--enable-cond-command' - Include support for the `[[' conditional command. (*note +'--enable-cond-command' + Include support for the '[[' conditional command. (*note Conditional Constructs::). -`--enable-cond-regexp' +'--enable-cond-regexp' Include support for matching POSIX regular expressions using the - `=~' binary operator in the `[[' conditional command. (*note + '=~' binary operator in the '[[' conditional command. (*note Conditional Constructs::). -`--enable-coprocesses' - Include support for coprocesses and the `coproc' reserved word +'--enable-coprocesses' + Include support for coprocesses and the 'coproc' reserved word (*note Pipelines::). -`--enable-debugger' +'--enable-debugger' Include support for the bash debugger (distributed separately). -`--enable-direxpand-default' - Cause the `direxpand' shell option (*note The Shopt Builtin::) to +'--enable-direxpand-default' + Cause the 'direxpand' shell option (*note The Shopt Builtin::) to be enabled by default when the shell starts. It is normally disabled by default. -`--enable-directory-stack' - Include support for a `csh'-like directory stack and the `pushd', - `popd', and `dirs' builtins (*note The Directory Stack::). +'--enable-directory-stack' + Include support for a 'csh'-like directory stack and the 'pushd', + 'popd', and 'dirs' builtins (*note The Directory Stack::). -`--enable-disabled-builtins' - Allow builtin commands to be invoked via `builtin xxx' even after - `xxx' has been disabled using `enable -n xxx'. See *note Bash - Builtins::, for details of the `builtin' and `enable' builtin +'--enable-disabled-builtins' + Allow builtin commands to be invoked via 'builtin xxx' even after + 'xxx' has been disabled using 'enable -n xxx'. See *note Bash + Builtins::, for details of the 'builtin' and 'enable' builtin commands. -`--enable-dparen-arithmetic' - Include support for the `((...))' command (*note Conditional +'--enable-dparen-arithmetic' + Include support for the '((...))' command (*note Conditional Constructs::). -`--enable-extended-glob' +'--enable-extended-glob' Include support for the extended pattern matching features described above under *note Pattern Matching::. -`--enable-extended-glob-default' +'--enable-extended-glob-default' Set the default value of the EXTGLOB shell option described above under *note The Shopt Builtin:: to be enabled. -`--enable-glob-asciirange-default' +'--enable-function-import' + Include support for importing function definitions exported by + another instance of the shell from the environment. This option is + enabled by default. + +'--enable-glob-asciirange-default' Set the default value of the GLOBASCIIRANGES shell option described - above under *note The Shopt Builtin:: to be enabled. This - controls the behavior of character ranges when used in pattern - matching bracket expressions. + above under *note The Shopt Builtin:: to be enabled. This controls + the behavior of character ranges when used in pattern matching + bracket expressions. -`--enable-help-builtin' - Include the `help' builtin, which displays help on shell builtins +'--enable-help-builtin' + Include the 'help' builtin, which displays help on shell builtins and variables (*note Bash Builtins::). -`--enable-history' - Include command history and the `fc' and `history' builtin - commands (*note Bash History Facilities::). +'--enable-history' + Include command history and the 'fc' and 'history' builtin commands + (*note Bash History Facilities::). -`--enable-job-control' - This enables the job control features (*note Job Control::), if - the operating system supports them. +'--enable-job-control' + This enables the job control features (*note Job Control::), if the + operating system supports them. -`--enable-multibyte' +'--enable-multibyte' This enables support for multibyte characters if the operating system provides the necessary support. -`--enable-net-redirections' +'--enable-net-redirections' This enables the special handling of filenames of the form - `/dev/tcp/HOST/PORT' and `/dev/udp/HOST/PORT' when used in + '/dev/tcp/HOST/PORT' and '/dev/udp/HOST/PORT' when used in redirections (*note Redirections::). -`--enable-process-substitution' +'--enable-process-substitution' This enables process substitution (*note Process Substitution::) if the operating system provides the necessary support. -`--enable-progcomp' +'--enable-progcomp' Enable the programmable completion facilities (*note Programmable Completion::). If Readline is not enabled, this option has no effect. -`--enable-prompt-string-decoding' +'--enable-prompt-string-decoding' Turn on the interpretation of a number of backslash-escaped - characters in the `$PS1', `$PS2', `$PS3', and `$PS4' prompt + characters in the '$PS1', '$PS2', '$PS3', and '$PS4' prompt strings. See *note Controlling the Prompt::, for a complete list of prompt string escape sequences. -`--enable-readline' +'--enable-readline' Include support for command-line editing and history with the Bash version of the Readline library (*note Command Line Editing::). -`--enable-restricted' +'--enable-restricted' Include support for a "restricted shell". If this is enabled, - Bash, when called as `rbash', enters a restricted mode. See *note + Bash, when called as 'rbash', enters a restricted mode. See *note The Restricted Shell::, for a description of restricted mode. -`--enable-select' - Include the `select' compound command, which allows the generation +'--enable-select' + Include the 'select' compound command, which allows the generation of simple menus (*note Conditional Constructs::). -`--enable-separate-helpfiles' - Use external files for the documentation displayed by the `help' +'--enable-separate-helpfiles' + Use external files for the documentation displayed by the 'help' builtin instead of storing the text internally. -`--enable-single-help-strings' - Store the text displayed by the `help' builtin as a single string +'--enable-single-help-strings' + Store the text displayed by the 'help' builtin as a single string for each help topic. This aids in translating the text to - different languages. You may need to disable this if your - compiler cannot handle very long string literals. + different languages. You may need to disable this if your compiler + cannot handle very long string literals. -`--enable-strict-posix-default' +'--enable-strict-posix-default' Make Bash POSIX-conformant by default (*note Bash POSIX Mode::). -`--enable-usg-echo-default' - A synonym for `--enable-xpg-echo-default'. - -`--enable-xpg-echo-default' - Make the `echo' builtin expand backslash-escaped characters by - default, without requiring the `-e' option. This sets the default - value of the `xpg_echo' shell option to `on', which makes the Bash - `echo' behave more like the version specified in the Single Unix - Specification, version 3. *Note Bash Builtins::, for a - description of the escape sequences that `echo' recognizes. - -The file `config-top.h' contains C Preprocessor `#define' statements -for options which are not settable from `configure'. Some of these are -not meant to be changed; beware of the consequences if you do. Read -the comments associated with each definition for more information about -its effect. +'--enable-usg-echo-default' + A synonym for '--enable-xpg-echo-default'. + +'--enable-xpg-echo-default' + Make the 'echo' builtin expand backslash-escaped characters by + default, without requiring the '-e' option. This sets the default + value of the 'xpg_echo' shell option to 'on', which makes the Bash + 'echo' behave more like the version specified in the Single Unix + Specification, version 3. *Note Bash Builtins::, for a description + of the escape sequences that 'echo' recognizes. + +The file 'config-top.h' contains C Preprocessor '#define' statements for +options which are not settable from 'configure'. Some of these are not +meant to be changed; beware of the consequences if you do. Read the +comments associated with each definition for more information about its +effect. diff --git a/MANIFEST b/MANIFEST index 55c8d1ca0..a306b6ffc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -529,6 +529,8 @@ po/ja.po f po/lt.gmo f po/lt.po f po/nl.gmo f +po/nb.po f +po/nb.gmo f po/nl.po f po/pl.gmo f po/pl.po f @@ -581,6 +583,7 @@ doc/texinfo.tex f doc/bashref.texi f doc/version.texi f doc/bashref.info f +doc/bash.info f doc/article.ms f doc/htmlpost.sh f 755 doc/infopost.sh f 755 @@ -607,8 +610,10 @@ doc/bash.pdf f doc/bashref.pdf f doc/rose94.pdf f doc/aosa-bash.pdf f +doc/aosa-bash-full.pdf f # support/Makefile.in f +support/bash.pc.in f support/bashversion.c f support/checkbashisms f 755 support/config.guess f @@ -654,11 +659,14 @@ examples/complete/complete-examples f examples/complete/bashcc-1.0.1.tar.gz f examples/loadables/README f examples/loadables/template.c f +examples/loadables/loadables.h f examples/loadables/Makefile.in f +examples/loadables/Makefile.inc.in f examples/loadables/necho.c f examples/loadables/hello.c f examples/loadables/print.c f examples/loadables/realpath.c f +examples/loadables/setpgid.c f examples/loadables/sleep.c f examples/loadables/strftime.c f examples/loadables/truefalse.c f @@ -704,6 +712,7 @@ examples/functions/basename f examples/functions/csh-compat f #examples/functions/dirfuncs f examples/functions/dirname f +examples/functions/dirstack f #examples/functions/emptydir f examples/functions/exitstat f examples/functions/external f @@ -795,8 +804,10 @@ examples/misc/aliasconv.bash f examples/misc/cshtobash f tests/README f tests/COPYRIGHT f +tests/test-glue-functions f tests/alias.tests f tests/alias1.sub f +tests/alias2.sub f tests/alias.right f tests/appendop.tests f tests/appendop1.sub f @@ -812,6 +823,7 @@ tests/arith3.sub f tests/arith4.sub f tests/arith5.sub f tests/arith6.sub f +tests/arith7.sub f tests/array.tests f tests/array.right f tests/array1.sub f @@ -830,6 +842,11 @@ tests/array13.sub f tests/array14.sub f tests/array15.sub f tests/array16.sub f +tests/array17.sub f +tests/array18.sub f +tests/array19.sub f +tests/array20.sub f +tests/array21.sub f tests/array-at-star f tests/array2.right f tests/assoc.tests f @@ -841,6 +858,11 @@ tests/assoc4.sub f tests/assoc5.sub f tests/assoc6.sub f tests/assoc7.sub f +tests/assoc8.sub f +tests/attr.tests f +tests/attr.right f +tests/attr1.sub f +tests/attr2.sub f tests/braces.tests f tests/braces.right f tests/builtins.tests f @@ -849,6 +871,8 @@ tests/builtins1.sub f tests/builtins2.sub f tests/builtins3.sub f tests/builtins4.sub f +tests/builtins5.sub f +tests/builtins6.sub f tests/source1.sub f tests/source2.sub f tests/source3.sub f @@ -864,6 +888,8 @@ tests/casemod.right f tests/comsub.tests f tests/comsub.right f tests/comsub1.sub f +tests/comsub2.sub f +tests/comsub3.sub f tests/comsub-eof.tests f tests/comsub-eof0.sub f tests/comsub-eof1.sub f @@ -894,6 +920,13 @@ tests/dbg-support2.tests f tests/dbg-support3.sub f tests/dollar-at-star f tests/dollar-at-star1.sub f +tests/dollar-at-star2.sub f +tests/dollar-at-star3.sub f +tests/dollar-at-star4.sub f +tests/dollar-at-star5.sub f +tests/dollar-at-star6.sub f +tests/dollar-at-star7.sub f +tests/dollar-at-star8.sub f tests/dollar-at1.sub f tests/dollar-at2.sub f tests/dollar-at3.sub f @@ -917,6 +950,9 @@ tests/errors.right f tests/errors1.sub f tests/errors2.sub f tests/errors3.sub f +tests/errors4.sub f +tests/errors5.sub f +tests/errors6.sub f tests/execscript f tests/exec.right f tests/exec1.sub f 755 @@ -928,6 +964,10 @@ tests/exec6.sub f tests/exec7.sub f tests/exec8.sub f tests/exec9.sub f +tests/exec10.sub f +tests/exec11.sub f +tests/exec12.sub f +tests/exec13.sub f tests/exp.tests f tests/exp.right f tests/exp1.sub f @@ -936,14 +976,25 @@ tests/exp3.sub f tests/exp4.sub f tests/exp5.sub f tests/exp6.sub f +tests/exp7.sub f +tests/exp8.sub f +tests/exp9.sub f +tests/exportfunc.tests f +tests/exportfunc.right f +tests/exportfunc1.sub f +tests/exportfunc2.sub f +tests/exportfunc3.sub f tests/extglob.tests f tests/extglob.right f tests/extglob1.sub f tests/extglob1a.sub f +tests/extglob2.sub f tests/extglob2.tests f tests/extglob2.right f +tests/extglob3.sub f tests/extglob3.tests f tests/extglob3.right f +tests/extglob4.sub f tests/func.tests f tests/func.right f tests/func1.sub f @@ -959,6 +1010,9 @@ tests/getopts4.sub f tests/getopts5.sub f tests/getopts6.sub f tests/getopts7.sub f +tests/getopts8.sub f +tests/getopts9.sub f +tests/getopts10.sub f tests/glob.tests f tests/glob1.sub f tests/glob.right f @@ -973,7 +1027,12 @@ tests/heredoc2.sub f tests/heredoc3.sub f tests/herestr.tests f tests/herestr.right f +tests/herestr1.sub f tests/histexp.tests f +tests/histexp1.sub f +tests/histexp2.sub f +tests/histexp3.sub f +tests/histexp4.sub f tests/histexp.right f tests/history.tests f tests/history.right f @@ -990,6 +1049,7 @@ tests/input.right f tests/intl.tests f tests/intl1.sub f tests/intl2.sub f +tests/intl3.sub f tests/intl.right f tests/iquote.tests f tests/iquote.right f @@ -1006,10 +1066,12 @@ tests/jobs.right f tests/lastpipe.right f tests/lastpipe.tests f tests/lastpipe1.sub f +tests/lastpipe2.sub f tests/mapfile.data f tests/mapfile.right f tests/mapfile.tests f tests/mapfile1.sub f +tests/mapfile2.sub f tests/more-exp.tests f tests/more-exp.right f tests/nameref.tests f @@ -1021,6 +1083,16 @@ tests/nameref5.sub f tests/nameref6.sub f tests/nameref7.sub f tests/nameref8.sub f +tests/nameref9.sub f +tests/nameref10.sub f +tests/nameref11.sub f +tests/nameref12.sub f +tests/nameref13.sub f +tests/nameref14.sub f +tests/nameref15.sub f +tests/nameref16.sub f +tests/nameref17.sub f +tests/nameref18.sub f tests/nameref.right f tests/new-exp.tests f tests/new-exp1.sub f @@ -1032,11 +1104,13 @@ tests/new-exp6.sub f tests/new-exp7.sub f tests/new-exp8.sub f tests/new-exp9.sub f +tests/new-exp10.sub f tests/new-exp.right f tests/nquote.tests f tests/nquote.right f tests/nquote1.sub f tests/nquote2.sub f +tests/nquote3.sub f tests/nquote1.tests f tests/nquote1.right f tests/nquote2.tests f @@ -1047,6 +1121,9 @@ tests/nquote4.tests f tests/nquote4.right f tests/nquote5.tests f tests/nquote5.right f +tests/parser.tests f +tests/parser.right f +tests/parser1.sub f tests/posix2.tests f tests/posix2.right f tests/posixexp.tests f @@ -1093,6 +1170,8 @@ tests/redir7.sub f tests/redir8.sub f tests/redir9.sub f tests/redir10.sub f +tests/redir11.sub f +tests/redir12.sub f tests/rhs-exp.tests f tests/rhs-exp.right f tests/rhs-exp1.sub f @@ -1107,6 +1186,7 @@ tests/run-arith f tests/run-array f tests/run-array2 f tests/run-assoc f +tests/run-attr f tests/run-braces f tests/run-builtins f tests/run-case f @@ -1124,6 +1204,7 @@ tests/run-dollars f tests/run-errors f tests/run-execscript f tests/run-exp-tests f +tests/run-exportfunc f tests/run-extglob f tests/run-extglob2 f tests/run-extglob3 f @@ -1153,6 +1234,7 @@ tests/run-nquote2 f tests/run-nquote3 f tests/run-nquote4 f tests/run-nquote5 f +tests/run-parser f tests/run-posix2 f tests/run-posixexp f tests/run-posixexp2 f @@ -1220,6 +1302,8 @@ tests/varenv3.sub f tests/varenv4.sub f tests/varenv5.sub f tests/varenv6.sub f +tests/varenv7.sub f +tests/varenv8.sub f tests/version f tests/version.mini f tests/vredir.tests f @@ -1230,6 +1314,7 @@ tests/vredir3.sub f tests/vredir4.sub f tests/vredir5.sub f tests/vredir6.sub f +tests/vredir7.sub f tests/misc/dev-tcp.tests f tests/misc/perf-script f tests/misc/perftest f diff --git a/Makefile.in b/Makefile.in index cf772286a..c7b62bc05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ -# Makefile for bash-4.3, version 4.11 +# Makefile for bash-4.4, version 4.18 # -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 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 @@ -42,6 +42,9 @@ includedir = @includedir@ datadir = @datadir@ localedir = @localedir@ +loadablesdir = @loadablesdir@ +headersdir = @headersdir@ + docdir = @docdir@ mandir = @mandir@ @@ -61,7 +64,7 @@ topdir = @top_srcdir@ BUILD_DIR = @BUILD_DIR@ top_builddir = @BUILD_DIR@ srcdir = @srcdir@ -VPATH = .:@srcdir@ +VPATH = @srcdir@ @SET_MAKE@ CC = @CC@ @@ -86,10 +89,8 @@ TESTSCRIPT = @TESTSCRIPT@ DEBUGGER_START_FILE = @DEBUGGER_START_FILE@ -#If you have purify, and want to use it, uncomment this definition or -# run the make as `make PURIFY=purify' -# or run configure with the --with-purify argument. -PURIFY = @PURIFY@ +#If you have purify, and want to use it, run the make as `make PURIFY=purify' +#PURIFY = @PURIFY@ # Here is a rule for making .o files from .c files that does not # force the type of the machine (like -M_MACHINE) into the flags. @@ -443,6 +444,19 @@ HSOURCES = shell.h flags.h trap.h hashcmd.h hashlib.h jobs.h builtins.h \ SOURCES = $(CSOURCES) $(HSOURCES) $(BUILTIN_DEFS) +# headers in top-level source directory that get installed by install-headers +INSTALLED_HEADERS = shell.h bashjmp.h command.h syntax.h general.h error.h \ + variables.h array.h assoc.h arrayfunc.h quit.h dispose_cmd.h \ + make_cmd.h subst.h sig.h externs.h builtins.h \ + bashtypes.h xmalloc.h config-top.h config-bot.h \ + bashintl.h bashansi.h bashjmp.h alias.h hashlib.h \ + conftypes.h unwind_prot.h jobs.h siglist.h +INSTALLED_BUILTINS_HEADERS = bashgetopt.h common.h getopt.h +INSTALLED_INCFILES = posixstat.h ansi_stdlib.h filecntl.h posixdir.h \ + memalloc.h stdc.h posixjmp.h posixwait.h posixtime.h systimes.h \ + unionwait.h maxpath.h shtty.h typemax.h ocache.h chartypes.h gettext.h \ + posixstat.h shmbchar.h shmbutil.h stat-time.h + # header files chosen based on running of configure SIGNAMES_H = @SIGNAMES_H@ @@ -521,7 +535,7 @@ PO_DIR = $(dot)/po/ SIGNAMES_SUPPORT = $(SUPPORT_SRC)mksignames.c SUPPORT_SRC = $(srcdir)/support/ -SDIR = $(dot)/support/ +SDIR = $(dot)/support TESTS_SUPPORT = recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) xcase$(EXEEXT) CREATED_SUPPORT = signames.h recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) \ @@ -536,17 +550,22 @@ CREATED_MAKEFILES = Makefile builtins/Makefile doc/Makefile \ lib/readline/Makefile lib/glob/Makefile \ lib/sh/Makefile lib/tilde/Makefile lib/malloc/Makefile \ lib/termcap/Makefile examples/loadables/Makefile \ + examples/loadables/Makefile.inc \ examples/loadables/perl/Makefile support/Makefile \ lib/intl/Makefile po/Makefile po/Makefile.in +CREATED_HEADERS = signames.h config.h pathnames.h version.h y.tab.h \ + ${DEFDIR}/builtext.h OTHER_DOCS = $(srcdir)/CHANGES $(srcdir)/COMPAT $(srcdir)/NEWS $(srcdir)/POSIX \ $(srcdir)/RBASH $(srcdir)/README OTHER_INSTALLED_DOCS = CHANGES COMPAT NEWS POSIX RBASH README +LOADABLES_DIR = ${top_builddir}/examples/loadables + # Keep GNU Make from exporting the entire environment for small machines. .NOEXPORT: -.made: $(Program) bashbug +.made: $(Program) bashbug $(SDIR)/man2html$(EXEEXT) @echo "$(Program) last made for a $(Machine) running $(OS)" >.made $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) @@ -617,12 +636,12 @@ $(LIBDEP): .build $(READLINE_LIBRARY): config.h $(READLINE_SOURCE) @echo making $@ in ${RL_LIBDIR} @( { test "${RL_LIBDIR}" = "${libdir}" && exit 0; } || \ - cd ${RL_LIBDIR} && $(MAKE) $(MFLAGS) libreadline.a) || exit 1 + cd ${RL_LIBDIR} && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libreadline.a) || exit 1 $(HISTORY_LIBRARY): config.h $(HISTORY_SOURCE) $(READLINE_DEP) @echo making $@ in ${HIST_LIBDIR} @( { test "${HIST_LIBDIR}" = "${libdir}" && exit 0; } || \ - cd ${HIST_LIBDIR} && $(MAKE) $(MFLAGS) libhistory.a) || exit 1 + cd ${HIST_LIBDIR} && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libhistory.a) || exit 1 $(GLOB_LIBRARY): config.h $(GLOB_SOURCE) @echo making $@ in ${GLOB_LIBDIR} @@ -698,6 +717,9 @@ ${DEFDIR}/bashgetopt.o: $(BUILTIN_SRCDIR)/bashgetopt.c ${DEFDIR}/builtext.h: $(BUILTIN_DEFS) @(cd $(DEFDIR) && $(MAKE) $(MFLAGS) builtext.h ) || exit 1 +$(SDIR)/man2html$(EXEEXT): ${SUPPORT_SRC}/man2html.c + @(cd $(SDIR) && $(MAKE) $(MFLAGS) all ) || exit 1 + # For the justification of the following Makefile rules, see node # `Automatic Remaking' in GNU Autoconf documentation. @@ -734,6 +756,9 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/confi reconfig: force sh $(srcdir)/configure -C +loadables: + cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) all + #newversion: mkversion # $(RM) .build # ./mkversion -dir $(srcdir) -dist @@ -774,12 +799,41 @@ install: .made installdirs infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) install-strip: $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ prefix=${prefix} exec_prefix=${exec_prefix} \ DESTDIR=$(DESTDIR) install +install-headers-dirs: + @${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(headersdir) + @${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(headersdir)/builtins + @${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(headersdir)/include + @${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(libdir)/pkgconfig + +install-headers: install-headers-dirs + @for hf in $(INSTALLED_HEADERS) ; do \ + ${INSTALL_DATA} $(srcdir)/"$$hf" $(DESTDIR)$(headersdir)/$$hf; \ + done + @for hf in $(INSTALLED_INCFILES) ; do \ + ${INSTALL_DATA} $(BASHINCDIR)/"$$hf" $(DESTDIR)$(headersdir)/include/$$hf; \ + done + @for hf in $(INSTALLED_BUILTINS_HEADERS) ; do \ + ${INSTALL_DATA} $(BUILTIN_SRCDIR)/"$$hf" $(DESTDIR)$(headersdir)/builtins/$$hf; \ + done + @for hf in $(CREATED_HEADERS) ; do \ + ${INSTALL_DATA} $(BUILD_DIR)/"$$hf" $(DESTDIR)$(headersdir)/$$hf; \ + done + $(INSTALL_DATA) $(SDIR)/bash.pc $(DESTDIR)$(libdir)/pkgconfig/bash.pc + +uninstall-headers: + -( cd $(DESTDIR)$(headersdir) && $(RM) $(INSTALLED_HEADERS) ) + -( cd $(DESTDIR)$(headersdir)/include && $(RM) $(INSTALLED_INCFILES) ) + -( cd $(DESTDIR)$(headersdir)/builtins && $(RM) $(INSTALLED_BUILTINS_HEADERS) ) + -( cd $(DESTDIR)$(headersdir) && $(RM) $(CREATED_HEADERS) ) + -( $(RM) $(DESTDIR)$(libdir)/pkgconfig/bash.pc ) + uninstall: .made $(RM) $(DESTDIR)$(bindir)/$(Program) $(DESTDIR)$(bindir)/bashbug -( cd $(DESTDIR)$(docdir) && ${RM} ${OTHER_INSTALLED_DOCS} ) @@ -788,6 +842,7 @@ uninstall: .made man3dir=$(man3dir) man3ext=$(man3ext) \ infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) .PHONY: basic-clean clean realclean maintainer-clean distclean mostlyclean maybe-clean @@ -806,6 +861,7 @@ clean: basic-clean (cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\ done -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) $(RM) $(CREATED_SUPPORT) mostlyclean: basic-clean @@ -816,6 +872,7 @@ mostlyclean: basic-clean (cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\ done -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) distclean: basic-clean maybe-clean ( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) @@ -825,6 +882,7 @@ distclean: basic-clean maybe-clean (cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\ done -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) $(RM) $(CREATED_CONFIGURE) tags TAGS $(RM) $(CREATED_SUPPORT) Makefile $(CREATED_MAKEFILES) pathnames.h @@ -839,6 +897,7 @@ maintainer-clean: basic-clean (cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\ done -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) $(RM) $(CREATED_CONFIGURE) $(CREATED_MAKEFILES) $(RM) $(CREATED_SUPPORT) Makefile pathnames.h @@ -871,9 +930,11 @@ symlinks: dist: force @echo Bash distributions are created using $(srcdir)/support/mkdist. @echo Here is a sample of the necessary commands: - @echo $(Program) $(srcdir)/support/mkdist -m $(srcdir)/MANIFEST -s $(srcdir) -r ${PACKAGE} $(PACKAGE_VERSION) - @echo tar cf $(PACKAGE)-${PACKAGE_VERSION}.tar ${PACKAGE}-$(PACKAGE_VERSION) - @echo gzip $(PACKAGE)-$(PACKAGE_VERSION).tar + @echo $(Program) $(srcdir)/support/mkdist -m $(srcdir)/MANIFEST -s $(srcdir) -r ${PACKAGE} -t $(PACKAGE_VERSION) + +xdist: force + ( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) + ( cd po && $(MAKE) $(MFLAGS) $@ ) depend: depends @@ -882,7 +943,7 @@ depends: force #### PRIVATE TARGETS #### hashtest: hashlib.c - $(CC) -DTEST_HASHING $(CCFLAGS) -o $@ $(srcdir)/hashlib.c + $(CC) -DTEST_HASHING $(CCFLAGS) $(TEST_NBUCKETS) -o $@ $(srcdir)/hashlib.c xmalloc.o $(INTL_LIB) ############################ DEPENDENCIES ############################### @@ -937,6 +998,7 @@ execute_cmd.o: ${BASHINCDIR}/memalloc.h ${GRAM_H} flags.h builtins.h jobs.h quit execute_cmd.o: execute_cmd.h findcmd.h redir.h trap.h test.h pathexp.h execute_cmd.o: $(DEFSRC)/common.h ${DEFDIR}/builtext.h ${GLOB_LIBSRC}/strmatch.h execute_cmd.o: ${BASHINCDIR}/posixtime.h ${BASHINCDIR}/chartypes.h +execute_cmd.o: $(DEFSRC)/getopt.h expr.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h expr.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h expr.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h @@ -965,6 +1027,7 @@ hashcmd.o: config.h ${BASHINCDIR}/posixstat.h bashtypes.h bashansi.h ${BASHINCDI hashcmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h hashcmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashcmd.h hashcmd.o: execute_cmd.h findcmd.h ${BASHINCDIR}/stdc.h pathnames.h hashlib.h +hashcmd.o: quit.h sig.h hashlib.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h hashlib.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h hashlib.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h @@ -993,7 +1056,7 @@ mailcheck.o: execute_cmd.h mailcheck.h make_cmd.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h bashansi.h make_cmd.o: command.h ${BASHINCDIR}/stdc.h general.h xmalloc.h error.h flags.h make_cmd.h make_cmd.o: variables.h arrayfunc.h conftypes.h array.h hashlib.h subst.h input.h externs.h -make_cmd.o: jobs.h quit.h siglist.h syntax.h dispose_cmd.h parser.h +make_cmd.o: jobs.h quit.h sig.h siglist.h syntax.h dispose_cmd.h parser.h make_cmd.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h ${BASHINCDIR}/ocache.h y.tab.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/memalloc.h y.tab.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h @@ -1015,6 +1078,7 @@ print_cmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h comman print_cmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h print_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h print_cmd.o: make_cmd.h subst.h sig.h pathnames.h externs.h +print_cmd.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h print_cmd.o: ${GRAM_H} $(DEFSRC)/common.h redir.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/filecntl.h redir.o: ${BASHINCDIR}/memalloc.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h @@ -1143,6 +1207,7 @@ pcomplete.o: ${BASHINCDIR}/stdc.h hashlib.h pcomplete.h shell.h syntax.h pcomplete.o: bashjmp.h command.h general.h xmalloc.h error.h variables.h arrayfunc.h conftypes.h quit.h pcomplete.o: unwind_prot.h dispose_cmd.h make_cmd.h subst.h sig.h pathnames.h pcomplete.o: externs.h ${BASHINCDIR}/maxpath.h execute_cmd.h +pcomplete.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h pcomplete.o: ${DEFDIR}/builtext.h # library support files @@ -1171,6 +1236,7 @@ bracecomp.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h bracecomp.o: array.h hashlib.h alias.h builtins.h bracecomp.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h bracecomp.o: make_cmd.h subst.h sig.h pathnames.h externs.h +bracecomp.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h # library dependencies @@ -1302,7 +1368,7 @@ builtins/command.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/std builtins/declare.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/declare.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h builtins/declare.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h -builtins/declare.o: $(DEFSRC)/bashgetopt.h pathnames.h +builtins/declare.o: $(DEFSRC)/bashgetopt.h pathnames.h flags.h builtins/echo.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/echo.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h builtins/echo.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h @@ -1377,6 +1443,7 @@ builtins/printf.o: config.h ${BASHINCDIR}/memalloc.h bashjmp.h command.h error.h builtins/printf.o: general.h xmalloc.h quit.h dispose_cmd.h make_cmd.h subst.h builtins/printf.o: externs.h sig.h pathnames.h shell.h syntax.h unwind_prot.h builtins/printf.o: variables.h arrayfunc.h conftypes.h ${BASHINCDIR}/stdc.h $(DEFSRC)/bashgetopt.h +builtins/printf.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h builtins/printf.o: ${BASHINCDIR}/chartypes.h builtins/pushd.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/pushd.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h @@ -1385,6 +1452,7 @@ builtins/pushd.o: $(DEFSRC)/common.h pathnames.h builtins/read.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/read.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h builtins/read.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h +builtins/read.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h builtins/read.o: pathnames.h builtins/return.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/return.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h @@ -1398,7 +1466,7 @@ builtins/setattr.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general. builtins/setattr.o: quit.h $(DEFSRC)/common.h $(DEFSRC)/bashgetopt.h builtins/setattr.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h builtins/setattr.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h -builtins/setattr.o: pathnames.h +builtins/setattr.o: pathnames.h flags.h builtins/shift.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h builtins/shift.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h builtins/shift.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h @@ -1452,7 +1520,8 @@ builtins/wait.o: ${BASHINCDIR}/chartypes.h pathnames.h builtins/complete.o: config.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h builtins/complete.o: unwind_prot.h variables.h arrayfunc.h conftypes.h builtins/complete.o: bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h -builtins/complete.o: builtins.h pathnames.h +builtins/complete.o: builtins.h pathnames.h general.h +builtins/complete.o: bashtypes.h ${BASHINCDIR}/chartypes.h xmalloc.h builtins/complete.o: pcomplete.h builtins/complete.o: ${DEFSRC}/common.h ${DEFSRC}/bashgetopt.h builtins/mapfile.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h diff --git a/NEWS b/NEWS index 0cc3c45eb..931dc846b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,227 @@ +This is a terse description of the new features added to bash-4.4 since +the release of bash-4.3. As always, the manual page (doc/bash.1) is +the place to look for complete descriptions. + +1. New Features in Bash + +a. There is now a settable configuration #define that will cause the shell + to exit if the shell is running setuid without the -p option and setuid + to the real uid fails. + +b. Command and process substitutions now turn off the `-v' option when + executing, as other shells seem to do. + +c. The default value for the `checkhash' shell option may now be set at + compile time with a #define. + +d. The `mapfile' builtin now has a -d option to use an arbitrary character + as the record delimiter, and a -t option to strip the delimiter as + supplied with -d. + +e. The maximum number of nested recursive calls to `eval' is now settable in + config-top.h; the default is no limit. + +f. The `-p' option to declare and similar builtins will display attributes for + named variables even when those variables have not been assigned values + (which are technically unset). + +g. The maximum number of nested recursive calls to `source' is now settable + in config-top.h; the default is no limit. + +h. All builtin commands recognize the `--help' option and print a usage + summary. + +i. Bash does not allow function names containing `/' and `=' to be exported. + +j. The `ulimit' builtin has new -k (kqueues) and -P (pseudoterminals) options. + +k. The shell now allows `time ; othercommand' to time null commands. + +l. There is a new `--enable-function-import' configuration option to allow + importing shell functions from the environment; import is enabled by + default. + +m. `printf -v var ""' will now set `var' to the empty string, as if `var=""' + had been executed. + +n. GLOBIGNORE, the pattern substitution word expansion, and programmable + completion match filtering now honor the value of the `nocasematch' option. + +o. There is a new ${parameter@spec} family of operators to transform the + value of `parameter'. + +p. Bash no longer attempts to perform compound assignment if a variable on the + rhs of an assignment statement argument to `declare' has the form of a + compound assignment (e.g., w='(word)' ; declare foo=$w); compound + assignments are accepted if the variable was already declared as an array, + but with a warning. + +q. The declare builtin no longer displays array variables using the compound + assignment syntax with quotes; that will generate warnings when re-used as + input, and isn't necessary. + +r. Executing the rhs of && and || will no longer cause the shell to fork if + it's not necessary. + +s. The `local' builtin takes a new argument: `-', which will cause it to save + and the single-letter shell options and restore their previous values at + function return. + +t. `complete' and `compgen' have a new `-o nosort' option, which forces + readline to not sort the completion matches. + +u. Bash now allows waiting for the most recent process substitution, since it + appears as $!. + +v. The `unset' builtin now unsets a scalar variable if it is subscripted with + a `0', analogous to the ${var[0]} expansion. + +w. `set -i' is no longer valid, as in other shells. + +x. BASH_SUBSHELL is now updated for process substitution and group commands + in pipelines, and is available with the same value when running any exit + trap. + +y. Bash now checks $INSIDE_EMACS as well as $EMACS when deciding whether or + not bash is being run in a GNU Emacs shell window. + +z. Bash now treats SIGINT received when running a non-builtin command in a + loop the way it has traditionally treated running a builtin command: + running any trap handler and breaking out of the loop. + +aa. New variable: EXECIGNORE; a colon-separate list of patterns that will + cause matching filenames to be ignored when searching for commands. + +bb. Aliases whose value ends in a shell metacharacter now expand in a way to + allow them to be `pasted' to the next token, which can potentially change + the meaning of a command (e.g., turning `&' into `&&'). + +cc. `make install' now installs the example loadable builtins and a set of + bash headers to use when developing new loadable builtins. + +dd. `enable -f' now attempts to call functions named BUILTIN_builtin_load when + loading BUILTIN, and BUILTIN_builtin_unload when deleting it. This allows + loadable builtins to run initialization and cleanup code. + +ee. There is a new BASH_LOADABLES_PATH variable containing a list of directories + where the `enable -f' command looks for shared objects containing loadable + builtins. + +ff. The `complete_fullquote' option to `shopt' changes filename completion to + quote all shell metacharacters in filenames and directory names. + +gg. The `kill' builtin now has a `-L' option, equivalent to `-l', for + compatibility with Linux standalone versions of kill. + +hh. BASH_COMPAT and FUNCNEST can be inherited and set from the shell's initial + environment. + +ii. inherit_errexit: a new `shopt' option that, when set, causes command + substitutions to inherit the -e option. By default, those subshells disable + -e. It's enabled as part of turning on posix mode. + +jj. New prompt string: PS0. Expanded and displayed by interactive shells after + reading a complete command but before executing it. + +kk. Interactive shells now behave as if SIGTSTP/SIGTTIN/SIGTTOU are set to + SIG_DFL when the shell is started, so they are set to SIG_DFL in child + processes. + +ll. Posix-mode shells now allow double quotes to quote the history expansion + character. + +mm. OLDPWD can be inherited from the environment if it names a directory. + +nn. Shells running as root no longer inherit PS4 from the environment, closing + a security hole involving PS4 expansion performing command substitution. + +oo. If executing an implicit `cd' when the `autocd' option is set, bash will + now invoke a function named `cd' if one exists before executing the `cd' + builtin. + +pp. Value conversions (arithmetic expansions, case modification, etc.) now + happen when assigning elements of an array using compound assignment. + +qq. There is a new option settable in config-top.h that makes multiple + directory arguments to `cd' a fatal error. + +rr. Bash now uses mktemp() when creating internal temporary files; it produces + a warning at build time on many Linux systems. + +2. New Features in Readline + +a. The history truncation code now uses the same error recovery mechansim as + the history writing code, and restores the old version of the history file + on error. The error recovery mechanism handles symlinked history files. + +b. There is a new bindable variable, `enable-bracketed-paste', which enables + support for a terminal's bracketed paste mode. + +c. The editing mode indicators can now be strings and are user-settable + (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string' + variables). Mode strings can contain invisible character sequences. + Setting mode strings to null strings restores the defaults. + +d. Prompt expansion adds the mode string to the last line of a multi-line + prompt (one with embedded newlines). + +e. There is a new bindable variable, `colored-completion-prefix', which, if + set, causes the common prefix of a set of possible completions to be + displayed in color. + +f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs- + mode yank-pop. + +g. The redisplay code underwent several efficiency improvements for multibyte + locales. + +h. The insert-char function attempts to batch-insert all pending typeahead + that maps to self-insert, as long as it is coming from the terminal. + +i. rl_callback_sigcleanup: a new application function that can clean up and + unset any state set by readline's callback mode. Intended to be used + after a signal. + +j. If an incremental search string has its last character removed with DEL, the + resulting empty search string no longer matches the previous line. + +k. If readline reads a history file that begins with `#' (or the value of + the history comment character) and has enabled history timestamps, the + history entries are assumed to be delimited by timestamps. This allows + multi-line history entries. + +l. Readline now throws an error if it parses a key binding without a + terminating `:' or whitespace. + +m. The default binding for ^W in vi mode now uses word boundaries specified + by Posix (vi-unix-word-rubout is bindable command name). + +n. rl_clear_visible_line: new application-callable function; clears all + screen lines occupied by the current visible readline line. + +o. rl_tty_set_echoing: application-callable function that controls whether + or not readline thinks it is echoing terminal output. + +p. Handle >| and strings of digits preceding and following redirection + specifications as single tokens when tokenizing the line for history + expansion. + +q. Fixed a bug with displaying completions when the prefix display length + is greater than the length of the completions to be displayed. + +r. The :p history modifier now applies to the entire line, so any expansion + specifying :p causes the line to be printed instead of expanded. + +s. New application-callable function: rl_pending_signal(): returns the signal + number of any signal readline has caught but not yet handled. + +t. New application-settable variable: rl_persistent_signal_handlers: if set + to a non-zero value, readline will enable the readline-6.2 signal handler + behavior in callback mode: handlers are installed when + rl_callback_handler_install is called and removed removed when a complete + line has been read. + +------------------------------------------------------------------------------- This is a terse description of the new features added to bash-4.3 since the release of bash-4.2. As always, the manual page (doc/bash.1) is the place to look for complete descriptions. diff --git a/NOTES b/NOTES index b6b06a437..414e7732e 100644 --- a/NOTES +++ b/NOTES @@ -1,5 +1,5 @@ -Platform-Specific Configuration and Operation Notes -=================================================== +Platform-Specific Configuration and Operation Notes [somewhat dated] +==================================================================== 1. configure --without-gnu-malloc on: diff --git a/POSIX b/POSIX index fe830f0ef..84ab6bea6 100644 --- a/POSIX +++ b/POSIX @@ -1,216 +1,228 @@ 6.11 Bash POSIX Mode ==================== -Starting Bash with the `--posix' command-line option or executing `set +Starting Bash with the '--posix' command-line option or executing 'set -o posix' while Bash is running will cause Bash to conform more closely to the POSIX standard by changing the behavior to match that specified by POSIX in areas where the Bash default differs. -When invoked as `sh', Bash enters POSIX mode after reading the startup +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. When a command in the hash table no longer exists, Bash will - re-search `$PATH' to find the new location. This is also - available with `shopt -s checkhash'. + re-search '$PATH' to find the new location. This is also available + with 'shopt -s checkhash'. 2. The message printed by the job control code and builtins when a job - exits with a non-zero status is `Done(status)'. + exits with a non-zero status is 'Done(status)'. 3. The message printed by the job control code and builtins when a job - is stopped is `Stopped(SIGNAME)', where SIGNAME is, for example, - `SIGTSTP'. + is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for example, + 'SIGTSTP'. - 4. The `bg' builtin uses the required format to describe each job - placed in the background, which does not include an indication of - whether the job is the current or previous job. + 4. Alias expansion is always enabled, even in non-interactive shells. 5. Reserved words appearing in a context where reserved words are recognized do not undergo alias expansion. - 6. The POSIX `PS1' and `PS2' expansions of `!' to the history number - and `!!' to `!' are enabled, and parameter expansion is performed - on the values of `PS1' and `PS2' regardless of the setting of the - `promptvars' option. + 6. The POSIX 'PS1' and 'PS2' expansions of '!' to the history number + and '!!' to '!' are enabled, and parameter expansion is performed + on the values of 'PS1' and 'PS2' regardless of the setting of the + 'promptvars' option. - 7. The POSIX startup files are executed (`$ENV') rather than the + 7. The POSIX startup files are executed ('$ENV') rather than the normal Bash files. 8. Tilde expansion is only performed on assignments preceding a command name, rather than on all assignment statements on the line. - 9. The `command' builtin does not prevent builtins that take - assignment statements as arguments from expanding them as - assignment statements; when not in POSIX mode, assignment builtins - lose their assignment statement expansion properties when preceded - by `command'. + 9. The default history file is '~/.sh_history' (this is the default + value of '$HISTFILE'). - 10. The default history file is `~/.sh_history' (this is the default - value of `$HISTFILE'). + 10. Redirection operators do not perform filename expansion on the + word in the redirection unless the shell is interactive. - 11. The output of `kill -l' prints all the signal names on a single - line, separated by spaces, without the `SIG' prefix. - - 12. The `kill' builtin does not accept signal names with a `SIG' - prefix. - - 13. Non-interactive shells exit if FILENAME in `.' FILENAME is not - found. - - 14. Non-interactive shells exit if a syntax error in an arithmetic - expansion results in an invalid expression. - - 15. Non-interactive shells exit if there is a syntax error in a script - read with the `.' or `source' builtins, or in a string processed by - the `eval' builtin. - - 16. Redirection operators do not perform filename expansion on the word - in the redirection unless the shell is interactive. - - 17. Redirection operators do not perform word splitting on the word in + 11. Redirection operators do not perform word splitting on the word in the redirection. - 18. Function names must be valid shell `name's. That is, they may not + 12. Function names must be valid shell 'name's. That is, they may not contain characters other than letters, digits, and underscores, and may not start with a digit. Declaring a function with an invalid name causes a fatal syntax error in non-interactive shells. - 19. Function names may not be the same as one of the POSIX special + 13. Function names may not be the same as one of the POSIX special builtins. - 20. POSIX special builtins are found before shell functions during + 14. POSIX special builtins are found before shell functions during command lookup. - 21. The `time' reserved word may be used by itself as a command. When + 15. Literal tildes that appear as the first character in elements of + the 'PATH' variable are not expanded as described above under *note + Tilde Expansion::. + + 16. The 'time' reserved word may be used by itself as a command. When used in this way, it displays timing statistics for the shell and - its completed children. The `TIMEFORMAT' variable controls the + its completed children. The 'TIMEFORMAT' variable controls the format of the timing information. - 22. When parsing and expanding a ${...} expansion that appears within + 17. When parsing and expanding a ${...} expansion that appears within double quotes, single quotes are no longer special and cannot be used to quote a closing brace or other special character, unless the operator is one of those defined to perform pattern removal. In this case, they do not have to appear as matched pairs. - 23. The parser does not recognize `time' as a reserved word if the next - token begins with a `-'. + 18. The parser does not recognize 'time' as a reserved word if the + next token begins with a '-'. - 24. If a POSIX special builtin returns an error status, a + 19. The '!' character does not introduce history expansion within a + double-quoted string, even if the 'histexpand' option is enabled. + + 20. If a POSIX special builtin returns an error status, a non-interactive shell exits. The fatal errors are those listed in the POSIX standard, and include things like passing incorrect options, redirection errors, variable assignment errors for assignments preceding the command name, and so on. - 25. A non-interactive shell exits with an error status if a variable + 21. A non-interactive shell exits with an error status if a variable assignment error occurs when no command name follows the assignment statements. A variable assignment error occurs, for example, when trying to assign a value to a readonly variable. - 26. A non-interactive shell exits with an error status if a variable + 22. A non-interactive shell exits with an error status if a variable assignment error occurs in an assignment statement preceding a special builtin, but not with any other simple command. - 27. A non-interactive shell exits with an error status if the iteration - variable in a `for' statement or the selection variable in a - `select' statement is a readonly variable. + 23. A non-interactive shell exits with an error status if the + iteration variable in a 'for' statement or the selection variable + in a 'select' statement is a readonly variable. + + 24. Non-interactive shells exit if FILENAME in '.' FILENAME is not + found. + + 25. Non-interactive shells exit if a syntax error in an arithmetic + expansion results in an invalid expression. + + 26. Non-interactive shells exit on word expansion errors. + + 27. Non-interactive shells exit if there is a syntax error in a script + read with the '.' or 'source' builtins, or in a string processed by + the 'eval' builtin. - 28. Process substitution is not available. + 28. Process substitution is not available. - 29. While variable indirection is available, it may not be applied to - the `#' and `?' special parameters. + 29. While variable indirection is available, it may not be applied to + the '#' and '?' special parameters. - 30. Assignment statements preceding POSIX special builtins persist in + 30. Assignment statements preceding POSIX special builtins persist in the shell environment after the builtin completes. - 31. Assignment statements preceding shell function calls persist in the - shell environment after the function returns, as if a POSIX + 31. Assignment statements preceding shell function calls persist in + the shell environment after the function returns, as if a POSIX special builtin command had been executed. - 32. The `export' and `readonly' builtin commands display their output + 32. The 'command' builtin does not prevent builtins that take + assignment statements as arguments from expanding them as + assignment statements; when not in POSIX mode, assignment builtins + lose their assignment statement expansion properties when preceded + by 'command'. + + 33. The 'bg' builtin uses the required format to describe each job + placed in the background, which does not include an indication of + whether the job is the current or previous job. + + 34. The output of 'kill -l' prints all the signal names on a single + line, separated by spaces, without the 'SIG' prefix. + + 35. The 'kill' builtin does not accept signal names with a 'SIG' + prefix. + + 36. The 'export' and 'readonly' builtin commands display their output in the format required by POSIX. - 33. The `trap' builtin displays signal names without the leading `SIG'. + 37. The 'trap' builtin displays signal names without the leading + 'SIG'. - 34. The `trap' builtin doesn't check the first argument for a possible + 38. 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. + handler for a given signal to the original disposition, they should + use '-' as the first argument. - 35. The `.' and `source' builtins do not search the current directory - for the filename argument if it is not found by searching `PATH'. + 39. The '.' and 'source' builtins do not search the current directory + for the filename argument if it is not found by searching 'PATH'. - 36. Subshells spawned to execute command substitutions inherit the - value of the `-e' option from the parent shell. When not in POSIX - mode, Bash clears the `-e' option in such subshells. + 40. Enabling POSIX mode has the effect of setting the + 'inherit_errexit' option, so subshells spawned to execute command + substitutions inherit the value of the '-e' option from the parent + shell. When the 'inherit_errexit' option is not enabled, Bash + clears the '-e' option in such subshells. - 37. Alias expansion is always enabled, even in non-interactive shells. - - 38. When the `alias' builtin displays alias definitions, it does not - display them with a leading `alias ' unless the `-p' option is + 41. When the 'alias' builtin displays alias definitions, it does not + display them with a leading 'alias ' unless the '-p' option is supplied. - 39. When the `set' builtin is invoked without options, it does not + 42. When the 'set' builtin is invoked without options, it does not display shell function names and definitions. - 40. When the `set' builtin is invoked without options, it displays + 43. 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. - 41. When the `cd' builtin is invoked in LOGICAL mode, and the pathname - constructed from `$PWD' and the directory name supplied as an - argument does not refer to an existing directory, `cd' will fail + 44. When the 'cd' builtin is invoked in LOGICAL mode, and the pathname + constructed from '$PWD' and the directory name supplied as an + argument does not refer to an existing directory, 'cd' will fail instead of falling back to PHYSICAL mode. - 42. The `pwd' builtin verifies that the value it prints is the same as + 45. 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. + system with the '-P' option. - 43. When listing the history, the `fc' builtin does not include an + 46. When listing the history, the 'fc' builtin does not include an indication of whether or not a history entry has been modified. - 44. The default editor used by `fc' is `ed'. + 47. The default editor used by 'fc' is 'ed'. - 45. 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'. + 48. 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'. - 46. The `vi' editing mode will invoke the `vi' editor directly when - the `v' command is run, instead of checking `$VISUAL' and - `$EDITOR'. + 49. The 'vi' editing mode will invoke the 'vi' editor directly when + the 'v' command is run, instead of checking '$VISUAL' and + '$EDITOR'. - 47. When the `xpg_echo' option is enabled, Bash does not attempt to - interpret any arguments to `echo' as options. Each argument is + 50. When the 'xpg_echo' option is enabled, Bash does not attempt to + interpret any arguments to 'echo' as options. Each argument is displayed, after escape characters are converted. - 48. The `ulimit' builtin uses a block size of 512 bytes for the `-c' - and `-f' options. + 51. The 'ulimit' builtin uses a block size of 512 bytes for the '-c' + and '-f' options. - 49. The arrival of `SIGCHLD' when a trap is set on `SIGCHLD' does not - interrupt the `wait' builtin and cause it to return immediately. + 52. 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. - 50. The `read' builtin may be interrupted by a signal for which a trap + 53. 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. + 'read', the trap handler executes and 'read' returns an exit status + greater than 128. + 54. Bash removes an exited background process's status from the list + of such statuses after the 'wait' builtin is used to obtain it. There is other POSIX behavior that Bash does not implement by default even when in POSIX mode. Specifically: - 1. The `fc' builtin checks `$EDITOR' as a program to edit history - entries if `FCEDIT' is unset, rather than defaulting directly to - `ed'. `fc' uses `ed' if `EDITOR' is unset. - - 2. As noted above, Bash requires the `xpg_echo' option to be enabled - for the `echo' builtin to be fully conformant. + 1. The 'fc' builtin checks '$EDITOR' as a program to edit history + entries if 'FCEDIT' is unset, rather than defaulting directly to + 'ed'. 'fc' uses 'ed' if 'EDITOR' is unset. + 2. As noted above, Bash requires the 'xpg_echo' option to be enabled + for the 'echo' builtin to be fully conformant. Bash can be configured to be POSIX-conformant by default, by specifying -the `--enable-strict-posix-default' to `configure' when building (*note +the '--enable-strict-posix-default' to 'configure' when building (*note Optional Features::). diff --git a/RBASH b/RBASH index 0e5c10b3e..9478fc64f 100644 --- a/RBASH +++ b/RBASH @@ -1,49 +1,37 @@ 6.10 The Restricted Shell ========================= -If Bash is started with the name `rbash', or the `--restricted' or `-r' +If Bash is started with the name 'rbash', or the '--restricted' or '-r' option is supplied at invocation, the shell becomes restricted. A restricted shell is used to set up an environment more controlled than -the standard shell. A restricted shell behaves identically to `bash' +the standard shell. A restricted shell behaves identically to 'bash' with the exception that the following are disallowed or not performed: - * Changing directories with the `cd' builtin. - - * Setting or unsetting the values of the `SHELL', `PATH', `ENV', or - `BASH_ENV' variables. - + * Changing directories with the 'cd' builtin. + * Setting or unsetting the values of the 'SHELL', 'PATH', 'ENV', or + 'BASH_ENV' variables. * Specifying command names containing slashes. - - * Specifying a filename containing a slash as an argument to the `.' + * Specifying a filename containing a slash as an argument to the '.' builtin command. - - * Specifying a filename containing a slash as an argument to the `-p' - option to the `hash' builtin command. - + * Specifying a filename containing a slash as an argument to the '-p' + option to the 'hash' builtin command. * Importing function definitions from the shell environment at startup. - - * Parsing the value of `SHELLOPTS' from the shell environment at + * Parsing the value of 'SHELLOPTS' from the shell environment at startup. - - * Redirecting output using the `>', `>|', `<>', `>&', `&>', and `>>' + * Redirecting output using the '>', '>|', '<>', '>&', '&>', and '>>' redirection operators. - - * Using the `exec' builtin to replace the shell with another command. - - * Adding or deleting builtin commands with the `-f' and `-d' options - to the `enable' builtin. - - * Using the `enable' builtin command to enable disabled shell + * Using the 'exec' builtin to replace the shell with another command. + * Adding or deleting builtin commands with the '-f' and '-d' options + to the 'enable' builtin. + * Using the 'enable' builtin command to enable disabled shell builtins. - - * Specifying the `-p' option to the `command' builtin. - - * Turning off restricted mode with `set +r' or `set +o restricted'. + * Specifying the '-p' option to the 'command' builtin. + * Turning off restricted mode with 'set +r' or 'set +o restricted'. These restrictions are enforced after any startup files are read. When a command that is found to be a shell script is executed (*note -Shell Scripts::), `rbash' turns off any restrictions in the shell +Shell Scripts::), 'rbash' turns off any restrictions in the shell spawned to execute the script. diff --git a/README b/README index db097774c..ad87aa8a6 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Introduction ============ -This is GNU Bash, version 4.3. Bash is the GNU Project's Bourne +This is GNU Bash, version 4.4. Bash is the GNU Project's Bourne Again SHell, a complete implementation of the POSIX shell spec, but also with interactive command line editing, job control on architectures that support it, csh-like features such as history @@ -15,8 +15,8 @@ See the file POSIX for a discussion of how the Bash defaults differ from the POSIX spec and a description of the Bash `posix mode'. There are some user-visible incompatibilities between this version -of Bash and previous widely-distributed versions, bash-4.1 and -bash-4.2. For details, see the file COMPAT. The NEWS file tersely +of Bash and previous widely-distributed versions, bash-4.2 and +bash-4.3. For details, see the file COMPAT. The NEWS file tersely lists features that are new in this release. Bash is free software, distributed under the terms of the [GNU] General diff --git a/aclocal.m4 b/aclocal.m4 index a947272e2..d3bac077b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1692,6 +1692,8 @@ AC_CHECK_HEADERS(wctype.h) AC_CHECK_HEADERS(wchar.h) AC_CHECK_HEADERS(langinfo.h) +AC_CHECK_HEADERS(mbstr.h) + AC_CHECK_FUNC(mbrlen, AC_DEFINE(HAVE_MBRLEN)) AC_CHECK_FUNC(mbscasecmp, AC_DEFINE(HAVE_MBSCMP)) AC_CHECK_FUNC(mbscmp, AC_DEFINE(HAVE_MBSCMP)) @@ -1784,14 +1786,14 @@ char **v; exit (w == 0); /* exit 0 if wcwidth broken */ } ], -bash_cv_wcwidth_broken=yes, bash_cv_wcwdith_broken=no, bash_cv_wcwidth_broken=no)]) +bash_cv_wcwidth_broken=yes, bash_cv_wcwidth_broken=no, bash_cv_wcwidth_broken=no)]) if test "$bash_cv_wcwidth_broken" = yes; then AC_DEFINE(WCWIDTH_BROKEN, 1, [wcwidth is usually not broken]) fi if test "$am_cv_func_iconv" = yes; then OLDLIBS="$LIBS" - LIBS="$LIBS $LIBICONV" + LIBS="$LIBS $LIBINTL $LIBICONV" AC_CHECK_FUNCS(locale_charset) LIBS="$OLDLIBS" fi @@ -1854,7 +1856,7 @@ main() ], ac_cv_rl_version=`cat conftest.rlv`, ac_cv_rl_version='0.0', -ac_cv_rl_version='4.2')]) +ac_cv_rl_version='6.3')]) CFLAGS="$_save_CFLAGS" LDFLAGS="$_save_LDFLAGS" diff --git a/alias.c b/alias.c index 783922965..8b3f22898 100644 --- a/alias.c +++ b/alias.c @@ -1,7 +1,7 @@ /* alias.c -- Not a full alias, but just the kind that we use in the shell. Csh style alias is somewhere else (`over there, in a box'). */ -/* Copyright (C) 1987-2009 Free Software Foundation, Inc. +/* Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -42,7 +42,11 @@ # include "pcomplete.h" #endif -#define ALIAS_HASH_BUCKETS 16 /* must be power of two */ +#if defined (HAVE_MBSTR_H) && defined (HAVE_MBSCHR) +# include /* mbschr */ +#endif + +#define ALIAS_HASH_BUCKETS 64 /* must be power of two */ typedef int sh_alias_map_func_t __P((alias_t *)); diff --git a/array.c b/array.c index 4359a52fa..6a6db7763 100644 --- a/array.c +++ b/array.c @@ -55,6 +55,9 @@ static char *array_to_string_internal __P((ARRAY_ELEMENT *, ARRAY_ELEMENT *, char *, int)); +/* lastref should be moved into the array structure so each array can be + optimized separately */ + static ARRAY *lastarray = 0; static ARRAY_ELEMENT *lastref = 0; @@ -719,7 +722,7 @@ arrayind_t i; SET_LASTREF(a, ae); return(element_value(ae)); } - UNSET_LASTREF(); + UNSET_LASTREF(); /* XXX SET_LASTREF(a, start) ? */ return((char *) NULL); } @@ -834,7 +837,7 @@ int quoted; rsize, rsize); strcpy(result + rlen, t); rlen += reg; - if (quoted && t) + if (quoted) free(t); /* * Add a separator only after non-null elements. @@ -869,7 +872,10 @@ int quoted; for (ae = element_forw(a->head); ae != a->head; ae = element_forw(ae)) { is = inttostr (element_index(ae), indstr, sizeof(indstr)); - valstr = element_value (ae) ? sh_double_quote (element_value(ae)) + valstr = element_value (ae) ? + (ansic_shouldquote (element_value (ae)) ? + ansic_quote (element_value(ae), 0, (int *)0) : + sh_double_quote (element_value (ae))) : (char *)NULL; elen = STRLEN (is) + 8 + STRLEN (valstr); RESIZE_MALLOCED_BUFFER (result, rlen, (elen + 1), rsize, rsize); diff --git a/arrayfunc.c b/arrayfunc.c index c4bae0ae2..47c595e0b 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-2011 Free Software Foundation, Inc. +/* Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -33,6 +33,9 @@ #include "pathexp.h" #include "shmbutil.h" +#if defined (HAVE_MBSTR_H) && defined (HAVE_MBSCHR) +# include /* mbschr */ +#endif #include "builtins/common.h" @@ -45,7 +48,7 @@ static SHELL_VAR *assign_array_element_internal __P((SHELL_VAR *, char *, char * static char *quote_assign __P((const char *)); static void quote_array_assignment_chars __P((WORD_LIST *)); -static char *array_value_internal __P((char *, int, int, int *, arrayind_t *)); +static char *array_value_internal __P((const char *, int, int, int *, arrayind_t *)); /* Standard error message to use when encountering an invalid array subscript */ const char * const bash_badsub_errmsg = N_("bad array subscript"); @@ -84,6 +87,12 @@ convert_var_to_array (var) VSETATTR (var, att_array); VUNSETATTR (var, att_invisible); + /* Make sure it's not marked as an associative array any more */ + VUNSETATTR (var, att_assoc); + + /* Since namerefs can't be array variables, turn off nameref attribute */ + VUNSETATTR (var, att_nameref); + return var; } @@ -115,6 +124,12 @@ convert_var_to_assoc (var) VSETATTR (var, att_assoc); VUNSETATTR (var, att_invisible); + /* Make sure it's not marked as an indexed array any more */ + VUNSETATTR (var, att_array); + + /* Since namerefs can't be array variables, turn off nameref attribute */ + VUNSETATTR (var, att_nameref); + return var; } @@ -201,9 +216,18 @@ bind_array_variable (name, ind, value, flags) entry = find_shell_variable (name); + if (entry == (SHELL_VAR *) 0) + { + /* Is NAME a nameref variable that points to an unset variable? */ + entry = find_variable_nameref_for_create (name, 0); + if (entry == INVALID_NAMEREF_VALUE) + return ((SHELL_VAR *)0); + if (entry && nameref_p (entry)) + entry = make_new_array_variable (nameref_cell (entry)); + } if (entry == (SHELL_VAR *) 0) entry = make_new_array_variable (name); - else if (readonly_p (entry) || noassign_p (entry)) + else if ((readonly_p (entry) && (flags&ASS_FORCE) == 0) || noassign_p (entry)) { if (readonly_p (entry)) err_readonly (name); @@ -237,7 +261,7 @@ bind_assoc_variable (entry, name, key, value, flags) SHELL_VAR *dentry; char *newval; - if (readonly_p (entry) || noassign_p (entry)) + if ((readonly_p (entry) && (flags&ASS_FORCE) == 0) || noassign_p (entry)) { if (readonly_p (entry)) err_readonly (name); @@ -256,7 +280,7 @@ assign_array_element (name, value, flags) { char *sub, *vname; int sublen; - SHELL_VAR *entry; + SHELL_VAR *entry, *nv; vname = array_variable_name (name, &sub, &sublen); @@ -338,9 +362,21 @@ find_or_make_array_variable (name, flags) { /* See if we have a nameref pointing to a variable that hasn't been created yet. */ - var = find_variable_last_nameref (name); + var = find_variable_last_nameref (name, 1); + if (var && nameref_p (var) && invisible_p (var)) + { + internal_warning (_("%s: removing nameref attribute"), name); + VUNSETATTR (var, att_nameref); + } if (var && nameref_p (var)) - var = (flags & 2) ? make_new_assoc_variable (nameref_cell (var)) : make_new_array_variable (nameref_cell (var)); + { + if (valid_nameref_value (nameref_cell (var), 2) == 0) + { + sh_invalidid (nameref_cell (var)); + return ((SHELL_VAR *)NULL); + } + var = (flags & 2) ? make_new_assoc_variable (nameref_cell (var)) : make_new_array_variable (nameref_cell (var)); + } } if (var == 0) @@ -400,10 +436,7 @@ assign_array_var_from_word_list (var, list, flags) i = (flags & ASS_APPEND) ? array_max_index (a) + 1 : 0; for (l = list; l; l = l->next, i++) - if (var->assign_func) - (*var->assign_func) (var, l->word->word, i, 0); - else - array_insert (a, i, l->word->word); + bind_array_var_internal (var, i, 0, l->word->word, flags & ~ASS_APPEND); VUNSETATTR (var, att_invisible); /* no longer invisible */ @@ -476,7 +509,7 @@ assign_compound_array_list (var, nlist, flags) ARRAY *a; HASH_TABLE *h; WORD_LIST *list; - char *w, *val, *nval; + char *w, *val, *nval, *savecmd; int len, iflags, free_val; arrayind_t ind, last_ind; char *akey; @@ -501,7 +534,9 @@ assign_compound_array_list (var, nlist, flags) for (list = nlist; list; list = list->next) { - iflags = flags; + /* Don't allow var+=(values) to make assignments in VALUES append to + existing values by default. */ + iflags = flags & ~ASS_APPEND; w = list->word->word; /* We have a word of the form [ind]=value */ @@ -609,10 +644,12 @@ assign_compound_array_list (var, nlist, flags) free_val = 1; } + savecmd = this_command_name; if (integer_p (var)) this_command_name = (char *)NULL; /* no command name for errors */ bind_array_var_internal (var, ind, akey, val, iflags); last_ind++; + this_command_name = savecmd; if (free_val) free (val); @@ -732,7 +769,7 @@ unbind_array_element (var, sub) char *akey; ARRAY_ELEMENT *ae; - len = skipsubscript (sub, 0, 0); + len = skipsubscript (sub, 0, (var && assoc_p(var))); if (sub[len] != ']' || len == 0) { builtin_error ("%s[%s: %s", var->name, sub, _(bash_badsub_errmsg)); @@ -742,8 +779,13 @@ unbind_array_element (var, sub) if (ALL_ELEMENT_SUB (sub[0]) && sub[1] == 0) { - unbind_variable (var->name); - return (0); + if (array_p (var) || assoc_p (var)) + { + unbind_variable (var->name); /* XXX -- {array,assoc}_flush ? */ + return (0); + } + else + return -2; /* don't allow this to unset scalar variables */ } if (assoc_p (var)) @@ -758,7 +800,7 @@ unbind_array_element (var, sub) assoc_remove (assoc_cell (var), akey); free (akey); } - else + else if (array_p (var)) { ind = array_expand_index (var, sub, len+1); /* negative subscripts to indexed arrays count back from end */ @@ -773,6 +815,19 @@ unbind_array_element (var, sub) if (ae) array_dispose_element (ae); } + else /* array_p (var) == 0 && assoc_p (var) == 0 */ + { + akey = this_command_name; + ind = array_expand_index (var, sub, len+1); + this_command_name = akey; + if (ind == 0) + { + unbind_variable (var->name); + return (0); + } + else + return -2; /* any subscript other than 0 is invalid with scalar variables */ + } return 0; } @@ -825,8 +880,9 @@ print_assoc_assignment (var, quoted) /* Return 1 if NAME is a properly-formed array reference v[sub]. */ int -valid_array_reference (name) - char *name; +valid_array_reference (name, flags) + const char *name; + int flags; { char *t; int r, len; @@ -843,6 +899,8 @@ valid_array_reference (name) len = skipsubscript (t, 0, 0); if (t[len] != ']' || len == 1) return 0; + if (t[len+1] != '\0') + return 0; for (r = 1; r < len; r++) if (whitespace (t[r]) == 0) return 1; @@ -858,22 +916,26 @@ array_expand_index (var, s, len) char *s; int len; { - char *exp, *t; + char *exp, *t, *savecmd; int expok; arrayind_t val; exp = (char *)xmalloc (len); strncpy (exp, s, len - 1); exp[len - 1] = '\0'; - t = expand_arith_string (exp, 0); + t = expand_arith_string (exp, Q_DOUBLE_QUOTES|Q_ARITH|Q_ARRAYSUB); /* XXX - Q_ARRAYSUB for future use */ + savecmd = this_command_name; this_command_name = (char *)NULL; val = evalexp (t, &expok); + this_command_name = savecmd; free (t); free (exp); if (expok == 0) { last_command_exit_value = EXECUTION_FAILURE; + if (no_longjmp_on_fatal_error) + return 0; top_level_cleanup (); jump_to_top_level (DISCARD); } @@ -886,7 +948,8 @@ array_expand_index (var, s, len) in *LENP. This returns newly-allocated memory. */ char * array_variable_name (s, subp, lenp) - char *s, **subp; + const char *s; + char **subp; int *lenp; { char *t, *ret; @@ -930,7 +993,8 @@ array_variable_name (s, subp, lenp) If LENP is non-null, the length of the subscript is returned in *LENP. */ SHELL_VAR * array_variable_part (s, subp, lenp) - char *s, **subp; + const char *s; + char **subp; int *lenp; { char *t; @@ -939,14 +1003,10 @@ array_variable_part (s, subp, lenp) t = array_variable_name (s, subp, lenp); if (t == 0) return ((SHELL_VAR *)NULL); - var = find_variable (t); + var = find_variable (t); /* XXX - handle namerefs here? */ free (t); -#if 0 - return (var == 0 || invisible_p (var)) ? (SHELL_VAR *)0 : var; -#else return var; /* now return invisible variables; caller must handle */ -#endif } #define INDEX_ERROR() \ @@ -971,7 +1031,7 @@ array_variable_part (s, subp, lenp) reference is name[@], and 0 otherwise. */ static char * array_value_internal (s, quoted, flags, rtype, indp) - char *s; + const char *s; int quoted, flags, *rtype; arrayind_t *indp; { @@ -1029,7 +1089,8 @@ array_value_internal (s, quoted, flags, rtype, indp) free (temp); } else /* ${name[@]} or unquoted ${name[*]} */ - retval = string_list_dollar_at (l, quoted); /* XXX - leak here */ + /* XXX - bash-4.4/bash-5.0 test AV_ASSIGNRHS and pass PF_ASSIGNRHS */ + retval = string_list_dollar_at (l, quoted, (flags & AV_ASSIGNRHS) ? PF_ASSIGNRHS : 0); /* XXX - leak here */ dispose_words (l); } @@ -1091,7 +1152,7 @@ array_value_internal (s, quoted, flags, rtype, indp) subscript contained in S, obeying quoting for subscripts * and @. */ char * array_value (s, quoted, flags, rtype, indp) - char *s; + const char *s; int quoted, flags, *rtype; arrayind_t *indp; { @@ -1104,7 +1165,7 @@ array_value (s, quoted, flags, rtype, indp) evaluator in expr.c. */ char * get_array_value (s, flags, rtype, indp) - char *s; + const char *s; int flags, *rtype; arrayind_t *indp; { @@ -1146,7 +1207,7 @@ array_keys (s, quoted) free (temp); } else /* ${!name[@]} or unquoted ${!name[*]} */ - retval = string_list_dollar_at (l, quoted); + retval = string_list_dollar_at (l, quoted, 0); dispose_words (l); return retval; diff --git a/arrayfunc.h b/arrayfunc.h index 26f4879af..5ee275916 100644 --- a/arrayfunc.h +++ b/arrayfunc.h @@ -29,6 +29,8 @@ #define AV_ALLOWALL 0x001 #define AV_QUOTED 0x002 #define AV_USEIND 0x004 +#define AV_USEVAL 0x008 /* XXX - should move this */ +#define AV_ASSIGNRHS 0x010 /* no splitting, special case ${a[@]} */ extern SHELL_VAR *convert_var_to_array __P((SHELL_VAR *)); extern SHELL_VAR *convert_var_to_assoc __P((SHELL_VAR *)); @@ -57,20 +59,21 @@ extern void print_array_assignment __P((SHELL_VAR *, int)); extern void print_assoc_assignment __P((SHELL_VAR *, int)); extern arrayind_t array_expand_index __P((SHELL_VAR *, char *, int)); -extern int valid_array_reference __P((char *)); -extern char *array_value __P((char *, int, int, int *, arrayind_t *)); -extern char *get_array_value __P((char *, int, int *, arrayind_t *)); +extern int valid_array_reference __P((const char *, int)); +extern char *array_value __P((const char *, int, int, int *, arrayind_t *)); +extern char *get_array_value __P((const char *, int, int *, arrayind_t *)); extern char *array_keys __P((char *, int)); -extern char *array_variable_name __P((char *, char **, int *)); -extern SHELL_VAR *array_variable_part __P((char *, char **, int *)); +extern char *array_variable_name __P((const char *, char **, int *)); +extern SHELL_VAR *array_variable_part __P((const char *, char **, int *)); #else #define AV_ALLOWALL 0 #define AV_QUOTED 0 #define AV_USEIND 0 +#define AV_ASSIGNRHS 0 #endif diff --git a/assoc.c b/assoc.c index 7298a1fba..84a387c20 100644 --- a/assoc.c +++ b/assoc.c @@ -277,7 +277,10 @@ int starsub, quoted; for (i = 1; l && i < start; i++) l = l->next; if (l == 0) - return ((char *)NULL); + { + dispose_words (save); + return ((char *)NULL); + } for (j = 0,h = t = l; l && j < nelem; j++) { t = l; @@ -433,17 +436,19 @@ assoc_to_assign (hash, quoted) for (i = 0; i < hash->nbuckets; i++) for (tlist = hash_items (i, hash); tlist; tlist = tlist->next) { -#if 1 - if (sh_contains_shell_metas (tlist->key)) + if (ansic_shouldquote (tlist->key)) + istr = ansic_quote (tlist->key, 0, (int *)0); + else if (sh_contains_shell_metas (tlist->key)) istr = sh_double_quote (tlist->key); else if (ALL_ELEMENT_SUB (tlist->key[0]) && tlist->key[1] == '\0') istr = sh_double_quote (tlist->key); else istr = tlist->key; -#else - istr = tlist->key; -#endif - vstr = tlist->data ? sh_double_quote ((char *)tlist->data) : (char *)0; + + vstr = tlist->data ? (ansic_shouldquote ((char *)tlist->data) ? + ansic_quote ((char *)tlist->data, 0, (int *)0) : + sh_double_quote ((char *)tlist->data)) + : (char *)0; elen = STRLEN (istr) + 8 + STRLEN (vstr); RESIZE_MALLOCED_BUFFER (ret, rlen, (elen+1), rsize, rsize); diff --git a/bashhist.c b/bashhist.c index d4c62e7b7..9979f99ac 100644 --- a/bashhist.c +++ b/bashhist.c @@ -1,6 +1,6 @@ /* bashhist.c -- bash interface to the GNU history library. */ -/* Copyright (C) 1993-2012 Free Software Foundation, Inc. +/* Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -83,8 +83,8 @@ static struct ignorevar histignore = /* Non-zero means to remember lines typed to the shell on the history list. This is different than the user-controlled behaviour; this becomes zero when we read lines from a file, for example. */ -int remember_on_history = 1; -int enable_history_list = 1; /* value for `set -o history' */ +int remember_on_history = 0; +int enable_history_list = 0; /* value for `set -o history' */ /* The number of lines that Bash has added to this history session. The difference between the number of the top element in the history list @@ -99,6 +99,8 @@ int history_lines_in_file; /* Non-zero means do no history expansion on this line, regardless of what history_expansion says. */ int history_expansion_inhibited; +/* If non-zero, double quotes can quote the history expansion character. */ +int double_quotes_inhibit_history_expansion = 0; #endif /* With the old default, every line was saved in the history individually. @@ -186,7 +188,9 @@ extern int current_command_line_count; extern struct dstack dstack; extern int parser_state; +#if defined (BANG_HISTORY) static int bash_history_inhibit_expansion __P((char *, int)); +#endif #if defined (READLINE) static void re_edit __P((char *)); #endif @@ -197,6 +201,7 @@ static HIST_ENTRY *last_history_entry __P((void)); static char *expand_histignore_pattern __P((char *)); static int history_should_ignore __P((char *)); +#if defined (BANG_HISTORY) /* Is the history expansion starting at string[i] one that should not be expanded? */ static int @@ -204,6 +209,12 @@ bash_history_inhibit_expansion (string, i) char *string; int i; { + int t; + char hx[2]; + + hx[0] = history_expansion_char; + hx[1] = '\0'; + /* The shell uses ! as a pattern negation character in globbing [...] expressions, so let those pass without expansion. */ if (i > 0 && (string[i - 1] == '[') && member (']', string + i + 1)) @@ -220,17 +231,33 @@ bash_history_inhibit_expansion (string, i) else if (extended_glob && i > 1 && string[i+1] == '(' && member (')', string + i + 2)) return (1); #endif + + /* Make sure the history expansion should not be skipped by quoting or + command/process substitution. */ + else if ((t = skip_to_histexp (string, 0, hx, SD_NOJMP|SD_HISTEXP)) > 0) + { + /* Skip instances of history expansion appearing on the line before + this one. */ + while (t < i) + { + t = skip_to_histexp (string, t+1, hx, SD_NOJMP|SD_HISTEXP); + if (t <= 0) + return 0; + } + return (t > i); + } else return (0); } +#endif void bash_initialize_history () { history_quotes_inhibit_expansion = 1; history_search_delimiter_chars = ";&()|<>"; - history_inhibit_expansion_function = bash_history_inhibit_expansion; #if defined (BANG_HISTORY) + history_inhibit_expansion_function = bash_history_inhibit_expansion; sv_histchars ("histchars"); #endif } @@ -241,10 +268,10 @@ bash_history_reinit (interact) { #if defined (BANG_HISTORY) history_expansion = interact != 0; - history_expansion_inhibited = 1; -#endif - remember_on_history = enable_history_list = interact != 0; + history_expansion_inhibited = 1; /* XXX */ history_inhibit_expansion_function = bash_history_inhibit_expansion; +#endif + remember_on_history = enable_history_list; } void @@ -259,11 +286,11 @@ bash_history_disable () void bash_history_enable () { - remember_on_history = 1; + remember_on_history = enable_history_list = 1; #if defined (BANG_HISTORY) history_expansion_inhibited = 0; -#endif history_inhibit_expansion_function = bash_history_inhibit_expansion; +#endif sv_history_control ("HISTCONTROL"); sv_histignore ("HISTIGNORE"); } @@ -290,8 +317,13 @@ load_history () if (hf && *hf && file_exists (hf)) { read_history (hf); + /* We have read all of the lines from the history file, even if we + read more lines than $HISTSIZE. Remember the total number of lines + we read so we don't count the last N lines as new over and over + again. */ + history_lines_in_file = history_lines_read_from_file; using_history (); - history_lines_in_file = where_history (); + /* history_lines_in_file = where_history () + history_base - 1; */ } } @@ -300,6 +332,7 @@ bash_clear_history () { clear_history (); history_lines_this_session = 0; + /* XXX - reset history_lines_read_from_file? */ } /* Delete and free the history list entry at offset I. */ @@ -377,7 +410,7 @@ maybe_append_history (filename) struct stat buf; result = EXECUTION_SUCCESS; - if (history_lines_this_session && (history_lines_this_session <= where_history ())) + if (history_lines_this_session > 0 && (history_lines_this_session <= where_history ())) { /* If the filename was supplied, then create it if necessary. */ if (stat (filename, &buf) == -1 && errno == ENOENT) @@ -391,9 +424,14 @@ maybe_append_history (filename) close (fd); } result = append_history (history_lines_this_session, filename); + /* Pretend we already read these lines from the file because we just + added them */ history_lines_in_file += history_lines_this_session; history_lines_this_session = 0; } + else + history_lines_this_session = 0; /* reset if > where_history() */ + return (result); } @@ -406,7 +444,7 @@ maybe_save_shell_history () char *hf; result = 0; - if (history_lines_this_session) + if (history_lines_this_session > 0) { hf = get_string_value ("HISTFILE"); @@ -433,7 +471,8 @@ maybe_save_shell_history () else { result = write_history (hf); - history_lines_in_file = history_lines_this_session; + history_lines_in_file = history_lines_written_to_file; + /* history_lines_in_file = where_history () + history_base - 1; */ } history_lines_this_session = 0; @@ -532,6 +571,7 @@ pre_process_line (line, print_changes, addit) if (hist_verify && expanded == 1) { re_edit (history_value); + free (history_value); return ((char *)NULL); } # endif @@ -634,7 +674,9 @@ hc_erasedups (line) if (STREQ (temp->line, line)) { r = where_history (); - remove_history (r); + temp = remove_history (r); + if (temp) + free_history_entry (temp); } } using_history (); @@ -706,11 +748,24 @@ check_add_history (line, force) #if defined (SYSLOG_HISTORY) #define SYSLOG_MAXLEN 600 +extern char *shell_name; + +#ifndef OPENLOG_OPTS +#define OPENLOG_OPTS 0 +#endif + void bash_syslog_history (line) const char *line; { char trunc[SYSLOG_MAXLEN]; + static int first = 1; + + if (first) + { + openlog (shell_name, OPENLOG_OPTS, SYSLOG_FACILITY); + first = 0; + } if (strlen(line) < SYSLOG_MAXLEN) syslog (SYSLOG_FACILITY|SYSLOG_LEVEL, "HISTORY: PID=%d UID=%d %s", getpid(), current_user.uid, line); diff --git a/bashjmp.h b/bashjmp.h index c26053d4b..79152fe52 100644 --- a/bashjmp.h +++ b/bashjmp.h @@ -27,7 +27,9 @@ extern procenv_t top_level; extern procenv_t subshell_top_level; extern procenv_t return_catch; /* used by `return' builtin */ -#define SHFUNC_RETURN() longjmp (return_catch, 1) +extern int no_longjmp_on_fatal_error; + +#define SHFUNC_RETURN() sh_longjmp (return_catch, 1) #define COPY_PROCENV(old, save) \ xbcopy ((char *)old, (char *)save, sizeof (procenv_t)); diff --git a/bashline.c b/bashline.c index 8ff17963f..f4fe9f1b0 100644 --- a/bashline.c +++ b/bashline.c @@ -1,6 +1,6 @@ /* bashline.c -- Bash's interface to the readline library. */ -/* Copyright (C) 1987-2013 Free Software Foundation, Inc. +/* Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -54,6 +54,11 @@ #include "pathexp.h" #include "shmbutil.h" #include "trap.h" +#include "flags.h" + +#if defined (HAVE_MBSTR_H) && defined (HAVE_MBSCHR) +# include /* mbschr */ +#endif #include "builtins/common.h" @@ -137,6 +142,8 @@ static int executable_completion __P((const char *, int)); static rl_icppfunc_t *save_directory_hook __P((void)); static void restore_directory_hook __P((rl_icppfunc_t)); +static int directory_exists __P((const char *)); + static void cleanup_expansion_error __P((void)); static void maybe_make_readline_line __P((char *)); static void set_up_new_line __P((char *)); @@ -631,6 +638,8 @@ bashline_reset () rl_filename_stat_hook = bash_filename_stat_hook; bashline_reset_event_hook (); + + rl_sort_completion_matches = 1; } /* Contains the line to push into readline. */ @@ -972,9 +981,6 @@ edit_and_execute_command (count, c, editing_mode, edit_command) metaval = rl_variable_value ("input-meta"); metaflag = RL_BOOLEAN_VARIABLE_VALUE (metaval); - /* Now, POSIX.1-2001 and SUSv3 say that the commands executed from the - temporary file should be placed into the history. We don't do that - yet. */ if (rl_deprep_term_function) (*rl_deprep_term_function) (); save_parser_state (&ps); @@ -1273,7 +1279,7 @@ check_redir (ti) /* Handle the two character tokens `>&', `<&', and `>|'. We are not in a command position after one of these. */ this_char = rl_line_buffer[ti]; - prev_char = rl_line_buffer[ti - 1]; + prev_char = (ti > 0) ? rl_line_buffer[ti - 1] : 0; if ((this_char == '&' && (prev_char == '<' || prev_char == '>')) || (this_char == '|' && prev_char == '>')) @@ -1305,15 +1311,26 @@ static int find_cmd_start (start) int start; { - register int s, os; + register int s, os, ns; os = 0; /* Flags == SD_NOJMP only because we want to skip over command substitutions in assignment statements. Have to test whether this affects `standalone' command substitutions as individual words. */ - while (((s = skip_to_delim (rl_line_buffer, os, COMMAND_SEPARATORS, SD_NOJMP/*|SD_NOSKIPCMD*/)) <= start) && + while (((s = skip_to_delim (rl_line_buffer, os, COMMAND_SEPARATORS, SD_NOJMP|SD_COMPLETE/*|SD_NOSKIPCMD*/)) <= start) && rl_line_buffer[s]) - os = s+1; + { + /* Handle >| token crudely; treat as > not | */ + if (rl_line_buffer[s] == '|' && rl_line_buffer[s-1] == '>') + { + ns = skip_to_delim (rl_line_buffer, s+1, COMMAND_SEPARATORS, SD_NOJMP|SD_COMPLETE/*|SD_NOSKIPCMD*/); + if (ns > start || rl_line_buffer[ns] == 0) + return os; + os = ns+1; + continue; + } + os = s+1; + } return os; } @@ -1323,7 +1340,7 @@ find_cmd_end (end) { register int e; - e = skip_to_delim (rl_line_buffer, end, COMMAND_SEPARATORS, SD_NOJMP); + e = skip_to_delim (rl_line_buffer, end, COMMAND_SEPARATORS, SD_NOJMP|SD_COMPLETE); return e; } @@ -1339,7 +1356,7 @@ find_cmd_name (start, sp, ep) ; /* skip until a shell break character */ - e = skip_to_delim (rl_line_buffer, s, "()<>;&| \t\n", SD_NOJMP); + e = skip_to_delim (rl_line_buffer, s, "()<>;&| \t\n", SD_NOJMP|SD_COMPLETE); name = substring (rl_line_buffer, s, e); @@ -1368,6 +1385,34 @@ prog_complete_return (text, matchnum) #endif /* PROGRAMMABLE_COMPLETION */ +/* Try and catch completion attempts that are syntax errors or otherwise + invalid. */ +static int +invalid_completion (text, ind) + const char *text; + int ind; +{ + int pind; + + /* If we don't catch these here, the next clause will */ + if (ind > 0 && rl_line_buffer[ind] == '(' && /*)*/ + member (rl_line_buffer[ind-1], "$<>")) + return 0; + + pind = ind - 1; + while (pind > 0 && whitespace (rl_line_buffer[pind])) + pind--; + /* If we have only whitespace preceding a paren, it's valid */ + if (ind >= 0 && pind <= 0 && rl_line_buffer[ind] == '(') /*)*/ + return 0; + /* Flag the invalid completions, which are mostly syntax errors */ + if (ind > 0 && rl_line_buffer[ind] == '(' && /*)*/ + member (rl_line_buffer[pind], COMMAND_SEPARATORS) == 0) + return 1; + + return 0; +} + /* Do some completion on TEXT. The indices of TEXT in RL_LINE_BUFFER are at START and END. Return an array of matches, or NULL if none. */ static char ** @@ -1390,6 +1435,8 @@ attempt_shell_completion (text, start, end) set_directory_hook (); rl_filename_stat_hook = bash_filename_stat_hook; + rl_sort_completion_matches = 1; /* sort by default */ + /* Determine if this could be a command word. It is if it appears at the start of the line (ignoring preceding whitespace), or if it appears after a character that separates commands. It cannot be a @@ -1436,6 +1483,12 @@ attempt_shell_completion (text, start, end) assignments. */ } + if (in_command_position && invalid_completion (text, ti)) + { + rl_attempted_completion_over = 1; + return ((char **)NULL); + } + /* Check that we haven't incorrectly flagged a closed command substitution as indicating we're in a command position. */ if (in_command_position && ti >= 0 && rl_line_buffer[ti] == '`' && @@ -1525,6 +1578,13 @@ attempt_shell_completion (text, start, end) /* command completion if programmable completion fails */ in_command_position = s == start && STREQ (n, text); /* XXX */ } + /* empty command name following command separator */ + else if (s >= e && n[0] == '\0' && text[0] == '\0' && start > 0 && + was_assignment == 0 && member (rl_line_buffer[start-1], COMMAND_SEPARATORS)) + { + foundcs = 0; + in_command_position = 1; + } else if (s >= e && n[0] == '\0' && text[0] == '\0' && start > 0) { foundcs = 0; /* empty command name following assignments */ @@ -1586,6 +1646,11 @@ bash_default_completion (text, start, end, qc, compflags) else { matches = rl_completion_matches (text, variable_completion_function); + /* If a single match, see if it expands to a directory name and append + a slash if it does. This requires us to expand the variable name, + so we don't want to display errors if the variable is unset. This + can happen with dynamic variables whose value has never been + requested. */ if (matches && matches[0] && matches[1] == 0) { t = savestring (matches[0]); @@ -1780,7 +1845,9 @@ command_word_completion_function (hint_text, state) if (globpat || absolute_program (hint_text)) { /* Perform tilde expansion on what's passed, so we don't end up - passing filenames with tildes directly to stat(). */ + passing filenames with tildes directly to stat(). The rest of + the shell doesn't do variable expansion on the word following + the tilde, so we don't do it here even if direxpand is set. */ if (*hint_text == '~') { hint = bash_tilde_expand (hint_text, 0); @@ -1794,6 +1861,11 @@ command_word_completion_function (hint_text, state) directory_part = (char *)NULL; } } + else if (dircomplete_expand) + { + hint = savestring (hint_text); + bash_directory_completion_hook (&hint); + } else hint = savestring (hint_text); @@ -3030,6 +3102,30 @@ restore_directory_hook (hookf) rl_directory_rewrite_hook = hookf; } +/* Check whether not the (dequoted) version of DIRNAME, with any trailing slash + removed, exists. */ +static int +directory_exists (dirname) + const char *dirname; +{ + char *new_dirname; + int dirlen, r; + struct stat sb; + + /* First, dequote the directory name */ + new_dirname = bash_dequote_filename ((char *)dirname, rl_completion_quote_character); + dirlen = STRLEN (new_dirname); + if (new_dirname[dirlen - 1] == '/') + new_dirname[dirlen - 1] = '\0'; +#if defined (HAVE_LSTAT) + r = lstat (new_dirname, &sb) == 0; +#else + r = stat (new_dirname, &sb) == 0; +#endif + free (new_dirname); + return (r); +} + /* Expand a filename before the readline completion code passes it to stat(2). The filename will already have had tilde expansion performed. */ static int @@ -3038,6 +3134,7 @@ bash_filename_stat_hook (dirname) { char *local_dirname, *new_dirname, *t; int should_expand_dirname, return_value; + int global_nounset; WORD_LIST *wl; struct stat sb; @@ -3048,17 +3145,18 @@ bash_filename_stat_hook (dirname) else if (t = mbschr (local_dirname, '`')) /* XXX */ should_expand_dirname = '`'; -#if defined (HAVE_LSTAT) - if (should_expand_dirname && lstat (local_dirname, &sb) == 0) -#else - if (should_expand_dirname && stat (local_dirname, &sb) == 0) -#endif + if (should_expand_dirname && directory_exists (local_dirname)) should_expand_dirname = 0; if (should_expand_dirname) { new_dirname = savestring (local_dirname); - wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB); /* does the right thing */ + /* no error messages, and expand_prompt_string doesn't longjmp so we don't + have to worry about restoring this setting. */ + global_nounset = unbound_vars_is_error; + unbound_vars_is_error = 0; + wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_COMPLETE); /* does the right thing */ + unbound_vars_is_error = global_nounset; if (wl) { free (new_dirname); @@ -3116,7 +3214,8 @@ bash_directory_completion_hook (dirname) char **dirname; { char *local_dirname, *new_dirname, *t; - int return_value, should_expand_dirname, nextch, closer; + int return_value, should_expand_dirname, nextch, closer, changed; + size_t local_dirlen; WORD_LIST *wl; struct stat sb; @@ -3145,17 +3244,13 @@ bash_directory_completion_hook (dirname) should_expand_dirname = '`'; } -#if defined (HAVE_LSTAT) - if (should_expand_dirname && lstat (local_dirname, &sb) == 0) -#else - if (should_expand_dirname && stat (local_dirname, &sb) == 0) -#endif + if (should_expand_dirname && directory_exists (local_dirname)) should_expand_dirname = 0; if (should_expand_dirname) { new_dirname = savestring (local_dirname); - wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB); /* does the right thing */ + wl = expand_prompt_string (new_dirname, 0, W_NOCOMSUB|W_COMPLETE); /* does the right thing */ if (wl) { *dirname = string_list (wl); @@ -4001,8 +4096,12 @@ bash_execute_unix_command (count, key) ce = rl_get_termcap ("ce"); if (ce) /* clear current line */ { +#if 0 fprintf (rl_outstream, "\r"); tputs (ce, 1, putx); +#else + rl_clear_visible_line (); +#endif fflush (rl_outstream); } else @@ -4040,12 +4139,19 @@ bash_execute_unix_command (count, key) } } - unbind_variable ("READLINE_LINE"); - unbind_variable ("READLINE_POINT"); + check_unbind_variable ("READLINE_LINE"); + check_unbind_variable ("READLINE_POINT"); array_needs_making = 1; /* and restore the readline buffer and display after command execution. */ - rl_forced_update_display (); + /* If we clear the last line of the prompt above, redraw only that last + line. If the command returns 124, we redraw unconditionally as in + previous versions. */ + if (ce && r != 124) + rl_redraw_prompt_last_line (); + else + rl_forced_update_display (); + return 0; } diff --git a/braces.c b/braces.c index 61c1ab156..7f31dd5e7 100644 --- a/braces.c +++ b/braces.c @@ -38,6 +38,12 @@ #if defined (SHELL) # include "shell.h" +#else +# if defined (TEST) +typedef char *WORD_DESC; +typedef char **WORD_LIST; +#define _(X) X +# endif /* TEST */ #endif /* SHELL */ #include "typemax.h" /* INTMAX_MIN, INTMAX_MAX */ @@ -287,7 +293,9 @@ expand_amble (text, tlen, flags) char *tem; int start, i, c; +#if defined (SHELL) DECLARE_MBSTATE; +#endif result = (char **)NULL; @@ -301,7 +309,7 @@ expand_amble (text, tlen, flags) #else tem = (char *)xmalloc (1 + (i - start)); strncpy (tem, &text[start], (i - start)); - tem[i- start] = '\0'; + tem[i - start] = '\0'; #endif partial = brace_expand (tem); @@ -319,6 +327,8 @@ expand_amble (text, tlen, flags) if (tresult == 0) { internal_error (_("brace expansion: cannot allocate memory for %s"), tem); + free (tem); + strvec_dispose (partial); strvec_dispose (result); result = (char **)NULL; return result; @@ -333,7 +343,11 @@ expand_amble (text, tlen, flags) free (partial); } free (tem); +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif start = i; } return (result); @@ -420,7 +434,12 @@ mkseq (start, end, incr, type, width) do { #if defined (SHELL) - QUIT; /* XXX - memory leak here */ + if (ISINTERRUPT) + { + strvec_dispose (result); + result = (char **)NULL; + } + QUIT; #endif if (type == ST_INT) result[i++] = t = itos (n); @@ -618,7 +637,11 @@ brace_gobbler (text, tlen, indx, satisfy) if (pass_next) { pass_next = 0; +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif continue; } @@ -652,7 +675,11 @@ brace_gobbler (text, tlen, indx, satisfy) if (quoted == '"' && c == '$' && text[i+1] == '(') /*)*/ goto comsub; #endif +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif continue; } @@ -705,7 +732,11 @@ comsub: commas++; #endif +#if defined (SHELL) ADVANCE_CHAR (text, tlen, i); +#else + i++; +#endif } *indx = i; @@ -784,20 +815,29 @@ array_concat (arr1, arr2) #if defined (TEST) #include -fatal_error (format, arg1, arg2) - char *format, *arg1, *arg2; +void * +xmalloc(n) + size_t n; { - report_error (format, arg1, arg2); - exit (1); + return (malloc (n)); } -report_error (format, arg1, arg2) +void * +xrealloc(p, n) + void *p; + size_t n; +{ + return (realloc (p, n)); +} + +int +internal_error (format, arg1, arg2) char *format, *arg1, *arg2; { fprintf (stderr, format, arg1, arg2); fprintf (stderr, "\n"); } - + main () { char example[256]; @@ -821,7 +861,7 @@ main () for (i = 0; result[i]; i++) printf ("%s\n", result[i]); - free_array (result); + strvec_dispose (result); } } diff --git a/builtins.h b/builtins.h index cc0c79c0f..0cfea189d 100644 --- a/builtins.h +++ b/builtins.h @@ -41,6 +41,7 @@ #define SPECIAL_BUILTIN 0x08 /* This is a Posix `special' builtin. */ #define ASSIGNMENT_BUILTIN 0x10 /* This builtin takes assignment statements. */ #define POSIX_BUILTIN 0x20 /* This builtins is special in the Posix command search order. */ +#define LOCALVAR_BUILTIN 0x40 /* This builtin creates local variables */ #define BASE_INDENT 4 diff --git a/builtins/Makefile.in b/builtins/Makefile.in index a2e7911bf..bbb96c379 100644 --- a/builtins/Makefile.in +++ b/builtins/Makefile.in @@ -1,6 +1,6 @@ # This Makefile for building libbuiltins.a is in -*- text -*- for Emacs. # -# Copyright (C) 1996-2009 Free Software Foundation, Inc. +# Copyright (C) 1996-2015 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 @@ -36,7 +36,7 @@ EXEEXT = @EXEEXT@ prefix = @prefix@ srcdir = @srcdir@ -VPATH = .:@srcdir@ +VPATH = @srcdir@ topdir = @top_srcdir@ datarootdir = @datarootdir@ @@ -45,6 +45,8 @@ includedir = @includedir@ datadir = @datadir@ localedir = @localedir@ +loadablesdir = @loadablesdir@ + # Support an alternate destination root directory for package building DESTDIR = @@ -375,31 +377,31 @@ mkbuiltins.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h # def files alias.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h alias.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h -alias.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +alias.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h alias.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/common.h alias.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h alias.o: ../pathnames.h bind.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h -bind.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +bind.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h bind.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/bashgetopt.h bind.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h $(topdir)/bashline.h bind.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h bind.o: ../pathnames.h break.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h break.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -break.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +break.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h break.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h break.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h break.o: ../pathnames.h builtin.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h builtin.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h -builtin.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h +builtin.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h $(topdir)/sig.h builtin.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h builtin.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h builtin.o: $(srcdir)/bashgetopt.h ../pathnames.h caller.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h caller.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose_cmd.h -caller.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h +caller.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h caller.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h caller.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ./builtext.h caller.o: ${BASHINCDIR}/chartypes.h $(topdir)/bashtypes.h ../pathnames.h @@ -408,41 +410,43 @@ cd.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose cd.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h cd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h cd.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ../pathnames.h +cd.o: $(topdir)/sig.h command.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h command.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h command.o: $(topdir)/quit.h $(srcdir)/bashgetopt.h $(BASHINCDIR)/maxpath.h +command.o: $(topdir)/sig.h command.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h command.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h command.o: ../pathnames.h declare.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h declare.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -declare.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +declare.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h declare.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h declare.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -declare.o: $(topdir)/arrayfunc.h $(srcdir)/bashgetopt.h +declare.o: $(topdir)/arrayfunc.h $(srcdir)/bashgetopt.h $(topdir)/flags.h declare.o: ./builtext.h ../pathnames.h echo.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h echo.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h -echo.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +echo.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h echo.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h echo.o: $(BASHINCDIR)/maxpath.h ../pathnames.h enable.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h enable.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h enable.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h -enable.o: $(topdir)/subst.h $(topdir)/externs.h +enable.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h enable.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h enable.o: $(BASHINCDIR)/maxpath.h ../pathnames.h enable.o: $(topdir)/pcomplete.h eval.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h eval.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h eval.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h -eval.o: $(topdir)/subst.h $(topdir)/externs.h +eval.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h eval.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h eval.o: $(BASHINCDIR)/maxpath.h ../pathnames.h exec.o: $(topdir)/bashtypes.h exec.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h exec.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -exec.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +exec.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h exec.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/flags.h exec.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h exec.o: $(srcdir)/common.h $(topdir)/execute_cmd.h $(BASHINCDIR)/maxpath.h @@ -450,7 +454,7 @@ exec.o: $(topdir)/findcmd.h $(topdir)/jobs.h ../pathnames.h exit.o: $(topdir)/bashtypes.h exit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h exit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -exit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +exit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h exit.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/jobs.h exit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h exit.o: $(BASHINCDIR)/maxpath.h ./builtext.h ../pathnames.h @@ -459,7 +463,7 @@ fc.o: $(topdir)/builtins.h $(topdir)/command.h $(srcdir)/bashgetopt.h fc.o: $(topdir)/bashhist.h fc.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h fc.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h -fc.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +fc.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h fc.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/shell.h $(topdir)/syntax.h fc.o: $(topdir)/flags.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h fc.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h $(BASHINCDIR)/chartypes.h @@ -467,18 +471,18 @@ fc.o: ../pathnames.h fg_bg.o: $(topdir)/bashtypes.h $(srcdir)/bashgetopt.h fg_bg.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h fg_bg.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -fg_bg.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +fg_bg.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h fg_bg.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h fg_bg.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h fg_bg.o: $(topdir)/jobs.h ../pathnames.h getopts.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h getopts.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -getopts.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +getopts.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h getopts.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h getopts.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h getopts.o: ../pathnames.h hash.o: $(topdir)/builtins.h $(topdir)/command.h $(topdir)/quit.h -hash.o: $(topdir)/findcmd.h $(topdir)/hashlib.h +hash.o: $(topdir)/findcmd.h $(topdir)/hashlib.h $(topdir)/sig.h hash.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h hash.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h hash.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h @@ -488,12 +492,12 @@ help.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h help.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h help.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h help.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -help.o: ${srcdir}/common.h ../pathnames.h +help.o: ${srcdir}/common.h $(topdir)/sig.h ../pathnames.h history.o: $(topdir)/bashtypes.h history.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h history.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h history.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h -history.o: $(topdir)/subst.h $(topdir)/externs.h +history.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h history.o: ${BASHINCDIR}/filecntl.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h history.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/bashhist.h $(BASHINCDIR)/maxpath.h history.o: ../pathnames.h @@ -507,16 +511,16 @@ jobs.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(srcdir)/bashg jobs.o: $(BASHINCDIR)/maxpath.h $(topdir)/externs.h $(topdir)/jobs.h jobs.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h jobs.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -jobs.o: ../pathnames.h +jobs.o: $(topdir)/sig.h ../pathnames.h kill.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h kill.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h -kill.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +kill.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h kill.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/trap.h $(topdir)/unwind_prot.h kill.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/maxpath.h kill.o: $(topdir)/jobs.h ../pathnames.h let.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h let.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -let.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +let.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h let.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h let.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h let.o: ../pathnames.h @@ -527,11 +531,12 @@ printf.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h printf.o: ../pathnames.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h printf.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/stdc.h $(srcdir)/bashgetopt.h printf.o: $(topdir)/bashtypes.h ${srcdir}/common.h $(BASHINCDIR)/chartypes.h +printf.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h printf.o: ../pathnames.h pushd.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h pushd.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h pushd.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h -pushd.o: $(topdir)/subst.h $(topdir)/externs.h +pushd.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h pushd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h pushd.o: $(BASHINCDIR)/maxpath.h $(srcdir)/common.h ./builtext.h pushd.o: ../pathnames.h @@ -540,11 +545,12 @@ read.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h read.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h read.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h read.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -read.o: $(BASHINCDIR)/shtty.h +read.o: $(BASHINCDIR)/shtty.h $(topdir)/sig.h +read.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h read.o: $(topdir)/arrayfunc.h ../pathnames.h return.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h return.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -return.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +return.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h return.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h return.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h return.o: ../pathnames.h @@ -552,18 +558,18 @@ set.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h set.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h set.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h set.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -set.o: $(BASHINCDIR)/maxpath.h $(topdir)/error.h +set.o: $(BASHINCDIR)/maxpath.h $(topdir)/error.h $(topdir)/sig.h set.o: $(topdir)/arrayfunc.h ../pathnames.h setattr.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h setattr.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h setattr.o: $(topdir)/quit.h $(srcdir)/common.h $(srcdir)/bashgetopt.h setattr.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h -setattr.o: $(topdir)/externs.h +setattr.o: $(topdir)/externs.h $(topdir)/flags.h $(topdir)/sig.h setattr.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h setattr.o: $(topdir)/arrayfunc.h ../pathnames.h shift.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h shift.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -shift.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +shift.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h shift.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h shift.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h shift.o: ../pathnames.h @@ -573,53 +579,53 @@ shopt.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h shopt.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h shopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h shopt.o: $(srcdir)/common.h $(srcdir)/bashgetopt.h ../pathnames.h -shopt.o: $(topdir)/bashhist.h $(topdir)/bashline.h +shopt.o: $(topdir)/bashhist.h $(topdir)/bashline.h $(topdir)/sig.h source.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h source.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/findcmd.h -source.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +source.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h source.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h source.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h source.o: $(srcdir)/bashgetopt.h $(topdir)/flags.h $(topdir)/trap.h source.o: ../pathnames.h suspend.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h suspend.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -suspend.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +suspend.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h suspend.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h suspend.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h suspend.o: $(topdir)/jobs.h ../pathnames.h test.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h test.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -test.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +test.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h test.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h test.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h test.o: $(topdir)/test.h ../pathnames.h times.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h times.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -times.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +times.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h times.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h times.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h times.o: $(BASHINCDIR)/posixtime.h ../pathnames.h trap.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h trap.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h -trap.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h +trap.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h $(topdir)/sig.h trap.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h trap.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h trap.o: $(topdir)/findcmd.h ../pathnames.h type.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h type.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -type.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h +type.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h $(topdir)/sig.h type.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h type.o: $(topdir)/externs.h $(topdir)/hashcmd.h ../pathnames.h type.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h ulimit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h ulimit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -ulimit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +ulimit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h ulimit.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h ulimit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h ulimit.o: ../pathnames.h umask.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h umask.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -umask.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +umask.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h umask.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h umask.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h umask.o: $(BASHINCDIR)/chartypes.h ../pathnames.h @@ -628,19 +634,21 @@ wait.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h wait.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h wait.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h wait.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h -wait.o: $(topdir)/jobs.h +wait.o: $(topdir)/jobs.h $(topdir)/sig.h wait.o: $(BASHINCDIR)/chartypes.h ../pathnames.h complete.o: ../config.h ../pathnames.h complete.o: ${topdir}/shell.h $(topdir)/syntax.h ${topdir}/bashjmp.h ${BASHINCDIR}/posixjmp.h ${topdir}/sig.h complete.o: ${topdir}/unwind_prot.h ${topdir}/variables.h +complete.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h complete.o: ${topdir}/bashtypes.h ${topdir}/bashansi.h ${BASHINCDIR}/ansi_stdlib.h -complete.o: ${topdir}/builtins.h +complete.o: ${topdir}/builtins.h ${topdir}/general.h +complete.o: ${topdir}/bashtypes.h ${BASHINCDIR}/chartypes.h ${topdir}/xmalloc.h complete.o: ${topdir}/pcomplete.h complete.o: ${srcdir}/common.h ${srcdir}/bashgetopt.h mapfile.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h mapfile.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h -mapfile.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h +mapfile.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/sig.h mapfile.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h mapfile.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/variables.h $(topdir)/conftypes.h mapfile.o: $(topdir)/arrayfunc.h ../pathnames.h diff --git a/builtins/alias.def b/builtins/alias.def index d760cebe0..508002475 100644 --- a/builtins/alias.def +++ b/builtins/alias.def @@ -1,7 +1,7 @@ This file is alias.def, from which is created alias.c It implements the builtins "alias" and "unalias" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -33,7 +33,7 @@ A trailing space in VALUE causes the next word to be checked for alias substitution when the alias is expanded. Options: - -p Print all defined aliases in a reusable format + -p print all defined aliases in a reusable format Exit Status: alias returns true unless a NAME is supplied for which no alias has been @@ -87,6 +87,7 @@ alias_builtin (list) pflag = 1; dflags |= AL_REUSABLE; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -160,7 +161,7 @@ $SHORT_DOC unalias [-a] name [name ...] Remove each NAME from the list of defined aliases. Options: - -a remove all alias definitions. + -a remove all alias definitions Return success unless a NAME is not an existing alias. $END @@ -183,6 +184,7 @@ unalias_builtin (list) case 'a': aflag = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -232,7 +234,7 @@ print_alias (alias, flags) value = sh_single_quote (alias->value); if (flags & AL_REUSABLE) - printf ("alias "); + printf ("alias %s", (alias->name && alias->name[0] == '-') ? "-- " : ""); printf ("%s=%s\n", alias->name, value); free (value); diff --git a/builtins/bashgetopt.c b/builtins/bashgetopt.c index b1b707060..405ced437 100644 --- a/builtins/bashgetopt.c +++ b/builtins/bashgetopt.c @@ -31,6 +31,8 @@ #include "../shell.h" #include "common.h" +#include "bashgetopt.h" + #define ISOPT(s) (((*(s) == '-') || (plus && *(s) == '+')) && (s)[1]) #define NOTOPT(s) (((*(s) != '-') && (!plus || *(s) != '+')) || (s)[1] == '\0') @@ -76,6 +78,10 @@ char *opts; lhead = (WORD_LIST *)NULL; loptend = lcurrent; return(-1); + } else if (ISHELP (lcurrent->word->word)) { + lhead = (WORD_LIST *)NULL; + loptend = lcurrent; + return (GETOPT_HELP); } else if (lcurrent->word->word[0] == '-' && lcurrent->word->word[1] == '-' && lcurrent->word->word[2] == 0) { diff --git a/builtins/bashgetopt.h b/builtins/bashgetopt.h index f2aea2668..6637b429e 100644 --- a/builtins/bashgetopt.h +++ b/builtins/bashgetopt.h @@ -25,6 +25,9 @@ #include +#define GETOPT_EOF -1 +#define GETOPT_HELP -99 + extern char *list_optarg; extern int list_optopt; diff --git a/builtins/bind.def b/builtins/bind.def index 3a7cc4efd..649d73f6f 100644 --- a/builtins/bind.def +++ b/builtins/bind.def @@ -1,7 +1,7 @@ This file is bind.def, from which is created bind.c. It implements the builtin "bind" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -54,7 +54,7 @@ Options: -f filename Read key bindings from FILENAME. -x keyseq:shell-command Cause SHELL-COMMAND to be executed when KEYSEQ is entered. - -X List key sequences bound with -x and associated commands + -X List key sequences bound with -x and associated commands in a form that can be reused as input. Exit Status: @@ -115,7 +115,7 @@ bind_builtin (list) int return_code; Keymap kmap, saved_keymap; int flags, opt; - char *initfile, *map_name, *fun_name, *unbind_name, *remove_seq, *cmd_seq; + char *initfile, *map_name, *fun_name, *unbind_name, *remove_seq, *cmd_seq, *t; if (no_line_editing) { @@ -129,7 +129,7 @@ bind_builtin (list) kmap = saved_keymap = (Keymap) NULL; flags = 0; - initfile = map_name = fun_name = unbind_name = remove_seq = (char *)NULL; + initfile = map_name = fun_name = unbind_name = remove_seq = cmd_seq = (char *)NULL; return_code = EXECUTION_SUCCESS; if (bash_readline_initialized == 0) @@ -141,7 +141,7 @@ bind_builtin (list) rl_outstream = stdout; reset_internal_getopt (); - while ((opt = internal_getopt (list, "lvpVPsSXf:q:u:m:r:x:")) != EOF) + while ((opt = internal_getopt (list, "lvpVPsSXf:q:u:m:r:x:")) != -1) { switch (opt) { @@ -193,6 +193,7 @@ bind_builtin (list) case 'X': flags |= XXFLAG; break; + CASE_HELPOPT; default: builtin_usage (); BIND_RETURN (EX_USAGE); @@ -248,7 +249,10 @@ bind_builtin (list) { if (rl_read_init_file (initfile) != 0) { - builtin_error (_("%s: cannot read: %s"), initfile, strerror (errno)); + t = printable_filename (initfile, 0); + builtin_error (_("%s: cannot read: %s"), t, strerror (errno)); + if (t != initfile) + free (t); BIND_RETURN (EXECUTION_FAILURE); } } diff --git a/builtins/break.def b/builtins/break.def index 232ac1a71..bdc1182a8 100644 --- a/builtins/break.def +++ b/builtins/break.def @@ -67,6 +67,8 @@ break_builtin (list) { intmax_t newbreak; + CHECK_HELPOPT (list); + if (check_loop_level () == 0) return (EXECUTION_SUCCESS); @@ -107,6 +109,8 @@ continue_builtin (list) { intmax_t newcont; + CHECK_HELPOPT (list); + if (check_loop_level () == 0) return (EXECUTION_SUCCESS); diff --git a/builtins/caller.def b/builtins/caller.def index 965676b38..bf5eb96f8 100644 --- a/builtins/caller.def +++ b/builtins/caller.def @@ -81,6 +81,8 @@ caller_builtin (list) char *funcname_s, *source_s, *lineno_s; intmax_t num; + CHECK_HELPOPT (list); + GET_ARRAY_FROM_VAR ("FUNCNAME", funcname_v, funcname_a); GET_ARRAY_FROM_VAR ("BASH_SOURCE", bash_source_v, bash_source_a); GET_ARRAY_FROM_VAR ("BASH_LINENO", bash_lineno_v, bash_lineno_a); diff --git a/builtins/cd.def b/builtins/cd.def index f66e68c13..421e819b2 100644 --- a/builtins/cd.def +++ b/builtins/cd.def @@ -1,7 +1,7 @@ This file is cd.def, from which is created cd.c. It implements the builtins "cd" and "pwd" in Bash. -Copyright (C) 1987-2013 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -93,16 +93,17 @@ the word is assumed to be a variable name. If that variable has a value, its value is used for DIR. Options: - -L force symbolic links to be followed: resolve symbolic links in - DIR after processing instances of `..' - -P use the physical directory structure without following symbolic - links: resolve symbolic links in DIR before processing instances - of `..' - -e if the -P option is supplied, and the current working directory - cannot be determined successfully, exit with a non-zero status + -L force symbolic links to be followed: resolve symbolic + links in DIR after processing instances of `..' + -P use the physical directory structure without following + symbolic links: resolve symbolic links in DIR before + processing instances of `..' + -e if the -P option is supplied, and the current working + directory cannot be determined successfully, exit with + a non-zero status #if defined (O_XATTR) - -@ on systems that support it, present a file with extended attributes - as a directory containing the file attributes + -@ on systems that support it, present a file with extended + attributes as a directory containing the file attributes #endif The default is to follow symbolic links, as if `-L' were specified. @@ -261,7 +262,7 @@ cd_builtin (list) WORD_LIST *list; { char *dirname, *cdpath, *path, *temp; - int path_index, no_symlinks, opt, lflag; + int path_index, no_symlinks, opt, lflag, e; #if defined (RESTRICTED_SHELL) if (restricted) @@ -297,6 +298,7 @@ cd_builtin (list) xattrflag = 1; break; #endif + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -327,6 +329,13 @@ cd_builtin (list) builtin_error (_("too many arguments")); return (EXECUTION_FAILURE); } +#endif +#if 0 + else if (list->word->word[0] == '\0') + { + builtin_error (_("null directory")); + return (EXECUTION_FAILURE); + } #endif else if (list->word->word[0] == '-' && list->word->word[1] == '\0') { @@ -436,7 +445,11 @@ cd_builtin (list) FREE (temp); } - builtin_error ("%s: %s", dirname, strerror (errno)); + e = errno; + temp = printable_filename (dirname, 0); + builtin_error ("%s: %s", temp, strerror (e)); + if (temp != dirname) + free (temp); return (EXECUTION_FAILURE); } @@ -447,7 +460,7 @@ Print the name of the current working directory. Options: -L print the value of $PWD if it names the current working - directory + directory -P print the physical directory, without any symbolic links By default, `pwd' behaves as if `-L' were specified. @@ -482,6 +495,7 @@ pwd_builtin (list) case 'L': verbatim_pwd = 0; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); diff --git a/builtins/command.def b/builtins/command.def index 184527994..dcb510d5b 100644 --- a/builtins/command.def +++ b/builtins/command.def @@ -1,7 +1,7 @@ This file is command.def, from which is created command.c. It implements the builtin "command" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -30,10 +30,10 @@ information about the specified COMMANDs. Can be used to invoke commands on disk when a function with the same name exists. Options: - -p use a default value for PATH that is guaranteed to find all of - the standard utilities - -v print a description of COMMAND similar to the `type' builtin - -V print a more verbose description of each COMMAND + -p use a default value for PATH that is guaranteed to find all of + the standard utilities + -v print a description of COMMAND similar to the `type' builtin + -V print a more verbose description of each COMMAND Exit Status: Returns exit status of COMMAND, or failure if COMMAND is not found. @@ -63,7 +63,6 @@ extern size_t confstr __P((int, char *, size_t)); extern int subshell_environment; static void restore_path __P((char *)); -static char *get_standard_path __P((void)); /* Run the commands mentioned in LIST without paying attention to shell functions. */ @@ -82,7 +81,7 @@ command_builtin (list) switch (opt) { case 'p': - use_standard_path = 1; + use_standard_path = CDESC_STDPATH; break; case 'V': verbose = CDESC_SHORTDESC|CDESC_ABSPATH; /* look in common.h for constants */ @@ -90,6 +89,7 @@ command_builtin (list) case 'v': verbose = CDESC_REUSABLE; /* ditto */ break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -108,30 +108,13 @@ command_builtin (list) } #endif - begin_unwind_frame ("command_builtin"); - - if (use_standard_path) - { - old_path = get_string_value ("PATH"); - /* If old_path is NULL, $PATH is unset. If so, we want to make sure - it's unset after this command completes. */ - if (old_path) - old_path = savestring (old_path); - add_unwind_protect ((Function *)restore_path, old_path); - - standard_path = get_standard_path (); - bind_variable ("PATH", standard_path ? standard_path : "", 0); - stupidly_hack_special_variables ("PATH"); - FREE (standard_path); - } - if (verbose) { int found, any_found; for (any_found = 0; list; list = list->next) { - found = describe_command (list->word->word, verbose); + found = describe_command (list->word->word, verbose|use_standard_path); if (found == 0 && verbose != CDESC_REUSABLE) sh_notfound (list->word->word); @@ -139,11 +122,12 @@ command_builtin (list) any_found += found; } - run_unwind_frame ("command_builtin"); return (any_found ? EXECUTION_SUCCESS : EXECUTION_FAILURE); } -#define COMMAND_BUILTIN_FLAGS (CMD_NO_FUNCTIONS | CMD_INHIBIT_EXPANSION | CMD_COMMAND_BUILTIN) + begin_unwind_frame ("command_builtin"); + +#define COMMAND_BUILTIN_FLAGS (CMD_NO_FUNCTIONS | CMD_INHIBIT_EXPANSION | CMD_COMMAND_BUILTIN | (use_standard_path ? CMD_STDPATH : 0)) /* We don't want this to be reparsed (consider command echo 'foo &'), so just make a simple_command structure and call execute_command with it. */ @@ -152,18 +136,7 @@ command_builtin (list) command->value.Simple->redirects = (REDIRECT *)NULL; command->flags |= COMMAND_BUILTIN_FLAGS; command->value.Simple->flags |= COMMAND_BUILTIN_FLAGS; -#if 0 - /* This breaks for things like ( cd /tmp ; command z ababa ; echo next ) - or $(command echo a ; command echo b;) or even - { command echo a; command echo b; } & */ - /* If we're in a subshell, see if we can get away without forking - again, since we've already forked to run this builtin. */ - if (subshell_environment) - { - command->flags |= CMD_NO_FORK; - command->value.Simple->flags |= CMD_NO_FORK; - } -#endif + add_unwind_protect ((char *)dispose_command, command); result = execute_command (command); @@ -188,32 +161,3 @@ restore_path (var) stupidly_hack_special_variables ("PATH"); } - -/* Return a value for PATH that is guaranteed to find all of the standard - utilities. This uses Posix.2 configuration variables, if present. It - uses a value defined in config.h as a last resort. */ -static char * -get_standard_path () -{ -#if defined (_CS_PATH) && defined (HAVE_CONFSTR) - char *p; - size_t len; - - len = (size_t)confstr (_CS_PATH, (char *)NULL, (size_t)0); - if (len > 0) - { - p = (char *)xmalloc (len + 2); - *p = '\0'; - confstr (_CS_PATH, p, len); - return (p); - } - else - return (savestring (STANDARD_UTILS_PATH)); -#else /* !_CS_PATH || !HAVE_CONFSTR */ -# if defined (CS_PATH) - return (savestring (CS_PATH)); -# else - return (savestring (STANDARD_UTILS_PATH)); -# endif /* !CS_PATH */ -#endif /* !_CS_PATH || !HAVE_CONFSTR */ -} diff --git a/builtins/common.c b/builtins/common.c index fb2b38cdd..b100ebe1c 100644 --- a/builtins/common.c +++ b/builtins/common.c @@ -1,6 +1,6 @@ /* common.c - utility functions for all builtins */ -/* Copyright (C) 1987-2010 Free Software Foundation, Inc. +/* Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -70,6 +70,7 @@ extern int errno; extern int indirection_level, subshell_environment; extern int line_number; extern int last_command_exit_value; +extern int trap_saved_exit_value; extern int running_trap; extern int posixly_correct; extern char *this_command_name, *shell_name; @@ -175,9 +176,16 @@ int no_options (list) WORD_LIST *list; { + int opt; + reset_internal_getopt (); - if (internal_getopt (list, "") != -1) + if ((opt = internal_getopt (list, "")) != -1) { + if (opt == GETOPT_HELP) + { + builtin_help (); + return (2); + } builtin_usage (); return (1); } @@ -234,7 +242,7 @@ sh_invalidnum (s) { char *msg; - if (*s == '0' && isdigit (s[1])) + if (*s == '0' && isdigit ((unsigned char)s[1])) msg = _("invalid octal number"); else if (*s == '0' && s[1] == 'x') msg = _("invalid hex number"); @@ -335,7 +343,9 @@ int sh_chkwrite (s) int s; { + QUIT; fflush (stdout); + QUIT; if (ferror (stdout)) { sh_wrerror (); @@ -403,6 +413,8 @@ remember_args (list, destructive) if (destructive) set_dollar_vars_changed (); + + invalidate_cached_quoted_dollar_at (); } static int changed_dollar_vars; @@ -494,7 +506,17 @@ get_exitstat (list) list = list->next; if (list == 0) - return (last_command_exit_value); + { + /* If we're not running the DEBUG trap, the return builtin, when not + given any arguments, uses the value of $? before the trap ran. If + given an argument, return uses it. This means that the trap can't + change $?. The DEBUG trap gets to change $?, though, since that is + part of its reason for existing, and because the extended debug mode + does things with the return value. */ + if (this_shell_builtin == return_builtin && running_trap > 0 && running_trap != DEBUG_TRAP+1) + return (trap_saved_exit_value); + return (last_command_exit_value); + } arg = list->word->word; if (arg == 0 || legal_number (arg, &sval) == 0) @@ -888,3 +910,11 @@ initialize_shell_builtins () qsort (shell_builtins, num_shell_builtins, sizeof (struct builtin), (QSFUNC *)shell_builtin_compare); } + +#if !defined (HELP_BUILTIN) +void +builtin_help () +{ + printf ("%s: %s\n", this_command_name, _("help not available in this version")); +} +#endif diff --git a/builtins/common.h b/builtins/common.h index a1298cb9c..ed852305d 100644 --- a/builtins/common.h +++ b/builtins/common.h @@ -1,6 +1,6 @@ /* common.h -- extern declarations for functions defined in common.c. */ -/* Copyright (C) 1993-2010 Free Software Foundation, Inc. +/* Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -24,6 +24,21 @@ #include "stdc.h" #define ISOPTION(s, c) (s[0] == '-' && !s[2] && s[1] == c) +#define ISHELP(s) (STREQ ((s), "--help")) + +#define CHECK_HELPOPT(l) \ +do { \ + if ((l) && (l)->word && ISHELP((l)->word->word)) \ + { \ + builtin_help (); \ + return (EX_USAGE); \ + } \ +} while (0) + +#define CASE_HELPOPT \ + case GETOPT_HELP: \ + builtin_help (); \ + return (EX_USAGE) /* Flag values for parse_and_execute () */ #define SEVAL_NONINT 0x001 @@ -35,6 +50,7 @@ #define SEVAL_NOLONGJMP 0x040 #define SEVAL_FUNCDEF 0x080 /* only allow function definitions */ #define SEVAL_ONECMD 0x100 /* only allow a single command */ +#define SEVAL_NOHISTEXP 0x200 /* inhibit history expansion */ /* Flags for describe_command, shared between type.def and command.def */ #define CDESC_ALL 0x001 /* type -a */ @@ -45,6 +61,7 @@ #define CDESC_FORCE_PATH 0x020 /* type -ap or type -P */ #define CDESC_NOFUNCS 0x040 /* type -f */ #define CDESC_ABSPATH 0x080 /* convert to absolute path, no ./ */ +#define CDESC_STDPATH 0x100 /* command -p */ /* Flags for get_job_by_name */ #define JM_PREFIX 0x01 /* prefix of job name */ @@ -59,6 +76,9 @@ #define ARGS_FUNC 0x02 #define ARGS_SETBLTIN 0x04 +/* Maximum number of attribute letters */ +#define MAX_ATTRIBUTES 16 + /* Functions from common.c */ extern void builtin_error __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2))); extern void builtin_warning __P((const char *, ...)) __attribute__((__format__ (printf, 1, 2))); @@ -122,6 +142,9 @@ extern void bash_logout __P((void)); /* Functions from getopts.def */ extern void getopts_reset __P((int)); +/* Functions from help.def */ +extern void builtin_help __P((void)); + /* Functions from read.def */ extern void read_tty_cleanup __P((void)); extern int read_tty_modified __P((void)); @@ -138,6 +161,9 @@ extern void initialize_shell_options __P((int)); extern void reset_shell_options __P((void)); +extern char *get_current_options __P((void)); +extern void set_current_options __P((const char *)); + /* Functions from shopt.def */ extern void reset_shopt_options __P((void)); extern char **get_shopt_options __P((void)); @@ -163,6 +189,7 @@ extern int show_var_attributes __P((SHELL_VAR *, int, int)); extern int show_name_attributes __P((char *, int)); extern int show_func_attributes __P((char *, int)); extern void set_var_attribute __P((char *, int, int)); +extern int var_attribute_string __P((SHELL_VAR *, int, char *)); /* Functions from pushd.def */ extern char *get_dirstack_from_string __P((char *)); @@ -175,9 +202,12 @@ extern int parse_and_execute __P((char *, const char *, int)); extern int evalstring __P((char *, const char *, int)); extern void parse_and_execute_cleanup __P((void)); extern int parse_string __P((char *, const char *, int, char **)); +extern int should_suppress_fork __P((COMMAND *)); +extern void optimize_fork __P((COMMAND *)); /* Functions from evalfile.c */ extern int maybe_execute_file __P((const char *, int)); +extern int force_execute_file __P((const char *, int)); extern int source_file __P((const char *, int)); extern int fc_execute_file __P((const char *)); diff --git a/builtins/complete.def b/builtins/complete.def index 8499b7a6e..6bdf88b47 100644 --- a/builtins/complete.def +++ b/builtins/complete.def @@ -1,7 +1,7 @@ This file is complete.def, from which is created complete.c. It implements the builtins "complete", "compgen", and "compopt" in Bash. -Copyright (C) 1999-2011 Free Software Foundation, Inc. +Copyright (C) 1999-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -33,11 +33,11 @@ allows them to be reused as input. Options: -p print existing completion specifications in a reusable format -r remove a completion specification for each NAME, or, if no - NAMEs are supplied, all completion specifications + NAMEs are supplied, all completion specifications -D apply the completions and actions as the default for commands - without any specific completion defined + without any specific completion defined -E apply the completions and actions to "empty" commands -- - completion attempted on a blank line + completion attempted on a blank line When completion is attempted, the actions are applied in the order the uppercase-letter options are listed above. The -D option takes @@ -138,6 +138,7 @@ static const struct _compopt { { "dirnames", COPT_DIRNAMES }, { "filenames",COPT_FILENAMES}, { "noquote", COPT_NOQUOTE }, + { "nosort", COPT_NOSORT }, { "nospace", COPT_NOSPACE }, { "plusdirs", COPT_PLUSDIRS }, { (char *)NULL, 0 }, @@ -170,7 +171,7 @@ find_compopt (name) /* Build the actions and compspec options from the options specified in LIST. ACTP is a pointer to an unsigned long in which to place the bitmap of actions. OPTP is a pointer to an unsigned long in which to place the - btmap of compspec options (arguments to `-o'). PP, if non-null, gets 1 + bitmap of compspec options (arguments to `-o'). PP, if non-null, gets 1 if -p is supplied; RP, if non-null, gets 1 if -r is supplied. If either is null, the corresponding option generates an error. This also sets variables corresponding to options that take arguments as @@ -324,6 +325,7 @@ build_actions (list, flagp, actp, optp) case 'X': Xarg = list_optarg; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -653,7 +655,7 @@ print_cmd_completions (list) $BUILTIN compgen $DEPENDS_ON PROGRAMMABLE_COMPLETION $FUNCTION compgen_builtin -$SHORT_DOC compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word] +$SHORT_DOC compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word] Display possible completions depending on the options. Intended to be used from within a shell function generating possible @@ -790,7 +792,7 @@ compopt_builtin (list) ret = EXECUTION_SUCCESS; reset_internal_getopt (); - while ((opt = internal_getopt (list, "+o:DE")) != EOF) + while ((opt = internal_getopt (list, "+o:DE")) != -1) { opts = (list_opttype == '-') ? &opts_on : &opts_off; @@ -811,6 +813,7 @@ compopt_builtin (list) case 'E': Eflag = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -867,5 +870,8 @@ compopt_builtin (list) pcomp_set_compspec_options (cs, opts_off, 0); } + if (wl) + dispose_words (wl); + return (ret); } diff --git a/builtins/declare.def b/builtins/declare.def index a634e7ce8..f4819b423 100644 --- a/builtins/declare.def +++ b/builtins/declare.def @@ -1,7 +1,7 @@ This file is declare.def, from which is created declare.c. It implements the builtins "declare" and "local" in Bash. -Copyright (C) 1987-2012 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -31,9 +31,9 @@ display the attributes and values of all variables. Options: -f restrict action or display to function names and definitions -F restrict display to function names only (plus line number and - source file when debugging) + source file when debugging) -g create global variables when used in a shell function; otherwise - ignored + ignored -p display the attributes and value of each NAME Options which set attributes: @@ -62,10 +62,10 @@ $END $BUILTIN typeset $FUNCTION declare_builtin -$SHORT_DOC typeset [-aAfFgilrtux] [-p] name[=value] ... +$SHORT_DOC typeset [-aAfFgilnrtux] [-p] name[=value] ... Set variable values and attributes. -Obsolete. See `help declare'. +A synonym for `declare'. See `help declare'. $END #include @@ -83,6 +83,7 @@ $END #include "../bashintl.h" #include "../shell.h" +#include "../flags.h" #include "common.h" #include "builtext.h" #include "bashgetopt.h" @@ -149,10 +150,12 @@ declare_internal (list, local_var) flags_on = flags_off = any_failed = assign_error = pflag = nodefs = mkglobal = 0; refvar = (SHELL_VAR *)NULL; reset_internal_getopt (); - while ((opt = internal_getopt (list, DECLARE_OPTS)) != EOF) + while ((opt = internal_getopt (list, DECLARE_OPTS)) != -1) { flags = list_opttype == '+' ? &flags_off : &flags_on; + /* If you add options here, see whether or not they need to be added to + the loop in subst.c:shell_expand_word_list() */ switch (opt) { case 'a': @@ -221,6 +224,7 @@ declare_internal (list, local_var) flags_off |= att_capcase|att_lowercase; break; #endif /* CASEMOD_ATTRS */ + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -282,15 +286,28 @@ declare_internal (list, local_var) /* There are arguments left, so we are making variables. */ while (list) /* declare [-aAfFirx] name [name ...] */ { - char *value, *name; - int offset, aflags; + char *value, *name, *oldname; + int offset, aflags, wflags, created_var, namelen; #if defined (ARRAY_VARS) int making_array_special, compound_array_assign, simple_array_assign; + int var_exists, array_exists, creating_array, array_subscript_assignment; #endif name = savestring (list->word->word); + wflags = list->word->flags; offset = assignment (name, 0); aflags = 0; + created_var = 0; + + if (local_var && variable_context && STREQ (name, "-")) + { + var = make_local_variable ("-"); + FREE (value_cell (var)); /* just in case */ + value = get_current_options (); + var_setvalue (var, value); + VSETATTR (var, att_invisible); + NEXT_VARIABLE (); + } if (offset) /* declare [-aAfFirx] name=value */ { @@ -309,8 +326,8 @@ declare_internal (list, local_var) that is specific to nameref variables. */ if (flags_on & att_nameref) { -#if defined (ARRAY_VARIABLES) - if (valid_array_reference (name)) +#if defined (ARRAY_VARS) + if (valid_array_reference (name, 0)) { builtin_error (_("%s: reference variable cannot be an array"), name); assign_error++; @@ -318,22 +335,39 @@ declare_internal (list, local_var) } else #endif - /* disallow self references at global scope */ - if (STREQ (name, value) && variable_context == 0) + /* disallow self references at global scope, warn at function scope */ + if (check_selfref (name, value, 0)) + { + if (variable_context == 0) + { + builtin_error (_("%s: nameref variable self references not allowed"), name); + assign_error++; + NEXT_VARIABLE (); + } + else + builtin_warning (_("%s: circular name reference"), name); + } +#if 1 + if (value && *value && (aflags & ASS_APPEND) == 0 && valid_nameref_value (value, 1) == 0) { - builtin_error (_("%s: nameref variable self references not allowed"), name); + builtin_error (_("`%s': invalid variable name for name reference"), value); assign_error++; NEXT_VARIABLE (); } +#endif } +restart_new_var_name: #if defined (ARRAY_VARS) + var_exists = array_exists = creating_array = 0; compound_array_assign = simple_array_assign = 0; + array_subscript_assignment = 0; subscript_start = (char *)NULL; if (t = strchr (name, '[')) /* ] */ { - /* If offset != 0 we have already validated any array reference */ - if (offset == 0 && valid_array_reference (name) == 0) + /* If offset != 0 we have already validated any array reference + because assignment() calls skipsubscript() */ + if (offset == 0 && valid_array_reference (name, 0) == 0) { sh_invalidid (name); assign_error++; @@ -341,7 +375,8 @@ declare_internal (list, local_var) } subscript_start = t; *t = '\0'; - making_array_special = 1; + making_array_special = 1; /* XXX - should this check offset? */ + array_subscript_assignment = offset != 0; } else making_array_special = 0; @@ -368,6 +403,7 @@ declare_internal (list, local_var) refvar = (SHELL_VAR *)NULL; if (variable_context && mkglobal == 0 && ((flags_on & att_function) == 0)) { + /* check name for validity here? */ #if defined (ARRAY_VARS) if (flags_on & att_assoc) var = make_local_assoc_variable (name); @@ -375,12 +411,41 @@ declare_internal (list, local_var) var = make_local_array_variable (name, making_array_special); else #endif + if (offset == 0 && (flags_on & att_nameref)) + { + /* First look for refvar at current scope */ + refvar = find_variable_last_nameref (name, 1); + var = find_variable (name); + /* VARIABLE_CONTEXT != 0, so we are attempting to create or modify + the attributes for a local variable at the same scope. If we've + used a reference from a previous context to resolve VAR, we + want to throw REFVAR and VAR away and create a new local var. */ + if (refvar && refvar->context != variable_context) + { + refvar = 0; + var = make_local_variable (name); + } + else if (refvar && refvar->context == variable_context) + var = refvar; + /* Maybe we just want to create a new local variable */ + else if (var == 0 || var->context != variable_context) + var = make_local_variable (name); + /* otherwise we have a var at the right context */ + } + else + /* XXX - check name for validity here with valid_nameref_value */ var = make_local_variable (name); /* sets att_invisible for new vars */ if (var == 0) { any_failed++; NEXT_VARIABLE (); } + if (var && nameref_p (var) && readonly_p (var) && nameref_cell (var) && (flags_off & att_nameref)) + { + sh_readonly (name); + any_failed++; + NEXT_VARIABLE (); + } } else var = (SHELL_VAR *)NULL; @@ -444,18 +509,33 @@ declare_internal (list, local_var) NEXT_VARIABLE (); } } - else /* declare -[aAirx] name [name...] */ + else /* declare -[aAinrx] name [name...] */ { /* Non-null if we just created or fetched a local variable. */ +#if 0 + /* This is bash-4.3 code. */ /* Here's what ksh93 seems to do. If we are modifying an existing nameref variable, we don't follow the nameref chain past the last nameref, and we set the nameref variable's value so future references to that variable will return the value of the variable we're assigning right now. */ +#else + /* Here's what ksh93 seems to do as of the 2012 version: if we are + using declare -n to modify the value of an existing nameref + variable, don't follow the nameref chain at all and just search + for a nameref at the current context. If we have a nameref, + modify its value (changing which variable it references). */ +#endif if (var == 0 && (flags_on & att_nameref)) { +#if 0 /* See if we are trying to modify an existing nameref variable */ - var = mkglobal ? find_global_variable_last_nameref (name) : find_variable_last_nameref (name); + var = mkglobal ? find_global_variable_last_nameref (name, 1) : find_variable_last_nameref (name, 1); +#else + /* See if we are trying to modify an existing nameref variable, + but don't follow the nameref chain. */ + var = mkglobal ? find_global_variable_noref (name) : find_variable_noref (name); +#endif if (var && nameref_p (var) == 0) var = 0; } @@ -467,41 +547,137 @@ declare_internal (list, local_var) else if (var == 0 && (flags_off & att_nameref)) { /* See if we are trying to modify an existing nameref variable */ - refvar = mkglobal ? find_global_variable_last_nameref (name) : find_variable_last_nameref (name); + refvar = mkglobal ? find_global_variable_last_nameref (name, 0) : find_variable_last_nameref (name, 0); if (refvar && nameref_p (refvar) == 0) refvar = 0; + /* If the nameref is readonly but doesn't have a value, ksh93 + allows the nameref attribute to be removed. If it's readonly + and has a value, even if the value doesn't reference an + existing variable, we disallow the modification */ + if (refvar && nameref_cell (refvar) && readonly_p (refvar)) + { + sh_readonly (name); + any_failed++; + NEXT_VARIABLE (); + } if (refvar) var = mkglobal ? find_global_variable (nameref_cell (refvar)) : find_variable (nameref_cell (refvar)); } - +#if defined (ARRAY_VARS) + /* If we have an array assignment to a nameref, remove the nameref + attribute and go on. */ + else if (var == 0 && offset && array_subscript_assignment) + { + var = mkglobal ? find_global_variable_noref (name) : find_variable_noref (name); + if (var && nameref_p (var)) + { + internal_warning (_("%s: removing nameref attribute"), name); + FREE (value_cell (var)); /* XXX - bash-4.3 compat */ + var_setvalue (var, (char *)NULL); + VUNSETATTR (var, att_nameref); + } + } +#endif + + /* See if we are trying to set flags or value for an existing nameref + that points to a non-existent variable: e.g., + declare -n foo=bar + unset foo # unsets bar + declare -i foo + foo=4+4 + declare -p foo */ + if (var == 0 && (flags_on || flags_off || offset)) + { + refvar = mkglobal ? find_global_variable_last_nameref (name, 0) : find_variable_last_nameref (name, 0); + if (refvar && nameref_p (refvar) == 0) + refvar = 0; + if (refvar) + var = mkglobal ? find_global_variable (nameref_cell (refvar)) : find_variable (nameref_cell (refvar)); + if (refvar && var == 0) + { + oldname = name; /* need to free this */ + + namelen = strlen (nameref_cell (refvar)); +#if defined (ARRAY_VARS) + if (subscript_start) + { + *subscript_start = '['; /*]*/ + namelen += strlen (subscript_start); + } +#endif + name = xmalloc (namelen + 2 + strlen (value) + 1); + strcpy (name, nameref_cell (refvar)); +#if defined (ARRAY_VARS) + if (subscript_start) + strcpy (name + strlen (nameref_cell (refvar)), subscript_start); +#endif + /* We are committed to using the new name, so reset */ + if (offset) + { + /* Rebuild assignment and restore offset and value */ + if (aflags & ASS_APPEND) + name[namelen++] = '+'; + name[namelen++] = '='; + if (value && *value) + strcpy (name + namelen, value); + else + name[namelen] = '\0'; + offset = assignment (name, 0); + /* if offset was valid previously, but the substituting + of the nameref value results in an invalid assignment, + throw an invalid identifier error */ + if (offset == 0) + { + free (oldname); + sh_invalidid (name); + assign_error++; + NEXT_VARIABLE (); + } + name[offset] = '\0'; + value = name + namelen; + } + free (oldname); + goto restart_new_var_name; + /* NOTREACHED */ + } + } if (var == 0) var = mkglobal ? find_global_variable (name) : find_variable (name); +#if defined (ARRAY_VARS) + var_exists = var != 0; + array_exists = var && (array_p (var) || assoc_p (var)); + creating_array = flags_on & (att_array|att_assoc); +#endif + if (var == 0) { #if defined (ARRAY_VARS) if (flags_on & att_assoc) { var = make_new_assoc_variable (name); - if (offset == 0) + if (var && offset == 0 && no_invisible_vars == 0) VSETATTR (var, att_invisible); } else if ((flags_on & att_array) || making_array_special) { var = make_new_array_variable (name); - if (offset == 0) + if (var && offset == 0 && no_invisible_vars == 0) VSETATTR (var, att_invisible); } else #endif - - if (offset) - var = mkglobal ? bind_global_variable (name, "", 0) : bind_variable (name, "", 0); - else { - var = mkglobal ? bind_global_variable (name, (char *)NULL, 0) : bind_variable (name, (char *)NULL, 0); - VSETATTR (var, att_invisible); + var = mkglobal ? bind_global_variable (name, (char *)NULL, ASS_FORCE) : bind_variable (name, (char *)NULL, ASS_FORCE); + if (var && offset == 0 && no_invisible_vars == 0) + VSETATTR (var, att_invisible); + } + if (var == 0) + { + /* Has to appear in brackets */ + NEXT_VARIABLE (); } + created_var = 1; } /* Can't take an existing array variable and make it a nameref */ else if ((array_p (var) || assoc_p (var)) && (flags_on & att_nameref)) @@ -510,8 +686,30 @@ declare_internal (list, local_var) assign_error++; NEXT_VARIABLE (); } + else if (nameref_p (var) && (flags_on & att_nameref) == 0 && (flags_off & att_nameref) == 0 && offset && valid_nameref_value (value, 1) == 0) + { + builtin_error (_("`%s': invalid variable name for name reference"), value); + any_failed++; + NEXT_VARIABLE (); + } else if (flags_on & att_nameref) { +#if 1 + /* Check of offset is to allow an assignment to a nameref var as + part of the declare word to override existing value */ + if (nameref_p (var) == 0 && var_isset (var) && offset == 0 && valid_nameref_value (value_cell (var), 0) == 0) + { + builtin_error (_("`%s': invalid variable name for name reference"), value_cell (var)); + any_failed++; + NEXT_VARIABLE (); + } +#endif + if (readonly_p (var)) + { + sh_readonly (name); + any_failed++; + NEXT_VARIABLE (); + } /* ksh93 compat: turning on nameref attribute turns off -ilu */ VUNSETATTR (var, att_integer|att_uppercase|att_lowercase|att_capcase); } @@ -519,7 +717,7 @@ declare_internal (list, local_var) /* Cannot use declare +r to turn off readonly attribute. */ if (readonly_p (var) && (flags_off & att_readonly)) { - sh_readonly (name); + sh_readonly (name_cell (var)); any_failed++; NEXT_VARIABLE (); } @@ -535,12 +733,28 @@ declare_internal (list, local_var) } #if defined (ARRAY_VARS) - if ((making_array_special || (flags_on & (att_array|att_assoc)) || array_p (var) || assoc_p (var)) && offset) + /* make declare a[2]=foo as similar to a[2]=foo as possible if + a is already an array or assoc variable. */ + if (array_subscript_assignment && array_exists && creating_array == 0) + simple_array_assign = 1; + else if ((making_array_special || creating_array || array_exists) && offset) { int vlen; vlen = STRLEN (value); - - if (value[0] == '(' && value[vlen-1] == ')') +/*itrace("declare_builtin: name = %s value = %s flags = %d", name, value, wflags);*/ + if (shell_compatibility_level > 43 && (wflags & W_COMPASSIGN) == 0 && + value[0] == '(' && value[vlen-1] == ')') + { + /* The warning is only printed when using compound assignment + to an array variable that doesn't already exist. We use + creating_array to allow things like + declare -a foo$bar='(abc)' to work. */ + if (array_exists == 0 && creating_array == 0) + internal_warning (_("%s: quoted compound array assignment deprecated"), list->word->word); + compound_array_assign = array_exists || creating_array; + simple_array_assign = making_array_special; + } + else if (value[0] == '(' && value[vlen-1] == ')' && (shell_compatibility_level < 44 || (wflags & W_COMPASSIGN))) compound_array_assign = 1; else simple_array_assign = 1; @@ -604,12 +818,13 @@ declare_internal (list, local_var) #if defined (ARRAY_VARS) if (offset && compound_array_assign) - assign_array_var_from_string (var, value, aflags); + assign_array_var_from_string (var, value, aflags|ASS_FORCE); else if (simple_array_assign && subscript_start) { /* declare [-aA] name[N]=value */ *subscript_start = '['; /* ] */ - var = assign_array_element (name, value, 0); /* XXX - not aflags */ + /* XXX - problem here with appending */ + var = assign_array_element (name, value, aflags&ASS_APPEND); /* XXX - not aflags */ *subscript_start = '\0'; if (var == 0) /* some kind of assignment error */ { @@ -623,25 +838,30 @@ declare_internal (list, local_var) { /* let bind_{array,assoc}_variable take care of this. */ if (assoc_p (var)) - bind_assoc_variable (var, name, savestring ("0"), value, aflags); + bind_assoc_variable (var, name, savestring ("0"), value, aflags|ASS_FORCE); else - bind_array_variable (name, 0, value, aflags); + bind_array_variable (name, 0, value, aflags|ASS_FORCE); } else #endif + /* XXX - no ASS_FORCE here */ /* bind_variable_value duplicates the essential internals of bind_variable() */ if (offset) { - if (onref) + if (onref || nameref_p (var)) aflags |= ASS_NAMEREF; v = bind_variable_value (var, value, aflags); - if (v == 0 && onref) + if (v == 0 && (onref || nameref_p (var))) { - sh_invalidid (value); + if (valid_nameref_value (value, 1) == 0) + sh_invalidid (value); assign_error++; /* XXX - unset this variable? or leave it as normal var? */ - delete_var (var->name, mkglobal ? global_variables : shell_variables); + if (created_var) + delete_var (var->name, mkglobal ? global_variables : shell_variables); + flags_on |= onref; /* undo change from above */ + flags_off |= offref; NEXT_VARIABLE (); } } @@ -681,9 +901,16 @@ declare_internal (list, local_var) flags_on |= onref; VUNSETATTR (var, offref); flags_off |= offref; - /* Yuck. ksh93 compatibility */ + /* Yuck. ksh93 compatibility. XXX - need to investigate more but + definitely happens when turning off nameref attribute on nameref + (see comments above). Under no circumstances allow this to turn + off readonly attribute on readonly nameref variable. */ if (refvar) - VUNSETATTR (refvar, flags_off); + { + if (flags_off & att_readonly) + flags_off &= ~att_readonly; + VUNSETATTR (refvar, flags_off); + } stupidly_hack_special_variables (name); diff --git a/builtins/echo.def b/builtins/echo.def index f4738264c..3f8b5a939 100644 --- a/builtins/echo.def +++ b/builtins/echo.def @@ -1,7 +1,7 @@ This file is echo.def, from which is created echo.c. It implements the builtin "echo" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -59,9 +59,9 @@ Options: \v vertical tab \\ backslash \0nnn the character whose ASCII code is NNN (octal). NNN can be - 0 to 3 octal digits + 0 to 3 octal digits \xHH the eight-bit character whose value is HH (hexadecimal). HH - can be one or two hex digits + can be one or two hex digits Exit Status: Returns success unless a write error occurs. @@ -161,7 +161,6 @@ just_echo: clearerr (stdout); /* clear error before writing and testing success */ - terminate_immediately++; while (list) { i = len = 0; @@ -180,6 +179,7 @@ just_echo: fflush (stdout); /* Fix for bug in SunOS 5.5 printf(3) */ #endif } + QUIT; if (do_v9 && temp) free (temp); list = list->next; @@ -190,11 +190,11 @@ just_echo: } if (list) putchar(' '); + QUIT; } if (display_return) putchar ('\n'); - terminate_immediately--; return (sh_chkwrite (EXECUTION_SUCCESS)); } diff --git a/builtins/enable.def b/builtins/enable.def index 40cbb440a..39c366982 100644 --- a/builtins/enable.def +++ b/builtins/enable.def @@ -1,7 +1,7 @@ This file is enable.def, from which is created enable.c. It implements the builtin "enable" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -66,6 +66,7 @@ $END #include "../flags.h" #include "common.h" #include "bashgetopt.h" +#include "findcmd.h" #if defined (PROGRAMMABLE_COMPLETION) # include "../pcomplete.h" @@ -92,6 +93,11 @@ static void delete_builtin __P((struct builtin *)); static int local_dlclose __P((void *)); #endif +#define STRUCT_SUFFIX "_struct" +/* for now */ +#define LOAD_SUFFIX "_builtin_load" +#define UNLOAD_SUFFIX "_builtin_unload" + static void list_some_builtins __P((int)); static int enable_shell_command __P((char *, int)); @@ -145,6 +151,7 @@ enable_builtin (list) builtin_error (_("dynamic loading not available")); return (EX_USAGE); #endif /* HAVE_DLCLOSE */ + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -290,9 +297,11 @@ dyn_load_builtin (list, flags, filename) WORD_LIST *l; void *handle; - int total, size, new, replaced; - char *struct_name, *name; + int total, size, new, replaced, r; + char *struct_name, *name, *funcname; + sh_load_func_t *loadfunc; struct builtin **new_builtins, *b, *new_shell_builtins, *old_builtin; + char *loadables_path, *load_path; if (list == 0) return (EXECUTION_FAILURE); @@ -301,15 +310,39 @@ dyn_load_builtin (list, flags, filename) #define RTLD_LAZY 1 #endif + handle = 0; + if (absolute_program (filename) == 0) + { + loadables_path = get_string_value ("BASH_LOADABLES_PATH"); + if (loadables_path) + { + load_path = find_in_path (filename, loadables_path, FS_NODIRS|FS_EXEC_PREFERRED); + if (load_path) + { #if defined (_AIX) - handle = dlopen (filename, RTLD_NOW|RTLD_GLOBAL); + handle = dlopen (load_path, RTLD_NOW|RTLD_GLOBAL); #else - handle = dlopen (filename, RTLD_LAZY); + handle = dlopen (load_path, RTLD_LAZY); +#endif /* !_AIX */ + free (load_path); + } + } + } + + /* Fall back to current directory for now */ + if (handle == 0) +#if defined (_AIX) + handle = dlopen (filename, RTLD_NOW|RTLD_GLOBAL); +#else + handle = dlopen (filename, RTLD_LAZY); #endif /* !_AIX */ if (handle == 0) { - builtin_error (_("cannot open shared object %s: %s"), filename, dlerror ()); + name = printable_filename (filename, 0); + builtin_error (_("cannot open shared object %s: %s"), name, dlerror ()); + if (name != filename) + free (name); return (EXECUTION_FAILURE); } @@ -327,18 +360,36 @@ dyn_load_builtin (list, flags, filename) size = strlen (name); struct_name = (char *)xmalloc (size + 8); strcpy (struct_name, name); - strcpy (struct_name + size, "_struct"); + strcpy (struct_name + size, STRUCT_SUFFIX); b = (struct builtin *)dlsym (handle, struct_name); if (b == 0) { + name = printable_filename (filename, 0); builtin_error (_("cannot find %s in shared object %s: %s"), - struct_name, filename, dlerror ()); + struct_name, name, dlerror ()); + if (name != filename) + free (name); free (struct_name); continue; } - free (struct_name); + funcname = xrealloc (struct_name, size + sizeof (LOAD_SUFFIX) + 1); + strcpy (funcname, name); + strcpy (funcname + size, LOAD_SUFFIX); + + loadfunc = (sh_load_func_t *)dlsym (handle, funcname); + if (loadfunc) + { + r = (*loadfunc) (name); + if (r == 0) + { + builtin_error (_("load function for %s returns failure (%d): not loaded"), name, r); + free (funcname); + continue; + } + } + free (funcname); b->flags &= ~STATIC_BUILTIN; if (flags & SPECIAL) @@ -446,7 +497,9 @@ dyn_unload_builtin (name) { struct builtin *b; void *handle; - int ref, i; + char *funcname; + sh_unload_func_t *unloadfunc; + int ref, i, size; b = builtin_address_internal (name, 1); if (b == 0) @@ -467,6 +520,17 @@ dyn_unload_builtin (name) ref++; } + /* Call any unload function */ + size = strlen (name); + funcname = xmalloc (size + sizeof (UNLOAD_SUFFIX) + 1); + strcpy (funcname, name); + strcpy (funcname + size, UNLOAD_SUFFIX); + + unloadfunc = (sh_unload_func_t *)dlsym (handle, funcname); + if (unloadfunc) + (*unloadfunc) (name); /* void function */ + free (funcname); + /* Don't remove the shared object unless the reference count of builtins using it drops to zero. */ if (ref == 1 && local_dlclose (handle) != 0) diff --git a/builtins/eval.def b/builtins/eval.def index 5e824c92d..a92b538f2 100644 --- a/builtins/eval.def +++ b/builtins/eval.def @@ -1,7 +1,7 @@ This file is eval.def, from which is created eval.c. It implements the builtin "eval" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. diff --git a/builtins/evalfile.c b/builtins/evalfile.c index 058d99daf..316b7940f 100644 --- a/builtins/evalfile.c +++ b/builtins/evalfile.c @@ -1,6 +1,6 @@ /* evalfile.c - read and evaluate commands from a file or file descriptor */ -/* Copyright (C) 1996-2009 Free Software Foundation, Inc. +/* Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -43,6 +43,8 @@ #include "../execute_cmd.h" #include "../trap.h" +#include + #if defined (HISTORY) # include "../bashhist.h" #endif @@ -71,6 +73,7 @@ extern int indirection_level, subshell_environment; extern int return_catch_flag, return_catch_value; extern int last_command_exit_value; extern int executing_command_builtin; +extern int current_token; /* parse.y */ /* How many `levels' of sourced files we have. */ int sourcelevel = 0; @@ -91,6 +94,7 @@ _evalfile (filename, flags) #if defined (ARRAY_VARS) SHELL_VAR *funcname_v, *nfv, *bash_source_v, *bash_lineno_v; ARRAY *funcname_a, *bash_source_a, *bash_lineno_a; + struct func_array_state *fa; # if defined (DEBUGGER) SHELL_VAR *bash_argv_v, *bash_argc_v; ARRAY *bash_argv_a, *bash_argc_a; @@ -130,7 +134,7 @@ file_error_and_exit: } return ((flags & FEVAL_BUILTIN) ? EXECUTION_FAILURE - : ((errno == ENOENT) ? 0 : -1)); + : ((errno == ENOENT && (flags & FEVAL_ENOENTOK) != 0) ? 0 : -1)); } errfunc = ((flags & FEVAL_BUILTIN) ? builtin_error : internal_error); @@ -240,6 +244,17 @@ file_error_and_exit: array_push (bash_lineno_a, t); free (t); array_push (funcname_a, "source"); /* not exactly right */ + + fa = (struct func_array_state *)xmalloc (sizeof (struct func_array_state)); + fa->source_a = bash_source_a; + fa->source_v = bash_source_v; + fa->lineno_a = bash_lineno_a; + fa->lineno_v = bash_lineno_v; + fa->funcname_a = funcname_a; + fa->funcname_v = funcname_v; + if (flags & FEVAL_UNWINDPROT) + add_unwind_protect (restore_funcarray_state, fa); + # if defined (DEBUGGER) /* Have to figure out a better way to do this when `source' is supplied arguments */ @@ -248,6 +263,8 @@ file_error_and_exit: array_push (bash_argv_a, (char *)filename); tt[0] = '1'; tt[1] = '\0'; array_push (bash_argc_a, tt); + if (flags & FEVAL_UNWINDPROT) + add_unwind_protect (pop_args, 0); } # endif #endif @@ -277,30 +294,27 @@ file_error_and_exit: { if (flags & FEVAL_NONINT) interactive = old_interactive; +#if defined (ARRAY_VARS) + restore_funcarray_state (fa); +# if defined (DEBUGGER) + if ((flags & FEVAL_NOPUSHARGS) == 0) + { + /* Don't need to call pop_args here until we do something better + when source is passed arguments (see above). */ + array_pop (bash_argc_a); + array_pop (bash_argv_a); + } +# endif +#endif return_catch_flag--; sourcelevel--; COPY_PROCENV (old_return_catch, return_catch); } -#if defined (ARRAY_VARS) - /* These two variables cannot be unset, and cannot be affected by the - sourced file. */ - array_pop (bash_source_a); - array_pop (bash_lineno_a); - - /* FUNCNAME can be unset, and so can potentially be changed by the - sourced file. */ - GET_ARRAY_FROM_VAR ("FUNCNAME", nfv, funcname_a); - if (nfv == funcname_v) - array_pop (funcname_a); -# if defined (DEBUGGER) - if ((flags & FEVAL_NOPUSHARGS) == 0) - { - array_pop (bash_argc_a); - array_pop (bash_argv_a); - } -# endif -#endif + /* If we end up with EOF after sourcing a file, which can happen when the file + doesn't end with a newline, pretend that it did. */ + if (current_token == yacc_EOF) + push_token ('\n'); /* XXX */ return ((flags & FEVAL_BUILTIN) ? result : 1); } @@ -322,6 +336,23 @@ maybe_execute_file (fname, force_noninteractive) return result; } +int +force_execute_file (fname, force_noninteractive) + const char *fname; + int force_noninteractive; +{ + char *filename; + int result, flags; + + filename = bash_tilde_expand (fname, 0); + flags = 0; + if (force_noninteractive) + flags |= FEVAL_NONINT; + result = _evalfile (filename, flags); + free (filename); + return result; +} + #if defined (HISTORY) int fc_execute_file (filename) @@ -330,8 +361,9 @@ fc_execute_file (filename) int flags; /* We want these commands to show up in the history list if - remember_on_history is set. */ - flags = FEVAL_ENOENTOK|FEVAL_HISTORY|FEVAL_REGFILE; + remember_on_history is set. We use FEVAL_BUILTIN to return + the result of parse_and_execute. */ + flags = FEVAL_ENOENTOK|FEVAL_HISTORY|FEVAL_REGFILE|FEVAL_BUILTIN; return (_evalfile (filename, flags)); } #endif /* HISTORY */ diff --git a/builtins/evalstring.c b/builtins/evalstring.c index 0758c4371..e22159144 100644 --- a/builtins/evalstring.c +++ b/builtins/evalstring.c @@ -1,6 +1,6 @@ /* evalstring.c - evaluate a string as one or more shell commands. */ -/* Copyright (C) 1996-2012 Free Software Foundation, Inc. +/* Copyright (C) 1996-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -96,6 +96,38 @@ restore_lastcom (x) the_printed_command_except_trap = x; } +int +should_suppress_fork (command) + COMMAND *command; +{ + return (startup_state == 2 && parse_and_execute_level == 1 && + running_trap == 0 && + *bash_input.location.string == '\0' && + command->type == cm_simple && +#if 0 + signal_is_trapped (EXIT_TRAP) == 0 && + signal_is_trapped (ERROR_TRAP) == 0 && +#else + any_signals_trapped () < 0 && +#endif + command->redirects == 0 && command->value.Simple->redirects == 0 && + ((command->flags & CMD_TIME_PIPELINE) == 0) && + ((command->flags & CMD_INVERT_RETURN) == 0)); +} + +void +optimize_fork (command) + COMMAND *command; +{ + if (command->type == cm_connection && + (command->value.Connection->connector == AND_AND || command->value.Connection->connector == OR_OR) && + should_suppress_fork (command->value.Connection->second)) + { + command->value.Connection->second->flags |= CMD_NO_FORK; + command->value.Connection->second->value.Simple->flags |= CMD_NO_FORK; + } +} + /* How to force parse_and_execute () to clean up after itself. */ void parse_and_execute_cleanup () @@ -141,8 +173,7 @@ parse_prologue (string, flags, tag) else unwind_protect_int (remember_on_history); /* can be used in scripts */ # if defined (BANG_HISTORY) - if (interactive_shell) - unwind_protect_int (history_expansion_inhibited); + unwind_protect_int (history_expansion_inhibited); # endif /* BANG_HISTORY */ #endif /* HISTORY */ @@ -172,6 +203,10 @@ parse_prologue (string, flags, tag) #if defined (HISTORY) if (flags & SEVAL_NOHIST) bash_history_disable (); +# if defined (BANG_HISTORY) + if (flags & SEVAL_NOHISTEXP) + history_expansion_inhibited = 1; +# endif /* BANG_HISTORY */ #endif /* HISTORY */ } @@ -184,6 +219,7 @@ parse_prologue (string, flags, tag) (flags & SEVAL_NOHIST) -> call bash_history_disable () (flags & SEVAL_NOFREE) -> don't free STRING when finished (flags & SEVAL_RESETLINE) -> reset line_number to 1 + (flags & SEVAL_NOHISTEXP) -> history_expansion_inhibited -> 1 */ int @@ -205,8 +241,8 @@ parse_and_execute (string, from_file, flags) #if defined (HAVE_POSIX_SIGNALS) /* If we longjmp and are going to go on, use this to restore signal mask */ - sigemptyset (&pe_sigmask); - sigprocmask (SIG_BLOCK, (sigset_t *)NULL, &pe_sigmask); + sigemptyset ((sigset_t *)&pe_sigmask); + sigprocmask (SIG_BLOCK, (sigset_t *)NULL, (sigset_t *)&pe_sigmask); #endif /* Reset the line number if the caller wants us to. If we don't reset the @@ -226,7 +262,12 @@ parse_and_execute (string, from_file, flags) code = should_jump_to_top_level = 0; last_result = EXECUTION_SUCCESS; + /* We need to reset enough of the token state so we can start fresh. */ + if (current_token == yacc_EOF) + current_token = '\n'; /* reset_parser() ? */ + with_input_from_string (string, from_file); + clear_shell_input_line (); while (*(bash_input.location.string)) { command = (COMMAND *)NULL; @@ -285,7 +326,7 @@ parse_and_execute (string, from_file, flags) dispose_command (command); /* pe_dispose does this */ #endif #if defined (HAVE_POSIX_SIGNALS) - sigprocmask (SIG_SETMASK, &pe_sigmask, (sigset_t *)NULL); + sigprocmask (SIG_SETMASK, (sigset_t *)&pe_sigmask, (sigset_t *)NULL); #endif continue; } @@ -349,22 +390,18 @@ parse_and_execute (string, from_file, flags) * we're not going to run the exit trap AND * we have a simple command without redirections AND * the command is not being timed AND - * the command's return status is not being inverted + * the command's return status is not being inverted AND + * there aren't any traps in effect * THEN * tell the execution code that we don't need to fork */ - if (startup_state == 2 && parse_and_execute_level == 1 && - running_trap == 0 && - *bash_input.location.string == '\0' && - command->type == cm_simple && - signal_is_trapped (EXIT_TRAP) == 0 && - command->redirects == 0 && command->value.Simple->redirects == 0 && - ((command->flags & CMD_TIME_PIPELINE) == 0) && - ((command->flags & CMD_INVERT_RETURN) == 0)) + if (should_suppress_fork (command)) { command->flags |= CMD_NO_FORK; command->value.Simple->flags |= CMD_NO_FORK; } + else if (command->type == cm_connection) + optimize_fork (command); #endif /* ONESHOT */ /* See if this is a candidate for $( gs_optarg = sh_optarg; + ret->gs_optind = sh_optind; + ret->gs_curopt = sh_curopt; + ret->gs_nextchar = nextchar; /* XXX */ + ret->gs_charindex = sh_charindex; + ret->gs_flags = 0; /* XXX for later use */ + + return ret; +} + +void +sh_getopt_restore_istate (state) + sh_getopt_state_t *state; +{ + sh_optarg = state->gs_optarg; + sh_optind = state->gs_optind; + sh_curopt = state->gs_curopt; + nextchar = state->gs_nextchar; /* XXX - probably not usable */ + sh_charindex = state->gs_charindex; + + sh_getopt_dispose_istate (state); +} + #if 0 void sh_getopt_debug_restore_state (argv) diff --git a/builtins/getopt.h b/builtins/getopt.h index 75fdec571..990961888 100644 --- a/builtins/getopt.h +++ b/builtins/getopt.h @@ -60,6 +60,23 @@ extern int sh_optopt; extern int sh_badopt; extern int sh_getopt __P((int, char *const *, const char *)); + +typedef struct sh_getopt_state +{ + char *gs_optarg; + int gs_optind; + int gs_curopt; + char *gs_nextchar; + int gs_charindex; + int gs_flags; +} sh_getopt_state_t; + extern void sh_getopt_restore_state __P((char **)); +extern sh_getopt_state_t *sh_getopt_alloc_istate __P((void)); +extern void sh_getopt_dispose_istate __P((sh_getopt_state_t *)); + +extern sh_getopt_state_t *sh_getopt_save_istate __P((void)); +extern void sh_getopt_restore_istate __P((sh_getopt_state_t *)); + #endif /* _SH_GETOPT_H */ diff --git a/builtins/getopts.def b/builtins/getopts.def index 1d2a68a44..590b11035 100644 --- a/builtins/getopts.def +++ b/builtins/getopts.def @@ -1,7 +1,7 @@ This file is getopts.def, from which is created getopts.c. It implements the builtin "getopts" in Bash. -Copyright (C) 1987-2004 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -74,6 +74,7 @@ $END #endif #include "../bashansi.h" +#include "../bashintl.h" #include "../shell.h" #include "common.h" @@ -86,6 +87,7 @@ $END extern char *this_command_name; +static int getopts_unbind_variable __P((char *)); static int getopts_bind_variable __P((char *, char *)); static int dogetopts __P((int, char **)); @@ -99,6 +101,17 @@ getopts_reset (newind) sh_badopt = 0; } +static int +getopts_unbind_variable (name) + char *name; +{ +#if 0 + return (unbind_variable (name)); +#else + return (unbind_variable_noref (name)); +#endif +} + static int getopts_bind_variable (name, value) char *name, *value; @@ -253,7 +266,7 @@ dogetopts (argc, argv) if (ret == G_EOF) { - unbind_variable ("OPTARG"); + getopts_unbind_variable ("OPTARG"); getopts_bind_variable (name, "?"); return (EXECUTION_FAILURE); } @@ -270,7 +283,7 @@ dogetopts (argc, argv) bind_variable ("OPTARG", strval, 0); } else - unbind_variable ("OPTARG"); + getopts_unbind_variable ("OPTARG"); return (ret); } @@ -289,7 +302,7 @@ dogetopts (argc, argv) else { ret = getopts_bind_variable (name, "?"); - unbind_variable ("OPTARG"); + getopts_unbind_variable ("OPTARG"); } return (ret); } @@ -316,9 +329,12 @@ getopts_builtin (list) } reset_internal_getopt (); - if (internal_getopt (list, "") != -1) + if ((ret = internal_getopt (list, "")) != -1) { - builtin_usage (); + if (ret == GETOPT_HELP) + builtin_help (); + else + builtin_usage (); return (EX_USAGE); } list = loptend; diff --git a/builtins/hash.def b/builtins/hash.def index 85ef364bc..bec4b073b 100644 --- a/builtins/hash.def +++ b/builtins/hash.def @@ -1,7 +1,7 @@ This file is hash.def, from which is created hash.c. It implements the builtin "hash" in Bash. -Copyright (C) 1987-2013 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -29,15 +29,15 @@ Determine and remember the full pathname of each command NAME. If no arguments are given, information about remembered commands is displayed. Options: - -d forget the remembered location of each NAME - -l display in a format that may be reused as input + -d forget the remembered location of each NAME + -l display in a format that may be reused as input -p pathname use PATHNAME as the full pathname of NAME - -r forget all remembered locations - -t print the remembered location of each NAME, preceding + -r forget all remembered locations + -t print the remembered location of each NAME, preceding each location with the corresponding NAME if multiple NAMEs are given Arguments: - NAME Each NAME is searched for in $PATH and added to the list + NAME Each NAME is searched for in $PATH and added to the list of remembered commands. Exit Status: @@ -115,6 +115,7 @@ hash_builtin (list) case 't': list_targets = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -230,7 +231,15 @@ static int print_portable_hash_info (item) BUCKET_CONTENTS *item; { - printf ("builtin hash -p %s %s\n", pathdata(item)->path, item->key); + char *fp, *fn; + + fp = printable_filename (pathdata(item)->path, 1); + fn = printable_filename (item->key, 1); + printf ("builtin hash -p %s %s\n", fp, fn); + if (fp != pathdata(item)->path) + free (fp); + if (fn != item->key) + free (fn); return 0; } diff --git a/builtins/help.def b/builtins/help.def index 1894f177e..95a1a360b 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-2013 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -34,7 +34,7 @@ Options: -d output short description for each topic -m display usage in pseudo-manpage format -s output only a short usage synopsis for each topic matching - PATTERN + PATTERN Arguments: PATTERN Pattern specifiying a help topic @@ -58,6 +58,7 @@ $END #include #include +#include #include "../bashintl.h" @@ -77,6 +78,9 @@ extern int errno; extern const char * const bash_copyright; extern const char * const bash_license; +extern char *this_command_name; +extern struct builtin *current_builtin; + static void show_builtin_command_help __P((void)); static int open_helpfile __P((char *)); static void show_desc __P((char *, int)); @@ -109,6 +113,7 @@ help_builtin (list) case 's': sflag = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -187,6 +192,28 @@ help_builtin (list) return (EXECUTION_SUCCESS); } +void +builtin_help () +{ + int ind; + ptrdiff_t d; + + current_builtin = builtin_address_internal (this_command_name, 0); + if (current_builtin == 0) + return; + + d = current_builtin - shell_builtins; + +#if defined (__STDC__) + ind = (int)d; +#else + ind = (int)d / sizeof (struct builtin); +#endif + + printf ("%s: %s\n", this_command_name, _(shell_builtins[ind].short_doc)); + show_longdoc (ind); +} + static int open_helpfile (name) char *name; @@ -348,7 +375,7 @@ dispcolumn (i, buf, bufsize, width, height) int width, height; { int j; - int displen; + int dispcols; char *helpdoc; /* first column */ @@ -365,9 +392,9 @@ dispcolumn (i, buf, bufsize, width, height) return; } - displen = strlen (buf); + dispcols = strlen (buf); /* two spaces */ - for (j = displen; j < width; j++) + for (j = dispcols; j < width; j++) putc (' ', stdout); /* second column */ @@ -390,7 +417,7 @@ wdispcolumn (i, buf, bufsize, width, height) int width, height; { int j; - int displen; + int dispcols, dispchars; char *helpdoc; wchar_t *wcstr; size_t slen, n; @@ -420,23 +447,29 @@ wdispcolumn (i, buf, bufsize, width, height) if (wcstr[j] == L'\n' || wcstr[j] == L'\t') wcstr[j] = L' '; - displen = wcsnwidth (wcstr+1, slen, width - 2) + 1; /* +1 for ' ' or '*' */ - + /* dispchars == number of characters that will be displayed */ + dispchars = wcsnwidth (wcstr+1, slen, width - 2); + /* dispcols == number of columns required to display DISPCHARS */ + dispcols = wcswidth (wcstr+1, dispchars) + 1; /* +1 for ' ' or '*' */ + wcstr[0] = (shell_builtins[i].flags & BUILTIN_ENABLED) ? L' ' : L'*'; - /* This assumes each wide char takes up one column position when displayed */ - wcstr[width - 2] = L'>'; /* indicate truncation */ - wcstr[width - 1] = L'\0'; + if (dispcols >= width-2) + { + wcstr[dispchars] = L'>'; /* indicate truncation */ + wcstr[dispchars+1] = L'\0'; + } printf ("%ls", wcstr); if (((i << 1) >= num_shell_builtins) || (i+height >= num_shell_builtins)) { printf ("\n"); + free (wcstr); return; } /* at least one space */ - for (j = displen; j < width; j++) + for (j = dispcols; j < width; j++) putc (' ', stdout); /* second column */ @@ -446,6 +479,7 @@ wdispcolumn (i, buf, bufsize, width, height) { /* for now */ printf ("%c%s\n", (shell_builtins[i+height].flags & BUILTIN_ENABLED) ? ' ' : '*', helpdoc); + free (wcstr); return; } @@ -460,13 +494,20 @@ wdispcolumn (i, buf, bufsize, width, height) if (wcstr[j] == L'\n' || wcstr[j] == L'\t') wcstr[j] = L' '; - displen = wcsnwidth (wcstr+1, slen, width - 2); + /* dispchars == number of characters that will be displayed */ + dispchars = wcsnwidth (wcstr+1, slen, width - 2); + dispcols = wcswidth (wcstr+1, dispchars) + 1; /* +1 for ' ' or '*' */ wcstr[0] = (shell_builtins[i+height].flags & BUILTIN_ENABLED) ? L' ' : L'*'; - /* This assumes each wide char takes up one column position when displayed */ - wcstr[width - 3] = L'>'; /* indicate truncation */ - wcstr[width - 2] = L'\0'; + /* The dispchars-1 is there for terminals that behave strangely when you + have \n in the nth column for terminal width n; this is what bash-4.3 + did. */ + if (dispcols >= width - 2) + { + wcstr[dispchars-1] = L'>'; /* indicate truncation */ + wcstr[dispchars] = L'\0'; + } printf ("%ls\n", wcstr); diff --git a/builtins/history.def b/builtins/history.def index 4cf7308f1..48b59aeb5 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-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -31,23 +31,23 @@ entry with a `*'. An argument of N lists only the last N entries. Options: -c clear the history list by deleting all of the entries - -d offset delete the history entry at offset OFFSET. + -d offset delete the history entry at position OFFSET. -a append history lines from this session to the history file -n read all history lines not already read from the history file + and append them to the history list -r read the history file and append the contents to the history - list + list -w write the current history to the history file - and append them to the history list -p perform history expansion on each ARG and display the result - without storing it in the history list + without storing it in the history list -s append the ARGs to the history list as a single entry If FILENAME is given, it is used as the history file. Otherwise, -if $HISTFILE has a value, that is used, else ~/.bash_history. +if HISTFILE has a value, that is used, else ~/.bash_history. -If the $HISTTIMEFORMAT variable is set and not null, its value is used +If the HISTTIMEFORMAT variable is set and not null, its value is used as a format string for strftime(3) to print the time stamp associated with each displayed history entry. No time stamps are printed otherwise. @@ -141,6 +141,7 @@ history_builtin (list) flags |= PFLAG; #endif break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -208,7 +209,11 @@ history_builtin (list) else if (flags & WFLAG) /* Write entire history. */ result = write_history (filename); else if (flags & RFLAG) /* Read entire file. */ - result = read_history (filename); + { + result = read_history (filename); + history_lines_in_file = history_lines_read_from_file; + /* history_lines_in_file = where_history () + history_base - 1; */ + } else if (flags & NFLAG) /* Read `new' history from file. */ { /* Read all of the lines in the file that we haven't already read. */ @@ -219,7 +224,8 @@ history_builtin (list) result = read_history_range (filename, history_lines_in_file, -1); using_history (); - history_lines_in_file = where_history (); + history_lines_in_file = history_lines_read_from_file; + /* history_lines_in_file = where_history () + history_base - 1; */ /* 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 @@ -254,6 +260,9 @@ histtime (hlist, histtimefmt) t = history_get_time (hlist); if (t) strftime (timestr, sizeof (timestr), histtimefmt, localtime (&t)); + else if (hlist->timestamp && hlist->timestamp[0]) + snprintf (timestr, sizeof (timestr), _("%s: invalid timestamp"), + (hlist->timestamp[0] == '#') ? hlist->timestamp + 1: hlist->timestamp); else strcpy (timestr, "??"); return timestr; diff --git a/builtins/jobs.def b/builtins/jobs.def index 47da58e49..be1a7d8fa 100644 --- a/builtins/jobs.def +++ b/builtins/jobs.def @@ -1,7 +1,7 @@ This file is jobs.def, from which is created jobs.c. It implements the builtins "jobs" and "disown" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -32,7 +32,7 @@ Without options, the status of all active jobs is displayed. Options: -l lists process IDs in addition to the normal information -n lists only processes that have changed status since the last - notification + notification -p lists process IDs only -r restrict output to running jobs -s restrict output to stopped jobs @@ -118,6 +118,7 @@ jobs_builtin (list) state = JSTATE_STOPPED; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -212,7 +213,7 @@ execute_list_with_replacements (list) $BUILTIN disown $FUNCTION disown_builtin $DEPENDS_ON JOB_CONTROL -$SHORT_DOC disown [-h] [-ar] [jobspec ...] +$SHORT_DOC disown [-h] [-ar] [jobspec ... | pid ...] Remove jobs from current shell. Removes each JOBSPEC argument from the table of active jobs. Without @@ -221,7 +222,7 @@ any JOBSPECs, the shell uses its notion of the current job. Options: -a remove all jobs if JOBSPEC is not supplied -h mark each JOBSPEC so that SIGHUP is not sent to the job if the - shell receives a SIGHUP + shell receives a SIGHUP -r remove only running jobs Exit Status: @@ -252,6 +253,7 @@ disown_builtin (list) case 'r': running_jobs = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); diff --git a/builtins/kill.def b/builtins/kill.def index 2e68f0348..f05189dec 100644 --- a/builtins/kill.def +++ b/builtins/kill.def @@ -1,7 +1,7 @@ This file is kill.def, from which is created kill.c. It implements the builtin "kill" in Bash. -Copyright (C) 1987-2010 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -33,7 +33,8 @@ Options: -s sig SIG is a signal name -n sig SIG is a signal number -l list the signal names; if arguments follow `-l' they are - assumed to be signal numbers for which names should be listed + assumed to be signal numbers for which names should be listed + -L synonym for -l Kill is a shell builtin for two reasons: it allows job IDs to be used instead of process IDs, and allows processes to be killed if the limit @@ -96,6 +97,7 @@ kill_builtin (list) builtin_usage (); return (EX_USAGE); } + CHECK_HELPOPT (list); any_succeeded = listing = saw_signal = 0; sig = SIGTERM; @@ -107,7 +109,7 @@ kill_builtin (list) { word = list->word->word; - if (ISOPTION (word, 'l')) + if (ISOPTION (word, 'l') || ISOPTION (word, 'L')) { listing++; list = list->next; diff --git a/builtins/let.def b/builtins/let.def index 811534e48..23e684fdc 100644 --- a/builtins/let.def +++ b/builtins/let.def @@ -86,6 +86,8 @@ let_builtin (list) intmax_t ret; int expok; + CHECK_HELPOPT (list); + /* Skip over leading `--' argument. */ if (list && list->word && ISOPTION (list->word->word, '-')) list = list->next; diff --git a/builtins/mapfile.def b/builtins/mapfile.def index 2e6a64332..0d64f6189 100644 --- a/builtins/mapfile.def +++ b/builtins/mapfile.def @@ -2,7 +2,7 @@ This file is mapfile.def, from which is created mapfile.c. It implements the builtin "mapfile" in Bash. Copyright (C) 2005-2006 Rocky Bernstein for Free Software Foundation, Inc. -Copyright (C) 2008-2012 Free Software Foundation, Inc. +Copyright (C) 2008-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -23,7 +23,7 @@ $PRODUCES mapfile.c $BUILTIN mapfile $FUNCTION mapfile_builtin -$SHORT_DOC mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array] +$SHORT_DOC mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array] Read lines from the standard input into an indexed array variable. Read lines from the standard input into the indexed array variable ARRAY, or @@ -31,16 +31,18 @@ from file descriptor FD if the -u option is supplied. The variable MAPFILE is the default ARRAY. Options: - -n count Copy at most COUNT lines. If COUNT is 0, all lines are copied. - -O origin Begin assigning to ARRAY at index ORIGIN. The default index is 0. - -s count Discard the first COUNT lines read. - -t Remove a trailing newline from each line read. - -u fd Read lines from file descriptor FD instead of the standard input. - -C callback Evaluate CALLBACK each time QUANTUM lines are read. - -c quantum Specify the number of lines read between each call to CALLBACK. + -d delim Use DELIM to terminate lines, instead of newline + -n count Copy at most COUNT lines. If COUNT is 0, all lines are copied + -O origin Begin assigning to ARRAY at index ORIGIN. The default index is 0 + -s count Discard the first COUNT lines read + -t Remove a trailing DELIM from each line read (default newline) + -u fd Read lines from file descriptor FD instead of the standard input + -C callback Evaluate CALLBACK each time QUANTUM lines are read + -c quantum Specify the number of lines read between each call to + CALLBACK Arguments: - ARRAY Array variable name to use for file data. + ARRAY Array variable name to use for file data If -C is supplied without -c, the default quantum is 5000. When CALLBACK is evaluated, it is supplied the index of the next array @@ -101,6 +103,8 @@ static int run_callback __P((const char *, unsigned int, const char *)); #define MAPF_CLEARARRAY 0x01 #define MAPF_CHOP 0x02 +static int delim; + static int run_callback (callback, curindex, curline) const char *callback; @@ -129,21 +133,23 @@ run_callback (callback, curindex, curline) } static void -do_chop(line) - char * line; +do_chop(line, delim) + char *line; + unsigned char delim; { int length; length = strlen (line); - if (length && line[length-1] == '\n') + if (length && line[length-1] == delim) line[length-1] = '\0'; } static int -mapfile (fd, line_count_goal, origin, nskip, callback_quantum, callback, array_name, flags) +mapfile (fd, line_count_goal, origin, nskip, callback_quantum, callback, array_name, delim, flags) int fd; long line_count_goal, origin, nskip, callback_quantum; char *callback, *array_name; + int delim; int flags; { char *line; @@ -184,11 +190,14 @@ mapfile (fd, line_count_goal, origin, nskip, callback_quantum, callback, array_n unbuffered_read = 1; #endif + if (delim != '\n') + unbuffered_read = 1; + zreset (); /* Skip any lines at beginning of file? */ for (line_count = 0; line_count < nskip; line_count++) - if (zgetline (fd, &line, &line_length, unbuffered_read) < 0) + if (zgetline (fd, &line, &line_length, delim, unbuffered_read) < 0) break; line = 0; @@ -196,12 +205,12 @@ mapfile (fd, line_count_goal, origin, nskip, callback_quantum, callback, array_n /* Reset the buffer for bash own stream */ for (array_index = origin, line_count = 1; - zgetline (fd, &line, &line_length, unbuffered_read) != -1; + zgetline (fd, &line, &line_length, delim, unbuffered_read) != -1; array_index++) { /* Remove trailing newlines? */ if (flags & MAPF_CHOP) - do_chop (line); + do_chop (line, delim); /* Has a callback been registered and if so is it time to call it? */ if (callback && line_count && (line_count % callback_quantum) == 0) @@ -246,12 +255,16 @@ mapfile_builtin (list) flags = MAPF_CLEARARRAY; callback_quantum = DEFAULT_QUANTUM; callback = 0; + delim = '\n'; reset_internal_getopt (); - while ((opt = internal_getopt (list, "u:n:O:tC:c:s:")) != -1) + while ((opt = internal_getopt (list, "d:u:n:O:tC:c:s:")) != -1) { switch (opt) { + case 'd': + delim = *list_optarg; + break; case 'u': code = legal_number (list_optarg, &intval); if (code == 0 || intval < 0 || intval != (int)intval) @@ -317,6 +330,7 @@ mapfile_builtin (list) else nskip = intval; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -339,13 +353,13 @@ mapfile_builtin (list) else array_name = list->word->word; - if (legal_identifier (array_name) == 0 && valid_array_reference (array_name) == 0) + if (legal_identifier (array_name) == 0) { sh_invalidid (array_name); return (EXECUTION_FAILURE); } - return mapfile (fd, lines, origin, nskip, callback_quantum, callback, array_name, flags); + return mapfile (fd, lines, origin, nskip, callback_quantum, callback, array_name, delim, flags); } #else diff --git a/builtins/mkbuiltins.c b/builtins/mkbuiltins.c index 15bb80f4e..4f512010f 100644 --- a/builtins/mkbuiltins.c +++ b/builtins/mkbuiltins.c @@ -1,7 +1,7 @@ /* mkbuiltins.c - Create builtins.c, builtext.h, and builtdoc.c from a single source file called builtins.def. */ -/* Copyright (C) 1987-2011 Free Software Foundation, Inc. +/* Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -71,7 +71,8 @@ extern char *strcpy (); /* Flag values that builtins can have. */ #define BUILTIN_FLAG_SPECIAL 0x01 #define BUILTIN_FLAG_ASSIGNMENT 0x02 -#define BUILTIN_FLAG_POSIX_BUILTIN 0x04 +#define BUILTIN_FLAG_LOCALVAR 0x04 +#define BUILTIN_FLAG_POSIX_BUILTIN 0x08 #define BASE_INDENT 4 @@ -159,6 +160,11 @@ char *assignment_builtins[] = (char *)NULL }; +char *localvar_builtins[] = +{ + "declare", "local", "typeset", (char *)NULL +}; + /* The builtin commands that are special to the POSIX search order. */ char *posix_builtins[] = { @@ -170,6 +176,7 @@ char *posix_builtins[] = /* Forward declarations. */ static int is_special_builtin (); static int is_assignment_builtin (); +static int is_localvar_builtin (); static int is_posix_builtin (); #if !defined (HAVE_RENAME) @@ -820,6 +827,8 @@ builtin_handler (self, defs, arg) new->flags |= BUILTIN_FLAG_SPECIAL; if (is_assignment_builtin (name)) new->flags |= BUILTIN_FLAG_ASSIGNMENT; + if (is_localvar_builtin (name)) + new->flags |= BUILTIN_FLAG_LOCALVAR; if (is_posix_builtin (name)) new->flags |= BUILTIN_FLAG_POSIX_BUILTIN; @@ -1102,7 +1111,7 @@ char *structfile_header[] = { "/* This file is manufactured by ./mkbuiltins, and should not be", " edited by hand. See the source to mkbuiltins for details. */", "", - "/* Copyright (C) 1987-2012 Free Software Foundation, Inc.", + "/* Copyright (C) 1987-2015 Free Software Foundation, Inc.", "", " This file is part of GNU Bash, the Bourne Again SHell.", "", @@ -1132,6 +1141,8 @@ char *structfile_header[] = { " the list of shell reserved control structures, like `if' and `while'.", " The end of the list is denoted with a NULL name field. */", "", + "/* TRANSLATORS: Please do not translate command names in descriptions */", + "", "#include \"../builtins.h\"", (char *)NULL }; @@ -1239,23 +1250,36 @@ write_builtins (defs, structfile, externfile) else fprintf (structfile, "(sh_builtin_func_t *)0x0, "); - fprintf (structfile, "%s%s%s%s, %s_doc,\n", + fprintf (structfile, "%s%s%s%s%s, %s_doc,\n", "BUILTIN_ENABLED | STATIC_BUILTIN", (builtin->flags & BUILTIN_FLAG_SPECIAL) ? " | SPECIAL_BUILTIN" : "", (builtin->flags & BUILTIN_FLAG_ASSIGNMENT) ? " | ASSIGNMENT_BUILTIN" : "", + (builtin->flags & BUILTIN_FLAG_LOCALVAR) ? " | LOCALVAR_BUILTIN" : "", (builtin->flags & BUILTIN_FLAG_POSIX_BUILTIN) ? " | POSIX_BUILTIN" : "", document_name (builtin)); - if (inhibit_functions) - fprintf - (structfile, " N_(\"%s\"), \"%s\" },\n", - builtin->shortdoc ? builtin->shortdoc : builtin->name, - document_name (builtin)); + /* Don't translate short document summaries that are identical + to command names */ + if (builtin->shortdoc && strcmp (builtin->name, builtin->shortdoc) == 0) + { + if (inhibit_functions) + fprintf (structfile, " \"%s\", \"%s\" },\n", + builtin->shortdoc ? builtin->shortdoc : builtin->name, + document_name (builtin)); + else + fprintf (structfile, " \"%s\", (char *)NULL },\n", + builtin->shortdoc ? builtin->shortdoc : builtin->name); + } else - fprintf - (structfile, " N_(\"%s\"), (char *)NULL },\n", - builtin->shortdoc ? builtin->shortdoc : builtin->name); - + { + if (inhibit_functions) + fprintf (structfile, " N_(\"%s\"), \"%s\" },\n", + builtin->shortdoc ? builtin->shortdoc : builtin->name, + document_name (builtin)); + else + fprintf (structfile, " N_(\"%s\"), (char *)NULL },\n", + builtin->shortdoc ? builtin->shortdoc : builtin->name); + } } if (structfile || separate_helpfiles) @@ -1607,6 +1631,13 @@ is_assignment_builtin (name) return (_find_in_table (name, assignment_builtins)); } +static int +is_localvar_builtin (name) + char *name; +{ + return (_find_in_table (name, localvar_builtins)); +} + static int is_posix_builtin (name) char *name; diff --git a/builtins/printf.def b/builtins/printf.def index 7f29126d1..d39a6d3f2 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-2010 Free Software Foundation, Inc. +Copyright (C) 1997-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -40,8 +40,8 @@ printf interprets: %b expand backslash escape sequences in the corresponding argument %q quote the argument in a way that can be reused as shell input - %(fmt)T output the date-time string resulting from using FMT as a format - string for strftime(3) + %(fmt)T output the date-time string resulting from using FMT as a format + string for strftime(3) The format is re-used as necessary to consume all of the arguments. If there are fewer arguments than the format requires, extra format @@ -116,6 +116,7 @@ extern int errno; vbadd (b, 1); \ else \ putchar (c); \ + QUIT; \ } while (0) #define PF(f, func) \ @@ -131,6 +132,7 @@ extern int errno; else \ nw = vflag ? vbprintf (f, func) : printf (f, func); \ tw += nw; \ + QUIT; \ if (ferror (stdout)) \ { \ sh_wrerror (); \ @@ -143,6 +145,7 @@ extern int errno; #define PRETURN(value) \ do \ { \ + QUIT; \ if (vflag) \ { \ bind_printf_variable (vname, vbuf, 0); \ @@ -162,9 +165,9 @@ extern int errno; } \ else if (vbuf) \ vbuf[0] = 0; \ - terminate_immediately--; \ if (ferror (stdout) == 0) \ fflush (stdout); \ + QUIT; \ if (ferror (stdout)) \ { \ sh_wrerror (); \ @@ -255,7 +258,7 @@ printf_builtin (list) case 'v': vname = list_optarg; #if defined (ARRAY_VARS) - if (legal_identifier (vname) || valid_array_reference (vname)) + if (legal_identifier (vname) || valid_array_reference (vname, 0)) #else if (legal_identifier (vname)) #endif @@ -273,6 +276,7 @@ printf_builtin (list) return (EX_USAGE); } break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -286,6 +290,14 @@ printf_builtin (list) return (EX_USAGE); } + /* Allow printf -v var "" to act like var="" */ + if (vflag && list->word->word && list->word->word[0] == '\0') + { + bind_printf_variable (vname, "", 0); + stupidly_hack_special_variables (vname); + return (EXECUTION_SUCCESS); + } + if (list->word->word == 0 || list->word->word[0] == '\0') return (EXECUTION_SUCCESS); @@ -298,8 +310,6 @@ printf_builtin (list) if (format == 0 || *format == 0) return (EXECUTION_SUCCESS); - terminate_immediately++; - /* Basic algorithm is to scan the format string for conversion specifications -- once one is found, find out if the field width or precision is a '*'; if it is, gather up value. Note, @@ -409,6 +419,7 @@ printf_builtin (list) modstart[0] = convch; modstart[1] = '\0'; + QUIT; switch(convch) { case 'c': @@ -759,6 +770,8 @@ printstr (fmt, string, len, fieldwidth, precision) /* Error if precision > INT_MAX here? */ pr = (mpr < 0 || mpr > INT_MAX) ? INT_MAX : mpr; } + else + pr = 0; /* "a null digit string is treated as zero" */ } #if 0 @@ -1045,7 +1058,7 @@ vbprintf (format, va_alist) #ifdef DEBUG if (strlen (vbuf) != vblen) - internal_error ("printf:vbadd: vblen (%d) != strlen (vbuf) (%d)", vblen, (int)strlen (vbuf)); + internal_error ("printf:vbprintf: vblen (%d) != strlen (vbuf) (%d)", vblen, (int)strlen (vbuf)); #endif return (blen); @@ -1255,7 +1268,7 @@ bind_printf_variable (name, value, flags) SHELL_VAR *v; #if defined (ARRAY_VARS) - if (valid_array_reference (name) == 0) + if (valid_array_reference (name, 0) == 0) v = bind_variable (name, value, flags); else v = assign_array_element (name, value, flags); diff --git a/builtins/pushd.def b/builtins/pushd.def index 9c6548fad..82653c479 100644 --- a/builtins/pushd.def +++ b/builtins/pushd.def @@ -1,7 +1,7 @@ This file is pushd.def, from which is created pushd.c. It implements the builtins "pushd", "popd", and "dirs" in Bash. -Copyright (C) 1987-2013 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -32,19 +32,19 @@ directory. With no arguments, exchanges the top two directories. Options: -n Suppresses the normal change of directory when adding - directories to the stack, so only the stack is manipulated. + directories to the stack, so only the stack is manipulated. Arguments: +N Rotates the stack so that the Nth directory (counting - from the left of the list shown by `dirs', starting with - zero) is at the top. + from the left of the list shown by `dirs', 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 `dirs', starting with - zero) is at the top. + from the right of the list shown by `dirs', starting with + zero) is at the top. dir Adds DIR to the directory stack at the top, making it the - new current working directory. + new current working directory. The `dirs' builtin displays the directory stack. @@ -64,16 +64,16 @@ the top directory from the stack, and changes to the new top directory. Options: -n Suppresses the normal change of directory when removing - directories from the stack, so only the stack is manipulated. + directories from the stack, so only the stack is manipulated. Arguments: +N Removes the Nth entry counting from the left of the list - shown by `dirs', starting with zero. For example: `popd +0' - removes the first directory, `popd +1' the second. + shown by `dirs', starting with zero. For example: `popd +0' + removes the first directory, `popd +1' the second. -N Removes the Nth entry counting from the right of the list - shown by `dirs', starting with zero. For example: `popd -0' - removes the last directory, `popd -1' the next to last. + shown by `dirs', starting with zero. For example: `popd -0' + removes the last directory, `popd -1' the next to last. The `dirs' builtin displays the directory stack. @@ -95,17 +95,19 @@ back up through the list with the `popd' command. Options: -c clear the directory stack by deleting all of the elements -l do not print tilde-prefixed versions of directories relative - to your home directory + to your home directory -p print the directory stack with one entry per line -v print the directory stack with one entry per line prefixed - with its position in the stack + with its position in the stack Arguments: - +N Displays the Nth entry counting from the left of the list shown by - dirs when invoked without options, starting with zero. + +N Displays the Nth entry counting from the left of the list + shown by dirs when invoked without options, starting with + zero. - -N Displays the Nth entry counting from the right of the list shown by - dirs when invoked without options, starting with zero. + -N Displays the Nth entry counting from the right of the list + shown by dirs when invoked without options, starting with + zero. Exit Status: Returns success unless an invalid option is supplied or an error occurs. @@ -178,6 +180,8 @@ pushd_builtin (list) char direction; orig_list = list; + + CHECK_HELPOPT (list); if (list && list->word && ISOPTION (list->word->word, '-')) { list = list->next; @@ -321,6 +325,8 @@ popd_builtin (list) char direction; char *which_word; + CHECK_HELPOPT (list); + which_word = (char *)NULL; for (flags = 0, which = 0, direction = '+'; list; list = list->next) { @@ -402,6 +408,7 @@ dirs_builtin (list) intmax_t i; char *temp, *w; + CHECK_HELPOPT (list); for (flags = vflag = index_flag = 0, desired_index = -1, w = ""; list; list = list->next) { if (ISOPTION (list->word->word, 'l')) diff --git a/builtins/read.def b/builtins/read.def index 56c23010b..48fda3306 100644 --- a/builtins/read.def +++ b/builtins/read.def @@ -1,7 +1,7 @@ This file is read.def, from which is created read.c. It implements the builtin "read" in Bash. -Copyright (C) 1987-2012 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -39,25 +39,27 @@ Options: variable ARRAY, starting at zero -d delim continue until the first character of DELIM is read, rather than newline - -e use Readline to obtain the line in an interactive shell - -i text Use TEXT as the initial text for Readline + -e use Readline to obtain the line in an interactive shell + -i text use TEXT as the initial text for Readline -n nchars return after reading NCHARS characters rather than waiting - for a newline, but honor a delimiter if fewer than NCHARS - characters are read before the delimiter + for a newline, but honor a delimiter if fewer than + NCHARS characters are read before the delimiter -N nchars return only after reading exactly NCHARS characters, unless - EOF is encountered or read times out, ignoring any delimiter + EOF is encountered or read times out, ignoring any + delimiter -p prompt output the string PROMPT without a trailing newline before attempting to read - -r do not allow backslashes to escape any characters - -s do not echo input coming from a terminal - -t timeout time out and return failure if a complete line of input is - not read within TIMEOUT seconds. The value of the TMOUT - variable is the default timeout. TIMEOUT may be a - fractional number. If TIMEOUT is 0, read returns immediately, - without trying to read any data, returning success only if - input is available on the specified file descriptor. The - exit status is greater than 128 if the timeout is exceeded - -u fd read from file descriptor FD instead of the standard input + -r do not allow backslashes to escape any characters + -s do not echo input coming from a terminal + -t timeout time out and return failure if a complete line of + input is not read within TIMEOUT seconds. The value of the + TMOUT variable is the default timeout. TIMEOUT may be a + fractional number. If TIMEOUT is 0, read returns + immediately, without trying to read any data, returning + success only if input is available on the specified + file descriptor. The exit status is greater than 128 + if the timeout is exceeded + -u fd read from file descriptor FD instead of the standard input Exit Status: The return code is zero, unless end-of-file is encountered, read times out @@ -163,8 +165,9 @@ sigalrm (s) static void reset_alarm () { - set_signal_handler (SIGALRM, old_alrm); + /* Cancel alarm before restoring signal handler. */ falarm (0, 0); + set_signal_handler (SIGALRM, old_alrm); } /* Read the value of the shell variables whose names follow. @@ -314,6 +317,7 @@ read_builtin (list) case 'd': delim = *list_optarg; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -333,7 +337,7 @@ read_builtin (list) /* Convenience: check early whether or not the first of possibly several variable names is a valid identifier, and bail early if so. */ #if defined (ARRAY_VARS) - if (list && legal_identifier (list->word->word) == 0 && valid_array_reference (list->word->word) == 0) + if (list && legal_identifier (list->word->word) == 0 && valid_array_reference (list->word->word, 0) == 0) #else if (list && legal_identifier (list->word->word) == 0) #endif @@ -793,7 +797,10 @@ assign_vars: } else var = bind_variable ("REPLY", input_string, 0); - VUNSETATTR (var, att_invisible); + if (var == 0 || readonly_p (var) || noassign_p (var)) + retval = EXECUTION_FAILURE; + else + VUNSETATTR (var, att_invisible); xfree (input_string); return (retval); @@ -812,7 +819,7 @@ assign_vars: { varname = list->word->word; #if defined (ARRAY_VARS) - if (legal_identifier (varname) == 0 && valid_array_reference (varname) == 0) + if (legal_identifier (varname) == 0 && valid_array_reference (varname, 0) == 0) #else if (legal_identifier (varname) == 0) #endif @@ -860,7 +867,7 @@ assign_vars: /* Now assign the rest of the line to the last variable argument. */ #if defined (ARRAY_VARS) - if (legal_identifier (list->word->word) == 0 && valid_array_reference (list->word->word) == 0) + if (legal_identifier (list->word->word) == 0 && valid_array_reference (list->word->word, 0) == 0) #else if (legal_identifier (list->word->word) == 0) #endif @@ -923,7 +930,7 @@ bind_read_variable (name, value) SHELL_VAR *v; #if defined (ARRAY_VARS) - if (valid_array_reference (name) == 0) + if (valid_array_reference (name, 0) == 0) v = bind_variable (name, value, 0); else v = assign_array_element (name, value, 0); diff --git a/builtins/reserved.def b/builtins/reserved.def index 2478f1630..7f3c236b2 100644 --- a/builtins/reserved.def +++ b/builtins/reserved.def @@ -145,7 +145,7 @@ to indices 0 and 1 of an array variable NAME in the executing shell. The default NAME is "COPROC". Exit Status: -Returns the exit status of COMMAND. +The coproc command returns an exit status of 0. $END $BUILTIN function diff --git a/builtins/return.def b/builtins/return.def index e6674dfa3..4d9fef1d2 100644 --- a/builtins/return.def +++ b/builtins/return.def @@ -1,7 +1,7 @@ This file is return.def, from which is created return.c. It implements the builtin "return" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -60,16 +60,12 @@ int return_builtin (list) WORD_LIST *list; { -#if 0 - if (no_options (list)) - return (EX_USAGE); - list = loptend; /* skip over possible `--' */ -#endif + CHECK_HELPOPT (list); return_catch_value = get_exitstat (list); if (return_catch_flag) - longjmp (return_catch, 1); + sh_longjmp (return_catch, 1); else { builtin_error (_("can only `return' from a function or sourced script")); diff --git a/builtins/set.def b/builtins/set.def index 9fbbca14b..8122361e3 100644 --- a/builtins/set.def +++ b/builtins/set.def @@ -1,7 +1,7 @@ This file is set.def, from which is created set.c. It implements the "set" and "unset" builtins in Bash. -Copyright (C) 1987-2012 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -141,7 +141,7 @@ Options: #endif /* BANG_HISTORY */ -P If set, do not resolve symbolic links when executing commands such as cd which change the current directory. - -T If set, the DEBUG trap is inherited by shell functions. + -T If set, the DEBUG and RETURN traps are inherited by shell functions. -- Assign any remaining arguments to the positional parameters. If there are no remaining arguments, the positional parameters are unset. @@ -179,9 +179,13 @@ static int bash_set_history __P((int, char *)); static const char * const on = "on"; static const char * const off = "off"; +static int previous_option_value; + /* A struct used to match long options for set -o to the corresponding option letter or internal variable. The functions can be called to - dynamically generate values. */ + dynamically generate values. If you add a new variable name here + that doesn't have a corresponding single-character option letter, make + sure to set the value appropriately in reset_shell_options. */ const struct { char *name; int letter; @@ -322,17 +326,52 @@ get_minus_o_opts () return ret; } +char * +get_current_options () +{ + char *temp; + int i; + + temp = (char *)xmalloc (1 + N_O_OPTIONS); + for (i = 0; o_options[i].name; i++) + { + if (o_options[i].letter) + temp[i] = *(find_flag (o_options[i].letter)); + else + temp[i] = GET_BINARY_O_OPTION_VALUE (i, o_options[i].name); + } + temp[i] = '\0'; + return (temp); +} + +void +set_current_options (bitmap) + const char *bitmap; +{ + int i; + + if (bitmap == 0) + return; + for (i = 0; o_options[i].name; i++) + { + if (o_options[i].letter) + change_flag (o_options[i].letter, bitmap[i] ? FLAG_ON : FLAG_OFF); + else + SET_BINARY_O_OPTION_VALUE (i, bitmap[i] ? FLAG_ON : FLAG_OFF, o_options[i].name); + } +} + static int set_ignoreeof (on_or_off, option_name) int on_or_off; char *option_name; { ignoreeof = on_or_off == FLAG_ON; - unbind_variable ("ignoreeof"); + unbind_variable_noref ("ignoreeof"); if (ignoreeof) bind_variable ("IGNOREEOF", "10", 0); else - unbind_variable ("IGNOREEOF"); + unbind_variable_noref ("IGNOREEOF"); sv_ignoreeof ("IGNOREEOF"); return 0; } @@ -344,7 +383,7 @@ set_posix_mode (on_or_off, option_name) { posixly_correct = on_or_off == FLAG_ON; if (posixly_correct == 0) - unbind_variable ("POSIXLY_CORRECT"); + unbind_variable_noref ("POSIXLY_CORRECT"); else bind_variable ("POSIXLY_CORRECT", "y", 0); sv_strict_posix ("POSIXLY_CORRECT"); @@ -425,12 +464,13 @@ set_minus_o_option (on_or_off, option_name) { if (o_options[i].letter == 0) { + previous_option_value = GET_BINARY_O_OPTION_VALUE (i, o_options[i].name); SET_BINARY_O_OPTION_VALUE (i, on_or_off, option_name); return (EXECUTION_SUCCESS); } else { - if (change_flag (o_options[i].letter, on_or_off) == FLAG_ERROR) + if ((previous_option_value = change_flag (o_options[i].letter, on_or_off)) == FLAG_ERROR) { sh_invalidoptname (option_name); return (EXECUTION_FAILURE); @@ -585,10 +625,18 @@ initialize_shell_options (no_shellopts) void reset_shell_options () { + pipefail_opt = 0; + ignoreeof = 0; + +#if defined (STRICT_POSIX) + posixly_correct = 1; +#else + posixly_correct = 0; +#endif #if defined (HISTORY) + dont_save_function_defs = 0; remember_on_history = enable_history_list = 1; #endif - ignoreeof = 0; } /* Set some flags from the word values in the input list. If LIST is empty, @@ -615,6 +663,14 @@ set_builtin (list) { switch (flag_name) { + case 'i': /* don't allow set -i */ + s[0] = list_opttype; + s[1] = 'i'; + s[2] = '\0'; + sh_invalidopt (s); + builtin_usage (); + return (EX_USAGE); + CASE_HELPOPT; case '?': builtin_usage (); return (list_optopt == '?' ? EXECUTION_SUCCESS : EX_USAGE); @@ -733,7 +789,7 @@ Options: -f treat each NAME as a shell function -v treat each NAME as a shell variable -n treat each NAME as a name reference and unset the variable itself - rather than the variable it references + rather than the variable it references Without options, unset first tries to unset a variable, and if that fails, tries to unset a function. @@ -752,7 +808,7 @@ unset_builtin (list) { int unset_function, unset_variable, unset_array, opt, nameref, any_failed; int global_unset_func, global_unset_var; - char *name; + char *name, *tname; unset_function = unset_variable = unset_array = nameref = any_failed = 0; global_unset_func = global_unset_var = 0; @@ -771,6 +827,7 @@ unset_builtin (list) case 'n': nameref = 1; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -802,7 +859,7 @@ unset_builtin (list) #if defined (ARRAY_VARS) unset_array = 0; - if (!unset_function && valid_array_reference (name)) + if (!unset_function && nameref == 0 && valid_array_reference (name, 0)) { t = strchr (name, '['); *t++ = '\0'; @@ -823,7 +880,7 @@ unset_builtin (list) /* Only search for functions here if -f supplied. */ var = unset_function ? find_function (name) - : (nameref ? find_variable_last_nameref (name) : find_variable (name)); + : (nameref ? find_variable_last_nameref (name, 0) : find_variable (name)); /* Some variables (but not functions yet) cannot be unset, period. */ if (var && unset_function == 0 && non_unsettable_p (var)) @@ -832,11 +889,15 @@ unset_builtin (list) NEXT_VARIABLE (); } + /* if we have a nameref we want to use it */ + if (var && unset_function == 0 && nameref == 0 && STREQ (name, name_cell(var)) == 0) + name = name_cell (var); + /* Posix.2 says try variables first, then functions. If we would find a function after unsuccessfully searching for a variable, note that we're acting on a function now as if -f were supplied. The readonly check below takes care of it. */ - if (var == 0 && unset_variable == 0 && unset_function == 0) + if (var == 0 && nameref == 0 && unset_variable == 0 && unset_function == 0) { if (var = find_function (name)) unset_function = 1; @@ -854,29 +915,52 @@ unset_builtin (list) #if defined (ARRAY_VARS) if (var && unset_array) { - if (array_p (var) == 0 && assoc_p (var) == 0) + /* Let unbind_array_element decide what to do with non-array vars */ + tem = unbind_array_element (var, t); + if (tem == -2 && array_p (var) == 0 && assoc_p (var) == 0) { builtin_error (_("%s: not an array variable"), var->name); NEXT_VARIABLE (); } - else + else if (tem < 0) + any_failed++; + } + else +#endif /* ARRAY_VARS */ + /* If we're trying to unset a nameref variable whose value isn't a set + variable, make sure we still try to unset the nameref's value */ + if (var == 0 && nameref == 0 && unset_function == 0) + { + var = find_variable_last_nameref (name, 0); + if (var && nameref_p (var)) { - tem = unbind_array_element (var, t); - if (tem == -1) - any_failed++; +#if defined (ARRAY_VARS) + if (valid_array_reference (nameref_cell (var), 0)) + { + tname = savestring (nameref_cell (var)); + if (var = array_variable_part (tname, &t, 0)) + tem = unbind_array_element (var, t); + free (tname); + } + else +#endif + tem = unbind_variable (nameref_cell (var)); } + else + tem = unbind_variable (name); } else -#endif /* ARRAY_VARS */ - tem = unset_function ? unbind_func (name) : (nameref ? unbind_nameref (name) : unbind_variable (name)); + tem = unset_function ? unbind_func (name) : (nameref ? unbind_nameref (name) : unbind_variable (name)); /* This is what Posix.2 says: ``If neither -f nor -v is specified, the name refers to a variable; if a variable by that name does not exist, a function by that name, if any, shall be unset.'' */ - if (tem == -1 && unset_function == 0 && unset_variable == 0) + if (tem == -1 && nameref == 0 && unset_function == 0 && unset_variable == 0) tem = unbind_func (name); + name = list->word->word; /* reset above for namerefs */ + /* SUSv3, POSIX.1-2001 say: ``Unsetting a variable or function that was not previously set shall not be considered an error.'' */ diff --git a/builtins/setattr.def b/builtins/setattr.def index 3be31896e..8f29e11e8 100644 --- a/builtins/setattr.def +++ b/builtins/setattr.def @@ -1,7 +1,7 @@ This file is setattr.def, from which is created setattr.c. It implements the builtins "export" and "readonly", in Bash. -Copyright (C) 1987-2012 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -34,6 +34,7 @@ $PRODUCES setattr.c #include "../bashintl.h" #include "../shell.h" +#include "../flags.h" #include "common.h" #include "bashgetopt.h" @@ -93,8 +94,8 @@ Options: -a refer to indexed array variables -A refer to associative array variables -f refer to shell functions - -p display a list of all readonly variables or functions, depending on - whether or not the -f option is given + -p display a list of all readonly variables or functions, + depending on whether or not the -f option is given An argument of `--' disables further option processing. @@ -133,6 +134,8 @@ set_or_show_attributes (list, attribute, nodefs) #if defined (ARRAY_VARS) WORD_LIST *nlist, *tlist; WORD_DESC *w; + char optw[8]; + int opti; #endif functions_only = arrays_only = assoc_only = 0; @@ -159,6 +162,7 @@ set_or_show_attributes (list, attribute, nodefs) #endif case 'p': break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -187,6 +191,11 @@ set_or_show_attributes (list, attribute, nodefs) builtin_error (_("%s: not a function"), name); any_failed++; } + else if ((attribute & att_exported) && undo == 0 && exportable_function_name (name) == 0) + { + builtin_error (_("%s: cannot export"), name); + any_failed++; + } else SETVARATTR (var, attribute, undo); @@ -231,8 +240,24 @@ set_or_show_attributes (list, attribute, nodefs) { tlist = list->next; list->next = (WORD_LIST *)NULL; - w = arrays_only ? make_word ("-ra") : make_word ("-rA"); + /* Add -g to avoid readonly/export creating local variables: + only local/declare/typeset create local variables */ + opti = 0; + optw[opti++] = '-'; + optw[opti++] = 'g'; + if (attribute & att_readonly) + optw[opti++] = 'r'; + if (attribute & att_exported) + optw[opti++] = 'x'; + if (arrays_only) + optw[opti++] = 'a'; + else + optw[opti++] = 'A'; + optw[opti] = '\0'; + + w = make_word (optw); nlist = make_word_list (w, list); + opt = declare_builtin (nlist); if (opt != EXECUTION_SUCCESS) assign_error++; @@ -296,6 +321,12 @@ set_or_show_attributes (list, attribute, nodefs) else if (assoc_only && assoc_p (var) == 0) continue; #endif + + /* If we imported a variable that's not a valid identifier, don't + show it in any lists. */ + if ((var->attributes & (att_invisible|att_imported)) == (att_invisible|att_imported)) + continue; + if ((var->attributes & attribute)) { show_var_attributes (var, READONLY_OR_EXPORT, nodefs); @@ -336,18 +367,12 @@ show_all_var_attributes (v, nodefs) return (any_failed == 0 ? EXECUTION_SUCCESS : EXECUTION_FAILURE); } -/* Show the attributes for shell variable VAR. If NODEFS is non-zero, - don't show function definitions along with the name. If PATTR is - non-zero, it indicates we're being called from `export' or `readonly'. - In POSIX mode, this prints the name of the calling builtin (`export' - or `readonly') instead of `declare', and doesn't print function defs - when called by `export' or `readonly'. */ int -show_var_attributes (var, pattr, nodefs) +var_attribute_string (var, pattr, flags) SHELL_VAR *var; - int pattr, nodefs; + int pattr; + char *flags; /* filled in with attributes */ { - char flags[16], *x; int i; i = 0; @@ -405,6 +430,24 @@ show_var_attributes (var, pattr, nodefs) } flags[i] = '\0'; + return i; +} + +/* Show the attributes for shell variable VAR. If NODEFS is non-zero, + don't show function definitions along with the name. If PATTR is + non-zero, it indicates we're being called from `export' or `readonly'. + In POSIX mode, this prints the name of the calling builtin (`export' + or `readonly') instead of `declare', and doesn't print function defs + when called by `export' or `readonly'. */ +int +show_var_attributes (var, pattr, nodefs) + SHELL_VAR *var; + int pattr, nodefs; +{ + char flags[MAX_ATTRIBUTES], *x; + int i; + + i = var_attribute_string (var, pattr, flags); /* If we're printing functions with definitions, print the function def first, then the attributes, instead of printing output that can't be @@ -425,10 +468,12 @@ show_var_attributes (var, pattr, nodefs) printf ("%s ", this_command_name); #if defined (ARRAY_VARS) - if (array_p (var)) - print_array_assignment (var, 1); + if (invisible_p (var) && (array_p (var) || assoc_p (var))) + printf ("%s\n", var->name); + else if (array_p (var)) + print_array_assignment (var, 0); else if (assoc_p (var)) - print_assoc_assignment (var, 1); + print_assoc_assignment (var, 0); else #endif /* force `readonly' and `export' to not print out function definitions @@ -461,7 +506,7 @@ show_name_attributes (name, nodefs) var = find_variable_noref (name); #endif - if (var && invisible_p (var) == 0) + if (var /* && invisible_p (var) == 0 */) /* XXX bash-4.4/bash-5.0 */ { show_var_attributes (var, READONLY_OR_EXPORT, nodefs); return (0); @@ -493,8 +538,8 @@ set_var_attribute (name, attribute, undo) char *name; int attribute, undo; { - SHELL_VAR *var, *tv, *v; - char *tvalue; + SHELL_VAR *var, *tv, *v, *refvar; + char *tvalue, *refname; if (undo) var = find_variable (name); @@ -509,6 +554,11 @@ set_var_attribute (name, attribute, undo) tvalue = var_isset (tv) ? savestring (value_cell (tv)) : savestring (""); var = bind_variable (tv->name, tvalue, 0); + if (var == 0) + { + free (tvalue); + return; /* XXX - no error message here */ + } var->attributes |= tv->attributes & ~att_tempvar; /* This avoids an error message when propagating a read-only var later on. */ @@ -533,10 +583,23 @@ set_var_attribute (name, attribute, undo) else { var = find_variable_notempenv (name); + if (var == 0) + { + /* We might have a nameref pointing to something that we can't + resolve to a shell variable. If we do, skip it. We do a little + checking just so we can print an error message. */ + refvar = find_variable_nameref_for_create (name, 0); + if (refvar == INVALID_NAMEREF_VALUE) + return; + /* Otherwise we probably have a nameref pointing to a variable + that hasn't been created yet. bind_variable will take care + of that. */ + } if (var == 0) { var = bind_variable (name, (char *)NULL, 0); - VSETATTR (var, att_invisible); + if (var && no_invisible_vars == 0) + VSETATTR (var, att_invisible); } else if (var->context != 0) VSETATTR (var, att_propagate); diff --git a/builtins/shift.def b/builtins/shift.def index 32130862a..589e3299a 100644 --- a/builtins/shift.def +++ b/builtins/shift.def @@ -61,6 +61,8 @@ shift_builtin (list) register int count; WORD_LIST *temp; + CHECK_HELPOPT (list); + if (get_numeric_arg (list, 0, ×) == 0) return (EXECUTION_FAILURE); @@ -97,5 +99,8 @@ shift_builtin (list) else dollar_vars[9] = (char *)NULL; } + + invalidate_cached_quoted_dollar_at (); + return (EXECUTION_SUCCESS); } diff --git a/builtins/shopt.def b/builtins/shopt.def index f0f9d9900..2febb7eeb 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-2012 Free Software Foundation, Inc. +Copyright (C) 1994-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -90,6 +90,7 @@ extern int autocd; extern int glob_star; extern int glob_asciirange; extern int lastpipe_opt; +extern int inherit_errexit; #if defined (EXTENDED_GLOB) extern int extended_glob; @@ -131,15 +132,21 @@ static int set_restricted_shell __P((char *, int)); static int shopt_set_complete_direxpand __P((char *, int)); #endif +static int shopt_set_debug_mode __P((char *, int)); + static int shopt_login_shell; static int shopt_compat31; static int shopt_compat32; static int shopt_compat40; static int shopt_compat41; static int shopt_compat42; +static int shopt_compat43; typedef int shopt_set_func_t __P((char *, int)); +/* If you add a new variable name here, make sure to set the default value + appropriately in reset_shopt_options. */ + static struct { char *name; int *value; @@ -161,6 +168,7 @@ static struct { { "compat40", &shopt_compat40, set_compatibility_level }, { "compat41", &shopt_compat41, set_compatibility_level }, { "compat42", &shopt_compat42, set_compatibility_level }, + { "compat43", &shopt_compat43, set_compatibility_level }, #if defined (READLINE) { "complete_fullquote", &complete_fullquote, (shopt_set_func_t *)NULL}, { "direxpand", &dircomplete_expand, shopt_set_complete_direxpand }, @@ -170,7 +178,7 @@ static struct { { "execfail", &no_exit_on_failed_exec, (shopt_set_func_t *)NULL }, { "expand_aliases", &expand_aliases, (shopt_set_func_t *)NULL }, #if defined (DEBUGGER) - { "extdebug", &debugging_mode, (shopt_set_func_t *)NULL }, + { "extdebug", &debugging_mode, shopt_set_debug_mode }, #endif #if defined (EXTENDED_GLOB) { "extglob", &extended_glob, (shopt_set_func_t *)NULL }, @@ -180,8 +188,8 @@ static struct { #if defined (READLINE) { "force_fignore", &force_fignore, (shopt_set_func_t *)NULL }, #endif - { "globstar", &glob_star, (shopt_set_func_t *)NULL }, { "globasciiranges", &glob_asciirange, (shopt_set_func_t *)NULL }, + { "globstar", &glob_star, (shopt_set_func_t *)NULL }, { "gnu_errfmt", &gnu_error_format, (shopt_set_func_t *)NULL }, #if defined (HISTORY) { "histappend", &force_append_history, (shopt_set_func_t *)NULL }, @@ -192,6 +200,7 @@ static struct { { "hostcomplete", &perform_hostname_completion, shopt_enable_hostname_completion }, #endif { "huponexit", &hup_on_exit, (shopt_set_func_t *)NULL }, + { "inherit_errexit", &inherit_errexit, (shopt_set_func_t *)NULL }, { "interactive_comments", &interactive_comments, set_shellopts_after_change }, { "lastpipe", &lastpipe_opt, (shopt_set_func_t *)NULL }, #if defined (HISTORY) @@ -267,6 +276,7 @@ shopt_builtin (list) case 'p': flags |= PFLAG; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -297,33 +307,68 @@ shopt_builtin (list) } /* Reset the options managed by `shopt' to the values they would have at - shell startup. */ + shell startup. Variables from shopt_vars. */ void reset_shopt_options () { + autocd = cdable_vars = cdspelling = 0; + check_hashed_filenames = CHECKHASH_DEFAULT; + check_window_size = CHECKWINSIZE_DEFAULT; allow_null_glob_expansion = glob_dot_filenames = 0; - cdable_vars = mail_warning = 0; - no_exit_on_failed_exec = print_shift_error = 0; - check_hashed_filenames = cdspelling = expand_aliases = 0; - + no_exit_on_failed_exec = 0; + expand_aliases = 0; + extended_quote = 1; + fail_glob_expansion = 0; + glob_asciirange = GLOBASCII_DEFAULT; + glob_star = 0; + gnu_error_format = 0; + hup_on_exit = 0; + inherit_errexit = 0; + interactive_comments = 1; + lastpipe_opt = 0; + mail_warning = 0; + glob_ignore_case = match_ignore_case = 0; + print_shift_error = 0; source_uses_path = promptvars = 1; - check_window_size = CHECKWINSIZE_DEFAULT; +#if defined (JOB_CONTROL) + check_jobs_at_exit = 0; +#endif #if defined (EXTENDED_GLOB) - extended_glob = 0; + extended_glob = EXTGLOB_DEFAULT; #endif #if defined (HISTORY) - literal_history = force_append_history = 0; + literal_history = 0; + force_append_history = 0; command_oriented_history = 1; #endif #if defined (READLINE) + complete_fullquote = 1; + force_fignore = 1; hist_verify = history_reediting = 0; perform_hostname_completion = 1; +# if DIRCOMPLETE_EXPAND_DEFAULT + dircomplete_expand = 1; +# else + dircomplete_expand = 0; +#endif + dircomplete_spelling = 0; + no_empty_command_completion = 0; #endif +#if defined (PROGRAMMABLE_COMPLETION) + prog_completion_enabled = 1; +#endif + +#if defined (DEFAULT_ECHO_TO_XPG) || defined (STRICT_POSIX) + xpg_echo = 1; +#else + xpg_echo = 0; +#endif /* DEFAULT_ECHO_TO_XPG */ + shopt_login_shell = login_shell; } @@ -354,6 +399,7 @@ toggle_shopts (mode, list, quiet) { WORD_LIST *l; int ind, rval; + SHELL_VAR *v; for (l = list, rval = EXECUTION_SUCCESS; l; l = l->next) { @@ -371,7 +417,9 @@ toggle_shopts (mode, list, quiet) } } - set_bashopts (); + /* Don't set $BASHOPTS here if it hasn't already been initialized */ + if (v = find_variable ("BASHOPTS")) + set_bashopts (); return (rval); } @@ -516,6 +564,18 @@ set_shellopts_after_change (option_name, mode) return (0); } +static int +shopt_set_debug_mode (option_name, mode) + char *option_name; + int mode; +{ +#if defined (DEBUGGER) + error_trace_mode = function_trace_mode = debugging_mode; + set_shellopts (); +#endif + return (0); +} + static int shopt_enable_hostname_completion (option_name, mode) char *option_name; @@ -537,7 +597,7 @@ set_compatibility_level (option_name, mode) if (mode) { shopt_compat31 = shopt_compat32 = 0; - shopt_compat40 = shopt_compat41 = shopt_compat42 = 0; + shopt_compat40 = shopt_compat41 = shopt_compat42 = shopt_compat43 = 0; ind = find_shopt (option_name); *shopt_vars[ind].value = mode; } @@ -553,6 +613,8 @@ set_compatibility_level (option_name, mode) shell_compatibility_level = 41; else if (shopt_compat42) shell_compatibility_level = 42; + else if (shopt_compat43) + shell_compatibility_level = 43; else shell_compatibility_level = DEFAULT_COMPAT_LEVEL; @@ -564,11 +626,14 @@ set_compatibility_level (option_name, mode) void set_compatibility_opts () { - shopt_compat31 = shopt_compat32 = shopt_compat40 = shopt_compat41 = shopt_compat42 = 0; + shopt_compat31 = shopt_compat32 = 0; + shopt_compat40 = shopt_compat41 = shopt_compat42 = shopt_compat43 = 0; switch (shell_compatibility_level) { case DEFAULT_COMPAT_LEVEL: break; + case 43: + shopt_compat43 = 1; break; case 42: shopt_compat42 = 1; break; case 41: @@ -745,7 +810,11 @@ parse_bashopts (value) { ind = find_shopt (vname); if (ind >= 0) - *shopt_vars[ind].value = 1; + { + *shopt_vars[ind].value = 1; + if (shopt_vars[ind].set_func) + (*shopt_vars[ind].set_func) (shopt_vars[ind].name, 1); + } free (vname); } } diff --git a/builtins/source.def b/builtins/source.def index 71908b8bf..b3df1f9fd 100644 --- a/builtins/source.def +++ b/builtins/source.def @@ -1,7 +1,7 @@ This file is source.def, from which is created source.c. It implements the builtins "." and "source" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -108,6 +108,7 @@ maybe_pop_dollar_vars () if (debugging_mode) pop_args (); /* restore BASH_ARGC and BASH_ARGV */ set_dollar_vars_unchanged (); + invalidate_cached_quoted_dollar_at (); /* just invalidate to be safe */ } /* Read and execute commands from the file passed as argument. Guess what. @@ -119,7 +120,7 @@ source_builtin (list) WORD_LIST *list; { int result; - char *filename, *debug_trap; + char *filename, *debug_trap, *x; if (no_options (list)) return (EX_USAGE); @@ -152,7 +153,10 @@ source_builtin (list) { if (source_searches_cwd == 0) { - builtin_error (_("%s: file not found"), list->word->word); + x = printable_filename (list->word->word, 0); + builtin_error (_("%s: file not found"), x); + if (x != list->word->word) + free (x); if (posixly_correct && interactive_shell == 0 && executing_command_builtin == 0) { last_command_exit_value = 1; @@ -185,7 +189,7 @@ source_builtin (list) { debug_trap = savestring (debug_trap); add_unwind_protect (xfree, debug_trap); - add_unwind_protect (set_debug_trap, debug_trap); + add_unwind_protect (maybe_set_debug_trap, debug_trap); restore_default_signal (DEBUG_TRAP); } diff --git a/builtins/suspend.def b/builtins/suspend.def index 8711e6817..db28feec4 100644 --- a/builtins/suspend.def +++ b/builtins/suspend.def @@ -1,7 +1,7 @@ This file is suspend.def, from which is created suspend.c. It implements the builtin "suspend" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -89,6 +89,7 @@ suspend_builtin (list) case 'f': force++; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); diff --git a/builtins/test.def b/builtins/test.def index f1444000e..d6c89bf9b 100644 --- a/builtins/test.def +++ b/builtins/test.def @@ -1,7 +1,7 @@ This file is test.def, from which is created test.c. It implements the builtin "test" in Bash. -Copyright (C) 1987-2010 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -83,8 +83,9 @@ String operators: Other operators: -o OPTION True if the shell option OPTION is enabled. - -v VAR True if the shell variable VAR is set - -R VAR True if the shell variable VAR is set and is a name reference. + -v VAR True if the shell variable VAR is set. + -R VAR True if the shell variable VAR is set and is a name + reference. ! EXPR True if expr is false. EXPR1 -a EXPR2 True if both expr1 AND expr2 are true. EXPR1 -o EXPR2 True if either expr1 OR expr2 is true. diff --git a/builtins/trap.def b/builtins/trap.def index 2119f5b3c..57d9b5227 100644 --- a/builtins/trap.def +++ b/builtins/trap.def @@ -1,7 +1,7 @@ This file is trap.def, from which is created trap.c. It implements the builtin "trap" in Bash. -Copyright (C) 1987-2010 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -86,7 +86,7 @@ static int display_traps __P((WORD_LIST *)); trap -p [sigspec ...] trap [--] - Set things up so that ARG is executed when SIGNAL(s) N is recieved. + Set things up so that ARG is executed when SIGNAL(s) N is received. If ARG is the empty string, then ignore the SIGNAL(s). If there is no ARG, then set the trap for SIGNAL(s) to its original value. Just plain "trap" means to print out the list of commands associated with @@ -119,6 +119,7 @@ trap_builtin (list) case 'p': display++; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); diff --git a/builtins/type.def b/builtins/type.def index bd9ecfc1f..3187add22 100644 --- a/builtins/type.def +++ b/builtins/type.def @@ -1,7 +1,7 @@ This file is type.def, from which is created type.c. It implements the builtin "type" in Bash. -Copyright (C) 1987-2011 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -30,18 +30,18 @@ command name. Options: -a display all locations containing an executable named NAME; - includes aliases, builtins, and functions, if and only if - the `-p' option is not also used + includes aliases, builtins, and functions, if and only if + the `-p' option is not also used -f suppress shell function lookup -P force a PATH search for each NAME, even if it is an alias, - builtin, or function, and returns the name of the disk file - that would be executed + builtin, or function, and returns the name of the disk file + that would be executed -p returns either the name of the disk file that would be executed, - or nothing if `type -t NAME' would not return `file'. + or nothing if `type -t NAME' would not return `file' -t output a single word which is one of `alias', `keyword', - `function', `builtin', `file' or `', if NAME is an alias, shell - reserved word, shell function, shell builtin, disk file, or not - found, respectively + `function', `builtin', `file' or `', if NAME is an alias, + shell reserved word, shell function, shell builtin, disk file, + or not found, respectively Arguments: NAME Command name to be interpreted. @@ -168,6 +168,7 @@ type_builtin (list) dflags |= (CDESC_PATH_ONLY|CDESC_FORCE_PATH); dflags &= ~(CDESC_TYPE|CDESC_SHORTDESC); break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -204,6 +205,7 @@ type_builtin (list) * CDESC_FORCE_PATH force a path search for type -P * CDESC_NOFUNCS skip function lookup for type -f * CDESC_ABSPATH convert to absolute path, no ./ prefix + * CDESC_STDPATH command -p standard path list * * CDESC_ALL says whether or not to look for all occurrences of COMMAND, or * return after finding it once. @@ -214,7 +216,7 @@ describe_command (command, dflags) int dflags; { int found, i, found_file, f, all; - char *full_path, *x; + char *full_path, *x, *pathlist; SHELL_VAR *func; #if defined (ALIAS) alias_t *alias; @@ -293,7 +295,12 @@ describe_command (command, dflags) if (dflags & CDESC_TYPE) puts ("builtin"); else if (dflags & CDESC_SHORTDESC) - printf (_("%s is a shell builtin\n"), command); + { + if (posixly_correct && find_special_builtin (command) != 0) + printf (_("%s is a special shell builtin\n"), command); + else + printf (_("%s is a shell builtin\n"), command); + } else if (dflags & CDESC_REUSABLE) printf ("%s\n", command); @@ -346,12 +353,17 @@ describe_command (command, dflags) /* Now search through $PATH. */ while (1) { - if (all == 0) + if (dflags & CDESC_STDPATH) /* command -p, all cannot be non-zero */ + { + pathlist = conf_standard_path (); + full_path = find_in_path (command, pathlist, FS_EXEC_PREFERRED|FS_NODIRS); + free (pathlist); + /* Will only go through this once, since all == 0 if STDPATH set */ + } + else if (all == 0) full_path = find_user_command (command); else - full_path = - user_command_matches (command, FS_EXEC_ONLY, found_file); - /* XXX - should that be FS_EXEC_PREFERRED? */ + full_path = user_command_matches (command, FS_EXEC_ONLY, found_file); /* XXX - should that be FS_EXEC_PREFERRED? */ if (full_path == 0) break; @@ -382,7 +394,11 @@ describe_command (command, dflags) } /* If we require a full path and don't have one, make one */ else if ((dflags & CDESC_ABSPATH) && ABSPATH (full_path) == 0) - full_path = sh_makepath ((char *)NULL, full_path, MP_DOCWD|MP_RMDOT); + { + x = sh_makepath ((char *)NULL, full_path, MP_DOCWD|MP_RMDOT); + free (full_path); + full_path = x; + } found_file++; found = 1; diff --git a/builtins/ulimit.def b/builtins/ulimit.def index e551cfff4..62def4f6f 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-2010 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -23,7 +23,7 @@ $PRODUCES ulimit.c $BUILTIN ulimit $FUNCTION ulimit_builtin $DEPENDS_ON !_MINIX -$SHORT_DOC ulimit [-SHabcdefilmnpqrstuvxT] [limit] +$SHORT_DOC ulimit [-SHabcdefiklmnpqrstuvxPT] [limit] Modify shell resource limits. Provides control over the resources available to the shell and processes @@ -39,6 +39,7 @@ Options: -e the maximum scheduling priority (`nice') -f the maximum size of files written by the shell and its children -i the maximum number of pending signals + -k the maximum number of kqueues allocated for this process -l the maximum size a process may lock into memory -m the maximum resident set size -n the maximum number of open file descriptors @@ -50,7 +51,8 @@ Options: -u the maximum number of user processes -v the size of virtual memory -x the maximum number of file locks - -T the maximum number of threads + -P the maximum number of pseudoterminals + -T the maximum number of threads Not all options are available on all platforms. @@ -131,11 +133,17 @@ extern int errno; # define print_rlimtype(num, nl) printf ("%ld%s", num, nl ? "\n" : "") #endif +/* Alternate names */ + /* Some systems use RLIMIT_NOFILE, others use RLIMIT_OFILE */ #if defined (HAVE_RESOURCE) && defined (RLIMIT_OFILE) && !defined (RLIMIT_NOFILE) # define RLIMIT_NOFILE RLIMIT_OFILE #endif /* HAVE_RESOURCE && RLIMIT_OFILE && !RLIMIT_NOFILE */ +#if defined (HAVE_RESOURCE) && defined (RLIMIT_POSIXLOCKS) && !defined (RLIMIT_LOCKS) +# define RLIMIT_LOCKS RLIMIT_POSIXLOCKS +#endif /* HAVE_RESOURCE && RLIMIT_POSIXLOCKS && !RLIMIT_LOCKS */ + /* Some systems have these, some do not. */ #ifdef RLIMIT_FSIZE # define RLIMIT_FILESIZE RLIMIT_FSIZE @@ -223,6 +231,9 @@ typedef struct { } RESOURCE_LIMITS; static RESOURCE_LIMITS limits[] = { +#ifdef RLIMIT_NPTS + { 'P', RLIMIT_NPTS, 1, "number of pseudoterminals", (char *)NULL }, +#endif #ifdef RLIMIT_PTHREAD { 'T', RLIMIT_PTHREAD, 1, "number of threads", (char *)NULL }, #endif @@ -242,6 +253,9 @@ static RESOURCE_LIMITS limits[] = { #ifdef RLIMIT_SIGPENDING { 'i', RLIMIT_SIGPENDING, 1, "pending signals", (char *)NULL }, #endif +#ifdef RLIMIT_KQUEUES + { 'k', RLIMIT_KQUEUES, 1, "max kqueues", (char *)NULL }, +#endif #ifdef RLIMIT_MEMLOCK { 'l', RLIMIT_MEMLOCK, 1024, "max locked memory", "kbytes" }, #endif @@ -359,6 +373,7 @@ ulimit_builtin (list) mode |= LIMIT_HARD; break; + CASE_HELPOPT; case '?': builtin_usage (); return (EX_USAGE); diff --git a/builtins/umask.def b/builtins/umask.def index d9aa04183..d3138d4d5 100644 --- a/builtins/umask.def +++ b/builtins/umask.def @@ -1,7 +1,7 @@ This file is umask.def, from which is created umask.c. It implements the builtin "umask" in Bash. -Copyright (C) 1987-2009 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -91,6 +91,7 @@ umask_builtin (list) case 'p': pflag++; break; + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -145,8 +146,12 @@ umask_builtin (list) /* Print the umask in a symbolic form. In the output, a letter is printed if the corresponding bit is clear in the umask. */ static void +#if defined (__STDC__) +print_symbolic_umask (mode_t um) +#else print_symbolic_umask (um) mode_t um; +#endif { char ubits[4], gbits[4], obits[4]; /* u=rwx,g=rwx,o=rwx */ int i; diff --git a/builtins/wait.def b/builtins/wait.def index fe6d53d50..974f959b7 100644 --- a/builtins/wait.def +++ b/builtins/wait.def @@ -1,7 +1,7 @@ This file is wait.def, from which is created wait.c. It implements the builtin "wait" in Bash. -Copyright (C) 1987-2013 Free Software Foundation, Inc. +Copyright (C) 1987-2015 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -73,8 +73,10 @@ $END #include "bashgetopt.h" extern int wait_signal_received; +extern int last_command_exit_signal; procenv_t wait_intr_buf; +int wait_intr_flag; /* Wait for the pid in LIST to stop or die. If no arguments are given, then wait for all of the active background processes of the shell and return @@ -86,6 +88,7 @@ procenv_t wait_intr_buf; { \ interrupt_immediately = old_interrupt_immediately;\ wait_signal_received = 0; \ + wait_intr_flag = 0; \ return (s);\ } \ while (0) @@ -110,6 +113,7 @@ wait_builtin (list) nflag = 1; break; #endif + CASE_HELPOPT; default: builtin_usage (); return (EX_USAGE); @@ -130,10 +134,14 @@ wait_builtin (list) We handle SIGINT here; it's the only one that needs to be treated specially (I think), since it's handled specially in {no,}jobs.c. */ - code = setjmp (wait_intr_buf); + wait_intr_flag = 1; + code = setjmp_sigs (wait_intr_buf); + if (code) { + last_command_exit_signal = wait_signal_received; status = 128 + wait_signal_received; + wait_sigint_cleanup (); WAIT_RETURN (status); } @@ -171,7 +179,7 @@ wait_builtin (list) if (legal_number (w, &pid_value) && pid_value == (pid_t)pid_value) { pid = (pid_t)pid_value; - status = wait_for_single_pid (pid); + status = wait_for_single_pid (pid, 1); } else { diff --git a/command.h b/command.h index 6e9d1e4bc..3da5b77da 100644 --- a/command.h +++ b/command.h @@ -1,7 +1,7 @@ /* command.h -- The structures used internally to represent commands, and the extern declarations of the functions used to create them. */ -/* Copyright (C) 1993-2010 Free Software Foundation, Inc. +/* Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GNU Bash, the Bourne Again SHell. @@ -100,7 +100,15 @@ enum command_type { cm_for, cm_case, cm_while, cm_if, cm_simple, cm_select, #define W_ARRAYIND 0x1000000 /* word is an array index being expanded */ #define W_ASSNGLOBAL 0x2000000 /* word is a global assignment to declare (declare/typeset -g) */ #define W_NOBRACE 0x4000000 /* Don't perform brace expansion */ -#define W_ASSIGNINT 0x8000000 /* word is an integer assignment to declare */ +#define W_COMPLETE 0x8000000 /* word is being expanded for completion */ + +/* Flags for the `pflags' argument to param_expand() and various + parameter_brace_expand_xxx functions; also used for string_list_dollar_at */ +#define PF_NOCOMSUB 0x01 /* Do not perform command substitution */ +#define PF_IGNUNBOUND 0x02 /* ignore unbound vars even if -u set */ +#define PF_NOSPLIT2 0x04 /* same as W_NOSPLIT2 */ +#define PF_ASSIGNRHS 0x08 /* same as W_ASSIGNRHS */ +#define PF_COMPLETE 0x10 /* same as W_COMPLETE, sets SX_COMPLETE */ /* Possible values for subshell_environment */ #define SUBSHELL_ASYNC 0x01 /* subshell caused by `command &' */ @@ -175,6 +183,7 @@ typedef struct element { #define CMD_COMMAND_BUILTIN 0x0800 /* command executed by `command' builtin */ #define CMD_COPROC_SUBSHELL 0x1000 #define CMD_LASTPIPE 0x2000 +#define CMD_STDPATH 0x4000 /* use standard path for command lookup */ /* What a command looks like. */ typedef struct command { diff --git a/config-bot.h b/config-bot.h index 334581a2b..5563e2a87 100644 --- a/config-bot.h +++ b/config-bot.h @@ -94,6 +94,10 @@ # undef COND_REGEXP #endif +#if !HAVE_MKSTEMP +# undef USE_MKSTEMP +#endif + /* If the shell is called by this name, it will become restricted. */ #if defined (RESTRICTED_SHELL) # define RESTRICTED_SHELL_NAME "rbash" diff --git a/config-top.h b/config-top.h index 4f6373c4a..d89682e5b 100644 --- a/config-top.h +++ b/config-top.h @@ -27,6 +27,10 @@ error messages about `break' and `continue' out of context. */ #define BREAK_COMPLAINS +/* Define CD_COMPLAINS if you want the non-standard, but sometimes-desired + error messages about multiple directory arguments to `cd'. */ +#define CD_COMPLAINS + /* Define BUFFERED_INPUT if you want the shell to do its own input buffering, rather than using stdio. Do not undefine this; it's required to preserve semantics required by POSIX. */ @@ -79,6 +83,9 @@ reply to the select query is an empty line. */ #define KSH_COMPATIBLE_SELECT +/* Default interactive shell startup file. */ +#define DEFAULT_BASHRC "~/.bashrc" + /* System-wide .bashrc file for interactive shells. */ /* #define SYS_BASHRC "/etc/bash.bashrc" */ @@ -110,6 +117,7 @@ #if defined (SYSLOG_HISTORY) # define SYSLOG_FACILITY LOG_USER # define SYSLOG_LEVEL LOG_INFO +# define OPENLOG_OPTS LOG_PID #endif /* Define if you want to include code in shell.c to support wordexp(3) */ @@ -132,3 +140,23 @@ /* Define to 1 if you want to be able to export indexed arrays to processes using the foo=([0]=one [1]=two) and so on */ /* #define ARRAY_EXPORT 1 */ + +/* Define to 1 if you want the shell to exit if it is running setuid and its + attempt to drop privilege using setuid(getuid()) fails with errno == EAGAIN */ +/* #define EXIT_ON_SETUID_FAILURE 1 */ + +/* Define to 1 if you want the shell to re-check $PATH if a hashed filename + no longer exists. This behavior is the default in Posix mode. */ +#define CHECKHASH_DEFAULT 0 + +/* Define to the maximum level of recursion you want for the eval builtin. + 0 means the limit is not active. */ +#define EVALNEST_MAX 0 + +/* Define to the maximum level of recursion you want for the source/. builtin. + 0 means the limit is not active. */ +#define SOURCENEST_MAX 0 + +/* Define to use libc mktemp/mkstemp instead of replacements in lib/sh/tmpfile.c */ +#define USE_MKTEMP +#define USE_MKSTEMP diff --git a/config.h.in b/config.h.in index 08af2ba89..a5ad9e729 100644 --- a/config.h.in +++ b/config.h.in @@ -21,6 +21,17 @@ #ifndef _CONFIG_H_ #define _CONFIG_H_ +/* Template settings for autoconf */ + +#undef __EXTENSIONS__ +#undef _ALL_SOURCE +#undef _GNU_SOURCE +#undef _POSIX_SOURCE +#undef _POSIX_1_SOURCE +#undef _POSIX_PTHREAD_SEMANTICS +#undef _TANDEM_SOURCE +#undef _MINIX + /* Configuration feature settings controllable by autoconf. */ /* Define JOB_CONTROL if your operating system supports @@ -173,6 +184,9 @@ /* Define to make the `globasciiranges' shopt option enabled by default. */ #undef GLOBASCII_DEFAULT +/* Define to allow functions to be imported from the environment. */ +#undef FUNCTION_IMPORT + /* Define AFS if you are using Transarc's AFS. */ #undef AFS @@ -201,6 +215,7 @@ #undef HAVE_LONG_DOUBLE #undef PROTOTYPES +#undef __PROTOTYPES #undef __CHAR_UNSIGNED__ @@ -317,6 +332,9 @@ /* Define to `unsigned long' if doesn't define. */ #undef uintmax_t + +/* Define to integer type wide enough to hold a pointer if doesn't define. */ +#undef uintptr_t /* Define to `int' if doesn't define. */ #undef uid_t @@ -543,7 +561,6 @@ #undef UNUSABLE_RT_SIGNALS - /* Presence of system and C library functions. */ /* Define if you have the asprintf function. */ @@ -555,6 +572,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the chown function. */ +#undef HAVE_CHOWN + /* Define if you have the confstr function. */ #undef HAVE_CONFSTR @@ -719,15 +739,24 @@ /* Define if you have the mkfifo function. */ #undef HAVE_MKFIFO +/* Define if you have the mkstemp function. */ +#undef HAVE_MKSTEMP + /* Define if you have the pathconf function. */ #undef HAVE_PATHCONF +/* Define if you have the pselect function. */ +#undef HAVE_PSELECT + /* Define if you have the putenv function. */ #undef HAVE_PUTENV /* Define if you have the raise function. */ #undef HAVE_RAISE +/* Define if you have the random function. */ +#undef HAVE_RANDOM + /* Define if you have the readlink function. */ #undef HAVE_READLINK @@ -926,6 +955,9 @@ /* Define if you have the header file. */ #undef HAVE_LANGINFO_H +/* Define if you have the header file. */ +#undef HAVE_LIBAUDIT_H + /* Define if you have the header file. */ #undef HAVE_LIBINTL_H @@ -935,6 +967,9 @@ /* Define if you have the header file. */ #undef HAVE_LOCALE_H +/* Define if you have the header file. */ +#undef HAVE_MBSTR_H + /* Define if you have the header file. */ #undef HAVE_NDIR_H @@ -983,6 +1018,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H @@ -1059,9 +1097,6 @@ /* Are we running the GNU C library, version 2.1 or later? */ #undef GLIBC21 -/* Define if on MINIX. */ -#undef _MINIX - /* Are we running SVR5 (UnixWare 7)? */ #undef SVR5 diff --git a/configure b/configure index 98bf89094..60f86d649 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac for Bash 4.3, version 4.063. +# From configure.ac for Bash 4.4, version 4.082. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for bash 4.3-release. +# Generated by GNU Autoconf 2.69 for bash 4.4-release. # # Report bugs to . # @@ -581,8 +581,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bash' PACKAGE_TARNAME='bash' -PACKAGE_VERSION='4.3-release' -PACKAGE_STRING='bash 4.3-release' +PACKAGE_VERSION='4.4-release' +PACKAGE_STRING='bash 4.4-release' PACKAGE_BUGREPORT='bug-bash@gnu.org' PACKAGE_URL='' @@ -635,6 +635,8 @@ DEBUG RELSTATUS BASHVERS ARFLAGS +headersdir +loadablesdir BUILD_DIR incdir PROFILE_FLAGS @@ -727,7 +729,6 @@ MALLOC_LIBRARY MALLOC_LIB MALLOC_SRC MALLOC_TARGET -PURIFY TESTSCRIPT CPPFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD @@ -788,8 +789,6 @@ with_bash_malloc with_curses with_gnu_malloc with_installed_readline -with_purecov -with_purify enable_minimal_config enable_alias enable_arith_for_command @@ -809,6 +808,7 @@ enable_disabled_builtins enable_dparen_arithmetic enable_extended_glob enable_extended_glob_default +enable_function_import enable_glob_asciiranges_default enable_help_builtin enable_history @@ -1393,7 +1393,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bash 4.3-release to adapt to many kinds of systems. +\`configure' configures bash 4.4-release to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1458,7 +1458,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bash 4.3-release:";; + short | recursive ) echo "Configuration of bash 4.4-release:";; esac cat <<\_ACEOF @@ -1498,6 +1498,9 @@ Optional Features: --enable-extended-glob-default force extended pattern matching to be enabled by default + --enable-function-import + allow bash to import exported function definitions + by default --enable-glob-asciiranges-default force bracket range expressions in pattern matching to use the C locale by default @@ -1546,8 +1549,6 @@ Optional Packages: --with-installed-readline use a version of the readline library that is already installed - --with-purecov configure to postprocess with pure coverage - --with-purify configure to postprocess with purify --with-gnu-ld assume the C compiler uses GNU ld default=no --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib --without-libiconv-prefix don't search for libiconv in includedir and libdir @@ -1650,7 +1651,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bash configure 4.3-release +bash configure 4.4-release generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2359,7 +2360,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bash $as_me 4.3-release, which was +It was created by bash $as_me 4.4-release, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2752,11 +2753,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. ac_config_headers="$ac_config_headers config.h" -BASHVERS=4.3 +BASHVERS=4.4 RELSTATUS=release case "$RELSTATUS" in -alp*|bet*|dev*|rc*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; +alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; *) DEBUG= MALLOC_DEBUG= ;; esac @@ -2834,8 +2835,6 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac opt_bash_malloc=yes -opt_purify=no -opt_purecov=no opt_afs=no opt_curses=no opt_with_installed_readline=no @@ -2911,18 +2910,6 @@ if test "${with_installed_readline+set}" = set; then : fi -# Check whether --with-purecov was given. -if test "${with_purecov+set}" = set; then : - withval=$with_purecov; opt_purecov=$withval -fi - - -# Check whether --with-purify was given. -if test "${with_purify+set}" = set; then : - withval=$with_purify; opt_purify=$withval -fi - - if test "$opt_bash_malloc" = yes; then MALLOC_TARGET=malloc MALLOC_SRC=malloc.c @@ -2941,18 +2928,6 @@ else MALLOC_DEP= fi -if test "$opt_purify" = yes; then - PURIFY="purify " - $as_echo "#define DISABLE_MALLOC_WRAPPERS 1" >>confdefs.h - -else - PURIFY= -fi - -if test "$opt_purecov" = yes; then - PURIFY="${PURIFY}purecov" -fi - if test "$opt_afs" = yes; then $as_echo "#define AFS 1" >>confdefs.h @@ -3002,6 +2977,7 @@ opt_casemod_expansions=yes opt_extglob_default=no opt_dircomplete_expand_default=no opt_globascii_default=no +opt_function_import=yes opt_static_link=no opt_profiling=no @@ -3115,6 +3091,11 @@ if test "${enable_extended_glob_default+set}" = set; then : enableval=$enable_extended_glob_default; opt_extglob_default=$enableval fi +# Check whether --enable-function-import was given. +if test "${enable_function_import+set}" = set; then : + enableval=$enable_function_import; opt_function_import=$enableval +fi + # Check whether --enable-glob-asciiranges-default was given. if test "${enable_glob_asciiranges_default+set}" = set; then : enableval=$enable_glob_asciiranges_default; opt_globascii_default=$enableval @@ -3341,6 +3322,10 @@ $as_echo "#define GLOBASCII_DEFAULT 1" >>confdefs.h else $as_echo "#define GLOBASCII_DEFAULT 0" >>confdefs.h +fi +if test $opt_function_import = yes; then +$as_echo "#define FUNCTION_IMPORT 1" >>confdefs.h + fi if test $opt_memscramble = yes; then @@ -3387,6 +3372,12 @@ fi +if test -z "$CFLAGS"; then + AUTO_CFLAGS="-g ${GCC+-O2} ${GCC+-Wno-parentheses}" + AUTO_LDFLAGS="-g ${GCC+-O2}" +else + AUTO_CFLAGS= AUTO_LDFLAGS= +fi echo "" echo "Beginning configuration for bash-$BASHVERS-$RELSTATUS for ${host_cpu}-${host_vendor}-${host_os}" @@ -4921,16 +4912,15 @@ fi -if test -z "$CFLAGS"; then - AUTO_CFLAGS="-g ${GCC+-O2}" - AUTO_LDFLAGS="-g ${GCC+-O2}" -else - AUTO_CFLAGS= AUTO_LDFLAGS= -fi - CFLAGS=${CFLAGS-"$AUTO_CFLAGS"} # LDFLAGS=${LDFLAGS="$AUTO_LDFLAGS"} # XXX +# turn off paren warnings in gcc +if test "$GCC" = yes # && test -n "$DEBUG" +then + CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" +fi + if test "$opt_profiling" = "yes"; then PROFILE_FLAGS=-pg case "$host_os" in @@ -5278,7 +5268,7 @@ if ${ac_cv_rl_version+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : - ac_cv_rl_version='4.2' + ac_cv_rl_version='6.3' else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -9279,8 +9269,8 @@ fi done -for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h \ - sys/resource.h sys/param.h sys/socket.h sys/stat.h \ +for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h sys/ioctl.h \ + sys/param.h sys/socket.h sys/stat.h \ sys/time.h sys/times.h sys/types.h sys/wait.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -9320,6 +9310,19 @@ fi +ac_fn_c_check_header_compile "$LINENO" "sys/resource.h" "ac_cv_header_sys_resource_h" " +#if HAVE_SYS_TIME_H +# include +#endif + +" +if test "x$ac_cv_header_sys_resource_h" = xyes; then : + $as_echo "#define HAVE_SYS_RESOURCE_H 1" >>confdefs.h + +fi + + + # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5 @@ -9504,6 +9507,101 @@ cat >>confdefs.h <<_ACEOF _ACEOF +fi + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 +$as_echo_n "checking for uid_t in sys/types.h... " >&6; } +if ${ac_cv_type_uid_t+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "uid_t" >/dev/null 2>&1; then : + ac_cv_type_uid_t=yes +else + ac_cv_type_uid_t=no +fi +rm -f conftest* + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 +$as_echo "$ac_cv_type_uid_t" >&6; } +if test $ac_cv_type_uid_t = no; then + +$as_echo "#define uid_t int" >>confdefs.h + + +$as_echo "#define gid_t int" >>confdefs.h + +fi + +for ac_header in unistd.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default" +if test "x$ac_cv_header_unistd_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_UNISTD_H 1 +_ACEOF + +fi + +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working chown" >&5 +$as_echo_n "checking for working chown... " >&6; } +if ${ac_cv_func_chown_works+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "$cross_compiling" = yes; then : + ac_cv_func_chown_works=no +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +#include + +int +main () +{ + char *f = "conftest.chown"; + struct stat before, after; + + if (creat (f, 0600) < 0) + return 1; + if (stat (f, &before) < 0) + return 1; + if (chown (f, (uid_t) -1, (gid_t) -1) == -1) + return 1; + if (stat (f, &after) < 0) + return 1; + return ! (before.st_uid == after.st_uid && before.st_gid == after.st_gid); + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_run "$LINENO"; then : + ac_cv_func_chown_works=yes +else + ac_cv_func_chown_works=no +fi +rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ + conftest.$ac_objext conftest.beam conftest.$ac_ext +fi + +rm -f conftest.chown + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_chown_works" >&5 +$as_echo "$ac_cv_func_chown_works" >&6; } +if test $ac_cv_func_chown_works = yes; then + +$as_echo "#define HAVE_CHOWN 1" >>confdefs.h + fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpgrp requires zero arguments" >&5 @@ -9706,7 +9804,7 @@ fi for ac_func in dup2 eaccess fcntl getdtablesize getgroups gethostname \ getpagesize getpeername getrlimit getrusage gettimeofday \ - kill killpg lstat readlink sbrk select setdtablesize \ + kill killpg lstat pselect readlink sbrk select setdtablesize \ setitimer tcgetpgrp uname ulimit waitpid do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -9736,7 +9834,7 @@ fi for ac_func in bcopy bzero confstr faccessat fnmatch \ getaddrinfo gethostbyname getservbyname getservent inet_aton \ - imaxdiv memmove pathconf putenv raise regcomp regexec \ + imaxdiv memmove pathconf putenv raise random regcomp regexec \ setenv setlinebuf setlocale setvbuf siginterrupt strchr \ sysconf syslog tcgetattr times ttyname tzset unsetenv do : @@ -9787,6 +9885,17 @@ _ACEOF fi done +for ac_func in mkstemp +do : + ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp" +if test "x$ac_cv_func_mkstemp" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_MKSTEMP 1 +_ACEOF + +fi +done + ac_fn_c_check_func "$LINENO" "getcwd" "ac_cv_func_getcwd" if test "x$ac_cv_func_getcwd" = xyes; then : $as_echo "#define HAVE_GETCWD 1" >>confdefs.h @@ -10041,6 +10150,18 @@ fi +for ac_header in libaudit.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "libaudit.h" "ac_cv_header_libaudit_h" "$ac_includes_default" +if test "x$ac_cv_header_libaudit_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBAUDIT_H 1 +_ACEOF + +fi + +done + ac_fn_c_check_decl "$LINENO" "AUDIT_USER_TTY" "ac_cv_have_decl_AUDIT_USER_TTY" "#include " if test "x$ac_cv_have_decl_AUDIT_USER_TTY" = xyes; then : @@ -10965,6 +11086,19 @@ fi done +for ac_header in mbstr.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "mbstr.h" "ac_cv_header_mbstr_h" "$ac_includes_default" +if test "x$ac_cv_header_mbstr_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_MBSTR_H 1 +_ACEOF + +fi + +done + + ac_fn_c_check_func "$LINENO" "mbrlen" "ac_cv_func_mbrlen" if test "x$ac_cv_func_mbrlen" = xyes; then : $as_echo "#define HAVE_MBRLEN 1" >>confdefs.h @@ -11279,7 +11413,7 @@ _ACEOF if ac_fn_c_try_run "$LINENO"; then : bash_cv_wcwidth_broken=yes else - bash_cv_wcwdith_broken=no + bash_cv_wcwidth_broken=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -11296,7 +11430,7 @@ fi if test "$am_cv_func_iconv" = yes; then OLDLIBS="$LIBS" - LIBS="$LIBS $LIBICONV" + LIBS="$LIBS $LIBINTL $LIBICONV" for ac_func in locale_charset do : ac_fn_c_check_func "$LINENO" "locale_charset" "ac_cv_func_locale_charset" @@ -11667,36 +11801,6 @@ fi fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5 -$as_echo_n "checking for uid_t in sys/types.h... " >&6; } -if ${ac_cv_type_uid_t+:} false; then : - $as_echo_n "(cached) " >&6 -else - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -#include - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "uid_t" >/dev/null 2>&1; then : - ac_cv_type_uid_t=yes -else - ac_cv_type_uid_t=no -fi -rm -f conftest* - -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 -$as_echo "$ac_cv_type_uid_t" >&6; } -if test $ac_cv_type_uid_t = no; then - -$as_echo "#define uid_t int" >>confdefs.h - - -$as_echo "#define gid_t int" >>confdefs.h - -fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking type of array argument to getgroups" >&5 $as_echo_n "checking type of array argument to getgroups... " >&6; } if ${ac_cv_type_getgroups+:} false; then : @@ -11838,6 +11942,44 @@ _ACEOF fi + + ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default" +if test "x$ac_cv_type_uintptr_t" = xyes; then : + +$as_echo "#define HAVE_UINTPTR_T 1" >>confdefs.h + +else + for ac_type in 'unsigned int' 'unsigned long int' \ + 'unsigned long long int'; do + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_includes_default +int +main () +{ +static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))]; +test_array [0] = 0; +return test_array [0]; + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +cat >>confdefs.h <<_ACEOF +#define uintptr_t $ac_type +_ACEOF + + ac_type= +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + test -z "$ac_type" && break + done +fi + + + ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" if test "x$ac_cv_type_ssize_t" = xyes; then : @@ -15923,7 +16065,7 @@ solaris2*) LOCAL_CFLAGS=-DSOLARIS ;; lynxos*) LOCAL_CFLAGS=-DRECYCLES_PIDS ;; linux*) LOCAL_LDFLAGS=-rdynamic # allow dynamic loading case "`uname -r`" in - 2.[456789]*|3*) $as_echo "#define PGRP_PIPE 1" >>confdefs.h + 2.[456789]*|[34]*) $as_echo "#define PGRP_PIPE 1" >>confdefs.h ;; esac ;; *qnx6*) LOCAL_CFLAGS="-Dqnx -Dqnx6" LOCAL_LIBS="-lncurses" ;; @@ -15938,6 +16080,8 @@ 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 +bsdi5*-*gcc*) LOCAL_LDFLAGS="-rdynamic" ;; # allow dynamic loading, like Linux +hpux11*-gcc*) LOCAL_LDFLAGS="-Wl,-E" ;; # allow dynamic loading esac case "${host_os}" in @@ -16019,6 +16163,16 @@ fi +# directory where we install dynamically loadable builtins +if test -z "$loadablesdir"; then + loadablesdir='${libdir}/bash' +fi + +if test -z "$headersdir"; then + headersdir='$(includedir)/$(PACKAGE_NAME)' +fi + + @@ -16040,7 +16194,7 @@ fi #AC_SUBST(ALLOCA_SOURCE) #AC_SUBST(ALLOCA_OBJECT) -ac_config_files="$ac_config_files 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" +ac_config_files="$ac_config_files 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/Makefile.inc examples/loadables/perl/Makefile support/bash.pc" ac_config_commands="$ac_config_commands default" @@ -16551,7 +16705,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bash $as_me 4.3-release, which was +This file was extended by bash $as_me 4.4-release, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16617,7 +16771,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -bash config.status 4.3-release +bash config.status 4.4-release configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -16765,7 +16919,9 @@ do "support/Makefile") CONFIG_FILES="$CONFIG_FILES support/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "examples/loadables/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile" ;; + "examples/loadables/Makefile.inc") CONFIG_FILES="$CONFIG_FILES examples/loadables/Makefile.inc" ;; "examples/loadables/perl/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; + "support/bash.pc") CONFIG_FILES="$CONFIG_FILES support/bash.pc" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; diff --git a/configure.ac b/configure.ac index 97e8e0440..ce4e9b607 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ dnl -dnl Configure script for bash-4.3 +dnl Configure script for bash-4.4 dnl dnl report bugs to chet@po.cwru.edu dnl dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 1987-2013 Free Software Foundation, Inc. +# Copyright (C) 1987-2016 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify @@ -21,9 +21,9 @@ dnl Process this file with autoconf to produce a configure script. # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_REVISION([for Bash 4.3, version 4.063])dnl +AC_REVISION([for Bash 4.4, version 4.082])dnl -define(bashvers, 4.3) +define(bashvers, 4.4) define(relstatus, release) AC_INIT([bash], bashvers-relstatus, [bug-bash@gnu.org]) @@ -42,7 +42,7 @@ RELSTATUS=relstatus dnl defaults for debug settings case "$RELSTATUS" in -alp*|bet*|dev*|rc*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; +alp*|bet*|dev*|rc*|releng*|maint*) DEBUG='-DDEBUG' MALLOC_DEBUG='-DMALLOC_DEBUG' ;; *) DEBUG= MALLOC_DEBUG= ;; esac @@ -53,8 +53,6 @@ AC_CANONICAL_BUILD dnl configure defaults opt_bash_malloc=yes -opt_purify=no -opt_purecov=no opt_afs=no opt_curses=no opt_with_installed_readline=no @@ -113,8 +111,6 @@ AC_ARG_WITH(bash-malloc, AC_HELP_STRING([--with-bash-malloc], [use the Bash vers 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 @@ -133,17 +129,6 @@ else 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 @@ -193,6 +178,7 @@ opt_casemod_expansions=yes opt_extglob_default=no opt_dircomplete_expand_default=no opt_globascii_default=no +opt_function_import=yes dnl options that affect how bash is compiled and linked opt_static_link=no @@ -234,6 +220,7 @@ AC_ARG_ENABLE(disabled-builtins, AC_HELP_STRING([--enable-disabled-builtins], [a 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(function-import, AC_HELP_STRING([--enable-function-import], [allow bash to import exported function definitions by default]), opt_function_import=$enableval) AC_ARG_ENABLE(glob-asciiranges-default, AC_HELP_STRING([--enable-glob-asciiranges-default], [force bracket range expressions in pattern matching to use the C locale by default]), opt_globascii_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) @@ -357,6 +344,9 @@ AC_DEFINE(GLOBASCII_DEFAULT, 1) else AC_DEFINE(GLOBASCII_DEFAULT, 0) fi +if test $opt_function_import = yes; then +AC_DEFINE(FUNCTION_IMPORT) +fi if test $opt_memscramble = yes; then AC_DEFINE(MEMSCRAMBLE) @@ -386,7 +376,6 @@ fi dnl now substitute in the values generated by arguments AC_SUBST(TESTSCRIPT) -AC_SUBST(PURIFY) AC_SUBST(MALLOC_TARGET) AC_SUBST(MALLOC_SRC) @@ -403,6 +392,14 @@ AC_SUBST(HELPINSTALL) AC_SUBST(HELPFILES_TARGET) AC_SUBST(HELPSTRINGS) +dnl We want these before the checks, so the checks can modify their values. +if test -z "$CFLAGS"; then + AUTO_CFLAGS="-g ${GCC+-O2} ${GCC+-Wno-parentheses}" + AUTO_LDFLAGS="-g ${GCC+-O2}" +else + AUTO_CFLAGS= AUTO_LDFLAGS= +fi + echo "" echo "Beginning configuration for bash-$BASHVERS-$RELSTATUS for ${host_cpu}-${host_vendor}-${host_os}" echo "" @@ -460,18 +457,16 @@ AC_SUBST(SIGNAMES_O) dnl END changes for cross-building -dnl We want these before the checks, so the checks can modify their values. -if test -z "$CFLAGS"; then - AUTO_CFLAGS="-g ${GCC+-O2}" - AUTO_LDFLAGS="-g ${GCC+-O2}" -else - AUTO_CFLAGS= AUTO_LDFLAGS= -fi - dnl default values CFLAGS=${CFLAGS-"$AUTO_CFLAGS"} # LDFLAGS=${LDFLAGS="$AUTO_LDFLAGS"} # XXX +# turn off paren warnings in gcc +if test "$GCC" = yes # && test -n "$DEBUG" +then + CFLAGS="$CFLAGS -Wno-parentheses -Wno-format-security" +fi + 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 @@ -706,8 +701,8 @@ 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 \ stdbool.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 \ +AC_CHECK_HEADERS(sys/pte.h sys/stream.h sys/select.h sys/file.h sys/ioctl.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) @@ -719,8 +714,17 @@ AC_CHECK_HEADER(sys/ptem.h, , ,[[ #endif ]]) +dnl SunOS 4 needs to include before to compile +dnl autoconf complains about presence but inability to compile +AC_CHECK_HEADER(sys/resource.h, AC_DEFINE(HAVE_SYS_RESOURCE_H), [], [[ +#if HAVE_SYS_TIME_H +# include +#endif +]]) + dnl special checks for libc functions AC_FUNC_ALLOCA +AC_FUNC_CHOWN AC_FUNC_GETPGRP AC_FUNC_SETVBUF_REVERSED AC_FUNC_VPRINTF @@ -766,20 +770,21 @@ 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 \ + kill killpg lstat pselect 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 \ - imaxdiv memmove pathconf putenv raise regcomp regexec \ + imaxdiv memmove pathconf putenv raise random 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_CHECK_FUNCS(mkstemp) 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) @@ -787,6 +792,7 @@ AC_REPLACE_FUNCS(dprintf) AC_REPLACE_FUNCS(strchrnul) AC_REPLACE_FUNCS(strdup) +AC_CHECK_HEADERS(libaudit.h) AC_CHECK_DECLS([AUDIT_USER_TTY],,, [[#include ]]) AC_CHECK_DECLS([confstr]) @@ -886,6 +892,8 @@ AC_TYPE_MODE_T AC_TYPE_UID_T AC_TYPE_PID_T AC_TYPE_SIZE_T +AC_TYPE_UINTPTR_T + AC_CHECK_TYPE(ssize_t, int) AC_CHECK_TYPE(time_t, long) @@ -1085,7 +1093,7 @@ 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) ;; + 2.[[456789]]*|[[34]]*) 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" ;; @@ -1100,6 +1108,8 @@ 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 +bsdi5*-*gcc*) LOCAL_LDFLAGS="-rdynamic" ;; # allow dynamic loading, like Linux +hpux11*-gcc*) LOCAL_LDFLAGS="-Wl,-E" ;; # allow dynamic loading esac dnl FreeBSD-3.x can have either a.out or ELF @@ -1180,6 +1190,16 @@ AC_SUBST(BUILD_DIR) AC_SUBST(datarootdir) AC_SUBST(localedir) +# directory where we install dynamically loadable builtins +if test -z "$loadablesdir"; then + loadablesdir='${libdir}/bash' +fi +AC_SUBST(loadablesdir) +if test -z "$headersdir"; then + headersdir='$(includedir)/$(PACKAGE_NAME)' +fi +AC_SUBST(headersdir) + AC_SUBST(YACC) AC_SUBST(AR) AC_SUBST(ARFLAGS) @@ -1205,7 +1225,9 @@ 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], + examples/loadables/Makefile examples/loadables/Makefile.inc \ + examples/loadables/perl/Makefile \ + support/bash.pc], [ # Makefile uses this timestamp file to record whether config.h is up to date. echo timestamp > stamp-h diff --git a/doc/FAQ b/doc/FAQ index 1df48d5c9..87dbb2d02 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,4 +1,6 @@ -This is the Bash FAQ, version 4.13, for Bash version 4.3. +This is the Bash FAQ, version 4.14, for Bash version 4.4. + +[THIS FAQ IS NO LONGER MAINTAINED] This document contains a set of frequently-asked questions concerning Bash, the GNU Bourne-Again Shell. Bash is a freely-available command @@ -144,7 +146,7 @@ of Case Western Reserve University. A2) What's the latest version? -The latest version is 4.3, first made available on xx December, 2013. +The latest version is 4.3, first made available on 26 February, 2014. A3) Where can I get it? @@ -2169,11 +2171,17 @@ You may also need Finally, you need to tell readline that you will be inputting and displaying eight-bit characters. You use readline variables to do -this. These variables can be set in your .inputrc or using the bash +this. convert-meta says what to do if you read a character with its +eighth bit set. input-meta says whether to permit characters with the +eighth bit at all. output-meta determines how to display characters +with the eighth bit set: if on, they are output directly; if it is off, +such characters are displayed as a meta-prefixed escape sequence. + +These variables can be set in your .inputrc or using the bash `bind' builtin. Here's an example using `bind': bash$ bind 'set convert-meta off' - bash$ bind 'set meta-flag on' + bash$ bind 'set input-meta on' bash$ bind 'set output-meta on' The `set' commands between the single quotes may also be placed diff --git a/doc/Makefile.in b/doc/Makefile.in index 3c67db63f..5f0756c4f 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,6 +1,6 @@ # This Makefile is for the Bash/documentation directory -*- text -*-. # -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2015 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 @@ -31,7 +31,7 @@ RM = rm -f topdir = @top_srcdir@ srcdir = @srcdir@ -VPATH = .:@srcdir@ +VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -79,6 +79,8 @@ QUIETPS = #set this to -q to shut up dvips PAPERSIZE = letter # change to a4 for A4-size paper PSDPI = 600 # could be 300 if you like DVIPS = dvips -D ${PSDPI} $(QUIETPS) -t ${PAPERSIZE} -o $@ # tricky +# experimental; uses external texi2dvi for now; this needs pdftex to be present +TEXI2PDF = texi2dvi --pdf TEXINPUTDIR = $(RL_LIBDIR)/doc SET_TEXINPUTS = TEXINPUTS=.:$(TEXINPUTDIR):$$TEXINPUTS @@ -90,7 +92,9 @@ PSPDF = gs -sPAPERSIZE=${PAPERSIZE} -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -s MKDIRS = ${SUPPORT_SRCDIR}/mkdirs # This should be a program that converts troff to an ascii-readable format -NROFF = groff -Tascii +# added the -P -c for benefit of Mac OS X, which insists on adding colors if +# it's not present +NROFF = groff -Tascii -P -c # This should be a program that converts troff to postscript GROFF = groff @@ -146,13 +150,17 @@ BASHREF_FILES = $(srcdir)/bashref.texi $(srcdir)/fdl.texi $(srcdir)/version.texi ${RM} $@ -${DVIPS} $< -all: ps info dvi text html +#.texi.pdf: +# $(RM) $@ +# -${TEXI2PDF} $< + +all: ps info dvi text html $(MAN2HTML) nodvi: ps info text html everything: all pdf PSFILES = bash.ps bashbug.ps article.ps builtins.ps rbash.ps DVIFILES = bashref.dvi bashref.ps -INFOFILES = bashref.info +INFOFILES = bashref.info bash.info MAN0FILES = bash.0 bashbug.0 builtins.0 rbash.0 HTMLFILES = bashref.html bash.html PDFFILES = bash.pdf bashref.pdf article.pdf rose94.pdf @@ -170,17 +178,22 @@ bashref.dvi: $(BASHREF_FILES) $(HSUSER) $(RLUSER) bashref.info: $(BASHREF_FILES) $(HSUSER) $(RLUSER) $(MAKEINFO) --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi +# experimental +bashref.pdf: $(BASHREF_FILES) $(HSUSER) $(RLUSER) + ${SET_TEXINPUTS} $(TEXI2PDF) $(srcdir)/bashref.texi || { ${RM} $@ ; exit 1; } + + # can also use: -# $(MAKEINFO) --html --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi +# $(TEXI2HTML) -menu -monolithic -I $(TEXINPUTDIR) $(srcdir)/bashref.texi bashref.html: $(BASHREF_FILES) $(HSUSER) $(RLUSER) - $(TEXI2HTML) -menu -monolithic -I $(TEXINPUTDIR) $(srcdir)/bashref.texi + $(MAKEINFO) --html --no-split -I$(TEXINPUTDIR) $(srcdir)/bashref.texi bash.info: bashref.info ${SHELL} ${INFOPOST} < $(srcdir)/bashref.info > $@ ; \ bash.txt: bash.1 bash.ps: bash.1 -bash.html: bash.1 $(MAN2HTML) +bash.html: bash.1 bashbug.ps: bashbug.1 builtins.ps: builtins.1 bash.1 rbash.ps: rbash.1 bash.1 @@ -193,7 +206,9 @@ article.ps: article.ms bashref.ps: bashref.dvi article.pdf: article.ps -bashref.pdf: bashref.dvi +#bashref.pdf: bashref.dvi +# experimental +bashref.pdf: bashref.texi bash.pdf: bash.ps rose94.pdf: rose94.ps @@ -232,7 +247,7 @@ installdirs: $(SHELL) $(SUPPORT_SRCDIR)/mkinstalldirs $(DESTDIR)$(htmldir) ; \ fi -install: info installdirs bash.info +install: info installdirs -$(INSTALL_DATA) $(srcdir)/bash.1 $(DESTDIR)$(man1dir)/bash${man1ext} -$(INSTALL_DATA) $(srcdir)/bashbug.1 $(DESTDIR)$(man1dir)/bashbug${man1ext} -$(INSTALL_DATA) $(OTHER_DOCS) $(DESTDIR)$(docdir) @@ -259,10 +274,20 @@ install_builtins: installdirs install_everything: install install_builtins +install-html: html + -if test -n "${htmldir}" ; then \ + $(INSTALL_DATA) $(srcdir)/bash.html $(DESTDIR)$(htmldir) ; \ + $(INSTALL_DATA) $(srcdir)/bashref.html $(DESTDIR)$(htmldir) ; \ + fi + uninstall: -$(RM) $(DESTDIR)$(man1dir)/bash${man1ext} $(DESTDIR)$(man1dir)/bashbug${man1ext} -$(RM) $(DESTDIR)$(man1dir)/bash_builtins${man1ext} $(RM) $(DESTDIR)$(infodir)/bash.info +# run install-info if it is present to update the info directory + if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ + install-info --delete --dir-file=$(DESTDIR)$(infodir)/dir $(DESTDIR)$(infodir)/bash.info; \ + else true; fi -( cd $(DESTDIR)$(docdir) && $(RM) $(OTHER_INSTALLED_DOCS) ) -if test -n "$(htmldir)" ; then \ $(RM) $(DESTDIR)$(htmldir)/bash.html ; \ @@ -313,4 +338,4 @@ rbash: bashref.texi cmp -s RBASH ../RBASH || mv RBASH ../RBASH $(RM) RBASH -xdist: pdf inst posix rbash +xdist: everything inst posix rbash diff --git a/doc/aosa-bash-full.pdf b/doc/aosa-bash-full.pdf new file mode 100644 index 0000000000000000000000000000000000000000..01815492cc39e4c92cfecf6b0128f03542c34be6 GIT binary patch literal 393895 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 K#<}SZAVLuHccg!!(=KZ=awl2FT7qEfvL%dzV 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%0DKFHAK$`AO>|(|Ah-0)IP-04`D-pegTq0paWU{; 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

iXlf}n(g^w6nX5kw?Jy1Tm(22c=? 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 literal 0 Hc-jL100001 diff --git a/doc/aosa-bash.pdf b/doc/aosa-bash.pdf index 006a767769451694f5f25a9dfdb18282067d982b..4c8773a900aa5aa88f2f7bee86c1c5233d1f5d23 100644 GIT binary patch literal 228239 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

-i
@@ -292,7 +297,7 @@ below).
--verbose
-Equivalent to -v. +Equivalent to -v.
--version
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 He|`+VD@7Uf literal 153472 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 Sk zX&oTJN`&YE``3n?p5gsKGLHZH<7{ij$QzCkhCf~t0OzkI*6{_H8Wu37imIN< z5qp%;JZgM*){a!|P*Si4^DOXxMoS~$o0UN&FiZRW3PUDd$7`V~u4-|-LKh`!M z0I)X`9MiGk$kle>31PLseohq4&#b2n`o8V2Nx@}{w#=f0u++*@Q1bEp- zN|hYPaNhlmQ@1&kuUTjtGFymz07*p<)*)$6Fs!gperg+GO`~y4cyKDyH*(y1h~eU6 zIX8hF^?>OVKBieiUIr?O6*p!T7=OVw4mY>AB4RXb$lV8KuV-G`@>o1(;VDS{zF8&L zW+>}S%^c(n@>8f*D)s7fY{zP^FhCG-r~w^7 z?L%Xbf?mDLN+bK+T^vor?OL`Thgdp#0S1oM+b!}F3zpwy#(OMX$lENso!DRsYm4qT zm-AI3Md)3yABkbHglCk{ABn`)9b8bH>~8&NZ=E|q_bSyJEr0BRFED4H7|K!3SfS$y(uds3ULnT1Ayf%FVMi9xwD$|?+_NxqdUlcwb zN;hA=Y3YUI4dL`QDP!T#UYhnh%nlMDza%MmU_G5-UbQ4YDU|h*TUKd~^Uexx0fCWW zUho|S3@EnPpUMh(DUIGWh{!M7;5KN_ z-sP#Z?gii?U@KpEG(ym>Ys?qJ|M2T!i3jl+w=XMv2FNjF*`Z^e%Q4W}fY!Y^g7U~b zP=3zgdBN!tT9x`ICUOp3keaX_uJwWSof0a@OWI9GqAb)MoaS$j6|@S8PKTs}K-KMAD0bs;blP zRCpf^CC5^@VuOml}cv2$vBFwShGlKZBub zkq326pK`S3OE!acy}U=kM3~$=)h%oXQu!!50X?#yFD7AQHit}_KBc|AKo502RNOx) z1I$E;pYSS#>GjPf%O^uzQIlP5Rdg6>U4MkY5@30ac>a{(0@7_eTMdmAgvd!!Y60$} z66gzyne%X$%l^oMccTD*iF-EnsAARPUX@nZ6VgyN#gfG6lfrE(K=D(4G={$EAugr$=W5UL&6 zJ()R$eZ2dJo`$SNeWDnHK>6|@ifkwVy?C{73;@ym=LcX_(N}emnNjAH8SUBH$eF}2 z@dX9^*?g6_v{&!^1&uD;HD34;Y3={|I1o}7^la=oBXvw&Q`ZA4cw>R~Tqb7Vx%h+qR8w+qP}nwr$(CZQHi3d(z46$(i)}1@CAj^`ufMf(@3t z9e+Ps9#1wmyIW9+cZV^DJ>WN3nl$ES7Bm=PM&%CtW9g1rmy$39RuE)(k^P7H#bhT& zGL;m8dZ&;Dld8u2g3sl~rXz?U3zj~;Dy!IfDx;1uTgLq82$`C_(yW%kt(;d~Q~-s+Idru3C`^ zqXWIlB6Oi+DazA3 z06GGS%@Ka8;y^(m=a)k|q??k757{$j#Dl#lL$z91{^sjY9|m8iZ@Z4js0xE#h-Md* zI1Ar2AR!k@w;K?~&U7!XF=nmT%%CTSE;F%~m$sj%Y1nk5f9-*Zxh>7Gpdh-Zt;4q} zq8Lb%Zoqc=qYFk1lm1{}D`96Xi%g^&@5Ika1)YzzH=DY5OX8nLt$CpaDC`M|(ByJL^!6gMdJQgj;M-XJDH>HU8EurgI>kTL+9Z1#MD%nb3QXT?{UUJlwnjX)t8v zBOdB>9XPlEtLP@*oURR6wd8 zXJR6%ri#pPf)mLlOEXk;{s~NJ-gdK#NtFmxOJZDm>dir~a$=$Es73=Kd5=+=D^btD zR0MUTnv>}2-!6m=+ntr{^B;fH*6ecryLN5jyE@gS=0}D|`C5lH$8;N`Qv4N$e)oZ( zuW$VhhY4$bgRmFbTU#U#T_NNTrh%B^>CCxJRUPwQXS)?O-%_LBNw99XDTZv3phMYq z>=!7n$_9!%&&qktuOfjj(B(xQt0Ubo3h@~`KKB>7y$8@ONXxA}OXNxt!+)Ry0mZ0% zB6fUE*O&~nhOkf*EH0Fh^o_hqh#ZE7LYO%Y4CLW`k{IoOAkwxKPf%6V?GP293zLzq zq2-=$!|lQi@4z2bD(7ZBF42l$^-Z89PYA%9h*BC@75AKG?euR>csp7ikt>MoU$ESM z%WKC#%cS2BUD>Iob^H9l0kp#r+L!pFADYJ~I-CVoG zih>ntM@dV+Roa|?qMkbpcR6DTp5{%MaMvM8!a~}Wsz@v3kqU}Sx=YGHsM23Wlud0P zK4ch|a;m^V&?{&_aPYliPCa4yN7MmRK>x8WfxhlxJ8eHOu_=JcGhWlY<1IRK8h7jR zs-GDtNt~s)B!;cLok)dI){TES*$8_Fsj)n~AGo(HapsXB7}6{YpftqwM1*;mnL63i zP)*cUP;cOk1+iy8+qCA6avaiU8Sf*b6h9%d1O2Awp+Jn>vjRNx2-q{V*c6G&~69bL0BMr*Xy*3e6}t5ona{fW>M; z(LOp**R^-!c`Ke;Ju|mg)pt~wf|?V#Po($n=%l22FnAu1;Q1zcyi4tn-5iS;K41kD zoo+S_kzrW^QLqHlfliOFfzOElrng9@w1Qnl zgK9sk^R;l)mZDJS{S!VGx{x(l(kOMgkonL~<(1JlB@-RXj6(UaWNz%sqdP6`BPy=B z3?n{W5*8kvgM!fdhf4day;M2G3TyGZ@gX%&)w@_3$l_vHN}kC(R5UfM>p9#9W0akD z@QXJ!m5;X%kU(0;)^dRcO|1k&x7PTa`XyF{RJ6(mN4l^&F}h-qh1ef_g3a7t4lK)g zib?=h2*z@ZZkjXv`zVR z%)I>A{uEO#tb~~ZUtv_C7~gfQie=h_qf7(Xmt>4l=QFw;|GNLTe7p zrD_q0yGzqP+xa1OMiyXknait1Cs~GO;9HdcTM~;6?h-?7|3bA7x!a)$YLA6wDyUE{ zhGqrx*uo&aqir|Sv>kZIE`aIhF!MhPWzPo(8}rf7EX-^AWXu+K6ze0s?C1lae&jSWn~)NUe_ZyVU-}Up$hk;m9IxF`B$Wghb$78k z+{H!2DO>hhIeAI^`xMKa#xkEnn0Q*DEbdJ-?*}32@o3wPX}0}V<(w@&93nqa!JMOu zCWh576BtLf|AM`auFHq&i7rwdRBB=^yv^|+gf+)4knD)^g4iKbrqqa-VR6tY$9#$U>~>w24%X3;X*OEj^2Uh`Zrubi8@^&4O5*$f%J)4 zJ=~pcyL22yb3Jqs=jiF_=EZ`2!r70cKcF%?w|d9!ZwTlTPOej5*I5Y$N#opSegDyCs~>QPdceNmAb`|xbvSR4LRfB2;o1s z(c#Ubv{R;gG|AU*SGiq5@mTcdfr4)lwD<|ChOx7s@Gc$NL}V3+6n?*8Yi)9<3o{iJt4-2FEN z&(J!3plam%`+DTIS2NWZ%&vuY=84Y9*S;g6Yw9w9z45lQd3JhbuimxDQ+KuKubq#X zzMFYhrg3aH6Ii9m>=TuuGR;(c)9)@ixnTQfh6A6?Oarc3JqC(p)NW6(%_TbAtT?TCP?tX500A zmLIzb(`*#hDZfFZlRdli&|F>}b1|yZt*`M>bK`utHoa7TeUwgHRaU7>V`WfcE3tZm zw-zfcpH3iXKv(wu#gUUle*ZbH#?W`+{(|}H2@%;DlTz8Baipob80y^gjF~PjG>WE1 zc+^-)#cJq_Gg2{Y#S|&VI3ap5hx~N3kY9C0X_EjdEW1eIb8#7*;H0u-FCTI4rIw>s%b=Do&WgsktC9LDvg6&Ft z`v}jbpfOso8eWEad<0spV_5&MM0ZFnmAfHwW~;jVyRtG9=2`mRN3$zlDP_+^*N%Ze zj+dT7cJ>$Oo1sA?mbi+K1&4dgqBR{g z3qE}9#E^^iVRbk@9bv3dB%9_RQ4d)_??vcrMp|a-y8f> zA7wN3UN(F`;GtWP8OLW-#X#6zB7;B8#)!<9+L7R!#=$7lKTkx+95a+Rg!bn&WiPne z^U1(wz8aE8djTstC&vv2l!yMh@^#r4pbDpR%!>_5#4m>KT$0}h9gq_JbYsMSTK2q% ztrqepV+VOXu@6vlxz#(wL<8_<;x-S0>v3lBe?bF<6pJUWKW1o^p)jDj`Gc$R1aA?3 z0Sg9#j*edh?;HD5xfh(VJ^_B2_d~b`&g5Fr$ z;?)8Jy=^sM|04YP{J}Mv(}0_Ljo^h~?Lr;aB*vTMb~=mTyMsaKG$OWa<|4B6p!g#G zk+pc(Q{JcDc1INnT%VI&=Yv+kA&G@xwVY0!jGs@^4=4ga4I9&>A5P8y=@QFfA0^42 z1f$CRs0y5Ef~BGwBh0>`-BDH{rMsaLAOT+GG(z1c-YVP=78oT4z3zNh4;P5)HDo(X zsEtqDKT}RduY~6uFkp$zm zd&V9i{Uvj6UATjcWey4D8|5c(^=H9aQ*Ce=`=Ojt#y>=8E7}fOmkHOomSar{>xZ#3 znL>`jwDSQV%EJd!96;1+Ld5=}0;IqF9KeM3D2zhgzqD zP4n6(>U8@Gd5fh$Zw>*IHALKv%kN_%b74`8T4mbP0=gJsKGpHIAUg6~RPXBR{(a+| z85<`BM4qanB4$o8$dQmrxADuR(SLD_CEngGlV|)qQO-`F#$8MXesuGn8dN>o^yH%f&i8F?Iu?XGt?ZI^sH(AV|wJMzq>$! z(lzttD!L#Gx3Fd(j@^o?ERt|dNb~5TqB)?vJG}F{Wl5=&H*F$>Pk|X2P9^{;3$fER zHDEbWQ6AqKLh=KS429HJ(#Hx%>L*BO^{A;i*UVBGX~}vexwUJZXpW2& zAzh)FCjph5vDcFPs4+&sHO3JBm`3ZDkwYJ!x|rn%dcs~Zy$Ds8?<1;va~#SC;8 z3VJd+Q_6%$?&Ad&mIwx|lQcc1BH<@vX-+P{MoYW{CUeoMl^^iK>!QzmPKv027Z}F6 z|Js(~RWO8);6$yvKpuQb-RZ7kg1&yY^zyT87h%UsK6|?SJRx_KLsQudq>(M5``lz3 zm*GWYkx)MvmHJ8q?yi?nGV`GJZMta7dGs%ST!JIrEVYarr9LN)*x6KUOGpxmrO&$#V>ZWCty}?kitabS8 zkM}!zrDT(8OACn?G3C!82ax&oxs6qm-X*hi<*cXI`783S4i?3+rv{SpaFMg zv8HTL91g;SKNPc$EHu3IfnkY(s)$`|^~s@kVj!Lt9Pfg0cx;Gl@RNnC5SDC8%# zk`VH9sZsj`7RA-U@u)TubxZ+<*Wg=riN4)}xh0$f4nWyg0fWzovC3Awa38vH^rRqV zw^^}pL!+n6C>B(6nu^`EB*-r2RAwG2+>#Al9zO~r-Ss{6)q*UH-sVLxDpSHEQ*~^N zU$IbJ+h0&bngVKs6xTs|s(je|&W+7d-Tv|a!j{B4eK;Zci;@rEfoyp)QwJ;n0&Sn) zoSQzQKGtmH`l+2MK#o#Fv2adpRopw2kM^SYC+J!v4ClB+)vjm6p7PdbuP&f}%!=%Hq| z%ckk*!VQN&G=ZXm0Vp6vP-*Hhtiwih9Shg1xPrPUu64+h^9zyyKIq_~7T_-{w*)}$ z8b3@2H`>(OafiQh^nP0l&wE@4+{UdwtU+AljDx9ygtFWw8zHq8ks4lg2qEq9l)f*?2hnO!CdIZA1gaFcVVUYLM<0eaO zigxW3V092=$YE|9H)*FNbU{+2Ty}A&?=j#C?Ke+@_hLJs3C5_cm|O{42KA7?I~VhX zA~k;xEBSopQ$9+FUi9ECZHURby&c@yUDtRCztFj`S}nb~=O=x@!~eW<(J-&nwPsoq zWv#3|5`Ls5BvME#q%{$Omc!`QwK_(zF;FfXZyUxrV5<&BiZEzmAH>mn93GTCqFuJg zOh9wg0289b;sZ%zx?oHRfb$MTsc)fs5G}?xk7%cfEVUA}<-pl1_{)?%X7C>TcIW|4 z^N}2HhG&kcZE%U|`&fuaL@V%|EeI!G0xrczfgIiya8k`7cy8)0xDwqnUKRDUO>k~k z;Nid=^<-VPi!TbiTX7S;L8mmyMIn6%q@ym*Ngiz}S;V)pC+foyYC!g;M;~|E{8;Oo z78v{U6FR_cGM&ZYNzlhRG0{Nik*IUIV-2*rvKmQEoB};>ALhvBUlgGp387x1pIvG6+eQhOGlpa)%?tUu+@N(&F;K_?q0PXeT92WAUE#Ujc^2tlr6aAIj0!Egz z9CZIiVtBheoOq{FGOModfbkYt)9dF`;xTg;-G@)+JuxUm74Ro>o>&Df<`z{*{??uA z_#6fYe@)A`xNOe5_CC|CC$G{l93P(ExsrhPg$uiTrF~r<(Zolp?*ig+d*ZB;D%D=1 ztRT{gp2*KS8bd#uimBAXAAP2pWY9!*Z|Q;JuZPdlPbDntS%C;tOk>A0Ge?KzDix%wkaS7XX)`4{5~K!wneC?ogzkNc`D1?T1bNMzPb0tx>NQwnI(o4l+$vgOSh*lSM$OWBqiXse}|UTh7K^KL4qCzv~(2 zT-6AV|1sqfC|v4%q5pa))EnUNdcJ`9p$sw=%D^@ic&Ig+?;8xK(;nsqixn-t7QDJZ8JPchW9Wz*{C1Jr7cv2V-*LCkr*?nE%clmu zPfyr3Q{9TTN}48YW$)_i+v}cA-bU0VjyiqMU}ZRaIJ@5-%tWG19|u3!EgpYEao@`` z_bhJ2)rx0ee?=!tdpj0SKfKYaC#4fvie08oe~6|B>@5nSIcYJw%A?0B1?+ES?0*Rx z+oxOHYFFJBnb&1DI>(|1m)BkVJ$`RTsv7P(=hygcDXV`Te{$m!k*yUfx+|pfeS5&H zXRWmq#`!xG+eQ@*`#Ja?Wz^}lSh)aGc6Z7ODD};wB~x5h^iK?YB*Cj)6VN%<#?1IZv`r_AZRGsAkbmD@TU2Sd`krmiX~A6v!Kfn1ZUp*U5!sz&Q_VWp07Sa&-`q@OAF0SEs$d;LK-F@$8)?9Dy za87XCw(&%gbpX5)C~{WvJZs0bC?j7_t(Dy%HDm{E=-NY692o3o^&Fu)F z&7ioyO~A#BGV+l<_?l*2H44sPszKjrXr-wRms;QY;vL_+2Q)Z0IuI~MZr!(ETt5nJBVGg z0sHrVqftN}wKtM@ESRt@I__*zX}Uqdb3S9Kw=_Kjyw0gEiL;t`r^0^HqqtiS2b+BL z9#jl3ZMg}Wt=T10&t(N!u}d6YP!8NICA{i>9P)^dwT4-Xwr6JKHn_S4k<$j6s-DeW{p@_WsR=vI%zevmJeGmQVQdP8=6#pwFH_g@qSoe zSu(>W_zb>{m%5uv6+Q2AV6EW0tLKtDHPY{p9@(b{Y3-}96SiDAp(Yo|wy(S&VuoXE z8)myHtQv7d){1KO)PmtGDJe^tVPOvMi!H>rSSaOP&tHPRe%p!6RH$Epg{8dSn8+1{ zlR9o=27LD81&k)Ei{xAjK7XLXeD`94V~ID545`VHLWOOONrnMm>yj5xQD>@KzMH2x!s3*`&cMBR#^Vhh2ALC+JgEe zS)-(axKZAKy{|tV_-_cNp}BB-jl^B(WfMUH2<=ggt_oPskhF%|nW3n!eQn1_2R7+f z<7fFPVdz6bwed&c?PVWrgeMm12QcJ3Nc(La15#uT^;cGXrHX?^JL#GL- zI22Jdwp@NRgj|J7b0TSt@+NA3fN&a?RyORou?Up}g2B)kS#yJ7BvMoJ{|PthbG!=YD{>^N}(K+OV)ih7bv+)4{PzP5l>$0c*`&X0NPH}KHsRWzrr0jrl8xqkXE{0D{E+5u{^ zKK#MGs}vZ1si_iV5xIQ&rk5e&##W3k>@dsbC#1CVdi#eE!b40^gceCLr2>(SL(X4e zgiZSZpwV+m;;5uX6b;vd#yawUtAI;@a}4bz?rYWo?@qxb@cE43Pbx=zKFg2J>m`1e z)KBhs;|`c;}6i2^;VUFtc7f=!t9;3GUS&Yqdje&X9xZ?J4`wt%?*+eGCsN(hOELVB6jFJ8qKYq|2*7w)=2bL$ zw3P$$a4EF9jcZ*5lRQ;(awfI$))iv1nB;$+%U2Q!dLLux(vXBtg@=GZWDe8#4R(rt zSyYJ&W<|&L7=!rX{PU$TDy38cnEmp8mj)DDMURX2UPGmN{T&yLOH|3Z&T$2Wk?HsJ z&K-bu;kBdL8d#Pil-wK8ECB}9O2N^8rL@FAr96fVa&9bPq(CiRlENYJsN)z`dA#a@ z>d!ZMUjzp#0bj=f^vG}yL8^kPI2FsOR+J7ogP~|Cp1G2%gC@ zY)nVAmxcZip^b0sBaw!^SboRS-^(%do1kBR&2T`hFaoinTrlP?5P=MQUEl|He!nRK zv6MuJ_At#O;(*?uO+{C*4GK%x7fW?TL48^2jYJ(u>nrz6Ixe6ut*Zo+2O;FvIXQCv z@KdICF>nOGP~d7J-X`|G29nEO9KVuE^aPB{3xZo5P{r}XSNPY@cM}Isk?1;rMu#&E zARZc^e1pOx2@Z;X5l;mMMj4i`5Z_-=D6$ACi%u#jP7dzkCFzo2bwpwu#f+$zYYQek zUSl;Uf-EUt7Oze*EyE!YsRa2?y+q-Bo1Ec~c+O=XtdlgxtaS)g(6QZk+Lz#i z3tu>qNX49^dOy!DLkt7#j0p6nu7YiRRC9)y&~o=LWd7O)&A>qPrWolRH+2aOEL{o+ zall3v*edo&R%9yZbSRlbD(X*npjYSsSc<+$4kB8);Qh?OoHv@)*}1#8;1V^Z1wlja zmGC;y;x)xE zQiY5?1XBNIxK-g?{gDPL5uX!zK0^wAY%ih8A5oE!W;mO^%b=q#0dE+%^9p0Jww&3wJNB?@#@XB&T|O*K~3w_xPaG zu2+lfd0252zJ`gQpX3B{??H3~(D|VWX(5w}awF6=u(G$Cw0YS!PwB`ZDdsX6Hu->P zJOL5Jrv~D`ukEEiRzFRnzlaXO*rK8oQ$}8B8N9@;praIwDD;qFOo$w1xk0G@ zzo#5Hryln$nE`$bxsv`1sMiZ?dQ}#cn&*h_>l((P-sRl81ehY)8p{%ja*3y@(UtU+AnNigi@x{R~| z{euaT+R0^hX8=-%4LC@7R-1yu2=XH*pX2V=-LO`LgH}}AE_e;NP#7m_%KpfbM_T%c zISToX7XIykX@FUu%((rM63NL#N9_s@>k_=mk!U25TNzC18$RG<-+*Snsq&S*NBQR~ zu?OE@h!Ot#>GeChkNRU?aY_Jo3s{50KKEa11nLqdw#XE8(;H8jCgqg05_45*6Vd!# zTyjb>kl}cicL%9tx+?jJAa#!u2>OPlwP)#V3RfRwlVm>rn>cBmkZX-8FhVFvyAbZz z3stLBnf1!}B(`A0yvPlc{fei}HFJLg+O|;0vs8=E>3iti4}D?6&eHzZfxGrnXj-Yq z2$jgI^lCMq_sc+1oFUUZK5HlV0xWp!N)TQq-@~+TgAik89!) zGdhetYC1`>RM)F77o*2XiHnsoIG1ZTi|S}z5J>vne z1uFQ?=bdK;xW3VGRTJ)6B#P+pVcx zB}l=bEIS#tMC_g*c|pn*>I0!JsM*Hn1H*ULVazn2?pR#Vr#8He{F1`X$CS`&^mv7Y zzp8fi1(I3#h-zDw_vzo^SE&b?dtZq|-{56xhjPR!gV(Pbf7;TSb|jIIt7en;va5z5cBxQ&V2n4L= z^mkG!-jHW;vq2Gd<+?;F%9=?$Bx>4$(CqQNJfq7)n;^Eu&yul1jxL0`_W_&m8wu5 z(d*z&O=Iyq%iis)vtgt{gqB95n?EfUjkEg{w-Kd+GJ4lU}%*yMr)o{u?fLLbzQCZGCdH8lM{c zvP`Zw8%Jwg$DE?m#X@b?;o@iPPDimgi?dSuUIBnv4qb2xyG}WwNg#1k^O+#kHEhC& zUgiXISY?Te|?fs*IH=o8tS1Fuzu2)?~qYN(VPnF z$rbfd{^(q`Hj(cgd=opD@?}o*ygIg-0TiO-X2B36j-2n2lg@-tR?S&ofp1bord)Uj zBvbp4l{*nC4QZ~ZwW6!6q4=nE;y7ez755Z?opy01ZD~iO`7{Vvm~?Y(dri@KE$?E0 zzVptAHc#)1T*2AOgsVEv$a-aj)wRps$$H;Kpg(V!T0;WS*!S&=LhP2qvkthF&ThE} zR&K-IUBpMFKh9vN-(4pl0-e+PSP8L=Vqrq!vn#rVH-iq(>lx)Y=QOx5q)xwZJ)~bH zCA3xl(gWJ!l&h7RDioeiW}rGlDnBK{WlVdg`0^RGyd-tBxV|oh2guR90va-4AG8B8 z7XAK;+HTD!T0%F_?E1qfo@>7V0zqfJj$;HiGXZ|6u2RC+x$fbR-`u{dZ&i`#-vHY(&viTTgI1!Y=9_% zpt&Ja0(r(;O=(tBqe<_k<0pYXAioc@t*UM^c7kcuJL<~jUbxG$^3W{|n?xi1o{f6? zK8M^^>2AlW^6Hq>$Wmz0N}4_l`TwMK61n@uhGQPqPQxis>{*a+!&z0t_xiy418M3A9*Sk ztsT1hJ_k@v8pW6Vc7H)jP0W@Wm&q+O29~#AVZOaBbQITGS@gO+oxVQ1PGn9ktr_Sv zc2W4`7FpQa^txB!%=ol6i6m@NGwgm}ch>6cbZK$FWviyYF+HcN==(w&M4@DMyMGQ} z)bwbh3jH%!lbn1bSt@)0ebT}tqKX~8QysQ$UE7UqN6UOI@jkjP*uNV%ab0&hGd2@^ zi78LlrMF(g`(iUs44EWz1mwIzDStD(>aI#*O z@x)Bwa|Jo3f${C{4lr5(0Dnpa$(9hImRhNu zTX&$7@-kA@*cv`YwiTi~n2^(fBR|JZ@DuVAK}x}Mz~tZTGefcQTXCDh#{w5Cis@XM zs*&qjJ^H2vu!_SdH$%NEx|#OJe_SQ?m8m*!O*pewBdDK5HInzqcm%F_?}#2Lt?#R>me$u zkwxuBY2m77EJ(q#240t>8}Cpcq^2%IcvxtRZOnS`fVQF{?&S2 zzwX3NYxSJu@3mye3J!-{jHo^4#;J$E@Z@taj3ag?<4RB^9=Wm-O)twF1$S!>sC5bZ-!jEJXMVO{B%`}nJ zRgU+LOj9MKQlF1`TVK)&;`|^r$MVL28Yu$9!6Bx%+<7v*#?S#@c1~Ls&t;L@ICmn} zZH;EdKh9Hl@kz3PLqKF2O(e>@Fv(f|mb`N_kSzM@n9Z9IJhNeF$u!>&bBX01Sl zLn}PL-*VxhHvF5G5{X0dI!zTA(I!LM%2U3HFd-nW&pqh9^G)#In;u1;9qqNe_2(T3 zvfW~AjVJqEm5Y|t2cN0kDtA3@KsuvgWC6Ovm4ZRpFh~d8(0;0yf`p}{n%hru8IkWQAqiW?-#9qZkQfYr;iS4g`j++4xgzYcRJX6P4(6Xsv2 z*!NEH2*#Ke5*$ij0k^l>LgrZ99qj%+l{42me6|J6Nn{Ov7s~RlL<}sL&7L=&pR`Cf zi-G+L+(xn$@}ib*uDm3#2^1oFaVj?-voGY?%$9SAWv<`JQ1Jrqh1yZJv3Csilh>mI z^gTEzLO20F;=vt@E!csRxsZ5)!G+7G)vnaPX73ixo$37^A<(a)dg$fYJH3d2du-sy zH#TLHsvOLjLr39u{mINA_H;w5BN9Kn#7KZoJebunOv)kYQx4pgZArH<{|FgrCii4l~(ztPSAW*v)W&RG-4H&bxxVu)OPz&9yl zO~PBBy2Qn$i<3(40XALJ?UPEiLZ~7sV;tnrt(qXIdqCVWPVzF0g5N`f@YC?zQXe0- zmI&Lol04yAg<%2eYdVZJTRGl-0Ip8#;q|Q@p(Q4$wB|rCK5`ymkDfyB4jUETalD-J zR-quhKSw63WupU`O0yo?_9S4>CoJxQzpvd+uc;uiUzrtKPz}88&9w!-0@#FGr*RE! zKC$8gbm6GnTZy@()Lq5-f*5X`u~shV3TMTn8->Iwh69s8!+l{V(6ce59|R8qg#Ork ziu`843(f@xrb3Mt$bo3r3Z;HwVH=IOJhIBtl4*cESa6V$I&lwBaQ?;&fm%=^#p>28 z$y5W%CPvc<$_~jjnQp!l?*b|l6I_^iS&5_FB#>bz2gNHTv~kTmnV0|`Bz1WpPm_0K z&!zZWvIh!Yo~XnZK9wIVFj~3gvb4k#j;Z3v)@q?^Y$-Bw;M&KOi`2<`bQ>uOH1KNVNwA$Gwt$8%_E<(- zEVRK3r5L@kiVSN{U%{DJ-C@sA6P1+TN%!RRXSqt1iyMjro{&HAS$&F}>=l0Kfd@ET*T8Gq^z`_X)C(+-n!d8hvds`Vzx$4R`8^xT#JP1_<5N2Z;6m%B zvYZG84V-N@6P!vu(T{4nDxr*#;FJbvsxn?QA9qagbS3-4nnN^nRg9MinJfrev*ReZ z8~@aR;WEESfPX#0zAOcc-^~=H&I7U$ROcW(*^$JGutVE#I}|X&la?IxxjZ%Wzo7qT3Mo{ zC!7f|hg!7NkS>m^4De8Z&bc?tz4RvjE5x!JjE6~6+jFf)OLOrz(@HZJ#fBXwtjQ|{ zEaxc+i#ye5wQGrNx?JVry)4EJiSy~g{X>H!UhqX(A>L!KP}7*x5jH%Ww&ajr3Wj+Y z(bU1C(=I5_Cwepp1M!$k-zLb!ciEqZ&rzEQDIM(@pI(@5BePT@7kwdT*G?)^A=Nub zkqHS{O(gW8LKV~MF+j1(t;A5KvpA!H43*TXx8`_B2Spk3XfdPvw0c+&yP{ONzk*4l zu{PRqjb!XZ`(BX7 z19Z#?VP)*iCr;$g z0rwReS{`UJW@-jOGKvde;NRut>l;5tK8BG;X69WQsS2|~fBF)rB-N8<3(q!lw{x6t zLe!b^-b@B$9SF0+_Bg5pF~8$$Z8kK}^az6VLOT_#8XzO`;Wpe2tz@*hCtxEmiR1$} zaU6L=1WSBx1xko-!}Q~}{RA1Q&VsV(a;fCyBnh~Nc}wzwoHWc7u~J$YX8;RDI+bbP zNq5An^|O58Y_m%4KegQba!EDxkwdUX?(eKzNtkeE8c*9rEm!aF`u@hG#p>$Xv#%+I z6)x0Au-s`@#_3}Z%4oa6_svPP>w_(OoevDjOISk)2;jdXI+`j#Ewv4xrdT3Wv!^b* z-QC}#nX9;DL6xNW0#ChMIWhPN@O}~O=ui_-sPB0hEmAEi$?-^W0>Ea6f_py{2V98i zO1joRj%(QzRkc`c#!tCy;`Om7>|jj@R;}rBBbVV49WLQ zmCsr;@$R!<^7iJ3i4Dr^(gfu&AW0e3`)hRSk4xRV&(7wYONRm3A6E1gM=(!|-x?w8 zL9ER5c#pDl;`3_p)D@PVR>Ja?^Hkksj-V#SVEC!!F5IDbkI%t=(qpQ2ro3-p=B26% zMkj1uxl*T!f_baSZc+%K)6wn9+$Qqj*6{u#Al#a&8 zAr_*bz5M+M=hCR0pPNU;UN*SGb9YImCs0#8-Mpj1_Mvl#{XnsT$?G#H-^r&zgr^Z8@Ffp?eYEmf+`lrYAZviFD<`K8TDu>Fb@=}n zdxs`rpf%~XY}>YN+qP}nwr##;+qP}nwyVB#2iJxJ1lz-bdv!w0Tdj=q_Tr=y$l~pU zq3JN<54zW`xd2(WBEBag7}rGJnE;(03F?NtjHd0ra`rZSEHO3dR7bU4eR4=&uHCq% z)bxI6@ASci1PK=M_jm>n{M^9{K4$Z{Mo!T)Rffx5ojp0vm8=T$C*TCI zH`YFW`tc&%7v>5AKGICN_@HZAvWo(qcd!By*O?2)@6z!TSAfVUgC`{*;{PL?LIQt3 z<79okR(${^t;RjX5c9Re);A3oqa~4#!nvrl_0M=0jg8!2`lyQCr`6lj^M&?*_V<%O zf4jfxBcg`g_%G1J_CKO)7B(h^{|VXuTXfC-e-vFyCvS}+_TJU)4}=>^MH}E@08B`_ zU8g9=p?J3)s)%w1kTi>c08s-yTTPt={|V9kc3s?Fcm_=EP%Ih-db-N<_xc6kt9z2I zP>ucl8hW>X{=h5M-j-Iyt55#tNFJHQs!$Jq&&rm`wp!88RGO4gO&4>J_HXI?bY$I+ z^mvQ8T%^`lqC+yLLF%GSS4-rq=y)Ab(}8dVF~0|81*#V4xVeW^dQ) z`*mujd;HO7_ZMVC3vnT3W@;L^eghXrH)&F+IY4{$Poe#Ov#wi>)F!=UE14fBZZ*Od8YZH)^Y>{9A_ z)NQa0OOEwWfF&^}tj5)LgyU|jNS|&b+-_ag4s9*|?ni209DO_!DgQRx@N)D3b(#{^ zS*v-*jTUyd1S!yCVC$fxa%8BttKDpmXI?S{p5D0gYy zW4rJ@MR2nJPh@EL_jKJxn_so?8-{OP#m^%IStgLlQM)BW{+G#69y|r&Ue(5_$kvcojUB%CtefsE65aN9PV9kN6 z7kK7`d(l7A$7<9-RBcPuP`0#xL~^m9nYeOBONm=bZ42o}kmZNvGgHZC3^?Ou79Pcj z%a*K}Wt+|Y$^($?6pNoG%r4u((L!Ovf;SW`GOqK~u4bGUDv^f#tIT}< zf-f`U)pqX>oCl{hK(^F<%f*+Sf3)NYV@@FI98@b>xmlehlQ|odV^ZY;Wa3e9isjt2 zg}`zEdQi~a|1!JdC0Xek1RXK94?Dx9$#J)sRY_?!JB3m*!v)bjWA7ggL%Ndl()1|x z-|E|q8{AZNGQ3=D*~c$SUlenmu2byNGMV|@mzh|$=qTNX9bkDKp-dvd_Q32#)_ysv za+qK{R|my;AAidNu43$Ltg41gqu1pUrbK*m67YF$HoHe+HD<{k9PQ*3E}XyQstX4k z&~(5ud~&uBi|6?%Z!abhj?J!YmBo{)Do9cM($27Vi5pWi^91vzTU=XpE|{gx0>m6@^r2#5-M* zIzX=f|{?D%c;*7&!qk%zAiH(Td^wd8H0)$AkRP zVcnwYtdjYQDDVfd@Vlf=QE7ma*4Pm|wmFztz*Jj3TKL}%{RzfA;mu;n@7WmyGDYBW zrWDtYi6IHkF_W7v!bdP`chFC&P|v>#M0duX3|{_jjjd*yRY@p!xX(Cr1jD9S!bG8; zx4k!Ag}D@R*yN7y(PArb$-px~Fi3$7)j9v5Z%}z#ep`SZ?G_J?V9W)e4ir*l#C_I$ zHIRMMw3-7Gy6Ah`yAJ(KNGG)fy_y}V=wsfDxFoDb4Y9~=-$?j&!>@(2>a=c0y9aTQeyG)RQ?`^cbf_y_5h2F-XfTY)VHVfUv4cWVt=W!xNVP zPNnQI#_^D?!6{K;x*zrA&ZaOsH&d*_KSp=(H{Kq7AX^g>u60)9Tua(6XFXfhF+(~*GQ`95Lm#35sP1B(Zq*LRb`oUM-slS z^@`SeqN0~tGQ!(xwM%<3oWa<=uFIAAnW5LwnF5zmFd1*;87r*i<1P!LKGKw97Zq%$ z-cGZ_!AQ#hv3g1o@-3X$LJVbao5)J+mi7mA@F#+!5DTN*_uvuyT;BrF zA}(>5dloM-#D}jh+-_$#MI=!}sgS8;3nwM3r$brEyqJ`vr+`UudK?|lrk4r_d(P7Ai%X$GmqWSH*Qme$tcfW|L18Xy9x%!fs zh=5d6{8P?F4ifVRqtM~b;5OtspJ@L^NHuj$nh&H_)^PqcE1|CL29^LR{wd4_ z)b}vG`Hl~oM=tZ9l~hR;ZlOY-_Ir@)M!q30_b2B$+WFl1WWLnbO;L!Vuj{d0+`iEi z4~40xc{Va9`NJ%R9Ug4rZogOWq6i&q?znmg@p&UJ0|_=oDi-9HA3F&x=(EnZHhQYs zup2vKYUWt0>z+IuUd9oc8jcb%USD`ns7ogJH=@oM5wN$H>qBZ6V?m6%YELMd5I5C3 zNmA-u76uF{s)SBTb!kAFqsPM_mj_Cf{#Z=-Gp${3U2a_)1mtN$-=pA(hJLivL2Vhm zKb1MSx27XPn*#{#Q;l)y(BR;NL#AFy$s0U>-CbQNp{KLd?gkh<#D=-q%v^x+u92M+ zPTS0fa~SQD1rmZO51q#sHhj-AYr9V}17T5s5S|E)1eumv`Xw)-ry=peiEeRwhb_X= z2tjMdW512`Kr45cBIDEi#hnvog$dBWY4FKxRpS5oo)P|OWb&IF@lwi zZpXkfQpnHcER312))L1B)x&8g>B~$D1CM0E-TSWad}5@7q@Qj;YW>5P-o((LP*W&2 z&=$DLtuGOEm@g_;EBHoUbTs;Qiv$LTtMzFD)I|J^=1Yo=z1JNNG+r*K{H}W=f!z7% z8_Ove2zr(jk9U6tAkm=-#`cEUi>ib?T@+bv3{JC9h~q(dnv_thJo6{B!EDuX;c{&b zb}g{g#kBzG&9}*R!z&}5!U~mUAXT+XuYa zKcWZ{+L9tW;M))#@b9$u&aBdkuSgyC-*T!Z4PtxV8? zqF?QRC=!^0v2k(C3U)D7Iv6Ep8*qt`%(&aO$6*~34|f?Mt)&Nf#E{+!=#%mVUDQ+W z5b9@P`?-vN9^EJZrb>bp2H zF~OV4I3C54xi>>ERRI}b4l|zioB;E1?9qH!bjsnC*_F1_SG)TyoUKnVE*=SevoFfB zTuF5@6K2y@0)XaPtYLDJnW2(e@{rqK({KvHW(#fla4&~?!_1|UdUQ2+ct~nSNO?&` z6aDe$>mL0_^`@!616zL3Bh#ykhI?H{+|$Eg-U8_nk>HX0~3_G5%cU9bRr96EDTO^_^7$# zT5yeF{f{%h9UHv?C7~!(DOMcyK~~n(``Vp(B~Ns-%jvlXSZx|$qIsky+#sKh7=G$9 zR$-}{*dE6{wJAsC{a(G`K+7N6Rc8dFu0-ZOSw{5OUHs7iJp`;AJE)2fG*& z6V1h^(FOCB=7-w8C$xyx+Jsw;fWi}lyX+maK*8R$i}j#^1decKk`H)Jvc0>mjDznN z1V74b1Lhf<^Coru?x9NE1=#JFFqh~OoHk_jd*&6H#2mkC4!Ga~@7JTl0)&ZB0z$sf zPeeH7Z~Y*rBR+Tf?WFln7*H~fvT~vSgf@xYQ+}?X&X>WJ{(tHaJeUsEH*8E8)P`1< zS9@il7TtlQR1Nce&`_$T)r-_3%wqJ6Aug4o_>l{Q@g)CBQ*jh6jZF|5`i)9sx@R+7075y<5%Da%k z_`9$$YRISWyQN}pXK>pe5GKV<#(xzt_Ww0PGqW@OZ^-`NMU3PB`rr7rm{aduokg9i z0JoXJGIV^8qE2lItfrQ7Qv>+aLBES}so}psHDFmMpRFIr-uF8${TG3`1VU%JST7S* zQ&Zm$Q?-XR*+l9d%KN#$bzJ-3j~=D$vX9fX|9@jN_OAK=ZH$<=*QF|S*6LCX(hp7@ zp4Mg}kY-MA=Gd*Cp0@Bmtl5Xwy0HyYxY*z0!{q(%;Y#c$_;^jSz{#6%T{orBs?oeg3$5J)j?S6m! z?tIt(s`+NQ!b#<|8L+^=}H2DW+UC+Gn z3u&thDCYir?{wk&t#h3fm=7%}x&dcd<}7jKa`WeN>kg2p4lM<-p4fSpMg1G^G==3>r&L>fi)T;_{U_6k!}UHd`Z_=R z6X)N0hD&!oPrqZ=kyA2&;&riZ&F3=I&o6(|fg5I*agp3S|Cvw6{ZeLkK6Z;1T}c3N z>GEo6tsq}AQ~Hz_>RNdIRDo-*agAfz;wKgP{jnYvIj-OsFx4)zOQ*m&)8a;zy;dN+ z2q$yH;XbsAvN2Xe*<=S6%uqVH+ft3TZ3^q8%60_C8r!t7$YTq~=gp3>Tk-`f7Xfv(ytPyxzmQEz$_TIiwh(B2mtyE#_E{UxRF$ujpdRKLPe z%C_Omw2m3(zpbT^02FE9WCBmc{d%N~vPa+caI`$@%+=+$aak!=QrSJf#zpI@mu}=( z;Kzj}d(@UUtCBfDhq-=4sm{=TnxWT(o*4QK;vd*>U8gEF@S~uhl3T;d~sNf*J&4HB$umBh7&MWWBCq}9A!<@ zveB>wUZXc-%Z?jgU!v&2Z!aqg;S}pl+Db8Op=iBf-n?PwuG#4ew~8^X%T@Vr!q$?l zq~Zxms^W+@uGT8mcWV~>cLg8R4#T7zhE{6@6!%x&gG$0xBN#2$3TCpuSmo8>BE07h zOw~g&8eah*{K~b}KAp{PLT<=WJBX|5TF4;{f^$EElW-SvJnu#z5{R77ZZ&yXL&msoEgt_`{Fu$B5p}DPE$YwL9<3J zGgW4-$8l{yZe5om|KP*fI>S zgCVMPdeU3c+7KE*`mh%QL?Y+4H%BYl(c&@u+@&XmtXdP*^suF>-R%6wBQNe-Iv}tt zO@Jy9H76Nn4%TDYz&$Ld$=ne7#vt>@u?iL6ISfXYdoRA?*%6$DKIoR!t{qB1GP}Q3 zKxSoJ3zVIDbOw3}_7Rda6J3>qC3ijg^v0hV_eEdPrHnn-G@P}k_I9xfJIjP&r1OZyWSr?=i`PC17NSvsJ-Tg^gK zkzzoAhuOm8*LF%^kyex#6GP>X#fe97g~xxV{~O)uyG@7ib-V`%E0X`gL|3YF-%x4j zjEl4Nku;l183iGs&QAx(w~-Bd0&`KYVtrv!r}VuGAO1(UubZi@ya62z!ZA|`iD|a1 zP`}&QwBB@yZUSt~5;CqpiV?FM@7)BTq&Q?=fvdFv12LWR2DJF5sQqCO8`&q3y*Na; z*6daKRPkC`Zz*7|YGnn>|83@M&v(So>!-lEwp#D4CwA$_<$U(I)say@7o^<|cBmS} z_vxce22iM>QSmCz_t2OAXq&dqKGowQD|mR_tmY&>$amhP-KEb)UFBobm8)Oum2`u|aMmwk0!N6c=;_)tkw!HmoAUn1{0(m&%{lg-Eon zyyS8Dk!`h*_(<-_MW*{a+z$m0L6?&@glOwCbtM6R)bR(fYc*3*p!S985qNW;ER?vX zdgsntWWnv;L}L(CXRtOZAjQ8oEre8i#d;+Y5H zKWph#y8}(;@6ESA0E_P8fnX)|z?5K0wAiE2UdUE;Pu=7J(CP9X?;=(;Qv7PJ(3F4= zDN&aZqqrpX{-`A0dZrb={xtYpekuUAW}W~MY&OOmVvGxh8OgJH{y+&8N>v!ebL-=Z zawk(wXufNLeD+5mZT|A8Gtq!V;_?z>CqYsFVH^psO3wc6Bzv&Y9V3^?O6eBuP-j?R zvf*-jd@xG}mm}mm>628iRO6_uA6O3UO`VIE%f64X_?t}eZ=gle%O(sDjTWT)DYjZ~ zcHL1@4AuJNC>!-vq9Os66Nyz^a}3UOiDuMyX7ieE(1Od983EB0@``}URst+ky^Ne> zZ`!wFTJLqKVX&>?Tv?$^sNek#)LCtkxXsT4%msyJpyW+jlszOV-Y16R(KiF{pQEPq z3-(rnluHkmDFRX7>F8x(cC>s2hf<5saf^|b_>@}1sa3MI&WGZHtrs9Uz#*RQTJThb zPW+MwLIZgNaJj~^Bndtvf;(CM!^8r`R2#Jbd^vpMxSrx?Mw#JGFuz|1=Rf%jHab$v zZ?**WDV%rRaj2iu7)DdEYPx~YE>$xT^6mA?441(`7onJ%S4o^rw;!f`#eWE?Vx3+i ze*oeeyc)B7dK5vt;04lbO>Tj5d`mc`{clq9U_xnq?(8 zncTE_-JZEO-0Ou)Bo9r(p>le)#mVZDVrX2gd58*Cj(u6!pv_eufc;b?TL8K8=r9-% z7zN;Nv7WD|S+W~KXQc?)|7@7d8&5(SRwAtWh2(ZRba@6QPR(bHs}gWUhA!i_5+rRo z4Y7sr$2x}l7=@89kfHr0CKk6;w%2zXm%{P3@W=(@kzZE{@PS zxxZISSY{q?e*6`KR#;|GrI}Q7uc}b2g~?LMtOxkt$o+9R=k?&w?|u^qtijylGC1)N z2lo`{Jm5X<1JITvr!}0$*Ck+}6nN+~dfrOtqK5>x#|1l=zd7q8EpPe99&tm82PoME zEE3|1hvpZu{@kN2t|N_Id-6#QtaU$NQHf5K^62z!zcU5s(Z?%ZXqPIBv*Xi-IqDN; z>8+X|&(fKis+YfnB?tr5jJXCtOQC4uW$WzLpJ}q$XB8w=T6yw2HIid!ry?N#S?>Uh zVh}G34T;id_wOltLGJSbSxa1JLG(y>d{eb9t%X5a)V@p(agrxOOdjyGqA=RE50{LK z1C`D?s}>=dQ`{WaXOWfe(Qpe}8Gw#Hgl)hZ)V=CL4cBPJk+}{`Qx#X6@^t%4p2E8X z$C2*=)~*gH3E#%{y50jVH_EOqglhMx8vz1aRE*Sr3~D(4o7xlUgfZmlg5Hkp$&N~- z-7>nkQNV2MdGCV6%j4tyo(%W!z-oOk6V@lqnnhkDVR>TWZWHggN*NXA=F@esmzvlY zt*8e#vGA};aj#Tz$I>bl=oijwQ=QOc&j__&%fFS^|J_;*s4F%8!)n4u|D zSfIgVDFpm&r$m5aOu!M1k_eKt|Glb3=s=l{incJ<740sEmPrGzi^<`%WQsR<_SAYT zu!a{`4h$j|V!e?l$k;H=mGpQq5gwErMo0+>h8 z+$;h2vutQ5fhJ}Vm=L!Rxx{?uE)mJ8oLOcGlI@fYDy-wv1nh~RJ3WR6O~x~Z66W@C zn4Xhr|MTo(@Ub_CVeNj%Ym+6Ie=m|lChei-0b_|$?6#W2JR!-y{4iRI1FgO7dqOY4 zdqA&EI)`g`PI9F|*GCMno$0Dyg$yQbDfiPn#{1NSLqs&+@oQXf+vu_eHrfEugsXRo z#$=umgH$XGj#{$Ai`ckLs9}H4El+DD z$xp5hBd0s0BWmr?89$;hmYFJY&50Co>x&k4%VejQ-?%rl?d|WOT^w6ZbbizSFarXn z>dPA)2q%)hdgkZ}*Fre?H=p*){dncL1W|T&i9lW0$8_JCfoH#0yb*Hbi709GLAYeI4agyiHb&^pyYL ziGa`Kn@n={#5ZLtqy_5D!13v+y*b~Pm{>*FXoE3R)uUYneCpLXJomA!<=A<#x)fW0BA71sn<$fb;fGQ!j?gZk$_HJWZk;9B)EBwjUR=Dy7n zH5>wmU@9Db5+R)MGqAwsUnF9~LH%MjnN{JT#1%3+mCq+ah-y8RV`__>T)0XppYgf- z4-*Lg!?m`i*xuOL`i&tkUmF(v79PTLuMH@;I#O9$9+$ z8dObS5z24nN;sqw=Ri9Fz9drZY^TEv^cR0_+qGuawe?&x3XQ1SE$lPf?(%zEpTGe< z6S^`vh4kI*GAfS16aZ*z{~8%`-lY5i$8@hbi^Rt<;ybIZfbx)IH$I~dOE%Xb5y~A< z20mGwYl$GX>2$hZqDoInfog4qv$JgOLnwj=fahAW39`ya*p+*~mk!1yNAGei(l-aA~OtX-CoUYH)TlMwEZI@!DEKhXr|#5UvU z6^>%mp2EafAMHVVV-krZaI5;QblvW%f#o6SR6%83c1yYmCon%$FBhOR1aiPEEw^h( zUXS*iw_F53z1%|QH^6b2!IXE`F$z+UvtaycsdWj`dth7T^M=OY;qt;bX25%382;%Y z{+R&5cBIvM;a5(+pS+-P9?y>c;D$)CI{4;KDM7IOf+=4a83s?8((d@lSM(4XKT1>V zz7Q|d5C9uMUQrQ#F~oxw1Fy9|7YI&@C>rqek_MZhK-(xp<&)A1mdz7%eVm`I72!%P%%$*gx7sWr`vpr}lZ3%YJuZ-&%E z!Vboe8T>;Nt(a~g;P<MVq|+t3Lq64&ImlW=a1e zr(t2`Wc;6ygZaN$5(mrwjU{O&ABj2n-RTdA&o96h(cx5)TeHAz9i$q$dkM$Y{h zyBLR)Py{VczuUf%d%S^j&s73-iDOB_3j?^CoP3z7z0Ortvbd=p{CygGw||ZCV>NkY z-TC!4_0nM@tF^G(xk|*R(&yT%e{t_&C~v;DuydIDzxli!T}DuMu4KEro4wr5ynQ$4 z9$4<;8K$?oyyM&E|Lx+b?ePs-XxDW%R@t7b#ormC`7u)~x0vp1s2=HTsJOj&w13SF zrn`3dLDbN8)l%)Khi6y1h}Q#GcL2&z)U-KErgacecxX-??$&d>+N&O;$FJ z)Vl%tWt6@*yOmOQd~y_@f6REU$DSERcTq)-N%P~49VN?1l6)h*-5I(cmRd(O z>|KYqyy3x<#9Y{6D7zD+sc{4k^Wnk|Jv_or_AhP9I5-TaD*NXh1oQ@#)l%Lrr9VjY zJstFCEnV>BCJ?r_h$qo)m~%iRZF1@7c<=MW!IUGH26%Q+DH4Ml-n8+`hD3-il@-(Q{PqgaHz1R-HA} zR_pdu3M;qPK)fcpRb;Zx{b0&9u;t~^eHM!PuH9VFPIgn4zH$A-fG_(ASTrw5cu6}< zNq2d~>cBPVH#F$YK-0~qZ~UnB$XkVTWx;SjexPNPKKW|jp|Tv}y* z*8qQw1s^zS+{Iq`LO*=nZ|*Nc_C7r`>?5xT^m!vrfJ$qN_xYO+TEDJ4%QV$iRm?S< zq?mpdc=3qw+Cj}e0E(-l3OmSv&djlIT?{w_SMz@EMfKEILe@C=@#H#=0;cWbdwYjhTpKxvkT*0XUjTnJI}W%o*TxAn zz?x6$H(}stxM4^h#NN!kQS3D<8=WJg+dSJb^l( z%$ln2T0^AEhYxfI-K@%+(Kv0lx4)tK2l{F|JK*UKFDm*42%Zb} zv+hSuvT__ZjGxBmBai@2z36w5|J+1Rcka{Gb~*za9j4uo^O%lhPX_gL#G~DnS(~Q4-m-)NAg^d7MI{CBv(BC;+P}(9;jfc6IIlM z@RJjpQJcQ>lEmA$ws(wmZ2MgNO)*+Q4*`yZ6Ic|92Ht4Qp#|XBf4iD&2z#*=1hWa? zvRu@WVPs|#lvc)va1O?LJGXHu!%YRVA*AiIH8)pTb{_j3YZcx~CwQT;z=tDRj5gj@ z7*X(#%&@3sU0@I`MP%?5+R!_$gk(s7X}KX^UifoXrbcoX`l1w746P_`v);2U?_Ubc z=53iK$ws})drwH5S)kD+h>?e6Bo>6h$(~{=Iq8fp2PxIEG72yPCjy4 zj&~$Rz%F`#5+%_FmFl@mKe|{WmJ~gkFwf$x*Jiv(0>PAII4h)G9_kUmerYHMS0)i1 z@mSH(wKrf+_eSb_I*;a;R_j@3=W~l@=xDlH6K}x`ozDJZiKyyRDIG3}OY}tfKe%9J zfqb^;=33`cB1F--AH&4EZK527EhMw2L3T=E(hH%GGT1W{AXWOgr5r=OSrH=!cf|`7 zOj?0z6In!HY8Zg`$s!a=3Y6ZcS~KW}gY&g7YT`4(kF_tO*~UiY1}l?~kJ=1ZVZBtu7cD(7FJl3{Fxpjr7v!y!&g6 zds~=G7#%FvyW2EHG#h%10q5&{LMw}9_mKia&_|_(*f3y#CEC69!27$M6!YvSm%4m_ z+$te9dJtV?1rQyoKtUd?iqtT~69k#~gO)hA#L=cEo#E-u_w1lwdQL`oBv-m)9zgbI zF1+X%k+!4#r=UdtviGbppVA)(RTHQ@P^Eh@M<}jNbS@a;fjTL@(WiQ+6>AZ|bcQH+ z;^yHnzt9|)I=-?Qr2H7!^Ot}6kDR%=Dg+`&5_6huekh*qlDqXVlb;a@NN+~{FiPDd z_z+W#;V=ok#wS<6Lt@${aY@WnE1%eF_u5Lwc8a-AZIIskA-l2c&ii zEfWr-7*+DJRIY`|3TK1DMbH5>Jn`y5#TJa?aP# zaOV3pt9_o@Mnmjj(=3TN8Uw=XaXLk7Lgq3` z>`+fZun2?HydMN;uU)QMjdjCN5S~1)%PEI_h(_%3J-cM~l9I5$A zM&Yyc9)PML5@u+T4)}h$p;}E#9V7fGz5K#)^t6SDa$p{cbygcfaxgxF@^^!1qfzzc zW4tAZ$$xt8XI-m@IkyRyL+`r{^TPYde33v(Uu^X(`0>Pmyp-BKeB>nPP{IrOM_F}X zn*0vXDUd8|L(fi%p(cZ1#H^@gSXR`Yr^1`zwz`RDW7FF?Eex5~jkUy7C71J6DM7eQ z)R6p0alGoiYG_ZyLg1oeAXbKrZoInsZZ-Jl>!fQxxoFudp2p27N zv>b=R`>W6-0QMm&cpim_1zoYRnclY}APZ#1y%A*Q|{Pl{0+OzC44#`Ky8VB+;mO_eoVYhb7viJ%f3wHzG698$06Fj+KEN7n_ zX1b}tXczftZtaiKY7BS^MiEAh=QwYcrmBMyF0X6iQL_#Vx%gnJN8;@CAc+oNsNqZq ze_P0fxaHfUOI8|x{Kdpsbr#ou%N=`4Y*?mduz<{L&6FO$z=T@}1=%qhFc85!y$9{N4kYTC3`2eW;kD-~5$A8di9RUgFc*>$#jEAE}MF91lW z8YHC2m)1w`Kj)kBlxUt*EQ=A2o1n$UTtnY@LafR+Mv%I6d*_D|1CyQSHpiND@+j$) zEj?xKXC7CyX`~o)>D^OIGWmn;mV9yExuKRH^rF@GhO-F3$9V2M3&9Kwc3C%EcYFs& zA@0hqNPG6PX=te=^IUP7tzH-{qb>{X(uW|=l z{ATkf+PR1e1et~DxLht8WyMHx(@(xwXh>~Y)|t%i&hzwJE707scN1{;X&jKlE!lhj za(Z8b+F2{^+^+%z z+g3n(X)$eb8d+j7je_)&Rs_8>?l1*DBv}P(FA5xW5If#Ux1p5ao=)pKZOh77w;AKq zVka5i7hVtzST42L9v@go527!5X1xgLd`G5p!{IMsZ?^1Z!e2%73aG$ZwkI*~s)b>^ zAmx((((Bn8GpFnIAq)m9vJPe=^VOsQb2<{xRpCLXZ>Veb3Q~C2{h&{Z>D$a%_x zssVv)Wa4bBRJ~G4B(2n{B{n*1wVgz`4CQYn+@)Va#zb2qP%>7Tw`zf{v*w){l4ven zEl9JPJ~9PaS7=IZ(-FKpvd2f)H(|1!LPeWeB-?4?J1OJJi%FwLj%stUkJvtlCZAFu z`he3k$XWW%xgeSa7f9V_Jt{F8Gg?0EF&qOCc!cFeEPMTVxY*>cvDJn69?oq_%Bf%t zFRg8{P0~ZgfA_s+$ws|vomSJm?mlgkeQ+5;R%(gonu_so z*L)_H5=XacJSU^z0`lim?Zy|S$=!?3&;rihT~@dnY<#}R(ci#AS%9vd#X2p2Hyo!9 z)D!|DGsUX%L$MwiH?3p@0Qw}8P3oS1Y>`zmt-Jyt>lerbgHQ@j^{(l}$S$J8a|3aW zkG9xDmE$UM*iT?Pt2v6^@*kZFr$oy&nzZ7Gx#aXHS&js0KXCfXTB$q>TDcT$0Sw8( zT~_f*9nANT897AkV)cl}S)tOy%TDJx`)w8S{tjrr@|(9E_KS4_&0%hwYDAmA)9|Rm z$T4ft-;Zm)nIPj$uFtLY*)VC$!wJr@=&(h$NyiHB|9~eSeCX3o!P2*U4Q#-6b8y&? z(L{MQ+CuQTYSZqecY0}ji+`hKssjnk5viSu*ysqucpAJsEX$87^r5=*hX&@5SrM3D zbu}$oN!S5+fU|j|rfObI0kg4Y#6^8;s~i+C0STrMg(4c-=banaRl%GecRXP{dGIDrVv^(P}(wux*V!a*CO=++kf?v z!$^M@C*8JH{H;9t;1@U8&lP4!A21xnqKZz(eiFh{(tZfdw zpp2E)LQ}}yGO{HfBZF1O`)eK0t&i|t^Tb$4*Ta_5os0)DCfle<*{?~*fUI#i2bAhc zQ_qi$KE#h+k<+g@`!AiHJPjIm2r-DL5sR7~zR)b-A)^(5pZVF`wq?=M6S<%_^);oP zsmwxUu!=bPypBKswNW~LD-NjsVbPkAoIZN_SOLIHQay>~*$ecV&&_mYdmfvpLL3&%!=qN}t5T@<8ViiH?>kd>yQ`VK{hQt$Wlh;Xb@2mCK6kyR7l z_g25jlE7d7A#3p;I{Mhgco^24={^}faVbA~Icv*G5J*F!gPuapnDZh&Qt^gv%ukHM zR5y1@#$Wh5xa!I!WZo}4Y#2TBe?c^k|FNyGaIpOEGKPcmzaSbX!~adeBJI2_mel*C z{*2foXrxdM9OhdhzrQl&sD>rS}3|e+NHoYS{KCZ)*_vsN?l{EzD2!;p}cxy zP0L~G{o?Y{wt}bLT-AnOH+^}umH%PQJh0ZhF+^u;`M|%)_t&#g#W+;3x`4VeytEt-B{&SJ*)_xe?@?dIu+4+9g_xt$NmCbGqzNe~; z{s+oClKsX%q@gdUtnKrCu@eq&eaAa}ossiFX_u0h-5IF1#Hd+jxEBBA_*cHwIx@7m z$X1K-`E*L-o1zIl5ozN-_Ft z$E|>0t%Ux=5*z=uQ_nBIi4i3~q5*fp$_A3Lf-+}qz=p7b7XF_jVjVRc{QD--|BPG@ z4e~C*;e7UWrzRUrP7m`y>T7dH%Xq5w;Q zKYi(8c+mAJ+Jw&5odZ9gcd5Nb$ZrC`FLRfO4F^r= z*+6U2y;RNV^G+*etSu%;e{ZaNqW!}GDH#F4htc|<^A7R`fz6HX1N63a~h zsn(jHkhNp1G+<=>9SA*!>_hvl_k-vQ>Pz_Qo5X`r7?vESvU0&li}EsKBywg%1PMeL-8FGQYm&VSSn`@|iB_T%`8 zg++z758o_7!=Px0-R%0wD`fHKGeR^AgBt>+AGRt?`l8&(?1DZG{Nm%6f-h|ZmzDy+ za&aJWX2Ctg%SN`irhXF{tLX&R(-|Xxf-EEV5Or{6k&L)kIA6Z>qX8*8e68U_XRI}V zcw!tnI&o{?N4JB*PoOl0K#jkUa1!vzEuw;8am@lM!A`(sa}Az7_4ary<)WO^*VaWz|S6jhp`>}32GPXe6T+Ml&!!qXRL?c`IPw= zdGhuFxi0VFQY|`d7N#~U$<(%CV-V*nV7Mwq0^iW@IU)`A&rj^I{Ir|6nMX*U9{0L@ z(1Aj(UM9gcTAltrAN3&}x`B7QMsAA4iH{61u{H#vCfR_H>a#8Z)}YK# z9ed+o&gncupOzx}&s@O++>03Q1MR5jx-(50{{Fq3?Zsd^R-B=nQmEQz^>+z zO@be~9J9y}>WhmhUxl~NI9s4FU7HAk6>D&UgteoB zj4ZGxo;e}y!idibmAjpIULQ9H21CtCK`}t^_Z!bE`!n)Cbq8@_?5NO4AEsSIW*M7( zL?U_L8d#O&lWst=J~4{S@bobh9-e86%SIW4IevaYtpu{L1#Ev#b5{HMaN3T*ZpDk= z1VI-@h?@rf5eVCG9F&4K>1-(xrM0&Z+-0fC>~ngo@3fnPgxv-Ww%H2^*JjG0N*$6Z zB(ARkK>T!vA(%-NF=kx1dC?6Q?u(Tva;8nAK>0U{gdf$*pR*M!X5Rn?HjBMY4Y3v4 zkTmuU6-6O(z{U*SlPLNRICh|Ry<_2~gF?}MGR(?$Fr~oBsHm!rW!%m5jX;(iMBWxG3Nqk_Uv{xxGBx8PI_Fo4; zs8ADJa#Z-I;EFOv48d^E`vidcN?FIAJ%42y+H9fmnm3j2&;yI*C#g7In&DxGWMcSk z#Vfa(=F$0Jo^la1vgyKvw>s2;z~EA@Wbo&QDgHYU+9;_dtBml&DiK&v z`qJ$K957RU@r*64tCa<;CRKn`G%&FpQ+#C}rgQ9_LU(@H)n<_8?nfam|6l_<(O(i^ zn16da?ghi<5^kcI7gS_`cmbq@f*G1H2xWVE3G|imFUwOc zU8I#dyG5WBnwC=&2n%%Fg;^4T!sANHl<#0T(nC1egS~dN9PseoP3}sZj|$?@LJQ01 zL>GHVR7yE_W#;D?xAp9;0% zg~{Yj(TiZD>k{mfv>HwJ!+J?8xN)|x*pK%8yU7wFnbs&xEhi(yi*$oKh9#bmeE=3l zDKrs@47fKujhI>7)`GZYP|o!<5)TAFwO!LREv958h5YHmyRGd=wv96_{wXew{O(9& zK0z*h21#}vZJUW^&}8b01v=J3#nV0;OfD6@BS;q^jd^!m4BSV8*ZDEDjR=x~VIRqM zRbH#}B#JgvCZB)izyqgo)oDU5I~N>urq6C^)(rWVF?h@qrJOT^5&i%7)@%%n2L>Ocu&jE^Fj z;2gFAeD zIPg!_)(37eXG)+orKYPqG7r%g3;dSM0RrnPU1jxAQ*oWS`)zq;|OMU}#>?BY~?{em{OlBDirT*KGbTA8T zFQQ&sfYRpwvG*2Gab?@0c0sVwPH=a3 zf>-^d(|vAEcb^{j-2a|_{od#rJA;B{bAM~jx#nDZjUAg~dzE)1k0&s$ANmBuqoI2| zjhww1XUd9ySLN6`t$#oro1&@t;p9!AJmCVw{ccC86i73sH1OnL#Co(W<6|ww5H`R` zZZ~4{Hn}aEDuAe4YO#{aIWd9X#YW%U>p85S=y1ePj9?U?2krqmK^2#D$Cv5%uUThy zaxTxa)N69O;}(qHWGDNRd?ZYTzetDArPeLtFiiK>h#xiu2gbRphV`-A8wCd7N2XVf zy($Xt69%_RKLQtwOeVj+iflKBuUlrbjzJ!eo&}#Bc8{qz%^>K^`R4;e%rI)oC<5gk za^tOVlRu)TH-sH3U>n#Ymv!Nt%;HN2#K&f3kmJfqPq>s4zIBib!by5MAz9+O{q~iz zO3UOM;^{sws5lTqgdKEDWn5LH<>_E9 zdwr4o@j*(qJ)@Q>`!)``s`J)q$>a=lZ#F{C&|9SaEv!u?3dwwYU$d511q@PWJ#T8I zkw5MAUMpjcg%eIMqe-QQ2z7*hTHhO-koMGY5(qf%x-gA;8;mfMTx~(`8AKR+C=F*0 zZ>S!ZL^S=jGeG_$$ofK6B**d9}NS$X)Hn-3diio_447$pDxXZQLgO?EEqJtF?z8 zSI$Ptwoi0UvfG|9DR0s`D_*@*z%<&6poJ@-Oo+`*zn;U`?=Nc%KM6T;uYD{E{U!x? zK&pOYOUqJZIKC7HW^l8~(Y}2b^mej)oh6~-ZT1=l3}+kEs~K`W?pJTr?2?w1^hCMG ztHNcVc%#ooE%^# zr}UAjgxvep+}8~5?~@7d-YUTqcIqX@O^Mmz~Qn#(Qg^yQH2|Df)d<=VU-zU?w^mhA&4H8yTX)!u$j}_`L_}bvM0J(j|F!l#liI*)L6}V?!sqI~^0=~R zYt|JnKpam5JRf_28!QMFLhdd>{@jgK0dX^(3}ho`6o#RPV3s49im~gY*k~)jd)aFS z)(m@Q|44La_*CX4;%1^ zwCe9}Bz;Xkuy*`p*1(B_oOzMsbFLf;n&^7Ju3S96C2yJbV}Q&H3fW9V59;D$Z~$0= z3FTOpnkguN%*Tja8ToYF(IuF`aqJk!Yr9?8&NBp|(Wa zB=7k9qo7;K-X19d(WAvYf*Qp$ViY-V`%(UZ%Nwa@IV`fKk;O^ z>(*pnwPBNPq0ro#mg3#zrOQNW&z>Ud`xE%QV!?;+V=6v3RS8{PW_RbiUu$iq2pV`} zpc90HMkvWZ4N|;$c40+KBa)TJ%@;B`sAjeuUey*X8Lbz!WU;ubwgj&$D?QgPhM;UI#W`mE|K<4r2=_<hW*s}Iu^Xb}p}v!9I4I7TJp#%X{qn$Z@D zZN<_uJU#n_K$IOv``{Rh<{VKm$3wePFg$phv{1cJ^70x)R_X2Zn_WAeUtV3q!2|rq zi<5bPzumRt{O|4B^~KF`yUkB(n)ZinD}9jmMH_DP>E3rbbE%aCvPLBz`=|62th|yo zr|BtRI-JR5d30BDhy_snlKL9g*uM?d!I5-RS4q%*RL`9A3HVD$$M%K+B*84LYkOn! zQG8M(9X+R6#`M6GTe;IW1M@kpJ%tRj1Q!}esN41#cHjyErL1|c)8)srUY8s2VAtfO zNf&%W+}g^^keujDwA_Koi{aUXG*8W>oII`zG#11~vor?R#tP1~-Wk2b)PcM0jZ*2B zLbuu3_7pw6$)1ZtL9ff>5VTpH_yFG-;SNpE_3~ZqY;Q889-^q*EmP$>UE)Ojs#Vax zjBOUzijMdcWv`G4F@V^oW_QQsCJoR2)5wSg{Y2GI~SaNkIrTp=@9O^1$RW92~qJ^X$qJ}86 zBi;7rB{H6SM(=nkd-mXU4n*(d*-(p-^G;2h0`YQ>F`H8w#_H``tFj(5)JdhfKj-RC zI<6y{$?Nd38CwH(+theu1f(P5z{wxXAj@oNt-l7IIogcApPymy@SdK59wKq`dB;vG z944K!4(N*K4|)wZBsSF1Y~`q4-uJOvQ`HqMHnu3rv04V+Ev{J7pY7vlE4R_UTZvY* zr^k-aP^*cINgH#R^;5$1j*Z9lpq)MUqrY8zN%8~+aYC0bx=q?uuZH9EK58@)H&{csmmA$oPi^_ z%qQM3KlltaORtT`G%w;M+~oo2**f90YUtza_{=NoX&01l5Kw29jH`y(kl7>L`c}^c zo)>MHF&(=oB;j%2()QqhnaF+xk!aN5PVdJd@vy=jQ=a~j-p_Z7I#v#tWDagb7P?MW zxu@Jj+fuGs9%}mw{+AWL=?;D5F#*J+W=}#Yfm?6jo<4f*E8AyCx$3{E{kkep6hVih z_loS82@(1DB?5BsR<~d8V3OO{6FS{C=^H`>{2cRDFBIqv*^U7-|4lS=p7QC}ByZi$vUkI--95a5zS!)?Qf&hxP}M_0k5Kn7G%^x$@4cC=O3J$5lf7U23&? zqMgtW*Sx({cAaHB5*LpsQx@5XK5?(F-;Vb$CozbBdd0ULfi_Fj#228x;x)e0R;~k- z(~(Z9qRS7j$;euF`1DEySn!@l^y~=E?)fOtx$xQrKUcXYN5+STtBg*IfIv*5F{w61 z+UMBQ8m*7$jR}UuBi5+Lo*9Gt?{2D}R;U44Nv6-7n>wTlRCkx6%1|pDkao)wMx6BF z3v~9kArc4brszm_!`|%GAGL+LCa0V8Ff^ry$vx^x3vcnbw(^i6O0r5Mc2Q7Ht5R@08HTGgSg|xg>B{GwmQH~4ZhxG_nio$^LjR{!wUg&;|?-J2vzD~!#{ zsp`3<@SK$7Q51-4Z2T!Iv?nq=Q$HF^8RG+KJD=EBW;l-80%?v*K1YZZ$EN79kGpgC zn%968Hcacph?y+xi9F3D$2MJY@0gD=;X|1N(#Nxm6|qBUSjIHHqETCV7^@=TnNwBS zOl`f&u*Cdk*g{mtI>WCC|0JTnte4il{2lbhgKliIg!VL{`d(baoZD2Z*g%?&X%T}u zgijVEpT-cBhZ}wSE@T5|8n+14@si=JLZ{m+H!WGu@jJSmw{8ffMA?U8Vt8AdEqx6r zzEVOjU8wZw)AoiX&b$h1waVu~51UD_X+B`KJw3iqVtrN1CndByg5iB74;da4qlkI= zDC8+xA0E$JRVY}MbWcXZR+pzzWVC>o&8}rK;W8tM*PVp#g|w`hvhvg`)9@annwfRm z0({J)_>yNc5d1_VIG{gv6nYnav`N8#Bkl~Txj3D@6zAPhFr>5F==K1tWaMfo^ON^;-bhF8u932s^ z#MDCe_{O%Sa@1VD7IdtMeCGkQv3av(i3H{~%4~TSE(%OF_)!+jdv?ig!B^@7Uwp5X zWt@+3_pn#Iu+t3*!cmQo->1+73GNZj`COoB#8gU;&%Drb>+s$T{e+6zBOxO_f24e& zamwj2V3bBw;;~nrh8pIaos{%7kFuO@YyGLi!l!)UsXotzu25uV5gvL}b11eAht!nN z9f8LdxLe-nPZBsax6DlTLLK%p>oij7Uq0VB+EpO&Qz1?DE9d79S_#o|;vn|jed4?5 zCbV|_goUIsH874*G*}nL0=eVu3#sSJ-n6& z#iAZTYJy|mZITG{%B#|lik|K@CQwBTxV?`f;^doQd}oGd%VV-XEF`P**}yAMWobh* z>FapVV)dY3m0i7%me;VRbS3FS7IiJJ^?)+iq?UU3#lXbiC4)BHhK^CLmRAve>%8#O zyt4%I4kOD}+#W_g%S4m1-6jQV<3yosqL%fd;q9x!NDSehF526X89(u`5|VPUN$s)Y z9Z*H}Oq1jLA)NMlAP_8Ljy@rMyD?Fs9yr4Cx@|p4_wL!D-;HznvU{7nzB=m1`aBtp zga>fO)-apcbNHwhQA!9CSJ!S|m8djIs;@q4oDX6f_cPDme(K47xcw+_tTT9`xZc%n zQd%#r4~pfkahU!yOl-H6hu2w{eRePN+In5d8$G-lTWKcxk_+^9)62B!_bC5V=0Aw*D*Z93RNGWMTCli zmV^;L<;FQSzih-tvtF=xDa{(httAG$>gUH&9*7UGyIcWDKN;GJ%-Vy=je z;$X6q!-kd#E7X10lElYF(?{OOs?~1vRTI{z%w<*3fF`r40kBssPM9vn2M66>fKw>-{G88; z3vpT$@jLpr{FEJXgU$GMkKi&|V%DQ6${N{15g&+jVRRj@S-A)XC1J3XGfRte1)wEu zj3dquC3^eZr$fBXuW!A1WE9|b&E=ABtREmIh|pOFiNZFK&V0?o|1c``OkYw)t9Y!h z1I;}idFfy((3)Z6T9zI|){u-xRh}g#JbmZH;{%NW#*2ko(VN}5Yaw+T+F0$QmPljV zw*eoADj&P@Xi9r++mt@)LovR@oW9g0Gt!))JS^%lcLIC$d5(G5ra-c~1wabvSsVm^O3Rg@{=qjJ#KI!L({Sw|n3zK}Lv2)d?P@kNJv zAb8E|d$O+NFHPZ)i+VYm`Dkh0S^eR@7o?9UNd<1%+QlDZG~7SdLvY?x`)^PoEfJdCr@ zb!5<--1TAm8Z$}lCzEUHEU!|>l-n6eKYH%wXQpl_DiLKS0eB0+B{A$!qQTF&prj9^ za#7J1?~W{dE~R5A8sFzC=<2gOkljx*It);wsp`()r4n@MG(`wAR`7y* z)xj=uxgw*;F#N^EoXVehbSTgW)dj#(z$5S?dv@1b`XO79 z%d&I>Ft4W{ZwfXann*EEm%p3t&dw@*Lsp=_grfJ$4#hj2vRX9%y|gehHR4OF%)m4# zyTm2;t=Z3%x|I_=@EW6|Z_rBWAM4z?L}wY02cobtw)b>EDXbc8i>hm1LqB~CfkGeN zNs8%9ft>s1DqN2QEbhpM!%(SwC`^+oXz(%Tc-NqhhY|nzk;yZi?7pq4c5+&Q0*mzZGFg3?Ezec9=g<9dh4VtO`)Jp>De@kt>vnFVztqR#C ziuV&aZP(;nmMZDBOU%~etGNp%#aKTRgVsG;rhRI|8G~m{uti>-4By;-az*45!$U?> z(@zZM7k_G?^+sL3oTcP-kU-352uehyIW8@!SX=A}`EhRpxpAMA?@=9b=G1E0*}T9j z6D=kk+xE4QlI>M-@>+WkEc{tt;psG}U>ucra$7coaHE-H1YYSZG&OtrY%FB!bhZ^L zkGsmqMK=?<7};7%<~2ir&$hWHj<0^Bd+)OkGTbsXQdhm(GLk1&B{U{5DEeN(@M~wa zj2ULBk4YtPUlMiH6_&P@5c52kQk4>4+C^KG&|kVci5?&a)R780tb%TqOye@ilH?IL zb8_MxL6--k1s0xk&|*~nW+N`jHnV3Sgcj=M>~4+a03=7>ptSAGOQKg$jaa%N=Q7eF z1KA-A83AfG+Ldy}(E~1w^~l6)7i<>r@r2~-_`wd^ZiqwZXMQ2oUBm4Qn0TB^R{%no zF%!AZcc?AHAX}itJoEU#tWB^`|Os73#d_ZPOU!Lg9m$7PGZmHq3U*7-ZiF%>3 z878RhlJME#&QWq9O1x|5wHG?qtl^>C{!C_F7r?nO?R!Wtyj#K zg%De+dH(iN2>ivhEcS0Vq&WZaf@RKs93x|8Vg1dH6e|nce`iZ7NP8e|t_Gv!P_-W; zev}QSZE=p_nVD@bHQz*oOPTW$ayefF_u8v9%j)_k(Mz)WTzBxkmGnHL!lIa#9E9@* zp!wl0`BckF>ElvJxuE{tIbJc>#p#zW`gk1a{8RZ@t45yBT^zE{HEgd7i^h3bzf3MH zC4hGv&VAV5iZyziAIR7*G<)_b-VkJL+yM&JLOTVkZm%!Ebsiq!+2QhU#)Eox2lk2k z+wDD7Eu>2dom92c67r|#NJ@QFgQhpEu7_q@J2;$K2i~j4;Zn;r+Zrtu77xZXOaytJ z&JWd=f~NJ;iaz7f$<|DIn8kBc?|dDwfsm^**YYZ=*hXA$PZ}(=w1Dl>K00d?oS0<7TRSUUCd&Fl0_mnTRvRu$X5=ioLku_Q`;u4PA*0VoMIJUx6IaAg`d!=(s41| zO)TNP$?vkPm37XQ)>BuM(^sS38pH)n_rvRcTvGV*F6D|`-o|zBy5$kPr^)t!`(}u? zYsNfBKyfjn<<0=9jstU3B*X zC7SP$U|YNUgOn|WIWwq3YeN!wNc`oJ<-k^IixuAEM%Z{=j{02F*6L&Wj%fr6^k2dm z`(xQz717?8g$`N^#MqHIsFo#s<;#zRZmnn_>$<7?P%TKr22=r!JnUo6S!W4!Fr@GpV!HE7Q zo6sa1h7ed^>UH$ZbP5MI>n7MLZ4LIRNo&pm6Hwb&8d}NW!={}r7+^v7u=p{3%Cj8w zDK>O0F*qygye2tHQ{dM$-cM~#hH5#Q^*fD7&yOe%5vn<+6|#loVB|^R_gJ3Zd^*F1 zB4;bcfbq&u$8JNpB&Asuz=ueWDWsu$bP1HECG0Iw>sv$oyFyZVa)Q8!_) z?5f9d#{BhuQ9u)cm7taOB_4t3ji4BM!fNN2J?n7t?vg2zHUhC_PNKsDD`cjP>*&-7 zCd-PxWH6}4ofiG{rLJ+?Va52<3Bo0?3kvDDw=XefEUbch&V31)j>=^2N_3qvm1L+v z)Liw0n5Q=r;V=n=Gg3_r@Ad^;_X&HEpBnt7+lxgRW#Mt|DCM_UV;YY*8*YJ@fRJZfd<{vpjHH$iIzvYF$v^sXpX@`GSbF} zk2hCxJ(_gT>pDeFUPp_5$}W{C-ZEI(c@Y@W!?H#iXnY6JZ1HT0a?)kZd)EeP;mf6 z$x3PtXUYqG+d`f^eh)nKral*WMs2DI4W1mUvqeCIOWy4~i}={YkH^(ee`;O>wY8k< z;Gc?xW4Io{0dI_^M%MokUWb-x2|G^XE2~nLz6a{mHA%eyIv#nQ+%tW5uRM2kl0KT6 zUIwvMzuNBQHu8qc?YP)+vG%6(Iue-Lo4PMgG$SlNKO@*;rKDAXUW|)S(?bW6K%f9C zIv$UQp2tnv3}ez~wAuTTjkeIdAl$Sg@J@`;XpwPOSoT)vA+L*dj$5kT>#kAhws(H` zp>i`52U966X$5X2fq*!c^bVbt_t7+(Jm{A`6ku8O9mvpM)bfro-E6x2*I}yNq9)vaDVI4=f`u* z^PvsL1%Cy(plL_ zT51P5dE_+qw7yy1%)G;NCI=RS_cInG5%?-HZpX&^NqmmfGX?(*wmWBQwV(d2#~y!ehkQEacn`R^_xCVwH8%d+Sb{T z@KV~e6;<(+qDL!vj@Hb`HJIo-({rDI=t)sskFz?fIo0E4Y2ms-wO{VU$l}-<5!8S5`NSGkim@-B%d;s-y+C#I zYhfzys}hRp4L?8QxP^G6yUj2~eL@ahD;Zca-BRuK!v0hLkKWH(T9{ai)qPN(r9^+m zQg>^2wJ}~gNfYE(5v+XYAGr1Wu{tRqM`G_>8Rn6n){*!rQZ#!a%^5=_QoECb(DSxW z_Jw{aypbO#@<^$DNF82SSo;mbhKNP>Yr9emifZ*b*^el>MttA``b2t0VCf0%$d)W8 zd3m+X94op}N8NG2*`id7kn4NBrU1gS_%cf8ns}>zjEt00{fKI3IusPkG)@C9p^ldE zZ!hHZpdUDeZbS~6!w=+ag`GvS;fG#!R4%*pTT)X4WOP2YrDXvlTquO+4$3dy>0s}@ z2AWK)WA#2S8$Gjz2%P~!Kn>&wftLSiGKctLkhQ5}t|*ayUXo$# z*7ySvCEPShpdPW}iKQ0kLy4ysR|@ZJR0$M*}VejN9^eydor zZ37RD{toyaFEFb;#;rEQPJEusY_Cne>2^g$psh+5?6)}XviulfjTz#f(6?Yo?yCQY zv@NVIMeZfN&!gzJhbZRIi*EaTAl9B~gX?r;u}0}vPvI{Jvtp$9k#EJXZQUQtUNFre z3Uekyiu@&JR{7dmt_w6Qm7Ig&+rI|cTUih8HGWByrfqanK;(FhezOy-BM8h@Vgu<( zdsovzeB5seNzKNG#x9v_yQs{87j~aWzmSJvQrnon9K)AMRa82yan!{Ek!S`O3+ku# z`*0H%S-LttJKbX-?=4QOY)VU|#BE-N!>U_86IM_d4CNx1qz;v`8&)+xs_bP7x39`cvZZ`-v_8fnLCkdWnO)LvbVwt~Dqz<^`Vn>U z%$alDX+a=qvHhp_Qr+C;;?x^hP|g@ja2%*~WnHY{ zN35t_g0WuIKpnNMQ3WEH4L;4MA%@tlbaxiV&KktOe@Fd*DB45JzVE*>CdB@9E@EFO=qF;rYjZ_w!$Ar<#X@8MBg+ zg&DKFnW>eLh`l?R&bPx8Kpr3&HwT*@BD0FU%Y6z;#&TcF$;{4$?Ar^3RPO(5=4|ik zWMbxg--(iwy@{%siw?7rm;@QKnwh)HeLGS6=k`vj4n`(sWNa+o+lafnNUHwS8yoBQ zzew2M_sI5B%8PiP-`+Q}bGaYHnT+duxtf!e?N2hX@i1|+0C~8%fMi^3Oh8T+4sIYf z8ITjm#17;jSSOzB|$1rOESan(ROG)lxLJHZ!^J{71U%zeAUe<1dewo&8T%Qg+VYVCDJ| zBlmAHvj5L8vT^_G^qB>_1@S;P@>@4wk<>Mh@Vgjgk8|7hVwT|4Cjwa4Cn7GF`R$>m74RTH5 zp1(Xs9*#d7BiC;*a{q{t=eHPnfPZ<6tSl^lGDlXH-z+k$EI+O?tSrB?%zS^M{})fJ z|3Q-MCzNDAv2-S5mbEfk_jldn`3~;;EUF;tk=+w>{l<{v$2tDz8NRP$}|X z`*sHkuC~r(WIxG8_H8QU&0LI3?;Db_vi`$k{F1}{*8ty7SNwRm0+CtO)!5~mW@*XG zA%54fU;6sxYz7AhP(a`xM=HgG<$A<`PBi$!2l81z{mM31+%17|s^=yvie{0tRbD8z zE539rkjnE3T4z^ytO3&tD>oi%;q~^Jusx)x=96bA(5zcg}=RTqDrvvzP4UfarYKU}>7B!b(AToV+>WJZ=FT6E2^t zwF$ygF4fl8GH5HV0U47)Z0gGjmU0*$TibaTUx0G;KCgVtycFEdEOTv3k_gi%*&`N} zpgot~8l$ZSnfG$1O~+uJ@DDwH)5}$a^XiDn)4gq$A4^Ced8&hmMjTF<%M9rsHce@%!SN4{KsBRpg*o>s3n)cDd z@>$cl!-}Vd?%YO5XiZ1>C=qZH53>D6+AIw@j!xh8>A7+1Vmy%>ZFEr|+D)%P-?Yn@$FAaY&Cmm*0GY2ClBNr=syKlB^WMYHJEN13r zWnv~O|4bH<^(Twa`(^X+2Y;r*%Kp6@l^-@2S$`~N{Vv~+i= z=g(ic5m~waxfLthADe)LtDVU=`G2xMj(hR#ZH=t#bXX8szd2PSI}5XK-w}WKr}v9( zu<`t08ifi^7?oI*x)}$QrHZ8nmD+}YFzhx^i#QlTzk{CT-w=xBcZFhP{plAGD;H-a zGbdFeTZiZOQP?;9-@5pzn2Cjj>nDe)YUOFB!v^I1hvckmKT2LoIt>7PVg*6{R#2Y* z-*U42zLp*rc zcFup?J!A@U06-PKm&FWV3i$Sc%mPFKsE9}?NDom_kWtXlP%&_+@NluQaT&v4;l+nQ-VSJlyb25AEzAv`FB$%2BS06;zg zNbljoLjCjs{QQA}egFdt2aoU&5$V1{H97zq>cInOmh{9j!!sZ-C^+O*Xjoi)LgMSBonWdUpQx;_~VmG6O*P zc0YoEQ)}9+us`#P!$#w`^kfG(o|m+0Rvcx-=MS0iYd7{hgi0adC-QY4n#lLaK!E@< z2p8|piAgL1K%2p}5P-L&WXjUw)p9Weu&6w;;m!qiw*g&@yZpaVS7E$rA5#&zCI5Z# z37c*ajBZ6nVa8&R)0wh3_J8b>wSfRgl^}qY*1=l-7Z3ntR5tho0@y;*J^xiroH1bt zfNEtI+)fVxywzm?4+@2?R?~WXj&`$qyX)KqI^o_CJY)v@RuBEUq8Rd z{ZI`7MCXAP4K{T$_#lATE@cS719S#k;`yz7&j$|z=pJ1>--7@KtS5uc!cnw$Kl$I` zVZ>>uPB0|(q4fy{aVdQ9V&=?7O-+SPd!{Q^%O;)jkRMvo&Kt!--_pSf{4_w8tj~Iq z6+m<@LAC^TFD`by@K0K zs~r>}TBSUuJjFq+&zaG=q!()nhLKH~3Z){}DW>sr*?lUpsjSnDX%;r#00+j(sLnrX z*_pi&ku@l1o(bc-D+H1I7{ue>I;XCk@6O83i}qKP$>M);VZmgIs^_sqEjWwSZFI~`@NsCzPU#T9YVnndyPxbW_b`=mf+n5R zo{#+zkhw!g+N)WAFCRVJ8Qre4A@qDl-s3*SO$e>1pv0@jaH+JP4qv^%{Ee>9=yLE$uI#1AOcm zF==An$;mv#=RTtx{ZM|4GVgC~h3$Zm|K!<=Cw#*57apsJB=tpoR;ddcPhy~txg9f7 z;DN0+g^IYSM?e7p4F^ztGzTpFQvSdZD172$Vv zb6QvU<~>&N_$d9E&mBIogoA-5V#l@z@x~L6AHD2*%yVLg=U|}g!+%jIzuK%M_nFp~ z!uQh%W5Z_=TJ9bI#t=?OwskEb=Lh2boDK?8TgOC0NwV?OgOcknM-6c^3-dL$^w3LO zRBP86phWY(n75U;b!7a|uZhmtW9+as1rI|MFdzWFUR7?2J2+6}^k8i+gL7aVc2v*% zS<4$N1=rH`KvUwNGsF$c|6~C8dJ-(~?mp-Ny|HsY1WOW2-mTvo2yXq(uj2FB?O-PfDD?<-$ zJflPH?e-bGx~a@)7p#$&g|>8nkq`g^bEx1JA?WZ7bgNE!nP>+t1Dq>gy+s!L{E*PG*RG)s6kz|uVc@SW z)s@)gMC!<}1{O1;ag5=~VM3;?)RI^mujIQE=r%XI2*C%bD_}b77QNz{q(@$(nY>DZ z4cy9?>Gz==aN|!AQbC=ejkbpdppkn^$-8(5Z4Wx^`xa6U*5BtvX^S@}VOw9RI_D1tS# zLXpu#o-F>g)b{WC-|MUE%rij%3Tj+6&a?1TPht@_Nwsso@3K1lw9DF%NoYM2*&24Z z5}?!=1~i)qWd{f-PZ53u&wpv%dg2WM_@RM0Kz2KeXV@(eKwAg|Kqy%2YJZJr09q1- z03u0e8*1-hnOl#@A%M@(`|~No^6Nn{1RyMXc#8l!&c1n}aj$(JF2FE? zmm_zLg`i=T8wdcJ^w#oMBU%42Qk)>V4Mw@y_~Ao3&5e|3<*3bK$-DZ0-S*Fu@()Hz z{jZT4NTGKcf`-D2jOtn&QXikP#mV*Ou9*y{t`4b6|IS)wb!iWl(4z;ptUv(6o%+Xc z<@uc}C^FpV^q<5U64f=_poC0(;cWQ+H^lt&fc!nuzoqnZ^$m4Rmo8Kd8PDdd8%1T- zqxefw1hv<;e)Pg69i6<9=jonAZna6cTP}I{MJg509-Dwk!M`Wz|HhH#{%a&)ZHcbD z>(U!UozVBGq6}9a_~n9J`6VjTE_`|__dbUn^O2!Mhl00Pj< zy&t$R<&U4N*W5C`&BU-)(MF23ub^bwPisJDjfmFnO60HCV}Da5;gisNKlo(z$V%PO z{zBg5NEdZuAnqrWK>>Y9!F^A+qWeCoT%K~>m}u3MVO|M1Qu@qKwbA5~B%g=tUasedOg&0Q|NBB(08z6pl_M6unI z?m=pTTfV8+fcYQoBY*}tAb`4B@W`(oKW#TzK>#eIH!vR|fXY8O3ga?Udi%-~?anO| z0uZ_H9zxo-Avx5D8oUO|86c;_@-;H8e)|k;5&a}HX>qDjO zYsL>l{y;_zMfQD-F&H_nK7ZBwP}`3%sRK+};Z0#{ulri6>T=f9v8zMQyOl)n!5B`q z&3kv}Ps4K^S>mo{AVfT|l!^+d%S`*6mlIq;ReZK`3-i|ORh*npTJ%~y8jb`huRSM9 zGVPa9?2b8ZUh3TNeCQ6-a1iDmqI{fxY20&m_)25K34H)&l-!V;TVtcb>t5X`1@4v7 zKn1iVQIU6Vb{{V9Lw(8*A)|_SxL*b`a^il+Hph-8ZzE$A^*%J468_Z93~x-=TTGQiSz;kAcWf-0!1DZOH=C{l9_ zyQaB7Vs-G~b~G(l?-rTJZ52oRMk~w!c3#Ko8hOGEOG?nkg6Uny6YlPz=Z^B1jwqja zg9dZPJP2K@rRvAiot{#Jv_m#I6Ph{_t zs7r%QVnH2PF#c8~8Y@GWJ8|0P=IPL;ZcAjYHQ}4(5IGHYIy`RgWaY^?$-LrHR7+2< zhNlO$MNP#P)?lqL%KpeM&?R~?2zi%Ktc9YoX0%BV8+lJMlPX6-9S|qsNra|ddT&?M zwynE6igz%Rz?JALf^&oG>-c-?0VaNPM$8?HSHuhgaiFc5lIQ0fzvK2aGJ{*!%tu>y z518+el~)X|2&xUPZ<6lq9+>h+`;`y?#~65J@kZjG-8+5Gaqev!Xb%e>Jn*mg@^Hqi zTTjTh1kYzccZl_=bUFr?*CBW3VAuN9)+-`c(u@1?g|s)n>8f*k0|anO*^r);X?~+{ zDW}6fklX{$^YN_s^>I{Kzw}XLEKS^tQV0O!8Sh4;SzdAd*qOUaJ-K)1veE0at*olW zPEY-OBHPlftb-lk>}Dsq$m$$2h&bmu`G4meNW5Jwr)&7y=(ERzK$`%Q=Ez_tCQlr%2+4i75Jom?Q_;gT4q7w*L zTU$$4`w}Fh$3KTsA!o{Tc}B2(^~C_yJ<%miCk?3&*gSTiu=y$--CJ@^kX#e1vqsyr zdj>8VCwUIJLTY_}oG7tpaM&6t8fymBu5MpEW0mt*uBtqxb%F=Rf_t^}gOPPo<_zJR zFPlm0cUc62(#CuQX z2--4^#=LJbPyhi;&b3|>6!rdVzt&)Xm6Lga3jxghYI|OfD^hUd0R&)}Ecn&>U!Mdi z`4)V{q6tF)C1dx_OTB;O508;)C-K7N+T=*)4O#YBkf~JI>5ICo@(>g?-1k*!V&<5q z*JWcxn!+D~nDT(%q7}QZ(8`v{to9A3EEcxwpo1igqtb{t55}7>*k;MT@XgxeRejBL zyL*$vSM0VZwGR9wZypx7{BK1AIE_}zC~jXT=+j<8AN4lIHjNXIhUT{}!yS{}Jy5&@ zM?(N%MQ;>kn?{*}nr{WPQa`8bEvClgD=$y z|7VMe(-Sv@x0S4I0MmFq#!^4vO|n>~sg@rB^fTz%^>H6yV!@X7>xdm7l4c;+{PSSd z%P2v_fgk3oK4-huvv{hyJY+E0|KkhTCD*kWy2^Kv)A&XSOVOTY-98thv-E`$I{d%Y#EXSTVmiSE6z=>%$r4Iw}3bE&K)us#$kXMlecEOSDcHz zO`#*%ZjvfR@BPt~#9cv0{`!HzR!sXwRqh%Vb%{0aJ+_+8fpDeE4~twX^Pes1SaVuC z975f+4pzDlBOdBEy4$)@NHo5GEgB?zsAIL1XV)j5vwQ75KTL4q_mO)yAU-vJY09+b zxHAFkiL`Oz$oM%7Jv80;0%?-Lu|hL()A9RZc`AQScqT5A%qT(LwZv!X6!{DafCG6u z8xn&0(Q{cnZmA@$7l;T_UGqI{@Paa<0*L-kV4Ejjaa`Kh!9mZXz2gBV2IXzzr3#eP za0y8Ytkbovp(`TO9fon-DWG^WGMC8Tt-X5p%t_XC3DrjEl8zR!BhO~W`@=FInV_=v zDHIQW5u>ws8Y|HZK7jM3-%psTHg#D*__KP3TAGqqABb0#;eMtKfgA*faq*dKh$O=A6 zsBG>9goi;)9EDUZ!5c`saNMU$Jb?SuFJ57!3Un#OfQzJKS*$;vRNwkqwJLv$bvAlk zqsw1qpGuELr@XaJe9lOti#zssqHQ!6k1p$~fB1%7solJDxq1T@Lcv%s=squx8MU{~66<+=E_k3B}Wu{4D|E`boolrfFw#xnV^iq=%WG3+DCGf-O^VG*PeLtVz z{I~qT{wVYpst}0aM0TGYi@xa#|4+uT6&-+UEvTgT`~0VM6y+|AsHb|3EZVS$0WNVo?QhS4b^KVw?G;w3>p|zE z$jKPKG+R#2TD<1b0`E#BKVUK*5Tu|b3v4S%!=DsSH6d^FiRbOqXfWx;VaK*u32`Gs zQ3lK;dp-1q9p44H+L+m30Q6)oC5Pne53kgj(cSe|#cPB2?Z}%dlJ}o2^IHsqB_}^< zRUPT=FQiz2h&vmE9gz6C-HPb=%JUDrkenvM9pCHETIcCfdcb(S2U9to=VP@w$;3(8 z6mDN|mHTVYaP{EtXC6b>r=hSNKme-p0tlh?=5%VuRZ;b4oi3S2K{^jxdKW0hI={MI z@qn4-HcPwHxyMF`nq&^l#JJG&O25y=#>!tE%Ln9O-TUKla`` ztjR6gACH0}C?E(Ty%(uU?@^R41VMULq((q`C(?Tm5Kvk~x-{uhL$A`C^xj+O5Fq(R z&$)BYnK^UDGk50x?#yqV=lv&7lKsB#UTd%Q`K-0}Ue`dvDsIDG@LAn(iebv8&jGs~ zYNcj=3+`qI2N~v)WL3lOV;2!15_Ac z80-nzV0qcpmgZf32lJM04aeRYXn@&qyxILA>(=DjcR=@p_A{{J9LX-k)codbQ0PX3 zR84ThD@aeCP<^g$J&G+H`q*d!r*;?(xbQ^$cIH}KnNG;KLF?0uO8=^Ol{+$oRHrv4 z9P=RftF_dHJNWMcbz+eSNk+L8wu<_N=w!)&_r>{h4FDgNMw{#=C~e(QknIc{zQk+$Wb&g2`n=GHM#2mKqW0HtZz zvQDjVji_@(Ucp7&Yq%r{Aj(f5QkE2}*$5H?i4BS>i;-x%oe7@KMB`eV1*K;$<)ESc zrQ%Sv3NoiTab1N>juPXDMZL*?40zPcoC1$f5c)XWwwft>+j&csRjSUTVjf$A?2J=i z7Uex=c79@mVy{S2MJa();&-*?q4LTKEq7AGUIOtB46mNVw+3zq;4AcW*A(#_Y8v}; zU%r4!JR&dP8sf2b#Mg08m~5C`I2jDHYNhln?5~7}#1WTOSy?xo+_t9HEK{U{^?E%? z#X@c`ewd2byi&4B{?>I@;qtApmtsg~YB0D# zkcPHshq+)>z}2SU3_y&6IRRHoTlXv%1;&H9OFK`}pLGww zS$nB2oM=9tKjgKLq=@O(-{fr_S$uGA**v)&D6V@cXL?FLeeLc;hIYLcTcmM;?QpTj z{STII8osw89%Jx?^d4^j!<}6FZjqxEC9NI8vuGIMx3b7n0kJtXO7|ol<pvLa=%Lt!CqRCj3GVBIhT(zI+qT%MmRFyyP~rvtnNibZ}`eSuDL zb?DB^@Z^&T4x2e)tmY$Zg2EQi`7TGy&!`;@h{s?YTbuLLU!!)?0ha-k5%3V#7Y#7| zDdNLXi})l2Bsf^tDl*mJy)GJA3OSC}!?#>h$w`#N0vlBa;#P`H{}2 zXRq>knu}{%LmY)($8w0hZ(kvq@$#wU365^tUA@Z}^eT!aB zm*vEkjpd?%gCo*0Mu~b#l^TGL+VnwRGfCY7U(Dbgz zC}iXo1`rBnNwVq5vj#KzzkNIB?Ue6=9VL$jNX9THkW1b$3=rAfsx!2CM|i+r%VBIb z6G5PJMA%i)y+R|yS-OaP~mBiMN7u0QVXqQ5V6!jACdAYT<@BCUbzsSr`0KNLJA z9bOx2_A|IPux}*@5$JS{d&tO5nJ=mQTP2GCuu_r9GvZPf){{IIxjz8~NF7kGnbAS}qX7vdV{k21 z%7`SBqy$+*^R? zq|8k|>sT8H_3yX1T5(=4NTREctTbC~UDvDm2N}&2N;Ke_W%8~5TmcDHuq&5}iE;2Q zI-Z*69f;^Eex-0t3okcgWe2FZ-dd(!+p3vc z_VgOIqOY#v0$#O#MM`kjH*!UmRw1y3Oh+=)`Eq&&C^We4RH;Jdk}kD<80~|If;`7$ z;lPK3j#_yFlq~~W^M3sHZziB=us0FU_{Q_>kB}MBDaUs6a(&zsyK@_Ja|`)><-J~1 zUaaxf-q{wKwPXqRhOBj(PLiLidB1k;CR`uRT^TW;M3iM;E1YW2R$ew%&e9MjIS^hb zM4Ht|8$;4841k{ZEE&Ke52H#xu$++Z?aoKJ+v|m&1q+;iDNJhHExx__8bsQAoTFI` zAK<@|o4LnaTt3S7wb9s0S%hj|fw?hn%7^4sh z;SUw_G&m?ZSLpL7P0Uz~^h5*bN2vPoWn~ey(ax76+{OaZooaQJuYYK&9YwwSNJBF8 zqGXfRAYjXeTd~T9oAhg|y_GE#2eVe{1{UNTDYc)Asfs*)dr*gMS|)ClHMUmE7{AtG zD0undg|e6xk(pON?>_lsme{^wiaxG!Eb=XDf(_d!zw2pZA2{V=;zlif#IJ-QF;e&Q(f0`yY|Y>w%7RJV=~$B#?yhVeSI^R zfvvWu3}J5*ppg3~>f={|S67^av)c2h?=^U|S@}+lh~KB05{u9tG;H^) zB7Uj+Y=b@3JNm1JV1+Hl5oGDz8=s4xla*=VO%KMoTvlz9qitDE;jY!Q%qiF)bVB}e zbhV8nCr6twFe3c~4Oq>XcL_E2oPgSgd6i6>sTWluOv9gE8_&;s`%VpvU(xeTI_Zd( zJd>xh=U&5W5N_~iDXFSkTVi^~bViQUmJxnDc_q^~v?r(J7j;|V_M5EaGFY#0*QBk? zYZ*Qj@0b>FHQxO+Xdr!qO+-cOwe83)0isWc+DNu)(c(3Cf|Weu2n*w{d=9OPs>iL5 z`wzffK#kJcNp2#hvb%}zu?t1cY(u(tx-%_uTwYCTbuHg}raoCxz$h}~tvb3k{P;|w zwtvdQpwo^??y#KW&9ZQ-@l@Vwe11%>iyhYuy`(&*vKQkM{%u&jC`d=avC~nbB-tQu zWwb#T8{5&vn@@t>W-dg@(>e6a>X8oQ#;I0P<%rOonx_0jiAoJmuJ6+#H-RXBy)II& zf-}ztC?tldPV7vdK}91@J25ta%YN{`bj94fCxaOwT5aDBF4?(oQtq_Hjs^rDe04Mi zTNz{NS{zyw-TJ!gDStFSeUOXybL8%CQ}4`6OvD%H95aT$Sum5|j~S|F*W>h85|V?R z#!#Q)oPs%Ra~Z@H03z7QO~{`%QT{+ePUR{UKz^U(&HqlWvAYp9hB4c@zG;@)z#X2d zbu>U+_v|*XNPq{4Gx@Dp3Jt*f&!_+Cr%g!;ixDEr@(;V+Pl7iOQAh^T+NZ6I@v8z5 zzzQ;8*_)!p_)O(|`gA#SF=R3C4FBV*B;7!!N}NXFq)Zo+*`<3=+ttqb^x(nwX_$xX z?xNzpWw5z_Cxe}T)gs@EiljV1KGCvboFbOaRo?|UOn4}hj)4-V@YCJtS=oQd4?0t~ z26*OnxZ`)V^%=Mth`Vk8E_=nSQNaC5tn~Om<_vGqfKDwhnV#$o$aQeQ5Q=ho+}cy{ zd3D5T_%866_KSuy^l22XgItDGlx%uKSeo4}Yiv!fe@O0@?L*>)X8>~6_Xl}dXN(2% zS7ID04kKX+cn}7A?Hl!6)m_(is#Q}O8T0!k-wzG-mdeE6(r9psdcH>_WyZ0-pEg(` zp{Sq^J{2*N5x&;Q4$6=v)#&e^JDfEt^^sq+mXfIu=wG3r$xJ_nDMTSVv=}Yw2pYqX z&m9Eb&267hl!B03L*YLGs_y}CvF`!!k10DERncg`4c&s%t!NZ+o-@j)-0*0U77+u6 z?~_(y2-gZ4;FqJ1v8Z_?=SQ+<%sSiWm#pF2mB3l{5y%RMBj$zs&;VSGDm38!w^1UF z6-uX(c$1K62S|f@K4u0q)={Ua|Dt2(x6ZZ{XRYa!4myuS>oL@S<_v#LFx%yTgop84 zaoBY_u)c+KvPn9fxf3>x+$LmnX_=B zbsLzBh0dAVvmX(L^(ztE%=fevlZ;2(M0d=whjcXV^q}qy*FTn#Y z=bpjpWsir2BDlA>)B2KKwZFu_P`k4tRAy(}dqXegn;xroF`^#a1RhKR_vsBn=eEfW zSKP+6b;h-;r37BIg(-vj{GXx$4V^=1z;cf=8UVLJ1DZ8OsAE&|CMNa9#>BtqwbKPX z=bi&8*Otm$VXk;b?@uAG=l|q!6ewNM-NgRsOQS0Pl(zr{p~vyP<%qI!du!IvN1yLT zekQ&ncZd_Mt=i1QTcXA&%aF)>rygfQeUtCOV5w0{L$~~p^3`jXa0XaIB2@cr_OnTO zHlLSs9Vrq}uDDS^*FjaqK2zWX=MWD6$s2cOTX7ioNOUZYoC`tBC4}tvsuoSC=$4~T zDAqi1XBP+K*WA}{2xNQvaob&ZDf@_~G%1B8C*>G=mnMF9nw?7bvj`ouT7zp`p6hH$ zu0vtB@HtlMjs8*`KgW5TME;6H<4j8UcH;7WuKkT*j}Ku?-IHndFonK|#{uNz)L)~e>%laRQ>BHd!o$;JRAO+fY^Pf-pcHb)CbxU5ybOtn**(BZ_s zxGqK$2y3X!c7T&l8`hjfbw0~o9P#W`4>QZSFhiJre@F6;fG#esM&zc2YkSE((u(YDIEOW(k1T64-k{F& zuG#6pf{!}0Ha1JUv3hnPxKxm7u9MRzG@@QoSsd}?`JFskN=RG5EC_i3L}EK6W1|7Dd4kb^^&T|9 z#0@r^K2%>ZNVm6mr`57Ma$8KjNCfM>fLfi9CYcw%kM6t0WW(DnCsc(k0~13%xZ@4+ zhwz+7$wmVYqZpFkF+(BDz$AOCIZulM)aZHYOXkTcbNk}e@(hWb4?Ag(_4Lds8f1v| zrI;=5ZOIIv0ma4$Qt+H$ji<%OJpVV_RV?Ax=5<4SA_9^kr5+lHA5F!gXBZ)gM_U4 zGL1>*iQ)hiiF@5%z8CY(WJ-ku$4oO#vEyHQ8*5_`oIwdC*bAC?jt_f*>t7)BiZk#N zQgL-Oz@QOhtli@7?N-aqtcpuA%N1-c@ag6x;*hf<%a`!wXKnEGS49^~w~7~a((J7K z#p}8_1788i4={|ZCltP5IRsp<(h&Hm9^n5#UB!PngB@CwA4i|Z)0r+sy%CDtenpd@ zmYiTJ-^l&TpWw4PV94HBCkiEm@igjZe6vnfBi7L>V`VzvPZb_#xldqml8HC=^GVlD7OOYNS{5kcDy0$)k4!{UQ+=UhZ}!>cFicVzNZ@&!yBa^= zvm&-R)?MgDtL^eD!DPQZSQ|ypj#4cwU0+9M^@z~c{-Uq#ZO=|P6er^j*_{Q!xQ{u!O`HBkjhB?!5Z&out2qfU2>x2y zD(f8s?~PZPoR>X?S@%D}5e1I$a#t~iQ^^g_%rBHq$a#@-b`aT`Q@LnaT;^9f=F)+f zXWAFqj9(K-xI9J-ZNt+C^}sw3#uGCosG$J`^=I?>EPqdZ$hTvN+HLu>aya`% z3+{c9BbmPY<>^(yIy*9PHMaC?PkeB(9T;Go{g1}eBNuEmU&KTIkCg(y<2I8Eljjd5 zUrTAjL1bC%wCxD4Oh(o`nd#@d`AjPcq^iVeCvH_K^xQ^Wn7?11DLTs29NRatKHZda z^qIUwd&VH#BC&CiJZ%?V@p*nXE9>tnAN;f8-GBXhxqcRyV(%G!>Xc&2s6ppTZ>>r; zkrw-;OaZBprYY*0B(7}_KClf*7)d7)x!z7P3GHy9hjB`VZ(eB$rw;CQMVhVm#4^A; zV3w(dtyM+cu^wJ%hH&SFlPA0~J0kK#k%5=Aj6w`q^s}aPXS+!@XCun-<*!{~^ud?El-FF(aE0j& zRJn;OqT}r|+bXu{+l{sZ>yN&vU)=2W88ntw9=NZoDd-lj@EaHd)M&WNXYmh0CchbU z{q2I-9}duwu93y-=V#A&;)&HLieDG!i@uBh;RdwRN8Z%g=`U-ui&W z1)aDHOn>fDpyz9_bG`EGT=$(qw$?8yRM7__z;x@$^)XZmCwMl2qf?)k|0;3%=Xzu! z5pv+n-o~EQZ$D>KgG5R5%kCmOfa!XZ8SOpWahBY0Z3n|Zq{P~Nsu822dwS1h1ZqGF(u>B747?|zR&0V>T$V86{nR)1F9xWlHUA+cl=0<3TKUz-l5573i&MS!~ zO-d@s4JB^L^de*q#$FhTpw^MiGBnqGDO0HQ@nOm#G;Oo~=ydvhwuj;z?%7>in&1@d zQs|ffZ+oG3QV$8ZCXpQ}FCzp}qLy^p&w_QEu@G(y`WQ99n58Ss;@y@8U|OP$$yNz=wauILSAKJCh* zvuIB&RHYEAOIwn(@7V}9w-K4rr3G8p*cs#Hr{lo5bzS78o^Y;GVXI`0QF`J_uk~6K z{Cj{Rhx-Cd&xX9XKaBccp)SW>g?EU-4M+HUFoM?jS`HOH&+f@99L5!#ba>oAV-a@7kr2 z1U{)D+H^4{0Wwf&5se2vgoSz9;*awcaf1&Oqx_6!5uiDd+%|5OvLw^;csUcp%AG54DJk#@#oHGi5Hd`)O`I( zdS7pURX@kYMpf=vLIXuo)8P#^&YR1fCe|ldSQ!$?0Y{8UxN_vX#oyVP{&~m|*Dva0 z?L0-8BM?D5GWJ>Y-%X5vx z<8b10GzxWn|{+qsKXj+3XMv`gzXcc%I51bX= zp*_b=K%Hamd_(q(m4*>R%Az6DX=uQlIU3+M-vrqwwmIF0ohi{G5?vxtJ{WK7h4Fa7 zsi+$fL>Ln&58v*G{Qvj15tuLYoqoeD_4YfsPns^b7x~qSIEyn7YDna`Z^ncCTPDRi z2M?YOueLn%!|)?97z7PaSNrdqAJG0s692jFZ{Jn`J`1GM>&m_=VP}#&HIG*$%CK>f&?$Q%9fanZPVHW1N$uPI1bP=f-luE}RcRev^ zI_sJk)DJ})h?VPNxBVzcFGaBmXOa88*y{+$R($i{dV$r_o)hBgyJ&!oA@a^2YHC87 zlD2YG+0_$mg6mu+gs5?&EN9g*|3OK*!!}l(7X^C%14uyoKeE>>2xad zIze9c4Q4R<*Va%Fh6}Njc{QiH#4Qbw^Vd8&D2ahP-bMqSR?*s^0s8iFhh#dAow`$X z2nBdUW5MSGT7{h7Kg82!rst}K0mHyz)SP?P*3)QkuJwDPFy9Usq@#+m0L!9WM?c&z zdNL@tx`!(!&UR{4McK9T5C6FD9(GL-kJoJ1wdkz1J>`Auui`yqu9VwEu^|_eEPL!s1kKK_NeiqyJ;=ry!9~V?c!^~Y3Ys5=`|qx(vGkE z?~UdNBrG-Dm?oB{ETgZYQG`@`t)3m9DY;V*H95r=O+0dHCMGjp0kjvu9K}WjsAZOR z4dLScZTmgFm{+0{v+vT7w==}{a`(H^lq!c4!4yIt2 zW-1B;Zr8K1z@7>V?`K11uhw9UX+R7b;Qio?4P#8Xk5E1ony5>Jh*Z?|s%hjE3&Ud) zU_->Q)HY;=J{>Zn@~yD)SAV;$SwGTNANRPw@pc=-#!CqMwujt^D9ryuNyu)CSm>({ z&fr(qy^qS0&*l;NI6pe-4?j$5?y=jpj1O);b6KoNC$>4$6tC!EuGyDV?=(QOXw2T@pT$6;S+Y1Q}=yW3{9_}avUW49| ze(+cF0738tO+?SRZNfL={iRP@k-EA+yzc?ytCtGd{AfU-KBOlX4LI5uv}@#K!Zmhj zUm>?u;%t_RWx6(FmX4SHmEA`x5g^uI$^SxqFo)oM7}2A@td;oNuNDxQI<+n&sq}_< z=V$^EB%yVfw_Ro-Np|9}>d^P&bo2;0CI0%M%SaSN}3)Fflz*(>&3`-!qiBfCe1+ zYyN06h(u`HTAM;qq7T89{P^jnSY#Nk*_^JuGevl|D-HIJ7qCeZo~Jo@#wSoy2p=%j zS5y)|>4mDei5`&l^!@f>#Gxo@$Tc)zgdDzqSFeji^Sz4(YW~r&d(M>39qqY_OY-Dc zVi)Fja$(0>lJsZ*>@9q|W7zXBGutIor8HzsE8gb7HtHe)=+U`lY-al8s!*PpI}!Bd zg*p*z8b6}p5@2DeKAC3!Q8R^s61zB2v5&JgrSr9&o`M=H3#3MR&heJ)5Le!m9Ft5{ z1YHK+POHc~Y23WhO?_6a*az2C#wO&JE`^0%y0szdNZS3E(W$?!(WC>~F4i1k&*3{% zT_!IkTCL&hOGuulTM*?^L(Ltga;IsdfmwavBZJouT_MgAT4+Er_~IYv&ry@UR$eLH zmfYavk3kuPm5sg7fbt{rWR}x82}*VAd6dKw@D$_e#D@uT(hSXyXq5Kx$$^fQIT0#u z6e+)XMl%B%5NX&5JZP~wzlL%9q$`p)szO?4QF-koQnwc&_3 z3&=jZ1^hJz{DHAF;eje}p__+~wK96KRnB{5y?kmo8rPEP`(BiKDs;;iIP^CNQdv{qi>9#p8Q!TqIFkZ#4wFYfMVQff^q3N@jW;CGSEgGg2Jh{Yw&S z_uI;>5v%93DA#<`hb~D`(rjxlI~uVmOn$(=I3?d2ba*@~cFv(u3s$oiwuu!qenqnE z&-if=GU|ng2Bi34Jl%zHj3#^}E0d(rm+27WGSKFtf|V#TJ-TM(hF`(7H&)^ZAv+Q6 ziaVqq&9tcFl=u1YI85;Va%3yeprlLV=%EeiYGp0VzKk_lB>%(RPj|1^6|VNoCf`5E za>TbBK;6VSEFmx{xzTd!^IE|lFhk>MNq8%X*HgW~p>xmqFvBcTyr}l^JXLbV@@mMk z`Ck-i{O%+wTn7Ecib*}%bHDJ_9oGMA7f|tWN#Tfb1uKl1j!G~}HXv)A1UH+839^m}j%t~N-hsZ(1gn%)APVpaS@l=b^% zX^z}H48JWH<$Gg?i5I`GO``e5d8o_|Pgh2fg9E?p>$or0dAwQ$vi&r9eww7}!>i@3JN2{FT$_Aq^ z1ik`Ga%J(fP=`E@HY*l39=xn&;BCSQi1{c~=gwVzgD*9x4;4jsEdD%~Mf9z36Na1@ zLIrTV%RkRIL$rGDuP3nxXm1BwY?WQ+SgA%CdLMjrqYd9yS{q-FW*$xwYG;eRPk3kYg=5gTcyqQDX zu+yje&lu&t%KD$Q+sx7i3UpW^rKdt&xNIU-RlO0pw~Wpu-$+I~(?rmGY=b|K0^Qbq z*}diNb-Ba=e#LSuDSon|Ml>@RB_{+O}; zP8wqds%t=huKljR(0=1+^_9O%#Oz%$o82(G@|*V6H+WW52-0tm-CzNfdx|nBnOtQyvgJya`R~~GDsusS$|efxjHGR(H*5q;>NHQ}E^^GiX}k{=9&*Mg`(1q_zv< z{IM*_nd&}EP=lec$ULpu`glmr96ng)Gs3ehF1?=tTEEd$K?e z=}UQa@IaYrxdtU%-z!a!>n%7Zq?fC*R?Ctpeed^gB_HEfuUeBkWl4q*o}8^m{bhRk zugOSxU{ew43&4Z94sH?mG?guF2~etT-eC>hLD3(a zTh?aJzRTMTMB>i7o70>6s5#PpN5Z^&Bl#NkM zV8uCmS>Bwy^=57T({FJ?1YOWBYRj!Km*Ria)GueuAjdsTFL=Yu-0(B?EjOaxVbtc0 zrfEoLU#SKPL$ql2Xdzp$y{@O0mC}ciwhPnu`l63?KYl*INy$b2gHVt8nw!8@RBV?! zZkS%{66-)Ok|xnTM2S(h_FF`U?dOON>#y`-c=MMjBzvK_a-kz0TW7v5z5{0w0fYZ( zx5MfFY9)!J@~<`@lw_48td^E-DuvVqEFlDAYoBVS1I&aj$gFav3&#U9j{;8?MtE0t z#F&EGz5{q#h5thEnmUznfi@0Gygg4)1KPQfBZ6xQ%1b>vUZj_ME};QEO3u3>;mKDq zOfP&agS)a{TiDya6S<7HjO-^LSi}+bWCt1Xm=723V>x*RwvkK&j&ZR!TCL8Y7NI zj{VKRG*nds47zWge+TMV6&Ro{5c;>HLeaBHYT6~>gj+`;R8kk_BP4R(E!j+D(bot1m*bw4S=tr_#q9r z1sK7U7#^JiTOy9{3!nifhoLAmAoI8n4YGX+jOP>un^zro z!O@GIm`Ab+i;SZRr=QlCRU{k{!XtztP`iv@g|dJeHZBpV`mPV z3bW32f$6T>!DqnS^)c8uWB=1qyA(q*^YNYDM+3_KO{e1j;~PfIc)AHs zjtxs>r9)XB)SZFjF|5K&9?_khJ0{Q-b_J31ww;&#tPTqbN+EUrH=G!F*fpp>R^ zV$<}xx~;EGqQw%GG6UIEG`0u7h*#g%DCf;-SU!&;&^&>NE<^q~bGz3+%!me9VIBxp zSsvBD2DTXF{8SO%VjqBWIpqhAH@Em1!l?S(qoX0zQTQ+PWA>|(M$(Fzo)b!k9_0Et zzUdldm!uj4{CY3|h$83rV&3YTgs2CV&gUK&4wiyfI@fbT;Rr$=LzcDne&-l;)J=1Sp957F( zSpqyESe-uDqec0#kAwmjEWX8o(SRi5zQ5hq@UI*tvm%cBZC_XtY7er4uNC)mAAvP? z3|LqA2G$KQGV6u>8ms@E?InJ6pNMWUMjIl_A7Snc?;W+*9OJ;#6(GfL(Y%yR{z93%dA+sVIDtIP2o!FmQ2bw2&pBvIg*KBRSU zdb@ltD+>eaIWVB!9aVMz&p`d(SuFf#63Sn?nv(>q7kxD5naHQeSrkm3*A#dGD)vMN zYI85F2%T*Fg_+|j>C_rq+KE5NOVZ=-+R3(0?`>OUc-keVEiR72QjIs0Y z)5;KoQ9Ac+9kaBwuEtE_>B&71KA52*bjuO+&3cfB20XvzY;Y5gRQbVkGm-sP0k`#r z=w`6JK+U=T{8+ZdTzQ=Rdurt?*4})SEI8m z;=#J3{P>(NqlVYCvW*BOOKO>SE_GOn#>U4UDq0s+Gg?&!;1P%-hrVuR7!n=FO2|-x zN@UaJnym(oES*^Je0yh5uDO&z{0TiRSn$R!9-6@4(9z*(|NR?t z94C1TYDv25^DOmJWbHbwLE~O}Un;b*fg(Sf-@Jd~ zPI39f`S8S?6c&a0tWB-OEnN|owZ z1uuxjX8I=|!Vo^I{hZ(>frSt)0uVKu;T40Max}XQ9Ls>bgq~p66;Y!btMPU5x9Q%^ z#^A|Qk~%WRFlOcH5)yVg81d6My$Ro#_6ocsYoAo2Ib|0x&YtiYixBawHV`1R=<`521v7GD8Ns(60T+eOa(Ehg)6-*X zvhJt2;+9hwFpq}dOhP1q}VkVeaF zmZaEB|Dt8RB&qI|i!lE(qIspdqzI~LQNVqH=bGKcUSsk-U=F2Md~Dt%kYT z#{29w90^u>jMz?TO>$LSbSO`7mrlOyf_gFz!tW7C6cQ4O)xZ`0!my^FM|S|gEJrX< zbzsY(YNVtp;(2xt4xMkW?}WPO-`kev&-T`6I#N|u8(?E#Yhmq3b*Ip~LldTX+ZJ2p z2iX%Yy6TV{X~|E_CEG^i%kJ}7RgmvvTx5Qc$D`I$tVWCI5}iVo$NH+0;SV6B6kr38Fy4#cH+$+3G;cpK%eDQgKg-r)(%+m^e52AG^M+8YzL zjl&Fv;y%b9T4^toAR4rLEc2hoyT6l?xno}?Le1fCToH@~NXAJQ#2EdxH3=nu>mXNp?M=iqxk{7DW@N(4mV4_xd9G$**bu~qYsvpG59UEpq)05Hp#GRAm!WX zD4PSapNFkk%ES9zP3&*=AU+m6-Etppnv<)gmphfB-I#llIoTF*430tAoVCI?h-@(e z8d`NY=H#DbOX6PEj^DZzqn!@nW`KCByF*U|dihlgA{-?8a&b=itgm|n)f>{e<1L*r zW=yZ5*yXqBVy8Ih87Jh{q(1sH7CeZLA9i_$KzWPTF;}iNk4uo+;hwV}W>Q3u$y0ez z2$6w+@2FeHm@n+w(Lw>|m+WYmK7$Lc8$Mbmu2OKml3=&+@}+H$!i3^gcP=c&&(X>i z!!#RW3@7;ve#=|0suzxyORe>q*l7hp%@Aqp zId&bwz!Wm?En*;1tIh2up~9My*lEK-}MIQ$Q5ZUSMPS1pJb1w~!cwrzSs26ob3 zuEsMJj(_6FnM(L1>vHHDak?^W7?PJ+UDn5)#}Ea6@RUlyShZf?j@)HCeuaPM5JG&c z(DLFuf2toO0D3YJCIz$A+xFG!am}gAL%nk}=9Q9POq_{40QP4foM7%)YkP{=pPFKC z$h1gv#4`FX!^zJ$BEHoK{t}66e=bKvevWoL%%ZgIX3#Sep#5oLkl!Ze0D{j|bnMln zT^;d)fks#EPLumw{$#z4t@X}iE6HnP&Y~<17)8V8|@?aMc?r0$P_9>%K=(szVMLK4ri7pLyi?0pYdWIqr{1CwO)zq)2ye6>aPAeWZBlW$G%^@Ogp6?4r;*+tpguir2DKXZQtK^}Df zUAu7qoIn-mt|4R67$~h|wywl|kQHN(sG|s3LvHQ+Iy*|#Q(r5(*}D8FcF7`&Db|8X zF5v6X+tI}v)y`*meedpdGuBR;sTi)Q zf~={APm|LVJruh)gY`>^do5;~q4t$7-`irp1iO-&%avEibv0 z`V-xR{5Rbc7;phL6}r4I6dSMJRn8)MaEZ!H1Q?M{0S`Y&0@+=SD3XFKCerdOOT65ZQnyv8?6`Qsnx|c#*xnW3k%L<27S7Etu>plAwyT zs+OjMJUXtX;7(u8)x}Qwm~zqit->Bg@B000&I2o{2G)@7!?`J;#aIzMA5X7R1KoE^ zyJw>d(VdiP_BTr02o*{l^DLcX=cd+BOXji&aleSx;o_C=u?4cT5EOj!J zh|?EH&u%KXS3GqsuQPrkh4V!l#I#REQJ!;rq&?`&#Cw$ugs4A)Z|B2fIml$3qML3K zY-q=?@hVb9@8Q9kVY~cmumc1d&|QcbKkBvtu7*}pY9zs;i7>nSb$1Hw<=8pXSXTpW zt;M9T#kAQ176Rc4Vmw96=N;q5G^!m^^8++*dNvi$q)`d>r)hUvgFzjcAE7QZL)bz$ zbWf5W_De6(hacY6?{Ld*Rq54d~>5M0ea@>jKe* z+msh>(b>0H3|NkZ9fpDh4!*>$x5oBI)lR6}+w$q=RVmSX-zsX++QdGfbGV$BQT|cZ z?C{|rw{)%G$uqTA5|YV7Nt$_%o-!SmeTI=sSKcn9*^!c;-OkCLPP3JXi^F?edtCQA zJbXs9F{ zpDUA1%=WHCN!69ztx7(g7tr~pV0DmPN*Jno2?J^|RK9AomQm?)f{jJS7(2g8nyEI_ z6@cYWJBT7}TXSnk`Pg2I+|sUSQ+=7bf^)GH4fth{O>I7ME|MvHl=}PR%Sz#kx-M3{ z%ShIY)etd@4CV8b&jdN!+C?($b+R{A851n}5Z+Jr$t)T=z?UHBEU@P4t1y8|T{vpZ zlZq>scRnnscxP<~N@SwnbxWGGWLt1a(`Iy%Ct1{1z9RX4Xgu8JNrlnCnvk;88}gV+ zn$!X>R4EJt8Sl@4PN*EVk1#Cuo@G-d8W2$dpSD?ktZ8qtb76n-a(_e17yjNB()71y z6^B>_%X-~81(t4ArpPUMGI80YEZ_`d$Ur}Q;lZCmZBM%F#dNtU;vZZrTMVigBg~@a zdz{M4TNIU>N$2Z>uRJpHVt`LyS!d>%>T{9TZbAj~YT955DC~x`nWrtbRlC*#o!Q8` z`g~PIfN8u~uyIWNwY3F4tPz%|tHF7lZ&{)k)*gp^(=cCX>R7JM8Ztbl>OR=h9{Z7< zst8_0e|%-qt}Ka#>&xt`+hMp@zD}hk6B>47eD55&j=5Q^h%S8+Re;EPl!OICMLc#S zeY{-1`Zz=Cbt*S1M^e*Ht-%)z=DFMXbm0{oRDOg7!`W3OQ2npPciTDbd0FdNZ;4yJ&aF(`Wra?Pc+b^Os* z!;~Cnn(IUFOQU9u1LlMSmUme+*(F{QfMGvnMjcC&@+ejwE=}HIl!soB_;~GyLZK6d zh~|UEL}w6lULr9XkmH{1=Vdlf^JJ(5JW2Bex_bxP*TIhQvMkN}knWsFixJ}0XiGe@ z4Mb(jviQROTzXZXO`c7D?iekv?vp*{-R_y3SN5<+MCxAcz^~1t!Kg2Woy5kAlVS7g zA<-%W%L8Uw))xbxYhNC2tEW;|_#+|M;l)7zgRA5GRmL`EFVFxx-Ry@?QSTOptaKmL z_I)v3C23~+VlPu4iSpC<9;1G;GuFdZGD6g_iB0Lzisjc{*E5_}HLzSh{Qa^-*fEQuTO^}9d&UV=IFt;{M6%2`hoIoPXf17gf$2I`h!BBVQu4)Tr&sN zhvt-=o;aj7GJSa-(rKQ_&BXZ6ChI-Bow|sGCw*KvlBb9Bzgom!Itpg_6u<)J(3PDQ zjx6TL=RLQLxF?*&|CL|gW5VLF55n;lA*^wRDJwX-awznD5 zw4;$g5M3}arhD@aer`ep9j|Z1aADSuM9q7Cikj!azaM-D83&!;90UfI>~4U9_IG+7 z0gu)A#kjbaA6NEUPtwR2Q>U-}KknWFE{-J&AB7Nthu|(j6KrsoK!Uq_2+rUzI01qs zxVsDlcX#(da3{FCd(a2DH@n&Fy}A2)_rLG$d%x+Psp+aZeY(z9r>efLu4aN(h6!Tw zz?+so38d>6EG-{i3lPoiY!RL2Ac5w2@@77KobTFra2%`EiLjp5eTZ~ zHt-0%UlfCokvcnoH4$o<{$}Z18wQ7qo1dSj2_=R;5~lscLCM=n@Vs|nhUE$f)GHXA z&}^xM4Y)c?^XfVw$u+?|wfr*u$v#;+O_PGRpQN-#1oSy^nvlyc;oSPOi?Xo$OMWwo zsOV^kJW+1cHbeG4Xf_E+v^M2TaZmA^{wPI@QmN9?kS0_p&*nZV0?uwx&lWjjr@+*H zD}n=eS-odO%P_!C{3FYt4klR>rMR~@gr#H5m+}UBvB^;=Pi;GK9-{S&t#19?1$&k| zNp$tWX7A!_@SQ`&F!`xVMP0NXm|ef$@3Yf3(4?Ur%xFL1f5fnSntjD*Xtr?I$nL23 z8cId#1iteaa${H_d-E8k@GvhQl?$`P4p(8aB4y~!i;pd@Vzv%XIC5Q|4w~hY4;qR; zr*WMYi5i@)Xu*c+S_=U-kb4Rgjie9dn-Q|Aj&#}R861wBD84?2$zCHVXYQqx8fAer zM1H>;F7-CY7>SqN3HSvhE0 zxYw6>3jsU(Q6DNSbgnYCim<0Cu!{YPNoK0c3^*?-0C&9XNL>4*>v9b*t-1AJm@pAZ z_^~f$V!F!b3yiU1kRx`ipQ8tR$n^kgkV=r0lfr?6PNzeuh@Utx>XVG`GV3s=a-atT zl{Ab8G>Efp(xgmgBPtm6Wh4+R(94&KGU#MOSRVb2lE3R?F0=7nJKhf??_Z_&uXpVV zKCfMpwpGMAnkm|BO{wcu(oa7dM8QnwS6wyHHxsNs zUuZu-SpOg%(lH$GR(}1lG8ZkteHh}P&tZ8rHLSPn76RU6%zP>U>)=z>-m@Ixm^{s z)Ym5;OsT%!=y$Ov6Q?=+xtI`xpAsymu`Ux##Zk#!A~wGE9O|fHhJ_P zH%Q)@FDf|$^B!B4e9m&*7Qv`rf(g59Kl~Dliv7{H(o4kd6Y4y2lYO>1bG_Jj%edv; zVBbEonWSe6aaLETZRg<|E3lhdnGL&5uKFuCWX&zKUes>p96dO~U7uQE*-fDKes6*+ z+wiu&pHfl%yS`#Ev6=?~b_s8mQDin`j5ynSE;Jhw$)rf^JofwAzeE_)G}K)?pc)CyAWCBsSKwCrH=SiRTC^mwZiwirujJ7t#4ny5Q0Ip zw*+nMDb(@V8WMTfHgZX+)>VAy?a6B}*VyUf)SW7H^5c6v^}2VV+kxL}wrNO1v18yzd(BW_2k}b#-s2*D0@4bo5 zGUn5EToc8p`w;HF-MA#v5W28{hjH-203xLEO^DuwZMIFm@l@+1r+B7FxbZk0Vvo!s z_Q;wcY1qucHDrDwrX-04y2h+Z@g+;USBbPa`g^Z=bJY0lRMV=aZ%-4CV`Pi0=M^$Jfqb zx<)7RK+l?JM7>z3s;?0&Ig#5l#}v)vj`;P~p! zipSR46q#O9bdbVXAJxfjr4b!7tigy>DtX{Ql=Dzvi#d!@KW%_PGHyn^>&0rKt@WFV zx;m3wlSFTiilws;8Ysc(%2m}xcU^M(j4!WgPezY26KRYTNd-9|(7MP*r7`BFj5*Ul zYND$`6$c-=M80|)a-cT=8Y@Q1H_T0!kF<@JAS*&UWsqgJR1|(*6*j;Bkz40fhTFK- zx(S>7EksEA+O?hAHSAclXW>p+{~x@$N7an9HK6SlqD78_<1YQ%q$R1L<-s!b%iPg= zT+gXztYU9$P(_4iiI3r3E?u6D+Hy%+w+tORzH%C&A&IoZ*Pw7Pb$=(kaFwgoZih=d z?zfv>GwRwYlR5d+NHw-7HG(uqi1Ttpse!b#e$=)LccJW4Lm+8+^`xk;e1KJFCsg{2 zN+%7c$N8DOMQ3dGRKceo?nd)Mo%~?Xc({A7-g(r;4?CB>ds}* zcve2bwXjg**f#FQtT;=t2;nP4L^%k@PY>ru(?;G5Gn)y`x;S5|arxjrqxGnUmlp1J znRbGIbAaK6TM$aI8aHZ_R#FR}hQa>yUB8Bv>_%Yfx%I&byRE_qc_6m>OMIHNVr=Nr zrVbO9as<15*&@c({Y^fj=VjOZ0CP})?ar(5)86@RXGl8pu!D4?Q!sh~6FAWX{@07nHBgW2>j+dP{o>;pK%}X51isHRW?R9pO zNmp-GUDEX~>lJhpa3>|DB`Xf7jO|^C<8Fx9>nzDE4xth-`yuF@kfkC+ZJl*7Kjcod z+m&{)EOw(PydiJ~3ljw@)-+bQ!Awk~Rag71EZa;v$gy*5s98A#jdfTcX}st#DDnFDbgV5uz#TNa<5hkk>^^kYFGfSvn}%_lU^yj-&w$Z>8lMU#hx%PC;Jmc_|{loy_gXdam z^_jC1>XIo&akkyBcShtE)jhni>?L!M+0SkvaP@m|ksAHzSU7A2P!TdB^SPsr5Z!$z zktGZp(+#@w`RzZNP%~}U*4L|!(V%sRaxdX4<<-nagBEwJHV1FmHnF<4OxmfM=pH4bq!z+`c@v;2;5^7!0w#IY4fg;pmc_dn5 zgaD$-PsN|K2zxrs=0axtf+A@lQC_s9+BtUj0YjD1=ez*?w>ex8jMh#^@*2iUlgpT( zMBC$BA8i#wU(ZOh#*SL2wc*K+!?ua6QypW{7vm2s8hNRf(Un@ictof$~JSC!Kiz-Hr z^@45|_tmD!D%s?iBG})!Dv<3za@>=dG_Ig`I62|?5U*#x9Kt%=qi*u%sDuAxv7&58 zTypqIAbNcEX}nxF{R@=N0D4l8;l$E|5@z4B^|D@&X!Qsxc@;y9Id_G=OMvtXMy5R_ z?E`}Jh#Pz`D-!~jo!=^b8cHp3kQMkbka>BaOj6cXVKnNH-JTn>8vzb`34(ze(dkkV zAy5u47*^DTtZ`##^ZiCDyz53VPQO%rX`J34xenvP{{t*}-j_KImCikr=YeSf9c>WS znOUp3f40o>pK~@WN`BAzshWadIWTxmb~--VlaEfnS6yy4AV!?mtsMIPSjc~Q&Qx}O z0eM-q-y+Nx8VLeCoMr-K=J1{~v@YiS8d2=p%4|xq5rw;}N}HUyOt0x8leb zMwOb}C1<5*LATaW6Slgk6zBL@bt*gO_z!5u>~FN={R5K9S3XW>*LI#iJs|miZ>8&h zo7woM@7A8)H@ph0F}$|Dd0%SF_Z43A7Gm7+uFn;y_^YR1sZKxKxw{#zn+DyxwBBk5 zcS1Nbuix?=eOm}(+am9ZBW-e{(X_Na&Lo$87bi6aG7A6X3?n>?fMl0FdC(LPwUY+* z`0@;q5CVUVJ+HmA+PSfWwya}~{B4L=gRpF6J}(dFg@&V&J*s|>uBn9eQqHwYcC?*6 ztK3&*yThrjfSpkIFdoNTxRlK>HUEg=g2@MrWKSw!Pd0{fUz%8PTaeL|Qd}&4`S6g{0SnfS?2OAd>1ESZopK9?UoIr({6Ei{R}ZHi$lK_`3gFGgu%KhCWz_|TMe$i6YR$9D5>^n>j!1QE!s zVXiOb&Io0NU!R=pUF^WzuRZ=RE6m=B{^x7@q`%_W{s+}|WP{C#dlthCpimq4rG2C7 z5qssbDZ&kNf02XqjVD{AW1RY1h$ds+<^{eB#MxVjc^0BK`$^Z2EZp{Sga02DoW-r` zrt1RAEJ&j6M#_({yPRPSQvlCNC_$quWxn5gI$X!EZ*MKuiXI>19v+}n-(KlWSskUD z_Zo^cnpoYYE34uE{cHG71oxw90f#p(B*C%V;puTAd5083_D=*s5x<^XtL#{~85PAE zhi{K7S-!;@ivSZD^Mu}E>FP+MAw7rRZlD~T_y~N!U^c*{AB?@V;kR1|cBtc`s3j=L zsHe@LZI)vb#vya8bw-7_aD7x{wpU=;UdRn+w~rit4+>l1<|c%HEQc>QHePk-R5*)R;3`GPb(bh z|GPfn2f>PoynOHzo0#J!xwBmSRG-nO-VkK6UsHp}%t>p<3U{^1+F9Ddo|3{q`(g8W8rcU4kb3RXFWvVh}_xpGsr%|`8gx|7QCNQw~^p1Ry>_-&YR z?kDu1$zqGEmms@S57>p0_q~05gjAYqjL?=SV&Zx6dT$(5}(5*Lggzu&kS) z6y}gzXX#QaUfckF2!}sRZ9d8QsJYdZMYZnb+e2gP?v*Zzlz0jQ`KFypn4p+F`Q}B# zOR^`gH%^sTzu3JbZ$bTBA2A=`zHW^DR@8;aM_El5y;3}ZI(q_AuBwUj9g^Y@i)fku zg1vchnY*eLF`4#zWC1GM2H&>~9kr)5vF~llQM5q|VqUx_ZBM z*Z1RSJjVUi$^?IR`!zZK{6LVb4;6b>mLg==26I3W_t=lhU1 zC0<)IY^zrv)=4c*6xK;E#h3}gT7%$VE^AX!xR!Gj)z$NUh-IQVC4 zK~#48F8K{<%u_Sw&n#BVirPX-J(Fsy4$6|GOsGD+M4iz}zn)ZW%?zUq2Z9o(UMTL0 zW^Qtl=cx&wX2iRlcI!vHB&ic(6Cx!INClI_KwQy(gJi%P(hT0@=qVA*ELJi}d*?ksiF|Lh_t;XRz$mnK7r ztGwz>n6GE=k&!ckGiPQU{4j)#{M6KOc{H_U;Y$a*X(3CTXbdPwrC4ep2l~9WOLyzp6I4I zVKb7RvHOQPNjqO`P5(ob#4V`S%Gi|2>Np8o3=33^#7A@?FC!7Gk<}4(GUyx86c&q%J8^qetpbesA-l3gj z7jjePOsaO-==vFv;@Ej8x}=WGuNGzf%UJbiChos=1%J`FQFQs6jl zZe0g9?ZRWMpn`TGtI0r+ptp^`nH)9FasKc%*aTSlBopUxZFL8=y!?>O4BfJNZ*o6t zjEq~`=jWO+E3S8A)Msnuh7KT+it3@ly|B*Bae6USF0&Q-q&edINd_h5$HhqIV-@ln zXV4;5<>6Ma{PWr7j%ORcJpuW@)6xlAeA&b-cHojLaK7tH58Y-f;UcH%= zhMAbi`+uXj|ScWw$=|{pynwzKP!+SO&Hbdi>HA>15qi?GAzYbB35J|*w z^bAPVRy+}YW_QSATv2GNPmo`p^LpC2B(Fj5uq>!J^b0!L#aKt8Z6>fL?DfVCsj~|+ zJxH(n>05irdSt7(p7MCH2Intw8)eR?HNfO(+R|=|`LC`U1R$vc)@CN==4?%{*~0cfLc++j~@uCSmJ-k?z;Q}`3|KwLW%M>4MbnZcz#GIEEcA!2UhwvDK*M~gY0s|=8sst|C*w| zet=aoD0snHeGaK?m?=-e9l} z7L3gBUJOfWH%ye58MpS-wfpqQ*=vI8%KepsES;*Jys4447lCfxrR&Bnpw@7~Y#L6< z$dLnohh-NZE$C><QaZE4-botkdks`grb^N zjO~%22NZ?z2T+czr7Kle1QAf6jzwE(I`)N$k}NU>FA(iKK5id8p)9*po6y8FH9vYN zSxH#^N!sb-{}y&sip#?;P7zdu^kQ28BMHjMGt)rK*OVoREEDsRw1P#Im)wCZ%k*T3 zddo+O$5YTlyiZ@J8RtWKsHQx8n~q}*GhDf#+JHAgcY<@WQD{yMmfnsJz|yfgb0GAb zP;d(DS!?1HVfy@1nyRwL5h|H?RJS9p{-hyWAE|z1Kp3e^B880#0VN^9mIr1*-CD$q z+hma|=7lPjDDVTm`Q(Sp1(h1i;w)r%2fu}aRmYS=MDtzMkXj5KxOFQz;7Yk0{6=@y z=cC}AGEbWTQP|InjIJ34n`}ku4*AQxBsJdiF(i}ZsS%1WUJ$IXpDHFYvsxrSag_+UaTaE6#r5#ARJ%x}RcyZ7>(PDNo8U z1_6^y4l!9T6>Fz>_oXn3!{~*%6}s}pm??(9v$HDp(LuuU4J1xG99gzzQf6u!=5(km zwt>2kkWldSoZ-p_2Rz%AXXAkwRbi(ilOhi)9z1y@%;Rv^1yQ8dlrqs|ylG(xXm?)u z>g_(wiXQ;FIueU3Z!t=hkj3`WxK3k-ad4@1TEqTSZhQ;TqR9|yu0NbdHll#2S?0zo zEJVsqyXV(G%rceFCsS2NP0&3;{$XUK{{l0h&^Ql|>75Qr6R!ZxE%KHtJ?*zxHtGiU!k zV*XzNqvqgE?{%^M>9$LBpEMf}>#`y5=%k5m2j*m2rJb}DZPej_OQh$gm0Jkd37&dE zovw$xR0kN{twg6*hqypA^Swmj-cQ)Q`s=gbRa?h-)pfMbN6NOG@nUxK%b!TrcMK)FpOtWW@I0#; zI39bytzz=PIsO&hfjFcOyH8D52Aj5p+o(q*)*&?F4d8a~U2jA+ zY;evrAQPH@PZQU{zHQR%k}kv?5%G(k5d|cHGg==X=NC4+BZpP&fPI$f8n-V6EdxO;e6%7o|$xsg1z!`Quun0MF)>y5?-_+qbf*>gsti zwJ!BCLYGZTA(mfRlE}*{d9nBFd!9Gosiuj>5LKzkzH=>iWuIK?cuiH|^9a1yXS5_S zU;3mDzE6|xNMYX;Q^_*ceA|Ldbper$PWW|0ox)^$(J*r%96z&<8eBSK#EOcCv!`S_88|J$@_83&hjqYbX-g}K|E*E(&yQyR?{HZ^FJ1iq6larJQpFlw zarX2jww@{k&pya+gN|D(%#)9VTX2~R>xAhB6K z%l;P`g1^0K-F|`BH`fE%SnF$>-G?l6jNzFWiRp>&1KivIIYw4^M%KIkasW97W_SkX z--E314BwBk!!xko2YGq_A%OJ<0Srv=3`{@8v;7#)0MEeiQ#||MRDhZB*9tH*{aOKL z=D(`|`(G%)@oNQG=>MhyEX==FfQ98R6kz?E3b4}uS^-vuUn{`+cR|Sd7a(N)3lOsY zT@bSUa0LpEmihoe2OD8|8*LkXcz`@Vv5mE@J}>Y0v`oKNmhDG#vN8T9Tka3_W@Gug zdUO0*7k2tz7aTjo-&BB|USNb4bYoMi#g*7oF+c(kQYTe(29)QOpxn1~tg{V@DJ-dX7Xc>n2hmzMSJ^1tnO4u*}9@mrYwTj+kjm-3-`^zP#eUEGE!F+;Z!Y=AGkyOse`~JpKa6bb|Mq?|L$^b9{@r z`>zQP5H#1d&;yzq-d(Uczc~o_kN@(vIyUzObzfQxKUk6Zk8HsIN>x(!CmRS@nCks( z0S1;ow*V944;El%{ceG~GWo5fScw0voWEJ-M+^O#eg0{u`_$h{|JyP6->mZ8PT#}# zWzBY9es}wQiT#%QK8EA2oWG@HV~78zRqyTcqYMW6KZM11v)&u)`|rIv-;e)hy6>TT zqu+<`)%?xy-_qZy!}QOXf0+0uAi~rC4300uzKA7uYg^_G4mulP#vCuqs(8`_#`TmKun z*#1Lwu`v7-U3Z1Xe&-mN>DhlMnjcZ}BgXEG0{>SS`@Y{B@Ow@CX1E`a_M=z$UdzAx zg?sb<<^$O8Lchnr|HBvD<@|=Vdwl+$>mP_@WcvVTb=`x*tFPp8mV% z`6Gw;qv!bH_YZaY_dGx5_|K}vA0CDO)0jWc`>$wW{54t_|Bs->%GSb0-x_FWWb*?~ z7}VO#d%?Dgpu)4(hab9d}yByRH%k{aqzzXVnA!1a^49{rT?W?z6%JeiO=XZfL51XM2FWjlP-EeT{+#NCH8i zyDR$!JYq)nyGWJa#V|87-buYfro6t*GXOt80Pqs<3Lpp&28aMe0TKX7fD}L)AOpB7 zWPk!d5ugN62B-j30s40p$L{XS!qysK$gOaW#9bATnl@~*Tj^Z+0LNZ;-* z0t9pb*Z^#dto8K)Hue?(+vnddTnK2Y&vfSjSby#?{?H)YrMWBm`@*o%f2DtCpZnp{ zkJf$(kkB_byt^u9CiXki|ITGNB)BL$D#(x5@S%XL6D)l~(~il31O?^ZIr%SlmhVjxG1*fzcgapfF9^6);&8Q(VzR|X!0a*O#I5}DqfN89oi}^DHik22 ztP>4qyK46Jwn~S>r(LsiXFGFem#%!63|0@Cb&4H|hi2jjisyZuf-NQa?&I)oJzIU^w6Yp(~`3&*V!B_u4tcc zVOUvbXaulf1n*EqVJ?g5a{yyY@DHA*JD63m%UPcrWss~H#i@{pqYA&bK)|x-SC}Un zZbM+wUwk>FAnH`Y&gA&kzbX+=$Ig$f{Z+f*-dj2i{3MFrNKwlexq}4-Ukz(^WvYG@ z>a=rwQMoW?;I>aMYAideq8}fssxdqN6NIr&yTX}LI+N@736jl#0DyV}31Z_{8Wh1gfgW-tlp`O4wzoQvDB?6^i#}^U4mv0(LSAS9R6O7I zHq=FOk}!u@6(JhR3KVLeoi;HK@g53?HhdDVd9>y>n?*oXMcXS9U)UlEG;q8OR@>u4 zDGmAq0z0xxlC*2twI%{sG5ODk;?h*G`1^afr@k|_=EzOs-#8zUS; zFv4D0*{;|yOU4;dt}?Er<7Xu@2<1hWE1({StcMWsw^0v3@8v)?ad-yy@_)m^6~nM~ zv9NS>Sywu*UfE6PWoZ_$t^8WHoc{w+{fnr)G=GS6CUy-ellod=8#qE85Zlx>1`;^a zsU$AE!gMC+bsXgt?B^a#R^@=G%+dom{ZXN0hz>^G*bT>Hgj?1x$k8>pvkgL4Y;J6C zUFTmJ1&Zg6USw-esHMa2caB)mXCPWkV`I0q`?~*D zrRzgs>p4R76y7EG1Atfx2UG_YR424?YK4gRYO3#ap+w^lW*@4#mX$2!dDZJ+2;K&&mc;4}zK%V{t#WpNmXL%uHrmpy@SXYuIai00)`U1g+@>L{R zW!!2&4EG~qC~tC(M;vj46Mf3N^w{>8^32<-P2?dC5Scztv{$U;QHm)ZK#L!8f6B?d zz~jTPYkE$aT-cV0bv)Dy!%xHVkZ-wnD&d`13-cj7O&OcQ7imaH`$bQ18B59=gMHCr zq0GR(WyitCal^*uOv+pCVh|;dO&u|z#m|n07ao2kH6zMuj?6AWnzGVAW;PVj(k=+B z_s2b-lFgx_3l4hL?7eYfEk_kbBWONA1K}#HKI~E(Ja>xL;}uAdnb2n!OzdzhxPr5~ z$CH<9sq^Fr3UMKuTRdtvr2fIfXGYy->@ZS}FjBQ=FOK`FL&tLG)h&7Z0)04{ZXZr} z_fekM6w5-|yfEpiB*^17<$LhV=3#q^%QF~n{s$=Z+tJdOu9vuL212NSX_bEN(P#}O z|JWN_SmmCy=3vJ&)XQ_uR>5S)Ffm#+@;R%f5f1$Z*+JI*-nb><%t_;U~n`q_KH^s&wKqG?IAXg zQ^?8QlQ(NGP`S+;naVKPa6;oWI@`g#(<^^;_I<7ppzpe2RLZs5hp-wAm>3sQ6Zc*p# ze8uYr5317C3DW7PY2?FE*fI3p~gYJpfcQC`~gz$Zup$QXN+* zh=EpR>z{>Np!15JM<-;DoU7a`DNEvgtd>pJSa>Pme7I%)F?zXgpC6^xX9NpJ4Bnk^ zod%lKZ)zg~OI6{c$tk%x@22#2AX?(2W<0#!$W6epCl`~Hn=}G2tX9qawT`o>a{j0q z92LK&Z~rSRr1u@TAhY$>1%LZj=QR{Whf9>hjT!a<9p_%d2K%=sa>sfCepecGj{G!$cir#OJ;801k zSgv`$$`0aY7Lt-$MFx^`ej`)$FZ%^QlUvF|B0m-5f;dU?*=0h+7ZP}1OZ`>`J zasBFspm$!m0qVes+0}N%w`hJ^<(pZQSiDWb};jEfwjP$x*}F`aKDTGt&9>tSAHT!ao9 zIBv6-WHhtBYzjxWjKUkxcu&aDQF z&`T56-u2U5z`#Qnx<_Ug3KJ_iki{Vl*ueWXs=`*&!x6sgqHmNt--bozc82Jk!L0zT zjJ@1~DA&2A*K?UdUTZw_Hd;Rltu%+)9CjzrPNB@nKYO^1n}n?27|@%S6l*;@r-Yo6 z>79k&|6D_`m8g|Jd-ekb%`xX9tdXZ4m-BIz zmDd8&m*n&kz41^apfjQ#DP{7FN=R~g$k?4nG;1KNiyg%v-H(*bqKSoBf~t{_r@T05 zJ%vjL&j>$Q@)2Sw!BC@@Lu0jQKfg6M%goG7EzRFWXMgEZdCCn>fGjTosvgAOQ)BLMyGC3vQ+lyksR~v3vTBaM7rBI1r zdFACRt(GZ+ZjT4v99;pjj>SFt9fxujN;n9oDM)WQKR<(lr}~m>w6_Oza}e!Jw2G5G zoU~RiDM5GK5Z*ePQp3dy)|Le-*)h5I7003gk{5}t`Q-u3bVI9sPu0fbZ&xR z8FJp7^tF==(wcZ?pP|aC8@J{+*OEgXP4js?_V6995!GQL`dI<>tq(1a&2C&^fBR_X z`%0gj(NV!s?@Y3*8?Q~%5RrNuyi$Yq3Oqi}ccY7_R5ZY6FiSIoDjTN@3@gupqlt>; zxWT&6EngQ=$dcCCSNUo`*-SIly}*0UzhF!58M2<`t)2dW889I6X>9<7V!F-cbx_%& zjQ1FH5W))#I%i~b28x^7WlDm>LnI>iCVI8OdE}L z6JwGJ^FdI_D@73b9D@!VopwyP*uoZ`#Dh z-!NPb_Vh!QUpa-vwk1z0St#mqD3x?gJh*n!?s;&%wA;!Rb@_A}Cbc-&(OdEBmy+cN zPKdtb6=J#NeY4MM9_6pF`eU&_A+GGnYlb*Bu2}vBPTm&qkK%r1(o;i5k&evVMK6p$011deH8&|8-zrM%k$RrEqR3 zSoD=P$ya}eYjni3M7;C!>60VFDM-bQA)rKhI|Z~-S8p%GOLi8COI%>=W4bNDUmfuK@Z1;c+~=3 zIXh`uax-%@_JTEQqE>Aps(Q>_B0F+&;4g{ioAo`dDcsFS`=L=Mcu^lSBvpXzYo(O5 zXIVYDB!(q1nHFT9lp-EFQVI8g-`e8aK{2qRb}SmACX84;eoJ=ldY#`6%&uuc)P8GV zpw@xg=CrZq*M%!@N!&d{&%M#0~D@v&*(#JezAIxXmh7(4oeh#OeE`hgiPgxO1G zgv#Als~kqngc5cXi|mTc?(&zlT#$A#SMh^b%4XAGbjMfgEGNhI7Z*jcacmQbsMNA) zVtOfU0c|Pd%z|uIRjXP6K~fUMB)JIE&pdC5kDk1j1#_iBPAN17*r9tF3<+9qsDDjD z)XXyHq^)r~oqoBGks(*gM`Vt#&8jWk09~-=SWu)zT+BPy#{23~6!h40)>3Vx*mtZY zd*Ox)PIg#mEzX292B`|vzJmLK4C7|&kylMB<~<&bZ}D4rn)BWza_{r+zF7nU?Q`rS z_eP@MW|81o6ovXH`0H&8^dWyuj3ZPPu5d&4$$Vlm3KBnzlxmdd3@nJo;#?olh@@g$ zQMeJ_$9VRxbU|FVuWO)%dj{$RUg?rx{gTRu<6*o5Utwc8{gKb>#OE}{8lUPfN2Dzo zS%>kNGwB&E1ko2iH2Psel)V!uo$Rgq1JwSxe2yEpLF@H{(%^`PwXRYq1c>mi-T z51|_jwJ3`ZJ&H+bCLnYjM@da1L@~|uVOrs75p~L2l8K*fFA?;ccXftz2Y-%R`NXLf zH|gCBPgFV!b9O1RxBNlgE8LT6E`bwHB60CKz&=vl6eCh;{7bfcp_*xwwYZ>n`t)Wj zXCUzn9wRL^|G&@qU|{)AxvXE_@%hGN(chC%ti&Ab48*J)jNf^zA80HN#($x)?*INk zW3m1jjm6CNM>N(SFjqpqb5~-2!d__ubO5>lT?R0<6E$U}nJIPWUH;7{Cr- z4{!iD{wp!Y_A@cY_J4;MV`ZfOkr+!lH;-Hcv&j`_xmfP}>FSj!`F>5a$ z)0CCfP|*{GH6eyXrT2Q$vid3P$=EwnIFIf4nQtUo)f5GCIH}}f$u4&m+Y9N)ZfV1x zD;VQc%XQ2>58nz~K8Sm!SSN%TMWtRUQt_ObTPS_B?Nyh+5~*H1rkN($RK`#ka;hG0 zj)Q891`cj+NH)5z^7d@G`5N7qi^M7W%bmDJkqSyNFglT#M?`l^hg$5p?V=l84}}1dOrp|Qm&v17W^{) z#eD;NU6_cGkFLgN?#%(l$IgNbi`6kg0q0m*g22;FrZGJR<0^4afJ7Zafn42ZGEBi+ z3e&l*r$81@8gznGH||nA=@5!07lt^D{1)jIhLBhGU#Oi`2iwl39@9nCfE+jS6D)F@ z;Ev|WW7b;8U*urx0k}JKXbxk&4HwrM!AM}@n^gu8Rc?TK02UC+?i|?PqTz7VxgRNB zesj(ebu4CYtS47H&zuLsQAHrJN*J~<2{34sLQO(R%oo5LjOsgII0tQ14xAx+X?erZ z+Zquo@-{v0#7pH=W|X2QgFOk2jpdB+MQj(<=fc12Mkanl)O2(}g74S*h7Jsc@}hAZ zj&3fzvwuMbhK8?SvOy%yA)5I>asL3ltIDYp)zfBle4-t|2o$EFuCWKzIqJVX5;_8+ zN9l8h2*!;oNLx^g<-TOYb_n9dn9#$1g(z`#&TuYLEM0>wE&p{VAjo2Surx$GHEd|p zPfUop_G3YDO0)AsF@dw#Cj*6Z) z8YV5|r6@7Ko4PG0Uk`DS2{WGAbDowRXGvGrG>S9!)*ly)(Jjl&1*fPC7!8@ zL&QCU+v)rI6h^~~BW?D~u_qW_Q)rW>-hspu^4rZa67%&KNRL!?Owo zQ-V8EhEm^Y2}7q!U9>Nbz}tY`Z7x1snG0fw4#5SFv?$OhP^~@X6%Ng-E!p12iXM*0 zH}$OH{%DM_)F(Q`RW&{dE!+roiidS>@uqz}>aFGL+Y8J{G+X+e-ac@uWJkoKir4A| zr9@=WeWI8KTcsexXLzyj$f`P@!~MdalsYVprQ=G$FWxk)QRz_YMZy^r{opa zR&()42l*Orz?i46C;&a;eMr{O*G_T^jjM${KRUV*Sd58IL=?@+-wW95qTP0 z3i(LLD&#$HxO%AjW5z0fOj}`LlfZ*n?TeaHx$_5?!1WuNc;8GA!u4V7yUW(ZQA4`o z_;twI)N>~|KH^Re5*zrYNWC^VQ6XyD8Y*V)s6k7YlSC5KvtZ*3JE{5`!>ny_NiBUs zf4V|4Zv;!&Dh2b@33n~xn9f3aQY6MzLdML3_V~J}mp;|3bAEZKdH`xGOv2~K*7GDt zGcks}rE%~G?^hK+xa0BejFNegC*;`;7?{w8h4^b35y9Cxp+kD&INYESl4)7Tp*)X` zqcpyF{aTYVHf|7ftdz*f{|xRB{480;^ZNb~ zVF;4iqo>?}71og0tdhC%Cr+{fANWw|F&ir1@AlF53y3~zP4>|&&{)TSCfSh$F;PV( zZ!(HYqbxN&LYj$Jx2&>DRa`44EF95b8jUvr<&fo^1)61r;g_;th3gt4%|ys2xY&@M z2S}Y-!)kMCTtjNvnxVJ&PbX}e$LDvoWX8Ih9nqQ##eWFz4B#p{S9KVZAL-wKX}h@S z>8Y!$Yvm9LGp`sG`RI3JvqEq8set;d0N&Q<;xdkaK#?Qzz44erlrUA#2vPoS&9=lu zN5RK~w9Y1lYEE`KRbPP^GfK}wO-@z&Rc`f$N`8A>q~x(puP0WB9r@`7Q9cf_R!~r#LWn62Vp~xIZ7#lfG`ogTDB{DKzNeNi zDZh+1bZk2i>b*hU8MH0=$yo{$Gjc*qEZE|}IDl^WBVt4-m>|Bt7T&{~)x2-2Xtwz! zcGMxGs}~l(T|3*v$~zKTfo1{d+0>8Habl8QvBE^k18!B8jCorFIAoAr(ZSjc=>6gt zx~%5Is{>wR@-zy=EKs(iJ3iGzHQEwu9q5K$)=u0DhIHC(P-Tk_+7X3xN;qg46Om$V z26zBg4Vu7RB}G>yiGc&pI9I?~XTJamV@my_C0q}aUAo{W_)b=o-2E$@+&S8QnOX7T z7xsC}@e-RS6LTiCrlVj%*e_&RIVmHmDw_KydFUU}j!XpLl%yQfcSWb7vBSN{GHBGF z3kX6B4m}WehsIz^@xqkUj39X`OE`k%Qk$U_aCdhLFatBp;0_4{cXxMp36>BXg1ZDuaCZ+HBzPc5 z(BN(%@F1U@bHaDuz3ct=pS9Aft9Dga?ds~5I&+~Md?g2zHhXS&C)wr@!Z`I zR6X4-R9Vkt6}7NEfHnv%VN9}AGFX54<{OXYyRp)f@XVqO?W^Eb3ELxh4)n+T0>-3I zAX^Qp86<&kP~*Gj9P1pyLt0~$Ea`n8+vQ_qguh3pHUt_ZqmIP933p$AB_KCkqn1fT z?d@Lq*`h(Q^R?=7@?xlhtEpzlORO3O3#IV>1+R%VIIP!Ex~&rn#W89Tb5sJey@B&z zgcD=PjJk1i^Y@diltxogTg6r=>L*K~imV?*!BSLKMPG^SiMtn#6uqck5+B$(a(&HrP0h9lg_v_W93sVLROV0(70aiWPcisri(HPNM z^{`TTmHI>?oOP@+S78Q)wYDSQGfY0*E@3_j-F9JhS=>oP$tC-wR~y36OGuP5cUsT( zkRfR!o?JU9zYg1v1hqo#<;&-QW#WuCH0snfK|&d1L2xAjT9hqM_Sn*berS7pNZ!6D zfdx?^Syz504be4l4bkqV-3|O0o<%AGSAy=TV;}+FINTmFf{^IX>(g4Cz5T3#n}$Jf zF0DW1q#?Plubaz)r!jrl)^%R8#Z59@-=_#-H{cnT-JB?Vitx0(y={(XD9mcF$%NUh|t-o|@lybMv9-E|pva7BI$q ztG@XbRhyC4WsBXK&1xYqH9yM0@8JG~yM)Xo7Dp!H=O*daAT;07bT7S24n;h!XbUqQ zJWnF0(dZzoY~q|N^(CtajB1g{5HzUp2$?t5lQk5JA7l#@f8Uic>i~J9e||dhs?8)3 z@lD`0j*l+7CFuutCOcbWgPMcg{A%;>-g|V1)H<{dACwB=igfgRRp$6X$}D=cKTTLy z8&1~iE9{pwkrpNKiFU44)d975dkW@mkIP42{`8P#?H4f^GVi}_#N`6TMqmPO4d_-A z=Wn>6U8%a5v9>lL@fkT@G*m$hiZLB28liz%z1xl@Rh6@|j@6AA>H7X>4R0WEY{kKD zj>RYDyXq*@#->+C0M8SQfR`Jy_B)r%7a8ToK< zC&`Gn4Lp8Pn37cW=PQ0YL|DB9$DuT6tS&cJXnd6v9To z7+0y#kT8!}0WxK`xsJCpM%*$3dh1&q{OoZ29%}IBh9mswOlm6oJGtROhl2r$koaAYRSjf`|8W3SDYh;-*Qn{`CpR#o0nUC!u> zZz|;;_vxE(Z??yhvJe{zJ%jMHejJ%7l;)662!g;BcdZ=f@$ysKBj2F1cYXDfw+~3U z@o`PZFCog+&(yIqsN<$eG@wVxjOai0(JiIG5&@_Y_JItJzT0h`>!EYMYc6dHw9P)> zLg0}*C;y4*)75T6tW#RtDnXb`k%0A)s=k9A{W@HXfV5cL2lX6te_}MKL=Y4FN&Zzc59Wsyz46uuONyd_&fQHOE|Y2JB={MG7BlTuN!HjsLuK z$#<05K+$#Q@I`ELP?mLRjS!qwRNxtMb9yF2F~Y_Wd<2MCtGpc?!^T>PhlfYb>Xe{N{ZS)> zl#vW?+&r1)w~gEK9zDio-@a+*(RoDQM6{RGz;3iHagosRSChK)E%OAkiK}8 zmpO|lpgqrzu^G_tUTBj^bBJlVoG^U?quVVX`kA>iN_)G+MmRAUac+3{P@~4KR!}Q* z>{!-o1rV#fi?&#)P^68?Ad|b_TUX#B4$Ntux}fPm%+O%L_)EQT)ug$Sozm`zD)_!{->!&K_L2Jcf z&n^n>Og#SAAlOQWk(aX~j#J{{Ya(L^(OpDpj%ri9d0*y5Fg@(!d`G+%H)E!|#p3(| zZ?9__1ib({NAfPV3}5O|4E$_YPNJMjBR~AXCi;t~eR1k?Ti3 zp{45V3F_8U#ow5_=gm)g*`pF)ZwHvcYg6}|I)?%tzt>6c{9+Y(bsS{g72Lh#+ThEN zuQ%5hjvr;3^oGGd$(XtaTNnSjL4AfzB9p9{+G{^Gvenl)!lV8OHY1?LugP|*Sm4&~ z=S+Gdt!PdPR!#T&lcQ*}b??RuLiz8B6oDktdl$mtuvM`+qJ(3J(ue`WdhVu$@2xgP zw9462`5Wb%sd%g*EJw5W9(&7|M^mkXikKf9y0a#ODqnFg;%<&3@5R~k3GcuT#Dsn$ zR|ylzDC9{}tZ29a*N$p`sG{Zk*@>Q{=86vn$X}ia%2^lb4d5rSYDyz>k0HknY_C3c z@J2YGyBSqGK)PrYI{fjC%EL}SnveQIDA90JS?>Hf{z4{{cAqMLK=Joa~%p$*b88WZek6;&^URv&*vDfVjj$(Ut z8VbX!))rH*y1Bf$9pn@{gIcA)#$eUYlm`C3c*bD)gWfUV*6vuUEc! zbg4c=C5g#NJ~33X&%g$bAT6J6Mb3TL><3DQkdqDbr!jm2ugCDGsBf%hWaLJchHdj6 z22I`+#UOL>X;Zwt{Ve#wJs${2#q?%tm^S<%)`H6C{UYor#abg&(K|z8IT@iRDLpVJ zlb6At;JE_$c1L}*A_*q!RL|0qqwlsvBaf*Zo3Mj&wNZ#-R>8lcA!&J^t_J_)SSjxU zLuqyR=jn74ydJ7=n?J+6Ka~Bl9GQt|D3T!S9S?u6HI7TV?UpTODNmL%6HkwleeW`ca-Ig*ZG6fzHUh9^b6|+){() z^FjF0yXn`sZt8;0PP}LF@2a!fHRZL9tD0oq72d)G))i#@L(=GfS^)ju?&bKi0{T94 z1cd&vg@y|X{fE>M6#5^jBj|rrKm(!wRq6-~`2UbPQg~4M{C`Uznb;T`IGO*MNBWgW z`ZJeg{SWCR%fAy!widP~|H>*EIGWg6o0vNP(fcEf^jE6sze+aUb$+q@1^mJFKgdHl zS>G%CkJ%`8Pj*ieN4x(_NpLaNRk87kJeM){U5$o>fPN)kHdOW*6`MwSXhBWEKh-KPc333 z)y1T&?Q?#0w%KEm28kO^IXpqtZaeb~)7$E-bdJo{SZ2S0eO`_Lj(0V}4T zZ7`9|#}DhK>LZ7O9lHjHoXiw4xMQ~ z=)R@yrRdf2Zd!upguZh2=H}{!Kk=FZ#o2UY3@#w*xD82^uYYQZwQBYF&V8$6*m*Xe zT+QO)Hh@^@y*Z3L4dtyLs=jW)V~N-=)BO1{ zrDhwI?ij)<-}YXk+Pz;faT@6x+P6m)A?|VZG*j44NN(R)I|JQQ4`|o1bi2JfQ`Lno zF!wPLLxY3ZE8-7mYO%te_!;t6Bt4;Y#gu-X-mPdzP!T>O^OQk=a)IUyljU_ww^V1m zd*+Pf2kJAN_ehe|QA^mINGVC;&z>*@NFE>|8geba7@}gNe&Zf&PeqUA(5);Y_JSrK zrwp4@Jx)C?6wX~KG*pcC5T3=Rvl;0*POB4i^_tBwTLy^h(3b-}#mXOLm(wC%LaVGUjemtnUuR-Y2N zcI-`fNU(xP@F@L`Q??FU+XB*Denb!)$;q~fs+2m7K$Z2XL3$(TNPyYc_JEcYm#26> zY(aGZ*6~tt(~bs?cAY+MSkV|Cy;E&wbl|&=IW`IQ%Ww>kriy7K2MZ@Vth^!zV!~&} zK)B~K-5DQOVOds;RrTzzSBd6thC=6t@;+6@-iS-#5a#F;U;2#pu)eJL?&XG*5v>ty zy+?Li%^0tS5HE|rErl}hXwvxYC5i$J5}&f;BB>MtO-Wvvt|=@TE}yJps$5zzu!b9B zvd5QF%z)NjCGW>_Q(wi71pOCv8eJ$j(@^7kjKL~AiN}FW{l>=?=5ZJP#SoCG225*3DaCghk)(19!(+VlK+CJUe> zr=a~=B8gUTxxY6ILKUxZVl1(!KTAAv*%*m;06x+}utl0>;21OEl0Adak!8Ch)q;Qv zPE~X0cz&dE&e~8ud;p zWS&;_=MX5YCe%VX&BA?)C(kuOPbasgvD%h3osDz!ExUwPJzJIiQ%8edZOkCb8vQ|Z zfBxWrKe1P$2e_+YAE_<^KCXex= z!|ed?V(K7yBAQ&-DqO{SPIS@{1c*-`7|Sv)UpSB~|8VE24()$>Hh zABu|{;0;1V5IP$Plq*BFACuRHKQT99e82u?CD078)_{}vDh$#5Vk@$2;Sg2o1Ra}? zx`uF%y;+F{Pxrerg2hw7Bbuy8l8IMAxiPfRLd6D)BIhKX=eBI}Z(m|C)rVV0l`5UX zAj@9i%LdsYsfB#*>+n0S6(uKQg-w!kG^^F#A#4_`Mp9TgO>pJNoHIC^lMaE?kkw9% zVLd=0_9i=@+3qameLeY77Y?_0&7LK1HSTHdy4y1wC1x&@l}gvxXjnhnCfCD{Yr|#j zD99C+=Kl0#IyGmQJrQ`9jVx-=SB${IBr zvl;nle1PXI9GFKM%)=>8ToMjnLD{OTh&P_*2{+%p26ekVw(8AsTlvyeakjM|{E;o~ ze1zRVyaWdle@Ske)k7*MM*3XD4wg9s=aI+>aiD6Z*<&tb*!rYvTy?zlNoCfzbWXTd z9Jp2vCiq=qvPupPxsQ09C`l&zm=hFE)3h(>y{bdISfgXlYfRy11XQbc9WPb2LHTiM z2$^s!*J}kBFCsC3YYiRj$-&NAmMY5Sj2=yGOIjQx``!g|QbCAgIPsGnsn`uY z!KNldx~{A|V+M|yX!PqeILRk+&UXo0JU`JmuwRf6D>XsyG*^IpU>U^gzEkD zYNUhe5aeev72M*ljaM+P=_7(010TOvS<#v^rGad%;oCFRF_j@xJi;mwX`9!p-06Sg*n%*uE1IH8qZ_QBjBGmI@cJI>vpi)n9!4w{^1#cc6U zLEVe!JT*$%2l`(+%`nUAX3(=x98>C{OavF_OvD=dU}sIaU)h{mqy3!MgOYw_D|!Z7 zah*k2u|M2bn%EzJT0JoYe7l7rlZEy(GG; zzS*AeFi>wSzK}LzX9T>K!cmg)&DcIjWIqo0W2G)z<(Lw2@3!@O>PxDQ_R*S;b4%2O zv96NUuLoDQ&sS_mg0OaQBUMxA<$AtmWJ`0B)*>X3evF3(C0mg5RAxCGi$j)6(gj00 zke0apIlp*)VImX@7^FY8#{#2~D`lGGSBq$NUTr4BS+_iA8BoOL05SPfuvyi!1$}L+ zZAD|M1j!|`juuyeG*ax#3J)G9GfTgR*NoPRE*Q)m&OT04VU-M#bDK=JA+a-pf*$eO zd}wP9A^^I1>I=_le*hSHngI6p;^X-_^ga3L=_pL%i`u!6FSEju5N~_%cwtqG;z@R% zK+k%a4;Y(Yqu)3LSC8M6f9@Qrgf93XxEVf?at0no_LK;7jTc;jtitd=3n4<(Ql z=5H1$VUteONK;MIKz;MF!+JM}bJ<7tc-K%gY&g=@gW$N$!G2DU2apDw+=_|Kv~=LE zQ_Q7WH88OZ(AHASq?4~Rd&{72`TTh##$E(TNcW_deMt23679f12ELLzLvJA2EGPbs zGm!`1dk{(gaYgdG3N(O9Jv zHDsyFtS`!r+EM#6tTa}~QWN0TQKFyioIUY0)KdIB5>%G4kf@aa}RP*1`(2& zRi>`i6zND7pTX&2QW7vQzYo0wElo7_AOJ3a9HC-1MH#;5G?pQh zQz@OMr}sy&=e%|cnf=xyuq~b1N{ehK0tf!H0VBlG7n_4WP-QE?wQuY24@%4%!mayR zCSkednU%1Os%i#6!D6~SIOp%k5KZ-gB$~+f{UXK^mGEy_BFV1EKdn)rYvQ;mr{kp$ zCU(?)$WzxaX5&)-q|(V?e+B6iFJtZg8k(-HD(jr_RrA}Kxe2}B6E!VF+7G-VS*y~B z^w{g8_E-7)8@p~%2Z>LXOkNyyR9*~;BDXTer3>Q|Y`%n%=a-Nvx35kM|H*fS)8~c6 z&<=s$hd0E-m}y#HTK?h*^OU+t&Na=)+Y>J3tSQZfv+YaK*HDs?>qm8;L({^aiC6N` zaLhgR84Wp;~gqKP&9Cm3N7SlK{y~Owy7a-OVf5?q-5n0+w_6jGN{W? zUG*DojxL&5@UWQ|y|=V&k&yYZJ+Vj>1a4P047o;&>zktfV7r3qF>T$d7ru=xloK>2 z^7ihD5!3ee*rHa$!tR^fGk_YKPDxK%VfA}MPu7cg!}S<>LC;v5Wg(hlEUyU+=>o+H z-!$^CLMWU~!9C3w>EA&uU*uA=pKT0|=Ym?*pFSp4?|Q1QHO6ktmeO6iN+?*XS*AZu zzeG8=30oVU%!80!MK~On`cY_g=7LlT@QInwghEF)e{JKXwvf27VWml_5hZ+{Wbt|a zF=ts-!3;~iwbnMc{ypfpCgb;phse*D@wVpX*zyL zVQv7z?&OY6uQGmmHftXDb{ykrGXJZ>F`wH?cc*8jf^53*N`o+JQoJ^%(naEn?>f%yboO@f>kO8Aq-AAQMWJghbD>rYWIK|3Yki|yCh!#^mr9*?d9>8d!6 zH4W@>w&iAa93|DACFQ$drUMUO;XFoq#YuBCtzcy+AYKR6e=pVWN#IjTiTa+h$r22_ zU57=9InNnlq7ADK*tDilQJ&oHv+|?j(!0M$+}^8=!^zE&{bXl1_?VPy)|iY-eA3_a zEmagj6~x-fq#B;uI;42INGqt+!eljnQZn7Y^9A`l8qEXm5^V_x)%&97_70EWkpApk z^NI{2C?>TEAKVXXPT$}}f)*mN>AgETU(q4qjO441k=qoOLYgXo?NfV$eBv`Pv)ZjA z3>ZU=+FN)g<^O^KnD_SJoAgRpIXT-xrA?8Q(ab0Flt!o|;LS+eUr zigyuLa=Xla@S$HVcdUf8Rt1zA;gw{eX!B0giND%3BtMt#EC7tD3y>(+)IbslkI^o9 z^anXN2m)nCjrgZ#ri^V63xu6qOPb?}Nl)K>g#=UA`ZsBvW_TS7m2}LzY0e~^hPpnH zU#w=L4zlZ%vyf9T&hnSWK@70FW}JvgO#Olw1sVQyFV)%ZX#1;E^7TAlK~#?+mYfr6=J@ zpsRWt@}Z@pFit4m$uXu7of!D!I&9vNrVu2hVbhdjh#LV?O>{yto6-6xeOv6*^20)7pII2&r^gaqFL zbA}XuNJS5gWz*?e6Rk@tWjC}xxo|P+ibsvAwVagwafz9T2;tNlm0_x(c5tjzS5Eyr zp{+C?F6@i0)c1^id(VmScJie{=PBr7Xq)HTSFaVtgGcp3I-A?gt~qkVV{A}-qvwon zU2q1-;f4i{j*7|y&OcVOne$yl_9us z53et6*BQ0vPw6rDtF;`HI$6D*p3Z3<@RmJ>lQeEwb>=f>XN5oO-ABj=oHc!^Z$ zHH7UMffb5CAigk#uG7lb)M2IDuuporcN z^iIfQ;jf{*&4=_WABt)f#r^F;@sAOmoa$!H%!A|K;s)Uw4qI)As$n-~!8N9J&Ub3- zu(gSmj0adt<&H7KD-!jxk;4tWjyRo@zMxQtYv~2a-~B~xHK^3ihdlW$qz`%Ubr{AB zNfVJZ;*HB8!?%wMONQmXop44>Y(2Uy#khgtm*fm?0R9&(ID@`G4OM;S_Qpj`W!qmbikw=5H8;~?Go{hHF_QKEXKyGk zNHLP;1!FjivT}f}0H0Ln^K3P)#vk*ARXZT0FwU@GY|*Q?{~kP1RD<@?6l3U}o}QYEyRd)|n&DK(Ul`N@miC z=Qi4i2IF@Tk+sr|v?hT|oUl&F`EA)}3{AIM;1S~EE_Z)yV6>#^mM@bR9-}b-UUOp>p-S&M#e(b05 zV^gLqkcnzJAc;}q#nsuCweE-3!)X#-?*>@or+?gVlNt zLFXAkU!A_Onbe8`(T0uFaLM8(p2-N;@-l4mc6e-kUkH=F4)|q>t=o8k6~@6BL6#1_?os;&>z zJBv0tRldj|p3OWO%Vj`oVF+gMA_?hW<$bPP(CIQwy{J86m6#nk zqK9Nvs|dYm7Hcn&>`r+*qf@o$ zQHfHy{8kcjOFM%rz0d9KK0?2^%w9Tuf|iM^jdXRPuk-j|b&#kz?bSuOq&nBaNSgMW z?Iv%i;la0^Wth)@&aq_9ak^=k<^?w1SB_cb-ddB3KWblUk6$?!2qyXtXkfH}zHa;}d^rl}4e zo8W4|YXm7WN2RX=z9ls)?qEsm7=CUydy!l>xD0mlE)q(?J&%-lhs6-gLj9FjT zA@gs7KBf?4CB^ImND>Aa>0#A??YyYG^$l4Blfu|7x~^N~xn9S?8?y_eG93HFo0To- zhYcgj#b7M9E6Jc~Dc&24Pv#EYe!(9|s#YM3Z_BTGwTv-xv$W!Du)ch__Aa4hVPCw_ z&#$e|D=Av>E|52xBlB?=gtnjCVDOIVs(ESqd#(C83r6Cz%8*^^cJiFg!{~~ze0QOE zGq*xP`&E(uahtzjs-R8tlyk|um4)*Bv^qLUHYz^*A8-0R9<{(?);V<~+MObR^3ozI z>Ri|Ll3wEX&Y5|)SzZrT*rnG?Cat}oLu#vE~wXIq3*Q_*J+=_nl)<|UUy$c?m z3x3ISRjSoidCkfQx+*P1t&q~Rqgk@T1F0kI*XL3{CvPr=uaRYEOWtG*#|09=lq=Vv zC-Vxi2j@r8kFtiI=G3p|5h}-3<}c1!P#@^V2(Z-M)f;f7|boewnVRG=5)`j z=aS&EDV@`)MH+&$V^;0mCusU8ZtVmyJ=n{%wAdtV{vqDvGmy2@l^5^PgcdSYV`@c+)iGg4fGa%qxUb&a{R9Z(kamjyQ6~{fdNLE))Tk2BBG0U)SBLJ~TgT%=YUGDF*M9%aUglRB8 z@yK?&2pTEjmy|6H$Rj!fv{g${uTW5fV;Hi!j?EY_NrDX;y@8RTOZjaE0V8~Qcw@6z zmxzq3rjjtw>{~lVMrn2xlB$ZLT@v1HC@HlZHcFn0Bx{B~j=fy?!4E$gSaKoA^K!gG zH_P6#dIF2^Gn|-Id(F8vUM!-9pL)W4_{SteIy^L7EF8V*B73(yrn#MORg2ycc5Lcg zEe70VQv9^bTHMIQBBL4_U)ypzjSayZzh(UXYW3DF@L4foCiA9BPlb#pw+5g;+j{)1 zTKn7ngn)nmkz8Fpc?|&6L`q3RCcacit&sh5a{ddt*SB!1Tj}2aP#3}dKdg)RFAf#_ zYZomL0-^*#p_E(@;9sQ>kbjjzK!E>I3UPl<+~1`Tcbxy_VQ}1cL%9A~262A^AG?f! z`@ci~UMBGi^Y=k?qQvZBJ_AVEx;&e1|KkNWe`IrbhJN&8&A5$CptCL)P_IXoio z$~QGcd`A{N@vkWI11$Je%u&h?c_O4VZw7F8Bi{CediPiy8iqb&ic0K$^X=OjwMC;? zUbIx)YRJPtNcz`=6OhKZ&vPu2!ceD8uey!sSpSAnl&yDML-9XBF(^`7D7w1!+tn z*otQp+Lq*NvY!e_i{K~lxA3+wYm$|N2}|>^i|Dr+KT)Telhk~A`)Qn8dcA)5du6&+ zQ%~(o?bkD{rgyG*u5Rvw?!4~w3m7K?jW2KPS{d4ckW9ZM6Pyk1TJ3o4_+@Sb)VS+> zZO{3dJgz+Sc)VB3Czl(#1lO(Br$4m`-V*e>M8-toMeauG@!XWRo4)J{fZ&7dnI&aa zvJLjfreiQL$ny4=b(#@D0{km|gYPnjT0a>=u0}R-qmsVroIFwatp7Rly+v^;+CVjq+Ev<~v#b8E&fwXSQ8=8@_f`T*dXs+H z-($fupNO=k2qF#+SFM@$DbH_od}~W7&!GT!e+fuE=NI8Yq*Cnn1g?Fdw@fG7pEg>X zKo`7O5E$<6pX)rN3)r?#U_XA!{29I%ETAIyP2GIg)1Bg=*?c7WA_=#G2Z4|xrJIOB zy`_8wf4&=MlaaYCVo-s$(QRDO-)vR6Y8fLY4MU=&A2j1vEW844z z%nR0HaJdm~310WGzsY$K`Sn~i_!};*L)Bk z8Vf$U9d3cQIMWUKraSvDHPtEM6IgM<_u@%?j-F_Idki$+C}s4HvLE$&0aH zV{*RFi4>?+o6fE6mdA5WstowL{&AUi-Q1+6s#PdA1h#M7%9$7?p)b>GXx*^$F^T5N zh?nd}13`Ttub4$wN@SY!)JpvxKJHaGC(yhH=S^;AS(7 zV+jl6uz?gih^*>@(--j#_dy@U>$-2BV4n&tnmf~)wBX?4;TKCkWm3hi+c)d-aC=6B z;TwVI;bwuOIr&<3G6x(^P=Ydq5!zwGGHN9JcsEk;Ttv_EO-B}s!)Ls$FqNJJOu2d! zYcqAX{e#)#C1>#-1=Wi}KMm)D|Q zA@-Au&ybCX?(sp0OS+`4VFW(@h?O`Vm956yr%jweTgzHwoct^@ZKhhquB!J9qH7mH z7^?$cK#}45QhO|9GHU8_Uk*9ui2@S^a!sR1psJR!JOQw6xoRhvfr+-*+(yd%^Khk| z>=P9^gCngr?5gUY5HL3OY*QNWjInlw!qL?yOgvondL3tHoM#H=0zuruRKAaKrNY zA+h4GLCBqiOAv#PAiK>c=ykKbnqF4m6>#JtB5He66wCLXH`6O!1)bFT7~ZsNuBigi z^~c=Q{>RcQQHfj#yCOB^@_tm zHwy_Iw^d(^d4j$f|hM3cPUoMzcot;Cys=pEIj`bsc zPEg5Di5wmv2Z$!-sOF3?IKD08w;A2c_7RDmAyA~yU+b+`;Umv7t$uXTGFq}*)G%d9 z{A$jg<$H*q)r%5!5}8QIbgH=1cY5=nk2?$DU(8y9znvvu$q^PKSgHRu5 zq4k*KZDQnfWWBq@GjnF zcdE~$zLPIznoJ`m2>RX?)k`m(+7pl8XBs$T=@QteG@kwaGZD)0MtZz3PhMs;gDIWy z$HF)&G(%?x6G>)Al5FfRGH5bu_$@nqHYm(qlaGU4=srQpQ zOA2pN$!+rxf3C8rpC~Zd38Ja%H~UdoPSnu5!q# zR?Zt7R=vXPRH&&Pt;ln1uD5ghFeo;Jqi!l?F|wRKA{&bd_oXI^mN@CqT2UEj$I|yE^OPs8rH~fzI3s@?EEZ;Z zERjniLpB|9q)-|kYfQtYjfXrQ)9MKOMKeC}tUcR^nU1@})hue}hTMMo*Xp-V-K0Ec zclg-%XtpgA`DhIFk{HZ}@TVsI+Hxej0b*fZD9rsiP6D$mtM`A)9}spo~X)6xUR zc+Vq{#~mD8lL!-pVs#OiFf%EzQV04tuw4||Ns)GP>^h?d<^|@<+N9MN-&?}tB!y{O zT5Va9APv7r500MKnqQm^V~RKSB@L5hkwSdOnMYu}ZpOq9Pcw^#6X7O3*S;B4$JUsn znVdnzAko7faim8ap&23dR04mq7W*b|<Dnk^{Qh-BjrvJ8=6gfwLXt}n|tN9G`Ft)PEi5v{K_a5IbMt1uH>AgiY$OXi${1GQYyqpN6{=J^kw5S=q>E^;~oaEdw|RzQML{Xq3|CXO5VMH&(8$n z;|4vQRRCiO(eP2ARzsDG!VNC zg$$wh)b-H!ne7ucY)92Vl)T=dlM0^Zm$s zuy_cw(Ccl>`T3CT*z9ZcydszF;Se!?lY8r{{=q;D{e6lG7R}p&S{B&m3lz0#)KN_# z>Amdf=%4&83FhVEydVTv(B%|x3jI1+Jb+AZ83MzO*z8Dy|E-4{>G>r5w^iRD-}EZv6rc7bn2%&maYRBb~an)b!RCJ!GTCMwhv#LBV5^ep%9C+ z*{SEQ28svwzBRtwaQziSc0U1yX1sp$*)3v^&k4$Quqi`{5W0@xoUu$OQsvujS|cg1 z)QW!Nmo1!u`nv`_SFT*VY{GGz6j#YlqnbpNsmc@d;AP|!b>kGCQUxR^N54Q&|FCc@ zH4z*{^;1T_Q6g$oAv!N%vYTr?H5)GFMB?+8Hu5d3#N>h0EtVH15;`afZxK$pkD6q? z8tPsGRcr8*UVg7nc(D&hA!;rr=Il%Pno6aB*2`a;j73gHNs20N2cO%lp`6p)#-ZTl zM=j*bx^>y1rfets`VyxkIfYxe8mR{2hp&tNI(khDaQ~t}o)N^&Bp`qc`~v_3?g5TJ z0pLBr`6s|}4}kszIPU@Qp8)6{;QA8)-vf|80j_%h`X>On2e|(PpudFvsRH;975>zL z>z59|Kb7G6r3CO#Ex7Kr(E0mw3!J~b`I0elHZV4DHu%@e4t1Fqf4%7df;s+mE*YPo zyS;&tm5DQ@p^2G=EkDD4QyT-Ng)u*a8dwG(V=roAZt=|1(L~8pR@unY%81*TK~Uh1 z%ivD339Gw-J*(-jS1eAHCQe5D)S`+nB&hER+>}~GUpmevfwsqoh=V$oE!gJTZ zN3%0f{vvU<;%88ok*9RFv$M9caHiy7<7NZ00y&>jnmQWTn7G+FT2TVoxESt+bTl^Q zQ52K-bHF=@pTXSO*`9};-ObI7&5e`I&e4n=$j!~o4&Y$t;9$L@V0H4abvAHkwRNIl z_><2<{cko~C$?WYu^HLfuv@6J1K9xVe+l~Qy`hDjE#*CIU})#!%+FxRZD0xjLjbH? zMt7qFfhGV}z}=4(3;=S?G008hWN%sGy;eUv_yKpCq^G+7uU6)7R(azY#$iz`V zQvL;{q`94w^B0g8Yj^+Qj3|Fvd;-j7)!A{~LkK$Nro4|9kgyH(URF zKX+d6r|tOeXn17oj4ez(#0;EG1ULXdAS(dG3glJ>KzYC*9`HTL1Gu}b-zbrPv5NkB z!T3L6{Wr>gW3_WszVjmic`=DUK}yy8my&n)3}oYA`*+qqDgXa8mw~;E%>UhBHa7Rm z;GT|0%+AQg#>Ce7x!C_u3j6<_rp88pt7-4zX#Hy)85^;iSex8y%-BOX&b zM;n8?!42%~tu2fUe(i?4bHBTJzq{yc;cRUp@JlCQYv(^Y))x07c&rU<&G;GIS&dCh z4P30983aTOoXr0)y|u-kbMT9Y{a@qU^^E?Qs6U2MGI988OaVDJTNB6M__rEvLzoPryqk^Bo?LKxtco6>E zw|f4HGmQTfikOhue=VIm8{DruMlqiIH3|R$xdBix=-2XO000>7$nMtle?y^sKgo>R zoDi;f+1ni{}TrWazKCM1wo-)59k0K_g^>t58N*~zvDPLxq!d(a&g>$JMK3e00eoU3l|sk z0S?Oj5C`G-O)ijw0|flt1{~ag`)|bkCyo;U{Ovw~oM6cPr-*-}k^k8iPAzTmr z0P--_0ihfZd>jOR@Ep98@lVg+hp_|*<$mbn-2dQf+~5c61N2~i@4OEL{y#$xD`PVw zGXsoz&>S5S_EugD(DAiR;7X(KMMLm`S~RZ z;5$bZ^gZ*^@)f{0N^> ssppaaccee ttaabb + || && ;; (( )) << >> ssppaaccee ttaabb nneewwlliinnee ccoonnttrrooll ooppeerraattoorr A _t_o_k_e_n that performs a control function. It is one of the fol- lowing symbols: - |||| && &&&& ;; ;;;; (( )) || ||&& <> + |||| && &&&& ;; ;;;; ;;&& ;;;;&& (( )) || ||&& <> 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 @@ -301,7 +306,7 @@ SSHHEELLLL GGRRAAMMMMAARR command to terminate in turn. The return status is the exit status of the last command executed. - AND and OR lists are sequences of one of more pipelines separated by + 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 @@ -314,7 +319,6 @@ SSHHEELLLL GGRRAAMMMMAARR _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 the last command executed in the list. @@ -365,7 +369,7 @@ SSHHEELLLL GGRRAAMMMMAARR of the operator is considered a pattern and matched according to the rules described below under PPaatttteerrnn MMaattcchhiinngg, as if the eexxtt-- gglloobb shell option were enabled. The == operator is equivalent to - ====. If the shell option nnooccaasseemmaattcchh is enabled, the match is + ====. If the nnooccaasseemmaattcchh shell option is enabled, the match is performed without regard to the case of alphabetic characters. The return value is 0 if the string matches (====) or does not match (!!==) the pattern, and 1 otherwise. Any part of the pat- @@ -378,7 +382,7 @@ SSHHEELLLL GGRRAAMMMMAARR sion and matched accordingly (as in _r_e_g_e_x(3)). The return value is 0 if the string matches the pattern, and 1 otherwise. If the regular expression is syntactically incorrect, the conditional - expression's return value is 2. If the shell option nnooccaasseemmaattcchh + expression's return value is 2. If the nnooccaasseemmaattcchh shell option is enabled, the match is performed without regard to the case of alphabetic characters. Any part of the pattern may be quoted to force the quoted portion to be matched as a string. Bracket @@ -452,21 +456,21 @@ SSHHEELLLL GGRRAAMMMMAARR each _p_a_t_t_e_r_n in turn, using the same matching rules as for path- name expansion (see PPaatthhnnaammee EExxppaannssiioonn below). The _w_o_r_d is expanded using tilde expansion, parameter and variable expan- - sion, arithmetic substitution, command substitution, process - substitution and quote removal. Each _p_a_t_t_e_r_n examined is - expanded using tilde expansion, parameter and variable expan- - sion, arithmetic substitution, command substitution, and process - substitution. If the shell option nnooccaasseemmaattcchh is enabled, the - match is performed without regard to the case of alphabetic - characters. When a match is found, the corresponding _l_i_s_t is - executed. If the ;;;; operator is used, no subsequent matches are - attempted after the first pattern match. Using ;;&& in place of - ;;;; causes execution to continue with the _l_i_s_t associated with - the next set of patterns. Using ;;;;&& in place of ;;;; causes the - shell to test the next pattern list in the statement, if any, - and execute any associated _l_i_s_t on a successful match. The exit - status is zero if no pattern matches. Otherwise, it is the exit - status of the last command executed in _l_i_s_t. + sion, arithmetic expansion, command substitution, process sub- + stitution and quote removal. Each _p_a_t_t_e_r_n examined is expanded + using tilde expansion, parameter and variable expansion, arith- + metic expansion, command substitution, and process substitution. + If the nnooccaasseemmaattcchh shell option is enabled, the match is per- + formed without regard to the case of alphabetic characters. + When a match is found, the corresponding _l_i_s_t is executed. If + the ;;;; operator is used, no subsequent matches are attempted + after the first pattern match. Using ;;&& in place of ;;;; causes + execution to continue with the _l_i_s_t associated with the next set + of patterns. Using ;;;;&& in place of ;;;; causes the shell to test + the next pattern list in the statement, if any, and execute any + associated _l_i_s_t on a successful match. The exit status is zero + if no pattern matches. Otherwise, it is the exit status of the + last command executed in _l_i_s_t. iiff _l_i_s_t; tthheenn _l_i_s_t; [ eelliiff _l_i_s_t; tthheenn _l_i_s_t; ] ... [ eellssee _l_i_s_t; ] ffii The iiff _l_i_s_t is executed. If its exit status is zero, the tthheenn @@ -482,7 +486,7 @@ SSHHEELLLL GGRRAAMMMMAARR The wwhhiillee command continuously executes the list _l_i_s_t_-_2 as long as the last command in the list _l_i_s_t_-_1 returns an exit status of zero. The uunnttiill command is identical to the wwhhiillee command, - except that the test is negated; _l_i_s_t_-_2 is executed as long as + except that the test is negated: _l_i_s_t_-_2 is executed as long as the last command in _l_i_s_t_-_1 returns a non-zero exit status. The exit status of the wwhhiillee and uunnttiill commands is the exit status of the last command executed in _l_i_s_t_-_2, or zero if none was exe- @@ -532,7 +536,9 @@ SSHHEELLLL GGRRAAMMMMAARR parentheses are optional. The _b_o_d_y of the function is the com- pound command _c_o_m_p_o_u_n_d_-_c_o_m_m_a_n_d (see CCoommppoouunndd CCoommmmaannddss above). That command is usually a _l_i_s_t of commands between { and }, but - may be any command listed under CCoommppoouunndd CCoommmmaannddss above. _c_o_m_- + may be any command listed under CCoommppoouunndd CCoommmmaannddss above, with + one exception: If the ffuunnccttiioonn reserved word is used, but the + parentheses are not supplied, the braces are required. _c_o_m_- _p_o_u_n_d_-_c_o_m_m_a_n_d is executed whenever _n_a_m_e is specified as the name of a simple command. When in _p_o_s_i_x _m_o_d_e, _n_a_m_e may not be the name of one of the POSIX _s_p_e_c_i_a_l _b_u_i_l_t_i_n_s. Any redirections @@ -580,13 +586,15 @@ QQUUOOTTIINNGG Enclosing characters in double quotes preserves the literal value of all characters within the quotes, with the exception of $$, ``, \\, and, - when history expansion is enabled, !!. The characters $$ and `` retain - their special meaning within double quotes. The backslash retains its - special meaning only when followed by one of the following characters: - $$, ``, "", \\, or <>. A double quote may be quoted within double - quotes by preceding it with a backslash. If enabled, history expansion - will be performed unless an !! appearing in double quotes is escaped - using a backslash. The backslash preceding the !! is not removed. + when history expansion is enabled, !!. When the shell is in _p_o_s_i_x _m_o_d_e, + the !! has no special meaning within double quotes, even when history + expansion is enabled. The characters $$ and `` retain their special + meaning within double quotes. The backslash retains its special mean- + ing only when followed by one of the following characters: $$, ``, "", \\, + or <>. A double quote may be quoted within double quotes by + preceding it with a backslash. If enabled, history expansion will be + performed unless an !! appearing in double quotes is escaped using a + backslash. The backslash preceding the !! is not removed. The special parameters ** and @@ have special meaning when in double quotes (see PPAARRAAMMEETTEERRSS below). @@ -607,6 +615,7 @@ QQUUOOTTIINNGG \\\\ backslash \\'' single quote \\"" double quote + \\?? question mark \\_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 @@ -631,61 +640,66 @@ PPAARRAAMMEETTEERRSS ber, or one of the special characters listed below under SSppeecciiaall PPaarraamm-- eetteerrss. A _v_a_r_i_a_b_l_e is a parameter denoted by a _n_a_m_e. A variable has a _v_a_l_u_e and zero or more _a_t_t_r_i_b_u_t_e_s. Attributes are assigned using the - ddeeccllaarree builtin command (see ddeeccllaarree below in SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS). + ddeeccllaarree builtin command (see ddeeccllaarree below in SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS). A parameter is set if it has been assigned a value. The null string is - a valid value. Once a variable is set, it may be unset only by using + 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 _n_a_m_e=[_v_a_l_u_e] - If _v_a_l_u_e is not given, the variable is assigned the null string. All - _v_a_l_u_e_s undergo tilde expansion, parameter and variable expansion, com- - mand substitution, arithmetic expansion, and quote removal (see EEXXPPAANN-- + If _v_a_l_u_e is not given, the variable is assigned the null string. All + _v_a_l_u_e_s undergo tilde expansion, parameter and variable expansion, com- + mand substitution, arithmetic expansion, and quote removal (see EEXXPPAANN-- SSIIOONN below). If the variable has its iinntteeggeerr attribute set, then _v_a_l_u_e is evaluated as an arithmetic expression even if the $((...)) expansion - is not used (see AArriitthhmmeettiicc EExxppaannssiioonn below). Word splitting is not - performed, with the exception of ""$$@@"" as explained below under SSppeecciiaall - PPaarraammeetteerrss. Pathname expansion is not performed. Assignment state- - ments may also appear as arguments to the aalliiaass, ddeeccllaarree, ttyyppeesseett, - eexxppoorrtt, rreeaaddoonnllyy, and llooccaall builtin commands. When in _p_o_s_i_x _m_o_d_e, - these builtins may appear in a command after one or more instances of - the ccoommmmaanndd builtin and retain these assignment statement properties. + is not used (see AArriitthhmmeettiicc EExxppaannssiioonn below). Word splitting is not + performed, with the exception of ""$$@@"" as explained below under SSppeecciiaall + PPaarraammeetteerrss. Pathname expansion is not performed. Assignment state- + ments may also appear as arguments to the aalliiaass, ddeeccllaarree, ttyyppeesseett, + eexxppoorrtt, rreeaaddoonnllyy, and llooccaall builtin commands (_d_e_c_l_a_r_a_t_i_o_n commands). + When in _p_o_s_i_x _m_o_d_e, these builtins may appear in a command after one or + more instances of 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 can be used to append to - or add to the variable's previous value. When += is applied to a vari- - able for which the _i_n_t_e_g_e_r attribute has been set, _v_a_l_u_e is evaluated - as an arithmetic expression and added to the variable's current value, - which is also evaluated. 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 variable's value. + or add to the variable's previous value. This includes arguments to + builtin commands such as ddeeccllaarree that accept assignment statements + (_d_e_c_l_a_r_a_t_i_o_n commands). When += is applied to a variable for which the + _i_n_t_e_g_e_r attribute has been set, _v_a_l_u_e is evaluated as an arithmetic + expression and added to the variable's current value, which is also + evaluated. 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 variable'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 or assigned to, 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 argument to the function. For - instance, if a variable name is passed to a shell function as its first - argument, running + the nameref variable is referenced, assigned to, unset, or has its + attributes 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 + shell function as its first argument, running declare -n ref=$1 - inside the function creates a nameref variable rreeff whose value is the + inside the function creates a nameref variable rreeff whose value is the variable name passed as the first argument. References and assignments - to rreeff are treated as references and assignments 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 will be established for each word in the list, in - turn, when the loop is executed. Array variables cannot be given the - --nn attribute. However, nameref variables can reference array variables + 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 will be established for each word in the list, in turn, + when the loop is executed. Array variables cannot be given the nnaammeerreeff + attribute. 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 @@ -715,66 +729,68 @@ PPAARRAAMMEETTEERRSS variable. That is, "$$**" is equivalent to "$$11_c$$22_c......", where _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. When + null, the parameters are joined without intervening separators. + @@ Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, each parameter expands to a separate word. That is, "$$@@" is equivalent to "$$11" - "$$22" ... If the double-quoted expansion occurs within a word, - the expansion of the first parameter is joined with the begin- - ning part of the original word, and the expansion of the last - parameter is joined with the last part of the original word. - When there are no positional parameters, "$$@@" and $$@@ expand to + "$$22" ... If the double-quoted expansion occurs within a word, + the expansion of the first parameter is joined with the begin- + ning part of the original word, and the expansion of the last + parameter is joined with the last part of the original word. + When there 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 fore- + ?? Expands to the exit status of the most recently executed fore- ground pipeline. - -- Expands to the current option flags as specified upon invoca- - tion, by the sseett builtin command, or those set by the shell + -- Expands to the current option flags as specified upon invoca- + tion, 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 current shell, not the sub- + $$ Expands to the process ID of the shell. In a () subshell, it + expands to the process ID of the current shell, not the sub- shell. - !! Expands to the process ID of the job most recently placed into - the background, whether executed as an asynchronous command or + !! 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 Expands to the name of the shell or shell script. This is set + 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 com- - mands, $$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, it is - set to the filename used to invoke bbaasshh, as given by argument + mands, $$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, it is + set to the filename used to invoke bbaasshh, as given by argument zero. - __ At shell startup, set to the absolute pathname used to invoke - the shell or shell script being executed as passed in the envi- - ronment or argument list. Subsequently, expands to the last - argument to the previous command, after expansion. Also set to - the full pathname used to invoke each command executed and + __ At shell startup, set to the absolute pathname used to invoke + the shell or shell script being executed as passed in the envi- + ronment or argument list. Subsequently, expands to the last + argument to the previous command, after expansion. Also set to + the full pathname used to invoke each command executed and placed in the environment exported to that command. When check- - ing mail, this parameter holds the name of the mail file cur- + ing mail, this parameter holds the name of the mail file cur- rently being checked. SShheellll VVaarriiaabblleess The following variables are set by the shell: - 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, each - shell option in the list will be enabled before reading any + appearing in BBAASSHHOOPPTTSS are those reported as _o_n by sshhoopptt. If + this variable is in the environment when bbaasshh starts up, each + shell option in the list will be enabled before reading any startup files. This variable is read-only. BBAASSHHPPIIDD - Expands to the process ID of the current bbaasshh process. This - differs from $$$$ under certain circumstances, such as subshells + Expands to the process ID of the current bbaasshh process. This + differs from $$$$ under certain circumstances, such as subshells that do not require bbaasshh to be re-initialized. BBAASSHH__AALLIIAASSEESS - An associative array variable whose members correspond to the - internal list of aliases as maintained by the aalliiaass builtin. - Elements added to this array appear in the alias list; unsetting - array elements cause aliases to be removed from the alias list. + An associative array variable whose members correspond to the + internal list of aliases as maintained by the aalliiaass builtin. + Elements added to this array appear in the alias list; however, + unsetting array elements currently does not cause aliases to be + removed from the alias list. If BBAASSHH__AALLIIAASSEESS is unset, it loses + its special properties, even if it is subsequently reset. BBAASSHH__AARRGGCC An array variable whose values are the number of parameters in each frame of the current bbaasshh execution call stack. The number @@ -797,8 +813,10 @@ PPAARRAAMMEETTEERRSS An associative array variable whose members correspond to the internal hash table of commands as maintained by the hhaasshh builtin. Elements added to this array appear in the hash table; - unsetting array elements cause commands to be removed from the - hash table. + however, unsetting array elements currently does not cause com- + mand names to be removed from the hash table. If BBAASSHH__CCMMDDSS is + unset, it loses its special properties, even if it is subse- + quently reset. BBAASSHH__CCOOMMMMAANNDD The command currently being executed or about to be executed, unless the shell is executing a command as the result of a trap, @@ -813,6 +831,10 @@ PPAARRAAMMEETTEERRSS ($${{BBAASSHH__SSOOUURRCCEE[[_$_i_+_1]]}}) where $${{FFUUNNCCNNAAMMEE[[_$_i]]}} was called (or $${{BBAASSHH__LLIINNEENNOO[[_$_i_-_1]]}} if referenced within another shell func- tion). Use LLIINNEENNOO to obtain the current line number. + BBAASSHH__LLOOAADDAABBLLEESS__PPAATTHH + A colon-separated list of directories in which the shell looks + for dynamically loadable builtins specified by the eennaabbllee com- + mand. BBAASSHH__RREEMMAATTCCHH An array variable whose members are assigned by the ==~~ binary operator to the [[[[ conditional command. The element with index @@ -834,8 +856,8 @@ PPAARRAAMMEETTEERRSS A readonly array variable whose members hold version information for this instance of bbaasshh. The values assigned to the array members are as follows: - BBAASSHH__VVEERRSSIINNFFOO[[0]] The major version number (the _r_e_l_e_a_s_e). - BBAASSHH__VVEERRSSIINNFFOO[[1]] The minor version number (the _v_e_r_s_i_o_n). + BBAASSHH__VVEERRSSIINNFFOO[[0]] The major version number (the _r_e_l_e_a_s_e). + BBAASSHH__VVEERRSSIINNFFOO[[1]] The minor version number (the _v_e_r_s_i_o_n). BBAASSHH__VVEERRSSIINNFFOO[[2]] The patch level. BBAASSHH__VVEERRSSIINNFFOO[[3]] The build version. BBAASSHH__VVEERRSSIINNFFOO[[4]] The release status (e.g., _b_e_t_a_1). @@ -853,17 +875,15 @@ PPAARRAAMMEETTEERRSS rent completion function. CCOOMMPP__LLIINNEE The current command line. This variable is available only in - shell functions and external commands invoked by the pro- - grammable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn - below). + shell functions and external commands invoked by the program- + mable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). CCOOMMPP__PPOOIINNTT - The index of the current cursor position relative to the begin- - ning of the current command. If the current cursor position is + The index of the current cursor position relative to the begin- + ning of the current command. If the current cursor position is at the end of the current command, the value of this variable is - equal to $${{##CCOOMMPP__LLIINNEE}}. This variable is available only in - shell functions and external commands invoked by the pro- - grammable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn - below). + equal to $${{##CCOOMMPP__LLIINNEE}}. This variable is available only in + shell functions and external commands invoked by the program- + mable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). CCOOMMPP__TTYYPPEE Set to an integer value corresponding to the type of completion attempted that caused a completion function to be called: _T_A_B, @@ -871,99 +891,98 @@ PPAARRAAMMEETTEERRSS sive tabs, _!, for listing alternatives on partial word comple- tion, _@, to list completions if the word is not unmodified, or _%, for menu completion. This variable is available only in - shell functions and external commands invoked by the pro- - grammable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn - below). + shell functions and external commands invoked by the program- + mable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). CCOOMMPP__WWOORRDDBBRREEAAKKSS - The set of characters that the rreeaaddlliinnee library treats as word - separators when performing word completion. If CCOOMMPP__WWOORRDDBBRREEAAKKSS - is unset, it loses its special properties, even if it is subse- + The set of characters that the rreeaaddlliinnee library treats as word + separators when performing word completion. If CCOOMMPP__WWOORRDDBBRREEAAKKSS + is unset, it loses its special properties, even if it is subse- quently reset. CCOOMMPP__WWOORRDDSS - An array variable (see AArrrraayyss below) consisting of the individ- - ual words in the current command line. The line is split into - words as rreeaaddlliinnee would split it, using CCOOMMPP__WWOORRDDBBRREEAAKKSS as + An array variable (see AArrrraayyss below) consisting of the individ- + ual words in the current command line. The line is split into + words as rreeaaddlliinnee would split it, using CCOOMMPP__WWOORRDDBBRREEAAKKSS as described above. This variable is available only in shell func- - tions invoked by the programmable completion facilities (see + tions invoked by the programmable completion facilities (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). - CCOOPPRROOCC An array variable (see AArrrraayyss below) created to hold the file - descriptors for output from and input to an unnamed coprocess + CCOOPPRROOCC An array variable (see AArrrraayyss below) created to hold the file + descriptors for output from and input to an unnamed coprocess (see CCoopprroocceesssseess above). DDIIRRSSTTAACCKK An array variable (see AArrrraayyss below) containing the current con- - tents of the directory stack. Directories appear in the stack - in the order they are displayed by the ddiirrss builtin. Assigning + tents of the directory stack. Directories appear in the stack + in the order they are displayed by the ddiirrss builtin. Assigning to members of this array variable may be used to modify directo- - ries already in the stack, but the ppuusshhdd and ppooppdd builtins must + ries already in the stack, but the ppuusshhdd and ppooppdd builtins must be used to add and remove directories. Assignment to this vari- - able will not change the current directory. If DDIIRRSSTTAACCKK is - unset, it loses its special properties, even if it is subse- + able will not change the current directory. If DDIIRRSSTTAACCKK is + unset, it loses its special properties, even if it is subse- quently reset. - EEUUIIDD Expands to the effective user ID of the current user, initial- + EEUUIIDD Expands to the effective user ID of the current user, initial- ized at shell startup. This variable is readonly. FFUUNNCCNNAAMMEE - An array variable containing the names of all shell functions + An array variable containing the names of all shell functions currently in the execution call stack. The element with index 0 is the name of any currently-executing shell function. The bot- - tom-most element (the one with the highest index) is "main". - This variable exists only when a shell function is executing. - Assignments to FFUUNNCCNNAAMMEE have no effect and return an error sta- - tus. If FFUUNNCCNNAAMMEE is unset, it loses its special properties, - even if it is subsequently reset. + tom-most element (the one with the highest index) is "main". + This variable exists only when a shell function is executing. + Assignments to FFUUNNCCNNAAMMEE have no effect. If FFUUNNCCNNAAMMEE is unset, + it loses its special properties, even if it is subsequently + reset. - This variable can be used with BBAASSHH__LLIINNEENNOO and BBAASSHH__SSOOUURRCCEE. - Each element of FFUUNNCCNNAAMMEE has corresponding elements in - BBAASSHH__LLIINNEENNOO and BBAASSHH__SSOOUURRCCEE to describe the call stack. For - instance, $${{FFUUNNCCNNAAMMEE[[_$_i]]}} was called from the file - $${{BBAASSHH__SSOOUURRCCEE[[_$_i_+_1]]}} at line number $${{BBAASSHH__LLIINNEENNOO[[_$_i]]}}. The + This variable can be used with BBAASSHH__LLIINNEENNOO and BBAASSHH__SSOOUURRCCEE. + Each element of FFUUNNCCNNAAMMEE has corresponding elements in + BBAASSHH__LLIINNEENNOO and BBAASSHH__SSOOUURRCCEE to describe the call stack. For + instance, $${{FFUUNNCCNNAAMMEE[[_$_i]]}} was called from the file + $${{BBAASSHH__SSOOUURRCCEE[[_$_i_+_1]]}} at line number $${{BBAASSHH__LLIINNEENNOO[[_$_i]]}}. The ccaalllleerr builtin displays the current call stack using this infor- mation. - GGRROOUUPPSS An array variable containing the list of groups of which the - current user is a member. Assignments to GGRROOUUPPSS have no effect - and return an error status. If GGRROOUUPPSS is unset, it loses its - special properties, even if it is subsequently reset. + GGRROOUUPPSS An array variable containing the list of groups of which the + current user is a member. Assignments to GGRROOUUPPSS have no effect. + If GGRROOUUPPSS is unset, it loses its special properties, even if it + is subsequently reset. HHIISSTTCCMMDD The history number, or index in the history list, of the current - command. If HHIISSTTCCMMDD is unset, it loses its special properties, + command. If HHIISSTTCCMMDD is unset, it loses its special properties, even if it is subsequently reset. HHOOSSTTNNAAMMEE Automatically set to the name of the current host. HHOOSSTTTTYYPPEE - Automatically set to a string that uniquely describes the type - of machine on which bbaasshh is executing. The default is system- + Automatically set to a string that uniquely describes the type + of machine on which bbaasshh is executing. The default is system- dependent. - LLIINNEENNOO Each time this parameter is referenced, the shell substitutes a - decimal number representing the current sequential line number - (starting with 1) within a script or function. When not in a - script or function, the value substituted is not guaranteed to + LLIINNEENNOO Each time this parameter is referenced, the shell substitutes a + decimal number representing the current sequential line number + (starting with 1) within a script or function. When not in a + script or function, the value substituted is not guaranteed to be meaningful. If LLIINNEENNOO is unset, it loses its special proper- ties, even if it is subsequently reset. MMAACCHHTTYYPPEE - Automatically set to a string that fully describes the system - type on which bbaasshh is executing, in the standard GNU _c_p_u_-_c_o_m_- + Automatically set to a string that fully describes the system + type on which bbaasshh is executing, in the standard GNU _c_p_u_-_c_o_m_- _p_a_n_y_-_s_y_s_t_e_m format. The default is system-dependent. MMAAPPFFIILLEE - An array variable (see AArrrraayyss below) created to hold the text + An array variable (see AArrrraayyss below) created to hold the text read by the mmaappffiillee builtin when no variable name is supplied. OOLLDDPPWWDD The previous working directory as set by the ccdd command. - OOPPTTAARRGG The value of the last option argument processed by the ggeettooppttss + OOPPTTAARRGG The value of the last option argument processed by the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOPPTTIINNDD The index of the next argument to be processed by the ggeettooppttss + OOPPTTIINNDD The index of the next argument to be processed by the ggeettooppttss builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - OOSSTTYYPPEE Automatically set to a string that describes the operating sys- - tem on which bbaasshh is executing. The default is system-depen- + OOSSTTYYPPEE Automatically set to a string that describes the operating sys- + tem on which bbaasshh is executing. The default is system-depen- dent. PPIIPPEESSTTAATTUUSS - An array variable (see AArrrraayyss below) containing a list of exit - status values from the processes in the most-recently-executed + An array variable (see AArrrraayyss below) containing a list of exit + status values from the processes in the most-recently-executed foreground pipeline (which may contain only a single command). - PPPPIIDD The process ID of the shell's parent. This variable is read- + PPPPIIDD The process ID of the shell's parent. This variable is read- only. PPWWDD The current working directory as set by the ccdd command. RRAANNDDOOMM Each time this parameter is referenced, a random integer between 0 and 32767 is generated. The sequence of random numbers may be initialized by assigning a value to RRAANNDDOOMM. If RRAANNDDOOMM is unset, - it loses its special properties, even if it is subsequently + it loses its special properties, even if it is subsequently reset. RREEAADDLLIINNEE__LLIINNEE The contents of the rreeaaddlliinnee line buffer, for use with "bind -x" @@ -971,86 +990,97 @@ PPAARRAAMMEETTEERRSS RREEAADDLLIINNEE__PPOOIINNTT The position of the insertion point in the rreeaaddlliinnee line buffer, for use with "bind -x" (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - RREEPPLLYY Set to the line of input read by the rreeaadd builtin command when + RREEPPLLYY Set to the line of input read by the rreeaadd builtin command when no arguments are supplied. SSEECCOONNDDSS - Each time this parameter is referenced, the number of seconds - since shell invocation is returned. If a value is assigned to - SSEECCOONNDDSS, the value returned upon subsequent references is the - number of seconds since the assignment plus the value assigned. + Each time this parameter is referenced, the number of seconds + since shell invocation is returned. If a value is assigned to + SSEECCOONNDDSS, the value returned upon subsequent references is the + number of seconds since the assignment plus the value assigned. If SSEECCOONNDDSS is unset, it loses its special properties, even if it is subsequently reset. SSHHEELLLLOOPPTTSS - A colon-separated list of enabled shell options. Each word in - the list is a valid argument for the --oo option to the sseett + A colon-separated list of enabled shell options. Each word in + the list is a valid argument for the --oo option to the sseett builtin command (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The options - appearing in SSHHEELLLLOOPPTTSS are those reported as _o_n by sseett --oo. If - this variable is in the environment when bbaasshh starts up, each - shell option in the list will be enabled before reading any + appearing in SSHHEELLLLOOPPTTSS are those reported as _o_n by sseett --oo. If + this variable is in the environment when bbaasshh starts up, each + shell option in the list will be enabled before reading any startup files. This variable is read-only. SSHHLLVVLL Incremented by one each time an instance of bbaasshh is started. UUIIDD Expands to the user ID of the current user, initialized at shell startup. This variable is readonly. - The following variables are used by the shell. In some cases, bbaasshh + The following variables are used by the shell. 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 - the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN - CCOOMMMMAANNDDSS for a description of the various compatibility levels - and their effects. The value may be a decimal number (e.g., - 4.2) or an integer (e.g., 42) corresponding to the desired com- - patibility level. If BBAASSHH__CCOOMMPPAATT is unset or set to the empty - string, the compatibility level is set to the default for the - current version. If BBAASSHH__CCOOMMPPAATT is set to a value that is not + The value is used to set the shell's compatibility level. See + the description of the sshhoopptt builtin below under SSHHEELLLL BBUUIILLTTIINN + CCOOMMMMAANNDDSS for a description of the various compatibility levels + and their effects. The value may be a decimal number (e.g., + 4.2) or an integer (e.g., 42) corresponding to the desired com- + patibility level. If BBAASSHH__CCOOMMPPAATT is unset or set to the empty + string, the compatibility level is set to the default for the + current version. If BBAASSHH__CCOOMMPPAATT is set to a value that is not one of the valid compatibility levels, the shell prints an error - message and sets the compatibility level to the default for the - current version. The valid compatibility levels correspond to - the compatibility options accepted by the sshhoopptt builtin + message and sets the compatibility level to the default for the + current version. The valid compatibility levels correspond to + the compatibility options accepted by the sshhoopptt builtin described below (for example, ccoommppaatt4422 means that 4.2 and 42 are valid values). The current version is also a valid value. BBAASSHH__EENNVV - If this parameter is set when bbaasshh is executing a shell script, - its value is interpreted as a filename containing commands to + If this parameter is set when bbaasshh is executing a shell script, + its value is interpreted as a filename containing commands to initialize the shell, as in _~_/_._b_a_s_h_r_c. The value of BBAASSHH__EENNVV is - subjected to parameter expansion, command substitution, and - arithmetic expansion before being interpreted as a filename. + subjected to parameter expansion, command substitution, and + arithmetic expansion before being interpreted as a filename. PPAATTHH is not used to search for the resultant filename. BBAASSHH__XXTTRRAACCEEFFDD - If set to an integer corresponding to a valid file descriptor, - bbaasshh will write the trace output generated when _s_e_t _-_x is - enabled to that file descriptor. The file descriptor is closed - when BBAASSHH__XXTTRRAACCEEFFDD is unset or assigned a new value. Unsetting - BBAASSHH__XXTTRRAACCEEFFDD or assigning it the empty string causes the trace - output to be sent to the standard error. Note that setting + If set to an integer corresponding to a valid file descriptor, + bbaasshh will write the trace output generated when _s_e_t _-_x is + enabled to that file descriptor. The file descriptor is closed + when BBAASSHH__XXTTRRAACCEEFFDD is unset or assigned a new value. Unsetting + BBAASSHH__XXTTRRAACCEEFFDD or assigning it the empty string causes the trace + output to be sent to the standard error. Note that setting BBAASSHH__XXTTRRAACCEEFFDD to 2 (the standard error file descriptor) and then unsetting it will result in the standard error being closed. - CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated - list of directories in which the shell looks for destination - directories specified by the ccdd command. A sample value is + CCDDPPAATTHH The search path for the ccdd command. This is a colon-separated + list of directories in which the shell looks for destination + directories specified by the ccdd command. A sample value is ".:~:/usr". CCHHIILLDD__MMAAXX - Set the number of exited child status values for the shell to - remember. Bash will not allow this value to be decreased below - a POSIX-mandated minimum, and there is a maximum value (cur- - rently 8192) that this may not exceed. The minimum value is + Set the number of exited child status values for the shell to + remember. Bash will not allow this value to be decreased below + a POSIX-mandated minimum, and there is a maximum value (cur- + rently 8192) that this may not exceed. The minimum value is system-dependent. CCOOLLUUMMNNSS - Used by the sseelleecctt compound command to determine the terminal - width when printing selection lists. Automatically set if the - cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon + Used by the sseelleecctt compound command to determine the terminal + width when printing selection lists. Automatically set if the + cchheecckkwwiinnssiizzee option is enabled or in an interactive shell upon receipt of a SSIIGGWWIINNCCHH. CCOOMMPPRREEPPLLYY An array variable from which bbaasshh reads the possible completions - generated by a shell function invoked by the programmable com- - pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each + generated by a shell function invoked by the programmable com- + pletion facility (see PPrrooggrraammmmaabbllee CCoommpplleettiioonn below). Each array element contains one possible completion. - EEMMAACCSS If bbaasshh finds this variable in the environment when the shell - starts with value "t", it assumes that the shell is running in + EEMMAACCSS If bbaasshh finds this variable in the environment when the shell + starts with value "t", it assumes that the shell is running in an Emacs shell buffer and disables line editing. - EENNVV Similar to BBAASSHH__EENNVV; used when the shell is invoked in POSIX + EENNVV Similar to BBAASSHH__EENNVV; used when the shell is invoked in POSIX mode. + EEXXEECCIIGGNNOORREE + A colon-separated list of shell patterns (see PPaatttteerrnn MMaattcchhiinngg) + defining the list of filenames to be ignored by command search + using PPAATTHH. Files whose full pathnames match one of these pat- + terns are not considered executable files for the purposes of + 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 + 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 @@ -1106,69 +1136,73 @@ PPAARRAAMMEETTEERRSS may be escaped using a backslash; the backslash is removed before attempting a match. The second and subsequent lines of a multi-line compound command are not tested, and are added to the - history regardless of the value of HHIISSTTIIGGNNOORREE. + history regardless of the value of HHIISSTTIIGGNNOORREE. The pattern + matching honors the setting of the eexxttgglloobb shell option. HHIISSTTSSIIZZEE - The number of commands to remember in the command history (see - HHIISSTTOORRYY below). If the value is 0, commands are not saved in + The number of commands to remember in the command history (see + HHIISSTTOORRYY below). If the value is 0, commands are not saved in the history list. Numeric values less than zero result in every - command being saved on the history list (there is no limit). - The shell sets the default value to 500 after reading any + command being saved on the history list (there is no limit). + The shell sets the default value to 500 after reading any startup files. HHIISSTTTTIIMMEEFFOORRMMAATT - If this variable is set and not null, its value is used as a + If this variable is set and not null, its value is used as a format string for _s_t_r_f_t_i_m_e(3) to print the time stamp associated - with each history entry displayed by the hhiissttoorryy builtin. If - this variable is set, time stamps are written to the history - file so they may be preserved across shell sessions. This uses - the history comment character to distinguish timestamps from + with each history entry displayed by the hhiissttoorryy builtin. If + this variable is set, time stamps are written to the history + file so they may be preserved across shell sessions. This uses + the history comment character to distinguish timestamps from other history lines. HHOOMMEE The home directory of the current user; the default argument for the ccdd builtin command. The value of this variable is also used when performing tilde expansion. HHOOSSTTFFIILLEE - Contains the name of a file in the same format as _/_e_t_c_/_h_o_s_t_s + Contains the name of a file in the same format as _/_e_t_c_/_h_o_s_t_s that should be read when the shell needs to complete a hostname. - The list of possible hostname completions may be changed while - the shell is running; the next time hostname completion is - attempted after the value is changed, bbaasshh adds the contents of - the new file to the existing list. If HHOOSSTTFFIILLEE is set, but has - no value, or does not name a readable file, bbaasshh attempts to - read _/_e_t_c_/_h_o_s_t_s to obtain the list of possible hostname comple- + The list of possible hostname completions may be changed while + the shell is running; the next time hostname completion is + attempted after the value is changed, bbaasshh adds the contents of + the new file to the existing list. If HHOOSSTTFFIILLEE is set, but has + no value, or does not name a readable file, bbaasshh attempts to + read _/_e_t_c_/_h_o_s_t_s to obtain the list of possible hostname comple- tions. When HHOOSSTTFFIILLEE is unset, the hostname list is cleared. - IIFFSS The _I_n_t_e_r_n_a_l _F_i_e_l_d _S_e_p_a_r_a_t_o_r that is used for word splitting - after expansion and to split lines into words with the rreeaadd + 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 + after expansion and to split lines into words with the rreeaadd builtin command. The default value is ``''. IIGGNNOORREEEEOOFF Controls the action of an interactive shell on receipt of an EEOOFF character as the sole input. If set, the value is the number of - consecutive EEOOFF characters which must be typed as the first - characters on an input line before bbaasshh exits. If the variable - exists but does not have a numeric value, or has no value, the - default value is 10. If it does not exist, EEOOFF signifies the + consecutive EEOOFF characters which must be typed as the first + characters on an input line before bbaasshh exits. If the variable + exists but does not have a numeric value, or has no value, the + default value is 10. If it does not exist, EEOOFF signifies the end of input to the shell. IINNPPUUTTRRCC - The filename for the rreeaaddlliinnee startup file, overriding the + The filename for the rreeaaddlliinnee startup file, overriding the default of _~_/_._i_n_p_u_t_r_c (see RREEAADDLLIINNEE below). - 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 + 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 sequences 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 + 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 @@ -1186,14 +1220,15 @@ PPAARRAAMMEETTEERRSS MMAAIILLPPAATTHH A colon-separated list of filenames to be checked for mail. The message to be printed when mail arrives in a particular file may - be specified by separating the filename from the message with a - `?'. When used in the text of the message, $$__ expands to the + be specified by separating the filename from the message with a + `?'. When used in the text of the message, $$__ expands to the name of the current mailfile. Example: MMAAIILLPPAATTHH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has mail!"' - BBaasshh supplies a default value for this variable, but the loca- - tion of the user mail files that it uses is system dependent - (e.g., /var/mail/$$UUSSEERR). + 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 @@ -1204,7 +1239,7 @@ PPAARRAAMMEETTEERRSS 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 - set by the administrator who installs bbaasshh. A common value is + set by the administrator who installs bbaasshh. A common value is ``/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 @@ -1220,6 +1255,9 @@ PPAARRAAMMEETTEERRSS number of trailing directory components to retain when expanding 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 + 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 ``\\ss--\\vv\\$$ ''. @@ -1310,9 +1348,9 @@ PPAARRAAMMEETTEERRSS explicitly declare an array. There is no maximum limit on the size of an array, nor any requirement that members be indexed or assigned con- tiguously. Indexed arrays are referenced using integers (including - arithmetic expressions) and are zero-based; associative arrays are - referenced using arbitrary strings. Unless otherwise noted, indexed - array indices must be non-negative integers. + arithmetic expressions) and are zero-based; associative arrays are ref- + erenced using arbitrary strings. Unless otherwise noted, indexed array + indices must be non-negative integers. An indexed array is created automatically if any variable is assigned 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 @@ -1324,48 +1362,51 @@ PPAARRAAMMEETTEERRSS 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. + rreeaaddoonnllyy builtins. Each attribute applies to all members of an array. - Arrays are assigned to using compound assignments of the form - _n_a_m_e=((value_1 ... value_n)), where each _v_a_l_u_e is of the form [_s_u_b_- - _s_c_r_i_p_t]=_s_t_r_i_n_g. Indexed array assignments do not require anything but + Arrays are assigned to using compound assignments of the form + _n_a_m_e=((value_1 ... value_n)), where each _v_a_l_u_e is of the form [_s_u_b_- + _s_c_r_i_p_t]=_s_t_r_i_n_g. Indexed array assignments do not require anything but _s_t_r_i_n_g. When assigning to indexed arrays, if the optional brackets and - subscript are supplied, that index is assigned to; otherwise the index - of the element assigned is the last index assigned to by the statement + subscript are supplied, that index is assigned to; otherwise the index + of the element assigned is the last index assigned to by the statement plus one. Indexing starts at zero. When assigning to an associative array, the subscript is required. - This syntax is also accepted by the ddeeccllaarree builtin. Individual array - elements may be assigned to using the _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e syntax - introduced above. When assigning to an indexed array, if _n_a_m_e is sub- - scripted by a negative number, that number is interpreted as relative - to one greater than the maximum index of _n_a_m_e, so negative indices + This syntax is also accepted by the ddeeccllaarree builtin. Individual array + elements may be assigned to using the _n_a_m_e[_s_u_b_s_c_r_i_p_t]=_v_a_l_u_e syntax + introduced above. When assigning to an indexed array, if _n_a_m_e is sub- + scripted by a negative number, that number is interpreted as relative + to one greater than 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. - Any element of an array may be referenced using ${_n_a_m_e[_s_u_b_s_c_r_i_p_t]}. + Any element of an array may be 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. These - subscripts differ only when the word appears within double quotes. If + _s_u_b_s_c_r_i_p_t is @@ or **, the word expands to all members of _n_a_m_e. These + subscripts differ only when the word appears within double quotes. If the word is double-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 + value of each array member separated by the first character of the IIFFSS special variable, and ${_n_a_m_e[@]} expands each element of _n_a_m_e to a sep- - arate 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 original word, and the expansion of the last parameter is joined - with the last part of the original word. This is analogous to the - expansion of the special parameters ** and @@ (see SSppeecciiaall 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 _s_u_b_s_c_r_i_p_t is ** or @@, the expansion is the number of ele- - ments in the array. Referencing an array variable without a subscript - is equivalent to referencing the array with a subscript of 0. If the - _s_u_b_s_c_r_i_p_t used to reference an element of an indexed array evaluates 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 ele- - ment. + arate 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 original word, and the expansion of the last parameter is joined + with the last part of the original word. This is analogous to the + expansion of the special parameters ** and @@ (see SSppeecciiaall 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 _s_u_b_s_c_r_i_p_t is ** or @@, the expansion is the number of ele- + ments in the array. If the _s_u_b_s_c_r_i_p_t used to reference an element of + an indexed array evaluates to a number less than zero, it is inter- + preted 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 + using a valid subscript is legal, and bbaasshh will create an array if nec- + essary. An array variable is considered set if a subscript has been assigned a value. The null string is a valid value. @@ -1405,6 +1446,10 @@ EEXXPPAANNSSIIOONN tilde, parameter, variable, and arithmetic expansion and command sub- stitution. + After these expansions are performed, quote characters present in the + original word are removed unless they have been quoted themselves + (_q_u_o_t_e _r_e_m_o_v_a_l). + Only brace expansion, word splitting, and pathname expansion can change the number of words of the expansion; other expansions expand a single word to a single word. The only exceptions to this are the expansions @@ -1517,15 +1562,17 @@ EEXXPPAANNSSIIOONN parameter as described above PPAARRAAMMEETTEERRSS) or an array reference (AArrrraayyss). - If the first character of _p_a_r_a_m_e_t_e_r is an exclamation point (!!), it - introduces a level of variable indirection. BBaasshh uses the value of the - variable formed from the rest of _p_a_r_a_m_e_t_e_r as the name of the variable; - this variable is then expanded and that value is used in the rest of - the substitution, rather than the value of _p_a_r_a_m_e_t_e_r itself. This is - known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. The exceptions to this are the expansions - of ${!!_p_r_e_f_i_x**} and ${!!_n_a_m_e[_@]} described below. The exclamation point - must immediately follow the left brace in order to introduce indirec- - tion. + If the first character of _p_a_r_a_m_e_t_e_r is an exclamation point (!!), and + _p_a_r_a_m_e_t_e_r is not a _n_a_m_e_r_e_f, it introduces a level of variable indirec- + tion. BBaasshh uses the value of the variable formed from the rest of + _p_a_r_a_m_e_t_e_r as the name of the variable; this variable is then expanded + and that value is used in the rest of the substitution, rather than the + value of _p_a_r_a_m_e_t_e_r itself. This is known as _i_n_d_i_r_e_c_t _e_x_p_a_n_s_i_o_n. If + _p_a_r_a_m_e_t_e_r is a nameref, this expands to the name of the variable refer- + enced by _p_a_r_a_m_e_t_e_r instead of performing the complete indirect expan- + sion. The exceptions to this are the expansions of ${!!_p_r_e_f_i_x**} and + ${!!_n_a_m_e[_@]} described below. The exclamation point must immediately + follow the left brace in order to introduce indirection. In each of the cases below, _w_o_r_d is subject to tilde expansion, parame- ter expansion, command substitution, and arithmetic expansion. @@ -1661,12 +1708,14 @@ EEXXPPAANNSSIIOONN ning of the expanded value of _p_a_r_a_m_e_t_e_r. If _p_a_t_t_e_r_n begins with %%, it must match at the end of the expanded value of _p_a_r_a_m_e_t_e_r. If _s_t_r_i_n_g is null, matches of _p_a_t_t_e_r_n are deleted and the // fol- - lowing _p_a_t_t_e_r_n may be omitted. If _p_a_r_a_m_e_t_e_r is @@ or **, the sub- - stitution 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 substitution - operation is applied to each member of the array in turn, and - the expansion is the resultant list. + lowing _p_a_t_t_e_r_n may be omitted. If the nnooccaasseemmaattcchh shell option + is enabled, the match is performed without regard to the case of + alphabetic characters. If _p_a_r_a_m_e_t_e_r is @@ or **, the substitution + 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 substitution 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} ${_p_a_r_a_m_e_t_e_r^^^^_p_a_t_t_e_r_n} @@ -1691,6 +1740,35 @@ EEXXPPAANNSSIIOONN to each member of the array in turn, and the expansion is the resultant list. + ${_p_a_r_a_m_e_t_e_r@@_o_p_e_r_a_t_o_r} + PPaarraammeetteerr ttrraannssffoorrmmaattiioonn. The expansion is either a transforma- + tion of the value of _p_a_r_a_m_e_t_e_r or information about _p_a_r_a_m_e_t_e_r + itself, depending on the value of _o_p_e_r_a_t_o_r. Each _o_p_e_r_a_t_o_r is a + single letter: + + QQ The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + quoted in a format that can be reused as input. + EE The expansion is a string that is the value of _p_a_r_a_m_e_t_e_r + with backslash escape sequences expanded as with the + $$''......'' quoting mechansim. + PP The expansion is a string that is the result of expanding + the value of _p_a_r_a_m_e_t_e_r as if it were a prompt string (see + PPRROOMMPPTTIINNGG below). + AA The expansion is a string in the form of an assignment + statement or ddeeccllaarree command that, if evaluated, will + recreate _p_a_r_a_m_e_t_e_r with its attributes and value. + aa The expansion is a string consisting of flag values rep- + resenting _p_a_r_a_m_e_t_e_r's attributes. + + If _p_a_r_a_m_e_t_e_r is @@ or **, the operation is applied to each posi- + tional parameter in turn, and the expansion is the resultant + list. If _p_a_r_a_m_e_t_e_r is an array variable subscripted with @@ or + **, the case modification operation is applied to each member of + the array in turn, and the expansion is the resultant list. + + The result of the expansion is subject to word splitting and + pathname expansion as described below. + CCoommmmaanndd SSuubbssttiittuuttiioonn _C_o_m_m_a_n_d _s_u_b_s_t_i_t_u_t_i_o_n allows the output of a command to replace the com- mand name. There are two forms: @@ -1699,51 +1777,53 @@ EEXXPPAANNSSIIOONN or ``_c_o_m_m_a_n_d`` - BBaasshh performs the expansion by executing _c_o_m_m_a_n_d and replacing the com- - mand substitution with the standard output of the command, with any - trailing newlines deleted. Embedded newlines are not deleted, but they - may be removed during word splitting. The command substitution $$((ccaatt - _f_i_l_e)) can be replaced by the equivalent but faster $$((<< _f_i_l_e)). + BBaasshh performs the expansion by executing _c_o_m_m_a_n_d in a subshell environ- + ment and replacing the command substitution with the standard output of + the command, with any trailing newlines deleted. Embedded newlines are + not deleted, but they may be removed during word splitting. The com- + mand substitution $$((ccaatt _f_i_l_e)) can be replaced by the equivalent but + faster $$((<< _f_i_l_e)). - When the old-style backquote form of substitution is used, backslash - retains its literal meaning except when followed by $$, ``, or \\. The + When the old-style backquote form of substitution is used, backslash + retains its literal meaning except when followed by $$, ``, or \\. The first backquote not preceded by a backslash terminates the command sub- - stitution. When using the $(_c_o_m_m_a_n_d) form, all characters between the + stitution. When using the $(_c_o_m_m_a_n_d) form, all characters between the parentheses make up the command; none are treated specially. Command substitutions may be nested. To nest when using the backquoted form, escape the inner backquotes with backslashes. - If the substitution appears within double quotes, word splitting and + If the substitution appears within double quotes, word splitting and pathname expansion are not performed on the results. AArriitthhmmeettiicc EExxppaannssiioonn - Arithmetic expansion allows the evaluation of an arithmetic expression - and the substitution of the result. The format for arithmetic expan- + Arithmetic expansion allows the evaluation of an arithmetic expression + and the substitution of the result. The format for arithmetic expan- sion is: $$((((_e_x_p_r_e_s_s_i_o_n)))) - The _e_x_p_r_e_s_s_i_o_n is treated as if it were within double quotes, but a - double quote inside the parentheses is not treated specially. All + The _e_x_p_r_e_s_s_i_o_n is treated as if it were within double quotes, but a + double quote inside the parentheses is not treated specially. All tokens in the expression undergo parameter and variable expansion, com- - mand substitution, and quote removal. The result is treated as the - arithmetic expression to be evaluated. Arithmetic expansions may be + mand substitution, and quote removal. The result is treated as the + arithmetic expression to be evaluated. Arithmetic expansions may be nested. - The evaluation is performed according to the rules listed below under + The evaluation is performed according to the rules listed below under AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN. If _e_x_p_r_e_s_s_i_o_n is invalid, bbaasshh prints a message indicating failure and no substitution occurs. PPrroocceessss SSuubbssttiittuuttiioonn - _P_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n is supported on systems that support named pipes - (_F_I_F_O_s) or the //ddeevv//ffdd method of naming open files. It takes the form - of <<((_l_i_s_t)) or >>((_l_i_s_t)). The process _l_i_s_t is run with its input or out- - put connected to a _F_I_F_O or some file in //ddeevv//ffdd. The name of this file - is passed as an argument to the current command as the result of the - expansion. If the >>((_l_i_s_t)) form is used, writing to the file will pro- - vide input for _l_i_s_t. If the <<((_l_i_s_t)) form is used, the file passed as - an argument should be read to obtain the output of _l_i_s_t. + _P_r_o_c_e_s_s _s_u_b_s_t_i_t_u_t_i_o_n allows a process's input or output to be referred + to using a filename. It takes the form of <<((_l_i_s_t)) or >>((_l_i_s_t)). The + process _l_i_s_t is run asynchronously, and its input or output appears as + a filename. This filename is passed as an argument to the current com- + mand as the result of the expansion. If the >>((_l_i_s_t)) form is used, + writing to the file will provide input for _l_i_s_t. If the <<((_l_i_s_t)) form + is used, the file passed as an argument should be read to obtain the + output of _l_i_s_t. Process substitution is supported on systems that sup- + port named pipes (_F_I_F_O_s) or the //ddeevv//ffdd method of naming open files. When available, process substitution is performed simultaneously with parameter and variable expansion, command substitution, and arithmetic @@ -1761,18 +1841,22 @@ EEXXPPAANNSSIIOONN and <> at the beginning and end of the results of the previous expansions are ignored, and any sequence of IIFFSS characters not at the beginning or end serves to delimit words. If IIFFSS has a value other - than the default, then sequences of the whitespace characters ssppaaccee and - ttaabb are ignored at the beginning and end of the word, as long as the - whitespace character is in the value of IIFFSS (an IIFFSS whitespace charac- - ter). Any character in IIFFSS that is not IIFFSS whitespace, along with any - adjacent IIFFSS whitespace characters, delimits a field. A sequence of - IIFFSS whitespace characters is also treated as a delimiter. If the value - of IIFFSS is null, no word splitting occurs. - - Explicit null arguments ("""" or '''') are retained. Unquoted implicit - null arguments, resulting from the expansion of parameters that have no - values, are removed. If a parameter with no value is expanded within - double quotes, a null argument results and is retained. + than the default, then sequences of the whitespace characters ssppaaccee, + ttaabb, and nneewwlliinnee are ignored at the beginning and end of the word, as + long as the whitespace character is in the value of IIFFSS (an IIFFSS white- + space character). Any character in IIFFSS that is not IIFFSS whitespace, + along with any adjacent IIFFSS whitespace characters, delimits a field. A + sequence of IIFFSS whitespace characters is also treated as a delimiter. + If the value of IIFFSS is null, no word splitting occurs. + + Explicit null arguments ("""" or '''') are retained and passed to commands + as empty strings. Unquoted implicit null arguments, resulting from the + expansion of parameters that have no values, are removed. If a parame- + ter with no value is expanded within double quotes, a null argument + results and is retained and passed to a command as an empty string. + When a quoted null argument appears as part of a word whose expansion + is non-null, the null argument is removed. That is, the word -d'' + becomes -d after word splitting and null argument removal. Note that if no expansion occurs, no splitting is performed. @@ -1799,68 +1883,71 @@ EEXXPPAANNSSIIOONN The GGLLOOBBIIGGNNOORREE shell variable may be used to restrict the set of file- names matching a _p_a_t_t_e_r_n. If GGLLOOBBIIGGNNOORREE is set, each matching filename that also matches one of the patterns in GGLLOOBBIIGGNNOORREE is removed from the - list of matches. The filenames ````..'''' and ````....'''' are always ignored - when GGLLOOBBIIGGNNOORREE is set and not null. However, setting GGLLOOBBIIGGNNOORREE to a - non-null value has the effect of enabling the ddoottgglloobb shell option, so - all other filenames beginning with a ````..'''' will match. To get the old - behavior of ignoring filenames beginning with a ````..'''', make ````..**'''' one - of the patterns in GGLLOOBBIIGGNNOORREE. The ddoottgglloobb option is disabled when - GGLLOOBBIIGGNNOORREE is unset. + list of matches. If the nnooccaasseegglloobb option is set, the matching against + the patterns in GGLLOOBBIIGGNNOORREE is performed without regard to case. The + filenames ````..'''' and ````....'''' are always ignored when GGLLOOBBIIGGNNOORREE is set + and not null. However, setting GGLLOOBBIIGGNNOORREE to a non-null value has the + effect of enabling the ddoottgglloobb shell option, so all other filenames + beginning with a ````..'''' will match. To get the old behavior of ignor- + ing filenames beginning with a ````..'''', make ````..**'''' one of the patterns + in GGLLOOBBIIGGNNOORREE. The ddoottgglloobb option is disabled when GGLLOOBBIIGGNNOORREE is + unset. The pattern matching honors the setting of the eexxttgglloobb shell + option. PPaatttteerrnn MMaattcchhiinngg Any character that appears in a pattern, other than the special pattern - characters described below, matches itself. The NUL character may not - occur in a pattern. A backslash escapes the following character; the - escaping backslash is discarded when matching. The special pattern + characters described below, matches itself. The NUL character may not + occur in a pattern. A backslash escapes the following character; the + escaping backslash is discarded when matching. The special pattern characters must be quoted if they are to be matched literally. The special pattern characters have the following meanings: - ** Matches any string, including the null string. When the - gglloobbssttaarr shell option is enabled, and ** is used in a - pathname expansion context, two adjacent **s used as a - single pattern will match all files and zero or more - directories and subdirectories. If followed by a //, two - adjacent **s will match only directories and subdirecto- + ** Matches any string, including the null string. When the + gglloobbssttaarr shell option is enabled, and ** is used in a + pathname expansion context, two adjacent **s used as a + single pattern will match all files and zero or more + directories and subdirectories. If followed by a //, two + adjacent **s will match only directories and subdirecto- ries. ?? Matches any single character. - [[......]] Matches any one of the enclosed characters. A pair of - characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- - _s_i_o_n; any character that falls between those two charac- - ters, inclusive, using the current locale's collating - sequence and character set, is matched. If the first + [[......]] Matches any one of the enclosed characters. A pair of + characters separated by a hyphen denotes a _r_a_n_g_e _e_x_p_r_e_s_- + _s_i_o_n; any character that falls between those two charac- + ters, inclusive, using the current locale's collating + sequence and character set, is matched. If the first character following the [[ is a !! or a ^^ then any charac- - ter not enclosed is matched. The sorting order of char- - acters in range expressions is determined by the current - locale and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell + ter not enclosed is matched. The sorting order of char- + acters in range expressions is determined by the current + locale and the values of the LLCC__CCOOLLLLAATTEE or LLCC__AALLLL shell variables, if set. To obtain the traditional interpreta- - tion of range expressions, where [[aa--dd]] is equivalent to - [[aabbccdd]], set value of the LLCC__AALLLL shell variable to CC, or - enable the gglloobbaasscciiiirraannggeess shell option. A -- may be + tion of range expressions, where [[aa--dd]] is equivalent to + [[aabbccdd]], set value of the LLCC__AALLLL shell variable to CC, or + enable the gglloobbaasscciiiirraannggeess shell option. A -- may be matched by including it as the first or last character in the set. A ]] may be matched by including it as the first character in the set. - Within [[ and ]], _c_h_a_r_a_c_t_e_r _c_l_a_s_s_e_s can be specified using + Within [[ and ]], _c_h_a_r_a_c_t_e_r _c_l_a_s_s_e_s can be specified using the syntax [[::_c_l_a_s_s::]], where _c_l_a_s_s is one of the following classes defined in the POSIX standard: - aallnnuumm aallpphhaa aasscciiii bbllaannkk ccnnttrrll ddiiggiitt ggrraapphh lloowweerr pprriinntt + aallnnuumm aallpphhaa aasscciiii bbllaannkk ccnnttrrll ddiiggiitt ggrraapphh lloowweerr pprriinntt ppuunncctt ssppaaccee uuppppeerr wwoorrdd xxddiiggiitt A character class matches any character belonging to that class. The wwoorrdd character class matches letters, digits, and the character _. - Within [[ and ]], an _e_q_u_i_v_a_l_e_n_c_e _c_l_a_s_s can be specified + Within [[ and ]], an _e_q_u_i_v_a_l_e_n_c_e _c_l_a_s_s can be specified using the syntax [[==_c==]], which matches all characters with - the same collation weight (as defined by the current + the same collation weight (as defined by the current locale) as the character _c. Within [[ and ]], the syntax [[.._s_y_m_b_o_l..]] matches the collat- ing symbol _s_y_m_b_o_l. If the eexxttgglloobb shell option is enabled using the sshhoopptt builtin, several - extended pattern matching operators are recognized. In the following + extended pattern matching operators are recognized. In the following description, a _p_a_t_t_e_r_n_-_l_i_s_t is a list of one or more patterns separated by a ||. Composite patterns may be formed using one or more of the fol- lowing sub-patterns: @@ -1878,37 +1965,37 @@ EEXXPPAANNSSIIOONN QQuuoottee RReemmoovvaall After the preceding expansions, all unquoted occurrences of the charac- - ters \\, '', and "" that did not result from one of the above expansions + ters \\, '', and "" that did not result from one of the above expansions are removed. RREEDDIIRREECCTTIIOONN - Before a command is executed, its input and output may be _r_e_d_i_r_e_c_t_e_d - using a special notation interpreted by the shell. Redirection allows - commands' file handles to be duplicated, opened, closed, made to refer + Before a command is executed, its input and output may be _r_e_d_i_r_e_c_t_e_d + using a special notation interpreted by the shell. Redirection allows + commands' file handles to be duplicated, opened, closed, made to refer to different files, and can change the files the command reads from and - writes to. Redirection may also be used to modify file handles in the - current shell execution environment. The following redirection opera- + writes to. Redirection may also be used to modify file handles in the + current shell execution environment. The following redirection opera- tors may precede or appear anywhere within a _s_i_m_p_l_e _c_o_m_m_a_n_d or may fol- - low a _c_o_m_m_a_n_d. Redirections are processed in the order they appear, + low a _c_o_m_m_a_n_d. Redirections are processed in the order they appear, from left to right. - Each redirection that may be preceded by a file descriptor number may + Each redirection that may be preceded by a file descriptor number may instead be preceded by a word of the form {_v_a_r_n_a_m_e}. In this case, for each redirection operator except >&- and <&-, the shell will allocate a - file descriptor greater than or equal to 10 and assign it to _v_a_r_n_a_m_e. - If >&- or <&- is preceded by {_v_a_r_n_a_m_e}, the value of _v_a_r_n_a_m_e defines + file descriptor greater than or equal to 10 and assign it to _v_a_r_n_a_m_e. + If >&- or <&- is preceded by {_v_a_r_n_a_m_e}, the value of _v_a_r_n_a_m_e defines the file descriptor to close. - In the following descriptions, if the file descriptor number is omit- - ted, and the first character of the redirection operator is <<, the re- - direction refers to the standard input (file descriptor 0). If the - first character of the redirection operator is >>, the redirection + In the following descriptions, if the file descriptor number is omit- + ted, and the first character of the redirection operator is <<, the re- + direction refers to the standard input (file descriptor 0). If the + first character of the redirection operator is >>, the redirection refers to the standard output (file descriptor 1). - The word following the redirection operator in the following descrip- - tions, unless otherwise noted, is subjected to brace expansion, tilde - expansion, parameter and variable expansion, command substitution, - arithmetic expansion, quote removal, pathname expansion, and word + The word following the redirection operator in the following descrip- + tions, unless otherwise noted, is subjected to brace expansion, tilde + expansion, parameter and variable expansion, command substitution, + arithmetic expansion, quote removal, pathname expansion, and word splitting. If it expands to more than one word, bbaasshh reports an error. Note that the order of redirections is significant. For example, the @@ -1926,10 +2013,13 @@ RREEDDIIRREECCTTIIOONN put was redirected to _d_i_r_l_i_s_t. BBaasshh handles several filenames specially when they are used in redirec- - tions, as described in the following table: + tions, as described in the following table. If the operating system on + which bbaasshh is running provides these special files, bash will use them; + otherwise it will emulate them internally with the behavior described + below. //ddeevv//ffdd//_f_d - If _f_d is a valid integer, file descriptor _f_d is dupli- + If _f_d is a valid integer, file descriptor _f_d is dupli- cated. //ddeevv//ssttddiinn File descriptor 0 is duplicated. @@ -1939,22 +2029,22 @@ RREEDDIIRREECCTTIIOONN File descriptor 2 is duplicated. //ddeevv//ttccpp//_h_o_s_t//_p_o_r_t If _h_o_s_t is a valid hostname or Internet address, and _p_o_r_t - is an integer port number or service name, bbaasshh attempts + is an integer port number or service name, bbaasshh attempts to open the corresponding TCP socket. //ddeevv//uuddpp//_h_o_s_t//_p_o_r_t If _h_o_s_t is a valid hostname or Internet address, and _p_o_r_t - is an integer port number or service name, bbaasshh attempts + is an integer port number or service name, bbaasshh attempts to open the corresponding UDP socket. A failure to open or create a file causes the redirection to fail. - Redirections using file descriptors greater than 9 should be used with - care, as they may conflict with file descriptors the shell uses inter- + Redirections using file descriptors greater than 9 should be used with + care, as they may conflict with file descriptors the shell uses inter- nally. RReeddiirreeccttiinngg IInnppuutt Redirection of input causes the file whose name results from the expan- - sion of _w_o_r_d to be opened for reading on file descriptor _n, or the + sion of _w_o_r_d to be opened for reading on file descriptor _n, or the standard input (file descriptor 0) if _n is not specified. The general format for redirecting input is: @@ -1962,40 +2052,39 @@ RREEDDIIRREECCTTIIOONN [_n]<<_w_o_r_d RReeddiirreeccttiinngg OOuuttppuutt - Redirection of output causes the file whose name results from the + Redirection of output causes the file whose name results from the expansion of _w_o_r_d to be opened for writing on file descriptor _n, or the standard output (file descriptor 1) if _n is not specified. If the file - does not exist it is created; if it does exist it is truncated to zero + does not exist it is created; if it does exist it is truncated to zero size. The general format for redirecting output is: [_n]>>_w_o_r_d - If the redirection operator is >>, and the nnoocclloobbbbeerr option to the sseett - builtin has been enabled, the redirection will fail if the file whose - name results from the expansion of _w_o_r_d exists and is a regular file. + If the redirection operator is >>, and the nnoocclloobbbbeerr option to the sseett + builtin has been enabled, the redirection will fail if the file whose + name results from the expansion of _w_o_r_d exists and is a regular file. If the redirection operator is >>||, or the redirection operator is >> and the nnoocclloobbbbeerr option to the sseett builtin command is not enabled, the re- direction is attempted even if the file named by _w_o_r_d exists. AAppppeennddiinngg RReeddiirreecctteedd OOuuttppuutt - Redirection of output in this fashion causes the file whose name - results from the expansion of _w_o_r_d to be opened for appending on file - descriptor _n, or the standard output (file descriptor 1) if _n is not + Redirection of output in this fashion causes the file whose name + results from the expansion of _w_o_r_d to be opened 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. The general format for appending output is: [_n]>>>>_w_o_r_d - RReeddiirreeccttiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - This construct allows both the standard output (file descriptor 1) and - the standard error output (file descriptor 2) to be redirected to the + This construct allows both the standard output (file descriptor 1) and + the standard error output (file descriptor 2) to be redirected to the file whose name is the expansion of _w_o_r_d. - There are two formats for redirecting standard output and standard + There are two formats for redirecting standard output and standard error: &&>>_w_o_r_d @@ -2007,13 +2096,13 @@ RREEDDIIRREECCTTIIOONN >>_w_o_r_d 2>>&&1 - When using the second form, _w_o_r_d may not expand to a number or --. If - it does, other redirection operators apply (see DDuupplliiccaattiinngg FFiillee + When using the second form, _w_o_r_d may not expand to a number or --. If + it does, other redirection operators apply (see DDuupplliiccaattiinngg FFiillee DDeessccrriippttoorrss below) for compatibility reasons. AAppppeennddiinngg SSttaannddaarrdd OOuuttppuutt aanndd SSttaannddaarrdd EErrrroorr - This construct allows both the standard output (file descriptor 1) and - the standard error output (file descriptor 2) to be appended to the + This construct allows both the standard output (file descriptor 1) and + the standard error output (file descriptor 2) to be appended to the file whose name is the expansion of _w_o_r_d. The format for appending standard output and standard error is: @@ -2027,22 +2116,23 @@ RREEDDIIRREECCTTIIOONN (see DDuupplliiccaattiinngg FFiillee DDeessccrriippttoorrss below). HHeerree DDooccuummeennttss - This type of redirection instructs the shell to read input from the + This type of redirection instructs the shell to read input from the current source until a line containing only _d_e_l_i_m_i_t_e_r (with no trailing - blanks) is seen. All of the lines read up to that point are then used - as the standard input for a command. + blanks) is seen. All of the lines read up to that point are then used + as the standard input (or file descriptor _n if _n is specified) for a + command. The format of here-documents is: - <<<<[--]_w_o_r_d + [_n]<<<<[--]_w_o_r_d _h_e_r_e_-_d_o_c_u_m_e_n_t _d_e_l_i_m_i_t_e_r No parameter and variable expansion, command substitution, arithmetic - expansion, or pathname expansion is performed on _w_o_r_d. If any charac- - ters in _w_o_r_d are quoted, the _d_e_l_i_m_i_t_e_r is the result of quote removal - on _w_o_r_d, and the lines in the here-document are not expanded. If _w_o_r_d - is unquoted, all lines of the here-document are subjected to parameter + expansion, or pathname expansion is performed on _w_o_r_d. If any part of + _w_o_r_d is quoted, the _d_e_l_i_m_i_t_e_r is the result of quote removal on _w_o_r_d, + and the lines in the here-document are not expanded. If _w_o_r_d is + unquoted, all lines of the here-document are subjected to parameter expansion, command substitution, and arithmetic expansion, the charac- ter sequence \\<> is ignored, and \\ must be used to quote the characters \\, $$, and ``. @@ -2055,13 +2145,14 @@ RREEDDIIRREECCTTIIOONN HHeerree SSttrriinnggss A variant of here documents, the format is: - <<<<<<_w_o_r_d + [_n]<<<<<<_w_o_r_d The _w_o_r_d undergoes brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal. Pathname expansion and word splitting are not per- - formed. The result is supplied as a single string to the command on - its standard input. + formed. 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). DDuupplliiccaattiinngg FFiillee DDeessccrriippttoorrss The redirection operator @@ -2069,22 +2160,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, the file descriptor denoted by _n is made to be a copy of - that file descriptor. If the digits in _w_o_r_d do not specify a file - descriptor open for input, a redirection error occurs. If _w_o_r_d evalu- - ates to --, file descriptor _n is closed. If _n is not specified, the + more digits, the file descriptor denoted by _n is made to be a copy of + that file descriptor. If the digits in _w_o_r_d do not specify a file + descriptor open for input, a redirection error occurs. If _w_o_r_d evalu- + ates to --, file descriptor _n is closed. If _n is not specified, the standard input (file descriptor 0) is used. The operator [_n]>>&&_w_o_r_d - is used similarly to duplicate output file descriptors. If _n is not - specified, the standard output (file descriptor 1) is used. If the - digits in _w_o_r_d do not specify a file descriptor open for output, a re- - direction error occurs. If _w_o_r_d evaluates to --, file descriptor _n is - closed. As a special case, if _n is omitted, and _w_o_r_d does not expand - to one or more digits or --, the standard output and standard error are + is used similarly to duplicate output file descriptors. If _n is not + specified, the standard output (file descriptor 1) is used. If the + digits in _w_o_r_d do not specify a file descriptor open for output, a re- + direction error occurs. If _w_o_r_d evaluates to --, file descriptor _n is + closed. As a special case, if _n is omitted, and _w_o_r_d does not expand + to one or more digits or --, the standard output and standard error are redirected as described previously. MMoovviinngg FFiillee DDeessccrriippttoorrss @@ -2092,7 +2183,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. @@ -2100,7 +2191,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 @@ -2108,118 +2199,118 @@ RREEDDIIRREECCTTIIOONN [_n]<<>>_w_o_r_d - causes the file whose name is the expansion of _w_o_r_d to be opened for - both reading and writing on file descriptor _n, or on file descriptor 0 + causes the file whose name is the expansion of _w_o_r_d to be opened for + both reading and writing on file descriptor _n, or on file descriptor 0 if _n is not specified. If the file does not exist, it is created. AALLIIAASSEESS - _A_l_i_a_s_e_s allow a string to be substituted for a word when it is used as - the first word of a simple command. The shell maintains a list of - aliases that may be set and unset with the aalliiaass and uunnaalliiaass builtin - commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The first word of each - simple command, if unquoted, is checked to see if it has an alias. If - so, that word is replaced by the text of the alias. The characters //, - $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or quoting characters + _A_l_i_a_s_e_s allow a string to be substituted for a word when it is used as + the first word of a simple command. The shell maintains a list of + aliases that may be set and unset with the aalliiaass and uunnaalliiaass builtin + commands (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). The first word of each + simple command, if unquoted, is checked to see if it has an alias. If + so, that word is replaced by the text of the alias. The characters //, + $$, ``, and == and any of the shell _m_e_t_a_c_h_a_r_a_c_t_e_r_s or quoting characters listed above may not appear in an alias name. The replacement text may - contain any valid shell input, including shell metacharacters. The - first word of the replacement text is tested for aliases, but a word - that is identical to an alias being expanded is not expanded a second - time. This means that one may alias llss to llss --FF, for instance, and - bbaasshh does not try to recursively expand the replacement text. If the - last character of the alias value is a _b_l_a_n_k, then the next command + contain any valid shell input, including shell metacharacters. The + first word of the replacement text is tested for aliases, but a word + that is identical to an alias being expanded is not expanded a second + time. This means that one may alias llss to llss --FF, for instance, and + bbaasshh does not try to recursively expand the replacement text. If the + last character of the alias value is a _b_l_a_n_k, then the next command word following the alias is also checked for alias expansion. Aliases are created and listed with the aalliiaass command, and removed with the uunnaalliiaass command. - There is no mechanism for using arguments in the replacement text. If - arguments are needed, a shell function should be used (see FFUUNNCCTTIIOONNSS + There is no mechanism for using arguments in the replacement text. If + arguments are needed, a shell function should be used (see FFUUNNCCTTIIOONNSS below). - Aliases are not expanded when the shell is not interactive, unless the - eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of + Aliases are not expanded when the shell is not interactive, unless the + eexxppaanndd__aalliiaasseess shell option is set using sshhoopptt (see the description of sshhoopptt under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). - The rules concerning the definition and use of aliases are somewhat - confusing. BBaasshh always reads at least one complete line of input - before executing any of the commands on that line. Aliases are - expanded when a command is read, not when it is executed. Therefore, - an alias definition appearing on the same line as another command does - not take effect until the next line of input is read. The commands + The rules concerning the definition and use of aliases are somewhat + confusing. BBaasshh always reads at least one complete line of input + before executing any of the commands on that line. Aliases are + expanded when a command is read, not when it is executed. Therefore, + an alias definition appearing on the same line as another command does + not take effect until the next line of input is read. The commands following the alias definition on that line are not affected by the new - alias. This behavior is also an issue when functions are executed. - Aliases are expanded when a function definition is read, not when the - function is executed, because a function definition is itself a com- - pound command. As a consequence, aliases defined in a function are not - available until after that function is executed. To be safe, always - put alias definitions on a separate line, and do not use aalliiaass in com- - pound commands. + alias. This behavior is also an issue when functions are executed. + Aliases are expanded when a function definition is read, not when the + function is executed, because a function definition is itself a com- + mand. As a consequence, aliases defined in a function are not avail- + able until after that function is executed. To be safe, always put + alias definitions on a separate line, and do not use aalliiaass in compound + commands. For almost every purpose, aliases are superseded by shell functions. FFUUNNCCTTIIOONNSS - A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, - stores a series of commands for later execution. When the name of a - shell function is used as a simple command name, the list of commands + A shell function, defined as described above under SSHHEELLLL GGRRAAMMMMAARR, + stores a series of commands for later execution. When the name of a + shell function is used as a simple command name, the list of commands associated with that function name is executed. Functions are executed - in the context of the current shell; no new process is created to - interpret them (contrast this with the execution of a shell script). - When a function is executed, the arguments to the function become the + in the context of the current shell; no new process is created to + interpret them (contrast this with the execution of a shell script). + When a function is executed, the arguments to the function become the positional parameters during its execution. The special parameter ## is - updated to reflect the change. Special parameter 00 is unchanged. The - first element of the FFUUNNCCNNAAMMEE variable is set to the name of the func- + updated to reflect the change. Special parameter 00 is unchanged. The + first element of the FFUUNNCCNNAAMMEE variable is set to the name of the func- tion while the function is executing. - All other aspects of the shell execution environment are identical - between 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 + between a function and its caller with these exceptions: the DDEEBBUUGG and + RREETTUURRNN traps (see the description of the ttrraapp builtin under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below) are not inherited unless the function has been + given the ttrraaccee attribute (see the description of the ddeeccllaarree builtin + below) or the --oo ffuunnccttrraaccee shell option has been enabled with the sseett + builtin (in which case all functions inherit the DDEEBBUUGG and RREETTUURRNN + traps), and the EERRRR trap is not inherited unless the --oo eerrrrttrraaccee shell option has been enabled. - Variables local to the function may be declared with the llooccaall builtin + Variables local to the function may be declared with the llooccaall builtin command. Ordinarily, variables and their values are shared between the function and its caller. - The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, - defines a maximum function nesting level. Function invocations that + The FFUUNNCCNNEESSTT variable, if set to a numeric value greater than 0, + defines a maximum function nesting level. Function invocations that exceed 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- - tion call. Any command associated with the RREETTUURRNN trap is executed + If the builtin command rreettuurrnn is executed in a function, the function + completes and execution resumes with the next command after the func- + tion call. Any command associated with the RREETTUURRNN trap is executed before execution resumes. When a function completes, the values of the - positional parameters and the special parameter ## are restored to the + positional parameters and the special parameter ## are restored to the values they had prior to the function's execution. - Function names and definitions may be listed with the --ff option to the + Function names and definitions may be listed with the --ff option to the ddeeccllaarree or ttyyppeesseett builtin commands. The --FF option to ddeeccllaarree or ttyyppee-- - sseett will list the function names only (and optionally the source file - and line number, if the eexxttddeebbuugg shell option is enabled). Functions - may be exported so that subshells automatically have them defined with - the --ff option to the eexxppoorrtt builtin. A function definition may be - deleted using the --ff option to the uunnsseett builtin. Note that shell + sseett will list the function names only (and optionally the source file + and line number, if the eexxttddeebbuugg shell option is enabled). Functions + may be exported so that subshells automatically have them defined with + the --ff option to the eexxppoorrtt builtin. A function definition may be + deleted using the --ff option to the uunnsseett builtin. Note that shell functions and variables with the same name may result in multiple iden- - tically-named entries in the environment passed to the shell's chil- + tically-named entries in the environment passed to the shell's chil- dren. Care should be taken in cases where this may cause a problem. 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, no limit is imposed on the number of + the depth of the function call stack and restrict the number of func- + tion invocations. By default, no limit is imposed on the number of recursive calls. AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN - The shell allows arithmetic expressions to be evaluated, under certain - circumstances (see the lleett and ddeeccllaarree builtin commands and AArriitthhmmeettiicc - EExxppaannssiioonn). Evaluation is done in fixed-width integers with no check - for overflow, though division by 0 is trapped and flagged as an error. - The operators and their precedence, associativity, and values are the - same as in the C language. The following list of operators is grouped - into levels of equal-precedence operators. The levels are listed in - order of decreasing precedence. + The shell allows arithmetic expressions to be evaluated, under certain + circumstances (see the lleett and ddeeccllaarree builtin commands, the (((( com- + pound command, and AArriitthhmmeettiicc EExxppaannssiioonn). Evaluation is done in fixed- + width integers with no check for overflow, though division by 0 is + trapped and flagged as an error. The operators and their precedence, + associativity, and values are the same as in the C language. The fol- + lowing list of operators is grouped into levels of equal-precedence + operators. The levels are listed in order of decreasing precedence. _i_d++++ _i_d---- variable post-increment and post-decrement @@ -2246,40 +2337,43 @@ AARRIITTHHMMEETTIICC EEVVAALLUUAATTIIOONN _e_x_p_r_1 ,, _e_x_p_r_2 comma - Shell variables are allowed as operands; parameter expansion is per- + Shell variables are allowed as operands; parameter expansion is per- formed before the expression is evaluated. Within an expression, shell - variables may also be referenced by name without using the parameter - expansion syntax. A shell variable that is null or unset evaluates to + variables may also be referenced by name without using the parameter + expansion syntax. A shell variable that is null or unset evaluates to 0 when referenced by name without using the parameter expansion syntax. - The value of a variable is evaluated as an arithmetic expression when - it is referenced, or when a variable which has been given the _i_n_t_e_g_e_r + The value of a variable is evaluated as an arithmetic expression when + it is referenced, or when a variable which has been given the _i_n_t_e_g_e_r attribute using ddeeccllaarree --ii is assigned a value. A null value evaluates - to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on + to 0. A shell variable need not have its _i_n_t_e_g_e_r attribute turned on to be used in an expression. Constants with a leading 0 are interpreted as octal numbers. A leading - 0x or 0X denotes hexadecimal. Otherwise, numbers take the form - [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal number between 2 and 64 - representing the arithmetic base, and _n is a number in that base. If - _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, the digits - greater< than 9 are represented by the lowercase letters, the uppercase + 0x or 0X denotes hexadecimal. Otherwise, numbers take the form + [_b_a_s_e_#]n, where the optional _b_a_s_e is a decimal number between 2 and 64 + representing the arithmetic base, and _n is a number in that base. If + _b_a_s_e_# is omitted, then base 10 is used. When specifying _n, 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 uppercase letters may be used interchangeably to repre- + lowercase and uppercase letters may be used interchangeably to repre- sent numbers between 10 and 35. - Operators are evaluated in order of precedence. Sub-expressions in - parentheses are evaluated first and may override the precedence rules + Operators are evaluated in order of precedence. Sub-expressions in + parentheses are evaluated first and may override the precedence rules above. CCOONNDDIITTIIOONNAALL EEXXPPRREESSSSIIOONNSS - Conditional expressions are used by the [[[[ compound command and the - tteesstt and [[ builtin commands to test file attributes and perform string - and arithmetic comparisons. Expressions are formed from the following - unary or binary primaries. If any _f_i_l_e argument to one of the pri- - maries is of the form _/_d_e_v_/_f_d_/_n, then file descriptor _n is checked. If - the _f_i_l_e argument to one of the primaries is one of _/_d_e_v_/_s_t_d_i_n, - _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, 1, or 2, respectively, - is checked. + Conditional expressions are used by the [[[[ compound command and the + tteesstt and [[ builtin commands to test file attributes and perform string + and arithmetic comparisons. Expressions are formed from the following + unary or binary primaries. BBaasshh handles several filenames specially + when they are used in expressions. If the operating system on which + bbaasshh is running provides these special files, bash will use them; oth- + erwise it will emulate them internally with this behavior: If any _f_i_l_e + argument to one of the primaries is of the form _/_d_e_v_/_f_d_/_n, then file + descriptor _n is checked. If the _f_i_l_e argument to one of the primaries + is one of _/_d_e_v_/_s_t_d_i_n, _/_d_e_v_/_s_t_d_o_u_t, or _/_d_e_v_/_s_t_d_e_r_r, file descriptor 0, + 1, or 2, respectively, is checked. Unless otherwise specified, primaries that operate on files follow sym- bolic links and operate on the target of the link, rather than the link @@ -2395,83 +2489,83 @@ SSIIMMPPLLEE CCOOMMMMAANNDD EEXXPPAANNSSIIOONN 4. The text after the == in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic - expansion, and quote removal before being assigned to the vari- + expansion, and quote removal before being assigned to the vari- able. If no command name results, the variable assignments affect the current - shell environment. Otherwise, the variables are added to the environ- - ment of the executed command and do not affect the current shell envi- - ronment. If any of the assignments attempts to assign a value to a - readonly variable, an error occurs, and the command exits with a non- + shell environment. Otherwise, the variables are added to the environ- + ment of the executed command and do not affect the current shell envi- + ronment. If any of the assignments attempts to assign a value to a + readonly variable, an error occurs, and the command exits with a non- zero status. - If no command name results, redirections are performed, but do not - affect the current shell environment. A redirection error causes the + If no command name results, redirections are performed, but do not + affect the current shell environment. A redirection error causes the command to exit with a non-zero status. - If there is a command name left after expansion, execution proceeds as - described below. Otherwise, the command exits. If one of the expan- - sions contained a command substitution, the exit status of the command - is the exit status of the last command substitution performed. If + If there is a command name left after expansion, execution proceeds as + described below. Otherwise, the command exits. If one of the expan- + sions contained a command substitution, the exit status of the command + is the exit status of the last command substitution performed. If there were no command substitutions, the command exits with a status of zero. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN - After a command has been split into words, if it results in a simple - command and an optional list of arguments, the following actions are + After a command has been split into words, if it results in a simple + command and an optional list of arguments, the following actions are taken. - If the command name contains no slashes, the shell attempts to locate - it. If there exists a shell function by that name, that function is - invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a - function, the shell searches for it in the list of shell builtins. If + If the command name contains no slashes, the shell attempts to locate + it. If there exists a shell function by that name, that function is + invoked as described above in FFUUNNCCTTIIOONNSS. If the name does not match a + function, the shell searches for it in the list of shell builtins. If a match is found, that builtin is invoked. - If the name is neither a shell function nor a builtin, and contains no - slashes, bbaasshh searches each element of the PPAATTHH for a directory con- - taining an executable file by that name. BBaasshh uses a hash table to - remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL - BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is - performed only if the command is not found in the hash table. If the + If the name is neither a shell function nor a builtin, and contains no + slashes, bbaasshh searches each element of the PPAATTHH for a directory con- + taining an executable file by that name. BBaasshh uses a hash table to + remember the full pathnames of executable files (see hhaasshh under SSHHEELLLL + BBUUIILLTTIINN CCOOMMMMAANNDDSS below). A full search of the directories in PPAATTHH is + performed only if the command is not found in the hash table. If the search is unsuccessful, the shell searches for a defined shell function named ccoommmmaanndd__nnoott__ffoouunndd__hhaannddllee. If that function exists, it is invoked - with the original command and the original command's arguments as its - arguments, and the function's exit status becomes the exit status of - the shell. If that function is not defined, the shell prints an error + with the original command and the original command's arguments as its + arguments, and the function's exit status becomes the exit status of + the shell. If that function is not defined, the shell prints an error message and returns an exit status of 127. - If the search is successful, or if the command name contains one or + If the search is successful, or if the command name contains one or more slashes, the shell executes the named program in a separate execu- tion environment. Argument 0 is set to the name given, and the remain- ing arguments to the command are set to the arguments given, if any. - If this execution fails because the file is not in executable format, - and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a - file containing shell commands. A subshell is spawned to execute it. - This subshell reinitializes itself, so that the effect is as if a new - shell had been invoked to handle the script, with the exception that - the locations of commands remembered by the parent (see hhaasshh below + If this execution fails because the file is not in executable format, + and the file is not a directory, it is assumed to be a _s_h_e_l_l _s_c_r_i_p_t, a + file containing shell commands. A subshell is spawned to execute it. + This subshell reinitializes itself, so that the effect is as if a new + shell had been invoked to handle the script, with the exception that + the locations of commands remembered by the parent (see hhaasshh below under SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS) are retained by the child. - If the program is a file beginning with ##!!, the remainder of the first - line specifies an interpreter for the program. The shell executes the + If the program is a file beginning with ##!!, the remainder of the first + line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not handle this exe- cutable format themselves. The arguments to the interpreter consist of - a single optional argument following the interpreter name on the first - line of the program, followed by the name of the program, followed by + a single optional argument following the interpreter name on the first + line of the program, followed by the name of the program, followed by the command arguments, if any. CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENNTT - The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- + The shell has an _e_x_e_c_u_t_i_o_n _e_n_v_i_r_o_n_m_e_n_t, which consists of the follow- ing: - +o open files inherited by the shell at invocation, as modified by + +o open files inherited by the shell at invocation, as modified by redirections supplied to the eexxeecc builtin - +o the current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or + +o the current working directory as set by ccdd, ppuusshhdd, or ppooppdd, or inherited by the shell at invocation - +o the file creation mode mask as set by uummaasskk or inherited from + +o the file creation mode mask as set by uummaasskk or inherited from the shell's parent +o current traps set by ttrraapp @@ -2479,111 +2573,112 @@ CCOOMMMMAANNDD EEXXEECCUUTTIIOONN EENNVVIIRROONNMMEENN +o shell parameters that are set by variable assignment or with sseett or inherited from the shell's parent in the environment - +o shell functions defined during execution or inherited from the + +o shell functions defined during execution or inherited from the shell's parent in the environment - +o options enabled at invocation (either by default or with com- + +o options enabled at invocation (either by default or with com- mand-line arguments) or by sseett +o options enabled by sshhoopptt +o shell aliases defined with aalliiaass - +o various process IDs, including those of background jobs, the + +o various process IDs, including those of background jobs, the value of $$$$, and the value of PPPPIIDD - When a simple command other than a builtin or shell function is to be - executed, it is invoked in a separate execution environment that con- - sists of the following. Unless otherwise noted, the values are inher- + When a simple command other than a builtin or shell function is to be + executed, it is invoked in a separate execution environment that con- + sists of the following. Unless otherwise noted, the values are inher- ited from the shell. - +o the shell's open files, plus any modifications and additions + +o the shell's open files, plus any modifications and additions specified by redirections to the command +o the current working directory +o the file creation mode mask - +o shell variables and functions marked for export, along with + +o shell variables and functions marked for export, along with variables exported for the command, passed in the environment +o traps caught by the shell are reset to the values inherited from the shell's parent, and traps ignored by the shell are ignored - A command invoked in this separate environment cannot affect the + A command invoked in this separate environment cannot affect the shell's execution environment. - Command substitution, commands grouped with parentheses, and asynchro- + Command substitution, commands grouped with parentheses, and asynchro- nous commands are invoked in a subshell environment that is a duplicate - of the shell environment, except that traps caught by the shell are + of the shell environment, except that traps caught by the shell are reset to the values that the shell inherited from its parent at invoca- tion. Builtin commands that are invoked as part of a pipeline are also executed in a subshell environment. Changes made to the subshell envi- ronment cannot affect the shell's execution environment. Subshells spawned to execute command substitutions inherit the value of - the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh + the --ee option from the parent shell. When not in _p_o_s_i_x mode, bbaasshh clears the --ee option in such subshells. - If a command is followed by a && and job control is not active, the - default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. - Otherwise, the invoked command inherits the file descriptors of the + If a command is followed by a && and job control is not active, the + default standard input for the command is the empty file _/_d_e_v_/_n_u_l_l. + Otherwise, the invoked command inherits the file descriptors of the calling shell as modified by redirections. EENNVVIIRROONNMMEENNTT - When a program is invoked it is given an array of strings called the + When a program is invoked it is given an array of strings called the _e_n_v_i_r_o_n_m_e_n_t. This is a list of _n_a_m_e-_v_a_l_u_e pairs, of the form _n_a_m_e=_v_a_l_u_e. - The shell provides several ways to manipulate the environment. On + The shell provides several ways to manipulate the environment. On invocation, the shell scans its own environment and creates a parameter - for each name found, automatically marking it for _e_x_p_o_r_t to child pro- - cesses. Executed commands inherit the environment. The eexxppoorrtt and - ddeeccllaarree --xx commands allow parameters and functions to be added to and + for each name found, automatically marking it for _e_x_p_o_r_t to child pro- + cesses. Executed commands inherit the environment. The eexxppoorrtt and + ddeeccllaarree --xx commands allow parameters and functions to be added to and deleted from the environment. If the value of a parameter in the envi- - ronment is modified, the new value becomes part of the environment, - replacing the old. The environment inherited by any executed command - consists of the shell's initial environment, whose values may be modi- - fied in the shell, less any pairs removed by the uunnsseett command, plus + ronment is modified, the new value becomes part of the environment, + replacing the old. The environment inherited by any executed command + consists of the shell's initial environment, whose values may be modi- + fied in the shell, less any pairs removed by the uunnsseett command, plus any additions via the eexxppoorrtt and ddeeccllaarree --xx commands. - The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented - temporarily by prefixing it with parameter assignments, as described + The environment for any _s_i_m_p_l_e _c_o_m_m_a_n_d or function may be augmented + temporarily by prefixing it with parameter assignments, as described above in PPAARRAAMMEETTEERRSS. These assignment statements affect only the envi- ronment seen by that command. - If the --kk option is set (see the sseett builtin command below), then _a_l_l - parameter assignments are placed in the environment for a command, not + If the --kk option is set (see the sseett builtin command below), then _a_l_l + parameter assignments are placed in the environment for a command, not just those that precede the command name. - When bbaasshh invokes an external command, the variable __ is set to the + When bbaasshh invokes an external command, the variable __ is set to the full filename of the command and passed to that command in its environ- ment. EEXXIITT SSTTAATTUUSS - The exit status of an executed command is the value returned by the + The exit status of an executed command is the value returned by the _w_a_i_t_p_i_d system call or equivalent function. Exit statuses fall between - 0 and 255, though, as explained below, the shell may use values above + 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and compound commands - are also limited to this range. Under certain circumstances, the shell + are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes. For the shell's purposes, a command which exits with a zero exit status - has succeeded. An exit status of zero indicates success. A non-zero - exit status indicates failure. When a command terminates on a fatal + has succeeded. An exit status of zero indicates success. A non-zero + exit status indicates failure. When a command terminates on a fatal signal _N, bbaasshh uses the value of 128+_N as the exit status. - If a command is not found, the child process created to execute it - returns a status of 127. If a command is found but is not executable, + If a command is not found, the child process created to execute it + returns a status of 127. If a command is found but is not executable, the return status is 126. If a command fails because of an error during expansion or redirection, the exit status is greater than zero. - Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and - non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins - return an exit status of 2 to indicate incorrect usage. + Shell builtin commands return a status of 0 (_t_r_u_e) if successful, and + non-zero (_f_a_l_s_e) if an error occurs while they execute. All builtins + return an exit status of 2 to indicate incorrect usage, generally + invalid options or missing arguments. BBaasshh itself returns the exit status of the last command executed, unless a syntax error occurs, in which case it exits with a non-zero @@ -2706,15 +2801,16 @@ JJOOBB CCOONNTTRROOLL PPRROOMMPPTTIINNGG When executing interactively, bbaasshh displays the primary prompt PPSS11 when it is ready to read a command, and the secondary prompt PPSS22 when it - needs more input to complete a command. BBaasshh allows these prompt - strings to be customized by inserting a number of backslash-escaped + needs more input to complete a command. BBaasshh displays PPSS00 after it + reads a command but before executing it. BBaasshh allows these prompt + strings to be customized by inserting a number of backslash-escaped special characters that are decoded as follows: \\aa an ASCII bell character (07) - \\dd the date in "Weekday Month Date" format (e.g., "Tue May + \\dd the date in "Weekday Month Date" format (e.g., "Tue May 26") \\DD{{_f_o_r_m_a_t}} - the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is - inserted into the prompt string; an empty _f_o_r_m_a_t results + the _f_o_r_m_a_t is passed to _s_t_r_f_t_i_m_e(3) and the result is + inserted into the prompt string; an empty _f_o_r_m_a_t results in a locale-specific time representation. The braces are required \\ee an ASCII escape character (033) @@ -2724,7 +2820,7 @@ PPRROOMMPPTTIINNGG \\ll the basename of the shell's terminal device name \\nn newline \\rr carriage return - \\ss the name of the shell, the basename of $$00 (the portion + \\ss the name of the shell, the basename of $$00 (the portion following the final slash) \\tt the current time in 24-hour HH:MM:SS format \\TT the current time in 12-hour HH:MM:SS format @@ -2810,19 +2906,19 @@ RREEAADDLLIINNEE M-Control-u: universal-argument or C-Meta-u: universal-argument - into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- + into the _i_n_p_u_t_r_c would make M-C-u execute the readline command _u_n_i_v_e_r_- _s_a_l_-_a_r_g_u_m_e_n_t. - The following symbolic character names are recognized: _R_U_B_O_U_T, _D_E_L, + The following symbolic character names are recognized: _R_U_B_O_U_T, _D_E_L, _E_S_C, _L_F_D, _N_E_W_L_I_N_E, _R_E_T, _R_E_T_U_R_N, _S_P_C, _S_P_A_C_E, and _T_A_B. - In addition to command names, readline allows keys to be bound to a + In addition to command names, readline allows keys to be bound to a string that is inserted when the key is pressed (a _m_a_c_r_o). RReeaaddlliinnee KKeeyy BBiinnddiinnggss - The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. - All that is required is the name of the command or the text of a macro - and a key sequence to which it should be bound. The name may be speci- + The syntax for controlling key bindings in the _i_n_p_u_t_r_c file is simple. + All that is required is the name of the command or the text of a macro + and a key sequence to which it should be bound. The name may be speci- fied in one of two ways: as a symbolic key name, possibly with _M_e_t_a_- or _C_o_n_t_r_o_l_- prefixes, or as a key sequence. @@ -2833,15 +2929,15 @@ RREEAADDLLIINNEE Meta-Rubout: backward-kill-word Control-o: "> output" - In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, - _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to - run the macro expressed on the right hand side (that is, to insert the + In the above example, _C_-_u is bound to the function uunniivveerrssaall--aarrgguummeenntt, + _M_-_D_E_L is bound to the function bbaacckkwwaarrdd--kkiillll--wwoorrdd, and _C_-_o is bound to + run the macro expressed on the right hand side (that is, to insert the text ``> output'' into the line). - In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs - from kkeeyynnaammee above in that strings denoting an entire key sequence may - be specified by placing the sequence within double quotes. Some GNU - Emacs style key escapes can be used, as in the following example, but + In the second form, ""kkeeyysseeqq"":_f_u_n_c_t_i_o_n_-_n_a_m_e or _m_a_c_r_o, kkeeyysseeqq differs + from kkeeyynnaammee above in that strings denoting an entire key sequence may + be specified by placing the sequence within double quotes. Some GNU + Emacs style key escapes can be used, as in the following example, but the symbolic character names are not recognized. "\C-u": universal-argument @@ -2849,7 +2945,7 @@ RREEAADDLLIINNEE "\e[11~": "Function Key 1" In this example, _C_-_u is again bound to the function uunniivveerrssaall--aarrgguummeenntt. - _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is + _C_-_x _C_-_r is bound to the function rree--rreeaadd--iinniitt--ffiillee, and _E_S_C _[ _1 _1 _~ is bound to insert the text ``Function Key 1''. The full set of GNU Emacs style escape sequences is @@ -2860,7 +2956,7 @@ RREEAADDLLIINNEE \\"" literal " \\'' literal ' - In addition to the GNU Emacs style escape sequences, a second set of + In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: \\aa alert (bell) \\bb backspace @@ -2870,20 +2966,20 @@ RREEAADDLLIINNEE \\rr carriage return \\tt horizontal tab \\vv vertical tab - \\_n_n_n the eight-bit character whose value is the octal value + \\_n_n_n the eight-bit character whose value is the octal value _n_n_n (one to three digits) - \\xx_H_H the eight-bit character whose value is the hexadecimal + \\xx_H_H the eight-bit character whose value is the hexadecimal value _H_H (one or two hex digits) When entering the text of a macro, single or double quotes must be used to indicate a macro definition. Unquoted text is assumed to be a func- - tion name. In the macro body, the backslash escapes described above - are expanded. Backslash will quote any other character in the macro + tion name. In the macro body, the backslash escapes described above + are expanded. Backslash will quote any other character in the macro text, including " and '. - BBaasshh allows the current readline key bindings to be displayed or modi- - fied with the bbiinndd builtin command. The editing mode may be switched - during interactive use by using the --oo option to the sseett builtin com- + BBaasshh allows the current readline key bindings to be displayed or modi- + fied with the bbiinndd builtin command. The editing mode may be switched + during interactive use by using the --oo option to the sseett builtin com- mand (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below). RReeaaddlliinnee VVaarriiaabblleess @@ -2893,85 +2989,114 @@ RREEAADDLLIINNEE sseett _v_a_r_i_a_b_l_e_-_n_a_m_e _v_a_l_u_e - Except where noted, readline variables can take the values OOnn or OOffff - (without regard to case). Unrecognized variable names are ignored. - When a variable value is read, empty or null values, "on" (case-insen- + Except where noted, readline variables can take the values OOnn or OOffff + (without regard to case). Unrecognized variable names are ignored. + When a variable value is read, empty or null values, "on" (case-insen- sitive), and "1" are equivalent to OOnn. All other values are equivalent to OOffff. The variables and their default values are: bbeellll--ssttyyllee ((aauuddiibbllee)) - Controls what happens when readline wants to ring the terminal + Controls what happens when readline wants to ring the terminal bell. If set to nnoonnee, readline never rings the bell. If set to - vviissiibbllee, readline uses a visible bell if one is available. If + vviissiibbllee, readline uses a visible bell if one is available. If set to aauuddiibbllee, readline attempts to ring the terminal's bell. bbiinndd--ttttyy--ssppeecciiaall--cchhaarrss ((OOnn)) - If set to OOnn, readline attempts to bind the control characters + If set to OOnn, readline attempts to bind the control characters treated specially by the kernel's terminal driver to their read- line equivalents. + bblliinnkk--mmaattcchhiinngg--ppaarreenn ((OOffff)) + If set to OOnn, readline attempts to briefly move the cursor to an + opening parenthesis when a closing parenthesis is inserted. + ccoolloorreedd--ccoommpplleettiioonn--pprreeffiixx ((OOffff)) + If set to OOnn, when listing completions, readline displays the + common prefix of the set of possible completions using a differ- + ent color. The color definitions are taken from the value of + the LLSS__CCOOLLOORRSS environment variable. ccoolloorreedd--ssttaattss ((OOffff)) - If set to OOnn, readline displays possible completions using dif- - ferent colors to indicate their file type. The color defini- - tions are taken from the value of the LLSS__CCOOLLOORRSS environment + If set to OOnn, readline displays possible completions using dif- + ferent colors to indicate their file type. The color defini- + tions are taken from the value of the LLSS__CCOOLLOORRSS environment variable. ccoommmmeenntt--bbeeggiinn ((````##'''')) - The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt + The string that is inserted when the readline iinnsseerrtt--ccoommmmeenntt command is executed. This command is bound to MM--## in emacs mode and to ## in vi command mode. + ccoommpplleettiioonn--ddiissppllaayy--wwiiddtthh ((--11)) + The number of screen columns used to display possible matches + when performing completion. The value is ignored if it is less + than 0 or greater than the terminal screen width. A value of 0 + will cause matches to be displayed one per line. The default + value is -1. ccoommpplleettiioonn--iiggnnoorree--ccaassee ((OOffff)) If set to OOnn, readline performs filename matching and completion in a case-insensitive fashion. + ccoommpplleettiioonn--mmaapp--ccaassee ((OOffff)) + If set to OOnn, and ccoommpplleettiioonn--iiggnnoorree--ccaassee is enabled, readline + treats hyphens (_-) and underscores (__) as equivalent when per- + forming case-insensitive filename matching and completion. ccoommpplleettiioonn--pprreeffiixx--ddiissppllaayy--lleennggtthh ((00)) - The length in characters of the common prefix of a list of pos- - sible completions that is displayed without modification. When - set to a value greater than zero, common prefixes longer than - this value are replaced with an ellipsis when displaying possi- + The length in characters of the common prefix of a list of pos- + sible completions that is displayed without modification. When + set to a value greater than zero, common prefixes longer than + this value are replaced with an ellipsis when displaying possi- ble completions. ccoommpplleettiioonn--qquueerryy--iitteemmss ((110000)) - This determines when the user is queried about viewing the num- - ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- - ttiioonnss command. It may be set to any integer value greater than - or equal to zero. If the number of possible completions is + This determines when the user is queried about viewing the num- + ber of possible completions generated by the ppoossssiibbllee--ccoommppllee-- + ttiioonnss command. It may be set to any integer value greater than + or equal to zero. If the number of possible completions is greater than or equal to the value of this variable, the user is - asked whether or not he wishes to view them; otherwise they are + asked whether or not he wishes to view them; otherwise they are simply listed on the terminal. ccoonnvveerrtt--mmeettaa ((OOnn)) - If set to OOnn, readline will convert characters with the eighth + If set to OOnn, readline will convert characters with the eighth bit set to an ASCII key sequence by stripping the eighth bit and - prefixing an escape character (in effect, using escape as the - _m_e_t_a _p_r_e_f_i_x). + prefixing an escape character (in effect, using escape as the + _m_e_t_a _p_r_e_f_i_x). The default is _O_n, but readline will set it to + _O_f_f if the locale contains eight-bit characters. ddiissaabbllee--ccoommpplleettiioonn ((OOffff)) If set to OOnn, readline will inhibit word completion. Completion characters will be inserted into the line as if they had been mapped to sseellff--iinnsseerrtt. - eeddiittiinngg--mmooddee ((eemmaaccss)) - Controls whether readline begins with a set of key bindings sim- - ilar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or - vvii. eecchhoo--ccoonnttrrooll--cchhaarraacctteerrss ((OOnn)) When set to OOnn, on operating systems that indicate they support it, readline echoes a character corresponding to a signal gener- ated from the keyboard. + eeddiittiinngg--mmooddee ((eemmaaccss)) + Controls whether readline begins with a set of key bindings sim- + ilar to _E_m_a_c_s or _v_i. eeddiittiinngg--mmooddee can be set to either eemmaaccss or + vvii. + eennaabbllee--bbrraacckkeetteedd--ppaassttee ((OOffff)) + When set to OOnn, readline will configure the terminal in a way + that will enable it to insert each paste into the editing buffer + as a single string of characters, instead of treating each char- + acter as if it had been read from the keyboard. This can pre- + vent pasted characters from being interpreted as editing com- + mands. eennaabbllee--kkeeyyppaadd ((OOffff)) When set to OOnn, readline will try to enable the application key- - pad when it is called. Some systems need this to enable the + pad when it is called. Some systems need this to enable the arrow keys. eennaabbllee--mmeettaa--kkeeyy ((OOnn)) - When set to OOnn, readline will try to enable any meta modifier - key the terminal claims to support when it is called. On many + When set to OOnn, readline will try to enable any meta modifier + key the terminal claims to support when it is called. On many terminals, the meta key is used to send eight-bit characters. eexxppaanndd--ttiillddee ((OOffff)) - If set to OOnn, tilde expansion is performed when readline + If set to OOnn, tilde expansion is performed when readline attempts word completion. hhiissttoorryy--pprreesseerrvvee--ppooiinntt ((OOffff)) - If set to OOnn, the history code attempts to place point at the - same location on each history line retrieved with pprreevviioouuss--hhiiss-- + If set to OOnn, the history code attempts to place point at the + same location on each history line retrieved with pprreevviioouuss--hhiiss-- ttoorryy or nneexxtt--hhiissttoorryy. - hhiissttoorryy--ssiizzee ((00)) - Set the maximum number of history entries saved in the history - list. If set to zero, any existing history entries are deleted + 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 and no new entries are saved. If set to a value less than zero, - the number of history entries is not limited. By default, the - number of history entries is not limited. + the number of history entries is not limited. By default, the + number of history entries is set to the value of the HHIISSTTSSIIZZEE + shell variable. If an attempt is made to set _h_i_s_t_o_r_y_-_s_i_z_e to a + non-numeric value, the maximum number of history entries will be + set to 500. hhoorriizzoonnttaall--ssccrroollll--mmooddee ((OOffff)) When set to OOnn, makes readline use a single line for display, scrolling the input horizontally on a single screen line when it @@ -2979,9 +3104,11 @@ RREEAADDLLIINNEE new line. iinnppuutt--mmeettaa ((OOffff)) If set to OOnn, readline will enable eight-bit input (that is, it - will not strip the high bit from the characters it reads), + will not strip the eighth bit from the characters it reads), regardless of what the terminal claims it can support. The name - mmeettaa--ffllaagg is a synonym for this variable. + mmeettaa--ffllaagg is a synonym for this variable. The default is _O_f_f, + but readline will set it to _O_n if the locale contains eight-bit + characters. iisseeaarrcchh--tteerrmmiinnaattoorrss ((````CC--[[CC--JJ'''')) The string of characters that should terminate an incremental search without subsequently executing the character as a com- @@ -2993,6 +3120,14 @@ RREEAADDLLIINNEE _m_a_n_d, and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. The default value is _e_m_a_c_s; the value of eeddiittiinngg--mmooddee also affects the default keymap. + eemmaaccss--mmooddee--ssttrriinngg ((@@)) + This string is displayed immediately before the last line of the + primary prompt when emacs editing mode is active. The value is + expanded like a key binding, so the standard set of meta- and + control prefixes and backslash escape sequences is available. + Use the \1 and \2 escapes to begin and end sequences of non- + printing characters, which can be used to embed a terminal con- + trol sequence into the mode string. kkeeyysseeqq--ttiimmeeoouutt ((550000)) Specifies the duration _r_e_a_d_l_i_n_e will wait for a character when reading an ambiguous key sequence (one that can form a complete @@ -3026,80 +3161,98 @@ RREEAADDLLIINNEE oouuttppuutt--mmeettaa ((OOffff)) If set to OOnn, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. + The default is _O_f_f, but readline will set it to _O_n if the locale + contains eight-bit characters. ppaaggee--ccoommpplleettiioonnss ((OOnn)) - If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- + If set to OOnn, readline uses an internal _m_o_r_e-like pager to dis- play a screenful of possible completions at a time. pprriinntt--ccoommpplleettiioonnss--hhoorriizzoonnttaallllyy ((OOffff)) - If set to OOnn, readline will display completions with matches - sorted horizontally in alphabetical order, rather than down the + If set to OOnn, readline will display completions with matches + sorted horizontally in alphabetical order, rather than down the screen. rreevveerrtt--aallll--aatt--nneewwlliinnee ((OOffff)) - If set to OOnn, readline will undo all changes to history lines + If set to OOnn, readline will undo all changes to history lines before returning when aacccceepptt--lliinnee is executed. By default, his- - tory lines may be modified and retain individual undo lists + tory lines may be modified and retain individual undo lists across calls to rreeaaddlliinnee. sshhooww--aallll--iiff--aammbbiigguuoouuss ((OOffff)) - This alters the default behavior of the completion functions. + This alters the default behavior of the completion functions. If set to OOnn, words which have more than one possible completion - cause the matches to be listed immediately instead of ringing + cause the matches to be listed immediately instead of ringing the bell. sshhooww--aallll--iiff--uunnmmooddiiffiieedd ((OOffff)) - This alters the default behavior of the completion functions in + This alters the default behavior of the completion functions in a fashion similar to sshhooww--aallll--iiff--aammbbiigguuoouuss. If set to OOnn, words - which have more than one possible completion without any possi- - ble partial completion (the possible completions don't share a - common prefix) cause the matches to be listed immediately + which have more than one possible completion without any possi- + ble partial completion (the possible completions don't share a + common prefix) cause the matches to be listed immediately instead of ringing the bell. sshhooww--mmooddee--iinn--pprroommpptt ((OOffff)) - If set to OOnn, add a character to the beginning of the prompt - indicating the editing mode: emacs (@), vi command (:) or vi + If set to OOnn, add a character to the beginning of the prompt + indicating the editing mode: emacs (@), vi command (:) or vi insertion (+). sskkiipp--ccoommpplleetteedd--tteexxtt ((OOffff)) - If set to OOnn, this alters the default completion behavior when - inserting a single match into the line. It's only active when - performing completion in the middle of a word. If enabled, - readline does not insert characters from the completion that - match characters after point in the word being completed, so + If set to OOnn, this alters the default completion behavior when + inserting a single match into the line. It's only active when + performing completion in the middle of a word. If enabled, + readline does not insert characters from the completion that + match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. + vvii--ccmmdd--mmooddee--ssttrriinngg ((((ccmmdd)))) + This string is displayed immediately before the last line of the + primary prompt when vi editing mode is active and in command + mode. The value is expanded like a key binding, so the standard + set of meta- and control prefixes and backslash escape sequences + is available. Use the \1 and \2 escapes to begin and end + sequences of non-printing characters, which can be used to embed + a terminal control sequence into the mode string. + vvii--iinnss--mmooddee--ssttrriinngg ((((iinnss)))) + This string is displayed immediately before the last line of the + primary prompt when vi editing mode is active and in insertion + mode. The value is expanded like a key binding, so the standard + set of meta- and control prefixes and backslash escape sequences + is available. Use the \1 and \2 escapes to begin and end + sequences of non-printing characters, which can be used to embed + a terminal control sequence into the mode string. vviissiibbllee--ssttaattss ((OOffff)) - If set to OOnn, a character denoting a file's type as reported by - _s_t_a_t(2) is appended to the filename when listing possible com- + If set to OOnn, a character denoting a file's type as reported by + _s_t_a_t(2) is appended to the filename when listing possible com- pletions. RReeaaddlliinnee CCoonnddiittiioonnaall CCoonnssttrruuccttss - Readline implements a facility similar in spirit to the conditional - compilation features of the C preprocessor which allows key bindings - and variable settings to be performed as the result of tests. There + Readline implements a facility similar in spirit to the conditional + compilation features of the C preprocessor which allows key bindings + and variable settings to be performed as the result of tests. There are four parser directives used. - $$iiff The $$iiff construct allows bindings to be made based on the edit- - ing mode, the terminal being used, or the application using - readline. The text of the test extends to the end of the line; + $$iiff The $$iiff construct allows bindings to be made based on the edit- + ing mode, the terminal being used, or the application using + readline. The text of the test extends to the end of the line; no characters are required to isolate it. - mmooddee The mmooddee== form of the $$iiff directive is used to test - whether readline is in emacs or vi mode. This may be - used in conjunction with the sseett kkeeyymmaapp command, for - instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and - _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in + mmooddee The mmooddee== form of the $$iiff directive is used to test + whether readline is in emacs or vi mode. This may be + used in conjunction with the sseett kkeeyymmaapp command, for + instance, to set bindings in the _e_m_a_c_s_-_s_t_a_n_d_a_r_d and + _e_m_a_c_s_-_c_t_l_x keymaps only if readline is starting out in emacs mode. - tteerrmm The tteerrmm== form may be used to include terminal-specific + tteerrmm The tteerrmm== form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the terminal's function keys. The word on the right side - of the == is tested against the both full name of the ter- - minal and the portion of the terminal name before the - first --. This allows _s_u_n to match both _s_u_n and _s_u_n_-_c_m_d, + of the == is tested against both the full name of the ter- + minal and the portion of the terminal name before the + first --. This allows _s_u_n to match both _s_u_n and _s_u_n_-_c_m_d, for instance. aapppplliiccaattiioonn The aapppplliiccaattiioonn construct is used to include application- specific settings. Each program using the readline - library sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization + library sets the _a_p_p_l_i_c_a_t_i_o_n _n_a_m_e, and an initialization file can test for a particular value. This could be used - to bind key sequences to functions useful for a specific - program. For instance, the following command adds a key - sequence that quotes the current or previous word in + to bind key sequences to functions useful for a specific + program. For instance, the following command adds a key + sequence that quotes the current or previous word in bbaasshh: $$iiff Bash @@ -3114,51 +3267,51 @@ RREEAADDLLIINNEE test fails. $$iinncclluuddee - This directive takes a single filename as an argument and reads - commands and bindings from that file. For example, the follow- + This directive takes a single filename as an argument and reads + commands and bindings from that file. For example, the follow- ing directive would read _/_e_t_c_/_i_n_p_u_t_r_c: $$iinncclluuddee _/_e_t_c_/_i_n_p_u_t_r_c SSeeaarrcchhiinngg - Readline provides commands for searching through the command history + Readline provides commands for searching through the command history (see HHIISSTTOORRYY below) for lines containing a specified string. There are two search modes: _i_n_c_r_e_m_e_n_t_a_l and _n_o_n_-_i_n_c_r_e_m_e_n_t_a_l. - Incremental searches begin before the user has finished typing the - search string. As each character of the search string is typed, read- + Incremental searches begin before the user has finished typing the + search string. As each character of the search string is typed, read- line displays the next entry from the history matching the string typed - so far. An incremental search requires only as many characters as - needed to find the desired history entry. The characters present in - the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used to terminate an + so far. An incremental search requires only as many characters as + needed to find the desired history entry. The characters present in + the value of the iisseeaarrcchh--tteerrmmiinnaattoorrss variable are used to terminate an incremental search. If that variable has not been assigned a value the - Escape and Control-J characters will terminate an incremental search. - Control-G will abort an incremental search and restore the original - line. When the search is terminated, the history entry containing the + Escape and Control-J characters will terminate an incremental search. + Control-G will abort an incremental search and restore the original + line. When the search is terminated, the history entry containing the search string becomes the current line. - To find other matching entries in the history list, type Control-S or - Control-R as appropriate. This will search backward or forward in the - history for the next entry matching the search string typed so far. - Any other key sequence bound to a readline command will terminate the - search and execute that command. For instance, a _n_e_w_l_i_n_e will termi- + To find other matching entries in the history list, type Control-S or + Control-R as appropriate. This will search backward or forward in the + history for the next entry matching the search string typed so far. + Any other key sequence bound to a readline command will terminate the + search and execute that command. For instance, a _n_e_w_l_i_n_e will termi- nate the search and accept the line, thereby executing the command from the history list. Readline remembers the last incremental search string. If two Control- - Rs are typed without any intervening characters defining a new search + Rs are typed without any intervening characters defining a new search string, any remembered search string is used. - Non-incremental searches read the entire search string before starting - to search for matching history lines. The search string may be typed + Non-incremental searches read the entire search string before starting + to search for matching history lines. The search string may be typed by the user or be part of the contents of the current line. RReeaaddlliinnee CCoommmmaanndd NNaammeess - The following is a list of the names of the commands and the default + The following is a list of the names of the commands and the default key sequences to which they are bound. Command names without an accom- panying key sequence are unbound by default. In the following descrip- - tions, _p_o_i_n_t refers to the current cursor position, and _m_a_r_k refers to - a cursor position saved by the sseett--mmaarrkk command. The text between the + tions, _p_o_i_n_t refers to the current cursor position, and _m_a_r_k refers to + a cursor position saved by the sseett--mmaarrkk command. The text between the point and mark is referred to as the _r_e_g_i_o_n. CCoommmmaannddss ffoorr MMoovviinngg @@ -3174,17 +3327,17 @@ RREEAADDLLIINNEE Move forward to the end of the next word. Words are composed of alphanumeric characters (letters and digits). bbaacckkwwaarrdd--wwoorrdd ((MM--bb)) - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words are composed of alphanumeric characters (letters and digits). sshheellll--ffoorrwwaarrdd--wwoorrdd - Move forward to the end of the next word. Words are delimited + Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. sshheellll--bbaacckkwwaarrdd--wwoorrdd - Move back to the start of the current or previous word. Words + Move back to the start of the current or previous word. Words are delimited by non-quoted shell metacharacters. cclleeaarr--ssccrreeeenn ((CC--ll)) - Clear the screen leaving the current line at the top of the - screen. With an argument, refresh the current line without + Clear the screen leaving the current line at the top of the + screen. With an argument, refresh the current line without clearing the screen. rreeddrraaww--ccuurrrreenntt--lliinnee Refresh the current line. @@ -3192,67 +3345,67 @@ RREEAADDLLIINNEE CCoommmmaannddss ffoorr MMaanniippuullaattiinngg tthhee HHiissttoorryy aacccceepptt--lliinnee ((NNeewwlliinnee,, RReettuurrnn)) Accept the line regardless of where the cursor is. If this line - is non-empty, add it to the history list according to the state - of the HHIISSTTCCOONNTTRROOLL variable. If the line is a modified history + is non-empty, add it to the history list according to the state + of the HHIISSTTCCOONNTTRROOLL variable. If the line is a modified history line, then restore the history line to its original state. pprreevviioouuss--hhiissttoorryy ((CC--pp)) Fetch the previous command from the history list, moving back in the list. nneexxtt--hhiissttoorryy ((CC--nn)) - Fetch the next command from the history list, moving forward in + Fetch the next command from the history list, moving forward in the list. bbeeggiinnnniinngg--ooff--hhiissttoorryy ((MM--<<)) Move to the first line in the history. eenndd--ooff--hhiissttoorryy ((MM-->>)) - Move to the end of the input history, i.e., the line currently + Move to the end of the input history, i.e., the line currently being entered. rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((CC--rr)) - Search backward starting at the current line and moving `up' - through the history as necessary. This is an incremental + Search backward starting at the current line and moving `up' + through the history as necessary. This is an incremental search. ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((CC--ss)) - Search forward starting at the current line and moving `down' - through the history as necessary. This is an incremental + Search forward starting at the current line and moving `down' + through the history as necessary. This is an incremental search. nnoonn--iinnccrreemmeennttaall--rreevveerrssee--sseeaarrcchh--hhiissttoorryy ((MM--pp)) Search backward through the history starting at the current line - using a non-incremental search for a string supplied by the + using a non-incremental search for a string supplied by the user. nnoonn--iinnccrreemmeennttaall--ffoorrwwaarrdd--sseeaarrcchh--hhiissttoorryy ((MM--nn)) - Search forward through the history using a non-incremental + Search forward through the history using a non-incremental search for a string supplied by the user. hhiissttoorryy--sseeaarrcchh--ffoorrwwaarrdd - Search forward through the history for the string of characters - between the start of the current line and the point. This is a + Search forward through the history for the string of characters + between the start of the current line and the point. This is a non-incremental search. hhiissttoorryy--sseeaarrcchh--bbaacckkwwaarrdd Search backward through the history for the string of characters - between the start of the current line and the point. This is a + between the start of the current line and the point. This is a non-incremental search. yyaannkk--nntthh--aarrgg ((MM--CC--yy)) - Insert the first argument to the previous command (usually the + Insert the first argument to the previous command (usually the second word on the previous line) at point. With an argument _n, - insert the _nth word from the previous command (the words in the - previous command begin with word 0). A negative argument + insert the _nth word from the previous command (the words in the + previous command begin with word 0). A negative argument inserts the _nth word from the end of the previous command. Once - the argument _n is computed, the argument is extracted as if the + the argument _n is computed, the argument is extracted as if the "!_n" history expansion had been specified. yyaannkk--llaasstt--aarrgg ((MM--..,, MM--__)) - Insert the last argument to the previous command (the last word + Insert the last argument to the previous command (the last word of the previous history entry). With a numeric argument, behave - exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg - move back through the history list, inserting the last word (or - the word specified by the argument to the first call) of each + exactly like yyaannkk--nntthh--aarrgg. Successive calls to yyaannkk--llaasstt--aarrgg + move back through the history list, inserting the last word (or + the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive - calls determines the direction to move through the history. A - negative argument switches the direction through the history + calls determines the direction to move through the history. A + negative argument switches the direction through the history (back or forward). The history expansion facilities are used to extract the last word, as if the "!$" history expansion had been specified. sshheellll--eexxppaanndd--lliinnee ((MM--CC--ee)) Expand the line as the shell does. This performs alias and his- tory expansion as well as all of the shell word expansions. See - HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. + HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. hhiissttoorryy--eexxppaanndd--lliinnee ((MM--^^)) Perform history expansion on the current line. See HHIISSTTOORRYY EEXXPPAANNSSIIOONN below for a description of history expansion. @@ -3347,11 +3500,11 @@ RREEAADDLLIINNEE bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) Kill the word behind point. Word boundaries are the same as those used by bbaacckkwwaarrdd--wwoorrdd. - sshheellll--kkiillll--wwoorrdd ((MM--dd)) + sshheellll--kkiillll--wwoorrdd Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the same as those used by sshheellll--ffoorrwwaarrdd--wwoorrdd. - sshheellll--bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt)) + sshheellll--bbaacckkwwaarrdd--kkiillll--wwoorrdd Kill the word behind point. Word boundaries are the same as those used by sshheellll--bbaacckkwwaarrdd--wwoorrdd. uunniixx--wwoorrdd--rruubboouutt ((CC--ww)) @@ -3390,7 +3543,7 @@ RREEAADDLLIINNEE lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a character that is - neither a digit or minus sign, the argument count for the next + neither a digit nor minus sign, the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argu- ment count four, a second time makes the argument count sixteen, @@ -3502,84 +3655,84 @@ RREEAADDLLIINNEE uunnddoo ((CC--__,, CC--xx CC--uu)) Incremental undo, separately remembered for each line. rreevveerrtt--lliinnee ((MM--rr)) - Undo all changes made to this line. This is like executing the - uunnddoo command enough times to return the line to its initial + Undo all changes made to this line. This is like executing the + uunnddoo command enough times to return the line to its initial state. ttiillddee--eexxppaanndd ((MM--&&)) Perform tilde expansion on the current word. sseett--mmaarrkk ((CC--@@,, MM--<>)) - Set the mark to the point. If a numeric argument is supplied, + Set the mark to the point. If a numeric argument is supplied, the mark is set to that position. eexxcchhaannggee--ppooiinntt--aanndd--mmaarrkk ((CC--xx CC--xx)) - Swap the point with the mark. The current cursor position is - set to the saved position, and the old cursor position is saved + Swap the point with the mark. The current cursor position is + set to the saved position, and the old cursor position is saved as the mark. cchhaarraacctteerr--sseeaarrcchh ((CC--]])) A character is read and point is moved to the next occurrence of - that character. A negative count searches for previous occur- + that character. A negative count searches for previous occur- rences. cchhaarraacctteerr--sseeaarrcchh--bbaacckkwwaarrdd ((MM--CC--]])) - A character is read and point is moved to the previous occur- - rence of that character. A negative count searches for subse- + A character is read and point is moved to the previous occur- + rence of that character. A negative count searches for subse- quent occurrences. sskkiipp--ccssii--sseeqquueennccee - Read enough characters to consume a multi-key sequence such as - those defined for keys like Home and End. Such sequences begin + Read enough characters to consume a multi-key sequence such as + those defined for keys like Home and End. Such sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. If this - sequence is bound to "\[", keys producing such sequences will - have no effect unless explicitly bound to a readline command, - instead of inserting stray characters into the editing buffer. + sequence is bound to "\[", keys producing such sequences will + have no effect unless explicitly bound to a readline command, + instead of inserting stray characters into the editing buffer. This is unbound by default, but usually bound to ESC-[. iinnsseerrtt--ccoommmmeenntt ((MM--##)) - Without a numeric argument, the value of the readline ccoomm-- - mmeenntt--bbeeggiinn variable is inserted at the beginning of the current + Without a numeric argument, the value of the readline ccoomm-- + mmeenntt--bbeeggiinn variable is inserted at the beginning of the current line. If a numeric argument is supplied, this command acts as a - toggle: if the characters at the beginning of the line do not - match the value of ccoommmmeenntt--bbeeggiinn, the value is inserted, other- + toggle: if the characters at the beginning of the line do not + match the value of ccoommmmeenntt--bbeeggiinn, the value is inserted, other- wise the characters in ccoommmmeenntt--bbeeggiinn are deleted from the begin- - ning of the line. In either case, the line is accepted as if a - newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn - causes this command to make the current line a shell comment. - If a numeric argument causes the comment character to be + ning of the line. In either case, the line is accepted as if a + newline had been typed. The default value of ccoommmmeenntt--bbeeggiinn + causes this command to make the current line a shell comment. + If a numeric argument causes the comment character to be removed, the line will be executed by the shell. gglloobb--ccoommpplleettee--wwoorrdd ((MM--gg)) - The word before point is treated as a pattern for pathname - expansion, with an asterisk implicitly appended. This pattern - is used to generate a list of matching filenames for possible + The word before point is treated as a pattern for pathname + expansion, with an asterisk implicitly appended. This pattern + is used to generate a list of matching filenames for possible completions. gglloobb--eexxppaanndd--wwoorrdd ((CC--xx **)) - The word before point is treated as a pattern for pathname - expansion, and the list of matching filenames is inserted, - replacing the word. If a numeric argument is supplied, an + The word before point is treated as a pattern for pathname + expansion, and the list of matching filenames is inserted, + replacing the word. If a numeric argument is supplied, an asterisk is appended before pathname expansion. gglloobb--lliisstt--eexxppaannssiioonnss ((CC--xx gg)) - The list of expansions that would have been generated by - gglloobb--eexxppaanndd--wwoorrdd is displayed, and the line is redrawn. If a - numeric argument is supplied, an asterisk is appended before + The list of expansions that would have been generated by + gglloobb--eexxppaanndd--wwoorrdd is displayed, and the line is redrawn. If a + numeric argument is supplied, an asterisk is appended before pathname expansion. dduummpp--ffuunnccttiioonnss - Print all of the functions and their key bindings to the read- + Print all of the functions and their key bindings to the read- line output stream. If a numeric argument is supplied, the out- - put is formatted in such a way that it can be made part of an + put is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--vvaarriiaabblleess Print all of the settable readline variables and their values to - the readline output stream. If a numeric argument is supplied, - the output is formatted in such a way that it can be made part + the readline output stream. If a numeric argument is supplied, + the output is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. dduummpp--mmaaccrrooss - Print all of the readline key sequences bound to macros and the - strings they output. If a numeric argument is supplied, the + Print all of the readline key sequences bound to macros and the + strings they output. If a numeric argument is supplied, the output is formatted in such a way that it can be made part of an _i_n_p_u_t_r_c file. ddiissppllaayy--sshheellll--vveerrssiioonn ((CC--xx CC--vv)) - Display version information about the current instance of bbaasshh. + Display version information about the current instance of bbaasshh. PPrrooggrraammmmaabbllee CCoommpplleettiioonn When word completion is attempted for an argument to a command for which a completion specification (a _c_o_m_p_s_p_e_c) has been defined using - the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the pro- - grammable completion facilities are invoked. + the ccoommpplleettee builtin (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below), the program- + mable completion facilities are invoked. First, the command name is identified. If the command word is the empty string (completion attempted at the beginning of an empty line), @@ -3646,7 +3799,9 @@ RREEAADDLLIINNEE with a backslash; the backslash is removed before attempting a match. Any completion that matches the pattern will be removed from the list. A leading !! negates the pattern; in this case any completion not match- - ing the pattern will be removed. + ing the pattern will be removed. If the nnooccaasseemmaattcchh shell option is + enabled, the match is performed without regard to the case of alpha- + betic characters. Finally, any prefix and suffix specified with the --PP and --SS options are added to each member of the completion list, and the result is returned @@ -3776,7 +3931,9 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN quotes are considered one word. History expansions are introduced by the appearance of the history expansion character, which is !! by default. Only backslash (\\) and single quotes can quote the history - expansion character. + expansion character, but the history expansion character is also + treated as quoted if it immediately precedes the closing double quote + in a double-quoted string. Several characters inhibit history expansion if found immediately fol- lowing the history expansion character, even if it is unquoted: space, @@ -3842,17 +3999,17 @@ HHIISSTTOORRYY EEXXPPAANNSSIIOONN expand to the zeroth word if there is only one word in the line. %% The word matched by the most recent `?_s_t_r_i_n_g?' search. _x--_y A range of words; `-_y' abbreviates `0-_y'. - ** All of the words but the zeroth. This is a synonym for `_1_-_$'. - It is not an error to use ** if there is just one word in the + ** All of the words but the zeroth. This is a synonym for `_1_-_$'. + It is not an error to use ** if there is just one word in the event; the empty string is returned in that case. xx** Abbreviates _x_-_$. xx-- Abbreviates _x_-_$ like xx**, but omits the last word. - If a word designator is supplied without an event specification, the + If a word designator is supplied without an event specification, the previous command is used as the event. MMooddiiffiieerrss - After the optional word designator, there may appear a sequence of one + After the optional word designator, there may appear a sequence of one or more of the following modifiers, each preceded by a `:'. hh Remove a trailing filename component, leaving only the head. @@ -3885,38 +4042,44 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Unless otherwise noted, each builtin command documented in this section as accepting options preceded by -- accepts ---- to signify the end of the options. The ::, ttrruuee, ffaallssee, and tteesstt builtins do not accept options - and do not treat ---- specially. The eexxiitt, llooggoouutt, bbrreeaakk, ccoonnttiinnuuee, lleett, - and sshhiifftt builtins accept and process arguments beginning with -- with- - out requiring ----. Other builtins that accept arguments but are not - specified as accepting options interpret arguments beginning with -- as - invalid options and require ---- to prevent this interpretation. + and do not treat ---- specially. The eexxiitt, llooggoouutt, rreettuurrnn, bbrreeaakk, ccoonn-- + ttiinnuuee, lleett, and sshhiifftt builtins accept and process arguments beginning + with -- without requiring ----. Other builtins that accept arguments but + are not specified as accepting options interpret arguments beginning + with -- as invalid options and require ---- to prevent this interpreta- + tion. :: [_a_r_g_u_m_e_n_t_s] - No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s - and performing any specified redirections. A zero exit code is - returned. + No effect; the command does nothing beyond expanding _a_r_g_u_m_e_n_t_s + and performing any specified redirections. The return status is + zero. .. _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] ssoouurrccee _f_i_l_e_n_a_m_e [_a_r_g_u_m_e_n_t_s] - Read and execute commands from _f_i_l_e_n_a_m_e in the current shell - environment and return the exit status of the last command exe- - cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, - filenames in PPAATTHH are used to find the directory containing + Read and execute commands from _f_i_l_e_n_a_m_e in the current shell + environment and return the exit status of the last command exe- + cuted from _f_i_l_e_n_a_m_e. If _f_i_l_e_n_a_m_e does not contain a slash, + filenames in PPAATTHH are used to find the directory containing _f_i_l_e_n_a_m_e. The file searched for in PPAATTHH need not be executable. - When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is - searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option - to the sshhoopptt builtin command is turned off, the PPAATTHH is not - searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- - tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the - positional parameters are unchanged. The return status is the - status of the last command exited within the script (0 if no - commands are executed), and false if _f_i_l_e_n_a_m_e is not found or + When bbaasshh is not in _p_o_s_i_x _m_o_d_e, the current directory is + searched if no file is found in PPAATTHH. If the ssoouurrcceeppaatthh option + to the sshhoopptt builtin command is turned off, the PPAATTHH is not + searched. If any _a_r_g_u_m_e_n_t_s are supplied, they become the posi- + tional parameters when _f_i_l_e_n_a_m_e is executed. Otherwise the + positional parameters are unchanged. If the --TT option is + enabled, ssoouurrccee inherits any trap on DDEEBBUUGG; if it is not, any + DDEEBBUUGG trap string is saved and restored around the call to + ssoouurrccee, and ssoouurrccee unsets the DDEEBBUUGG trap while it executes. If + --TT is not set, and the sourced file changes the DDEEBBUUGG trap, the + new value is retained when ssoouurrccee completes. The return status + is the status of the last command exited within the script (0 if + no commands are executed), and false if _f_i_l_e_n_a_m_e is not found or cannot be read. aalliiaass [--pp] [_n_a_m_e[=_v_a_l_u_e] ...] AAlliiaass with no arguments or with the --pp option prints the list of aliases in the form aalliiaass _n_a_m_e=_v_a_l_u_e on standard output. When arguments are supplied, an alias is defined for each _n_a_m_e whose - _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word + _v_a_l_u_e is given. A trailing space in _v_a_l_u_e causes the next word to be checked for alias substitution when the alias is expanded. For each _n_a_m_e in the argument list for which no _v_a_l_u_e is sup- plied, the name and value of the alias is printed. AAlliiaass @@ -3936,7 +4099,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS bbiinndd [--mm _k_e_y_m_a_p] --ff _f_i_l_e_n_a_m_e bbiinndd [--mm _k_e_y_m_a_p] --xx _k_e_y_s_e_q:_s_h_e_l_l_-_c_o_m_m_a_n_d bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_f_u_n_c_t_i_o_n_-_n_a_m_e - bbiinndd _r_e_a_d_l_i_n_e_-_c_o_m_m_a_n_d + bbiinndd [--mm _k_e_y_m_a_p] _k_e_y_s_e_q:_r_e_a_d_l_i_n_e_-_c_o_m_m_a_n_d Display current rreeaaddlliinnee key and function bindings, bind a key sequence to a rreeaaddlliinnee function or macro, or set a rreeaaddlliinnee variable. Each non-option argument is a command as it would @@ -3947,18 +4110,19 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Use _k_e_y_m_a_p as the keymap to be affected by the subsequent bindings. Acceptable _k_e_y_m_a_p names are _e_m_a_c_s_, _e_m_a_c_s_-_s_t_a_n_- _d_a_r_d_, _e_m_a_c_s_-_m_e_t_a_, _e_m_a_c_s_-_c_t_l_x_, _v_i_, _v_i_-_m_o_v_e_, _v_i_-_c_o_m_m_a_n_d, - and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d; _e_m_a_c_s is - equivalent to _e_m_a_c_s_-_s_t_a_n_d_a_r_d. + and _v_i_-_i_n_s_e_r_t. _v_i is equivalent to _v_i_-_c_o_m_m_a_n_d (_v_i_-_m_o_v_e + is also a synonym); _e_m_a_c_s is equivalent to _e_m_a_c_s_-_s_t_a_n_- + _d_a_r_d. --ll List the names of all rreeaaddlliinnee functions. - --pp Display rreeaaddlliinnee function names and bindings in such a + --pp Display rreeaaddlliinnee function names and bindings in such a way that they can be re-read. --PP List current rreeaaddlliinnee function names and bindings. - --ss Display rreeaaddlliinnee key sequences bound to macros and the - strings they output in such a way that they can be re- + --ss Display rreeaaddlliinnee key sequences bound to macros and the + strings they output in such a way that they can be re- read. - --SS Display rreeaaddlliinnee key sequences bound to macros and the + --SS Display rreeaaddlliinnee key sequences bound to macros and the strings they output. - --vv Display rreeaaddlliinnee variable names and values in such a way + --vv Display rreeaaddlliinnee variable names and values in such a way that they can be re-read. --VV List current rreeaaddlliinnee variable names and values. --ff _f_i_l_e_n_a_m_e @@ -3970,110 +4134,110 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --rr _k_e_y_s_e_q Remove any current binding for _k_e_y_s_e_q. --xx _k_e_y_s_e_q::_s_h_e_l_l_-_c_o_m_m_a_n_d - Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is - entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets - the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- - lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the + Cause _s_h_e_l_l_-_c_o_m_m_a_n_d to be executed whenever _k_e_y_s_e_q is + entered. When _s_h_e_l_l_-_c_o_m_m_a_n_d is executed, the shell sets + the RREEAADDLLIINNEE__LLIINNEE variable to the contents of the rreeaadd-- + lliinnee line buffer and the RREEAADDLLIINNEE__PPOOIINNTT variable to the current location of the insertion point. If the executed - command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- - LLIINNEE__PPOOIINNTT, those new values will be reflected in the + command changes the value of RREEAADDLLIINNEE__LLIINNEE or RREEAADD-- + LLIINNEE__PPOOIINNTT, those new values will be reflected in the editing state. - --XX List all key sequences bound to shell commands and the - associated commands in a format that can be reused as + --XX List all key sequences bound to shell commands and the + associated commands in a format that can be reused as input. - The return value is 0 unless an unrecognized option is given or + The return value is 0 unless an unrecognized option is given or an error occurred. bbrreeaakk [_n] - Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is - specified, break _n levels. _n must be >= 1. If _n is greater - than the number of enclosing loops, all enclosing loops are - exited. The return value is 0 unless _n is not greater than or + Exit from within a ffoorr, wwhhiillee, uunnttiill, or sseelleecctt loop. If _n is + specified, break _n levels. _n must be >= 1. If _n is greater + than the number of enclosing loops, all enclosing loops are + exited. The return value is 0 unless _n is not greater than or equal to 1. bbuuiillttiinn _s_h_e_l_l_-_b_u_i_l_t_i_n [_a_r_g_u_m_e_n_t_s] - Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and + Execute the specified shell builtin, passing it _a_r_g_u_m_e_n_t_s, and return its exit status. This is useful when defining a function - whose name is the same as a shell builtin, retaining the func- + whose name is the same as a shell builtin, retaining the func- tionality of the builtin within the function. The ccdd builtin is - commonly redefined this way. The return status is false if + commonly redefined this way. The return status is false if _s_h_e_l_l_-_b_u_i_l_t_i_n is not a shell builtin command. ccaalllleerr [_e_x_p_r] Returns the context of any active subroutine call (a shell func- tion or a script executed with the .. or ssoouurrccee builtins). With- out _e_x_p_r, ccaalllleerr displays the line number and source filename of - the current subroutine call. If a non-negative integer is sup- + the current subroutine call. If a non-negative integer is sup- plied as _e_x_p_r, ccaalllleerr displays the line number, subroutine name, - and source file corresponding to that position in the current - execution call stack. This extra information may be used, for - example, to print a stack trace. The current frame is frame 0. - The return value is 0 unless the shell is not executing a sub- - routine call or _e_x_p_r does not correspond to a valid position in + and source file corresponding to that position in the current + execution call stack. This extra information may be used, for + example, to print a stack trace. The current frame is frame 0. + The return value is 0 unless the shell is not executing a sub- + routine call or _e_x_p_r does not correspond to a valid position in the call stack. ccdd [--LL|[--PP [--ee]] [-@]] [_d_i_r] - Change the current directory to _d_i_r. if _d_i_r is not supplied, - the value of the HHOOMMEE shell variable is the default. Any addi- + Change the current directory to _d_i_r. if _d_i_r is not supplied, + the value of the HHOOMMEE shell variable is the default. Any addi- tional arguments following _d_i_r are ignored. The variable CCDDPPAATTHH - defines the search path for the directory containing _d_i_r: each - directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative - directory names in CCDDPPAATTHH are separated by a colon (:). A null - directory name in CCDDPPAATTHH is the same as the current directory, + defines the search path for the directory containing _d_i_r: each + directory name in CCDDPPAATTHH is searched for _d_i_r. Alternative + directory names in CCDDPPAATTHH are separated by a colon (:). A null + directory name in CCDDPPAATTHH is the same as the current directory, i.e., ``..''. If _d_i_r begins with a slash (/), then CCDDPPAATTHH is not - used. The --PP option causes ccdd to use the physical directory - structure by resolving symbolic links while traversing _d_i_r and + used. The --PP option causes ccdd to use the physical directory + structure by resolving symbolic links while traversing _d_i_r and before processing instances of _._. in _d_i_r (see also the --PP option to the sseett builtin command); the --LL option forces symbolic links - to be followed by resolving the link after processing instances + to be followed by resolving the link after processing instances of _._. in _d_i_r. If _._. appears in _d_i_r, it is processed by removing - the immediately previous pathname component from _d_i_r, back to a - slash or the beginning of _d_i_r. If the --ee option is supplied - with --PP, and the current working directory cannot be success- - fully determined after a successful directory change, ccdd will - return an unsuccessful status. On systems that support it, the - --@@ option presents the extended attributes associated with a - file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD + the immediately previous pathname component from _d_i_r, back to a + slash or the beginning of _d_i_r. If the --ee option is supplied + with --PP, and the current working directory cannot be success- + fully determined after a successful directory change, ccdd will + return an unsuccessful status. On systems that support it, the + --@@ option presents the extended attributes associated with a + file as a directory. An argument of -- is converted to $$OOLLDDPPWWDD before the directory change is attempted. If a non-empty direc- - tory name from CCDDPPAATTHH is used, or if -- is the first argument, + tory name from CCDDPPAATTHH is used, or if -- is the first argument, and the directory change is successful, the absolute pathname of - the new working directory is written to the standard output. - The return value is true if the directory was successfully + the new working directory is written to the standard output. + The return value is true if the directory was successfully changed; false otherwise. ccoommmmaanndd [--ppVVvv] _c_o_m_m_a_n_d [_a_r_g ...] - Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function - lookup. Only builtin commands or commands found in the PPAATTHH are - executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is - performed using a default value for PPAATTHH that is guaranteed to - find all of the standard utilities. If either the --VV or --vv + Run _c_o_m_m_a_n_d with _a_r_g_s suppressing the normal shell function + lookup. Only builtin commands or commands found in the PPAATTHH are + executed. If the --pp option is given, the search for _c_o_m_m_a_n_d is + performed using a default value for PPAATTHH that is guaranteed to + find all of the standard utilities. If either the --VV or --vv option is supplied, a description of _c_o_m_m_a_n_d is printed. The --vv - option causes a single word indicating the command or filename + option causes a single word indicating the command or filename used to invoke _c_o_m_m_a_n_d to be displayed; the --VV option produces a - more verbose description. If the --VV or --vv option is supplied, - the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If + more verbose description. If the --VV or --vv option is supplied, + the exit status is 0 if _c_o_m_m_a_n_d was found, and 1 if not. If neither option is supplied and an error occurred or _c_o_m_m_a_n_d can- - not be found, the exit status is 127. Otherwise, the exit sta- + not be found, the exit status is 127. Otherwise, the exit sta- tus of the ccoommmmaanndd builtin is the exit status of _c_o_m_m_a_n_d. ccoommppggeenn [_o_p_t_i_o_n] [_w_o_r_d] - Generate possible completion matches for _w_o_r_d according to the - _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee - builtin with the exception of --pp and --rr, and write the matches - to the standard output. When using the --FF or --CC options, the - various shell variables set by the programmable completion + Generate possible completion matches for _w_o_r_d according to the + _o_p_t_i_o_ns, which may be any option accepted by the ccoommpplleettee + builtin with the exception of --pp and --rr, and write the matches + to the standard output. When using the --FF or --CC options, the + various shell variables set by the programmable completion facilities, while available, will not have useful values. - The matches will be generated in the same way as if the pro- - grammable completion code had generated them directly from a - completion specification with the same flags. If _w_o_r_d is speci- - fied, only those completions matching _w_o_r_d will be displayed. + The matches will be generated in the same way as if the program- + mable completion code had generated them directly from a comple- + tion specification with the same flags. If _w_o_r_d is specified, + only those completions matching _w_o_r_d will be displayed. - The return value is true unless an invalid option is supplied, + The return value is true unless an invalid option is supplied, or no matches were generated. - ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--GG _g_l_o_b_- + ccoommpplleettee [--aabbccddeeffggjjkkssuuvv] [--oo _c_o_m_p_-_o_p_t_i_o_n] [--DDEE] [--AA _a_c_t_i_o_n] [--GG _g_l_o_b_- _p_a_t] [--WW _w_o_r_d_l_i_s_t] [--FF _f_u_n_c_t_i_o_n] [--CC _c_o_m_m_a_n_d] [--XX _f_i_l_t_e_r_p_a_t] [--PP _p_r_e_f_i_x] [--SS _s_u_f_f_i_x] _n_a_m_e [_n_a_m_e _._._.] ccoommpplleettee --pprr [--DDEE] [_n_a_m_e ...] @@ -4091,8 +4255,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS attempted on a blank line. The process of applying these completion specifications when - word completion is attempted is described above under PPrroo-- - ggrraammmmaabbllee CCoommpplleettiioonn. + word completion is attempted is described above under PPrrooggrraamm-- + mmaabbllee CCoommpplleettiioonn. Other options, if specified, have the following meanings. The arguments to the --GG, --WW, and --XX options (and, if necessary, the @@ -4120,22 +4284,24 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS nnooqquuoottee Tell readline not to quote the completed words if they are filenames (quoting filenames is the default). - nnoossppaaccee Tell readline not to append a space (the - default) to words completed at the end of the + nnoossoorrtt Tell readline not to sort the list of possible + completions alphabetically. + nnoossppaaccee Tell readline not to append a space (the + default) to words completed at the end of the line. pplluussddiirrss - After any matches defined by the compspec are - generated, directory name completion is - attempted and any matches are added to the + After any matches defined by the compspec are + generated, directory name completion is + attempted and any matches are added to the results of the other actions. --AA _a_c_t_i_o_n - The _a_c_t_i_o_n may be one of the following to generate a + The _a_c_t_i_o_n may be one of the following to generate a list of possible completions: aalliiaass Alias names. May also be specified as --aa. aarrrraayyvvaarr Array variable names. bbiinnddiinngg RReeaaddlliinnee key binding names. - bbuuiillttiinn Names of shell builtin commands. May also be + bbuuiillttiinn Names of shell builtin commands. May also be specified as --bb. ccoommmmaanndd Command names. May also be specified as --cc. ddiirreeccttoorryy @@ -4143,7 +4309,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ddiissaabblleedd Names of disabled shell builtins. eennaabblleedd Names of enabled shell builtins. - eexxppoorrtt Names of exported shell variables. May also be + eexxppoorrtt Names of exported shell variables. May also be specified as --ee. ffiillee File names. May also be specified as --ff. ffuunnccttiioonn @@ -4152,11 +4318,11 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS hheellppttooppiicc Help topics as accepted by the hheellpp builtin. hhoossttnnaammee - Hostnames, as taken from the file specified by + Hostnames, as taken from the file specified by the HHOOSSTTFFIILLEE shell variable. - jjoobb Job names, if job control is active. May also + jjoobb Job names, if job control is active. May also be specified as --jj. - kkeeyywwoorrdd Shell reserved words. May also be specified as + kkeeyywwoorrdd Shell reserved words. May also be specified as --kk. rruunnnniinngg Names of running jobs, if job control is active. sseerrvviiccee Service names. May also be specified as --ss. @@ -4171,40 +4337,40 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS Names of all shell variables. May also be spec- ified as --vv. --CC _c_o_m_m_a_n_d - _c_o_m_m_a_n_d is executed in a subshell environment, and its + _c_o_m_m_a_n_d is executed in a subshell environment, and its output is used as the possible completions. --FF _f_u_n_c_t_i_o_n - The shell function _f_u_n_c_t_i_o_n is executed in the current - shell environment. When the function is executed, the - first argument ($$11) is the name of the command whose - arguments are being completed, the second argument ($$22) + The shell function _f_u_n_c_t_i_o_n is executed in the current + shell environment. When the function is executed, the + first argument ($$11) is the name of the command whose + arguments are being completed, the second argument ($$22) is the word being completed, and the third argument ($$33) - is the word preceding the word being completed on the - current command line. When it finishes, the possible - completions are retrieved from the value of the CCOOMMPPRREE-- + is the word preceding the word being completed on the + current command line. When it finishes, the possible + completions are retrieved from the value of the CCOOMMPPRREE-- PPLLYY array variable. --GG _g_l_o_b_p_a_t - The pathname expansion pattern _g_l_o_b_p_a_t is expanded to + The pathname expansion pattern _g_l_o_b_p_a_t is expanded to generate the possible completions. --PP _p_r_e_f_i_x - _p_r_e_f_i_x is added at the beginning of each possible com- + _p_r_e_f_i_x is added at the beginning of each possible com- pletion after all other options have been applied. --SS _s_u_f_f_i_x _s_u_f_f_i_x is appended to each possible completion after all other options have been applied. --WW _w_o_r_d_l_i_s_t - The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS - special variable as delimiters, and each resultant word - is expanded. The possible completions are the members - of the resultant list which match the word being com- + The _w_o_r_d_l_i_s_t is split using the characters in the IIFFSS + special variable as delimiters, and each resultant word + is expanded. The possible completions are the members + of the resultant list which match the word being com- pleted. --XX _f_i_l_t_e_r_p_a_t - _f_i_l_t_e_r_p_a_t is a pattern as used for pathname expansion. + _f_i_l_t_e_r_p_a_t is a pattern as used for pathname expansion. It is applied to the list of possible completions gener- - ated by the preceding options and arguments, and each - completion matching _f_i_l_t_e_r_p_a_t is removed from the list. - A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this - case, any completion not matching _f_i_l_t_e_r_p_a_t is removed. + ated by the preceding options and arguments, and each + completion matching _f_i_l_t_e_r_p_a_t is removed from the list. + A leading !! in _f_i_l_t_e_r_p_a_t negates the pattern; in this + case, any completion not matching _f_i_l_t_e_r_p_a_t is removed. The return value is true unless an invalid option is supplied, an option other than --pp or --rr is supplied without a _n_a_m_e argu- @@ -4252,12 +4418,12 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS inhibits the display of function definitions; only the function name and attributes are printed. If the eexxttddeebbuugg shell option is enabled using sshhoopptt, the source file name and line number - where the function is defined are displayed as well. The --FF - option implies --ff. The --gg option forces variables to be created - or modified at the global scope, even when ddeeccllaarree is executed - in a shell function. It is ignored in all other cases. The - following options can be used to restrict output to variables - with the specified attribute or to give variables attributes: + where each _n_a_m_e is defined are displayed as well. The --FF option + implies --ff. The --gg option forces variables to be created or + modified at the global scope, even when ddeeccllaarree is executed in a + shell function. It is ignored in all other cases. The follow- + ing options can be used to restrict output to variables with the + specified attribute or to give variables attributes: --aa Each _n_a_m_e is an indexed array variable (see AArrrraayyss above). --AA Each _n_a_m_e is an associative array variable (see AArrrraayyss @@ -4271,11 +4437,11 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS attribute is disabled. --nn Give each _n_a_m_e the _n_a_m_e_r_e_f attribute, making it a name reference to another variable. That other variable is - defined by the value of _n_a_m_e. All references and assign- - ments to _n_a_m_e, except for changing the --nn attribute - itself, are performed on the variable referenced by - _n_a_m_e's value. The --nn attribute cannot be applied to - array variables. + defined by the value of _n_a_m_e. All references, assign- + ments, and attribute modifications to _n_a_m_e, except those + using or changing the --nn attribute itself, are performed + on the variable referenced by _n_a_m_e's value. The nameref + attribute cannot be applied to array variables. --rr Make _n_a_m_es readonly. These names cannot then be assigned values by subsequent assignment statements or unset. --tt Give each _n_a_m_e the _t_r_a_c_e attribute. Traced functions @@ -4312,10 +4478,11 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS directories. The default display is on a single line with directory names separated by spaces. Directories are added to the list with the ppuusshhdd command; the ppooppdd command removes - entries from the list. + entries from the list. The current directory is always the + first directory in the stack. --cc Clears the directory stack by deleting all of the entries. - --ll Produces a listing using full pathnames; the default + --ll Produces a listing using full pathnames; the default listing format uses a tilde to denote the home directory. --pp Print the directory stack with one entry per line. --vv Print the directory stack with one entry per line, pre- @@ -4330,7 +4497,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS The return value is 0 unless an invalid option is supplied or _n indexes beyond the end of the directory stack. - ddiissoowwnn [--aarr] [--hh] [_j_o_b_s_p_e_c ...] + ddiissoowwnn [--aarr] [--hh] [_j_o_b_s_p_e_c ... | _p_i_d ... ] Without options, remove each _j_o_b_s_p_e_c from the table of active jobs. If _j_o_b_s_p_e_c is not present, and neither the --aa nor the --rr option is supplied, the _c_u_r_r_e_n_t _j_o_b is used. If the --hh option @@ -4414,101 +4581,101 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS returns failure. An interactive shell returns failure if the file cannot be executed. If _c_o_m_m_a_n_d is not specified, any redi- rections take effect in the current shell, and the return status - is 0. If there is a redirection error, the return status is 1. + is 0. If there is a redirection error, the return status is 1. eexxiitt [_n] - Cause the shell to exit with a status of _n. If _n is omitted, + Cause the shell to exit with a status of _n. If _n is omitted, the exit status is that of the last command executed. A trap on EEXXIITT is executed before the shell terminates. eexxppoorrtt [--ffnn] [_n_a_m_e[=_w_o_r_d]] ... eexxppoorrtt --pp - The supplied _n_a_m_e_s are marked for automatic export to the envi- - ronment of subsequently executed commands. If the --ff option is - given, the _n_a_m_e_s refer to functions. If no _n_a_m_e_s are given, or - if the --pp option is supplied, a list of names of all exported - variables is printed. The --nn option causes the export property + The supplied _n_a_m_e_s are marked for automatic export to the envi- + ronment of subsequently executed commands. If the --ff option is + given, the _n_a_m_e_s refer to functions. If no _n_a_m_e_s are given, or + if the --pp option is supplied, a list of names of all exported + variables is printed. The --nn option causes the export property to be removed from each _n_a_m_e. If a variable name is followed by =_w_o_r_d, the value of the variable is set to _w_o_r_d. eexxppoorrtt returns an exit status of 0 unless an invalid option is encountered, one - of the _n_a_m_e_s is not a valid shell variable name, or --ff is sup- + of the _n_a_m_e_s is not a valid shell variable name, or --ff is sup- plied with a _n_a_m_e that is not a function. ffcc [--ee _e_n_a_m_e] [--llnnrr] [_f_i_r_s_t] [_l_a_s_t] ffcc --ss [_p_a_t=_r_e_p] [_c_m_d] - The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t - from the history list and displays or edits and re-executes - them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate - the last command beginning with that string) or as a number (an - index into the history list, where a negative number is used as - an offset from the current command number). If _l_a_s_t is not - specified it is set to the current command for listing (so that - ``fc -l -10'' prints the last 10 commands) and to _f_i_r_s_t other- - wise. If _f_i_r_s_t is not specified it is set to the previous com- + The first form selects a range of commands from _f_i_r_s_t to _l_a_s_t + from the history list and displays or edits and re-executes + them. _F_i_r_s_t and _l_a_s_t may be specified as a string (to locate + the last command beginning with that string) or as a number (an + index into the history list, where a negative number is used as + an offset from the current command number). If _l_a_s_t is not + specified it is set to the current command for listing (so that + ``fc -l -10'' prints the last 10 commands) and to _f_i_r_s_t other- + wise. If _f_i_r_s_t is not specified it is set to the previous com- mand for editing and -16 for listing. - The --nn option suppresses the command numbers when listing. The - --rr option reverses the order of the commands. If the --ll option - is given, the commands are listed on standard output. Other- - wise, the editor given by _e_n_a_m_e is invoked on a file containing - those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT - variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. - If neither variable is set, _v_i is used. When editing is com- + The --nn option suppresses the command numbers when listing. The + --rr option reverses the order of the commands. If the --ll option + is given, the commands are listed on standard output. Other- + wise, the editor given by _e_n_a_m_e is invoked on a file containing + those commands. If _e_n_a_m_e is not given, the value of the FFCCEEDDIITT + variable is used, and the value of EEDDIITTOORR if FFCCEEDDIITT is not set. + If neither variable is set, _v_i is used. When editing is com- plete, the edited commands are echoed and executed. - In the second form, _c_o_m_m_a_n_d is re-executed after each instance - of _p_a_t is replaced by _r_e_p. _C_o_m_m_a_n_d is intepreted the same as - _f_i_r_s_t above. A useful alias to use with this is ``r="fc -s"'', - so that typing ``r cc'' runs the last command beginning with + In the second form, _c_o_m_m_a_n_d is re-executed after each instance + of _p_a_t is replaced by _r_e_p. _C_o_m_m_a_n_d is intepreted the same as + _f_i_r_s_t above. A useful alias to use with this is ``r="fc -s"'', + so that typing ``r cc'' runs the last command beginning with ``cc'' and typing ``r'' re-executes the last command. - If the first form is used, the return value is 0 unless an - invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history - lines out of range. If the --ee option is supplied, the return + If the first form is used, the return value is 0 unless an + invalid option is encountered or _f_i_r_s_t or _l_a_s_t specify history + lines out of range. If the --ee option is supplied, the return value is the value of the last command executed or failure if an error occurs with the temporary file of commands. If the second - form is used, the return status is that of the command re-exe- - cuted, unless _c_m_d does not specify a valid history line, in + form is used, the return status is that of the command re-exe- + cuted, unless _c_m_d does not specify a valid history line, in which case ffcc returns failure. ffgg [_j_o_b_s_p_e_c] - Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. + Resume _j_o_b_s_p_e_c in the foreground, and make it the current job. If _j_o_b_s_p_e_c is not present, the shell's notion of the _c_u_r_r_e_n_t _j_o_b - is used. The return value is that of the command placed into - the foreground, or failure if run when job control is disabled + is used. The return value is that of the command placed into + the foreground, or failure if run when job control is disabled or, when run with job control enabled, if _j_o_b_s_p_e_c does not spec- - ify a valid job or _j_o_b_s_p_e_c specifies a job that was started + ify a valid job or _j_o_b_s_p_e_c specifies a job that was started without job control. ggeettooppttss _o_p_t_s_t_r_i_n_g _n_a_m_e [_a_r_g_s] - ggeettooppttss is used by shell procedures to parse positional parame- - ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- - nized; if a character is followed by a colon, the option is - expected to have an argument, which should be separated from it - by white space. The colon and question mark characters may not - be used as option characters. Each time it is invoked, ggeettooppttss - places the next option in the shell variable _n_a_m_e, initializing + ggeettooppttss is used by shell procedures to parse positional parame- + ters. _o_p_t_s_t_r_i_n_g contains the option characters to be recog- + nized; if a character is followed by a colon, the option is + expected to have an argument, which should be separated from it + by white space. The colon and question mark characters may not + be used as option characters. Each time it is invoked, ggeettooppttss + places the next option in the shell variable _n_a_m_e, initializing _n_a_m_e if it does not exist, and the index of the next argument to be processed into the variable OOPPTTIINNDD. OOPPTTIINNDD is initialized to - 1 each time the shell or a shell script is invoked. When an - option requires an argument, ggeettooppttss places that argument into - the variable OOPPTTAARRGG. The shell does not reset OOPPTTIINNDD automati- - cally; it must be manually reset between multiple calls to + 1 each time the shell or a shell script is invoked. When an + option requires an argument, ggeettooppttss places that argument into + the variable OOPPTTAARRGG. The shell does not reset OOPPTTIINNDD automati- + cally; it must be manually reset between multiple calls to ggeettooppttss within the same shell invocation if a new set of parame- ters is to be used. - When the end of options is encountered, ggeettooppttss exits with a - return value greater than zero. OOPPTTIINNDD is set to the index of + When the end of options is encountered, ggeettooppttss exits with a + return value greater than zero. OOPPTTIINNDD is set to the index of the first non-option argument, and _n_a_m_e is set to ?. - ggeettooppttss normally parses the positional parameters, but if more + ggeettooppttss normally parses the positional parameters, but if more arguments are given in _a_r_g_s, ggeettooppttss parses those instead. - ggeettooppttss can report errors in two ways. If the first character - of _o_p_t_s_t_r_i_n_g is a colon, _s_i_l_e_n_t error reporting is used. In - normal operation, diagnostic messages are printed when invalid - options or missing option arguments are encountered. If the - variable OOPPTTEERRRR is set to 0, no error messages will be dis- + ggeettooppttss can report errors in two ways. If the first character + of _o_p_t_s_t_r_i_n_g is a colon, _s_i_l_e_n_t error reporting is used. In + normal operation, diagnostic messages are printed when invalid + options or missing option arguments are encountered. If the + variable OOPPTTEERRRR is set to 0, no error messages will be dis- played, even if the first character of _o_p_t_s_t_r_i_n_g is not a colon. If an invalid option is seen, ggeettooppttss places ? into _n_a_m_e and, if @@ -4574,33 +4741,34 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --cc Clear the history list by deleting all the entries. --dd _o_f_f_s_e_t Delete the history entry at position _o_f_f_s_e_t. - --aa Append the ``new'' history lines (history lines entered - since the beginning of the current bbaasshh session) to the + --aa Append the ``new'' history lines to the history file. + These are history lines entered since the beginning of + the current bbaasshh session, but not already appended to the history file. - --nn Read the history lines not already read from the history - file into the current history list. These are lines - appended to the history file since the beginning of the + --nn Read the history lines not already read from the history + file into the current history list. These are lines + appended to the history file since the beginning of the current bbaasshh session. - --rr Read the contents of the history file and append them to + --rr Read the contents of the history file and append them to the current history list. --ww Write the current history list to the history file, over- writing the history file's contents. - --pp Perform history substitution on the following _a_r_g_s and - display the result on the standard output. Does not - store the results in the history list. Each _a_r_g must be + --pp Perform history substitution on the following _a_r_g_s and + display the result on the standard output. Does not + store the results in the history list. Each _a_r_g must be quoted to disable normal history expansion. - --ss Store the _a_r_g_s in the history list as a single entry. - The last command in the history list is removed before + --ss Store the _a_r_g_s in the history list as a single entry. + The last command in the history list is removed before the _a_r_g_s are added. - If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- - tion associated with each history entry is written to the his- - tory file, marked with the history comment character. When the - history file is read, lines beginning with the history comment - character followed immediately by a digit are interpreted as - timestamps for the previous history line. The return value is 0 - unless an invalid option is encountered, an error occurs while - reading or writing the history file, an invalid _o_f_f_s_e_t is sup- + If the HHIISSTTTTIIMMEEFFOORRMMAATT variable is set, the time stamp informa- + tion associated with each history entry is written to the his- + tory file, marked with the history comment character. When the + history file is read, lines beginning with the history comment + character followed immediately by a digit are interpreted as + timestamps for the following history entry. The return value is + 0 unless an invalid option is encountered, an error occurs while + reading or writing the history file, an invalid _o_f_f_s_e_t is sup- plied as an argument to --dd, or the history expansion supplied as an argument to --pp fails. @@ -4609,8 +4777,8 @@ 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 - status since the user was last notified of their status. + --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 leader. --rr Display only running jobs. @@ -4625,7 +4793,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS executes _c_o_m_m_a_n_d passing it _a_r_g_s, returning its exit status. kkiillll [--ss _s_i_g_s_p_e_c | --nn _s_i_g_n_u_m | --_s_i_g_s_p_e_c] [_p_i_d | _j_o_b_s_p_e_c] ... - kkiillll --ll [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] + kkiillll --ll|--LL [_s_i_g_s_p_e_c | _e_x_i_t___s_t_a_t_u_s] Send the signal named by _s_i_g_s_p_e_c or _s_i_g_n_u_m to the processes named by _p_i_d or _j_o_b_s_p_e_c. _s_i_g_s_p_e_c is either a case-insensitive signal name such as SSIIGGKKIILLLL (with or without the SSIIGG prefix) or @@ -4635,72 +4803,80 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS the names of the signals corresponding to the arguments are listed, and the return status is 0. The _e_x_i_t___s_t_a_t_u_s argument to --ll is a number specifying either a signal number or the exit - status of a process terminated by a signal. kkiillll returns true - if at least one signal was successfully sent, or false if an - error occurs or an invalid option is encountered. + status of a process terminated by a signal. The --LL option is + equivalent to --ll. kkiillll returns true if at least one signal was + successfully sent, or false if an error occurs or an invalid + option is encountered. lleett _a_r_g [_a_r_g ...] Each _a_r_g is an arithmetic expression to be evaluated (see AARRIITTHH-- - MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett + MMEETTIICC EEVVAALLUUAATTIIOONN above). If the last _a_r_g evaluates to 0, lleett returns 1; 0 is returned otherwise. - llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ...] - For each argument, a local variable named _n_a_m_e is created, and - assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted + llooccaall [_o_p_t_i_o_n] [_n_a_m_e[=_v_a_l_u_e] ... | - ] + For each argument, a local variable named _n_a_m_e is created, and + assigned _v_a_l_u_e. The _o_p_t_i_o_n can be any of the options accepted by ddeeccllaarree. When llooccaall is used within a function, it causes the - variable _n_a_m_e to have a visible scope restricted to that func- - tion and its children. With no operands, llooccaall writes a list of - local variables to the standard output. It is an error to use - llooccaall when not within a function. The return status is 0 unless - llooccaall is used outside a function, an invalid _n_a_m_e is supplied, - or _n_a_m_e is a readonly variable. + variable _n_a_m_e to have a visible scope restricted to that func- + tion and its children. If _n_a_m_e is -, the set of shell options + is made local to the function in which llooccaall is invoked: shell + options changed using the sseett builtin inside the function are + restored to their original values when the function returns. + With no operands, llooccaall writes a list of local variables to the + standard output. It is an error to use llooccaall when not within a + function. The return status is 0 unless llooccaall is used outside a + function, an invalid _n_a_m_e is supplied, or _n_a_m_e is a readonly + variable. llooggoouutt Exit a login shell. - mmaappffiillee [--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 [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC _c_a_l_l_b_a_c_k] - [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] - Read lines from the standard input into the indexed array vari- - able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- - plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if + mmaappffiillee [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC + _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] + rreeaaddaarrrraayy [--dd _d_e_l_i_m] [--nn _c_o_u_n_t] [--OO _o_r_i_g_i_n] [--ss _c_o_u_n_t] [--tt] [--uu _f_d] [--CC + _c_a_l_l_b_a_c_k] [--cc _q_u_a_n_t_u_m] [_a_r_r_a_y] + Read lines from the standard input into the indexed array vari- + able _a_r_r_a_y, or from file descriptor _f_d if the --uu option is sup- + plied. The variable MMAAPPFFIILLEE is the default _a_r_r_a_y. Options, if supplied, have the following meanings: + --dd The first character of _d_e_l_i_m is used to terminate each + input line, rather than newline. --nn Copy at most _c_o_u_n_t lines. If _c_o_u_n_t is 0, all lines are copied. --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 newline from each line read. - --uu Read lines from file descriptor _f_d instead of the stan- + --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- dard input. - --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The + --CC Evaluate _c_a_l_l_b_a_c_k each time _q_u_a_n_t_u_m lines are read. The --cc option specifies _q_u_a_n_t_u_m. - --cc Specify the number of lines read between each call to + --cc Specify the number of lines read between each call to _c_a_l_l_b_a_c_k. - If --CC is specified without --cc, the default quantum is 5000. + If --CC is specified without --cc, the default quantum is 5000. When _c_a_l_l_b_a_c_k is evaluated, it is supplied the index of the next array element to be assigned and the line to be assigned to that - element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after + element as additional arguments. _c_a_l_l_b_a_c_k is evaluated after the line is read but before the array element is assigned. - If not supplied with an explicit origin, mmaappffiillee will clear + If not supplied with an explicit origin, mmaappffiillee will clear _a_r_r_a_y before assigning to it. - mmaappffiillee returns successfully unless an invalid option or option - argument is supplied, _a_r_r_a_y is invalid or unassignable, or if + mmaappffiillee returns successfully unless an invalid option or option + argument is supplied, _a_r_r_a_y is invalid or unassignable, or if _a_r_r_a_y is not an indexed array. ppooppdd [-nn] [+_n] [-_n] - Removes entries from the directory stack. With no arguments, - removes the top directory from the stack, and performs a ccdd to + Removes entries from the directory stack. With no arguments, + removes the top directory from the stack, and performs a ccdd to the new top directory. Arguments, if supplied, have the follow- ing meanings: - --nn Suppresses the normal change of directory when removing - directories from the stack, so that only the stack is + --nn Suppresses the normal change of directory when removing + directories from the stack, so that only the stack is manipulated. - ++_n Removes the _nth entry counting from the left of the list - shown by ddiirrss, starting with zero. For example: ``popd + ++_n Removes the _nth entry counting from the left of the list + shown by ddiirrss, starting with zero. For example: ``popd +0'' removes the first directory, ``popd +1'' the second. --_n Removes the _nth entry counting from the right of the list shown by ddiirrss, starting with zero. For example: ``popd @@ -4727,83 +4903,83 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS addition to the standard _p_r_i_n_t_f(1) format specifications, pprriinnttff interprets the following extensions: %%bb causes pprriinnttff to expand backslash escape sequences in the - corresponding _a_r_g_u_m_e_n_t (except that \\cc terminates output, - backslashes in \\'', \\"", and \\?? are not removed, and octal - escapes beginning with \\00 may contain up to four digits). - %%qq causes pprriinnttff to output the corresponding _a_r_g_u_m_e_n_t in a + 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. %%((_d_a_t_e_f_m_t))TT - causes pprriinnttff to output the date-time string resulting - from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). + causes pprriinnttff to output the date-time string resulting + from using _d_a_t_e_f_m_t as a format string for _s_t_r_f_t_i_m_e(3). The corresponding _a_r_g_u_m_e_n_t is an integer representing the - number of seconds since the epoch. Two special argument - values may be used: -1 represents the current time, and - -2 represents the time the shell was invoked. If no - argument is specified, conversion behaves as if -1 had - been given. This is an exception to the usual pprriinnttff + number of seconds since the epoch. Two special argument + values may be used: -1 represents the current time, and + -2 represents the time the shell was invoked. If no + argument is specified, conversion behaves as if -1 had + been given. This is an exception to the usual pprriinnttff behavior. - Arguments to non-string format specifiers are treated as C con- + Arguments to non-string format specifiers are treated as C con- stants, except that a leading plus or minus sign is allowed, and - if the leading character is a single or double quote, the value + if the leading character is a single or double quote, the value is the ASCII value of the following character. - The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- + The _f_o_r_m_a_t is reused as necessary to consume all of the _a_r_g_u_- _m_e_n_t_s. If the _f_o_r_m_a_t requires more _a_r_g_u_m_e_n_t_s than are supplied, - the extra format specifications behave as if a zero value or - null string, as appropriate, had been supplied. The return + the extra format specifications behave as if a zero value or + null string, as appropriate, had been supplied. The return value is zero on success, non-zero on failure. ppuusshhdd [--nn] [+_n] [-_n] ppuusshhdd [--nn] [_d_i_r] - Adds a directory to the top of the directory stack, or rotates - the stack, making the new top of the stack the current working - directory. With no arguments, exchanges the top two directories - and returns 0, unless the directory stack is empty. Arguments, - if supplied, have the following meanings: - --nn Suppresses the normal change of directory when adding - directories to the stack, so that only the stack is - manipulated. - ++_n Rotates the stack so that the _nth directory (counting - from the left of the list shown by ddiirrss, starting with + Adds a directory to the top of the directory stack, or rotates + the stack, making the new top of the stack the current working + directory. With no arguments, ppuusshhdd exchanges the top two + directories and returns 0, unless the directory stack is empty. + Arguments, if supplied, have the following meanings: + --nn Suppresses the normal change of directory when rotating + or adding directories to the stack, so that only the + stack is manipulated. + ++_n Rotates the stack so that the _nth directory (counting + from the left of the list shown by ddiirrss, starting with zero) is at the top. - --_n Rotates the stack so that the _nth directory (counting - from the right of the list shown by ddiirrss, starting with + --_n Rotates the stack so that the _nth directory (counting + from the right of the list shown by ddiirrss, starting with zero) is at the top. _d_i_r Adds _d_i_r to the directory stack at the top, making it the - new current working directory as if it had been supplied + new current working directory as if it had been supplied as the argument to the ccdd builtin. If the ppuusshhdd command is successful, a ddiirrss is performed as well. - If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r - fails. With the second form, ppuusshhdd returns 0 unless the direc- - tory stack is empty, a non-existent directory stack element is - specified, or the directory change to the specified new current + If the first form is used, ppuusshhdd returns 0 unless the cd to _d_i_r + fails. With the second form, ppuusshhdd returns 0 unless the direc- + tory stack is empty, a non-existent directory stack element is + specified, or the directory change to the specified new current directory fails. ppwwdd [--LLPP] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the --PP option is supplied or the --oo pphhyyssiiccaall option to the sseett builtin command - is enabled. If the --LL option is used, the pathname printed may - contain symbolic links. The return status is 0 unless an error - occurs while reading the name of the current directory or an + is enabled. If the --LL option is used, the pathname printed may + contain symbolic links. The return status is 0 unless an error + occurs while reading the name of the current directory or an invalid option is supplied. rreeaadd [--eerrss] [--aa _a_n_a_m_e] [--dd _d_e_l_i_m] [--ii _t_e_x_t] [--nn _n_c_h_a_r_s] [--NN _n_c_h_a_r_s] [--pp _p_r_o_m_p_t] [--tt _t_i_m_e_o_u_t] [--uu _f_d] [_n_a_m_e ...] One line is read from the standard input, or from the file - descriptor _f_d supplied as an argument to the --uu option, and the + descriptor _f_d supplied as an argument to the --uu option, split + into words as described above under WWoorrdd SSpplliittttiinngg, and the first word is assigned to the first _n_a_m_e, the second word to the - second _n_a_m_e, and so on, with leftover words and their interven- - ing separators 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 values. The characters in IIFFSS are used to - split the line into words using the same rules the shell uses - for expansion (described above under WWoorrdd SSpplliittttiinngg). The back- - slash character (\\) may be used to remove any special meaning - for the next character read and for line continuation. Options, - if supplied, have the following meanings: + second _n_a_m_e, and so on. If there are more words than names, the + remaining words and their intervening delimiters are assigned to + the last _n_a_m_e. If there are fewer words read from the input + stream than names, the remaining names are assigned empty val- + ues. The characters in IIFFSS are used to split the line into + words using the same rules the shell uses for expansion + (described above under WWoorrdd SSpplliittttiinngg). The backslash character + (\\) may be used to remove any special meaning for the next char- + acter read and for line continuation. Options, if supplied, + 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 @@ -4821,7 +4997,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS placed into the editing buffer before editing begins. --nn _n_c_h_a_r_s rreeaadd returns after reading _n_c_h_a_r_s characters rather than - waiting for a complete line of input, but honor a delim- + waiting for a complete line of input, but honors a delim- iter if fewer than _n_c_h_a_r_s characters are read before the delimiter. --NN _n_c_h_a_r_s @@ -4830,61 +5006,69 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS EOF is encountered or rreeaadd times out. Delimiter charac- ters encountered in the input are not treated specially and do not cause rreeaadd to return until _n_c_h_a_r_s characters - are read. + are read. The result is not split on the characters in + IIFFSS; the intent is that the variable is assigned exactly + the characters read (with the exception of backslash; see + the --rr option below). --pp _p_r_o_m_p_t Display _p_r_o_m_p_t on standard error, without a trailing new- line, before attempting to read any input. The prompt is displayed only if input is coming from a terminal. --rr Backslash does not act as an escape character. The back- - slash is considered to be part of the line. In particu- - lar, a backslash-newline pair may not be used as a line + slash is considered to be part of the line. In particu- + lar, a backslash-newline pair may not be used as a line continuation. --ss Silent mode. If input is coming from a terminal, charac- ters are not echoed. --tt _t_i_m_e_o_u_t - Cause rreeaadd to time out and return failure if a complete - line of input (or a specified number of characters) is - not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- - mal number with a fractional portion following the deci- - mal point. This option is only effective if rreeaadd is - reading input from a terminal, pipe, or other special - file; it has no effect when reading from regular files. + Cause rreeaadd to time out and return failure if a complete + line of input (or a specified number of characters) is + not read within _t_i_m_e_o_u_t seconds. _t_i_m_e_o_u_t may be a deci- + mal number with a fractional portion following the deci- + mal point. This option is only effective if rreeaadd is + reading input from a terminal, pipe, or other special + file; it has no effect when reading from regular files. If rreeaadd times out, rreeaadd saves any partial input read into - the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd - returns immediately, without trying to read any data. - The exit status is 0 if input is available on the speci- - fied file descriptor, non-zero otherwise. The exit sta- + the specified variable _n_a_m_e. If _t_i_m_e_o_u_t is 0, rreeaadd + returns immediately, without trying to read any data. + The exit status is 0 if input is available on the speci- + fied file descriptor, non-zero otherwise. The exit sta- tus is greater than 128 if the timeout is exceeded. --uu _f_d Read input from file descriptor _f_d. If no _n_a_m_e_s are supplied, the line read is assigned to the vari- - able RREEPPLLYY. The return code is zero, unless end-of-file is - encountered, rreeaadd times out (in which case the return code is - greater than 128), a variable assignment error (such as assign- - ing to a readonly variable) occurs, or an invalid file descrip- - tor is supplied as the argument to --uu. + able RREEPPLLYY. The exit status is zero, unless end-of-file is + encountered, rreeaadd times out (in which case the status is greater + than 128), a variable assignment error (such as assigning to a + readonly variable) occurs, or an invalid file descriptor is sup- + plied as the argument to --uu. rreeaaddoonnllyy [--aaAAff] [--pp] [_n_a_m_e[=_w_o_r_d] ...] - The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s - may not be changed by subsequent assignment. If the --ff option - is supplied, the functions corresponding to the _n_a_m_e_s are so - marked. The --aa option restricts the variables to indexed - arrays; the --AA option restricts the variables to associative - arrays. If both options are supplied, --AA takes precedence. If - no _n_a_m_e arguments are given, or if the --pp option is supplied, a + The given _n_a_m_e_s are marked readonly; the values of these _n_a_m_e_s + may not be changed by subsequent assignment. If the --ff option + is supplied, the functions corresponding to the _n_a_m_e_s are so + marked. The --aa option restricts the variables to indexed + arrays; the --AA option restricts the variables to associative + arrays. If both options are supplied, --AA takes precedence. If + no _n_a_m_e arguments are given, or if the --pp option is supplied, a list of all readonly names is printed. The other options may be - used to restrict the output to a subset of the set of readonly - names. The --pp option causes output to be displayed in a format - that may be reused as input. If a variable name is followed by - =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return - status is 0 unless an invalid option is encountered, one of the + used to restrict the output to a subset of the set of readonly + names. The --pp option causes output to be displayed in a format + that may be reused as input. If a variable name is followed by + =_w_o_r_d, the value of the variable is set to _w_o_r_d. The return + status is 0 unless an invalid option is encountered, one of the _n_a_m_e_s is not a valid shell variable name, or --ff is supplied with a _n_a_m_e that is not a function. rreettuurrnn [_n] - Causes a function to stop executing and return the value speci- - fied by _n to its caller. If _n is omitted, the return status is - that of the last command executed in the function body. If + Causes a function to stop executing and return the value speci- + fied by _n to its caller. If _n is omitted, the return status is + that of the last command executed in the function body. If + rreettuurrnn is executed by a trap handler, the last command used to + determine the status is the last command executed before the + trap handler. if rreettuurrnn is executed during a DDEEBBUUGG trap, the + last command used to determine the status is the last command + executed by the trap handler before rreettuurrnn was invoked. If rreettuurrnn is used outside a function, but during execution of a script by the .. (ssoouurrccee) command, it causes the shell to stop executing that script and return either _n or the exit status of @@ -4908,26 +5092,26 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS ues for the positional parameters and are assigned, in order, to $$11, $$22, ...... $$_n. Options, if specified, have the following meanings: - --aa Automatically mark variables and functions which are - modified or created for export to the environment of - subsequent commands. + --aa Each variable or function that is created or modified is + given the export attribute and marked for export to the + environment of subsequent commands. --bb Report the status of terminated background jobs immedi- ately, rather than before the next primary prompt. This is effective only when job control is enabled. --ee Exit immediately if a _p_i_p_e_l_i_n_e (which may consist of a single _s_i_m_p_l_e _c_o_m_m_a_n_d), a _l_i_s_t, or a _c_o_m_p_o_u_n_d _c_o_m_m_a_n_d - (see SSHHEELLLL GGRRAAMMMMAARR above), exits with a non-zero sta- - tus. The shell does not exit if the command that fails - is part of the command list immediately following a - wwhhiillee or uunnttiill keyword, part of the test following the - iiff or eelliiff reserved words, part of any command executed - in a &&&& or |||| list except the command following the - final &&&& or ||||, any command in a pipeline but the last, - or if the command's return value is being inverted with - !!. If a compound command other than a subshell returns - a non-zero status because a command failed while --ee was - being ignored, the shell does not exit. A trap on EERRRR, - if set, is executed before the shell exits. This option + (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, 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 @@ -5165,138 +5349,158 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS If set, bbaasshh changes its behavior to that of version 3.2 with respect to locale-specific string comparison when using the [[[[ conditional command's << and >> operators - (see previous item). + (see previous item) and the effect of interrupting a + command list. Bash versions 3.2 and earlier continue + with the next command in the list after one terminates + due to an interrupt. ccoommppaatt4400 If set, bbaasshh changes its behavior to that of version 4.0 - with respect to locale-specific string comparison when - using the [[[[ conditional command's << and >> operators - (see description of ccoommppaatt3311) and the effect of inter- - rupting a command list. Bash versions 4.0 and later - interrupt the list as if the shell received the inter- - rupt; previous versions continue with the next command + with respect to locale-specific string comparison when + using the [[[[ conditional command's << and >> operators + (see description of ccoommppaatt3311) and the effect of inter- + rupting a command list. Bash versions 4.0 and later + interrupt the list as if the shell received the inter- + rupt; previous versions continue with the next command in the list. ccoommppaatt4411 - If set, bbaasshh, when in _p_o_s_i_x mode, treats a single quote - in a double-quoted parameter expansion as a special - character. The single quotes must match (an even num- - ber) and the characters between the single quotes are - considered quoted. This is the behavior of posix mode - through version 4.1. The default bash behavior remains + If set, bbaasshh, when in _p_o_s_i_x mode, treats a single quote + in a double-quoted parameter expansion as a special + character. The single quotes must match (an even num- + ber) and the characters between the single quotes are + considered quoted. This is the behavior of posix mode + through version 4.1. The default bash behavior remains as in previous versions. ccoommppaatt4422 - If set, bbaasshh does not process the replacement string in - the pattern substitution word expansion using quote + If set, bbaasshh does not process the replacement string in + the pattern substitution word expansion using quote removal. + ccoommppaatt4433 + If set, bbaasshh does not print a warning message if an + attempt is made to use a quoted compound array assign- + ment as an argument to ddeeccllaarree, makes word expansion + errors non-fatal errors that cause the current command + to fail (the default behavior is to make them fatal + errors that cause the shell to exit), and does not reset + the loop state when a shell function is executed (this + allows bbrreeaakk or ccoonnttiinnuuee in a shell function to affect + loops in the caller's context). ccoommpplleettee__ffuullllqquuoottee - If set, bbaasshh quotes all shell metacharacters in file- - names and directory names when performing completion. + If set, bbaasshh quotes all shell metacharacters in file- + names and directory names when performing completion. If not set, bbaasshh removes metacharacters such as the dol- - lar sign from the set of characters that will be quoted - in completed filenames when these metacharacters appear - in shell variable references in words to be completed. - This means that dollar signs in variable names that - expand to directories will not be quoted; however, any - dollar signs appearing in filenames will not be quoted, - either. This is active only when bash is using back- - slashes to quote completed filenames. This variable is - set by default, which is the default bash behavior in + lar sign from the set of characters that will be quoted + in completed filenames when these metacharacters appear + in shell variable references in words to be completed. + This means that dollar signs in variable names that + expand to directories will not be quoted; however, any + dollar signs appearing in filenames will not be quoted, + either. This is active only when bash is using back- + slashes to quote completed filenames. This variable is + set by default, which is the default bash behavior in versions through 4.2. ddiirreexxppaanndd - If set, bbaasshh replaces directory names with the results - of word expansion when performing filename completion. - This changes the contents of the readline editing - buffer. If not set, bbaasshh attempts to preserve what the + If set, bbaasshh replaces directory names with the results + of word expansion when performing filename completion. + This changes the contents of the readline editing buf- + fer. If not set, bbaasshh attempts to preserve what the user typed. ddiirrssppeellll - If set, bbaasshh attempts spelling correction on directory - names during word completion if the directory name ini- + If set, bbaasshh attempts spelling correction on directory + names during word completion if the directory name ini- tially supplied does not exist. - ddoottgglloobb If set, bbaasshh includes filenames beginning with a `.' in + ddoottgglloobb If set, bbaasshh includes filenames beginning with a `.' in the results of pathname expansion. eexxeeccffaaiill If set, a non-interactive shell will not exit if it can- - not execute the file specified as an argument to the - eexxeecc builtin command. An interactive shell does not + not execute the file specified as an argument to the + eexxeecc builtin command. An interactive shell does not exit if eexxeecc fails. eexxppaanndd__aalliiaasseess - If set, aliases are expanded as described above under + If set, aliases are expanded as described above under AALLIIAASSEESS. This option is enabled by default for interac- tive shells. eexxttddeebbuugg - If set, behavior intended for use by debuggers is - enabled: + If set at shell invocation, arrange to execute the + debugger profile before the shell starts, identical to + the ----ddeebbuuggggeerr option. If set after invocation, behav- + ior intended for use by debuggers is enabled: 11.. The --FF option to the ddeeccllaarree builtin displays the source file name and line number corresponding to each function name supplied as an argument. - 22.. If the command run by the DDEEBBUUGG trap returns a - non-zero value, the next command is skipped and + 22.. If the command run by the DDEEBBUUGG trap returns a + non-zero value, the next command is skipped and not executed. - 33.. If the command run by the DDEEBBUUGG trap returns a - value of 2, and the shell is executing in a sub- - routine (a shell function or a shell script exe- - cuted by the .. or ssoouurrccee builtins), a call to - rreettuurrnn is simulated. - 44.. BBAASSHH__AARRGGCC and BBAASSHH__AARRGGVV are updated as described + 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 in their descriptions above. - 55.. Function tracing is enabled: command substitu- + 55.. Function tracing is enabled: command substitu- tion, shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the DDEEBBUUGG and RREETTUURRNN traps. - 66.. Error tracing is enabled: command substitution, - shell functions, and subshells invoked with (( + 66.. Error tracing is enabled: command substitution, + shell functions, and subshells invoked with (( _c_o_m_m_a_n_d )) inherit the EERRRR trap. eexxttgglloobb If set, the extended pattern matching features described above under PPaatthhnnaammee EExxppaannssiioonn are enabled. eexxttqquuoottee - If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed - within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double + If set, $$'_s_t_r_i_n_g' and $$"_s_t_r_i_n_g" quoting is performed + within $${{_p_a_r_a_m_e_t_e_r}} expansions enclosed in double quotes. This option is enabled by default. ffaaiillgglloobb - If set, patterns which fail to match filenames during + If set, patterns which fail to match filenames during pathname expansion result in an expansion error. ffoorrccee__ffiiggnnoorree - If set, the suffixes specified by the FFIIGGNNOORREE shell - variable cause words to be ignored when performing word + If set, the suffixes specified by the FFIIGGNNOORREE shell + variable cause words to be ignored when performing word completion even if the ignored words are the only possi- ble completions. See SSHHEELLLL VVAARRIIAABBLLEESS above for a - description of FFIIGGNNOORREE. This option is enabled by + description of FFIIGGNNOORREE. This option is enabled by default. gglloobbaasscciiiirraannggeess - If set, range expressions used in pattern matching - bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave - as if in the traditional C locale when performing com- + If set, range expressions used in pattern matching + bracket expressions (see PPaatttteerrnn MMaattcchhiinngg above) behave + as if in the traditional C locale when performing com- parisons. That is, the current locale's collating - sequence is not taken into account, so bb will not col- - late between AA and BB, and upper-case and lower-case + sequence is not taken into account, so bb will not col- + late between AA and BB, and upper-case and lower-case ASCII characters will collate together. gglloobbssttaarr If set, the pattern **** used in a pathname expansion con- - text will match all files and zero or more directories - and subdirectories. If the pattern is followed by a //, + text will match all files and zero or more directories + and subdirectories. If the pattern is followed by a //, only directories and subdirectories match. ggnnuu__eerrrrffmmtt If set, shell error messages are written in the standard GNU error message format. hhiissttaappppeenndd - If set, the history list is appended to the file named - by the value of the HHIISSTTFFIILLEE variable when the shell + If set, the history list is appended to the file named + by the value of the HHIISSTTFFIILLEE variable when the shell exits, rather than overwriting the file. hhiissttrreeeeddiitt - If set, and rreeaaddlliinnee is being used, a user is given the + If set, and rreeaaddlliinnee is being used, a user is given the opportunity to re-edit a failed history substitution. hhiissttvveerriiffyy - If set, and rreeaaddlliinnee is being used, the results of his- - tory substitution are not immediately passed to the - shell parser. Instead, the resulting line is loaded + If set, and rreeaaddlliinnee is being used, the results of his- + tory substitution are not immediately passed to the + shell parser. Instead, the resulting line is loaded into the rreeaaddlliinnee editing buffer, allowing further modi- fication. hhoossttccoommpplleettee If set, and rreeaaddlliinnee is being used, bbaasshh will attempt to - perform hostname completion when a word containing a @@ - is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE + perform hostname completion when a word containing a @@ + is being completed (see CCoommpplleettiinngg under RREEAADDLLIINNEE above). This is enabled by default. hhuuppoonneexxiitt If set, bbaasshh will send SSIIGGHHUUPP to all jobs when an inter- active login shell exits. + iinnhheerriitt__eerrrreexxiitt + If set, command substitution inherits the value of the + eerrrreexxiitt option, instead of unsetting it in the subshell + environment. This option is enabled when _p_o_s_i_x _m_o_d_e is + enabled. iinntteerraaccttiivvee__ccoommmmeennttss If set, allow a word beginning with ## to cause that word and all remaining characters on that line to be ignored @@ -5329,7 +5533,9 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS nnooccaasseemmaattcchh If set, bbaasshh matches patterns in a case-insensitive fashion when performing matching while executing ccaassee or - [[[[ conditional commands. + [[[[ conditional commands, when performing pattern substi- + tution word expansions, or when filtering possible com- + pletions as part of programmable completion. nnuullllgglloobb If set, bbaasshh allows patterns which match no files (see PPaatthhnnaammee EExxppaannssiioonn above) to expand to a null string, @@ -5462,7 +5668,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS function or a script executed with the .. or ssoouurrccee builtins fin- ishes executing. - If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a a + If a _s_i_g_s_p_e_c is EERRRR, the command _a_r_g is executed whenever a pipeline (which may consist of a single simple command), a list, or a compound command returns a non-zero exit status, subject to the following conditions. The EERRRR trap is not executed if the @@ -5501,7 +5707,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS function lookup, as with the ccoommmmaanndd builtin. ttyyppee returns true if all of the arguments are found, false if any are not found. - uulliimmiitt [--HHSSTTaabbccddeeffiillmmnnppqqrrssttuuvvxx [_l_i_m_i_t]] + uulliimmiitt [--HHSSaabbccddeeffiikkllmmnnppqqrrssttuuvvxxPPTT [_l_i_m_i_t]] Provides control over the resources available to the shell and to processes started by it, on systems that allow such control. The --HH and --SS options specify that the hard or soft limit is set @@ -5525,6 +5731,7 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --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 this limit) @@ -5540,46 +5747,48 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS --vv The maximum amount of virtual memory available to the shell and, on some systems, to its children --xx The maximum number of file locks + --PP The maximum number of pseudoterminals --TT The maximum number of threads If _l_i_m_i_t is given, and the --aa option is not used, _l_i_m_i_t is the new value of the specified resource. If no option is given, then --ff is assumed. Values are in 1024-byte increments, except for --tt, which is in seconds; --pp, which is in units of 512-byte - blocks; and --TT, --bb, --nn, and --uu, which are unscaled values. The - return status is 0 unless an invalid option or argument is sup- - plied, or an error occurs while setting a new limit. + blocks; --PP, --TT, --bb, --kk, --nn, and --uu, which are unscaled values; + and, when in Posix mode, --cc and --ff, which are in 512-byte incre- + ments. The return status is 0 unless an invalid option or argu- + ment is supplied, or an error occurs while setting a new limit. uummaasskk [--pp] [--SS] [_m_o_d_e] The user file-creation mask is set to _m_o_d_e. If _m_o_d_e begins with - a digit, it is interpreted as an octal number; otherwise it is - interpreted as a symbolic mode mask similar to that accepted by - _c_h_m_o_d(1). If _m_o_d_e is omitted, the current value of the mask is - printed. The --SS option causes the mask to be printed in sym- - bolic form; the default output is an octal number. If the --pp + a digit, it is interpreted as an octal number; otherwise it is + interpreted as a symbolic mode mask similar to that accepted by + _c_h_m_o_d(1). If _m_o_d_e is omitted, the current value of the mask is + printed. The --SS option causes the mask to be printed in sym- + bolic form; the default output is an octal number. If the --pp option is supplied, and _m_o_d_e is omitted, the output is in a form that may be reused as input. The return status is 0 if the mode - was successfully changed or if no _m_o_d_e argument was supplied, + was successfully changed or if no _m_o_d_e argument was supplied, and false otherwise. uunnaalliiaass [-aa] [_n_a_m_e ...] - Remove each _n_a_m_e from the list of defined aliases. If --aa is - supplied, all alias definitions are removed. The return value + Remove each _n_a_m_e from the list of defined aliases. If --aa is + supplied, all alias definitions are removed. The return value is true unless a supplied _n_a_m_e is not a defined alias. uunnsseett [-ffvv] [-nn] [_n_a_m_e ...] - For each _n_a_m_e, remove the corresponding variable or function. + For each _n_a_m_e, remove the corresponding variable or function. If the --vv option is given, each _n_a_m_e refers to a shell variable, - and that variable is removed. Read-only variables may not be - unset. If --ff is specified, each _n_a_m_e refers to a shell func- - tion, and the function definition is removed. If the --nn option - is supplied, and _n_a_m_e is a variable with the _n_a_m_e_r_e_f attribute, - _n_a_m_e will be unset rather than the variable it references. --nn - has no effect if the --ff option is supplied. If no options are - supplied, each _n_a_m_e refers to a variable; if there is no vari- - able by that name, any function with that name is unset. Each - unset variable or function is removed from the environment - passed to subsequent commands. If any of CCOOMMPP__WWOORRDDBBRREEAAKKSS, RRAANN-- + and that variable is removed. Read-only variables may not be + unset. If --ff is specified, each _n_a_m_e refers to a shell func- + tion, and the function definition is removed. If the --nn option + is supplied, and _n_a_m_e is a variable with the _n_a_m_e_r_e_f attribute, + _n_a_m_e will be unset rather than the variable it references. --nn + has no effect if the --ff option is supplied. If no options are + supplied, each _n_a_m_e refers to a variable; if there is no vari- + able by that name, any function with that name is unset. Each + unset variable or function is removed from the environment + passed to subsequent commands. If any of CCOOMMPP__WWOORRDDBBRREEAAKKSS, RRAANN-- DDOOMM, SSEECCOONNDDSS, LLIINNEENNOO, HHIISSTTCCMMDD, FFUUNNCCNNAAMMEE, GGRROOUUPPSS, or DDIIRRSSTTAACCKK are unset, they lose their special properties, even if they are sub- sequently reset. The exit status is true unless a _n_a_m_e is read- @@ -5588,19 +5797,19 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS wwaaiitt [--nn] [_n _._._.] Wait for each specified child process and return its termination status. Each _n may be a process ID or a job specification; if a - job spec is given, all processes in that job's pipeline are - waited for. If _n is not given, all currently active child pro- + job spec is given, all processes in that job's pipeline are + waited for. If _n is not given, all currently active child pro- cesses are waited for, and the return status is zero. If the --nn - option is supplied, wwaaiitt waits for any job to terminate and - returns its exit status. If _n specifies a non-existent process - or job, the return status is 127. Otherwise, the return status + option is supplied, wwaaiitt waits for any job to terminate and + returns its exit status. If _n specifies a non-existent process + or job, the return status is 127. Otherwise, the return status is the exit status of the last process or job waited for. RREESSTTRRIICCTTEEDD SSHHEELLLL If bbaasshh is started with the name rrbbaasshh, or the --rr option is supplied at - invocation, the shell becomes restricted. A restricted shell is used - to set up an environment more controlled than the standard shell. It - behaves identically to bbaasshh with the exception that the following are + invocation, the shell becomes restricted. A restricted shell is used + to set up an environment more controlled than the standard shell. It + behaves identically to bbaasshh with the exception that the following are disallowed or not performed: +o changing directories with ccdd @@ -5665,7 +5874,7 @@ FFIILLEESS _~_/_._b_a_s_h_r_c The individual per-interactive-shell startup file _~_/_._b_a_s_h___l_o_g_o_u_t - The individual login shell cleanup file, executed when a login + The individual login shell cleanup file, executed when a login shell exits _~_/_._i_n_p_u_t_r_c Individual _r_e_a_d_l_i_n_e initialization file @@ -5679,14 +5888,14 @@ AAUUTTHHOORRSS BBUUGG RREEPPOORRTTSS If you find a bug in bbaasshh,, you should report it. But first, you should - make sure that it really is a bug, and that it appears in the latest - version of bbaasshh. The latest version is always available from + make sure that it really is a bug, and that it appears in the latest + version of bbaasshh. The latest version is always available from _f_t_p_:_/_/_f_t_p_._g_n_u_._o_r_g_/_p_u_b_/_g_n_u_/_b_a_s_h_/. - Once you have determined that a bug actually exists, use the _b_a_s_h_b_u_g - command to submit a bug report. If you have a fix, you are encouraged - to mail that as well! Suggestions and `philosophical' bug reports may - be mailed to _b_u_g_-_b_a_s_h_@_g_n_u_._o_r_g or posted to the Usenet newsgroup + Once you have determined that a bug actually exists, use the _b_a_s_h_b_u_g + command to submit a bug report. If you have a fix, you are encouraged + to mail that as well! Suggestions and `philosophical' bug reports may + be mailed to _b_u_g_-_b_a_s_h_@_g_n_u_._o_r_g or posted to the Usenet newsgroup ggnnuu..bbaasshh..bbuugg. ALL bug reports should include: @@ -5697,7 +5906,7 @@ BBUUGG RREEPPOORRTTSS A description of the bug behaviour A short script or `recipe' which exercises the bug - _b_a_s_h_b_u_g inserts the first three items automatically into the template + _b_a_s_h_b_u_g inserts the first three items automatically into the template it provides for filing a bug report. Comments and bug reports concerning this manual page should be directed @@ -5714,10 +5923,10 @@ BBUUGGSS Shell builtin commands and functions are not stoppable/restartable. Compound commands and command sequences of the form `a ; b ; c' are not - handled gracefully when process suspension is attempted. When a - process is stopped, the shell immediately executes the next command in - the sequence. It suffices to place the sequence of commands between - parentheses to force it into a subshell, which may be stopped as a + handled gracefully when process suspension is attempted. When a + process is stopped, the shell immediately executes the next command in + the sequence. It suffices to place the sequence of commands between + parentheses to force it into a subshell, which may be stopped as a unit. Array variables may not (yet) be exported. @@ -5726,4 +5935,4 @@ BBUUGGSS -GNU Bash 4.3 2014 February 2 BASH(1) +GNU Bash 4.4 2016 August 26 BASH(1) diff --git a/doc/bash.1 b/doc/bash.1 index ec414627f..9a7a384ae 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -5,12 +5,12 @@ .\" Case Western Reserve University .\" chet.ramey@case.edu .\" -.\" Last Change: Sun Feb 2 16:21:40 EST 2014 +.\" Last Change: Fri Aug 26 09:45:10 EDT 2016 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2014 February 2" "GNU Bash 4.3" +.TH BASH 1 "2016 August 26" "GNU Bash 4.4" .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -50,8 +50,8 @@ bash \- GNU Bourne-Again SHell [options] [command_string | file] .SH COPYRIGHT -.if n Bash is Copyright (C) 1989-2013 by the Free Software Foundation, Inc. -.if t Bash is Copyright \(co 1989-2013 by the Free Software Foundation, Inc. +.if n Bash is Copyright (C) 1989-2016 by the Free Software Foundation, Inc. +.if t Bash is Copyright \(co 1989-2016 by the Free Software Foundation, Inc. .SH DESCRIPTION .B Bash is an \fBsh\fR-compatible command language interpreter that @@ -67,7 +67,7 @@ Shell and Utilities portion of the IEEE POSIX specification .B Bash can be configured to be POSIX-conformant by default. .SH OPTIONS -All of the single-character shell options documented in the +All of the single-character shell options documented in the description of the \fBset\fR builtin command can be used as options when the shell is invoked. In addition, \fBbash\fR @@ -82,8 +82,12 @@ option is present, then commands are read from the first non-option argument .IR command_string . If there are arguments after the .IR command_string , -they are assigned to the positional parameters, starting with -.BR $0 . +the first argument is assigned to +.B $0 +and any remaining arguments are assigned to the positional parameters. +The assignment to +.B $0 +sets the name of the shell, which is used in warning and error messages. .TP .B \-i If the @@ -235,7 +239,7 @@ The shell becomes restricted (see below). .TP .B \-\-verbose -Equivalent to \fB\-v\fP. +Equivalent to \fB\-v\fP. .TP .B \-\-version Show version information for this instance of @@ -251,7 +255,7 @@ option has been supplied, the first argument is assumed to be the name of a file containing shell commands. If .B bash -is invoked in this fashion, +is invoked in this fashion, .B $0 is set to the name of the file, and the positional parameters are set to the remaining arguments. @@ -268,11 +272,12 @@ for the script. .SH INVOCATION A \fIlogin shell\fP is one whose first character of argument zero is a .BR \- , -or one started with the +or one started with the .B \-\-login option. .PP An \fIinteractive\fP shell is one started without non-option arguments +(unless \fB\-s\fP is specified) and without the .B \-c option @@ -319,7 +324,8 @@ The .B \-\-noprofile option may be used when the shell is started to inhibit this behavior. .PP -When a login shell exits, +When an interactive login shell exits, +or a non-interactive login shell executes the \fBexit\fP builtin command, .B bash reads and executes commands from the file \fI~/.bash_logout\fP, if it exists. @@ -450,7 +456,7 @@ The following definitions are used throughout the rest of this document. .PD 0 .TP -.B blank +.B blank A space or tab. .TP .B word @@ -459,7 +465,7 @@ Also known as a .BR token . .TP .B name -A +A .I word consisting only of alphanumeric characters and underscores, and beginning with an alphabetic character or an underscore. Also @@ -471,8 +477,8 @@ A character that, when unquoted, separates words. One of the following: .br .RS .PP -.if t \fB| & ; ( ) < > space tab\fP -.if n \fB| & ; ( ) < > space tab\fP +.if t \fB| & ; ( ) < > space tab newline\fP +.if n \fB| & ; ( ) < > space tab newline\fP .RE .PP .TP @@ -481,8 +487,8 @@ A \fItoken\fP that performs a control function. It is one of the following symbols: .RS .PP -.if t \fB|| & && ; ;; ( ) | |& \fP -.if n \fB|| & && ; ;; ( ) | |& \fP +.if t \fB|| & && ; ;; ;& ;;& ( ) | |& \fP +.if n \fB|| & && ; ;; ;& ;;& ( ) | |& \fP .RE .PD .SH "RESERVED WORDS" @@ -491,8 +497,8 @@ The following words are recognized as reserved when unquoted and either the first word of a simple command (see .SM .B SHELL GRAMMAR -below) or the third word of a -.B case +below) or the third word of a +.B case or .B for command: @@ -622,7 +628,7 @@ are executed sequentially; the shell waits for each command to terminate in turn. The return status is the exit status of the last command executed. .PP -AND and OR lists are sequences of one of more pipelines separated by the +AND and OR lists are sequences of one or more pipelines separated by the \fB&&\fP and \fB||\fP control operators, respectively. AND and OR lists are executed with left associativity. An AND list has the form @@ -712,9 +718,9 @@ right of the operator is considered a pattern and matched according to the rules described below under \fBPattern Matching\fP, as if the \fBextglob\fP shell option were enabled. The \fB=\fP operator is equivalent to \fB==\fP. -If the shell option +If the .B nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. The return value is 0 if the string matches (\fB==\fP) or does not match (\fB!=\fP) the pattern, and 1 otherwise. @@ -725,14 +731,14 @@ to be matched as a string. 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 -an extended regular expression and matched accordingly (as in \fIregex\fP(3)). +an extended regular expression and matched accordingly (as in \fIregex\fP(3)). The return value is 0 if the string matches the pattern, and 1 otherwise. If the regular expression is syntactically incorrect, the conditional expression's return value is 2. -If the shell option +If the .B nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. Any part of the pattern may be quoted to force the quoted portion to be matched as a string. @@ -860,14 +866,14 @@ as for pathname expansion (see .B Pathname Expansion below). The \fIword\fP is expanded using tilde -expansion, parameter and variable expansion, arithmetic substitution, +expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution and quote removal. Each \fIpattern\fP examined is expanded using tilde -expansion, parameter and variable expansion, arithmetic substitution, +expansion, parameter and variable expansion, arithmetic expansion, command substitution, and process substitution. -If the shell option +If the .B nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. When a match is found, the corresponding \fIlist\fP is executed. If the \fB;;\fP operator is used, no subsequent matches are attempted after @@ -885,7 +891,7 @@ last command executed in \fIlist\fP. [ \fBelif\fP \fIlist\fP; \fBthen\fP \fIlist\fP; ] ... \ [ \fBelse\fP \fIlist\fP; ] \fBfi\fP The -.B if +.B if .I list is executed. If its exit status is zero, the \fBthen\fP \fIlist\fP is executed. Otherwise, each \fBelif\fP @@ -903,7 +909,7 @@ last command executed, or zero if no condition tested true. The \fBwhile\fP command continuously executes the list \fIlist-2\fP as long as the last command in the list \fIlist-1\fP returns an exit status of zero. The \fBuntil\fP command is identical -to the \fBwhile\fP command, except that the test is negated; +to the \fBwhile\fP command, except that the test is negated: .I list-2 is executed as long as the last command in .I list-1 @@ -973,10 +979,12 @@ This defines a function named \fIname\fP. The reserved word \fBfunction\fP is optional. If the \fBfunction\fP reserved word is supplied, the parentheses are optional. The \fIbody\fP of the function is the compound command -.I compound\-command +.I compound\-command (see \fBCompound Commands\fP above). That command is usually a \fIlist\fP of commands between { and }, but -may be any command listed under \fBCompound Commands\fP above. +may be any command listed under \fBCompound Commands\fP above, +with one exception: If the \fBfunction\fP reserved word is used, but the +parentheses are not supplied, the braces are required. \fIcompound\-command\fP is executed whenever \fIname\fP is specified as the name of a simple command. When in \fIposix mode\fP, \fIname\fP may not be the name of one of the @@ -1011,7 +1019,7 @@ option enabled does not allow comments. The option is on by default in interactive shells. .SH QUOTING \fIQuoting\fP is used to remove the special meaning of certain -characters or words to the shell. Quoting can be used to +characters or words to the shell. Quoting can be used to disable special treatment for special characters, to prevent reserved words from being recognized as such, and to prevent parameter expansion. @@ -1053,6 +1061,8 @@ of all characters within the quotes, with the exception of .BR \e , and, when history expansion is enabled, .BR ! . +When the shell is in \fIposix mode\fP, the \fB!\fP has no special meaning +within double quotes, even when history expansion is enabled. The characters .B $ and @@ -1102,19 +1112,19 @@ backspace .TP .B \eE an escape character -.TP +.TP .B \ef form feed -.TP +.TP .B \en new line -.TP +.TP .B \er carriage return .TP .B \et horizontal tab -.TP +.TP .B \ev vertical tab .TP @@ -1126,7 +1136,10 @@ single quote .TP .B \e\(dq double quote -.TP +.TP +.B \e? +question mark +.TP .B \e\fInnn\fP the eight-bit character whose value is the octal value \fInnn\fP (one to three digits) @@ -1224,7 +1237,7 @@ Assignment statements may also appear as arguments to the .BR readonly , and .B local -builtin commands. +builtin commands (\fIdeclaration\fP commands). When in \fIposix mode\fP, these builtins may appear in a command after one or more instances of the \fBcommand\fP builtin and retain these assignment statement properties. @@ -1232,6 +1245,8 @@ assignment statement properties. In the context where an assignment statement is assigning a value to a shell variable or array index, the += operator can be used to append to or add to the variable's previous value. +This includes arguments to builtin commands such as \fBdeclare\fP that +accept assignment statements (\fIdeclaration\fP commands). When += is applied to a variable for which the \fIinteger\fP attribute has been set, \fIvalue\fP is evaluated as an arithmetic expression and added to the variable's current value, which is also evaluated. @@ -1250,9 +1265,11 @@ A variable can be assigned the \fInameref\fP attribute using the (see the descriptions of \fBdeclare\fP and \fBlocal\fP below) to create a \fInameref\fP, or a reference to another variable. This allows variables to be manipulated indirectly. -Whenever the nameref variable is referenced or assigned to, the operation -is actually performed on the variable specified by the nameref variable's -value. +Whenever the nameref variable is referenced, assigned to, unset, or has +its attributes modified (other than using or changing the \fInameref\fP +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 argument to the function. For instance, if a variable name is passed to a shell function as its first @@ -1265,13 +1282,14 @@ argument, running .sp .5 inside the function creates a nameref variable \fBref\fP whose value is the variable name passed as the first argument. -References and assignments to \fBref\fP are treated as references and -assignments to the variable whose name was passed as \fB$1\fP. +References and assignments to \fBref\fP, and changes to its attributes, +are treated as references, assignments, and attribute modifications +to the variable whose name was passed as \fB$1\fP. If the control variable in a \fBfor\fP loop has the nameref attribute, the list of words can be a list of shell variables, and a name reference will be established for each word in the list, in turn, when the loop is executed. -Array variables cannot be given the \fB\-n\fP attribute. +Array variables cannot be given the \fBnameref\fP attribute. However, nameref variables can reference array variables and subscripted array variables. Namerefs can be unset using the \fB\-n\fP option to the \fBunset\fP builtin. @@ -1311,8 +1329,7 @@ expands to a separate word. In contexts where it is performed, those words are subject to further word splitting and pathname expansion. When the expansion occurs within double quotes, it expands to a single word -with the value of each parameter separated by the first character -of the +with the value of each parameter separated by the first character of the .SM .B IFS special variable. That is, "\fB$*\fP" is equivalent @@ -1339,7 +1356,7 @@ If the double-quoted expansion occurs within a word, the expansion of the first parameter is joined with the beginning part of the original word, and the expansion of the last parameter is joined with the last part of the original word. -When there are no positional parameters, "\fB$@\fP" and +When there are no positional parameters, "\fB$@\fP" and .B $@ expand to nothing (i.e., they are removed). .TP @@ -1440,8 +1457,13 @@ that do not require \fBbash\fP to be re-initialized. .B BASH_ALIASES An associative array variable whose members correspond to the internal list of aliases as maintained by the \fBalias\fP builtin. -Elements added to this array appear in the alias list; unsetting array -elements cause aliases to be removed from the alias list. +Elements added to this array appear in the alias list; however, +unsetting array elements currently does not cause aliases to be removed +from the alias list. +If +.B BASH_ALIASES +is unset, it loses its special properties, even if it is +subsequently reset. .TP .B BASH_ARGC An array variable whose values are the number of parameters in each @@ -1482,8 +1504,13 @@ builtin below) .B BASH_CMDS An associative array variable whose members correspond to the internal hash table of commands as maintained by the \fBhash\fP builtin. -Elements added to this array appear in the hash table; unsetting array -elements cause commands to be removed from the hash table. +Elements added to this array appear in the hash table; however, +unsetting array elements currently does not cause command names to be removed +from the hash table. +If +.B BASH_CMDS +is unset, it loses its special properties, even if it is +subsequently reset. .TP .B BASH_COMMAND The command currently being executed or about to be executed, unless the @@ -1509,6 +1536,12 @@ Use .B LINENO to obtain the current line number. .TP +.B BASH_LOADABLES_PATH +A colon-separated list of directories in which the shell looks for +dynamically loadable builtins specified by the +.B enable +command. +.TP .B BASH_REMATCH An array variable whose members are assigned by the \fB=~\fP binary operator to the \fB[[\fP conditional command. @@ -1670,7 +1703,7 @@ This variable exists only when a shell function is executing. Assignments to .SM .B FUNCNAME -have no effect and return an error status. +have no effect. If .SM .B FUNCNAME @@ -1690,10 +1723,10 @@ information. .B GROUPS An array variable containing the list of groups of which the current user is a member. -Assignments to +Assignments to .SM .B GROUPS -have no effect and return an error status. +have no effect. If .SM .B GROUPS @@ -1828,7 +1861,7 @@ builtin command when no arguments are supplied. .B SECONDS Each time this parameter is referenced, the number of seconds since shell invocation is returned. If a -value is assigned to +value is assigned to .SM .BR SECONDS , the value returned upon subsequent @@ -1980,6 +2013,21 @@ Similar to .BR BASH_ENV ; used when the shell is invoked in POSIX mode. .TP +.B EXECIGNORE +A colon-separated list of shell patterns (see \fBPattern Matching\fP) +defining the list of filenames to be ignored by command search using +\fBPATH\fP. +Files whose full pathnames match one of these patterns are not considered +executable files for the purposes of completion and command execution +via \fBPATH\fP lookup. +This does not affect the behavior of the \fB[\fP, \fBtest\fP, and \fB[[\fP +commands. +Full pathnames in the command hash table are not subject to \fBEXECIGNORE\fP. +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 \fBextglob\fP shell +option. +.TP .B FCEDIT The default editor for the .B fc @@ -2021,7 +2069,7 @@ If the list of values includes lines which begin with a .B space character are not saved in the history list. -A value of +A value of .I ignoredups causes lines matching the previous history entry to not be saved. A value of @@ -2080,6 +2128,8 @@ The second and subsequent lines of a multi-line compound command are not tested, and are added to the history regardless of the value of .SM .BR HISTIGNORE . +The pattern matching honors the setting of the \fBextglob\fP shell +option. .TP .B HISTSIZE The number of commands to remember in the command history (see @@ -2195,6 +2245,10 @@ strings preceded by a \fB$\fP. .B LC_NUMERIC This variable determines the locale category used for number formatting. .TP +.B LC_TIME +This variable determines the locale category used for data and time +formatting. +.TP .B LINES Used by the \fBselect\fP compound command to determine the column length for printing selection lists. @@ -2223,18 +2277,20 @@ 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. .TP .B MAILPATH -A colon-separated list of filenames to be checked for mail. +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, \fB$_\fP expands to the name of -the current mailfile. +the current mailfile. Example: .RS .PP \fBMAILPATH\fP=\(aq/var/mail/bfox?"You have mail":~/shell\-mail?"$_ has mail!"\(aq .PP .B Bash -supplies a default value for this variable, but the location of the user +can be configured to supply +a default value for this variable (there is no value by default), +but the location of the user mail files that it uses is system dependent (e.g., /var/mail/\fB$USER\fP). .RE .TP @@ -2269,8 +2325,10 @@ The default path is system-dependent, and is set by the administrator who installs .BR bash . A common value is +.na .if t \f(CW/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin\fP. .if n ``/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin''. +.ad .TP .B POSIXLY_CORRECT If this variable is in the environment when \fBbash\fP starts, the shell @@ -2294,6 +2352,13 @@ trailing directory components to retain when expanding the \fB\ew\fP and .B PROMPTING below). Characters removed are replaced with an ellipsis. .TP +.B PS0 +The value of this parameter is expanded (see +.SM +.B PROMPTING +below) and displayed by interactive shells after reading a command +and before the command is executed. +.TP .B PS1 The value of this parameter is expanded (see .SM @@ -2460,7 +2525,7 @@ 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 integers (including arithmetic -expressions) and are zero-based; associative arrays are referenced +expressions) and are zero-based; associative arrays are referenced using arbitrary strings. Unless otherwise noted, indexed array indices must be non-negative integers. .PP @@ -2533,16 +2598,20 @@ of the special parameters \fB*\fP and \fB@\fP (see above). ${#\fIname\fP[\fIsubscript\fP]} expands to the length of ${\fIname\fP[\fIsubscript\fP]}. If \fIsubscript\fP is \fB*\fP or \fB@\fP, the expansion is the number of elements in the array. -Referencing an array variable without a subscript is equivalent to -referencing the array with a subscript of 0. If the .I subscript used to reference an element of an indexed array -evaluates to a number less than zero, it is +evaluates 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. .PP +Referencing an array variable without a subscript is equivalent to +referencing the array with a subscript of 0. +Any reference to a variable using a valid subscript is legal, and +.B bash +will create an array if necessary. +.PP An array variable is considered set if a subscript has been assigned a value. The null string is a valid value. .PP @@ -2573,7 +2642,7 @@ builtins each accept a option to specify an indexed array and a .B \-A option to specify an associative array. -If both options are supplied, +If both options are supplied, .B \-A takes precedence. The @@ -2612,6 +2681,10 @@ This is performed at the same time as tilde, parameter, variable, and arithmetic expansion and command substitution. .PP +After these expansions are performed, quote characters present in the +original word are removed unless they have been quoted themselves +(\fIquote removal\fP). +.PP Only brace expansion, word splitting, and pathname expansion can change the number of words of the expansion; other expansions expand a single word to a single word. @@ -2708,7 +2781,7 @@ If strict compatibility with is desired, start .B bash with the -.B +B +.B +B option or disable brace expansion with the .B +B option to the @@ -2802,12 +2875,16 @@ The \fIparameter\fP is a shell parameter as described above .PD .PP If the first character of \fIparameter\fP is an exclamation point (\fB!\fP), +and \fIparameter\fP is not a \fInameref\fP, it introduces a level of variable indirection. \fBBash\fP uses the value of the variable formed from the rest of \fIparameter\fP as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather than the value of \fIparameter\fP itself. This is known as \fIindirect expansion\fP. +If \fIparameter\fP is a nameref, this expands to the name of the +variable referenced by \fIparameter\fP instead of performing the +complete indirect expansion. The exceptions to this are the expansions of ${\fB!\fP\fIprefix\fP\fB*\fP} and ${\fB!\fP\fIname\fP[\fI@\fP]} described below. The exclamation point must immediately follow the left brace in order to @@ -2914,7 +2991,7 @@ zero. Substring expansion applied to an associative array produces undefined results. .sp 1 -Substring indexing is zero-based unless the positional parameters +Substring indexing is zero-based unless the positional parameters are used, in which case the indexing starts at 1 by default. If \fIoffset\fP is 0, and the positional parameters are used, \fB$0\fP is prefixed to the list. @@ -2953,7 +3030,7 @@ If .I parameter is .B * -or +or .BR @ , the value substituted is the number of positional parameters. If @@ -2976,7 +3053,7 @@ ${\fIparameter\fP\fB#\fP\fIword\fP} ${\fIparameter\fP\fB##\fP\fIword\fP} .PD \fBRemove matching prefix pattern\fP. -The +The .I word is expanded to produce a pattern just as in pathname expansion. If the pattern matches the beginning of @@ -3048,6 +3125,10 @@ If \fIpattern\fP begins with \fB%\fP, it must match at the end of the expanded value of \fIparameter\fP. If \fIstring\fP is null, matches of \fIpattern\fP are deleted and the \fB/\fP following \fIpattern\fP may be omitted. +If the +.B nocasematch +shell option is enabled, the match is performed without regard to the case +of alphabetic characters. If .I parameter is @@ -3105,6 +3186,58 @@ or .BR * , the case modification operation is applied to each member of the array in turn, and the expansion is the resultant list. +.TP +${\fIparameter\fP\fB@\fP\fIoperator\fP} +\fBParameter transformation\fP. +The expansion is either a transformation of the value of \fIparameter\fP +or information about \fIparameter\fP itself, depending on the value of +\fIoperator\fP. Each \fIoperator\fP is a single letter: +.sp 1 +.RS +.PD 0 +.TP +.B Q +The expansion is a string that is the value of \fIparameter\fP quoted in a +format that can be reused as input. +.TP +.B E +The expansion is a string that is the value of \fIparameter\fP with backslash +escape sequences expanded as with the \fB$'...'\fP quoting mechansim. +.TP +.B P +The expansion is a string that is the result of expanding the value of +\fIparameter\fP as if it were a prompt string (see \fBPROMPTING\fP below). +.TP +.B A +The expansion is a string in the form of +an assignment statement or \fBdeclare\fP command that, if +evaluated, will recreate \fIparameter\fP with its attributes and value. +.TP +.B a +The expansion is a string consisting of flag values representing +\fIparameter\fP's attributes. +.PD +.PP +If +.I parameter +is +.B @ +or +.BR * , +the operation is applied to each positional +parameter in turn, and the expansion is the resultant list. +If +.I parameter +is an array variable subscripted with +.B @ +or +.BR * , +the case modification operation is applied to each member of the +array in turn, and the expansion is the resultant list. +.sp 1 +The result of the expansion is subject to word splitting and pathname +expansion as described below. +.RE .SS Command Substitution .PP \fICommand substitution\fP allows the output of a command to replace @@ -3119,8 +3252,8 @@ or .RE .PP .B Bash -performs the expansion by executing \fIcommand\fP and -replacing the command substitution with the standard output of the +performs the expansion by executing \fIcommand\fP in a subshell environment +and replacing the command substitution with the standard output of the command, with any trailing newlines deleted. Embedded newlines are not deleted, but they may be removed during word splitting. @@ -3171,22 +3304,26 @@ is invalid, prints a message indicating failure and no substitution occurs. .SS Process Substitution .PP -\fIProcess substitution\fP is supported on systems that support named -pipes (\fIFIFOs\fP) or the \fB/dev/fd\fP method of naming open files. +\fIProcess substitution\fP allows a process's input or output to be +referred to using a filename. It takes the form of \fB<(\fP\fIlist\^\fP\fB)\fP or \fB>(\fP\fIlist\^\fP\fB)\fP. -The process \fIlist\fP is run with its input or output connected to a -\fIFIFO\fP or some file in \fB/dev/fd\fP. The name of this file is +The process \fIlist\fP is run asynchronously, and its input or output +appears as a filename. +This filename is passed as an argument to the current command as the result of the -expansion. If the \fB>(\fP\fIlist\^\fP\fB)\fP form is used, writing to +expansion. +If the \fB>(\fP\fIlist\^\fP\fB)\fP form is used, writing to the file will provide input for \fIlist\fP. If the \fB<(\fP\fIlist\^\fP\fB)\fP form is used, the file passed as an argument should be read to obtain the output of \fIlist\fP. +Process substitution is supported on systems that support named +pipes (\fIFIFOs\fP) or the \fB/dev/fd\fP method of naming open files. .PP When available, process substitution is performed -simultaneously with parameter and variable expansion, +simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion. .SS Word Splitting @@ -3227,9 +3364,10 @@ If .B IFS has a value other than the default, then sequences of the whitespace characters -.B space +.BR space , +.BR tab , and -.B tab +.B newline are ignored at the beginning and end of the word, as long as the whitespace character is in the value of @@ -3258,11 +3396,18 @@ If the value of .B IFS is null, no word splitting occurs. .PP -Explicit null arguments (\^\f3"\^"\fP or \^\f3\(aq\^\(aq\fP\^) are retained. +Explicit null arguments (\^\f3"\^"\fP or \^\f3\(aq\^\(aq\fP\^) are retained +and passed to commands as empty strings. Unquoted implicit null arguments, resulting from the expansion of parameters that have no values, are removed. If a parameter with no value is expanded within double quotes, a -null argument results and is retained. +null argument results and is retained +and passed to a command as an empty string. +When a quoted null argument appears as part of a word whose expansion is +non-null, the null argument is removed. +That is, the word +\f(CW\-d\(aq\^\(aq\fP becomes \f(CW\-d\fP after word splitting and +null argument removal. .PP Note that if no expansion occurs, no splitting is performed. @@ -3291,7 +3436,7 @@ If no matching filenames are found, and the shell option .B nullglob is not enabled, the word is left unchanged. -If the +If the .B nullglob option is set, and no matches are found, the word is removed. @@ -3340,6 +3485,10 @@ is set, each matching filename that also matches one of the patterns in .SM .B GLOBIGNORE is removed from the list of matches. +If the \fBnocaseglob\fP option is set, the matching against the patterns in +.SM +.B GLOBIGNORE +is performed without regard to case. The filenames .B ``.'' and @@ -3368,6 +3517,8 @@ option is disabled when .SM .B GLOBIGNORE is unset. +The pattern matching honors the setting of the \fBextglob\fP shell +option. .PP \fBPattern Matching\fP .PP @@ -3427,7 +3578,7 @@ shell variable to or enable the .B globasciiranges shell option. -A +A .B \- may be matched by including it as the first or last character in the set. @@ -3458,7 +3609,7 @@ The \fBword\fP character class matches letters, digits, and the character _. .if n .sp 1 Within .B [ -and +and .BR ] , an \fIequivalence class\fP can be specified using the syntax \fB[=\fP\fIc\fP\fB=]\fP, which matches all characters with the @@ -3469,7 +3620,7 @@ the character \fIc\fP. .if n .sp 1 Within .B [ -and +and .BR ] , the syntax \fB[.\fP\fIsymbol\fP\fB.]\fP matches the collating symbol \fIsymbol\fP. @@ -3557,14 +3708,14 @@ If it expands to more than one word, .B bash reports an error. .PP -Note that the order of redirections is significant. For example, +Note that the order of redirections is significant. For example, the command .RS .PP ls \fB>\fP dirlist 2\fB>&\fP1 .RE .PP -directs both standard output and standard error to the file +directs both standard output and standard error to the file .IR dirlist , while the command .RS @@ -3579,7 +3730,10 @@ before the standard output was redirected to .IR dirlist . .PP \fBBash\fP handles several filenames specially when they are used in -redirections, as described in the following table: +redirections, as described in the following table. +If the operating system on which \fBbash\fP is running provides these +special files, bash will use them; otherwise it will emulate them +internally with the behavior described below. .RS .PP .PD 0 @@ -3745,13 +3899,13 @@ current source until a line containing only (with no trailing blanks) is seen. All of the lines read up to that point are then used as the standard -input for a command. +input (or file descriptor \fIn\fP if \fIn\fP is specified) for a command. .PP The format of here-documents is: .RS .PP .nf -\fB<<\fP[\fB\-\fP]\fIword\fP +[\fIn\fP]\fB<<\fP[\fB\-\fP]\fIword\fP \fIhere-document\fP \fIdelimiter\fP .fi @@ -3760,9 +3914,9 @@ The format of here-documents is: No parameter and variable expansion, command substitution, arithmetic expansion, or pathname expansion is performed on .IR word . -If any characters in +If any part of .I word -are quoted, the +is quoted, the .I delimiter is the result of quote removal on .IR word , @@ -3793,7 +3947,7 @@ A variant of here documents, the format is: .RS .PP .nf -\fB<<<\fP\fIword\fP +[\fIn\fP]\fB<<<\fP\fIword\fP .fi .RE .PP @@ -3801,8 +3955,9 @@ The \fIword\fP undergoes brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal. Pathname expansion and word splitting are not performed. -The result is supplied as a single string to the command on its -standard input. +The result is supplied as a single string, with a newline appended, +to the command on its +standard input (or file descriptor \fIn\fP if \fIn\fP is specified). .SS "Duplicating File Descriptors" .PP The redirection operator @@ -3961,7 +4116,7 @@ on that line are not affected by the new alias. This behavior is also an issue when functions are executed. Aliases are expanded when a function definition is read, not when the function is executed, because a function definition -is itself a compound command. As a consequence, aliases +is itself a command. As a consequence, aliases defined in a function are not available until after that function is executed. To be safe, always put alias definitions on a separate line, and do not use @@ -3995,7 +4150,7 @@ is executing. .PP All other aspects of the shell execution environment are identical between a function and its caller -with these exceptions: the +with these exceptions: the .SM .B DEBUG and @@ -4079,7 +4234,7 @@ By default, no limit is imposed on the number of recursive calls. .SH "ARITHMETIC EVALUATION" The shell allows arithmetic expressions to be evaluated, under certain circumstances (see the \fBlet\fP and \fBdeclare\fP builtin -commands and \fBArithmetic Expansion\fP). +commands, the \fB((\fP compound command, and \fBArithmetic Expansion\fP). Evaluation is done in fixed-width integers with no check for overflow, though division by 0 is trapped and flagged as an error. The operators and their precedence, associativity, and values @@ -4165,7 +4320,7 @@ is a decimal number between 2 and 64 representing the arithmetic base, and \fIn\fP is a number in that base. If \fIbase#\fP is omitted, then base 10 is used. When specifying \fIn\fP, -the digits greater< than 9 are represented by the lowercase letters, +the digits greater than 9 are represented by the lowercase letters, the uppercase letters, @, and _, in that order. If \fIbase\fP is less than or equal to 36, lowercase and uppercase letters may be used interchangeably to represent numbers between 10 @@ -4179,6 +4334,11 @@ Conditional expressions are used by the \fB[[\fP compound command and the \fBtest\fP and \fB[\fP builtin commands to test file attributes and perform string and arithmetic comparisons. Expressions are formed from the following unary or binary primaries. +\fBBash\fP handles several filenames specially when they are used in +expressions. +If the operating system on which \fBbash\fP is running provides these +special files, bash will use them; otherwise it will emulate them +internally with this behavior: If any \fIfile\fP argument to one of the primaries is of the form \fI/dev/fd/n\fP, then file descriptor \fIn\fP is checked. If the \fIfile\fP argument to one of the primaries is one of @@ -4444,7 +4604,7 @@ If the program is a file beginning with the remainder of the first line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not -handle this executable format themselves. The arguments to the +handle this executable format themselves. The arguments to the interpreter consist of a single optional argument following the interpreter name on the first line of the program, followed by the name of the program, followed by the command @@ -4503,7 +4663,7 @@ traps caught by the shell are reset to the values inherited from the shell's parent, and traps ignored by the shell are ignored .PP A command invoked in this separate environment cannot affect the -shell's execution environment. +shell's execution environment. .PP Command substitution, commands grouped with parentheses, and asynchronous commands are invoked in a @@ -4526,7 +4686,7 @@ shell as modified by redirections. When a program is invoked it is given an array of strings called the .IR environment . -This is a list of +This is a list of \fIname\fP\-\fIvalue\fP pairs, of the form .IR "name\fR=\fPvalue" . .PP @@ -4563,7 +4723,7 @@ parameter assignments, as described above in These assignment statements affect only the environment seen by that command. .PP -If the +If the .B \-k option is set (see the .B set @@ -4584,11 +4744,11 @@ The exit status of an executed command is the value returned by the \fIwaitpid\fP system call or equivalent function. Exit statuses fall between 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and -compound commands are also limited to this range. Under certain +compound commands are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes. .PP -For the shell's purposes, a command which exits with a +For the shell's purposes, a command which exits with a zero exit status has succeeded. An exit status of zero indicates success. A non-zero exit status indicates failure. When a command terminates on a fatal signal \fIN\fP, \fBbash\fP uses @@ -4603,8 +4763,9 @@ the exit status is greater than zero. .PP Shell builtin commands return a status of 0 (\fItrue\fP) if successful, and non-zero (\fIfalse\fP) if an error occurs -while they execute. -All builtins return an exit status of 2 to indicate incorrect usage. +while they execute. +All builtins return an exit status of 2 to indicate incorrect usage, +generally invalid options or missing arguments. .PP \fBBash\fP itself returns the exit status of the last command executed, unless a syntax error occurs, in which case it exits @@ -4668,12 +4829,12 @@ to ensure that they receive the .BR SIGHUP . To prevent the shell from sending the signal to a particular job, it should be removed from the -jobs table with the +jobs table with the .B disown builtin (see .SM .B "SHELL BUILTIN COMMANDS" -below) or marked +below) or marked to not receive .SM .B SIGHUP @@ -4685,14 +4846,14 @@ If the shell option has been set with .BR shopt , .B bash -sends a +sends a .SM .B SIGHUP to all jobs when an interactive login shell exits. .PP If \fBbash\fP is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until -the command completes. +the command completes. When \fBbash\fP is waiting for an asynchronous command via the \fBwait\fP builtin, the reception of a signal for which a trap has been set will cause the \fBwait\fP builtin to return immediately with an exit status @@ -4746,7 +4907,7 @@ user so specifies with \f(CWstty tostop\fP, write to the terminal. Background processes which attempt to read from (write to when \f(CWstty tostop\fP is in effect) the -terminal are sent a +terminal are sent a .SM .B SIGTTIN (SIGTTOU) signal by the kernel's terminal driver, @@ -4763,7 +4924,7 @@ Typing the character (typically .BR ^Z , Control-Z) while a process is running -causes that process to be stopped and returns control to +causes that process to be stopped and returns control to .BR bash . Typing the .I "delayed suspend" @@ -4813,7 +4974,7 @@ refer to the shell's notion of the .IR "current job" , which is the last job stopped while it was in the foreground or started in the background. -The +The .I "previous job" may be referenced using .BR %\- . @@ -4844,7 +5005,7 @@ Normally, .B bash waits until it is about to print a prompt before reporting changes in a job's status so as to not interrupt -any other output. If the +any other output. If the .B \-b option to the .B set @@ -4865,12 +5026,12 @@ warning message, and, if the \fBcheckjobs\fP option is enabled, lists the jobs and their statuses. The .B jobs -command may then be used to inspect their status. +command may then be used to inspect their status. If a second attempt to exit is made without an intervening command, the shell does not print another warning, and any stopped jobs are terminated. .SH PROMPTING -When executing interactively, +When executing interactively, .B bash displays the primary prompt .SM @@ -4880,6 +5041,10 @@ when it is ready to read a command, and the secondary prompt .B PS2 when it needs more input to complete a command. .B Bash +displays +.B PS0 +after it reads a command but before executing it. +.B Bash allows these prompt strings to be customized by inserting a number of backslash-escaped special characters that are decoded as follows: .RS @@ -5034,10 +5199,10 @@ builtin. .PP In this section, the Emacs-style notation is used to denote keystrokes. Control keys are denoted by C\-\fIkey\fR, e.g., C\-n -means Control\-N. Similarly, +means Control\-N. Similarly, .I meta keys are denoted by M\-\fIkey\fR, so M\-x means Meta\-X. (On keyboards -without a +without a .I meta key, M\-\fIx\fP means ESC \fIx\fP, i.e., press the Escape key then the @@ -5055,7 +5220,7 @@ 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., \fBkill\-line\fP) causes that command to act in a -backward direction. +backward direction. Commands whose behavior with arguments deviates from this are noted below. .PP @@ -5063,7 +5228,7 @@ When a command is described as \fIkilling\fP text, the text deleted is saved for possible future retrieval (\fIyanking\fP). The killed text is saved in a \fIkill ring\fP. Consecutive kills cause the text to be -accumulated into one unit, which can be yanked all at once. +accumulated into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring. .SS "Readline Initialization" @@ -5086,7 +5251,7 @@ Lines beginning with a \fB$\fP indicate conditional constructs. Other lines denote key bindings and variable settings. .PP The default key-bindings may be changed with an -.I inputrc +.I inputrc file. Other programs that use this library may add their own commands and bindings. @@ -5100,7 +5265,7 @@ or .RS C\-Meta\-u: universal\-argument .RE -into the +into the .I inputrc would make M\-C\-u execute the readline command .IR universal\-argument . @@ -5126,7 +5291,7 @@ The syntax for controlling key bindings in the .I inputrc file is simple. All that is required is the name of the command or the text of a macro and a key sequence to which -it should be bound. The name may be specified in one of two ways: +it should be bound. The name may be specified in one of two ways: as a symbolic key name, possibly with \fIMeta\-\fP or \fIControl\-\fP prefixes, or as a key sequence. .PP @@ -5182,7 +5347,7 @@ is again bound to the function .I "C\-x C\-r" is bound to the function .BR re\-read\-init\-file , -and +and .I "ESC [ 1 1 ~" is bound to insert the text .if t \f(CWFunction Key 1\fP. @@ -5306,9 +5471,19 @@ If set to \fBOn\fP, readline attempts to bind the control characters treated specially by the kernel's terminal driver to their readline equivalents. .TP +.B blink\-matching\-paren (Off) +If set to \fBOn\fP, readline attempts to briefly move the cursor to an +opening parenthesis when a closing parenthesis is inserted. +.TP +.B colored\-completion\-prefix (Off) +If set to \fBOn\fP, when listing completions, readline displays the +common prefix of the set of possible completions using a different color. +The color definitions are taken from the value of the \fBLS_COLORS\fP +environment variable. +.TP .B colored\-stats (Off) If set to \fBOn\fP, readline displays possible completions using different -colors to indicate their file type. +colors to indicate their file type. The color definitions are taken from the value of the \fBLS_COLORS\fP environment variable. .TP @@ -5322,10 +5497,23 @@ in emacs mode and to .B # in vi command mode. .TP +.B completion\-display\-width (-1) +The number of screen columns used to display possible matches +when performing completion. +The value is ignored if it is less than 0 or greater than the terminal +screen width. +A value of 0 will cause matches to be displayed one per line. +The default value is -1. +.TP .B completion\-ignore\-case (Off) If set to \fBOn\fP, readline performs filename matching and completion in a case\-insensitive fashion. .TP +.B completion\-map\-case (Off) +If set to \fBOn\fP, and \fBcompletion\-ignore\-case\fP is enabled, readline +treats hyphens (\fI\-\fP) and underscores (\fI_\fP) as equivalent when +performing case\-insensitive filename matching and completion. +.TP .B completion\-prefix\-display\-length (0) The length in characters of the common prefix of a list of possible completions that is displayed without modification. When set to a @@ -5347,12 +5535,19 @@ If set to \fBOn\fP, readline will convert characters with the eighth bit set to an ASCII key sequence by stripping the eighth bit and prefixing an escape character (in effect, using escape as the \fImeta prefix\fP). +The default is \fIOn\fP, but readline will set it to \fIOff\fP if the +locale contains eight-bit characters. .TP .B disable\-completion (Off) If set to \fBOn\fP, readline will inhibit word completion. Completion characters will be inserted into the line as if they had been mapped to \fBself-insert\fP. .TP +.B echo\-control\-characters (On) +When set to \fBOn\fP, on operating systems that indicate they support it, +readline echoes a character corresponding to a signal generated from the +keyboard. +.TP .B editing\-mode (emacs) Controls whether readline begins with a set of key bindings similar to \fIEmacs\fP or \fIvi\fP. @@ -5362,10 +5557,12 @@ can be set to either or .BR vi . .TP -.B echo\-control\-characters (On) -When set to \fBOn\fP, on operating systems that indicate they support it, -readline echoes a character corresponding to a signal generated from the -keyboard. +.B enable\-bracketed\-paste (Off) +When set to \fBOn\fP, readline will configure the terminal in a way +that will enable it to insert each paste into the editing buffer as a +single string of characters, instead of treating each character as if +it had been read from the keyboard. This can prevent pasted characters +from being interpreted as editing commands. .TP .B enable\-keypad (Off) When set to \fBOn\fP, readline will try to enable the application @@ -5386,13 +5583,16 @@ If set to \fBOn\fP, the history code attempts to place point at the same location on each history line retrieved with \fBprevious-history\fP or \fBnext-history\fP. .TP -.B history\-size (0) +.B history\-size (unset) Set the maximum number of history entries saved in the history list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. -By default, the number of history entries is not limited. +By default, the number of history entries is set to the value of the +\fBHISTSIZE\fP shell variable. +If an attempt is made to set \fIhistory\-size\fP to a non-numeric value, +the maximum number of history entries will be set to 500. .TP .B horizontal\-scroll\-mode (Off) When set to \fBOn\fP, makes readline use a single line for display, @@ -5401,10 +5601,12 @@ becomes longer than the screen width rather than wrapping to a new line. .TP .B input\-meta (Off) If set to \fBOn\fP, readline will enable eight-bit input (that is, -it will not strip the high bit from the characters it reads), +it will not strip the eighth bit from the characters it reads), regardless of what the terminal claims it can support. The name .B meta\-flag is a synonym for this variable. +The default is \fIOff\fP, but readline will set it to \fIOn\fP if the +locale contains eight-bit characters. .TP .B isearch\-terminators (``C\-[C\-J'') The string of characters that should terminate an incremental @@ -5424,6 +5626,15 @@ the value of .B editing\-mode also affects the default keymap. .TP +.B emacs\-mode\-string (@) +This string is displayed immediately before the last line of the primary +prompt when emacs editing mode is active. The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \e1 and \e2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +.TP .B keyseq\-timeout (500) Specifies the duration \fIreadline\fP will wait for a character when reading an ambiguous key sequence (one that can form a complete key sequence using @@ -5452,7 +5663,7 @@ have a slash appended (subject to the value of .TP .B match\-hidden\-files (On) This variable, when set to \fBOn\fP, causes readline to match files whose -names begin with a `.' (hidden files) when performing filename +names begin with a `.' (hidden files) when performing filename completion. If set to \fBOff\fP, the leading `.' must be supplied by the user in the filename to be completed. @@ -5466,6 +5677,8 @@ the list. If set to \fBOn\fP, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. +The default is \fIOff\fP, but readline will set it to \fIOn\fP if the +locale contains eight-bit characters. .TP .B page\-completions (On) If set to \fBOn\fP, readline uses an internal \fImore\fP-like pager @@ -5474,9 +5687,9 @@ to display a screenful of possible completions at a time. .B print\-completions\-horizontally (Off) If set to \fBOn\fP, readline will display completions with matches sorted horizontally in alphabetical order, rather than down the screen. -.TP +.TP .B revert\-all\-at\-newline (Off) -If set to \fBOn\fP, readline will undo all changes to history lines +If set to \fBOn\fP, readline will undo all changes to history lines before returning when \fBaccept\-line\fP is executed. By default, history lines may be modified and retain individual undo lists across calls to \fBreadline\fP. @@ -5511,6 +5724,26 @@ does not insert characters from the completion that match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. .TP +.B vi\-cmd\-mode\-string ((cmd)) +This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in command mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \e1 and \e2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +.TP +.B vi\-ins\-mode\-string ((ins)) +This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in insertion mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \e1 and \e2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +.TP .B visible\-stats (Off) If set to \fBOn\fP, a character denoting a file's type as reported by \fIstat\fP(2) is appended to the filename when listing possible @@ -5523,7 +5756,7 @@ compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result of tests. There are four parser directives used. .IP \fB$if\fP -The +The .B $if construct allows bindings to be made based on the editing mode, the terminal being used, or the application using @@ -5542,7 +5775,7 @@ The \fBterm=\fP form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the terminal's function keys. The word on the right side of the .B = -is tested against the both full name of the terminal and the portion +is tested against both the full name of the terminal and the portion of the terminal name before the first \fB\-\fP. This allows .I sun to match both @@ -5854,7 +6087,7 @@ Negative arguments have no effect. Drag the word before point past the word after point, moving point over that word as well. If point is at the end of the line, this transposes -the last two words on the line. +the last two words on the line. .TP .B upcase\-word (M\-u) Uppercase the current (or following) word. With a negative argument, @@ -5874,7 +6107,7 @@ switches to overwrite mode. With an explicit non-positive numeric argument, switches to insert mode. This command affects only \fBemacs\fP mode; \fBvi\fP mode does overwrite differently. Each call to \fIreadline()\fP starts in insert mode. -In overwrite mode, characters bound to \fBself\-insert\fP replace +In overwrite mode, characters bound to \fBself\-insert\fP replace the text at point rather than pushing the text to the right. Characters bound to \fBbackward\-delete\-char\fP replace the character before point with a space. By default, this command is unbound. @@ -5897,7 +6130,7 @@ The killed text is saved on the kill-ring. .B kill\-whole\-line Kill all characters on the current line, no matter where point is. .TP -.B kill\-word (M\-d) +.B kill\-word (M\-d) Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the same as those used by \fBforward\-word\fP. @@ -5906,12 +6139,12 @@ Word boundaries are the same as those used by \fBforward\-word\fP. Kill the word behind point. Word boundaries are the same as those used by \fBbackward\-word\fP. .TP -.B shell\-kill\-word (M\-d) +.B shell\-kill\-word Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the same as those used by \fBshell\-forward\-word\fP. .TP -.B shell\-backward\-kill\-word (M\-Rubout) +.B shell\-backward\-kill\-word Kill the word behind point. Word boundaries are the same as those used by \fBshell\-backward\-word\fP. .TP @@ -5966,7 +6199,7 @@ If the command is followed by digits, executing .B universal\-argument again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a -character that is neither a digit or minus sign, the argument count +character that is neither a digit nor minus sign, the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the @@ -6161,10 +6394,10 @@ but usually bound to ESC\-[. Without a numeric argument, the value of the readline .B comment\-begin variable is inserted at the beginning of the current line. -If a numeric argument is supplied, this command acts as a toggle: if +If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value of \fBcomment\-begin\fP, the value is inserted, otherwise -the characters in \fBcomment\-begin\fP are deleted from the beginning of +the characters in \fBcomment\-begin\fP are deleted from the beginning of the line. In either case, the line is accepted as if a newline had been typed. The default value of @@ -6275,7 +6508,7 @@ Shell quoting is honored. Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, and arithmetic expansion, -as described above under +as described above under .SM .BR EXPANSION . The results are split using the rules described above under @@ -6297,7 +6530,7 @@ and .B COMP_TYPE variables are assigned values as described above under \fBShell Variables\fP. -If a shell function is being invoked, the +If a shell function is being invoked, the .SM .B COMP_WORDS and @@ -6337,6 +6570,10 @@ is removed before attempting a match. Any completion that matches the pattern will be removed from the list. A leading \fB!\fP negates the pattern; in this case any completion not matching the pattern will be removed. +If the +.B nocasematch +shell option is enabled, the match is performed without regard to the case +of alphabetic characters. .PP Finally, any prefix and suffix specified with the \fB\-P\fP and \fB\-S\fP options are added to each member of the completion list, and the result is @@ -6365,7 +6602,7 @@ generate no matches. .PP When a compspec indicates that directory name completion is desired, the programmable completion functions force readline to append a slash -to completed names which are symbolic links to directories, subject to +to completed names which are symbolic links to directories, subject to the value of the \fBmark\-directories\fP readline variable, regardless of the setting of the \fBmark-symlinked\-directories\fP readline variable. .PP @@ -6562,7 +6799,9 @@ quotes are considered one word. History expansions are introduced by the appearance of the history expansion character, which is \^\fB!\fP\^ by default. Only backslash (\^\fB\e\fP\^) and single quotes can quote -the history expansion character. +the history expansion character, but the history expansion character is +also treated as quoted if it immediately precedes the closing double quote +in a double-quoted string. .PP Several characters inhibit history expansion if found immediately following the history expansion character, even if it is unquoted: @@ -6669,7 +6908,7 @@ The entire command line typed so far. .SS Word Designators .PP Word designators are used to select desired words from the event. -A +A .B : separates the event specification from the word designator. It may be omitted if the word designator begins with a @@ -6808,7 +7047,8 @@ accepts to signify the end of the options. The \fB:\fP, \fBtrue\fP, \fBfalse\fP, and \fBtest\fP builtins do not accept options and do not treat \fB\-\-\fP specially. -The \fBexit\fP, \fBlogout\fP, \fBbreak\fP, \fBcontinue\fP, \fBlet\fP, +The \fBexit\fP, \fBlogout\fP, \fBreturn\fP, +\fBbreak\fP, \fBcontinue\fP, \fBlet\fP, and \fBshift\fP builtins accept and process arguments beginning with \fB\-\fP without requiring \fB\-\-\fP. Other builtins that accept arguments but are not specified as accepting @@ -6822,7 +7062,8 @@ require \fB\-\-\fP to prevent this interpretation. No effect; the command does nothing beyond expanding .I arguments and performing any specified -redirections. A zero exit code is returned. +redirections. +The return status is zero. .TP \fB .\| \fP \fIfilename\fP [\fIarguments\fP] .PD 0 @@ -6861,6 +7102,12 @@ is not searched. If any \fIarguments\fP are supplied, they become the positional parameters when \fIfilename\fP is executed. Otherwise the positional parameters are unchanged. +If the \fB\-T\fP option is enabled, \fBsource\fP inherits any trap on +\fBDEBUG\fP; if it is not, any \fBDEBUG\fP trap string is saved and +restored around the call to \fBsource\fP, and \fBsource\fP unsets the +\fBDEBUG\fP trap while it executes. +If \fB\-T\fP is not set, and the sourced file changes +the \fBDEBUG\fP trap, the new value is retained when \fBsource\fP completes. The return status is the status of the last command exited within the script (0 if no commands are executed), and false if .I filename @@ -6873,7 +7120,7 @@ option prints the list of aliases in the form \fBalias\fP \fIname\fP=\fIvalue\fP on standard output. When arguments are supplied, an alias is defined for each \fIname\fP whose \fIvalue\fP is given. -A trailing space in \fIvalue\fP causes the next word to be +A trailing space in \fIvalue\fP causes the next word to be checked for alias substitution when the alias is expanded. For each \fIname\fP in the argument list for which no \fIvalue\fP is supplied, the name and value of the alias is printed. @@ -6904,7 +7151,7 @@ or was started without job control. .TP \fBbind\fP [\fB\-m\fP \fIkeymap\fP] \fIkeyseq\fP:\fIfunction\-name\fP .TP -\fBbind\fP \fIreadline\-command\fP +\fBbind\fP [\fB\-m\fP \fIkeymap\fP] \fIkeyseq\fP:\fIreadline\-command\fP .PD Display current .B readline @@ -6931,7 +7178,8 @@ names are \fIemacs, emacs\-standard, emacs\-meta, emacs\-ctlx, vi, vi\-move, vi\-command\fP, and .IR vi\-insert . -\fIvi\fP is equivalent to \fIvi\-command\fP; \fIemacs\fP is +\fIvi\fP is equivalent to \fIvi\-command\fP (\fIvi\-move\fP is also +a synonym); \fIemacs\fP is equivalent to \fIemacs\-standard\fP. .TP .B \-l @@ -7030,7 +7278,7 @@ Returns the context of any active subroutine call (a shell function or a script executed with the \fB.\fP or \fBsource\fP builtins). Without \fIexpr\fP, \fBcaller\fP displays the line number and source filename of the current subroutine call. -If a non-negative integer is supplied as \fIexpr\fP, \fBcaller\fP +If a non-negative integer is supplied as \fIexpr\fP, \fBcaller\fP displays the line number, subroutine name, and source file corresponding to that position in the current execution call stack. This extra information may be used, for example, to print a stack trace. The @@ -7067,7 +7315,7 @@ begins with a slash (/), then .SM .B CDPATH -is not used. The +is not used. The .B \-P option causes \fBcd\fP to use the physical directory structure by resolving symbolic links while traversing \fIdir\fP and @@ -7112,8 +7360,8 @@ Run .I command with .I args -suppressing the normal shell function lookup. Only builtin -commands or commands found in the +suppressing the normal shell function lookup. +Only builtin commands or commands found in the .SM .B PATH are executed. If the @@ -7231,12 +7479,15 @@ Intended to be used with shell functions. Tell readline not to quote the completed words if they are filenames (quoting filenames is the default). .TP 8 +.B nosort +Tell readline not to sort the list of possible completions alphabetically. +.TP 8 .B nospace Tell readline not to append a space (the default) to words completed at the end of the line. .TP 8 .B plusdirs -After any matches defined by the compspec are generated, +After any matches defined by the compspec are generated, directory name completion is attempted and any matches are added to the results of the other actions. .RE @@ -7442,8 +7693,8 @@ The option inhibits the display of function definitions; only the function name and attributes are printed. If the \fBextdebug\fP shell option is enabled using \fBshopt\fP, -the source file name and line number where the function is defined -are displayed as well. The +the source file name and line number where each \fIname\fP +is defined are displayed as well. The .B \-F option implies .BR \-f . @@ -7486,10 +7737,11 @@ The upper-case attribute is disabled. Give each \fIname\fP the \fInameref\fP attribute, making it a name reference to another variable. That other variable is defined by the value of \fIname\fP. -All references and assignments to \fIname\fP, except for changing the +All references, assignments, and attribute modifications +to \fIname\fP, except those using or changing the \fB\-n\fP attribute itself, are performed on the variable referenced by \fIname\fP's value. -The \fB\-n\fP attribute cannot be applied to array variables. +The nameref attribute cannot be applied to array variables. .TP .B \-r Make \fIname\fPs readonly. These names cannot then be assigned values @@ -7547,11 +7799,12 @@ or an attempt is made to display a non-existent function with \fB\-f\fP. Without options, displays the list of currently remembered directories. The default display is on a single line with directory names separated by spaces. -Directories are added to the list with the +Directories are added to the list with the .B pushd command; the .B popd command removes entries from the list. +The current directory is always the first directory in the stack. .RS .PD 0 .TP @@ -7587,7 +7840,7 @@ invalid option is supplied or \fIn\fP indexes beyond the end of the directory stack. .RE .TP -\fBdisown\fP [\fB\-ar\fP] [\fB\-h\fP] [\fIjobspec\fP ...] +\fBdisown\fP [\fB\-ar\fP] [\fB\-h\fP] [\fIjobspec\fP ... | \fIpid\fP ... ] Without options, remove each .I jobspec from the table of active jobs. @@ -7746,7 +7999,7 @@ become the arguments to \fIcommand\fP. If the .B \-l option is supplied, -the shell places a dash at the beginning of the zeroth argument passed to +the shell places a dash at the beginning of the zeroth argument passed to .IR command . This is what .IR login (1) @@ -7792,10 +8045,9 @@ is executed before the shell terminates. The supplied .I names are marked for automatic export to the environment of -subsequently executed commands. If the +subsequently executed commands. If the .B \-f -option is given, -the +option is given, the .I names refer to functions. If no @@ -7835,7 +8087,7 @@ and may be specified as a string (to locate the last command beginning with that string) or as a number (an index into the history list, where a negative number is used as an offset from the current -command number). If +command number). If .I last is not specified it is set to the current command for listing (so that @@ -7992,7 +8244,7 @@ If the variable .SM .B OPTERR is set to 0, no error messages will be displayed, even if the first -character of +character of .I optstring is not a colon. .sp 1 @@ -8036,7 +8288,7 @@ error occurs. .TP \fBhash\fP [\fB\-lr\fP] [\fB\-p\fP \fIfilename\fP] [\fB\-dt\fP] [\fIname\fP] Each time \fBhash\fP is invoked, -the full pathname of the command +the full pathname of the command .I name is determined by searching the directories in @@ -8109,7 +8361,7 @@ The return status is 0 unless no command matches .PD With no options, display the command history list with line numbers. Lines listed -with a +with a .B * have been modified. An argument of .I n @@ -8139,8 +8391,9 @@ Clear the history list by deleting all the entries. Delete the history entry at position \fIoffset\fP. .TP .B \-a -Append the ``new'' history lines (history lines entered since the -beginning of the current \fBbash\fP session) to the history file. +Append the ``new'' history lines to the history file. +These are history lines entered since the beginning of the current +\fBbash\fP session, but not already appended to the history file. .TP .B \-n Read the history lines not already read from the history @@ -8179,7 +8432,7 @@ associated with each history entry is written to the history file, marked with the history comment character. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted -as timestamps for the previous history line. +as timestamps for the following history entry. The return value is 0 unless an invalid option is encountered, an error occurs while reading or writing the history file, an invalid \fIoffset\fP is supplied as an argument to \fB\-d\fP, or the @@ -8243,7 +8496,7 @@ returning its exit status. \fBkill\fP [\fB\-s\fP \fIsigspec\fP | \fB\-n\fP \fIsignum\fP | \fB\-\fP\fIsigspec\fP] [\fIpid\fP | \fIjobspec\fP] ... .PD 0 .TP -\fBkill\fP \fB\-l\fP [\fIsigspec\fP | \fIexit_status\fP] +\fBkill\fP \fB\-l\fP|\fB\-L\fP [\fIsigspec\fP | \fIexit_status\fP] .PD Send the signal named by .I sigspec @@ -8280,6 +8533,9 @@ The \fIexit_status\fP argument to .B \-l is a number specifying either a signal number or the exit status of a process terminated by a signal. +The +.B \-L +option is equivalent to \fB\-l\fP. .B kill returns true if at least one signal was successfully sent, or false if an error occurs or an invalid option is encountered. @@ -8297,9 +8553,9 @@ evaluates to 0, .B let returns 1; 0 is returned otherwise. .TP -\fBlocal\fP [\fIoption\fP] [\fIname\fP[=\fIvalue\fP] ...] +\fBlocal\fP [\fIoption\fP] [\fIname\fP[=\fIvalue\fP] ... | \- ] For each argument, a local variable named -.I name +.I name is created, and assigned .IR value . The \fIoption\fP can be any of the options accepted by \fBdeclare\fP. @@ -8308,6 +8564,10 @@ When is used within a function, it causes the variable .I name to have a visible scope restricted to that function and its children. +If \fIname\fP is \-, the set of shell options is made local to the function +in which \fBlocal\fP is invoked: shell options changed using the +\fBset\fP builtin inside the function are restored to their original values +when the function returns. With no operands, .B local writes a list of local variables to the standard output. It is @@ -8323,16 +8583,16 @@ is supplied, or .B logout Exit a login shell. .TP -\fBmapfile\fP [\fB\-n\fP \fIcount\fP] [\fB\-O\fP \fIorigin\fP] [\fB\-s\fP \fIcount\fP] [\fB\-t\fP] [\fB\-u\fP \fIfd\fP] [\fB\-C\fP \fIcallback\fP] [\fB\-c\fP \fIquantum\fP] [\fIarray\fP] +\fBmapfile\fP [\fB\-d\fP \fIdelim\fP] [\fB\-n\fP \fIcount\fP] [\fB\-O\fP \fIorigin\fP] [\fB\-s\fP \fIcount\fP] [\fB\-t\fP] [\fB\-u\fP \fIfd\fP] [\fB\-C\fP \fIcallback\fP] [\fB\-c\fP \fIquantum\fP] [\fIarray\fP] .PD 0 .TP -\fBreadarray\fP [\fB\-n\fP \fIcount\fP] [\fB\-O\fP \fIorigin\fP] [\fB\-s\fP \fIcount\fP] [\fB\-t\fP] [\fB\-u\fP \fIfd\fP] [\fB\-C\fP \fIcallback\fP] [\fB\-c\fP \fIquantum\fP] [\fIarray\fP] +\fBreadarray\fP [\fB\-d\fP \fIdelim\fP] [\fB\-n\fP \fIcount\fP] [\fB\-O\fP \fIorigin\fP] [\fB\-s\fP \fIcount\fP] [\fB\-t\fP] [\fB\-u\fP \fIfd\fP] [\fB\-C\fP \fIcallback\fP] [\fB\-c\fP \fIquantum\fP] [\fIarray\fP] .PD Read lines from the standard input into the indexed array variable .IR array , -or from file descriptor +or from file descriptor .IR fd -if the +if the .B \-u option is supplied. The variable @@ -8343,6 +8603,10 @@ Options, if supplied, have the following meanings: .RS .PD 0 .TP +.B \-d +The first character of \fIdelim\fP is used to terminate each input line, +rather than newline. +.TP .B \-n Copy at most .I count @@ -8359,7 +8623,7 @@ The default index is 0. Discard the first \fIcount\fP lines read. .TP .B \-t -Remove a trailing newline from each line read. +Remove a trailing \fIdelim\fP (default newline) from each line read. .TP .B \-u Read lines from file descriptor \fIfd\fP instead of the standard input. @@ -8377,13 +8641,13 @@ Specify the number of lines read between each call to .PP If .B \-C -is specified without +is specified without .BR \-c , the default quantum is 5000. When \fIcallback\fP 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. -\fIcallback\fP is evaluated after the line is read but before the +\fIcallback\fP is evaluated after the line is read but before the array element is assigned. .PP If not supplied with an explicit origin, \fBmapfile\fP will clear \fIarray\fP @@ -8434,7 +8698,7 @@ the next to last. .PP If the .B popd -command is successful, a +command is successful, a .B dirs is performed as well, and the return status is 0. .B popd @@ -8462,9 +8726,8 @@ In addition to the standard \fIprintf\fP(1) format specifications, .B %b causes \fBprintf\fP to expand backslash escape sequences in the corresponding -\fIargument\fP (except that \fB\ec\fP terminates output, backslashes in -\fB\e\(aq\fP, \fB\e"\fP, and \fB\e?\fP are not removed, and octal escapes -beginning with \fB\e0\fP may contain up to four digits). +\fIargument\fP +in the same way as \fBecho \-e\fP. .TP .B %q causes \fBprintf\fP to output the corresponding @@ -8500,15 +8763,15 @@ The return value is zero on success, non-zero on failure. .PD Adds a directory to the top of the directory stack, or rotates the stack, making the new top of the stack the current working -directory. With no arguments, exchanges the top two directories +directory. With no arguments, \fBpushd\fP exchanges the top two directories and returns 0, unless the directory stack is empty. Arguments, if supplied, have the following meanings: .RS .PD 0 .TP .B \-n -Suppresses the normal change of directory when adding directories -to the stack, so that only the stack is manipulated. +Suppresses the normal change of directory when rotating or +adding directories to the stack, so that only the stack is manipulated. .TP \fB+\fP\fIn\fP Rotates the stack so that the \fIn\fPth directory @@ -8533,7 +8796,7 @@ to the \fBcd\fP builtin. .PP If the .B pushd -command is successful, a +command is successful, a .B dirs is performed as well. If the first form is used, @@ -8552,7 +8815,7 @@ fails. Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the .B \-P -option is supplied or the +option is supplied or the .B \-o physical option to the .B set @@ -8566,17 +8829,20 @@ invalid option is supplied. .TP \fBread\fP [\fB\-ers\fP] [\fB\-a\fP \fIaname\fP] [\fB\-d\fP \fIdelim\fP] [\fB\-i\fP \fItext\fP] [\fB\-n\fP \fInchars\fP] [\fB\-N\fP \fInchars\fP] [\fB\-p\fP \fIprompt\fP] [\fB\-t\fP \fItimeout\fP] [\fB\-u\fP \fIfd\fP] [\fIname\fP ...] One line is read from the standard input, or from the file descriptor -\fIfd\fP supplied as an argument to the \fB\-u\fP option, and the first word +\fIfd\fP supplied as an argument to the \fB\-u\fP option, +split into words as described above under \fBWord Splitting\fP, +and the first word is assigned to the first .IR name , the second word to the second .IR name , -and so on, with leftover words and their intervening separators assigned -to the last +and so on. +If there are more words than names, the remaining words and their +intervening delimiters are assigned to the last .IR name . If there are fewer words read from the input stream than names, the remaining names are assigned empty values. -The characters in +The characters in .SM .B IFS are used to split the line into words using the same rules the shell @@ -8619,7 +8885,7 @@ buffer before editing begins. .TP .B \-n \fInchars\fP \fBread\fP returns after reading \fInchars\fP characters rather than -waiting for a complete line of input, but honor a delimiter if fewer +waiting for a complete line of input, but honors a delimiter if fewer than \fInchars\fP characters are read before the delimiter. .TP .B \-N \fInchars\fP @@ -8629,6 +8895,9 @@ than waiting for a complete line of input, unless EOF is encountered or Delimiter characters encountered in the input are not treated specially and do not cause \fBread\fP to return until \fInchars\fP characters are read. +The result is not split on the characters in \fBIFS\fP; the intent is +that the variable is assigned exactly the characters read +(with the exception of backslash; see the \fB\-r\fP option below). .TP .B \-p \fIprompt\fP Display \fIprompt\fP on standard error, without a @@ -8670,8 +8939,8 @@ If no are supplied, the line read is assigned to the variable .SM .BR REPLY . -The return code is zero, unless end-of-file is encountered, \fBread\fP -times out (in which case the return code is greater than 128), +The exit status is zero, unless end-of-file is encountered, \fBread\fP +times out (in which case the status is greater than 128), a variable assignment error (such as assigning to a readonly variable) occurs, or an invalid file descriptor is supplied as the argument to \fB\-u\fP. .RE @@ -8721,13 +8990,19 @@ that is not a function. Causes a function to stop executing and return the value specified by .I n to its caller. -If +If .I n is omitted, the return status is that of the last command -executed in the function body. If +executed in the function body. +If \fBreturn\fP is executed by a trap handler, the last command used to +determine the status is the last command executed before the trap handler. +if \fBreturn\fP is executed during a \fBDEBUG\fP trap, the last command +used to determine the status is the last command executed by the trap +handler before \fBreturn\fP was invoked. +If .B return is used outside a function, -but during execution of a script by the +but during execution of a script by the .B . (\fBsource\fP) command, it causes the shell to stop executing that script and return either @@ -8757,7 +9032,7 @@ In \fIposix\fP mode, only shell variables are listed. The output is sorted according to the current locale. When options are specified, they set or unset shell attributes. Any arguments remaining after option processing are treated -as values for the positional parameters and are assigned, in order, to +as values for the positional parameters and are assigned, in order, to .BR $1 , .BR $2 , .B ... @@ -8767,8 +9042,9 @@ Options, if specified, have the following meanings: .PD 0 .TP 8 .B \-a -Automatically mark variables and functions which are modified or -created for export to the environment of subsequent commands. +Each variable or function that is created or modified is given the +export attribute and marked for export to the environment of +subsequent commands. .TP 8 .B \-b Report the status of terminated background jobs @@ -8783,13 +9059,13 @@ or a \fIcompound command\fP (see .SM .B SHELL GRAMMAR -above), exits with a non-zero status. +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 .B while or .B until -keyword, +keyword, part of the test following the .B if or @@ -8827,7 +9103,7 @@ call completes. .TP 8 .B \-f Disable pathname expansion. -.TP 8 +.TP 8 .B \-h Remember the location of commands as they are looked up for execution. This is enabled by default. @@ -8849,9 +9125,9 @@ When a background job completes, the shell prints a line containing its exit status. .TP 8 .B \-n -Read commands but do not execute them. This may be used to -check a shell script for syntax errors. This is ignored by -interactive shells. +Read commands but do not execute them. +This may be used to check a shell script for syntax errors. +This is ignored by interactive shells. .TP 8 .B \-o \fIoption\-name\fP The \fIoption\-name\fP can be one of the following: @@ -9057,7 +9333,7 @@ does not overwrite an existing file with the .BR >& , and .B <> -redirection operators. This may be overridden when +redirection operators. This may be overridden when creating output files by using the redirection operator .B >| instead of @@ -9129,7 +9405,7 @@ If .I n is 0, no parameters are changed. If -.I n +.I n is not given, it is assumed to be 1. If .I n @@ -9269,7 +9545,10 @@ If set, .B bash changes its behavior to that of version 3.2 with respect to locale-specific string comparison when using the \fB[[\fP -conditional command's \fB<\fP and \fB>\fP operators (see previous item). +conditional command's \fB<\fP and \fB>\fP operators (see previous item) +and the effect of interrupting a command list. +Bash versions 3.2 and earlier continue with the next command in the list +after one terminates due to an interrupt. .TP 8 .B compat40 If set, @@ -9297,6 +9576,18 @@ If set, does not process the replacement string in the pattern substitution word expansion using quote removal. .TP 8 +.B compat43 +If set, +.B bash +does not print a warning message if an attempt is made to use a quoted compound +array assignment as an argument to \fBdeclare\fP, +makes word expansion errors +non-fatal errors that cause the current command to fail (the default behavior is +to make them fatal errors that cause the shell to exit), +and does not reset the +loop state when a shell function is executed (this allows \fBbreak\fP or +\fBcontinue\fP in a shell function to affect loops in the caller's context). +.TP 8 .B complete_fullquote If set, .B bash @@ -9333,7 +9624,7 @@ attempts spelling correction on directory names during word completion if the directory name initially supplied does not exist. .TP 8 .B dotglob -If set, +If set, .B bash includes filenames beginning with a `.' in the results of pathname expansion. @@ -9353,7 +9644,9 @@ If set, aliases are expanded as described above under This option is enabled by default for interactive shells. .TP 8 .B extdebug -If set, behavior intended for use by debuggers is enabled: +If set at shell invocation, arrange to execute the debugger profile +before the shell starts, identical to the \fB\-\-debugger\fP option. +If set after invocation, behavior intended for use by debuggers is enabled: .RS .TP .B 1. @@ -9368,8 +9661,8 @@ next command is skipped and not executed. .B 3. If the command run by the \fBDEBUG\fP trap returns a value of 2, and the shell is executing in a subroutine (a shell function or a shell script -executed by the \fB.\fP or \fBsource\fP builtins), a call to -\fBreturn\fP is simulated. +executed by the \fB.\fP or \fBsource\fP builtins), the shell simulates +a call to \fBreturn\fP. .TP .B 4. .SM @@ -9380,12 +9673,12 @@ and are updated as described in their descriptions above. .TP .B 5. -Function tracing is enabled: command substitution, shell functions, and +Function tracing is enabled: command substitution, shell functions, and subshells invoked with \fB(\fP \fIcommand\fP \fB)\fP inherit the \fBDEBUG\fP and \fBRETURN\fP traps. .TP .B 6. -Error tracing is enabled: command substitution, shell functions, and +Error tracing is enabled: command substitution, shell functions, and subshells invoked with \fB(\fP \fIcommand\fP \fB)\fP inherit the \fBERR\fP trap. .RE @@ -9456,7 +9749,7 @@ is being used, a user is given the opportunity to re-edit a failed history substitution. .TP 8 .B histverify -If set, and +If set, and .B readline is being used, the results of history substitution are not immediately passed to the shell parser. Instead, the resulting line is loaded into @@ -9480,6 +9773,11 @@ If set, \fBbash\fP will send .B SIGHUP to all jobs when an interactive login shell exits. .TP 8 +.B inherit_errexit +If set, command substitution inherits the value of the \fBerrexit\fP option, +instead of unsetting it in the subshell environment. +This option is enabled when \fIposix mode\fP is enabled. +.TP 8 .B interactive_comments If set, allow a word beginning with .B # @@ -9507,7 +9805,7 @@ above). The value may not be changed. .TP 8 .B mailwarn -If set, and a file that \fBbash\fP is checking for mail has been +If set, and a file that \fBbash\fP is checking for mail has been accessed since the last time it was checked, the message ``The mail in \fImailfile\fP has been read'' is displayed. .TP 8 @@ -9534,7 +9832,9 @@ above). If set, .B bash matches patterns in a case\-insensitive fashion when performing matching -while executing \fBcase\fP or \fB[[\fP conditional commands. +while executing \fBcase\fP or \fB[[\fP conditional commands, +when performing pattern substitution word expansions, +or when filtering possible completions as part of programmable completion. .TP 8 .B nullglob If set, @@ -9676,7 +9976,7 @@ under the result of the expression is the result of the binary test using the first and third arguments as operands. The \fB\-a\fP and \fB\-o\fP operators are considered binary operators -when there are three arguments. +when there are three arguments. If the first argument is \fB!\fP, the value is the negation of the two-argument test using the second and third arguments. If the first argument is exactly \fB(\fP and the third argument is @@ -9687,7 +9987,7 @@ Otherwise, the expression is false. 4 arguments If the first argument is \fB!\fP, the result is the negation of the three-argument expression composed of the remaining arguments. -Otherwise, the expression is parsed and evaluated according to +Otherwise, the expression is parsed and evaluated according to precedence using the rules listed above. .TP 5 or more arguments @@ -9718,7 +10018,7 @@ is absent (and there is a single \fIsigspec\fP) or each specified signal is reset to its original disposition (the value it had upon entrance to the shell). -If +If .I arg is the null string the signal specified by each .I sigspec @@ -9790,9 +10090,9 @@ is .BR ERR , the command .I arg -is executed whenever a +is executed whenever a pipeline (which may consist of a single simple -command), a list, or a compound command returns a +command), a list, or a compound command returns a non\-zero exit status, subject to the following conditions. The @@ -9803,7 +10103,7 @@ command is part of the command list immediately following a .B while or .B until -keyword, +keyword, part of the test in an .I if statement, part of a command executed in a @@ -9828,7 +10128,7 @@ is invalid; otherwise returns true. .TP \fBtype\fP [\fB\-aftpP\fP] \fIname\fP [\fIname\fP ...] -With no options, +With no options, indicate how each .I name would be interpreted if used as a command name. @@ -9842,7 +10142,7 @@ prints a string which is one of .IR function , .IR builtin , or -.I file +.I file if .I name is an alias, shell reserved word, function, builtin, or disk file, @@ -9879,18 +10179,18 @@ If a command is hashed, and .B \-P print the hashed value, which is not necessarily the file that appears -first in +first in .SM .BR PATH . If the .B \-a -option is used, +option is used, .B type prints all of the places that contain -an executable named +an executable named .IR name . This includes aliases and functions, -if and only if the +if and only if the .B \-p option is not also used. The table of hashed commands is not consulted @@ -9903,7 +10203,7 @@ option suppresses shell function lookup, as with the \fBcommand\fP builtin. returns true if all of the arguments are found, false if any are not found. .TP -\fBulimit\fP [\fB\-HSTabcdefilmnpqrstuvx\fP [\fIlimit\fP]] +\fBulimit\fP [\fB\-HSabcdefiklmnpqrstuvxPT\fP [\fIlimit\fP]] Provides control over the resources available to the shell and to processes started by it, on systems that allow such control. The \fB\-H\fP and \fB\-S\fP options specify that the hard or soft limit is @@ -9952,6 +10252,9 @@ The maximum size of files written by the shell and its children .B \-i The maximum number of pending signals .TP +.B \-k +The maximum number of kqueues that may be allocated +.TP .B \-l The maximum size that may be locked into memory .TP @@ -9987,6 +10290,9 @@ some systems, to its children .B \-x The maximum number of file locks .TP +.B \-P +The maximum number of pseudoterminals +.TP .B \-T The maximum number of threads .PD @@ -10004,19 +10310,25 @@ is assumed. Values are in 1024-byte increments, except for which is in seconds; .BR \-p , which is in units of 512-byte blocks; -and +.BR \-P , .BR \-T , .BR \-b , +.BR \-k , .BR \-n , and .BR \-u , -which are unscaled values. +which are unscaled values; +and, when in Posix mode, +.B \-c +and +.BR \-f , +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. .RE .TP \fBumask\fP [\fB\-p\fP] [\fB\-S\fP] [\fImode\fP] -The user file-creation mask is set to +The user file-creation mask is set to .IR mode . If .I mode @@ -10303,7 +10615,7 @@ this manual page should be directed to .PP It's too big and too slow. .PP -There are some subtle differences between +There are some subtle differences between .B bash and traditional versions of .BR sh , diff --git a/doc/bash.html b/doc/bash.html index bba7db6c0..983284e84 100644 --- a/doc/bash.html +++ b/doc/bash.html @@ -3,7 +3,7 @@ -
BASH(1)2014 February 2BASH(1) +BASH(1)2016 August 26BASH(1)

Index @@ -42,7 +42,7 @@ bash - GNU Bourne-Again SHell

COPYRIGHT

-Bash is Copyright © 1989-2013 by the Free Software Foundation, Inc. +Bash is Copyright © 1989-2016 by the Free Software Foundation, Inc.  

DESCRIPTION

@@ -67,7 +67,7 @@ can be configured to be POSIX-conformant by default.  

OPTIONS

-All of the single-character shell options documented in the +All of the single-character shell options documented in the description of the set builtin command can be used as options when the shell is invoked. In addition, bash @@ -88,9 +88,14 @@ option is present, then commands are read from the first non-option argument If there are arguments after the command_string, -they are assigned to the positional parameters, starting with -$0. +the first argument is assigned to +$0 + +and any remaining arguments are assigned to the positional parameters. +The assignment to +$0 +sets the name of the shell, which is used in warning and error messages.
-r
@@ -9636,13 +9930,14 @@ or an attempt is made to display a non-existent function with -f. Without options, displays the list of currently remembered directories. The default display is on a single line with directory names separated by spaces. -Directories are added to the list with the +Directories are added to the list with the pushd command; the popd command removes entries from the list. +The current directory is always the first directory in the stack.
@@ -9685,7 +9980,7 @@ invalid option is supplied or n indexes beyond the end of the directory stack.
-
disown [-ar] [-h] [jobspec ...]
+
disown [-ar] [-h] [jobspec ... | pid ... ]
Without options, remove each jobspec @@ -9885,7 +10180,7 @@ If the -l option is supplied, -the shell places a dash at the beginning of the zeroth argument passed to +the shell places a dash at the beginning of the zeroth argument passed to command. This is what @@ -9942,11 +10237,10 @@ The supplied names are marked for automatic export to the environment of -subsequently executed commands. If the +subsequently executed commands. If the -f -option is given, -the +option is given, the names refer to functions. @@ -9995,7 +10289,7 @@ and may be specified as a string (to locate the last command beginning with that string) or as a number (an index into the history list, where a negative number is used as an offset from the current -command number). If +command number). If last is not specified it is set to @@ -10191,7 +10485,7 @@ If the variable is set to 0, no error messages will be displayed, even if the first -character of +character of optstring is not a colon. @@ -10247,7 +10541,7 @@ It returns false if the end of options is encountered or an error occurs.
hash [-lr] [-p filename] [-dt] [name]
Each time hash is invoked, -the full pathname of the command +the full pathname of the command name is determined by searching @@ -10333,7 +10627,7 @@ The return status is 0 unless no command matches With no options, display the command history list with line numbers. Lines listed -with a +with a * have been modified. An argument of @@ -10370,8 +10664,9 @@ Delete the history entry at position offset.
-a
-Append the ``new'' history lines (history lines entered since the -beginning of the current bash session) to the history file. +Append the ``new'' history lines to the history file. +These are history lines entered since the beginning of the current +bash session, but not already appended to the history file.
-n
@@ -10420,7 +10715,7 @@ associated with each history entry is written to the history file, marked with the history comment character. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted -as timestamps for the previous history line. +as timestamps for the following history entry. The return value is 0 unless an invalid option is encountered, an error occurs while reading or writing the history file, an invalid offset is supplied as an argument to -d, or the @@ -10500,7 +10795,7 @@ returning its exit status.
kill [-s sigspec | -n signum | -sigspec] [pid | jobspec] ...
-
kill -l [sigspec | exit_status]
+
kill -l|-L [sigspec | exit_status]
Send the signal named by sigspec @@ -10550,6 +10845,10 @@ The exit_status argument to is a number specifying either a signal number or the exit status of a process terminated by a signal. +The +-L + +option is equivalent to -l. kill returns true if at least one signal was successfully sent, or false @@ -10570,9 +10869,9 @@ evaluates to 0, let returns 1; 0 is returned otherwise. -
local [option] [name[=value] ...]
+
local [option] [name[=value] ... | - ]
For each argument, a local variable named -name +name is created, and assigned value. @@ -10585,6 +10884,10 @@ is used within a function, it causes the variable name to have a visible scope restricted to that function and its children. +If name is -, the set of shell options is made local to the function +in which local is invoked: shell options changed using the +set builtin inside the function are restored to their original values +when the function returns. With no operands, local @@ -10604,17 +10907,17 @@ is supplied, or
Exit a login shell. -
mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]
+
mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]
-
readarray [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]
+
readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]
Read lines from the standard input into the indexed array variable array, -or from file descriptor +or from file descriptor fd -if the +if the -u option is supplied. @@ -10627,6 +10930,11 @@ Options, if supplied, have the following meanings:
+
-d + +
+The first character of delim is used to terminate each input line, +rather than newline.
-n
@@ -10651,7 +10959,7 @@ Discard the first count lines read.
-t
-Remove a trailing newline from each line read. +Remove a trailing delim (default newline) from each line read.
-u
@@ -10678,14 +10986,14 @@ Specify the number of lines read between each call to If -C -is specified without +is specified without -c, the default quantum is 5000. When callback 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. -callback is evaluated after the line is read but before the +callback is evaluated after the line is read but before the array element is assigned.

@@ -10744,7 +11052,7 @@ the next to last. If the popd -command is successful, a +command is successful, a dirs is performed as well, and the return status is 0. @@ -10776,9 +11084,8 @@ In addition to the standard printf(1) format specifications,

causes printf to expand backslash escape sequences in the corresponding -argument (except that \c terminates output, backslashes in -\aq, \", and \? are not removed, and octal escapes -beginning with \0 may contain up to four digits). +argument +in the same way as echo -e.
%q
@@ -10818,7 +11125,7 @@ The return value is zero on success, non-zero on failure. Adds a directory to the top of the directory stack, or rotates the stack, making the new top of the stack the current working -directory. With no arguments, exchanges the top two directories +directory. With no arguments, pushd exchanges the top two directories and returns 0, unless the directory stack is empty. Arguments, if supplied, have the following meanings:
@@ -10827,8 +11134,8 @@ Arguments, if supplied, have the following meanings:
-n
-Suppresses the normal change of directory when adding directories -to the stack, so that only the stack is manipulated. +Suppresses the normal change of directory when rotating or +adding directories to the stack, so that only the stack is manipulated.
+n
Rotates the stack so that the nth directory (counting from the left of the list shown by @@ -10858,7 +11165,7 @@ to the cd builtin. If the pushd -command is successful, a +command is successful, a dirs is performed as well. @@ -10882,7 +11189,7 @@ Print the absolute pathname of the current working directory. The pathname printed contains no symbolic links if the -P -option is supplied or the +option is supplied or the -o physical option to the @@ -10898,20 +11205,23 @@ reading the name of the current directory or an invalid option is supplied.
read [-ers] [-a aname] [-d delim] [-i text] [-n nchars] [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]
One line is read from the standard input, or from the file descriptor -fd supplied as an argument to the -u option, and the first word +fd supplied as an argument to the -u option, +split into words as described above under Word Splitting, +and the first word is assigned to the first name, the second word to the second name, -and so on, with leftover words and their intervening separators assigned -to the last +and so on. +If there are more words than names, the remaining words and their +intervening delimiters are assigned to the last name. If there are fewer words read from the input stream than names, the remaining names are assigned empty values. -The characters in +The characters in IFS @@ -10966,7 +11276,7 @@ buffer before editing begins.
read returns after reading nchars characters rather than -waiting for a complete line of input, but honor a delimiter if fewer +waiting for a complete line of input, but honors a delimiter if fewer than nchars characters are read before the delimiter.
-N nchars @@ -10977,6 +11287,9 @@ than waiting for a complete line of input, unless EOF is encountered or Delimiter characters encountered in the input are not treated specially and do not cause read to return until nchars characters are read. +The result is not split on the characters in IFS; the intent is +that the variable is assigned exactly the characters read +(with the exception of backslash; see the -r option below).
-p prompt
@@ -11027,8 +11340,8 @@ are supplied, the line read is assigned to the variable REPLY. -The return code is zero, unless end-of-file is encountered, read -times out (in which case the return code is greater than 128), +The exit status is zero, unless end-of-file is encountered, read +times out (in which case the status is greater than 128), a variable assignment error (such as assigning to a readonly variable) occurs, or an invalid file descriptor is supplied as the argument to -u.
@@ -11089,15 +11402,21 @@ Causes a function to stop executing and return the value specified by n to its caller. -If +If n is omitted, the return status is that of the last command -executed in the function body. If +executed in the function body. +If return is executed by a trap handler, the last command used to +determine the status is the last command executed before the trap handler. +if return is executed during a DEBUG trap, the last command +used to determine the status is the last command executed by the trap +handler before return was invoked. +If return is used outside a function, -but during execution of a script by the +but during execution of a script by the . (source) command, it causes the shell to stop executing @@ -11128,7 +11447,7 @@ 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 arguments remaining after option processing are treated -as values for the positional parameters and are assigned, in order, to +as values for the positional parameters and are assigned, in order, to $1, $2, @@ -11144,8 +11463,9 @@ Options, if specified, have the following meanings:
-a
-Automatically mark variables and functions which are modified or -created for export to the environment of subsequent commands. +Each variable or function that is created or modified is given the +export attribute and marked for export to the environment of +subsequent commands.
-b
@@ -11163,7 +11483,7 @@ or a compound command SHELL GRAMMAR -above), exits with a non-zero status. +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 while @@ -11171,7 +11491,7 @@ command that fails is part of the command list immediately following a or until -keyword, +keyword, part of the test following the if @@ -11244,9 +11564,9 @@ containing its exit status.
-n
-Read commands but do not execute them. This may be used to -check a shell script for syntax errors. This is ignored by -interactive shells. +Read commands but do not execute them. +This may be used to check a shell script for syntax errors. +This is ignored by interactive shells.
-o option-name
@@ -11530,7 +11850,7 @@ does not overwrite an existing file with the and <> -redirection operators. This may be overridden when +redirection operators. This may be overridden when creating output files by using the redirection operator >| @@ -11623,7 +11943,7 @@ If is 0, no parameters are changed. If -n +n is not given, it is assumed to be 1. If @@ -11805,7 +12125,10 @@ If set, changes its behavior to that of version 3.2 with respect to locale-specific string comparison when using the [[ -conditional command's < and > operators (see previous item). +conditional command's < and > operators (see previous item) +and the effect of interrupting a command list. +Bash versions 3.2 and earlier continue with the next command in the list +after one terminates due to an interrupt.
compat40
@@ -11838,6 +12161,20 @@ If set, does not process the replacement string in the pattern substitution word expansion using quote removal. +
compat43 + +
+If set, +bash + +does not print a warning message if an attempt is made to use a quoted compound +array assignment as an argument to declare, +makes word expansion errors +non-fatal errors that cause the current command to fail (the default behavior is +to make them fatal errors that cause the shell to exit), +and does not reset the +loop state when a shell function is executed (this allows break or +continue in a shell function to affect loops in the caller's context).
complete_fullquote
@@ -11884,7 +12221,7 @@ if the directory name initially supplied does not exist.
dotglob
-If set, +If set, bash includes filenames beginning with a `.' in the results of pathname @@ -11911,7 +12248,9 @@ This option is enabled by default for interactive shells.
extdebug
-If set, behavior intended for use by debuggers is enabled: +If set at shell invocation, arrange to execute the debugger profile +before the shell starts, identical to the --debugger option. +If set after invocation, behavior intended for use by debuggers is enabled:
1. @@ -11930,8 +12269,8 @@ next command is skipped and not executed.
If the command run by the DEBUG trap returns a value of 2, and the shell is executing in a subroutine (a shell function or a shell script -executed by the . or source builtins), a call to -return is simulated. +executed by the . or source builtins), the shell simulates +a call to return.
4.
@@ -11946,13 +12285,13 @@ are updated as described in their descriptions above.
5.
-Function tracing is enabled: command substitution, shell functions, and +Function tracing is enabled: command substitution, shell functions, and subshells invoked with ( command ) inherit the DEBUG and RETURN traps.
6.
-Error tracing is enabled: command substitution, shell functions, and +Error tracing is enabled: command substitution, shell functions, and subshells invoked with ( command ) inherit the ERR trap.
@@ -12041,7 +12380,7 @@ failed history substitution.
histverify
-If set, and +If set, and readline is being used, the results of history substitution are not immediately @@ -12071,6 +12410,12 @@ If set, bash will send to all jobs when an interactive login shell exits. +
inherit_errexit + +
+If set, command substitution inherits the value of the errexit option, +instead of unsetting it in the subshell environment. +This option is enabled when posix mode is enabled.
interactive_comments
@@ -12108,7 +12453,7 @@ The value may not be changed.
mailwarn
-If set, and a file that bash is checking for mail has been +If set, and a file that bash is checking for mail has been accessed since the last time it was checked, the message ``The mail in mailfile has been read'' is displayed.
no_empty_cmd_completion @@ -12144,7 +12489,9 @@ If set, bash matches patterns in a case-insensitive fashion when performing matching -while executing case or [[ conditional commands. +while executing case or [[ conditional commands, +when performing pattern substitution word expansions, +or when filtering possible completions as part of programmable completion.
nullglob
@@ -12311,7 +12658,7 @@ under the result of the expression is the result of the binary test using the first and third arguments as operands. The -a and -o operators are considered binary operators -when there are three arguments. +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 @@ -12321,7 +12668,7 @@ Otherwise, the expression is false.
4 arguments
If the first argument is !, the result is the negation of the three-argument expression composed of the remaining arguments. -Otherwise, the expression is parsed and evaluated according to +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 precedence @@ -12359,7 +12706,7 @@ is absent (and there is a single sigspec) or each specified signal is reset to its original disposition (the value it had upon entrance to the shell). -If +If arg is the null string the signal specified by each @@ -12456,9 +12803,9 @@ is the command arg -is executed whenever a +is executed whenever a pipeline (which may consist of a single simple -command), a list, or a compound command returns a +command), a list, or a compound command returns a non-zero exit status, subject to the following conditions. The @@ -12472,7 +12819,7 @@ command is part of the command list immediately following a or until -keyword, +keyword, part of the test in an if @@ -12503,7 +12850,7 @@ is invalid; otherwise returns true.
type [-aftpP] name [name ...]
-With no options, +With no options, indicate how each name @@ -12524,7 +12871,7 @@ prints a string which is one of builtin, or -file +file if name @@ -12573,22 +12920,22 @@ and -P print the hashed value, which is not necessarily the file that appears -first in +first in PATH. If the -a -option is used, +option is used, type prints all of the places that contain -an executable named +an executable named name. This includes aliases and functions, -if and only if the +if and only if the -p option is not also used. @@ -12604,7 +12951,7 @@ option suppresses shell function lookup, as with the command builtin. returns true if all of the arguments are found, false if any are not found. -
ulimit [-HSTabcdefilmnpqrstuvx [limit]]
+
ulimit [-HSabcdefiklmnpqrstuvxPT [limit]]
Provides control over the resources available to the shell and to processes started by it, on systems that allow such control. The -H and -S options specify that the hard or soft limit is @@ -12665,6 +13012,10 @@ The maximum size of files written by the shell and its children
The maximum number of pending signals +
-k + +
+The maximum number of kqueues that may be allocated
-l
@@ -12711,6 +13062,10 @@ some systems, to its children
The maximum number of file locks +
-P + +
+The maximum number of pseudoterminals
-T
@@ -12737,23 +13092,33 @@ which is in seconds; -p, which is in units of 512-byte blocks; -and +-P, + -T, -b, +-k, + -n, and -u, -which are unscaled values. +which are unscaled values; +and, when in Posix mode, +-c + +and +-f, + +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.
umask [-p] [-S] [mode]
-The user file-creation mask is set to +The user file-creation mask is set to mode. If @@ -13126,7 +13491,7 @@ this manual page should be directed to It's too big and too slow.

-There are some subtle differences between +There are some subtle differences between bash and traditional versions of @@ -13164,7 +13529,7 @@ There may be only one active coprocess at a time.


-
GNU Bash 4.32014 February 2BASH(1) +GNU Bash 4.42016 August 26BASH(1)

@@ -13270,6 +13635,6 @@ There may be only one active coprocess at a time.

This document was created by man2html from bash.1.
-Time: 24 February 2014 08:28:34 EST +Time: 31 August 2016 10:24:30 EDT diff --git a/doc/bash.info b/doc/bash.info new file mode 100644 index 000000000..fac678652 --- /dev/null +++ b/doc/bash.info @@ -0,0 +1,11484 @@ +This is bash.info, produced by makeinfo version 6.1 from +bashref.texi. + +This text is a brief description of the features that are present in the +Bash shell (version 4.4, 7 September 2016). + + This is Edition 4.4, last updated 7 September 2016, of 'The GNU Bash +Reference Manual', for 'Bash', Version 4.4. + + Copyright (C) 1988-2016 Free Software Foundation, Inc. + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.3 or any later version published by the Free Software + Foundation; with no Invariant Sections, no Front-Cover Texts, and + no Back-Cover Texts. A copy of the license is included in the + section entitled "GNU Free Documentation License". +INFO-DIR-SECTION Basics +START-INFO-DIR-ENTRY +* Bash: (bash). The GNU Bourne-Again SHell. +END-INFO-DIR-ENTRY + + +File: bash.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) + +Bash Features +************* + +This text is a brief description of the features that are present in the +Bash shell (version 4.4, 7 September 2016). The Bash home page is +. + + This is Edition 4.4, last updated 7 September 2016, of 'The GNU Bash +Reference Manual', for 'Bash', Version 4.4. + + Bash contains features that appear in other popular shells, and some +features that only appear in Bash. Some of the shells that Bash has +borrowed concepts from are the Bourne Shell ('sh'), the Korn Shell +('ksh'), and the C-shell ('csh' and its successor, 'tcsh'). The +following menu breaks the features up into categories, noting which +features were inspired by other shells and which are specific to Bash. + + This manual is meant as a brief introduction to features found in +Bash. The Bash manual page should be used as the definitive reference +on shell behavior. + +* Menu: + +* Introduction:: An introduction to the shell. +* Definitions:: Some definitions used in the rest of this + manual. +* Basic Shell Features:: The shell "building blocks". +* Shell Builtin Commands:: Commands that are a part of the shell. +* Shell Variables:: Variables used or set by Bash. +* Bash Features:: Features found only in Bash. +* Job Control:: What job control is and how Bash allows you + to use it. +* Command Line Editing:: Chapter describing the command line + editing features. +* Using History Interactively:: Command History Expansion +* Installing Bash:: How to build and install Bash on your system. +* Reporting Bugs:: How to report bugs in Bash. +* Major Differences From The Bourne Shell:: A terse list of the differences + between Bash and historical + versions of /bin/sh. +* GNU Free Documentation License:: Copying and sharing this documentation. +* Indexes:: Various indexes for this manual. + + +File: bash.info, Node: Introduction, Next: Definitions, Up: Top + +1 Introduction +************** + +* Menu: + +* What is Bash?:: A short description of Bash. +* What is a shell?:: A brief introduction to shells. + + +File: bash.info, Node: What is Bash?, Next: What is a shell?, Up: Introduction + +1.1 What is Bash? +================= + +Bash is the shell, or command language interpreter, for the GNU +operating system. The name is an acronym for the 'Bourne-Again SHell', +a pun on Stephen Bourne, the author of the direct ancestor of the +current Unix shell 'sh', which appeared in the Seventh Edition Bell Labs +Research version of Unix. + + Bash is largely compatible with 'sh' and incorporates useful features +from the Korn shell 'ksh' and the C shell 'csh'. It is intended to be a +conformant implementation of the IEEE POSIX Shell and Tools portion of +the IEEE POSIX specification (IEEE Standard 1003.1). It offers +functional improvements over 'sh' for both interactive and programming +use. + + While the GNU operating system provides other shells, including a +version of 'csh', Bash is the default shell. Like other GNU software, +Bash is quite portable. It currently runs on nearly every version of +Unix and a few other operating systems - independently-supported ports +exist for MS-DOS, OS/2, and Windows platforms. + + +File: bash.info, Node: What is a shell?, Prev: What is Bash?, Up: Introduction + +1.2 What is a shell? +==================== + +At its base, a shell is simply a macro processor that executes commands. +The term macro processor means functionality where text and symbols are +expanded to create larger expressions. + + A Unix shell is both a command interpreter and a programming +language. As a command interpreter, the shell provides the user +interface to the rich set of GNU utilities. The programming language +features allow these utilities to be combined. Files containing +commands can be created, and become commands themselves. These new +commands have the same status as system commands in directories such as +'/bin', allowing users or groups to establish custom environments to +automate their common tasks. + + Shells may be used interactively or non-interactively. In +interactive mode, they accept input typed from the keyboard. When +executing non-interactively, shells execute commands read from a file. + + A shell allows execution of GNU commands, both synchronously and +asynchronously. The shell waits for synchronous commands to complete +before accepting more input; asynchronous commands continue to execute +in parallel with the shell while it reads and executes additional +commands. The "redirection" constructs permit fine-grained control of +the input and output of those commands. Moreover, the shell allows +control over the contents of commands' environments. + + Shells also provide a small set of built-in commands ("builtins") +implementing functionality impossible or inconvenient to obtain via +separate utilities. For example, 'cd', 'break', 'continue', and 'exec' +cannot be implemented outside of the shell because they directly +manipulate the shell itself. The 'history', 'getopts', 'kill', or 'pwd' +builtins, among others, could be implemented in separate utilities, but +they are more convenient to use as builtin commands. All of the shell +builtins are described in subsequent sections. + + While executing commands is essential, most of the power (and +complexity) of shells is due to their embedded programming languages. +Like any high-level language, the shell provides variables, flow control +constructs, quoting, and functions. + + Shells offer features geared specifically for interactive use rather +than to augment the programming language. These interactive features +include job control, command line editing, command history and aliases. +Each of these features is described in this manual. + + +File: bash.info, Node: Definitions, Next: Basic Shell Features, Prev: Introduction, Up: Top + +2 Definitions +************* + +These definitions are used throughout the remainder of this manual. + +'POSIX' + A family of open system standards based on Unix. Bash is primarily + concerned with the Shell and Utilities portion of the POSIX 1003.1 + standard. + +'blank' + A space or tab character. + +'builtin' + A command that is implemented internally by the shell itself, + rather than by an executable program somewhere in the file system. + +'control operator' + A 'token' that performs a control function. It is a 'newline' or + one of the following: '||', '&&', '&', ';', ';;', ';&', ';;&', '|', + '|&', '(', or ')'. + +'exit status' + The value returned by a command to its caller. The value is + restricted to eight bits, so the maximum value is 255. + +'field' + A unit of text that is the result of one of the shell expansions. + After expansion, when executing a command, the resulting fields are + used as the command name and arguments. + +'filename' + A string of characters used to identify a file. + +'job' + A set of processes comprising a pipeline, and any processes + descended from it, that are all in the same process group. + +'job control' + A mechanism by which users can selectively stop (suspend) and + restart (resume) execution of processes. + +'metacharacter' + A character that, when unquoted, separates words. A metacharacter + is a 'space', 'tab', 'newline', or one of the following characters: + '|', '&', ';', '(', ')', '<', or '>'. + +'name' + A 'word' consisting solely of letters, numbers, and underscores, + and beginning with a letter or underscore. 'Name's are used as + shell variable and function names. Also referred to as an + 'identifier'. + +'operator' + A 'control operator' or a 'redirection operator'. *Note + Redirections::, for a list of redirection operators. Operators + contain at least one unquoted 'metacharacter'. + +'process group' + A collection of related processes each having the same process + group ID. + +'process group ID' + A unique identifier that represents a 'process group' during its + lifetime. + +'reserved word' + A 'word' that has a special meaning to the shell. Most reserved + words introduce shell flow control constructs, such as 'for' and + 'while'. + +'return status' + A synonym for 'exit status'. + +'signal' + A mechanism by which a process may be notified by the kernel of an + event occurring in the system. + +'special builtin' + A shell builtin command that has been classified as special by the + POSIX standard. + +'token' + A sequence of characters considered a single unit by the shell. It + is either a 'word' or an 'operator'. + +'word' + A sequence of characters treated as a unit by the shell. Words may + not include unquoted 'metacharacters'. + + +File: bash.info, Node: Basic Shell Features, Next: Shell Builtin Commands, Prev: Definitions, Up: Top + +3 Basic Shell Features +********************** + +Bash is an acronym for 'Bourne-Again SHell'. The Bourne shell is the +traditional Unix shell originally written by Stephen Bourne. All of the +Bourne shell builtin commands are available in Bash, The rules for +evaluation and quoting are taken from the POSIX specification for the +'standard' Unix shell. + + This chapter briefly summarizes the shell's 'building blocks': +commands, control structures, shell functions, shell parameters, shell +expansions, redirections, which are a way to direct input and output +from and to named files, and how the shell executes commands. + +* Menu: + +* Shell Syntax:: What your input means to the shell. +* Shell Commands:: The types of commands you can use. +* Shell Functions:: Grouping commands by name. +* Shell Parameters:: How the shell stores values. +* Shell Expansions:: How Bash expands parameters and the various + expansions available. +* Redirections:: A way to control where input and output go. +* Executing Commands:: What happens when you run a command. +* Shell Scripts:: Executing files of shell commands. + + +File: bash.info, Node: Shell Syntax, Next: Shell Commands, Up: Basic Shell Features + +3.1 Shell Syntax +================ + +* Menu: + +* Shell Operation:: The basic operation of the shell. +* Quoting:: How to remove the special meaning from characters. +* Comments:: How to specify comments. + +When the shell reads input, it proceeds through a sequence of +operations. If the input indicates the beginning of a comment, the +shell ignores the comment symbol ('#'), and the rest of that line. + + Otherwise, roughly speaking, the shell reads its input and divides +the input into words and operators, employing the quoting rules to +select which meanings to assign various words and characters. + + The shell then parses these tokens into commands and other +constructs, removes the special meaning of certain words or characters, +expands others, redirects input and output as needed, executes the +specified command, waits for the command's exit status, and makes that +exit status available for further inspection or processing. + + +File: bash.info, Node: Shell Operation, Next: Quoting, Up: Shell Syntax + +3.1.1 Shell Operation +--------------------- + +The following is a brief description of the shell's operation when it +reads and executes a command. Basically, the shell does the following: + + 1. Reads its input from a file (*note Shell Scripts::), from a string + supplied as an argument to the '-c' invocation option (*note + Invoking Bash::), or from the user's terminal. + + 2. Breaks the input into words and operators, obeying the quoting + rules described in *note Quoting::. These tokens are separated by + 'metacharacters'. Alias expansion is performed by this step (*note + Aliases::). + + 3. Parses the tokens into simple and compound commands (*note Shell + Commands::). + + 4. Performs the various shell expansions (*note Shell Expansions::), + breaking the expanded tokens into lists of filenames (*note + Filename Expansion::) and commands and arguments. + + 5. Performs any necessary redirections (*note Redirections::) and + removes the redirection operators and their operands from the + argument list. + + 6. Executes the command (*note Executing Commands::). + + 7. Optionally waits for the command to complete and collects its exit + status (*note Exit Status::). + + +File: bash.info, Node: Quoting, Next: Comments, Prev: Shell Operation, Up: Shell Syntax + +3.1.2 Quoting +------------- + +* Menu: + +* Escape Character:: How to remove the special meaning from a single + character. +* Single Quotes:: How to inhibit all interpretation of a sequence + of characters. +* Double Quotes:: How to suppress most of the interpretation of a + sequence of characters. +* ANSI-C Quoting:: How to expand ANSI-C sequences in quoted strings. +* Locale Translation:: How to translate strings into different languages. + +Quoting is used to remove the special meaning of certain characters or +words to the shell. Quoting can be used to disable special treatment +for special characters, to prevent reserved words from being recognized +as such, and to prevent parameter expansion. + + Each of the shell metacharacters (*note Definitions::) has special +meaning to the shell and must be quoted if it is to represent itself. +When the command history expansion facilities are being used (*note +History Interaction::), the HISTORY EXPANSION character, usually '!', +must be quoted to prevent history expansion. *Note Bash History +Facilities::, for more details concerning history expansion. + + There are three quoting mechanisms: the ESCAPE CHARACTER, single +quotes, and double quotes. + + +File: bash.info, Node: Escape Character, Next: Single Quotes, Up: Quoting + +3.1.2.1 Escape Character +........................ + +A non-quoted backslash '\' is the Bash escape character. It preserves +the literal value of the next character that follows, with the exception +of 'newline'. If a '\newline' pair appears, and the backslash itself is +not quoted, the '\newline' is treated as a line continuation (that is, +it is removed from the input stream and effectively ignored). + + +File: bash.info, Node: Single Quotes, Next: Double Quotes, Prev: Escape Character, Up: Quoting + +3.1.2.2 Single Quotes +..................... + +Enclosing characters in single quotes (''') preserves the literal value +of each character within the quotes. A single quote may not occur +between single quotes, even when preceded by a backslash. + + +File: bash.info, Node: Double Quotes, Next: ANSI-C Quoting, Prev: Single Quotes, Up: Quoting + +3.1.2.3 Double Quotes +..................... + +Enclosing characters in double quotes ('"') preserves the literal value +of all characters within the quotes, with the exception of '$', '`', +'\', and, when history expansion is enabled, '!'. When the shell is in +POSIX mode (*note Bash POSIX Mode::), the '!' has no special meaning +within double quotes, even when history expansion is enabled. The +characters '$' and '`' retain their special meaning within double quotes +(*note Shell Expansions::). The backslash retains its special meaning +only when followed by one of the following characters: '$', '`', '"', +'\', or 'newline'. Within double quotes, backslashes that are followed +by one of these characters are removed. Backslashes preceding +characters without a special meaning are left unmodified. A double +quote may be quoted within double quotes by preceding it with a +backslash. If enabled, history expansion will be performed unless an +'!' appearing in double quotes is escaped using a backslash. The +backslash preceding the '!' is not removed. + + The special parameters '*' and '@' have special meaning when in +double quotes (*note Shell Parameter Expansion::). + + +File: bash.info, Node: ANSI-C Quoting, Next: Locale Translation, Prev: Double Quotes, Up: Quoting + +3.1.2.4 ANSI-C Quoting +...................... + +Words of the form '$'STRING'' are treated specially. The word expands +to STRING, with backslash-escaped characters replaced as specified by +the ANSI C standard. Backslash escape sequences, if present, are +decoded as follows: + +'\a' + alert (bell) +'\b' + backspace +'\e' +'\E' + an escape character (not ANSI C) +'\f' + form feed +'\n' + newline +'\r' + carriage return +'\t' + horizontal tab +'\v' + vertical tab +'\\' + backslash +'\'' + single quote +'\"' + double quote +'\?' + question mark +'\NNN' + the eight-bit character whose value is the octal value NNN (one to + three digits) +'\xHH' + the eight-bit character whose value is the hexadecimal value HH + (one or two hex digits) +'\uHHHH' + the Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHH (one to four hex digits) +'\UHHHHHHHH' + the Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHHHHHH (one to eight hex digits) +'\cX' + a control-X character + +The expanded result is single-quoted, as if the dollar sign had not been +present. + + +File: bash.info, Node: Locale Translation, Prev: ANSI-C Quoting, Up: Quoting + +3.1.2.5 Locale-Specific Translation +................................... + +A double-quoted string preceded by a dollar sign ('$') will cause the +string to be translated according to the current locale. If the current +locale is 'C' or 'POSIX', the dollar sign is ignored. If the string is +translated and replaced, the replacement is double-quoted. + + Some systems use the message catalog selected by the 'LC_MESSAGES' +shell variable. Others create the name of the message catalog from the +value of the 'TEXTDOMAIN' shell variable, possibly adding a suffix of +'.mo'. If you use the 'TEXTDOMAIN' variable, you may need to set the +'TEXTDOMAINDIR' variable to the location of the message catalog files. +Still others use both variables in this fashion: +'TEXTDOMAINDIR'/'LC_MESSAGES'/LC_MESSAGES/'TEXTDOMAIN'.mo. + + +File: bash.info, Node: Comments, Prev: Quoting, Up: Shell Syntax + +3.1.3 Comments +-------------- + +In a non-interactive shell, or an interactive shell in which the +'interactive_comments' option to the 'shopt' builtin is enabled (*note +The Shopt Builtin::), a word beginning with '#' causes that word and all +remaining characters on that line to be ignored. An interactive shell +without the 'interactive_comments' option enabled does not allow +comments. The 'interactive_comments' option is on by default in +interactive shells. *Note Interactive Shells::, for a description of +what makes a shell interactive. + + +File: bash.info, Node: Shell Commands, Next: Shell Functions, Prev: Shell Syntax, Up: Basic Shell Features + +3.2 Shell Commands +================== + +A simple shell command such as 'echo a b c' consists of the command +itself followed by arguments, separated by spaces. + + More complex shell commands are composed of simple commands arranged +together in a variety of ways: in a pipeline in which the output of one +command becomes the input of a second, in a loop or conditional +construct, or in some other grouping. + +* Menu: + +* Simple Commands:: The most common type of command. +* Pipelines:: Connecting the input and output of several + commands. +* Lists:: How to execute commands sequentially. +* Compound Commands:: Shell commands for control flow. +* Coprocesses:: Two-way communication between commands. +* GNU Parallel:: Running commands in parallel. + + +File: bash.info, Node: Simple Commands, Next: Pipelines, Up: Shell Commands + +3.2.1 Simple Commands +--------------------- + +A simple command is the kind of command encountered most often. It's +just a sequence of words separated by 'blank's, terminated by one of the +shell's control operators (*note Definitions::). The first word +generally specifies a command to be executed, with the rest of the words +being that command's arguments. + + The return status (*note Exit Status::) of a simple command is its +exit status as provided by the POSIX 1003.1 'waitpid' function, or 128+N +if the command was terminated by signal N. + + +File: bash.info, Node: Pipelines, Next: Lists, Prev: Simple Commands, Up: Shell Commands + +3.2.2 Pipelines +--------------- + +A 'pipeline' is a sequence of one or more commands separated by one of +the control operators '|' or '|&'. + + The format for a pipeline is + [time [-p]] [!] COMMAND1 [ | or |& COMMAND2 ] ... + +The output of each command in the pipeline is connected via a pipe to +the input of the next command. That is, each command reads the previous +command's output. This connection is performed before any redirections +specified by the command. + + If '|&' is used, COMMAND1's standard error, in addition to its +standard output, is connected to COMMAND2's standard input through the +pipe; it is shorthand for '2>&1 |'. This implicit redirection of the +standard error to the standard output is performed after any +redirections specified by the command. + + The reserved word 'time' causes timing statistics to be printed for +the pipeline once it finishes. The statistics currently consist of +elapsed (wall-clock) time and user and system time consumed by the +command's execution. The '-p' option changes the output format to that +specified by POSIX. When the shell is in POSIX mode (*note Bash POSIX +Mode::), it does not recognize 'time' as a reserved word if the next +token begins with a '-'. The 'TIMEFORMAT' variable may be set to a +format string that specifies how the timing information should be +displayed. *Note Bash Variables::, for a description of the available +formats. The use of 'time' as a reserved word permits the timing of +shell builtins, shell functions, and pipelines. An external 'time' +command cannot time these easily. + + When the shell is in POSIX mode (*note Bash POSIX Mode::), 'time' may +be followed by a newline. In this case, the shell displays the total +user and system time consumed by the shell and its children. The +'TIMEFORMAT' variable may be used to specify the format of the time +information. + + If the pipeline is not executed asynchronously (*note Lists::), the +shell waits for all commands in the pipeline to complete. + + Each command in a pipeline is executed in its own subshell (*note +Command Execution Environment::). The exit status of a pipeline is the +exit status of the last command in the pipeline, unless the 'pipefail' +option is enabled (*note The Set Builtin::). If 'pipefail' 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 +successfully. If the reserved word '!' precedes the pipeline, the exit +status is the logical negation of the exit status as described above. +The shell waits for all commands in the pipeline to terminate before +returning a value. + + +File: bash.info, Node: Lists, Next: Compound Commands, Prev: Pipelines, Up: Shell Commands + +3.2.3 Lists of Commands +----------------------- + +A 'list' is a sequence of one or more pipelines separated by one of the +operators ';', '&', '&&', or '||', and optionally terminated by one of +';', '&', or a 'newline'. + + 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 'list' to delimit +commands, equivalent to a semicolon. + + If a command is terminated by the control operator '&', the shell +executes the command asynchronously in a subshell. This is known as +executing the command in the BACKGROUND. The shell does not wait for +the command to finish, and the return status is 0 (true). When job +control is not active (*note Job Control::), the standard input for +asynchronous commands, in the absence of any explicit redirections, is +redirected from '/dev/null'. + + 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 executed. + + AND and OR lists are sequences of one or more pipelines separated by +the control operators '&&' and '||', respectively. AND and OR lists are +executed with left associativity. + + An AND list has the form + COMMAND1 && COMMAND2 + +COMMAND2 is executed if, and only if, COMMAND1 returns an exit status of +zero. + + An OR list has the form + COMMAND1 || COMMAND2 + +COMMAND2 is executed if, and only if, COMMAND1 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. + + +File: bash.info, Node: Compound Commands, Next: Coprocesses, Prev: Lists, Up: Shell Commands + +3.2.4 Compound Commands +----------------------- + +* Menu: + +* Looping Constructs:: Shell commands for iterative action. +* Conditional Constructs:: Shell commands for conditional execution. +* Command Grouping:: Ways to group commands. + +Compound commands are the shell programming constructs. Each construct +begins with a reserved word or control operator and is terminated by a +corresponding reserved word or operator. Any redirections (*note +Redirections::) associated with a compound command apply to all commands +within that compound command unless explicitly overridden. + + In most cases a list of commands in a compound 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. + + Bash provides looping constructs, conditional commands, and +mechanisms to group commands and execute them as a unit. + + +File: bash.info, Node: Looping Constructs, Next: Conditional Constructs, Up: Compound Commands + +3.2.4.1 Looping Constructs +.......................... + +Bash supports the following looping constructs. + + Note that wherever a ';' appears in the description of a command's +syntax, it may be replaced with one or more newlines. + +'until' + The syntax of the 'until' command is: + + until TEST-COMMANDS; do CONSEQUENT-COMMANDS; done + + Execute CONSEQUENT-COMMANDS as long as TEST-COMMANDS has an exit + status which is not zero. The return status is the exit status of + the last command executed in CONSEQUENT-COMMANDS, or zero if none + was executed. + +'while' + The syntax of the 'while' command is: + + while TEST-COMMANDS; do CONSEQUENT-COMMANDS; done + + Execute CONSEQUENT-COMMANDS as long as TEST-COMMANDS has an exit + status of zero. The return status is the exit status of the last + command executed in CONSEQUENT-COMMANDS, or zero if none was + executed. + +'for' + The syntax of the 'for' command is: + + for NAME [ [in [WORDS ...] ] ; ] do COMMANDS; done + + Expand WORDS, and execute COMMANDS once for each member in the + resultant list, with NAME bound to the current member. If 'in + WORDS' is not present, the 'for' command executes the COMMANDS once + for each positional parameter that is set, as if 'in "$@"' had been + specified (*note Special Parameters::). The return status is the + exit status of the last command that 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: + + for (( EXPR1 ; EXPR2 ; EXPR3 )) ; do COMMANDS ; done + + First, the arithmetic expression EXPR1 is evaluated according to + the rules described below (*note Shell Arithmetic::). The + arithmetic expression EXPR2 is then evaluated repeatedly until it + evaluates to zero. Each time EXPR2 evaluates to a non-zero value, + COMMANDS are executed and the arithmetic expression EXPR3 is + evaluated. If any expression is omitted, it behaves as if it + evaluates to 1. The return value is the exit status of the last + command in COMMANDS that is executed, or false if any of the + expressions is invalid. + + The 'break' and 'continue' builtins (*note Bourne Shell Builtins::) +may be used to control loop execution. + + +File: bash.info, Node: Conditional Constructs, Next: Command Grouping, Prev: Looping Constructs, Up: Compound Commands + +3.2.4.2 Conditional Constructs +.............................. + +'if' + The syntax of the 'if' command is: + + if TEST-COMMANDS; then + CONSEQUENT-COMMANDS; + [elif MORE-TEST-COMMANDS; then + MORE-CONSEQUENTS;] + [else ALTERNATE-CONSEQUENTS;] + fi + + The TEST-COMMANDS list is executed, and if its return status is + zero, the CONSEQUENT-COMMANDS list is executed. If TEST-COMMANDS + returns a non-zero status, each 'elif' list is executed in turn, + and if its exit status is zero, the corresponding MORE-CONSEQUENTS + is executed and the command completes. If 'else + ALTERNATE-CONSEQUENTS' is present, and the final command in the + final 'if' or 'elif' clause has a non-zero exit status, then + ALTERNATE-CONSEQUENTS is executed. The return status is the exit + status of the last command executed, or zero if no condition tested + true. + +'case' + The syntax of the 'case' command is: + + case WORD in [ [(] PATTERN [| PATTERN]...) COMMAND-LIST ;;]... esac + + 'case' will selectively execute the COMMAND-LIST corresponding to + the first PATTERN that matches WORD. If the 'nocasematch' shell + option (see the description of 'shopt' in *note The Shopt + Builtin::) is enabled, the match is performed without regard to the + case of alphabetic characters. The '|' is used to separate + multiple patterns, and the ')' operator terminates a pattern list. + A list of patterns and an associated command-list is known as a + CLAUSE. + + Each clause must be terminated with ';;', ';&', or ';;&'. The WORD + undergoes tilde expansion, parameter expansion, command + substitution, arithmetic expansion, and quote removal before + matching is attempted. Each PATTERN undergoes tilde expansion, + parameter expansion, command substitution, and arithmetic + expansion. + + There may be an arbitrary number of 'case' clauses, each terminated + by a ';;', ';&', or ';;&'. The first pattern that matches + determines the command-list that is executed. It's a common idiom + to use '*' as the final pattern to define the default case, since + that pattern will always match. + + Here is an example using 'case' in a script that could be used to + describe one interesting feature of an animal: + + echo -n "Enter the name of an animal: " + read ANIMAL + echo -n "The $ANIMAL has " + case $ANIMAL in + horse | dog | cat) echo -n "four";; + man | kangaroo ) echo -n "two";; + *) echo -n "an unknown number of";; + esac + echo " legs." + + + If the ';;' operator is used, no subsequent matches are attempted + after the first pattern match. Using ';&' in place of ';;' causes + execution to continue with the COMMAND-LIST associated with the + next clause, if any. Using ';;&' in place of ';;' causes the shell + to test the patterns in the next clause, if any, and execute any + associated COMMAND-LIST on a successful match. + + The return status is zero if no PATTERN is matched. Otherwise, the + return status is the exit status of the COMMAND-LIST executed. + +'select' + + The 'select' construct allows the easy generation of menus. It has + almost the same syntax as the 'for' command: + + select NAME [in WORDS ...]; do COMMANDS; done + + The list of words following 'in' is expanded, generating a list of + items. The set of expanded words is printed on the standard error + output stream, each preceded by a number. If the 'in WORDS' is + omitted, the positional parameters are printed, as if 'in "$@"' had + been specified. The 'PS3' prompt is then displayed and a line is + read from the standard input. If the line consists of a number + corresponding to one of the displayed words, then the value of NAME + is set to that word. If the line is empty, the words and prompt + are displayed again. If 'EOF' is read, the 'select' command + completes. Any other value read causes NAME to be set to null. + The line read is saved in the variable 'REPLY'. + + The COMMANDS are executed after each selection until a 'break' + command is executed, at which point the 'select' command completes. + + Here is an example that allows the user to pick a filename from the + current directory, and displays the name and index of the file + selected. + + select fname in *; + do + echo you picked $fname \($REPLY\) + break; + done + +'((...))' + (( EXPRESSION )) + + The arithmetic EXPRESSION is evaluated according to the rules + described below (*note Shell Arithmetic::). If the value of the + expression is non-zero, the return status is 0; otherwise the + return status is 1. This is exactly equivalent to + let "EXPRESSION" + *Note Bash Builtins::, for a full description of the 'let' builtin. + +'[[...]]' + [[ EXPRESSION ]] + + Return a status of 0 or 1 depending on the evaluation of the + conditional expression EXPRESSION. Expressions are composed of the + primaries described below in *note Bash Conditional Expressions::. + Word splitting and filename expansion are not performed on the + words between the '[[' and ']]'; tilde expansion, parameter and + variable expansion, arithmetic expansion, command substitution, + process substitution, and quote removal are performed. Conditional + operators such as '-f' must be unquoted to be recognized as + primaries. + + When used with '[[', the '<' and '>' operators sort + lexicographically using the current locale. + + When the '==' and '!=' operators are used, the string to the right + of the operator is considered a pattern and matched according to + the rules described below in *note Pattern Matching::, as if the + 'extglob' shell option were enabled. The '=' operator is identical + to '=='. If the 'nocasematch' shell option (see the description of + 'shopt' in *note The Shopt Builtin::) is enabled, the match is + performed without regard to the case of alphabetic characters. The + return value is 0 if the string matches ('==') or does not match + ('!=')the pattern, and 1 otherwise. Any part of the pattern may be + quoted to force the quoted portion to be matched as a string. + + An additional binary operator, '=~', is available, with the same + precedence as '==' and '!='. When it is used, the string to the + right of the operator is considered an extended regular expression + and matched accordingly (as in regex3)). The return value is 0 if + the string matches the pattern, and 1 otherwise. If the regular + expression is syntactically incorrect, the conditional expression's + return value is 2. If the 'nocasematch' shell option (see the + description of 'shopt' in *note The Shopt Builtin::) is enabled, + the match is performed without regard to the case of alphabetic + characters. Any part of the pattern may be quoted to force the + quoted portion to be matched as a string. Bracket expressions in + regular expressions must be treated carefully, since normal quoting + characters lose their meanings between brackets. If the pattern is + stored in a shell variable, quoting the variable expansion forces + the entire pattern to be matched as a string. Substrings matched + by parenthesized subexpressions within the regular expression are + saved in the array variable 'BASH_REMATCH'. The element of + 'BASH_REMATCH' with index 0 is the portion of the string matching + the entire regular expression. The element of 'BASH_REMATCH' with + index N is the portion of the string matching the Nth parenthesized + subexpression. + + For example, the following will match a line (stored in the shell + variable LINE) if there is a sequence of characters in the value + consisting of any number, including zero, of space characters, zero + or one instances of 'a', then a 'b': + [[ $line =~ [[:space:]]*(a)?b ]] + + That means values like 'aab' and ' aaaaaab' will match, as will a + line containing a 'b' anywhere in its value. + + Storing the regular expression in a shell variable is often a + useful way to avoid problems with quoting characters that are + special to the shell. It is sometimes difficult to specify a + regular expression literally without using quotes, or to keep track + of the quoting used by regular expressions while paying attention + to the shell's quote removal. Using a shell variable to store the + pattern decreases these problems. For example, the following is + equivalent to the above: + pattern='[[:space:]]*(a)?b' + [[ $line =~ $pattern ]] + + If you want to match a character that's special to the regular + expression grammar, it has to be quoted to remove its special + meaning. This means that in the pattern 'xxx.txt', the '.' matches + any character in the string (its usual regular expression meaning), + but in the pattern '"xxx.txt"' it can only match a literal '.'. + Shell programmers should take special care with backslashes, since + backslashes are used both by the shell and regular expressions to + remove the special meaning from the following character. The + following two sets of commands are _not_ equivalent: + pattern='\.' + + [[ . =~ $pattern ]] + [[ . =~ \. ]] + + [[ . =~ "$pattern" ]] + [[ . =~ '\.' ]] + + The first two matches will succeed, but the second two will not, + because in the second two the backslash will be part of the pattern + to be matched. In the first two examples, the backslash removes + the special meaning from '.', so the literal '.' matches. If the + string in the first examples were anything other than '.', say 'a', + the pattern would not match, because the quoted '.' in the pattern + loses its special meaning of matching any single character. + + Expressions may be combined using the following operators, listed + in decreasing order of precedence: + + '( EXPRESSION )' + Returns the value of EXPRESSION. This may be used to override + the normal precedence of operators. + + '! EXPRESSION' + True if EXPRESSION is false. + + 'EXPRESSION1 && EXPRESSION2' + True if both EXPRESSION1 and EXPRESSION2 are true. + + 'EXPRESSION1 || EXPRESSION2' + True if either EXPRESSION1 or EXPRESSION2 is true. + + The '&&' and '||' operators do not evaluate EXPRESSION2 if the + value of EXPRESSION1 is sufficient to determine the return value of + the entire conditional expression. + + +File: bash.info, Node: Command Grouping, Prev: Conditional Constructs, Up: Compound Commands + +3.2.4.3 Grouping Commands +......................... + +Bash provides two ways to group a list of commands to be executed as a +unit. When commands are grouped, redirections may be applied to the +entire command list. For example, the output of all the commands in the +list may be redirected to a single stream. + +'()' + ( LIST ) + + Placing a list of commands between parentheses causes a subshell + environment to be created (*note Command Execution Environment::), + and each of the commands in LIST to be executed in that subshell. + Since the LIST is executed in a subshell, variable assignments do + not remain in effect after the subshell completes. + +'{}' + { LIST; } + + Placing a list of commands between curly braces causes the list to + be executed in the current shell context. No subshell is created. + The semicolon (or newline) following LIST is required. + + In addition to the creation of a subshell, there is a subtle +difference between these two constructs due to historical reasons. The +braces are 'reserved words', so they must be separated from the LIST by +'blank's or other shell metacharacters. The parentheses are +'operators', and are recognized as separate tokens by the shell even if +they are not separated from the LIST by whitespace. + + The exit status of both of these constructs is the exit status of +LIST. + + +File: bash.info, Node: Coprocesses, Next: GNU Parallel, Prev: Compound Commands, Up: Shell Commands + +3.2.5 Coprocesses +----------------- + +A 'coprocess' is a shell command preceded by the 'coproc' reserved word. +A coprocess is executed asynchronously in a subshell, as if the command +had been terminated with the '&' control operator, with a two-way pipe +established between the executing shell and the coprocess. + + The format for a coprocess is: + coproc [NAME] COMMAND [REDIRECTIONS] + +This creates a coprocess named NAME. If NAME is not supplied, the +default name is COPROC. NAME must not be supplied if COMMAND is a +simple command (*note Simple Commands::); otherwise, it is interpreted +as the first word of the simple command. + + When the coprocess is executed, the shell creates an array variable +(*note Arrays::) named 'NAME' in the context of the executing shell. +The standard output of COMMAND is connected via a pipe to a file +descriptor in the executing shell, and that file descriptor is assigned +to 'NAME'[0]. The standard input of COMMAND is connected via a pipe to +a file descriptor in the executing shell, and that file descriptor is +assigned to 'NAME'[1]. This pipe is established before any redirections +specified by the command (*note Redirections::). The file descriptors +can be utilized as arguments to shell commands and redirections using +standard word expansions. The file descriptors are not available in +subshells. + + The process ID of the shell spawned to execute the coprocess is +available as the value of the variable 'NAME'_PID. The 'wait' builtin +command may be used to wait for the coprocess to terminate. + + Since the coprocess is created as an asynchronous command, the +'coproc' command always returns success. The return status of a +coprocess is the exit status of COMMAND. + + +File: bash.info, Node: GNU Parallel, Prev: Coprocesses, Up: Shell Commands + +3.2.6 GNU Parallel +------------------ + +There are ways to run commands in parallel that are not built into Bash. +GNU Parallel is a tool to do just that. + + GNU Parallel, as its name suggests, can be used to build and run +commands in parallel. You may run the same command with different +arguments, whether they are filenames, usernames, hostnames, or lines +read from files. GNU Parallel provides shorthand references to many of +the most common operations (input lines, various portions of the input +line, different ways to specify the input source, and so on). Parallel +can replace 'xargs' or feed commands from its input sources to several +different instances of Bash. + + For a complete description, refer to the GNU Parallel documentation. +A few examples should provide a brief introduction to its use. + + For example, it is easy to replace 'xargs' to gzip all html files in +the current directory and its subdirectories: + find . -type f -name '*.html' -print | parallel gzip +If you need to protect special characters such as newlines in file +names, use find's '-print0' option and parallel's '-0' option. + + You can use Parallel to move files from the current directory when +the number of files is too large to process with one 'mv' invocation: + ls | parallel mv {} destdir + + As you can see, the {} is replaced with each line read from standard +input. While using 'ls' will work in most instances, it is not +sufficient to deal with all filenames. If you need to accommodate +special characters in filenames, you can use + + find . -depth 1 \! -name '.*' -print0 | parallel -0 mv {} destdir + +as alluded to above. + + This will run as many 'mv' commands as there are files in the current +directory. You can emulate a parallel 'xargs' by adding the '-X' +option: + find . -depth 1 \! -name '.*' -print0 | parallel -0 -X mv {} destdir + + GNU Parallel can replace certain common idioms that operate on lines +read from a file (in this case, filenames listed one per line): + while IFS= read -r x; do + do-something1 "$x" "config-$x" + do-something2 < "$x" + done < file | process-output + +with a more compact syntax reminiscent of lambdas: + cat list | parallel "do-something1 {} config-{} ; do-something2 < {}" | process-output + + Parallel provides a built-in mechanism to remove filename extensions, +which lends itself to batch file transformations or renaming: + ls *.gz | parallel -j+0 "zcat {} | bzip2 >{.}.bz2 && rm {}" +This will recompress all files in the current directory with names +ending in .gz using bzip2, running one job per CPU (-j+0) in parallel. +(We use 'ls' for brevity here; using 'find' as above is more robust in +the face of filenames containing unexpected characters.) Parallel can +take arguments from the command line; the above can also be written as + + parallel "zcat {} | bzip2 >{.}.bz2 && rm {}" ::: *.gz + + If a command generates output, you may want to preserve the input +order in the output. For instance, the following command + { echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel traceroute +will display as output the traceroute invocation that finishes first. +Adding the '-k' option + { echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel -k traceroute +will ensure that the output of 'traceroute foss.org.my' is displayed +first. + + Finally, Parallel can be used to run a sequence of shell commands in +parallel, similar to 'cat file | bash'. It is not uncommon to take a +list of filenames, create a series of shell commands to operate on them, +and feed that list of commnds to a shell. Parallel can speed this up. +Assuming that 'file' contains a list of shell commands, one per line, + + parallel -j 10 < file + +will evaluate the commands using the shell (since no explicit command is +supplied as an argument), in blocks of ten shell jobs at a time. + + +File: bash.info, Node: Shell Functions, Next: Shell Parameters, Prev: Shell Commands, Up: Basic Shell Features + +3.3 Shell Functions +=================== + +Shell functions are a way to group commands for later execution using a +single name for the group. They are executed just like a "regular" +command. When the name of a shell function is used as a simple command +name, the list of commands associated with that function name is +executed. Shell functions are executed in the current shell context; no +new process is created to interpret them. + + Functions are declared using this syntax: + NAME () COMPOUND-COMMAND [ REDIRECTIONS ] + + or + + function NAME [()] COMPOUND-COMMAND [ REDIRECTIONS ] + + This defines a shell function named NAME. The reserved word +'function' is optional. If the 'function' reserved word is supplied, +the parentheses are optional. The BODY of the function is the compound +command COMPOUND-COMMAND (*note Compound Commands::). That command is +usually a LIST enclosed between { and }, but may be any compound command +listed above, with one exception: If the 'function' reserved word is +used, but the parentheses are not supplied, the braces are required. +COMPOUND-COMMAND is executed whenever NAME is specified as the name of a +command. When the shell is in POSIX mode (*note Bash POSIX Mode::), +NAME may not be the same as one of the special builtins (*note Special +Builtins::). Any redirections (*note Redirections::) associated with +the shell function are performed when the function is executed. + + A function definition may be deleted using the '-f' option to the +'unset' builtin (*note Bourne Shell Builtins::). + + The exit status of a function definition is zero unless a syntax +error occurs or a readonly function with the same name already exists. +When executed, the exit status of a function is the exit status of the +last command executed in the body. + + Note that for historical reasons, in the most common usage the curly +braces that surround the body of the function must be separated from the +body by 'blank's or newlines. This is because the braces are reserved +words and are only recognized as such when they are separated from the +command list by whitespace or another shell metacharacter. Also, when +using the braces, the LIST must be terminated by a semicolon, a '&', or +a newline. + + When a function is executed, the arguments to the function become the +positional parameters during its execution (*note Positional +Parameters::). The special parameter '#' that expands to the number of +positional parameters is updated to reflect the change. Special +parameter '0' is unchanged. The first element of the 'FUNCNAME' +variable is set to the name of the function while the function is +executing. + + All other aspects of the shell execution environment are identical +between a function and its caller with these exceptions: the 'DEBUG' and +'RETURN' traps are not inherited unless the function has been given the +'trace' attribute using the 'declare' builtin or the '-o functrace' +option has been enabled with the 'set' builtin, (in which case all +functions inherit the 'DEBUG' and 'RETURN' traps), and the 'ERR' trap is +not inherited unless the '-o errtrace' shell option has been enabled. +*Note Bourne Shell Builtins::, for the description of the 'trap' +builtin. + + The 'FUNCNEST' variable, if set to a numeric value greater than 0, +defines a maximum function nesting level. Function invocations that +exceed the limit cause the entire command to abort. + + If the builtin command 'return' is executed in a function, the +function completes and execution resumes with the next command after the +function call. Any command associated with the 'RETURN' trap is +executed before execution resumes. When a function completes, the +values of the positional parameters and the special parameter '#' are +restored to the values they had prior to the function's execution. If a +numeric argument is given to 'return', that is the function's return +status; otherwise the function's return status is the exit status of the +last command executed before the 'return'. + + Variables local to the function may be declared with the 'local' +builtin. These variables are visible only to the function and the +commands it invokes. + + Function names and definitions may be listed with the '-f' option to +the 'declare' ('typeset') builtin command (*note Bash Builtins::). The +'-F' option to 'declare' or 'typeset' will list the function names only +(and optionally the source file and line number, if the 'extdebug' shell +option is enabled). Functions may be exported so that subshells +automatically have them defined with the '-f' option to the 'export' +builtin (*note Bourne Shell Builtins::). Note that shell functions and +variables with the same name may result in multiple identically-named +entries in the environment passed to the shell's children. Care should +be taken in cases where this may cause a problem. + + Functions may be recursive. The 'FUNCNEST' variable may be used to +limit the depth of the function call stack and restrict the number of +function invocations. By default, no limit is placed on the number of +recursive calls. + + +File: bash.info, Node: Shell Parameters, Next: Shell Expansions, Prev: Shell Functions, Up: Basic Shell Features + +3.4 Shell Parameters +==================== + +* Menu: + +* Positional Parameters:: The shell's command-line arguments. +* Special Parameters:: Parameters denoted by special characters. + +A PARAMETER is an entity that stores values. It can be a 'name', a +number, or one of the special characters listed below. A VARIABLE is a +parameter denoted by a 'name'. A variable has a VALUE and zero or more +ATTRIBUTES. Attributes are assigned using the 'declare' builtin command +(see the description of the 'declare' builtin in *note Bash Builtins::). + + A parameter is set if it has been assigned a value. The null string +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 + NAME=[VALUE] +If VALUE is not given, the variable is assigned the null string. All +VALUEs undergo tilde expansion, parameter and variable expansion, +command substitution, arithmetic expansion, and quote removal (detailed +below). If the variable has its 'integer' attribute set, then VALUE is +evaluated as an arithmetic expression even if the '$((...))' expansion +is not used (*note Arithmetic Expansion::). Word splitting is not +performed, with the exception of '"$@"' as explained below. Filename +expansion is not performed. Assignment statements may also appear as +arguments to the 'alias', 'declare', 'typeset', 'export', 'readonly', +and 'local' builtin commands (DECLARATION commands). When in POSIX mode +(*note Bash POSIX Mode::), these builtins may appear in a command after +one or more instances of the 'command' 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 (*note Arrays::), the '+=' operator can +be used to append to or add to the variable's previous value. This +includes arguments to builtin commands such as 'declare' that accept +assignment statements (DECLARATION commands). When '+=' is applied to a +variable for which the INTEGER attribute has been set, VALUE is +evaluated as an arithmetic expression and added to the variable's +current value, which is also evaluated. When '+=' is applied to an +array variable using compound assignment (*note Arrays::), 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. + + A variable can be assigned the NAMEREF attribute using the '-n' +option to the 'declare' or 'local' builtin commands (*note Bash +Builtins::) to create a NAMEREF, or a reference to another variable. +This allows variables to be manipulated indirectly. Whenever the +nameref variable is referenced, assigned to, unset, or has its +attributes modified (other than using or changing the nameref 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 +argument to the function. For instance, if a variable name is passed to +a shell function as its first argument, running + declare -n ref=$1 +inside the function creates a nameref variable REF whose value is the +variable name passed as the first argument. References and assignments +to REF, and changes to its attributes, are treated as references, +assignments, and attribute modifications to the variable whose name was +passed as '$1'. + + If the control variable in a 'for' loop has the nameref attribute, +the list of words can be a list of shell variables, and a name reference +will be established for each word in the list, in turn, when the loop is +executed. Array variables cannot be given the nameref attribute. +However, nameref variables can reference array variables and subscripted +array variables. Namerefs can be unset using the '-n' option to the +'unset' builtin (*note Bourne Shell Builtins::). Otherwise, if 'unset' +is executed with the name of a nameref variable as an argument, the +variable referenced by the nameref variable will be unset. + + +File: bash.info, Node: Positional Parameters, Next: Special Parameters, Up: Shell Parameters + +3.4.1 Positional Parameters +--------------------------- + +A POSITIONAL PARAMETER 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 'set' builtin command. Positional parameter 'N' may be +referenced as '${N}', or as '$N' when 'N' consists of a single digit. +Positional parameters may not be assigned to with assignment statements. +The 'set' and 'shift' builtins are used to set and unset them (*note +Shell Builtin Commands::). The positional parameters are temporarily +replaced when a shell function is executed (*note Shell Functions::). + + When a positional parameter consisting of more than a single digit is +expanded, it must be enclosed in braces. + + +File: bash.info, Node: Special Parameters, Prev: Positional Parameters, Up: Shell Parameters + +3.4.2 Special Parameters +------------------------ + +The shell treats several parameters specially. These parameters may +only be referenced; assignment to them is not allowed. + +'*' + ($*) 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 it is + performed, those words are subject to further word splitting and + pathname expansion. When the expansion occurs within double + quotes, it expands to a single word with the value of each + parameter separated by the first character of the 'IFS' special + variable. That is, '"$*"' is equivalent to '"$1C$2C..."', where C + is the first character of the value of the 'IFS' variable. If + 'IFS' is unset, the parameters are separated by spaces. If 'IFS' + is null, the parameters are joined without intervening separators. + +'@' + ($@) Expands to the positional parameters, starting from one. When + the expansion occurs within double quotes, each parameter expands + to a separate word. That is, '"$@"' is equivalent to '"$1" "$2" + ...'. If the double-quoted expansion occurs within a word, the + expansion of the first parameter is joined with the beginning part + of the original word, and the expansion of the last parameter is + joined with the last part of the original word. When there 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 + foreground pipeline. + +'-' + ($-, a hyphen.) Expands to the current option flags as specified + upon invocation, by the 'set' builtin command, or those set by the + shell itself (such as the '-i' option). + +'$' + ($$) Expands to the process ID of the shell. In a '()' subshell, + it expands to the process ID of the invoking shell, not the + subshell. + +'!' + ($!) Expands to the process ID of the job most recently placed + into the background, whether executed as an asynchronous command or + using the 'bg' builtin (*note Job Control Builtins::). + +'0' + ($0) Expands to the name of the shell or shell script. This is set + at shell initialization. If Bash is invoked with a file of + commands (*note Shell Scripts::), '$0' is set to the name of that + file. If Bash is started with the '-c' option (*note Invoking + Bash::), then '$0' is set to the first argument after the string to + be executed, if one is present. Otherwise, it is set to the + filename used to invoke Bash, as given by argument zero. + +'_' + ($_, an underscore.) At shell startup, set to the absolute + pathname used to invoke the shell or shell script being executed as + passed in the environment or argument list. Subsequently, expands + to the last argument to the previous command, after expansion. + Also set to the full pathname used to invoke each command executed + and placed in the environment exported to that command. When + checking mail, this parameter holds the name of the mail file. + + +File: bash.info, Node: Shell Expansions, Next: Redirections, Prev: Shell Parameters, Up: Basic Shell Features + +3.5 Shell Expansions +==================== + +Expansion is performed on the command line after it has been split into +'token's. There are seven kinds of expansion performed: + + * brace expansion + * tilde expansion + * parameter and variable expansion + * command substitution + * arithmetic expansion + * word splitting + * filename expansion + +* Menu: + +* Brace Expansion:: Expansion of expressions within braces. +* Tilde Expansion:: Expansion of the ~ character. +* Shell Parameter Expansion:: How Bash expands variables to their values. +* Command Substitution:: Using the output of a command as an argument. +* Arithmetic Expansion:: How to use arithmetic in shell expansions. +* Process Substitution:: A way to write and read to and from a + command. +* Word Splitting:: How the results of expansion are split into separate + arguments. +* Filename Expansion:: A shorthand for specifying filenames matching patterns. +* Quote Removal:: How and when quote characters are removed from + words. + + 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; and +filename expansion. + + On systems that can support it, there is an additional expansion +available: PROCESS SUBSTITUTION. This is performed at the same time as +tilde, parameter, variable, and arithmetic expansion and command +substitution. + + After these expansions are performed, quote characters present in the +original word are removed unless they have been quoted themselves (QUOTE +REMOVAL). + + Only brace expansion, word splitting, and filename expansion can +change the number of words of the expansion; other expansions expand a +single word to a single word. The only exceptions to this are the +expansions of '"$@"' (*note Special Parameters::) and '"${NAME[@]}"' +(*note Arrays::). + + After all expansions, 'quote removal' (*note Quote Removal::) is +performed. + + +File: bash.info, Node: Brace Expansion, Next: Tilde Expansion, Up: Shell Expansions + +3.5.1 Brace Expansion +--------------------- + +Brace expansion is a mechanism by which arbitrary strings may be +generated. This mechanism is similar to FILENAME EXPANSION (*note +Filename Expansion::), but the filenames generated need not exist. +Patterns to be brace expanded take the form of 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 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; left to right order is preserved. For example, + bash$ echo a{d,c,b}e + ade ace abe + + A sequence expression takes the form '{X..Y[..INCR]}', where X and Y +are either integers or single characters, and INCR, an optional +increment, is an integer. When integers are supplied, the expression +expands to each number between X and Y, inclusive. Supplied integers +may be prefixed with '0' to force each term to have the same width. +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 characters 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. +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 +is strictly textual. Bash does not apply any syntactic interpretation +to the context of the expansion or the text between the braces. To +avoid conflicts with parameter expansion, the string '${' is not +considered eligible for brace expansion. + + A correctly-formed brace expansion must contain unquoted opening and +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 +considered part of a brace expression. To avoid conflicts with +parameter expansion, the string '${' is not considered eligible for +brace expansion. + + 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}} + + +File: bash.info, Node: Tilde Expansion, Next: Shell Parameter Expansion, Prev: Brace Expansion, Up: Shell Expansions + +3.5.2 Tilde Expansion +--------------------- + +If a word begins with an unquoted tilde character ('~'), all of the +characters up to the first unquoted slash (or all characters, if there +is no unquoted slash) are considered a TILDE-PREFIX. If none of the +characters in the tilde-prefix are quoted, the characters in the +tilde-prefix following the tilde are treated as a possible LOGIN NAME. +If this login name is the null string, the tilde is replaced with the +value of the 'HOME' shell variable. If 'HOME' is unset, the home +directory of the user executing the shell is substituted instead. +Otherwise, the tilde-prefix is replaced with the home directory +associated with the specified login name. + + If the tilde-prefix is '~+', the value of the shell variable 'PWD' +replaces the tilde-prefix. If the tilde-prefix is '~-', the value of +the shell variable 'OLDPWD', if it is set, is substituted. + + If the characters following the tilde in the tilde-prefix consist of +a number N, optionally prefixed by a '+' or a '-', the tilde-prefix is +replaced with the corresponding element from the directory stack, as it +would be displayed by the 'dirs' builtin invoked with the characters +following tilde in the tilde-prefix as an argument (*note The Directory +Stack::). If the tilde-prefix, sans the tilde, consists of a number +without a leading '+' or '-', '+' is assumed. + + If the login name is invalid, or the tilde expansion fails, the word +is left unchanged. + + Each variable assignment is checked for unquoted tilde-prefixes +immediately following a ':' or the first '='. In these cases, tilde +expansion is also performed. Consequently, one may use filenames with +tildes in assignments to 'PATH', 'MAILPATH', and 'CDPATH', and the shell +assigns the expanded value. + + The following table shows how Bash treats unquoted tilde-prefixes: + +'~' + The value of '$HOME' +'~/foo' + '$HOME/foo' + +'~fred/foo' + The subdirectory 'foo' of the home directory of the user 'fred' + +'~+/foo' + '$PWD/foo' + +'~-/foo' + '${OLDPWD-'~-'}/foo' + +'~N' + The string that would be displayed by 'dirs +N' + +'~+N' + The string that would be displayed by 'dirs +N' + +'~-N' + The string that would be displayed by 'dirs -N' + + +File: bash.info, Node: Shell Parameter Expansion, Next: Command Substitution, Prev: Tilde Expansion, Up: Shell Expansions + +3.5.3 Shell Parameter Expansion +------------------------------- + +The '$' character introduces parameter expansion, command substitution, +or arithmetic expansion. The parameter name or symbol to be expanded +may be enclosed in braces, which are optional but serve to protect the +variable to be expanded from characters immediately following it which +could be interpreted as part of the name. + + When braces are used, the matching ending brace is the first '}' not +escaped by a backslash or within a quoted string, and not within an +embedded arithmetic expansion, command substitution, or parameter +expansion. + + The basic form of parameter expansion is ${PARAMETER}. The value of +PARAMETER is substituted. The PARAMETER is a shell parameter as +described above (*note Shell Parameters::) or an array reference (*note +Arrays::). The braces are required when PARAMETER is a positional +parameter with more than one digit, or when PARAMETER is followed by a +character that is not to be interpreted as part of its name. + + If the first character of PARAMETER is an exclamation point (!), and +PARAMETER is not a NAMEREF, it introduces a level of variable +indirection. Bash uses the value of the variable formed from the rest +of PARAMETER as the name of the variable; this variable is then expanded +and that value is used in the rest of the substitution, rather than the +value of PARAMETER itself. This is known as 'indirect expansion'. If +PARAMETER is a nameref, this expands to the name of the variable +referenced by PARAMETER instead of performing the complete indirect +expansion. The exceptions to this are the expansions of ${!PREFIX*} and +${!NAME[@]} described below. The exclamation point must immediately +follow the left brace in order to introduce indirection. + + In each of the cases below, WORD is subject to tilde expansion, +parameter expansion, command substitution, and arithmetic expansion. + + When not performing substring expansion, using the form described +below (e.g., ':-'), Bash tests for a parameter that is unset or null. +Omitting the colon results in a test only for a parameter that is unset. +Put another way, if the colon is included, the operator tests for both +PARAMETER's existence and that its value is not null; if the colon is +omitted, the operator tests only for existence. + +'${PARAMETER:-WORD}' + If PARAMETER is unset or null, the expansion of WORD is + substituted. Otherwise, the value of PARAMETER is substituted. + +'${PARAMETER:=WORD}' + If PARAMETER is unset or null, the expansion of WORD is assigned to + PARAMETER. The value of PARAMETER is then substituted. Positional + parameters and special parameters may not be assigned to in this + way. + +'${PARAMETER:?WORD}' + If PARAMETER is null or unset, the expansion of WORD (or a message + to that effect if WORD is not present) is written to the standard + error and the shell, if it is not interactive, exits. Otherwise, + the value of PARAMETER is substituted. + +'${PARAMETER:+WORD}' + If PARAMETER is null or unset, nothing is substituted, otherwise + the expansion of WORD is substituted. + +'${PARAMETER:OFFSET}' +'${PARAMETER:OFFSET:LENGTH}' + This is referred to as Substring Expansion. It expands to up to + LENGTH characters of the value of PARAMETER starting at the + character specified by OFFSET. If PARAMETER is '@', 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::). + + 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. + If LENGTH evaluates to a number less than zero, it is interpreted + as an offset in characters from the end of the value of PARAMETER + rather than a number of characters, and the expansion is the + characters between OFFSET 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. + + Here are some examples illustrating substring expansion on + parameters and subscripted arrays: + + $ string=01234567890abcdefgh + $ echo ${string:7} + 7890abcdefgh + $ echo ${string:7:0} + + $ echo ${string:7:2} + 78 + $ echo ${string:7:-2} + 7890abcdef + $ echo ${string: -7} + bcdefgh + $ echo ${string: -7:0} + + $ echo ${string: -7:2} + bc + $ echo ${string: -7:-2} + bcdef + $ set -- 01234567890abcdefgh + $ echo ${1:7} + 7890abcdefgh + $ echo ${1:7:0} + + $ echo ${1:7:2} + 78 + $ echo ${1:7:-2} + 7890abcdef + $ echo ${1: -7} + bcdefgh + $ echo ${1: -7:0} + + $ echo ${1: -7:2} + bc + $ echo ${1: -7:-2} + bcdef + $ array[0]=01234567890abcdefgh + $ echo ${array[0]:7} + 7890abcdefgh + $ echo ${array[0]:7:0} + + $ echo ${array[0]:7:2} + 78 + $ echo ${array[0]:7:-2} + 7890abcdef + $ echo ${array[0]: -7} + bcdefgh + $ echo ${array[0]: -7:0} + + $ echo ${array[0]: -7:2} + bc + $ echo ${array[0]: -7:-2} + bcdef + + If PARAMETER is '@', the result is LENGTH positional parameters + beginning at OFFSET. A negative OFFSET is taken relative to one + greater than the greatest positional parameter, so an offset of -1 + evaluates to the last positional parameter. It is an expansion + error if LENGTH evaluates to a number less than zero. + + The following examples illustrate substring expansion using + positional parameters: + + $ set -- 1 2 3 4 5 6 7 8 9 0 a b c d e f g h + $ echo ${@:7} + 7 8 9 0 a b c d e f g h + $ echo ${@:7:0} + + $ echo ${@:7:2} + 7 8 + $ echo ${@:7:-2} + bash: -2: substring expression < 0 + $ echo ${@: -7:2} + b c + $ echo ${@:0} + ./bash 1 2 3 4 5 6 7 8 9 0 a b c d e f g h + $ echo ${@:0:2} + ./bash 1 + $ echo ${@: -7:0} + + + If PARAMETER is an indexed array name subscripted by '@' or '*', + the result is the LENGTH members of the array beginning with + '${PARAMETER[OFFSET]}'. A negative OFFSET is taken relative to one + greater than the maximum index of the specified array. It is an + expansion error if LENGTH evaluates to a number less than zero. + + These examples show how you can use substring expansion with + indexed arrays: + + $ array=(0 1 2 3 4 5 6 7 8 9 0 a b c d e f g h) + $ echo ${array[@]:7} + 7 8 9 0 a b c d e f g h + $ echo ${array[@]:7:2} + 7 8 + $ echo ${array[@]: -7:2} + b c + $ echo ${array[@]: -7:-2} + bash: -2: substring expression < 0 + $ echo ${array[@]:0} + 0 1 2 3 4 5 6 7 8 9 0 a b c d e f g h + $ echo ${array[@]:0:2} + 0 1 + $ echo ${array[@]: -7:0} + + + Substring expansion applied to an associative array produces + undefined results. + + Substring indexing is zero-based unless the positional parameters + are used, in which case the indexing starts at 1 by default. If + OFFSET is 0, and the positional parameters are used, '$@' is + prefixed to the list. + +'${!PREFIX*}' +'${!PREFIX@}' + Expands to the names of variables whose names begin with PREFIX, + separated by the first character of the 'IFS' special variable. + When '@' is used and the expansion appears within double quotes, + each variable name expands to a separate word. + +'${!NAME[@]}' +'${!NAME[*]}' + If NAME is an array variable, expands to the list of array indices + (keys) assigned in NAME. If NAME is not an array, expands to 0 if + NAME is set and null otherwise. When '@' is used and the expansion + appears within double quotes, each key expands to a separate word. + +'${#PARAMETER}' + The length in characters of the expanded value of PARAMETER is + substituted. If PARAMETER is '*' or '@', the value substituted is + the number of positional parameters. If PARAMETER is an array name + subscripted by '*' or '@', the value substituted is the number of + elements in the array. If PARAMETER is an indexed array name + subscripted by a negative number, that number is interpreted as + relative to one greater than the maximum index of PARAMETER, so + negative indices count back from the end of the array, and an index + of -1 references the last element. + +'${PARAMETER#WORD}' +'${PARAMETER##WORD}' + The WORD is expanded to produce a pattern just as in filename + expansion (*note Filename Expansion::). If the pattern matches the + beginning of the expanded value of PARAMETER, then the result of + the expansion is the expanded value of PARAMETER with the shortest + matching pattern (the '#' case) or the longest matching pattern + (the '##' case) deleted. If PARAMETER is '@' or '*', the pattern + removal operation is applied to each positional parameter in turn, + and the expansion is the resultant list. If PARAMETER 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. + +'${PARAMETER%WORD}' +'${PARAMETER%%WORD}' + The WORD is expanded to produce a pattern just as in filename + expansion. If the pattern matches a trailing portion of the + expanded value of PARAMETER, then the result of the expansion is + the value of PARAMETER with the shortest matching pattern (the '%' + case) or the longest matching pattern (the '%%' case) deleted. If + PARAMETER is '@' or '*', the pattern removal operation is applied + to each positional parameter in turn, and the expansion is the + resultant list. If PARAMETER 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. + +'${PARAMETER/PATTERN/STRING}' + + The PATTERN is expanded to produce a pattern just as in filename + expansion. PARAMETER is expanded and the longest match of PATTERN + against its value is replaced with STRING. If PATTERN begins with + '/', all matches of PATTERN are replaced with STRING. Normally + only the first match is replaced. If PATTERN begins with '#', it + must match at the beginning of the expanded value of PARAMETER. If + PATTERN begins with '%', it must match at the end of the expanded + value of PARAMETER. If STRING is null, matches of PATTERN are + deleted and the '/' following PATTERN may be omitted. If the + 'nocasematch' shell option (see the description of 'shopt' in *note + The Shopt Builtin::) is enabled, the match is performed without + regard to the case of alphabetic characters. If PARAMETER is '@' + or '*', the substitution operation is applied to each positional + parameter in turn, and the expansion is the resultant list. If + PARAMETER is an array variable subscripted with '@' or '*', the + substitution operation is applied to each member of the array in + turn, and the expansion is the resultant list. + +'${PARAMETER^PATTERN}' +'${PARAMETER^^PATTERN}' +'${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 + 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. If PARAMETER is + '@' or '*', the case modification operation is applied to each + positional parameter in turn, and the expansion is the resultant + list. If PARAMETER is an array variable subscripted with '@' or + '*', the case modification operation is applied to each member of + the array in turn, and the expansion is the resultant list. + +'${PARAMETER@OPERATOR}' + The expansion is either a transformation of the value of PARAMETER + or information about PARAMETER itself, depending on the value of + OPERATOR. Each OPERATOR is a single letter: + + 'Q' + The expansion is a string that is the value of PARAMETER + quoted in a format that can be reused as input. + 'E' + The expansion is a string that is the value of PARAMETER with + backslash escape sequences expanded as with the '$'...'' + quoting mechansim. + 'P' + The expansion is a string that is the result of expanding the + value of PARAMETER as if it were a prompt string (*note + Controlling the Prompt::). + 'A' + The expansion is a string in the form of an assignment + statement or 'declare' command that, if evaluated, will + recreate PARAMETER with its attributes and value. + 'a' + The expansion is a string consisting of flag values + representing PARAMETER's attributes. + + If PARAMETER is '@' or '*', the operation is applied to each + positional parameter in turn, and the expansion is the resultant + list. If PARAMETER is an array variable subscripted with '@' or + '*', the operation is applied to each member of the array in turn, + and the expansion is the resultant list. + + The result of the expansion is subject to word splitting and + pathname expansion as described below. + + +File: bash.info, Node: Command Substitution, Next: Arithmetic Expansion, Prev: Shell Parameter Expansion, Up: Shell Expansions + +3.5.4 Command Substitution +-------------------------- + +Command substitution allows the output of a command to replace the +command itself. Command substitution occurs when a command is enclosed +as follows: + $(COMMAND) +or + `COMMAND` + +Bash performs the expansion by executing COMMAND in a subshell +environment and replacing the command substitution with the standard +output of the command, with any trailing newlines deleted. Embedded +newlines are not deleted, but they may be removed during word splitting. +The command substitution '$(cat FILE)' can be replaced by the equivalent +but faster '$(< FILE)'. + + When the old-style backquote form of substitution is used, backslash +retains its literal meaning except when followed by '$', '`', or '\'. +The first backquote not preceded by a backslash terminates the command +substitution. When using the '$(COMMAND)' form, all characters between +the parentheses make up the command; none are treated specially. + + Command substitutions may be nested. To nest when using the +backquoted form, escape the inner backquotes with backslashes. + + If the substitution appears within double quotes, word splitting and +filename expansion are not performed on the results. + + +File: bash.info, Node: Arithmetic Expansion, Next: Process Substitution, Prev: Command Substitution, Up: Shell Expansions + +3.5.5 Arithmetic Expansion +-------------------------- + +Arithmetic expansion allows the evaluation of an arithmetic expression +and the substitution of the result. The format for arithmetic expansion +is: + + $(( EXPRESSION )) + + The expression is treated as if it were within double quotes, but a +double quote inside the parentheses is not treated specially. 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. + + The evaluation is performed according to the rules listed below +(*note Shell Arithmetic::). If the expression is invalid, Bash prints a +message indicating failure to the standard error and no substitution +occurs. + + +File: bash.info, Node: Process Substitution, Next: Word Splitting, Prev: Arithmetic Expansion, Up: Shell Expansions + +3.5.6 Process Substitution +-------------------------- + +Process substitution allows a process's input or output to be referred +to using a filename. It takes the form of + <(LIST) +or + >(LIST) +The process LIST is run asynchronously, and its input or output appears +as a filename. This filename is passed as an argument to the current +command as the result of the expansion. If the '>(LIST)' form is used, +writing to the file will provide input for LIST. If the '<(LIST)' form +is used, the file passed as an argument should be read to obtain the +output of LIST. Note that no space may appear between the '<' or '>' +and the left parenthesis, otherwise the construct would be interpreted +as a redirection. Process substitution is supported on systems that +support named pipes (FIFOs) or the '/dev/fd' method of naming open +files. + + When available, process substitution is performed simultaneously with +parameter and variable expansion, command substitution, and arithmetic +expansion. + + +File: bash.info, Node: Word Splitting, Next: Filename Expansion, Prev: Process Substitution, Up: Shell Expansions + +3.5.7 Word Splitting +-------------------- + +The shell scans the results of parameter expansion, command +substitution, and arithmetic expansion that did not occur within double +quotes for word splitting. + + The shell treats each character of '$IFS' as a delimiter, and splits +the results of the other expansions into words using these characters as +field terminators. If 'IFS' is unset, or its value is exactly +'', the default, then sequences of ' ', +'', and '' at the beginning and end of the results of the +previous expansions are ignored, and any sequence of 'IFS' characters +not at the beginning or end serves to delimit words. If 'IFS' has a +value other than the default, then sequences of the whitespace +characters 'space', 'tab', and 'newline' are ignored at the beginning +and end of the word, as long as the whitespace character is in the value +of 'IFS' (an 'IFS' whitespace character). Any character in 'IFS' that +is not 'IFS' whitespace, along with any adjacent 'IFS' whitespace +characters, delimits a field. A sequence of 'IFS' whitespace characters +is also treated as a delimiter. If the value of 'IFS' is null, no word +splitting occurs. + + Explicit null arguments ('""' or '''') are retained and passed to +commands as empty strings. Unquoted implicit null arguments, resulting +from the expansion of parameters that have no values, are removed. If a +parameter with no value is expanded within double quotes, a null +argument results and is retained and passed to a command as an empty +string. When a quoted null argument appears as part of a word whose +expansion is non-null, the null argument is removed. That is, the word +'-d''' becomes '-d' after word splitting and null argument removal. + + Note that if no expansion occurs, no splitting is performed. + + +File: bash.info, Node: Filename Expansion, Next: Quote Removal, Prev: Word Splitting, Up: Shell Expansions + +3.5.8 Filename Expansion +------------------------ + +* Menu: + +* Pattern Matching:: How the shell matches patterns. + +After word splitting, unless the '-f' option has been set (*note The Set +Builtin::), Bash scans each word for the characters '*', '?', and '['. +If one of these characters appears, then the word is regarded as a +PATTERN, and replaced with an alphabetically sorted list of filenames +matching the pattern (*note Pattern Matching::). If no matching +filenames are found, and the shell option 'nullglob' is disabled, the +word is left unchanged. If the 'nullglob' option is set, and no matches +are found, the word is removed. If the 'failglob' shell option is set, +and no matches are found, an error message is printed and the command is +not executed. If the shell option 'nocaseglob' is enabled, the match is +performed without regard to the case of alphabetic characters. + + When a pattern is used for filename expansion, the character '.' at +the start of a filename or immediately following a slash must be matched +explicitly, unless the shell option 'dotglob' is set. When matching a +filename, the slash character must always be matched explicitly. In +other cases, the '.' character is not treated specially. + + See the description of 'shopt' in *note The Shopt Builtin::, for a +description of the 'nocaseglob', 'nullglob', 'failglob', and 'dotglob' +options. + + The 'GLOBIGNORE' shell variable may be used to restrict the set of +filenames matching a pattern. If 'GLOBIGNORE' is set, each matching +filename that also matches one of the patterns in 'GLOBIGNORE' is +removed from the list of matches. If the 'nocaseglob' option is set, +the matching against the patterns in 'GLOBIGNORE' is performed without +regard to case. The filenames '.' and '..' are always ignored when +'GLOBIGNORE' is set and not null. However, setting 'GLOBIGNORE' to a +non-null value has the effect of enabling the 'dotglob' shell option, so +all other filenames beginning with a '.' will match. To get the old +behavior of ignoring filenames beginning with a '.', make '.*' one of +the patterns in 'GLOBIGNORE'. The 'dotglob' option is disabled when +'GLOBIGNORE' is unset. + + +File: bash.info, Node: Pattern Matching, Up: Filename Expansion + +3.5.8.1 Pattern Matching +........................ + +Any character that appears in a pattern, other than the special pattern +characters described below, matches itself. The NUL character may not +occur in a pattern. A backslash escapes the following character; the +escaping backslash is discarded when matching. The special pattern +characters must be quoted if they are to be matched literally. + + The special pattern characters have the following meanings: +'*' + Matches any string, including the null string. When the 'globstar' + shell option is enabled, and '*' is used in a filename expansion + context, two adjacent '*'s used as a single pattern will match all + files and zero or more directories and subdirectories. If followed + by a '/', two adjacent '*'s will match only directories and + subdirectories. +'?' + Matches any single character. +'[...]' + Matches any one of the enclosed characters. A pair of characters + separated by a hyphen denotes a RANGE EXPRESSION; any character + that falls between those two characters, inclusive, using the + current locale's collating sequence and character set, is matched. + If the first character following the '[' is a '!' or a '^' then any + character not enclosed is matched. A '-' may be matched by + including it as the first or last character in the set. A ']' may + be matched by including it as the first character in the set. The + sorting order of characters in range expressions is determined by + the current locale and the values of the 'LC_COLLATE' and 'LC_ALL' + shell variables, if set. + + For example, in the default C locale, '[a-dx-z]' is equivalent to + '[abcdxyz]'. Many locales sort characters in dictionary order, and + in these locales '[a-dx-z]' is typically not equivalent to + '[abcdxyz]'; it might be equivalent to '[aBbCcDdxXyYz]', for + example. To obtain the traditional interpretation of ranges in + bracket expressions, you can force the use of the C locale by + setting the 'LC_COLLATE' or 'LC_ALL' environment variable to the + value 'C', or enable the 'globasciiranges' shell option. + + Within '[' and ']', CHARACTER CLASSES can be specified using the + syntax '[:'CLASS':]', where CLASS is one of the following classes + defined in the POSIX standard: + alnum alpha ascii blank cntrl digit graph lower + print punct space upper word xdigit + A character class matches any character belonging to that class. + The 'word' character class matches letters, digits, and the + character '_'. + + Within '[' and ']', an EQUIVALENCE CLASS can be specified using the + syntax '[='C'=]', which matches all characters with the same + collation weight (as defined by the current locale) as the + character C. + + Within '[' and ']', the syntax '[.'SYMBOL'.]' matches the collating + symbol SYMBOL. + + If the 'extglob' shell option is enabled using the 'shopt' builtin, +several extended pattern matching operators are recognized. In the +following description, a PATTERN-LIST is a list of one or more patterns +separated by a '|'. Composite patterns may be formed using one or more +of the following sub-patterns: + +'?(PATTERN-LIST)' + Matches zero or one occurrence of the given patterns. + +'*(PATTERN-LIST)' + Matches zero or more occurrences of the given patterns. + +'+(PATTERN-LIST)' + Matches one or more occurrences of the given patterns. + +'@(PATTERN-LIST)' + Matches one of the given patterns. + +'!(PATTERN-LIST)' + Matches anything except one of the given patterns. + + +File: bash.info, Node: Quote Removal, Prev: Filename Expansion, Up: Shell Expansions + +3.5.9 Quote Removal +------------------- + +After the preceding expansions, all unquoted occurrences of the +characters '\', ''', and '"' that did not result from one of the above +expansions are removed. + + +File: bash.info, Node: Redirections, Next: Executing Commands, Prev: Shell Expansions, Up: Basic Shell Features + +3.6 Redirections +================ + +Before a command is executed, its input and output may be REDIRECTED +using a special notation interpreted by the shell. Redirection allows +commands' file handles to be duplicated, opened, closed, made to refer +to different files, and can change the files the command reads from and +writes to. Redirection may also be used to modify file handles in the +current shell execution environment. The following redirection +operators may precede or appear anywhere within a simple command or may +follow a command. Redirections are processed in the order they appear, +from left to right. + + Each redirection that may be preceded by a file descriptor number may +instead be preceded by a word of the form {VARNAME}. In this case, for +each redirection operator except >&- and <&-, the shell will allocate a +file descriptor greater than 10 and assign it to {VARNAME}. If >&- or +<&- is preceded by {VARNAME}, the value of VARNAME defines the file +descriptor to close. + + In the following descriptions, if the file descriptor number is +omitted, and the first character of the redirection operator is '<', the +redirection refers to the standard input (file descriptor 0). If the +first character of the redirection operator is '>', the redirection +refers to the standard output (file descriptor 1). + + The word following the redirection operator in the following +descriptions, unless otherwise noted, is subjected to brace expansion, +tilde expansion, parameter expansion, command substitution, arithmetic +expansion, quote removal, filename expansion, and word splitting. If it +expands to more than one word, Bash reports an error. + + Note that the order of redirections is significant. For example, the +command + ls > DIRLIST 2>&1 +directs both standard output (file descriptor 1) and standard error +(file descriptor 2) to the file DIRLIST, while the command + ls 2>&1 > DIRLIST +directs only the standard output to file DIRLIST, because the standard +error was made a copy of the standard output before the standard output +was redirected to DIRLIST. + + Bash handles several filenames specially when they are used in +redirections, as described in the following table. If the operating +system on which Bash is running provides these special files, bash will +use them; otherwise it will emulate them internally with the behavior +described below. + +'/dev/fd/FD' + If FD is a valid integer, file descriptor FD is duplicated. + +'/dev/stdin' + File descriptor 0 is duplicated. + +'/dev/stdout' + File descriptor 1 is duplicated. + +'/dev/stderr' + File descriptor 2 is duplicated. + +'/dev/tcp/HOST/PORT' + If HOST is a valid hostname or Internet address, and PORT is an + integer port number or service name, Bash attempts to open the + corresponding TCP socket. + +'/dev/udp/HOST/PORT' + If HOST is a valid hostname or Internet address, and PORT is an + integer port number or service name, Bash attempts to open the + corresponding UDP socket. + + A failure to open or create a file causes the redirection to fail. + + Redirections using file descriptors greater than 9 should be used +with care, as they may conflict with file descriptors the shell uses +internally. + +3.6.1 Redirecting Input +----------------------- + +Redirection of input causes the file whose name results from the +expansion of WORD to be opened for reading on file descriptor 'n', or +the standard input (file descriptor 0) if 'n' is not specified. + + The general format for redirecting input is: + [N][|]WORD + + If the redirection operator is '>', and the 'noclobber' option to the +'set' builtin has been enabled, the redirection will fail 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, the redirection is +attempted even if the file named by WORD exists. + +3.6.3 Appending Redirected Output +--------------------------------- + +Redirection of output in this fashion causes the file whose name results +from the expansion of WORD to be opened 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. + + The general format for appending output is: + [N]>>WORD + +3.6.4 Redirecting Standard Output and Standard Error +---------------------------------------------------- + +This construct allows both the standard output (file descriptor 1) and +the standard error output (file descriptor 2) to be redirected to the +file whose name is the expansion of WORD. + + There are two formats for redirecting standard output and standard +error: + &>WORD +and + >&WORD +Of the two forms, the first is preferred. This is semantically +equivalent to + >WORD 2>&1 + When using the second form, WORD may not expand to a number or '-'. +If it does, other redirection operators apply (see Duplicating File +Descriptors below) for compatibility reasons. + +3.6.5 Appending Standard Output and Standard Error +-------------------------------------------------- + +This construct allows both the standard output (file descriptor 1) and +the standard error output (file descriptor 2) to be appended to the file +whose name is the expansion of WORD. + + The format for appending standard output and standard error is: + &>>WORD +This is semantically equivalent to + >>WORD 2>&1 + (see Duplicating File Descriptors below). + +3.6.6 Here Documents +-------------------- + +This type of redirection instructs the shell to read input from the +current source until a line containing only WORD (with no trailing +blanks) is seen. All of the lines read up to that point are then used +as the standard input (or file descriptor N if N is specified) for a +command. + + The format of here-documents is: + [N]<<[-]WORD + HERE-DOCUMENT + DELIMITER + + No parameter and variable expansion, command substitution, arithmetic +expansion, or filename expansion is performed on WORD. If any part of +WORD is quoted, the DELIMITER is the result of quote removal on WORD, +and the lines in the here-document are not expanded. If WORD is +unquoted, all lines of the here-document are subjected to parameter +expansion, command substitution, and arithmetic expansion, the character +sequence '\newline' is ignored, and '\' must be used to quote the +characters '\', '$', and '`'. + + If the redirection operator is '<<-', then all leading tab characters +are stripped from input lines and the line containing DELIMITER. This +allows here-documents within shell scripts to be indented in a natural +fashion. + +3.6.7 Here Strings +------------------ + +A variant of here documents, the format is: + [N]<<< WORD + + The WORD undergoes brace expansion, tilde expansion, parameter and +variable expansion, command substitution, arithmetic expansion, and +quote removal. Pathname 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). + +3.6.8 Duplicating File Descriptors +---------------------------------- + +The redirection operator + [N]<&WORD +is used to duplicate input file descriptors. If WORD expands to one or +more digits, the file descriptor denoted by N is made to be a copy of +that file descriptor. If the digits in WORD do not specify a file +descriptor open for input, a redirection error occurs. If WORD +evaluates to '-', file descriptor N is closed. If N is not specified, +the standard input (file descriptor 0) is used. + + The operator + [N]>&WORD +is used similarly to duplicate output file descriptors. If N is not +specified, the standard output (file descriptor 1) is used. If the +digits in WORD do not specify a file descriptor open for output, a +redirection error occurs. If WORD evaluates to '-', file descriptor N +is closed. As a special case, if N is omitted, and WORD does not expand +to one or more digits or '-', the standard output and standard error are +redirected as described previously. + +3.6.9 Moving File Descriptors +----------------------------- + +The redirection operator + [N]<&DIGIT- +moves the file descriptor DIGIT to file descriptor N, or the standard +input (file descriptor 0) if N is not specified. DIGIT is closed after +being duplicated to N. + + Similarly, the redirection operator + [N]>&DIGIT- +moves the file descriptor DIGIT to file descriptor N, or the standard +output (file descriptor 1) if N is not specified. + +3.6.10 Opening File Descriptors for Reading and Writing +------------------------------------------------------- + +The redirection operator + [N]<>WORD +causes the file whose name is the expansion of WORD to be opened for +both reading and writing on file descriptor N, or on file descriptor 0 +if N is not specified. If the file does not exist, it is created. + + +File: bash.info, Node: Executing Commands, Next: Shell Scripts, Prev: Redirections, Up: Basic Shell Features + +3.7 Executing Commands +====================== + +* Menu: + +* Simple Command Expansion:: How Bash expands simple commands before + executing them. +* Command Search and Execution:: How Bash finds commands and runs them. +* Command Execution Environment:: The environment in which Bash + executes commands that are not + shell builtins. +* Environment:: The environment given to a command. +* Exit Status:: The status returned by commands and how Bash + interprets it. +* Signals:: What happens when Bash or a command it runs + receives a signal. + + +File: bash.info, Node: Simple Command Expansion, Next: Command Search and Execution, Up: Executing Commands + +3.7.1 Simple Command Expansion +------------------------------ + +When a simple command is executed, the shell performs the following +expansions, assignments, and redirections, from left to right. + + 1. The words that the parser has marked as variable assignments (those + preceding the command name) and redirections are saved for later + processing. + + 2. The words that are not variable assignments or redirections are + expanded (*note Shell Expansions::). If any words remain after + expansion, the first word is taken to be the name of the command + and the remaining words are the arguments. + + 3. Redirections are performed as described above (*note + Redirections::). + + 4. The text after the '=' in each variable assignment undergoes tilde + expansion, parameter expansion, command substitution, arithmetic + expansion, and quote removal before being assigned to the variable. + + If no command name results, the variable assignments affect the +current shell environment. Otherwise, the variables are added to the +environment of the executed command and do not affect the current shell +environment. If any of the assignments attempts to assign a value to a +readonly variable, an error occurs, and the command exits with a +non-zero status. + + If no command name results, redirections are performed, but do not +affect the current shell environment. A redirection error causes the +command to exit with a non-zero status. + + If there is a command name left after expansion, execution proceeds +as described below. Otherwise, the command exits. If one of the +expansions contained a command substitution, the exit status of the +command is the exit status of the last command substitution performed. +If there were no command substitutions, the command exits with a status +of zero. + + +File: bash.info, Node: Command Search and Execution, Next: Command Execution Environment, Prev: Simple Command Expansion, Up: Executing Commands + +3.7.2 Command Search and Execution +---------------------------------- + +After a command has been split into words, if it results in a simple +command and an optional list of arguments, the following actions are +taken. + + 1. If the command name contains no slashes, the shell attempts to + locate it. If there exists a shell function by that name, that + function is invoked as described in *note Shell Functions::. + + 2. If the name does not match a function, the shell searches for it in + the list of shell builtins. If a match is found, that builtin is + invoked. + + 3. If the name is neither a shell function nor a builtin, and contains + no slashes, Bash searches each element of '$PATH' for a directory + containing an executable file by that name. Bash uses a hash table + to remember the full pathnames of executable files to avoid + multiple 'PATH' searches (see the description of 'hash' in *note + Bourne Shell Builtins::). A full search of the directories in + '$PATH' is performed only if the command is not found in the hash + table. If the search is unsuccessful, the shell searches for a + defined shell function named 'command_not_found_handle'. If that + function exists, it is invoked with the original command and the + original command's arguments as its arguments, and the function's + exit status becomes the exit status of the shell. If that function + is not defined, the shell prints an error message and returns an + exit status of 127. + + 4. If the search is successful, or if the command name contains one or + more slashes, the shell executes the named program in a separate + execution environment. Argument 0 is set to the name given, and + the remaining arguments to the command are set to the arguments + supplied, if any. + + 5. If this execution fails because the file is not in executable + format, and the file is not a directory, it is assumed to be a + SHELL SCRIPT and the shell executes it as described in *note Shell + Scripts::. + + 6. If the command was not begun asynchronously, the shell waits for + the command to complete and collects its exit status. + + +File: bash.info, Node: Command Execution Environment, Next: Environment, Prev: Command Search and Execution, Up: Executing Commands + +3.7.3 Command Execution Environment +----------------------------------- + +The shell has an EXECUTION ENVIRONMENT, which consists of the following: + + * open files inherited by the shell at invocation, as modified by + redirections supplied to the 'exec' builtin + + * the current working directory as set by 'cd', 'pushd', or 'popd', + or inherited by the shell at invocation + + * the file creation mode mask as set by 'umask' or inherited from the + shell's parent + + * current traps set by 'trap' + + * shell parameters that are set by variable assignment or with 'set' + or inherited from the shell's parent in the environment + + * shell functions defined during execution or inherited from the + shell's parent in the environment + + * options enabled at invocation (either by default or with + command-line arguments) or by 'set' + + * options enabled by 'shopt' (*note The Shopt Builtin::) + + * shell aliases defined with 'alias' (*note Aliases::) + + * various process IDs, including those of background jobs (*note + Lists::), the value of '$$', and the value of '$PPID' + + When a simple command other than a builtin or shell function is to be +executed, it is invoked in a separate execution environment that +consists of the following. Unless otherwise noted, the values are +inherited from the shell. + + * the shell's open files, plus any modifications and additions + specified by redirections to the command + + * the current working directory + + * the file creation mode mask + + * shell variables and functions marked for export, along with + variables exported for the command, passed in the environment + (*note Environment::) + + * traps caught by the shell are reset to the values inherited from + the shell's parent, and traps ignored by the shell are ignored + + A command invoked in this separate environment cannot affect the +shell's execution environment. + + Command substitution, commands grouped with parentheses, and +asynchronous commands are invoked in a subshell environment that is a +duplicate of the shell environment, except that traps caught by the +shell are reset to the values that the shell inherited from its parent +at invocation. Builtin commands that are invoked as part of a pipeline +are also executed in a subshell environment. Changes made to the +subshell environment cannot affect the shell's execution environment. + + Subshells spawned to execute command substitutions inherit the value +of the '-e' option from the parent shell. When not in POSIX mode, Bash +clears the '-e' option in such subshells. + + If a command is followed by a '&' and job control is not active, the +default standard input for the command is the empty file '/dev/null'. +Otherwise, the invoked command inherits the file descriptors of the +calling shell as modified by redirections. + + +File: bash.info, Node: Environment, Next: Exit Status, Prev: Command Execution Environment, Up: Executing Commands + +3.7.4 Environment +----------------- + +When a program is invoked it is given an array of strings called the +ENVIRONMENT. This is a list of name-value pairs, of the form +'name=value'. + + Bash provides several ways to manipulate the environment. On +invocation, the shell scans its own environment and creates a parameter +for each name found, automatically marking it for EXPORT to child +processes. Executed commands inherit the environment. The 'export' and +'declare -x' commands allow parameters and functions to be added to and +deleted from the environment. If the value of a parameter in the +environment is modified, the new value becomes part of the environment, +replacing the old. The environment inherited by any executed command +consists of the shell's initial environment, whose values may be +modified in the shell, less any pairs removed by the 'unset' and 'export +-n' commands, plus any additions via the 'export' and 'declare -x' +commands. + + The environment for any simple command or function may be augmented +temporarily by prefixing it with parameter assignments, as described in +*note Shell Parameters::. These assignment statements affect only the +environment seen by that command. + + If the '-k' option is set (*note The Set Builtin::), then all +parameter assignments are placed in the environment for a command, not +just those that precede the command name. + + When Bash invokes an external command, the variable '$_' is set to +the full pathname of the command and passed to that command in its +environment. + + +File: bash.info, Node: Exit Status, Next: Signals, Prev: Environment, Up: Executing Commands + +3.7.5 Exit Status +----------------- + +The exit status of an executed command is the value returned by the +WAITPID system call or equivalent function. Exit statuses fall between +0 and 255, though, as explained below, the shell may use values above +125 specially. Exit statuses from shell builtins and compound commands +are also limited to this range. Under certain circumstances, the shell +will use special values to indicate specific failure modes. + + For the shell's purposes, a command which exits with a zero exit +status has succeeded. A non-zero exit status indicates failure. This +seemingly counter-intuitive scheme is used so there is one well-defined +way to indicate success and a variety of ways to indicate various +failure modes. When a command terminates on a fatal signal whose number +is N, Bash uses the value 128+N as the exit status. + + If a command is not found, the child process created to execute it +returns a status of 127. If a command is found but is not executable, +the return status is 126. + + If a command fails because of an error during expansion or +redirection, the exit status is greater than zero. + + The exit status is used by the Bash conditional commands (*note +Conditional Constructs::) and some of the list constructs (*note +Lists::). + + All of the Bash builtins return an exit status of zero if they +succeed and a non-zero status on failure, so they may be used by the +conditional and list constructs. All builtins return an exit status of +2 to indicate incorrect usage, generally invalid options or missing +arguments. + + +File: bash.info, Node: Signals, Prev: Exit Status, Up: Executing Commands + +3.7.6 Signals +------------- + +When Bash is interactive, in the absence of any traps, it ignores +'SIGTERM' (so that 'kill 0' does not kill an interactive shell), and +'SIGINT' is caught and handled (so that the 'wait' builtin is +interruptible). When Bash receives a 'SIGINT', it breaks out of any +executing loops. In all cases, Bash ignores 'SIGQUIT'. If job control +is in effect (*note Job Control::), Bash ignores 'SIGTTIN', 'SIGTTOU', +and 'SIGTSTP'. + + Non-builtin commands started by Bash have signal handlers set to the +values inherited by the shell from its parent. When job control is not +in effect, asynchronous commands ignore 'SIGINT' and 'SIGQUIT' in +addition to these inherited handlers. Commands run as a result of +command substitution ignore the keyboard-generated job control signals +'SIGTTIN', 'SIGTTOU', and 'SIGTSTP'. + + The shell exits by default upon receipt of a 'SIGHUP'. Before +exiting, an interactive shell resends the 'SIGHUP' to all jobs, running +or stopped. Stopped jobs are sent 'SIGCONT' to ensure that they receive +the 'SIGHUP'. To prevent the shell from sending the 'SIGHUP' signal to +a particular job, it should be removed from the jobs table with the +'disown' builtin (*note Job Control Builtins::) or marked to not receive +'SIGHUP' using 'disown -h'. + + If the 'huponexit' shell option has been set with 'shopt' (*note The +Shopt Builtin::), Bash sends a 'SIGHUP' to all jobs when an interactive +login shell exits. + + If Bash is waiting for a command to complete and receives a signal +for which a trap has been set, the trap will not be executed until the +command completes. When Bash is waiting for an asynchronous command via +the 'wait' builtin, the reception of a signal for which a trap has been +set will cause the 'wait' builtin to return immediately with an exit +status greater than 128, immediately after which the trap is executed. + + +File: bash.info, Node: Shell Scripts, Prev: Executing Commands, Up: Basic Shell Features + +3.8 Shell Scripts +================= + +A shell script is a text file containing shell commands. When such a +file is used as the first non-option argument when invoking Bash, and +neither the '-c' nor '-s' option is supplied (*note Invoking Bash::), +Bash reads and executes commands from the file, then exits. This mode +of operation creates a non-interactive shell. The shell first searches +for the file in the current directory, and looks in the directories in +'$PATH' if not found there. + + When Bash runs a shell script, it sets the special parameter '0' to +the name of the file, rather than the name of the shell, and the +positional parameters are set to the remaining arguments, if any are +given. If no additional arguments are supplied, the positional +parameters are unset. + + A shell script may be made executable by using the 'chmod' command to +turn on the execute bit. When Bash finds such a file while searching +the '$PATH' for a command, it spawns a subshell to execute it. In other +words, executing + filename ARGUMENTS +is equivalent to executing + bash filename ARGUMENTS + +if 'filename' is an executable shell script. This subshell +reinitializes itself, so that the effect is as if a new shell had been +invoked to interpret the script, with the exception that the locations +of commands remembered by the parent (see the description of 'hash' in +*note Bourne Shell Builtins::) are retained by the child. + + Most versions of Unix make this a part of the operating system's +command execution mechanism. If the first line of a script begins with +the two characters '#!', the remainder of the line specifies an +interpreter for the program. Thus, you can specify Bash, 'awk', Perl, +or some other interpreter and write the rest of the script file in that +language. + + The arguments to the interpreter consist of a single optional +argument following the interpreter name on the first line of the script +file, followed by the name of the script file, followed by the rest of +the arguments. Bash will perform this action on operating systems that +do not handle it themselves. Note that some older versions of Unix +limit the interpreter name and argument to a maximum of 32 characters. + + Bash scripts often begin with '#! /bin/bash' (assuming that Bash has +been installed in '/bin'), since this ensures that Bash will be used to +interpret the script, even if it is executed under another shell. + + +File: bash.info, Node: Shell Builtin Commands, Next: Shell Variables, Prev: Basic Shell Features, Up: Top + +4 Shell Builtin Commands +************************ + +* Menu: + +* Bourne Shell Builtins:: Builtin commands inherited from the Bourne + Shell. +* Bash Builtins:: Table of builtins specific to Bash. +* Modifying Shell Behavior:: Builtins to modify shell attributes and + optional behavior. +* Special Builtins:: Builtin commands classified specially by + POSIX. + +Builtin commands are contained within the shell itself. When the name +of a builtin command is used as the first word of a simple command +(*note Simple Commands::), the shell executes the command directly, +without invoking another program. Builtin commands are necessary to +implement functionality impossible or inconvenient to obtain with +separate utilities. + + This section briefly describes the builtins which Bash inherits from +the Bourne Shell, as well as the builtin commands which are unique to or +have been extended in Bash. + + Several builtin commands are described in other chapters: builtin +commands which provide the Bash interface to the job control facilities +(*note Job Control Builtins::), the directory stack (*note Directory +Stack Builtins::), the command history (*note Bash History Builtins::), +and the programmable completion facilities (*note Programmable +Completion Builtins::). + + Many of the builtins have been extended by POSIX or Bash. + + Unless otherwise noted, each builtin command documented as accepting +options preceded by '-' accepts '--' to signify the end of the options. +The ':', 'true', 'false', and 'test' builtins do not accept options and +do not treat '--' specially. The 'exit', 'logout', 'return', 'break', +'continue', 'let', and 'shift' builtins accept and process arguments +beginning with '-' without requiring '--'. Other builtins that accept +arguments but are not specified as accepting options interpret arguments +beginning with '-' as invalid options and require '--' to prevent this +interpretation. + + +File: bash.info, Node: Bourne Shell Builtins, Next: Bash Builtins, Up: Shell Builtin Commands + +4.1 Bourne Shell Builtins +========================= + +The following shell builtin commands are inherited from the Bourne +Shell. These commands are implemented as specified by the POSIX +standard. + +': (a colon)' + : [ARGUMENTS] + + Do nothing beyond expanding ARGUMENTS and performing redirections. + The return status is zero. + +'. (a period)' + . FILENAME [ARGUMENTS] + + Read and execute commands from the FILENAME argument in the current + shell context. If FILENAME does not contain a slash, the 'PATH' + variable is used to find FILENAME. When Bash is not in POSIX mode, + the current directory is searched if FILENAME is not found in + '$PATH'. If any ARGUMENTS are supplied, they become the positional + parameters when FILENAME is executed. Otherwise the positional + parameters are unchanged. If the '-T' option is enabled, 'source' + inherits any trap on 'DEBUG'; if it is not, any 'DEBUG' trap string + is saved and restored around the call to 'source', and 'source' + unsets the 'DEBUG' trap while it executes. If '-T' is not set, and + the sourced file changes the 'DEBUG' trap, the new value is + retained when 'source' completes. The return status is the exit + status of the last command executed, or zero if no commands are + executed. If FILENAME is not found, or cannot be read, the return + status is non-zero. This builtin is equivalent to 'source'. + +'break' + break [N] + + Exit from a 'for', 'while', 'until', or 'select' loop. If N is + supplied, the Nth enclosing loop is exited. N must be greater than + or equal to 1. The return status is zero unless N is not greater + than or equal to 1. + +'cd' + cd [-L|[-P [-e]] [-@] [DIRECTORY] + + Change the current working directory to DIRECTORY. If DIRECTORY is + not supplied, the value of the 'HOME' shell variable is used. Any + additional arguments following DIRECTORY are ignored. If the shell + variable 'CDPATH' exists, it is used as a search path: each + directory name in 'CDPATH' is searched for DIRECTORY, with + alternative directory names in 'CDPATH' separated by a colon (':'). + If DIRECTORY begins with a slash, 'CDPATH' is not used. + + The '-P' option means to not follow symbolic links: symbolic links + are resolved while 'cd' is traversing DIRECTORY and before + processing an instance of '..' in DIRECTORY. + + By default, or when the '-L' option is supplied, symbolic links in + DIRECTORY are resolved after 'cd' processes an instance of '..' in + DIRECTORY. + + If '..' appears in DIRECTORY, it is processed by removing the + immediately preceding pathname component, back to a slash or the + beginning of DIRECTORY. + + If the '-e' option is supplied with '-P' and the current working + directory cannot be successfully determined after a successful + directory change, 'cd' will return an unsuccessful status. + + On systems that support it, the '-@' option presents the extended + attributes associated with a file as a directory. + + If DIRECTORY is '-', it is converted to '$OLDPWD' before the + directory change is attempted. + + If a non-empty directory name from 'CDPATH' is used, or if '-' is + the first argument, and the directory change is successful, the + absolute pathname of the new working directory is written to the + standard output. + + The return status is zero if the directory is successfully changed, + non-zero otherwise. + +'continue' + continue [N] + + Resume the next iteration of an enclosing 'for', 'while', 'until', + or 'select' loop. If N is supplied, the execution of the Nth + enclosing loop is resumed. N must be greater than or equal to 1. + The return status is zero unless N is not greater than or equal to + 1. + +'eval' + eval [ARGUMENTS] + + The arguments are concatenated together into a single command, + which is then read and executed, and its exit status returned as + the exit status of 'eval'. If there are no arguments or only empty + arguments, the return status is zero. + +'exec' + exec [-cl] [-a NAME] [COMMAND [ARGUMENTS]] + + If COMMAND is supplied, it replaces the shell without creating a + new process. If the '-l' option is supplied, the shell places a + dash at the beginning of the zeroth argument passed to COMMAND. + This is what the 'login' program does. The '-c' option causes + COMMAND to be executed with an empty environment. If '-a' is + supplied, the shell passes NAME as the zeroth argument to COMMAND. + If COMMAND cannot be executed for some reason, a non-interactive + shell exits, unless the 'execfail' shell option is enabled. In + that case, it returns failure. An interactive shell returns + failure if the file cannot be executed. If no COMMAND is + specified, redirections may be used to affect the current shell + environment. If there are no redirection errors, the return status + is zero; otherwise the return status is non-zero. + +'exit' + exit [N] + + Exit the shell, returning a status of N to the shell's parent. If + N is omitted, the exit status is that of the last command executed. + Any trap on 'EXIT' is executed before the shell terminates. + +'export' + export [-fn] [-p] [NAME[=VALUE]] + + Mark each NAME to be passed to child processes in the environment. + If the '-f' option is supplied, the NAMEs refer to shell functions; + otherwise the names refer to shell variables. The '-n' option + means to no longer mark each NAME for export. If no NAMES are + supplied, or if the '-p' option is given, a list of names of all + exported variables is displayed. The '-p' option displays output + in a form that may be reused as input. If a variable name is + followed by =VALUE, the value of the variable is set to VALUE. + + The return status is zero unless an invalid option is supplied, one + of the names is not a valid shell variable name, or '-f' is + supplied with a name that is not a shell function. + +'getopts' + getopts OPTSTRING NAME [ARGS] + + 'getopts' is used by shell scripts to parse positional parameters. + OPTSTRING contains the option characters to be recognized; if a + character is followed by a colon, the option is expected to have an + argument, which should be separated from it by whitespace. The + colon (':') and question mark ('?') may not be used as option + characters. Each time it is invoked, 'getopts' places the next + option in the shell variable NAME, initializing NAME if it does not + exist, and the index of the next argument to be processed into the + variable 'OPTIND'. 'OPTIND' is initialized to 1 each time the + shell or a shell script is invoked. When an option requires an + argument, 'getopts' places that argument into the variable + 'OPTARG'. The shell does not reset 'OPTIND' automatically; it must + be manually reset between multiple calls to 'getopts' within the + same shell invocation if a new set of parameters is to be used. + + When the end of options is encountered, 'getopts' exits with a + return value greater than zero. 'OPTIND' is set to the index of + the first non-option argument, and NAME is set to '?'. + + 'getopts' normally parses the positional parameters, but if more + arguments are given in ARGS, 'getopts' parses those instead. + + 'getopts' can report errors in two ways. If the first character of + OPTSTRING is a colon, SILENT error reporting is used. In normal + operation, diagnostic messages are printed when invalid options or + missing option arguments are encountered. If the variable 'OPTERR' + is set to 0, no error messages will be displayed, even if the first + character of 'optstring' is not a colon. + + If an invalid option is seen, 'getopts' places '?' into NAME and, + if not silent, prints an error message and unsets 'OPTARG'. If + 'getopts' is silent, the option character found is placed in + 'OPTARG' and no diagnostic message is printed. + + If a required argument is not found, and 'getopts' is not silent, a + question mark ('?') is placed in NAME, 'OPTARG' is unset, and a + diagnostic message is printed. If 'getopts' is silent, then a + colon (':') is placed in NAME and 'OPTARG' is set to the option + character found. + +'hash' + hash [-r] [-p FILENAME] [-dt] [NAME] + + Each time 'hash' is invoked, it remembers the full pathnames of the + commands specified as NAME arguments, so they need not be searched + for on subsequent invocations. The commands are found by searching + through the directories listed in '$PATH'. Any + previously-remembered pathname is discarded. The '-p' option + inhibits the path search, and FILENAME is used as the location of + NAME. The '-r' option causes the shell to forget all remembered + locations. The '-d' option causes the shell to forget the + remembered location of each NAME. If the '-t' option is supplied, + the full pathname to which each NAME corresponds is printed. If + multiple NAME arguments are supplied with '-t' the NAME is printed + before the hashed full pathname. The '-l' option causes output to + be displayed in a format that may be reused as input. If no + arguments are given, or if only '-l' is supplied, information about + remembered commands is printed. The return status is zero unless a + NAME is not found or an invalid option is supplied. + +'pwd' + pwd [-LP] + + Print the absolute pathname of the current working directory. If + the '-P' option is supplied, the pathname printed will not contain + symbolic links. If the '-L' option is supplied, the pathname + printed may contain symbolic links. The return status is zero + unless an error is encountered while determining the name of the + current directory or an invalid option is supplied. + +'readonly' + readonly [-aAf] [-p] [NAME[=VALUE]] ... + + Mark each NAME as readonly. The values of these names may not be + changed by subsequent assignment. If the '-f' option is supplied, + each NAME refers to a shell function. The '-a' option means each + NAME refers to an indexed array variable; the '-A' option means + each NAME refers to an associative array variable. If both options + are supplied, '-A' takes precedence. If no NAME arguments are + given, or if the '-p' option is supplied, a list of all readonly + names is printed. The other options may be used to restrict the + output to a subset of the set of readonly names. The '-p' option + causes output to be displayed in a format that may be reused as + input. If a variable name is followed by =VALUE, the value of the + variable is set to VALUE. The return status is zero unless an + invalid option is supplied, one of the NAME arguments is not a + valid shell variable or function name, or the '-f' option is + supplied with a name that is not a shell function. + +'return' + return [N] + + Cause a shell function to stop executing and return the value N to + its caller. If N is not supplied, the return value is the exit + status of the last command executed in the function. If 'return' + is executed by a trap handler, the last command used to determine + the status is the last command executed before the trap handler. + if 'return' is executed during a 'DEBUG' trap, the last command + used to determine the status is the last command executed by the + trap handler before 'return' was invoked. 'return' may also be + used to terminate execution of a script being executed with the '.' + ('source') builtin, returning 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 'RETURN' trap + is executed before execution resumes after the function or script. + The return status is non-zero if 'return' is supplied a non-numeric + argument or is used outside a function and not during the execution + of a script by '.' or 'source'. + +'shift' + shift [N] + + Shift the positional parameters to the left by N. The positional + parameters from N+1 ... '$#' are renamed to '$1' ... '$#'-N. + Parameters represented by the numbers '$#' to '$#'-N+1 are unset. + N must be a non-negative number less than or equal to '$#'. If N + is zero or greater than '$#', the positional parameters are not + changed. If N is not supplied, it is assumed to be 1. The return + status is zero unless N is greater than '$#' or less than zero, + non-zero otherwise. + +'test' +'[' + test EXPR + + Evaluate a conditional expression EXPR and return a status of 0 + (true) or 1 (false). Each operator and operand must be a separate + argument. Expressions are composed of the primaries described + below in *note Bash Conditional Expressions::. 'test' does not + accept any options, nor does it accept and ignore an argument of + '--' as signifying the end of options. + + When the '[' form is used, the last argument to the command must be + a ']'. + + Expressions may be combined using the following operators, listed + in decreasing order of precedence. The evaluation depends on the + number of arguments; see below. Operator precedence is used when + there are five or more arguments. + + '! EXPR' + True if EXPR is false. + + '( EXPR )' + Returns the value of EXPR. This may be used to override the + normal precedence of operators. + + 'EXPR1 -a EXPR2' + True if both EXPR1 and EXPR2 are true. + + 'EXPR1 -o EXPR2' + True if either EXPR1 or EXPR2 is true. + + The 'test' and '[' builtins evaluate conditional expressions using + a set of rules based on the number of arguments. + + 0 arguments + The expression is false. + + 1 argument + The expression is true if and only if the argument is not + null. + + 2 arguments + If the first argument is '!', the expression is true if and + only if the second argument is null. If the first argument is + one of the unary conditional operators (*note Bash Conditional + Expressions::), the expression is true if the unary test is + true. If the first argument is not a valid unary 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 operators + (*note Bash Conditional Expressions::), the result of the + expression is the result of the binary test using the first + and third arguments as operands. The '-a' and '-o' 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. Otherwise, the expression is false. + + 4 arguments + If the first argument is '!', the result is the negation of + the three-argument expression composed of the remaining + 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 precedence + using the rules listed above. + + When used with 'test' or '[', the '<' and '>' operators sort + lexicographically using ASCII ordering. + +'times' + times + + Print out the user and system times used by the shell and its + children. The return status is zero. + +'trap' + trap [-lp] [ARG] [SIGSPEC ...] + + The commands in ARG are to be read and executed when the shell + receives signal SIGSPEC. If ARG is absent (and there is a single + SIGSPEC) or equal to '-', each specified signal's disposition is + reset to the value it had when the shell was started. If ARG is + the null string, then the signal specified by each SIGSPEC is + ignored by the shell and commands it invokes. If ARG is not + present and '-p' has been supplied, the shell displays the trap + commands associated with each SIGSPEC. If no arguments are + supplied, or only '-p' is given, 'trap' prints the list of commands + associated with each signal number in a form that may be reused as + shell input. The '-l' option causes the shell to print a list of + signal names and their corresponding numbers. Each SIGSPEC is + either a signal name or a signal number. Signal names are case + insensitive and the 'SIG' prefix is optional. + + If a SIGSPEC is '0' or 'EXIT', ARG is executed when the shell + exits. If a SIGSPEC is 'DEBUG', the command ARG is executed before + every simple command, 'for' command, 'case' command, 'select' + command, every arithmetic 'for' command, and before the first + command executes in a shell function. Refer to the description of + the 'extdebug' option to the 'shopt' builtin (*note The Shopt + Builtin::) for details of its effect on the 'DEBUG' trap. If a + SIGSPEC is 'RETURN', the command ARG is executed each time a shell + function or a script executed with the '.' or 'source' builtins + finishes executing. + + If a SIGSPEC is 'ERR', the command ARG 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 '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, or if the command's return + status is being inverted using '!'. These are the same conditions + obeyed by the 'errexit' ('-e') option. + + Signals ignored upon entry to the shell cannot be trapped or reset. + Trapped signals that are not being ignored are reset to their + original values in a subshell or subshell environment when one is + created. + + The return status is zero unless a SIGSPEC does not specify a valid + signal. + +'umask' + umask [-p] [-S] [MODE] + + Set the shell process's file creation mask to MODE. If MODE begins + with a digit, it is interpreted as an octal number; if not, it is + interpreted as a symbolic mode mask similar to that accepted by the + 'chmod' command. If MODE is omitted, the current value of the mask + is printed. If the '-S' option is supplied without a MODE + argument, the mask is printed in a symbolic format. If the '-p' + option is supplied, and MODE is omitted, the output is in a form + that may be reused as input. The return status is zero if the mode + is successfully changed or if no MODE argument is supplied, and + non-zero otherwise. + + Note that when the mode is interpreted as an octal number, each + number of the umask is subtracted from '7'. Thus, a umask of '022' + results in permissions of '755'. + +'unset' + unset [-fnv] [NAME] + + Remove each variable or function NAME. If the '-v' option is + given, each NAME refers to a shell variable and that variable is + removed. If the '-f' option is given, the NAMEs refer to shell + functions, and the function definition is removed. If the '-n' + option is supplied, and NAME is a variable with the NAMEREF + attribute, NAME will be unset rather than the variable it + references. '-n' has no effect if the '-f' option is supplied. If + no options are supplied, each NAME refers to a variable; if there + is no variable by that name, any function with that name is unset. + Readonly variables and functions may not be unset. The return + status is zero unless a NAME is readonly. + + +File: bash.info, Node: Bash Builtins, Next: Modifying Shell Behavior, Prev: Bourne Shell Builtins, Up: Shell Builtin Commands + +4.2 Bash Builtin Commands +========================= + +This section describes builtin commands which are unique to or have been +extended in Bash. Some of these commands are specified in the POSIX +standard. + +'alias' + alias [-p] [NAME[=VALUE] ...] + + Without arguments or with the '-p' option, 'alias' prints the list + of aliases on the standard output in a form that allows them to be + reused as input. If arguments are supplied, an alias is defined + for each NAME whose VALUE is given. If no VALUE is given, the name + and value of the alias is printed. Aliases are described in *note + Aliases::. + +'bind' + bind [-m KEYMAP] [-lpsvPSVX] + bind [-m KEYMAP] [-q FUNCTION] [-u FUNCTION] [-r KEYSEQ] + bind [-m KEYMAP] -f FILENAME + bind [-m KEYMAP] -x KEYSEQ:SHELL-COMMAND + bind [-m KEYMAP] KEYSEQ:FUNCTION-NAME + bind [-m KEYMAP] KEYSEQ:READLINE-COMMAND + + Display current Readline (*note Command Line Editing::) key and + function bindings, bind a key sequence to a Readline function or + macro, or set a Readline variable. Each non-option argument is a + command as it would appear in a Readline initialization file (*note + Readline Init File::), but each binding or command must be passed + as a separate argument; e.g., '"\C-x\C-r":re-read-init-file'. + + Options, if supplied, have the following meanings: + + '-m KEYMAP' + Use KEYMAP as the keymap to be affected by the subsequent + bindings. Acceptable KEYMAP names are 'emacs', + 'emacs-standard', 'emacs-meta', 'emacs-ctlx', 'vi', 'vi-move', + 'vi-command', and 'vi-insert'. 'vi' is equivalent to + 'vi-command' ('vi-move' is also a synonym); 'emacs' is + equivalent to 'emacs-standard'. + + '-l' + List the names of all Readline functions. + + '-p' + Display Readline function names and bindings in such a way + that they can be used as input or in a Readline initialization + file. + + '-P' + List current Readline function names and bindings. + + '-v' + Display Readline variable names and values in such a way that + they can be used as input or in a Readline initialization + file. + + '-V' + List current Readline variable names and values. + + '-s' + Display Readline key sequences bound to macros and the strings + they output in such a way that they can be used as input or in + a Readline initialization file. + + '-S' + Display Readline key sequences bound to macros and the strings + they output. + + '-f FILENAME' + Read key bindings from FILENAME. + + '-q FUNCTION' + Query about which keys invoke the named FUNCTION. + + '-u FUNCTION' + Unbind all keys bound to the named FUNCTION. + + '-r KEYSEQ' + Remove any current binding for KEYSEQ. + + '-x KEYSEQ:SHELL-COMMAND' + Cause SHELL-COMMAND to be executed whenever KEYSEQ is entered. + When SHELL-COMMAND is executed, the shell sets the + 'READLINE_LINE' variable to the contents of the Readline line + buffer and the 'READLINE_POINT' variable to the current + location of the insertion point. If the executed command + changes the value of 'READLINE_LINE' or 'READLINE_POINT', + those new values will be reflected in the editing state. + + '-X' + List all key sequences bound to shell commands and the + associated commands in a format that can be reused as input. + + The return status is zero unless an invalid option is supplied or + an error occurs. + +'builtin' + builtin [SHELL-BUILTIN [ARGS]] + + Run a shell builtin, passing it ARGS, and return its exit status. + This is useful when defining a shell function with the same name as + a shell builtin, retaining the functionality of the builtin within + the function. The return status is non-zero if SHELL-BUILTIN is + not a shell builtin command. + +'caller' + caller [EXPR] + + Returns the context of any active subroutine call (a shell function + or a script executed with the '.' or 'source' builtins). + + Without EXPR, 'caller' displays the line number and source filename + of the current subroutine call. If a non-negative integer is + supplied as EXPR, 'caller' displays the line number, subroutine + name, and source file corresponding to that position in the current + execution call stack. This extra information may be used, for + example, to print a stack trace. The current frame is frame 0. + + The return value is 0 unless the shell is not executing a + subroutine call or EXPR does not correspond to a valid position in + the call stack. + +'command' + command [-pVv] COMMAND [ARGUMENTS ...] + + Runs COMMAND with ARGUMENTS ignoring any shell function named + COMMAND. Only shell builtin commands or commands found by + searching the 'PATH' are executed. If there is a shell function + named 'ls', running 'command ls' within the function will execute + the external command 'ls' instead of calling the function + recursively. The '-p' option means to use a default value for + 'PATH' that is guaranteed to find all of the standard utilities. + The return status in this case is 127 if COMMAND cannot be found or + an error occurred, and the exit status of COMMAND otherwise. + + If either the '-V' or '-v' option is supplied, a description of + COMMAND is printed. The '-v' option causes a single word + indicating the command or file name used to invoke COMMAND to be + displayed; the '-V' option produces a more verbose description. In + this case, the return status is zero if COMMAND is found, and + non-zero if not. + +'declare' + declare [-aAfFgilnrtux] [-p] [NAME[=VALUE] ...] + + Declare variables and give them attributes. If no NAMEs are given, + then display the values of variables instead. + + The '-p' option will display the attributes and values of each + NAME. When '-p' is used with NAME arguments, additional options, + other than '-f' and '-F', are ignored. + + When '-p' is supplied without NAME arguments, 'declare' will + display the attributes and values of all variables having the + attributes specified by the additional options. If no other + options are supplied with '-p', 'declare' will display the + attributes and values of all shell variables. The '-f' option will + restrict the display to shell functions. + + The '-F' option inhibits the display of function definitions; only + the function name and attributes are printed. If the 'extdebug' + shell option is enabled using 'shopt' (*note The Shopt Builtin::), + the source file name and line number where each NAME is defined are + displayed as well. '-F' implies '-f'. + + The '-g' option forces variables to be created or modified at the + global scope, even when 'declare' is executed in a shell function. + It is ignored in all other cases. + + The following options can be used to restrict output to variables + with the specified attributes or to give variables attributes: + + '-a' + Each NAME is an indexed array variable (*note Arrays::). + + '-A' + Each NAME is an associative array variable (*note Arrays::). + + '-f' + Use function names only. + + '-i' + The variable is to be treated as an integer; arithmetic + evaluation (*note Shell Arithmetic::) is performed when the + variable is assigned a value. + + '-l' + When the variable is assigned a value, all upper-case + characters are converted to lower-case. The upper-case + attribute is disabled. + + '-n' + Give each NAME the NAMEREF attribute, making it a name + reference to another variable. That other variable is defined + by the value of NAME. All references, assignments, and + attribute modifications to NAME, except for those using or + changing the '-n' attribute itself, are performed on the + variable referenced by NAME's value. The nameref attribute + cannot be applied to array variables. + + '-r' + Make NAMEs readonly. These names cannot then be assigned + values by subsequent assignment statements or unset. + + '-t' + Give each NAME the 'trace' attribute. Traced functions + inherit the 'DEBUG' and 'RETURN' traps from the calling shell. + The trace attribute has no special meaning for variables. + + '-u' + When the variable is assigned a value, all lower-case + characters are converted to upper-case. The lower-case + attribute is disabled. + + '-x' + Mark each NAME for export to subsequent commands via the + environment. + + Using '+' instead of '-' turns off the attribute instead, with the + exceptions that '+a' may not be used to destroy an array variable + and '+r' will not remove the readonly attribute. When used in a + function, 'declare' makes each NAME local, as with the 'local' + command, unless the '-g' option is used. If a variable name is + followed by =VALUE, the value of the variable is set to VALUE. + + When using '-a' or '-A' and the compound assignment syntax to + create array variables, additional attributes do not take effect + until subsequent assignments. + + The return status is zero unless an invalid option is encountered, + an attempt is made to define a function using '-f foo=bar', an + attempt is made to assign a value to a readonly variable, an + attempt is made to assign a value to an array variable without + using the compound assignment syntax (*note Arrays::), one of the + NAMES is not a valid shell variable name, an attempt is made to + turn off readonly status for a readonly variable, an attempt is + made to turn off array status for an array variable, or an attempt + is made to display a non-existent function with '-f'. + +'echo' + echo [-neE] [ARG ...] + + Output the ARGs, separated by spaces, terminated with a newline. + The return status is 0 unless a write error occurs. If '-n' is + specified, the trailing newline is suppressed. If the '-e' option + is given, interpretation of the following backslash-escaped + characters is enabled. The '-E' option disables the interpretation + of these escape characters, even on systems where they are + interpreted by default. The 'xpg_echo' shell option may be used to + dynamically determine whether or not 'echo' expands these escape + characters by default. 'echo' does not interpret '--' to mean the + end of options. + + 'echo' interprets the following escape sequences: + '\a' + alert (bell) + '\b' + backspace + '\c' + suppress further output + '\e' + '\E' + escape + '\f' + form feed + '\n' + new line + '\r' + carriage return + '\t' + horizontal tab + '\v' + vertical tab + '\\' + backslash + '\0NNN' + the eight-bit character whose value is the octal value NNN + (zero to three octal digits) + '\xHH' + the eight-bit character whose value is the hexadecimal value + HH (one or two hex digits) + '\uHHHH' + the Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHH (one to four hex digits) + '\UHHHHHHHH' + the Unicode (ISO/IEC 10646) character whose value is the + hexadecimal value HHHHHHHH (one to eight hex digits) + +'enable' + enable [-a] [-dnps] [-f FILENAME] [NAME ...] + + Enable and disable builtin shell commands. Disabling a builtin + allows a disk command which has the same name as a shell builtin to + be executed without specifying a full pathname, even though the + shell normally searches for builtins before disk commands. If '-n' + is used, the NAMEs become disabled. Otherwise NAMEs are enabled. + For example, to use the 'test' binary found via '$PATH' instead of + the shell builtin version, type 'enable -n test'. + + If the '-p' option is supplied, or no NAME arguments appear, a list + of shell builtins is printed. With no other arguments, the list + consists of all enabled shell builtins. The '-a' option means to + list each builtin with an indication of whether or not it is + enabled. + + The '-f' option means to load the new builtin command NAME from + shared object FILENAME, on systems that support dynamic loading. + The '-d' option will delete a builtin loaded with '-f'. + + If there are no options, a list of the shell builtins is displayed. + The '-s' option restricts 'enable' to the POSIX special builtins. + If '-s' is used with '-f', the new builtin becomes a special + builtin (*note Special Builtins::). + + The return status is zero unless a NAME is not a shell builtin or + there is an error loading a new builtin from a shared object. + +'help' + help [-dms] [PATTERN] + + Display helpful information about builtin commands. If PATTERN is + specified, 'help' gives detailed help on all commands matching + PATTERN, otherwise a list of the builtins is printed. + + Options, if supplied, have the following meanings: + + '-d' + Display a short description of each PATTERN + '-m' + Display the description of each PATTERN in a manpage-like + format + '-s' + Display only a short usage synopsis for each PATTERN + + The return status is zero unless no command matches PATTERN. + +'let' + let EXPRESSION [EXPRESSION ...] + + The 'let' builtin allows arithmetic to be performed on shell + variables. Each EXPRESSION is evaluated according to the rules + given below in *note Shell Arithmetic::. If the last EXPRESSION + evaluates to 0, 'let' returns 1; otherwise 0 is returned. + +'local' + local [OPTION] NAME[=VALUE] ... + + For each argument, a local variable named NAME is created, and + assigned VALUE. The OPTION can be any of the options accepted by + 'declare'. 'local' can only be used within a function; it makes + the variable NAME have a visible scope restricted to that function + and its children. If NAME is '-', the set of shell options is made + local to the function in which 'local' is invoked: shell options + changed using the 'set' builtin inside the function are restored to + their original values when the function returns. The return status + is zero unless 'local' is used outside a function, an invalid NAME + is supplied, or NAME is a readonly variable. + +'logout' + logout [N] + + Exit a login shell, returning a status of N to the shell's parent. + +'mapfile' + mapfile [-d DELIM] [-n COUNT] [-O ORIGIN] [-s COUNT] [-t] [-u FD] + [-C CALLBACK] [-c QUANTUM] [ARRAY] + + Read lines from the standard input into the indexed array variable + ARRAY, or from file descriptor FD if the '-u' option is supplied. + The variable 'MAPFILE' is the default ARRAY. Options, if supplied, + have the following meanings: + + '-d' + The first character of DELIM is used to terminate each input + line, rather than newline. + '-n' + Copy at most COUNT lines. If COUNT is 0, all lines are + copied. + '-O' + Begin assigning to ARRAY at index ORIGIN. The default index + is 0. + '-s' + Discard the first COUNT lines read. + '-t' + Remove a trailing DELIM (default newline) from each line read. + '-u' + Read lines from file descriptor FD instead of the standard + input. + '-C' + Evaluate CALLBACK each time QUANTUMP lines are read. The '-c' + option specifies QUANTUM. + '-c' + Specify the number of lines read between each call to + CALLBACK. + + If '-C' is specified without '-c', the default quantum is 5000. + When CALLBACK 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. CALLBACK is evaluated after the + line is read but before the array element is assigned. + + If not supplied with an explicit origin, 'mapfile' will clear ARRAY + before assigning to it. + + 'mapfile' returns successfully unless an invalid option or option + argument is supplied, ARRAY is invalid or unassignable, or ARRAY is + not an indexed array. + +'printf' + printf [-v VAR] FORMAT [ARGUMENTS] + + Write the formatted ARGUMENTS to the standard output under the + control of the FORMAT. The '-v' option causes the output to be + assigned to the variable VAR rather than being printed to the + standard output. + + The FORMAT 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 ARGUMENT. In addition to + the standard 'printf(1)' formats, 'printf' interprets the following + extensions: + + '%b' + Causes 'printf' to expand backslash escape sequences in the + corresponding ARGUMENT in the same way as 'echo -e' (*note + Bash Builtins::). + '%q' + Causes 'printf' to output the corresponding ARGUMENT in a + format that can be reused as shell input. + '%(DATEFMT)T' + Causes 'printf' to output the date-time string resulting from + using DATEFMT as a format string for 'strftime'(3). The + corresponding ARGUMENT is an integer representing the number + of seconds since the epoch. Two special argument values may + be used: -1 represents the current time, and -2 represents the + time the shell was invoked. If no argument is specified, + conversion behaves as if -1 had been given. This is an + exception to the usual 'printf' behavior. + + Arguments to non-string format specifiers are treated as C language + constants, except that a leading plus or minus sign is allowed, and + if the leading character is a single or double quote, the value is + the ASCII value of the following character. + + The FORMAT is reused as necessary to consume all of the ARGUMENTS. + If the FORMAT requires more ARGUMENTS 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 on failure. + +'read' + read [-ers] [-a ANAME] [-d DELIM] [-i TEXT] [-n NCHARS] + [-N NCHARS] [-p PROMPT] [-t TIMEOUT] [-u FD] [NAME ...] + + One line is read from the standard input, or from the file + descriptor FD supplied as an argument to the '-u' option, split + into words as described above in *note Word Splitting::, and the + first word is assigned to the first NAME, the second word to the + second NAME, and so on. If there are more words than names, the + remaining words and their intervening delimiters are assigned to + the last NAME. If there are fewer words read from the input stream + than names, the remaining names are assigned empty values. The + characters in the value of the 'IFS' variable are used to split the + line into words using the same rules the shell uses for expansion + (described above in *note Word Splitting::). The backslash + character '\' may be used to remove any special meaning for the + next character read and for line continuation. If no names are + supplied, the line read is assigned to the variable 'REPLY'. The + exit status is zero, unless end-of-file is encountered, 'read' + times out (in which case the status is greater than 128), a + variable assignment error (such as assigning to a readonly + variable) occurs, or an invalid file descriptor is supplied as the + argument to '-u'. + + Options, if supplied, have the following meanings: + + '-a ANAME' + The words are assigned to sequential indices of the array + variable ANAME, starting at 0. All elements are removed from + ANAME before the assignment. Other NAME arguments are + ignored. + + '-d DELIM' + The first character of DELIM is used to terminate the input + line, rather than newline. + + '-e' + Readline (*note Command Line Editing::) is used to obtain the + line. Readline uses the current (or default, if line editing + was not previously active) editing settings. + + '-i TEXT' + If Readline is being used to read the line, TEXT is placed + into the editing buffer before editing begins. + + '-n NCHARS' + 'read' returns after reading NCHARS characters rather than + waiting for a complete line of input, but honors a delimiter + if fewer than NCHARS characters are read before the delimiter. + + '-N NCHARS' + 'read' returns after reading exactly NCHARS characters rather + than waiting for a complete line of input, unless EOF is + encountered or 'read' times out. Delimiter characters + encountered in the input are not treated specially and do not + cause 'read' to return until NCHARS characters are read. The + result is not split on the characters in 'IFS'; the intent is + that the variable is assigned exactly the characters read + (with the exception of backslash; see the '-r' option below). + + '-p PROMPT' + Display PROMPT, without a trailing newline, before attempting + to read any input. The prompt is displayed only if input is + coming from a terminal. + + '-r' + If this option is given, backslash does not act as an escape + character. The backslash is considered to be part of the + line. In particular, a backslash-newline pair may not be used + as a line continuation. + + '-s' + Silent mode. If input is coming from a terminal, characters + are not echoed. + + '-t TIMEOUT' + Cause 'read' to time out and return failure if a complete line + of input (or a specified number of characters) is not read + within TIMEOUT seconds. TIMEOUT may be a decimal number with + a fractional portion following the decimal point. This option + is only effective if 'read' is reading input from a terminal, + pipe, or other special file; it has no effect when reading + from regular files. If 'read' times out, 'read' saves any + partial input read into the specified variable NAME. If + TIMEOUT is 0, 'read' returns immediately, without trying to + read and data. The exit status is 0 if input is available on + the specified file descriptor, non-zero otherwise. The exit + status is greater than 128 if the timeout is exceeded. + + '-u FD' + Read input from file descriptor FD. + +'readarray' + readarray [-d DELIM] [-n COUNT] [-O ORIGIN] [-s COUNT] [-t] [-u FD] + [-C CALLBACK] [-c QUANTUM] [ARRAY] + + Read lines from the standard input into the indexed array variable + ARRAY, or from file descriptor FD if the '-u' option is supplied. + + A synonym for 'mapfile'. + +'source' + source FILENAME + + A synonym for '.' (*note Bourne Shell Builtins::). + +'type' + type [-afptP] [NAME ...] + + For each NAME, indicate how it would be interpreted if used as a + command name. + + If the '-t' option is used, 'type' prints a single word which is + one of 'alias', 'function', 'builtin', 'file' or 'keyword', if NAME + is an alias, shell function, shell builtin, disk file, or shell + reserved word, respectively. If the NAME is not found, then + nothing is printed, and 'type' returns a failure status. + + If the '-p' option is used, 'type' either returns the name of the + disk file that would be executed, or nothing if '-t' would not + return 'file'. + + The '-P' option forces a path search for each NAME, even if '-t' + would not return 'file'. + + If a command is hashed, '-p' and '-P' print the hashed value, which + is not necessarily the file that appears first in '$PATH'. + + If the '-a' option is used, 'type' returns all of the places that + contain an executable named FILE. This includes aliases and + functions, if and only if the '-p' option is not also used. + + If the '-f' option is used, 'type' does not attempt to find shell + functions, as with the 'command' builtin. + + The return status is zero if all of the NAMES are found, non-zero + if any are not found. + +'typeset' + typeset [-afFgrxilnrtux] [-p] [NAME[=VALUE] ...] + + The 'typeset' command is supplied for compatibility with the Korn + shell. It is a synonym for the 'declare' builtin command. + +'ulimit' + ulimit [-HSabcdefiklmnpqrstuvxPT] [LIMIT] + + 'ulimit' provides control over the resources available to processes + started by the shell, on systems that allow such control. If an + option is given, it is interpreted as follows: + + '-S' + Change and report the soft limit associated with a resource. + + '-H' + Change and report the hard limit associated with a resource. + + '-a' + All current limits are reported. + + '-b' + The maximum socket buffer size. + + '-c' + The maximum size of core files created. + + '-d' + The maximum size of a process's data segment. + + '-e' + The maximum scheduling priority ("nice"). + + '-f' + The maximum size of files written by the shell and its + children. + + '-i' + The maximum number of pending signals. + + '-k' + The maximum number of kqueues that may be allocated. + + '-l' + The maximum size that may be locked into memory. + + '-m' + The maximum resident set size (many systems do not honor this + limit). + + '-n' + The maximum number of open file descriptors (most systems do + not allow this value to be set). + + '-p' + The pipe buffer size. + + '-q' + The maximum number of bytes in POSIX message queues. + + '-r' + The maximum real-time scheduling priority. + + '-s' + The maximum stack size. + + '-t' + The maximum amount of cpu time in seconds. + + '-u' + The maximum number of processes available to a single user. + + '-v' + The maximum amount of virtual memory available to the shell, + and, on some systems, to its children. + + '-x' + The maximum number of file locks. + + '-P' + The maximum number of pseudoterminals. + + '-T' + The maximum number of threads. + + If LIMIT is given, and the '-a' option is not used, LIMIT is the + new value of the specified resource. The special LIMIT values + 'hard', 'soft', and 'unlimited' stand for the current hard limit, + the current soft limit, and no limit, respectively. 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. Otherwise, the + current value of the soft limit for the specified resource is + printed, unless the '-H' option is supplied. When setting new + limits, if neither '-H' nor '-S' is supplied, both the hard and + soft limits are set. If no option is given, then '-f' is assumed. + Values are in 1024-byte increments, except for '-t', which is in + seconds; '-p', which is in units of 512-byte blocks; '-P', '-T', + '-b', '-k', '-n' and '-u', which are unscaled values; and, when in + POSIX Mode (*note Bash POSIX Mode::), '-c' and '-f', which are in + 512-byte increments. + + The return status is zero unless an invalid option or argument is + supplied, or an error occurs while setting a new limit. + +'unalias' + unalias [-a] [NAME ... ] + + Remove each NAME from the list of aliases. If '-a' is supplied, + all aliases are removed. Aliases are described in *note Aliases::. + + +File: bash.info, Node: Modifying Shell Behavior, Next: Special Builtins, Prev: Bash Builtins, Up: Shell Builtin Commands + +4.3 Modifying Shell Behavior +============================ + +* Menu: + +* The Set Builtin:: Change the values of shell attributes and + positional parameters. +* The Shopt Builtin:: Modify shell optional behavior. + + +File: bash.info, Node: The Set Builtin, Next: The Shopt Builtin, Up: Modifying Shell Behavior + +4.3.1 The Set Builtin +--------------------- + +This builtin is so complicated that it deserves its own section. 'set' +allows you to change the values of shell options and set the positional +parameters, or to display the names and values of shell variables. + +'set' + set [--abefhkmnptuvxBCEHPT] [-o OPTION-NAME] [ARGUMENT ...] + set [+abefhkmnptuvxBCEHPT] [+o OPTION-NAME] [ARGUMENT ...] + + If no options or arguments are supplied, 'set' displays the names + and values of all shell variables and functions, sorted according + to the current locale, in a format that may be reused as input for + setting or resetting the currently-set variables. Read-only + variables cannot be reset. In POSIX mode, only shell variables are + listed. + + When options are supplied, they set or unset shell attributes. + Options, if specified, have the following meanings: + + '-a' + Each variable or function that is created or modified is given + the export attribute and marked for export to the environment + of subsequent commands. + + '-b' + Cause the status of terminated background jobs to be reported + immediately, rather than before printing the next primary + prompt. + + '-e' + Exit immediately if a pipeline (*note Pipelines::), which may + consist of a single simple command (*note Simple Commands::), + 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 + '&&' or '||', any command in a pipeline but the last, or if + the command's return status is being inverted with '!'. If a + compound command other than a subshell returns a non-zero + status because a command failed while '-e' was being ignored, + the shell does not exit. A trap on 'ERR', if set, is executed + before the shell exits. + + This option applies to the shell environment and each subshell + environment separately (*note Command Execution + Environment::), 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 '-e' is being ignored, none of the commands executed + within the compound command or function body will be affected + by the '-e' setting, even if '-e' is set and a command returns + a failure status. If a compound command or shell function + sets '-e' while executing in a context where '-e' is ignored, + that setting will not have any effect until the compound + command or the command containing the function call completes. + + '-f' + Disable filename expansion (globbing). + + '-h' + Locate and remember (hash) commands as they are looked up for + execution. This option is enabled by default. + + '-k' + All arguments in the form of assignment statements are placed + in the environment for a command, not just those that precede + the command name. + + '-m' + Job control is enabled (*note Job Control::). All processes + run in a separate process group. When a background job + completes, the shell prints a line containing its exit status. + + '-n' + Read commands but do not execute them. This may be used to + check a script for syntax errors. This option is ignored by + interactive shells. + + '-o OPTION-NAME' + + Set the option corresponding to OPTION-NAME: + + 'allexport' + Same as '-a'. + + 'braceexpand' + Same as '-B'. + + 'emacs' + Use an 'emacs'-style line editing interface (*note + Command Line Editing::). This also affects the editing + interface used for 'read -e'. + + 'errexit' + Same as '-e'. + + 'errtrace' + Same as '-E'. + + 'functrace' + Same as '-T'. + + 'hashall' + Same as '-h'. + + 'histexpand' + Same as '-H'. + + 'history' + Enable command history, as described in *note Bash + History Facilities::. This option is on by default in + interactive shells. + + 'ignoreeof' + An interactive shell will not exit upon reading EOF. + + 'keyword' + Same as '-k'. + + 'monitor' + Same as '-m'. + + 'noclobber' + Same as '-C'. + + 'noexec' + Same as '-n'. + + 'noglob' + Same as '-f'. + + 'nolog' + Currently ignored. + + 'notify' + Same as '-b'. + + 'nounset' + Same as '-u'. + + 'onecmd' + Same as '-t'. + + 'physical' + Same as '-P'. + + 'pipefail' + 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. + + '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. + + 'privileged' + Same as '-p'. + + 'verbose' + Same as '-v'. + + 'vi' + Use a 'vi'-style line editing interface. This also + affects the editing interface used for 'read -e'. + + 'xtrace' + Same as '-x'. + + '-p' + Turn on privileged mode. In this mode, the '$BASH_ENV' and + '$ENV' files are not processed, shell functions are not + inherited from the environment, and the 'SHELLOPTS', + 'BASHOPTS', 'CDPATH' and 'GLOBIGNORE' 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 '-p' option is not supplied, + these actions are taken and the effective user id is set to + the real user id. If the '-p' option is supplied at startup, + the effective user id is not reset. Turning this option off + causes the effective user and group ids to be set to the real + user and group ids. + + '-t' + Exit after reading and executing one command. + + '-u' + Treat unset variables and parameters other than the special + parameters '@' or '*' as an error when performing parameter + expansion. An error message will be written to the standard + error, and a non-interactive shell will exit. + + '-v' + Print shell input lines as they are read. + + '-x' + Print a trace of simple commands, 'for' commands, 'case' + commands, 'select' commands, and arithmetic 'for' commands and + their arguments or associated word lists after they are + expanded and before they are executed. The value of the 'PS4' + variable is expanded and the resultant value is printed before + the command and its expanded arguments. + + '-B' + The shell will perform brace expansion (*note Brace + Expansion::). This option is on by default. + + '-C' + Prevent output redirection using '>', '>&', and '<>' from + overwriting existing files. + + '-E' + If set, any trap on 'ERR' is inherited by shell functions, + command substitutions, and commands executed in a subshell + environment. The 'ERR' trap is normally not inherited in such + cases. + + '-H' + Enable '!' style history substitution (*note History + Interaction::). This option is on by default for interactive + shells. + + '-P' + If set, do not resolve symbolic links when performing commands + such as 'cd' which change the current directory. The physical + directory is used instead. By default, Bash follows the + logical chain of directories when performing commands which + change the current directory. + + For example, if '/usr/sys' is a symbolic link to + '/usr/local/sys' then: + $ cd /usr/sys; echo $PWD + /usr/sys + $ cd ..; pwd + /usr + + If 'set -P' is on, then: + $ cd /usr/sys; echo $PWD + /usr/local/sys + $ cd ..; pwd + /usr/local + + '-T' + If set, any trap on 'DEBUG' and 'RETURN' are inherited by + shell functions, command substitutions, and commands executed + in a subshell environment. The 'DEBUG' and 'RETURN' traps are + normally not inherited in such cases. + + '--' + If no arguments follow this option, then the positional + parameters are unset. Otherwise, the positional parameters + are set to the ARGUMENTS, even if some of them begin with a + '-'. + + '-' + Signal the end of options, cause all remaining ARGUMENTS to be + assigned to the positional parameters. The '-x' and '-v' + options are turned off. If there are no arguments, the + positional parameters remain unchanged. + + Using '+' rather than '-' causes these options to be turned off. + The options can also be used upon invocation of the shell. The + current set of options may be found in '$-'. + + The remaining N ARGUMENTS are positional parameters and are + assigned, in order, to '$1', '$2', ... '$N'. The special parameter + '#' is set to N. + + The return status is always zero unless an invalid option is + supplied. + + +File: bash.info, Node: The Shopt Builtin, Prev: The Set Builtin, Up: Modifying Shell Behavior + +4.3.2 The Shopt Builtin +----------------------- + +This builtin allows you to change additional shell optional behavior. + +'shopt' + shopt [-pqsu] [-o] [OPTNAME ...] + + Toggle the values of settings controlling optional shell behavior. + The settings can be either those listed below, or, if the '-o' + option is used, those available with the '-o' option to the 'set' + builtin command (*note The Set Builtin::). With no options, or + with the '-p' option, a list of all settable options is displayed, + with an indication of whether or not each is set. The '-p' option + causes output to be displayed in a form that may be reused as + input. Other options have the following meanings: + + '-s' + Enable (set) each OPTNAME. + + '-u' + Disable (unset) each OPTNAME. + + '-q' + Suppresses normal output; the return status indicates whether + the OPTNAME is set or unset. If multiple OPTNAME arguments + are given with '-q', the return status is zero if all OPTNAMES + are enabled; non-zero otherwise. + + '-o' + Restricts the values of OPTNAME to be those defined for the + '-o' option to the 'set' builtin (*note The Set Builtin::). + + If either '-s' or '-u' is used with no OPTNAME arguments, 'shopt' + shows only those options which are set or unset, respectively. + + Unless otherwise noted, the 'shopt' options are disabled (off) by + default. + + The return status when listing options is zero if all OPTNAMES are + enabled, non-zero otherwise. When setting or unsetting options, + the return status is zero unless an OPTNAME is not a valid shell + option. + + The list of 'shopt' options is: + + 'autocd' + If set, a command name that is the name of a directory is + executed as if it were the argument to the 'cd' command. This + option is only used by interactive shells. + + 'cdable_vars' + If this is set, an argument to the 'cd' builtin command that + is not a directory is assumed to be the name of a variable + whose value is the directory to change to. + + 'cdspell' + If set, minor errors in the spelling of a directory component + in a 'cd' command will be corrected. The errors checked for + are transposed characters, a missing character, and a + character too many. If a correction is found, the corrected + path is printed, and the command proceeds. This option is + only used by interactive shells. + + 'checkhash' + If this is set, Bash checks that a command found in the hash + table exists before trying to execute it. If a hashed command + no longer exists, a normal path search is performed. + + 'checkjobs' + If set, Bash lists the status of any stopped and running jobs + before exiting an interactive shell. If any jobs are running, + this causes the exit to be deferred until a second exit is + attempted without an intervening command (*note Job + Control::). The shell always postpones exiting if any jobs + are stopped. + + 'checkwinsize' + If set, Bash checks the window size after each command and, if + necessary, updates the values of 'LINES' and 'COLUMNS'. + + 'cmdhist' + If set, Bash attempts to save all lines of a multiple-line + command in the same history entry. This allows easy + re-editing of multi-line commands. + + 'compat31' + If set, Bash changes its behavior to that of version 3.1 with + respect to quoted arguments to the conditional command's '=~' + operator and with respect to locale-specific string comparison + when using the '[[' conditional command's '<' and '>' + operators. Bash versions prior to bash-4.1 use ASCII + collation and strcmp(3); bash-4.1 and later use the current + locale's collation sequence and strcoll(3). + + 'compat32' + If set, Bash changes its behavior to that of version 3.2 with + respect to locale-specific string comparison when using the + '[[' conditional command's '<' and '>' operators (see previous + item) and the effect of interrupting a command list. Bash + versions 3.2 and earlier continue with the next command in the + list after one terminates due to an interrupt. + + 'compat40' + If set, Bash changes its behavior to that of version 4.0 with + respect to locale-specific string comparison when using the + '[[' conditional command's '<' and '>' operators (see + description of 'compat31') and the effect of interrupting a + command list. Bash versions 4.0 and later interrupt the list + as if the shell received the interrupt; previous versions + continue with the next command in the list. + + 'compat41' + If set, Bash, when in POSIX mode, treats a single quote in a + double-quoted parameter expansion as a special character. The + single quotes must match (an even number) and the characters + between the single quotes are considered quoted. This is the + behavior of POSIX mode through version 4.1. The default Bash + behavior remains as in previous versions. + + 'compat42' + If set, Bash does not process the replacement string in the + pattern substitution word expansion using quote removal. + + 'compat43' + If set, Bash does not print a warning message if an attempt is + made to use a quoted compound array assignment as an argument + to 'declare', makes word expansion errors non-fatal errors + that cause the current command to fail (the default behavior + is to make them fatal errors that cause the shell to exit), + and does not reset the loop state when a shell function is + executed (this allows 'break' or 'continue' in a shell + function to affect loops in the caller's context). + + 'complete_fullquote' + If set, Bash quotes all shell metacharacters in filenames and + directory names when performing completion. If not set, Bash + removes metacharacters such as the dollar sign from the set of + characters that will be quoted in completed filenames when + these metacharacters appear in shell variable references in + words to be completed. This means that dollar signs in + variable names that expand to directories will not be quoted; + however, any dollar signs appearing in filenames will not be + quoted, either. This is active only when bash is using + backslashes to quote completed filenames. This variable is + set by default, which is the default Bash behavior in versions + through 4.2. + + 'direxpand' + If set, Bash replaces directory names with the results of word + expansion when performing filename completion. This changes + the contents of the readline editing buffer. If not set, Bash + attempts to preserve what the user typed. + + 'dirspell' + If set, Bash attempts spelling correction on directory names + during word completion if the directory name initially + supplied does not exist. + + 'dotglob' + If set, Bash includes filenames beginning with a '.' in the + results of filename expansion. + + 'execfail' + If this is set, a non-interactive shell will not exit if it + cannot execute the file specified as an argument to the 'exec' + builtin command. An interactive shell does not exit if 'exec' + fails. + + 'expand_aliases' + If set, aliases are expanded as described below under Aliases, + *note Aliases::. This option is enabled by default for + interactive shells. + + 'extdebug' + If set at shell invocation, arrange to execute the debugger + profile before the shell starts, identical to the '--debugger' + option. If set after invocation, behavior intended for use by + debuggers is enabled: + + 1. The '-F' option to the 'declare' builtin (*note Bash + Builtins::) displays the source file name and line number + corresponding to each function name supplied as an + argument. + + 2. If the command run by the 'DEBUG' trap returns a non-zero + value, the next command is skipped and not executed. + + 3. If the command run by the 'DEBUG' trap returns a value of + 2, and the shell is executing in a subroutine (a shell + function or a shell script executed by the '.' or + 'source' builtins), the shell simulates a call to + 'return'. + + 4. 'BASH_ARGC' and 'BASH_ARGV' are updated as described in + their descriptions (*note Bash Variables::). + + 5. Function tracing is enabled: command substitution, shell + functions, and subshells invoked with '( COMMAND )' + inherit the 'DEBUG' and 'RETURN' traps. + + 6. Error tracing is enabled: command substitution, shell + functions, and subshells invoked with '( COMMAND )' + inherit the 'ERR' trap. + + 'extglob' + If set, the extended pattern matching features described above + (*note Pattern Matching::) are enabled. + + 'extquote' + If set, '$'STRING'' and '$"STRING"' quoting is performed + within '${PARAMETER}' expansions enclosed in double quotes. + This option is enabled by default. + + 'failglob' + If set, patterns which fail to match filenames during filename + expansion result in an expansion error. + + 'force_fignore' + If set, the suffixes specified by the 'FIGNORE' shell variable + cause words to be ignored when performing word completion even + if the ignored words are the only possible completions. *Note + Bash Variables::, for a description of 'FIGNORE'. This option + is enabled by default. + + 'globasciiranges' + If set, range expressions used in pattern matching bracket + expressions (*note Pattern Matching::) behave as if in the + traditional C locale when performing comparisons. That is, + the current locale's collating sequence is not taken into + account, so 'b' will not collate between 'A' and 'B', and + upper-case and lower-case ASCII characters will collate + together. + + 'globstar' + If set, the pattern '**' used in a filename expansion context + will match all files and zero or more directories and + subdirectories. If the pattern is followed by a '/', only + directories and subdirectories match. + + 'gnu_errfmt' + If set, shell error messages are written in the standard GNU + error message format. + + 'histappend' + If set, the history list is appended to the file named by the + value of the 'HISTFILE' variable when the shell exits, rather + than overwriting the file. + + 'histreedit' + If set, and Readline is being used, a user is given the + opportunity to re-edit a failed history substitution. + + 'histverify' + If set, and Readline is being used, the results of history + substitution are not immediately passed to the shell parser. + Instead, the resulting line is loaded into the Readline + editing buffer, allowing further modification. + + 'hostcomplete' + If set, and Readline is being used, Bash will attempt to + perform hostname completion when a word containing a '@' is + being completed (*note Commands For Completion::). This + option is enabled by default. + + 'huponexit' + If set, Bash will send 'SIGHUP' to all jobs when an + interactive login shell exits (*note Signals::). + + 'inherit_errexit' + If set, command substitution inherits the value of the + 'errexit' option, instead of unsetting it in the subshell + environment. This option is enabled when POSIX mode is + enabled. + + 'interactive_comments' + Allow a word beginning with '#' to cause that word and all + remaining characters on that line to be ignored in an + interactive shell. This option is enabled by default. + + 'lastpipe' + If set, and job control is not active, the shell runs the last + command of a pipeline not executed in the background in the + current shell environment. + + 'lithist' + If enabled, and the 'cmdhist' option is enabled, multi-line + commands are saved to the history with embedded newlines + rather than using semicolon separators where possible. + + 'login_shell' + The shell sets this option if it is started as a login shell + (*note Invoking Bash::). The value may not be changed. + + 'mailwarn' + If set, and a file that Bash is checking for mail has been + accessed since the last time it was checked, the message '"The + mail in MAILFILE has been read"' is displayed. + + 'no_empty_cmd_completion' + If set, and Readline is being used, Bash will not attempt to + search the 'PATH' for possible completions when completion is + attempted on an empty line. + + 'nocaseglob' + If set, Bash matches filenames in a case-insensitive fashion + when performing filename expansion. + + 'nocasematch' + If set, Bash matches patterns in a case-insensitive fashion + when performing matching while executing 'case' or '[[' + conditional commands, when performing pattern substitution + word expansions, or when filtering possible completions as + part of programmable completion. + + 'nullglob' + If set, Bash allows filename patterns which match no files to + expand to a null string, rather than themselves. + + 'progcomp' + If set, the programmable completion facilities (*note + Programmable Completion::) are enabled. This option is + enabled by default. + + 'promptvars' + If set, prompt strings undergo parameter expansion, command + substitution, arithmetic expansion, and quote removal after + being expanded as described below (*note Controlling the + Prompt::). This option is enabled by default. + + 'restricted_shell' + The shell sets this option if it is started in restricted mode + (*note The Restricted Shell::). The value may not be changed. + This is not reset when the startup files are executed, + allowing the startup files to discover whether or not a shell + is restricted. + + 'shift_verbose' + If this is set, the 'shift' builtin prints an error message + when the shift count exceeds the number of positional + parameters. + + 'sourcepath' + If set, the 'source' builtin uses the value of 'PATH' to find + the directory containing the file supplied as an argument. + This option is enabled by default. + + 'xpg_echo' + If set, the 'echo' builtin expands backslash-escape sequences + by default. + + The return status when listing options is zero if all OPTNAMES are + enabled, non-zero otherwise. When setting or unsetting options, + the return status is zero unless an OPTNAME is not a valid shell + option. + + +File: bash.info, Node: Special Builtins, Prev: Modifying Shell Behavior, Up: Shell Builtin Commands + +4.4 Special Builtins +==================== + +For historical reasons, the POSIX standard has classified several +builtin commands as _special_. When Bash is executing in POSIX mode, +the special builtins differ from other builtin commands in three +respects: + + 1. Special builtins are found before shell functions during command + lookup. + + 2. If a special builtin returns an error status, a non-interactive + shell exits. + + 3. Assignment statements preceding the command stay in effect in the + shell environment after the command completes. + + When Bash is not executing in POSIX mode, these builtins behave no +differently than the rest of the Bash builtin commands. The Bash POSIX +mode is described in *note Bash POSIX Mode::. + + These are the POSIX special builtins: + break : . continue eval exec exit export readonly return set + shift trap unset + + +File: bash.info, Node: Shell Variables, Next: Bash Features, Prev: Shell Builtin Commands, Up: Top + +5 Shell Variables +***************** + +* Menu: + +* Bourne Shell Variables:: Variables which Bash uses in the same way + as the Bourne Shell. +* Bash Variables:: List of variables that exist in Bash. + +This chapter describes the shell variables that Bash uses. Bash +automatically assigns default values to a number of variables. + + +File: bash.info, Node: Bourne Shell Variables, Next: Bash Variables, Up: Shell Variables + +5.1 Bourne Shell Variables +========================== + +Bash uses certain shell variables in the same way as the Bourne shell. +In some cases, Bash assigns a default value to the variable. + +'CDPATH' + A colon-separated list of directories used as a search path for the + 'cd' builtin command. + +'HOME' + The current user's home directory; the default for the 'cd' builtin + command. The value of this variable is also used by tilde + expansion (*note Tilde Expansion::). + +'IFS' + A list of characters that separate fields; used when the shell + splits words as part of expansion. + +'MAIL' + If this parameter is set to a filename or directory name and the + 'MAILPATH' variable is not set, Bash informs the user of the + arrival of mail in the specified file or Maildir-format directory. + +'MAILPATH' + A colon-separated list of filenames which the shell periodically + checks for new mail. Each list entry can specify the message that + is printed when new mail arrives in the mail file by separating the + filename from the message with a '?'. When used in the text of the + message, '$_' expands to the name of the current mail file. + +'OPTARG' + The value of the last option argument processed by the 'getopts' + builtin. + +'OPTIND' + The index of the last option argument processed by the 'getopts' + builtin. + +'PATH' + A colon-separated list of directories in which the shell looks for + commands. A zero-length (null) directory name in the value of + 'PATH' indicates the current directory. A null directory name may + appear as two adjacent colons, or as an initial or trailing colon. + +'PS1' + The primary prompt string. The default value is '\s-\v\$ '. *Note + Controlling the Prompt::, for the complete list of escape sequences + that are expanded before 'PS1' is displayed. + +'PS2' + The secondary prompt string. The default value is '> '. + + +File: bash.info, Node: Bash Variables, Prev: Bourne Shell Variables, Up: Shell Variables + +5.2 Bash Variables +================== + +These variables are set or used by Bash, but other shells do not +normally treat them specially. + + A few variables used by Bash are described in different chapters: +variables for controlling the job control facilities (*note Job Control +Variables::). + +'BASH' + The full pathname used to execute the current instance of Bash. + +'BASHOPTS' + A colon-separated list of enabled shell options. Each word in the + list is a valid argument for the '-s' option to the 'shopt' builtin + 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, each shell option in the + list will be enabled before reading any startup files. This + variable is readonly. + +'BASHPID' + Expands to the process ID of the current Bash process. This + differs from '$$' under certain circumstances, such as subshells + that do not require Bash to be re-initialized. + +'BASH_ALIASES' + An associative array variable whose members correspond to the + internal list of aliases as maintained by the 'alias' builtin. + (*note Bourne Shell Builtins::). Elements added to this array + appear in the alias list; however, unsetting array elements + currently does not cause aliases to be removed from the alias list. + If 'BASH_ALIASES' is unset, it loses its special properties, even + if it is subsequently reset. + +'BASH_ARGC' + An array variable whose values are the number of parameters in each + frame of the current bash execution call stack. The number of + parameters to the current subroutine (shell function or script + executed with '.' or 'source') is at the top of the stack. When a + subroutine is executed, the number of parameters passed is pushed + onto 'BASH_ARGC'. The shell sets 'BASH_ARGC' only when in extended + debugging mode (see *note The Shopt Builtin:: for a description of + the 'extdebug' option to the 'shopt' builtin). + +'BASH_ARGV' + An array variable containing all of the parameters in the current + bash execution call stack. The final parameter of the last + subroutine call is at the top of the stack; the first parameter of + the initial call is at the bottom. When a subroutine is executed, + the parameters supplied are pushed onto 'BASH_ARGV'. The shell + sets 'BASH_ARGV' only when in extended debugging mode (see *note + The Shopt Builtin:: for a description of the 'extdebug' option to + the 'shopt' builtin). + +'BASH_CMDS' + An associative array variable whose members correspond to the + internal hash table of commands as maintained by the 'hash' builtin + (*note Bourne Shell Builtins::). Elements added to this array + appear in the hash table; however, unsetting array elements + currently does not cause command names to be removed from the hash + table. If 'BASH_CMDS' is unset, it loses its special properties, + even if it is subsequently reset. + +'BASH_COMMAND' + The command currently being executed or about to be executed, + unless the shell is executing a command as the result of a trap, in + which case it is the command executing at the time of the trap. + +'BASH_COMPAT' + The value is used to set the shell's compatibility level. *Note + The Shopt Builtin::, for a description of the various compatibility + levels and their effects. The value may be a decimal number (e.g., + 4.2) or an integer (e.g., 42) corresponding to the desired + compatibility level. If 'BASH_COMPAT' is unset or set to the empty + string, the compatibility level is set to the default for the + current version. If 'BASH_COMPAT' is set to a value that is not + one of the valid compatibility levels, the shell prints an error + message and sets the compatibility level to the default for the + current version. The valid compatibility levels correspond to the + compatibility options accepted by the 'shopt' builtin described + above (for example, COMPAT42 means that 4.2 and 42 are valid + values). The current version is also a valid value. + +'BASH_ENV' + If this variable is set when Bash is invoked to execute a shell + script, its value is expanded and used as the name of a startup + file to read before executing the script. *Note Bash Startup + Files::. + +'BASH_EXECUTION_STRING' + The command argument to the '-c' invocation option. + +'BASH_LINENO' + An array variable whose members are the line numbers in source + files where each corresponding member of FUNCNAME was invoked. + '${BASH_LINENO[$i]}' is the line number in the source file + ('${BASH_SOURCE[$i+1]}') where '${FUNCNAME[$i]}' was called (or + '${BASH_LINENO[$i-1]}' if referenced within another shell + function). Use 'LINENO' to obtain the current line number. + +'BASH_LOADABLES_PATH' + A colon-separated list of directories in which the shell looks for + dynamically loadable builtins specified by the 'enable' command. + +'BASH_REMATCH' + An array variable whose members are assigned by the '=~' binary + operator to the '[[' conditional command (*note Conditional + Constructs::). The element with index 0 is the portion of the + string matching the entire regular expression. The element with + index N is the portion of the string matching the Nth parenthesized + subexpression. This variable is read-only. + +'BASH_SOURCE' + An array variable whose members are the source filenames where the + corresponding shell function names in the 'FUNCNAME' array variable + are defined. The shell function '${FUNCNAME[$i]}' is defined in + the file '${BASH_SOURCE[$i]}' and called from + '${BASH_SOURCE[$i+1]}' + +'BASH_SUBSHELL' + Incremented by one within each subshell or subshell environment + when the shell begins executing in that environment. The initial + value is 0. + +'BASH_VERSINFO' + A readonly array variable (*note Arrays::) whose members hold + version information for this instance of Bash. The values assigned + to the array members are as follows: + + 'BASH_VERSINFO[0]' + The major version number (the RELEASE). + + 'BASH_VERSINFO[1]' + The minor version number (the VERSION). + + 'BASH_VERSINFO[2]' + The patch level. + + 'BASH_VERSINFO[3]' + The build version. + + 'BASH_VERSINFO[4]' + The release status (e.g., BETA1). + + 'BASH_VERSINFO[5]' + The value of 'MACHTYPE'. + +'BASH_VERSION' + The version number of the current instance of Bash. + +'BASH_XTRACEFD' + If set to an integer corresponding to a valid file descriptor, Bash + will write the trace output generated when 'set -x' is enabled to + that file descriptor. This allows tracing output to be separated + from diagnostic and error messages. The file descriptor is closed + when 'BASH_XTRACEFD' is unset or assigned a new value. Unsetting + 'BASH_XTRACEFD' or assigning it the empty string causes the trace + output to be sent to the standard error. Note that setting + 'BASH_XTRACEFD' to 2 (the standard error file descriptor) and then + unsetting it will result in the standard error being closed. + +'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 + POSIX-mandated minimum, and there is a maximum value (currently + 8192) that this may not exceed. The minimum value is + system-dependent. + +'COLUMNS' + Used by the 'select' command to determine the terminal width when + printing selection lists. Automatically set if the 'checkwinsize' + option is enabled (*note The Shopt Builtin::), or in an interactive + shell upon receipt of a 'SIGWINCH'. + +'COMP_CWORD' + An index into '${COMP_WORDS}' of the word containing the current + cursor position. This variable is available only in shell + functions invoked by the programmable completion facilities (*note + Programmable Completion::). + +'COMP_LINE' + The current command line. This variable is available only in shell + functions and external commands invoked by the programmable + completion facilities (*note Programmable Completion::). + +'COMP_POINT' + The index of the current cursor position relative to the beginning + of the current command. If the current cursor position is at the + end of the current command, the value of this variable is equal to + '${#COMP_LINE}'. This variable is available only in shell + functions and external commands invoked by the programmable + completion facilities (*note Programmable Completion::). + +'COMP_TYPE' + Set to an integer value corresponding to the type of completion + attempted that caused a completion function to be called: TAB, for + normal completion, '?', for listing completions after successive + tabs, '!', for listing alternatives on partial word completion, + '@', to list completions if the word is not unmodified, or '%', for + menu completion. This variable is available only in shell + functions and external commands invoked by the programmable + completion facilities (*note Programmable Completion::). + +'COMP_KEY' + The key (or final key of a key sequence) used to invoke the current + completion function. + +'COMP_WORDBREAKS' + The set of characters that the Readline library treats as word + separators when performing word completion. If 'COMP_WORDBREAKS' + is unset, it loses its special properties, even if it is + subsequently reset. + +'COMP_WORDS' + An array variable consisting of the individual words in the current + command line. The line is split into words as Readline would split + it, using 'COMP_WORDBREAKS' as described above. This variable is + available only in shell functions invoked by the programmable + completion facilities (*note Programmable Completion::). + +'COMPREPLY' + An array variable from which Bash reads the possible completions + generated by a shell function invoked by the programmable + completion facility (*note Programmable Completion::). Each array + element contains one possible completion. + +'COPROC' + An array variable created to hold the file descriptors for output + from and input to an unnamed coprocess (*note Coprocesses::). + +'DIRSTACK' + An array variable containing the current contents of the directory + stack. Directories appear in the stack in the order they are + displayed by the 'dirs' builtin. Assigning to members of this + array variable may be used to modify directories already in the + stack, but the 'pushd' and 'popd' builtins must be used to add and + remove directories. Assignment to this variable will not change + the current directory. If 'DIRSTACK' is unset, it loses its + special properties, even if it is subsequently reset. + +'EMACS' + If Bash 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. + +'ENV' + Similar to 'BASH_ENV'; used when the shell is invoked in POSIX Mode + (*note Bash POSIX Mode::). + +'EUID' + The numeric effective user id of the current user. This variable + is readonly. + +'EXECIGNORE' + A colon-separated list of shell patterns (*note Pattern Matching::) + defining the list of filenames to be ignored by command search + using 'PATH'. Files whose full pathnames match one of these + patterns are not considered executable files for the purposes of + completion and command execution via 'PATH' lookup. This does not + affect the behavior of the '[', 'test', and '[[' commands. Full + pathnames in the command hash table are not subject to + 'EXECIGNORE'. 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 'extglob' shell + option. + +'FCEDIT' + The editor used as a default by the '-e' option to the 'fc' builtin + command. + +'FIGNORE' + A colon-separated list of suffixes to ignore when performing + filename completion. A filename whose suffix matches one of the + entries in 'FIGNORE' is excluded from the list of matched + filenames. A sample value is '.o:~' + +'FUNCNAME' + An array variable containing the names of all shell functions + currently in the execution call stack. The element with index 0 is + the name of any currently-executing shell function. The + bottom-most element (the one with the highest index) is '"main"'. + This variable exists only when a shell function is executing. + Assignments to 'FUNCNAME' have no effect. If 'FUNCNAME' is unset, + it loses its special properties, even if it is subsequently reset. + + This variable can be used with 'BASH_LINENO' and 'BASH_SOURCE'. + Each element of 'FUNCNAME' has corresponding elements in + 'BASH_LINENO' and 'BASH_SOURCE' to describe the call stack. For + instance, '${FUNCNAME[$i]}' was called from the file + '${BASH_SOURCE[$i+1]}' at line number '${BASH_LINENO[$i]}'. The + 'caller' builtin displays the current call stack using this + information. + +'FUNCNEST' + If set to a numeric value greater than 0, defines a maximum + function nesting level. Function invocations that exceed this + nesting level will cause the current command to abort. + +'GLOBIGNORE' + A colon-separated list of patterns defining the set of filenames to + be ignored by filename expansion. If a filename matched by a + filename expansion pattern also matches one of the patterns in + 'GLOBIGNORE', it is removed from the list of matches. The pattern + matching honors the setting of the 'extglob' shell option. + +'GROUPS' + An array variable containing the list of groups of which the + current user is a member. Assignments to 'GROUPS' have no effect. + If 'GROUPS' is unset, it loses its special properties, even if it + is subsequently reset. + +'histchars' + Up to three characters which control history expansion, quick + substitution, and tokenization (*note History Interaction::). The + first character is the HISTORY EXPANSION character, that is, the + character which signifies the start of a history expansion, + normally '!'. The second character is the character which + signifies 'quick substitution' when seen as the first character on + a line, normally '^'. 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 causes history substitution to be + skipped 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 + command. If 'HISTCMD' is unset, it loses its special properties, + even if it is subsequently reset. + +'HISTCONTROL' + A colon-separated list of values controlling how commands are saved + on the history list. If the list of values includes 'ignorespace', + lines which begin with a space character are not saved in the + history list. A value of 'ignoredups' causes lines which match the + previous history entry to not be saved. A value of 'ignoreboth' is + shorthand for 'ignorespace' and 'ignoredups'. A value of + 'erasedups' 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 'HISTCONTROL' is unset, + or does not include a valid value, all lines read by the shell + parser are saved on the history list, subject to the value of + 'HISTIGNORE'. The second and subsequent lines of a multi-line + compound command are not tested, and are added to the history + regardless of the value of 'HISTCONTROL'. + +'HISTFILE' + The name of the file to which the command history is saved. The + default value is '~/.bash_history'. + +'HISTFILESIZE' + The maximum number of lines contained in the history file. 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. 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 'HISTSIZE' after reading any + startup files. + +'HISTIGNORE' + A colon-separated list of patterns used to decide which command + lines should be saved on the history list. Each pattern is + anchored at the beginning of the line and must match the complete + line (no implicit '*' is appended). Each pattern is tested against + the line after the checks specified by 'HISTCONTROL' are applied. + In addition to the normal shell pattern matching characters, '&' + matches the previous history line. '&' may be escaped using a + backslash; the backslash is removed before attempting a match. The + second and subsequent lines of a multi-line compound command are + not tested, and are added to the history regardless of the value of + 'HISTIGNORE'. The pattern matching honors the setting of the + 'extglob' shell option. + + 'HISTIGNORE' subsumes the function of 'HISTCONTROL'. A pattern of + '&' is identical to 'ignoredups', and a pattern of '[ ]*' is + identical to 'ignorespace'. Combining these two patterns, + separating them with a colon, provides the functionality of + 'ignoreboth'. + +'HISTSIZE' + The maximum number of commands to remember on the history list. If + the value is 0, commands are not saved in the history list. + Numeric values less than zero result in every command being saved + on the history list (there is no limit). The shell sets the + default value to 500 after reading any startup files. + +'HISTTIMEFORMAT' + If this variable is set and not null, its value is used as a format + string for STRFTIME to print the time stamp associated with each + history entry displayed by the 'history' builtin. If this variable + is set, time stamps are written to the history file so they may be + preserved across shell sessions. This uses the history comment + character to distinguish timestamps from other history lines. + +'HOSTFILE' + Contains the name of a file in the same format as '/etc/hosts' that + should be read when the shell needs to complete a hostname. The + list of possible hostname completions may be changed while the + shell is running; the next time hostname completion is attempted + after the value is changed, Bash adds the contents of the new file + to the existing list. If 'HOSTFILE' is set, but has no value, or + does not name a readable file, Bash attempts to read '/etc/hosts' + to obtain the list of possible hostname completions. When + 'HOSTFILE' is unset, the hostname list is cleared. + +'HOSTNAME' + The name of the current host. + +'HOSTTYPE' + A string describing the machine Bash is running on. + +'IGNOREEOF' + Controls the action of the shell on receipt of an 'EOF' character + as the sole input. If set, the value denotes the number of + consecutive 'EOF' characters that can be read as the first + character on an input line before the shell will exit. If the + variable exists but does not have a numeric value (or has no value) + then the default is 10. If the variable does not exist, then 'EOF' + signifies the end of input to the shell. This is only in effect + for interactive shells. + +'INPUTRC' + The name of the Readline initialization file, overriding the + default of '~/.inputrc'. + +'LANG' + Used to determine the locale category for any category not + specifically selected with a variable starting with 'LC_'. + +'LC_ALL' + This variable overrides the value of 'LANG' and any other 'LC_' + variable specifying a locale category. + +'LC_COLLATE' + This variable determines the collation order used when sorting the + results of filename expansion, and determines the behavior of range + expressions, equivalence classes, and collating sequences within + filename expansion and pattern matching (*note Filename + Expansion::). + +'LC_CTYPE' + This variable determines the interpretation of characters and the + behavior of character classes within filename expansion and pattern + matching (*note Filename Expansion::). + +'LC_MESSAGES' + This variable determines the locale used to translate double-quoted + strings preceded by a '$' (*note Locale Translation::). + +'LC_NUMERIC' + This variable determines the locale category used for number + formatting. + +'LC_TIME' + This variable determines the locale category used for data and time + formatting. + +'LINENO' + The line number in the script or shell function currently + executing. + +'LINES' + Used by the 'select' command to determine the column length for + printing selection lists. Automatically set if the 'checkwinsize' + option is enabled (*note The Shopt Builtin::), or in an interactive + shell upon receipt of a 'SIGWINCH'. + +'MACHTYPE' + A string that fully describes the system type on which Bash is + executing, in the standard GNU CPU-COMPANY-SYSTEM format. + +'MAILCHECK' + How often (in seconds) that the shell should check for mail in the + files specified in the 'MAILPATH' or 'MAIL' variables. The default + 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. + +'MAPFILE' + An array variable created to hold the text read by the 'mapfile' + builtin when no variable name is supplied. + +'OLDPWD' + The previous working directory as set by the 'cd' builtin. + +'OPTERR' + If set to the value 1, Bash displays error messages generated by + the 'getopts' builtin command. + +'OSTYPE' + A string describing the operating system Bash is running on. + +'PIPESTATUS' + An array variable (*note Arrays::) containing a list of exit status + values from the processes in the most-recently-executed foreground + pipeline (which may contain only a single command). + +'POSIXLY_CORRECT' + If this variable is in the environment when Bash starts, the shell + enters POSIX mode (*note Bash POSIX Mode::) before reading the + startup files, as if the '--posix' invocation option had been + supplied. If it is set while the shell is running, Bash enables + POSIX mode, as if the command + set -o posix + had been executed. + +'PPID' + The process ID of the shell's parent process. This variable is + readonly. + +'PROMPT_COMMAND' + If set, the value is interpreted as a command to execute before the + printing of each primary prompt ('$PS1'). + +'PROMPT_DIRTRIM' + If set to a number greater than zero, the value is used as the + number of trailing directory components to retain when expanding + the '\w' and '\W' prompt string escapes (*note Controlling the + Prompt::). Characters removed are replaced with an ellipsis. + +'PS0' + The value of this parameter is expanded like PS1 and displayed by + interactive shells after reading a command and before the command + is executed. + +'PS3' + The value of this variable is used as the prompt for the 'select' + command. If this variable is not set, the 'select' command prompts + with '#? ' + +'PS4' + The value is the prompt printed before the command line is echoed + when the '-x' option is set (*note The Set Builtin::). The first + character of 'PS4' is replicated multiple times, as necessary, to + indicate multiple levels of indirection. The default is '+ '. + +'PWD' + The current working directory as set by the 'cd' builtin. + +'RANDOM' + Each time this parameter is referenced, a random integer between 0 + and 32767 is generated. Assigning a value to this variable seeds + the random number generator. + +'READLINE_LINE' + The contents of the Readline line buffer, for use with 'bind -x' + (*note Bash Builtins::). + +'READLINE_POINT' + The position of the insertion point in the Readline line buffer, + for use with 'bind -x' (*note Bash Builtins::). + +'REPLY' + The default variable for the 'read' builtin. + +'SECONDS' + This variable expands to the number of seconds since the shell was + started. Assignment to this variable resets the count to the value + assigned, and the expanded value becomes the value assigned plus + the number of seconds since the assignment. + +'SHELL' + The full pathname to the shell is kept in this environment + variable. If it is not set when the shell starts, Bash assigns to + it the full pathname of the current user's login shell. + +'SHELLOPTS' + A colon-separated list of enabled shell options. Each word in the + list is a valid argument for the '-o' option to the 'set' builtin + command (*note The Set Builtin::). The options appearing in + 'SHELLOPTS' are those reported as 'on' by 'set -o'. If this + variable is in the environment when Bash starts up, each shell + option in the list will be enabled before reading any startup + files. This variable is readonly. + +'SHLVL' + Incremented by one each time a new instance of Bash is started. + This is intended to be a count of how deeply your Bash shells are + nested. + +'TIMEFORMAT' + The value of this parameter is used as a format string specifying + how the timing information for pipelines prefixed with the 'time' + reserved word should be displayed. The '%' character introduces an + escape sequence that is expanded to a time value or other + information. The escape sequences and their meanings are as + follows; the braces denote optional portions. + + '%%' + A literal '%'. + + '%[P][l]R' + The elapsed time in seconds. + + '%[P][l]U' + The number of CPU seconds spent in user mode. + + '%[P][l]S' + The number of CPU seconds spent in system mode. + + '%P' + The CPU percentage, computed as (%U + %S) / %R. + + The optional P is a digit specifying the precision, the number of + fractional digits after a decimal point. A value of 0 causes no + decimal point or fraction to be output. At most three places after + the decimal point may be specified; values of P greater than 3 are + changed to 3. If P is not specified, the value 3 is used. + + The optional 'l' specifies a longer format, including minutes, of + the form MMmSS.FFs. The value of P determines whether or not the + fraction is included. + + If this variable is not set, Bash acts as if it had the value + $'\nreal\t%3lR\nuser\t%3lU\nsys\t%3lS' + If the value is null, no timing information is displayed. A + trailing newline is added when the format string is displayed. + +'TMOUT' + If set to a value greater than zero, 'TMOUT' is treated as the + default timeout for the 'read' builtin (*note Bash Builtins::). + The 'select' command (*note Conditional Constructs::) terminates if + input does not arrive after 'TMOUT' seconds when input is coming + from a terminal. + + In an interactive shell, the value is interpreted as the number of + seconds to wait for a line of input after issuing the primary + prompt. Bash terminates after waiting for that number of seconds + if a complete line of input does not arrive. + +'TMPDIR' + If set, Bash uses its value as the name of a directory in which + Bash creates temporary files for the shell's use. + +'UID' + The numeric real user id of the current user. This variable is + readonly. + + +File: bash.info, Node: Bash Features, Next: Job Control, Prev: Shell Variables, Up: Top + +6 Bash Features +*************** + +This chapter describes features unique to Bash. + +* Menu: + +* Invoking Bash:: Command line options that you can give + to Bash. +* Bash Startup Files:: When and how Bash executes scripts. +* Interactive Shells:: What an interactive shell is. +* Bash Conditional Expressions:: Primitives used in composing expressions for + the 'test' builtin. +* Shell Arithmetic:: Arithmetic on shell variables. +* Aliases:: Substituting one command for another. +* Arrays:: Array Variables. +* The Directory Stack:: History of visited directories. +* Controlling the Prompt:: Customizing the various prompt strings. +* The Restricted Shell:: A more controlled mode of shell execution. +* Bash POSIX Mode:: Making Bash behave more closely to what + the POSIX standard specifies. + + +File: bash.info, Node: Invoking Bash, Next: Bash Startup Files, Up: Bash Features + +6.1 Invoking Bash +================= + + bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] [ARGUMENT ...] + bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] -c STRING [ARGUMENT ...] + bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o OPTION] [-O SHOPT_OPTION] [ARGUMENT ...] + + All of the single-character options used with the 'set' builtin +(*note The Set Builtin::) can be used as options when the shell is +invoked. In addition, there are several multi-character options that +you can use. These options must appear on the command line before the +single-character options to be recognized. + +'--debugger' + Arrange for the debugger profile to be executed before the shell + starts. Turns on extended debugging mode (see *note The Shopt + Builtin:: for a description of the 'extdebug' option to the 'shopt' + builtin). + +'--dump-po-strings' + A list of all double-quoted strings preceded by '$' is printed on + the standard output in the GNU 'gettext' PO (portable object) file + format. Equivalent to '-D' except for the output format. + +'--dump-strings' + Equivalent to '-D'. + +'--help' + Display a usage message on standard output and exit successfully. + +'--init-file FILENAME' +'--rcfile FILENAME' + Execute commands from FILENAME (instead of '~/.bashrc') in an + interactive shell. + +'--login' + Equivalent to '-l'. + +'--noediting' + Do not use the GNU Readline library (*note Command Line Editing::) + to read command lines when the shell is interactive. + +'--noprofile' + Don't load the system-wide startup file '/etc/profile' or any of + the personal initialization files '~/.bash_profile', + '~/.bash_login', or '~/.profile' when Bash is invoked as a login + shell. + +'--norc' + Don't read the '~/.bashrc' initialization file in an interactive + 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. + +'--restricted' + Make the shell a restricted shell (*note The Restricted Shell::). + +'--verbose' + Equivalent to '-v'. Print shell input lines as they're read. + +'--version' + Show version information for this instance of Bash on the standard + output and exit successfully. + + There are several single-character options that may be supplied at +invocation which are not available with the 'set' builtin. + +'-c' + Read and execute commands from the first non-option argument + COMMAND_STRING, then exit. If there are arguments after the + COMMAND_STRING, the first argument is assigned to '$0' and any + remaining arguments are assigned to the positional parameters. The + assignment to '$0' sets the name of the shell, which is used in + warning and error messages. + +'-i' + Force the shell to run interactively. Interactive shells are + described in *note Interactive Shells::. + +'-l' + Make this shell act as if it had been directly invoked by login. + When the shell is interactive, this is equivalent to starting a + login shell with 'exec -l bash'. When the shell is not + interactive, the login shell startup files will be executed. 'exec + bash -l' or 'exec bash --login' will replace the current shell with + a Bash login shell. *Note Bash Startup Files::, for a description + of the special behavior of a login shell. + +'-r' + Make the shell a restricted shell (*note The Restricted Shell::). + +'-s' + If this option is present, or if no arguments remain after option + processing, then commands are read from the standard input. This + option allows the positional parameters to be set when invoking an + interactive shell. + +'-D' + A list of all double-quoted strings preceded by '$' is printed on + the standard output. These are the strings that are subject to + language translation when the current locale is not 'C' or 'POSIX' + (*note Locale Translation::). This implies the '-n' option; no + commands will be executed. + +'[-+]O [SHOPT_OPTION]' + SHOPT_OPTION is one of the shell options accepted by the 'shopt' + builtin (*note The Shopt Builtin::). If SHOPT_OPTION is present, + '-O' sets the value of that option; '+O' unsets it. If + SHOPT_OPTION is not supplied, the names and values of the shell + options accepted by 'shopt' are printed on the standard output. If + the invocation option is '+O', 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 filenames + and arguments. + + 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, +unless '-s' is specified, without specifying the '-c' option, and whose +input and output 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. + + +File: bash.info, Node: Bash Startup Files, Next: Interactive Shells, Prev: Invoking Bash, Up: Bash Features + +6.2 Bash Startup Files +====================== + +This section describes how Bash executes its startup files. If any of +the files exist but cannot be read, Bash reports an error. Tildes are +expanded in filenames as described above under Tilde Expansion (*note +Tilde Expansion::). + + Interactive shells are described in *note Interactive Shells::. + +Invoked as an interactive login shell, or with '--login' +........................................................ + +When Bash is invoked as an interactive login shell, or as a +non-interactive shell with the '--login' option, it first reads and +executes commands from the file '/etc/profile', if that file exists. +After reading that file, it looks for '~/.bash_profile', +'~/.bash_login', and '~/.profile', in that order, and reads and executes +commands from the first one that exists and is readable. The +'--noprofile' 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 'exit' builtin command, Bash reads and executes +commands from the file '~/.bash_logout', if it exists. + +Invoked as an interactive non-login shell +......................................... + +When an interactive shell that is not a login shell is started, Bash +reads and executes commands from '~/.bashrc', if that file exists. This +may be inhibited by using the '--norc' option. The '--rcfile FILE' +option will force Bash to read and execute commands from FILE instead of +'~/.bashrc'. + + So, typically, your '~/.bash_profile' contains the line + if [ -f ~/.bashrc ]; then . ~/.bashrc; fi +after (or before) any login-specific initializations. + +Invoked non-interactively +......................... + +When Bash is started non-interactively, to run a shell script, for +example, it looks for the variable 'BASH_ENV' 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. Bash behaves as if the +following command were executed: + if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi +but the value of the 'PATH' variable is not used to search for the +filename. + + As noted above, if a non-interactive shell is invoked with the +'--login' option, Bash attempts to read and execute commands from the +login shell startup files. + +Invoked with name 'sh' +...................... + +If Bash is invoked with the name 'sh', it tries to mimic the startup +behavior of historical versions of 'sh' as closely as possible, while +conforming to the POSIX standard as well. + + When invoked as an interactive login shell, or as a non-interactive +shell with the '--login' option, it first attempts to read and execute +commands from '/etc/profile' and '~/.profile', in that order. The +'--noprofile' option may be used to inhibit this behavior. When invoked +as an interactive shell with the name 'sh', Bash looks for the variable +'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 +'sh' does not attempt to read and execute commands from any other +startup files, the '--rcfile' option has no effect. A non-interactive +shell invoked with the name 'sh' does not attempt to read any other +startup files. + + When invoked as 'sh', Bash enters POSIX mode after the startup files +are read. + +Invoked in POSIX mode +..................... + +When Bash is started in POSIX mode, as with the '--posix' command line +option, it follows the POSIX standard for startup files. In this mode, +interactive shells expand the 'ENV' variable and commands are read and +executed from the file whose name is the expanded value. No other +startup files are read. + +Invoked by remote shell daemon +.............................. + +Bash attempts to determine when it is being run with its standard input +connected to a network connection, as when executed by the remote shell +daemon, usually 'rshd', or the secure shell daemon 'sshd'. If Bash +determines it is being run in this fashion, it reads and executes +commands from '~/.bashrc', if that file exists and is readable. It will +not do this if invoked as 'sh'. The '--norc' option may be used to +inhibit this behavior, and the '--rcfile' option may be used to force +another file to be read, but neither 'rshd' nor 'sshd' generally invoke +the shell with those options or allow them to be specified. + +Invoked with unequal effective and real UID/GIDs +................................................ + +If Bash is started with the effective user (group) id not equal to the +real user (group) id, and the '-p' option is not supplied, no startup +files are read, shell functions are not inherited from the environment, +the 'SHELLOPTS', 'BASHOPTS', 'CDPATH', and 'GLOBIGNORE' variables, if +they appear in the environment, are ignored, and the effective user id +is set to the real user id. If the '-p' option is supplied at +invocation, the startup behavior is the same, but the effective user id +is not reset. + + +File: bash.info, Node: Interactive Shells, Next: Bash Conditional Expressions, Prev: Bash Startup Files, Up: Bash Features + +6.3 Interactive Shells +====================== + +* Menu: + +* What is an Interactive Shell?:: What determines whether a shell is Interactive. +* Is this Shell Interactive?:: How to tell if a shell is interactive. +* Interactive Shell Behavior:: What changes in a interactive shell? + + +File: bash.info, Node: What is an Interactive Shell?, Next: Is this Shell Interactive?, Up: Interactive Shells + +6.3.1 What is an Interactive Shell? +----------------------------------- + +An interactive shell is one started without non-option arguments, unless +'-s' is specified, without specifying the '-c' option, and whose input +and error output are both connected to terminals (as determined by +'isatty(3)'), or one started with the '-i' option. + + An interactive shell generally reads from and writes to a user's +terminal. + + The '-s' invocation option may be used to set the positional +parameters when an interactive shell is started. + + +File: bash.info, Node: Is this Shell Interactive?, Next: Interactive Shell Behavior, Prev: What is an Interactive Shell?, Up: Interactive Shells + +6.3.2 Is this Shell Interactive? +-------------------------------- + +To determine within a startup script whether or not Bash is running +interactively, test the value of the '-' special parameter. It contains +'i' when the shell is interactive. For example: + + case "$-" in + *i*) echo This shell is interactive ;; + *) echo This shell is not interactive ;; + esac + + Alternatively, startup scripts may examine the variable 'PS1'; it is +unset in non-interactive shells, and set in interactive shells. Thus: + + if [ -z "$PS1" ]; then + echo This shell is not interactive + else + echo This shell is interactive + fi + + +File: bash.info, Node: Interactive Shell Behavior, Prev: Is this Shell Interactive?, Up: Interactive Shells + +6.3.3 Interactive Shell Behavior +-------------------------------- + +When the shell is running interactively, it changes its behavior in +several ways. + + 1. Startup files are read and executed as described in *note Bash + Startup Files::. + + 2. Job Control (*note Job Control::) is enabled by default. When job + control is in effect, Bash ignores the keyboard-generated job + control signals 'SIGTTIN', 'SIGTTOU', and 'SIGTSTP'. + + 3. Bash expands and displays 'PS1' before reading the first line of a + command, and expands and displays 'PS2' before reading the second + and subsequent lines of a multi-line command. Bash displays 'PS0' + after it reads a command but before executing it. + + 4. Bash executes the value of the 'PROMPT_COMMAND' variable as a + command before printing the primary prompt, '$PS1' (*note Bash + Variables::). + + 5. Readline (*note Command Line Editing::) is used to read commands + from the user's terminal. + + 6. Bash inspects the value of the 'ignoreeof' option to 'set -o' + instead of exiting immediately when it receives an 'EOF' on its + standard input when reading a command (*note The Set Builtin::). + + 7. Command history (*note Bash History Facilities::) and history + expansion (*note History Interaction::) are enabled by default. + Bash will save the command history to the file named by '$HISTFILE' + when a shell with history enabled exits. + + 8. Alias expansion (*note Aliases::) is performed by default. + + 9. In the absence of any traps, Bash ignores 'SIGTERM' (*note + Signals::). + + 10. In the absence of any traps, 'SIGINT' is caught and handled + ((*note Signals::). 'SIGINT' will interrupt some shell builtins. + + 11. An interactive login shell sends a 'SIGHUP' to all jobs on exit if + the 'huponexit' shell option has been enabled (*note Signals::). + + 12. The '-n' invocation option is ignored, and 'set -n' has no effect + (*note The Set Builtin::). + + 13. Bash will check for mail periodically, depending on the values of + the 'MAIL', 'MAILPATH', and 'MAILCHECK' shell variables (*note Bash + Variables::). + + 14. Expansion errors due to references to unbound shell variables + after 'set -u' has been enabled will not cause the shell to exit + (*note The Set Builtin::). + + 15. The shell will not exit on expansion errors caused by VAR being + unset or null in '${VAR:?WORD}' expansions (*note Shell Parameter + Expansion::). + + 16. Redirection errors encountered by shell builtins will not cause + the shell to exit. + + 17. When running in POSIX mode, a special builtin returning an error + status will not cause the shell to exit (*note Bash POSIX Mode::). + + 18. A failed 'exec' will not cause the shell to exit (*note Bourne + Shell Builtins::). + + 19. Parser syntax errors will not cause the shell to exit. + + 20. Simple spelling correction for directory arguments to the 'cd' + builtin is enabled by default (see the description of the 'cdspell' + option to the 'shopt' builtin in *note The Shopt Builtin::). + + 21. The shell will check the value of the 'TMOUT' variable and exit if + a command is not read within the specified number of seconds after + printing '$PS1' (*note Bash Variables::). + + +File: bash.info, Node: Bash Conditional Expressions, Next: Shell Arithmetic, Prev: Interactive Shells, Up: Bash Features + +6.4 Bash Conditional Expressions +================================ + +Conditional expressions are used by the '[[' compound command and the +'test' and '[' builtin commands. + + Expressions may be unary or binary. Unary expressions are often used +to examine the status of a file. There are string operators and numeric +comparison operators as well. Bash handles several filenames specially +when they are used in expressions. If the operating system on which +Bash is running provides these special files, Bash will use them; +otherwise it will emulate them internally with this behavior: If the +FILE argument to one of the primaries is of the form '/dev/fd/N', then +file descriptor N is checked. If the FILE argument to one of the +primaries is one of '/dev/stdin', '/dev/stdout', or '/dev/stderr', file +descriptor 0, 1, or 2, respectively, is checked. + + When used with '[[', the '<' and '>' operators sort lexicographically +using the current locale. The 'test' command uses ASCII ordering. + + Unless otherwise specified, primaries that operate on files follow +symbolic links and operate on the target of the link, rather than the +link itself. + +'-a FILE' + True if FILE exists. + +'-b FILE' + True if FILE exists and is a block special file. + +'-c FILE' + True if FILE exists and is a character special file. + +'-d FILE' + True if FILE exists and is a directory. + +'-e FILE' + True if FILE exists. + +'-f FILE' + True if FILE exists and is a regular file. + +'-g FILE' + True if FILE exists and its set-group-id bit is set. + +'-h FILE' + True if FILE exists and is a symbolic link. + +'-k FILE' + True if FILE exists and its "sticky" bit is set. + +'-p FILE' + True if FILE exists and is a named pipe (FIFO). + +'-r FILE' + True if FILE exists and is readable. + +'-s FILE' + True if FILE exists and has a size greater than zero. + +'-t FD' + True if file descriptor FD is open and refers to a terminal. + +'-u FILE' + True if FILE exists and its set-user-id bit is set. + +'-w FILE' + True if FILE exists and is writable. + +'-x FILE' + True if FILE exists and is executable. + +'-G FILE' + True if FILE exists and is owned by the effective group id. + +'-L FILE' + True if FILE exists and is a symbolic link. + +'-N FILE' + True if FILE exists and has been modified since it was last read. + +'-O FILE' + True if FILE exists and is owned by the effective user id. + +'-S FILE' + True if FILE exists and is a socket. + +'FILE1 -ef FILE2' + True if FILE1 and FILE2 refer to the same device and inode numbers. + +'FILE1 -nt FILE2' + True if FILE1 is newer (according to modification date) than FILE2, + or if FILE1 exists and FILE2 does not. + +'FILE1 -ot FILE2' + True if FILE1 is older than FILE2, or if FILE2 exists and FILE1 + does not. + +'-o OPTNAME' + True if the shell option OPTNAME is enabled. The list of options + appears in the description of the '-o' option to the 'set' builtin + (*note The Set Builtin::). + +'-v VARNAME' + True if the shell variable VARNAME is set (has been assigned a + value). + +'-R VARNAME' + True if the shell variable VARNAME is set and is a name reference. + +'-z STRING' + True if the length of STRING is zero. + +'-n STRING' +'STRING' + True if the length of STRING is non-zero. + +'STRING1 == STRING2' +'STRING1 = STRING2' + True if the strings are equal. When used with the '[[' command, + this performs pattern matching as described above (*note + Conditional Constructs::). + + '=' should be used with the 'test' command for POSIX conformance. + +'STRING1 != STRING2' + True if the strings are not equal. + +'STRING1 < STRING2' + True if STRING1 sorts before STRING2 lexicographically. + +'STRING1 > STRING2' + True if STRING1 sorts after STRING2 lexicographically. + +'ARG1 OP ARG2' + 'OP' is one of '-eq', '-ne', '-lt', '-le', '-gt', or '-ge'. These + arithmetic binary operators return true if ARG1 is equal to, not + equal to, less than, less than or equal to, greater than, or + greater than or equal to ARG2, respectively. ARG1 and ARG2 may be + positive or negative integers. + + +File: bash.info, Node: Shell Arithmetic, Next: Aliases, Prev: Bash Conditional Expressions, Up: Bash Features + +6.5 Shell Arithmetic +==================== + +The shell allows arithmetic expressions to be evaluated, as one of the +shell expansions or by using the '((' compound command, the 'let' +builtin, or the '-i' option to the 'declare' builtin. + + Evaluation is done in fixed-width integers with no check for +overflow, though division by 0 is trapped and flagged as an error. The +operators and their precedence, associativity, and values are the same +as in the C language. The following list of operators is grouped into +levels of equal-precedence operators. The levels are listed in order of +decreasing precedence. + +'ID++ ID--' + variable post-increment and post-decrement + +'++ID --ID' + variable pre-increment and pre-decrement + +'- +' + unary minus and plus + +'! ~' + logical and bitwise negation + +'**' + exponentiation + +'* / %' + multiplication, division, remainder + +'+ -' + addition, subtraction + +'<< >>' + left and right bitwise shifts + +'<= >= < >' + comparison + +'== !=' + equality and inequality + +'&' + bitwise AND + +'^' + bitwise exclusive OR + +'|' + bitwise OR + +'&&' + logical AND + +'||' + logical OR + +'expr ? expr : expr' + conditional operator + +'= *= /= %= += -= <<= >>= &= ^= |=' + assignment + +'expr1 , expr2' + comma + + Shell variables are allowed as operands; parameter expansion is +performed before the expression is evaluated. Within an expression, +shell variables may also be referenced by name without using the +parameter expansion syntax. A shell variable that is null or unset +evaluates to 0 when referenced by name without using the parameter +expansion syntax. The value of a variable is evaluated as an arithmetic +expression when it is referenced, or when a variable which has been +given the INTEGER attribute using 'declare -i' is assigned a value. A +null value evaluates to 0. A shell variable need not have its INTEGER +attribute turned on to be used in an expression. + + Constants with a leading 0 are interpreted as octal numbers. A +leading '0x' or '0X' denotes hexadecimal. Otherwise, numbers take the +form [BASE'#']N, where the optional BASE is a decimal number between 2 +and 64 representing the arithmetic base, and N is a number in that base. +If BASE'#' is omitted, then base 10 is used. When specifying N, the +digits greater than 9 are represented by the lowercase letters, the +uppercase letters, '@', and '_', in that order. If BASE is less than or +equal to 36, lowercase and uppercase letters may be used interchangeably +to represent numbers between 10 and 35. + + Operators are evaluated in order of precedence. Sub-expressions in +parentheses are evaluated first and may override the precedence rules +above. + + +File: bash.info, Node: Aliases, Next: Arrays, Prev: Shell Arithmetic, Up: Bash Features + +6.6 Aliases +=========== + +ALIASES allow a string to be substituted for a word when it is used as +the first word of a simple command. The shell maintains a list of +aliases that may be set and unset with the 'alias' and 'unalias' builtin +commands. + + The first word of each simple command, if unquoted, is checked to see +if it has an alias. If so, that word is replaced by the text of the +alias. The characters '/', '$', '`', '=' and any of the shell +metacharacters 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 +'ls' to '"ls -F"', for instance, and Bash does not try to recursively +expand the replacement text. If the last character of the alias value +is a BLANK, then the next command word following the alias is also +checked for alias expansion. + + Aliases are created and listed with the 'alias' command, and removed +with the 'unalias' command. + + There is no mechanism for using arguments in the replacement text, as +in 'csh'. If arguments are needed, a shell function should be used +(*note Shell Functions::). + + Aliases are not expanded when the shell is not interactive, unless +the 'expand_aliases' shell option is set using 'shopt' (*note The Shopt +Builtin::). + + The rules concerning the definition and use of aliases are somewhat +confusing. Bash always reads at least one complete line of input before +executing any of the commands on that line. Aliases are expanded when a +command is read, not when it is executed. Therefore, an alias +definition appearing on the same line as another command does not take +effect until the next line of input is read. The commands following the +alias definition on that line are not affected by the new alias. This +behavior is also an issue when functions are executed. Aliases are +expanded when a function definition is read, not when the function is +executed, because a function definition is itself a command. As a +consequence, aliases defined in a function are not available until after +that function is executed. To be safe, always put alias definitions on +a separate line, and do not use 'alias' in compound commands. + + For almost every purpose, shell functions are preferred over aliases. + + +File: bash.info, Node: Arrays, Next: The Directory Stack, Prev: Aliases, Up: Bash Features + +6.7 Arrays +========== + +Bash provides one-dimensional indexed and associative array variables. +Any variable may be used as an indexed array; the 'declare' builtin will +explicitly declare an array. There is no maximum limit on the size of +an array, nor any requirement that members be indexed or assigned +contiguously. Indexed arrays are referenced using integers (including +arithmetic expressions (*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 + NAME[SUBSCRIPT]=VALUE + +The SUBSCRIPT is treated as an arithmetic expression that must evaluate +to a number. To explicitly declare an array, use + declare -a NAME +The syntax + declare -a NAME[SUBSCRIPT] +is also accepted; the SUBSCRIPT is ignored. + +Associative arrays are created using + declare -A NAME. + + Attributes may be specified for an array variable using the 'declare' +and 'readonly' builtins. Each attribute applies to all members of an +array. + + Arrays are assigned to using compound assignments of the form + NAME=(VALUE1 VALUE2 ... ) +where each VALUE is of the form '[SUBSCRIPT]='STRING. Indexed array +assignments do not require anything but STRING. When assigning to +indexed arrays, if the optional subscript is supplied, that index is +assigned to; otherwise the index of the element assigned is the last +index assigned to by the statement plus one. Indexing starts at zero. + + When assigning to an associative array, the subscript is required. + + This syntax is also accepted by the 'declare' builtin. Individual +array elements may be assigned to using the 'NAME[SUBSCRIPT]=VALUE' +syntax introduced above. + + When assigning to an indexed array, if NAME is subscripted by a +negative number, that number is interpreted as relative to one greater +than the maximum index of NAME, so negative indices count back from the +end of the array, and an index of -1 references the last element. + + Any element of an array may be referenced using '${NAME[SUBSCRIPT]}'. +The braces are required to avoid conflicts with the shell's filename +expansion operators. If the SUBSCRIPT is '@' or '*', the word expands +to all members of the array NAME. These subscripts differ only when the +word appears within double quotes. If the word is double-quoted, +'${NAME[*]}' expands to a single word with the value of each array +member separated by the first character of the 'IFS' variable, and +'${NAME[@]}' expands each element of NAME to a separate word. When +there are no array members, '${NAME[@]}' 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 original word, and +the expansion of the last parameter is joined with the last part of the +original word. This is analogous to the expansion of the special +parameters '@' and '*'. '${#NAME[SUBSCRIPT]}' expands to the length of +'${NAME[SUBSCRIPT]}'. If SUBSCRIPT is '@' or '*', the expansion is the +number of elements in the array. If the SUBSCRIPT used to reference an +element of an indexed array evaluates 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 refers to the last element. + + Referencing an array variable without a subscript is equivalent to +referencing with a subscript of 0. Any reference to a variable using a +valid subscript is legal, and 'bash' will create an array if necessary. + + 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. ${!NAME[@]} and ${!NAME[*]} expand to the indices assigned +in array variable NAME. The treatment when in double quotes is similar +to the expansion of the special parameters '@' and '*' within double +quotes. + + The 'unset' builtin is used to destroy arrays. 'unset +NAME[SUBSCRIPT]' destroys the array element at index SUBSCRIPT. +Negative subscripts to indexed arrays are interpreted as described +above. Care must be taken to avoid unwanted side effects caused by +filename expansion. 'unset NAME', where NAME is an array, removes the +entire array. A subscript of '*' or '@' also removes the entire array. + + The 'declare', 'local', and 'readonly' builtins each accept a '-a' +option to specify an indexed array and a '-A' option to specify an +associative array. If both options are supplied, '-A' takes precedence. +The 'read' builtin accepts a '-a' option to assign a list of words read +from the standard input to an array, and can read values from the +standard input into individual array elements. The 'set' and 'declare' +builtins display array values in a way that allows them to be reused as +input. + + +File: bash.info, Node: The Directory Stack, Next: Controlling the Prompt, Prev: Arrays, Up: Bash Features + +6.8 The Directory Stack +======================= + +* Menu: + +* Directory Stack Builtins:: Bash builtin commands to manipulate + the directory stack. + +The directory stack is a list of recently-visited directories. The +'pushd' builtin adds directories to the stack as it changes the current +directory, and the 'popd' builtin removes specified directories from the +stack and changes the current directory to the directory removed. The +'dirs' builtin displays the contents of the directory stack. The +current directory is always the "top" of the directory stack. + + The contents of the directory stack are also visible as the value of +the 'DIRSTACK' shell variable. + + +File: bash.info, Node: Directory Stack Builtins, Up: The Directory Stack + +6.8.1 Directory Stack Builtins +------------------------------ + +'dirs' + dirs [-clpv] [+N | -N] + + Display the list of currently remembered directories. Directories + are added to the list with the 'pushd' command; the 'popd' command + removes directories from the list. The current directory is always + the first directory in the stack. + + '-c' + Clears the directory stack by deleting all of the elements. + '-l' + Produces a listing using full pathnames; the default listing + format uses a tilde to denote the home directory. + '-p' + Causes 'dirs' to print the directory stack with one entry per + line. + '-v' + Causes 'dirs' to print the directory stack with one entry per + line, prefixing each entry with its index in the stack. + '+N' + Displays the Nth directory (counting from the left of the list + printed by 'dirs' when invoked without options), starting with + zero. + '-N' + Displays the Nth directory (counting from the right of the + list printed by 'dirs' when invoked without options), starting + with zero. + +'popd' + popd [-n] [+N | -N] + + When no arguments are given, 'popd' removes the top directory from + the stack and performs a 'cd' to the new top directory. The + elements are numbered from 0 starting at the first directory listed + with 'dirs'; that is, 'popd' is equivalent to 'popd +0'. + + '-n' + Suppresses the normal change of directory when removing + directories from the stack, so that only the stack is + manipulated. + '+N' + Removes the Nth directory (counting from the left of the list + printed by 'dirs'), starting with zero. + '-N' + Removes the Nth directory (counting from the right of the list + printed by 'dirs'), starting with zero. + +'pushd' + pushd [-n] [+N | -N | DIR] + + Save the current directory on the top of the directory stack and + then 'cd' to DIR. With no arguments, 'pushd' exchanges the top two + directories and makes the new top the current directory. + + '-n' + Suppresses the normal change of directory when rotating or + adding directories to the stack, so that only the stack is + manipulated. + '+N' + Brings the Nth directory (counting from the left of the list + printed by 'dirs', starting with zero) to the top of the list + by rotating the stack. + '-N' + Brings the Nth directory (counting from the right of the list + printed by 'dirs', starting with zero) to the top of the list + by rotating the stack. + 'DIR' + Makes DIR be the top of the stack, making it the new current + directory as if it had been supplied as an argument to the + 'cd' builtin. + + +File: bash.info, Node: Controlling the Prompt, Next: The Restricted Shell, Prev: The Directory Stack, Up: Bash Features + +6.9 Controlling the Prompt +========================== + +The value of the variable 'PROMPT_COMMAND' is examined just before Bash +prints each primary prompt. If 'PROMPT_COMMAND' is set and has a +non-null value, then the value is executed just as if it had been typed +on the command line. + + In addition, the following table describes the special characters +which can appear in the prompt variables 'PS1' to 'PS4': + +'\a' + A bell character. +'\d' + The date, in "Weekday Month Date" format (e.g., "Tue May 26"). +'\D{FORMAT}' + The FORMAT is passed to 'strftime'(3) and the result is inserted + into the prompt string; an empty FORMAT results in a + locale-specific time representation. The braces are required. +'\e' + An escape character. +'\h' + The hostname, up to the first '.'. +'\H' + The hostname. +'\j' + The number of jobs currently managed by the shell. +'\l' + The basename of the shell's terminal device name. +'\n' + A newline. +'\r' + A carriage return. +'\s' + The name of the shell, the basename of '$0' (the portion following + the final slash). +'\t' + The time, in 24-hour HH:MM:SS format. +'\T' + The time, in 12-hour HH:MM:SS format. +'\@' + The time, in 12-hour am/pm format. +'\A' + The time, in 24-hour HH:MM format. +'\u' + The username of the current user. +'\v' + The version of Bash (e.g., 2.00) +'\V' + The release of Bash, version + patchlevel (e.g., 2.00.0) +'\w' + The current working directory, with '$HOME' abbreviated with a + tilde (uses the '$PROMPT_DIRTRIM' variable). +'\W' + The basename of '$PWD', with '$HOME' abbreviated with a tilde. +'\!' + The history number of this command. +'\#' + The command number of this command. +'\$' + If the effective uid is 0, '#', otherwise '$'. +'\NNN' + The character whose ASCII code is the octal value NNN. +'\\' + A backslash. +'\[' + Begin a sequence of non-printing characters. This 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 (*note Bash History +Facilities::), while the command number is the position in the sequence +of commands executed during the current shell session. + + After the string is decoded, it is expanded via parameter expansion, +command substitution, arithmetic expansion, and quote removal, subject +to the value of the 'promptvars' shell option (*note Bash Builtins::). + + +File: bash.info, Node: The Restricted Shell, Next: Bash POSIX Mode, Prev: Controlling the Prompt, Up: Bash Features + +6.10 The Restricted Shell +========================= + +If Bash is started with the name 'rbash', or the '--restricted' or '-r' +option is supplied at invocation, the shell becomes restricted. A +restricted shell is used to set up an environment more controlled than +the standard shell. A restricted shell behaves identically to 'bash' +with the exception that the following are disallowed or not performed: + + * Changing directories with the 'cd' builtin. + * Setting or unsetting the values of the 'SHELL', 'PATH', 'ENV', or + 'BASH_ENV' variables. + * Specifying command names containing slashes. + * Specifying a filename containing a slash as an argument to the '.' + builtin command. + * Specifying a filename containing a slash as an argument to the '-p' + option to the 'hash' builtin command. + * Importing function definitions from the shell environment at + startup. + * Parsing the value of 'SHELLOPTS' from the shell environment at + startup. + * Redirecting output using the '>', '>|', '<>', '>&', '&>', and '>>' + redirection operators. + * Using the 'exec' builtin to replace the shell with another command. + * Adding or deleting builtin commands with the '-f' and '-d' options + to the 'enable' builtin. + * Using the 'enable' builtin command to enable disabled shell + builtins. + * Specifying the '-p' option to the 'command' builtin. + * Turning off restricted mode with 'set +r' or 'set +o restricted'. + + These restrictions are enforced after any startup files are read. + + When a command that is found to be a shell script is executed (*note +Shell Scripts::), 'rbash' turns off any restrictions in the shell +spawned to execute the script. + + +File: bash.info, Node: Bash POSIX Mode, Prev: The Restricted Shell, Up: Bash Features + +6.11 Bash POSIX Mode +==================== + +Starting Bash with the '--posix' command-line option or executing 'set +-o posix' while Bash is running will cause Bash to conform more closely +to the POSIX standard by changing the behavior to match that 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: + + 1. When a command in the hash table no longer exists, Bash will + re-search '$PATH' to find the new location. This is also available + with 'shopt -s checkhash'. + + 2. The message printed by the job control code and builtins when a job + exits with a non-zero status is 'Done(status)'. + + 3. The message printed by the job control code and builtins when a job + is stopped is 'Stopped(SIGNAME)', where SIGNAME is, for example, + 'SIGTSTP'. + + 4. Alias expansion is always enabled, even in non-interactive shells. + + 5. Reserved words appearing in a context where reserved words are + recognized do not undergo alias expansion. + + 6. The POSIX 'PS1' and 'PS2' expansions of '!' to the history number + and '!!' to '!' are enabled, and parameter expansion is performed + on the values of 'PS1' and 'PS2' regardless of the setting of the + 'promptvars' option. + + 7. The POSIX startup files are executed ('$ENV') rather than the + normal Bash files. + + 8. Tilde expansion is only performed on assignments preceding a + command name, rather than on all assignment statements on the line. + + 9. The default history file is '~/.sh_history' (this is the default + value of '$HISTFILE'). + + 10. Redirection operators do not perform filename expansion on the + word in the redirection unless the shell is interactive. + + 11. Redirection operators do not perform word splitting on the word in + the redirection. + + 12. Function names must be valid shell 'name's. That is, they may not + contain characters other than letters, digits, and underscores, and + may not start with a digit. Declaring a function with an invalid + name causes a fatal syntax error in non-interactive shells. + + 13. Function names may not be the same as one of the POSIX special + builtins. + + 14. POSIX special builtins are found before shell functions during + command lookup. + + 15. When printing shell function definitions (e.g., by 'type'), Bash + does not print the 'function' keyword. + + 16. Literal tildes that appear as the first character in elements of + the 'PATH' variable are not expanded as described above under *note + Tilde Expansion::. + + 17. The 'time' reserved word may be used by itself as a command. When + used in this way, it displays timing statistics for the shell and + its completed children. The 'TIMEFORMAT' variable controls the + format of the timing information. + + 18. When parsing and expanding a ${...} expansion that appears within + double quotes, single quotes are no longer special and cannot be + used to quote a closing brace or other special character, unless + the operator is one of those defined to perform pattern removal. + In this case, they do not have to appear as matched pairs. + + 19. The parser does not recognize 'time' as a reserved word if the + next token begins with a '-'. + + 20. The '!' character does not introduce history expansion within a + double-quoted string, even if the 'histexpand' option is enabled. + + 21. If a POSIX special builtin returns an error status, a + non-interactive shell exits. The fatal errors are those listed in + the POSIX standard, and include things like passing incorrect + options, redirection errors, variable assignment errors for + assignments preceding the command name, and so on. + + 22. A non-interactive shell exits with an error status if a variable + assignment error occurs when no command name follows the assignment + statements. A variable assignment error occurs, for example, when + trying to assign a value to a readonly variable. + + 23. A non-interactive shell exits with an error status if a variable + assignment error occurs in an assignment statement preceding a + special builtin, but not with any other simple command. + + 24. A non-interactive shell exits with an error status if the + iteration variable in a 'for' statement or the selection variable + in a 'select' statement is a readonly variable. + + 25. Non-interactive shells exit if FILENAME in '.' FILENAME is not + found. + + 26. Non-interactive shells exit if a syntax error in an arithmetic + expansion results in an invalid expression. + + 27. Non-interactive shells exit if a parameter expansion error occurs. + + 28. Non-interactive shells exit if there is a syntax error in a script + read with the '.' or 'source' builtins, or in a string processed by + the 'eval' builtin. + + 29. Process substitution is not available. + + 30. While variable indirection is available, it may not be applied to + the '#' and '?' special parameters. + + 31. When expanding the '*' special parameter in a pattern context + where the expansion is double-quoted does not treat the '$*' as if + it were double-quoted. + + 32. Assignment statements preceding POSIX special builtins persist in + the shell environment after the builtin completes. + + 33. Assignment statements preceding shell function calls persist in + the shell environment after the function returns, as if a POSIX + special builtin command had been executed. + + 34. The 'command' builtin does not prevent builtins that take + assignment statements as arguments from expanding them as + assignment statements; when not in POSIX mode, assignment builtins + lose their assignment statement expansion properties when preceded + by 'command'. + + 35. The 'bg' builtin uses the required format to describe each job + placed in the background, which does not include an indication of + whether the job is the current or previous job. + + 36. The output of 'kill -l' prints all the signal names on a single + line, separated by spaces, without the 'SIG' prefix. + + 37. The 'kill' builtin does not accept signal names with a 'SIG' + prefix. + + 38. The 'export' and 'readonly' builtin commands display their output + in the format required by POSIX. + + 39. The 'trap' builtin displays signal names without the leading + 'SIG'. + + 40. The 'trap' builtin doesn't check the first argument for a possible + signal specification and revert the signal handling to the original + disposition if it is, unless that argument consists solely of + digits and is a valid signal number. If users want to reset the + handler for a given signal to the original disposition, they should + use '-' as the first argument. + + 41. The '.' and 'source' builtins do not search the current directory + for the filename argument if it is not found by searching 'PATH'. + + 42. Enabling POSIX mode has the effect of setting the + 'inherit_errexit' option, so subshells spawned to execute command + substitutions inherit the value of the '-e' option from the parent + shell. When the 'inherit_errexit' option is not enabled, Bash + clears the '-e' option in such subshells. + + 43. When the 'alias' builtin displays alias definitions, it does not + display them with a leading 'alias ' unless the '-p' option is + supplied. + + 44. When the 'set' builtin is invoked without options, it does not + display shell function names and definitions. + + 45. 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. + + 46. When the 'cd' builtin is invoked in LOGICAL mode, and the pathname + constructed from '$PWD' and the directory name supplied as an + argument does not refer to an existing directory, 'cd' will fail + instead of falling back to PHYSICAL mode. + + 47. 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. + + 48. When listing the history, the 'fc' builtin does not include an + indication of whether or not a history entry has been modified. + + 49. The default editor used by 'fc' is 'ed'. + + 50. 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'. + + 51. The 'vi' editing mode will invoke the 'vi' editor directly when + the 'v' command is run, instead of checking '$VISUAL' and + '$EDITOR'. + + 52. When the 'xpg_echo' option is enabled, Bash does not attempt to + interpret any arguments to 'echo' as options. Each argument is + displayed, after escape characters are converted. + + 53. The 'ulimit' builtin uses a block size of 512 bytes for the '-c' + and '-f' options. + + 54. 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. + + 55. 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. + + 56. Bash removes an exited background process's status from the list + of such statuses after the 'wait' builtin is used to obtain it. + + There is other POSIX behavior that Bash does not implement by default +even when in POSIX mode. Specifically: + + 1. The 'fc' builtin checks '$EDITOR' as a program to edit history + entries if 'FCEDIT' is unset, rather than defaulting directly to + 'ed'. 'fc' uses 'ed' if 'EDITOR' is unset. + + 2. As noted above, Bash requires the 'xpg_echo' option to be enabled + for the 'echo' builtin to be fully conformant. + + Bash can be configured to be POSIX-conformant by default, by +specifying the '--enable-strict-posix-default' to 'configure' when +building (*note Optional Features::). + + +File: bash.info, Node: Job Control, Next: Command Line Editing, Prev: Bash Features, Up: Top + +7 Job Control +************* + +This chapter discusses what job control is, how it works, and how Bash +allows you to access its facilities. + +* Menu: + +* Job Control Basics:: How job control works. +* Job Control Builtins:: Bash builtin commands used to interact + with job control. +* Job Control Variables:: Variables Bash uses to customize job + control. + + +File: bash.info, Node: Job Control Basics, Next: Job Control Builtins, Up: Job Control + +7.1 Job Control Basics +====================== + +Job control refers to the ability to selectively stop (suspend) the +execution of processes and continue (resume) their execution at a later +point. A user typically employs this facility via an interactive +interface supplied jointly by the operating system kernel's terminal +driver and Bash. + + The shell associates a JOB with each pipeline. It keeps a table of +currently executing jobs, which may be listed with the 'jobs' command. +When Bash starts a job asynchronously, it prints a line that looks like: + [1] 25647 +indicating that this job is job number 1 and that the process ID of the +last process in the pipeline associated with this job is 25647. All of +the processes in a single pipeline are members of the same job. Bash +uses the JOB abstraction as the basis for job control. + + To facilitate the implementation of the user interface to job +control, the operating system maintains the notion of a current terminal +process group ID. Members of this process group (processes whose +process group ID is equal to the current terminal process group ID) +receive keyboard-generated signals such as 'SIGINT'. These processes +are said to be in the foreground. 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 'stty tostop' is in effect) the terminal are sent a 'SIGTTIN' +('SIGTTOU') signal by the kernel's terminal driver, 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 +character (typically '^Z', Control-Z) while a process is running causes +that process to be stopped and returns control to Bash. Typing the +DELAYED SUSPEND character (typically '^Y', Control-Y) causes the process +to be stopped when it attempts to read input from the terminal, and +control to be returned to Bash. The user then manipulates the state of +this job, using the 'bg' command to continue it in the background, the +'fg' command to continue it in the foreground, or the 'kill' command to +kill it. A '^Z' takes effect immediately, and has the additional side +effect of causing pending output and typeahead to be discarded. + + There are a number of ways to refer to a job in the shell. The +character '%' introduces a job specification (JOBSPEC). + + Job number 'n' may be referred to as '%n'. The symbols '%%' and '%+' +refer to the shell's notion of the current job, which is the last job +stopped while it was in the foreground or started in the background. A +single '%' (with no accompanying job specification) also refers to the +current job. The previous job may be referenced using '%-'. If there +is only a single job, '%+' and '%-' can both be used to refer to that +job. In output pertaining to jobs (e.g., the output of the 'jobs' +command), the current job is always flagged with a '+', and the previous +job with a '-'. + + A job may also be referred to using a prefix of the name used to +start it, or using a substring that appears in its command line. For +example, '%ce' refers to a stopped 'ce' job. Using '%?ce', on the other +hand, refers to any job containing the string 'ce' in its command line. +If the prefix or substring matches more than one job, Bash reports an +error. + + Simply naming a job can be used to bring it into the foreground: '%1' +is a synonym for 'fg %1', bringing job 1 from the background into the +foreground. Similarly, '%1 &' resumes job 1 in the background, +equivalent to 'bg %1' + + The shell learns immediately whenever a job changes state. Normally, +Bash waits until it is about to print a prompt before reporting changes +in a job's status so as to not interrupt any other output. If the '-b' +option to the 'set' builtin is enabled, Bash reports such changes +immediately (*note The Set Builtin::). Any trap on 'SIGCHLD' is +executed for each child process that exits. + + If an attempt to exit Bash is made while jobs are stopped, (or +running, if the 'checkjobs' option is enabled - see *note The Shopt +Builtin::), the shell prints a warning message, and if the 'checkjobs' +option is enabled, lists the jobs and their statuses. The 'jobs' +command may then be used to inspect their status. If a second attempt +to exit is made without an intervening command, Bash does not print +another warning, and any stopped jobs are terminated. + + +File: bash.info, Node: Job Control Builtins, Next: Job Control Variables, Prev: Job Control Basics, Up: Job Control + +7.2 Job Control Builtins +======================== + +'bg' + bg [JOBSPEC ...] + + Resume each suspended job JOBSPEC in the background, as if it had + been started with '&'. If JOBSPEC is not supplied, the current job + is used. The return status is zero unless it is run when job + control is not enabled, or, when run with job control enabled, any + JOBSPEC was not found or specifies a job that was started without + job control. + +'fg' + fg [JOBSPEC] + + Resume the job JOBSPEC in the foreground and make it the current + job. If JOBSPEC is not supplied, the current job is used. The + return status is that of the command placed into the foreground, or + non-zero if run when job control is disabled or, when run with job + control enabled, JOBSPEC does not specify a valid job or JOBSPEC + specifies a job that was started without job control. + +'jobs' + jobs [-lnprs] [JOBSPEC] + jobs -x COMMAND [ARGUMENTS] + + The first form lists the active jobs. The options have the + following meanings: + + '-l' + List process IDs in addition to the normal information. + + '-n' + Display information only about jobs that have changed status + since the user was last notified of their status. + + '-p' + List only the process ID of the job's process group leader. + + '-r' + Display only running jobs. + + '-s' + Display only stopped jobs. + + If JOBSPEC is given, output is restricted to information about that + job. If JOBSPEC is not supplied, the status of all jobs is listed. + + If the '-x' option is supplied, 'jobs' replaces any JOBSPEC found + in COMMAND or ARGUMENTS with the corresponding process group ID, + and executes COMMAND, passing it ARGUMENTs, returning its exit + status. + +'kill' + kill [-s SIGSPEC] [-n SIGNUM] [-SIGSPEC] JOBSPEC or PID + kill -l|-L [EXIT_STATUS] + + Send a signal specified by SIGSPEC or SIGNUM to the process named + by job specification JOBSPEC or process ID PID. SIGSPEC is either + a case-insensitive signal name such as 'SIGINT' (with or without + the 'SIG' prefix) or a signal number; SIGNUM is a signal number. + If SIGSPEC and SIGNUM are not present, 'SIGTERM' is used. The '-l' + option lists the signal names. If any arguments are supplied when + '-l' is given, the names of the signals corresponding to the + arguments are listed, and the return status is zero. EXIT_STATUS + is a number specifying a signal number or the exit status of a + process terminated by a signal. The '-L' option is equivalent to + '-l'. The return status is zero if at least one signal was + successfully sent, or non-zero if an error occurs or an invalid + option is encountered. + +'wait' + wait [-n] [JOBSPEC or PID ...] + + Wait until the child process specified by each process ID PID or + job specification JOBSPEC exits and return the exit status of the + last command waited for. If a job spec is given, all processes in + the job are waited for. If no arguments are given, all currently + active child processes are waited for, and the return status is + zero. If the '-n' option is supplied, 'wait' waits for any job to + terminate and returns its exit status. If neither JOBSPEC nor PID + specifies an active child process of the shell, the return status + is 127. + +'disown' + disown [-ar] [-h] [JOBSPEC ... | PID ... ] + + Without options, remove each JOBSPEC from the table of active jobs. + If the '-h' option is given, the job is not removed from the table, + but is marked so that 'SIGHUP' is not sent to the job if the shell + receives a 'SIGHUP'. If JOBSPEC is not present, and neither the + '-a' nor the '-r' option is supplied, the current job is used. If + no JOBSPEC is supplied, the '-a' option means to remove or mark all + jobs; the '-r' option without a JOBSPEC argument restricts + operation to running jobs. + +'suspend' + suspend [-f] + + Suspend the execution of this shell until it receives a 'SIGCONT' + signal. A login shell cannot be suspended; the '-f' option can be + used to override this and force the suspension. + + When job control is not active, the 'kill' and 'wait' builtins do not +accept JOBSPEC arguments. They must be supplied process IDs. + + +File: bash.info, Node: Job Control Variables, Prev: Job Control Builtins, Up: Job Control + +7.3 Job Control Variables +========================= + +'auto_resume' + This variable controls how the shell interacts with the user and + job control. If this variable exists then single word simple + commands without redirections are treated as candidates for + resumption of an existing job. There is no ambiguity allowed; if + there is more than one job beginning with the string typed, then + the most recently accessed job will be selected. The name of a + stopped job, in this context, is the command line used to start it. + If this variable is set to the value 'exact', the string supplied + must match the name of a stopped job exactly; if set to + 'substring', the string supplied needs to match a substring of the + name of a stopped job. The 'substring' value provides + functionality analogous to the '%?' job ID (*note Job Control + Basics::). If set to any other value, the supplied string must be + a prefix of a stopped job's name; this provides functionality + analogous to the '%' job ID. + + +File: bash.info, Node: Command Line Editing, Next: Using History Interactively, Prev: Job Control, Up: Top + +8 Command Line Editing +********************** + +This chapter describes the basic features of the GNU command line +editing interface. Command line editing is provided by the Readline +library, which is used by several different programs, including Bash. +Command line editing is enabled by default when using an interactive +shell, unless the '--noediting' option is supplied at shell invocation. +Line editing is also used when using the '-e' option to the 'read' +builtin command (*note Bash Builtins::). By default, the line editing +commands are similar to those of Emacs. A vi-style line editing +interface is also available. Line editing can be enabled at any time +using the '-o emacs' or '-o vi' options to the 'set' builtin command +(*note The Set Builtin::), or disabled using the '+o emacs' or '+o vi' +options to 'set'. + +* Menu: + +* Introduction and Notation:: Notation used in this text. +* Readline Interaction:: The minimum set of commands for editing a line. +* Readline Init File:: Customizing Readline from a user's view. +* Bindable Readline Commands:: A description of most of the Readline commands + available for binding +* Readline vi Mode:: A short description of how to make Readline + behave like the vi editor. +* Programmable Completion:: How to specify the possible completions for + a specific command. +* Programmable Completion Builtins:: Builtin commands to specify how to + complete arguments for a particular command. +* A Programmable Completion Example:: An example shell function for + generating possible completions. + + +File: bash.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing + +8.1 Introduction to Line Editing +================================ + +The following paragraphs describe the notation used to represent +keystrokes. + + The text 'C-k' is read as 'Control-K' and describes the character +produced when the key is pressed while the Control key is depressed. + + The text 'M-k' is read as 'Meta-K' and describes the character +produced when the Meta key (if you have one) is depressed, and the +key is pressed. The Meta key is labeled on many keyboards. On +keyboards with two keys labeled (usually to either side of the +space bar), the on the left side is generally set to work as a +Meta key. The key on the right may also be configured to work as +a Meta key or may be configured as some other modifier, such as a +Compose key for typing accented characters. + + If you do not have a Meta or key, or another key working as a +Meta key, the identical keystroke can be generated by typing +_first_, and then typing . Either process is known as "metafying" +the key. + + The text 'M-C-k' is read as 'Meta-Control-k' and describes the +character produced by "metafying" 'C-k'. + + In addition, several keys have their own names. Specifically, , +, , , , and all stand for themselves when seen +in this text, or in an init file (*note Readline Init File::). If your +keyboard lacks a key, typing will produce the desired +character. The key may be labeled or on some +keyboards. + + +File: bash.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing + +8.2 Readline Interaction +======================== + +Often during an interactive session you type in a long line of text, +only to notice that the first word on the line is misspelled. The +Readline library gives you a set of commands for manipulating the text +as you type it in, allowing you to just fix your typo, and not forcing +you to retype the majority of the line. Using these editing commands, +you move the cursor to the place that needs correction, and delete or +insert the text of the corrections. Then, when you are satisfied with +the line, you simply press . You do not have to be at the end of +the line to press ; the entire line is accepted regardless of the +location of the cursor within the line. + +* Menu: + +* Readline Bare Essentials:: The least you need to know about Readline. +* Readline Movement Commands:: Moving about the input line. +* Readline Killing Commands:: How to delete text, and how to get it back! +* Readline Arguments:: Giving numeric arguments to commands. +* Searching:: Searching through previous lines. + + +File: bash.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction + +8.2.1 Readline Bare Essentials +------------------------------ + +In order to enter characters into the line, simply type them. The typed +character appears where the cursor was, and then the cursor moves one +space to the right. If you mistype a character, you can use your erase +character to back up and delete the mistyped character. + + Sometimes you may mistype a character, and not notice the error until +you have typed several other characters. In that case, you can type +'C-b' to move the cursor to the left, and then correct your mistake. +Afterwards, you can move the cursor to the right with 'C-f'. + + When you add text in the middle of a line, you will notice that +characters to the right of the cursor are 'pushed over' to make room for +the text that you have inserted. Likewise, when you delete text behind +the cursor, characters to the right of the cursor are 'pulled back' to +fill in the blank space created by the removal of the text. A list of +the bare essentials for editing the text of an input line follows. + +'C-b' + Move back one character. +'C-f' + Move forward one character. + or + Delete the character to the left of the cursor. +'C-d' + Delete the character underneath the cursor. +Printing characters + Insert the character into the line at the cursor. +'C-_' or 'C-x C-u' + Undo the last editing command. You can undo all the way back to an + empty line. + +(Depending on your configuration, the key be set to delete +the character to the left of the cursor and the key set to delete +the character underneath the cursor, like 'C-d', rather than the +character to the left of the cursor.) + + +File: bash.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction + +8.2.2 Readline Movement Commands +-------------------------------- + +The above table describes the most basic keystrokes that you need in +order to do editing of the input line. For your convenience, many other +commands have been added in addition to 'C-b', 'C-f', 'C-d', and . +Here are some commands for moving more rapidly about the line. + +'C-a' + Move to the start of the line. +'C-e' + Move to the end of the line. +'M-f' + Move forward a word, where a word is composed of letters and + digits. +'M-b' + Move backward a word. +'C-l' + Clear the screen, reprinting the current line at the top. + + Notice how 'C-f' moves forward a character, while 'M-f' moves forward +a word. It is a loose convention that control keystrokes operate on +characters while meta keystrokes operate on words. + + +File: bash.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction + +8.2.3 Readline Killing Commands +------------------------------- + +"Killing" text means to delete the text from the line, but to save it +away for later use, usually by "yanking" (re-inserting) it back into the +line. ('Cut' and 'paste' are more recent jargon for 'kill' and 'yank'.) + + If the description for a command says that it 'kills' text, then you +can be sure that you can get the text back in a different (or the same) +place later. + + When you use a kill command, the text is saved in a "kill-ring". Any +number of consecutive kills save all of the killed text together, so +that when you yank it back, you get it all. The kill ring is not line +specific; the text that you killed on a previously typed line is +available to be yanked back later, when you are typing another line. + + Here is the list of commands for killing text. + +'C-k' + Kill the text from the current cursor position to the end of the + line. + +'M-d' + Kill from the cursor to the end of the current word, or, if between + words, to the end of the next word. Word boundaries are the same + as those used by 'M-f'. + +'M-' + Kill from the cursor the start of the current word, or, if between + words, to the start of the previous word. Word boundaries are the + same as those used by 'M-b'. + +'C-w' + Kill from the cursor to the previous whitespace. This is different + than 'M-' because the word boundaries differ. + + Here is how to "yank" the text back into the line. Yanking means to +copy the most-recently-killed text from the kill buffer. + +'C-y' + Yank the most recently killed text back into the buffer at the + cursor. + +'M-y' + Rotate the kill-ring, and yank the new top. You can only do this + if the prior command is 'C-y' or 'M-y'. + + +File: bash.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction + +8.2.4 Readline Arguments +------------------------ + +You can pass numeric arguments to Readline commands. Sometimes the +argument acts as a repeat count, other times it is the sign of the +argument that is significant. If you pass a negative argument to a +command which normally acts in a forward direction, that command will +act in a backward direction. For example, to kill text back to the +start of the line, you might type 'M-- C-k'. + + The general way to pass numeric arguments to a command is to type +meta digits before the command. If the first 'digit' typed is a minus +sign ('-'), then the sign of the argument will be negative. Once you +have typed one meta digit to get the argument started, you can type the +remainder of the digits, and then the command. For example, to give the +'C-d' command an argument of 10, you could type 'M-1 0 C-d', which will +delete the next ten characters on the input line. + + +File: bash.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction + +8.2.5 Searching for Commands in the History +------------------------------------------- + +Readline provides commands for searching through the command history +(*note Bash History Facilities::) for lines containing a specified +string. There are two search modes: "incremental" and +"non-incremental". + + Incremental searches begin before the user has finished typing the +search string. As each character of the search string is typed, +Readline displays the next entry from the history matching the string +typed so far. An incremental search requires only as many characters as +needed to find the desired history entry. To search backward in the +history for a particular string, type 'C-r'. Typing 'C-s' searches +forward through the history. The characters present in the value of the +'isearch-terminators' variable are used to terminate an incremental +search. If that variable has not been assigned a value, the and +'C-J' characters will terminate an incremental search. 'C-g' will abort +an incremental search and restore the original line. When the search is +terminated, the history entry containing the search string becomes the +current line. + + To find other matching entries in the history list, type 'C-r' or +'C-s' as appropriate. This will search backward or forward in the +history for the next entry matching the search string typed so far. Any +other key sequence bound to a Readline command will terminate the search +and execute that command. For instance, a will terminate the +search and accept the line, thereby executing the command from the +history list. A movement command will terminate the search, make the +last line found the current line, and begin editing. + + Readline remembers the last incremental search string. If two 'C-r's +are typed without any intervening characters defining a new search +string, any remembered search string is used. + + Non-incremental searches read the entire search string before +starting to search for matching history lines. The search string may be +typed by the user or be part of the contents of the current line. + + +File: bash.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing + +8.3 Readline Init File +====================== + +Although the Readline library comes with a set of Emacs-like keybindings +installed by default, it is possible to use a different set of +keybindings. Any user can customize programs that use Readline by +putting commands in an "inputrc" file, conventionally in his home +directory. The name of this file is taken from the value of the shell +variable 'INPUTRC'. If that variable is unset, the default is +'~/.inputrc'. If that file does not exist or cannot be read, the +ultimate default is '/etc/inputrc'. + + When a program which uses the Readline library starts up, the init +file is read, and the key bindings are set. + + In addition, the 'C-x C-r' command re-reads this init file, thus +incorporating any changes that you might have made to it. + +* Menu: + +* Readline Init File Syntax:: Syntax for the commands in the inputrc file. + +* Conditional Init Constructs:: Conditional key bindings in the inputrc file. + +* Sample Init File:: An example inputrc file. + + +File: bash.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File + +8.3.1 Readline Init File Syntax +------------------------------- + +There are only a few basic constructs allowed in the Readline init file. +Blank lines are ignored. Lines beginning with a '#' are comments. +Lines beginning with a '$' indicate conditional constructs (*note +Conditional Init Constructs::). Other lines denote variable settings +and key bindings. + +Variable Settings + You can modify the run-time behavior of Readline by altering the + values of variables in Readline using the 'set' command within the + init file. The syntax is simple: + + set VARIABLE VALUE + + Here, for example, is how to change from the default Emacs-like key + binding to use 'vi' line editing commands: + + set editing-mode vi + + Variable names and values, where appropriate, are recognized + without regard to case. Unrecognized variable names are ignored. + + Boolean variables (those that can be set to on or off) are set to + on if the value is null or empty, ON (case-insensitive), or 1. Any + other value results in the variable being set to off. + + The 'bind -V' command lists the current Readline variable names and + values. *Note Bash Builtins::. + + A great deal of run-time behavior is changeable with the following + variables. + + 'bell-style' + Controls what happens when Readline wants to ring the terminal + bell. If set to 'none', Readline never rings the bell. If + set to 'visible', Readline uses a visible bell if one is + available. If set to 'audible' (the default), Readline + attempts to ring the terminal's bell. + + 'bind-tty-special-chars' + If set to 'on' (the default), Readline attempts to bind the + control characters treated specially by the kernel's terminal + driver to their Readline equivalents. + + 'blink-matching-paren' + If set to 'on', Readline attempts to briefly move the cursor + to an opening parenthesis when a closing parenthesis is + inserted. The default is 'off'. + + 'colored-completion-prefix' + If set to 'on', when listing completions, Readline displays + the common prefix of the set of possible completions using a + different color. The color definitions are taken from the + value of the 'LS_COLORS' environment variable. The default is + 'off'. + + 'colored-stats' + If set to 'on', Readline displays possible completions using + different colors to indicate their file type. The color + definitions are taken from the value of the 'LS_COLORS' + environment variable. The default is 'off'. + + 'comment-begin' + The string to insert at the beginning of the line when the + 'insert-comment' command is executed. The default value is + '"#"'. + + 'completion-display-width' + The number of screen columns used to display possible matches + when performing completion. The value is ignored if it is + less than 0 or greater than the terminal screen width. A + value of 0 will cause matches to be displayed one per line. + The default value is -1. + + 'completion-ignore-case' + If set to 'on', Readline performs filename matching and + completion in a case-insensitive fashion. The default value + is 'off'. + + 'completion-map-case' + If set to 'on', and COMPLETION-IGNORE-CASE is enabled, + Readline treats hyphens ('-') and underscores ('_') as + equivalent when performing case-insensitive filename matching + and completion. + + 'completion-prefix-display-length' + The 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, common prefixes longer + than this value are replaced with an ellipsis when displaying + possible completions. + + 'completion-query-items' + The number of possible completions that determines when the + user is asked whether the list of possibilities should be + displayed. If the number of possible completions is greater + than this value, Readline will ask the user whether or not he + wishes to view them; otherwise, they are simply listed. This + variable must be set to an integer value greater than or equal + to 0. A negative value means Readline should never ask. The + default limit is '100'. + + 'convert-meta' + If set to 'on', Readline will convert characters with the + eighth bit set to an ASCII key sequence by stripping the + eighth bit and prefixing an character, converting them + to a meta-prefixed key sequence. The default value is 'on', + but will be set to 'off' if the locale is one that contains + eight-bit characters. + + 'disable-completion' + If set to 'On', Readline will inhibit word completion. + Completion characters will be inserted into the line as if + they had been mapped to 'self-insert'. The default is 'off'. + + 'echo-control-characters' + When set to 'on', on operating systems that indicate they + support it, readline echoes a character corresponding to a + signal generated from the keyboard. The default is 'on'. + + 'editing-mode' + The 'editing-mode' variable controls which default set of key + bindings is used. By default, Readline starts up in Emacs + editing mode, where the keystrokes are most similar to Emacs. + This variable can be set to either 'emacs' or 'vi'. + + 'emacs-mode-string' + This string is displayed immediately before the last line of + the primary prompt when emacs editing mode is active. The + value is expanded like a key binding, so the standard set of + meta- and control prefixes and backslash escape sequences is + available. Use the '\1' and '\2' escapes to begin and end + sequences of non-printing characters, which can be used to + embed a terminal control sequence into the mode string. The + default is '@'. + + 'enable-bracketed-paste' + When set to 'On', Readline will configure the terminal in a + way that will enable it to insert each paste into the editing + buffer as a single string of characters, instead of treating + each character as if it had been read from the keyboard. This + can prevent pasted characters from being interpreted as + editing commands. The default is 'off'. + + 'enable-keypad' + When set to 'on', Readline will try to enable the application + keypad when it is called. Some systems need this to enable + the arrow keys. The default is 'off'. + + 'enable-meta-key' + When set to 'on', Readline will try to enable any meta + modifier key the terminal claims to support when it is called. + On many terminals, the meta key is used to send eight-bit + characters. The default is 'on'. + + 'expand-tilde' + If set to 'on', tilde expansion is performed when Readline + attempts word completion. The default is 'off'. + + 'history-preserve-point' + If set to 'on', the history code attempts to place the point + (the current cursor position) at the same location on each + history line retrieved with 'previous-history' or + 'next-history'. The default is 'off'. + + 'history-size' + Set the maximum number of history entries saved in the history + list. If set to zero, any existing history entries are + deleted and no new entries are saved. If set to a value less + than zero, the number of history entries is not limited. By + default, the number of history entries is not limited. If an + attempt is made to set HISTORY-SIZE to a non-numeric value, + the maximum number of history entries will be set to 500. + + 'horizontal-scroll-mode' + This variable can be set to either 'on' or 'off'. Setting it + to 'on' means that the text of the lines being edited will + scroll horizontally on a single screen line when they are + longer than the width of the screen, instead of wrapping onto + a new screen line. By default, this variable is set to 'off'. + + 'input-meta' + If set to 'on', Readline will enable eight-bit input (it will + not clear the eighth bit in the characters it reads), + regardless of what the terminal claims it can support. The + default value is 'off', but Readline will set it to 'on' if + the locale contains eight-bit characters. The name + 'meta-flag' is a synonym for this variable. + + 'isearch-terminators' + The string of characters that should terminate an incremental + search without subsequently executing the character as a + command (*note Searching::). If this variable has not been + given a value, the characters and 'C-J' will terminate + an incremental search. + + 'keymap' + Sets Readline's idea of the current keymap for key binding + commands. Acceptable 'keymap' names are 'emacs', + 'emacs-standard', 'emacs-meta', 'emacs-ctlx', 'vi', 'vi-move', + 'vi-command', and 'vi-insert'. 'vi' is equivalent to + 'vi-command' ('vi-move' is also a synonym); 'emacs' is + equivalent to 'emacs-standard'. The default value is 'emacs'. + The value of the 'editing-mode' variable also affects the + default keymap. + + 'keyseq-timeout' + Specifies the duration Readline will wait for a character when + reading an ambiguous key sequence (one that can form a + complete key sequence using the input read so far, or can take + additional input to complete a longer key sequence). If no + input is received within the timeout, Readline will use the + shorter but complete key sequence. Readline uses this value + to determine whether or not input is available on the current + input source ('rl_instream' by default). The value is + specified in milliseconds, so a value of 1000 means that + Readline will wait one second for additional input. If this + variable is set to a value less than or equal to zero, or to a + non-numeric value, Readline will wait until another key is + pressed to decide which key sequence to complete. The default + value is '500'. + + 'mark-directories' + If set to 'on', completed directory names have a slash + appended. The default is 'on'. + + 'mark-modified-lines' + This variable, when set to 'on', causes Readline to display an + asterisk ('*') at the start of history lines which have been + modified. This variable is 'off' by default. + + 'mark-symlinked-directories' + If set to 'on', completed names which are symbolic links to + directories have a slash appended (subject to the value of + 'mark-directories'). The default is 'off'. + + 'match-hidden-files' + This variable, when set to 'on', causes Readline to match + files whose names begin with a '.' (hidden files) when + performing filename completion. If set to 'off', the leading + '.' must be supplied by the user in the filename to be + completed. This variable is 'on' by default. + + 'menu-complete-display-prefix' + If set to 'on', menu completion displays the common prefix of + the list of possible completions (which may be empty) before + cycling through the list. The default is 'off'. + + 'output-meta' + If set to 'on', Readline will display characters with the + eighth bit set directly rather than as a meta-prefixed escape + sequence. The default is 'off', but Readline will set it to + 'on' if the locale contains eight-bit characters. + + 'page-completions' + If set to 'on', Readline uses an internal 'more'-like pager to + display a screenful of possible completions at a time. This + variable is 'on' by default. + + 'print-completions-horizontally' + If set to 'on', Readline will display completions with matches + sorted horizontally in alphabetical order, rather than down + the screen. The default is 'off'. + + 'revert-all-at-newline' + If set to 'on', Readline will undo all changes to history + lines before returning when 'accept-line' is executed. By + default, history lines may be modified and retain individual + undo lists across calls to 'readline'. The default is 'off'. + + 'show-all-if-ambiguous' + This alters the default behavior of the completion functions. + If set to 'on', words which have more than one possible + completion cause the matches to be listed immediately instead + of ringing the bell. The default value is 'off'. + + 'show-all-if-unmodified' + This alters the default behavior of the completion functions + in a fashion similar to SHOW-ALL-IF-AMBIGUOUS. If set to + 'on', words which have more than one possible completion + without any possible partial completion (the possible + completions don't share a common prefix) cause the matches to + be listed immediately instead of ringing the bell. The + default value is 'off'. + + 'show-mode-in-prompt' + If set to 'on', add a character to the beginning of the prompt + indicating the editing mode: emacs, vi command, or vi + insertion. The mode strings are user-settable. The default + value is 'off'. + + 'skip-completed-text' + If set to 'on', this alters the default completion behavior + when inserting a single match into the line. It's only active + when performing completion in the middle of a word. If + enabled, readline does not insert characters from the + completion that match characters after point in the word being + completed, so portions of the word following the cursor are + not duplicated. For instance, if this is enabled, attempting + completion when the cursor is after the 'e' in 'Makefile' will + result in 'Makefile' rather than 'Makefilefile', assuming + there is a single possible completion. The default value is + 'off'. + + 'vi-cmd-mode-string' + This string is displayed immediately before the last line of + the primary prompt when vi editing mode is active and in + command mode. The value is expanded like a key binding, so + the standard set of meta- and control prefixes and backslash + escape sequences is available. Use the '\1' and '\2' escapes + to begin and end sequences of non-printing characters, which + can be used to embed a terminal control sequence into the mode + string. The default is '(cmd)'. + + 'vi-ins-mode-string' + This string is displayed immediately before the last line of + the primary prompt when vi editing mode is active and in + insertion mode. The value is expanded like a key binding, so + the standard set of meta- and control prefixes and backslash + escape sequences is available. Use the '\1' and '\2' escapes + to begin and end sequences of non-printing characters, which + can be used to embed a terminal control sequence into the mode + string. The default is '(ins)'. + + 'visible-stats' + If set to 'on', a character denoting a file's type is appended + to the filename when listing possible completions. The + default is 'off'. + +Key Bindings + The syntax for controlling key bindings in the init file is simple. + First you need to find the name of the command that you want to + change. The following sections contain tables of the command name, + the default keybinding, if any, and a short description of what the + command does. + + Once you know the name of the command, simply place on a line in + the init file the name of the key you wish to bind the command to, + a colon, and then the name of the command. There can be no space + between the key name and the colon - that will be interpreted as + part of the key name. The name of the key can be expressed in + different ways, depending on what you find most comfortable. + + In addition to command names, readline allows keys to be bound to a + string that is inserted when the key is pressed (a MACRO). + + The 'bind -p' command displays Readline function names and bindings + in a format that can put directly into an initialization file. + *Note Bash Builtins::. + + KEYNAME: FUNCTION-NAME or MACRO + KEYNAME is the name of a key spelled out in English. For + example: + Control-u: universal-argument + Meta-Rubout: backward-kill-word + Control-o: "> output" + + In the above example, 'C-u' is bound to the function + 'universal-argument', 'M-DEL' is bound to the function + 'backward-kill-word', 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). + + A number of symbolic character names are recognized while + processing this key binding syntax: DEL, ESC, ESCAPE, LFD, + NEWLINE, RET, RETURN, RUBOUT, SPACE, SPC, and TAB. + + "KEYSEQ": FUNCTION-NAME or MACRO + KEYSEQ differs from KEYNAME above in that strings denoting an + entire key sequence can be specified, by placing the key + sequence in double quotes. Some GNU Emacs style key escapes + can be used, as in the following example, but the special + character names are not recognized. + + "\C-u": universal-argument + "\C-x\C-r": re-read-init-file + "\e[11~": "Function Key 1" + + In the above example, 'C-u' is again bound to the function + 'universal-argument' (just as it was in the first example), + ''C-x' 'C-r'' is bound to the function 're-read-init-file', + and ' <[> <1> <1> <~>' is bound to insert the text + 'Function Key 1'. + + The following GNU Emacs style escape sequences are available when + specifying key sequences: + + '\C-' + control prefix + '\M-' + meta prefix + '\e' + an escape character + '\\' + backslash + '\"' + <">, a double quotation mark + '\'' + <'>, a single quote or apostrophe + + In addition to the GNU Emacs style escape sequences, a second set + of backslash escapes is available: + + '\a' + alert (bell) + '\b' + backspace + '\d' + delete + '\f' + form feed + '\n' + newline + '\r' + carriage return + '\t' + horizontal tab + '\v' + vertical tab + '\NNN' + the eight-bit character whose value is the octal value NNN + (one to three digits) + '\xHH' + the eight-bit character whose value is the hexadecimal value + HH (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 function name. In the macro body, the backslash escapes + described above are expanded. 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 + the line: + "\C-x\\": "\\" + + +File: bash.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File + +8.3.2 Conditional Init Constructs +--------------------------------- + +Readline implements a facility similar in spirit to the conditional +compilation features of the C preprocessor which allows key bindings and +variable settings to be performed as the result of tests. There are +four parser directives used. + +'$if' + The '$if' construct allows bindings to be made based on the editing + mode, the terminal being used, or the application using Readline. + The text of the test extends to the end of the line; no characters + are required to isolate it. + + 'mode' + The 'mode=' form of the '$if' directive is used to test + whether Readline is in 'emacs' or 'vi' mode. This may be used + in conjunction with the 'set keymap' command, for instance, to + set bindings in the 'emacs-standard' and 'emacs-ctlx' keymaps + only if Readline is starting out in 'emacs' mode. + + 'term' + The 'term=' form may be used to include terminal-specific key + bindings, perhaps to bind the key sequences output by the + terminal's function keys. The word on the right side of the + '=' is tested against both the full name of the terminal and + the portion of the terminal name before the first '-'. This + allows 'sun' to match both 'sun' and 'sun-cmd', for instance. + + 'application' + The APPLICATION construct is used to include + application-specific settings. Each program using the + Readline library sets the APPLICATION NAME, and you can test + for a particular value. This could be used to bind key + sequences to functions useful for a specific program. For + instance, the following command adds a key sequence that + quotes the current or previous word in Bash: + $if Bash + # Quote the current or previous word + "\C-xq": "\eb\"\ef\"" + $endif + +'$endif' + This command, as seen in the previous example, terminates an '$if' + command. + +'$else' + Commands in this branch of the '$if' directive are executed if the + test fails. + +'$include' + This directive takes a single filename as an argument and reads + commands and bindings from that file. For example, the following + directive reads from '/etc/inputrc': + $include /etc/inputrc + + +File: bash.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File + +8.3.3 Sample Init File +---------------------- + +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 + # programs that use the GNU Readline library. Existing + # programs include FTP, Bash, and GDB. + # + # You can re-read the inputrc file with C-x C-r. + # Lines beginning with '#' are comments. + # + # First, include any system-wide bindings and variable + # assignments from /etc/Inputrc + $include /etc/Inputrc + + # + # Set various bindings for emacs mode. + + set editing-mode emacs + + $if mode=emacs + + Meta-Control-h: backward-kill-word Text after the function name is ignored + + # + # Arrow keys in keypad mode + # + #"\M-OD": backward-char + #"\M-OC": forward-char + #"\M-OA": previous-history + #"\M-OB": next-history + # + # Arrow keys in ANSI mode + # + "\M-[D": backward-char + "\M-[C": forward-char + "\M-[A": previous-history + "\M-[B": next-history + # + # Arrow keys in 8 bit keypad mode + # + #"\M-\C-OD": backward-char + #"\M-\C-OC": forward-char + #"\M-\C-OA": previous-history + #"\M-\C-OB": next-history + # + # Arrow keys in 8 bit ANSI mode + # + #"\M-\C-[D": backward-char + #"\M-\C-[C": forward-char + #"\M-\C-[A": previous-history + #"\M-\C-[B": next-history + + C-q: quoted-insert + + $endif + + # An old-style binding. This happens to be the default. + TAB: complete + + # Macros that are convenient for shell interaction + $if Bash + # edit the path + "\C-xp": "PATH=${PATH}\e\C-e\C-a\ef\C-f" + # prepare to type a quoted word -- + # insert open and close double quotes + # and move to just after the open quote + "\C-x\"": "\"\"\C-b" + # insert a backslash (testing backslash escapes + # in sequences and macros) + "\C-x\\": "\\" + # Quote the current or previous word + "\C-xq": "\eb\"\ef\"" + # Add a binding to refresh the line, which is unbound + "\C-xr": redraw-current-line + # Edit variable on current line. + "\M-\C-v": "\C-a\C-k$\C-y\M-\C-e\C-a\C-y=" + $endif + + # use a visible bell if one is available + set bell-style visible + + # don't strip characters to 7 bits when reading + set input-meta on + + # allow iso-latin1 characters to be inserted rather + # than converted to prefix-meta sequences + set convert-meta off + + # display characters with the eighth bit set directly + # rather than as meta-prefixed characters + set output-meta on + + # if there are more than 150 possible completions for + # a word, ask the user if he wants to see all of them + set completion-query-items 150 + + # For FTP + $if Ftp + "\C-xg": "get \M-?" + "\C-xt": "put \M-?" + "\M-.": yank-last-arg + $endif + + +File: bash.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing + +8.4 Bindable Readline Commands +============================== + +* Menu: + +* Commands For Moving:: Moving about the line. +* Commands For History:: Getting at previous lines. +* Commands For Text:: Commands for changing text. +* Commands For Killing:: Commands for killing and yanking. +* Numeric Arguments:: Specifying numeric arguments, repeat counts. +* Commands For Completion:: Getting Readline to do the typing for you. +* Keyboard Macros:: Saving and re-executing typed characters +* Miscellaneous Commands:: Other miscellaneous commands. + +This section describes Readline commands that may be bound to key +sequences. You can list your key bindings by executing 'bind -P' or, +for a more terse format, suitable for an INPUTRC file, 'bind -p'. +(*Note Bash Builtins::.) Command names without an accompanying key +sequence are unbound by default. + + In the following descriptions, "point" refers to the current cursor +position, and "mark" refers to a cursor position saved by the 'set-mark' +command. The text between the point and mark is referred to as the +"region". + + +File: bash.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands + +8.4.1 Commands For Moving +------------------------- + +'beginning-of-line (C-a)' + Move to the start of the current line. + +'end-of-line (C-e)' + Move to the end of the line. + +'forward-char (C-f)' + Move forward a character. + +'backward-char (C-b)' + Move back a character. + +'forward-word (M-f)' + Move forward to the end of the next word. Words are composed of + letters and digits. + +'backward-word (M-b)' + Move back to the start of the current or previous word. Words are + composed of letters and digits. + +'shell-forward-word ()' + Move forward to the end of the next word. Words are delimited by + non-quoted shell metacharacters. + +'shell-backward-word ()' + Move back to the start of the current or previous word. Words are + delimited by non-quoted shell metacharacters. + +'clear-screen (C-l)' + Clear the screen and redraw the current line, leaving the current + line at the top of the screen. + +'redraw-current-line ()' + Refresh the current line. By default, this is unbound. + + +File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands + +8.4.2 Commands For Manipulating The History +------------------------------------------- + +'accept-line (Newline or Return)' + Accept the line regardless of where the cursor is. If this line is + non-empty, add it to the history list according to the setting of + the 'HISTCONTROL' and 'HISTIGNORE' variables. If this line is a + modified history line, then restore the history line to its + original state. + +'previous-history (C-p)' + Move 'back' through the history list, fetching the previous + command. + +'next-history (C-n)' + Move 'forward' through the history list, fetching the next command. + +'beginning-of-history (M-<)' + Move to the first line in the history. + +'end-of-history (M->)' + Move to the end of the input history, i.e., the line currently + being entered. + +'reverse-search-history (C-r)' + Search backward starting at the current line and moving 'up' + through the history as necessary. This is an incremental search. + +'forward-search-history (C-s)' + Search forward starting at the current line and moving 'down' + through the history as necessary. This is an incremental search. + +'non-incremental-reverse-search-history (M-p)' + Search backward starting at the current line and moving 'up' + through the history as necessary using a non-incremental search for + a string supplied by the user. The search string may match + anywhere in a history line. + +'non-incremental-forward-search-history (M-n)' + Search forward starting at the current line and moving 'down' + through the history as necessary using a non-incremental search for + a string supplied by the user. The search string may match + anywhere in a history line. + +'history-search-forward ()' + Search forward through the history for the string of characters + between the start of the current line and the point. The search + string must match at the beginning of a history line. This is a + non-incremental search. By default, this command is unbound. + +'history-search-backward ()' + Search backward through the history for the string of characters + between the start of the current line and the point. The search + string must match at the beginning of a history line. This is a + non-incremental search. By default, this command is unbound. + +'history-substr-search-forward ()' + Search forward through the history for the string of characters + between the start of the current line and the point. The search + string may match anywhere in a history line. This is a + non-incremental search. By default, this command is unbound. + +'history-substr-search-backward ()' + Search backward through the history for the string of characters + between the start of the current line and the point. The search + string may match anywhere in a history line. This is a + non-incremental search. By default, this command is unbound. + +'yank-nth-arg (M-C-y)' + Insert the first argument to the previous command (usually the + second word on the previous line) at point. With an argument N, + insert the Nth word from the previous command (the words in the + previous command begin with word 0). A negative argument inserts + the Nth word from the end of the previous command. Once the + argument N is computed, the argument is extracted as if the '!N' + history expansion had been specified. + +'yank-last-arg (M-. or M-_)' + Insert last argument to the previous command (the last word of the + previous history entry). With a numeric argument, behave exactly + like 'yank-nth-arg'. Successive calls to 'yank-last-arg' move back + through the history list, inserting the last word (or the word + specified by the argument to the first call) of each line in turn. + Any numeric argument supplied to these successive calls determines + the direction to move through the history. A negative argument + switches the direction through the history (back or forward). The + history expansion facilities are used to extract the last argument, + as if the '!$' history expansion had been specified. + + +File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands + +8.4.3 Commands For Changing Text +-------------------------------- + +'end-of-file (usually C-d)' + The character indicating end-of-file as set, for example, by + 'stty'. If this character is read when there are no characters on + the line, and point is at the beginning of the line, Readline + interprets it as the end of input and returns EOF. + +'delete-char (C-d)' + Delete the character at point. If this function is bound to the + same character as the tty EOF character, as 'C-d' commonly is, see + above for the effects. + +'backward-delete-char (Rubout)' + Delete the character behind the cursor. A numeric argument means + to kill the characters instead of deleting them. + +'forward-backward-delete-char ()' + Delete the character under the cursor, unless the cursor is at the + end of the line, in which case the character behind the cursor is + deleted. By default, this is not bound to a key. + +'quoted-insert (C-q or C-v)' + Add the next character typed to the line verbatim. This is how to + insert key sequences like 'C-q', for example. + +'self-insert (a, b, A, 1, !, ...)' + Insert yourself. + +'bracketed-paste-begin ()' + This function is intended to be bound to the "bracketed paste" + escape sequence sent by some terminals, and such a binding is + assigned by default. It allows Readline to insert the pasted text + as a single unit without treating each character as if it had been + read from the keyboard. The characters are inserted as if each one + was bound to 'self-insert') instead of executing any editing + commands. + +'transpose-chars (C-t)' + Drag the character before the cursor forward over the character at + the cursor, moving the cursor forward as well. If the insertion + point is at the end of the line, then this transposes the last two + characters of the line. Negative arguments have no effect. + +'transpose-words (M-t)' + Drag the word before point past the word after point, moving point + past that word as well. If the insertion point is at the end of + the line, this transposes the last two words on the line. + +'upcase-word (M-u)' + Uppercase the current (or following) word. With a negative + argument, uppercase the previous word, but do not move the cursor. + +'downcase-word (M-l)' + Lowercase the current (or following) word. With a negative + argument, lowercase the previous word, but do not move the cursor. + +'capitalize-word (M-c)' + Capitalize the current (or following) word. With a negative + argument, capitalize the previous word, but do not move the cursor. + +'overwrite-mode ()' + Toggle overwrite mode. With an explicit positive numeric argument, + switches to overwrite mode. With an explicit non-positive numeric + argument, switches to insert mode. This command affects only + 'emacs' mode; 'vi' mode does overwrite differently. Each call to + 'readline()' starts in insert mode. + + In overwrite mode, characters bound to 'self-insert' replace the + text at point rather than pushing the text to the right. + Characters bound to 'backward-delete-char' replace the character + before point with a space. + + By default, this command is unbound. + + +File: bash.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands + +8.4.4 Killing And Yanking +------------------------- + +'kill-line (C-k)' + Kill the text from point to the end of the line. + +'backward-kill-line (C-x Rubout)' + Kill backward from the cursor to the beginning of the current line. + +'unix-line-discard (C-u)' + Kill backward from the cursor to the beginning of the current line. + +'kill-whole-line ()' + Kill all characters on the current line, no matter where point is. + By default, this is unbound. + +'kill-word (M-d)' + Kill from point to the end of the current word, or if between + words, to the end of the next word. Word boundaries are the same + as 'forward-word'. + +'backward-kill-word (M-)' + Kill the word behind point. Word boundaries are the same as + 'backward-word'. + +'shell-kill-word ()' + Kill from point to the end of the current word, or if between + words, to the end of the next word. Word boundaries are the same + as 'shell-forward-word'. + +'shell-backward-kill-word ()' + Kill the word behind point. Word boundaries are the same as + 'shell-backward-word'. + +'unix-word-rubout (C-w)' + Kill the word behind point, using white space as a word boundary. + The killed text is saved on the kill-ring. + +'unix-filename-rubout ()' + Kill the word behind point, using white space and the slash + character as the word boundaries. The killed text is saved on the + kill-ring. + +'delete-horizontal-space ()' + Delete all spaces and tabs around point. By default, this is + unbound. + +'kill-region ()' + Kill the text in the current region. By default, this command is + unbound. + +'copy-region-as-kill ()' + Copy the text in the region to the kill buffer, so it can be yanked + right away. By default, this command is unbound. + +'copy-backward-word ()' + Copy the word before point to the kill buffer. The word boundaries + are the same as 'backward-word'. By default, this command is + unbound. + +'copy-forward-word ()' + Copy the word following point to the kill buffer. The word + boundaries are the same as 'forward-word'. By default, this + command is unbound. + +'yank (C-y)' + Yank the top of the kill ring into the buffer at point. + +'yank-pop (M-y)' + Rotate the kill-ring, and yank the new top. You can only do this + if the prior command is 'yank' or 'yank-pop'. + + +File: bash.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands + +8.4.5 Specifying Numeric Arguments +---------------------------------- + +'digit-argument (M-0, M-1, ... M--)' + Add this digit to the argument already accumulating, or start a new + argument. 'M--' starts a negative argument. + +'universal-argument ()' + This is another way to specify an argument. If this command is + followed by one or more digits, optionally with a leading minus + sign, those digits define the argument. If the command is followed + by digits, executing 'universal-argument' again ends the numeric + argument, but is otherwise ignored. As a special case, if this + command is immediately followed by a character that is neither a + digit nor minus sign, the argument count for the next command is + multiplied by four. The argument count is initially one, so + executing this function the first time makes the argument count + four, a second time makes the argument count sixteen, and so on. + By default, this is not bound to a key. + + +File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands + +8.4.6 Letting Readline Type For You +----------------------------------- + +'complete ()' + Attempt to perform completion on the text before point. The actual + completion performed is application-specific. Bash attempts + completion treating the text as a variable (if the text begins with + '$'), username (if the text begins with '~'), hostname (if the text + begins with '@'), or command (including aliases and functions) in + turn. If none of these produces a match, filename completion is + attempted. + +'possible-completions (M-?)' + List the possible completions of the text before point. When + displaying completions, Readline sets the number of columns used + for display to the value of 'completion-display-width', the value + of the environment variable 'COLUMNS', or the screen width, in that + order. + +'insert-completions (M-*)' + Insert all completions of the text before point that would have + been generated by 'possible-completions'. + +'menu-complete ()' + Similar to 'complete', but replaces the word to be completed with a + single match from the list of possible completions. Repeated + execution of 'menu-complete' steps through the list of possible + completions, inserting each match in turn. At the end of the list + of completions, the bell is rung (subject to the setting of + 'bell-style') and the original text is restored. An argument of N + moves N positions forward in the list of matches; a negative + argument may be used to move backward through the list. This + command is intended to be bound to , but is unbound by + default. + +'menu-complete-backward ()' + Identical to 'menu-complete', but moves backward through the list + of possible completions, as if 'menu-complete' had been given a + negative argument. + +'delete-char-or-list ()' + Deletes the character under the cursor if not at the beginning or + end of the line (like 'delete-char'). If at the end of the line, + behaves identically to 'possible-completions'. This command is + unbound by default. + +'complete-filename (M-/)' + Attempt filename completion on the text before point. + +'possible-filename-completions (C-x /)' + List the possible completions of the text before point, treating it + as a filename. + +'complete-username (M-~)' + Attempt completion on the text before point, treating it as a + username. + +'possible-username-completions (C-x ~)' + List the possible completions of the text before point, treating it + as a username. + +'complete-variable (M-$)' + Attempt completion on the text before point, treating it as a shell + variable. + +'possible-variable-completions (C-x $)' + List the possible completions of the text before point, treating it + as a shell variable. + +'complete-hostname (M-@)' + Attempt completion on the text before point, treating it as a + hostname. + +'possible-hostname-completions (C-x @)' + List the possible completions of the text before point, treating it + as a hostname. + +'complete-command (M-!)' + Attempt completion on the text before point, treating it as a + command name. Command completion attempts to match the text + against aliases, reserved words, shell functions, shell builtins, + and finally executable filenames, in that order. + +'possible-command-completions (C-x !)' + List the possible completions of the text before point, treating it + as a command name. + +'dynamic-complete-history (M-)' + Attempt completion on the text before point, comparing the text + against lines from the history list for possible completion + matches. + +'dabbrev-expand ()' + Attempt menu completion on the text before point, comparing the + text against lines from the history list for possible completion + matches. + +'complete-into-braces (M-{)' + Perform filename completion and insert the list of possible + completions enclosed within braces so the list is available to the + shell (*note Brace Expansion::). + + +File: bash.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands + +8.4.7 Keyboard Macros +--------------------- + +'start-kbd-macro (C-x ()' + Begin saving the characters typed into the current keyboard macro. + +'end-kbd-macro (C-x ))' + Stop saving the characters typed into the current keyboard macro + and save the definition. + +'call-last-kbd-macro (C-x e)' + Re-execute the last keyboard macro defined, by making the + characters in the macro appear as if typed at the keyboard. + +'print-last-kbd-macro ()' + Print the last keboard macro defined in a format suitable for the + INPUTRC file. + + +File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands + +8.4.8 Some Miscellaneous Commands +--------------------------------- + +'re-read-init-file (C-x C-r)' + Read in the contents of the INPUTRC file, and incorporate any + bindings or variable assignments found there. + +'abort (C-g)' + Abort the current editing command and ring the terminal's bell + (subject to the setting of 'bell-style'). + +'do-uppercase-version (M-a, M-b, M-X, ...)' + If the metafied character X is lowercase, run the command that is + bound to the corresponding uppercase character. + +'prefix-meta ()' + Metafy the next character typed. This is for keyboards without a + meta key. Typing ' f' is equivalent to typing 'M-f'. + +'undo (C-_ or C-x C-u)' + Incremental undo, separately remembered for each line. + +'revert-line (M-r)' + Undo all changes made to this line. This is like executing the + 'undo' command enough times to get back to the beginning. + +'tilde-expand (M-&)' + Perform tilde expansion on the current word. + +'set-mark (C-@)' + Set the mark to the point. If a numeric argument is supplied, the + mark is set to that position. + +'exchange-point-and-mark (C-x C-x)' + Swap the point with the mark. The current cursor position is set + to the saved position, and the old cursor position is saved as the + mark. + +'character-search (C-])' + A character is read and point is moved to the next occurrence of + that character. A negative count searches for previous + occurrences. + +'character-search-backward (M-C-])' + A character is read and point is moved to the previous occurrence + of that character. A negative count searches for subsequent + occurrences. + +'skip-csi-sequence ()' + Read enough characters to consume a multi-key sequence such as + those defined for keys like Home and End. Such sequences begin + with a Control Sequence Indicator (CSI), usually ESC-[. If this + sequence is bound to "\e[", keys producing such sequences will have + no effect unless explicitly bound to a readline command, instead of + inserting stray characters into the editing buffer. This is + unbound by default, but usually bound to ESC-[. + +'insert-comment (M-#)' + Without a numeric argument, the value of the 'comment-begin' + variable is inserted at the beginning of the current line. If a + numeric argument is supplied, this command acts as a toggle: if the + characters at the beginning of the line do not match the value of + 'comment-begin', the value is inserted, otherwise the characters in + 'comment-begin' are deleted from the beginning of the line. In + either case, the line is accepted as if a newline had been typed. + The default value of 'comment-begin' causes this command to make + the current line a shell comment. If a numeric argument causes the + comment character to be removed, the line will be executed by the + shell. + +'dump-functions ()' + Print all of the functions and their key bindings to the Readline + output stream. If a numeric argument is supplied, the output is + formatted in such a way that it can be made part of an INPUTRC + file. This command is unbound by default. + +'dump-variables ()' + Print all of the settable variables and their values to the + Readline output stream. If a numeric argument is supplied, the + output is formatted in such a way that it can be made part of an + INPUTRC file. This command is unbound by default. + +'dump-macros ()' + Print all of the Readline key sequences bound to macros and the + strings they output. If a numeric argument is supplied, the output + is formatted in such a way that it can be made part of an INPUTRC + file. This command is unbound by default. + +'glob-complete-word (M-g)' + The word before point is treated as a pattern for pathname + expansion, with an asterisk implicitly appended. This pattern is + used to generate a list of matching file names for possible + completions. + +'glob-expand-word (C-x *)' + The word before point is treated as a pattern for pathname + expansion, and the list of matching file names is inserted, + replacing the word. If a numeric argument is supplied, a '*' is + appended before pathname expansion. + +'glob-list-expansions (C-x g)' + The list of expansions that would have been generated by + 'glob-expand-word' is displayed, and the line is redrawn. If a + numeric argument is supplied, a '*' is appended before pathname + expansion. + +'display-shell-version (C-x C-v)' + Display version information about the current instance of Bash. + +'shell-expand-line (M-C-e)' + Expand the line as the shell does. This performs alias and history + expansion as well as all of the shell word expansions (*note Shell + Expansions::). + +'history-expand-line (M-^)' + Perform history expansion on the current line. + +'magic-space ()' + Perform history expansion on the current line and insert a space + (*note History Interaction::). + +'alias-expand-line ()' + Perform alias expansion on the current line (*note Aliases::). + +'history-and-alias-expand-line ()' + Perform history and alias expansion on the current line. + +'insert-last-argument (M-. or M-_)' + A synonym for 'yank-last-arg'. + +'operate-and-get-next (C-o)' + Accept the current line for execution and fetch the next line + relative to the current line from the history for editing. Any + argument is ignored. + +'edit-and-execute-command (C-xC-e)' + Invoke an editor on the current command line, and execute the + result as shell commands. Bash attempts to invoke '$VISUAL', + '$EDITOR', and 'emacs' as the editor, in that order. + + +File: bash.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: Bindable Readline Commands, Up: Command Line Editing + +8.5 Readline vi Mode +==================== + +While the Readline library does not have a full set of 'vi' editing +functions, it does contain enough to allow simple editing of the line. +The Readline 'vi' mode behaves as specified in the POSIX standard. + + In order to switch interactively between 'emacs' and 'vi' editing +modes, use the 'set -o emacs' and 'set -o vi' commands (*note The Set +Builtin::). The Readline default is 'emacs' mode. + + When you enter a line in 'vi' mode, you are already placed in +'insertion' mode, as if you had typed an 'i'. Pressing switches +you into 'command' mode, where you can edit the text of the line with +the standard 'vi' movement keys, move to previous history lines with 'k' +and subsequent lines with 'j', and so forth. + + +File: bash.info, Node: Programmable Completion, Next: Programmable Completion Builtins, Prev: Readline vi Mode, Up: Command Line Editing + +8.6 Programmable Completion +=========================== + +When word completion is attempted for an argument to a command for which +a completion specification (a COMPSPEC) has been defined using the +'complete' builtin (*note Programmable Completion Builtins::), the +programmable completion facilities are invoked. + + First, the command name is identified. If a compspec has been +defined for that command, the compspec is used to generate the list of +possible completions for the word. If the command word is the empty +string (completion attempted at the beginning of an empty line), any +compspec defined with the '-E' option to 'complete' is used. If the +command word is a full pathname, a compspec for the full pathname is +searched for first. If no compspec is found for the full pathname, an +attempt is made to find a compspec for the portion following the final +slash. If those searches do not result in a compspec, any compspec +defined with the '-D' option to 'complete' is used as the default. + + Once a compspec has been found, it is used to generate the list of +matching words. If a compspec is not found, the default Bash completion +described above (*note Commands For Completion::) is performed. + + First, the actions specified by the compspec are used. Only matches +which are prefixed by the word being completed are returned. When the +'-f' or '-d' option is used for filename or directory name completion, +the shell variable 'FIGNORE' is used to filter the matches. *Note Bash +Variables::, for a description of 'FIGNORE'. + + Any completions specified by a filename expansion pattern to the '-G' +option are generated next. The words generated by the pattern need not +match the word being completed. The 'GLOBIGNORE' shell variable is not +used to filter the matches, but the 'FIGNORE' shell variable is used. + + Next, the string specified as the argument to the '-W' option is +considered. The string is first split using the characters in the 'IFS' +special variable as delimiters. Shell quoting is honored. Each word is +then expanded using brace expansion, tilde expansion, parameter and +variable expansion, command substitution, and arithmetic expansion, as +described above (*note Shell Expansions::). The results are split using +the rules described above (*note Word Splitting::). The results of the +expansion are prefix-matched against the word being completed, and the +matching words become the possible completions. + + After these matches have been generated, any shell function or +command specified with the '-F' and '-C' options is invoked. When the +command or function is invoked, the 'COMP_LINE', 'COMP_POINT', +'COMP_KEY', and 'COMP_TYPE' variables are assigned values as described +above (*note Bash Variables::). If a shell function is being invoked, +the 'COMP_WORDS' and 'COMP_CWORD' variables are also set. When the +function or command is invoked, the first argument ($1) is the name of +the command whose arguments are being completed, the second argument +($2) is the word being completed, and the third argument ($3) is the +word preceding the word being completed on the current command line. No +filtering of the generated completions against the word being completed +is performed; the function or command has complete freedom in generating +the matches. + + Any function specified with '-F' is invoked first. The function may +use any of the shell facilities, including the 'compgen' and 'compopt' +builtins described below (*note Programmable Completion Builtins::), to +generate the matches. It must put the possible completions in the +'COMPREPLY' array variable, one per array element. + + Next, any command specified with the '-C' option is invoked in an +environment equivalent to command substitution. It should print a list +of completions, one per line, to the standard output. Backslash may be +used to escape a newline, if necessary. + + After all of the possible completions are generated, any filter +specified with the '-X' option is applied to the list. The filter is a +pattern as used for pathname expansion; a '&' in the pattern is replaced +with the text of the word being completed. A literal '&' may be escaped +with a backslash; the backslash is removed before attempting a match. +Any completion that matches the pattern will be removed from the list. +A leading '!' negates the pattern; in this case any completion not +matching the pattern will be removed. If the 'nocasematch' shell option +(see the description of 'shopt' in *note The Shopt Builtin::) is +enabled, the match is performed without regard to the case of alphabetic +characters. + + Finally, any prefix and suffix specified with the '-P' and '-S' +options are added to each member of the completion list, and the result +is returned to the Readline completion code as the list of possible +completions. + + If the previously-applied actions do not generate any matches, and +the '-o dirnames' option was supplied to 'complete' when the compspec +was defined, directory name completion is attempted. + + If the '-o plusdirs' option was supplied to 'complete' when the +compspec was defined, directory name completion is attempted and any +matches are added to the results of the other actions. + + By default, if a compspec is found, whatever it generates is returned +to the completion code as the full set of possible completions. The +default Bash completions are not attempted, and the Readline default of +filename completion is disabled. If the '-o bashdefault' option was +supplied to 'complete' when the compspec was defined, the default Bash +completions are attempted if the compspec generates no matches. If the +'-o default' option was supplied to 'complete' when the compspec was +defined, Readline's default completion will be performed if the compspec +(and, if attempted, the default Bash completions) generate no matches. + + When a compspec indicates that directory name completion is desired, +the programmable completion functions force Readline to append a slash +to completed names which are symbolic links to directories, subject to +the value of the MARK-DIRECTORIES Readline variable, regardless of the +setting of the MARK-SYMLINKED-DIRECTORIES Readline variable. + + There is some support for dynamically modifying completions. This is +most useful when used in combination with a default completion specified +with '-D'. It's possible for shell functions executed as completion +handlers to indicate that completion should be retried by returning an +exit status of 124. If a shell function returns 124, and changes the +compspec associated with the command on which completion is being +attempted (supplied as the first argument when the function is +executed), programmable completion restarts from the beginning, with an +attempt to find a new compspec for that command. This allows a set of +completions to be built dynamically as completion is attempted, rather +than being loaded all at once. + + For instance, assuming that there is a library of compspecs, each +kept in a file corresponding to the name of the command, the following +default completion function would load completions dynamically: + + _completion_loader() + { + . "/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124 + } + complete -D -F _completion_loader -o bashdefault -o default + + +File: bash.info, Node: Programmable Completion Builtins, Next: A Programmable Completion Example, Prev: Programmable Completion, Up: Command Line Editing + +8.7 Programmable Completion Builtins +==================================== + +Three builtin commands are available to manipulate the programmable +completion facilities: one to specify how the arguments to a particular +command are to be completed, and two to modify the completion as it is +happening. + +'compgen' + compgen [OPTION] [WORD] + + Generate possible completion matches for WORD according to the + OPTIONs, which may be any option accepted by the 'complete' builtin + with the exception of '-p' and '-r', and write the matches to the + standard output. When using the '-F' or '-C' options, the various + shell variables set by the programmable completion facilities, + while available, will not have useful values. + + The matches will be generated in the same way as if the + programmable completion code had generated them directly from a + completion specification with the same flags. If WORD is + specified, only those completions matching WORD will be displayed. + + The return value is true unless an invalid option is supplied, or + no matches were generated. + +'complete' + complete [-abcdefgjksuv] [-o COMP-OPTION] [-DE] [-A ACTION] [-G GLOBPAT] [-W WORDLIST] + [-F FUNCTION] [-C COMMAND] [-X FILTERPAT] + [-P PREFIX] [-S SUFFIX] NAME [NAME ...] + complete -pr [-DE] [NAME ...] + + Specify how arguments to each NAME should be completed. If the + '-p' option is supplied, or if no options are supplied, existing + completion specifications are printed in a way that allows them to + be reused as input. The '-r' option removes a completion + specification for each NAME, or, if no NAMEs are supplied, all + completion specifications. The '-D' option indicates that the + remaining options and actions should apply to the "default" command + completion; that is, completion attempted on a command for which no + completion has previously been defined. The '-E' option indicates + that the remaining options and actions should apply to "empty" + command completion; that is, completion attempted on a blank line. + + The process of applying these completion specifications when word + completion is attempted is described above (*note Programmable + Completion::). The '-D' option takes precedence over '-E'. + + Other options, if specified, have the following meanings. The + arguments to the '-G', '-W', and '-X' options (and, if necessary, + the '-P' and '-S' options) should be quoted to protect them from + expansion before the 'complete' builtin is invoked. + + '-o COMP-OPTION' + The COMP-OPTION controls several aspects of the compspec's + behavior beyond the simple generation of completions. + COMP-OPTION may be one of: + + 'bashdefault' + Perform the rest of the default Bash completions if the + compspec generates no matches. + + 'default' + Use Readline's default filename completion if the + compspec generates no matches. + + 'dirnames' + Perform directory name completion if the compspec + generates no matches. + + 'filenames' + Tell Readline that the compspec generates filenames, so + it can perform any filename-specific processing (like + adding a slash to directory names quoting special + characters, or suppressing trailing spaces). This option + is intended to be used with shell functions specified + with '-F'. + + 'noquote' + Tell Readline not to quote the completed words if they + are filenames (quoting filenames is the default). + + 'nosort' + Tell Readline not to sort the list of possible + completions alphabetically. + + 'nospace' + Tell Readline not to append a space (the default) to + words completed at the end of the line. + + 'plusdirs' + After any matches defined by the compspec are generated, + directory name completion is attempted and any matches + are added to the results of the other actions. + + '-A ACTION' + The ACTION may be one of the following to generate a list of + possible completions: + + 'alias' + Alias names. May also be specified as '-a'. + + 'arrayvar' + Array variable names. + + 'binding' + Readline key binding names (*note Bindable Readline + Commands::). + + 'builtin' + Names of shell builtin commands. May also be specified + as '-b'. + + 'command' + Command names. May also be specified as '-c'. + + 'directory' + Directory names. May also be specified as '-d'. + + 'disabled' + Names of disabled shell builtins. + + 'enabled' + Names of enabled shell builtins. + + 'export' + Names of exported shell variables. May also be specified + as '-e'. + + 'file' + File names. May also be specified as '-f'. + + 'function' + Names of shell functions. + + 'group' + Group names. May also be specified as '-g'. + + 'helptopic' + Help topics as accepted by the 'help' builtin (*note Bash + Builtins::). + + 'hostname' + Hostnames, as taken from the file specified by the + 'HOSTFILE' shell variable (*note Bash Variables::). + + 'job' + Job names, if job control is active. May also be + specified as '-j'. + + 'keyword' + Shell reserved words. May also be specified as '-k'. + + 'running' + Names of running jobs, if job control is active. + + 'service' + Service names. May also be specified as '-s'. + + 'setopt' + Valid arguments for the '-o' option to the 'set' builtin + (*note The Set Builtin::). + + 'shopt' + Shell option names as accepted by the 'shopt' builtin + (*note Bash Builtins::). + + 'signal' + Signal names. + + 'stopped' + Names of stopped jobs, if job control is active. + + 'user' + User names. May also be specified as '-u'. + + 'variable' + Names of all shell variables. May also be specified as + '-v'. + + '-C COMMAND' + COMMAND is executed in a subshell environment, and its output + is used as the possible completions. + + '-F FUNCTION' + The shell function FUNCTION is executed in the current shell + environment. When it is executed, $1 is the name of the + command whose arguments are being completed, $2 is the word + being completed, and $3 is the word preceding the word being + completed, as described above (*note Programmable + Completion::). When it finishes, the possible completions are + retrieved from the value of the 'COMPREPLY' array variable. + + '-G GLOBPAT' + The filename expansion pattern GLOBPAT is expanded to generate + the possible completions. + + '-P PREFIX' + PREFIX is added at the beginning of each possible completion + after all other options have been applied. + + '-S SUFFIX' + SUFFIX is appended to each possible completion after all other + options have been applied. + + '-W WORDLIST' + The WORDLIST is split using the characters in the 'IFS' + special variable as delimiters, and each resultant word is + expanded. The possible completions are the members of the + resultant list which match the word being completed. + + '-X FILTERPAT' + FILTERPAT is a pattern as used for filename expansion. It is + applied to the list of possible completions generated by the + preceding options and arguments, and each completion matching + FILTERPAT is removed from the list. A leading '!' in + FILTERPAT negates the pattern; in this case, any completion + not matching FILTERPAT is removed. + + The return value is true unless an invalid option is supplied, an + option other than '-p' or '-r' is supplied without a NAME argument, + an attempt is made to remove a completion specification for a NAME + for which no specification exists, or an error occurs adding a + completion specification. + +'compopt' + compopt [-o OPTION] [-DE] [+o OPTION] [NAME] + Modify completion options for each NAME according to the OPTIONs, + or for the currently-executing completion if no NAMEs are supplied. + If no OPTIONs are given, display the completion options for each + NAME or the current completion. The possible values of OPTION are + those valid for the 'complete' builtin described above. The '-D' + option indicates that the remaining options should apply to the + "default" command completion; that is, completion attempted on a + command for which no completion has previously been defined. The + '-E' option indicates that the remaining options should apply to + "empty" command completion; that is, completion attempted on a + blank line. + + The '-D' option takes precedence over '-E'. + + The return value is true unless an invalid option is supplied, an + attempt is made to modify the options for a NAME for which no + completion specification exists, or an output error occurs. + + +File: bash.info, Node: A Programmable Completion Example, Prev: Programmable Completion Builtins, Up: Command Line Editing + +8.8 A Programmable Completion Example +===================================== + +The most common way to obtain additional completion functionality beyond +the default actions 'complete' and 'compgen' provide is to use a shell +function and bind it to a particular command using 'complete -F'. + + The following function provides completions for the 'cd' builtin. It +is a reasonably good example of what shell functions must do when used +for completion. This function uses the word passsed as '$2' to +determine the directory name to complete. You can also use the +'COMP_WORDS' array variable; the current word is indexed by the +'COMP_CWORD' variable. + + The function relies on the 'complete' and 'compgen' builtins to do +much of the work, adding only the things that the Bash 'cd' does beyond +accepting basic directory names: tilde expansion (*note Tilde +Expansion::), searching directories in $CDPATH, which is described above +(*note Bourne Shell Builtins::), and basic support for the 'cdable_vars' +shell option (*note The Shopt Builtin::). '_comp_cd' modifies the value +of IFS so that it contains only a newline to accommodate file names +containing spaces and tabs - 'compgen' prints the possible completions +it generates one per line. + + Possible completions go into the COMPREPLY array variable, one +completion per array element. The programmable completion system +retrieves the completions from there when the function returns. + + # A completion function for the cd builtin + # based on the cd completion function from the bash_completion package + _comp_cd() + { + local IFS=$' \t\n' # normalize IFS + local cur _skipdot _cdpath + local i j k + + # Tilde expansion, with side effect of expanding tilde to full pathname + case "$2" in + \~*) eval cur="$2" ;; + *) cur=$2 ;; + esac + + # no cdpath or absolute pathname -- straight directory completion + if [[ -z "${CDPATH:-}" ]] || [[ "$cur" == @(./*|../*|/*) ]]; then + # compgen prints paths one per line; could also use while loop + IFS=$'\n' + COMPREPLY=( $(compgen -d -- "$cur") ) + IFS=$' \t\n' + # CDPATH+directories in the current directory if not in CDPATH + else + IFS=$'\n' + _skipdot=false + # preprocess CDPATH to convert null directory names to . + _cdpath=${CDPATH/#:/.:} + _cdpath=${_cdpath//::/:.:} + _cdpath=${_cdpath/%:/:.} + for i in ${_cdpath//:/$'\n'}; do + if [[ $i -ef . ]]; then _skipdot=true; fi + k="${#COMPREPLY[@]}" + for j in $( compgen -d -- "$i/$cur" ); do + COMPREPLY[k++]=${j#$i/} # cut off directory + done + done + $_skipdot || COMPREPLY+=( $(compgen -d -- "$cur") ) + IFS=$' \t\n' + fi + + # variable names if appropriate shell option set and no completions + if shopt -q cdable_vars && [[ ${#COMPREPLY[@]} -eq 0 ]]; then + COMPREPLY=( $(compgen -v -- "$cur") ) + fi + + return 0 + } + + We install the completion function using the '-F' option to +'complete': + + # Tell readline to quote appropriate and append slashes to directories; + # use the bash default completion for other arguments + complete -o filenames -o nospace -o bashdefault -F _comp_cd cd + +Since we'd like Bash and Readline to take care of some of the other +details for us, we use several other options to tell Bash and Readline +what to do. The '-o filenames' option tells Readline that the possible +completions should be treated as filenames, and quoted appropriately. +That option will also cause Readline to append a slash to filenames it +can determine are directories (which is why we might want to extend +'_comp_cd' to append a slash if we're using directories found via +CDPATH: Readline can't tell those completions are directories). The '-o +nospace' option tells Readline to not append a space character to the +directory name, in case we want to append to it. The '-o bashdefault' +option brings in the rest of the "Bash default" completions - possible +completion that Bash adds to the default Readline set. These include +things like command name completion, variable completion for words +beginning with '{', completions containing pathname expansion patterns +(*note Filename Expansion::), and so on. + + Once installed using 'complete', '_comp_cd' will be called every time +we attempt word completion for a 'cd' command. + + Many more examples - an extensive collection of completions for most +of the common GNU, Unix, and Linux commands - are available as part of +the bash_completion project. This is installed by default on many +GNU/Linux distributions. Originally written by Ian Macdonald, the +project now lives at . There +are ports for other systems such as Solaris and Mac OS X. + + An older version of the bash_completion package is distributed with +bash in the 'examples/complete' subdirectory. + + +File: bash.info, Node: Using History Interactively, Next: Installing Bash, Prev: Command Line Editing, Up: Top + +9 Using History Interactively +***************************** + +This chapter describes how to use the GNU History Library interactively, +from a user's standpoint. It should be considered a user's guide. For +information on using the GNU History Library in other programs, see the +GNU Readline Library Manual. + +* Menu: + +* Bash History Facilities:: How Bash lets you manipulate your command + history. +* Bash History Builtins:: The Bash builtin commands that manipulate + the command history. +* History Interaction:: What it feels like using History as a user. + + +File: bash.info, Node: Bash History Facilities, Next: Bash History Builtins, Up: Using History Interactively + +9.1 Bash History Facilities +=========================== + +When the '-o history' option to the 'set' builtin is enabled (*note The +Set Builtin::), the shell provides access to the "command history", the +list of commands previously typed. The value of the 'HISTSIZE' shell +variable is used as the number of commands to save in a history list. +The text of the last '$HISTSIZE' commands (default 500) is saved. The +shell stores each command in the history list prior to parameter and +variable expansion but after history expansion is performed, subject to +the values of the shell variables 'HISTIGNORE' and 'HISTCONTROL'. + + When the shell starts up, the history is initialized from the file +named by the 'HISTFILE' variable (default '~/.bash_history'). The file +named by the value of 'HISTFILE' is truncated, if necessary, to contain +no more than the number of lines specified by the value of the +'HISTFILESIZE' variable. When a shell with history enabled exits, the +last '$HISTSIZE' lines are copied from the history list to the file +named by '$HISTFILE'. If the 'histappend' shell option is set (*note +Bash Builtins::), the lines are appended to the history file, otherwise +the history file is overwritten. If 'HISTFILE' is unset, or if the +history file is unwritable, the history is not saved. After saving the +history, the history file is truncated to contain no more than +'$HISTFILESIZE' lines. If 'HISTFILESIZE' is unset, or set to null, a +non-numeric value, or a numeric value less than zero, the history file +is not truncated. + + If the 'HISTTIMEFORMAT' is set, the time stamp information associated +with each history entry is written to the history file, marked with the +history comment character. When the history file is read, lines +beginning with the history comment character followed immediately by a +digit are interpreted as timestamps for the following history entry. + + The builtin command 'fc' may be used to list or edit and re-execute a +portion of the history list. The 'history' builtin may be used to +display or modify the history list and manipulate the history file. +When using command-line editing, search commands are available in each +editing mode that provide access to the history list (*note Commands For +History::). + + The shell allows control over which commands are saved on the history +list. The 'HISTCONTROL' and 'HISTIGNORE' variables may be set to cause +the shell to save only a subset of the commands entered. The 'cmdhist' +shell option, if enabled, causes the shell to attempt to save each line +of a multi-line command in the same history entry, adding semicolons +where necessary to preserve syntactic correctness. The 'lithist' shell +option causes the shell to save the command with embedded newlines +instead of semicolons. The 'shopt' builtin is used to set these +options. *Note Bash Builtins::, for a description of 'shopt'. + + +File: bash.info, Node: Bash History Builtins, Next: History Interaction, Prev: Bash History Facilities, Up: Using History Interactively + +9.2 Bash History Builtins +========================= + +Bash provides two builtin commands which manipulate the history list and +history file. + +'fc' + fc [-e ENAME] [-lnr] [FIRST] [LAST] + fc -s [PAT=REP] [COMMAND] + + The first form selects a range of commands from FIRST to LAST from + the history list and displays or edits and re-executes them. Both + FIRST and LAST may be specified as a string (to locate the most + recent command beginning with that string) or as a number (an index + into the history list, where a negative number is used as an offset + from the current command number). If LAST is not specified it is + set to FIRST. If FIRST is not specified it is set to the previous + command for editing and -16 for listing. If the '-l' flag is + given, the commands are listed on standard output. The '-n' flag + suppresses the command numbers when listing. The '-r' flag + reverses the order of the listing. Otherwise, the editor given by + ENAME is invoked on a file containing those commands. If ENAME is + not given, the value of the following variable expansion is used: + '${FCEDIT:-${EDITOR:-vi}}'. This says to use the value of the + 'FCEDIT' variable if set, or the value of the 'EDITOR' variable if + that is set, or 'vi' if neither is set. When editing is complete, + the edited commands are echoed and executed. + + In the second form, COMMAND is re-executed after each instance of + PAT in the selected command is replaced by REP. COMMAND is + intepreted the same as FIRST above. + + A useful alias to use with the 'fc' command is 'r='fc -s'', so that + typing 'r cc' runs the last command beginning with 'cc' and typing + 'r' re-executes the last command (*note Aliases::). + +'history' + history [N] + history -c + history -d OFFSET + history [-anrw] [FILENAME] + history -ps ARG + + With no options, display the history list with line numbers. Lines + prefixed with a '*' have been modified. An argument of N lists + only the last N lines. If the shell variable 'HISTTIMEFORMAT' is + set and not null, it is used as a format string for STRFTIME to + display the time stamp associated with each displayed history + entry. No intervening blank is printed between the formatted time + stamp and the history line. + + Options, if supplied, have the following meanings: + + '-c' + Clear the history list. This may be combined with the other + options to replace the history list completely. + + '-d OFFSET' + Delete the history entry at position OFFSET. OFFSET should be + specified as it appears when the history is displayed. + + '-a' + Append the new history lines to the history file. These are + history lines entered since the beginning of the current Bash + session, but not already appended to the history file. + + '-n' + Append the history lines not already read from the history + file to the current history list. These are lines appended to + the history file since the beginning of the current Bash + session. + + '-r' + Read the history file and append its contents to the history + list. + + '-w' + Write out the current history list to the history file. + + '-p' + Perform history substitution on the ARGs and display the + result on the standard output, without storing the results in + the history list. + + '-s' + The ARGs are added to the end of the history list as a single + entry. + + When any of the '-w', '-r', '-a', or '-n' options is used, if + FILENAME is given, then it is used as the history file. If not, + then the value of the 'HISTFILE' variable is used. + + +File: bash.info, Node: History Interaction, Prev: Bash History Builtins, Up: Using History Interactively + +9.3 History Expansion +===================== + +The History library provides a history expansion feature that is similar +to the history expansion provided by 'csh'. This section describes the +syntax used to manipulate the history information. + + History expansions introduce words from the history list into the +input stream, making it easy to repeat commands, insert the arguments to +a previous command into the current input line, or fix errors in +previous commands quickly. + + History expansion is performed immediately after a complete line is +read, before the shell breaks it into words. + + History expansion takes place in two parts. The first is to +determine which line from the history list should be used during +substitution. The second is to select portions of that line for +inclusion into the current one. The line selected from the history is +called the "event", and the portions of that line that are acted upon +are called "words". Various "modifiers" are available to manipulate the +selected words. The line is broken into words in the same fashion that +Bash does, so that several words surrounded by quotes are considered one +word. History expansions are introduced by the appearance of the +history expansion character, which is '!' by default. Only '\' and ''' +may be used to escape the history expansion character, but the history +expansion character is also treated as quoted if it immediately precedes +the closing double quote in a double-quoted string. + + Several shell options settable with the 'shopt' builtin (*note Bash +Builtins::) may be used to tailor the behavior of history expansion. If +the 'histverify' shell option is enabled, and Readline is being used, +history substitutions are not immediately passed to the shell parser. +Instead, the expanded line is reloaded into the Readline editing buffer +for further modification. If Readline is being used, and the +'histreedit' shell option is enabled, a failed history expansion will be +reloaded into the Readline editing buffer for correction. The '-p' +option to the 'history' builtin command may be used to see what a +history expansion will do before using it. The '-s' option to the +'history' builtin may be used to add commands to the end of the history +list without actually executing them, so that they are available for +subsequent recall. This is most useful in conjunction with Readline. + + The shell allows control of the various characters used by the +history expansion mechanism with the 'histchars' variable, as explained +above (*note Bash Variables::). The shell uses the history comment +character to mark history timestamps when writing the history file. + +* Menu: + +* Event Designators:: How to specify which history line to use. +* Word Designators:: Specifying which words are of interest. +* Modifiers:: Modifying the results of substitution. + + +File: bash.info, Node: Event Designators, Next: Word Designators, Up: History Interaction + +9.3.1 Event Designators +----------------------- + +An event designator is a reference to a command line entry in the +history list. Unless the reference is absolute, events are relative to +the current position in the history list. + +'!' + Start a history substitution, except when followed by a space, tab, + the end of the line, '=' or '(' (when the 'extglob' shell option is + enabled using the 'shopt' builtin). + +'!N' + Refer to command line N. + +'!-N' + Refer to the command N lines back. + +'!!' + Refer to the previous command. This is a synonym for '!-1'. + +'!STRING' + Refer to the most recent command preceding the current position in + the history list starting with STRING. + +'!?STRING[?]' + Refer to the most recent command preceding the current position in + the history list containing STRING. The trailing '?' may be + omitted if the STRING is followed immediately by a newline. + +'^STRING1^STRING2^' + Quick Substitution. Repeat the last command, replacing STRING1 + with STRING2. Equivalent to '!!:s/STRING1/STRING2/'. + +'!#' + The entire command line typed so far. + + +File: bash.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction + +9.3.2 Word Designators +---------------------- + +Word designators are used to select desired words from the event. A ':' +separates the event specification from the word designator. It may be +omitted if the word designator begins with a '^', '$', '*', '-', or '%'. +Words are numbered from the beginning of the line, with the first word +being denoted by 0 (zero). Words are inserted into the current line +separated by single spaces. + + For example, + +'!!' + designates the preceding command. When you type this, the + preceding command is repeated in toto. + +'!!:$' + designates the last argument of the preceding command. This may be + shortened to '!$'. + +'!fi:2' + designates the second argument of the most recent command starting + with the letters 'fi'. + + Here are the word designators: + +'0 (zero)' + The '0'th word. For many applications, this is the command word. + +'N' + The Nth word. + +'^' + The first argument; that is, word 1. + +'$' + The last argument. + +'%' + The word matched by the most recent '?STRING?' search. + +'X-Y' + A range of words; '-Y' abbreviates '0-Y'. + +'*' + All of the words, except the '0'th. This is a synonym for '1-$'. + It is not an error to use '*' if there is just one word in the + event; the empty string is returned in that case. + +'X*' + Abbreviates 'X-$' + +'X-' + Abbreviates 'X-$' like 'X*', but omits the last word. + + If a word designator is supplied without an event specification, the +previous command is used as the event. + + +File: bash.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction + +9.3.3 Modifiers +--------------- + +After the optional word designator, you can add a sequence of one or +more of the following modifiers, each preceded by a ':'. + +'h' + Remove a trailing pathname component, leaving only the head. + +'t' + Remove all leading pathname components, leaving the tail. + +'r' + Remove a trailing suffix of the form '.SUFFIX', leaving the + basename. + +'e' + Remove all but the trailing suffix. + +'p' + Print the new command but do not execute it. + +'q' + Quote the substituted words, escaping further substitutions. + +'x' + Quote the substituted words as with 'q', but break into words at + spaces, tabs, and newlines. + +'s/OLD/NEW/' + Substitute NEW for the first occurrence of OLD in the event line. + Any delimiter may be used in place of '/'. The delimiter may be + quoted in OLD and NEW with a single backslash. If '&' appears in + NEW, it is replaced by OLD. A single backslash will quote the '&'. + The final delimiter is optional if it is the last character on the + input line. + +'&' + Repeat the previous substitution. + +'g' +'a' + Cause changes to be applied over the entire event line. Used in + conjunction with 's', as in 'gs/OLD/NEW/', or with '&'. + +'G' + Apply the following 's' modifier once to each word in the event. + + +File: bash.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Using History Interactively, Up: Top + +10 Installing Bash +****************** + +This chapter provides basic instructions for installing Bash on the +various supported platforms. The distribution supports the GNU +operating systems, nearly every version of Unix, and several non-Unix +systems such as BeOS and Interix. Other independent ports exist for +MS-DOS, OS/2, and Windows platforms. + +* Menu: + +* Basic Installation:: Installation instructions. +* Compilers and Options:: How to set special options for various + systems. +* Compiling For Multiple Architectures:: How to compile Bash for more + than one kind of system from + the same source tree. +* Installation Names:: How to set the various paths used by the installation. +* Specifying the System Type:: How to configure Bash for a particular system. +* Sharing Defaults:: How to share default configuration values among GNU + programs. +* Operation Controls:: Options recognized by the configuration program. +* Optional Features:: How to enable and disable optional features when + building Bash. + + +File: bash.info, Node: Basic Installation, Next: Compilers and Options, Up: Installing Bash + +10.1 Basic Installation +======================= + +These are installation instructions for Bash. + + The simplest way to compile Bash is: + + 1. 'cd' to the directory containing the source code and type + './configure' to configure Bash for your system. If you're using + 'csh' on an old version of System V, you might need to type 'sh + ./configure' instead to prevent 'csh' from trying to execute + 'configure' itself. + + Running 'configure' takes some time. While running, it prints + messages telling which features it is checking for. + + 2. Type 'make' to compile Bash and build the 'bashbug' bug reporting + script. + + 3. Optionally, type 'make tests' to run the Bash test suite. + + 4. Type 'make install' to install 'bash' and 'bashbug'. This will + also install the manual pages and Info file. + + The 'configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a 'Makefile' in each directory of the package +(the top directory, the 'builtins', 'doc', and 'support' directories, +each directory under 'lib', and several others). It also creates a +'config.h' file containing system-dependent definitions. Finally, it +creates a shell script named 'config.status' that you can run in the +future to recreate the current configuration, a file 'config.cache' that +saves the results of its tests to speed up reconfiguring, and a file +'config.log' containing compiler output (useful mainly for debugging +'configure'). If at some point 'config.cache' contains results you +don't want to keep, you may remove or edit it. + + To find out more about the options and arguments that the 'configure' +script understands, type + + bash-2.04$ ./configure --help + +at the Bash prompt in your Bash source directory. + + If you need to do unusual things to compile Bash, please try to +figure out how 'configure' could check whether or not to do them, and +mail diffs or instructions to so they can be +considered for the next release. + + The file 'configure.ac' is used to create 'configure' by a program +called Autoconf. You only need 'configure.ac' if you want to change it +or regenerate 'configure' using a newer version of Autoconf. If you do +this, make sure you are using Autoconf version 2.50 or newer. + + You can remove the program binaries and object files from the source +code directory by typing 'make clean'. To also remove the files that +'configure' created (so you can compile Bash for a different kind of +computer), type 'make distclean'. + + +File: bash.info, Node: Compilers and Options, Next: Compiling For Multiple Architectures, Prev: Basic Installation, Up: Installing Bash + +10.2 Compilers and Options +========================== + +Some systems require unusual options for compilation or linking that the +'configure' script does not know about. You can give 'configure' +initial values for variables by setting them in the environment. Using +a Bourne-compatible shell, you can do that on the command line like +this: + + CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure + + On systems that have the 'env' program, you can do it like this: + + env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure + + The configuration process uses GCC to build Bash if it is available. + + +File: bash.info, Node: Compiling For Multiple Architectures, Next: Installation Names, Prev: Compilers and Options, Up: Installing Bash + +10.3 Compiling For Multiple Architectures +========================================= + +You can compile Bash for more than one kind of computer at the same +time, by placing the object files for each architecture in their own +directory. To do this, you must use a version of 'make' that supports +the 'VPATH' variable, such as GNU 'make'. 'cd' to the directory where +you want the object files and executables to go and run the 'configure' +script from the source directory. You may need to supply the +'--srcdir=PATH' argument to tell 'configure' where the source files are. +'configure' automatically checks for the source code in the directory +that 'configure' is in and in '..'. + + If you have to use a 'make' that does not supports the 'VPATH' +variable, you can compile Bash for one architecture at a time in the +source code directory. After you have installed Bash for one +architecture, use 'make distclean' before reconfiguring for another +architecture. + + Alternatively, if your system supports symbolic links, you can use +the 'support/mkclone' script to create a build tree which has symbolic +links back to each file in the source directory. Here's an example that +creates a build directory in the current directory from a source +directory '/usr/gnu/src/bash-2.0': + + bash /usr/gnu/src/bash-2.0/support/mkclone -s /usr/gnu/src/bash-2.0 . + +The 'mkclone' script requires Bash, so you must have already built Bash +for at least one architecture before you can create build directories +for other architectures. + + +File: bash.info, Node: Installation Names, Next: Specifying the System Type, Prev: Compiling For Multiple Architectures, Up: Installing Bash + +10.4 Installation Names +======================= + +By default, 'make install' will install into '/usr/local/bin', +'/usr/local/man', etc. You can specify an installation prefix other +than '/usr/local' by giving 'configure' the option '--prefix=PATH', or +by specifying a value for the 'DESTDIR' 'make' variable when running +'make install'. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +give 'configure' the option '--exec-prefix=PATH', 'make install' will +use PATH as the prefix for installing programs and libraries. +Documentation and other data files will still use the regular prefix. + + +File: bash.info, Node: Specifying the System Type, Next: Sharing Defaults, Prev: Installation Names, Up: Installing Bash + +10.5 Specifying the System Type +=============================== + +There may be some features 'configure' can not figure out automatically, +but need to determine by the type of host Bash will run on. Usually +'configure' can figure that out, but if it prints a message saying it +can not guess the host type, give it the '--host=TYPE' option. 'TYPE' +can either be a short name for the system type, such as 'sun4', or a +canonical name with three fields: 'CPU-COMPANY-SYSTEM' (e.g., +'i386-unknown-freebsd4.2'). + + See the file 'support/config.sub' for the possible values of each +field. + + +File: bash.info, Node: Sharing Defaults, Next: Operation Controls, Prev: Specifying the System Type, Up: Installing Bash + +10.6 Sharing Defaults +===================== + +If you want to set default values for 'configure' scripts to share, you +can create a site shell script called 'config.site' that gives default +values for variables like 'CC', 'cache_file', and 'prefix'. 'configure' +looks for 'PREFIX/share/config.site' if it exists, then +'PREFIX/etc/config.site' if it exists. Or, you can set the +'CONFIG_SITE' environment variable to the location of the site script. +A warning: the Bash 'configure' looks for a site script, but not all +'configure' scripts do. + + +File: bash.info, Node: Operation Controls, Next: Optional Features, Prev: Sharing Defaults, Up: Installing Bash + +10.7 Operation Controls +======================= + +'configure' recognizes the following options to control how it operates. + +'--cache-file=FILE' + Use and save the results of the tests in FILE instead of + './config.cache'. Set FILE to '/dev/null' to disable caching, for + debugging 'configure'. + +'--help' + Print a summary of the options to 'configure', and exit. + +'--quiet' +'--silent' +'-q' + Do not print messages saying which checks are being made. + +'--srcdir=DIR' + Look for the Bash source code in directory DIR. Usually + 'configure' can determine that directory automatically. + +'--version' + Print the version of Autoconf used to generate the 'configure' + script, and exit. + + 'configure' also accepts some other, not widely used, boilerplate +options. 'configure --help' prints the complete list. + + +File: bash.info, Node: Optional Features, Prev: Operation Controls, Up: Installing Bash + +10.8 Optional Features +====================== + +The Bash 'configure' has a number of '--enable-FEATURE' options, where +FEATURE indicates an optional part of Bash. There are also several +'--with-PACKAGE' options, where PACKAGE is something like 'bash-malloc' +or 'purify'. To turn off the default use of a package, use +'--without-PACKAGE'. To configure Bash without a feature that is +enabled by default, use '--disable-FEATURE'. + + Here is a complete list of the '--enable-' and '--with-' options that +the Bash 'configure' recognizes. + +'--with-afs' + Define if you are using the Andrew File System from Transarc. + +'--with-bash-malloc' + Use the Bash version of 'malloc' in the directory 'lib/malloc'. + This is not the same 'malloc' that appears in GNU libc, but an + older version originally derived from the 4.2 BSD 'malloc'. This + 'malloc' is very fast, but wastes some space on each allocation. + This option is enabled by default. The 'NOTES' file contains a + list of systems for which this should be turned off, and + 'configure' disables this option automatically for a number of + systems. + +'--with-curses' + Use the curses library instead of the termcap library. This should + be supplied if your system has an inadequate or incomplete termcap + database. + +'--with-gnu-malloc' + A synonym for '--with-bash-malloc'. + +'--with-installed-readline[=PREFIX]' + Define this to make Bash link with a locally-installed version of + Readline rather than the version in 'lib/readline'. This works + only with Readline 5.0 and later versions. If PREFIX is 'yes' or + not supplied, 'configure' uses the values of the make variables + 'includedir' and 'libdir', which are subdirectories of 'prefix' by + default, to find the installed version of Readline if it is not in + the standard system include and library directories. If PREFIX is + 'no', Bash links with the version in 'lib/readline'. If PREFIX is + set to any other value, 'configure' treats it as a directory + pathname and looks for the installed version of Readline in + subdirectories of that directory (include files in PREFIX/'include' + and the library in PREFIX/'lib'). + +'--with-purify' + Define this to use the Purify memory allocation checker from + Rational Software. + +'--enable-minimal-config' + This produces a shell with minimal features, close to the + historical Bourne shell. + + There are several '--enable-' options that alter how Bash is compiled +and linked, rather than changing run-time features. + +'--enable-largefile' + Enable support for large files + (http://www.sas.com/standards/large_file/x_open.20Mar96.html) if + the operating system requires special compiler options to build + programs which can access large files. This is enabled by default, + if the operating system provides large file support. + +'--enable-profiling' + This builds a Bash binary that produces profiling information to be + processed by 'gprof' each time it is executed. + +'--enable-static-link' + This causes Bash to be linked statically, if 'gcc' is being used. + This could be used to build a version to use as root's shell. + + The 'minimal-config' option can be used to disable all of the +following options, but it is processed first, so individual options may +be enabled using 'enable-FEATURE'. + + All of the following options except for 'disabled-builtins', +'direxpand-default', and 'xpg-echo-default' are enabled by default, +unless the operating system does not provide the necessary support. + +'--enable-alias' + Allow alias expansion and include the 'alias' and 'unalias' + builtins (*note Aliases::). + +'--enable-arith-for-command' + Include support for the alternate form of the 'for' command that + behaves like the C language 'for' statement (*note Looping + Constructs::). + +'--enable-array-variables' + Include support for one-dimensional array shell variables (*note + Arrays::). + +'--enable-bang-history' + Include support for 'csh'-like history substitution (*note History + Interaction::). + +'--enable-brace-expansion' + Include 'csh'-like brace expansion ( 'b{a,b}c' ==> 'bac bbc' ). + See *note Brace Expansion::, for a complete description. + +'--enable-casemod-attributes' + Include support for case-modifying attributes in the 'declare' + builtin and assignment statements. Variables with the UPPERCASE + attribute, for example, will have their values converted to + uppercase upon assignment. + +'--enable-casemod-expansion' + Include support for case-modifying word expansions. + +'--enable-command-timing' + Include support for recognizing 'time' as a reserved word and for + displaying timing statistics for the pipeline following 'time' + (*note Pipelines::). This allows pipelines as well as shell + builtins and functions to be timed. + +'--enable-cond-command' + Include support for the '[[' conditional command. (*note + Conditional Constructs::). + +'--enable-cond-regexp' + Include support for matching POSIX regular expressions using the + '=~' binary operator in the '[[' conditional command. (*note + Conditional Constructs::). + +'--enable-coprocesses' + Include support for coprocesses and the 'coproc' reserved word + (*note Pipelines::). + +'--enable-debugger' + Include support for the bash debugger (distributed separately). + +'--enable-direxpand-default' + Cause the 'direxpand' shell option (*note The Shopt Builtin::) to + be enabled by default when the shell starts. It is normally + disabled by default. + +'--enable-directory-stack' + Include support for a 'csh'-like directory stack and the 'pushd', + 'popd', and 'dirs' builtins (*note The Directory Stack::). + +'--enable-disabled-builtins' + Allow builtin commands to be invoked via 'builtin xxx' even after + 'xxx' has been disabled using 'enable -n xxx'. See *note Bash + Builtins::, for details of the 'builtin' and 'enable' builtin + commands. + +'--enable-dparen-arithmetic' + Include support for the '((...))' command (*note Conditional + Constructs::). + +'--enable-extended-glob' + Include support for the extended pattern matching features + described above under *note Pattern Matching::. + +'--enable-extended-glob-default' + Set the default value of the EXTGLOB shell option described above + under *note The Shopt Builtin:: to be enabled. + +'--enable-function-import' + Include support for importing function definitions exported by + another instance of the shell from the environment. This option is + enabled by default. + +'--enable-glob-asciirange-default' + Set the default value of the GLOBASCIIRANGES shell option described + above under *note The Shopt Builtin:: to be enabled. This controls + the behavior of character ranges when used in pattern matching + bracket expressions. + +'--enable-help-builtin' + Include the 'help' builtin, which displays help on shell builtins + and variables (*note Bash Builtins::). + +'--enable-history' + Include command history and the 'fc' and 'history' builtin commands + (*note Bash History Facilities::). + +'--enable-job-control' + This enables the job control features (*note Job Control::), if the + operating system supports them. + +'--enable-multibyte' + This enables support for multibyte characters if the operating + system provides the necessary support. + +'--enable-net-redirections' + This enables the special handling of filenames of the form + '/dev/tcp/HOST/PORT' and '/dev/udp/HOST/PORT' when used in + redirections (*note Redirections::). + +'--enable-process-substitution' + This enables process substitution (*note Process Substitution::) if + the operating system provides the necessary support. + +'--enable-progcomp' + Enable the programmable completion facilities (*note Programmable + Completion::). If Readline is not enabled, this option has no + effect. + +'--enable-prompt-string-decoding' + Turn on the interpretation of a number of backslash-escaped + characters in the '$PS1', '$PS2', '$PS3', and '$PS4' prompt + strings. See *note Controlling the Prompt::, for a complete list + of prompt string escape sequences. + +'--enable-readline' + Include support for command-line editing and history with the Bash + version of the Readline library (*note Command Line Editing::). + +'--enable-restricted' + Include support for a "restricted shell". If this is enabled, + Bash, when called as 'rbash', enters a restricted mode. See *note + The Restricted Shell::, for a description of restricted mode. + +'--enable-select' + Include the 'select' compound command, which allows the generation + of simple menus (*note Conditional Constructs::). + +'--enable-separate-helpfiles' + Use external files for the documentation displayed by the 'help' + builtin instead of storing the text internally. + +'--enable-single-help-strings' + Store the text displayed by the 'help' builtin as a single string + for each help topic. This aids in translating the text to + different languages. You may need to disable this if your compiler + cannot handle very long string literals. + +'--enable-strict-posix-default' + Make Bash POSIX-conformant by default (*note Bash POSIX Mode::). + +'--enable-usg-echo-default' + A synonym for '--enable-xpg-echo-default'. + +'--enable-xpg-echo-default' + Make the 'echo' builtin expand backslash-escaped characters by + default, without requiring the '-e' option. This sets the default + value of the 'xpg_echo' shell option to 'on', which makes the Bash + 'echo' behave more like the version specified in the Single Unix + Specification, version 3. *Note Bash Builtins::, for a description + of the escape sequences that 'echo' recognizes. + + The file 'config-top.h' contains C Preprocessor '#define' statements +for options which are not settable from 'configure'. Some of these are +not meant to be changed; beware of the consequences if you do. Read the +comments associated with each definition for more information about its +effect. + + +File: bash.info, Node: Reporting Bugs, Next: Major Differences From The Bourne Shell, Prev: Installing Bash, Up: Top + +Appendix A Reporting Bugs +************************* + +Please report all bugs you find in Bash. But first, you should make +sure that it really is a bug, and that it appears in the latest version +of Bash. The latest version of Bash is always available for FTP from +. + + Once you have determined that a bug actually exists, use the +'bashbug' command to submit a bug report. If you have a fix, you are +encouraged to mail that as well! Suggestions and 'philosophical' bug +reports may be mailed to or posted to the Usenet +newsgroup 'gnu.bash.bug'. + + All bug reports should include: + * The version number of Bash. + * The hardware and operating system. + * The compiler used to compile Bash. + * A description of the bug behaviour. + * A short script or 'recipe' which exercises the bug and may be used + to reproduce it. + +'bashbug' inserts the first three items automatically into the template +it provides for filing a bug report. + + Please send all reports concerning this manual to . + + +File: bash.info, Node: Major Differences From The Bourne Shell, Next: GNU Free Documentation License, Prev: Reporting Bugs, Up: Top + +Appendix B Major Differences From The Bourne Shell +************************************************** + +Bash implements essentially the same grammar, parameter and variable +expansion, redirection, and quoting as the Bourne Shell. Bash uses the +POSIX standard as the specification of how these features are to be +implemented. There are some differences between the traditional Bourne +shell and Bash; this section quickly details the differences of +significance. A number of these differences are explained in greater +depth in previous sections. This section uses the version of 'sh' +included in SVR4.2 (the last version of the historical Bourne shell) as +the baseline reference. + + * Bash is POSIX-conformant, even where the POSIX specification + differs from traditional 'sh' behavior (*note Bash POSIX Mode::). + + * Bash has multi-character invocation options (*note Invoking + Bash::). + + * Bash has command-line editing (*note Command Line Editing::) and + the 'bind' builtin. + + * Bash provides a programmable word completion mechanism (*note + Programmable Completion::), and builtin commands 'complete', + 'compgen', and 'compopt', to manipulate it. + + * Bash has command history (*note Bash History Facilities::) and the + 'history' and 'fc' builtins to manipulate it. The Bash history + list maintains timestamp information and uses the value of the + 'HISTTIMEFORMAT' variable to display it. + + * Bash implements 'csh'-like history expansion (*note History + Interaction::). + + * Bash has one-dimensional array variables (*note Arrays::), and the + appropriate variable expansions and assignment syntax to use them. + Several of the Bash builtins take options to act on arrays. Bash + provides a number of built-in array variables. + + * The '$'...'' quoting syntax, which expands ANSI-C backslash-escaped + characters in the text between the single quotes, is supported + (*note ANSI-C Quoting::). + + * Bash supports the '$"..."' quoting syntax to do locale-specific + translation of the characters between the double quotes. The '-D', + '--dump-strings', and '--dump-po-strings' invocation options list + the translatable strings found in a script (*note Locale + Translation::). + + * Bash implements the '!' keyword to negate the return value of a + pipeline (*note Pipelines::). 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. + + * Bash has the 'time' reserved word and command timing (*note + Pipelines::). The display of the timing statistics may be + controlled with the 'TIMEFORMAT' variable. + + * Bash implements the 'for (( EXPR1 ; EXPR2 ; EXPR3 ))' arithmetic + for command, similar to the C language (*note Looping + Constructs::). + + * Bash includes the 'select' compound command, which allows the + generation of simple menus (*note Conditional Constructs::). + + * Bash includes the '[[' compound command, which makes conditional + testing part of the shell grammar (*note Conditional Constructs::), + including optional regular expression matching. + + * Bash provides optional case-insensitive matching for the 'case' and + '[[' constructs. + + * Bash includes brace expansion (*note Brace Expansion::) and tilde + expansion (*note Tilde Expansion::). + + * Bash implements command aliases and the 'alias' and 'unalias' + builtins (*note Aliases::). + + * Bash provides shell arithmetic, the '((' compound command (*note + Conditional Constructs::), and arithmetic expansion (*note Shell + Arithmetic::). + + * Variables present in the shell's initial environment are + automatically exported to child processes. The Bourne shell does + not normally do this unless the variables are explicitly marked + using the 'export' command. + + * Bash supports the '+=' assignment operator, which appends to the + value of the variable named on the left hand side. + + * Bash includes the POSIX pattern removal '%', '#', '%%' and '##' + expansions to remove leading or trailing substrings from variable + values (*note Shell Parameter Expansion::). + + * The expansion '${#xx}', which returns the length of '${xx}', is + supported (*note Shell Parameter Expansion::). + + * The expansion '${var:'OFFSET'[:'LENGTH']}', which expands to the + substring of 'var''s value of length LENGTH, beginning at OFFSET, + is present (*note Shell Parameter Expansion::). + + * The expansion '${var/[/]'PATTERN'[/'REPLACEMENT']}', which matches + PATTERN and replaces it with REPLACEMENT in the value of 'var', is + available (*note Shell Parameter Expansion::). + + * The expansion '${!PREFIX*}' expansion, which expands to the names + of all shell variables whose names begin with PREFIX, is available + (*note Shell Parameter Expansion::). + + * Bash has INDIRECT variable expansion using '${!word}' (*note Shell + Parameter Expansion::). + + * Bash can expand positional parameters beyond '$9' using '${NUM}'. + + * The POSIX '$()' form of command substitution is implemented (*note + Command Substitution::), and preferred to the Bourne shell's '``' + (which is also implemented for backwards compatibility). + + * Bash has process substitution (*note Process Substitution::). + + * Bash automatically assigns variables that provide information about + the current user ('UID', 'EUID', and 'GROUPS'), the current host + ('HOSTTYPE', 'OSTYPE', 'MACHTYPE', and 'HOSTNAME'), and the + instance of Bash that is running ('BASH', 'BASH_VERSION', and + 'BASH_VERSINFO'). *Note Bash Variables::, for details. + + * The 'IFS' variable is used to split only the results of expansion, + not all words (*note Word Splitting::). This closes a longstanding + shell security hole. + + * The filename expansion bracket expression code uses '!' and '^' to + negate the set of characters between the brackets. The Bourne + shell uses only '!'. + + * Bash implements the full set of POSIX filename expansion operators, + including CHARACTER CLASSES, EQUIVALENCE CLASSES, and COLLATING + SYMBOLS (*note Filename Expansion::). + + * Bash implements extended pattern matching features when the + 'extglob' shell option is enabled (*note Pattern Matching::). + + * It is possible to have a variable and a function with the same + name; 'sh' does not separate the two name spaces. + + * Bash functions are permitted to have local variables using the + 'local' builtin, and thus useful recursive functions may be written + (*note Bash Builtins::). + + * Variable assignments preceding commands affect only that command, + even builtins and functions (*note Environment::). In 'sh', all + variable assignments preceding commands are global unless the + command is executed from the file system. + + * Bash performs filename expansion on filenames specified as operands + to input and output redirection operators (*note Redirections::). + + * Bash contains the '<>' redirection operator, allowing a file to be + opened for both reading and writing, and the '&>' redirection + operator, for directing standard output and standard error to the + same file (*note Redirections::). + + * Bash includes the '<<<' redirection operator, allowing a string to + be used as the standard input to a command. + + * Bash implements the '[n]<&WORD' and '[n]>&WORD' redirection + operators, which move one file descriptor to another. + + * Bash treats a number of filenames specially when they are used in + redirection operators (*note Redirections::). + + * Bash can open network connections to arbitrary machines and + services with the redirection operators (*note Redirections::). + + * The 'noclobber' option is available to avoid overwriting existing + files with output redirection (*note The Set Builtin::). The '>|' + redirection operator may be used to override 'noclobber'. + + * The Bash 'cd' and 'pwd' builtins (*note Bourne Shell Builtins::) + each take '-L' and '-P' options to switch between logical and + physical modes. + + * Bash allows a function to override a builtin with the same name, + and provides access to that builtin's functionality within the + function via the 'builtin' and 'command' builtins (*note Bash + Builtins::). + + * The 'command' builtin allows selective disabling of functions when + command lookup is performed (*note Bash Builtins::). + + * Individual builtins may be enabled or disabled using the 'enable' + builtin (*note Bash Builtins::). + + * The Bash 'exec' builtin takes additional options that allow users + to control the contents of the environment passed to the executed + command, and what the zeroth argument to the command is to be + (*note Bourne Shell Builtins::). + + * Shell functions may be exported to children via the environment + using 'export -f' (*note Shell Functions::). + + * The Bash 'export', 'readonly', and 'declare' builtins can take a + '-f' option to act on shell functions, a '-p' option to display + variables with various attributes set in a format that can be used + as shell input, a '-n' option to remove various variable + attributes, and 'name=value' arguments to set variable attributes + and values simultaneously. + + * The Bash 'hash' builtin allows a name to be associated with an + arbitrary filename, even when that filename cannot be found by + searching the '$PATH', using 'hash -p' (*note Bourne Shell + Builtins::). + + * Bash includes a 'help' builtin for quick reference to shell + facilities (*note Bash Builtins::). + + * The 'printf' builtin is available to display formatted output + (*note Bash Builtins::). + + * The Bash 'read' builtin (*note Bash Builtins::) will read a line + ending in '\' with the '-r' option, and will use the 'REPLY' + variable as a default if no non-option arguments are supplied. The + Bash 'read' builtin also accepts a prompt string with the '-p' + option and will use Readline to obtain the line when given the '-e' + option. The 'read' builtin also has additional options to control + input: the '-s' option will turn off echoing of input characters as + they are read, the '-t' option will allow 'read' to time out if + input does not arrive within a specified number of seconds, the + '-n' option will allow reading only a specified number of + characters rather than a full line, and the '-d' option will read + until a particular character rather than newline. + + * The 'return' builtin may be used to abort execution of scripts + executed with the '.' or 'source' builtins (*note Bourne Shell + Builtins::). + + * Bash includes the 'shopt' builtin, for finer control of shell + optional capabilities (*note The Shopt Builtin::), and allows these + options to be set and unset at shell invocation (*note Invoking + Bash::). + + * Bash has much more optional behavior controllable with the 'set' + builtin (*note The Set Builtin::). + + * The '-x' ('xtrace') option displays commands other than simple + commands when performing an execution trace (*note The Set + Builtin::). + + * The 'test' builtin (*note Bourne Shell Builtins::) is slightly + different, as it implements the POSIX algorithm, which specifies + the behavior based on the number of arguments. + + * Bash includes the 'caller' builtin, which displays the context of + any active subroutine call (a shell function or a script executed + with the '.' or 'source' builtins). This supports the bash + debugger. + + * The 'trap' builtin (*note Bourne Shell Builtins::) allows a 'DEBUG' + pseudo-signal specification, similar to 'EXIT'. Commands specified + with a 'DEBUG' trap are executed before every simple command, 'for' + command, 'case' command, 'select' command, every arithmetic 'for' + command, and before the first command executes in a shell function. + The 'DEBUG' trap is not inherited by shell functions unless the + function has been given the 'trace' attribute or the 'functrace' + option has been enabled using the 'shopt' builtin. The 'extdebug' + shell option has additional effects on the 'DEBUG' trap. + + The 'trap' builtin (*note Bourne Shell Builtins::) allows an 'ERR' + pseudo-signal specification, similar to 'EXIT' and 'DEBUG'. + Commands specified with an 'ERR' trap are executed after a simple + command fails, with a few exceptions. The 'ERR' trap is not + inherited by shell functions unless the '-o errtrace' option to the + 'set' builtin is enabled. + + The 'trap' builtin (*note Bourne Shell Builtins::) allows a + 'RETURN' pseudo-signal specification, similar to 'EXIT' and + 'DEBUG'. Commands specified with an 'RETURN' trap are executed + before execution resumes after a shell function or a shell script + executed with '.' or 'source' returns. The 'RETURN' trap is not + inherited by shell functions unless the function has been given the + 'trace' attribute or the 'functrace' option has been enabled using + the 'shopt' builtin. + + * The Bash 'type' builtin is more extensive and gives more + information about the names it finds (*note Bash Builtins::). + + * The Bash 'umask' builtin permits a '-p' option to cause the output + to be displayed in the form of a 'umask' command that may be reused + as input (*note Bourne Shell Builtins::). + + * Bash implements a 'csh'-like directory stack, and provides the + 'pushd', 'popd', and 'dirs' builtins to manipulate it (*note The + Directory Stack::). Bash also makes the directory stack visible as + the value of the 'DIRSTACK' shell variable. + + * Bash interprets special backslash-escaped characters in the prompt + strings when interactive (*note Controlling the Prompt::). + + * The Bash restricted mode is more useful (*note The Restricted + Shell::); the SVR4.2 shell restricted mode is too limited. + + * The 'disown' builtin can remove a job from the internal shell job + table (*note Job Control Builtins::) or suppress the sending of + 'SIGHUP' to a job when the shell exits as the result of a 'SIGHUP'. + + * Bash includes a number of features to support a separate debugger + for shell scripts. + + * The SVR4.2 shell has two privilege-related builtins ('mldmode' and + 'priv') not present in Bash. + + * Bash does not have the 'stop' or 'newgrp' builtins. + + * Bash does not use the 'SHACCT' variable or perform shell + accounting. + + * The SVR4.2 'sh' uses a 'TIMEOUT' variable like Bash uses 'TMOUT'. + +More features unique to Bash may be found in *note Bash Features::. + +B.1 Implementation Differences From The SVR4.2 Shell +==================================================== + +Since Bash is a completely new implementation, it does not suffer from +many of the limitations of the SVR4.2 shell. For instance: + + * Bash does not fork a subshell when redirecting into or out of a + shell control structure such as an 'if' or 'while' statement. + + * Bash does not allow unbalanced quotes. The SVR4.2 shell will + silently insert a needed closing quote at 'EOF' under certain + circumstances. This can be the cause of some hard-to-find errors. + + * The SVR4.2 shell uses a baroque memory management scheme based on + trapping 'SIGSEGV'. If the shell is started from a process with + 'SIGSEGV' blocked (e.g., by using the 'system()' C library function + call), it misbehaves badly. + + * In a questionable attempt at security, the SVR4.2 shell, when + invoked without the '-p' option, will alter its real and effective + UID and GID if they are less than some magic threshold value, + commonly 100. This can lead to unexpected results. + + * The SVR4.2 shell does not allow users to trap 'SIGSEGV', 'SIGALRM', + or 'SIGCHLD'. + + * The SVR4.2 shell does not allow the 'IFS', 'MAILCHECK', 'PATH', + 'PS1', or 'PS2' variables to be unset. + + * The SVR4.2 shell treats '^' as the undocumented equivalent of '|'. + + * Bash allows multiple option arguments when it is invoked ('-x -v'); + the SVR4.2 shell allows only one option argument ('-xv'). In fact, + some versions of the shell dump core if the second argument begins + with a '-'. + + * The SVR4.2 shell exits a script if any builtin fails; Bash exits a + script only if one of the POSIX special builtins fails, and only + for certain failures, as enumerated in the POSIX standard. + + * The SVR4.2 shell behaves differently when invoked as 'jsh' (it + turns on job control). + + +File: bash.info, Node: GNU Free Documentation License, Next: Indexes, Prev: Major Differences From The Bourne Shell, Up: Top + +Appendix C GNU Free Documentation License +***************************************** + + Version 1.3, 3 November 2008 + + Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + + + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + 0. PREAMBLE + + The purpose of this License is to make a manual, textbook, or other + functional and useful document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or + noncommercially. Secondarily, this License preserves for the + author and publisher a way to get credit for their work, while not + being considered responsible for modifications made by others. + + This License is a kind of "copyleft", which means that derivative + works of the document must themselves be free in the same sense. + It complements the GNU General Public License, which is a copyleft + license designed for free software. + + We have designed this License in order to use it for manuals for + free software, because free software needs free documentation: a + free program should come with manuals providing the same freedoms + that the software does. But this License is not limited to + software manuals; it can be used for any textual work, regardless + of subject matter or whether it is published as a printed book. We + recommend this License principally for works whose purpose is + instruction or reference. + + 1. APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work, in any medium, + that contains a notice placed by the copyright holder saying it can + be distributed under the terms of this License. Such a notice + grants a world-wide, royalty-free license, unlimited in duration, + to use that work under the conditions stated herein. The + "Document", below, refers to any such manual or work. Any member + of the public is a licensee, and is addressed as "you". You accept + the license if you copy, modify or distribute the work in a way + requiring permission under copyright law. + + A "Modified Version" of the Document means any work containing the + Document or a portion of it, either copied verbatim, or with + modifications and/or translated into another language. + + A "Secondary Section" is a named appendix or a front-matter section + of the Document that deals exclusively with the relationship of the + publishers or authors of the Document to the Document's overall + subject (or to related matters) and contains nothing that could + fall directly within that overall subject. (Thus, if the Document + is in part a textbook of mathematics, a Secondary Section may not + explain any mathematics.) The relationship could be a matter of + historical connection with the subject or with related matters, or + of legal, commercial, philosophical, ethical or political position + regarding them. + + The "Invariant Sections" are certain Secondary Sections whose + titles are designated, as being those of Invariant Sections, in the + notice that says that the Document is released under this License. + If a section does not fit the above definition of Secondary then it + is not allowed to be designated as Invariant. The Document may + contain zero Invariant Sections. If the Document does not identify + any Invariant Sections then there are none. + + The "Cover Texts" are certain short passages of text that are + listed, as Front-Cover Texts or Back-Cover Texts, in the notice + that says that the Document is released under this License. A + Front-Cover Text may be at most 5 words, and a Back-Cover Text may + be at most 25 words. + + A "Transparent" copy of the Document means a machine-readable copy, + represented in a format whose specification is available to the + general public, that is suitable for revising the document + straightforwardly with generic text editors or (for images composed + of pixels) generic paint programs or (for drawings) some widely + available drawing editor, and that is suitable for input to text + formatters or for automatic translation to a variety of formats + suitable for input to text formatters. A copy made in an otherwise + Transparent file format whose markup, or absence of markup, has + been arranged to thwart or discourage subsequent modification by + readers is not Transparent. An image format is not Transparent if + used for any substantial amount of text. A copy that is not + "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include plain + ASCII without markup, Texinfo input format, LaTeX input format, + SGML or XML using a publicly available DTD, and standard-conforming + simple HTML, PostScript or PDF designed for human modification. + Examples of transparent image formats include PNG, XCF and JPG. + Opaque formats include proprietary formats that can be read and + edited only by proprietary word processors, SGML or XML for which + the DTD and/or processing tools are not generally available, and + the machine-generated HTML, PostScript or PDF produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page itself, + plus such following pages as are needed to hold, legibly, the + material this License requires to appear in the title page. For + works in formats which do not have any title page as such, "Title + Page" means the text near the most prominent appearance of the + work's title, preceding the beginning of the body of the text. + + The "publisher" means any person or entity that distributes copies + of the Document to the public. + + A section "Entitled XYZ" means a named subunit of the Document + whose title either is precisely XYZ or contains XYZ in parentheses + following text that translates XYZ in another language. (Here XYZ + stands for a specific section name mentioned below, such as + "Acknowledgements", "Dedications", "Endorsements", or "History".) + To "Preserve the Title" of such a section when you modify the + Document means that it remains a section "Entitled XYZ" according + to this definition. + + The Document may include Warranty Disclaimers next to the notice + which states that this License applies to the Document. These + Warranty Disclaimers are considered to be included by reference in + this License, but only as regards disclaiming warranties: any other + implication that these Warranty Disclaimers may have is void and + has no effect on the meaning of this License. + + 2. VERBATIM COPYING + + You may copy and distribute the Document in any medium, either + commercially or noncommercially, provided that this License, the + copyright notices, and the license notice saying this License + applies to the Document are reproduced in all copies, and that you + add no other conditions whatsoever to those of this License. You + may not use technical measures to obstruct or control the reading + or further copying of the copies you make or distribute. However, + you may accept compensation in exchange for copies. If you + distribute a large enough number of copies you must also follow the + conditions in section 3. + + You may also lend copies, under the same conditions stated above, + and you may publicly display copies. + + 3. COPYING IN QUANTITY + + If you publish printed copies (or copies in media that commonly + have printed covers) of the Document, numbering more than 100, and + the Document's license notice requires Cover Texts, you must + enclose the copies in covers that carry, clearly and legibly, all + these Cover Texts: Front-Cover Texts on the front cover, and + Back-Cover Texts on the back cover. Both covers must also clearly + and legibly identify you as the publisher of these copies. The + front cover must present the full title with all words of the title + equally prominent and visible. You may add other material on the + covers in addition. Copying with changes limited to the covers, as + long as they preserve the title of the Document and satisfy these + conditions, can be treated as verbatim copying in other respects. + + If the required texts for either cover are too voluminous to fit + legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto + adjacent pages. + + If you publish or distribute Opaque copies of the Document + numbering more than 100, you must either include a machine-readable + Transparent copy along with each Opaque copy, or state in or with + each Opaque copy a computer-network location from which the general + network-using public has access to download using public-standard + network protocols a complete Transparent copy of the Document, free + of added material. If you use the latter option, you must take + reasonably prudent steps, when you begin distribution of Opaque + copies in quantity, to ensure that this Transparent copy will + remain thus accessible at the stated location until at least one + year after the last time you distribute an Opaque copy (directly or + through your agents or retailers) of that edition to the public. + + It is requested, but not required, that you contact the authors of + the Document well before redistributing any large number of copies, + to give them a chance to provide you with an updated version of the + Document. + + 4. MODIFICATIONS + + You may copy and distribute a Modified Version of the Document + under the conditions of sections 2 and 3 above, provided that you + release the Modified Version under precisely this License, with the + Modified Version filling the role of the Document, thus licensing + distribution and modification of the Modified Version to whoever + possesses a copy of it. In addition, you must do these things in + the Modified Version: + + A. Use in the Title Page (and on the covers, if any) a title + distinct from that of the Document, and from those of previous + versions (which should, if there were any, be listed in the + History section of the Document). You may use the same title + as a previous version if the original publisher of that + version gives permission. + + B. List on the Title Page, as authors, one or more persons or + entities responsible for authorship of the modifications in + the Modified Version, together with at least five of the + principal authors of the Document (all of its principal + authors, if it has fewer than five), unless they release you + from this requirement. + + C. State on the Title page the name of the publisher of the + Modified Version, as the publisher. + + D. Preserve all the copyright notices of the Document. + + E. Add an appropriate copyright notice for your modifications + adjacent to the other copyright notices. + + F. Include, immediately after the copyright notices, a license + notice giving the public permission to use the Modified + Version under the terms of this License, in the form shown in + the Addendum below. + + G. Preserve in that license notice the full lists of Invariant + Sections and required Cover Texts given in the Document's + license notice. + + H. Include an unaltered copy of this License. + + I. Preserve the section Entitled "History", Preserve its Title, + and add to it an item stating at least the title, year, new + authors, and publisher of the Modified Version as given on the + Title Page. If there is no section Entitled "History" in the + Document, create one stating the title, year, authors, and + publisher of the Document as given on its Title Page, then add + an item describing the Modified Version as stated in the + previous sentence. + + J. Preserve the network location, if any, given in the Document + for public access to a Transparent copy of the Document, and + likewise the network locations given in the Document for + previous versions it was based on. These may be placed in the + "History" section. You may omit a network location for a work + that was published at least four years before the Document + itself, or if the original publisher of the version it refers + to gives permission. + + K. For any section Entitled "Acknowledgements" or "Dedications", + Preserve the Title of the section, and preserve in the section + all the substance and tone of each of the contributor + acknowledgements and/or dedications given therein. + + L. Preserve all the Invariant Sections of the Document, unaltered + in their text and in their titles. Section numbers or the + equivalent are not considered part of the section titles. + + M. Delete any section Entitled "Endorsements". Such a section + may not be included in the Modified Version. + + N. Do not retitle any existing section to be Entitled + "Endorsements" or to conflict in title with any Invariant + Section. + + O. Preserve any Warranty Disclaimers. + + If the Modified Version includes new front-matter sections or + appendices that qualify as Secondary Sections and contain no + material copied from the Document, you may at your option designate + some or all of these sections as invariant. To do this, add their + titles to the list of Invariant Sections in the Modified Version's + license notice. These titles must be distinct from any other + section titles. + + You may add a section Entitled "Endorsements", provided it contains + nothing but endorsements of your Modified Version by various + parties--for example, statements of peer review or that the text + has been approved by an organization as the authoritative + definition of a standard. + + You may add a passage of up to five words as a Front-Cover Text, + and a passage of up to 25 words as a Back-Cover Text, to the end of + the list of Cover Texts in the Modified Version. Only one passage + of Front-Cover Text and one of Back-Cover Text may be added by (or + through arrangements made by) any one entity. If the Document + already includes a cover text for the same cover, previously added + by you or by arrangement made by the same entity you are acting on + behalf of, you may not add another; but you may replace the old + one, on explicit permission from the previous publisher that added + the old one. + + The author(s) and publisher(s) of the Document do not by this + License give permission to use their names for publicity for or to + assert or imply endorsement of any Modified Version. + + 5. COMBINING DOCUMENTS + + You may combine the Document with other documents released under + this License, under the terms defined in section 4 above for + modified versions, provided that you include in the combination all + of the Invariant Sections of all of the original documents, + unmodified, and list them all as Invariant Sections of your + combined work in its license notice, and that you preserve all + their Warranty Disclaimers. + + The combined work need only contain one copy of this License, and + multiple identical Invariant Sections may be replaced with a single + copy. If there are multiple Invariant Sections with the same name + but different contents, make the title of each such section unique + by adding at the end of it, in parentheses, the name of the + original author or publisher of that section if known, or else a + unique number. Make the same adjustment to the section titles in + the list of Invariant Sections in the license notice of the + combined work. + + In the combination, you must combine any sections Entitled + "History" in the various original documents, forming one section + Entitled "History"; likewise combine any sections Entitled + "Acknowledgements", and any sections Entitled "Dedications". You + must delete all sections Entitled "Endorsements." + + 6. COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and other + documents released under this License, and replace the individual + copies of this License in the various documents with a single copy + that is included in the collection, provided that you follow the + rules of this License for verbatim copying of each of the documents + in all other respects. + + You may extract a single document from such a collection, and + distribute it individually under this License, provided you insert + a copy of this License into the extracted document, and follow this + License in all other respects regarding verbatim copying of that + document. + + 7. AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other + separate and independent documents or works, in or on a volume of a + storage or distribution medium, is called an "aggregate" if the + copyright resulting from the compilation is not used to limit the + legal rights of the compilation's users beyond what the individual + works permit. When the Document is included in an aggregate, this + License does not apply to the other works in the aggregate which + are not themselves derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to these + copies of the Document, then if the Document is less than one half + of the entire aggregate, the Document's Cover Texts may be placed + on covers that bracket the Document within the aggregate, or the + electronic equivalent of covers if the Document is in electronic + form. Otherwise they must appear on printed covers that bracket + the whole aggregate. + + 8. TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section + 4. Replacing Invariant Sections with translations requires special + permission from their copyright holders, but you may include + translations of some or all Invariant Sections in addition to the + original versions of these Invariant Sections. You may include a + translation of this License, and all the license notices in the + Document, and any Warranty Disclaimers, provided that you also + include the original English version of this License and the + original versions of those notices and disclaimers. In case of a + disagreement between the translation and the original version of + this License or a notice or disclaimer, the original version will + prevail. + + If a section in the Document is Entitled "Acknowledgements", + "Dedications", or "History", the requirement (section 4) to + Preserve its Title (section 1) will typically require changing the + actual title. + + 9. TERMINATION + + You may not copy, modify, sublicense, or distribute the Document + except as expressly provided under this License. Any attempt + otherwise to copy, modify, sublicense, or distribute it is void, + and will automatically terminate your rights under this License. + + However, if you cease all violation of this License, then your + license from a particular copyright holder is reinstated (a) + provisionally, unless and until the copyright holder explicitly and + finally terminates your license, and (b) permanently, if the + copyright holder fails to notify you of the violation by some + reasonable means prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is + reinstated permanently if the copyright holder notifies you of the + violation by some reasonable means, this is the first time you have + received notice of violation of this License (for any work) from + that copyright holder, and you cure the violation prior to 30 days + after your receipt of the notice. + + Termination of your rights under this section does not terminate + the licenses of parties who have received copies or rights from you + under this License. If your rights have been terminated and not + permanently reinstated, receipt of a copy of some or all of the + same material does not give you any rights to use it. + + 10. FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised versions of + the GNU Free Documentation License from time to time. Such new + versions will be similar in spirit to the present version, but may + differ in detail to address new problems or concerns. See + . + + Each version of the License is given a distinguishing version + number. If the Document specifies that a particular numbered + version of this License "or any later version" applies to it, you + have the option of following the terms and conditions either of + that specified version or of any later version that has been + published (not as a draft) by the Free Software Foundation. If the + Document does not specify a version number of this License, you may + choose any version ever published (not as a draft) by the Free + Software Foundation. If the Document specifies that a proxy can + decide which future versions of this License can be used, that + proxy's public statement of acceptance of a version permanently + authorizes you to choose that version for the Document. + + 11. RELICENSING + + "Massive Multiauthor Collaboration Site" (or "MMC Site") means any + World Wide Web server that publishes copyrightable works and also + provides prominent facilities for anybody to edit those works. A + public wiki that anybody can edit is an example of such a server. + A "Massive Multiauthor Collaboration" (or "MMC") contained in the + site means any set of copyrightable works thus published on the MMC + site. + + "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 + license published by Creative Commons Corporation, a not-for-profit + corporation with a principal place of business in San Francisco, + California, as well as future copyleft versions of that license + published by that same organization. + + "Incorporate" means to publish or republish a Document, in whole or + in part, as part of another Document. + + An MMC is "eligible for relicensing" if it is licensed under this + License, and if all works that were first published under this + License somewhere other than this MMC, and subsequently + incorporated in whole or in part into the MMC, (1) had no cover + texts or invariant sections, and (2) were thus incorporated prior + to November 1, 2008. + + The operator of an MMC Site may republish an MMC contained in the + site under CC-BY-SA on the same site at any time before August 1, + 2009, provided the MMC is eligible for relicensing. + +ADDENDUM: How to use this License for your documents +==================================================== + +To use this License in a document you have written, include a copy of +the License in the document and put the following copyright and license +notices just after the title page: + + Copyright (C) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled ``GNU + Free Documentation License''. + + If you have Invariant Sections, Front-Cover Texts and Back-Cover +Texts, replace the "with...Texts." line with this: + + with the Invariant Sections being LIST THEIR TITLES, with + the Front-Cover Texts being LIST, and with the Back-Cover Texts + being LIST. + + If you have Invariant Sections without Cover Texts, or some other +combination of the three, merge those two alternatives to suit the +situation. + + If your document contains nontrivial examples of program code, we +recommend releasing these examples in parallel under your choice of free +software license, such as the GNU General Public License, to permit +their use in free software. + + +File: bash.info, Node: Indexes, Prev: GNU Free Documentation License, Up: Top + +Appendix D Indexes +****************** + +* Menu: + +* Builtin Index:: Index of Bash builtin commands. +* Reserved Word Index:: Index of Bash reserved words. +* Variable Index:: Quick reference helps you find the + variable you want. +* Function Index:: Index of bindable Readline functions. +* Concept Index:: General index for concepts described in + this manual. + + +File: bash.info, Node: Builtin Index, Next: Reserved Word Index, Up: Indexes + +D.1 Index of Shell Builtin Commands +=================================== + +[index] +* Menu: + +* .: Bourne Shell Builtins. + (line 17) +* :: Bourne Shell Builtins. + (line 11) +* [: Bourne Shell Builtins. + (line 268) +* alias: Bash Builtins. (line 11) +* bg: Job Control Builtins. + (line 7) +* bind: Bash Builtins. (line 21) +* break: Bourne Shell Builtins. + (line 36) +* builtin: Bash Builtins. (line 102) +* caller: Bash Builtins. (line 111) +* cd: Bourne Shell Builtins. + (line 44) +* command: Bash Builtins. (line 128) +* compgen: Programmable Completion Builtins. + (line 12) +* complete: Programmable Completion Builtins. + (line 30) +* compopt: Programmable Completion Builtins. + (line 229) +* continue: Bourne Shell Builtins. + (line 85) +* declare: Bash Builtins. (line 148) +* dirs: Directory Stack Builtins. + (line 7) +* disown: Job Control Builtins. + (line 89) +* echo: Bash Builtins. (line 245) +* enable: Bash Builtins. (line 294) +* eval: Bourne Shell Builtins. + (line 94) +* exec: Bourne Shell Builtins. + (line 102) +* exit: Bourne Shell Builtins. + (line 119) +* export: Bourne Shell Builtins. + (line 126) +* fc: Bash History Builtins. + (line 10) +* fg: Job Control Builtins. + (line 17) +* getopts: Bourne Shell Builtins. + (line 142) +* hash: Bourne Shell Builtins. + (line 185) +* help: Bash Builtins. (line 323) +* history: Bash History Builtins. + (line 40) +* jobs: Job Control Builtins. + (line 27) +* kill: Job Control Builtins. + (line 58) +* let: Bash Builtins. (line 342) +* local: Bash Builtins. (line 350) +* logout: Bash Builtins. (line 364) +* mapfile: Bash Builtins. (line 369) +* popd: Directory Stack Builtins. + (line 35) +* printf: Bash Builtins. (line 414) +* pushd: Directory Stack Builtins. + (line 53) +* pwd: Bourne Shell Builtins. + (line 205) +* read: Bash Builtins. (line 458) +* readarray: Bash Builtins. (line 550) +* readonly: Bourne Shell Builtins. + (line 215) +* return: Bourne Shell Builtins. + (line 234) +* set: The Set Builtin. (line 11) +* shift: Bourne Shell Builtins. + (line 255) +* shopt: The Shopt Builtin. (line 9) +* source: Bash Builtins. (line 559) +* suspend: Job Control Builtins. + (line 101) +* test: Bourne Shell Builtins. + (line 268) +* times: Bourne Shell Builtins. + (line 343) +* trap: Bourne Shell Builtins. + (line 349) +* type: Bash Builtins. (line 564) +* typeset: Bash Builtins. (line 596) +* ulimit: Bash Builtins. (line 602) +* umask: Bourne Shell Builtins. + (line 398) +* unalias: Bash Builtins. (line 701) +* unset: Bourne Shell Builtins. + (line 416) +* wait: Job Control Builtins. + (line 76) + + +File: bash.info, Node: Reserved Word Index, Next: Variable Index, Prev: Builtin Index, Up: Indexes + +D.2 Index of Shell Reserved Words +================================= + +[index] +* Menu: + +* !: Pipelines. (line 9) +* [[: Conditional Constructs. + (line 121) +* ]]: Conditional Constructs. + (line 121) +* {: Command Grouping. (line 21) +* }: Command Grouping. (line 21) +* case: Conditional Constructs. + (line 28) +* do: Looping Constructs. (line 12) +* done: Looping Constructs. (line 12) +* elif: Conditional Constructs. + (line 7) +* else: Conditional Constructs. + (line 7) +* esac: Conditional Constructs. + (line 28) +* fi: Conditional Constructs. + (line 7) +* for: Looping Constructs. (line 32) +* function: Shell Functions. (line 13) +* if: Conditional Constructs. + (line 7) +* in: Conditional Constructs. + (line 28) +* select: Conditional Constructs. + (line 79) +* then: Conditional Constructs. + (line 7) +* time: Pipelines. (line 9) +* until: Looping Constructs. (line 12) +* while: Looping Constructs. (line 22) + + +File: bash.info, Node: Variable Index, Next: Function Index, Prev: Reserved Word Index, Up: Indexes + +D.3 Parameter and Variable Index +================================ + +[index] +* Menu: + +* !: Special Parameters. (line 50) +* #: Special Parameters. (line 33) +* $: Special Parameters. (line 45) +* $!: Special Parameters. (line 51) +* $#: Special Parameters. (line 34) +* $$: Special Parameters. (line 46) +* $*: Special Parameters. (line 10) +* $-: Special Parameters. (line 41) +* $0: Special Parameters. (line 56) +* $?: Special Parameters. (line 37) +* $@: Special Parameters. (line 23) +* $_: Special Parameters. (line 65) +* *: Special Parameters. (line 9) +* -: Special Parameters. (line 40) +* 0: Special Parameters. (line 55) +* ?: Special Parameters. (line 36) +* @: Special Parameters. (line 22) +* _: Special Parameters. (line 64) +* auto_resume: Job Control Variables. + (line 6) +* BASH: Bash Variables. (line 13) +* BASHOPTS: Bash Variables. (line 16) +* BASHPID: Bash Variables. (line 25) +* BASH_ALIASES: Bash Variables. (line 30) +* BASH_ARGC: Bash Variables. (line 39) +* BASH_ARGV: Bash Variables. (line 49) +* BASH_CMDS: Bash Variables. (line 59) +* BASH_COMMAND: Bash Variables. (line 68) +* BASH_COMPAT: Bash Variables. (line 73) +* BASH_ENV: Bash Variables. (line 88) +* BASH_EXECUTION_STRING: Bash Variables. (line 94) +* BASH_LINENO: Bash Variables. (line 97) +* BASH_LOADABLES_PATH: Bash Variables. (line 105) +* BASH_REMATCH: Bash Variables. (line 109) +* BASH_SOURCE: Bash Variables. (line 117) +* BASH_SUBSHELL: Bash Variables. (line 124) +* BASH_VERSINFO: Bash Variables. (line 129) +* BASH_VERSION: Bash Variables. (line 152) +* BASH_XTRACEFD: Bash Variables. (line 155) +* bell-style: Readline Init File Syntax. + (line 38) +* bind-tty-special-chars: Readline Init File Syntax. + (line 45) +* blink-matching-paren: Readline Init File Syntax. + (line 50) +* CDPATH: Bourne Shell Variables. + (line 9) +* CHILD_MAX: Bash Variables. (line 166) +* colored-completion-prefix: Readline Init File Syntax. + (line 55) +* colored-stats: Readline Init File Syntax. + (line 62) +* COLUMNS: Bash Variables. (line 173) +* comment-begin: Readline Init File Syntax. + (line 68) +* completion-display-width: Readline Init File Syntax. + (line 73) +* completion-ignore-case: Readline Init File Syntax. + (line 80) +* completion-map-case: Readline Init File Syntax. + (line 85) +* completion-prefix-display-length: Readline Init File Syntax. + (line 91) +* completion-query-items: Readline Init File Syntax. + (line 98) +* COMPREPLY: Bash Variables. (line 225) +* COMP_CWORD: Bash Variables. (line 179) +* COMP_KEY: Bash Variables. (line 208) +* COMP_LINE: Bash Variables. (line 185) +* COMP_POINT: Bash Variables. (line 190) +* COMP_TYPE: Bash Variables. (line 198) +* COMP_WORDBREAKS: Bash Variables. (line 212) +* COMP_WORDS: Bash Variables. (line 218) +* convert-meta: Readline Init File Syntax. + (line 108) +* COPROC: Bash Variables. (line 231) +* DIRSTACK: Bash Variables. (line 235) +* disable-completion: Readline Init File Syntax. + (line 116) +* echo-control-characters: Readline Init File Syntax. + (line 121) +* editing-mode: Readline Init File Syntax. + (line 126) +* EMACS: Bash Variables. (line 245) +* emacs-mode-string: Readline Init File Syntax. + (line 132) +* enable-bracketed-paste: Readline Init File Syntax. + (line 142) +* enable-keypad: Readline Init File Syntax. + (line 150) +* ENV: Bash Variables. (line 250) +* EUID: Bash Variables. (line 254) +* EXECIGNORE: Bash Variables. (line 258) +* expand-tilde: Readline Init File Syntax. + (line 161) +* FCEDIT: Bash Variables. (line 271) +* FIGNORE: Bash Variables. (line 275) +* FUNCNAME: Bash Variables. (line 281) +* FUNCNEST: Bash Variables. (line 298) +* GLOBIGNORE: Bash Variables. (line 303) +* GROUPS: Bash Variables. (line 310) +* histchars: Bash Variables. (line 316) +* HISTCMD: Bash Variables. (line 331) +* HISTCONTROL: Bash Variables. (line 336) +* HISTFILE: Bash Variables. (line 352) +* HISTFILESIZE: Bash Variables. (line 356) +* HISTIGNORE: Bash Variables. (line 367) +* history-preserve-point: Readline Init File Syntax. + (line 165) +* history-size: Readline Init File Syntax. + (line 171) +* HISTSIZE: Bash Variables. (line 387) +* HISTTIMEFORMAT: Bash Variables. (line 394) +* HOME: Bourne Shell Variables. + (line 13) +* horizontal-scroll-mode: Readline Init File Syntax. + (line 180) +* HOSTFILE: Bash Variables. (line 402) +* HOSTNAME: Bash Variables. (line 413) +* HOSTTYPE: Bash Variables. (line 416) +* IFS: Bourne Shell Variables. + (line 18) +* IGNOREEOF: Bash Variables. (line 419) +* input-meta: Readline Init File Syntax. + (line 187) +* INPUTRC: Bash Variables. (line 429) +* isearch-terminators: Readline Init File Syntax. + (line 195) +* keymap: Readline Init File Syntax. + (line 202) +* LANG: Bash Variables. (line 433) +* LC_ALL: Bash Variables. (line 437) +* LC_COLLATE: Bash Variables. (line 441) +* LC_CTYPE: Bash Variables. (line 448) +* LC_MESSAGES: Locale Translation. (line 11) +* LC_MESSAGES <1>: Bash Variables. (line 453) +* LC_NUMERIC: Bash Variables. (line 457) +* LC_TIME: Bash Variables. (line 461) +* LINENO: Bash Variables. (line 465) +* LINES: Bash Variables. (line 469) +* MACHTYPE: Bash Variables. (line 475) +* MAIL: Bourne Shell Variables. + (line 22) +* MAILCHECK: Bash Variables. (line 479) +* MAILPATH: Bourne Shell Variables. + (line 27) +* MAPFILE: Bash Variables. (line 487) +* mark-modified-lines: Readline Init File Syntax. + (line 232) +* mark-symlinked-directories: Readline Init File Syntax. + (line 237) +* match-hidden-files: Readline Init File Syntax. + (line 242) +* menu-complete-display-prefix: Readline Init File Syntax. + (line 249) +* meta-flag: Readline Init File Syntax. + (line 187) +* OLDPWD: Bash Variables. (line 491) +* OPTARG: Bourne Shell Variables. + (line 34) +* OPTERR: Bash Variables. (line 494) +* OPTIND: Bourne Shell Variables. + (line 38) +* OSTYPE: Bash Variables. (line 498) +* output-meta: Readline Init File Syntax. + (line 254) +* page-completions: Readline Init File Syntax. + (line 260) +* PATH: Bourne Shell Variables. + (line 42) +* PIPESTATUS: Bash Variables. (line 501) +* POSIXLY_CORRECT: Bash Variables. (line 506) +* PPID: Bash Variables. (line 515) +* PROMPT_COMMAND: Bash Variables. (line 519) +* PROMPT_DIRTRIM: Bash Variables. (line 523) +* PS0: Bash Variables. (line 529) +* PS1: Bourne Shell Variables. + (line 48) +* PS2: Bourne Shell Variables. + (line 53) +* PS3: Bash Variables. (line 534) +* PS4: Bash Variables. (line 539) +* PWD: Bash Variables. (line 545) +* RANDOM: Bash Variables. (line 548) +* READLINE_LINE: Bash Variables. (line 553) +* READLINE_POINT: Bash Variables. (line 557) +* REPLY: Bash Variables. (line 561) +* revert-all-at-newline: Readline Init File Syntax. + (line 270) +* SECONDS: Bash Variables. (line 564) +* SHELL: Bash Variables. (line 570) +* SHELLOPTS: Bash Variables. (line 575) +* SHLVL: Bash Variables. (line 584) +* show-all-if-ambiguous: Readline Init File Syntax. + (line 276) +* show-all-if-unmodified: Readline Init File Syntax. + (line 282) +* show-mode-in-prompt: Readline Init File Syntax. + (line 291) +* skip-completed-text: Readline Init File Syntax. + (line 297) +* TEXTDOMAIN: Locale Translation. (line 11) +* TEXTDOMAINDIR: Locale Translation. (line 11) +* TIMEFORMAT: Bash Variables. (line 589) +* TMOUT: Bash Variables. (line 627) +* TMPDIR: Bash Variables. (line 639) +* UID: Bash Variables. (line 643) +* vi-cmd-mode-string: Readline Init File Syntax. + (line 310) +* vi-ins-mode-string: Readline Init File Syntax. + (line 320) +* visible-stats: Readline Init File Syntax. + (line 330) + + +File: bash.info, Node: Function Index, Next: Concept Index, Prev: Variable Index, Up: Indexes + +D.4 Function Index +================== + +[index] +* Menu: + +* abort (C-g): Miscellaneous Commands. + (line 10) +* accept-line (Newline or Return): Commands For History. + (line 6) +* alias-expand-line (): Miscellaneous Commands. + (line 124) +* backward-char (C-b): Commands For Moving. (line 15) +* backward-delete-char (Rubout): Commands For Text. (line 17) +* backward-kill-line (C-x Rubout): Commands For Killing. + (line 9) +* backward-kill-word (M-): Commands For Killing. + (line 24) +* backward-word (M-b): Commands For Moving. (line 22) +* beginning-of-history (M-<): Commands For History. + (line 20) +* beginning-of-line (C-a): Commands For Moving. (line 6) +* bracketed-paste-begin (): Commands For Text. (line 33) +* call-last-kbd-macro (C-x e): Keyboard Macros. (line 13) +* capitalize-word (M-c): Commands For Text. (line 61) +* character-search (C-]): Miscellaneous Commands. + (line 41) +* character-search-backward (M-C-]): Miscellaneous Commands. + (line 46) +* clear-screen (C-l): Commands For Moving. (line 34) +* complete (): Commands For Completion. + (line 6) +* complete-command (M-!): Commands For Completion. + (line 80) +* complete-filename (M-/): Commands For Completion. + (line 49) +* complete-hostname (M-@): Commands For Completion. + (line 72) +* complete-into-braces (M-{): Commands For Completion. + (line 100) +* complete-username (M-~): Commands For Completion. + (line 56) +* complete-variable (M-$): Commands For Completion. + (line 64) +* copy-backward-word (): Commands For Killing. + (line 58) +* copy-forward-word (): Commands For Killing. + (line 63) +* copy-region-as-kill (): Commands For Killing. + (line 54) +* dabbrev-expand (): Commands For Completion. + (line 95) +* delete-char (C-d): Commands For Text. (line 12) +* delete-char-or-list (): Commands For Completion. + (line 43) +* delete-horizontal-space (): Commands For Killing. + (line 46) +* digit-argument (M-0, M-1, ... M--): Numeric Arguments. (line 6) +* display-shell-version (C-x C-v): Miscellaneous Commands. + (line 109) +* do-uppercase-version (M-a, M-b, M-X, ...): Miscellaneous Commands. + (line 14) +* downcase-word (M-l): Commands For Text. (line 57) +* dump-functions (): Miscellaneous Commands. + (line 73) +* dump-macros (): Miscellaneous Commands. + (line 85) +* dump-variables (): Miscellaneous Commands. + (line 79) +* dynamic-complete-history (M-): Commands For Completion. + (line 90) +* edit-and-execute-command (C-xC-e): Miscellaneous Commands. + (line 138) +* 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. + (line 23) +* end-of-line (C-e): Commands For Moving. (line 9) +* exchange-point-and-mark (C-x C-x): Miscellaneous Commands. + (line 36) +* forward-backward-delete-char (): Commands For Text. (line 21) +* forward-char (C-f): Commands For Moving. (line 12) +* forward-search-history (C-s): Commands For History. + (line 31) +* forward-word (M-f): Commands For Moving. (line 18) +* glob-complete-word (M-g): Miscellaneous Commands. + (line 91) +* glob-expand-word (C-x *): Miscellaneous Commands. + (line 97) +* glob-list-expansions (C-x g): Miscellaneous Commands. + (line 103) +* history-and-alias-expand-line (): Miscellaneous Commands. + (line 127) +* history-expand-line (M-^): Miscellaneous Commands. + (line 117) +* history-search-backward (): Commands For History. + (line 53) +* history-search-forward (): Commands For History. + (line 47) +* history-substr-search-backward (): Commands For History. + (line 65) +* history-substr-search-forward (): Commands For History. + (line 59) +* insert-comment (M-#): Miscellaneous Commands. + (line 60) +* insert-completions (M-*): Commands For Completion. + (line 22) +* insert-last-argument (M-. or M-_): Miscellaneous Commands. + (line 130) +* kill-line (C-k): Commands For Killing. + (line 6) +* kill-region (): Commands For Killing. + (line 50) +* kill-whole-line (): Commands For Killing. + (line 15) +* kill-word (M-d): Commands For Killing. + (line 19) +* magic-space (): Miscellaneous Commands. + (line 120) +* menu-complete (): Commands For Completion. + (line 26) +* menu-complete-backward (): Commands For Completion. + (line 38) +* next-history (C-n): Commands For History. + (line 17) +* non-incremental-forward-search-history (M-n): Commands For History. + (line 41) +* non-incremental-reverse-search-history (M-p): Commands For History. + (line 35) +* operate-and-get-next (C-o): Miscellaneous Commands. + (line 133) +* overwrite-mode (): Commands For Text. (line 65) +* possible-command-completions (C-x !): Commands For Completion. + (line 86) +* possible-completions (M-?): Commands For Completion. + (line 15) +* possible-filename-completions (C-x /): Commands For Completion. + (line 52) +* possible-hostname-completions (C-x @): Commands For Completion. + (line 76) +* possible-username-completions (C-x ~): Commands For Completion. + (line 60) +* possible-variable-completions (C-x $): Commands For Completion. + (line 68) +* prefix-meta (): Miscellaneous Commands. + (line 18) +* previous-history (C-p): Commands For History. + (line 13) +* print-last-kbd-macro (): Keyboard Macros. (line 17) +* quoted-insert (C-q or C-v): Commands For Text. (line 26) +* re-read-init-file (C-x C-r): Miscellaneous Commands. + (line 6) +* redraw-current-line (): Commands For Moving. (line 38) +* reverse-search-history (C-r): Commands For History. + (line 27) +* revert-line (M-r): Miscellaneous Commands. + (line 25) +* self-insert (a, b, A, 1, !, ...): Commands For Text. (line 30) +* set-mark (C-@): Miscellaneous Commands. + (line 32) +* shell-backward-kill-word (): Commands For Killing. + (line 33) +* shell-backward-word (): Commands For Moving. (line 30) +* shell-expand-line (M-C-e): Miscellaneous Commands. + (line 112) +* shell-forward-word (): Commands For Moving. (line 26) +* shell-kill-word (): Commands For Killing. + (line 28) +* skip-csi-sequence (): Miscellaneous Commands. + (line 51) +* start-kbd-macro (C-x (): Keyboard Macros. (line 6) +* tilde-expand (M-&): Miscellaneous Commands. + (line 29) +* transpose-chars (C-t): Commands For Text. (line 42) +* transpose-words (M-t): Commands For Text. (line 48) +* undo (C-_ or C-x C-u): Miscellaneous Commands. + (line 22) +* universal-argument (): Numeric Arguments. (line 10) +* unix-filename-rubout (): Commands For Killing. + (line 41) +* unix-line-discard (C-u): Commands For Killing. + (line 12) +* unix-word-rubout (C-w): Commands For Killing. + (line 37) +* upcase-word (M-u): Commands For Text. (line 53) +* yank (C-y): Commands For Killing. + (line 68) +* yank-last-arg (M-. or M-_): Commands For History. + (line 80) +* yank-nth-arg (M-C-y): Commands For History. + (line 71) +* yank-pop (M-y): Commands For Killing. + (line 71) + + +File: bash.info, Node: Concept Index, Prev: Function Index, Up: Indexes + +D.5 Concept Index +================= + +[index] +* Menu: + +* alias expansion: Aliases. (line 6) +* arithmetic evaluation: Shell Arithmetic. (line 6) +* arithmetic expansion: Arithmetic Expansion. + (line 6) +* arithmetic, shell: Shell Arithmetic. (line 6) +* arrays: Arrays. (line 6) +* background: Job Control Basics. (line 6) +* Bash configuration: Basic Installation. (line 6) +* Bash installation: Basic Installation. (line 6) +* Bourne shell: Basic Shell Features. + (line 6) +* brace expansion: Brace Expansion. (line 6) +* builtin: Definitions. (line 17) +* command editing: Readline Bare Essentials. + (line 6) +* command execution: Command Search and Execution. + (line 6) +* command expansion: Simple Command Expansion. + (line 6) +* command history: Bash History Facilities. + (line 6) +* command search: Command Search and Execution. + (line 6) +* command substitution: Command Substitution. + (line 6) +* command timing: Pipelines. (line 9) +* commands, compound: Compound Commands. (line 6) +* commands, conditional: Conditional Constructs. + (line 6) +* commands, grouping: Command Grouping. (line 6) +* commands, lists: Lists. (line 6) +* commands, looping: Looping Constructs. (line 6) +* commands, pipelines: Pipelines. (line 6) +* commands, shell: Shell Commands. (line 6) +* commands, simple: Simple Commands. (line 6) +* comments, shell: Comments. (line 6) +* completion builtins: Programmable Completion Builtins. + (line 6) +* configuration: Basic Installation. (line 6) +* control operator: Definitions. (line 21) +* coprocess: Coprocesses. (line 6) +* directory stack: The Directory Stack. (line 6) +* editing command lines: Readline Bare Essentials. + (line 6) +* environment: Environment. (line 6) +* evaluation, arithmetic: Shell Arithmetic. (line 6) +* event designators: Event Designators. (line 6) +* execution environment: Command Execution Environment. + (line 6) +* exit status: Definitions. (line 26) +* exit status <1>: Exit Status. (line 6) +* expansion: Shell Expansions. (line 6) +* expansion, arithmetic: Arithmetic Expansion. + (line 6) +* expansion, brace: Brace Expansion. (line 6) +* expansion, filename: Filename Expansion. (line 9) +* expansion, parameter: Shell Parameter Expansion. + (line 6) +* expansion, pathname: Filename Expansion. (line 9) +* expansion, tilde: Tilde Expansion. (line 6) +* expressions, arithmetic: Shell Arithmetic. (line 6) +* expressions, conditional: Bash Conditional Expressions. + (line 6) +* field: Definitions. (line 30) +* filename: Definitions. (line 35) +* filename expansion: Filename Expansion. (line 9) +* foreground: Job Control Basics. (line 6) +* functions, shell: Shell Functions. (line 6) +* history builtins: Bash History Builtins. + (line 6) +* history events: Event Designators. (line 8) +* history expansion: History Interaction. (line 6) +* history list: Bash History Facilities. + (line 6) +* History, how to use: A Programmable Completion Example. + (line 114) +* identifier: Definitions. (line 51) +* initialization file, readline: Readline Init File. (line 6) +* installation: Basic Installation. (line 6) +* interaction, readline: Readline Interaction. + (line 6) +* interactive shell: Invoking Bash. (line 128) +* interactive shell <1>: Interactive Shells. (line 6) +* internationalization: Locale Translation. (line 6) +* job: Definitions. (line 38) +* job control: Definitions. (line 42) +* job control <1>: Job Control Basics. (line 6) +* kill ring: Readline Killing Commands. + (line 18) +* killing text: Readline Killing Commands. + (line 6) +* localization: Locale Translation. (line 6) +* login shell: Invoking Bash. (line 125) +* matching, pattern: Pattern Matching. (line 6) +* metacharacter: Definitions. (line 46) +* name: Definitions. (line 51) +* native languages: Locale Translation. (line 6) +* notation, readline: Readline Bare Essentials. + (line 6) +* operator, shell: Definitions. (line 57) +* parameter expansion: Shell Parameter Expansion. + (line 6) +* parameters: Shell Parameters. (line 6) +* parameters, positional: Positional Parameters. + (line 6) +* parameters, special: Special Parameters. (line 6) +* pathname expansion: Filename Expansion. (line 9) +* pattern matching: Pattern Matching. (line 6) +* pipeline: Pipelines. (line 6) +* POSIX: Definitions. (line 9) +* POSIX Mode: Bash POSIX Mode. (line 6) +* process group: Definitions. (line 62) +* process group ID: Definitions. (line 66) +* process substitution: Process Substitution. + (line 6) +* programmable completion: Programmable Completion. + (line 6) +* prompting: Controlling the Prompt. + (line 6) +* quoting: Quoting. (line 6) +* quoting, ANSI: ANSI-C Quoting. (line 6) +* Readline, how to use: Job Control Variables. + (line 23) +* redirection: Redirections. (line 6) +* reserved word: Definitions. (line 70) +* restricted shell: The Restricted Shell. + (line 6) +* return status: Definitions. (line 75) +* shell arithmetic: Shell Arithmetic. (line 6) +* shell function: Shell Functions. (line 6) +* shell script: Shell Scripts. (line 6) +* shell variable: Shell Parameters. (line 6) +* shell, interactive: Interactive Shells. (line 6) +* signal: Definitions. (line 78) +* signal handling: Signals. (line 6) +* special builtin: Definitions. (line 82) +* special builtin <1>: Special Builtins. (line 6) +* startup files: Bash Startup Files. (line 6) +* suspending jobs: Job Control Basics. (line 6) +* tilde expansion: Tilde Expansion. (line 6) +* token: Definitions. (line 86) +* translation, native languages: Locale Translation. (line 6) +* variable, shell: Shell Parameters. (line 6) +* variables, readline: Readline Init File Syntax. + (line 37) +* word: Definitions. (line 90) +* word splitting: Word Splitting. (line 6) +* yanking text: Readline Killing Commands. + (line 6) + + + +Tag Table: +Node: Top897 +Node: Introduction2817 +Node: What is Bash?3033 +Node: What is a shell?4147 +Node: Definitions6685 +Node: Basic Shell Features9636 +Node: Shell Syntax10855 +Node: Shell Operation11881 +Node: Quoting13174 +Node: Escape Character14474 +Node: Single Quotes14959 +Node: Double Quotes15307 +Node: ANSI-C Quoting16585 +Node: Locale Translation17838 +Node: Comments18734 +Node: Shell Commands19352 +Node: Simple Commands20224 +Node: Pipelines20855 +Node: Lists23598 +Node: Compound Commands25327 +Node: Looping Constructs26330 +Node: Conditional Constructs28793 +Node: Command Grouping39715 +Node: Coprocesses41194 +Node: GNU Parallel43026 +Node: Shell Functions46999 +Node: Shell Parameters52205 +Node: Positional Parameters56618 +Node: Special Parameters57518 +Node: Shell Expansions60855 +Node: Brace Expansion62949 +Node: Tilde Expansion65730 +Node: Shell Parameter Expansion68078 +Node: Command Substitution82210 +Node: Arithmetic Expansion83565 +Node: Process Substitution84497 +Node: Word Splitting85617 +Node: Filename Expansion87561 +Node: Pattern Matching89845 +Node: Quote Removal93543 +Node: Redirections93838 +Node: Executing Commands103258 +Node: Simple Command Expansion103928 +Node: Command Search and Execution105858 +Node: Command Execution Environment108194 +Node: Environment111178 +Node: Exit Status112837 +Node: Signals114507 +Node: Shell Scripts116474 +Node: Shell Builtin Commands118989 +Node: Bourne Shell Builtins121023 +Node: Bash Builtins141623 +Node: Modifying Shell Behavior170268 +Node: The Set Builtin170613 +Node: The Shopt Builtin181026 +Node: Special Builtins196825 +Node: Shell Variables197804 +Node: Bourne Shell Variables198241 +Node: Bash Variables200272 +Node: Bash Features228652 +Node: Invoking Bash229551 +Node: Bash Startup Files235500 +Node: Interactive Shells240603 +Node: What is an Interactive Shell?241013 +Node: Is this Shell Interactive?241662 +Node: Interactive Shell Behavior242477 +Node: Bash Conditional Expressions245852 +Node: Shell Arithmetic250092 +Node: Aliases252909 +Node: Arrays255457 +Node: The Directory Stack260541 +Node: Directory Stack Builtins261325 +Node: Controlling the Prompt264293 +Node: The Restricted Shell267039 +Node: Bash POSIX Mode268864 +Node: Job Control279215 +Node: Job Control Basics279675 +Node: Job Control Builtins284394 +Node: Job Control Variables288924 +Node: Command Line Editing290080 +Node: Introduction and Notation291751 +Node: Readline Interaction293374 +Node: Readline Bare Essentials294565 +Node: Readline Movement Commands296348 +Node: Readline Killing Commands297308 +Node: Readline Arguments299226 +Node: Searching300270 +Node: Readline Init File302456 +Node: Readline Init File Syntax303603 +Node: Conditional Init Constructs323790 +Node: Sample Init File326315 +Node: Bindable Readline Commands329432 +Node: Commands For Moving330636 +Node: Commands For History331779 +Node: Commands For Text336068 +Node: Commands For Killing339457 +Node: Numeric Arguments341938 +Node: Commands For Completion343077 +Node: Keyboard Macros347268 +Node: Miscellaneous Commands347955 +Node: Readline vi Mode353759 +Node: Programmable Completion354666 +Node: Programmable Completion Builtins362127 +Node: A Programmable Completion Example372013 +Node: Using History Interactively377265 +Node: Bash History Facilities377949 +Node: Bash History Builtins380950 +Node: History Interaction384947 +Node: Event Designators387911 +Node: Word Designators389130 +Node: Modifiers390767 +Node: Installing Bash392169 +Node: Basic Installation393306 +Node: Compilers and Options395997 +Node: Compiling For Multiple Architectures396738 +Node: Installation Names398401 +Node: Specifying the System Type399219 +Node: Sharing Defaults399935 +Node: Operation Controls400608 +Node: Optional Features401566 +Node: Reporting Bugs411823 +Node: Major Differences From The Bourne Shell413017 +Node: GNU Free Documentation License429869 +Node: Indexes455046 +Node: Builtin Index455500 +Node: Reserved Word Index462327 +Node: Variable Index464775 +Node: Function Index480234 +Node: Concept Index493391 + +End Tag Table diff --git a/doc/bash.pdf b/doc/bash.pdf index fbc1fde7ac49b5a18dbaa8a5272fbf725b47e592..2f64c6f5bf965fd3325dc73e6b86fc67c0c2bb83 100644 GIT binary patch literal 363392 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%0A7bciAaugqme<8nG0FL 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
4bsY>%pWy7U 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 E2O1U?rT_o{ literal 312770 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

&k!7L4 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 s)}IxVM)uByA89B2kG1QUi%It0d(z>% delta 64745 zc-n-$2Y6IP7ciVDn+~MYOQ;DZA&nGzDAH>JNE0^6CRs>!!|sME1{4%UVwNjA3qeB^ zgF!?v=qmPx6-7~0in>u0!G>U0_|KWSy9s{p|9#J+?C#u|GiT16K4)&;d^Y)|%}KRA zA~RD`(^Jwjhot7D=WGcG2q0p^WYX7}-;GRiR>s0Vchm-DBxxm9nVOR{kxKP_nhLDJd zUL~YDBguumw6^0k9F&++(-e`BvDFzBIliFGY54wf_MO`+2P;+T|gY2T~^mgkH`F2!*u;7Ufsi%hOWN6_lCW z z3hb4asIU3r!Zc?@M*2ic?LF^0Y}Q(PMsZaUuDf>bFI$}?BmHub$6NYPK>LysACw9+ zKq=CCJ^zEY`;MG+XLyJC0HtP6MD?|;&iKgj-n5i7XXxd@bIXhl#M^Awa1kS&WX}y- zodMsu#d{0G;+iXh?;v5$(1apyT1`{Cj0`O}v=i^>&G#ACU>+&TxL=;=+uY`d-!7w4UwyhtjUATKk+0akl&L%Zm#K*EDD& z+xKELHV$UGooMUhIt4pJcTDpRu4&XdMD%6!hU4&L0qNxoJs5}bL zf!5F;o|dh-anL%bGqeuH*5(;CSimup-almK{oY(?&FS5b zJIN^u&3zEe%|m4K_C5)$mdiE3Uo zun(h_`{fd$`InEpX+RP!DX9-5!R0<6_dMiH!=)Tg9tcR^qDiEod%!#1G{ib%&_EXO zPj|Ul(0zS@HysgdOzj0wmieJP=uJ<9=JDyh0LtbG(0vLC4h^qX&2MJ(VzqfAp?5y? z4t{;5H$5GiCk;-aBuh){{||sT@|ZV00~$AE^<%YbcL0R0*!S88-gJpyc7H~uex{=r z@?nHG9nl+*n+QAhf#e#%`b4m5b`I&wh`GOHXXyRIBGueuSYH^^2X#+ZRAKDi_lkB;FAWeXxt!HyX

7YVAHgkCAa-X~ywWfEjAq}W)Bf4R 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 - - - + + +Bash Reference Manual + + + + + + + + + + + + + + + + + +

Bash Reference Manual

+ + + + + + + + + + +
+

Table of Contents

+ +
+ + +
+ + + +
+

+Next: , Previous: , Up: (dir)   [Contents][Index]

+
+ +

Bash Features

+ +

This text is a brief description of the features that are present in +the Bash shell (version 4.4, 7 September 2016). +The Bash home page is http://www.gnu.org/software/bash/. +

+

This is Edition 4.4, last updated 7 September 2016, +of The GNU Bash Reference Manual, +for Bash, Version 4.4. +

+

Bash contains features that appear in other popular shells, and some features that only appear in Bash. Some of the shells that Bash has -borrowed concepts from are the Bourne Shell (`sh'), the Korn Shell -(`ksh'), and the C-shell (`csh' and its successor, -`tcsh'). The following menu breaks the features up into +borrowed concepts from are the Bourne Shell (sh), the Korn Shell +(ksh), and the C-shell (csh and its successor, +tcsh). The following menu breaks the features up into categories, noting which features were inspired by other shells and which are specific to Bash. -

- -This manual is meant as a brief introduction to features found in +

+

This manual is meant as a brief introduction to features found in Bash. The Bash manual page should be used as the definitive reference on shell behavior. -

- -

- - - - - - - - - - - - + + +
1. Introduction  An introduction to the shell.
2. Definitions  Some definitions used in the rest of this - manual.
3. Basic Shell Features  The shell "building blocks".
4. Shell Builtin Commands  Commands that are a part of the shell.
5. Shell Variables  Variables used or set by Bash.
6. Bash Features  Features found only in Bash.
7. Job Control  What job control is and how Bash allows you - to use it.
8. Command Line Editing  Chapter describing the command line - editing features.
9. Using History Interactively  Command History Expansion
10. Installing Bash  How to build and install Bash on your system.
A. Reporting Bugs  How to report bugs in Bash.
B. Major Differences From The Bourne Shell  A terse list of the differences +

+ + + + + + + + + + + + + - - - -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
- -

1. Introduction

- -
- - -
1.1 What is Bash?  A short description of Bash.
1.2 What is a shell?  A brief introduction to shells.
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

1.1 What is Bash?

- -

- -Bash is the shell, or command language interpreter, -for the GNU operating system. -The name is an acronym for the `Bourne-Again SHell', + versions of /bin/sh. +

GNU Free Documentation License:  Copying and sharing this documentation. +
Indexes:  Various indexes for this manual. +
+ +
+ +
+

+Next: , Up: Top   [Contents][Index]

+
+ +

1 Introduction

+ + + + + +
+ + + +

1.1 What is Bash?

+ +

Bash is the shell, or command language interpreter, +for the GNU operating system. +The name is an acronym for the ‘Bourne-Again SHell’, a pun on Stephen Bourne, the author of the direct ancestor of -the current Unix shell sh, +the current Unix shell sh, which appeared in the Seventh Edition Bell Labs Research version of Unix. -

- -Bash is largely compatible with sh and incorporates useful -features from the Korn shell ksh and the C shell csh. -It is intended to be a conformant implementation of the IEEE -POSIX Shell and Tools portion of the IEEE POSIX -specification (IEEE Standard 1003.1). -It offers functional improvements over sh for both interactive and +

+

Bash is largely compatible with sh and incorporates useful +features from the Korn shell ksh and the C shell csh. +It is intended to be a conformant implementation of the IEEE +POSIX Shell and Tools portion of the IEEE POSIX +specification (IEEE Standard 1003.1). +It offers functional improvements over sh for both interactive and programming use. -

- -While the GNU operating system provides other shells, including -a version of csh, Bash is the default shell. -Like other GNU software, Bash is quite portable. It currently runs +

+

While the GNU operating system provides other shells, including +a version of csh, Bash is the default shell. +Like other GNU software, Bash is quite portable. It currently runs on nearly every version of Unix and a few other operating systems - -independently-supported ports exist for MS-DOS, OS/2, +independently-supported ports exist for MS-DOS, OS/2, and Windows platforms. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

1.2 What is a shell?

- -

- -At its base, a shell is simply a macro processor that executes +

+
+ +
+

+Previous: , Up: Introduction   [Contents][Index]

+
+ +

1.2 What is a shell?

+ +

At its base, a shell is simply a macro processor that executes commands. The term macro processor means functionality where text and symbols are expanded to create larger expressions. -

- -A Unix shell is both a command interpreter and a programming +

+

A Unix shell is both a command interpreter and a programming language. As a command interpreter, the shell provides the user -interface to the rich set of GNU utilities. The programming +interface to the rich set of GNU utilities. The programming language features allow these utilities to be combined. Files containing commands can be created, and become commands themselves. These new commands have the same status as -system commands in directories such as `/bin', allowing users +system commands in directories such as /bin, allowing users or groups to establish custom environments to automate their common tasks. -

- -Shells may be used interactively or non-interactively. In +

+

Shells may be used interactively or non-interactively. In interactive mode, they accept input typed from the keyboard. When executing non-interactively, shells execute commands read from a file. -

- -A shell allows execution of GNU commands, both synchronously and +

+

A shell allows execution of GNU commands, both synchronously and asynchronously. The shell waits for synchronous commands to complete before accepting more input; asynchronous commands continue to execute in parallel with the shell while it reads and executes additional commands. -The redirection constructs permit +The redirection constructs permit fine-grained control of the input and output of those commands. -Moreover, the shell allows control over the contents of commands' +Moreover, the shell allows control over the contents of commands’ environments. -

- -Shells also provide a small set of built-in -commands (builtins) implementing functionality impossible +

+

Shells also provide a small set of built-in +commands (builtins) implementing functionality impossible or inconvenient to obtain via separate utilities. -For example, cd, break, continue, and -exec cannot be implemented outside of the shell because +For example, cd, break, continue, and +exec cannot be implemented outside of the shell because they directly manipulate the shell itself. -The history, getopts, kill, or pwd +The history, getopts, kill, or pwd builtins, among others, could be implemented in separate utilities, but they are more convenient to use as builtin commands. All of the shell builtins are described in subsequent sections. -

- -While executing commands is essential, most of the power (and +

+

While executing commands is essential, most of the power (and complexity) of shells is due to their embedded programming languages. Like any high-level language, the shell provides variables, flow control constructs, quoting, and functions. -

- -Shells offer features geared specifically for +

+

Shells offer features geared specifically for interactive use rather than to augment the programming language. These interactive features include job control, command line editing, command history and aliases. Each of these features is described in this manual. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

2. Definitions

- -These definitions are used throughout the remainder of this manual. -

- -

- -
POSIX -
-A family of open system standards based on Unix. Bash +

+
+ +
+

+Next: , Previous: , Up: Top   [Contents][Index]

+
+ +

2 Definitions

+

These definitions are used throughout the remainder of this manual. +

+
+
POSIX
+
+

A family of open system standards based on Unix. Bash is primarily concerned with the Shell and Utilities portion of the -POSIX 1003.1 standard. -

- -

blank -
A space or tab character. -

- -

builtin -
-A command that is implemented internally by the shell itself, rather +POSIX 1003.1 standard. +

+
+
blank
+

A space or tab character. +

+
+
builtin
+
+

A command that is implemented internally by the shell itself, rather than by an executable program somewhere in the file system. -

- -

control operator -
-A token that performs a control function. It is a newline +

+
+
control operator
+
+

A token that performs a control function. It is a newline or one of the following: -`||', `&&', `&', `;', `;;', -`|', `|&', `(', or `)'. -

- -

exit status -
-The value returned by a command to its caller. The value is restricted +‘||’, ‘&&’, ‘&’, ‘;’, ‘;;’, ‘;&’, ‘;;&’, +‘|’, ‘|&’, ‘(’, or ‘)’. +

+
+
exit status
+
+

The value returned by a command to its caller. The value is restricted to eight bits, so the maximum value is 255. -

- -

field -
-A unit of text that is the result of one of the shell expansions. After +

+
+
field
+
+

A unit of text that is the result of one of the shell expansions. After expansion, when executing a command, the resulting fields are used as the command name and arguments. -

- -

filename -
-A string of characters used to identify a file. -

- -

job -
-A set of processes comprising a pipeline, and any processes descended +

+
+
filename
+
+

A string of characters used to identify a file. +

+
+
job
+
+

A set of processes comprising a pipeline, and any processes descended from it, that are all in the same process group. -

- -

job control -
-A mechanism by which users can selectively stop (suspend) and restart +

+
+
job control
+
+

A mechanism by which users can selectively stop (suspend) and restart (resume) execution of processes. -

- -

metacharacter -
-A character that, when unquoted, separates words. A metacharacter is -a blank or one of the following characters: -`|', `&', `;', `(', `)', `<', or -`>'. -

- -

name -
- -A word consisting solely of letters, numbers, and underscores, -and beginning with a letter or underscore. Names are used as +

+
+
metacharacter
+
+

A character that, when unquoted, separates words. A metacharacter is +a space, tab, newline, or one of the following characters: +‘|’, ‘&’, ‘;’, ‘(’, ‘)’, ‘<’, or +‘>’. +

+
+
name
+
+ +

A word consisting solely of letters, numbers, and underscores, +and beginning with a letter or underscore. Names are used as shell variable and function names. -Also referred to as an identifier. -

- -

operator -
-A control operator or a redirection operator. -See section 3.6 Redirections, for a list of redirection operators. -Operators contain at least one unquoted metacharacter. -

- -

process group -
-A collection of related processes each having the same process -group ID. -

- -

process group ID -
-A unique identifier that represents a process group +Also referred to as an identifier. +

+
+
operator
+
+

A control operator or a redirection operator. +See Redirections, for a list of redirection operators. +Operators contain at least one unquoted metacharacter. +

+
+
process group
+
+

A collection of related processes each having the same process +group ID. +

+
+
process group ID
+
+

A unique identifier that represents a process group during its lifetime. -

- -

reserved word -
-A word that has a special meaning to the shell. Most reserved -words introduce shell flow control constructs, such as for and -while. -

- -

return status -
-A synonym for exit status. -

- -

signal -
-A mechanism by which a process may be notified by the kernel +

+
+
reserved word
+
+

A word that has a special meaning to the shell. Most reserved +words introduce shell flow control constructs, such as for and +while. +

+
+
return status
+
+

A synonym for exit status. +

+
+
signal
+
+

A mechanism by which a process may be notified by the kernel of an event occurring in the system. -

- -

special builtin -
-A shell builtin command that has been classified as special by the -POSIX standard. -

- -

token -
-A sequence of characters considered a single unit by the shell. -It is either a word or an operator. -

- -

word -
-A sequence of characters treated as a unit by the shell. -Words may not include unquoted metacharacters. -
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3. Basic Shell Features

- -

- -Bash is an acronym for `Bourne-Again SHell'. +

+
+
special builtin
+
+

A shell builtin command that has been classified as special by the +POSIX standard. +

+
+
token
+
+

A sequence of characters considered a single unit by the shell. +It is either a word or an operator. +

+
+
word
+
+

A sequence of characters treated as a unit by the shell. +Words may not include unquoted metacharacters. +

+
+ +
+ +
+

+Next: , Previous: , Up: Top   [Contents][Index]

+
+ +

3 Basic Shell Features

+ + +

Bash is an acronym for ‘Bourne-Again SHell’. The Bourne shell is the traditional Unix shell originally written by Stephen Bourne. All of the Bourne shell builtin commands are available in Bash, -The rules for evaluation and quoting are taken from the POSIX -specification for the `standard' Unix shell. -

- -This chapter briefly summarizes the shell's `building blocks': -commands, control structures, shell functions, shell parameters, +The rules for evaluation and quoting are taken from the POSIX +specification for the ‘standard’ Unix shell. +

+

This chapter briefly summarizes the shell’s ‘building blocks’: +commands, control structures, shell functions, shell parameters, shell expansions, -redirections, which are a way to direct input and output from +redirections, which are a way to direct input and output from and to named files, and how the shell executes commands. -

- -

- - - - - - - - -
3.1 Shell Syntax  What your input means to the shell.
3.2 Shell Commands  The types of commands you can use.
3.3 Shell Functions  Grouping commands by name.
3.4 Shell Parameters  How the shell stores values.
3.5 Shell Expansions  How Bash expands parameters and the various - expansions available.
3.6 Redirections  A way to control where input and output go.
3.7 Executing Commands  What happens when you run a command.
3.8 Shell Scripts  Executing files of shell commands.
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1 Shell Syntax

- -
- - - -
3.1.1 Shell Operation  The basic operation of the shell.
3.1.2 Quoting  How to remove the special meaning from characters.
3.1.3 Comments  How to specify comments.
-

- -When the shell reads input, it proceeds through a +

+ + + + + + + + + + + +
+ + + +

3.1 Shell Syntax

+ + + + + + +

When the shell reads input, it proceeds through a sequence of operations. If the input indicates the beginning of a -comment, the shell ignores the comment symbol (`#'), and the rest +comment, the shell ignores the comment symbol (‘#’), and the rest of that line. - -Otherwise, roughly speaking, the shell reads its input and +

+

Otherwise, roughly speaking, the shell reads its input and divides the input into words and operators, employing the quoting rules to select which meanings to assign various words and characters. -

- -The shell then parses these tokens into commands and other constructs, +

+

The shell then parses these tokens into commands and other constructs, removes the special meaning of certain words or characters, expands others, redirects input and output as needed, executes the specified -command, waits for the command's exit status, and makes that exit status +command, waits for the command’s exit status, and makes that exit status available for further inspection or processing. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.1 Shell Operation

- -

- -The following is a brief description of the shell's operation when it +

+
+ +
+

+Next: , Up: Shell Syntax   [Contents][Index]

+
+ +

3.1.1 Shell Operation

+ +

The following is a brief description of the shell’s operation when it reads and executes a command. Basically, the shell does the following: -

- -

    -
  1. -Reads its input from a file (see section 3.8 Shell Scripts), from a string -supplied as an argument to the `-c' invocation option -(see section 6.1 Invoking Bash), or from the user's terminal. -

    - -

  2. -Breaks the input into words and operators, obeying the quoting rules -described in 3.1.2 Quoting. These tokens are separated by -metacharacters. Alias expansion is performed by this step -(see section 6.6 Aliases). -

    - -

  3. -Parses the tokens into simple and compound commands -(see section 3.2 Shell Commands). -

    - -

  4. -Performs the various shell expansions (see section 3.5 Shell Expansions), breaking -the expanded tokens into lists of filenames (see section 3.5.8 Filename Expansion) +

    +
      +
    1. Reads its input from a file (see Shell Scripts), from a string +supplied as an argument to the -c invocation option +(see Invoking Bash), or from the user’s terminal. + +
    2. Breaks the input into words and operators, obeying the quoting rules +described in Quoting. These tokens are separated by +metacharacters. Alias expansion is performed by this step +(see Aliases). + +
    3. Parses the tokens into simple and compound commands +(see Shell Commands). + +
    4. Performs the various shell expansions (see Shell Expansions), breaking +the expanded tokens into lists of filenames (see Filename Expansion) and commands and arguments. -

      -

    5. -Performs any necessary redirections (see section 3.6 Redirections) and removes +
    6. Performs any necessary redirections (see Redirections) and removes the redirection operators and their operands from the argument list. -

      - -

    7. -Executes the command (see section 3.7 Executing Commands). -

      - -

    8. -Optionally waits for the command to complete and collects its exit -status (see section 3.7.5 Exit Status). -

      - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    3.1.2 Quoting

    - -
    - - - - - -
    3.1.2.1 Escape Character  How to remove the special meaning from a single - character.
    3.1.2.2 Single Quotes  How to inhibit all interpretation of a sequence - of characters.
    3.1.2.3 Double Quotes  How to suppress most of the interpretation of a - sequence of characters.
    3.1.2.4 ANSI-C Quoting  How to expand ANSI-C sequences in quoted strings.
    3.1.2.5 Locale-Specific Translation  How to translate strings into different languages.
    -

    - -Quoting is used to remove the special meaning of certain + +

  5. Executes the command (see Executing Commands). + +
  6. Optionally waits for the command to complete and collects its exit +status (see Exit Status). + +
+ +
+ +
+

+Next: , Previous: , Up: Shell Syntax   [Contents][Index]

+
+ +

3.1.2 Quoting

+ + + + + + + + + +

Quoting is used to remove the special meaning of certain characters or words to the shell. Quoting can be used to disable special treatment for special characters, to prevent reserved words from being recognized as such, and to prevent parameter expansion. -

- -Each of the shell metacharacters (see section 2. Definitions) +

+

Each of the shell metacharacters (see Definitions) has special meaning to the shell and must be quoted if it is to represent itself. When the command history expansion facilities are being used -(see section 9.3 History Expansion), the -history expansion character, usually `!', must be quoted -to prevent history expansion. See section 9.1 Bash History Facilities, for +(see History Interaction), the +history expansion character, usually ‘!’, must be quoted +to prevent history expansion. See Bash History Facilities, for more details concerning history expansion. -

- -There are three quoting mechanisms: the -escape character, single quotes, and double quotes. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.2.1 Escape Character

- -A non-quoted backslash `\' is the Bash escape character. +

+

There are three quoting mechanisms: the +escape character, single quotes, and double quotes. +

+
+ +
+

+Next: , Up: Quoting   [Contents][Index]

+
+ +

3.1.2.1 Escape Character

+

A non-quoted backslash ‘\’ is the Bash escape character. It preserves the literal value of the next character that follows, -with the exception of newline. If a \newline pair -appears, and the backslash itself is not quoted, the \newline +with the exception of newline. If a \newline pair +appears, and the backslash itself is not quoted, the \newline is treated as a line continuation (that is, it is removed from the input stream and effectively ignored). -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.2.2 Single Quotes

- -

- -Enclosing characters in single quotes (`'') preserves the literal value +

+
+ +
+

+Next: , Previous: , Up: Quoting   [Contents][Index]

+
+ +

3.1.2.2 Single Quotes

+ +

Enclosing characters in single quotes (‘'’) preserves the literal value of each character within the quotes. A single quote may not occur between single quotes, even when preceded by a backslash. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.2.3 Double Quotes

- -

- -Enclosing characters in double quotes (`"') preserves the literal value +

+
+ +
+

+Next: , Previous: , Up: Quoting   [Contents][Index]

+
+ +

3.1.2.3 Double Quotes

+ +

Enclosing characters in double quotes (‘"’) preserves the literal value of all characters within the quotes, with the exception of -`$', ``', `\', -and, when history expansion is enabled, `!'. -The characters `$' and ``' -retain their special meaning within double quotes (see section 3.5 Shell Expansions). +‘$’, ‘`’, ‘\’, +and, when history expansion is enabled, ‘!’. +When the shell is in +POSIX mode (see Bash POSIX Mode), +the ‘!’ has no special meaning +within double quotes, even when history expansion is enabled. +The characters ‘$’ and ‘`’ +retain their special meaning within double quotes (see Shell Expansions). The backslash retains its special meaning only when followed by one of the following characters: -`$', ``', `"', `\', or newline. +‘$’, ‘`’, ‘"’, ‘\’, or newline. Within double quotes, backslashes that are followed by one of these characters are removed. Backslashes preceding characters without a special meaning are left unmodified. A double quote may be quoted within double quotes by preceding it with a backslash. -If enabled, history expansion will be performed unless an `!' +If enabled, history expansion will be performed unless an ‘!’ appearing in double quotes is escaped using a backslash. -The backslash preceding the `!' is not removed. -

- -The special parameters `*' and `@' have special meaning -when in double quotes (see section 3.5.3 Shell Parameter Expansion). -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.2.4 ANSI-C Quoting

- -

- -Words of the form $'string' are treated specially. The -word expands to string, with backslash-escaped characters replaced +The backslash preceding the ‘!’ is not removed. +

+

The special parameters ‘*’ and ‘@’ have special meaning +when in double quotes (see Shell Parameter Expansion). +

+
+ +
+

+Next: , Previous: , Up: Quoting   [Contents][Index]

+
+ +

3.1.2.4 ANSI-C Quoting

+ + +

Words of the form $'string' are treated specially. The +word expands to string, with backslash-escaped characters replaced as specified by the ANSI C standard. Backslash escape sequences, if present, are decoded as follows: -

- -

-
\a -
alert (bell) -
\b -
backspace -
\e -
\E -
an escape character (not ANSI C) -
\f -
form feed -
\n -
newline -
\r -
carriage return -
\t -
horizontal tab -
\v -
vertical tab -
\\ -
backslash -
\' -
single quote -
\" -
double quote -
\nnn -
the eight-bit character whose value is the octal value nnn +

+
+
\a
+

alert (bell) +

+
\b
+

backspace +

+
\e
+
\E
+

an escape character (not ANSI C) +

+
\f
+

form feed +

+
\n
+

newline +

+
\r
+

carriage return +

+
\t
+

horizontal tab +

+
\v
+

vertical tab +

+
\\
+

backslash +

+
\'
+

single quote +

+
\"
+

double quote +

+
\?
+

question mark +

+
\nnn
+

the eight-bit character whose value is the octal value nnn (one to three digits) -

\xHH -
the eight-bit character whose value is the hexadecimal value HH +

+
\xHH
+

the eight-bit character whose value is the hexadecimal value HH (one or two hex digits) -

\uHHHH -
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHH (one to four hex digits) -
\UHHHHHHHH -
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHHHHHH (one to eight hex digits) -
\cx -
a control-x character -
-

- -The expanded result is single-quoted, as if the dollar sign had not +

+
\uHHHH
+

the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHH (one to four hex digits) +

+
\UHHHHHHHH
+

the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHHHHHH (one to eight hex digits) +

+
\cx
+

a control-x character +

+
+ +

The expanded result is single-quoted, as if the dollar sign had not been present. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.2.5 Locale-Specific Translation

- -

- -A double-quoted string preceded by a dollar sign (`$') will cause +

+
+ +
+

+Previous: , Up: Quoting   [Contents][Index]

+
+ +

3.1.2.5 Locale-Specific Translation

+ + + + + +

A double-quoted string preceded by a dollar sign (‘$’) will cause the string to be translated according to the current locale. -If the current locale is C or POSIX, the dollar sign +If the current locale is C or POSIX, the dollar sign is ignored. If the string is translated and replaced, the replacement is double-quoted. -

- - - - -Some systems use the message catalog selected by the LC_MESSAGES +

+ + + +

Some systems use the message catalog selected by the LC_MESSAGES shell variable. Others create the name of the message catalog from the -value of the TEXTDOMAIN shell variable, possibly adding a -suffix of `.mo'. If you use the TEXTDOMAIN variable, you -may need to set the TEXTDOMAINDIR variable to the location of +value of the TEXTDOMAIN shell variable, possibly adding a +suffix of ‘.mo’. If you use the TEXTDOMAIN variable, you +may need to set the TEXTDOMAINDIR variable to the location of the message catalog files. Still others use both variables in this fashion: -TEXTDOMAINDIR/LC_MESSAGES/LC_MESSAGES/TEXTDOMAIN.mo. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.1.3 Comments

- -

- -In a non-interactive shell, or an interactive shell in which the -interactive_comments option to the shopt -builtin is enabled (see section 4.3.2 The Shopt Builtin), -a word beginning with `#' +TEXTDOMAINDIR/LC_MESSAGES/LC_MESSAGES/TEXTDOMAIN.mo. +

+
+ +
+

+Previous: , Up: Shell Syntax   [Contents][Index]

+
+ +

3.1.3 Comments

+ + +

In a non-interactive shell, or an interactive shell in which the +interactive_comments option to the shopt +builtin is enabled (see The Shopt Builtin), +a word beginning with ‘#’ causes that word and all remaining characters on that line to -be ignored. An interactive shell without the interactive_comments -option enabled does not allow comments. The interactive_comments +be ignored. An interactive shell without the interactive_comments +option enabled does not allow comments. The interactive_comments option is on by default in interactive shells. -See section 6.3 Interactive Shells, for a description of what makes +See Interactive Shells, for a description of what makes a shell interactive. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2 Shell Commands

- -

- -A simple shell command such as echo a b c consists of the command +

+
+ + + +

3.2 Shell Commands

+ + +

A simple shell command such as echo a b c consists of the command itself followed by arguments, separated by spaces. -

- -More complex shell commands are composed of simple commands arranged together +

+

More complex shell commands are composed of simple commands arranged together in a variety of ways: in a pipeline in which the output of one command becomes the input of a second, in a loop or conditional construct, or in some other grouping. -

- -

- - - - - - -
3.2.1 Simple Commands  The most common type of command.
3.2.2 Pipelines  Connecting the input and output of several - commands.
3.2.3 Lists of Commands  How to execute commands sequentially.
3.2.4 Compound Commands  Shell commands for control flow.
3.2.5 Coprocesses  Two-way communication between commands.
3.2.6 GNU Parallel  Running commands in parallel.
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.1 Simple Commands

- -

- -A simple command is the kind of command encountered most often. -It's just a sequence of words separated by blanks, terminated -by one of the shell's control operators (see section 2. Definitions). The +

+ + + + + + + + + +
+ +
+

+Next: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.1 Simple Commands

+ + +

A simple command is the kind of command encountered most often. +It’s just a sequence of words separated by blanks, terminated +by one of the shell’s control operators (see Definitions). The first word generally specifies a command to be executed, with the -rest of the words being that command's arguments. -

- -The return status (see section 3.7.5 Exit Status) of a simple command is +rest of the words being that command’s arguments. +

+

The return status (see Exit Status) of a simple command is its exit status as provided -by the POSIX 1003.1 waitpid function, or 128+n if -the command was terminated by signal n. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.2 Pipelines

- -

- -A pipeline is a sequence of simple commands separated by one of -the control operators `|' or `|&'. -

- - - - -The format for a pipeline is -
 
[time [-p]] [!] command1 [ | or |& command2 ] ...
-

- -The output of each command in the pipeline is connected via a pipe +by the POSIX 1003.1 waitpid function, or 128+n if +the command was terminated by signal n. +

+
+ +
+

+Next: , Previous: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.2 Pipelines

+ + + +

A pipeline is a sequence of one or more commands separated by +one of the control operators ‘|’ or ‘|&’. +

+ + + +

The format for a pipeline is +

+
[time [-p]] [!] command1 [ | or |& command2 ] …
+
+ +

The output of each command in the pipeline is connected via a pipe to the input of the next command. -That is, each command reads the previous command's output. This +That is, each command reads the previous command’s output. This connection is performed before any redirections specified by the command. -

- -If `|&' is used, command1's standard error, in addition to +

+

If ‘|&’ is used, command1’s standard error, in addition to its standard output, is connected to -command2's standard input through the pipe; -it is shorthand for 2>&1 |. +command2’s standard input through the pipe; +it is shorthand for 2>&1 |. This implicit redirection of the standard error to the standard output is performed after any redirections specified by the command. -

- -The reserved word time causes timing statistics +

+

The reserved word time causes timing statistics to be printed for the pipeline once it finishes. The statistics currently consist of elapsed (wall-clock) time and -user and system time consumed by the command's execution. -The `-p' option changes the output format to that specified -by POSIX. -When the shell is in POSIX mode (see section 6.11 Bash POSIX Mode), -it does not recognize time as a reserved word if the next -token begins with a `-'. -The TIMEFORMAT variable may be set to a format string that +user and system time consumed by the command’s execution. +The -p option changes the output format to that specified +by POSIX. +When the shell is in POSIX mode (see Bash POSIX Mode), +it does not recognize time as a reserved word if the next +token begins with a ‘-’. +The TIMEFORMAT variable may be set to a format string that specifies how the timing information should be displayed. -See section 5.2 Bash Variables, for a description of the available formats. -The use of time as a reserved word permits the timing of +See Bash Variables, for a description of the available formats. +The use of time as a reserved word permits the timing of shell builtins, shell functions, and pipelines. An external -time command cannot time these easily. -

- -When the shell is in POSIX mode (see section 6.11 Bash POSIX Mode), time +time command cannot time these easily. +

+

When the shell is in POSIX mode (see Bash POSIX Mode), time may be followed by a newline. In this case, the shell displays the total user and system time consumed by the shell and its children. -The TIMEFORMAT variable may be used to specify the format of +The TIMEFORMAT variable may be used to specify the format of the time information. -

- -If the pipeline is not executed asynchronously (see section 3.2.3 Lists of Commands), the +

+

If the pipeline is not executed asynchronously (see Lists), the shell waits for all commands in the pipeline to complete. -

- -Each command in a pipeline is executed in its own subshell -(see section 3.7.3 Command Execution Environment). The exit +

+

Each command in a pipeline is executed in its own subshell +(see Command Execution Environment). The exit status of a pipeline is the exit status of the last command in the -pipeline, unless the pipefail option is enabled -(see section 4.3.1 The Set Builtin). -If pipefail is enabled, the pipeline's return status is the +pipeline, unless the pipefail option is enabled +(see The Set Builtin). +If pipefail 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 successfully. -If the reserved word `!' precedes the pipeline, the +If the reserved word ‘!’ precedes the pipeline, the exit status is the logical negation of the exit status as described above. The shell waits for all commands in the pipeline to terminate before returning a value. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.3 Lists of Commands

- -

- -A list is a sequence of one or more pipelines separated by one -of the operators `;', `&', `&&', or `||', -and optionally terminated by one of `;', `&', or a -newline. -

- -Of these list operators, `&&' and `||' -have equal precedence, followed by `;' and `&', +

+
+ +
+

+Next: , Previous: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.3 Lists of Commands

+ + +

A list is a sequence of one or more pipelines separated by one +of the operators ‘;’, ‘&’, ‘&&’, or ‘||’, +and optionally terminated by one of ‘;’, ‘&’, or a +newline. +

+

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 list +

+

A sequence of one or more newlines may appear in a list to delimit commands, equivalent to a semicolon. -

- -If a command is terminated by the control operator `&', +

+

If a command is terminated by the control operator ‘&’, the shell executes the command asynchronously in a subshell. -This is known as executing the command in the background. +This is known as executing the command in the background. The shell does not wait for the command to finish, and the return status is 0 (true). -When job control is not active (see section 7. Job Control), +When job control is not active (see Job Control), the standard input for asynchronous commands, in the absence of any -explicit redirections, is redirected from /dev/null. -

- -Commands separated by a `;' are executed sequentially; the shell +explicit redirections, is redirected from /dev/null. +

+

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 executed. -

- -AND and OR lists are sequences of one or more pipelines -separated by the control operators `&&' and `||', -respectively. AND and OR lists are executed with left +

+

AND and OR lists are sequences of one or more pipelines +separated by the control operators ‘&&’ and ‘||’, +respectively. AND and OR lists are executed with left associativity. -

- -An AND list has the form -
 
command1 && command2
-

+

+

An AND list has the form +

+
command1 && command2
+
-command2 is executed if, and only if, command1 +

command2 is executed if, and only if, command1 returns an exit status of zero. -

+

+

An OR list has the form +

+
command1 || command2
+
-An OR list has the form -
 
command1 || command2
-

- -command2 is executed if, and only if, command1 +

command2 is executed if, and only if, command1 returns a non-zero exit status. -

- -The return status of -AND and OR lists is the exit status of the last command +

+

The return status of +AND and OR lists is the exit status of the last command executed in the list. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.4 Compound Commands

- -

- -

- - - -
3.2.4.1 Looping Constructs  Shell commands for iterative action.
3.2.4.2 Conditional Constructs  Shell commands for conditional execution.
3.2.4.3 Grouping Commands  Ways to group commands.
-

- -Compound commands are the shell programming constructs. +

+
+ +
+

+Next: , Previous: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.4 Compound Commands

+ + + + + + + + +

Compound commands are the shell programming constructs. Each construct begins with a reserved word or control operator and is terminated by a corresponding reserved word or operator. -Any redirections (see section 3.6 Redirections) associated with a compound command +Any redirections (see Redirections) associated with a compound command apply to all commands within that compound command unless explicitly overridden. -

- -In most cases a list of commands in a compound command's description may be +

+

In most cases a list of commands in a compound 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. -

- -Bash provides looping constructs, conditional commands, and mechanisms +

+

Bash provides looping constructs, conditional commands, and mechanisms to group commands and execute them as a unit. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.4.1 Looping Constructs

- -

- -Bash supports the following looping constructs. -

- -Note that wherever a `;' appears in the description of a -command's syntax, it may be replaced with one or more newlines. -

- -

-
until -
- - -The syntax of the until command is: -

- -
 
until test-commands; do consequent-commands; done
-

- -Execute consequent-commands as long as -test-commands has an exit status which is not zero. +

+
+ + + +

3.2.4.1 Looping Constructs

+ + +

Bash supports the following looping constructs. +

+

Note that wherever a ‘;’ appears in the description of a +command’s syntax, it may be replaced with one or more newlines. +

+
+
until
+
+ + +

The syntax of the until command is: +

+
+
until test-commands; do consequent-commands; done
+
+ +

Execute consequent-commands as long as +test-commands has an exit status which is not zero. The return status is the exit status of the last command executed -in consequent-commands, or zero if none was executed. -

- -

while -
-The syntax of the while command is: -

- -
 
while test-commands; do consequent-commands; done
-

- -Execute consequent-commands as long as -test-commands has an exit status of zero. +in consequent-commands, or zero if none was executed. +

+
+
while
+
+

The syntax of the while command is: +

+
+
while test-commands; do consequent-commands; done
+
+ +

Execute consequent-commands as long as +test-commands has an exit status of zero. The return status is the exit status of the last command executed -in consequent-commands, or zero if none was executed. -

- -

for -
-The syntax of the for command is: -

- -
 
for name [ [in [words ...] ] ; ] do commands; done
-

- -Expand words, and execute commands once for each member -in the resultant list, with name bound to the current member. -If `in words' is not present, the for command -executes the commands once for each positional parameter that is -set, as if `in "$@"' had been specified -(see section 3.4.2 Special Parameters). +in consequent-commands, or zero if none was executed. +

+
+
for
+
+

The syntax of the for command is: +

+
+
for name [ [in [words …] ] ; ] do commands; done
+
+ +

Expand words, and execute commands once for each member +in the resultant list, with name bound to the current member. +If ‘in words’ is not present, the for command +executes the commands once for each positional parameter that is +set, as if ‘in "$@"’ had been specified +(see Special Parameters). The return status is the exit status of the last command that executes. -If there are no items in the expansion of words, no commands are +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: -

- -
 
for (( expr1 ; expr2 ; expr3 )) ; do commands ; done
-

- -First, the arithmetic expression expr1 is evaluated according -to the rules described below (see section 6.5 Shell Arithmetic). -The arithmetic expression expr2 is then evaluated repeatedly +

+

An alternate form of the for command is also supported: +

+
+
for (( expr1 ; expr2 ; expr3 )) ; do commands ; done
+
+ +

First, the arithmetic expression expr1 is evaluated according +to the rules described below (see Shell Arithmetic). +The arithmetic expression expr2 is then evaluated repeatedly until it evaluates to zero. -Each time expr2 evaluates to a non-zero value, commands are -executed and the arithmetic expression expr3 is evaluated. +Each time expr2 evaluates to a non-zero value, commands are +executed and the arithmetic expression expr3 is evaluated. If any expression is omitted, it behaves as if it evaluates to 1. -The return value is the exit status of the last command in commands +The return value is the exit status of the last command in commands that is executed, or false if any of the expressions is invalid. -

-

+

+
-The break and continue builtins (see section 4.1 Bourne Shell Builtins) +

The break and continue builtins (see Bourne Shell Builtins) may be used to control loop execution. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.4.2 Conditional Constructs

- -

- -

-
if -
- - - - -The syntax of the if command is: -

- -
 
if test-commands; then
-  consequent-commands;
-[elif more-test-commands; then
-  more-consequents;]
-[else alternate-consequents;]
+

+
+ + + +

3.2.4.2 Conditional Constructs

+ + +
+
if
+
+ + + + +

The syntax of the if command is: +

+
+
if test-commands; then
+  consequent-commands;
+[elif more-test-commands; then
+  more-consequents;]
+[else alternate-consequents;]
 fi
-

+ -The test-commands list is executed, and if its return status is zero, -the consequent-commands list is executed. -If test-commands returns a non-zero status, each elif list +

The test-commands list is executed, and if its return status is zero, +the consequent-commands list is executed. +If test-commands returns a non-zero status, each elif list is executed in turn, and if its exit status is zero, -the corresponding more-consequents is executed and the +the corresponding more-consequents is executed and the command completes. -If `else alternate-consequents' is present, and -the final command in the final if or elif clause -has a non-zero exit status, then alternate-consequents is executed. +If ‘else alternate-consequents’ is present, and +the final command in the final if or elif clause +has a non-zero exit status, then alternate-consequents is executed. The return status is the exit status of the last command executed, or zero if no condition tested true. -

- -

case -
- - -The syntax of the case command is: -

- -
 
case word in [ [(] pattern [| pattern]...) command-list ;;]... esac
-

- -case will selectively execute the command-list corresponding to -the first pattern that matches word. -If the shell option nocasematch -(see the description of shopt in 4.3.2 The Shopt Builtin) +

+
+
case
+
+ + +

The syntax of the case command is: +

+
+
case word in [ [(] pattern [| pattern]…) command-list ;;]… esac
+
+ +

case will selectively execute the command-list corresponding to +the first pattern that matches word. +If the nocasematch shell option +(see the description of shopt in The Shopt Builtin) is enabled, the match is performed without regard to the case of alphabetic characters. -The `|' is used to separate multiple patterns, and the `)' +The ‘|’ is used to separate multiple patterns, and the ‘)’ operator terminates a pattern list. A list of patterns and an associated command-list is known -as a clause. -

- -Each clause must be terminated with `;;', `;&', or `;;&'. -The word undergoes tilde expansion, parameter expansion, command +as a clause. +

+

Each clause must be terminated with ‘;;’, ‘;&’, or ‘;;&’. +The word undergoes tilde expansion, parameter expansion, command substitution, arithmetic expansion, and quote removal before matching is -attempted. Each pattern undergoes tilde expansion, parameter +attempted. Each pattern undergoes tilde expansion, parameter expansion, command substitution, and arithmetic expansion. -

- -There may be an arbitrary number of case clauses, each terminated -by a `;;', `;&', or `;;&'. +

+

There may be an arbitrary number of case clauses, each terminated +by a ‘;;’, ‘;&’, or ‘;;&’. The first pattern that matches determines the command-list that is executed. -It's a common idiom to use `*' as the final pattern to define the +It’s a common idiom to use ‘*’ as the final pattern to define the default case, since that pattern will always match. -

- -Here is an example using case in a script that could be used to +

+

Here is an example using case in a script that could be used to describe one interesting feature of an animal: -

- -
 
echo -n "Enter the name of an animal: "
+

+
+
echo -n "Enter the name of an animal: "
 read ANIMAL
-echo -n "The $ANIMAL has "
+echo -n "The $ANIMAL has "
 case $ANIMAL in
-  horse | dog | cat) echo -n "four";;
-  man | kangaroo ) echo -n "two";;
-  *) echo -n "an unknown number of";;
+  horse | dog | cat) echo -n "four";;
+  man | kangaroo ) echo -n "two";;
+  *) echo -n "an unknown number of";;
 esac
-echo " legs."
-

+echo " legs." + -

-If the `;;' operator is used, no subsequent matches are attempted after +

If the ‘;;’ operator is used, no subsequent matches are attempted after the first pattern match. -Using `;&' in place of `;;' causes execution to continue with -the command-list associated with the next clause, if any. -Using `;;&' in place of `;;' causes the shell to test the patterns -in the next clause, if any, and execute any associated command-list +Using ‘;&’ in place of ‘;;’ causes execution to continue with +the command-list associated with the next clause, if any. +Using ‘;;&’ in place of ‘;;’ causes the shell to test the patterns +in the next clause, if any, and execute any associated command-list on a successful match. -

- -The return status is zero if no pattern is matched. Otherwise, the -return status is the exit status of the command-list executed. -

- -

select -
-

- -The select construct allows the easy generation of menus. -It has almost the same syntax as the for command: -

- -
 
select name [in words ...]; do commands; done
-

- -The list of words following in is expanded, generating a list +

+

The return status is zero if no pattern is matched. Otherwise, the +return status is the exit status of the command-list executed. +

+
+
select
+
+ +

The select construct allows the easy generation of menus. +It has almost the same syntax as the for command: +

+
+
select name [in words …]; do commands; done
+
+ +

The list of words following in is expanded, generating a list of items. The set of expanded words is printed on the standard error output stream, each preceded by a number. If the -`in words' is omitted, the positional parameters are printed, -as if `in "$@"' had been specified. -The PS3 prompt is then displayed and a line is read from the +‘in words’ is omitted, the positional parameters are printed, +as if ‘in "$@"’ had been specified. +The PS3 prompt is then displayed and a line is read from the standard input. If the line consists of a number corresponding to one of the displayed -words, then the value of name is set to that word. +words, then the value of name is set to that word. If the line is empty, the words and prompt are displayed again. -If EOF is read, the select command completes. -Any other value read causes name to be set to null. -The line read is saved in the variable REPLY. -

- -The commands are executed after each selection until a -break command is executed, at which -point the select command completes. -

- -Here is an example that allows the user to pick a filename from the +If EOF is read, the select command completes. +Any other value read causes name to be set to null. +The line read is saved in the variable REPLY. +

+

The commands are executed after each selection until a +break command is executed, at which +point the select command completes. +

+

Here is an example that allows the user to pick a filename from the current directory, and displays the name and index of the file selected. -

- -
 
select fname in *;
+

+
+
select fname in *;
 do
 	echo you picked $fname \($REPLY\)
 	break;
 done
-

+ -

((...)) -
 
(( expression ))
-

+

+
((…))
+
+
(( expression ))
+
-The arithmetic expression is evaluated according to the rules -described below (see section 6.5 Shell Arithmetic). +

The arithmetic expression is evaluated according to the rules +described below (see Shell Arithmetic). If the value of the expression is non-zero, the return status is 0; otherwise the return status is 1. This is exactly equivalent to -
 
let "expression"
-
See section 4.2 Bash Builtin Commands, for a full description of the let builtin. -

- -

[[...]] -
- -
 
[[ expression ]]
-

- -Return a status of 0 or 1 depending on the evaluation of -the conditional expression expression. +

+
let "expression"
+
+

See Bash Builtins, for a full description of the let builtin. +

+
+
[[…]]
+
+ +
+
[[ expression ]]
+
+ +

Return a status of 0 or 1 depending on the evaluation of +the conditional expression expression. Expressions are composed of the primaries described below in -6.4 Bash Conditional Expressions. +Bash Conditional Expressions. Word splitting and filename expansion are not performed on the words -between the [[ and ]]; tilde expansion, parameter and +between the [[ and ]]; tilde expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution, and quote removal are performed. -Conditional operators such as `-f' must be unquoted to be recognized +Conditional operators such as ‘-f’ must be unquoted to be recognized as primaries. -

- -When used with [[, the `<' and `>' operators sort +

+

When used with [[, the ‘<’ and ‘>’ operators sort lexicographically using the current locale. -

- -When the `==' and `!=' operators are used, the string to the +

+

When the ‘==’ and ‘!=’ operators are used, the string to the right of the operator is considered a pattern and matched according -to the rules described below in 3.5.8.1 Pattern Matching, -as if the extglob shell option were enabled. -The `=' operator is identical to `=='. -If the shell option nocasematch -(see the description of shopt in 4.3.2 The Shopt Builtin) +to the rules described below in Pattern Matching, +as if the extglob shell option were enabled. +The ‘=’ operator is identical to ‘==’. +If the nocasematch shell option +(see the description of shopt in The Shopt Builtin) is enabled, the match is performed without regard to the case of alphabetic characters. -The return value is 0 if the string matches (`==') or does not -match (`!=')the pattern, and 1 otherwise. +The return value is 0 if the string matches (‘==’) or does not +match (‘!=’)the pattern, and 1 otherwise. Any part of the pattern may be quoted to force the quoted portion to be matched as a string. -

- -An additional binary operator, `=~', is available, with the same -precedence as `==' and `!='. +

+

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 -an extended regular expression and matched accordingly (as in regex3)). +an extended regular expression and matched accordingly (as in regex3)). The return value is 0 if the string matches the pattern, and 1 otherwise. If the regular expression is syntactically incorrect, the conditional -expression's return value is 2. -If the shell option nocasematch -(see the description of shopt in 4.3.2 The Shopt Builtin) +expression’s return value is 2. +If the nocasematch shell option +(see the description of shopt in The Shopt Builtin) is enabled, the match is performed without regard to the case of alphabetic characters. Any part of the pattern may be quoted to force the quoted portion @@ -1394,748 +1455,683 @@ since normal quoting characters lose their meanings between brackets. If the pattern is stored in a shell variable, quoting the variable expansion forces the entire pattern to be matched as a string. Substrings matched by parenthesized subexpressions within the regular -expression are saved in the array variable BASH_REMATCH. -The element of BASH_REMATCH with index 0 is the portion of the string +expression are saved in the array variable BASH_REMATCH. +The element of BASH_REMATCH with index 0 is the portion of the string matching the entire regular expression. -The element of BASH_REMATCH with index n is the portion of the -string matching the nth parenthesized subexpression. -

- -For example, the following will match a line -(stored in the shell variable line) +The element of BASH_REMATCH with index n is the portion of the +string matching the nth parenthesized subexpression. +

+

For example, the following will match a line +(stored in the shell variable line) if there is a sequence of characters in the value consisting of any number, including zero, of -space characters, zero or one instances of `a', then a `b': -
 
[[ $line =~ [[:space:]]*(a)?b ]]
-

- -That means values like `aab' and ` aaaaaab' will match, as -will a line containing a `b' anywhere in its value. -

- -Storing the regular expression in a shell variable is often a useful +space characters, zero or one instances of ‘a’, then a ‘b’: +

+
[[ $line =~ [[:space:]]*(a)?b ]]
+
+ +

That means values like ‘aab’ and ‘ aaaaaab’ will match, as +will a line containing a ‘b’ anywhere in its value. +

+

Storing the regular expression in a shell variable is often a useful way to avoid problems with quoting characters that are special to the shell. It is sometimes difficult to specify a regular expression literally without using quotes, or to keep track of the quoting used by regular -expressions while paying attention to the shell's quote removal. +expressions while paying attention to the shell’s quote removal. Using a shell variable to store the pattern decreases these problems. For example, the following is equivalent to the above: -
 
pattern='[[:space:]]*(a)?b'
+

+
pattern='[[:space:]]*(a)?b'
 [[ $line =~ $pattern ]]
-

+ -If you want to match a character that's special to the regular expression +

If you want to match a character that’s special to the regular expression grammar, it has to be quoted to remove its special meaning. -This means that in the pattern `xxx.txt', the `.' matches any +This means that in the pattern ‘xxx.txt’, the ‘.’ matches any character in the string (its usual regular expression meaning), but in the -pattern `"xxx.txt"' it can only match a literal `.'. +pattern ‘"xxx.txt"’ it can only match a literal ‘.’. Shell programmers should take special care with backslashes, since backslashes are used both by the shell and regular expressions to remove the special meaning from the following character. -The following two sets of commands are not equivalent: -
 
pattern='\.'
+The following two sets of commands are not equivalent:
+

+
pattern='\.'
 
 [[ . =~ $pattern ]]
 [[ . =~ \. ]]
 
-[[ . =~ "$pattern" ]]
+[[ . =~ "$pattern" ]]
 [[ . =~ '\.' ]]
-

+ -The first two matches will succeed, but the second two will not, because +

The first two matches will succeed, but the second two will not, because in the second two the backslash will be part of the pattern to be matched. In the first two examples, the backslash removes the special meaning from -`.', so the literal `.' matches. -If the string in the first examples were anything other than `.', say -`a', the pattern would not match, because the quoted `.' in the +‘.’, so the literal ‘.’ matches. +If the string in the first examples were anything other than ‘.’, say +‘a’, the pattern would not match, because the quoted ‘.’ in the pattern loses its special meaning of matching any single character. -

- -Expressions may be combined using the following operators, listed +

+

Expressions may be combined using the following operators, listed in decreasing order of precedence: -

- -

-
( expression ) -
Returns the value of expression. +

+
+
( expression )
+

Returns the value of expression. This may be used to override the normal precedence of operators. -

- -

! expression -
True if expression is false. -

- -

expression1 && expression2 -
True if both expression1 and expression2 are true. -

- -

expression1 || expression2 -
True if either expression1 or expression2 is true. -
-

- -The && and || operators do not evaluate expression2 if the -value of expression1 is sufficient to determine the return +

+
+
! expression
+

True if expression is false. +

+
+
expression1 && expression2
+

True if both expression1 and expression2 are true. +

+
+
expression1 || expression2
+

True if either expression1 or expression2 is true. +

+
+ +

The && and || operators do not evaluate expression2 if the +value of expression1 is sufficient to determine the return value of the entire conditional expression. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.4.3 Grouping Commands

- -

- -Bash provides two ways to group a list of commands to be executed +

+

yaF~XlzoZ0UR{a{aH#tvi<>2o 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 d7Ery4+FC2#covRg50uI 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 z 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 TT-W02(#!4c)vFJmKi>Td-db{a diff --git a/doc/bash.ps b/doc/bash.ps index 27ff58018..35da9d02a 100644 --- a/doc/bash.ps +++ b/doc/bash.ps @@ -1,13 +1,13 @@ %!PS-Adobe-3.0 -%%Creator: groff version 1.19.2 -%%CreationDate: Tue Feb 11 10:59:21 2014 +%%Creator: groff version 1.22.3 +%%CreationDate: Wed Aug 31 10:23:59 2016 %%DocumentNeededResources: font Times-Roman %%+ font Times-Bold %%+ font Times-Italic %%+ font Courier %%+ font Symbol -%%DocumentSuppliedResources: procset grops 1.19 2 -%%Pages: 75 +%%DocumentSuppliedResources: procset grops 1.22 3 +%%Pages: 78 %%PageOrder: Ascend %%DocumentMedia: Default 612 792 0 () () %%Orientation: Portrait @@ -16,7 +16,7 @@ %%PageMedia: Default %%EndDefaults %%BeginProlog -%%BeginResource: procset grops 1.19 2 +%%BeginResource: procset grops 1.22 3 %!PS-Adobe-3.0 Resource-ProcSet /setpacking where{ pop @@ -74,6 +74,7 @@ exch pop add exch pop /level0 save def 1 setlinecap 1 setlinejoin +DEFS/BPhook known{DEFS begin BPhook end}if 72 RES div dup scale LS{ 90 rotate @@ -139,7 +140,10 @@ pop findfont dup maxlength 1 index/FontName known not{1 add}if dict begin { -1 index/FID ne{def}{pop pop}ifelse +1 index/FID ne +2 index/UniqueID ne +and +{def}{pop pop}ifelse }forall /Encoding exch def dup/FontName exch def @@ -177,8 +181,10 @@ newpath userdict begin /showpage{}def /setpagedevice{}def +mark }bind def /PEND{ +cleartomark countdictstack CNT sub{end}repeat level1 restore }bind def @@ -233,14 +239,15 @@ def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10.95/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F0 -(bash \255 GNU Bourne-Ag)108 96 Q(ain SHell)-.05 E F1(SYNOPSIS)72 112.8 -Q/F2 10/Times-Bold@0 SF(bash)108 124.8 Q F0 -([options] [command_string | \214le])2.5 E F1(COPYRIGHT)72 141.6 Q F0 -(Bash is Cop)108 153.6 Q(yright \251 1989-2013 by the Free Softw)-.1 E -(are F)-.1 E(oundation, Inc.)-.15 E F1(DESCRIPTION)72 170.4 Q F2(Bash) -108 182.4 Q F0 .973(is an)3.474 F F2(sh)3.473 E F0 .973 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10.95 +/Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F0(bash \255 GNU Bourne-Ag) +108 96 Q(ain SHell)-.05 E F1(SYNOPSIS)72 112.8 Q/F2 10/Times-Bold@0 SF +(bash)108 124.8 Q F0([options] [command_string | \214le])2.5 E F1 +(COPYRIGHT)72 141.6 Q F0(Bash is Cop)108 153.6 Q +(yright \251 1989-2016 by the Free Softw)-.1 E(are F)-.1 E +(oundation, Inc.)-.15 E F1(DESCRIPTION)72 170.4 Q F2(Bash)108 182.4 Q F0 +.973(is an)3.474 F F2(sh)3.473 E F0 .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 F2(Bash)5 E F0(also incorporates useful features from the)2.5 E @@ -250,526 +257,538 @@ Q/F2 10/Times-Bold@0 SF(bash)108 124.8 Q F0 ell and Utilities portion of the IEEE POSIX)3.027 F (speci\214cation \(IEEE Standard 1003.1\).)108 223.2 Q F2(Bash)5 E F0 (can be con\214gured to be POSIX-conformant by def)2.5 E(ault.)-.1 E F1 -(OPTIONS)72 240 Q F0 .61(All of the)108 252 R .61 -(single-character shell options documented in the description of the) -5.61 F F2(set)3.11 E F0 -.2(bu)3.11 G .61(iltin command can be).2 F -1.284(used as options when the shell is in)108 264 R -.2(vo)-.4 G -.1 -(ke).2 G 3.785(d. In).1 F(addition,)3.785 E F2(bash)3.785 E F0 1.285 +(OPTIONS)72 240 Q F0 .766(All of the single-character shell options doc\ +umented in the description of the)108 252 R F2(set)3.266 E F0 -.2(bu) +3.266 G .766(iltin command can be).2 F 1.284 +(used as options when the shell is in)108 264 R -.2(vo)-.4 G -.1(ke).2 G +3.785(d. In).1 F(addition,)3.785 E F2(bash)3.785 E F0 1.285 (interprets the follo)3.785 F 1.285(wing options when it is)-.25 F(in) 108 276 Q -.2(vo)-.4 G -.1(ke).2 G(d:).1 E F2108 292.8 Q F0 .881 -(If the)39.86 F F23.381 E F0 .881(option is present, then command\ -s are read from the \214rst non-option ar)3.381 F(gument)-.18 E F3(com-) -3.38 E(mand_string)158 304.8 Q F0 5.706(.I).22 G 3.206(ft)-5.706 G .706 -(here are ar)-3.206 F .706(guments after the)-.18 F F3(command_string) -3.206 E F0 3.206(,t).22 G(he)-3.206 E 3.206(ya)-.15 G .706 -(re assigned to the posi-)-3.206 F(tional parameters, starting with)158 -316.8 Q F2($0)2.5 E F0(.)A F2108 328.8 Q F0(If the)41.52 E F2 -2.5 E F0(option is present, the shell is)2.5 E F3(inter)2.5 E -(active)-.15 E F0(.).18 E F2108 340.8 Q F0(Mak)41.52 E(e)-.1 E F2 -(bash)2.5 E F0(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 F0(belo)2.25 E(w\).)-.25 E F2 -108 352.8 Q F0(If the)39.86 E F22.5 E F0 +(If the)158 292.8 R F23.381 E F0 .881(option is present, then com\ +mands are read from the \214rst non-option ar)3.381 F(gument)-.18 E F3 +(com-)3.38 E(mand_string)158 304.8 Q F0 5.743(.I).22 G 3.243(ft)-5.743 G +.743(here are ar)-3.243 F .743(guments after the)-.18 F F3 +(command_string)3.243 E F0 3.243(,t).22 G .744(he \214rst ar)-3.243 F +.744(gument is assigned)-.18 F(to)158 316.8 Q F2($0)2.919 E F0 .419 +(and an)2.919 F 2.919(yr)-.15 G .419(emaining ar)-2.919 F .418 +(guments are assigned to the positional parameters.)-.18 F .418 +(The assignment)5.418 F(to)158 328.8 Q F2($0)2.5 E F0 +(sets the name of the shell, which is used in w)2.5 E +(arning and error messages.)-.1 E F2108 340.8 Q F0(If the)158 +340.8 Q F22.5 E F0(option is present, the shell is)2.5 E F3(inter) +2.5 E(active)-.15 E F0(.).18 E F2108 352.8 Q F0(Mak)158 352.8 Q(e) +-.1 E F2(bash)2.5 E F0(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 F0(belo)2.25 E(w\).) +-.25 E F2108 364.8 Q F0(If the)158 364.8 Q F22.5 E F0 (option is present, the shell becomes)2.5 E F3 -.37(re)2.5 G(stricted) .37 E F0(\(see)3.27 E F4(RESTRICTED SHELL)2.5 E F0(belo)2.25 E(w\).)-.25 -E F2108 364.8 Q F0 .602(If the)40.41 F F23.102 E F0 .602 +E F2108 376.8 Q F0 .602(If the)158 376.8 R F23.102 E F0 .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 376.8 R .617(This option allo) -5.617 F .617(ws the positional parameters to be set when)-.25 F(in)158 -388.8 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H(hell.) -.15 E F2108 400.8 Q F0 3.184(Al)37.08 G .684 -(ist of all double-quoted strings preceded by)-3.184 F F2($)3.184 E F0 -.684(is printed on the standard output.)3.184 F .683(These are)5.683 F +(guments remain after option processing, then commands)-.18 F .617 +(are read from the standard input.)158 388.8 R .617(This option allo) +5.617 F .616(ws the positional parameters to be set when)-.25 F(in)158 +400.8 Q -.2(vo)-.4 G(king an interacti).2 E .3 -.15(ve s)-.25 H(hell.) +.15 E F2108 412.8 Q F0 3.183(Al)158 412.8 S .683 +(ist of all double-quoted strings preceded by)-3.183 F F2($)3.184 E F0 +.684(is printed on the standard output.)3.184 F .684(These are)5.684 F .458(the strings that are subject to language translation when the curr\ -ent locale is not)158 412.8 R F2(C)2.958 E F0(or)2.959 E F2(POSIX)2.959 -E F0(.)A(This implies the)158 424.8 Q F22.5 E F0 +ent locale is not)158 424.8 R F2(C)2.958 E F0(or)2.958 E F2(POSIX)2.958 +E F0(.)A(This implies the)158 436.8 Q F22.5 E F0 (option; no commands will be e)2.5 E -.15(xe)-.15 G(cuted.).15 E F2 -([\255+]O [)108 436.8 Q F3(shopt_option)A F2(])A F3(shopt_option)158 -448.8 Q F0 1.097(is one of the shell options accepted by the)3.597 F F2 -(shopt)3.597 E F0 -.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 460.8 Q F0(belo) -3.002 E 3.252(w\). If)-.25 F F3(shopt_option)3.253 E F0 .753 +([\255+]O [)108 448.8 Q F3(shopt_option)A F2(])A F3(shopt_option)158 +460.8 Q F0 1.097(is one of the shell options accepted by the)3.596 F F2 +(shopt)3.597 E F0 -.2(bu)3.597 G 1.097(iltin \(see).2 F F4 1.097 +(SHELL B)3.597 F(UIL)-.09 E(TIN)-.828 E(COMMANDS)158 472.8 Q F0(belo) +3.003 E 3.253(w\). If)-.25 F F3(shopt_option)3.253 E F0 .753 (is present,)3.253 F F23.253 E F0 .753(sets the v)3.253 F .753 -(alue of that option;)-.25 F F2(+O)3.253 E F0(unsets)3.253 E 2.625 -(it. If)158 472.8 R F3(shopt_option)2.625 E F0 .125 -(is not supplied, the names and v)2.625 F .124 -(alues of the shell options accepted by)-.25 F F2(shopt)2.624 E F0 .505 -(are printed on the standard output.)158 484.8 R .505(If the in)5.505 F --.2(vo)-.4 G .505(cation option is).2 F F2(+O)3.005 E F0 3.005(,t)C .506 +(alue of that option;)-.25 F F2(+O)3.252 E F0(unsets)3.252 E 2.624 +(it. If)158 484.8 R F3(shopt_option)2.624 E F0 .124 +(is not supplied, the names and v)2.624 F .125 +(alues of the shell options accepted by)-.25 F F2(shopt)2.625 E F0 .506 +(are printed on the standard output.)158 496.8 R .505(If the in)5.505 F +-.2(vo)-.4 G .505(cation option is).2 F F2(+O)3.005 E F0 3.005(,t)C .505 (he output is displayed in a)-3.005 F -(format that may be reused as input.)158 496.8 Q F2108 508.8 Q F0 -(A)38.6 E F23.364 E F0 .864 +(format that may be reused as input.)158 508.8 Q F2108 520.8 Q F0 +(A)158 520.8 Q F23.363 E F0 .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 520.8 Q F22.5 E F0 +3.363 F(An)5.864 E 3.364(ya)-.15 G -.18(rg)-3.364 G .864(uments after) +.18 F(the)158 532.8 Q F22.5 E F0 (are treated as \214lenames and ar)2.5 E 2.5(guments. An)-.18 F(ar)2.5 E (gument of)-.18 E F22.5 E F0(is equi)2.5 E -.25(va)-.25 G(lent to) -.25 E F22.5 E F0(.)A F2(Bash)108 537.6 Q F0 .303 -(also interprets a number of multi-character options.)2.803 F .304 +.25 E F22.5 E F0(.)A F2(Bash)108 549.6 Q F0 .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 549.6 Q F2 -108 566.4 Q(ugger)-.2 E F0 .475(Arrange for the deb)144 -578.4 R .475(ugger pro\214le to be e)-.2 F -.15(xe)-.15 G .475 -(cuted before the shell starts.).15 F -.45(Tu)5.474 G .474(rns on e).45 -F .474(xtended deb)-.15 F(ug-)-.2 E -(ging mode \(see the description of the)144 590.4 Q F2(extdeb)2.5 E(ug) +(before the single-character options to be recognized.)108 561.6 Q F2 +108 578.4 Q(ugger)-.2 E F0 .474(Arrange for the deb)144 +590.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 602.4 Q F2(extdeb)2.5 E(ug) -.2 E F0(option to the)2.5 E F2(shopt)2.5 E F0 -.2(bu)2.5 G(iltin belo) -.2 E(w\).)-.25 E F2(\255\255dump\255po\255strings)108 602.4 Q F0(Equi) -144 614.4 Q -.25(va)-.25 G(lent to).25 E F22.5 E F0 2.5(,b)C +.2 E(w\).)-.25 E F2(\255\255dump\255po\255strings)108 614.4 Q F0(Equi) +144 626.4 Q -.25(va)-.25 G(lent to).25 E F22.5 E F0 2.5(,b)C (ut the output is in the GNU)-2.7 E F3 -.1(ge)2.5 G(tte).1 E(xt)-.2 E F2 (po)2.5 E F0(\(portable object\) \214le format.)2.5 E F2 -(\255\255dump\255strings)108 626.4 Q F0(Equi)144 638.4 Q -.25(va)-.25 G -(lent to).25 E F22.5 E F0(.)A F2(\255\255help)108 650.4 Q F0 -(Display a usage message on standard output and e)6.26 E -(xit successfully)-.15 E(.)-.65 E F2108 662.4 Q F3 -(\214le)2.5 E F2108 674.4 Q(c\214le)-.18 E F3(\214le)2.5 E F0 -(Ex)144 686.4 Q 1.598(ecute commands from)-.15 F F3(\214le)6.008 E F0 -1.598(instead of the standard personal initialization \214le)4.278 F F3 -(~/.bashr)3.599 E(c)-.37 E F0 1.599(if the)4.409 F(shell is interacti) -144 698.4 Q .3 -.15(ve \()-.25 H(see).15 E F4(INV)2.5 E(OCA)-.405 E -(TION)-.855 E F0(belo)2.25 E(w\).)-.25 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(1)195.95 E 0 Cg EP +(\255\255dump\255strings)108 638.4 Q F0(Equi)144 650.4 Q -.25(va)-.25 G +(lent to).25 E F22.5 E F0(.)A F2(\255\255help)108 662.4 Q F0 +(Display a usage message on standard output and e)144 662.4 Q +(xit successfully)-.15 E(.)-.65 E F2108 674.4 Q F3 +(\214le)2.5 E F2108 686.4 Q(c\214le)-.18 E F3(\214le)2.5 E F0 +(Ex)144 698.4 Q 1.599(ecute commands from)-.15 F F3(\214le)6.009 E F0 +1.598(instead of the standard personal initialization \214le)4.279 F F3 +(~/.bashr)3.598 E(c)-.37 E F0 1.598(if the)4.408 F(shell is interacti) +144 710.4 Q .3 -.15(ve \()-.25 H(see).15 E F4(INV)2.5 E(OCA)-.405 E +(TION)-.855 E F0(belo)2.25 E(w\).)-.25 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(1)197.055 E 0 Cg EP %%Page: 2 2 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(\255\255login)108 84 Q F0(Equi)144 96 Q --.25(va)-.25 G(lent to).25 E F12.5 E F0(.)A F1(\255\255noediting) -108 112.8 Q F0(Do not use the GNU)144 124.8 Q F1 -.18(re)2.5 G(adline) -.18 E F0(library to read command lines when the shell is interacti)2.5 E --.15(ve)-.25 G(.).15 E F1(\255\255nopr)108 141.6 Q(o\214le)-.18 E F0 -.017(Do not read either the system-wide startup \214le)144 153.6 R/F2 10 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(\255\255login)108 84 Q F0(Equi)144 96 Q -.25(va)-.25 G(lent to).25 E +F12.5 E F0(.)A F1(\255\255noediting)108 112.8 Q F0 +(Do not use the GNU)144 124.8 Q F1 -.18(re)2.5 G(adline).18 E F0 +(library to read command lines when the shell is interacti)2.5 E -.15 +(ve)-.25 G(.).15 E F1(\255\255nopr)108 141.6 Q(o\214le)-.18 E F0 .017 +(Do not read either the system-wide startup \214le)144 153.6 R/F2 10 /Times-Italic@0 SF(/etc/pr)4.183 E(o\214le)-.45 E F0 .017(or an)4.183 F -2.517(yo)-.15 G 2.517(ft)-2.517 G .017 +2.517(yo)-.15 G 2.517(ft)-2.517 G .018 (he personal initialization \214les)-2.517 F F2(~/.bash_pr)144 165.6 Q -(o\214le)-.45 E F0(,).18 E F2(~/.bash_lo)2.697 E(gin)-.1 E F0 2.697(,o) -.24 G(r)-2.697 E F2(~/.pr)2.698 E(o\214le)-.45 E F0 5.198(.B).18 G 2.698 +(o\214le)-.45 E F0(,).18 E F2(~/.bash_lo)2.698 E(gin)-.1 E F0 2.698(,o) +.24 G(r)-2.698 E F2(~/.pr)2.698 E(o\214le)-.45 E F0 5.198(.B).18 G 2.698 (yd)-5.198 G(ef)-2.698 E(ault,)-.1 E F1(bash)2.698 E F0 .198 (reads these \214les when it is in)2.698 F -.2(vo)-.4 G -.1(ke).2 G -2.698(da).1 G(s)-2.698 E 2.5(al)144 177.6 S(ogin shell \(see)-2.5 E/F3 9 +2.697(da).1 G(s)-2.697 E 2.5(al)144 177.6 S(ogin shell \(see)-2.5 E/F3 9 /Times-Bold@0 SF(INV)2.5 E(OCA)-.405 E(TION)-.855 E F0(belo)2.25 E(w\).) --.25 E F1108 194.4 Q(c)-.18 E F0 1.228(Do not read and e) -5.34 F -.15(xe)-.15 G 1.228(cute the personal initialization \214le).15 +-.25 E F1108 194.4 Q(c)-.18 E F0 1.228(Do not read and e)144 +194.4 R -.15(xe)-.15 G 1.228(cute the personal initialization \214le).15 F F2(~/.bashr)3.228 E(c)-.37 E F0 1.228(if the shell is interacti)4.038 F -.15(ve)-.25 G 6.228(.T).15 G(his)-6.228 E(option is on by def)144 206.4 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 F1(sh)2.5 E F0(.)A F1(\255\255posix)108 223.2 Q F0 1.782 +G(s)-2.5 E F1(sh)2.5 E F0(.)A F1(\255\255posix)108 223.2 Q F0 1.783 (Change the beha)144 235.2 R 1.782(vior of)-.2 F F1(bash)4.282 E F0 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 .333(match the standard \()144 -247.2 R F2 .333(posix mode)B F0 2.833(\). See)B F3 .333(SEE ALSO)2.833 F -F0(belo)2.583 E 2.833(wf)-.25 G .332 +(fers from the POSIX standard to)-.25 F .332(match the standard \()144 +247.2 R F2 .332(posix mode)B F0 2.832(\). See)B F3 .333(SEE ALSO)2.833 F +F0(belo)2.583 E 2.833(wf)-.25 G .333 (or a reference to a document that details)-2.833 F(ho)144 259.2 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 F1108 276 Q(estricted)-.18 E F0 (The shell becomes restricted \(see)144 288 Q F3(RESTRICTED SHELL)2.5 E F0(belo)2.25 E(w\).)-.25 E F1108 304.8 Q(erbose)-.1 E F0(Equi) -144 316.8 Q -.25(va)-.25 G(lent to).25 E F15 E F0(.)A F1 +144 316.8 Q -.25(va)-.25 G(lent to).25 E F12.5 E F0(.)A F1 108 333.6 Q(ersion)-.1 E F0(Sho)144 345.6 Q 2.5(wv)-.25 G (ersion information for this instance of)-2.65 E F1(bash)2.5 E F0 (on the standard output and e)2.5 E(xit successfully)-.15 E(.)-.65 E/F4 -10.95/Times-Bold@0 SF(ARGUMENTS)72 362.4 Q F0 .016(If ar)108 374.4 R +10.95/Times-Bold@0 SF(ARGUMENTS)72 362.4 Q F0 .017(If ar)108 374.4 R .016(guments remain after option processing, and neither the)-.18 F F1 2.516 E F0 .016(nor the)2.516 F F12.516 E F0 .016 (option has been supplied, the \214rst)2.516 F(ar)108 386.4 Q .041(gume\ nt is assumed to be the name of a \214le containing shell commands.)-.18 F(If)5.041 E F1(bash)2.541 E F0 .041(is in)2.541 F -.2(vo)-.4 G -.1(ke) -.2 G 2.541(di).1 G 2.541(nt)-2.541 G .041(his f)-2.541 F(ashion,)-.1 E +.2 G 2.541(di).1 G 2.541(nt)-2.541 G .042(his f)-2.541 F(ashion,)-.1 E F1($0)108 398.4 Q F0 .936(is set to the name of the \214le, and the pos\ -itional parameters are set to the remaining ar)3.435 F(guments.)-.18 E -F1(Bash)5.936 E F0 .234(reads and e)108 410.4 R -.15(xe)-.15 G .234 +itional parameters are set to the remaining ar)3.436 F(guments.)-.18 E +F1(Bash)5.935 E F0 .233(reads and e)108 410.4 R -.15(xe)-.15 G .233 (cutes commands from this \214le, then e).15 F(xits.)-.15 E F1(Bash) -5.234 E F0 1.334 -.55('s e)D .234(xit status is the e).4 F .233 -(xit status of the last com-)-.15 F .348(mand e)108 422.4 R -.15(xe)-.15 -G .348(cuted in the script.).15 F .348(If no commands are e)5.348 F -.15 -(xe)-.15 G .348(cuted, the e).15 F .349(xit status is 0.)-.15 F .349 -(An attempt is \214rst made to)5.349 F .254 -(open the \214le in the current directory)108 434.4 R 2.754(,a)-.65 G -.253 +5.234 E F0 1.334 -.55('s e)D .234(xit status is the e).4 F .234 +(xit status of the last com-)-.15 F .349(mand e)108 422.4 R -.15(xe)-.15 +G .349(cuted in the script.).15 F .349(If no commands are e)5.349 F -.15 +(xe)-.15 G .349(cuted, the e).15 F .348(xit status is 0.)-.15 F .348 +(An attempt is \214rst made to)5.348 F .253 +(open the \214le in the current directory)108 434.4 R 2.753(,a)-.65 G +.254 (nd, if no \214le is found, then the shell searches the directories in) --2.754 F F3 -.666(PA)2.753 G(TH)-.189 E F0(for the script.)108 446.4 Q +-2.753 F F3 -.666(PA)2.754 G(TH)-.189 E F0(for the script.)108 446.4 Q F4(INV)72 463.2 Q(OCA)-.493 E(TION)-1.04 E F0(A)108 475.2 Q F2(lo)2.5 E (gin shell)-.1 E F0(is one whose \214rst character of ar)2.5 E (gument zero is a)-.18 E F12.5 E F0 2.5(,o)C 2.5(ro)-2.5 G (ne started with the)-2.5 E F1(\255\255login)2.5 E F0(option.)2.5 E(An) -108 492 Q F2(inter)2.814 E(active)-.15 E F0 .314 -(shell is one started without non-option ar)2.814 F .315 -(guments and without the)-.18 F F12.815 E F0 .315 -(option whose standard)2.815 F 1.5 -(input and error are both connected to terminals \(as determined by)108 -504 R F2(isatty)4 E F0 1.5(\(3\)\), or one started with the).32 F F1 -4 E F0(option.)108 516 Q F3(PS1)5.289 E F0 .289(is set and)2.539 F -F1<24ad>2.789 E F0(includes)2.789 E F1(i)2.789 E F0(if)2.789 E F1(bash) -2.789 E F0 .289(is interacti)2.789 F -.15(ve)-.25 G 2.789(,a).15 G(llo) --2.789 E .29(wing a shell script or a startup \214le to test this)-.25 F -(state.)108 528 Q .033(The follo)108 544.8 R .033 -(wing paragraphs describe ho)-.25 F(w)-.25 E F1(bash)2.532 E F0 -.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 .032 -(xist b)-.15 F .032(ut cannot be)-.2 F(read,)108 556.8 Q F1(bash)2.599 E -F0 .099(reports an error)2.599 F 5.099(.T)-.55 G .099(ildes are e)-5.449 -F .099(xpanded in \214lenames as described belo)-.15 F 2.6(wu)-.25 G -(nder)-2.6 E F1 -.18(Ti)2.6 G .1(lde Expansion).18 F F0(in)2.6 E(the)108 -568.8 Q F3(EXP)2.5 E(ANSION)-.666 E F0(section.)2.25 E(When)108 585.6 Q -F1(bash)2.896 E F0 .396(is in)2.896 F -.2(vo)-.4 G -.1(ke).2 G 2.896(da) -.1 G 2.896(sa)-2.896 G 2.896(ni)-2.896 G(nteracti)-2.896 E .696 -.15 -(ve l)-.25 H .396(ogin shell, or as a non-interacti).15 F .695 -.15 -(ve s)-.25 H .395(hell with the).15 F F1(\255\255login)2.895 E F0 .395 -(option, it)2.895 F 1.333(\214rst reads and e)108 597.6 R -.15(xe)-.15 G -1.333(cutes commands from the \214le).15 F F2(/etc/pr)3.833 E(o\214le) --.45 E F0 3.834(,i)C 3.834(ft)-3.834 G 1.334(hat \214le e)-3.834 F 3.834 -(xists. After)-.15 F 1.334(reading that \214le, it)3.834 F .249 -(looks for)108 609.6 R F2(~/.bash_pr)2.749 E(o\214le)-.45 E F0(,)A F2 -(~/.bash_lo)2.749 E(gin)-.1 E F0 2.749(,a)C(nd)-2.749 E F2(~/.pr)2.749 E -(o\214le)-.45 E F0 2.749(,i)C 2.749(nt)-2.749 G .249(hat order)-2.749 F -2.748(,a)-.4 G .248(nd reads and e)-2.748 F -.15(xe)-.15 G .248 -(cutes commands from).15 F .796(the \214rst one that e)108 621.6 R .796 +108 492 Q F2(inter)2.734 E(active)-.15 E F0 .234 +(shell is one started without non-option ar)2.734 F .234 +(guments \(unless)-.18 F F12.734 E F0 .233 +(is speci\214ed\) and without the)2.734 F F12.733 E F0 .509(optio\ +n whose standard input and error are both connected to terminals \(as d\ +etermined by)108 504 R F2(isatty)3.01 E F0 .51(\(3\)\), or one).32 F +.946(started with the)108 516 R F13.445 E F0(option.)3.445 E F3 +(PS1)5.945 E F0 .945(is set and)3.195 F F1<24ad>3.445 E F0(includes) +3.445 E F1(i)3.445 E F0(if)3.445 E F1(bash)3.445 E F0 .945(is interacti) +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 +528 Q .032(The follo)108 544.8 R .032(wing paragraphs describe ho)-.25 F +(w)-.25 E F1(bash)2.532 E F0 -.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 556.8 Q F1(bash)2.6 E F0 .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 F1 -.18(Ti)2.599 G .099(lde Expansion).18 F F0(in)2.599 E(the) +108 568.8 Q F3(EXP)2.5 E(ANSION)-.666 E F0(section.)2.25 E(When)108 +585.6 Q F1(bash)2.895 E F0 .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 F1(\255\255login)2.896 E F0 .396 +(option, it)2.896 F 1.334(\214rst reads and e)108 597.6 R -.15(xe)-.15 G +1.334(cutes commands from the \214le).15 F F2(/etc/pr)3.834 E(o\214le) +-.45 E F0 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 .248 +(looks for)108 609.6 R F2(~/.bash_pr)2.748 E(o\214le)-.45 E F0(,)A F2 +(~/.bash_lo)2.748 E(gin)-.1 E F0 2.748(,a)C(nd)-2.748 E F2(~/.pr)2.748 E +(o\214le)-.45 E F0 2.748(,i)C 2.749(nt)-2.748 G .249(hat order)-2.749 F +2.749(,a)-.4 G .249(nd reads and e)-2.749 F -.15(xe)-.15 G .249 +(cutes commands from).15 F .797(the \214rst one that e)108 621.6 R .797 (xists and is readable.)-.15 F(The)5.796 E F1(\255\255nopr)3.296 E -(o\214le)-.18 E F0 .797(option may be used when the shell is started to) -3.296 F(inhibit this beha)108 633.6 Q(vior)-.2 E(.)-.55 E -(When a login shell e)108 650.4 Q(xits,)-.15 E F1(bash)2.5 E F0 -(reads and e)2.5 E -.15(xe)-.15 G(cutes commands from the \214le).15 E -F2(~/.bash_lo)2.5 E(gout)-.1 E F0 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 667.2 R 1.998 -.15(ve s)-.25 -H 1.698(hell that is not a login shell is started,).15 F F1(bash)4.197 E -F0 1.697(reads and e)4.197 F -.15(xe)-.15 G 1.697(cutes commands from) -.15 F F2(~/.bashr)108 679.2 Q(c)-.37 E F0 2.535(,i)C 2.535(ft)-2.535 G -.035(hat \214le e)-2.535 F 2.535(xists. This)-.15 F .036 +(o\214le)-.18 E F0 .796(option may be used when the shell is started to) +3.296 F(inhibit this beha)108 633.6 Q(vior)-.2 E(.)-.55 E 1.104 +(When an interacti)108 650.4 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 F1(exit)3.604 E F0 -.2(bu)3.604 G 1.104(iltin command,).2 F F1(bash) +108 662.4 Q F0(reads and e)2.5 E -.15(xe)-.15 G +(cutes commands from the \214le).15 E F2(~/.bash_lo)2.5 E(gout)-.1 E F0 +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 679.2 R 1.998 -.15(ve s)-.25 H 1.698 +(hell that is not a login shell is started,).15 F F1(bash)4.197 E F0 +1.697(reads and e)4.197 F -.15(xe)-.15 G 1.697(cutes commands from).15 F +F2(~/.bashr)108 691.2 Q(c)-.37 E F0 2.535(,i)C 2.535(ft)-2.535 G .035 +(hat \214le e)-2.535 F 2.535(xists. This)-.15 F .036 (may be inhibited by using the)2.535 F F12.536 E(c)-.18 E F0 2.536(option. The)2.536 F F12.536 E(c\214le)-.18 E F2(\214le) -2.536 E F0 .036(option will)2.536 F(force)108 691.2 Q F1(bash)2.5 E F0 +2.536 E F0 .036(option will)2.536 F(force)108 703.2 Q F1(bash)2.5 E F0 (to read and e)2.5 E -.15(xe)-.15 G(cute commands from).15 E F2(\214le) -2.5 E F0(instead of)2.5 E F2(~/.bashr)2.5 E(c)-.37 E F0(.)A(When)108 708 +2.5 E F0(instead of)2.5 E F2(~/.bashr)2.5 E(c)-.37 E F0(.)A(When)108 720 Q F1(bash)5.306 E F0 2.806(is started non-interacti)5.306 F -.15(ve)-.25 G(ly).15 E 5.306(,t)-.65 G 5.306(or)-5.306 G 2.806 (un a shell script, for e)-5.306 F 2.805(xample, it looks for the v)-.15 -F(ariable)-.25 E F3 -.27(BA)108 720 S(SH_ENV).27 E F0 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(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E -(2)195.95 E 0 Cg EP +F(ariable)-.25 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(2) +197.055 E 0 Cg EP %%Page: 3 3 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(name of a \214le to read and e)108 84 Q -.15(xe)-.15 G(cute.).15 -E/F1 10/Times-Bold@0 SF(Bash)5 E F0(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/F2 10/Courier@0 SF -(if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 102 Q F0 -.2(bu) -108 120 S 2.5(tt).2 G(he v)-2.5 E(alue of the)-.25 E/F3 9/Times-Bold@0 -SF -.666(PA)2.5 G(TH)-.189 E F0 -.25(va)2.25 G -(riable is not used to search for the \214lename.).25 E(If)108 136.8 Q -F1(bash)3.417 E F0 .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 F1(sh)3.417 E F0 3.417(,i)C 3.417(tt) +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 9/Times-Bold@0 +SF -.27(BA)108 84 S(SH_ENV).27 E F0 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 96 Q -.15 +(xe)-.15 G(cute.).15 E/F2 10/Times-Bold@0 SF(Bash)5 E F0(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/F3 10/Courier@0 +SF(if [ \255n "$BASH_ENV" ]; then . "$BASH_ENV"; fi)144 114 Q F0 -.2(bu) +108 132 S 2.5(tt).2 G(he v)-2.5 E(alue of the)-.25 E F1 -.666(PA)2.5 G +(TH)-.189 E F0 -.25(va)2.25 G +(riable is not used to search for the \214lename.).25 E(If)108 148.8 Q +F2(bash)3.417 E F0 .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 F0 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 F1(sh)3.417 E F0(as) +(vior of historical v)-.2 F .917(ersions of)-.15 F F2(sh)3.417 E F0(as) 3.417 E .145 (closely as possible, while conforming to the POSIX standard as well.) -108 148.8 R .145(When in)5.145 F -.2(vo)-.4 G -.1(ke).2 G 2.645(da).1 G +108 160.8 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 160.8 R 1.564 -.15 -(ve s)-.25 H 1.264(hell with the).15 F F1(\255\255login)3.764 E F0 1.264 +-.25 H(ogin).15 E 1.264(shell, or a non-interacti)108 172.8 R 1.564 -.15 +(ve s)-.25 H 1.264(hell with the).15 F F2(\255\255login)3.764 E F0 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 172.8 Q/F4 10/Times-Italic@0 SF(/etc/pr) +(cute commands).15 F(from)108 184.8 Q/F4 10/Times-Italic@0 SF(/etc/pr) 4.142 E(o\214le)-.45 E F0(and)3.172 E F4(~/.pr)2.992 E(o\214le)-.45 E F0 2.992(,i).18 G 2.992(nt)-2.992 G .492(hat order)-2.992 F 5.492(.T)-.55 G -(he)-5.492 E F1(\255\255nopr)2.992 E(o\214le)-.18 E F0 .493 +(he)-5.492 E F2(\255\255nopr)2.992 E(o\214le)-.18 E F0 .493 (option may be used to inhibit this beha)2.993 F(vior)-.2 E(.)-.55 E -.418(When in)108 184.8 R -.2(vo)-.4 G -.1(ke).2 G 2.918(da).1 G 2.918 +.418(When in)108 196.8 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 F1(sh)2.918 E F0(,)A F1(bash)2.918 E F0 -.418(looks for the v)2.918 F(ariable)-.25 E F3(ENV)2.918 E/F5 9 +.418(hell with the name).15 F F2(sh)2.918 E F0(,)A F2(bash)2.918 E F0 +.418(looks for the v)2.918 F(ariable)-.25 E F1(ENV)2.918 E/F5 9 /Times-Roman@0 SF(,)A F0 -.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 196.8 R .171 +-.25 E .171(if it is de\214ned, and uses the e)108 208.8 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 208.8 Q F1(sh)3.081 E F0 +-2.671 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E(as)108 220.8 Q F2(sh)3.081 E F0 .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 F13.08 E(c\214le)-.18 E F0 -.58(option has)3.08 F .182(no ef)108 220.8 R 2.682(fect. A)-.25 F +(ther startup \214les, the)-3.08 F F23.08 E(c\214le)-.18 E F0 +.58(option has)3.08 F .182(no ef)108 232.8 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 F1(sh)2.682 E +-.4 G -.1(ke).2 G 2.682(dw).1 G .182(ith the name)-2.682 F F2(sh)2.682 E F0 .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 232.8 Q -.2(vo)-.4 G -.1(ke) -.2 G 2.5(da).1 G(s)-2.5 E F1(sh)2.5 E F0(,)A F1(bash)2.5 E F0(enters)2.5 +(ther startup \214les.)-2.683 F(When in)108 244.8 Q -.2(vo)-.4 G -.1(ke) +.2 G 2.5(da).1 G(s)-2.5 E F2(sh)2.5 E F0(,)A F2(bash)2.5 E F0(enters)2.5 E F4(posix)3.75 E F0(mode after the startup \214les are read.)3.03 E -(When)108 249.6 Q F1(bash)2.727 E F0 .226(is started in)2.727 F F4 -(posix)3.976 E F0 .226(mode, as with the)3.256 F F1(\255\255posix)2.726 +(When)108 261.6 Q F2(bash)2.727 E F0 .226(is started in)2.727 F F4 +(posix)3.976 E F0 .226(mode, as with the)3.256 F F2(\255\255posix)2.726 E F0 .226(command line option, it follo)2.726 F .226(ws the POSIX stan-) --.25 F .341(dard for startup \214les.)108 261.6 R .341 +-.25 F .341(dard for startup \214les.)108 273.6 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 F0 -.25(va)2.591 G .342 -(riable and commands are read and).25 F -.15(exe)108 273.6 S +F .341(xpand the)-.15 F F1(ENV)2.841 E F0 -.25(va)2.591 G .342 +(riable and commands are read and).25 F -.15(exe)108 285.6 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 F1(Bash)108 290.4 +(alue. No)-.25 F(other startup \214les are read.)2.5 E F2(Bash)108 302.4 Q F0 .224(attempts to determine when it is being run with its standard \ input connected to a netw)2.724 F .223(ork connection,)-.1 F .025 -(as when e)108 302.4 R -.15(xe)-.15 G .025 +(as when e)108 314.4 R -.15(xe)-.15 G .025 (cuted by the remote shell daemon, usually).15 F F4 -.1(rs)2.525 G(hd).1 E F0 2.525(,o)C 2.525(rt)-2.525 G .025(he secure shell daemon)-2.525 F -F4(sshd)2.525 E F0 5.025(.I)C(f)-5.025 E F1(bash)2.525 E F0(deter)2.525 -E(-)-.2 E .134(mines it is being run in this f)108 314.4 R .134 +F4(sshd)2.525 E F0 5.025(.I)C(f)-5.025 E F2(bash)2.525 E F0(deter)2.525 +E(-)-.2 E .134(mines it is being run in this f)108 326.4 R .134 (ashion, it reads and e)-.1 F -.15(xe)-.15 G .133(cutes commands from) .15 F F4(~/.bashr)2.633 E(c)-.37 E F0 2.633(,i)C 2.633(ft)-2.633 G .133 (hat \214le e)-2.633 F .133(xists and is)-.15 F 2.869(readable. It)108 -326.4 R .369(will not do this if in)2.869 F -.2(vo)-.4 G -.1(ke).2 G -2.869(da).1 G(s)-2.869 E F1(sh)2.869 E F0 5.369(.T)C(he)-5.369 E F1 +338.4 R .369(will not do this if in)2.869 F -.2(vo)-.4 G -.1(ke).2 G +2.869(da).1 G(s)-2.869 E F2(sh)2.869 E F0 5.369(.T)C(he)-5.369 E F2 2.869 E(c)-.18 E F0 .369 (option may be used to inhibit this beha)2.869 F(vior)-.2 E 2.869(,a)-.4 -G(nd)-2.869 E(the)108 338.4 Q F12.919 E(c\214le)-.18 E F0 .419 +G(nd)-2.869 E(the)108 350.4 Q F22.919 E(c\214le)-.18 E F0 .419 (option may be used to force another \214le to be read, b)2.919 F .419 (ut neither)-.2 F F4 -.1(rs)2.919 G(hd).1 E F0(nor)2.919 E F4(sshd)2.919 E F0 .418(generally in)2.919 F -.2(vo)-.4 G -.1(ke).2 G -(the shell with those options or allo)108 350.4 Q 2.5(wt)-.25 G +(the shell with those options or allo)108 362.4 Q 2.5(wt)-.25 G (hem to be speci\214ed.)-2.5 E 1.207 -(If the shell is started with the ef)108 367.2 R(fecti)-.25 E 1.507 -.15 +(If the shell is started with the ef)108 379.2 R(fecti)-.25 E 1.507 -.15 (ve u)-.25 H 1.208 (ser \(group\) id not equal to the real user \(group\) id, and the).15 F -F13.708 E F0 .536(option is not supplied, no startup \214les are \ -read, shell functions are not inherited from the en)108 379.2 R .535 -(vironment, the)-.4 F F3(SHELLOPTS)108 391.2 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 F0 -(and)2.959 E F3(GLOBIGNORE)3.209 E F0 -.25(va)2.959 G .709 +F23.708 E F0 .536(option is not supplied, no startup \214les are \ +read, shell functions are not inherited from the en)108 391.2 R .535 +(vironment, the)-.4 F F1(SHELLOPTS)108 403.2 Q F5(,)A F1 -.27(BA)2.959 G +(SHOPTS).27 E F5(,)A F1(CDP)2.959 E -.855(AT)-.666 G(H).855 E F5(,)A F0 +(and)2.959 E F1(GLOBIGNORE)3.209 E F0 -.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 403.2 R(fecti)-.25 E +(vironment, are)-.4 F .905(ignored, and the ef)108 415.2 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 F13.404 E F0 .904(option is supplied at in) -3.404 F -.2(vo)-.4 G .904(cation, the).2 F(startup beha)108 415.2 Q +.904(If the)5.904 F F23.404 E F0 .904(option is supplied at in) +3.404 F -.2(vo)-.4 G .904(cation, the).2 F(startup beha)108 427.2 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 432 Q F0(The follo)108 444 Q +72 444 Q F0(The follo)108 456 Q (wing de\214nitions are used throughout the rest of this document.)-.25 -E F1(blank)108 456 Q F0 2.5(As)11.54 G(pace or tab)-2.5 E(.)-.4 E F1 -.1 -(wo)108 468 S(rd).1 E F0 2.5(As)13.88 G +E F2(blank)108 468 Q F0 2.5(As)144 468 S(pace or tab)-2.5 E(.)-.4 E F2 +-.1(wo)108 480 S(rd).1 E F0 2.5(As)144 480 S (equence of characters considered as a single unit by the shell.)-2.5 E -(Also kno)5 E(wn as a)-.25 E F1(tok)2.5 E(en)-.1 E F0(.)A F1(name)108 -480 Q F0(A)12.67 E F4(wor)3.005 E(d)-.37 E F0 .165 +(Also kno)5 E(wn as a)-.25 E F2(tok)2.5 E(en)-.1 E F0(.)A F2(name)108 +492 Q F0(A)144 492 Q F4(wor)3.005 E(d)-.37 E F0 .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 492 Q(Also referred to as an)5 E -F1(identi\214er)2.5 E F0(.)A F1(metacharacter)108 504 Q F0 2.5(Ac)144 -516 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 F1 5(|&;\(\)<>s)144 528 S 2.5 -(pace tab)-5 F(contr)108 540 Q(ol operator)-.18 E F0(A)144 552 Q F4(tok) -2.5 E(en)-.1 E F0(that performs a control function.)2.5 E -(It is one of the follo)5 E(wing symbols:)-.25 E F1 2.5 -(|| & && ; ;; \( \) | |&)144 564 R()10 E F6(RESER)72 580.8 Q -(VED W)-.602 E(ORDS)-.11 E F4 .307(Reserved wor)108 592.8 R(ds)-.37 E F0 -.307(are w)2.807 F .307(ords that ha)-.1 F .607 -.15(ve a s)-.2 H .306 -(pecial meaning to the shell.).15 F .306(The follo)5.306 F .306(wing w) --.25 F .306(ords are recognized as)-.1 F(reserv)108 604.8 Q .227 -(ed when unquoted and either the \214rst w)-.15 F .227 -(ord of a simple command \(see)-.1 F F3 .227(SHELL GRAMMAR)2.727 F F0 -(belo)2.477 E .227(w\) or)-.25 F(the third w)108 616.8 Q(ord of a)-.1 E -F1(case)2.5 E F0(or)2.5 E F1 -.25(fo)2.5 G(r).25 E F0(command:)2.5 E F1 -11.295(!c)144 633.6 S 8.795(ase copr)-11.295 F 8.795 +(betic character or an underscore.)144 504 Q(Also referred to as an)5 E +F2(identi\214er)2.5 E F0(.)A F2(metacharacter)108 516 Q F0 2.5(Ac)144 +528 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 540 S 2.5 +(pace tab newline)-5 F(contr)108 552 Q(ol operator)-.18 E F0(A)144 564 Q +F4(tok)2.5 E(en)-.1 E F0(that performs a control function.)2.5 E +(It is one of the follo)5 E(wing symbols:)-.25 E F2 2.5 +(|| & && ; ;; ;& ;;& \( \) | |&)144 576 R()10 E F6(RESER)72 +592.8 Q(VED W)-.602 E(ORDS)-.11 E F4 .307(Reserved wor)108 604.8 R(ds) +-.37 E F0 .307(are w)2.807 F .307(ords that ha)-.1 F .607 -.15(ve a s) +-.2 H .306(pecial meaning to the shell.).15 F .306(The follo)5.306 F +.306(wing w)-.25 F .306(ords are recognized as)-.1 F(reserv)108 616.8 Q +.227(ed when unquoted and either the \214rst w)-.15 F .227 +(ord of a simple command \(see)-.1 F F1 .227(SHELL GRAMMAR)2.727 F F0 +(belo)2.477 E .227(w\) or)-.25 F(the third w)108 628.8 Q(ord of a)-.1 E +F2(case)2.5 E F0(or)2.5 E F2 -.25(fo)2.5 G(r).25 E F0(command:)2.5 E F2 +11.295(!c)144 645.6 S 8.795(ase copr)-11.295 F 8.795 (oc do done elif else esac \214 f)-.18 F 8.795 (or function if in select then)-.25 F 7.5(until while { } time [[ ]])144 -645.6 R F6(SHELL GRAMMAR)72 662.4 Q F1(Simple Commands)87 674.4 Q F0(A) -108 686.4 Q F4 .388(simple command)2.888 F F0 .388 +657.6 R F6(SHELL GRAMMAR)72 674.4 Q F2(Simple Commands)87 686.4 Q F0(A) +108 698.4 Q F4 .388(simple command)2.888 F F0 .388 (is a sequence of optional v)2.888 F .389(ariable assignments follo)-.25 -F .389(wed by)-.25 F F1(blank)2.889 E F0 .389(-separated w)B .389 -(ords and)-.1 F .816(redirections, and terminated by a)108 698.4 R F4 +F .389(wed by)-.25 F F2(blank)2.889 E F0 .389(-separated w)B .389 +(ords and)-.1 F .816(redirections, and terminated by a)108 710.4 R F4 (contr)3.316 E .815(ol oper)-.45 F(ator)-.15 E F0 5.815(.T)C .815 (he \214rst w)-5.815 F .815(ord speci\214es the command to be e)-.1 F --.15(xe)-.15 G(cuted,).15 E(and is passed as ar)108 710.4 Q +-.15(xe)-.15 G(cuted,).15 E(and is passed as ar)108 722.4 Q (gument zero.)-.18 E(The remaining w)5 E(ords are passed as ar)-.1 E (guments to the in)-.18 E -.2(vo)-.4 G -.1(ke).2 G 2.5(dc).1 G(ommand.) --2.5 E .175(The return v)108 727.2 R .175(alue of a)-.25 F F4 .175 -(simple command)2.675 F F0 .175(is its e)2.675 F .175 -(xit status, or 128+)-.15 F F4(n)A F0 .176 -(if the command is terminated by signal)3.508 F F4(n)2.676 E F0(.).24 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(3)195.95 E 0 Cg EP +-2.5 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(3)197.055 E 0 Cg +EP %%Page: 4 4 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(Pipelines)87 84 Q F0(A)108 96 Q/F2 10 -/Times-Italic@0 SF(pipeline)2.996 E F0 .496(is a sequence of one or mor\ -e commands separated by one of the control operators)2.996 F F1(|)2.996 -E F0(or)2.996 E F1(|&)2.996 E F0 5.496(.T)C(he)-5.496 E -(format for a pipeline is:)108 108 Q([)144 124.8 Q F1(time)A F0([)2.5 E -F1A F0(]] [ ! ])A F2(command)2.5 E F0 2.5([[)2.5 G F1(|)-2.5 E/F3 -10/Symbol SFA F1(|&)A F0(])A F2(command2)2.5 E F0(... ])2.5 E .243 -(The standard output of)108 141.6 R F2(command)2.943 E F0 .244 -(is connected via a pipe to the standard input of)3.513 F F2(command2) -2.744 E F0 5.244(.T).02 G .244(his connec-)-5.244 F .643 -(tion is performed before an)108 153.6 R 3.143(yr)-.15 G .642 -(edirections speci\214ed by the command \(see)-3.143 F/F4 9/Times-Bold@0 -SF(REDIRECTION)3.142 E F0(belo)2.892 E 3.142(w\). If)-.25 F F1(|&)3.142 -E F0(is)3.142 E(used,)108 165.6 Q F2(command)3.647 E F0 2.247 -.55('s s) +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(The return v)108 +84 Q(alue of a)-.25 E/F1 10/Times-Italic@0 SF(simple command)2.5 E F0 +(is its e)2.5 E(xit status, or 128+)-.15 E F1(n)A F0 +(if the command is terminated by signal)3.333 E F1(n)2.5 E F0(.).24 E/F2 +10/Times-Bold@0 SF(Pipelines)87 100.8 Q F0(A)108 112.8 Q F1(pipeline) +2.996 E F0 .496(is a sequence of one or more commands separated by one \ +of the control operators)2.996 F F2(|)2.996 E F0(or)2.996 E F2(|&)2.996 +E F0 5.496(.T)C(he)-5.496 E(format for a pipeline is:)108 124.8 Q([)144 +141.6 Q F2(time)A F0([)2.5 E F2A F0(]] [ ! ])A F1(command)2.5 E F0 +2.5([[)2.5 G F2(|)-2.5 E/F3 10/Symbol SFA F2(|&)A F0(])A F1 +(command2)2.5 E F0(... ])2.5 E .244(The standard output of)108 158.4 R +F1(command)2.944 E F0 .243 +(is connected via a pipe to the standard input of)3.514 F F1(command2) +2.743 E F0 5.243(.T).02 G .243(his connec-)-5.243 F .642 +(tion is performed before an)108 170.4 R 3.142(yr)-.15 G .642 +(edirections speci\214ed by the command \(see)-3.142 F/F4 9/Times-Bold@0 +SF(REDIRECTION)3.143 E F0(belo)2.893 E 3.143(w\). If)-.25 F F2(|&)3.143 +E F0(is)3.143 E(used,)108 182.4 Q F1(command)3.648 E F0 2.248 -.55('s s) D 1.147(tandard error).55 F 3.647(,i)-.4 G 3.647(na)-3.647 G 1.147 -(ddition to its standard output, is connected to)-3.647 F F2(command2) -3.648 E F0 2.248 -.55('s s)D(tandard).55 E .028 -(input through the pipe; it is shorthand for)108 177.6 R F1 .028(2>&1 |) +(ddition to its standard output, is connected to)-3.647 F F1(command2) +3.647 E F0 2.247 -.55('s s)D(tandard).55 E .028 +(input through the pipe; it is shorthand for)108 194.4 R F2 .028(2>&1 |) 2.528 F F0 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 189.6 Q 2.5(yr)-.15 G +(dard output is performed after an)108 206.4 Q 2.5(yr)-.15 G (edirections speci\214ed by the command.)-2.5 E .48 -(The return status of a pipeline is the e)108 206.4 R .48 -(xit status of the last command, unless the)-.15 F F1(pipefail)2.98 E F0 -.48(option is enabled.)2.98 F(If)108 218.4 Q F1(pipefail)2.687 E F0 .187 -(is enabled, the pipeline')2.687 F 2.687(sr)-.55 G .186 -(eturn status is the v)-2.687 F .186 -(alue of the last \(rightmost\) command to e)-.25 F .186(xit with a)-.15 -F .61(non-zero status, or zero if all commands e)108 230.4 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 F1(!)3.111 E F0 .611 -(precedes a pipeline, the)5.611 F -.15(ex)108 242.4 S .55 +(The return status of a pipeline is the e)108 223.2 R .48 +(xit status of the last command, unless the)-.15 F F2(pipefail)2.98 E F0 +.48(option is enabled.)2.98 F(If)108 235.2 Q F2(pipefail)2.686 E F0 .186 +(is enabled, the pipeline')2.686 F 2.686(sr)-.55 G .186 +(eturn status is the v)-2.686 F .187 +(alue of the last \(rightmost\) command to e)-.25 F .187(xit with a)-.15 +F .611(non-zero status, or zero if all commands e)108 247.2 R .611 +(xit successfully)-.15 F 5.611(.I)-.65 G 3.111(ft)-5.611 G .61 +(he reserv)-3.111 F .61(ed w)-.15 F(ord)-.1 E F2(!)3.11 E F0 .61 +(precedes a pipeline, the)5.61 F -.15(ex)108 259.2 S .55 (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 -254.4 Q(alue.)-.25 E .298(If the)108 271.2 R F1(time)2.799 E F0(reserv) +271.2 Q(alue.)-.25 E .299(If the)108 288 R F2(time)2.799 E F0(reserv) 2.799 E .299(ed w)-.15 F .299(ord precedes a pipeline, the elapsed as w\ -ell as user and system time consumed by its)-.1 F -.15(exe)108 283.2 S -.14(cution are reported when the pipeline terminates.).15 F(The)5.139 E -F12.639 E F0 .139(option changes the output format to that spec-) -2.639 F .302(i\214ed by POSIX.)108 295.2 R .303(When the shell is in) -5.302 F F2 .303(posix mode)2.803 F F0 2.803(,i)C 2.803(td)-2.803 G .303 -(oes not recognize)-2.803 F F1(time)2.803 E F0 .303(as a reserv)2.803 F -.303(ed w)-.15 F .303(ord if the ne)-.1 F(xt)-.15 E(tok)108 307.2 Q .736 +ell as user and system time consumed by its)-.1 F -.15(exe)108 300 S +.139(cution are reported when the pipeline terminates.).15 F(The)5.139 E +F22.639 E F0 .14(option changes the output format to that spec-) +2.639 F .303(i\214ed by POSIX.)108 312 R .303(When the shell is in)5.303 +F F1 .303(posix mode)2.803 F F0 2.803(,i)C 2.803(td)-2.803 G .303 +(oes not recognize)-2.803 F F2(time)2.803 E F0 .303(as a reserv)2.803 F +.303(ed w)-.15 F .302(ord if the ne)-.1 F(xt)-.15 E(tok)108 324 Q .735 (en be)-.1 F .736(gins with a `-'.)-.15 F(The)5.736 E F4(TIMEFORMA)3.236 E(T)-.855 E F0 -.25(va)2.986 G .736 -(riable may be set to a format string that speci\214es ho).25 F 3.235 -(wt)-.25 G(he)-3.235 E 2.225 -(timing information should be displayed; see the description of)108 -319.2 R F4(TIMEFORMA)4.726 E(T)-.855 E F0(under)4.476 E F1 2.226 -(Shell V)4.726 F(ariables)-.92 E F0(belo)108 331.2 Q -.65(w.)-.25 G .85 -(When the shell is in)108 348 R F2 .85(posix mode)3.35 F F0(,)A F1(time) -3.35 E F0 .85(may be follo)3.35 F .85(wed by a ne)-.25 F 3.35(wline. In) --.25 F .85(this case, the shell displays the)3.35 F 1.073 +(riable may be set to a format string that speci\214es ho).25 F 3.236 +(wt)-.25 G(he)-3.236 E 2.226 +(timing information should be displayed; see the description of)108 336 +R F4(TIMEFORMA)4.725 E(T)-.855 E F0(under)4.475 E F2 2.225(Shell V)4.725 +F(ariables)-.92 E F0(belo)108 348 Q -.65(w.)-.25 G .85 +(When the shell is in)108 364.8 R F1 .85(posix mode)3.35 F F0(,)A F2 +(time)3.35 E F0 .85(may be follo)3.35 F .85(wed by a ne)-.25 F 3.35 +(wline. In)-.25 F .85(this case, the shell displays the)3.35 F 1.074 (total user and system time consumed by the shell and its children.)108 -360 R(The)6.074 E F4(TIMEFORMA)3.574 E(T)-.855 E F0 -.25(va)3.324 G -1.074(riable may be).25 F -(used to specify the format of the time information.)108 372 Q -(Each command in a pipeline is e)108 388.8 Q -.15(xe)-.15 G -(cuted as a separate process \(i.e., in a subshell\).).15 E F1(Lists)87 -405.6 Q F0(A)108 417.6 Q F2(list)2.85 E F0 .35(is a sequence of one or \ -more pipelines separated by one of the operators)2.85 F F1(;)2.849 E F0 -(,)A F1(&)2.849 E F0(,)A F1(&&)2.849 E F0 2.849(,o)C(r)-2.849 E F1(||) -2.849 E F0 2.849(,a)C .349(nd option-)-2.849 F -(ally terminated by one of)108 429.6 Q F1(;)2.5 E F0(,)A F1(&)2.5 E F0 -2.5(,o)C(r)-2.5 E F1()2.5 E F0(.)A .96 -(Of these list operators,)108 446.4 R F1(&&)3.46 E F0(and)3.46 E F1(||) -3.46 E F0(ha)3.46 E 1.26 -.15(ve e)-.2 H .961(qual precedence, follo).15 -F .961(wed by)-.25 F F1(;)3.461 E F0(and)3.461 E F1(&)3.461 E F0 3.461 -(,w)C .961(hich ha)-3.461 F 1.261 -.15(ve e)-.2 H .961(qual prece-).15 F -(dence.)108 458.4 Q 2.5(As)108 475.2 S(equence of one or more ne)-2.5 E -(wlines may appear in a)-.25 E F2(list)2.5 E F0 -(instead of a semicolon to delimit commands.)2.5 E .029 -(If a command is terminated by the control operator)108 492 R F1(&)2.529 -E F0 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029 -(cutes the command in the).15 F F2(bac)2.528 E(kgr)-.2 E(ound)-.45 E F0 -(in)2.528 E 2.875(as)108 504 S 2.875(ubshell. The)-2.875 F .375 -(shell does not w)2.875 F .375 -(ait for the command to \214nish, and the return status is 0.)-.1 F .376 -(Commands sepa-)5.376 F .849(rated by a)108 516 R F1(;)3.349 E F0 .849 -(are e)3.349 F -.15(xe)-.15 G .848(cuted sequentially; the shell w).15 F -.848(aits for each command to terminate in turn.)-.1 F .848(The return) -5.848 F(status is the e)108 528 Q(xit status of the last command e)-.15 -E -.15(xe)-.15 G(cuted.).15 E .937(AND and OR lists are sequences of on\ -e of more pipelines separated by the)108 544.8 R F1(&&)3.437 E F0(and) -3.437 E F1(||)3.437 E F0 .937(control operators,)3.437 F(respecti)108 -556.8 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 F2(command1)144 573.6 Q F1(&&) -2.5 E F2(command2)2.5 E(command2)108.2 590.4 Q F0(is e)2.52 E -.15(xe) --.15 G(cuted if, and only if,).15 E F2(command1)2.7 E F0(returns an e) -2.5 E(xit status of zero.)-.15 E(An OR list has the form)108 607.2 Q F2 -(command1)144 624 Q F1(||)2.5 E F2(command2)2.5 E(command2)108.2 645.6 Q -F0 .729(is e)3.249 F -.15(xe)-.15 G .729(cuted if and only if).15 F F2 +376.8 R(The)6.073 E F4(TIMEFORMA)3.573 E(T)-.855 E F0 -.25(va)3.323 G +1.073(riable may be).25 F +(used to specify the format of the time information.)108 388.8 Q +(Each command in a pipeline is e)108 405.6 Q -.15(xe)-.15 G +(cuted as a separate process \(i.e., in a subshell\).).15 E F2(Lists)87 +422.4 Q F0(A)108 434.4 Q F1(list)2.849 E F0 .349(is a sequence of one o\ +r more pipelines separated by one of the operators)2.849 F F2(;)2.85 E +F0(,)A F2(&)2.85 E F0(,)A F2(&&)2.85 E F0 2.85(,o)C(r)-2.85 E F2(||)2.85 +E F0 2.85(,a)C .35(nd option-)-2.85 F(ally terminated by one of)108 +446.4 Q F2(;)2.5 E F0(,)A F2(&)2.5 E F0 2.5(,o)C(r)-2.5 E F2() +2.5 E F0(.)A .961(Of these list operators,)108 463.2 R F2(&&)3.461 E F0 +(and)3.461 E F2(||)3.461 E F0(ha)3.461 E 1.261 -.15(ve e)-.2 H .961 +(qual precedence, follo).15 F .96(wed by)-.25 F F2(;)3.46 E F0(and)3.46 +E F2(&)3.46 E F0 3.46(,w)C .96(hich ha)-3.46 F 1.26 -.15(ve e)-.2 H .96 +(qual prece-).15 F(dence.)108 475.2 Q 2.5(As)108 492 S +(equence of one or more ne)-2.5 E(wlines may appear in a)-.25 E F1(list) +2.5 E F0(instead of a semicolon to delimit commands.)2.5 E .029 +(If a command is terminated by the control operator)108 508.8 R F2(&) +2.529 E F0 2.529(,t)C .029(he shell e)-2.529 F -.15(xe)-.15 G .029 +(cutes the command in the).15 F F1(bac)2.529 E(kgr)-.2 E(ound)-.45 E F0 +(in)2.529 E 2.876(as)108 520.8 S 2.876(ubshell. The)-2.876 F .376 +(shell does not w)2.876 F .375 +(ait for the command to \214nish, and the return status is 0.)-.1 F .375 +(Commands sepa-)5.375 F .848(rated by a)108 532.8 R F2(;)3.348 E F0 .848 +(are e)3.348 F -.15(xe)-.15 G .848(cuted sequentially; the shell w).15 F +.849(aits for each command to terminate in turn.)-.1 F .849(The return) +5.849 F(status is the e)108 544.8 Q(xit status of the last command e) +-.15 E -.15(xe)-.15 G(cuted.).15 E .937(AND and OR lists are sequences \ +of one or more pipelines separated by the)108 561.6 R F2(&&)3.436 E F0 +(and)3.436 E F2(||)3.436 E F0 .936(control operators,)3.436 F(respecti) +108 573.6 Q -.15(ve)-.25 G(ly).15 E 5(.A)-.65 G(ND and OR lists are e)-5 +E -.15(xe)-.15 G(cuted with left associati).15 E(vity)-.25 E 5(.A)-.65 G +2.5(nA)-5 G(ND list has the form)-2.5 E F1(command1)144 590.4 Q F2(&&) +2.5 E F1(command2)2.5 E(command2)108.2 607.2 Q F0(is e)2.52 E -.15(xe) +-.15 G(cuted if, and only if,).15 E F1(command1)2.7 E F0(returns an e) +2.5 E(xit status of zero.)-.15 E(An OR list has the form)108 624 Q F1 +(command1)144 640.8 Q F2(||)2.5 E F1(command2)2.5 E(command2)108.2 657.6 +Q F0 .728(is e)3.248 F -.15(xe)-.15 G .729(cuted if and only if).15 F F1 (command1)3.429 E F0 .729(returns a non-zero e)3.229 F .729(xit status.) --.15 F .728(The return status of AND)5.729 F(and OR lists is the e)108 -657.6 Q(xit status of the last command e)-.15 E -.15(xe)-.15 G -(cuted in the list.).15 E F1(Compound Commands)87 674.4 Q F0(A)108 686.4 -Q F2 1.053(compound command)3.553 F F0 1.053(is one of the follo)3.553 F -3.553(wing. In)-.25 F 1.053(most cases a)3.553 F F2(list)3.553 E F0 -1.054(in a command')3.554 F 3.554(sd)-.55 G 1.054(escription may be) --3.554 F 1.027(separated from the rest of the command by one or more ne) -108 698.4 R 1.026(wlines, and may be follo)-.25 F 1.026(wed by a ne)-.25 -F 1.026(wline in)-.25 F(place of a semicolon.)108 710.4 Q(GNU Bash 4.3) -72 768 Q(2014 February 2)141.79 E(4)195.95 E 0 Cg EP +-.15 F .729(The return status of AND)5.729 F(and OR lists is the e)108 +669.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 686.4 Q F0(A)108 698.4 +Q F1 1.054(compound command)3.554 F F0 1.054(is one of the follo)3.554 F +3.553(wing. In)-.25 F 1.053(most cases a)3.553 F F1(list)3.553 E F0 +1.053(in a command')3.553 F 3.553(sd)-.55 G 1.053(escription may be) +-3.553 F 1.026(separated from the rest of the command by one or more ne) +108 710.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 722.4 Q(GNU Bash 4.4) +72 768 Q(2016 August 26)142.895 E(4)197.055 E 0 Cg EP %%Page: 5 5 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(\()108 84 Q/F1 10/Times-Italic@0 SF(list)A F0(\))A F1(list)17.11 -E F0 .011(is e)2.511 F -.15(xe)-.15 G .011(cuted in a subshell en).15 F -.011(vironment \(see)-.4 F/F2 9/Times-Bold@0 SF .011 -(COMMAND EXECUTION ENVIR)2.511 F(ONMENT)-.27 E F0(belo)2.262 E(w\).)-.25 -E -1.11(Va)144 96 S 1.064(riable assignments and b)1.11 F 1.064 -(uiltin commands that af)-.2 F 1.064(fect the shell')-.25 F 3.564(se) --.55 G -.4(nv)-3.564 G 1.064(ironment do not remain in).4 F(ef)144 108 Q +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(\()108 84 Q/F1 10 +/Times-Italic@0 SF(list)A F0(\))A F1(list)144 84 Q F0 .011(is e)2.512 F +-.15(xe)-.15 G .011(cuted in a subshell en).15 F .011(vironment \(see) +-.4 F/F2 9/Times-Bold@0 SF .011(COMMAND EXECUTION ENVIR)2.511 F(ONMENT) +-.27 E F0(belo)2.261 E(w\).)-.25 E -1.11(Va)144 96 S 1.063 +(riable assignments and b)1.11 F 1.064(uiltin commands that af)-.2 F +1.064(fect the shell')-.25 F 3.564(se)-.55 G -.4(nv)-3.564 G 1.064 +(ironment do not remain in).4 F(ef)144 108 Q (fect after the command completes.)-.25 E(The return status is the e)5 E (xit status of)-.15 E F1(list)2.5 E F0(.)A({)108 124.8 Q F1(list)2.5 E -F0 2.5(;})C F1(list)3.89 E F0 .401(is simply e)2.901 F -.15(xe)-.15 G -.401(cuted in the current shell en).15 F(vironment.)-.4 E F1(list)5.401 -E F0 .402(must be terminated with a ne)2.901 F .402(wline or)-.25 F -3.215(semicolon. This)144 136.8 R .715(is kno)3.215 F .715(wn as a)-.25 -F F1(gr)3.215 E .715(oup command)-.45 F F0 5.715(.T)C .715 -(he return status is the e)-5.715 F .714(xit status of)-.15 F F1(list) -3.214 E F0 5.714(.N)C(ote)-5.714 E .219(that unlik)144 148.8 R 2.719(et) --.1 G .219(he metacharacters)-2.719 F/F3 10/Times-Bold@0 SF(\()2.719 E -F0(and)2.719 E F3(\))2.719 E F0(,)A F3({)2.719 E F0(and)2.719 E F3(}) -2.719 E F0(are)2.719 E F1 -.37(re)2.72 G .22(served wor).37 F(ds)-.37 E -F0 .22(and must occur where a reserv)2.72 F(ed)-.15 E -.1(wo)144 160.8 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 +F0 2.5(;})C F1(list)144 124.8 Q F0 .402(is simply e)2.902 F -.15(xe)-.15 +G .401(cuted in the current shell en).15 F(vironment.)-.4 E F1(list) +5.401 E F0 .401(must be terminated with a ne)2.901 F .401(wline or)-.25 +F 3.214(semicolon. This)144 136.8 R .714(is kno)3.214 F .714(wn as a) +-.25 F F1(gr)3.215 E .715(oup command)-.45 F F0 5.715(.T)C .715 +(he return status is the e)-5.715 F .715(xit status of)-.15 F F1(list) +3.215 E F0 5.715(.N)C(ote)-5.715 E .22(that unlik)144 148.8 R 2.72(et) +-.1 G .22(he metacharacters)-2.72 F/F3 10/Times-Bold@0 SF(\()2.72 E F0 +(and)2.72 E F3(\))2.72 E F0(,)A F3({)2.72 E F0(and)2.72 E F3(})2.719 E +F0(are)2.719 E F1 -.37(re)2.719 G .219(served wor).37 F(ds)-.37 E F0 +.219(and must occur where a reserv)2.719 F(ed)-.15 E -.1(wo)144 160.8 S +.256(rd is permitted to be recognized.).1 F .256(Since the)5.256 F 2.756 +(yd)-.15 G 2.756(on)-2.756 G .257(ot cause a w)-2.756 F .257 +(ord break, the)-.1 F 2.757(ym)-.15 G .257(ust be separated)-2.757 F (from)144 172.8 Q F1(list)2.5 E F0 (by whitespace or another shell metacharacter)2.5 E(.)-.55 E(\(\()108 189.6 Q F1 -.2(ex)C(pr).2 E(ession)-.37 E F0(\)\))A(The)144 201.6 Q F1 --.2(ex)2.551 G(pr).2 E(ession)-.37 E F0 .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 F2 .052(ARITHMETIC EV)2.552 F(ALU)-1.215 E(A-)-.54 E -(TION)144 213.6 Q/F4 9/Times-Roman@0 SF(.)A F0 .411(If the v)4.911 F -.411(alue of the e)-.25 F .411(xpression is non-zero, the return status\ - is 0; otherwise the return status)-.15 F(is 1.)144 225.6 Q(This is e)5 -E(xactly equi)-.15 E -.25(va)-.25 G(lent to).25 E F3(let ")2.5 E F1 -.2 +-.2(ex)2.552 G(pr).2 E(ession)-.37 E F0 .052(is e)2.552 F -.25(va)-.25 G +.051(luated according to the rules described belo).25 F 2.551(wu)-.25 G +(nder)-2.551 E F2 .051(ARITHMETIC EV)2.551 F(ALU)-1.215 E(A-)-.54 E +(TION)144 213.6 Q/F4 9/Times-Roman@0 SF(.)A F0 .411(If the v)4.91 F .411 +(alue of the e)-.25 F .411(xpression is non-zero, the return status is \ +0; otherwise the return status)-.15 F(is 1.)144 225.6 Q(This is e)5 E +(xactly equi)-.15 E -.25(va)-.25 G(lent to).25 E F3(let ")2.5 E F1 -.2 (ex)C(pr).2 E(ession)-.37 E F3(")A F0(.)A F3([[)108 242.4 Q F1 -.2(ex) -2.5 G(pr).2 E(ession)-.37 E F3(]])2.5 E F0 1.299 +2.5 G(pr).2 E(ession)-.37 E F3(]])2.5 E F0 1.3 (Return a status of 0 or 1 depending on the e)144 254.4 R -.25(va)-.25 G -1.3(luation of the conditional e).25 F(xpression)-.15 E F1 -.2(ex)3.8 G -(pr).2 E(ession)-.37 E F0(.)A 2.274 +1.299(luation of the conditional e).25 F(xpression)-.15 E F1 -.2(ex) +3.799 G(pr).2 E(ession)-.37 E F0(.)A 2.273 (Expressions are composed of the primaries described belo)144 266.4 R -4.773(wu)-.25 G(nder)-4.773 E F2(CONDITION)4.773 E 2.273(AL EXPRES-)-.18 -F(SIONS)144 278.4 Q F4(.)A F0 -.8(Wo)5.632 G 1.133 +4.774(wu)-.25 G(nder)-4.774 E F2(CONDITION)4.774 E 2.274(AL EXPRES-)-.18 +F(SIONS)144 278.4 Q F4(.)A F0 -.8(Wo)5.633 G 1.133 (rd splitting and pathname e).8 F 1.133 (xpansion are not performed on the w)-.15 F 1.133(ords between the)-.1 F -F3([[)3.633 E F0(and)144 290.4 Q F3(]])2.964 E F0 2.964(;t)C .464 -(ilde e)-2.964 F .464(xpansion, parameter and v)-.15 F .464(ariable e) --.25 F .463(xpansion, arithmetic e)-.15 F .463 +F3([[)3.632 E F0(and)144 290.4 Q F3(]])2.963 E F0 2.963(;t)C .463 +(ilde e)-2.963 F .464(xpansion, parameter and v)-.15 F .464(ariable e) +-.25 F .464(xpansion, arithmetic e)-.15 F .464 (xpansion, command substi-)-.15 F 1.081 (tution, process substitution, and quote remo)144 302.4 R -.25(va)-.15 G 3.581(la).25 G 1.081(re performed.)-3.581 F 1.081 -(Conditional operators such as)6.081 F F33.581 E F0 +(Conditional operators such as)6.081 F F33.58 E F0 (must be unquoted to be recognized as primaries.)144 314.4 Q (When used with)144 332.4 Q F3([[)2.5 E F0 2.5(,t)C(he)-2.5 E F3(<)2.5 E F0(and)2.5 E F3(>)2.5 E F0(operators sort le)2.5 E -(xicographically using the current locale.)-.15 E .503(When the)144 -350.4 R F3(==)3.003 E F0(and)3.002 E F3(!=)3.002 E F0 .502(operators ar\ +(xicographically using the current locale.)-.15 E .502(When the)144 +350.4 R F3(==)3.002 E F0(and)3.002 E F3(!=)3.002 E F0 .502(operators ar\ e used, the string to the right of the operator is considered a pat-) 3.002 F .81(tern and matched according to the rules described belo)144 362.4 R 3.31(wu)-.25 G(nder)-3.31 E F3 -.1(Pa)3.31 G(tter).1 E 3.31(nM) -.15 G(atching)-3.31 E F0 3.31(,a)C 3.31(si)-3.31 G 3.31(ft)-3.31 G(he) --3.31 E F3(ext-)3.31 E(glob)144 374.4 Q F0 1.007 -(shell option were enabled.)3.507 F(The)6.007 E F3(=)3.507 E F0 1.007 -(operator is equi)3.507 F -.25(va)-.25 G 1.007(lent to).25 F F3(==)3.507 -E F0 6.007(.I)C 3.507(ft)-6.007 G 1.007(he shell option)-3.507 F F3 -(nocase-)3.506 E(match)144 386.4 Q F0 .198 -(is enabled, the match is performed without re)2.698 F -.05(ga)-.15 G -.198(rd to the case of alphabetic characters.).05 F(The)5.198 E 1.068 +-3.31 E F3(ext-)3.31 E(glob)144 374.4 Q F0 1.389 +(shell option were enabled.)3.889 F(The)6.389 E F3(=)3.889 E F0 1.389 +(operator is equi)3.889 F -.25(va)-.25 G 1.389(lent to).25 F F3(==)3.89 +E F0 6.39(.I)C 3.89(ft)-6.39 G(he)-3.89 E F3(nocasematch)3.89 E F0 +(shell)3.89 E .272(option is enabled, the match is performed without re) +144 386.4 R -.05(ga)-.15 G .271 +(rd to the case of alphabetic characters.).05 F(The)5.271 E 1.067 (return v)144 398.4 R 1.068(alue is 0 if the string matches \()-.25 F F3 (==)A F0 3.568(\)o)C 3.568(rd)-3.568 G 1.068(oes not match \()-3.568 F -F3(!=)A F0 3.568(\)t)C 1.067(he pattern, and 1 otherwise.)-3.568 F(An) +F3(!=)A F0 3.568(\)t)C 1.068(he pattern, and 1 otherwise.)-3.568 F(An) 144 410.4 Q 2.5(yp)-.15 G(art of the pattern may be quoted to force the\ quoted portion to be matched as a string.)-2.5 E .243 (An additional binary operator)144 428.4 R(,)-.4 E F3(=~)2.743 E F0 @@ -777,44 +796,44 @@ F3(!=)A F0 3.568(\)t)C 1.067(he pattern, and 1 otherwise.)-3.568 F(An) (ilable, with the same precedence as).25 F F3(==)2.743 E F0(and)2.743 E F3(!=)2.743 E F0 5.243(.W)C .243(hen it is)-5.243 F 1.953 (used, the string to the right of the operator is considered an e)144 -440.4 R 1.953(xtended re)-.15 F 1.953(gular e)-.15 F 1.953 +440.4 R 1.954(xtended re)-.15 F 1.954(gular e)-.15 F 1.954 (xpression and)-.15 F .207(matched accordingly \(as in)144 452.4 R F1 -.37(re)2.707 G -.1(ge)-.03 G(x)-.1 E F0 2.707(\(3\)\). The)B .207 (return v)2.707 F .207 -(alue is 0 if the string matches the pattern, and 1)-.25 F 3.346 -(otherwise. If)144 464.4 R .846(the re)3.346 F .846(gular e)-.15 F .845 +(alue is 0 if the string matches the pattern, and 1)-.25 F 3.345 +(otherwise. If)144 464.4 R .845(the re)3.345 F .845(gular e)-.15 F .846 (xpression is syntactically incorrect, the conditional e)-.15 F -(xpression')-.15 E 3.345(sr)-.55 G(eturn)-3.345 E -.25(va)144 476.4 S -.666(lue is 2.).25 F .667(If the shell option)5.667 F F3(nocasematch) -3.167 E F0 .667(is enabled, the match is performed without re)3.167 F --.05(ga)-.15 G .667(rd to).05 F .593(the case of alphabetic characters.) -144 488.4 R(An)5.593 E 3.093(yp)-.15 G .592 -(art of the pattern may be quoted to force the quoted por)-3.093 F(-)-.2 +(xpression')-.15 E 3.346(sr)-.55 G(eturn)-3.346 E -.25(va)144 476.4 S +.667(lue is 2.).25 F .667(If the)5.667 F F3(nocasematch)3.167 E F0 .667 +(shell option is enabled, the match is performed without re)3.167 F -.05 +(ga)-.15 G .666(rd to).05 F .592(the case of alphabetic characters.)144 +488.4 R(An)5.592 E 3.092(yp)-.15 G .593 +(art of the pattern may be quoted to force the quoted por)-3.092 F(-)-.2 E 1.016(tion to be matched as a string.)144 500.4 R(Brack)6.016 E 1.016 (et e)-.1 F 1.016(xpressions in re)-.15 F 1.016(gular e)-.15 F 1.016 -(xpressions must be treated care-)-.15 F(fully)144 512.4 Q 4.436(,s)-.65 -G 1.936 -(ince normal quoting characters lose their meanings between brack)-4.436 -F 4.435(ets. If)-.1 F 1.935(the pattern is)4.435 F .264 -(stored in a shell v)144 524.4 R .264(ariable, quoting the v)-.25 F .264 -(ariable e)-.25 F .265 -(xpansion forces the entire pattern to be matched as)-.15 F 3.774(as)144 -536.4 S 3.774(tring. Substrings)-3.774 F 1.274 -(matched by parenthesized sube)3.774 F 1.273(xpressions within the re) --.15 F 1.273(gular e)-.15 F 1.273(xpression are)-.15 F(sa)144 548.4 Q --.15(ve)-.2 G 3.096(di).15 G 3.097(nt)-3.096 G .597(he array v)-3.097 F +(xpressions must be treated care-)-.15 F(fully)144 512.4 Q 4.435(,s)-.65 +G 1.935 +(ince normal quoting characters lose their meanings between brack)-4.435 +F 4.436(ets. If)-.1 F 1.936(the pattern is)4.436 F .265 +(stored in a shell v)144 524.4 R .265(ariable, quoting the v)-.25 F .264 +(ariable e)-.25 F .264 +(xpansion forces the entire pattern to be matched as)-.15 F 3.773(as)144 +536.4 S 3.773(tring. Substrings)-3.773 F 1.274 +(matched by parenthesized sube)3.773 F 1.274(xpressions within the re) +-.15 F 1.274(gular e)-.15 F 1.274(xpression are)-.15 F(sa)144 548.4 Q +-.15(ve)-.2 G 3.097(di).15 G 3.097(nt)-3.097 G .597(he array v)-3.097 F (ariable)-.25 E F2 -.27(BA)3.097 G(SH_REMA).27 E(TCH)-.855 E F4(.)A F0 .597(The element of)5.097 F F2 -.27(BA)3.097 G(SH_REMA).27 E(TCH)-.855 E -F0 .597(with inde)2.847 F 3.097(x0i)-.15 G(s)-3.097 E .049 +F0 .597(with inde)2.847 F 3.097(x0)-.15 G(is)-.001 E .049 (the portion of the string matching the entire re)144 560.4 R .049 -(gular e)-.15 F 2.549(xpression. The)-.15 F .049(element of)2.549 F F2 --.27(BA)2.549 G(SH_REMA).27 E(TCH)-.855 E F0(with inde)144 572.4 Q(x) --.15 E F1(n)2.5 E F0(is the portion of the string matching the)2.5 E F1 -(n)2.5 E F0(th parenthesized sube)A(xpression.)-.15 E .785 -(Expressions may be combined using the follo)144 590.4 R .786 +(gular e)-.15 F 2.549(xpression. The)-.15 F .05(element of)2.55 F F2 +-.27(BA)2.55 G(SH_REMA).27 E(TCH)-.855 E F0(with inde)144 572.4 Q(x)-.15 +E F1(n)2.5 E F0(is the portion of the string matching the)2.5 E F1(n)2.5 +E F0(th parenthesized sube)A(xpression.)-.15 E .786 +(Expressions may be combined using the follo)144 590.4 R .785 (wing operators, listed in decreasing order of prece-)-.25 F(dence:)144 602.4 Q F3(\()144 620.4 Q F1 -.2(ex)2.5 G(pr).2 E(ession)-.37 E F3(\)) -2.5 E F0 .523(Returns the v)180 632.4 R .522(alue of)-.25 F F1 -.2(ex) +2.5 E F0 .522(Returns the v)180 632.4 R .522(alue of)-.25 F F1 -.2(ex) 3.022 G(pr).2 E(ession)-.37 E F0 5.522(.T)C .522(his may be used to o) -5.522 F -.15(ve)-.15 G .522(rride the normal precedence of).15 F (operators.)180 644.4 Q F3(!)144 656.4 Q F1 -.2(ex)2.5 G(pr).2 E(ession) @@ -826,145 +845,146 @@ F0 .597(with inde)2.847 F 3.097(x0i)-.15 G(s)-3.097 E .049 2.52 E F1 -.2(ex)144 704.4 S(pr).2 E(ession1)-.37 E F3(||)2.5 E F1 -.2 (ex)2.5 G(pr).2 E(ession2)-.37 E F0 -.35(Tr)180 716.4 S(ue if either).35 E F1 -.2(ex)2.5 G(pr).2 E(ession1)-.37 E F0(or)2.5 E F1 -.2(ex)2.5 G(pr) -.2 E(ession2)-.37 E F0(is true.)2.52 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(5)195.95 E 0 Cg EP +.2 E(ession2)-.37 E F0(is true.)2.52 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(5)197.055 E 0 Cg EP %%Page: 6 6 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(The)144 84 Q/F1 10/Times-Bold@0 SF(&&)3.64 E F0(and)3.64 E F1(||) -3.64 E F0 1.14(operators do not e)3.64 F -.25(va)-.25 G(luate).25 E/F2 -10/Times-Italic@0 SF -.2(ex)3.641 G(pr).2 E(ession2)-.37 E F0 1.141 -(if the v)3.641 F 1.141(alue of)-.25 F F2 -.2(ex)3.641 G(pr).2 E -(ession1)-.37 E F0 1.141(is suf)3.641 F 1.141(\214cient to)-.25 F +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(The)144 84 Q/F1 10 +/Times-Bold@0 SF(&&)3.641 E F0(and)3.641 E F1(||)3.641 E F0 1.141 +(operators do not e)3.641 F -.25(va)-.25 G(luate).25 E/F2 10 +/Times-Italic@0 SF -.2(ex)3.641 G(pr).2 E(ession2)-.37 E F0 1.141 +(if the v)3.641 F 1.14(alue of)-.25 F F2 -.2(ex)3.64 G(pr).2 E(ession1) +-.37 E F0 1.14(is suf)3.64 F 1.14(\214cient to)-.25 F (determine the return v)144 96 Q(alue of the entire conditional e)-.25 E (xpression.)-.15 E F1 -.25(fo)108 112.8 S(r).25 E F2(name)2.5 E F0 2.5 ([[)2.5 G F1(in)A F0([)2.5 E F2(wor)2.5 E 2.5(d.)-.37 G(..)-2.5 E F0 2.5 -(]];])2.5 G F1(do)A F2(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 .424 -(The list of w)144 124.8 R .424(ords follo)-.1 F(wing)-.25 E F1(in)2.924 -E F0 .423(is e)2.924 F .423(xpanded, generating a list of items.)-.15 F -.423(The v)5.423 F(ariable)-.25 E F2(name)2.923 E F0 .423(is set to) -2.923 F .653(each element of this list in turn, and)144 136.8 R F2(list) +(]];])2.5 G F1(do)A F2(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 .423 +(The list of w)144 124.8 R .423(ords follo)-.1 F(wing)-.25 E F1(in)2.923 +E F0 .423(is e)2.923 F .423(xpanded, generating a list of items.)-.15 F +.424(The v)5.424 F(ariable)-.25 E F2(name)2.924 E F0 .424(is set to) +2.924 F .653(each element of this list in turn, and)144 136.8 R F2(list) 3.153 E F0 .653(is e)3.153 F -.15(xe)-.15 G .653(cuted each time.).15 F .653(If the)5.653 F F1(in)3.153 E F2(wor)3.153 E(d)-.37 E F0 .653 -(is omitted, the)3.153 F F1 -.25(fo)3.153 G(r).25 E F0 .649(command e) -144 148.8 R -.15(xe)-.15 G(cutes).15 E F2(list)3.149 E F0 .648 +(is omitted, the)3.153 F F1 -.25(fo)3.153 G(r).25 E F0 .648(command e) +144 148.8 R -.15(xe)-.15 G(cutes).15 E F2(list)3.148 E F0 .648 (once for each positional parameter that is set \(see)3.148 F/F3 9 -/Times-Bold@0 SF -.666(PA)3.148 G(RAMETERS).666 E F0(belo)2.898 E(w\).) --.25 E .153(The return status is the e)144 160.8 R .153 -(xit status of the last command that e)-.15 F -.15(xe)-.15 G 2.654 -(cutes. If).15 F .154(the e)2.654 F .154(xpansion of the items)-.15 F +/Times-Bold@0 SF -.666(PA)3.149 G(RAMETERS).666 E F0(belo)2.899 E(w\).) +-.25 E .154(The return status is the e)144 160.8 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 172.8 Q(wing)-.25 E F1(in)2.5 E F0 (results in an empty list, no commands are e)2.5 E -.15(xe)-.15 G (cuted, and the return status is 0.).15 E F1 -.25(fo)108 189.6 S(r).25 E F0(\(\()2.5 E F2 -.2(ex)2.5 G(pr1).2 E F0(;)2.5 E F2 -.2(ex)2.5 G(pr2).2 E F0(;)2.5 E F2 -.2(ex)2.5 G(pr3).2 E F0(\)\) ;)2.5 E F1(do)2.5 E F2 -(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 1.236(First, the arithmetic e) -144 201.6 R(xpression)-.15 E F2 -.2(ex)3.736 G(pr1).2 E F0 1.235(is e) -3.736 F -.25(va)-.25 G 1.235 -(luated according to the rules described belo).25 F 3.735(wu)-.25 G -(nder)-3.735 E F3 .561(ARITHMETIC EV)144 213.6 R(ALU)-1.215 E -.855(AT) --.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 .561(The arithmetic e) -5.061 F(xpression)-.15 E F2 -.2(ex)3.061 G(pr2).2 E F0 .562(is then e) -3.062 F -.25(va)-.25 G .562(luated repeatedly until).25 F .592(it e)144 -225.6 R -.25(va)-.25 G .592(luates to zero.).25 F .592(Each time)5.592 F +(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 1.235(First, the arithmetic e) +144 201.6 R(xpression)-.15 E F2 -.2(ex)3.735 G(pr1).2 E F0 1.235(is e) +3.735 F -.25(va)-.25 G 1.236 +(luated according to the rules described belo).25 F 3.736(wu)-.25 G +(nder)-3.736 E F3 .562(ARITHMETIC EV)144 213.6 R(ALU)-1.215 E -.855(AT) +-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 .562(The arithmetic e) +5.062 F(xpression)-.15 E F2 -.2(ex)3.062 G(pr2).2 E F0 .561(is then e) +3.061 F -.25(va)-.25 G .561(luated repeatedly until).25 F .591(it e)144 +225.6 R -.25(va)-.25 G .591(luates to zero.).25 F .592(Each time)5.591 F F2 -.2(ex)3.092 G(pr2).2 E F0 -.25(eva)3.092 G .592 -(luates to a non-zero v).25 F(alue,)-.25 E F2(list)3.092 E F0 .591(is e) -3.092 F -.15(xe)-.15 G .591(cuted and the arith-).15 F .228(metic e)144 -237.6 R(xpression)-.15 E F2 -.2(ex)2.728 G(pr3).2 E F0 .229(is e)2.728 F +(luates to a non-zero v).25 F(alue,)-.25 E F2(list)3.092 E F0 .592(is e) +3.092 F -.15(xe)-.15 G .592(cuted and the arith-).15 F .229(metic e)144 +237.6 R(xpression)-.15 E F2 -.2(ex)2.729 G(pr3).2 E F0 .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.729(te)-2.729 G -.25(va)-2.979 G -.229(luates to 1.).25 F .228(The return v)144 249.6 R .228 -(alue is the e)-.25 F .228(xit status of the last command in)-.15 F F2 -(list)2.728 E F0 .227(that is e)2.728 F -.15(xe)-.15 G .227(cuted, or f) -.15 F .227(alse if an)-.1 F 2.727(yo)-.15 G 2.727(ft)-2.727 G(he)-2.727 +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 249.6 R .227 +(alue is the e)-.25 F .227(xit status of the last command in)-.15 F F2 +(list)2.728 E F0 .228(that is e)2.728 F -.15(xe)-.15 G .228(cuted, or f) +.15 F .228(alse if an)-.1 F 2.728(yo)-.15 G 2.728(ft)-2.728 G(he)-2.728 E -.15(ex)144 261.6 S(pressions is in).15 E -.25(va)-.4 G(lid.).25 E F1 (select)108 278.4 Q F2(name)2.5 E F0([)2.5 E F1(in)2.5 E F2(wor)2.5 E(d) -.37 E F0 2.5(];)2.5 G F1(do)A F2(list)2.5 E F0(;)2.5 E F1(done)2.5 E F0 -.432(The list of w)144 290.4 R .432(ords follo)-.1 F(wing)-.25 E F1(in) -2.932 E F0 .432(is e)2.932 F .432(xpanded, generating a list of items.) --.15 F .433(The set of e)5.433 F .433(xpanded w)-.15 F(ords)-.1 E .843 +.433(The list of w)144 290.4 R .433(ords follo)-.1 F(wing)-.25 E F1(in) +2.933 E F0 .432(is e)2.933 F .432(xpanded, generating a list of items.) +-.15 F .432(The set of e)5.432 F .432(xpanded w)-.15 F(ords)-.1 E .842 (is printed on the standard error)144 302.4 R 3.342(,e)-.4 G .842 (ach preceded by a number)-3.342 F 5.842(.I)-.55 G 3.342(ft)-5.842 G(he) --3.342 E F1(in)3.342 E F2(wor)3.342 E(d)-.37 E F0 .842 -(is omitted, the posi-)3.342 F .201(tional parameters are printed \(see) +-3.342 E F1(in)3.342 E F2(wor)3.342 E(d)-.37 E F0 .843 +(is omitted, the posi-)3.343 F .201(tional parameters are printed \(see) 144 314.4 R F3 -.666(PA)2.701 G(RAMETERS).666 E F0(belo)2.451 E 2.701 (w\). The)-.25 F F3(PS3)2.701 E F0 .201(prompt is then displayed and a) -2.451 F .214(line read from the standard input.)144 326.4 R .213 -(If the line consists of a number corresponding to one of the dis-)5.214 -F 1.537(played w)144 338.4 R 1.537(ords, then the v)-.1 F 1.537(alue of) --.25 F F2(name)4.397 E F0 1.537(is set to that w)4.217 F 4.037(ord. If) --.1 F 1.538(the line is empty)4.038 F 4.038(,t)-.65 G 1.538(he w)-4.038 -F 1.538(ords and)-.1 F .066(prompt are displayed ag)144 350.4 R 2.566 -(ain. If)-.05 F .065(EOF is read, the command completes.)2.566 F(An) -5.065 E 2.565(yo)-.15 G .065(ther v)-2.565 F .065(alue read causes)-.25 -F F2(name)144 362.4 Q F0 .972(to be set to null.)3.652 F .972 -(The line read is sa)5.972 F -.15(ve)-.2 G 3.473(di).15 G 3.473(nt) --3.473 G .973(he v)-3.473 F(ariable)-.25 E F3(REPL)3.473 E(Y)-.828 E F4 -(.)A F0(The)5.473 E F2(list)3.563 E F0 .973(is e)4.153 F -.15(xe)-.15 G -.973(cuted after).15 F .072(each selection until a)144 374.4 R F1(br) +2.451 F .213(line read from the standard input.)144 326.4 R .213 +(If the line consists of a number corresponding to one of the dis-)5.213 +F 1.538(played w)144 338.4 R 1.538(ords, then the v)-.1 F 1.538(alue of) +-.25 F F2(name)4.398 E F0 1.537(is set to that w)4.218 F 4.037(ord. If) +-.1 F 1.537(the line is empty)4.037 F 4.037(,t)-.65 G 1.537(he w)-4.037 +F 1.537(ords and)-.1 F .065(prompt are displayed ag)144 350.4 R 2.565 +(ain. If)-.05 F .065(EOF is read, the command completes.)2.565 F(An) +5.066 E 2.566(yo)-.15 G .066(ther v)-2.566 F .066(alue read causes)-.25 +F F2(name)144.36 362.4 Q F0 .954(to be set to null.)3.634 F .954 +(The line read is sa)5.954 F -.15(ve)-.2 G 3.453(di).15 G 3.453(nt) +-3.453 G .953(he v)-3.453 F(ariable)-.25 E F3(REPL)3.453 E(Y)-.828 E F4 +(.)A F0(The)5.453 E F2(list)3.543 E F0 .953(is e)4.133 F -.15(xe)-.15 G +.953(cuted after).15 F .071(each selection until a)144 374.4 R F1(br) 2.571 E(eak)-.18 E F0 .071(command is e)2.571 F -.15(xe)-.15 G 2.571 (cuted. The).15 F -.15(ex)2.571 G .071(it status of).15 F F1(select) -2.571 E F0 .071(is the e)2.571 F .071(xit status of the)-.15 F +2.571 E F0 .071(is the e)2.571 F .072(xit status of the)-.15 F (last command e)144 386.4 Q -.15(xe)-.15 G(cuted in).15 E F2(list)2.5 E F0 2.5(,o).68 G 2.5(rz)-2.5 G(ero if no commands were e)-2.5 E -.15(xe) -.15 G(cuted.).15 E F1(case)108 403.2 Q F2(wor)2.5 E(d)-.37 E F1(in)2.5 E F0 2.5([[)2.5 G(\(])-2.5 E F2(pattern)2.5 E F0([)2.5 E F1(|)2.5 E F2 (pattern)2.5 E F0 2.5(].)2.5 G(.. \))-2.5 E F2(list)2.5 E F0(;; ] ...) -2.5 E F1(esac)2.5 E F0(A)144 415.2 Q F1(case)3.264 E F0 .764 -(command \214rst e)3.264 F(xpands)-.15 E F2(wor)3.264 E(d)-.37 E F0 +2.5 E F1(esac)2.5 E F0(A)144 415.2 Q F1(case)3.265 E F0 .764 +(command \214rst e)3.265 F(xpands)-.15 E F2(wor)3.264 E(d)-.37 E F0 3.264(,a)C .764(nd tries to match it ag)-3.264 F .764(ainst each)-.05 F -F2(pattern)3.264 E F0 .765(in turn, using the)3.264 F .596 +F2(pattern)3.264 E F0 .764(in turn, using the)3.264 F .595 (same matching rules as for pathname e)144 427.2 R .595(xpansion \(see) --.15 F F1 -.1(Pa)3.095 G .595(thname Expansion).1 F F0(belo)3.095 E -3.095(w\). The)-.25 F F2(wor)3.095 E(d)-.37 E F0(is)3.095 E -.15(ex)144 -439.2 S 1.092(panded using tilde e).15 F 1.092 -(xpansion, parameter and v)-.15 F 1.092(ariable e)-.25 F 1.092 -(xpansion, arithmetic substitution, com-)-.15 F 1.268 +-.15 F F1 -.1(Pa)3.095 G .596(thname Expansion).1 F F0(belo)3.096 E +3.096(w\). The)-.25 F F2(wor)3.096 E(d)-.37 E F0(is)3.096 E -.15(ex)144 +439.2 S 1.72(panded using tilde e).15 F 1.72(xpansion, parameter and v) +-.15 F 1.72(ariable e)-.25 F 1.72(xpansion, arithmetic e)-.15 F 1.72 +(xpansion, com-)-.15 F 1.268 (mand substitution, process substitution and quote remo)144 451.2 R -.25 (va)-.15 G 3.768(l. Each).25 F F2(pattern)3.768 E F0 -.15(ex)3.768 G -1.268(amined is e).15 F(xpanded)-.15 E .353(using tilde e)144 463.2 R -.353(xpansion, parameter and v)-.15 F .353(ariable e)-.25 F .353 -(xpansion, arithmetic substitution, command substi-)-.15 F 1.517 -(tution, and process substitution.)144 475.2 R 1.517 -(If the shell option)6.517 F F1(nocasematch)4.016 E F0 1.516 -(is enabled, the match is per)4.016 F(-)-.2 E 1.346(formed without re) -144 487.2 R -.05(ga)-.15 G 1.346 -(rd to the case of alphabetic characters.).05 F 1.347 -(When a match is found, the corre-)6.347 F(sponding)144 499.2 Q F2(list) -2.777 E F0 .277(is e)2.777 F -.15(xe)-.15 G 2.777(cuted. If).15 F(the) -2.777 E F1(;;)2.777 E F0 .277 -(operator is used, no subsequent matches are attempted after the)2.777 F -.848(\214rst pattern match.)144 511.2 R(Using)5.848 E F1(;&)3.348 E F0 -.849(in place of)3.349 F F1(;;)3.349 E F0 .849(causes e)3.349 F -.15(xe) --.15 G .849(cution to continue with the).15 F F2(list)3.349 E F0 -(associated)3.349 E .078(with the ne)144 523.2 R .078 -(xt set of patterns.)-.15 F(Using)5.078 E F1(;;&)2.578 E F0 .078 -(in place of)2.578 F F1(;;)2.578 E F0 .077 -(causes the shell to test the ne)2.578 F .077(xt pattern list in)-.15 F -.227(the statement, if an)144 535.2 R 1.527 -.65(y, a)-.15 H .227(nd e) -.65 F -.15(xe)-.15 G .227(cute an).15 F 2.727(ya)-.15 G(ssociated)-2.727 -E F2(list)2.727 E F0 .227(on a successful match.)2.727 F .227(The e) -5.227 F .227(xit status is zero)-.15 F(if no pattern matches.)144 547.2 -Q(Otherwise, it is the e)5 E(xit status of the last command e)-.15 E --.15(xe)-.15 G(cuted in).15 E F2(list)2.5 E F0(.)A F1(if)108 564 Q F2 -(list)2.5 E F0(;)A F1(then)2.5 E F2(list)2.5 E F0 2.5(;[)C F1(elif)A F2 -(list)2.5 E F0(;)A F1(then)2.5 E F2(list)2.5 E F0 2.5(;].)C(.. [)-2.5 E -F1(else)2.5 E F2(list)2.5 E F0 2.5(;])C F1<8c>A F0(The)144 576 Q F1(if) -2.978 E F2(list)3.068 E F0 .478(is e)3.658 F -.15(xe)-.15 G 2.978 +1.269(amined is e).15 F(xpanded)-.15 E .203(using tilde e)144 463.2 R +.203(xpansion, parameter and v)-.15 F .203(ariable e)-.25 F .203 +(xpansion, arithmetic e)-.15 F .203(xpansion, command substitu-)-.15 F +.232(tion, and process substitution.)144 475.2 R .233(If the)5.233 F F1 +(nocasematch)2.733 E F0 .233 +(shell option is enabled, the match is performed)2.733 F .234 +(without re)144 487.2 R -.05(ga)-.15 G .234 +(rd to the case of alphabetic characters.).05 F .234 +(When a match is found, the corresponding)5.234 F F2(list)2.734 E F0 +.625(is e)144 499.2 R -.15(xe)-.15 G 3.125(cuted. If).15 F(the)3.125 E +F1(;;)3.125 E F0 .625(operator is used, no subsequent matches are attem\ +pted after the \214rst pattern)3.125 F 2.932(match. Using)144 511.2 R F1 +(;&)2.932 E F0 .432(in place of)2.932 F F1(;;)2.932 E F0 .432(causes e) +2.932 F -.15(xe)-.15 G .432(cution to continue with the).15 F F2(list) +2.932 E F0 .431(associated with the ne)2.931 F(xt)-.15 E .866 +(set of patterns.)144 523.2 R(Using)5.866 E F1(;;&)3.366 E F0 .866 +(in place of)3.366 F F1(;;)3.366 E F0 .866 +(causes the shell to test the ne)3.366 F .866 +(xt pattern list in the state-)-.15 F .878(ment, if an)144 535.2 R 2.178 +-.65(y, a)-.15 H .878(nd e).65 F -.15(xe)-.15 G .878(cute an).15 F 3.378 +(ya)-.15 G(ssociated)-3.378 E F2(list)3.378 E F0 .878 +(on a successful match.)3.378 F .878(The e)5.878 F .877 +(xit status is zero if no)-.15 F(pattern matches.)144 547.2 Q +(Otherwise, it is the e)5 E(xit status of the last command e)-.15 E -.15 +(xe)-.15 G(cuted in).15 E F2(list)2.5 E F0(.)A F1(if)108 564 Q F2(list) +2.5 E F0(;)A F1(then)2.5 E F2(list)2.5 E F0 2.5(;[)C F1(elif)A F2(list) +2.5 E F0(;)A F1(then)2.5 E F2(list)2.5 E F0 2.5(;].)C(.. [)-2.5 E F1 +(else)2.5 E F2(list)2.5 E F0 2.5(;])C F1<8c>A F0(The)144 576 Q F1(if) +2.977 E F2(list)3.067 E F0 .478(is e)3.658 F -.15(xe)-.15 G 2.978 (cuted. If).15 F .478(its e)2.978 F .478(xit status is zero, the)-.15 F F1(then)2.978 E F2(list)2.978 E F0 .478(is e)2.978 F -.15(xe)-.15 G -2.978(cuted. Otherwise,).15 F(each)2.978 E F1(elif)2.977 E F2(list)2.977 -E F0 1.087(is e)144 588 R -.15(xe)-.15 G 1.087 +2.978(cuted. Otherwise,).15 F(each)2.978 E F1(elif)2.978 E F2(list)2.978 +E F0 1.088(is e)144 588 R -.15(xe)-.15 G 1.088 (cuted in turn, and if its e).15 F 1.087 (xit status is zero, the corresponding)-.15 F F1(then)3.587 E F2(list) -3.587 E F0 1.088(is e)3.588 F -.15(xe)-.15 G 1.088(cuted and the).15 F -.104(command completes.)144 600 R .103(Otherwise, the)5.104 F F1(else) +3.587 E F0 1.087(is e)3.587 F -.15(xe)-.15 G 1.087(cuted and the).15 F +.103(command completes.)144 600 R .103(Otherwise, the)5.103 F F1(else) 2.603 E F2(list)2.603 E F0 .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 612 Q -.15(xe) +-.15 F .104(xit sta-)-.15 F(tus of the last command e)144 612 Q -.15(xe) -.15 G(cuted, or zero if no condition tested true.).15 E F1(while)108 628.8 Q F2(list-1)2.5 E F0(;)A F1(do)2.5 E F2(list-2)2.5 E F0(;)A F1 (done)2.5 E(until)108 640.8 Q F2(list-1)2.5 E F0(;)A F1(do)2.5 E F2 @@ -974,89 +994,90 @@ F F2(list-2)3.45 E F0 .95(as long as the last command in the list)3.45 F F2(list-1)144 664.8 Q F0 .205(returns an e)2.705 F .205 (xit status of zero.)-.15 F(The)5.205 E F1(until)2.705 E F0 .205 (command is identical to the)2.705 F F1(while)2.705 E F0 .205 -(command, e)2.705 F(xcept)-.15 E .599(that the test is ne)144 676.8 R --.05(ga)-.15 G(ted;).05 E F2(list-2)3.189 E F0 .599(is e)3.119 F -.15 -(xe)-.15 G .6(cuted as long as the last command in).15 F F2(list-1)3.19 -E F0 .6(returns a non-zero)3.1 F -.15(ex)144 688.8 S .205(it status.).15 -F .205(The e)5.205 F .205(xit status of the)-.15 F F1(while)2.705 E F0 -(and)2.705 E F1(until)2.704 E F0 .204(commands is the e)2.704 F .204 +(command, e)2.705 F(xcept)-.15 E .6(that the test is ne)144 676.8 R -.05 +(ga)-.15 G(ted:).05 E F2(list-2)3.19 E F0 .6(is e)3.12 F -.15(xe)-.15 G +.599(cuted as long as the last command in).15 F F2(list-1)3.189 E F0 +.599(returns a non-zero)3.099 F -.15(ex)144 688.8 S .204(it status.).15 +F .204(The e)5.204 F .204(xit status of the)-.15 F F1(while)2.704 E F0 +(and)2.704 E F1(until)2.704 E F0 .205(commands is the e)2.704 F .205 (xit status of the last command)-.15 F -.15(exe)144 700.8 S(cuted in).15 E F2(list-2)2.5 E F0 2.5(,o)C 2.5(rz)-2.5 G(ero if none w)-2.5 E(as e) --.1 E -.15(xe)-.15 G(cuted.).15 E(GNU Bash 4.3)72 768 Q(2014 February 2) -141.79 E(6)195.95 E 0 Cg EP +-.1 E -.15(xe)-.15 G(cuted.).15 E(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(6)197.055 E 0 Cg EP %%Page: 7 7 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(Copr)87 84 Q(ocesses)-.18 E F0(A)108 96 Q -/F2 10/Times-Italic@0 SF(copr)3.712 E(ocess)-.45 E F0 1.212 -(is a shell command preceded by the)3.712 F F1(copr)3.713 E(oc)-.18 E F0 -(reserv)3.713 E 1.213(ed w)-.15 F 3.713(ord. A)-.1 F 1.213 -(coprocess is e)3.713 F -.15(xe)-.15 G 1.213(cuted asyn-).15 F .575(chr\ -onously in a subshell, as if the command had been terminated with the) -108 108 R F1(&)3.074 E F0 .574(control operator)3.074 F 3.074(,w)-.4 G -.574(ith a tw)-3.074 F(o-)-.1 E -.1(wa)108 120 S 2.5(yp).1 G -(ipe established between the e)-2.5 E -.15(xe)-.15 G -(cuting shell and the coprocess.).15 E(The format for a coprocess is:) -108 136.8 Q F1(copr)144 153.6 Q(oc)-.18 E F0([)2.5 E F2 -.27(NA)C(ME).27 -E F0(])A F2(command)2.5 E F0([)2.5 E F2 -.37(re)C(dir).37 E(ections)-.37 -E F0(])A .708(This creates a coprocess named)108 170.4 R F2 -.27(NA) -3.208 G(ME).27 E F0 5.708(.I)C(f)-5.708 E F2 -.27(NA)3.208 G(ME).27 E F0 -.708(is not supplied, the def)3.208 F .708(ault name is)-.1 F F1(COPR) -3.209 E(OC)-.3 E F0(.)A F2 -.27(NA)5.709 G(ME).27 E F0 .64 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(Copr)87 84 Q(ocesses)-.18 E F0(A)108 96 Q/F2 10/Times-Italic@0 SF +(copr)3.713 E(ocess)-.45 E F0 1.213(is a shell command preceded by the) +3.713 F F1(copr)3.712 E(oc)-.18 E F0(reserv)3.712 E 1.212(ed w)-.15 F +3.712(ord. A)-.1 F 1.212(coprocess is e)3.712 F -.15(xe)-.15 G 1.212 +(cuted asyn-).15 F .574(chronously in a subshell, as if the command had\ + been terminated with the)108 108 R F1(&)3.075 E F0 .575 +(control operator)3.075 F 3.075(,w)-.4 G .575(ith a tw)-3.075 F(o-)-.1 E +-.1(wa)108 120 S 2.5(yp).1 G(ipe established between the e)-2.5 E -.15 +(xe)-.15 G(cuting shell and the coprocess.).15 E +(The format for a coprocess is:)108 136.8 Q F1(copr)144 153.6 Q(oc)-.18 +E F0([)2.5 E F2 -.27(NA)C(ME).27 E F0(])A F2(command)2.5 E F0([)2.5 E F2 +-.37(re)C(dir).37 E(ections)-.37 E F0(])A .709 +(This creates a coprocess named)108 170.4 R F2 -.27(NA)3.208 G(ME).27 E +F0 5.708(.I)C(f)-5.708 E F2 -.27(NA)3.208 G(ME).27 E F0 .708 +(is not supplied, the def)3.208 F .708(ault name is)-.1 F F1(COPR)3.208 +E(OC)-.3 E F0(.)A F2 -.27(NA)5.708 G(ME).27 E F0 .64 (must not be supplied if)108 182.4 R F2(command)3.14 E F0 .64(is a)3.14 F F2 .64(simple command)3.14 F F0 .64(\(see abo)3.14 F -.15(ve)-.15 G .64(\); otherwise, it is interpreted as the \214rst).15 F -.1(wo)108 194.4 S 1.44(rd of the simple command.).1 F 1.44 (When the coprocess is e)6.44 F -.15(xe)-.15 G 1.44 (cuted, the shell creates an array v).15 F 1.44(ariable \(see)-.25 F F1 -(Arrays)108 206.4 Q F0(belo)3.671 E 1.171(w\) named)-.25 F F2 -.27(NA) -3.671 G(ME).27 E F0 1.171(in the conte)3.671 F 1.171(xt of the e)-.15 F --.15(xe)-.15 G 1.171(cuting shell.).15 F 1.17(The standard output of) -6.17 F F2(command)3.87 E F0(is)4.44 E 2.029 +(Arrays)108 206.4 Q F0(belo)3.67 E 1.17(w\) named)-.25 F F2 -.27(NA)3.67 +G(ME).27 E F0 1.17(in the conte)3.67 F 1.171(xt of the e)-.15 F -.15(xe) +-.15 G 1.171(cuting shell.).15 F 1.171(The standard output of)6.171 F F2 +(command)3.871 E F0(is)4.441 E 2.029 (connected via a pipe to a \214le descriptor in the e)108 218.4 R -.15 (xe)-.15 G 2.029 (cuting shell, and that \214le descriptor is assigned to).15 F F2 -.27 -(NA)108 230.4 S(ME).27 E F0 3.857([0]. The)B 1.357(standard input of) -3.857 F F2(command)4.057 E F0 1.356 -(is connected via a pipe to a \214le descriptor in the e)4.627 F -.15 +(NA)108 230.4 S(ME).27 E F0 3.856([0]. The)B 1.356(standard input of) +3.856 F F2(command)4.056 E F0 1.357 +(is connected via a pipe to a \214le descriptor in the e)4.626 F -.15 (xe)-.15 G(cuting).15 E .103 (shell, and that \214le descriptor is assigned to)108 242.4 R F2 -.27 (NA)2.603 G(ME).27 E F0 2.603([1]. This)B .103 -(pipe is established before an)2.603 F 2.604(yr)-.15 G .104 -(edirections spec-)-2.604 F 1.272(i\214ed by the command \(see)108 254.4 +(pipe is established before an)2.603 F 2.603(yr)-.15 G .103 +(edirections spec-)-2.603 F 1.271(i\214ed by the command \(see)108 254.4 R/F3 9/Times-Bold@0 SF(REDIRECTION)3.771 E F0(belo)3.521 E 3.771 (w\). The)-.25 F 1.271(\214le descriptors can be utilized as ar)3.771 F -1.271(guments to)-.18 F .515 +1.272(guments to)-.18 F .515 (shell commands and redirections using standard w)108 266.4 R .515 (ord e)-.1 F 3.015(xpansions. The)-.15 F .515 (\214le descriptors are not a)3.015 F -.25(va)-.2 G .515(ilable in).25 F -3.637(subshells. The)108 278.4 R 1.137(process ID of the shell spa)3.637 +3.636(subshells. The)108 278.4 R 1.136(process ID of the shell spa)3.636 F 1.137(wned to e)-.15 F -.15(xe)-.15 G 1.137(cute the coprocess is a) -.15 F -.25(va)-.2 G 1.136(ilable as the v).25 F 1.136(alue of the)-.25 F +.15 F -.25(va)-.2 G 1.137(ilable as the v).25 F 1.137(alue of the)-.25 F -.25(va)108 290.4 S(riable).25 E F2 -.27(NA)2.5 G(ME).27 E F0 2.5 (_PID. The)B F1(wait)2.5 E F0 -.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 -307.2 R F1(copr)2.836 E(oc)-.18 E F0 .336(command al)2.836 F -.1(wa)-.1 -G .336(ys returns success.).1 F +307.2 R F1(copr)2.836 E(oc)-.18 E F0 .335(command al)2.835 F -.1(wa)-.1 +G .335(ys returns success.).1 F (The return status of a coprocess is the e)108 319.2 Q(xit status of) -.15 E F2(command)2.5 E F0(.)A F1(Shell Function De\214nitions)87 336 Q -F0 2.698(As)108 348 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 +F0 2.697(As)108 348 S .198 +(hell function is an object that is called lik)-2.697 F 2.698(eas)-.1 G +.198(imple command and e)-2.698 F -.15(xe)-.15 G .198 (cutes a compound command with).15 F 2.5(an)108 360 S .5 -.25(ew s)-2.5 H(et of positional parameters.).25 E (Shell functions are declared as follo)5 E(ws:)-.25 E F2(name)108 376.8 Q F0(\(\))2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C (dir).37 E(ection)-.37 E F0(])A F1(function)108 388.8 Q F2(name)2.5 E F0 ([\(\)])2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C(dir) -.37 E(ection)-.37 E F0(])A 1.402(This de\214nes a function named)144 +.37 E(ection)-.37 E F0(])A 1.403(This de\214nes a function named)144 400.8 R F2(name)3.902 E F0 6.402(.T)C 1.402(he reserv)-6.402 F 1.402 (ed w)-.15 F(ord)-.1 E F1(function)3.902 E F0 1.402(is optional.)3.902 F -1.403(If the)6.402 F F1(function)3.903 E F0(reserv)144 412.8 Q .162 +1.402(If the)6.402 F F1(function)3.902 E F0(reserv)144 412.8 Q .162 (ed w)-.15 F .162(ord is supplied, the parentheses are optional.)-.1 F (The)5.162 E F2(body)2.662 E F0 .162(of the function is the compound) 2.662 F(command)144 424.8 Q F2(compound\255command)2.784 E F0(\(see) @@ -1064,7851 +1085,8257 @@ Q F0(\(\))2.5 E F2(compound\255command)2.5 E F0([)2.5 E F2 -.37(re)C 2.584(\). That).15 F .084(command is usually a)2.584 F F2(list)144 436.8 Q F0 .044(of commands between { and }, b)2.544 F .044(ut may be an)-.2 F 2.544(yc)-.15 G .044(ommand listed under)-2.544 F F1 .044 -(Compound Commands)2.544 F F0(abo)144 448.8 Q -.15(ve)-.15 G(.).15 E F2 -(compound\255command)6.67 E F0 1.67(is e)4.17 F -.15(xe)-.15 G 1.671 -(cuted whene).15 F -.15(ve)-.25 G(r).15 E F2(name)4.171 E F0 1.671 -(is speci\214ed as the name of a simple)4.171 F 2.753(command. When)144 -460.8 R(in)2.753 E F2 .253(posix mode)2.753 F F0(,)A F2(name)2.753 E F0 -.253(may not be the name of one of the POSIX)2.753 F F2 .252(special b) -2.753 F(uiltins)-.2 E F0(.)A(An)144 472.8 Q 3.241(yr)-.15 G .741 -(edirections \(see)-3.241 F F3(REDIRECTION)3.241 E F0(belo)2.991 E .742 -(w\) speci\214ed when a function is de\214ned are performed)-.25 F .171 -(when the function is e)144 484.8 R -.15(xe)-.15 G 2.671(cuted. The).15 -F -.15(ex)2.671 G .17 -(it status of a function de\214nition is zero unless a syntax error).15 -F .704(occurs or a readonly function with the same name already e)144 -496.8 R 3.205(xists. When)-.15 F -.15(exe)3.205 G .705(cuted, the e).15 -F .705(xit status)-.15 F 1.822(of a function is the e)144 508.8 R 1.821 -(xit status of the last command e)-.15 F -.15(xe)-.15 G 1.821 -(cuted in the body).15 F 6.821(.\()-.65 G(See)-6.821 E F3(FUNCTIONS) -4.321 E F0(belo)144 520.8 Q -.65(w.)-.25 G(\)).65 E/F4 10.95 -/Times-Bold@0 SF(COMMENTS)72 537.6 Q F0 .982(In a non-interacti)108 -549.6 R 1.282 -.15(ve s)-.25 H .982(hell, or an interacti).15 F 1.282 --.15(ve s)-.25 H .982(hell in which the).15 F F1(interacti)3.482 E -.1 -(ve)-.1 G(_comments).1 E F0 .982(option to the)3.482 F F1(shopt)3.482 E -F0 -.2(bu)108 561.6 S .952(iltin is enabled \(see).2 F F3 .952(SHELL B) -3.452 F(UIL)-.09 E .952(TIN COMMANDS)-.828 F F0(belo)3.202 E .952 -(w\), a w)-.25 F .952(ord be)-.1 F .952(ginning with)-.15 F F1(#)3.451 E -F0 .951(causes that w)3.451 F(ord)-.1 E .604 -(and all remaining characters on that line to be ignored.)108 573.6 R +(Compound Commands)2.544 F F0(abo)144 448.8 Q -.15(ve)-.15 G 2.902(,w) +.15 G .402(ith one e)-2.902 F .402(xception: If the)-.15 F F1(function) +2.901 E F0(reserv)2.901 E .401(ed w)-.15 F .401(ord is used, b)-.1 F +.401(ut the parentheses are not sup-)-.2 F .047 +(plied, the braces are required.)144 460.8 R F2(compound\255command) +5.047 E F0 .047(is e)2.547 F -.15(xe)-.15 G .047(cuted whene).15 F -.15 +(ve)-.25 G(r).15 E F2(name)2.547 E F0 .047(is speci\214ed as the)2.547 F +1.68(name of a simple command.)144 472.8 R 1.68(When in)6.68 F F2 1.68 +(posix mode)4.18 F F0(,)A F2(name)4.179 E F0 1.679 +(may not be the name of one of the)4.179 F(POSIX)144 484.8 Q F2 .014 +(special b)2.513 F(uiltins)-.2 E F0 5.014(.A)C .314 -.15(ny r)-5.014 H +.014(edirections \(see).15 F F3(REDIRECTION)2.514 E F0(belo)2.264 E .014 +(w\) speci\214ed when a function is)-.25 F 1.12 +(de\214ned are performed when the function is e)144 496.8 R -.15(xe)-.15 +G 3.619(cuted. The).15 F -.15(ex)3.619 G 1.119 +(it status of a function de\214nition is).15 F .217(zero unless a synta\ +x error occurs or a readonly function with the same name already e)144 +508.8 R 2.717(xists. When)-.15 F -.15(exe)144 520.8 S .546(cuted, the e) +.15 F .546(xit status of a function is the e)-.15 F .545 +(xit status of the last command e)-.15 F -.15(xe)-.15 G .545 +(cuted in the body).15 F(.)-.65 E(\(See)144 532.8 Q F3(FUNCTIONS)2.5 E +F0(belo)2.25 E -.65(w.)-.25 G(\)).65 E/F4 10.95/Times-Bold@0 SF +(COMMENTS)72 549.6 Q F0 .982(In a non-interacti)108 561.6 R 1.282 -.15 +(ve s)-.25 H .982(hell, or an interacti).15 F 1.282 -.15(ve s)-.25 H +.982(hell in which the).15 F F1(interacti)3.482 E -.1(ve)-.1 G +(_comments).1 E F0 .982(option to the)3.482 F F1(shopt)3.482 E F0 -.2 +(bu)108 573.6 S .952(iltin is enabled \(see).2 F F3 .952(SHELL B)3.452 F +(UIL)-.09 E .952(TIN COMMANDS)-.828 F F0(belo)3.202 E .952(w\), a w)-.25 +F .952(ord be)-.1 F .952(ginning with)-.15 F F1(#)3.451 E F0 .951 +(causes that w)3.451 F(ord)-.1 E .604 +(and all remaining characters on that line to be ignored.)108 585.6 R .605(An interacti)5.605 F .905 -.15(ve s)-.25 H .605(hell without the) -.15 F F1(interacti)3.105 E -.1(ve)-.1 G(_com-).1 E(ments)108 585.6 Q F0 +.15 F F1(interacti)3.105 E -.1(ve)-.1 G(_com-).1 E(ments)108 597.6 Q F0 1.337(option enabled does not allo)3.837 F 3.837(wc)-.25 G 3.836 (omments. The)-3.837 F F1(interacti)3.836 E -.1(ve)-.1 G(_comments).1 E F0 1.336(option is on by def)3.836 F 1.336(ault in)-.1 F(interacti)108 -597.6 Q .3 -.15(ve s)-.25 H(hells.).15 E F4 -.11(QU)72 614.4 S -.438(OT) -.11 G(ING).438 E F2(Quoting)108 626.4 Q F0 .477(is used to remo)2.977 F +609.6 Q .3 -.15(ve s)-.25 H(hells.).15 E F4 -.11(QU)72 626.4 S -.438(OT) +.11 G(ING).438 E F2(Quoting)108 638.4 Q F0 .477(is used to remo)2.977 F .777 -.15(ve t)-.15 H .477 (he special meaning of certain characters or w).15 F .477 (ords to the shell.)-.1 F .478(Quoting can be)5.478 F .185 (used to disable special treatment for special characters, to pre)108 -638.4 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 650.4 Q -.15 +650.4 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 662.4 Q -.15 (ve)-.25 G(nt parameter e).15 E(xpansion.)-.15 E .288(Each of the)108 -667.2 R F2(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 .288 +679.2 R F2(metac)2.788 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 .288 (listed abo)2.788 F .588 -.15(ve u)-.15 H(nder).15 E F3(DEFINITIONS) 2.788 E F0 .288(has special meaning to the shell and must be)2.538 F -(quoted if it is to represent itself.)108 679.2 Q 1.345 -(When the command history e)108 696 R 1.344(xpansion f)-.15 F 1.344 +(quoted if it is to represent itself.)108 691.2 Q 1.345 +(When the command history e)108 708 R 1.344(xpansion f)-.15 F 1.344 (acilities are being used \(see)-.1 F F3(HIST)3.844 E(OR)-.162 E 3.594 (YE)-.315 G(XP)-3.594 E(ANSION)-.666 E F0(belo)3.594 E 1.344(w\), the) --.25 F F2(history e)108 708 Q(xpansion)-.2 E F0(character)2.5 E 2.5(,u) +-.25 F F2(history e)108 720 Q(xpansion)-.2 E F0(character)2.5 E 2.5(,u) -.4 G(sually)-2.5 E F1(!)2.5 E F0 2.5(,m)C(ust be quoted to pre)-2.5 E --.15(ve)-.25 G(nt history e).15 E(xpansion.)-.15 E -(There are three quoting mechanisms: the)108 724.8 Q F2(escape c)2.5 E -(har)-.15 E(acter)-.15 E F0 2.5(,s).73 G -(ingle quotes, and double quotes.)-2.5 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(7)195.95 E 0 Cg EP +-.15(ve)-.25 G(nt history e).15 E(xpansion.)-.15 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(7)197.055 E 0 Cg EP %%Page: 8 8 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 2.974(An)108 84 S .474(on-quoted backslash \()-2.974 F/F1 10 -/Times-Bold@0 SF(\\)A F0 2.974(\)i)C 2.974(st)-2.974 G(he)-2.974 E/F2 10 -/Times-Italic@0 SF .474(escape c)2.974 F(har)-.15 E(acter)-.15 E F0 -5.474(.I).73 G 2.974(tp)-5.474 G(reserv)-2.974 E .474(es the literal v) --.15 F .474(alue of the ne)-.25 F .475(xt character that)-.15 F(follo) -108 96 Q 1.554(ws, with the e)-.25 F 1.553(xception of . If)-.25 F(a)4.053 E F1(\\)4.053 E F0(. If)-.25 F(a)4.053 E F2(\\) +4.053 E F0( pair appears, and the backslash is not itself)-.25 F 1.122 -(quoted, the)108 108 R F1(\\)3.622 E F0( is treated as a line continuation \(that is, it is remo)-.25 F -.15(ve)-.15 G 3.622(df).15 G 1.123(rom the input stream and)-3.622 F -(ef)108 120 Q(fecti)-.25 E -.15(ve)-.25 G(ly ignored\).).15 E .295 -(Enclosing characters in single quotes preserv)108 136.8 R .295 +(ef)108 136.8 Q(fecti)-.25 E -.15(ve)-.25 G(ly ignored\).).15 E .295 +(Enclosing characters in single quotes preserv)108 153.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 148.8 Q -.15(ve) +(gle quote may not occur between single quotes, e)108 165.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 165.6 R .034 +(Enclosing characters in double quotes preserv)108 182.4 R .034 (es the literal v)-.15 F .034 (alue of all characters within the quotes, with the)-.25 F -.15(ex)108 -177.6 S .828(ception of).15 F F1($)3.328 E F0(,)A F1<92>3.328 E F0(,)A -F1(\\)3.328 E F0 3.328(,a)C .828(nd, when history e)-3.328 F .828 -(xpansion is enabled,)-.15 F F1(!)3.328 E F0 5.828(.T)C .828 -(he characters)-5.828 F F1($)3.328 E F0(and)3.328 E F1<92>3.328 E F0 -.827(retain their special)3.328 F .074(meaning within double quotes.)108 -189.6 R .074(The backslash retains its special meaning only when follo) -5.074 F .075(wed by one of the)-.25 F(follo)108 201.6 Q .205 -(wing characters:)-.25 F F1($)2.705 E F0(,)A F1<92>2.705 E F0(,)A F1(") -3.538 E F0(,).833 E F1(\\)2.705 E F0 2.705(,o)C(r)-2.705 E F1() -2.705 E F0 5.205(.A)C .204 -(double quote may be quoted within double quotes by pre-)-2.5 F .081 -(ceding it with a backslash.)108 213.6 R .082(If enabled, history e) -5.082 F .082(xpansion will be performed unless an)-.15 F F1(!)2.582 E F0 -.082(appearing in double)5.082 F(quotes is escaped using a backslash.) -108 225.6 Q(The backslash preceding the)5 E F1(!)2.5 E F0(is not remo)5 -E -.15(ve)-.15 G(d.).15 E(The special parameters)108 242.4 Q F1(*)2.5 E -F0(and)2.5 E F1(@)2.5 E F0(ha)2.5 E .3 -.15(ve s)-.2 H +194.4 S .108(ception of).15 F F2($)2.608 E F0(,)A F2<92>2.608 E F0(,)A +F2(\\)2.608 E F0 2.608(,a)C .107(nd, when history e)-2.608 F .107 +(xpansion is enabled,)-.15 F F2(!)2.607 E F0 5.107(.W)C .107 +(hen the shell is in)-5.107 F F1 .107(posix mode)2.607 F F0 2.607(,t)C +(he)-2.607 E F2(!)2.607 E F0 .107(has no)2.607 F 1.397 +(special meaning within double quotes, e)108 206.4 R -.15(ve)-.25 G +3.897(nw).15 G 1.397(hen history e)-3.897 F 1.397(xpansion is enabled.) +-.15 F 1.398(The characters)6.398 F F2($)3.898 E F0(and)3.898 E F2<92> +3.898 E F0 .045(retain their special meaning within double quotes.)108 +218.4 R .044(The backslash retains its special meaning only when fol-) +5.045 F(lo)108 230.4 Q .601(wed by one of the follo)-.25 F .602 +(wing characters:)-.25 F F2($)3.102 E F0(,)A F2<92>3.102 E F0(,)A F2(") +3.935 E F0(,).833 E F2(\\)3.102 E F0 3.102(,o)C(r)-3.102 E F2() +3.102 E F0 5.602(.A)C .602(double quote may be quoted within)-2.5 F .131 +(double quotes by preceding it with a backslash.)108 242.4 R .131 +(If enabled, history e)5.131 F .13(xpansion will be performed unless an) +-.15 F F2(!)2.63 E F0 +(appearing in double quotes is escaped using a backslash.)108 254.4 Q +(The backslash preceding the)5 E F2(!)2.5 E F0(is not remo)5 E -.15(ve) +-.15 G(d.).15 E(The special parameters)108 271.2 Q F2(*)2.5 E F0(and)2.5 +E F2(@)2.5 E F0(ha)2.5 E .3 -.15(ve s)-.2 H (pecial meaning when in double quotes \(see).15 E/F3 9/Times-Bold@0 SF --.666(PA)2.5 G(RAMETERS).666 E F0(belo)2.25 E(w\).)-.25 E -.8(Wo)108 -259.2 S .212(rds of the form).8 F F1($)2.712 E F0<08>A F2(string)A F0 -2.712<0861>C .211(re treated specially)-2.712 F 5.211(.T)-.65 G .211 -(he w)-5.211 F .211(ord e)-.1 F .211(xpands to)-.15 F F2(string)2.711 E -F0 2.711(,w)C .211(ith backslash-escaped char)-2.711 F(-)-.2 E .604 -(acters replaced as speci\214ed by the ANSI C standard.)108 271.2 R .605 +-.666(PA)2.5 G(RAMETERS).666 E F0(belo)2.25 E(w\).)-.25 E -.8(Wo)108 288 +S .211(rds of the form).8 F F2($)2.711 E F0<08>A F1(string)A F0 2.711 +<0861>C .211(re treated specially)-2.711 F 5.211(.T)-.65 G .211(he w) +-5.211 F .211(ord e)-.1 F .212(xpands to)-.15 F F1(string)2.712 E F0 +2.712(,w)C .212(ith backslash-escaped char)-2.712 F(-)-.2 E .605 +(acters replaced as speci\214ed by the ANSI C standard.)108 300 R .604 (Backslash escape sequences, if present, are decoded)5.605 F(as follo) -108 283.2 Q(ws:)-.25 E F1(\\a)144 295.2 Q F0(alert \(bell\))28.22 E F1 -(\\b)144 307.2 Q F0(backspace)27.66 E F1(\\e)144 319.2 Q(\\E)144 331.2 Q -F0(an escape character)26.55 E F1(\\f)144 343.2 Q F0(form feed)29.89 E -F1(\\n)144 355.2 Q F0(ne)27.66 E 2.5(wl)-.25 G(ine)-2.5 E F1(\\r)144 -367.2 Q F0(carriage return)28.78 E F1(\\t)144 379.2 Q F0(horizontal tab) -29.89 E F1(\\v)144 391.2 Q F0 -.15(ve)28.22 G(rtical tab).15 E F1(\\\\) -144 403.2 Q F0(backslash)30.44 E F1<5c08>144 415.2 Q F0(single quote) -30.44 E F1(\\")144 427.2 Q F0(double quote)27.67 E F1(\\)144 439.2 Q F2 -(nnn)A F0(the eight-bit character whose v)18.22 E(alue is the octal v) --.25 E(alue)-.25 E F2(nnn)2.5 E F0(\(one to three digits\))2.5 E F1(\\x) -144 451.2 Q F2(HH)A F0(the eight-bit character whose v)13.78 E -(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0 -(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F1 -(\\u)144 463.2 Q F2(HHHH)A F0 1.507 -(the Unicode \(ISO/IEC 10646\) character whose v)180 475.2 R 1.506 -(alue is the he)-.25 F 1.506(xadecimal v)-.15 F(alue)-.25 E F2(HHHH) -4.006 E F0(\(one to four he)180 487.2 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 -(\\U)144 499.2 Q F2(HHHHHHHH)A F0 .547 -(the Unicode \(ISO/IEC 10646\) character whose v)180 511.2 R .547 -(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.048 E(HHH)180 523.2 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G -(igits\))-2.5 E F1(\\c)144 535.2 Q F2(x)A F0 2.5(ac)24.34 G(ontrol-)-2.5 -E F2(x)A F0(character)2.5 E(The e)108 552 Q(xpanded result is single-qu\ -oted, as if the dollar sign had not been present.)-.15 E 2.64(Ad)108 -568.8 S .14(ouble-quoted string preceded by a dollar sign \()-2.64 F F1 -($)A F0(")A F2(string)A F0 .14 -("\) will cause the string to be translated according)B .495 -(to the current locale.)108 580.8 R .495(If the current locale is)5.495 -F F1(C)2.995 E F0(or)2.995 E F1(POSIX)2.995 E F0 2.995(,t)C .495 -(he dollar sign is ignored.)-2.995 F .496(If the string is trans-)5.496 -F(lated and replaced, the replacement is double-quoted.)108 592.8 Q/F4 -10.95/Times-Bold@0 SF -.81(PA)72 609.6 S(RAMETERS).81 E F0(A)108 621.6 Q -F2(par)4.593 E(ameter)-.15 E F0 .843(is an entity that stores v)4.073 F -3.343(alues. It)-.25 F .843(can be a)3.343 F F2(name)3.342 E F0 3.342 -(,an).18 G(umber)-3.342 E 3.342(,o)-.4 G 3.342(ro)-3.342 G .842 -(ne of the special characters)-3.342 F .822(listed belo)108 633.6 R -3.323(wu)-.25 G(nder)-3.323 E F1 .823(Special P)3.323 F(arameters)-.1 E -F0 5.823(.A)C F2(variable)-2.21 E F0 .823(is a parameter denoted by a) -3.503 F F2(name)3.323 E F0 5.823(.A).18 G -.25(va)-2.5 G .823 -(riable has a).25 F F2(value)108 645.6 Q F0 .369(and zero or more)2.869 -F F2(attrib)2.869 E(utes)-.2 E F0 5.369(.A)C(ttrib)-5.369 E .369 -(utes are assigned using the)-.2 F F1(declar)2.868 E(e)-.18 E F0 -.2(bu) -2.868 G .368(iltin command \(see).2 F F1(declar)2.868 E(e)-.18 E F0 -(belo)108 657.6 Q 2.5(wi)-.25 G(n)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E -(TIN COMMANDS)-.828 E/F5 9/Times-Roman@0 SF(\).)A F0 2.754(Ap)108 674.4 -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 686.4 Q F1(unset)2.5 E F0 -.2(bu) +108 312 Q(ws:)-.25 E F2(\\a)144 324 Q F0(alert \(bell\))180 324 Q F2 +(\\b)144 336 Q F0(backspace)180 336 Q F2(\\e)144 348 Q(\\E)144 360 Q F0 +(an escape character)180 360 Q F2(\\f)144 372 Q F0(form feed)180 372 Q +F2(\\n)144 384 Q F0(ne)180 384 Q 2.5(wl)-.25 G(ine)-2.5 E F2(\\r)144 396 +Q F0(carriage return)180 396 Q F2(\\t)144 408 Q F0(horizontal tab)180 +408 Q F2(\\v)144 420 Q F0 -.15(ve)180 420 S(rtical tab).15 E F2(\\\\)144 +432 Q F0(backslash)180 432 Q F2<5c08>144 444 Q F0(single quote)180 444 Q +F2(\\")144 456 Q F0(double quote)180 456 Q F2(\\?)144 468 Q F0 +(question mark)180 468 Q F2(\\)144 480 Q F1(nnn)A F0 +(the eight-bit character whose v)180 480 Q(alue is the octal v)-.25 E +(alue)-.25 E F1(nnn)2.5 E F0(\(one to three digits\))2.5 E F2(\\x)144 +492 Q F1(HH)A F0(the eight-bit character whose v)180 492 Q +(alue is the he)-.25 E(xadecimal v)-.15 E(alue)-.25 E F1(HH)2.5 E F0 +(\(one or tw)2.5 E 2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F2 +(\\u)144 504 Q F1(HHHH)A F0 1.506 +(the Unicode \(ISO/IEC 10646\) character whose v)180 516 R 1.507 +(alue is the he)-.25 F 1.507(xadecimal v)-.15 F(alue)-.25 E F1(HHHH) +4.007 E F0(\(one to four he)180 528 Q 2.5(xd)-.15 G(igits\))-2.5 E F2 +(\\U)144 540 Q F1(HHHHHHHH)A F0 .548 +(the Unicode \(ISO/IEC 10646\) character whose v)180 552 R .547 +(alue is the he)-.25 F .547(xadecimal v)-.15 F(alue)-.25 E F1(HHHHH-) +3.047 E(HHH)180 564 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\)) +-2.5 E F2(\\c)144 576 Q F1(x)A F0 2.5(ac)180 576 S(ontrol-)-2.5 E F1(x)A +F0(character)2.5 E(The e)108 592.8 Q(xpanded result is single-quoted, a\ +s if the dollar sign had not been present.)-.15 E 2.64(Ad)108 609.6 S +.14(ouble-quoted string preceded by a dollar sign \()-2.64 F F2($)A F0 +(")A F1(string)A F0 .14 +("\) will cause the string to be translated according)B .496 +(to the current locale.)108 621.6 R .495(If the current locale is)5.496 +F F2(C)2.995 E F0(or)2.995 E F2(POSIX)2.995 E F0 2.995(,t)C .495 +(he dollar sign is ignored.)-2.995 F .495(If the string is trans-)5.495 +F(lated and replaced, the replacement is double-quoted.)108 633.6 Q/F4 +10.95/Times-Bold@0 SF -.81(PA)72 650.4 S(RAMETERS).81 E F0(A)108 662.4 Q +F1(par)4.592 E(ameter)-.15 E F0 .842(is an entity that stores v)4.072 F +3.342(alues. It)-.25 F .842(can be a)3.342 F F1(name)3.343 E F0 3.343 +(,an).18 G(umber)-3.343 E 3.343(,o)-.4 G 3.343(ro)-3.343 G .843 +(ne of the special characters)-3.343 F .823(listed belo)108 674.4 R +3.323(wu)-.25 G(nder)-3.323 E F2 .823(Special P)3.323 F(arameters)-.1 E +F0 5.823(.A)C F1(variable)-2.21 E F0 .823(is a parameter denoted by a) +3.503 F F1(name)3.323 E F0 5.823(.A).18 G -.25(va)-2.5 G .823 +(riable has a).25 F F1(value)108 686.4 Q F0 .368(and zero or more)2.868 +F F1(attrib)2.868 E(utes)-.2 E F0 5.369(.A)C(ttrib)-5.369 E .369 +(utes are assigned using the)-.2 F F2(declar)2.869 E(e)-.18 E F0 -.2(bu) +2.869 G .369(iltin command \(see).2 F F2(declar)2.869 E(e)-.18 E F0 +(belo)108 698.4 Q 2.5(wi)-.25 G(n)-2.5 E F3(SHELL B)2.5 E(UIL)-.09 E +(TIN COMMANDS)-.828 E/F5 9/Times-Roman@0 SF(\).)A F0 2.755(Ap)108 715.2 +S .255(arameter is set if it has been assigned a v)-2.755 F 2.754 +(alue. The)-.25 F .254(null string is a v)2.754 F .254(alid v)-.25 F +2.754(alue. Once)-.25 F 2.754(av)2.754 G .254(ariable is set, it)-3.004 +F(may be unset only by using the)108 727.2 Q F2(unset)2.5 E F0 -.2(bu) 2.5 G(iltin command \(see).2 E F3(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS) --.828 E F0(belo)2.25 E(w\).)-.25 E(A)108 703.2 Q F2(variable)2.79 E F0 -(may be assigned to by a statement of the form)2.68 E F2(name)144 720 Q -F0(=[)A F2(value)A F0(])A(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E -(8)195.95 E 0 Cg EP +-.828 E F0(belo)2.25 E(w\).)-.25 E(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(8)197.055 E 0 Cg EP %%Page: 9 9 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(If)108 84 Q/F1 10/Times-Italic@0 SF(value)3.023 E F0 .233 -(is not gi)2.913 F -.15(ve)-.25 G .233(n, the v).15 F .232 -(ariable is assigned the null string.)-.25 F(All)5.232 E F1(values)3.022 -E F0(under)3.002 E .232(go tilde e)-.18 F .232(xpansion, parameter)-.15 -F .515(and v)108 96 R .515(ariable e)-.25 F .515 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(A)108 84 Q/F1 10 +/Times-Italic@0 SF(variable)2.79 E F0 +(may be assigned to by a statement of the form)2.68 E F1(name)144 100.8 +Q F0(=[)A F1(value)A F0(])A(If)108 117.6 Q F1(value)3.022 E F0 .232 +(is not gi)2.912 F -.15(ve)-.25 G .232(n, the v).15 F .232 +(ariable is assigned the null string.)-.25 F(All)5.233 E F1(values)3.023 +E F0(under)3.003 E .233(go tilde e)-.18 F .233(xpansion, parameter)-.15 +F .515(and v)108 129.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/F2 9/Times-Bold@0 SF(EXP)3.015 E(ANSION)-.666 E F0(belo)108 108 -Q 2.699(w\). If)-.25 F .199(the v)2.699 F .199(ariable has its)-.25 F/F3 -10/Times-Bold@0 SF(integer)2.698 E F0(attrib)2.698 E .198(ute set, then) --.2 F F1(value)2.988 E F0 .198(is e)2.878 F -.25(va)-.25 G .198 -(luated as an arithmetic e).25 F .198(xpression e)-.15 F -.15(ve)-.25 G -(n).15 E .901(if the $\(\(...\)\) e)108 120 R .901 +-3.015 E/F2 9/Times-Bold@0 SF(EXP)3.015 E(ANSION)-.666 E F0(belo)108 +141.6 Q 2.698(w\). If)-.25 F .198(the v)2.698 F .198(ariable has its) +-.25 F/F3 10/Times-Bold@0 SF(integer)2.698 E F0(attrib)2.698 E .198 +(ute set, then)-.2 F F1(value)2.988 E F0 .198(is e)2.878 F -.25(va)-.25 +G .199(luated as an arithmetic e).25 F .199(xpression e)-.15 F -.15(ve) +-.25 G(n).15 E .902(if the $\(\(...\)\) e)108 153.6 R .902 (xpansion is not used \(see)-.15 F F3 .901(Arithmetic Expansion)3.401 F -F0(belo)3.401 E 3.402(w\). W)-.25 F .902 -(ord splitting is not performed,)-.8 F 1.179(with the e)108 132 R 1.179 -(xception of)-.15 F F3("$@")3.679 E F0 1.179(as e)3.679 F 1.179 -(xplained belo)-.15 F 3.679(wu)-.25 G(nder)-3.679 E F3 1.178(Special P) -3.678 F(arameters)-.1 E F0 6.178(.P)C 1.178(athname e)-6.328 F 1.178 -(xpansion is not)-.15 F 3.648(performed. Assignment)108 144 R 1.148 -(statements may also appear as ar)3.648 F 1.149(guments to the)-.18 F F3 -(alias)3.649 E F0(,)A F3(declar)3.649 E(e)-.18 E F0(,)A F3(typeset)3.649 -E F0(,)A F3(export)3.649 E F0(,)A F3 -.18(re)108 156 S(adonly).18 E F0 -2.63(,a)C(nd)-2.63 E F3(local)2.63 E F0 -.2(bu)2.63 G .13 -(iltin commands.).2 F .13(When in)5.13 F F1 .129(posix mode)2.629 F F0 -2.629(,t)C .129(hese b)-2.629 F .129 -(uiltins may appear in a command after)-.2 F -(one or more instances of the)108 168 Q F3(command)2.5 E F0 -.2(bu)2.5 G -(iltin and retain these assignment statement properties.).2 E .376 -(In the conte)108 184.8 R .376 +F0(belo)3.401 E 3.401(w\). W)-.25 F .901 +(ord splitting is not performed,)-.8 F 1.178(with the e)108 165.6 R +1.178(xception of)-.15 F F3("$@")3.678 E F0 1.178(as e)3.678 F 1.179 +(xplained belo)-.15 F 3.679(wu)-.25 G(nder)-3.679 E F3 1.179(Special P) +3.679 F(arameters)-.1 E F0 6.179(.P)C 1.179(athname e)-6.329 F 1.179 +(xpansion is not)-.15 F 3.649(performed. Assignment)108 177.6 R 1.149 +(statements may also appear as ar)3.649 F 1.148(guments to the)-.18 F F3 +(alias)3.648 E F0(,)A F3(declar)3.648 E(e)-.18 E F0(,)A F3(typeset)3.648 +E F0(,)A F3(export)3.648 E F0(,)A F3 -.18(re)108 189.6 S(adonly).18 E F0 +3.288(,a)C(nd)-3.288 E F3(local)3.288 E F0 -.2(bu)3.288 G .788 +(iltin commands \().2 F F1(declar)A(ation)-.15 E F0 3.288 +(commands\). When)3.288 F(in)3.289 E F1 .789(posix mode)3.289 F F0 3.289 +(,t)C .789(hese b)-3.289 F .789(uiltins may)-.2 F 1.496 +(appear in a command after one or more instances of the)108 201.6 R F3 +(command)3.996 E F0 -.2(bu)3.996 G 1.496 +(iltin and retain these assignment).2 F(statement properties.)108 213.6 +Q .376(In the conte)108 230.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 .257 -(operator can be used to append to or add to the v)108 196.8 R(ariable') --.25 E 2.757(sp)-.55 G(re)-2.757 E .257(vious v)-.25 F 2.757(alue. When) --.25 F .257(+= is applied to a v)2.757 F(ariable)-.25 E .36 -(for which the)108 208.8 R F1(inte)2.86 E -.1(ge)-.4 G(r).1 E F0(attrib) -2.86 E .36(ute has been set,)-.2 F F1(value)2.86 E F0 .361(is e)2.861 F --.25(va)-.25 G .361(luated as an arithmetic e).25 F .361 -(xpression and added to the)-.15 F -.25(va)108 220.8 S(riable').25 E -2.889(sc)-.55 G .389(urrent v)-2.889 F .389(alue, which is also e)-.25 F --.25(va)-.25 G 2.889(luated. When).25 F .389 -(+= is applied to an array v)2.889 F .388(ariable using compound)-.25 F -.185(assignment \(see)108 232.8 R F3(Arrays)2.685 E F0(belo)2.685 E .185 -(w\), the v)-.25 F(ariable')-.25 E 2.685(sv)-.55 G .185 -(alue is not unset \(as it is when using =\), and ne)-2.935 F 2.686(wv) --.25 G .186(alues are)-2.936 F 1.385(appended to the array be)108 244.8 -R 1.384(ginning at one greater than the array')-.15 F 3.884(sm)-.55 G -1.384(aximum inde)-3.884 F 3.884(x\()-.15 G 1.384(for inde)-3.884 F -.15 -(xe)-.15 G 3.884(da).15 G 1.384(rrays\) or)-3.884 F .122 -(added as additional k)108 256.8 R -.15(ey)-.1 G.15 E .122 -(alue pairs in an associati)-.25 F .423 -.15(ve a)-.25 H(rray).15 E -5.123(.W)-.65 G .123(hen applied to a string-v)-5.123 F .123(alued v) --.25 F(ariable,)-.25 E F1(value)2.623 E F0(is e)108 268.8 Q +(x, the +=)-.15 F 1.631 +(operator can be used to append to or add to the v)108 242.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 254.4 S +.163(iltin commands such as).2 F F3(declar)2.664 E(e)-.18 E F0 .164 +(that accept assignment statements \()2.664 F F1(declar)A(ation)-.15 E +F0 2.664(commands\). When)2.664 F .164(+= is)2.664 F .252 +(applied to a v)108 266.4 R .252(ariable for which the)-.25 F F1(inte) +2.752 E -.1(ge)-.4 G(r).1 E F0(attrib)2.752 E .252(ute has been set,)-.2 +F F1(value)2.752 E F0 .251(is e)2.751 F -.25(va)-.25 G .251 +(luated as an arithmetic e).25 F(xpres-)-.15 E .05 +(sion and added to the v)108 278.4 R(ariable')-.25 E 2.55(sc)-.55 G .05 +(urrent v)-2.55 F .05(alue, which is also e)-.25 F -.25(va)-.25 G 2.55 +(luated. When).25 F .05(+= is applied to an array v)2.55 F(ari-)-.25 E +.459(able using compound assignment \(see)108 290.4 R F3(Arrays)2.959 E +F0(belo)2.959 E .459(w\), the v)-.25 F(ariable')-.25 E 2.959(sv)-.55 G +.459(alue is not unset \(as it is when using)-3.209 F .265(=\), and ne) +108 302.4 R 2.765(wv)-.25 G .265(alues are appended to the array be) +-3.015 F .265(ginning at one greater than the array')-.15 F 2.765(sm) +-.55 G .265(aximum inde)-2.765 F 2.765(x\()-.15 G(for)-2.765 E(inde)108 +314.4 Q -.15(xe)-.15 G 3.402(da).15 G .902 +(rrays\) or added as additional k)-3.402 F -.15(ey)-.1 G.15 E .901 +(alue pairs in an associati)-.25 F 1.201 -.15(ve a)-.25 H(rray).15 E +5.901(.W)-.65 G .901(hen applied to a string-)-5.901 F -.25(va)108 326.4 +S(lued v).25 E(ariable,)-.25 E F1(value)2.5 E F0(is e)2.5 E (xpanded and appended to the v)-.15 E(ariable')-.25 E 2.5(sv)-.55 G -(alue.)-2.75 E 3.383(Av)108 285.6 S .883(ariable can be assigned the) --3.633 F F1(namer)3.382 E(ef)-.37 E F0(attrib)3.382 E .882 +(alue.)-2.75 E 3.382(Av)108 343.2 S .882(ariable can be assigned the) +-3.632 F F1(namer)3.382 E(ef)-.37 E F0(attrib)3.382 E .882 (ute using the)-.2 F F33.382 E F0 .882(option to the)3.382 F F3 -(declar)3.382 E(e)-.18 E F0(or)3.382 E F3(local)3.382 E F0 -.2(bu)3.382 -G .882(iltin com-).2 F .315(mands \(see the descriptions of)108 297.6 R -F3(declar)2.815 E(e)-.18 E F0(and)2.815 E F3(local)2.815 E F0(belo)2.815 -E .316(w\) to create a)-.25 F F1(namer)2.816 E(ef)-.37 E F0 2.816(,o)C -2.816(rar)-2.816 G .316(eference to another v)-2.816 F(ari-)-.25 E 3.335 -(able. This)108 309.6 R(allo)3.335 E .835(ws v)-.25 F .835 -(ariables to be manipulated indirectly)-.25 F 5.835(.W)-.65 G(hene) --5.835 E -.15(ve)-.25 G 3.335(rt).15 G .835(he nameref v)-3.335 F .835 -(ariable is referenced or)-.25 F .021 -(assigned to, the operation is actually performed on the v)108 321.6 R -.021(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 2.522 -(sv)-.55 G 2.522(alue. A)-2.772 F .819 -(nameref is commonly used within shell functions to refer to a v)108 -333.6 R .818(ariable whose name is passed as an ar)-.25 F(gu-)-.18 E -.131(ment to the function.)108 345.6 R -.15(Fo)5.131 G 2.631(ri).15 G -.131(nstance, if a v)-2.631 F .132 -(ariable name is passed to a shell function as its \214rst ar)-.25 F -.132(gument, run-)-.18 F(ning)108 357.6 Q/F4 10/Courier@0 SF -(declare -n ref=$1)144 375.6 Q F0 .303 -(inside the function creates a nameref v)108 393.6 R(ariable)-.25 E F3 --.18(re)2.803 G(f).18 E F0 .303(whose v)2.803 F .303(alue is the v)-.25 -F .302(ariable name passed as the \214rst ar)-.25 F(gu-)-.18 E 3.318 -(ment. References)108 405.6 R .818(and assignments to)3.318 F F3 -.18 -(re)3.318 G(f).18 E F0 .818 -(are treated as references and assignments to the v)3.318 F .818 -(ariable whose)-.25 F .275(name w)108 417.6 R .275(as passed as)-.1 F F3 -($1)2.775 E F0 5.275(.I)C 2.775(ft)-5.275 G .275(he control v)-2.775 F -.275(ariable in a)-.25 F F3 -.25(fo)2.775 G(r).25 E F0 .275 -(loop has the nameref attrib)2.775 F .274(ute, the list of w)-.2 F .274 -(ords can)-.1 F .354(be a list of shell v)108 429.6 R .354 -(ariables, and a name reference will be established for each w)-.25 F -.355(ord in the list, in turn, when)-.1 F .086(the loop is e)108 441.6 R --.15(xe)-.15 G 2.586(cuted. Array).15 F -.25(va)2.586 G .086 -(riables cannot be gi).25 F -.15(ve)-.25 G 2.586(nt).15 G(he)-2.586 E F3 -2.586 E F0(attrib)2.585 E 2.585(ute. Ho)-.2 F(we)-.25 E -.15(ve) --.25 G .885 -.4(r, n).15 H .085(ameref v).4 F .085(ariables can ref-) --.25 F .883(erence array v)108 453.6 R .883 -(ariables and subscripted array v)-.25 F 3.383(ariables. Namerefs)-.25 F -.883(can be unset using the)3.383 F F33.383 E F0 .884 -(option to the)3.383 F F3(unset)108 465.6 Q F0 -.2(bu)2.558 G 2.558 -(iltin. Otherwise,).2 F(if)2.558 E F3(unset)2.558 E F0 .058(is e)2.558 F --.15(xe)-.15 G .058(cuted with the name of a nameref v).15 F .057 -(ariable as an ar)-.25 F .057(gument, the v)-.18 F(ari-)-.25 E -(able referenced by the nameref v)108 477.6 Q(ariable will be unset.) --.25 E F3 -.2(Po)87 494.4 S(sitional P).2 E(arameters)-.1 E F0(A)108 -506.4 Q F1 .705(positional par)4.455 F(ameter)-.15 E F0 .706(is a param\ -eter 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 -518.4 R 2.944(sa)-.55 G -.18(rg)-2.944 G .444(uments when it is in).18 F --.2(vo)-.4 G -.1(ke).2 G .444(d, and may be reassigned using).1 F(the) -108 530.4 Q F3(set)3.333 E F0 -.2(bu)3.333 G .833(iltin command.).2 F -.834(Positional parameters may not be assigned to with assignment state\ -ments.)5.833 F(The)5.834 E .334(positional parameters are temporarily r\ -eplaced when a shell function is e)108 542.4 R -.15(xe)-.15 G .333 -(cuted \(see).15 F F2(FUNCTIONS)2.833 E F0(belo)2.583 E(w\).)-.25 E -1.403(When a positional parameter consisting of more than a single digi\ -t is e)108 559.2 R 1.404(xpanded, it must be enclosed in)-.15 F -(braces \(see)108 571.2 Q F2(EXP)2.5 E(ANSION)-.666 E F0(belo)2.25 E -(w\).)-.25 E F3(Special P)87 588 Q(arameters)-.1 E F0 1.675 -(The shell treats se)108 600 R -.15(ve)-.25 G 1.675 -(ral parameters specially).15 F 6.675(.T)-.65 G 1.674 +(declar)3.382 E(e)-.18 E F0(or)3.383 E F3(local)3.383 E F0 -.2(bu)3.383 +G .883(iltin com-).2 F .316(mands \(see the descriptions of)108 355.2 R +F3(declar)2.816 E(e)-.18 E F0(and)2.816 E F3(local)2.816 E F0(belo)2.816 +E .316(w\) to create a)-.25 F F1(namer)2.815 E(ef)-.37 E F0 2.815(,o)C +2.815(rar)-2.815 G .315(eference to another v)-2.815 F(ari-)-.25 E 4.04 +(able. This)108 367.2 R(allo)4.04 E 1.54(ws v)-.25 F 1.54 +(ariables to be manipulated indirectly)-.25 F 6.54(.W)-.65 G(hene)-6.54 +E -.15(ve)-.25 G 4.04(rt).15 G 1.54(he nameref v)-4.04 F 1.54 +(ariable is referenced,)-.25 F .54 +(assigned to, unset, or has its attrib)108 379.2 R .54 +(utes modi\214ed \(other than using or changing the)-.2 F F1(namer)3.04 +E(ef)-.37 E F0(attrib)3.04 E .54(ute itself\),)-.2 F .352 +(the operation is actually performed on the v)108 391.2 R .352 +(ariable speci\214ed by the nameref v)-.25 F(ariable')-.25 E 2.852(sv) +-.55 G 2.852(alue. A)-3.102 F .352(nameref is)2.852 F .972 +(commonly used within shell functions to refer to a v)108 403.2 R .971 +(ariable whose name is passed as an ar)-.25 F .971(gument to the)-.18 F +2.5(function. F)108 415.2 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/F4 10/Courier@0 SF(declare -n ref=$1)144 433.2 Q +F0 .302(inside the function creates a nameref v)108 451.2 R(ariable)-.25 +E F3 -.18(re)2.803 G(f).18 E F0 .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 463.2 R 1.092(and assignments to)3.592 F F3 +-.18(re)3.592 G(f).18 E F0 3.592(,a)C 1.092(nd changes to its attrib) +-3.592 F 1.092(utes, are treated as references, assign-)-.2 F .143 +(ments, and attrib)108 475.2 R .144(ute modi\214cations to the v)-.2 F +.144(ariable whose name w)-.25 F .144(as passed as)-.1 F F3($1)2.644 E +F0 5.144(.I)C 2.644(ft)-5.144 G .144(he control v)-2.644 F .144 +(ariable in a)-.25 F F3 -.25(fo)108 487.2 S(r).25 E F0 .868 +(loop has the nameref attrib)3.368 F .868(ute, the list of w)-.2 F .867 +(ords can be a list of shell v)-.1 F .867 +(ariables, and a name reference)-.25 F .509 +(will be established for each w)108 499.2 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 +511.2 Q -.15(ve)-.25 G 4.193(nt).15 G(he)-4.193 E F3(namer)4.193 E(ef) +-.18 E F0(attrib)4.193 E 4.193(ute. Ho)-.2 F(we)-.25 E -.15(ve)-.25 G +2.493 -.4(r, n).15 H 1.693(ameref v).4 F 1.692 +(ariables can reference array v)-.25 F 1.692(ariables and subscripted) +-.25 F .101(array v)108 523.2 R 2.601(ariables. Namerefs)-.25 F .101 +(can be unset using the)2.601 F F32.602 E F0 .102(option to the) +2.602 F F3(unset)2.602 E F0 -.2(bu)2.602 G 2.602(iltin. Otherwise,).2 F +(if)2.602 E F3(unset)2.602 E F0 .102(is e)2.602 F -.15(xe)-.15 G(-).15 E +.443(cuted with the name of a nameref v)108 535.2 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 547.2 Q F3 -.2(Po)87 564 S(sitional P).2 E +(arameters)-.1 E F0(A)108 576 Q F1 .705(positional par)4.455 F(ameter) +-.15 E F0 .706(is a parameter denoted by one or more digits, other than\ + the single digit 0.)3.935 F(Posi-)5.706 E .445 +(tional parameters are assigned from the shell')108 588 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 600 Q F3(set)3.333 +E F0 -.2(bu)3.333 G .833(iltin command.).2 F .834(Positional parameters\ + may not be assigned to with assignment statements.)5.833 F(The)5.834 E +(positional parameters are temporarily replaced when a shell function i\ +s e)108 612 Q -.15(xe)-.15 G(cuted \(see).15 E F2(FUNCTIONS)2.5 E F0 +(belo)2.25 E(w\).)-.25 E 1.404(When a positional parameter consisting o\ +f more than a single digit is e)108 628.8 R 1.403 +(xpanded, it must be enclosed in)-.15 F(braces \(see)108 640.8 Q F2(EXP) +2.5 E(ANSION)-.666 E F0(belo)2.25 E(w\).)-.25 E F3(Special P)87 657.6 Q +(arameters)-.1 E F0 1.674(The shell treats se)108 669.6 R -.15(ve)-.25 G +1.674(ral parameters specially).15 F 6.675(.T)-.65 G 1.675 (hese parameters may only be referenced; assignment to)-6.675 F -(them is not allo)108 612 Q(wed.)-.25 E F3(*)108 624 Q F0 .223 -(Expands to the positional parameters, starting from one.)31 F .224 -(When the e)5.224 F .224(xpansion is not within double)-.15 F .663 -(quotes, each positional parameter e)144 636 R .662 +(them is not allo)108 681.6 Q(wed.)-.25 E F3(*)108 693.6 Q F0 .224 +(Expands to the positional parameters, starting from one.)144 693.6 R +.223(When the e)5.224 F .223(xpansion is not within double)-.15 F .662 +(quotes, each positional parameter e)144 705.6 R .662 (xpands to a separate w)-.15 F 3.162(ord. In)-.1 F(conte)3.162 E .662 -(xts where it is performed,)-.15 F 1.081(those w)144 648 R 1.081 -(ords are subject to further w)-.1 F 1.082(ord splitting and pathname e) --.1 F 3.582(xpansion. When)-.15 F 1.082(the e)3.582 F(xpansion)-.15 E -.915(occurs within double quotes, it e)144 660 R .914 -(xpands to a single w)-.15 F .914(ord with the v)-.1 F .914 -(alue of each parameter sepa-)-.25 F .89 -(rated by the \214rst character of the)144 672 R F2(IFS)3.39 E F0 .89 -(special v)3.14 F 3.39(ariable. That)-.25 F .891(is, ")3.391 F F3($*)A -F0 3.391("i)C 3.391(se)-3.391 G(qui)-3.391 E -.25(va)-.25 G .891 -(lent to ").25 F F3($1)A F1(c)A F3($2)A F1(c)A F3(...)A F0(",)A(where) -144 684 Q F1(c)3.533 E F0 .832(is the \214rst character of the v)3.643 F -.832(alue of the)-.25 F F2(IFS)3.332 E F0 -.25(va)3.082 G 3.332 -(riable. If).25 F F2(IFS)3.332 E F0 .832(is unset, the parameters are) -3.082 F(separated by spaces.)144 696 Q(If)5 E F2(IFS)2.5 E F0 -(is null, the parameters are joined without interv)2.25 E -(ening separators.)-.15 E F3(@)108 708 Q F0 .605 -(Expands to the positional parameters, starting from one.)26.7 F .606 -(When the e)5.605 F .606(xpansion occurs within dou-)-.15 F .114 -(ble quotes, each parameter e)144 720 R .114(xpands to a separate w)-.15 -F 2.614(ord. That)-.1 F .113(is, ")2.613 F F3($@)A F0 2.613("i)C 2.613 -(se)-2.613 G(qui)-2.613 E -.25(va)-.25 G .113(lent to ").25 F F3($1)A F0 -2.613("")C F3($2)-2.613 E F0 2.613(".)C(..)-2.613 E(GNU Bash 4.3)72 768 -Q(2014 February 2)141.79 E(9)195.95 E 0 Cg EP +(xts where it is performed,)-.15 F 1.082(those w)144 717.6 R 1.082 +(ords are subject to further w)-.1 F 1.081(ord splitting and pathname e) +-.1 F 3.581(xpansion. When)-.15 F 1.081(the e)3.581 F(xpansion)-.15 E +2.548(occurs within double quotes, it e)144 729.6 R 2.549 +(xpands to a single w)-.15 F 2.549(ord with the v)-.1 F 2.549 +(alue of each parameter)-.25 F(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(9)197.055 E 0 Cg EP %%Page: 10 10 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .134(If the double-quoted e)144 84 R .134 -(xpansion occurs within a w)-.15 F .135(ord, the e)-.1 F .135 -(xpansion of the \214rst parameter is joined)-.15 F .151(with the be)144 -96 R .151(ginning part of the original w)-.15 F .151(ord, and the e)-.1 -F .15(xpansion of the last parameter is joined with)-.15 F .337 -(the last part of the original w)144 108 R 2.837(ord. When)-.1 F .338 -(there are no positional parameters, ")2.837 F/F1 10/Times-Bold@0 SF($@) -A F0 2.838("a)C(nd)-2.838 E F1($@)2.838 E F0 -.15(ex)2.838 G(pand).15 E -(to nothing \(i.e., the)144 120 Q 2.5(ya)-.15 G(re remo)-2.5 E -.15(ve) --.15 G(d\).).15 E F1(#)108 132 Q F0 -(Expands to the number of positional parameters in decimal.)31 E F1(?) -108 144 Q F0(Expands to the e)31 E(xit status of the most recently e) --.15 E -.15(xe)-.15 G(cuted fore).15 E(ground pipeline.)-.15 E F1108 -156 Q F0 .882 -(Expands to the current option \215ags as speci\214ed upon in)30.3 F -.2 -(vo)-.4 G .881(cation, by the).2 F F1(set)3.381 E F0 -.2(bu)3.381 G .881 -(iltin command, or).2 F(those set by the shell itself \(such as the)144 -168 Q F12.5 E F0(option\).)2.5 E F1($)108 180 Q F0 .214 -(Expands to the process ID of the shell.)31 F .214 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 3.068 +(separated by the \214rst character of the)144 84 R/F1 9/Times-Bold@0 SF +(IFS)5.568 E F0 3.068(special v)5.318 F 5.568(ariable. That)-.25 F 3.067 +(is, ")5.568 F/F2 10/Times-Bold@0 SF($*)A F0 5.567("i)C 5.567(se)-5.567 +G(qui)-5.567 E -.25(va)-.25 G 3.067(lent to).25 F(")144 96 Q F2($1)A/F3 +10/Times-Italic@0 SF(c)A F2($2)A F3(c)A F2(...)A F0 1.519(", where)B F3 +(c)4.219 E F0 1.519(is the \214rst character of the v)4.329 F 1.52 +(alue of the)-.25 F F1(IFS)4.02 E F0 -.25(va)3.77 G 4.02(riable. If).25 +F F1(IFS)4.02 E F0 1.52(is unset, the)3.77 F .833 +(parameters are separated by spaces.)144 108 R(If)5.833 E F1(IFS)3.333 E +F0 .832(is null, the parameters are joined without interv)3.083 F(ening) +-.15 E(separators.)144 120 Q F2(@)108 132 Q F0 .605 +(Expands to the positional parameters, starting from one.)144 132 R .606 +(When the e)5.605 F .606(xpansion occurs within dou-)-.15 F .114 +(ble quotes, each parameter e)144 144 R .114(xpands to a separate w)-.15 +F 2.614(ord. That)-.1 F .113(is, ")2.613 F F2($@)A F0 2.613("i)C 2.613 +(se)-2.613 G(qui)-2.613 E -.25(va)-.25 G .113(lent to ").25 F F2($1)A F0 +2.613("")C F2($2)-2.613 E F0 2.613(".)C(..)-2.613 E .134 +(If the double-quoted e)144 156 R .134(xpansion occurs within a w)-.15 F +.135(ord, the e)-.1 F .135(xpansion of the \214rst parameter is joined) +-.15 F .151(with the be)144 168 R .151(ginning part of the original w) +-.15 F .151(ord, and the e)-.1 F .15 +(xpansion of the last parameter is joined with)-.15 F .337 +(the last part of the original w)144 180 R 2.837(ord. When)-.1 F .338 +(there are no positional parameters, ")2.837 F F2($@)A F0 2.838("a)C(nd) +-2.838 E F2($@)2.838 E F0 -.15(ex)2.838 G(pand).15 E +(to nothing \(i.e., the)144 192 Q 2.5(ya)-.15 G(re remo)-2.5 E -.15(ve) +-.15 G(d\).).15 E F2(#)108 204 Q F0 +(Expands to the number of positional parameters in decimal.)144 204 Q F2 +(?)108 216 Q F0(Expands to the e)144 216 Q +(xit status of the most recently e)-.15 E -.15(xe)-.15 G(cuted fore).15 +E(ground pipeline.)-.15 E F2108 228 Q F0 .882 +(Expands to the current option \215ags as speci\214ed upon in)144 228 R +-.2(vo)-.4 G .881(cation, by the).2 F F2(set)3.381 E F0 -.2(bu)3.381 G +.881(iltin command, or).2 F(those set by the shell itself \(such as the) +144 240 Q F22.5 E F0(option\).)2.5 E F2($)108 252 Q F0 .214 +(Expands to the process ID of the shell.)144 252 R .214 (In a \(\) subshell, it e)5.214 F .214 (xpands to the process ID of the current)-.15 F -(shell, not the subshell.)144 192 Q F1(!)108 204 Q F0 .499(Expands to t\ +(shell, not the subshell.)144 264 Q F2(!)108 276 Q F0 .499(Expands to t\ he process ID of the job most recently placed into the background, whet\ -her e)32.67 F -.15(xe)-.15 G(cuted).15 E -(as an asynchronous command or using the)144 216 Q F1(bg)2.5 E F0 -.2 -(bu)2.5 G(iltin \(see).2 E/F2 9/Times-Bold@0 SF(JOB CONTR)2.5 E(OL)-.27 -E F0(belo)2.25 E(w\).)-.25 E F1(0)108 228 Q F0 1.691 -(Expands to the name of the shell or shell script.)31 F 1.692 -(This is set at shell initialization.)6.692 F(If)6.692 E F1(bash)4.192 E -F0(is)4.192 E(in)144 240 Q -.2(vo)-.4 G -.1(ke).2 G 3.078(dw).1 G .578 -(ith a \214le of commands,)-3.078 F F1($0)3.078 E F0 .578 -(is set to the name of that \214le.)3.078 F(If)5.577 E F1(bash)3.077 E -F0 .577(is started with the)3.077 F F13.077 E F0 .368 -(option, then)144 252 R F1($0)2.869 E F0 .369(is set to the \214rst ar) +her e)144 276 R -.15(xe)-.15 G(cuted).15 E +(as an asynchronous command or using the)144 288 Q F2(bg)2.5 E F0 -.2 +(bu)2.5 G(iltin \(see).2 E F1(JOB CONTR)2.5 E(OL)-.27 E F0(belo)2.25 E +(w\).)-.25 E F2(0)108 300 Q F0 1.691 +(Expands to the name of the shell or shell script.)144 300 R 1.692 +(This is set at shell initialization.)6.692 F(If)6.692 E F2(bash)4.192 E +F0(is)4.192 E(in)144 312 Q -.2(vo)-.4 G -.1(ke).2 G 3.078(dw).1 G .578 +(ith a \214le of commands,)-3.078 F F2($0)3.078 E F0 .578 +(is set to the name of that \214le.)3.078 F(If)5.577 E F2(bash)3.077 E +F0 .577(is started with the)3.077 F F23.077 E F0 .368 +(option, then)144 324 R F2($0)2.869 E F0 .369(is set to the \214rst ar) 2.869 F .369(gument after the string to be e)-.18 F -.15(xe)-.15 G .369 (cuted, if one is present.).15 F(Other)5.369 E(-)-.2 E -(wise, it is set to the \214lename used to in)144 264 Q -.2(vo)-.4 G -.1 -(ke).2 G F1(bash)2.6 E F0 2.5(,a)C 2.5(sg)-2.5 G -2.15 -.25(iv e)-2.5 H -2.5(nb).25 G 2.5(ya)-2.5 G -.18(rg)-2.5 G(ument zero.).18 E F1(_)108 276 -Q F0 .055(At shell startup, set to the absolute pathname used to in)31 F --.2(vo)-.4 G .255 -.1(ke t).2 H .054(he shell or shell script being e).1 -F -.15(xe)-.15 G(cuted).15 E .691(as passed in the en)144 288 R .691 -(vironment or ar)-.4 F .691(gument list.)-.18 F(Subsequently)5.691 E -3.191(,e)-.65 G .692(xpands to the last ar)-3.341 F .692(gument to the) --.18 F(pre)144 300 Q .571(vious command, after e)-.25 F 3.071 -(xpansion. Also)-.15 F .571(set to the full pathname used to in)3.071 F --.2(vo)-.4 G .77 -.1(ke e).2 H .57(ach command).1 F -.15(exe)144 312 S -1.6(cuted and placed in the en).15 F 1.6(vironment e)-.4 F 1.6 +(wise, it is set to the \214lename used to in)144 336 Q -.2(vo)-.4 G -.1 +(ke).2 G F2(bash)2.6 E F0 2.5(,a)C 2.5(sg)-2.5 G -2.15 -.25(iv e)-2.5 H +2.5(nb).25 G 2.5(ya)-2.5 G -.18(rg)-2.5 G(ument zero.).18 E F2(_)108 348 +Q F0 .055(At shell startup, set to the absolute pathname used to in)144 +348 R -.2(vo)-.4 G .255 -.1(ke t).2 H .054 +(he shell or shell script being e).1 F -.15(xe)-.15 G(cuted).15 E .691 +(as passed in the en)144 360 R .691(vironment or ar)-.4 F .691 +(gument list.)-.18 F(Subsequently)5.691 E 3.191(,e)-.65 G .692 +(xpands to the last ar)-3.341 F .692(gument to the)-.18 F(pre)144 372 Q +.571(vious command, after e)-.25 F 3.071(xpansion. Also)-.15 F .571 +(set to the full pathname used to in)3.071 F -.2(vo)-.4 G .77 -.1(ke e) +.2 H .57(ach command).1 F -.15(exe)144 384 S 1.6 +(cuted and placed in the en).15 F 1.6(vironment e)-.4 F 1.6 (xported to that command.)-.15 F 1.6(When checking mail, this)6.6 F (parameter holds the name of the mail \214le currently being check)144 -324 Q(ed.)-.1 E F1(Shell V)87 340.8 Q(ariables)-.92 E F0(The follo)108 -352.8 Q(wing v)-.25 E(ariables are set by the shell:)-.25 E F1 -.3(BA) -108 369.6 S(SH).3 E F0(Expands to the full \214lename used to in)9.07 E --.2(vo)-.4 G .2 -.1(ke t).2 H(his instance of).1 E F1(bash)2.5 E F0(.)A -F1 -.3(BA)108 381.6 S(SHOPTS).3 E F0 2.549(Ac)144 393.6 S .049 +396 Q(ed.)-.1 E F2(Shell V)87 412.8 Q(ariables)-.92 E F0(The follo)108 +424.8 Q(wing v)-.25 E(ariables are set by the shell:)-.25 E F2 -.3(BA) +108 441.6 S(SH).3 E F0(Expands to the full \214lename used to in)144 +441.6 Q -.2(vo)-.4 G .2 -.1(ke t).2 H(his instance of).1 E F2(bash)2.5 E +F0(.)A F2 -.3(BA)108 453.6 S(SHOPTS).3 E F0 2.549(Ac)144 465.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 F12.548 E F0 1.398(option to the)144 405.6 -R F1(shopt)3.898 E F0 -.2(bu)3.898 G 1.398(iltin command \(see).2 F F2 +(gument for the)-.18 F F22.548 E F0 1.398(option to the)144 477.6 +R F2(shopt)3.898 E F0 -.2(bu)3.898 G 1.398(iltin command \(see).2 F F1 1.398(SHELL B)3.898 F(UIL)-.09 E 1.398(TIN COMMANDS)-.828 F F0(belo) 3.648 E 3.898(w\). The)-.25 F(options)3.898 E .477(appearing in)144 -417.6 R F2 -.27(BA)2.977 G(SHOPTS).27 E F0 .477(are those reported as) -2.727 F/F3 10/Times-Italic@0 SF(on)3.207 E F0(by)3.217 E F1(shopt)2.977 -E F0 5.476(.I)C 2.976(ft)-5.476 G .476(his v)-2.976 F .476 -(ariable is in the en)-.25 F(vironment)-.4 E(when)144 429.6 Q F1(bash) -3.141 E F0 .642(starts up, each shell option in the list will be enable\ -d before reading an)3.141 F 3.142(ys)-.15 G .642(tartup \214les.)-3.142 -F(This v)144 441.6 Q(ariable is read-only)-.25 E(.)-.65 E F1 -.3(BA)108 -453.6 S(SHPID).3 E F0 .188(Expands to the process ID of the current)144 -465.6 R F1(bash)2.688 E F0 2.687(process. This)2.687 F(dif)2.687 E .187 -(fers from)-.25 F F1($$)2.687 E F0 .187(under certain circum-)2.687 F -(stances, such as subshells that do not require)144 477.6 Q F1(bash)2.5 -E F0(to be re-initialized.)2.5 E F1 -.3(BA)108 489.6 S(SH_ALIASES).3 E -F0 1.195(An associati)144 501.6 R 1.495 -.15(ve a)-.25 H 1.195(rray v) +489.6 R F1 -.27(BA)2.977 G(SHOPTS).27 E F0 .477(are those reported as) +2.727 F F3(on)3.207 E F0(by)3.217 E F2(shopt)2.977 E F0 5.476(.I)C 2.976 +(ft)-5.476 G .476(his v)-2.976 F .476(ariable is in the en)-.25 F +(vironment)-.4 E(when)144 501.6 Q F2(bash)3.141 E F0 .642(starts up, ea\ +ch shell option in the list will be enabled before reading an)3.141 F +3.142(ys)-.15 G .642(tartup \214les.)-3.142 F(This v)144 513.6 Q +(ariable is read-only)-.25 E(.)-.65 E F2 -.3(BA)108 525.6 S(SHPID).3 E +F0 .188(Expands to the process ID of the current)144 537.6 R F2(bash) +2.688 E F0 2.687(process. This)2.687 F(dif)2.687 E .187(fers from)-.25 F +F2($$)2.687 E F0 .187(under certain circum-)2.687 F +(stances, such as subshells that do not require)144 549.6 Q F2(bash)2.5 +E F0(to be re-initialized.)2.5 E F2 -.3(BA)108 561.6 S(SH_ALIASES).3 E +F0 1.195(An associati)144 573.6 R 1.495 -.15(ve a)-.25 H 1.195(rray v) .15 F 1.195(ariable whose members correspond to the internal list of al\ -iases as main-)-.25 F .025(tained by the)144 513.6 R F1(alias)2.524 E F0 --.2(bu)2.524 G 2.524(iltin. Elements).2 F .024 -(added to this array appear in the alias list; unsetting array ele-) -2.524 F(ments cause aliases to be remo)144 525.6 Q -.15(ve)-.15 G 2.5 -(df).15 G(rom the alias list.)-2.5 E F1 -.3(BA)108 537.6 S(SH_ARGC).3 E -F0 .934(An array v)144 549.6 R .934(ariable whose v)-.25 F .934 +iases as main-)-.25 F .16(tained by the)144 585.6 R F2(alias)2.66 E F0 +-.2(bu)2.66 G 2.66(iltin. Elements).2 F .16 +(added to this array appear in the alias list; ho)2.66 F(we)-.25 E -.15 +(ve)-.25 G .96 -.4(r, u).15 H(nsetting).4 E 4.503 +(array elements currently does not cause aliases to be remo)144 597.6 R +-.15(ve)-.15 G 7.003(df).15 G 4.503(rom the alias list.)-7.003 F(If) +9.503 E F2 -.3(BA)144 609.6 S(SH_ALIASES).3 E F0 +(is unset, it loses its special properties, e)2.5 E -.15(ve)-.25 G 2.5 +(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.) +-2.5 E F2 -.3(BA)108 621.6 S(SH_ARGC).3 E F0 .935(An array v)144 633.6 R +.935(ariable whose v)-.25 F .934 (alues are the number of parameters in each frame of the current)-.25 F -F1(bash)3.435 E F0 -.15(exe)144 561.6 S .535(cution call stack.).15 F +F2(bash)3.434 E F0 -.15(exe)144 645.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 573.6 S .141(cuted with).15 F F1(.) -2.641 E F0(or)2.641 E F1(sour)2.641 E(ce)-.18 E F0 2.641(\)i)C 2.641(sa) --2.641 G 2.641(tt)-2.641 G .142(he top of the stack.)-2.641 F .142 -(When a subroutine is e)5.142 F -.15(xe)-.15 G .142 -(cuted, the number of).15 F 2.631(parameters passed is pushed onto)144 -585.6 R F2 -.27(BA)5.13 G(SH_ARGC).27 E/F4 9/Times-Roman@0 SF(.)A F0 -2.63(The shell sets)7.13 F F2 -.27(BA)5.13 G(SH_ARGC).27 E F0 2.63 -(only when in)4.88 F -.15(ex)144 597.6 S(tended deb).15 E -(ugging mode \(see the description of the)-.2 E F1(extdeb)2.5 E(ug)-.2 E -F0(option to the)2.5 E F1(shopt)2.5 E F0 -.2(bu)2.5 G(iltin belo).2 E -(w\))-.25 E F1 -.3(BA)108 609.6 S(SH_ARGV).3 E F0 .979(An array v)144 -621.6 R .979(ariable containing all of the parameters in the current) --.25 F F1(bash)3.48 E F0 -.15(exe)3.48 G .98(cution call stack.).15 F -(The)5.98 E .275(\214nal parameter of the last subroutine call is at th\ -e top of the stack; the \214rst parameter of the initial)144 633.6 R -1.424(call is at the bottom.)144 645.6 R 1.424(When a subroutine is e) +n or script)5.535 F -.15(exe)144 657.6 S .142(cuted with).15 F F2(.) +2.642 E F0(or)2.642 E F2(sour)2.642 E(ce)-.18 E F0 2.642(\)i)C 2.642(sa) +-2.642 G 2.642(tt)-2.642 G .142(he top of the stack.)-2.642 F .141 +(When a subroutine is e)5.141 F -.15(xe)-.15 G .141 +(cuted, the number of).15 F 2.63(parameters passed is pushed onto)144 +669.6 R F1 -.27(BA)5.13 G(SH_ARGC).27 E/F4 9/Times-Roman@0 SF(.)A F0 +2.63(The shell sets)7.13 F F1 -.27(BA)5.131 G(SH_ARGC).27 E F0 2.631 +(only when in)4.881 F -.15(ex)144 681.6 S(tended deb).15 E +(ugging mode \(see the description of the)-.2 E F2(extdeb)2.5 E(ug)-.2 E +F0(option to the)2.5 E F2(shopt)2.5 E F0 -.2(bu)2.5 G(iltin belo).2 E +(w\))-.25 E F2 -.3(BA)108 693.6 S(SH_ARGV).3 E F0 .98(An array v)144 +705.6 R .979(ariable containing all of the parameters in the current) +-.25 F F2(bash)3.479 E F0 -.15(exe)3.479 G .979(cution call stack.).15 F +(The)5.979 E .275(\214nal parameter of the last subroutine call is at t\ +he top of the stack; the \214rst parameter of the initial)144 717.6 R +1.424(call is at the bottom.)144 729.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 F2 -.27(BA)144 -657.6 S(SH_ARGV).27 E F4(.)A F0 2.197(The shell sets)6.697 F F2 -.27(BA) -4.697 G(SH_ARGV).27 E F0 2.197(only when in e)4.447 F 2.197(xtended deb) --.15 F 2.197(ugging mode \(see the)-.2 F(description of the)144 669.6 Q -F1(extdeb)2.5 E(ug)-.2 E F0(option to the)2.5 E F1(shopt)2.5 E F0 -.2 -(bu)2.5 G(iltin belo).2 E(w\))-.25 E F1 -.3(BA)108 681.6 S(SH_CMDS).3 E -F0 .667(An associati)144 693.6 R .967 -.15(ve a)-.25 H .667(rray v).15 F -.668(ariable whose members correspond to the internal hash table of com\ -mands)-.25 F .147(as maintained by the)144 705.6 R F1(hash)2.647 E F0 --.2(bu)2.646 G 2.646(iltin. Elements).2 F .146 -(added to this array appear in the hash table; unsetting)2.646 F -(array elements cause commands to be remo)144 717.6 Q -.15(ve)-.15 G 2.5 -(df).15 G(rom the hash table.)-2.5 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(10)190.95 E 0 Cg EP +(cuted, the parameters supplied are pushed onto).15 F(GNU Bash 4.4)72 +768 Q(2016 August 26)142.895 E(10)192.055 E 0 Cg EP %%Page: 11 11 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF -.3(BA)108 84 S(SH_COMMAND).3 E F0 1.242 -(The command currently being e)144 96 R -.15(xe)-.15 G 1.243 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 9/Times-Bold@0 +SF -.27(BA)144 84 S(SH_ARGV).27 E/F2 9/Times-Roman@0 SF(.)A F0 2.197 +(The shell sets)6.697 F F1 -.27(BA)4.697 G(SH_ARGV).27 E F0 2.197 +(only when in e)4.447 F 2.197(xtended deb)-.15 F 2.197 +(ugging mode \(see the)-.2 F(description of the)144 96 Q/F3 10 +/Times-Bold@0 SF(extdeb)2.5 E(ug)-.2 E F0(option to the)2.5 E F3(shopt) +2.5 E F0 -.2(bu)2.5 G(iltin belo).2 E(w\))-.25 E F3 -.3(BA)108 108 S +(SH_CMDS).3 E F0 .668(An associati)144 120 R .968 -.15(ve a)-.25 H .668 +(rray v).15 F .668(ariable whose members correspond to the internal has\ +h table of commands)-.25 F .195(as maintained by the)144 132 R F3(hash) +2.695 E F0 -.2(bu)2.695 G 2.695(iltin. Elements).2 F .196 +(added to this array appear in the hash table; ho)2.696 F(we)-.25 E -.15 +(ve)-.25 G -.4(r,).15 G .852(unsetting array elements currently does no\ +t cause command names to be remo)144 144 R -.15(ve)-.15 G 3.352(df).15 G +.852(rom the hash)-3.352 F 2.5(table. If)144 156 R F3 -.3(BA)2.5 G +(SH_CMDS).3 E F0(is unset, it loses its special properties, e)2.5 E -.15 +(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G +(ubsequently reset.)-2.5 E F3 -.3(BA)108 168 S(SH_COMMAND).3 E F0 1.242 +(The command currently being e)144 180 R -.15(xe)-.15 G 1.243 (cuted or about to be e).15 F -.15(xe)-.15 G 1.243 (cuted, unless the shell is e).15 F -.15(xe)-.15 G 1.243(cuting a).15 F (command as the result of a trap, in which case it is the command e)144 -108 Q -.15(xe)-.15 G(cuting at the time of the trap.).15 E F1 -.3(BA)108 -120 S(SH_EXECUTION_STRING).3 E F0(The command ar)144 132 Q -(gument to the)-.18 E F12.5 E F0(in)2.5 E -.2(vo)-.4 G -(cation option.).2 E F1 -.3(BA)108 144 S(SH_LINENO).3 E F0 .693 -(An array v)144 156 R .692(ariable whose members are the line numbers i\ -n source \214les where each corresponding)-.25 F .969(member of)144 168 -R/F2 9/Times-Bold@0 SF(FUNCN)3.469 E(AME)-.18 E F0 -.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 F1(${B)5.969 E -(ASH_LINENO[)-.3 E/F3 10/Times-Italic@0 SF($i)A F1(]})A F0 .97 -(is the line number in the source)3.469 F 14.672(\214le \()144 180 R F1 -(${B)A(ASH_SOURCE[)-.3 E F3($i+1)A F1(]})A F0 17.172(\)w)C(here)-17.172 -E F1(${FUNCN)17.172 E(AME[)-.2 E F3($i)A F1(]})A F0 -.1(wa)17.172 G -17.171(sc).1 G 14.671(alled \(or)-17.171 F F1(${B)144 192 Q(ASH_LINENO[) --.3 E F3($i-1)A F1(]})A F0 .115 -(if referenced within another shell function\).)2.615 F(Use)5.115 E F2 +192 Q -.15(xe)-.15 G(cuting at the time of the trap.).15 E F3 -.3(BA)108 +204 S(SH_EXECUTION_STRING).3 E F0(The command ar)144 216 Q +(gument to the)-.18 E F32.5 E F0(in)2.5 E -.2(vo)-.4 G +(cation option.).2 E F3 -.3(BA)108 228 S(SH_LINENO).3 E F0 .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 F1(FUNCN)3.469 E(AME)-.18 E F0 -.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 F3(${B)5.969 E(ASH_LINENO[)-.3 E/F4 +10/Times-Italic@0 SF($i)A F3(]})A F0 .97 +(is the line number in the source)3.469 F 14.672(\214le \()144 264 R F3 +(${B)A(ASH_SOURCE[)-.3 E F4($i+1)A F3(]})A F0 17.172(\)w)C(here)-17.172 +E F3(${FUNCN)17.172 E(AME[)-.2 E F4($i)A F3(]})A F0 -.1(wa)17.172 G +17.171(sc).1 G 14.671(alled \(or)-17.171 F F3(${B)144 276 Q(ASH_LINENO[) +-.3 E F4($i-1)A F3(]})A F0 .115 +(if referenced within another shell function\).)2.615 F(Use)5.115 E F1 (LINENO)2.615 E F0 .115(to obtain the)2.365 F(current line number)144 -204 Q(.)-.55 E F1 -.3(BA)108 216 S(SH_REMA).3 E(TCH)-.95 E F0 .006 -(An array v)144 228 R .006(ariable whose members are assigned by the) --.25 F F1(=~)2.506 E F0 .005(binary operator to the)2.506 F F1([[)2.505 -E F0 .005(conditional com-)2.505 F 2.506(mand. The)144 240 R .007 -(element with inde)2.506 F 2.507(x0i)-.15 G 2.507(st)-2.507 G .007 -(he portion of the string matching the entire re)-2.507 F .007(gular e) --.15 F(xpression.)-.15 E .998(The element with inde)144 252 R(x)-.15 E -F3(n)3.498 E F0 .997(is the portion of the string matching the)3.498 F -F3(n)3.497 E F0 .997(th parenthesized sube)B(xpres-)-.15 E 2.5 -(sion. This)144 264 R -.25(va)2.5 G(riable is read-only).25 E(.)-.65 E -F1 -.3(BA)108 276 S(SH_SOURCE).3 E F0 .125(An array v)144 288 R .125(ar\ +288 Q(.)-.55 E F3 -.3(BA)108 300 S(SH_LO).3 E(AD)-.4 E(ABLES_P)-.35 E +-.95(AT)-.74 G(H).95 E F0 4.07(Ac)144 312 S 1.57(olon-separated list of\ + directories in which the shell looks for dynamically loadable b)-4.07 F +(uiltins)-.2 E(speci\214ed by the)144 324 Q F3(enable)2.5 E F0(command.) +2.5 E F3 -.3(BA)108 336 S(SH_REMA).3 E(TCH)-.95 E F0 .005(An array v)144 +348 R .005(ariable whose members are assigned by the)-.25 F F3(=~)2.506 +E F0 .006(binary operator to the)2.506 F F3([[)2.506 E F0 .006 +(conditional com-)2.506 F 2.507(mand. The)144 360 R .007 +(element with inde)2.507 F 2.507(x0i)-.15 G 2.507(st)-2.507 G .007 +(he portion of the string matching the entire re)-2.507 F .006(gular e) +-.15 F(xpression.)-.15 E .997(The element with inde)144 372 R(x)-.15 E +F4(n)3.497 E F0 .997(is the portion of the string matching the)3.497 F +F4(n)3.498 E F0 .998(th parenthesized sube)B(xpres-)-.15 E 2.5 +(sion. This)144 384 R -.25(va)2.5 G(riable is read-only).25 E(.)-.65 E +F3 -.3(BA)108 396 S(SH_SOURCE).3 E F0 .126(An array v)144 408 R .125(ar\ iable whose members are the source \214lenames where the corresponding \ -shell function)-.25 F .781(names in the)144 300 R F2(FUNCN)3.28 E(AME) +shell function)-.25 F .78(names in the)144 420 R F1(FUNCN)3.28 E(AME) -.18 E F0 .78(array v)3.03 F .78(ariable are de\214ned.)-.25 F .78 -(The shell function)5.78 F F1(${FUNCN)3.28 E(AME[)-.2 E F3($i)A F1(]})A -F0(is)3.28 E(de\214ned in the \214le)144 312 Q F1(${B)2.5 E(ASH_SOURCE[) --.3 E F3($i)A F1(]})A F0(and called from)2.5 E F1(${B)2.5 E(ASH_SOURCE[) --.3 E F3($i+1)A F1(]})A F0(.)A F1 -.3(BA)108 324 S(SH_SUBSHELL).3 E F0 -.296(Incremented by one within each subshell or subshell en)144 336 R -.296(vironment when the shell be)-.4 F .297(gins e)-.15 F -.15(xe)-.15 G -(cuting).15 E(in that en)144 348 Q 2.5(vironment. The)-.4 F(initial v) -2.5 E(alue is 0.)-.25 E F1 -.3(BA)108 360 S(SH_VERSINFO).3 E F0 2.645 -(Ar)144 372 S .145(eadonly array v)-2.645 F .144 +(The shell function)5.78 F F3(${FUNCN)3.281 E(AME[)-.2 E F4($i)A F3(]})A +F0(is)3.281 E(de\214ned in the \214le)144 432 Q F3(${B)2.5 E +(ASH_SOURCE[)-.3 E F4($i)A F3(]})A F0(and called from)2.5 E F3(${B)2.5 E +(ASH_SOURCE[)-.3 E F4($i+1)A F3(]})A F0(.)A F3 -.3(BA)108 444 S +(SH_SUBSHELL).3 E F0 .296 +(Incremented by one within each subshell or subshell en)144 456 R .296 +(vironment when the shell be)-.4 F .296(gins e)-.15 F -.15(xe)-.15 G +(cuting).15 E(in that en)144 468 Q 2.5(vironment. The)-.4 F(initial v) +2.5 E(alue is 0.)-.25 E F3 -.3(BA)108 480 S(SH_VERSINFO).3 E F0 2.644 +(Ar)144 492 S .144(eadonly array v)-2.644 F .144 (ariable whose members hold v)-.25 F .144 -(ersion information for this instance of)-.15 F F1(bash)2.644 E F0 5.144 -(.T)C(he)-5.144 E -.25(va)144 384 S -(lues assigned to the array members are as follo).25 E(ws:)-.25 E F1 -.3 -(BA)144 402 S(SH_VERSINFO[).3 E F0(0)A F1(])A F0(The major v)24.74 E -(ersion number \(the)-.15 E F3 -.37(re)2.5 G(lease).37 E F0(\).)A F1 -.3 -(BA)144 414 S(SH_VERSINFO[).3 E F0(1)A F1(])A F0(The minor v)24.74 E -(ersion number \(the)-.15 E F3(ver)2.5 E(sion)-.1 E F0(\).)A F1 -.3(BA) -144 426 S(SH_VERSINFO[).3 E F0(2)A F1(])A F0(The patch le)24.74 E -.15 -(ve)-.25 G(l.).15 E F1 -.3(BA)144 438 S(SH_VERSINFO[).3 E F0(3)A F1(])A -F0(The b)24.74 E(uild v)-.2 E(ersion.)-.15 E F1 -.3(BA)144 450 S -(SH_VERSINFO[).3 E F0(4)A F1(])A F0(The release status \(e.g.,)24.74 E -F3(beta1)2.5 E F0(\).)A F1 -.3(BA)144 462 S(SH_VERSINFO[).3 E F0(5)A F1 -(])A F0(The v)24.74 E(alue of)-.25 E F2(MA)2.5 E(CHTYPE)-.495 E/F4 9 -/Times-Roman@0 SF(.)A F1 -.3(BA)108 474 S(SH_VERSION).3 E F0 -(Expands to a string describing the v)144 486 Q -(ersion of this instance of)-.15 E F1(bash)2.5 E F0(.)A F1(COMP_CW)108 -498 Q(ORD)-.1 E F0 .396(An inde)144 510 R 2.896(xi)-.15 G(nto)-2.896 E -F1(${COMP_W)2.896 E(ORDS})-.1 E F0 .396(of the w)2.896 F .396 -(ord containing the current cursor position.)-.1 F .397(This v)5.397 F -(ari-)-.25 E 1.181(able is a)144 522 R -.25(va)-.2 G 1.181 +(ersion information for this instance of)-.15 F F3(bash)2.645 E F0 5.145 +(.T)C(he)-5.145 E -.25(va)144 504 S +(lues assigned to the array members are as follo).25 E(ws:)-.25 E F3 -.3 +(BA)144 522 S(SH_VERSINFO[).3 E F0(0)A F3(])A F0(The major v)264 522 Q +(ersion number \(the)-.15 E F4 -.37(re)2.5 G(lease).37 E F0(\).)A F3 -.3 +(BA)144 534 S(SH_VERSINFO[).3 E F0(1)A F3(])A F0(The minor v)264 534 Q +(ersion number \(the)-.15 E F4(ver)2.5 E(sion)-.1 E F0(\).)A F3 -.3(BA) +144 546 S(SH_VERSINFO[).3 E F0(2)A F3(])A F0(The patch le)264 546 Q -.15 +(ve)-.25 G(l.).15 E F3 -.3(BA)144 558 S(SH_VERSINFO[).3 E F0(3)A F3(])A +F0(The b)264 558 Q(uild v)-.2 E(ersion.)-.15 E F3 -.3(BA)144 570 S +(SH_VERSINFO[).3 E F0(4)A F3(])A F0(The release status \(e.g.,)264 570 Q +F4(beta1)2.5 E F0(\).)A F3 -.3(BA)144 582 S(SH_VERSINFO[).3 E F0(5)A F3 +(])A F0(The v)264 582 Q(alue of)-.25 E F1(MA)2.5 E(CHTYPE)-.495 E F2(.)A +F3 -.3(BA)108 594 S(SH_VERSION).3 E F0 +(Expands to a string describing the v)144 606 Q +(ersion of this instance of)-.15 E F3(bash)2.5 E F0(.)A F3(COMP_CW)108 +618 Q(ORD)-.1 E F0 .397(An inde)144 630 R 2.897(xi)-.15 G(nto)-2.897 E +F3(${COMP_W)2.896 E(ORDS})-.1 E F0 .396(of the w)2.896 F .396 +(ord containing the current cursor position.)-.1 F .396(This v)5.396 F +(ari-)-.25 E 1.18(able is a)144 642 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 F1(Pr)144 534 Q(ogrammable Completion)-.18 E -F0(belo)2.5 E(w\).)-.25 E F1(COMP_KEY)108 546 Q F0(The k)144 558 Q .3 +(db).1 G 3.681(yt)-3.681 G 1.181(he programmable completion f)-3.681 F +1.181(acilities \(see)-.1 F F3(Pr)144 654 Q(ogrammable Completion)-.18 E +F0(belo)2.5 E(w\).)-.25 E F3(COMP_KEY)108 666 Q F0(The k)144 678 Q .3 -.15(ey \()-.1 H(or \214nal k).15 E .3 -.15(ey o)-.1 H 2.5(fak).15 G .3 -.15(ey s)-2.6 H(equence\) used to in).15 E -.2(vo)-.4 G .2 -.1(ke t).2 -H(he current completion function.).1 E F1(COMP_LINE)108 570 Q F0 1.207 -(The current command line.)144 582 R 1.208(This v)6.208 F 1.208 +H(he current completion function.).1 E F3(COMP_LINE)108 690 Q F0 1.208 +(The current command line.)144 702 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 -2.849(mands in)144 594 R -.2(vo)-.4 G -.1(ke).2 G 5.349(db).1 G 5.349 +(ilable only in shell functions and e).25 F 1.207(xternal com-)-.15 F +2.848(mands in)144 714 R -.2(vo)-.4 G -.1(ke).2 G 5.349(db).1 G 5.349 (yt)-5.349 G 2.849(he programmable completion f)-5.349 F 2.849 -(acilities \(see)-.1 F F1(Pr)5.349 E 2.848(ogrammable Completion)-.18 F -F0(belo)144 606 Q(w\).)-.25 E F1(COMP_POINT)108 618 Q F0 .666(The inde) -144 630 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 -642 R .534(alue of this v)-.25 F .534(ariable is equal to)-.25 F F1 -(${#COMP_LINE})144 654 Q F0 7.005(.T)C 2.005(his v)-7.005 F 2.005 -(ariable is a)-.25 F -.25(va)-.2 G 2.006 -(ilable only in shell functions and e).25 F 2.006(xternal commands)-.15 -F(in)144 666 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G -(he programmable completion f)-2.5 E(acilities \(see)-.1 E F1(Pr)2.5 E -(ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(COMP_TYPE)108 -678 Q F0 .042(Set to an inte)144 690 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 702 R F3 -.5(TA)2.837 G(B).5 E F0 -2.837(,f)C .337(or normal completion,)-2.837 F F3(?)2.837 E F0 2.837(,f) -C .337(or listing completions after successi)-2.837 F .638 -.15(ve t) --.25 H(abs,).15 E F3(!)144 714 Q F0 4.092(,f)C 1.592 -(or listing alternati)-4.092 F -.15(ve)-.25 G 4.092(so).15 G 4.092(np) --4.092 G 1.592(artial w)-4.092 F 1.592(ord completion,)-.1 F F3(@)4.092 -E F0 4.092(,t)C 4.092(ol)-4.092 G 1.592(ist completions if the w)-4.092 -F 1.591(ord is not)-.1 F 1.552(unmodi\214ed, or)144 726 R F3(%)4.052 E -F0 4.052(,f)C 1.552(or menu completion.)-4.052 F 1.552(This v)6.552 F -1.552(ariable is a)-.25 F -.25(va)-.2 G 1.552 -(ilable only in shell functions and).25 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(11)190.95 E 0 Cg EP +(acilities \(see)-.1 F F3(Pr)5.349 E 2.849(ogrammable Completion)-.18 F +F0(belo)144 726 Q(w\).)-.25 E(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(11)192.055 E 0 Cg EP %%Page: 12 12 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E -.15(ex)144 84 S 2.929(ternal commands in).15 F -.2(vo)-.4 G -.1 -(ke).2 G 5.429(db).1 G 5.429(yt)-5.429 G 2.929 -(he programmable completion f)-5.429 F 2.929(acilities \(see)-.1 F/F1 10 -/Times-Bold@0 SF(Pr)5.428 E(ogrammable)-.18 E(Completion)144 96 Q F0 -(belo)2.5 E(w\).)-.25 E F1(COMP_W)108 108 Q(ORDBREAKS)-.1 E F0 1.335 -(The set of characters that the)144 120 R F1 -.18(re)3.836 G(adline).18 -E F0 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 132 R/F2 9/Times-Bold@0 SF(COMP_W)3.126 E(ORDBREAKS)-.09 E F0 .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 144 Q F1(COMP_W)108 156 Q(ORDS)-.1 E -F0 .653(An array v)144 168 R .653(ariable \(see)-.25 F F1(Arrays)3.153 E -F0(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 4.333(line. The)144 180 R +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(COMP_POINT)108 84 Q F0 .667(The inde)144 96 R 3.167(xo)-.15 G 3.167 +(ft)-3.167 G .666(he current cursor position relati)-3.167 F .966 -.15 +(ve t)-.25 H 3.166(ot).15 G .666(he be)-3.166 F .666 +(ginning of the current command.)-.15 F .666(If the)5.666 F .534 +(current cursor position is at the end of the current command, the v)144 +108 R .535(alue of this v)-.25 F .535(ariable is equal to)-.25 F F1 +(${#COMP_LINE})144 120 Q F0 7.006(.T)C 2.006(his v)-7.006 F 2.006 +(ariable is a)-.25 F -.25(va)-.2 G 2.005 +(ilable only in shell functions and e).25 F 2.005(xternal commands)-.15 +F(in)144 132 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(db).1 G 2.5(yt)-2.5 G +(he programmable completion f)-2.5 E(acilities \(see)-.1 E F1(Pr)2.5 E +(ogrammable Completion)-.18 E F0(belo)2.5 E(w\).)-.25 E F1(COMP_TYPE)108 +144 Q F0 .041(Set to an inte)144 156 R .041(ger v)-.15 F .041(alue corr\ +esponding to the type of completion attempted that caused a completion) +-.25 F .338(function to be called:)144 168 R/F2 10/Times-Italic@0 SF -.5 +(TA)2.837 G(B).5 E F0 2.837(,f)C .337(or normal completion,)-2.837 F F2 +(?)2.837 E F0 2.837(,f)C .337(or listing completions after successi) +-2.837 F .637 -.15(ve t)-.25 H(abs,).15 E F2(!)144 180 Q F0 4.091(,f)C +1.591(or listing alternati)-4.091 F -.15(ve)-.25 G 4.092(so).15 G 4.092 +(np)-4.092 G 1.592(artial w)-4.092 F 1.592(ord completion,)-.1 F F2(@) +4.092 E F0 4.092(,t)C 4.092(ol)-4.092 G 1.592(ist completions if the w) +-4.092 F 1.592(ord is not)-.1 F 1.553(unmodi\214ed, or)144 192 R F2(%) +4.053 E F0 4.052(,f)C 1.552(or menu completion.)-4.052 F 1.552(This v) +6.552 F 1.552(ariable is a)-.25 F -.25(va)-.2 G 1.552 +(ilable only in shell functions and).25 F -.15(ex)144 204 S 2.928 +(ternal commands in).15 F -.2(vo)-.4 G -.1(ke).2 G 5.429(db).1 G 5.429 +(yt)-5.429 G 2.929(he programmable completion f)-5.429 F 2.929 +(acilities \(see)-.1 F F1(Pr)5.429 E(ogrammable)-.18 E(Completion)144 +216 Q F0(belo)2.5 E(w\).)-.25 E F1(COMP_W)108 228 Q(ORDBREAKS)-.1 E F0 +1.336(The set of characters that the)144 240 R F1 -.18(re)3.836 G +(adline).18 E F0 1.336(library treats as w)3.836 F 1.335 +(ord separators when performing w)-.1 F(ord)-.1 E 3.125(completion. If) +144 252 R/F3 9/Times-Bold@0 SF(COMP_W)3.125 E(ORDBREAKS)-.09 E F0 .626 +(is unset, it loses its special properties, e)2.875 F -.15(ve)-.25 G +3.126(ni).15 G 3.126(fi)-3.126 G 3.126(ti)-3.126 G 3.126(ss)-3.126 G +(ubse-)-3.126 E(quently reset.)144 264 Q F1(COMP_W)108 276 Q(ORDS)-.1 E +F0 .654(An array v)144 288 R .654(ariable \(see)-.25 F F1(Arrays)3.154 E +F0(belo)3.154 E .654(w\) consisting of the indi)-.25 F .653(vidual w) +-.25 F .653(ords in the current command)-.1 F 4.332(line. The)144 300 R 1.832(line is split into w)4.332 F 1.832(ords as)-.1 F F1 -.18(re)4.332 -G(adline).18 E F0 -.1(wo)4.332 G 1.832(uld split it, using).1 F F2 -(COMP_W)4.332 E(ORDBREAKS)-.09 E F0(as)4.082 E .831(described abo)144 -192 R -.15(ve)-.15 G 5.831(.T).15 G .831(his v)-5.831 F .831 -(ariable is a)-.25 F -.25(va)-.2 G .832 -(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.332 -(db).1 G 3.332(yt)-3.332 G .832(he programmable)-3.332 F(completion f) -144 204 Q(acilities \(see)-.1 E F1(Pr)2.5 E(ogrammable Completion)-.18 E -F0(belo)2.5 E(w\).)-.25 E F1(COPR)108 216 Q(OC)-.3 E F0 .169(An array v) -144 228 R .169(ariable \(see)-.25 F F1(Arrays)2.669 E F0(belo)2.669 E +G(adline).18 E F0 -.1(wo)4.332 G 1.832(uld split it, using).1 F F3 +(COMP_W)4.332 E(ORDBREAKS)-.09 E F0(as)4.083 E .832(described abo)144 +312 R -.15(ve)-.15 G 5.832(.T).15 G .832(his v)-5.832 F .832 +(ariable is a)-.25 F -.25(va)-.2 G .831 +(ilable only in shell functions in).25 F -.2(vo)-.4 G -.1(ke).2 G 3.331 +(db).1 G 3.331(yt)-3.331 G .831(he programmable)-3.331 F(completion f) +144 324 Q(acilities \(see)-.1 E F1(Pr)2.5 E(ogrammable Completion)-.18 E +F0(belo)2.5 E(w\).)-.25 E F1(COPR)108 336 Q(OC)-.3 E F0 .168(An array v) +144 348 R .168(ariable \(see)-.25 F F1(Arrays)2.668 E F0(belo)2.669 E .169 (w\) created to hold the \214le descriptors for output from and input) --.25 F(to an unnamed coprocess \(see)144 240 Q F1(Copr)2.5 E(ocesses) --.18 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F1(DIRST)108 252 Q -.55(AC) --.9 G(K).55 E F0 2.26(An array v)144 264 R 2.26(ariable \(see)-.25 F F1 +-.25 F(to an unnamed coprocess \(see)144 360 Q F1(Copr)2.5 E(ocesses) +-.18 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F1(DIRST)108 372 Q -.55(AC) +-.9 G(K).55 E F0 2.26(An array v)144 384 R 2.26(ariable \(see)-.25 F F1 (Arrays)4.76 E F0(belo)4.76 E 2.26 (w\) containing the current contents of the directory stack.)-.25 F -1.095(Directories appear in the stack in the order the)144 276 R 3.594 -(ya)-.15 G 1.094(re displayed by the)-3.594 F F1(dirs)3.594 E F0 -.2(bu) -3.594 G 3.594(iltin. Assigning).2 F(to)3.594 E 1.431 -(members of this array v)144 288 R 1.432 +1.094(Directories appear in the stack in the order the)144 396 R 3.594 +(ya)-.15 G 1.095(re displayed by the)-3.594 F F1(dirs)3.595 E F0 -.2(bu) +3.595 G 3.595(iltin. Assigning).2 F(to)3.595 E 1.432 +(members of this array v)144 408 R 1.432 (ariable may be used to modify directories already in the stack, b)-.25 -F 1.432(ut the)-.2 F F1(pushd)144 300 Q F0(and)2.746 E F1(popd)2.746 E +F 1.431(ut the)-.2 F F1(pushd)144 420 Q F0(and)2.746 E F1(popd)2.746 E F0 -.2(bu)2.746 G .246(iltins must be used to add and remo).2 F .546 -.15(ve d)-.15 H 2.746(irectories. Assignment).15 F .246(to this v)2.746 -F(ariable)-.25 E .35(will not change the current directory)144 312 R -5.35(.I)-.65 G(f)-5.35 E F2(DIRST)2.85 E -.495(AC)-.81 G(K).495 E F0 .35 -(is unset, it loses its special properties, e)2.6 F -.15(ve)-.25 G 2.851 -(ni).15 G(f)-2.851 E(it is subsequently reset.)144 324 Q F1(EUID)108 336 -Q F0 1.104(Expands to the ef)11 F(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.103(This v)6.103 F 1.103 -(ariable is)-.25 F(readonly)144 348 Q(.)-.65 E F1(FUNCN)108 360 Q(AME) --.2 E F0 .478(An array v)144 372 R .479 +F(ariable)-.25 E .351(will not change the current directory)144 432 R +5.35(.I)-.65 G(f)-5.35 E F3(DIRST)2.85 E -.495(AC)-.81 G(K).495 E F0 .35 +(is unset, it loses its special properties, e)2.6 F -.15(ve)-.25 G 2.85 +(ni).15 G(f)-2.85 E(it is subsequently reset.)144 444 Q F1(EUID)108 456 +Q F0 1.103(Expands to the ef)144 456 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 468 Q(.)-.65 E F1(FUNCN)108 480 Q(AME) +-.2 E F0 .479(An array v)144 492 R .479 (ariable containing the names of all shell functions currently in the e) --.25 F -.15(xe)-.15 G .479(cution call stack.).15 F .277 -(The element with inde)144 384 R 2.777(x0i)-.15 G 2.777(st)-2.777 G .276 -(he name of an)-2.777 F 2.776(yc)-.15 G(urrently-e)-2.776 E -.15(xe)-.15 -G .276(cuting shell function.).15 F .276(The bottom-most)5.276 F .384 -(element \(the one with the highest inde)144 396 R .384(x\) is)-.15 F/F3 -10/Courier@0 SF("main")2.884 E F0 5.384(.T)C .384(his v)-5.384 F .385 -(ariable e)-.25 F .385(xists only when a shell func-)-.15 F .035 -(tion is e)144 408 R -.15(xe)-.15 G 2.535(cuting. Assignments).15 F(to) -2.535 E F2(FUNCN)2.535 E(AME)-.18 E F0(ha)2.285 E .335 -.15(ve n)-.2 H -2.535(oe).15 G -.25(ff)-2.535 G .035(ect and return an error status.).25 -F(If)5.034 E F2(FUNC-)2.534 E -.18(NA)144 420 S(ME).18 E F0 -(is unset, it loses its special properties, e)2.25 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 .11(This v)144 438 R .111(ariable can be used with)-.25 F F1 -.3 -(BA)2.611 G(SH_LINENO).3 E F0(and)2.611 E F1 -.3(BA)2.611 G(SH_SOURCE).3 -E F0 5.111(.E)C .111(ach element of)-5.111 F F1(FUNC-)2.611 E -.2(NA)144 -450 S(ME).2 E F0 1.404(has corresponding elements in)3.904 F F1 -.3(BA) -3.904 G(SH_LINENO).3 E F0(and)3.904 E F1 -.3(BA)3.904 G(SH_SOURCE).3 E -F0 1.404(to describe the)3.904 F .012(call stack.)144 462 R -.15(Fo) -5.012 G 2.512(ri).15 G(nstance,)-2.512 E F1(${FUNCN)2.512 E(AME[)-.2 E -/F4 10/Times-Italic@0 SF($i)A F1(]})A F0 -.1(wa)2.512 G 2.512(sc).1 G -.012(alled from the \214le)-2.512 F F1(${B)2.512 E(ASH_SOURCE[)-.3 E F4 -($i+1)A F1(]})A F0 1.184(at line number)144 474 R F1(${B)3.684 E -(ASH_LINENO[)-.3 E F4($i)A F1(]})A F0 6.184(.T)C(he)-6.184 E F1(caller) -3.683 E F0 -.2(bu)3.683 G 1.183 -(iltin displays the current call stack using).2 F(this information.)144 -486 Q F1(GR)108 498 Q(OUPS)-.3 E F0 1.228(An array v)144 510 R 1.228(ar\ -iable containing the list of groups of which the current user is a memb\ -er)-.25 F 6.229(.A)-.55 G(ssign-)-6.229 E .597(ments to)144 522 R F2(GR) -3.097 E(OUPS)-.27 E F0(ha)2.847 E .897 -.15(ve n)-.2 H 3.097(oe).15 G --.25(ff)-3.097 G .597(ect and return an error status.).25 F(If)5.597 E -F2(GR)3.097 E(OUPS)-.27 E F0 .597(is unset, it loses its spe-)2.847 F -(cial properties, e)144 534 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G -2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1(HISTCMD)108 546 -Q F0 .355(The history number)144 558 R 2.855(,o)-.4 G 2.855(ri)-2.855 G -(nde)-2.855 E 2.856(xi)-.15 G 2.856(nt)-2.856 G .356 -(he history list, of the current command.)-2.856 F(If)5.356 E F2 -(HISTCMD)2.856 E F0 .356(is unset, it)2.606 F -(loses its special properties, e)144 570 Q -.15(ve)-.25 G 2.5(ni).15 G +-.25 F -.15(xe)-.15 G .478(cution call stack.).15 F .276 +(The element with inde)144 504 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 .385 +(element \(the one with the highest inde)144 516 R .384(x\) is)-.15 F/F4 +10/Courier@0 SF("main")2.884 E F0 5.384(.T)C .384(his v)-5.384 F .384 +(ariable e)-.25 F .384(xists only when a shell func-)-.15 F .075 +(tion is e)144 528 R -.15(xe)-.15 G 2.575(cuting. Assignments).15 F(to) +2.575 E F3(FUNCN)2.575 E(AME)-.18 E F0(ha)2.325 E .376 -.15(ve n)-.2 H +2.576(oe).15 G -.25(ff)-2.576 G 2.576(ect. If).25 F F3(FUNCN)2.576 E +(AME)-.18 E F0 .076(is unset, it loses its)2.326 F +(special properties, e)144 540 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 +558 R .111(ariable can be used with)-.25 F F1 -.3(BA)2.611 G(SH_LINENO) +.3 E F0(and)2.611 E F1 -.3(BA)2.611 G(SH_SOURCE).3 E F0 5.111(.E)C .111 +(ach element of)-5.111 F F1(FUNC-)2.61 E -.2(NA)144 570 S(ME).2 E F0 +1.404(has corresponding elements in)3.904 F F1 -.3(BA)3.904 G(SH_LINENO) +.3 E F0(and)3.904 E F1 -.3(BA)3.904 G(SH_SOURCE).3 E F0 1.404 +(to describe the)3.904 F .012(call stack.)144 582 R -.15(Fo)5.012 G +2.512(ri).15 G(nstance,)-2.512 E F1(${FUNCN)2.512 E(AME[)-.2 E F2($i)A +F1(]})A F0 -.1(wa)2.512 G 2.512(sc).1 G .012(alled from the \214le) +-2.512 F F1(${B)2.512 E(ASH_SOURCE[)-.3 E F2($i+1)A F1(]})A F0 1.183 +(at line number)144 594 R F1(${B)3.683 E(ASH_LINENO[)-.3 E F2($i)A F1 +(]})A F0 6.183(.T)C(he)-6.183 E F1(caller)3.683 E F0 -.2(bu)3.683 G +1.184(iltin displays the current call stack using).2 F +(this information.)144 606 Q F1(GR)108 618 Q(OUPS)-.3 E F0 1.229 +(An array v)144 630 R 1.228(ariable containing the list of groups of wh\ +ich the current user is a member)-.25 F 6.228(.A)-.55 G(ssign-)-6.228 E +.571(ments to)144 642 R F3(GR)3.071 E(OUPS)-.27 E F0(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 F0 .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 654 Q F1(HISTCMD)108 666 Q F0 .356 +(The history number)144 678 R 2.856(,o)-.4 G 2.856(ri)-2.856 G(nde) +-2.856 E 2.856(xi)-.15 G 2.856(nt)-2.856 G .356 +(he history list, of the current command.)-2.856 F(If)5.356 E F3 +(HISTCMD)2.855 E F0 .355(is unset, it)2.605 F +(loses its special properties, e)144 690 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1 -(HOSTN)108 582 Q(AME)-.2 E F0 -(Automatically set to the name of the current host.)144 594 Q F1 -(HOSTTYPE)108 606 Q F0 .223(Automatically set to a string that uniquely\ - describes the type of machine on which)144 618 R F1(bash)2.722 E F0 -.222(is e)2.722 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 630 R(def) -2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 642 Q F0 1.408(Each\ - time this parameter is referenced, the shell substitutes a decimal num\ -ber representing the)144 654 R .078(current sequential line number \(st\ -arting with 1\) within a script or function.)144 666 R .078 -(When not in a script or)5.078 F .306(function, the v)144 678 R .306 -(alue substituted is not guaranteed to be meaningful.)-.25 F(If)5.307 E -F2(LINENO)2.807 E F0 .307(is unset, it loses its)2.557 F -(special properties, e)144 690 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(fi)-2.5 -G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1(MA)108 702 Q -(CHTYPE)-.55 E F0 .898(Automatically set to a string that fully describ\ -es the system type on which)144 714 R F1(bash)3.398 E F0 .898(is e)3.398 -F -.15(xe)-.15 G .898(cuting, in).15 F(the standard GNU)144 726 Q F4 -(cpu-company-system)2.5 E F0 2.5(format. The)2.5 F(def)2.5 E -(ault is system-dependent.)-.1 E(GNU Bash 4.3)72 768 Q(2014 February 2) -141.79 E(12)190.95 E 0 Cg EP +(HOSTN)108 702 Q(AME)-.2 E F0 +(Automatically set to the name of the current host.)144 714 Q +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(12)192.055 E 0 Cg EP %%Page: 13 13 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(MAPFILE)108 84 Q F0 .293(An array v)144 96 -R .293(ariable \(see)-.25 F F1(Arrays)2.793 E F0(belo)2.793 E .293 -(w\) created to hold the te)-.25 F .294(xt read by the)-.15 F F1 -(map\214le)2.794 E F0 -.2(bu)2.794 G .294(iltin when no).2 F -.25(va)144 -108 S(riable name is supplied.).25 E F1(OLDPWD)108 120 Q F0(The pre)144 -132 Q(vious w)-.25 E(orking directory as set by the)-.1 E F1(cd)2.5 E F0 -(command.)2.5 E F1(OPT)108 144 Q(ARG)-.9 E F0 1.627(The v)144 156 R -1.627(alue of the last option ar)-.25 F 1.627(gument processed by the) --.18 F F1(getopts)4.127 E F0 -.2(bu)4.127 G 1.626(iltin command \(see).2 -F/F2 9/Times-Bold@0 SF(SHELL)4.126 E -.09(BU)144 168 S(IL).09 E -(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1(OPTIND)108 180 Q F0 -1.651(The inde)144 192 R 4.151(xo)-.15 G 4.151(ft)-4.151 G 1.651(he ne) --4.151 F 1.651(xt ar)-.15 F 1.652(gument to be processed by the)-.18 F -F1(getopts)4.152 E F0 -.2(bu)4.152 G 1.652(iltin command \(see).2 F F2 -(SHELL)4.152 E -.09(BU)144 204 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) -2.25 E(w\).)-.25 E F1(OSTYPE)108 216 Q F0 .329(Automatically set to a s\ -tring that describes the operating system on which)144 228 R F1(bash) -2.829 E F0 .329(is e)2.829 F -.15(xe)-.15 G 2.829(cuting. The).15 F(def) -144 240 Q(ault is system-dependent.)-.1 E F1(PIPEST)108 252 Q -.95(AT) --.9 G(US).95 E F0 .61(An array v)144 264 R .61(ariable \(see)-.25 F F1 -(Arrays)3.11 E F0(belo)3.11 E .61(w\) containing a list of e)-.25 F .61 -(xit status v)-.15 F .61(alues from the processes in)-.25 F -(the most-recently-e)144 276 Q -.15(xe)-.15 G(cuted fore).15 E +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(HOSTTYPE)108 84 Q F0 .222(Automatically set to a string that uniquel\ +y describes the type of machine on which)144 96 R F1(bash)2.723 E F0 +.223(is e)2.723 F -.15(xe)-.15 G(cut-).15 E 2.5(ing. The)144 108 R(def) +2.5 E(ault is system-dependent.)-.1 E F1(LINENO)108 120 Q F0 1.408(Each\ + time this parameter is referenced, the shell substitutes a decimal num\ +ber representing the)144 132 R .078(current sequential line number \(st\ +arting with 1\) within a script or function.)144 144 R .079 +(When not in a script or)5.078 F .307(function, the v)144 156 R .307 +(alue substituted is not guaranteed to be meaningful.)-.25 F(If)5.306 E +/F2 9/Times-Bold@0 SF(LINENO)2.806 E F0 .306(is unset, it loses its) +2.556 F(special properties, e)144 168 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5 +(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)-2.5 E F1(MA) +108 180 Q(CHTYPE)-.55 E F0 .898(Automatically set to a string that full\ +y describes the system type on which)144 192 R F1(bash)3.398 E F0 .899 +(is e)3.398 F -.15(xe)-.15 G .899(cuting, in).15 F(the standard GNU)144 +204 Q/F3 10/Times-Italic@0 SF(cpu-company-system)2.5 E F0 2.5 +(format. The)2.5 F(def)2.5 E(ault is system-dependent.)-.1 E F1(MAPFILE) +108 216 Q F0 .294(An array v)144 228 R .294(ariable \(see)-.25 F F1 +(Arrays)2.794 E F0(belo)2.794 E .294(w\) created to hold the te)-.25 F +.293(xt read by the)-.15 F F1(map\214le)2.793 E F0 -.2(bu)2.793 G .293 +(iltin when no).2 F -.25(va)144 240 S(riable name is supplied.).25 E F1 +(OLDPWD)108 252 Q F0(The pre)144 264 Q(vious w)-.25 E +(orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1 +(OPT)108 276 Q(ARG)-.9 E F0 1.626(The v)144 288 R 1.627 +(alue of the last option ar)-.25 F 1.627(gument processed by the)-.18 F +F1(getopts)4.127 E F0 -.2(bu)4.127 G 1.627(iltin command \(see).2 F F2 +(SHELL)4.127 E -.09(BU)144 300 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) +2.25 E(w\).)-.25 E F1(OPTIND)108 312 Q F0 1.652(The inde)144 324 R 4.152 +(xo)-.15 G 4.152(ft)-4.152 G 1.652(he ne)-4.152 F 1.652(xt ar)-.15 F +1.652(gument to be processed by the)-.18 F F1(getopts)4.151 E F0 -.2(bu) +4.151 G 1.651(iltin command \(see).2 F F2(SHELL)4.151 E -.09(BU)144 336 +S(IL).09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1(OSTYPE)108 +348 Q F0 .329(Automatically set to a string that describes the operatin\ +g system on which)144 360 R F1(bash)2.83 E F0 .33(is e)2.83 F -.15(xe) +-.15 G 2.83(cuting. The).15 F(def)144 372 Q(ault is system-dependent.) +-.1 E F1(PIPEST)108 384 Q -.95(AT)-.9 G(US).95 E F0 .61(An array v)144 +396 R .61(ariable \(see)-.25 F F1(Arrays)3.11 E F0(belo)3.11 E .61 +(w\) containing a list of e)-.25 F .61(xit status v)-.15 F .61 +(alues from the processes in)-.25 F(the most-recently-e)144 408 Q -.15 +(xe)-.15 G(cuted fore).15 E (ground pipeline \(which may contain only a single command\).)-.15 E F1 -(PPID)108 288 Q F0(The process ID of the shell')12.67 E 2.5(sp)-.55 G +(PPID)108 420 Q F0(The process ID of the shell')144 420 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 -F1(PWD)108 300 Q F0(The current w)12.67 E +F1(PWD)108 432 Q F0(The current w)144 432 Q (orking directory as set by the)-.1 E F1(cd)2.5 E F0(command.)2.5 E F1 -(RANDOM)108 312 Q F0 .566 -(Each time this parameter is referenced, a random inte)144 324 R .565 -(ger between 0 and 32767 is generated.)-.15 F(The)5.565 E .01 -(sequence of random numbers may be initialized by assigning a v)144 336 -R .01(alue to)-.25 F F2(RANDOM)2.51 E/F3 9/Times-Roman@0 SF(.)A F0(If) +(RANDOM)108 444 Q F0 .565 +(Each time this parameter is referenced, a random inte)144 456 R .566 +(ger between 0 and 32767 is generated.)-.15 F(The)5.566 E .01 +(sequence of random numbers may be initialized by assigning a v)144 468 +R .01(alue to)-.25 F F2(RANDOM)2.51 E/F4 9/Times-Roman@0 SF(.)A F0(If) 4.51 E F2(RANDOM)2.51 E F0(is)2.26 E -(unset, it loses its special properties, e)144 348 Q -.15(ve)-.25 G 2.5 +(unset, it loses its special properties, e)144 480 Q -.15(ve)-.25 G 2.5 (ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.) --2.5 E F1(READLINE_LINE)108 360 Q F0 1.547(The contents of the)144 372 R +-2.5 E F1(READLINE_LINE)108 492 Q F0 1.546(The contents of the)144 504 R F1 -.18(re)4.047 G(adline).18 E F0 1.547(line b)4.047 F(uf)-.2 E(fer) --.25 E 4.047(,f)-.4 G 1.547(or use with)-4.047 F/F4 10/Courier@0 SF -1.547(bind -x)4.047 F F0(\(see)4.047 E F2 1.546(SHELL B)4.047 F(UIL)-.09 -E 1.546(TIN COM-)-.828 F(MANDS)144 384 Q F0(belo)2.25 E(w\).)-.25 E F1 -(READLINE_POINT)108 396 Q F0 .313 -(The position of the insertion point in the)144 408 R F1 -.18(re)2.813 G +-.25 E 4.047(,f)-.4 G 1.547(or use with)-4.047 F/F5 10/Courier@0 SF +1.547(bind -x)4.047 F F0(\(see)4.047 E F2 1.547(SHELL B)4.047 F(UIL)-.09 +E 1.547(TIN COM-)-.828 F(MANDS)144 516 Q F0(belo)2.25 E(w\).)-.25 E F1 +(READLINE_POINT)108 528 Q F0 .314 +(The position of the insertion point in the)144 540 R F1 -.18(re)2.813 G (adline).18 E F0 .313(line b)2.813 F(uf)-.2 E(fer)-.25 E 2.813(,f)-.4 G -.313(or use with)-2.813 F F4 .314(bind -x)2.814 F F0(\(see)2.814 E F2 -(SHELL)2.814 E -.09(BU)144 420 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) -2.25 E(w\).)-.25 E F1(REPL)108 432 Q(Y)-.92 E F0 -(Set to the line of input read by the)144 444 Q F1 -.18(re)2.5 G(ad).18 +.313(or use with)-2.813 F F5 .313(bind -x)2.813 F F0(\(see)2.813 E F2 +(SHELL)2.813 E -.09(BU)144 552 S(IL).09 E(TIN COMMANDS)-.828 E F0(belo) +2.25 E(w\).)-.25 E F1(REPL)108 564 Q(Y)-.92 E F0 +(Set to the line of input read by the)144 576 Q F1 -.18(re)2.5 G(ad).18 E F0 -.2(bu)2.5 G(iltin command when no ar).2 E(guments are supplied.) --.18 E F1(SECONDS)108 456 Q F0 .795(Each time this parameter is referen\ -ced, the number of seconds since shell in)144 468 R -.2(vo)-.4 G .795 -(cation is returned.).2 F .712(If a v)144 480 R .712 -(alue is assigned to)-.25 F F2(SECONDS)3.212 E F3(,)A F0 .712(the v) +-.18 E F1(SECONDS)108 588 Q F0 .795(Each time this parameter is referen\ +ced, the number of seconds since shell in)144 600 R -.2(vo)-.4 G .795 +(cation is returned.).2 F .713(If a v)144 612 R .712 +(alue is assigned to)-.25 F F2(SECONDS)3.212 E F4(,)A F0 .712(the v) 2.962 F .712(alue returned upon subsequent references is the number)-.25 -F .408(of seconds since the assignment plus the v)144 492 R .408 -(alue assigned.)-.25 F(If)5.408 E F2(SECONDS)2.908 E F0 .407 -(is unset, it loses its special)2.658 F(properties, e)144 504 Q -.15(ve) +F .407(of seconds since the assignment plus the v)144 624 R .408 +(alue assigned.)-.25 F(If)5.408 E F2(SECONDS)2.908 E F0 .408 +(is unset, it loses its special)2.658 F(properties, e)144 636 Q -.15(ve) -.25 G 2.5(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G -(ubsequently reset.)-2.5 E F1(SHELLOPTS)108 516 Q F0 3.262(Ac)144 528 S -.763(olon-separated list of enabled shell options.)-3.262 F .763(Each w) +(ubsequently reset.)-2.5 E F1(SHELLOPTS)108 648 Q F0 3.263(Ac)144 660 S +.763(olon-separated list of enabled shell options.)-3.263 F .763(Each w) 5.763 F .763(ord in the list is a v)-.1 F .763(alid ar)-.25 F .763 -(gument for the)-.18 F F1144 540 Q F0 1.174(option to the)3.674 F -F1(set)3.674 E F0 -.2(bu)3.674 G 1.174(iltin command \(see).2 F F2 1.173 -(SHELL B)3.673 F(UIL)-.09 E 1.173(TIN COMMANDS)-.828 F F0(belo)3.423 E -3.673(w\). The)-.25 F(options)3.673 E .019(appearing in)144 552 R F2 -(SHELLOPTS)2.519 E F0 .019(are those reported as)2.269 F/F5 10 -/Times-Italic@0 SF(on)2.749 E F0(by)2.759 E F1 .019(set \255o)2.519 F F0 -5.019(.I)C 2.519(ft)-5.019 G .019(his v)-2.519 F .02 -(ariable is in the en)-.25 F(vironment)-.4 E(when)144 564 Q F1(bash) -3.142 E F0 .642(starts up, each shell option in the list will be enable\ -d before reading an)3.142 F 3.141(ys)-.15 G .641(tartup \214les.)-3.141 -F(This v)144 576 Q(ariable is read-only)-.25 E(.)-.65 E F1(SHL)108 588 Q -(VL)-.92 E F0(Incremented by one each time an instance of)144 600 Q F1 -(bash)2.5 E F0(is started.)2.5 E F1(UID)108 612 Q F0 -(Expands to the user ID of the current user)17.67 E 2.5(,i)-.4 G +(gument for the)-.18 F F1144 672 Q F0 1.173(option to the)3.673 F +F1(set)3.673 E F0 -.2(bu)3.673 G 1.173(iltin command \(see).2 F F2 1.174 +(SHELL B)3.674 F(UIL)-.09 E 1.174(TIN COMMANDS)-.828 F F0(belo)3.424 E +3.674(w\). The)-.25 F(options)3.674 E .02(appearing in)144 684 R F2 +(SHELLOPTS)2.52 E F0 .019(are those reported as)2.27 F F3(on)2.749 E F0 +(by)2.759 E F1 .019(set \255o)2.519 F F0 5.019(.I)C 2.519(ft)-5.019 G +.019(his v)-2.519 F .019(ariable is in the en)-.25 F(vironment)-.4 E +(when)144 696 Q F1(bash)3.141 E F0 .642(starts up, each 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 708 Q(ariable is read-only)-.25 E +(.)-.65 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(13)192.055 E 0 +Cg EP +%%Page: 14 14 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(SHL)108 84 Q(VL)-.92 E F0 +(Incremented by one each time an instance of)144 96 Q F1(bash)2.5 E F0 +(is started.)2.5 E F1(UID)108 108 Q F0 +(Expands to the user ID of the current user)144 108 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 628.8 R .993(wing v)-.25 F .994 +E(.)-.65 E .994(The follo)108 124.8 R .994(wing v)-.25 F .994 (ariables are used by the shell.)-.25 F .994(In some cases,)5.994 F F1 -(bash)3.494 E F0 .994(assigns a def)3.494 F .994(ault v)-.1 F .994 -(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 640.8 -Q -.65(w.)-.25 G F1 -.3(BA)108 657.6 S(SH_COMP).3 E -.95(AT)-.74 G F0 -1.193(The v)144 669.6 R 1.193(alue is used to set the shell')-.25 F -3.693(sc)-.55 G 1.192(ompatibility le)-3.693 F -.15(ve)-.25 G 3.692 -(l. See).15 F 1.192(the description of the)3.692 F F1(shopt)3.692 E F0 --.2(bu)3.692 G(iltin).2 E(belo)144 681.6 Q 2.871(wu)-.25 G(nder)-2.871 E -F1 .371(SHELL B)2.871 F(UIL)-.1 E .371(TIN COMMANDS)-.92 F F0 .372 -(for a description of the v)2.872 F .372(arious compatibility le)-.25 F -(v-)-.25 E .361(els and their ef)144 693.6 R 2.861(fects. The)-.25 F --.25(va)2.861 G .361 -(lue may be a decimal number \(e.g., 4.2\) or an inte).25 F .36 -(ger \(e.g., 42\) corre-)-.15 F 1.75 -(sponding to the desired compatibility le)144 705.6 R -.15(ve)-.25 G -4.251(l. If).15 F F1 -.3(BA)4.251 G(SH_COMP).3 E -.95(AT)-.74 G F0 1.751 +(bash)3.494 E F0 .994(assigns a def)3.494 F .994(ault v)-.1 F .993 +(alue to a v)-.25 F(ariable;)-.25 E(these cases are noted belo)108 136.8 +Q -.65(w.)-.25 G F1 -.3(BA)108 153.6 S(SH_COMP).3 E -.95(AT)-.74 G F0 +1.192(The v)144 165.6 R 1.192(alue is used to set the shell')-.25 F +3.692(sc)-.55 G 1.193(ompatibility le)-3.692 F -.15(ve)-.25 G 3.693 +(l. See).15 F 1.193(the description of the)3.693 F F1(shopt)3.693 E F0 +-.2(bu)3.693 G(iltin).2 E(belo)144 177.6 Q 2.872(wu)-.25 G(nder)-2.872 E +F1 .372(SHELL B)2.872 F(UIL)-.1 E .372(TIN COMMANDS)-.92 F F0 .372 +(for a description of the v)2.872 F .371(arious compatibility le)-.25 F +(v-)-.25 E .36(els and their ef)144 189.6 R 2.86(fects. The)-.25 F -.25 +(va)2.86 G .361(lue may be a decimal number \(e.g., 4.2\) or an inte).25 +F .361(ger \(e.g., 42\) corre-)-.15 F 1.751 +(sponding to the desired compatibility le)144 201.6 R -.15(ve)-.25 G +4.251(l. If).15 F F1 -.3(BA)4.251 G(SH_COMP).3 E -.95(AT)-.74 G F0 1.75 (is unset or set to the empty)5.201 F .578(string, the compatibility le) -144 717.6 R -.15(ve)-.25 G 3.078(li).15 G 3.078(ss)-3.078 G .578 +144 213.6 R -.15(ve)-.25 G 3.078(li).15 G 3.078(ss)-3.078 G .578 (et to the def)-3.078 F .578(ault for the current v)-.1 F 3.078 (ersion. If)-.15 F F1 -.3(BA)3.078 G(SH_COMP).3 E -.95(AT)-.74 G F0(is) -4.028 E .248(set to a v)144 729.6 R .248(alue that is not one of the v) --.25 F .248(alid compatibility le)-.25 F -.15(ve)-.25 G .249 -(ls, the shell prints an error message and).15 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(13)190.95 E 0 Cg EP -%%Page: 14 14 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 1.12(sets the compatibility le)144 84 R -.15(ve)-.25 G 3.62(lt) -.15 G 3.619(ot)-3.62 G 1.119(he def)-3.619 F 1.119 -(ault for the current v)-.1 F 3.619(ersion. The)-.15 F -.25(va)3.619 G -1.119(lid compatibility le).25 F -.15(ve)-.25 G(ls).15 E .575 -(correspond to the compatibility options accepted by the)144 96 R/F1 10 -/Times-Bold@0 SF(shopt)3.075 E F0 -.2(bu)3.076 G .576 -(iltin described belo).2 F 3.076(w\()-.25 G .576(for e)-3.076 F(xam-) --.15 E(ple,)144 108 Q F1(compat42)2.5 E F0(means that 4.2 and 42 are v) -2.5 E(alid v)-.25 E 2.5(alues\). The)-.25 F(current v)2.5 E -(ersion is also a v)-.15 E(alid v)-.25 E(alue.)-.25 E F1 -.3(BA)108 120 -S(SH_ENV).3 E F0 .506(If this parameter is set when)144 132 R F1(bash) -3.006 E F0 .506(is e)3.006 F -.15(xe)-.15 G .505 -(cuting a shell script, its v).15 F .505 -(alue is interpreted as a \214lename)-.25 F .354 -(containing commands to initialize the shell, as in)144 144 R/F2 10 -/Times-Italic@0 SF(~/.bashr)2.855 E(c)-.37 E F0 5.355(.T).31 G .355 -(he v)-5.355 F .355(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.855 G -(SH_ENV).27 E F0 .355(is subjected)2.605 F .525(to parameter e)144 156 R -.525(xpansion, command substitution, and arithmetic e)-.15 F .525 -(xpansion before being interpreted)-.15 F(as a \214lename.)144 168 Q F3 --.666(PA)5 G(TH)-.189 E F0 +4.028 E .249(set to a v)144 225.6 R .249(alue that is not one of the v) +-.25 F .248(alid compatibility le)-.25 F -.15(ve)-.25 G .248 +(ls, the shell prints an error message and).15 F 1.119 +(sets the compatibility le)144 237.6 R -.15(ve)-.25 G 3.619(lt).15 G +3.619(ot)-3.619 G 1.119(he def)-3.619 F 1.119(ault for the current v)-.1 +F 3.62(ersion. The)-.15 F -.25(va)3.62 G 1.12(lid compatibility le).25 F +-.15(ve)-.25 G(ls).15 E .576 +(correspond to the compatibility options accepted by the)144 249.6 R F1 +(shopt)3.075 E F0 -.2(bu)3.075 G .575(iltin described belo).2 F 3.075 +(w\()-.25 G .575(for e)-3.075 F(xam-)-.15 E(ple,)144 261.6 Q F1 +(compat42)2.5 E F0(means that 4.2 and 42 are v)2.5 E(alid v)-.25 E 2.5 +(alues\). The)-.25 F(current v)2.5 E(ersion is also a v)-.15 E(alid v) +-.25 E(alue.)-.25 E F1 -.3(BA)108 273.6 S(SH_ENV).3 E F0 .505 +(If this parameter is set when)144 285.6 R F1(bash)3.005 E F0 .505(is e) +3.005 F -.15(xe)-.15 G .506(cuting a shell script, its v).15 F .506 +(alue is interpreted as a \214lename)-.25 F .355 +(containing commands to initialize the shell, as in)144 297.6 R/F2 10 +/Times-Italic@0 SF(~/.bashr)2.855 E(c)-.37 E F0 5.354(.T).31 G .354 +(he v)-5.354 F .354(alue of)-.25 F/F3 9/Times-Bold@0 SF -.27(BA)2.854 G +(SH_ENV).27 E F0 .354(is subjected)2.604 F .525(to parameter e)144 309.6 +R .525(xpansion, command substitution, and arithmetic e)-.15 F .525 +(xpansion before being interpreted)-.15 F(as a \214lename.)144 321.6 Q +F3 -.666(PA)5 G(TH)-.189 E F0 (is not used to search for the resultant \214lename.)2.25 E F1 -.3(BA) -108 180 S(SH_XTRA).3 E(CEFD)-.55 E F0 .48(If set to an inte)144 192 R -.48(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 F -(,)-.4 E F1(bash)2.981 E F0 .481(will write the trace output gener)2.981 -F(-)-.2 E 3.114(ated when)144 204 R/F4 10/Courier@0 SF 3.114(set -x) +108 333.6 S(SH_XTRA).3 E(CEFD)-.55 E F0 .481(If set to an inte)144 345.6 +R .481(ger corresponding to a v)-.15 F .481(alid \214le descriptor)-.25 +F(,)-.4 E F1(bash)2.98 E F0 .48(will write the trace output gener)2.98 F +(-)-.2 E 3.114(ated when)144 357.6 R/F4 10/Courier@0 SF 3.114(set -x) 5.614 F F0 3.114(is enabled to that \214le descriptor)5.614 F 8.114(.T) -.55 G 3.114(he \214le descriptor is closed when)-8.114 F F3 -.27(BA)144 -216 S(SH_XTRA).27 E(CEFD)-.495 E F0 .138(is unset or assigned a ne)2.388 -F 2.638(wv)-.25 G 2.638(alue. Unsetting)-2.888 F F3 -.27(BA)2.638 G -(SH_XTRA).27 E(CEFD)-.495 E F0 .138(or assigning it)2.388 F 2.531(the e\ -mpty string causes the trace output to be sent to the standard error)144 -228 R 7.53(.N)-.55 G 2.53(ote that setting)-7.53 F F3 -.27(BA)144 240 S -(SH_XTRA).27 E(CEFD)-.495 E F0 .74(to 2 \(the standard error \214le des\ -criptor\) and then unsetting it will result in the)2.99 F -(standard error being closed.)144 252 Q F1(CDP)108 264 Q -.95(AT)-.74 G -(H).95 E F0 1.248(The search path for the)144 276 R F1(cd)3.748 E F0 -3.748(command. This)3.748 F 1.247 -(is a colon-separated list of directories in which the)3.748 F 3.795 -(shell looks for destination directories speci\214ed by the)144 288 R F1 -(cd)6.295 E F0 6.296(command. A)6.296 F 3.796(sample v)6.296 F 3.796 -(alue is)-.25 F F4(".:~:/usr")144 300 Q F0(.)A F1(CHILD_MAX)108 312 Q F0 -.997(Set the number of e)144 324 R .997(xited child status v)-.15 F .997 -(alues for the shell to remember)-.25 F 5.997(.B)-.55 G .997 -(ash will not allo)-5.997 F 3.497(wt)-.25 G(his)-3.497 E -.25(va)144 336 -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 348 Q +369.6 S(SH_XTRA).27 E(CEFD)-.495 E F0 .138(is unset or assigned a ne) +2.388 F 2.638(wv)-.25 G 2.638(alue. Unsetting)-2.888 F F3 -.27(BA)2.638 +G(SH_XTRA).27 E(CEFD)-.495 E F0 .138(or assigning it)2.388 F 2.531(the \ +empty string causes the trace output to be sent to the standard error) +144 381.6 R 7.531(.N)-.55 G 2.531(ote that setting)-7.531 F F3 -.27(BA) +144 393.6 S(SH_XTRA).27 E(CEFD)-.495 E F0 .74(to 2 \(the standard error\ + \214le descriptor\) and then unsetting it will result in the)2.991 F +(standard error being closed.)144 405.6 Q F1(CDP)108 417.6 Q -.95(AT) +-.74 G(H).95 E F0 1.247(The search path for the)144 429.6 R F1(cd)3.747 +E F0 3.747(command. This)3.747 F 1.248 +(is a colon-separated list of directories in which the)3.747 F 3.796 +(shell looks for destination directories speci\214ed by the)144 441.6 R +F1(cd)6.295 E F0 6.295(command. A)6.295 F 3.795(sample v)6.295 F 3.795 +(alue is)-.25 F F4(".:~:/usr")144 453.6 Q F0(.)A F1(CHILD_MAX)108 465.6 +Q F0 .997(Set the number of e)144 477.6 R .997(xited child status v)-.15 +F .997(alues for the shell to remember)-.25 F 5.997(.B)-.55 G .997 +(ash will not allo)-5.997 F 3.498(wt)-.25 G(his)-3.498 E -.25(va)144 +489.6 S 1.078(lue to be decreased belo).25 F 3.577(waP)-.25 G 1.077 +(OSIX-mandated minimum, and there is a maximum v)-3.577 F 1.077 +(alue \(cur)-.25 F(-)-.2 E(rently 8192\) that this may not e)144 501.6 Q 2.5(xceed. The)-.15 F(minimum v)2.5 E(alue is system-dependent.)-.25 E -F1(COLUMNS)108 360 Q F0 .829(Used by the)144 372 R F1(select)3.329 E F0 -.828(compound command to determine the terminal width when printing sel\ -ection)3.329 F 4.506(lists. Automatically)144 384 R 2.006(set if the) -4.506 F F1(checkwinsize)4.506 E F0 2.007 -(option is enabled or in an interacti)4.506 F 2.307 -.15(ve s)-.25 H -2.007(hell upon).15 F(receipt of a)144 396 Q F3(SIGWINCH)2.5 E/F5 9 -/Times-Roman@0 SF(.)A F1(COMPREPL)108 408 Q(Y)-.92 E F0 .848(An array v) -144 420 R .848(ariable from which)-.25 F F1(bash)3.348 E F0 .848 -(reads the possible completions generated by a shell function)3.348 F -(in)144 432 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt)-2.785 G -.285(he programmable completion f)-2.785 F .285(acility \(see)-.1 F F1 -(Pr)2.785 E .285(ogrammable Completion)-.18 F F0(belo)2.785 E 2.785 -(w\). Each)-.25 F(array element contains one possible completion.)144 -444 Q F1(EMA)108 456 Q(CS)-.55 E F0(If)144 468 Q F1(bash)2.536 E F0 .036 -(\214nds this v)2.536 F .036(ariable in the en)-.25 F .036 -(vironment when the shell starts with v)-.4 F(alue)-.25 E F4(t)2.535 E -F0 2.535(,i)C 2.535(ta)-2.535 G .035(ssumes that the)-2.535 F -(shell is running in an Emacs shell b)144 480 Q(uf)-.2 E -(fer and disables line editing.)-.25 E F1(ENV)108 492 Q F0(Similar to) -14.89 E F3 -.27(BA)2.5 G(SH_ENV).27 E F5(;)A F0 +F1(COLUMNS)108 513.6 Q F0 .828(Used by the)144 525.6 R F1(select)3.328 E +F0 .829(compound command to determine the terminal width when printing \ +selection)3.328 F 4.507(lists. Automatically)144 537.6 R 2.007 +(set if the)4.507 F F1(checkwinsize)4.507 E F0 2.006 +(option is enabled or in an interacti)4.507 F 2.306 -.15(ve s)-.25 H +2.006(hell upon).15 F(receipt of a)144 549.6 Q F3(SIGWINCH)2.5 E/F5 9 +/Times-Roman@0 SF(.)A F1(COMPREPL)108 561.6 Q(Y)-.92 E F0 .847 +(An array v)144 573.6 R .848(ariable from which)-.25 F F1(bash)3.348 E +F0 .848(reads the possible completions generated by a shell function) +3.348 F(in)144 585.6 Q -.2(vo)-.4 G -.1(ke).2 G 2.785(db).1 G 2.785(yt) +-2.785 G .285(he programmable completion f)-2.785 F .285(acility \(see) +-.1 F F1(Pr)2.785 E .285(ogrammable Completion)-.18 F F0(belo)2.785 E +2.785(w\). Each)-.25 F(array element contains one possible completion.) +144 597.6 Q F1(EMA)108 609.6 Q(CS)-.55 E F0(If)144 621.6 Q F1(bash)2.535 +E F0 .035(\214nds this v)2.535 F .035(ariable in the en)-.25 F .036 +(vironment when the shell starts with v)-.4 F(alue)-.25 E F4(t)2.536 E +F0 2.536(,i)C 2.536(ta)-2.536 G .036(ssumes that the)-2.536 F +(shell is running in an Emacs shell b)144 633.6 Q(uf)-.2 E +(fer and disables line editing.)-.25 E F1(ENV)108 645.6 Q F0(Similar to) +144 645.6 Q F3 -.27(BA)2.5 G(SH_ENV).27 E F5(;)A F0 (used when the shell is in)2.25 E -.2(vo)-.4 G -.1(ke).2 G 2.5(di).1 G -2.5(nP)-2.5 G(OSIX mode.)-2.5 E F1(FCEDIT)108 504 Q F0(The def)144 516 Q -(ault editor for the)-.1 E F1(fc)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 -E F1(FIGNORE)108 528 Q F0 2.598(Ac)144 540 S .098 -(olon-separated list of suf)-2.598 F<8c78>-.25 E .098 -(es to ignore when performing \214lename completion \(see)-.15 F F3 -(READLINE)2.599 E F0(belo)144 552 Q 2.705(w\). A)-.25 F .205 -(\214lename whose suf)2.705 F .205(\214x matches one of the entries in) --.25 F F3(FIGNORE)2.705 E F0 .205(is e)2.455 F .204 -(xcluded from the list)-.15 F(of matched \214lenames.)144 564 Q 2.5(As)5 -G(ample v)-2.5 E(alue is)-.25 E F4(".o:~")2.5 E F0(.)A F1(FUNCNEST)108 -576 Q F0 1.78(If set to a numeric v)144 588 R 1.78 -(alue greater than 0, de\214nes a maximum function nesting le)-.25 F --.15(ve)-.25 G 4.28(l. Function).15 F(in)144 600 Q -.2(vo)-.4 G -(cations that e).2 E(xceed this nesting le)-.15 E -.15(ve)-.25 G 2.5(lw) -.15 G(ill cause the current command to abort.)-2.5 E F1(GLOBIGNORE)108 -612 Q F0 3.118(Ac)144 624 S .618(olon-separated list of patterns de\214\ -ning the set of \214lenames to be ignored by pathname e)-3.118 F(xpan-) --.15 E 3.131(sion. If)144 636 R 3.132<618c>3.131 G .632 -(lename matched by a pathname e)-3.132 F .632 -(xpansion pattern also matches one of the patterns in)-.15 F F3 -(GLOBIGNORE)144 648 Q F5(,)A F0(it is remo)2.25 E -.15(ve)-.15 G 2.5(df) -.15 G(rom the list of matches.)-2.5 E F1(HISTCONTR)108 660 Q(OL)-.3 E F0 -2.654(Ac)144 672 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 684 R .49(alues includes) --.25 F F2(ignor)2.99 E(espace)-.37 E F0 2.99(,l).18 G .49(ines which be) --2.99 F .491(gin with a)-.15 F F1(space)2.991 E F0 .491 -(character are not sa)2.991 F -.15(ve)-.2 G 2.991(di).15 G 2.991(nt) --2.991 G .491(he his-)-2.991 F .558(tory list.)144 696 R 3.058(Av)5.558 -G .558(alue of)-3.308 F F2(ignor)3.068 E(edups)-.37 E F0 .558 -(causes lines matching the pre)3.328 F .557 -(vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.958 -(Av)144 708 S .458(alue of)-3.208 F F2(ignor)2.968 E(eboth)-.37 E F0 -.458(is shorthand for)3.238 F F2(ignor)2.959 E(espace)-.37 E F0(and) -2.959 E F2(ignor)2.959 E(edups)-.37 E F0 5.459(.A)C -.25(va)-2.5 G .459 -(lue of).25 F F2(er)2.959 E(asedups)-.15 E F0(causes)2.959 E .699 -(all pre)144 720 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 -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(14)190.95 E 0 Cg EP +2.5(nP)-2.5 G(OSIX mode.)-2.5 E F1(EXECIGNORE)108 657.6 Q F0 2.717(Ac) +144 669.6 S .217(olon-separated list of shell patterns \(see)-2.717 F F1 +-.1(Pa)2.717 G(tter).1 E 2.717(nM)-.15 G(atching)-2.717 E F0 2.717(\)d)C +.216(e\214ning the list of \214lenames to be)-2.717 F .116 +(ignored by command search using)144 681.6 R F1 -.74(PA)2.616 G(TH)-.21 +E F0 5.116(.F)C .117 +(iles whose full pathnames match one of these patterns)-5.116 F 1.433 +(are not considered e)144 693.6 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 F1 -.74(PA)144 705.6 S(TH)-.21 E F0 +2.908(lookup. This)2.908 F .408(does not af)2.908 F .408(fect the beha) +-.25 F .408(vior of the)-.2 F F1([)2.908 E F0(,)A F1(test)2.908 E F0 +2.908(,a)C(nd)-2.908 E F1([[)2.908 E F0 2.909(commands. Full)2.908 F +(pathnames)2.909 E .364(in the command hash table are not subject to)144 +717.6 R F1(EXECIGNORE)2.864 E F0 5.364(.U)C .364(se this v)-5.364 F .364 +(ariable to ignore shared)-.25 F 1.37(library \214les that ha)144 729.6 +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(GNU Bash 4.4)72 +768 Q(2016 August 26)142.895 E(14)192.055 E 0 Cg EP %%Page: 15 15 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(sa)144 84 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/F1 9/Times-Bold@0 SF(HISTCONTR)2.763 E -(OL)-.27 E F0 .264(is unset, or does not include)2.513 F 2.942(av)144 96 -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 F1(HISTIGNORE)144 108 Q/F2 9/Times-Roman@0 -SF(.)A F0 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 -120 Q -.05(ga)-.15 G(rdless of the v).05 E(alue of)-.25 E F1(HISTCONTR) -2.5 E(OL)-.27 E F2(.)A/F3 10/Times-Bold@0 SF(HISTFILE)108 132 Q F0 .181 -(The name of the \214le in which command history is sa)144 144 R -.15 -(ve)-.2 G 2.681(d\().15 G(see)-2.681 E F1(HIST)2.681 E(OR)-.162 E(Y) --.315 E F0(belo)2.431 E 2.681(w\). The)-.25 F(def)2.681 E .181(ault v) --.1 F(alue)-.25 E(is)144 156 Q/F4 10/Times-Italic@0 SF(~/.bash_history) -2.5 E F0 5(.I)C 2.5(fu)-5 G(nset, the command history is not sa)-2.5 E --.15(ve)-.2 G 2.5(dw).15 G(hen a shell e)-2.5 E(xits.)-.15 E F3 -(HISTFILESIZE)108 168 Q F0 1.622 -(The maximum number of lines contained in the history \214le.)144 180 R -1.623(When this v)6.623 F 1.623(ariable is assigned a)-.25 F -.25(va)144 -192 S .932(lue, the history \214le is truncated, if necessary).25 F -3.432(,t)-.65 G 3.432(oc)-3.432 G .932 -(ontain no more than that number of lines by)-3.432 F(remo)144 204 Q .87 -(ving the oldest entries.)-.15 F .871(The history \214le is also trunca\ -ted to this size after writing it when a)5.87 F 1.245(shell e)144 216 R -3.745(xits. If)-.15 F 1.244(the v)3.744 F 1.244 -(alue is 0, the history \214le is truncated to zero size.)-.25 F 1.244 -(Non-numeric v)6.244 F 1.244(alues and)-.25 F 1.021(numeric v)144 228 R +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(honors the setting of the)144 84 Q/F1 10/Times-Bold@0 SF(extglob)2.5 E +F0(shell option.)2.5 E F1(FCEDIT)108 96 Q F0(The def)144 108 Q +(ault editor for the)-.1 E F1(fc)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 +E F1(FIGNORE)108 120 Q F0 2.599(Ac)144 132 S .098 +(olon-separated list of suf)-2.599 F<8c78>-.25 E .098 +(es to ignore when performing \214lename completion \(see)-.15 F/F2 9 +/Times-Bold@0 SF(READLINE)2.598 E F0(belo)144 144 Q 2.704(w\). A)-.25 F +.204(\214lename whose suf)2.704 F .205 +(\214x matches one of the entries in)-.25 F F2(FIGNORE)2.705 E F0 .205 +(is e)2.455 F .205(xcluded from the list)-.15 F(of matched \214lenames.) +144 156 Q 2.5(As)5 G(ample v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF +(".o:~")2.5 E F0(.)A F1(FUNCNEST)108 168 Q F0 .231 +(If set to a numeric v)144 180 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 192 Q(xceed this nesting le)-.15 E -.15(ve)-.25 G +2.5(lw).15 G(ill cause the current command to abort.)-2.5 E F1 +(GLOBIGNORE)108 204 Q F0 3.118(Ac)144 216 S .618(olon-separated list of\ + patterns de\214ning the set of \214lenames to be ignored by pathname e) +-3.118 F(xpan-)-.15 E 3.132(sion. If)144 228 R 3.132<618c>3.132 G .632 +(lename matched by a pathname e)-3.132 F .632 +(xpansion pattern also matches one of the patterns in)-.15 F F2 +(GLOBIGNORE)144 240 Q/F4 9/Times-Roman@0 SF(,)A F0(it is remo)2.25 E +-.15(ve)-.15 G 2.5(df).15 G(rom the list of matches.)-2.5 E F1 +(HISTCONTR)108 252 Q(OL)-.3 E F0 2.653(Ac)144 264 S .153 +(olon-separated list of v)-2.653 F .153(alues controlling ho)-.25 F +2.653(wc)-.25 G .153(ommands are sa)-2.653 F -.15(ve)-.2 G 2.653(do).15 +G 2.653(nt)-2.653 G .153(he history list.)-2.653 F .154(If the list) +5.153 F .491(of v)144 276 R .491(alues includes)-.25 F/F5 10 +/Times-Italic@0 SF(ignor)2.991 E(espace)-.37 E F0 2.991(,l).18 G .491 +(ines which be)-2.991 F .491(gin with a)-.15 F F1(space)2.991 E F0 .49 +(character are not sa)2.991 F -.15(ve)-.2 G 2.99(di).15 G 2.99(nt)-2.99 +G .49(he his-)-2.99 F .557(tory list.)144 288 R 3.057(Av)5.557 G .557 +(alue of)-3.307 F F5(ignor)3.067 E(edups)-.37 E F0 .557 +(causes lines matching the pre)3.327 F .558 +(vious history entry to not be sa)-.25 F -.15(ve)-.2 G(d.).15 E 2.959 +(Av)144 300 S .459(alue of)-3.209 F F5(ignor)2.969 E(eboth)-.37 E F0 +.459(is shorthand for)3.239 F F5(ignor)2.959 E(espace)-.37 E F0(and) +2.959 E F5(ignor)2.958 E(edups)-.37 E F0 5.458(.A)C -.25(va)-2.5 G .458 +(lue of).25 F F5(er)2.958 E(asedups)-.15 E F0(causes)2.958 E .698 +(all pre)144 312 R .698 +(vious lines matching the current line to be remo)-.25 F -.15(ve)-.15 G +3.198(df).15 G .699(rom the history list before that line is)-3.198 F +(sa)144 324 Q -.15(ve)-.2 G 2.764(d. An).15 F 2.764(yv)-.15 G .264 +(alue not in the abo)-3.014 F .563 -.15(ve l)-.15 H .263 +(ist is ignored.).15 F(If)5.263 E F2(HISTCONTR)2.763 E(OL)-.27 E F0 .263 +(is unset, or does not include)2.513 F 2.941(av)144 336 S .441(alid v) +-3.191 F .441(alue, all lines read by the shell parser are sa)-.25 F +-.15(ve)-.2 G 2.942(do).15 G 2.942(nt)-2.942 G .442 +(he history list, subject to the v)-2.942 F .442(alue of)-.25 F F2 +(HISTIGNORE)144 348 Q F4(.)A F0 1.981(The second and subsequent lines o\ +f a multi-line compound command are not)6.482 F +(tested, and are added to the history re)144 360 Q -.05(ga)-.15 G +(rdless of the v).05 E(alue of)-.25 E F2(HISTCONTR)2.5 E(OL)-.27 E F4(.) +A F1(HISTFILE)108 372 Q F0 .181 +(The name of the \214le in which command history is sa)144 384 R -.15 +(ve)-.2 G 2.681(d\().15 G(see)-2.681 E F2(HIST)2.681 E(OR)-.162 E(Y) +-.315 E F0(belo)2.431 E 2.682(w\). The)-.25 F(def)2.682 E .182(ault v) +-.1 F(alue)-.25 E(is)144 396 Q F5(~/.bash_history)2.5 E F0 5(.I)C 2.5 +(fu)-5 G(nset, the command history is not sa)-2.5 E -.15(ve)-.2 G 2.5 +(dw).15 G(hen a shell e)-2.5 E(xits.)-.15 E F1(HISTFILESIZE)108 408 Q F0 +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 .931(lue, the history \214le is truncated, if necessary) +.25 F 3.432(,t)-.65 G 3.432(oc)-3.432 G .932 +(ontain no more than that number of lines by)-3.432 F(remo)144 444 Q +.871(ving the oldest entries.)-.15 F .87(The history \214le is also tru\ +ncated to this size after writing it when a)5.871 F 1.244(shell e)144 +456 R 3.744(xits. If)-.15 F 1.244(the v)3.744 F 1.244 +(alue is 0, the history \214le is truncated to zero size.)-.25 F 1.245 +(Non-numeric v)6.244 F 1.245(alues and)-.25 F 1.022(numeric v)144 468 R 1.022(alues less than zero inhibit truncation.)-.25 F 1.022 (The shell sets the def)6.022 F 1.022(ault v)-.1 F 1.022(alue to the v) --.25 F 1.022(alue of)-.25 F F3(HISTSIZE)144 240 Q F0(after reading an) -2.5 E 2.5(ys)-.15 G(tartup \214les.)-2.5 E F3(HISTIGNORE)108 252 Q F0 -2.658(Ac)144 264 S .158(olon-separated list of patterns used to decide \ -which command lines should be sa)-2.658 F -.15(ve)-.2 G 2.657(do).15 G -2.657(nt)-2.657 G .157(he his-)-2.657 F .707(tory list.)144 276 R .707 -(Each pattern is anchored at the be)5.707 F .708 -(ginning of the line and must match the complete line)-.15 F .626 -(\(no implicit `)144 288 R F3(*)A F0 3.126('i)C 3.126(sa)-3.126 G 3.126 -(ppended\). Each)-3.126 F .626(pattern is tested ag)3.126 F .625 -(ainst the line after the checks speci\214ed by)-.05 F F1(HISTCONTR)144 -300 Q(OL)-.27 E F0 1.793(are applied.)4.043 F 1.793 +-.25 F 1.021(alue of)-.25 F F1(HISTSIZE)144 480 Q F0(after reading an) +2.5 E 2.5(ys)-.15 G(tartup \214les.)-2.5 E F1(HISTIGNORE)108 492 Q F0 +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 .708(tory list.)144 516 R .708 +(Each pattern is anchored at the be)5.708 F .707 +(ginning of the line and must match the complete line)-.15 F .625 +(\(no implicit `)144 528 R F1(*)A F0 3.125('i)C 3.125(sa)-3.125 G 3.125 +(ppended\). Each)-3.125 F .626(pattern is tested ag)3.125 F .626 +(ainst the line after the checks speci\214ed by)-.05 F F2(HISTCONTR)144 +540 Q(OL)-.27 E F0 1.793(are applied.)4.043 F 1.793 (In addition to the normal shell pattern matching characters, `)6.793 F -F3(&)A F0(')A 2.515(matches the pre)144 312 R 2.515(vious history line.) --.25 F(`)7.514 E F3(&)A F0 5.014('m)C 2.514 -(ay be escaped using a backslash; the backslash is)-5.014 F(remo)144 324 -Q -.15(ve)-.15 G 3.352(db).15 G .852(efore attempting a match.)-3.352 F +F1(&)A F0(')A 2.514(matches the pre)144 552 R 2.514(vious history line.) +-.25 F(`)7.514 E F1(&)A F0 5.014('m)C 2.514 +(ay be escaped using a backslash; the backslash is)-5.014 F(remo)144 564 +Q -.15(ve)-.15 G 3.353(db).15 G .853(efore attempting a match.)-3.353 F .852(The second and subsequent lines of a multi-line compound)5.852 F -(command are not tested, and are added to the history re)144 336 Q -.05 -(ga)-.15 G(rdless of the v).05 E(alue of)-.25 E F1(HISTIGNORE)2.5 E F2 -(.)A F3(HISTSIZE)108 348 Q F0 1.387 -(The number of commands to remember in the command history \(see)144 360 -R F1(HIST)3.887 E(OR)-.162 E(Y)-.315 E F0(belo)3.637 E 3.887(w\). If) --.25 F(the)3.887 E -.25(va)144 372 S 1.32(lue is 0, commands are not sa) +1.269(command are not tested, and are added to the history re)144 576 R +-.05(ga)-.15 G 1.269(rdless of the v).05 F 1.269(alue of)-.25 F F2 +(HISTIGNORE)3.77 E F4(.)A F0 +(The pattern matching honors the setting of the)144 588 Q F1(extglob)2.5 +E F0(shell option.)2.5 E F1(HISTSIZE)108 600 Q F0 1.387 +(The number of commands to remember in the command history \(see)144 612 +R F2(HIST)3.887 E(OR)-.162 E(Y)-.315 E F0(belo)3.637 E 3.887(w\). If) +-.25 F(the)3.887 E -.25(va)144 624 S 1.32(lue is 0, commands are not sa) .25 F -.15(ve)-.2 G 3.82(di).15 G 3.821(nt)-3.82 G 1.321 (he history list.)-3.821 F 1.321(Numeric v)6.321 F 1.321 -(alues less than zero result in)-.25 F -2.15 -.25(ev e)144 384 T .437 +(alues less than zero result in)-.25 F -2.15 -.25(ev e)144 636 T .437 (ry command being sa).25 F -.15(ve)-.2 G 2.937(do).15 G 2.937(nt)-2.937 G .437(he history list \(there is no limit\).)-2.937 F .436 (The shell sets the def)5.436 F .436(ault v)-.1 F(alue)-.25 E -(to 500 after reading an)144 396 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E -F3(HISTTIMEFORMA)108 408 Q(T)-.95 E F0 .951(If this v)144 420 R .951 +(to 500 after reading an)144 648 Q 2.5(ys)-.15 G(tartup \214les.)-2.5 E +F1(HISTTIMEFORMA)108 660 Q(T)-.95 E F0 .951(If this v)144 672 R .951 (ariable is set and not null, its v)-.25 F .952 -(alue is used as a format string for)-.25 F F4(strftime)3.452 E F0 .952 +(alue is used as a format string for)-.25 F F5(strftime)3.452 E F0 .952 (\(3\) to print the)B .673 -(time stamp associated with each history entry displayed by the)144 432 -R F3(history)3.173 E F0 -.2(bu)3.172 G 3.172(iltin. If).2 F .672(this v) +(time stamp associated with each history entry displayed by the)144 684 +R F1(history)3.173 E F0 -.2(bu)3.172 G 3.172(iltin. If).2 F .672(this v) 3.172 F .672(ariable is)-.25 F .144 -(set, time stamps are written to the history \214le so the)144 444 R +(set, time stamps are written to the history \214le so the)144 696 R 2.644(ym)-.15 G .144(ay be preserv)-2.644 F .144 (ed across shell sessions.)-.15 F(This)5.145 E(uses the history comment\ - character to distinguish timestamps from other history lines.)144 456 Q -F3(HOME)108 468 Q F0 1.27 -(The home directory of the current user; the def)144 480 R 1.27(ault ar) --.1 F 1.27(gument for the)-.18 F F3(cd)3.77 E F0 -.2(bu)3.77 G 1.27 -(iltin command.).2 F(The)6.27 E -.25(va)144 492 S(lue of this v).25 E -(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E F3 -(HOSTFILE)108 504 Q F0 1.015 -(Contains the name of a \214le in the same format as)144 516 R F4 -(/etc/hosts)5.181 E F0 1.015(that should be read when the shell)5.181 F -.551(needs to complete a hostname.)144 528 R .551 + character to distinguish timestamps from other history lines.)144 708 Q +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(15)192.055 E 0 Cg EP +%%Page: 16 16 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(HOME)108 84 Q F0 1.27 +(The home directory of the current user; the def)144 96 R 1.27(ault ar) +-.1 F 1.27(gument for the)-.18 F F1(cd)3.77 E F0 -.2(bu)3.77 G 1.27 +(iltin command.).2 F(The)6.27 E -.25(va)144 108 S(lue of this v).25 E +(ariable is also used when performing tilde e)-.25 E(xpansion.)-.15 E F1 +(HOSTFILE)108 120 Q F0 1.015 +(Contains the name of a \214le in the same format as)144 132 R/F2 10 +/Times-Italic@0 SF(/etc/hosts)5.181 E F0 1.015 +(that should be read when the shell)5.181 F .551 +(needs to complete a hostname.)144 144 R .551 (The list of possible hostname completions may be changed while)5.551 F -1.058(the shell is running; the ne)144 540 R 1.059 +1.058(the shell is running; the ne)144 156 R 1.059 (xt time hostname completion is attempted after the v)-.15 F 1.059 -(alue is changed,)-.25 F F3(bash)144 552 Q F0 .138 +(alue is changed,)-.25 F F1(bash)144 168 Q F0 .138 (adds the contents of the ne)2.639 F 2.638<778c>-.25 G .138(le to the e) --2.638 F .138(xisting list.)-.15 F(If)5.138 E F1(HOSTFILE)2.638 E F0 -.138(is set, b)2.388 F .138(ut has no v)-.2 F .138(alue, or)-.25 F .517 -(does not name a readable \214le,)144 564 R F3(bash)3.017 E F0 .517 -(attempts to read)3.017 F F4(/etc/hosts)4.684 E F0 .518 -(to obtain the list of possible host-)4.684 F(name completions.)144 576 -Q(When)5 E F1(HOSTFILE)2.5 E F0(is unset, the hostname list is cleared.) -2.25 E F3(IFS)108 588 Q F0(The)20.44 E F4 .556(Internal F)3.636 F .556 -(ield Separ)-.45 F(ator)-.15 E F0 .556(that is used for w)3.786 F .556 -(ord splitting after e)-.1 F .555(xpansion and to split lines into)-.15 -F -.1(wo)144 600 S(rds with the).1 E F3 -.18(re)2.5 G(ad).18 E F0 -.2 -(bu)2.5 G(iltin command.).2 E(The def)5 E(ault v)-.1 E(alue is `)-.25 E -(`')-.25 E('.)-.74 E F3(IGNOREEOF)108 612 Q -F0 .503(Controls the action of an interacti)144 624 R .803 -.15(ve s) --.25 H .503(hell on receipt of an).15 F F1(EOF)3.003 E F0 .503 +-2.638 F .138(xisting list.)-.15 F(If)5.138 E/F3 9/Times-Bold@0 SF +(HOSTFILE)2.638 E F0 .138(is set, b)2.388 F .138(ut has no v)-.2 F .138 +(alue, or)-.25 F .517(does not name a readable \214le,)144 180 R F1 +(bash)3.017 E F0 .517(attempts to read)3.017 F F2(/etc/hosts)4.684 E F0 +.518(to obtain the list of possible host-)4.684 F(name completions.)144 +192 Q(When)5 E F3(HOSTFILE)2.5 E F0 +(is unset, the hostname list is cleared.)2.25 E F1(IFS)108 204 Q F0(The) +144 204 Q F2 .556(Internal F)3.636 F .556(ield Separ)-.45 F(ator)-.15 E +F0 .556(that is used for w)3.786 F .556(ord splitting after e)-.1 F .555 +(xpansion and to split lines into)-.15 F -.1(wo)144 216 S(rds with the) +.1 E F1 -.18(re)2.5 G(ad).18 E F0 -.2(bu)2.5 G(iltin command.).2 E +(The def)5 E(ault v)-.1 E(alue is `)-.25 E(`')-.25 E('.)-.74 E F1(IGNOREEOF)108 228 Q F0 .503 +(Controls the action of an interacti)144 240 R .803 -.15(ve s)-.25 H +.503(hell on receipt of an).15 F F3(EOF)3.003 E F0 .503 (character as the sole input.)2.753 F .504(If set,)5.504 F .426(the v) -144 636 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F1 +144 252 R .426(alue is the number of consecuti)-.25 F -.15(ve)-.25 G F3 (EOF)3.076 E F0 .426 (characters which must be typed as the \214rst characters)2.676 F .302 -(on an input line before)144 648 R F3(bash)2.802 E F0 -.15(ex)2.802 G +(on an input line before)144 264 R F1(bash)2.802 E F0 -.15(ex)2.802 G 2.802(its. If).15 F .302(the v)2.802 F .302(ariable e)-.25 F .302 (xists b)-.15 F .302(ut does not ha)-.2 F .602 -.15(ve a n)-.2 H .302 -(umeric v).15 F .303(alue, or has)-.25 F(no v)144 660 Q(alue, the def) +(umeric v).15 F .303(alue, or has)-.25 F(no v)144 276 Q(alue, the def) -.25 E(ault v)-.1 E(alue is 10.)-.25 E(If it does not e)5 E(xist,)-.15 E -F1(EOF)2.5 E F0(signi\214es the end of input to the shell.)2.25 E F3 -(INPUTRC)108 672 Q F0 1.436(The \214lename for the)144 684 R F3 -.18(re) +F3(EOF)2.5 E F0(signi\214es the end of input to the shell.)2.25 E F1 +(INPUTRC)108 288 Q F0 1.436(The \214lename for the)144 300 R F1 -.18(re) 3.936 G(adline).18 E F0 1.436(startup \214le, o)3.936 F -.15(ve)-.15 G -1.436(rriding the def).15 F 1.436(ault of)-.1 F F4(~/.inputr)5.602 E(c) --.37 E F0(\(see)5.601 E F1(READLINE)3.935 E F0(belo)144 696 Q(w\).)-.25 -E F3(LANG)108 708 Q F0 1.239(Used to determine the locale cate)7.11 F +1.436(rriding the def).15 F 1.436(ault of)-.1 F F2(~/.inputr)5.602 E(c) +-.37 E F0(\(see)5.601 E F3(READLINE)3.935 E F0(belo)144 312 Q(w\).)-.25 +E F1(LANG)108 324 Q F0 1.239(Used to determine the locale cate)144 324 R 1.239(gory for an)-.15 F 3.739(yc)-.15 G(ate)-3.739 E 1.24 (gory not speci\214cally selected with a v)-.15 F(ariable)-.25 E -(starting with)144 720 Q F3(LC_)2.5 E F0(.)A(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(15)190.95 E 0 Cg EP -%%Page: 16 16 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(LC_ALL)108 84 Q F0 .974(This v)144 96 R -.974(ariable o)-.25 F -.15(ve)-.15 G .974(rrides the v).15 F .973 -(alue of)-.25 F/F2 9/Times-Bold@0 SF(LANG)3.473 E F0 .973(and an)3.223 F -3.473(yo)-.15 G(ther)-3.473 E F1(LC_)3.473 E F0 -.25(va)3.473 G .973 -(riable specifying a locale cate-).25 F(gory)144 108 Q(.)-.65 E F1 -(LC_COLLA)108 120 Q(TE)-.95 E F0 .411(This v)144 132 R .412(ariable det\ +(starting with)144 336 Q F1(LC_)2.5 E F0(.)A F1(LC_ALL)108 348 Q F0 .974 +(This v)144 360 R .974(ariable o)-.25 F -.15(ve)-.15 G .974 +(rrides the v).15 F .973(alue of)-.25 F F3(LANG)3.473 E F0 .973(and an) +3.223 F 3.473(yo)-.15 G(ther)-3.473 E F1(LC_)3.473 E F0 -.25(va)3.473 G +.973(riable specifying a locale cate-).25 F(gory)144 372 Q(.)-.65 E F1 +(LC_COLLA)108 384 Q(TE)-.95 E F0 .411(This v)144 396 R .412(ariable det\ ermines the collation order used when sorting the results of pathname e) --.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 144 R 1.465 +-.25 F(xpansion,)-.15 E 1.465(and determines the beha)144 408 R 1.465 (vior of range e)-.2 F 1.464(xpressions, equi)-.15 F -.25(va)-.25 G 1.464(lence classes, and collating sequences).25 F(within pathname e)144 -156 Q(xpansion and pattern matching.)-.15 E F1(LC_CTYPE)108 168 Q F0 -1.935(This v)144 180 R 1.936 +420 Q(xpansion and pattern matching.)-.15 E F1(LC_CTYPE)108 432 Q F0 +1.935(This v)144 444 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 192 Q -(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 204 Q(GES)-.55 E -F0(This v)144 216 Q(ariable determines the locale used to translate dou\ +1.936(vior of character classes)-.2 F(within pathname e)144 456 Q +(xpansion and pattern matching.)-.15 E F1(LC_MESSA)108 468 Q(GES)-.55 E +F0(This v)144 480 Q(ariable determines the locale used to translate dou\ ble-quoted strings preceded by a)-.25 E F1($)2.5 E F0(.)A F1(LC_NUMERIC) -108 228 Q F0(This v)144 240 Q(ariable determines the locale cate)-.25 E -(gory used for number formatting.)-.15 E F1(LINES)108 252 Q F0 .055 -(Used by the)5.99 F F1(select)2.555 E F0 .054(compound command to deter\ -mine the column length for printing selection lists.)2.555 F .264 -(Automatically set if the)144 264 R F1(checkwinsize)2.764 E F0 .264 +108 492 Q F0(This v)144 504 Q(ariable determines the locale cate)-.25 E +(gory used for number formatting.)-.15 E F1(LC_TIME)108 516 Q F0(This v) +144 528 Q(ariable determines the locale cate)-.25 E +(gory used for data and time formatting.)-.15 E F1(LINES)108 540 Q F0 +.055(Used by the)144 540 R F1(select)2.555 E F0 .054(compound command t\ +o determine the column length for printing selection lists.)2.555 F .264 +(Automatically set if the)144 552 R F1(checkwinsize)2.764 E F0 .264 (option is enabled or in an interacti)2.764 F .565 -.15(ve s)-.25 H .265 -(hell upon receipt of a).15 F F2(SIGWINCH)144 276 Q/F3 9/Times-Roman@0 -SF(.)A F1(MAIL)108 288 Q F0 1.201 -(If this parameter is set to a \214le or directory name and the)8.78 F -F2(MAILP)3.701 E -.855(AT)-.666 G(H).855 E F0 -.25(va)3.451 G 1.201 +(hell upon receipt of a).15 F F3(SIGWINCH)144 564 Q/F4 9/Times-Roman@0 +SF(.)A F1(MAIL)108 576 Q F0 1.201 +(If this parameter is set to a \214le or directory name and the)144 576 +R F3(MAILP)3.701 E -.855(AT)-.666 G(H).855 E F0 -.25(va)3.451 G 1.201 (riable is not set,).25 F F1(bash)3.701 E F0 -(informs the user of the arri)144 300 Q -.25(va)-.25 G 2.5(lo).25 G 2.5 +(informs the user of the arri)144 588 Q -.25(va)-.25 G 2.5(lo).25 G 2.5 (fm)-2.5 G(ail in the speci\214ed \214le or Maildir)-2.5 E -(-format directory)-.2 E(.)-.65 E F1(MAILCHECK)108 312 Q F0 .098 -(Speci\214es ho)144 324 R 2.598(wo)-.25 G .098(ften \(in seconds\)) +(-format directory)-.2 E(.)-.65 E F1(MAILCHECK)108 600 Q F0 .098 +(Speci\214es ho)144 612 R 2.598(wo)-.25 G .098(ften \(in seconds\)) -2.598 F F1(bash)2.598 E F0 .098(checks for mail.)2.598 F .098(The def) 5.098 F .098(ault is 60 seconds.)-.1 F .099(When it is time)5.099 F .224 (to check for mail, the shell does so before displaying the primary pro\ -mpt.)144 336 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F .066 -(or set to a v)144 348 R .066(alue that is not a number greater than or\ - equal to zero, the shell disables mail checking.)-.25 F F1(MAILP)108 -360 Q -.95(AT)-.74 G(H).95 E F0 2.99(Ac)144 372 S .49 +mpt.)144 624 R .223(If this v)5.223 F .223(ariable is unset,)-.25 F +(or set to a v)144 636 Q(alue that is not a number greater than or equa\ +l to zero, the shell disables mail checking.)-.25 E F1(MAILP)108 648 Q +-.95(AT)-.74 G(H).95 E F0 2.99(Ac)144 660 S .49 (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 384 Q -.15(ve)-.25 G 2.62(si).15 G 2.62(nap)-2.62 G .12(articular \ +144 672 Q -.15(ve)-.25 G 2.62(si).15 G 2.62(nap)-2.62 G .12(articular \ \214le may be speci\214ed by separating the \214lename from the message\ - with a `?'.)-2.62 F(When used in the te)144 396 Q(xt of the message,) + with a `?'.)-2.62 F(When used in the te)144 684 Q(xt of the message,) -.15 E F1($_)2.5 E F0 -.15(ex)2.5 G (pands to the name of the current mail\214le.).15 E(Example:)5 E F1 -(MAILP)144 408 Q -.95(AT)-.74 G(H).95 E F0(=\010/v)A(ar/mail/bfox?"Y) +(MAILP)144 696 Q -.95(AT)-.74 G(H).95 E F0(=\010/v)A(ar/mail/bfox?"Y) -.25 E(ou ha)-1.1 E .3 -.15(ve m)-.2 H -(ail":~/shell\255mail?"$_ has mail!"\010).15 E F1(Bash)144 420 Q F0 .389 -(supplies a def)2.889 F .389(ault v)-.1 F .389(alue for this v)-.25 F -.389(ariable, b)-.25 F .388 -(ut the location of the user mail \214les that it uses is)-.2 F -(system dependent \(e.g., /v)144 432 Q(ar/mail/)-.25 E F1($USER)A F0 -(\).)A F1(OPTERR)108 444 Q F0 .389(If set to the v)144 456 R .389 -(alue 1,)-.25 F F1(bash)2.889 E F0 .389 -(displays error messages generated by the)2.889 F F1(getopts)2.89 E F0 --.2(bu)2.89 G .39(iltin command \(see).2 F F2 .36(SHELL B)144 468 R(UIL) --.09 E .36(TIN COMMANDS)-.828 F F0(belo)2.61 E(w\).)-.25 E F2(OPTERR) -5.36 E F0 .359(is initialized to 1 each time the shell is in)2.61 F -.2 -(vo)-.4 G -.1(ke).2 G(d).1 E(or a shell script is e)144 480 Q -.15(xe) --.15 G(cuted.).15 E F1 -.74(PA)108 492 S(TH)-.21 E F0 .587 -(The search path for commands.)9.91 F .588 +(ail":~/shell\255mail?"$_ has mail!"\010).15 E F1(Bash)144 708 Q F0 .015 +(can be con\214gured to supply a def)2.515 F .015(ault v)-.1 F .015 +(alue for this v)-.25 F .015(ariable \(there is no v)-.25 F .015 +(alue by def)-.25 F .015(ault\), b)-.1 F(ut)-.2 E(the location of the u\ +ser mail \214les that it uses is system dependent \(e.g., /v)144 720 Q +(ar/mail/)-.25 E F1($USER)A F0(\).)A(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(16)192.055 E 0 Cg EP +%%Page: 17 17 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(OPTERR)108 84 Q F0 .39(If set to the v)144 96 R .39(alue 1,)-.25 F F1 +(bash)2.89 E F0 .389(displays error messages generated by the)2.889 F F1 +(getopts)2.889 E F0 -.2(bu)2.889 G .389(iltin command \(see).2 F/F2 9 +/Times-Bold@0 SF .359(SHELL B)144 108 R(UIL)-.09 E .359(TIN COMMANDS) +-.828 F F0(belo)2.609 E(w\).)-.25 E F2(OPTERR)5.359 E F0 .36 +(is initialized to 1 each time the shell is in)2.609 F -.2(vo)-.4 G -.1 +(ke).2 G(d).1 E(or a shell script is e)144 120 Q -.15(xe)-.15 G(cuted.) +.15 E F1 -.74(PA)108 132 S(TH)-.21 E F0 .588 +(The search path for commands.)144 132 R .587 (It is a colon-separated list of directories in which the shell looks) -5.587 F .472(for commands \(see)144 504 R F2 .472(COMMAND EXECUTION) -2.972 F F0(belo)2.722 E 2.972(w\). A)-.25 F .471 -(zero-length \(null\) directory name in the)2.972 F -.25(va)144 516 S -.535(lue of).25 F F2 -.666(PA)3.035 G(TH)-.189 E F0 .535 -(indicates the current directory)2.785 F 5.535(.A)-.65 G .535 -(null directory name may appear as tw)-2.5 F 3.036(oa)-.1 G(djacent) --3.036 E .868(colons, or as an initial or trailing colon.)144 528 R .868 -(The def)5.868 F .867(ault path is system-dependent, and is set by the) --.1 F 26.328(administrator who installs)144 540 R F1(bash)28.828 E F0 -31.329(.A)C 26.329(common v)-2.5 F 26.329(alue is)-.25 F/F4 10/Courier@0 -SF(/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin)144 552 -Q F0(.)A F1(POSIXL)108 564 Q(Y_CORRECT)-.92 E F0 .472(If this v)144 576 -R .472(ariable is in the en)-.25 F .471(vironment when)-.4 F F1(bash) -2.971 E F0 .471(starts, the shell enters)2.971 F/F5 10/Times-Italic@0 SF -.471(posix mode)2.971 F F0 .471(before reading)2.971 F .011 -(the startup \214les, as if the)144 588 R F1(\255\255posix)2.511 E F0 +5.588 F .471(for commands \(see)144 144 R F2 .471(COMMAND EXECUTION) +2.971 F F0(belo)2.722 E 2.972(w\). A)-.25 F .472 +(zero-length \(null\) directory name in the)2.972 F -.25(va)144 156 S +.536(lue of).25 F F2 -.666(PA)3.036 G(TH)-.189 E F0 .535 +(indicates the current directory)2.786 F 5.535(.A)-.65 G .535 +(null directory name may appear as tw)-2.5 F 3.035(oa)-.1 G(djacent) +-3.035 E .867(colons, or as an initial or trailing colon.)144 168 R .868 +(The def)5.868 F .868(ault path is system-dependent, and is set by the) +-.1 F(administrator who installs)144 180 Q F1(bash)2.5 E F0 5(.A)C +(common v)-2.5 E(alue is)-.25 E/F3 10/Courier@0 SF +(/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin)144 192 Q +F0(.)A F1(POSIXL)108 204 Q(Y_CORRECT)-.92 E F0 .471(If this v)144 216 R +.471(ariable is in the en)-.25 F .471(vironment when)-.4 F F1(bash)2.971 +E F0 .471(starts, the shell enters)2.971 F/F4 10/Times-Italic@0 SF .472 +(posix mode)2.972 F F0 .472(before reading)2.972 F .011 +(the startup \214les, as if the)144 228 R F1(\255\255posix)2.511 E F0 (in)2.511 E -.2(vo)-.4 G .011(cation option had been supplied.).2 F .011 -(If it is set while the shell is)5.011 F(running,)144 600 Q F1(bash)2.5 -E F0(enables)2.5 E F5(posix mode)2.5 E F0 2.5(,a)C 2.5(si)-2.5 G 2.5(ft) --2.5 G(he command)-2.5 E F4(set -o posix)2.5 E F0(had been e)2.5 E -.15 -(xe)-.15 G(cuted.).15 E F1(PR)108 612 Q(OMPT_COMMAND)-.3 E F0 -(If set, the v)144 624 Q(alue is e)-.25 E -.15(xe)-.15 G +(If it is set while the shell is)5.011 F(running,)144 240 Q F1(bash)2.5 +E F0(enables)2.5 E F4(posix mode)2.5 E F0 2.5(,a)C 2.5(si)-2.5 G 2.5(ft) +-2.5 G(he command)-2.5 E F3(set -o posix)2.5 E F0(had been e)2.5 E -.15 +(xe)-.15 G(cuted.).15 E F1(PR)108 252 Q(OMPT_COMMAND)-.3 E F0 +(If set, the v)144 264 Q(alue is e)-.25 E -.15(xe)-.15 G (cuted as a command prior to issuing each primary prompt.).15 E F1(PR) -108 636 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F0 .676 -(If set to a number greater than zero, the v)144 648 R .676 +108 276 Q(OMPT_DIR)-.3 E(TRIM)-.4 E F0 .676 +(If set to a number greater than zero, the v)144 288 R .676 (alue is used as the number of trailing directory compo-)-.25 F .923 -(nents to retain when e)144 660 R .923(xpanding the)-.15 F F1(\\w)3.423 +(nents to retain when e)144 300 R .923(xpanding the)-.15 F F1(\\w)3.423 E F0(and)3.423 E F1(\\W)3.423 E F0 .923(prompt string escapes \(see) 3.423 F F2(PR)3.423 E(OMPTING)-.27 E F0(belo)3.173 E(w\).)-.25 E -(Characters remo)144 672 Q -.15(ve)-.15 G 2.5(da).15 G -(re replaced with an ellipsis.)-2.5 E F1(PS1)108 684 Q F0 .065(The v) -19.33 F .065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 -F F2(PR)2.565 E(OMPTING)-.27 E F0(belo)2.315 E .065 -(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 696 R +(Characters remo)144 312 Q -.15(ve)-.15 G 2.5(da).15 G +(re replaced with an ellipsis.)-2.5 E F1(PS0)108 324 Q F0 1.174(The v) +144 324 R 1.174(alue of this parameter is e)-.25 F 1.174(xpanded \(see) +-.15 F F2(PR)3.674 E(OMPTING)-.27 E F0(belo)3.424 E 1.174 +(w\) and displayed by interacti)-.25 F -.15(ve)-.25 G +(shells after reading a command and before the command is e)144 336 Q +-.15(xe)-.15 G(cuted.).15 E F1(PS1)108 348 Q F0 .065(The v)144 348 R +.065(alue of this parameter is e)-.25 F .065(xpanded \(see)-.15 F F2(PR) +2.565 E(OMPTING)-.27 E F0(belo)2.315 E .065 +(w\) and used as the primary prompt)-.25 F 2.5(string. The)144 360 R (def)2.5 E(ault v)-.1 E(alue is `)-.25 E(`)-.74 E F1(\\s\255\\v\\$)A F0 --.74('')2.5 G(.).74 E F1(PS2)108 708 Q F0 .117(The v)19.33 F .117 +-.74('')2.5 G(.).74 E F1(PS2)108 372 Q F0 .117(The v)144 372 R .117 (alue of this parameter is e)-.25 F .117(xpanded as with)-.15 F F2(PS1) 2.617 E F0 .118(and used as the secondary prompt string.)2.368 F(The) -5.118 E(def)144 720 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G -(.).74 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(16)190.95 E 0 Cg -EP -%%Page: 17 17 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(PS3)108 84 Q F0 1.116(The v)19.33 F 1.115 +5.118 E(def)144 384 Q(ault is `)-.1 E(`)-.74 E F1(>)A F0 -.74('')2.5 G +(.).74 E F1(PS3)108 396 Q F0 1.116(The v)144 396 R 1.115 (alue of this parameter is used as the prompt for the)-.25 F F1(select) -3.615 E F0 1.115(command \(see)3.615 F/F2 9/Times-Bold@0 SF 1.115 -(SHELL GRAM-)3.615 F(MAR)144 96 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E -F1(PS4)108 108 Q F0 .1(The v)19.33 F .1(alue of this parameter is e)-.25 -F .1(xpanded as with)-.15 F F2(PS1)2.6 E F0 .101(and the v)2.35 F .101 -(alue is printed before each command)-.25 F F1(bash)144 120 Q F0 .292 +3.615 E F0 1.115(command \(see)3.615 F F2 1.115(SHELL GRAM-)3.615 F(MAR) +144 408 Q F0(abo)2.25 E -.15(ve)-.15 G(\).).15 E F1(PS4)108 420 Q F0 .1 +(The v)144 420 R .1(alue of this parameter is e)-.25 F .1 +(xpanded as with)-.15 F F2(PS1)2.6 E F0 .101(and the v)2.35 F .101 +(alue is printed before each command)-.25 F F1(bash)144 432 Q F0 .292 (displays during an e)2.792 F -.15(xe)-.15 G .292(cution trace.).15 F .292(The \214rst character of)5.292 F F2(PS4)2.792 E F0 .291 -(is replicated multiple times, as)2.542 F(necessary)144 132 Q 2.5(,t) +(is replicated multiple times, as)2.542 F(necessary)144 444 Q 2.5(,t) -.65 G 2.5(oi)-2.5 G(ndicate multiple le)-2.5 E -.15(ve)-.25 G (ls of indirection.).15 E(The def)5 E(ault is `)-.1 E(`)-.74 E F1(+)A F0 --.74('')2.5 G(.).74 E F1(SHELL)108 144 Q F0 .663 -(The full pathname to the shell is k)144 156 R .664(ept in this en)-.1 F +-.74('')2.5 G(.).74 E F1(SHELL)108 456 Q F0 .663 +(The full pathname to the shell is k)144 468 R .664(ept in this en)-.1 F .664(vironment v)-.4 F 3.164(ariable. If)-.25 F .664 -(it is not set when the shell)3.164 F(starts,)144 168 Q F1(bash)2.5 E F0 +(it is not set when the shell)3.164 F(starts,)144 480 Q F1(bash)2.5 E F0 (assigns to it the full pathname of the current user')2.5 E 2.5(sl)-.55 -G(ogin shell.)-2.5 E F1(TIMEFORMA)108 180 Q(T)-.95 E F0 .827(The v)144 -192 R .826 +G(ogin shell.)-2.5 E F1(TIMEFORMA)108 492 Q(T)-.95 E F0 .827(The v)144 +504 R .826 (alue of this parameter is used as a format string specifying ho)-.25 F 3.326(wt)-.25 G .826(he timing information for)-3.326 F .648 -(pipelines pre\214x)144 204 R .648(ed with the)-.15 F F1(time)3.148 E F0 +(pipelines pre\214x)144 516 R .648(ed with the)-.15 F F1(time)3.148 E F0 (reserv)3.148 E .648(ed w)-.15 F .649(ord should be displayed.)-.1 F (The)5.649 E F1(%)3.149 E F0 .649(character introduces)3.149 F .712 -(an escape sequence that is e)144 216 R .711(xpanded to a time v)-.15 F +(an escape sequence that is e)144 528 R .711(xpanded to a time v)-.15 F .711(alue or other information.)-.25 F .711(The escape sequences)5.711 F -(and their meanings are as follo)144 228 Q -(ws; the braces denote optional portions.)-.25 E F1(%%)144 246 Q F0 2.5 -(Al)30 G(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 258 Q/F3 10 -/Times-Italic@0 SF(p)A F1(][l]R)A F0(The elapsed time in seconds.)11.68 -E F1(%[)144 270 Q F3(p)A F1(][l]U)A F0 -(The number of CPU seconds spent in user mode.)11.68 E F1(%[)144 282 Q -F3(p)A F1(][l]S)A F0(The number of CPU seconds spent in system mode.) -13.34 E F1(%P)144 294 Q F0 -(The CPU percentage, computed as \(%U + %S\) / %R.)33.89 E .87 -(The optional)144 310.8 R F3(p)3.37 E F0 .87(is a digit specifying the) -3.37 F F3(pr)3.37 E(ecision)-.37 E F0 3.37(,t)C .87 +(and their meanings are as follo)144 540 Q +(ws; the braces denote optional portions.)-.25 E F1(%%)144 558 Q F0 2.5 +(Al)194 558 S(iteral)-2.5 E F1(%)2.5 E F0(.)A F1(%[)144 570 Q F4(p)A F1 +(][l]R)A F0(The elapsed time in seconds.)194 570 Q F1(%[)144 582 Q F4(p) +A F1(][l]U)A F0(The number of CPU seconds spent in user mode.)194 582 Q +F1(%[)144 594 Q F4(p)A F1(][l]S)A F0 +(The number of CPU seconds spent in system mode.)194 594 Q F1(%P)144 606 +Q F0(The CPU percentage, computed as \(%U + %S\) / %R.)194 606 Q .87 +(The optional)144 622.8 R F4(p)3.37 E F0 .87(is a digit specifying the) +3.37 F F4(pr)3.37 E(ecision)-.37 E F0 3.37(,t)C .87 (he number of fractional digits after a decimal)-3.37 F 2.526(point. A) -144 322.8 R -.25(va)2.526 G .025 +144 634.8 R -.25(va)2.526 G .025 (lue of 0 causes no decimal point or fraction to be output.).25 F .025 (At most three places after the)5.025 F .537 -(decimal point may be speci\214ed; v)144 334.8 R .537(alues of)-.25 F F3 +(decimal point may be speci\214ed; v)144 646.8 R .537(alues of)-.25 F F4 (p)3.037 E F0 .537(greater than 3 are changed to 3.)3.037 F(If)5.538 E -F3(p)3.038 E F0 .538(is not speci\214ed,)3.038 F(the v)144 346.8 Q -(alue 3 is used.)-.25 E .668(The optional)144 363.6 R F1(l)3.168 E F0 +F4(p)3.038 E F0 .538(is not speci\214ed,)3.038 F(the v)144 658.8 Q +(alue 3 is used.)-.25 E .668(The optional)144 675.6 R F1(l)3.168 E F0 .668(speci\214es a longer format, including minutes, of the form)3.168 F -F3(MM)3.168 E F0(m)A F3(SS)A F0(.)A F3(FF)A F0 3.167(s. The)B -.25(va) -3.167 G(lue).25 E(of)144 375.6 Q F3(p)2.5 E F0 +F4(MM)3.168 E F0(m)A F4(SS)A F0(.)A F4(FF)A F0 3.167(s. The)B -.25(va) +3.167 G(lue).25 E(of)144 687.6 Q F4(p)2.5 E F0 (determines whether or not the fraction is included.)2.5 E 13.364 -(If this v)144 392.4 R 13.364(ariable is not set,)-.25 F F1(bash)15.865 +(If this v)144 704.4 R 13.364(ariable is not set,)-.25 F F1(bash)15.865 E F0 13.365(acts as if it had the v)15.865 F(alue)-.25 E F1($\010\\nr) -144 404.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F0 7.113 +144 716.4 Q(eal\\t%3lR\\nuser\\t%3lU\\nsys\\t%3lS\010)-.18 E F0 7.113 (.I)C 4.613(ft)-7.113 G 2.113(he v)-4.613 F 2.113 (alue is null, no timing information is dis-)-.25 F 2.5(played. A)144 -416.4 R(trailing ne)2.5 E -(wline is added when the format string is displayed.)-.25 E F1(TMOUT)108 -428.4 Q F0 .941(If set to a v)144 440.4 R .941(alue greater than zero,) --.25 F F2(TMOUT)3.441 E F0 .941(is treated as the def)3.191 F .941 -(ault timeout for the)-.1 F F1 -.18(re)3.441 G(ad).18 E F0 -.2(bu)3.441 -G(iltin.).2 E(The)144 452.4 Q F1(select)2.811 E F0 .311 -(command terminates if input does not arri)2.811 F .61 -.15(ve a)-.25 H -(fter).15 E F2(TMOUT)2.81 E F0 .31(seconds when input is com-)2.56 F -.885(ing from a terminal.)144 464.4 R .885(In an interacti)5.885 F 1.185 --.15(ve s)-.25 H .885(hell, the v).15 F .886 -(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 476.4 -S 1.05(it for a line of input after issuing the primary prompt.).1 F F1 -(Bash)6.05 E F0 1.05(terminates after w)3.55 F 1.05(aiting for that)-.1 -F(number of seconds if a complete line of input does not arri)144 488.4 -Q -.15(ve)-.25 G(.).15 E F1(TMPDIR)108 500.4 Q F0 .39(If set,)144 512.4 +728.4 R(trailing ne)2.5 E +(wline is added when the format string is displayed.)-.25 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(17)192.055 E 0 Cg EP +%%Page: 18 18 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(TMOUT)108 84 Q F0 .941(If set to a v)144 96 R .941 +(alue greater than zero,)-.25 F/F2 9/Times-Bold@0 SF(TMOUT)3.441 E F0 +.941(is treated as the def)3.191 F .941(ault timeout for the)-.1 F F1 +-.18(re)3.441 G(ad).18 E F0 -.2(bu)3.441 G(iltin.).2 E(The)144 108 Q F1 +(select)2.811 E F0 .311(command terminates if input does not arri)2.811 +F .61 -.15(ve a)-.25 H(fter).15 E F2(TMOUT)2.81 E F0 .31 +(seconds when input is com-)2.56 F .885(ing from a terminal.)144 120 R +.885(In an interacti)5.885 F 1.185 -.15(ve s)-.25 H .885(hell, the v).15 +F .886(alue is interpreted as the number of seconds to)-.25 F -.1(wa)144 +132 S 1.05(it for a line of input after issuing the primary prompt.).1 F +F1(Bash)6.05 E F0 1.05(terminates after w)3.55 F 1.05(aiting for that) +-.1 F(number of seconds if a complete line of input does not arri)144 +144 Q -.15(ve)-.25 G(.).15 E F1(TMPDIR)108 156 Q F0 .39(If set,)144 168 R F1(bash)2.89 E F0 .39(uses its v)2.89 F .39 (alue as the name of a directory in which)-.25 F F1(bash)2.891 E F0 .391 -(creates temporary \214les for the)2.891 F(shell')144 524.4 Q 2.5(su) --.55 G(se.)-2.5 E F1(auto_r)108 536.4 Q(esume)-.18 E F0 .531(This v)144 -548.4 R .531(ariable controls ho)-.25 F 3.031(wt)-.25 G .531 +(creates temporary \214les for the)2.891 F(shell')144 180 Q 2.5(su)-.55 +G(se.)-2.5 E F1(auto_r)108 192 Q(esume)-.18 E F0 .531(This v)144 204 R +.531(ariable controls ho)-.25 F 3.031(wt)-.25 G .531 (he shell interacts with the user and job control.)-3.031 F .53 -(If this v)5.53 F .53(ariable is set,)-.25 F .538(single w)144 560.4 R +(If this v)5.53 F .53(ariable is set,)-.25 F .538(single w)144 216 R .538(ord simple commands without redirections are treated as candidates\ - for resumption of an)-.1 F -.15(ex)144 572.4 S .367(isting stopped job) + for resumption of an)-.1 F -.15(ex)144 228 S .367(isting stopped job) .15 F 5.367(.T)-.4 G .366(here is no ambiguity allo)-5.367 F .366 (wed; if there is more than one job be)-.25 F .366(ginning with)-.15 F 1.124(the string typed, the job most recently accessed is selected.)144 -584.4 R(The)6.125 E F3(name)3.985 E F0 1.125(of a stopped job, in this) -3.805 F(conte)144 596.4 Q 1.133 +240 R(The)6.125 E/F3 10/Times-Italic@0 SF(name)3.985 E F0 1.125 +(of a stopped job, in this)3.805 F(conte)144 252 Q 1.133 (xt, is the command line used to start it.)-.15 F 1.133(If set to the v) 6.133 F(alue)-.25 E F3 -.2(ex)3.633 G(act).2 E F0 3.632(,t).68 G 1.132 (he string supplied must)-3.632 F .624 -(match the name of a stopped job e)144 608.4 R .624(xactly; if set to) --.15 F F3(substring)3.125 E F0 3.125(,t).22 G .625 +(match the name of a stopped job e)144 264 R .624(xactly; if set to)-.15 +F F3(substring)3.125 E F0 3.125(,t).22 G .625 (he string supplied needs to match a)-3.125 F .885 -(substring of the name of a stopped job)144 620.4 R 5.884(.T)-.4 G(he) +(substring of the name of a stopped job)144 276 R 5.884(.T)-.4 G(he) -5.884 E F3(substring)3.724 E F0 -.25(va)3.604 G .884(lue pro).25 F .884 -(vides functionality analogous to)-.15 F(the)144 632.4 Q F1(%?)3.333 E -F0 .833(job identi\214er \(see)5.833 F F2 .834(JOB CONTR)3.334 F(OL)-.27 -E F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo) +(vides functionality analogous to)-.15 F(the)144 288 Q F1(%?)3.333 E F0 +.833(job identi\214er \(see)5.833 F F2 .834(JOB CONTR)3.334 F(OL)-.27 E +F0(belo)3.084 E 3.334(w\). If)-.25 F .834(set to an)3.334 F 3.334(yo) -.15 G .834(ther v)-3.334 F .834(alue, the supplied string)-.25 F .316 -(must be a pre\214x of a stopped job')144 644.4 R 2.816(sn)-.55 G .316 +(must be a pre\214x of a stopped job')144 300 R 2.816(sn)-.55 G .316 (ame; this pro)-2.816 F .315(vides functionality analogous to the)-.15 F -F1(%)2.815 E F3(string)A F0(job)2.815 E(identi\214er)144 656.4 Q(.)-.55 -E F1(histchars)108 668.4 Q F0 2.069(The tw)144 680.4 R 4.57(oo)-.1 G -4.57(rt)-4.57 G 2.07(hree characters which control history e)-4.57 F -2.07(xpansion and tok)-.15 F 2.07(enization \(see)-.1 F F2(HIST)4.57 E -(OR)-.162 E(Y)-.315 E(EXP)144 692.4 Q(ANSION)-.666 E F0(belo)3.466 E -3.716(w\). The)-.25 F 1.216(\214rst character is the)3.716 F F3 1.215 +F1(%)2.815 E F3(string)A F0(job)2.815 E(identi\214er)144 312 Q(.)-.55 E +F1(histchars)108 324 Q F0 2.069(The tw)144 336 R 4.57(oo)-.1 G 4.57(rt) +-4.57 G 2.07(hree characters which control history e)-4.57 F 2.07 +(xpansion and tok)-.15 F 2.07(enization \(see)-.1 F F2(HIST)4.57 E(OR) +-.162 E(Y)-.315 E(EXP)144 348 Q(ANSION)-.666 E F0(belo)3.466 E 3.716 +(w\). The)-.25 F 1.216(\214rst character is the)3.716 F F3 1.215 (history e)3.715 F(xpansion)-.2 E F0(character)3.715 E 3.715(,t)-.4 G 1.215(he character which)-3.715 F .798(signals the start of a history e) -144 704.4 R .798(xpansion, normally `)-.15 F F1(!)A F0 3.298('. The)B -.798(second character is the)3.298 F F3(quic)3.298 E 3.298(ks)-.2 G -(ubstitu-)-3.298 E(tion)144 716.4 Q F0(character)2.74 E 2.74(,w)-.4 G -.239(hich is used as shorthand for re-running the pre)-2.74 F .239 +144 360 R .798(xpansion, normally `)-.15 F F1(!)A F0 3.298('. The)B .798 +(second character is the)3.298 F F3(quic)3.298 E 3.298(ks)-.2 G +(ubstitu-)-3.298 E(tion)144 372 Q F0(character)2.74 E 2.74(,w)-.4 G .239 +(hich is used as shorthand for re-running the pre)-2.74 F .239 (vious command entered, substitut-)-.25 F .575 -(ing one string for another in the command.)144 728.4 R .575(The def) -5.575 F .575(ault is `)-.1 F F1(^)A F0 3.075('. The)B .576 -(optional third character is the)3.076 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(17)190.95 E 0 Cg EP -%%Page: 18 18 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .223(character which indicates that the remainder of the line is\ - a comment when found as the \214rst char)144 84 R(-)-.2 E 1.293 -(acter of a w)144 96 R 1.293(ord, normally `)-.1 F/F1 10/Times-Bold@0 SF -(#)A F0 3.793('. The)B 1.294 +(ing one string for another in the command.)144 384 R .575(The def)5.575 +F .575(ault is `)-.1 F F1(^)A F0 3.075('. The)B .576 +(optional third character is the)3.076 F .223(character which indicates\ + that the remainder of the line is a comment when found as the \214rst \ +char)144 396 R(-)-.2 E 1.293(acter of a w)144 408 R 1.293 +(ord, normally `)-.1 F F1(#)A F0 3.793('. The)B 1.294 (history comment character causes history substitution to be)3.794 F .38 -(skipped for the remaining w)144 108 R .38(ords on the line.)-.1 F .379 +(skipped for the remaining w)144 420 R .38(ords on the line.)-.1 F .379 (It does not necessarily cause the shell parser to treat)5.379 F -(the rest of the line as a comment.)144 120 Q F1(Arrays)87 136.8 Q(Bash) -108 148.8 Q F0(pro)3.39 E .89(vides one-dimensional inde)-.15 F -.15(xe) +(the rest of the line as a comment.)144 432 Q F1(Arrays)87 448.8 Q(Bash) +108 460.8 Q F0(pro)3.39 E .89(vides one-dimensional inde)-.15 F -.15(xe) -.15 G 3.39(da).15 G .891(nd associati)-3.39 F 1.191 -.15(ve a)-.25 H .891(rray v).15 F 3.391(ariables. An)-.25 F 3.391(yv)-.15 G .891 -(ariable may be used as an)-3.641 F(inde)108 160.8 Q -.15(xe)-.15 G +(ariable may be used as an)-3.641 F(inde)108 472.8 Q -.15(xe)-.15 G 2.574(da).15 G .074(rray; the)-2.574 F F1(declar)2.574 E(e)-.18 E F0 -.2 (bu)2.574 G .074(iltin will e).2 F .073(xplicitly declare an array)-.15 F 5.073(.T)-.65 G .073(here is no maximum limit on the size of)-5.073 F -.328(an array)108 172.8 R 2.828(,n)-.65 G .328(or an)-2.828 F 2.828(yr) +.328(an array)108 484.8 R 2.828(,n)-.65 G .328(or an)-2.828 F 2.828(yr) -.15 G .329(equirement that members be inde)-2.828 F -.15(xe)-.15 G 2.829(do).15 G 2.829(ra)-2.829 G .329(ssigned contiguously)-2.829 F 5.329(.I)-.65 G(nde)-5.329 E -.15(xe)-.15 G 2.829(da).15 G .329 -(rrays are refer)-2.829 F(-)-.2 E 1.387(enced using inte)108 184.8 R -1.387(gers \(including arithmetic e)-.15 F 3.887(xpressions\) and)-.15 F -1.387(are zero-based; associati)3.887 F 1.686 -.15(ve a)-.25 H 1.386 -(rrays are refer).15 F(-)-.2 E .219(enced using arbitrary strings.)108 -196.8 R .219(Unless otherwise noted, inde)5.219 F -.15(xe)-.15 G 2.719 -(da).15 G .219(rray indices must be non-ne)-2.719 F -.05(ga)-.15 G(ti) -.05 E .52 -.15(ve i)-.25 H(nte).15 E(gers.)-.15 E 2.463(An inde)108 -213.6 R -.15(xe)-.15 G 4.963(da).15 G 2.463 -(rray is created automatically if an)-4.963 F 4.963(yv)-.15 G 2.462 -(ariable is assigned to using the syntax)-5.213 F/F2 10/Times-Italic@0 -SF(name)4.962 E F0([)A F2(sub-)A(script)108 225.6 Q F0(]=)A F2(value)A -F0 6.548(.T)C(he)-6.548 E F2(subscript)4.388 E F0 1.549 -(is treated as an arithmetic e)4.728 F 1.549(xpression that must e)-.15 -F -.25(va)-.25 G 1.549(luate to a number).25 F 6.549(.T)-.55 G(o)-7.349 -E -.15(ex)108 237.6 S 1.98(plicitly declare an inde).15 F -.15(xe)-.15 G -4.48(da).15 G(rray)-4.48 E 4.48(,u)-.65 G(se)-4.48 E F1(declar)4.48 E -4.48<65ad>-.18 G(a)-4.48 E F2(name)4.48 E F0(\(see)4.48 E/F3 9 -/Times-Bold@0 SF 1.979(SHELL B)4.479 F(UIL)-.09 E 1.979(TIN COMMANDS) --.828 F F0(belo)4.229 E(w\).)-.25 E F1(declar)108 249.6 Q 2.5<65ad>-.18 -G(a)-2.5 E F2(name)2.5 E F1([)A F2(subscript)A F1(])A F0 -(is also accepted; the)2.5 E F2(subscript)2.5 E F0(is ignored.)2.5 E -(Associati)108 266.4 Q .3 -.15(ve a)-.25 H(rrays are created using).15 E -F1(declar)2.5 E 2.5<65ad>-.18 G(A)-2.5 E F2(name)2.5 E F0(.)A(Attrib)108 -283.2 Q .94(utes may be speci\214ed for an array v)-.2 F .941 -(ariable using the)-.25 F F1(declar)3.441 E(e)-.18 E F0(and)3.441 E F1 --.18(re)3.441 G(adonly).18 E F0 -.2(bu)3.441 G 3.441(iltins. Each).2 F -(attrib)3.441 E(ute)-.2 E(applies to all members of an array)108 295.2 Q -(.)-.65 E 1.647 -(Arrays are assigned to using compound assignments of the form)108 312 R -F2(name)4.147 E F0(=)A F1(\()A F0 -.25(va)C(lue).25 E F2(1)A F0 1.647 -(... v)4.147 F(alue)-.25 E F2(n)A F1(\))A F0 4.147(,w)C 1.647(here each) --4.147 F F2(value)108 324 Q F0 1.833(is of the form [)4.332 F F2 -(subscript)A F0(]=)A F2(string)A F0 6.833(.I)C(nde)-6.833 E -.15(xe)-.15 -G 4.333(da).15 G 1.833(rray assignments do not require an)-4.333 F 1.833 -(ything b)-.15 F(ut)-.2 E F2(string)4.333 E F0(.)A .164 -(When assigning to inde)108 336 R -.15(xe)-.15 G 2.663(da).15 G .163 +(rrays are refer)-2.829 F(-)-.2 E 1.595(enced using inte)108 496.8 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 +508.8 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.462(An inde)108 525.6 R -.15(xe) +-.15 G 4.962(da).15 G 2.462(rray is created automatically if an)-4.962 F +4.963(yv)-.15 G 2.463(ariable is assigned to using the syntax)-5.213 F +F3(name)4.963 E F0([)A F3(sub-)A(script)108 537.6 Q F0(]=)A F3(value)A +F0 6.549(.T)C(he)-6.549 E F3(subscript)4.389 E F0 1.549 +(is treated as an arithmetic e)4.729 F 1.549(xpression that must e)-.15 +F -.25(va)-.25 G 1.548(luate to a number).25 F 6.548(.T)-.55 G(o)-7.348 +E -.15(ex)108 549.6 S 1.979(plicitly declare an inde).15 F -.15(xe)-.15 +G 4.479(da).15 G(rray)-4.479 E 4.48(,u)-.65 G(se)-4.48 E F1(declar)4.48 +E 4.48<65ad>-.18 G(a)-4.48 E F3(name)4.48 E F0(\(see)4.48 E F2 1.98 +(SHELL B)4.48 F(UIL)-.09 E 1.98(TIN COMMANDS)-.828 F F0(belo)4.23 E +(w\).)-.25 E F1(declar)108 561.6 Q 2.5<65ad>-.18 G(a)-2.5 E F3(name)2.5 +E F1([)A F3(subscript)A F1(])A F0(is also accepted; the)2.5 E F3 +(subscript)2.5 E F0(is ignored.)2.5 E(Associati)108 578.4 Q .3 -.15 +(ve a)-.25 H(rrays are created using).15 E F1(declar)2.5 E 2.5<65ad>-.18 +G(A)-2.5 E F3(name)2.5 E F0(.)A(Attrib)108 595.2 Q .941 +(utes may be speci\214ed for an array v)-.2 F .941(ariable using the) +-.25 F F1(declar)3.441 E(e)-.18 E F0(and)3.44 E F1 -.18(re)3.44 G +(adonly).18 E F0 -.2(bu)3.44 G 3.44(iltins. Each).2 F(attrib)3.44 E(ute) +-.2 E(applies to all members of an array)108 607.2 Q(.)-.65 E 1.647 +(Arrays are assigned to using compound assignments of the form)108 624 R +F3(name)4.147 E F0(=)A F1(\()A F0 -.25(va)C(lue).25 E F3(1)A F0 1.647 +(... v)4.147 F(alue)-.25 E F3(n)A F1(\))A F0 4.148(,w)C 1.648(here each) +-4.148 F F3(value)108 636 Q F0 1.833(is of the form [)4.333 F F3 +(subscript)A F0(]=)A F3(string)A F0 6.833(.I)C(nde)-6.833 E -.15(xe)-.15 +G 4.333(da).15 G 1.833(rray assignments do not require an)-4.333 F 1.832 +(ything b)-.15 F(ut)-.2 E F3(string)4.332 E F0(.)A .163 +(When assigning to inde)108 648 R -.15(xe)-.15 G 2.663(da).15 G .163 (rrays, if the optional brack)-2.663 F .163 -(ets and subscript are supplied, that inde)-.1 F 2.663(xi)-.15 G 2.663 -(sa)-2.663 G(ssigned)-2.663 E 1.41(to; otherwise the inde)108 348 R 3.91 -(xo)-.15 G 3.91(ft)-3.91 G 1.41(he element assigned is the last inde) --3.91 F 3.911(xa)-.15 G 1.411(ssigned to by the statement plus one.) --3.911 F(Inde)108 360 Q(xing starts at zero.)-.15 E -(When assigning to an associati)108 376.8 Q .3 -.15(ve a)-.25 H(rray).15 -E 2.5(,t)-.65 G(he subscript is required.)-2.5 E .24 -(This syntax is also accepted by the)108 393.6 R F1(declar)2.74 E(e)-.18 -E F0 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .239 -(vidual array elements may be assigned to using the)-.25 F F2(name)108 -405.6 Q F0([)A F2(subscript)A F0(]=)A F2(value)A F0 1.917 -(syntax introduced abo)4.416 F -.15(ve)-.15 G 6.917(.W).15 G 1.917 +(ets and subscript are supplied, that inde)-.1 F 2.664(xi)-.15 G 2.664 +(sa)-2.664 G(ssigned)-2.664 E 1.411(to; otherwise the inde)108 660 R +3.911(xo)-.15 G 3.911(ft)-3.911 G 1.411 +(he element assigned is the last inde)-3.911 F 3.91(xa)-.15 G 1.41 +(ssigned to by the statement plus one.)-3.91 F(Inde)108 672 Q +(xing starts at zero.)-.15 E(When assigning to an associati)108 688.8 Q +.3 -.15(ve a)-.25 H(rray).15 E 2.5(,t)-.65 G(he subscript is required.) +-2.5 E .239(This syntax is also accepted by the)108 705.6 R F1(declar) +2.739 E(e)-.18 E F0 -.2(bu)2.739 G 2.739(iltin. Indi).2 F .24 +(vidual array elements may be assigned to using the)-.25 F F3(name)108 +717.6 Q F0([)A F3(subscript)A F0(]=)A F3(value)A F0 1.917 +(syntax introduced abo)4.417 F -.15(ve)-.15 G 6.917(.W).15 G 1.917 (hen assigning to an inde)-6.917 F -.15(xe)-.15 G 4.417(da).15 G(rray) --4.417 E 4.417(,i)-.65 G(f)-4.417 E F2(name)4.777 E F0 1.917(is sub-) -4.597 F .116(scripted by a ne)108 417.6 R -.05(ga)-.15 G(ti).05 E .416 --.15(ve n)-.25 H(umber).15 E 2.616(,t)-.4 G .115 -(hat number is interpreted as relati)-2.616 F .415 -.15(ve t)-.25 H -2.615(oo).15 G .115(ne greater than the maximum inde)-2.615 F(x)-.15 E -(of)108 429.6 Q F2(name)3.338 E F0 3.338(,s)C 3.338(on)-3.338 G -2.25 +-4.417 E 4.417(,i)-.65 G(f)-4.417 E F3(name)4.777 E F0 1.916(is sub-) +4.597 F .115(scripted by a ne)108 729.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 +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(18)192.055 E 0 Cg EP +%%Page: 19 19 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(of)108 84 Q/F1 10 +/Times-Italic@0 SF(name)3.338 E F0 3.338(,s)C 3.338(on)-3.338 G -2.25 -.15(eg a)-3.338 H(ti).15 E 1.138 -.15(ve i)-.25 H .838 (ndices count back from the end of the array).15 F 3.338(,a)-.65 G .838 (nd an inde)-3.338 F 3.338(xo)-.15 G 3.338<66ad>-3.338 G 3.338(1r)-3.338 -G .838(eferences the last)-3.338 F(element.)108 441.6 Q(An)108 458.4 Q -3.576(ye)-.15 G 1.076(lement of an array may be referenced using ${) --3.576 F F2(name)A F0([)A F2(subscript)A F0 3.575(]}. The)B 1.075 -(braces are required to a)3.575 F -.2(vo)-.2 G(id).2 E 1.541 -(con\215icts with pathname e)108 470.4 R 4.041(xpansion. If)-.15 F F2 -(subscript)4.041 E F0(is)4.041 E F1(@)4.041 E F0(or)4.041 E F1(*)4.041 E -F0 4.041(,t)C 1.541(he w)-4.041 F 1.541(ord e)-.1 F 1.541 -(xpands to all members of)-.15 F F2(name)4.042 E F0(.)A 1.057 -(These subscripts dif)108 482.4 R 1.057(fer only when the w)-.25 F 1.057 -(ord appears within double quotes.)-.1 F 1.056(If the w)6.056 F 1.056 -(ord is double-quoted,)-.1 F(${)108 494.4 Q F2(name)A F0 .52([*]} e)B -.52(xpands to a single w)-.15 F .52(ord with the v)-.1 F .521 +G .838(eferences the last)-3.338 F(element.)108 96 Q(An)108 112.8 Q +3.575(ye)-.15 G 1.075(lement of an array may be referenced using ${) +-3.575 F F1(name)A F0([)A F1(subscript)A F0 3.575(]}. The)B 1.076 +(braces are required to a)3.576 F -.2(vo)-.2 G(id).2 E 1.542 +(con\215icts with pathname e)108 124.8 R 4.041(xpansion. If)-.15 F F1 +(subscript)4.041 E F0(is)4.041 E/F2 10/Times-Bold@0 SF(@)4.041 E F0(or) +4.041 E F2(*)4.041 E F0 4.041(,t)C 1.541(he w)-4.041 F 1.541(ord e)-.1 F +1.541(xpands to all members of)-.15 F F1(name)4.041 E F0(.)A 1.056 +(These subscripts dif)108 136.8 R 1.056(fer only when the w)-.25 F 1.057 +(ord appears within double quotes.)-.1 F 1.057(If the w)6.057 F 1.057 +(ord is double-quoted,)-.1 F(${)108 148.8 Q F1(name)A F0 .521([*]} e)B +.521(xpands to a single w)-.15 F .521(ord with the v)-.1 F .52 (alue of each array member separated by the \214rst character)-.25 F -1.375(of the)108 506.4 R F3(IFS)3.875 E F0 1.375(special v)3.625 F 1.375 -(ariable, and ${)-.25 F F2(name)A F0 1.375([@]} e)B 1.375 -(xpands each element of)-.15 F F2(name)3.875 E F0 1.374(to a separate w) -3.875 F 3.874(ord. When)-.1 F 2.027(there are no array members, ${)108 -518.4 R F2(name)A F0 2.028([@]} e)B 2.028(xpands to nothing.)-.15 F -2.028(If the double-quoted e)7.028 F 2.028(xpansion occurs)-.15 F .759 -(within a w)108 530.4 R .759(ord, the e)-.1 F .759 +1.374(of the)108 160.8 R/F3 9/Times-Bold@0 SF(IFS)3.874 E F0 1.374 +(special v)3.624 F 1.375(ariable, and ${)-.25 F F1(name)A F0 1.375 +([@]} e)B 1.375(xpands each element of)-.15 F F1(name)3.875 E F0 1.375 +(to a separate w)3.875 F 3.875(ord. When)-.1 F 2.028 +(there are no array members, ${)108 172.8 R F1(name)A F0 2.028([@]} e)B +2.028(xpands to nothing.)-.15 F 2.027(If the double-quoted e)7.028 F +2.027(xpansion occurs)-.15 F .758(within a w)108 184.8 R .759 +(ord, the e)-.1 F .759 (xpansion of the \214rst parameter is joined with the be)-.15 F .759 -(ginning part of the original w)-.15 F(ord,)-.1 E .515(and the e)108 -542.4 R .516(xpansion of the last parameter is joined with the last par\ -t of the original w)-.15 F 3.016(ord. This)-.1 F .516(is analogous)3.016 -F .228(to the e)108 554.4 R .228(xpansion of the special parameters)-.15 -F F1(*)2.728 E F0(and)2.728 E F1(@)2.728 E F0(\(see)2.728 E F1 .228 -(Special P)2.728 F(arameters)-.1 E F0(abo)2.727 E -.15(ve)-.15 G 2.727 -(\). ${#).15 F F2(name)A F0([)A F2(subscript)A F0(]})A -.15(ex)108 566.4 -S .886(pands to the length of ${).15 F F2(name)A F0([)A F2(subscript)A -F0 3.386(]}. If)B F2(subscript)3.386 E F0(is)3.386 E F1(*)3.386 E F0(or) -3.386 E F1(@)3.386 E F0 3.386(,t)C .886(he e)-3.386 F .886 -(xpansion is the number of ele-)-.15 F .463(ments in the array)108 578.4 -R 5.463(.R)-.65 G .463(eferencing an array v)-5.463 F .462 -(ariable without a subscript is equi)-.25 F -.25(va)-.25 G .462 -(lent to referencing the array).25 F .233(with a subscript of 0.)108 -590.4 R .233(If the)5.233 F F2(subscript)3.073 E F0 .233 -(used to reference an element of an inde)3.413 F -.15(xe)-.15 G 2.733 -(da).15 G .233(rray e)-2.733 F -.25(va)-.25 G .233(luates to a num-).25 -F .617(ber less than zero, it is interpreted as relati)108 602.4 R .917 --.15(ve t)-.25 H 3.117(oo).15 G .616(ne greater than the maximum inde) --3.117 F 3.116(xo)-.15 G 3.116(ft)-3.116 G .616(he array)-3.116 F 3.116 -(,s)-.65 G 3.116(on)-3.116 G -.15(eg)-3.116 G(-).15 E(ati)108 614.4 Q .3 --.15(ve i)-.25 H(ndices count back from the end of the array).15 E 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 .168(An array v)108 631.2 R .168 -(ariable is considered set if a subscript has been assigned a v)-.25 F -2.668(alue. The)-.25 F .168(null string is a v)2.668 F .168(alid v)-.25 -F(alue.)-.25 E .418(It is possible to obtain the k)108 648 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 F1(!)A F2(name)A F0([)A F2(@)A F0 .417(]} and ${) -B F1(!)A F2(name)A F0([)A F2(*)A F0(]})A -.15(ex)108 660 S .749 -(pand to the indices assigned in array v).15 F(ariable)-.25 E F2(name) +(ginning part of the original w)-.15 F(ord,)-.1 E .516(and the e)108 +196.8 R .516(xpansion of the last parameter is joined with the last par\ +t of the original w)-.15 F 3.015(ord. This)-.1 F .515(is analogous)3.015 +F .227(to the e)108 208.8 R .228(xpansion of the special parameters)-.15 +F F2(*)2.728 E F0(and)2.728 E F2(@)2.728 E F0(\(see)2.728 E F2 .228 +(Special P)2.728 F(arameters)-.1 E F0(abo)2.728 E -.15(ve)-.15 G 2.728 +(\). ${#).15 F F1(name)A F0([)A F1(subscript)A F0(]})A -.15(ex)108 220.8 +S .886(pands to the length of ${).15 F F1(name)A F0([)A F1(subscript)A +F0 3.386(]}. If)B F1(subscript)3.386 E F0(is)3.386 E F2(*)3.386 E F0(or) +3.386 E F2(@)3.386 E F0 3.386(,t)C .886(he e)-3.386 F .886 +(xpansion is the number of ele-)-.15 F .294(ments in the array)108 232.8 +R 5.294(.I)-.65 G 2.794(ft)-5.294 G(he)-2.794 E F1(subscript)3.135 E F0 +.295(used to reference an element of an inde)3.475 F -.15(xe)-.15 G +2.795(da).15 G .295(rray e)-2.795 F -.25(va)-.25 G .295 +(luates to a number).25 F .629 +(less than zero, it is interpreted as relati)108 244.8 R .929 -.15(ve t) +-.25 H 3.128(oo).15 G .628(ne greater than the maximum inde)-3.128 F +3.128(xo)-.15 G 3.128(ft)-3.128 G .628(he array)-3.128 F 3.128(,s)-.65 G +3.128(on)-3.128 G -2.25 -.15(eg a)-3.128 H(ti).15 E -.15(ve)-.25 G +(indices count back from the end of the array)108 256.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 +(eferences the last element.)-2.5 E .595(Referencing an array v)108 +273.6 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 285.6 R 2.5(yr)-.15 G(eference to a v)-2.5 E(ariable using a v)-.25 +E(alid subscript is le)-.25 E -.05(ga)-.15 G(l, and).05 E F2(bash)2.5 E +F0(will create an array if necessary)2.5 E(.)-.65 E(An array v)108 302.4 +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 319.2 R -.15(ey)-.1 G 2.918(s\() +.15 G .418(indices\) of an array as well as the v)-2.918 F 2.917 +(alues. ${)-.25 F F2(!)A F1(name)A F0([)A F1(@)A F0 .417(]} and ${)B F2 +(!)A F1(name)A F0([)A F1(*)A F0(]})A -.15(ex)108 331.2 S .749 +(pand to the indices assigned in array v).15 F(ariable)-.25 E F1(name) 3.249 E F0 5.749(.T)C .75 -(he treatment when in double quotes is similar to)-5.749 F(the e)108 672 -Q(xpansion of the special parameters)-.15 E F2(@)2.5 E F0(and)2.5 E F2 -(*)2.5 E F0(within double quotes.)2.5 E(The)108 688.8 Q F1(unset)2.767 E -F0 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767(ya)-.1 G -(rrays.)-2.767 E F1(unset)5.267 E F2(name)2.767 E F0([)A F2(subscript)A +(he treatment when in double quotes is similar to)-5.749 F(the e)108 +343.2 Q(xpansion of the special parameters)-.15 E F1(@)2.5 E F0(and)2.5 +E F1(*)2.5 E F0(within double quotes.)2.5 E(The)108 360 Q F2(unset)2.767 +E F0 -.2(bu)2.767 G .267(iltin is used to destro).2 F 2.767(ya)-.1 G +(rrays.)-2.767 E F2(unset)5.267 E F1(name)2.767 E F0([)A F1(subscript)A F0 2.767(]d)C(estro)-2.767 E .267(ys the array element at inde)-.1 F(x) --.15 E F2(sub-)2.766 E(script)108 700.8 Q F0 6.318(.N)C -2.25 -.15(eg a) +-.15 E F1(sub-)2.766 E(script)108 372 Q F0 6.318(.N)C -2.25 -.15(eg a) -6.318 H(ti).15 E 1.618 -.15(ve s)-.25 H 1.318(ubscripts to inde).15 F -.15(xe)-.15 G 3.818(da).15 G 1.319 (rrays are interpreted as described abo)-3.818 F -.15(ve)-.15 G 6.319 (.C).15 G 1.319(are must be tak)-6.319 F 1.319(en to)-.1 F -.2(avo)108 -712.8 S .298(id unw).2 F .298(anted side ef)-.1 F .298 -(fects caused by pathname e)-.25 F(xpansion.)-.15 E F1(unset)5.298 E F2 -(name)2.797 E F0 2.797(,w)C(here)-2.797 E F2(name)2.797 E F0 .297 -(is an array)2.797 F 2.797(,o)-.65 G(r)-2.797 E F1(unset)2.797 E F2 -(name)108 724.8 Q F0([)A F2(subscript)A F0(], where)A F2(subscript)2.5 E -F0(is)2.5 E F1(*)2.5 E F0(or)2.5 E F1(@)2.5 E F0 2.5(,r)C(emo)-2.5 E --.15(ve)-.15 G 2.5(st).15 G(he entire array)-2.5 E(.)-.65 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(18)190.95 E 0 Cg EP -%%Page: 19 19 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(The)108 84 Q/F1 10/Times-Bold@0 SF(declar)3.573 E(e)-.18 E F0(,)A -F1(local)3.573 E F0 3.573(,a)C(nd)-3.573 E F1 -.18(re)3.573 G(adonly).18 -E F0 -.2(bu)3.573 G 1.073(iltins each accept a).2 F F13.573 E F0 -1.073(option to specify an inde)3.573 F -.15(xe)-.15 G 3.574(da).15 G -1.074(rray and a)-3.574 F F13.574 E F0 .339 -(option to specify an associati)108 96 R .638 -.15(ve a)-.25 H(rray).15 -E 5.338(.I)-.65 G 2.838(fb)-5.338 G .338(oth options are supplied,) --2.838 F F12.838 E F0(tak)2.838 E .338(es precedence.)-.1 F(The) -5.338 E F1 -.18(re)2.838 G(ad).18 E F0 -.2(bu)2.838 G(iltin).2 E .44 -(accepts a)108 108 R F12.941 E F0 .441 +384 S .298(id unw).2 F .298(anted side ef)-.1 F .298 +(fects caused by pathname e)-.25 F(xpansion.)-.15 E F2(unset)5.298 E F1 +(name)2.797 E F0 2.797(,w)C(here)-2.797 E F1(name)2.797 E F0 .297 +(is an array)2.797 F 2.797(,o)-.65 G(r)-2.797 E F2(unset)2.797 E F1 +(name)108 396 Q F0([)A F1(subscript)A F0(], where)A F1(subscript)2.5 E +F0(is)2.5 E F2(*)2.5 E F0(or)2.5 E F2(@)2.5 E F0 2.5(,r)C(emo)-2.5 E +-.15(ve)-.15 G 2.5(st).15 G(he entire array)-2.5 E(.)-.65 E(The)108 +412.8 Q F2(declar)3.573 E(e)-.18 E F0(,)A F2(local)3.573 E F0 3.573(,a)C +(nd)-3.573 E F2 -.18(re)3.573 G(adonly).18 E F0 -.2(bu)3.573 G 1.073 +(iltins each accept a).2 F F23.573 E F0 1.073 +(option to specify an inde)3.573 F -.15(xe)-.15 G 3.574(da).15 G 1.074 +(rray and a)-3.574 F F23.574 E F0 .339 +(option to specify an associati)108 424.8 R .638 -.15(ve a)-.25 H(rray) +.15 E 5.338(.I)-.65 G 2.838(fb)-5.338 G .338(oth options are supplied,) +-2.838 F F22.838 E F0(tak)2.838 E .338(es precedence.)-.1 F(The) +5.338 E F2 -.18(re)2.838 G(ad).18 E F0 -.2(bu)2.838 G(iltin).2 E .44 +(accepts a)108 436.8 R F22.941 E F0 .441 (option to assign a list of w)2.941 F .441 (ords read from the standard input to an array)-.1 F 5.441(.T)-.65 G(he) --5.441 E F1(set)2.941 E F0(and)2.941 E F1(declar)2.941 E(e)-.18 E F0 -.2 -(bu)108 120 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 136.8 Q(ANSION)-.81 E F0 .76(Expansion is perfo\ -rmed on the command line after it has been split into w)108 148.8 R 3.26 +-5.441 E F2(set)2.941 E F0(and)2.941 E F2(declar)2.941 E(e)-.18 E F0 -.2 +(bu)108 448.8 S(iltins display array v).2 E(alues in a w)-.25 E +(ay that allo)-.1 E(ws them to be reused as assignments.)-.25 E/F4 10.95 +/Times-Bold@0 SF(EXP)72 465.6 Q(ANSION)-.81 E F0 .76(Expansion is perfo\ +rmed on the command line after it has been split into w)108 477.6 R 3.26 (ords. There)-.1 F .76(are se)3.26 F -.15(ve)-.25 G 3.26(nk).15 G .76 -(inds of)-3.26 F -.15(ex)108 160.8 S .369(pansion performed:).15 F/F3 10 -/Times-Italic@0 SF(br)2.869 E .369(ace e)-.15 F(xpansion)-.2 E F0(,).24 -E F3 .369(tilde e)2.869 F(xpansion)-.2 E F0(,).24 E F3(par)2.869 E .369 -(ameter and variable e)-.15 F(xpansion)-.2 E F0(,).24 E F3 .37 -(command sub-)2.869 F(stitution)108 172.8 Q F0(,).24 E F3(arithmetic e) -2.5 E(xpansion)-.2 E F0(,).24 E F3(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 -E F0 2.5(,a).22 G(nd)-2.5 E F3(pathname e)2.5 E(xpansion)-.2 E F0(.).24 -E .419(The order of e)108 189.6 R .419(xpansions is: brace e)-.15 F .418 +(inds of)-3.26 F -.15(ex)108 489.6 S .369(pansion performed:).15 F F1 +(br)2.869 E .369(ace e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .369(tilde e) +2.869 F(xpansion)-.2 E F0(,).24 E F1(par)2.869 E .369 +(ameter and variable e)-.15 F(xpansion)-.2 E F0(,).24 E F1 .37 +(command sub-)2.869 F(stitution)108 501.6 Q F0(,).24 E F1(arithmetic e) +2.5 E(xpansion)-.2 E F0(,).24 E F1(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 +E F0 2.5(,a).22 G(nd)-2.5 E F1(pathname e)2.5 E(xpansion)-.2 E F0(.).24 +E .419(The order of e)108 518.4 R .419(xpansions is: brace e)-.15 F .418 (xpansion; tilde e)-.15 F .418(xpansion, parameter and v)-.15 F .418 -(ariable e)-.25 F .418(xpansion, arithmetic)-.15 F -.15(ex)108 201.6 S +(ariable e)-.25 F .418(xpansion, arithmetic)-.15 F -.15(ex)108 530.4 S .195(pansion, and command substitution \(done in a left-to-right f).15 F .196(ashion\); w)-.1 F .196(ord splitting; and pathname e)-.1 F(xpan-) --.15 E(sion.)108 213.6 Q .257 -(On systems that can support it, there is an additional e)108 230.4 R -.257(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E F3(pr)2.757 E .257 +-.15 E(sion.)108 542.4 Q .257 +(On systems that can support it, there is an additional e)108 559.2 R +.257(xpansion a)-.15 F -.25(va)-.2 G(ilable:).25 E F1(pr)2.757 E .257 (ocess substitution)-.45 F F0 5.257(.T)C .256(his is per)-5.257 F(-)-.2 -E(formed at the same time as tilde, parameter)108 242.4 Q 2.5(,v)-.4 G +E(formed at the same time as tilde, parameter)108 571.2 Q 2.5(,v)-.4 G (ariable, and arithmetic e)-2.75 E(xpansion and command substitution.) --.15 E 1.486(Only brace e)108 259.2 R 1.486(xpansion, w)-.15 F 1.486 +-.15 E .002(After these e)108 588 R .003 +(xpansions are performed, quote characters present in the original w) +-.15 F .003(ord are remo)-.1 F -.15(ve)-.15 G 2.503(du).15 G .003 +(nless the)-2.503 F(y)-.15 E(ha)108 600 Q .3 -.15(ve b)-.2 H +(een quoted themselv).15 E(es \()-.15 E F1(quote r)A(emo)-.37 E(val)-.1 +E F0(\).)A 1.487(Only brace e)108 616.8 R 1.487(xpansion, w)-.15 F 1.487 (ord splitting, and pathname e)-.1 F 1.487 -(xpansion can change the number of w)-.15 F 1.487(ords of the)-.1 F -.15 -(ex)108 271.2 S 1.165(pansion; other e).15 F 1.165(xpansions e)-.15 F -1.165(xpand a single w)-.15 F 1.165(ord to a single w)-.1 F 3.665 -(ord. The)-.1 F 1.164(only e)3.665 F 1.164(xceptions to this are the) --.15 F -.15(ex)108 283.2 S(pansions of ").15 E F1($@)A F0 2.5("a)C(nd ") --2.5 E F1(${)A F3(name)A F1([@]})A F0 2.5("a)C 2.5(se)-2.5 G -(xplained abo)-2.65 E .3 -.15(ve \()-.15 H(see).15 E/F4 9/Times-Bold@0 -SF -.666(PA)2.5 G(RAMETERS).666 E/F5 9/Times-Roman@0 SF(\).)A F1 -(Brace Expansion)87 300 Q F3(Br)108.58 312 Q .606(ace e)-.15 F(xpansion) --.2 E F0 .606 +(xpansion can change the number of w)-.15 F 1.486(ords of the)-.1 F -.15 +(ex)108 628.8 S 1.164(pansion; other e).15 F 1.164(xpansions e)-.15 F +1.164(xpand a single w)-.15 F 1.165(ord to a single w)-.1 F 3.665 +(ord. The)-.1 F 1.165(only e)3.665 F 1.165(xceptions to this are the) +-.15 F -.15(ex)108 640.8 S(pansions of ").15 E F2($@)A F0 2.5("a)C(nd ") +-2.5 E F2(${)A F1(name)A F2([@]})A F0 2.5("a)C 2.5(se)-2.5 G +(xplained abo)-2.65 E .3 -.15(ve \()-.15 H(see).15 E F3 -.666(PA)2.5 G +(RAMETERS).666 E/F5 9/Times-Roman@0 SF(\).)A F2(Brace Expansion)87 657.6 +Q F1(Br)108.58 669.6 Q .606(ace e)-.15 F(xpansion)-.2 E F0 .606 (is a mechanism by which arbitrary strings may be generated.)3.346 F -.606(This mechanism is similar)5.606 F(to)108 324 Q F3 .415(pathname e) -2.915 F(xpansion)-.2 E F0 2.915(,b)C .415 +.606(This mechanism is similar)5.606 F(to)108 681.6 Q F1 .415 +(pathname e)2.915 F(xpansion)-.2 E F0 2.915(,b)C .415 (ut the \214lenames generated need not e)-3.115 F 2.915(xist. P)-.15 F .415(atterns to be brace e)-.15 F .415(xpanded tak)-.15 F 2.915(et)-.1 G -(he)-2.915 E .151(form of an optional)108 336 R F3(pr)2.651 E(eamble) +(he)-2.915 E .152(form of an optional)108 693.6 R F1(pr)2.652 E(eamble) -.37 E F0 2.651(,f).18 G(ollo)-2.651 E .151 (wed by either a series of comma-separated strings or a sequence e)-.25 -F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 348 R .563 -(wed by an optional)-.25 F F3(postscript)3.063 E F0 5.563(.T).68 G .563 -(he preamble is pre\214x)-5.563 F .563(ed to each string)-.15 F .659(co\ -ntained within the braces, and the postscript is then appended to each \ -resulting string, e)108 360 R .659(xpanding left to)-.15 F(right.)108 -372 Q .719(Brace e)108 388.8 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 400.8 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E F1({)A F0 -(d,c,b)A F1(})A F0 2.5(ee)C(xpands into `ade ace abe'.)-2.65 E 3.242(As) -108 417.6 S .742(equence e)-3.242 F .742(xpression tak)-.15 F .742 -(es the form)-.1 F F1({)3.242 E F3(x)A F1(..)A F3(y)A F1([..)A F3(incr)A -F1(]})A F0 3.242(,w)C(here)-3.242 E F3(x)3.242 E F0(and)3.243 E F3(y) -3.243 E F0 .743(are either inte)3.243 F .743(gers or single characters,) --.15 F(and)108 429.6 Q F3(incr)3.032 E F0 3.032(,a)C 3.032(no)-3.032 G -.532(ptional increment, is an inte)-3.032 F(ger)-.15 E 5.532(.W)-.55 G -.532(hen inte)-5.532 F .532(gers are supplied, the e)-.15 F .532 -(xpression e)-.15 F .531(xpands to each)-.15 F .077(number between)108 -441.6 R F3(x)2.577 E F0(and)2.577 E F3(y)2.577 E F0 2.577(,i)C(nclusi) --2.577 E -.15(ve)-.25 G 5.077(.S).15 G .077(upplied inte)-5.077 F .077 -(gers may be pre\214x)-.15 F .077(ed with)-.15 F F3(0)2.577 E F0 .078 -(to force each term to ha)2.578 F .378 -.15(ve t)-.2 H(he).15 E .015 -(same width.)108 453.6 R .015(When either)5.015 F F3(x)2.515 E F0(or) -2.515 E F3(y)2.515 E F0(be)2.515 E .014(gins with a zero, the shell att\ +F(xpres-)-.15 E .563(sion between a pair of braces, follo)108 705.6 R +.563(wed by an optional)-.25 F F1(postscript)3.063 E F0 5.563(.T).68 G +.563(he preamble is pre\214x)-5.563 F .563(ed to each string)-.15 F .659 +(contained within the braces, and the postscript is then appended to ea\ +ch resulting string, e)108 717.6 R .658(xpanding left to)-.15 F(right.) +108 729.6 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(19)192.055 E +0 Cg EP +%%Page: 20 20 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .718(Brace e)108 +84 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 96 Q 2.5(ed. F)-.15 F(or e)-.15 E(xample, a)-.15 E/F1 10 +/Times-Bold@0 SF({)A F0(d,c,b)A F1(})A F0 2.5(ee)C +(xpands into `ade ace abe'.)-2.65 E 3.243(As)108 112.8 S .743(equence e) +-3.243 F .743(xpression tak)-.15 F .743(es the form)-.1 F F1({)3.243 E +/F2 10/Times-Italic@0 SF(x)A F1(..)A F2(y)A F1([..)A F2(incr)A F1(]})A +F0 3.243(,w)C(here)-3.243 E F2(x)3.243 E F0(and)3.242 E F2(y)3.242 E F0 +.742(are either inte)3.242 F .742(gers or single characters,)-.15 F(and) +108 124.8 Q F2(incr)3.031 E F0 3.031(,a)C 3.032(no)-3.031 G .532 +(ptional increment, is an inte)-3.032 F(ger)-.15 E 5.532(.W)-.55 G .532 +(hen inte)-5.532 F .532(gers are supplied, the e)-.15 F .532 +(xpression e)-.15 F .532(xpands to each)-.15 F .078(number between)108 +136.8 R F2(x)2.578 E F0(and)2.578 E F2(y)2.578 E F0 2.578(,i)C(nclusi) +-2.578 E -.15(ve)-.25 G 5.078(.S).15 G .078(upplied inte)-5.078 F .077 +(gers may be pre\214x)-.15 F .077(ed with)-.15 F F2(0)2.577 E F0 .077 +(to force each term to ha)2.577 F .377 -.15(ve t)-.2 H(he).15 E .014 +(same width.)108 148.8 R .014(When either)5.014 F F2(x)2.514 E F0(or) +2.514 E F2(y)2.514 E F0(be)2.514 E .015(gins with a zero, the shell att\ empts to force all generated terms to contain)-.15 F 1.143 -(the same number of digits, zero-padding where necessary)108 465.6 R +(the same number of digits, zero-padding where necessary)108 160.8 R 6.143(.W)-.65 G 1.143(hen characters are supplied, the e)-6.143 F -(xpression)-.15 E -.15(ex)108 477.6 S 1.064(pands to each character le) -.15 F 1.064(xicographically between)-.15 F F3(x)3.564 E F0(and)3.564 E -F3(y)3.564 E F0 3.564(,i)C(nclusi)-3.564 E -.15(ve)-.25 G 3.564(,u).15 G -1.064(sing the def)-3.564 F 1.064(ault C locale.)-.1 F(Note)6.064 E .983 -(that both)108 489.6 R F3(x)3.483 E F0(and)3.483 E F3(y)3.483 E F0 .983 -(must be of the same type.)3.483 F .984 +(xpression)-.15 E -.15(ex)108 172.8 S 1.064(pands to each character le) +.15 F 1.064(xicographically between)-.15 F F2(x)3.564 E F0(and)3.564 E +F2(y)3.564 E F0 3.564(,i)C(nclusi)-3.564 E -.15(ve)-.25 G 3.564(,u).15 G +1.064(sing the def)-3.564 F 1.064(ault C locale.)-.1 F(Note)6.064 E .984 +(that both)108 184.8 R F2(x)3.484 E F0(and)3.484 E F2(y)3.484 E F0 .983 +(must be of the same type.)3.484 F .983 (When the increment is supplied, it is used as the dif)5.983 F(ference) --.25 E(between each term.)108 501.6 Q(The def)5 E -(ault increment is 1 or -1 as appropriate.)-.1 E .582(Brace e)108 518.4 -R .582(xpansion is performed before an)-.15 F 3.082(yo)-.15 G .581 -(ther e)-3.082 F .581(xpansions, and an)-.15 F 3.081(yc)-.15 G .581 -(haracters special to other e)-3.081 F(xpansions)-.15 E .015 -(are preserv)108 530.4 R .015(ed in the result.)-.15 F .015 -(It is strictly te)5.015 F(xtual.)-.15 E F1(Bash)5.016 E F0 .016 -(does not apply an)2.516 F 2.516(ys)-.15 G .016 -(yntactic interpretation to the con-)-2.516 F(te)108 542.4 Q +-.25 E(between each term.)108 196.8 Q(The def)5 E +(ault increment is 1 or -1 as appropriate.)-.1 E .581(Brace e)108 213.6 +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 225.6 R .016(ed in the result.)-.15 F .016 +(It is strictly te)5.016 F(xtual.)-.15 E F1(Bash)5.016 E F0 .015 +(does not apply an)2.516 F 2.515(ys)-.15 G .015 +(yntactic interpretation to the con-)-2.515 F(te)108 237.6 Q (xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.) --.15 E 3.633(Ac)108 559.2 S 1.133(orrectly-formed brace e)-3.633 F 1.132 +-.15 E 3.632(Ac)108 254.4 S 1.132(orrectly-formed brace e)-3.632 F 1.132 (xpansion must contain unquoted opening and closing braces, and at leas\ -t one)-.15 F 3.44(unquoted comma or a v)108 571.2 R 3.441 +t one)-.15 F 3.441(unquoted comma or a v)108 266.4 R 3.441 (alid sequence e)-.25 F 5.941(xpression. An)-.15 F 5.941(yi)-.15 G 3.441 -(ncorrectly formed brace e)-5.941 F 3.441(xpansion is left)-.15 F 2.755 -(unchanged. A)108 583.2 R F1({)2.755 E F0(or)2.755 E F1(,)2.755 E F0 +(ncorrectly formed brace e)-5.941 F 3.44(xpansion is left)-.15 F 2.755 +(unchanged. A)108 278.4 R F1({)2.755 E F0(or)2.755 E F1(,)2.755 E F0 .255(may be quoted with a backslash to pre)2.755 F -.15(ve)-.25 G .255 -(nt its being considered part of a brace e).15 F(xpres-)-.15 E 2.91 -(sion. T)108 595.2 R 2.91(oa)-.8 G -.2(vo)-3.11 G .41 +(nt its being considered part of a brace e).15 F(xpres-)-.15 E 2.911 +(sion. T)108 290.4 R 2.911(oa)-.8 G -.2(vo)-3.111 G .411 (id con\215icts with parameter e).2 F .411(xpansion, the string)-.15 F -F1(${)2.911 E F0 .411(is not considered eligible for brace e)2.911 F -(xpan-)-.15 E(sion.)108 607.2 Q 1.476(This construct is typically used \ +F1(${)2.911 E F0 .41(is not considered eligible for brace e)2.911 F +(xpan-)-.15 E(sion.)108 302.4 Q 1.476(This construct is typically used \ as shorthand when the common pre\214x of the strings to be generated is) -108 624 R(longer than in the abo)108 636 Q .3 -.15(ve ex)-.15 H(ample:) -.15 E(mkdir /usr/local/src/bash/{old,ne)144 652.8 Q -.65(w,)-.25 G -(dist,b).65 E(ugs})-.2 E(or)108 664.8 Q(cho)144 676.8 Q +108 319.2 R(longer than in the abo)108 331.2 Q .3 -.15(ve ex)-.15 H +(ample:).15 E(mkdir /usr/local/src/bash/{old,ne)144 348 Q -.65(w,)-.25 G +(dist,b).65 E(ugs})-.2 E(or)108 360 Q(cho)144 372 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 693.6 R .618 +-.25 E(x}})-.15 E .618(Brace e)108 388.8 R .618 (xpansion introduces a slight incompatibility with historical v)-.15 F .618(ersions of)-.15 F F1(sh)3.118 E F0(.)A F1(sh)5.618 E F0 .618 -(does not treat open-)3.118 F .248 -(ing or closing braces specially when the)108 705.6 R 2.748(ya)-.15 G -.247(ppear as part of a w)-2.748 F .247(ord, and preserv)-.1 F .247 -(es them in the output.)-.15 F F1(Bash)5.247 E F0(remo)108 717.6 Q -.15 +(does not treat open-)3.118 F .247 +(ing or closing braces specially when the)108 400.8 R 2.747(ya)-.15 G +.247(ppear as part of a w)-2.747 F .248(ord, and preserv)-.1 F .248 +(es them in the output.)-.15 F F1(Bash)5.248 E F0(remo)108 412.8 Q -.15 (ve)-.15 G 3.53(sb).15 G 1.03(races from w)-3.53 F 1.03 (ords as a consequence of brace e)-.1 F 3.53(xpansion. F)-.15 F 1.03 (or e)-.15 F 1.03(xample, a w)-.15 F 1.03(ord entered to)-.1 F F1(sh) -3.53 E F0(as)3.53 E F3(\214le{1,2})108 729.6 Q F0 .515 -(appears identically in the output.)3.015 F .515(The same w)5.515 F .515 -(ord is output as)-.1 F F3 .514(\214le1 \214le2)4.925 F F0 .514(after e) -3.034 F .514(xpansion by)-.15 F F1(bash)3.014 E F0(.)A(GNU Bash 4.3)72 -768 Q(2014 February 2)141.79 E(19)190.95 E 0 Cg EP -%%Page: 20 20 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .436(If strict compatibility with)108 84 R/F1 10/Times-Bold@0 SF -(sh)2.936 E F0 .436(is desired, start)2.936 F F1(bash)2.936 E F0 .436 -(with the)2.936 F F1(+B)2.936 E F0 .436(option or disable brace e)2.936 -F .437(xpansion with the)-.15 F F1(+B)108 96 Q F0(option to the)2.5 E F1 -(set)2.5 E F0(command \(see)2.5 E/F2 9/Times-Bold@0 SF(SHELL B)2.5 E +3.53 E F0(as)3.53 E F2(\214le{1,2})108 424.8 Q F0 .514 +(appears identically in the output.)3.014 F .515(The same w)5.515 F .515 +(ord is output as)-.1 F F2 .515(\214le1 \214le2)4.925 F F0 .515(after e) +3.035 F .515(xpansion by)-.15 F F1(bash)3.015 E F0(.)A .437 +(If strict compatibility with)108 436.8 R F1(sh)2.936 E F0 .436 +(is desired, start)2.936 F F1(bash)2.936 E F0 .436(with the)2.936 F F1 +(+B)2.936 E F0 .436(option or disable brace e)2.936 F .436 +(xpansion with the)-.15 F F1(+B)108 448.8 Q F0(option to the)2.5 E F1 +(set)2.5 E F0(command \(see)2.5 E/F3 9/Times-Bold@0 SF(SHELL B)2.5 E (UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -.18(Ti) -87 112.8 S(lde Expansion).18 E F0 1.087(If a w)108 124.8 R 1.087(ord be) --.1 F 1.087(gins with an unquoted tilde character \(`)-.15 F F1(~)A F0 -1.086('\), all of the characters preceding the \214rst unquoted)B .185(\ +87 465.6 S(lde Expansion).18 E F0 1.086(If a w)108 477.6 R 1.086(ord be) +-.1 F 1.086(gins with an unquoted tilde character \(`)-.15 F F1(~)A F0 +1.087('\), all of the characters preceding the \214rst unquoted)B .185(\ slash \(or all characters, if there is no unquoted slash\) are consider\ -ed a)108 136.8 R/F3 10/Times-Italic@0 SF(tilde-pr)2.685 E(e\214x)-.37 E -F0 5.185(.I)C 2.685(fn)-5.185 G .185(one of the characters)-2.685 F .726 -(in the tilde-pre\214x are quoted, the characters in the tilde-pre\214x\ - follo)108 148.8 R .725(wing the tilde are treated as a possible)-.25 F -F3(lo)108 160.8 Q .522(gin name)-.1 F F0 5.522(.I)C 3.022(ft)-5.522 G -.522 +ed a)108 489.6 R F2(tilde-pr)2.685 E(e\214x)-.37 E F0 5.185(.I)C 2.685 +(fn)-5.185 G .185(one of the characters)-2.685 F .725(in the tilde-pre\ +\214x are quoted, the characters in the tilde-pre\214x follo)108 501.6 R +.726(wing the tilde are treated as a possible)-.25 F F2(lo)108 513.6 Q +.523(gin name)-.1 F F0 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.022 F .523(alue of the shell parameter)-.25 F F2(HOME)108 172.8 Q/F4 -9/Times-Roman@0 SF(.)A F0(If)4.787 E F2(HOME)2.787 E F0 .287 -(is unset, the home directory of the user e)2.537 F -.15(xe)-.15 G .286 -(cuting the shell is substituted instead.).15 F(Other)5.286 E(-)-.2 E(w\ +-3.023 F .522(alue of the shell parameter)-.25 F F3(HOME)108 525.6 Q/F4 +9/Times-Roman@0 SF(.)A F0(If)4.786 E F3(HOME)2.786 E F0 .287 +(is unset, the home directory of the user e)2.536 F -.15(xe)-.15 G .287 +(cuting the shell is substituted instead.).15 F(Other)5.287 E(-)-.2 E(w\ ise, the tilde-pre\214x is replaced with the home directory associated \ -with the speci\214ed login name.)108 184.8 Q .092 -(If the tilde-pre\214x is a `~+', the v)108 201.6 R .092 -(alue of the shell v)-.25 F(ariable)-.25 E F2(PWD)2.592 E F0 .092 -(replaces the tilde-pre\214x.)2.342 F .093(If the tilde-pre\214x is) -5.093 F 3.404(a`)108 213.6 S .904(~\255', the v)-3.404 F .904 -(alue of the shell v)-.25 F(ariable)-.25 E F2(OLDPWD)3.404 E F4(,)A F0 -.904(if it is set, is substituted.)3.154 F .903(If the characters follo) -5.903 F .903(wing the)-.25 F 1.641 -(tilde in the tilde-pre\214x consist of a number)108 225.6 R F3(N)4.141 -E F0 4.142(,o)C 1.642(ptionally pre\214x)-4.142 F 1.642 -(ed by a `+' or a `\255', the tilde-pre\214x is)-.15 F 1.438(replaced w\ +with the speci\214ed login name.)108 537.6 Q .093 +(If the tilde-pre\214x is a `~+', the v)108 554.4 R .092 +(alue of the shell v)-.25 F(ariable)-.25 E F3(PWD)2.592 E F0 .092 +(replaces the tilde-pre\214x.)2.342 F .092(If the tilde-pre\214x is) +5.092 F 3.403(a`)108 566.4 S .903(~\255', the v)-3.403 F .903 +(alue of the shell v)-.25 F(ariable)-.25 E F3(OLDPWD)3.404 E F4(,)A F0 +.904(if it is set, is substituted.)3.154 F .904(If the characters follo) +5.904 F .904(wing the)-.25 F 1.642 +(tilde in the tilde-pre\214x consist of a number)108 578.4 R F2(N)4.142 +E F0 4.142(,o)C 1.642(ptionally pre\214x)-4.142 F 1.641 +(ed by a `+' or a `\255', the tilde-pre\214x is)-.15 F 1.437(replaced w\ ith the corresponding element from the directory stack, as it w)108 -237.6 R 1.437(ould be displayed by the)-.1 F F1(dirs)3.937 E F0 -.2(bu) -108 249.6 S .454(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.954(dw).1 G -.454(ith the tilde-pre\214x as an ar)-2.954 F 2.954(gument. If)-.18 F -.454(the characters follo)2.954 F .455 +590.4 R 1.438(ould be displayed by the)-.1 F F1(dirs)3.938 E F0 -.2(bu) +108 602.4 S .455(iltin in).2 F -.2(vo)-.4 G -.1(ke).2 G 2.955(dw).1 G +.455(ith the tilde-pre\214x as an ar)-2.955 F 2.954(gument. If)-.18 F +.454(the characters follo)2.954 F .454 (wing the tilde in the tilde-pre\214x)-.25 F (consist of a number without a leading `+' or `\255', `+' is assumed.) -108 261.6 Q(If the login name is in)108 278.4 Q -.25(va)-.4 G +108 614.4 Q(If the login name is in)108 631.2 Q -.25(va)-.4 G (lid, or the tilde e).25 E(xpansion f)-.15 E(ails, the w)-.1 E -(ord is unchanged.)-.1 E .167(Each v)108 295.2 R .167 +(ord is unchanged.)-.1 E .166(Each v)108 648 R .167 (ariable assignment is check)-.25 F .167(ed for unquoted tilde-pre\214x) -.1 F .167(es immediately follo)-.15 F .167(wing a)-.25 F F1(:)2.667 E -F0 .167(or the \214rst)2.667 F F1(=)2.666 E F0 5.166(.I)C(n)-5.166 E -.467(these cases, tilde e)108 307.2 R .467(xpansion is also performed.) --.15 F(Consequently)5.467 E 2.967(,o)-.65 G .468 -(ne may use \214lenames with tildes in assign-)-2.967 F(ments to)108 -319.2 Q F2 -.666(PA)2.5 G(TH)-.189 E F4(,)A F2(MAILP)2.25 E -.855(AT) --.666 G(H).855 E F4(,)A F0(and)2.25 E F2(CDP)2.5 E -.855(AT)-.666 G(H) -.855 E F4(,)A F0(and the shell assigns the e)2.25 E(xpanded v)-.15 E -(alue.)-.25 E F1 -.1(Pa)87 336 S(rameter Expansion).1 E F0 1.606(The `) -108 348 R F1($)A F0 4.106('c)C 1.606(haracter introduces parameter e) --4.106 F 1.605(xpansion, command substitution, or arithmetic e)-.15 F -4.105(xpansion. The)-.15 F .406(parameter name or symbol to be e)108 360 -R .407(xpanded may be enclosed in braces, which are optional b)-.15 F -.407(ut serv)-.2 F 2.907(et)-.15 G 2.907(op)-2.907 G(ro-)-2.907 E .033 -(tect the v)108 372 R .033(ariable to be e)-.25 F .033 -(xpanded from characters immediately follo)-.15 F .032 -(wing it which could be interpreted as part)-.25 F(of the name.)108 384 -Q 1.189 +F0 .167(or the \214rst)2.667 F F1(=)2.667 E F0 5.167(.I)C(n)-5.167 E +.468(these cases, tilde e)108 660 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 672 +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 F0(and)2.25 E F3(CDP)2.5 E -.855(AT)-.666 G(H).855 E F4 +(,)A F0(and the shell assigns the e)2.25 E(xpanded v)-.15 E(alue.)-.25 E +F1 -.1(Pa)87 688.8 S(rameter Expansion).1 E F0 1.605(The `)108 700.8 R +F1($)A F0 4.105('c)C 1.605(haracter introduces parameter e)-4.105 F +1.606(xpansion, command substitution, or arithmetic e)-.15 F 4.106 +(xpansion. The)-.15 F .407(parameter name or symbol to be e)108 712.8 R +.407(xpanded may be enclosed in braces, which are optional b)-.15 F .406 +(ut serv)-.2 F 2.906(et)-.15 G 2.906(op)-2.906 G(ro-)-2.906 E .032 +(tect the v)108 724.8 R .032(ariable to be e)-.25 F .032 +(xpanded from characters immediately follo)-.15 F .033 +(wing it which could be interpreted as part)-.25 F(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(20)192.055 E 0 Cg EP +%%Page: 21 21 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(of the name.)108 +84 Q 1.19 (When braces are used, the matching ending brace is the \214rst `)108 -400.8 R F1(})A F0 3.69('n)C 1.19(ot escaped by a backslash or within a) --3.69 F 2.15(quoted string, and not within an embedded arithmetic e)108 -412.8 R 2.15(xpansion, command substitution, or parameter)-.15 F -.15 -(ex)108 424.8 S(pansion.).15 E(${)108 441.6 Q F3(par)A(ameter)-.15 E F0 -(})A 1.204(The v)144 453.6 R 1.204(alue of)-.25 F F3(par)3.704 E(ameter) --.15 E F0 1.204(is substituted.)3.704 F 1.204 -(The braces are required when)6.204 F F3(par)4.955 E(ameter)-.15 E F0 -1.205(is a positional)4.435 F .264 -(parameter with more than one digit, or when)144 465.6 R F3(par)4.014 E +100.8 R/F1 10/Times-Bold@0 SF(})A F0 3.689('n)C 1.189 +(ot escaped by a backslash or within a)-3.689 F 2.15 +(quoted string, and not within an embedded arithmetic e)108 112.8 R 2.15 +(xpansion, command substitution, or parameter)-.15 F -.15(ex)108 124.8 S +(pansion.).15 E(${)108 141.6 Q/F2 10/Times-Italic@0 SF(par)A(ameter)-.15 +E F0(})A 1.205(The v)144 153.6 R 1.205(alue of)-.25 F F2(par)3.705 E +(ameter)-.15 E F0 1.204(is substituted.)3.705 F 1.204 +(The braces are required when)6.204 F F2(par)4.954 E(ameter)-.15 E F0 +1.204(is a positional)4.434 F .264 +(parameter with more than one digit, or when)144 165.6 R F2(par)4.014 E (ameter)-.15 E F0 .264(is follo)3.494 F .264 -(wed by a character which is not to)-.25 F 2.676 -(be interpreted as part of its name.)144 477.6 R(The)7.677 E F3(par) -5.177 E(ameter)-.15 E F0 2.677(is a shell parameter as described abo) -5.177 F -.15(ve)-.15 G F1 -.74(PA)144 489.6 S(RAMETERS).74 E F0 2.5(\)o) +(wed by a character which is not to)-.25 F 2.677 +(be interpreted as part of its name.)144 177.6 R(The)7.677 E F2(par) +5.177 E(ameter)-.15 E F0 2.676(is a shell parameter as described abo) +5.177 F -.15(ve)-.15 G F1 -.74(PA)144 189.6 S(RAMETERS).74 E F0 2.5(\)o) C 2.5(ra)-2.5 G 2.5(na)-2.5 G(rray reference \()-2.5 E F1(Arrays)A F0 -(\).)A .816(If the \214rst character of)108 506.4 R F3(par)3.316 E -(ameter)-.15 E F0 .816(is an e)3.316 F .816(xclamation point \()-.15 F -F1(!)A F0 .816(\), it introduces a le)B -.15(ve)-.25 G 3.316(lo).15 G -3.315(fv)-3.316 G .815(ariable indirection.)-3.565 F F1(Bash)108 518.4 Q -F0 .106(uses the v)2.606 F .106(alue of the v)-.25 F .106 -(ariable formed from the rest of)-.25 F F3(par)2.606 E(ameter)-.15 E F0 -.106(as the name of the v)2.606 F .106(ariable; this v)-.25 F(ari-)-.25 -E .352(able is then e)108 530.4 R .352(xpanded and that v)-.15 F .351 -(alue is used in the rest of the substitution, rather than the v)-.25 F -.351(alue of)-.25 F F3(par)2.851 E(ame-)-.15 E(ter)108 542.4 Q F0 2.519 -(itself. This)2.519 F .019(is kno)2.519 F .019(wn as)-.25 F F3(indir) -2.519 E .019(ect e)-.37 F(xpansion)-.2 E F0 5.019(.T)C .019(he e)-5.019 -F .02(xceptions to this are the e)-.15 F .02(xpansions of ${)-.15 F F1 -(!)A F3(pr)A(e\214x)-.37 E F1(*)A F0 2.52(}a)C(nd)-2.52 E(${)108 554.4 Q -F1(!)A F3(name)A F0([)A F3(@)A F0 .763(]} described belo)B 4.563 -.65 -(w. T)-.25 H .763(he e).65 F .763 -(xclamation point must immediately follo)-.15 F 3.263(wt)-.25 G .763 -(he left brace in order to)-3.263 F(introduce indirection.)108 566.4 Q -.334(In each of the cases belo)108 583.2 R -.65(w,)-.25 G F3(wor)3.484 E +(\).)A .346(If the \214rst character of)108 206.4 R F2(par)2.846 E +(ameter)-.15 E F0 .346(is an e)2.846 F .346(xclamation point \()-.15 F +F1(!)A F0 .346(\), and)B F2(par)2.846 E(ameter)-.15 E F0 .346(is not a) +2.846 F F2(namer)2.846 E(ef)-.37 E F0 2.847(,i)C 2.847(ti)-2.847 G +(ntroduces)-2.847 E 2.635(al)108 218.4 S -2.15 -.25(ev e)-2.635 H 2.635 +(lo).25 G 2.635(fv)-2.635 G .135(ariable indirection.)-2.885 F F1(Bash) +5.134 E F0 .134(uses the v)2.634 F .134(alue of the v)-.25 F .134 +(ariable formed from the rest of)-.25 F F2(par)2.634 E(ameter)-.15 E F0 +.134(as the)2.634 F 1.003(name of the v)108 230.4 R 1.003 +(ariable; this v)-.25 F 1.003(ariable is then e)-.25 F 1.003 +(xpanded and that v)-.15 F 1.003 +(alue is used in the rest of the substitution,)-.25 F .595 +(rather than the v)108 242.4 R .595(alue of)-.25 F F2(par)3.095 E +(ameter)-.15 E F0 3.095(itself. This)3.095 F .595(is kno)3.095 F .595 +(wn as)-.25 F F2(indir)3.095 E .595(ect e)-.37 F(xpansion)-.2 E F0 5.594 +(.I)C(f)-5.594 E F2(par)3.094 E(ameter)-.15 E F0 .594(is a nameref,) +3.094 F .477(this e)108 254.4 R .477(xpands to the name of the v)-.15 F +.477(ariable referenced by)-.25 F F2(par)2.978 E(ameter)-.15 E F0 .478 +(instead of performing the complete indi-)2.978 F 2.164(rect e)108 266.4 +R 4.663(xpansion. The)-.15 F -.15(ex)4.663 G 2.163 +(ceptions to this are the e).15 F 2.163(xpansions of ${)-.15 F F1(!)A F2 +(pr)A(e\214x)-.37 E F1(*)A F0 4.663(}a)C 2.163(nd ${)-4.663 F F1(!)A F2 +(name)A F0([)A F2(@)A F0 2.163(]} described)B(belo)108 278.4 Q 3.8 -.65 +(w. T)-.25 H(he e).65 E(xclamation point must immediately follo)-.15 E +2.5(wt)-.25 G(he left brace in order to introduce indirection.)-2.5 E +.334(In each of the cases belo)108 295.2 R -.65(w,)-.25 G F2(wor)3.484 E (d)-.37 E F0 .334(is subject to tilde e)2.834 F .334 (xpansion, parameter e)-.15 F .334(xpansion, command substitution,)-.15 -F(and arithmetic e)108 595.2 Q(xpansion.)-.15 E 1.09 -(When not performing substring e)108 612 R 1.089 +F(and arithmetic e)108 307.2 Q(xpansion.)-.15 E 1.09 +(When not performing substring e)108 324 R 1.089 (xpansion, using the forms documented belo)-.15 F 3.589(w\()-.25 G (e.g.,)-3.589 E F1(:-)3.589 E F0(\),)A F1(bash)3.589 E F0 1.089 -(tests for a)3.589 F(parameter that is unset or null.)108 624 Q(Omittin\ +(tests for a)3.589 F(parameter that is unset or null.)108 336 Q(Omittin\ g the colon results in a test only for a parameter that is unset.)5 E -(${)108 640.8 Q F3(par)A(ameter)-.15 E F1<3aad>A F3(wor)A(d)-.37 E F0(}) -A F1 .722(Use Default V)144 652.8 R(alues)-.92 E F0 5.722(.I)C(f)-5.722 -E F3(par)4.472 E(ameter)-.15 E F0 .723(is unset or null, the e)3.952 F -.723(xpansion of)-.15 F F3(wor)3.563 E(d)-.37 E F0 .723(is substituted.) -3.993 F(Other)5.723 E(-)-.2 E(wise, the v)144 664.8 Q(alue of)-.25 E F3 -(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(${)108 676.8 Q F3 -(par)A(ameter)-.15 E F1(:=)A F3(wor)A(d)-.37 E F0(})A F1 2.005 -(Assign Default V)144 688.8 R(alues)-.92 E F0 7.005(.I)C(f)-7.005 E F3 +(${)108 352.8 Q F2(par)A(ameter)-.15 E F1<3aad>A F2(wor)A(d)-.37 E F0(}) +A F1 .722(Use Default V)144 364.8 R(alues)-.92 E F0 5.722(.I)C(f)-5.722 +E F2(par)4.472 E(ameter)-.15 E F0 .723(is unset or null, the e)3.952 F +.723(xpansion of)-.15 F F2(wor)3.563 E(d)-.37 E F0 .723(is substituted.) +3.993 F(Other)5.723 E(-)-.2 E(wise, the v)144 376.8 Q(alue of)-.25 E F2 +(par)3.75 E(ameter)-.15 E F0(is substituted.)3.23 E(${)108 388.8 Q F2 +(par)A(ameter)-.15 E F1(:=)A F2(wor)A(d)-.37 E F0(})A F1 2.005 +(Assign Default V)144 400.8 R(alues)-.92 E F0 7.005(.I)C(f)-7.005 E F2 (par)5.755 E(ameter)-.15 E F0 2.005(is unset or null, the e)5.235 F -2.004(xpansion of)-.15 F F3(wor)4.844 E(d)-.37 E F0 2.004 -(is assigned to)5.274 F F3(par)144 700.8 Q(ameter)-.15 E F0 5.278(.T).73 -G .278(he v)-5.278 F .278(alue of)-.25 F F3(par)4.028 E(ameter)-.15 E F0 +2.004(xpansion of)-.15 F F2(wor)4.844 E(d)-.37 E F0 2.004 +(is assigned to)5.274 F F2(par)144 412.8 Q(ameter)-.15 E F0 5.278(.T).73 +G .278(he v)-5.278 F .278(alue of)-.25 F F2(par)4.028 E(ameter)-.15 E F0 .278(is then substituted.)3.508 F .279 (Positional parameters and special param-)5.278 F -(eters may not be assigned to in this w)144 712.8 Q(ay)-.1 E(.)-.65 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(20)190.95 E 0 Cg EP -%%Page: 21 21 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(${)108 84 Q/F1 10/Times-Italic@0 SF(par)A(ameter)-.15 E/F2 10 -/Times-Bold@0 SF(:?)A F1(wor)A(d)-.37 E F0(})A F2 .535(Display Err)144 -96 R .535(or if Null or Unset)-.18 F F0 5.535(.I)C(f)-5.535 E F1(par) -4.285 E(ameter)-.15 E F0 .535(is null or unset, the e)3.765 F .535 -(xpansion of)-.15 F F1(wor)3.035 E(d)-.37 E F0 .535(\(or a mes-)3.035 F -.661(sage to that ef)144 108 R .661(fect if)-.25 F F1(wor)3.501 E(d)-.37 -E F0 .662(is not present\) is written to the standard error and the she\ -ll, if it is not)3.931 F(interacti)144 120 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 F1(par)2.5 E -(ameter)-.15 E F0(is substituted.)2.5 E(${)108 132 Q F1(par)A(ameter) --.15 E F2(:+)A F1(wor)A(d)-.37 E F0(})A F2 .745(Use Alter)144 144 R .745 -(nate V)-.15 F(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F1(par)4.495 E -(ameter)-.15 E F0 .745 -(is null or unset, nothing is substituted, otherwise the e)3.975 F -(xpan-)-.15 E(sion of)144 156 Q F1(wor)2.84 E(d)-.37 E F0 -(is substituted.)3.27 E(${)108 168 Q F1(par)A(ameter)-.15 E F2(:)A F1 -(of)A(fset)-.18 E F0(})A(${)108 180 Q F1(par)A(ameter)-.15 E F2(:)A F1 -(of)A(fset)-.18 E F2(:)A F1(length)A F0(})A F2 .002(Substring Expansion) -144 192 R F0 5.002(.E)C .002(xpands to up to)-5.002 F F1(length)2.502 E -F0 .002(characters of the v)2.502 F .002(alue of)-.25 F F1(par)2.502 E +(eters may not be assigned to in this w)144 424.8 Q(ay)-.1 E(.)-.65 E +(${)108 436.8 Q F2(par)A(ameter)-.15 E F1(:?)A F2(wor)A(d)-.37 E F0(})A +F1 .535(Display Err)144 448.8 R .535(or if Null or Unset)-.18 F F0 5.535 +(.I)C(f)-5.535 E F2(par)4.285 E(ameter)-.15 E F0 .535 +(is null or unset, the e)3.765 F .535(xpansion of)-.15 F F2(wor)3.035 E +(d)-.37 E F0 .535(\(or a mes-)3.035 F .661(sage to that ef)144 460.8 R +.661(fect if)-.25 F F2(wor)3.501 E(d)-.37 E F0 .662(is not present\) is\ + written to the standard error and the shell, if it is not)3.931 F +(interacti)144 472.8 Q -.15(ve)-.25 G 2.5(,e).15 G 2.5(xits. Otherwise,) +-2.65 F(the v)2.5 E(alue of)-.25 E F2(par)2.5 E(ameter)-.15 E F0 +(is substituted.)2.5 E(${)108 484.8 Q F2(par)A(ameter)-.15 E F1(:+)A F2 +(wor)A(d)-.37 E F0(})A F1 .745(Use Alter)144 496.8 R .745(nate V)-.15 F +(alue)-.92 E F0 5.745(.I)C(f)-5.745 E F2(par)4.495 E(ameter)-.15 E F0 +.745(is null or unset, nothing is substituted, otherwise the e)3.975 F +(xpan-)-.15 E(sion of)144 508.8 Q F2(wor)2.84 E(d)-.37 E F0 +(is substituted.)3.27 E(${)108 520.8 Q F2(par)A(ameter)-.15 E F1(:)A F2 +(of)A(fset)-.18 E F0(})A(${)108 532.8 Q F2(par)A(ameter)-.15 E F1(:)A F2 +(of)A(fset)-.18 E F1(:)A F2(length)A F0(})A F1 .002(Substring Expansion) +144 544.8 R F0 5.002(.E)C .002(xpands to up to)-5.002 F F2(length)2.502 +E F0 .002(characters of the v)2.502 F .002(alue of)-.25 F F2(par)2.502 E (ameter)-.15 E F0 .002(starting at the)2.502 F 1.082 -(character speci\214ed by)144 204 R F1(of)3.582 E(fset)-.18 E F0 6.082 -(.I)C(f)-6.082 E F1(par)3.582 E(ameter)-.15 E F0(is)3.582 E F2(@)3.582 E +(character speci\214ed by)144 556.8 R F2(of)3.582 E(fset)-.18 E F0 6.082 +(.I)C(f)-6.082 E F2(par)3.582 E(ameter)-.15 E F0(is)3.582 E F1(@)3.582 E F0 3.582(,a)C 3.582(ni)-3.582 G(nde)-3.582 E -.15(xe)-.15 G 3.582(da).15 -G 1.082(rray subscripted by)-3.582 F F2(@)3.582 E F0(or)3.581 E F2(*) -3.581 E F0 3.581(,o)C 3.581(ra)-3.581 G(n)-3.581 E(associati)144 216 Q +G 1.082(rray subscripted by)-3.582 F F1(@)3.582 E F0(or)3.581 E F1(*) +3.581 E F0 3.581(,o)C 3.581(ra)-3.581 G(n)-3.581 E(associati)144 568.8 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 F1(length) +(fer as described belo)-.25 F 4.522 -.65(w. I)-.25 H(f).65 E F2(length) 3.222 E F0 .722(is omitted, e)3.222 F .722(xpands to the)-.15 F .043 -(substring of the v)144 228 R .043(alue of)-.25 F F1(par)2.543 E(ameter) --.15 E F0 .042(starting at the character speci\214ed by)2.543 F F1(of) -2.542 E(fset)-.18 E F0 .042(and e)2.542 F .042(xtending to the)-.15 F -.846(end of the v)144 240 R(alue.)-.25 E F1(length)5.846 E F0(and)3.346 -E F1(of)3.346 E(fset)-.18 E F0 .846(are arithmetic e)3.346 F .847 -(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .847(ARITHMETIC EV)3.347 F -(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(belo)144 252 Q(w\).)-.25 E -(If)144 276 Q F1(of)3.029 E(fset)-.18 E F0 -.25(eva)3.029 G .529 -(luates to a number less than zero, the v).25 F .529 +(substring of the v)144 580.8 R .043(alue of)-.25 F F2(par)2.543 E +(ameter)-.15 E F0 .042(starting at the character speci\214ed by)2.543 F +F2(of)2.542 E(fset)-.18 E F0 .042(and e)2.542 F .042(xtending to the) +-.15 F .846(end of the v)144 592.8 R(alue.)-.25 E F2(length)5.846 E F0 +(and)3.346 E F2(of)3.346 E(fset)-.18 E F0 .846(are arithmetic e)3.346 F +.847(xpressions \(see)-.15 F/F3 9/Times-Bold@0 SF .847(ARITHMETIC EV) +3.347 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(belo)144 604.8 Q +(w\).)-.25 E(If)144 628.8 Q F2(of)3.029 E(fset)-.18 E F0 -.25(eva)3.029 +G .529(luates to a number less than zero, the v).25 F .529 (alue is used as an of)-.25 F .529(fset in characters from the)-.25 F -.045(end of the v)144 288 R .045(alue of)-.25 F F1(par)2.546 E(ameter) --.15 E F0 5.046(.I)C(f)-5.046 E F1(length)2.546 E F0 -.25(eva)2.546 G +.045(end of the v)144 640.8 R .045(alue of)-.25 F F2(par)2.546 E(ameter) +-.15 E F0 5.046(.I)C(f)-5.046 E F2(length)2.546 E F0 -.25(eva)2.546 G .046(luates to a number less than zero, it is interpreted as an).25 F -(of)144 300 Q .203(fset in characters from the end of the v)-.25 F .202 -(alue of)-.25 F F1(par)2.702 E(ameter)-.15 E F0 .202 -(rather than a number of characters, and)2.702 F .557(the e)144 312 R -.557(xpansion is the characters between)-.15 F F1(of)3.057 E(fset)-.18 E +(of)144 652.8 Q .203(fset in characters from the end of the v)-.25 F +.202(alue of)-.25 F F2(par)2.702 E(ameter)-.15 E F0 .202 +(rather than a number of characters, and)2.702 F .557(the e)144 664.8 R +.557(xpansion is the characters between)-.15 F F2(of)3.057 E(fset)-.18 E F0 .557(and that result.)3.057 F .558(Note that a ne)5.558 F -.05(ga) -.15 G(ti).05 E .858 -.15(ve o)-.25 H -.25(ff).15 G .558(set must be).25 -F(separated from the colon by at least one space to a)144 324 Q -.2(vo) --.2 G(id being confused with the).2 E F2(:-)2.5 E F0 -.15(ex)2.5 G -(pansion.).15 E(If)144 348 Q F1(par)2.959 E(ameter)-.15 E F0(is)2.959 E -F2(@)2.959 E F0 2.959(,t)C .459(he result is)-2.959 F F1(length)2.959 E -F0 .459(positional parameters be)2.959 F .458(ginning at)-.15 F F1(of) +F(separated from the colon by at least one space to a)144 676.8 Q -.2 +(vo)-.2 G(id being confused with the).2 E F1(:-)2.5 E F0 -.15(ex)2.5 G +(pansion.).15 E(If)144 700.8 Q F2(par)2.959 E(ameter)-.15 E F0(is)2.959 +E F1(@)2.959 E F0 2.959(,t)C .459(he result is)-2.959 F F2(length)2.959 +E F0 .459(positional parameters be)2.959 F .458(ginning at)-.15 F F2(of) 2.958 E(fset)-.18 E F0 5.458(.A)C(ne)-2.5 E -.05(ga)-.15 G(ti).05 E -.15 -(ve)-.25 G F1(of)3.108 E(fset)-.18 E F0 .095(is tak)144 360 R .095 +(ve)-.25 G F2(of)3.108 E(fset)-.18 E F0 .095(is tak)144 712.8 R .095 (en relati)-.1 F .396 -.15(ve t)-.25 H 2.596(oo).15 G .096 (ne greater than the greatest positional parameter)-2.596 F 2.596(,s)-.4 G 2.596(oa)-2.596 G 2.596(no)-2.596 G -.25(ff)-2.596 G .096(set of -1 e) .25 F -.25(va)-.25 G .096(luates to).25 F 1.322 -(the last positional parameter)144 372 R 6.322(.I)-.55 G 3.822(ti)-6.322 -G 3.822(sa)-3.822 G 3.822(ne)-3.822 G 1.322(xpansion error if)-3.972 F -F1(length)3.822 E F0 -.25(eva)3.822 G 1.322 -(luates to a number less than).25 F(zero.)144 384 Q(If)144 408 Q F1(par) -3.013 E(ameter)-.15 E F0 .514(is an inde)3.013 F -.15(xe)-.15 G 3.014 -(da).15 G .514(rray name subscripted by @ or *, the result is the)-3.014 -F F1(length)3.014 E F0 .514(members of)3.014 F 1.082(the array be)144 -420 R 1.082(ginning with ${)-.15 F F1(par)A(ameter)-.15 E F0([)A F1(of)A -(fset)-.18 E F0 3.582(]}. A)B(ne)3.582 E -.05(ga)-.15 G(ti).05 E -.15 -(ve)-.25 G F1(of)3.732 E(fset)-.18 E F0 1.081(is tak)3.581 F 1.081 -(en relati)-.1 F 1.381 -.15(ve t)-.25 H 3.581(oo).15 G 1.081(ne greater) --3.581 F 1.079(than the maximum inde)144 432 R 3.579(xo)-.15 G 3.579(ft) --3.579 G 1.079(he speci\214ed array)-3.579 F 6.079(.I)-.65 G 3.579(ti) --6.079 G 3.579(sa)-3.579 G 3.58(ne)-3.579 G 1.08(xpansion error if)-3.73 -F F1(length)3.58 E F0 -.25(eva)3.58 G 1.08(luates to a).25 F -(number less than zero.)144 444 Q(Substring e)144 468 Q -(xpansion applied to an associati)-.15 E .3 -.15(ve a)-.25 H -(rray produces unde\214ned results.).15 E 1.931(Substring inde)144 492 R -1.931(xing is zero-based unless the positional parameters are used, in \ -which case the)-.15 F(inde)144 504 Q .306(xing starts at 1 by def)-.15 F -2.806(ault. If)-.1 F F1(of)2.807 E(fset)-.18 E F0 .307 -(is 0, and the positional parameters are used,)2.807 F F2($0)2.807 E F0 -.307(is pre\214x)2.807 F(ed)-.15 E(to the list.)144 516 Q(${)108 532.8 Q -F2(!)A F1(pr)A(e\214x)-.37 E F2(*)A F0(})A(${)108 544.8 Q F2(!)A F1(pr)A -(e\214x)-.37 E F2(@)A F0(})A F2 .085(Names matching pr)144 556.8 R -(e\214x)-.18 E F0 5.085(.E)C .084(xpands to the names of v)-5.085 F .084 -(ariables whose names be)-.25 F .084(gin with)-.15 F F1(pr)2.584 E -(e\214x)-.37 E F0 2.584(,s)C(epa-)-2.584 E .257 -(rated by the \214rst character of the)144 568.8 R F3(IFS)2.757 E F0 -.257(special v)2.507 F 2.757(ariable. When)-.25 F F1(@)2.758 E F0 .258 -(is used and the e)2.758 F .258(xpansion appears)-.15 F -(within double quotes, each v)144 580.8 Q(ariable name e)-.25 E -(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 597.6 Q F2(!)A F1(name) -A F0([)A F1(@)A F0(]})A(${)108 609.6 Q F2(!)A F1(name)A F0([)A F1(*)A F0 -(]})A F2 2.036(List of array k)144 621.6 R(eys)-.1 E F0 7.036(.I)C(f) --7.036 E F1(name)4.536 E F0 2.036(is an array v)4.536 F 2.036 -(ariable, e)-.25 F 2.036(xpands to the list of array indices \(k)-.15 F --.15(ey)-.1 G(s\)).15 E .595(assigned in)144 633.6 R F1(name)3.095 E F0 -5.595(.I)C(f)-5.595 E F1(name)3.095 E F0 .595(is not an array)3.095 F -3.095(,e)-.65 G .595(xpands to 0 if)-3.245 F F1(name)3.095 E F0 .596 -(is set and null otherwise.)3.095 F(When)5.596 E F1(@)144 645.6 Q F0 +(the last positional parameter)144 724.8 R 6.322(.I)-.55 G 3.822(ti) +-6.322 G 3.822(sa)-3.822 G 3.822(ne)-3.822 G 1.322(xpansion error if) +-3.972 F F2(length)3.822 E F0 -.25(eva)3.822 G 1.322 +(luates to a number less than).25 F(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(21)192.055 E 0 Cg EP +%%Page: 22 22 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(zero.)144 84 Q(If) +144 108 Q/F1 10/Times-Italic@0 SF(par)3.013 E(ameter)-.15 E F0 .514 +(is an inde)3.013 F -.15(xe)-.15 G 3.014(da).15 G .514 +(rray name subscripted by @ or *, the result is the)-3.014 F F1(length) +3.014 E F0 .514(members of)3.014 F 1.082(the array be)144 120 R 1.082 +(ginning with ${)-.15 F F1(par)A(ameter)-.15 E F0([)A F1(of)A(fset)-.18 +E F0 3.582(]}. A)B(ne)3.582 E -.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G F1 +(of)3.732 E(fset)-.18 E F0 1.081(is tak)3.581 F 1.081(en relati)-.1 F +1.381 -.15(ve t)-.25 H 3.581(oo).15 G 1.081(ne greater)-3.581 F 1.079 +(than the maximum inde)144 132 R 3.579(xo)-.15 G 3.579(ft)-3.579 G 1.079 +(he speci\214ed array)-3.579 F 6.079(.I)-.65 G 3.579(ti)-6.079 G 3.579 +(sa)-3.579 G 3.58(ne)-3.579 G 1.08(xpansion error if)-3.73 F F1(length) +3.58 E F0 -.25(eva)3.58 G 1.08(luates to a).25 F(number less than zero.) +144 144 Q(Substring e)144 168 Q(xpansion applied to an associati)-.15 E +.3 -.15(ve a)-.25 H(rray produces unde\214ned results.).15 E 1.931 +(Substring inde)144 192 R 1.931(xing is zero-based unless the positiona\ +l parameters are used, in which case the)-.15 F(inde)144 204 Q .306 +(xing starts at 1 by def)-.15 F 2.806(ault. If)-.1 F F1(of)2.807 E(fset) +-.18 E F0 .307(is 0, and the positional parameters are used,)2.807 F/F2 +10/Times-Bold@0 SF($0)2.807 E F0 .307(is pre\214x)2.807 F(ed)-.15 E +(to the list.)144 216 Q(${)108 232.8 Q F2(!)A F1(pr)A(e\214x)-.37 E F2 +(*)A F0(})A(${)108 244.8 Q F2(!)A F1(pr)A(e\214x)-.37 E F2(@)A F0(})A F2 +.085(Names matching pr)144 256.8 R(e\214x)-.18 E F0 5.085(.E)C .084 +(xpands to the names of v)-5.085 F .084(ariables whose names be)-.25 F +.084(gin with)-.15 F F1(pr)2.584 E(e\214x)-.37 E F0 2.584(,s)C(epa-) +-2.584 E .257(rated by the \214rst character of the)144 268.8 R/F3 9 +/Times-Bold@0 SF(IFS)2.757 E F0 .257(special v)2.507 F 2.757 +(ariable. When)-.25 F F1(@)2.758 E F0 .258(is used and the e)2.758 F +.258(xpansion appears)-.15 F(within double quotes, each v)144 280.8 Q +(ariable name e)-.25 E(xpands to a separate w)-.15 E(ord.)-.1 E(${)108 +297.6 Q F2(!)A F1(name)A F0([)A F1(@)A F0(]})A(${)108 309.6 Q F2(!)A F1 +(name)A F0([)A F1(*)A F0(]})A F2 2.036(List of array k)144 321.6 R(eys) +-.1 E F0 7.036(.I)C(f)-7.036 E F1(name)4.536 E F0 2.036(is an array v) +4.536 F 2.036(ariable, e)-.25 F 2.036 +(xpands to the list of array indices \(k)-.15 F -.15(ey)-.1 G(s\)).15 E +.595(assigned in)144 333.6 R F1(name)3.095 E F0 5.595(.I)C(f)-5.595 E F1 +(name)3.095 E F0 .595(is not an array)3.095 F 3.095(,e)-.65 G .595 +(xpands to 0 if)-3.245 F F1(name)3.095 E F0 .596 +(is set and null otherwise.)3.095 F(When)5.596 E F1(@)144 345.6 Q F0 (is used and the e)2.5 E(xpansion appears within double quotes, each k) -.15 E .3 -.15(ey ex)-.1 H(pands to a separate w).15 E(ord.)-.1 E(${)108 -662.4 Q F2(#)A F1(par)A(ameter)-.15 E F0(})A F2 -.1(Pa)144 674.4 S .471 +362.4 Q F2(#)A F1(par)A(ameter)-.15 E F0(})A F2 -.1(Pa)144 374.4 S .471 (rameter length).1 F F0 5.471(.T)C .471 (he length in characters of the v)-5.471 F .471(alue of)-.25 F F1(par) 2.971 E(ameter)-.15 E F0 .47(is substituted.)2.97 F(If)5.47 E F1(par) -4.22 E(ame-)-.15 E(ter)144 686.4 Q F0(is)4.438 E F2(*)3.708 E F0(or) +4.22 E(ame-)-.15 E(ter)144 386.4 Q F0(is)4.438 E F2(*)3.708 E F0(or) 3.708 E F2(@)3.708 E F0 3.708(,t)C 1.208(he v)-3.708 F 1.208 (alue substituted is the number of positional parameters.)-.25 F(If) 6.209 E F1(par)4.959 E(ameter)-.15 E F0 1.209(is an)4.439 F .349 -(array name subscripted by)144 698.4 R F2(*)2.849 E F0(or)2.849 E F2(@) +(array name subscripted by)144 398.4 R F2(*)2.849 E F0(or)2.849 E F2(@) 2.849 E F0 2.849(,t)C .349(he v)-2.849 F .349 (alue substituted is the number of elements in the array)-.25 F 5.348 -(.I)-.65 G(f)-5.348 E F1(par)145.25 710.4 Q(ameter)-.15 E F0 .455 +(.I)-.65 G(f)-5.348 E F1(par)145.25 410.4 Q(ameter)-.15 E F0 .455 (is an inde)3.685 F -.15(xe)-.15 G 2.955(da).15 G .456 (rray name subscripted by a ne)-2.955 F -.05(ga)-.15 G(ti).05 E .756 -.15(ve n)-.25 H(umber).15 E 2.956(,t)-.4 G .456 -(hat number is interpreted)-2.956 F .973(as relati)144 722.4 R 1.273 +(hat number is interpreted)-2.956 F .973(as relati)144 422.4 R 1.273 -.15(ve t)-.25 H 3.473(oo).15 G .973(ne greater than the maximum inde) -3.473 F 3.473(xo)-.15 G(f)-3.473 E F1(par)3.473 E(ameter)-.15 E F0 3.472(,s)C 3.472(on)-3.472 G -2.25 -.15(eg a)-3.472 H(ti).15 E 1.272 --.15(ve i)-.25 H .972(ndices count back).15 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(21)190.95 E 0 Cg EP -%%Page: 22 22 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(from the end of the array)144 84 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 100.8 Q/F1 10/Times-Italic@0 -SF(par)A(ameter)-.15 E/F2 10/Times-Bold@0 SF(#)A F1(wor)A(d)-.37 E F0(}) -A(${)108 112.8 Q F1(par)A(ameter)-.15 E F2(##)A F1(wor)A(d)-.37 E F0(})A -F2(Remo)144 124.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 F0 6.196(.T)C(he)-6.196 E F1(wor)4.036 E -(d)-.37 E F0 1.196(is e)4.466 F 1.196 -(xpanded to produce a pattern just as in path-)-.15 F .152(name e)144 -136.8 R 2.652(xpansion. If)-.15 F .152(the pattern matches the be)2.652 -F .152(ginning of the v)-.15 F .152(alue of)-.25 F F1(par)2.652 E -(ameter)-.15 E F0 2.652(,t).73 G .151(hen the result of)-2.652 F 1.4 -(the e)144 148.8 R 1.4(xpansion is the e)-.15 F 1.4(xpanded v)-.15 F 1.4 -(alue of)-.25 F F1(par)5.15 E(ameter)-.15 E F0 1.4 -(with the shortest matching pattern \(the `)4.63 F(`)-.74 E F2(#)A F0 --.74('')C .281(case\) or the longest matching pattern \(the `)144 160.8 -R(`)-.74 E F2(##)A F0 1.761 -.74('' c)D .281(ase\) deleted.).74 F(If) -5.281 E F1(par)4.031 E(ameter)-.15 E F0(is)3.511 E F2(@)2.781 E F0(or) -2.781 E F2(*)2.781 E F0 2.781(,t)C .281(he pattern)-2.781 F(remo)144 -172.8 Q -.25(va)-.15 G 3.274(lo).25 G .774 +-.15(ve i)-.25 H .972(ndices count back).15 F(from the end of the array) +144 434.4 Q 2.5(,a)-.65 G(nd an inde)-2.5 E 2.5(xo)-.15 G 2.5<66ad>-2.5 +G 2.5(1r)-2.5 G(eferences the last element.)-2.5 E(${)108 451.2 Q F1 +(par)A(ameter)-.15 E F2(#)A F1(wor)A(d)-.37 E F0(})A(${)108 463.2 Q F1 +(par)A(ameter)-.15 E F2(##)A F1(wor)A(d)-.37 E F0(})A F2(Remo)144 475.2 +Q 1.396 -.1(ve m)-.1 H 1.196(atching pr).1 F 1.196(e\214x patter)-.18 F +(n)-.15 E F0 6.196(.T)C(he)-6.196 E F1(wor)4.036 E(d)-.37 E F0 1.196 +(is e)4.466 F 1.196(xpanded to produce a pattern just as in path-)-.15 F +.152(name e)144 487.2 R 2.652(xpansion. If)-.15 F .152 +(the pattern matches the be)2.652 F .152(ginning of the v)-.15 F .152 +(alue of)-.25 F F1(par)2.652 E(ameter)-.15 E F0 2.652(,t).73 G .151 +(hen the result of)-2.652 F 1.4(the e)144 499.2 R 1.4(xpansion is the e) +-.15 F 1.4(xpanded v)-.15 F 1.4(alue of)-.25 F F1(par)5.15 E(ameter)-.15 +E F0 1.4(with the shortest matching pattern \(the `)4.63 F(`)-.74 E F2 +(#)A F0 -.74('')C .281(case\) or the longest matching pattern \(the `) +144 511.2 R(`)-.74 E F2(##)A F0 1.761 -.74('' c)D .281(ase\) deleted.) +.74 F(If)5.281 E F1(par)4.031 E(ameter)-.15 E F0(is)3.511 E F2(@)2.781 E +F0(or)2.781 E F2(*)2.781 E F0 2.781(,t)C .281(he pattern)-2.781 F(remo) +144 523.2 Q -.25(va)-.15 G 3.274(lo).25 G .774 (peration is applied to each positional parameter in turn, and the e) --3.274 F .774(xpansion is the resul-)-.15 F .402(tant list.)144 184.8 R +-3.274 F .774(xpansion is the resul-)-.15 F .402(tant list.)144 535.2 R (If)5.402 E F1(par)4.152 E(ameter)-.15 E F0 .401(is an array v)3.632 F .401(ariable subscripted with)-.25 F F2(@)2.901 E F0(or)2.901 E F2(*) 2.901 E F0 2.901(,t)C .401(he pattern remo)-2.901 F -.25(va)-.15 G 2.901 (lo).25 G(peration)-2.901 E -(is applied to each member of the array in turn, and the e)144 196.8 Q -(xpansion is the resultant list.)-.15 E(${)108 213.6 Q F1(par)A(ameter) --.15 E F2(%)A F1(wor)A(d)-.37 E F0(})A(${)108 225.6 Q F1(par)A(ameter) --.15 E F2(%%)A F1(wor)A(d)-.37 E F0(})A F2(Remo)144 237.6 Q .346 -.1 -(ve m)-.1 H .146(atching suf\214x patter).1 F(n)-.15 E F0 5.146(.T)C(he) --5.146 E F1(wor)2.646 E(d)-.37 E F0 .147(is e)2.647 F .147 -(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144 -249.6 S 3.088(pansion. If).15 F .588 +(is applied to each member of the array in turn, and the e)144 547.2 Q +(xpansion is the resultant list.)-.15 E(${)108 564 Q F1(par)A(ameter) +-.15 E F2(%)A F1(wor)A(d)-.37 E F0(})A(${)108 576 Q F1(par)A(ameter)-.15 +E F2(%%)A F1(wor)A(d)-.37 E F0(})A F2(Remo)144 588 Q .346 -.1(ve m)-.1 H +.146(atching suf\214x patter).1 F(n)-.15 E F0 5.146(.T)C(he)-5.146 E F1 +(wor)2.646 E(d)-.37 E F0 .147(is e)2.647 F .147 +(xpanded to produce a pattern just as in pathname)-.15 F -.15(ex)144 600 +S 3.088(pansion. If).15 F .588 (the pattern matches a trailing portion of the e)3.088 F .588(xpanded v) -.15 F .588(alue of)-.25 F F1(par)3.088 E(ameter)-.15 E F0 3.088(,t).73 -G .588(hen the)-3.088 F .226(result of the e)144 261.6 R .226 +G .588(hen the)-3.088 F .226(result of the e)144 612 R .226 (xpansion is the e)-.15 F .226(xpanded v)-.15 F .226(alue of)-.25 F F1 (par)3.976 E(ameter)-.15 E F0 .226 -(with the shortest matching pattern \(the)3.456 F -.74(``)144 273.6 S F2 +(with the shortest matching pattern \(the)3.456 F -.74(``)144 624 S F2 (%).74 E F0 1.522 -.74('' c)D .042 (ase\) or the longest matching pattern \(the `).74 F(`)-.74 E F2(%%)A F0 1.522 -.74('' c)D .042(ase\) deleted.).74 F(If)5.042 E F1(par)3.792 E (ameter)-.15 E F0(is)3.272 E F2(@)2.541 E F0(or)2.541 E F2(*)2.541 E F0 -2.541(,t)C(he)-2.541 E .44(pattern remo)144 285.6 R -.25(va)-.15 G 2.94 +2.541(,t)C(he)-2.541 E .44(pattern remo)144 636 R -.25(va)-.15 G 2.94 (lo).25 G .441 (peration is applied to each positional parameter in turn, and the e) --2.94 F .441(xpansion is the)-.15 F .241(resultant list.)144 297.6 R(If) +-2.94 F .441(xpansion is the)-.15 F .241(resultant list.)144 648 R(If) 5.241 E F1(par)3.991 E(ameter)-.15 E F0 .241(is an array v)3.471 F .241 (ariable subscripted with)-.25 F F2(@)2.741 E F0(or)2.74 E F2(*)2.74 E F0 2.74(,t)C .24(he pattern remo)-2.74 F -.25(va)-.15 G 2.74(lo).25 G (per)-2.74 E(-)-.2 E -(ation is applied to each member of the array in turn, and the e)144 -309.6 Q(xpansion is the resultant list.)-.15 E(${)108 326.4 Q F1(par)A -(ameter)-.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0(})A F2 -.1(Pa) -144 338.4 S(tter).1 E 3.606(ns)-.15 G(ubstitution)-3.606 E F0 6.106(.T)C -(he)-6.106 E F1(pattern)3.606 E F0 1.106(is e)3.606 F 1.107 +(ation is applied to each member of the array in turn, and the e)144 660 +Q(xpansion is the resultant list.)-.15 E(${)108 676.8 Q F1(par)A(ameter) +-.15 E F2(/)A F1(pattern)A F2(/)A F1(string)A F0(})A F2 -.1(Pa)144 688.8 +S(tter).1 E 3.606(ns)-.15 G(ubstitution)-3.606 E F0 6.106(.T)C(he)-6.106 +E F1(pattern)3.606 E F0 1.106(is e)3.606 F 1.107 (xpanded to produce a pattern just as in pathname e)-.15 F(xpan-)-.15 E -(sion.)144 350.4 Q F1 -.8(Pa)6.034 G -.15(ra).8 G(meter).15 E F0 1.034 +(sion.)144 700.8 Q F1 -.8(Pa)6.034 G -.15(ra).8 G(meter).15 E F0 1.034 (is e)3.534 F 1.033(xpanded and the longest match of)-.15 F F1(pattern) 3.533 E F0(ag)3.533 E 1.033(ainst its v)-.05 F 1.033 -(alue is replaced with)-.25 F F1(string)144 362.4 Q F0 5.16(.I)C(f)-5.16 +(alue is replaced with)-.25 F F1(string)144 712.8 Q F0 5.16(.I)C(f)-5.16 E F1(pattern)2.66 E F0(be)2.66 E .16(gins with)-.15 F F2(/)2.66 E F0 2.66(,a)C .161(ll matches of)-2.66 F F1(pattern)2.661 E F0 .161 (are replaced with)2.661 F F1(string)2.661 E F0 5.161(.N)C .161 -(ormally only the)-5.161 F .807(\214rst match is replaced.)144 374.4 R +(ormally only the)-5.161 F .807(\214rst match is replaced.)144 724.8 R (If)5.807 E F1(pattern)3.307 E F0(be)3.307 E .807(gins with)-.15 F F2(#) 3.307 E F0 3.306(,i)C 3.306(tm)-3.306 G .806(ust match at the be)-3.306 -F .806(ginning of the e)-.15 F(xpanded)-.15 E -.25(va)144 386.4 S .62 -(lue of).25 F F1(par)3.12 E(ameter)-.15 E F0 5.62(.I)C(f)-5.62 E F1 -(pattern)3.12 E F0(be)3.12 E .62(gins with)-.15 F F2(%)3.12 E F0 3.12 -(,i)C 3.121(tm)-3.12 G .621(ust match at the end of the e)-3.121 F .621 -(xpanded v)-.15 F .621(alue of)-.25 F F1(par)144 398.4 Q(ameter)-.15 E -F0 6.254(.I)C(f)-6.254 E F1(string)3.754 E F0 1.253(is null, matches of) -3.753 F F1(pattern)3.753 E F0 1.253(are deleted and the)3.753 F F2(/) -3.753 E F0(follo)3.753 E(wing)-.25 E F1(pattern)3.753 E F0 1.253(may be) -3.753 F 2.678(omitted. If)144 410.4 R F1(par)3.928 E(ameter)-.15 E F0 -(is)3.408 E F2(@)2.678 E F0(or)2.678 E F2(*)2.679 E F0 2.679(,t)C .179 -(he substitution operation is applied to each positional parameter) --2.679 F .619(in turn, and the e)144 422.4 R .619 -(xpansion is the resultant list.)-.15 F(If)5.619 E F1(par)4.369 E -(ameter)-.15 E F0 .618(is an array v)3.849 F .618 -(ariable subscripted with)-.25 F F2(@)144 434.4 Q F0(or)3.223 E F2(*) -3.223 E F0 3.223(,t)C .723(he substitution operation is applied to each\ - member of the array in turn, and the e)-3.223 F(xpan-)-.15 E -(sion is the resultant list.)144 446.4 Q(${)108 463.2 Q F1(par)A(ameter) --.15 E F2(^)A F1(pattern)A F0(})A(${)108 475.2 Q F1(par)A(ameter)-.15 E -F2(^^)A F1(pattern)A F0(})A(${)108 487.2 Q F1(par)A(ameter)-.15 E F2(,)A -F1(pattern)A F0(})A(${)108 499.2 Q F1(par)A(ameter)-.15 E F2(,,)A F1 -(pattern)A F0(})A F2 .438(Case modi\214cation)144 511.2 R F0 5.438(.T)C -.438(his e)-5.438 F .437 +F .806(ginning of the e)-.15 F(xpanded)-.15 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(22)192.055 E 0 Cg EP +%%Page: 23 23 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.25(va)144 84 S +.62(lue of).25 F/F1 10/Times-Italic@0 SF(par)3.12 E(ameter)-.15 E F0 +5.62(.I)C(f)-5.62 E F1(pattern)3.12 E F0(be)3.12 E .62(gins with)-.15 F +/F2 10/Times-Bold@0 SF(%)3.12 E F0 3.12(,i)C 3.121(tm)-3.12 G .621 +(ust match at the end of the e)-3.121 F .621(xpanded v)-.15 F .621 +(alue of)-.25 F F1(par)144 96 Q(ameter)-.15 E F0 6.254(.I)C(f)-6.254 E +F1(string)3.754 E F0 1.253(is null, matches of)3.753 F F1(pattern)3.753 +E F0 1.253(are deleted and the)3.753 F F2(/)3.753 E F0(follo)3.753 E +(wing)-.25 E F1(pattern)3.753 E F0 1.253(may be)3.753 F 2.731 +(omitted. If)144 108 R(the)2.731 E F2(nocasematch)2.731 E F0 .231 +(shell option is enabled, the match is performed without re)2.731 F -.05 +(ga)-.15 G .232(rd to the).05 F .188(case of alphabetic characters.)144 +120 R(If)5.188 E F1(par)3.938 E(ameter)-.15 E F0(is)3.418 E F2(@)2.688 E +F0(or)2.688 E F2(*)2.687 E F0 2.687(,t)C .187 +(he substitution operation is applied to each)-2.687 F .445 +(positional parameter in turn, and the e)144 132 R .446 +(xpansion is the resultant list.)-.15 F(If)5.446 E F1(par)4.196 E +(ameter)-.15 E F0 .446(is an array v)3.676 F(ari-)-.25 E .463 +(able subscripted with)144 144 R F2(@)2.963 E F0(or)2.963 E F2(*)2.963 E +F0 2.963(,t)C .462 +(he substitution operation is applied to each member of the array in) +-2.963 F(turn, and the e)144 156 Q(xpansion is the resultant list.)-.15 +E(${)108 172.8 Q F1(par)A(ameter)-.15 E F2(^)A F1(pattern)A F0(})A(${) +108 184.8 Q F1(par)A(ameter)-.15 E F2(^^)A F1(pattern)A F0(})A(${)108 +196.8 Q F1(par)A(ameter)-.15 E F2(,)A F1(pattern)A F0(})A(${)108 208.8 Q +F1(par)A(ameter)-.15 E F2(,,)A F1(pattern)A F0(})A F2 .437 +(Case modi\214cation)144 220.8 R F0 5.437(.T)C .437(his e)-5.437 F .438 (xpansion modi\214es the case of alphabetic characters in)-.15 F F1(par) -2.937 E(ameter)-.15 E F0 5.437(.T)C(he)-5.437 E F1(pattern)144 523.2 Q -F0 1.406(is e)3.906 F 1.407 -(xpanded to produce a pattern just as in pathname e)-.15 F 3.907 -(xpansion. Each)-.15 F 1.407(character in the)3.907 F -.15(ex)144 535.2 -S 1.232(panded v).15 F 1.232(alue of)-.25 F F1(par)3.732 E(ameter)-.15 E +2.938 E(ameter)-.15 E F0 5.438(.T)C(he)-5.438 E F1(pattern)144 232.8 Q +F0 1.407(is e)3.907 F 1.407 +(xpanded to produce a pattern just as in pathname e)-.15 F 3.906 +(xpansion. Each)-.15 F 1.406(character in the)3.906 F -.15(ex)144 244.8 +S 1.231(panded v).15 F 1.231(alue of)-.25 F F1(par)3.732 E(ameter)-.15 E F0 1.232(is tested ag)3.732 F(ainst)-.05 E F1(pattern)3.732 E F0 3.732 (,a)C 1.232(nd, if it matches the pattern, its case is)-3.732 F(con)144 -547.2 Q -.15(ve)-.4 G 2.924(rted. The).15 F .424 +256.8 Q -.15(ve)-.4 G 2.924(rted. The).15 F .424 (pattern should not attempt to match more than one character)2.924 F 5.424(.T)-.55 G(he)-5.424 E F2(^)2.924 E F0 .424(operator con-)2.924 F --.15(ve)144 559.2 S .61(rts lo).15 F .61(wercase letters matching)-.25 F +-.15(ve)144 268.8 S .61(rts lo).15 F .61(wercase letters matching)-.25 F F1(pattern)3.11 E F0 .61(to uppercase; the)3.11 F F2(,)3.11 E F0 .61 (operator con)3.11 F -.15(ve)-.4 G .61(rts matching uppercase).15 F -1.547(letters to lo)144 571.2 R 4.047(wercase. The)-.25 F F2(^^)4.047 E +1.548(letters to lo)144 280.8 R 4.047(wercase. The)-.25 F F2(^^)4.047 E F0(and)4.047 E F2(,,)4.047 E F0 -.15(ex)4.047 G 1.547(pansions con).15 F -.15(ve)-.4 G 1.547(rt each matched character in the e).15 F(xpanded) --.15 E -.25(va)144 583.2 S .634(lue; the).25 F F2(^)3.134 E F0(and)3.134 -E F2(,)3.134 E F0 -.15(ex)3.134 G .634(pansions match and con).15 F -.15 -(ve)-.4 G .633(rt only the \214rst character in the e).15 F .633 -(xpanded v)-.15 F 3.133(alue. If)-.25 F F1(pattern)144 595.2 Q F0 .78 +-.15 E -.25(va)144 292.8 S .633(lue; the).25 F F2(^)3.133 E F0(and)3.133 +E F2(,)3.133 E F0 -.15(ex)3.133 G .633(pansions match and con).15 F -.15 +(ve)-.4 G .634(rt only the \214rst character in the e).15 F .634 +(xpanded v)-.15 F 3.134(alue. If)-.25 F F1(pattern)144 304.8 Q F0 .78 (is omitted, it is treated lik)3.28 F 3.28(ea)-.1 G F2(?)A F0 3.28(,w)C .78(hich matches e)-3.28 F -.15(ve)-.25 G .78(ry character).15 F 5.78 (.I)-.55 G(f)-5.78 E F1(par)4.53 E(ameter)-.15 E F0(is)4.01 E F2(@)3.28 E F0(or)3.28 E F2(*)3.28 E F0(,)A .582(the case modi\214cation operatio\ -n is applied to each positional parameter in turn, and the e)144 607.2 R -(xpansion)-.15 E .468(is the resultant list.)144 619.2 R(If)5.468 E F1 +n is applied to each positional parameter in turn, and the e)144 316.8 R +(xpansion)-.15 E .469(is the resultant list.)144 328.8 R(If)5.469 E F1 (par)4.218 E(ameter)-.15 E F0 .468(is an array v)3.698 F .468 -(ariable subscripted with)-.25 F F2(@)2.968 E F0(or)2.968 E F2(*)2.969 E -F0 2.969(,t)C .469(he case modi\214ca-)-2.969 F .005(tion operation is \ -applied to each member of the array in turn, and the e)144 631.2 R .005 -(xpansion is the resultant list.)-.15 F F2(Command Substitution)87 648 Q -F1 1.697(Command substitution)108 660 R F0(allo)4.197 E 1.697 +(ariable subscripted with)-.25 F F2(@)2.968 E F0(or)2.968 E F2(*)2.968 E +F0 2.968(,t)C .468(he case modi\214ca-)-2.968 F(tion operation is appli\ +ed to each member of the array in turn, and the e)144 340.8 Q +(xpansion is the resultant list.)-.15 E(${)108 357.6 Q F1(par)A(ameter) +-.15 E F2(@)A F1(oper)A(ator)-.15 E F0(})A F2 -.1(Pa)144 369.6 S .86 +(rameter transf).1 F(ormation)-.25 E F0 5.86(.T)C .86(he e)-5.86 F .86 +(xpansion is either a transformation of the v)-.15 F .86(alue of)-.25 F +F1(par)3.36 E(ameter)-.15 E F0 .154(or information about)144 381.6 R F1 +(par)2.654 E(ameter)-.15 E F0 .153(itself, depending on the v)2.654 F +.153(alue of)-.25 F F1(oper)2.653 E(ator)-.15 E F0 5.153(.E)C(ach)-5.153 +E F1(oper)2.653 E(ator)-.15 E F0 .153(is a sin-)2.653 F(gle letter:)144 +393.6 Q F2(Q)144 417.6 Q F0 1.064(The e)180 417.6 R 1.064 +(xpansion is a string that is the v)-.15 F 1.065(alue of)-.25 F F1(par) +3.565 E(ameter)-.15 E F0 1.065(quoted in a format that can be)3.565 F +(reused as input.)180 429.6 Q F2(E)144 441.6 Q F0 .441(The e)180 441.6 R +.441(xpansion is a string that is the v)-.15 F .441(alue of)-.25 F F1 +(par)2.941 E(ameter)-.15 E F0 .44(with backslash escape sequences)2.94 F +-.15(ex)180 453.6 S(panded as with the).15 E F2($'...)2.5 E(')-.55 E F0 +(quoting mechansim.)2.5 E F2(P)144 465.6 Q F0 1.072(The e)180 465.6 R +1.073(xpansion is a string that is the result of e)-.15 F 1.073 +(xpanding the v)-.15 F 1.073(alue of)-.25 F F1(par)3.573 E(ameter)-.15 E +F0 1.073(as if it)3.573 F(were a prompt string \(see)180 477.6 Q F2(PR) +2.5 E(OMPTING)-.3 E F0(belo)2.5 E(w\).)-.25 E F2(A)144 489.6 Q F0 1.138 +(The e)180 489.6 R 1.138 +(xpansion is a string in the form of an assignment statement or)-.15 F +F2(declar)3.637 E(e)-.18 E F0(command)3.637 E(that, if e)180 501.6 Q +-.25(va)-.25 G(luated, will recreate).25 E F1(par)2.5 E(ameter)-.15 E F0 +(with its attrib)2.5 E(utes and v)-.2 E(alue.)-.25 E F2(a)144 513.6 Q F0 +(The e)180 513.6 Q(xpansion is a string consisting of \215ag v)-.15 E +(alues representing)-.25 E F1(par)2.5 E(ameter)-.15 E F0 1.1 -.55('s a)D +(ttrib).55 E(utes.)-.2 E(If)144 530.4 Q F1(par)5.33 E(ameter)-.15 E F0 +(is)4.81 E F2(@)4.08 E F0(or)4.08 E F2(*)4.08 E F0 4.08(,t)C 1.581 +(he operation is applied to each positional parameter in turn, and the) +-4.08 F -.15(ex)144 542.4 S .347(pansion is the resultant list.).15 F +(If)5.347 E F1(par)4.097 E(ameter)-.15 E F0 .346(is an array v)3.577 F +.346(ariable subscripted with)-.25 F F2(@)2.846 E F0(or)2.846 E F2(*) +2.846 E F0 2.846(,t)C .346(he case)-2.846 F 1.204(modi\214cation operat\ +ion is applied to each member of the array in turn, and the e)144 554.4 +R 1.204(xpansion is the)-.15 F(resultant list.)144 566.4 Q 1.85 +(The result of the e)144 590.4 R 1.849(xpansion is subject to w)-.15 F +1.849(ord splitting and pathname e)-.1 F 1.849(xpansion as described) +-.15 F(belo)144 602.4 Q -.65(w.)-.25 G F2(Command Substitution)87 619.2 +Q F1 1.697(Command substitution)108 631.2 R F0(allo)4.197 E 1.697 (ws the output of a command to replace the command name.)-.25 F 1.698 -(There are tw)6.698 F(o)-.1 E(forms:)108 672 Q F2($\()144 688.8 Q F1 -(command)A F2(\))1.666 E F0(or)108 700.8 Q F2<92>144 712.8 Q F1(command) -A F2<92>A(Bash)108 729.6 Q F0 1.709(performs the e)4.209 F 1.709 -(xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F1(command)4.209 E F0 -1.708(and replacing the command substitution with the)4.208 F -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(22)190.95 E 0 Cg EP -%%Page: 23 23 +(There are tw)6.698 F(o)-.1 E(forms:)108 643.2 Q F2($\()144 660 Q F1 +(command)A F2(\))1.666 E F0(or)108 672 Q F2<92>144 684 Q F1(command)A F2 +<92>A(Bash)108 700.8 Q F0 .089(performs the e)2.589 F .089 +(xpansion by e)-.15 F -.15(xe)-.15 G(cuting).15 E F1(command)2.589 E F0 +.088(in a subshell en)2.589 F .088(vironment and replacing the command) +-.4 F .41(substitution with the standard output of the command, with an) +108 712.8 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 .192(lines are not deleted, b) +108 724.8 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.691 E F1(\214le) +2.691 E F2(\))A F0(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(23) +192.055 E 0 Cg EP +%%Page: 24 24 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .749(standard output of the command, with an)108 84 R 3.249(yt) --.15 G .749(railing ne)-3.249 F .749(wlines deleted.)-.25 F .75 -(Embedded ne)5.749 F .75(wlines are not deleted,)-.25 F -.2(bu)108 96 S -3.197(tt).2 G(he)-3.197 E 3.197(ym)-.15 G .697(ay be remo)-3.197 F -.15 -(ve)-.15 G 3.196(dd).15 G .696(uring w)-3.196 F .696(ord splitting.)-.1 -F .696(The command substitution)5.696 F/F1 10/Times-Bold@0 SF($\(cat) -3.196 E/F2 10/Times-Italic@0 SF(\214le)3.196 E F1(\))A F0 .696 -(can be replaced by)3.196 F(the equi)108 108 Q -.25(va)-.25 G(lent b).25 -E(ut f)-.2 E(aster)-.1 E F1($\(<)2.5 E F2(\214le)2.5 E F1(\))A F0(.)A -1.724(When the old-style backquote form of substitution is used, backsl\ -ash retains its literal meaning e)108 124.8 R(xcept)-.15 E .315 -(when follo)108 136.8 R .315(wed by)-.25 F F1($)2.815 E F0(,)A F1<92> -2.815 E F0 2.815(,o)C(r)-2.815 E F1(\\)2.815 E F0 5.315(.T)C .314(he \ -\214rst backquote not preceded by a backslash terminates the command su\ -b-)-5.315 F 3.886(stitution. When)108 148.8 R 1.386(using the $\()3.886 -F F2(command).833 E F0 3.886(\)f)1.666 G 1.387 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(can be replaced by the equi)108 84 Q -.25(va)-.25 G(lent b).25 E(ut f) +-.2 E(aster)-.1 E/F1 10/Times-Bold@0 SF($\(<)2.5 E/F2 10/Times-Italic@0 +SF(\214le)2.5 E F1(\))A F0(.)A 1.724(When the old-style backquote form \ +of substitution is used, backslash retains its literal meaning e)108 +100.8 R(xcept)-.15 E .315(when follo)108 112.8 R .315(wed by)-.25 F F1 +($)2.815 E F0(,)A F1<92>2.815 E F0 2.815(,o)C(r)-2.815 E F1(\\)2.815 E +F0 5.315(.T)C .314(he \214rst backquote not preceded by a backslash ter\ +minates the command sub-)-5.315 F 3.886(stitution. When)108 124.8 R +1.386(using the $\()3.886 F F2(command).833 E F0 3.886(\)f)1.666 G 1.387 (orm, all characters between the parentheses mak)-3.886 F 3.887(eu)-.1 G 3.887(pt)-3.887 G 1.387(he com-)-3.887 F -(mand; none are treated specially)108 160.8 Q(.)-.65 E .894 -(Command substitutions may be nested.)108 177.6 R 2.494 -.8(To n)5.894 H +(mand; none are treated specially)108 136.8 Q(.)-.65 E .894 +(Command substitutions may be nested.)108 153.6 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 189.6 Q .422 -(If the substitution appears within double quotes, w)108 206.4 R .422 +(quotes with backslashes.)108 165.6 Q .422 +(If the substitution appears within double quotes, w)108 182.4 R .422 (ord splitting and pathname e)-.1 F .423(xpansion are not performed)-.15 -F(on the results.)108 218.4 Q F1(Arithmetic Expansion)87 235.2 Q F0 -1.035(Arithmetic e)108 247.2 R 1.035(xpansion allo)-.15 F 1.035 +F(on the results.)108 194.4 Q F1(Arithmetic Expansion)87 211.2 Q F0 +1.035(Arithmetic e)108 223.2 R 1.035(xpansion allo)-.15 F 1.035 (ws the e)-.25 F -.25(va)-.25 G 1.034(luation of an arithmetic e).25 F 1.034(xpression and the substitution of the result.)-.15 F -(The format for arithmetic e)108 259.2 Q(xpansion is:)-.15 E F1($\(\() -144 276 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A F0(The)108 292.8 Q +(The format for arithmetic e)108 235.2 Q(xpansion is:)-.15 E F1($\(\() +144 252 Q F2 -.2(ex)C(pr).2 E(ession)-.37 E F1(\)\))A F0(The)108 268.8 Q F2 -.2(ex)2.665 G(pr).2 E(ession)-.37 E F0 .165 (is treated as if it were within double quotes, b)2.905 F .166 (ut a double quote inside the parentheses is not)-.2 F .231 -(treated specially)108 304.8 R 5.231(.A)-.65 G .231(ll tok)-5.231 F .231 +(treated specially)108 280.8 R 5.231(.A)-.65 G .231(ll tok)-5.231 F .231 (ens in the e)-.1 F .231(xpression under)-.15 F .231(go parameter and v) -.18 F .23(ariable e)-.25 F .23(xpansion, command substi-)-.15 F 1.059 -(tution, and quote remo)108 316.8 R -.25(va)-.15 G 3.559(l. The).25 F +(tution, and quote remo)108 292.8 R -.25(va)-.15 G 3.559(l. The).25 F 1.059(result is treated as the arithmetic e)3.559 F 1.06 (xpression to be e)-.15 F -.25(va)-.25 G 3.56(luated. Arithmetic).25 F --.15(ex)108 328.8 S(pansions may be nested.).15 E 1.379(The e)108 345.6 +-.15(ex)108 304.8 S(pansions may be nested.).15 E 1.379(The e)108 321.6 R -.25(va)-.25 G 1.378 (luation is performed according to the rules listed belo).25 F 3.878(wu) -.25 G(nder)-3.878 E/F3 9/Times-Bold@0 SF 1.378(ARITHMETIC EV)3.878 F (ALU)-1.215 E -.855(AT)-.54 G(ION).855 E/F4 9/Times-Roman@0 SF(.)A F0 -(If)5.878 E F2 -.2(ex)108 357.6 S(pr).2 E(ession)-.37 E F0(is in)2.74 E +(If)5.878 E F2 -.2(ex)108 333.6 S(pr).2 E(ession)-.37 E F0(is in)2.74 E -.25(va)-.4 G(lid,).25 E F1(bash)2.5 E F0(prints a message indicating f) -2.5 E(ailure and no substitution occurs.)-.1 E F1(Pr)87 374.4 Q -(ocess Substitution)-.18 E F2(Pr)108 386.4 Q .97(ocess substitution)-.45 -F F0 .971(is supported on systems that support named pipes \()3.47 F F2 -(FIFOs)A F0 3.471(\)o)C 3.471(rt)-3.471 G(he)-3.471 E F1(/de)3.471 E -(v/fd)-.15 E F0 .971(method of)3.471 F .022(naming open \214les.)108 -398.4 R .021(It tak)5.022 F .021(es the form of)-.1 F F1(<\()2.521 E F2 -(list)A F1(\)).833 E F0(or)2.521 E F1(>\()2.521 E F2(list)A F1(\)).833 E -F0 5.021(.T)C .021(he process)-5.021 F F2(list)2.521 E F0 .021 -(is run with its input or output con-)2.521 F .058(nected to a)108 410.4 -R F2(FIFO)2.558 E F0 .058(or some \214le in)2.558 F F1(/de)2.558 E(v/fd) --.15 E F0 5.058(.T)C .058(he name of this \214le is passed as an ar) --5.058 F .059(gument to the current com-)-.18 F .131 -(mand as the result of the e)108 422.4 R 2.631(xpansion. If)-.15 F(the) -2.63 E F1(>\()2.63 E F2(list)A F1(\)).833 E F0 .13 -(form is used, writing to the \214le will pro)2.63 F .13(vide input for) --.15 F F2(list)2.63 E F0(.)A(If the)108 434.4 Q F1(<\()2.5 E F2(list)A -F1(\)).833 E F0(form is used, the \214le passed as an ar)2.5 E -(gument should be read to obtain the output of)-.18 E F2(list)2.5 E F0 -(.)A .896(When a)108 451.2 R -.25(va)-.2 G .896(ilable, process substit\ -ution is performed simultaneously with parameter and v).25 F .897 -(ariable e)-.25 F(xpansion,)-.15 E -(command substitution, and arithmetic e)108 463.2 Q(xpansion.)-.15 E F1 --.75(Wo)87 480 S(rd Splitting).75 E F0 1.143 -(The shell scans the results of parameter e)108 492 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 504 Q +2.5 E(ailure and no substitution occurs.)-.1 E F1(Pr)87 350.4 Q +(ocess Substitution)-.18 E F2(Pr)108 362.4 Q .405(ocess substitution) +-.45 F F0(allo)2.905 E .405(ws a process')-.25 F 2.905(si)-.55 G .405 +(nput or output to be referred to using a \214lename.)-2.905 F .405 +(It tak)5.405 F .405(es the form)-.1 F(of)108 374.4 Q F1(<\()3.251 E F2 +(list)A F1(\)).833 E F0(or)3.251 E F1(>\()3.251 E F2(list)A F1(\)).833 E +F0 5.751(.T)C .751(he process)-5.751 F F2(list)3.251 E F0 .751 +(is run asynchronously)3.251 F 3.251(,a)-.65 G .751 +(nd its input or output appears as a \214lename.)-3.251 F .147 +(This \214lename is passed as an ar)108 386.4 R .148 +(gument to the current command as the result of the e)-.18 F 2.648 +(xpansion. If)-.15 F(the)2.648 E F1(>\()2.648 E F2(list)A F1(\)).833 E +F0 .56(form is used, writing to the \214le will pro)108 398.4 R .56 +(vide input for)-.15 F F2(list)3.059 E F0 5.559(.I)C 3.059(ft)-5.559 G +(he)-3.059 E F1(<\()3.059 E F2(list)A F1(\)).833 E F0 .559 +(form is used, the \214le passed as an)3.059 F(ar)108 410.4 Q .308 +(gument should be read to obtain the output of)-.18 F F2(list)2.808 E F0 +5.308(.P)C .309(rocess substitution is supported on systems that sup-) +-5.308 F(port named pipes \()108 422.4 Q F2(FIFOs)A F0 2.5(\)o)C 2.5(rt) +-2.5 G(he)-2.5 E F1(/de)2.5 E(v/fd)-.15 E F0 +(method of naming open \214les.)2.5 E .897(When a)108 439.2 R -.25(va) +-.2 G .896(ilable, process substitution is performed simultaneously wit\ +h parameter and v).25 F .896(ariable e)-.25 F(xpansion,)-.15 E +(command substitution, and arithmetic e)108 451.2 Q(xpansion.)-.15 E F1 +-.75(Wo)87 468 S(rd Splitting).75 E F0 1.142 +(The shell scans the results of parameter e)108 480 R 1.143 +(xpansion, command substitution, and arithmetic e)-.15 F 1.143 +(xpansion that)-.15 F(did not occur within double quotes for)108 492 Q F2(wor)2.5 E 2.5(ds)-.37 G(plitting)-2.5 E F0(.).22 E .063 -(The shell treats each character of)108 520.8 R F3(IFS)2.563 E F0 .063 +(The shell treats each character of)108 508.8 R F3(IFS)2.563 E F0 .063 (as a delimiter)2.313 F 2.563(,a)-.4 G .063 (nd splits the results of the other e)-2.563 F .063(xpansions into w) -.15 F(ords)-.1 E .207(using these characters as \214eld terminators.) -108 532.8 R(If)5.207 E F3(IFS)2.707 E F0 .207(is unset, or its v)2.457 F -.207(alue is e)-.25 F(xactly)-.15 E F1()2.707 E F0 -(,)A .836(the def)108 544.8 R .836(ault, then sequences of)-.1 F F1 -()3.336 E F0(,)A F1()3.336 E F0 3.336(,a)C(nd)-3.336 E F1 -()3.336 E F0 .837(at the be)3.336 F .837 -(ginning and end of the results of)-.15 F .346(the pre)108 556.8 R .345 +108 520.8 R(If)5.207 E F3(IFS)2.707 E F0 .207(is unset, or its v)2.457 F +.207(alue is e)-.25 F(xactly)-.15 E F1()2.708 E F0 +(,)A .837(the def)108 532.8 R .837(ault, then sequences of)-.1 F F1 +()3.337 E F0(,)A F1()3.337 E F0 3.337(,a)C(nd)-3.337 E F1 +()3.337 E F0 .836(at the be)3.336 F .836 +(ginning and end of the results of)-.15 F .345(the pre)108 544.8 R .345 (vious e)-.25 F .345(xpansions are ignored, and an)-.15 F 2.845(ys)-.15 G .345(equence of)-2.845 F F3(IFS)2.845 E F0 .345 (characters not at the be)2.595 F .345(ginning or end serv)-.15 F(es) --.15 E 1.236(to delimit w)108 568.8 R 3.736(ords. If)-.1 F F3(IFS)3.736 -E F0 1.236(has a v)3.486 F 1.236(alue other than the def)-.25 F 1.237 +-.15 E 1.237(to delimit w)108 556.8 R 3.737(ords. If)-.1 F F3(IFS)3.737 +E F0 1.236(has a v)3.486 F 1.236(alue other than the def)-.25 F 1.236 (ault, then sequences of the whitespace characters)-.1 F F1(space)108 -580.8 Q F0(and)3.187 E F1(tab)3.187 E F0 .687(are ignored at the be) -3.187 F .687(ginning and end of the w)-.15 F .686 -(ord, as long as the whitespace character is in)-.1 F .276(the v)108 -592.8 R .276(alue of)-.25 F F3(IFS)2.777 E F0(\(an)2.527 E F3(IFS)2.777 -E F0 .277(whitespace character\).)2.527 F(An)5.277 E 2.777(yc)-.15 G -.277(haracter in)-2.777 F F3(IFS)2.777 E F0 .277(that is not)2.527 F F3 -(IFS)2.777 E F0 .277(whitespace, along with)2.527 F(an)108 604.8 Q 3.336 -(ya)-.15 G(djacent)-3.336 E F3(IFS)3.336 E F0 .836 -(whitespace characters, delimits a \214eld.)3.086 F 3.335(As)5.835 G -.835(equence of)-3.335 F F3(IFS)3.335 E F0 .835 -(whitespace characters is also)3.085 F(treated as a delimiter)108 616.8 -Q 5(.I)-.55 G 2.5(ft)-5 G(he v)-2.5 E(alue of)-.25 E F3(IFS)2.5 E F0 -(is null, no w)2.25 E(ord splitting occurs.)-.1 E 1.878 -(Explicit null ar)108 633.6 R 1.878(guments \()-.18 F F1 .833("").833 G -F0(or)3.545 E F1 .833<0808>5.211 G F0 4.378(\)a)C 1.878(re retained.) --4.378 F 1.878(Unquoted implicit null ar)6.878 F 1.879 -(guments, resulting from the)-.18 F -.15(ex)108 645.6 S .177 -(pansion of parameters that ha).15 F .477 -.15(ve n)-.2 H 2.677(ov).15 G -.177(alues, are remo)-2.927 F -.15(ve)-.15 G 2.676(d. If).15 F 2.676(ap) -2.676 G .176(arameter with no v)-2.676 F .176(alue is e)-.25 F .176 -(xpanded within)-.15 F(double quotes, a null ar)108 657.6 Q -(gument results and is retained.)-.18 E(Note that if no e)108 674.4 Q -(xpansion occurs, no splitting is performed.)-.15 E F1 -.1(Pa)87 691.2 S -(thname Expansion).1 E F0 .37(After w)108 703.2 R .37 +568.8 Q F0(,)A F1(tab)2.506 E F0 2.506(,a)C(nd)-2.506 E F1(newline)2.506 +E F0 .006(are ignored at the be)2.506 F .006(ginning and end of the w) +-.15 F .007(ord, as long as the whitespace charac-)-.1 F .921 +(ter is in the v)108 580.8 R .92(alue of)-.25 F F3(IFS)3.42 E F0(\(an) +3.17 E F3(IFS)3.42 E F0 .92(whitespace character\).)3.17 F(An)5.92 E +3.42(yc)-.15 G .92(haracter in)-3.42 F F3(IFS)3.42 E F0 .92(that is not) +3.17 F F3(IFS)3.42 E F0(whitespace,)3.17 E .428(along with an)108 592.8 +R 2.928(ya)-.15 G(djacent)-2.928 E F3(IFS)2.928 E F0 .428 +(whitespace characters, delimits a \214eld.)2.678 F 2.928(As)5.428 G +.428(equence of)-2.928 F F3(IFS)2.928 E F0 .429(whitespace charac-)2.679 +F(ters is also treated as a delimiter)108 604.8 Q 5(.I)-.55 G 2.5(ft)-5 +G(he v)-2.5 E(alue of)-.25 E F3(IFS)2.5 E F0(is null, no w)2.25 E +(ord splitting occurs.)-.1 E 1.927(Explicit null ar)108 621.6 R 1.927 +(guments \()-.18 F F1 .833("").833 G F0(or)3.594 E F1 .833<0808>5.26 G +F0 4.427(\)a)C 1.927 +(re retained and passed to commands as empty strings.)-4.427 F(Unquoted) +6.927 E .484(implicit null ar)108 633.6 R .484 +(guments, resulting from the e)-.18 F .484 +(xpansion of parameters that ha)-.15 F .785 -.15(ve n)-.2 H 2.985(ov).15 +G .485(alues, are remo)-3.235 F -.15(ve)-.15 G 2.985(d. If).15 F(a)2.985 +E 1.572(parameter with no v)108 645.6 R 1.572(alue is e)-.25 F 1.571 +(xpanded within double quotes, a null ar)-.15 F 1.571 +(gument results and is retained and)-.18 F .723 +(passed to a command as an empty string.)108 657.6 R .724 +(When a quoted null ar)5.724 F .724(gument appears as part of a w)-.18 F +.724(ord whose)-.1 F -.15(ex)108 669.6 S .176 +(pansion is non-null, the null ar).15 F .176(gument is remo)-.18 F -.15 +(ve)-.15 G 2.676(d. That).15 F .176(is, the w)2.676 F(ord)-.1 E/F5 10 +/Courier@0 SF -5.1672.676 F F0(becomes)2.675 E F52.675 +E F0 .175(after w)2.675 F .175(ord split-)-.1 F(ting and null ar)108 +681.6 Q(gument remo)-.18 E -.25(va)-.15 G(l.).25 E(Note that if no e)108 +698.4 Q(xpansion occurs, no splitting is performed.)-.15 E(GNU Bash 4.4) +72 768 Q(2016 August 26)142.895 E(24)192.055 E 0 Cg EP +%%Page: 25 25 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.1(Pa)87 84 S(thname Expansion).1 E F0 .37(After w)108 96 R .37 (ord splitting, unless the)-.1 F F12.87 E F0 .37 (option has been set,)2.87 F F1(bash)2.87 E F0 .371(scans each w)2.871 F .371(ord for the characters)-.1 F F1(*)2.871 E F0(,)A F1(?)2.871 E F0 2.871(,a)C(nd)-2.871 E F1([)2.871 E F0(.)A .678 -(If one of these characters appears, then the w)108 715.2 R .677 -(ord is re)-.1 F -.05(ga)-.15 G .677(rded as a).05 F F2(pattern)3.177 E -F0 3.177(,a).24 G .677(nd replaced with an alphabeti-)-3.177 F .562 -(cally sorted list of \214lenames matching the pattern \(see)108 727.2 R -F3 -.09(Pa)3.062 G(tter).09 E 2.812(nM)-.135 G(atching)-2.812 E F0(belo) -2.812 E 3.062(w\). If)-.25 F .562(no matching \214lenames)3.062 F -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(23)190.95 E 0 Cg EP -%%Page: 24 24 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .009(are found, and the shell option)108 84 R/F1 10/Times-Bold@0 -SF(nullglob)2.509 E F0 .008(is not enabled, the w)2.509 F .008 +(If one of these characters appears, then the w)108 108 R .677 +(ord is re)-.1 F -.05(ga)-.15 G .677(rded as a).05 F/F2 10 +/Times-Italic@0 SF(pattern)3.177 E F0 3.177(,a).24 G .677 +(nd replaced with an alphabeti-)-3.177 F .562 +(cally sorted list of \214lenames matching the pattern \(see)108 120 R +/F3 9/Times-Bold@0 SF -.09(Pa)3.062 G(tter).09 E 2.812(nM)-.135 G +(atching)-2.812 E F0(belo)2.812 E 3.062(w\). If)-.25 F .562 +(no matching \214lenames)3.062 F .009(are found, and the shell option) +108 132 R F1(nullglob)2.509 E F0 .008(is not enabled, the w)2.509 F .008 (ord is left unchanged.)-.1 F .008(If the)5.008 F F1(nullglob)2.508 E F0 -.008(option is)2.508 F .442(set, and no matches are found, the w)108 96 +.008(option is)2.508 F .442(set, and no matches are found, the w)108 144 R .442(ord is remo)-.1 F -.15(ve)-.15 G 2.942(d. If).15 F(the)2.943 E F1 (failglob)2.943 E F0 .443(shell option is set, and no matches are)2.943 F 1.38(found, an error message is printed and the command is not e)108 -108 R -.15(xe)-.15 G 3.88(cuted. If).15 F 1.38(the shell option)3.88 F +156 R -.15(xe)-.15 G 3.88(cuted. If).15 F 1.38(the shell option)3.88 F F1(nocaseglob)3.88 E F0(is)3.88 E .103 -(enabled, the match is performed without re)108 120 R -.05(ga)-.15 G +(enabled, the match is performed without re)108 168 R -.05(ga)-.15 G .104(rd to the case of alphabetic characters.).05 F .104 -(When a pattern is used)5.104 F .378(for pathname e)108 132 R .378 +(When a pattern is used)5.104 F .378(for pathname e)108 180 R .378 (xpansion, the character)-.15 F F1 -.63(``)2.878 G -.55(.').63 G(')-.08 E F0 .378(at the start of a name or immediately follo)5.378 F .377 -(wing a slash must be)-.25 F .578(matched e)108 144 R(xplicitly)-.15 E +(wing a slash must be)-.25 F .578(matched e)108 192 R(xplicitly)-.15 E 3.078(,u)-.65 G .578(nless the shell option)-3.078 F F1(dotglob)3.079 E F0 .579(is set.)3.079 F .579 (When matching a pathname, the slash character)5.579 F 1.789(must al)108 -156 R -.1(wa)-.1 G 1.788(ys be matched e).1 F(xplicitly)-.15 E 6.788(.I) +204 R -.1(wa)-.1 G 1.788(ys be matched e).1 F(xplicitly)-.15 E 6.788(.I) -.65 G 4.288(no)-6.788 G 1.788(ther cases, the)-4.288 F F1 -.63(``)4.288 G -.55(.').63 G(')-.08 E F0 1.788(character is not treated specially) 6.788 F 6.788(.S)-.65 G 1.788(ee the)-6.788 F .165(description of)108 -168 R F1(shopt)2.665 E F0(belo)2.665 E 2.665(wu)-.25 G(nder)-2.665 E/F2 -9/Times-Bold@0 SF .165(SHELL B)2.665 F(UIL)-.09 E .165(TIN COMMANDS) --.828 F F0 .166(for a description of the)2.415 F F1(nocaseglob)2.666 E -F0(,)A F1(null-)2.666 E(glob)108 180 Q F0(,)A F1(failglob)2.5 E F0 2.5 -(,a)C(nd)-2.5 E F1(dotglob)2.5 E F0(shell options.)2.5 E(The)108 196.8 Q -F2(GLOBIGNORE)2.786 E F0 .286(shell v)2.536 F .285 +216 R F1(shopt)2.665 E F0(belo)2.665 E 2.665(wu)-.25 G(nder)-2.665 E F3 +.165(SHELL B)2.665 F(UIL)-.09 E .165(TIN COMMANDS)-.828 F F0 .166 +(for a description of the)2.415 F F1(nocaseglob)2.666 E F0(,)A F1(null-) +2.666 E(glob)108 228 Q F0(,)A F1(failglob)2.5 E F0 2.5(,a)C(nd)-2.5 E F1 +(dotglob)2.5 E F0(shell options.)2.5 E(The)108 244.8 Q F3(GLOBIGNORE) +2.786 E F0 .286(shell v)2.536 F .285 (ariable may be used to restrict the set of \214lenames matching a)-.25 -F/F3 10/Times-Italic@0 SF(pattern)2.785 E F0 5.285(.I).24 G(f)-5.285 E -F2(GLO-)2.785 E(BIGNORE)108 208.8 Q F0 2.316(is set, each matching \214\ -lename that also matches one of the patterns in)4.565 F F2(GLOBIGNORE) -4.816 E F0(is)4.566 E(remo)108 220.8 Q -.15(ve)-.15 G 2.66(df).15 G .16 -(rom the list of matches.)-2.66 F .16(The \214lenames)5.16 F F1 -.63(``) -2.66 G -.55(.').63 G(')-.08 E F0(and)5.16 E F1 -.63(``)2.66 G(..).63 E --.63('')-.55 G F0 .16(are al)5.79 F -.1(wa)-.1 G .159(ys ignored when).1 -F F2(GLOBIGNORE)2.659 E F0(is)2.409 E .045(set and not null.)108 232.8 R -(Ho)5.045 E(we)-.25 E -.15(ve)-.25 G .845 -.4(r, s).15 H(etting).4 E F2 -(GLOBIGNORE)2.545 E F0 .046(to a non-null v)2.296 F .046 -(alue has the ef)-.25 F .046(fect of enabling the)-.25 F F1(dotglob) -2.546 E F0 .787(shell option, so all other \214lenames be)108 244.8 R -.787(ginning with a)-.15 F F1 -.63(``)3.287 G -.55(.').63 G(')-.08 E F0 -.787(will match.)5.787 F 2.386 -.8(To g)5.787 H .786(et the old beha).8 -F .786(vior of ignoring)-.2 F .641(\214lenames be)108 256.8 R .641 -(ginning with a)-.15 F F1 -.63(``)3.141 G -.55(.').63 G(')-.08 E F0 -3.141(,m)C(ak)-3.141 E(e)-.1 E F1 -.63(``)3.141 G(.*').63 E(')-.63 E F0 -.642(one of the patterns in)5.642 F F2(GLOBIGNORE)3.142 E/F4 9 -/Times-Roman@0 SF(.)A F0(The)5.142 E F1(dotglob)3.142 E F0 .642 -(option is)3.142 F(disabled when)108 268.8 Q F2(GLOBIGNORE)2.5 E F0 -(is unset.)2.25 E F1 -.1(Pa)108 285.6 S(tter).1 E 2.5(nM)-.15 G(atching) --2.5 E F0(An)108 302.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 3.62(itself. The)108 314.4 -R 1.12(NUL character may not occur in a pattern.)3.62 F 3.62(Ab)6.12 G -1.12(ackslash escapes the follo)-3.62 F 1.12(wing character; the)-.25 F -.576(escaping backslash is discarded when matching.)108 326.4 R .576 +F F2(pattern)2.785 E F0 5.285(.I).24 G(f)-5.285 E F3(GLO-)2.785 E +(BIGNORE)108 256.8 Q F0 2.316(is set, each matching \214lename that als\ +o matches one of the patterns in)4.565 F F3(GLOBIGNORE)4.816 E F0(is) +4.566 E(remo)108 268.8 Q -.15(ve)-.15 G 3.915(df).15 G 1.415 +(rom the list of matches.)-3.915 F 1.415(If the)6.415 F F1(nocaseglob) +3.915 E F0 1.415(option is set, the matching ag)3.915 F 1.414 +(ainst the patterns in)-.05 F F3(GLOBIGNORE)108 280.8 Q F0 .146 +(is performed without re)2.396 F -.05(ga)-.15 G .146(rd to case.).05 F +.146(The \214lenames)5.146 F F1 -.63(``)2.646 G -.55(.').63 G(')-.08 E +F0(and)5.147 E F1 -.63(``)2.647 G(..).63 E -.63('')-.55 G F0 .147 +(are al)5.777 F -.1(wa)-.1 G .147(ys ignored when).1 F F3(GLOBIGNORE)108 +292.8 Q F0 .827(is set and not null.)3.077 F(Ho)5.827 E(we)-.25 E -.15 +(ve)-.25 G 1.627 -.4(r, s).15 H(etting).4 E F3(GLOBIGNORE)3.327 E F0 +.827(to a non-null v)3.077 F .827(alue has the ef)-.25 F .827(fect of) +-.25 F .682(enabling the)108 304.8 R F1(dotglob)3.182 E F0 .682 +(shell option, so all other \214lenames be)3.182 F .682(ginning with a) +-.15 F F1 -.63(``)3.182 G -.55(.').63 G(')-.08 E F0 .682(will match.) +5.682 F 2.283 -.8(To g)5.683 H .683(et the old).8 F(beha)108 316.8 Q +1.185(vior of ignoring \214lenames be)-.2 F 1.185(ginning with a)-.15 F +F1 -.63(``)3.684 G -.55(.').63 G(')-.08 E F0 3.684(,m)C(ak)-3.684 E(e) +-.1 E F1 -.63(``)3.684 G(.*').63 E(')-.63 E F0 1.184 +(one of the patterns in)6.184 F F3(GLOBIGNORE)3.684 E/F4 9/Times-Roman@0 +SF(.)A F0(The)108 328.8 Q F1(dotglob)3.131 E F0 .631 +(option is disabled when)3.131 F F3(GLOBIGNORE)3.132 E F0 .632 +(is unset.)2.882 F .632(The pattern matching honors the setting of)5.632 +F(the)108 340.8 Q F1(extglob)2.5 E F0(shell option.)2.5 E F1 -.1(Pa)108 +357.6 S(tter).1 E 2.5(nM)-.15 G(atching)-2.5 E F0(An)108 374.4 Q 3.138 +(yc)-.15 G .638(haracter that appears in a pattern, other than the spec\ +ial pattern characters described belo)-3.138 F 1.938 -.65(w, m)-.25 H +(atches).65 E 3.62(itself. The)108 386.4 R 1.12 +(NUL character may not occur in a pattern.)3.62 F 3.62(Ab)6.12 G 1.12 +(ackslash escapes the follo)-3.62 F 1.12(wing character; the)-.25 F .576 +(escaping backslash is discarded when matching.)108 398.4 R .576 (The special pattern characters must be quoted if the)5.576 F 3.076(ya) --.15 G(re)-3.076 E(to be matched literally)108 338.4 Q(.)-.65 E -(The special pattern characters ha)108 355.2 Q .3 -.15(ve t)-.2 H -(he follo).15 E(wing meanings:)-.25 E F1(*)144 372 Q F0 .376(Matches an) -31 F 2.876(ys)-.15 G .376(tring, including the null string.)-2.876 F -.376(When the)5.376 F F1(globstar)2.876 E F0 .377 -(shell option is enabled,)2.876 F(and)180 384 Q F1(*)3.275 E F0 .775 +-.15 G(re)-3.076 E(to be matched literally)108 410.4 Q(.)-.65 E +(The special pattern characters ha)108 427.2 Q .3 -.15(ve t)-.2 H +(he follo).15 E(wing meanings:)-.25 E F1(*)144 444 Q F0 .376(Matches an) +180 444 R 2.876(ys)-.15 G .376(tring, including the null string.)-2.876 +F .376(When the)5.376 F F1(globstar)2.876 E F0 .377 +(shell option is enabled,)2.876 F(and)180 456 Q F1(*)3.275 E F0 .775 (is used in a pathname e)3.275 F .775(xpansion conte)-.15 F .775(xt, tw) -.15 F 3.275(oa)-.1 G(djacent)-3.275 E F1(*)3.275 E F0 3.275(su)C .775 (sed as a single pattern)-3.275 F 1.058(will match all \214les and zero\ - or more directories and subdirectories.)180 396 R 1.058(If follo)6.058 -F 1.058(wed by a)-.25 F F1(/)3.558 E F0(,)A(tw)180 408 Q 2.5(oa)-.1 G + or more directories and subdirectories.)180 468 R 1.058(If follo)6.058 +F 1.058(wed by a)-.25 F F1(/)3.558 E F0(,)A(tw)180 480 Q 2.5(oa)-.1 G (djacent)-2.5 E F1(*)2.5 E F0 2.5(sw)C -(ill match only directories and subdirectories.)-2.5 E F1(?)144 420 Q F0 -(Matches an)31 E 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F1([...]) -144 432 Q F0 .579(Matches an)21.84 F 3.079(yo)-.15 G .579 +(ill match only directories and subdirectories.)-2.5 E F1(?)144 492 Q F0 +(Matches an)180 492 Q 2.5(ys)-.15 G(ingle character)-2.5 E(.)-.55 E F1 +([...])144 504 Q F0 .579(Matches an)180 504 R 3.079(yo)-.15 G .579 (ne of the enclosed characters.)-3.079 F 3.079(Ap)5.579 G .578 (air of characters separated by a h)-3.079 F(yphen)-.05 E .684 -(denotes a)180 444 R F3 -.15(ra)3.184 G(ng).15 E 3.184(ee)-.1 G(xpr) +(denotes a)180 516 R F2 -.15(ra)3.184 G(ng).15 E 3.184(ee)-.1 G(xpr) -3.384 E(ession)-.37 E F0 3.184(;a)C .984 -.15(ny c)-3.184 H .684 (haracter that f).15 F .684(alls between those tw)-.1 F 3.185(oc)-.1 G -.685(haracters, inclu-)-3.185 F(si)180 456 Q -.15(ve)-.25 G 3.713(,u).15 +.685(haracters, inclu-)-3.185 F(si)180 528 Q -.15(ve)-.25 G 3.713(,u).15 G 1.213(sing the current locale')-3.713 F 3.712(sc)-.55 G 1.212 (ollating sequence and character set, is matched.)-3.712 F 1.212(If the) -6.212 F 1.123(\214rst character follo)180 468 R 1.123(wing the)-.25 F F1 +6.212 F 1.123(\214rst character follo)180 540 R 1.123(wing the)-.25 F F1 ([)3.623 E F0 1.123(is a)3.623 F F1(!)3.623 E F0 1.124(or a)6.123 F F1 (^)3.624 E F0 1.124(then an)3.624 F 3.624(yc)-.15 G 1.124 (haracter not enclosed is matched.)-3.624 F .895 -(The sorting order of characters in range e)180 480 R .894 +(The sorting order of characters in range e)180 552 R .894 (xpressions is determined by the current locale)-.15 F .375(and the v) -180 492 R .375(alues of the)-.25 F F2(LC_COLLA)2.875 E(TE)-.855 E F0(or) -2.625 E F2(LC_ALL)2.875 E F0 .375(shell v)2.625 F .375 +180 564 R .375(alues of the)-.25 F F3(LC_COLLA)2.875 E(TE)-.855 E F0(or) +2.625 E F3(LC_ALL)2.875 E F0 .375(shell v)2.625 F .375 (ariables, if set.)-.25 F 1.976 -.8(To o)5.376 H .376(btain the tra-).8 -F .068(ditional interpretation of range e)180 504 R .068 +F .068(ditional interpretation of range e)180 576 R .068 (xpressions, where)-.15 F F1([a\255d])2.568 E F0 .067(is equi)2.567 F -.25(va)-.25 G .067(lent to).25 F F1([abcd])2.567 E F0 2.567(,s)C .067 -(et v)-2.567 F(alue)-.25 E .156(of the)180 516 R F1(LC_ALL)2.656 E F0 +(et v)-2.567 F(alue)-.25 E .156(of the)180 588 R F1(LC_ALL)2.656 E F0 .156(shell v)2.656 F .156(ariable to)-.25 F F1(C)2.657 E F0 2.657(,o)C 2.657(re)-2.657 G .157(nable the)-2.657 F F1(globasciiranges)2.657 E F0 .157(shell option.)2.657 F(A)5.157 E F12.657 E F0(may)2.657 E .193(\ be matched by including it as the \214rst or last character in the set.) -180 528 R(A)5.193 E F1(])2.693 E F0 .193(may be matched by)2.693 F -(including it as the \214rst character in the set.)180 540 Q -.4(Wi)180 -558 S(thin).4 E F1([)3.07 E F0(and)3.07 E F1(])3.07 E F0(,)A F3 -.15(ch) +180 600 R(A)5.193 E F1(])2.693 E F0 .193(may be matched by)2.693 F +(including it as the \214rst character in the set.)180 612 Q -.4(Wi)180 +630 S(thin).4 E F1([)3.07 E F0(and)3.07 E F1(])3.07 E F0(,)A F2 -.15(ch) 3.07 G(ar).15 E .571(acter classes)-.15 F F0 .571 -(can be speci\214ed using the syntax)3.071 F F1([:)3.071 E F3(class)A F1 -(:])A F0 3.071(,w)C(here)-3.071 E F3(class)3.071 E F0 -(is one of the follo)180 570 Q +(can be speci\214ed using the syntax)3.071 F F1([:)3.071 E F2(class)A F1 +(:])A F0 3.071(,w)C(here)-3.071 E F2(class)3.071 E F0 +(is one of the follo)180 642 Q (wing classes de\214ned in the POSIX standard:)-.25 E F1 8.173 -(alnum alpha ascii blank cntrl digit graph lo)180 582 R 8.173 -(wer print punct space)-.1 F 5(upper w)180 594 R 5(ord xdigit)-.1 F F0 -4.289(Ac)180 606 S 1.789(haracter class matches an)-4.289 F 4.289(yc) +(alnum alpha ascii blank cntrl digit graph lo)180 654 R 8.173 +(wer print punct space)-.1 F 5(upper w)180 666 R 5(ord xdigit)-.1 F F0 +4.289(Ac)180 678 S 1.789(haracter class matches an)-4.289 F 4.289(yc) -.15 G 1.789(haracter belonging to that class.)-4.289 F(The)6.789 E F1 -.1(wo)4.29 G(rd).1 E F0(character)4.29 E -(class matches letters, digits, and the character _.)180 618 Q -.4(Wi) -180 636 S(thin).4 E F1([)4.537 E F0(and)4.537 E F1(])4.537 E F0 4.537 -(,a)C(n)-4.537 E F3 2.037(equivalence class)4.537 F F0 2.036 -(can be speci\214ed using the syntax)4.536 F F1([=)4.536 E F3(c)A F1(=]) +(class matches letters, digits, and the character _.)180 690 Q -.4(Wi) +180 708 S(thin).4 E F1([)4.537 E F0(and)4.537 E F1(])4.537 E F0 4.537 +(,a)C(n)-4.537 E F2 2.037(equivalence class)4.537 F F0 2.036 +(can be speci\214ed using the syntax)4.536 F F1([=)4.536 E F2(c)A F1(=]) A F0 4.536(,w)C(hich)-4.536 E .125(matches all characters with the same\ - collation weight \(as de\214ned by the current locale\) as)180 648 R -(the character)180 660 Q F3(c)2.5 E F0(.)A -.4(Wi)180 678 S(thin).4 E F1 -([)2.5 E F0(and)2.5 E F1(])2.5 E F0 2.5(,t)C(he syntax)-2.5 E F1([.)2.5 -E F3(symbol)A F1(.])A F0(matches the collating symbol)2.5 E F3(symbol) -2.5 E F0(.)A .705(If the)108 694.8 R F1(extglob)3.205 E F0 .705 -(shell option is enabled using the)3.205 F F1(shopt)3.205 E F0 -.2(bu) + collation weight \(as de\214ned by the current locale\) as)180 720 R +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(25)192.055 E 0 Cg EP +%%Page: 26 26 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(the character)180 +84 Q/F1 10/Times-Italic@0 SF(c)2.5 E F0(.)A -.4(Wi)180 102 S(thin).4 E +/F2 10/Times-Bold@0 SF([)2.5 E F0(and)2.5 E F2(])2.5 E F0 2.5(,t)C +(he syntax)-2.5 E F2([.)2.5 E F1(symbol)A F2(.])A F0 +(matches the collating symbol)2.5 E F1(symbol)2.5 E F0(.)A .705(If the) +108 118.8 R F2(extglob)3.205 E F0 .705 +(shell option is enabled using the)3.205 F F2(shopt)3.205 E F0 -.2(bu) 3.205 G .704(iltin, se).2 F -.15(ve)-.25 G .704(ral e).15 F .704 (xtended pattern matching operators)-.15 F .255(are recognized.)108 -706.8 R .255(In the follo)5.255 F .255(wing description, a)-.25 F F3 +130.8 R .255(In the follo)5.255 F .255(wing description, a)-.25 F F1 (pattern-list)2.755 E F0 .255 -(is a list of one or more patterns separated by a)2.755 F F1(|)2.756 E +(is a list of one or more patterns separated by a)2.755 F F2(|)2.756 E F0(.)A(Composite patterns may be formed using one or more of the follo) -108 718.8 Q(wing sub-patterns:)-.25 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(24)190.95 E 0 Cg EP -%%Page: 25 25 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(?\()144 84 Q/F2 10/Times-Italic@0 SF -(pattern-list).833 E F1(\)).833 E F0 -(Matches zero or one occurrence of the gi)180 96 Q -.15(ve)-.25 G 2.5 -(np).15 G(atterns)-2.5 E F1(*\()144 108 Q F2(pattern-list).833 E F1(\)) -.833 E F0(Matches zero or more occurrences of the gi)180 120 Q -.15(ve) --.25 G 2.5(np).15 G(atterns)-2.5 E F1(+\()144 132 Q F2(pattern-list).833 -E F1(\)).833 E F0(Matches one or more occurrences of the gi)180 144 Q --.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(@\()144 156 Q F2 -(pattern-list).833 E F1(\)).833 E F0(Matches one of the gi)180 168 Q --.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F1(!\()144 180 Q F2 -(pattern-list).833 E F1(\)).833 E F0(Matches an)180 192 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 -F1(Quote Remo)87 208.8 Q -.1(va)-.1 G(l).1 E F0 1.113 -(After the preceding e)108 220.8 R 1.113 -(xpansions, all unquoted occurrences of the characters)-.15 F F1(\\) -3.613 E F0(,)A F1<08>3.612 E F0 3.612(,a)C(nd)-3.612 E F1(")4.445 E F0 -1.112(that did not result)4.445 F(from one of the abo)108 232.8 Q .3 +108 142.8 Q(wing sub-patterns:)-.25 E F2(?\()144 166.8 Q F1 +(pattern-list).833 E F2(\)).833 E F0 +(Matches zero or one occurrence of the gi)180 178.8 Q -.15(ve)-.25 G 2.5 +(np).15 G(atterns)-2.5 E F2(*\()144 190.8 Q F1(pattern-list).833 E F2 +(\)).833 E F0(Matches zero or more occurrences of the gi)180 202.8 Q +-.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F2(+\()144 214.8 Q F1 +(pattern-list).833 E F2(\)).833 E F0 +(Matches one or more occurrences of the gi)180 226.8 Q -.15(ve)-.25 G +2.5(np).15 G(atterns)-2.5 E F2(@\()144 238.8 Q F1(pattern-list).833 E F2 +(\)).833 E F0(Matches one of the gi)180 250.8 Q -.15(ve)-.25 G 2.5(np) +.15 G(atterns)-2.5 E F2(!\()144 262.8 Q F1(pattern-list).833 E F2(\)) +.833 E F0(Matches an)180 274.8 Q(ything e)-.15 E(xcept one of the gi) +-.15 E -.15(ve)-.25 G 2.5(np).15 G(atterns)-2.5 E F2(Quote Remo)87 291.6 +Q -.1(va)-.1 G(l).1 E F0 1.113(After the preceding e)108 303.6 R 1.113 +(xpansions, all unquoted occurrences of the characters)-.15 F F2(\\) +3.613 E F0(,)A F2<08>3.612 E F0 3.612(,a)C(nd)-3.612 E F2(")4.445 E F0 +1.112(that did not result)4.445 F(from one of the abo)108 315.6 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 249.6 Q F0 .545 -(Before a command is e)108 261.6 R -.15(xe)-.15 G .545 -(cuted, its input and output may be).15 F F2 -.37(re)3.045 G(dir).37 E +10.95/Times-Bold@0 SF(REDIRECTION)72 332.4 Q F0 .545 +(Before a command is e)108 344.4 R -.15(xe)-.15 G .545 +(cuted, its input and output may be).15 F F1 -.37(re)3.045 G(dir).37 E (ected)-.37 E F0 .545(using a special notation interpreted)3.815 F .405 -(by the shell.)108 273.6 R .405(Redirection allo)5.405 F .405(ws comman\ +(by the shell.)108 356.4 R .405(Redirection allo)5.405 F .405(ws comman\ ds' \214le handles to be duplicated, opened, closed, made to refer to) --.25 F(dif)108 285.6 Q 1.019(ferent \214les, and can change the \214les\ +-.25 F(dif)108 368.4 Q 1.019(ferent \214les, and can change the \214les\ the command reads from and writes to.)-.25 F 1.02 (Redirection may also be)6.02 F .215 -(used to modify \214le handles in the current shell e)108 297.6 R -.15 +(used to modify \214le handles in the current shell e)108 380.4 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 .875(may precede or appear an)108 -309.6 R .875(ywhere within a)-.15 F F2 .875(simple command)3.715 F F0 -.875(or may follo)4.145 F 3.376(wa)-.25 G F2(command)A F0 5.876(.R).77 G -.876(edirections are)-5.876 F(processed in the order the)108 321.6 Q 2.5 +392.4 R .875(ywhere within a)-.15 F F1 .875(simple command)3.715 F F0 +.875(or may follo)4.145 F 3.376(wa)-.25 G F1(command)A F0 5.876(.R).77 G +.876(edirections are)-5.876 F(processed in the order the)108 404.4 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 338.4 R .771(ord of)-.1 F .292(the form {) -108 350.4 R F2(varname)A F0 2.793(}. In)B .293 +stead be preceded by a w)108 421.2 R .771(ord of)-.1 F .292(the form {) +108 433.2 R F1(varname)A F0 2.793(}. In)B .293 (this case, for each redirection operator e)2.793 F .293 -(xcept >&- and <&-, the shell will allocate)-.15 F 3.18<618c>108 362.4 S +(xcept >&- and <&-, the shell will allocate)-.15 F 3.18<618c>108 445.2 S .679(le descriptor greater than or equal to 10 and assign it to)-3.18 F -F2(varname)3.179 E F0 5.679(.I)C 3.179(f>)-5.679 G .679 -(&- or <&- is preceded by {)-3.179 F F2(var)A(-)-.2 E(name)108 374.4 Q -F0(}, the v)A(alue of)-.25 E F2(varname)2.5 E F0 +F1(varname)3.179 E F0 5.679(.I)C 3.179(f>)-5.679 G .679 +(&- or <&- is preceded by {)-3.179 F F1(var)A(-)-.2 E(name)108 457.2 Q +F0(}, the v)A(alue of)-.25 E F1(varname)2.5 E F0 (de\214nes the \214le descriptor to close.)2.5 E .283(In the follo)108 -391.2 R .284(wing descriptions, if the \214le descriptor number is omit\ -ted, and the \214rst character of the redirect-)-.25 F .513 -(ion operator is)108 403.2 R F1(<)3.012 E F0 3.012(,t)C .512 +474 R .284(wing descriptions, if the \214le descriptor number is omitte\ +d, and the \214rst character of the redirect-)-.25 F .513 +(ion operator is)108 486 R F2(<)3.012 E F0 3.012(,t)C .512 (he redirection refers to the standard input \(\214le descriptor 0\).) -3.012 F .512(If the \214rst character of the)5.512 F -(redirection operator is)108 415.2 Q F1(>)2.5 E F0 2.5(,t)C +(redirection operator is)108 498 Q F2(>)2.5 E F0 2.5(,t)C (he redirection refers to the standard output \(\214le descriptor 1\).) --2.5 E .824(The w)108 432 R .824(ord follo)-.1 F .824 +-2.5 E .824(The w)108 514.8 R .824(ord follo)-.1 F .824 (wing the redirection operator in the follo)-.25 F .825 (wing descriptions, unless otherwise noted, is sub-)-.25 F .463 -(jected to brace e)108 444 R .463(xpansion, tilde e)-.15 F .462 +(jected to brace e)108 526.8 R .463(xpansion, tilde e)-.15 F .462 (xpansion, parameter and v)-.15 F .462(ariable e)-.25 F .462 -(xpansion, command substitution, arith-)-.15 F .866(metic e)108 456 R +(xpansion, command substitution, arith-)-.15 F .866(metic e)108 538.8 R .866(xpansion, quote remo)-.15 F -.25(va)-.15 G .866(l, pathname e).25 F .867(xpansion, and w)-.15 F .867(ord splitting.)-.1 F .867(If it e)5.867 -F .867(xpands to more than one)-.15 F -.1(wo)108 468 S(rd,).1 E F1(bash) -2.5 E F0(reports an error)2.5 E(.)-.55 E -(Note that the order of redirections is signi\214cant.)108 484.8 Q -.15 -(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 501.6 Q F1(>)2.5 -E F0(dirlist 2)2.5 E F1(>&)A F0(1)A -(directs both standard output and standard error to the \214le)108 518.4 -Q F2(dirlist)2.5 E F0 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144 -535.2 Q F1(>&)A F0(1)A F1(>)2.5 E F0(dirlist)2.5 E .527 -(directs only the standard output to \214le)108 552 R F2(dirlist)3.027 E -F0 3.027(,b).68 G .527(ecause the standard error w)-3.027 F .527 +F .867(xpands to more than one)-.15 F -.1(wo)108 550.8 S(rd,).1 E F2 +(bash)2.5 E F0(reports an error)2.5 E(.)-.55 E +(Note that the order of redirections is signi\214cant.)108 567.6 Q -.15 +(Fo)5 G 2.5(re).15 G(xample, the command)-2.65 E(ls)144 584.4 Q F2(>)2.5 +E F0(dirlist 2)2.5 E F2(>&)A F0(1)A +(directs both standard output and standard error to the \214le)108 601.2 +Q F1(dirlist)2.5 E F0 2.5(,w).68 G(hile the command)-2.5 E(ls 2)144 618 +Q F2(>&)A F0(1)A F2(>)2.5 E F0(dirlist)2.5 E .527 +(directs only the standard output to \214le)108 634.8 R F1(dirlist)3.027 +E F0 3.027(,b).68 G .527(ecause the standard error w)-3.027 F .527 (as duplicated from the standard)-.1 F -(output before the standard output w)108 564 Q(as redirected to)-.1 E F2 -(dirlist)2.5 E F0(.).68 E F1(Bash)108 580.8 Q F0 .598(handles se)3.098 F --.15(ve)-.25 G .598(ral \214lenames specially when the).15 F 3.099(ya) +(output before the standard output w)108 646.8 Q(as redirected to)-.1 E +F1(dirlist)2.5 E F0(.).68 E F2(Bash)108 663.6 Q F0 .598(handles se)3.098 +F -.15(ve)-.25 G .598(ral \214lenames specially when the).15 F 3.099(ya) -.15 G .599(re used in redirections, as described in the follo)-3.099 F -(wing)-.25 E(table:)108 592.8 Q F1(/de)144 609.6 Q(v/fd/)-.15 E F2(fd)A -F0(If)180 621.6 Q F2(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E(ger)-.15 -E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F2(fd)2.5 E F0(is duplicated.)2.5 -E F1(/de)144 633.6 Q(v/stdin)-.15 E F0(File descriptor 0 is duplicated.) -180 645.6 Q F1(/de)144 657.6 Q(v/stdout)-.15 E F0 -(File descriptor 1 is duplicated.)180 669.6 Q F1(/de)144 681.6 Q -(v/stderr)-.15 E F0(File descriptor 2 is duplicated.)180 693.6 Q F1(/de) -144 705.6 Q(v/tcp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)180 717.6 Q -F2(host)2.997 E F0 .497(is a v)2.997 F .497 -(alid hostname or Internet address, and)-.25 F F2(port)2.996 E F0 .496 -(is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E -(vice name,)180 729.6 Q F1(bash)2.5 E F0 -(attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(25)190.95 E 0 Cg EP -%%Page: 26 26 +(wing)-.25 E 3.478(table. If)108 675.6 R .978 +(the operating system on which)3.478 F F2(bash)3.478 E F0 .978 +(is running pro)3.478 F .977 +(vides these special \214les, bash will use them;)-.15 F +(otherwise it will emulate them internally with the beha)108 687.6 Q +(vior described belo)-.2 E -.65(w.)-.25 G F2(/de)144 704.4 Q(v/fd/)-.15 +E F1(fd)A F0(If)180 716.4 Q F1(fd)2.5 E F0(is a v)2.5 E(alid inte)-.25 E +(ger)-.15 E 2.5<2c8c>-.4 G(le descriptor)-2.5 E F1(fd)2.5 E F0 +(is duplicated.)2.5 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(26) +192.055 E 0 Cg EP +%%Page: 27 27 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(/de)144 84 Q(v/udp/)-.15 E/F2 10 -/Times-Italic@0 SF(host)A F1(/)A F2(port)A F0(If)180 96 Q F2(host)2.996 -E F0 .496(is a v)2.996 F .496(alid hostname or Internet address, and) --.25 F F2(port)2.997 E F0 .497(is an inte)2.997 F .497 -(ger port number or ser)-.15 F(-)-.2 E(vice name,)180 108 Q F1(bash)2.5 -E F0(attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af) -108 124.8 S -(ailure to open or create a \214le causes the redirection to f)-2.6 E -(ail.)-.1 E .947(Redirections using \214le descriptors greater than 9 s\ -hould be used with care, as the)108 141.6 R 3.446(ym)-.15 G .946 -(ay con\215ict with \214le)-3.446 F -(descriptors the shell uses internally)108 153.6 Q(.)-.65 E F1(Redir)87 -170.4 Q(ecting Input)-.18 E F0 .391 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(/de)144 84 Q(v/stdin)-.15 E F0(File descriptor 0 is duplicated.)180 +96 Q F1(/de)144 108 Q(v/stdout)-.15 E F0 +(File descriptor 1 is duplicated.)180 120 Q F1(/de)144 132 Q(v/stderr) +-.15 E F0(File descriptor 2 is duplicated.)180 144 Q F1(/de)144 156 Q +(v/tcp/)-.15 E/F2 10/Times-Italic@0 SF(host)A F1(/)A F2(port)A F0(If)180 +168 Q F2(host)2.996 E F0 .496(is a v)2.996 F .496 +(alid hostname or Internet address, and)-.25 F F2(port)2.997 E F0 .497 +(is an inte)2.997 F .497(ger port number or ser)-.15 F(-)-.2 E +(vice name,)180 180 Q F1(bash)2.5 E F0 +(attempts to open the corresponding TCP sock)2.5 E(et.)-.1 E F1(/de)144 +192 Q(v/udp/)-.15 E F2(host)A F1(/)A F2(port)A F0(If)180 204 Q F2(host) +2.997 E F0 .497(is a v)2.997 F .497 +(alid hostname or Internet address, and)-.25 F F2(port)2.996 E F0 .496 +(is an inte)2.996 F .496(ger port number or ser)-.15 F(-)-.2 E +(vice name,)180 216 Q F1(bash)2.5 E F0 +(attempts to open the corresponding UDP sock)2.5 E(et.)-.1 E 2.5(Af)108 +232.8 S(ailure to open or create a \214le causes the redirection to f) +-2.6 E(ail.)-.1 E .946(Redirections using \214le descriptors greater th\ +an 9 should be used with care, as the)108 249.6 R 3.447(ym)-.15 G .947 +(ay con\215ict with \214le)-3.447 F +(descriptors the shell uses internally)108 261.6 Q(.)-.65 E F1(Redir)87 +278.4 Q(ecting Input)-.18 E F0 .391 (Redirection of input causes the \214le whose name results from the e) -108 182.4 R .391(xpansion of)-.15 F F2(wor)3.231 E(d)-.37 E F0 .391 -(to be opened for read-)3.661 F(ing on \214le descriptor)108 194.4 Q F2 +108 290.4 R .391(xpansion of)-.15 F F2(wor)3.231 E(d)-.37 E F0 .391 +(to be opened for read-)3.661 F(ing on \214le descriptor)108 302.4 Q F2 (n)2.5 E F0 2.5(,o).24 G 2.5(rt)-2.5 G (he standard input \(\214le descriptor 0\) if)-2.5 E F2(n)2.86 E F0 (is not speci\214ed.)2.74 E -(The general format for redirecting input is:)108 211.2 Q([)144 228 Q F2 -(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 244.8 Q(ecting Output) --.18 E F0 .175 +(The general format for redirecting input is:)108 319.2 Q([)144 336 Q F2 +(n)A F0(])A F1(<)A F2(wor)A(d)-.37 E F1(Redir)87 352.8 Q(ecting Output) +-.18 E F0 .174 (Redirection of output causes the \214le whose name results from the e) -108 256.8 R .174(xpansion of)-.15 F F2(wor)3.014 E(d)-.37 E F0 .174 -(to be opened for writ-)3.444 F .824(ing on \214le descriptor)108 268.8 -R F2(n)3.324 E F0 3.324(,o).24 G 3.324(rt)-3.324 G .824 -(he standard output \(\214le descriptor 1\) if)-3.324 F F2(n)3.684 E F0 -.824(is not speci\214ed.)3.564 F .825(If the \214le does not)5.825 F --.15(ex)108 280.8 S(ist it is created; if it does e).15 E +108 364.8 R .175(xpansion of)-.15 F F2(wor)3.015 E(d)-.37 E F0 .175 +(to be opened for writ-)3.445 F .825(ing on \214le descriptor)108 376.8 +R F2(n)3.325 E F0 3.325(,o).24 G 3.325(rt)-3.325 G .824 +(he standard output \(\214le descriptor 1\) if)-3.325 F F2(n)3.684 E F0 +.824(is not speci\214ed.)3.564 F .824(If the \214le does not)5.824 F +-.15(ex)108 388.8 S(ist it is created; if it does e).15 E (xist it is truncated to zero size.)-.15 E -(The general format for redirecting output is:)108 297.6 Q([)144 314.4 Q -F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .155 -(If the redirection operator is)108 331.2 R F1(>)2.655 E F0 2.655(,a)C -.155(nd the)-2.655 F F1(noclob)2.655 E(ber)-.1 E F0 .154(option to the) -2.654 F F1(set)2.654 E F0 -.2(bu)2.654 G .154 -(iltin has been enabled, the redirection).2 F .657(will f)108 343.2 R -.657(ail if the \214le whose name results from the e)-.1 F .658 -(xpansion of)-.15 F F2(wor)3.158 E(d)-.37 E F0 -.15(ex)3.158 G .658 -(ists and is a re).15 F .658(gular \214le.)-.15 F .658(If the redi-) -5.658 F .409(rection operator is)108 355.2 R F1(>|)2.909 E F0 2.909(,o)C +(The general format for redirecting output is:)108 405.6 Q([)144 422.4 Q +F2(n)A F0(])A F1(>)A F2(wor)A(d)-.37 E F0 .154 +(If the redirection operator is)108 439.2 R F1(>)2.654 E F0 2.654(,a)C +.154(nd the)-2.654 F F1(noclob)2.654 E(ber)-.1 E F0 .154(option to the) +2.654 F F1(set)2.655 E F0 -.2(bu)2.655 G .155 +(iltin has been enabled, the redirection).2 F .658(will f)108 451.2 R +.658(ail if the \214le whose name results from the e)-.1 F .658 +(xpansion of)-.15 F F2(wor)3.158 E(d)-.37 E F0 -.15(ex)3.158 G .657 +(ists and is a re).15 F .657(gular \214le.)-.15 F .657(If the redi-) +5.657 F .408(rection operator is)108 463.2 R F1(>|)2.909 E F0 2.909(,o)C 2.909(rt)-2.909 G .409(he redirection operator is)-2.909 F F1(>)2.909 E F0 .409(and the)2.909 F F1(noclob)2.909 E(ber)-.1 E F0 .409 -(option to the)2.909 F F1(set)2.909 E F0 -.2(bu)2.908 G .408 +(option to the)2.909 F F1(set)2.909 E F0 -.2(bu)2.909 G .409 (iltin command).2 F(is not enabled, the redirection is attempted e)108 -367.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by) +475.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214le named by) -2.5 E F2(wor)2.5 E(d)-.37 E F0 -.15(ex)2.5 G(ists.).15 E F1 -.25(Ap)87 -384 S(pending Redir).25 E(ected Output)-.18 E F0 .641 -(Redirection of output in this f)108 396 R .642 -(ashion causes the \214le whose name results from the e)-.1 F .642 -(xpansion of)-.15 F F2(wor)3.482 E(d)-.37 E F0 .642(to be)3.912 F .474 -(opened for appending on \214le descriptor)108 408 R F2(n)2.974 E F0 +492 S(pending Redir).25 E(ected Output)-.18 E F0 .642 +(Redirection of output in this f)108 504 R .642 +(ashion causes the \214le whose name results from the e)-.1 F .641 +(xpansion of)-.15 F F2(wor)3.481 E(d)-.37 E F0 .641(to be)3.911 F .473 +(opened for appending on \214le descriptor)108 516 R F2(n)2.973 E F0 2.974(,o).24 G 2.974(rt)-2.974 G .474 -(he standard output \(\214le descriptor 1\) if)-2.974 F F2(n)3.333 E F0 -.473(is not speci\214ed.)3.213 F(If)5.473 E(the \214le does not e)108 -420 Q(xist it is created.)-.15 E -(The general format for appending output is:)108 436.8 Q([)144 453.6 Q -F2(n)A F0(])A F1(>>)A F2(wor)A(d)-.37 E F1(Redir)87 475.2 Q -(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .248 -(This construct allo)108 487.2 R .249(ws both the standard output \(\ +(he standard output \(\214le descriptor 1\) if)-2.974 F F2(n)3.334 E F0 +.474(is not speci\214ed.)3.214 F(If)5.474 E(the \214le does not e)108 +528 Q(xist it is created.)-.15 E +(The general format for appending output is:)108 544.8 Q([)144 561.6 Q +F2(n)A F0(])A F1(>>)A F2(wor)A(d)-.37 E F1(Redir)87 578.4 Q +(ecting Standard Output and Standard Err)-.18 E(or)-.18 E F0 .249 +(This construct allo)108 590.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 -499.2 Q(xpansion of)-.15 E F2(wor)2.5 E(d)-.37 E F0(.).77 E -(There are tw)108 516 Q 2.5(of)-.1 G +602.4 Q(xpansion of)-.15 E F2(wor)2.5 E(d)-.37 E F0(.).77 E +(There are tw)108 619.2 Q 2.5(of)-.1 G (ormats for redirecting standard output and standard error:)-2.5 E F1 -(&>)144 532.8 Q F2(wor)A(d)-.37 E F0(and)108 544.8 Q F1(>&)144 556.8 Q -F2(wor)A(d)-.37 E F0(Of the tw)108 573.6 Q 2.5(of)-.1 G +(&>)144 636 Q F2(wor)A(d)-.37 E F0(and)108 648 Q F1(>&)144 660 Q F2(wor) +A(d)-.37 E F0(Of the tw)108 676.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 F1(>)144 590.4 Q F2(wor)A(d)-.37 E F0(2)2.5 -E F1(>&)A F0(1)A .115(When using the second form,)108 607.2 R F2(wor) +-.25(va)-.25 G(lent to).25 E F1(>)144 693.6 Q F2(wor)A(d)-.37 E F0(2)2.5 +E F1(>&)A F0(1)A .114(When using the second form,)108 710.4 R F2(wor) 2.614 E(d)-.37 E F0 .114(may not e)2.614 F .114(xpand to a number or) --.15 F F12.614 E F0 5.114(.I)C 2.614(fi)-5.114 G 2.614(td)-2.614 G -.114(oes, other redirection operators)-2.614 F(apply \(see)108 619.2 Q +-.15 F F12.614 E F0 5.114(.I)C 2.614(fi)-5.114 G 2.615(td)-2.614 G +.115(oes, other redirection operators)-2.615 F(apply \(see)108 722.4 Q F1(Duplicating File Descriptors)2.5 E F0(belo)2.5 E -(w\) for compatibility reasons.)-.25 E F1 -.25(Ap)87 636 S -(pending Standard Output and Standard Err).25 E(or)-.18 E F0 .248 -(This construct allo)108 648 R .249(ws both the standard output \(\214l\ -e descriptor 1\) and the standard error output \(\214le descrip-)-.25 F -(tor 2\) to be appended to the \214le whose name is the e)108 660 Q -(xpansion of)-.15 E F2(wor)2.5 E(d)-.37 E F0(.).77 E -(The format for appending standard output and standard error is:)108 -676.8 Q F1(&>>)144 693.6 Q F2(wor)A(d)-.37 E F0 -(This is semantically equi)108 710.4 Q -.25(va)-.25 G(lent to).25 E F1 -(>>)144 727.2 Q F2(wor)A(d)-.37 E F0(2)2.5 E F1(>&)A F0(1)A -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(26)190.95 E 0 Cg EP -%%Page: 27 27 +(w\) for compatibility reasons.)-.25 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(27)192.055 E 0 Cg EP +%%Page: 28 28 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(\(see)108 84 Q/F1 10/Times-Bold@0 SF -(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E F1(Her)87 -100.8 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33(This type of redirection i\ -nstructs the shell to read input from the current source until a line c\ -ontaining only)108 112.8 R/F2 10/Times-Italic@0 SF(delimiter)108.35 -124.8 Q F0 .614(\(with no trailing blanks\) is seen.)3.844 F .615 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.25(Ap)87 84 S(pending Standard Output and Standard Err).25 E(or) +-.18 E F0 .249(This construct allo)108 96 R .249(ws both the standard o\ +utput \(\214le descriptor 1\) and the standard error output \(\214le de\ +scrip-)-.25 F(tor 2\) to be appended to the \214le whose name is the e) +108 108 Q(xpansion of)-.15 E/F2 10/Times-Italic@0 SF(wor)2.5 E(d)-.37 E +F0(.).77 E +(The format for appending standard output and standard error is:)108 +124.8 Q F1(&>>)144 141.6 Q F2(wor)A(d)-.37 E F0 +(This is semantically equi)108 158.4 Q -.25(va)-.25 G(lent to).25 E F1 +(>>)144 175.2 Q F2(wor)A(d)-.37 E F0(2)2.5 E F1(>&)A F0(1)A(\(see)108 +192 Q F1(Duplicating File Descriptors)2.5 E F0(belo)2.5 E(w\).)-.25 E F1 +(Her)87 208.8 Q 2.5(eD)-.18 G(ocuments)-2.5 E F0 .33(This type of redir\ +ection instructs the shell to read input from the current source until \ +a line containing only)108 220.8 R F2(delimiter)108.35 232.8 Q F0 .615 +(\(with no trailing blanks\) is seen.)3.845 F .615 (All of the lines read up to that point are then used as the stan-)5.615 -F(dard input for a command.)108 136.8 Q -(The format of here-documents is:)108 153.6 Q F1(<<)144 170.4 Q F0([)A -F1A F0(])A F2(wor)A(d)-.37 E(her)164 182.4 Q(e-document)-.37 E -(delimiter)144 194.4 Q F0 .302(No parameter and v)108 211.2 R .302 -(ariable e)-.25 F .302(xpansion, command substitution, arithmetic e)-.15 -F .301(xpansion, or pathname e)-.15 F(xpansion)-.15 E .225 -(is performed on)108 223.2 R F2(wor)2.725 E(d)-.37 E F0 5.225(.I).77 G -2.726(fa)-5.225 G .526 -.15(ny c)-2.726 H .226(haracters in).15 F F2 -(wor)3.066 E(d)-.37 E F0 .226(are quoted, the)3.496 F F2(delimiter)3.076 -E F0 .226(is the result of quote remo)3.456 F -.25(va)-.15 G 2.726(lo) -.25 G(n)-2.726 E F2(wor)108 235.2 Q(d)-.37 E F0 2.715(,a).77 G .215 -(nd the lines in the here-document are not e)-2.715 F 2.714(xpanded. If) --.15 F F2(wor)2.714 E(d)-.37 E F0 .214 -(is unquoted, all lines of the here-docu-)2.714 F .499 -(ment are subjected to parameter e)108 247.2 R .499 -(xpansion, command substitution, and arithmetic e)-.15 F .5 -(xpansion, the character)-.15 F(sequence)108 259.2 Q F1(\\)2.5 +F(dard input \(or \214le descriptor)108 244.8 Q F2(n)2.5 E F0(if)2.5 E +F2(n)2.5 E F0(is speci\214ed\) for a command.)2.5 E +(The format of here-documents is:)108 261.6 Q([)144 278.4 Q F2(n)A F0(]) +A F1(<<)A F0([)A F1A F0(])A F2(wor)A(d)-.37 E(her)164 290.4 Q +(e-document)-.37 E(delimiter)144 302.4 Q F0 .301(No parameter and v)108 +319.2 R .302(ariable e)-.25 F .302 +(xpansion, command substitution, arithmetic e)-.15 F .302 +(xpansion, or pathname e)-.15 F(xpansion)-.15 E .415(is performed on)108 +331.2 R F2(wor)2.915 E(d)-.37 E F0 5.415(.I).77 G 2.915(fa)-5.415 G .715 +-.15(ny p)-2.915 H .415(art of).15 F F2(wor)3.255 E(d)-.37 E F0 .415 +(is quoted, the)3.685 F F2(delimiter)3.265 E F0 .415 +(is the result of quote remo)3.645 F -.25(va)-.15 G 2.915(lo).25 G(n) +-2.915 E F2(wor)2.915 E(d)-.37 E F0(,).77 E .773 +(and the lines in the here-document are not e)108 343.2 R 3.274 +(xpanded. If)-.15 F F2(wor)3.274 E(d)-.37 E F0 .774 +(is unquoted, all lines of the here-document)3.274 F 2.59 +(are subjected to parameter e)108 355.2 R 2.59 +(xpansion, command substitution, and arithmetic e)-.15 F 2.59 +(xpansion, the character)-.15 F(sequence)108 367.2 Q F1(\\)2.5 E F0(is ignored, and)2.5 E F1(\\)2.5 E F0 (must be used to quote the characters)2.5 E F1(\\)2.5 E F0(,)A F1($)2.5 -E F0 2.5(,a)C(nd)-2.5 E F1<92>2.5 E F0(.)A .602 -(If the redirection operator is)108 276 R F1(<<\255)3.101 E F0 3.101(,t) +E F0 2.5(,a)C(nd)-2.5 E F1<92>2.5 E F0(.)A .601 +(If the redirection operator is)108 384 R F1(<<\255)3.101 E F0 3.101(,t) C .601(hen all leading tab characters are stripped from input lines and\ - the line)-3.101 F(containing)108 288 Q F2(delimiter)2.5 E F0 5(.T).73 G + the line)-3.101 F(containing)108 396 Q F2(delimiter)2.5 E F0 5(.T).73 G (his allo)-5 E (ws here-documents within shell scripts to be indented in a natural f) --.25 E(ashion.)-.1 E F1(Her)87 304.8 Q 2.5(eS)-.18 G(trings)-2.5 E F0 -2.5(Av)108 316.8 S(ariant of here documents, the format is:)-2.75 E F1 -(<<<)144 333.6 Q F2(wor)A(d)-.37 E F0(The)108 350.4 Q F2(wor)2.893 E(d) --.37 E F0(under)2.893 E .393(goes brace e)-.18 F .393(xpansion, tilde e) --.15 F .393(xpansion, parameter and v)-.15 F .394(ariable e)-.25 F .394 -(xpansion, command substi-)-.15 F 2.148(tution, arithmetic e)108 362.4 R -2.148(xpansion, and quote remo)-.15 F -.25(va)-.15 G 4.648(l. P).25 F -2.148(athname e)-.15 F 2.148(xpansion and w)-.15 F 2.147 -(ord splitting are not per)-.1 F(-)-.2 E 2.5(formed. The)108 374.4 R(re\ -sult is supplied as a single string to the command on its standard inpu\ -t.)2.5 E F1(Duplicating File Descriptors)87 391.2 Q F0 -(The redirection operator)108 403.2 Q([)144 420 Q F2(n)A F0(])A F1(<&)A -F2(wor)A(d)-.37 E F0 .126 -(is used to duplicate input \214le descriptors.)108 436.8 R(If)5.127 E +-.25 E(ashion.)-.1 E F1(Her)87 412.8 Q 2.5(eS)-.18 G(trings)-2.5 E F0 +2.5(Av)108 424.8 S(ariant of here documents, the format is:)-2.75 E([) +144 441.6 Q F2(n)A F0(])A F1(<<<)A F2(wor)A(d)-.37 E F0(The)108 458.4 Q +F2(wor)2.894 E(d)-.37 E F0(under)2.894 E .394(goes brace e)-.18 F .393 +(xpansion, tilde e)-.15 F .393(xpansion, parameter and v)-.15 F .393 +(ariable e)-.25 F .393(xpansion, command substi-)-.15 F 2.147 +(tution, arithmetic e)108 470.4 R 2.147(xpansion, and quote remo)-.15 F +-.25(va)-.15 G 4.648(l. P).25 F 2.148(athname e)-.15 F 2.148 +(xpansion and w)-.15 F 2.148(ord splitting are not per)-.1 F(-)-.2 E +2.813(formed. The)108 482.4 R .313 +(result is supplied as a single string, with a ne)2.813 F .312 +(wline appended, to the command on its standard)-.25 F +(input \(or \214le descriptor)108 494.4 Q F2(n)2.5 E F0(if)2.5 E F2(n) +2.5 E F0(is speci\214ed\).)2.5 E F1(Duplicating File Descriptors)87 +511.2 Q F0(The redirection operator)108 523.2 Q([)144 540 Q F2(n)A F0(]) +A F1(<&)A F2(wor)A(d)-.37 E F0 .126 +(is used to duplicate input \214le descriptors.)108 556.8 R(If)5.127 E F2(wor)2.967 E(d)-.37 E F0 -.15(ex)3.397 G .127 (pands to one or more digits, the \214le descriptor denoted).15 F(by)108 -448.8 Q F2(n)3.318 E F0 .458(is made to be a cop)3.198 F 2.958(yo)-.1 G +568.8 Q F2(n)3.318 E F0 .458(is made to be a cop)3.198 F 2.958(yo)-.1 G 2.958(ft)-2.958 G .457(hat \214le descriptor)-2.958 F 5.457(.I)-.55 G 2.957(ft)-5.457 G .457(he digits in)-2.957 F F2(wor)3.297 E(d)-.37 E F0 .457(do not specify a \214le descriptor open)3.727 F .149 -(for input, a redirection error occurs.)108 460.8 R(If)5.149 E F2(wor) +(for input, a redirection error occurs.)108 580.8 R(If)5.149 E F2(wor) 2.989 E(d)-.37 E F0 -.25(eva)3.419 G .149(luates to).25 F F12.649 E F0 2.65<2c8c>C .15(le descriptor)-2.65 F F2(n)3.01 E F0 .15(is closed.) 2.89 F(If)5.15 E F2(n)3.01 E F0 .15(is not speci\214ed,)2.89 F -(the standard input \(\214le descriptor 0\) is used.)108 472.8 Q -(The operator)108 489.6 Q([)144 506.4 Q F2(n)A F0(])A F1(>&)A F2(wor)A +(the standard input \(\214le descriptor 0\) is used.)108 592.8 Q +(The operator)108 609.6 Q([)144 626.4 Q F2(n)A F0(])A F1(>&)A F2(wor)A (d)-.37 E F0 .444 -(is used similarly to duplicate output \214le descriptors.)108 523.2 R +(is used similarly to duplicate output \214le descriptors.)108 643.2 R (If)5.444 E F2(n)3.304 E F0 .443 (is not speci\214ed, the standard output \(\214le descrip-)3.183 F 1.357 -(tor 1\) is used.)108 535.2 R 1.357(If the digits in)6.357 F F2(wor) +(tor 1\) is used.)108 655.2 R 1.357(If the digits in)6.357 F F2(wor) 4.197 E(d)-.37 E F0 1.358(do not specify a \214le descriptor open for o\ -utput, a redirection error)4.627 F 2.754(occurs. If)108 547.2 R F2(wor) +utput, a redirection error)4.627 F 2.754(occurs. If)108 667.2 R F2(wor) 3.094 E(d)-.37 E F0 -.25(eva)3.524 G .254(luates to).25 F F12.754 E F0 2.754<2c8c>C .254(le descriptor)-2.754 F F2(n)3.114 E F0 .254 (is closed.)2.994 F .254(As a special case, if)5.254 F F2(n)2.754 E F0 .253(is omitted, and)2.754 F F2(wor)2.753 E(d)-.37 E F0(does)2.753 E -.965(not e)108 559.2 R .965(xpand to one or more digits or)-.15 F F1 +.965(not e)108 679.2 R .965(xpand to one or more digits or)-.15 F F1 3.465 E F0 3.466(,t)C .966 (he standard output and standard error are redirected as described) --3.466 F(pre)108 571.2 Q(viously)-.25 E(.)-.65 E F1(Mo)87 588 Q -(ving File Descriptors)-.1 E F0(The redirection operator)108 600 Q([)144 -616.8 Q F2(n)A F0(])A F1(<&)A F2(digit)A F1A F0(mo)108 633.6 Q -.15 -(ve)-.15 G 3.036(st).15 G .536(he \214le descriptor)-3.036 F F2(digit) -3.036 E F0 .536(to \214le descriptor)3.036 F F2(n)3.036 E F0 3.036(,o) -.24 G 3.036(rt)-3.036 G .535 -(he standard input \(\214le descriptor 0\) if)-3.036 F F2(n)3.035 E F0 -.535(is not speci-)3.035 F(\214ed.)108 645.6 Q F2(digit)5 E F0 -(is closed after being duplicated to)2.5 E F2(n)2.5 E F0(.)A(Similarly) -108 662.4 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([)144 679.2 Q -F2(n)A F0(])A F1(>&)A F2(digit)A F1A F0(mo)108 696 Q -.15(ve)-.15 G -2.785(st).15 G .285(he \214le descriptor)-2.785 F F2(digit)2.785 E F0 -.285(to \214le descriptor)2.785 F F2(n)2.785 E F0 2.785(,o).24 G 2.785 -(rt)-2.785 G .286(he standard output \(\214le descriptor 1\) if)-2.785 F -F2(n)2.786 E F0 .286(is not speci-)2.786 F(\214ed.)108 708 Q -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(27)190.95 E 0 Cg EP -%%Page: 28 28 +-3.466 F(pre)108 691.2 Q(viously)-.25 E(.)-.65 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(28)192.055 E 0 Cg EP +%%Page: 29 29 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(Opening File Descriptors f)87 84 Q -(or Reading and Writing)-.25 E F0(The redirection operator)108 96 Q([) -144 112.8 Q/F2 10/Times-Italic@0 SF(n)A F0(])A F1(<>)A F2(wor)A(d)-.37 E -F0 1.349(causes the \214le whose name is the e)108 129.6 R 1.349 -(xpansion of)-.15 F F2(wor)4.189 E(d)-.37 E F0 1.349 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(Mo)87 84 Q(ving File Descriptors)-.1 E F0(The redirection operator) +108 96 Q([)144 112.8 Q/F2 10/Times-Italic@0 SF(n)A F0(])A F1(<&)A F2 +(digit)A F1A F0(mo)108 129.6 Q -.15(ve)-.15 G 3.036(st).15 G .536 +(he \214le descriptor)-3.036 F F2(digit)3.036 E F0 .536 +(to \214le descriptor)3.036 F F2(n)3.036 E F0 3.036(,o).24 G 3.036(rt) +-3.036 G .535(he standard input \(\214le descriptor 0\) if)-3.036 F F2 +(n)3.035 E F0 .535(is not speci-)3.035 F(\214ed.)108 141.6 Q F2(digit)5 +E F0(is closed after being duplicated to)2.5 E F2(n)2.5 E F0(.)A +(Similarly)108 158.4 Q 2.5(,t)-.65 G(he redirection operator)-2.5 E([) +144 175.2 Q F2(n)A F0(])A F1(>&)A F2(digit)A F1A F0(mo)108 192 Q +-.15(ve)-.15 G 2.785(st).15 G .285(he \214le descriptor)-2.785 F F2 +(digit)2.785 E F0 .285(to \214le descriptor)2.785 F F2(n)2.785 E F0 +2.785(,o).24 G 2.785(rt)-2.785 G .286 +(he standard output \(\214le descriptor 1\) if)-2.785 F F2(n)2.786 E F0 +.286(is not speci-)2.786 F(\214ed.)108 204 Q F1 +(Opening File Descriptors f)87 220.8 Q(or Reading and Writing)-.25 E F0 +(The redirection operator)108 232.8 Q([)144 249.6 Q F2(n)A F0(])A F1(<>) +A F2(wor)A(d)-.37 E F0 1.349(causes the \214le whose name is the e)108 +266.4 R 1.349(xpansion of)-.15 F F2(wor)4.189 E(d)-.37 E F0 1.349 (to be opened for both reading and writing on \214le)4.619 F(descriptor) -108 141.6 Q F2(n)2.5 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c>-2.5 G +108 278.4 Q F2(n)2.5 E F0 2.5(,o).24 G 2.5(ro)-2.5 G 2.5<6e8c>-2.5 G (le descriptor 0 if)-2.5 E F2(n)2.86 E F0(is not speci\214ed.)2.74 E (If the \214le does not e)5 E(xist, it is created.)-.15 E/F3 10.95 -/Times-Bold@0 SF(ALIASES)72 158.4 Q F2(Aliases)108 170.4 Q F0(allo)3.173 +/Times-Bold@0 SF(ALIASES)72 295.2 Q F2(Aliases)108 307.2 Q F0(allo)3.173 E 3.173(was)-.25 G .674(tring to be substituted for a w)-3.173 F .674 (ord when it is used as the \214rst w)-.1 F .674 (ord of a simple command.)-.1 F .394(The shell maintains a list of alia\ -ses that may be set and unset with the)108 182.4 R F1(alias)2.893 E F0 +ses that may be set and unset with the)108 319.2 R F1(alias)2.893 E F0 (and)2.893 E F1(unalias)2.893 E F0 -.2(bu)2.893 G .393(iltin commands).2 -F(\(see)108 194.4 Q/F4 9/Times-Bold@0 SF 1.979(SHELL B)4.479 F(UIL)-.09 +F(\(see)108 331.2 Q/F4 9/Times-Bold@0 SF 1.979(SHELL B)4.479 F(UIL)-.09 E 1.979(TIN COMMANDS)-.828 F F0(belo)4.229 E 4.48(w\). The)-.25 F 1.98 (\214rst w)4.48 F 1.98(ord of each simple command, if unquoted, is)-.1 F -(check)108 206.4 Q .473(ed to see if it has an alias.)-.1 F .473 +(check)108 343.2 Q .473(ed to see if it has an alias.)-.1 F .473 (If so, that w)5.473 F .472(ord is replaced by the te)-.1 F .472 (xt of the alias.)-.15 F .472(The characters)5.472 F F1(/)2.972 E F0(,)A -F1($)2.972 E F0(,)A F1<92>2.972 E F0(,)A(and)108 218.4 Q F1(=)3.611 E F0 +F1($)2.972 E F0(,)A F1<92>2.972 E F0(,)A(and)108 355.2 Q F1(=)3.611 E F0 1.111(and an)3.611 F 3.611(yo)-.15 G 3.611(ft)-3.611 G 1.111(he shell) -3.611 F F2(metac)3.612 E(har)-.15 E(acter)-.15 E(s)-.1 E F0 1.112 (or quoting characters listed abo)3.612 F 1.412 -.15(ve m)-.15 H 1.112 -(ay not appear in an alias).15 F 3.62(name. The)108 230.4 R 1.12 +(ay not appear in an alias).15 F 3.62(name. The)108 367.2 R 1.12 (replacement te)3.62 F 1.119(xt may contain an)-.15 F 3.619(yv)-.15 G 1.119(alid shell input, including shell metacharacters.)-3.869 F 1.119 -(The \214rst)6.119 F -.1(wo)108 242.4 S .513(rd of the replacement te).1 +(The \214rst)6.119 F -.1(wo)108 379.2 S .513(rd of the replacement te).1 F .513(xt is tested for aliases, b)-.15 F .513(ut a w)-.2 F .514 (ord that is identical to an alias being e)-.1 F .514(xpanded is)-.15 F -.296(not e)108 254.4 R .296(xpanded a second time.)-.15 F .296 +.296(not e)108 391.2 R .296(xpanded a second time.)-.15 F .296 (This means that one may alias)5.296 F F1(ls)2.796 E F0(to)2.796 E F1 .296(ls \255F)2.796 F F0 2.796(,f)C .295(or instance, and)-2.796 F F1 -(bash)2.795 E F0 .295(does not try)2.795 F .542(to recursi)108 266.4 R +(bash)2.795 E F0 .295(does not try)2.795 F .542(to recursi)108 403.2 R -.15(ve)-.25 G .542(ly e).15 F .542(xpand the replacement te)-.15 F 3.042(xt. If)-.15 F .543(the last character of the alias v)3.042 F .543 (alue is a)-.25 F F2(blank)3.043 E F0 3.043(,t).67 G .543(hen the ne) --3.043 F(xt)-.15 E(command w)108 278.4 Q(ord follo)-.1 E +-3.043 F(xt)-.15 E(command w)108 415.2 Q(ord follo)-.1 E (wing the alias is also check)-.25 E(ed for alias e)-.1 E(xpansion.)-.15 -E(Aliases are created and listed with the)108 295.2 Q F1(alias)2.5 E F0 +E(Aliases are created and listed with the)108 432 Q F1(alias)2.5 E F0 (command, and remo)2.5 E -.15(ve)-.15 G 2.5(dw).15 G(ith the)-2.5 E F1 (unalias)2.5 E F0(command.)2.5 E .284 -(There is no mechanism for using ar)108 312 R .284 +(There is no mechanism for using ar)108 448.8 R .284 (guments in the replacement te)-.18 F 2.784(xt. If)-.15 F(ar)2.784 E .284(guments are needed, a shell func-)-.18 F(tion should be used \(see) -108 324 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.22 -(Aliases are not e)108 340.8 R 1.22 +108 460.8 Q F4(FUNCTIONS)2.5 E F0(belo)2.25 E(w\).)-.25 E 1.22 +(Aliases are not e)108 477.6 R 1.22 (xpanded when the shell is not interacti)-.15 F -.15(ve)-.25 G 3.72(,u) .15 G 1.22(nless the)-3.72 F F1(expand_aliases)3.72 E F0 1.22 -(shell option is set)3.72 F(using)108 352.8 Q F1(shopt)2.5 E F0 +(shell option is set)3.72 F(using)108 489.6 Q F1(shopt)2.5 E F0 (\(see the description of)2.5 E F1(shopt)2.5 E F0(under)2.5 E F4 (SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E .436 (The rules concerning the de\214nition and use of aliases are some)108 -369.6 R .435(what confusing.)-.25 F F1(Bash)5.435 E F0(al)2.935 E -.1 +506.4 R .435(what confusing.)-.25 F F1(Bash)5.435 E F0(al)2.935 E -.1 (wa)-.1 G .435(ys reads at least).1 F .337 -(one complete line of input before e)108 381.6 R -.15(xe)-.15 G .338 +(one complete line of input before e)108 518.4 R -.15(xe)-.15 G .338 (cuting an).15 F 2.838(yo)-.15 G 2.838(ft)-2.838 G .338 (he commands on that line.)-2.838 F .338(Aliases are e)5.338 F .338 -(xpanded when)-.15 F 3.404(ac)108 393.6 S .904 +(xpanded when)-.15 F 3.404(ac)108 530.4 S .904 (ommand is read, not when it is e)-3.404 F -.15(xe)-.15 G 3.404 (cuted. Therefore,).15 F .904 (an alias de\214nition appearing on the same line as)3.404 F 1.161 -(another command does not tak)108 405.6 R 3.662(ee)-.1 G -.25(ff)-3.662 +(another command does not tak)108 542.4 R 3.662(ee)-.1 G -.25(ff)-3.662 G 1.162(ect until the ne).25 F 1.162(xt line of input is read.)-.15 F 1.162(The commands follo)6.162 F 1.162(wing the)-.25 F .277 -(alias de\214nition on that line are not af)108 417.6 R .277 +(alias de\214nition on that line are not af)108 554.4 R .277 (fected by the ne)-.25 F 2.777(wa)-.25 G 2.777(lias. This)-2.777 F(beha) 2.777 E .277(vior is also an issue when functions)-.2 F .698(are e)108 -429.6 R -.15(xe)-.15 G 3.198(cuted. Aliases).15 F .698(are e)3.198 F +566.4 R -.15(xe)-.15 G 3.198(cuted. Aliases).15 F .698(are e)3.198 F .699(xpanded when a function de\214nition is read, not when the functio\ -n is e)-.15 F -.15(xe)-.15 G(cuted,).15 E .495 -(because a function de\214nition is itself a compound command.)108 441.6 -R .494(As a consequence, aliases de\214ned in a func-)5.494 F .084 -(tion are not a)108 453.6 R -.25(va)-.2 G .084 -(ilable until after that function is e).25 F -.15(xe)-.15 G 2.584 -(cuted. T).15 F 2.584(ob)-.8 G 2.584(es)-2.584 G .084(afe, al)-2.584 F --.1(wa)-.1 G .085(ys put alias de\214nitions on a sepa-).1 F -(rate line, and do not use)108 465.6 Q F1(alias)2.5 E F0 -(in compound commands.)2.5 E -.15(Fo)108 482.4 S 2.5(ra).15 G(lmost e) --2.5 E -.15(ve)-.25 G +n is e)-.15 F -.15(xe)-.15 G(cuted,).15 E .613 +(because a function de\214nition is itself a command.)108 578.4 R .612 +(As a consequence, aliases de\214ned in a function are not)5.612 F -.2 +(av)108 590.4 S .058(ailable until after that function is e)-.05 F -.15 +(xe)-.15 G 2.558(cuted. T).15 F 2.558(ob)-.8 G 2.558(es)-2.558 G .058 +(afe, al)-2.558 F -.1(wa)-.1 G .059 +(ys put alias de\214nitions on a separate line, and).1 F(do not use)108 +602.4 Q F1(alias)2.5 E F0(in compound commands.)2.5 E -.15(Fo)108 619.2 +S 2.5(ra).15 G(lmost e)-2.5 E -.15(ve)-.25 G (ry purpose, aliases are superseded by shell functions.).15 E F3 -(FUNCTIONS)72 499.2 Q F0 3.468(As)108 511.2 S .968 +(FUNCTIONS)72 636 Q F0 3.468(As)108 648 S .968 (hell function, de\214ned as described abo)-3.468 F 1.267 -.15(ve u)-.15 H(nder).15 E F4 .967(SHELL GRAMMAR)3.467 F/F5 9/Times-Roman@0 SF(,)A F0 -.967(stores a series of commands for)3.217 F 1.001(later e)108 523.2 R +.967(stores a series of commands for)3.217 F 1.001(later e)108 660 R -.15(xe)-.15 G 3.501(cution. When).15 F 1.002(the name of a shell funct\ ion is used as a simple command name, the list of com-)3.501 F .316 -(mands associated with that function name is e)108 535.2 R -.15(xe)-.15 -G 2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .315 +(mands associated with that function name is e)108 672 R -.15(xe)-.15 G +2.816(cuted. Functions).15 F .316(are e)2.816 F -.15(xe)-.15 G .315 (cuted in the conte).15 F .315(xt of the current)-.15 F .035 -(shell; no ne)108 547.2 R 2.535(wp)-.25 G .036 +(shell; no ne)108 684 R 2.535(wp)-.25 G .036 (rocess is created to interpret them \(contrast this with the e)-2.535 F -.15(xe)-.15 G .036(cution of a shell script\).).15 F .036(When a)5.036 -F .64(function is e)108 559.2 R -.15(xe)-.15 G .64(cuted, the ar).15 F +F .64(function is e)108 696 R -.15(xe)-.15 G .64(cuted, the ar).15 F .639 (guments to the function become the positional parameters during its e) --.18 F -.15(xe)-.15 G(cution.).15 E .532(The special parameter)108 571.2 -R F1(#)3.032 E F0 .532(is updated to re\215ect the change.)3.032 F .532 +-.18 F -.15(xe)-.15 G(cution.).15 E .532(The special parameter)108 708 R +F1(#)3.032 E F0 .532(is updated to re\215ect the change.)3.032 F .532 (Special parameter)5.532 F F1(0)3.033 E F0 .533(is unchanged.)3.033 F -.533(The \214rst ele-)5.533 F(ment of the)108 583.2 Q F4(FUNCN)2.5 E -(AME)-.18 E F0 -.25(va)2.25 G +.533(The \214rst ele-)5.533 F(ment of the)108 720 Q F4(FUNCN)2.5 E(AME) +-.18 E F0 -.25(va)2.25 G (riable is set to the name of the function while the function is e).25 E --.15(xe)-.15 G(cuting.).15 E 1.25(All other aspects of the shell e)108 -600 R -.15(xe)-.15 G 1.25(cution en).15 F 1.25 +-.15(xe)-.15 G(cuting.).15 E(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(29)192.055 E 0 Cg EP +%%Page: 30 30 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.25 +(All other aspects of the shell e)108 84 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.048(these e)108 612 R 3.548(xceptions: the)-.15 F F4(DEB)3.548 E(UG) --.09 E F0(and)3.298 E F1(RETURN)3.548 E F0 1.048 -(traps \(see the description of the)3.548 F F1(trap)3.548 E F0 -.2(bu) -3.548 G 1.048(iltin under).2 F F4(SHELL)3.549 E -.09(BU)108 624 S(IL).09 -E .479(TIN COMMANDS)-.828 F F0(belo)2.729 E .479 +1.214(these e)108 96 R 1.214(xceptions: the)-.15 F/F1 9/Times-Bold@0 SF +(DEB)3.714 E(UG)-.09 E F0(and)3.464 E/F2 10/Times-Bold@0 SF(RETURN)3.715 +E F0 1.215(traps \(see the description of the)3.715 F F2(trap)3.715 E F0 +-.2(bu)3.715 G 1.215(iltin under).2 F F1(SHELL)3.715 E -.09(BU)108 108 S +(IL).09 E .479(TIN COMMANDS)-.828 F F0(belo)2.729 E .479 (w\) are not inherited unless the function has been gi)-.25 F -.15(ve) --.25 G 2.978(nt).15 G(he)-2.978 E F1(trace)2.978 E F0(attrib)2.978 E -.478(ute \(see)-.2 F .42(the description of the)108 636 R F4(declar)2.92 +-.25 G 2.978(nt).15 G(he)-2.978 E F2(trace)2.978 E F0(attrib)2.978 E +.478(ute \(see)-.2 F .42(the description of the)108 120 R F1(declar)2.92 E(e)-.162 E F0 -.2(bu)2.67 G .42(iltin belo).2 F .42(w\) or the)-.25 F -F1 .42(\255o functrace)2.92 F F0 .42 -(shell option has been enabled with the)2.92 F F1(set)2.921 E F0 -.2(bu) -108 648 S .072(iltin \(in which case all functions inherit the).2 F F1 -(DEB)2.572 E(UG)-.1 E F0(and)2.572 E F1(RETURN)2.572 E F0 .072 -(traps\), and the)2.572 F F4(ERR)2.571 E F0 .071(trap is not inher)2.321 -F(-)-.2 E(ited unless the)108 660 Q F1(\255o errtrace)2.5 E F0 -(shell option has been enabled.)2.5 E -1.11(Va)108 676.8 S .655 -(riables local to the function may be declared with the)1.11 F F1(local) +F2 .42(\255o functrace)2.92 F F0 .42 +(shell option has been enabled with the)2.92 F F2(set)2.921 E F0 -.2(bu) +108 132 S .072(iltin \(in which case all functions inherit the).2 F F2 +(DEB)2.572 E(UG)-.1 E F0(and)2.572 E F2(RETURN)2.572 E F0 .072 +(traps\), and the)2.572 F F1(ERR)2.571 E F0 .071(trap is not inher)2.321 +F(-)-.2 E(ited unless the)108 144 Q F2(\255o errtrace)2.5 E F0 +(shell option has been enabled.)2.5 E -1.11(Va)108 160.8 S .655 +(riables local to the function may be declared with the)1.11 F F2(local) 3.155 E F0 -.2(bu)3.156 G .656(iltin command.).2 F(Ordinarily)5.656 E -3.156(,v)-.65 G .656(ariables and)-3.406 F(their v)108 688.8 Q +3.156(,v)-.65 G .656(ariables and)-3.406 F(their v)108 172.8 Q (alues are shared between the function and its caller)-.25 E(.)-.55 E -(The)108 705.6 Q F1(FUNCNEST)3.529 E F0 -.25(va)3.529 G 1.028 +(The)108 189.6 Q F2(FUNCNEST)3.529 E F0 -.25(va)3.529 G 1.028 (riable, if set to a numeric v).25 F 1.028 (alue greater than 0, de\214nes a maximum function nesting)-.25 F(le)108 -717.6 Q -.15(ve)-.25 G 2.5(l. Function).15 F(in)2.5 E -.2(vo)-.4 G +201.6 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(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(28)190.95 E 0 Cg -EP -%%Page: 29 29 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .043(If the b)108 84 R .043(uiltin command)-.2 F/F1 10 -/Times-Bold@0 SF -.18(re)2.543 G(tur).18 E(n)-.15 E F0 .043(is e)2.543 F --.15(xe)-.15 G .043(cuted in a function, the function completes and e) -.15 F -.15(xe)-.15 G .044(cution resumes with).15 F 1.012(the ne)108 96 -R 1.012(xt command after the function call.)-.15 F(An)6.011 E 3.511(yc) --.15 G 1.011(ommand associated with the)-3.511 F F1(RETURN)3.511 E F0 -1.011(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 108 -R -.15(xe)-.15 G .213(cution resumes.).15 F .213 +-.15 E .043(If the b)108 218.4 R .043(uiltin command)-.2 F F2 -.18(re) +2.543 G(tur).18 E(n)-.15 E F0 .043(is e)2.543 F -.15(xe)-.15 G .043 +(cuted in a function, the function completes and e).15 F -.15(xe)-.15 G +.044(cution resumes with).15 F 1.012(the ne)108 230.4 R 1.012 +(xt command after the function call.)-.15 F(An)6.011 E 3.511(yc)-.15 G +1.011(ommand associated with the)-3.511 F F2(RETURN)3.511 E F0 1.011 +(trap is e)3.511 F -.15(xe)-.15 G(cuted).15 E .213(before e)108 242.4 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 120 Q F1(#)2.5 E F0(are restored to the v)2.5 E(alues the)-.25 E 2.5 -(yh)-.15 G(ad prior to the function')-2.5 E 2.5(se)-.55 G -.15(xe)-2.65 -G(cution.).15 E 1.359 -(Function names and de\214nitions may be listed with the)108 136.8 R F1 -3.858 E F0 1.358(option to the)3.858 F F1(declar)3.858 E(e)-.18 E -F0(or)3.858 E F1(typeset)3.858 E F0 -.2(bu)3.858 G 1.358(iltin com-).2 F -3.39(mands. The)108 148.8 R F13.39 E F0 .89(option to)3.39 F F1 -(declar)3.39 E(e)-.18 E F0(or)3.39 E F1(typeset)3.39 E F0 .89 +108 254.4 Q F2(#)2.5 E F0(are restored to the v)2.5 E(alues the)-.25 E +2.5(yh)-.15 G(ad prior to the function')-2.5 E 2.5(se)-.55 G -.15(xe) +-2.65 G(cution.).15 E 1.359 +(Function names and de\214nitions may be listed with the)108 271.2 R F2 +3.858 E F0 1.358(option to the)3.858 F F2(declar)3.858 E(e)-.18 E +F0(or)3.858 E F2(typeset)3.858 E F0 -.2(bu)3.858 G 1.358(iltin com-).2 F +3.39(mands. The)108 283.2 R F23.39 E F0 .89(option to)3.39 F F2 +(declar)3.39 E(e)-.18 E F0(or)3.39 E F2(typeset)3.39 E F0 .89 (will list the function names only \(and optionally the source)3.39 F -.327(\214le and line number)108 160.8 R 2.827(,i)-.4 G 2.827(ft)-2.827 G -(he)-2.827 E F1(extdeb)2.827 E(ug)-.2 E F0 .326 +.327(\214le and line number)108 295.2 R 2.827(,i)-.4 G 2.827(ft)-2.827 G +(he)-2.827 E F2(extdeb)2.827 E(ug)-.2 E F0 .326 (shell option is enabled\).)2.827 F .326(Functions may be e)5.326 F .326 -(xported so that subshells)-.15 F 1.297(automatically ha)108 172.8 R -1.597 -.15(ve t)-.2 H 1.297(hem de\214ned with the).15 F F13.797 E -F0 1.297(option to the)3.797 F F1(export)3.798 E F0 -.2(bu)3.798 G 3.798 +(xported so that subshells)-.15 F 1.297(automatically ha)108 307.2 R +1.597 -.15(ve t)-.2 H 1.297(hem de\214ned with the).15 F F23.797 E +F0 1.297(option to the)3.797 F F2(export)3.798 E F0 -.2(bu)3.798 G 3.798 (iltin. A).2 F 1.298(function de\214nition may be)3.798 F .161 -(deleted using the)108 184.8 R F12.661 E F0 .161(option to the) -2.661 F F1(unset)2.661 E F0 -.2(bu)2.661 G 2.661(iltin. Note).2 F .16 +(deleted using the)108 319.2 R F22.661 E F0 .161(option to the) +2.661 F F2(unset)2.661 E F0 -.2(bu)2.661 G 2.661(iltin. Note).2 F .16 (that shell functions and v)2.661 F .16(ariables with the same name)-.25 F 1.325(may result in multiple identically-named entries in the en)108 -196.8 R 1.325(vironment passed to the shell')-.4 F 3.825(sc)-.55 G 3.825 -(hildren. Care)-3.825 F(should be tak)108 208.8 Q +331.2 R 1.325(vironment passed to the shell')-.4 F 3.825(sc)-.55 G 3.825 +(hildren. Care)-3.825 F(should be tak)108 343.2 Q (en in cases where this may cause a problem.)-.1 E .372 -(Functions may be recursi)108 225.6 R -.15(ve)-.25 G 5.371(.T).15 G(he) --5.371 E F1(FUNCNEST)2.871 E F0 -.25(va)2.871 G .371 +(Functions may be recursi)108 360 R -.15(ve)-.25 G 5.371(.T).15 G(he) +-5.371 E F2(FUNCNEST)2.871 E F0 -.25(va)2.871 G .371 (riable may be used to limit the depth of the function call).25 F 1.141 -(stack and restrict the number of function in)108 237.6 R -.2(vo)-.4 G +(stack and restrict the number of function in)108 372 R -.2(vo)-.4 G 3.641(cations. By).2 F(def)3.641 E 1.141 -(ault, no limit is imposed on the number of)-.1 F(recursi)108 249.6 Q .3 --.15(ve c)-.25 H(alls.).15 E/F2 10.95/Times-Bold@0 SF(ARITHMETIC EV)72 -266.4 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 2.298 -(The shell allo)108 278.4 R 2.297(ws arithmetic e)-.25 F 2.297 +(ault, no limit is imposed on the number of)-.1 F(recursi)108 384 Q .3 +-.15(ve c)-.25 H(alls.).15 E/F3 10.95/Times-Bold@0 SF(ARITHMETIC EV)72 +400.8 Q(ALU)-1.478 E -1.04(AT)-.657 G(ION)1.04 E F0 2.298 +(The shell allo)108 412.8 R 2.297(ws arithmetic e)-.25 F 2.297 (xpressions to be e)-.15 F -.25(va)-.25 G 2.297 -(luated, under certain circumstances \(see the).25 F F1(let)4.797 E F0 -(and)4.797 E F1(declar)108 290.4 Q(e)-.18 E F0 -.2(bu)2.705 G .205 -(iltin commands and).2 F F1 .205(Arithmetic Expansion)2.705 F F0 2.705 -(\). Ev)B .205(aluation is done in \214x)-.25 F .206(ed-width inte)-.15 -F .206(gers with no)-.15 F .429(check for o)108 302.4 R -.15(ve)-.15 G -(r\215o).15 E 1.729 -.65(w, t)-.25 H .429(hough di).65 F .428 -(vision by 0 is trapped and \215agged as an error)-.25 F 5.428(.T)-.55 G -.428(he operators and their prece-)-5.428 F 1.919(dence, associati)108 -314.4 R(vity)-.25 E 4.419(,a)-.65 G 1.919(nd v)-4.419 F 1.919 -(alues are the same as in the C language.)-.25 F 1.92(The follo)6.92 F -1.92(wing list of operators is)-.25 F(grouped into le)108 326.4 Q -.15 -(ve)-.25 G(ls of equal-precedence operators.).15 E(The le)5 E -.15(ve) --.25 G(ls are listed in order of decreasing precedence.).15 E/F3 10 -/Times-Italic@0 SF(id)108 343.2 Q F1(++)A F3(id)2.5 E F1A F0 -.25 -(va)144 355.2 S(riable post-increment and post-decrement).25 E F1(++)108 -367.2 Q F3(id)A F12.5 E F3(id)A F0 -.25(va)144 379.2 S -(riable pre-increment and pre-decrement).25 E F1 2.5108 391.2 S F0 -(unary minus and plus)19.6 E F1 2.5(!~)108 403.2 S F0 -(logical and bitwise ne)24.34 E -.05(ga)-.15 G(tion).05 E F1(**)108 -415.2 Q F0 -.15(ex)26 G(ponentiation).15 E F1 2.5(*/%)108 427.2 S F0 -(multiplication, di)10.72 E(vision, remainder)-.25 E F1 2.5<2bad>108 -439.2 S F0(addition, subtraction)19.6 E F1(<< >>)108 451.2 Q F0 -(left and right bitwise shifts)10.7 E F1(<= >= < >)108 463.2 Q F0 -(comparison)144 475.2 Q F1(== !=)108 487.2 Q F0(equality and inequality) -13.07 E F1(&)108 499.2 Q F0(bitwise AND)27.67 E F1(^)108 511.2 Q F0 -(bitwise e)32.67 E(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F1(|)108 -523.2 Q F0(bitwise OR)33.8 E F1(&&)108 535.2 Q F0(logical AND)19.34 E F1 -(||)108 547.2 Q F0(logical OR)31.6 E F3 -.2(ex)108 559.2 S(pr).2 E F1(?) -A F3 -.2(ex)C(pr).2 E F1(:)A F3 -.2(ex)C(pr).2 E F0 -(conditional operator)144 571.2 Q F1 2.5(=*)108 583.2 S 2.5(=/)-2.5 G -2.5(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad>-2.5 G 2.5(=<)-2.5 G -(<= >>= &= ^= |=)-2.5 E F0(assignment)144 595.2 Q F3 -.2(ex)108 607.2 S -(pr1).2 E F1(,)2.5 E F3 -.2(ex)2.5 G(pr2).2 E F0(comma)144 619.2 Q .68 -(Shell v)108 636 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 648 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 660 S 1.041(pansion syntax.).15 F 3.541(As)6.041 G -1.041(hell v)-3.541 F 1.041(ariable that is null or unset e)-.25 F -.25 -(va)-.25 G 1.04(luates to 0 when referenced by name without).25 F 1.466 -(using the parameter e)108 672 R 1.466(xpansion syntax.)-.15 F 1.467 -(The v)6.466 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25 -(va)-.25 G 1.467(luated as an arithmetic e).25 F(xpression)-.15 E 1.39 -(when it is referenced, or when a v)108 684 R 1.389 -(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.889(nt).15 G(he) --3.889 E F3(inte)3.889 E -.1(ge)-.4 G(r).1 E F0(attrib)3.889 E 1.389 -(ute using)-.2 F F1(declar)3.889 E 3.889(e-)-.18 G(i)-3.889 E F0(is) -3.889 E .332(assigned a v)108 696 R 2.832(alue. A)-.25 F .332(null v) -2.832 F .332(alue e)-.25 F -.25(va)-.25 G .332(luates to 0.).25 F 2.832 -(As)5.332 G .332(hell v)-2.832 F .332(ariable need not ha)-.25 F .632 --.15(ve i)-.2 H(ts).15 E F3(inte)2.832 E -.1(ge)-.4 G(r).1 E F0(attrib) -2.832 E .333(ute turned on)-.2 F(to be used in an e)108 708 Q -(xpression.)-.15 E 1.406 -(Constants with a leading 0 are interpreted as octal numbers.)108 724.8 -R 3.906(Al)6.406 G 1.406(eading 0x or 0X denotes he)-3.906 F(xadecimal.) --.15 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(29)190.95 E 0 Cg -EP -%%Page: 30 30 +(luated, under certain circumstances \(see the).25 F F2(let)4.797 E F0 +(and)4.797 E F2(declar)108 424.8 Q(e)-.18 E F0 -.2(bu)2.683 G .183 +(iltin commands, the).2 F F2(\(\()2.683 E F0 .183(compound command, and) +2.683 F F2 .183(Arithmetic Expansion)2.683 F F0 2.683(\). Ev)B .183 +(aluation is done in)-.25 F<8c78>108 436.8 Q 1.058(ed-width inte)-.15 F +1.057(gers with no check for o)-.15 F -.15(ve)-.15 G(r\215o).15 E 2.357 +-.65(w, t)-.25 H 1.057(hough di).65 F 1.057 +(vision by 0 is trapped and \215agged as an error)-.25 F(.)-.55 E .828 +(The operators and their precedence, associati)108 448.8 R(vity)-.25 E +3.329(,a)-.65 G .829(nd v)-3.329 F .829 +(alues are the same as in the C language.)-.25 F .829(The fol-)5.829 F +(lo)108 460.8 Q .44(wing list of operators is grouped into le)-.25 F +-.15(ve)-.25 G .439(ls of equal-precedence operators.).15 F .439(The le) +5.439 F -.15(ve)-.25 G .439(ls are listed in order).15 F +(of decreasing precedence.)108 472.8 Q/F4 10/Times-Italic@0 SF(id)108 +489.6 Q F2(++)A F4(id)2.5 E F2A F0 -.25(va)144 501.6 S +(riable post-increment and post-decrement).25 E F2(++)108 513.6 Q F4(id) +A F22.5 E F4(id)A F0 -.25(va)144 525.6 S +(riable pre-increment and pre-decrement).25 E F2 2.5108 537.6 S F0 +(unary minus and plus)144 537.6 Q F2 2.5(!~)108 549.6 S F0 +(logical and bitwise ne)144 549.6 Q -.05(ga)-.15 G(tion).05 E F2(**)108 +561.6 Q F0 -.15(ex)144 561.6 S(ponentiation).15 E F2 2.5(*/%)108 573.6 S +F0(multiplication, di)144 573.6 Q(vision, remainder)-.25 E F2 2.5<2bad> +108 585.6 S F0(addition, subtraction)144 585.6 Q F2(<< >>)108 597.6 Q F0 +(left and right bitwise shifts)144 597.6 Q F2(<= >= < >)108 609.6 Q F0 +(comparison)144 621.6 Q F2(== !=)108 633.6 Q F0(equality and inequality) +144 633.6 Q F2(&)108 645.6 Q F0(bitwise AND)144 645.6 Q F2(^)108 657.6 Q +F0(bitwise e)144 657.6 Q(xclusi)-.15 E .3 -.15(ve O)-.25 H(R).15 E F2(|) +108 669.6 Q F0(bitwise OR)144 669.6 Q F2(&&)108 681.6 Q F0(logical AND) +144 681.6 Q F2(||)108 693.6 Q F0(logical OR)144 693.6 Q F4 -.2(ex)108 +705.6 S(pr).2 E F2(?)A F4 -.2(ex)C(pr).2 E F2(:)A F4 -.2(ex)C(pr).2 E F0 +(conditional operator)144 717.6 Q(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(30)192.055 E 0 Cg EP +%%Page: 31 31 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .112(Otherwise, numbers tak)108 84 R 2.612(et)-.1 G .112 -(he form [)-2.612 F/F1 10/Times-Italic@0 SF(base#)A F0 .112 -(]n, where the optional)B F1(base)2.612 E F0 .113 -(is a decimal number between 2 and 64)2.612 F .534 -(representing the arithmetic base, and)108 96 R F1(n)3.034 E F0 .534 -(is a number in that base.)3.034 F(If)5.533 E F1(base#)3.033 E F0 .533 -(is omitted, then base 10 is used.)3.033 F .16(When specifying)108 108 R -F1(n)2.66 E F0 2.66(,t)C .16 -(he digits greater< than 9 are represented by the lo)-2.66 F .16 -(wercase letters, the uppercase letters,)-.25 F .943 -(@, and _, in that order)108 120 R 5.943(.I)-.55 G(f)-5.943 E F1(base) -3.443 E F0 .942(is less than or equal to 36, lo)3.443 F .942 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF 2.5(=*)108 84 S 2.5(=/)-2.5 G 2.5(=%)-2.5 G 2.5(=+)-2.5 G 2.5<3dad> +-2.5 G 2.5(=<)-2.5 G(<= >>= &= ^= |=)-2.5 E F0(assignment)144 96 Q/F2 10 +/Times-Italic@0 SF -.2(ex)108 108 S(pr1).2 E F1(,)2.5 E F2 -.2(ex)2.5 G +(pr2).2 E F0(comma)144 120 Q .68(Shell v)108 136.8 R .68 +(ariables are allo)-.25 F .68(wed as operands; parameter e)-.25 F .68 +(xpansion is performed before the e)-.15 F .68(xpression is e)-.15 F +-.25(va)-.25 G(lu-).25 E 3.508(ated. W)108 148.8 R 1.008(ithin an e)-.4 +F 1.008(xpression, shell v)-.15 F 1.007 +(ariables may also be referenced by name without using the parameter) +-.25 F -.15(ex)108 160.8 S 1.04(pansion syntax.).15 F 3.54(As)6.04 G +1.04(hell v)-3.54 F 1.04(ariable that is null or unset e)-.25 F -.25(va) +-.25 G 1.041(luates to 0 when referenced by name without).25 F 1.467 +(using the parameter e)108 172.8 R 1.467(xpansion syntax.)-.15 F 1.467 +(The v)6.467 F 1.467(alue of a v)-.25 F 1.467(ariable is e)-.25 F -.25 +(va)-.25 G 1.466(luated as an arithmetic e).25 F(xpression)-.15 E 1.389 +(when it is referenced, or when a v)108 184.8 R 1.389 +(ariable which has been gi)-.25 F -.15(ve)-.25 G 3.89(nt).15 G(he)-3.89 +E F2(inte)3.89 E -.1(ge)-.4 G(r).1 E F0(attrib)3.89 E 1.39(ute using)-.2 +F F1(declar)3.89 E 3.89(e-)-.18 G(i)-3.89 E F0(is)3.89 E .333 +(assigned a v)108 196.8 R 2.832(alue. A)-.25 F .332(null v)2.832 F .332 +(alue e)-.25 F -.25(va)-.25 G .332(luates to 0.).25 F 2.832(As)5.332 G +.332(hell v)-2.832 F .332(ariable need not ha)-.25 F .632 -.15(ve i)-.2 +H(ts).15 E F2(inte)2.832 E -.1(ge)-.4 G(r).1 E F0(attrib)2.832 E .332 +(ute turned on)-.2 F(to be used in an e)108 208.8 Q(xpression.)-.15 E +1.406(Constants with a leading 0 are interpreted as octal numbers.)108 +225.6 R 3.906(Al)6.406 G 1.407(eading 0x or 0X denotes he)-3.906 F +(xadecimal.)-.15 E .113(Otherwise, numbers tak)108 237.6 R 2.613(et)-.1 +G .113(he form [)-2.613 F F2(base#)A F0 .112(]n, where the optional)B F2 +(base)2.612 E F0 .112(is a decimal number between 2 and 64)2.612 F .533 +(representing the arithmetic base, and)108 249.6 R F2(n)3.033 E F0 .533 +(is a number in that base.)3.033 F(If)5.534 E F2(base#)3.034 E F0 .534 +(is omitted, then base 10 is used.)3.034 F .513(When specifying)108 +261.6 R F2(n)3.013 E F0 3.013(,t)C .513 +(he digits greater than 9 are represented by the lo)-3.013 F .512 +(wercase letters, the uppercase letters,)-.25 F .942 +(@, and _, in that order)108 273.6 R 5.942(.I)-.55 G(f)-5.942 E F2(base) +3.442 E F0 .942(is less than or equal to 36, lo)3.442 F .943 (wercase and uppercase letters may be used)-.25 F -(interchangeably to represent numbers between 10 and 35.)108 132 Q .234 -(Operators are e)108 148.8 R -.25(va)-.25 G .234 +(interchangeably to represent numbers between 10 and 35.)108 285.6 Q +.235(Operators are e)108 302.4 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 .235 -(luated \214rst and may).25 F -.15(ove)108 160.8 S -(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F2 10.95 -/Times-Bold@0 SF(CONDITION)72 177.6 Q(AL EXPRESSIONS)-.219 E F0 .256 -(Conditional e)108 189.6 R .256(xpressions are used by the)-.15 F/F3 10 -/Times-Bold@0 SF([[)2.755 E F0 .255(compound command and the)2.755 F F3 -(test)2.755 E F0(and)2.755 E F3([)2.755 E F0 -.2(bu)2.755 G .255 -(iltin commands to test).2 F .77(\214le attrib)108 201.6 R .77 +(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234 +(luated \214rst and may).25 F -.15(ove)108 314.4 S +(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E/F3 10.95 +/Times-Bold@0 SF(CONDITION)72 331.2 Q(AL EXPRESSIONS)-.219 E F0 .255 +(Conditional e)108 343.2 R .255(xpressions are used by the)-.15 F F1([[) +2.755 E F0 .255(compound command and the)2.755 F F1(test)2.755 E F0(and) +2.755 E F1([)2.756 E F0 -.2(bu)2.756 G .256(iltin commands to test).2 F +.77(\214le attrib)108 355.2 R .77 (utes and perform string and arithmetic comparisons.)-.2 F .77 -(Expressions are formed from the follo)5.77 F(wing)-.25 E 1.041 -(unary or binary primaries.)108 213.6 R 1.041(If an)6.041 F(y)-.15 E F1 -(\214le)3.541 E F0(ar)3.541 E 1.04 -(gument to one of the primaries is of the form)-.18 F F1(/de)3.54 E -(v/fd/n)-.15 E F0 3.54(,t)C 1.04(hen \214le)-3.54 F(descriptor)108 225.6 -Q F1(n)3.788 E F0 1.289(is check)3.788 F 3.789(ed. If)-.1 F(the)3.789 E -F1(\214le)3.789 E F0(ar)3.789 E 1.289 -(gument to one of the primaries is one of)-.18 F F1(/de)3.789 E(v/stdin) --.15 E F0(,)A F1(/de)3.789 E(v/stdout)-.15 E F0 3.789(,o)C(r)-3.789 E F1 -(/de)108 237.6 Q(v/stderr)-.15 E F0 2.5<2c8c>C +(Expressions are formed from the follo)5.77 F(wing)-.25 E .426 +(unary or binary primaries.)108 367.2 R F1(Bash)5.426 E F0 .426 +(handles se)2.926 F -.15(ve)-.25 G .426 +(ral \214lenames specially when the).15 F 2.926(ya)-.15 G .426 +(re used in e)-2.926 F 2.926(xpressions. If)-.15 F .193 +(the operating system on which)108 379.2 R F1(bash)2.693 E F0 .193 +(is running pro)2.693 F .193 +(vides these special \214les, bash will use them; otherwise it)-.15 F +.589(will emulate them internally with this beha)108 391.2 R .589 +(vior: If an)-.2 F(y)-.15 E F2(\214le)3.089 E F0(ar)3.089 E .589 +(gument to one of the primaries is of the form)-.18 F F2(/de)108 403.2 Q +(v/fd/n)-.15 E F0 2.917(,t)C .417(hen \214le descriptor)-2.917 F F2(n) +2.917 E F0 .417(is check)2.917 F 2.917(ed. If)-.1 F(the)2.917 E F2 +(\214le)2.917 E F0(ar)2.917 E .417 +(gument to one of the primaries is one of)-.18 F F2(/de)2.916 E(v/stdin) +-.15 E F0(,)A F2(/de)108 415.2 Q(v/stdout)-.15 E F0 2.5(,o)C(r)-2.5 E F2 +(/de)2.5 E(v/stderr)-.15 E F0 2.5<2c8c>C (le descriptor 0, 1, or 2, respecti)-2.5 E -.15(ve)-.25 G(ly).15 E 2.5 -(,i)-.65 G 2.5(sc)-2.5 G(heck)-2.5 E(ed.)-.1 E .722 +(,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 254.4 R 3.221(ws)-.25 G .721(ymbolic links and operate on the tar) --3.221 F(get)-.18 E(of the link, rather than the link itself.)108 266.4 -Q 1.095(When used with)108 284.4 R F3([[)3.595 E F0 3.595(,t)C(he)-3.595 -E F3(<)3.595 E F0(and)3.595 E F3(>)3.595 E F0 1.095(operators sort le) -3.595 F 1.095(xicographically using the current locale.)-.15 F(The)6.096 -E F3(test)3.596 E F0(com-)3.596 E(mand sorts using ASCII ordering.)108 -296.4 Q F3108 320.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 -E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F3108 332.4 Q F1 -(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex) -2.5 G(ists and is a block special \214le.).15 E F3108 344.4 Q F1 -(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex) -2.5 G(ists and is a character special \214le.).15 E F3108 356.4 Q -F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15 -(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F3108 368.4 Q F1 -(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex) -2.5 G(ists.).15 E F3108 380.4 Q F1(\214le)2.5 E F0 -.35(Tr)12.25 G -(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a re).15 E -(gular \214le.)-.15 E F3108 392.4 Q F1(\214le)2.5 E F0 -.35(Tr) -10.58 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and is set-group-id.).15 E F3108 404.4 Q F1(\214le)2.5 E F0 --.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and is a symbolic link.).15 E F3108 416.4 Q F1(\214le)2.5 E -F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G +108 432 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 444 Q +1.096(When used with)108 462 R F1([[)3.596 E F0 3.596(,t)C(he)-3.596 E +F1(<)3.596 E F0(and)3.595 E F1(>)3.595 E F0 1.095(operators sort le) +3.595 F 1.095(xicographically using the current locale.)-.15 F(The)6.095 +E F1(test)3.595 E F0(com-)3.595 E(mand sorts using ASCII ordering.)108 +474 Q F1108 498 Q F2(\214le)2.5 E F0 -.35(Tr)144 498 S(ue if).35 E +F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists.).15 E F1108 510 Q F2 +(\214le)2.5 E F0 -.35(Tr)144 510 S(ue if).35 E F2(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists and is a block special \214le.).15 E F1108 522 Q F2 +(\214le)2.5 E F0 -.35(Tr)144 522 S(ue if).35 E F2(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists and is a character special \214le.).15 E F1108 534 +Q F2(\214le)2.5 E F0 -.35(Tr)144 534 S(ue if).35 E F2(\214le)2.5 E F0 +-.15(ex)2.5 G(ists and is a directory).15 E(.)-.65 E F1108 546 Q +F2(\214le)2.5 E F0 -.35(Tr)144 546 S(ue if).35 E F2(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists.).15 E F1108 558 Q F2(\214le)2.5 E F0 -.35(Tr)144 +558 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a re).15 +E(gular \214le.)-.15 E F1108 570 Q F2(\214le)2.5 E F0 -.35(Tr)144 +570 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and is set-group-id.).15 E F1108 582 Q F2(\214le)2.5 E F0 +-.35(Tr)144 582 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and is a symbolic link.).15 E F1108 594 Q F2(\214le)2.5 E F0 +-.35(Tr)144 594 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G (ists and its `).15 E(`stick)-.74 E(y')-.15 E 2.5('b)-.74 G(it is set.) --2.5 E F3108 428.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 -E F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a named pipe \(FIFO\).) -.15 E F3108 440.4 Q F1(\214le)2.5 E F0 -.35(Tr)11.14 G(ue if).35 E -F1(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is readable.).15 E F3108 -452.4 Q F1(\214le)2.5 E F0 -.35(Tr)11.69 G(ue if).35 E F1(\214le)2.5 E -F0 -.15(ex)2.5 G(ists and has a size greater than zero.).15 E F3 -108 464.4 Q F1(fd)2.5 E F0 -.35(Tr)16.69 G(ue if \214le descriptor).35 E -F1(fd)4.47 E F0(is open and refers to a terminal.)3.27 E F3108 -476.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E -F0 -.15(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F3 -108 488.4 Q F1(\214le)2.5 E F0 -.35(Tr)8.36 G(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is writable.).15 E F3108 -500.4 Q F1(\214le)2.5 E F0 -.35(Tr)10.58 G(ue if).35 E F1(\214le)2.5 E -F0 -.15(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F3 -108 512.4 Q F1(\214le)2.5 E F0 -.35(Tr)7.8 G(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E -(fecti)-.25 E .3 -.15(ve g)-.25 H(roup id.).15 E F3108 524.4 Q F1 -(\214le)2.5 E F0 -.35(Tr)8.91 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex) -2.5 G(ists and is a symbolic link.).15 E F3108 536.4 Q F1(\214le) -2.5 E F0 -.35(Tr)8.36 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex)2.5 G -(ists and has been modi\214ed since it w).15 E(as last read.)-.1 E F3 -108 548.4 Q F1(\214le)2.5 E F0 -.35(Tr)7.8 G(ue if).35 E F1 -(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E -(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F3108 560.4 Q F1 -(\214le)2.5 E F0 -.35(Tr)10.02 G(ue if).35 E F1(\214le)2.5 E F0 -.15(ex) -2.5 G(ists and is a sock).15 E(et.)-.1 E F1(\214le1)108 572.4 Q F3 -(\255ef)2.5 E F1(\214le2)2.5 E F0 -.35(Tr)144 584.4 S(ue if).35 E F1 -(\214le1)2.5 E F0(and)2.5 E F1(\214le2)2.5 E F0(refer to the same de)2.5 -E(vice and inode numbers.)-.25 E F1(\214le1)108 596.4 Q F02.5 E F3 -(nt)A F1(\214le2)2.5 E F0 -.35(Tr)144 608.4 S .039(ue if).35 F F1 -(\214le1)2.539 E F0 .039(is ne)2.539 F .039 -(wer \(according to modi\214cation date\) than)-.25 F F1(\214le2)2.539 E -F0 2.539(,o)C 2.539(ri)-2.539 G(f)-2.539 E F1(\214le1)2.539 E F0 -.15 -(ex)2.539 G .039(ists and).15 F F1(\214le2)2.539 E F0 .038(does not.) -2.538 F F1(\214le1)108 620.4 Q F02.5 E F3(ot)A F1(\214le2)2.5 E F0 --.35(Tr)144 632.4 S(ue if).35 E F1(\214le1)2.5 E F0(is older than)2.5 E -F1(\214le2)2.5 E F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F1(\214le2)2.5 E F0 --.15(ex)2.5 G(ists and).15 E F1(\214le1)2.5 E F0(does not.)2.5 E F3 -108 644.4 Q F1(optname)2.5 E F0 -.35(Tr)144 656.4 S .262 -(ue if the shell option).35 F F1(optname)2.992 E F0 .262(is enabled.) -2.942 F .262(See the list of options under the description of the)5.262 -F F32.763 E F0(option to the)144 668.4 Q F3(set)2.5 E F0 -.2(bu) -2.5 G(iltin belo).2 E -.65(w.)-.25 G F3108 680.4 Q F1(varname)2.5 -E F0 -.35(Tr)144 692.4 S(ue if the shell v).35 E(ariable)-.25 E F1 -(varname)2.79 E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E -F3108 704.4 Q F1(varname)2.5 E F0 -.35(Tr)144 716.4 S -(ue if the shell v).35 E(ariable)-.25 E F1(varname)2.79 E F0 -(is set and is a name reference.)2.68 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(30)190.95 E 0 Cg EP -%%Page: 31 31 +-2.5 E F1108 606 Q F2(\214le)2.5 E F0 -.35(Tr)144 606 S(ue if).35 +E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a named pipe \(FIFO\).) +.15 E F1108 618 Q F2(\214le)2.5 E F0 -.35(Tr)144 618 S(ue if).35 E +F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is readable.).15 E F1108 +630 Q F2(\214le)2.5 E F0 -.35(Tr)144 630 S(ue if).35 E F2(\214le)2.5 E +F0 -.15(ex)2.5 G(ists and has a size greater than zero.).15 E F1 +108 642 Q F2(fd)2.5 E F0 -.35(Tr)144 642 S(ue if \214le descriptor).35 E +F2(fd)4.47 E F0(is open and refers to a terminal.)3.27 E F1108 654 +Q F2(\214le)2.5 E F0 -.35(Tr)144 654 S(ue if).35 E F2(\214le)2.5 E F0 +-.15(ex)2.5 G(ists and its set-user).15 E(-id bit is set.)-.2 E F1 +108 666 Q F2(\214le)2.5 E F0 -.35(Tr)144 666 S(ue if).35 E F2(\214le)2.5 +E F0 -.15(ex)2.5 G(ists and is writable.).15 E F1108 678 Q F2 +(\214le)2.5 E F0 -.35(Tr)144 678 S(ue if).35 E F2(\214le)2.5 E F0 -.15 +(ex)2.5 G(ists and is e).15 E -.15(xe)-.15 G(cutable.).15 E F1108 +690 Q F2(\214le)2.5 E F0 -.35(Tr)144 690 S(ue if).35 E F2(\214le)2.5 E +F0 -.15(ex)2.5 G(ists and is o).15 E(wned by the ef)-.25 E(fecti)-.25 E +.3 -.15(ve g)-.25 H(roup id.).15 E F1108 702 Q F2(\214le)2.5 E F0 +-.35(Tr)144 702 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and is a symbolic link.).15 E F1108 714 Q F2(\214le)2.5 E F0 +-.35(Tr)144 714 S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G +(ists and has been modi\214ed since it w).15 E(as last read.)-.1 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(31)192.055 E 0 Cg EP +%%Page: 32 32 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF108 84 Q/F2 10/Times-Italic@0 SF -(string)2.5 E F0 -.35(Tr)144 96 S(ue if the length of).35 E F2(string) -2.5 E F0(is zero.)2.5 E F2(string)108 108 Q F1108 120 Q F2(string) -2.5 E F0 -.35(Tr)144 132 S(ue if the length of).35 E F2(string)2.84 E F0 -(is non-zero.)2.72 E F2(string1)108 148.8 Q F1(==)2.5 E F2(string2)2.5 E -(string1)108 160.8 Q F1(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 172.8 S -.862(ue if the strings are equal.).35 F F1(=)5.861 E F0 .861 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF108 84 Q/F2 10/Times-Italic@0 SF(\214le)2.5 E F0 -.35(Tr)144 84 +S(ue if).35 E F2(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is o).15 E +(wned by the ef)-.25 E(fecti)-.25 E .3 -.15(ve u)-.25 H(ser id.).15 E F1 +108 96 Q F2(\214le)2.5 E F0 -.35(Tr)144 96 S(ue if).35 E F2 +(\214le)2.5 E F0 -.15(ex)2.5 G(ists and is a sock).15 E(et.)-.1 E F2 +(\214le1)108 108 Q F1(\255ef)2.5 E F2(\214le2)2.5 E F0 -.35(Tr)144 120 S +(ue if).35 E F2(\214le1)2.5 E F0(and)2.5 E F2(\214le2)2.5 E F0 +(refer to the same de)2.5 E(vice and inode numbers.)-.25 E F2(\214le1) +108 132 Q F02.5 E F1(nt)A F2(\214le2)2.5 E F0 -.35(Tr)144 144 S +(ue if).35 E F2(\214le1)2.5 E F0(is ne)2.5 E +(wer \(according to modi\214cation date\) than)-.25 E F2(\214le2)2.5 E +F0 2.5(,o)C 2.5(ri)-2.5 G(f)-2.5 E F2(\214le1)2.5 E F0 -.15(ex)2.5 G +(ists and).15 E F2(\214le2)2.5 E F0(does not.)2.5 E F2(\214le1)108 156 Q +F02.5 E F1(ot)A F2(\214le2)2.5 E F0 -.35(Tr)144 168 S(ue if).35 E F2 +(\214le1)2.5 E F0(is older than)2.5 E F2(\214le2)2.5 E F0 2.5(,o)C 2.5 +(ri)-2.5 G(f)-2.5 E F2(\214le2)2.5 E F0 -.15(ex)2.5 G(ists and).15 E F2 +(\214le1)2.5 E F0(does not.)2.5 E F1108 180 Q F2(optname)2.5 E F0 +-.35(Tr)144 192 S .262(ue if the shell option).35 F F2(optname)2.992 E +F0 .262(is enabled.)2.942 F .262 +(See the list of options under the description of the)5.262 F F1 +2.763 E F0(option to the)144 204 Q F1(set)2.5 E F0 -.2(bu)2.5 G +(iltin belo).2 E -.65(w.)-.25 G F1108 216 Q F2(varname)2.5 E F0 +-.35(Tr)144 228 S(ue if the shell v).35 E(ariable)-.25 E F2(varname)2.79 +E F0(is set \(has been assigned a v)2.68 E(alue\).)-.25 E F1108 +240 Q F2(varname)2.5 E F0 -.35(Tr)144 252 S(ue if the shell v).35 E +(ariable)-.25 E F2(varname)2.79 E F0(is set and is a name reference.) +2.68 E F1108 264 Q F2(string)2.5 E F0 -.35(Tr)144 276 S +(ue if the length of).35 E F2(string)2.5 E F0(is zero.)2.5 E F2(string) +108 288 Q F1108 300 Q F2(string)2.5 E F0 -.35(Tr)144 312 S +(ue if the length of).35 E F2(string)2.84 E F0(is non-zero.)2.72 E F2 +(string1)108 328.8 Q F1(==)2.5 E F2(string2)2.5 E(string1)108 340.8 Q F1 +(=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 352.8 S .862 +(ue if the strings are equal.).35 F F1(=)5.861 E F0 .861 (should be used with the)3.361 F F1(test)3.361 E F0 .861 (command for POSIX conformance.)3.361 F .446(When used with the)144 -184.8 R F1([[)2.946 E F0 .446 +364.8 R F1([[)2.946 E F0 .446 (command, this performs pattern matching as described abo)2.946 F .747 --.15(ve \()-.15 H F1(Compound).15 E(Commands)144 196.8 Q F0(\).)A F2 -(string1)108 213.6 Q F1(!=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 225.6 S -(ue if the strings are not equal.).35 E F2(string1)108 242.4 Q F1(<)2.5 -E F2(string2)2.5 E F0 -.35(Tr)144 254.4 S(ue if).35 E F2(string1)2.5 E +-.15(ve \()-.15 H F1(Compound).15 E(Commands)144 376.8 Q F0(\).)A F2 +(string1)108 393.6 Q F1(!=)2.5 E F2(string2)2.5 E F0 -.35(Tr)144 405.6 S +(ue if the strings are not equal.).35 E F2(string1)108 422.4 Q F1(<)2.5 +E F2(string2)2.5 E F0 -.35(Tr)144 434.4 S(ue if).35 E F2(string1)2.5 E F0(sorts before)2.5 E F2(string2)2.5 E F0(le)2.5 E(xicographically)-.15 -E(.)-.65 E F2(string1)108 271.2 Q F1(>)2.5 E F2(string2)2.5 E F0 -.35 -(Tr)144 283.2 S(ue if).35 E F2(string1)2.5 E F0(sorts after)2.5 E F2 +E(.)-.65 E F2(string1)108 451.2 Q F1(>)2.5 E F2(string2)2.5 E F0 -.35 +(Tr)144 463.2 S(ue if).35 E F2(string1)2.5 E F0(sorts after)2.5 E F2 (string2)2.5 E F0(le)2.5 E(xicographically)-.15 E(.)-.65 E F2(ar)108.33 -300 Q(g1)-.37 E F1(OP)2.5 E F2(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF -(OP)144 312 Q F0 .385(is one of)2.635 F F1(\255eq)2.885 E F0(,)A F1 +480 Q(g1)-.37 E F1(OP)2.5 E F2(ar)2.5 E(g2)-.37 E/F3 9/Times-Bold@0 SF +(OP)144 492 Q F0 .385(is one of)2.635 F F1(\255eq)2.885 E F0(,)A F1 (\255ne)2.885 E F0(,)A F1(\255lt)2.885 E F0(,)A F1(\255le)2.885 E F0(,)A F1(\255gt)2.885 E F0 2.885(,o)C(r)-2.885 E F1(\255ge)2.885 E F0 5.385 (.T)C .385(hese arithmetic binary operators return true if)-5.385 F F2 (ar)2.884 E(g1)-.37 E F0 .845(is equal to, not equal to, less than, les\ -s than or equal to, greater than, or greater than or equal to)144 324 R -F2(ar)144 336 Q(g2)-.37 E F0 2.5(,r)C(especti)-2.5 E -.15(ve)-.25 G(ly) +s than or equal to, greater than, or greater than or equal to)144 504 R +F2(ar)144 516 Q(g2)-.37 E F0 2.5(,r)C(especti)-2.5 E -.15(ve)-.25 G(ly) .15 E(.)-.65 E F2(Ar)6.01 E(g1)-.37 E F0(and)2.5 E F2(ar)2.83 E(g2)-.37 E F0(may be positi)2.52 E .3 -.15(ve o)-.25 H 2.5(rn).15 G -2.25 -.15 (eg a)-2.5 H(ti).15 E .3 -.15(ve i)-.25 H(nte).15 E(gers.)-.15 E/F4 -10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP)72 352.8 Q(ANSION)-.81 E F0 -.614(When a simple command is e)108 364.8 R -.15(xe)-.15 G .614 +10.95/Times-Bold@0 SF(SIMPLE COMMAND EXP)72 532.8 Q(ANSION)-.81 E F0 +.614(When a simple command is e)108 544.8 R -.15(xe)-.15 G .614 (cuted, the shell performs the follo).15 F .613(wing e)-.25 F .613 (xpansions, assignments, and redi-)-.15 F(rections, from left to right.) -108 376.8 Q 26(1. The)108 393.6 R -.1(wo)4.348 G 1.848 -(rds that the parser has mark).1 F 1.848(ed as v)-.1 F 1.849 +108 556.8 Q(1.)108 573.6 Q 1.848(The w)144 573.6 R 1.848 +(ords that the parser has mark)-.1 F 1.848(ed as v)-.1 F 1.849 (ariable assignments \(those preceding the command)-.25 F -(name\) and redirections are sa)144 405.6 Q -.15(ve)-.2 G 2.5(df).15 G -(or later processing.)-2.5 E 26(2. The)108 422.4 R -.1(wo)3.664 G 1.164 -(rds that are not v).1 F 1.164 +(name\) and redirections are sa)144 585.6 Q -.15(ve)-.2 G 2.5(df).15 G +(or later processing.)-2.5 E(2.)108 602.4 Q 1.164(The w)144 602.4 R +1.164(ords that are not v)-.1 F 1.164 (ariable assignments or redirections are e)-.25 F 3.663(xpanded. If)-.15 F(an)3.663 E 3.663(yw)-.15 G 1.163(ords remain)-3.763 F .775(after e)144 -434.4 R .775(xpansion, the \214rst w)-.15 F .775(ord is tak)-.1 F .775 +614.4 R .775(xpansion, the \214rst w)-.15 F .775(ord is tak)-.1 F .775 (en to be the name of the command and the remaining w)-.1 F(ords)-.1 E -(are the ar)144 446.4 Q(guments.)-.18 E 26(3. Redirections)108 463.2 R -(are performed as described abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 E F3 -(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F0 26(4. The)108 480 R(te) -3.217 E .717(xt after the)-.15 F F1(=)3.217 E F0 .717(in each v)3.217 F -.717(ariable assignment under)-.25 F .717(goes tilde e)-.18 F .717 -(xpansion, parameter e)-.15 F(xpansion,)-.15 E .339 -(command substitution, arithmetic e)144 492 R .339 +(are the ar)144 626.4 Q(guments.)-.18 E(3.)108 643.2 Q +(Redirections are performed as described abo)144 643.2 Q .3 -.15(ve u) +-.15 H(nder).15 E F3(REDIRECTION)2.5 E/F5 9/Times-Roman@0 SF(.)A F0(4.) +108 660 Q .717(The te)144 660 R .717(xt after the)-.15 F F1(=)3.217 E F0 +.717(in each v)3.217 F .717(ariable assignment under)-.25 F .717 +(goes tilde e)-.18 F .717(xpansion, parameter e)-.15 F(xpansion,)-.15 E +.339(command substitution, arithmetic e)144 672 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 504 Q .332 -(If no command name results, the v)108 520.8 R .332 +(efore being assigned to the v)-2.839 F(ari-)-.25 E(able.)144 684 Q .332 +(If no command name results, the v)108 700.8 R .332 (ariable assignments af)-.25 F .332(fect the current shell en)-.25 F -2.832(vironment. Otherwise,)-.4 F(the)2.832 E -.25(va)108 532.8 S .757 +2.832(vironment. Otherwise,)-.4 F(the)2.832 E -.25(va)108 712.8 S .757 (riables are added to the en).25 F .757(vironment of the e)-.4 F -.15 (xe)-.15 G .757(cuted command and do not af).15 F .757 -(fect the current shell en)-.25 F(vi-)-.4 E 3.177(ronment. If)108 544.8 +(fect the current shell en)-.25 F(vi-)-.4 E 3.177(ronment. If)108 724.8 R(an)3.177 E 3.177(yo)-.15 G 3.177(ft)-3.177 G .677 (he assignments attempts to assign a v)-3.177 F .677 (alue to a readonly v)-.25 F .676(ariable, an error occurs, and)-.25 F -(the command e)108 556.8 Q(xits with a non-zero status.)-.15 E .149 -(If no command name results, redirections are performed, b)108 573.6 R +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(32)192.055 E 0 Cg EP +%%Page: 33 33 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(the command e)108 +84 Q(xits with a non-zero status.)-.15 E .149 +(If no command name results, redirections are performed, b)108 100.8 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 585.6 +(vironment. A)-.4 F(redirection error causes the command to e)108 112.8 Q(xit with a non-zero status.)-.15 E 1.064 -(If there is a command name left after e)108 602.4 R 1.064(xpansion, e) +(If there is a command name left after e)108 129.6 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 -614.4 R 2.568(xits. If)-.15 F .069(one of the e)2.568 F .069 +141.6 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 626.4 R .466 +(xit status of the command)-.15 F .467(is the e)108 153.6 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 638.4 -Q(xits with a status of zero.)-.15 E F4(COMMAND EXECUTION)72 655.2 Q F0 -.546(After a command has been split into w)108 667.2 R .547 +(If there were no command substitutions, the)5.466 F(command e)108 165.6 +Q(xits with a status of zero.)-.15 E/F1 10.95/Times-Bold@0 SF +(COMMAND EXECUTION)72 182.4 Q F0 .546 +(After a command has been split into w)108 194.4 R .547 (ords, if it results in a simple command and an optional list of ar)-.1 -F(gu-)-.18 E(ments, the follo)108 679.2 Q(wing actions are tak)-.25 E +F(gu-)-.18 E(ments, the follo)108 206.4 Q(wing actions are tak)-.25 E (en.)-.1 E .379(If the command name contains no slashes, the shell atte\ -mpts to locate it.)108 696 R .379(If there e)5.379 F .379 +mpts to locate it.)108 223.2 R .379(If there e)5.379 F .379 (xists a shell function by)-.15 F .246(that name, that function is in) -108 708 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 F3(FUNCTIONS)2.746 -E F5(.)A F0 .246(If the name does not match a func-)4.746 F -(tion, the shell searches for it in the list of shell b)108 720 Q 2.5 +108 235.2 R -.2(vo)-.4 G -.1(ke).2 G 2.746(da).1 G 2.746(sd)-2.746 G +.246(escribed abo)-2.746 F .546 -.15(ve i)-.15 H(n).15 E/F2 9 +/Times-Bold@0 SF(FUNCTIONS)2.746 E/F3 9/Times-Roman@0 SF(.)A F0 .246 +(If the name does not match a func-)4.746 F +(tion, the shell searches for it in the list of shell b)108 247.2 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(GNU Bash 4.3)72 768 -Q(2014 February 2)141.79 E(31)190.95 E 0 Cg EP -%%Page: 32 32 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .31(If the name is neither a shell function nor a b)108 84 R .309 -(uiltin, and contains no slashes,)-.2 F/F1 10/Times-Bold@0 SF(bash)2.809 -E F0 .309(searches each element of)2.809 F(the)108 96 Q/F2 9 -/Times-Bold@0 SF -.666(PA)3.162 G(TH)-.189 E F0 .662 -(for a directory containing an e)2.912 F -.15(xe)-.15 G .662 -(cutable \214le by that name.).15 F F1(Bash)5.662 E F0 .663 -(uses a hash table to remember)3.162 F 1.915(the full pathnames of e)108 -108 R -.15(xe)-.15 G 1.915(cutable \214les \(see).15 F F1(hash)4.415 E -F0(under)4.415 E F2 1.915(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS) --.828 F F0(belo)4.164 E 4.414(w\). A)-.25 F(full)4.414 E .719 -(search of the directories in)108 120 R F2 -.666(PA)3.219 G(TH)-.189 E -F0 .72(is performed only if the command is not found in the hash table.) -2.969 F .72(If the)5.72 F .956(search is unsuccessful, the shell search\ -es for a de\214ned shell function named)108 132 R F1(command_not_f)3.455 -E(ound_han-)-.25 E(dle)108 144 Q F0 5.277(.I)C 2.777(ft)-5.277 G .277 +(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 264 R .309 +(uiltin, and contains no slashes,)-.2 F/F4 10/Times-Bold@0 SF(bash)2.809 +E F0 .309(searches each element of)2.809 F(the)108 276 Q F2 -.666(PA) +3.162 G(TH)-.189 E F0 .662(for a directory containing an e)2.912 F -.15 +(xe)-.15 G .662(cutable \214le by that name.).15 F F4(Bash)5.662 E F0 +.663(uses a hash table to remember)3.162 F 1.915 +(the full pathnames of e)108 288 R -.15(xe)-.15 G 1.915 +(cutable \214les \(see).15 F F4(hash)4.415 E F0(under)4.415 E F2 1.915 +(SHELL B)4.415 F(UIL)-.09 E 1.914(TIN COMMANDS)-.828 F F0(belo)4.164 E +4.414(w\). A)-.25 F(full)4.414 E .719(search of the directories in)108 +300 R F2 -.666(PA)3.219 G(TH)-.189 E F0 .72 +(is performed only if the command is not found in the hash table.)2.969 +F .72(If the)5.72 F .956(search is unsuccessful, the shell searches for\ + a de\214ned shell function named)108 312 R F4(command_not_f)3.455 E +(ound_han-)-.25 E(dle)108 324 Q F0 5.277(.I)C 2.777(ft)-5.277 G .277 (hat function e)-2.777 F .277(xists, it is in)-.15 F -.2(vo)-.4 G -.1 (ke).2 G 2.777(dw).1 G .278 (ith the original command and the original command')-2.777 F 2.778(sa) --.55 G -.18(rg)-2.778 G(uments).18 E .776(as its ar)108 156 R .776 +-.55 G -.18(rg)-2.778 G(uments).18 E .776(as its ar)108 336 R .776 (guments, and the function')-.18 F 3.275(se)-.55 G .775 (xit status becomes the e)-3.425 F .775(xit status of the shell.)-.15 F .775(If that function is not)5.775 F -(de\214ned, the shell prints an error message and returns an e)108 168 Q +(de\214ned, the shell prints an error message and returns an e)108 348 Q (xit status of 127.)-.15 E 1.089(If the search is successful, or if the\ - command name contains one or more slashes, the shell e)108 184.8 R -.15 + command name contains one or more slashes, the shell e)108 364.8 R -.15 (xe)-.15 G 1.09(cutes the).15 F .198(named program in a separate e)108 -196.8 R -.15(xe)-.15 G .198(cution en).15 F 2.698(vironment. Ar)-.4 F +376.8 R -.15(xe)-.15 G .198(cution en).15 F 2.698(vironment. Ar)-.4 F .198(gument 0 is set to the name gi)-.18 F -.15(ve)-.25 G .197 -(n, and the remain-).15 F(ing ar)108 208.8 Q +(n, and the remain-).15 F(ing ar)108 388.8 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.809(If this e)108 225.6 R +(ve)-.25 G(n, if an).15 E -.65(y.)-.15 G 1.809(If this e)108 405.6 R -.15(xe)-.15 G 1.809(cution f).15 F 1.809 (ails because the \214le is not in e)-.1 F -.15(xe)-.15 G 1.809 (cutable format, and the \214le is not a directory).15 F 4.309(,i)-.65 G -4.309(ti)-4.309 G(s)-4.309 E .678(assumed to be a)108 237.6 R/F3 10 +4.309(ti)-4.309 G(s)-4.309 E .678(assumed to be a)108 417.6 R/F5 10 /Times-Italic@0 SF .678(shell script)3.178 F F0 3.178(,a\214)C .678 (le containing shell commands.)-3.178 F 3.178(As)5.678 G .678 (ubshell is spa)-3.178 F .677(wned to e)-.15 F -.15(xe)-.15 G .677 (cute it.).15 F(This)5.677 E .329 -(subshell reinitializes itself, so that the ef)108 249.6 R .329 +(subshell reinitializes itself, so that the ef)108 429.6 R .329 (fect is as if a ne)-.25 F 2.83(ws)-.25 G .33(hell had been in)-2.83 F -.2(vo)-.4 G -.1(ke).2 G 2.83(dt).1 G 2.83(oh)-2.83 G .33 -(andle the script, with)-2.83 F 1.219(the e)108 261.6 R 1.219 +(andle the script, with)-2.83 F 1.219(the e)108 441.6 R 1.219 (xception that the locations of commands remembered by the parent \(see) --.15 F F1(hash)3.719 E F0(belo)3.719 E 3.719(wu)-.25 G(nder)-3.719 E F2 -(SHELL)3.719 E -.09(BU)108 273.6 S(IL).09 E(TIN COMMANDS)-.828 E/F4 9 -/Times-Roman@0 SF(\))A F0(are retained by the child.)2.25 E .347 -(If the program is a \214le be)108 290.4 R .347(ginning with)-.15 F F1 -(#!)2.847 E F0 2.847(,t)C .348(he remainder of the \214rst line speci\ -\214es an interpreter for the pro-)-2.847 F 3.178(gram. The)108 302.4 R -.678(shell e)3.178 F -.15(xe)-.15 G .678(cutes the speci\214ed interpre\ -ter on operating systems that do not handle this e).15 F -.15(xe)-.15 G -(cutable).15 E 1.192(format themselv)108 314.4 R 3.692(es. The)-.15 F -(ar)3.693 E 1.193 +-.15 F F4(hash)3.719 E F0(belo)3.719 E 3.719(wu)-.25 G(nder)-3.719 E F2 +(SHELL)3.719 E -.09(BU)108 453.6 S(IL).09 E(TIN COMMANDS)-.828 E F3(\))A +F0(are retained by the child.)2.25 E .347(If the program is a \214le be) +108 470.4 R .347(ginning with)-.15 F F4(#!)2.847 E F0 2.847(,t)C .348(h\ +e remainder of the \214rst line speci\214es an interpreter for the pro-) +-2.847 F 3.178(gram. The)108 482.4 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 1.192(format themselv) +108 494.4 R 3.692(es. The)-.15 F(ar)3.693 E 1.193 (guments to the interpreter consist of a single optional ar)-.18 F 1.193 (gument follo)-.18 F 1.193(wing the)-.25 F 1.131 -(interpreter name on the \214rst line of the program, follo)108 326.4 R +(interpreter name on the \214rst line of the program, follo)108 506.4 R 1.13(wed by the name of the program, follo)-.25 F 1.13(wed by the)-.25 F -(command ar)108 338.4 Q(guments, if an)-.18 E -.65(y.)-.15 G/F5 10.95 -/Times-Bold@0 SF(COMMAND EXECUTION ENVIR)72 355.2 Q(ONMENT)-.329 E F0 -(The shell has an)108 367.2 Q F3 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E -(onment)-.45 E F0 2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25 -E 32.5<836f>108 384 S 1.405(pen \214les inherited by the shell at in) --32.5 F -.2(vo)-.4 G 1.406 -(cation, as modi\214ed by redirections supplied to the).2 F F1(exec) -3.906 E F0 -.2(bu)144 396 S(iltin).2 E 32.5<8374>108 412.8 S -(he current w)-32.5 E(orking directory as set by)-.1 E F1(cd)2.5 E F0(,) -A F1(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F1(popd)2.5 E F0 2.5(,o)C 2.5(ri) --2.5 G(nherited by the shell at in)-2.5 E -.2(vo)-.4 G(cation).2 E 32.5 -<8374>108 429.6 S(he \214le creation mode mask as set by)-32.5 E F1 +(command ar)108 518.4 Q(guments, if an)-.18 E -.65(y.)-.15 G F1 +(COMMAND EXECUTION ENVIR)72 535.2 Q(ONMENT)-.329 E F0(The shell has an) +108 547.2 Q F5 -.2(ex)2.5 G(ecution en).2 E(vir)-.4 E(onment)-.45 E F0 +2.5(,w)C(hich consists of the follo)-2.5 E(wing:)-.25 E<83>108 564 Q +1.405(open \214les inherited by the shell at in)144 564 R -.2(vo)-.4 G +1.406(cation, as modi\214ed by redirections supplied to the).2 F F4 +(exec)3.906 E F0 -.2(bu)144 576 S(iltin).2 E<83>108 592.8 Q +(the current w)144 592.8 Q(orking directory as set by)-.1 E F4(cd)2.5 E +F0(,)A F4(pushd)2.5 E F0 2.5(,o)C(r)-2.5 E F4(popd)2.5 E F0 2.5(,o)C 2.5 +(ri)-2.5 G(nherited by the shell at in)-2.5 E -.2(vo)-.4 G(cation).2 E +<83>108 609.6 Q(the \214le creation mode mask as set by)144 609.6 Q F4 (umask)2.5 E F0(or inherited from the shell')2.5 E 2.5(sp)-.55 G(arent) --2.5 E 32.5<8363>108 446.4 S(urrent traps set by)-32.5 E F1(trap)2.5 E -F0 32.5<8373>108 463.2 S .257(hell parameters that are set by v)-32.5 F -.256(ariable assignment or with)-.25 F F1(set)2.756 E F0 .256 +-2.5 E<83>108 626.4 Q(current traps set by)144 626.4 Q F4(trap)2.5 E F0 +<83>108 643.2 Q .257(shell parameters that are set by v)144 643.2 R .256 +(ariable assignment or with)-.25 F F4(set)2.756 E F0 .256 (or inherited from the shell')2.756 F 2.756(sp)-.55 G(arent)-2.756 E -(in the en)144 475.2 Q(vironment)-.4 E 32.5<8373>108 492 S -(hell functions de\214ned during e)-32.5 E -.15(xe)-.15 G +(in the en)144 655.2 Q(vironment)-.4 E<83>108 672 Q +(shell functions de\214ned during e)144 672 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 32.5<836f>108 508.8 S -(ptions enabled at in)-32.5 E -.2(vo)-.4 G(cation \(either by def).2 E -(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F1(set)2.5 E -F0 32.5<836f>108 525.6 S(ptions enabled by)-32.5 E F1(shopt)2.5 E F0 -32.5<8373>108 542.4 S(hell aliases de\214ned with)-32.5 E F1(alias)2.5 E -F0 32.5<8376>108 559.2 S -(arious process IDs, including those of background jobs, the v)-32.75 E +(arent in the en)-2.5 E(vironment)-.4 E<83>108 688.8 Q +(options enabled at in)144 688.8 Q -.2(vo)-.4 G(cation \(either by def) +.2 E(ault or with command-line ar)-.1 E(guments\) or by)-.18 E F4(set) +2.5 E F0<83>108 705.6 Q(options enabled by)144 705.6 Q F4(shopt)2.5 E F0 +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(33)192.055 E 0 Cg EP +%%Page: 34 34 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E<83>108 84 Q +(shell aliases de\214ned with)144 84 Q/F1 10/Times-Bold@0 SF(alias)2.5 E +F0<83>108 100.8 Q -.25(va)144 100.8 S +(rious process IDs, including those of background jobs, the v).25 E (alue of)-.25 E F1($$)2.5 E F0 2.5(,a)C(nd the v)-2.5 E(alue of)-.25 E -F2(PPID)2.5 E F0 .426(When a simple command other than a b)108 576 R -.427(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .427 +/F2 9/Times-Bold@0 SF(PPID)2.5 E F0 .426 +(When a simple command other than a b)108 117.6 R .427 +(uiltin or shell function is to be e)-.2 F -.15(xe)-.15 G .427 (cuted, it is in).15 F -.2(vo)-.4 G -.1(ke).2 G 2.927(di).1 G 2.927(nas) --2.927 G(eparate)-2.927 E -.15(exe)108 588 S .134(cution en).15 F .134 +-2.927 G(eparate)-2.927 E -.15(exe)108 129.6 S .134(cution en).15 F .134 (vironment that consists of the follo)-.4 F 2.634(wing. Unless)-.25 F .133(otherwise noted, the v)2.634 F .133(alues are inherited from)-.25 F -(the shell.)108 600 Q 32.5<8374>108 616.8 S 1.055(he shell')-32.5 F +(the shell.)108 141.6 Q<83>108 158.4 Q 1.055(the shell')144 158.4 R 3.555(so)-.55 G 1.055(pen \214les, plus an)-3.555 F 3.556(ym)-.15 G 1.056 (odi\214cations and additions speci\214ed by redirections to the com-) --3.556 F(mand)144 628.8 Q 32.5<8374>108 645.6 S(he current w)-32.5 E -(orking directory)-.1 E 32.5<8374>108 662.4 S -(he \214le creation mode mask)-32.5 E 32.5<8373>108 679.2 S .857(hell v) --32.5 F .857(ariables and functions mark)-.25 F .857(ed for e)-.1 F .857 +-3.556 F(mand)144 170.4 Q<83>108 187.2 Q(the current w)144 187.2 Q +(orking directory)-.1 E<83>108 204 Q(the \214le creation mode mask)144 +204 Q<83>108 220.8 Q .857(shell v)144 220.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 691.2 Q(vironment) --.4 E 32.5<8374>108 708 S .306 -(raps caught by the shell are reset to the v)-32.5 F .307 -(alues inherited from the shell')-.25 F 2.807(sp)-.55 G .307 -(arent, and traps ignored)-2.807 F(by the shell are ignored)144 720 Q -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(32)190.95 E 0 Cg EP -%%Page: 33 33 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 2.5(Ac)108 84 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 +(xported for the command,)-.15 F(passed in the en)144 232.8 Q(vironment) +-.4 E<83>108 249.6 Q .306(traps caught by the shell are reset to the v) +144 249.6 R .307(alues inherited from the shell')-.25 F 2.807(sp)-.55 G +.307(arent, and traps ignored)-2.807 F(by the shell are ignored)144 +261.6 Q 2.5(Ac)108 278.4 S(ommand in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5 +(di).1 G 2.5(nt)-2.5 G(his separate en)-2.5 E(vironment cannot af)-.4 E (fect the shell')-.25 E 2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E (vironment.)-.4 E .577(Command substitution, commands grouped with pare\ -ntheses, and asynchronous commands are in)108 100.8 R -.2(vo)-.4 G -.1 -(ke).2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 112.8 S .244(ubshell en) +ntheses, and asynchronous commands are in)108 295.2 R -.2(vo)-.4 G -.1 +(ke).2 G 3.077(di).1 G(n)-3.077 E 2.744(as)108 307.2 S .244(ubshell en) -2.744 F .244(vironment that is a duplicate of the shell en)-.4 F .245 (vironment, e)-.4 F .245(xcept that traps caught by the shell are)-.15 F -.359(reset to the v)108 124.8 R .358 +.359(reset to the v)108 319.2 R .358 (alues that the shell inherited from its parent at in)-.25 F -.2(vo)-.4 G 2.858(cation. Builtin).2 F .358(commands that are in)2.858 F -.2(vo) --.4 G -.1(ke).2 G(d).1 E .856(as part of a pipeline are also e)108 136.8 +-.4 G -.1(ke).2 G(d).1 E .856(as part of a pipeline are also e)108 331.2 R -.15(xe)-.15 G .856(cuted in a subshell en).15 F 3.357 (vironment. Changes)-.4 F .857(made to the subshell en)3.357 F(viron-) --.4 E(ment cannot af)108 148.8 Q(fect the shell')-.25 E 2.5(se)-.55 G +-.4 E(ment cannot af)108 343.2 Q(fect the shell')-.25 E 2.5(se)-.55 G -.15(xe)-2.65 G(cution en).15 E(vironment.)-.4 E 1.377(Subshells spa)108 -165.6 R 1.377(wned to e)-.15 F -.15(xe)-.15 G 1.377 +360 R 1.377(wned to e)-.15 F -.15(xe)-.15 G 1.377 (cute command substitutions inherit the v).15 F 1.377(alue of the)-.25 F -/F1 10/Times-Bold@0 SF3.876 E F0 1.376(option from the parent) -3.876 F 2.5(shell. When)108 177.6 R(not in)2.5 E/F2 10/Times-Italic@0 SF -(posix)2.5 E F0(mode,)2.5 E F1(bash)2.5 E F0(clears the)2.5 E F1 -2.5 E F0(option in such subshells.)2.5 E .404(If a command is follo)108 -194.4 R .404(wed by a)-.25 F F1(&)2.904 E F0 .405 -(and job control is not acti)2.904 F -.15(ve)-.25 G 2.905(,t).15 G .405 -(he def)-2.905 F .405(ault standard input for the command)-.1 F .198 -(is the empty \214le)108 206.4 R F2(/de)2.698 E(v/null)-.15 E F0 5.198 -(.O)C .198(therwise, the in)-5.198 F -.2(vo)-.4 G -.1(ke).2 G 2.698(dc) -.1 G .197(ommand inherits the \214le descriptors of the calling shell) --2.698 F(as modi\214ed by redirections.)108 218.4 Q/F3 10.95 -/Times-Bold@0 SF(ENVIR)72 235.2 Q(ONMENT)-.329 E F0 2.353 -(When a program is in)108 247.2 R -.2(vo)-.4 G -.1(ke).2 G 4.853(di).1 G -4.853(ti)-4.853 G 4.853(sg)-4.853 G -2.15 -.25(iv e)-4.853 H 4.853(na) -.25 G 4.853(na)-4.853 G 2.353(rray of strings called the)-4.853 F F2(en) -4.853 E(vir)-.4 E(onment)-.45 E F0 7.353(.T).68 G 2.354 -(his is a list of)-7.353 F F2(name)108 259.2 Q F0A F2(value)A F0 -(pairs, of the form)2.5 E F2(name)2.5 E F0(=)A F2(value)A F0(.).18 E -1.486(The shell pro)108 276 R 1.486(vides se)-.15 F -.15(ve)-.25 G 1.486 -(ral w).15 F 1.485(ays to manipulate the en)-.1 F 3.985(vironment. On) --.4 F(in)3.985 E -.2(vo)-.4 G 1.485(cation, the shell scans its o).2 F -(wn)-.25 E(en)108 288 Q .144(vironment and creates a parameter for each\ - name found, automatically marking it for)-.4 F F2 -.2(ex)2.644 G(port) -.2 E F0 .144(to child pro-)3.324 F 2.704(cesses. Ex)108 300 R .203 -(ecuted commands inherit the en)-.15 F 2.703(vironment. The)-.4 F F1 -(export)2.703 E F0(and)2.703 E F1(declar)2.703 E 2.703<65ad>-.18 G(x) --2.703 E F0 .203(commands allo)2.703 F 2.703(wp)-.25 G(aram-)-2.703 E -1.153(eters and functions to be added to and deleted from the en)108 312 -R 3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.154 -(alue of a parameter in the)-.25 F(en)108 324 Q .64 +F13.876 E F0 1.376(option from the parent)3.876 F 2.5(shell. When) +108 372 R(not in)2.5 E/F3 10/Times-Italic@0 SF(posix)2.5 E F0(mode,)2.5 +E F1(bash)2.5 E F0(clears the)2.5 E F12.5 E F0 +(option in such subshells.)2.5 E .404(If a command is follo)108 388.8 R +.404(wed by a)-.25 F F1(&)2.904 E F0 .405(and job control is not acti) +2.904 F -.15(ve)-.25 G 2.905(,t).15 G .405(he def)-2.905 F .405 +(ault standard input for the command)-.1 F .198(is the empty \214le)108 +400.8 R F3(/de)2.698 E(v/null)-.15 E F0 5.198(.O)C .198 +(therwise, the in)-5.198 F -.2(vo)-.4 G -.1(ke).2 G 2.698(dc).1 G .197 +(ommand inherits the \214le descriptors of the calling shell)-2.698 F +(as modi\214ed by redirections.)108 412.8 Q/F4 10.95/Times-Bold@0 SF +(ENVIR)72 429.6 Q(ONMENT)-.329 E F0 2.353(When a program is in)108 441.6 +R -.2(vo)-.4 G -.1(ke).2 G 4.853(di).1 G 4.853(ti)-4.853 G 4.853(sg) +-4.853 G -2.15 -.25(iv e)-4.853 H 4.853(na).25 G 4.853(na)-4.853 G 2.353 +(rray of strings called the)-4.853 F F3(en)4.853 E(vir)-.4 E(onment)-.45 +E F0 7.353(.T).68 G 2.354(his is a list of)-7.353 F F3(name)108 453.6 Q +F0A F3(value)A F0(pairs, of the form)2.5 E F3(name)2.5 E F0(=)A F3 +(value)A F0(.).18 E 1.486(The shell pro)108 470.4 R 1.486(vides se)-.15 +F -.15(ve)-.25 G 1.486(ral w).15 F 1.485(ays to manipulate the en)-.1 F +3.985(vironment. On)-.4 F(in)3.985 E -.2(vo)-.4 G 1.485 +(cation, the shell scans its o).2 F(wn)-.25 E(en)108 482.4 Q .144(viron\ +ment and creates a parameter for each name found, automatically marking\ + it for)-.4 F F3 -.2(ex)2.644 G(port).2 E F0 .144(to child pro-)3.324 F +2.704(cesses. Ex)108 494.4 R .203(ecuted commands inherit the en)-.15 F +2.703(vironment. The)-.4 F F1(export)2.703 E F0(and)2.703 E F1(declar) +2.703 E 2.703<65ad>-.18 G(x)-2.703 E F0 .203(commands allo)2.703 F 2.703 +(wp)-.25 G(aram-)-2.703 E 1.153 +(eters and functions to be added to and deleted from the en)108 506.4 R +3.653(vironment. If)-.4 F 1.153(the v)3.653 F 1.154 +(alue of a parameter in the)-.25 F(en)108 518.4 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 336 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 .301(modi\214ed in the shell, less an)108 348 R -2.801(yp)-.15 G .301(airs remo)-2.801 F -.15(ve)-.15 G 2.801(db).15 G -2.801(yt)-2.801 G(he)-2.801 E F1(unset)2.801 E F0 .3(command, plus an) -2.8 F 2.8(ya)-.15 G .3(dditions via the)-2.8 F F1(export)2.8 E F0(and) -2.8 E F1(declar)108 360 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E -.562(The en)108 376.8 R .562(vironment for an)-.4 F(y)-.15 E F2 .562 -(simple command)3.402 F F0 .563 +-.4 F .64(The en)5.64 F(viron-)-.4 E .58(ment inherited by an)108 530.4 +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 +.301(modi\214ed in the shell, less an)108 542.4 R 2.801(yp)-.15 G .301 +(airs remo)-2.801 F -.15(ve)-.15 G 2.801(db).15 G 2.801(yt)-2.801 G(he) +-2.801 E F1(unset)2.801 E F0 .3(command, plus an)2.8 F 2.8(ya)-.15 G .3 +(dditions via the)-2.8 F F1(export)2.8 E F0(and)2.8 E F1(declar)108 +554.4 Q 2.5<65ad>-.18 G(x)-2.5 E F0(commands.)2.5 E .562(The en)108 +571.2 R .562(vironment for an)-.4 F(y)-.15 E F3 .562(simple command) +3.402 F F0 .563 (or function may be augmented temporarily by pre\214xing it with)3.833 F -.203(parameter assignments, as described abo)108 388.8 R .502 -.15(ve i) --.15 H(n).15 E/F4 9/Times-Bold@0 SF -.666(PA)2.702 G(RAMETERS).666 E/F5 -9/Times-Roman@0 SF(.)A F0 .202(These assignment statements af)4.702 F -.202(fect only the)-.25 F(en)108 400.8 Q -(vironment seen by that command.)-.4 E .81(If the)108 417.6 R F1 -3.31 E F0 .81(option is set \(see the)3.31 F F1(set)3.31 E F0 -.2(bu) -3.31 G .81(iltin command belo).2 F .81(w\), then)-.25 F F2(all)3.64 E F0 -.81(parameter assignments are placed in)3.82 F(the en)108 429.6 Q +.203(parameter assignments, as described abo)108 583.2 R .502 -.15(ve i) +-.15 H(n).15 E F2 -.666(PA)2.702 G(RAMETERS).666 E/F5 9/Times-Roman@0 SF +(.)A F0 .202(These assignment statements af)4.702 F .202(fect only the) +-.25 F(en)108 595.2 Q(vironment seen by that command.)-.4 E .81(If the) +108 612 R F13.31 E F0 .81(option is set \(see the)3.31 F F1(set) +3.31 E F0 -.2(bu)3.31 G .81(iltin command belo).2 F .81(w\), then)-.25 F +F3(all)3.64 E F0 .81(parameter assignments are placed in)3.82 F(the en) +108 624 Q (vironment for a command, not just those that precede the command name.) --.4 E(When)108 446.4 Q F1(bash)3.586 E F0(in)3.586 E -.2(vo)-.4 G -.1 +-.4 E(When)108 640.8 Q F1(bash)3.586 E F0(in)3.586 E -.2(vo)-.4 G -.1 (ke).2 G 3.586(sa).1 G 3.586(ne)-3.586 G 1.086(xternal command, the v) -3.736 F(ariable)-.25 E F1(_)3.586 E F0 1.085 (is set to the full \214lename of the command and)3.586 F -(passed to that command in its en)108 458.4 Q(vironment.)-.4 E F3 -(EXIT ST)72 475.2 Q -1.04(AT)-.986 G(US)1.04 E F0 .15(The e)108 487.2 R +(passed to that command in its en)108 652.8 Q(vironment.)-.4 E F4 +(EXIT ST)72 669.6 Q -1.04(AT)-.986 G(US)1.04 E F0 .15(The e)108 681.6 R .15(xit status of an e)-.15 F -.15(xe)-.15 G .15(cuted command is the v) -.15 F .151(alue returned by the)-.25 F F2(waitpid)2.651 E F0 .151 +.15 F .151(alue returned by the)-.25 F F3(waitpid)2.651 E F0 .151 (system call or equi)2.651 F -.25(va)-.25 G .151(lent func-).25 F 2.848 -(tion. Exit)108 499.2 R .348(statuses f)2.848 F .347 +(tion. Exit)108 693.6 R .348(statuses f)2.848 F .347 (all between 0 and 255, though, as e)-.1 F .347(xplained belo)-.15 F 1.647 -.65(w, t)-.25 H .347(he shell may use v).65 F .347(alues abo)-.25 -F .647 -.15(ve 1)-.15 H(25).15 E(specially)108 511.2 Q 5.673(.E)-.65 G -.673(xit statuses from shell b)-5.673 F .673 -(uiltins and compound commands are also limited to this range. Under)-.2 -F(certain circumstances, the shell will use special v)108 523.2 Q -(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E -.15(Fo)108 -540 S 3.373(rt).15 G .873(he shell')-3.373 F 3.373(sp)-.55 G .873 +F .647 -.15(ve 1)-.15 H(25).15 E(specially)108 705.6 Q 5.506(.E)-.65 G +.506(xit statuses from shell b)-5.506 F .507 +(uiltins and compound commands are also limited to this range.)-.2 F +(Under)5.507 E(certain circumstances, the shell will use special v)108 +717.6 Q(alues to indicate speci\214c f)-.25 E(ailure modes.)-.1 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(34)192.055 E 0 Cg EP +%%Page: 35 35 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E -.15(Fo)108 84 S +3.373(rt).15 G .873(he shell')-3.373 F 3.373(sp)-.55 G .873 (urposes, a command which e)-3.373 F .873(xits with a zero e)-.15 F .873 (xit status has succeeded.)-.15 F .872(An e)5.872 F .872(xit status of) --.15 F .048(zero indicates success.)108 552 R 2.548(An)5.048 G .049 +-.15 F .048(zero indicates success.)108 96 R 2.548(An)5.048 G .049 (on-zero e)-2.548 F .049(xit status indicates f)-.15 F 2.549 (ailure. When)-.1 F 2.549(ac)2.549 G .049(ommand terminates on a f) --2.549 F .049(atal sig-)-.1 F(nal)108 564 Q F2(N)2.5 E F0(,)A F1(bash) -2.5 E F0(uses the v)2.5 E(alue of 128+)-.25 E F2(N)A F0(as the e)2.5 E -(xit status.)-.15 E .405 -(If a command is not found, the child process created to e)108 580.8 R +-2.549 F .049(atal sig-)-.1 F(nal)108 108 Q/F1 10/Times-Italic@0 SF(N) +2.5 E F0(,)A/F2 10/Times-Bold@0 SF(bash)2.5 E F0(uses the v)2.5 E +(alue of 128+)-.25 E F1(N)A F0(as the e)2.5 E(xit status.)-.15 E .405 +(If a command is not found, the child process created to e)108 124.8 R -.15(xe)-.15 G .404(cute it returns a status of 127.).15 F .404 -(If a command is)5.404 F(found b)108 592.8 Q(ut is not e)-.2 E -.15(xe) --.15 G(cutable, the return status is 126.).15 E(If a command f)108 609.6 +(If a command is)5.404 F(found b)108 136.8 Q(ut is not e)-.2 E -.15(xe) +-.15 G(cutable, the return status is 126.).15 E(If a command f)108 153.6 Q(ails because of an error during e)-.1 E (xpansion or redirection, the e)-.15 E(xit status is greater than zero.) --.15 E .08(Shell b)108 626.4 R .08 -(uiltin commands return a status of 0 \()-.2 F F2(true)A F0 2.581(\)i)C -2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F2(false)A F0 +-.15 E .08(Shell b)108 170.4 R .08 +(uiltin commands return a status of 0 \()-.2 F F1(true)A F0 2.581(\)i)C +2.581(fs)-2.581 G .081(uccessful, and non-zero \()-2.581 F F1(false)A F0 2.581(\)i)C 2.581(fa)-2.581 G 2.581(ne)-2.581 G .081(rror occurs while) --2.581 F(the)108 638.4 Q 2.5(ye)-.15 G -.15(xe)-2.65 G 2.5(cute. All).15 -F -.2(bu)2.5 G(iltins return an e).2 E -(xit status of 2 to indicate incorrect usage.)-.15 E F1(Bash)108 655.2 Q -F0 .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 667.2 -Q(xits with a non-zero v)-.15 E 2.5(alue. See)-.25 F(also the)2.5 E F1 -(exit)2.5 E F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G F3 -(SIGN)72 684 Q(ALS)-.219 E F0(When)108 696 Q F1(bash)3.182 E F0 .682 -(is interacti)3.182 F -.15(ve)-.25 G 3.182(,i).15 G 3.182(nt)-3.182 G -.682(he absence of an)-3.182 F 3.183(yt)-.15 G .683(raps, it ignores) --3.183 F F4(SIGTERM)3.183 E F0 .683(\(so that)2.933 F F1 .683(kill 0) -3.183 F F0 .683(does not kill an)3.183 F(interacti)108 708 Q .758 -.15 -(ve s)-.25 H .458(hell\), and).15 F F4(SIGINT)2.958 E F0 .458 -(is caught and handled \(so that the)2.708 F F1(wait)2.958 E F0 -.2(bu) -2.958 G .457(iltin is interruptible\).).2 F .457(In all cases,)5.457 F -F1(bash)108 720 Q F0(ignores)2.5 E F4(SIGQ)2.5 E(UIT)-.09 E F5(.)A F0 -(If job control is in ef)4.5 E(fect,)-.25 E F1(bash)2.5 E F0(ignores)2.5 -E F4(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 -E F4(SIGTSTP)2.5 E F5(.)A F0(GNU Bash 4.3)72 768 Q(2014 February 2) -141.79 E(33)190.95 E 0 Cg EP -%%Page: 34 34 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(Non-b)108 84 Q 1.064(uiltin commands run by)-.2 F/F1 10 -/Times-Bold@0 SF(bash)3.564 E F0(ha)3.564 E 1.365 -.15(ve s)-.2 H 1.065 -(ignal handlers set to the v).15 F 1.065 -(alues inherited by the shell from its)-.25 F 3.248(parent. When)108 96 -R .748(job control is not in ef)3.248 F .747 -(fect, asynchronous commands ignore)-.25 F/F2 9/Times-Bold@0 SF(SIGINT) -3.247 E F0(and)2.997 E F2(SIGQ)3.247 E(UIT)-.09 E F0 .747(in addi-)2.997 -F .652(tion to these inherited handlers.)108 108 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 120 Q F2 -(SIGTTIN)2.5 E/F3 9/Times-Roman@0 SF(,)A F2(SIGTT)2.25 E(OU)-.162 E F3 -(,)A F0(and)2.25 E F2(SIGTSTP)2.5 E F3(.)A F0 2.046(The shell e)108 -136.8 R 2.046(xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F2 -(SIGHUP)4.545 E F3(.)A F0 2.045(Before e)6.545 F 2.045 -(xiting, an interacti)-.15 F 2.345 -.15(ve s)-.25 H 2.045 -(hell resends the).15 F F2(SIGHUP)108 148.8 Q F0 1.004 -(to all jobs, running or stopped.)3.254 F 1.004(Stopped jobs are sent) -6.004 F F2(SIGCONT)3.505 E F0 1.005(to ensure that the)3.255 F 3.505(yr) --.15 G(ecei)-3.505 E 1.305 -.15(ve t)-.25 H(he).15 E F2(SIGHUP)108 160.8 -Q F3(.)A F0 2.53 -.8(To p)5.43 H(re).8 E -.15(ve)-.25 G .93(nt the shel\ -l 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 172.8 R F1(diso)3.856 E(wn)-.1 E F0 -.2(bu) -3.856 G 1.356(iltin \(see).2 F F2 1.356(SHELL B)3.856 F(UIL)-.09 E 1.356 -(TIN COMMANDS)-.828 F F0(belo)3.607 E 1.357(w\) or mark)-.25 F 1.357 -(ed to not recei)-.1 F -.15(ve)-.25 G F2(SIGHUP)108 184.8 Q F0(using) -2.25 E F1(diso)2.5 E(wn \255h)-.1 E F0(.)A .166(If the)108 201.6 R F1 -(huponexit)2.666 E F0 .166(shell option has been set with)2.666 F F1 -(shopt)2.666 E F0(,)A F1(bash)2.666 E F0 .166(sends a)2.666 F F2(SIGHUP) -2.666 E F0 .166(to all jobs when an interacti)2.416 F -.15(ve)-.25 G -(login shell e)108 213.6 Q(xits.)-.15 E(If)108 230.4 Q F1(bash)3.046 E -F0 .546(is w)3.046 F .546(aiting for a command to complete and recei)-.1 -F -.15(ve)-.25 G 3.046(sas).15 G .546 -(ignal for which a trap has been set, the trap)-3.046 F .663 -(will not be e)108 242.4 R -.15(xe)-.15 G .663 -(cuted until the command completes.).15 F(When)5.663 E F1(bash)3.163 E -F0 .662(is w)3.163 F .662(aiting for an asynchronous command)-.1 F .99 -(via the)108 254.4 R F1(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin, the rec\ -eption of a signal for which a trap has been set will cause the).2 F F1 +-2.581 F(the)108 182.4 Q 2.968(ye)-.15 G -.15(xe)-3.118 G 2.968 +(cute. All).15 F -.2(bu)2.968 G .468(iltins return an e).2 F .468 +(xit status of 2 to indicate incorrect usage, generally in)-.15 F -.25 +(va)-.4 G .467(lid options or).25 F(missing ar)108 194.4 Q(guments.)-.18 +E F2(Bash)108 211.2 Q F0 .201(itself returns the e)2.701 F .202 +(xit status of the last command e)-.15 F -.15(xe)-.15 G .202 +(cuted, unless a syntax error occurs, in which case).15 F(it e)108 223.2 +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 F0 -.2(bu)2.5 G(iltin command belo).2 E -.65(w.)-.25 G/F3 +10.95/Times-Bold@0 SF(SIGN)72 240 Q(ALS)-.219 E F0(When)108 252 Q F2 +(bash)3.183 E F0 .683(is interacti)3.183 F -.15(ve)-.25 G 3.183(,i).15 G +3.183(nt)-3.183 G .683(he absence of an)-3.183 F 3.183(yt)-.15 G .683 +(raps, it ignores)-3.183 F/F4 9/Times-Bold@0 SF(SIGTERM)3.183 E F0 .682 +(\(so that)2.933 F F2 .682(kill 0)3.182 F F0 .682(does not kill an)3.182 +F(interacti)108 264 Q .757 -.15(ve s)-.25 H .457(hell\), and).15 F F4 +(SIGINT)2.957 E F0 .458(is caught and handled \(so that the)2.707 F F2 +(wait)2.958 E F0 -.2(bu)2.958 G .458(iltin is interruptible\).).2 F .458 +(In all cases,)5.458 F F2(bash)108 276 Q F0(ignores)2.5 E F4(SIGQ)2.5 E +(UIT)-.09 E/F5 9/Times-Roman@0 SF(.)A F0(If job control is in ef)4.5 E +(fect,)-.25 E F2(bash)2.5 E F0(ignores)2.5 E F4(SIGTTIN)2.5 E F5(,)A F4 +(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4(SIGTSTP)2.5 E F5(.)A F0 +(Non-b)108 292.8 Q 1.065(uiltin commands run by)-.2 F F2(bash)3.565 E F0 +(ha)3.565 E 1.365 -.15(ve s)-.2 H 1.065(ignal handlers set to the v).15 +F 1.064(alues inherited by the shell from its)-.25 F 3.247(parent. When) +108 304.8 R .747(job control is not in ef)3.247 F .747 +(fect, asynchronous commands ignore)-.25 F F4(SIGINT)3.248 E F0(and) +2.998 E F4(SIGQ)3.248 E(UIT)-.09 E F0 .748(in addi-)2.998 F .653 +(tion to these inherited handlers.)108 316.8 R .653 +(Commands run as a result of command substitution ignore the k)5.653 F +-.15(ey)-.1 G(board-).15 E(generated job control signals)108 328.8 Q F4 +(SIGTTIN)2.5 E F5(,)A F4(SIGTT)2.25 E(OU)-.162 E F5(,)A F0(and)2.25 E F4 +(SIGTSTP)2.5 E F5(.)A F0 2.045(The shell e)108 345.6 R 2.045 +(xits by def)-.15 F 2.045(ault upon receipt of a)-.1 F F4(SIGHUP)4.545 E +F5(.)A F0 2.045(Before e)6.545 F 2.045(xiting, an interacti)-.15 F 2.346 +-.15(ve s)-.25 H 2.046(hell resends the).15 F F4(SIGHUP)108 357.6 Q F0 +1.005(to all jobs, running or stopped.)3.255 F 1.004 +(Stopped jobs are sent)6.005 F F4(SIGCONT)3.504 E F0 1.004 +(to ensure that the)3.254 F 3.504(yr)-.15 G(ecei)-3.504 E 1.304 -.15 +(ve t)-.25 H(he).15 E F4(SIGHUP)108 369.6 Q F5(.)A F0 2.529 -.8(To p) +5.429 H(re).8 E -.15(ve)-.25 G .93(nt the shell from sending the signal\ + to a particular job, it should be remo).15 F -.15(ve)-.15 G 3.43(df).15 +G .93(rom the)-3.43 F 1.357(jobs table with the)108 381.6 R F2(diso) +3.857 E(wn)-.1 E F0 -.2(bu)3.857 G 1.357(iltin \(see).2 F F4 1.356 +(SHELL B)3.856 F(UIL)-.09 E 1.356(TIN COMMANDS)-.828 F F0(belo)3.606 E +1.356(w\) or mark)-.25 F 1.356(ed to not recei)-.1 F -.15(ve)-.25 G F4 +(SIGHUP)108 393.6 Q F0(using)2.25 E F2(diso)2.5 E(wn \255h)-.1 E F0(.)A +.166(If the)108 410.4 R F2(huponexit)2.666 E F0 .166 +(shell option has been set with)2.666 F F2(shopt)2.666 E F0(,)A F2(bash) +2.666 E F0 .166(sends a)2.666 F F4(SIGHUP)2.666 E F0 .166 +(to all jobs when an interacti)2.416 F -.15(ve)-.25 G(login shell e)108 +422.4 Q(xits.)-.15 E(If)108 439.2 Q F2(bash)3.047 E F0 .547(is w)3.047 F +.546(aiting for a command to complete and recei)-.1 F -.15(ve)-.25 G +3.046(sas).15 G .546(ignal for which a trap has been set, the trap) +-3.046 F .662(will not be e)108 451.2 R -.15(xe)-.15 G .662 +(cuted until the command completes.).15 F(When)5.663 E F2(bash)3.163 E +F0 .663(is w)3.163 F .663(aiting for an asynchronous command)-.1 F .99 +(via the)108 463.2 R F2(wait)3.49 E F0 -.2(bu)3.49 G .99(iltin, the rec\ +eption of a signal for which a trap has been set will cause the).2 F F2 (wait)3.49 E F0 -.2(bu)3.49 G .99(iltin to).2 F -(return immediately with an e)108 266.4 Q +(return immediately with an e)108 475.2 Q (xit status greater than 128, immediately after which the trap is e)-.15 -E -.15(xe)-.15 G(cuted.).15 E/F4 10.95/Times-Bold@0 SF(JOB CONTR)72 -283.2 Q(OL)-.329 E/F5 10/Times-Italic@0 SF -.25(Jo)108 295.2 S 4.568(bc) -.25 G(ontr)-4.568 E(ol)-.45 E F0 2.068(refers to the ability to selecti) -5.078 F -.15(ve)-.25 G 2.067(ly stop \().15 F F5(suspend)A F0 4.567(\)t) -C 2.067(he e)-4.567 F -.15(xe)-.15 G 2.067 -(cution of processes and continue).15 F(\()108 307.2 Q F5 -.37(re)C -(sume).37 E F0 3.201(\)t)C .701(heir e)-3.201 F -.15(xe)-.15 G .702 -(cution at a later point.).15 F 3.202(Au)5.702 G .702 +E -.15(xe)-.15 G(cuted.).15 E F3(JOB CONTR)72 492 Q(OL)-.329 E F1 -.25 +(Jo)108 504 S 4.567(bc).25 G(ontr)-4.567 E(ol)-.45 E F0 2.067 +(refers to the ability to selecti)5.077 F -.15(ve)-.25 G 2.067 +(ly stop \().15 F F1(suspend)A F0 4.567(\)t)C 2.068(he e)-4.567 F -.15 +(xe)-.15 G 2.068(cution of processes and continue).15 F(\()108 516 Q F1 +-.37(re)C(sume).37 E F0 3.202(\)t)C .702(heir e)-3.202 F -.15(xe)-.15 G +.702(cution at a later point.).15 F 3.202(Au)5.702 G .702 (ser typically emplo)-3.202 F .702(ys this f)-.1 F .702 -(acility via an interacti)-.1 F 1.002 -.15(ve i)-.25 H(nterf).15 E(ace) --.1 E(supplied jointly by the operating system k)108 319.2 Q(ernel')-.1 -E 2.5(st)-.55 G(erminal dri)-2.5 E -.15(ve)-.25 G 2.5(ra).15 G(nd)-2.5 E -F1(bash)2.5 E F0(.)A .785(The shell associates a)108 336 R F5(job)5.025 -E F0 .785(with each pipeline.)3.515 F .784(It k)5.785 F .784 -(eeps a table of currently e)-.1 F -.15(xe)-.15 G .784 -(cuting jobs, which may be).15 F .34(listed with the)108 348 R F1(jobs) -2.84 E F0 2.84(command. When)2.84 F F1(bash)2.84 E F0 .341 -(starts a job asynchronously \(in the)2.84 F F5(bac)2.841 E(kgr)-.2 E -(ound)-.45 E F0 .341(\), it prints a line).77 F(that looks lik)108 360 Q -(e:)-.1 E([1] 25647)144 376.8 Q .241(indicating that this job is job nu\ -mber 1 and that the process ID of the last process in the pipeline asso\ -ciated)108 393.6 R .732(with this job is 25647.)108 405.6 R .733 +(acility via an interacti)-.1 F 1.001 -.15(ve i)-.25 H(nterf).15 E(ace) +-.1 E(supplied jointly by the operating system k)108 528 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 F0(.)A .784(The shell associates a)108 544.8 R F1(job) +5.024 E F0 .784(with each pipeline.)3.514 F .784(It k)5.784 F .785 +(eeps a table of currently e)-.1 F -.15(xe)-.15 G .785 +(cuting jobs, which may be).15 F .341(listed with the)108 556.8 R F2 +(jobs)2.841 E F0 2.841(command. When)2.841 F F2(bash)2.841 E F0 .341 +(starts a job asynchronously \(in the)2.841 F F1(bac)2.84 E(kgr)-.2 E +(ound)-.45 E F0 .34(\), it prints a line).77 F(that looks lik)108 568.8 +Q(e:)-.1 E([1] 25647)144 585.6 Q .241(indicating that this job is job n\ +umber 1 and that the process ID of the last process in the pipeline ass\ +ociated)108 602.4 R .733(with this job is 25647.)108 614.4 R .732 (All of the processes in a single pipeline are members of the same job) -5.732 F(.)-.4 E F1(Bash)5.733 E F0(uses)3.233 E(the)108 417.6 Q F5(job) -4.24 E F0(abstraction as the basis for job control.)2.73 E 3.063 -.8 -(To f)108 434.4 T 1.463(acilitate the implementation of the user interf) -.7 F 1.462(ace to job control, the operating system maintains the)-.1 F -.87(notion of a)108 446.4 R F5(curr)3.37 E .87(ent terminal pr)-.37 F -.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .871 +5.733 F(.)-.4 E F2(Bash)5.732 E F0(uses)3.232 E(the)108 626.4 Q F1(job) +4.24 E F0(abstraction as the basis for job control.)2.73 E 3.062 -.8 +(To f)108 643.2 T 1.462(acilitate the implementation of the user interf) +.7 F 1.463(ace to job control, the operating system maintains the)-.1 F +.871(notion of a)108 655.2 R F1(curr)3.371 E .871(ent terminal pr)-.37 F +.871(ocess gr)-.45 F .871(oup ID)-.45 F F0 5.871(.M)C .87 (embers of this process group \(processes whose process)-5.871 F .023 (group ID is equal to the current terminal process group ID\) recei)108 -458.4 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 -(board-generated signals such as).15 F F2(SIG-)2.522 E(INT)108 470.4 Q -F3(.)A F0 1.346(These processes are said to be in the)5.846 F F5(for) -3.847 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F5(Bac)6.927 E -(kgr)-.2 E(ound)-.45 E F0 1.347(processes are those whose process)4.617 -F .146(group ID dif)108 482.4 R .146(fers from the terminal')-.25 F .146 -(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .145 -(board-generated signals.).15 F .145(Only fore-)5.145 F .16 -(ground processes are allo)108 494.4 R .16(wed to read from or)-.25 F +667.2 R .323 -.15(ve k)-.25 H -.15(ey).05 G .023 +(board-generated signals such as).15 F F4(SIG-)2.523 E(INT)108 679.2 Q +F5(.)A F0 1.347(These processes are said to be in the)5.847 F F1(for) +3.846 E -.4(eg)-.37 G -.45(ro).4 G(und).45 E F0(.).77 E F1(Bac)6.926 E +(kgr)-.2 E(ound)-.45 E F0 1.346(processes are those whose process)4.616 +F .145(group ID dif)108 691.2 R .145(fers from the terminal')-.25 F .146 +(s; such processes are immune to k)-.55 F -.15(ey)-.1 G .146 +(board-generated signals.).15 F .146(Only fore-)5.146 F .16 +(ground processes are allo)108 703.2 R .16(wed to read from or)-.25 F 2.66(,i)-.4 G 2.66(ft)-2.66 G .16(he user so speci\214es with)-2.66 F/F6 10/Courier@0 SF .16(stty tostop)2.66 F F0 2.66(,w)C .16(rite to the ter) --2.66 F(-)-.2 E 3.052(minal. Background)108 506.4 R .551 -(processes which attempt to read from \(write to when)3.052 F F6 .551 -(stty tostop)3.051 F F0 .551(is in ef)3.051 F .551(fect\) the)-.25 F -.717(terminal are sent a)108 518.4 R F2 .717(SIGTTIN \(SIGTT)3.217 F -(OU\))-.162 E F0 .718(signal by the k)2.967 F(ernel')-.1 E 3.218(st)-.55 -G .718(erminal dri)-3.218 F -.15(ve)-.25 G 1.518 -.4(r, w).15 H .718 -(hich, unless caught, sus-).4 F(pends the process.)108 530.4 Q 1.088 -(If the operating system on which)108 547.2 R F1(bash)3.588 E F0 1.088 -(is running supports job control,)3.588 F F1(bash)3.587 E F0 1.087 -(contains f)3.587 F 1.087(acilities to use it.)-.1 F -.8(Ty)108 559.2 S -.301(ping the).8 F F5(suspend)3.141 E F0 .301(character \(typically) -3.571 F F1(^Z)2.801 E F0 2.801(,C)C .301 +-2.66 F(-)-.2 E 3.051(minal. Background)108 715.2 R .551 +(processes which attempt to read from \(write to when)3.051 F F6 .551 +(stty tostop)3.051 F F0 .552(is in ef)3.052 F .552(fect\) the)-.25 F +2.098(terminal are sent a)108 727.2 R F4 2.098(SIGTTIN \(SIGTT)4.598 F +(OU\))-.162 E F0 2.098(signal by the k)4.348 F(ernel')-.1 E 4.598(st) +-.55 G 2.098(erminal dri)-4.598 F -.15(ve)-.25 G 2.898 -.4(r, w).15 H +2.098(hich, unless caught,).4 F(GNU Bash 4.4)72 768 Q(2016 August 26) +142.895 E(35)192.055 E 0 Cg EP +%%Page: 36 36 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(suspends the process.)108 84 Q 1.087(If the operating system on which) +108 100.8 R/F1 10/Times-Bold@0 SF(bash)3.587 E F0 1.088 +(is running supports job control,)3.588 F F1(bash)3.588 E F0 1.088 +(contains f)3.588 F 1.088(acilities to use it.)-.1 F -.8(Ty)108 112.8 S +.302(ping the).8 F/F2 10/Times-Italic@0 SF(suspend)3.142 E F0 .302 +(character \(typically)3.572 F F1(^Z)2.801 E F0 2.801(,C)C .301 (ontrol-Z\) while a process is running causes that process to be)-2.801 -F 2.143(stopped and returns control to)108 571.2 R F1(bash)4.642 E F0 -7.142(.T)C 2.142(yping the)-7.942 F F5 2.142(delayed suspend)4.992 F F0 -2.142(character \(typically)5.412 F F1(^Y)4.642 E F0 4.642(,C)C -(ontrol-Y\))-4.642 E .021(causes the process to be stopped when it atte\ +F 2.142(stopped and returns control to)108 124.8 R F1(bash)4.642 E F0 +7.142(.T)C 2.142(yping the)-7.942 F F2 2.142(delayed suspend)4.992 F F0 +2.143(character \(typically)5.413 F F1(^Y)4.643 E F0 4.643(,C)C +(ontrol-Y\))-4.643 E .021(causes the process to be stopped when it atte\ mpts to read input from the terminal, and control to be returned)108 -583.2 R(to)108 595.2 Q F1(bash)3.392 E F0 5.892(.T)C .892 +136.8 R(to)108 148.8 Q F1(bash)3.392 E F0 5.892(.T)C .892 (he user may then manipulate the state of this job, using the)-5.892 F -F1(bg)3.392 E F0 .892(command to continue it in the)3.392 F .894 -(background, the)108 607.2 R F1(fg)3.394 E F0 .895 -(command to continue it in the fore)3.394 F .895(ground, or the)-.15 F -F1(kill)3.395 E F0 .895(command to kill it.)3.395 F(A)5.895 E F1(^Z) -3.395 E F0(tak)3.395 E(es)-.1 E(ef)108 619.2 Q .949(fect immediately) --.25 F 3.449(,a)-.65 G .948(nd has the additional side ef)-3.449 F .948 +F1(bg)3.392 E F0 .892(command to continue it in the)3.392 F .895 +(background, the)108 160.8 R F1(fg)3.395 E F0 .895 +(command to continue it in the fore)3.395 F .895(ground, or the)-.15 F +F1(kill)3.395 E F0 .894(command to kill it.)3.395 F(A)5.894 E F1(^Z) +3.394 E F0(tak)3.394 E(es)-.1 E(ef)108 172.8 Q .948(fect immediately) +-.25 F 3.448(,a)-.65 G .948(nd has the additional side ef)-3.448 F .948 (fect of causing pending output and typeahead to be dis-)-.25 F(carded.) -108 631.2 Q .777(There are a number of w)108 648 R .777 +108 184.8 Q .777(There are a number of w)108 201.6 R .777 (ays to refer to a job in the shell.)-.1 F .777(The character)5.777 F F1 -(%)3.277 E F0 .777(introduces a job speci\214cation)3.277 F(\()108 660 Q -F5(jobspec)A F0 3.458(\). Job)B(number)3.458 E F5(n)3.818 E F0 .957 +(%)3.277 E F0 .777(introduces a job speci\214cation)3.277 F(\()108 213.6 +Q F2(jobspec)A F0 3.457(\). Job)B(number)3.457 E F2(n)3.817 E F0 .957 (may be referred to as)3.697 F F1(%n)3.457 E F0 5.957(.A)C .957 (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 672 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F1(%ce)3.09 E F0 -.59(refers to a)3.09 F(stopped)108 684 Q F1(ce)3.464 E F0(job)3.464 E -5.964(.I)-.4 G 3.463(fap)-5.964 G .963 +108 225.6 R -.15(Fo)5.59 G 3.09(re).15 G(xample,)-3.24 E F1(%ce)3.09 E +F0 .59(refers to a)3.09 F(stopped)108 237.6 Q F1(ce)3.463 E F0(job)3.463 +E 5.963(.I)-.4 G 3.463(fap)-5.963 G .963 (re\214x matches more than one job,)-3.463 F F1(bash)3.463 E F0 .963 (reports an error)3.463 F 5.963(.U)-.55 G(sing)-5.963 E F1(%?ce)3.463 E -F0 3.463(,o)C 3.463(nt)-3.463 G .963(he other)-3.463 F .086 -(hand, refers to an)108 696 R 2.587(yj)-.15 G .087 +F0 3.464(,o)C 3.464(nt)-3.464 G .964(he other)-3.464 F .087 +(hand, refers to an)108 249.6 R 2.587(yj)-.15 G .087 (ob containing the string)-2.587 F F1(ce)2.587 E F0 .087 (in its command line.)2.587 F .087 -(If the substring matches more than one)5.087 F(job,)108 708 Q F1(bash) -2.518 E F0 .018(reports an error)2.518 F 5.018(.T)-.55 G .018 +(If the substring matches more than one)5.087 F(job,)108 261.6 Q F1 +(bash)2.518 E F0 .018(reports an error)2.518 F 5.018(.T)-.55 G .018 (he symbols)-5.018 F F1(%%)2.518 E F0(and)2.518 E F1(%+)2.518 E F0 .018 (refer to the shell')2.518 F 2.518(sn)-.55 G .018(otion of the)-2.518 F -F5(curr)2.518 E .018(ent job)-.37 F F0 2.518(,w).23 G .018(hich is) --2.518 F .494(the last job stopped while it w)108 720 R .495 +F2(curr)2.518 E .018(ent job)-.37 F F0 2.518(,w).23 G .018(hich is) +-2.518 F .495(the last job stopped while it w)108 273.6 R .495 (as in the fore)-.1 F .495(ground or started in the background.)-.15 F -(The)5.495 E F5(pr)4.245 E -.15(ev)-.37 G .495(ious job).15 F F0 .495 -(may be)3.225 F(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(34)190.95 -E 0 Cg EP -%%Page: 35 35 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .788(referenced using)108 84 R/F1 10/Times-Bold@0 SF<25ad>3.288 E -F0 5.788(.I)C 3.288(ft)-5.788 G .787(here is only a single job,)-3.288 F -F1(%+)3.287 E F0(and)3.287 E F1<25ad>3.287 E F0 .787 -(can both be used to refer to that job)3.287 F 5.787(.I)-.4 G(n)-5.787 E -.256(output pertaining to jobs \(e.g., the output of the)108 96 R F1 +(The)5.494 E F2(pr)4.244 E -.15(ev)-.37 G .494(ious job).15 F F0 .494 +(may be)3.224 F .787(referenced using)108 285.6 R F1<25ad>3.287 E F0 +5.787(.I)C 3.287(ft)-5.787 G .787(here is only a single job,)-3.287 F F1 +(%+)3.287 E F0(and)3.287 E F1<25ad>3.287 E F0 .788 +(can both be used to refer to that job)3.287 F 5.788(.I)-.4 G(n)-5.788 E +.257(output pertaining to jobs \(e.g., the output of the)108 297.6 R F1 (jobs)2.756 E F0 .256(command\), the current job is al)2.756 F -.1(wa) --.1 G .257(ys \215agged with a).1 F F1(+)2.757 E F0(,)A .411 -(and the pre)108 108 R .411(vious job with a)-.25 F F12.911 E F0 -5.411(.A)C .411(single % \(with no accompan)-2.5 F .41 +-.1 G .256(ys \215agged with a).1 F F1(+)2.756 E F0(,)A .41(and the pre) +108 309.6 R .41(vious job with a)-.25 F F12.91 E F0 5.41(.A)C .411 +(single % \(with no accompan)-2.5 F .411 (ying job speci\214cation\) also refers to the cur)-.15 F(-)-.2 E -(rent job)108 120 Q(.)-.4 E .443 -(Simply naming a job can be used to bring it into the fore)108 136.8 R -(ground:)-.15 E F1(%1)2.944 E F0 .444(is a synon)2.944 F .444(ym for) --.15 F F1 -.63(``)2.944 G .444(fg %1').63 F(')-.63 E F0 2.944(,b)C -(ringing)-2.944 E 1.473(job 1 from the background into the fore)108 -148.8 R 3.973(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.972 G 1.472 -(%1 &').63 F(')-.63 E F0 1.472(resumes job 1 in the background,)3.972 F -(equi)108 160.8 Q -.25(va)-.25 G(lent to).25 E F1 -.63(``)2.5 G(bg %1') -.63 E(')-.63 E F0(.)A .13(The shell learns immediately whene)108 177.6 R --.15(ve)-.25 G 2.63(raj).15 G .13(ob changes state.)-2.63 F(Normally) -5.131 E(,)-.65 E F1(bash)2.631 E F0 -.1(wa)2.631 G .131 -(its until it is about to print a).1 F .158 -(prompt before reporting changes in a job')108 189.6 R 2.658(ss)-.55 G -.158(tatus so as to not interrupt an)-2.658 F 2.657(yo)-.15 G .157 -(ther output.)-2.657 F .157(If the)5.157 F F12.657 E F0 .157 -(option to)2.657 F(the)108 201.6 Q F1(set)3.951 E F0 -.2(bu)3.951 G -1.451(iltin command is enabled,).2 F F1(bash)3.951 E F0 1.452 -(reports such changes immediately)3.951 F 6.452(.A)-.65 G 1.752 -.15 -(ny t)-6.452 H 1.452(rap on).15 F/F2 9/Times-Bold@0 SF(SIGCHLD)3.952 E -F0(is)3.702 E -.15(exe)108 213.6 S(cuted for each child that e).15 E -(xits.)-.15 E .033(If an attempt to e)108 230.4 R(xit)-.15 E F1(bash) -2.533 E F0 .033(is made while jobs are stopped \(or)2.533 F 2.532(,i)-.4 -G 2.532(ft)-2.532 G(he)-2.532 E F1(checkjobs)2.532 E F0 .032 -(shell option has been enabled)2.532 F 2.019(using the)108 242.4 R F1 -(shopt)4.519 E F0 -.2(bu)4.519 G 2.019 -(iltin, running\), the shell prints a w).2 F 2.02 -(arning message, and, if the)-.1 F F1(checkjobs)4.52 E F0 2.02 -(option is)4.52 F .459(enabled, lists the jobs and their statuses.)108 -254.4 R(The)5.459 E F1(jobs)2.959 E F0 .458 -(command may then be used to inspect their status.)2.958 F .458(If a) -5.458 F .603(second attempt to e)108 266.4 R .604 +(rent job)108 321.6 Q(.)-.4 E .444 +(Simply naming a job can be used to bring it into the fore)108 338.4 R +(ground:)-.15 E F1(%1)2.943 E F0 .443(is a synon)2.943 F .443(ym for) +-.15 F F1 -.63(``)2.943 G .443(fg %1').63 F(')-.63 E F0 2.943(,b)C +(ringing)-2.943 E 1.472(job 1 from the background into the fore)108 +350.4 R 3.972(ground. Similarly)-.15 F(,)-.65 E F1 -.63(``)3.973 G 1.473 +(%1 &').63 F(')-.63 E F0 1.473(resumes job 1 in the background,)3.973 F +(equi)108 362.4 Q -.25(va)-.25 G(lent to).25 E F1 -.63(``)2.5 G(bg %1') +.63 E(')-.63 E F0(.)A .131(The shell learns immediately whene)108 379.2 +R -.15(ve)-.25 G 2.631(raj).15 G .131(ob changes state.)-2.631 F +(Normally)5.131 E(,)-.65 E F1(bash)2.631 E F0 -.1(wa)2.63 G .13 +(its until it is about to print a).1 F .157 +(prompt before reporting changes in a job')108 391.2 R 2.657(ss)-.55 G +.157(tatus so as to not interrupt an)-2.657 F 2.658(yo)-.15 G .158 +(ther output.)-2.658 F .158(If the)5.158 F F12.658 E F0 .158 +(option to)2.658 F(the)108 403.2 Q F1(set)2.648 E F0 -.2(bu)2.648 G .148 +(iltin command is enabled,).2 F F1(bash)2.648 E F0 .148 +(reports such changes immediately)2.648 F 5.147(.A)-.65 G .447 -.15 +(ny t)-5.147 H .147(rap on).15 F/F3 9/Times-Bold@0 SF(SIGCHLD)2.647 E F0 +.147(is e)2.397 F -.15(xe)-.15 G(-).15 E(cuted for each child that e)108 +415.2 Q(xits.)-.15 E .032(If an attempt to e)108 432 R(xit)-.15 E F1 +(bash)2.532 E F0 .032(is made while jobs are stopped \(or)2.532 F 2.533 +(,i)-.4 G 2.533(ft)-2.533 G(he)-2.533 E F1(checkjobs)2.533 E F0 .033 +(shell option has been enabled)2.533 F 2.02(using the)108 444 R F1 +(shopt)4.52 E F0 -.2(bu)4.52 G 2.02 +(iltin, running\), the shell prints a w).2 F 2.019 +(arning message, and, if the)-.1 F F1(checkjobs)4.519 E F0 2.019 +(option is)4.519 F .458(enabled, lists the jobs and their statuses.)108 +456 R(The)5.458 E F1(jobs)2.958 E F0 .459 +(command may then be used to inspect their status.)2.958 F .459(If a) +5.459 F .604(second attempt to e)108 468 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 278.4 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E/F3 -10.95/Times-Bold@0 SF(PR)72 295.2 Q(OMPTING)-.329 E F0 .645(When e)108 -307.2 R -.15(xe)-.15 G .645(cuting interacti).15 F -.15(ve)-.25 G(ly).15 -E(,)-.65 E F1(bash)3.145 E F0 .645(displays the primary prompt)3.145 F -F2(PS1)3.145 E F0 .645(when it is ready to read a command,)2.895 F 1.825 -(and the secondary prompt)108 319.2 R F2(PS2)4.325 E F0 1.825 -(when it needs more input to complete a command.)4.075 F F1(Bash)6.826 E -F0(allo)4.326 E 1.826(ws these)-.25 F 1.499(prompt strings to be custom\ -ized by inserting a number of backslash-escaped special characters that\ - are)108 331.2 R(decoded as follo)108 343.2 Q(ws:)-.25 E F1(\\a)144 -355.2 Q F0(an ASCII bell character \(07\))28.22 E F1(\\d)144 367.2 Q F0 -(the date in "W)27.66 E(eekday Month Date" format \(e.g., "T)-.8 E -(ue May 26"\))-.45 E F1(\\D{)144 379.2 Q/F4 10/Times-Italic@0 SF(format) -A F1(})A F0(the)180 391.2 Q F4(format)3.926 E F0 1.426(is passed to) -3.926 F F4(strftime)3.926 E F0 1.427 +(and an)108 480 Q 2.5(ys)-.15 G(topped jobs are terminated.)-2.5 E/F4 +10.95/Times-Bold@0 SF(PR)72 496.8 Q(OMPTING)-.329 E F0 .644(When e)108 +508.8 R -.15(xe)-.15 G .644(cuting interacti).15 F -.15(ve)-.25 G(ly).15 +E(,)-.65 E F1(bash)3.144 E F0 .645(displays the primary prompt)3.145 F +F3(PS1)3.145 E F0 .645(when it is ready to read a command,)2.895 F .315 +(and the secondary prompt)108 520.8 R F3(PS2)2.815 E F0 .315 +(when it needs more input to complete a command.)2.565 F F1(Bash)5.314 E +F0(displays)2.814 E F1(PS0)2.814 E F0(after)2.814 E .049 +(it reads a command b)108 532.8 R .049(ut before e)-.2 F -.15(xe)-.15 G +.049(cuting it.).15 F F1(Bash)5.049 E F0(allo)2.549 E .05 +(ws these prompt strings to be customized by inserting)-.25 F 2.5(an)108 +544.8 S(umber of backslash-escaped special characters that are decoded \ +as follo)-2.5 E(ws:)-.25 E F1(\\a)144 556.8 Q F0 +(an ASCII bell character \(07\))180 556.8 Q F1(\\d)144 568.8 Q F0 +(the date in "W)180 568.8 Q(eekday Month Date" format \(e.g., "T)-.8 E +(ue May 26"\))-.45 E F1(\\D{)144 580.8 Q F2(format)A F1(})A F0(the)180 +592.8 Q F2(format)3.927 E F0 1.427(is passed to)3.927 F F2(strftime) +3.927 E F0 1.427 (\(3\) and the result is inserted into the prompt string; an)B(empty)180 -403.2 Q F4(format)2.5 E F0 +604.8 Q F2(format)2.5 E F0 (results in a locale-speci\214c time representation.)2.5 E -(The braces are required)5 E F1(\\e)144 415.2 Q F0 -(an ASCII escape character \(033\))28.78 E F1(\\h)144 427.2 Q F0 -(the hostname up to the \214rst `.)27.66 E(')-.7 E F1(\\H)144 439.2 Q F0 -(the hostname)25.44 E F1(\\j)144 451.2 Q F0 -(the number of jobs currently managed by the shell)29.89 E F1(\\l)144 -463.2 Q F0(the basename of the shell')30.44 E 2.5(st)-.55 G(erminal de) --2.5 E(vice name)-.25 E F1(\\n)144 475.2 Q F0(ne)27.66 E(wline)-.25 E F1 -(\\r)144 487.2 Q F0(carriage return)28.78 E F1(\\s)144 499.2 Q F0 -(the name of the shell, the basename of)29.33 E F1($0)2.5 E F0 -(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F1(\\t)144 -511.2 Q F0(the current time in 24-hour HH:MM:SS format)29.89 E F1(\\T) -144 523.2 Q F0(the current time in 12-hour HH:MM:SS format)26.55 E F1 -(\\@)144 535.2 Q F0(the current time in 12-hour am/pm format)23.92 E F1 -(\\A)144 547.2 Q F0(the current time in 24-hour HH:MM format)26 E F1 -(\\u)144 559.2 Q F0(the username of the current user)27.66 E F1(\\v)144 -571.2 Q F0(the v)28.22 E(ersion of)-.15 E F1(bash)2.5 E F0 -(\(e.g., 2.00\))2.5 E F1(\\V)144 583.2 Q F0(the release of)26 E F1(bash) -2.5 E F0 2.5(,v)C(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5(l\().15 G -(e.g., 2.00.0\))-2.5 E F1(\\w)144 595.2 Q F0 .116(the current w)26 F -.116(orking directory)-.1 F 2.616(,w)-.65 G(ith)-2.616 E F2($HOME)2.616 -E F0(abbre)2.366 E .115(viated with a tilde \(uses the v)-.25 F .115 -(alue of the)-.25 F F2(PR)180 607.2 Q(OMPT_DIR)-.27 E(TRIM)-.36 E F0 --.25(va)2.25 G(riable\)).25 E F1(\\W)144 619.2 Q F0 -(the basename of the current w)23.22 E(orking directory)-.1 E 2.5(,w) --.65 G(ith)-2.5 E F2($HOME)2.5 E F0(abbre)2.25 E(viated with a tilde) --.25 E F1(\\!)144 631.2 Q F0(the history number of this command)29.89 E -F1(\\#)144 643.2 Q F0(the command number of this command)28.22 E F1(\\$) -144 655.2 Q F0(if the ef)28.22 E(fecti)-.25 E .3 -.15(ve U)-.25 H -(ID is 0, a).15 E F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E -(\\)144 667.2 Q F4(nnn)A F0 -(the character corresponding to the octal number)18.22 E F4(nnn)2.5 E F1 -(\\\\)144 679.2 Q F0 2.5(ab)30.44 G(ackslash)-2.5 E F1(\\[)144 691.2 Q -F0(be)29.89 E 1.257(gin a sequence of non-printing characters, which co\ -uld be used to embed a terminal)-.15 F(control sequence into the prompt) -180 703.2 Q F1(\\])144 715.2 Q F0 -(end a sequence of non-printing characters)29.89 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(35)190.95 E 0 Cg EP -%%Page: 36 36 +(The braces are required)5 E F1(\\e)144 616.8 Q F0 +(an ASCII escape character \(033\))180 616.8 Q F1(\\h)144 628.8 Q F0 +(the hostname up to the \214rst `.)180 628.8 Q(')-.7 E F1(\\H)144 640.8 +Q F0(the hostname)180 640.8 Q F1(\\j)144 652.8 Q F0 +(the number of jobs currently managed by the shell)180 652.8 Q F1(\\l) +144 664.8 Q F0(the basename of the shell')180 664.8 Q 2.5(st)-.55 G +(erminal de)-2.5 E(vice name)-.25 E F1(\\n)144 676.8 Q F0(ne)180 676.8 Q +(wline)-.25 E F1(\\r)144 688.8 Q F0(carriage return)180 688.8 Q F1(\\s) +144 700.8 Q F0(the name of the shell, the basename of)180 700.8 Q F1($0) +2.5 E F0(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E F1 +(\\t)144 712.8 Q F0(the current time in 24-hour HH:MM:SS format)180 +712.8 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(36)192.055 E 0 Cg +EP +%%Page: 37 37 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .12(The command number and the history number are usually dif)108 -84 R .119(ferent: the history number of a command is its)-.25 F 1.585(p\ -osition in the history list, which may include commands restored from t\ -he history \214le \(see)108 96 R/F1 9/Times-Bold@0 SF(HIST)4.085 E(OR) --.162 E(Y)-.315 E F0(belo)108 108 Q .541(w\), while the command number \ -is the position in the sequence of commands e)-.25 F -.15(xe)-.15 G .54 -(cuted during the cur).15 F(-)-.2 E .546(rent shell session.)108 120 R +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(\\T)144 84 Q F0(the current time in 12-hour HH:MM:SS format)180 84 Q +F1(\\@)144 96 Q F0(the current time in 12-hour am/pm format)180 96 Q F1 +(\\A)144 108 Q F0(the current time in 24-hour HH:MM format)180 108 Q F1 +(\\u)144 120 Q F0(the username of the current user)180 120 Q F1(\\v)144 +132 Q F0(the v)180 132 Q(ersion of)-.15 E F1(bash)2.5 E F0 +(\(e.g., 2.00\))2.5 E F1(\\V)144 144 Q F0(the release of)180 144 Q F1 +(bash)2.5 E F0 2.5(,v)C(ersion + patch le)-2.65 E -.15(ve)-.25 G 2.5 +(l\().15 G(e.g., 2.00.0\))-2.5 E F1(\\w)144 156 Q F0 .115(the current w) +180 156 R .115(orking directory)-.1 F 2.615(,w)-.65 G(ith)-2.615 E/F2 9 +/Times-Bold@0 SF($HOME)2.615 E F0(abbre)2.365 E .116 +(viated with a tilde \(uses the v)-.25 F .116(alue of the)-.25 F F2(PR) +180 168 Q(OMPT_DIR)-.27 E(TRIM)-.36 E F0 -.25(va)2.25 G(riable\)).25 E +F1(\\W)144 180 Q F0(the basename of the current w)180 180 Q +(orking directory)-.1 E 2.5(,w)-.65 G(ith)-2.5 E F2($HOME)2.5 E F0 +(abbre)2.25 E(viated with a tilde)-.25 E F1(\\!)144 192 Q F0 +(the history number of this command)180 192 Q F1(\\#)144 204 Q F0 +(the command number of this command)180 204 Q F1(\\$)144 216 Q F0 +(if the ef)180 216 Q(fecti)-.25 E .3 -.15(ve U)-.25 H(ID is 0, a).15 E +F1(#)2.5 E F0 2.5(,o)C(therwise a)-2.5 E F1($)2.5 E(\\)144 228 Q/F3 10 +/Times-Italic@0 SF(nnn)A F0 +(the character corresponding to the octal number)180 228 Q F3(nnn)2.5 E +F1(\\\\)144 240 Q F0 2.5(ab)180 240 S(ackslash)-2.5 E F1(\\[)144 252 Q +F0(be)180 252 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 264 Q F1(\\])144 276 Q F0 +(end a sequence of non-printing characters)180 276 Q .119 +(The command number and the history number are usually dif)108 292.8 R +.12(ferent: the history number of a command is its)-.25 F 1.585(positio\ +n in the history list, which may include commands restored from the his\ +tory \214le \(see)108 304.8 R F2(HIST)4.084 E(OR)-.162 E(Y)-.315 E F0 +(belo)108 316.8 Q .541(w\), while the command number is the position in\ + the sequence of commands e)-.25 F -.15(xe)-.15 G .541 +(cuted during the cur).15 F(-)-.2 E .546(rent shell session.)108 328.8 R .546(After the string is decoded, it is e)5.546 F .546 (xpanded via parameter e)-.15 F .546(xpansion, command substitu-)-.15 F -.352(tion, arithmetic e)108 132 R .352(xpansion, and quote remo)-.15 F --.25(va)-.15 G .352(l, subject to the v).25 F .352(alue of the)-.25 F/F2 -10/Times-Bold@0 SF(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .351 -(shell option \(see the)2.852 F(description of the)108 144 Q F2(shopt) -2.5 E F0(command under)2.5 E F1(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS) --.828 E F0(belo)2.25 E(w\).)-.25 E/F3 10.95/Times-Bold@0 SF(READLINE)72 -160.8 Q F0 .15 +.351(tion, arithmetic e)108 340.8 R .352(xpansion, and quote remo)-.15 F +-.25(va)-.15 G .352(l, subject to the v).25 F .352(alue of the)-.25 F F1 +(pr)2.852 E(omptv)-.18 E(ars)-.1 E F0 .352(shell option \(see the)2.852 +F(description of the)108 352.8 Q F1(shopt)2.5 E F0(command under)2.5 E +F2(SHELL B)2.5 E(UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).) +-.25 E/F4 10.95/Times-Bold@0 SF(READLINE)72 369.6 Q F0 .151 (This is the library that handles reading input when using an interacti) -108 172.8 R .451 -.15(ve s)-.25 H .151(hell, unless the).15 F F2 -(\255\255noediting)2.651 E F0(option)2.651 E 1.209(is gi)108 184.8 R --.15(ve)-.25 G 3.709(na).15 G 3.709(ts)-3.709 G 1.209(hell in)-3.709 F --.2(vo)-.4 G 3.709(cation. Line).2 F 1.208 -(editing is also used when using the)3.709 F F23.708 E F0 1.208 -(option to the)3.708 F F2 -.18(re)3.708 G(ad).18 E F0 -.2(bu)3.708 G -3.708(iltin. By).2 F(def)108 196.8 Q .851 +108 381.6 R .45 -.15(ve s)-.25 H .15(hell, unless the).15 F F1 +(\255\255noediting)2.65 E F0(option)2.65 E 1.208(is gi)108 393.6 R -.15 +(ve)-.25 G 3.708(na).15 G 3.708(ts)-3.708 G 1.208(hell in)-3.708 F -.2 +(vo)-.4 G 3.708(cation. Line).2 F 1.208 +(editing is also used when using the)3.708 F F13.709 E F0 1.209 +(option to the)3.709 F F1 -.18(re)3.709 G(ad).18 E F0 -.2(bu)3.709 G +3.709(iltin. By).2 F(def)108 405.6 Q .851 (ault, the line editing commands are similar to those of Emacs.)-.1 F -3.351(Av)5.851 G .851(i-style line editing interf)-3.351 F .852 -(ace is also)-.1 F -.2(av)108 208.8 S 3.35(ailable. Line)-.05 F .85 +3.351(Av)5.851 G .851(i-style line editing interf)-3.351 F .851 +(ace is also)-.1 F -.2(av)108 417.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 F0(or)3.35 E F2 .85(\255o vi)3.35 F F0 -.85(options to the)3.35 F F2(set)3.35 E F0 -.2(bu)3.35 G(iltin).2 E -(\(see)108 220.8 Q F1 .762(SHELL B)3.262 F(UIL)-.09 E .762(TIN COMMANDS) --.828 F F0(belo)3.012 E 3.262(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) +-3.35 F F1 .85(\255o emacs)3.35 F F0(or)3.35 E F1 .85(\255o vi)3.35 F F0 +.85(options to the)3.35 F F1(set)3.35 E F0 -.2(bu)3.35 G(iltin).2 E +(\(see)108 429.6 Q F2 .763(SHELL B)3.263 F(UIL)-.09 E .763(TIN COMMANDS) +-.828 F F0(belo)3.013 E 3.263(w\). T)-.25 F 3.263(ot)-.8 G .763(urn of) -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 232.8 Q F0(or)2.5 E F2(+o vi)2.5 E F0(options to the)2.5 E F2 -(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F2(Readline Notation)87 249.6 Q +(ine editing after the shell is running, use the)-3.263 F F1(+o)3.262 E +(emacs)108 441.6 Q F0(or)2.5 E F1(+o vi)2.5 E F0(options to the)2.5 E F1 +(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(Readline Notation)87 458.4 Q F0 .463(In this section, the Emacs-style notation is used to denote k) -108 261.6 R -.15(ey)-.1 G(strok).15 E 2.963(es. Control)-.1 F -.1(ke) -2.963 G .463(ys are denoted by C\255)-.05 F/F4 10/Times-Italic@0 SF -.1 -(ke)C(y)-.2 E F0(,)A 1.152(e.g., C\255n means Control\255N.)108 273.6 R -(Similarly)6.152 E(,)-.65 E F4(meta)4.032 E F0 -.1(ke)3.913 G 1.153 -(ys are denoted by M\255)-.05 F F4 -.1(ke)C(y)-.2 E F0 3.653(,s)C 3.653 -(oM)-3.653 G 1.153(\255x means Meta\255X.)-3.653 F(\(On)6.153 E -.1(ke) -108 285.6 S .831(yboards without a)-.05 F F4(meta)3.711 E F0 -.1(ke) -3.591 G 2.131 -.65(y, M)-.05 H.65 E F4(x)A F0 .831(means ESC)3.331 F -F4(x)3.331 E F0 3.331(,i)C .83(.e., press the Escape k)-3.331 F 1.13 --.15(ey t)-.1 H .83(hen the).15 F F4(x)4.1 E F0 -.1(ke)3.86 G 4.63 -.65 -(y. T)-.05 H .83(his mak).65 F(es)-.1 E .599(ESC the)108 297.6 R F4 .599 -(meta pr)3.099 F(e\214x)-.37 E F0 5.599(.T)C .599 -(he combination M\255C\255)-5.599 F F4(x)A F0 .599 -(means ESC\255Control\255)3.099 F F4(x)A F0 3.099(,o)C 3.099(rp)-3.099 G -.6(ress the Escape k)-3.099 F .9 -.15(ey t)-.1 H .6(hen hold).15 F -(the Control k)108 309.6 Q .3 -.15(ey w)-.1 H(hile pressing the).15 E F4 -(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)).65 E .62 -(Readline commands may be gi)108 326.4 R -.15(ve)-.25 G 3.119(nn).15 G -(umeric)-3.119 E F4(ar)3.119 E(guments)-.37 E F0 3.119(,w).27 G .619 -(hich normally act as a repeat count.)-3.119 F(Sometimes,)5.619 E(ho)108 -338.4 Q(we)-.25 E -.15(ve)-.25 G 1.418 -.4(r, i).15 H 3.118(ti).4 G -3.119(st)-3.118 G .619(he sign of the ar)-3.119 F .619 +108 470.4 R -.15(ey)-.1 G(strok).15 E 2.963(es. Control)-.1 F -.1(ke) +2.963 G .463(ys are denoted by C\255)-.05 F F3 -.1(ke)C(y)-.2 E F0(,)A +1.153(e.g., C\255n means Control\255N.)108 482.4 R(Similarly)6.153 E(,) +-.65 E F3(meta)4.033 E F0 -.1(ke)3.913 G 1.153(ys are denoted by M\255) +-.05 F F3 -.1(ke)C(y)-.2 E F0 3.652(,s)C 3.652(oM)-3.652 G 1.152 +(\255x means Meta\255X.)-3.652 F(\(On)6.152 E -.1(ke)108 494.4 S .83 +(yboards without a)-.05 F F3(meta)3.71 E F0 -.1(ke)3.59 G 2.13 -.65 +(y, M)-.05 H.65 E F3(x)A F0 .83(means ESC)3.33 F F3(x)3.33 E F0 3.33 +(,i)C .831(.e., press the Escape k)-3.33 F 1.131 -.15(ey t)-.1 H .831 +(hen the).15 F F3(x)4.101 E F0 -.1(ke)3.861 G 4.631 -.65(y. T)-.05 H +.831(his mak).65 F(es)-.1 E .6(ESC the)108 506.4 R F3 .6(meta pr)3.1 F +(e\214x)-.37 E F0 5.6(.T)C .6(he combination M\255C\255)-5.6 F F3(x)A F0 +.599(means ESC\255Control\255)3.099 F F3(x)A F0 3.099(,o)C 3.099(rp) +-3.099 G .599(ress the Escape k)-3.099 F .899 -.15(ey t)-.1 H .599 +(hen hold).15 F(the Control k)108 518.4 Q .3 -.15(ey w)-.1 H +(hile pressing the).15 E F3(x)3.27 E F0 -.1(ke)3.03 G -.65(y.)-.05 G(\)) +.65 E .619(Readline commands may be gi)108 535.2 R -.15(ve)-.25 G 3.119 +(nn).15 G(umeric)-3.119 E F3(ar)3.119 E(guments)-.37 E F0 3.119(,w).27 G +.619(hich normally act as a repeat count.)-3.119 F(Sometimes,)5.62 E(ho) +108 547.2 Q(we)-.25 E -.15(ve)-.25 G 1.419 -.4(r, i).15 H 3.119(ti).4 G +3.119(st)-3.119 G .619(he sign of the ar)-3.119 F .619 (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 350.4 R 1.018 -(ard direction \(e.g.,)-.1 F F2(kill\255line)3.518 E F0 3.518(\)c)C -1.018(auses that command to act in a backw)-3.518 F 1.018 -(ard direction.)-.1 F(Com-)6.018 E(mands whose beha)108 362.4 Q +(ument to a command that).18 F 1.018(acts in the forw)108 559.2 R 1.018 +(ard direction \(e.g.,)-.1 F F1(kill\255line)3.518 E F0 3.518(\)c)C +1.018(auses that command to act in a backw)-3.518 F 1.019 +(ard direction.)-.1 F(Com-)6.019 E(mands whose beha)108 571.2 Q (vior with ar)-.2 E(guments de)-.18 E(viates from this are noted belo) --.25 E -.65(w.)-.25 G .811(When a command is described as)108 379.2 R F4 +-.25 E -.65(w.)-.25 G .812(When a command is described as)108 588 R F3 (killing)3.311 E F0(te)3.311 E .811(xt, the te)-.15 F .811 -(xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .812 -(or possible future retrie)-3.311 F -.25(va)-.25 G 3.312(l\().25 G F4 -(yank-)-3.312 E(ing)108 391.2 Q F0 2.529(\). The)B .029(killed te)2.529 -F .029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F4 +(xt deleted is sa)-.15 F -.15(ve)-.2 G 3.311(df).15 G .811 +(or possible future retrie)-3.311 F -.25(va)-.25 G 3.311(l\().25 G F3 +(yank-)-3.311 E(ing)108 600 Q F0 2.529(\). The)B .029(killed te)2.529 F +.029(xt is sa)-.15 F -.15(ve)-.2 G 2.529(di).15 G 2.529(na)-2.529 G F3 .029(kill ring)B F0 5.029(.C)C(onsecuti)-5.029 E .329 -.15(ve k)-.25 H .029(ills cause the te).15 F .029(xt to be accumulated into one unit,) --.15 F .567(which can be yank)108 403.2 R .567(ed all at once.)-.1 F -.567(Commands which do not kill te)5.567 F .567 +-.15 F .567(which can be yank)108 612 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 415.2 Q F2(Readline Initialization)87 432 Q F0 .091(Readline is cus\ -tomized by putting commands in an initialization \214le \(the)108 444 R -F4(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .091 -(name of this \214le)2.591 F .196(is tak)108 456 R .196(en from the v) --.1 F .196(alue of the)-.25 F F1(INPUTRC)2.696 E F0 -.25(va)2.446 G +108 624 Q F1(Readline Initialization)87 640.8 Q F0 .091(Readline is cus\ +tomized by putting commands in an initialization \214le \(the)108 652.8 +R F3(inputr)2.591 E(c)-.37 E F0 2.591(\214le\). The)2.591 F .092 +(name of this \214le)2.591 F .197(is tak)108 664.8 R .196(en from the v) +-.1 F .196(alue of the)-.25 F F2(INPUTRC)2.696 E F0 -.25(va)2.446 G 2.696(riable. If).25 F .196(that v)2.696 F .196 -(ariable is unset, the def)-.25 F .196(ault is)-.1 F F4(~/.inputr)2.696 -E(c)-.37 E F0 5.196(.W).31 G .197(hen a)-5.196 F 1.034(program which us\ +(ariable is unset, the def)-.25 F .196(ault is)-.1 F F3(~/.inputr)2.696 +E(c)-.37 E F0 5.196(.W).31 G .196(hen a)-5.196 F 1.034(program which us\ es the readline library starts up, the initialization \214le is read, a\ -nd the k)108 468 R 1.334 -.15(ey b)-.1 H 1.034(indings and).15 F -.25 -(va)108 480 S 1.149(riables are set.).25 F 1.149(There are only a fe) -6.149 F 3.649(wb)-.25 G 1.149(asic constructs allo)-3.649 F 1.15 -(wed in the readline initialization \214le.)-.25 F(Blank)6.15 E .737 -(lines are ignored.)108 492 R .737(Lines be)5.737 F .737(ginning with a) --.15 F F2(#)3.237 E F0 .737(are comments.)3.237 F .737(Lines be)5.737 F -.737(ginning with a)-.15 F F2($)3.237 E F0 .736(indicate conditional) -3.236 F 2.5(constructs. Other)108 504 R(lines denote k)2.5 E .3 -.15 -(ey b)-.1 H(indings and v).15 E(ariable settings.)-.25 E .986(The def) -108 520.8 R .986(ault k)-.1 F -.15(ey)-.1 G .987 -(-bindings may be changed with an).15 F F4(inputr)3.497 E(c)-.37 E F0 -3.487(\214le. Other)3.797 F .987(programs that use this library may) -3.487 F(add their o)108 532.8 Q(wn commands and bindings.)-.25 E -.15 -(Fo)108 549.6 S 2.5(re).15 G(xample, placing)-2.65 E -(M\255Control\255u: uni)144 566.4 Q -.15(ve)-.25 G(rsal\255ar).15 E -(gument)-.18 E(or)108 578.4 Q(C\255Meta\255u: uni)144 590.4 Q -.15(ve) --.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 602.4 Q F4(inputr) -2.51 E(c)-.37 E F0 -.1(wo)2.81 G(uld mak).1 E 2.5(eM)-.1 G(\255C\255u e) --2.5 E -.15(xe)-.15 G(cute the readline command).15 E F4(univer)2.5 E -(sal\255ar)-.1 E(gument)-.37 E F0(.).68 E 1.261(The follo)108 619.2 R -1.261(wing symbolic character names are recognized:)-.25 F F4 -.4(RU) -3.761 G(BOUT).4 E F0(,)1.27 E F4(DEL)3.761 E F0(,).53 E F4(ESC)3.761 E -F0(,).72 E F4(LFD)3.761 E F0(,).28 E F4(NEWLINE)3.76 E F0(,).73 E F4 -(RET)3.76 E F0(,)1.27 E F4(RETURN)108 631.2 Q F0(,)1.1 E F4(SPC)2.5 E F0 -(,).72 E F4(SP)2.5 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F4 --.5(TA)2.5 G(B).5 E F0(.).27 E .209 -(In addition to command names, readline allo)108 648 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 660 Q F4(macr)2.5 E(o)-.45 E F0(\).)A F2 -(Readline K)87 676.8 Q(ey Bindings)-.25 E F0 .366 -(The syntax for controlling k)108 688.8 R .666 -.15(ey b)-.1 H .366 -(indings in the).15 F F4(inputr)2.876 E(c)-.37 E F0 .366 -(\214le is simple.)3.176 F .366(All that is required is the name of the) -5.366 F .382(command or the te)108 700.8 R .383(xt of a macro and a k) --.15 F .683 -.15(ey s)-.1 H .383 -(equence to which it should be bound. The name may be speci-).15 F .853 -(\214ed in one of tw)108 712.8 R 3.353(ow)-.1 G .853 -(ays: as a symbolic k)-3.453 F 1.153 -.15(ey n)-.1 H .853 -(ame, possibly with).15 F F4(Meta\255)3.353 E F0(or)3.353 E F4(Contr) -3.353 E(ol\255)-.45 E F0(pre\214x)3.353 E .853(es, or as a k)-.15 F -.15 -(ey)-.1 G(sequence.)108 724.8 Q(GNU Bash 4.3)72 768 Q(2014 February 2) -141.79 E(36)190.95 E 0 Cg EP -%%Page: 37 37 +nd the k)108 676.8 R 1.335 -.15(ey b)-.1 H 1.035(indings and).15 F -.25 +(va)108 688.8 S 1.15(riables are set.).25 F 1.15(There are only a fe) +6.15 F 3.649(wb)-.25 G 1.149(asic constructs allo)-3.649 F 1.149 +(wed in the readline initialization \214le.)-.25 F(Blank)6.149 E .736 +(lines are ignored.)108 700.8 R .737(Lines be)5.737 F .737 +(ginning with a)-.15 F F1(#)3.237 E F0 .737(are comments.)3.237 F .737 +(Lines be)5.737 F .737(ginning with a)-.15 F F1($)3.237 E F0 .737 +(indicate conditional)3.237 F 2.5(constructs. Other)108 712.8 R +(lines denote k)2.5 E .3 -.15(ey b)-.1 H(indings and v).15 E +(ariable settings.)-.25 E .987(The def)108 729.6 R .987(ault k)-.1 F +-.15(ey)-.1 G .987(-bindings may be changed with an).15 F F3(inputr) +3.497 E(c)-.37 E F0 3.487(\214le. Other)3.797 F .987 +(programs that use this library may)3.487 F(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(37)192.055 E 0 Cg EP +%%Page: 38 38 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 1.541(When using the form)108 84 R/F1 10/Times-Bold@0 SF -.1(ke) -4.041 G(yname).1 E F0(:)A/F2 10/Times-Italic@0 SF(function\255name).833 -E F0(or)4.041 E F2(macr)4.042 E(o)-.45 E F0(,)A F2 -.1(ke)4.042 G(yname) --.2 E F0 1.542(is the name of a k)4.222 F 1.842 -.15(ey s)-.1 H 1.542 -(pelled out in).15 F 2.5(English. F)108 96 R(or e)-.15 E(xample:)-.15 E -(Control-u: uni)144 120 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E -(Meta-Rubout: backw)144 132 Q(ard-kill-w)-.1 E(ord)-.1 E -(Control-o: "> output")144 144 Q .699(In the abo)108 160.8 R .998 -.15 -(ve ex)-.15 H(ample,).15 E F2(C\255u)3.038 E F0 .698 -(is bound to the function)3.448 F F1(uni)3.198 E -.1(ve)-.1 G -(rsal\255ar).1 E(gument)-.1 E F0(,)A F2(M\255DEL)3.878 E F0 .698 -(is bound to the func-)3.728 F(tion)108 172.8 Q F1 -(backward\255kill\255w)2.758 E(ord)-.1 E F0 2.758(,a)C(nd)-2.758 E F2 -(C\255o)2.598 E F0 .258(is bound to run the macro e)2.938 F .259 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(add their o)108 84 +Q(wn commands and bindings.)-.25 E -.15(Fo)108 100.8 S 2.5(re).15 G +(xample, placing)-2.65 E(M\255Control\255u: uni)144 117.6 Q -.15(ve)-.25 +G(rsal\255ar).15 E(gument)-.18 E(or)108 129.6 Q(C\255Meta\255u: uni)144 +141.6 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E(into the)108 153.6 +Q/F1 10/Times-Italic@0 SF(inputr)2.51 E(c)-.37 E F0 -.1(wo)2.81 G +(uld mak).1 E 2.5(eM)-.1 G(\255C\255u e)-2.5 E -.15(xe)-.15 G +(cute the readline command).15 E F1(univer)2.5 E(sal\255ar)-.1 E(gument) +-.37 E F0(.).68 E 1.26(The follo)108 170.4 R 1.261 +(wing symbolic character names are recognized:)-.25 F F1 -.4(RU)3.761 G +(BOUT).4 E F0(,)1.27 E F1(DEL)3.761 E F0(,).53 E F1(ESC)3.761 E F0(,).72 +E F1(LFD)3.761 E F0(,).28 E F1(NEWLINE)3.761 E F0(,).73 E F1(RET)3.761 E +F0(,)1.27 E F1(RETURN)108 182.4 Q F0(,)1.1 E F1(SPC)2.5 E F0(,).72 E F1 +(SP)2.5 E -.3(AC)-.9 G(E).3 E F0 2.5(,a).73 G(nd)-2.5 E F1 -.5(TA)2.5 G +(B).5 E F0(.).27 E .209(In addition to command names, readline allo)108 +199.2 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 211.2 Q F1(macr) +2.5 E(o)-.45 E F0(\).)A/F2 10/Times-Bold@0 SF(Readline K)87 228 Q +(ey Bindings)-.25 E F0 .366(The syntax for controlling k)108 240 R .666 +-.15(ey b)-.1 H .366(indings in the).15 F F1(inputr)2.876 E(c)-.37 E F0 +.366(\214le is simple.)3.176 F .366 +(All that is required is the name of the)5.366 F .264(command or the te) +108 252 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 .853(\214ed in one of tw)108 264 R 3.353(ow)-.1 G .853 +(ays: as a symbolic k)-3.453 F 1.153 -.15(ey n)-.1 H .853 +(ame, possibly with).15 F F1(Meta\255)3.353 E F0(or)3.353 E F1(Contr) +3.353 E(ol\255)-.45 E F0(pre\214x)3.353 E .853(es, or as a k)-.15 F -.15 +(ey)-.1 G(sequence.)108 276 Q .161(When using the form)108 292.8 R F2 +-.1(ke)2.661 G(yname).1 E F0(:)A F1(function\255name).833 E F0(or)2.661 +E F1(macr)2.661 E(o)-.45 E F0(,)A F1 -.1(ke)2.661 G(yname)-.2 E F0 .16 +(is the name of a k)2.84 F .46 -.15(ey s)-.1 H .16(pelled out in Eng-) +.15 F 2.5(lish. F)108 304.8 R(or e)-.15 E(xample:)-.15 E(Control-u: uni) +144 328.8 Q -.15(ve)-.25 G(rsal\255ar).15 E(gument)-.18 E +(Meta-Rubout: backw)144 340.8 Q(ard-kill-w)-.1 E(ord)-.1 E +(Control-o: "> output")144 352.8 Q .698(In the abo)108 369.6 R .998 -.15 +(ve ex)-.15 H(ample,).15 E F1(C\255u)3.038 E F0 .698 +(is bound to the function)3.448 F F2(uni)3.198 E -.1(ve)-.1 G +(rsal\255ar).1 E(gument)-.1 E F0(,)A F1(M\255DEL)3.878 E F0 .698 +(is bound to the func-)3.728 F(tion)108 381.6 Q F2 +(backward\255kill\255w)2.759 E(ord)-.1 E F0 2.759(,a)C(nd)-2.759 E F1 +(C\255o)2.599 E F0 .258(is bound to run the macro e)2.939 F .258 (xpressed on the right hand side \(that is, to)-.15 F(insert the te)108 -184.8 Q(xt)-.15 E/F3 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0 -(into the line\).)2.5 E .056(In the second form,)108 201.6 R F1("k)2.556 -E(eyseq")-.1 E F0(:)A F2(function\255name).833 E F0(or)2.556 E F2(macr) -2.556 E(o)-.45 E F0(,)A F1 -.1(ke)2.556 G(yseq).1 E F0(dif)2.555 E .055 -(fers from)-.25 F F1 -.1(ke)2.555 G(yname).1 E F0(abo)2.555 E .355 -.15 -(ve i)-.15 H 2.555(nt).15 G .055(hat strings)-2.555 F 1.284 -(denoting an entire k)108 213.6 R 1.584 -.15(ey s)-.1 H 1.284(equence m\ +393.6 Q(xt)-.15 E/F3 10/Courier@0 SF 6(>o)2.5 G(utput)-6 E F0 +(into the line\).)2.5 E .055(In the second form,)108 410.4 R F2("k)2.555 +E(eyseq")-.1 E F0(:)A F1(function\255name).833 E F0(or)2.555 E F1(macr) +2.555 E(o)-.45 E F0(,)A F2 -.1(ke)2.555 G(yseq).1 E F0(dif)2.556 E .056 +(fers from)-.25 F F2 -.1(ke)2.556 G(yname).1 E F0(abo)2.556 E .356 -.15 +(ve i)-.15 H 2.556(nt).15 G .056(hat strings)-2.556 F 1.284 +(denoting an entire k)108 422.4 R 1.584 -.15(ey s)-.1 H 1.284(equence m\ ay be speci\214ed by placing the sequence within double quotes.).15 F -(Some)6.284 E .386(GNU Emacs style k)108 225.6 R .686 -.15(ey e)-.1 H -.385(scapes can be used, as in the follo).15 F .385(wing e)-.25 F .385 -(xample, b)-.15 F .385(ut the symbolic character names)-.2 F -(are not recognized.)108 237.6 Q("\\C\255u": uni)144 261.6 Q -.15(ve) +(Some)6.284 E .385(GNU Emacs style k)108 434.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 446.4 Q("\\C\255u": uni)144 470.4 Q -.15(ve) -.25 G(rsal\255ar).15 E(gument)-.18 E -("\\C\255x\\C\255r": re\255read\255init\255\214le)144 273.6 Q -("\\e[11~": "Function K)144 285.6 Q .3 -.15(ey 1)-.25 H(").15 E .314 -(In this e)108 302.4 R(xample,)-.15 E F2(C\255u)2.654 E F0 .314(is ag) -3.064 F .315(ain bound to the function)-.05 F F1(uni)2.815 E -.1(ve)-.1 -G(rsal\255ar).1 E(gument)-.1 E F0(.)A F2 .315(C\255x C\255r)5.155 F F0 -.315(is bound to the func-)3.545 F(tion)108 314.4 Q F1 -.18(re)2.5 G -.18 E(ead\255init\255\214le)-.18 E F0 2.5(,a)C(nd)-2.5 E F2 +("\\C\255x\\C\255r": re\255read\255init\255\214le)144 482.4 Q +("\\e[11~": "Function K)144 494.4 Q .3 -.15(ey 1)-.25 H(").15 E .315 +(In this e)108 511.2 R(xample,)-.15 E F1(C\255u)2.655 E F0 .315(is ag) +3.065 F .315(ain bound to the function)-.05 F F2(uni)2.815 E -.1(ve)-.1 +G(rsal\255ar).1 E(gument)-.1 E F0(.)A F1 .315(C\255x C\255r)5.155 F F0 +.314(is bound to the func-)3.544 F(tion)108 523.2 Q F2 -.18(re)2.5 G +.18 E(ead\255init\255\214le)-.18 E F0 2.5(,a)C(nd)-2.5 E F1 (ESC [ 1 1 ~)3.01 E F0(is bound to insert the te)3.94 E(xt)-.15 E F3 (Function Key 1)2.5 E F0(.)A -(The full set of GNU Emacs style escape sequences is)108 331.2 Q F1 -<5c43ad>144 343.2 Q F0(control pre\214x)20.3 E F1<5c4dad>144 355.2 Q F0 -(meta pre\214x)18.08 E F1(\\e)144 367.2 Q F0(an escape character)28.78 E -F1(\\\\)144 379.2 Q F0(backslash)30.44 E F1(\\")144 391.2 Q F0 -(literal ")27.67 E F1<5c08>144 403.2 Q F0(literal \010)30.44 E(In addit\ -ion to the GNU Emacs style escape sequences, a second set of backslash \ -escapes is a)108 420 Q -.25(va)-.2 G(ilable:).25 E F1(\\a)144 432 Q F0 -(alert \(bell\))28.22 E F1(\\b)144 444 Q F0(backspace)27.66 E F1(\\d)144 -456 Q F0(delete)27.66 E F1(\\f)144 468 Q F0(form feed)29.89 E F1(\\n)144 -480 Q F0(ne)27.66 E(wline)-.25 E F1(\\r)144 492 Q F0(carriage return) -28.78 E F1(\\t)144 504 Q F0(horizontal tab)29.89 E F1(\\v)144 516 Q F0 --.15(ve)28.22 G(rtical tab).15 E F1(\\)144 528 Q F2(nnn)A F0 -(the eight-bit character whose v)18.22 E(alue is the octal v)-.25 E -(alue)-.25 E F2(nnn)2.5 E F0(\(one to three digits\))2.5 E F1(\\x)144 -540 Q F2(HH)A F0(the eight-bit character whose v)13.78 E(alue is the he) --.25 E(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0(\(one or tw)2.5 E -2.5(oh)-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.142 -(When entering the te)108 556.8 R 1.141(xt of a macro, single or double\ - quotes must be used to indicate a macro de\214nition.)-.15 F .089 -(Unquoted te)108 568.8 R .089(xt is assumed to be a function name.)-.15 -F .09(In the macro body)5.089 F 2.59(,t)-.65 G .09 -(he backslash escapes described abo)-2.59 F -.15(ve)-.15 G(are e)108 -580.8 Q 2.5(xpanded. Backslash)-.15 F(will quote an)2.5 E 2.5(yo)-.15 G -(ther character in the macro te)-2.5 E(xt, including " and \010.)-.15 E -F1(Bash)108 597.6 Q F0(allo)2.93 E .43(ws the current readline k)-.25 F -.73 -.15(ey b)-.1 H .429(indings to be displayed or modi\214ed with the) -.15 F F1(bind)2.929 E F0 -.2(bu)2.929 G .429(iltin command.).2 F .045 -(The editing mode may be switched during interacti)108 609.6 R .345 -.15 -(ve u)-.25 H .046(se by using the).15 F F12.546 E F0 .046 -(option to the)2.546 F F1(set)2.546 E F0 -.2(bu)2.546 G .046 -(iltin command).2 F(\(see)108 621.6 Q/F4 9/Times-Bold@0 SF(SHELL B)2.5 E +(The full set of GNU Emacs style escape sequences is)108 540 Q F2 +<5c43ad>144 552 Q F0(control pre\214x)180 552 Q F2<5c4dad>144 564 Q F0 +(meta pre\214x)180 564 Q F2(\\e)144 576 Q F0(an escape character)180 576 +Q F2(\\\\)144 588 Q F0(backslash)180 588 Q F2(\\")144 600 Q F0 +(literal ")180 600 Q F2<5c08>144 612 Q F0(literal \010)180 612 Q(In add\ +ition to the GNU Emacs style escape sequences, a second set of backslas\ +h escapes is a)108 628.8 Q -.25(va)-.2 G(ilable:).25 E F2(\\a)144 640.8 +Q F0(alert \(bell\))180 640.8 Q F2(\\b)144 652.8 Q F0(backspace)180 +652.8 Q F2(\\d)144 664.8 Q F0(delete)180 664.8 Q F2(\\f)144 676.8 Q F0 +(form feed)180 676.8 Q F2(\\n)144 688.8 Q F0(ne)180 688.8 Q(wline)-.25 E +F2(\\r)144 700.8 Q F0(carriage return)180 700.8 Q F2(\\t)144 712.8 Q F0 +(horizontal tab)180 712.8 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 +E(38)192.055 E 0 Cg EP +%%Page: 39 39 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(\\v)144 84 Q F0 -.15(ve)180 84 S(rtical tab).15 E F1(\\)144 96 Q/F2 +10/Times-Italic@0 SF(nnn)A F0(the eight-bit character whose v)180 96 Q +(alue is the octal v)-.25 E(alue)-.25 E F2(nnn)2.5 E F0 +(\(one to three digits\))2.5 E F1(\\x)144 108 Q F2(HH)A F0 +(the eight-bit character whose v)180 108 Q(alue is the he)-.25 E +(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0(\(one or tw)2.5 E 2.5(oh) +-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E 1.141(When entering the te)108 +124.8 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 136.8 R .09 +(xt is assumed to be a function name.)-.15 F .089(In the macro body) +5.089 F 2.589(,t)-.65 G .089(he backslash escapes described abo)-2.589 F +-.15(ve)-.15 G(are e)108 148.8 Q 2.5(xpanded. Backslash)-.15 F +(will quote an)2.5 E 2.5(yo)-.15 G(ther character in the macro te)-2.5 E +(xt, including " and \010.)-.15 E F1(Bash)108 165.6 Q F0(allo)2.929 E +.429(ws the current readline k)-.25 F .729 -.15(ey b)-.1 H .429 +(indings to be displayed or modi\214ed with the).15 F F1(bind)2.93 E F0 +-.2(bu)2.93 G .43(iltin command.).2 F .046 +(The editing mode may be switched during interacti)108 177.6 R .346 -.15 +(ve u)-.25 H .046(se by using the).15 F F12.545 E F0 .045 +(option to the)2.545 F F1(set)2.545 E F0 -.2(bu)2.545 G .045 +(iltin command).2 F(\(see)108 189.6 Q/F3 9/Times-Bold@0 SF(SHELL B)2.5 E (UIL)-.09 E(TIN COMMANDS)-.828 E F0(belo)2.25 E(w\).)-.25 E F1 -(Readline V)87 638.4 Q(ariables)-.92 E F0 .044(Readline has v)108 650.4 +(Readline V)87 206.4 Q(ariables)-.92 E F0 .043(Readline has v)108 218.4 R .043(ariables that can be used to further customize its beha)-.25 F (vior)-.2 E 5.043(.A)-.55 G -.25(va)-2.5 G .043 -(riable may be set in the).25 F F2(inpu-)2.553 E(tr)108 662.4 Q(c)-.37 E -F0(\214le with a statement of the form)2.81 E F1(set)144 679.2 Q F2 +(riable may be set in the).25 F F2(inpu-)2.554 E(tr)108 230.4 Q(c)-.37 E +F0(\214le with a statement of the form)2.81 E F1(set)144 247.2 Q F2 (variable\255name value)2.5 E F0 .79(Except where noted, readline v)108 -696 R .79(ariables can tak)-.25 F 3.29(et)-.1 G .79(he v)-3.29 F(alues) +264 R .79(ariables can tak)-.25 F 3.29(et)-.1 G .79(he v)-3.29 F(alues) -.25 E F1(On)3.29 E F0(or)3.29 E F1(Off)3.29 E F0 .79(\(without re)3.29 -F -.05(ga)-.15 G .79(rd to case\).).05 F(Unrecog-)5.79 E .449(nized v) -108 708 R .448(ariable names are ignored.)-.25 F .448(When a v)5.448 F -.448(ariable v)-.25 F .448(alue is read, empty or null v)-.25 F .448 -(alues, "on" \(case-insensi-)-.25 F(ti)108 720 Q -.15(ve)-.25 G .467 +F -.05(ga)-.15 G .79(rd to case\).).05 F(Unrecog-)5.79 E .448(nized v) +108 276 R .448(ariable names are ignored.)-.25 F .448(When a v)5.448 F +.448(ariable v)-.25 F .448(alue is read, empty or null v)-.25 F .449 +(alues, "on" \(case-insensi-)-.25 F(ti)108 288 Q -.15(ve)-.25 G .468 (\), and "1" are equi).15 F -.25(va)-.25 G .468(lent to).25 F F1(On) 2.968 E F0 5.468(.A)C .468(ll other v)-5.468 F .468(alues are equi)-.25 -F -.25(va)-.25 G .468(lent to).25 F F1(Off)2.968 E F0 5.468(.T)C .468 -(he v)-5.468 F .468(ariables and their def)-.25 F(ault)-.1 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(37)190.95 E 0 Cg EP -%%Page: 38 38 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E -.25(va)108 84 S(lues are:).25 E/F1 10/Times-Bold@0 SF -(bell\255style \(audible\))108 100.8 Q F0 .011 -(Controls what happens when readline w)144 112.8 R .011 -(ants to ring the terminal bell.)-.1 F .01(If set to)5.01 F F1(none)2.51 -E F0 2.51(,r)C .01(eadline ne)-2.51 F -.15(ve)-.25 G(r).15 E .94 -(rings the bell.)144 124.8 R .94(If set to)5.94 F F1(visible)3.44 E F0 -3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25(va) --.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0(,)A -(readline attempts to ring the terminal')144 136.8 Q 2.5(sb)-.55 G(ell.) --2.5 E F1(bind\255tty\255special\255chars \(On\))108 148.8 Q F0 .056 -(If set to)144 160.8 R F1(On)2.556 E F0 2.556(,r)C .056(eadline attempt\ -s to bind the control characters treated specially by the k)-2.556 F -(ernel')-.1 E 2.555(st)-.55 G(ermi-)-2.555 E(nal dri)144 172.8 Q -.15 +F -.25(va)-.25 G .468(lent to).25 F F1(Off)2.968 E F0 5.468(.T)C .467 +(he v)-5.468 F .467(ariables and their def)-.25 F(ault)-.1 E -.25(va)108 +300 S(lues are:).25 E F1(bell\255style \(audible\))108 316.8 Q F0 .01 +(Controls what happens when readline w)144 328.8 R .011 +(ants to ring the terminal bell.)-.1 F .011(If set to)5.011 F F1(none) +2.511 E F0 2.511(,r)C .011(eadline ne)-2.511 F -.15(ve)-.25 G(r).15 E +.94(rings the bell.)144 340.8 R .94(If set to)5.94 F F1(visible)3.44 E +F0 3.44(,r)C .94(eadline uses a visible bell if one is a)-3.44 F -.25 +(va)-.2 G 3.44(ilable. If).25 F .94(set to)3.44 F F1(audible)3.44 E F0 +(,)A(readline attempts to ring the terminal')144 352.8 Q 2.5(sb)-.55 G +(ell.)-2.5 E F1(bind\255tty\255special\255chars \(On\))108 364.8 Q F0 +.055(If set to)144 376.8 R F1(On)2.555 E F0 2.555(,r)C .056(eadline att\ +empts to bind the control characters treated specially by the k)-2.555 F +(ernel')-.1 E 2.556(st)-.55 G(ermi-)-2.556 E(nal dri)144 388.8 Q -.15 (ve)-.25 G 2.5(rt).15 G 2.5(ot)-2.5 G(heir readline equi)-2.5 E -.25(va) --.25 G(lents.).25 E F1(color)108 184.8 Q(ed\255stats \(Off\))-.18 E F0 -1.579(If set to)144 196.8 R F1(On)4.079 E F0 4.079(,r)C 1.579 -(eadline displays possible completions using dif)-4.079 F 1.58 -(ferent colors to indicate their \214le)-.25 F 2.5(type. The)144 208.8 R -(color de\214nitions are tak)2.5 E(en from the v)-.1 E(alue of the)-.25 -E F1(LS_COLORS)2.5 E F0(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1 -(comment\255begin \(`)108 220.8 Q(`#')-.63 E('\))-.63 E F0 .885 -(The string that is inserted when the readline)144 232.8 R F1 -(insert\255comment)3.385 E F0 .884(command is e)3.384 F -.15(xe)-.15 G -3.384(cuted. This).15 F(com-)3.384 E(mand is bound to)144 244.8 Q F1 +-.25 G(lents.).25 E F1(blink\255matching\255par)108 400.8 Q(en \(Off\)) +-.18 E F0 .21(If set to)144 412.8 R F1(On)2.71 E F0 2.71(,r)C .21 +(eadline attempts to brie\215y mo)-2.71 F .51 -.15(ve t)-.15 H .21 +(he cursor to an opening parenthesis when a closing).15 F +(parenthesis is inserted.)144 424.8 Q F1(color)108 436.8 Q +(ed\255completion\255pr)-.18 E(e\214x \(Off\))-.18 E F0 .515(If set to) +144 448.8 R F1(On)3.015 E F0 3.015(,w)C .515(hen listing completions, r\ +eadline displays the common pre\214x of the set of possible)-3.015 F +2.936(completions using a dif)144 460.8 R 2.936(ferent color)-.25 F +7.936(.T)-.55 G 2.936(he color de\214nitions are tak)-7.936 F 2.935 +(en from the v)-.1 F 2.935(alue of the)-.25 F F1(LS_COLORS)144 472.8 Q +F0(en)2.5 E(vironment v)-.4 E(ariable.)-.25 E F1(color)108 484.8 Q +(ed\255stats \(Off\))-.18 E F0 1.579(If set to)144 496.8 R F1(On)4.079 E +F0 4.079(,r)C 1.579(eadline displays possible completions using dif) +-4.079 F 1.58(ferent colors to indicate their \214le)-.25 F 2.5 +(type. The)144 508.8 R(color de\214nitions are tak)2.5 E(en from the v) +-.1 E(alue of the)-.25 E F1(LS_COLORS)2.5 E F0(en)2.5 E(vironment v)-.4 +E(ariable.)-.25 E F1(comment\255begin \(`)108 520.8 Q(`#')-.63 E('\)) +-.63 E F0 .885(The string that is inserted when the readline)144 532.8 R +F1(insert\255comment)3.385 E F0 .884(command is e)3.384 F -.15(xe)-.15 G +3.384(cuted. This).15 F(com-)3.384 E(mand is bound to)144 544.8 Q F1 (M\255#)2.5 E F0(in emacs mode and to)2.5 E F1(#)2.5 E F0 -(in vi command mode.)2.5 E F1(completion\255ignor)108 256.8 Q -(e\255case \(Off\))-.18 E F0(If set to)144 268.8 Q F1(On)2.5 E F0 2.5 +(in vi command mode.)2.5 E F1(completion\255display\255width \(-1\))108 +556.8 Q F0 1.453(The number of screen columns used to display possible \ +matches when performing completion.)144 568.8 R .194(The v)144 580.8 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 592.8 Q(The def)5 E +(ault v)-.1 E(alue is -1.)-.25 E F1(completion\255ignor)108 604.8 Q +(e\255case \(Off\))-.18 E F0(If set to)144 616.8 Q F1(On)2.5 E F0 2.5 (,r)C(eadline performs \214lename matching and completion in a case\255\ -insensiti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1(completion\255pr) -108 280.8 Q(e\214x\255display\255length \(0\))-.18 E F0 .829(The length\ - in characters of the common pre\214x of a list of possible completions\ - that is displayed)144 292.8 R 1.275(without modi\214cation.)144 304.8 R -1.275(When set to a v)6.275 F 1.274 -(alue greater than zero, common pre\214x)-.25 F 1.274 -(es longer than this)-.15 F -.25(va)144 316.8 S(lue are replaced with a\ -n ellipsis when displaying possible completions.).25 E F1 -(completion\255query\255items \(100\))108 328.8 Q F0 .529 -(This determines when the user is queried about vie)144 340.8 R .53 -(wing the number of possible completions gen-)-.25 F .561(erated by the) -144 352.8 R F1(possible\255completions)3.061 E F0 3.061(command. It) -3.061 F .561(may be set to an)3.061 F 3.06(yi)-.15 G(nte)-3.06 E .56 -(ger v)-.15 F .56(alue greater than or)-.25 F .782(equal to zero.)144 -364.8 R .783(If the number of possible completions is greater than or e\ -qual to the v)5.782 F .783(alue of this)-.25 F -.25(va)144 376.8 S .237 +insensiti)-2.5 E .3 -.15(ve f)-.25 H(ashion.).05 E F1 +(completion\255map\255case \(Off\))108 628.8 Q F0 .093(If set to)144 +640.8 R F1(On)2.593 E F0 2.593(,a)C(nd)-2.593 E F1(completion\255ignor) +2.593 E(e\255case)-.18 E F0 .093(is enabled, readline treats h)2.593 F +.093(yphens \()-.05 F F2A F0 2.593(\)a)C .094(nd underscores)-2.593 +F(\()144 652.8 Q F2(_)A F0 2.5(\)a)C 2.5(se)-2.5 G(qui)-2.5 E -.25(va) +-.25 G(lent when performing case\255insensiti).25 E .3 -.15(ve \214)-.25 +H(lename matching and completion.).15 E F1(completion\255pr)108 664.8 Q +(e\214x\255display\255length \(0\))-.18 E F0 .829(The length in charact\ +ers of the common pre\214x of a list of possible completions that is di\ +splayed)144 676.8 R 1.274(without modi\214cation.)144 688.8 R 1.274 +(When set to a v)6.274 F 1.274(alue greater than zero, common pre\214x) +-.25 F 1.275(es longer than this)-.15 F -.25(va)144 700.8 S(lue are rep\ +laced with an ellipsis when displaying possible completions.).25 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(39)192.055 E 0 Cg EP +%%Page: 40 40 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(completion\255query\255items \(100\))108 84 Q F0 .53 +(This determines when the user is queried about vie)144 96 R .529 +(wing the number of possible completions gen-)-.25 F .56(erated by the) +144 108 R F1(possible\255completions)3.06 E F0 3.06(command. It)3.06 F +.561(may be set to an)3.061 F 3.061(yi)-.15 G(nte)-3.061 E .561(ger v) +-.15 F .561(alue greater than or)-.25 F .783(equal to zero.)144 120 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 132 S .237 (riable, the user is ask).25 F .237(ed whether or not he wishes to vie) -.1 F 2.737(wt)-.25 G .237(hem; otherwise the)-2.737 F 2.737(ya)-.15 G -.237(re simply listed)-2.737 F(on the terminal.)144 388.8 Q F1(con)108 -400.8 Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .612(If set to)144 412.8 -R F1(On)3.112 E F0 3.112(,r)C .613(eadline will con)-3.112 F -.15(ve)-.4 -G .613(rt characters with the eighth bit set to an ASCII k).15 F .913 --.15(ey s)-.1 H .613(equence by).15 F .541 +.237(re simply listed)-2.737 F(on the terminal.)144 144 Q F1(con)108 156 +Q -.1(ve)-.4 G(rt\255meta \(On\)).1 E F0 .613(If set to)144 168 R F1(On) +3.113 E F0 3.113(,r)C .613(eadline will con)-3.113 F -.15(ve)-.4 G .613 +(rt characters with the eighth bit set to an ASCII k).15 F .912 -.15 +(ey s)-.1 H .612(equence by).15 F .541 (stripping the eighth bit and pre\214xing an escape character \(in ef) -144 424.8 R .541(fect, using escape as the)-.25 F/F2 10/Times-Italic@0 -SF .541(meta pr)3.041 F(e-)-.37 E<8c78>144 436.8 Q F0(\).)A F1 -(disable\255completion \(Off\))108 448.8 Q F0 .038(If set to)144 460.8 R +144 180 R .541(fect, using escape as the)-.25 F/F2 10/Times-Italic@0 SF +.542(meta pr)3.042 F(e-)-.37 E<8c78>144 192 Q F0 2.5(\). The)B(def)2.5 E +(ault is)-.1 E F2(On)2.5 E F0 2.5(,b)C(ut readline will set it to)-2.7 E +F2(Of)2.5 E(f)-.18 E F0(if the locale contains eight-bit characters.)2.5 +E F1(disable\255completion \(Off\))108 204 Q F0 .038(If set to)144 216 R F1(On)2.538 E F0 2.538(,r)C .038(eadline will inhibit w)-2.538 F .038 (ord completion.)-.1 F .038 (Completion characters will be inserted into the)5.038 F(line as if the) -144 472.8 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F1(self-insert)2.5 E -F0(.)A F1(editing\255mode \(emacs\))108 484.8 Q F0 .142 -(Controls whether readline be)144 496.8 R .141(gins with a set of k)-.15 -F .441 -.15(ey b)-.1 H .141(indings similar to).15 F F2(Emacs)2.641 E F0 -(or)2.641 E F2(vi)2.641 E F0(.)A F1(editing\255mode)5.141 E F0 -(can be set to either)144 508.8 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E -F0(.)A F1(echo\255contr)108 520.8 Q(ol\255characters \(On\))-.18 E F0 -1.21(When set to)144 532.8 R F1(On)3.71 E F0 3.71(,o)C 3.71(no)-3.71 G -1.211(perating systems that indicate the)-3.71 F 3.711(ys)-.15 G 1.211 +144 228 Q 2.5(yh)-.15 G(ad been mapped to)-2.5 E F1(self-insert)2.5 E F0 +(.)A F1(echo\255contr)108 240 Q(ol\255characters \(On\))-.18 E F0 1.21 +(When set to)144 252 R F1(On)3.71 E F0 3.71(,o)C 3.71(no)-3.71 G 1.211 +(perating systems that indicate the)-3.71 F 3.711(ys)-.15 G 1.211 (upport it, readline echoes a character)-3.711 F -(corresponding to a signal generated from the k)144 544.8 Q -.15(ey)-.1 -G(board.).15 E F1(enable\255k)108 556.8 Q(eypad \(Off\))-.1 E F0 .893 -(When set to)144 568.8 R F1(On)3.393 E F0 3.393(,r)C .893 +(corresponding to a signal generated from the k)144 264 Q -.15(ey)-.1 G +(board.).15 E F1(editing\255mode \(emacs\))108 276 Q F0 .142 +(Controls whether readline be)144 288 R .141(gins with a set of k)-.15 F +.441 -.15(ey b)-.1 H .141(indings similar to).15 F F2(Emacs)2.641 E F0 +(or)2.641 E F2(vi)2.641 E F0(.)A F1(editing\255mode)5.141 E F0 +(can be set to either)144 300 Q F1(emacs)2.5 E F0(or)2.5 E F1(vi)2.5 E +F0(.)A F1(enable\255brack)108 312 Q(eted\255paste \(Off\))-.1 E F0 1.221 +(When set to)144 324 R F1(On)3.721 E F0 3.721(,r)C 1.221 +(eadline will con\214gure the terminal in a w)-3.721 F 1.221 +(ay that will enable it to insert each)-.1 F .353 +(paste into the editing b)144 336 R(uf)-.2 E .353(fer as a single strin\ +g of characters, instead of treating each character as if)-.25 F .543 +(it had been read from the k)144 348 R -.15(ey)-.1 G 3.043(board. This) +.15 F .543(can pre)3.043 F -.15(ve)-.25 G .544 +(nt pasted characters from being interpreted as).15 F(editing commands.) +144 360 Q F1(enable\255k)108 372 Q(eypad \(Off\))-.1 E F0 .893 +(When set to)144 384 R F1(On)3.393 E F0 3.393(,r)C .893 (eadline will try to enable the application k)-3.393 F -.15(ey)-.1 G .893(pad when it is called.).15 F .892(Some sys-)5.893 F -(tems need this to enable the arro)144 580.8 Q 2.5(wk)-.25 G -.15(ey) --2.6 G(s.).15 E F1(enable\255meta\255k)108 592.8 Q(ey \(On\))-.1 E F0 -.64(When set to)144 604.8 R F1(On)3.14 E F0 3.14(,r)C .64 +(tems need this to enable the arro)144 396 Q 2.5(wk)-.25 G -.15(ey)-2.6 +G(s.).15 E F1(enable\255meta\255k)108 408 Q(ey \(On\))-.1 E F0 .64 +(When set to)144 420 R F1(On)3.14 E F0 3.14(,r)C .64 (eadline will try to enable an)-3.14 F 3.14(ym)-.15 G .64 (eta modi\214er k)-3.14 F .94 -.15(ey t)-.1 H .64 -(he terminal claims to support).15 F(when it is called.)144 616.8 Q +(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 F1 -(expand\255tilde \(Off\))108 628.8 Q F0(If set to)144 640.8 Q F1(On)2.5 -E F0 2.5(,t)C(ilde e)-2.5 E -(xpansion is performed when readline attempts w)-.15 E(ord completion.) --.1 E F1(history\255pr)108 652.8 Q(eser)-.18 E -.1(ve)-.1 G -(\255point \(Off\)).1 E F0 1.339(If set to)144 664.8 R F1(On)3.839 E F0 -3.839(,t)C 1.338(he history code attempts to place point at the same lo\ -cation on each history line)-3.839 F(retrie)144 676.8 Q -.15(ve)-.25 G -2.5(dw).15 G(ith)-2.5 E F1(pr)2.5 E -.15(ev)-.18 G(ious-history).15 E F0 -(or)2.5 E F1(next-history)2.5 E F0(.)A F1(history\255size \(0\))108 -688.8 Q F0 .948(Set the maximum number of history entries sa)144 700.8 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 712.8 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 -(ber of history entries is not limited.)144 724.8 Q(By def)5 E -(ault, the number of history entries is not limited.)-.1 E(GNU Bash 4.3) -72 768 Q(2014 February 2)141.79 E(38)190.95 E 0 Cg EP -%%Page: 39 39 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(horizontal\255scr)108 84 Q -(oll\255mode \(Off\))-.18 E F0 .448(When set to)144 96 R F1(On)2.948 E -F0 2.948(,m)C(ak)-2.948 E .448 +(expand\255tilde \(Off\))108 444 Q F0(If set to)144 456 Q F1(On)2.5 E F0 +2.5(,t)C(ilde e)-2.5 E(xpansion is performed when readline attempts w) +-.15 E(ord completion.)-.1 E F1(history\255pr)108 468 Q(eser)-.18 E -.1 +(ve)-.1 G(\255point \(Off\)).1 E F0 1.339(If set to)144 480 R F1(On) +3.839 E F0 3.839(,t)C 1.338(he history code attempts to place point at \ +the same location on each history line)-3.839 F(retrie)144 492 Q -.15 +(ve)-.25 G 2.5(dw).15 G(ith)-2.5 E F1(pr)2.5 E -.15(ev)-.18 G +(ious-history).15 E F0(or)2.5 E F1(next-history)2.5 E F0(.)A F1 +(history\255size \(unset\))108 504 Q F0 .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 F1(HISTSIZE)3.411 E F0 .911(shell v)3.411 +F 3.411(ariable. If)-.25 F .911(an attempt is made to set)3.411 F F2 +(history\255size)3.41 E F0 .91(to a non-numeric v)3.41 F(alue,)-.25 E +(the maximum number of history entries will be set to 500.)144 564 Q F1 +(horizontal\255scr)108 576 Q(oll\255mode \(Off\))-.18 E F0 .448 +(When set to)144 588 R F1(On)2.948 E F0 2.948(,m)C(ak)-2.948 E .448 (es readline use a single line for display)-.1 F 2.948(,s)-.65 G .449 (crolling the input horizontally on a)-2.948 F 1.194(single screen line\ when it becomes longer than the screen width rather than wrapping to a\ - ne)144 108 R(w)-.25 E(line.)144 120 Q F1(input\255meta \(Off\))108 132 -Q F0 .227(If set to)144 144 R F1(On)2.727 E F0 2.727(,r)C .228(eadline \ -will enable eight-bit input \(that is, it will not strip the high bit f\ -rom the char)-2.727 F(-)-.2 E .957(acters it reads\), re)144 156 R -.05 -(ga)-.15 G .956(rdless of what the terminal claims it can support.).05 F -.956(The name)5.956 F F1(meta\255\215ag)3.456 E F0 .956(is a)3.456 F -(synon)144 168 Q(ym for this v)-.15 E(ariable.)-.25 E F1(isear)108 180 Q -(ch\255terminators \(`)-.18 E(`C\255[C\255J')-.63 E('\))-.63 E F0 .439(\ -The string of characters that should terminate an incremental search wi\ -thout subsequently e)144 192 R -.15(xe)-.15 G(cut-).15 E .935 -(ing the character as a command.)144 204 R .935(If this v)5.935 F .935 -(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.434(nav).15 G .934 -(alue, the characters)-3.684 F/F2 10/Times-Italic@0 SF(ESC)3.434 E F0 -(and)144 216 Q F2(C\255J)2.5 E F0(will terminate an incremental search.) -2.5 E F1 -.1(ke)108 228 S(ymap \(emacs\)).1 E F0 2.02 -(Set the current readline k)144 240 R -.15(ey)-.1 G 4.521(map. The).15 F + ne)144 600 R(w)-.25 E(line.)144 612 Q F1(input\255meta \(Off\))108 624 +Q F0 1.061(If set to)144 636 R F1(On)3.561 E F0 3.561(,r)C 1.062(eadlin\ +e will enable eight-bit input \(that is, it will not strip the eighth b\ +it 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 F1(meta\255\215ag)2.835 E F0(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 F2(Of)2.864 E(f)-.18 E F0 2.864 +(,b)C .364(ut readline will set it to)-3.064 F F2(On)2.864 E F0 .365 +(if the locale contains)2.865 F(eight-bit characters.)144 672 Q F1 +(isear)108 684 Q(ch\255terminators \(`)-.18 E(`C\255[C\255J')-.63 E('\)) +-.63 E F0 .439(The string of characters that should terminate an increm\ +ental search without subsequently e)144 696 R -.15(xe)-.15 G(cut-).15 E +.934(ing the character as a command.)144 708 R .935(If this v)5.935 F +.935(ariable has not been gi)-.25 F -.15(ve)-.25 G 3.435(nav).15 G .935 +(alue, the characters)-3.685 F F2(ESC)3.435 E F0(and)144 720 Q F2 +(C\255J)2.5 E F0(will terminate an incremental search.)2.5 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(40)192.055 E 0 Cg EP +%%Page: 41 41 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.1(ke)108 84 S(ymap \(emacs\)).1 E F0 2.021 +(Set the current readline k)144 96 R -.15(ey)-.1 G 4.521(map. The).15 F 2.021(set of v)4.521 F 2.021(alid k)-.25 F -.15(ey)-.1 G 2.021 -(map names is).15 F F2 2.021(emacs, emacs\255standar)4.521 F(d,)-.37 E -.069(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 252 R F0 2.568 -(,a)C(nd)-2.568 E F2(vi\255insert)2.568 E F0(.).68 E F2(vi)5.068 E F0 -.068(is equi)2.568 F -.25(va)-.25 G .068(lent to).25 F F2(vi\255command) -2.568 E F0(;)A F2(emacs)2.568 E F0 1.543(is equi)144 264 R -.25(va)-.25 -G 1.543(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C +(map names is).15 F/F2 10/Times-Italic@0 SF 2.02 +(emacs, emacs\255standar)4.52 F(d,)-.37 E .068 +(emacs\255meta, emacs\255ctlx, vi, vi\255command)144 108 R F0 2.568(,a)C +(nd)-2.568 E F2(vi\255insert)2.568 E F0(.).68 E F2(vi)5.068 E F0 .068 +(is equi)2.568 F -.25(va)-.25 G .068(lent to).25 F F2(vi\255command) +2.569 E F0(;)A F2(emacs)2.569 E F0 1.544(is equi)144 120 R -.25(va)-.25 +G 1.544(lent to).25 F F2(emacs\255standar)4.044 E(d)-.37 E F0 6.544(.T)C 1.544(he def)-6.544 F 1.544(ault v)-.1 F 1.544(alue is)-.25 F F2(emacs) 4.044 E F0 4.044(;t).27 G 1.544(he v)-4.044 F 1.544(alue of)-.25 F F1 -(editing\255mode)4.044 E F0(also)4.044 E(af)144 276 Q(fects the def)-.25 -E(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1 -.1(ke)108 288 S -(yseq\255timeout \(500\)).1 E F0 .368(Speci\214es the duration)144 300 R -F2 -.37(re)2.867 G(adline).37 E F0 .367(will w)2.867 F .367 -(ait for a character when reading an ambiguous k)-.1 F .667 -.15(ey s) --.1 H(equence).15 E 1.356(\(one that can form a complete k)144 312 R +(editing\255mode)4.043 E F0(also)4.043 E(af)144 132 Q(fects the def)-.25 +E(ault k)-.1 E -.15(ey)-.1 G(map.).15 E F1 +(emacs\255mode\255string \(@\))108 144 Q F0 .051(This string is display\ +ed immediately before the last line of the primary prompt when emacs ed\ +iting)144 156 R .293(mode is acti)144 168 R -.15(ve)-.25 G 5.293(.T).15 +G .293(he v)-5.293 F .293(alue is e)-.25 F .293(xpanded lik)-.15 F 2.793 +(eak)-.1 G .593 -.15(ey b)-2.893 H .293 +(inding, so the standard set of meta- and control).15 F(pre\214x)144 180 +Q .601(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.101 +(ilable. Use).25 F .601(the \\1 and \\2 escapes to be)3.101 F .602 +(gin and end)-.15 F .019(sequences of non-printing characters, which ca\ +n be used to embed a terminal control sequence into)144 192 R +(the mode string.)144 204 Q F1 -.1(ke)108 216 S(yseq\255timeout \(500\)) +.1 E F0 .367(Speci\214es the duration)144 228 R F2 -.37(re)2.867 G +(adline).37 E F0 .367(will w)2.867 F .367 +(ait for a character when reading an ambiguous k)-.1 F .668 -.15(ey s) +-.1 H(equence).15 E 1.356(\(one that can form a complete k)144 240 R 1.656 -.15(ey s)-.1 H 1.356(equence using the input read so f).15 F(ar) --.1 E 3.856(,o)-.4 G 3.856(rc)-3.856 G 1.356(an tak)-3.856 F 3.856(ea) --.1 G(dditional)-3.856 E .32(input to complete a longer k)144 324 R .62 +-.1 E 3.856(,o)-.4 G 3.856(rc)-3.856 G 1.355(an tak)-3.856 F 3.855(ea) +-.1 G(dditional)-3.855 E .32(input to complete a longer k)144 252 R .62 -.15(ey s)-.1 H 2.82(equence\). If).15 F .32(no input is recei)2.82 F -.15(ve)-.25 G 2.82(dw).15 G .32(ithin the timeout,)-2.82 F F2 -.37(re) -2.82 G(adline).37 E F0(will)2.82 E .906(use the shorter b)144 336 R .907 +2.82 G(adline).37 E F0(will)2.82 E .907(use the shorter b)144 264 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 348 R F2 -.37(re)2.55 G(adline) +(va)3.407 G .907(lue is speci\214ed in milliseconds, so a v).25 F .906 +(alue of)-.25 F .05(1000 means that)144 276 R F2 -.37(re)2.55 G(adline) .37 E F0 .05(will w)2.55 F .05(ait one second for additional input.)-.1 F .05(If this v)5.05 F .05(ariable is set to a v)-.25 F(alue)-.25 E .051 -(less than or equal to zero, or to a non-numeric v)144 360 R(alue,)-.25 +(less than or equal to zero, or to a non-numeric v)144 288 R(alue,)-.25 E F2 -.37(re)2.551 G(adline).37 E F0 .051(will w)2.551 F .051 -(ait until another k)-.1 F .352 -.15(ey i)-.1 H 2.552(sp).15 G(ressed) --2.552 E(to decide which k)144 372 Q .3 -.15(ey s)-.1 H -(equence to complete.).15 E F1(mark\255dir)108 384 Q(ectories \(On\)) --.18 E F0(If set to)144 396 Q F1(On)2.5 E F0 2.5(,c)C +(ait until another k)-.1 F .351 -.15(ey i)-.1 H 2.551(sp).15 G(ressed) +-2.551 E(to decide which k)144 300 Q .3 -.15(ey s)-.1 H +(equence to complete.).15 E F1(mark\255dir)108 312 Q(ectories \(On\)) +-.18 E F0(If set to)144 324 Q F1(On)2.5 E F0 2.5(,c)C (ompleted directory names ha)-2.5 E .3 -.15(ve a s)-.2 H(lash appended.) -.15 E F1(mark\255modi\214ed\255lines \(Off\))108 408 Q F0(If set to)144 -420 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b) +.15 E F1(mark\255modi\214ed\255lines \(Off\))108 336 Q F0(If set to)144 +348 Q F1(On)2.5 E F0 2.5(,h)C(istory lines that ha)-2.5 E .3 -.15(ve b) -.2 H(een modi\214ed are displayed with a preceding asterisk \().15 E F1 -(*)A F0(\).)A F1(mark\255symlink)108 432 Q(ed\255dir)-.1 E -(ectories \(Off\))-.18 E F0 .175(If set to)144 444 R F1(On)2.675 E F0 +(*)A F0(\).)A F1(mark\255symlink)108 360 Q(ed\255dir)-.1 E +(ectories \(Off\))-.18 E F0 .175(If set to)144 372 R F1(On)2.675 E F0 2.675(,c)C .175 (ompleted names which are symbolic links to directories ha)-2.675 F .475 --.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 456 +-.15(ve a s)-.2 H .175(lash appended \(sub-).15 F(ject to the v)144 384 Q(alue of)-.25 E F1(mark\255dir)2.5 E(ectories)-.18 E F0(\).)A F1 -(match\255hidden\255\214les \(On\))108 468 Q F0 .192(This v)144 480 R -.192(ariable, when set to)-.25 F F1(On)2.692 E F0 2.692(,c)C .192 -(auses readline to match \214les whose names be)-2.692 F .193 -(gin with a `.)-.15 F 2.693('\()-.7 G(hidden)-2.693 E .457 -(\214les\) when performing \214lename completion.)144 492 R .456 +(match\255hidden\255\214les \(On\))108 396 Q F0 .193(This v)144 408 R +.193(ariable, when set to)-.25 F F1(On)2.693 E F0 2.693(,c)C .192 +(auses readline to match \214les whose names be)-2.693 F .192 +(gin with a `.)-.15 F 2.692('\()-.7 G(hidden)-2.692 E .456 +(\214les\) when performing \214lename completion.)144 420 R .456 (If set to)5.456 F F1(Off)2.956 E F0 2.956(,t)C .456(he leading `.) --2.956 F 2.956('m)-.7 G .456(ust be supplied by the)-2.956 F -(user in the \214lename to be completed.)144 504 Q F1 -(menu\255complete\255display\255pr)108 516 Q(e\214x \(Off\))-.18 E F0 -1.585(If set to)144 528 R F1(On)4.085 E F0 4.085(,m)C 1.585(enu complet\ +-2.956 F 2.956('m)-.7 G .457(ust be supplied by the)-2.956 F +(user in the \214lename to be completed.)144 432 Q F1 +(menu\255complete\255display\255pr)108 444 Q(e\214x \(Off\))-.18 E F0 +1.586(If set to)144 456 R F1(On)4.086 E F0 4.086(,m)C 1.585(enu complet\ ion displays the common pre\214x of the list of possible completions) --4.085 F(\(which may be empty\) before c)144 540 Q -(ycling through the list.)-.15 E F1(output\255meta \(Off\))108 552 Q F0 -.507(If set to)144 564 R F1(On)3.007 E F0 3.007(,r)C .507(eadline will \ +-4.086 F(\(which may be empty\) before c)144 468 Q +(ycling through the list.)-.15 E F1(output\255meta \(Off\))108 480 Q F0 +.506(If set to)144 492 R F1(On)3.006 E F0 3.006(,r)C .507(eadline will \ display characters with the eighth bit set directly rather than as a me\ -ta-)-3.007 F(pre\214x)144 576 Q(ed escape sequence.)-.15 E F1 -(page\255completions \(On\))108 588 Q F0 .808(If set to)144 600 R F1(On) +ta-)-3.006 F(pre\214x)144 504 Q .885(ed escape sequence.)-.15 F .884 +(The def)5.884 F .884(ault is)-.1 F F2(Of)3.384 E(f)-.18 E F0 3.384(,b)C +.884(ut readline will set it to)-3.584 F F2(On)3.384 E F0 .884 +(if the locale contains)3.384 F(eight-bit characters.)144 516 Q F1 +(page\255completions \(On\))108 528 Q F0 .808(If set to)144 540 R F1(On) 3.308 E F0 3.308(,r)C .808(eadline uses an internal)-3.308 F F2(mor) 3.308 E(e)-.37 E F0(-lik)A 3.308(ep)-.1 G .808 (ager to display a screenful of possible comple-)-3.308 F -(tions at a time.)144 612 Q F1 -(print\255completions\255horizontally \(Off\))108 624 Q F0 1.319 -(If set to)144 636 R F1(On)3.819 E F0 3.819(,r)C 1.318(eadline will dis\ +(tions at a time.)144 552 Q F1 +(print\255completions\255horizontally \(Off\))108 564 Q F0 1.319 +(If set to)144 576 R F1(On)3.819 E F0 3.819(,r)C 1.318(eadline will dis\ play completions with matches sorted horizontally in alphabetical)-3.819 -F(order)144 648 Q 2.5(,r)-.4 G(ather than do)-2.5 E(wn the screen.)-.25 -E F1 -2.29 -.18(re v)108 660 T(ert\255all\255at\255newline \(Off\)).08 E -F0 .698(If set to)144 672 R F1(On)3.198 E F0 3.198(,r)C .699 +F(order)144 588 Q 2.5(,r)-.4 G(ather than do)-2.5 E(wn the screen.)-.25 +E F1 -2.29 -.18(re v)108 600 T(ert\255all\255at\255newline \(Off\)).08 E +F0 .698(If set to)144 612 R F1(On)3.198 E F0 3.198(,r)C .699 (eadline will undo all changes to history lines before returning when) --3.198 F F1(accept\255line)3.199 E F0(is)3.199 E -.15(exe)144 684 S +-3.198 F F1(accept\255line)3.199 E F0(is)3.199 E -.15(exe)144 624 S 2.686(cuted. By).15 F(def)2.686 E .186 (ault, history lines may be modi\214ed and retain indi)-.1 F .186 -(vidual undo lists across calls to)-.25 F F1 -.18(re)144 696 S(adline) -.18 E F0(.)A(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(39)190.95 E -0 Cg EP -%%Page: 40 40 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(sho)108 84 Q -(w\255all\255if\255ambiguous \(Off\))-.1 E F0 .303(This alters the def) -144 96 R .303(ault beha)-.1 F .304(vior of the completion functions.)-.2 -F .304(If set to)5.304 F F1(On)2.804 E F0 2.804(,w)C .304(ords which ha) --2.904 F .604 -.15(ve m)-.2 H(ore).15 E 1.264(than one possible complet\ -ion cause the matches to be listed immediately instead of ringing the) -144 108 R(bell.)144 120 Q F1(sho)108 132 Q -(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.345 -(This alters the def)144 144 R 5.345(ault beha)-.1 F 5.345 +(vidual undo lists across calls to)-.25 F F1 -.18(re)144 636 S(adline) +.18 E F0(.)A F1(sho)108 648 Q(w\255all\255if\255ambiguous \(Off\))-.1 E +F0 .303(This alters the def)144 660 R .303(ault beha)-.1 F .304 +(vior of the completion functions.)-.2 F .304(If set to)5.304 F F1(On) +2.804 E F0 2.804(,w)C .304(ords which ha)-2.904 F .604 -.15(ve m)-.2 H +(ore).15 E 1.264(than one possible completion cause the matches to be l\ +isted immediately instead of ringing the)144 672 R(bell.)144 684 Q F1 +(sho)108 696 Q(w\255all\255if\255unmodi\214ed \(Off\))-.1 E F0 5.345 +(This alters the def)144 708 R 5.345(ault beha)-.1 F 5.345 (vior of the completion functions in a f)-.2 F 5.346(ashion similar to) --.1 F F1(sho)144 156 Q(w\255all\255if\255ambiguous)-.1 E F0 6.691(.I)C +-.1 F F1(sho)144 720 Q(w\255all\255if\255ambiguous)-.1 E F0 6.691(.I)C 4.191(fs)-6.691 G 1.691(et to)-4.191 F F1(On)4.191 E F0 4.191(,w)C 1.691 (ords which ha)-4.291 F 1.991 -.15(ve m)-.2 H 1.691 -(ore than one possible completion).15 F 1.039(without an)144 168 R 3.539 -(yp)-.15 G 1.039 +(ore than one possible completion).15 F(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(41)192.055 E 0 Cg EP +%%Page: 42 42 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.039(without an) +144 84 R 3.539(yp)-.15 G 1.039 (ossible partial completion \(the possible completions don')-3.539 F 3.539(ts)-.18 G 1.04(hare a common pre\214x\))-3.539 F(cause the matche\ -s to be listed immediately instead of ringing the bell.)144 180 Q F1 -(sho)108 192 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\))-.18 E F0 1.019 -(If set to)144 204 R F1(On)3.519 E F0 3.519(,a)C 1.018 +s to be listed immediately instead of ringing the bell.)144 96 Q/F1 10 +/Times-Bold@0 SF(sho)108 108 Q(w\255mode\255in\255pr)-.1 E(ompt \(Off\)) +-.18 E F0 1.019(If set to)144 120 R F1(On)3.519 E F0 3.519(,a)C 1.018 (dd a character to the be)-3.519 F 1.018 (ginning of the prompt indicating the editing mode: emacs)-.15 F -(\(@\), vi command \(:\) or vi insertion \(+\).)144 216 Q F1 -(skip\255completed\255text \(Off\))108 228 Q F0 .094(If set to)144 240 R +(\(@\), vi command \(:\) or vi insertion \(+\).)144 132 Q F1 +(skip\255completed\255text \(Off\))108 144 Q F0 .094(If set to)144 156 R F1(On)2.594 E F0 2.594(,t)C .095(his alters the def)-2.594 F .095 (ault completion beha)-.1 F .095 -(vior when inserting a single match into the line.)-.2 F(It')144 252 Q +(vior when inserting a single match into the line.)-.2 F(It')144 168 Q 2.546(so)-.55 G .046(nly acti)-2.546 F .346 -.15(ve w)-.25 H .046 (hen performing completion in the middle of a w).15 F 2.545(ord. If)-.1 F .045(enabled, readline does not)2.545 F 1.394(insert characters from \ -the completion that match characters after point in the w)144 264 R -1.395(ord being com-)-.1 F(pleted, so portions of the w)144 276 Q +the completion that match characters after point in the w)144 180 R +1.395(ord being com-)-.1 F(pleted, so portions of the w)144 192 Q (ord follo)-.1 E(wing the cursor are not duplicated.)-.25 E F1 -(visible\255stats \(Off\))108 288 Q F0 .847(If set to)144 300 R F1(On) +(vi\255cmd\255mode\255string \(\(cmd\)\))108 204 Q F0 1.198(This string\ + is displayed immediately before the last line of the primary prompt wh\ +en vi editing)144 216 R .521(mode is acti)144 228 R .821 -.15(ve a)-.25 +H .522(nd in command mode.).15 F .522(The v)5.522 F .522(alue is e)-.25 +F .522(xpanded lik)-.15 F 3.022(eak)-.1 G .822 -.15(ey b)-3.122 H .522 +(inding, so the standard).15 F .87(set of meta- and control pre\214x)144 +240 R .869(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G +3.369(ilable. Use).25 F .869(the \\1 and \\2)3.369 F .386(escapes to be) +144 252 R .386(gin and end sequences of non-printing characters, which \ +can be used to embed a ter)-.15 F(-)-.2 E +(minal control sequence into the mode string.)144 264 Q F1 +(vi\255ins\255mode\255string \(\(ins\)\))108 276 Q F0 1.198(This string\ + is displayed immediately before the last line of the primary prompt wh\ +en vi editing)144 288 R .782(mode is acti)144 300 R 1.083 -.15(ve a)-.25 +H .783(nd in insertion mode.).15 F .783(The v)5.783 F .783(alue is e) +-.25 F .783(xpanded lik)-.15 F 3.283(eak)-.1 G 1.083 -.15(ey b)-3.383 H +.783(inding, so the standard).15 F .87 +(set of meta- and control pre\214x)144 312 R .869 +(es and backslash escape sequences is a)-.15 F -.25(va)-.2 G 3.369 +(ilable. Use).25 F .869(the \\1 and \\2)3.369 F .386(escapes to be)144 +324 R .386(gin and end sequences of non-printing characters, which can \ +be used to embed a ter)-.15 F(-)-.2 E +(minal control sequence into the mode string.)144 336 Q F1 +(visible\255stats \(Off\))108 348 Q F0 .847(If set to)144 360 R F1(On) 3.346 E F0 3.346(,ac)C .846(haracter denoting a \214le')-3.346 F 3.346 (st)-.55 G .846(ype as reported by)-3.346 F/F2 10/Times-Italic@0 SF (stat)3.346 E F0 .846(\(2\) is appended to the \214lename)B -(when listing possible completions.)144 312 Q F1 -(Readline Conditional Constructs)87 328.8 Q F0 .05 -(Readline implements a f)108 340.8 R .05(acility similar in spirit to t\ +(when listing possible completions.)144 372 Q F1 +(Readline Conditional Constructs)87 388.8 Q F0 .05 +(Readline implements a f)108 400.8 R .05(acility similar in spirit to t\ he conditional compilation features of the C preprocessor)-.1 F .097 -(which allo)108 352.8 R .097(ws k)-.25 F .396 -.15(ey b)-.1 H .096 +(which allo)108 412.8 R .097(ws k)-.25 F .396 -.15(ey b)-.1 H .096 (indings and v).15 F .096 (ariable settings to be performed as the result of tests.)-.25 F .096 -(There are four parser)5.096 F(directi)108 364.8 Q -.15(ve)-.25 G 2.5 -(su).15 G(sed.)-2.5 E F1($if)108 381.6 Q F0(The)24.89 E F1($if)2.962 E -F0 .462(construct allo)2.962 F .463(ws bindings to be made based on the\ - editing mode, the terminal being used,)-.25 F .478 -(or the application using readline.)144 393.6 R .477(The te)5.477 F .477 +(There are four parser)5.096 F(directi)108 424.8 Q -.15(ve)-.25 G 2.5 +(su).15 G(sed.)-2.5 E F1($if)108 441.6 Q F0(The)144 441.6 Q F1($if)2.962 +E F0 .462(construct allo)2.962 F .463(ws bindings to be made based on t\ +he editing mode, the terminal being used,)-.25 F .478 +(or the application using readline.)144 453.6 R .477(The te)5.477 F .477 (xt of the test e)-.15 F .477 (xtends to the end of the line; no characters)-.15 F -(are required to isolate it.)144 405.6 Q F1(mode)144 422.4 Q F0(The) -12.67 E F1(mode=)3.711 E F0 1.211(form of the)3.711 F F1($if)3.711 E F0 +(are required to isolate it.)144 465.6 Q F1(mode)144 482.4 Q F0(The)180 +482.4 Q F1(mode=)3.711 E F0 1.211(form of the)3.711 F F1($if)3.711 E F0 (directi)3.711 E 1.511 -.15(ve i)-.25 H 3.711(su).15 G 1.211 (sed to test whether readline is in emacs or vi)-3.711 F 3.065 -(mode. This)180 434.4 R .565(may be used in conjunction with the)3.065 F +(mode. This)180 494.4 R .565(may be used in conjunction with the)3.065 F F1 .565(set k)3.065 F(eymap)-.1 E F0 .565(command, for instance, to) -3.065 F .735(set bindings in the)180 446.4 R F2(emacs\255standar)3.235 E +3.065 F .735(set bindings in the)180 506.4 R F2(emacs\255standar)3.235 E (d)-.37 E F0(and)3.235 E F2(emacs\255ctlx)3.235 E F0 -.1(ke)3.235 G .735 -(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 458.4 -Q F1(term)144 475.2 Q F0(The)15.46 E F1(term=)3.197 E F0 .696 +(ymaps only if readline is starting)-.05 F(out in emacs mode.)180 518.4 +Q F1(term)144 535.2 Q F0(The)180 535.2 Q F1(term=)3.197 E F0 .696 (form may be used to include terminal-speci\214c k)3.197 F .996 -.15 -(ey b)-.1 H .696(indings, perhaps to bind).15 F .654(the k)180 487.2 R +(ey b)-.1 H .696(indings, perhaps to bind).15 F .654(the k)180 547.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 499.2 Q F1(=)3.232 -E F0 .732(is tested ag)3.232 F .732(ainst the both full name of the ter\ +(wo)3.154 G .654(rd on the right side of).1 F(the)180 559.2 Q F1(=)3.232 +E F0 .732(is tested ag)3.232 F .732(ainst both the full name of the ter\ minal and the portion of the terminal)-.05 F(name before the \214rst)180 -511.2 Q F12.5 E F0 5(.T)C(his allo)-5 E(ws)-.25 E F2(sun)2.84 E F0 +571.2 Q F12.5 E F0 5(.T)C(his allo)-5 E(ws)-.25 E F2(sun)2.84 E F0 (to match both)2.74 E F2(sun)2.84 E F0(and)2.74 E F2(sun\255cmd)2.5 E F0 -2.5(,f).77 G(or instance.)-2.5 E F1(application)144 528 Q F0(The)180 540 +2.5(,f).77 G(or instance.)-2.5 E F1(application)144 588 Q F0(The)180 600 Q F1(application)3.003 E F0 .503 (construct is used to include application-speci\214c settings.)3.003 F .503(Each program)5.503 F .114(using the readline library sets the)180 -552 R F2 .114(application name)2.614 F F0 2.614(,a)C .114 +612 R F2 .114(application name)2.614 F F0 2.614(,a)C .114 (nd an initialization \214le can test for a)-2.614 F .5(particular v)180 -564 R 3(alue. This)-.25 F .501(could be used to bind k)3 F .801 -.15 +624 R 3(alue. This)-.25 F .501(could be used to bind k)3 F .801 -.15 (ey s)-.1 H .501(equences to functions useful for a spe-).15 F .397 -(ci\214c program.)180 576 R -.15(Fo)5.397 G 2.896(ri).15 G .396 +(ci\214c program.)180 636 R -.15(Fo)5.397 G 2.896(ri).15 G .396 (nstance, the follo)-2.896 F .396(wing command adds a k)-.25 F .696 -.15 -(ey s)-.1 H .396(equence that quotes the).15 F(current or pre)180 588 Q -(vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A F1($if)180 612 Q F0 -(Bash)2.5 E 2.5(#Q)180 624 S(uote the current or pre)-2.5 E(vious w)-.25 -E(ord)-.1 E("\\C\255xq": "\\eb\\"\\ef\\"")180 636 Q F1($endif)180 648 Q -($endif)108 664.8 Q F0(This command, as seen in the pre)9.33 E(vious e) --.25 E(xample, terminates an)-.15 E F1($if)2.5 E F0(command.)2.5 E F1 -($else)108 681.6 Q F0(Commands in this branch of the)15.45 E F1($if)2.5 -E F0(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E -.15(xe)-.15 G -(cuted if the test f).15 E(ails.)-.1 E F1($include)108 698.4 Q F0 .356 -(This directi)144 710.4 R .656 -.15(ve t)-.25 H(ak).15 E .356 -(es a single \214lename as an ar)-.1 F .357 -(gument and reads commands and bindings from that)-.18 F 2.5(\214le. F) -144 722.4 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3 --.15(ve w)-.25 H(ould read).05 E F2(/etc/inputr)2.5 E(c)-.37 E F0(:)A -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(40)190.95 E 0 Cg EP -%%Page: 41 41 +(ey s)-.1 H .396(equence that quotes the).15 F(current or pre)180 648 Q +(vious w)-.25 E(ord in)-.1 E F1(bash)2.5 E F0(:)A F1($if)180 672 Q F0 +(Bash)2.5 E 2.5(#Q)180 684 S(uote the current or pre)-2.5 E(vious w)-.25 +E(ord)-.1 E("\\C\255xq": "\\eb\\"\\ef\\"")180 696 Q F1($endif)180 708 Q +F0(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(42)192.055 E 0 Cg EP +%%Page: 43 43 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF($include)144 84 Q/F2 10/Times-Italic@0 SF -(/etc/inputr)5.833 E(c)-.37 E F1(Sear)87 100.8 Q(ching)-.18 E F0 .835 -(Readline pro)108 112.8 R .835 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF($endif)108 84 Q F0(This command, as seen in the pre)144 84 Q(vious e) +-.25 E(xample, terminates an)-.15 E F1($if)2.5 E F0(command.)2.5 E F1 +($else)108 100.8 Q F0(Commands in this branch of the)144 100.8 Q F1($if) +2.5 E F0(directi)2.5 E .3 -.15(ve a)-.25 H(re e).15 E -.15(xe)-.15 G +(cuted if the test f).15 E(ails.)-.1 E F1($include)108 117.6 Q F0 .356 +(This directi)144 129.6 R .656 -.15(ve t)-.25 H(ak).15 E .356 +(es a single \214lename as an ar)-.1 F .357 +(gument and reads commands and bindings from that)-.18 F 2.5(\214le. F) +144 141.6 R(or e)-.15 E(xample, the follo)-.15 E(wing directi)-.25 E .3 +-.15(ve w)-.25 H(ould read).05 E/F2 10/Times-Italic@0 SF(/etc/inputr)2.5 +E(c)-.37 E F0(:)A F1($include)144 165.6 Q F2(/etc/inputr)5.833 E(c)-.37 +E F1(Sear)87 182.4 Q(ching)-.18 E F0 .835(Readline pro)108 194.4 R .835 (vides commands for searching through the command history \(see)-.15 F /F3 9/Times-Bold@0 SF(HIST)3.334 E(OR)-.162 E(Y)-.315 E F0(belo)3.084 E -.834(w\) for lines)-.25 F(containing a speci\214ed string.)108 124.8 Q +.834(w\) for lines)-.25 F(containing a speci\214ed string.)108 206.4 Q (There are tw)5 E 2.5(os)-.1 G(earch modes:)-2.5 E F2(incr)2.51 E (emental)-.37 E F0(and)3.01 E F2(non-incr)2.5 E(emental)-.37 E F0(.).51 -E .697(Incremental searches be)108 141.6 R .697 +E .697(Incremental searches be)108 223.2 R .697 (gin before the user has \214nished typing the search string.)-.15 F .698(As each character of the)5.698 F .113 -(search string is typed, readline displays the ne)108 153.6 R .112 +(search string is typed, readline displays the ne)108 235.2 R .112 (xt entry from the history matching the string typed so f)-.15 F(ar)-.1 E 5.112(.A)-.55 G(n)-5.112 E .542 -(incremental search requires only as man)108 165.6 R 3.042(yc)-.15 G +(incremental search requires only as man)108 247.2 R 3.042(yc)-.15 G .542(haracters as needed to \214nd the desired history entry)-3.042 F 5.542(.T)-.65 G .542(he char)-5.542 F(-)-.2 E .224 -(acters present in the v)108 177.6 R .224(alue of the)-.25 F F1(isear) +(acters present in the v)108 259.2 R .224(alue of the)-.25 F F1(isear) 2.724 E(ch-terminators)-.18 E F0 -.25(va)2.724 G .224 (riable are used to terminate an incremental search.).25 F .66 -(If that v)108 189.6 R .66(ariable has not been assigned a v)-.25 F .66 +(If that v)108 271.2 R .66(ariable has not been assigned a v)-.25 F .66 (alue the Escape and Control-J characters will terminate an incre-)-.25 -F .097(mental search.)108 201.6 R .096(Control-G will abort an incremen\ +F .097(mental search.)108 283.2 R .096(Control-G will abort an incremen\ tal search and restore the original line.)5.097 F .096 (When the search is)5.096 F(terminated, the history entry containing th\ -e search string becomes the current line.)108 213.6 Q 2.938 -.8(To \214) -108 230.4 T 1.339(nd other matching entries in the history list, type C\ -ontrol-S or Control-R as appropriate.).8 F 1.339(This will)6.339 F .675 -(search backw)108 242.4 R .675(ard or forw)-.1 F .675 +e search string becomes the current line.)108 295.2 Q 2.938 -.8(To \214) +108 312 T 1.339(nd other matching entries in the history list, type Con\ +trol-S or Control-R as appropriate.).8 F 1.339(This will)6.339 F .675 +(search backw)108 324 R .675(ard or forw)-.1 F .675 (ard in the history for the ne)-.1 F .674 (xt entry matching the search string typed so f)-.15 F(ar)-.1 E 5.674 -(.A)-.55 G -.15(ny)-5.674 G .174(other k)108 254.4 R .474 -.15(ey s)-.1 -H .174 +(.A)-.55 G -.15(ny)-5.674 G .174(other k)108 336 R .474 -.15(ey s)-.1 H +.174 (equence bound to a readline command will terminate the search and e).15 F -.15(xe)-.15 G .175(cute that command.).15 F -.15(Fo)5.175 G(r).15 E -.541(instance, a)108 266.4 R F2(ne)3.041 E(wline)-.15 E F0 .541 +.541(instance, a)108 348 R F2(ne)3.041 E(wline)-.15 E F0 .541 (will terminate the search and accept the line, thereby e)3.041 F -.15 -(xe)-.15 G .54(cuting the command from the).15 F(history list.)108 278.4 -Q .653(Readline remembers the last incremental search string.)108 295.2 -R .653(If tw)5.653 F 3.153(oC)-.1 G .653(ontrol-Rs are typed without an) +(xe)-.15 G .54(cuting the command from the).15 F(history list.)108 360 Q +.653(Readline remembers the last incremental search string.)108 376.8 R +.653(If tw)5.653 F 3.153(oC)-.1 G .653(ontrol-Rs are typed without an) -3.153 F 3.153(yi)-.15 G(nterv)-3.153 E(en-)-.15 E -(ing characters de\214ning a ne)108 307.2 Q 2.5(ws)-.25 G +(ing characters de\214ning a ne)108 388.8 Q 2.5(ws)-.25 G (earch string, an)-2.5 E 2.5(yr)-.15 G(emembered search string is used.) -2.5 E .567(Non-incremental searches read the entire search string befo\ -re starting to search for matching history lines.)108 324 R(The search \ -string may be typed by the user or be part of the contents of the curre\ -nt line.)108 336 Q F1(Readline Command Names)87 352.8 Q F0 1.391 -(The follo)108 364.8 R 1.391 +re starting to search for matching history lines.)108 405.6 R(The searc\ +h string may be typed by the user or be part of the contents of the cur\ +rent line.)108 417.6 Q F1(Readline Command Names)87 434.4 Q F0 1.391 +(The follo)108 446.4 R 1.391 (wing is a list of the names of the commands and the def)-.25 F 1.391 (ault k)-.1 F 1.691 -.15(ey s)-.1 H 1.391(equences to which the).15 F -3.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 376.8 R .122 +3.892(ya)-.15 G(re)-3.892 E 2.622(bound. Command)108 458.4 R .122 (names without an accompan)2.622 F .122(ying k)-.15 F .421 -.15(ey s)-.1 H .121(equence are unbound by def).15 F 2.621(ault. In)-.1 F .121 -(the follo)2.621 F(wing)-.25 E(descriptions,)108 388.8 Q F2(point)3.41 E +(the follo)2.621 F(wing)-.25 E(descriptions,)108 470.4 Q F2(point)3.41 E F0 .91(refers to the current cursor position, and)3.41 F F2(mark)3.411 E F0 .911(refers to a cursor position sa)3.411 F -.15(ve)-.2 G 3.411(db) -.15 G 3.411(yt)-3.411 G(he)-3.411 E F1(set\255mark)108 400.8 Q F0 2.5 +.15 G 3.411(yt)-3.411 G(he)-3.411 E F1(set\255mark)108 482.4 Q F0 2.5 (command. The)2.5 F(te)2.5 E (xt between the point and mark is referred to as the)-.15 E F2 -.37(re) -2.5 G(gion)-.03 E F0(.)A F1(Commands f)87 417.6 Q(or Mo)-.25 E(ving)-.1 -E(beginning\255of\255line \(C\255a\))108 429.6 Q F0(Mo)144 441.6 Q .3 +2.5 G(gion)-.03 E F0(.)A F1(Commands f)87 499.2 Q(or Mo)-.25 E(ving)-.1 +E(beginning\255of\255line \(C\255a\))108 511.2 Q F0(Mo)144 523.2 Q .3 -.15(ve t)-.15 H 2.5(ot).15 G(he start of the current line.)-2.5 E F1 -(end\255of\255line \(C\255e\))108 453.6 Q F0(Mo)144 465.6 Q .3 -.15 +(end\255of\255line \(C\255e\))108 535.2 Q F0(Mo)144 547.2 Q .3 -.15 (ve t)-.15 H 2.5(ot).15 G(he end of the line.)-2.5 E F1 -.25(fo)108 -477.6 S(rward\255char \(C\255f\)).25 E F0(Mo)144 489.6 Q .3 -.15(ve f) +559.2 S(rward\255char \(C\255f\)).25 E F0(Mo)144 571.2 Q .3 -.15(ve f) -.15 H(orw).15 E(ard a character)-.1 E(.)-.55 E F1 -(backward\255char \(C\255b\))108 501.6 Q F0(Mo)144 513.6 Q .3 -.15(ve b) --.15 H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 525.6 S(rward\255w) -.25 E(ord \(M\255f\))-.1 E F0(Mo)144 537.6 Q .823 -.15(ve f)-.15 H(orw) +(backward\255char \(C\255b\))108 583.2 Q F0(Mo)144 595.2 Q .3 -.15(ve b) +-.15 H(ack a character).15 E(.)-.55 E F1 -.25(fo)108 607.2 S(rward\255w) +.25 E(ord \(M\255f\))-.1 E F0(Mo)144 619.2 Q .823 -.15(ve f)-.15 H(orw) .15 E .523(ard to the end of the ne)-.1 F .523(xt w)-.15 F 3.023(ord. W) -.1 F .522(ords are composed of alphanumeric characters \(let-)-.8 F -(ters and digits\).)144 549.6 Q F1(backward\255w)108 561.6 Q -(ord \(M\255b\))-.1 E F0(Mo)144 573.6 Q 1.71 -.15(ve b)-.15 H 1.41 +(ters and digits\).)144 631.2 Q F1(backward\255w)108 643.2 Q +(ord \(M\255b\))-.1 E F0(Mo)144 655.2 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 585.6 Q F1(shell\255f)108 597.6 -Q(orward\255w)-.25 E(ord)-.1 E F0(Mo)144 609.6 Q .784 -.15(ve f)-.15 H +(characters \(letters and digits\).)144 667.2 Q F1(shell\255f)108 679.2 +Q(orward\255w)-.25 E(ord)-.1 E F0(Mo)144 691.2 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 621.6 Q F1(shell\255backward\255w)108 633.6 Q(ord)-.1 E -F0(Mo)144 645.6 Q .908 -.15(ve b)-.15 H .609 -(ack to the start of the current or pre).15 F .609(vious w)-.25 F 3.109 -(ord. W)-.1 F .609(ords are delimited by non-quoted shell)-.8 F -(metacharacters.)144 657.6 Q F1(clear\255scr)108 669.6 Q(een \(C\255l\)) --.18 E F0 .993(Clear the screen lea)144 681.6 R .993 -(ving the current line at the top of the screen.)-.2 F -.4(Wi)5.993 G -.993(th an ar).4 F .993(gument, refresh the)-.18 F -(current line without clearing the screen.)144 693.6 Q F1 -.18(re)108 -705.6 S(draw\255curr).18 E(ent\255line)-.18 E F0 -(Refresh the current line.)144 717.6 Q(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(41)190.95 E 0 Cg EP -%%Page: 42 42 +-.8 F(ters.)144 703.2 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E +(43)192.055 E 0 Cg EP +%%Page: 44 44 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(Commands f)87 84 Q -(or Manipulating the History)-.25 E(accept\255line \(Newline, Retur)108 -96 Q(n\))-.15 E F0 .158(Accept the line re)144 108 R -.05(ga)-.15 G .158 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(shell\255backward\255w)108 84 Q(ord)-.1 E F0(Mo)144 96 Q .908 -.15 +(ve b)-.15 H .609(ack to the start of the current or pre).15 F .609 +(vious w)-.25 F 3.109(ord. W)-.1 F .609 +(ords are delimited by non-quoted shell)-.8 F(metacharacters.)144 108 Q +F1(clear\255scr)108 120 Q(een \(C\255l\))-.18 E F0 .993 +(Clear the screen lea)144 132 R .993 +(ving the current line at the top of the screen.)-.2 F -.4(Wi)5.993 G +.993(th an ar).4 F .993(gument, refresh the)-.18 F +(current line without clearing the screen.)144 144 Q F1 -.18(re)108 156 +S(draw\255curr).18 E(ent\255line)-.18 E F0(Refresh the current line.)144 +168 Q F1(Commands f)87 184.8 Q(or Manipulating the History)-.25 E +(accept\255line \(Newline, Retur)108 196.8 Q(n\))-.15 E F0 .158 +(Accept the line re)144 208.8 R -.05(ga)-.15 G .158 (rdless of where the cursor is.).05 F .158(If this line is non-empty) 5.158 F 2.659(,a)-.65 G .159(dd it to the history list)-2.659 F .699 -(according to the state of the)144 120 R/F2 9/Times-Bold@0 SF(HISTCONTR) -3.199 E(OL)-.27 E F0 -.25(va)2.949 G 3.199(riable. If).25 F .699 -(the line is a modi\214ed history line, then)3.199 F -(restore the history line to its original state.)144 132 Q F1(pr)108 144 -Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0(Fetch the pre)144 -156 Q(vious command from the history list, mo)-.25 E -(ving back in the list.)-.15 E F1(next\255history \(C\255n\))108 168 Q -F0(Fetch the ne)144 180 Q(xt command from the history list, mo)-.15 E -(ving forw)-.15 E(ard in the list.)-.1 E F1 -(beginning\255of\255history \(M\255<\))108 192 Q F0(Mo)144 204 Q .3 -.15 -(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.)-.65 E -F1(end\255of\255history \(M\255>\))108 216 Q F0(Mo)144 228 Q .3 -.15 -(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5(,i)-.65 -G(.e., the line currently being entered.)-2.5 E F1 -2.29 -.18(re v)108 -240 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 1.47 -(Search backw)144 252 R 1.471(ard starting at the current line and mo) --.1 F 1.471(ving `up' through the history as necessary)-.15 F(.)-.65 E -(This is an incremental search.)144 264 Q F1 -.25(fo)108 276 S +(according to the state of the)144 220.8 R/F2 9/Times-Bold@0 SF +(HISTCONTR)3.199 E(OL)-.27 E F0 -.25(va)2.949 G 3.199(riable. If).25 F +.699(the line is a modi\214ed history line, then)3.199 F +(restore the history line to its original state.)144 232.8 Q F1(pr)108 +244.8 Q -.15(ev)-.18 G(ious\255history \(C\255p\)).15 E F0 +(Fetch the pre)144 256.8 Q(vious command from the history list, mo)-.25 +E(ving back in the list.)-.15 E F1(next\255history \(C\255n\))108 268.8 +Q F0(Fetch the ne)144 280.8 Q(xt command from the history list, mo)-.15 +E(ving forw)-.15 E(ard in the list.)-.1 E F1 +(beginning\255of\255history \(M\255<\))108 292.8 Q F0(Mo)144 304.8 Q .3 +-.15(ve t)-.15 H 2.5(ot).15 G(he \214rst line in the history)-2.5 E(.) +-.65 E F1(end\255of\255history \(M\255>\))108 316.8 Q F0(Mo)144 328.8 Q +.3 -.15(ve t)-.15 H 2.5(ot).15 G(he end of the input history)-2.5 E 2.5 +(,i)-.65 G(.e., the line currently being entered.)-2.5 E F1 -2.29 -.18 +(re v)108 340.8 T(erse\255sear).08 E(ch\255history \(C\255r\))-.18 E F0 +1.47(Search backw)144 352.8 R 1.471 +(ard starting at the current line and mo)-.1 F 1.471 +(ving `up' through the history as necessary)-.15 F(.)-.65 E +(This is an incremental search.)144 364.8 Q F1 -.25(fo)108 376.8 S (rward\255sear).25 E(ch\255history \(C\255s\))-.18 E F0 1.132 -(Search forw)144 288 R 1.132(ard starting at the current line and mo)-.1 -F 1.131(ving `do)-.15 F 1.131(wn' through the history as necessary)-.25 -F(.)-.65 E(This is an incremental search.)144 300 Q F1(non\255incr)108 -312 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H(rse\255sear).15 E -(ch\255history \(M\255p\))-.18 E F0 .164(Search backw)144 324 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 336 S(tring supplied by the user)-2.5 E -(.)-.55 E F1(non\255incr)108 348 Q(emental\255f)-.18 E(orward\255sear) --.25 E(ch\255history \(M\255n\))-.18 E F0 1.354(Search forw)144 360 R -1.354(ard through the history using a non-incremental search for a stri\ -ng supplied by the)-.1 F(user)144 372 Q(.)-.55 E F1(history\255sear)108 -384 Q(ch\255f)-.18 E(orward)-.25 E F0 .248(Search forw)144 396 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 408 Q -(This is a non-incremental search.)5 E F1(history\255sear)108 420 Q -(ch\255backward)-.18 E F0 .951(Search backw)144 432 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 444 Q -(This is a non-incremental search.)5 E F1(yank\255nth\255ar)108 456 Q -2.5(g\()-.1 G<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 468 -R .622(gument to the pre)-.18 F .622 +(Search forw)144 388.8 R 1.132(ard starting at the current line and mo) +-.1 F 1.131(ving `do)-.15 F 1.131(wn' through the history as necessary) +-.25 F(.)-.65 E(This is an incremental search.)144 400.8 Q F1 +(non\255incr)108 412.8 Q(emental\255r)-.18 E -2.3 -.15(ev e)-.18 H +(rse\255sear).15 E(ch\255history \(M\255p\))-.18 E F0 .164(Search backw) +144 424.8 R .164(ard through the history starting at the current line u\ +sing a non-incremental search for)-.1 F 2.5(as)144 436.8 S +(tring supplied by the user)-2.5 E(.)-.55 E F1(non\255incr)108 448.8 Q +(emental\255f)-.18 E(orward\255sear)-.25 E(ch\255history \(M\255n\))-.18 +E F0 1.354(Search forw)144 460.8 R 1.354(ard through the history using \ +a non-incremental search for a string supplied by the)-.1 F(user)144 +472.8 Q(.)-.55 E F1(history\255sear)108 484.8 Q(ch\255f)-.18 E(orward) +-.25 E F0 .248(Search forw)144 496.8 R .249(ard through the history for\ + the string of characters between the start of the current line)-.1 F +(and the point.)144 508.8 Q(This is a non-incremental search.)5 E F1 +(history\255sear)108 520.8 Q(ch\255backward)-.18 E F0 .951(Search backw) +144 532.8 R .951(ard through the history for the string of characters b\ +etween the start of the current)-.1 F(line and the point.)144 544.8 Q +(This is a non-incremental search.)5 E F1(yank\255nth\255ar)108 556.8 Q +2.5(g\()-.1 G<4dad43ad7929>-2.5 E F0 .622(Insert the \214rst ar)144 +568.8 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 .795(at point.)144 480 R -.4(Wi)5.795 G .794 +.622(vious line\))-.25 F .795(at point.)144 580.8 R -.4(Wi)5.795 G .794 (th an ar).4 F(gument)-.18 E/F3 10/Times-Italic@0 SF(n)3.294 E F0 3.294 (,i).24 G .794(nsert the)-3.294 F F3(n)3.294 E F0 .794(th w)B .794 (ord from the pre)-.1 F .794(vious command \(the w)-.25 F .794 -(ords in the)-.1 F(pre)144 492 Q .291(vious command be)-.25 F .291 +(ords in the)-.1 F(pre)144 592.8 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 F3(n)2.791 E F0 .291(th w)B .292 -(ord from the end of)-.1 F .282(the pre)144 504 R .282(vious command.) +(ord from the end of)-.1 F .282(the pre)144 604.8 R .282(vious command.) -.25 F .282(Once the ar)5.282 F(gument)-.18 E F3(n)2.781 E F0 .281 (is computed, the ar)2.781 F .281(gument is e)-.18 F .281 -(xtracted as if the "!)-.15 F F3(n)A F0(")A(history e)144 516 Q -(xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 528 Q +(xtracted as if the "!)-.15 F F3(n)A F0(")A(history e)144 616.8 Q +(xpansion had been speci\214ed.)-.15 E F1(yank\255last\255ar)108 628.8 Q 2.5(g\()-.1 G -1.667(M\255. ,)-2.5 F -1.667(M\255_ \))2.5 F F0 1.307 -(Insert the last ar)144 540 R 1.307(gument to the pre)-.18 F 1.307 +(Insert the last ar)144 640.8 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 552 S .204(th a numeric ar).4 -F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F(e) --.1 E F1(yank\255nth\255ar)2.704 E(g)-.1 E F0 5.203(.S)C(uccessi)-5.203 -E .503 -.15(ve c)-.25 H .203(alls to).15 F F1(yank\255last\255ar)2.703 E -(g)-.1 E F0(mo)144 564 Q .806 -.15(ve b)-.15 H .507 +(vious history entry\).)-.25 F -.4(Wi)144 652.8 S .204(th a numeric ar) +.4 F .204(gument, beha)-.18 F .504 -.15(ve ex)-.2 H .204(actly lik).15 F +(e)-.1 E F1(yank\255nth\255ar)2.704 E(g)-.1 E F0 5.203(.S)C(uccessi) +-5.203 E .503 -.15(ve c)-.25 H .203(alls to).15 F F1(yank\255last\255ar) +2.703 E(g)-.1 E F0(mo)144 664.8 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 -1.397(to the \214rst call\) of each line in turn.)144 576 R(An)6.396 E +1.397(to the \214rst call\) of each line in turn.)144 676.8 R(An)6.396 E 3.896(yn)-.15 G 1.396(umeric ar)-3.896 F 1.396 (gument supplied to these successi)-.18 F 1.696 -.15(ve c)-.25 H(alls) -.15 E .491(determines the direction to mo)144 588 R .791 -.15(ve t)-.15 -H .491(hrough the history).15 F 5.492(.A)-.65 G(ne)-2.5 E -.05(ga)-.15 G -(ti).05 E .792 -.15(ve a)-.25 H -.18(rg).15 G .492 +.15 E .491(determines the direction to mo)144 688.8 R .791 -.15(ve t) +-.15 H .491(hrough the history).15 F 5.492(.A)-.65 G(ne)-2.5 E -.05(ga) +-.15 G(ti).05 E .792 -.15(ve a)-.25 H -.18(rg).15 G .492 (ument switches the direction).18 F .494 -(through the history \(back or forw)144 600 R 2.994(ard\). The)-.1 F +(through the history \(back or forw)144 700.8 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 -612 S(rd, as if the "!$" history e).1 E(xpansion had been speci\214ed.) --.15 E F1(shell\255expand\255line \(M\255C\255e\))108 624 Q F0 .622 -(Expand the line as the shell does.)144 636 R .622 +712.8 S(rd, as if the "!$" history e).1 E +(xpansion had been speci\214ed.)-.15 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(44)192.055 E 0 Cg EP +%%Page: 45 45 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(shell\255expand\255line \(M\255C\255e\))108 84 Q F0 .622 +(Expand the line as the shell does.)144 96 R .622 (This performs alias and history e)5.622 F .623 -(xpansion as well as all of the)-.15 F(shell w)144 648 Q(ord e)-.1 E 2.5 -(xpansions. See)-.15 F F2(HIST)2.5 E(OR)-.162 E 2.25(YE)-.315 G(XP)-2.25 -E(ANSION)-.666 E F0(belo)2.25 E 2.5(wf)-.25 G +(xpansion as well as all of the)-.15 F(shell w)144 108 Q(ord e)-.1 E 2.5 +(xpansions. See)-.15 F/F2 9/Times-Bold@0 SF(HIST)2.5 E(OR)-.162 E 2.25 +(YE)-.315 G(XP)-2.25 E(ANSION)-.666 E F0(belo)2.25 E 2.5(wf)-.25 G (or a description of history e)-2.5 E(xpansion.)-.15 E F1 -(history\255expand\255line \(M\255^\))108 660 Q F0 .939 -(Perform history e)144 672 R .939(xpansion on the current line.)-.15 F +(history\255expand\255line \(M\255^\))108 120 Q F0 .939 +(Perform history e)144 132 R .939(xpansion on the current line.)-.15 F (See)5.939 E F2(HIST)3.439 E(OR)-.162 E 3.189(YE)-.315 G(XP)-3.189 E (ANSION)-.666 E F0(belo)3.189 E 3.438(wf)-.25 G .938(or a descrip-) --3.438 F(tion of history e)144 684 Q(xpansion.)-.15 E F1(magic\255space) -108 696 Q F0 1.626(Perform history e)144 708 R 1.626 +-3.438 F(tion of history e)144 144 Q(xpansion.)-.15 E F1(magic\255space) +108 156 Q F0 1.626(Perform history e)144 168 R 1.626 (xpansion on the current line and insert a space.)-.15 F(See)6.627 E F2 (HIST)4.127 E(OR)-.162 E 3.877(YE)-.315 G(XP)-3.877 E(ANSION)-.666 E F0 -(belo)144 720 Q 2.5(wf)-.25 G(or a description of history e)-2.5 E -(xpansion.)-.15 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(42) -190.95 E 0 Cg EP -%%Page: 43 43 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(alias\255expand\255line)108 84 Q F0 .395 -(Perform alias e)144 96 R .395(xpansion on the current line.)-.15 F(See) -5.395 E/F2 9/Times-Bold@0 SF(ALIASES)2.895 E F0(abo)2.645 E .694 -.15 -(ve f)-.15 H .394(or a description of alias e).15 F(xpan-)-.15 E(sion.) -144 108 Q F1(history\255and\255alias\255expand\255line)108 120 Q F0 -(Perform history and alias e)144 132 Q(xpansion on the current line.) --.15 E F1(insert\255last\255ar)108 144 Q(gument \(M\255.)-.1 E 2.5(,M) -.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 156 S(ynon)-2.5 E(ym for) +(belo)144 180 Q 2.5(wf)-.25 G(or a description of history e)-2.5 E +(xpansion.)-.15 E F1(alias\255expand\255line)108 192 Q F0 .395 +(Perform alias e)144 204 R .395(xpansion on the current line.)-.15 F +(See)5.395 E F2(ALIASES)2.895 E F0(abo)2.645 E .694 -.15(ve f)-.15 H +.394(or a description of alias e).15 F(xpan-)-.15 E(sion.)144 216 Q F1 +(history\255and\255alias\255expand\255line)108 228 Q F0 +(Perform history and alias e)144 240 Q(xpansion on the current line.) +-.15 E F1(insert\255last\255ar)108 252 Q(gument \(M\255.)-.1 E 2.5(,M) +.833 G -1.667(\255_ \))-2.5 F F0 2.5(As)144 264 S(ynon)-2.5 E(ym for) -.15 E F1(yank\255last\255ar)2.5 E(g)-.1 E F0(.)A F1 -(operate\255and\255get\255next \(C\255o\))108 168 Q F0 .947 -(Accept the current line for e)144 180 R -.15(xe)-.15 G .948 +(operate\255and\255get\255next \(C\255o\))108 276 Q F0 .947 +(Accept the current line for e)144 288 R -.15(xe)-.15 G .948 (cution and fetch the ne).15 F .948(xt line relati)-.15 F 1.248 -.15 (ve t)-.25 H 3.448(ot).15 G .948(he current line from the)-3.448 F -(history for editing.)144 192 Q(An)5 E 2.5(ya)-.15 G -.18(rg)-2.5 G +(history for editing.)144 300 Q(An)5 E 2.5(ya)-.15 G -.18(rg)-2.5 G (ument is ignored.).18 E F1 -(edit\255and\255execute\255command \(C\255xC\255e\))108 204 Q F0(In)144 -216 Q -.2(vo)-.4 G 1.226 -.1(ke a).2 H 3.526(ne).1 G 1.026 +(edit\255and\255execute\255command \(C\255xC\255e\))108 312 Q F0(In)144 +324 Q -.2(vo)-.4 G 1.226 -.1(ke a).2 H 3.526(ne).1 G 1.026 (ditor on the current command line, and e)-3.526 F -.15(xe)-.15 G 1.026 (cute the result as shell commands.).15 F F1(Bash)6.026 E F0 -(attempts to in)144 228 Q -.2(vo)-.4 G -.1(ke).2 G F2($VISU)2.6 E(AL) +(attempts to in)144 336 Q -.2(vo)-.4 G -.1(ke).2 G F2($VISU)2.6 E(AL) -.54 E/F3 9/Times-Roman@0 SF(,)A F2($EDIT)2.25 E(OR)-.162 E F3(,)A F0 (and)2.25 E/F4 10/Times-Italic@0 SF(emacs)2.5 E F0(as the editor)2.5 E 2.5(,i)-.4 G 2.5(nt)-2.5 G(hat order)-2.5 E(.)-.55 E F1(Commands f)87 -244.8 Q(or Changing T)-.25 E(ext)-.92 E F4(end\255of\255\214le)108 256.8 +352.8 Q(or Changing T)-.25 E(ext)-.92 E F4(end\255of\255\214le)108 364.8 Q F1(\(usually C\255d\))2.5 E F0 .798 -(The character indicating end-of-\214le as set, for e)144 268.8 R .799 +(The character indicating end-of-\214le as set, for e)144 376.8 R .799 (xample, by)-.15 F/F5 10/Courier@0 SF(stty)3.299 E F0 5.799(.I)C 3.299 (ft)-5.799 G .799(his character is read when)-3.299 F .592 -(there are no characters on the line, and point is at the be)144 280.8 R +(there are no characters on the line, and point is at the be)144 388.8 R .592(ginning of the line, Readline interprets it)-.15 F -(as the end of input and returns)144 292.8 Q F2(EOF)2.5 E F3(.)A F1 -(delete\255char \(C\255d\))108 304.8 Q F0 .441 -(Delete the character at point.)144 316.8 R .442 +(as the end of input and returns)144 400.8 Q F2(EOF)2.5 E F3(.)A F1 +(delete\255char \(C\255d\))108 412.8 Q F0 .441 +(Delete the character at point.)144 424.8 R .442 (If this function is bound to the same character as the tty)5.441 F F1 -(EOF)2.942 E F0(char)2.942 E(-)-.2 E(acter)144 328.8 Q 2.5(,a)-.4 G(s) +(EOF)2.942 E F0(char)2.942 E(-)-.2 E(acter)144 436.8 Q 2.5(,a)-.4 G(s) -2.5 E F1(C\255d)2.5 E F0(commonly is, see abo)2.5 E .3 -.15(ve f)-.15 H (or the ef).15 E(fects.)-.25 E F1(backward\255delete\255char \(Rubout\)) -108 340.8 Q F0 .553(Delete the character behind the cursor)144 352.8 R +108 448.8 Q F0 .553(Delete the character behind the cursor)144 460.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 364.8 Q F1 --.25(fo)108 376.8 S(rward\255backward\255delete\255char).25 E F0 .473 -(Delete the character under the cursor)144 388.8 R 2.973(,u)-.4 G .474 +(he deleted te).15 F .552(xt on)-.15 F(the kill ring.)144 472.8 Q F1 +-.25(fo)108 484.8 S(rward\255backward\255delete\255char).25 E F0 .473 +(Delete the character under the cursor)144 496.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 400.8 Q F1 -(quoted\255insert \(C\255q, C\255v\))108 412.8 Q F0 .779(Add the ne)144 -424.8 R .779(xt character typed to the line v)-.15 F 3.279 +(character behind the cursor is deleted.)144 508.8 Q F1 +(quoted\255insert \(C\255q, C\255v\))108 520.8 Q F0 .779(Add the ne)144 +532.8 R .779(xt character typed to the line v)-.15 F 3.279 (erbatim. This)-.15 F .779(is ho)3.279 F 3.279(wt)-.25 G 3.279(oi)-3.279 G .779(nsert characters lik)-3.279 F(e)-.1 E F1(C\255q)3.278 E F0 3.278 -(,f)C(or)-3.278 E -.15(ex)144 436.8 S(ample.).15 E F1 -(tab\255insert \(C\255v T)108 448.8 Q(AB\))-.9 E F0 -(Insert a tab character)144 460.8 Q(.)-.55 E F1 -(self\255insert \(a, b, A, 1, !, ...\))108 472.8 Q F0 -(Insert the character typed.)144 484.8 Q F1 -(transpose\255chars \(C\255t\))108 496.8 Q F0 .321 -(Drag the character before point forw)144 508.8 R .321(ard o)-.1 F -.15 +(,f)C(or)-3.278 E -.15(ex)144 544.8 S(ample.).15 E F1 +(tab\255insert \(C\255v T)108 556.8 Q(AB\))-.9 E F0 +(Insert a tab character)144 568.8 Q(.)-.55 E F1 +(self\255insert \(a, b, A, 1, !, ...\))108 580.8 Q F0 +(Insert the character typed.)144 592.8 Q F1 +(transpose\255chars \(C\255t\))108 604.8 Q F0 .321 +(Drag the character before point forw)144 616.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 1.182 (If point is at the end of the line, then this transposes the tw)144 -520.8 R 3.682(oc)-.1 G 1.182(haracters before point.)-3.682 F(Ne)6.182 E --.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G(ar)144 532.8 Q(guments ha)-.18 E +628.8 R 3.682(oc)-.1 G 1.182(haracters before point.)-3.682 F(Ne)6.182 E +-.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G(ar)144 640.8 Q(guments ha)-.18 E .3 -.15(ve n)-.2 H 2.5(oe).15 G -.25(ff)-2.5 G(ect.).25 E F1 -(transpose\255w)108 544.8 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 -556.8 R .023(ord before point past the w)-.1 F .023(ord after point, mo) +(transpose\255w)108 652.8 Q(ords \(M\255t\))-.1 E F0 .023(Drag the w)144 +664.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 568.8 Q 2.5 -(ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 580.8 Q +(is at the end of the line, this transposes the last tw)144 676.8 Q 2.5 +(ow)-.1 G(ords on the line.)-2.6 E F1(upcase\255w)108 688.8 Q (ord \(M\255u\))-.1 E F0 1.699(Uppercase the current \(or follo)144 -592.8 R 1.698(wing\) w)-.25 F 4.198(ord. W)-.1 F 1.698(ith a ne)-.4 F +700.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 604.8 S(rd, b).1 -E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1(do)108 616.8 Q -(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 628.8 Q 1.647 -(wercase the current \(or follo)-.25 F 1.647(wing\) w)-.25 F 4.147 +(ument, uppercase the pre).18 F(vious)-.25 E -.1(wo)144 712.8 S(rd, b).1 +E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E(GNU Bash 4.4)72 768 +Q(2016 August 26)142.895 E(45)192.055 E 0 Cg EP +%%Page: 46 46 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(do)108 84 Q(wncase\255w)-.1 E(ord \(M\255l\))-.1 E F0(Lo)144 96 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 640.8 S(rd, b).1 E(ut do not mo)-.2 E .3 --.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 652.8 Q -(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 -664.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 676.8 S(rd, b) -.1 E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108 -688.8 S(rwrite\255mode).1 E F0 -.8(To)144 700.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 +-.25 F(vious)-.25 E -.1(wo)144 108 S(rd, b).1 E(ut do not mo)-.2 E .3 +-.15(ve p)-.15 H(oint.).15 E F1(capitalize\255w)108 120 Q +(ord \(M\255c\))-.1 E F0 1.975(Capitalize the current \(or follo)144 132 +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 144 S(rd, b).1 +E(ut do not mo)-.2 E .3 -.15(ve p)-.15 H(oint.).15 E F1 -.1(ove)108 156 +S(rwrite\255mode).1 E F0 -.8(To)144 168 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 712.8 S .781(th an e).4 F .781(xplicit non-positi)-.15 F 1.081 +(Wi)144 180 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 724.8 Q F1(emacs)4.394 E F0(mode;)4.394 E F1(vi) +(fects)-.25 E(only)144 192 Q F1(emacs)4.394 E F0(mode;)4.394 E F1(vi) 4.394 E F0 1.894(mode does o)4.394 F -.15(ve)-.15 G 1.894(rwrite dif).15 -F(ferently)-.25 E 6.894(.E)-.65 G 1.894(ach call to)-6.894 F F4 -.37(re) -4.395 G(adline\(\)).37 E F0 1.895(starts in insert)4.395 F(GNU Bash 4.3) -72 768 Q(2014 February 2)141.79 E(43)190.95 E 0 Cg EP -%%Page: 44 44 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 3.969(mode. In)144 84 R -.15(ove)3.969 G 1.469 -(rwrite mode, characters bound to).15 F/F1 10/Times-Bold@0 SF -(self\255insert)3.969 E F0 1.468(replace the te)3.969 F 1.468 -(xt at point rather than)-.15 F .957(pushing the te)144 96 R .957 -(xt to the right.)-.15 F .958(Characters bound to)5.957 F F1 -(backward\255delete\255char)3.458 E F0 .958(replace the character)3.458 -F(before point with a space.)144 108 Q(By def)5 E -(ault, this command is unbound.)-.1 E F1(Killing and Y)87 124.8 Q -(anking)-.85 E(kill\255line \(C\255k\))108 136.8 Q F0(Kill the te)144 -148.8 Q(xt from point to the end of the line.)-.15 E F1 -(backward\255kill\255line \(C\255x Rubout\))108 160.8 Q F0(Kill backw) -144 172.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1 -(unix\255line\255discard \(C\255u\))108 184.8 Q F0(Kill backw)144 196.8 +F(ferently)-.25 E 6.894(.E)-.65 G 1.894(ach call to)-6.894 F/F2 10 +/Times-Italic@0 SF -.37(re)4.395 G(adline\(\)).37 E F0 1.895 +(starts in insert)4.395 F 3.969(mode. In)144 204 R -.15(ove)3.969 G +1.469(rwrite mode, characters bound to).15 F F1(self\255insert)3.969 E +F0 1.468(replace the te)3.969 F 1.468(xt at point rather than)-.15 F +.957(pushing the te)144 216 R .957(xt to the right.)-.15 F .958 +(Characters bound to)5.957 F F1(backward\255delete\255char)3.458 E F0 +.958(replace the character)3.458 F(before point with a space.)144 228 Q +(By def)5 E(ault, this command is unbound.)-.1 E F1(Killing and Y)87 +244.8 Q(anking)-.85 E(kill\255line \(C\255k\))108 256.8 Q F0 +(Kill the te)144 268.8 Q(xt from point to the end of the line.)-.15 E F1 +(backward\255kill\255line \(C\255x Rubout\))108 280.8 Q F0(Kill backw) +144 292.8 Q(ard to the be)-.1 E(ginning of the line.)-.15 E F1 +(unix\255line\255discard \(C\255u\))108 304.8 Q F0(Kill backw)144 316.8 Q(ard from point to the be)-.1 E(ginning of the line.)-.15 E (The killed te)5 E(xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt) --2.5 G(he kill-ring.)-2.5 E F1(kill\255whole\255line)108 208.8 Q F0 +-2.5 G(he kill-ring.)-2.5 E F1(kill\255whole\255line)108 328.8 Q F0 (Kill all characters on the current line, no matter where point is.)144 -220.8 Q F1(kill\255w)108 232.8 Q(ord \(M\255d\))-.1 E F0 .729 -(Kill from point to the end of the current w)144 244.8 R .728 +340.8 Q F1(kill\255w)108 352.8 Q(ord \(M\255d\))-.1 E F0 .729 +(Kill from point to the end of the current w)144 364.8 R .728 (ord, or if between w)-.1 F .728(ords, to the end of the ne)-.1 F .728 -(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 256.8 S +(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 376.8 S (rd boundaries are the same as those used by).8 E F1 -.25(fo)2.5 G -(rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 268.8 Q -(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 280.8 Q(ord behind point.) +(rward\255w).25 E(ord)-.1 E F0(.)A F1(backward\255kill\255w)108 388.8 Q +(ord \(M\255Rubout\))-.1 E F0(Kill the w)144 400.8 Q(ord behind point.) -.1 E -.8(Wo)5 G(rd boundaries are the same as those used by).8 E F1 -(backward\255w)2.5 E(ord)-.1 E F0(.)A F1(shell\255kill\255w)108 292.8 Q -(ord \(M\255d\))-.1 E F0 .728 -(Kill from point to the end of the current w)144 304.8 R .729 -(ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F .729 -(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 316.8 S +(backward\255w)2.5 E(ord)-.1 E F0(.)A F1(shell\255kill\255w)108 412.8 Q +(ord)-.1 E F0 .728(Kill from point to the end of the current w)144 424.8 +R .729(ord, or if between w)-.1 F .729(ords, to the end of the ne)-.1 F +.729(xt w)-.15 F(ord.)-.1 E -.8(Wo)144 436.8 S (rd boundaries are the same as those used by).8 E F1(shell\255f)2.5 E (orward\255w)-.25 E(ord)-.1 E F0(.)A F1(shell\255backward\255kill\255w) -108 328.8 Q(ord \(M\255Rubout\))-.1 E F0 3.025(Kill the w)144 340.8 R -3.025(ord behind point.)-.1 F -.8(Wo)8.025 G 3.025 +108 448.8 Q(ord)-.1 E F0 3.025(Kill the w)144 460.8 R 3.025 +(ord behind point.)-.1 F -.8(Wo)8.025 G 3.025 (rd boundaries are the same as those used by).8 F F1(shell\255back-) -5.525 E(ward\255w)144 352.8 Q(ord)-.1 E F0(.)A F1(unix\255w)108 364.8 Q -(ord\255rubout \(C\255w\))-.1 E F0 .364(Kill the w)144 376.8 R .364 +5.525 E(ward\255w)144 472.8 Q(ord)-.1 E F0(.)A F1(unix\255w)108 484.8 Q +(ord\255rubout \(C\255w\))-.1 E F0 .364(Kill the w)144 496.8 R .364 (ord behind point, using white space as a w)-.1 F .365(ord boundary)-.1 F 5.365(.T)-.65 G .365(he killed te)-5.365 F .365(xt is sa)-.15 F -.15 (ve)-.2 G 2.865(do).15 G 2.865(nt)-2.865 G(he)-2.865 E(kill-ring.)144 -388.8 Q F1(unix\255\214lename\255rubout)108 400.8 Q F0 .167(Kill the w) -144 412.8 R .166 +508.8 Q F1(unix\255\214lename\255rubout)108 520.8 Q F0 .167(Kill the w) +144 532.8 R .166 (ord behind point, using white space and the slash character as the w) --.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 424.8 Q +-.1 F .166(ord boundaries.)-.1 F(The)5.166 E(killed te)144 544.8 Q (xt is sa)-.15 E -.15(ve)-.2 G 2.5(do).15 G 2.5(nt)-2.5 G(he kill-ring.) --2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 436.8 Q F0 -(Delete all spaces and tabs around point.)144 448.8 Q F1(kill\255r)108 -460.8 Q(egion)-.18 E F0(Kill the te)144 472.8 Q(xt in the current re) --.15 E(gion.)-.15 E F1(copy\255r)108 484.8 Q(egion\255as\255kill)-.18 E -F0(Cop)144 496.8 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E +-2.5 E F1(delete\255horizontal\255space \(M\255\\\))108 556.8 Q F0 +(Delete all spaces and tabs around point.)144 568.8 Q F1(kill\255r)108 +580.8 Q(egion)-.18 E F0(Kill the te)144 592.8 Q(xt in the current re) +-.15 E(gion.)-.15 E F1(copy\255r)108 604.8 Q(egion\255as\255kill)-.18 E +F0(Cop)144 616.8 Q 2.5(yt)-.1 G(he te)-2.5 E(xt in the re)-.15 E (gion to the kill b)-.15 E(uf)-.2 E(fer)-.25 E(.)-.55 E F1 -(copy\255backward\255w)108 508.8 Q(ord)-.1 E F0(Cop)144 520.8 Q 4.8(yt) +(copy\255backward\255w)108 628.8 Q(ord)-.1 E F0(Cop)144 640.8 Q 4.8(yt) -.1 G 2.3(he w)-4.8 F 2.3(ord before point to the kill b)-.1 F(uf)-.2 E (fer)-.25 E 7.301(.T)-.55 G 2.301(he w)-7.301 F 2.301 (ord boundaries are the same as)-.1 F F1(back-)4.801 E(ward\255w)144 -532.8 Q(ord)-.1 E F0(.)A F1(copy\255f)108 544.8 Q(orward\255w)-.25 E -(ord)-.1 E F0(Cop)144 556.8 Q 4.508(yt)-.1 G 2.008(he w)-4.508 F 2.008 +652.8 Q(ord)-.1 E F0(.)A F1(copy\255f)108 664.8 Q(orward\255w)-.25 E +(ord)-.1 E F0(Cop)144 676.8 Q 4.508(yt)-.1 G 2.008(he w)-4.508 F 2.008 (ord follo)-.1 F 2.008(wing point to the kill b)-.25 F(uf)-.2 E(fer)-.25 E 7.007(.T)-.55 G 2.007(he w)-7.007 F 2.007 (ord boundaries are the same as)-.1 F F1 -.25(fo)4.507 G -.37(r-).25 G -(ward\255w)144 568.8 Q(ord)-.1 E F0(.)A F1(yank \(C\255y\))108 580.8 Q -F0 -1(Ya)144 592.8 S(nk the top of the kill ring into the b)1 E(uf)-.2 E -(fer at point.)-.25 E F1(yank\255pop \(M\255y\))108 604.8 Q F0 -(Rotate the kill ring, and yank the ne)144 616.8 Q 2.5(wt)-.25 G 2.5 +(ward\255w)144 688.8 Q(ord)-.1 E F0(.)A F1(yank \(C\255y\))108 700.8 Q +F0 -1(Ya)144 712.8 S(nk the top of the kill ring into the b)1 E(uf)-.2 E +(fer at point.)-.25 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(46) +192.055 E 0 Cg EP +%%Page: 47 47 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(yank\255pop \(M\255y\))108 84 Q F0 +(Rotate the kill ring, and yank the ne)144 96 Q 2.5(wt)-.25 G 2.5 (op. Only)-2.5 F -.1(wo)2.5 G(rks follo).1 E(wing)-.25 E F1(yank)2.5 E -F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 633.6 Q -(guments)-.1 E(digit\255ar)108 645.6 Q -(gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .641 -(Add this digit to the ar)144 657.6 R .641 -(gument already accumulating, or start a ne)-.18 F 3.141(wa)-.25 G -.18 -(rg)-3.141 G 3.142(ument. M\255\255).18 F .642(starts a ne)3.142 F(g-) --.15 E(ati)144 669.6 Q .3 -.15(ve a)-.25 H -.18(rg).15 G(ument.).18 E F1 -(uni)108 681.6 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0 .779 -(This is another w)144 693.6 R .779(ay to specify an ar)-.1 F 3.279 -(gument. If)-.18 F .779(this command is follo)3.279 F .778 +F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 112.8 Q +(guments)-.1 E(digit\255ar)108 124.8 Q +(gument \(M\2550, M\2551, ..., M\255\255\))-.1 E F0 .367 +(Add this digit to the ar)144 136.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 148.8 Q .3 -.15(ve a)-.25 H -.18(rg).15 G +(ument.).18 E F1(uni)108 160.8 Q -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 +E F0 .779(This is another w)144 172.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 -705.6 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144 -717.6 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F1(uni) +184.8 R 3.876(gument. If)-.18 F 1.376(the command is fol-)3.876 F(lo)144 +196.8 Q 1.17(wed by digits, e)-.25 F -.15(xe)-.15 G(cuting).15 E F1(uni) 3.67 E -.1(ve)-.1 G(rsal\255ar).1 E(gument)-.1 E F0(ag)3.67 E 1.17 (ain ends the numeric ar)-.05 F 1.17(gument, b)-.18 F 1.17(ut is other) --.2 F(-)-.2 E .898(wise ignored.)144 729.6 R .898 +-.2 F(-)-.2 E .898(wise ignored.)144 208.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(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(44)190.95 E 0 Cg EP -%%Page: 45 45 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .243(neither a digit or minus sign, the ar)144 84 R .243 -(gument count for the ne)-.18 F .243(xt command is multiplied by four) --.15 F 5.242(.T)-.55 G(he)-5.242 E(ar)144 96 Q .378 -(gument count is initially one, so e)-.18 F -.15(xe)-.15 G .378 -(cuting this function the \214rst time mak).15 F .378(es the ar)-.1 F -.378(gument count)-.18 F(four)144 108 Q 2.5(,as)-.4 G(econd time mak) --2.5 E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E/F1 10 -/Times-Bold@0 SF(Completing)87 124.8 Q(complete \(T)108 136.8 Q(AB\))-.9 -E F0 1.137(Attempt to perform completion on the te)144 148.8 R 1.137 +(wed by a character that is)-.25 F 1.23 +(neither a digit nor minus sign, the ar)144 220.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 232.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 244.8 Q 2.5(,as)-.4 G(econd time mak)-2.5 +E(es the ar)-.1 E(gument count sixteen, and so on.)-.18 E F1(Completing) +87 261.6 Q(complete \(T)108 273.6 Q(AB\))-.9 E F0 1.137 +(Attempt to perform completion on the te)144 285.6 R 1.137 (xt before point.)-.15 F F1(Bash)6.137 E F0 1.137 -(attempts completion treating the)3.637 F(te)144 160.8 Q .532(xt as a v) +(attempts completion treating the)3.637 F(te)144 297.6 Q .532(xt as a v) -.15 F .532(ariable \(if the te)-.25 F .532(xt be)-.15 F .533(gins with) -.15 F F1($)3.033 E F0 .533(\), username \(if the te)B .533(xt be)-.15 F .533(gins with)-.15 F F1(~)3.033 E F0 .533(\), hostname \(if the)B(te) -144 172.8 Q .702(xt be)-.15 F .702(gins with)-.15 F F1(@)3.202 E F0 .701 +144 309.6 Q .702(xt be)-.15 F .702(gins with)-.15 F F1(@)3.202 E F0 .701 (\), or command \(including aliases and functions\) in turn.)B .701 (If none of these pro-)5.701 F -(duces a match, \214lename completion is attempted.)144 184.8 Q F1 -(possible\255completions \(M\255?\))108 196.8 Q F0 -(List the possible completions of the te)144 208.8 Q(xt before point.) --.15 E F1(insert\255completions \(M\255*\))108 220.8 Q F0 .783 -(Insert all completions of the te)144 232.8 R .783 +(duces a match, \214lename completion is attempted.)144 321.6 Q F1 +(possible\255completions \(M\255?\))108 333.6 Q F0 +(List the possible completions of the te)144 345.6 Q(xt before point.) +-.15 E F1(insert\255completions \(M\255*\))108 357.6 Q F0 .783 +(Insert all completions of the te)144 369.6 R .783 (xt before point that w)-.15 F .783(ould ha)-.1 F 1.083 -.15(ve b)-.2 H .783(een generated by).15 F F1(possible\255com-)3.283 E(pletions)144 -244.8 Q F0(.)A F1(menu\255complete)108 256.8 Q F0 .929(Similar to)144 -268.8 R F1(complete)3.429 E F0 3.429(,b)C .929(ut replaces the w)-3.629 +381.6 Q F0(.)A F1(menu\255complete)108 393.6 Q F0 .929(Similar to)144 +405.6 R F1(complete)3.429 E F0 3.429(,b)C .929(ut replaces the w)-3.629 F .929(ord to be completed with a single match from the list of)-.1 F -1.193(possible completions.)144 280.8 R 1.193(Repeated e)6.193 F -.15 +1.193(possible completions.)144 417.6 R 1.193(Repeated e)6.193 F -.15 (xe)-.15 G 1.193(cution of).15 F F1(menu\255complete)3.694 E F0 1.194 (steps through the list of possible)3.694 F .829 -(completions, inserting each match in turn.)144 292.8 R .828 +(completions, inserting each match in turn.)144 429.6 R .828 (At the end of the list of completions, the bell is rung)5.828 F .727 -(\(subject to the setting of)144 304.8 R F1(bell\255style)3.227 E F0 +(\(subject to the setting of)144 441.6 R F1(bell\255style)3.227 E F0 3.227(\)a)C .727(nd the original te)-3.227 F .727(xt is restored.)-.15 F .727(An ar)5.727 F .727(gument of)-.18 F/F2 10/Times-Italic@0 SF(n)3.227 E F0(mo)3.227 E -.15(ve)-.15 G(s).15 E F2(n)3.228 E F0 1.73 -(positions forw)144 316.8 R 1.73(ard in the list of matches; a ne)-.1 F +(positions forw)144 453.6 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 328.8 Q(This command is intended to be bound to) +E(through the list.)144 465.6 Q(This command is intended to be bound to) 5 E F1 -.9(TA)2.5 G(B).9 E F0 2.5(,b)C(ut is unbound by def)-2.7 E -(ault.)-.1 E F1(menu\255complete\255backward)108 340.8 Q F0 .82 -(Identical to)144 352.8 R F1(menu\255complete)3.32 E F0 3.32(,b)C .82 +(ault.)-.1 E F1(menu\255complete\255backward)108 477.6 Q F0 .82 +(Identical to)144 489.6 R F1(menu\255complete)3.32 E F0 3.32(,b)C .82 (ut mo)-3.52 F -.15(ve)-.15 G 3.32(sb).15 G(ackw)-3.32 E .82 (ard through the list of possible completions, as if)-.1 F F1 -(menu\255complete)144 364.8 Q F0(had been gi)2.5 E -.15(ve)-.25 G 2.5 +(menu\255complete)144 501.6 Q F0(had been gi)2.5 E -.15(ve)-.25 G 2.5 (nan).15 G -2.25 -.15(eg a)-2.5 H(ti).15 E .3 -.15(ve a)-.25 H -.18(rg) .15 G 2.5(ument. This).18 F(command is unbound by def)2.5 E(ault.)-.1 E -F1(delete\255char\255or\255list)108 376.8 Q F0 .234 -(Deletes the character under the cursor if not at the be)144 388.8 R +F1(delete\255char\255or\255list)108 513.6 Q F0 .234 +(Deletes the character under the cursor if not at the be)144 525.6 R .234(ginning or end of the line \(lik)-.15 F(e)-.1 E F1(delete\255char) -2.734 E F0(\).)A .425(If at the end of the line, beha)144 400.8 R -.15 +2.734 E F0(\).)A .425(If at the end of the line, beha)144 537.6 R -.15 (ve)-.2 G 2.925(si).15 G .425(dentically to)-2.925 F F1 (possible\255completions)2.925 E F0 5.425(.T)C .425 -(his command is unbound)-5.425 F(by def)144 412.8 Q(ault.)-.1 E F1 -(complete\255\214lename \(M\255/\))108 424.8 Q F0 -(Attempt \214lename completion on the te)144 436.8 Q(xt before point.) --.15 E F1(possible\255\214lename\255completions \(C\255x /\))108 448.8 Q -F0(List the possible completions of the te)144 460.8 Q +(his command is unbound)-5.425 F(by def)144 549.6 Q(ault.)-.1 E F1 +(complete\255\214lename \(M\255/\))108 561.6 Q F0 +(Attempt \214lename completion on the te)144 573.6 Q(xt before point.) +-.15 E F1(possible\255\214lename\255completions \(C\255x /\))108 585.6 Q +F0(List the possible completions of the te)144 597.6 Q (xt before point, treating it as a \214lename.)-.15 E F1 -(complete\255user)108 472.8 Q(name \(M\255~\))-.15 E F0 -(Attempt completion on the te)144 484.8 Q +(complete\255user)108 609.6 Q(name \(M\255~\))-.15 E F0 +(Attempt completion on the te)144 621.6 Q (xt before point, treating it as a username.)-.15 E F1(possible\255user) -108 496.8 Q(name\255completions \(C\255x ~\))-.15 E F0 -(List the possible completions of the te)144 508.8 Q +108 633.6 Q(name\255completions \(C\255x ~\))-.15 E F0 +(List the possible completions of the te)144 645.6 Q (xt before point, treating it as a username.)-.15 E F1(complete\255v)108 -520.8 Q(ariable \(M\255$\))-.1 E F0(Attempt completion on the te)144 -532.8 Q(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E -F1(possible\255v)108 544.8 Q(ariable\255completions \(C\255x $\))-.1 E -F0(List the possible completions of the te)144 556.8 Q +657.6 Q(ariable \(M\255$\))-.1 E F0(Attempt completion on the te)144 +669.6 Q(xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E +F1(possible\255v)108 681.6 Q(ariable\255completions \(C\255x $\))-.1 E +F0(List the possible completions of the te)144 693.6 Q (xt before point, treating it as a shell v)-.15 E(ariable.)-.25 E F1 -(complete\255hostname \(M\255@\))108 568.8 Q F0 -(Attempt completion on the te)144 580.8 Q -(xt before point, treating it as a hostname.)-.15 E F1 -(possible\255hostname\255completions \(C\255x @\))108 592.8 Q F0 -(List the possible completions of the te)144 604.8 Q +(complete\255hostname \(M\255@\))108 705.6 Q F0 +(Attempt completion on the te)144 717.6 Q +(xt before point, treating it as a hostname.)-.15 E(GNU Bash 4.4)72 768 +Q(2016 August 26)142.895 E(47)192.055 E 0 Cg EP +%%Page: 48 48 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(possible\255hostname\255completions \(C\255x @\))108 84 Q F0 +(List the possible completions of the te)144 96 Q (xt before point, treating it as a hostname.)-.15 E F1 -(complete\255command \(M\255!\))108 616.8 Q F0 .581 -(Attempt completion on the te)144 628.8 R .581 +(complete\255command \(M\255!\))108 108 Q F0 .581 +(Attempt completion on the te)144 120 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 640.8 R +(Command comple-)5.58 F .715(tion attempts to match the te)144 132 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 652.8 Q -.15(xe)-.15 G +(\214nally e)144 144 Q -.15(xe)-.15 G (cutable \214lenames, in that order).15 E(.)-.55 E F1 -(possible\255command\255completions \(C\255x !\))108 664.8 Q F0 -(List the possible completions of the te)144 676.8 Q +(possible\255command\255completions \(C\255x !\))108 156 Q F0 +(List the possible completions of the te)144 168 Q (xt before point, treating it as a command name.)-.15 E F1 -(dynamic\255complete\255history \(M\255T)108 688.8 Q(AB\))-.9 E F0 .425 -(Attempt completion on the te)144 700.8 R .425 +(dynamic\255complete\255history \(M\255T)108 180 Q(AB\))-.9 E F0 .425 +(Attempt completion on the te)144 192 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 712.8 Q(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(45)190.95 E 0 Cg EP -%%Page: 46 46 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(dab)108 84 Q(br)-.1 E -.15(ev)-.18 G -(\255expand).15 E F0 .61(Attempt menu completion on the te)144 96 R .611 +(for possible completion matches.)144 204 Q F1(dab)108 216 Q(br)-.1 E +-.15(ev)-.18 G(\255expand).15 E F0 .61 +(Attempt menu completion on the te)144 228 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 108 Q F1 -(complete\255into\255braces \(M\255{\))108 120 Q F0 .4(Perform \214lena\ +(tory list for possible completion matches.)144 240 Q F1 +(complete\255into\255braces \(M\255{\))108 252 Q F0 .4(Perform \214lena\ me completion and insert the list of possible completions enclosed with\ -in braces so)144 132 R(the list is a)144 144 Q -.25(va)-.2 G +in braces so)144 264 R(the list is a)144 276 Q -.25(va)-.2 G (ilable to the shell \(see).25 E F1(Brace Expansion)2.5 E F0(abo)2.5 E --.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 160.8 S(yboard Macr).25 E(os)-.18 -E(start\255kbd\255macr)108 172.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) -.833 E F0(Be)144 184.8 Q(gin sa)-.15 E +-.15(ve)-.15 G(\).).15 E F1 -.25(Ke)87 292.8 S(yboard Macr).25 E(os)-.18 +E(start\255kbd\255macr)108 304.8 Q 2.5(o\()-.18 G(C\255x \()-2.5 E(\)) +.833 E F0(Be)144 316.8 Q(gin sa)-.15 E (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G -(board macro.).15 E F1(end\255kbd\255macr)108 196.8 Q 2.5(o\()-.18 G -(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 208.8 Q +(board macro.).15 E F1(end\255kbd\255macr)108 328.8 Q 2.5(o\()-.18 G +(C\255x \))-2.5 E(\)).833 E F0(Stop sa)144 340.8 Q (ving the characters typed into the current k)-.2 E -.15(ey)-.1 G (board macro and store the de\214nition.).15 E F1 -(call\255last\255kbd\255macr)108 220.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5 -E F0(Re-e)144 232.8 Q -.15(xe)-.15 G .999(cute the last k).15 F -.15(ey) +(call\255last\255kbd\255macr)108 352.8 Q 2.5(o\()-.18 G(C\255x e\))-2.5 +E F0(Re-e)144 364.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 244.8 Q -.15(ey)-.1 G(board.).15 -E F1(print\255last\255kbd\255macr)108 256.8 Q 2.5(o\()-.18 G(\))-2.5 E -F0(Print the last k)144 268.8 Q -.15(ey)-.1 G + appear as if).15 F(typed at the k)144 376.8 Q -.15(ey)-.1 G(board.).15 +E F1(print\255last\255kbd\255macr)108 388.8 Q 2.5(o\()-.18 G(\))-2.5 E +F0(Print the last k)144 400.8 Q -.15(ey)-.1 G (board macro de\214ned in a format suitable for the).15 E/F2 10 /Times-Italic@0 SF(inputr)2.5 E(c)-.37 E F0(\214le.)2.5 E F1 -(Miscellaneous)87 285.6 Q -.18(re)108 297.6 S.18 E +(Miscellaneous)87 417.6 Q -.18(re)108 429.6 S.18 E (ead\255init\255\214le \(C\255x C\255r\))-.18 E F0 1.777 -(Read in the contents of the)144 309.6 R F2(inputr)4.277 E(c)-.37 E F0 +(Read in the contents of the)144 441.6 R F2(inputr)4.277 E(c)-.37 E F0 1.776(\214le, and incorporate an)4.276 F 4.276(yb)-.15 G 1.776 (indings or v)-4.276 F 1.776(ariable assignments)-.25 F(found there.)144 -321.6 Q F1(abort \(C\255g\))108 333.6 Q F0 3.248 -(Abort the current editing command and ring the terminal')144 345.6 R +453.6 Q F1(abort \(C\255g\))108 465.6 Q F0 3.248 +(Abort the current editing command and ring the terminal')144 477.6 R 5.749(sb)-.55 G 3.249(ell \(subject to the setting of)-5.749 F F1 -(bell\255style)144 357.6 Q F0(\).)A F1(do\255upper)108 369.6 Q +(bell\255style)144 489.6 Q F0(\).)A F1(do\255upper)108 501.6 Q (case\255v)-.18 E(ersion \(M\255a, M\255b, M\255)-.1 E F2(x)A F1 2.5(,.) -C(..\))-2.5 E F0 1.756(If the meta\214ed character)144 381.6 R F2(x) +C(..\))-2.5 E F0 1.756(If the meta\214ed character)144 513.6 R F2(x) 4.256 E F0 1.755(is lo)4.256 F 1.755 (wercase, run the command that is bound to the corresponding)-.25 F -(uppercase character)144 393.6 Q(.)-.55 E F1(pr)108 405.6 Q -(e\214x\255meta \(ESC\))-.18 E F0(Metafy the ne)144 417.6 Q +(uppercase character)144 525.6 Q(.)-.55 E F1(pr)108 537.6 Q +(e\214x\255meta \(ESC\))-.18 E F0(Metafy the ne)144 549.6 Q (xt character typed.)-.15 E/F3 9/Times-Bold@0 SF(ESC)5 E F1(f)2.25 E F0 (is equi)2.5 E -.25(va)-.25 G(lent to).25 E F1(Meta\255f)2.5 E F0(.)A F1 -(undo \(C\255_, C\255x C\255u\))108 429.6 Q F0 -(Incremental undo, separately remembered for each line.)144 441.6 Q F1 --2.29 -.18(re v)108 453.6 T(ert\255line \(M\255r\)).08 E F0 1.095 -(Undo all changes made to this line.)144 465.6 R 1.095(This is lik)6.095 +(undo \(C\255_, C\255x C\255u\))108 561.6 Q F0 +(Incremental undo, separately remembered for each line.)144 573.6 Q F1 +-2.29 -.18(re v)108 585.6 T(ert\255line \(M\255r\)).08 E F0 1.095 +(Undo all changes made to this line.)144 597.6 R 1.095(This is lik)6.095 F 3.595(ee)-.1 G -.15(xe)-3.745 G 1.095(cuting the).15 F F1(undo)3.595 E F0 1.095(command enough times to)3.595 F -(return the line to its initial state.)144 477.6 Q F1 -(tilde\255expand \(M\255&\))108 489.6 Q F0(Perform tilde e)144 501.6 Q +(return the line to its initial state.)144 609.6 Q F1 +(tilde\255expand \(M\255&\))108 621.6 Q F0(Perform tilde e)144 633.6 Q (xpansion on the current w)-.15 E(ord.)-.1 E F1 -(set\255mark \(C\255@, M\255\))108 513.6 Q F0 -(Set the mark to the point.)144 525.6 Q(If a numeric ar)5 E +(set\255mark \(C\255@, M\255\))108 645.6 Q F0 +(Set the mark to the point.)144 657.6 Q(If a numeric ar)5 E (gument is supplied, the mark is set to that position.)-.18 E F1 -(exchange\255point\255and\255mark \(C\255x C\255x\))108 537.6 Q F0(Sw) -144 549.6 Q .283(ap the point with the mark.)-.1 F .283 +(exchange\255point\255and\255mark \(C\255x C\255x\))108 669.6 Q F0(Sw) +144 681.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 561.6 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F1 -(character\255sear)108 573.6 Q(ch \(C\255]\))-.18 E F0 3.035(Ac)144 -585.6 S .535(haracter is read and point is mo)-3.035 F -.15(ve)-.15 G +144 693.6 Q -.15(ve)-.2 G 2.5(da).15 G 2.5(st)-2.5 G(he mark.)-2.5 E F1 +(character\255sear)108 705.6 Q(ch \(C\255]\))-.18 E F0 3.035(Ac)144 +717.6 S .535(haracter is read and point is mo)-3.035 F -.15(ve)-.15 G 3.035(dt).15 G 3.035(ot)-3.035 G .535(he ne)-3.035 F .535 (xt occurrence of that character)-.15 F 5.536(.A)-.55 G(ne)-2.5 E -.05 (ga)-.15 G(ti).05 E .836 -.15(ve c)-.25 H(ount).15 E(searches for pre) -144 597.6 Q(vious occurrences.)-.25 E F1(character\255sear)108 609.6 Q -(ch\255backward \(M\255C\255]\))-.18 E F0 3.544(Ac)144 621.6 S 1.044 -(haracter is read and point is mo)-3.544 F -.15(ve)-.15 G 3.544(dt).15 G -3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044 -(vious occurrence of that character)-.25 F 6.043(.A)-.55 G(ne)-2.5 E --.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G -(count searches for subsequent occurrences.)144 633.6 Q F1 -(skip\255csi\255sequence)108 645.6 Q F0 1.826 -(Read enough characters to consume a multi-k)144 657.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 669.6 R -.791(Such sequences be)5.791 F .791 -(gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F -.331(If this sequence is bound to "\\[", k)144 681.6 R -.15(ey)-.1 G -2.831(sp).15 G .331(roducing such sequences will ha)-2.831 F .632 -.15 -(ve n)-.2 H 2.832(oe).15 G -.25(ff)-2.832 G .332(ect unless e).25 F -(xplic-)-.15 E .026(itly bound to a readline command, instead of insert\ -ing stray characters into the editing b)144 693.6 R(uf)-.2 E(fer)-.25 E -5.026(.T)-.55 G(his)-5.026 E(is unbound by def)144 705.6 Q(ault, b)-.1 E -(ut usually bound to ESC\255[.)-.2 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(46)190.95 E 0 Cg EP -%%Page: 47 47 +144 729.6 Q(vious occurrences.)-.25 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(48)192.055 E 0 Cg EP +%%Page: 49 49 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(insert\255comment \(M\255#\))108 84 Q F0 --.4(Wi)144 96 S .48(thout a numeric ar).4 F .48(gument, the v)-.18 F -.481(alue of the readline)-.25 F F1(comment\255begin)2.981 E F0 -.25(va) -2.981 G .481(riable is inserted at the).25 F(be)144 108 Q .098 -(ginning of the current line.)-.15 F .098(If a numeric ar)5.098 F .097 -(gument is supplied, this command acts as a toggle:)-.18 F(if)5.097 E -.321(the characters at the be)144 120 R .321 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(character\255sear)108 84 Q(ch\255backward \(M\255C\255]\))-.18 E F0 +3.544(Ac)144 96 S 1.044(haracter is read and point is mo)-3.544 F -.15 +(ve)-.15 G 3.544(dt).15 G 3.544(ot)-3.544 G 1.044(he pre)-3.544 F 1.044 +(vious occurrence of that character)-.25 F 6.043(.A)-.55 G(ne)-2.5 E +-.05(ga)-.15 G(ti).05 E -.15(ve)-.25 G +(count searches for subsequent occurrences.)144 108 Q F1 +(skip\255csi\255sequence)108 120 Q F0 1.826 +(Read enough characters to consume a multi-k)144 132 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 144 R .791 +(Such sequences be)5.791 F .791 +(gin with a Control Sequence Indicator \(CSI\), usually ESC\255[.)-.15 F +.331(If this sequence is bound to "\\[", k)144 156 R -.15(ey)-.1 G 2.831 +(sp).15 G .331(roducing such sequences will ha)-2.831 F .632 -.15(ve n) +-.2 H 2.832(oe).15 G -.25(ff)-2.832 G .332(ect unless e).25 F(xplic-) +-.15 E .026(itly bound to a readline command, instead of inserting stra\ +y characters into the editing b)144 168 R(uf)-.2 E(fer)-.25 E 5.026(.T) +-.55 G(his)-5.026 E(is unbound by def)144 180 Q(ault, b)-.1 E +(ut usually bound to ESC\255[.)-.2 E F1(insert\255comment \(M\255#\))108 +192 Q F0 -.4(Wi)144 204 S .48(thout a numeric ar).4 F .48(gument, the v) +-.18 F .481(alue of the readline)-.25 F F1(comment\255begin)2.981 E F0 +-.25(va)2.981 G .481(riable is inserted at the).25 F(be)144 216 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 228 R .321 (ginning of the line do not match the v)-.15 F .321(alue of)-.25 F F1 (comment\255begin)2.821 E F0 2.822(,t)C .322(he v)-2.822 F .322(alue is) --.25 F .832(inserted, otherwise the characters in)144 132 R F1 +-.25 F .832(inserted, otherwise the characters in)144 240 R F1 (comment\255begin)3.332 E F0 .831(are deleted from the be)3.332 F .831 (ginning of the line.)-.15 F 1.468 -(In either case, the line is accepted as if a ne)144 144 R 1.468 +(In either case, the line is accepted as if a ne)144 252 R 1.468 (wline had been typed.)-.25 F 1.469(The def)6.469 F 1.469(ault v)-.1 F -1.469(alue of)-.25 F F1(com-)3.969 E(ment\255begin)144 156 Q F0 .84 +1.469(alue of)-.25 F F1(com-)3.969 E(ment\255begin)144 264 Q F0 .84 (causes this command to mak)3.34 F 3.339(et)-.1 G .839 (he current line a shell comment.)-3.339 F .839(If a numeric ar)5.839 F -(gu-)-.18 E(ment causes the comment character to be remo)144 168 Q -.15 +(gu-)-.18 E(ment causes the comment character to be remo)144 276 Q -.15 (ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G -(cuted by the shell.).15 E F1(glob\255complete\255w)108 180 Q -(ord \(M\255g\))-.1 E F0 .791(The w)144 192 R .791 +(cuted by the shell.).15 E F1(glob\255complete\255w)108 288 Q +(ord \(M\255g\))-.1 E F0 .791(The w)144 300 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 204 +(xpansion, with an asterisk implicitly)-.15 F 2.5(appended. This)144 312 R(pattern is used to generate a list of matching \214lenames for possib\ -le completions.)2.5 E F1(glob\255expand\255w)108 216 Q(ord \(C\255x *\)) --.1 E F0 .176(The w)144 228 R .176 +le completions.)2.5 E F1(glob\255expand\255w)108 324 Q(ord \(C\255x *\)) +-.1 E F0 .176(The w)144 336 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 240 R 3.016(ord. If)-.1 F 3.016 +(names is inserted, replacing the w)144 348 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 252 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\)) -108 264 Q F0 .923(The list of e)144 276 R .923(xpansions that w)-.15 F +144 360 Q(xpansion.)-.15 E F1(glob\255list\255expansions \(C\255x g\)) +108 372 Q F0 .923(The list of e)144 384 R .923(xpansions that w)-.15 F .923(ould ha)-.1 F 1.223 -.15(ve b)-.2 H .923(een generated by).15 F F1 (glob\255expand\255w)3.423 E(ord)-.1 E F0 .923(is displayed, and)3.423 F -.872(the line is redra)144 288 R 3.372(wn. If)-.15 F 3.372(an)3.372 G +.872(the line is redra)144 396 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 300 S(pansion.).15 E F1(dump\255functions)108 312 Q F0 .627 -(Print all of the functions and their k)144 324 R .927 -.15(ey b)-.1 H +(ex)144 408 S(pansion.).15 E F1(dump\255functions)108 420 Q F0 .627 +(Print all of the functions and their k)144 432 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 336 Q +(ment is supplied, the output is formatted in such a w)144 444 Q (ay that it can be made part of an)-.1 E/F2 10/Times-Italic@0 SF(inputr) -2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 348 Q(ariables)-.1 E F0 -1.799(Print all of the settable readline v)144 360 R 1.799 +2.5 E(c)-.37 E F0(\214le.)2.5 E F1(dump\255v)108 456 Q(ariables)-.1 E F0 +1.799(Print all of the settable readline v)144 468 R 1.799 (ariables and their v)-.25 F 1.8(alues to the readline output stream.) --.25 F 1.8(If a)6.8 F .305(numeric ar)144 372 R .304 +-.25 F 1.8(If a)6.8 F .305(numeric ar)144 480 R .304 (gument is supplied, the output is formatted in such a w)-.18 F .304 -(ay that it can be made part of an)-.1 F F2(inputr)144 384 Q(c)-.37 E F0 -(\214le.)2.5 E F1(dump\255macr)108 396 Q(os)-.18 E F0 .592 -(Print all of the readline k)144 408 R .892 -.15(ey s)-.1 H .592 +(ay that it can be made part of an)-.1 F F2(inputr)144 492 Q(c)-.37 E F0 +(\214le.)2.5 E F1(dump\255macr)108 504 Q(os)-.18 E F0 .592 +(Print all of the readline k)144 516 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 420 Q +3.093(utput. If)-3.093 F 3.093(an)3.093 G(umeric)-3.093 E(ar)144 528 Q .528(gument is supplied, the output is formatted in such a w)-.18 F .528 (ay that it can be made part of an)-.1 F F2(inputr)3.027 E(c)-.37 E F0 -(\214le.)144 432 Q F1(display\255shell\255v)108 444 Q -(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 456 Q +(\214le.)144 540 Q F1(display\255shell\255v)108 552 Q +(ersion \(C\255x C\255v\))-.1 E F0(Display v)144 564 Q (ersion information about the current instance of)-.15 E F1(bash)2.5 E -F0(.)A F1(Pr)87 472.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 -484.8 R .147(ord completion is attempted for an ar)-.1 F .147 +F0(.)A F1(Pr)87 580.8 Q(ogrammable Completion)-.18 E F0 .146(When w)108 +592.8 R .147(ord completion is attempted for an ar)-.1 F .147 (gument to a command for which a completion speci\214cation \(a)-.18 F -F2(compspec)108 496.8 Q F0 3.829(\)h)C 1.329 +F2(compspec)108 604.8 Q F0 3.829(\)h)C 1.329 (as been de\214ned using the)-3.829 F F1(complete)3.829 E F0 -.2(bu) 3.829 G 1.329(iltin \(see).2 F/F3 9/Times-Bold@0 SF 1.329(SHELL B)3.829 F(UIL)-.09 E 1.329(TIN COMMANDS)-.828 F F0(belo)3.579 E 1.328(w\), the) --.25 F(programmable completion f)108 508.8 Q(acilities are in)-.1 E -.2 +-.25 F(programmable completion f)108 616.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 525.6 R .497 +(First, the command name is identi\214ed.)108 633.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 -537.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233 +645.6 R .233(ginning of an empty line\), an)-.15 F 2.733(yc)-.15 G .233 (ompspec de\214ned with the)-2.733 F F12.733 E F0 .233(option to) 2.733 F F1(complete)2.733 E F0 .233(is used.)2.733 F .233(If a comp-) 5.233 F .481(spec has been de\214ned for that command, the compspec is \ -used to generate the list of possible completions)108 549.6 R .823 -(for the w)108 561.6 R 3.323(ord. If)-.1 F .823(the command w)3.323 F +used to generate the list of possible completions)108 657.6 R .823 +(for the w)108 669.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 573.6 R .367(no compspec is found fo\ +ed for)-.1 F 2.866(\214rst. If)108 681.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 585.6 Q .299(wing the \214nal slash.)-.25 F .298 +rtion)2.866 F(follo)108 693.6 Q .299(wing the \214nal slash.)-.25 F .298 (If those searches do not result in a compspec, an)5.299 F 2.798(yc)-.15 G .298(ompspec de\214ned with the)-2.798 F F12.798 E F0(option to) -108 597.6 Q F1(complete)2.5 E F0(is used as the def)2.5 E(ault.)-.1 E +108 705.6 Q F1(complete)2.5 E F0(is used as the def)2.5 E(ault.)-.1 E .817(Once a compspec has been found, it is used to generate the list of\ - matching w)108 614.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 626.4 Q(ault)-.1 E F1(bash) -2.5 E F0(completion as described abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 -E F1(Completing)2.5 E F0(is performed.)2.5 E .464 -(First, the actions speci\214ed by the compspec are used.)108 643.2 R + matching w)108 722.4 R 3.317(ords. If)-.1 F 3.317(ac)3.317 G .817 +(ompspec is not)-3.317 F(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E +(49)192.055 E 0 Cg EP +%%Page: 50 50 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(found, the def)108 +84 Q(ault)-.1 E/F1 10/Times-Bold@0 SF(bash)2.5 E F0 +(completion as described abo)2.5 E .3 -.15(ve u)-.15 H(nder).15 E F1 +(Completing)2.5 E F0(is performed.)2.5 E .464 +(First, the actions speci\214ed by the compspec are used.)108 100.8 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 655.2 R .595 +.463(ord being)-.1 F .595(completed are returned.)108 112.8 R .595 (When the)5.595 F F13.095 E F0(or)3.095 E F13.095 E F0 .596 (option is used for \214lename or directory name completion, the)3.095 F -(shell v)108 667.2 Q(ariable)-.25 E F3(FIGNORE)2.5 E F0 -(is used to \214lter the matches.)2.25 E(An)108 684 Q 4.084(yc)-.15 G -1.584(ompletions speci\214ed by a pathname e)-4.084 F 1.584 +(shell v)108 124.8 Q(ariable)-.25 E/F2 9/Times-Bold@0 SF(FIGNORE)2.5 E +F0(is used to \214lter the matches.)2.25 E(An)108 141.6 Q 4.084(yc)-.15 +G 1.584(ompletions speci\214ed by a pathname e)-4.084 F 1.584 (xpansion pattern to the)-.15 F F14.084 E F0 1.584 -(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 696 S +(option are generated ne)4.084 F 4.084(xt. The)-.15 F -.1(wo)108 153.6 S .554(rds generated by the pattern need not match the w).1 F .555 -(ord being completed.)-.1 F(The)5.555 E F3(GLOBIGNORE)3.055 E F0 .555 +(ord being completed.)-.1 F(The)5.555 E F2(GLOBIGNORE)3.055 E F0 .555 (shell v)2.805 F(ari-)-.25 E -(able is not used to \214lter the matches, b)108 708 Q(ut the)-.2 E F3 -(FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 724.8 Q +(able is not used to \214lter the matches, b)108 165.6 Q(ut the)-.2 E F2 +(FIGNORE)2.5 E F0 -.25(va)2.25 G(riable is used.).25 E(Ne)108 182.4 Q .321(xt, the string speci\214ed as the ar)-.15 F .321(gument to the)-.18 F F12.821 E F0 .32(option is considered.)2.821 F .32 -(The string is \214rst split using the)5.32 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(47)190.95 E 0 Cg EP -%%Page: 48 48 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .412(characters in the)108 84 R/F1 9/Times-Bold@0 SF(IFS)2.912 E -F0 .412(special v)2.662 F .412(ariable as delimiters.)-.25 F .412 -(Shell quoting is honored.)5.412 F .413(Each w)5.412 F .413 -(ord is then e)-.1 F(xpanded)-.15 E .092(using brace e)108 96 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 108 R 1.396(xpansion, as described abo)-.15 F 1.696 --.15(ve u)-.15 H(nder).15 E F1(EXP)3.896 E(ANSION)-.666 E/F2 9 -/Times-Roman@0 SF(.)A F0 1.396 -(The results are split using the rules described)5.896 F(abo)108 120 Q -.51 -.15(ve u)-.15 H(nder).15 E/F3 10/Times-Bold@0 SF -.75(Wo)2.71 G .21 +(The string is \214rst split using the)5.32 F .412(characters in the)108 +194.4 R F2(IFS)2.912 E F0 .412(special v)2.662 F .412 +(ariable as delimiters.)-.25 F .412(Shell quoting is honored.)5.412 F +.413(Each w)5.412 F .413(ord is then e)-.1 F(xpanded)-.15 E .092 +(using brace e)108 206.4 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 +218.4 R 1.396(xpansion, as described abo)-.15 F 1.696 -.15(ve u)-.15 H +(nder).15 E F2(EXP)3.896 E(ANSION)-.666 E/F3 9/Times-Roman@0 SF(.)A F0 +1.396(The results are split using the rules described)5.896 F(abo)108 +230.4 Q .51 -.15(ve u)-.15 H(nder).15 E F1 -.75(Wo)2.71 G .21 (rd Splitting).75 F F0 5.21(.T)C .209(he results of the e)-5.21 F .209 (xpansion are pre\214x-matched ag)-.15 F .209(ainst the w)-.05 F .209 -(ord being com-)-.1 F(pleted, and the matching w)108 132 Q +(ord being com-)-.1 F(pleted, and the matching w)108 242.4 Q (ords become the possible completions.)-.1 E 1.237 -(After these matches ha)108 148.8 R 1.537 -.15(ve b)-.2 H 1.237 +(After these matches ha)108 259.2 R 1.537 -.15(ve b)-.2 H 1.237 (een generated, an).15 F 3.737(ys)-.15 G 1.238 -(hell function or command speci\214ed with the)-3.737 F F33.738 E -F0(and)3.738 E F33.738 E F0 3.376(options is in)108 160.8 R -.2 +(hell function or command speci\214ed with the)-3.737 F F13.738 E +F0(and)3.738 E F13.738 E F0 3.376(options is in)108 271.2 R -.2 (vo)-.4 G -.1(ke).2 G 5.875(d. When).1 F 3.375 (the command or function is in)5.875 F -.2(vo)-.4 G -.1(ke).2 G 3.375 -(d, the).1 F F1(COMP_LINE)5.875 E F2(,)A F1(COMP_POINT)5.625 E F2(,)A F1 -(COMP_KEY)108 172.8 Q F2(,)A F0(and)2.407 E F1(COMP_TYPE)2.657 E F0 -.25 +(d, the).1 F F2(COMP_LINE)5.875 E F3(,)A F2(COMP_POINT)5.625 E F3(,)A F2 +(COMP_KEY)108 283.2 Q F3(,)A F0(and)2.407 E F2(COMP_TYPE)2.657 E F0 -.25 (va)2.407 G .157(riables are assigned v).25 F .157 -(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F3 .158 +(alues as described abo)-.25 F .457 -.15(ve u)-.15 H(nder).15 E F1 .158 (Shell V)2.658 F(ariables)-.92 E F0 5.158(.I)C(f)-5.158 E 3.486(as)108 -184.8 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G -.986(d, the).1 F F1(COMP_W)3.486 E(ORDS)-.09 E F0(and)3.236 E F1 +295.2 S .986(hell function is being in)-3.486 F -.2(vo)-.4 G -.1(ke).2 G +.986(d, the).1 F F2(COMP_W)3.486 E(ORDS)-.09 E F0(and)3.236 E F2 (COMP_CW)3.486 E(ORD)-.09 E F0 -.25(va)3.236 G .986 (riables are also set.).25 F(When)5.985 E .346 -(the function or command is in)108 196.8 R -.2(vo)-.4 G -.1(ke).2 G .346 -(d, the \214rst ar).1 F .346(gument \()-.18 F F3($1)A F0 2.847(\)i)C +(the function or command is in)108 307.2 R -.2(vo)-.4 G -.1(ke).2 G .346 +(d, the \214rst ar).1 F .346(gument \()-.18 F F1($1)A F0 2.847(\)i)C 2.847(st)-2.847 G .347(he name of the command whose ar)-2.847 F(guments) --.18 E .264(are being completed, the second ar)108 208.8 R .264 -(gument \()-.18 F F3($2)A F0 2.764(\)i)C 2.764(st)-2.764 G .264(he w) +-.18 E .264(are being completed, the second ar)108 319.2 R .264 +(gument \()-.18 F F1($2)A F0 2.764(\)i)C 2.764(st)-2.764 G .264(he w) -2.764 F .263(ord being completed, and the third ar)-.1 F .263 -(gument \()-.18 F F3($3)A F0 2.763(\)i)C(s)-2.763 E .628(the w)108 220.8 +(gument \()-.18 F F1($3)A F0 2.763(\)i)C(s)-2.763 E .628(the w)108 331.2 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 232.8 R +(No \214ltering of the generated)5.629 F .715(completions ag)108 343.2 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 244.8 Q(An)108 261.6 Q 2.937(yf)-.15 G .437 -(unction speci\214ed with)-2.937 F F32.937 E F0 .437(is in)2.937 F --.2(vo)-.4 G -.1(ke).2 G 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 273.6 Q F3 -(compgen)2.957 E F0 -.2(bu)2.957 G .457(iltin described belo).2 F 1.756 --.65(w, t)-.25 H 2.956(og).65 G .456(enerate the matches.)-2.956 F .456 -(It must put the possible completions in the)5.456 F F1(COMPREPL)108 -285.6 Q(Y)-.828 E F0(array v)2.25 E(ariable, one per array element.)-.25 -E(Ne)108 302.4 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08 -(ommand speci\214ed with the)-2.58 F F32.58 E F0 .081 +108 355.2 Q(An)108 372 Q 2.937(yf)-.15 G .437(unction speci\214ed with) +-2.937 F F12.937 E F0 .437(is in)2.937 F -.2(vo)-.4 G -.1(ke).2 G +2.937<648c>.1 G 2.937(rst. The)-2.937 F .437(function may use an)2.937 F +2.937(yo)-.15 G 2.937(ft)-2.937 G .437(he shell f)-2.937 F .438 +(acilities, including)-.1 F(the)108 384 Q F1(compgen)2.957 E F0 -.2(bu) +2.957 G .457(iltin described belo).2 F 1.756 -.65(w, t)-.25 H 2.956(og) +.65 G .456(enerate the matches.)-2.956 F .456 +(It must put the possible completions in the)5.456 F F2(COMPREPL)108 396 +Q(Y)-.828 E F0(array v)2.25 E(ariable, one per array element.)-.25 E(Ne) +108 412.8 Q .08(xt, an)-.15 F 2.58(yc)-.15 G .08 +(ommand speci\214ed with the)-2.58 F F12.58 E F0 .081 (option is in)2.581 F -.2(vo)-.4 G -.1(ke).2 G 2.581(di).1 G 2.581(na) -2.581 G 2.581(ne)-2.581 G -.4(nv)-2.581 G .081(ironment equi).4 F -.25 -(va)-.25 G .081(lent to command sub-).25 F 2.859(stitution. It)108 314.4 +(va)-.25 G .081(lent to command sub-).25 F 2.859(stitution. It)108 424.8 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 -326.4 Q(wline, if necessary)-.25 E(.)-.65 E .376 -(After all of the possible completions are generated, an)108 343.2 R -2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F32.877 -E F0 .377(option is applied to the)2.877 F 3.182(list. The)108 355.2 R +436.8 Q(wline, if necessary)-.25 E(.)-.65 E .376 +(After all of the possible completions are generated, an)108 453.6 R +2.877<798c>-.15 G .377(lter speci\214ed with the)-2.877 F F12.877 +E F0 .377(option is applied to the)2.877 F 3.182(list. The)108 465.6 R .682(\214lter is a pattern as used for pathname e)3.182 F .681 -(xpansion; a)-.15 F F3(&)3.181 E F0 .681 +(xpansion; a)-.15 F F1(&)3.181 E F0 .681 (in the pattern is replaced with the te)3.181 F .681(xt of)-.15 F .522 -(the w)108 367.2 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G -(iteral)-3.022 E F3(&)3.022 E F0 .523 +(the w)108 477.6 R .522(ord being completed.)-.1 F 3.022(Al)5.522 G +(iteral)-3.022 E F1(&)3.022 E F0 .523 (may be escaped with a backslash; the backslash is remo)3.022 F -.15(ve) --.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 379.2 R +-.15 G 3.023(db).15 G(efore)-3.023 E .85(attempting a match.)108 489.6 R (An)5.85 E 3.35(yc)-.15 G .849 (ompletion that matches the pattern will be remo)-3.35 F -.15(ve)-.15 G 3.349(df).15 G .849(rom the list.)-3.349 F 3.349(Al)5.849 G(eading) --3.349 E F3(!)3.349 E F0(ne)108 391.2 Q -.05(ga)-.15 G -(tes the pattern; in this case an).05 E 2.5(yc)-.15 G -(ompletion not matching the pattern will be remo)-2.5 E -.15(ve)-.15 G -(d.).15 E(Finally)108 408 Q 3.086(,a)-.65 G .886 -.15(ny p)-3.086 H .586 -(re\214x and suf).15 F .587(\214x speci\214ed with the)-.25 F F3 -3.087 E F0(and)3.087 E F33.087 E F0 .587 -(options are added to each member of the com-)3.087 F(pletion list, and\ - the result is returned to the readline completion code as the list of \ -possible completions.)108 420 Q .247(If the pre)108 436.8 R .247 -(viously-applied actions do not generate an)-.25 F 2.747(ym)-.15 G .247 -(atches, and the)-2.747 F F3 .247(\255o dir)2.747 F(names)-.15 E F0 .247 -(option w)2.747 F .246(as supplied to)-.1 F F3(complete)108 448.8 Q F0 -(when the compspec w)2.5 E -(as de\214ned, directory name completion is attempted.)-.1 E .461 -(If the)108 465.6 R F3 .462(\255o plusdirs)2.961 F F0 .462(option w) -2.962 F .462(as supplied to)-.1 F F3(complete)2.962 E F0 .462 +-3.349 E F1(!)3.349 E F0(ne)108 501.6 Q -.05(ga)-.15 G .764 +(tes the pattern; in this case an).05 F 3.264(yc)-.15 G .764 +(ompletion not matching the pattern will be remo)-3.264 F -.15(ve)-.15 G +3.264(d. If).15 F(the)3.265 E F1(nocase-)3.265 E(match)108 513.6 Q F0 +(shell option is enabled, the match is performed without re)2.5 E -.05 +(ga)-.15 G(rd to the case of alphabetic characters.).05 E(Finally)108 +530.4 Q 3.087(,a)-.65 G .887 -.15(ny p)-3.087 H .587(re\214x and suf).15 +F .587(\214x speci\214ed with the)-.25 F F13.087 E F0(and)3.087 E +F13.087 E F0 .587(options are added to each member of the com-) +3.087 F(pletion list, and the result is returned to the readline comple\ +tion code as the list of possible completions.)108 542.4 Q .246 +(If the pre)108 559.2 R .247(viously-applied actions do not generate an) +-.25 F 2.747(ym)-.15 G .247(atches, and the)-2.747 F F1 .247(\255o dir) +2.747 F(names)-.15 E F0 .247(option w)2.747 F .247(as supplied to)-.1 F +F1(complete)108 571.2 Q F0(when the compspec w)2.5 E +(as de\214ned, directory name completion is attempted.)-.1 E .462 +(If the)108 588 R F1 .462(\255o plusdirs)2.962 F F0 .462(option w)2.962 +F .462(as supplied to)-.1 F F1(complete)2.962 E F0 .462 (when the compspec w)2.962 F .462(as de\214ned, directory name com-)-.1 -F(pletion is attempted and an)108 477.6 Q 2.5(ym)-.15 G -(atches are added to the results of the other actions.)-2.5 E .56 -(By def)108 494.4 R .56(ault, if a compspec is found, whate)-.1 F -.15 -(ve)-.25 G 3.06(ri).15 G 3.06(tg)-3.06 G .559 -(enerates is returned to the completion code as the full set)-3.06 F -.631(of possible completions.)108 506.4 R .631(The def)5.631 F(ault)-.1 -E F3(bash)3.131 E F0 .631 -(completions are not attempted, and the readline def)3.131 F .632 -(ault of \214le-)-.1 F .559(name completion is disabled.)108 518.4 R -.559(If the)5.559 F F3 .559(\255o bashdefault)3.059 F F0 .559(option w) -3.059 F .559(as supplied to)-.1 F F3(complete)3.058 E F0 .558 -(when the compspec)3.058 F -.1(wa)108 530.4 S 3.171(sd).1 G .671 -(e\214ned, the)-3.171 F F3(bash)3.171 E F0(def)3.171 E .671 +F(pletion is attempted and an)108 600 Q 2.5(ym)-.15 G +(atches are added to the results of the other actions.)-2.5 E .559 +(By def)108 616.8 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 628.8 R .632(The def)5.632 F(ault)-.1 +E F1(bash)3.132 E F0 .631 +(completions are not attempted, and the readline def)3.131 F .631 +(ault of \214le-)-.1 F .558(name completion is disabled.)108 640.8 R +.558(If the)5.558 F F1 .559(\255o bashdefault)3.059 F F0 .559(option w) +3.059 F .559(as supplied to)-.1 F F1(complete)3.059 E F0 .559 +(when the compspec)3.059 F -.1(wa)108 652.8 S 3.172(sd).1 G .672 +(e\214ned, the)-3.172 F F1(bash)3.172 E F0(def)3.172 E .671 (ault completions are attempted if the compspec generates no matches.) --.1 F .672(If the)5.672 F F33.172 E(default)108 542.4 Q F0 1.207 -(option w)3.707 F 1.207(as supplied to)-.1 F F3(complete)3.707 E F0 +-.1 F .671(If the)5.671 F F13.171 E(default)108 664.8 Q F0 1.207 +(option w)3.706 F 1.207(as supplied to)-.1 F F1(complete)3.707 E F0 1.207(when the compspec w)3.707 F 1.207(as de\214ned, readline')-.1 F -3.707(sd)-.55 G(ef)-3.707 E 1.206(ault completion)-.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 -554.4 Q(ault)-.1 E F3(bash)2.5 E F0(completions\) generate no matches.) +676.8 Q(ault)-.1 E F1(bash)2.5 E F0(completions\) generate no matches.) 2.5 E .245(When a compspec indicates that directory name completion is \ -desired, the programmable completion func-)108 571.2 R .633(tions force\ +desired, the programmable completion func-)108 693.6 R .632(tions force\ readline to append a slash to completed names which are symbolic links\ - to directories, subject)108 583.2 R 2.761(to the v)108 595.2 R 2.761 -(alue of the)-.25 F F3(mark\255dir)5.261 E(ectories)-.18 E F0 2.761 -(readline v)5.261 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.762 -(rdless of the setting of the).05 F F3(mark-sym-)5.262 E(link)108 607.2 + to directories, subject)108 705.6 R 2.762(to the v)108 717.6 R 2.762 +(alue of the)-.25 F F1(mark\255dir)5.262 E(ectories)-.18 E F0 2.761 +(readline v)5.262 F 2.761(ariable, re)-.25 F -.05(ga)-.15 G 2.761 +(rdless of the setting of the).05 F F1(mark-sym-)5.261 E(link)108 729.6 Q(ed\255dir)-.1 E(ectories)-.18 E F0(readline v)2.5 E(ariable.)-.25 E -.191(There is some support for dynamically modifying completions.)108 -624 R .19(This is most useful when used in combina-)5.191 F 1.33 -(tion with a def)108 636 R 1.33(ault completion speci\214ed with)-.1 F -F3 1.33(complete -D)3.83 F F0 6.33(.I)C(t')-6.33 E 3.83(sp)-.55 G 1.33 -(ossible for shell functions e)-3.83 F -.15(xe)-.15 G 1.33(cuted as).15 -F .93(completion handlers to indicate that completion should be retried\ - by returning an e)108 648 R .93(xit status of 124.)-.15 F .93(If a)5.93 -F .1(shell function returns 124, and changes the compspec associated wi\ -th the command on which completion is)108 660 R .666 -(being attempted \(supplied as the \214rst ar)108 672 R .665 -(gument when the function is e)-.18 F -.15(xe)-.15 G .665 -(cuted\), programmable completion).15 F .083(restarts from the be)108 -684 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 .084(This allo)5.084 F .084 -(ws a set of)-.25 F(completions to be b)108 696 Q(uilt dynamically as c\ -ompletion is attempted, rather than being loaded all at once.)-.2 E -.15 -(Fo)108 712.8 S 2.637(ri).15 G .137 -(nstance, assuming that there is a library of compspecs, each k)-2.637 F -.137(ept in a \214le corresponding to the name of)-.1 F -(the command, the follo)108 724.8 Q(wing def)-.25 E -(ault completion function w)-.1 E(ould load completions dynamically:)-.1 -E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(48)190.95 E 0 Cg EP -%%Page: 49 49 +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(50)192.055 E 0 Cg EP +%%Page: 51 51 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Courier@0 SF(_completion_loader\(\))108 84 Q({)108 96 Q 6 -(.")144 108 S +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .19 +(There is some support for dynamically modifying completions.)108 84 R +.191(This is most useful when used in combina-)5.191 F 1.33 +(tion with a def)108 96 R 1.33(ault completion speci\214ed with)-.1 F/F1 +10/Times-Bold@0 SF 1.33(complete -D)3.83 F F0 6.33(.I)C(t')-6.33 E 3.83 +(sp)-.55 G 1.33(ossible for shell functions e)-3.83 F -.15(xe)-.15 G +1.33(cuted as).15 F .93(completion handlers to indicate that completion\ + should be retried by returning an e)108 108 R .93(xit status of 124.) +-.15 F .93(If a)5.93 F .1(shell function returns 124, and changes the c\ +ompspec associated with the command on which completion is)108 120 R +.665(being attempted \(supplied as the \214rst ar)108 132 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 +144 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 156 Q(uilt dynamically as c\ +ompletion is attempted, rather than being loaded all at once.)-.2 E -.15 +(Fo)108 172.8 S 2.636(ri).15 G .137 +(nstance, assuming that there is a library of compspecs, each k)-2.636 F +.137(ept in a \214le corresponding to the name of)-.1 F +(the command, the follo)108 184.8 Q(wing def)-.25 E +(ault completion function w)-.1 E(ould load completions dynamically:)-.1 +E/F2 10/Courier@0 SF(_completion_loader\(\))108 201.6 Q({)108 213.6 Q 6 +(.")144 225.6 S (/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124)-6 E(})108 -120 Q(complete -D -F _completion_loader -o bashdefault -o default)108 -132 Q/F2 10.95/Times-Bold@0 SF(HIST)72 160.8 Q(OR)-.197 E(Y)-.383 E F0 -.371(When the)108 172.8 R/F3 10/Times-Bold@0 SF .371(\255o history)2.871 -F F0 .371(option to the)2.871 F F3(set)2.872 E F0 -.2(bu)2.872 G .372 -(iltin is enabled, the shell pro).2 F .372(vides access to the)-.15 F/F4 -10/Times-Italic@0 SF .372(command history)2.872 F F0(,)A .305 -(the list of commands pre)108 184.8 R .305(viously typed.)-.25 F .305 -(The v)5.305 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE) -2.804 E F0 -.25(va)2.554 G .304(riable is used as the number of com-).25 -F .429(mands to sa)108 196.8 R .729 -.15(ve i)-.2 H 2.929(nah).15 G .429 -(istory list.)-2.929 F .429(The te)5.429 F .429(xt of the last)-.15 F F5 -(HISTSIZE)2.93 E F0 .43(commands \(def)2.68 F .43(ault 500\) is sa)-.1 F --.15(ve)-.2 G 2.93(d. The).15 F(shell)2.93 E .287 +237.6 Q(complete -D -F _completion_loader -o bashdefault -o default)108 +249.6 Q/F3 10.95/Times-Bold@0 SF(HIST)72 278.4 Q(OR)-.197 E(Y)-.383 E F0 +.372(When the)108 290.4 R F1 .372(\255o history)2.872 F F0 .372 +(option to the)2.872 F F1(set)2.872 E F0 -.2(bu)2.872 G .372 +(iltin is enabled, the shell pro).2 F .371(vides access to the)-.15 F/F4 +10/Times-Italic@0 SF .371(command history)2.871 F F0(,)A .304 +(the list of commands pre)108 302.4 R .304(viously typed.)-.25 F .304 +(The v)5.304 F .304(alue of the)-.25 F/F5 9/Times-Bold@0 SF(HISTSIZE) +2.804 E F0 -.25(va)2.554 G .305(riable is used as the number of com-).25 +F .43(mands to sa)108 314.4 R .73 -.15(ve i)-.2 H 2.93(nah).15 G .43 +(istory list.)-2.93 F .43(The te)5.43 F .429(xt of the last)-.15 F F5 +(HISTSIZE)2.929 E F0 .429(commands \(def)2.679 F .429(ault 500\) is sa) +-.1 F -.15(ve)-.2 G 2.929(d. The).15 F(shell)2.929 E .287 (stores each command in the history list prior to parameter and v)108 -208.8 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F5(EXP)2.787 E -(ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 220.8 -S 4.065(ta).2 G 1.565(fter history e)-4.065 F 1.565 +326.4 R .287(ariable e)-.25 F .287(xpansion \(see)-.15 F F5(EXP)2.787 E +(ANSION)-.666 E F0(abo)2.537 E -.15(ve)-.15 G(\)).15 E -.2(bu)108 338.4 +S 4.066(ta).2 G 1.565(fter history e)-4.066 F 1.565 (xpansion is performed, subject to the v)-.15 F 1.565 (alues of the shell v)-.25 F(ariables)-.25 E F5(HISTIGNORE)4.065 E F0 -(and)3.816 E F5(HISTCONTR)108 232.8 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.) +(and)3.815 E F5(HISTCONTR)108 350.4 Q(OL)-.27 E/F6 9/Times-Roman@0 SF(.) A F0 .082 (On startup, the history is initialized from the \214le named by the v) -108 249.6 R(ariable)-.25 E F5(HISTFILE)2.582 E F0(\(def)2.332 E(ault)-.1 -E F4(~/.bash_history)2.582 E F0(\).)A .315(The \214le named by the v)108 -261.6 R .315(alue of)-.25 F F5(HISTFILE)2.815 E F0 .315 +108 367.2 R(ariable)-.25 E F5(HISTFILE)2.583 E F0(\(def)2.333 E(ault)-.1 +E F4(~/.bash_history)2.583 E F0(\).)A .315(The \214le named by the v)108 +379.2 R .315(alue of)-.25 F F5(HISTFILE)2.815 E F0 .315 (is truncated, if necessary)2.565 F 2.815(,t)-.65 G 2.815(oc)-2.815 G -.315(ontain no more than the number of)-2.815 F .659 -(lines speci\214ed by the v)108 273.6 R .659(alue of)-.25 F F5 -(HISTFILESIZE)3.158 E F6(.)A F0(If)5.158 E F3(HISTFILESIZE)3.158 E F0 -.658(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 285.6 S +.315(ontain no more than the number of)-2.815 F .658 +(lines speci\214ed by the v)108 391.2 R .658(alue of)-.25 F F5 +(HISTFILESIZE)3.158 E F6(.)A F0(If)5.158 E F1(HISTFILESIZE)3.158 E F0 +.659(is unset, or set to null, a non-numeric)3.158 F -.25(va)108 403.2 S .142(lue, or a numeric v).25 F .142 (alue less than zero, the history \214le is not truncated.)-.25 F .142 -(When the history \214le is read, lines)5.142 F(be)108 297.6 Q 1.605 +(When the history \214le is read, lines)5.142 F(be)108 415.2 Q 1.604 (ginning with the history comment character follo)-.15 F 1.604 (wed immediately by a digit are interpreted as time-)-.25 F .098 -(stamps for the preceding history line.)108 309.6 R .098 +(stamps for the preceding history line.)108 427.2 R .098 (These timestamps are optionally displayed depending on the v)5.098 F -.098(alue of)-.25 F(the)108 321.6 Q F5(HISTTIMEFORMA)3.559 E(T)-.855 E +.098(alue of)-.25 F(the)108 439.2 Q F5(HISTTIMEFORMA)3.558 E(T)-.855 E F0 -.25(va)3.309 G 3.559(riable. When).25 F 3.559(as)3.559 G 1.059 (hell with history enabled e)-3.559 F 1.059(xits, the last)-.15 F F5 -($HISTSIZE)3.559 E F0 1.058(lines are)3.309 F .158 -(copied from the history list to)108 333.6 R F5($HISTFILE)2.658 E F6(.)A -F0 .158(If the)4.658 F F3(histappend)2.658 E F0 .159 -(shell option is enabled \(see the description of)2.659 F F3(shopt)108 -345.6 Q F0(under)2.582 E F5 .082(SHELL B)2.582 F(UIL)-.09 E .082 +($HISTSIZE)3.559 E F0 1.059(lines are)3.309 F .159 +(copied from the history list to)108 451.2 R F5($HISTFILE)2.659 E F6(.)A +F0 .159(If the)4.659 F F1(histappend)2.658 E F0 .158 +(shell option is enabled \(see the description of)2.658 F F1(shopt)108 +463.2 Q F0(under)2.581 E F5 .081(SHELL B)2.581 F(UIL)-.09 E .081 (TIN COMMANDS)-.828 F F0(belo)2.332 E .082 (w\), the lines are appended to the history \214le, otherwise the)-.25 F -.196(history \214le is o)108 357.6 R -.15(ve)-.15 G 2.696(rwritten. If) -.15 F F5(HISTFILE)2.696 E F0 .197(is unset, or if the history \214le is\ - unwritable, the history is not sa)2.446 F -.15(ve)-.2 G(d.).15 E .584 -(If the)108 369.6 R F5(HISTTIMEFORMA)3.084 E(T)-.855 E F0 -.25(va)2.834 +.197(history \214le is o)108 475.2 R -.15(ve)-.15 G 2.697(rwritten. If) +.15 F F5(HISTFILE)2.697 E F0 .196(is unset, or if the history \214le is\ + unwritable, the history is not sa)2.447 F -.15(ve)-.2 G(d.).15 E .583 +(If the)108 487.2 R F5(HISTTIMEFORMA)3.083 E(T)-.855 E F0 -.25(va)2.834 G .584 (riable is set, time stamps are written to the history \214le, mark).25 -F .583(ed with the his-)-.1 F 1.147(tory comment character)108 381.6 R -3.647(,s)-.4 G 3.647(ot)-3.647 G(he)-3.647 E 3.647(ym)-.15 G 1.147 -(ay be preserv)-3.647 F 1.147(ed across shell sessions.)-.15 F 1.148 -(This uses the history comment)6.148 F 1.377 -(character to distinguish timestamps from other history lines.)108 393.6 -R 1.377(After sa)6.377 F 1.377(ving the history)-.2 F 3.876(,t)-.65 G -1.376(he history \214le is)-3.876 F .756 -(truncated to contain no more than)108 405.6 R F5(HISTFILESIZE)3.257 E +F .584(ed with the his-)-.1 F 1.148(tory comment character)108 499.2 R +3.648(,s)-.4 G 3.648(ot)-3.648 G(he)-3.648 E 3.648(ym)-.15 G 1.147 +(ay be preserv)-3.648 F 1.147(ed across shell sessions.)-.15 F 1.147 +(This uses the history comment)6.147 F 1.376 +(character to distinguish timestamps from other history lines.)108 511.2 +R 1.377(After sa)6.377 F 1.377(ving the history)-.2 F 3.877(,t)-.65 G +1.377(he history \214le is)-3.877 F .757 +(truncated to contain no more than)108 523.2 R F5(HISTFILESIZE)3.257 E F0 3.257(lines. If)3.007 F F5(HISTFILESIZE)3.257 E F0 .757 -(is unset, or set to null, a non-)3.007 F(numeric v)108 417.6 Q +(is unset, or set to null, a non-)3.007 F(numeric v)108 535.2 Q (alue, or a numeric v)-.25 E -(alue less than zero, the history \214le is not truncated.)-.25 E 1.294 -(The b)108 434.4 R 1.294(uiltin command)-.2 F F3(fc)3.794 E F0(\(see) -3.794 E F5 1.293(SHELL B)3.794 F(UIL)-.09 E 1.293(TIN COMMANDS)-.828 F -F0(belo)3.543 E 1.293(w\) may be used to list or edit and re-)-.25 F --.15(exe)108 446.4 S .673(cute a portion of the history list.).15 F(The) -5.673 E F3(history)3.173 E F0 -.2(bu)3.173 G .673 -(iltin may be used to display or modify the history list).2 F .28 -(and manipulate the history \214le.)108 458.4 R .279 -(When using command-line editing, search commands are a)5.279 F -.25(va) --.2 G .279(ilable in each).25 F(editing mode that pro)108 470.4 Q -(vide access to the history list.)-.15 E 1.485(The shell allo)108 487.2 -R 1.485(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 +(alue less than zero, the history \214le is not truncated.)-.25 E .298 +(The b)108 552 R .298(uiltin command)-.2 F F1(fc)2.798 E F0(\(see)2.798 +E F5 .298(SHELL B)2.798 F(UIL)-.09 E .298(TIN COMMANDS)-.828 F F0(belo) +2.549 E .299(w\) may be used to list or edit and re-e)-.25 F -.15(xe) +-.15 G(-).15 E .472(cute a portion of the history list.)108 564 R(The) +5.472 E F1(history)2.972 E F0 -.2(bu)2.972 G .471 +(iltin may be used to display or modify the history list and).2 F .001 +(manipulate the history \214le.)108 576 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 588 Q +(vide access to the history list.)-.15 E 1.486(The shell allo)108 604.8 +R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486 (hich commands are sa)-3.986 F -.15(ve)-.2 G 3.986(do).15 G 3.986(nt) --3.986 G 1.486(he history list.)-3.986 F(The)6.486 E F5(HISTCONTR)3.986 -E(OL)-.27 E F0(and)3.736 E F5(HISTIGNORE)108 499.2 Q F0 -.25(va)2.708 G -.458(riables may be set to cause the shell to sa).25 F .757 -.15(ve o) --.2 H .457(nly a subset of the commands entered.).15 F(The)5.457 E F3 -(cmdhist)108 511.2 Q F0 .75 +-3.986 G 1.486(he history list.)-3.986 F(The)6.485 E F5(HISTCONTR)3.985 +E(OL)-.27 E F0(and)3.735 E F5(HISTIGNORE)108 616.8 Q F0 -.25(va)2.707 G +.457(riables may be set to cause the shell to sa).25 F .758 -.15(ve o) +-.2 H .458(nly a subset of the commands entered.).15 F(The)5.458 E F1 +(cmdhist)108 628.8 Q F0 .75 (shell option, if enabled, causes the shell to attempt to sa)3.25 F 1.05 -.15(ve e)-.2 H .75(ach line of a multi-line command in).15 F 1.077 -(the same history entry)108 523.2 R 3.577(,a)-.65 G 1.077 +(the same history entry)108 640.8 R 3.577(,a)-.65 G 1.077 (dding semicolons where necessary to preserv)-3.577 F 3.577(es)-.15 G -1.077(yntactic correctness.)-3.577 F(The)6.077 E F3(lithist)3.576 E F0 -.373(shell option causes the shell to sa)108 535.2 R .674 -.15(ve t)-.2 -H .374(he command with embedded ne).15 F .374 -(wlines instead of semicolons.)-.25 F .374(See the)5.374 F .319 -(description of the)108 547.2 R F3(shopt)2.819 E F0 -.2(bu)2.819 G .318 +1.077(yntactic correctness.)-3.577 F(The)6.077 E F1(lithist)3.577 E F0 +.374(shell option causes the shell to sa)108 652.8 R .674 -.15(ve t)-.2 +H .374(he command with embedded ne).15 F .373 +(wlines instead of semicolons.)-.25 F .373(See the)5.373 F .318 +(description of the)108 664.8 R F1(shopt)2.818 E F0 -.2(bu)2.818 G .318 (iltin belo).2 F 2.818(wu)-.25 G(nder)-2.818 E F5 .318(SHELL B)2.818 F -(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .318 +(UIL)-.09 E .318(TIN COMMANDS)-.828 F F0 .319 (for information on setting and)2.568 F(unsetting shell options.)108 -559.2 Q F2(HIST)72 576 Q(OR)-.197 E 2.738(YE)-.383 G(XP)-2.738 E(ANSION) --.81 E F0 .61(The shell supports a history e)108 588 R .611 -(xpansion feature that is similar to the history e)-.15 F .611 -(xpansion in)-.15 F F3(csh.)3.111 E F0 .611(This section)5.611 F .871 -(describes what syntax features are a)108 600 R -.25(va)-.2 G 3.371 -(ilable. This).25 F .871(feature is enabled by def)3.371 F .87 -(ault for interacti)-.1 F 1.17 -.15(ve s)-.25 H .87(hells, and).15 F -2.013(can be disabled using the)108 612 R F3(+H)4.514 E F0 2.014 -(option to the)4.514 F F3(set)4.514 E F0 -.2(bu)4.514 G 2.014 -(iltin command \(see).2 F F5 2.014(SHELL B)4.514 F(UIL)-.09 E 2.014 -(TIN COMMANDS)-.828 F F0(belo)108 624 Q 2.5(w\). Non-interacti)-.25 F .3 --.15(ve s)-.25 H(hells do not perform history e).15 E(xpansion by def) --.15 E(ault.)-.1 E 1.306(History e)108 640.8 R 1.306 -(xpansions introduce w)-.15 F 1.306(ords from the history list into the\ - input stream, making it easy to repeat)-.1 F .209 -(commands, insert the ar)108 652.8 R .209(guments to a pre)-.18 F .21 +676.8 Q F3(HIST)72 693.6 Q(OR)-.197 E 2.738(YE)-.383 G(XP)-2.738 E +(ANSION)-.81 E F0 .611(The shell supports a history e)108 705.6 R .611 +(xpansion feature that is similar to the history e)-.15 F .61 +(xpansion in)-.15 F F1(csh.)3.11 E F0 .61(This section)5.61 F .87 +(describes what syntax features are a)108 717.6 R -.25(va)-.2 G 3.371 +(ilable. This).25 F .871(feature is enabled by def)3.371 F .871 +(ault for interacti)-.1 F 1.171 -.15(ve s)-.25 H .871(hells, and).15 F +2.014(can be disabled using the)108 729.6 R F1(+H)4.514 E F0 2.014 +(option to the)4.514 F F1(set)4.514 E F0 -.2(bu)4.514 G 2.014 +(iltin command \(see).2 F F5 2.013(SHELL B)4.513 F(UIL)-.09 E 2.013 +(TIN COMMANDS)-.828 F F0(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E +(51)192.055 E 0 Cg EP +%%Page: 52 52 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E(belo)108 84 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 100.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 112.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 664.8 Q(.)-.65 E 1.164(History e)108 -681.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 693.6 S 3.2 +F(vious)-.25 E(commands quickly)108 124.8 Q(.)-.65 E 1.163(History e)108 +141.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 153.6 S 3.2 (rds. It).1 F(tak)3.2 E .7(es place in tw)-.1 F 3.2(op)-.1 G 3.2 (arts. The)-3.2 F .7 (\214rst is to determine which line from the history list to use during) -3.2 F 4.368(substitution. The)108 705.6 R 1.868(second is to select por\ -tions of that line for inclusion into the current one.)4.368 F 1.867 -(The line)6.867 F .662(selected from the history is the)108 717.6 R F4 --.15(ev)3.162 G(ent).15 E F0 3.162(,a)C .663 -(nd the portions of that line that are acted upon are)-3.162 F F4(wor) -3.163 E(ds)-.37 E F0 5.663(.V)C(arious)-6.773 E F4(modi\214er)108 729.6 -Q(s)-.1 E F0 .227(are a)2.727 F -.25(va)-.2 G .227 -(ilable to manipulate the selected w).25 F 2.727(ords. The)-.1 F .226 -(line is brok)2.726 F .226(en into w)-.1 F .226(ords in the same f)-.1 F -(ashion)-.1 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(49)190.95 E -0 Cg EP -%%Page: 50 50 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .351(as when reading input, so that se)108 84 R -.15(ve)-.25 G -(ral).15 E/F1 10/Times-Italic@0 SF(metac)2.852 E(har)-.15 E(acter)-.15 E -F0 .352(-separated w)B .352(ords surrounded by quotes are considered)-.1 -F .625(one w)108 96 R 3.125(ord. History)-.1 F -.15(ex)3.125 G .624 -(pansions are introduced by the appearance of the history e).15 F .624 -(xpansion character)-.15 F 3.124(,w)-.4 G(hich)-3.124 E(is)108 108 Q/F2 -10/Times-Bold@0 SF(!)3.333 E F0(by def)3.333 E 2.5(ault. Only)-.1 F -(backslash \()2.5 E F2(\\).833 E F0 2.5(\)a).833 G -(nd single quotes can quote the history e)-2.5 E(xpansion character)-.15 -E(.)-.55 E(Se)108 124.8 Q -.15(ve)-.25 G .03 +3.2 F 4.367(substitution. The)108 165.6 R 1.868(second is to select por\ +tions of that line for inclusion into the current one.)4.367 F 1.868 +(The line)6.868 F .663(selected from the history is the)108 177.6 R/F1 +10/Times-Italic@0 SF -.15(ev)3.163 G(ent).15 E F0 3.163(,a)C .663 +(nd the portions of that line that are acted upon are)-3.163 F F1(wor) +3.162 E(ds)-.37 E F0 5.662(.V)C(arious)-6.772 E F1(modi\214er)108 189.6 +Q(s)-.1 E F0 .226(are a)2.726 F -.25(va)-.2 G .226 +(ilable to manipulate the selected w).25 F 2.726(ords. The)-.1 F .227 +(line is brok)2.726 F .227(en into w)-.1 F .227(ords in the same f)-.1 F +(ashion)-.1 E .352(as when reading input, so that se)108 201.6 R -.15 +(ve)-.25 G(ral).15 E F1(metac)2.852 E(har)-.15 E(acter)-.15 E F0 .351 +(-separated w)B .351(ords surrounded by quotes are considered)-.1 F .624 +(one w)108 213.6 R 3.124(ord. History)-.1 F -.15(ex)3.124 G .624 +(pansions are introduced by the appearance of the history e).15 F .625 +(xpansion character)-.15 F 3.125(,w)-.4 G(hich)-3.125 E(is)108 225.6 Q +/F2 10/Times-Bold@0 SF(!)3.511 E F0 .178(by def)3.511 F 2.678 +(ault. Only)-.1 F .178(backslash \()2.678 F F2(\\).833 E F0 2.678(\)a) +.833 G .178(nd single quotes can quote the history e)-2.678 F .177 +(xpansion character)-.15 F 2.677(,b)-.4 G .177(ut the his-)-2.877 F .67 +(tory e)108 237.6 R .67(xpansion character is also treated as quoted if\ + it immediately precedes the closing double quote in a)-.15 F +(double-quoted string.)108 249.6 Q(Se)108 266.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 136.8 T -3.163(ni).25 G 3.163(fi)-3.163 G 3.162(ti)-3.163 G 3.162(su)-3.162 G +F .03(xpansion character)-.15 F(,)-.4 E -2.15 -.25(ev e)108 278.4 T +3.162(ni).25 G 3.162(fi)-3.162 G 3.162(ti)-3.162 G 3.162(su)-3.162 G .662(nquoted: space, tab, ne)-3.162 F .662(wline, carriage return, and) -.25 F F2(=)3.162 E F0 5.662(.I)C 3.162(ft)-5.662 G(he)-3.162 E F2 -(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F2(\()3.162 E -F0(will also inhibit e)108 148.8 Q(xpansion.)-.15 E(Se)108 165.6 Q -.15 -(ve)-.25 G .109(ral shell options settable with the).15 F F2(shopt)2.609 -E F0 -.2(bu)2.609 G .11(iltin may be used to tailor the beha).2 F .11 -(vior of history e)-.2 F(xpansion.)-.15 E 1.143(If the)108 177.6 R F2 +(extglob)3.162 E F0 .662(shell option is enabled,)3.162 F F2(\()3.163 E +F0(will also inhibit e)108 290.4 Q(xpansion.)-.15 E(Se)108 307.2 Q -.15 +(ve)-.25 G .11(ral shell options settable with the).15 F F2(shopt)2.61 E +F0 -.2(bu)2.61 G .109(iltin may be used to tailor the beha).2 F .109 +(vior of history e)-.2 F(xpansion.)-.15 E 1.142(If the)108 319.2 R F2 (histv)3.643 E(erify)-.1 E F0 1.143 (shell option is enabled \(see the description of the)3.643 F F2(shopt) 3.643 E F0 -.2(bu)3.643 G 1.143(iltin belo).2 F 1.143(w\), and)-.25 F F2 --.18(re)3.643 G(adline).18 E F0(is)3.642 E .461(being used, history sub\ -stitutions are not immediately passed to the shell parser)108 189.6 R -5.461(.I)-.55 G .461(nstead, the e)-5.461 F .461(xpanded line)-.15 F -1.516(is reloaded into the)108 201.6 R F2 -.18(re)4.016 G(adline).18 E -F0 1.516(editing b)4.016 F(uf)-.2 E 1.516 -(fer for further modi\214cation.)-.25 F(If)6.516 E F2 -.18(re)4.015 G -(adline).18 E F0 1.515(is being used, and the)4.015 F F2(histr)108 213.6 -Q(eedit)-.18 E F0 1.202(shell option is enabled, a f)3.702 F 1.202 +-.18(re)3.643 G(adline).18 E F0(is)3.643 E .461(being used, history sub\ +stitutions are not immediately passed to the shell parser)108 331.2 R +5.46(.I)-.55 G .46(nstead, the e)-5.46 F .46(xpanded line)-.15 F 1.515 +(is reloaded into the)108 343.2 R F2 -.18(re)4.015 G(adline).18 E F0 +1.515(editing b)4.015 F(uf)-.2 E 1.516(fer for further modi\214cation.) +-.25 F(If)6.516 E F2 -.18(re)4.016 G(adline).18 E F0 1.516 +(is being used, and the)4.016 F F2(histr)108 355.2 Q(eedit)-.18 E F0 +1.202(shell option is enabled, a f)3.702 F 1.202 (ailed history substitution will be reloaded into the)-.1 F F2 -.18(re) -3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 225.6 S -.25(ff).2 G -1.161(er for correction.).25 F(The)6.161 E F23.661 E F0 1.161 -(option to the)3.661 F F2(history)3.661 E F0 -.2(bu)3.661 G 1.16 -(iltin command may be used to see what a history).2 F -.15(ex)108 237.6 -S .055(pansion will do before using it.).15 F(The)5.055 E F22.555 -E F0 .055(option to the)2.555 F F2(history)2.556 E F0 -.2(bu)2.556 G -.056(iltin may be used to add commands to the).2 F -(end of the history list without actually e)108 249.6 Q -.15(xe)-.15 G +3.702 G(adline).18 E F0(editing)3.702 E -.2(bu)108 367.2 S -.25(ff).2 G +1.16(er for correction.).25 F(The)6.16 E F23.66 E F0 1.16 +(option to the)3.66 F F2(history)3.66 E F0 -.2(bu)3.661 G 1.161 +(iltin command may be used to see what a history).2 F -.15(ex)108 379.2 +S .056(pansion will do before using it.).15 F(The)5.056 E F22.556 +E F0 .056(option to the)2.556 F F2(history)2.555 E F0 -.2(bu)2.555 G +.055(iltin may be used to add commands to the).2 F +(end of the history list without actually e)108 391.2 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 2.2(The shell allo)108 266.4 R 2.2 +(ilable for subsequent recall.).25 E 2.2(The shell allo)108 408 R 2.2 (ws control of the v)-.25 F 2.2(arious characters used by the history e) --.25 F 2.2(xpansion mechanism \(see the)-.15 F 1.146(description of)108 -278.4 R F2(histchars)3.646 E F0(abo)3.646 E 1.446 -.15(ve u)-.15 H(nder) -.15 E F2 1.146(Shell V)3.646 F(ariables)-.92 E F0 3.646(\). The)B 1.147 +-.25 F 2.2(xpansion mechanism \(see the)-.15 F 1.147(description of)108 +420 R F2(histchars)3.647 E F0(abo)3.647 E 1.447 -.15(ve u)-.15 H(nder) +.15 E F2 1.147(Shell V)3.647 F(ariables)-.92 E F0 3.646(\). The)B 1.146 (shell uses the history comment character to)3.646 F -(mark history timestamps when writing the history \214le.)108 290.4 Q F2 -(Ev)87 307.2 Q(ent Designators)-.1 E F0 .205(An e)108 319.2 R -.15(ve) +(mark history timestamps when writing the history \214le.)108 432 Q F2 +(Ev)87 448.8 Q(ent Designators)-.1 E F0 .204(An e)108 460.8 R -.15(ve) -.25 G .204(nt designator is a reference to a command line entry in the\ - history list.).15 F .204(Unless the reference is abso-)5.204 F(lute, e) -108 331.2 Q -.15(ve)-.25 G(nts are relati).15 E .3 -.15(ve t)-.25 H 2.5 -(ot).15 G(he current position in the history list.)-2.5 E F2(!)108 348 Q -F0 1.607(Start a history substitution, e)32.67 F 1.607(xcept when follo) --.15 F 1.607(wed by a)-.25 F F2(blank)4.107 E F0 4.107(,n)C -.25(ew) --4.107 G 1.608(line, carriage return, = or \().25 F(\(when the)144 360 Q -F2(extglob)2.5 E F0(shell option is enabled using the)2.5 E F2(shopt)2.5 -E F0 -.2(bu)2.5 G(iltin\).).2 E F2(!)108 372 Q F1(n)A F0 -(Refer to command line)27.67 E F1(n)2.5 E F0(.).24 E F2<21ad>108 384 Q -F1(n)A F0(Refer to the current command minus)21.97 E F1(n)2.5 E F0(.).24 -E F2(!!)108 396 Q F0(Refer to the pre)29.34 E(vious command.)-.25 E -(This is a synon)5 E(ym for `!\2551'.)-.15 E F2(!)108 408 Q F1(string)A -F0 .865(Refer to the most recent command preceding the current position\ - in the history list starting with)9.33 F F1(string)144 420 Q F0(.).22 E -F2(!?)108 432 Q F1(string)A F2([?])A F0 1.503(Refer to the most recent \ -command preceding the current position in the history list containing) -144 444 R F1(string)144 456 Q F0 5(.T).22 G(he trailing)-5 E F2(?)2.5 E -F0(may be omitted if)2.5 E F1(string)2.84 E F0(is follo)2.72 E -(wed immediately by a ne)-.25 E(wline.)-.25 E/F3 12/Times-Bold@0 SF(^) -108 473 Q F1(string1)-5 I F3(^)5 I F1(string2)-5 I F3(^)5 I F0 .784 -(Quick substitution.)144 480 R .784(Repeat the pre)5.784 F .784 -(vious command, replacing)-.25 F F1(string1)3.624 E F0(with)3.283 E F1 -(string2)3.283 E F0 5.783(.E).02 G(qui)-5.783 E -.25(va)-.25 G .783 -(lent to).25 F -.74(``)144 492 S(!!:s/).74 E F1(string1)A F0(/)A F1 + history list.).15 F .205(Unless the reference is abso-)5.204 F(lute, e) +108 472.8 Q -.15(ve)-.25 G(nts are relati).15 E .3 -.15(ve t)-.25 H 2.5 +(ot).15 G(he current position in the history list.)-2.5 E F2(!)108 489.6 +Q F0 1.608(Start a history substitution, e)144 489.6 R 1.608 +(xcept when follo)-.15 F 1.607(wed by a)-.25 F F2(blank)4.107 E F0 4.107 +(,n)C -.25(ew)-4.107 G 1.607(line, carriage return, = or \().25 F +(\(when the)144 501.6 Q F2(extglob)2.5 E F0 +(shell option is enabled using the)2.5 E F2(shopt)2.5 E F0 -.2(bu)2.5 G +(iltin\).).2 E F2(!)108 513.6 Q F1(n)A F0(Refer to command line)144 +513.6 Q F1(n)2.5 E F0(.).24 E F2<21ad>108 525.6 Q F1(n)A F0 +(Refer to the current command minus)144 525.6 Q F1(n)2.5 E F0(.).24 E F2 +(!!)108 537.6 Q F0(Refer to the pre)144 537.6 Q(vious command.)-.25 E +(This is a synon)5 E(ym for `!\2551'.)-.15 E F2(!)108 549.6 Q F1(string) +A F0 .865(Refer to the most recent command preceding the current positi\ +on in the history list starting with)144 549.6 R F1(string)144 561.6 Q +F0(.).22 E F2(!?)108 573.6 Q F1(string)A F2([?])A F0 1.503(Refer to the\ + most recent command preceding the current position in the history list\ + containing)144 585.6 R F1(string)144 597.6 Q F0 5(.T).22 G(he trailing) +-5 E F2(?)2.5 E F0(may be omitted if)2.5 E F1(string)2.84 E F0(is follo) +2.72 E(wed immediately by a ne)-.25 E(wline.)-.25 E/F3 12/Times-Bold@0 +SF(^)108 614.6 Q F1(string1)-5 I F3(^)5 I F1(string2)-5 I F3(^)5 I F0 +.783(Quick substitution.)144 621.6 R .783(Repeat the pre)5.783 F .784 +(vious command, replacing)-.25 F F1(string1)3.624 E F0(with)3.284 E F1 +(string2)3.284 E F0 5.784(.E).02 G(qui)-5.784 E -.25(va)-.25 G .784 +(lent to).25 F -.74(``)144 633.6 S(!!:s/).74 E F1(string1)A F0(/)A F1 (string2)A F0(/')A 2.5('\()-.74 G(see)-2.5 E F2(Modi\214ers)2.5 E F0 -(belo)2.5 E(w\).)-.25 E F2(!#)108 504 Q F0 -(The entire command line typed so f)27.67 E(ar)-.1 E(.)-.55 E F2 -.75 -(Wo)87 520.8 S(rd Designators).75 E F0 -.8(Wo)108 532.8 S 1.313 +(belo)2.5 E(w\).)-.25 E F2(!#)108 645.6 Q F0 +(The entire command line typed so f)144 645.6 Q(ar)-.1 E(.)-.55 E F2 +-.75(Wo)87 662.4 S(rd Designators).75 E F0 -.8(Wo)108 674.4 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 F0 1.314 -(separates the e)3.814 F -.15(ve)-.25 G 1.314(nt speci\214cation).15 F -.53(from the w)108 544.8 R .529(ord designator)-.1 F 5.529(.I)-.55 G +-.1 F -.15(ve)-.25 G 3.814(nt. A).15 F F2(:)3.814 E F0 1.313 +(separates the e)3.813 F -.15(ve)-.25 G 1.313(nt speci\214cation).15 F +.529(from the w)108 686.4 R .529(ord designator)-.1 F 5.529(.I)-.55 G 3.029(tm)-5.529 G .529(ay be omitted if the w)-3.029 F .529 (ord designator be)-.1 F .529(gins with a)-.15 F F2(^)3.029 E F0(,)A F2 ($)3.029 E F0(,)A F2(*)3.029 E F0(,)A F23.029 E F0 3.029(,o)C(r) --3.029 E F2(%)3.029 E F0 5.529(.W)C(ords)-6.329 E 1.3 -(are numbered from the be)108 556.8 R 1.3 -(ginning of the line, with the \214rst w)-.15 F 1.301 -(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)6.301 G 1.301(rds are).8 -F(inserted into the current line separated by single spaces.)108 568.8 Q -F2 2.5(0\()108 585.6 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 597.6 Q -2.5(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E -F1(n)108.36 609.6 Q F0(The)30.64 E F1(n)2.5 E F0(th w)A(ord.)-.1 E F2(^) -108 621.6 Q F0(The \214rst ar)32.67 E 2.5(gument. That)-.18 F(is, w)2.5 -E(ord 1.)-.1 E F2($)108 633.6 Q F0 .064(The last w)31 F 2.564(ord. This) --.1 F .064(is usually the last ar)2.564 F .064(gument, b)-.18 F .064 -(ut will e)-.2 F .064(xpand to the zeroth w)-.15 F .063 -(ord if there is only)-.1 F(one w)144 645.6 Q(ord in the line.)-.1 E F2 -(%)108 657.6 Q F0(The w)26 E(ord matched by the most recent `?)-.1 E F1 -(string)A F0(?' search.)A F1(x)108.77 669.6 Q F2A F1(y)A F0 2.5(Ar) -20.65 G(ange of w)-2.5 E(ords; `\255)-.1 E F1(y)A F0 2.5('a)C(bbre)-2.5 -E(viates `0\255)-.25 E F1(y)A F0('.)A F2(*)108 681.6 Q F0 .315 -(All of the w)31 F .315(ords b)-.1 F .315(ut the zeroth.)-.2 F .315 -(This is a synon)5.315 F .315(ym for `)-.15 F F1(1\255$)A F0 2.815 -('. It)B .315(is not an error to use)2.815 F F2(*)2.816 E F0 .316 -(if there is)2.816 F(just one w)144 693.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 -705.6 Q F0(Abbre)26 E(viates)-.25 E F1(x\255$)2.5 E F0(.)A F2<78ad>108 -717.6 Q F0(Abbre)25.3 E(viates)-.25 E F1(x\255$)2.5 E F0(lik)2.5 E(e)-.1 -E F2(x*)2.5 E F0 2.5(,b)C(ut omits the last w)-2.7 E(ord.)-.1 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(50)190.95 E 0 Cg EP -%%Page: 51 51 +-3.029 E F2(%)3.029 E F0 5.53(.W)C(ords)-6.33 E 1.301 +(are numbered from the be)108 698.4 R 1.301 +(ginning of the line, with the \214rst w)-.15 F 1.3 +(ord being denoted by 0 \(zero\).)-.1 F -.8(Wo)6.3 G 1.3(rds are).8 F +(inserted into the current line separated by single spaces.)108 710.4 Q +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(52)192.055 E 0 Cg EP +%%Page: 53 53 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(If a w)108 84 Q(ord designator is supplied without an e)-.1 E --.15(ve)-.25 G(nt speci\214cation, the pre).15 E -(vious command is used as the e)-.25 E -.15(ve)-.25 G(nt.).15 E/F1 10 -/Times-Bold@0 SF(Modi\214ers)87 100.8 Q F0 .184(After the optional w)108 -112.8 R .184(ord designator)-.1 F 2.684(,t)-.4 G .183 -(here may appear a sequence of one or more of the follo)-2.684 F .183 -(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 124.8 Q F1(h)108 -141.6 Q F0(Remo)30.44 E .3 -.15(ve a t)-.15 H +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF 2.5(0\()108 84 S(zer)-2.5 E(o\))-.18 E F0(The zeroth w)144 96 Q 2.5 +(ord. F)-.1 F(or the shell, this is the command w)-.15 E(ord.)-.1 E/F2 +10/Times-Italic@0 SF(n)108.36 108 Q F0(The)144 108 Q F2(n)2.5 E F0(th w) +A(ord.)-.1 E F1(^)108 120 Q F0(The \214rst ar)144 120 Q 2.5 +(gument. That)-.18 F(is, w)2.5 E(ord 1.)-.1 E F1($)108 132 Q F0 .063 +(The last w)144 132 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 +144 Q(ord in the line.)-.1 E F1(%)108 156 Q F0(The w)144 156 Q +(ord matched by the most recent `?)-.1 E F2(string)A F0(?' search.)A F2 +(x)108.77 168 Q F1A F2(y)A F0 2.5(Ar)144 168 S(ange of w)-2.5 E +(ords; `\255)-.1 E F2(y)A F0 2.5('a)C(bbre)-2.5 E(viates `0\255)-.25 E +F2(y)A F0('.)A F1(*)108 180 Q F0 .316(All of the w)144 180 R .316 +(ords b)-.1 F .316(ut the zeroth.)-.2 F .315(This is a synon)5.315 F +.315(ym for `)-.15 F F2(1\255$)A F0 2.815('. It)B .315 +(is not an error to use)2.815 F F1(*)2.815 E F0 .315(if there is)2.815 F +(just one w)144 192 Q(ord in the e)-.1 E -.15(ve)-.25 G +(nt; the empty string is returned in that case.).15 E F1(x*)108 204 Q F0 +(Abbre)144 204 Q(viates)-.25 E F2(x\255$)2.5 E F0(.)A F1<78ad>108 216 Q +F0(Abbre)144 216 Q(viates)-.25 E F2(x\255$)2.5 E F0(lik)2.5 E(e)-.1 E F1 +(x*)2.5 E F0 2.5(,b)C(ut omits the last w)-2.7 E(ord.)-.1 E(If a w)108 +232.8 Q(ord designator is supplied without an e)-.1 E -.15(ve)-.25 G +(nt speci\214cation, the pre).15 E(vious command is used as the e)-.25 E +-.15(ve)-.25 G(nt.).15 E F1(Modi\214ers)87 249.6 Q F0 .183 +(After the optional w)108 261.6 R .183(ord designator)-.1 F 2.683(,t)-.4 +G .184(here may appear a sequence of one or more of the follo)-2.683 F +.184(wing modi\214ers,)-.25 F(each preceded by a `:'.)108 273.6 Q F1(h) +108 290.4 Q F0(Remo)144 290.4 Q .3 -.15(ve a t)-.15 H (railing \214lename component, lea).15 E(ving only the head.)-.2 E F1(t) -108 153.6 Q F0(Remo)32.67 E .3 -.15(ve a)-.15 H +108 302.4 Q F0(Remo)144 302.4 Q .3 -.15(ve a)-.15 H (ll leading \214lename components, lea).15 E(ving the tail.)-.2 E F1(r) -108 165.6 Q F0(Remo)31.56 E .3 -.15(ve a t)-.15 H(railing suf).15 E -(\214x of the form)-.25 E/F2 10/Times-Italic@0 SF(.xxx)2.5 E F0 2.5(,l)C -(ea)-2.5 E(ving the basename.)-.2 E F1(e)108 177.6 Q F0(Remo)31.56 E .3 --.15(ve a)-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F1 -(p)108 189.6 Q F0(Print the ne)30.44 E 2.5(wc)-.25 G(ommand b)-2.5 E -(ut do not e)-.2 E -.15(xe)-.15 G(cute it.).15 E F1(q)108 201.6 Q F0 -(Quote the substituted w)30.44 E(ords, escaping further substitutions.) --.1 E F1(x)108 213.6 Q F0(Quote the substituted w)31 E(ords as with)-.1 -E F1(q)2.5 E F0 2.5(,b)C(ut break into w)-2.7 E(ords at)-.1 E F1(blanks) -2.5 E F0(and ne)2.5 E(wlines.)-.25 E F1(s/)108 225.6 Q F2(old)A F1(/)A -F2(ne)A(w)-.15 E F1(/)A F0(Substitute)144 237.6 Q F2(ne)3.081 E(w)-.15 E -F0 .221(for the \214rst occurrence of)3.031 F F2(old)2.951 E F0 .221 -(in the e)3.491 F -.15(ve)-.25 G .221(nt line.).15 F(An)5.221 E 2.721 -(yd)-.15 G .221(elimiter can be used in place)-2.721 F .617(of /.)144 -249.6 R .617 +108 314.4 Q F0(Remo)144 314.4 Q .3 -.15(ve a t)-.15 H(railing suf).15 E +(\214x of the form)-.25 E F2(.xxx)2.5 E F0 2.5(,l)C(ea)-2.5 E +(ving the basename.)-.2 E F1(e)108 326.4 Q F0(Remo)144 326.4 Q .3 -.15 +(ve a)-.15 H(ll b).15 E(ut the trailing suf)-.2 E(\214x.)-.25 E F1(p)108 +338.4 Q F0(Print the ne)144 338.4 Q 2.5(wc)-.25 G(ommand b)-2.5 E +(ut do not e)-.2 E -.15(xe)-.15 G(cute it.).15 E F1(q)108 350.4 Q F0 +(Quote the substituted w)144 350.4 Q +(ords, escaping further substitutions.)-.1 E F1(x)108 362.4 Q F0 +(Quote the substituted w)144 362.4 Q(ords as with)-.1 E F1(q)2.5 E F0 +2.5(,b)C(ut break into w)-2.7 E(ords at)-.1 E F1(blanks)2.5 E F0(and ne) +2.5 E(wlines.)-.25 E F1(s/)108 374.4 Q F2(old)A F1(/)A F2(ne)A(w)-.15 E +F1(/)A F0(Substitute)144 386.4 Q F2(ne)3.082 E(w)-.15 E F0 .221 +(for the \214rst occurrence of)3.032 F F2(old)2.951 E F0 .221(in the e) +3.491 F -.15(ve)-.25 G .221(nt line.).15 F(An)5.221 E 2.721(yd)-.15 G +.221(elimiter can be used in place)-2.721 F .616(of /.)144 398.4 R .617 (The \214nal delimiter is optional if it is the last character of the e) -5.617 F -.15(ve)-.25 G .617(nt line.).15 F .616(The delimiter may)5.616 -F .666(be quoted in)144 261.6 R F2(old)3.396 E F0(and)3.936 E F2(ne) +5.616 F -.15(ve)-.25 G .617(nt line.).15 F .617(The delimiter may)5.617 +F .666(be quoted in)144 410.4 R F2(old)3.396 E F0(and)3.936 E F2(ne) 3.526 E(w)-.15 E F0 .666(with a single backslash.)3.476 F .666 (If & appears in)5.666 F F2(ne)3.166 E(w)-.15 E F0 3.166(,i).31 G 3.166 (ti)-3.166 G 3.166(sr)-3.166 G .666(eplaced by)-3.166 F F2(old)3.166 E -F0 5.666(.A).77 G .275(single backslash will quote the &.)144 273.6 R -(If)5.275 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544 -F F2(old)3.004 E F0 .274(substituted, or)3.544 F 2.774(,i)-.4 G 2.774 -(fn)-2.774 G 2.774(op)-2.774 G(re)-2.774 E(vi-)-.25 E -(ous history substitutions took place, the last)144 285.6 Q F2(string) +F0 5.666(.A).77 G .274(single backslash will quote the &.)144 422.4 R +(If)5.274 E F2(old)3.004 E F0 .274(is null, it is set to the last)3.544 +F F2(old)3.005 E F0 .275(substituted, or)3.545 F 2.775(,i)-.4 G 2.775 +(fn)-2.775 G 2.775(op)-2.775 G(re)-2.775 E(vi-)-.25 E +(ous history substitutions took place, the last)144 434.4 Q F2(string) 2.84 E F0(in a)2.72 E F1(!?)2.5 E F2(string)A F1([?])A F0(search.)5 E F1 -(&)108 297.6 Q F0(Repeat the pre)27.67 E(vious substitution.)-.25 E F1 -(g)108 309.6 Q F0 .397(Cause changes to be applied o)31 F -.15(ve)-.15 G -2.897(rt).15 G .398(he entire e)-2.897 F -.15(ve)-.25 G .398(nt line.) -.15 F .398(This is used in conjunction with `)5.398 F F1(:s)A F0 2.898 -('\()C(e.g.,)-2.898 E(`)144 321.6 Q F1(:gs/)A F2(old)A F1(/)A F2(ne)A(w) --.15 E F1(/)A F0 1.219('\) or `)B F1(:&)A F0 3.719('. If)B 1.219 -(used with `)3.719 F F1(:s)A F0 1.218(', an)B 3.718(yd)-.15 G 1.218 -(elimiter can be used in place of /, and the \214nal)-3.718 F .089 -(delimiter is optional if it is the last character of the e)144 333.6 R --.15(ve)-.25 G .09(nt line.).15 F(An)5.09 E F1(a)2.59 E F0 .09 -(may be used as a synon)2.59 F .09(ym for)-.15 F F1(g)144 345.6 Q F0(.)A -F1(G)108 357.6 Q F0(Apply the follo)28.22 E(wing `)-.25 E F1(s)A F0 2.5 -('m)C(odi\214er once to each w)-2.5 E(ord in the e)-.1 E -.15(ve)-.25 G -(nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 374.4 Q(UIL)-.11 E -(TIN COMMANDS)-1.007 E F0 .063(Unless otherwise noted, each b)108 386.4 -R .062(uiltin command documented in this section as accepting options p\ -receded by)-.2 F F1108 398.4 Q F0(accepts)2.533 E F12.533 E F0 -.034(to signify the end of the options.)2.533 F(The)5.034 E F1(:)2.534 E -F0(,)A F1(true)2.534 E F0(,)A F1(false)2.534 E F0 2.534(,a)C(nd)-2.534 E -F1(test)2.534 E F0 -.2(bu)2.534 G .034(iltins do not accept options and) -.2 F .078(do not treat)108 410.4 R F12.577 E F0(specially)2.577 E -5.077(.T)-.65 G(he)-5.077 E F1(exit)2.577 E F0(,)A F1(logout)2.577 E F0 -(,)A F1(br)2.577 E(eak)-.18 E F0(,)A F1(continue)2.577 E F0(,)A F1(let) -2.577 E F0 2.577(,a)C(nd)-2.577 E F1(shift)2.577 E F0 -.2(bu)2.577 G -.077(iltins accept and process ar).2 F(gu-)-.18 E .319(ments be)108 -422.4 R .319(ginning with)-.15 F F12.819 E F0 .319 -(without requiring)2.819 F F12.819 E F0 5.319(.O)C .319(ther b) --5.319 F .319(uiltins that accept ar)-.2 F .32(guments b)-.18 F .32 -(ut are not speci\214ed as)-.2 F 1.144(accepting options interpret ar) -108 434.4 R 1.144(guments be)-.18 F 1.144(ginning with)-.15 F F1 -3.643 E F0 1.143(as in)3.643 F -.25(va)-.4 G 1.143 -(lid options and require).25 F F13.643 E F0 1.143(to pre)3.643 F --.15(ve)-.25 G 1.143(nt this).15 F(interpretation.)108 446.4 Q F1(:)108 -464.4 Q F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A .451(No ef)144 476.4 R -.451(fect; the command does nothing be)-.25 F .452(yond e)-.15 F -(xpanding)-.15 E F2(ar)3.282 E(guments)-.37 E F0 .452(and performing an) -3.222 F 2.952(ys)-.15 G(peci\214ed)-2.952 E 2.5(redirections. A)144 -488.4 R(zero e)2.5 E(xit code is returned.)-.15 E F1(.)110.5 505.2 Q F2 -(\214lename)6.666 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 -517.2 Q(ce)-.18 E F2(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E -F0(])A 1.02(Read and e)144 529.2 R -.15(xe)-.15 G 1.02 -(cute commands from).15 F F2(\214lename)5.43 E F0 1.02 -(in the current shell en)3.7 F 1.02(vironment and return the e)-.4 F -(xit)-.15 E 1.458(status of the last command e)144 541.2 R -.15(xe)-.15 -G 1.458(cuted from).15 F F2(\214lename)3.958 E F0 6.458(.I).18 G(f) --6.458 E F2(\214lename)5.868 E F0 1.458 -(does not contain a slash, \214le-)4.138 F .608(names in)144 553.2 R/F4 -9/Times-Bold@0 SF -.666(PA)3.108 G(TH)-.189 E F0 .608 -(are used to \214nd the directory containing)2.858 F F2(\214lename)3.108 -E F0 5.608(.T).18 G .608(he \214le searched for in)-5.608 F F4 -.666(PA) -3.108 G(TH)-.189 E F0 .832(need not be e)144 565.2 R -.15(xe)-.15 G -3.332(cutable. When).15 F F1(bash)3.332 E F0 .832(is not in)3.332 F F2 -.832(posix mode)3.332 F F0 3.332(,t)C .833 -(he current directory is searched if no)-3.332 F .982 -(\214le is found in)144 577.2 R F4 -.666(PA)3.481 G(TH)-.189 E/F5 9 +(&)108 446.4 Q F0(Repeat the pre)144 446.4 Q(vious substitution.)-.25 E +F1(g)108 458.4 Q F0 .398(Cause changes to be applied o)144 458.4 R -.15 +(ve)-.15 G 2.898(rt).15 G .398(he entire e)-2.898 F -.15(ve)-.25 G .398 +(nt line.).15 F .397(This is used in conjunction with `)5.398 F F1(:s)A +F0 2.897('\()C(e.g.,)-2.897 E(`)144 470.4 Q F1(:gs/)A F2(old)A F1(/)A F2 +(ne)A(w)-.15 E F1(/)A F0 1.218('\) or `)B F1(:&)A F0 3.718('. If)B 1.218 +(used with `)3.718 F F1(:s)A F0 1.218(', an)B 3.718(yd)-.15 G 1.219 +(elimiter can be used in place of /, and the \214nal)-3.718 F .09 +(delimiter is optional if it is the last character of the e)144 482.4 R +-.15(ve)-.25 G .089(nt line.).15 F(An)5.089 E F1(a)2.589 E F0 .089 +(may be used as a synon)2.589 F .089(ym for)-.15 F F1(g)144 494.4 Q F0 +(.)A F1(G)108 506.4 Q F0(Apply the follo)144 506.4 Q(wing `)-.25 E F1(s) +A F0 2.5('m)C(odi\214er once to each w)-2.5 E(ord in the e)-.1 E -.15 +(ve)-.25 G(nt line.).15 E/F3 10.95/Times-Bold@0 SF(SHELL B)72 523.2 Q +(UIL)-.11 E(TIN COMMANDS)-1.007 E F0 .062 +(Unless otherwise noted, each b)108 535.2 R .062(uiltin command documen\ +ted in this section as accepting options preceded by)-.2 F F1108 +547.2 Q F0(accepts)2.534 E F12.534 E F0 .034 +(to signify the end of the options.)2.534 F(The)5.034 E F1(:)2.534 E F0 +(,)A F1(true)2.534 E F0(,)A F1(false)2.534 E F0 2.534(,a)C(nd)-2.534 E +F1(test)2.534 E F0 -.2(bu)2.534 G .033(iltins do not accept options and) +.2 F 1.548(do not treat)108 559.2 R F14.048 E F0(specially)4.048 E +6.549(.T)-.65 G(he)-6.549 E F1(exit)4.049 E F0(,)A F1(logout)4.049 E F0 +(,)A F1 -.18(re)4.049 G(tur).18 E(n)-.15 E F0(,)A F1(br)4.049 E(eak)-.18 +E F0(,)A F1(continue)4.049 E F0(,)A F1(let)4.049 E F0 4.049(,a)C(nd) +-4.049 E F1(shift)4.049 E F0 -.2(bu)4.049 G 1.549(iltins accept and).2 F +.261(process ar)108 571.2 R .261(guments be)-.18 F .261(ginning with) +-.15 F F12.761 E F0 .261(without requiring)2.761 F F12.761 E +F0 5.261(.O)C .261(ther b)-5.261 F .26(uiltins that accept ar)-.2 F .26 +(guments b)-.18 F .26(ut are not)-.2 F 1.154 +(speci\214ed as accepting options interpret ar)108 583.2 R 1.154 +(guments be)-.18 F 1.154(ginning with)-.15 F F13.654 E F0 1.154 +(as in)3.654 F -.25(va)-.4 G 1.154(lid options and require).25 F F1 +3.654 E F0(to)3.654 E(pre)108 595.2 Q -.15(ve)-.25 G +(nt this interpretation.).15 E F1(:)108 613.2 Q F0([)2.5 E F2(ar)A +(guments)-.37 E F0(])A .452(No ef)144 625.2 R .452 +(fect; the command does nothing be)-.25 F .452(yond e)-.15 F(xpanding) +-.15 E F2(ar)3.282 E(guments)-.37 E F0 .451(and performing an)3.221 F +2.951(ys)-.15 G(peci\214ed)-2.951 E 2.5(redirections. The)144 637.2 R +(return status is zero.)2.5 E F1(.)110.5 654 Q F2(\214lename)6.666 E F0 +([)2.5 E F2(ar)A(guments)-.37 E F0(])A F1(sour)108 666 Q(ce)-.18 E F2 +(\214lename)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.02 +(Read and e)144 678 R -.15(xe)-.15 G 1.02(cute commands from).15 F F2 +(\214lename)5.43 E F0 1.02(in the current shell en)3.7 F 1.02 +(vironment and return the e)-.4 F(xit)-.15 E 1.458 +(status of the last command e)144 690 R -.15(xe)-.15 G 1.458(cuted from) +.15 F F2(\214lename)3.958 E F0 6.458(.I).18 G(f)-6.458 E F2(\214lename) +5.868 E F0 1.458(does not contain a slash, \214le-)4.138 F .608 +(names in)144 702 R/F4 9/Times-Bold@0 SF -.666(PA)3.108 G(TH)-.189 E F0 +.608(are used to \214nd the directory containing)2.858 F F2(\214lename) +3.108 E F0 5.608(.T).18 G .608(he \214le searched for in)-5.608 F F4 +-.666(PA)3.108 G(TH)-.189 E F0 .833(need not be e)144 714 R -.15(xe)-.15 +G 3.333(cutable. When).15 F F1(bash)3.333 E F0 .832(is not in)3.333 F F2 +.832(posix mode)3.332 F F0 3.332(,t)C .832 +(he current directory is searched if no)-3.332 F .981 +(\214le is found in)144 726 R F4 -.666(PA)3.481 G(TH)-.189 E/F5 9 /Times-Roman@0 SF(.)A F0 .981(If the)5.481 F F1(sour)3.481 E(cepath)-.18 E F0 .981(option to the)3.481 F F1(shopt)3.481 E F0 -.2(bu)3.481 G .981 -(iltin command is turned of).2 F .981(f, the)-.25 F F4 -.666(PA)144 -589.2 S(TH)-.189 E F0 .112(is not searched.)2.362 F .112(If an)5.112 F -(y)-.15 E F2(ar)2.612 E(guments)-.37 E F0 .112(are supplied, the)2.612 F -2.612(yb)-.15 G .112(ecome the positional parameters when)-2.612 F F2 -(\214lename)144 601.2 Q F0 .342(is e)2.842 F -.15(xe)-.15 G 2.842 -(cuted. Otherwise).15 F .342(the positional parameters are unchanged.) -2.842 F .341(The return status is the)5.341 F .716 -(status of the last command e)144 613.2 R .716 -(xited within the script \(0 if no commands are e)-.15 F -.15(xe)-.15 G -.716(cuted\), and f).15 F .716(alse if)-.1 F F2(\214lename)145.91 625.2 -Q F0(is not found or cannot be read.)2.68 E F1(alias)108 642 Q F0([)2.5 -E F1A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C -(..])-2.5 E F1(Alias)144 654 Q F0 2.725(with no ar)5.225 F 2.724 -(guments or with the)-.18 F F15.224 E F0 2.724 -(option prints the list of aliases in the form)5.224 F F1(alias)5.224 E -F2(name)144 666 Q F0(=)A F2(value)A F0 .58(on standard output.)3.08 F +(iltin command is turned of).2 F .982(f, the)-.25 F(GNU Bash 4.4)72 768 +Q(2016 August 26)142.895 E(53)192.055 E 0 Cg EP +%%Page: 54 54 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 9/Times-Bold@0 +SF -.666(PA)144 84 S(TH)-.189 E F0 .112(is not searched.)2.363 F .112 +(If an)5.112 F(y)-.15 E/F2 10/Times-Italic@0 SF(ar)2.612 E(guments)-.37 +E F0 .112(are supplied, the)2.612 F 2.612(yb)-.15 G .112 +(ecome the positional parameters when)-2.612 F F2(\214lename)144 96 Q F0 +1.697(is e)4.196 F -.15(xe)-.15 G 4.197(cuted. Otherwise).15 F 1.697 +(the positional parameters are unchanged.)4.197 F 1.697(If the)6.697 F +/F3 10/Times-Bold@0 SF4.197 E F0 1.697(option is)4.197 F(enabled,) +144 108 Q F3(sour)3.618 E(ce)-.18 E F0 1.118(inherits an)3.618 F 3.618 +(yt)-.15 G 1.118(rap on)-3.618 F F3(DEB)3.618 E(UG)-.1 E F0 3.618(;i)C +3.618(fi)-3.618 G 3.618(ti)-3.618 G 3.618(sn)-3.618 G 1.118(ot, an) +-3.618 F(y)-.15 E F3(DEB)3.617 E(UG)-.1 E F0 1.117(trap string is sa) +3.617 F -.15(ve)-.2 G 3.617(da).15 G(nd)-3.617 E .36 +(restored around the call to)144 120 R F3(sour)2.86 E(ce)-.18 E F0 2.86 +(,a)C(nd)-2.86 E F3(sour)2.86 E(ce)-.18 E F0 .36(unsets the)2.86 F F3 +(DEB)2.86 E(UG)-.1 E F0 .36(trap while it e)2.86 F -.15(xe)-.15 G 2.86 +(cutes. If).15 F F32.86 E F0(is)2.86 E 1.435 +(not set, and the sourced \214le changes the)144 132 R F3(DEB)3.935 E +(UG)-.1 E F0 1.435(trap, the ne)3.935 F 3.935(wv)-.25 G 1.435 +(alue is retained when)-4.185 F F3(sour)3.935 E(ce)-.18 E F0 3.762 +(completes. The)144 144 R 1.262 +(return status is the status of the last command e)3.762 F 1.263 +(xited within the script \(0 if no)-.15 F(commands are e)144 156 Q -.15 +(xe)-.15 G(cuted\), and f).15 E(alse if)-.1 E F2(\214lename)4.41 E F0 +(is not found or cannot be read.)2.68 E F3(alias)108 172.8 Q F0([)2.5 E +F3A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C(..]) +-2.5 E F3(Alias)144 184.8 Q F0 2.725(with no ar)5.225 F 2.724 +(guments or with the)-.18 F F35.224 E F0 2.724 +(option prints the list of aliases in the form)5.224 F F3(alias)5.224 E +F2(name)144 196.8 Q F0(=)A F2(value)A F0 .58(on standard output.)3.08 F .58(When ar)5.58 F .58 (guments are supplied, an alias is de\214ned for each)-.18 F F2(name) -3.08 E F0(whose)144 678 Q F2(value)2.895 E F0 .395(is gi)2.895 F -.15 -(ve)-.25 G 2.895(n. A).15 F .395(trailing space in)2.895 F F2(value) -5.395 E F0 .395(causes the ne)2.895 F .395(xt w)-.15 F .395 -(ord to be check)-.1 F .395(ed for alias sub-)-.1 F .054 -(stitution when the alias is e)144 690 R 2.554(xpanded. F)-.15 F .054 -(or each)-.15 F F2(name)2.554 E F0 .054(in the ar)2.554 F .054 -(gument list for which no)-.18 F F2(value)2.554 E F0 .054(is sup-)2.554 -F 1.314(plied, the name and v)144 702 R 1.314 -(alue of the alias is printed.)-.25 F F1(Alias)6.314 E F0 1.314 +3.08 E F0(whose)144 208.8 Q F2(value)2.509 E F0 .009(is gi)2.509 F -.15 +(ve)-.25 G 2.509(n. A).15 F .009(trailing space in)2.509 F F2(value) +2.509 E F0 .009(causes the ne)2.509 F .009(xt w)-.15 F .009 +(ord to be check)-.1 F .008(ed for alias substi-)-.1 F .579 +(tution when the alias is e)144 220.8 R 3.079(xpanded. F)-.15 F .579 +(or each)-.15 F F2(name)3.079 E F0 .579(in the ar)3.079 F .579 +(gument list for which no)-.18 F F2(value)3.079 E F0 .579(is sup-)3.079 +F 1.314(plied, the name and v)144 232.8 R 1.314 +(alue of the alias is printed.)-.25 F F3(Alias)6.314 E F0 1.314 (returns true unless a)3.814 F F2(name)3.814 E F0 1.313(is gi)3.814 F -.15(ve)-.25 G 3.813(nf).15 G(or)-3.813 E -(which no alias has been de\214ned.)144 714 Q(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(51)190.95 E 0 Cg EP -%%Page: 52 52 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(bg)108 84 Q F0([)2.5 E/F2 10/Times-Italic@0 -SF(jobspec)A F0(...])2.5 E .744(Resume each suspended job)144 96 R F2 -(jobspec)3.244 E F0 .745 -(in the background, as if it had been started with)3.244 F F1(&)3.245 E -F0 5.745(.I)C(f)-5.745 E F2(job-)4.985 E(spec)144 108 Q F0 .672 +(which no alias has been de\214ned.)144 244.8 Q F3(bg)108 261.6 Q F0([) +2.5 E F2(jobspec)A F0(...])2.5 E .744(Resume each suspended job)144 +273.6 R F2(jobspec)3.244 E F0 .745 +(in the background, as if it had been started with)3.244 F F3(&)3.245 E +F0 5.745(.I)C(f)-5.745 E F2(job-)4.985 E(spec)144 285.6 Q F0 .672 (is not present, the shell')3.482 F 3.172(sn)-.55 G .672(otion of the) --3.172 F F2(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F1 +-3.172 F F2(curr)3.172 E .672(ent job)-.37 F F0 .672(is used.)3.172 F F3 (bg)5.671 E F2(jobspec)4.911 E F0 .671(returns 0 unless run)3.481 F .418 -(when job control is disabled or)144 120 R 2.919(,w)-.4 G .419 +(when job control is disabled or)144 297.6 R 2.919(,w)-.4 G .419 (hen run with job control enabled, an)-2.919 F 2.919(ys)-.15 G (peci\214ed)-2.919 E F2(jobspec)2.919 E F0 -.1(wa)2.919 G 2.919(sn).1 G -(ot)-2.919 E(found or w)144 132 Q(as started without job control.)-.1 E -F1(bind)108 148.8 Q F0([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0 -2.5(][)C F1(\255lpsvPSVX)-2.5 E F0(])A F1(bind)108 160.8 Q F0([)2.5 E F1 -A F2 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F1-2.5 E F2 -(function)2.5 E F0 2.5(][)C F1-2.5 E F2(function)2.5 E F0 2.5(][)C -F1-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(])A F1(bind)108 172.8 Q F0 -([)2.5 E F1A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F12.5 E F2 -(\214lename)2.5 E F1(bind)108 184.8 Q F0([)2.5 E F1A F2 -.1(ke)2.5 -G(ymap)-.2 E F0(])A F12.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 -(shell\255command)A F1(bind)108 196.8 Q F0([)2.5 E F1A F2 -.1(ke) +(ot)-2.919 E(found or w)144 309.6 Q(as started without job control.)-.1 +E F3(bind)108 326.4 Q F0([)2.5 E F3A F2 -.1(ke)2.5 G(ymap)-.2 E F0 +2.5(][)C F3(\255lpsvPSVX)-2.5 E F0(])A F3(bind)108 338.4 Q F0([)2.5 E F3 +A F2 -.1(ke)2.5 G(ymap)-.2 E F0 2.5(][)C F3-2.5 E F2 +(function)2.5 E F0 2.5(][)C F3-2.5 E F2(function)2.5 E F0 2.5(][)C +F3-2.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(])A F3(bind)108 350.4 Q F0 +([)2.5 E F3A F2 -.1(ke)2.5 G(ymap)-.2 E F0(])A F32.5 E F2 +(\214lename)2.5 E F3(bind)108 362.4 Q F0([)2.5 E F3A F2 -.1(ke)2.5 +G(ymap)-.2 E F0(])A F32.5 E F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 +(shell\255command)A F3(bind)108 374.4 Q F0([)2.5 E F3A F2 -.1(ke) 2.5 G(ymap)-.2 E F0(])A F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 -(function\255name)A F1(bind)108 208.8 Q F2 -.37(re)2.5 G -(adline\255command).37 E F0 .239(Display current)144 220.8 R F1 -.18(re) +(function\255name)A F3(bind)108 386.4 Q F0([)2.5 E F3A F2 -.1(ke) +2.5 G(ymap)-.2 E F0(])A F2 -.1(ke)2.5 G(yseq)-.2 E F0(:)A F2 -.37(re)C +(adline\255command).37 E F0 .239(Display current)144 398.4 R F3 -.18(re) 2.739 G(adline).18 E F0 -.1(ke)2.739 G 2.739(ya)-.05 G .239 (nd function bindings, bind a k)-2.739 F .539 -.15(ey s)-.1 H .238 -(equence to a).15 F F1 -.18(re)2.738 G(adline).18 E F0 .238(function or) -2.738 F .475(macro, or set a)144 232.8 R F1 -.18(re)2.975 G(adline).18 E +(equence to a).15 F F3 -.18(re)2.738 G(adline).18 E F0 .238(function or) +2.738 F .475(macro, or set a)144 410.4 R F3 -.18(re)2.975 G(adline).18 E F0 -.25(va)2.975 G 2.975(riable. Each).25 F .476(non-option ar)2.976 F .476(gument is a command as it w)-.18 F .476(ould appear in)-.1 F F2 -(.inputr)144 244.8 Q(c)-.37 E F0 2.984(,b).31 G .484 +(.inputr)144 422.4 Q(c)-.37 E F0 2.984(,b).31 G .484 (ut each binding or command must be passed as a separate ar)-3.184 F .483(gument; e.g., '"\\C\255x\\C\255r":)-.18 F 2.5 -(re\255read\255init\255\214le'. Options,)144 256.8 R(if supplied, ha)2.5 -E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 -268.8 Q F2 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 280.8 Q F2 -.1(ke)5.158 G +(re\255read\255init\255\214le'. Options,)144 434.4 R(if supplied, ha)2.5 +E .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F3144 +446.4 Q F2 -.1(ke)2.5 G(ymap)-.2 E F0(Use)180 458.4 Q F2 -.1(ke)5.158 G (ymap)-.2 E F0 2.658(as the k)5.348 F -.15(ey)-.1 G 2.658(map to be af) .15 F 2.659(fected by the subsequent bindings.)-.25 F(Acceptable)7.659 E -F2 -.1(ke)180 292.8 S(ymap)-.2 E F0 3.193(names are)5.883 F F2 3.193 +F2 -.1(ke)180 470.4 S(ymap)-.2 E F0 3.193(names are)5.883 F F2 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 304.8 Q F0 4.429(,a)C(nd)-4.429 E F2(vi\255insert) -4.429 E F0(.).68 E F2(vi)6.929 E F0 1.929(is equi)4.429 F -.25(va)-.25 G -1.929(lent to).25 F F2(vi\255command)4.429 E F0(;)A F2(emacs)4.429 E F0 -1.929(is equi)4.429 F -.25(va)-.25 G 1.93(lent to).25 F F2 -(emacs\255standar)180 316.8 Q(d)-.37 E F0(.)A F1144 328.8 Q F0 -(List the names of all)27.52 E F1 -.18(re)2.5 G(adline).18 E F0 -(functions.)2.5 E F1144 340.8 Q F0(Display)24.74 E F1 -.18(re)2.5 -G(adline).18 E F0(function names and bindings in such a w)2.5 E -(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 352.8 -Q F0(List current)24.19 E F1 -.18(re)2.5 G(adline).18 E F0 -(function names and bindings.)2.5 E F1144 364.8 Q F0(Display)26.41 -E F1 -.18(re)3.655 G(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05 G -1.155(equences bound to macros and the strings the)-3.655 F 3.655(yo) --.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 376.8 S 2.5(yt).1 G -(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F1144 388.8 Q -F0(Display)24.74 E F1 -.18(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5(ys) --.05 G(equences bound to macros and the strings the)-2.5 E 2.5(yo)-.15 G -(utput.)-2.5 E F1144 400.8 Q F0(Display)25.3 E F1 -.18(re)2.5 G -(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E +(vi\255command)180 482.4 Q F0 4.113(,a)C(nd)-4.113 E F2(vi\255insert) +4.113 E F0(.).68 E F2(vi)6.613 E F0 1.613(is equi)4.113 F -.25(va)-.25 G +1.613(lent to).25 F F2(vi\255command)4.113 E F0(\()4.113 E F2(vi\255mo)A +(ve)-.1 E F0 1.614(is also a syn-)4.114 F(on)180 494.4 Q(ym\);)-.15 E F2 +(emacs)2.5 E F0(is equi)2.5 E -.25(va)-.25 G(lent to).25 E F2 +(emacs\255standar)2.5 E(d)-.37 E F0(.)A F3144 506.4 Q F0 +(List the names of all)180 506.4 Q F3 -.18(re)2.5 G(adline).18 E F0 +(functions.)2.5 E F3144 518.4 Q F0(Display)180 518.4 Q F3 -.18(re) +2.5 G(adline).18 E F0(function names and bindings in such a w)2.5 E +(ay that the)-.1 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F3144 530.4 +Q F0(List current)180 530.4 Q F3 -.18(re)2.5 G(adline).18 E F0 +(function names and bindings.)2.5 E F3144 542.4 Q F0(Display)180 +542.4 Q F3 -.18(re)3.655 G(adline).18 E F0 -.1(ke)3.655 G 3.655(ys)-.05 +G 1.155(equences bound to macros and the strings the)-3.655 F 3.655(yo) +-.15 G 1.155(utput in such a)-3.655 F -.1(wa)180 554.4 S 2.5(yt).1 G +(hat the)-2.5 E 2.5(yc)-.15 G(an be re-read.)-2.5 E F3144 566.4 Q +F0(Display)180 566.4 Q F3 -.18(re)2.5 G(adline).18 E F0 -.1(ke)2.5 G 2.5 +(ys)-.05 G(equences bound to macros and the strings the)-2.5 E 2.5(yo) +-.15 G(utput.)-2.5 E F3144 578.4 Q F0(Display)180 578.4 Q F3 -.18 +(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E (alues in such a w)-.25 E(ay that the)-.1 E 2.5(yc)-.15 G -(an be re-read.)-2.5 E F1144 412.8 Q F0(List current)23.08 E F1 --.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E -(alues.)-.25 E F1144 424.8 Q F2(\214lename)2.5 E F0(Read k)180 -436.8 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)2.5 E F0(.)A -F1144 448.8 Q F2(function)2.5 E F0(Query about which k)180 460.8 Q +(an be re-read.)-2.5 E F3144 590.4 Q F0(List current)180 590.4 Q +F3 -.18(re)2.5 G(adline).18 E F0 -.25(va)2.5 G(riable names and v).25 E +(alues.)-.25 E F3144 602.4 Q F2(\214lename)2.5 E F0(Read k)180 +614.4 Q .3 -.15(ey b)-.1 H(indings from).15 E F2(\214lename)2.5 E F0(.)A +F3144 626.4 Q F2(function)2.5 E F0(Query about which k)180 638.4 Q -.15(ey)-.1 G 2.5(si).15 G -1.9 -.4(nv o)-2.5 H .2 -.1(ke t).4 H -(he named).1 E F2(function)2.5 E F0(.)A F1144 472.8 Q F2(function) -2.5 E F0(Unbind all k)180 484.8 Q -.15(ey)-.1 G 2.5(sb).15 G -(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F1144 496.8 Q -F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 508.8 Q .3 -.15(ve a)-.15 H .3 +(he named).1 E F2(function)2.5 E F0(.)A F3144 650.4 Q F2(function) +2.5 E F0(Unbind all k)180 662.4 Q -.15(ey)-.1 G 2.5(sb).15 G +(ound to the named)-2.5 E F2(function)2.5 E F0(.)A F3144 674.4 Q +F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 686.4 Q .3 -.15(ve a)-.15 H .3 -.15(ny c).15 H(urrent binding for).15 E F2 -.1(ke)2.5 G(yseq)-.2 E F0 -(.)A F1144 520.8 Q F2 -.1(ke)2.5 G(yseq)-.2 E F1(:)A F2 -(shell\255command)A F0(Cause)180 532.8 Q F2(shell\255command)4.325 E F0 +(.)A F3144 698.4 Q F2 -.1(ke)2.5 G(yseq)-.2 E F3(:)A F2 +(shell\255command)A F0(Cause)180 710.4 Q F2(shell\255command)4.325 E F0 1.825(to be e)4.325 F -.15(xe)-.15 G 1.825(cuted whene).15 F -.15(ve) -.25 G(r).15 E F2 -.1(ke)4.325 G(yseq)-.2 E F0 1.825(is entered.)4.325 F -(When)6.825 E F2(shell\255com-)4.325 E(mand)180 544.8 Q F0 1.765(is e) -4.265 F -.15(xe)-.15 G 1.765(cuted, the shell sets the).15 F/F3 9 -/Times-Bold@0 SF(READLINE_LINE)4.265 E F0 -.25(va)4.015 G 1.765 -(riable to the contents of the).25 F F1 -.18(re)180 556.8 S(adline).18 E -F0 1.353(line b)3.852 F(uf)-.2 E 1.353(fer and the)-.25 F F3 -(READLINE_POINT)3.853 E F0 -.25(va)3.603 G 1.353 -(riable to the current location of the).25 F 2.012(insertion point.)180 -568.8 R 2.011(If the e)7.012 F -.15(xe)-.15 G 2.011 -(cuted command changes the v).15 F 2.011(alue of)-.25 F F3 -(READLINE_LINE)4.511 E F0(or)4.261 E F3(READLINE_POINT)180 580.8 Q/F4 9 +(When)6.825 E F2(shell\255com-)4.325 E(mand)180 722.4 Q F0 1.765(is e) +4.265 F -.15(xe)-.15 G 1.765(cuted, the shell sets the).15 F F1 +(READLINE_LINE)4.265 E F0 -.25(va)4.015 G 1.765 +(riable to the contents of the).25 F(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(54)192.055 E 0 Cg EP +%%Page: 55 55 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF -.18(re)180 84 S(adline).18 E F0 1.353(line b)3.852 F(uf)-.2 E 1.353 +(fer and the)-.25 F/F2 9/Times-Bold@0 SF(READLINE_POINT)3.853 E F0 -.25 +(va)3.603 G 1.353(riable to the current location of the).25 F 2.012 +(insertion point.)180 96 R 2.011(If the e)7.012 F -.15(xe)-.15 G 2.011 +(cuted command changes the v).15 F 2.011(alue of)-.25 F F2 +(READLINE_LINE)4.511 E F0(or)4.261 E F2(READLINE_POINT)180 108 Q/F3 9 /Times-Roman@0 SF(,)A F0(those ne)2.25 E 2.5(wv)-.25 G -(alues will be re\215ected in the editing state.)-2.75 E F1144 -592.8 Q F0 .829(List all k)23.08 F 1.129 -.15(ey s)-.1 H .829 +(alues will be re\215ected in the editing state.)-2.75 E F1144 120 +Q F0 .829(List all k)180 120 R 1.129 -.15(ey s)-.1 H .829 (equences bound to shell commands and the associated commands in a for) -.15 F(-)-.2 E(mat that can be reused as input.)180 604.8 Q(The return v) -144 621.6 Q(alue is 0 unless an unrecognized option is gi)-.25 E -.15 +.15 F(-)-.2 E(mat that can be reused as input.)180 132 Q(The return v) +144 148.8 Q(alue is 0 unless an unrecognized option is gi)-.25 E -.15 (ve)-.25 G 2.5(no).15 G 2.5(ra)-2.5 G 2.5(ne)-2.5 G(rror occurred.)-2.5 -E F1(br)108 638.4 Q(eak)-.18 E F0([)2.5 E F2(n)A F0(])A .055 -(Exit from within a)144 650.4 R F1 -.25(fo)2.555 G(r).25 E F0(,)A F1 -(while)2.555 E F0(,)A F1(until)2.555 E F0 2.555(,o)C(r)-2.555 E F1 -(select)2.555 E F0 2.555(loop. If)2.555 F F2(n)2.555 E F0 .055 -(is speci\214ed, break)2.555 F F2(n)2.555 E F0(le)2.555 E -.15(ve)-.25 G -(ls.).15 E F2(n)5.414 E F0 .054(must be)2.794 F/F5 10/Symbol SF2.554 -E F0(1.)2.554 E(If)144 662.4 Q F2(n)3.074 E F0 .215(is greater than the\ +E F1(br)108 165.6 Q(eak)-.18 E F0([)2.5 E/F4 10/Times-Italic@0 SF(n)A F0 +(])A .055(Exit from within a)144 177.6 R F1 -.25(fo)2.555 G(r).25 E F0 +(,)A F1(while)2.555 E F0(,)A F1(until)2.555 E F0 2.555(,o)C(r)-2.555 E +F1(select)2.555 E F0 2.555(loop. If)2.555 F F4(n)2.555 E F0 .055 +(is speci\214ed, break)2.555 F F4(n)2.555 E F0(le)2.555 E -.15(ve)-.25 G +(ls.).15 E F4(n)5.414 E F0 .054(must be)2.794 F/F5 10/Symbol SF2.554 +E F0(1.)2.554 E(If)144 189.6 Q F4(n)3.074 E F0 .215(is greater than the\ number of enclosing loops, all enclosing loops are e)2.954 F 2.715 (xited. The)-.15 F .215(return v)2.715 F(alue)-.25 E(is 0 unless)144 -674.4 Q F2(n)2.5 E F0(is not greater than or equal to 1.)2.5 E F1 -.2 -(bu)108 691.2 S(iltin).2 E F2(shell\255b)2.5 E(uiltin)-.2 E F0([)2.5 E -F2(ar)A(guments)-.37 E F0(])A(Ex)144 703.2 Q .793 -(ecute the speci\214ed shell b)-.15 F .793(uiltin, passing it)-.2 F F2 +201.6 Q F4(n)2.5 E F0(is not greater than or equal to 1.)2.5 E F1 -.2 +(bu)108 218.4 S(iltin).2 E F4(shell\255b)2.5 E(uiltin)-.2 E F0([)2.5 E +F4(ar)A(guments)-.37 E F0(])A(Ex)144 230.4 Q .793 +(ecute the speci\214ed shell b)-.15 F .793(uiltin, passing it)-.2 F F4 (ar)3.293 E(guments)-.37 E F0 3.293(,a).27 G .793(nd return its e)-3.293 F .792(xit status.)-.15 F .792(This is useful)5.792 F .615 (when de\214ning a function whose name is the same as a shell b)144 -715.2 R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144 -727.2 R .57(uiltin within the function.)-.2 F(The)5.57 E F1(cd)3.07 E F0 +242.4 R .616(uiltin, retaining the functionality of)-.2 F .57(the b)144 +254.4 R .57(uiltin within the function.)-.2 F(The)5.57 E F1(cd)3.07 E F0 -.2(bu)3.07 G .57(iltin is commonly rede\214ned this w).2 F(ay)-.1 E -5.57(.T)-.65 G .57(he return status)-5.57 F(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(52)190.95 E 0 Cg EP -%%Page: 53 53 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(is f)144 84 Q(alse if)-.1 E/F1 10/Times-Italic@0 SF(shell\255b) -2.84 E(uiltin)-.2 E F0(is not a shell b)2.74 E(uiltin command.)-.2 E/F2 -10/Times-Bold@0 SF(caller)108 100.8 Q F0([)2.5 E F1 -.2(ex)C(pr).2 E F0 -(])A .253(Returns the conte)144 112.8 R .254(xt of an)-.15 F 2.754(ya) --.15 G(cti)-2.754 E .554 -.15(ve s)-.25 H .254 +5.57(.T)-.65 G .57(he return status)-5.57 F(is f)144 266.4 Q(alse if)-.1 +E F4(shell\255b)2.84 E(uiltin)-.2 E F0(is not a shell b)2.74 E +(uiltin command.)-.2 E F1(caller)108 283.2 Q F0([)2.5 E F4 -.2(ex)C(pr) +.2 E F0(])A .253(Returns the conte)144 295.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.754 E F0(or)2.754 E F2(sour)144 124.8 Q -(ce)-.18 E F0 -.2(bu)2.825 G 2.825(iltins\). W).2 F(ithout)-.4 E F1 -.2 -(ex)2.825 G(pr).2 E F0(,)A F2(caller)2.825 E F0 .324 +.254(cuted with the).15 F F1(.)2.754 E F0(or)2.754 E F1(sour)144 307.2 Q +(ce)-.18 E F0 -.2(bu)2.825 G 2.825(iltins\). W).2 F(ithout)-.4 E F4 -.2 +(ex)2.825 G(pr).2 E F0(,)A F1(caller)2.825 E F0 .324 (displays the line number and source \214lename of the current)2.824 F -.253(subroutine call.)144 136.8 R .253(If a non-ne)5.253 F -.05(ga)-.15 +.253(subroutine call.)144 319.2 R .253(If a non-ne)5.253 F -.05(ga)-.15 G(ti).05 E .553 -.15(ve i)-.25 H(nte).15 E .253(ger is supplied as)-.15 -F F1 -.2(ex)2.753 G(pr).2 E F0(,)A F2(caller)2.753 E F0 .254 +F F4 -.2(ex)2.753 G(pr).2 E F0(,)A F1(caller)2.753 E F0 .254 (displays the line number)2.754 F 2.754(,s)-.4 G(ub-)-2.754 E 1.327(rou\ tine name, and source \214le corresponding to that position in the curr\ -ent e)144 148.8 R -.15(xe)-.15 G 1.327(cution call stack.).15 F(This e) -144 160.8 Q(xtra information may be used, for e)-.15 E .001 +ent e)144 331.2 R -.15(xe)-.15 G 1.327(cution call stack.).15 F(This e) +144 343.2 Q(xtra information may be used, for e)-.15 E .001 (xample, to print a stack trace.)-.15 F .001(The current frame is frame) -5.001 F 3.02(0. The)144 172.8 R .52(return v)3.02 F .52 +5.001 F 3.02(0. The)144 355.2 R .52(return v)3.02 F .52 (alue is 0 unless the shell is not e)-.25 F -.15(xe)-.15 G .519 -(cuting a subroutine call or).15 F F1 -.2(ex)3.019 G(pr).2 E F0 .519 -(does not corre-)3.019 F(spond to a v)144 184.8 Q -(alid position in the call stack.)-.25 E F2(cd)108 201.6 Q F0([)2.5 E F2 -A F0(|[)A F2A F0([)2.5 E F2A F0(]] [\255@]] [)A F1 -(dir)A F0(])A .321(Change the current directory to)144 213.6 R F1(dir) -2.821 E F0 5.321(.i)C(f)-5.321 E F1(dir)2.821 E F0 .322 -(is not supplied, the v)2.821 F .322(alue of the)-.25 F/F3 9 -/Times-Bold@0 SF(HOME)2.822 E F0 .322(shell v)2.572 F .322(ariable is) --.25 F 1.036(the def)144 225.6 R 3.536(ault. An)-.1 F 3.536(ya)-.15 G -1.035(dditional ar)-3.536 F 1.035(guments follo)-.18 F(wing)-.25 E F1 -(dir)3.535 E F0 1.035(are ignored.)3.535 F 1.035(The v)6.035 F(ariable) --.25 E F3(CDP)3.535 E -.855(AT)-.666 G(H).855 E F0(de\214nes)3.285 E -.849(the search path for the directory containing)144 237.6 R F1(dir) -3.349 E F0 3.35(:e).73 G .85(ach directory name in)-3.35 F F3(CDP)3.35 E --.855(AT)-.666 G(H).855 E F0 .85(is searched for)3.1 F F1(dir)144 249.6 -Q F0 5.665(.A)C(lternati)-5.665 E .965 -.15(ve d)-.25 H .665 -(irectory names in).15 F F3(CDP)3.165 E -.855(AT)-.666 G(H).855 E F0 +(cuting a subroutine call or).15 F F4 -.2(ex)3.019 G(pr).2 E F0 .519 +(does not corre-)3.019 F(spond to a v)144 367.2 Q +(alid position in the call stack.)-.25 E F1(cd)108 384 Q F0([)2.5 E F1 +A F0(|[)A F1A F0([)2.5 E F1A F0(]] [\255@]] [)A F4 +(dir)A F0(])A .321(Change the current directory to)144 396 R F4(dir) +2.821 E F0 5.321(.i)C(f)-5.321 E F4(dir)2.821 E F0 .322 +(is not supplied, the v)2.821 F .322(alue of the)-.25 F F2(HOME)2.822 E +F0 .322(shell v)2.572 F .322(ariable is)-.25 F 1.036(the def)144 408 R +3.536(ault. An)-.1 F 3.536(ya)-.15 G 1.035(dditional ar)-3.536 F 1.035 +(guments follo)-.18 F(wing)-.25 E F4(dir)3.535 E F0 1.035(are ignored.) +3.535 F 1.035(The v)6.035 F(ariable)-.25 E F2(CDP)3.535 E -.855(AT)-.666 +G(H).855 E F0(de\214nes)3.285 E .849 +(the search path for the directory containing)144 420 R F4(dir)3.349 E +F0 3.35(:e).73 G .85(ach directory name in)-3.35 F F2(CDP)3.35 E -.855 +(AT)-.666 G(H).855 E F0 .85(is searched for)3.1 F F4(dir)144 432 Q F0 +5.665(.A)C(lternati)-5.665 E .965 -.15(ve d)-.25 H .665 +(irectory names in).15 F F2(CDP)3.165 E -.855(AT)-.666 G(H).855 E F0 .665(are separated by a colon \(:\).)2.915 F 3.165(An)5.665 G .664 -(ull directory name)-3.165 F(in)144 261.6 Q F3(CDP)4.162 E -.855(AT) --.666 G(H).855 E F0 1.662(is the same as the current directory)3.912 F -4.162(,i)-.65 G 1.662(.e., `)-4.162 F(`)-.74 E F2(.)A F0 -.74('')C 6.662 -(.I).74 G(f)-6.662 E F1(dir)4.513 E F0(be)4.893 E 1.663 -(gins with a slash \(/\), then)-.15 F F3(CDP)144 273.6 Q -.855(AT)-.666 -G(H).855 E F0 .347(is not used. The)2.598 F F22.847 E F0 .347 -(option causes)2.847 F F2(cd)2.847 E F0 .347(to use the ph)2.847 F .347 -(ysical directory structure by resolving)-.05 F 1.12 -(symbolic links while tra)144 285.6 R -.15(ve)-.2 G(rsing).15 E F1(dir) -3.62 E F0 1.12(and before processing instances of)3.62 F F1(..)3.62 E F0 -(in)3.62 E F1(dir)3.62 E F0 1.12(\(see also the)3.62 F F23.62 E F0 -.395(option to the)144 297.6 R F2(set)2.895 E F0 -.2(bu)2.895 G .395 -(iltin command\); the).2 F F22.895 E F0 .395 +(ull directory name)-3.165 F(in)144 444 Q F2(CDP)4.162 E -.855(AT)-.666 +G(H).855 E F0 1.662(is the same as the current directory)3.912 F 4.162 +(,i)-.65 G 1.662(.e., `)-4.162 F(`)-.74 E F1(.)A F0 -.74('')C 6.662(.I) +.74 G(f)-6.662 E F4(dir)4.513 E F0(be)4.893 E 1.663 +(gins with a slash \(/\), then)-.15 F F2(CDP)144 456 Q -.855(AT)-.666 G +(H).855 E F0 .191(is not used.)2.441 F(The)5.191 E F12.691 E F0 +.191(option causes)2.691 F F1(cd)2.691 E F0 .191(to use the ph)2.691 F +.19(ysical directory structure by resolving)-.05 F 1.12 +(symbolic links while tra)144 468 R -.15(ve)-.2 G(rsing).15 E F4(dir) +3.62 E F0 1.12(and before processing instances of)3.62 F F4(..)3.62 E F0 +(in)3.62 E F4(dir)3.62 E F0 1.12(\(see also the)3.62 F F13.62 E F0 +.395(option to the)144 480 R F1(set)2.895 E F0 -.2(bu)2.895 G .395 +(iltin command\); the).2 F F12.895 E F0 .395 (option forces symbolic links to be follo)2.895 F .395(wed by resolv-) --.25 F .443(ing the link after processing instances of)144 309.6 R F1 -(..)2.943 E F0(in)2.943 E F1(dir)2.943 E F0 5.443(.I)C(f)-5.443 E F1(..) -2.943 E F0 .443(appears in)2.943 F F1(dir)2.943 E F0 2.943(,i)C 2.943 +-.25 F .443(ing the link after processing instances of)144 492 R F4(..) +2.943 E F0(in)2.943 E F4(dir)2.943 E F0 5.443(.I)C(f)-5.443 E F4(..) +2.943 E F0 .443(appears in)2.943 F F4(dir)2.943 E F0 2.943(,i)C 2.943 (ti)-2.943 G 2.944(sp)-2.943 G .444(rocessed by remo)-2.944 F(ving)-.15 -E .744(the immediately pre)144 321.6 R .744 -(vious pathname component from)-.25 F F1(dir)3.244 E F0 3.244(,b)C .744 -(ack to a slash or the be)-3.244 F .744(ginning of)-.15 F F1(dir)3.244 E -F0(.)A 1.465(If the)144 333.6 R F23.965 E F0 1.465 -(option is supplied with)3.965 F F23.965 E F0 3.965(,a)C 1.465 -(nd the current w)-3.965 F 1.466 +E .744(the immediately pre)144 504 R .744(vious pathname component from) +-.25 F F4(dir)3.244 E F0 3.244(,b)C .744(ack to a slash or the be)-3.244 +F .744(ginning of)-.15 F F4(dir)3.244 E F0(.)A 1.465(If the)144 516 R F1 +3.965 E F0 1.465(option is supplied with)3.965 F F13.965 E +F0 3.965(,a)C 1.465(nd the current w)-3.965 F 1.466 (orking directory cannot be successfully)-.1 F .468 -(determined after a successful directory change,)144 345.6 R F2(cd)2.968 -E F0 .468(will return an unsuccessful status.)2.968 F .467(On systems) -5.467 F .336(that support it, the)144 357.6 R F22.836 E F0 .336 +(determined after a successful directory change,)144 528 R F1(cd)2.968 E +F0 .468(will return an unsuccessful status.)2.968 F .467(On systems) +5.467 F .336(that support it, the)144 540 R F12.836 E F0 .336 (option presents the e)2.836 F .336(xtended attrib)-.15 F .337 (utes associated with a \214le as a directory)-.2 F(.)-.65 E .71(An ar) -144 369.6 R .71(gument of)-.18 F F23.21 E F0 .71(is con)3.21 F -.15 -(ve)-.4 G .71(rted to).15 F F3($OLDPWD)3.21 E F0 .71 +144 552 R .71(gument of)-.18 F F13.21 E F0 .71(is con)3.21 F -.15 +(ve)-.4 G .71(rted to).15 F F2($OLDPWD)3.21 E F0 .71 (before the directory change is attempted.)2.96 F .71(If a non-)5.71 F -.106(empty directory name from)144 381.6 R F3(CDP)2.606 E -.855(AT)-.666 -G(H).855 E F0 .107(is used, or if)2.356 F F22.607 E F0 .107 +.106(empty directory name from)144 564 R F2(CDP)2.606 E -.855(AT)-.666 G +(H).855 E F0 .107(is used, or if)2.356 F F12.607 E F0 .107 (is the \214rst ar)2.607 F .107(gument, and the directory change)-.18 F -.038(is successful, the absolute pathname of the ne)144 393.6 R 2.538 -(ww)-.25 G .038(orking directory is written to the standard output.) --2.638 F(The return v)144 405.6 Q(alue is true if the directory w)-.25 E -(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F2(command)108 -422.4 Q F0([)2.5 E F2(\255pVv)A F0(])A F1(command)2.5 E F0([)2.5 E F1 -(ar)A(g)-.37 E F0(...])2.5 E(Run)144 434.4 Q F1(command)2.956 E F0(with) -3.527 E F1(ar)3.087 E(gs)-.37 E F0 .257 -(suppressing the normal shell function lookup. Only b)3.027 F .257 -(uiltin commands or)-.2 F .502(commands found in the)144 446.4 R F3 --.666(PA)3.002 G(TH)-.189 E F0 .502(are e)2.752 F -.15(xe)-.15 G 3.002 -(cuted. If).15 F(the)3.002 E F23.002 E F0 .502(option is gi)3.002 -F -.15(ve)-.25 G .501(n, the search for).15 F F1(command)3.201 E F0(is) -3.771 E .399(performed using a def)144 458.4 R .399(ault v)-.1 F .399 -(alue for)-.25 F F3 -.666(PA)2.899 G(TH)-.189 E F0 .4 +.038(is successful, the absolute pathname of the ne)144 576 R 2.538(ww) +-.25 G .038(orking directory is written to the standard output.)-2.638 F +(The return v)144 588 Q(alue is true if the directory w)-.25 E +(as successfully changed; f)-.1 E(alse otherwise.)-.1 E F1(command)108 +604.8 Q F0([)2.5 E F1(\255pVv)A F0(])A F4(command)2.5 E F0([)2.5 E F4 +(ar)A(g)-.37 E F0(...])2.5 E(Run)144 616.8 Q F4(command)2.764 E F0(with) +3.334 E F4(ar)2.894 E(gs)-.37 E F0 .065 +(suppressing the normal shell function lookup.)2.834 F .065(Only b)5.065 +F .065(uiltin commands or)-.2 F .502(commands found in the)144 628.8 R +F2 -.666(PA)3.002 G(TH)-.189 E F0 .502(are e)2.752 F -.15(xe)-.15 G +3.002(cuted. If).15 F(the)3.002 E F13.002 E F0 .502(option is gi) +3.002 F -.15(ve)-.25 G .501(n, the search for).15 F F4(command)3.201 E +F0(is)3.771 E .399(performed using a def)144 640.8 R .399(ault v)-.1 F +.399(alue for)-.25 F F2 -.666(PA)2.899 G(TH)-.189 E F0 .4 (that is guaranteed to \214nd all of the standard utilities.)2.649 F(If) -5.4 E .175(either the)144 470.4 R F22.675 E F0(or)2.675 E F2 -2.675 E F0 .175(option is supplied, a description of)2.675 F F1(command) -2.875 E F0 .174(is printed.)3.445 F(The)5.174 E F22.674 E F0 .174 -(option causes)2.674 F 3.317(as)144 482.4 S .817(ingle w)-3.317 F .817 +5.4 E .175(either the)144 652.8 R F12.675 E F0(or)2.675 E F1 +2.675 E F0 .175(option is supplied, a description of)2.675 F F4(command) +2.875 E F0 .174(is printed.)3.445 F(The)5.174 E F12.674 E F0 .174 +(option causes)2.674 F 3.317(as)144 664.8 S .817(ingle w)-3.317 F .817 (ord indicating the command or \214lename used to in)-.1 F -.2(vo)-.4 G --.1(ke).2 G F1(command)3.618 E F0 .818(to be displayed; the)4.088 F F2 -144 494.4 Q F0 .25(option produces a more v)2.75 F .25 -(erbose description.)-.15 F .249(If the)5.25 F F22.749 E F0(or) -2.749 E F22.749 E F0 .249(option is supplied, the e)2.749 F .249 -(xit status)-.15 F 1.004(is 0 if)144 506.4 R F1(command)3.704 E F0 -.1 +-.1(ke).2 G F4(command)3.618 E F0 .818(to be displayed; the)4.088 F F1 +144 676.8 Q F0 .25(option produces a more v)2.75 F .25 +(erbose description.)-.15 F .249(If the)5.25 F F12.749 E F0(or) +2.749 E F12.749 E F0 .249(option is supplied, the e)2.749 F .249 +(xit status)-.15 F 1.004(is 0 if)144 688.8 R F4(command)3.704 E F0 -.1 (wa)4.274 G 3.504(sf).1 G 1.005(ound, and 1 if not.)-3.504 F 1.005 -(If neither option is supplied and an error occurred or)6.005 F F1 -(command)144.2 518.4 Q F0 1.599(cannot be found, the e)4.869 F 1.599 +(If neither option is supplied and an error occurred or)6.005 F F4 +(command)144.2 700.8 Q F0 1.599(cannot be found, the e)4.869 F 1.599 (xit status is 127.)-.15 F 1.599(Otherwise, the e)6.599 F 1.598 -(xit status of the)-.15 F F2(command)4.098 E F0 -.2(bu)144 530.4 S -(iltin is the e).2 E(xit status of)-.15 E F1(command)2.5 E F0(.).77 E F2 -(compgen)108 547.2 Q F0([)2.5 E F1(option)A F0 2.5(][)C F1(wor)-2.5 E(d) --.37 E F0(])A .012(Generate possible completion matches for)144 559.2 R -F1(wor)2.513 E(d)-.37 E F0 .013(according to the)2.513 F F1(option)2.513 -E F0 .013(s, which may be an)B 2.513(yo)-.15 G(ption)-2.513 E .982 -(accepted by the)144 571.2 R F2(complete)3.482 E F0 -.2(bu)3.481 G .981 -(iltin with the e).2 F .981(xception of)-.15 F F23.481 E F0(and) -3.481 E F23.481 E F0 3.481(,a)C .981(nd write the matches to the) --3.481 F 1.415(standard output.)144 583.2 R 1.415(When using the)6.415 F -F23.915 E F0(or)3.915 E F23.915 E F0 1.415(options, the v) -3.915 F 1.415(arious shell v)-.25 F 1.415(ariables set by the pro-)-.25 -F(grammable completion f)144 595.2 Q(acilities, while a)-.1 E -.25(va) --.2 G(ilable, will not ha).25 E .3 -.15(ve u)-.2 H(seful v).15 E(alues.) --.25 E .352(The matches will be generated in the same w)144 619.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 -631.2 R(If)5.02 E F1(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only) -2.52 F(those completions matching)144 643.2 Q F1(wor)2.5 E(d)-.37 E F0 -(will be displayed.)2.5 E(The return v)144 667.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 F2 -(complete)108 684 Q F0([)3.729 E F2(\255abcdefgjksuv)A F0 3.729(][)C F2 --3.729 E F1(comp-option)3.729 E F0 3.729(][)C F2(\255DE)-3.729 E -F0 3.728(][)C F2-3.728 E F1(action)3.728 E F0 3.728(][)C F2 --3.728 E F1(globpat)3.728 E F0 3.728(][)C F2-3.728 E F1(wor)3.728 -E(dlist)-.37 E F0 3.728(][)C F2-3.728 E F1(func-)3.728 E(tion)108 -696 Q F0 2.5(][)C F2-2.5 E F1(command)2.5 E F0(])A([)144 708 Q F2 -A F1(\214lterpat)2.5 E F0 2.5(][)C F2-2.5 E F1(pr)2.5 E -(e\214x)-.37 E F0 2.5(][)C F2-2.5 E F1(suf)2.5 E<8c78>-.18 E F0(]) -A F1(name)2.5 E F0([)2.5 E F1(name ...)A F0(])A(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(53)190.95 E 0 Cg EP -%%Page: 54 54 +(xit status of the)-.15 F F1(command)4.098 E F0 -.2(bu)144 712.8 S +(iltin is the e).2 E(xit status of)-.15 E F4(command)2.5 E F0(.).77 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(55)192.055 E 0 Cg EP +%%Page: 56 56 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(complete \255pr)108 84 Q F0([)2.5 E F1 -(\255DE)A F0 2.5(][)C/F2 10/Times-Italic@0 SF(name)-2.5 E F0(...])2.5 E -.634(Specify ho)144 96 R 3.134(wa)-.25 G -.18(rg)-3.134 G .634 -(uments to each).18 F F2(name)3.134 E F0 .634(should be completed.)3.134 -F .633(If the)5.634 F F13.133 E F0 .633 -(option is supplied, or if no)3.133 F .139(options are supplied, e)144 -108 R .139(xisting completion speci\214cations are printed in a w)-.15 F -.14(ay that allo)-.1 F .14(ws them to be)-.25 F .31(reused as input.)144 -120 R(The)5.31 E F12.81 E F0 .31(option remo)2.81 F -.15(ve)-.15 G -2.81(sac).15 G .31(ompletion speci\214cation for each)-2.81 F F2(name) -2.81 E F0 2.81(,o)C 1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E F2 -(name)2.81 E F0(s)A 1.346 -(are supplied, all completion speci\214cations.)144 132 R(The)6.347 E F1 -3.847 E F0 1.347(option indicates that the remaining options)3.847 -F .5(and actions should apply to the `)144 144 R(`def)-.74 E(ault')-.1 E -3('c)-.74 G .5(ommand completion; that is, completion attempted on)-3 F -3.455(ac)144 156 S .955(ommand for which no completion has pre)-3.455 F -.955(viously been de\214ned.)-.25 F(The)5.955 E F13.455 E F0 .955 -(option indicates that)3.455 F .065 -(the remaining options and actions should apply to `)144 168 R(`empty') --.74 E 2.564('c)-.74 G .064(ommand completion; that is, comple-)-2.564 F -(tion attempted on a blank line.)144 180 Q 1.437 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(compgen)108 84 Q F0([)2.5 E/F2 10/Times-Italic@0 SF(option)A F0 2.5 +(][)C F2(wor)-2.5 E(d)-.37 E F0(])A .012 +(Generate possible completion matches for)144 96 R F2(wor)2.513 E(d)-.37 +E F0 .013(according to the)2.513 F F2(option)2.513 E F0 .013 +(s, which may be an)B 2.513(yo)-.15 G(ption)-2.513 E .982 +(accepted by the)144 108 R F1(complete)3.482 E F0 -.2(bu)3.481 G .981 +(iltin with the e).2 F .981(xception of)-.15 F F13.481 E F0(and) +3.481 E F13.481 E F0 3.481(,a)C .981(nd write the matches to the) +-3.481 F .13(standard output.)144 120 R .13(When using the)5.13 F F1 +2.63 E F0(or)2.63 E F12.631 E F0 .131(options, the v)2.631 F +.131(arious shell v)-.25 F .131(ariables set by the program-)-.25 F +(mable completion f)144 132 Q(acilities, while a)-.1 E -.25(va)-.2 G +(ilable, will not ha).25 E .3 -.15(ve u)-.2 H(seful v).15 E(alues.)-.25 +E .352(The matches will be generated in the same w)144 156 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 +168 R(If)5.02 E F2(wor)2.52 E(d)-.37 E F0 .02(is speci\214ed, only)2.52 +F(those completions matching)144 180 Q F2(wor)2.5 E(d)-.37 E F0 +(will be displayed.)2.5 E(The return v)144 204 Q +(alue is true unless an in)-.25 E -.25(va)-.4 G +(lid option is supplied, or no matches were generated.).25 E F1 +(complete)108 220.8 Q F0([)3.729 E F1(\255abcdefgjksuv)A F0 3.729(][)C +F1-3.729 E F2(comp-option)3.729 E F0 3.729(][)C F1(\255DE)-3.729 E +F0 3.728(][)C F1-3.728 E F2(action)3.728 E F0 3.728(][)C F1 +-3.728 E F2(globpat)3.728 E F0 3.728(][)C F1-3.728 E F2(wor)3.728 +E(dlist)-.37 E F0 3.728(][)C F1-3.728 E F2(func-)3.728 E(tion)108 +232.8 Q F0 2.5(][)C F1-2.5 E F2(command)2.5 E F0(])A([)144 244.8 Q +F1A F2(\214lterpat)2.5 E F0 2.5(][)C F1-2.5 E F2(pr)2.5 E +(e\214x)-.37 E F0 2.5(][)C F1-2.5 E F2(suf)2.5 E<8c78>-.18 E F0(]) +A F2(name)2.5 E F0([)2.5 E F2(name ...)A F0(])A F1(complete \255pr)108 +256.8 Q F0([)2.5 E F1(\255DE)A F0 2.5(][)C F2(name)-2.5 E F0(...])2.5 E +.633(Specify ho)144 268.8 R 3.133(wa)-.25 G -.18(rg)-3.133 G .633 +(uments to each).18 F F2(name)3.133 E F0 .633(should be completed.)3.133 +F .634(If the)5.634 F F13.134 E F0 .634 +(option is supplied, or if no)3.134 F .14(options are supplied, e)144 +280.8 R .139(xisting completion speci\214cations are printed in a w)-.15 +F .139(ay that allo)-.1 F .139(ws them to be)-.25 F .31 +(reused as input.)144 292.8 R(The)5.31 E F12.81 E F0 .31 +(option remo)2.81 F -.15(ve)-.15 G 2.81(sac).15 G .31 +(ompletion speci\214cation for each)-2.81 F F2(name)2.81 E F0 2.81(,o)C +1.11 -.4(r, i)-2.81 H 2.81(fn).4 G(o)-2.81 E F2(name)2.81 E F0(s)A 1.347 +(are supplied, all completion speci\214cations.)144 304.8 R(The)6.347 E +F13.847 E F0 1.346(option indicates that the remaining options) +3.847 F .5(and actions should apply to the `)144 316.8 R(`def)-.74 E +(ault')-.1 E 3('c)-.74 G .5 +(ommand completion; that is, completion attempted on)-3 F 3.455(ac)144 +328.8 S .955(ommand for which no completion has pre)-3.455 F .955 +(viously been de\214ned.)-.25 F(The)5.955 E F13.455 E F0 .955 +(option indicates that)3.455 F .064 +(the remaining options and actions should apply to `)144 340.8 R +(`empty')-.74 E 2.565('c)-.74 G .065 +(ommand completion; that is, comple-)-2.565 F +(tion attempted on a blank line.)144 352.8 Q 1.438 (The process of applying these completion speci\214cations when w)144 -204 R 1.438(ord completion is attempted is)-.1 F(described abo)144 216 Q -.3 -.15(ve u)-.15 H(nder).15 E F1(Pr)2.5 E(ogrammable Completion)-.18 E -F0(.)A .556(Other options, if speci\214ed, ha)144 240 R .856 -.15(ve t) --.2 H .555(he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F -.555(guments to the)-.18 F F13.055 E F0(,)A F13.055 E F0 -3.055(,a)C(nd)-3.055 E F13.055 E F0 .722 -(options \(and, if necessary)144 252 R 3.222(,t)-.65 G(he)-3.222 E F1 -3.222 E F0(and)3.222 E F13.222 E F0 .723 -(options\) should be quoted to protect them from e)3.222 F(xpan-)-.15 E -(sion before the)144 264 Q F1(complete)2.5 E F0 -.2(bu)2.5 G -(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F1144 276 Q F2 -(comp-option)2.5 E F0(The)184 288 Q F2(comp-option)2.791 E F0 .291 +376.8 R 1.437(ord completion is attempted is)-.1 F(described abo)144 +388.8 Q .3 -.15(ve u)-.15 H(nder).15 E F1(Pr)2.5 E +(ogrammable Completion)-.18 E F0(.)A .555 +(Other options, if speci\214ed, ha)144 412.8 R .855 -.15(ve t)-.2 H .555 +(he follo).15 F .555(wing meanings.)-.25 F .555(The ar)5.555 F .555 +(guments to the)-.18 F F13.056 E F0(,)A F13.056 E F0 3.056 +(,a)C(nd)-3.056 E F13.056 E F0 .723(options \(and, if necessary) +144 424.8 R 3.223(,t)-.65 G(he)-3.223 E F13.223 E F0(and)3.223 E +F13.223 E F0 .722 +(options\) should be quoted to protect them from e)3.223 F(xpan-)-.15 E +(sion before the)144 436.8 Q F1(complete)2.5 E F0 -.2(bu)2.5 G +(iltin is in).2 E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F1144 448.8 Q +F2(comp-option)2.5 E F0(The)184 460.8 Q F2(comp-option)2.79 E F0 .291 (controls se)2.791 F -.15(ve)-.25 G .291(ral aspects of the compspec') .15 F 2.791(sb)-.55 G(eha)-2.791 E .291(vior be)-.2 F .291 -(yond the simple)-.15 F(generation of completions.)184 300 Q F2 -(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 312 Q F0 -.281(Perform the rest of the def)224 324 R(ault)-.1 E F1(bash)2.781 E F0 -.281(completions if the compspec generates no)2.781 F(matches.)224 336 Q -F1(default)184 348 Q F0 2.876(Use readline')10 F 5.376(sd)-.55 G(ef) --5.376 E 2.875(ault \214lename completion if the compspec generates no) --.1 F(matches.)224 360 Q F1(dir)184 372 Q(names)-.15 E F0(Perform direc\ -tory name completion if the compspec generates no matches.)224 384 Q F1 -(\214lenames)184 396 Q F0 -.7(Te)224 408 S .137(ll readline that the co\ -mpspec 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 420 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 432 R .45 -(Intended to be used with shell)5.45 F(functions.)224 444 Q F1(noquote) -184 456 Q F0 -.7(Te)5.55 G .814 +(yond the simple)-.15 F(generation of completions.)184 472.8 Q F2 +(comp-option)5 E F0(may be one of:)2.5 E F1(bashdefault)184 484.8 Q F0 +.281(Perform the rest of the def)224 496.8 R(ault)-.1 E F1(bash)2.781 E +F0 .281(completions if the compspec generates no)2.781 F(matches.)224 +508.8 Q F1(default)184 520.8 Q F0 2.875(Use readline')224 520.8 R 5.375 +(sd)-.55 G(ef)-5.375 E 2.876 +(ault \214lename completion if the compspec generates no)-.1 F(matches.) +224 532.8 Q F1(dir)184 544.8 Q(names)-.15 E F0(Perform directory name c\ +ompletion if the compspec generates no matches.)224 556.8 Q F1 +(\214lenames)184 568.8 Q F0 -.7(Te)224 580.8 S .137(ll readline that th\ +e compspec generates \214lenames, so it can perform an).7 F 2.636<798c> +-.15 G(le-)-2.636 E .134(name\255speci\214c processing \(lik)224 592.8 R +2.634(ea)-.1 G .134(dding a slash to directory names, quoting spe-) +-2.634 F .45(cial characters, or suppressing trailing spaces\).)224 +604.8 R .45(Intended to be used with shell)5.45 F(functions.)224 616.8 Q +F1(noquote)184 628.8 Q F0 -.7(Te)224 628.8 S .814 (ll readline not to quote the completed w).7 F .814(ords if the)-.1 F -3.314(ya)-.15 G .814(re \214lenames \(quoting)-3.314 F -(\214lenames is the def)224 468 Q(ault\).)-.1 E F1(nospace)184 480 Q F0 --.7(Te)6.11 G .22(ll readline not to append a space \(the def).7 F .22 +3.314(ya)-.15 G .815(re \214lenames \(quoting)-3.314 F +(\214lenames is the def)224 640.8 Q(ault\).)-.1 E F1(nosort)184 652.8 Q +F0 -.7(Te)224 652.8 S(ll readline not to sort the list of possible comp\ +letions alphabetically).7 E(.)-.65 E F1(nospace)184 664.8 Q F0 -.7(Te) +224 664.8 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 -492 Q F1(plusdirs)184 504 Q F0 1.985(After an)5.54 F 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 516 R 3.084(ym)-.15 G -.584(atches are added to the results of the other)-3.084 F(actions.)224 -528 Q F1144 540 Q F2(action)2.5 E F0(The)184 552 Q F2(action)2.5 E -F0(may be one of the follo)2.5 E -(wing to generate a list of possible completions:)-.25 E F1(alias)184 -564 Q F0(Alias names.)20.55 E(May also be speci\214ed as)5 E F12.5 -E F0(.)A F1(arrayv)184 576 Q(ar)-.1 E F0(Array v)224 588 Q -(ariable names.)-.25 E F1 4.7(binding Readline)184 600 R F0 -.1(ke)2.5 G -2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 612 S(iltin).2 E F0 -(Names of shell b)11.85 E(uiltin commands.)-.2 E -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(command)184 624 -Q F0(Command names.)224 636 Q(May also be speci\214ed as)5 E F12.5 -E F0(.)A F1(dir)184 648 Q(ectory)-.18 E F0(Directory names.)224 660 Q -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(disabled)184 672 -Q F0(Names of disabled shell b)224 684 Q(uiltins.)-.2 E F1(enabled)184 -696 Q F0(Names of enabled shell b)6.66 E(uiltins.)-.2 E F1(export)184 -708 Q F0(Names of e)12.23 E(xported shell v)-.15 E 2.5(ariables. May) --.25 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A(GNU Bash 4.3)72 -768 Q(2014 February 2)141.79 E(54)190.95 E 0 Cg EP -%%Page: 55 55 +676.8 Q F1(plusdirs)184 688.8 Q F0 1.985(After an)224 688.8 R 4.485(ym) +-.15 G 1.985 +(atches de\214ned by the compspec are generated, directory name)-4.485 F +.584(completion is attempted and an)224 700.8 R 3.084(ym)-.15 G .584 +(atches are added to the results of the other)-3.084 F(actions.)224 +712.8 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(56)192.055 E 0 Cg +EP +%%Page: 57 57 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(\214le)184 84 Q F0(File names.)27.22 E -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(function)184 96 -Q F0(Names of shell functions.)224 108 Q F1(gr)184 120 Q(oup)-.18 E F0 -(Group names.)14.62 E(May also be speci\214ed as)5 E F12.5 E F0(.) -A F1(helptopic)184 132 Q F0(Help topics as accepted by the)224 144 Q F1 -(help)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(hostname)184 156 Q F0 -(Hostnames, as tak)224 168 Q(en from the \214le speci\214ed by the)-.1 E -/F2 9/Times-Bold@0 SF(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E -F1(job)184 180 Q F0(Job names, if job control is acti)26.11 E -.15(ve) --.25 G 5(.M).15 G(ay also be speci\214ed as)-5 E F12.5 E F0(.)A F1 --.1(ke)184 192 S(yw).1 E(ord)-.1 E F0(Shell reserv)224 204 Q(ed w)-.15 E -2.5(ords. May)-.1 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1 -(running)184 216 Q F0(Names of running jobs, if job control is acti)5.54 -E -.15(ve)-.25 G(.).15 E F1(ser)184 228 Q(vice)-.1 E F0(Service names.) -10.67 E(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(setopt) -184 240 Q F0 -1.11(Va)14.45 G(lid ar)1.11 E(guments for the)-.18 E F1 -2.5 E F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.) -.2 E F1(shopt)184 252 Q F0(Shell option names as accepted by the)16.66 E -F1(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 264 Q F0 -(Signal names.)14.99 E F1(stopped)184 276 Q F0 -(Names of stopped jobs, if job control is acti)6.66 E -.15(ve)-.25 G(.) -.15 E F1(user)184 288 Q F0(User names.)21.67 E -(May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 300 S -(riable).1 E F0(Names of all shell v)5.1 E 2.5(ariables. May)-.25 F -(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 312 Q/F3 -10/Times-Italic@0 SF(command)2.5 E(command)184 324 Q F0 1.056(is e)3.556 -F -.15(xe)-.15 G 1.056(cuted in a subshell en).15 F 1.056 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q/F2 10/Times-Italic@0 SF(action)2.5 E F0(The)184 96 Q F2 +(action)2.5 E F0(may be one of the follo)2.5 E +(wing to generate a list of possible completions:)-.25 E F1(alias)184 +108 Q F0(Alias names.)224 108 Q(May also be speci\214ed as)5 E F1 +2.5 E F0(.)A F1(arrayv)184 120 Q(ar)-.1 E F0(Array v)224 132 Q +(ariable names.)-.25 E F1(binding)184 144 Q(Readline)224 144 Q F0 -.1 +(ke)2.5 G 2.5(yb)-.05 G(inding names.)-2.5 E F1 -.2(bu)184 156 S(iltin) +.2 E F0(Names of shell b)224 156 Q(uiltin commands.)-.2 E +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(command)184 168 +Q F0(Command names.)224 180 Q(May also be speci\214ed as)5 E F12.5 +E F0(.)A F1(dir)184 192 Q(ectory)-.18 E F0(Directory names.)224 204 Q +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(disabled)184 216 +Q F0(Names of disabled shell b)224 228 Q(uiltins.)-.2 E F1(enabled)184 +240 Q F0(Names of enabled shell b)224 240 Q(uiltins.)-.2 E F1(export)184 +252 Q F0(Names of e)224 252 Q(xported shell v)-.15 E 2.5(ariables. May) +-.25 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1(\214le)184 +264 Q F0(File names.)224 264 Q(May also be speci\214ed as)5 E F1 +2.5 E F0(.)A F1(function)184 276 Q F0(Names of shell functions.)224 288 +Q F1(gr)184 300 Q(oup)-.18 E F0(Group names.)224 300 Q +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(helptopic)184 +312 Q F0(Help topics as accepted by the)224 324 Q F1(help)2.5 E F0 -.2 +(bu)2.5 G(iltin.).2 E F1(hostname)184 336 Q F0(Hostnames, as tak)224 348 +Q(en from the \214le speci\214ed by the)-.1 E/F3 9/Times-Bold@0 SF +(HOSTFILE)2.5 E F0(shell v)2.25 E(ariable.)-.25 E F1(job)184 360 Q F0 +(Job names, if job control is acti)224 360 Q -.15(ve)-.25 G 5(.M).15 G +(ay also be speci\214ed as)-5 E F12.5 E F0(.)A F1 -.1(ke)184 372 S +(yw).1 E(ord)-.1 E F0(Shell reserv)224 384 Q(ed w)-.15 E 2.5(ords. May) +-.1 F(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1(running)184 +396 Q F0(Names of running jobs, if job control is acti)224 396 Q -.15 +(ve)-.25 G(.).15 E F1(ser)184 408 Q(vice)-.1 E F0(Service names.)224 408 +Q(May also be speci\214ed as)5 E F12.5 E F0(.)A F1(setopt)184 420 +Q F0 -1.11(Va)224 420 S(lid ar)1.11 E(guments for the)-.18 E F12.5 +E F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1 +(shopt)184 432 Q F0(Shell option names as accepted by the)224 432 Q F1 +(shopt)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E F1(signal)184 444 Q F0 +(Signal names.)224 444 Q F1(stopped)184 456 Q F0 +(Names of stopped jobs, if job control is acti)224 456 Q -.15(ve)-.25 G +(.).15 E F1(user)184 468 Q F0(User names.)224 468 Q +(May also be speci\214ed as)5 E F12.5 E F0(.)A F1 -.1(va)184 480 S +(riable).1 E F0(Names of all shell v)224 480 Q 2.5(ariables. May)-.25 F +(also be speci\214ed as)2.5 E F12.5 E F0(.)A F1144 492 Q F2 +(command)2.5 E(command)184 504 Q F0 1.055(is e)3.555 F -.15(xe)-.15 G +1.055(cuted in a subshell en).15 F 1.056 (vironment, and its output is used as the possible)-.4 F(completions.) -184 336 Q F1144 348 Q F3(function)2.5 E F0 .113 -(The shell function)184 360 R F3(function)2.614 E F0 .114(is e)2.614 F +184 516 Q F1144 528 Q F2(function)2.5 E F0 .114 +(The shell function)184 540 R F2(function)2.614 E F0 .114(is e)2.614 F -.15(xe)-.15 G .114(cuted in the current shell en).15 F 2.614 -(vironment. When)-.4 F .114(the func-)2.614 F .817(tion is e)184 372 R --.15(xe)-.15 G .817(cuted, the \214rst ar).15 F .817(gument \()-.18 F F1 -($1)A F0 3.316(\)i)C 3.316(st)-3.316 G .816 +(vironment. When)-.4 F .113(the func-)2.613 F .816(tion is e)184 552 R +-.15(xe)-.15 G .816(cuted, the \214rst ar).15 F .816(gument \()-.18 F F1 +($1)A F0 3.316(\)i)C 3.316(st)-3.316 G .817 (he name of the command whose ar)-3.316 F(guments)-.18 E 1.407 -(are being completed, the second ar)184 384 R 1.407(gument \()-.18 F F1 +(are being completed, the second ar)184 564 R 1.407(gument \()-.18 F F1 ($2)A F0 3.907(\)i)C 3.907(st)-3.907 G 1.407(he w)-3.907 F 1.407 -(ord being completed, and the)-.1 F .104(third ar)184 396 R .104 -(gument \()-.18 F F1($3)A F0 2.604(\)i)C 2.604(st)-2.604 G .104(he w) --2.604 F .104(ord preceding the w)-.1 F .103 -(ord being completed on the current com-)-.1 F .101(mand line.)184 408 R -.101(When it \214nishes, the possible completions are retrie)5.101 F --.15(ve)-.25 G 2.602(df).15 G .102(rom the v)-2.602 F .102(alue of the) --.25 F F2(COMPREPL)184 420 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E -F1144 432 Q F3(globpat)2.5 E F0 1.008(The pathname e)184 444 R -1.008(xpansion pattern)-.15 F F3(globpat)3.507 E F0 1.007(is e)3.507 F -1.007(xpanded to generate the possible comple-)-.15 F(tions.)184 456 Q -F1144 468 Q F3(pr)2.5 E(e\214x)-.37 E(pr)184 480 Q(e\214x)-.37 E -F0 .534(is added at the be)3.034 F .534 +(ord being completed, and the)-.1 F .103(third ar)184 576 R .103 +(gument \()-.18 F F1($3)A F0 2.603(\)i)C 2.603(st)-2.603 G .103(he w) +-2.603 F .104(ord preceding the w)-.1 F .104 +(ord being completed on the current com-)-.1 F .102(mand line.)184 588 R +.102(When it \214nishes, the possible completions are retrie)5.102 F +-.15(ve)-.25 G 2.601(df).15 G .101(rom the v)-2.601 F .101(alue of the) +-.25 F F3(COMPREPL)184 600 Q(Y)-.828 E F0(array v)2.25 E(ariable.)-.25 E +F1144 612 Q F2(globpat)2.5 E F0 1.007(The pathname e)184 624 R +1.007(xpansion pattern)-.15 F F2(globpat)3.507 E F0 1.007(is e)3.507 F +1.008(xpanded to generate the possible comple-)-.15 F(tions.)184 636 Q +F1144 648 Q F2(pr)2.5 E(e\214x)-.37 E(pr)184 660 Q(e\214x)-.37 E +F0 .535(is added at the be)3.035 F .534 (ginning of each possible completion after all other options ha)-.15 F --.15(ve)-.2 G(been applied.)184 492 Q F1144 504 Q F3(suf)2.5 E -2.81(\214x suf)-.18 F<8c78>-.18 E F0 +-.15(ve)-.2 G(been applied.)184 672 Q F1144 684 Q F2(suf)2.5 E +<8c78>-.18 E(suf)184 684 Q<8c78>-.18 E F0 (is appended to each possible completion after all other options ha)2.5 -E .3 -.15(ve b)-.2 H(een applied.).15 E F1144 516 Q F3(wor)2.5 E -(dlist)-.37 E F0(The)184 528 Q F3(wor)3.64 E(dlist)-.37 E F0 1.14 -(is split using the characters in the)3.64 F F2(IFS)3.64 E F0 1.139 -(special v)3.39 F 1.139(ariable as delimiters, and)-.25 F 2.007 -(each resultant w)184 540 R 2.007(ord is e)-.1 F 4.507(xpanded. The)-.15 -F 2.008(possible completions are the members of the)4.507 F -(resultant list which match the w)184 552 Q(ord being completed.)-.1 E -F1144 564 Q F3(\214lterpat)2.5 E(\214lterpat)184 576 Q F0 .456 -(is a pattern as used for pathname e)2.956 F 2.956(xpansion. It)-.15 F -.455(is applied to the list of possible)2.956 F 1.596 -(completions generated by the preceding options and ar)184 588 R 1.596 -(guments, and each completion)-.18 F(matching)184 600 Q F3(\214lterpat) -3.205 E F0 .705(is remo)3.205 F -.15(ve)-.15 G 3.205(df).15 G .704 -(rom the list.)-3.205 F 3.204(Al)5.704 G(eading)-3.204 E F1(!)3.204 E F0 -(in)3.204 E F3(\214lterpat)3.204 E F0(ne)3.204 E -.05(ga)-.15 G .704 -(tes the pattern;).05 F(in this case, an)184 612 Q 2.5(yc)-.15 G -(ompletion not matching)-2.5 E F3(\214lterpat)2.5 E F0(is remo)2.5 E --.15(ve)-.15 G(d.).15 E .466(The return v)144 628.8 R .466 +E .3 -.15(ve b)-.2 H(een applied.).15 E F1144 696 Q F2(wor)2.5 E +(dlist)-.37 E F0(The)184 708 Q F2(wor)3.639 E(dlist)-.37 E F0 1.14 +(is split using the characters in the)3.639 F F3(IFS)3.64 E F0 1.14 +(special v)3.39 F 1.14(ariable as delimiters, and)-.25 F 2.008 +(each resultant w)184 720 R 2.008(ord is e)-.1 F 4.508(xpanded. The)-.15 +F 2.007(possible completions are the members of the)4.508 F +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(57)192.055 E 0 Cg EP +%%Page: 58 58 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E +(resultant list which match the w)184 84 Q(ord being completed.)-.1 E/F1 +10/Times-Bold@0 SF144 96 Q/F2 10/Times-Italic@0 SF(\214lterpat)2.5 +E(\214lterpat)184 108 Q F0 .455(is a pattern as used for pathname e) +2.955 F 2.956(xpansion. It)-.15 F .456 +(is applied to the list of possible)2.956 F 1.596 +(completions generated by the preceding options and ar)184 120 R 1.596 +(guments, and each completion)-.18 F(matching)184 132 Q F2(\214lterpat) +3.204 E F0 .704(is remo)3.204 F -.15(ve)-.15 G 3.204(df).15 G .704 +(rom the list.)-3.204 F 3.204(Al)5.704 G(eading)-3.204 E F1(!)3.204 E F0 +(in)3.204 E F2(\214lterpat)3.205 E F0(ne)3.205 E -.05(ga)-.15 G .705 +(tes the pattern;).05 F(in this case, an)184 144 Q 2.5(yc)-.15 G +(ompletion not matching)-2.5 E F2(\214lterpat)2.5 E F0(is remo)2.5 E +-.15(ve)-.15 G(d.).15 E .467(The return v)144 160.8 R .467 (alue is true unless an in)-.25 F -.25(va)-.4 G .466 -(lid option is supplied, an option other than).25 F F12.967 E F0 -(or)2.967 E F12.967 E F0 .467(is sup-)2.967 F 1.362 -(plied without a)144 640.8 R F3(name)3.862 E F0(ar)3.862 E 1.361 -(gument, an attempt is made to remo)-.18 F 1.661 -.15(ve a c)-.15 H -1.361(ompletion speci\214cation for a).15 F F3(name)144 652.8 Q F0 +(lid option is supplied, an option other than).25 F F12.966 E F0 +(or)2.966 E F12.966 E F0 .466(is sup-)2.966 F 1.361 +(plied without a)144 172.8 R F2(name)3.861 E F0(ar)3.861 E 1.361 +(gument, an attempt is made to remo)-.18 F 1.662 -.15(ve a c)-.15 H +1.362(ompletion speci\214cation for a).15 F F2(name)144 184.8 Q F0 (for which no speci\214cation e)2.5 E (xists, or an error occurs adding a completion speci\214cation.)-.15 E -F1(compopt)108 669.6 Q F0([)2.5 E F1A F3(option)2.5 E F0 2.5(][)C -F1(\255DE)-2.5 E F0 2.5(][)C F1(+o)-2.5 E F3(option)2.5 E F0 2.5(][)C F3 -(name)-2.5 E F0(])A .447(Modify completion options for each)144 681.6 R -F3(name)2.947 E F0 .447(according to the)2.947 F F3(option)2.947 E F0 -.447(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .726 -(completion if no)144 693.6 R F3(name)3.226 E F0 3.226(sa)C .726 -(re supplied.)-3.226 F .725(If no)5.725 F F3(option)3.225 E F0 3.225(sa) -C .725(re gi)-3.225 F -.15(ve)-.25 G .725 -(n, display the completion options for).15 F(each)144 705.6 Q F3(name) -3.223 E F0 .723(or the current completion.)3.223 F .724(The possible v) -5.724 F .724(alues of)-.25 F F3(option)3.224 E F0 .724(are those v)3.224 -F .724(alid for the)-.25 F F1(com-)3.224 E(plete)144 717.6 Q F0 -.2(bu) -2.798 G .298(iltin described abo).2 F -.15(ve)-.15 G 5.297(.T).15 G(he) +F1(compopt)108 201.6 Q F0([)2.5 E F1A F2(option)2.5 E F0 2.5(][)C +F1(\255DE)-2.5 E F0 2.5(][)C F1(+o)-2.5 E F2(option)2.5 E F0 2.5(][)C F2 +(name)-2.5 E F0(])A .447(Modify completion options for each)144 213.6 R +F2(name)2.947 E F0 .447(according to the)2.947 F F2(option)2.947 E F0 +.447(s, or for the currently-e)B -.15(xe)-.15 G(cuting).15 E .725 +(completion if no)144 225.6 R F2(name)3.225 E F0 3.225(sa)C .725 +(re supplied.)-3.225 F .725(If no)5.725 F F2(option)3.225 E F0 3.225(sa) +C .725(re gi)-3.225 F -.15(ve)-.25 G .726 +(n, display the completion options for).15 F(each)144 237.6 Q F2(name) +3.224 E F0 .724(or the current completion.)3.224 F .724(The possible v) +5.724 F .724(alues of)-.25 F F2(option)3.224 E F0 .724(are those v)3.224 +F .723(alid for the)-.25 F F1(com-)3.223 E(plete)144 249.6 Q F0 -.2(bu) +2.797 G .297(iltin described abo).2 F -.15(ve)-.15 G 5.297(.T).15 G(he) -5.297 E F12.797 E F0 .297 (option indicates that the remaining options should apply to)2.797 F -1.227(the `)144 729.6 R(`def)-.74 E(ault')-.1 E 3.727('c)-.74 G 1.228(o\ +1.228(the `)144 261.6 R(`def)-.74 E(ault')-.1 E 3.728('c)-.74 G 1.228(o\ mmand completion; that is, completion attempted on a command for which \ -no)-3.727 F(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(55)190.95 E 0 -Cg EP -%%Page: 56 56 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 2.178(completion has pre)144 84 R 2.178(viously been de\214ned.) --.25 F(The)7.178 E/F1 10/Times-Bold@0 SF4.678 E F0 2.177 -(option indicates that the remaining options)4.677 F(should apply to `) -144 96 Q(`empty')-.74 E 2.5('c)-.74 G +no)-3.728 F 2.177(completion has pre)144 273.6 R 2.177 +(viously been de\214ned.)-.25 F(The)7.177 E F14.677 E F0 2.178 +(option indicates that the remaining options)4.678 F(should apply to `) +144 285.6 Q(`empty')-.74 E 2.5('c)-.74 G (ommand completion; that is, completion attempted on a blank line.)-2.5 -E 1.387(The return v)144 120 R 1.387(alue is true unless an in)-.25 F --.25(va)-.4 G 1.388 +E 1.388(The return v)144 309.6 R 1.388(alue is true unless an in)-.25 F +-.25(va)-.4 G 1.387 (lid option is supplied, an attempt is made to modify the).25 F -(options for a)144 132 Q/F2 10/Times-Italic@0 SF(name)2.5 E F0 +(options for a)144 321.6 Q F2(name)2.5 E F0 (for which no completion speci\214cation e)2.5 E -(xists, or an output error occurs.)-.15 E F1(continue)108 148.8 Q F0([) -2.5 E F2(n)A F0(])A 1.754(Resume the ne)144 160.8 R 1.754 +(xists, or an output error occurs.)-.15 E F1(continue)108 338.4 Q F0([) +2.5 E F2(n)A F0(])A 1.753(Resume the ne)144 350.4 R 1.753 (xt iteration of the enclosing)-.15 F F1 -.25(fo)4.254 G(r).25 E F0(,)A F1(while)4.254 E F0(,)A F1(until)4.254 E F0 4.254(,o)C(r)-4.254 E F1 -(select)4.254 E F0 4.253(loop. If)4.254 F F2(n)4.613 E F0 1.753 -(is speci\214ed,)4.493 F 1.208(resume at the)144 172.8 R F2(n)3.709 E F0 +(select)4.254 E F0 4.254(loop. If)4.254 F F2(n)4.614 E F0 1.754 +(is speci\214ed,)4.494 F 1.209(resume at the)144 362.4 R F2(n)3.709 E F0 1.209(th enclosing loop.)B F2(n)6.569 E F0 1.209(must be)3.949 F/F3 10 /Symbol SF3.709 E F0 3.709(1. If)3.709 F F2(n)4.069 E F0 1.209 -(is greater than the number of enclosing)3.949 F .514 -(loops, the last enclosing loop \(the `)144 184.8 R(`top-le)-.74 E -.15 -(ve)-.25 G(l').15 E 3.014('l)-.74 G .514(oop\) is resumed.)-3.014 F .513 -(The return v)5.513 F .513(alue is 0 unless)-.25 F F2(n)3.013 E F0(is) -3.013 E(not greater than or equal to 1.)144 196.8 Q F1(declar)108 213.6 +(is greater than the number of enclosing)3.949 F .513 +(loops, the last enclosing loop \(the `)144 374.4 R(`top-le)-.74 E -.15 +(ve)-.25 G(l').15 E 3.013('l)-.74 G .513(oop\) is resumed.)-3.013 F .514 +(The return v)5.514 F .514(alue is 0 unless)-.25 F F2(n)3.014 E F0(is) +3.014 E(not greater than or equal to 1.)144 386.4 Q F1(declar)108 403.2 Q(e)-.18 E F0([)2.5 E F1(\255aAfFgilnrtux)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E F1 -(typeset)108 225.6 Q F0([)2.5 E F1(\255aAfFgilnrtux)A F0 2.5(][)C F1 +(typeset)108 415.2 Q F0([)2.5 E F1(\255aAfFgilnrtux)A F0 2.5(][)C F1 -2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C -(..])-2.5 E 1.264(Declare v)144 237.6 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) +(..])-2.5 E 1.265(Declare v)144 427.2 R 1.265(ariables and/or gi)-.25 F +1.565 -.15(ve t)-.25 H 1.265(hem attrib).15 F 3.765(utes. If)-.2 F(no) 3.765 E F2(name)3.765 E F0 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 249.6 S 3.483(riables. The).25 F F13.483 E F0 .983 -(option will display the attrib)3.483 F .983(utes and v)-.2 F .982 -(alues of each)-.25 F F2(name)3.482 E F0 5.982(.W).18 G(hen)-5.982 E F1 -3.482 E F0 .982(is used)3.482 F(with)144 261.6 Q F2(name)2.774 E -F0(ar)2.774 E .274(guments, additional options, other than)-.18 F F1 -2.775 E F0(and)2.775 E F12.775 E F0 2.775(,a)C .275 -(re ignored.)-2.775 F(When)5.275 E F12.775 E F0 .275(is supplied) -2.775 F(without)144 273.6 Q F2(name)4.814 E F0(ar)4.814 E 2.314 -(guments, it will display the attrib)-.18 F 2.314(utes and v)-.2 F 2.313 -(alues of all v)-.25 F 2.313(ariables ha)-.25 F 2.313(ving the)-.2 F -(attrib)144 285.6 Q 1.181(utes speci\214ed by the additional options.) --.2 F 1.182(If no other options are supplied with)6.181 F F13.682 -E F0(,)A F1(declar)3.682 E(e)-.18 E F0 .62(will display the attrib)144 -297.6 R .62(utes and v)-.2 F .62(alues of all shell v)-.25 F 3.12 +G 3.764(nt).15 G 1.264(hen display the v)-3.764 F 1.264(alues of)-.25 F +-.25(va)144 439.2 S 3.482(riables. The).25 F F13.482 E F0 .982 +(option will display the attrib)3.482 F .982(utes and v)-.2 F .983 +(alues of each)-.25 F F2(name)3.483 E F0 5.983(.W).18 G(hen)-5.983 E F1 +3.483 E F0 .983(is used)3.483 F(with)144 451.2 Q F2(name)2.775 E +F0(ar)2.775 E .275(guments, additional options, other than)-.18 F F1 +2.775 E F0(and)2.775 E F12.775 E F0 2.775(,a)C .274 +(re ignored.)-2.775 F(When)5.274 E F12.774 E F0 .274(is supplied) +2.774 F(without)144 463.2 Q F2(name)4.813 E F0(ar)4.813 E 2.313 +(guments, it will display the attrib)-.18 F 2.314(utes and v)-.2 F 2.314 +(alues of all v)-.25 F 2.314(ariables ha)-.25 F 2.314(ving the)-.2 F +(attrib)144 475.2 Q 1.182(utes speci\214ed by the additional options.) +-.2 F 1.181(If no other options are supplied with)6.182 F F13.681 +E F0(,)A F1(declar)3.681 E(e)-.18 E F0 .62(will display the attrib)144 +487.2 R .62(utes and v)-.2 F .62(alues of all shell v)-.25 F 3.12 (ariables. The)-.25 F F13.12 E F0 .62 -(option will restrict the display)3.12 F 1.29(to shell functions.)144 -309.6 R(The)6.29 E F13.79 E F0 1.291(option inhibits the display \ -of function de\214nitions; only the function)3.791 F .948 -(name and attrib)144 321.6 R .948(utes are printed.)-.2 F .948(If the) +(option will restrict the display)3.12 F 1.291(to shell functions.)144 +499.2 R(The)6.291 E F13.791 E F0 1.291(option inhibits the displa\ +y of function de\214nitions; only the function)3.791 F .948 +(name and attrib)144 511.2 R .948(utes are printed.)-.2 F .948(If the) 5.948 F F1(extdeb)3.448 E(ug)-.2 E F0 .948 (shell option is enabled using)3.448 F F1(shopt)3.448 E F0 3.448(,t)C -.948(he source)-3.448 F 1.342(\214le name and line number where the fun\ -ction is de\214ned are displayed as well.)144 333.6 R(The)6.342 E F1 -3.842 E F0(option)3.842 E(implies)144 345.6 Q F13.892 E F0 -6.392(.T)C(he)-6.392 E F13.892 E F0 1.391(option forces v)3.892 F -1.391(ariables to be created or modi\214ed at the global scope, e)-.25 F --.15(ve)-.25 G(n).15 E(when)144 357.6 Q F1(declar)4.382 E(e)-.18 E F0 -1.882(is e)4.382 F -.15(xe)-.15 G 1.882(cuted in a shell function.).15 F -1.883(It is ignored in all other cases.)6.882 F 1.883(The follo)6.883 F -(wing)-.25 E .794(options can be used to restrict output to v)144 369.6 -R .794(ariables with the speci\214ed attrib)-.25 F .793(ute or to gi)-.2 -F 1.093 -.15(ve v)-.25 H(ariables)-.1 E(attrib)144 381.6 Q(utes:)-.2 E -F1144 393.6 Q F0(Each)25.3 E F2(name)2.5 E F0(is an inde)2.5 E --.15(xe)-.15 G 2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F1 -(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F1144 405.6 Q -F0(Each)23.08 E F2(name)2.5 E F0(is an associati)2.5 E .3 -.15(ve a)-.25 -H(rray v).15 E(ariable \(see)-.25 E F1(Arrays)2.5 E F0(abo)2.5 E -.15 -(ve)-.15 G(\).).15 E F1144 417.6 Q F0(Use function names only) -26.97 E(.)-.65 E F1144 429.6 Q F0 .557(The v)27.52 F .558 +.948(he source)-3.448 F 1.69(\214le name and line number where each)144 +523.2 R F2(name)4.19 E F0 1.69(is de\214ned are displayed as well.)4.19 +F(The)6.69 E F14.19 E F0(option)4.19 E(implies)144 535.2 Q F1 +3.891 E F0 6.391(.T)C(he)-6.391 E F13.891 E F0 1.391 +(option forces v)3.891 F 1.391 +(ariables to be created or modi\214ed at the global scope, e)-.25 F -.15 +(ve)-.25 G(n).15 E(when)144 547.2 Q F1(declar)4.383 E(e)-.18 E F0 1.883 +(is e)4.383 F -.15(xe)-.15 G 1.883(cuted in a shell function.).15 F +1.882(It is ignored in all other cases.)6.883 F 1.882(The follo)6.882 F +(wing)-.25 E .793(options can be used to restrict output to v)144 559.2 +R .794(ariables with the speci\214ed attrib)-.25 F .794(ute or to gi)-.2 +F 1.094 -.15(ve v)-.25 H(ariables)-.1 E(attrib)144 571.2 Q(utes:)-.2 E +F1144 583.2 Q F0(Each)180 583.2 Q F2(name)2.5 E F0(is an inde)2.5 +E -.15(xe)-.15 G 2.5(da).15 G(rray v)-2.5 E(ariable \(see)-.25 E F1 +(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G(\).).15 E F1144 595.2 Q +F0(Each)180 595.2 Q F2(name)2.5 E F0(is an associati)2.5 E .3 -.15(ve a) +-.25 H(rray v).15 E(ariable \(see)-.25 E F1(Arrays)2.5 E F0(abo)2.5 E +-.15(ve)-.15 G(\).).15 E F1144 607.2 Q F0(Use function names only) +180 607.2 Q(.)-.65 E F1144 619.2 Q F0 .558(The v)180 619.2 R .558 (ariable is treated as an inte)-.25 F .558(ger; arithmetic e)-.15 F -.25 -(va)-.25 G .558(luation \(see).25 F/F4 9/Times-Bold@0 SF .558 -(ARITHMETIC EV)3.058 F(ALU)-1.215 E(A-)-.54 E(TION)180 441.6 Q F0(abo) +(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 631.2 Q F0(abo) 2.25 E -.15(ve)-.15 G 2.5(\)i).15 G 2.5(sp)-2.5 G(erformed when the v) --2.5 E(ariable is assigned a v)-.25 E(alue.)-.25 E F1144 453.6 Q -F0 .91(When the v)27.52 F .909(ariable is assigned a v)-.25 F .909 +-2.5 E(ariable is assigned a v)-.25 E(alue.)-.25 E F1144 643.2 Q +F0 .909(When the v)180 643.2 R .909(ariable is assigned a v)-.25 F .909 (alue, all upper)-.25 F .909(-case characters are con)-.2 F -.15(ve)-.4 -G .909(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 465.6 R -(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F1144 477.6 -Q F0(Gi)24.74 E 1.619 -.15(ve e)-.25 H(ach).15 E F2(name)3.819 E F0(the) -3.819 E F2(namer)3.819 E(ef)-.37 E F0(attrib)3.819 E 1.319 +G .91(rted to lo).15 F(wer)-.25 E(-)-.2 E 2.5(case. The)180 655.2 R +(upper)2.5 E(-case attrib)-.2 E(ute is disabled.)-.2 E F1144 667.2 +Q F0(Gi)180 667.2 Q 1.62 -.15(ve e)-.25 H(ach).15 E F2(name)3.82 E F0 +(the)3.82 E F2(namer)3.819 E(ef)-.37 E F0(attrib)3.819 E 1.319 (ute, making it a name reference to another v)-.2 F(ariable.)-.25 E -1.033(That other v)180 489.6 R 1.033(ariable is de\214ned by the v)-.25 -F 1.033(alue of)-.25 F F2(name)3.533 E F0 6.033(.A)C 1.033 -(ll references and assignments to)-6.033 F F2(name)180 501.6 Q F0 4.032 -(,e)C 1.532(xcept for changing the)-4.182 F F14.032 E F0(attrib) -4.032 E 1.532(ute itself, are performed on the v)-.2 F 1.533 -(ariable refer)-.25 F(-)-.2 E(enced by)180 513.6 Q F2(name)2.5 E F0 1.1 --.55('s v)D 2.5(alue. The).3 F F12.5 E F0(attrib)2.5 E -(ute cannot be applied to array v)-.2 E(ariables.)-.25 E F1144 -525.6 Q F0(Mak)25.86 E(e)-.1 E F2(name)5.047 E F0 5.047(sr)C(eadonly) --5.047 E 7.547(.T)-.65 G 2.546(hese names cannot then be assigned v) --7.547 F 2.546(alues by subsequent)-.25 F -(assignment statements or unset.)180 537.6 Q F1144 549.6 Q F0(Gi) -26.97 E .729 -.15(ve e)-.25 H(ach).15 E F2(name)2.929 E F0(the)2.929 E -F2(tr)2.929 E(ace)-.15 E F0(attrib)2.929 E 2.929(ute. T)-.2 F .429 -(raced functions inherit the)-.35 F F1(DEB)2.929 E(UG)-.1 E F0(and)2.93 -E F1(RETURN)2.93 E F0(traps from the calling shell.)180 561.6 Q -(The trace attrib)5 E(ute has no special meaning for v)-.2 E(ariables.) --.25 E F1144 573.6 Q F0 .91(When the v)24.74 F .909 +1.518(That other v)180 679.2 R 1.518(ariable is de\214ned by the v)-.25 +F 1.519(alue of)-.25 F F2(name)4.019 E F0 6.519(.A)C 1.519 +(ll references, assignments, and)-6.519 F(attrib)180 691.2 Q .227 +(ute modi\214cations to)-.2 F F2(name)2.726 E F0 2.726(,e)C .226 +(xcept those using or changing the)-2.876 F F12.726 E F0(attrib) +2.726 E .226(ute itself, are)-.2 F .808(performed on the v)180 703.2 R +.808(ariable referenced by)-.25 F F2(name)3.308 E F0 1.908 -.55('s v)D +3.308(alue. The).3 F .809(nameref attrib)3.309 F .809(ute cannot be)-.2 +F(applied to array v)180 715.2 Q(ariables.)-.25 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(58)192.055 E 0 Cg EP +%%Page: 59 59 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q F0(Mak)180 84 Q(e)-.1 E/F2 10/Times-Italic@0 SF(name) +5.047 E F0 5.047(sr)C(eadonly)-5.047 E 7.547(.T)-.65 G 2.546 +(hese names cannot then be assigned v)-7.547 F 2.546 +(alues by subsequent)-.25 F(assignment statements or unset.)180 96 Q F1 +144 108 Q F0(Gi)180 108 Q .729 -.15(ve e)-.25 H(ach).15 E F2(name) +2.929 E F0(the)2.929 E F2(tr)2.929 E(ace)-.15 E F0(attrib)2.929 E 2.929 +(ute. T)-.2 F .429(raced functions inherit the)-.35 F F1(DEB)2.929 E(UG) +-.1 E F0(and)2.93 E F1(RETURN)2.93 E F0(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 F1144 132 Q F0 .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 585.6 R(lo)2.5 E(wer)-.25 E(-case attrib)-.2 -E(ute is disabled.)-.2 E F1144 597.6 Q F0(Mark)25.3 E F2(name)2.5 +(-)-.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 F1144 156 Q F0(Mark)180 156 Q F2(name)2.5 E F0 2.5(sf)C(or e)-2.5 E(xport to subsequent commands via the en)-.15 E -(vironment.)-.4 E .12(Using `+' instead of `\255' turns of)144 614.4 R +(vironment.)-.4 E .12(Using `+' instead of `\255' turns of)144 172.8 R 2.62(ft)-.25 G .12(he attrib)-2.62 F .121(ute instead, with the e)-.2 F .121(xceptions that)-.15 F F1(+a)2.621 E F0 .121(may not be used)2.621 F -.645(to destro)144 626.4 R 3.145(ya)-.1 G 3.145(na)-3.145 G .645(rray v) +.645(to destro)144 184.8 R 3.145(ya)-.1 G 3.145(na)-3.145 G .645(rray v) -3.145 F .645(ariable and)-.25 F F1(+r)3.145 E F0 .645(will not remo) 3.145 F .945 -.15(ve t)-.15 H .645(he readonly attrib).15 F 3.144 -(ute. When)-.2 F .644(used in a func-)3.144 F(tion,)144 638.4 Q F1 +(ute. When)-.2 F .644(used in a func-)3.144 F(tion,)144 196.8 Q F1 (declar)2.835 E(e)-.18 E F0(and)2.835 E F1(typeset)2.835 E F0(mak)2.835 E 2.835(ee)-.1 G(ach)-2.835 E F2(name)2.835 E F0 .335 (local, as with the)2.835 F F1(local)2.835 E F0 .335 (command, unless the)2.835 F F12.835 E F0(option)2.835 E 1.283 -(is supplied.)144 650.4 R 1.283(If a v)6.283 F 1.283 +(is supplied.)144 208.8 R 1.283(If a v)6.283 F 1.283 (ariable name is follo)-.25 F 1.283(wed by =)-.25 F F2(value)A F0 3.783 (,t)C 1.283(he v)-3.783 F 1.283(alue of the v)-.25 F 1.282 (ariable is set to)-.25 F F2(value)3.782 E F0(.)A .926(When using)144 -662.4 R F13.426 E F0(or)3.426 E F13.426 E F0 .927 +220.8 R F13.426 E F0(or)3.426 E F13.426 E F0 .927 (and the compound assignment syntax to create array v)3.426 F .927 -(ariables, additional)-.25 F(attrib)144 674.4 Q .592(utes do not tak)-.2 +(ariables, additional)-.25 F(attrib)144 232.8 Q .592(utes do not tak)-.2 F 3.092(ee)-.1 G -.25(ff)-3.092 G .592 (ect until subsequent assignments.).25 F .592(The return v)5.592 F .592 (alue is 0 unless an in)-.25 F -.25(va)-.4 G(lid).25 E .429 (option is encountered, an attempt is made to de\214ne a function using) -144 686.4 R/F5 10/Courier@0 SF .429(\255f foo=bar)2.929 F F0 2.929(,a)C +144 244.8 R/F3 10/Courier@0 SF .429(\255f foo=bar)2.929 F F0 2.929(,a)C 2.929(na)-2.929 G .429(ttempt is)-2.929 F .063(made to assign a v)144 -698.4 R .063(alue to a readonly v)-.25 F .062 +256.8 R .063(alue to a readonly v)-.25 F .062 (ariable, an attempt is made to assign a v)-.25 F .062 (alue to an array v)-.25 F(ari-)-.25 E .102 -(able without using the compound assignment syntax \(see)144 710.4 R F1 +(able without using the compound assignment syntax \(see)144 268.8 R F1 (Arrays)2.602 E F0(abo)2.602 E -.15(ve)-.15 G .102(\), one of the).15 F -F2(names)2.602 E F0 .102(is not a)2.602 F -.25(va)144 722.4 S .172 +F2(names)2.602 E F0 .102(is not a)2.602 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(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(56) -190.95 E 0 Cg EP -%%Page: 57 57 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .96(attempt is made to turn of)144 84 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 96 Q -(xistent function with)-.15 E/F1 10/Times-Bold@0 SF2.5 E F0(.)A F1 -(dirs [\255clpv] [+)108 112.8 Q/F2 10/Times-Italic@0 SF(n)A F1 2.5(][)C --2.5 E F2(n)A F1(])A F0 -.4(Wi)144 124.8 S .329 +(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 F12.5 E F0(.)A F1 +(dirs [\255clpv] [+)108 321.6 Q F2(n)A F1 2.5(][)C-2.5 E F2(n)A F1 +(])A F0 -.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 136.8 R 1.238 -(Directories are added to the list with the)6.238 F F1(pushd)144 148.8 Q -F0(command; the)2.5 E F1(popd)2.5 E F0(command remo)2.5 E -.15(ve)-.15 G -2.5(se).15 G(ntries from the list.)-2.5 E F1144 160.8 Q F0 -(Clears the directory stack by deleting all of the entries.)25.86 E F1 -144 172.8 Q F0 .882 -(Produces a listing using full pathnames; the def)27.52 F .881 +(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 F1(pushd)144 357.6 Q +F0 2.003(command; the)4.504 F F1(popd)4.503 E F0 2.003(command remo) +4.503 F -.15(ve)-.15 G 4.503(se).15 G 2.003(ntries from the list.)-4.503 +F 2.003(The current directory is)7.003 F(al)144 369.6 Q -.1(wa)-.1 G +(ys the \214rst directory in the stack.).1 E F1144 381.6 Q F0 +(Clears the directory stack by deleting all of the entries.)180 381.6 Q +F1144 393.6 Q F0 .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 -184.8 Q(.)-.65 E F1144 196.8 Q F0 -(Print the directory stack with one entry per line.)24.74 E F1144 -208.8 Q F0 .272(Print the directory stack with one entry per line, pre\ -\214xing each entry with its inde)25.3 F 2.773(xi)-.15 G 2.773(nt)-2.773 -G(he)-2.773 E(stack.)180 220.8 Q F1(+)144 232.8 Q F2(n)A F0 1.565 -(Displays the)25.3 F F2(n)4.065 E F0 1.565 -(th entry counting from the left of the list sho)B 1.564(wn by)-.25 F F1 -(dirs)4.064 E F0 1.564(when in)4.064 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E -(without options, starting with zero.)180 244.8 Q F1144 256.8 Q F2 -(n)A F0 1.194(Displays the)25.3 F F2(n)3.694 E F0 1.194 +405.6 Q(.)-.65 E F1144 417.6 Q F0 +(Print the directory stack with one entry per line.)180 417.6 Q F1 +144 429.6 Q F0 .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 F1(+)144 453.6 Q F2(n)A F0 +1.564(Displays the)180 453.6 R F2(n)4.064 E F0 1.565 +(th entry counting from the left of the list sho)B 1.565(wn by)-.25 F F1 +(dirs)4.065 E F0 1.565(when in)4.065 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E +(without options, starting with zero.)180 465.6 Q F1144 477.6 Q F2 +(n)A F0 1.194(Displays the)180 477.6 R F2(n)3.694 E F0 1.194 (th entry counting from the right of the list sho)B 1.194(wn by)-.25 F F1(dirs)3.694 E F0 1.194(when in)3.694 F -.2(vo)-.4 G -.1(ke).2 G(d).1 E -(without options, starting with zero.)180 268.8 Q .258(The return v)144 -285.6 R .258(alue is 0 unless an in)-.25 F -.25(va)-.4 G .258 +(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 F2(n)2.758 E F0(inde)2.758 E -.15(xe) -.15 G 2.758(sb).15 G -.15(ey)-2.758 G .258(ond the end of the direc-) -.15 F(tory stack.)144 297.6 Q F1(diso)108 314.4 Q(wn)-.1 E F0([)2.5 E F1 +.15 F(tory stack.)144 518.4 Q F1(diso)108 535.2 Q(wn)-.1 E F0([)2.5 E F1 (\255ar)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(jobspec)-2.5 E F0 -(...])2.5 E -.4(Wi)144 326.4 S .121(thout options, remo).4 F .422 -.15 -(ve e)-.15 H(ach).15 E F2(jobspec)4.362 E F0 .122 -(from the table of acti)2.932 F .422 -.15(ve j)-.25 H 2.622(obs. If).15 -F F2(jobspec)4.362 E F0 .122(is not present, and)2.932 F .096 -(neither the)144 338.4 R F12.596 E F0 .096(nor the)2.596 F F1 -2.596 E F0 .096(option is supplied, the)2.596 F F2(curr)2.596 E +(... |)2.5 E F2(pid)2.5 E F0(... ])2.5 E -.4(Wi)144 547.2 S .122 +(thout options, remo).4 F .422 -.15(ve e)-.15 H(ach).15 E F2(jobspec) +4.362 E F0 .122(from the table of acti)2.932 F .422 -.15(ve j)-.25 H +2.622(obs. If).15 F F2(jobspec)4.362 E F0 .121(is not present, and)2.932 +F .096(neither the)144 559.2 R F12.596 E F0 .096(nor the)2.596 F +F12.596 E F0 .096(option is supplied, the)2.596 F F2(curr)2.596 E .096(ent job)-.37 F F0 .096(is used.)2.596 F .096(If the)5.096 F F1 2.596 E F0 .096(option is gi)2.596 F -.15(ve)-.25 G .096(n, each) -.15 F F2(jobspec)144 350.4 Q F0 .672(is not remo)3.482 F -.15(ve)-.15 G -3.172(df).15 G .672(rom the table, b)-3.172 F .672(ut is mark)-.2 F .672 -(ed so that)-.1 F/F3 9/Times-Bold@0 SF(SIGHUP)3.172 E F0 .673 -(is not sent to the job if the)2.922 F .962(shell recei)144 362.4 R -.15 -(ve)-.25 G 3.462(sa).15 G F3(SIGHUP)A/F4 9/Times-Roman@0 SF(.)A F0 .962 +.15 F F2(jobspec)145.74 571.2 Q F0 .586(is not remo)3.396 F -.15(ve)-.15 +G 3.086(df).15 G .585(rom the table, b)-3.086 F .585(ut is mark)-.2 F +.585(ed so that)-.1 F/F4 9/Times-Bold@0 SF(SIGHUP)3.085 E F0 .585 +(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 F4(SIGHUP)A/F5 9/Times-Roman@0 SF(.)A F0 .962 (If no)5.462 F F2(jobspec)5.202 E F0 .962(is supplied, the)3.772 F F1 3.462 E F0 .962(option means to remo)3.462 F 1.262 -.15(ve o)-.15 -H 3.462(rm).15 G .962(ark all)-3.462 F 1.358(jobs; the)144 374.4 R F1 -3.858 E F0 1.358(option without a)3.858 F F2(jobspec)5.598 E F0 -(ar)4.169 E 1.359(gument restricts operation to running jobs.)-.18 F -1.359(The return)6.359 F -.25(va)144 386.4 S(lue is 0 unless a).25 E F2 +H 3.462(rm).15 G .962(ark all)-3.462 F 1.359(jobs; the)144 595.2 R F1 +3.859 E F0 1.359(option without a)3.859 F F2(jobspec)5.599 E F0 +(ar)4.169 E 1.358(gument restricts operation to running jobs.)-.18 F +1.358(The return)6.358 F -.25(va)144 607.2 S(lue is 0 unless a).25 E F2 (jobspec)4.24 E F0(does not specify a v)2.81 E(alid job)-.25 E(.)-.4 E -F1(echo)108 403.2 Q F0([)2.5 E F1(\255neE)A F0 2.5(][)C F2(ar)-2.5 E(g) --.37 E F0(...])2.5 E .425(Output the)144 415.2 R F2(ar)2.925 E(g)-.37 E -F0 .424(s, separated by spaces, follo)B .424(wed by a ne)-.25 F 2.924 -(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F .307 -(error occurs.)144 427.2 R(If)5.307 E F12.807 E F0 .307 -(is speci\214ed, the trailing ne)2.807 F .308(wline is suppressed.)-.25 -F .308(If the)5.308 F F12.808 E F0 .308(option is gi)2.808 F -.15 -(ve)-.25 G .308(n, inter).15 F(-)-.2 E 1.349(pretation of the follo)144 -439.2 R 1.348(wing backslash-escaped characters is enabled.)-.25 F(The) -6.348 E F13.848 E F0 1.348(option disables the)3.848 F 1.054 -(interpretation of these escape characters, e)144 451.2 R -.15(ve)-.25 G -3.555(no).15 G 3.555(ns)-3.555 G 1.055(ystems where the)-3.555 F 3.555 -(ya)-.15 G 1.055(re interpreted by def)-3.555 F(ault.)-.1 E(The)144 -463.2 Q F1(xpg_echo)3.459 E F0 .959 -(shell option may be used to dynamically determine whether or not)3.459 -F F1(echo)3.458 E F0 -.15(ex)3.458 G(pands).15 E .715 -(these escape characters by def)144 475.2 R(ault.)-.1 E F1(echo)5.715 E -F0 .716(does not interpret)3.215 F F13.216 E F0 .716 -(to mean the end of options.)3.216 F F1(echo)5.716 E F0 -(interprets the follo)144 487.2 Q(wing escape sequences:)-.25 E F1(\\a) -144 499.2 Q F0(alert \(bell\))28.22 E F1(\\b)144 511.2 Q F0(backspace) -27.66 E F1(\\c)144 523.2 Q F0(suppress further output)28.78 E F1(\\e)144 -535.2 Q(\\E)144 547.2 Q F0(an escape character)26.55 E F1(\\f)144 559.2 -Q F0(form feed)29.89 E F1(\\n)144 571.2 Q F0(ne)27.66 E 2.5(wl)-.25 G -(ine)-2.5 E F1(\\r)144 583.2 Q F0(carriage return)28.78 E F1(\\t)144 -595.2 Q F0(horizontal tab)29.89 E F1(\\v)144 607.2 Q F0 -.15(ve)28.22 G -(rtical tab).15 E F1(\\\\)144 619.2 Q F0(backslash)30.44 E F1(\\0)144 -631.2 Q F2(nnn)A F0(the eight-bit character whose v)13.22 E -(alue is the octal v)-.25 E(alue)-.25 E F2(nnn)2.5 E F0 -(\(zero to three octal digits\))2.5 E F1(\\x)144 643.2 Q F2(HH)A F0 -(the eight-bit character whose v)13.78 E(alue is the he)-.25 E -(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0(\(one or tw)2.5 E 2.5(oh) --.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F1(\\u)144 655.2 Q F2(HHHH)A F0 -1.507(the Unicode \(ISO/IEC 10646\) character whose v)180 667.2 R 1.506 -(alue is the he)-.25 F 1.506(xadecimal v)-.15 F(alue)-.25 E F2(HHHH) -4.006 E F0(\(one to four he)180 679.2 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 -(\\U)144 691.2 Q F2(HHHHHHHH)A F0 .547 -(the Unicode \(ISO/IEC 10646\) character whose v)180 703.2 R .547 -(alue is the he)-.25 F .548(xadecimal v)-.15 F(alue)-.25 E F2(HHHHH-) -3.048 E(HHH)180 715.2 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G -(igits\))-2.5 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(57)190.95 -E 0 Cg EP -%%Page: 58 58 +F1(echo)108 624 Q F0([)2.5 E F1(\255neE)A F0 2.5(][)C F2(ar)-2.5 E(g) +-.37 E F0(...])2.5 E .424(Output the)144 636 R F2(ar)2.924 E(g)-.37 E F0 +.424(s, separated by spaces, follo)B .424(wed by a ne)-.25 F 2.924 +(wline. The)-.25 F .424(return status is 0 unless a write)2.924 F .308 +(error occurs.)144 648 R(If)5.308 E F12.808 E F0 .308 +(is speci\214ed, the trailing ne)2.808 F .308(wline is suppressed.)-.25 +F .307(If the)5.308 F F12.807 E F0 .307(option is gi)2.807 F -.15 +(ve)-.25 G .307(n, inter).15 F(-)-.2 E 1.348(pretation of the follo)144 +660 R 1.348(wing backslash-escaped characters is enabled.)-.25 F(The) +6.348 E F13.849 E F0 1.349(option disables the)3.849 F 1.055 +(interpretation of these escape characters, e)144 672 R -.15(ve)-.25 G +3.555(no).15 G 3.555(ns)-3.555 G 1.055(ystems where the)-3.555 F 3.554 +(ya)-.15 G 1.054(re interpreted by def)-3.554 F(ault.)-.1 E(The)144 684 +Q F1(xpg_echo)3.458 E F0 .959 +(shell option may be used to dynamically determine whether or not)3.458 +F F1(echo)3.459 E F0 -.15(ex)3.459 G(pands).15 E .716 +(these escape characters by def)144 696 R(ault.)-.1 E F1(echo)5.716 E F0 +.716(does not interpret)3.216 F F13.216 E F0 .715 +(to mean the end of options.)3.216 F F1(echo)5.715 E F0 +(interprets the follo)144 708 Q(wing escape sequences:)-.25 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(59)192.055 E 0 Cg EP +%%Page: 60 60 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(enable)108 84 Q F0([)2.5 E F1A F0 2.5 -(][)C F1(\255dnps)-2.5 E F0 2.5(][)C F1-2.5 E/F2 10/Times-Italic@0 -SF(\214lename)2.5 E F0 2.5(][)C F2(name)-2.5 E F0(...])2.5 E .278 -(Enable and disable b)144 96 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 -108 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 120 R -.989(uiltins before disk commands.)-.2 F(If)5.989 E F13.489 E F0 -.989(is used, each)3.489 F F2(name)3.489 E F0 .989(is dis-)3.489 F 1.581 -(abled; otherwise,)144 132 R F2(names)4.082 E F0 1.582(are enabled.) +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(\\a)144 84 Q F0(alert \(bell\))180 84 Q F1(\\b)144 96 Q F0(backspace) +180 96 Q F1(\\c)144 108 Q F0(suppress further output)180 108 Q F1(\\e) +144 120 Q(\\E)144 132 Q F0(an escape character)180 132 Q F1(\\f)144 144 +Q F0(form feed)180 144 Q F1(\\n)144 156 Q F0(ne)180 156 Q 2.5(wl)-.25 G +(ine)-2.5 E F1(\\r)144 168 Q F0(carriage return)180 168 Q F1(\\t)144 180 +Q F0(horizontal tab)180 180 Q F1(\\v)144 192 Q F0 -.15(ve)180 192 S +(rtical tab).15 E F1(\\\\)144 204 Q F0(backslash)180 204 Q F1(\\0)144 +216 Q/F2 10/Times-Italic@0 SF(nnn)A F0(the eight-bit character whose v) +180 216 Q(alue is the octal v)-.25 E(alue)-.25 E F2(nnn)2.5 E F0 +(\(zero to three octal digits\))2.5 E F1(\\x)144 228 Q F2(HH)A F0 +(the eight-bit character whose v)180 228 Q(alue is the he)-.25 E +(xadecimal v)-.15 E(alue)-.25 E F2(HH)2.5 E F0(\(one or tw)2.5 E 2.5(oh) +-.1 G .3 -.15(ex d)-2.5 H(igits\)).15 E F1(\\u)144 240 Q F2(HHHH)A F0 +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 F2(HHHH) +4.007 E F0(\(one to four he)180 264 Q 2.5(xd)-.15 G(igits\))-2.5 E F1 +(\\U)144 276 Q F2(HHHHHHHH)A F0 .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 F2(HHHHH-) +3.047 E(HHH)180 300 Q F0(\(one to eight he)2.5 E 2.5(xd)-.15 G(igits\)) +-2.5 E F1(enable)108 316.8 Q F0([)2.5 E F1A F0 2.5(][)C F1 +(\255dnps)-2.5 E F0 2.5(][)C F1-2.5 E F2(\214lename)2.5 E F0 2.5 +(][)C F2(name)-2.5 E F0(...])2.5 E .277(Enable and disable b)144 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 F13.489 E F0 .99 +(is used, each)3.49 F F2(name)3.49 E F0 .99(is dis-)3.49 F 1.582 +(abled; otherwise,)144 364.8 R F2(names)4.082 E F0 1.582(are enabled.) 4.082 F -.15(Fo)6.582 G 4.082(re).15 G 1.582(xample, to use the)-4.232 F F1(test)4.082 E F0 1.582(binary found via the)4.082 F/F3 9/Times-Bold@0 -SF -.666(PA)4.082 G(TH)-.189 E F0 .081(instead of the shell b)144 144 R -.081(uiltin v)-.2 F .081(ersion, run)-.15 F/F4 10/Courier@0 SF .081 -(enable -n test)2.581 F F0 5.081(.T)C(he)-5.081 E F12.58 E F0 .08 -(option means to load the ne)2.58 F(w)-.25 E -.2(bu)144 156 S 1.524 -(iltin command).2 F F2(name)4.384 E F0 1.524(from shared object)4.204 F +SF -.666(PA)4.081 G(TH)-.189 E F0 .08(instead of the shell b)144 376.8 R +.08(uiltin v)-.2 F .08(ersion, run)-.15 F/F4 10/Courier@0 SF .081 +(enable -n test)2.58 F F0 5.081(.T)C(he)-5.081 E F12.581 E F0 .081 +(option means to load the ne)2.581 F(w)-.25 E -.2(bu)144 388.8 S 1.525 +(iltin command).2 F F2(name)4.385 E F0 1.524(from shared object)4.204 F F2(\214lename)4.024 E F0 4.024(,o).18 G 4.024(ns)-4.024 G 1.524 -(ystems that support dynamic loading.)-4.024 F(The)144 168 Q F1 -2.867 E F0 .367(option will delete a b)2.867 F .367(uiltin pre)-.2 F -.367(viously loaded with)-.25 F F12.866 E F0 5.366(.I)C 2.866(fn) --5.366 G(o)-2.866 E F2(name)2.866 E F0(ar)2.866 E .366(guments are gi) --.18 F -.15(ve)-.25 G .366(n, or).15 F .398(if the)144 180 R F1 -2.898 E F0 .399(option is supplied, a list of shell b)2.899 F .399 +(ystems that support dynamic loading.)-4.024 F(The)144 400.8 Q F1 +2.866 E F0 .366(option will delete a b)2.866 F .366(uiltin pre)-.2 F +.366(viously loaded with)-.25 F F12.867 E F0 5.367(.I)C 2.867(fn) +-5.367 G(o)-2.867 E F2(name)2.867 E F0(ar)2.867 E .367(guments are gi) +-.18 F -.15(ve)-.25 G .367(n, or).15 F .399(if the)144 412.8 R F1 +2.899 E F0 .399(option is supplied, a list of shell b)2.899 F .399 (uiltins is printed.)-.2 F -.4(Wi)5.399 G .399(th no other option ar).4 -F .399(guments, the)-.18 F .099(list consists of all enabled shell b)144 -192 R 2.598(uiltins. If)-.2 F F12.598 E F0 .098 -(is supplied, only disabled b)2.598 F .098(uiltins are printed.)-.2 F -(If)5.098 E F12.598 E F0 1.916 -(is supplied, the list printed includes all b)144 204 R 1.916 -(uiltins, with an indication of whether or not each is)-.2 F 2.879 -(enabled. If)144 216 R F12.879 E F0 .379 -(is supplied, the output is restricted to the POSIX)2.879 F F2(special) -2.879 E F0 -.2(bu)2.878 G 2.878(iltins. The).2 F .378(return v)2.878 F -(alue)-.25 E .994(is 0 unless a)144 228 R F2(name)3.854 E F0 .994 -(is not a shell b)3.674 F .994(uiltin or there is an error loading a ne) --.2 F 3.495(wb)-.25 G .995(uiltin from a shared)-3.695 F(object.)144 240 -Q F1 -2.3 -.15(ev a)108 256.8 T(l).15 E F0([)2.5 E F2(ar)A(g)-.37 E F0 -(...])2.5 E(The)144 268.8 Q F2(ar)3.171 E(g)-.37 E F0 3.171(sa)C .671 -(re read and concatenated together into a single command.)-3.171 F .67 -(This command is then read)5.67 F .495(and e)144 280.8 R -.15(xe)-.15 G +F .398(guments, the)-.18 F .098(list consists of all enabled shell b)144 +424.8 R 2.598(uiltins. If)-.2 F F12.598 E F0 .098 +(is supplied, only disabled b)2.598 F .099(uiltins are printed.)-.2 F +(If)5.099 E F12.599 E F0 1.917 +(is supplied, the list printed includes all b)144 436.8 R 1.916 +(uiltins, with an indication of whether or not each is)-.2 F 2.878 +(enabled. If)144 448.8 R F12.878 E F0 .379 +(is supplied, the output is restricted to the POSIX)2.878 F F2(special) +2.879 E F0 -.2(bu)2.879 G 2.879(iltins. The).2 F .379(return v)2.879 F +(alue)-.25 E .995(is 0 unless a)144 460.8 R F2(name)3.855 E F0 .994 +(is not a shell b)3.675 F .994(uiltin or there is an error loading a ne) +-.2 F 3.494(wb)-.25 G .994(uiltin from a shared)-3.694 F(object.)144 +472.8 Q F1 -2.3 -.15(ev a)108 489.6 T(l).15 E F0([)2.5 E F2(ar)A(g)-.37 +E F0(...])2.5 E(The)144 501.6 Q F2(ar)3.17 E(g)-.37 E F0 3.17(sa)C .671 +(re read and concatenated together into a single command.)-3.17 F .671 +(This command is then read)5.671 F .495(and e)144 513.6 R -.15(xe)-.15 G .495(cuted by the shell, and its e).15 F .495 (xit status is returned as the v)-.15 F .495(alue of)-.25 F F1 -2.3 -.15 (ev a)2.995 H(l).15 E F0 5.495(.I)C 2.995(ft)-5.495 G .495(here are no) --2.995 F F2(ar)2.995 E(gs)-.37 E F0(,).27 E(or only null ar)144 292.8 Q +-2.995 F F2(ar)2.995 E(gs)-.37 E F0(,).27 E(or only null ar)144 525.6 Q (guments,)-.18 E F1 -2.3 -.15(ev a)2.5 H(l).15 E F0(returns 0.)2.5 E F1 -(exec)108 309.6 Q F0([)2.5 E F1(\255cl)A F0 2.5(][)C F1-2.5 E F2 +(exec)108 542.4 Q F0([)2.5 E F1(\255cl)A F0 2.5(][)C F1-2.5 E F2 (name)2.5 E F0 2.5(][)C F2(command)-2.5 E F0([)2.5 E F2(ar)A(guments) --.37 E F0(]])A(If)144 321.6 Q F2(command)3.006 E F0 .306 -(is speci\214ed, it replaces the shell.)3.576 F .305(No ne)5.305 F 2.805 -(wp)-.25 G .305(rocess is created.)-2.805 F(The)5.305 E F2(ar)3.135 E -(guments)-.37 E F0(become)3.075 E .176(the ar)144 333.6 R .176 +-.37 E F0(]])A(If)144 554.4 Q F2(command)3.005 E F0 .305 +(is speci\214ed, it replaces the shell.)3.575 F .305(No ne)5.305 F 2.805 +(wp)-.25 G .306(rocess is created.)-2.805 F(The)5.306 E F2(ar)3.136 E +(guments)-.37 E F0(become)3.076 E .177(the ar)144 566.4 R .177 (guments to)-.18 F F2(command)2.676 E F0 5.176(.I)C 2.676(ft)-5.176 G (he)-2.676 E F12.676 E F0 .176 -(option is supplied, the shell places a dash at the be)2.676 F .177 -(ginning of)-.15 F .5(the zeroth ar)144 345.6 R .5(gument passed to)-.18 -F F2(command)3 E F0 5.499(.T).77 G .499(his is what)-5.499 F F2(lo)2.999 -E(gin)-.1 E F0 .499(\(1\) does.).24 F(The)5.499 E F12.999 E F0 -.499(option causes)2.999 F F2(com-)3.199 E(mand)144 357.6 Q F0 .638 -(to be e)3.908 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138 +(option is supplied, the shell places a dash at the be)2.676 F .176 +(ginning of)-.15 F .499(the zeroth ar)144 578.4 R .499(gument passed to) +-.18 F F2(command)2.999 E F0 5.499(.T).77 G .499(his is what)-5.499 F F2 +(lo)2.999 E(gin)-.1 E F0 .499(\(1\) does.).24 F(The)5.5 E F13 E F0 +.5(option causes)3 F F2(com-)3.2 E(mand)144 590.4 Q F0 .639(to be e) +3.909 F -.15(xe)-.15 G .638(cuted with an empty en).15 F 3.138 (vironment. If)-.4 F F13.138 E F0 .638 -(is supplied, the shell passes)3.138 F F2(name)3.499 E F0 .639(as the) -3.319 F 1.078(zeroth ar)144 369.6 R 1.077(gument to the e)-.18 F -.15 +(is supplied, the shell passes)3.138 F F2(name)3.498 E F0 .638(as the) +3.318 F 1.077(zeroth ar)144 602.4 R 1.077(gument to the e)-.18 F -.15 (xe)-.15 G 1.077(cuted command.).15 F(If)6.077 E F2(command)3.777 E F0 1.077(cannot be e)4.347 F -.15(xe)-.15 G 1.077(cuted for some reason, a) -.15 F(non-interacti)144 381.6 Q .876 -.15(ve s)-.25 H .576(hell e).15 F -.576(xits, unless the)-.15 F F1(execfail)3.076 E F0 .577 -(shell option is enabled.)3.077 F .577(In that case, it returns f)5.577 -F(ail-)-.1 E 2.505(ure. An)144 393.6 R(interacti)2.505 E .305 -.15(ve s) +.15 F(non-interacti)144 614.4 Q .877 -.15(ve s)-.25 H .577(hell e).15 F +.577(xits, unless the)-.15 F F1(execfail)3.077 E F0 .577 +(shell option is enabled.)3.077 F .576(In that case, it returns f)5.577 +F(ail-)-.1 E 2.505(ure. An)144 626.4 R(interacti)2.505 E .305 -.15(ve s) -.25 H .005(hell returns f).15 F .005(ailure if the \214le cannot be e) -.1 F -.15(xe)-.15 G 2.505(cuted. If).15 F F2(command)2.705 E F0 .005 -(is not speci\214ed,)3.275 F(an)144 405.6 Q 3.036(yr)-.15 G .536 -(edirections tak)-3.036 F 3.036(ee)-.1 G -.25(ff)-3.036 G .536 +(is not speci\214ed,)3.275 F(an)144 638.4 Q 3.037(yr)-.15 G .537 +(edirections tak)-3.037 F 3.036(ee)-.1 G -.25(ff)-3.036 G .536 (ect in the current shell, and the return status is 0.).25 F .536 -(If there is a redirection)5.536 F(error)144 417.6 Q 2.5(,t)-.4 G -(he return status is 1.)-2.5 E F1(exit)108 434.4 Q F0([)2.5 E F2(n)A F0 -6.29(]C)C .096(ause the shell to e)-6.29 F .096(xit with a status of) --.15 F F2(n)2.596 E F0 5.096(.I)C(f)-5.096 E F2(n)2.955 E F0 .095 -(is omitted, the e)2.835 F .095(xit status is that of the last command) --.15 F -.15(exe)144 446.4 S 2.5(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5 +(If there is a redirection)5.536 F(error)144 650.4 Q 2.5(,t)-.4 G +(he return status is 1.)-2.5 E F1(exit)108 667.2 Q F0([)2.5 E F2(n)A F0 +(])A .095(Cause the shell to e)144 667.2 R .095(xit with a status of) +-.15 F F2(n)2.595 E F0 5.095(.I)C(f)-5.095 E F2(n)2.955 E F0 .096 +(is omitted, the e)2.835 F .096(xit status is that of the last command) +-.15 F -.15(exe)144 679.2 S 2.5(cuted. A).15 F(trap on)2.5 E F3(EXIT)2.5 E F0(is e)2.25 E -.15(xe)-.15 G(cuted before the shell terminates.).15 E -F1(export)108 463.2 Q F0([)2.5 E F1(\255fn)A F0 2.5(][).833 G F2(name) --2.5 E F0([=)A F2(wor)A(d)-.37 E F0(]] ...)A F1(export \255p)108 475.2 Q -F0 .256(The supplied)144 487.2 R F2(names)3.117 E F0 .257(are mark)3.027 -F .257(ed for automatic e)-.1 F .257(xport to the en)-.15 F .257 -(vironment of subsequently e)-.4 F -.15(xe)-.15 G(cuted).15 E 2.627 -(commands. If)144 499.2 R(the)2.627 E F12.627 E F0 .127 +F1(export)108 696 Q F0([)2.5 E F1(\255fn)A F0 2.5(][).833 G F2(name)-2.5 +E F0([=)A F2(wor)A(d)-.37 E F0(]] ...)A(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(60)192.055 E 0 Cg EP +%%Page: 61 61 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(export \255p)108 84 Q F0 .257(The supplied)144 96 R/F2 10 +/Times-Italic@0 SF(names)3.117 E F0 .257(are mark)3.027 F .257 +(ed for automatic e)-.1 F .257(xport to the en)-.15 F .257 +(vironment of subsequently e)-.4 F -.15(xe)-.15 G(cuted).15 E 2.626 +(commands. If)144 108 R(the)2.626 E F12.626 E F0 .127 (option is gi)2.627 F -.15(ve)-.25 G .127(n, the).15 F F2(names)2.987 E F0 .127(refer to functions.)2.897 F .127(If no)5.127 F F2(names)2.987 E -F0 .127(are gi)2.897 F -.15(ve)-.25 G .126(n, or if the).15 F F1 -144 511.2 Q F0 .048(option is supplied, a list of names of all e)2.547 F +F0 .127(are gi)2.897 F -.15(ve)-.25 G .127(n, or if the).15 F F1 +144 120 Q F0 .048(option is supplied, a list of names of all e)2.548 F .048(xported v)-.15 F .048(ariables is printed.)-.25 F(The)5.048 E F1 -2.548 E F0 .048(option causes the)2.548 F -.15(ex)144 523.2 S -1.447(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447 +2.547 E F0 .047(option causes the)2.547 F -.15(ex)144 132 S 1.446 +(port property to be remo).15 F -.15(ve)-.15 G 3.947(df).15 G 1.447 (rom each)-3.947 F F2(name)3.947 E F0 6.447(.I)C 3.947(fav)-6.447 G 1.447(ariable name is follo)-4.197 F 1.447(wed by =)-.25 F F2(wor)A(d) --.37 E F0 3.946(,t)C(he)-3.946 E -.25(va)144 535.2 S .741(lue of the v) -.25 F .741(ariable is set to)-.25 F F2(wor)3.241 E(d)-.37 E F0(.)A F1 -(export)5.741 E F0 .742(returns an e)3.242 F .742 -(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .742(lid option is) -.25 F .032(encountered, one of the)144 547.2 R F2(names)2.532 E F0 .032 -(is not a v)2.532 F .032(alid shell v)-.25 F .032(ariable name, or)-.25 -F F12.531 E F0 .031(is supplied with a)2.531 F F2(name)2.891 E F0 -(that)2.711 E(is not a function.)144 559.2 Q F1(fc)108 576 Q F0([)2.5 E +-.37 E F0 3.947(,t)C(he)-3.947 E -.25(va)144 144 S .742(lue of the v).25 +F .742(ariable is set to)-.25 F F2(wor)3.242 E(d)-.37 E F0(.)A F1 +(export)5.742 E F0 .742(returns an e)3.242 F .741 +(xit status of 0 unless an in)-.15 F -.25(va)-.4 G .741(lid option is) +.25 F .031(encountered, one of the)144 156 R F2(names)2.531 E F0 .031 +(is not a v)2.531 F .032(alid shell v)-.25 F .032(ariable name, or)-.25 +F F12.532 E F0 .032(is supplied with a)2.532 F F2(name)2.892 E F0 +(that)2.712 E(is not a function.)144 168 Q F1(fc)108 184.8 Q F0([)2.5 E F1A F2(ename)2.5 E F0 2.5(][)C F1(\255lnr)-2.5 E F0 2.5(][)C F2 <8c72>-2.5 E(st)-.1 E F0 2.5(][)C F2(last)-2.5 E F0(])A F1(fc \255s)108 -588 Q F0([)2.5 E F2(pat)A F0(=)A F2 -.37(re)C(p).37 E F0 2.5(][)C F2 -(cmd)-2.5 E F0(])A .431 -(The \214rst form selects a range of commands from)144 600 R F2<8c72> -4.842 E(st)-.1 E F0(to)3.612 E F2(last)3.022 E F0 .432 -(from the history list and displays or)3.612 F .142(edits and re-e)144 -612 R -.15(xe)-.15 G .142(cutes them.).15 F F2 -.45(Fi)5.141 G -.1(rs) +196.8 Q F0([)2.5 E F2(pat)A F0(=)A F2 -.37(re)C(p).37 E F0 2.5(][)C F2 +(cmd)-2.5 E F0(])A .432 +(The \214rst form selects a range of commands from)144 208.8 R F2<8c72> +4.842 E(st)-.1 E F0(to)3.612 E F2(last)3.022 E F0 .431 +(from the history list and displays or)3.612 F .141(edits and re-e)144 +220.8 R -.15(xe)-.15 G .141(cutes them.).15 F F2 -.45(Fi)5.141 G -.1(rs) .45 G(t).1 E F0(and)3.321 E F2(last)2.731 E F0 .141 (may be speci\214ed as a string \(to locate the last command)3.321 F(be) -144 624 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 .315(is used as an of) -144 636 R .315(fset from the current command number\).)-.25 F(If)5.315 E -F2(last)2.904 E F0 .314(is not speci\214ed it is set to the cur)3.494 F -(-)-.2 E .948(rent command for listing \(so that)144 648 R F4 .948 +144 232.8 Q .311(ginning with that string\) or as a number \(an inde) +-.15 F 2.811(xi)-.15 G .31(nto the history list, where a ne)-2.811 F +-.05(ga)-.15 G(ti).05 E .61 -.15(ve n)-.25 H(umber).15 E .314 +(is used as an of)144 244.8 R .314 +(fset from the current command number\).)-.25 F(If)5.314 E F2(last)2.905 +E F0 .315(is not speci\214ed it is set to the cur)3.495 F(-)-.2 E .949 +(rent command for listing \(so that)144 256.8 R/F3 10/Courier@0 SF .948 (fc \255l \25510)3.448 F F0 .948(prints the last 10 commands\) and to) -3.448 F F2<8c72>5.359 E(st)-.1 E F0(other)4.129 E(-)-.2 E 2.5(wise. If) -144 660 R F2<8c72>4.41 E(st)-.1 E F0 +3.448 F F2<8c72>5.358 E(st)-.1 E F0(other)4.128 E(-)-.2 E 2.5(wise. If) +144 268.8 R F2<8c72>4.41 E(st)-.1 E F0 (is not speci\214ed it is set to the pre)3.18 E -(vious command for editing and \25516 for listing.)-.25 E(The)144 684 Q -F12.522 E F0 .022 +(vious command for editing and \25516 for listing.)-.25 E(The)144 292.8 +Q F12.522 E F0 .022 (option suppresses the command numbers when listing.)2.522 F(The)5.022 E F12.522 E F0 .022(option re)2.522 F -.15(ve)-.25 G .022 -(rses the order of).15 F .438(the commands.)144 696 R .438(If the)5.438 -F F12.938 E F0 .438(option is gi)2.938 F -.15(ve)-.25 G .438 +(rses the order of).15 F .438(the commands.)144 304.8 R .438(If the) +5.438 F F12.938 E F0 .438(option is gi)2.938 F -.15(ve)-.25 G .438 (n, the commands are listed on standard output.).15 F(Otherwise,)5.438 E -.335(the editor gi)144 708 R -.15(ve)-.25 G 2.835(nb).15 G(y)-2.835 E F2 -(ename)3.025 E F0 .335(is in)3.015 F -.2(vo)-.4 G -.1(ke).2 G 2.835(do) -.1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835 F -(If)5.334 E F2(ename)3.024 E F0 .334(is not gi)3.014 F -.15(ve)-.25 G -(n,).15 E 1.668(the v)144 720 R 1.668(alue of the)-.25 F F3(FCEDIT)4.168 -E F0 -.25(va)3.918 G 1.668(riable is used, and the v).25 F 1.669 -(alue of)-.25 F F3(EDIT)4.169 E(OR)-.162 E F0(if)3.919 E F3(FCEDIT)4.169 -E F0 1.669(is not set.)3.919 F(If)6.669 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(58)190.95 E 0 Cg EP -%%Page: 59 59 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .187(neither v)144 84 R .187(ariable is set,)-.25 F/F1 10 -/Times-Italic@0 SF(vi)4.353 E F0 .187(is used.)4.353 F .187 -(When editing is complete, the edited commands are echoed and)5.187 F --.15(exe)144 96 S(cuted.).15 E .788(In the second form,)144 120 R F1 -(command)3.288 E F0 .788(is re-e)3.288 F -.15(xe)-.15 G .788 -(cuted after each instance of).15 F F1(pat)3.288 E F0 .788 -(is replaced by)3.288 F F1 -.37(re)3.289 G(p).37 E F0(.)A F1(Com-)5.789 -E(mand)144 132 Q F0 .347(is intepreted the same as)2.847 F F1<8c72>2.847 -E(st)-.1 E F0(abo)2.847 E -.15(ve)-.15 G 5.347(.A).15 G .347 -(useful alias to use with this is)-2.5 F/F2 10/Courier@0 SF .346 -(r='fc \255s')2.847 F F0 2.846(,s)C 2.846(ot)-2.846 G(hat)-2.846 E -(typing)144 144 Q F2 7.165(rc)3.665 G(c)-7.165 E F0 1.165 -(runs the last command be)3.665 F 1.166(ginning with)-.15 F F2(cc)3.666 -E F0 1.166(and typing)3.666 F F2(r)3.666 E F0(re-e)3.666 E -.15(xe)-.15 -G 1.166(cutes the last com-).15 F(mand.)144 156 Q .142 -(If the \214rst form is used, the return v)144 180 R .142 -(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142 -(lid option is encountered or).25 F F1<8c72>4.552 E(st)-.1 E F0(or)3.322 -E F1(last)2.732 E F0 .454(specify history lines out of range.)144 192 R -.454(If the)5.454 F/F3 10/Times-Bold@0 SF2.954 E F0 .454 -(option is supplied, the return v)2.954 F .455(alue is the v)-.25 F .455 -(alue of the)-.25 F .788(last command e)144 204 R -.15(xe)-.15 G .788 -(cuted or f).15 F .787 +.334(the editor gi)144 316.8 R -.15(ve)-.25 G 2.834(nb).15 G(y)-2.834 E +F2(ename)3.024 E F0 .335(is in)3.014 F -.2(vo)-.4 G -.1(ke).2 G 2.835 +(do).1 G 2.835(na\214)-2.835 G .335(le containing those commands.)-2.835 +F(If)5.335 E F2(ename)3.025 E F0 .335(is not gi)3.015 F -.15(ve)-.25 G +(n,).15 E .631(the v)144 328.8 R .631(alue of the)-.25 F/F4 9 +/Times-Bold@0 SF(FCEDIT)3.131 E F0 -.25(va)2.881 G .631 +(riable is used, and the v).25 F .631(alue of)-.25 F F4(EDIT)3.131 E(OR) +-.162 E F0(if)2.881 E F4(FCEDIT)3.13 E F0 .63(is not set.)2.88 F .63 +(If nei-)5.63 F .95(ther v)144 340.8 R .95(ariable is set,)-.25 F F2(vi) +5.116 E F0 .95(is used.)5.116 F .951 +(When editing is complete, the edited commands are echoed and)5.95 F +-.15(exe)144 352.8 S(cuted.).15 E .789(In the second form,)144 376.8 R +F2(command)3.288 E F0 .788(is re-e)3.288 F -.15(xe)-.15 G .788 +(cuted after each instance of).15 F F2(pat)3.288 E F0 .788 +(is replaced by)3.288 F F2 -.37(re)3.288 G(p).37 E F0(.)A F2(Com-)5.788 +E(mand)144 388.8 Q F0 .346(is intepreted the same as)2.846 F F2<8c72> +2.847 E(st)-.1 E F0(abo)2.847 E -.15(ve)-.15 G 5.347(.A).15 G .347 +(useful alias to use with this is)-2.5 F F3 .347(r='fc \255s')2.847 F F0 +2.847(,s)C 2.847(ot)-2.847 G(hat)-2.847 E(typing)144 400.8 Q F3 7.166 +(rc)3.666 G(c)-7.166 E F0 1.166(runs the last command be)3.666 F 1.166 +(ginning with)-.15 F F3(cc)3.666 E F0 1.165(and typing)3.666 F F3(r) +3.665 E F0(re-e)3.665 E -.15(xe)-.15 G 1.165(cutes the last com-).15 F +(mand.)144 412.8 Q .142(If the \214rst form is used, the return v)144 +436.8 R .142(alue is 0 unless an in)-.25 F -.25(va)-.4 G .142 +(lid option is encountered or).25 F F2<8c72>4.552 E(st)-.1 E F0(or)3.322 +E F2(last)2.732 E F0 .455(specify history lines out of range.)144 448.8 +R .454(If the)5.454 F F12.954 E F0 .454 +(option is supplied, the return v)2.954 F .454(alue is the v)-.25 F .454 +(alue of the)-.25 F .787(last command e)144 460.8 R -.15(xe)-.15 G .787 +(cuted or f).15 F .788 (ailure if an error occurs with the temporary \214le of commands.)-.1 F -.787(If the)5.787 F 1.135 +.788(If the)5.788 F 1.136 (second form is used, the return status is that of the command re-e)144 -216 R -.15(xe)-.15 G 1.136(cuted, unless).15 F F1(cmd)3.836 E F0 1.136 -(does not)4.406 F(specify a v)144 228 Q -(alid history line, in which case)-.25 E F3(fc)2.5 E F0(returns f)2.5 E -(ailure.)-.1 E F3(fg)108 244.8 Q F0([)2.5 E F1(jobspec)A F0(])A(Resume) -144 256.8 Q F1(jobspec)5.654 E F0 1.413(in the fore)4.224 F 1.413 +472.8 R -.15(xe)-.15 G 1.135(cuted, unless).15 F F2(cmd)3.835 E F0 1.135 +(does not)4.405 F(specify a v)144 484.8 Q +(alid history line, in which case)-.25 E F1(fc)2.5 E F0(returns f)2.5 E +(ailure.)-.1 E F1(fg)108 501.6 Q F0([)2.5 E F2(jobspec)A F0(])A(Resume) +144 513.6 Q F2(jobspec)5.653 E F0 1.413(in the fore)4.223 F 1.413 (ground, and mak)-.15 F 3.913(ei)-.1 G 3.913(tt)-3.913 G 1.413 -(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F1(jobspec)5.653 E F0 -1.413(is not present, the)4.223 F(shell')144 268.8 Q 3.116(sn)-.55 G -.616(otion of the)-3.116 F F1(curr)3.116 E .616(ent job)-.37 F F0 .617 -(is used.)3.116 F .617(The return v)5.617 F .617 -(alue is that of the command placed into the)-.25 F(fore)144 280.8 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 F1(jobspec)145.74 292.8 Q -F0 .004(does not specify a v)2.814 F .004(alid job or)-.25 F F1(jobspec) -4.244 E F0 .004(speci\214es a job that w)2.814 F .004 -(as started without job control.)-.1 F F3(getopts)108 309.6 Q F1 -(optstring name)2.5 E F0([)2.5 E F1(ar)A(gs)-.37 E F0(])A F3(getopts)144 -321.6 Q F0 .793 -(is used by shell procedures to parse positional parameters.)3.294 F F1 +(he current job)-3.913 F 6.413(.I)-.4 G(f)-6.413 E F2(jobspec)5.653 E F0 +1.414(is not present, the)4.223 F(shell')144 525.6 Q 3.117(sn)-.55 G +.617(otion of the)-3.117 F F2(curr)3.117 E .617(ent job)-.37 F F0 .617 +(is used.)3.117 F .617(The return v)5.617 F .616 +(alue is that of the command placed into the)-.25 F(fore)144 537.6 Q +.362(ground, or f)-.15 F .362 +(ailure if run when job control is disabled or)-.1 F 2.862(,w)-.4 G .363 +(hen run with job control enabled, if)-2.862 F F2(jobspec)145.74 549.6 Q +F0(does not specify a v)2.81 E(alid job or)-.25 E F2(jobspec)4.24 E F0 +(speci\214es a job that w)2.81 E(as started without job control.)-.1 E +F1(getopts)108 566.4 Q F2(optstring name)2.5 E F0([)2.5 E F2(ar)A(gs) +-.37 E F0(])A F1(getopts)144 578.4 Q F0 .793 +(is used by shell procedures to parse positional parameters.)3.294 F F2 (optstring)6.023 E F0 .793(contains the option)3.513 F .149 -(characters to be recognized; if a character is follo)144 333.6 R .15 +(characters to be recognized; if a character is follo)144 590.4 R .15 (wed by a colon, the option is e)-.25 F .15(xpected to ha)-.15 F .45 --.15(ve a)-.2 H(n).15 E(ar)144 345.6 Q .579 +-.15(ve a)-.2 H(n).15 E(ar)144 602.4 Q .579 (gument, which should be separated from it by white space.)-.18 F .578 (The colon and question mark char)5.579 F(-)-.2 E 1.665 -(acters may not be used as option characters.)144 357.6 R 1.665 -(Each time it is in)6.665 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F3(getopts) +(acters may not be used as option characters.)144 614.4 R 1.665 +(Each time it is in)6.665 F -.2(vo)-.4 G -.1(ke).2 G(d,).1 E F1(getopts) 4.165 E F0 1.665(places the ne)4.165 F(xt)-.15 E .797 -(option in the shell v)144 369.6 R(ariable)-.25 E F1(name)3.297 E F0 -3.297(,i).18 G(nitializing)-3.297 E F1(name)3.657 E F0 .797 +(option in the shell v)144 626.4 R(ariable)-.25 E F2(name)3.297 E F0 +3.297(,i).18 G(nitializing)-3.297 E F2(name)3.657 E F0 .797 (if it does not e)3.477 F .796(xist, and the inde)-.15 F 3.296(xo)-.15 G -3.296(ft)-3.296 G .796(he ne)-3.296 F(xt)-.15 E(ar)144 381.6 Q .085 -(gument to be processed into the v)-.18 F(ariable)-.25 E/F4 9 -/Times-Bold@0 SF(OPTIND)2.585 E/F5 9/Times-Roman@0 SF(.)A F4(OPTIND) -4.585 E F0 .085(is initialized to 1 each time the shell)2.335 F .846 -(or a shell script is in)144 393.6 R -.2(vo)-.4 G -.1(ke).2 G 3.345 -(d. When).1 F .845(an option requires an ar)3.345 F(gument,)-.18 E F3 +3.296(ft)-3.296 G .796(he ne)-3.296 F(xt)-.15 E(ar)144 638.4 Q .085 +(gument to be processed into the v)-.18 F(ariable)-.25 E F4(OPTIND)2.585 +E/F5 9/Times-Roman@0 SF(.)A F4(OPTIND)4.585 E F0 .085 +(is initialized to 1 each time the shell)2.335 F .846 +(or a shell script is in)144 650.4 R -.2(vo)-.4 G -.1(ke).2 G 3.345 +(d. When).1 F .845(an option requires an ar)3.345 F(gument,)-.18 E F1 (getopts)3.345 E F0 .845(places that ar)3.345 F(gument)-.18 E .803 -(into the v)144 405.6 R(ariable)-.25 E F4(OPT)3.303 E(ARG)-.81 E F5(.)A +(into the v)144 662.4 R(ariable)-.25 E F4(OPT)3.303 E(ARG)-.81 E F5(.)A F0 .803(The shell does not reset)5.303 F F4(OPTIND)3.303 E F0 .804 (automatically; it must be manually)3.054 F .294 -(reset between multiple calls to)144 417.6 R F3(getopts)2.793 E F0 .293 +(reset between multiple calls to)144 674.4 R F1(getopts)2.793 E F0 .293 (within the same shell in)2.793 F -.2(vo)-.4 G .293(cation if a ne).2 F -2.793(ws)-.25 G .293(et of parameters)-2.793 F(is to be used.)144 429.6 -Q 2.043(When the end of options is encountered,)144 453.6 R F3(getopts) +2.793(ws)-.25 G .293(et of parameters)-2.793 F(is to be used.)144 686.4 +Q 2.043(When the end of options is encountered,)144 710.4 R F1(getopts) 4.543 E F0 -.15(ex)4.543 G 2.043(its with a return v).15 F 2.044 -(alue greater than zero.)-.25 F F4(OPTIND)144 465.6 Q F0 +(alue greater than zero.)-.25 F F4(OPTIND)144 722.4 Q F0 (is set to the inde)2.25 E 2.5(xo)-.15 G 2.5(ft)-2.5 G -(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F1(name)2.5 E F0 -(is set to ?.)2.5 E F3(getopts)144 489.6 Q F0 2.393 +(he \214rst non-option ar)-2.5 E(gument, and)-.18 E F2(name)2.5 E F0 +(is set to ?.)2.5 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(61) +192.055 E 0 Cg EP +%%Page: 62 62 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(getopts)144 84 Q F0 2.393 (normally parses the positional parameters, b)4.893 F 2.392 (ut if more ar)-.2 F 2.392(guments are gi)-.18 F -.15(ve)-.25 G 4.892 -(ni).15 G(n)-4.892 E F1(ar)4.892 E(gs)-.37 E F0(,).27 E F3(getopts)144 -501.6 Q F0(parses those instead.)2.5 E F3(getopts)144 525.6 Q F0 1.165 -(can report errors in tw)3.665 F 3.665(ow)-.1 G 3.665(ays. If)-3.765 F -1.165(the \214rst character of)3.665 F F1(optstring)3.895 E F0 1.166 -(is a colon,)3.886 F F1(silent)4.006 E F0(error)4.346 E 1.071 -(reporting is used.)144 537.6 R 1.071 +(ni).15 G(n)-4.892 E/F2 10/Times-Italic@0 SF(ar)4.892 E(gs)-.37 E F0(,) +.27 E F1(getopts)144 96 Q F0(parses those instead.)2.5 E F1(getopts)144 +120 Q F0 1.165(can report errors in tw)3.665 F 3.665(ow)-.1 G 3.665 +(ays. If)-3.765 F 1.165(the \214rst character of)3.665 F F2(optstring) +3.895 E F0 1.166(is a colon,)3.886 F F2(silent)4.006 E F0(error)4.346 E +1.071(reporting is used.)144 132 R 1.071 (In normal operation, diagnostic messages are printed when in)6.071 F --.25(va)-.4 G 1.07(lid options or).25 F .393(missing option ar)144 549.6 -R .393(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable) --.25 E F4(OPTERR)2.894 E F0 .394(is set to 0, no error messages)2.644 F -(will be displayed, e)144 561.6 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft) --2.5 G(he \214rst character of)-2.5 E F1(optstring)2.73 E F0 -(is not a colon.)2.72 E .667(If an in)144 585.6 R -.25(va)-.4 G .667 -(lid option is seen,).25 F F3(getopts)3.167 E F0 .667(places ? into) -3.167 F F1(name)3.527 E F0 .666 +-.25(va)-.4 G 1.07(lid options or).25 F .393(missing option ar)144 144 R +.393(guments are encountered.)-.18 F .394(If the v)5.394 F(ariable)-.25 +E/F3 9/Times-Bold@0 SF(OPTERR)2.894 E F0 .394 +(is set to 0, no error messages)2.644 F(will be displayed, e)144 156 Q +-.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he \214rst character of)-2.5 E +F2(optstring)2.73 E F0(is not a colon.)2.72 E .667(If an in)144 180 R +-.25(va)-.4 G .667(lid option is seen,).25 F F1(getopts)3.167 E F0 .667 +(places ? into)3.167 F F2(name)3.527 E F0 .666 (and, if not silent, prints an error message)3.347 F .399(and unsets)144 -597.6 R F4(OPT)2.899 E(ARG)-.81 E F5(.)A F0(If)4.899 E F3(getopts)2.899 -E F0 .399(is silent, the option character found is placed in)2.899 F F4 -(OPT)2.899 E(ARG)-.81 E F0 .4(and no)2.65 F -(diagnostic message is printed.)144 609.6 Q 1.242(If a required ar)144 -633.6 R 1.242(gument is not found, and)-.18 F F3(getopts)3.741 E F0 -1.241(is not silent, a question mark \()3.741 F F3(?).833 E F0 3.741 -(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F F1(name)144 645.6 -Q F0(,).18 E F4(OPT)2.734 E(ARG)-.81 E F0 .234 -(is unset, and a diagnostic message is printed.)2.484 F(If)5.234 E F3 -(getopts)2.734 E F0 .235(is silent, then a colon \()2.734 F F3(:).833 E -F0(\)).833 E(is placed in)144 657.6 Q F1(name)2.86 E F0(and)2.68 E F4 -(OPT)2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F3 -(getopts)144 681.6 Q F0 .902 +192 R F3(OPT)2.899 E(ARG)-.81 E/F4 9/Times-Roman@0 SF(.)A F0(If)4.899 E +F1(getopts)2.899 E F0 .399 +(is silent, the option character found is placed in)2.899 F F3(OPT)2.899 +E(ARG)-.81 E F0 .4(and no)2.65 F(diagnostic message is printed.)144 204 +Q 1.242(If a required ar)144 228 R 1.242(gument is not found, and)-.18 F +F1(getopts)3.741 E F0 1.241(is not silent, a question mark \()3.741 F F1 +(?).833 E F0 3.741(\)i).833 G 3.741(sp)-3.741 G 1.241(laced in)-3.741 F +F2(name)144 240 Q F0(,).18 E F3(OPT)2.734 E(ARG)-.81 E F0 .234 +(is unset, and a diagnostic message is printed.)2.484 F(If)5.234 E F1 +(getopts)2.734 E F0 .235(is silent, then a colon \()2.734 F F1(:).833 E +F0(\)).833 E(is placed in)144 252 Q F2(name)2.86 E F0(and)2.68 E F3(OPT) +2.5 E(ARG)-.81 E F0(is set to the option character found.)2.25 E F1 +(getopts)144 276 Q F0 .902 (returns true if an option, speci\214ed or unspeci\214ed, is found.) 3.402 F .902(It returns f)5.902 F .901(alse if the end of)-.1 F -(options is encountered or an error occurs.)144 693.6 Q(GNU Bash 4.3)72 -768 Q(2014 February 2)141.79 E(59)190.95 E 0 Cg EP -%%Page: 60 60 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(hash)108 84 Q F0([)2.5 E F1(\255lr)A F0 2.5 -(][)C F1-2.5 E/F2 10/Times-Italic@0 SF(\214lename)2.5 E F0 2.5(][) -C F1(\255dt)-2.5 E F0 2.5(][)C F2(name)-2.5 E F0(])A .858(Each time)144 -96 R F1(hash)3.358 E F0 .858(is in)3.358 F -.2(vo)-.4 G -.1(ke).2 G .858 -(d, the full pathname of the command).1 F F2(name)3.718 E F0 .858 -(is determined by searching)3.538 F .956(the directories in)144 108 R F1 -($P)3.456 E -.95(AT)-.74 G(H).95 E F0 .956(and remembered.)3.456 F(An) -5.956 E 3.456(yp)-.15 G(re)-3.456 E .956 -(viously-remembered pathname is discarded.)-.25 F .242(If the)144 120 R -F12.742 E F0 .243 +(options is encountered or an error occurs.)144 288 Q F1(hash)108 304.8 +Q F0([)2.5 E F1(\255lr)A F0 2.5(][)C F1-2.5 E F2(\214lename)2.5 E +F0 2.5(][)C F1(\255dt)-2.5 E F0 2.5(][)C F2(name)-2.5 E F0(])A .858 +(Each time)144 316.8 R F1(hash)3.358 E F0 .858(is in)3.358 F -.2(vo)-.4 +G -.1(ke).2 G .858(d, the full pathname of the command).1 F F2(name) +3.718 E F0 .858(is determined by searching)3.538 F .956 +(the directories in)144 328.8 R F1($P)3.456 E -.95(AT)-.74 G(H).95 E F0 +.956(and remembered.)3.456 F(An)5.956 E 3.456(yp)-.15 G(re)-3.456 E .956 +(viously-remembered pathname is discarded.)-.25 F .242(If the)144 340.8 +R F12.742 E F0 .243 (option is supplied, no path search is performed, and)2.742 F F2 (\214lename)4.653 E F0 .243(is used as the full \214lename)2.923 F 1.712 -(of the command.)144 132 R(The)6.712 E F14.212 E F0 1.711 +(of the command.)144 352.8 R(The)6.712 E F14.212 E F0 1.711 (option causes the shell to for)4.212 F 1.711 (get all remembered locations.)-.18 F(The)6.711 E F14.211 E F0 -.833(option causes the shell to for)144 144 R .833 +.833(option causes the shell to for)144 364.8 R .833 (get the remembered location of each)-.18 F F2(name)3.333 E F0 5.833(.I) C 3.333(ft)-5.833 G(he)-3.333 E F13.333 E F0 .833(option is sup-) -3.333 F .704(plied, the full pathname to which each)144 156 R F2(name) +3.333 F .704(plied, the full pathname to which each)144 376.8 R F2(name) 3.204 E F0 .703(corresponds is printed.)3.204 F .703(If multiple)5.703 F F2(name)3.203 E F0(ar)3.203 E(guments)-.18 E .795(are supplied with)144 -168 R F13.295 E F0 3.295(,t)C(he)-3.295 E F2(name)3.295 E F0 .795 -(is printed before the hashed full pathname.)3.295 F(The)5.795 E F1 +388.8 R F13.295 E F0 3.295(,t)C(he)-3.295 E F2(name)3.295 E F0 +.795(is printed before the hashed full pathname.)3.295 F(The)5.795 E F1 3.295 E F0 .795(option causes)3.295 F .934 -(output to be displayed in a format that may be reused as input.)144 180 -R .934(If no ar)5.934 F .934(guments are gi)-.18 F -.15(ve)-.25 G .934 -(n, or if).15 F(only)144 192 Q F12.821 E F0 .321 +(output to be displayed in a format that may be reused as input.)144 +400.8 R .934(If no ar)5.934 F .934(guments are gi)-.18 F -.15(ve)-.25 G +.934(n, or if).15 F(only)144 412.8 Q F12.821 E F0 .321 (is supplied, information about remembered commands is printed.)2.821 F -.322(The return status is true)5.322 F(unless a)144 204 Q F2(name)2.86 E -F0(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.) -.25 E F1(help)108 220.8 Q F0([)2.5 E F1(\255dms)A F0 2.5(][)C F2 +.322(The return status is true)5.322 F(unless a)144 424.8 Q F2(name)2.86 +E F0(is not found or an in)2.68 E -.25(va)-.4 G(lid option is supplied.) +.25 E F1(help)108 441.6 Q F0([)2.5 E F1(\255dms)A F0 2.5(][)C F2 (pattern)-2.5 E F0(])A .867(Display helpful information about b)144 -232.8 R .867(uiltin commands.)-.2 F(If)5.867 E F2(pattern)4.617 E F0 +453.6 R .867(uiltin commands.)-.2 F(If)5.867 E F2(pattern)4.617 E F0 .866(is speci\214ed,)3.607 F F1(help)3.366 E F0(gi)3.366 E -.15(ve)-.25 G 3.366(sd).15 G(etailed)-3.366 E .306(help on all commands matching)144 -244.8 R F2(pattern)2.806 E F0 2.807(;o).24 G .307 +465.6 R F2(pattern)2.806 E F0 2.807(;o).24 G .307 (therwise help for all the b)-2.807 F .307 -(uiltins and shell control struc-)-.2 F(tures is printed.)144 256.8 Q F1 -144 268.8 Q F0(Display a short description of each)24.74 E F2 -(pattern)2.5 E F1144 280.8 Q F0(Display the description of each) -21.97 E F2(pattern)2.5 E F0(in a manpage-lik)2.5 E 2.5(ef)-.1 G(ormat) --2.5 E F1144 292.8 Q F0 -(Display only a short usage synopsis for each)26.41 E F2(pattern)2.5 E -F0(The return status is 0 unless no command matches)144 309.6 Q F2 -(pattern)2.5 E F0(.).24 E F1(history [)108 326.4 Q F2(n)A F1(])A -(history \255c)108 338.4 Q(history \255d)108 350.4 Q F2(of)2.5 E(fset) --.18 E F1(history \255anrw)108 362.4 Q F0([)2.5 E F2(\214lename)A F0(])A -F1(history \255p)108 374.4 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A 2.5 -(g.)-.37 G(..)-2.5 E F0(])A F1(history \255s)108 386.4 Q F2(ar)2.5 E(g) +(uiltins and shell control struc-)-.2 F(tures is printed.)144 477.6 Q F1 +144 489.6 Q F0(Display a short description of each)180 489.6 Q F2 +(pattern)2.5 E F1144 501.6 Q F0(Display the description of each) +180 501.6 Q F2(pattern)2.5 E F0(in a manpage-lik)2.5 E 2.5(ef)-.1 G +(ormat)-2.5 E F1144 513.6 Q F0 +(Display only a short usage synopsis for each)180 513.6 Q F2(pattern)2.5 +E F0(The return status is 0 unless no command matches)144 530.4 Q F2 +(pattern)2.5 E F0(.).24 E F1(history [)108 547.2 Q F2(n)A F1(])A +(history \255c)108 559.2 Q(history \255d)108 571.2 Q F2(of)2.5 E(fset) +-.18 E F1(history \255anrw)108 583.2 Q F0([)2.5 E F2(\214lename)A F0(])A +F1(history \255p)108 595.2 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A 2.5 +(g.)-.37 G(..)-2.5 E F0(])A F1(history \255s)108 607.2 Q F2(ar)2.5 E(g) -.37 E F0([)2.5 E F2(ar)A 2.5(g.)-.37 G(..)-2.5 E F0(])A -.4(Wi)144 -398.4 S .752 +619.2 S .752 (th no options, display the command history list with line numbers.).4 F .752(Lines listed with a)5.752 F F1(*)3.251 E F0(ha)3.251 E -.15(ve)-.2 -G .38(been modi\214ed.)144 410.4 R .38(An ar)5.38 F .38(gument of)-.18 F +G .38(been modi\214ed.)144 631.2 R .38(An ar)5.38 F .38(gument of)-.18 F F2(n)3.24 E F0 .38(lists only the last)3.12 F F2(n)3.24 E F0 2.88 -(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E/F3 9 -/Times-Bold@0 SF(HISTTIMEFOR-)2.881 E(MA)144 422.4 Q(T)-.855 E F0 .265 +(lines. If)3.12 F .38(the shell v)2.88 F(ariable)-.25 E F3(HISTTIMEFOR-) +2.881 E(MA)144 643.2 Q(T)-.855 E F0 .265 (is set and not null, it is used as a format string for)2.515 F F2 (strftime)2.764 E F0 .264(\(3\) to display the time stamp asso-)B 1.019 -(ciated with each displayed history entry)144 434.4 R 6.019(.N)-.65 G +(ciated with each displayed history entry)144 655.2 R 6.019(.N)-.65 G 3.519(oi)-6.019 G(nterv)-3.519 E 1.019 (ening blank is printed between the formatted)-.15 F .176 -(time stamp and the history line.)144 446.4 R(If)5.176 E F2(\214lename) +(time stamp and the history line.)144 667.2 R(If)5.176 E F2(\214lename) 2.676 E F0 .176 (is supplied, it is used as the name of the history \214le; if)2.676 F -(not, the v)144 458.4 Q(alue of)-.25 E F3(HISTFILE)2.5 E F0(is used.) +(not, the v)144 679.2 Q(alue of)-.25 E F3(HISTFILE)2.5 E F0(is used.) 2.25 E(Options, if supplied, ha)5 E .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 470.4 Q F0 -(Clear the history list by deleting all the entries.)25.86 E F1144 -482.4 Q F2(of)2.5 E(fset)-.18 E F0(Delete the history entry at position) -180 494.4 Q F2(of)2.5 E(fset)-.18 E F0(.)A F1144 506.4 Q F0 .598 -(Append the `)25.3 F(`ne)-.74 E(w')-.25 E 3.098('h)-.74 G .598 -(istory lines \(history lines entered since the be)-3.098 F .599 -(ginning of the current)-.15 F F1(bash)180 518.4 Q F0 -(session\) to the history \214le.)2.5 E F1144 530.4 Q F0 .854(Rea\ -d the history lines not already read from the history \214le into the c\ -urrent history list.)24.74 F .772 -(These are lines appended to the history \214le since the be)180 542.4 R +(wing meanings:)-.25 E F1144 691.2 Q F0 +(Clear the history list by deleting all the entries.)180 691.2 Q F1 +144 703.2 Q F2(of)2.5 E(fset)-.18 E F0 +(Delete the history entry at position)180 715.2 Q F2(of)2.5 E(fset)-.18 +E F0(.)A(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(62)192.055 E 0 +Cg EP +%%Page: 63 63 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q F0 .564(Append the `)180 84 R(`ne)-.74 E(w')-.25 E +3.064('h)-.74 G .564(istory lines to the history \214le.)-3.064 F .565 +(These are history lines entered since)5.564 F(the be)180 96 Q +(ginning of the current)-.15 E F1(bash)2.5 E F0(session, b)2.5 E +(ut not already appended to the history \214le.)-.2 E F1144 108 Q +F0 .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 F1(bash)3.273 E F0(ses-)3.273 E -(sion.)180 554.4 Q F1144 566.4 Q F0(Read the contents of the hist\ -ory \214le and append them to the current history list.)25.86 E F1 -144 578.4 Q F0(Write the current history list to the history \214le, o) -23.08 E -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G -(ontents.)-2.5 E F1144 590.4 Q F0 .626 -(Perform history substitution on the follo)24.74 F(wing)-.25 E F2(ar) -3.125 E(gs)-.37 E F0 .625(and display the result on the standard)3.125 F -2.975(output. Does)180 602.4 R .475 -(not store the results in the history list.)2.975 F(Each)5.475 E F2(ar) -2.975 E(g)-.37 E F0 .475(must be quoted to disable)2.975 F -(normal history e)180 614.4 Q(xpansion.)-.15 E F1144 626.4 Q F0 -.363(Store the)26.41 F F2(ar)3.193 E(gs)-.37 E F0 .363 +(sion.)180 132 Q F1144 144 Q F0(Read the contents of the history \ +\214le and append them to the current history list.)180 144 Q F1 +144 156 Q F0(Write the current history list to the history \214le, o)180 +156 Q -.15(ve)-.15 G(rwriting the history \214le').15 E 2.5(sc)-.55 G +(ontents.)-2.5 E F1144 168 Q F0 .626 +(Perform history substitution on the follo)180 168 R(wing)-.25 E/F2 10 +/Times-Italic@0 SF(ar)3.125 E(gs)-.37 E F0 .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 F2(ar)2.975 E(g)-.37 E F0 .475(must be quoted to disable)2.975 F +(normal history e)180 192 Q(xpansion.)-.15 E F1144 204 Q F0 .363 +(Store the)180 204 R F2(ar)3.193 E(gs)-.37 E F0 .363 (in the history list as a single entry)3.133 F 5.363(.T)-.65 G .362 -(he last command in the history list is)-5.363 F(remo)180 638.4 Q -.15 -(ve)-.15 G 2.5(db).15 G(efore the)-2.5 E F2(ar)2.83 E(gs)-.37 E F0 -(are added.)2.77 E .145(If the)144 655.2 R F3(HISTTIMEFORMA)2.645 E(T) --.855 E F0 -.25(va)2.395 G .145 +(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 F2(ar)2.83 E(gs)-.37 E F0 +(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 F0 -.25(va)2.395 G .145 (riable is set, the time stamp information associated with each history) -.25 F .669(entry is written to the history \214le, mark)144 667.2 R .669 +.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 679.2 R .956 +(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 .416 -(are interpreted as timestamps for the pre)144 691.2 R .416 -(vious history line.)-.25 F .416(The return v)5.416 F .415 -(alue is 0 unless an in)-.25 F -.25(va)-.4 G(lid).25 E .499(option is e\ -ncountered, an error occurs while reading or writing the history \214le\ -, an in)144 703.2 R -.25(va)-.4 G(lid).25 E F2(of)3 E(fset)-.18 E F0(is) -3 E(supplied as an ar)144 715.2 Q(gument to)-.18 E F12.5 E F0 2.5 -(,o)C 2.5(rt)-2.5 G(he history e)-2.5 E(xpansion supplied as an ar)-.15 -E(gument to)-.18 E F12.5 E F0 -.1(fa)2.5 G(ils.).1 E(GNU Bash 4.3) -72 768 Q(2014 February 2)141.79 E(60)190.95 E 0 Cg EP -%%Page: 61 61 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(jobs)108 84 Q F0([)2.5 E F1(\255lnprs)A F0 -2.5(][)C/F2 10/Times-Italic@0 SF(jobspec)A F0(... ])2.5 E F1(jobs \255x) -108 96 Q F2(command)2.5 E F0([)2.5 E F2(ar)2.5 E(gs)-.37 E F0(... ])2.5 -E(The \214rst form lists the acti)144 108 Q .3 -.15(ve j)-.25 H 2.5 -(obs. The).15 F(options ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 120 Q F0 -(List process IDs in addition to the normal information.)27.52 E F1 -144 132 Q F0 .194(Display information only about jobs that ha) -24.74 F .494 -.15(ve c)-.2 H .193(hanged status since the user w).15 F -.193(as last noti-)-.1 F(\214ed of their status.)180 144 Q F1144 -156 Q F0(List only the process ID of the job')24.74 E 2.5(sp)-.55 G -(rocess group leader)-2.5 E(.)-.55 E F1144 168 Q F0 -(Display only running jobs.)25.86 E F1144 180 Q F0 -(Display only stopped jobs.)26.41 E(If)144 196.8 Q F2(jobspec)4.553 E F0 -.313(is gi)3.123 F -.15(ve)-.25 G .313 -(n, output is restricted to information about that job).15 F 5.314(.T) --.4 G .314(he return status is 0 unless)-5.314 F(an in)144 208.8 Q -.25 +(wed immediately by a digit)-.25 F 1.796 +(are interpreted as timestamps for the follo)144 268.8 R 1.795 +(wing history entry)-.25 F 6.795(.T)-.65 G 1.795(he return v)-6.795 F +1.795(alue is 0 unless an)-.25 F(in)144 280.8 Q -.25(va)-.4 G .768(lid \ +option is encountered, an error occurs while reading or writing the his\ +tory \214le, an in).25 F -.25(va)-.4 G(lid).25 E F2(of)144 292.8 Q(fset) +-.18 E F0 1.032(is supplied as an ar)3.532 F 1.031(gument to)-.18 F F1 +3.531 E F0 3.531(,o)C 3.531(rt)-3.531 G 1.031(he history e)-3.531 +F 1.031(xpansion supplied as an ar)-.15 F 1.031(gument to)-.18 F F1 +3.531 E F0 -.1(fa)144 304.8 S(ils.).1 E F1(jobs)108 321.6 Q F0([) +2.5 E F1(\255lnprs)A F0 2.5(][)C F2(jobspec)A F0(... ])2.5 E F1 +(jobs \255x)108 333.6 Q F2(command)2.5 E F0([)2.5 E F2(ar)2.5 E(gs)-.37 +E F0(... ])2.5 E(The \214rst form lists the acti)144 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 F1144 357.6 Q F0 +(List process IDs in addition to the normal information.)180 357.6 Q F1 +144 369.6 Q F0 .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 F1 +144 393.6 Q F0(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 F1144 405.6 Q F0 +(Display only running jobs.)180 405.6 Q F1144 417.6 Q F0 +(Display only stopped jobs.)180 417.6 Q(If)144 434.4 Q F2(jobspec)4.554 +E F0 .314(is gi)3.124 F -.15(ve)-.25 G .314 +(n, output is restricted to information about that job).15 F 5.313(.T) +-.4 G .313(he return status is 0 unless)-5.313 F(an in)144 446.4 Q -.25 (va)-.4 G(lid option is encountered or an in).25 E -.25(va)-.4 G(lid).25 -E F2(jobspec)4.24 E F0(is supplied.)2.81 E .395(If the)144 225.6 R F1 -2.895 E F0 .394(option is supplied,)2.894 F F1(jobs)2.894 E F0 +E F2(jobspec)4.24 E F0(is supplied.)2.81 E .394(If the)144 463.2 R F1 +2.894 E F0 .394(option is supplied,)2.894 F F1(jobs)2.894 E F0 .394(replaces an)2.894 F(y)-.15 E F2(jobspec)4.634 E F0 .394(found in) -3.204 F F2(command)3.094 E F0(or)3.664 E F2(ar)3.224 E(gs)-.37 E F0 .394 -(with the corre-)3.164 F(sponding process group ID, and e)144 237.6 Q +3.204 F F2(command)3.094 E F0(or)3.664 E F2(ar)3.224 E(gs)-.37 E F0 .395 +(with the corre-)3.164 F(sponding process group ID, and e)144 475.2 Q -.15(xe)-.15 G(cutes).15 E F2(command)2.7 E F0(passing it)3.27 E F2(ar) 2.5 E(gs)-.37 E F0 2.5(,r).27 G(eturning its e)-2.5 E(xit status.)-.15 E -F1(kill)108 254.4 Q F0([)2.5 E F1A F2(sigspec)2.5 E F0(|)2.5 E F1 +F1(kill)108 492 Q F0([)2.5 E F1A F2(sigspec)2.5 E F0(|)2.5 E F1 2.5 E F2(signum)2.5 E F0(|)2.5 E F12.5 E F2(sigspec)A F0 2.5 (][)C F2(pid)-2.5 E F0(|)2.5 E F2(jobspec)2.5 E F0 2.5(].)C(..)-2.5 E F1 -(kill \255l)108 266.4 Q F0([)2.5 E F2(sigspec)A F0(|)2.5 E F2 -.2(ex)2.5 -G(it_status).2 E F0(])A .119(Send the signal named by)144 278.4 R F2 -(sigspec)2.959 E F0(or)2.929 E F2(signum)2.959 E F0 .119 -(to the processes named by)2.939 F F2(pid)3.87 E F0(or)3.39 E F2 -(jobspec)2.62 E F0(.).31 E F2(sigspec)5.46 E F0(is)2.93 E .319 -(either a case-insensiti)144 290.4 R .619 -.15(ve s)-.25 H .319 -(ignal name such as).15 F/F3 9/Times-Bold@0 SF(SIGKILL)2.819 E F0 .318 -(\(with or without the)2.569 F F3(SIG)2.818 E F0 .318 -(pre\214x\) or a signal)2.568 F(number;)144 302.4 Q F2(signum)4.188 E F0 -1.349(is a signal number)4.168 F 6.349(.I)-.55 G(f)-6.349 E F2(sigspec) +(kill \255l)108 504 Q F0(|)A F1A F0([)2.5 E F2(sigspec)A F0(|)2.5 +E F2 -.2(ex)2.5 G(it_status).2 E F0(])A .12(Send the signal named by)144 +516 R F2(sigspec)2.96 E F0(or)2.93 E F2(signum)2.96 E F0 .119 +(to the processes named by)2.939 F F2(pid)3.869 E F0(or)3.389 E F2 +(jobspec)2.619 E F0(.).31 E F2(sigspec)5.459 E F0(is)2.929 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 F0 .319 +(\(with or without the)2.569 F F3(SIG)2.819 E F0 .319 +(pre\214x\) or a signal)2.569 F(number;)144 540 Q F2(signum)4.189 E F0 +1.349(is a signal number)4.169 F 6.349(.I)-.55 G(f)-6.349 E F2(sigspec) 4.189 E F0 1.349(is not present, then)4.159 F F3(SIGTERM)3.849 E F0 -1.349(is assumed.)3.599 F(An)6.349 E(ar)144 314.4 Q .523(gument of)-.18 -F F13.023 E F0 .523(lists the signal names.)3.023 F .523(If an) -5.523 F 3.023(ya)-.15 G -.18(rg)-3.023 G .523(uments are supplied when) -.18 F F13.023 E F0 .523(is gi)3.023 F -.15(ve)-.25 G .523 -(n, the names).15 F .28(of the signals corresponding to the ar)144 326.4 -R .28(guments are listed, and the return status is 0.)-.18 F(The)5.28 E -F2 -.2(ex)2.78 G(it_status).2 E F0(ar)144 338.4 Q .378(gument to)-.18 F -F12.878 E F0 .378 -(is a number specifying either a signal number or the e)2.878 F .377 -(xit status of a process termi-)-.15 F .593(nated by a signal.)144 350.4 -R F1(kill)5.593 E F0 .593(returns true if at least one signal w)3.093 F -.593(as successfully sent, or f)-.1 F .594(alse if an error)-.1 F -(occurs or an in)144 362.4 Q -.25(va)-.4 G(lid option is encountered.) -.25 E F1(let)108 379.2 Q F2(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A(g)-.37 -E F0(...])2.5 E(Each)144 391.2 Q F2(ar)3.027 E(g)-.37 E F0 .197 -(is an arithmetic e)2.917 F .197(xpression to be e)-.15 F -.25(va)-.25 G -.196(luated \(see).25 F F3 .196(ARITHMETIC EV)2.696 F(ALU)-1.215 E -.855 -(AT)-.54 G(ION).855 E F0(abo)2.446 E -.15(ve)-.15 G 2.696(\). If).15 F -(the last)144 403.2 Q F2(ar)2.83 E(g)-.37 E F0 -.25(eva)2.72 G -(luates to 0,).25 E F1(let)2.5 E F0(returns 1; 0 is returned otherwise.) -2.5 E F1(local)108 420 Q F0([)2.5 E F2(option)A F0 2.5(][)C F2(name)-2.5 -E F0([=)A F2(value)A F0 2.5(].)C(..])-2.5 E -.15(Fo)144 432 S 2.56(re) -.15 G .06(ach ar)-2.56 F .06(gument, a local v)-.18 F .06(ariable named) --.25 F F2(name)2.92 E F0 .06(is created, and assigned)2.74 F F2(value) -2.56 E F0 5.06(.T).18 G(he)-5.06 E F2(option)2.56 E F0 .06(can be)2.56 F -(an)144 444 Q 3.153(yo)-.15 G 3.153(ft)-3.153 G .653 -(he options accepted by)-3.153 F F1(declar)3.153 E(e)-.18 E F0 5.652(.W) -C(hen)-5.652 E F1(local)3.152 E F0 .652 +1.348(is assumed.)3.599 F(An)6.348 E(ar)144 552 Q .522(gument of)-.18 F +F13.023 E F0 .523(lists the signal names.)3.023 F .523(If an)5.523 +F 3.023(ya)-.15 G -.18(rg)-3.023 G .523(uments are supplied when).18 F +F13.023 E F0 .523(is gi)3.023 F -.15(ve)-.25 G .523(n, the names) +.15 F .28(of the signals corresponding to the ar)144 564 R .28 +(guments are listed, and the return status is 0.)-.18 F(The)5.28 E F2 +-.2(ex)2.78 G(it_status).2 E F0(ar)144 576 Q .377(gument to)-.18 F F1 +2.877 E F0 .378 +(is a number specifying either a signal number or the e)2.877 F .378 +(xit status of a process termi-)-.15 F .963(nated by a signal.)144 588 R +(The)5.962 E F13.462 E F0 .962(option is equi)3.462 F -.25(va)-.25 +G .962(lent to).25 F F13.462 E F0(.)A F1(kill)5.962 E F0 .962 +(returns true if at least one signal w)3.462 F(as)-.1 E +(successfully sent, or f)144 600 Q(alse if an error occurs or an in)-.1 +E -.25(va)-.4 G(lid option is encountered.).25 E F1(let)108 616.8 Q F2 +(ar)2.5 E(g)-.37 E F0([)2.5 E F2(ar)A(g)-.37 E F0(...])2.5 E(Each)144 +628.8 Q F2(ar)3.026 E(g)-.37 E F0 .196(is an arithmetic e)2.916 F .197 +(xpression to be e)-.15 F -.25(va)-.25 G .197(luated \(see).25 F F3 .197 +(ARITHMETIC EV)2.697 F(ALU)-1.215 E -.855(AT)-.54 G(ION).855 E F0(abo) +2.447 E -.15(ve)-.15 G 2.697(\). If).15 F(the last)144 640.8 Q F2(ar) +2.83 E(g)-.37 E F0 -.25(eva)2.72 G(luates to 0,).25 E F1(let)2.5 E F0 +(returns 1; 0 is returned otherwise.)2.5 E F1(local)108 657.6 Q F0([)2.5 +E F2(option)A F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(value)A F0 2.5(].)C +(.. | \255 ])-2.5 E -.15(Fo)144 669.6 S 2.56(re).15 G .06(ach ar)-2.56 F +.06(gument, a local v)-.18 F .06(ariable named)-.25 F F2(name)2.92 E F0 +.06(is created, and assigned)2.74 F F2(value)2.56 E F0 5.06(.T).18 G(he) +-5.06 E F2(option)2.56 E F0 .06(can be)2.56 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 F1(declar) +3.152 E(e)-.18 E F0 5.652(.W)C(hen)-5.652 E F1(local)3.152 E F0 .653 (is used within a function, it causes the v)3.152 F(ari-)-.25 E(able)144 -456 Q F2(name)3.72 E F0 .86(to ha)3.54 F 1.16 -.15(ve a v)-.2 H .861 -(isible scope restricted to that function and its children.).15 F -.4 -(Wi)5.861 G .861(th no operands,).4 F F1(local)144 468 Q F0 1.165 -(writes a list of local v)3.665 F 1.165 -(ariables to the standard output.)-.25 F 1.165(It is an error to use) -6.165 F F1(local)3.664 E F0 1.164(when not)3.664 F .232 -(within a function.)144 480 R .233(The return status is 0 unless)5.232 F -F1(local)2.733 E F0 .233(is used outside a function, an in)2.733 F -.25 -(va)-.4 G(lid).25 E F2(name)3.093 E F0(is)2.913 E(supplied, or)144 492 Q -F2(name)2.5 E F0(is a readonly v)2.5 E(ariable.)-.25 E F1(logout)108 -508.8 Q F0(Exit a login shell.)9.33 E F1(map\214le)108 525.6 Q F0([)2.5 -E F1A F2(count)2.5 E F0 2.5(][)C F1-2.5 E F2(origin)2.5 E F0 -2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 E F0 2.5 -(][)C F1-2.5 E F2(fd)2.5 E F0 2.5(][)C F1-2.5 E F2(callbac) -2.5 E(k)-.2 E F0 2.5(][)C F1-2.5 E F2(quantum)2.5 E F0 2.5(][)C F2 -(arr)-2.5 E(ay)-.15 E F0(])A F1 -.18(re)108 537.6 S(adarray).18 E F0([) -2.5 E F1A F2(count)2.5 E F0 2.5(][)C F1-2.5 E F2(origin)2.5 -E F0 2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 E -F0 2.5(][)C F1-2.5 E F2(fd)2.5 E F0 2.5(][)C F1-2.5 E F2 +693.6 Q F2(name)3.282 E F0 .422(to ha)3.102 F .722 -.15(ve a v)-.2 H +.422(isible scope restricted to that function and its children.).15 F +(If)5.421 E F2(name)2.921 E F0 .421(is \255, the set)2.921 F 1.461 +(of shell options is made local to the function in which)144 705.6 R F1 +(local)3.961 E F0 1.462(is in)3.961 F -.2(vo)-.4 G -.1(ke).2 G 1.462 +(d: shell options changed).1 F 1.563(using the)144 717.6 R F1(set)4.063 +E F0 -.2(bu)4.063 G 1.563 +(iltin inside the function are restored to their original v).2 F 1.562 +(alues when the function)-.25 F 3.743(returns. W)144 729.6 R 1.243 +(ith no operands,)-.4 F F1(local)3.743 E F0 1.243 +(writes a list of local v)3.743 F 1.244 +(ariables to the standard output.)-.25 F 1.244(It is an)6.244 F +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(63)192.055 E 0 Cg EP +%%Page: 64 64 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .42(error to use) +144 84 R/F1 10/Times-Bold@0 SF(local)2.92 E F0 .42 +(when not within a function.)2.92 F .42(The return status is 0 unless) +5.42 F F1(local)2.92 E F0 .42(is used outside a)2.92 F(function, an in) +144 96 Q -.25(va)-.4 G(lid).25 E/F2 10/Times-Italic@0 SF(name)2.86 E F0 +(is supplied, or)2.68 E F2(name)2.5 E F0(is a readonly v)2.5 E(ariable.) +-.25 E F1(logout)108 112.8 Q F0(Exit a login shell.)144 112.8 Q F1 +(map\214le)108 129.6 Q F0([)2.5 E F1A F2(delim)2.5 E F0 2.5(][)C +F1-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 E F2(origin)2.5 E +F0 2.5(][)C F1-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 E F0 +2.5(][)C F1-2.5 E F2(fd)2.5 E F0 2.5(][)C F1-2.5 E F2 (callbac)2.5 E(k)-.2 E F0 2.5(][)C F1-2.5 E F2(quantum)2.5 E F0 -2.5(][)C F2(arr)-2.5 E(ay)-.15 E F0(])A .351 -(Read lines from the standard input into the inde)144 549.6 R -.15(xe) --.15 G 2.851(da).15 G .351(rray v)-2.851 F(ariable)-.25 E F2(arr)2.85 E -(ay)-.15 E F0 2.85(,o).32 G 2.85(rf)-2.85 G .35(rom \214le descriptor) --2.85 F F2(fd)2.85 E F0 1.248(if the)144 561.6 R F13.748 E F0 -1.248(option is supplied.)3.748 F 1.249(The v)6.249 F(ariable)-.25 E F3 -(MAPFILE)3.749 E F0 1.249(is the def)3.499 F(ault)-.1 E F2(arr)3.749 E -(ay)-.15 E F0 6.249(.O)C 1.249(ptions, if supplied,)-6.249 F(ha)144 -573.6 Q .3 -.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1 -144 585.6 Q F0(Cop)24.74 E 2.5(ya)-.1 G 2.5(tm)-2.5 G(ost)-2.5 E F2 -(count)2.7 E F0 2.5(lines. If)3.18 F F2(count)2.5 E F0 -(is 0, all lines are copied.)2.5 E F1144 597.6 Q F0(Be)22.52 E +2.5(][)C F2(arr)-2.5 E(ay)-.15 E F0(])A F1 -.18(re)108 141.6 S(adarray) +.18 E F0([)2.5 E F1A F2(delim)2.5 E F0 2.5(][)C F1-2.5 E F2 +(count)2.5 E F0 2.5(][)C F1-2.5 E F2(origin)2.5 E F0 2.5(][)C F1 +-2.5 E F2(count)2.5 E F0 2.5(][)C F1-2.5 E F0 2.5(][)C F1 +-2.5 E F2(fd)2.5 E F0 2.5(][)C F1-2.5 E F2(callbac)2.5 E(k) +-.2 E F0 2.5(][)C F1-2.5 E F2(quantum)2.5 E F0 2.5(][)C F2(arr) +-2.5 E(ay)-.15 E F0(])A .35 +(Read lines from the standard input into the inde)144 153.6 R -.15(xe) +-.15 G 2.851(da).15 G .351(rray v)-2.851 F(ariable)-.25 E F2(arr)2.851 E +(ay)-.15 E F0 2.851(,o).32 G 2.851(rf)-2.851 G .351 +(rom \214le descriptor)-2.851 F F2(fd)2.851 E F0 1.249(if the)144 165.6 +R F13.749 E F0 1.249(option is supplied.)3.749 F 1.249(The v)6.249 +F(ariable)-.25 E/F3 9/Times-Bold@0 SF(MAPFILE)3.749 E F0 1.249 +(is the def)3.499 F(ault)-.1 E F2(arr)3.748 E(ay)-.15 E F0 6.248(.O)C +1.248(ptions, if supplied,)-6.248 F(ha)144 177.6 Q .3 -.15(ve t)-.2 H +(he follo).15 E(wing meanings:)-.25 E F1144 189.6 Q F0 +(The \214rst character of)180 189.6 Q F2(delim)2.5 E F0 +(is used to terminate each input line, rather than ne)2.5 E(wline.)-.25 +E F1144 201.6 Q F0(Cop)180 201.6 Q 2.5(ya)-.1 G 2.5(tm)-2.5 G(ost) +-2.5 E F2(count)2.7 E F0 2.5(lines. If)3.18 F F2(count)2.5 E F0 +(is 0, all lines are copied.)2.5 E F1144 213.6 Q F0(Be)180 213.6 Q (gin assigning to)-.15 E F2(arr)2.83 E(ay)-.15 E F0(at inde)2.82 E(x) -.15 E F2(origin)2.5 E F0 5(.T).24 G(he def)-5 E(ault inde)-.1 E 2.5(xi) --.15 G 2.5(s0)-2.5 G(.)-2.5 E F1144 609.6 Q F0 -(Discard the \214rst)26.41 E F2(count)2.5 E F0(lines read.)2.5 E F1 -144 621.6 Q F0(Remo)26.97 E .3 -.15(ve a t)-.15 H(railing ne).15 E -(wline from each line read.)-.25 E F1144 633.6 Q F0 -(Read lines from \214le descriptor)24.74 E F2(fd)2.5 E F0 -(instead of the standard input.)2.5 E F1144 645.6 Q F0(Ev)23.08 E -(aluate)-.25 E F2(callbac)2.7 E(k)-.2 E F0(each time)3.17 E F2(quantum) -2.5 E F0(lines are read.)2.5 E(The)5 E F12.5 E F0 -(option speci\214es)2.5 E F2(quantum)2.5 E F0(.).32 E F1144 657.6 -Q F0(Specify the number of lines read between each call to)25.86 E F2 -(callbac)2.5 E(k)-.2 E F0(.).67 E(If)144 674.4 Q F12.968 E F0 .467 -(is speci\214ed without)2.967 F F12.967 E F0 2.967(,t)C .467 +-.15 G 2.5(s0)-2.5 G(.)-2.5 E F1144 225.6 Q F0 +(Discard the \214rst)180 225.6 Q F2(count)2.5 E F0(lines read.)2.5 E F1 +144 237.6 Q F0(Remo)180 237.6 Q .3 -.15(ve a t)-.15 H(railing).15 +E F2(delim)2.5 E F0(\(def)2.5 E(ault ne)-.1 E +(wline\) from each line read.)-.25 E F1144 249.6 Q F0 +(Read lines from \214le descriptor)180 249.6 Q F2(fd)2.5 E F0 +(instead of the standard input.)2.5 E F1144 261.6 Q F0(Ev)180 +261.6 Q(aluate)-.25 E F2(callbac)2.7 E(k)-.2 E F0(each time)3.17 E F2 +(quantum)2.5 E F0(lines are read.)2.5 E(The)5 E F12.5 E F0 +(option speci\214es)2.5 E F2(quantum)2.5 E F0(.).32 E F1144 273.6 +Q F0(Specify the number of lines read between each call to)180 273.6 Q +F2(callbac)2.5 E(k)-.2 E F0(.).67 E(If)144 290.4 Q F12.967 E F0 +.467(is speci\214ed without)2.967 F F12.967 E F0 2.967(,t)C .467 (he def)-2.967 F .467(ault quantum is 5000.)-.1 F(When)5.467 E F2 (callbac)2.967 E(k)-.2 E F0 .467(is e)2.967 F -.25(va)-.25 G .467 -(luated, it is sup-).25 F .261(plied the inde)144 686.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 698.4 R(guments.)-.18 E F2(callbac)5.275 E(k)-.2 E -F0 .275(is e)2.775 F -.25(va)-.25 G .274 -(luated after the line is read b).25 F .274 -(ut before the array element is)-.2 F(assigned.)144 710.4 Q -(If not supplied with an e)144 727.2 Q(xplicit origin,)-.15 E F1 +(luated, it is sup-).25 F .262(plied the inde)144 302.4 R 2.762(xo)-.15 +G 2.762(ft)-2.762 G .262(he ne)-2.762 F .261(xt array element to be ass\ +igned and the line to be assigned to that element)-.15 F .274 +(as additional ar)144 314.4 R(guments.)-.18 E F2(callbac)5.274 E(k)-.2 E +F0 .274(is e)2.774 F -.25(va)-.25 G .274 +(luated after the line is read b).25 F .275 +(ut before the array element is)-.2 F(assigned.)144 326.4 Q +(If not supplied with an e)144 343.2 Q(xplicit origin,)-.15 E F1 (map\214le)2.5 E F0(will clear)2.5 E F2(arr)2.5 E(ay)-.15 E F0 -(before assigning to it.)2.5 E(GNU Bash 4.3)72 768 Q(2014 February 2) -141.79 E(61)190.95 E 0 Cg EP -%%Page: 62 62 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(map\214le)144 84 Q F0 1.905 -(returns successfully unless an in)4.405 F -.25(va)-.4 G 1.905 -(lid option or option ar).25 F 1.906(gument is supplied,)-.18 F/F2 10 -/Times-Italic@0 SF(arr)4.406 E(ay)-.15 E F0(is)4.406 E(in)144 96 Q -.25 -(va)-.4 G(lid or unassignable, or if).25 E F2(arr)2.5 E(ay)-.15 E F0 +(before assigning to it.)2.5 E F1(map\214le)144 360 Q F0 1.906 +(returns successfully unless an in)4.406 F -.25(va)-.4 G 1.905 +(lid option or option ar).25 F 1.905(gument is supplied,)-.18 F F2(arr) +4.405 E(ay)-.15 E F0(is)4.405 E(in)144 372 Q -.25(va)-.4 G +(lid or unassignable, or if).25 E F2(arr)2.5 E(ay)-.15 E F0 (is not an inde)2.5 E -.15(xe)-.15 G 2.5(da).15 G(rray)-2.5 E(.)-.65 E -F1(popd)108 112.8 Q F0<5bad>2.5 E F1(n)A F0 2.5(][)C(+)-2.5 E F2(n)A F0 -2.5(][)C-2.5 E F2(n)A F0(])A(Remo)144 124.8 Q -.15(ve)-.15 G 2.8(se) -.15 G .3(ntries from the directory stack.)-2.8 F -.4(Wi)5.299 G .299 -(th no ar).4 F .299(guments, remo)-.18 F -.15(ve)-.15 G 2.799(st).15 G -.299(he top directory from the)-2.799 F 1.478(stack, and performs a)144 -136.8 R F1(cd)3.978 E F0 1.479(to the ne)3.978 F 3.979(wt)-.25 G 1.479 -(op directory)-3.979 F 6.479(.A)-.65 G -.18(rg)-6.479 G 1.479 -(uments, if supplied, ha).18 F 1.779 -.15(ve t)-.2 H 1.479(he follo).15 -F(wing)-.25 E(meanings:)144 148.8 Q F1144 160.8 Q F0 .551 -(Suppresses the normal change of directory when remo)24.74 F .551 +F1(popd)108 388.8 Q F0<5bad>2.5 E F1(n)A F0 2.5(][)C(+)-2.5 E F2(n)A F0 +2.5(][)C-2.5 E F2(n)A F0(])A(Remo)144 400.8 Q -.15(ve)-.15 G 2.799 +(se).15 G .299(ntries from the directory stack.)-2.799 F -.4(Wi)5.299 G +.299(th no ar).4 F .299(guments, remo)-.18 F -.15(ve)-.15 G 2.799(st).15 +G .3(he top directory from the)-2.799 F 1.479(stack, and performs a)144 +412.8 R F1(cd)3.979 E F0 1.479(to the ne)3.979 F 3.979(wt)-.25 G 1.479 +(op directory)-3.979 F 6.479(.A)-.65 G -.18(rg)-6.479 G 1.478 +(uments, if supplied, ha).18 F 1.778 -.15(ve t)-.2 H 1.478(he follo).15 +F(wing)-.25 E(meanings:)144 424.8 Q F1144 436.8 Q F0 .551 +(Suppresses the normal change of directory when remo)180 436.8 R .551 (ving directories from the stack, so)-.15 F -(that only the stack is manipulated.)180 172.8 Q F1(+)144 184.8 Q F2(n)A -F0(Remo)25.3 E -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F2(n)2.64 E F0 -.14(th entry counting from the left of the list sho)B .14(wn by)-.25 F -F1(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 -196.8 S 2.5(re).15 G(xample:)-2.65 E/F3 10/Courier@0 SF(popd +0)2.5 E F0 +(that only the stack is manipulated.)180 448.8 Q F1(+)144 460.8 Q F2(n)A +F0(Remo)180 460.8 Q -.15(ve)-.15 G 2.64(st).15 G(he)-2.64 E F2(n)2.64 E +F0 .14(th entry counting from the left of the list sho)B .14(wn by)-.25 +F F1(dirs)2.64 E F0 2.64(,s)C .14(tarting with zero.)-2.64 F -.15(Fo)180 +472.8 S 2.5(re).15 G(xample:)-2.65 E/F4 10/Courier@0 SF(popd +0)2.5 E F0 (remo)2.5 E -.15(ve)-.15 G 2.5(st).15 G(he \214rst directory)-2.5 E(,) --.65 E F3(popd +1)2.5 E F0(the second.)2.5 E F1144 208.8 Q F2(n)A F0 -(Remo)25.3 E -.15(ve)-.15 G 3.76(st).15 G(he)-3.76 E F2(n)3.76 E F0 -1.259(th entry counting from the right of the list sho)B 1.259(wn by) --.25 F F1(dirs)3.759 E F0 3.759(,s)C 1.259(tarting with)-3.759 F 2.5 -(zero. F)180 220.8 R(or e)-.15 E(xample:)-.15 E F3(popd -0)2.5 E F0 +-.65 E F4(popd +1)2.5 E F0(the second.)2.5 E F1144 484.8 Q F2(n)A F0 +(Remo)180 484.8 Q -.15(ve)-.15 G 3.759(st).15 G(he)-3.759 E F2(n)3.759 E +F0 1.259(th entry counting from the right of the list sho)B 1.26(wn by) +-.25 F F1(dirs)3.76 E F0 3.76(,s)C 1.26(tarting with)-3.76 F 2.5 +(zero. F)180 496.8 R(or e)-.15 E(xample:)-.15 E F4(popd -0)2.5 E F0 (remo)2.5 E -.15(ve)-.15 G 2.5(st).15 G(he last directory)-2.5 E(,)-.65 -E F3(popd -1)2.5 E F0(the ne)2.5 E(xt to last.)-.15 E .643(If the)144 -237.6 R F1(popd)3.143 E F0 .643(command is successful, a)3.143 F F1 -(dirs)3.143 E F0 .644(is performed as well, and the return status is 0.) -3.143 F F1(popd)5.644 E F0 .416(returns f)144 249.6 R .416 +E F4(popd -1)2.5 E F0(the ne)2.5 E(xt to last.)-.15 E .644(If the)144 +513.6 R F1(popd)3.144 E F0 .644(command is successful, a)3.144 F F1 +(dirs)3.143 E F0 .643(is performed as well, and the return status is 0.) +3.143 F F1(popd)5.643 E F0 .415(returns f)144 525.6 R .415 (alse if an in)-.1 F -.25(va)-.4 G .415 -(lid option is encountered, the directory stack is empty).25 F 2.915 -(,an)-.65 G(on-e)-2.915 E .415(xistent direc-)-.15 F -(tory stack entry is speci\214ed, or the directory change f)144 261.6 Q -(ails.)-.1 E F1(printf)108 278.4 Q F0([)2.5 E F1A F2(var)2.5 E F0 -(])A F2(format)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.436 -(Write the formatted)144 290.4 R F2(ar)3.936 E(guments)-.37 E F0 1.437 -(to the standard output under the control of the)3.936 F F2(format)3.937 -E F0 6.437(.T)C(he)-6.437 E F13.937 E F0 .126 -(option causes the output to be assigned to the v)144 302.4 R(ariable) +(lid option is encountered, the directory stack is empty).25 F 2.916 +(,an)-.65 G(on-e)-2.916 E .416(xistent direc-)-.15 F +(tory stack entry is speci\214ed, or the directory change f)144 537.6 Q +(ails.)-.1 E F1(printf)108 554.4 Q F0([)2.5 E F1A F2(var)2.5 E F0 +(])A F2(format)2.5 E F0([)2.5 E F2(ar)A(guments)-.37 E F0(])A 1.437 +(Write the formatted)144 566.4 R F2(ar)3.937 E(guments)-.37 E F0 1.437 +(to the standard output under the control of the)3.937 F F2(format)3.936 +E F0 6.436(.T)C(he)-6.436 E F13.936 E F0 .126 +(option causes the output to be assigned to the v)144 578.4 R(ariable) -.25 E F2(var)2.626 E F0 .126(rather than being printed to the standard) -2.626 F(output.)144 314.4 Q(The)144 338.4 Q F2(format)3.017 E F0 .517(i\ +2.626 F(output.)144 590.4 Q(The)144 614.4 Q F2(format)3.018 E F0 .517(i\ s a character string which contains three types of objects: plain chara\ -cters, which are)3.017 F .704(simply copied to standard output, charact\ -er escape sequences, which are con)144 350.4 R -.15(ve)-.4 G .703 +cters, which are)3.018 F .704(simply copied to standard output, charact\ +er escape sequences, which are con)144 626.4 R -.15(ve)-.4 G .704 (rted and copied to).15 F .036(the standard output, and format speci\ -\214cations, each of which causes printing of the ne)144 362.4 R .037 -(xt successi)-.15 F -.15(ve)-.25 G F2(ar)144 374.4 Q(gument)-.37 E F0 -5.532(.I)C 3.032(na)-5.532 G .532(ddition to the standard)-3.032 F F2 -(printf)3.032 E F0 .532(\(1\) format speci\214cations,)B F1(printf)3.031 -E F0 .531(interprets the follo)3.031 F(w-)-.25 E(ing e)144 386.4 Q -(xtensions:)-.15 E F1(%b)144 398.4 Q F0(causes)20.44 E F1(printf)5.115 E -F0 2.615(to e)5.115 F 2.615 +\214cations, each of which causes printing of the ne)144 638.4 R .036 +(xt successi)-.15 F -.15(ve)-.25 G F2(ar)144 650.4 Q(gument)-.37 E F0 +5.531(.I)C 3.031(na)-5.531 G .531(ddition to the standard)-3.031 F F2 +(printf)3.032 E F0 .532(\(1\) format speci\214cations,)B F1(printf)3.032 +E F0 .532(interprets the follo)3.032 F(w-)-.25 E(ing e)144 662.4 Q +(xtensions:)-.15 E F1(%b)144 674.4 Q F0(causes)180 674.4 Q F1(printf) +2.596 E F0 .096(to e)2.596 F .096 (xpand backslash escape sequences in the corresponding)-.15 F F2(ar) -5.115 E(gument)-.37 E F0(\(e)180 410.4 Q .608(xcept that)-.15 F F1(\\c) -3.108 E F0 .608(terminates output, backslashes in)3.108 F F1<5c08>3.108 -E F0(,)A F1(\\")3.108 E F0 3.108(,a)C(nd)-3.108 E F1(\\?)3.108 E F0 .608 -(are not remo)3.108 F -.15(ve)-.15 G .608(d, and octal).15 F(escapes be) -180 422.4 Q(ginning with)-.15 E F1(\\0)2.5 E F0 -(may contain up to four digits\).)2.5 E F1(%q)144 434.4 Q F0(causes) -20.44 E F1(printf)2.51 E F0 .01(to output the corresponding)2.51 F F2 -(ar)2.51 E(gument)-.37 E F0 .01(in a format that can be reused as shell) -2.51 F(input.)180 446.4 Q F1(%\()144 458.4 Q F2(datefmt)A F1(\)T)A F0 -(causes)180 470.4 Q F1(printf)4.404 E F0 1.904 +2.596 E(gument)-.37 E F0 .095(in the)2.595 F(same w)180 686.4 Q(ay as) +-.1 E F1(echo \255e)2.5 E F0(.)A F1(%q)144 698.4 Q F0(causes)180 698.4 Q +F1(printf)2.51 E F0 .01(to output the corresponding)2.51 F F2(ar)2.51 E +(gument)-.37 E F0 .01(in a format that can be reused as shell)2.51 F +(input.)180 710.4 Q(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(64) +192.055 E 0 Cg EP +%%Page: 65 65 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(%\()144 84 Q/F2 10/Times-Italic@0 SF(datefmt)A F1(\)T)A F0(causes)180 +96 Q F1(printf)4.404 E F0 1.904 (to output the date-time string resulting from using)4.404 F F2(datefmt) -4.404 E F0 1.903(as a format)4.404 F .38(string for)180 482.4 R F2 +4.404 E F0 1.903(as a format)4.404 F .38(string for)180 108 R F2 (strftime)2.881 E F0 2.881(\(3\). The)B(corresponding)2.881 E F2(ar) 2.881 E(gument)-.37 E F0 .381(is an inte)2.881 F .381 (ger representing the number)-.15 F .458(of seconds since the epoch.)180 -494.4 R -1 -.8(Tw o)5.458 H .458(special ar)3.758 F .458(gument v)-.18 F +120 R -1 -.8(Tw o)5.458 H .458(special ar)3.758 F .458(gument v)-.18 F .458(alues may be used: -1 represents the)-.25 F .847 -(current time, and -2 represents the time the shell w)180 506.4 R .847 +(current time, and -2 represents the time the shell w)180 132 R .847 (as in)-.1 F -.2(vo)-.4 G -.1(ke).2 G 3.348(d. If).1 F .848(no ar)3.348 -F .848(gument is speci-)-.18 F .355(\214ed, con)180 518.4 R -.15(ve)-.4 -G .355(rsion beha).15 F -.15(ve)-.2 G 2.855(sa).15 G 2.855(si)-2.855 G +F .848(gument is speci-)-.18 F .355(\214ed, con)180 144 R -.15(ve)-.4 G +.355(rsion beha).15 F -.15(ve)-.2 G 2.855(sa).15 G 2.855(si)-2.855 G 2.855(f-)-2.855 G 2.855(1h)-2.855 G .354(ad been gi)-2.855 F -.15(ve) -.25 G 2.854(n. This).15 F .354(is an e)2.854 F .354 -(xception to the usual)-.15 F F1(printf)2.854 E F0(beha)180 530.4 Q -(vior)-.2 E(.)-.55 E(Ar)144 547.2 Q .463(guments to non-string format s\ -peci\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 559.2 +(xception to the usual)-.15 F F1(printf)2.854 E F0(beha)180 156 Q(vior) +-.2 E(.)-.55 E(Ar)144 172.8 Q .463(guments to non-string format speci\ +\214ers are treated as C constants, e)-.18 F .464 +(xcept that a leading plus or)-.15 F 1.259(minus sign is allo)144 184.8 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 571.2 Q(alue of the follo) --.25 E(wing character)-.25 E(.)-.55 E(The)144 588 Q F2(format)3.423 E F0 -.923(is reused as necessary to consume all of the)3.423 F F2(ar)3.423 E -(guments)-.37 E F0 5.923(.I)C 3.423(ft)-5.923 G(he)-3.423 E F2(format) -3.423 E F0 .924(requires more)3.424 F F2(ar)144 600 Q(guments)-.37 E F0 -.033(than are supplied, the e)2.534 F .033 +-.25 F 1.258(alue is the)-.25 F(ASCII v)144 196.8 Q(alue of the follo) +-.25 E(wing character)-.25 E(.)-.55 E(The)144 213.6 Q F2(format)3.423 E +F0 .923(is reused as necessary to consume all of the)3.423 F F2(ar)3.423 +E(guments)-.37 E F0 5.923(.I)C 3.423(ft)-5.923 G(he)-3.423 E F2(format) +3.423 E F0 .924(requires more)3.424 F F2(ar)144 225.6 Q(guments)-.37 E +F0 .033(than are supplied, the e)2.534 F .033 (xtra format speci\214cations beha)-.15 F .333 -.15(ve a)-.2 H 2.533(si) .15 G 2.533(faz)-2.533 G .033(ero v)-2.533 F .033(alue or null string,) --.25 F(as appropriate, had been supplied.)144 612 Q(The return v)5 E +-.25 F(as appropriate, had been supplied.)144 237.6 Q(The return v)5 E (alue is zero on success, non-zero on f)-.25 E(ailure.)-.1 E F1(pushd) -108 628.8 Q F0([)2.5 E F1A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C --2.5 E F2(n)A F0(])A F1(pushd)108 640.8 Q F0([)2.5 E F1A F0 +108 254.4 Q F0([)2.5 E F1A F0 2.5(][)C(+)-2.5 E F2(n)A F0 2.5(][)C +-2.5 E F2(n)A F0(])A F1(pushd)108 266.4 Q F0([)2.5 E F1A F0 2.5(][)C F2(dir)-2.5 E F0(])A .639(Adds a directory to the top of the d\ -irectory stack, or rotates the stack, making the ne)144 652.8 R 3.14(wt) --.25 G .64(op of the)-3.14 F 1.316(stack the current w)144 664.8 R 1.316 -(orking directory)-.1 F 6.316(.W)-.65 G 1.315(ith no ar)-6.716 F 1.315 -(guments, e)-.18 F 1.315(xchanges the top tw)-.15 F 3.815(od)-.1 G 1.315 -(irectories and)-3.815 F .871 -(returns 0, unless the directory stack is empty)144 676.8 R 5.871(.A) --.65 G -.18(rg)-5.871 G .872(uments, if supplied, ha).18 F 1.172 -.15 -(ve t)-.2 H .872(he follo).15 F .872(wing mean-)-.25 F(ings:)144 688.8 Q -F1144 700.8 Q F0 .902(Suppresses the normal change of directory w\ -hen adding directories to the stack, so that)24.74 F -(only the stack is manipulated.)180 712.8 Q(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(62)190.95 E 0 Cg EP -%%Page: 63 63 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(+)144 84 Q/F2 10/Times-Italic@0 SF(n)A F0 -1.267(Rotates the stack so that the)25.3 F F2(n)3.767 E F0 1.268 -(th directory \(counting from the left of the list sho)B 1.268(wn by) --.25 F F1(dirs)180 96 Q F0 2.5(,s)C(tarting with zero\) is at the top.) --2.5 E F1144 108 Q F2(n)A F0 .92(Rotates the stack so that the)25.3 -F F2(n)3.42 E F0 .92 +irectory stack, or rotates the stack, making the ne)144 278.4 R 3.14(wt) +-.25 G .64(op of the)-3.14 F .417(stack the current w)144 290.4 R .416 +(orking directory)-.1 F 5.416(.W)-.65 G .416(ith no ar)-5.816 F +(guments,)-.18 E F1(pushd)2.916 E F0 -.15(ex)2.916 G .416 +(changes the top tw).15 F 2.916(od)-.1 G(irectories)-2.916 E 1.625 +(and returns 0, unless the directory stack is empty)144 302.4 R 6.625 +(.A)-.65 G -.18(rg)-6.625 G 1.625(uments, if supplied, ha).18 F 1.925 +-.15(ve t)-.2 H 1.625(he follo).15 F(wing)-.25 E(meanings:)144 314.4 Q +F1144 326.4 Q F0 1.811(Suppresses the normal change of directory \ +when rotating or adding directories to the)180 326.4 R +(stack, so that only the stack is manipulated.)180 338.4 Q F1(+)144 +350.4 Q F2(n)A F0 1.267(Rotates the stack so that the)180 350.4 R F2(n) +3.767 E F0 1.268(th directory \(counting from the left of the list sho)B +1.268(wn by)-.25 F F1(dirs)180 362.4 Q F0 2.5(,s)C +(tarting with zero\) is at the top.)-2.5 E F1144 374.4 Q F2(n)A F0 +.92(Rotates the stack so that the)180 374.4 R F2(n)3.42 E F0 .92 (th directory \(counting from the right of the list sho)B .92(wn by)-.25 -F F1(dirs)180 120 Q F0 2.5(,s)C(tarting with zero\) is at the top.)-2.5 -E F2(dir)144.35 132 Q F0(Adds)23.98 E F2(dir)3.137 E F0 .287 +F F1(dirs)180 386.4 Q F0 2.5(,s)C(tarting with zero\) is at the top.) +-2.5 E F2(dir)144.35 398.4 Q F0(Adds)180 398.4 Q F2(dir)3.137 E F0 .287 (to the directory stack at the top, making it the ne)3.517 F 2.788(wc) -.25 G .288(urrent w)-2.788 F .288(orking directory as)-.1 F -(if it had been supplied as the ar)180 144 Q(gument to the)-.18 E F1(cd) -2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .489(If the)144 160.8 R F1(pushd)2.989 -E F0 .489(command is successful, a)2.989 F F1(dirs)2.988 E F0 .488 +(if it had been supplied as the ar)180 410.4 Q(gument to the)-.18 E F1 +(cd)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .489(If the)144 427.2 R F1(pushd) +2.989 E F0 .489(command is successful, a)2.989 F F1(dirs)2.988 E F0 .488 (is performed as well.)2.988 F .488(If the \214rst form is used,)5.488 F -F1(pushd)2.988 E F0 1.039(returns 0 unless the cd to)144 172.8 R F2(dir) +F1(pushd)2.988 E F0 1.039(returns 0 unless the cd to)144 439.2 R F2(dir) 3.889 E F0 -.1(fa)4.269 G 3.539(ils. W).1 F 1.039(ith the second form,) -.4 F F1(pushd)3.54 E F0 1.04(returns 0 unless the directory)3.54 F .847 -(stack is empty)144 184.8 R 3.347(,an)-.65 G(on-e)-3.347 E .847(xistent\ +(stack is empty)144 451.2 R 3.347(,an)-.65 G(on-e)-3.347 E .847(xistent\ directory stack element is speci\214ed, or the directory change to the) --.15 F(speci\214ed ne)144 196.8 Q 2.5(wc)-.25 G(urrent directory f)-2.5 -E(ails.)-.1 E F1(pwd)108 213.6 Q F0([)2.5 E F1(\255LP)A F0(])A .844 -(Print the absolute pathname of the current w)144 225.6 R .845 +-.15 F(speci\214ed ne)144 463.2 Q 2.5(wc)-.25 G(urrent directory f)-2.5 +E(ails.)-.1 E F1(pwd)108 480 Q F0([)2.5 E F1(\255LP)A F0(])A .844 +(Print the absolute pathname of the current w)144 492 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 -237.6 R F12.681 E F0 .181(option is supplied or the)2.681 F F1 -.181(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F1 -(set)2.681 E F0 -.2(bu)2.681 G .181(iltin command is).2 F 3.263 -(enabled. If)144 249.6 R(the)3.263 E F13.263 E F0 .763 +504 R F12.681 E F0 .181(option is supplied or the)2.681 F F1 .181 +(\255o ph)2.681 F(ysical)-.15 E F0 .181(option to the)2.681 F F1(set) +2.681 E F0 -.2(bu)2.681 G .181(iltin command is).2 F 3.263(enabled. If) +144 516 R(the)3.263 E F13.263 E F0 .763 (option is used, the pathname printed may contain symbolic links.)3.263 F .764(The return)5.764 F 1.36(status is 0 unless an error occurs while\ - reading the name of the current directory or an in)144 261.6 R -.25(va) --.4 G(lid).25 E(option is supplied.)144 273.6 Q F1 -.18(re)108 290.4 S -(ad).18 E F0([)3.816 E F1(\255ers)A F0 3.816(][)C F1-3.816 E F2 -(aname)3.816 E F0 3.816(][)C F1-3.816 E F2(delim)3.816 E F0 3.816 -(][)C F1-3.816 E F2(te)3.816 E(xt)-.2 E F0 3.816(][)C F1 --3.816 E F2(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1-3.817 E -F2(nc)3.817 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1-3.817 E F2(pr) -3.817 E(ompt)-.45 E F0 3.817(][)C F1-3.817 E F2(timeout)3.817 E F0 -3.817(][)C F1-3.817 E F2(fd)3.817 E F0(])A([)108 302.4 Q F2(name)A -F0(...])2.5 E .516(One line is read from the standard input, or from th\ -e \214le descriptor)144 314.4 R F2(fd)3.016 E F0 .516(supplied as an ar) -3.016 F .517(gument to)-.18 F(the)144 326.4 Q F12.539 E F0 .039 -(option, and the \214rst w)2.539 F .038(ord is assigned to the \214rst) --.1 F F2(name)2.538 E F0 2.538(,t).18 G .038(he second w)-2.538 F .038 -(ord to the second)-.1 F F2(name)2.538 E F0(,).18 E .42 -(and so on, with lefto)144 338.4 R -.15(ve)-.15 G 2.92(rw).15 G .42 -(ords and their interv)-3.02 F .42 -(ening separators assigned to the last)-.15 F F2(name)2.92 E F0 5.42(.I) -.18 G 2.92(ft)-5.42 G(here)-2.92 E .541(are fe)144 350.4 R .541(wer w) --.25 F .541(ords read from the input stream than names, the remaining n\ -ames are assigned empty)-.1 F -.25(va)144 362.4 S 3.357(lues. The).25 F -.857(characters in)3.357 F/F3 9/Times-Bold@0 SF(IFS)3.357 E F0 .857 -(are used to split the line into w)3.107 F .857 -(ords using the same rules the shell)-.1 F .754(uses for e)144 374.4 R -.753(xpansion \(described abo)-.15 F 1.053 -.15(ve u)-.15 H(nder).15 E -F1 -.75(Wo)3.253 G .753(rd Splitting).75 F F0 3.253(\). The)B .753 -(backslash character \()3.253 F F1(\\)A F0 3.253(\)m)C .753(ay be)-3.253 -F .075(used to remo)144 386.4 R .375 -.15(ve a)-.15 H .375 -.15(ny s).15 -H .075(pecial meaning for the ne).15 F .076 -(xt character read and for line continuation.)-.15 F(Options,)5.076 E -(if supplied, ha)144 398.4 Q .3 -.15(ve t)-.2 H(he follo).15 E -(wing meanings:)-.25 E F1144 410.4 Q F2(aname)2.5 E F0 1.05(The w) -180 422.4 R 1.049 + reading the name of the current directory or an in)144 528 R -.25(va) +-.4 G(lid).25 E(option is supplied.)144 540 Q F1 -.18(re)108 556.8 S(ad) +.18 E F0([)3.816 E F1(\255ers)A F0 3.816(][)C F1-3.816 E F2(aname) +3.816 E F0 3.816(][)C F1-3.816 E F2(delim)3.816 E F0 3.816(][)C F1 +-3.816 E F2(te)3.816 E(xt)-.2 E F0 3.816(][)C F1-3.816 E F2 +(nc)3.816 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1-3.817 E F2(nc) +3.817 E(har)-.15 E(s)-.1 E F0 3.817(][)C F1-3.817 E F2(pr)3.817 E +(ompt)-.45 E F0 3.817(][)C F1-3.817 E F2(timeout)3.817 E F0 3.817 +(][)C F1-3.817 E F2(fd)3.817 E F0(])A([)108 568.8 Q F2(name)A F0 +(...])2.5 E .516(One line is read from the standard input, or from the \ +\214le descriptor)144 580.8 R F2(fd)3.016 E F0 .516(supplied as an ar) +3.016 F .516(gument to)-.18 F(the)144 592.8 Q F13.847 E F0 1.347 +(option, split into w)3.847 F 1.347(ords as described abo)-.1 F 1.648 +-.15(ve u)-.15 H(nder).15 E F1 -.75(Wo)3.848 G 1.348(rd Splitting).75 F +F0 3.848(,a)C 1.348(nd the \214rst w)-3.848 F 1.348(ord is)-.1 F 1.465 +(assigned to the \214rst)144 604.8 R F2(name)3.965 E F0 3.965(,t).18 G +1.465(he second w)-3.965 F 1.465(ord to the second)-.1 F F2(name)3.965 E +F0 3.965(,a).18 G 1.465(nd so on.)-3.965 F 1.465(If there are more)6.465 +F -.1(wo)144 616.8 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 F2(name)144 628.8 Q F0 +5.723(.I).18 G 3.223(ft)-5.723 G .723(here are fe)-3.223 F .723(wer w) +-.25 F .722 +(ords read from the input stream than names, the remaining names are)-.1 +F .531(assigned empty v)144 640.8 R 3.031(alues. The)-.25 F .531 +(characters in)3.031 F/F3 9/Times-Bold@0 SF(IFS)3.031 E F0 .532 +(are used to split the line into w)2.781 F .532(ords using the same)-.1 +F .197(rules the shell uses for e)144 652.8 R .197 +(xpansion \(described abo)-.15 F .497 -.15(ve u)-.15 H(nder).15 E F1 +-.75(Wo)2.697 G .197(rd Splitting).75 F F0 2.697(\). The)B .196 +(backslash charac-)2.697 F .156(ter \()144 664.8 R F1(\\)A F0 2.656(\)m) +C .156(ay be used to remo)-2.656 F .457 -.15(ve a)-.15 H .457 -.15(ny s) +.15 H .157(pecial meaning for the ne).15 F .157 +(xt character read and for line continu-)-.15 F 2.5(ation. Options,)144 +676.8 R(if supplied, ha)2.5 E .3 -.15(ve t)-.2 H(he follo).15 E +(wing meanings:)-.25 E F1144 688.8 Q F2(aname)2.5 E F0 1.05(The w) +180 700.8 R 1.049 (ords are assigned to sequential indices of the array v)-.1 F(ariable) -.25 E F2(aname)3.549 E F0 3.549(,s).18 G 1.049(tarting at 0.)-3.549 F -F2(aname)180.33 434.4 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5 +F2(aname)180.33 712.8 Q F0(is unset before an)2.68 E 2.5(yn)-.15 G .5 -.25(ew va)-2.5 H(lues are assigned.).25 E(Other)5 E F2(name)2.5 E F0 -(ar)2.5 E(guments are ignored.)-.18 E F1144 446.4 Q F2(delim)2.5 E -F0(The \214rst character of)180 458.4 Q F2(delim)2.5 E F0 +(ar)2.5 E(guments are ignored.)-.18 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(65)192.055 E 0 Cg EP +%%Page: 66 66 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q/F2 10/Times-Italic@0 SF(delim)2.5 E F0 +(The \214rst character of)180 96 Q F2(delim)2.5 E F0 (is used to terminate the input line, rather than ne)2.5 E(wline.)-.25 E -F1144 470.4 Q F0 .372 -(If the standard input is coming from a terminal,)25.86 F F1 -.18(re) -2.873 G(adline).18 E F0(\(see)2.873 E F3(READLINE)2.873 E F0(abo)2.623 E --.15(ve)-.15 G 2.873(\)i).15 G 2.873(su)-2.873 G(sed)-2.873 E .218 -(to obtain the line.)180 482.4 R .218 +F1144 108 Q F0 .372 +(If the standard input is coming from a terminal,)180 108 R F1 -.18(re) +2.873 G(adline).18 E F0(\(see)2.873 E/F3 9/Times-Bold@0 SF(READLINE) +2.873 E F0(abo)2.623 E -.15(ve)-.15 G 2.873(\)i).15 G 2.873(su)-2.873 G +(sed)-2.873 E .218(to obtain the line.)180 120 R .218 (Readline uses the current \(or def)5.218 F .218 (ault, if line editing w)-.1 F .218(as not pre)-.1 F(viously)-.25 E -(acti)180 494.4 Q -.15(ve)-.25 G 2.5(\)e).15 G(diting settings.)-2.5 E -F1144 506.4 Q F2(te)2.5 E(xt)-.2 E F0(If)10.78 E F1 -.18(re)2.715 -G(adline).18 E F0 .216(is being used to read the line,)2.715 F F2(te) +(acti)180 132 Q -.15(ve)-.25 G 2.5(\)e).15 G(diting settings.)-2.5 E F1 +144 144 Q F2(te)2.5 E(xt)-.2 E F0(If)180 144 Q F1 -.18(re)2.715 G +(adline).18 E F0 .216(is being used to read the line,)2.715 F F2(te) 2.716 E(xt)-.2 E F0 .216(is placed into the editing b)2.716 F(uf)-.2 E -.216(fer before edit-)-.25 F(ing be)180 518.4 Q(gins.)-.15 E F1144 -530.4 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 542.4 S(ad).18 E -F0 1.395(returns after reading)3.895 F F2(nc)3.895 E(har)-.15 E(s)-.1 E -F0 1.395(characters rather than w)3.895 F 1.394 -(aiting for a complete line of)-.1 F(input, b)180 554.4 Q -(ut honor a delimiter if fe)-.2 E(wer than)-.25 E F2(nc)2.5 E(har)-.15 E -(s)-.1 E F0(characters are read before the delimiter)2.5 E(.)-.55 E F1 -144 566.4 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 578.4 S -(ad).18 E F0 1.269(returns after reading e)3.769 F(xactly)-.15 E F2(nc) -3.769 E(har)-.15 E(s)-.1 E F0 1.269(characters rather than w)3.769 F -1.27(aiting for a complete)-.1 F .275 -(line of input, unless EOF is encountered or)180 590.4 R F1 -.18(re) -2.775 G(ad).18 E F0 .274(times out.)2.774 F .274 -(Delimiter characters encoun-)5.274 F 1.002 -(tered in the input are not treated specially and do not cause)180 602.4 -R F1 -.18(re)3.503 G(ad).18 E F0 1.003(to return until)3.503 F F2(nc) -3.503 E(har)-.15 E(s)-.1 E F0(characters are read.)180 614.4 Q F1 -144 626.4 Q F2(pr)2.5 E(ompt)-.45 E F0(Display)180 638.4 Q F2(pr)3.661 E -(ompt)-.45 E F0 1.161(on standard error)3.661 F 3.661(,w)-.4 G 1.161 -(ithout a trailing ne)-3.661 F 1.161(wline, before attempting to read) --.25 F(an)180 650.4 Q 2.5(yi)-.15 G 2.5(nput. The)-2.5 F +.216(fer before edit-)-.25 F(ing be)180 156 Q(gins.)-.15 E F1144 +168 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 180 S(ad).18 E F0 +1.395(returns after reading)3.895 F F2(nc)3.895 E(har)-.15 E(s)-.1 E F0 +1.395(characters rather than w)3.895 F 1.394 +(aiting for a complete line of)-.1 F(input, b)180 192 Q +(ut honors a delimiter if fe)-.2 E(wer than)-.25 E F2(nc)2.5 E(har)-.15 +E(s)-.1 E F0(characters are read before the delimiter)2.5 E(.)-.55 E F1 +144 204 Q F2(nc)2.5 E(har)-.15 E(s)-.1 E F1 -.18(re)180 216 S(ad) +.18 E F0 1.269(returns after reading e)3.769 F(xactly)-.15 E F2(nc)3.769 +E(har)-.15 E(s)-.1 E F0 1.269(characters rather than w)3.769 F 1.27 +(aiting for a complete)-.1 F .275 +(line of input, unless EOF is encountered or)180 228 R F1 -.18(re)2.775 +G(ad).18 E F0 .274(times out.)2.774 F .274(Delimiter characters encoun-) +5.274 F 1.002 +(tered in the input are not treated specially and do not cause)180 240 R +F1 -.18(re)3.503 G(ad).18 E F0 1.003(to return until)3.503 F F2(nc)3.503 +E(har)-.15 E(s)-.1 E F0 .609(characters are read.)180 252 R .608 +(The result is not split on the characters in)5.609 F F1(IFS)3.108 E F0 +3.108(;t)C .608(he intent is that the)-3.108 F -.25(va)180 264 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 F1180 276 Q F0(option belo) +2.5 E(w\).)-.25 E F1144 288 Q F2(pr)2.5 E(ompt)-.45 E F0(Display) +180 300 Q F2(pr)3.661 E(ompt)-.45 E F0 1.161(on standard error)3.661 F +3.661(,w)-.4 G 1.161(ithout a trailing ne)-3.661 F 1.161 +(wline, before attempting to read)-.25 F(an)180 312 Q 2.5(yi)-.15 G 2.5 +(nput. The)-2.5 F (prompt is displayed only if input is coming from a terminal.)2.5 E F1 -144 662.4 Q F0 .543(Backslash does not act as an escape character) -25.86 F 5.543(.T)-.55 G .544(he backslash is considered to be part of) --5.543 F(the line.)180 674.4 Q(In particular)5 E 2.5(,ab)-.4 G +144 324 Q F0 .543(Backslash does not act as an escape character) +180 324 R 5.543(.T)-.55 G .544(he backslash is considered to be part of) +-5.543 F(the line.)180 336 Q(In particular)5 E 2.5(,ab)-.4 G (ackslash-ne)-2.5 E(wline pair may not be used as a line continuation.) --.25 E F1144 686.4 Q F0(Silent mode.)26.41 E +-.25 E F1144 348 Q F0(Silent mode.)180 348 Q (If input is coming from a terminal, characters are not echoed.)5 E F1 -144 698.4 Q F2(timeout)2.5 E F0(Cause)180 710.4 Q F1 -.18(re)2.929 -G(ad).18 E F0 .428(to time out and return f)2.929 F .428 +144 360 Q F2(timeout)2.5 E F0(Cause)180 372 Q F1 -.18(re)2.929 G +(ad).18 E F0 .428(to time out and return f)2.929 F .428 (ailure if a complete line of input \(or a speci\214ed num-)-.1 F .56 -(ber of characters\) is not read within)180 722.4 R F2(timeout)3.061 E -F0(seconds.)3.061 E F2(timeout)5.561 E F0 .561(may be a decimal number) -3.061 F(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(63)190.95 E 0 Cg -EP -%%Page: 64 64 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E(with a fractional portion follo)180 84 Q(wing the decimal point.) --.25 E(This option is only ef)5 E(fecti)-.25 E .3 -.15(ve i)-.25 H(f).15 -E/F1 10/Times-Bold@0 SF -.18(re)2.5 G(ad).18 E F0 .506(is reading input\ - from a terminal, pipe, or other special \214le; it has no ef)180 96 R -.506(fect when reading)-.25 F .59(from re)180 108 R .59(gular \214les.) --.15 F(If)5.59 E F1 -.18(re)3.09 G(ad).18 E F0 .589(times out,)3.09 F F1 --.18(re)3.089 G(ad).18 E F0(sa)3.089 E -.15(ve)-.2 G 3.089(sa).15 G .889 --.15(ny p)-3.089 H .589(artial input read into the speci\214ed).15 F --.25(va)180 120 S(riable).25 E/F2 10/Times-Italic@0 SF(name)2.77 E F0 -5.27(.I)C(f)-5.27 E F2(timeout)2.77 E F0 .27(is 0,)2.77 F F1 -.18(re) -2.77 G(ad).18 E F0 .27(returns immediately)2.77 F 2.77(,w)-.65 G .27 -(ithout trying to read an)-2.77 F 2.77(yd)-.15 G(ata.)-2.77 E 1.12 -(The e)180 132 R 1.12(xit status is 0 if input is a)-.15 F -.25(va)-.2 G -1.12(ilable on the speci\214ed \214le descriptor).25 F 3.62(,n)-.4 G -1.12(on-zero other)-3.62 F(-)-.2 E 2.5(wise. The)180 144 R -.15(ex)2.5 G -(it status is greater than 128 if the timeout is e).15 E(xceeded.)-.15 E -F1144 156 Q F2(fd)2.5 E F0(Read input from \214le descriptor)14.46 -E F2(fd)2.5 E F0(.)A .191(If no)144 172.8 R F2(names)3.051 E F0 .191 -(are supplied, the line read is assigned to the v)2.961 F(ariable)-.25 E -/F3 9/Times-Bold@0 SF(REPL)2.692 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A -F0 .192(The return code is zero,)4.692 F 1.344 -(unless end-of-\214le is encountered,)144 184.8 R F1 -.18(re)3.844 G(ad) -.18 E F0 1.343 -(times out \(in which case the return code is greater than)3.844 F .871 -(128\), a v)144 196.8 R .871 -(ariable assignment error \(such as assigning to a readonly v)-.25 F -.872(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G(lid).25 E -(\214le descriptor is supplied as the ar)144 208.8 Q(gument to)-.18 E F1 -2.5 E F0(.)A F1 -.18(re)108 225.6 S(adonly).18 E F0([)2.5 E F1 -(\255aAf)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A -F2(wor)A(d)-.37 E F0 2.5(].)C(..])-2.5 E .77(The gi)144 237.6 R -.15(ve) --.25 G(n).15 E F2(names)3.27 E F0 .77(are mark)3.27 F .77 -(ed readonly; the v)-.1 F .77(alues of these)-.25 F F2(names)3.63 E F0 -.77(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 -249.6 R 1.096(If the)6.096 F F13.596 E F0 1.097 +(ber of characters\) is not read within)180 384 R F2(timeout)3.061 E F0 +(seconds.)3.061 E F2(timeout)5.561 E F0 .561(may be a decimal number) +3.061 F(with a fractional portion follo)180 396 Q +(wing the decimal point.)-.25 E(This option is only ef)5 E(fecti)-.25 E +.3 -.15(ve i)-.25 H(f).15 E F1 -.18(re)2.5 G(ad).18 E F0 .506(is readin\ +g input from a terminal, pipe, or other special \214le; it has no ef)180 +408 R .506(fect when reading)-.25 F .59(from re)180 420 R .59 +(gular \214les.)-.15 F(If)5.59 E F1 -.18(re)3.09 G(ad).18 E F0 .589 +(times out,)3.09 F F1 -.18(re)3.089 G(ad).18 E F0(sa)3.089 E -.15(ve)-.2 +G 3.089(sa).15 G .889 -.15(ny p)-3.089 H .589 +(artial input read into the speci\214ed).15 F -.25(va)180 432 S(riable) +.25 E F2(name)2.77 E F0 5.27(.I)C(f)-5.27 E F2(timeout)2.77 E F0 .27 +(is 0,)2.77 F F1 -.18(re)2.77 G(ad).18 E F0 .27(returns immediately)2.77 +F 2.77(,w)-.65 G .27(ithout trying to read an)-2.77 F 2.77(yd)-.15 G +(ata.)-2.77 E 1.12(The e)180 444 R 1.12(xit status is 0 if input is a) +-.15 F -.25(va)-.2 G 1.12(ilable on the speci\214ed \214le descriptor) +.25 F 3.62(,n)-.4 G 1.12(on-zero other)-3.62 F(-)-.2 E 2.5(wise. The)180 +456 R -.15(ex)2.5 G(it status is greater than 128 if the timeout is e) +.15 E(xceeded.)-.15 E F1144 468 Q F2(fd)2.5 E F0 +(Read input from \214le descriptor)180 468 Q F2(fd)2.5 E F0(.)A .476 +(If no)144 484.8 R F2(names)3.336 E F0 .476 +(are supplied, the line read is assigned to the v)3.246 F(ariable)-.25 E +F3(REPL)2.977 E(Y)-.828 E/F4 9/Times-Roman@0 SF(.)A F0 .477(The e)4.977 +F .477(xit status is zero,)-.15 F .773 +(unless end-of-\214le is encountered,)144 496.8 R F1 -.18(re)3.273 G(ad) +.18 E F0 .772 +(times out \(in which case the status is greater than 128\), a)3.273 F +-.25(va)144 508.8 S 2.004 +(riable assignment error \(such as assigning to a readonly v).25 F 2.005 +(ariable\) occurs, or an in)-.25 F -.25(va)-.4 G 2.005(lid \214le).25 F +(descriptor is supplied as the ar)144 520.8 Q(gument to)-.18 E F1 +2.5 E F0(.)A F1 -.18(re)108 537.6 S(adonly).18 E F0([)2.5 E F1(\255aAf)A +F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(name)-2.5 E F0([=)A F2(wor)A +(d)-.37 E F0 2.5(].)C(..])-2.5 E .77(The gi)144 549.6 R -.15(ve)-.25 G +(n).15 E F2(names)3.27 E F0 .77(are mark)3.27 F .77(ed readonly; the v) +-.1 F .77(alues of these)-.25 F F2(names)3.63 E F0 .77 +(may not be changed by subse-)3.54 F 1.096(quent assignment.)144 561.6 R +1.096(If the)6.096 F F13.596 E F0 1.097 (option is supplied, the functions corresponding to the)3.596 F F2 -(names)3.597 E F0 1.097(are so)3.597 F(mark)144 261.6 Q 3.334(ed. The) +(names)3.597 E F0 1.097(are so)3.597 F(mark)144 573.6 Q 3.334(ed. The) -.1 F F13.334 E F0 .834(option restricts the v)3.334 F .834 (ariables to inde)-.25 F -.15(xe)-.15 G 3.334(da).15 G .834(rrays; the) -3.334 F F13.334 E F0 .834(option restricts the v)3.334 F(ari-) --.25 E .776(ables to associati)144 273.6 R 1.076 -.15(ve a)-.25 H 3.276 +-.25 E .776(ables to associati)144 585.6 R 1.076 -.15(ve a)-.25 H 3.276 (rrays. If).15 F .777(both options are supplied,)3.276 F F13.277 E F0(tak)3.277 E .777(es precedence.)-.1 F .777(If no)5.777 F F2(name) -3.637 E F0(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 285.6 R -.15(ve) +3.637 E F0(ar)3.457 E(gu-)-.18 E .522(ments are gi)144 597.6 R -.15(ve) -.25 G .521(n, or if the).15 F F13.021 E F0 .521 (option is supplied, a list of all readonly names is printed.)3.021 F .521(The other)5.521 F .295(options may be used to restrict the output \ -to a subset of the set of readonly names.)144 297.6 R(The)5.296 E F1 +to a subset of the set of readonly names.)144 609.6 R(The)5.296 E F1 2.796 E F0(option)2.796 E .786 (causes output to be displayed in a format that may be reused as input.) -144 309.6 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144 -321.6 Q .717(wed by =)-.25 F F2(wor)A(d)-.37 E F0 3.218(,t)C .718(he v) +144 621.6 R .786(If a v)5.786 F .785(ariable name is fol-)-.25 F(lo)144 +633.6 Q .717(wed by =)-.25 F F2(wor)A(d)-.37 E F0 3.218(,t)C .718(he v) -3.218 F .718(alue of the v)-.25 F .718(ariable is set to)-.25 F F2(wor) 3.218 E(d)-.37 E F0 5.718(.T)C .718(he return status is 0 unless an in) -5.718 F -.25(va)-.4 G(lid).25 E .26(option is encountered, one of the) -144 333.6 R F2(names)3.12 E F0 .26(is not a v)3.03 F .26(alid shell v) +144 645.6 R F2(names)3.12 E F0 .26(is not a v)3.03 F .26(alid shell v) -.25 F .26(ariable name, or)-.25 F F12.76 E F0 .26 -(is supplied with a)2.76 F F2(name)144.36 345.6 Q F0 -(that is not a function.)2.68 E F1 -.18(re)108 362.4 S(tur).18 E(n)-.15 -E F0([)2.5 E F2(n)A F0(])A .02(Causes a function to stop e)144 374.4 R +(is supplied with a)2.76 F F2(name)144.36 657.6 Q F0 +(that is not a function.)2.68 E F1 -.18(re)108 674.4 S(tur).18 E(n)-.15 +E F0([)2.5 E F2(n)A F0(])A .02(Causes a function to stop e)144 686.4 R -.15(xe)-.15 G .02(cuting and return the v).15 F .021 (alue speci\214ed by)-.25 F F2(n)2.881 E F0 .021(to its caller)2.761 F -5.021(.I)-.55 G(f)-5.021 E F2(n)2.881 E F0 .021(is omitted,)2.761 F .469 -(the return status is that of the last command e)144 386.4 R -.15(xe) --.15 G .469(cuted in the function body).15 F 5.469(.I)-.65 G(f)-5.469 E -F1 -.18(re)2.969 G(tur).18 E(n)-.15 E F0 .468(is used out-)2.969 F .466 -(side a function, b)144 398.4 R .466(ut during e)-.2 F -.15(xe)-.15 G -.467(cution of a script by the).15 F F1(.)2.967 E F0(\()5.467 E F1(sour) -A(ce)-.18 E F0 2.967(\)c)C .467(ommand, it causes the shell to)-2.967 F -.088(stop e)144 410.4 R -.15(xe)-.15 G .087 -(cuting that script and return either).15 F F2(n)2.947 E F0 .087 -(or the e)2.827 F .087(xit status of the last command e)-.15 F -.15(xe) --.15 G .087(cuted within).15 F .613(the script as the e)144 422.4 R .613 -(xit status of the script.)-.15 F(If)5.613 E F2(n)3.113 E F0 .613 -(is supplied, the return v)3.113 F .613 -(alue is its least signi\214cant 8)-.25 F 2.511(bits. The)144 434.4 R -.011(return status is non-zero if)2.511 F F1 -.18(re)2.511 G(tur).18 E -(n)-.15 E F0 .011(is supplied a non-numeric ar)2.511 F .01 -(gument, or is used outside)-.18 F 2.909(af)144 446.4 S .409 -(unction and not during e)-2.909 F -.15(xe)-.15 G .41 -(cution of a script by).15 F F1(.)2.91 E F0(or)3.743 E F1(sour)2.91 E -(ce)-.18 E F0 5.41(.A)C .71 -.15(ny c)-5.41 H .41 -(ommand associated with the).15 F F1(RETURN)144 458.4 Q F0(trap is e)2.5 -E -.15(xe)-.15 G(cuted before e).15 E -.15(xe)-.15 G -(cution resumes after the function or script.).15 E F1(set)108 475.2 Q -F0([)2.5 E F1(\255\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1-2.5 E -F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E F0(...])2.5 E -F1(set)108 487.2 Q F0([)2.5 E F1(+abefhkmnptuvxBCEHPT)A F0 2.5(][)C F1 -(+o)-2.5 E F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E F0 -(...])2.5 E -.4(Wi)144 499.2 S .836(thout options, the name and v).4 F -.835(alue of each shell v)-.25 F .835 -(ariable are displayed in a format that can be)-.25 F .784 -(reused as input for setting or resetting the currently-set v)144 511.2 +5.021(.I)-.55 G(f)-5.021 E F2(n)2.881 E F0 .021(is omitted,)2.761 F .597 +(the return status is that of the last command e)144 698.4 R -.15(xe) +-.15 G .596(cuted in the function body).15 F 5.596(.I)-.65 G(f)-5.596 E +F1 -.18(re)3.096 G(tur).18 E(n)-.15 E F0 .596(is e)3.096 F -.15(xe)-.15 +G(cuted).15 E 1.238(by a trap handler)144 710.4 R 3.738(,t)-.4 G 1.238 +(he last command used to determine the status is the last command e) +-3.738 F -.15(xe)-.15 G(cuted).15 E 1.067(before the trap handler)144 +722.4 R 6.067(.i)-.55 G(f)-6.067 E F1 -.18(re)3.567 G(tur).18 E(n)-.15 E +F0 1.067(is e)3.567 F -.15(xe)-.15 G 1.067(cuted during a).15 F F1(DEB) +3.567 E(UG)-.1 E F0 1.067(trap, the last command used to)3.567 F +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(66)192.055 E 0 Cg EP +%%Page: 67 67 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E .389 +(determine the status is the last command e)144 84 R -.15(xe)-.15 G .389 +(cuted by the trap handler before).15 F/F1 10/Times-Bold@0 SF -.18(re) +2.89 G(tur).18 E(n)-.15 E F0 -.1(wa)2.89 G 2.89(si).1 G -1.9 -.4(nv o) +-2.89 H -.1(ke).4 G(d.).1 E(If)144 96 Q F1 -.18(re)2.584 G(tur).18 E(n) +-.15 E F0 .084(is used outside a function, b)2.584 F .084(ut during e) +-.2 F -.15(xe)-.15 G .084(cution of a script by the).15 F F1(.)2.584 E +F0(\()5.084 E F1(sour)A(ce)-.18 E F0 2.583(\)c)C .083(ommand, it)-2.583 +F .588(causes the shell to stop e)144 108 R -.15(xe)-.15 G .588 +(cuting that script and return either).15 F/F2 10/Times-Italic@0 SF(n) +3.448 E F0 .589(or the e)3.329 F .589(xit status of the last com-)-.15 F +.326(mand e)144 120 R -.15(xe)-.15 G .326 +(cuted within the script as the e).15 F .326(xit status of the script.) +-.15 F(If)5.326 E F2(n)2.826 E F0 .325(is supplied, the return v)2.826 F +.325(alue is)-.25 F .444(its least signi\214cant 8 bits.)144 132 R .444 +(The return status is non-zero if)5.444 F F1 -.18(re)2.945 G(tur).18 E +(n)-.15 E F0 .445(is supplied a non-numeric ar)2.945 F(gu-)-.18 E .381 +(ment, or is used outside a function and not during e)144 144 R -.15(xe) +-.15 G .381(cution of a script by).15 F F1(.)2.881 E F0(or)3.714 E F1 +(sour)2.881 E(ce)-.18 E F0 5.38(.A)C .68 -.15(ny c)-5.38 H(om-).15 E +.749(mand associated with the)144 156 R F1(RETURN)3.249 E F0 .749 +(trap is e)3.249 F -.15(xe)-.15 G .749(cuted before e).15 F -.15(xe)-.15 +G .75(cution resumes after the function).15 F(or script.)144 168 Q F1 +(set)108 184.8 Q F0([)2.5 E F1(\255\255abefhkmnptuvxBCEHPT)A F0 2.5(][)C +F1-2.5 E F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E(g)-.37 E +F0(...])2.5 E F1(set)108 196.8 Q F0([)2.5 E F1(+abefhkmnptuvxBCEHPT)A F0 +2.5(][)C F1(+o)-2.5 E F2(option\255name)2.5 E F0 2.5(][)C F2(ar)-2.5 E +(g)-.37 E F0(...])2.5 E -.4(Wi)144 208.8 S .836 +(thout options, the name and v).4 F .835(alue of each shell v)-.25 F +.835(ariable are displayed in a format that can be)-.25 F .784 +(reused as input for setting or resetting the currently-set v)144 220.8 R 3.284(ariables. Read-only)-.25 F -.25(va)3.284 G .784 -(riables cannot be).25 F 2.912(reset. In)144 523.2 R F2(posix)2.912 E F0 +(riables cannot be).25 F 2.912(reset. In)144 232.8 R F2(posix)2.912 E F0 .412(mode, only shell v)2.912 F .412(ariables are listed.)-.25 F .412 (The output is sorted according to the current)5.412 F 3.53 -(locale. When)144 535.2 R 1.031(options are speci\214ed, the)3.53 F +(locale. When)144 244.8 R 1.031(options are speci\214ed, the)3.53 F 3.531(ys)-.15 G 1.031(et or unset shell attrib)-3.531 F 3.531(utes. An) -.2 F 3.531(ya)-.15 G -.18(rg)-3.531 G 1.031(uments remaining).18 F -1.624(after option processing are treated as v)144 547.2 R 1.623 +1.624(after option processing are treated as v)144 256.8 R 1.623 (alues for the positional parameters and are assigned, in)-.25 F(order) -144 559.2 Q 2.5(,t)-.4 G(o)-2.5 E F1($1)2.5 E F0(,)A F1($2)2.5 E F0(,)A +144 268.8 Q 2.5(,t)-.4 G(o)-2.5 E F1($1)2.5 E F0(,)A F1($2)2.5 E F0(,)A F1 2.5(... $)2.5 F F2(n)A F0 5(.O)C(ptions, if speci\214ed, ha)-5 E .3 --.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 571.2 Q -F0 .539(Automatically mark v)29.3 F .539 -(ariables and functions which are modi\214ed or created for e)-.25 F .54 -(xport to)-.15 F(the en)184 583.2 Q(vironment of subsequent commands.) --.4 E F1144 595.2 Q F0 .132 -(Report the status of terminated background jobs immediately)28.74 F +-.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 280.8 Q +F0 1.377(Each v)184 280.8 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 292.8 Q(ed for e)-.1 E(xport to the en)-.15 +E(vironment of subsequent commands.)-.4 E F1144 304.8 Q F0 .132 +(Report the status of terminated background jobs immediately)184 304.8 R 2.632(,r)-.65 G .131(ather than before the ne)-2.632 F(xt)-.15 E -(primary prompt.)184 607.2 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) --.25 H(nly when job control is enabled.).15 E F1144 619.2 Q F0 -.087(Exit immediately if a)29.86 F F2(pipeline)2.587 E F0 .087 +(primary prompt.)184 316.8 Q(This is ef)5 E(fecti)-.25 E .3 -.15(ve o) +-.25 H(nly when job control is enabled.).15 E F1144 328.8 Q F0 +.087(Exit immediately if a)184 328.8 R F2(pipeline)2.587 E F0 .087 (\(which may consist of a single)2.587 F F2 .088(simple command)2.588 F -F0 .088(\), a)B F2(list)2.588 E F0 2.588(,o)C(r)-2.588 E(a)184 631.2 Q -F2 1.294(compound command)3.794 F F0(\(see)3.794 E F3 1.294 -(SHELL GRAMMAR)3.794 F F0(abo)3.544 E -.15(ve)-.15 G 3.793(\), e).15 F -1.293(xits with a non-zero status.)-.15 F .079(The shell does not e)184 -643.2 R .079(xit if the command that f)-.15 F .08 -(ails is part of the command list immediately)-.1 F(follo)184 655.2 Q +F0 .088(\), a)B F2(list)2.588 E F0 2.588(,o)C(r)-2.588 E(a)184 340.8 Q +F2 1.521(compound command)4.021 F F0(\(see)4.021 E/F3 9/Times-Bold@0 SF +1.521(SHELL GRAMMAR)4.021 F F0(abo)3.771 E -.15(ve)-.15 G 1.521(\), e) +.15 F 1.521(xits with a non-zero status.)-.15 F .079 +(The shell does not e)184 352.8 R .079(xit if the command that f)-.15 F +.08(ails is part of the command list immediately)-.1 F(follo)184 364.8 Q 1.655(wing a)-.25 F F1(while)4.155 E F0(or)4.155 E F1(until)4.155 E F0 -.1(ke)4.155 G(yw)-.05 E 1.655(ord, part of the test follo)-.1 F 1.654 (wing the)-.25 F F1(if)4.154 E F0(or)4.154 E F1(elif)4.154 E F0(reserv) -4.154 E(ed)-.15 E -.1(wo)184 667.2 S .581(rds, part of an).1 F 3.081(yc) +4.154 E(ed)-.15 E -.1(wo)184 376.8 S .581(rds, part of an).1 F 3.081(yc) -.15 G .581(ommand e)-3.081 F -.15(xe)-.15 G .581(cuted in a).15 F F1 (&&)3.081 E F0(or)3.081 E F1(||)3.081 E F0 .582(list e)3.082 F .582 -(xcept the command follo)-.15 F(wing)-.25 E .918(the \214nal)184 679.2 R +(xcept the command follo)-.15 F(wing)-.25 E .918(the \214nal)184 388.8 R F1(&&)3.418 E F0(or)3.418 E F1(||)3.418 E F0 3.418(,a)C 1.218 -.15(ny c) -3.418 H .918(ommand in a pipeline b).15 F .917 (ut the last, or if the command')-.2 F 3.417(sr)-.55 G(eturn)-3.417 E --.25(va)184 691.2 S .66(lue is being in).25 F -.15(ve)-.4 G .66 +-.25(va)184 400.8 S .66(lue is being in).25 F -.15(ve)-.4 G .66 (rted with).15 F F1(!)3.16 E F0 5.661(.I)C 3.161(fac)-5.661 G .661 (ompound command other than a subshell returns a)-3.161 F 1.113 -(non-zero status because a command f)184 703.2 R 1.112(ailed while)-.1 F +(non-zero status because a command f)184 412.8 R 1.112(ailed while)-.1 F F13.612 E F0 -.1(wa)3.612 G 3.612(sb).1 G 1.112 -(eing ignored, the shell does)-3.612 F .177(not e)184 715.2 R 2.677 +(eing ignored, the shell does)-3.612 F .177(not e)184 424.8 R 2.677 (xit. A)-.15 F .177(trap on)2.677 F F1(ERR)2.677 E F0 2.677(,i)C 2.678 (fs)-2.677 G .178(et, is e)-2.678 F -.15(xe)-.15 G .178 (cuted before the shell e).15 F 2.678(xits. This)-.15 F .178 -(option applies to)2.678 F 3.325(the shell en)184 727.2 R 3.325 -(vironment and each subshell en)-.4 F 3.325(vironment separately \(see) --.4 F F3(COMMAND)5.824 E F0(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 -E(64)190.95 E 0 Cg EP -%%Page: 65 65 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 9/Times-Bold@0 SF .106(EXECUTION ENVIR)184 84 R(ONMENT)-.27 E -F0(abo)2.356 E -.15(ve)-.15 G .107(\), and may cause subshells to e).15 -F .107(xit before e)-.15 F -.15(xe)-.15 G(cuting).15 E -(all the commands in the subshell.)184 96 Q 2.042 -(If a compound command or shell function e)184 114 R -.15(xe)-.15 G -2.042(cutes in a conte).15 F 2.042(xt where)-.15 F/F2 10/Times-Bold@0 SF -4.542 E F0 2.042(is being)4.542 F 1.435 -(ignored, none of the commands e)184 126 R -.15(xe)-.15 G 1.436 +(option applies to)2.678 F .618(the shell en)184 436.8 R .617 +(vironment and each subshell en)-.4 F .617(vironment separately \(see) +-.4 F F3 .617(COMMAND EXE-)3.117 F .642(CUTION ENVIR)184 448.8 R(ONMENT) +-.27 E F0(abo)2.893 E -.15(ve)-.15 G .643 +(\), and may cause subshells to e).15 F .643(xit before e)-.15 F -.15 +(xe)-.15 G .643(cuting all).15 F(the commands in the subshell.)184 460.8 +Q 2.042(If a compound command or shell function e)184 478.8 R -.15(xe) +-.15 G 2.042(cutes in a conte).15 F 2.042(xt where)-.15 F F14.542 +E F0 2.042(is being)4.542 F 1.435(ignored, none of the commands e)184 +490.8 R -.15(xe)-.15 G 1.436 (cuted within the compound command or function).15 F .194 -(body will be af)184 138 R .194(fected by the)-.25 F F22.694 E F0 -.193(setting, e)2.693 F -.15(ve)-.25 G 2.693(ni).15 G(f)-2.693 E F2 +(body will be af)184 502.8 R .194(fected by the)-.25 F F12.694 E +F0 .193(setting, e)2.693 F -.15(ve)-.25 G 2.693(ni).15 G(f)-2.693 E F1 2.693 E F0 .193(is set and a command returns a f)2.693 F(ailure) --.1 E 3.39(status. If)184 150 R 3.39(ac)3.39 G .89 -(ompound command or shell function sets)-3.39 F F23.39 E F0 .89 +-.1 E 3.39(status. If)184 514.8 R 3.39(ac)3.39 G .89 +(ompound command or shell function sets)-3.39 F F13.39 E F0 .89 (while e)3.39 F -.15(xe)-.15 G .89(cuting in a conte).15 F(xt)-.15 E -(where)184 162 Q F23.154 E F0 .654 +(where)184 526.8 Q F13.154 E F0 .654 (is ignored, that setting will not ha)3.154 F .953 -.15(ve a)-.2 H .953 -.15(ny e).15 H -.25(ff).15 G .653(ect until the compound command).25 F -(or the command containing the function call completes.)184 174 Q F2 -144 186 Q F0(Disable pathname e)30.97 E(xpansion.)-.15 E F2 -144 198 Q F0 2.238(Remember the location of commands as the)28.74 F -4.738(ya)-.15 G 2.239(re look)-4.738 F 2.239(ed up for e)-.1 F -.15(xe) --.15 G 4.739(cution. This).15 F(is)4.739 E(enabled by def)184 210 Q -(ault.)-.1 E F2144 222 Q F0 .514(All ar)28.74 F .514 +(or the command containing the function call completes.)184 538.8 Q F1 +144 550.8 Q F0(Disable pathname e)184 550.8 Q(xpansion.)-.15 E F1 +144 562.8 Q F0 2.238(Remember the location of commands as the)184 +562.8 R 4.738(ya)-.15 G 2.239(re look)-4.738 F 2.239(ed up for e)-.1 F +-.15(xe)-.15 G 4.739(cution. This).15 F(is)4.739 E(enabled by def)184 +574.8 Q(ault.)-.1 E F1144 586.8 Q F0 .514(All ar)184 586.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 234 Q F2 -144 246 Q F0 .148(Monitor mode.)25.97 F .148 +(command, not just those that precede the command name.)184 598.8 Q F1 +144 610.8 Q F0 .148(Monitor mode.)184 610.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 .651 -(on systems that support it \(see)184 258 R F1 .651(JOB CONTR)3.151 F +(on systems that support it \(see)184 622.8 R F3 .651(JOB CONTR)3.151 F (OL)-.27 E F0(abo)2.901 E -.15(ve)-.15 G 3.151(\). All).15 F .65 -(processes run in a separate)3.151 F .678(process group.)184 270 R .679 -(When a background job completes, the shell prints a line containing it\ -s)5.678 F -.15(ex)184 282 S(it status.).15 E F2144 294 Q F0 .653 -(Read commands b)28.74 F .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 306 Q(This is ignored by interacti)5 E .3 --.15(ve s)-.25 H(hells.).15 E F2144 318 Q/F3 10/Times-Italic@0 SF -(option\255name)2.5 E F0(The)184 330 Q F3(option\255name)2.5 E F0 -(can be one of the follo)2.5 E(wing:)-.25 E F2(allexport)184 342 Q F0 -(Same as)224 354 Q F22.5 E F0(.)A F2(braceexpand)184 366 Q F0 -(Same as)224 378 Q F22.5 E F0(.)A F2(emacs)184 390 Q F0 .089 -(Use an emacs-style command line editing interf)13.9 F 2.589(ace. This) --.1 F .089(is enabled by def)2.589 F(ault)-.1 E .95 -(when the shell is interacti)224 402 R -.15(ve)-.25 G 3.45(,u).15 G .95 -(nless the shell is started with the)-3.45 F F2(\255\255noediting)3.45 E -F0 2.5(option. This)224 414 R(also af)2.5 E(fects the editing interf) --.25 E(ace used for)-.1 E F2 -.18(re)2.5 G(ad \255e).18 E F0(.)A F2(err) -184 426 Q(exit)-.18 E F0(Same as)11.31 E F22.5 E F0(.)A F2 -(errtrace)184 438 Q F0(Same as)5.03 E F22.5 E F0(.)A F2(functrace) -184 450 Q F0(Same as)224 462 Q F22.5 E F0(.)A F2(hashall)184 474 Q -F0(Same as)9.43 E F22.5 E F0(.)A F2(histexpand)184 486 Q F0 -(Same as)224 498 Q F22.5 E F0(.)A F2(history)184 510 Q F0 .586 -(Enable command history)10 F 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 F1(HIST)3.087 E -(OR)-.162 E(Y)-.315 E/F4 9/Times-Roman@0 SF(.)A F0 .587(This option is) -5.087 F(on by def)224 522 Q(ault in interacti)-.1 E .3 -.15(ve s)-.25 H -(hells.).15 E F2(ignor)184 534 Q(eeof)-.18 E F0 1.657(The ef)224 546 R -1.657(fect is as if the shell command)-.25 F/F5 10/Courier@0 SF -(IGNOREEOF=10)4.156 E F0 1.656(had been e)4.156 F -.15(xe)-.15 G(cuted) -.15 E(\(see)224 558 Q F2(Shell V)2.5 E(ariables)-.92 E F0(abo)2.5 E -.15 -(ve)-.15 G(\).).15 E F2 -.1(ke)184 570 S(yw).1 E(ord)-.1 E F0(Same as) -224 582 Q F22.5 E F0(.)A F2(monitor)184 594 Q F0(Same as)5.56 E F2 -2.5 E F0(.)A F2(noclob)184 606 Q(ber)-.1 E F0(Same as)224 618 Q F2 -2.5 E F0(.)A F2(noexec)184 630 Q F0(Same as)11.12 E F22.5 E -F0(.)A F2(noglob)184 642 Q F0(Same as)11.1 E F22.5 E F0(.)A F2 -(nolog)184 654 Q F0(Currently ignored.)16.66 E F2(notify)184 666 Q F0 -(Same as)15 E F22.5 E F0(.)A F2(nounset)184 678 Q F0(Same as)6.66 -E F22.5 E F0(.)A F2(onecmd)184 690 Q F0(Same as)6.67 E F22.5 -E F0(.)A F2(ph)184 702 Q(ysical)-.15 E F0(Same as)5.14 E F22.5 E -F0(.)A F2(pipefail)184 714 Q F0 1.029(If set, the return v)7.77 F 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 726 R -1.136 -(xit with a non-zero status, or zero if all commands in the pipeline) --.15 F(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(65)190.95 E 0 Cg -EP -%%Page: 66 66 +(processes run in a separate)3.151 F .678(process group.)184 634.8 R +.679(When a background job completes, the shell prints a line containin\ +g its)5.678 F -.15(ex)184 646.8 S(it status.).15 E F1144 658.8 Q +F0 .653(Read commands b)184 658.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 +670.8 Q(This is ignored by interacti)5 E .3 -.15(ve s)-.25 H(hells.).15 +E F1144 682.8 Q F2(option\255name)2.5 E F0(The)184 694.8 Q F2 +(option\255name)2.5 E F0(can be one of the follo)2.5 E(wing:)-.25 E F1 +(allexport)184 706.8 Q F0(Same as)224 718.8 Q F12.5 E F0(.)A +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(67)192.055 E 0 Cg EP +%%Page: 68 68 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E -.15(ex)224 84 S(it successfully).15 E 5(.T)-.65 G -(his option is disabled by def)-5 E(ault.)-.1 E/F1 10/Times-Bold@0 SF -(posix)184 96 Q F0 2.09(Change the beha)17.77 F 2.091(vior of)-.2 F F1 -(bash)4.591 E F0 2.091(where the def)4.591 F 2.091(ault operation dif) --.1 F 2.091(fers from the)-.25 F 1.212 -(POSIX standard to match the standard \()224 108 R/F2 10/Times-Italic@0 -SF 1.212(posix mode)B F0 3.712(\). See)B/F3 9/Times-Bold@0 SF 1.212 -(SEE ALSO)3.712 F F0(belo)3.462 E(w)-.25 E 2.306 -(for a reference to a document that details ho)224 120 R 4.807(wp)-.25 G +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(braceexpand)184 84 Q F0(Same as)224 96 Q F12.5 E F0(.)A F1 +(emacs)184 108 Q F0 .089(Use an emacs-style command line editing interf) +224 108 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 120 R -.15(ve)-.25 G 3.45(,u).15 G +.95(nless the shell is started with the)-3.45 F F1(\255\255noediting) +3.45 E F0 2.5(option. This)224 132 R(also af)2.5 E +(fects the editing interf)-.25 E(ace used for)-.1 E F1 -.18(re)2.5 G +(ad \255e).18 E F0(.)A F1(err)184 144 Q(exit)-.18 E F0(Same as)224 144 Q +F12.5 E F0(.)A F1(errtrace)184 156 Q F0(Same as)224 156 Q F1 +2.5 E F0(.)A F1(functrace)184 168 Q F0(Same as)224 180 Q F12.5 E +F0(.)A F1(hashall)184 192 Q F0(Same as)224 192 Q F12.5 E F0(.)A F1 +(histexpand)184 204 Q F0(Same as)224 216 Q F12.5 E F0(.)A F1 +(history)184 228 Q F0 .586(Enable command history)224 228 R 3.087(,a) +-.65 G 3.087(sd)-3.087 G .587(escribed abo)-3.087 F .887 -.15(ve u)-.15 +H(nder).15 E/F2 9/Times-Bold@0 SF(HIST)3.087 E(OR)-.162 E(Y)-.315 E/F3 9 +/Times-Roman@0 SF(.)A F0 .587(This option is)5.087 F(on by def)224 240 Q +(ault in interacti)-.1 E .3 -.15(ve s)-.25 H(hells.).15 E F1(ignor)184 +252 Q(eeof)-.18 E F0 1.657(The ef)224 264 R 1.657 +(fect is as if the shell command)-.25 F/F4 10/Courier@0 SF(IGNOREEOF=10) +4.156 E F0 1.656(had been e)4.156 F -.15(xe)-.15 G(cuted).15 E(\(see)224 +276 Q F1(Shell V)2.5 E(ariables)-.92 E F0(abo)2.5 E -.15(ve)-.15 G(\).) +.15 E F1 -.1(ke)184 288 S(yw).1 E(ord)-.1 E F0(Same as)224 300 Q F1 +2.5 E F0(.)A F1(monitor)184 312 Q F0(Same as)224 312 Q F12.5 +E F0(.)A F1(noclob)184 324 Q(ber)-.1 E F0(Same as)224 336 Q F12.5 +E F0(.)A F1(noexec)184 348 Q F0(Same as)224 348 Q F12.5 E F0(.)A +F1(noglob)184 360 Q F0(Same as)224 360 Q F12.5 E F0(.)A F1(nolog) +184 372 Q F0(Currently ignored.)224 372 Q F1(notify)184 384 Q F0 +(Same as)224 384 Q F12.5 E F0(.)A F1(nounset)184 396 Q F0(Same as) +224 396 Q F12.5 E F0(.)A F1(onecmd)184 408 Q F0(Same as)224 408 Q +F12.5 E F0(.)A F1(ph)184 420 Q(ysical)-.15 E F0(Same as)224 420 Q +F12.5 E F0(.)A F1(pipefail)184 432 Q F0 1.029 +(If set, the return v)224 432 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 444 +R 1.136 +(xit with a non-zero status, or zero if all commands in the pipeline) +-.15 F -.15(ex)224 456 S(it successfully).15 E 5(.T)-.65 G +(his option is disabled by def)-5 E(ault.)-.1 E F1(posix)184 468 Q F0 +2.09(Change the beha)224 468 R 2.091(vior of)-.2 F F1(bash)4.591 E F0 +2.091(where the def)4.591 F 2.091(ault operation dif)-.1 F 2.091 +(fers from the)-.25 F 1.212(POSIX standard to match the standard \()224 +480 R/F5 10/Times-Italic@0 SF 1.212(posix mode)B F0 3.712(\). See)B F2 +1.212(SEE ALSO)3.712 F F0(belo)3.462 E(w)-.25 E 2.306 +(for a reference to a document that details ho)224 492 R 4.807(wp)-.25 G 2.307(osix mode af)-4.807 F 2.307(fects bash')-.25 F(s)-.55 E(beha)224 -132 Q(vior)-.2 E(.)-.55 E F1(pri)184 144 Q(vileged)-.1 E F0(Same as)224 -156 Q F12.5 E F0(.)A F1 -.1(ve)184 168 S(rbose).1 E F0(Same as) -7.33 E F12.5 E F0(.)A F1(vi)184 180 Q F0 1.466 -(Use a vi-style command line editing interf)32.22 F 3.965(ace. This)-.1 -F 1.465(also af)3.965 F 1.465(fects the editing)-.25 F(interf)224 192 Q -(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1(xtrace)184 -204 Q F0(Same as)13.35 E F12.5 E F0(.)A(If)184 222 Q F13.052 -E F0 .552(is supplied with no)3.052 F F2(option\255name)3.053 E F0 3.053 -(,t)C .553(he v)-3.053 F .553(alues of the current options are printed.) --.25 F(If)5.553 E F1(+o)184 234 Q F0 1.072(is supplied with no)3.572 F -F2(option\255name)3.572 E F0 3.572(,a)C 1.071(series of)-.001 F F1(set) -3.571 E F0 1.071(commands to recreate the current)3.571 F -(option settings is displayed on the standard output.)184 246 Q F1 -144 258 Q F0 -.45(Tu)28.74 G 1.071(rn on).45 F F2(privile)4.821 E -.1 +504 Q(vior)-.2 E(.)-.55 E F1(pri)184 516 Q(vileged)-.1 E F0(Same as)224 +528 Q F12.5 E F0(.)A F1 -.1(ve)184 540 S(rbose).1 E F0(Same as)224 +540 Q F12.5 E F0(.)A F1(vi)184 552 Q F0 1.466 +(Use a vi-style command line editing interf)224 552 R 3.965(ace. This) +-.1 F 1.465(also af)3.965 F 1.465(fects the editing)-.25 F(interf)224 +564 Q(ace used for)-.1 E F1 -.18(re)2.5 G(ad \255e).18 E F0(.)A F1 +(xtrace)184 576 Q F0(Same as)224 576 Q F12.5 E F0(.)A(If)184 594 Q +F13.052 E F0 .552(is supplied with no)3.052 F F5(option\255name) +3.053 E F0 3.053(,t)C .553(he v)-3.053 F .553 +(alues of the current options are printed.)-.25 F(If)5.553 E F1(+o)184 +606 Q F0 1.072(is supplied with no)3.572 F F5(option\255name)3.572 E F0 +3.572(,a)C 1.071(series of)-.001 F F1(set)3.571 E F0 1.071 +(commands to recreate the current)3.571 F +(option settings is displayed on the standard output.)184 618 Q F1 +144 630 Q F0 -.45(Tu)184 630 S 1.071(rn on).45 F F5(privile)4.821 E -.1 (ge)-.4 G(d).1 E F0 3.572(mode. In)4.341 F 1.072(this mode, the)3.572 F -F3($ENV)3.572 E F0(and)3.322 E F3($B)3.572 E(ASH_ENV)-.27 E F0 1.072 +F2($ENV)3.572 E F0(and)3.322 E F2($B)3.572 E(ASH_ENV)-.27 E F0 1.072 (\214les are not pro-)3.322 F 1.501 -(cessed, shell functions are not inherited from the en)184 270 R 1.5 -(vironment, and the)-.4 F F3(SHELLOPTS)4 E/F4 9/Times-Roman@0 SF(,)A F3 --.27(BA)184 282 S(SHOPTS).27 E F4(,)A F3(CDP)2.774 E -.855(AT)-.666 G(H) -.855 E F4(,)A F0(and)2.774 E F3(GLOBIGNORE)3.024 E F0 -.25(va)2.774 G -.524(riables, if the).25 F 3.025(ya)-.15 G .525(ppear in the en)-3.025 F -(vironment,)-.4 E .38(are ignored.)184 294 R .38 +(cessed, shell functions are not inherited from the en)184 642 R 1.5 +(vironment, and the)-.4 F F2(SHELLOPTS)4 E F3(,)A F2 -.27(BA)184 654 S +(SHOPTS).27 E F3(,)A F2(CDP)2.774 E -.855(AT)-.666 G(H).855 E F3(,)A F0 +(and)2.774 E F2(GLOBIGNORE)3.024 E F0 -.25(va)2.774 G .524 +(riables, if the).25 F 3.025(ya)-.15 G .525(ppear in the en)-3.025 F +(vironment,)-.4 E .38(are ignored.)184 666 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 306 R F12.961 E F0 .461 +(user \(group\) id, and the)184 678 R F12.961 E F0 .461 (option is not supplied, these actions are tak)2.961 F .462 -(en and the ef)-.1 F(fec-)-.25 E(ti)184 318 Q .695 -.15(ve u)-.25 H .395 +(en and the ef)-.1 F(fec-)-.25 E(ti)184 690 Q .695 -.15(ve u)-.25 H .395 (ser id is set to the real user id.).15 F .395(If the)5.395 F F1 2.895 E F0 .394(option is supplied at startup, the ef)2.895 F(fecti)-.25 -E -.15(ve)-.25 G .386(user id is not reset.)184 330 R -.45(Tu)5.386 G +E -.15(ve)-.25 G .386(user id is not reset.)184 702 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 342 Q F1144 354 Q F0 -(Exit after reading and e)30.97 E -.15(xe)-.15 G(cuting one command.).15 -E F1144 366 Q F0 -.35(Tr)28.74 G .044(eat unset v).35 F .044(aria\ -bles and parameters other than the special parameters "@" and "*" as an) --.25 F .182(error when performing parameter e)184 378 R 2.682 -(xpansion. If)-.15 F -.15(ex)2.682 G .183 -(pansion is attempted on an unset v).15 F(ari-)-.25 E .746 -(able or parameter)184 390 R 3.246(,t)-.4 G .746 +(set to the real user and group ids.)184 714 Q(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(68)192.055 E 0 Cg EP +%%Page: 69 69 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q F0(Exit after reading and e)184 84 Q -.15(xe)-.15 G +(cuting one command.).15 E F1144 96 Q F0 -.35(Tr)184 96 S .044 +(eat unset v).35 F .044(ariables and parameters other than the special \ +parameters "@" and "*" as an)-.25 F .182 +(error when performing parameter e)184 108 R 2.682(xpansion. If)-.15 F +-.15(ex)2.682 G .183(pansion is attempted on an unset v).15 F(ari-)-.25 +E .746(able or parameter)184 120 R 3.246(,t)-.4 G .746 (he shell prints an error message, and, if not interacti)-3.246 F -.15 (ve)-.25 G 3.246(,e).15 G .746(xits with a)-3.396 F(non-zero status.)184 -402 Q F1144 414 Q F0(Print shell input lines as the)29.3 E 2.5(ya) --.15 G(re read.)-2.5 E F1144 426 Q F0 .315(After e)29.3 F .315 -(xpanding each)-.15 F F2 .315(simple command)2.815 F F0(,)A F1 -.25(fo) -2.815 G(r).25 E F0(command,)2.815 E F1(case)2.815 E F0(command,)2.815 E -F1(select)2.815 E F0(command,)2.815 E 1.236(or arithmetic)184 438 R F1 --.25(fo)3.736 G(r).25 E F0 1.236(command, display the e)3.736 F 1.236 -(xpanded v)-.15 F 1.236(alue of)-.25 F F3(PS4)3.736 E F4(,)A F0(follo) -3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 450 Q +132 Q F1144 144 Q F0(Print shell input lines as the)184 144 Q 2.5 +(ya)-.15 G(re read.)-2.5 E F1144 156 Q F0 .315(After e)184 156 R +.315(xpanding each)-.15 F/F2 10/Times-Italic@0 SF .315(simple command) +2.815 F F0(,)A F1 -.25(fo)2.815 G(r).25 E F0(command,)2.815 E F1(case) +2.815 E F0(command,)2.815 E F1(select)2.815 E F0(command,)2.815 E 1.236 +(or arithmetic)184 168 R F1 -.25(fo)3.736 G(r).25 E F0 1.236 +(command, display the e)3.736 F 1.236(xpanded v)-.15 F 1.236(alue of) +-.25 F/F3 9/Times-Bold@0 SF(PS4)3.736 E/F4 9/Times-Roman@0 SF(,)A F0 +(follo)3.486 E 1.236(wed by the com-)-.25 F(mand and its e)184 180 Q (xpanded ar)-.15 E(guments or associated w)-.18 E(ord list.)-.1 E F1 -144 462 Q F0 2.578(The shell performs brace e)27.63 F 2.578 +144 192 Q F0 2.578(The shell performs brace e)184 192 R 2.578 (xpansion \(see)-.15 F F1 2.578(Brace Expansion)5.078 F F0(abo)5.078 E --.15(ve)-.15 G 5.079(\). This).15 F 2.579(is on by)5.079 F(def)184 474 Q -(ault.)-.1 E F1144 486 Q F0 .214(If set,)27.08 F F1(bash)2.714 E +-.15(ve)-.15 G 5.079(\). This).15 F 2.579(is on by)5.079 F(def)184 204 Q +(ault.)-.1 E F1144 216 Q F0 .214(If set,)184 216 R F1(bash)2.714 E F0 .214(does not o)2.714 F -.15(ve)-.15 G .214(rwrite an e).15 F .214 (xisting \214le with the)-.15 F F1(>)2.714 E F0(,)A F1(>&)2.714 E F0 2.713(,a)C(nd)-2.713 E F1(<>)2.713 E F0 .213(redirection opera-)2.713 F -3.053(tors. This)184 498 R .553(may be o)3.053 F -.15(ve)-.15 G .553 +3.053(tors. This)184 228 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 510 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 -144 522 Q F0 .104(If set, an)27.63 F 2.604(yt)-.15 G .104(rap on) --2.604 F F1(ERR)2.604 E F0 .103 +.15 F(tor)184 240 Q F1(>|)2.5 E F0(instead of)2.5 E F1(>)2.5 E F0(.)A F1 +144 252 Q F0 .104(If set, an)184 252 R 2.604(yt)-.15 G .104 +(rap on)-2.604 F F1(ERR)2.604 E F0 .103 (is inherited by shell functions, command substitutions, and com-)2.604 -F .838(mands e)184 534 R -.15(xe)-.15 G .838(cuted in a subshell en).15 +F .838(mands e)184 264 R -.15(xe)-.15 G .838(cuted in a subshell en).15 F 3.338(vironment. The)-.4 F F1(ERR)3.338 E F0 .839 -(trap is normally not inherited in)3.339 F(such cases.)184 546 Q F1 -144 558 Q F0(Enable)26.52 E F1(!)3.032 E F0 .532 +(trap is normally not inherited in)3.339 F(such cases.)184 276 Q F1 +144 288 Q F0(Enable)184 288 Q F1(!)3.032 E F0 .532 (style history substitution.)5.532 F .531(This option is on by def)5.532 -F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 570 Q -.15 -(ve)-.25 G(.).15 E F1144 582 Q F0 .959 -(If set, the shell does not resolv)28.19 F 3.459(es)-.15 G .959 +F .531(ault when the shell is inter)-.1 F(-)-.2 E(acti)184 300 Q -.15 +(ve)-.25 G(.).15 E F1144 312 Q F0 .959 +(If set, the shell does not resolv)184 312 R 3.459(es)-.15 G .959 (ymbolic links when e)-3.459 F -.15(xe)-.15 G .96 (cuting commands such as).15 F F1(cd)3.46 E F0 2.822 -(that change the current w)184 594 R 2.822(orking directory)-.1 F 7.822 +(that change the current w)184 324 R 2.822(orking directory)-.1 F 7.822 (.I)-.65 G 5.322(tu)-7.822 G 2.822(ses the ph)-5.322 F 2.821 -(ysical directory structure)-.05 F 2.685(instead. By)184 606 R(def)2.685 +(ysical directory structure)-.05 F 2.685(instead. By)184 336 R(def)2.685 E(ault,)-.1 E F1(bash)2.686 E F0(follo)2.686 E .186 (ws the logical chain of directories when performing com-)-.25 F -(mands which change the current directory)184 618 Q(.)-.65 E F1144 -630 Q F0 .89(If set, an)27.63 F 3.39(yt)-.15 G .89(raps on)-3.39 F F1 +(mands which change the current directory)184 348 Q(.)-.65 E F1144 +360 Q F0 .89(If set, an)184 360 R 3.39(yt)-.15 G .89(raps on)-3.39 F F1 (DEB)3.39 E(UG)-.1 E F0(and)3.39 E F1(RETURN)3.39 E F0 .89 (are inherited by shell functions, command)3.39 F 1.932 -(substitutions, and commands e)184 642 R -.15(xe)-.15 G 1.932 +(substitutions, and commands e)184 372 R -.15(xe)-.15 G 1.932 (cuted in a subshell en).15 F 4.432(vironment. The)-.4 F F1(DEB)4.432 E -(UG)-.1 E F0(and)4.432 E F1(RETURN)184 654 Q F0 -(traps are normally not inherited in such cases.)2.5 E F1144 666 Q -F0 .401(If no ar)28.6 F .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 678 Q F2 +(UG)-.1 E F0(and)4.432 E F1(RETURN)184 384 Q F0 +(traps are normally not inherited in such cases.)2.5 E F1144 396 Q +F0 .401(If no ar)184 396 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 408 Q F2 (ar)2.5 E(g)-.37 E F0(s, e)A -.15(ve)-.25 G 2.5(ni).15 G 2.5(fs)-2.5 G (ome of them be)-2.5 E(gin with a)-.15 E F12.5 E F0(.)A F1144 -690 Q F0 1.944(Signal the end of options, cause all remaining)34.3 F F2 -(ar)4.444 E(g)-.37 E F0 4.444(st)C 4.444(ob)-4.444 G 4.445(ea)-4.444 G -1.945(ssigned to the positional)-4.445 F 3.446(parameters. The)184 702 R +420 Q F0 1.944(Signal the end of options, cause all remaining)184 420 R +F2(ar)4.444 E(g)-.37 E F0 4.444(st)C 4.444(ob)-4.444 G 4.445(ea)-4.444 G +1.945(ssigned to the positional)-4.445 F 3.446(parameters. The)184 432 R F13.446 E F0(and)3.446 E F13.446 E F0 .945 (options are turned of)3.446 F 3.445(f. If)-.25 F .945(there are no) 3.445 F F2(ar)3.445 E(g)-.37 E F0 .945(s, the positional)B -(parameters remain unchanged.)184 714 Q .425(The options are of)144 -730.8 R 2.925(fb)-.25 G 2.925(yd)-2.925 G(ef)-2.925 E .425 +(parameters remain unchanged.)184 444 Q .425(The options are of)144 +460.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(GNU Bash 4.3)72 -768 Q(2014 February 2)141.79 E(66)190.95 E 0 Cg EP -%%Page: 67 67 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .178(to be turned of)144 84 R 2.678(f. The)-.25 F .178 +(Using + rather than \255 causes these options)5.425 F .178 +(to be turned of)144 472.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 96 R/F1 10/Times-Bold@0 SF -<24ad>2.566 E F0 5.066(.T)C .066(he return status is al)-5.066 F -.1(wa) --.1 G .066(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F -(is encountered.)144 108 Q F1(shift)108 124.8 Q F0([)2.5 E/F2 10 -/Times-Italic@0 SF(n)A F0(])A .429(The positional parameters from)144 -136.8 R F2(n)2.929 E F0 .429(+1 ... are renamed to)B F1 .429($1 ....) -2.929 F F0 -.15(Pa)5.428 G .428(rameters represented by the num-).15 F -(bers)144 148.8 Q F1($#)2.582 E F0(do)2.582 E .082(wn to)-.25 F F1($#) -2.582 E F0A F2(n)A F0 .082(+1 are unset.)B F2(n)5.442 E F0 .082 -(must be a non-ne)2.822 F -.05(ga)-.15 G(ti).05 E .383 -.15(ve n)-.25 H -.083(umber less than or equal to).15 F F1($#)2.583 E F0 5.083(.I)C(f) --5.083 E F2(n)2.943 E F0 .06(is 0, no parameters are changed.)144 160.8 -R(If)5.06 E F2(n)2.92 E F0 .06(is not gi)2.8 F -.15(ve)-.25 G .06 -(n, it is assumed to be 1.).15 F(If)5.06 E F2(n)2.92 E F0 .06 -(is greater than)2.8 F F1($#)2.56 E F0 2.56(,t)C(he)-2.56 E .143 -(positional parameters are not changed.)144 172.8 R .144 -(The return status is greater than zero if)5.143 F F2(n)3.004 E F0 .144 -(is greater than)2.884 F F1($#)2.644 E F0 -(or less than zero; otherwise 0.)144 184.8 Q F1(shopt)108 201.6 Q F0([) +(current set of options may be found in)144 484.8 R F1<24ad>2.566 E F0 +5.066(.T)C .066(he return status is al)-5.066 F -.1(wa)-.1 G .066 +(ys true unless an in).1 F -.25(va)-.4 G .067(lid option).25 F +(is encountered.)144 496.8 Q F1(shift)108 513.6 Q F0([)2.5 E F2(n)A F0 +(])A .429(The positional parameters from)144 525.6 R F2(n)2.929 E F0 +.429(+1 ... are renamed to)B F1 .429($1 ....)2.929 F F0 -.15(Pa)5.428 G +.428(rameters represented by the num-).15 F(bers)144 537.6 Q F1($#)2.582 +E F0(do)2.582 E .082(wn to)-.25 F F1($#)2.582 E F0A F2(n)A F0 .082 +(+1 are unset.)B F2(n)5.442 E F0 .082(must be a non-ne)2.822 F -.05(ga) +-.15 G(ti).05 E .383 -.15(ve n)-.25 H .083(umber less than or equal to) +.15 F F1($#)2.583 E F0 5.083(.I)C(f)-5.083 E F2(n)2.943 E F0 .06 +(is 0, no parameters are changed.)144 549.6 R(If)5.06 E F2(n)2.92 E F0 +.06(is not gi)2.8 F -.15(ve)-.25 G .06(n, it is assumed to be 1.).15 F +(If)5.06 E F2(n)2.92 E F0 .06(is greater than)2.8 F F1($#)2.56 E F0 2.56 +(,t)C(he)-2.56 E .143(positional parameters are not changed.)144 561.6 R +.144(The return status is greater than zero if)5.143 F F2(n)3.004 E F0 +.144(is greater than)2.884 F F1($#)2.644 E F0 +(or less than zero; otherwise 0.)144 573.6 Q F1(shopt)108 590.4 Q F0([) 2.5 E F1(\255pqsu)A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(optname) --2.5 E F0(...])2.5 E -.8(To)144 213.6 S .64(ggle the v).8 F .639 +-2.5 E F0(...])2.5 E -.8(To)144 602.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 225.6 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H +(listed belo)144 614.4 R 1.674 -.65(w, o)-.25 H 1.174 -.4(r, i).65 H 2.874(ft).4 G(he)-2.874 E F12.874 E F0 .375 (option is used, those a)2.875 F -.25(va)-.2 G .375(ilable with the).25 F F12.875 E F0 .375(option to the)2.875 F F1(set)2.875 E F0 -.2 -(bu)2.875 G .375(iltin com-).2 F 3.326(mand. W)144 237.6 R .826 +(bu)2.875 G .375(iltin com-).2 F 3.326(mand. W)144 626.4 R .826 (ith no options, or with the)-.4 F F13.326 E F0 .825 (option, a list of all settable options is displayed, with an)3.326 F -.945(indication of whether or not each is set.)144 249.6 R(The)5.945 E +.945(indication of whether or not each is set.)144 638.4 R(The)5.945 E F13.445 E F0 .945(option causes output to be displayed in a form) -3.445 F(that may be reused as input.)144 261.6 Q(Other options ha)5 E .3 --.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 273.6 Q -F0(Enable \(set\) each)26.41 E F2(optname)2.5 E F0(.)A F1144 285.6 -Q F0(Disable \(unset\) each)24.74 E F2(optname)2.5 E F0(.)A F1144 -297.6 Q F0 .003(Suppresses normal output \(quiet mode\); the return sta\ -tus indicates whether the)24.74 F F2(optname)2.503 E F0(is)2.503 E .255 -(set or unset.)180 309.6 R .255(If multiple)5.255 F F2(optname)2.755 E -F0(ar)2.755 E .256(guments are gi)-.18 F -.15(ve)-.25 G 2.756(nw).15 G -(ith)-2.756 E F12.756 E F0 2.756(,t)C .256 -(he return status is zero if)-2.756 F(all)180 321.6 Q F2(optnames)2.5 E -F0(are enabled; non-zero otherwise.)2.5 E F1144 333.6 Q F0 -(Restricts the v)25.3 E(alues of)-.25 E F2(optname)2.5 E F0 -(to be those de\214ned for the)2.5 E F12.5 E F0(option to the)2.5 -E F1(set)2.5 E F0 -.2(bu)2.5 G(iltin.).2 E .625(If either)144 350.4 R F1 -3.125 E F0(or)3.124 E F13.124 E F0 .624(is used with no) -3.124 F F2(optname)3.124 E F0(ar)3.124 E(guments,)-.18 E F1(shopt)3.124 -E F0(sho)3.124 E .624(ws only those options which are)-.25 F 2.233 -(set or unset, respecti)144 362.4 R -.15(ve)-.25 G(ly).15 E 7.234(.U) --.65 G 2.234(nless otherwise noted, the)-7.234 F F1(shopt)4.734 E F0 -2.234(options are disabled \(unset\) by)4.734 F(def)144 374.4 Q(ault.) --.1 E 1.544(The return status when listing options is zero if all)144 -391.2 R F2(optnames)4.044 E F0 1.544(are enabled, non-zero otherwise.) -4.044 F .696 +3.445 F(that may be reused as input.)144 650.4 Q(Other options ha)5 E .3 +-.15(ve t)-.2 H(he follo).15 E(wing meanings:)-.25 E F1144 662.4 Q +F0(Enable \(set\) each)180 662.4 Q F2(optname)2.5 E F0(.)A F1144 +674.4 Q F0(Disable \(unset\) each)180 674.4 Q F2(optname)2.5 E F0(.)A F1 +144 686.4 Q F0 .003(Suppresses normal output \(quiet mode\); the \ +return status indicates whether the)180 686.4 R F2(optname)2.503 E F0 +(is)2.503 E .255(set or unset.)180 698.4 R .255(If multiple)5.255 F F2 +(optname)2.755 E F0(ar)2.755 E .256(guments are gi)-.18 F -.15(ve)-.25 G +2.756(nw).15 G(ith)-2.756 E F12.756 E F0 2.756(,t)C .256 +(he return status is zero if)-2.756 F(all)180 710.4 Q F2(optnames)2.5 E +F0(are enabled; non-zero otherwise.)2.5 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(69)192.055 E 0 Cg EP +%%Page: 70 70 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF144 84 Q F0(Restricts the v)180 84 Q(alues of)-.25 E/F2 10 +/Times-Italic@0 SF(optname)2.5 E F0(to be those de\214ned for the)2.5 E +F12.5 E F0(option to the)2.5 E F1(set)2.5 E F0 -.2(bu)2.5 G +(iltin.).2 E .625(If either)144 100.8 R F13.125 E F0(or)3.124 E F1 +3.124 E F0 .624(is used with no)3.124 F F2(optname)3.124 E F0(ar) +3.124 E(guments,)-.18 E F1(shopt)3.124 E F0(sho)3.124 E .624 +(ws only those options which are)-.25 F 2.233(set or unset, respecti)144 +112.8 R -.15(ve)-.25 G(ly).15 E 7.234(.U)-.65 G 2.234 +(nless otherwise noted, the)-7.234 F F1(shopt)4.734 E F0 2.234 +(options are disabled \(unset\) by)4.734 F(def)144 124.8 Q(ault.)-.1 E +1.544(The return status when listing options is zero if all)144 141.6 R +F2(optnames)4.044 E F0 1.544(are enabled, non-zero otherwise.)4.044 F +.696 (When setting or unsetting options, the return status is zero unless an) -144 403.2 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .696 -(alid shell)-.25 F(option.)144 415.2 Q(The list of)144 432 Q F1(shopt) -2.5 E F0(options is:)2.5 E F1(autocd)144 450 Q F0 .2 -(If set, a command name that is the name of a directory is e)11.11 F +144 153.6 R F2(optname)3.196 E F0 .696(is not a v)3.196 F .696 +(alid shell)-.25 F(option.)144 165.6 Q(The list of)144 182.4 Q F1(shopt) +2.5 E F0(options is:)2.5 E F1(autocd)144 200.4 Q F0 .2 +(If set, a command name that is the name of a directory is e)184 200.4 R -.15(xe)-.15 G .199(cuted as if it were the ar).15 F(gu-)-.18 E -(ment to the)184 462 Q F1(cd)2.5 E F0 2.5(command. This)2.5 F +(ment to the)184 212.4 Q F1(cd)2.5 E F0 2.5(command. This)2.5 F (option is only used by interacti)2.5 E .3 -.15(ve s)-.25 H(hells.).15 E -F1(cdable_v)144 474 Q(ars)-.1 E F0 .155(If set, an ar)184 486 R .155 +F1(cdable_v)144 224.4 Q(ars)-.1 E F0 .155(If set, an ar)184 236.4 R .155 (gument to the)-.18 F F1(cd)2.655 E F0 -.2(bu)2.655 G .156 (iltin command that is not a directory is assumed to be the).2 F -(name of a v)184 498 Q(ariable whose v)-.25 E -(alue is the directory to change to.)-.25 E F1(cdspell)144 510 Q F0 +(name of a v)184 248.4 Q(ariable whose v)-.25 E +(alue is the directory to change to.)-.25 E F1(cdspell)144 260.4 Q F0 1.055 -(If set, minor errors in the spelling of a directory component in a) -10.55 F F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.987 -(corrected. The)184 522 R 1.487(errors check)3.987 F 1.487 +(If set, minor errors in the spelling of a directory component in a)184 +260.4 R F1(cd)3.555 E F0 1.055(command will be)3.555 F 3.987 +(corrected. The)184 272.4 R 1.487(errors check)3.987 F 1.487 (ed for are transposed characters, a missing character)-.1 F 3.988(,a) --.4 G(nd)-3.988 E .77(one character too man)184 534 R 4.57 -.65(y. I) +-.4 G(nd)-3.988 E .77(one character too man)184 284.4 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 546 Q(This option is only used by interacti)5 -E .3 -.15(ve s)-.25 H(hells.).15 E F1(checkhash)144 558 Q F0 2.079 -(If set,)184 570 R F1(bash)4.579 E F0 2.079 -(checks that a command found in the hash table e)4.579 F 2.08 -(xists before trying to)-.15 F -.15(exe)184 582 S(cute it.).15 E -(If a hashed command no longer e)5 E -(xists, a normal path search is performed.)-.15 E F1(checkjobs)144 594 Q -F0 .449(If set,)184 606 R F1(bash)2.949 E F0 .449 +(the command proceeds.)184 296.4 Q +(This option is only used by interacti)5 E .3 -.15(ve s)-.25 H(hells.) +.15 E F1(checkhash)144 308.4 Q F0 .736(If set,)184 320.4 R F1(bash)3.236 +E F0 .736(checks that a command found in the hash table e)3.236 F .737 +(xists before trying to e)-.15 F -.15(xe)-.15 G(-).15 E(cute it.)184 +332.4 Q(If a hashed command no longer e)5 E +(xists, a normal path search is performed.)-.15 E F1(checkjobs)144 344.4 +Q F0 .449(If set,)184 356.4 R F1(bash)2.949 E F0 .449 (lists the status of an)2.949 F 2.949(ys)-.15 G .448 (topped and running jobs before e)-2.949 F .448(xiting an interacti)-.15 -F -.15(ve)-.25 G 3.438(shell. If)184 618 R(an)3.438 E 3.438(yj)-.15 G +F -.15(ve)-.25 G 3.438(shell. If)184 368.4 R(an)3.438 E 3.438(yj)-.15 G .938(obs are running, this causes the e)-3.438 F .938 (xit to be deferred until a second e)-.15 F .939(xit is)-.15 F 2.203 -(attempted without an interv)184 630 R 2.203(ening command \(see)-.15 F -/F3 9/Times-Bold@0 SF 2.203(JOB CONTR)4.703 F(OL)-.27 E F0(abo)4.453 E --.15(ve)-.15 G 4.703(\). The).15 F(shell)4.703 E(al)184 642 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 F1(checkwinsize)144 654 Q F0 .796(If set,)184 -666 R F1(bash)3.296 E F0 .796(checks the windo)3.296 F 3.296(ws)-.25 G +(attempted without an interv)184 380.4 R 2.203(ening command \(see)-.15 +F/F3 9/Times-Bold@0 SF 2.203(JOB CONTR)4.703 F(OL)-.27 E F0(abo)4.453 E +-.15(ve)-.15 G 4.703(\). The).15 F(shell)4.703 E(al)184 392.4 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 F1(checkwinsize)144 404.4 Q F0 .796(If set,)184 +416.4 R F1(bash)3.296 E F0 .796(checks the windo)3.296 F 3.296(ws)-.25 G .797(ize after each command and, if necessary)-3.296 F 3.297(,u)-.65 G -.797(pdates the)-3.297 F -.25(va)184 678 S(lues of).25 E F3(LINES)2.5 E -F0(and)2.25 E F3(COLUMNS)2.5 E/F4 9/Times-Roman@0 SF(.)A F1(cmdhist)144 -690 Q F0 1.202(If set,)6.11 F F1(bash)3.702 E F0 1.202(attempts to sa) -3.702 F 1.502 -.15(ve a)-.2 H 1.202 +.797(pdates the)-3.297 F -.25(va)184 428.4 S(lues of).25 E F3(LINES)2.5 +E F0(and)2.25 E F3(COLUMNS)2.5 E/F4 9/Times-Roman@0 SF(.)A F1(cmdhist) +144 440.4 Q F0 1.202(If set,)184 440.4 R F1(bash)3.702 E F0 1.202 +(attempts to sa)3.702 F 1.502 -.15(ve a)-.2 H 1.202 (ll lines of a multiple-line command in the same history).15 F(entry)184 -702 Q 5(.T)-.65 G(his allo)-5 E -(ws easy re-editing of multi-line commands.)-.25 E(GNU Bash 4.3)72 768 Q -(2014 February 2)141.79 E(67)190.95 E 0 Cg EP -%%Page: 68 68 -%%BeginPageSetup -BP -%%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(compat31)144 84 Q F0 .419(If set,)184 96 R -F1(bash)2.919 E F0 .419(changes its beha)2.919 F .419(vior to that of v) --.2 F .42(ersion 3.1 with respect to quoted ar)-.15 F(guments)-.18 E -.462(to the)184 108 R F1([[)2.962 E F0 .462(conditional command')2.962 F -(s)-.55 E F1(=~)2.962 E F0 .462 +452.4 Q 5(.T)-.65 G(his allo)-5 E +(ws easy re-editing of multi-line commands.)-.25 E F1(compat31)144 464.4 +Q F0 .419(If set,)184 476.4 R F1(bash)2.919 E F0 .419(changes its beha) +2.919 F .419(vior to that of v)-.2 F .42 +(ersion 3.1 with respect to quoted ar)-.15 F(guments)-.18 E .462(to the) +184 488.4 R F1([[)2.962 E F0 .462(conditional command')2.962 F(s)-.55 E +F1(=~)2.962 E F0 .462 (operator and locale-speci\214c string comparison when)2.962 F .71 -(using the)184 120 R F1([[)3.21 E F0 .71(conditional command')3.21 F(s) --.55 E F1(<)3.21 E F0(and)3.21 E F1(>)3.21 E F0 3.21(operators. Bash) +(using the)184 500.4 R F1([[)3.21 E F0 .71(conditional command')3.21 F +(s)-.55 E F1(<)3.21 E F0(and)3.21 E F1(>)3.21 E F0 3.21(operators. Bash) 3.21 F -.15(ve)3.21 G .71(rsions prior to bash-4.1).15 F .821 -(use ASCII collation and)184 132 R/F2 10/Times-Italic@0 SF(str)3.321 E -(cmp)-.37 E F0 .821(\(3\); bash-4.1 and later use the current locale') -.19 F 3.32(sc)-.55 G(ollation)-3.32 E(sequence and)184 144 Q F2(str)2.5 -E(coll)-.37 E F0(\(3\).).51 E F1(compat32)144 156 Q F0 1.409(If set,)184 -168 R F1(bash)3.909 E F0 1.409(changes its beha)3.909 F 1.409 -(vior to that of v)-.2 F 1.41 -(ersion 3.2 with respect to locale-speci\214c)-.15 F .423 -(string comparison when using the)184 180 R F1([[)2.922 E F0 .422 +(use ASCII collation and)184 512.4 R F2(str)3.321 E(cmp)-.37 E F0 .821 +(\(3\); bash-4.1 and later use the current locale').19 F 3.32(sc)-.55 G +(ollation)-3.32 E(sequence and)184 524.4 Q F2(str)2.5 E(coll)-.37 E F0 +(\(3\).).51 E F1(compat32)144 536.4 Q F0 1.409(If set,)184 548.4 R F1 +(bash)3.909 E F0 1.409(changes its beha)3.909 F 1.409(vior to that of v) +-.2 F 1.41(ersion 3.2 with respect to locale-speci\214c)-.15 F .423 +(string comparison when using the)184 560.4 R F1([[)2.922 E F0 .422 (conditional command')2.922 F(s)-.55 E F1(<)2.922 E F0(and)2.922 E F1(>) -2.922 E F0 .422(operators \(see pre-)2.922 F(vious item\).)184 192 Q F1 -(compat40)144 204 Q F0 1.409(If set,)184 216 R F1(bash)3.909 E F0 1.409 -(changes its beha)3.909 F 1.409(vior to that of v)-.2 F 1.41 -(ersion 4.0 with respect to locale-speci\214c)-.15 F 2.008 -(string comparison when using the)184 228 R F1([[)4.508 E F0 2.007 -(conditional command')4.508 F(s)-.55 E F1(<)4.507 E F0(and)4.507 E F1(>) -4.507 E F0 2.007(operators \(see)4.507 F .769(description of)184 240 R -F1(compat31)3.269 E F0 3.269(\)a)C .769(nd the ef)-3.269 F .769 -(fect of interrupting a command list.)-.25 F .77(Bash v)5.77 F(ersions) --.15 E .087(4.0 and later interrupt the list as if the shell recei)184 -252 R -.15(ve)-.25 G 2.586(dt).15 G .086(he interrupt; pre)-2.586 F .086 -(vious v)-.25 F .086(ersions con-)-.15 F(tinue with the ne)184 264 Q -(xt command in the list.)-.15 E F1(compat41)144 276 Q F0 1.483(If set,) -184 288 R F1(bash)3.983 E F0 3.983(,w)C 1.483(hen in)-3.983 F F2(posix) -3.983 E F0 1.484 -(mode, treats a single quote in a double-quoted parameter)3.983 F -.15 -(ex)184 300 S .959(pansion as a special character).15 F 5.959(.T)-.55 G -.958(he single quotes must match \(an e)-5.959 F -.15(ve)-.25 G 3.458 -(nn).15 G .958(umber\) and)-3.458 F .59 -(the characters between the single quotes are considered quoted.)184 312 -R .59(This is the beha)5.59 F .59(vior of)-.2 F .59 -(posix mode through v)184 324 R .589(ersion 4.1.)-.15 F .589(The def) -5.589 F .589(ault bash beha)-.1 F .589(vior remains as in pre)-.2 F .589 -(vious v)-.25 F(er)-.15 E(-)-.2 E(sions.)184 336 Q F1(compat42)144 348 Q -F0 1.796(If set,)184 360 R F1(bash)4.296 E F0 1.796 +2.922 E F0 .422(operators \(see pre-)2.922 F .48 +(vious item\) and the ef)184 572.4 R .481 +(fect of interrupting a command list.)-.25 F .481(Bash v)5.481 F .481 +(ersions 3.2 and earlier)-.15 F(continue with the ne)184 584.4 Q +(xt command in the list after one terminates due to an interrupt.)-.15 E +F1(compat40)144 596.4 Q F0 1.41(If set,)184 608.4 R F1(bash)3.91 E F0 +1.41(changes its beha)3.91 F 1.409(vior to that of v)-.2 F 1.409 +(ersion 4.0 with respect to locale-speci\214c)-.15 F 2.007 +(string comparison when using the)184 620.4 R F1([[)4.507 E F0 2.008 +(conditional command')4.507 F(s)-.55 E F1(<)4.508 E F0(and)4.508 E F1(>) +4.508 E F0 2.008(operators \(see)4.508 F .77(description of)184 632.4 R +F1(compat31)3.27 E F0 3.269(\)a)C .769(nd the ef)-3.269 F .769 +(fect of interrupting a command list.)-.25 F .769(Bash v)5.769 F +(ersions)-.15 E .086 +(4.0 and later interrupt the list as if the shell recei)184 644.4 R -.15 +(ve)-.25 G 2.587(dt).15 G .087(he interrupt; pre)-2.587 F .087(vious v) +-.25 F .087(ersions con-)-.15 F(tinue with the ne)184 656.4 Q +(xt command in the list.)-.15 E F1(compat41)144 668.4 Q F0 1.484 +(If set,)184 680.4 R F1(bash)3.984 E F0 3.984(,w)C 1.484(hen in)-3.984 F +F2(posix)3.984 E F0 1.483 +(mode, treats a single quote in a double-quoted parameter)3.984 F -.15 +(ex)184 692.4 S .958(pansion as a special character).15 F 5.958(.T)-.55 +G .959(he single quotes must match \(an e)-5.958 F -.15(ve)-.25 G 3.459 +(nn).15 G .959(umber\) and)-3.459 F .59 +(the characters between the single quotes are considered quoted.)184 +704.4 R .59(This is the beha)5.59 F .59(vior of)-.2 F .589 +(posix mode through v)184 716.4 R .589(ersion 4.1.)-.15 F .589(The def) +5.589 F .589(ault bash beha)-.1 F .589(vior remains as in pre)-.2 F .59 +(vious v)-.25 F(er)-.15 E(-)-.2 E(sions.)184 728.4 Q(GNU Bash 4.4)72 768 +Q(2016 August 26)142.895 E(70)192.055 E 0 Cg EP +%%Page: 71 71 +%%BeginPageSetup +BP +%%EndPageSetup +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(compat42)144 84 Q F0 1.797(If set,)184 96 R F1(bash)4.297 E F0 1.796 (does not process the replacement string in the pattern substitution w) -4.296 F(ord)-.1 E -.15(ex)184 372 S(pansion using quote remo).15 E -.25 -(va)-.15 G(l.).25 E F1(complete_fullquote)144 384 Q F0 .654(If set,)184 -396 R F1(bash)3.153 E F0 .653(quotes all shell metacharacters in \214le\ -names and directory names when per)3.153 F(-)-.2 E 1.524 -(forming completion.)184 408 R 1.524(If not set,)6.524 F F1(bash)4.024 E -F0(remo)4.024 E -.15(ve)-.15 G 4.024(sm).15 G 1.524 -(etacharacters such as the dollar sign)-4.024 F 2.667(from the set of c\ -haracters that will be quoted in completed \214lenames when these)184 -420 R .028(metacharacters appear in shell v)184 432 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 444 R 1.073 +4.296 F(ord)-.1 E -.15(ex)184 108 S(pansion using quote remo).15 E -.25 +(va)-.15 G(l.).25 E F1(compat43)144 120 Q F0 .14(If set,)184 132 R F1 +(bash)2.64 E F0 .14(does not print a w)2.64 F .141 +(arning message if an attempt is made to use a quoted com-)-.1 F .913 +(pound array assignment as an ar)184 144 R .913(gument to)-.18 F F1 +(declar)3.412 E(e)-.18 E F0 3.412(,m)C(ak)-3.412 E .912(es w)-.1 F .912 +(ord e)-.1 F .912(xpansion errors non-)-.15 F -.1(fa)184 156 S .352 +(tal errors that cause the current command to f).1 F .353(ail \(the def) +-.1 F .353(ault beha)-.1 F .353(vior is to mak)-.2 F 2.853(et)-.1 G(hem) +-2.853 E -.1(fa)184 168 S 1.058(tal errors that cause the shell to e).1 +F 1.057(xit\), and does not reset the loop state when a shell)-.15 F +.374(function is e)184 180 R -.15(xe)-.15 G .374(cuted \(this allo).15 F +(ws)-.25 E F1(br)2.874 E(eak)-.18 E F0(or)2.875 E F1(continue)2.875 E F0 +.375(in a shell function to af)2.875 F .375(fect loops in)-.25 F +(the caller')184 192 Q 2.5(sc)-.55 G(onte)-2.5 E(xt\).)-.15 E F1 +(complete_fullquote)144 204 Q F0 .654(If set,)184 216 R F1(bash)3.153 E +F0 .653(quotes all shell metacharacters in \214lenames and directory na\ +mes when per)3.153 F(-)-.2 E 1.524(forming completion.)184 228 R 1.524 +(If not set,)6.524 F F1(bash)4.024 E F0(remo)4.024 E -.15(ve)-.15 G +4.024(sm).15 G 1.524(etacharacters such as the dollar sign)-4.024 F +2.667(from the set of characters that will be quoted in completed \214l\ +enames when these)184 240 R .028(metacharacters appear in shell v)184 +252 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 264 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 456 T 1.922 -.4(r, a).25 H 1.422 -.15(ny d).4 H 1.123 +(ev e)184 276 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 -468 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 480 Q +288 R .59(This v)5.59 F .59(ariable is set)-.25 F(by def)184 300 Q (ault, which is the def)-.1 E(ault bash beha)-.1 E(vior in v)-.2 E -(ersions through 4.2.)-.15 E F1(dir)144 492 Q(expand)-.18 E F0 .486 -(If set,)184 504 R F1(bash)2.986 E F0 .486 +(ersions through 4.2.)-.15 E F1(dir)144 312 Q(expand)-.18 E F0 .486 +(If set,)184 324 R F1(bash)2.986 E F0 .486 (replaces directory names with the results of w)2.986 F .486(ord e)-.1 F .487(xpansion when perform-)-.15 F .18(ing \214lename completion.)184 -516 R .179(This changes the contents of the readline editing b)5.18 F +336 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 528 Q F1(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G -(hat the user typed.)-2.5 E F1(dirspell)144 540 Q F0 .858(If set,)7.77 F -F1(bash)3.358 E F0 .858 +184 348 Q F1(bash)2.5 E F0(attempts to preserv)2.5 E 2.5(ew)-.15 G +(hat the user typed.)-2.5 E F1(dirspell)144 360 Q F0 .858(If set,)184 +360 R F1(bash)3.358 E F0 .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 552 Q(xist.)-.15 E -F1(dotglob)144 564 Q F0 .165(If set,)7.77 F F1(bash)2.665 E F0 .165 -(includes \214lenames be)2.665 F .165(ginning with a `.)-.15 F 2.665('i) --.7 G 2.665(nt)-2.665 G .165(he results of pathname e)-2.665 F -(xpansion.)-.15 E F1(execfail)144 576 Q F0 1.386 -(If set, a non-interacti)7.79 F 1.686 -.15(ve s)-.25 H 1.386 -(hell will not e).15 F 1.386(xit if it cannot e)-.15 F -.15(xe)-.15 G -1.387(cute the \214le speci\214ed as an).15 F(ar)184 588 Q +(the directory name initially supplied does not e)184 372 Q(xist.)-.15 E +F1(dotglob)144 384 Q F0(If set,)184 384 Q F1(bash)2.5 E F0 +(includes \214lenames be)2.5 E(ginning with a `.)-.15 E 2.5('i)-.7 G 2.5 +(nt)-2.5 G(he results of pathname e)-2.5 E(xpansion.)-.15 E F1(execfail) +144 396 Q F0 1.387(If set, a non-interacti)184 396 R 1.687 -.15(ve s) +-.25 H 1.386(hell will not e).15 F 1.386(xit if it cannot e)-.15 F -.15 +(xe)-.15 G 1.386(cute the \214le speci\214ed as an).15 F(ar)184 408 Q (gument to the)-.18 E F1(exec)2.5 E F0 -.2(bu)2.5 G(iltin command.).2 E (An interacti)5 E .3 -.15(ve s)-.25 H(hell does not e).15 E(xit if)-.15 -E F1(exec)2.5 E F0 -.1(fa)2.5 G(ils.).1 E F1(expand_aliases)144 600 Q F0 -.717(If set, aliases are e)184 612 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 F0 .716(This option is enabled)5.217 F -(by def)184 624 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.) -.15 E F1(extdeb)144 636 Q(ug)-.2 E F0(If set, beha)184 648 Q -(vior intended for use by deb)-.2 E(uggers is enabled:)-.2 E F1(1.)184 -660 Q F0(The)28.5 E F14.25 E F0 1.75(option to the)4.25 F F1 -(declar)4.251 E(e)-.18 E F0 -.2(bu)4.251 G 1.751 -(iltin displays the source \214le name and line).2 F -(number corresponding to each function name supplied as an ar)220 672 Q -(gument.)-.18 E F1(2.)184 684 Q F0 1.667(If the command run by the)28.5 -F F1(DEB)4.167 E(UG)-.1 E F0 1.667(trap returns a non-zero v)4.167 F -1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 696 -Q -.15(xe)-.15 G(cuted.).15 E F1(3.)184 708 Q F0 .84 -(If the command run by the)28.5 F F1(DEB)3.34 E(UG)-.1 E F0 .841 -(trap returns a v)3.341 F .841(alue of 2, and the shell is)-.25 F -.15 -(exe)220 720 S .488 +E F1(exec)2.5 E F0 -.1(fa)2.5 G(ils.).1 E F1(expand_aliases)144 420 Q F0 +.716(If set, aliases are e)184 432 R .717(xpanded as described abo)-.15 +F 1.017 -.15(ve u)-.15 H(nder).15 E/F2 9/Times-Bold@0 SF(ALIASES)3.217 E +/F3 9/Times-Roman@0 SF(.)A F0 .717(This option is enabled)5.217 F +(by def)184 444 Q(ault for interacti)-.1 E .3 -.15(ve s)-.25 H(hells.) +.15 E F1(extdeb)144 456 Q(ug)-.2 E F0 .672(If set at shell in)184 468 R +-.2(vo)-.4 G .672(cation, arrange to e).2 F -.15(xe)-.15 G .671 +(cute the deb).15 F .671(ugger pro\214le before the shell starts,)-.2 F +.22(identical to the)184 480 R F12.72 E(ugger)-.2 E F0 2.721 +(option. If)2.721 F .221(set after in)2.721 F -.2(vo)-.4 G .221 +(cation, beha).2 F .221(vior intended for use by)-.2 F(deb)184 492 Q +(uggers is enabled:)-.2 E F1(1.)184 504 Q F0(The)220 504 Q F14.251 +E F0 1.751(option to the)4.251 F F1(declar)4.251 E(e)-.18 E F0 -.2(bu) +4.251 G 1.751(iltin displays the source \214le name and line).2 F +(number corresponding to each function name supplied as an ar)220 516 Q +(gument.)-.18 E F1(2.)184 528 Q F0 1.667(If the command run by the)220 +528 R F1(DEB)4.167 E(UG)-.1 E F0 1.667(trap returns a non-zero v)4.167 F +1.667(alue, the ne)-.25 F(xt)-.15 E(command is skipped and not e)220 540 +Q -.15(xe)-.15 G(cuted.).15 E F1(3.)184 552 Q F0 .841 +(If the command run by the)220 552 R F1(DEB)3.341 E(UG)-.1 E F0 .841 +(trap returns a v)3.341 F .84(alue of 2, and the shell is)-.25 F -.15 +(exe)220 564 S .488 (cuting in a subroutine \(a shell function or a shell script e).15 F --.15(xe)-.15 G .488(cuted by the).15 F F1(.)2.988 E F0(or)2.988 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(68)190.95 E 0 Cg EP -%%Page: 69 69 +-.15(xe)-.15 G .488(cuted by the).15 F F1(.)2.988 E F0(or)2.988 E F1 +(sour)220 576 Q(ce)-.18 E F0 -.2(bu)2.5 G +(iltins\), the shell simulates a call to).2 E F1 -.18(re)2.5 G(tur).18 E +(n)-.15 E F0(.)A F1(4.)184 588 Q F2 -.27(BA)220 588 S(SH_ARGC).27 E F0 +(and)3.154 E F2 -.27(BA)3.404 G(SH_ARGV).27 E F0 .904 +(are updated as described in their descriptions)3.154 F(abo)220 600 Q +-.15(ve)-.15 G(.).15 E F1(5.)184 612 Q F0 1.637(Function tracing is ena\ +bled: command substitution, shell functions, and sub-)220 612 R +(shells in)220 624 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1 +(\()2.5 E/F4 10/Times-Italic@0 SF(command)2.5 E F1(\))2.5 E F0 +(inherit the)2.5 E F1(DEB)2.5 E(UG)-.1 E F0(and)2.5 E F1(RETURN)2.5 E F0 +(traps.)2.5 E F1(6.)184 636 Q F0 1.082(Error tracing is enabled: comman\ +d substitution, shell functions, and subshells)220 636 R(in)220 648 Q +-.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F4(command) +2.5 E F1(\))2.5 E F0(inherit the)2.5 E F1(ERR)2.5 E F0(trap.)2.5 E F1 +(extglob)144 660 Q F0 .4(If set, the e)184 660 R .4 +(xtended pattern matching features described abo)-.15 F .7 -.15(ve u) +-.15 H(nder).15 E F1 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 672 Q +F0(are enabled.)2.5 E F1(extquote)144 684 Q F0 2.473(If set,)184 696 R +F1($)4.973 E F0<08>A F4(string)A F0 4.973<0861>C(nd)-4.973 E F1($)4.973 +E F0(")A F4(string)A F0 4.973("q)C 2.473(uoting is performed within) +-4.973 F F1(${)4.973 E F4(par)A(ameter)-.15 E F1(})A F0 -.15(ex)4.973 G +(pansions).15 E(enclosed in double quotes.)184 708 Q +(This option is enabled by def)5 E(ault.)-.1 E(GNU Bash 4.4)72 768 Q +(2016 August 26)142.895 E(71)192.055 E 0 Cg EP +%%Page: 72 72 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(sour)220 84 Q(ce)-.18 E F0 -.2(bu)2.5 G -(iltins\), a call to).2 E F1 -.18(re)2.5 G(tur).18 E(n)-.15 E F0 -(is simulated.)2.5 E F1(4.)184 96 Q/F2 9/Times-Bold@0 SF -.27(BA)28.5 G -(SH_ARGC).27 E F0(and)3.153 E F2 -.27(BA)3.403 G(SH_ARGV).27 E F0 .904 -(are updated as described in their descriptions)3.154 F(abo)220 108 Q --.15(ve)-.15 G(.).15 E F1(5.)184 120 Q F0 1.359 -(Function tracing is enabled:)28.5 F 1.359 -(command substitution, shell functions, and sub-)6.359 F(shells in)220 -132 Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E/F3 10 -/Times-Italic@0 SF(command)2.5 E F1(\))2.5 E F0(inherit the)2.5 E F1 -(DEB)2.5 E(UG)-.1 E F0(and)2.5 E F1(RETURN)2.5 E F0(traps.)2.5 E F1(6.) -184 144 Q F0 .804(Error tracing is enabled:)28.5 F .805 -(command substitution, shell functions, and subshells)5.804 F(in)220 156 -Q -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G(ith)-2.5 E F1(\()2.5 E F3 -(command)2.5 E F1(\))2.5 E F0(inherit the)2.5 E F1(ERR)2.5 E F0(trap.) -2.5 E F1(extglob)144 168 Q F0 .4(If set, the e)8.89 F .4 -(xtended pattern matching features described abo)-.15 F .7 -.15(ve u) --.15 H(nder).15 E F1 -.1(Pa)2.9 G .4(thname Expan-).1 F(sion)184 180 Q -F0(are enabled.)2.5 E F1(extquote)144 192 Q F0 2.473(If set,)184 204 R -F1($)4.973 E F0<08>A F3(string)A F0 4.973<0861>C(nd)-4.973 E F1($)4.973 -E F0(")A F3(string)A F0 4.973("q)C 2.473(uoting is performed within) --4.973 F F1(${)4.973 E F3(par)A(ameter)-.15 E F1(})A F0 -.15(ex)4.973 G -(pansions).15 E(enclosed in double quotes.)184 216 Q -(This option is enabled by def)5 E(ault.)-.1 E F1(failglob)144 228 Q F0 -1.425(If set, patterns which f)7.77 F 1.425 -(ail to match \214lenames during pathname e)-.1 F 1.424 -(xpansion result in an)-.15 F -.15(ex)184 240 S(pansion error).15 E(.) --.55 E F1 -.25(fo)144 252 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 -.936(If set, the suf)184 264 R<8c78>-.25 E .936(es speci\214ed by the) --.15 F F2(FIGNORE)3.436 E F0 .936(shell v)3.186 F .936(ariable cause w) --.25 F .937(ords to be ignored)-.1 F .32(when performing w)184 276 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 288 R F2 .447(SHELL V)2.947 F(ARIABLES)-1.215 E F0 -(abo)2.697 E .747 -.15(ve f)-.15 H .448(or a description of).15 F F2 -(FIGNORE)2.948 E/F4 9/Times-Roman@0 SF(.)A F0 .448(This option is)4.948 -F(enabled by def)184 300 Q(ault.)-.1 E F1(globasciiranges)144 312 Q F0 -2.519(If set, range e)184 324 R 2.519 -(xpressions used in pattern matching brack)-.15 F 2.518(et e)-.1 F 2.518 -(xpressions \(see)-.15 F F2 -.09(Pa)5.018 G(tter).09 E(n)-.135 E -(Matching)184 336 Q F0(abo)2.964 E -.15(ve)-.15 G 3.214(\)b).15 G(eha) --3.214 E 1.014 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 G 3.214 -(nt)-3.214 G .714(he traditional C locale when performing comparisons.) --3.214 F 1.02(That is, the current locale')184 348 R 3.52(sc)-.55 G 1.02 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(failglob)144 84 Q F0 1.424(If set, patterns which f)184 84 R 1.425 +(ail to match \214lenames during pathname e)-.1 F 1.425 +(xpansion result in an)-.15 F -.15(ex)184 96 S(pansion error).15 E(.) +-.55 E F1 -.25(fo)144 108 S -.18(rc).25 G(e_\214gnor).18 E(e)-.18 E F0 +.937(If set, the suf)184 120 R<8c78>-.25 E .936(es speci\214ed by the) +-.15 F/F2 9/Times-Bold@0 SF(FIGNORE)3.436 E F0 .936(shell v)3.186 F .936 +(ariable cause w)-.25 F .936(ords to be ignored)-.1 F .32 +(when performing w)184 132 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.948(pletions. See)184 144 R F2 +.448(SHELL V)2.948 F(ARIABLES)-1.215 E F0(abo)2.698 E .748 -.15(ve f) +-.15 H .448(or a description of).15 F F2(FIGNORE)2.947 E/F3 9 +/Times-Roman@0 SF(.)A F0 .447(This option is)4.947 F(enabled by def)184 +156 Q(ault.)-.1 E F1(globasciiranges)144 168 Q F0 2.518(If set, range e) +184 180 R 2.519(xpressions used in pattern matching brack)-.15 F 2.519 +(et e)-.1 F 2.519(xpressions \(see)-.15 F F2 -.09(Pa)5.019 G(tter).09 E +(n)-.135 E(Matching)184 192 Q F0(abo)2.965 E -.15(ve)-.15 G 3.215(\)b) +.15 G(eha)-3.215 E 1.015 -.15(ve a)-.2 H 3.214(si).15 G 3.214(fi)-3.214 +G 3.214(nt)-3.214 G .714 +(he traditional C locale when performing comparisons.)-3.214 F 1.02 +(That is, the current locale')184 204 R 3.52(sc)-.55 G 1.02 (ollating sequence is not tak)-3.52 F 1.02(en into account, so)-.1 F F1 -(b)3.52 E F0 1.02(will not)3.52 F .956(collate between)184 360 R F1(A) -3.456 E F0(and)3.456 E F1(B)3.456 E F0 3.457(,a)C .957(nd upper)-3.457 F -.957(-case and lo)-.2 F(wer)-.25 E .957 -(-case ASCII characters will collate)-.2 F(together)184 372 Q(.)-.55 E -F1(globstar)144 384 Q F0 .519(If set, the pattern)5 F F1(**)3.019 E F0 -.519(used in a pathname e)3.019 F .519(xpansion conte)-.15 F .518 -(xt will match all \214les and zero)-.15 F .431 -(or more directories and subdirectories.)184 396 R .431 -(If the pattern is follo)5.431 F .432(wed by a)-.25 F F1(/)2.932 E F0 -2.932(,o)C .432(nly directories)-2.932 F(and subdirectories match.)184 -408 Q F1(gnu_errfmt)144 420 Q F0(If set, shell error messages are writt\ -en in the standard GNU error message format.)184 432 Q F1(histappend)144 -444 Q F0 .676 +(b)3.52 E F0 1.02(will not)3.52 F .957(collate between)184 216 R F1(A) +3.457 E F0(and)3.457 E F1(B)3.457 E F0 3.457(,a)C .957(nd upper)-3.457 F +.957(-case and lo)-.2 F(wer)-.25 E .956 +(-case ASCII characters will collate)-.2 F(together)184 228 Q(.)-.55 E +F1(globstar)144 240 Q F0 .518(If set, the pattern)184 240 R F1(**)3.018 +E F0 .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 252 R .431 +(If the pattern is follo)5.432 F .431(wed by a)-.25 F F1(/)2.931 E F0 +2.931(,o)C .431(nly directories)-2.931 F(and subdirectories match.)184 +264 Q F1(gnu_errfmt)144 276 Q F0(If set, shell error messages are writt\ +en in the standard GNU error message format.)184 288 Q F1(histappend)144 +300 Q F0 .676 (If set, the history list is appended to the \214le named by the v)184 -456 R .676(alue of the)-.25 F F2(HISTFILE)3.176 E F0 -.25(va)2.926 G -(ri-).25 E(able when the shell e)184 468 Q(xits, rather than o)-.15 E --.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 480 Q(eedit)-.18 -E F0 .575(If set, and)184 492 R F1 -.18(re)3.075 G(adline).18 E F0 .575 -(is being used, a user is gi)3.075 F -.15(ve)-.25 G 3.075(nt).15 G .576 -(he opportunity to re-edit a f)-3.075 F .576(ailed his-)-.1 F -(tory substitution.)184 504 Q F1(histv)144 516 Q(erify)-.1 E F0 .403 -(If set, and)184 528 R F1 -.18(re)2.903 G(adline).18 E F0 .403 +312 R .676(alue of the)-.25 F F2(HISTFILE)3.177 E F0 -.25(va)2.927 G +(ri-).25 E(able when the shell e)184 324 Q(xits, rather than o)-.15 E +-.15(ve)-.15 G(rwriting the \214le.).15 E F1(histr)144 336 Q(eedit)-.18 +E F0 .576(If set, and)184 348 R F1 -.18(re)3.076 G(adline).18 E F0 .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 360 Q F1(histv)144 372 Q(erify)-.1 E F0 .402 +(If set, and)184 384 R F1 -.18(re)2.903 G(adline).18 E F0 .403 (is being used, the results of history substitution are not immediately) -2.903 F .661(passed to the shell parser)184 540 R 5.661(.I)-.55 G .662 -(nstead, the resulting line is loaded into the)-5.661 F F1 -.18(re)3.162 -G(adline).18 E F0(editing)3.162 E -.2(bu)184 552 S -.25(ff).2 G(er).25 E +2.903 F .662(passed to the shell parser)184 396 R 5.662(.I)-.55 G .661 +(nstead, the resulting line is loaded into the)-5.662 F F1 -.18(re)3.161 +G(adline).18 E F0(editing)3.161 E -.2(bu)184 408 S -.25(ff).2 G(er).25 E 2.5(,a)-.4 G(llo)-2.5 E(wing further modi\214cation.)-.25 E F1 -(hostcomplete)144 564 Q F0 1.182(If set, and)184 576 R F1 -.18(re)3.682 -G(adline).18 E F0 1.182(is being used,)3.682 F F1(bash)3.682 E F0 1.181 -(will attempt to perform hostname completion)3.681 F 1.38(when a w)184 -588 R 1.38(ord containing a)-.1 F F1(@)3.881 E F0 1.381 -(is being completed \(see)3.881 F F1(Completing)3.881 E F0(under)3.881 E -F2(READLINE)3.881 E F0(abo)184 600 Q -.15(ve)-.15 G 2.5(\). This).15 F -(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 612 Q F0(If set,) -184 624 Q F1(bash)2.5 E F0(will send)2.5 E F2(SIGHUP)2.5 E F0 +(hostcomplete)144 420 Q F0 1.181(If set, and)184 432 R F1 -.18(re)3.681 +G(adline).18 E F0 1.181(is being used,)3.681 F F1(bash)3.682 E F0 1.182 +(will attempt to perform hostname completion)3.682 F 1.381(when a w)184 +444 R 1.381(ord containing a)-.1 F F1(@)3.881 E F0 1.381 +(is being completed \(see)3.881 F F1(Completing)3.88 E F0(under)3.88 E +F2(READLINE)3.88 E F0(abo)184 456 Q -.15(ve)-.15 G 2.5(\). This).15 F +(is enabled by def)2.5 E(ault.)-.1 E F1(huponexit)144 468 Q F0(If set,) +184 480 Q F1(bash)2.5 E F0(will send)2.5 E F2(SIGHUP)2.5 E F0 (to all jobs when an interacti)2.25 E .3 -.15(ve l)-.25 H(ogin shell e) -.15 E(xits.)-.15 E F1(interacti)144 636 Q -.1(ve)-.1 G(_comments).1 E F0 -.33(If set, allo)184 648 R 2.83(waw)-.25 G .33(ord be)-2.93 F .33 +.15 E(xits.)-.15 E F1(inherit_err)144 492 Q(exit)-.18 E F0 .219 +(If set, command substitution inherits the v)184 504 R .219(alue of the) +-.25 F F1(err)2.719 E(exit)-.18 E F0 .22(option, instead of unsetting) +2.719 F(it in the subshell en)184 516 Q 2.5(vironment. This)-.4 F +(option is enabled when)2.5 E/F4 10/Times-Italic@0 SF(posix mode)2.5 E +F0(is enabled.)2.5 E F1(interacti)144 528 Q -.1(ve)-.1 G(_comments).1 E +F0 .33(If set, allo)184 540 R 2.83(waw)-.25 G .33(ord be)-2.93 F .33 (ginning with)-.15 F F1(#)2.83 E F0 .33(to cause that w)2.83 F .33 (ord and all remaining characters on)-.1 F .967 -(that line to be ignored in an interacti)184 660 R 1.267 -.15(ve s)-.25 +(that line to be ignored in an interacti)184 552 R 1.267 -.15(ve s)-.25 H .967(hell \(see).15 F F2(COMMENTS)3.467 E F0(abo)3.217 E -.15(ve)-.15 -G 3.467(\). This).15 F .968(option is)3.468 F(enabled by def)184 672 Q -(ault.)-.1 E F1(lastpipe)144 684 Q F0 1.212 -(If set, and job control is not acti)6.66 F -.15(ve)-.25 G 3.712(,t).15 -G 1.212(he shell runs the last command of a pipeline not)-3.712 F -.15 -(exe)184 696 S(cuted in the background in the current shell en).15 E -(vironment.)-.4 E F1(lithist)144 708 Q F0 .654(If set, and the)15.55 F -F1(cmdhist)3.154 E F0 .654 +G 3.467(\). This).15 F .968(option is)3.468 F(enabled by def)184 564 Q +(ault.)-.1 E F1(lastpipe)144 576 Q F0 .066 +(If set, and job control is not acti)184 576 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 588 Q(vironment.)-.4 E F1(lithist)144 600 Q F0 .654(If set, and the) +184 600 R F1(cmdhist)3.154 E F0 .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 720 Q -(wlines rather than using semicolon separators where possible.)-.25 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(69)190.95 E 0 Cg EP -%%Page: 70 70 +(with embedded ne)184 612 Q +(wlines rather than using semicolon separators where possible.)-.25 E F1 +(login_shell)144 624 Q F0 .486 +(The shell sets this option if it is started as a login shell \(see)184 +636 R F2(INV)2.986 E(OCA)-.405 E(TION)-.855 E F0(abo)2.736 E -.15(ve) +-.15 G 2.986(\). The).15 F -.25(va)184 648 S(lue may not be changed.).25 +E F1(mailwar)144 660 Q(n)-.15 E F0 .814(If set, and a \214le that)184 +672 R F1(bash)3.314 E F0 .815 +(is checking for mail has been accessed since the last time it)3.314 F +-.1(wa)184 684 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E +(`The mail in)-.74 E F4(mail\214le)2.5 E F0(has been read')2.5 E 2.5('i) +-.74 G 2.5(sd)-2.5 G(isplayed.)-2.5 E F1(no_empty_cmd_completion)144 696 +Q F0 .325(If set, and)184 708 R F1 -.18(re)2.825 G(adline).18 E F0 .325 +(is being used,)2.825 F F1(bash)2.824 E F0 .324 +(will not attempt to search the)2.824 F F2 -.666(PA)2.824 G(TH)-.189 E +F0 .324(for possible)2.574 F +(completions when completion is attempted on an empty line.)184 720 Q +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(72)192.055 E 0 Cg EP +%%Page: 73 73 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF(login_shell)144 84 Q F0 .486 -(The shell sets this option if it is started as a login shell \(see)184 -96 R/F2 9/Times-Bold@0 SF(INV)2.986 E(OCA)-.405 E(TION)-.855 E F0(abo) -2.736 E -.15(ve)-.15 G 2.986(\). The).15 F -.25(va)184 108 S -(lue may not be changed.).25 E F1(mailwar)144 120 Q(n)-.15 E F0 .814 -(If set, and a \214le that)184 132 R F1(bash)3.314 E F0 .815 -(is checking for mail has been accessed since the last time it)3.314 F --.1(wa)184 144 S 2.5(sc).1 G(heck)-2.5 E(ed, the message `)-.1 E -(`The mail in)-.74 E/F3 10/Times-Italic@0 SF(mail\214le)2.5 E F0 -(has been read')2.5 E 2.5('i)-.74 G 2.5(sd)-2.5 G(isplayed.)-2.5 E F1 -(no_empty_cmd_completion)144 156 Q F0 .325(If set, and)184 168 R F1 -.18 -(re)2.825 G(adline).18 E F0 .325(is being used,)2.825 F F1(bash)2.824 E -F0 .324(will not attempt to search the)2.824 F F2 -.666(PA)2.824 G(TH) --.189 E F0 .324(for possible)2.574 F -(completions when completion is attempted on an empty line.)184 180 Q F1 -(nocaseglob)144 192 Q F0 .436(If set,)184 204 R F1(bash)2.936 E F0 .436 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10/Times-Bold@0 +SF(nocaseglob)144 84 Q F0 .436(If set,)184 96 R F1(bash)2.936 E F0 .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 216 S +H .437(ashion when performing pathname).05 F -.15(ex)184 108 S (pansion \(see).15 E F1 -.1(Pa)2.5 G(thname Expansion).1 E F0(abo)2.5 E --.15(ve)-.15 G(\).).15 E F1(nocasematch)144 228 Q F0 1.194(If set,)184 -240 R F1(bash)3.694 E F0 1.194(matches patterns in a case\255insensiti) +-.15(ve)-.15 G(\).).15 E F1(nocasematch)144 120 Q F0 1.194(If set,)184 +132 R F1(bash)3.694 E F0 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(while e)184 252 Q -.15(xe)-.15 G(cuting).15 E F1(case)2.5 E F0(or)2.5 -E F1([[)2.5 E F0(conditional commands.)2.5 E F1(nullglob)144 264 Q F0 -.854(If set,)184 276 R F1(bash)3.354 E F0(allo)3.354 E .855 -(ws patterns which match no \214les \(see)-.25 F F1 -.1(Pa)3.355 G .855 -(thname Expansion).1 F F0(abo)3.355 E -.15(ve)-.15 G 3.355(\)t).15 G(o) --3.355 E -.15(ex)184 288 S(pand to a null string, rather than themselv) -.15 E(es.)-.15 E F1(pr)144 300 Q(ogcomp)-.18 E F0 .677 -(If set, the programmable completion f)184 312 R .677(acilities \(see) --.1 F F1(Pr)3.176 E .676(ogrammable Completion)-.18 F F0(abo)3.176 E --.15(ve)-.15 G(\)).15 E(are enabled.)184 324 Q -(This option is enabled by def)5 E(ault.)-.1 E F1(pr)144 336 Q(omptv) --.18 E(ars)-.1 E F0 1.447(If set, prompt strings under)184 348 R 1.448 -(go parameter e)-.18 F 1.448(xpansion, command substitution, arithmetic) --.15 F -.15(ex)184 360 S .171(pansion, and quote remo).15 F -.25(va)-.15 -G 2.67(la).25 G .17(fter being e)-2.67 F .17(xpanded as described in) --.15 F F2(PR)2.67 E(OMPTING)-.27 E F0(abo)2.42 E -.15(ve)-.15 G(.).15 E -(This option is enabled by def)184 372 Q(ault.)-.1 E F1 -.18(re)144 384 -S(stricted_shell).18 E F0 1.069 +F .551(while e)184 144 R -.15(xe)-.15 G(cuting).15 E F1(case)3.051 E F0 +(or)3.051 E F1([[)3.051 E F0 .551 +(conditional commands, when performing pattern substitution)3.051 F -.1 +(wo)184 156 S .623(rd e).1 F .623(xpansions, or when \214ltering possib\ +le completions as part of programmable com-)-.15 F(pletion.)184 168 Q F1 +(nullglob)144 180 Q F0 .854(If set,)184 192 R F1(bash)3.354 E F0(allo) +3.354 E .855(ws patterns which match no \214les \(see)-.25 F F1 -.1(Pa) +3.355 G .855(thname Expansion).1 F F0(abo)3.355 E -.15(ve)-.15 G 3.355 +(\)t).15 G(o)-3.355 E -.15(ex)184 204 S +(pand to a null string, rather than themselv).15 E(es.)-.15 E F1(pr)144 +216 Q(ogcomp)-.18 E F0 .677(If set, the programmable completion f)184 +228 R .677(acilities \(see)-.1 F F1(Pr)3.176 E .676 +(ogrammable Completion)-.18 F F0(abo)3.176 E -.15(ve)-.15 G(\)).15 E +(are enabled.)184 240 Q(This option is enabled by def)5 E(ault.)-.1 E F1 +(pr)144 252 Q(omptv)-.18 E(ars)-.1 E F0 1.447 +(If set, prompt strings under)184 264 R 1.448(go parameter e)-.18 F +1.448(xpansion, command substitution, arithmetic)-.15 F -.15(ex)184 276 +S .171(pansion, and quote remo).15 F -.25(va)-.15 G 2.67(la).25 G .17 +(fter being e)-2.67 F .17(xpanded as described in)-.15 F/F2 9 +/Times-Bold@0 SF(PR)2.67 E(OMPTING)-.27 E F0(abo)2.42 E -.15(ve)-.15 G +(.).15 E(This option is enabled by def)184 288 Q(ault.)-.1 E F1 -.18(re) +144 300 S(stricted_shell).18 E F0 1.069 (The shell sets this option if it is started in restricted mode \(see) -184 396 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 408 Q 4.178 -(w\). The)-.25 F -.25(va)4.178 G 1.678(lue may not be changed.).25 F -1.678(This is not reset when the startup \214les are)6.678 F -.15(exe) -184 420 S(cuted, allo).15 E(wing the startup \214les to disco)-.25 E +184 312 R F2 1.069(RESTRICTED SHELL)3.569 F F0(belo)184 324 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 336 Q(wing the startup \214les to disco)-.25 E -.15(ve)-.15 G 2.5(rw).15 G(hether or not a shell is restricted.)-2.5 E -F1(shift_v)144 432 Q(erbose)-.1 E F0 .501(If set, the)184 444 R F1 +F1(shift_v)144 348 Q(erbose)-.1 E F0 .501(If set, the)184 360 R F1 (shift)3.001 E F0 -.2(bu)3.001 G .501 (iltin prints an error message when the shift count e).2 F .502 -(xceeds the number)-.15 F(of positional parameters.)184 456 Q F1(sour) -144 468 Q(cepath)-.18 E F0 .771(If set, the)184 480 R F1(sour)3.271 E +(xceeds the number)-.15 F(of positional parameters.)184 372 Q F1(sour) +144 384 Q(cepath)-.18 E F0 .771(If set, the)184 396 R F1(sour)3.271 E (ce)-.18 E F0(\()3.271 E F1(.)A F0 3.271(\)b)C .771(uiltin uses the v) -3.471 F .771(alue of)-.25 F F2 -.666(PA)3.27 G(TH)-.189 E F0 .77 (to \214nd the directory containing the)3.02 F(\214le supplied as an ar) -184 492 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E(ault.) --.1 E F1(xpg_echo)144 504 Q F0(If set, the)184 516 Q F1(echo)2.5 E F0 +184 408 Q 2.5(gument. This)-.18 F(option is enabled by def)2.5 E(ault.) +-.1 E F1(xpg_echo)144 420 Q F0(If set, the)184 432 Q F1(echo)2.5 E F0 -.2(bu)2.5 G(iltin e).2 E(xpands backslash-escape sequences by def)-.15 -E(ault.)-.1 E F1(suspend)108 532.8 Q F0([)2.5 E F1A F0(])A 1.001 -(Suspend the e)144 544.8 R -.15(xe)-.15 G 1.001 +E(ault.)-.1 E F1(suspend)108 448.8 Q F0([)2.5 E F1A F0(])A 1.001 +(Suspend the e)144 460.8 R -.15(xe)-.15 G 1.001 (cution of this shell until it recei).15 F -.15(ve)-.25 G 3.501(sa).15 G F2(SIGCONT)A F0 3.502(signal. A)3.252 F 1.002(login shell cannot be) -3.502 F .023(suspended; the)144 556.8 R F12.523 E F0 .023 +3.502 F .023(suspended; the)144 472.8 R F12.523 E F0 .023 (option can be used to o)2.523 F -.15(ve)-.15 G .022 (rride this and force the suspension.).15 F .022(The return status is) -5.022 F 2.5(0u)144 568.8 S(nless the shell is a login shell and)-2.5 E +5.022 F 2.5(0u)144 484.8 S(nless the shell is a login shell and)-2.5 E F12.5 E F0(is not supplied, or if job control is not enabled.)2.5 -E F1(test)108 585.6 Q F3 -.2(ex)2.5 G(pr).2 E F1([)108 597.6 Q F3 -.2 -(ex)2.5 G(pr).2 E F1(])2.5 E F0 .877 -(Return a status of 0 \(true\) or 1 \(f)6.77 F .878 +E F1(test)108 501.6 Q/F3 10/Times-Italic@0 SF -.2(ex)2.5 G(pr).2 E F1([) +108 513.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(])2.5 E F0 .877 +(Return a status of 0 \(true\) or 1 \(f)144 513.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 F3 -.2(ex)144 609.6 +(luation of the conditional e).25 F(xpression)-.15 E F3 -.2(ex)144 525.6 S(pr).2 E F0 5.53(.E).73 G .53 (ach operator and operand must be a separate ar)-5.53 F 3.03 (gument. Expressions)-.18 F .53(are composed of the)3.03 F 3.079 -(primaries described abo)144 621.6 R 3.379 -.15(ve u)-.15 H(nder).15 E +(primaries described abo)144 537.6 R 3.379 -.15(ve u)-.15 H(nder).15 E F2(CONDITION)5.579 E 3.079(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF (.)A F1(test)7.579 E F0 3.08(does not accept an)5.58 F(y)-.15 E -(options, nor does it accept and ignore an ar)144 633.6 Q(gument of)-.18 +(options, nor does it accept and ignore an ar)144 549.6 Q(gument of)-.18 E F12.5 E F0(as signifying the end of options.)2.5 E .786 -(Expressions may be combined using the follo)144 651.6 R .785 +(Expressions may be combined using the follo)144 567.6 R .785 (wing operators, listed in decreasing order of prece-)-.25 F 3.411 -(dence. The)144 663.6 R -.25(eva)3.411 G .911 +(dence. The)144 579.6 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 675.6 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G -(ore ar)-2.5 E(guments.)-.18 E F1(!)144 687.6 Q F3 -.2(ex)2.5 G(pr).2 E -F0 -.35(Tr)12.6 G(ue if).35 E F3 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 E -(alse.)-.1 E F1(\()144 699.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 -.26(Returns the v)6.77 F .26(alue of)-.25 F F3 -.2(ex)2.76 G(pr).2 E F0 -5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26 -(rride the normal precedence of opera-).15 F(tors.)180 711.6 Q -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(70)190.95 E 0 Cg EP -%%Page: 71 71 +(used when there are \214v)144 591.6 Q 2.5(eo)-.15 G 2.5(rm)-2.5 G +(ore ar)-2.5 E(guments.)-.18 E F1(!)144 603.6 Q F3 -.2(ex)2.5 G(pr).2 E +F0 -.35(Tr)180 603.6 S(ue if).35 E F3 -.2(ex)2.5 G(pr).2 E F0(is f)3.23 +E(alse.)-.1 E F1(\()144 615.6 Q F3 -.2(ex)2.5 G(pr).2 E F1(\))2.5 E F0 +.26(Returns the v)180 615.6 R .26(alue of)-.25 F F3 -.2(ex)2.76 G(pr).2 +E F0 5.26(.T)C .26(his may be used to o)-5.26 F -.15(ve)-.15 G .26 +(rride the normal precedence of opera-).15 F(tors.)180 627.6 Q F3 -.2 +(ex)144 639.6 S(pr1).2 E F02.5 E F1(a)A F3 -.2(ex)2.5 G(pr2).2 E F0 +-.35(Tr)180 651.6 S(ue if both).35 E F3 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 +E F3 -.2(ex)2.5 G(pr2).2 E F0(are true.)2.52 E F3 -.2(ex)144 663.6 S +(pr1).2 E F02.5 E F1(o)A F3 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 +675.6 S(ue if either).35 E F3 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F3 -.2 +(ex)2.5 G(pr2).2 E F0(is true.)2.52 E F1(test)144 692.4 Q F0(and)2.5 E +F1([)2.5 E F0 -.25(eva)2.5 G(luate conditional e).25 E +(xpressions using a set of rules based on the number of ar)-.15 E +(guments.)-.18 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(73) +192.055 E 0 Cg EP +%%Page: 74 74 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Italic@0 SF -.2(ex)144 84 S(pr1).2 E F02.5 E/F2 -10/Times-Bold@0 SF(a)A F1 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 96 S -(ue if both).35 E F1 -.2(ex)2.5 G(pr1).2 E F0(and)2.5 E F1 -.2(ex)2.5 G -(pr2).2 E F0(are true.)2.52 E F1 -.2(ex)144 108 S(pr1).2 E F02.5 E -F2(o)A F1 -.2(ex)2.5 G(pr2).2 E F0 -.35(Tr)180 120 S(ue if either).35 E -F1 -.2(ex)2.5 G(pr1).2 E F0(or)2.5 E F1 -.2(ex)2.5 G(pr2).2 E F0 -(is true.)2.52 E F2(test)144 136.8 Q F0(and)2.5 E F2([)2.5 E F0 -.25 -(eva)2.5 G(luate conditional e).25 E -(xpressions using a set of rules based on the number of ar)-.15 E -(guments.)-.18 E 2.5(0a)144 154.8 S -.18(rg)-2.5 G(uments).18 E(The e) -180 166.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(1a)144 178.8 S -.18 -(rg)-2.5 G(ument).18 E(The e)180 190.8 Q +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 2.5(0a)144 84 S +-.18(rg)-2.5 G(uments).18 E(The e)180 96 Q(xpression is f)-.15 E(alse.) +-.1 E 2.5(1a)144 108 S -.18(rg)-2.5 G(ument).18 E(The e)180 120 Q (xpression is true if and only if the ar)-.15 E(gument is not null.)-.18 -E 2.5(2a)144 202.8 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar) -180 214.8 R .37(gument is)-.18 F F2(!)2.87 E F0 2.87(,t)C .37(he e)-2.87 -F .37(xpression is true if and only if the second ar)-.15 F .37 -(gument is null.)-.18 F .38(If the \214rst ar)180 226.8 R .38 +E 2.5(2a)144 132 S -.18(rg)-2.5 G(uments).18 E .37(If the \214rst ar)180 +144 R .37(gument is)-.18 F/F1 10/Times-Bold@0 SF(!)2.87 E F0 2.87(,t)C +.37(he e)-2.87 F .37(xpression is true if and only if the second ar)-.15 +F .37(gument is null.)-.18 F .38(If the \214rst ar)180 156 R .38 (gument is one of the unary conditional operators listed abo)-.18 F .679 --.15(ve u)-.15 H(nder).15 E/F3 9/Times-Bold@0 SF(CONDI-)2.879 E(TION)180 -238.8 Q .552(AL EXPRESSIONS)-.18 F/F4 9/Times-Roman@0 SF(,)A F0 .552 +-.15(ve u)-.15 H(nder).15 E/F2 9/Times-Bold@0 SF(CONDI-)2.879 E(TION)180 +168 Q .552(AL EXPRESSIONS)-.18 F/F3 9/Times-Roman@0 SF(,)A F0 .552 (the e)2.802 F .552(xpression is true if the unary test is true.)-.15 F -.552(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 250.8 Q +.552(If the \214rst ar)5.552 F(gu-)-.18 E(ment is not a v)180 180 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 262.8 S -.18(rg)-2.5 G -(uments).18 E .236(The follo)180 274.8 R .236 +(xpression is f)-.15 E(alse.)-.1 E 2.5(3a)144 192 S -.18(rg)-2.5 G +(uments).18 E .236(The follo)180 204 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 286.8 R 1.155 -.15 -(ve u)-.15 H(nder).15 E F3(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F -F4(,)A F0(the)3.105 E .579(result of the e)180 298.8 R .578(xpression i\ -s the result of the binary test using the \214rst and third ar)-.15 F -(guments)-.18 E 1.332(as operands.)180 310.8 R(The)6.332 E F23.832 -E F0(and)3.832 E F23.832 E F0 1.333 +(the binary conditional operators listed abo)180 216 R 1.155 -.15(ve u) +-.15 H(nder).15 E F2(CONDITION)3.355 E .855(AL EXPRESSIONS)-.18 F F3(,)A +F0(the)3.105 E .579(result of the e)180 228 R .578(xpression is the res\ +ult of the binary test using the \214rst and third ar)-.15 F(guments) +-.18 E 1.332(as operands.)180 240 R(The)6.332 E F13.832 E F0(and) +3.832 E F13.832 E F0 1.333 (operators are considered binary operators when there are)3.832 F .558 -(three ar)180 322.8 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 -F .558(gument is)-.18 F F2(!)3.058 E F0 3.058(,t)C .558(he v)-3.058 F -.558(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F -(o-ar)-.1 E(gument)-.18 E .52(test using the second and third ar)180 -334.8 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 F0 .521(and the third) -3.021 F(ar)180 346.8 Q .485(gument is e)-.18 F(xactly)-.15 E F2(\))2.985 -E F0 2.985(,t)C .485(he result is the one-ar)-2.985 F .485 -(gument test of the second ar)-.18 F 2.985(gument. Other)-.18 F(-)-.2 E -(wise, the e)180 358.8 Q(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 -370.8 S -.18(rg)-2.5 G(uments).18 E .384(If the \214rst ar)180 382.8 R -.384(gument is)-.18 F F2(!)2.884 E F0 2.885(,t)C .385 -(he result is the ne)-2.885 F -.05(ga)-.15 G .385(tion of the three-ar) -.05 F .385(gument e)-.18 F .385(xpression com-)-.15 F 1.648 -(posed of the remaining ar)180 394.8 R 4.147(guments. Otherwise,)-.18 F -1.647(the e)4.147 F 1.647(xpression is parsed and e)-.15 F -.25(va)-.25 -G(luated).25 E(according to precedence using the rules listed abo)180 -406.8 Q -.15(ve)-.15 G(.).15 E 2.5(5o)144 418.8 S 2.5(rm)-2.5 G(ore ar) --2.5 E(guments)-.18 E 1.635(The e)180 430.8 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 -442.8 Q -.15(ve)-.15 G(.).15 E(When used with)144 460.8 Q F2(test)2.5 E -F0(or)2.5 E F2([)2.5 E F0 2.5(,t)C(he)-2.5 E F2(<)2.5 E F0(and)2.5 E F2 -(>)2.5 E F0(operators sort le)2.5 E -(xicographically using ASCII ordering.)-.15 E F2(times)108 477.6 Q F0 +(three ar)180 252 R 3.058(guments. If)-.18 F .558(the \214rst ar)3.058 F +.558(gument is)-.18 F F1(!)3.058 E F0 3.058(,t)C .558(he v)-3.058 F .558 +(alue is the ne)-.25 F -.05(ga)-.15 G .558(tion of the tw).05 F(o-ar)-.1 +E(gument)-.18 E .52(test using the second and third ar)180 264 R 3.021 +(guments. If)-.18 F .521(the \214rst ar)3.021 F .521(gument is e)-.18 F +(xactly)-.15 E F1(\()3.021 E F0 .521(and the third)3.021 F(ar)180 276 Q +.485(gument is e)-.18 F(xactly)-.15 E F1(\))2.985 E F0 2.985(,t)C .485 +(he result is the one-ar)-2.985 F .485(gument test of the second ar)-.18 +F 2.985(gument. Other)-.18 F(-)-.2 E(wise, the e)180 288 Q +(xpression is f)-.15 E(alse.)-.1 E 2.5(4a)144 300 S -.18(rg)-2.5 G +(uments).18 E .384(If the \214rst ar)180 312 R .384(gument is)-.18 F F1 +(!)2.884 E F0 2.885(,t)C .385(he result is the ne)-2.885 F -.05(ga)-.15 +G .385(tion of the three-ar).05 F .385(gument e)-.18 F .385 +(xpression com-)-.15 F 1.648(posed of the remaining ar)180 324 R 4.147 +(guments. Otherwise,)-.18 F 1.647(the e)4.147 F 1.647 +(xpression is parsed and e)-.15 F -.25(va)-.25 G(luated).25 E +(according to precedence using the rules listed abo)180 336 Q -.15(ve) +-.15 G(.).15 E 2.5(5o)144 348 S 2.5(rm)-2.5 G(ore ar)-2.5 E(guments)-.18 +E 1.635(The e)180 360 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 372 Q -.15(ve)-.15 G(.).15 E(When used with)144 390 Q F1(test) +2.5 E F0(or)2.5 E F1([)2.5 E F0 2.5(,t)C(he)-2.5 E F1(<)2.5 E F0(and)2.5 +E F1(>)2.5 E F0(operators sort le)2.5 E +(xicographically using ASCII ordering.)-.15 E F1(times)108 406.8 Q F0 1.229(Print the accumulated user and system times for the shell and for\ - processes run from the shell.)13.23 F(The return status is 0.)144 489.6 -Q F2(trap)108 506.4 Q F0([)2.5 E F2(\255lp)A F0 2.5(][)C([)-2.5 E F1(ar) -A(g)-.37 E F0(])A F1(sigspec)2.5 E F0(...])2.5 E .702(The command)144 -518.4 R F1(ar)3.532 E(g)-.37 E F0 .702(is to be read and e)3.422 F -.15 -(xe)-.15 G .702(cuted when the shell recei).15 F -.15(ve)-.25 G 3.203 -(ss).15 G(ignal\(s\))-3.203 E F1(sigspec)3.203 E F0 5.703(.I).31 G(f) --5.703 E F1(ar)3.533 E(g)-.37 E F0(is)3.423 E .609 -(absent \(and there is a single)144 530.4 R F1(sigspec)3.108 E F0 3.108 -(\)o)C(r)-3.108 E F23.108 E F0 3.108(,e)C .608 + processes run from the shell.)144 406.8 R(The return status is 0.)144 +418.8 Q F1(trap)108 435.6 Q F0([)2.5 E F1(\255lp)A F0 2.5(][)C([)-2.5 E +/F4 10/Times-Italic@0 SF(ar)A(g)-.37 E F0(])A F4(sigspec)2.5 E F0(...]) +2.5 E .702(The command)144 447.6 R F4(ar)3.532 E(g)-.37 E F0 .702 +(is to be read and e)3.422 F -.15(xe)-.15 G .702 +(cuted when the shell recei).15 F -.15(ve)-.25 G 3.203(ss).15 G +(ignal\(s\))-3.203 E F4(sigspec)3.203 E F0 5.703(.I).31 G(f)-5.703 E F4 +(ar)3.533 E(g)-.37 E F0(is)3.423 E .609(absent \(and there is a single) +144 459.6 R F4(sigspec)3.108 E F0 3.108(\)o)C(r)-3.108 E F13.108 E +F0 3.108(,e)C .608 (ach speci\214ed signal is reset to its original disposition)-3.108 F -.658(\(the v)144 542.4 R .658(alue it had upon entrance to the shell\).) --.25 F(If)5.658 E F1(ar)3.488 E(g)-.37 E F0 .659 -(is the null string the signal speci\214ed by each)3.378 F F1(sigspec) -144.34 554.4 Q F0 .581 +.658(\(the v)144 471.6 R .658(alue it had upon entrance to the shell\).) +-.25 F(If)5.658 E F4(ar)3.488 E(g)-.37 E F0 .659 +(is the null string the signal speci\214ed by each)3.378 F F4(sigspec) +144.34 483.6 Q F0 .581 (is ignored by the shell and by the commands it in)3.391 F -.2(vo)-.4 G --.1(ke).2 G 3.08(s. If).1 F F1(ar)3.41 E(g)-.37 E F0 .58 -(is not present and)3.3 F F23.08 E F0(has)3.08 E 1.214 -(been supplied, then the trap commands associated with each)144 566.4 R -F1(sigspec)4.054 E F0 1.215(are displayed.)4.024 F 1.215(If no ar)6.215 -F(gu-)-.18 E .86(ments are supplied or if only)144 578.4 R F23.36 -E F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F2(trap)3.36 E F0 .86 +-.1(ke).2 G 3.08(s. If).1 F F4(ar)3.41 E(g)-.37 E F0 .58 +(is not present and)3.3 F F13.08 E F0(has)3.08 E 1.214 +(been supplied, then the trap commands associated with each)144 495.6 R +F4(sigspec)4.054 E F0 1.215(are displayed.)4.024 F 1.215(If no ar)6.215 +F(gu-)-.18 E .86(ments are supplied or if only)144 507.6 R F13.36 +E F0 .86(is gi)3.36 F -.15(ve)-.25 G(n,).15 E F1(trap)3.36 E F0 .86 (prints the list of commands associated with each)3.36 F 2.83 -(signal. The)144 590.4 R F22.83 E F0 .33(option causes the shell \ +(signal. The)144 519.6 R F12.83 E F0 .33(option causes the shell \ to print a list of signal names and their corresponding num-)2.83 F -4.311(bers. Each)144 602.4 R F1(sigspec)4.651 E F0 1.811 -(is either a signal name de\214ned in <)4.621 F F1(signal.h)A F0 1.81 +4.311(bers. Each)144 531.6 R F4(sigspec)4.651 E F0 1.811 +(is either a signal name de\214ned in <)4.621 F F4(signal.h)A F0 1.81 (>, or a signal number)B 6.81(.S)-.55 G(ignal)-6.81 E -(names are case insensiti)144 614.4 Q .3 -.15(ve a)-.25 H(nd the).15 E -F3(SIG)2.5 E F0(pre\214x is optional.)2.25 E 1.648(If a)144 632.4 R F1 -(sigspec)4.488 E F0(is)4.458 E F3(EXIT)4.148 E F0 1.648 -(\(0\) the command)3.898 F F1(ar)4.479 E(g)-.37 E F0 1.649(is e)4.369 F +(names are case insensiti)144 543.6 Q .3 -.15(ve a)-.25 H(nd the).15 E +F2(SIG)2.5 E F0(pre\214x is optional.)2.25 E 1.648(If a)144 561.6 R F4 +(sigspec)4.488 E F0(is)4.458 E F2(EXIT)4.148 E F0 1.648 +(\(0\) the command)3.898 F F4(ar)4.479 E(g)-.37 E F0 1.649(is e)4.369 F -.15(xe)-.15 G 1.649(cuted on e).15 F 1.649(xit from the shell.)-.15 F -1.649(If a)6.649 F F1(sigspec)4.489 E F0(is)4.459 E F3(DEB)144 644.4 Q -(UG)-.09 E F4(,)A F0 1.168(the command)3.418 F F1(ar)3.998 E(g)-.37 E F0 +1.649(If a)6.649 F F4(sigspec)4.489 E F0(is)4.459 E F2(DEB)144 573.6 Q +(UG)-.09 E F3(,)A F0 1.168(the command)3.418 F F4(ar)3.998 E(g)-.37 E F0 1.168(is e)3.888 F -.15(xe)-.15 G 1.167(cuted before e).15 F -.15(ve) --.25 G(ry).15 E F1 1.167(simple command)3.667 F F0(,)A F1(for)3.667 E F0 -(command,)3.667 E F1(case)3.667 E F0(com-)3.667 E(mand,)144 656.4 Q F1 +-.25 G(ry).15 E F4 1.167(simple command)3.667 F F0(,)A F4(for)3.667 E F0 +(command,)3.667 E F4(case)3.667 E F0(com-)3.667 E(mand,)144 585.6 Q F4 (select)2.646 E F0 .146(command, e)2.646 F -.15(ve)-.25 G .146 -(ry arithmetic).15 F F1(for)2.646 E F0 .147 +(ry arithmetic).15 F F4(for)2.646 E F0 .147 (command, and before the \214rst command e)2.646 F -.15(xe)-.15 G .147 -(cutes in a).15 F .146(shell function \(see)144 668.4 R F3 .146 +(cutes in a).15 F .146(shell function \(see)144 597.6 R F2 .146 (SHELL GRAMMAR)2.646 F F0(abo)2.396 E -.15(ve)-.15 G 2.646(\). Refer).15 -F .146(to the description of the)2.646 F F2(extdeb)2.645 E(ug)-.2 E F0 -.145(option to)2.645 F(the)144 680.4 Q F2(shopt)3.2 E F0 -.2(bu)3.2 G .7 -(iltin for details of its ef).2 F .7(fect on the)-.25 F F2(DEB)3.2 E(UG) --.1 E F0 3.2(trap. If)3.2 F(a)3.2 E F1(sigspec)3.54 E F0(is)3.51 E F3 -(RETURN)3.2 E F4(,)A F0 .701(the com-)2.951 F(mand)144 692.4 Q F1(ar) +F .146(to the description of the)2.646 F F1(extdeb)2.645 E(ug)-.2 E F0 +.145(option to)2.645 F(the)144 609.6 Q F1(shopt)3.2 E F0 -.2(bu)3.2 G .7 +(iltin for details of its ef).2 F .7(fect on the)-.25 F F1(DEB)3.2 E(UG) +-.1 E F0 3.2(trap. If)3.2 F(a)3.2 E F4(sigspec)3.54 E F0(is)3.51 E F2 +(RETURN)3.2 E F3(,)A F0 .701(the com-)2.951 F(mand)144 621.6 Q F4(ar) 3.474 E(g)-.37 E F0 .644(is e)3.364 F -.15(xe)-.15 G .643 (cuted each time a shell function or a script e).15 F -.15(xe)-.15 G -.643(cuted with the).15 F F2(.)3.143 E F0(or)3.143 E F2(sour)3.143 E(ce) --.18 E F0 -.2(bu)3.143 G(iltins).2 E(\214nishes e)144 704.4 Q -.15(xe) --.15 G(cuting.).15 E .521(If a)144 722.4 R F1(sigspec)3.361 E F0(is) -3.331 E F3(ERR)3.021 E F4(,)A F0 .522(the command)2.771 F F1(ar)3.352 E -(g)-.37 E F0 .522(is e)3.242 F -.15(xe)-.15 G .522(cuted whene).15 F --.15(ve)-.25 G 3.022(raap).15 G .522(ipeline \(which may consist of a) --3.022 F(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(71)190.95 E 0 Cg -EP -%%Page: 72 72 +.643(cuted with the).15 F F1(.)3.143 E F0(or)3.143 E F1(sour)3.143 E(ce) +-.18 E F0 -.2(bu)3.143 G(iltins).2 E(\214nishes e)144 633.6 Q -.15(xe) +-.15 G(cuting.).15 E .96(If a)144 651.6 R F4(sigspec)3.8 E F0(is)3.77 E +F2(ERR)3.46 E F3(,)A F0 .96(the command)3.21 F F4(ar)3.791 E(g)-.37 E F0 +.961(is e)3.681 F -.15(xe)-.15 G .961(cuted whene).15 F -.15(ve)-.25 G +3.461(rap).15 G .961(ipeline \(which may consist of a)-3.461 F .185(sin\ +gle simple command\), a list, or a compound command returns a non\255ze\ +ro e)144 663.6 R .184(xit status, subject to)-.15 F .451(the follo)144 +675.6 R .451(wing conditions.)-.25 F(The)5.451 E F2(ERR)2.951 E F0 .451 +(trap is not e)2.701 F -.15(xe)-.15 G .451(cuted if the f).15 F .452 +(ailed command is part of the com-)-.1 F .388 +(mand list immediately follo)144 687.6 R .388(wing a)-.25 F F1(while) +2.888 E F0(or)2.888 E F1(until)2.888 E F0 -.1(ke)2.888 G(yw)-.05 E .388 +(ord, part of the test in an)-.1 F F4(if)2.897 E F0 .387 +(statement, part)4.847 F .777(of a command e)144 699.6 R -.15(xe)-.15 G +.778(cuted in a).15 F F1(&&)3.278 E F0(or)3.278 E F1(||)3.278 E F0 .778 +(list e)3.278 F .778(xcept the command follo)-.15 F .778 +(wing the \214nal)-.25 F F1(&&)3.278 E F0(or)3.278 E F1(||)3.278 E F0 +3.278(,a)C -.15(ny)-3.278 G 1.28(command in a pipeline b)144 711.6 R +1.28(ut the last, or if the command')-.2 F 3.78(sr)-.55 G 1.28(eturn v) +-3.78 F 1.28(alue is being in)-.25 F -.15(ve)-.4 G 1.28(rted using).15 F +F1(!)3.78 E F0(.)A(These are the same conditions obe)144 723.6 Q +(yed by the)-.15 E F1(err)2.5 E(exit)-.18 E F0(\()2.5 E F1A F0 2.5 +(\)o)C(ption.)-2.5 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(74) +192.055 E 0 Cg EP +%%Page: 75 75 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E .185(single simple command\), a list, or a compound command retu\ -rns a non\255zero e)144 84 R .184(xit status, subject to)-.15 F .451 -(the follo)144 96 R .451(wing conditions.)-.25 F(The)5.451 E/F1 9 -/Times-Bold@0 SF(ERR)2.951 E F0 .451(trap is not e)2.701 F -.15(xe)-.15 -G .451(cuted if the f).15 F .452(ailed command is part of the com-)-.1 F -.388(mand list immediately follo)144 108 R .388(wing a)-.25 F/F2 10 -/Times-Bold@0 SF(while)2.888 E F0(or)2.888 E F2(until)2.888 E F0 -.1(ke) -2.888 G(yw)-.05 E .388(ord, part of the test in an)-.1 F/F3 10 -/Times-Italic@0 SF(if)2.897 E F0 .387(statement, part)4.847 F .777 -(of a command e)144 120 R -.15(xe)-.15 G .778(cuted in a).15 F F2(&&) -3.278 E F0(or)3.278 E F2(||)3.278 E F0 .778(list e)3.278 F .778 -(xcept the command follo)-.15 F .778(wing the \214nal)-.25 F F2(&&)3.278 -E F0(or)3.278 E F2(||)3.278 E F0 3.278(,a)C -.15(ny)-3.278 G 1.28 -(command in a pipeline b)144 132 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 F0(.)A -(These are the same conditions obe)144 144 Q(yed by the)-.15 E F2(err) -2.5 E(exit)-.18 E F0(\()2.5 E F2A F0 2.5(\)o)C(ption.)-2.5 E 1.095 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.095 (Signals ignored upon entry to the shell cannot be trapped or reset.)144 -162 R -.35(Tr)6.095 G 1.095(apped signals that are not).35 F .662 -(being ignored are reset to their original v)144 174 R .662 +84 R -.35(Tr)6.095 G 1.095(apped signals that are not).35 F .662 +(being ignored are reset to their original v)144 96 R .662 (alues in a subshell or subshell en)-.25 F .661(vironment when one is) --.4 F 2.5(created. The)144 186 R(return status is f)2.5 E(alse if an)-.1 -E(y)-.15 E F3(sigspec)2.84 E F0(is in)2.81 E -.25(va)-.4 G -(lid; otherwise).25 E F2(trap)2.5 E F0(returns true.)2.5 E F2(type)108 -202.8 Q F0([)2.5 E F2(\255aftpP)A F0(])A F3(name)2.5 E F0([)2.5 E F3 -(name)A F0(...])2.5 E -.4(Wi)144 214.8 S .173 -(th no options, indicate ho).4 F 2.673(we)-.25 G(ach)-2.673 E F3(name) -3.033 E F0 -.1(wo)2.853 G .174 +-.4 F 2.5(created. The)144 108 R(return status is f)2.5 E(alse if an)-.1 +E(y)-.15 E/F1 10/Times-Italic@0 SF(sigspec)2.84 E F0(is in)2.81 E -.25 +(va)-.4 G(lid; otherwise).25 E/F2 10/Times-Bold@0 SF(trap)2.5 E F0 +(returns true.)2.5 E F2(type)108 124.8 Q F0([)2.5 E F2(\255aftpP)A F0(]) +A F1(name)2.5 E F0([)2.5 E F1(name)A F0(...])2.5 E -.4(Wi)144 136.8 S +.173(th no options, indicate ho).4 F 2.673(we)-.25 G(ach)-2.673 E F1 +(name)3.033 E F0 -.1(wo)2.853 G .174 (uld be interpreted if used as a command name.).1 F .174(If the)5.174 F -F2144 226.8 Q F0 .843(option is used,)3.343 F F2(type)3.343 E F0 -.843(prints a string which is one of)3.343 F F3(alias)3.343 E F0(,).27 E -F3 -.1(ke)3.343 G(ywor)-.2 E(d)-.37 E F0(,).77 E F3(function)3.343 E F0 -(,).24 E F3 -.2(bu)3.342 G(iltin).2 E F0 3.342(,o).24 G(r)-3.342 E F3 -(\214le)5.252 E F0(if)3.522 E F3(name)144.36 238.8 Q F0 .086 +F2144 148.8 Q F0 .843(option is used,)3.343 F F2(type)3.343 E F0 +.843(prints a string which is one of)3.343 F F1(alias)3.343 E F0(,).27 E +F1 -.1(ke)3.343 G(ywor)-.2 E(d)-.37 E F0(,).77 E F1(function)3.343 E F0 +(,).24 E F1 -.2(bu)3.342 G(iltin).2 E F0 3.342(,o).24 G(r)-3.342 E F1 +(\214le)5.252 E F0(if)3.522 E F1(name)144.36 160.8 Q F0 .086 (is an alias, shell reserv)2.766 F .086(ed w)-.15 F .086 (ord, function, b)-.1 F .087(uiltin, or disk \214le, respecti)-.2 F -.15 -(ve)-.25 G(ly).15 E 5.087(.I)-.65 G 2.587(ft)-5.087 G(he)-2.587 E F3 +(ve)-.25 G(ly).15 E 5.087(.I)-.65 G 2.587(ft)-5.087 G(he)-2.587 E F1 (name)2.947 E F0 .087(is not)2.767 F .119 -(found, then nothing is printed, and an e)144 250.8 R .118 +(found, then nothing is printed, and an e)144 172.8 R .118 (xit status of f)-.15 F .118(alse is returned.)-.1 F .118(If the)5.118 F F22.618 E F0 .118(option is used,)2.618 F F2(type)2.618 E F0 .855 -(either returns the name of the disk \214le that w)144 262.8 R .855 -(ould be e)-.1 F -.15(xe)-.15 G .855(cuted if).15 F F3(name)3.715 E F0 +(either returns the name of the disk \214le that w)144 184.8 R .855 +(ould be e)-.1 F -.15(xe)-.15 G .855(cuted if).15 F F1(name)3.715 E F0 .855(were speci\214ed as a com-)3.535 F .641(mand name, or nothing if) -144 274.8 R/F4 10/Courier@0 SF .641(type -t name)3.141 F F0 -.1(wo)3.141 -G .641(uld not return).1 F F3(\214le)3.14 E F0 5.64(.T).18 G(he)-5.64 E -F23.14 E F0 .64(option forces a)3.14 F F1 -.666(PA)3.14 G(TH)-.189 -E F0 .112(search for each)144 286.8 R F3(name)2.612 E F0 2.612(,e)C -.15 -(ve)-2.862 G 2.613(ni).15 G(f)-2.613 E F4 .113(type -t name)2.613 F F0 --.1(wo)2.613 G .113(uld not return).1 F F3(\214le)2.613 E F0 5.113(.I) -.18 G 2.613(fac)-5.113 G .113(ommand is hashed,)-2.613 F F22.613 E -F0(and)144 298.8 Q F23.231 E F0 .731(print the hashed v)3.231 F -.73(alue, which is not necessarily the \214le that appears \214rst in) --.25 F F1 -.666(PA)3.23 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F0 .73 -(If the)5.23 F F2144 310.8 Q F0 1.748(option is used,)4.248 F F2 -(type)4.248 E F0 1.748(prints all of the places that contain an e)4.248 -F -.15(xe)-.15 G 1.748(cutable named).15 F F3(name)4.249 E F0 6.749(.T) -.18 G(his)-6.749 E .744 -(includes aliases and functions, if and only if the)144 322.8 R F2 -3.244 E F0 .744(option is not also used.)3.244 F .743 -(The table of hashed)5.744 F 1.223(commands is not consulted when using) -144 334.8 R F23.723 E F0 6.223(.T)C(he)-6.223 E F23.723 E F0 -1.223(option suppresses shell function lookup, as)3.723 F .326(with the) -144 346.8 R F2(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F2(type) -5.326 E F0 .326(returns true if all of the ar)2.826 F .325 -(guments are found, f)-.18 F .325(alse if an)-.1 F 2.825(ya)-.15 G .325 -(re not)-2.825 F(found.)144 358.8 Q F2(ulimit)108 375.6 Q F0([)2.5 E F2 -(\255HST)A(abcde\214lmnpqrstuvx)-.92 E F0([)2.5 E F3(limit)A F0(]])A -(Pro)144 387.6 Q .243(vides control o)-.15 F -.15(ve)-.15 G 2.743(rt).15 -G .243(he resources a)-2.743 F -.25(va)-.2 G .244 +144 196.8 R/F3 10/Courier@0 SF .641(type -t name)3.141 F F0 -.1(wo)3.141 +G .641(uld not return).1 F F1(\214le)3.14 E F0 5.64(.T).18 G(he)-5.64 E +F23.14 E F0 .64(option forces a)3.14 F/F4 9/Times-Bold@0 SF -.666 +(PA)3.14 G(TH)-.189 E F0 .112(search for each)144 208.8 R F1(name)2.612 +E F0 2.612(,e)C -.15(ve)-2.862 G 2.613(ni).15 G(f)-2.613 E F3 .113 +(type -t name)2.613 F F0 -.1(wo)2.613 G .113(uld not return).1 F F1 +(\214le)2.613 E F0 5.113(.I).18 G 2.613(fac)-5.113 G .113 +(ommand is hashed,)-2.613 F F22.613 E F0(and)144 220.8 Q F2 +3.231 E F0 .731(print the hashed v)3.231 F .73 +(alue, which is not necessarily the \214le that appears \214rst in)-.25 +F F4 -.666(PA)3.23 G(TH)-.189 E/F5 9/Times-Roman@0 SF(.)A F0 .73(If the) +5.23 F F2144 232.8 Q F0 1.748(option is used,)4.248 F F2(type) +4.248 E F0 1.748(prints all of the places that contain an e)4.248 F -.15 +(xe)-.15 G 1.748(cutable named).15 F F1(name)4.249 E F0 6.749(.T).18 G +(his)-6.749 E .744(includes aliases and functions, if and only if the) +144 244.8 R F23.244 E F0 .744(option is not also used.)3.244 F +.743(The table of hashed)5.744 F 1.223 +(commands is not consulted when using)144 256.8 R F23.723 E F0 +6.223(.T)C(he)-6.223 E F23.723 E F0 1.223 +(option suppresses shell function lookup, as)3.723 F .326(with the)144 +268.8 R F2(command)2.826 E F0 -.2(bu)2.826 G(iltin.).2 E F2(type)5.326 E +F0 .326(returns true if all of the ar)2.826 F .325(guments are found, f) +-.18 F .325(alse if an)-.1 F 2.825(ya)-.15 G .325(re not)-2.825 F +(found.)144 280.8 Q F2(ulimit)108 297.6 Q F0([)2.5 E F2 +(\255HSabcde\214klmnpqrstuvxPT)A F0([)2.5 E F1(limit)A F0(]])A(Pro)144 +309.6 Q .243(vides control o)-.15 F -.15(ve)-.15 G 2.743(rt).15 G .243 +(he resources a)-2.743 F -.25(va)-.2 G .244 (ilable to the shell and to processes started by it, on systems).25 F -.944(that allo)144 399.6 R 3.444(ws)-.25 G .944(uch control.)-3.444 F +.944(that allo)144 321.6 R 3.444(ws)-.25 G .944(uch control.)-3.444 F (The)5.944 E F23.444 E F0(and)3.444 E F23.444 E F0 .943 (options specify that the hard or soft limit is set for the)3.444 F(gi) -144 411.6 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208 +144 333.6 Q -.15(ve)-.25 G 2.708(nr).15 G 2.708(esource. A)-2.708 F .208 (hard limit cannot be increased by a non-root user once it is set; a so\ -ft limit may)2.708 F .426(be increased up to the v)144 423.6 R .426 +ft limit may)2.708 F .426(be increased up to the v)144 345.6 R .426 (alue of the hard limit.)-.25 F .425(If neither)5.426 F F22.925 E F0(nor)2.925 E F22.925 E F0 .425 (is speci\214ed, both the soft and)2.925 F .139(hard limits are set.)144 -435.6 R .139(The v)5.139 F .139(alue of)-.25 F F3(limit)2.729 E F0 .139 +357.6 R .139(The v)5.139 F .139(alue of)-.25 F F1(limit)2.729 E F0 .139 (can be a number in the unit speci\214ed for the resource or one)3.319 F -.742(of the special v)144 447.6 R(alues)-.25 E F2(hard)3.242 E F0(,)A F2 +.742(of the special v)144 369.6 R(alues)-.25 E F2(hard)3.242 E F0(,)A F2 (soft)3.241 E F0 3.241(,o)C(r)-3.241 E F2(unlimited)3.241 E F0 3.241(,w) C .741(hich stand for the current hard limit, the current)-3.241 F .78 -(soft limit, and no limit, respecti)144 459.6 R -.15(ve)-.25 G(ly).15 E -5.78(.I)-.65 G(f)-5.78 E F3(limit)3.37 E F0 .78 +(soft limit, and no limit, respecti)144 381.6 R -.15(ve)-.25 G(ly).15 E +5.78(.I)-.65 G(f)-5.78 E F1(limit)3.37 E F0 .78 (is omitted, the current v)3.96 F .78(alue of the soft limit of the)-.25 -F .499(resource is printed, unless the)144 471.6 R F22.999 E F0 +F .499(resource is printed, unless the)144 393.6 R F22.999 E F0 .499(option is gi)2.999 F -.15(ve)-.25 G 2.999(n. When).15 F .498 (more than one resource is speci\214ed, the)2.999 F -(limit name and unit are printed before the v)144 483.6 Q 2.5 +(limit name and unit are printed before the v)144 405.6 Q 2.5 (alue. Other)-.25 F(options are interpreted as follo)2.5 E(ws:)-.25 E F2 -144 495.6 Q F0(All current limits are reported)25.3 E F2144 -507.6 Q F0(The maximum sock)24.74 E(et b)-.1 E(uf)-.2 E(fer size)-.25 E -F2144 519.6 Q F0(The maximum size of core \214les created)25.86 E -F2144 531.6 Q F0(The maximum size of a process')24.74 E 2.5(sd) --.55 G(ata se)-2.5 E(gment)-.15 E F2144 543.6 Q F0 -(The maximum scheduling priority \("nice"\))25.86 E F2144 555.6 Q -F0(The maximum size of \214les written by the shell and its children) -26.97 E F2144 567.6 Q F0(The maximum number of pending signals) -27.52 E F2144 579.6 Q F0(The maximum size that may be lock)27.52 E -(ed into memory)-.1 E F2144 591.6 Q F0 -(The maximum resident set size \(man)21.97 E 2.5(ys)-.15 G -(ystems do not honor this limit\))-2.5 E F2144 603.6 Q F0 .791(Th\ +144 417.6 Q F0(All current limits are reported)180 417.6 Q F2 +144 429.6 Q F0(The maximum sock)180 429.6 Q(et b)-.1 E(uf)-.2 E +(fer size)-.25 E F2144 441.6 Q F0 +(The maximum size of core \214les created)180 441.6 Q F2144 453.6 +Q F0(The maximum size of a process')180 453.6 Q 2.5(sd)-.55 G(ata se) +-2.5 E(gment)-.15 E F2144 465.6 Q F0 +(The maximum scheduling priority \("nice"\))180 465.6 Q F2144 +477.6 Q F0 +(The maximum size of \214les written by the shell and its children)180 +477.6 Q F2144 489.6 Q F0(The maximum number of pending signals)180 +489.6 Q F2144 501.6 Q F0 +(The maximum number of kqueues that may be allocated)180 501.6 Q F2 +144 513.6 Q F0(The maximum size that may be lock)180 513.6 Q +(ed into memory)-.1 E F2144 525.6 Q F0 +(The maximum resident set size \(man)180 525.6 Q 2.5(ys)-.15 G +(ystems do not honor this limit\))-2.5 E F2144 537.6 Q F0 .791(Th\ e maximum number of open \214le descriptors \(most systems do not allo) -24.74 F 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to)-.25 F -(be set\))180 615.6 Q F2144 627.6 Q F0 -(The pipe size in 512-byte blocks \(this may not be set\))24.74 E F2 -144 639.6 Q F0 -(The maximum number of bytes in POSIX message queues)24.74 E F2144 -651.6 Q F0(The maximum real-time scheduling priority)25.86 E F2144 -663.6 Q F0(The maximum stack size)26.41 E F2144 675.6 Q F0 -(The maximum amount of cpu time in seconds)26.97 E F2144 687.6 Q -F0(The maximum number of processes a)24.74 E -.25(va)-.2 G -(ilable to a single user).25 E F2144 699.6 Q F0 .47 -(The maximum amount of virtual memory a)25.3 F -.25(va)-.2 G .47 +180 537.6 R 3.291(wt)-.25 G .791(his v)-3.291 F .791(alue to)-.25 F +(be set\))180 549.6 Q F2144 561.6 Q F0 +(The pipe size in 512-byte blocks \(this may not be set\))180 561.6 Q F2 +144 573.6 Q F0 +(The maximum number of bytes in POSIX message queues)180 573.6 Q F2 +144 585.6 Q F0(The maximum real-time scheduling priority)180 585.6 +Q F2144 597.6 Q F0(The maximum stack size)180 597.6 Q F2144 +609.6 Q F0(The maximum amount of cpu time in seconds)180 609.6 Q F2 +144 621.6 Q F0(The maximum number of processes a)180 621.6 Q -.25 +(va)-.2 G(ilable to a single user).25 E F2144 633.6 Q F0 .47 +(The maximum amount of virtual memory a)180 633.6 R -.25(va)-.2 G .47 (ilable to the shell and, on some systems, to).25 F(its children)180 -711.6 Q(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(72)190.95 E 0 Cg -EP -%%Page: 73 73 +645.6 Q F2144 657.6 Q F0(The maximum number of \214le locks)180 +657.6 Q F2144 669.6 Q F0(The maximum number of pseudoterminals)180 +669.6 Q F2144 681.6 Q F0(The maximum number of threads)180 681.6 Q +(If)144 698.4 Q F1(limit)3.058 E F0 .468(is gi)3.648 F -.15(ve)-.25 G +.468(n, and the).15 F F22.968 E F0 .468(option is not used,)2.968 +F F1(limit)2.968 E F0 .468(is the ne)2.968 F 2.968(wv)-.25 G .468 +(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .045 +(no option is gi)144 710.4 R -.15(ve)-.25 G .045(n, then).15 F F2 +2.545 E F0 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045 +(lues are in 1024-byte increments, e)1.11 F .044(xcept for)-.15 F F2 +2.544 E F0 2.544(,w)C .044(hich is)-2.544 F 1.588(in seconds;)144 +722.4 R F24.088 E F0 4.089(,w)C 1.589 +(hich is in units of 512-byte blocks;)-4.089 F F24.089 E F0(,)A F2 +4.089 E F0(,)A F24.089 E F0(,)A F24.089 E F0(,)A F2 +4.089 E F0 4.089(,a)C(nd)-4.089 E F24.089 E F0 4.089(,w)C +1.589(hich are)-4.089 F(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E +(75)192.055 E 0 Cg EP +%%Page: 76 76 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E/F1 10/Times-Bold@0 SF144 84 Q F0 -(The maximum number of \214le locks)25.3 E F1144 96 Q F0 -(The maximum number of threads)23.63 E(If)144 112.8 Q/F2 10 -/Times-Italic@0 SF(limit)3.058 E F0 .468(is gi)3.648 F -.15(ve)-.25 G -.468(n, and the).15 F F12.968 E F0 .468(option is not used,)2.968 -F F2(limit)2.968 E F0 .468(is the ne)2.968 F 2.968(wv)-.25 G .468 -(alue of the speci\214ed resource.)-3.218 F(If)5.468 E .045 -(no option is gi)144 124.8 R -.15(ve)-.25 G .045(n, then).15 F F1 -2.545 E F0 .045(is assumed.)2.545 F -1.11(Va)5.045 G .045 -(lues are in 1024-byte increments, e)1.11 F .044(xcept for)-.15 F F1 -2.544 E F0 2.544(,w)C .044(hich is)-2.544 F .402(in seconds;)144 -136.8 R F12.902 E F0 2.902(,w)C .402 -(hich is in units of 512-byte blocks; and)-2.902 F F12.902 E F0(,) -A F12.902 E F0(,)A F12.902 E F0 2.902(,a)C(nd)-2.902 E F1 -2.903 E F0 2.903(,w)C .403(hich are unscaled)-2.903 F -.25(va)144 -148.8 S 3.083(lues. The).25 F .583(return status is 0 unless an in)3.083 -F -.25(va)-.4 G .583(lid option or ar).25 F .583 -(gument is supplied, or an error occurs)-.18 F(while setting a ne)144 -160.8 Q 2.5(wl)-.25 G(imit.)-2.5 E F1(umask)108 177.6 Q F0([)2.5 E F1 -A F0 2.5(][)C F1-2.5 E F0 2.5(][)C F2(mode)-2.5 E F0(])A .2 -(The user \214le-creation mask is set to)144 189.6 R F2(mode)2.7 E F0 -5.2(.I).18 G(f)-5.2 E F2(mode)3.08 E F0(be)2.88 E .2 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E 1.439(unscaled v) +144 84 R 1.439(alues; and, when in Posix mode,)-.25 F/F1 10/Times-Bold@0 +SF3.939 E F0(and)3.939 E F13.939 E F0 3.939(,w)C 1.438 +(hich are in 512-byte increments.)-3.939 F(The)6.438 E .404 +(return status is 0 unless an in)144 96 R -.25(va)-.4 G .404 +(lid option or ar).25 F .404 +(gument is supplied, or an error occurs while setting)-.18 F 2.5(an)144 +108 S .5 -.25(ew l)-2.5 H(imit.).25 E F1(umask)108 124.8 Q F0([)2.5 E F1 +A F0 2.5(][)C F1-2.5 E F0 2.5(][)C/F2 10/Times-Italic@0 SF +(mode)-2.5 E F0(])A .2(The user \214le-creation mask is set to)144 136.8 +R F2(mode)2.7 E F0 5.2(.I).18 G(f)-5.2 E F2(mode)3.08 E F0(be)2.88 E .2 (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 201.6 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 -213.6 Q F2(mode)3.262 E F0 .382(is omitted, the current v)3.062 F .382 +pted by)144 148.8 R F2 -.15(ch)2.566 G(mod).15 E F0(\(1\).).77 E(If)144 +160.8 Q F2(mode)3.263 E F0 .382(is omitted, the current v)3.063 F .382 (alue of the mask is printed.)-.25 F(The)5.382 E F12.882 E F0 .382 (option causes the mask to be)2.882 F .547 -(printed in symbolic form; the def)144 225.6 R .547 +(printed in symbolic form; the def)144 172.8 R .547 (ault output is an octal number)-.1 F 5.547(.I)-.55 G 3.047(ft)-5.547 G (he)-3.047 E F13.047 E F0 .547(option is supplied, and)3.047 F F2 -(mode)144.38 237.6 Q F0 .551 -(is omitted, the output is in a form that may be reused as input.)3.231 -F .552(The return status is 0 if the)5.552 F(mode w)144 249.6 Q +(mode)144.38 184.8 Q F0 .552 +(is omitted, the output is in a form that may be reused as input.)3.232 +F .551(The return status is 0 if the)5.551 F(mode w)144 196.8 Q (as successfully changed or if no)-.1 E F2(mode)2.5 E F0(ar)2.5 E (gument w)-.18 E(as supplied, and f)-.1 E(alse otherwise.)-.1 E F1 -(unalias)108 266.4 Q F0<5bad>2.5 E F1(a)A F0 2.5(][)C F2(name)-2.5 E F0 -(...])2.5 E(Remo)144 278.4 Q 1.955 -.15(ve e)-.15 H(ach).15 E F2(name) +(unalias)108 213.6 Q F0<5bad>2.5 E F1(a)A F0 2.5(][)C F2(name)-2.5 E F0 +(...])2.5 E(Remo)144 225.6 Q 1.955 -.15(ve e)-.15 H(ach).15 E F2(name) 4.155 E F0 1.655(from the list of de\214ned aliases.)4.155 F(If)6.655 E F14.155 E F0 1.655(is supplied, all alias de\214nitions are)4.155 -F(remo)144 290.4 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E +F(remo)144 237.6 Q -.15(ve)-.15 G 2.5(d. The).15 F(return v)2.5 E (alue is true unless a supplied)-.25 E F2(name)2.86 E F0 -(is not a de\214ned alias.)2.68 E F1(unset)108 307.2 Q F0<5bad>2.5 E F1 +(is not a de\214ned alias.)2.68 E F1(unset)108 254.4 Q F0<5bad>2.5 E F1 (fv)A F0 2.5(][)C-2.5 E F1(n)A F0 2.5(][)C F2(name)-2.5 E F0(...]) -2.5 E -.15(Fo)144 319.2 S 3.827(re).15 G(ach)-3.827 E F2(name)3.827 E F0 -3.827(,r).18 G(emo)-3.827 E 1.627 -.15(ve t)-.15 H 1.327 +2.5 E -.15(Fo)144 266.4 S 3.828(re).15 G(ach)-3.828 E F2(name)3.828 E F0 +3.828(,r).18 G(emo)-3.828 E 1.628 -.15(ve t)-.15 H 1.328 (he corresponding v).15 F 1.327(ariable or function.)-.25 F 1.327 -(If the)6.327 F F13.828 E F0 1.328(option is gi)3.828 F -.15(ve) --.25 G 1.328(n, each).15 F F2(name)144.36 331.2 Q F0 1.551 -(refers to a shell v)4.231 F 1.551(ariable, and that v)-.25 F 1.551 -(ariable is remo)-.25 F -.15(ve)-.15 G 4.05(d. Read-only).15 F -.25(va) -4.05 G 1.55(riables may not be).25 F 4.641(unset. If)144 343.2 R F1 -4.641 E F0 2.141(is speci\214ed, each)4.641 F F2(name)5.001 E F0 +(If the)6.327 F F13.827 E F0 1.327(option is gi)3.827 F -.15(ve) +-.25 G 1.327(n, each).15 F F2(name)144.36 278.4 Q F0 1.55 +(refers to a shell v)4.23 F 1.551(ariable, and that v)-.25 F 1.551 +(ariable is remo)-.25 F -.15(ve)-.15 G 4.051(d. Read-only).15 F -.25(va) +4.051 G 1.551(riables may not be).25 F 4.642(unset. If)144 290.4 R F1 +4.642 E F0 2.142(is speci\214ed, each)4.642 F F2(name)5.001 E F0 2.141(refers to a shell function, and the function de\214nition is)4.821 -F(remo)144 355.2 Q -.15(ve)-.15 G 2.538(d. If).15 F(the)2.537 E F1 +F(remo)144 302.4 Q -.15(ve)-.15 G 2.537(d. If).15 F(the)2.537 E F1 2.537 E F0 .037(option is supplied, and)2.537 F F2(name)2.537 E F0 .037 (is a v)2.537 F .037(ariable with the)-.25 F F2(namer)2.537 E(ef)-.37 E -F0(attrib)2.537 E(ute,)-.2 E F2(name)2.537 E F0(will)2.537 E .492 -(be unset rather than the v)144 367.2 R .492(ariable it references.)-.25 +F0(attrib)2.537 E(ute,)-.2 E F2(name)2.537 E F0(will)2.538 E .492 +(be unset rather than the v)144 314.4 R .492(ariable it references.)-.25 F F15.492 E F0 .492(has no ef)2.992 F .492(fect if the)-.25 F F1 -2.992 E F0 .492(option is supplied.)2.992 F .493(If no)5.493 F -.221(options are supplied, each)144 379.2 R F2(name)2.721 E F0 .221 -(refers to a v)2.721 F .22(ariable; if there is no v)-.25 F .22 -(ariable by that name, an)-.25 F 2.72(yf)-.15 G(unc-)-2.72 E 1.188 -(tion with that name is unset.)144 391.2 R 1.189(Each unset v)6.189 F -1.189(ariable or function is remo)-.25 F -.15(ve)-.15 G 3.689(df).15 G -1.189(rom the en)-3.689 F(vironment)-.4 E 3.206 -(passed to subsequent commands.)144 403.2 R 3.206(If an)8.206 F 5.706 +2.992 E F0 .492(option is supplied.)2.992 F .492(If no)5.492 F .22 +(options are supplied, each)144 326.4 R F2(name)2.72 E F0 .22 +(refers to a v)2.72 F .221(ariable; if there is no v)-.25 F .221 +(ariable by that name, an)-.25 F 2.721(yf)-.15 G(unc-)-2.721 E 1.189 +(tion with that name is unset.)144 338.4 R 1.189(Each unset v)6.189 F +1.189(ariable or function is remo)-.25 F -.15(ve)-.15 G 3.688(df).15 G +1.188(rom the en)-3.688 F(vironment)-.4 E 3.205 +(passed to subsequent commands.)144 350.4 R 3.206(If an)8.206 F 5.706 (yo)-.15 G(f)-5.706 E/F3 9/Times-Bold@0 SF(COMP_W)5.706 E(ORDBREAKS)-.09 -E/F4 9/Times-Roman@0 SF(,)A F3(RANDOM)5.455 E F4(,)A F3(SECONDS)5.455 E -F4(,)A F3(LINENO)144 415.2 Q F4(,)A F3(HISTCMD)4.347 E F4(,)A F3(FUNCN) -4.347 E(AME)-.18 E F4(,)A F3(GR)4.347 E(OUPS)-.27 E F4(,)A F0(or)4.348 E +E/F4 9/Times-Roman@0 SF(,)A F3(RANDOM)5.456 E F4(,)A F3(SECONDS)5.456 E +F4(,)A F3(LINENO)144 362.4 Q F4(,)A F3(HISTCMD)4.348 E F4(,)A F3(FUNCN) +4.348 E(AME)-.18 E F4(,)A F3(GR)4.348 E(OUPS)-.27 E F4(,)A F0(or)4.348 E F3(DIRST)4.598 E -.495(AC)-.81 G(K).495 E F0 2.098(are unset, the)4.348 -F 4.598(yl)-.15 G 2.098(ose their special)-4.598 F(properties, e)144 -427.2 Q -.15(ve)-.25 G 2.5(ni).15 G 2.5(ft)-2.5 G(he)-2.5 E 2.5(ya)-.15 +F 4.597(yl)-.15 G 2.097(ose their special)-4.597 F(properties, e)144 +374.4 Q -.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 subsequently reset.)-2.5 E(The e)5 E(xit status is true unless a) --.15 E F2(name)2.86 E F0(is readonly)2.68 E(.)-.65 E F1(wait)108 444 Q +-.15 E F2(name)2.86 E F0(is readonly)2.68 E(.)-.65 E F1(wait)108 391.2 Q F0([)2.5 E F1A F0 2.5(][)C F2 2.5(n.)-2.5 G(..)-2.5 E F0(])A -.8 -(Wa)144 456 S .027(it for each speci\214ed child process and return its\ - termination status.).8 F(Each)5.026 E F2(n)2.886 E F0 .026 -(may be a process ID)2.766 F .256 -(or a job speci\214cation; if a job spec is gi)144 468 R -.15(ve)-.25 G -.256(n, all processes in that job').15 F 2.756(sp)-.55 G .256 +(Wa)144 403.2 S .026(it for each speci\214ed child process and return i\ +ts termination status.).8 F(Each)5.027 E F2(n)2.887 E F0 .027 +(may be a process ID)2.767 F .256 +(or a job speci\214cation; if a job spec is gi)144 415.2 R -.15(ve)-.25 +G .256(n, all processes in that job').15 F 2.756(sp)-.55 G .256 (ipeline are w)-2.756 F .256(aited for)-.1 F 5.256(.I)-.55 G(f)-5.256 E -F2(n)3.116 E F0 .318(is not gi)144 480 R -.15(ve)-.25 G .318 +F2(n)3.116 E F0 .317(is not gi)144 427.2 R -.15(ve)-.25 G .317 (n, all currently acti).15 F .618 -.15(ve c)-.25 H .318 (hild processes are w).15 F .318(aited for)-.1 F 2.818(,a)-.4 G .318 -(nd the return status is zero.)-2.818 F .317(If the)5.317 F F1144 -492 Q F0 .361(option is supplied,)2.861 F F1(wait)2.861 E F0 -.1(wa) -2.861 G .361(its for an).1 F 2.862(yj)-.15 G .362 -(ob to terminate and returns its e)-2.862 F .362(xit status.)-.15 F(If) -5.362 E F2(n)3.222 E F0(speci\214es)3.102 E 2.596(an)144 504 S(on-e) --2.596 E .096(xistent process or job, the return status is 127.)-.15 F -.095(Otherwise, the return status is the e)5.095 F .095(xit status)-.15 -F(of the last process or job w)144 516 Q(aited for)-.1 E(.)-.55 E/F5 -10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 532.8 Q F0(If)108 544.8 Q F1 -(bash)4.396 E F0 1.896(is started with the name)4.396 F F1(rbash)4.397 E -F0 4.397(,o)C 4.397(rt)-4.397 G(he)-4.397 E F14.397 E F0 1.897 -(option is supplied at in)4.397 F -.2(vo)-.4 G 1.897 -(cation, the shell becomes).2 F 3.446(restricted. A)108 556.8 R .945 -(restricted shell is used to set up an en)3.446 F .945 -(vironment more controlled than the standard shell.)-.4 F(It)5.945 E -(beha)108 568.8 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E F1 -(bash)2.5 E F0(with the e)2.5 E(xception that the follo)-.15 E -(wing are disallo)-.25 E(wed or not performed:)-.25 E 32.5<8363>108 -585.6 S(hanging directories with)-32.5 E F1(cd)2.5 E F0 32.5<8373>108 -602.4 S(etting or unsetting the v)-32.5 E(alues of)-.25 E F3(SHELL)2.5 E +(nd the return status is zero.)-2.818 F .318(If the)5.318 F F1144 +439.2 Q F0 .362(option is supplied,)2.862 F F1(wait)2.862 E F0 -.1(wa) +2.862 G .362(its for an).1 F 2.862(yj)-.15 G .362 +(ob to terminate and returns its e)-2.862 F .361(xit status.)-.15 F(If) +5.361 E F2(n)3.221 E F0(speci\214es)3.101 E 2.595(an)144 451.2 S(on-e) +-2.595 E .095(xistent process or job, the return status is 127.)-.15 F +.096(Otherwise, the return status is the e)5.095 F .096(xit status)-.15 +F(of the last process or job w)144 463.2 Q(aited for)-.1 E(.)-.55 E/F5 +10.95/Times-Bold@0 SF(RESTRICTED SHELL)72 480 Q F0(If)108 492 Q F1(bash) +4.397 E F0 1.897(is started with the name)4.397 F F1(rbash)4.397 E F0 +4.397(,o)C 4.397(rt)-4.397 G(he)-4.397 E F14.397 E F0 1.896 +(option is supplied at in)4.397 F -.2(vo)-.4 G 1.896 +(cation, the shell becomes).2 F 3.445(restricted. A)108 504 R .945 +(restricted shell is used to set up an en)3.445 F .946 +(vironment more controlled than the standard shell.)-.4 F(It)5.946 E +(beha)108 516 Q -.15(ve)-.2 G 2.5(si).15 G(dentically to)-2.5 E F1(bash) +2.5 E F0(with the e)2.5 E(xception that the follo)-.15 E +(wing are disallo)-.25 E(wed or not performed:)-.25 E<83>108 532.8 Q +(changing directories with)144 532.8 Q F1(cd)2.5 E F0<83>108 549.6 Q +(setting or unsetting the v)144 549.6 Q(alues of)-.25 E F3(SHELL)2.5 E F4(,)A F3 -.666(PA)2.25 G(TH)-.189 E F4(,)A F3(ENV)2.25 E F4(,)A F0(or) -2.25 E F3 -.27(BA)2.5 G(SH_ENV).27 E F0 32.5<8373>108 619.2 S -(pecifying command names containing)-32.5 E F1(/)2.5 E F0 32.5<8373>108 -636 S(pecifying a \214lename containing a)-32.5 E F1(/)2.5 E F0 +2.25 E F3 -.27(BA)2.5 G(SH_ENV).27 E F0<83>108 566.4 Q +(specifying command names containing)144 566.4 Q F1(/)2.5 E F0<83>108 +583.2 Q(specifying a \214lename containing a)144 583.2 Q F1(/)2.5 E F0 (as an ar)2.5 E(gument to the)-.18 E F1(.)2.5 E F0 -.2(bu)5 G -(iltin command).2 E 32.5<8373>108 652.8 S .449 -(pecifying a \214lename containing a slash as an ar)-32.5 F .449 -(gument to the)-.18 F F12.95 E F0 .45(option to the)2.95 F F1 -(hash)2.95 E F0 -.2(bu)2.95 G .45(iltin com-).2 F(mand)144 664.8 Q 32.5 -<8369>108 681.6 S(mporting function de\214nitions from the shell en) --32.5 E(vironment at startup)-.4 E 32.5<8370>108 698.4 S(arsing the v) --32.5 E(alue of)-.25 E F3(SHELLOPTS)2.5 E F0(from the shell en)2.25 E -(vironment at startup)-.4 E 32.5<8372>108 715.2 S(edirecting output usi\ -ng the >, >|, <>, >&, &>, and >> redirection operators)-32.5 E -(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(73)190.95 E 0 Cg EP -%%Page: 74 74 +(iltin command).2 E<83>108 600 Q .45 +(specifying a \214lename containing a slash as an ar)144 600 R .449 +(gument to the)-.18 F F12.949 E F0 .449(option to the)2.949 F F1 +(hash)2.949 E F0 -.2(bu)2.949 G .449(iltin com-).2 F(mand)144 612 Q<83> +108 628.8 Q(importing function de\214nitions from the shell en)144 628.8 +Q(vironment at startup)-.4 E<83>108 645.6 Q(parsing the v)144 645.6 Q +(alue of)-.25 E F3(SHELLOPTS)2.5 E F0(from the shell en)2.25 E +(vironment at startup)-.4 E<83>108 662.4 Q(redirecting output using the\ + >, >|, <>, >&, &>, and >> redirection operators)144 662.4 Q<83>108 +679.2 Q(using the)144 679.2 Q F1(exec)2.5 E F0 -.2(bu)2.5 G +(iltin command to replace the shell with another command).2 E<83>108 696 +Q(adding or deleting b)144 696 Q(uiltin commands with the)-.2 E F1 +2.5 E F0(and)2.5 E F12.5 E F0(options to the)2.5 E F1(enable)2.5 E +F0 -.2(bu)2.5 G(iltin command).2 E<83>108 712.8 Q(using the)144 712.8 Q +F1(enable)2.5 E F0 -.2(bu)2.5 G +(iltin command to enable disabled shell b).2 E(uiltins)-.2 E +(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(76)192.055 E 0 Cg EP +%%Page: 77 77 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 32.5<8375>108 84 S(sing the)-32.5 E/F1 10/Times-Bold@0 SF(exec) -2.5 E F0 -.2(bu)2.5 G -(iltin command to replace the shell with another command).2 E 32.5<8361> -108 100.8 S(dding or deleting b)-32.5 E(uiltin commands with the)-.2 E -F12.5 E F0(and)2.5 E F12.5 E F0(options to the)2.5 E F1 -(enable)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E 32.5<8375>108 117.6 S -(sing the)-32.5 E F1(enable)2.5 E F0 -.2(bu)2.5 G -(iltin command to enable disabled shell b).2 E(uiltins)-.2 E 32.5<8373> -108 134.4 S(pecifying the)-32.5 E F12.5 E F0(option to the)2.5 E -F1(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E 32.5<8374>108 151.2 -S(urning of)-32.5 E 2.5(fr)-.25 G(estricted mode with)-2.5 E F1(set +r) -2.5 E F0(or)2.5 E F1(set +o r)2.5 E(estricted)-.18 E F0(.)A -(These restrictions are enforced after an)108 168 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 184.8 R -.15 -(xe)-.15 G 1.566(cuted \(see).15 F/F2 9/Times-Bold@0 SF 1.566 -(COMMAND EXECUTION)4.066 F F0(abo)3.816 E -.15(ve)-.15 G(\),).15 E F1 -(rbash)108 196.8 Q F0(turns of)2.5 E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E<83>108 84 Q +(specifying the)144 84 Q/F1 10/Times-Bold@0 SF2.5 E F0 +(option to the)2.5 E F1(command)2.5 E F0 -.2(bu)2.5 G(iltin command).2 E +<83>108 100.8 Q(turning of)144 100.8 Q 2.5(fr)-.25 G +(estricted mode with)-2.5 E F1(set +r)2.5 E F0(or)2.5 E F1(set +o r)2.5 +E(estricted)-.18 E F0(.)A(These restrictions are enforced after an)108 +117.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 134.4 R -.15 +(xe)-.15 G 1.567(cuted \(see).15 F/F2 9/Times-Bold@0 SF 1.567 +(COMMAND EXECUTION)4.067 F F0(abo)3.817 E -.15(ve)-.15 G(\),).15 E F1 +(rbash)108 146.4 Q F0(turns of)2.5 E 2.5(fa)-.25 G .3 -.15(ny r)-2.5 H (estrictions in the shell spa).15 E(wned to e)-.15 E -.15(xe)-.15 G -(cute the script.).15 E/F3 10.95/Times-Bold@0 SF(SEE ALSO)72 213.6 Q/F4 -10/Times-Italic@0 SF(Bash Refer)108 225.6 Q(ence Manual)-.37 E F0 2.5 +(cute the script.).15 E/F3 10.95/Times-Bold@0 SF(SEE ALSO)72 163.2 Q/F4 +10/Times-Italic@0 SF(Bash Refer)108 175.2 Q(ence Manual)-.37 E F0 2.5 (,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E F4 -(The Gnu Readline Libr)108 237.6 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E -(ox and Chet Rame)-.15 E(y)-.15 E F4(The Gnu History Libr)108 249.6 Q +(The Gnu Readline Libr)108 187.2 Q(ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E +(ox and Chet Rame)-.15 E(y)-.15 E F4(The Gnu History Libr)108 199.2 Q (ary)-.15 E F0 2.5(,B)C(rian F)-2.5 E(ox and Chet Rame)-.15 E(y)-.15 E -F4 -.8(Po)108 261.6 S(rtable Oper).8 E +F4 -.8(Po)108 211.2 S(rtable Oper).8 E (ating System Interface \(POSIX\) P)-.15 E(art 2: Shell and Utilities) --.8 E F0 2.5(,I)C(EEE --)-2.5 E(http://pubs.opengroup.or)144 273.6 Q -(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 285.6 Q +-.8 E F0 2.5(,I)C(EEE --)-2.5 E(http://pubs.opengroup.or)144 223.2 Q +(g/onlinepubs/9699919799/)-.18 E(http://tiswww)108 235.2 Q (.case.edu/~chet/bash/POSIX -- a description of posix mode)-.65 E F4(sh) -108 297.6 Q F0(\(1\),)A F4(ksh)2.5 E F0(\(1\),)A F4(csh)2.5 E F0(\(1\))A -F4(emacs)108 309.6 Q F0(\(1\),)A F4(vi)2.5 E F0(\(1\))A F4 -.37(re)108 -321.6 S(adline).37 E F0(\(3\))A F3(FILES)72 338.4 Q F4(/bin/bash)109.666 -350.4 Q F0(The)144 362.4 Q F1(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E -F4(/etc/pr)109.666 374.4 Q(o\214le)-.45 E F0 -(The systemwide initialization \214le, e)144 386.4 Q -.15(xe)-.15 G -(cuted for login shells).15 E F4(~/.bash_pr)109.666 398.4 Q(o\214le)-.45 -E F0(The personal initialization \214le, e)144 410.4 Q -.15(xe)-.15 G -(cuted for login shells).15 E F4(~/.bashr)109.666 422.4 Q(c)-.37 E F0 -(The indi)144 434.4 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G -(-shell startup \214le).15 E F4(~/.bash_lo)109.666 446.4 Q(gout)-.1 E F0 -(The indi)144 458.4 Q(vidual login shell cleanup \214le, e)-.25 E -.15 -(xe)-.15 G(cuted when a login shell e).15 E(xits)-.15 E F4(~/.inputr) -109.666 470.4 Q(c)-.37 E F0(Indi)144 482.4 Q(vidual)-.25 E F4 -.37(re) -2.5 G(adline).37 E F0(initialization \214le)2.5 E F3 -.548(AU)72 499.2 S -(THORS).548 E F0(Brian F)108 511.2 Q(ox, Free Softw)-.15 E(are F)-.1 E -(oundation)-.15 E(bfox@gnu.or)108 523.2 Q(g)-.18 E(Chet Rame)108 540 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 552 Q(y@case.edu)-.15 E -F3 -.11(BU)72 568.8 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F0 .567 -(If you \214nd a b)108 580.8 R .568(ug in)-.2 F F1(bash,)3.068 E F0 .568 +108 247.2 Q F0(\(1\),)A F4(ksh)2.5 E F0(\(1\),)A F4(csh)2.5 E F0(\(1\))A +F4(emacs)108 259.2 Q F0(\(1\),)A F4(vi)2.5 E F0(\(1\))A F4 -.37(re)108 +271.2 S(adline).37 E F0(\(3\))A F3(FILES)72 288 Q F4(/bin/bash)109.666 +300 Q F0(The)144 312 Q F1(bash)2.5 E F0 -.15(exe)2.5 G(cutable).15 E F4 +(/etc/pr)109.666 324 Q(o\214le)-.45 E F0 +(The systemwide initialization \214le, e)144 336 Q -.15(xe)-.15 G +(cuted for login shells).15 E F4(~/.bash_pr)109.666 348 Q(o\214le)-.45 E +F0(The personal initialization \214le, e)144 360 Q -.15(xe)-.15 G +(cuted for login shells).15 E F4(~/.bashr)109.666 372 Q(c)-.37 E F0 +(The indi)144 384 Q(vidual per)-.25 E(-interacti)-.2 E -.15(ve)-.25 G +(-shell startup \214le).15 E F4(~/.bash_lo)109.666 396 Q(gout)-.1 E F0 +(The indi)144 408 Q(vidual login shell cleanup \214le, e)-.25 E -.15(xe) +-.15 G(cuted when a login shell e).15 E(xits)-.15 E F4(~/.inputr)109.666 +420 Q(c)-.37 E F0(Indi)144 432 Q(vidual)-.25 E F4 -.37(re)2.5 G(adline) +.37 E F0(initialization \214le)2.5 E F3 -.548(AU)72 448.8 S(THORS).548 E +F0(Brian F)108 460.8 Q(ox, Free Softw)-.15 E(are F)-.1 E(oundation)-.15 +E(bfox@gnu.or)108 472.8 Q(g)-.18 E(Chet Rame)108 489.6 Q 1.3 -.65(y, C) +-.15 H(ase W).65 E(estern Reserv)-.8 E 2.5(eU)-.15 G(ni)-2.5 E -.15(ve) +-.25 G(rsity).15 E(chet.rame)108 501.6 Q(y@case.edu)-.15 E F3 -.11(BU)72 +518.4 S 2.738(GR).11 G(EPOR)-2.738 E(TS)-.438 E F0 .568 +(If you \214nd a b)108 530.4 R .568(ug in)-.2 F F1(bash,)3.068 E F0 .568 (you should report it.)3.068 F .568(But \214rst, you should mak)5.568 F -3.068(es)-.1 G .568(ure that it really is a b)-3.068 F .568(ug, and)-.2 -F 5.626(that it appears in the latest v)108 592.8 R 5.625(ersion of)-.15 -F F1(bash)8.125 E F0 10.625(.T)C 5.625(he latest v)-10.625 F 5.625 -(ersion is al)-.15 F -.1(wa)-.1 G 5.625(ys a).1 F -.25(va)-.2 G 5.625 -(ilable from).25 F F4(ftp://ftp.gnu.or)108 604.8 Q(g/pub/gnu/bash/)-.37 -E F0(.)A .41(Once you ha)108 621.6 R .71 -.15(ve d)-.2 H .41 -(etermined that a b).15 F .41(ug actually e)-.2 F .411(xists, use the) --.15 F F4(bashb)3.181 E(ug)-.2 E F0 .411(command to submit a b)3.131 F -.411(ug report.)-.2 F(If)5.411 E .595(you ha)108 633.6 R .895 -.15 -(ve a \214)-.2 H .595(x, you are encouraged to mail that as well!).15 F -.594(Suggestions and `philosophical' b)5.595 F .594(ug reports may)-.2 F -(be mailed to)108 645.6 Q F4 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F0 +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 542.4 R 5.625(ersion of)-.15 +F F1(bash)8.125 E F0 10.625(.T)C 5.625(he latest v)-10.625 F 5.626 +(ersion is al)-.15 F -.1(wa)-.1 G 5.626(ys a).1 F -.25(va)-.2 G 5.626 +(ilable from).25 F F4(ftp://ftp.gnu.or)108 554.4 Q(g/pub/gnu/bash/)-.37 +E F0(.)A .411(Once you ha)108 571.2 R .711 -.15(ve d)-.2 H .411 +(etermined that a b).15 F .411(ug actually e)-.2 F .411(xists, use the) +-.15 F F4(bashb)3.18 E(ug)-.2 E F0 .41(command to submit a b)3.13 F .41 +(ug report.)-.2 F(If)5.41 E .594(you ha)108 583.2 R .894 -.15(ve a \214) +-.2 H .595(x, you are encouraged to mail that as well!).15 F .595 +(Suggestions and `philosophical' b)5.595 F .595(ug reports may)-.2 F +(be mailed to)108 595.2 Q F4 -.2(bu)2.5 G(g-bash@gnu.or).2 E(g)-.37 E F0 (or posted to the Usenet ne)2.5 E(wsgroup)-.25 E F1(gnu.bash.b)2.5 E(ug) --.2 E F0(.)A(ALL b)108 662.4 Q(ug reports should include:)-.2 E(The v) -108 679.2 Q(ersion number of)-.15 E F1(bash)2.5 E F0(The hardw)108 691.2 -Q(are and operating system)-.1 E(The compiler used to compile)108 703.2 -Q(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 E(74)190.95 E 0 Cg EP -%%Page: 75 75 +-.2 E F0(.)A(ALL b)108 612 Q(ug reports should include:)-.2 E(The v)108 +628.8 Q(ersion number of)-.15 E F1(bash)2.5 E F0(The hardw)108 640.8 Q +(are and operating system)-.1 E(The compiler used to compile)108 652.8 Q +2.5(Ad)108 664.8 S(escription of the b)-2.5 E(ug beha)-.2 E(viour)-.2 E +2.5(As)108 676.8 S(hort script or `recipe' which e)-2.5 E -.15(xe)-.15 G +(rcises the b).15 E(ug)-.2 E F4(bashb)108.27 693.6 Q(ug)-.2 E F0 +(inserts the \214rst three items automatically into the template it pro) +2.72 E(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108 +710.4 Q(ug reports concerning this manual page should be directed to)-.2 +E F4 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F0(.) +.25 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 E(77)192.055 E 0 Cg +EP +%%Page: 78 78 %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 389.54(SH\(1\) B).35 F(ASH\(1\)) --.35 E 2.5(Ad)108 84 S(escription of the b)-2.5 E(ug beha)-.2 E(viour) --.2 E 2.5(As)108 96 S(hort script or `recipe' which e)-2.5 E -.15(xe) --.15 G(rcises the b).15 E(ug)-.2 E/F1 10/Times-Italic@0 SF(bashb)108.27 -112.8 Q(ug)-.2 E F0 -(inserts the \214rst three items automatically into the template it pro) -2.72 E(vides for \214ling a b)-.15 E(ug report.)-.2 E(Comments and b)108 -129.6 Q(ug reports concerning this manual page should be directed to)-.2 -E F1 -.15(ch)2.5 G(et.r).15 E(ame)-.15 E(y@case)-.3 E(.edu)-.15 E F0(.) -.25 E/F2 10.95/Times-Bold@0 SF -.11(BU)72 146.4 S(GS).11 E F0(It')108 -158.4 Q 2.5(st)-.55 G(oo big and too slo)-2.5 E -.65(w.)-.25 G 1.868 -(There are some subtle dif)108 175.2 R 1.868(ferences between)-.25 F/F3 +/F0 10/Times-Roman@0 SF -.35(BA)72 48 S 137.14(SH\(1\) General).35 F +(Commands Manual)2.5 E -.35(BA)139.64 G(SH\(1\)).35 E/F1 10.95 +/Times-Bold@0 SF -.11(BU)72 84 S(GS).11 E F0(It')108 96 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 112.8 R 1.869(ferences between)-.25 F/F2 10/Times-Bold@0 SF(bash)4.369 E F0 1.869(and traditional v)4.369 F 1.869 -(ersions of)-.15 F F3(sh)4.369 E F0 4.369(,m)C 1.869 -(ostly because of the)-4.369 F/F4 9/Times-Bold@0 SF(POSIX)108 187.2 Q F0 -(speci\214cation.)2.25 E(Aliases are confusing in some uses.)108 204 Q -(Shell b)108 220.8 Q +(ersions of)-.15 F F2(sh)4.368 E F0 4.368(,m)C 1.868 +(ostly because of the)-4.368 F/F3 9/Times-Bold@0 SF(POSIX)108 124.8 Q F0 +(speci\214cation.)2.25 E(Aliases are confusing in some uses.)108 141.6 Q +(Shell b)108 158.4 Q (uiltin commands and functions are not stoppable/restartable.)-.2 E 1.315(Compound commands and command sequences of the form `a ; b ; c' a\ -re not handled gracefully when)108 237.6 R .389 -(process suspension is attempted.)108 249.6 R .389 -(When a process is stopped, the shell immediately e)5.389 F -.15(xe)-.15 -G .39(cutes the ne).15 F .39(xt com-)-.15 F .193(mand in the sequence.) -108 261.6 R .192(It suf)5.193 F .192(\214ces to place the sequence of c\ -ommands between parentheses to force it into a)-.25 F -(subshell, which may be stopped as a unit.)108 273.6 Q(Array v)108 290.4 -Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E -(There may be only one acti)108 307.2 Q .3 -.15(ve c)-.25 H -(oprocess at a time.).15 E(GNU Bash 4.3)72 768 Q(2014 February 2)141.79 -E(75)190.95 E 0 Cg EP +re not handled gracefully when)108 175.2 R .39 +(process suspension is attempted.)108 187.2 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 199.2 R .192(It suf)5.192 F .192(\214ces to \ +place the sequence of commands between parentheses to force it into a) +-.25 F(subshell, which may be stopped as a unit.)108 211.2 Q(Array v)108 +228 Q(ariables may not \(yet\) be e)-.25 E(xported.)-.15 E +(There may be only one acti)108 244.8 Q .3 -.15(ve c)-.25 H +(oprocess at a time.).15 E(GNU Bash 4.4)72 768 Q(2016 August 26)142.895 +E(78)192.055 E 0 Cg EP %%Trailer end %%EOF diff --git a/doc/bashbug.0 b/doc/bashbug.0 index 41fc1edbb..e40eed379 100644 --- a/doc/bashbug.0 +++ b/doc/bashbug.0 @@ -1,4 +1,4 @@ -BASHBUG(1) BASHBUG(1) +BASHBUG(1) General Commands Manual BASHBUG(1) @@ -27,8 +27,9 @@ DDEESSCCRRIIPPTTIIOONN EENNVVIIRROONNMMEENNTT bbaasshhbbuugg will utilize the following environment variables if they exist: - EEDDIITTOORR Specifies the preferred editor. If EEDDIITTOORR is not set, bbaasshhbbuugg - defaults to eemmaaccss. + EEDDIITTOORR Specifies the preferred editor. If EEDDIITTOORR is not set, bbaasshhbbuugg + attempts to locate a number of alternative editors, including + eemmaaccss, and defaults to vvii. HHOOMMEE Directory in which the failed bug report is saved if the mail fails. @@ -47,4 +48,4 @@ AAUUTTHHOORRSS -GNU Bash-4.0 1998 July 30 BASHBUG(1) +GNU Bash-4.4 2016 February 15 BASHBUG(1) diff --git a/doc/bashbug.1 b/doc/bashbug.1 index 962cb9cba..61d9122ab 100644 --- a/doc/bashbug.1 +++ b/doc/bashbug.1 @@ -5,9 +5,9 @@ .\" Case Western Reserve University .\" chet@po.cwru.edu .\" -.\" Last Change: Tue Apr 3 15:46:30 EDT 2007 +.\" Last Change: Mon Feb 15 14:42:40 EST 2016 .\" -.TH BASHBUG 1 "1998 July 30" "GNU Bash-4.0" +.TH BASHBUG 1 "2016 February 15" "GNU Bash-4.4" .SH NAME bashbug \- report a bug in bash .SH SYNOPSIS @@ -43,8 +43,9 @@ Specifies the preferred editor. If .B EDITOR is not set, .B bashbug -defaults to -.BR emacs . +attempts to locate a number of alternative editors, including +.BR emacs , +and defaults to \fBvi\fP. .TP .B HOME Directory in which the failed bug report is saved if the mail fails. diff --git a/doc/bashbug.ps b/doc/bashbug.ps index efbcdda14..a5df73f55 100644 --- a/doc/bashbug.ps +++ b/doc/bashbug.ps @@ -1,20 +1,20 @@ %!PS-Adobe-3.0 -%%Creator: groff version 1.19.2 -%%CreationDate: Mon Nov 17 17:38:06 2008 +%%Creator: groff version 1.22.3 +%%CreationDate: Mon Mar 28 15:34:55 2016 %%DocumentNeededResources: font Times-Roman %%+ font Times-Bold %%+ font Times-Italic -%%DocumentSuppliedResources: procset grops 1.19 2 +%%DocumentSuppliedResources: procset grops 1.22 3 %%Pages: 1 %%PageOrder: Ascend -%%DocumentMedia: Default 595 842 0 () () +%%DocumentMedia: Default 612 792 0 () () %%Orientation: Portrait %%EndComments %%BeginDefaults %%PageMedia: Default %%EndDefaults %%BeginProlog -%%BeginResource: procset grops 1.19 2 +%%BeginResource: procset grops 1.22 3 %!PS-Adobe-3.0 Resource-ProcSet /setpacking where{ pop @@ -72,6 +72,7 @@ exch pop add exch pop /level0 save def 1 setlinecap 1 setlinejoin +DEFS/BPhook known{DEFS begin BPhook end}if 72 RES div dup scale LS{ 90 rotate @@ -137,7 +138,10 @@ pop findfont dup maxlength 1 index/FontName known not{1 add}if dict begin { -1 index/FID ne{def}{pop pop}ifelse +1 index/FID ne +2 index/UniqueID ne +and +{def}{pop pop}ifelse }forall /Encoding exch def dup/FontName exch def @@ -175,8 +179,10 @@ newpath userdict begin /showpage{}def /setpagedevice{}def +mark }bind def /PEND{ +cleartomark countdictstack CNT sub{end}repeat level1 restore }bind def @@ -189,17 +195,17 @@ setpacking %%EndProlog %%BeginSetup %%BeginFeature: *PageSize Default -<< /PageSize [ 595 842 ] /ImagingBBox null >> setpagedevice +<< /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 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron -/Zcaron/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef +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/.notdef/space/exclam/quotedbl/numbersign/dollar/percent +/.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 @@ -229,13 +235,14 @@ def/PL 841.89 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron %%BeginPageSetup BP %%EndPageSetup -/F0 10/Times-Roman@0 SF -.35(BA)72 48 S(SHB).35 E 347.52(UG\(1\) B)-.1 F -(ASHB)-.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 +/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 @@ -265,20 +272,23 @@ F0(in the in)2.5 E -.2(vo)-.4 G(king user').2 E 2.5(sh)-.55 G (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(Speci\214es the preferred editor)144 312 -Q 2.5(.I)-.55 G(f)-2.5 E F4(EDIT)2.5 E(OR)-.162 E F0(is not set,)2.25 E -F2(bashb)2.5 E(ug)-.2 E F0(def)2.5 E(aults to)-.1 E F2(emacs)2.5 E F0(.) -A F2(HOME)108 328.8 Q F0(Directory in which the f)144 340.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 357.6 Q F0 +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 .3 +-.15(ve e)-.25 H(ditors, including).15 E F2(emacs)2.5 E F0 2.5(,a)C +(nd def)-2.5 E(aults to)-.1 E F2(vi)2.5 E F0(.)A F2(HOME)108 340.8 Q F0 +(Directory in which the f)144 352.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 369.6 Q F0 (Directory in which to create temporary \214les and directories.)144 -369.6 Q F1(SEE ALSO)72 386.4 Q F3(bash)108 398.4 Q F0(\(1\))A F1 -.548 -(AU)72 415.2 S(THORS).548 E F0(Brian F)108 427.2 Q(ox, Free Softw)-.15 E -(are F)-.1 E(oundation)-.15 E(bfox@gnu.or)108 439.2 Q(g)-.18 E -(Chet Rame)108 456 Q 1.3 -.65(y, C)-.15 H(ase W).65 E(estern Reserv)-.8 +381.6 Q F1(SEE ALSO)72 398.4 Q F3(bash)108 410.4 Q F0(\(1\))A F1 -.548 +(AU)72 427.2 S(THORS).548 E F0(Brian F)108 439.2 Q(ox, Free Softw)-.15 E +(are F)-.1 E(oundation)-.15 E(bfox@gnu.or)108 451.2 Q(g)-.18 E +(Chet Rame)108 468 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 468 Q(GNU Bash-4.0)72 768 Q(1998 July 30)148.175 E(1)203.165 E 0 Cg -EP +108 480 Q(GNU Bash-4.4)72 768 Q(2016 February 15)138.46 E(1)193.45 E 0 +Cg EP %%Trailer end %%EOF diff --git a/doc/bashref.dvi b/doc/bashref.dvi index f56627f8eb9e0b3e0c5b2c11d3b7dae87180a7b0..6b4fc4912415f4c866b9d7998ae0703af0765ed9 100644 GIT binary patch delta 81791 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

+ +
+ + + +

3.2.4.3 Grouping Commands

+ + +

Bash provides two ways to group a list of commands to be executed as a unit. When commands are grouped, redirections may be applied to the entire command list. For example, the output of all the commands in the list may be redirected to a single stream. -

- -

-
() -
 
( list )
-

- -Placing a list of commands between parentheses causes a subshell -environment to be created (see section 3.7.3 Command Execution Environment), and each -of the commands in list to be executed in that subshell. Since the -list is executed in a subshell, variable assignments do not remain in +

+
+
()
+
+
( list )
+
+ +

Placing a list of commands between parentheses causes a subshell +environment to be created (see Command Execution Environment), and each +of the commands in list to be executed in that subshell. Since the +list is executed in a subshell, variable assignments do not remain in effect after the subshell completes. -

- -

{} -
- -
 
{ list; }
-

- -Placing a list of commands between curly braces causes the list to +

+
+
{}
+
+ +
+
{ list; }
+
+ +

Placing a list of commands between curly braces causes the list to be executed in the current shell context. No subshell is created. -The semicolon (or newline) following list is required. -

-

+The semicolon (or newline) following list is required. +

+
-In addition to the creation of a subshell, there is a subtle difference +

In addition to the creation of a subshell, there is a subtle difference between these two constructs due to historical reasons. The braces -are reserved words, so they must be separated from the list -by blanks or other shell metacharacters. -The parentheses are operators, and are +are reserved words, so they must be separated from the list +by blanks or other shell metacharacters. +The parentheses are operators, and are recognized as separate tokens by the shell even if they are not separated -from the list by whitespace. -

- -The exit status of both of these constructs is the exit status of -list. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.5 Coprocesses

- -

- -A coprocess is a shell command preceded by the coproc +from the list by whitespace. +

+

The exit status of both of these constructs is the exit status of +list. +

+
+ +
+

+Next: , Previous: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.5 Coprocesses

+ + +

A coprocess is a shell command preceded by the coproc reserved word. A coprocess is executed asynchronously in a subshell, as if the command -had been terminated with the `&' control operator, with a two-way pipe +had been terminated with the ‘&’ control operator, with a two-way pipe established between the executing shell and the coprocess. -

- -The format for a coprocess is: -
 
coproc [NAME] command [redirections]
-

- -This creates a coprocess named NAME. -If NAME is not supplied, the default name is COPROC. -NAME must not be supplied if command is a simple -command (see section 3.2.1 Simple Commands); otherwise, it is interpreted as +

+

The format for a coprocess is: +

+
coproc [NAME] command [redirections]
+
+ +

This creates a coprocess named NAME. +If NAME is not supplied, the default name is COPROC. +NAME must not be supplied if command is a simple +command (see Simple Commands); otherwise, it is interpreted as the first word of the simple command. -

- -When the coprocess is executed, the shell creates an array variable -(see section 6.7 Arrays) -named NAME in the context of the executing shell. -The standard output of command +

+

When the coprocess is executed, the shell creates an array variable +(see Arrays) +named NAME in the context of the executing shell. +The standard output of command is connected via a pipe to a file descriptor in the executing shell, -and that file descriptor is assigned to NAME[0]. -The standard input of command +and that file descriptor is assigned to NAME[0]. +The standard input of command is connected via a pipe to a file descriptor in the executing shell, -and that file descriptor is assigned to NAME[1]. +and that file descriptor is assigned to NAME[1]. This pipe is established before any redirections specified by the -command (see section 3.6 Redirections). +command (see Redirections). The file descriptors can be utilized as arguments to shell commands and redirections using standard word expansions. The file descriptors are not available in subshells. -

- -The process ID of the shell spawned to execute the coprocess is -available as the value of the variable NAME_PID. -The wait +

+

The process ID of the shell spawned to execute the coprocess is +available as the value of the variable NAME_PID. +The wait builtin command may be used to wait for the coprocess to terminate. -

- -Since the coprocess is created as an asynchronous command, -the coproc command always returns success. -The return status of a coprocess is the exit status of command. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.2.6 GNU Parallel

- -

- -There are ways to run commands in parallel that are not built into Bash. +

+

Since the coprocess is created as an asynchronous command, +the coproc command always returns success. +The return status of a coprocess is the exit status of command. +

+
+ +
+

+Previous: , Up: Shell Commands   [Contents][Index]

+
+ +

3.2.6 GNU Parallel

+ +

There are ways to run commands in parallel that are not built into Bash. GNU Parallel is a tool to do just that. -

- -GNU Parallel, as its name suggests, can be used to build and run commands +

+

GNU Parallel, as its name suggests, can be used to build and run commands in parallel. You may run the same command with different arguments, whether they are filenames, usernames, hostnames, or lines read from files. GNU Parallel provides shorthand references to many of the most common operations (input lines, various portions of the input line, different ways to specify -the input source, and so on). Parallel can replace xargs or feed +the input source, and so on). Parallel can replace xargs or feed commands from its input sources to several different instances of Bash. -

- -For a complete description, refer to the GNU Parallel documentation. A few +

+

For a complete description, refer to the GNU Parallel documentation. A few examples should provide a brief introduction to its use. -

- -For example, it is easy to replace xargs to gzip all html files in the +

+

For example, it is easy to replace xargs to gzip all html files in the current directory and its subdirectories: -
 
find . -type f -name '*.html' -print | parallel gzip
-
If you need to protect special characters such as newlines in file names, -use find's `-print0' option and parallel's `-0' option. -

- -You can use Parallel to move files from the current directory when the -number of files is too large to process with one mv invocation: -
 
ls | parallel mv {} destdir
-

- -As you can see, the {} is replaced with each line read from standard input. -While using ls will work in most instances, it is not sufficient to +

+
find . -type f -name '*.html' -print | parallel gzip
+
+

If you need to protect special characters such as newlines in file names, +use find’s -print0 option and parallel’s -0 option. +

+

You can use Parallel to move files from the current directory when the +number of files is too large to process with one mv invocation: +

+
ls | parallel mv {} destdir
+
+ +

As you can see, the {} is replaced with each line read from standard input. +While using ls will work in most instances, it is not sufficient to deal with all filenames. If you need to accommodate special characters in filenames, you can use -

- -
 
find . -depth 1 \! -name '.*' -print0 | parallel -0 mv {} destdir
-

- -as alluded to above. -

- -This will run as many mv commands as there are files in the current +

+
+
find . -depth 1 \! -name '.*' -print0 | parallel -0 mv {} destdir
+
+ +

as alluded to above. +

+

This will run as many mv commands as there are files in the current directory. -You can emulate a parallel xargs by adding the `-X' option: -
 
find . -depth 1 \! -name '.*' -print0 | parallel -0 -X mv {} destdir
-

+You can emulate a parallel xargs by adding the -X option: +

+
find . -depth 1 \! -name '.*' -print0 | parallel -0 -X mv {} destdir
+
-GNU Parallel can replace certain common idioms that operate on lines read +

GNU Parallel can replace certain common idioms that operate on lines read from a file (in this case, filenames listed one per line): -
 
	while IFS= read -r x; do
-		do-something1 "$x" "config-$x"
-		do-something2 < "$x"
-	done < file | process-output
-

- -with a more compact syntax reminiscent of lambdas: -
 
cat list | parallel "do-something1 {} config-{} ; do-something2 < {}" | process-output
-

- -Parallel provides a built-in mechanism to remove filename extensions, which +

+
	while IFS= read -r x; do
+		do-something1 "$x" "config-$x"
+		do-something2 < "$x"
+	done < file | process-output
+
+ +

with a more compact syntax reminiscent of lambdas: +

+
cat list | parallel "do-something1 {} config-{} ; do-something2 < {}" | process-output
+
+ +

Parallel provides a built-in mechanism to remove filename extensions, which lends itself to batch file transformations or renaming: -
 
ls *.gz | parallel -j+0 "zcat {} | bzip2 >{.}.bz2 && rm {}"
-
This will recompress all files in the current directory with names ending +

+
ls *.gz | parallel -j+0 "zcat {} | bzip2 >{.}.bz2 && rm {}"
+
+

This will recompress all files in the current directory with names ending in .gz using bzip2, running one job per CPU (-j+0) in parallel. -(We use ls for brevity here; using find as above is more +(We use ls for brevity here; using find as above is more robust in the face of filenames containing unexpected characters.) Parallel can take arguments from the command line; the above can also be written as -

+

+
+
parallel "zcat {} | bzip2 >{.}.bz2 && rm {}" ::: *.gz
+
-
 
parallel "zcat {} | bzip2 >{.}.bz2 && rm {}" ::: *.gz
-

- -If a command generates output, you may want to preserve the input order in +

If a command generates output, you may want to preserve the input order in the output. For instance, the following command -
 
{ echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel traceroute
-
will display as output the traceroute invocation that finishes first. -Adding the `-k' option -
 
{ echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel -k traceroute
-
will ensure that the output of traceroute foss.org.my is displayed first. -

- -Finally, Parallel can be used to run a sequence of shell commands in parallel, -similar to `cat file | bash'. +

+
{ echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel traceroute
+
+

will display as output the traceroute invocation that finishes first. +Adding the -k option +

+
{ echo foss.org.my ; echo debian.org; echo freenetproject.org; } | parallel -k traceroute
+
+

will ensure that the output of traceroute foss.org.my is displayed first. +

+

Finally, Parallel can be used to run a sequence of shell commands in parallel, +similar to ‘cat file | bash’. It is not uncommon to take a list of filenames, create a series of shell commands to operate on them, and feed that list of commnds to a shell. -Parallel can speed this up. Assuming that `file' contains a list of +Parallel can speed this up. Assuming that file contains a list of shell commands, one per line, -

- -
 
parallel -j 10 < file
-

+

+
+
parallel -j 10 < file
+
-will evaluate the commands using the shell (since no explicit command is +

will evaluate the commands using the shell (since no explicit command is supplied as an argument), in blocks of ten shell jobs at a time. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.3 Shell Functions

- -

- -Shell functions are a way to group commands for later execution +

+
+ + + +

3.3 Shell Functions

+ + + +

Shell functions are a way to group commands for later execution using a single name for the group. They are executed just like -a "regular" command. +a "regular" command. When the name of a shell function is used as a simple command name, the list of commands associated with that function name is executed. Shell functions are executed in the current shell context; no new process is created to interpret them. -

- -Functions are declared using this syntax: - -
 
name () compound-command [ redirections ]
-

- -or -

- -
 
function name [()] compound-command [ redirections ]
-

- -This defines a shell function named name. The reserved -word function is optional. -If the function reserved +

+

Functions are declared using this syntax: + +

+
name () compound-command [ redirections ]
+
+ +

or +

+
+
function name [()] compound-command [ redirections ]
+
+ +

This defines a shell function named name. The reserved +word function is optional. +If the function reserved word is supplied, the parentheses are optional. -The body of the function is the compound command -compound-command (see section 3.2.4 Compound Commands). -That command is usually a list enclosed between { and }, but -may be any compound command listed above. -compound-command is executed whenever name is specified as the +The body of the function is the compound command +compound-command (see Compound Commands). +That command is usually a list enclosed between { and }, but +may be any compound command listed above, +with one exception: If the function reserved word is used, but the +parentheses are not supplied, the braces are required. +compound-command is executed whenever name is specified as the name of a command. -When the shell is in POSIX mode (see section 6.11 Bash POSIX Mode), -name may not be the same as one of the special builtins -(see section 4.4 Special Builtins). -Any redirections (see section 3.6 Redirections) associated with the shell function +When the shell is in POSIX mode (see Bash POSIX Mode), +name may not be the same as one of the special builtins +(see Special Builtins). +Any redirections (see Redirections) associated with the shell function are performed when the function is executed. -

- -A function definition may be deleted using the `-f' option to the -unset builtin (see section 4.1 Bourne Shell Builtins). -

- -The exit status of a function definition is zero unless a syntax error +

+

A function definition may be deleted using the -f option to the +unset builtin (see Bourne Shell Builtins). +

+

The exit status of a function definition is zero unless a syntax error occurs or a readonly function with the same name already exists. When executed, the exit status of a function is the exit status of the last command executed in the body. -

- -Note that for historical reasons, in the most common usage the curly braces +

+

Note that for historical reasons, in the most common usage the curly braces that surround the body of the function must be separated from the body by -blanks or newlines. +blanks or newlines. This is because the braces are reserved words and are only recognized as such when they are separated from the command list by whitespace or another shell metacharacter. -Also, when using the braces, the list must be terminated by a semicolon, -a `&', or a newline. -

- -When a function is executed, the arguments to the +Also, when using the braces, the list must be terminated by a semicolon, +a ‘&’, or a newline. +

+

When a function is executed, the arguments to the function become the positional parameters -during its execution (see section 3.4.1 Positional Parameters). -The special parameter `#' that expands to the number of +during its execution (see Positional Parameters). +The special parameter ‘#’ that expands to the number of positional parameters is updated to reflect the change. -Special parameter 0 is unchanged. -The first element of the FUNCNAME variable is set to the +Special parameter 0 is unchanged. +The first element of the FUNCNAME variable is set to the name of the function while the function is executing. -

- -All other aspects of the shell execution +

+

All other aspects of the shell execution environment are identical between a function and its caller with these exceptions: -the DEBUG and RETURN traps +the DEBUG and RETURN traps are not inherited unless the function has been given the -trace attribute using the declare builtin or -the -o functrace option has been enabled with -the set builtin, -(in which case all functions inherit the DEBUG and RETURN traps), -and the ERR trap is not inherited unless the -o errtrace +trace attribute using the declare builtin or +the -o functrace option has been enabled with +the set builtin, +(in which case all functions inherit the DEBUG and RETURN traps), +and the ERR trap is not inherited unless the -o errtrace shell option has been enabled. -See section 4.1 Bourne Shell Builtins, for the description of the -trap builtin. -

- -The FUNCNEST variable, if set to a numeric value greater +See Bourne Shell Builtins, for the description of the +trap builtin. +

+

The FUNCNEST variable, if set to a numeric value greater than 0, defines a maximum function nesting level. Function invocations that exceed the limit cause the entire command to abort. -

- -If the builtin command return +

+

If the builtin command return is executed in a function, the function completes and execution resumes with the next command after the function call. -Any command associated with the RETURN trap is executed +Any command associated with the RETURN trap is executed before execution resumes. When a function completes, the values of the -positional parameters and the special parameter `#' -are restored to the values they had prior to the function's -execution. If a numeric argument is given to return, -that is the function's return status; otherwise the function's +positional parameters and the special parameter ‘#’ +are restored to the values they had prior to the function’s +execution. If a numeric argument is given to return, +that is the function’s return status; otherwise the function’s return status is the exit status of the last command executed -before the return. -

- -Variables local to the function may be declared with the -local builtin. These variables are visible only to +before the return. +

+

Variables local to the function may be declared with the +local builtin. These variables are visible only to the function and the commands it invokes. -

- -Function names and definitions may be listed with the -`-f' option to the declare (typeset) -builtin command (see section 4.2 Bash Builtin Commands). -The `-F' option to declare or typeset +

+

Function names and definitions may be listed with the +-f option to the declare (typeset) +builtin command (see Bash Builtins). +The -F option to declare or typeset will list the function names only -(and optionally the source file and line number, if the extdebug +(and optionally the source file and line number, if the extdebug shell option is enabled). Functions may be exported so that subshells automatically have them defined with the -`-f' option to the export builtin -(see section 4.1 Bourne Shell Builtins). +-f option to the export builtin +(see Bourne Shell Builtins). Note that shell functions and variables with the same name may result in multiple identically-named entries in the environment passed to the -shell's children. +shell’s children. Care should be taken in cases where this may cause a problem. -

- -Functions may be recursive. -The FUNCNEST variable may be used to limit the depth of the +

+

Functions may be recursive. +The FUNCNEST variable may be used to limit the depth of the function call stack and restrict the number of function invocations. By default, no limit is placed on the number of recursive calls. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.4 Shell Parameters

- -

- -

- - -
3.4.1 Positional Parameters  The shell's command-line arguments.
3.4.2 Special Parameters  Parameters denoted by special characters.
-

- -A parameter is an entity that stores values. -It can be a name, a number, or one of the special characters +

+
+ + + +

3.4 Shell Parameters

+ + + + + + + + + +

A parameter is an entity that stores values. +It can be a name, a number, or one of the special characters listed below. -A variable is a parameter denoted by a name. -A variable has a value and zero or more attributes. -Attributes are assigned using the declare builtin command -(see the description of the declare builtin in 4.2 Bash Builtin Commands). -

- -A parameter is set if it has been assigned a value. The null string is +A variable is a parameter denoted by a name. +A variable has a value and zero or more attributes. +Attributes are assigned using the declare builtin command +(see the description of the declare builtin in Bash Builtins). +

+

A parameter is set if it has been assigned a value. The null string 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 -
 
name=[value]
-
If value +the unset builtin command. +

+

A variable may be assigned to by 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, +values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote -removal (detailed below). If the variable has its integer -attribute set, then value -is evaluated as an arithmetic expression even if the $((...)) -expansion is not used (see section 3.5.5 Arithmetic Expansion). +removal (detailed below). If the variable has its integer +attribute set, then value +is evaluated as an arithmetic expression even if the $((…)) +expansion is not used (see Arithmetic Expansion). Word splitting is not performed, with the exception -of "$@" as explained below. +of "$@" as explained below. Filename expansion is not performed. Assignment statements may also appear as arguments to the -alias, -declare, typeset, export, readonly, -and local builtin commands. -When in POSIX mode (see section 6.11 Bash POSIX Mode), these builtins may appear -in a command after one or more instances of the command builtin +alias, +declare, typeset, export, readonly, +and local builtin commands (declaration commands). +When in POSIX mode (see Bash POSIX Mode), these builtins may appear +in a command after one or more instances of the command 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 (see section 6.7 Arrays), the `+=' +

+

In the context where an assignment statement is assigning a value +to a shell variable or array index (see Arrays), the ‘+=’ operator can be used to -append to or add to the variable's previous value. -When `+=' is applied to a variable for which the integer attribute -has been set, value is evaluated as an arithmetic expression and -added to the variable's current value, which is also evaluated. -When `+=' is applied to an array variable using compound assignment -(see section 6.7 Arrays), 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 +append to or add to the variable’s previous value. +This includes arguments to builtin commands such as declare that +accept assignment statements (declaration commands). +When ‘+=’ is applied to a variable for which the integer attribute +has been set, value is evaluated as an arithmetic expression and +added to the variable’s current value, which is also evaluated. +When ‘+=’ is applied to an array variable using compound assignment +(see Arrays), 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. -

- -A variable can be assigned the nameref attribute using the -`-n' option to the \fBdeclare\fP or \fBlocal\fP builtin commands -(see section 4.2 Bash Builtin Commands) -to create a nameref, or a reference to another variable. +When applied to a string-valued variable, value is expanded and +appended to the variable’s value. +

+

A variable can be assigned the nameref attribute using the +-n option to the declare or local builtin commands +(see Bash Builtins) +to create a nameref, or a reference to another variable. This allows variables to be manipulated indirectly. -Whenever the nameref variable is referenced or assigned to, the operation -is actually performed on the variable specified by the nameref variable's -value. +Whenever the nameref variable is referenced, assigned to, unset, or has +its attributes modified (other than using or changing the nameref +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 argument to the function. For instance, if a variable name is passed to a shell function as its first argument, running -
 
declare -n ref=$1
-
inside the function creates a nameref variable ref whose value is +

+
declare -n ref=$1
+
+

inside the function creates a nameref variable ref whose value is the variable name passed as the first argument. -References and assignments to ref are treated as references and -assignments to the variable whose name was passed as $1. -

- -If the control variable in a for loop has the nameref attribute, +References and assignments to ref, and changes to its attributes, +are treated as references, assignments, and attribute modifications +to the variable whose name was passed as $1. +

+

If the control variable in a for loop has the nameref attribute, the list of words can be a list of shell variables, and a name reference will be established for each word in the list, in turn, when the loop is executed. -Array variables cannot be given the `-n' attribute. +Array variables cannot be given the nameref attribute. However, nameref variables can reference array variables and subscripted array variables. -Namerefs can be unset using the `-n' option to the unset builtin -(see section 4.1 Bourne Shell Builtins). -Otherwise, if unset is executed with the name of a nameref variable +Namerefs can be unset using the -n option to the unset builtin +(see Bourne Shell Builtins). +Otherwise, if unset is executed with the name of a nameref variable as an argument, the variable referenced by the nameref variable will be unset. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.4.1 Positional Parameters

- -

- -A positional parameter 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 set builtin command. -Positional parameter N may be referenced as ${N}, or -as $N when N consists of a single digit. +

+
+ + + +

3.4.1 Positional Parameters

+ + +

A positional parameter 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 set builtin command. +Positional parameter N may be referenced as ${N}, or +as $N when N consists of a single digit. Positional parameters may not be assigned to with assignment statements. -The set and shift builtins are used to set and -unset them (see section 4. Shell Builtin Commands). +The set and shift builtins are used to set and +unset them (see Shell Builtin Commands). The positional parameters are temporarily replaced when a shell function is executed -(see section 3.3 Shell Functions). -

- -When a positional parameter consisting of more than a single +(see Shell Functions). +

+

When a positional parameter consisting of more than a single digit is expanded, it must be enclosed in braces. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.4.2 Special Parameters

- -

- -The shell treats several parameters specially. These parameters may +

+
+ + + +

3.4.2 Special Parameters

+ + +

The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. -

- -

- - -
* -
- -($*) Expands to the positional parameters, starting from one. +

+
+
* + +
+
+

($*) 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 it is performed, those words are subject to further word splitting and pathname expansion. When the expansion occurs within double quotes, it expands to a single word -with the value of each parameter separated by the first character -of the IFS -special variable. That is, "$*" is equivalent -to "$1c$2c...", where c -is the first character of the value of the IFS +with the value of each parameter separated by the first character of the +IFS special variable. That is, "$*" is equivalent +to "$1c$2c…", where c +is the first character of the value of the IFS variable. -If IFS is unset, the parameters are separated by spaces. -If IFS is null, the parameters are joined without intervening +If IFS is unset, the parameters are separated by spaces. +If IFS is null, the parameters are joined without intervening separators. -

- - -

@ -
- -($@) Expands to the positional parameters, starting from one. When the +

+
+
@ + +
+
+

($@) Expands to the positional parameters, starting from one. When the expansion occurs within double quotes, each parameter expands to a -separate word. That is, "$@" is equivalent to -"$1" "$2" .... +separate word. That is, "$@" is equivalent to +"$1" "$2" …. If the double-quoted expansion occurs within a word, the expansion of the first parameter is joined with the beginning part of the original word, and the expansion of the last parameter is joined with the last part of the original word. -When there are no positional parameters, "$@" and -$@ +When there 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 foreground +

+
+
# + +
+
+

($#) Expands to the number of positional parameters in decimal. +

+
+
? + +
+
+

($?) Expands to the exit status of the most recently executed foreground pipeline. -

- - -

- -
- -($-, a hyphen.) Expands to the current option flags as specified upon -invocation, by the set +

+
+
- + +
+
+

($-, a hyphen.) Expands to the current option flags as specified upon +invocation, by the set builtin command, or those set by the shell itself -(such as the `-i' option). -

- - -

$ -
- -($$) Expands to the process ID of the shell. In a () subshell, it -expands to the process ID of the invoking shell, not the subshell. -

- - -

! -
- -($!) Expands to the process ID of the job most recently placed into the +(such as the -i option). +

+
+
$ + +
+
+

($$) Expands to the process ID of the shell. In a () subshell, it +expands to the process ID of the invoking shell, not the subshell. +

+
+
! + +
+
+

($!) Expands to the process ID of the job most recently placed into the background, whether executed as an asynchronous command or using -the bg builtin (see section 7.2 Job Control Builtins). -

- - -

0 -
- -($0) Expands to the name of the shell or shell script. This is set at +the bg builtin (see Job Control Builtins). +

+
+
0 + +
+
+

($0) Expands to the name of the shell or shell script. This is set at shell initialization. If Bash is invoked with a file of commands -(see section 3.8 Shell Scripts), $0 is set to the name of that file. -If Bash is started with the `-c' option (see section 6.1 Invoking Bash), -then $0 is set to the first argument after the string to be +(see Shell Scripts), $0 is set to the name of that file. +If Bash is started with the -c option (see Invoking Bash), +then $0 is set to the first argument after the string to be executed, if one is present. Otherwise, it is set to the filename used to invoke Bash, as given by argument zero. -

- - -

_ -
- -($_, an underscore.) +

+
+
_ + +
+
+

($_, an underscore.) At shell startup, set to the absolute pathname used to invoke the shell or shell script being executed as passed in the environment or argument list. @@ -2144,404 +2140,367 @@ after expansion. Also set to the full pathname used to invoke each command executed and placed in the environment exported to that command. When checking mail, this parameter holds the name of the mail file. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5 Shell Expansions

- -

- -Expansion is performed on the command line after it has been split into -tokens. There are seven kinds of expansion performed: -

- -

    -
  • brace expansion -
  • tilde expansion -
  • parameter and variable expansion -
  • command substitution -
  • arithmetic expansion -
  • word splitting -
  • filename expansion -
-

- -

- - - - - - - - - -
3.5.1 Brace Expansion  Expansion of expressions within braces.
3.5.2 Tilde Expansion  Expansion of the ~ character.
3.5.3 Shell Parameter Expansion  How Bash expands variables to their values.
3.5.4 Command Substitution  Using the output of a command as an argument.
3.5.5 Arithmetic Expansion  How to use arithmetic in shell expansions.
3.5.6 Process Substitution  A way to write and read to and from a - command.
3.5.7 Word Splitting  How the results of expansion are split into separate - arguments.
3.5.8 Filename Expansion  A shorthand for specifying filenames matching patterns.
3.5.9 Quote Removal  How and when quote characters are removed from - words.
-

- -The order of expansions is: +

+
+ +
+ + + +

3.5 Shell Expansions

+ + +

Expansion is performed on the command line after it has been split into +tokens. There are seven kinds of expansion performed: +

+
    +
  • brace expansion +
  • tilde expansion +
  • parameter and variable expansion +
  • command substitution +
  • arithmetic expansion +
  • word splitting +
  • filename expansion +
+ + + + + + + + + + + + + +

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; and filename expansion. -

- -On systems that can support it, there is an additional expansion -available: process substitution. +

+

On systems that can support it, there is an additional expansion +available: process substitution. This is performed at the same time as tilde, parameter, variable, and arithmetic expansion and command substitution. -

- -Only brace expansion, word splitting, and filename expansion +

+

After these expansions are performed, quote characters present in the +original word are removed unless they have been quoted themselves +(quote removal). +

+

Only brace expansion, word splitting, and filename expansion can change the number of words of the expansion; other expansions expand a single word to a single word. The only exceptions to this are the expansions of -"$@" (see section 3.4.2 Special Parameters) and "${name[@]}" -(see section 6.7 Arrays). -

- -After all expansions, quote removal (see section 3.5.9 Quote Removal) +"$@" (see Special Parameters) and "${name[@]}" +(see Arrays). +

+

After all expansions, quote removal (see Quote Removal) is performed. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.1 Brace Expansion

- -

- -Brace expansion is a mechanism by which arbitrary strings may be generated. +

+
+ + + +

3.5.1 Brace Expansion

+ + + +

Brace expansion is a mechanism by which arbitrary strings may be generated. This mechanism is similar to -filename expansion (see section 3.5.8 Filename Expansion), +filename expansion (see Filename Expansion), but the filenames generated need not exist. -Patterns to be brace expanded take the form of an optional preamble, +Patterns to be brace expanded take the form of 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 postscript. +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. -

- -Brace expansions may be nested. +

+

Brace expansions may be nested. The results of each expanded string are not sorted; left to right order is preserved. For example, -
 
bash$ echo a{d,c,b}e
+

+
bash$ echo a{d,c,b}e
 ade ace abe
-

+ -A sequence expression takes the form {x..y[..incr]}, -where x and y are either integers or single characters, -and incr, an optional increment, is an integer. +

A sequence expression takes the form {x..y[..incr]}, +where x and y are either integers or single characters, +and incr, an optional increment, is an integer. When integers are supplied, the expression expands to each number between -x and y, inclusive. -Supplied integers may be prefixed with `0' to force each term to have the +x and y, inclusive. +Supplied integers may be prefixed with ‘0’ to force each term to have the same width. -When either x or y begins with a zero, the shell +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 characters are supplied, the expression expands to each character -lexicographically between x and y, inclusive, +lexicographically between x and y, inclusive, using the default C locale. -Note that both x and y must be of the same type. +Note that both x and y must be of the same type. 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, +

+

Brace expansion is performed before any other expansions, and any characters special to other expansions are preserved in the result. It is strictly textual. Bash does not apply any syntactic interpretation to the context of the expansion or the text between the braces. -To avoid conflicts with parameter expansion, the string `${' +To avoid conflicts with parameter expansion, the string ‘${’ is not considered eligible for brace expansion. -

- -A correctly-formed brace expansion must contain unquoted opening +

+

A correctly-formed brace expansion must contain unquoted opening and 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 +

+

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 `${' +To avoid conflicts with parameter expansion, the string ‘${’ is not considered eligible for brace expansion. -

- -This construct is typically used as shorthand when the common +

+

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}}
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.2 Tilde Expansion

- -

- -If a word begins with an unquoted tilde character (`~'), all of the +

+
mkdir /usr/local/src/bash/{old,new,dist,bugs}
+
+

or +

+
chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}
+
+ +
+ + + +

3.5.2 Tilde Expansion

+ + + +

If a word begins with an unquoted tilde character (‘~’), all of the characters up to the first unquoted slash (or all characters, -if there is no unquoted slash) are considered a tilde-prefix. +if there is no unquoted slash) are considered a tilde-prefix. If none of the characters in the tilde-prefix are quoted, the characters in the tilde-prefix following the tilde are treated as a -possible login name. +possible login name. If this login name is the null string, the tilde is replaced with the -value of the HOME shell variable. -If HOME is unset, the home directory of the user executing the +value of the HOME shell variable. +If HOME is unset, the home directory of the user executing the shell is substituted instead. Otherwise, the tilde-prefix is replaced with the home directory associated with the specified login name. -

- -If the tilde-prefix is `~+', the value of -the shell variable PWD replaces the tilde-prefix. -If the tilde-prefix is `~-', the value of the shell variable -OLDPWD, if it is set, is substituted. -

- -If the characters following the tilde in the tilde-prefix consist of a -number N, optionally prefixed by a `+' or a `-', +

+

If the tilde-prefix is ‘~+’, the value of +the shell variable PWD replaces the tilde-prefix. +If the tilde-prefix is ‘~-’, the value of the shell variable +OLDPWD, if it is set, is substituted. +

+

If the characters following the tilde in the tilde-prefix consist of a +number N, optionally prefixed by a ‘+’ or a ‘-’, the tilde-prefix is replaced with the corresponding element from the directory stack, as it would be displayed -by the dirs builtin invoked with the characters following tilde -in the tilde-prefix as an argument (see section 6.8 The Directory Stack). +by the dirs builtin invoked with the characters following tilde +in the tilde-prefix as an argument (see The Directory Stack). If the tilde-prefix, sans the tilde, consists of a number without a -leading `+' or `-', `+' is assumed. -

- -If the login name is invalid, or the tilde expansion fails, the word is +leading ‘+’ or ‘-’, ‘+’ is assumed. +

+

If the login name is invalid, or the tilde expansion fails, the word is left unchanged. -

- -Each variable assignment is checked for unquoted tilde-prefixes immediately -following a `:' or the first `='. +

+

Each variable assignment is checked for unquoted tilde-prefixes immediately +following a ‘:’ or the first ‘=’. In these cases, tilde expansion is also performed. Consequently, one may use filenames with tildes in assignments to -PATH, MAILPATH, and CDPATH, +PATH, MAILPATH, and CDPATH, and the shell assigns the expanded value. -

- -The following table shows how Bash treats unquoted tilde-prefixes: -

- -

-
~ -
The value of $HOME -
~/foo -
`$HOME/foo' -

- -

~fred/foo -
The subdirectory foo of the home directory of the user -fred -

- -

~+/foo -
`$PWD/foo' -

- -

~-/foo -
`${OLDPWD-'~-'}/foo' -

- -

~N -
The string that would be displayed by `dirs +N' -

- -

~+N -
The string that would be displayed by `dirs +N' -

- -

~-N -
The string that would be displayed by `dirs -N' -
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.3 Shell Parameter Expansion

- -

- -The `$' character introduces parameter expansion, +

+

The following table shows how Bash treats unquoted tilde-prefixes: +

+
+
~
+

The value of $HOME +

+
~/foo
+

$HOME/foo +

+
+
~fred/foo
+

The subdirectory foo of the home directory of the user +fred +

+
+
~+/foo
+

$PWD/foo +

+
+
~-/foo
+

${OLDPWD-'~-'}/foo +

+
+
~N
+

The string that would be displayed by ‘dirs +N’ +

+
+
~+N
+

The string that would be displayed by ‘dirs +N’ +

+
+
~-N
+

The string that would be displayed by ‘dirs -N’ +

+
+ +
+ + + +

3.5.3 Shell Parameter Expansion

+ + + +

The ‘$’ character introduces parameter expansion, command substitution, or arithmetic expansion. The parameter name or symbol to be expanded may be enclosed in braces, which are optional but serve to protect the variable to be expanded from characters immediately following it which could be interpreted as part of the name. -

- -When braces are used, the matching ending brace is the first `}' +

+

When braces are used, the matching ending brace is the first ‘}’ not escaped by a backslash or within a quoted string, and not within an embedded arithmetic expansion, command substitution, or parameter expansion. -

- -The basic form of parameter expansion is ${parameter}. -The value of parameter is substituted. -The parameter is a shell parameter as described above -(see section 3.4 Shell Parameters) or an array reference (see section 6.7 Arrays). -The braces are required when parameter +

+

The basic form of parameter expansion is ${parameter}. +The value of parameter is substituted. +The parameter is a shell parameter as described above +(see Shell Parameters) or an array reference (see Arrays). +The braces are required when parameter is a positional parameter with more than one digit, -or when parameter is followed by a character that is not to be +or when parameter is followed by a character that is not to be interpreted as part of its name. -

- -If the first character of parameter is an exclamation point (!), +

+

If the first character of parameter is an exclamation point (!), +and parameter is not a nameref, it introduces a level of variable indirection. Bash uses the value of the variable formed from the rest of -parameter as the name of the variable; this variable is then +parameter as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather -than the value of parameter itself. -This is known as indirect expansion. -The exceptions to this are the expansions of ${!prefix*} -and ${!name[@]} +than the value of parameter itself. +This is known as indirect expansion. +If parameter is a nameref, this expands to the name of the +variable referenced by parameter instead of performing the +complete indirect expansion. +The exceptions to this are the expansions of ${!prefix*} +and ${!name[@]} described below. The exclamation point must immediately follow the left brace in order to introduce indirection. -

- -In each of the cases below, word is subject to tilde expansion, +

+

In each of the cases below, word is subject to tilde expansion, parameter expansion, command substitution, and arithmetic expansion. -

- -When not performing substring expansion, using the form described -below (e.g., `:-'), Bash tests for a parameter that is unset or null. +

+

When not performing substring expansion, using the form described +below (e.g., ‘:-’), Bash tests for a parameter that is unset or null. Omitting the colon results in a test only for a parameter that is unset. Put another way, if the colon is included, -the operator tests for both parameter's existence and that its value +the operator tests for both parameter’s existence and that its value is not null; if the colon is omitted, the operator tests only for existence. -

- -

- -
${parameter:-word} -
If parameter is unset or null, the expansion of -word is substituted. Otherwise, the value of -parameter is substituted. -

- -

${parameter:=word} -
If parameter -is unset or null, the expansion of word -is assigned to parameter. -The value of parameter is then substituted. +

+
+
${parameter:-word}
+

If parameter is unset or null, the expansion of +word is substituted. Otherwise, the value of +parameter is substituted. +

+
+
${parameter:=word}
+

If parameter +is unset or null, the expansion of word +is assigned to parameter. +The value of parameter is then substituted. Positional parameters and special parameters may not be assigned to in this way. -

- -

${parameter:?word} -
If parameter -is null or unset, the expansion of word (or a message -to that effect if word +

+
+
${parameter:?word}
+

If parameter +is null or unset, the expansion of word (or a message +to that effect if word is not present) is written to the standard error and the shell, if it -is not interactive, exits. Otherwise, the value of parameter is +is not interactive, exits. Otherwise, the value of parameter is substituted. -

- -

${parameter:+word} -
If parameter +

+
+
${parameter:+word}
+

If parameter is null or unset, nothing is substituted, otherwise the expansion of -word is substituted. -

- -

${parameter:offset} -
${parameter:offset:length} -
This is referred to as Substring Expansion. -It expands to up to length characters of the value of parameter -starting at the character specified by offset. -If parameter is `@', an indexed array subscripted by -`@' or `*', or an associative array name, the results differ as +word is substituted. +

+
+
${parameter:offset}
+
${parameter:offset:length}
+

This is referred to as Substring Expansion. +It expands to up to length characters of the value of parameter +starting at the character specified by offset. +If parameter is ‘@’, 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 +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 -(see section 6.5 Shell Arithmetic). -

- -If offset evaluates to a number less than zero, the value +length and offset are arithmetic expressions +(see 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. -If length evaluates to a number less than zero, +from the end of the value of parameter. +If length evaluates to a number less than zero, it is interpreted as an offset in characters -from the end of the value of parameter rather than +from the end of the value of parameter rather than a number of characters, and the expansion is the characters between -offset and that result. +offset 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. -

- -Here are some examples illustrating substring expansion on parameters and +one space to avoid being confused with the ‘:-’ expansion. +

+

Here are some examples illustrating substring expansion on parameters and subscripted arrays: -

- -@verbatim -$ string=01234567890abcdefgh +

+
$ string=01234567890abcdefgh
 $ echo ${string:7}
 7890abcdefgh
 $ echo ${string:7:0}
-

$ echo ${string:7:2} 78 @@ -2550,7 +2509,6 @@ $ echo ${string:7:-2} $ echo ${string: -7} bcdefgh $ echo ${string: -7:0} -

$ echo ${string: -7:2} bc @@ -2560,7 +2518,6 @@ $ set -- 01234567890abcdefgh $ echo ${1:7} 7890abcdefgh $ echo ${1:7:0} -

$ echo ${1:7:2} 78 @@ -2569,7 +2526,6 @@ $ echo ${1:7:-2} $ echo ${1: -7} bcdefgh $ echo ${1: -7:0} -

$ echo ${1: -7:2} bc @@ -2579,7 +2535,6 @@ $ array[0]=01234567890abcdefgh $ echo ${array[0]:7} 7890abcdefgh $ echo ${array[0]:7:0} -

$ echo ${array[0]:7:2} 78 @@ -2588,60 +2543,51 @@ $ echo ${array[0]:7:-2} $ echo ${array[0]: -7} bcdefgh $ echo ${array[0]: -7:0} -

$ echo ${array[0]: -7:2} bc $ echo ${array[0]: -7:-2} bcdef -

- -If parameter is `@', the result is length positional -parameters beginning at offset. -A negative offset is taken relative to one greater than the greatest +

+

If parameter is ‘@’, the result is length positional +parameters beginning at offset. +A negative offset is taken relative to one greater than the greatest positional parameter, so an offset of -1 evaluates to the last positional parameter. -It is an expansion error if length evaluates to a number less than zero. -

- -The following examples illustrate substring expansion using positional +It is an expansion error if length evaluates to a number less than zero. +

+

The following examples illustrate substring expansion using positional parameters: -

- -@verbatim -$ set -- 1 2 3 4 5 6 7 8 9 0 a b c d e f g h -$ echo ${7} +

+
$ set -- 1 2 3 4 5 6 7 8 9 0 a b c d e f g h
+$ echo ${@:7}
 7 8 9 0 a b c d e f g h
-$ echo ${7:0}
-

+$ echo ${@:7:0} -$ echo ${7:2} +$ echo ${@:7:2} 7 8 -$ echo ${7:-2} -bash: -2: substring expression < 0 -$ echo ${ -7:2} +$ echo ${@:7:-2} +bash: -2: substring expression < 0 +$ echo ${@: -7:2} b c -$ echo ${0} +$ echo ${@:0} ./bash 1 2 3 4 5 6 7 8 9 0 a b c d e f g h -$ echo ${0:2} +$ echo ${@:0:2} ./bash 1 -$ echo ${ -7:0} -

+$ echo ${@: -7:0} -If parameter is an indexed array name subscripted -by `@' or `*', the result is the length -members of the array beginning with ${parameter[offset]}. -A negative offset is taken relative to one greater than the maximum +

+

If parameter is an indexed array name subscripted +by ‘@’ or ‘*’, the result is the length +members of the array beginning with ${parameter[offset]}. +A negative offset is taken relative to one greater than the maximum index of the specified array. -It is an expansion error if length evaluates to a number less than zero. -

- -These examples show how you can use substring expansion with indexed +It is an expansion error if length evaluates to a number less than zero. +

+

These examples show how you can use substring expansion with indexed arrays: -

- -@verbatim -$ array=(0 1 2 3 4 5 6 7 8 9 0 a b c d e f g h) +

+
$ array=(0 1 2 3 4 5 6 7 8 9 0 a b c d e f g h)
 $ echo ${array[@]:7}
 7 8 9 0 a b c d e f g h
 $ echo ${array[@]:7:2}
@@ -2649,566 +2595,548 @@ $ echo ${array[@]:7:2}
 $ echo ${array[@]: -7:2}
 b c
 $ echo ${array[@]: -7:-2}
-bash: -2: substring expression < 0
+bash: -2: substring expression < 0
 $ echo ${array[@]:0}
 0 1 2 3 4 5 6 7 8 9 0 a b c d e f g h
 $ echo ${array[@]:0:2}
 0 1
 $ echo ${array[@]: -7:0}
-

-Substring expansion applied to an associative array produces undefined +

+

Substring expansion applied to an associative array produces undefined results. -

- -Substring indexing is zero-based unless the positional parameters +

+

Substring indexing is zero-based unless the positional parameters are used, in which case the indexing starts at 1 by default. -If offset is 0, and the positional parameters are used, $@ is +If offset is 0, and the positional parameters are used, $@ is prefixed to the list. -

- -

${!prefix*} -
${!prefix@} -
Expands to the names of variables whose names begin with prefix, -separated by the first character of the IFS special variable. -When `@' is used and the expansion appears within double quotes, each +

+
+
${!prefix*}
+
${!prefix@}
+

Expands to the names of variables whose names begin with prefix, +separated by the first character of the IFS special variable. +When ‘@’ is used and the expansion appears within double quotes, each variable name expands to a separate word. -

- -

${!name[@]} -
${!name[*]} -
If name is an array variable, expands to the list of array indices -(keys) assigned in name. -If name is not an array, expands to 0 if name is set and null +

+
+
${!name[@]}
+
${!name[*]}
+

If name is an array variable, expands to the list of array indices +(keys) assigned in name. +If name is not an array, expands to 0 if name is set and null otherwise. -When `@' is used and the expansion appears within double quotes, each +When ‘@’ is used and the expansion appears within double quotes, each key expands to a separate word. -

- -

${#parameter} -
The length in characters of the expanded value of parameter is +

+
+
${#parameter}
+

The length in characters of the expanded value of parameter is substituted. -If parameter is `*' or `@', the value substituted +If parameter is ‘*’ or ‘@’, the value substituted is the number of positional parameters. -If parameter is an array name subscripted by `*' or `@', +If parameter is an array name subscripted by ‘*’ or ‘@’, the value substituted is the number of elements in the array. -If parameter +If parameter is an indexed array name subscripted by a negative number, that number is interpreted as relative to one greater than the maximum index of -parameter, so negative indices count back from the end of the +parameter, so negative indices count back from the end of the array, and an index of -1 references the last element. -

- -

${parameter#word} -
${parameter##word} -
The word +

+
+
${parameter#word}
+
${parameter##word}
+

The word is expanded to produce a pattern just as in filename -expansion (see section 3.5.8 Filename Expansion). If the pattern matches -the beginning of the expanded value of parameter, -then the result of the expansion is the expanded value of parameter -with the shortest matching pattern (the `#' case) or the -longest matching pattern (the `##' case) deleted. -If parameter is `@' or `*', +expansion (see Filename Expansion). If the pattern matches +the beginning of the expanded value of parameter, +then the result of the expansion is the expanded value of parameter +with the shortest matching pattern (the ‘#’ case) or the +longest matching pattern (the ‘##’ case) deleted. +If parameter is ‘@’ or ‘*’, the pattern removal operation is applied to each positional parameter in turn, and the expansion is the resultant list. -If parameter is an array variable subscripted with -`@' or `*', +If parameter 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. -

- -

${parameter%word} -
${parameter%%word} -
The word is expanded to produce a pattern just as in +

+
+
${parameter%word}
+
${parameter%%word}
+

The word is expanded to produce a pattern just as in filename expansion. If the pattern matches a trailing portion of the expanded value of -parameter, then the result of the expansion is the value of -parameter with the shortest matching pattern (the `%' case) -or the longest matching pattern (the `%%' case) deleted. -If parameter is `@' or `*', +parameter, then the result of the expansion is the value of +parameter with the shortest matching pattern (the ‘%’ case) +or the longest matching pattern (the ‘%%’ case) deleted. +If parameter is ‘@’ or ‘*’, the pattern removal operation is applied to each positional parameter in turn, and the expansion is the resultant list. -If parameter -is an array variable subscripted with `@' or `*', +If parameter +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. -

- -

${parameter/pattern/string} -

- -The pattern is expanded to produce a pattern just as in +

+
+
${parameter/pattern/string}
+
+

The pattern is expanded to produce a pattern just as in filename expansion. -Parameter is expanded and the longest match of pattern -against its value is replaced with string. -If pattern begins with `/', all matches of pattern are -replaced with string. Normally only the first match is replaced. -If pattern begins with `#', it must match at the beginning -of the expanded value of parameter. -If pattern begins with `%', it must match at the end -of the expanded value of parameter. -If string is null, matches of pattern are deleted -and the / following pattern may be omitted. -If parameter is `@' or `*', +Parameter is expanded and the longest match of pattern +against its value is replaced with string. +If pattern begins with ‘/’, all matches of pattern are +replaced with string. Normally only the first match is replaced. +If pattern begins with ‘#’, it must match at the beginning +of the expanded value of parameter. +If pattern begins with ‘%’, it must match at the end +of the expanded value of parameter. +If string is null, matches of pattern are deleted +and the / following pattern may be omitted. +If the nocasematch shell option +(see the description of shopt in The Shopt Builtin) +is enabled, the match is performed without regard to the case +of alphabetic characters. +If parameter is ‘@’ or ‘*’, the substitution operation is applied to each positional parameter in turn, and the expansion is the resultant list. -If parameter -is an array variable subscripted with `@' or `*', +If parameter +is an array variable subscripted with ‘@’ or ‘*’, the substitution operation is applied to each member of the array in turn, and the expansion is the resultant list. -

- -

${parameter^pattern} -
${parameter^^pattern} -
${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 +

+
+
${parameter^pattern}
+
${parameter^^pattern}
+
${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 pattern, its case is converted. +Each character in the expanded value of parameter is tested against +pattern, 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 pattern -to uppercase; the `,' operator converts matching uppercase letters +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 ‘^^’ 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 +If pattern is omitted, it is treated like a ‘?’, which matches every character. -If parameter is `@' or `*', +If parameter is ‘@’ or ‘*’, the case modification operation is applied to each positional parameter in turn, and the expansion is the resultant list. -If parameter -is an array variable subscripted with `@' or `*', +If parameter +is an array variable subscripted with ‘@’ or ‘*’, the case modification operation is applied to each member of the array in turn, and the expansion is the resultant list. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.4 Command Substitution

- -

- -Command substitution allows the output of a command to replace +

+
+
${parameter@operator}
+

The expansion is either a transformation of the value of parameter +or information about parameter itself, depending on the value of +operator. Each operator is a single letter: +

+
+
Q
+

The expansion is a string that is the value of parameter quoted in a +format that can be reused as input. +

+
E
+

The expansion is a string that is the value of parameter with backslash +escape sequences expanded as with the $'…' quoting mechansim. +

+
P
+

The expansion is a string that is the result of expanding the value of +parameter as if it were a prompt string (see Controlling the Prompt). +

+
A
+

The expansion is a string in the form of +an assignment statement or declare command that, if +evaluated, will recreate parameter with its attributes and value. +

+
a
+

The expansion is a string consisting of flag values representing +parameter’s attributes. +

+
+ +

If parameter is ‘@’ or ‘*’, +the operation is applied to each positional +parameter in turn, and the expansion is the resultant list. +If parameter +is an array variable subscripted with ‘@’ or ‘*’, +the operation is applied to each member of the +array in turn, and the expansion is the resultant list. +

+

The result of the expansion is subject to word splitting and pathname +expansion as described below. +

+
+ +
+ + + +

3.5.4 Command Substitution

+ + +

Command substitution allows the output of a command to replace the command itself. Command substitution occurs when a command is enclosed as follows: -
 
$(command)
-
or -
 
`command`
-

- -Bash performs the expansion by executing command and -replacing the command substitution with the standard output of the +

+
$(command)
+
+

or +

+
`command`
+
+ +

Bash performs the expansion by executing command in a subshell environment +and replacing the command substitution with the standard output of the command, with any trailing newlines deleted. Embedded newlines are not deleted, but they may be removed during word splitting. -The command substitution $(cat file) can be -replaced by the equivalent but faster $(< file). -

- -When the old-style backquote form of substitution is used, +The command substitution $(cat file) can be +replaced by the equivalent but faster $(< file). +

+

When the old-style backquote form of substitution is used, backslash retains its literal meaning except when followed by -`$', ``', or `\'. +‘$’, ‘`’, or ‘\’. The first backquote not preceded by a backslash terminates the command substitution. -When using the $(command) form, all characters between +When using the $(command) form, all characters between the parentheses make up the command; none are treated specially. -

- -Command substitutions may be nested. To nest when using the backquoted +

+

Command substitutions may be nested. To nest when using the backquoted form, escape the inner backquotes with backslashes. -

- -If the substitution appears within double quotes, word splitting and +

+

If the substitution appears within double quotes, word splitting and filename expansion are not performed on the results. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.5 Arithmetic Expansion

- -

- -Arithmetic expansion allows the evaluation of an arithmetic expression +

+
+ + + +

3.5.5 Arithmetic Expansion

+ + + +

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

- -
 
$(( expression ))
-

+

+
+
$(( expression ))
+
-The expression is treated as if it were within double quotes, but +

The expression is treated as if it were within double quotes, but a double quote inside the parentheses is not treated specially. 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. -

- -The evaluation is performed according to the rules listed below -(see section 6.5 Shell Arithmetic). +

+

The evaluation is performed according to the rules listed below +(see Shell Arithmetic). If the expression is invalid, Bash prints a message indicating failure to the standard error and no substitution occurs. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.6 Process Substitution

- -

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

+
+ + + +

3.5.6 Process Substitution

+ + +

Process substitution allows a process’s input or output to be +referred to using a filename. It takes the form of -
 
<(list)
-
or -
 
>(list)
-
The process list is run with its input or output connected to a -FIFO or some file in `/dev/fd'. The name of this file is +

+
<(list)
+
+

or +

+
>(list)
+
+

The process list is run asynchronously, and its input or output +appears as a filename. +This filename is passed as an argument to the current command as the result of the -expansion. If the >(list) form is used, writing to -the file will provide input for list. If the -<(list) form is used, the file passed as an -argument should be read to obtain the output of list. -Note that no space may appear between the < or > +expansion. +If the >(list) form is used, writing to +the file will provide input for list. If the +<(list) form is used, the file passed as an +argument should be read to obtain the output of list. +Note that no space may appear between the < or > and the left parenthesis, otherwise the construct would be interpreted as a redirection. -

- -When available, process substitution is performed simultaneously with +Process substitution is supported on systems that support named +pipes (FIFOs) or the /dev/fd method of naming open files. +

+

When available, process substitution is performed simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.7 Word Splitting

- -

- -The shell scans the results of parameter expansion, command substitution, +

+
+ + + +

3.5.7 Word Splitting

+ + +

The shell scans the results of parameter expansion, command substitution, and arithmetic expansion that did not occur within double quotes for word splitting. -

- -The shell treats each character of $IFS as a delimiter, and splits +

+

The shell treats each character of $IFS as a delimiter, and splits the results of the other expansions into words using these characters as field terminators. -If IFS is unset, or its value is exactly <space><tab><newline>, +If IFS is unset, or its value is exactly <space><tab><newline>, the default, then sequences of - <space>, <tab>, and <newline> + <space>, <tab>, and <newline> at the beginning and end of the results of the previous -expansions are ignored, and any sequence of IFS +expansions are ignored, and any sequence of IFS characters not at the beginning or end serves to delimit words. -If IFS has a value other than the default, then sequences of -the whitespace characters space and tab +If IFS has a value other than the default, then sequences of +the whitespace characters space, tab, and newline are ignored at the beginning and end of the word, as long as the whitespace character is in the -value of IFS (an IFS whitespace character). -Any character in IFS that is not IFS -whitespace, along with any adjacent IFS -whitespace characters, delimits a field. A sequence of IFS +value of IFS (an IFS whitespace character). +Any character in IFS that is not IFS +whitespace, along with any adjacent IFS +whitespace characters, delimits a field. A sequence of IFS whitespace characters is also treated as a delimiter. -If the value of IFS is null, no word splitting occurs. -

- -Explicit null arguments ("" or ") are retained. +If the value of IFS is null, no word splitting occurs. +

+

Explicit null arguments ("" or '') are retained +and passed to commands as empty strings. Unquoted implicit null arguments, resulting from the expansion of parameters that have no values, are removed. If a parameter with no value is expanded within double quotes, a -null argument results and is retained. -

- -Note that if no expansion occurs, no splitting +null argument results and is retained +and passed to a command as an empty string. +When a quoted null argument appears as part of a word whose expansion is +non-null, the null argument is removed. +That is, the word +-d'' becomes -d after word splitting and +null argument removal. +

+

Note that if no expansion occurs, no splitting is performed. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.8 Filename Expansion

- -
- -
3.5.8.1 Pattern Matching  How the shell matches patterns.
- - - - -

- -After word splitting, unless the `-f' option has been set -(see section 4.3.1 The Set Builtin), Bash scans each word for the characters -`*', `?', and `['. +

+
+ +
+

+Next: , Previous: , Up: Shell Expansions   [Contents][Index]

+
+ +

3.5.8 Filename Expansion

+ + + + + + + + +

After word splitting, unless the -f option has been set +(see The Set Builtin), Bash scans each word for the characters +‘*’, ‘?’, and ‘[’. If one of these characters appears, then the word is -regarded as a pattern, +regarded as a pattern, and replaced with an alphabetically sorted list of -filenames matching the pattern (see section 3.5.8.1 Pattern Matching). +filenames matching the pattern (see Pattern Matching). If no matching filenames are found, -and the shell option nullglob is disabled, the word is left +and the shell option nullglob is disabled, the word is left unchanged. -If the nullglob option is set, and no matches are found, the word +If the nullglob option is set, and no matches are found, the word is removed. -If the failglob shell option is set, and no matches are found, +If the failglob shell option is set, and no matches are found, an error message is printed and the command is not executed. -If the shell option nocaseglob is enabled, the match is performed +If the shell option nocaseglob is enabled, the match is performed without regard to the case of alphabetic characters. -

- -When a pattern is used for filename expansion, the character `.' +

+

When a pattern is used for filename expansion, the character ‘.’ at the start of a filename or immediately following a slash -must be matched explicitly, unless the shell option dotglob is set. +must be matched explicitly, unless the shell option dotglob is set. When matching a filename, the slash character must always be matched explicitly. -In other cases, the `.' character is not treated specially. -

- -See the description of shopt in 4.3.2 The Shopt Builtin, -for a description of the nocaseglob, nullglob, -failglob, and dotglob options. -

- -The GLOBIGNORE +In other cases, the ‘.’ character is not treated specially. +

+

See the description of shopt in The Shopt Builtin, +for a description of the nocaseglob, nullglob, +failglob, and dotglob options. +

+

The GLOBIGNORE shell variable may be used to restrict the set of filenames matching a -pattern. If GLOBIGNORE +pattern. If GLOBIGNORE is set, each matching filename that also matches one of the patterns in -GLOBIGNORE is removed from the list of matches. The filenames -`.' and `..' -are always ignored when GLOBIGNORE +GLOBIGNORE is removed from the list of matches. +If the nocaseglob option is set, the matching against the patterns in +GLOBIGNORE is performed without regard to case. +The filenames +. and .. +are always ignored when GLOBIGNORE is set and not null. -However, setting GLOBIGNORE to a non-null value has the effect of -enabling the dotglob +However, setting GLOBIGNORE to a non-null value has the effect of +enabling the dotglob shell option, so all other filenames beginning with a -`.' will match. +‘.’ will match. To get the old behavior of ignoring filenames beginning with a -`.', make `.*' one of the patterns in GLOBIGNORE. -The dotglob option is disabled when GLOBIGNORE +‘.’, make ‘.*’ one of the patterns in GLOBIGNORE. +The dotglob option is disabled when GLOBIGNORE is unset. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.8.1 Pattern Matching

- -

- -Any character that appears in a pattern, other than the special pattern +

+
+ + + +

3.5.8.1 Pattern Matching

+ + + +

Any character that appears in a pattern, other than the special pattern characters described below, matches itself. -The NUL character may not occur in a pattern. +The NUL character may not occur in a pattern. A backslash escapes the following character; the escaping backslash is discarded when matching. The special pattern characters must be quoted if they are to be matched literally. -

- -The special pattern characters have the following meanings: -

-
* -
Matches any string, including the null string. -When the globstar shell option is enabled, and `*' is used in -a filename expansion context, two adjacent `*'s used as a single +

+

The special pattern characters have the following meanings: +

+
*
+

Matches any string, including the null string. +When the globstar shell option is enabled, and ‘*’ is used in +a filename expansion context, two adjacent ‘*’s used as a single pattern will match all files and zero or more directories and subdirectories. -If followed by a `/', two adjacent `*'s will match only +If followed by a ‘/’, two adjacent ‘*’s will match only directories and subdirectories. -

? -
Matches any single character. -
[...] -
Matches any one of the enclosed characters. A pair of characters -separated by a hyphen denotes a range expression; +

+
?
+

Matches any single character. +

+
[…]
+

Matches any one of the enclosed characters. A pair of characters +separated by a hyphen denotes a range expression; any character that falls between those two characters, inclusive, -using the current locale's collating sequence and character set, +using the current locale’s collating sequence and character set, is matched. If the first character following the -`[' is a `!' or a `^' -then any character not enclosed is matched. A `-' +‘[’ is a ‘!’ or a ‘^’ +then any character not enclosed is matched. A ‘-’ may be matched by including it as the first or last character -in the set. A `]' may be matched by including it as the first +in the set. A ‘]’ may be matched by including it as the first character in the set. The sorting order of characters in range expressions is determined by the current locale and the values of the -LC_COLLATE and LC_ALL shell variables, if set. -

- -For example, in the default C locale, `[a-dx-z]' is equivalent to -`[abcdxyz]'. Many locales sort characters in dictionary order, and in -these locales `[a-dx-z]' is typically not equivalent to `[abcdxyz]'; -it might be equivalent to `[aBbCcDdxXyYz]', for example. To obtain +LC_COLLATE and LC_ALL shell variables, if set. +

+

For example, in the default C locale, ‘[a-dx-z]’ is equivalent to +‘[abcdxyz]’. Many locales sort characters in dictionary order, and in +these locales ‘[a-dx-z]’ is typically not equivalent to ‘[abcdxyz]’; +it might be equivalent to ‘[aBbCcDdxXyYz]’, for example. To obtain the traditional interpretation of ranges in bracket expressions, you can -force the use of the C locale by setting the LC_COLLATE or -LC_ALL environment variable to the value `C', or enable the -globasciiranges shell option. -

- -Within `[' and `]', character classes can be specified +force the use of the C locale by setting the LC_COLLATE or +LC_ALL environment variable to the value ‘C’, or enable the +globasciiranges shell option. +

+

Within ‘[’ and ‘]’, character classes can be specified using the syntax -[:class:], where class is one of the -following classes defined in the POSIX standard: -
 
alnum   alpha   ascii   blank   cntrl   digit   graph   lower
+[:class:], where class is one of the
+following classes defined in the POSIX standard:
+

+
alnum   alpha   ascii   blank   cntrl   digit   graph   lower
 print   punct   space   upper   word    xdigit
-
A character class matches any character belonging to that class. -The word character class matches letters, digits, and the character -`_'. -

- -Within `[' and `]', an equivalence class can be -specified using the syntax [=c=], which + +

A character class matches any character belonging to that class. +The word character class matches letters, digits, and the character +‘_’. +

+

Within ‘[’ and ‘]’, an equivalence class can be +specified using the syntax [=c=], which matches all characters with the same collation weight (as defined -by the current locale) as the character c. -

- -Within `[' and `]', the syntax [.symbol.] -matches the collating symbol symbol. -

-

- -If the extglob shell option is enabled using the shopt +by the current locale) as the character c. +

+

Within ‘[’ and ‘]’, the syntax [.symbol.] +matches the collating symbol symbol. +

+
+ +

If the extglob shell option is enabled using the shopt builtin, several extended pattern matching operators are recognized. -In the following description, a pattern-list is a list of one -or more patterns separated by a `|'. +In the following description, a pattern-list is a list of one +or more patterns separated by a ‘|’. Composite patterns may be formed using one or more of the following sub-patterns: -

- -

-
?(pattern-list) -
Matches zero or one occurrence of the given patterns. -

- -

*(pattern-list) -
Matches zero or more occurrences of the given patterns. -

- -

+(pattern-list) -
Matches one or more occurrences of the given patterns. -

- -

@(pattern-list) -
Matches one of the given patterns. -

- -

!(pattern-list) -
Matches anything except one of the given patterns. -
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.5.9 Quote Removal

- -

- -After the preceding expansions, all unquoted occurrences of the -characters `\', `'', and `"' that did not +

+
+
?(pattern-list)
+

Matches zero or one occurrence of the given patterns. +

+
+
*(pattern-list)
+

Matches zero or more occurrences of the given patterns. +

+
+
+(pattern-list)
+

Matches one or more occurrences of the given patterns. +

+
+
@(pattern-list)
+

Matches one of the given patterns. +

+
+
!(pattern-list)
+

Matches anything except one of the given patterns. +

+
+ +
+ + + +

3.5.9 Quote Removal

+ +

After the preceding expansions, all unquoted occurrences of the +characters ‘\’, ‘'’, and ‘"’ that did not result from one of the above expansions are removed. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6 Redirections

- -

- -Before a command is executed, its input and output -may be redirected +

+
+ + + +

3.6 Redirections

+ + +

Before a command is executed, its input and output +may be redirected using a special notation interpreted by the shell. -Redirection allows commands' file handles to be +Redirection allows commands’ file handles to be duplicated, opened, closed, made to refer to different files, and can change the files the command reads from and writes to. @@ -3218,3098 +3146,2828 @@ operators may precede or appear anywhere within a simple command or may follow a command. Redirections are processed in the order they appear, from left to right. -

- -Each redirection that may be preceded by a file descriptor number -may instead be preceded by a word of the form {varname}. +

+

Each redirection that may be preceded by a file descriptor number +may instead be preceded by a word of the form {varname}. In this case, for each redirection operator except ->&- and <&-, the shell will allocate a file descriptor greater -than 10 and assign it to {varname}. If >&- or <&- is preceded -by {varname}, the value of varname defines the file +>&- and <&-, the shell will allocate a file descriptor greater +than 10 and assign it to {varname}. If >&- or <&- is preceded +by {varname}, the value of varname defines the file descriptor to close. -

- -In the following descriptions, if the file descriptor number is +

+

In the following descriptions, if the file descriptor number is omitted, and the first character of the redirection operator is -`<', the redirection refers to the standard input (file +‘<’, the redirection refers to the standard input (file descriptor 0). If the first character of the redirection operator -is `>', the redirection refers to the standard output (file +is ‘>’, the redirection refers to the standard output (file descriptor 1). -

- -The word following the redirection operator in the following +

+

The word following the redirection operator in the following descriptions, unless otherwise noted, is subjected to brace expansion, tilde expansion, parameter expansion, command substitution, arithmetic expansion, quote removal, filename expansion, and word splitting. If it expands to more than one word, Bash reports an error. -

- -Note that the order of redirections is significant. For example, +

+

Note that the order of redirections is significant. For example, the command -
 
ls > dirlist 2>&1
-
directs both standard output (file descriptor 1) and standard error -(file descriptor 2) to the file dirlist, while the command -
 
ls 2>&1 > dirlist
-
directs only the standard output to file dirlist, +

+
ls > dirlist 2>&1
+
+

directs both standard output (file descriptor 1) and standard error +(file descriptor 2) to the file dirlist, while the command +

+
ls 2>&1 > dirlist
+
+

directs only the standard output to file dirlist, because the standard error was made a copy of the standard output -before the standard output was redirected to dirlist. -

- -Bash handles several filenames specially when they are used in -redirections, as described in the following table: -

- -

-
/dev/fd/fd -
If fd is a valid integer, file descriptor fd is duplicated. -

- -

/dev/stdin -
File descriptor 0 is duplicated. -

- -

/dev/stdout -
File descriptor 1 is duplicated. -

- -

/dev/stderr -
File descriptor 2 is duplicated. -

- -

/dev/tcp/host/port -
If host is a valid hostname or Internet address, and port +before the standard output was redirected to dirlist. +

+

Bash handles several filenames specially when they are used in +redirections, as described in the following table. +If the operating system on which Bash is running provides these +special files, bash will use them; otherwise it will emulate them +internally with the behavior described below. +

+
+
/dev/fd/fd
+

If fd is a valid integer, file descriptor fd is duplicated. +

+
+
/dev/stdin
+

File descriptor 0 is duplicated. +

+
+
/dev/stdout
+

File descriptor 1 is duplicated. +

+
+
/dev/stderr
+

File descriptor 2 is duplicated. +

+
+
/dev/tcp/host/port
+

If host is a valid hostname or Internet address, and port is an integer port number or service name, Bash attempts to open the corresponding TCP socket. -

- -

/dev/udp/host/port -
If host is a valid hostname or Internet address, and port +

+
+
/dev/udp/host/port
+

If host is a valid hostname or Internet address, and port is an integer port number or service name, Bash attempts to open the corresponding UDP socket. -

-

- -A failure to open or create a file causes the redirection to fail. -

+

+
-Redirections using file descriptors greater than 9 should be used with +

A failure to open or create a file causes the redirection to fail. +

+

Redirections using file descriptors greater than 9 should be used with care, as they may conflict with file descriptors the shell uses internally. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.1 Redirecting Input

- -Redirection of input causes the file whose name results from -the expansion of word -to be opened for reading on file descriptor n, -or the standard input (file descriptor 0) if n +

+ +

3.6.1 Redirecting Input

+

Redirection of input causes the file whose name results from +the expansion of word +to be opened for reading on file descriptor n, +or the standard input (file descriptor 0) if n is not specified. -

- -The general format for redirecting input is: -
 
[n]<word
-

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.2 Redirecting Output

- -Redirection of output causes the file whose name results from -the expansion of word -to be opened for writing on file descriptor n, -or the standard output (file descriptor 1) if n +

+

The general format for redirecting input is: +

+
[n]<word
+
+ + +

3.6.2 Redirecting Output

+

Redirection of output causes the file whose name results from +the expansion of word +to be opened for writing on file descriptor n, +or the standard output (file descriptor 1) if n is not specified. If the file does not exist it is created; if it does exist it is truncated to zero size. -

- -The general format for redirecting output is: -
 
[n]>[|]word
-

- -If the redirection operator is `>', and the noclobber -option to the set builtin has been enabled, the redirection +

+

The general format for redirecting output is: +

+
[n]>[|]word
+
+ +

If the redirection operator is ‘>’, and the noclobber +option to the set builtin has been enabled, the redirection will fail 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, the redirection -is attempted even if the file named by word exists. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.3 Appending Redirected Output

- -Redirection of output in this fashion +word exists and is a regular file. +If the redirection operator is ‘>|’, or the redirection operator is +‘>’ and the noclobber option is not enabled, the redirection +is attempted even if the file named by word exists. +

+ +

3.6.3 Appending Redirected Output

+

Redirection of output in this fashion causes the file whose name results from -the expansion of word -to be opened for appending on file descriptor n, -or the standard output (file descriptor 1) if n +the expansion of word +to be opened 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. -

- -The general format for appending output is: -
 
[n]>>word
-

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.4 Redirecting Standard Output and Standard Error

- -This construct allows both the +

+

The general format for appending output is: +

+
[n]>>word
+
+ + +

3.6.4 Redirecting Standard Output and Standard Error

+

This construct allows both the standard output (file descriptor 1) and the standard error output (file descriptor 2) to be redirected to the file whose name is the -expansion of word. -

- -There are two formats for redirecting standard output and +expansion of word. +

+

There are two formats for redirecting standard output and standard error: -
 
&>word
-
and -
 
>&word
-
Of the two forms, the first is preferred. +

+
&>word
+
+

and +

+
>&word
+
+

Of the two forms, the first is preferred. This is semantically equivalent to -
 
>word 2>&1
-
When using the second form, word may not expand to a number or -`-'. If it does, other redirection operators apply +

+
>word 2>&1
+
+

When using the second form, word may not expand to a number or +‘-’. If it does, other redirection operators apply (see Duplicating File Descriptors below) for compatibility reasons. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.5 Appending Standard Output and Standard Error

- -This construct allows both the +

+ +

3.6.5 Appending Standard Output and Standard Error

+

This construct allows both the standard output (file descriptor 1) and the standard error output (file descriptor 2) to be appended to the file whose name is the -expansion of word. -

- -The format for appending standard output and standard error is: -
 
&>>word
-
This is semantically equivalent to -
 
>>word 2>&1
-
(see Duplicating File Descriptors below). -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.6 Here Documents

- -This type of redirection instructs the shell to read input from the -current source until a line containing only word +expansion of word. +

+

The format for appending standard output and standard error is: +

+
&>>word
+
+

This is semantically equivalent to +

+
>>word 2>&1
+
+

(see Duplicating File Descriptors below). +

+ +

3.6.6 Here Documents

+

This type of redirection instructs the shell to read input from the +current source until a line containing only word (with no trailing blanks) is seen. All of the lines read up to that point are then used as the standard -input for a command. -

- -The format of here-documents is: -
 
<<[-]word
-        here-document
-delimiter
-

- -No parameter and variable expansion, command substitution, +input (or file descriptor n if n is specified) for a command. +

+

The format of here-documents is: +

+
[n]<<[-]word
+        here-document
+delimiter
+
+ +

No parameter and variable expansion, command substitution, arithmetic expansion, or filename expansion is performed on -word. If any characters in word are quoted, the -delimiter is the result of quote removal on word, +word. If any part of word is quoted, the +delimiter is the result of quote removal on word, and the lines in the here-document are not expanded. -If word is unquoted, +If word is unquoted, all lines of the here-document are subjected to parameter expansion, command substitution, and arithmetic expansion, -the character sequence \newline is ignored, and `\' +the character sequence \newline is ignored, and ‘\’ must be used to quote the characters -`\', `$', and ``'. -

- -If the redirection operator is `<<-', +‘\’, ‘$’, and ‘`’. +

+

If the redirection operator is ‘<<-’, then all leading tab characters are stripped from input lines and the -line containing delimiter. +line containing delimiter. This allows here-documents within shell scripts to be indented in a natural fashion. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.7 Here Strings

- -A variant of here documents, the format is: -
 
<<< word
-

- -The word undergoes +

+ +

3.6.7 Here Strings

+

A variant of here documents, the format is: +

+
[n]<<< word
+
+ +

The word undergoes brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal. Pathname expansion and word splitting are not performed. -The result is supplied as a single string to the command on its -standard input. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.8 Duplicating File Descriptors

- -The redirection operator -
 
[n]<&word
-
is used to duplicate input file descriptors. -If word -expands to one or more digits, the file descriptor denoted by n +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). +

+ +

3.6.8 Duplicating File Descriptors

+

The redirection operator +

+
[n]<&word
+
+

is used to duplicate input file descriptors. +If word +expands to one or more digits, the file descriptor denoted by n is made to be a copy of that file descriptor. -If the digits in word do not specify a file descriptor open for +If the digits in word do not specify a file descriptor open for input, a redirection error occurs. -If word -evaluates to `-', file descriptor n is closed. -If n is not specified, the standard input (file descriptor 0) is used. -

- -The operator -
 
[n]>&word
-
is used similarly to duplicate output file descriptors. If -n is not specified, the standard output (file descriptor 1) is used. -If the digits in word do not specify a file descriptor open for +If word +evaluates to ‘-’, file descriptor n is closed. +If n is not specified, the standard input (file descriptor 0) is used. +

+

The operator +

+
[n]>&word
+
+

is used similarly to duplicate output file descriptors. If +n is not specified, the standard output (file descriptor 1) is used. +If the digits in word do not specify a file descriptor open for output, a redirection error occurs. -If word -evaluates to `-', file descriptor n is closed. -As a special case, if n is omitted, and word does not -expand to one or more digits or `-', the standard output and standard +If word +evaluates to ‘-’, file descriptor n is closed. +As a special case, if n is omitted, and word does not +expand to one or more digits or ‘-’, the standard output and standard error are redirected as described previously. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.9 Moving File Descriptors

- -The redirection operator -
 
[n]<&digit-
-
moves the file descriptor digit to file descriptor n, -or the standard input (file descriptor 0) if n is not specified. -digit is closed after being duplicated to n. -

- -Similarly, the redirection operator -
 
[n]>&digit-
-
moves the file descriptor digit to file descriptor n, -or the standard output (file descriptor 1) if n is not specified. -

- -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.6.10 Opening File Descriptors for Reading and Writing

- -The redirection operator -
 
[n]<>word
-
causes the file whose name is the expansion of word +

+ +

3.6.9 Moving File Descriptors

+

The redirection operator +

+
[n]<&digit-
+
+

moves the file descriptor digit to file descriptor n, +or the standard input (file descriptor 0) if n is not specified. +digit is closed after being duplicated to n. +

+

Similarly, the redirection operator +

+
[n]>&digit-
+
+

moves the file descriptor digit to file descriptor n, +or the standard output (file descriptor 1) if n is not specified. +

+ +

3.6.10 Opening File Descriptors for Reading and Writing

+

The redirection operator +

+
[n]<>word
+
+

causes the file whose name is the expansion of word to be opened for both reading and writing on file descriptor -n, or on file descriptor 0 if n +n, or on file descriptor 0 if n is not specified. If the file does not exist, it is created. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7 Executing Commands

- -

- -

- - - + + + +
3.7.1 Simple Command Expansion  How Bash expands simple commands before - executing them.
3.7.2 Command Search and Execution  How Bash finds commands and runs them.
3.7.3 Command Execution Environment  The environment in which Bash +

+
+ + + +

3.7 Executing Commands

+ + + + + - - - - -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7.1 Simple Command Expansion

- -

- -When a simple command is executed, the shell performs the following + shell builtins. +

Environment:  The environment given to a command. +
Exit Status:  The status returned by commands and how Bash + interprets it. +
Signals:  What happens when Bash or a command it runs + receives a signal. +
+ +
+ + + +

3.7.1 Simple Command Expansion

+ + +

When a simple command is executed, the shell performs the following expansions, assignments, and redirections, from left to right. -

- -

    -
  1. -The words that the parser has marked as variable assignments (those +

    +
      +
    1. The words that the parser has marked as variable assignments (those preceding the command name) and redirections are saved for later processing. -

      -

    2. -The words that are not variable assignments or redirections are -expanded (see section 3.5 Shell Expansions). +
    3. The words that are not variable assignments or redirections are +expanded (see Shell Expansions). If any words remain after expansion, the first word is taken to be the name of the command and the remaining words are the arguments. -

      -

    4. -Redirections are performed as described above (see section 3.6 Redirections). -

      +

    5. Redirections are performed as described above (see Redirections). -
    6. -The text after the `=' in each variable assignment undergoes tilde +
    7. The text after the ‘=’ in each variable assignment undergoes tilde expansion, parameter expansion, command substitution, arithmetic expansion, and quote removal before being assigned to the variable. -
    -

    +

-If no command name results, the variable assignments affect the current +

If no command name results, the variable assignments affect the current shell environment. Otherwise, the variables are added to the environment of the executed command and do not affect the current shell environment. If any of the assignments attempts to assign a value to a readonly variable, an error occurs, and the command exits with a non-zero status. -

- -If no command name results, redirections are performed, but do not +

+

If no command name results, redirections are performed, but do not affect the current shell environment. A redirection error causes the command to exit with a non-zero status. -

- -If there is a command name left after expansion, execution proceeds as +

+

If there is a command name left after expansion, execution proceeds as described below. Otherwise, the command exits. If one of the expansions contained a command substitution, the exit status of the command is the exit status of the last command substitution performed. If there were no command substitutions, the command exits with a status of zero. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7.2 Command Search and Execution

- -

- -After a command has been split into words, if it results in a +

+
+ + + +

3.7.2 Command Search and Execution

+ + + +

After a command has been split into words, if it results in a simple command and an optional list of arguments, the following actions are taken. -

- -

    -
  1. -If the command name contains no slashes, the shell attempts to +

    +
      +
    1. If the command name contains no slashes, the shell attempts to locate it. If there exists a shell function by that name, that -function is invoked as described in 3.3 Shell Functions. -

      +function is invoked as described in Shell Functions. -

    2. -If the name does not match a function, the shell searches for +
    3. If the name does not match a function, the shell searches for it in the list of shell builtins. If a match is found, that builtin is invoked. -

      -

    4. -If the name is neither a shell function nor a builtin, +
    5. If the name is neither a shell function nor a builtin, and contains no slashes, Bash searches each element of -$PATH for a directory containing an executable file +$PATH for a directory containing an executable file by that name. Bash uses a hash table to remember the full -pathnames of executable files to avoid multiple PATH searches -(see the description of hash in 4.1 Bourne Shell Builtins). -A full search of the directories in $PATH +pathnames of executable files to avoid multiple PATH searches +(see the description of hash in Bourne Shell Builtins). +A full search of the directories in $PATH is performed only if the command is not found in the hash table. If the search is unsuccessful, the shell searches for a defined shell -function named command_not_found_handle. +function named command_not_found_handle. If that function exists, it is invoked with the original command and -the original command's arguments as its arguments, and the function's +the original command’s arguments as its arguments, and the function’s exit status becomes the exit status of the shell. If that function is not defined, the shell prints an error message and returns an exit status of 127. -

      -

    6. -If the search is successful, or if the command name contains +
    7. If the search is successful, or if the command name contains one or more slashes, the shell executes the named program in a separate execution environment. Argument 0 is set to the name given, and the remaining arguments to the command are set to the arguments supplied, if any. -

      -

    8. -If this execution fails because the file is not in executable +
    9. If this execution fails because the file is not in executable format, and the file is not a directory, it is assumed to be a -shell script and the shell executes it as described in -3.8 Shell Scripts. -

      +shell script and the shell executes it as described in +Shell Scripts. -

    10. -If the command was not begun asynchronously, the shell waits for +
    11. If the command was not begun asynchronously, the shell waits for the command to complete and collects its exit status. -

      - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    3.7.3 Command Execution Environment

    - -

    - -The shell has an execution environment, which consists of the + +

+ +
+ + + +

3.7.3 Command Execution Environment

+ + +

The shell has an execution environment, which consists of the following: -

- -

    -
  • -open files inherited by the shell at invocation, as modified by -redirections supplied to the exec builtin -

    - -

  • -the current working directory as set by cd, pushd, or -popd, or inherited by the shell at invocation -

    - -

  • -the file creation mode mask as set by umask or inherited from -the shell's parent -

    - -

  • -current traps set by trap -

    - -

  • -shell parameters that are set by variable assignment or with set -or inherited from the shell's parent in the environment -

    - -

  • -shell functions defined during execution or inherited from the shell's +

    +
      +
    • open files inherited by the shell at invocation, as modified by +redirections supplied to the exec builtin + +
    • the current working directory as set by cd, pushd, or +popd, or inherited by the shell at invocation + +
    • the file creation mode mask as set by umask or inherited from +the shell’s parent + +
    • current traps set by trap + +
    • shell parameters that are set by variable assignment or with set +or inherited from the shell’s parent in the environment + +
    • shell functions defined during execution or inherited from the shell’s parent in the environment -

      -

    • -options enabled at invocation (either by default or with command-line -arguments) or by set -

      +

    • options enabled at invocation (either by default or with command-line +arguments) or by set -
    • -options enabled by shopt (see section 4.3.2 The Shopt Builtin) -

      +

    • options enabled by shopt (see The Shopt Builtin) -
    • -shell aliases defined with alias (see section 6.6 Aliases) -

      +

    • shell aliases defined with alias (see Aliases) -
    • -various process IDs, including those of background jobs -(see section 3.2.3 Lists of Commands), the value of $$, and the value of -$PPID -

      +

    • various process IDs, including those of background jobs +(see Lists), the value of $$, and the value of +$PPID -
    -

    +

-When a simple command other than a builtin or shell function +

When a simple command other than a builtin or shell function is to be executed, it is invoked in a separate execution environment that consists of the following. Unless otherwise noted, the values are inherited from the shell. -

- -

    -
  • -the shell's open files, plus any modifications and additions specified +

    +
      +
    • the shell’s open files, plus any modifications and additions specified by redirections to the command -

      -

    • -the current working directory -

      +

    • the current working directory -
    • -the file creation mode mask -

      +

    • the file creation mode mask -
    • -shell variables and functions marked for export, along with variables -exported for the command, passed in the environment (see section 3.7.4 Environment) -

      +

    • shell variables and functions marked for export, along with variables +exported for the command, passed in the environment (see Environment) -
    • -traps caught by the shell are reset to the values inherited from the -shell's parent, and traps ignored by the shell are ignored -

      +

    • traps caught by the shell are reset to the values inherited from the +shell’s parent, and traps ignored by the shell are ignored -
    -

    +

-A command invoked in this separate environment cannot affect the -shell's execution environment. -

- -Command substitution, commands grouped with parentheses, +

A command invoked in this separate environment cannot affect the +shell’s execution environment. +

+

Command substitution, commands grouped with parentheses, and asynchronous commands are invoked in a subshell environment that is a duplicate of the shell environment, except that traps caught by the shell are reset to the values that the shell inherited from its parent at invocation. Builtin commands that are invoked as part of a pipeline are also executed in a subshell environment. Changes made to the subshell environment -cannot affect the shell's execution environment. -

- -Subshells spawned to execute command substitutions inherit the value of -the `-e' option from the parent shell. When not in POSIX mode, -Bash clears the `-e' option in such subshells. -

- -If a command is followed by a `&' and job control is not active, the -default standard input for the command is the empty file `/dev/null'. +cannot affect the shell’s execution environment. +

+

Subshells spawned to execute command substitutions inherit the value of +the -e option from the parent shell. When not in POSIX mode, +Bash clears the -e option in such subshells. +

+

If a command is followed by a ‘&’ and job control is not active, the +default standard input for the command is the empty file /dev/null. Otherwise, the invoked command inherits the file descriptors of the calling shell as modified by redirections. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7.4 Environment

- -

- -When a program is invoked it is given an array of strings -called the environment. -This is a list of name-value pairs, of the form name=value. -

- -Bash provides several ways to manipulate the environment. +

+
+ + + +

3.7.4 Environment

+ + +

When a program is invoked it is given an array of strings +called the environment. +This is a list of name-value pairs, of the form name=value. +

+

Bash provides several ways to manipulate the environment. On invocation, the shell scans its own environment and creates a parameter for each name found, automatically marking -it for export +it for export to child processes. Executed commands inherit the environment. -The export and `declare -x' +The export and ‘declare -x’ commands allow parameters and functions to be added to and deleted from the environment. If the value of a parameter in the environment is modified, the new value becomes part of the environment, replacing the old. The environment -inherited by any executed command consists of the shell's +inherited by any executed command consists of the shell’s initial environment, whose values may be modified in the shell, -less any pairs removed by the unset and `export -n' -commands, plus any additions via the export and -`declare -x' commands. -

- -The environment for any simple command +less any pairs removed by the unset and ‘export -n’ +commands, plus any additions via the export and +‘declare -x’ commands. +

+

The environment for any simple command or function may be augmented temporarily by prefixing it with -parameter assignments, as described in 3.4 Shell Parameters. +parameter assignments, as described in Shell Parameters. These assignment statements affect only the environment seen by that command. -

- -If the `-k' option is set (see section 4.3.1 The Set Builtin), then all +

+

If the -k option is set (see The Set Builtin), then all parameter assignments are placed in the environment for a command, not just those that precede the command name. -

- -When Bash invokes an external command, the variable `$_' +

+

When Bash invokes an external command, the variable ‘$_’ is set to the full pathname of the command and passed to that command in its environment. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7.5 Exit Status

- -

- -The exit status of an executed command is the value returned by the -waitpid system call or equivalent function. Exit statuses +

+
+ +
+

+Next: , Previous: , Up: Executing Commands   [Contents][Index]

+
+ +

3.7.5 Exit Status

+ + +

The exit status of an executed command is the value returned by the +waitpid system call or equivalent function. Exit statuses fall between 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and compound commands are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes. -

- -For the shell's purposes, a command which exits with a +

+

For the shell’s purposes, a command which exits with a zero exit status has succeeded. A non-zero exit status indicates failure. This seemingly counter-intuitive scheme is used so there is one well-defined way to indicate success and a variety of ways to indicate various failure modes. -When a command terminates on a fatal signal whose number is N, -Bash uses the value 128+N as the exit status. -

- -If a command is not found, the child process created to +When a command terminates on a fatal signal whose number is N, +Bash uses the value 128+N as the exit status. +

+

If a command is not found, the child process created to execute it returns a status of 127. If a command is found but is not executable, the return status is 126. -

- -If a command fails because of an error during expansion or redirection, +

+

If a command fails because of an error during expansion or redirection, the exit status is greater than zero. -

- -The exit status is used by the Bash conditional commands -(see section 3.2.4.2 Conditional Constructs) and some of the list -constructs (see section 3.2.3 Lists of Commands). -

- -All of the Bash builtins return an exit status of zero if they succeed +

+

The exit status is used by the Bash conditional commands +(see Conditional Constructs) and some of the list +constructs (see Lists). +

+

All of the Bash builtins return an exit status of zero if they succeed and a non-zero status on failure, so they may be used by the conditional and list constructs. -All builtins return an exit status of 2 to indicate incorrect usage. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.7.6 Signals

- -

- -When Bash is interactive, in the absence of any traps, it ignores -SIGTERM (so that `kill 0' does not kill an interactive shell), -and SIGINT -is caught and handled (so that the wait builtin is interruptible). -When Bash receives a SIGINT, it breaks out of any executing loops. -In all cases, Bash ignores SIGQUIT. -If job control is in effect (see section 7. Job Control), Bash -ignores SIGTTIN, SIGTTOU, and SIGTSTP. -

- -Non-builtin commands started by Bash have signal handlers set to the +All builtins return an exit status of 2 to indicate incorrect usage, +generally invalid options or missing arguments. +

+
+ +
+

+Previous: , Up: Executing Commands   [Contents][Index]

+
+ +

3.7.6 Signals

+ + +

When Bash is interactive, in the absence of any traps, it ignores +SIGTERM (so that ‘kill 0’ does not kill an interactive shell), +and SIGINT +is caught and handled (so that the wait builtin is interruptible). +When Bash receives a SIGINT, it breaks out of any executing loops. +In all cases, Bash ignores SIGQUIT. +If job control is in effect (see Job Control), Bash +ignores SIGTTIN, SIGTTOU, and SIGTSTP. +

+

Non-builtin commands started by Bash have signal handlers set to the values inherited by the shell from its parent. When job control is not in effect, asynchronous commands -ignore SIGINT and SIGQUIT in addition to these inherited +ignore SIGINT and SIGQUIT in addition to these inherited handlers. Commands run as a result of command substitution ignore the keyboard-generated job control signals -SIGTTIN, SIGTTOU, and SIGTSTP. -

- -The shell exits by default upon receipt of a SIGHUP. -Before exiting, an interactive shell resends the SIGHUP to +SIGTTIN, SIGTTOU, and SIGTSTP. +

+

The shell exits by default upon receipt of a SIGHUP. +Before exiting, an interactive shell resends the SIGHUP to all jobs, running or stopped. -Stopped jobs are sent SIGCONT to ensure that they receive -the SIGHUP. -To prevent the shell from sending the SIGHUP signal to a +Stopped jobs are sent SIGCONT to ensure that they receive +the SIGHUP. +To prevent the shell from sending the SIGHUP signal to a particular job, it should be removed -from the jobs table with the disown -builtin (see section 7.2 Job Control Builtins) or marked -to not receive SIGHUP using disown -h. -

- -If the huponexit shell option has been set with shopt -(see section 4.3.2 The Shopt Builtin), Bash sends a SIGHUP to all jobs when +from the jobs table with the disown +builtin (see Job Control Builtins) or marked +to not receive SIGHUP using disown -h. +

+

If the huponexit shell option has been set with shopt +(see The Shopt Builtin), Bash sends a SIGHUP to all jobs when an interactive login shell exits. -

- -If Bash is waiting for a command to complete and receives a signal +

+

If Bash is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until -the command completes. +the command completes. When Bash is waiting for an asynchronous -command via the wait builtin, the reception of a signal for -which a trap has been set will cause the wait builtin to return +command via the wait builtin, the reception of a signal for +which a trap has been set will cause the wait builtin to return immediately with an exit status greater than 128, immediately after which the trap is executed. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

3.8 Shell Scripts

- -

- -A shell script is a text file containing shell commands. When such +

+
+ + + +

3.8 Shell Scripts

+ + +

A shell script is a text file containing shell commands. When such a file is used as the first non-option argument when invoking Bash, -and neither the `-c' nor `-s' option is supplied -(see section 6.1 Invoking Bash), +and neither the -c nor -s option is supplied +(see Invoking Bash), Bash reads and executes commands from the file, then exits. This mode of operation creates a non-interactive shell. The shell first searches for the file in the current directory, and looks in the -directories in $PATH if not found there. -

- -When Bash runs -a shell script, it sets the special parameter 0 to the name +directories in $PATH if not found there. +

+

When Bash runs +a shell script, it sets the special parameter 0 to the name of the file, rather than the name of the shell, and the positional parameters are set to the remaining arguments, if any are given. If no additional arguments are supplied, the positional parameters are unset. -

- -A shell script may be made executable by using the chmod command +

+

A shell script may be made executable by using the chmod command to turn on the execute bit. When Bash finds such a file while -searching the $PATH for a command, it spawns a subshell to +searching the $PATH for a command, it spawns a subshell to execute it. In other words, executing -
 
filename arguments
-
is equivalent to executing -
 
bash filename arguments
-

- -if filename is an executable shell script. +

+
filename arguments
+
+

is equivalent to executing +

+
bash filename arguments
+
+ +

if filename is an executable shell script. This subshell reinitializes itself, so that the effect is as if a new shell had been invoked to interpret the script, with the exception that the locations of commands remembered by the parent -(see the description of hash in 4.1 Bourne Shell Builtins) +(see the description of hash in Bourne Shell Builtins) are retained by the child. -

- -Most versions of Unix make this a part of the operating system's command +

+

Most versions of Unix make this a part of the operating system’s command execution mechanism. If the first line of a script begins with -the two characters `#!', the remainder of the line specifies +the two characters ‘#!’, the remainder of the line specifies an interpreter for the program. -Thus, you can specify Bash, awk, Perl, or some other +Thus, you can specify Bash, awk, Perl, or some other interpreter and write the rest of the script file in that language. -

- -The arguments to the interpreter +

+

The arguments to the interpreter consist of a single optional argument following the interpreter name on the first line of the script file, followed by the name of the script file, followed by the rest of the arguments. Bash will perform this action on operating systems that do not handle it themselves. Note that some older versions of Unix limit the interpreter name and argument to a maximum of 32 characters. -

- -Bash scripts often begin with #! /bin/bash (assuming that -Bash has been installed in `/bin'), since this ensures that +

+

Bash scripts often begin with #! /bin/bash (assuming that +Bash has been installed in /bin), since this ensures that Bash will be used to interpret the script, even if it is executed under another shell. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4. Shell Builtin Commands

- -

- -

- - - - -
4.1 Bourne Shell Builtins  Builtin commands inherited from the Bourne - Shell.
4.2 Bash Builtin Commands  Table of builtins specific to Bash.
4.3 Modifying Shell Behavior  Builtins to modify shell attributes and - optional behavior.
4.4 Special Builtins  Builtin commands classified specially by - POSIX.
-

- -Builtin commands are contained within the shell itself. +

+
+ +
+

+Next: , Previous: , Up: Top   [Contents][Index]

+
+ +

4 Shell Builtin Commands

+ + + + + + + + +

Builtin commands are contained within the shell itself. When the name of a builtin command is used as the first word of -a simple command (see section 3.2.1 Simple Commands), the shell executes +a simple command (see Simple Commands), the shell executes the command directly, without invoking another program. Builtin commands are necessary to implement functionality impossible or inconvenient to obtain with separate utilities. -

- -This section briefly describes the builtins which Bash inherits from +

+

This section briefly describes the builtins which Bash inherits from the Bourne Shell, as well as the builtin commands which are unique to or have been extended in Bash. -

- -Several builtin commands are described in other chapters: builtin +

+

Several builtin commands are described in other chapters: builtin commands which provide the Bash interface to the job control -facilities (see section 7.2 Job Control Builtins), the directory stack -(see section 6.8.1 Directory Stack Builtins), the command history -(see section 9.2 Bash History Builtins), and the programmable completion -facilities (see section 8.7 Programmable Completion Builtins). -

- -Many of the builtins have been extended by POSIX or Bash. -

- -Unless otherwise noted, each builtin command documented as accepting -options preceded by `-' accepts `--' +facilities (see Job Control Builtins), the directory stack +(see Directory Stack Builtins), the command history +(see Bash History Builtins), and the programmable completion +facilities (see Programmable Completion Builtins). +

+

Many of the builtins have been extended by POSIX or Bash. +

+

Unless otherwise noted, each builtin command documented as accepting +options preceded by ‘-’ accepts ‘--’ to signify the end of the options. -The :, true, false, and test -builtins do not accept options and do not treat `--' specially. -The exit, logout, break, continue, let, -and shift builtins accept and process arguments beginning -with `-' without requiring `--'. +The :, true, false, and test +builtins do not accept options and do not treat ‘--’ specially. +The exit, logout, return, +break, continue, let, +and shift builtins accept and process arguments beginning +with ‘-’ without requiring ‘--’. Other builtins that accept arguments but are not specified as accepting -options interpret arguments beginning with `-' as invalid options and -require `--' to prevent this interpretation. -

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4.1 Bourne Shell Builtins

- -

- -The following shell builtin commands are inherited from the Bourne Shell. -These commands are implemented as specified by the POSIX standard. -

- -

-
: (a colon) -
-
 
: [arguments]
-

- -Do nothing beyond expanding arguments and performing redirections. +options interpret arguments beginning with ‘-’ as invalid options and +require ‘--’ to prevent this interpretation. +

+
+ + + +

4.1 Bourne Shell Builtins

+ +

The following shell builtin commands are inherited from the Bourne Shell. +These commands are implemented as specified by the POSIX standard. +

+
+
: (a colon)
+
+
+
: [arguments]
+
+ +

Do nothing beyond expanding arguments and performing redirections. The return status is zero. -

- -

. (a period) -
-
 
. filename [arguments]
-

- -Read and execute commands from the filename argument in the -current shell context. If filename does not contain a slash, -the PATH variable is used to find filename. -When Bash is not in POSIX mode, the current directory is searched -if filename is not found in $PATH. -If any arguments are supplied, they become the positional -parameters when filename is executed. Otherwise the positional +

+
+
. (a period)
+
+
+
. filename [arguments]
+
+ +

Read and execute commands from the filename argument in the +current shell context. If filename does not contain a slash, +the PATH variable is used to find filename. +When Bash is not in POSIX mode, the current directory is searched +if filename is not found in $PATH. +If any arguments are supplied, they become the positional +parameters when filename is executed. Otherwise the positional parameters are unchanged. +If the -T option is enabled, source inherits any trap on +DEBUG; if it is not, any DEBUG trap string is saved and +restored around the call to source, and source unsets the +DEBUG trap while it executes. +If -T is not set, and the sourced file changes +the DEBUG trap, the new value is retained when source completes. The return status is the exit status of the last command executed, or -zero if no commands are executed. If filename is not found, or +zero if no commands are executed. If filename is not found, or cannot be read, the return status is non-zero. -This builtin is equivalent to source. -

- -

break -
-
 
break [n]
-

- -Exit from a for, while, until, or select loop. -If n is supplied, the nth enclosing loop is exited. -n must be greater than or equal to 1. -The return status is zero unless n is not greater than or equal to 1. -

- -

cd -
-
 
cd [-L|[-P [-e]] [-@] [directory]
-

- -Change the current working directory to directory. -If directory is not supplied, the value of the HOME +This builtin is equivalent to source. +

+
+
break
+
+
+
break [n]
+
+ +

Exit from a for, while, until, or select loop. +If n is supplied, the nth enclosing loop is exited. +n must be greater than or equal to 1. +The return status is zero unless n is not greater than or equal to 1. +

+
+
cd
+
+
+
cd [-L|[-P [-e]] [-@] [directory]
+
+ +

Change the current working directory to directory. +If directory is not supplied, the value of the HOME shell variable is used. -Any additional arguments following directory are ignored. +Any additional arguments following directory are ignored. If the shell variable -CDPATH exists, it is used as a search path: -each directory name in CDPATH is searched for -directory, with alternative directory names in CDPATH -separated by a colon (`:'). -If directory begins with a slash, CDPATH is not used. -

- -The `-P' option means to not follow symbolic links: symbolic links -are resolved while cd is traversing directory and before -processing an instance of `..' in directory. -

- -By default, or when the `-L' option is supplied, symbolic links -in directory are resolved after cd processes an instance -of `..' in directory. -

- -If `..' appears in directory, it is processed by removing the +CDPATH exists, it is used as a search path: +each directory name in CDPATH is searched for +directory, with alternative directory names in CDPATH +separated by a colon (‘:’). +If directory begins with a slash, CDPATH is not used. +

+

The -P option means to not follow symbolic links: symbolic links +are resolved while cd is traversing directory and before +processing an instance of ‘..’ in directory. +

+

By default, or when the -L option is supplied, symbolic links +in directory are resolved after cd processes an instance +of ‘..’ in directory. +

+

If ‘..’ appears in directory, it is processed by removing the immediately preceding pathname component, back to a slash or the beginning -of directory. -

- -If the `-e' option is supplied with `-P' +of directory. +

+

If the -e option is supplied with -P and the current working directory cannot be successfully determined -after a successful directory change, cd will return an unsuccessful +after a successful directory change, cd will return an unsuccessful status. -

- -On systems that support it, the `-@' option presents the extended +

+

On systems that support it, the -@ option presents the extended attributes associated with a file as a directory. -

- -If directory is `-', it is converted to $OLDPWD +

+

If directory is ‘-’, it is converted to $OLDPWD before the directory change is attempted. -

- -If a non-empty directory name from CDPATH is used, or if -`-' is the first argument, and the directory change is +

+

If a non-empty directory name from CDPATH is used, or if +‘-’ is the first argument, and the directory change is successful, the absolute pathname of the new working directory is written to the standard output. -

- -The return status is zero if the directory is successfully changed, +

+

The return status is zero if the directory is successfully changed, non-zero otherwise. -

- -

continue -
-
 
continue [n]
-

- -Resume the next iteration of an enclosing for, while, -until, or select loop. -If n is supplied, the execution of the nth enclosing loop +

+
+
continue
+
+
+
continue [n]
+
+ +

Resume the next iteration of an enclosing for, while, +until, or select loop. +If n is supplied, the execution of the nth enclosing loop is resumed. -n must be greater than or equal to 1. -The return status is zero unless n is not greater than or equal to 1. -

- -

eval -
-
 
eval [arguments]
-

- -The arguments are concatenated together into a single command, which is +n must be greater than or equal to 1. +The return status is zero unless n is not greater than or equal to 1. +

+
+
eval
+
+
+
eval [arguments]
+
+ +

The arguments are concatenated together into a single command, which is then read and executed, and its exit status returned as the exit status -of eval. +of eval. If there are no arguments or only empty arguments, the return status is zero. -

- -

exec -
-
 
exec [-cl] [-a name] [command [arguments]]
-

- -If command +

+
+
exec
+
+
+
exec [-cl] [-a name] [command [arguments]]
+
+ +

If command is supplied, it replaces the shell without creating a new process. -If the `-l' option is supplied, the shell places a dash at the -beginning of the zeroth argument passed to command. -This is what the login program does. -The `-c' option causes command to be executed with an empty +If the -l option is supplied, the shell places a dash at the +beginning of the zeroth argument passed to command. +This is what the login program does. +The -c option causes command to be executed with an empty environment. -If `-a' is supplied, the shell passes name as the zeroth -argument to command. -If command +If -a is supplied, the shell passes name as the zeroth +argument to command. +If command cannot be executed for some reason, a non-interactive shell exits, -unless the execfail shell option +unless the execfail shell option is enabled. In that case, it returns failure. An interactive shell returns failure if the file cannot be executed. -If no command is specified, redirections may be used to affect +If no command is specified, redirections may be used to affect the current shell environment. If there are no redirection errors, the return status is zero; otherwise the return status is non-zero. -

- -

exit -
-
 
exit [n]
-

- -Exit the shell, returning a status of n to the shell's parent. -If n is omitted, the exit status is that of the last command executed. -Any trap on EXIT is executed before the shell terminates. -

- -

export -
-
 
export [-fn] [-p] [name[=value]]
-

- -Mark each name to be passed to child processes -in the environment. If the `-f' option is supplied, the names +

+
+
exit
+
+
+
exit [n]
+
+ +

Exit the shell, returning a status of n to the shell’s parent. +If n is omitted, the exit status is that of the last command executed. +Any trap on EXIT is executed before the shell terminates. +

+
+
export
+
+
+
export [-fn] [-p] [name[=value]]
+
+ +

Mark each name to be passed to child processes +in the environment. If the -f option is supplied, the names refer to shell functions; otherwise the names refer to shell variables. -The `-n' option means to no longer mark each name for export. -If no names are supplied, or if the `-p' option is given, a +The -n option means to no longer mark each name for export. +If no names are supplied, or if the -p option is given, a list of names of all exported variables is displayed. -The `-p' option displays output in a form that may be reused as input. -If a variable name is followed by =value, the value of -the variable is set to value. -

- -The return status is zero unless an invalid option is supplied, one of -the names is not a valid shell variable name, or `-f' is supplied +The -p option displays output in a form that may be reused as input. +If a variable name is followed by =value, the value of +the variable is set to value. +

+

The return status is zero unless an invalid option is supplied, one of +the names is not a valid shell variable name, or -f is supplied with a name that is not a shell function. -

- -

getopts -
-
 
getopts optstring name [args]
-

- -getopts is used by shell scripts to parse positional parameters. -optstring contains the option characters to be recognized; if a +

+
+
getopts
+
+
+
getopts optstring name [args]
+
+ +

getopts is used by shell scripts to parse positional parameters. +optstring contains the option characters to be recognized; if a character is followed by a colon, the option is expected to have an argument, which should be separated from it by whitespace. -The colon (`:') and question mark (`?') may not be +The colon (‘:’) and question mark (‘?’) may not be used as option characters. -Each time it is invoked, getopts -places the next option in the shell variable name, initializing -name if it does not exist, +Each time it is invoked, getopts +places the next option in the shell variable name, initializing +name if it does not exist, and the index of the next argument to be processed into the -variable OPTIND. -OPTIND is initialized to 1 each time the shell or a shell script +variable OPTIND. +OPTIND is initialized to 1 each time the shell or a shell script is invoked. When an option requires an argument, -getopts places that argument into the variable OPTARG. -The shell does not reset OPTIND automatically; it must be manually -reset between multiple calls to getopts within the same shell +getopts places that argument into the variable OPTARG. +The shell does not reset OPTIND automatically; it must be manually +reset between multiple calls to getopts within the same shell invocation if a new set of parameters is to be used. -

- -When the end of options is encountered, getopts exits with a +

+

When the end of options is encountered, getopts exits with a return value greater than zero. -OPTIND is set to the index of the first non-option argument, -and name is set to `?'. -

- -getopts +OPTIND is set to the index of the first non-option argument, +and name is set to ‘?’. +

+

getopts normally parses the positional parameters, but if more arguments are -given in args, getopts parses those instead. -

- -getopts can report errors in two ways. If the first character of -optstring is a colon, silent +given in args, getopts parses those instead. +

+

getopts can report errors in two ways. If the first character of +optstring is a colon, silent error reporting is used. In normal operation, diagnostic messages are printed when invalid options or missing option arguments are encountered. -If the variable OPTERR +If the variable OPTERR is set to 0, no error messages will be displayed, even if the first -character of optstring is not a colon. -

- -If an invalid option is seen, -getopts places `?' into name and, if not silent, -prints an error message and unsets OPTARG. -If getopts is silent, the option character found is placed in -OPTARG and no diagnostic message is printed. -

- -If a required argument is not found, and getopts -is not silent, a question mark (`?') is placed in name, -OPTARG is unset, and a diagnostic message is printed. -If getopts is silent, then a colon (`:') is placed in -name and OPTARG is set to the option character found. -

- -

hash -
-
 
hash [-r] [-p filename] [-dt] [name]
-

- -Each time hash is invoked, it remembers the full pathnames of the -commands specified as name arguments, +character of optstring is not a colon. +

+

If an invalid option is seen, +getopts places ‘?’ into name and, if not silent, +prints an error message and unsets OPTARG. +If getopts is silent, the option character found is placed in +OPTARG and no diagnostic message is printed. +

+

If a required argument is not found, and getopts +is not silent, a question mark (‘?’) is placed in name, +OPTARG is unset, and a diagnostic message is printed. +If getopts is silent, then a colon (‘:’) is placed in +name and OPTARG is set to the option character found. +

+
+
hash
+
+
+
hash [-r] [-p filename] [-dt] [name]
+
+ +

Each time hash is invoked, it remembers the full pathnames of the +commands specified as name arguments, so they need not be searched for on subsequent invocations. The commands are found by searching through the directories listed in -$PATH. +$PATH. Any previously-remembered pathname is discarded. -The `-p' option inhibits the path search, and filename is -used as the location of name. -The `-r' option causes the shell to forget all remembered locations. -The `-d' option causes the shell to forget the remembered location -of each name. -If the `-t' option is supplied, the full pathname to which each -name corresponds is printed. If multiple name arguments are -supplied with `-t' the name is printed before the hashed +The -p option inhibits the path search, and filename is +used as the location of name. +The -r option causes the shell to forget all remembered locations. +The -d option causes the shell to forget the remembered location +of each name. +If the -t option is supplied, the full pathname to which each +name corresponds is printed. If multiple name arguments are +supplied with -t the name is printed before the hashed full pathname. -The `-l' option causes output to be displayed in a format +The -l option causes output to be displayed in a format that may be reused as input. -If no arguments are given, or if only `-l' is supplied, +If no arguments are given, or if only -l is supplied, information about remembered commands is printed. -The return status is zero unless a name is not found or an invalid +The return status is zero unless a name is not found or an invalid option is supplied. -

- -

pwd -
-
 
pwd [-LP]
-

- -Print the absolute pathname of the current working directory. -If the `-P' option is supplied, the pathname printed will not +

+
+
pwd
+
+
+
pwd [-LP]
+
+ +

Print the absolute pathname of the current working directory. +If the -P option is supplied, the pathname printed will not contain symbolic links. -If the `-L' option is supplied, the pathname printed may contain +If the -L option is supplied, the pathname printed may contain symbolic links. The return status is zero unless an error is encountered while determining the name of the current directory or an invalid option is supplied. -

- -

readonly -
-
 
readonly [-aAf] [-p] [name[=value]] ...
-

- -Mark each name as readonly. +

+
+
readonly
+
+
+
readonly [-aAf] [-p] [name[=value]] …
+
+ +

Mark each name as readonly. The values of these names may not be changed by subsequent assignment. -If the `-f' option is supplied, each name refers to a shell +If the -f option is supplied, each name refers to a shell function. -The `-a' option means each name refers to an indexed -array variable; the `-A' option means each name refers +The -a option means each name refers to an indexed +array variable; the -A option means each name refers to an associative array variable. -If both options are supplied, `-A' takes precedence. -If no name arguments are given, or if the `-p' +If both options are supplied, -A takes precedence. +If no name arguments are given, or if the -p option is supplied, a list of all readonly names is printed. The other options may be used to restrict the output to a subset of the set of readonly names. -The `-p' option causes output to be displayed in a format that +The -p option causes output to be displayed in a format that may be reused as input. -If a variable name is followed by =value, the value of -the variable is set to value. +If a variable name is followed by =value, the value of +the variable is set to value. The return status is zero unless an invalid option is supplied, one of -the name arguments is not a valid shell variable or function name, -or the `-f' option is supplied with a name that is not a shell function. -

- -

return -
-
 
return [n]
-

- -Cause a shell function to stop executing and return the value n +the name arguments is not a valid shell variable or function name, +or the -f option is supplied with a name that is not a shell function. +

+
+
return
+
+
+
return [n]
+
+ +

Cause a shell function to stop executing and return the value n to its caller. -If n is not supplied, the return value is the exit status of the +If n is not supplied, the return value is the exit status of the last command executed in the function. -return may also be used to terminate execution of a script -being executed with the . (source) builtin, -returning either n or +If return is executed by a trap handler, the last command used to +determine the status is the last command executed before the trap handler. +if return is executed during a DEBUG trap, the last command +used to determine the status is the last command executed by the trap +handler before return was invoked. +return may also be used to terminate execution of a script +being executed with the . (source) builtin, +returning 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 +If n is supplied, the return value is its least significant 8 bits. -Any command associated with the RETURN trap is executed +Any command associated with the RETURN trap is executed before execution resumes after the function or script. -The return status is non-zero if return is supplied a non-numeric +The return status is non-zero if return is supplied a non-numeric argument or is used outside a function -and not during the execution of a script by . or source. -

- -

shift -
-
 
shift [n]
-

- -Shift the positional parameters to the left by n. -The positional parameters from n+1 ... $# are -renamed to $1 ... $#-n. -Parameters represented by the numbers $# to $#-n+1 +and not during the execution of a script by . or source. +

+
+
shift
+
+
+
shift [n]
+
+ +

Shift the positional parameters to the left by n. +The positional parameters from n+1 … $# are +renamed to $1$#-n. +Parameters represented by the numbers $# to $#-n+1 are unset. -n must be a non-negative number less than or equal to $#. -If n is zero or greater than $#, the positional parameters +n must be a non-negative number less than or equal to $#. +If n is zero or greater than $#, the positional parameters are not changed. -If n is not supplied, it is assumed to be 1. -The return status is zero unless n is greater than $# or +If n is not supplied, it is assumed to be 1. +The return status is zero unless n is greater than $# or less than zero, non-zero otherwise. -

- -

test -
[ -
- -
 
test expr
-

- -Evaluate a conditional express -ion expr and return a status of 0 +

+
+
test
+
[
+
+ +
+
test expr
+
+ +

Evaluate a conditional expression expr and return a status of 0 (true) or 1 (false). Each operator and operand must be a separate argument. Expressions are composed of the primaries described below in -6.4 Bash Conditional Expressions. -test does not accept any options, nor does it accept and ignore -an argument of `--' as signifying the end of options. -

- -When the [ form is used, the last argument to the command must -be a ]. -

- -Expressions may be combined using the following operators, listed in +Bash Conditional Expressions. +test does not accept any options, nor does it accept and ignore +an argument of -- as signifying the end of options. +

+

When the [ form is used, the last argument to the command must +be a ]. +

+

Expressions may be combined using the following operators, listed in decreasing order of precedence. The evaluation depends on the number of arguments; see below. Operator precedence is used when there are five or more arguments. -

- -

-
! expr -
True if expr is false. -

- -

( expr ) -
Returns the value of expr. +

+
+
! expr
+

True if expr is false. +

+
+
( expr )
+

Returns the value of expr. This may be used to override the normal precedence of operators. -

- -

expr1 -a expr2 -
True if both expr1 and expr2 are true. -

- -

expr1 -o expr2 -
True if either expr1 or expr2 is true. -
-

- -The test and [ builtins evaluate conditional +

+
+
expr1 -a expr2
+

True if both expr1 and expr2 are true. +

+
+
expr1 -o expr2
+

True if either expr1 or expr2 is true. +

+
+ +

The test and [ builtins evaluate conditional expressions using a set of rules based on the number of arguments. -

- -

-
0 arguments -
The expression is false. -

- -

1 argument -
The expression is true if and only if the argument is not null. -

- -

2 arguments -
If the first argument is `!', the expression is true if and +

+
+
0 arguments
+

The expression is false. +

+
+
1 argument
+

The expression is true if and only if the argument is not null. +

+
+
2 arguments
+

If the first argument is ‘!’, the expression is true if and only if the second argument is null. If the first argument is one of the unary conditional operators -(see section 6.4 Bash Conditional Expressions), the expression +(see Bash Conditional Expressions), the expression is true if the unary test is true. If the first argument is not a valid unary operator, the expression is false. -

- -

3 arguments -
The following conditions are applied in the order listed. +

+
+
3 arguments
+

The following conditions are applied in the order listed. If the second argument is one of the binary conditional -operators (see section 6.4 Bash Conditional Expressions), the +operators (see Bash Conditional Expressions), the result of the expression is the result of the binary test using the first and third arguments as operands. -The `-a' and `-o' operators are considered binary operators +The ‘-a’ and ‘-o’ operators are considered binary operators when there are three arguments. -If the first argument is `!', the value is the negation of +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 +If the first argument is exactly ‘(’ and the third argument is +exactly ‘)’, the result is the one-argument test of the second argument. Otherwise, the expression is false. -

- -

4 arguments -
If the first argument is `!', the result is the negation of +

+
+
4 arguments
+

If the first argument is ‘!’, the result is the negation of the three-argument expression composed of the remaining arguments. -Otherwise, the expression is parsed and evaluated according to +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 precedence +

+
+
5 or more arguments
+

The expression is parsed and evaluated according to precedence using the rules listed above. -

-

+

+
-When used with test or `[', the `<' and `>' +

When used with test or ‘[’, the ‘<’ and ‘>’ operators sort lexicographically using ASCII ordering. -

- -

times -
-
 
times
-

- -Print out the user and system times used by the shell and its children. +

+
+
times
+
+
+
times
+
+ +

Print out the user and system times used by the shell and its children. The return status is zero. -

- -

trap -
-
 
trap [-lp] [arg] [sigspec ...]
-

- -The commands in arg are to be read and executed when the -shell receives signal sigspec. If arg is absent (and -there is a single sigspec) or -equal to `-', each specified signal's disposition is reset +

+
+
trap
+
+
+
trap [-lp] [arg] [sigspec …]
+
+ +

The commands in arg are to be read and executed when the +shell receives signal sigspec. If arg is absent (and +there is a single sigspec) or +equal to ‘-’, each specified signal’s disposition is reset to the value it had when the shell was started. -If arg is the null string, then the signal specified by -each sigspec is ignored by the shell and commands it invokes. -If arg is not present and `-p' has been supplied, -the shell displays the trap commands associated with each sigspec. +If arg is the null string, then the signal specified by +each sigspec is ignored by the shell and commands it invokes. +If arg is not present and -p has been supplied, +the shell displays the trap commands associated with each sigspec. If no arguments are supplied, or -only `-p' is given, trap prints the list of commands +only -p is given, trap prints the list of commands associated with each signal number in a form that may be reused as shell input. -The `-l' option causes the shell to print a list of signal names +The -l option causes the shell to print a list of signal names and their corresponding numbers. -Each sigspec is either a signal name or a signal number. -Signal names are case insensitive and the SIG prefix is optional. -

- -If a sigspec -is 0 or EXIT, arg is executed when the shell exits. -If a sigspec is DEBUG, the command arg is executed -before every simple command, for command, case command, -select command, every arithmetic for command, and before +Each sigspec is either a signal name or a signal number. +Signal names are case insensitive and the SIG prefix is optional. +

+

If a sigspec +is 0 or EXIT, arg is executed when the shell exits. +If a sigspec is DEBUG, the command arg is executed +before every simple command, for command, case command, +select command, every arithmetic for command, and before the first command executes in a shell function. -Refer to the description of the extdebug option to the -shopt builtin (see section 4.3.2 The Shopt Builtin) for details of its -effect on the DEBUG trap. -If a sigspec is RETURN, the command arg is executed -each time a shell function or a script executed with the . or -source builtins finishes executing. -

- -If a sigspec is ERR, the command arg +Refer to the description of the extdebug option to the +shopt builtin (see The Shopt Builtin) for details of its +effect on the DEBUG trap. +If a sigspec is RETURN, the command arg is executed +each time a shell function or a script executed with the . or +source builtins finishes executing. +

+

If a sigspec is ERR, the command arg is executed whenever a pipeline (which may consist of a single simple -command), a list, or a compound command returns a +command), a list, or a 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 ||, +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, -or if the command's return -status is being inverted using !. -These are the same conditions obeyed by the errexit (`-e') +or if the command’s return +status is being inverted using !. +These are the same conditions obeyed by the errexit (-e) option. -

- -Signals ignored upon entry to the shell cannot be trapped or reset. +

+

Signals ignored upon entry to the shell cannot be trapped or reset. Trapped signals that are not being ignored are reset to their original values in a subshell or subshell environment when one is created. -

- -The return status is zero unless a sigspec does not specify a +

+

The return status is zero unless a sigspec does not specify a valid signal. -

- -

umask -
-
 
umask [-p] [-S] [mode]
-

- -Set the shell process's file creation mask to mode. If -mode begins with a digit, it is interpreted as an octal number; +

+
+
umask
+
+
+
umask [-p] [-S] [mode]
+
+ +

Set the shell process’s file creation mask to mode. If +mode begins with a digit, it is interpreted as an octal number; if not, it is interpreted as a symbolic mode mask similar -to that accepted by the chmod command. If mode is -omitted, the current value of the mask is printed. If the `-S' -option is supplied without a mode argument, the mask is printed +to that accepted by the chmod command. If mode is +omitted, the current value of the mask is printed. If the -S +option is supplied without a mode argument, the mask is printed in a symbolic format. -If the `-p' option is supplied, and mode +If the -p option is supplied, and mode is omitted, the output is in a form that may be reused as input. The return status is zero if the mode is successfully changed or if -no mode argument is supplied, and non-zero otherwise. -

- -Note that when the mode is interpreted as an octal number, each number -of the umask is subtracted from 7. Thus, a umask of 022 -results in permissions of 755. -

- -

unset -
-
 
unset [-fnv] [name]
-

- -Remove each variable or function name. -If the `-v' option is given, each -name refers to a shell variable and that variable is remvoved. -If the `-f' option is given, the names refer to shell +no mode argument is supplied, and non-zero otherwise. +

+

Note that when the mode is interpreted as an octal number, each number +of the umask is subtracted from 7. Thus, a umask of 022 +results in permissions of 755. +

+
+
unset
+
+
+
unset [-fnv] [name]
+
+ +

Remove each variable or function name. +If the -v option is given, each +name refers to a shell variable and that variable is removed. +If the -f option is given, the names refer to shell functions, and the function definition is removed. -If the `-n' option is supplied, and name is a variable with -the nameref attribute, name will be unset rather than the +If the -n option is supplied, and name is a variable with +the nameref attribute, name will be unset rather than the variable it references. -`-n' has no effect if the `-f' option is supplied. -If no options are supplied, each name refers to a variable; if +-n has no effect if the -f option is supplied. +If no options are supplied, each name refers to a variable; if there is no variable by that name, any function with that name is unset. Readonly variables and functions may not be unset. -The return status is zero unless a name is readonly. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4.2 Bash Builtin Commands

- -

- -This section describes builtin commands which are unique to +The return status is zero unless a name is readonly. +

+
+ +
+ + + +

4.2 Bash Builtin Commands

+ +

This section describes builtin commands which are unique to or have been extended in Bash. -Some of these commands are specified in the POSIX standard. -

- -

- -
alias -
-
 
alias [-p] [name[=value] ...]
-

- -Without arguments or with the `-p' option, alias prints +Some of these commands are specified in the POSIX standard. +

+
+
alias
+
+
+
alias [-p] [name[=value] …]
+
+ +

Without arguments or with the -p option, alias prints the list of aliases on the standard output in a form that allows them to be reused as input. -If arguments are supplied, an alias is defined for each name -whose value is given. If no value is given, the name +If arguments are supplied, an alias is defined for each name +whose value is given. If no value is given, the name and value of the alias is printed. -Aliases are described in 6.6 Aliases. -

- -

bind -
-
 
bind [-m keymap] [-lpsvPSVX]
-bind [-m keymap] [-q function] [-u function] [-r keyseq]
-bind [-m keymap] -f filename
-bind [-m keymap] -x keyseq:shell-command
-bind [-m keymap] keyseq:function-name
-bind readline-command
-

- -Display current Readline (see section 8. Command Line Editing) +Aliases are described in Aliases. +

+
+
bind
+
+
+
bind [-m keymap] [-lpsvPSVX]
+bind [-m keymap] [-q function] [-u function] [-r keyseq]
+bind [-m keymap] -f filename
+bind [-m keymap] -x keyseq:shell-command
+bind [-m keymap] keyseq:function-name
+bind [-m keymap] keyseq:readline-command
+
+ +

Display current Readline (see Command Line Editing) key and function bindings, bind a key sequence to a Readline function or macro, or set a Readline variable. Each non-option argument is a command as it would appear in a -Readline initialization file (see section 8.3 Readline Init File), +Readline initialization file (see Readline Init File), but each binding or command must be passed as a separate argument; e.g., -`"\C-x\C-r":re-read-init-file'. -

- -Options, if supplied, have the following meanings: -

- -

-
-m keymap -
Use keymap as the keymap to be affected by -the subsequent bindings. Acceptable keymap +‘"\C-x\C-r":re-read-init-file’. +

+

Options, if supplied, have the following meanings: +

+
+
-m keymap
+

Use keymap as the keymap to be affected by +the subsequent bindings. Acceptable keymap names are -emacs, -emacs-standard, -emacs-meta, -emacs-ctlx, -vi, -vi-move, -vi-command, and -vi-insert. -vi is equivalent to vi-command; -emacs is equivalent to emacs-standard. -

- -

-l -
List the names of all Readline functions. -

- -

-p -
Display Readline function names and bindings in such a way that they +emacs, +emacs-standard, +emacs-meta, +emacs-ctlx, +vi, +vi-move, +vi-command, and +vi-insert. +vi is equivalent to vi-command (vi-move is also a +synonym); emacs is equivalent to emacs-standard. +

+
+
-l
+

List the names of all Readline functions. +

+
+
-p
+

Display Readline function names and bindings in such a way that they can be used as input or in a Readline initialization file. -

- -

-P -
List current Readline function names and bindings. -

- -

-v -
Display Readline variable names and values in such a way that they +

+
+
-P
+

List current Readline function names and bindings. +

+
+
-v
+

Display Readline variable names and values in such a way that they can be used as input or in a Readline initialization file. -

- -

-V -
List current Readline variable names and values. -

- -

-s -
Display Readline key sequences bound to macros and the strings they output +

+
+
-V
+

List current Readline variable names and values. +

+
+
-s
+

Display Readline key sequences bound to macros and the strings they output in such a way that they can be used as input or in a Readline initialization file. -

- -

-S -
Display Readline key sequences bound to macros and the strings they output. -

- -

-f filename -
Read key bindings from filename. -

- -

-q function -
Query about which keys invoke the named function. -

- -

-u function -
Unbind all keys bound to the named function. -

- -

-r keyseq -
Remove any current binding for keyseq. -

- -

-x keyseq:shell-command -
Cause shell-command to be executed whenever keyseq is +

+
+
-S
+

Display Readline key sequences bound to macros and the strings they output. +

+
+
-f filename
+

Read key bindings from filename. +

+
+
-q function
+

Query about which keys invoke the named function. +

+
+
-u function
+

Unbind all keys bound to the named function. +

+
+
-r keyseq
+

Remove any current binding for keyseq. +

+
+
-x keyseq:shell-command
+

Cause shell-command to be executed whenever keyseq is entered. -When shell-command is executed, the shell sets the -READLINE_LINE variable to the contents of the Readline line -buffer and the READLINE_POINT variable to the current location +When shell-command is executed, the shell sets the +READLINE_LINE variable to the contents of the Readline line +buffer and the READLINE_POINT variable to the current location of the insertion point. -If the executed command changes the value of READLINE_LINE or -READLINE_POINT, those new values will be reflected in the +If the executed command changes the value of READLINE_LINE or +READLINE_POINT, those new values will be reflected in the editing state. -

- -

-X -
List all key sequences bound to shell commands and the associated commands +

+
+
-X
+

List all key sequences bound to shell commands and the associated commands in a format that can be reused as input. -

-

+

+
-The return status is zero unless an invalid option is supplied or an +

The return status is zero unless an invalid option is supplied or an error occurs. -

- -

builtin -
-
 
builtin [shell-builtin [args]]
-

- -Run a shell builtin, passing it args, and return its exit status. +

+
+
builtin
+
+
+
builtin [shell-builtin [args]]
+
+ +

Run a shell builtin, passing it args, and return its exit status. This is useful when defining a shell function with the same name as a shell builtin, retaining the functionality of the builtin within the function. -The return status is non-zero if shell-builtin is not a shell +The return status is non-zero if shell-builtin is not a shell builtin command. -

- -

caller -
-
 
caller [expr]
-

- -Returns the context of any active subroutine call (a shell function or -a script executed with the . or source builtins). -

- -Without expr, caller displays the line number and source +

+
+
caller
+
+
+
caller [expr]
+
+ +

Returns the context of any active subroutine call (a shell function or +a script executed with the . or source builtins). +

+

Without expr, caller displays the line number and source filename of the current subroutine call. -If a non-negative integer is supplied as expr, caller +If a non-negative integer is supplied as expr, caller displays the line number, subroutine name, and source file corresponding to that position in the current execution call stack. This extra information may be used, for example, to print a stack trace. The current frame is frame 0. -

- -The return value is 0 unless the shell is not executing a subroutine -call or expr does not correspond to a valid position in the +

+

The return value is 0 unless the shell is not executing a subroutine +call or expr does not correspond to a valid position in the call stack. -

- -

command -
-
 
command [-pVv] command [arguments ...]
-

- -Runs command with arguments ignoring any shell function -named command. +

+
+
command
+
+
+
command [-pVv] command [arguments …]
+
+ +

Runs command with arguments ignoring any shell function +named command. Only shell builtin commands or commands found by searching the -PATH are executed. -If there is a shell function named ls, running `command ls' -within the function will execute the external command ls +PATH are executed. +If there is a shell function named ls, running ‘command ls’ +within the function will execute the external command ls instead of calling the function recursively. -The `-p' option means to use a default value for PATH +The -p option means to use a default value for PATH that is guaranteed to find all of the standard utilities. -The return status in this case is 127 if command cannot be -found or an error occurred, and the exit status of command +The return status in this case is 127 if command cannot be +found or an error occurred, and the exit status of command otherwise. -

- -If either the `-V' or `-v' option is supplied, a -description of command is printed. The `-v' option +

+

If either the -V or -v option is supplied, a +description of command is printed. The -v option causes a single word indicating the command or file name used to -invoke command to be displayed; the `-V' option produces +invoke command to be displayed; the -V option produces a more verbose description. In this case, the return status is -zero if command is found, and non-zero if not. -

- -

declare -
-
 
declare [-aAfFgilnrtux] [-p] [name[=value] ...]
-

- -Declare variables and give them attributes. If no names +zero if command is found, and non-zero if not. +

+
+
declare
+
+
+
declare [-aAfFgilnrtux] [-p] [name[=value] …]
+
+ +

Declare variables and give them attributes. If no names are given, then display the values of variables instead. -

- -The `-p' option will display the attributes and values of each -name. -When `-p' is used with name arguments, additional options, -other than `-f' and `-F', are ignored. -

- -When `-p' is supplied without name arguments, declare +

+

The -p option will display the attributes and values of each +name. +When -p is used with name arguments, additional options, +other than -f and -F, are ignored. +

+

When -p is supplied without name arguments, declare will display the attributes and values of all variables having the attributes specified by the additional options. -If no other options are supplied with `-p', declare will -display the attributes and values of all shell variables. The `-f' +If no other options are supplied with -p, declare will +display the attributes and values of all shell variables. The -f option will restrict the display to shell functions. -

- -The `-F' option inhibits the display of function definitions; +

+

The -F option inhibits the display of function definitions; only the function name and attributes are printed. -If the extdebug shell option is enabled using shopt -(see section 4.3.2 The Shopt Builtin), the source file name and line number where -the function is defined are displayed as well. -`-F' implies `-f'. -

- -The `-g' option forces variables to be created or modified at -the global scope, even when declare is executed in a shell function. +If the extdebug shell option is enabled using shopt +(see The Shopt Builtin), the source file name and line number where +each name is defined are displayed as well. +-F implies -f. +

+

The -g option forces variables to be created or modified at +the global scope, even when declare is executed in a shell function. It is ignored in all other cases. -

- -The following options can be used to restrict output to variables with +

+

The following options can be used to restrict output to variables with the specified attributes or to give variables attributes: -

- -

-
-a -
Each name is an indexed array variable (see section 6.7 Arrays). -

- -

-A -
Each name is an associative array variable (see section 6.7 Arrays). -

- -

-f -
Use function names only. -

- -

-i -
The variable is to be treated as -an integer; arithmetic evaluation (see section 6.5 Shell Arithmetic) is +

+
+
-a
+

Each name is an indexed array variable (see Arrays). +

+
+
-A
+

Each name is an associative array variable (see Arrays). +

+
+
-f
+

Use function names only. +

+
+
-i
+

The variable is to be treated as +an integer; arithmetic evaluation (see Shell Arithmetic) is performed when the variable is assigned a value. -

- -

-l -
When the variable is assigned a value, all upper-case characters are +

+
+
-l
+

When the variable is assigned a value, all upper-case characters are converted to lower-case. The upper-case attribute is disabled. -

- -

-n -
Give each name the nameref attribute, making +

+
+
-n
+

Give each name the nameref attribute, making it a name reference to another variable. -That other variable is defined by the value of name. -All references and assignments to name, except for changing the -`-n' attribute itself, are performed on the variable referenced by -name's value. -The `-n' attribute cannot be applied to array variables. -

- -

-r -
Make names readonly. These names cannot then be assigned values +That other variable is defined by the value of name. +All references, assignments, and attribute modifications +to name, except for those using or changing the +-n attribute itself, are performed on the variable referenced by +name’s value. +The nameref attribute cannot be applied to array variables. +

+
+
-r
+

Make names readonly. These names cannot then be assigned values by subsequent assignment statements or unset. -

- -

-t -
Give each name the trace attribute. -Traced functions inherit the DEBUG and RETURN traps from +

+
+
-t
+

Give each name the trace attribute. +Traced functions inherit the DEBUG and RETURN traps from the calling shell. The trace attribute has no special meaning for variables. -

- -

-u -
When the variable is assigned a value, all lower-case characters are +

+
+
-u
+

When the variable is assigned a value, all lower-case characters are converted to upper-case. The lower-case attribute is disabled. -

- -

-x -
Mark each name for export to subsequent commands via +

+
+
-x
+

Mark each name for export to subsequent commands via the environment. -

-

+

+
-Using `+' instead of `-' turns off the attribute instead, -with the exceptions that `+a' -may not be used to destroy an array variable and `+r' will not +

Using ‘+’ instead of ‘-’ turns off the attribute instead, +with the exceptions that ‘+a’ +may not be used to destroy an array variable and ‘+r’ will not remove the readonly attribute. -When used in a function, declare makes each name local, -as with the local command, unless the `-g' option is used. -If a variable name is followed by =value, the value of the variable -is set to value. -

- -When using `-a' or `-A' and the compound assignment syntax to +When used in a function, declare makes each name local, +as with the local command, unless the -g option is used. +If a variable name is followed by =value, the value of the variable +is set to value. +

+

When using -a or -A and the compound assignment syntax to create array variables, additional attributes do not take effect until subsequent assignments. -

- -The return status is zero unless an invalid option is encountered, -an attempt is made to define a function using `-f foo=bar', +

+

The return status is zero unless an invalid option is encountered, +an attempt is made to define a function using ‘-f foo=bar’, an attempt is made to assign a value to a readonly variable, an attempt is made to assign a value to an array variable without -using the compound assignment syntax (see section 6.7 Arrays), -one of the names is not a valid shell variable name, +using the compound assignment syntax (see Arrays), +one of the names is not a valid shell variable name, an attempt is made to turn off readonly status for a readonly variable, an attempt is made to turn off array status for an array variable, -or an attempt is made to display a non-existent function with `-f'. -

- -

echo -
-
 
echo [-neE] [arg ...]
-

- -Output the args, separated by spaces, terminated with a +or an attempt is made to display a non-existent function with -f. +

+
+
echo
+
+
+
echo [-neE] [arg …]
+
+ +

Output the args, separated by spaces, terminated with a newline. The return status is 0 unless a write error occurs. -If `-n' is specified, the trailing newline is suppressed. -If the `-e' option is given, interpretation of the following +If -n is specified, the trailing newline is suppressed. +If the -e option is given, interpretation of the following backslash-escaped characters is enabled. -The `-E' option disables the interpretation of these escape characters, +The -E option disables the interpretation of these escape characters, even on systems where they are interpreted by default. -The xpg_echo shell option may be used to -dynamically determine whether or not echo expands these +The xpg_echo shell option may be used to +dynamically determine whether or not echo expands these escape characters by default. -echo does not interpret `--' to mean the end of options. -

- -echo interprets the following escape sequences: -

-
\a -
alert (bell) -
\b -
backspace -
\c -
suppress further output -
\e -
\E -
escape -
\f -
form feed -
\n -
new line -
\r -
carriage return -
\t -
horizontal tab -
\v -
vertical tab -
\\ -
backslash -
\0nnn -
the eight-bit character whose value is the octal value nnn +echo does not interpret -- to mean the end of options. +

+

echo interprets the following escape sequences: +

+
\a
+

alert (bell) +

+
\b
+

backspace +

+
\c
+

suppress further output +

+
\e
+
\E
+

escape +

+
\f
+

form feed +

+
\n
+

new line +

+
\r
+

carriage return +

+
\t
+

horizontal tab +

+
\v
+

vertical tab +

+
\\
+

backslash +

+
\0nnn
+

the eight-bit character whose value is the octal value nnn (zero to three octal digits) -

\xHH -
the eight-bit character whose value is the hexadecimal value HH +

+
\xHH
+

the eight-bit character whose value is the hexadecimal value HH (one or two hex digits) -

\uHHHH -
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHH (one to four hex digits) -
\UHHHHHHHH -
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value -HHHHHHHH (one to eight hex digits) -
-

- -

enable -
-
 
enable [-a] [-dnps] [-f filename] [name ...]
-

- -Enable and disable builtin shell commands. +

+
\uHHHH
+

the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHH (one to four hex digits) +

+
\UHHHHHHHH
+

the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value +HHHHHHHH (one to eight hex digits) +

+
+ +
+
enable
+
+
+
enable [-a] [-dnps] [-f filename] [name …]
+
+ +

Enable and disable builtin shell commands. Disabling a builtin allows a disk command which has the same name as a shell builtin to be executed without specifying a full pathname, even though the shell normally searches for builtins before disk commands. -If `-n' is used, the names become disabled. Otherwise -names are enabled. For example, to use the test binary -found via $PATH instead of the shell builtin version, type -`enable -n test'. -

- -If the `-p' option is supplied, or no name arguments appear, +If -n is used, the names become disabled. Otherwise +names are enabled. For example, to use the test binary +found via $PATH instead of the shell builtin version, type +‘enable -n test’. +

+

If the -p option is supplied, or no name arguments appear, a list of shell builtins is printed. With no other arguments, the list consists of all enabled shell builtins. -The `-a' option means to list +The -a option means to list each builtin with an indication of whether or not it is enabled. -

- -The `-f' option means to load the new builtin command name -from shared object filename, on systems that support dynamic loading. -The `-d' option will delete a builtin loaded with `-f'. -

- -If there are no options, a list of the shell builtins is displayed. -The `-s' option restricts enable to the POSIX special -builtins. If `-s' is used with `-f', the new builtin becomes -a special builtin (see section 4.4 Special Builtins). -

- -The return status is zero unless a name is not a shell builtin +

+

The -f option means to load the new builtin command name +from shared object filename, on systems that support dynamic loading. +The -d option will delete a builtin loaded with -f. +

+

If there are no options, a list of the shell builtins is displayed. +The -s option restricts enable to the POSIX special +builtins. If -s is used with -f, the new builtin becomes +a special builtin (see Special Builtins). +

+

The return status is zero unless a name is not a shell builtin or there is an error loading a new builtin from a shared object. -

- -

help -
-
 
help [-dms] [pattern]
-

- -Display helpful information about builtin commands. -If pattern is specified, help gives detailed help -on all commands matching pattern, otherwise a list of +

+
+
help
+
+
+
help [-dms] [pattern]
+
+ +

Display helpful information about builtin commands. +If pattern is specified, help gives detailed help +on all commands matching pattern, otherwise a list of the builtins is printed. -

- -Options, if supplied, have the following meanings: -

- -

-
-d -
Display a short description of each pattern -
-m -
Display the description of each pattern in a manpage-like format -
-s -
Display only a short usage synopsis for each pattern -
-

- -The return status is zero unless no command matches pattern. -

- -

let -
-
 
let expression [expression ...]
-

- -The let builtin allows arithmetic to be performed on shell -variables. Each expression is evaluated according to the -rules given below in 6.5 Shell Arithmetic. If the -last expression evaluates to 0, let returns 1; +

+

Options, if supplied, have the following meanings: +

+
+
-d
+

Display a short description of each pattern +

+
-m
+

Display the description of each pattern in a manpage-like format +

+
-s
+

Display only a short usage synopsis for each pattern +

+
+ +

The return status is zero unless no command matches pattern. +

+
+
let
+
+
+
let expression [expression …]
+
+ +

The let builtin allows arithmetic to be performed on shell +variables. Each expression is evaluated according to the +rules given below in Shell Arithmetic. If the +last expression evaluates to 0, let returns 1; otherwise 0 is returned. -

- -

local -
-
 
local [option] name[=value] ...
-

- -For each argument, a local variable named name is created, -and assigned value. -The option can be any of the options accepted by declare. -local can only be used within a function; it makes the variable -name have a visible scope restricted to that function and its -children. The return status is zero unless local is used outside -a function, an invalid name is supplied, or name is a +

+
+
local
+
+
+
local [option] name[=value] …
+
+ +

For each argument, a local variable named name is created, +and assigned value. +The option can be any of the options accepted by declare. +local can only be used within a function; it makes the variable +name have a visible scope restricted to that function and its +children. +If name is ‘-’, the set of shell options is made local to the +function in which local is invoked: shell options changed using +the set builtin inside the function are restored to their original +values when the function returns. +The return status is zero unless local is used outside +a function, an invalid name is supplied, or name is a readonly variable. -

- -

logout -
-
 
logout [n]
-

- -Exit a login shell, returning a status of n to the shell's +

+
+
logout
+
+
+
logout [n]
+
+ +

Exit a login shell, returning a status of n to the shell’s parent. -

- -

mapfile -
-
 
mapfile [-n count] [-O origin] [-s count] [-t] [-u fd]
-    [-C callback] [-c quantum] [array]
-

- -Read lines from the standard input into the indexed array variable array, -or from file descriptor fd -if the `-u' option is supplied. -The variable MAPFILE is the default array. +

+
+
mapfile
+
+
+
mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd]
+    [-C callback] [-c quantum] [array]
+
+ +

Read lines from the standard input into the indexed array variable array, +or from file descriptor fd +if the -u option is supplied. +The variable MAPFILE is the default array. Options, if supplied, have the following meanings: -

- -

- -
-n -
Copy at most count lines. If count is 0, all lines are copied. -
-O -
Begin assigning to array at index origin. +

+
+
-d
+

The first character of delim is used to terminate each input line, +rather than newline. +

+
-n
+

Copy at most count lines. If count is 0, all lines are copied. +

+
-O
+

Begin assigning to array at index origin. The default index is 0. -

-s -
Discard the first count lines read. -
-t -
Remove a trailing newline from each line read. -
-u -
Read lines from file descriptor fd instead of the standard input. -
-C -
Evaluate callback each time quantumP lines are read. -The `-c' option specifies quantum. -
-c -
Specify the number of lines read between each call to callback. -
-

- -If `-C' is specified without `-c', +

+
-s
+

Discard the first count lines read. +

+
-t
+

Remove a trailing delim (default newline) from each line read. +

+
-u
+

Read lines from file descriptor fd instead of the standard input. +

+
-C
+

Evaluate callback each time quantumP lines are read. +The -c option specifies quantum. +

+
-c
+

Specify the number of lines read between each call to callback. +

+
+ +

If -C is specified without -c, the default quantum is 5000. -When callback is evaluated, it is supplied the index of the next +When callback 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. -callback is evaluated after the line is read but before the +callback is evaluated after the line is read but before the array element is assigned. -

- -If not supplied with an explicit origin, mapfile will clear array +

+

If not supplied with an explicit origin, mapfile will clear array before assigning to it. -

- -mapfile returns successfully unless an invalid option or option -argument is supplied, array is invalid or unassignable, or array +

+

mapfile returns successfully unless an invalid option or option +argument is supplied, array is invalid or unassignable, or array is not an indexed array. -

- -

printf -
-
 
printf [-v var] format [arguments]
-

- -Write the formatted arguments to the standard output under the -control of the format. -The `-v' option causes the output to be assigned to the variable -var rather than being printed to the standard output. -

- -The format is a character string which contains three types of objects: +

+
+
printf
+
+
+
printf [-v var] format [arguments]
+
+ +

Write the formatted arguments to the standard output under the +control of the format. +The -v option causes the output to be assigned to the variable +var rather than being printed to the standard output. +

+

The format 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 -argument. -In addition to the standard printf(1) formats, printf +argument. +In addition to the standard printf(1) formats, printf interprets the following extensions: -

- -

-
%b -
Causes printf to expand backslash escape sequences in the -corresponding argument, -except that `\c' terminates output, backslashes in -`\'', `\"', and `\?' are not removed, and octal escapes -beginning with `\0' may contain up to four digits. -
%q -
Causes printf to output the -corresponding argument in a format that can be reused as shell input. -
%(datefmt)T -
Causes printf to output the date-time string resulting from using -datefmt as a format string for strftime(3). -The corresponding argument is an integer representing the number of +

+
+
%b
+

Causes printf to expand backslash escape sequences in the +corresponding argument in the same way as echo -e +(see Bash Builtins). +

+
%q
+

Causes printf to output the +corresponding argument in a format that can be reused as shell input. +

+
%(datefmt)T
+

Causes printf to output the date-time string resulting from using +datefmt as a format string for strftime(3). +The corresponding argument is an integer representing the number of seconds since the epoch. Two special argument values may be used: -1 represents the current time, and -2 represents the time the shell was invoked. If no argument is specified, conversion behaves as if -1 had been given. -This is an exception to the usual printf behavior. -

-

+This is an exception to the usual printf behavior. +

+
-Arguments to non-string format specifiers are treated as C language constants, +

Arguments to non-string format specifiers are treated as C language constants, except that a leading plus or minus sign is allowed, and if the leading character is a single or double quote, the value is the ASCII value of the following character. -

- -The format is reused as necessary to consume all of the arguments. -If the format requires more arguments than are supplied, the +

+

The format is reused as necessary to consume all of the arguments. +If the format requires more arguments 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 on failure. -

- -

read -
-
 
read [-ers] [-a aname] [-d delim] [-i text] [-n nchars]
-    [-N nchars] [-p prompt] [-t timeout] [-u fd] [name ...]
-

- -One line is read from the standard input, or from the file descriptor -fd supplied as an argument to the `-u' option, and the first word -is assigned to the first name, the second word to the second name, -and so on, with leftover words and their intervening separators assigned -to the last name. +

+
+
read
+
+
+
read [-ers] [-a aname] [-d delim] [-i text] [-n nchars]
+    [-N nchars] [-p prompt] [-t timeout] [-u fd] [name …]
+
+ +

One line is read from the standard input, or from the file descriptor +fd supplied as an argument to the -u option, +split into words as described above in Word Splitting, +and the first word +is assigned to the first name, the second word to the second name, +and so on. +If there are more words than names, +the remaining words and their intervening delimiters are assigned +to the last name. If there are fewer words read from the input stream than names, the remaining names are assigned empty values. -The characters in the value of the IFS variable +The characters in the value of the IFS variable are used to split the line into words using the same rules the shell -uses for expansion (described above in 3.5.7 Word Splitting). -The backslash character `\' may be used to remove any special +uses for expansion (described above in Word Splitting). +The backslash character ‘\’ may be used to remove any special meaning for the next character read and for line continuation. If no names are supplied, the line read is assigned to the -variable REPLY. -The return code is zero, unless end-of-file is encountered, read -times out (in which case the return code is greater than 128), +variable REPLY. +The exit status is zero, unless end-of-file is encountered, read +times out (in which case the status is greater than 128), a variable assignment error (such as assigning to a readonly variable) occurs, -or an invalid file descriptor is supplied as the argument to `-u'. -

- -Options, if supplied, have the following meanings: -

- -

-
-a aname -
The words are assigned to sequential indices of the array variable -aname, starting at 0. -All elements are removed from aname before the assignment. -Other name arguments are ignored. -

- -

-d delim -
The first character of delim is used to terminate the input line, +or an invalid file descriptor is supplied as the argument to -u. +

+

Options, if supplied, have the following meanings: +

+
+
-a aname
+

The words are assigned to sequential indices of the array variable +aname, starting at 0. +All elements are removed from aname before the assignment. +Other name arguments are ignored. +

+
+
-d delim
+

The first character of delim is used to terminate the input line, rather than newline. -

- -

-e -
Readline (see section 8. Command Line Editing) is used to obtain the line. +

+
+
-e
+

Readline (see Command Line Editing) is used to obtain the line. Readline uses the current (or default, if line editing was not previously active) editing settings. -

- -

-i text -
If Readline is being used to read the line, text is placed into +

+
+
-i text
+

If Readline is being used to read the line, text is placed into the editing buffer before editing begins. -

- -

-n nchars -
read returns after reading nchars characters rather than -waiting for a complete line of input, but honor a delimiter if fewer -than nchars characters are read before the delimiter. -

- -

-N nchars -
read returns after reading exactly nchars characters rather +

+
+
-n nchars
+

read returns after reading nchars characters rather than +waiting for a complete line of input, but honors a delimiter if fewer +than nchars characters are read before the delimiter. +

+
+
-N nchars
+

read returns after reading exactly nchars characters rather than waiting for a complete line of input, unless EOF is encountered or -read times out. +read times out. Delimiter characters encountered in the input are -not treated specially and do not cause read to return until -nchars characters are read. -

- -

-p prompt -
Display prompt, without a trailing newline, before attempting +not treated specially and do not cause read to return until +nchars characters are read. +The result is not split on the characters in IFS; the intent is +that the variable is assigned exactly the characters read +(with the exception of backslash; see the -r option below). +

+
+
-p prompt
+

Display prompt, without a trailing newline, before attempting to read any input. The prompt is displayed only if input is coming from a terminal. -

- -

-r -
If this option is given, backslash does not act as an escape character. +

+
+
-r
+

If this option is given, backslash does not act as an escape character. The backslash is considered to be part of the line. In particular, a backslash-newline pair may not be used as a line continuation. -

- -

-s -
Silent mode. If input is coming from a terminal, characters are +

+
+
-s
+

Silent mode. If input is coming from a terminal, characters are not echoed. -

- -

-t timeout -
Cause read to time out and return failure if a complete line of +

+
+
-t timeout
+

Cause read to time out and return failure if a complete line of input (or a specified number of characters) -is not read within timeout seconds. -timeout may be a decimal number with a fractional portion following +is not read within timeout seconds. +timeout may be a decimal number with a fractional portion following the decimal point. -This option is only effective if read is reading input from a +This option is only effective if read is reading input from a terminal, pipe, or other special file; it has no effect when reading from regular files. -If read times out, read saves any partial input read into -the specified variable name. -If timeout is 0, read returns immediately, without trying to +If read times out, read saves any partial input read into +the specified variable name. +If timeout is 0, read returns immediately, without trying to read and data. The exit status is 0 if input is available on the specified file descriptor, non-zero otherwise. The exit status is greater than 128 if the timeout is exceeded. -

- -

-u fd -
Read input from file descriptor fd. -
-

- -

readarray -
-
 
readarray [-n count] [-O origin] [-s count] [-t] [-u fd]
-    [-C callback] [-c quantum] [array]
-

- -Read lines from the standard input into the indexed array variable array, -or from file descriptor fd -if the `-u' option is supplied. -

- -A synonym for mapfile. -

- -

source -
-
 
source filename
-

- -A synonym for . (see section 4.1 Bourne Shell Builtins). -

- -

type -
-
 
type [-afptP] [name ...]
-

- -For each name, indicate how it would be interpreted if used as a +

+
+
-u fd
+

Read input from file descriptor fd. +

+
+ +
+
readarray
+
+
+
readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd]
+    [-C callback] [-c quantum] [array]
+
+ +

Read lines from the standard input into the indexed array variable array, +or from file descriptor fd +if the -u option is supplied. +

+

A synonym for mapfile. +

+
+
source
+
+
+
source filename
+
+ +

A synonym for . (see Bourne Shell Builtins). +

+
+
type
+
+
+
type [-afptP] [name …]
+
+ +

For each name, indicate how it would be interpreted if used as a command name. -

- -If the `-t' option is used, type prints a single word -which is one of `alias', `function', `builtin', -`file' or `keyword', -if name is an alias, shell function, shell builtin, +

+

If the -t option is used, type prints a single word +which is one of ‘alias’, ‘function’, ‘builtin’, +‘file’ or ‘keyword’, +if name is an alias, shell function, shell builtin, disk file, or shell reserved word, respectively. -If the name is not found, then nothing is printed, and -type returns a failure status. -

- -If the `-p' option is used, type either returns the name -of the disk file that would be executed, or nothing if `-t' -would not return `file'. -

- -The `-P' option forces a path search for each name, even if -`-t' would not return `file'. -

- -If a command is hashed, `-p' and `-P' print the hashed value, -which is not necessarily the file that appears first in $PATH. -

- -If the `-a' option is used, type returns all of the places -that contain an executable named file. -This includes aliases and functions, if and only if the `-p' option +If the name is not found, then nothing is printed, and +type returns a failure status. +

+

If the -p option is used, type either returns the name +of the disk file that would be executed, or nothing if -t +would not return ‘file’. +

+

The -P option forces a path search for each name, even if +-t would not return ‘file’. +

+

If a command is hashed, -p and -P print the hashed value, +which is not necessarily the file that appears first in $PATH. +

+

If the -a option is used, type returns all of the places +that contain an executable named file. +This includes aliases and functions, if and only if the -p option is not also used. -

- -If the `-f' option is used, type does not attempt to find -shell functions, as with the command builtin. -

- -The return status is zero if all of the names are found, non-zero +

+

If the -f option is used, type does not attempt to find +shell functions, as with the command builtin. +

+

The return status is zero if all of the names are found, non-zero if any are not found. -

- -

typeset -
-
 
typeset [-afFgrxilnrtux] [-p] [name[=value] ...]
-

- -The typeset command is supplied for compatibility with the Korn +

+
+
typeset
+
+
+
typeset [-afFgrxilnrtux] [-p] [name[=value] …]
+
+ +

The typeset command is supplied for compatibility with the Korn shell. -It is a synonym for the declare builtin command. -

- -

ulimit -
-
 
ulimit [-abcdefilmnpqrstuvxHST] [limit]
-

- -ulimit provides control over the resources available to processes +It is a synonym for the declare builtin command. +

+
+
ulimit
+
+
+
ulimit [-HSabcdefiklmnpqrstuvxPT] [limit]
+
+ +

ulimit provides control over the resources available to processes started by the shell, on systems that allow such control. If an option is given, it is interpreted as follows: -

- -

-
-S -
Change and report the soft limit associated with a resource. -

- -

-H -
Change and report the hard limit associated with a resource. -

- -

-a -
All current limits are reported. -

- -

-b -
The maximum socket buffer size. -

- -

-c -
The maximum size of core files created. -

- -

-d -
The maximum size of a process's data segment. -

- -

-e -
The maximum scheduling priority ("nice"). -

- -

-f -
The maximum size of files written by the shell and its children. -

- -

-i -
The maximum number of pending signals. -

- -

-l -
The maximum size that may be locked into memory. -

- -

-m -
The maximum resident set size (many systems do not honor this limit). -

- -

-n -
The maximum number of open file descriptors (most systems do not +

+
+
-S
+

Change and report the soft limit associated with a resource. +

+
+
-H
+

Change and report the hard limit associated with a resource. +

+
+
-a
+

All current limits are reported. +

+
+
-b
+

The maximum socket buffer size. +

+
+
-c
+

The maximum size of core files created. +

+
+
-d
+

The maximum size of a process’s data segment. +

+
+
-e
+

The maximum scheduling priority ("nice"). +

+
+
-f
+

The maximum size of files written by the shell and its children. +

+
+
-i
+

The maximum number of pending signals. +

+
+
-k
+

The maximum number of kqueues that may be allocated. +

+
+
-l
+

The maximum size that may be locked into memory. +

+
+
-m
+

The maximum resident set size (many systems do not honor this limit). +

+
+
-n
+

The maximum number of open file descriptors (most systems do not allow this value to be set). -

- -

-p -
The pipe buffer size. -

- -

-q -
The maximum number of bytes in POSIX message queues. -

- -

-r -
The maximum real-time scheduling priority. -

- -

-s -
The maximum stack size. -

- -

-t -
The maximum amount of cpu time in seconds. -

- -

-u -
The maximum number of processes available to a single user. -

- -

-v -
The maximum amount of virtual memory available to the shell, and, on +

+
+
-p
+

The pipe buffer size. +

+
+
-q
+

The maximum number of bytes in POSIX message queues. +

+
+
-r
+

The maximum real-time scheduling priority. +

+
+
-s
+

The maximum stack size. +

+
+
-t
+

The maximum amount of cpu time in seconds. +

+
+
-u
+

The maximum number of processes available to a single user. +

+
+
-v
+

The maximum amount of virtual memory available to the shell, and, on some systems, to its children. -

- -

-x -
The maximum number of file locks. -

- -

-T -
The maximum number of threads. -
-

- -If limit is given, and the `-a' option is not used, -limit is the new value of the specified resource. -The special limit values hard, soft, and -unlimited stand for the current hard limit, the current soft limit, +

+
+
-x
+

The maximum number of file locks. +

+
+
-P
+

The maximum number of pseudoterminals. +

+
+
-T
+

The maximum number of threads. +

+
+ +

If limit is given, and the -a option is not used, +limit is the new value of the specified resource. +The special limit values hard, soft, and +unlimited stand for the current hard limit, the current soft limit, and no limit, respectively. 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. Otherwise, the current value of the soft limit for the specified resource -is printed, unless the `-H' option is supplied. -When setting new limits, if neither `-H' nor `-S' is supplied, +is printed, unless the -H option is supplied. +When setting new limits, if neither -H nor -S is supplied, both the hard and soft limits are set. -If no option is given, then `-f' is assumed. Values are in 1024-byte -increments, except for `-t', which is in seconds; `-p', -which is in units of 512-byte blocks; and `-T', `-b', -`-n' and `-u', which are unscaled values. -

- -The return status is zero unless an invalid option or argument is supplied, +If no option is given, then -f is assumed. Values are in 1024-byte +increments, except for -t, which is in seconds; -p, +which is in units of 512-byte blocks; +-P, +-T, +-b, +-k, +-n and -u, which are unscaled values; +and, when in POSIX Mode (see Bash POSIX Mode), +-c and -f, which are in 512-byte increments. +

+

The return status is zero unless an invalid option or argument is supplied, or an error occurs while setting a new limit. -

- -

unalias -
-
 
unalias [-a] [name ... ]
-

- -Remove each name from the list of aliases. If `-a' is +

+
+
unalias
+
+
+
unalias [-a] [name … ]
+
+ +

Remove each name from the list of aliases. If -a is supplied, all aliases are removed. -Aliases are described in 6.6 Aliases. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4.3 Modifying Shell Behavior

- +Aliases are described in Aliases. +

+
+ +
+ + + +

4.3 Modifying Shell Behavior

-
- - -
4.3.1 The Set Builtin  Change the values of shell attributes and - positional parameters.
4.3.2 The Shopt Builtin  Modify shell optional behavior.
-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4.3.1 The Set Builtin

- -

- -This builtin is so complicated that it deserves its own section. set + + + + + +


+ + + +

4.3.1 The Set Builtin

+ +

This builtin is so complicated that it deserves its own section. set allows you to change the values of shell options and set the positional parameters, or to display the names and values of shell variables. -

- -

-
set -
-
 
set [--abefhkmnptuvxBCEHPT] [-o option-name] [argument ...]
-set [+abefhkmnptuvxBCEHPT] [+o option-name] [argument ...]
-

- -If no options or arguments are supplied, set displays the names +

+
+
set
+
+
+
set [--abefhkmnptuvxBCEHPT] [-o option-name] [argument …]
+set [+abefhkmnptuvxBCEHPT] [+o option-name] [argument …]
+
+ +

If no options or arguments are supplied, set displays the names and values of all shell variables and functions, sorted according to the current locale, in a format that may be reused as input for setting or resetting the currently-set variables. Read-only variables cannot be reset. -In POSIX mode, only shell variables are listed. -

- -When options are supplied, they set or unset shell attributes. +In POSIX mode, only shell variables are listed. +

+

When options are supplied, they set or unset shell attributes. Options, if specified, have the following meanings: -

- -

-
-a -
Mark variables and function which are modified or created for export -to the environment of subsequent commands. -

- -

-b -
Cause the status of terminated background jobs to be reported +

+
+
-a
+

Each variable or function that is created or modified is given the +export attribute and marked for export to the environment of +subsequent commands. +

+
+
-b
+

Cause the status of terminated background jobs to be reported immediately, rather than before printing the next primary prompt. -

- -

-e -
Exit immediately if -a pipeline (see section 3.2.2 Pipelines), which may consist of a single simple command -(see section 3.2.1 Simple Commands), -a list (see section 3.2.3 Lists of Commands), -or a compound command (see section 3.2.4 Compound Commands) +

+
+
-e
+

Exit immediately if +a pipeline (see Pipelines), which may consist of a single simple command +(see Simple Commands), +a list (see Lists), +or a compound command (see 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 && or ||, +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 && or ||, any command in a pipeline but the last, -or if the command's return status is being inverted with !. +or if the command’s return status is being inverted with !. If a compound command other than a subshell returns a non-zero status because a command failed -while `-e' was being ignored, the shell does not exit. -A trap on ERR, if set, is executed before the shell exits. -

- -This option applies to the shell environment and each subshell environment -separately (see section 3.7.3 Command Execution Environment), and may cause +while -e was being ignored, the shell does not exit. +A trap on ERR, if set, is executed before the shell exits. +

+

This option applies to the shell environment and each subshell environment +separately (see Command Execution Environment), 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 -`-e' is being ignored, +

+

If a compound command or shell function executes in a context where +-e is being ignored, none of the commands executed within the compound command or function body -will be affected by the `-e' setting, even if `-e' is set +will be affected by the -e setting, even if -e is set and a command returns a failure status. -If a compound command or shell function sets `-e' while executing in -a context where `-e' is ignored, that setting will not have any +If a compound command or shell function sets -e while executing in +a context where -e is ignored, that setting will not have any effect until the compound command or the command containing the function call completes. -

- -

-f -
Disable filename expansion (globbing). -

- -

-h -
Locate and remember (hash) commands as they are looked up for execution. +

+
+
-f
+

Disable filename expansion (globbing). +

+
+
-h
+

Locate and remember (hash) commands as they are looked up for execution. This option is enabled by default. -

- -

-k -
All arguments in the form of assignment statements are placed +

+
+
-k
+

All arguments in the form of assignment statements are placed in the environment for a command, not just those that precede the command name. -

- -

-m -
Job control is enabled (see section 7. Job Control). +

+
+
-m
+

Job control is enabled (see Job Control). All processes run in a separate process group. When a background job completes, the shell prints a line containing its exit status. -

- -

-n -
Read commands but do not execute them; this may be used to check a -script for syntax errors. +

+
+
-n
+

Read commands but do not execute them. +This may be used to check a script for syntax errors. This option is ignored by interactive shells. -

- -

-o option-name -

- -Set the option corresponding to option-name: -

- -

-
allexport -
Same as -a. -

- -

braceexpand -
Same as -B. -

- -

emacs -
Use an emacs-style line editing interface (see section 8. Command Line Editing). -This also affects the editing interface used for read -e. -

- -

errexit -
Same as -e. -

- -

errtrace -
Same as -E. -

- -

functrace -
Same as -T. -

- -

hashall -
Same as -h. -

- -

histexpand -
Same as -H. -

- -

history -
Enable command history, as described in 9.1 Bash History Facilities. +

+
+
-o option-name
+
+

Set the option corresponding to option-name: +

+
+
allexport
+

Same as -a. +

+
+
braceexpand
+

Same as -B. +

+
+
emacs
+

Use an emacs-style line editing interface (see Command Line Editing). +This also affects the editing interface used for read -e. +

+
+
errexit
+

Same as -e. +

+
+
errtrace
+

Same as -E. +

+
+
functrace
+

Same as -T. +

+
+
hashall
+

Same as -h. +

+
+
histexpand
+

Same as -H. +

+
+
history
+

Enable command history, as described in Bash History Facilities. This option is on by default in interactive shells. -

- -

ignoreeof -
An interactive shell will not exit upon reading EOF. -

- -

keyword -
Same as -k. -

- -

monitor -
Same as -m. -

- -

noclobber -
Same as -C. -

- -

noexec -
Same as -n. -

- -

noglob -
Same as -f. -

- -

nolog -
Currently ignored. -

- -

notify -
Same as -b. -

- -

nounset -
Same as -u. -

- -

onecmd -
Same as -t. -

- -

physical -
Same as -P. -

- -

pipefail -
If set, the return value of a pipeline is the value of the last +

+
+
ignoreeof
+

An interactive shell will not exit upon reading EOF. +

+
+
keyword
+

Same as -k. +

+
+
monitor
+

Same as -m. +

+
+
noclobber
+

Same as -C. +

+
+
noexec
+

Same as -n. +

+
+
noglob
+

Same as -f. +

+
+
nolog
+

Currently ignored. +

+
+
notify
+

Same as -b. +

+
+
nounset
+

Same as -u. +

+
+
onecmd
+

Same as -t. +

+
+
physical
+

Same as -P. +

+
+
pipefail
+

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. -

- -

posix -
Change the behavior of Bash where the default operation differs -from the POSIX standard to match the standard -(see section 6.11 Bash POSIX Mode). +

+
+
posix
+

Change the behavior of Bash where the default operation differs +from the POSIX standard to match the standard +(see Bash POSIX Mode). This is intended to make Bash behave as a strict superset of that standard. -

- -

privileged -
Same as -p. -

- -

verbose -
Same as -v. -

- -

vi -
Use a vi-style line editing interface. -This also affects the editing interface used for read -e. -

- -

xtrace -
Same as -x. -
-

- -

-p -
Turn on privileged mode. -In this mode, the $BASH_ENV and $ENV files are not +

+
+
privileged
+

Same as -p. +

+
+
verbose
+

Same as -v. +

+
+
vi
+

Use a vi-style line editing interface. +This also affects the editing interface used for read -e. +

+
+
xtrace
+

Same as -x. +

+
+ +
+
-p
+

Turn on privileged mode. +In this mode, the $BASH_ENV and $ENV files are not processed, shell functions are not inherited from the environment, -and the SHELLOPTS, BASHOPTS, CDPATH and GLOBIGNORE +and the SHELLOPTS, BASHOPTS, CDPATH and GLOBIGNORE 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 `-p' option is not supplied, these actions +real user (group) id, and the -p option is not supplied, these actions are taken and the effective user id is set to the real user id. -If the `-p' option is supplied at startup, the effective user id is +If the -p option is supplied at startup, the effective user id is not reset. Turning this option off causes the effective user and group ids to be set to the real user and group ids. -

- -

-t -
Exit after reading and executing one command. -

- -

-u -
Treat unset variables and parameters other than the special parameters -`@' or `*' as an error when performing parameter expansion. +

+
+
-t
+

Exit after reading and executing one command. +

+
+
-u
+

Treat unset variables and parameters other than the special parameters +‘@’ or ‘*’ as an error when performing parameter expansion. An error message will be written to the standard error, and a non-interactive shell will exit. -

- -

-v -
Print shell input lines as they are read. -

- -

-x -
Print a trace of simple commands, for commands, case -commands, select commands, and arithmetic for commands +

+
+
-v
+

Print shell input lines as they are read. +

+
+
-x
+

Print a trace of simple commands, for commands, case +commands, select commands, and arithmetic for commands and their arguments or associated word lists after they are -expanded and before they are executed. The value of the PS4 +expanded and before they are executed. The value of the PS4 variable is expanded and the resultant value is printed before the command and its expanded arguments. -

- -

-B -
The shell will perform brace expansion (see section 3.5.1 Brace Expansion). +

+
+
-B
+

The shell will perform brace expansion (see Brace Expansion). This option is on by default. -

- -

-C -
Prevent output redirection using `>', `>&', and `<>' +

+
+
-C
+

Prevent output redirection using ‘>’, ‘>&’, and ‘<>’ from overwriting existing files. -

- -

-E -
If set, any trap on ERR is inherited by shell functions, command +

+
+
-E
+

If set, any trap on ERR is inherited by shell functions, command substitutions, and commands executed in a subshell environment. -The ERR trap is normally not inherited in such cases. -

- -

-H -
Enable `!' style history substitution (see section 9.3 History Expansion). +The ERR trap is normally not inherited in such cases. +

+
+
-H
+

Enable ‘!’ style history substitution (see History Interaction). This option is on by default for interactive shells. -

- -

-P -
If set, do not resolve symbolic links when performing commands such as -cd which change the current directory. The physical directory +

+
+
-P
+

If set, do not resolve symbolic links when performing commands such as +cd which change the current directory. The physical directory is used instead. By default, Bash follows the logical chain of directories when performing commands which change the current directory. -

- -For example, if `/usr/sys' is a symbolic link to `/usr/local/sys' +

+

For example, if /usr/sys is a symbolic link to /usr/local/sys then: -
 
$ cd /usr/sys; echo $PWD
+

+
$ cd /usr/sys; echo $PWD
 /usr/sys
 $ cd ..; pwd
 /usr
-

+ -If set -P is on, then: -
 
$ cd /usr/sys; echo $PWD
+

If set -P is on, then: +

+
$ cd /usr/sys; echo $PWD
 /usr/local/sys
 $ cd ..; pwd
 /usr/local
-

+ -

-T -
If set, any trap on DEBUG and RETURN are inherited by +
+
-T
+

If set, any trap on DEBUG and RETURN are inherited by shell functions, command substitutions, and commands executed in a subshell environment. -The DEBUG and RETURN traps are normally not inherited +The DEBUG and RETURN traps are normally not inherited in such cases. -

- -

-- -
If no arguments follow this option, then the positional parameters are +

+
+
--
+

If no arguments follow this option, then the positional parameters are unset. Otherwise, the positional parameters are set to the -arguments, even if some of them begin with a `-'. -

- -

- -
Signal the end of options, cause all remaining arguments -to be assigned to the positional parameters. The `-x' -and `-v' options are turned off. +arguments, even if some of them begin with a ‘-’. +

+
+
-
+

Signal the end of options, cause all remaining arguments +to be assigned to the positional parameters. The -x +and -v options are turned off. If there are no arguments, the positional parameters remain unchanged. -

-

+

+
-Using `+' rather than `-' causes these options to be +

Using ‘+’ rather than ‘-’ causes these options to be turned off. The options can also be used upon invocation of the -shell. The current set of options may be found in $-. -

- -The remaining N arguments are positional parameters and are -assigned, in order, to $1, $2, ... $N. -The special parameter # is set to N. -

- -The return status is always zero unless an invalid option is supplied. -

-

- - -


- - - - - - - - - - - -
[ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
-

4.3.2 The Shopt Builtin

- -

- -This builtin allows you to change additional shell optional behavior. -

- -

- -
shopt -
-
 
shopt [-pqsu] [-o] [optname ...]
-

- -Toggle the values of settings controlling optional shell behavior. +shell. The current set of options may be found in $-. +

+

The remaining N arguments are positional parameters and are +assigned, in order, to $1, $2, … $N. +The special parameter # is set to N. +

+

The return status is always zero unless an invalid option is supplied. +

+
+ +
+ + + +

4.3.2 The Shopt Builtin

+ +

This builtin allows you to change additional shell optional behavior. +

+
+
shopt
+
+
+
shopt [-pqsu] [-o] [optname …]
+
+ +

Toggle the values of settings controlling optional shell behavior. The settings can be either those listed below, or, if the -`-o' option is used, those available with the `-o' -option to the set builtin command (see section 4.3.1 The Set Builtin). -With no options, or with the `-p' option, a list of all settable +-o option is used, those available with the -o +option to the set builtin command (see The Set Builtin). +With no options, or with the -p option, a list of all settable options is displayed, with an indication of whether or not each is set. -The `-p' option causes output to be displayed in a form that +The -p option causes output to be displayed in a form that may be reused as input. Other options have the following meanings: -

- -

-
-s -
Enable (set) each optname. -

- -

-u -
Disable (unset) each optname. -

- -

-q -
Suppresses normal output; the return status -indicates whether the optname is set or unset. -If multiple optname arguments are given with `-q', -the return status is zero if all optnames are enabled; +

+
+
-s
+

Enable (set) each optname. +

+
+
-u
+

Disable (unset) each optname. +

+
+
-q
+

Suppresses normal output; the return status +indicates whether the optname is set or unset. +If multiple optname arguments are given with -q, +the return status is zero if all optnames are enabled; non-zero otherwise. -

- -

-o -
Restricts the values of -optname to be those defined for the `-o' option to the -set builtin (see section 4.3.1 The Set Builtin). -
-

- -If either `-s' or `-u' -is used with no optname arguments, shopt shows only +

+
+
-o
+

Restricts the values of +optname to be those defined for the -o option to the +set builtin (see The Set Builtin). +

+
+ +

If either -s or -u +is used with no optname arguments, shopt shows only those options which are set or unset, respectively. -

- -Unless otherwise noted, the shopt options are disabled (off) +

+

Unless otherwise noted, the shopt options are disabled (off) by default. -

- -The return status when listing options is zero if all optnames +

+

The return status when listing options is zero if all optnames are enabled, non-zero otherwise. When setting or unsetting options, -the return status is zero unless an optname is not a valid shell +the return status is zero unless an optname is not a valid shell option. -

- -The list of shopt options is: -

- -
autocd -
If set, a command name that is the name of a directory is executed as if -it were the argument to the cd command. +

+

The list of shopt options is: +

+
autocd
+

If set, a command name that is the name of a directory is executed as if +it were the argument to the cd command. This option is only used by interactive shells. -

- -

cdable_vars -
If this is set, an argument to the cd builtin command that +

+
+
cdable_vars
+

If this is set, an argument to the cd builtin command that is not a directory is assumed to be the name of a variable whose value is the directory to change to. -

- -

cdspell -
If set, minor errors in the spelling of a directory component in a -cd command will be corrected. +

+
+
cdspell
+

If set, minor errors in the spelling of a directory component in a +cd command will be corrected. The errors checked for are transposed characters, a missing character, and a character too many. If a correction is found, the corrected path is printed, and the command proceeds. This option is only used by interactive shells. -

- -

checkhash -
If this is set, Bash checks that a command found in the hash +

+
+
checkhash
+

If this is set, Bash checks that a command found in the hash table exists before trying to execute it. If a hashed command no longer exists, a normal path search is performed. -

- -

checkjobs -
If set, Bash lists the status of any stopped and running jobs before +

+
+
checkjobs
+

If set, Bash lists the status of any stopped and running jobs before exiting an interactive shell. If any jobs are running, this causes the exit to be deferred until a second exit is attempted without an -intervening command (see section 7. Job Control). +intervening command (see Job Control). The shell always postpones exiting if any jobs are stopped. -

- -

checkwinsize -
If set, Bash checks the window size after each command +

+
+
checkwinsize
+

If set, Bash checks the window size after each command and, if necessary, updates the values of -LINES and COLUMNS. -

- -

cmdhist -
If set, Bash +LINES and COLUMNS. +

+
+
cmdhist
+

If set, Bash attempts to save all lines of a multiple-line command in the same history entry. This allows easy re-editing of multi-line commands. -

- -

compat31 -
If set, Bash +

+
+
compat31
+

If set, Bash changes its behavior to that of version 3.1 with respect to quoted -arguments to the conditional command's `=~' operator +arguments to the conditional command’s ‘=~’ operator and with respect to locale-specific -string comparison when using the [[ -conditional command's `<' and `>' operators. +string comparison when using the [[ +conditional command’s ‘<’ and ‘>’ operators. Bash versions prior to bash-4.1 use ASCII collation and strcmp(3); -bash-4.1 and later use the current locale's collation sequence and strcoll(3). -

- -

compat32 -
If set, Bash +bash-4.1 and later use the current locale’s collation sequence and strcoll(3). +

+
+
compat32
+

If set, Bash changes its behavior to that of version 3.2 with respect to locale-specific -string comparison when using the [[ -conditional command's `<' and `>' operators (see previous item). -

- -

compat40 -
If set, Bash +string comparison when using the [[ +conditional command’s ‘<’ and ‘>’ operators (see previous item) +and the effect of interrupting a command list. +Bash versions 3.2 and earlier continue with the next command in the list +after one terminates due to an interrupt. +

+
+
compat40
+

If set, Bash changes its behavior to that of version 4.0 with respect to locale-specific -string comparison when using the [[ -conditional command's `<' and `>' operators (see description -of compat31) +string comparison when using the [[ +conditional command’s ‘<’ and ‘>’ operators (see description +of compat31) and the effect of interrupting a command list. Bash versions 4.0 and later interrupt the list as if the shell received the interrupt; previous versions continue with the next command in the list. -

- -

compat41 -
If set, Bash, when in POSIX mode, treats a single quote in a double-quoted +

+
+
compat41
+

If set, Bash, when in POSIX mode, treats a single quote in a double-quoted parameter expansion as a special character. The single quotes must match (an even number) and the characters between the single quotes are considered -quoted. This is the behavior of POSIX mode through version 4.1. +quoted. This is the behavior of POSIX mode through version 4.1. The default Bash behavior remains as in previous versions. -

- -

compat42 -
If set, Bash +

+
+
compat42
+

If set, Bash does not process the replacement string in the pattern substitution word expansion using quote removal. -

- -

complete_fullquote -
If set, Bash +

+
+
compat43
+

If set, Bash +does not print a warning message if an attempt is made to use a quoted compound +array assignment as an argument to declare, +makes word expansion errors +non-fatal errors that cause the current command to fail (the default behavior is +to make them fatal errors that cause the shell to exit), +and does not reset the +loop state when a shell function is executed (this allows break or +continue in a shell function to affect loops in the caller’s context). +

+
+
complete_fullquote
+

If set, Bash quotes all shell metacharacters in filenames and directory names when performing completion. If not set, Bash @@ -6324,966 +5982,949 @@ This is active only when bash is using backslashes to quote completed filenames. This variable is set by default, which is the default Bash behavior in versions through 4.2. -

- -

direxpand -
If set, Bash +

+
+
direxpand
+

If set, Bash replaces directory names with the results of word expansion when performing filename completion. This changes the contents of the readline editing buffer. If not set, Bash attempts to preserve what the user typed. -

- -

dirspell -
If set, Bash +

+
+
dirspell
+

If set, Bash attempts spelling correction on directory names during word completion if the directory name initially supplied does not exist. -

- -

dotglob -
If set, Bash includes filenames beginning with a `.' in +

+
+
dotglob
+

If set, Bash includes filenames beginning with a ‘.’ in the results of filename expansion. -

- -

execfail -
If this is set, a non-interactive shell will not exit if -it cannot execute the file specified as an argument to the exec -builtin command. An interactive shell does not exit if exec +

+
+
execfail
+

If this is set, a non-interactive shell will not exit if +it cannot execute the file specified as an argument to the exec +builtin command. An interactive shell does not exit if exec fails. -

- -

expand_aliases -
If set, aliases are expanded as described below under Aliases, -6.6 Aliases. +

+
+
expand_aliases
+

If set, aliases are expanded as described below under Aliases, +Aliases. This option is enabled by default for interactive shells. -

- -

extdebug -
If set, behavior intended for use by debuggers is enabled: -

- -

    -
  1. -The `-F' option to the declare builtin (see section 4.2 Bash Builtin Commands) +

    +
+
extdebug
+

If set at shell invocation, arrange to execute the debugger profile +before the shell starts, identical to the --debugger option. +If set after invocation, behavior intended for use by debuggers is enabled: +

+
    +
  1. The -F option to the declare builtin (see Bash Builtins) displays the source file name and line number corresponding to each function name supplied as an argument. -

    -

  2. -If the command run by the DEBUG trap returns a non-zero value, the +
  3. If the command run by the DEBUG trap returns a non-zero value, the next command is skipped and not executed. -

    -

  4. -If the command run by the DEBUG trap returns a value of 2, and the +
  5. If the command run by the DEBUG trap returns a value of 2, and the shell is executing in a subroutine (a shell function or a shell script -executed by the . or source builtins), a call to -return is simulated. -

    - -

  6. -BASH_ARGC and BASH_ARGV are updated as described in their -descriptions (see section 5.2 Bash Variables). -

    - -

  7. -Function tracing is enabled: command substitution, shell functions, and -subshells invoked with ( command ) inherit the -DEBUG and RETURN traps. -

    - -

  8. -Error tracing is enabled: command substitution, shell functions, and -subshells invoked with ( command ) inherit the -ERR trap. -
-

- -

extglob -
If set, the extended pattern matching features described above -(see section 3.5.8.1 Pattern Matching) are enabled. -

- -

extquote -
If set, $'string' and $"string" quoting is -performed within ${parameter} expansions +executed by the . or source builtins), the shell simulates +a call to return. + +
  • BASH_ARGC and BASH_ARGV are updated as described in their +descriptions (see Bash Variables). + +
  • Function tracing is enabled: command substitution, shell functions, and +subshells invoked with ( command ) inherit the +DEBUG and RETURN traps. + +
  • Error tracing is enabled: command substitution, shell functions, and +subshells invoked with ( command ) inherit the +ERR trap. +
  • + +
    +
    extglob
    +

    If set, the extended pattern matching features described above +(see Pattern Matching) are enabled. +

    +
    +
    extquote
    +

    If set, $'string' and $"string" quoting is +performed within ${parameter} expansions enclosed in double quotes. This option is enabled by default. -

    - -

    failglob -
    If set, patterns which fail to match filenames during filename expansion +

    +
    +
    failglob
    +

    If set, patterns which fail to match filenames during filename expansion result in an expansion error. -

    - -

    force_fignore -
    If set, the suffixes specified by the FIGNORE shell variable +

    +
    +
    force_fignore
    +

    If set, the suffixes specified by the FIGNORE shell variable cause words to be ignored when performing word completion even if the ignored words are the only possible completions. -See section 5.2 Bash Variables, for a description of FIGNORE. +See Bash Variables, for a description of FIGNORE. This option is enabled by default. -

    - -

    globasciiranges -
    If set, range expressions used in pattern matching bracket expressions -(see section 3.5.8.1 Pattern Matching) +

    +
    +
    globasciiranges
    +

    If set, range expressions used in pattern matching bracket expressions +(see Pattern Matching) behave as if in the traditional C locale when performing -comparisons. That is, the current locale's collating sequence +comparisons. That is, the current locale’s collating sequence is not taken into account, so -`b' will not collate between `A' and `B', +‘b’ will not collate between ‘A’ and ‘B’, and upper-case and lower-case ASCII characters will collate together. -

    - -

    globstar -
    If set, the pattern `**' used in a filename expansion context will +

    +
    +
    globstar
    +

    If set, the pattern ‘**’ used in a filename expansion context will match all files and zero or more directories and subdirectories. -If the pattern is followed by a `/', only directories and +If the pattern is followed by a ‘/’, only directories and subdirectories match. -

    - -

    gnu_errfmt -
    If set, shell error messages are written in the standard GNU error +

    +
    +
    gnu_errfmt
    +

    If set, shell error messages are written in the standard GNU error message format. -

    - -

    histappend -
    If set, the history list is appended to the file named by the value -of the HISTFILE +

    +
    +
    histappend
    +

    If set, the history list is appended to the file named by the value +of the HISTFILE variable when the shell exits, rather than overwriting the file. -

    - -

    histreedit -
    If set, and Readline +

    +
    +
    histreedit
    +

    If set, and Readline is being used, a user is given the opportunity to re-edit a failed history substitution. -

    - -

    histverify -
    If set, and Readline +

    +
    +
    histverify
    +

    If set, and Readline is being used, the results of history substitution are not immediately passed to the shell parser. Instead, the resulting line is loaded into the Readline editing buffer, allowing further modification. -

    - -

    hostcomplete -
    If set, and Readline is being used, Bash will attempt to perform -hostname completion when a word containing a `@' is being -completed (see section 8.4.6 Letting Readline Type For You). This option is enabled +

    +
    +
    hostcomplete
    +

    If set, and Readline is being used, Bash will attempt to perform +hostname completion when a word containing a ‘@’ is being +completed (see Commands For Completion). This option is enabled by default. -

    - -

    huponexit -
    If set, Bash will send SIGHUP to all jobs when an interactive -login shell exits (see section 3.7.6 Signals). -

    - -

    interactive_comments -
    Allow a word beginning with `#' +

    +
    +
    huponexit
    +

    If set, Bash will send SIGHUP to all jobs when an interactive +login shell exits (see Signals). +

    +
    +
    inherit_errexit
    +

    If set, command substitution inherits the value of the errexit option, +instead of unsetting it in the subshell environment. +This option is enabled when POSIX mode is enabled. +

    +
    +
    interactive_comments
    +

    Allow a word beginning with ‘#’ to cause that word and all remaining characters on that line to be ignored in an interactive shell. This option is enabled by default. -

    - -

    lastpipe -
    If set, and job control is not active, the shell runs the last command of +

    +
    +
    lastpipe
    +

    If set, and job control is not active, the shell runs the last command of a pipeline not executed in the background in the current shell environment. -

    - -

    lithist -
    If enabled, and the cmdhist +

    +
    +
    lithist
    +

    If enabled, and the cmdhist option is enabled, multi-line commands are saved to the history with embedded newlines rather than using semicolon separators where possible. -

    - -

    login_shell -
    The shell sets this option if it is started as a login shell -(see section 6.1 Invoking Bash). +

    +
    +
    login_shell
    +

    The shell sets this option if it is started as a login shell +(see Invoking Bash). The value may not be changed. -

    - -

    mailwarn -
    If set, and a file that Bash is checking for mail has been +

    +
    +
    mailwarn
    +

    If set, and a file that Bash is checking for mail has been accessed since the last time it was checked, the message -"The mail in mailfile has been read" is displayed. -

    - -

    no_empty_cmd_completion -
    If set, and Readline is being used, Bash will not attempt to search -the PATH for possible completions when completion is attempted +"The mail in mailfile has been read" is displayed. +

    +
    +
    no_empty_cmd_completion
    +

    If set, and Readline is being used, Bash will not attempt to search +the PATH for possible completions when completion is attempted on an empty line. -

    - -

    nocaseglob -
    If set, Bash matches filenames in a case-insensitive fashion when +

    +
    +
    nocaseglob
    +

    If set, Bash matches filenames in a case-insensitive fashion when performing filename expansion. -

    - -

    nocasematch -
    If set, Bash matches patterns in a case-insensitive fashion when -performing matching while executing case or [[ -conditional commands. -

    - -

    nullglob -
    If set, Bash allows filename patterns which match no +

    +
    +
    nocasematch
    +

    If set, Bash matches patterns in a case-insensitive fashion when +performing matching while executing case or [[ +conditional commands, +when performing pattern substitution word expansions, +or when filtering possible completions as part of programmable completion. +

    +
    +
    nullglob
    +

    If set, Bash allows filename patterns which match no files to expand to a null string, rather than themselves. -

    - -

    progcomp -
    If set, the programmable completion facilities -(see section 8.6 Programmable Completion) are enabled. +

    +
    +
    progcomp
    +

    If set, the programmable completion facilities +(see Programmable Completion) are enabled. This option is enabled by default. -

    - -

    promptvars -
    If set, prompt strings undergo +

    +
    +
    promptvars
    +

    If set, prompt strings undergo parameter expansion, command substitution, arithmetic expansion, and quote removal after being expanded -as described below (see section 6.9 Controlling the Prompt). +as described below (see Controlling the Prompt). This option is enabled by default. -

    - -

    restricted_shell -
    The shell sets this option if it is started in restricted mode -(see section 6.10 The Restricted Shell). +

    +
    +
    restricted_shell
    +

    The shell sets this option if it is started in restricted mode +(see The Restricted Shell). The value may not be changed. This is not reset when the startup files are executed, allowing the startup files to discover whether or not a shell is restricted. -

    - -

    shift_verbose -
    If this is set, the shift +

    +
    +
    shift_verbose
    +

    If this is set, the shift builtin prints an error message when the shift count exceeds the number of positional parameters. -

    - -

    sourcepath -
    If set, the source builtin uses the value of PATH +

    +
    +
    sourcepath
    +

    If set, the source builtin uses the value of PATH to find the directory containing the file supplied as an argument. This option is enabled by default. -

    - -

    xpg_echo -
    If set, the echo builtin expands backslash-escape sequences +

    +
    +
    xpg_echo
    +

    If set, the echo builtin expands backslash-escape sequences by default. -

    - -

    -

    +

    +
    +
    -The return status when listing options is zero if all optnames +

    The return status when listing options is zero if all optnames are enabled, non-zero otherwise. When setting or unsetting options, the return status is zero unless an -optname is not a valid shell option. -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    4.4 Special Builtins

    - -

    - -For historical reasons, the POSIX standard has classified -several builtin commands as special. -When Bash is executing in POSIX mode, the special builtins +optname is not a valid shell option. +

    +
    + +
    + + + +

    4.4 Special Builtins

    + + +

    For historical reasons, the POSIX standard has classified +several builtin commands as special. +When Bash is executing in POSIX mode, the special builtins differ from other builtin commands in three respects: -

    +

    +
      +
    1. Special builtins are found before shell functions during command lookup. -
        -
      1. -Special builtins are found before shell functions during command lookup. -

        +

      2. If a special builtin returns an error status, a non-interactive shell exits. -
      3. -If a special builtin returns an error status, a non-interactive shell exits. -

        - -

      4. -Assignment statements preceding the command stay in effect in the shell +
      5. Assignment statements preceding the command stay in effect in the shell environment after the command completes. -
      -

      +

    -When Bash is not executing in POSIX mode, these builtins behave no +

    When Bash is not executing in POSIX mode, these builtins behave no differently than the rest of the Bash builtin commands. -The Bash POSIX mode is described in 6.11 Bash POSIX Mode. -

    - -These are the POSIX special builtins: -
     
    break : . continue eval exec exit export readonly return set
    -shift trap unset
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    5. Shell Variables

    - -

    - -

    - - -
    5.1 Bourne Shell Variables  Variables which Bash uses in the same way - as the Bourne Shell.
    5.2 Bash Variables  List of variables that exist in Bash.
    -

    - -This chapter describes the shell variables that Bash uses. +The Bash POSIX mode is described in Bash POSIX Mode. +

    +

    These are the POSIX special builtins: +

    +
    break : . continue eval exec exit export readonly return set
    +shift trap unset
    +
    + +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    5 Shell Variables

    + + + + + + +

    This chapter describes the shell variables that Bash uses. Bash automatically assigns default values to a number of variables. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    5.1 Bourne Shell Variables

    - -

    - -Bash uses certain shell variables in the same way as the Bourne shell. +

    +
    + + + +

    5.1 Bourne Shell Variables

    + +

    Bash uses certain shell variables in the same way as the Bourne shell. In some cases, Bash assigns a default value to the variable. -

    - -

    - - -
    CDPATH -
    -A colon-separated list of directories used as a search path for -the cd builtin command. -

    - - -

    HOME -
    -The current user's home directory; the default for the cd builtin +

    +
    +
    CDPATH + +
    +

    A colon-separated list of directories used as a search path for +the cd builtin command. +

    +
    +
    HOME + +
    +

    The current user’s home directory; the default for the cd builtin command. The value of this variable is also used by tilde expansion -(see section 3.5.2 Tilde Expansion). -

    - - -

    IFS -
    -A list of characters that separate fields; used when the shell splits +(see Tilde Expansion). +

    +
    +
    IFS + +
    +

    A list of characters that separate fields; used when the shell splits words as part of expansion. -

    - - -

    MAIL -
    -If this parameter is set to a filename or directory name -and the MAILPATH variable +

    +
    +
    MAIL + +
    +

    If this parameter is set to a filename or directory name +and the MAILPATH variable is not set, Bash informs the user of the arrival of mail in the specified file or Maildir-format directory. -

    - - -

    MAILPATH -
    -A colon-separated list of filenames which the shell periodically checks +

    +
    +
    MAILPATH + +
    +

    A colon-separated list of filenames which the shell periodically checks for new mail. Each list entry can specify the message that is printed when new mail arrives in the mail file by separating the filename from the message with -a `?'. -When used in the text of the message, $_ expands to the name of +a ‘?’. +When used in the text of the message, $_ expands to the name of the current mail file. -

    - - -

    OPTARG -
    -The value of the last option argument processed by the getopts builtin. -

    - - -

    OPTIND -
    -The index of the last option argument processed by the getopts builtin. -

    - - -

    PATH -
    -A colon-separated list of directories in which the shell looks for +

    +
    +
    OPTARG + +
    +

    The value of the last option argument processed by the getopts builtin. +

    +
    +
    OPTIND + +
    +

    The index of the last option argument processed by the getopts builtin. +

    +
    +
    PATH + +
    +

    A colon-separated list of directories in which the shell looks for commands. -A zero-length (null) directory name in the value of PATH indicates the +A zero-length (null) directory name in the value of PATH indicates the current directory. A null directory name may appear as two adjacent colons, or as an initial or trailing colon. -

    - - -

    PS1 -
    -The primary prompt string. The default value is `\s-\v\$ '. -See section 6.9 Controlling the Prompt, for the complete list of escape -sequences that are expanded before PS1 is displayed. -

    - - -

    PS2 -
    -The secondary prompt string. The default value is `> '. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    5.2 Bash Variables

    - -

    - -These variables are set or used by Bash, but other shells +

    +
    +
    PS1 + +
    +

    The primary prompt string. The default value is ‘\s-\v\$ ’. +See Controlling the Prompt, for the complete list of escape +sequences that are expanded before PS1 is displayed. +

    +
    +
    PS2 + +
    +

    The secondary prompt string. The default value is ‘> ’. +

    +
    +
    + +
    + + + +

    5.2 Bash Variables

    + +

    These variables are set or used by Bash, but other shells do not normally treat them specially. -

    - -A few variables used by Bash are described in different chapters: +

    +

    A few variables used by Bash are described in different chapters: variables for controlling the job control facilities -(see section 7.3 Job Control Variables). -

    - -

    - - -
    BASH -
    -The full pathname used to execute the current instance of Bash. -

    - - -

    BASHOPTS -
    -A colon-separated list of enabled shell options. Each word in -the list is a valid argument for the `-s' option to the -shopt builtin command (see section 4.3.2 The Shopt Builtin). -The options appearing in BASHOPTS are those reported -as `on' by `shopt'. +(see Job Control Variables). +

    +
    +
    BASH + +
    +

    The full pathname used to execute the current instance of Bash. +

    +
    +
    BASHOPTS + +
    +

    A colon-separated list of enabled shell options. Each word in +the list is a valid argument for the -s option to the +shopt builtin command (see 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, each shell option in the list will be enabled before reading any startup files. This variable is readonly. -

    - - -

    BASHPID -
    -Expands to the process ID of the current Bash process. -This differs from $$ under certain circumstances, such as subshells +

    +
    +
    BASHPID + +
    +

    Expands to the process ID of the current Bash process. +This differs from $$ under certain circumstances, such as subshells that do not require Bash to be re-initialized. -

    - - -

    BASH_ALIASES -
    -An associative array variable whose members correspond to the internal -list of aliases as maintained by the alias builtin. -(see section 4.1 Bourne Shell Builtins). -Elements added to this array appear in the alias list; unsetting array -elements cause aliases to be removed from the alias list. -

    - - -

    BASH_ARGC -
    -An array variable whose values are the number of parameters in each +

    +
    +
    BASH_ALIASES + +
    +

    An associative array variable whose members correspond to the internal +list of aliases as maintained by the alias builtin. +(see Bourne Shell Builtins). +Elements added to this array appear in the alias list; however, +unsetting array elements currently does not cause aliases to be removed +from the alias list. +If BASH_ALIASES +is unset, it loses its special properties, even if it is +subsequently reset. +

    +
    +
    BASH_ARGC + +
    +

    An array variable whose values are the number of parameters in each frame of the current bash execution call stack. The number of parameters to the current subroutine (shell function or script executed -with . or source) is at the top of the stack. When a +with . or source) is at the top of the stack. When a subroutine is executed, the number of parameters passed is pushed onto -BASH_ARGC. -The shell sets BASH_ARGC only when in extended debugging mode -(see 4.3.2 The Shopt Builtin -for a description of the extdebug option to the shopt +BASH_ARGC. +The shell sets BASH_ARGC only when in extended debugging mode +(see The Shopt Builtin +for a description of the extdebug option to the shopt builtin). -

    - - -

    BASH_ARGV -
    -An array variable containing all of the parameters in the current bash +

    +
    +
    BASH_ARGV + +
    +

    An array variable containing all of the parameters in the current bash execution call stack. The final parameter of the last subroutine call is at the top of the stack; the first parameter of the initial call is at the bottom. When a subroutine is executed, the parameters supplied -are pushed onto BASH_ARGV. -The shell sets BASH_ARGV only when in extended debugging mode -(see 4.3.2 The Shopt Builtin -for a description of the extdebug option to the shopt +are pushed onto BASH_ARGV. +The shell sets BASH_ARGV only when in extended debugging mode +(see The Shopt Builtin +for a description of the extdebug option to the shopt builtin). -

    - - -

    BASH_CMDS -
    -An associative array variable whose members correspond to the internal -hash table of commands as maintained by the hash builtin -(see section 4.1 Bourne Shell Builtins). -Elements added to this array appear in the hash table; unsetting array -elements cause commands to be removed from the hash table. -

    - - -

    BASH_COMMAND -
    -The command currently being executed or about to be executed, unless the +

    +
    +
    BASH_CMDS + +
    +

    An associative array variable whose members correspond to the internal +hash table of commands as maintained by the hash builtin +(see Bourne Shell Builtins). +Elements added to this array appear in the hash table; however, +unsetting array elements currently does not cause command names to be removed +from the hash table. +If BASH_CMDS +is unset, it loses its special properties, even if it is +subsequently reset. +

    +
    +
    BASH_COMMAND + +
    +

    The command currently being executed or about to be executed, unless the shell is executing a command as the result of a trap, in which case it is the command executing at the time of the trap. -

    - - -

    BASH_COMPAT -
    -The value is used to set the shell's compatibility level. -See section 4.3.2 The Shopt Builtin, for a description of the various compatibility +

    +
    +
    BASH_COMPAT + +
    +

    The value is used to set the shell’s compatibility level. +See The Shopt Builtin, for a description of the various compatibility levels and their effects. The value may be a decimal number (e.g., 4.2) or an integer (e.g., 42) corresponding to the desired compatibility level. -If BASH_COMPAT is unset or set to the empty string, the compatibility +If BASH_COMPAT is unset or set to the empty string, the compatibility level is set to the default for the current version. -If BASH_COMPAT is set to a value that is not one of the valid +If BASH_COMPAT is set to a value that is not one of the valid compatibility levels, the shell prints an error message and sets the compatibility level to the default for the current version. The valid compatibility levels correspond to the compatibility options -accepted by the shopt builtin described above (for example, -compat42 means that 4.2 and 42 are valid values). +accepted by the shopt builtin described above (for example, +compat42 means that 4.2 and 42 are valid values). The current version is also a valid value. -

    - - -

    BASH_ENV -
    -If this variable is set when Bash is invoked to execute a shell +

    +
    +
    BASH_ENV + +
    +

    If this variable is set when Bash is invoked to execute a shell script, its value is expanded and used as the name of a startup file -to read before executing the script. See section 6.2 Bash Startup Files. -

    - - -

    BASH_EXECUTION_STRING -
    -The command argument to the `-c' invocation option. -

    - - -

    BASH_LINENO -
    -An array variable whose members are the line numbers in source files -where each corresponding member of FUNCNAME was invoked. -${BASH_LINENO[$i]} is the line number in the source file -(${BASH_SOURCE[$i+1]}) where -${FUNCNAME[$i]} was called (or ${BASH_LINENO[$i-1]} if +to read before executing the script. See Bash Startup Files. +

    +
    +
    BASH_EXECUTION_STRING + +
    +

    The command argument to the -c invocation option. +

    +
    +
    BASH_LINENO + +
    +

    An array variable whose members are the line numbers in source files +where each corresponding member of FUNCNAME was invoked. +${BASH_LINENO[$i]} is the line number in the source file +(${BASH_SOURCE[$i+1]}) where +${FUNCNAME[$i]} was called (or ${BASH_LINENO[$i-1]} if referenced within another shell function). -Use LINENO to obtain the current line number. -

    - - -

    BASH_REMATCH -
    -An array variable whose members are assigned by the `=~' binary -operator to the [[ conditional command -(see section 3.2.4.2 Conditional Constructs). +Use LINENO to obtain the current line number. +

    +
    +
    BASH_LOADABLES_PATH + +
    +

    A colon-separated list of directories in which the shell looks for +dynamically loadable builtins specified by the +enable command. +

    +
    +
    BASH_REMATCH + +
    +

    An array variable whose members are assigned by the ‘=~’ binary +operator to the [[ conditional command +(see Conditional Constructs). The element with index 0 is the portion of the string matching the entire regular expression. -The element with index n is the portion of the -string matching the nth parenthesized subexpression. +The element with index n is the portion of the +string matching the nth parenthesized subexpression. This variable is read-only. -

    - - -

    BASH_SOURCE -
    -An array variable whose members are the source filenames where the -corresponding shell function names in the FUNCNAME array +

    +
    +
    BASH_SOURCE + +
    +

    An array variable whose members are the source filenames where the +corresponding shell function names in the FUNCNAME array variable are defined. -The shell function ${FUNCNAME[$i]} is defined in the file -${BASH_SOURCE[$i]} and called from ${BASH_SOURCE[$i+1]} -

    - - -

    BASH_SUBSHELL -
    -Incremented by one within each subshell or subshell environment when +The shell function ${FUNCNAME[$i]} is defined in the file +${BASH_SOURCE[$i]} and called from ${BASH_SOURCE[$i+1]} +

    +
    +
    BASH_SUBSHELL + +
    +

    Incremented by one within each subshell or subshell environment when the shell begins executing in that environment. The initial value is 0. -

    - - -

    BASH_VERSINFO -
    -A readonly array variable (see section 6.7 Arrays) +

    +
    +
    BASH_VERSINFO + +
    +

    A readonly array variable (see Arrays) whose members hold version information for this instance of Bash. The values assigned to the array members are as follows: -

    - -

    - -
    BASH_VERSINFO[0] -
    The major version number (the release). -

    - -

    BASH_VERSINFO[1] -
    The minor version number (the version). -

    - -

    BASH_VERSINFO[2] -
    The patch level. -

    - -

    BASH_VERSINFO[3] -
    The build version. -

    - -

    BASH_VERSINFO[4] -
    The release status (e.g., beta1). -

    - -

    BASH_VERSINFO[5] -
    The value of MACHTYPE. -
    -

    - - -

    BASH_VERSION -
    -The version number of the current instance of Bash. -

    - - -

    BASH_XTRACEFD -
    -If set to an integer corresponding to a valid file descriptor, Bash -will write the trace output generated when `set -x' +

    +
    +
    BASH_VERSINFO[0]
    +

    The major version number (the release). +

    +
    +
    BASH_VERSINFO[1]
    +

    The minor version number (the version). +

    +
    +
    BASH_VERSINFO[2]
    +

    The patch level. +

    +
    +
    BASH_VERSINFO[3]
    +

    The build version. +

    +
    +
    BASH_VERSINFO[4]
    +

    The release status (e.g., beta1). +

    +
    +
    BASH_VERSINFO[5]
    +

    The value of MACHTYPE. +

    +
    + +
    +
    BASH_VERSION + +
    +

    The version number of the current instance of Bash. +

    +
    +
    BASH_XTRACEFD + +
    +

    If set to an integer corresponding to a valid file descriptor, Bash +will write the trace output generated when ‘set -x’ is enabled to that file descriptor. This allows tracing output to be separated from diagnostic and error messages. -The file descriptor is closed when BASH_XTRACEFD is unset or assigned +The file descriptor is closed when BASH_XTRACEFD is unset or assigned a new value. -Unsetting BASH_XTRACEFD or assigning it the empty string causes the +Unsetting BASH_XTRACEFD or assigning it the empty string causes the trace output to be sent to the standard error. -Note that setting BASH_XTRACEFD to 2 (the standard error file +Note that setting BASH_XTRACEFD to 2 (the standard error file descriptor) and then unsetting it will result in the standard error being closed. -

    - - -

    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 POSIX-mandated +

    +
    +
    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 POSIX-mandated minimum, and there is a maximum value (currently 8192) that this may not exceed. The minimum value is system-dependent. -

    - - -

    COLUMNS -
    -Used by the select command to determine the terminal width +

    +
    +
    COLUMNS + +
    +

    Used by the select command to determine the terminal width when printing selection lists. -Automatically set if the checkwinsize option is enabled -(see section 4.3.2 The Shopt Builtin), or in an interactive shell upon receipt of a -SIGWINCH. -

    - - -

    COMP_CWORD -
    -An index into ${COMP_WORDS} of the word containing the current +Automatically set if the checkwinsize option is enabled +(see The Shopt Builtin), or in an interactive shell upon receipt of a +SIGWINCH. +

    +
    +
    COMP_CWORD + +
    +

    An index into ${COMP_WORDS} of the word containing the current cursor position. This variable is available only in shell functions invoked by the -programmable completion facilities (see section 8.6 Programmable Completion). -

    - - -

    COMP_LINE -
    -The current command line. +programmable completion facilities (see Programmable Completion). +

    +
    +
    COMP_LINE + +
    +

    The current command line. This variable is available only in shell functions and external commands invoked by the -programmable completion facilities (see section 8.6 Programmable Completion). -

    - - -

    COMP_POINT -
    -The index of the current cursor position relative to the beginning of +programmable completion facilities (see Programmable Completion). +

    +
    +
    COMP_POINT + +
    +

    The index of the current cursor position relative to the beginning of the current command. If the current cursor position is at the end of the current command, -the value of this variable is equal to ${#COMP_LINE}. +the value of this variable is equal to ${#COMP_LINE}. This variable is available only in shell functions and external commands invoked by the -programmable completion facilities (see section 8.6 Programmable Completion). -

    - - -

    COMP_TYPE -
    -Set to an integer value corresponding to the type of completion attempted +programmable completion facilities (see Programmable Completion). +

    +
    +
    COMP_TYPE + +
    +

    Set to an integer value corresponding to the type of completion attempted that caused a completion function to be called: -TAB, for normal completion, -`?', for listing completions after successive tabs, -`!', for listing alternatives on partial word completion, -`@', to list completions if the word is not unmodified, +TAB, for normal completion, +‘?’, for listing completions after successive tabs, +‘!’, for listing alternatives on partial word completion, +‘@’, to list completions if the word is not unmodified, or -`%', for menu completion. +‘%’, for menu completion. This variable is available only in shell functions and external commands invoked by the -programmable completion facilities (see section 8.6 Programmable Completion). -

    - - -

    COMP_KEY -
    -The key (or final key of a key sequence) used to invoke the current +programmable completion facilities (see Programmable Completion). +

    +
    +
    COMP_KEY + +
    +

    The key (or final key of a key sequence) used to invoke the current completion function. -

    - - -

    COMP_WORDBREAKS -
    -The set of characters that the Readline library treats as word +

    +
    +
    COMP_WORDBREAKS + +
    +

    The set of characters that the Readline library treats as word separators when performing word completion. -If COMP_WORDBREAKS is unset, it loses its special properties, +If COMP_WORDBREAKS is unset, it loses its special properties, even if it is subsequently reset. -

    - - -

    COMP_WORDS -
    -An array variable consisting of the individual +

    +
    +
    COMP_WORDS + +
    +

    An array variable consisting of the individual words in the current command line. The line is split into words as Readline would split it, using -COMP_WORDBREAKS as described above. +COMP_WORDBREAKS as described above. This variable is available only in shell functions invoked by the -programmable completion facilities (see section 8.6 Programmable Completion). -

    - - -

    COMPREPLY -
    -An array variable from which Bash reads the possible completions +programmable completion facilities (see Programmable Completion). +

    +
    +
    COMPREPLY + +
    +

    An array variable from which Bash reads the possible completions generated by a shell function invoked by the programmable completion -facility (see section 8.6 Programmable Completion). +facility (see Programmable Completion). Each array element contains one possible completion. -

    - - -

    COPROC -
    -An array variable created to hold the file descriptors -for output from and input to an unnamed coprocess (see section 3.2.5 Coprocesses). -

    - - -

    DIRSTACK -
    -An array variable containing the current contents of the directory stack. +

    +
    +
    COPROC + +
    +

    An array variable created to hold the file descriptors +for output from and input to an unnamed coprocess (see Coprocesses). +

    +
    +
    DIRSTACK + +
    +

    An array variable containing the current contents of the directory stack. Directories appear in the stack in the order they are displayed by the -dirs builtin. +dirs builtin. Assigning to members of this array variable may be used to modify -directories already in the stack, but the pushd and popd +directories already in the stack, but the pushd and popd builtins must be used to add and remove directories. Assignment to this variable will not change the current directory. -If DIRSTACK is unset, it loses its special properties, even if +If DIRSTACK is unset, it loses its special properties, even if it is subsequently reset. -

    - - -

    EMACS -
    -If Bash finds this variable in the environment when the shell -starts with value `t', it assumes that the shell is running in an +

    +
    +
    EMACS + +
    +

    If Bash 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. -

    - - -

    ENV -
    -Similar to BASH_ENV; used when the shell is invoked in -POSIX Mode (see section 6.11 Bash POSIX Mode). -

    - - -

    EUID -
    -The numeric effective user id of the current user. This variable +

    +
    +
    ENV + +
    +

    Similar to BASH_ENV; used when the shell is invoked in +POSIX Mode (see Bash POSIX Mode). +

    +
    +
    EUID + +
    +

    The numeric effective user id of the current user. This variable is readonly. -

    - - -

    FCEDIT -
    -The editor used as a default by the `-e' option to the fc +

    +
    +
    EXECIGNORE + +
    +

    A colon-separated list of shell patterns (see Pattern Matching) +defining the list of filenames to be ignored by command search using +PATH. +Files whose full pathnames match one of these patterns are not considered +executable files for the purposes of completion and command execution +via PATH lookup. +This does not affect the behavior of the [, test, and [[ +commands. +Full pathnames in the command hash table are not subject to EXECIGNORE. +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 extglob shell +option. +

    +
    +
    FCEDIT + +
    +

    The editor used as a default by the -e option to the fc builtin command. -

    - - -

    FIGNORE -
    -A colon-separated list of suffixes to ignore when performing +

    +
    +
    FIGNORE + +
    +

    A colon-separated list of suffixes to ignore when performing filename completion. A filename whose suffix matches one of the entries in -FIGNORE +FIGNORE is excluded from the list of matched filenames. A sample -value is `.o:~' -

    - - -

    FUNCNAME -
    -An array variable containing the names of all shell functions +value is ‘.o:~’ +

    +
    +
    FUNCNAME + +
    +

    An array variable containing the names of all shell functions currently in the execution call stack. The element with index 0 is the name of any currently-executing shell function. The bottom-most element (the one with the highest index) -is "main". +is "main". This variable exists only when a shell function is executing. -Assignments to FUNCNAME have no effect and return an error status. -If FUNCNAME is unset, it loses its special properties, even if +Assignments to FUNCNAME have no effect. +If FUNCNAME is unset, it loses its special properties, even if it is subsequently reset. -

    - -This variable can be used with BASH_LINENO and BASH_SOURCE. -Each element of FUNCNAME has corresponding elements in -BASH_LINENO and BASH_SOURCE to describe the call stack. -For instance, ${FUNCNAME[$i]} was called from the file -${BASH_SOURCE[$i+1]} at line number ${BASH_LINENO[$i]}. -The caller builtin displays the current call stack using this +

    +

    This variable can be used with BASH_LINENO and BASH_SOURCE. +Each element of FUNCNAME has corresponding elements in +BASH_LINENO and BASH_SOURCE to describe the call stack. +For instance, ${FUNCNAME[$i]} was called from the file +${BASH_SOURCE[$i+1]} at line number ${BASH_LINENO[$i]}. +The caller builtin displays the current call stack using this information. -

    - - -

    FUNCNEST -
    -If set to a numeric value greater than 0, defines a maximum function +

    +
    +
    FUNCNEST + +
    +

    If set to a numeric value greater than 0, defines a maximum function nesting level. Function invocations that exceed this nesting level will cause the current command to abort. -

    - - -

    GLOBIGNORE -
    -A colon-separated list of patterns defining the set of filenames to +

    +
    +
    GLOBIGNORE + +
    +

    A colon-separated list of patterns defining the set of filenames to be ignored by filename expansion. If a filename matched by a filename expansion pattern also matches one -of the patterns in GLOBIGNORE, it is removed from the list +of the patterns in GLOBIGNORE, it is removed from the list of matches. -

    - - -

    GROUPS -
    -An array variable containing the list of groups of which the current +The pattern matching honors the setting of the extglob shell +option. +

    +
    +
    GROUPS + +
    +

    An array variable containing the list of groups of which the current user is a member. -Assignments to GROUPS have no effect and return an error status. -If GROUPS is unset, it loses its special properties, even if it is +Assignments to GROUPS have no effect. +If GROUPS is unset, it loses its special properties, even if it is subsequently reset. -

    - - -

    histchars -
    -Up to three characters which control history expansion, quick -substitution, and tokenization (see section 9.3 History Expansion). +

    +
    +
    histchars + +
    +

    Up to three characters which control history expansion, quick +substitution, and tokenization (see History Interaction). The first character is the -history expansion character, that is, the character which signifies the -start of a history expansion, normally `!'. The second character is the -character which signifies `quick substitution' when seen as the first -character on a line, normally `^'. The optional third character is the +history expansion character, that is, the character which signifies the +start of a history expansion, normally ‘!’. The second character is the +character which signifies ‘quick substitution’ when seen as the first +character on a line, normally ‘^’. 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 +found as the first character of a word, usually ‘#’. The history comment character causes history substitution to be skipped 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 -command. If HISTCMD is unset, it loses its special properties, +

    +
    +
    HISTCMD + +
    +

    The history number, or index in the history list, of the current +command. If HISTCMD is unset, it loses its special properties, even if it is subsequently reset. -

    - - -

    HISTCONTROL -
    -A colon-separated list of values controlling how commands are saved on +

    +
    +
    HISTCONTROL + +
    +

    A colon-separated list of values controlling how commands are saved on the history list. -If the list of values includes `ignorespace', lines which begin +If the list of values includes ‘ignorespace’, lines which begin with a space character are not saved in the history list. -A value of `ignoredups' causes lines which match the previous +A value of ‘ignoredups’ causes lines which match the previous history entry to not be saved. -A value of `ignoreboth' is shorthand for -`ignorespace' and `ignoredups'. -A value of `erasedups' causes all previous lines matching the +A value of ‘ignoreboth’ is shorthand for +‘ignorespace’ and ‘ignoredups’. +A value of ‘erasedups’ 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 HISTCONTROL is unset, or does not include a valid value, +If HISTCONTROL is unset, or does not include a valid value, all lines read by the shell parser are saved on the history list, -subject to the value of HISTIGNORE. +subject to the value of HISTIGNORE. The second and subsequent lines of a multi-line compound command are not tested, and are added to the history regardless of the value of -HISTCONTROL. -

    - - -

    HISTFILE -
    -The name of the file to which the command history is saved. The -default value is `~/.bash_history'. -

    - - -

    HISTFILESIZE -
    -The maximum number of lines contained in the history file. +HISTCONTROL. +

    +
    +
    HISTFILE + +
    +

    The name of the file to which the command history is saved. The +default value is ~/.bash_history. +

    +
    +
    HISTFILESIZE + +
    +

    The maximum number of lines contained in the history file. 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. @@ -7291,1373 +6932,1254 @@ The history file is also truncated to this size after writing it when a shell exits. If the value is 0, the history file is truncated to zero size. Non-numeric values and numeric values less than zero inhibit truncation. -The shell sets the default value to the value of HISTSIZE +The shell sets the default value to the value of HISTSIZE after reading any startup files. -

    - - -

    HISTIGNORE -
    -A colon-separated list of patterns used to decide which command +

    +
    +
    HISTIGNORE + +
    +

    A colon-separated list of patterns used to decide which command lines should be saved on the history list. Each pattern is anchored at the beginning of the line and must match the complete -line (no implicit `*' is appended). Each pattern is tested -against the line after the checks specified by HISTCONTROL +line (no implicit ‘*’ is appended). Each pattern is tested +against the line after the checks specified by HISTCONTROL are applied. In addition to the normal shell pattern matching -characters, `&' matches the previous history line. `&' +characters, ‘&’ matches the previous history line. ‘&’ may be escaped using a backslash; the backslash is removed before attempting a match. The second and subsequent lines of a multi-line compound command are not tested, and are added to the history regardless of the value of -HISTIGNORE. -

    - -HISTIGNORE subsumes the function of HISTCONTROL. A -pattern of `&' is identical to ignoredups, and a -pattern of `[ ]*' is identical to ignorespace. +HISTIGNORE. +The pattern matching honors the setting of the extglob shell +option. +

    +

    HISTIGNORE subsumes the function of HISTCONTROL. A +pattern of ‘&’ is identical to ignoredups, and a +pattern of ‘[ ]*’ is identical to ignorespace. Combining these two patterns, separating them with a colon, -provides the functionality of ignoreboth. -

    - - -

    HISTSIZE -
    -The maximum number of commands to remember on the history list. +provides the functionality of ignoreboth. +

    +
    +
    HISTSIZE + +
    +

    The maximum number of commands to remember on the history list. If the value is 0, commands are not saved in the history list. Numeric values less than zero result in every command being saved on the history list (there is no limit). The shell sets the default value to 500 after reading any startup files. -

    - - -

    HISTTIMEFORMAT -
    -If this variable is set and not null, its value is used as a format string -for strftime to print the time stamp associated with each history -entry displayed by the history builtin. +

    +
    +
    HISTTIMEFORMAT + +
    +

    If this variable is set and not null, its value is used as a format string +for strftime to print the time stamp associated with each history +entry displayed by the history builtin. If this variable is set, time stamps are written to the history file so they may be preserved across shell sessions. This uses the history comment character to distinguish timestamps from other history lines. -

    - - -

    HOSTFILE -
    -Contains the name of a file in the same format as `/etc/hosts' that +

    +
    +
    HOSTFILE + +
    +

    Contains the name of a file in the same format as /etc/hosts that should be read when the shell needs to complete a hostname. The list of possible hostname completions may be changed while the shell is running; the next time hostname completion is attempted after the value is changed, Bash adds the contents of the new file to the existing list. -If HOSTFILE is set, but has no value, or does not name a readable file, +If HOSTFILE is set, but has no value, or does not name a readable file, Bash attempts to read -`/etc/hosts' to obtain the list of possible hostname completions. -When HOSTFILE is unset, the hostname list is cleared. -

    - - -

    HOSTNAME -
    -The name of the current host. -

    - - -

    HOSTTYPE -
    -A string describing the machine Bash is running on. -

    - - -

    IGNOREEOF -
    -Controls the action of the shell on receipt of an EOF character +/etc/hosts to obtain the list of possible hostname completions. +When HOSTFILE is unset, the hostname list is cleared. +

    +
    +
    HOSTNAME + +
    +

    The name of the current host. +

    +
    +
    HOSTTYPE + +
    +

    A string describing the machine Bash is running on. +

    +
    +
    IGNOREEOF + +
    +

    Controls the action of the shell on receipt of an EOF character as the sole input. If set, the value denotes the number -of consecutive EOF characters that can be read as the +of consecutive EOF characters that can be read as the first character on an input line before the shell will exit. If the variable exists but does not have a numeric value (or has no value) then the default is 10. -If the variable does not exist, then EOF signifies the end of +If the variable does not exist, then EOF signifies the end of input to the shell. This is only in effect for interactive shells. -

    - - -

    INPUTRC -
    -The name of the Readline initialization file, overriding the default -of `~/.inputrc'. -

    - - -

    LANG -
    -Used to determine the locale category for any category not specifically -selected with a variable starting with LC_. -

    - - -

    LC_ALL -
    -This variable overrides the value of LANG and any other -LC_ variable specifying a locale category. -

    - - -

    LC_COLLATE -
    -This variable determines the collation order used when sorting the +

    +
    +
    INPUTRC + +
    +

    The name of the Readline initialization file, overriding the default +of ~/.inputrc. +

    +
    +
    LANG + +
    +

    Used to determine the locale category for any category not specifically +selected with a variable starting with LC_. +

    +
    +
    LC_ALL + +
    +

    This variable overrides the value of LANG and any other +LC_ variable specifying a locale category. +

    +
    +
    LC_COLLATE + +
    +

    This variable determines the collation order used when sorting the results of filename expansion, and determines the behavior of range expressions, equivalence classes, and collating sequences within filename expansion and pattern matching -(see section 3.5.8 Filename Expansion). -

    - - -

    LC_CTYPE -
    -This variable determines the interpretation of characters and the +(see Filename Expansion). +

    +
    +
    LC_CTYPE + +
    +

    This variable determines the interpretation of characters and the behavior of character classes within filename expansion and pattern -matching (see section 3.5.8 Filename Expansion). -

    - - -

    LC_MESSAGES -
    -This variable determines the locale used to translate double-quoted -strings preceded by a `$' (see section 3.1.2.5 Locale-Specific Translation). -

    - - -

    LC_NUMERIC -
    -This variable determines the locale category used for number formatting. -

    - - -

    LINENO -
    -The line number in the script or shell function currently executing. -

    - - -

    LINES -
    -Used by the select command to determine the column length +matching (see Filename Expansion). +

    +
    +
    LC_MESSAGES + +
    +

    This variable determines the locale used to translate double-quoted +strings preceded by a ‘$’ (see Locale Translation). +

    +
    +
    LC_NUMERIC + +
    +

    This variable determines the locale category used for number formatting. +

    +
    +
    LC_TIME + +
    +

    This variable determines the locale category used for data and time +formatting. +

    +
    +
    LINENO + +
    +

    The line number in the script or shell function currently executing. +

    +
    +
    LINES + +
    +

    Used by the select command to determine the column length for printing selection lists. -Automatically set if the checkwinsize option is enabled -(see section 4.3.2 The Shopt Builtin), or in an interactive shell upon receipt of a -SIGWINCH. -

    - - -

    MACHTYPE -
    -A string that fully describes the system type on which Bash -is executing, in the standard GNU cpu-company-system format. -

    - - -

    MAILCHECK -
    -How often (in seconds) that the shell should check for mail in the -files specified in the MAILPATH or MAIL variables. +Automatically set if the checkwinsize option is enabled +(see The Shopt Builtin), or in an interactive shell upon receipt of a +SIGWINCH. +

    +
    +
    MACHTYPE + +
    +

    A string that fully describes the system type on which Bash +is executing, in the standard GNU cpu-company-system format. +

    +
    +
    MAILCHECK + +
    +

    How often (in seconds) that the shell should check for mail in the +files specified in the MAILPATH or MAIL variables. The default 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. -

    - - -

    MAPFILE -
    -An array variable created to hold the text read by the -mapfile builtin when no variable name is supplied. -

    - - -

    OLDPWD -
    -The previous working directory as set by the cd builtin. -

    - - -

    OPTERR -
    -If set to the value 1, Bash displays error messages -generated by the getopts builtin command. -

    - - -

    OSTYPE -
    -A string describing the operating system Bash is running on. -

    - - -

    PIPESTATUS -
    -An array variable (see section 6.7 Arrays) +

    +
    +
    MAPFILE + +
    +

    An array variable created to hold the text read by the +mapfile builtin when no variable name is supplied. +

    +
    +
    OLDPWD + +
    +

    The previous working directory as set by the cd builtin. +

    +
    +
    OPTERR + +
    +

    If set to the value 1, Bash displays error messages +generated by the getopts builtin command. +

    +
    +
    OSTYPE + +
    +

    A string describing the operating system Bash is running on. +

    +
    +
    PIPESTATUS + +
    +

    An array variable (see Arrays) containing a list of exit status values from the processes in the most-recently-executed foreground pipeline (which may contain only a single command). -

    - - -

    POSIXLY_CORRECT -
    -If this variable is in the environment when Bash starts, the shell -enters POSIX mode (see section 6.11 Bash POSIX Mode) before reading the -startup files, as if the `--posix' invocation option had been supplied. -If it is set while the shell is running, Bash enables POSIX mode, +

    +
    +
    POSIXLY_CORRECT + +
    +

    If this variable is in the environment when Bash starts, the shell +enters POSIX mode (see Bash POSIX Mode) before reading the +startup files, as if the --posix invocation option had been supplied. +If it is set while the shell is running, Bash enables POSIX mode, as if the command -
     
    set -o posix
    -
    had been executed. -

    - - -

    PPID -
    -The process ID of the shell's parent process. This variable +

    +
    set -o posix
    +
    +

    had been executed. +

    +
    +
    PPID + +
    +

    The process ID of the shell’s parent process. This variable is readonly. -

    - - -

    PROMPT_COMMAND -
    -If set, the value is interpreted as a command to execute -before the printing of each primary prompt ($PS1). -

    - - -

    PROMPT_DIRTRIM -
    -If set to a number greater than zero, the value is used as the number of -trailing directory components to retain when expanding the \w and -\W prompt string escapes (see section 6.9 Controlling the Prompt). +

    +
    +
    PROMPT_COMMAND + +
    +

    If set, the value is interpreted as a command to execute +before the printing of each primary prompt ($PS1). +

    +
    +
    PROMPT_DIRTRIM + +
    +

    If set to a number greater than zero, the value is used as the number of +trailing directory components to retain when expanding the \w and +\W prompt string escapes (see Controlling the Prompt). Characters removed are replaced with an ellipsis. -

    - - -

    PS3 -
    -The value of this variable is used as the prompt for the -select command. If this variable is not set, the -select command prompts with `#? ' -

    - - -

    PS4 -
    -The value is the prompt printed before the command line is echoed -when the `-x' option is set (see section 4.3.1 The Set Builtin). -The first character of PS4 is replicated multiple times, as +

    +
    +
    PS0 + +
    +

    The value of this parameter is expanded like PS1 +and displayed by interactive shells after reading a command +and before the command is executed. +

    +
    +
    PS3 + +
    +

    The value of this variable is used as the prompt for the +select command. If this variable is not set, the +select command prompts with ‘#? ’ +

    +
    +
    PS4 + +
    +

    The value is the prompt printed before the command line is echoed +when the -x option is set (see The Set Builtin). +The first character of PS4 is replicated multiple times, as necessary, to indicate multiple levels of indirection. -The default is `+ '. -

    - - -

    PWD -
    -The current working directory as set by the cd builtin. -

    - - -

    RANDOM -
    -Each time this parameter is referenced, a random integer +The default is ‘+ ’. +

    +
    +
    PWD + +
    +

    The current working directory as set by the cd builtin. +

    +
    +
    RANDOM + +
    +

    Each time this parameter is referenced, a random integer between 0 and 32767 is generated. Assigning a value to this variable seeds the random number generator. -

    - - -

    READLINE_LINE -
    -The contents of the Readline line buffer, for use -with `bind -x' (see section 4.2 Bash Builtin Commands). -

    - - -

    READLINE_POINT -
    -The position of the insertion point in the Readline line buffer, for use -with `bind -x' (see section 4.2 Bash Builtin Commands). -

    - - -

    REPLY -
    -The default variable for the read builtin. -

    - - -

    SECONDS -
    -This variable expands to the number of seconds since the +

    +
    +
    READLINE_LINE + +
    +

    The contents of the Readline line buffer, for use +with ‘bind -x’ (see Bash Builtins). +

    +
    +
    READLINE_POINT + +
    +

    The position of the insertion point in the Readline line buffer, for use +with ‘bind -x’ (see Bash Builtins). +

    +
    +
    REPLY + +
    +

    The default variable for the read builtin. +

    +
    +
    SECONDS + +
    +

    This variable expands to the number of seconds since the shell was started. Assignment to this variable resets the count to the value assigned, and the expanded value becomes the value assigned plus the number of seconds since the assignment. -

    - - -

    SHELL -
    -The full pathname to the shell is kept in this environment variable. +

    +
    +
    SHELL + +
    +

    The full pathname to the shell is kept in this environment variable. If it is not set when the shell starts, -Bash assigns to it the full pathname of the current user's login shell. -

    - - -

    SHELLOPTS -
    -A colon-separated list of enabled shell options. Each word in -the list is a valid argument for the `-o' option to the -set builtin command (see section 4.3.1 The Set Builtin). -The options appearing in SHELLOPTS are those reported -as `on' by `set -o'. +Bash assigns to it the full pathname of the current user’s login shell. +

    +
    +
    SHELLOPTS + +
    +

    A colon-separated list of enabled shell options. Each word in +the list is a valid argument for the -o option to the +set builtin command (see The Set Builtin). +The options appearing in SHELLOPTS are those reported +as ‘on’ by ‘set -o’. If this variable is in the environment when Bash starts up, each shell option in the list will be enabled before reading any startup files. This variable is readonly. -

    - - -

    SHLVL -
    -Incremented by one each time a new instance of Bash is started. This is +

    +
    +
    SHLVL + +
    +

    Incremented by one each time a new instance of Bash is started. This is intended to be a count of how deeply your Bash shells are nested. -

    - - -

    TIMEFORMAT -
    -The value of this parameter is used as a format string specifying -how the timing information for pipelines prefixed with the time +

    +
    +
    TIMEFORMAT + +
    +

    The value of this parameter is used as a format string specifying +how the timing information for pipelines prefixed with the time reserved word should be displayed. -The `%' character introduces an +The ‘%’ character introduces an escape sequence that is expanded to a time value or other information. The escape sequences and their meanings are as follows; the braces denote optional portions. -

    - -

    - -
    %% -
    A literal `%'. -

    - -

    %[p][l]R -
    The elapsed time in seconds. -

    - -

    %[p][l]U -
    The number of CPU seconds spent in user mode. -

    - -

    %[p][l]S -
    The number of CPU seconds spent in system mode. -

    - -

    %P -
    The CPU percentage, computed as (%U + %S) / %R. -
    -

    - -The optional p is a digit specifying the precision, the number of +

    +
    +
    %%
    +

    A literal ‘%’. +

    +
    +
    %[p][l]R
    +

    The elapsed time in seconds. +

    +
    +
    %[p][l]U
    +

    The number of CPU seconds spent in user mode. +

    +
    +
    %[p][l]S
    +

    The number of CPU seconds spent in system mode. +

    +
    +
    %P
    +

    The CPU percentage, computed as (%U + %S) / %R. +

    +
    + +

    The optional p is a digit specifying the precision, the number of fractional digits after a decimal point. A value of 0 causes no decimal point or fraction to be output. At most three places after the decimal point may be specified; values -of p greater than 3 are changed to 3. -If p is not specified, the value 3 is used. -

    - -The optional l specifies a longer format, including minutes, of -the form MMmSS.FFs. -The value of p determines whether or not the fraction is included. -

    - -If this variable is not set, Bash acts as if it had the value -
     
    $'\nreal\t%3lR\nuser\t%3lU\nsys\t%3lS'
    -
    If the value is null, no timing information is displayed. +of p greater than 3 are changed to 3. +If p is not specified, the value 3 is used. +

    +

    The optional l specifies a longer format, including minutes, of +the form MMmSS.FFs. +The value of p determines whether or not the fraction is included. +

    +

    If this variable is not set, Bash acts as if it had the value +

    +
    $'\nreal\t%3lR\nuser\t%3lU\nsys\t%3lS'
    +
    +

    If the value is null, no timing information is displayed. A trailing newline is added when the format string is displayed. -

    - - -

    TMOUT -
    -If set to a value greater than zero, TMOUT is treated as the -default timeout for the read builtin (see section 4.2 Bash Builtin Commands). -The select command (see section 3.2.4.2 Conditional Constructs) terminates -if input does not arrive after TMOUT seconds when input is coming +

    +
    +
    TMOUT + +
    +

    If set to a value greater than zero, TMOUT is treated as the +default timeout for the read builtin (see Bash Builtins). +The select command (see Conditional Constructs) terminates +if input does not arrive after TMOUT seconds when input is coming from a terminal. -

    - -In an interactive shell, the value is interpreted as +

    +

    In an interactive shell, the value is interpreted as the number of seconds to wait for a line of input after issuing the primary prompt. Bash terminates after waiting for that number of seconds if a complete line of input does not arrive. -

    - - -

    TMPDIR -
    -If set, Bash uses its value as the name of a directory in which -Bash creates temporary files for the shell's use. -

    - - -

    UID -
    -The numeric real user id of the current user. This variable is readonly. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6. Bash Features

    - -

    - -This chapter describes features unique to Bash. -

    - -

    - - - - - - - - - - - -
    6.1 Invoking Bash  Command line options that you can give - to Bash.
    6.2 Bash Startup Files  When and how Bash executes scripts.
    6.3 Interactive Shells  What an interactive shell is.
    6.4 Bash Conditional Expressions  Primitives used in composing expressions for - the test builtin.
    6.5 Shell Arithmetic  Arithmetic on shell variables.
    6.6 Aliases  Substituting one command for another.
    6.7 Arrays  Array Variables.
    6.8 The Directory Stack  History of visited directories.
    6.9 Controlling the Prompt  Customizing the various prompt strings.
    6.10 The Restricted Shell  A more controlled mode of shell execution.
    6.11 Bash POSIX Mode  Making Bash behave more closely to what - the POSIX standard specifies.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.1 Invoking Bash

    - -

    - -
     
    bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] [argument ...]
    -bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] -c string [argument ...]
    -bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] [argument ...]
    -

    - -All of the single-character options used with the set builtin -(see section 4.3.1 The Set Builtin) can be used as options when the shell is invoked. +

    +
    +
    TMPDIR + +
    +

    If set, Bash uses its value as the name of a directory in which +Bash creates temporary files for the shell’s use. +

    +
    +
    UID + +
    +

    The numeric real user id of the current user. This variable is readonly. +

    +
    +
    + +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    6 Bash Features

    + +

    This chapter describes features unique to Bash. +

    + + + + + + + + + + + + + + +
    + + + +

    6.1 Invoking Bash

    + +
    +
    bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] [argument …]
    +bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] -c string [argument …]
    +bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o option] [-O shopt_option] [argument …]
    +
    + +

    All of the single-character options used with the set builtin +(see The Set Builtin) can be used as options when the shell is invoked. In addition, there are several multi-character options that you can use. These options must appear on the command line before the single-character options to be recognized. -

    - -

    -
    --debugger -
    Arrange for the debugger profile to be executed before the shell -starts. Turns on extended debugging mode (see 4.3.2 The Shopt Builtin -for a description of the extdebug option to the shopt +

    +
    +
    --debugger
    +

    Arrange for the debugger profile to be executed before the shell +starts. Turns on extended debugging mode (see The Shopt Builtin +for a description of the extdebug option to the shopt builtin). -

    - -

    --dump-po-strings -
    A list of all double-quoted strings preceded by `$' +

    +
    +
    --dump-po-strings
    +

    A list of all double-quoted strings preceded by ‘$’ is printed on the standard output -in the GNU gettext PO (portable object) file format. -Equivalent to `-D' except for the output format. -

    - -

    --dump-strings -
    Equivalent to `-D'. -

    - -

    --help -
    Display a usage message on standard output and exit successfully. -

    - -

    --init-file filename -
    --rcfile filename -
    Execute commands from filename (instead of `~/.bashrc') +in the GNU gettext PO (portable object) file format. +Equivalent to -D except for the output format. +

    +
    +
    --dump-strings
    +

    Equivalent to -D. +

    +
    +
    --help
    +

    Display a usage message on standard output and exit successfully. +

    +
    +
    --init-file filename
    +
    --rcfile filename
    +

    Execute commands from filename (instead of ~/.bashrc) in an interactive shell. -

    - -

    --login -
    Equivalent to `-l'. -

    - -

    --noediting -
    Do not use the GNU Readline library (see section 8. Command Line Editing) +

    +
    +
    --login
    +

    Equivalent to -l. +

    +
    +
    --noediting
    +

    Do not use the GNU Readline library (see Command Line Editing) to read command lines when the shell is interactive. -

    - -

    --noprofile -
    Don't load the system-wide startup file `/etc/profile' +

    +
    +
    --noprofile
    +

    Don’t load the system-wide startup file /etc/profile or any of the personal initialization files -`~/.bash_profile', `~/.bash_login', or `~/.profile' +~/.bash_profile, ~/.bash_login, or ~/.profile when Bash is invoked as a login shell. -

    - -

    --norc -
    Don't read the `~/.bashrc' initialization file in an +

    +
    +
    --norc
    +

    Don’t read the ~/.bashrc initialization file in an interactive 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 +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. See section 6.11 Bash POSIX Mode, for a description of the Bash -POSIX mode. -

    - -

    --restricted -
    Make the shell a restricted shell (see section 6.10 The Restricted Shell). -

    - -

    --verbose -
    Equivalent to `-v'. Print shell input lines as they're read. -

    - -

    --version -
    Show version information for this instance of +standard. See Bash POSIX Mode, for a description of the Bash +POSIX mode. +

    +
    +
    --restricted
    +

    Make the shell a restricted shell (see The Restricted Shell). +

    +
    +
    --verbose
    +

    Equivalent to -v. Print shell input lines as they’re read. +

    +
    +
    --version
    +

    Show version information for this instance of Bash on the standard output and exit successfully. -

    -

    - -There are several single-character options that may be supplied at -invocation which are not available with the set builtin. -

    - -

    -
    -c -
    Read and execute commands from the first non-option argument -after processing the options, then exit. -Any remaining arguments are assigned to the -positional parameters, starting with $0. -

    - -

    -i -
    Force the shell to run interactively. Interactive shells are -described in 6.3 Interactive Shells. -

    - -

    -l -
    Make this shell act as if it had been directly invoked by login. +

    +
    + +

    There are several single-character options that may be supplied at +invocation which are not available with the set builtin. +

    +
    +
    -c
    +

    Read and execute commands from the first non-option argument +command_string, then exit. +If there are arguments after the command_string, +the first argument is assigned to $0 +and any remaining arguments are assigned to the positional parameters. +The assignment to $0 sets the name of the shell, which is used +in warning and error messages. +

    +
    +
    -i
    +

    Force the shell to run interactively. Interactive shells are +described in Interactive Shells. +

    +
    +
    -l
    +

    Make this shell act as if it had been directly invoked by login. When the shell is interactive, this is equivalent to starting a -login shell with `exec -l bash'. +login shell with ‘exec -l bash’. When the shell is not interactive, the login shell startup files will be executed. -`exec bash -l' or `exec bash --login' +‘exec bash -l’ or ‘exec bash --login’ will replace the current shell with a Bash login shell. -See section 6.2 Bash Startup Files, for a description of the special behavior +See Bash Startup Files, for a description of the special behavior of a login shell. -

    - -

    -r -
    Make the shell a restricted shell (see section 6.10 The Restricted Shell). -

    - -

    -s -
    If this option is present, or if no arguments remain after option +

    +
    +
    -r
    +

    Make the shell a restricted shell (see The Restricted Shell). +

    +
    +
    -s
    +

    If this option is present, or if no arguments remain after option processing, then commands are read from the standard input. This option allows the positional parameters to be set when invoking an interactive shell. -

    - -

    -D -
    A list of all double-quoted strings preceded by `$' +

    +
    +
    -D
    +

    A list of all double-quoted strings preceded by ‘$’ is printed on the standard output. These are the strings that are subject to language translation when the current locale -is not C or POSIX (see section 3.1.2.5 Locale-Specific Translation). -This implies the `-n' option; no commands will be executed. -

    - -

    [-+]O [shopt_option] -
    shopt_option is one of the shell options accepted by the -shopt builtin (see section 4.3.2 The Shopt Builtin). -If shopt_option is present, `-O' sets the value of that option; -`+O' unsets it. -If shopt_option is not supplied, the names and values of the shell -options accepted by shopt are printed on the standard output. -If the invocation option is `+O', the output is displayed in a format +is not C or POSIX (see Locale Translation). +This implies the -n option; no commands will be executed. +

    +
    +
    [-+]O [shopt_option]
    +

    shopt_option is one of the shell options accepted by the +shopt builtin (see The Shopt Builtin). +If shopt_option is present, -O sets the value of that option; ++O unsets it. +If shopt_option is not supplied, the names and values of the shell +options accepted by shopt are printed on the standard output. +If the invocation option is +O, the output is displayed in a format that may be reused as input. -

    - -

    -- -
    A -- signals the end of options and disables further option +

    +
    +
    --
    +

    A -- signals the end of options and disables further option processing. -Any arguments after the -- are treated as filenames and arguments. -

    -

    - - -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, -unless `-s' is specified, -without specifying the `-c' option, and whose input and output are both -connected to terminals (as determined by isatty(3)), or one -started with the `-i' option. See section 6.3 Interactive Shells, for more +Any arguments after the -- are treated as filenames and arguments. +

    +
    + + +

    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, +unless -s is specified, +without specifying the -c option, and whose input and output are both +connected to terminals (as determined by isatty(3)), or one +started with the -i option. See Interactive Shells, for more information. -

    - -If arguments remain after option processing, and neither the -`-c' nor the `-s' +

    +

    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 (see section 3.8 Shell Scripts). -When Bash is invoked in this fashion, $0 +be the name of a file containing shell commands (see 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 +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. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.2 Bash Startup Files

    - -

    - -This section describes how Bash executes its startup files. +

    +
    + +
    +

    +Next: , Previous: , Up: Bash Features   [Contents][Index]

    +
    + +

    6.2 Bash Startup Files

    + + +

    This section describes how Bash executes its startup files. If any of the files exist but cannot be read, Bash reports an error. Tildes are expanded in filenames as described above under -Tilde Expansion (see section 3.5.2 Tilde Expansion). -

    - -Interactive shells are described in 6.3 Interactive Shells. -

    - - -

    Invoked as an interactive login shell, or with `--login'

    - -

    - -When Bash is invoked as an interactive login shell, or as a -non-interactive shell with the `--login' option, it first reads and -executes commands from the file `/etc/profile', if that file exists. -After reading that file, it looks for `~/.bash_profile', -`~/.bash_login', and `~/.profile', in that order, and reads +Tilde Expansion (see Tilde Expansion). +

    +

    Interactive shells are described in Interactive Shells. +

    + +

    Invoked as an interactive login shell, or with --login

    + +

    When Bash is invoked as an interactive login shell, or as a +non-interactive shell with the --login option, it first reads and +executes commands from the file /etc/profile, if that file exists. +After reading that file, it looks for ~/.bash_profile, +~/.bash_login, and ~/.profile, in that order, and reads and executes commands from the first one that exists and is readable. -The `--noprofile' option may be used when the shell is started to +The --noprofile option may be used when the shell is started to inhibit this behavior. -

    - -When a login shell exits, Bash reads and executes commands from -the file `~/.bash_logout', if it exists. -

    - - -

    Invoked as an interactive non-login shell

    - -

    - -When an interactive shell that is not a login shell is started, Bash -reads and executes commands from `~/.bashrc', if that file exists. -This may be inhibited by using the `--norc' option. -The `--rcfile file' option will force Bash to read and -execute commands from file instead of `~/.bashrc'. -

    - -So, typically, your `~/.bash_profile' contains the line -
     
    if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
    -
    after (or before) any login-specific initializations. -

    - - -

    Invoked non-interactively

    - -

    - -When Bash is started non-interactively, to run a shell script, -for example, it looks for the variable BASH_ENV in the environment, +

    +

    When an interactive login shell exits, +or a non-interactive login shell executes the exit builtin command, +Bash reads and executes commands from +the file ~/.bash_logout, if it exists. +

    + +

    Invoked as an interactive non-login shell

    + +

    When an interactive shell that is not a login shell is started, Bash +reads and executes commands from ~/.bashrc, if that file exists. +This may be inhibited by using the --norc option. +The --rcfile file option will force Bash to read and +execute commands from file instead of ~/.bashrc. +

    +

    So, typically, your ~/.bash_profile contains the line +

    +
    if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
    +
    +

    after (or before) any login-specific initializations. +

    + +

    Invoked non-interactively

    + +

    When Bash is started non-interactively, to run a shell script, +for example, it looks for the variable BASH_ENV 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. Bash behaves as if the following command were executed: -
     
    if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
    -
    but the value of the PATH variable is not used to search for the +

    +
    if [ -n "$BASH_ENV" ]; then . "$BASH_ENV"; fi
    +
    +

    but the value of the PATH variable is not used to search for the filename. -

    - -As noted above, if a non-interactive shell is invoked with the -`--login' option, Bash attempts to read and execute commands from the +

    +

    As noted above, if a non-interactive shell is invoked with the +--login option, Bash attempts to read and execute commands from the login shell startup files. -

    - - -

    Invoked with name sh

    - -

    - -If Bash is invoked with the name sh, it tries to mimic the -startup behavior of historical versions of sh as closely as -possible, while conforming to the POSIX standard as well. -

    - -When invoked as an interactive login shell, or as a non-interactive -shell with the `--login' option, it first attempts to read -and execute commands from `/etc/profile' and `~/.profile', in +

    + +

    Invoked with name sh

    + +

    If Bash is invoked with the name sh, it tries to mimic the +startup behavior of historical versions of sh as closely as +possible, while conforming to the POSIX standard as well. +

    +

    When invoked as an interactive login shell, or as a non-interactive +shell with the --login option, it first attempts to read +and execute commands from /etc/profile and ~/.profile, in that order. -The `--noprofile' option may be used to inhibit this behavior. -When invoked as an interactive shell with the name sh, Bash -looks for the variable ENV, expands its value if it is defined, +The --noprofile option may be used to inhibit this behavior. +When invoked as an interactive shell with the name sh, Bash +looks for the variable 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 sh does not attempt to read and execute -commands from any other startup files, the `--rcfile' option has +Since a shell invoked as sh does not attempt to read and execute +commands from any other startup files, the --rcfile option has no effect. -A non-interactive shell invoked with the name sh does not attempt +A non-interactive shell invoked with the name sh does not attempt to read any other startup files. -

    - -When invoked as sh, Bash enters POSIX mode after +

    +

    When invoked as sh, Bash enters POSIX mode after the startup files are read. -

    +

    + +

    Invoked in POSIX mode

    - -

    Invoked in POSIX mode

    - -

    - -When Bash is started in POSIX mode, as with the -`--posix' command line option, it follows the POSIX standard +

    When Bash is started in POSIX mode, as with the +--posix command line option, it follows the POSIX standard for startup files. -In this mode, interactive shells expand the ENV variable +In this mode, interactive shells expand the ENV variable and commands are read and executed from the file whose name is the expanded value. No other startup files are read. -

    - - -

    Invoked by remote shell daemon

    - -

    +

    + +

    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 remote shell -daemon, usually rshd, or the secure shell daemon sshd. +daemon, usually rshd, or the secure shell daemon sshd. If Bash determines it is being run in -this fashion, it reads and executes commands from `~/.bashrc', if that +this fashion, it reads and executes commands from ~/.bashrc, if that file exists and is readable. -It will not do this if invoked as sh. -The `--norc' option may be used to inhibit this behavior, and the -`--rcfile' option may be used to force another file to be read, but -neither rshd nor sshd generally invoke the shell with those +It will not do this if invoked as sh. +The --norc option may be used to inhibit this behavior, and the +--rcfile option may be used to force another file to be read, but +neither rshd nor sshd generally invoke the shell with those options or allow them to be specified. -

    +

    + +

    Invoked with unequal effective and real UID/GIDs

    - -

    Invoked with unequal effective and real UID/GIDs

    - -

    - -If Bash is started with the effective user (group) id not equal to the -real user (group) id, and the `-p' option is not supplied, no startup +

    If Bash is started with the effective user (group) id not equal to the +real user (group) id, and the -p option is not supplied, no startup files are read, shell functions are not inherited from the environment, -the SHELLOPTS, BASHOPTS, CDPATH, and GLOBIGNORE +the SHELLOPTS, BASHOPTS, CDPATH, and GLOBIGNORE variables, if they appear in the environment, are ignored, and the effective user id is set to the real user id. -If the `-p' option is supplied at invocation, the startup behavior is +If the -p option is supplied at invocation, the startup behavior is the same, but the effective user id is not reset. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.3 Interactive Shells

    - -

    - -

    - - - -
    6.3.1 What is an Interactive Shell?  What determines whether a shell is Interactive.
    6.3.2 Is this Shell Interactive?  How to tell if a shell is interactive.
    6.3.3 Interactive Shell Behavior  What changes in a interactive shell?
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.3.1 What is an Interactive Shell?

    - -

    - -An interactive shell -is one started without non-option arguments, unless `-s' is -specified, without specifying the `-c' option, and +

    +
    + + + +

    6.3 Interactive Shells

    + + + + + + + + + +
    + + + +

    6.3.1 What is an Interactive Shell?

    + +

    An interactive shell +is one started without non-option arguments, unless -s is +specified, without specifying the -c option, and whose input and error output are both -connected to terminals (as determined by isatty(3)), -or one started with the `-i' option. -

    - -An interactive shell generally reads from and writes to a user's +connected to terminals (as determined by isatty(3)), +or one started with the -i option. +

    +

    An interactive shell generally reads from and writes to a user’s terminal. -

    - -The `-s' invocation option may be used to set the positional parameters +

    +

    The -s invocation option may be used to set the positional parameters when an interactive shell is started. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.3.2 Is this Shell Interactive?

    - -

    - -To determine within a startup script whether or not Bash is +

    +
    + + + +

    6.3.2 Is this Shell Interactive?

    + +

    To determine within a startup script whether or not Bash is running interactively, -test the value of the `-' special parameter. -It contains i when the shell is interactive. For example: -

    - -
     
    case "$-" in
    +test the value of the ‘-’ special parameter.
    +It contains i when the shell is interactive.  For example:
    +

    +
    +
    case "$-" in
     *i*)	echo This shell is interactive ;;
     *)	echo This shell is not interactive ;;
     esac
    -

    + -Alternatively, startup scripts may examine the variable -PS1; it is unset in non-interactive shells, and set in +

    Alternatively, startup scripts may examine the variable +PS1; it is unset in non-interactive shells, and set in interactive shells. Thus: -

    - -
     
    if [ -z "$PS1" ]; then
    +

    +
    +
    if [ -z "$PS1" ]; then
             echo This shell is not interactive
     else
             echo This shell is interactive
     fi
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.3.3 Interactive Shell Behavior

    - -

    - -When the shell is running interactively, it changes its behavior in + + +


    + + + +

    6.3.3 Interactive Shell Behavior

    + +

    When the shell is running interactively, it changes its behavior in several ways. -

    - -

      -
    1. -Startup files are read and executed as described in 6.2 Bash Startup Files. -

      +

      +
        +
      1. Startup files are read and executed as described in Bash Startup Files. -
      2. -Job Control (see section 7. Job Control) is enabled by default. When job +
      3. Job Control (see Job Control) is enabled by default. When job control is in effect, Bash ignores the keyboard-generated job control -signals SIGTTIN, SIGTTOU, and SIGTSTP. -

        +signals SIGTTIN, SIGTTOU, and SIGTSTP. -

      4. -Bash expands and displays PS1 before reading the first line -of a command, and expands and displays PS2 before reading the +
      5. Bash expands and displays PS1 before reading the first line +of a command, and expands and displays PS2 before reading the second and subsequent lines of a multi-line command. -

        - -

      6. -Bash executes the value of the PROMPT_COMMAND variable as a command -before printing the primary prompt, $PS1 -(see section 5.2 Bash Variables). -

        - -

      7. -Readline (see section 8. Command Line Editing) is used to read commands from -the user's terminal. -

        - -

      8. -Bash inspects the value of the ignoreeof option to set -o -instead of exiting immediately when it receives an EOF on its -standard input when reading a command (see section 4.3.1 The Set Builtin). -

        - -

      9. -Command history (see section 9.1 Bash History Facilities) -and history expansion (see section 9.3 History Expansion) -are enabled by default. -Bash will save the command history to the file named by $HISTFILE -when a shell with history enabled exits. -

        - -

      10. -Alias expansion (see section 6.6 Aliases) is performed by default. -

        - -

      11. -In the absence of any traps, Bash ignores SIGTERM -(see section 3.7.6 Signals). -

        - -

      12. -In the absence of any traps, SIGINT is caught and handled -((see section 3.7.6 Signals). -SIGINT will interrupt some shell builtins. -

        - -

      13. -An interactive login shell sends a SIGHUP to all jobs on exit -if the huponexit shell option has been enabled (see section 3.7.6 Signals). -

        - -

      14. -The `-n' invocation option is ignored, and `set -n' has -no effect (see section 4.3.1 The Set Builtin). -

        - -

      15. -Bash will check for mail periodically, depending on the values of the -MAIL, MAILPATH, and MAILCHECK shell variables -(see section 5.2 Bash Variables). -

        - -

      16. -Expansion errors due to references to unbound shell variables after -`set -u' has been enabled will not cause the shell to exit -(see section 4.3.1 The Set Builtin). -

        - -

      17. -The shell will not exit on expansion errors caused by var being unset -or null in ${var:?word} expansions -(see section 3.5.3 Shell Parameter Expansion). -

        - -

      18. -Redirection errors encountered by shell builtins will not cause the -shell to exit. -

        - -

      19. -When running in POSIX mode, a special builtin returning an error -status will not cause the shell to exit (see section 6.11 Bash POSIX Mode). -

        - -

      20. -A failed exec will not cause the shell to exit -(see section 4.1 Bourne Shell Builtins). -

        - -

      21. -Parser syntax errors will not cause the shell to exit. -

        - -

      22. -Simple spelling correction for directory arguments to the cd -builtin is enabled by default (see the description of the cdspell -option to the shopt builtin in 4.3.2 The Shopt Builtin). -

        - -

      23. -The shell will check the value of the TMOUT variable and exit -if a command is not read within the specified number of seconds after -printing $PS1 (see section 5.2 Bash Variables). -

        - -

      -

      - - -


      - - - - - - - - - - - -
      [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
      -

      6.4 Bash Conditional Expressions

      - -

      - -Conditional expressions are used by the [[ compound command -and the test and [ builtin commands. -

      - -Expressions may be unary or binary. -Unary expressions are often used to examine the status of a file. -There are string operators and numeric comparison operators as well. -If the file argument to one of the primaries is of the form -`/dev/fd/N', then file descriptor N is checked. -If the file argument to one of the primaries is one of -`/dev/stdin', `/dev/stdout', or `/dev/stderr', file -descriptor 0, 1, or 2, respectively, is checked. -

      - -When used with [[, the `<' and `>' operators sort -lexicographically using the current locale. -The test command uses ASCII ordering. -

      - -Unless otherwise specified, primaries that operate on files follow symbolic -links and operate on the target of the link, rather than the link itself. -

      - -

      -
      -a file -
      True if file exists. -

      - -

      -b file -
      True if file exists and is a block special file. -

      - -

      -c file -
      True if file exists and is a character special file. -

      +Bash displays PS0 after it reads a command but before executing it. -

      -d file -
      True if file exists and is a directory. -

      +

    2. Bash executes the value of the PROMPT_COMMAND variable as a command +before printing the primary prompt, $PS1 +(see Bash Variables). -
      -e file -
      True if file exists. -

      +

    3. Readline (see Command Line Editing) is used to read commands from +the user’s terminal. -
      -f file -
      True if file exists and is a regular file. -

      +

    4. Bash inspects the value of the ignoreeof option to set -o +instead of exiting immediately when it receives an EOF on its +standard input when reading a command (see The Set Builtin). -
      -g file -
      True if file exists and its set-group-id bit is set. -

      - -

      -h file -
      True if file exists and is a symbolic link. -

      +

    5. Command history (see Bash History Facilities) +and history expansion (see History Interaction) +are enabled by default. +Bash will save the command history to the file named by $HISTFILE +when a shell with history enabled exits. -
      -k file -
      True if file exists and its "sticky" bit is set. -

      +

    6. Alias expansion (see Aliases) is performed by default. -
      -p file -
      True if file exists and is a named pipe (FIFO). -

      +

    7. In the absence of any traps, Bash ignores SIGTERM +(see Signals). -
      -r file -
      True if file exists and is readable. -

      +

    8. In the absence of any traps, SIGINT is caught and handled +((see Signals). +SIGINT will interrupt some shell builtins. -
      -s file -
      True if file exists and has a size greater than zero. -

      +

    9. An interactive login shell sends a SIGHUP to all jobs on exit +if the huponexit shell option has been enabled (see Signals). -
      -t fd -
      True if file descriptor fd is open and refers to a terminal. -

      +

    10. The -n invocation option is ignored, and ‘set -n’ has +no effect (see The Set Builtin). -
      -u file -
      True if file exists and its set-user-id bit is set. -

      +

    11. Bash will check for mail periodically, depending on the values of the +MAIL, MAILPATH, and MAILCHECK shell variables +(see Bash Variables). -
      -w file -
      True if file exists and is writable. -

      +

    12. Expansion errors due to references to unbound shell variables after +‘set -u’ has been enabled will not cause the shell to exit +(see The Set Builtin). -
      -x file -
      True if file exists and is executable. -

      +

    13. The shell will not exit on expansion errors caused by var being unset +or null in ${var:?word} expansions +(see Shell Parameter Expansion). -
      -G file -
      True if file exists and is owned by the effective group id. -

      +

    14. Redirection errors encountered by shell builtins will not cause the +shell to exit. -
      -L file -
      True if file exists and is a symbolic link. -

      +

    15. When running in POSIX mode, a special builtin returning an error +status will not cause the shell to exit (see Bash POSIX Mode). -
      -N file -
      True if file exists and has been modified since it was last read. -

      +

    16. A failed exec will not cause the shell to exit +(see Bourne Shell Builtins). -
      -O file -
      True if file exists and is owned by the effective user id. -

      +

    17. Parser syntax errors will not cause the shell to exit. -
      -S file -
      True if file exists and is a socket. -

      +

    18. Simple spelling correction for directory arguments to the cd +builtin is enabled by default (see the description of the cdspell +option to the shopt builtin in The Shopt Builtin). -
      file1 -ef file2 -
      True if file1 and file2 refer to the same device and +
    19. The shell will check the value of the TMOUT variable and exit +if a command is not read within the specified number of seconds after +printing $PS1 (see Bash Variables). + +
    + +
    + + + +

    6.4 Bash Conditional Expressions

    + + +

    Conditional expressions are used by the [[ compound command +and the test and [ builtin commands. +

    +

    Expressions may be unary or binary. +Unary expressions are often used to examine the status of a file. +There are string operators and numeric comparison operators as well. +Bash handles several filenames specially when they are used in +expressions. +If the operating system on which Bash is running provides these +special files, Bash will use them; otherwise it will emulate them +internally with this behavior: +If the file argument to one of the primaries is of the form +/dev/fd/N, then file descriptor N is checked. +If the file argument to one of the primaries is one of +/dev/stdin, /dev/stdout, or /dev/stderr, file +descriptor 0, 1, or 2, respectively, is checked. +

    +

    When used with [[, the ‘<’ and ‘>’ operators sort +lexicographically using the current locale. +The test command uses ASCII ordering. +

    +

    Unless otherwise specified, primaries that operate on files follow symbolic +links and operate on the target of the link, rather than the link itself. +

    +
    +
    -a file
    +

    True if file exists. +

    +
    +
    -b file
    +

    True if file exists and is a block special file. +

    +
    +
    -c file
    +

    True if file exists and is a character special file. +

    +
    +
    -d file
    +

    True if file exists and is a directory. +

    +
    +
    -e file
    +

    True if file exists. +

    +
    +
    -f file
    +

    True if file exists and is a regular file. +

    +
    +
    -g file
    +

    True if file exists and its set-group-id bit is set. +

    +
    +
    -h file
    +

    True if file exists and is a symbolic link. +

    +
    +
    -k file
    +

    True if file exists and its "sticky" bit is set. +

    +
    +
    -p file
    +

    True if file exists and is a named pipe (FIFO). +

    +
    +
    -r file
    +

    True if file exists and is readable. +

    +
    +
    -s file
    +

    True if file exists and has a size greater than zero. +

    +
    +
    -t fd
    +

    True if file descriptor fd is open and refers to a terminal. +

    +
    +
    -u file
    +

    True if file exists and its set-user-id bit is set. +

    +
    +
    -w file
    +

    True if file exists and is writable. +

    +
    +
    -x file
    +

    True if file exists and is executable. +

    +
    +
    -G file
    +

    True if file exists and is owned by the effective group id. +

    +
    +
    -L file
    +

    True if file exists and is a symbolic link. +

    +
    +
    -N file
    +

    True if file exists and has been modified since it was last read. +

    +
    +
    -O file
    +

    True if file exists and is owned by the effective user id. +

    +
    +
    -S file
    +

    True if file exists and is a socket. +

    +
    +
    file1 -ef file2
    +

    True if file1 and file2 refer to the same device and inode numbers. -

    - -

    file1 -nt file2 -
    True if file1 is newer (according to modification date) -than file2, or if file1 exists and file2 does not. -

    - -

    file1 -ot file2 -
    True if file1 is older than file2, -or if file2 exists and file1 does not. -

    - -

    -o optname -
    True if the shell option optname is enabled. -The list of options appears in the description of the `-o' -option to the set builtin (see section 4.3.1 The Set Builtin). -

    - -

    -v varname -
    True if the shell variable varname is set (has been assigned a value). -

    - -

    -R varname -
    True if the shell variable varname is set and is a name reference. -

    - -

    -z string -
    True if the length of string is zero. -

    - -

    -n string -
    string -
    True if the length of string is non-zero. -

    - -

    string1 == string2 -
    string1 = string2 -
    True if the strings are equal. -When used with the [[ command, this performs pattern matching as -described above (see section 3.2.4.2 Conditional Constructs). -

    - -`=' should be used with the test command for POSIX conformance. -

    - -

    string1 != string2 -
    True if the strings are not equal. -

    - -

    string1 < string2 -
    True if string1 sorts before string2 lexicographically. -

    - -

    string1 > string2 -
    True if string1 sorts after string2 lexicographically. -

    - -

    arg1 OP arg2 -
    OP is one of -`-eq', `-ne', `-lt', `-le', `-gt', or `-ge'. -These arithmetic binary operators return true if arg1 +

    +
    +
    file1 -nt file2
    +

    True if file1 is newer (according to modification date) +than file2, or if file1 exists and file2 does not. +

    +
    +
    file1 -ot file2
    +

    True if file1 is older than file2, +or if file2 exists and file1 does not. +

    +
    +
    -o optname
    +

    True if the shell option optname is enabled. +The list of options appears in the description of the -o +option to the set builtin (see The Set Builtin). +

    +
    +
    -v varname
    +

    True if the shell variable varname is set (has been assigned a value). +

    +
    +
    -R varname
    +

    True if the shell variable varname is set and is a name reference. +

    +
    +
    -z string
    +

    True if the length of string is zero. +

    +
    +
    -n string
    +
    string
    +

    True if the length of string is non-zero. +

    +
    +
    string1 == string2
    +
    string1 = string2
    +

    True if the strings are equal. +When used with the [[ command, this performs pattern matching as +described above (see Conditional Constructs). +

    +

    =’ should be used with the test command for POSIX conformance. +

    +
    +
    string1 != string2
    +

    True if the strings are not equal. +

    +
    +
    string1 < string2
    +

    True if string1 sorts before string2 lexicographically. +

    +
    +
    string1 > string2
    +

    True if string1 sorts after string2 lexicographically. +

    +
    +
    arg1 OP arg2
    +

    OP is one of +‘-eq’, ‘-ne’, ‘-lt’, ‘-le’, ‘-gt’, or ‘-ge’. +These arithmetic binary operators return true if arg1 is equal to, not equal to, less than, less than or equal to, -greater than, or greater than or equal to arg2, -respectively. Arg1 and arg2 +greater than, or greater than or equal to arg2, +respectively. Arg1 and arg2 may be positive or negative integers. -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.5 Shell Arithmetic

    - -

    - -The shell allows arithmetic expressions to be evaluated, as one of -the shell expansions or by the let and the `-i' option -to the declare builtins. -

    - -Evaluation is done in fixed-width integers with no check for overflow, +

    + + +
    + + + +

    6.5 Shell Arithmetic

    + + + + + + +

    The shell allows arithmetic expressions to be evaluated, as one of +the shell expansions or by using the (( compound command, the +let builtin, or the -i option to the declare builtin. +

    +

    Evaluation is done in fixed-width integers with no check for overflow, though division by 0 is trapped and flagged as an error. The operators and their precedence, associativity, and values are the same as in the C language. The following list of operators is grouped into levels of equal-precedence operators. The levels are listed in order of decreasing precedence. -

    - -

    - -
    id++ id-- -
    variable post-increment and post-decrement -

    - -

    ++id --id -
    variable pre-increment and pre-decrement -

    - -

    - + -
    unary minus and plus -

    - -

    ! ~ -
    logical and bitwise negation -

    - -

    ** -
    exponentiation -

    - -

    * / % -
    multiplication, division, remainder -

    - -

    + - -
    addition, subtraction -

    - -

    << >> -
    left and right bitwise shifts -

    - -

    <= >= < > -
    comparison -

    - -

    == != -
    equality and inequality -

    - -

    & -
    bitwise AND -

    - -

    ^ -
    bitwise exclusive OR -

    - -

    | -
    bitwise OR -

    - -

    && -
    logical AND -

    - -

    || -
    logical OR -

    - -

    expr ? expr : expr -
    conditional operator -

    - -

    = *= /= %= += -= <<= >>= &= ^= |= -
    assignment -

    - -

    expr1 , expr2 -
    comma -
    -

    - -Shell variables are allowed as operands; parameter expansion is +

    +
    +
    id++ id--
    +

    variable post-increment and post-decrement +

    +
    +
    ++id --id
    +

    variable pre-increment and pre-decrement +

    +
    +
    - +
    +

    unary minus and plus +

    +
    +
    ! ~
    +

    logical and bitwise negation +

    +
    +
    **
    +

    exponentiation +

    +
    +
    * / %
    +

    multiplication, division, remainder +

    +
    +
    + -
    +

    addition, subtraction +

    +
    +
    << >>
    +

    left and right bitwise shifts +

    +
    +
    <= >= < >
    +

    comparison +

    +
    +
    == !=
    +

    equality and inequality +

    +
    +
    &
    +

    bitwise AND +

    +
    +
    ^
    +

    bitwise exclusive OR +

    +
    +
    |
    +

    bitwise OR +

    +
    +
    &&
    +

    logical AND +

    +
    +
    ||
    +

    logical OR +

    +
    +
    expr ? expr : expr
    +

    conditional operator +

    +
    +
    = *= /= %= += -= <<= >>= &= ^= |=
    +

    assignment +

    +
    +
    expr1 , expr2
    +

    comma +

    +
    + +

    Shell variables are allowed as operands; parameter expansion is performed before the expression is evaluated. Within an expression, shell variables may also be referenced by name without using the parameter expansion syntax. @@ -8665,59 +8187,47 @@ A shell variable that is null or unset evaluates to 0 when referenced by name without using the parameter expansion syntax. The value of a variable is evaluated as an arithmetic expression when it is referenced, or when a variable which has been given the -integer attribute using `declare -i' is assigned a value. +integer attribute using ‘declare -i’ is assigned a value. A null value evaluates to 0. -A shell variable need not have its integer attribute turned on +A shell variable need not have its integer attribute turned on to be used in an expression. -

    - -Constants with a leading 0 are interpreted as octal numbers. -A leading `0x' or `0X' denotes hexadecimal. Otherwise, -numbers take the form [base#]n, where the optional base +

    +

    Constants with a leading 0 are interpreted as octal numbers. +A leading ‘0x’ or ‘0X’ denotes hexadecimal. Otherwise, +numbers take the form [base#]n, where the optional base is a decimal number between 2 and 64 representing the arithmetic -base, and n is a number in that base. -If base# is omitted, then base 10 is used. -When specifying n, -he digits greater than 9 are represented by the lowercase letters, -the uppercase letters, `@', and `_', in that order. -If base is less than or equal to 36, lowercase and uppercase +base, and n is a number in that base. +If base# is omitted, then base 10 is used. +When specifying n, +the digits greater than 9 are represented by the lowercase letters, +the uppercase letters, ‘@’, and ‘_’, in that order. +If base is less than or equal to 36, lowercase and uppercase letters may be used interchangeably to represent numbers between 10 and 35. -

    - -Operators are evaluated in order of precedence. Sub-expressions in +

    +

    Operators are evaluated in order of precedence. Sub-expressions in parentheses are evaluated first and may override the precedence rules above. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.6 Aliases

    - -

    - -Aliases allow a string to be substituted for a word when it is used +

    +
    + +
    +

    +Next: , Previous: , Up: Bash Features   [Contents][Index]

    +
    + +

    6.6 Aliases

    + + +

    Aliases allow a string to be substituted for a word when it is used as the first word of a simple command. The shell maintains a list of aliases that may be set and unset with -the alias and unalias builtin commands. -

    - -The first word of each simple command, if unquoted, is checked to see +the alias and unalias builtin commands. +

    +

    The first word of each simple command, if unquoted, is checked to see if it has an alias. If so, that word is replaced by the text of the alias. -The characters `/', `$', ``', `=' and any of the +The characters ‘/’, ‘$’, ‘`’, ‘=’ and any of the shell metacharacters or quoting characters listed above may not appear in an alias name. The replacement text may contain any valid @@ -8725,30 +8235,26 @@ 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 ls to "ls -F", +This means that one may alias ls to "ls -F", for instance, and Bash does not try to recursively expand the replacement text. If the last character of the alias value is a -blank, then the next command word following the +blank, then the next command word following the alias is also checked for alias expansion. -

    - -Aliases are created and listed with the alias -command, and removed with the unalias command. -

    - -There is no mechanism for using arguments in the replacement text, -as in csh. +

    +

    Aliases are created and listed with the alias +command, and removed with the unalias command. +

    +

    There is no mechanism for using arguments in the replacement text, +as in csh. If arguments are needed, a shell function should be used -(see section 3.3 Shell Functions). -

    - -Aliases are not expanded when the shell is not interactive, -unless the expand_aliases shell option is set using -shopt (see section 4.3.2 The Shopt Builtin). -

    - -The rules concerning the definition and use of aliases are +(see Shell Functions). +

    +

    Aliases are not expanded when the shell is not interactive, +unless the expand_aliases shell option is set using +shopt (see The Shopt Builtin). +

    +

    The rules concerning the definition and use of aliases are somewhat confusing. Bash always reads at least one complete line of input before executing any @@ -8761,2334 +8267,2135 @@ on that line are not affected by the new alias. This behavior is also an issue when functions are executed. Aliases are expanded when a function definition is read, not when the function is executed, because a function definition -is itself a compound command. As a consequence, aliases +is itself a command. As a consequence, aliases defined in a function are not available until after that function is executed. To be safe, always put -alias definitions on a separate line, and do not use alias +alias definitions on a separate line, and do not use alias in compound commands. -

    - -For almost every purpose, shell functions are preferred over aliases. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.7 Arrays

    - -

    - -Bash provides one-dimensional indexed and associative array variables. +

    +

    For almost every purpose, shell functions are preferred over aliases. +

    +
    + +
    +

    +Next: , Previous: , Up: Bash Features   [Contents][Index]

    +
    + +

    6.7 Arrays

    + + +

    Bash provides one-dimensional indexed and associative array variables. Any variable may be used as an indexed array; -the declare builtin will explicitly declare an array. +the declare builtin will explicitly declare an array. There is no maximum limit on the size of an array, nor any requirement that members be indexed or assigned contiguously. Indexed arrays are referenced using integers (including arithmetic -expressions (see section 6.5 Shell Arithmetic)) and are zero-based; +expressions (see 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 +

    +

    An indexed array is created automatically if any variable is assigned to using the syntax -
     
    name[subscript]=value
    -

    +

    +
    name[subscript]=value
    +
    -The subscript +

    The subscript is treated as an arithmetic expression that must evaluate to a number. To explicitly declare an array, use -
     
    declare -a name
    -
    The syntax -
     
    declare -a name[subscript]
    -
    is also accepted; the subscript is ignored. -

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

    - -Attributes may be -specified for an array variable using the declare and -readonly builtins. Each attribute applies to all members of +

    +
    declare -a name
    +
    +

    The syntax +

    +
    declare -a name[subscript]
    +
    +

    is also accepted; the subscript is ignored. +

    +

    Associative arrays are created using +

    +
    declare -A name.
    +
    + +

    Attributes may be +specified for an array variable using the declare and +readonly builtins. Each attribute applies to all members of an array. -

    - -Arrays are assigned to using compound assignments of the form -
     
    name=(value1 value2 ... )
    -
    where each -value is of the form [subscript]=string. -Indexed array assignments do not require anything but string. +

    +

    Arrays are assigned to using compound assignments of the form +

    +
    name=(value1 value2 … )
    +
    +

    where each +value is of the form [subscript]=string. +Indexed array assignments do not require anything but string. When assigning to indexed arrays, if the optional subscript is supplied, that index is assigned to; otherwise the index of the element assigned is the last index assigned to by the statement plus one. Indexing starts at zero. -

    - -When assigning to an associative array, the subscript is required. -

    - -This syntax is also accepted by the declare +

    +

    When assigning to an associative array, the subscript is required. +

    +

    This syntax is also accepted by the declare builtin. Individual array elements may be assigned to using the -name[subscript]=value syntax introduced above. -

    - -When assigning to an indexed array, if name +name[subscript]=value syntax introduced above. +

    +

    When assigning to an indexed array, if name is subscripted by a negative number, that number is interpreted as relative to one greater than the maximum index of -name, so negative indices count back from the end of the +name, so negative indices count back from the end of the array, and an index of -1 references the last element. -

    - -Any element of an array may be referenced using -${name[subscript]}. +

    +

    Any element of an array may be referenced using +${name[subscript]}. The braces are required to avoid -conflicts with the shell's filename expansion operators. If the -subscript is `@' or `*', the word expands to all members -of the array name. These subscripts differ only when the word +conflicts with the shell’s filename expansion operators. If the +subscript is ‘@’ or ‘*’, the word expands to all members +of the array name. These subscripts differ only when the word appears within double quotes. If the word is double-quoted, -${name[*]} expands to a single word with +${name[*]} expands to a single word with the value of each array member separated by the first character of the -IFS variable, and ${name[@]} expands each element of -name to a separate word. When there are no array members, -${name[@]} expands to nothing. +IFS variable, and ${name[@]} expands each element of +name to a separate word. When there are no array members, +${name[@]} 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 original word, and the expansion of the last parameter is joined with the last part of the original word. This is analogous to the -expansion of the special parameters `@' and `*'. -${#name[subscript]} expands to the length of -${name[subscript]}. -If subscript is `@' or -`*', the expansion is the number of elements in the array. -Referencing an array variable without a subscript is equivalent to -referencing with a subscript of 0. -If the subscript +expansion of the special parameters ‘@’ and ‘*’. +${#name[subscript]} expands to the length of +${name[subscript]}. +If subscript is ‘@’ or +‘*’, the expansion is the number of elements in the array. +If the subscript used to reference an element of an indexed array -evaluates to a number less than zero, it is +evaluates 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 refers to the last element. -

    - -An array variable is considered set if a subscript has been assigned a +

    +

    Referencing an array variable without a subscript is equivalent to +referencing with a subscript of 0. +Any reference to a variable using a valid subscript is legal, and +bash will create an array if necessary. +

    +

    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. -${!name[@]} and ${!name[*]} expand to the indices -assigned in array variable name. +

    +

    It is possible to obtain the keys (indices) of an array as well as the values. +${!name[@]} and ${!name[*]} expand to the indices +assigned in array variable name. The treatment when in double quotes is similar to the expansion of the -special parameters `@' and `*' within double quotes. -

    - -The unset builtin is used to destroy arrays. -unset name[subscript] -destroys the array element at index subscript. +special parameters ‘@’ and ‘*’ within double quotes. +

    +

    The unset builtin is used to destroy arrays. +unset name[subscript] +destroys the array element at index subscript. Negative subscripts to indexed arrays are interpreted as described above. Care must be taken to avoid unwanted side effects caused by filename expansion. -unset name, where name is an array, removes the -entire array. A subscript of `*' or `@' also removes the +unset name, where name is an array, removes the +entire array. A subscript of ‘*’ or ‘@’ also removes the entire array. -

    - -The declare, local, and readonly -builtins each accept a `-a' option to specify an indexed -array and a `-A' option to specify an associative array. -If both options are supplied, `-A' takes precedence. -The read builtin accepts a `-a' +

    +

    The declare, local, and readonly +builtins each accept a -a option to specify an indexed +array and a -A option to specify an associative array. +If both options are supplied, -A takes precedence. +The read builtin accepts a -a option to assign a list of words read from the standard input to an array, and can read values from the standard input into -individual array elements. The set and declare +individual array elements. The set and declare builtins display array values in a way that allows them to be reused as input. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.8 The Directory Stack

    - -

    - -

    - -
    6.8.1 Directory Stack Builtins  Bash builtin commands to manipulate - the directory stack.
    -

    - -The directory stack is a list of recently-visited directories. The -pushd builtin adds directories to the stack as it changes -the current directory, and the popd builtin removes specified +

    +
    + +
    +

    +Next: , Previous: , Up: Bash Features   [Contents][Index]

    +
    + +

    6.8 The Directory Stack

    + + + + + + +

    The directory stack is a list of recently-visited directories. The +pushd builtin adds directories to the stack as it changes +the current directory, and the popd builtin removes specified directories from the stack and changes the current directory to -the directory removed. The dirs builtin displays the contents +the directory removed. The dirs builtin displays the contents +of the directory stack. The current directory is always the "top" of the directory stack. -

    - -The contents of the directory stack are also visible -as the value of the DIRSTACK shell variable. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.8.1 Directory Stack Builtins

    - -

    - -

    - -
    dirs -
    -
     
    dirs [-clpv] [+N | -N]
    -

    - -Display the list of currently remembered directories. Directories -are added to the list with the pushd command; the -popd command removes directories from the list. -

    - -

    -
    -c -
    Clears the directory stack by deleting all of the elements. -
    -l -
    Produces a listing using full pathnames; +

    +

    The contents of the directory stack are also visible +as the value of the DIRSTACK shell variable. +

    +
    + + + +

    6.8.1 Directory Stack Builtins

    + +
    +
    dirs
    +
    +
    +
    dirs [-clpv] [+N | -N]
    +
    + +

    Display the list of currently remembered directories. Directories +are added to the list with the pushd command; the +popd command removes directories from the list. +The current directory is always the first directory in the stack. +

    +
    +
    -c
    +

    Clears the directory stack by deleting all of the elements. +

    +
    -l
    +

    Produces a listing using full pathnames; the default listing format uses a tilde to denote the home directory. -

    -p -
    Causes dirs to print the directory stack with one entry per +

    +
    -p
    +

    Causes dirs to print the directory stack with one entry per line. -

    -v -
    Causes dirs to print the directory stack with one entry per +

    +
    -v
    +

    Causes dirs to print the directory stack with one entry per line, prefixing each entry with its index in the stack. -

    +N -
    Displays the Nth directory (counting from the left of the -list printed by dirs when invoked without options), starting +

    +
    +N
    +

    Displays the Nth directory (counting from the left of the +list printed by dirs when invoked without options), starting with zero. -

    -N -
    Displays the Nth directory (counting from the right of the -list printed by dirs when invoked without options), starting +

    +
    -N
    +

    Displays the Nth directory (counting from the right of the +list printed by dirs when invoked without options), starting with zero. -

    -

    +

    +
    -
    popd -
    -
     
    popd [-n] [+N | -N]
    -

    +

    +
    popd
    +
    +
    +
    popd [-n] [+N | -N]
    +
    -Remove the top entry from the directory stack, and cd -to the new top directory. -When no arguments are given, popd +

    When no arguments are given, popd removes the top directory from the stack and -performs a cd to the new top directory. The -elements are numbered from 0 starting at the first directory listed with -dirs; that is, popd is equivalent to popd +0. -

    - -

    -
    -n -
    Suppresses the normal change of directory when removing directories +performs a cd to the new top directory. +The elements are numbered from 0 starting at the first directory +listed with dirs; that is, popd is equivalent to popd +0. +

    +
    +
    -n
    +

    Suppresses the normal change of directory when removing directories from the stack, so that only the stack is manipulated. -

    +N -
    Removes the Nth directory (counting from the left of the -list printed by dirs), starting with zero. -
    -N -
    Removes the Nth directory (counting from the right of the -list printed by dirs), starting with zero. -
    -

    - - -

    pushd -
     
    pushd [-n] [+N | -N | dir]
    -

    - -Save the current directory on the top of the directory stack -and then cd to dir. -With no arguments, pushd exchanges the top two directories. -

    - -

    -
    -n -
    Suppresses the normal change of directory when adding directories -to the stack, so that only the stack is manipulated. -
    +N -
    Brings the Nth directory (counting from the left of the -list printed by dirs, starting with zero) to the top of +

    +
    +N
    +

    Removes the Nth directory (counting from the left of the +list printed by dirs), starting with zero. +

    +
    -N
    +

    Removes the Nth directory (counting from the right of the +list printed by dirs), starting with zero. +

    +
    + + +
    +
    pushd
    +
    +
    pushd [-n] [+N | -N | dir]
    +
    + +

    Save the current directory on the top of the directory stack +and then cd to dir. +With no arguments, pushd exchanges the top two directories +and makes the new top the current directory. +

    +
    +
    -n
    +

    Suppresses the normal change of directory when rotating or +adding directories to the stack, so that only the stack is manipulated. +

    +
    +N
    +

    Brings the Nth directory (counting from the left of the +list printed by dirs, starting with zero) to the top of the list by rotating the stack. -

    -N -
    Brings the Nth directory (counting from the right of the -list printed by dirs, starting with zero) to the top of +

    +
    -N
    +

    Brings the Nth directory (counting from the right of the +list printed by dirs, starting with zero) to the top of the list by rotating the stack. -

    dir -
    Makes the current working directory be the top of the stack, making +

    +
    dir
    +

    Makes dir be the top of the stack, making it the new current directory as if it had been supplied as an argument -to the cd builtin. -

    -
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.9 Controlling the Prompt

    - -

    - -The value of the variable PROMPT_COMMAND is examined just before -Bash prints each primary prompt. If PROMPT_COMMAND is set and +to the cd builtin. +

    +
    +
    +
    + +
    + + + +

    6.9 Controlling the Prompt

    + + +

    The value of the variable PROMPT_COMMAND is examined just before +Bash prints each primary prompt. If PROMPT_COMMAND is set and has a non-null value, then the value is executed just as if it had been typed on the command line. -

    - -In addition, the following table describes the special characters which -can appear in the prompt variables PS1 to PS4: -

    - -

    -
    \a -
    A bell character. -
    \d -
    The date, in "Weekday Month Date" format (e.g., "Tue May 26"). -
    \D{format} -
    The format is passed to strftime(3) and the result is inserted -into the prompt string; an empty format results in a locale-specific +

    +

    In addition, the following table describes the special characters which +can appear in the prompt variables PS1 to PS4: +

    +
    +
    \a
    +

    A bell character. +

    +
    \d
    +

    The date, in "Weekday Month Date" format (e.g., "Tue May 26"). +

    +
    \D{format}
    +

    The format is passed to strftime(3) and the result is inserted +into the prompt string; an empty format results in a locale-specific time representation. The braces are required. -

    \e -
    An escape character. -
    \h -
    The hostname, up to the first `.'. -
    \H -
    The hostname. -
    \j -
    The number of jobs currently managed by the shell. -
    \l -
    The basename of the shell's terminal device name. -
    \n -
    A newline. -
    \r -
    A carriage return. -
    \s -
    The name of the shell, the basename of $0 (the portion +

    +
    \e
    +

    An escape character. +

    +
    \h
    +

    The hostname, up to the first ‘.’. +

    +
    \H
    +

    The hostname. +

    +
    \j
    +

    The number of jobs currently managed by the shell. +

    +
    \l
    +

    The basename of the shell’s terminal device name. +

    +
    \n
    +

    A newline. +

    +
    \r
    +

    A carriage return. +

    +
    \s
    +

    The name of the shell, the basename of $0 (the portion following the final slash). -

    \t -
    The time, in 24-hour HH:MM:SS format. -
    \T -
    The time, in 12-hour HH:MM:SS format. -
    \@ -
    The time, in 12-hour am/pm format. -
    \A -
    The time, in 24-hour HH:MM format. -
    \u -
    The username of the current user. -
    \v -
    The version of Bash (e.g., 2.00) -
    \V -
    The release of Bash, version + patchlevel (e.g., 2.00.0) -
    \w -
    The current working directory, with $HOME abbreviated with a tilde -(uses the $PROMPT_DIRTRIM variable). -
    \W -
    The basename of $PWD, with $HOME abbreviated with a tilde. -
    \! -
    The history number of this command. -
    \# -
    The command number of this command. -
    \$ -
    If the effective uid is 0, #, otherwise $. -
    \nnn -
    The character whose ASCII code is the octal value nnn. -
    \\ -
    A backslash. -
    \[ -
    Begin a sequence of non-printing characters. This could be used to +

    +
    \t
    +

    The time, in 24-hour HH:MM:SS format. +

    +
    \T
    +

    The time, in 12-hour HH:MM:SS format. +

    +
    \@
    +

    The time, in 12-hour am/pm format. +

    +
    \A
    +

    The time, in 24-hour HH:MM format. +

    +
    \u
    +

    The username of the current user. +

    +
    \v
    +

    The version of Bash (e.g., 2.00) +

    +
    \V
    +

    The release of Bash, version + patchlevel (e.g., 2.00.0) +

    +
    \w
    +

    The current working directory, with $HOME abbreviated with a tilde +(uses the $PROMPT_DIRTRIM variable). +

    +
    \W
    +

    The basename of $PWD, with $HOME abbreviated with a tilde. +

    +
    \!
    +

    The history number of this command. +

    +
    \#
    +

    The command number of this command. +

    +
    \$
    +

    If the effective uid is 0, #, otherwise $. +

    +
    \nnn
    +

    The character whose ASCII code is the octal value nnn. +

    +
    \\
    +

    A backslash. +

    +
    \[
    +

    Begin a sequence of non-printing characters. This could be used to embed a terminal control sequence into the prompt. -

    \] -
    End a sequence of non-printing characters. -
    -

    +

    +
    \]
    +

    End a sequence of non-printing characters. +

    +
    -The command number and the history number are usually different: +

    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 section 9.1 Bash History Facilities), while the command number is +(see Bash History Facilities), while the command number is the position in the sequence of commands executed during the current shell session. -

    - -After the string is decoded, it is expanded via +

    +

    After the string is decoded, it is expanded via parameter expansion, command substitution, arithmetic expansion, and quote removal, subject to the value of the -promptvars shell option (see section 4.2 Bash Builtin Commands). -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.10 The Restricted Shell

    - -

    - -If Bash is started with the name rbash, or the -`--restricted' +promptvars shell option (see Bash Builtins). +

    +
    + + + +

    6.10 The Restricted Shell

    + + +

    If Bash is started with the name rbash, or the +--restricted or -`-r' +-r option is supplied at invocation, the shell becomes restricted. A restricted shell is used to set up an environment more controlled than the standard shell. -A restricted shell behaves identically to bash +A restricted shell behaves identically to bash with the exception that the following are disallowed or not performed: -

    - -

      -
    • -Changing directories with the cd builtin. -
    • -Setting or unsetting the values of the SHELL, PATH, -ENV, or BASH_ENV variables. -
    • -Specifying command names containing slashes. -
    • -Specifying a filename containing a slash as an argument to the . +

      +
        +
      • Changing directories with the cd builtin. +
      • Setting or unsetting the values of the SHELL, PATH, +ENV, or BASH_ENV variables. +
      • Specifying command names containing slashes. +
      • Specifying a filename containing a slash as an argument to the . builtin command. -
      • -Specifying a filename containing a slash as an argument to the `-p' -option to the hash builtin command. -
      • -Importing function definitions from the shell environment at startup. -
      • -Parsing the value of SHELLOPTS from the shell environment at startup. -
      • -Redirecting output using the `>', `>|', `<>', `>&', -`&>', and `>>' redirection operators. -
      • -Using the exec builtin to replace the shell with another command. -
      • -Adding or deleting builtin commands with the -`-f' and `-d' options to the enable builtin. -
      • -Using the enable builtin command to enable disabled shell builtins. -
      • -Specifying the `-p' option to the command builtin. -
      • -Turning off restricted mode with `set +r' or `set +o restricted'. -
      -

      - -These restrictions are enforced after any startup files are read. -

      - -When a command that is found to be a shell script is executed -(see section 3.8 Shell Scripts), rbash turns off any restrictions in +

    • Specifying a filename containing a slash as an argument to the -p +option to the hash builtin command. +
    • Importing function definitions from the shell environment at startup. +
    • Parsing the value of SHELLOPTS from the shell environment at startup. +
    • Redirecting output using the ‘>’, ‘>|’, ‘<>’, ‘>&’, +‘&>’, and ‘>>’ redirection operators. +
    • Using the exec builtin to replace the shell with another command. +
    • Adding or deleting builtin commands with the +-f and -d options to the enable builtin. +
    • Using the enable builtin command to enable disabled shell builtins. +
    • Specifying the -p option to the command builtin. +
    • Turning off restricted mode with ‘set +r’ or ‘set +o restricted’. +
    + +

    These restrictions are enforced after any startup files are read. +

    +

    When a command that is found to be a shell script is executed +(see Shell Scripts), rbash turns off any restrictions in the shell spawned to execute the script. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    6.11 Bash POSIX Mode

    - -

    - -Starting Bash with the `--posix' command-line option or executing -`set -o posix' while Bash is running will cause Bash to conform more -closely to the POSIX standard by changing the behavior to -match that specified by POSIX in areas where the Bash default differs. -

    - -When invoked as sh, Bash enters POSIX mode after reading the +

    +
    + + + +

    6.11 Bash POSIX Mode

    + + +

    Starting Bash with the --posix command-line option or executing +‘set -o posix’ while Bash is running will cause Bash to conform more +closely to the POSIX standard by changing the behavior to +match that 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: -

    - -

      -
    1. -When a command in the hash table no longer exists, Bash will re-search -$PATH to find the new location. This is also available with -`shopt -s checkhash'. -

      - -

    2. -The message printed by the job control code and builtins when a job -exits with a non-zero status is `Done(status)'. -

      - -

    3. -The message printed by the job control code and builtins when a job -is stopped is `Stopped(signame)', where signame is, for -example, SIGTSTP. -

      - -

    4. -The bg builtin uses the required format to describe each job placed -in the background, which does not include an indication of whether the job -is the current or previous job. -

      +

      +

      The following list is what’s changed when ‘POSIX mode’ is in effect: +

      +
        +
      1. When a command in the hash table no longer exists, Bash will re-search +$PATH to find the new location. This is also available with +‘shopt -s checkhash’. -
      2. -Reserved words appearing in a context where reserved words are recognized -do not undergo alias expansion. -

        +

      3. The message printed by the job control code and builtins when a job +exits with a non-zero status is ‘Done(status)’. -
      4. -The POSIX PS1 and PS2 expansions of `!' to -the history number and `!!' to `!' are enabled, -and parameter expansion is performed on the values of PS1 and -PS2 regardless of the setting of the promptvars option. -

        +

      5. The message printed by the job control code and builtins when a job +is stopped is ‘Stopped(signame)’, where signame is, for +example, SIGTSTP. -
      6. -The POSIX startup files are executed ($ENV) rather than -the normal Bash files. -

        +

      7. Alias expansion is always enabled, even in non-interactive shells. -
      8. -Tilde expansion is only performed on assignments preceding a command -name, rather than on all assignment statements on the line. -

        +

      9. Reserved words appearing in a context where reserved words are recognized +do not undergo alias expansion. -
      10. -The command builtin does not prevent builtins that take assignment -statements as arguments from expanding them as assignment statements; -when not in POSIX mode, assignment builtins lose their assignment -statement expansion properties when preceded by command. -

        - -

      11. -The default history file is `~/.sh_history' (this is the -default value of $HISTFILE). -

        - -

      12. -The output of `kill -l' prints all the signal names on a single line, -separated by spaces, without the `SIG' prefix. -

        - -

      13. -The kill builtin does not accept signal names with a `SIG' -prefix. -

        +

      14. The POSIX PS1 and PS2 expansions of ‘!’ to +the history number and ‘!!’ to ‘!’ are enabled, +and parameter expansion is performed on the values of PS1 and +PS2 regardless of the setting of the promptvars option. -
      15. -Non-interactive shells exit if filename in . filename -is not found. -

        +

      16. The POSIX startup files are executed ($ENV) rather than +the normal Bash files. -
      17. -Non-interactive shells exit if a syntax error in an arithmetic expansion -results in an invalid expression. -

        +

      18. Tilde expansion is only performed on assignments preceding a command +name, rather than on all assignment statements on the line. -
      19. -Non-interactive shells exit if there is a syntax error in a script read -with the . or source builtins, or in a string processed by -the eval builtin. -

        +

      20. The default history file is ~/.sh_history (this is the +default value of $HISTFILE). -
      21. -Redirection operators do not perform filename expansion on the word +
      22. Redirection operators do not perform filename expansion on the word in the redirection unless the shell is interactive. -

        -

      23. -Redirection operators do not perform word splitting on the word in the +
      24. Redirection operators do not perform word splitting on the word in the redirection. -

        -

      25. -Function names must be valid shell names. That is, they may not +
      26. Function names must be valid shell names. That is, they may not contain characters other than letters, digits, and underscores, and may not start with a digit. Declaring a function with an invalid name causes a fatal syntax error in non-interactive shells. -

        -

      27. -Function names may not be the same as one of the POSIX special +
      28. Function names may not be the same as one of the POSIX special builtins. -

        -

      29. -POSIX special builtins are found before shell functions +
      30. POSIX special builtins are found before shell functions during command lookup. -

        -

      31. -The time reserved word may be used by itself as a command. When +
      32. When printing shell function definitions (e.g., by type), Bash does +not print the function keyword. + +
      33. Literal tildes that appear as the first character in elements of +the PATH variable are not expanded as described above +under Tilde Expansion. + +
      34. The time reserved word may be used by itself as a command. When used in this way, it displays timing statistics for the shell and its -completed children. The TIMEFORMAT variable controls the format +completed children. The TIMEFORMAT variable controls the format of the timing information. -

        -

      35. -When parsing and expanding a ${...} expansion that appears within +
      36. When parsing and expanding a ${…} expansion that appears within double quotes, single quotes are no longer special and cannot be used to quote a closing brace or other special character, unless the operator is one of those defined to perform pattern removal. In this case, they do not have to appear as matched pairs. -

        -

      37. -The parser does not recognize time as a reserved word if the next -token begins with a `-'. -

        +

      38. The parser does not recognize time as a reserved word if the next +token begins with a ‘-’. + +
      39. The ‘!’ character does not introduce history expansion within a +double-quoted string, even if the histexpand option is enabled. -
      40. -If a POSIX special builtin returns an error status, a +
      41. If a POSIX special builtin returns an error status, a non-interactive shell exits. The fatal errors are those listed in -the POSIX standard, and include things like passing incorrect options, +the POSIX standard, and include things like passing incorrect options, redirection errors, variable assignment errors for assignments preceding the command name, and so on. -

        -

      42. -A non-interactive shell exits with an error status if a variable +
      43. A non-interactive shell exits with an error status if a variable assignment error occurs when no command name follows the assignment statements. A variable assignment error occurs, for example, when trying to assign a value to a readonly variable. -

        -

      44. -A non-interactive shell exits with an error status if a variable +
      45. A non-interactive shell exits with an error status if a variable assignment error occurs in an assignment statement preceding a special builtin, but not with any other simple command. -

        -

      46. -A non-interactive shell exits with an error status if the iteration -variable in a for statement or the selection variable in a -select statement is a readonly variable. -

        +

      47. A non-interactive shell exits with an error status if the iteration +variable in a for statement or the selection variable in a +select statement is a readonly variable. -
      48. -Process substitution is not available. -

        +

      49. Non-interactive shells exit if filename in . filename +is not found. + +
      50. Non-interactive shells exit if a syntax error in an arithmetic expansion +results in an invalid expression. + +
      51. Non-interactive shells exit if a parameter expansion error occurs. -
      52. -While variable indirection is available, it may not be applied to the -`#' and `?' special parameters. -

        +

      53. Non-interactive shells exit if there is a syntax error in a script read +with the . or source builtins, or in a string processed by +the eval builtin. + +
      54. Process substitution is not available. + +
      55. While variable indirection is available, it may not be applied to the +‘#’ and ‘?’ special parameters. + +
      56. When expanding the ‘*’ special parameter in a pattern context where the +expansion is double-quoted does not treat the $* as if it were +double-quoted. -
      57. -Assignment statements preceding POSIX special builtins +
      58. Assignment statements preceding POSIX special builtins persist in the shell environment after the builtin completes. -

        -

      59. -Assignment statements preceding shell function calls persist in the -shell environment after the function returns, as if a POSIX +
      60. Assignment statements preceding shell function calls persist in the +shell environment after the function returns, as if a POSIX special builtin command had been executed. -

        -

      61. -The export and readonly builtin commands display their -output in the format required by POSIX. -

        +

      62. The command builtin does not prevent builtins that take assignment +statements as arguments from expanding them as assignment statements; +when not in POSIX mode, assignment builtins lose their assignment +statement expansion properties when preceded by command. + +
      63. The bg builtin uses the required format to describe each job placed +in the background, which does not include an indication of whether the job +is the current or previous job. + +
      64. The output of ‘kill -l’ prints all the signal names on a single line, +separated by spaces, without the ‘SIG’ prefix. + +
      65. The kill builtin does not accept signal names with a ‘SIG’ +prefix. + +
      66. The export and readonly builtin commands display their +output in the format required by POSIX. -
      67. -The trap builtin displays signal names without the leading -SIG. -

        +

      68. The trap builtin displays signal names without the leading +SIG. -
      69. -The trap builtin doesn't check the first argument for a possible +
      70. 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 +signal to the original disposition, they should use ‘-’ as the first argument. -

        - -

      71. -The . and source builtins do not search the current directory -for the filename argument if it is not found by searching PATH. -

        - -

      72. -Subshells spawned to execute command substitutions inherit the value of -the `-e' option from the parent shell. When not in POSIX mode, -Bash clears the `-e' option in such subshells. -

        - -

      73. -Alias expansion is always enabled, even in non-interactive shells. -

        - -

      74. -When the alias builtin displays alias definitions, it does not -display them with a leading `alias ' unless the `-p' option + +
      75. The . and source builtins do not search the current directory +for the filename argument if it is not found by searching PATH. + +
      76. Enabling POSIX mode has the effect of setting the +inherit_errexit option, so +subshells spawned to execute command substitutions inherit the value of +the -e option from the parent shell. +When the inherit_errexit option is not enabled, +Bash clears the -e option in such subshells. + +
      77. When the alias builtin displays alias definitions, it does not +display them with a leading ‘alias ’ unless the -p option is supplied. -

        -

      78. -When the set builtin is invoked without options, it does not display +
      79. When the set builtin is invoked without options, it does not display shell function names and definitions. -

        -

      80. -When the set builtin is invoked without options, it displays +
      81. 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. -

        -

      82. -When the cd builtin is invoked in logical mode, and the pathname -constructed from $PWD and the directory name supplied as an argument -does not refer to an existing directory, cd will fail instead of -falling back to physical mode. -

        +

      83. When the cd builtin is invoked in logical mode, and the pathname +constructed from $PWD and the directory name supplied as an argument +does not refer to an existing directory, cd will fail instead of +falling back to physical mode. -
      84. -The pwd builtin verifies that the value it prints is the same as the +
      85. 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. -

        +-P option. -

      86. -When listing the history, the fc builtin does not include an +
      87. When listing the history, the fc builtin does not include an indication of whether or not a history entry has been modified. -

        -

      88. -The default editor used by fc is ed. -

        +

      89. The default editor used by fc is ed. -
      90. -The type and command builtins will not report a non-executable +
      91. 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. -

        - -

      92. -The vi editing mode will invoke the vi editor directly when -the `v' command is run, instead of checking $VISUAL and -$EDITOR. -

        - -

      93. -When the xpg_echo option is enabled, Bash does not attempt to interpret -any arguments to echo as options. Each argument is displayed, after +file if it is the only so-named file found in $PATH. + +
      94. The vi editing mode will invoke the vi editor directly when +the ‘v’ command is run, instead of checking $VISUAL and +$EDITOR. + +
      95. When the xpg_echo option is enabled, Bash does not attempt to interpret +any arguments to echo as options. Each argument is displayed, after escape characters are converted. -

        -

      96. -The ulimit builtin uses a block size of 512 bytes for the `-c' -and `-f' options. -

        +

      97. The ulimit builtin uses a block size of 512 bytes for the -c +and -f options. -
      98. -The arrival of SIGCHLD when a trap is set on SIGCHLD does -not interrupt the wait builtin and cause it to return immediately. +
      99. 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. -

        -

      100. -The read builtin may be interrupted by a signal for which a trap +
      101. 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. -

        +If Bash receives a trapped signal while executing read, the trap +handler executes and read returns an exit status greater than 128. + +

      102. Bash removes an exited background process’s status from the list of such +statuses after the wait builtin is used to obtain it. -
      -

      +

    -There is other POSIX behavior that Bash does not implement by -default even when in POSIX mode. +

    There is other POSIX behavior that Bash does not implement by +default even when in POSIX mode. Specifically: -

    - -

      - -
    1. -The fc builtin checks $EDITOR as a program to edit history -entries if FCEDIT is unset, rather than defaulting directly to -ed. fc uses ed if EDITOR is unset. -

      - -

    2. -As noted above, Bash requires the xpg_echo option to be enabled for -the echo builtin to be fully conformant. -

      - -

    -

    - -Bash can be configured to be POSIX-conformant by default, by specifying -the `--enable-strict-posix-default' to configure when building -(see section 10.8 Optional Features). -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    7. Job Control

    - -

    - -This chapter discusses what job control is, how it works, and how +

    +
      +
    1. The fc builtin checks $EDITOR as a program to edit history +entries if FCEDIT is unset, rather than defaulting directly to +ed. fc uses ed if EDITOR is unset. + +
    2. As noted above, Bash requires the xpg_echo option to be enabled for +the echo builtin to be fully conformant. + +
    + +

    Bash can be configured to be POSIX-conformant by default, by specifying +the --enable-strict-posix-default to configure when building +(see Optional Features). +

    +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    7 Job Control

    + +

    This chapter discusses what job control is, how it works, and how Bash allows you to access its facilities. -

    - -

    - - - -
    7.1 Job Control Basics  How job control works.
    7.2 Job Control Builtins  Bash builtin commands used to interact - with job control.
    7.3 Job Control Variables  Variables Bash uses to customize job - control.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    7.1 Job Control Basics

    - -

    - -Job control +

    + + + + + + +
    + + + +

    7.1 Job Control Basics

    + + + + + +

    Job control refers to the ability to selectively stop (suspend) the execution of processes and continue (resume) their execution at a later point. A user typically employs this facility via an interactive interface supplied jointly -by the operating system kernel's terminal driver and Bash. -

    - -The shell associates a job with each pipeline. It keeps a +by the operating system kernel’s terminal driver and Bash. +

    +

    The shell associates a job with each pipeline. It keeps a table of currently executing jobs, which may be listed with the -jobs command. When Bash starts a job +jobs command. When Bash starts a job asynchronously, it prints a line that looks like: -
     
    [1] 25647
    -
    indicating that this job is job number 1 and that the process ID +

    +
    [1] 25647
    +
    +

    indicating that this job is job number 1 and that the process ID of the last process in the pipeline associated with this job is 25647. All of the processes in a single pipeline are members of -the same job. Bash uses the job abstraction as the +the same job. Bash uses the job abstraction as the basis for job control. -

    - -To facilitate the implementation of the user interface to job +

    +

    To facilitate the implementation of the user interface to job control, the operating system maintains the notion of a current terminal -process group ID. Members of this process group (processes whose -process group ID is equal to the current terminal process group -ID) receive keyboard-generated signals such as SIGINT. +process group ID. Members of this process group (processes whose +process group ID is equal to the current terminal process group +ID) receive keyboard-generated signals such as SIGINT. These processes are said to be in the foreground. Background -processes are those whose process group ID differs from the -terminal's; such processes are immune to keyboard-generated +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. +the user so specifies with stty tostop, write to the terminal. Background processes which attempt to -read from (write to when stty tostop is in effect) the -terminal are sent a SIGTTIN (SIGTTOU) -signal by the kernel's terminal driver, +read from (write to when stty tostop is in effect) the +terminal are sent a SIGTTIN (SIGTTOU) +signal by the kernel’s terminal driver, which, unless caught, suspends the process. -

    - -If the operating system on which Bash is running supports +

    +

    If the operating system on which Bash is running supports job control, Bash contains facilities to use it. Typing the -suspend character (typically `^Z', Control-Z) while a +suspend character (typically ‘^Z’, Control-Z) while a process is running causes that process to be stopped and returns -control to Bash. Typing the delayed suspend character -(typically `^Y', Control-Y) causes the process to be stopped +control to Bash. Typing the delayed suspend character +(typically ‘^Y’, Control-Y) causes the process to be stopped when it attempts to read input from the terminal, and control to be returned to Bash. The user then manipulates the state of -this job, using the bg command to continue it in the -background, the fg command to continue it in the -foreground, or the kill command to kill it. A `^Z' +this job, using the bg command to continue it in the +background, the fg command to continue it in the +foreground, or the kill command to kill it. A ‘^Z’ takes effect immediately, and has the additional side effect of causing pending output and typeahead to be discarded. -

    - -There are a number of ways to refer to a job in the shell. The -character `%' introduces a job specification (jobspec). -

    - -Job number n may be referred to as `%n'. -The symbols `%%' and `%+' refer to the shell's notion of the +

    +

    There are a number of ways to refer to a job in the shell. The +character ‘%’ introduces a job specification (jobspec). +

    +

    Job number n may be referred to as ‘%n’. +The symbols ‘%%’ and ‘%+’ refer to the shell’s notion of the current job, which is the last job stopped while it was in the foreground or started in the background. -A single `%' (with no accompanying job specification) also refers +A single ‘%’ (with no accompanying job specification) also refers to the current job. -The previous job may be referenced using `%-'. -If there is only a single job, `%+' and `%-' can both be used +The previous job may be referenced using ‘%-’. +If there is only a single job, ‘%+’ and ‘%-’ can both be used to refer to that job. -In output pertaining to jobs (e.g., the output of the jobs -command), the current job is always flagged with a `+', and the -previous job with a `-'. -

    - -A job may also be referred to +In output pertaining to jobs (e.g., the output of the jobs +command), the current job is always flagged with a ‘+’, and the +previous job with a ‘-’. +

    +

    A job may also be referred to using a prefix of the name used to start it, or using a substring -that appears in its command line. For example, `%ce' refers -to a stopped ce job. Using `%?ce', on the -other hand, refers to any job containing the string `ce' in +that appears in its command line. For example, ‘%ce’ refers +to a stopped ce job. Using ‘%?ce’, on the +other hand, refers to any job containing the string ‘ce’ in its command line. If the prefix or substring matches more than one job, Bash reports an error. -

    - -Simply naming a job can be used to bring it into the foreground: -`%1' is a synonym for `fg %1', bringing job 1 from the -background into the foreground. Similarly, `%1 &' resumes -job 1 in the background, equivalent to `bg %1' -

    - -The shell learns immediately whenever a job changes state. +

    +

    Simply naming a job can be used to bring it into the foreground: +‘%1’ is a synonym for ‘fg %1’, bringing job 1 from the +background into the foreground. Similarly, ‘%1 &’ resumes +job 1 in the background, equivalent to ‘bg %1’ +

    +

    The shell learns immediately whenever a job changes state. Normally, Bash waits until it is about to print a prompt -before reporting changes in a job's status so as to not interrupt +before reporting changes in a job’s status so as to not interrupt any other output. -If the `-b' option to the set builtin is enabled, -Bash reports such changes immediately (see section 4.3.1 The Set Builtin). -Any trap on SIGCHLD is executed for each child process +If the -b option to the set builtin is enabled, +Bash reports such changes immediately (see The Set Builtin). +Any trap on SIGCHLD is executed for each child process that exits. -

    - -If an attempt to exit Bash is made while jobs are stopped, (or running, if -the checkjobs option is enabled -- see 4.3.2 The Shopt Builtin), the -shell prints a warning message, and if the checkjobs option is +

    +

    If an attempt to exit Bash is made while jobs are stopped, (or running, if +the checkjobs option is enabled – see The Shopt Builtin), the +shell prints a warning message, and if the checkjobs option is enabled, lists the jobs and their statuses. -The jobs command may then be used to inspect their status. +The jobs command may then be used to inspect their status. If a second attempt to exit is made without an intervening command, Bash does not print another warning, and any stopped jobs are terminated. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    7.2 Job Control Builtins

    - -

    - -

    - -
    bg -
    -
     
    bg [jobspec ...]
    -

    - -Resume each suspended job jobspec in the background, as if it -had been started with `&'. -If jobspec is not supplied, the current job is used. +

    +
    + + + +

    7.2 Job Control Builtins

    + +
    +
    bg
    +
    +
    +
    bg [jobspec …]
    +
    + +

    Resume each suspended job jobspec in the background, as if it +had been started with ‘&’. +If jobspec is not supplied, the current job is used. The return status is zero unless it is run when job control is not enabled, or, when run with job control enabled, any -jobspec was not found or specifies a job +jobspec was not found or specifies a job that was started without job control. -

    - -

    fg -
    -
     
    fg [jobspec]
    -

    - -Resume the job jobspec in the foreground and make it the current job. -If jobspec is not supplied, the current job is used. +

    +
    +
    fg
    +
    +
    +
    fg [jobspec]
    +
    + +

    Resume the job jobspec in the foreground and make it the current job. +If jobspec is not supplied, the current job is used. The return status is that of the command placed into the foreground, or non-zero if run when job control is disabled or, when run with -job control enabled, jobspec does not specify a valid job or -jobspec specifies a job that was started without job control. -

    - -

    jobs -
    -
     
    jobs [-lnprs] [jobspec]
    -jobs -x command [arguments]
    -

    - -The first form lists the active jobs. The options have the +job control enabled, jobspec does not specify a valid job or +jobspec specifies a job that was started without job control. +

    +
    +
    jobs
    +
    +
    +
    jobs [-lnprs] [jobspec]
    +jobs -x command [arguments]
    +
    + +

    The first form lists the active jobs. The options have the following meanings: -

    - -

    -
    -l -
    List process IDs in addition to the normal information. -

    - -

    -n -
    Display information only about jobs that have changed status since +

    +
    +
    -l
    +

    List process IDs in addition to the normal information. +

    +
    +
    -n
    +

    Display information only about jobs that have changed status since the user was last notified of their status. -

    - -

    -p -
    List only the process ID of the job's process group leader. -

    - -

    -r -
    Display only running jobs. -

    - -

    -s -
    Display only stopped jobs. -
    -

    - -If jobspec is given, +

    +
    +
    -p
    +

    List only the process ID of the job’s process group leader. +

    +
    +
    -r
    +

    Display only running jobs. +

    +
    +
    -s
    +

    Display only stopped jobs. +

    +
    + +

    If jobspec is given, output is restricted to information about that job. -If jobspec is not supplied, the status of all jobs is +If jobspec is not supplied, the status of all jobs is listed. -

    - -If the `-x' option is supplied, jobs replaces any -jobspec found in command or arguments with the -corresponding process group ID, and executes command, -passing it arguments, returning its exit status. -

    - -

    kill -
    -
     
    kill [-s sigspec] [-n signum] [-sigspec] jobspec or pid
    -kill -l [exit_status]
    -

    - -Send a signal specified by sigspec or signum to the process -named by job specification jobspec or process ID pid. -sigspec is either a case-insensitive signal name such as -SIGINT (with or without the SIG prefix) -or a signal number; signum is a signal number. -If sigspec and signum are not present, SIGTERM is used. -The `-l' option lists the signal names. -If any arguments are supplied when `-l' is given, the names of the +

    +

    If the -x option is supplied, jobs replaces any +jobspec found in command or arguments with the +corresponding process group ID, and executes command, +passing it arguments, returning its exit status. +

    +
    +
    kill
    +
    +
    +
    kill [-s sigspec] [-n signum] [-sigspec] jobspec or pid
    +kill -l|-L [exit_status]
    +
    + +

    Send a signal specified by sigspec or signum to the process +named by job specification jobspec or process ID pid. +sigspec is either a case-insensitive signal name such as +SIGINT (with or without the SIG prefix) +or a signal number; signum is a signal number. +If sigspec and signum are not present, SIGTERM is used. +The -l option lists the signal names. +If any arguments are supplied when -l is given, the names of the signals corresponding to the arguments are listed, and the return status is zero. -exit_status is a number specifying a signal number or the exit +exit_status is a number specifying a signal number or the exit status of a process terminated by a signal. +The -L option is equivalent to -l. The return status is zero if at least one signal was successfully sent, or non-zero if an error occurs or an invalid option is encountered. -

    - -

    wait -
    -
     
    wait [-n] [jobspec or pid ...]
    -

    - -Wait until the child process specified by each process ID pid -or job specification jobspec exits and return the exit status of the +

    +
    +
    wait
    +
    +
    +
    wait [-n] [jobspec or pid …]
    +
    + +

    Wait until the child process specified by each process ID pid +or job specification jobspec exits and return the exit status of the last command waited for. If a job spec is given, all processes in the job are waited for. If no arguments are given, all currently active child processes are waited for, and the return status is zero. -If the `-n' option is supplied, wait waits for any job to +If the -n option is supplied, wait waits for any job to terminate and returns its exit status. -If neither jobspec nor pid specifies an active child process +If neither jobspec nor pid specifies an active child process of the shell, the return status is 127. -

    - -

    disown -
    -
     
    disown [-ar] [-h] [jobspec ...]
    -

    - -Without options, remove each jobspec from the table of +

    +
    +
    disown
    +
    +
    +
    disown [-ar] [-h] [jobspec … | pid … ]
    +
    + +

    Without options, remove each jobspec from the table of active jobs. -If the `-h' option is given, the job is not removed from the table, -but is marked so that SIGHUP is not sent to the job if the shell -receives a SIGHUP. -If jobspec is not present, and neither the `-a' nor the -`-r' option is supplied, the current job is used. -If no jobspec is supplied, the `-a' option means to remove or -mark all jobs; the `-r' option without a jobspec +If the -h option is given, the job is not removed from the table, +but is marked so that SIGHUP is not sent to the job if the shell +receives a SIGHUP. +If jobspec is not present, and neither the -a nor the +-r option is supplied, the current job is used. +If no jobspec is supplied, the -a option means to remove or +mark all jobs; the -r option without a jobspec argument restricts operation to running jobs. -

    - -

    suspend -
    -
     
    suspend [-f]
    -

    - -Suspend the execution of this shell until it receives a -SIGCONT signal. -A login shell cannot be suspended; the `-f' +

    +
    +
    suspend
    +
    +
    +
    suspend [-f]
    +
    + +

    Suspend the execution of this shell until it receives a +SIGCONT signal. +A login shell cannot be suspended; the -f option can be used to override this and force the suspension. -

    -

    - -When job control is not active, the kill and wait -builtins do not accept jobspec arguments. They must be -supplied process IDs. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    7.3 Job Control Variables

    - -

    - -

    - - -
    auto_resume -
    -This variable controls how the shell interacts with the user and +

    +
    + +

    When job control is not active, the kill and wait +builtins do not accept jobspec arguments. They must be +supplied process IDs. +

    +
    + +
    +

    +Previous: , Up: Job Control   [Contents][Index]

    +
    + +

    7.3 Job Control Variables

    + +
    +
    auto_resume + +
    +

    This variable controls how the shell interacts with the user and job control. If this variable exists then single word simple commands without redirections are treated as candidates for resumption of an existing job. There is no ambiguity allowed; if there is more than one job beginning with the string typed, then the most recently accessed job will be selected. The name of a stopped job, in this context, is the command line -used to start it. If this variable is set to the value `exact', +used to start it. If this variable is set to the value ‘exact’, the string supplied must match the name of a stopped job exactly; -if set to `substring', +if set to ‘substring’, the string supplied needs to match a substring of the name of a -stopped job. The `substring' value provides functionality -analogous to the `%?' job ID (see section 7.1 Job Control Basics). +stopped job. The ‘substring’ value provides functionality +analogous to the ‘%?’ job ID (see Job Control Basics). If set to any other value, the supplied string must -be a prefix of a stopped job's name; this provides functionality -analogous to the `%' job ID. -

    - -

    -

    - - -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8. Command Line Editing

    - -

    - -This chapter describes the basic features of the GNU +be a prefix of a stopped job’s name; this provides functionality +analogous to the ‘%’ job ID. +

    +
    +
    + + + + + + +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    8 Command Line Editing

    + +

    This chapter describes the basic features of the GNU command line editing interface. Command line editing is provided by the Readline library, which is used by several different programs, including Bash. Command line editing is enabled by default when using an interactive shell, -unless the `--noediting' option is supplied at shell invocation. -Line editing is also used when using the `-e' option to the -read builtin command (see section 4.2 Bash Builtin Commands). +unless the --noediting option is supplied at shell invocation. +Line editing is also used when using the -e option to the +read builtin command (see Bash Builtins). By default, the line editing commands are similar to those of Emacs. A vi-style line editing interface is also available. -Line editing can be enabled at any time using the `-o emacs' or -`-o vi' options to the set builtin command -(see section 4.3.1 The Set Builtin), or disabled using the `+o emacs' or -`+o vi' options to set. -

    - -

    - - - - - - - - -
    8.1 Introduction to Line Editing  Notation used in this text.
    8.2 Readline Interaction  The minimum set of commands for editing a line.
    8.3 Readline Init File  Customizing Readline from a user's view.
    8.4 Bindable Readline Commands  A description of most of the Readline commands - available for binding
    8.5 Readline vi Mode  A short description of how to make Readline - behave like the vi editor.
    8.6 Programmable Completion  How to specify the possible completions for - a specific command.
    8.7 Programmable Completion Builtins  Builtin commands to specify how to - complete arguments for a particular command.
    8.8 A Programmable Completion Example  An example shell function for - generating possible completions.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.1 Introduction to Line Editing

    - -

    - -The following paragraphs describe the notation used to represent +Line editing can be enabled at any time using the -o emacs or +-o vi options to the set builtin command +(see The Set Builtin), or disabled using the +o emacs or ++o vi options to set. +

    + + + + + + + + + + + +
    + + + +

    8.1 Introduction to Line Editing

    + +

    The following paragraphs describe the notation used to represent keystrokes. -

    - -The text C-k is read as `Control-K' and describes the character -produced when the k key is pressed while the Control key +

    +

    The text C-k is read as ‘Control-K’ and describes the character +produced when the k key is pressed while the Control key is depressed. -

    - -The text M-k is read as `Meta-K' and describes the character -produced when the Meta key (if you have one) is depressed, and the k +

    +

    The text M-k is read as ‘Meta-K’ and describes the character +produced when the Meta key (if you have one) is depressed, and the k key is pressed. -The Meta key is labeled ALT on many keyboards. -On keyboards with two keys labeled ALT (usually to either side of -the space bar), the ALT on the left side is generally set to +The Meta key is labeled ALT on many keyboards. +On keyboards with two keys labeled ALT (usually to either side of +the space bar), the ALT on the left side is generally set to work as a Meta key. -The ALT key on the right may also be configured to work as a +The ALT key on the right may also be configured to work as a Meta key or may be configured as some other modifier, such as a Compose key for typing accented characters. -

    - -If you do not have a Meta or ALT key, or another key working as -a Meta key, the identical keystroke can be generated by typing ESC -first, and then typing k. -Either process is known as metafying the k key. -

    - -The text M-C-k is read as `Meta-Control-k' and describes the -character produced by metafying C-k. -

    - -In addition, several keys have their own names. Specifically, -DEL, ESC, LFD, SPC, RET, and TAB all +

    +

    If you do not have a Meta or ALT key, or another key working as +a Meta key, the identical keystroke can be generated by typing ESC +first, and then typing k. +Either process is known as metafying the k key. +

    +

    The text M-C-k is read as ‘Meta-Control-k’ and describes the +character produced by metafying C-k. +

    +

    In addition, several keys have their own names. Specifically, +DEL, ESC, LFD, SPC, RET, and TAB all stand for themselves when seen in this text, or in an init file -(see section 8.3 Readline Init File). -If your keyboard lacks a LFD key, typing C-j will +(see Readline Init File). +If your keyboard lacks a LFD key, typing C-j will produce the desired character. -The RET key may be labeled Return or Enter on +The RET key may be labeled Return or Enter on some keyboards. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2 Readline Interaction

    - -

    - -Often during an interactive session you type in a long line of text, +

    +
    + + + +

    8.2 Readline Interaction

    + + +

    Often during an interactive session you type in a long line of text, only to notice that the first word on the line is misspelled. The Readline library gives you a set of commands for manipulating the text as you type it in, allowing you to just fix your typo, and not forcing you to retype the majority of the line. Using these editing commands, you move the cursor to the place that needs correction, and delete or insert the text of the corrections. Then, when you are satisfied with -the line, you simply press RET. You do not have to be at the -end of the line to press RET; the entire line is accepted +the line, you simply press RET. You do not have to be at the +end of the line to press RET; the entire line is accepted regardless of the location of the cursor within the line. -

    - -

    - - - - - -
    8.2.1 Readline Bare Essentials  The least you need to know about Readline.
    8.2.2 Readline Movement Commands  Moving about the input line.
    8.2.3 Readline Killing Commands  How to delete text, and how to get it back!
    8.2.4 Readline Arguments  Giving numeric arguments to commands.
    8.2.5 Searching for Commands in the History  Searching through previous lines.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2.1 Readline Bare Essentials

    - -

    - -In order to enter characters into the line, simply type them. The typed +

    + + + + + + + + +
    + + + +

    8.2.1 Readline Bare Essentials

    + + + + +

    In order to enter characters into the line, simply type them. The typed character appears where the cursor was, and then the cursor moves one space to the right. If you mistype a character, you can use your erase character to back up and delete the mistyped character. -

    - -Sometimes you may mistype a character, and +

    +

    Sometimes you may mistype a character, and not notice the error until you have typed several other characters. In -that case, you can type C-b to move the cursor to the left, and then +that case, you can type C-b to move the cursor to the left, and then correct your mistake. Afterwards, you can move the cursor to the right -with C-f. -

    - -When you add text in the middle of a line, you will notice that characters -to the right of the cursor are `pushed over' to make room for the text +with C-f. +

    +

    When you add text in the middle of a line, you will notice that characters +to the right of the cursor are ‘pushed over’ to make room for the text that you have inserted. Likewise, when you delete text behind the cursor, -characters to the right of the cursor are `pulled back' to fill in the +characters to the right of the cursor are ‘pulled back’ to fill in the blank space created by the removal of the text. A list of the bare essentials for editing the text of an input line follows. -

    - -

    -
    C-b -
    Move back one character. -
    C-f -
    Move forward one character. -
    DEL or Backspace -
    Delete the character to the left of the cursor. -
    C-d -
    Delete the character underneath the cursor. -
    Printing characters -
    Insert the character into the line at the cursor. -
    C-_ or C-x C-u -
    Undo the last editing command. You can undo all the way back to an +

    +
    +
    C-b
    +

    Move back one character. +

    +
    C-f
    +

    Move forward one character. +

    +
    DEL or Backspace
    +

    Delete the character to the left of the cursor. +

    +
    C-d
    +

    Delete the character underneath the cursor. +

    +
    Printing characters
    +

    Insert the character into the line at the cursor. +

    +
    C-_ or C-x C-u
    +

    Undo the last editing command. You can undo all the way back to an empty line. -

    -

    +

    +
    -(Depending on your configuration, the Backspace key be set to -delete the character to the left of the cursor and the DEL key set -to delete the character underneath the cursor, like C-d, rather +

    (Depending on your configuration, the Backspace key be set to +delete the character to the left of the cursor and the DEL key set +to delete the character underneath the cursor, like C-d, rather than the character to the left of the cursor.) -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2.2 Readline Movement Commands

    - -

    - -The above table describes the most basic keystrokes that you need +

    +
    + + + +

    8.2.2 Readline Movement Commands

    + + +

    The above table describes the most basic keystrokes that you need in order to do editing of the input line. For your convenience, many -other commands have been added in addition to C-b, C-f, -C-d, and DEL. Here are some commands for moving more rapidly +other commands have been added in addition to C-b, C-f, +C-d, and DEL. Here are some commands for moving more rapidly about the line. -

    - -

    -
    C-a -
    Move to the start of the line. -
    C-e -
    Move to the end of the line. -
    M-f -
    Move forward a word, where a word is composed of letters and digits. -
    M-b -
    Move backward a word. -
    C-l -
    Clear the screen, reprinting the current line at the top. -
    -

    - -Notice how C-f moves forward a character, while M-f moves +

    +
    +
    C-a
    +

    Move to the start of the line. +

    +
    C-e
    +

    Move to the end of the line. +

    +
    M-f
    +

    Move forward a word, where a word is composed of letters and digits. +

    +
    M-b
    +

    Move backward a word. +

    +
    C-l
    +

    Clear the screen, reprinting the current line at the top. +

    +
    + +

    Notice how C-f moves forward a character, while M-f moves forward a word. It is a loose convention that control keystrokes operate on characters while meta keystrokes operate on words. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2.3 Readline Killing Commands

    - -

    - - - -

    - -Killing text means to delete the text from the line, but to save -it away for later use, usually by yanking (re-inserting) +

    +
    + + + +

    8.2.3 Readline Killing Commands

    + + + + +

    Killing text means to delete the text from the line, but to save +it away for later use, usually by yanking (re-inserting) it back into the line. -(`Cut' and `paste' are more recent jargon for `kill' and `yank'.) -

    - -If the description for a command says that it `kills' text, then you can +(‘Cut’ and ‘paste’ are more recent jargon for ‘kill’ and ‘yank’.) +

    +

    If the description for a command says that it ‘kills’ text, then you can be sure that you can get the text back in a different (or the same) place later. -

    - -When you use a kill command, the text is saved in a kill-ring. +

    +

    When you use a kill command, the text is saved in a kill-ring. Any number of consecutive kills save all of the killed text together, so that when you yank it back, you get it all. The kill ring is not line specific; the text that you killed on a previously typed line is available to be yanked back later, when you are typing another line. - -

    - -Here is the list of commands for killing text. -

    - -

    -
    C-k -
    Kill the text from the current cursor position to the end of the line. -

    - -

    M-d -
    Kill from the cursor to the end of the current word, or, if between + +

    +

    Here is the list of commands for killing text. +

    +
    +
    C-k
    +

    Kill the text from the current cursor position to the end of the line. +

    +
    +
    M-d
    +

    Kill from the cursor to the end of the current word, or, if between words, to the end of the next word. -Word boundaries are the same as those used by M-f. -

    - -

    M-DEL -
    Kill from the cursor the start of the current word, or, if between +Word boundaries are the same as those used by M-f. +

    +
    +
    M-DEL
    +

    Kill from the cursor the start of the current word, or, if between words, to the start of the previous word. -Word boundaries are the same as those used by M-b. -

    - -

    C-w -
    Kill from the cursor to the previous whitespace. This is different than -M-DEL because the word boundaries differ. -

    - -

    -

    - -Here is how to yank the text back into the line. Yanking +Word boundaries are the same as those used by M-b. +

    +
    +
    C-w
    +

    Kill from the cursor to the previous whitespace. This is different than +M-DEL because the word boundaries differ. +

    +
    +
    + +

    Here is how to yank the text back into the line. Yanking means to copy the most-recently-killed text from the kill buffer. -

    - -

    -
    C-y -
    Yank the most recently killed text back into the buffer at the cursor. -

    - -

    M-y -
    Rotate the kill-ring, and yank the new top. You can only do this if -the prior command is C-y or M-y. -
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2.4 Readline Arguments

    - -

    - -You can pass numeric arguments to Readline commands. Sometimes the -argument acts as a repeat count, other times it is the sign of the +

    +
    +
    C-y
    +

    Yank the most recently killed text back into the buffer at the cursor. +

    +
    +
    M-y
    +

    Rotate the kill-ring, and yank the new top. You can only do this if +the prior command is C-y or M-y. +

    +
    + +
    + + + +

    8.2.4 Readline Arguments

    + +

    You can pass numeric arguments to Readline commands. Sometimes the +argument acts as a repeat count, other times it is the sign of the argument that is significant. If you pass a negative argument to a command which normally acts in a forward direction, that command will act in a backward direction. For example, to kill text back to the -start of the line, you might type `M-- C-k'. -

    - -The general way to pass numeric arguments to a command is to type meta -digits before the command. If the first `digit' typed is a minus -sign (`-'), then the sign of the argument will be negative. Once +start of the line, you might type ‘M-- C-k’. +

    +

    The general way to pass numeric arguments to a command is to type meta +digits before the command. If the first ‘digit’ typed is a minus +sign (‘-’), then the sign of the argument will be negative. Once you have typed one meta digit to get the argument started, you can type the remainder of the digits, and then the command. For example, to give -the C-d command an argument of 10, you could type `M-1 0 C-d', +the C-d command an argument of 10, you could type ‘M-1 0 C-d’, which will delete the next ten characters on the input line. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.2.5 Searching for Commands in the History

    - -

    - -Readline provides commands for searching through the command history -(see section 9.1 Bash History Facilities) +

    +
    + + + +

    8.2.5 Searching for Commands in the History

    + +

    Readline provides commands for searching through the command history +(see Bash History Facilities) for lines containing a specified string. -There are two search modes: incremental and non-incremental. -

    - -Incremental searches begin before the user has finished typing the +There are two search modes: incremental and non-incremental. +

    +

    Incremental searches begin before the user has finished typing the search string. As each character of the search string is typed, Readline displays the next entry from the history matching the string typed so far. An incremental search requires only as many characters as needed to find the desired history entry. To search backward in the history for a particular string, type -C-r. Typing C-s searches forward through the history. -The characters present in the value of the isearch-terminators variable +C-r. Typing C-s searches forward through the history. +The characters present in the value of the isearch-terminators variable are used to terminate an incremental search. -If that variable has not been assigned a value, the ESC and -C-J characters will terminate an incremental search. -C-g will abort an incremental search and restore the original line. +If that variable has not been assigned a value, the ESC and +C-J characters will terminate an incremental search. +C-g will abort an incremental search and restore the original line. When the search is terminated, the history entry containing the search string becomes the current line. -

    - -To find other matching entries in the history list, type C-r or -C-s as appropriate. +

    +

    To find other matching entries in the history list, type C-r or +C-s as appropriate. This will search backward or forward in the history for the next entry matching the search string typed so far. Any other key sequence bound to a Readline command will terminate the search and execute that command. -For instance, a RET will terminate the search and accept +For instance, a RET will terminate the search and accept the line, thereby executing the command from the history list. A movement command will terminate the search, make the last line found the current line, and begin editing. -

    - -Readline remembers the last incremental search string. If two -C-rs are typed without any intervening characters defining a new +

    +

    Readline remembers the last incremental search string. If two +C-rs are typed without any intervening characters defining a new search string, any remembered search string is used. -

    - -Non-incremental searches read the entire search string before starting +

    +

    Non-incremental searches read the entire search string before starting to search for matching history lines. The search string may be typed by the user or be part of the contents of the current line. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.3 Readline Init File

    - -

    - -Although the Readline library comes with a set of Emacs-like +

    +
    + + + +

    8.3 Readline Init File

    + + +

    Although the Readline library comes with a set of Emacs-like keybindings installed by default, it is possible to use a different set of keybindings. Any user can customize programs that use Readline by putting -commands in an inputrc file, conventionally in his home directory. +commands in an inputrc file, conventionally in his home directory. The name of this -file is taken from the value of the shell variable INPUTRC. If -that variable is unset, the default is `~/.inputrc'. If that +file is taken from the value of the shell variable INPUTRC. If +that variable is unset, the default is ~/.inputrc. If that file does not exist or cannot be read, the ultimate default is -`/etc/inputrc'. -

    - -When a program which uses the Readline library starts up, the +/etc/inputrc. +

    +

    When a program which uses the Readline library starts up, the init file is read, and the key bindings are set. -

    - -In addition, the C-x C-r command re-reads this init file, thus +

    +

    In addition, the C-x C-r command re-reads this init file, thus incorporating any changes that you might have made to it. -

    - -

    - -
    8.3.1 Readline Init File Syntax  Syntax for the commands in the inputrc file.
    - -
    - - -
    8.3.2 Conditional Init Constructs  Conditional key bindings in the inputrc file.
    - -
    - - -
    8.3.3 Sample Init File  An example inputrc file.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.3.1 Readline Init File Syntax

    - -

    - -There are only a few basic constructs allowed in the +

    + + + + + + +
    + + + +

    8.3.1 Readline Init File Syntax

    + +

    There are only a few basic constructs allowed in the Readline init file. Blank lines are ignored. -Lines beginning with a `#' are comments. -Lines beginning with a `$' indicate conditional -constructs (see section 8.3.2 Conditional Init Constructs). Other lines +Lines beginning with a ‘#’ are comments. +Lines beginning with a ‘$’ indicate conditional +constructs (see Conditional Init Constructs). Other lines denote variable settings and key bindings. -

    - -

    -
    Variable Settings -
    You can modify the run-time behavior of Readline by +

    +
    +
    Variable Settings
    +

    You can modify the run-time behavior of Readline by altering the values of variables in Readline -using the set command within the init file. +using the set command within the init file. The syntax is simple: -

    +

    +
    +
    set variable value
    +
    -
     
    set variable value
    -

    - -Here, for example, is how to +

    Here, for example, is how to change from the default Emacs-like key binding to use -vi line editing commands: -

    - -
     
    set editing-mode vi
    -

    +vi line editing commands: +

    +
    +
    set editing-mode vi
    +
    -Variable names and values, where appropriate, are recognized without regard +

    Variable names and values, where appropriate, are recognized without regard to case. Unrecognized variable names are ignored. -

    - -Boolean variables (those that can be set to on or off) are set to on if -the value is null or empty, on (case-insensitive), or 1. Any other +

    +

    Boolean variables (those that can be set to on or off) are set to on if +the value is null or empty, on (case-insensitive), or 1. Any other value results in the variable being set to off. -

    - -The bind -V command lists the current Readline variable names -and values. See section 4.2 Bash Builtin Commands. -

    - -A great deal of run-time behavior is changeable with the following +

    +

    The bind -V command lists the current Readline variable names +and values. See Bash Builtins. +

    +

    A great deal of run-time behavior is changeable with the following variables. -

    - - -

    - -
    bell-style -
    -Controls what happens when Readline wants to ring the terminal bell. -If set to `none', Readline never rings the bell. If set to -`visible', Readline uses a visible bell if one is available. -If set to `audible' (the default), Readline attempts to ring -the terminal's bell. -

    - -

    bind-tty-special-chars -
    -If set to `on', Readline attempts to bind the control characters -treated specially by the kernel's terminal driver to their Readline -equivalents. -

    - -

    colored-stats -
    -If set to `on', Readline displays possible completions using different +

    + +
    +
    bell-style
    +
    +

    Controls what happens when Readline wants to ring the terminal bell. +If set to ‘none’, Readline never rings the bell. If set to +‘visible’, Readline uses a visible bell if one is available. +If set to ‘audible’ (the default), Readline attempts to ring +the terminal’s bell. +

    +
    +
    bind-tty-special-chars
    +
    +

    If set to ‘on’ (the default), Readline attempts to bind the control +characters treated specially by the kernel’s terminal driver to their +Readline equivalents. +

    +
    +
    blink-matching-paren
    +
    +

    If set to ‘on’, Readline attempts to briefly move the cursor to an +opening parenthesis when a closing parenthesis is inserted. The default +is ‘off’. +

    +
    +
    colored-completion-prefix
    +
    +

    If set to ‘on’, when listing completions, Readline displays the +common prefix of the set of possible completions using a different color. +The color definitions are taken from the value of the LS_COLORS +environment variable. +The default is ‘off’. +

    +
    +
    colored-stats
    +
    +

    If set to ‘on’, Readline displays possible completions using different colors to indicate their file type. -The color definitions are taken from the value of the LS_COLORS +The color definitions are taken from the value of the LS_COLORS environment variable. -The default is `off'. -

    - -

    comment-begin -
    -The string to insert at the beginning of the line when the -insert-comment command is executed. The default value -is "#". -

    - -

    completion-display-width -
    -The number of screen columns used to display possible matches +The default is ‘off’. +

    +
    +
    comment-begin
    +
    +

    The string to insert at the beginning of the line when the +insert-comment command is executed. The default value +is "#". +

    +
    +
    completion-display-width
    +
    +

    The number of screen columns used to display possible matches when performing completion. The value is ignored if it is less than 0 or greater than the terminal screen width. A value of 0 will cause matches to be displayed one per line. The default value is -1. -

    - -

    completion-ignore-case -
    -If set to `on', Readline performs filename matching and completion +

    +
    +
    completion-ignore-case
    +
    +

    If set to ‘on’, Readline performs filename matching and completion in a case-insensitive fashion. -The default value is `off'. -

    - -

    completion-map-case -
    -If set to `on', and completion-ignore-case is enabled, Readline -treats hyphens (`-') and underscores (`_') as equivalent when +The default value is ‘off’. +

    +
    +
    completion-map-case
    +
    +

    If set to ‘on’, and completion-ignore-case is enabled, Readline +treats hyphens (‘-’) and underscores (‘_’) as equivalent when performing case-insensitive filename matching and completion. -

    - -

    completion-prefix-display-length -
    -The length in characters of the common prefix of a list of possible +

    +
    +
    completion-prefix-display-length
    +
    +

    The 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, common prefixes longer than this value are replaced with an ellipsis when displaying possible completions. -

    - -

    completion-query-items -
    -The number of possible completions that determines when the user is +

    +
    +
    completion-query-items
    +
    +

    The number of possible completions that determines when the user is asked whether the list of possibilities should be displayed. If the number of possible completions is greater than this value, Readline will ask the user whether or not he wishes to view them; otherwise, they are simply listed. This variable must be set to an integer value greater than or equal to 0. A negative value means Readline should never ask. -The default limit is 100. -

    - -

    convert-meta -
    -If set to `on', Readline will convert characters with the -eighth bit set to an ASCII key sequence by stripping the eighth -bit and prefixing an ESC character, converting them to a -meta-prefixed key sequence. The default value is `on'. -

    - -

    disable-completion -
    -If set to `On', Readline will inhibit word completion. +The default limit is 100. +

    +
    +
    convert-meta
    +
    +

    If set to ‘on’, Readline will convert characters with the +eighth bit set to an ASCII key sequence by stripping the eighth +bit and prefixing an ESC character, converting them to a +meta-prefixed key sequence. The default value is ‘on’, but +will be set to ‘off’ if the locale is one that contains +eight-bit characters. +

    +
    +
    disable-completion
    +
    +

    If set to ‘On’, Readline will inhibit word completion. Completion characters will be inserted into the line as if they had -been mapped to self-insert. The default is `off'. -

    - -

    editing-mode -
    -The editing-mode variable controls which default set of +been mapped to self-insert. The default is ‘off’. +

    +
    +
    echo-control-characters
    +
    +

    When set to ‘on’, on operating systems that indicate they support it, +readline echoes a character corresponding to a signal generated from the +keyboard. The default is ‘on’. +

    +
    +
    editing-mode
    +
    +

    The editing-mode variable controls which default set of key bindings is used. By default, Readline starts up in Emacs editing mode, where the keystrokes are most similar to Emacs. This variable can be -set to either `emacs' or `vi'. -

    - -

    echo-control-characters -
    When set to `on', on operating systems that indicate they support it, -readline echoes a character corresponding to a signal generated from the -keyboard. The default is `on'. -

    - -

    enable-keypad -
    -When set to `on', Readline will try to enable the application +set to either ‘emacs’ or ‘vi’. +

    +
    +
    emacs-mode-string
    +
    +

    This string is displayed immediately before the last line of the primary +prompt when emacs editing mode is active. The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +The default is ‘@’. +

    +
    +
    enable-bracketed-paste
    +
    +

    When set to ‘On’, Readline will configure the terminal in a way +that will enable it to insert each paste into the editing buffer as a +single string of characters, instead of treating each character as if +it had been read from the keyboard. This can prevent pasted characters +from being interpreted as editing commands. The default is ‘off’. +

    +
    +
    enable-keypad
    +
    +

    When set to ‘on’, Readline will try to enable the application keypad when it is called. Some systems need this to enable the -arrow keys. The default is `off'. -

    - -

    enable-meta-key -
    When set to `on', Readline will try to enable any meta modifier +arrow keys. The default is ‘off’. +

    +
    +
    enable-meta-key
    +

    When set to ‘on’, Readline will try to enable any meta modifier key the terminal claims to support when it is called. On many terminals, the meta key is used to send eight-bit characters. -The default is `on'. -

    - -

    expand-tilde -
    -If set to `on', tilde expansion is performed when Readline -attempts word completion. The default is `off'. -

    - -

    history-preserve-point -
    -If set to `on', the history code attempts to place the point (the +The default is ‘on’. +

    +
    +
    expand-tilde
    +
    +

    If set to ‘on’, tilde expansion is performed when Readline +attempts word completion. The default is ‘off’. +

    +
    +
    history-preserve-point
    +
    +

    If set to ‘on’, the history code attempts to place the point (the current cursor position) at the -same location on each history line retrieved with previous-history -or next-history. The default is `off'. -

    - -

    history-size -
    -Set the maximum number of history entries saved in the history list. +same location on each history line retrieved with previous-history +or next-history. The default is ‘off’. +

    +
    +
    history-size
    +
    +

    Set the maximum number of history entries saved in the history list. If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. By default, the number of history entries is not limited. -

    - -

    horizontal-scroll-mode -
    -This variable can be set to either `on' or `off'. Setting it -to `on' means that the text of the lines being edited will scroll +If an attempt is made to set history-size to a non-numeric value, +the maximum number of history entries will be set to 500. +

    +
    +
    horizontal-scroll-mode
    +
    +

    This variable can be set to either ‘on’ or ‘off’. Setting it +to ‘on’ means that the text of the lines being edited will scroll horizontally on a single screen line when they are longer than the width of the screen, instead of wrapping onto a new screen line. By default, -this variable is set to `off'. -

    - -

    input-meta -
    - -If set to `on', Readline will enable eight-bit input (it +this variable is set to ‘off’. +

    +
    +
    input-meta
    +
    + +

    If set to ‘on’, Readline will enable eight-bit input (it will not clear the eighth bit in the characters it reads), regardless of what the terminal claims it can support. The -default value is `off'. The name meta-flag is a -synonym for this variable. -

    - -

    isearch-terminators -
    -The string of characters that should terminate an incremental search without -subsequently executing the character as a command (see section 8.2.5 Searching for Commands in the History). -If this variable has not been given a value, the characters ESC and -C-J will terminate an incremental search. -

    - -

    keymap -
    -Sets Readline's idea of the current keymap for key binding commands. -Acceptable keymap names are -emacs, -emacs-standard, -emacs-meta, -emacs-ctlx, -vi, -vi-move, -vi-command, and -vi-insert. -vi is equivalent to vi-command; emacs is -equivalent to emacs-standard. The default value is emacs. -The value of the editing-mode variable also affects the +default value is ‘off’, but Readline will set it to ‘on’ if the +locale contains eight-bit characters. +The name meta-flag is a synonym for this variable. +

    +
    +
    isearch-terminators
    +
    +

    The string of characters that should terminate an incremental search without +subsequently executing the character as a command (see Searching). +If this variable has not been given a value, the characters ESC and +C-J will terminate an incremental search. +

    +
    +
    keymap
    +
    +

    Sets Readline’s idea of the current keymap for key binding commands. +Acceptable keymap names are +emacs, +emacs-standard, +emacs-meta, +emacs-ctlx, +vi, +vi-move, +vi-command, and +vi-insert. +vi is equivalent to vi-command (vi-move is also a +synonym); emacs is equivalent to emacs-standard. +The default value is emacs. +The value of the editing-mode variable also affects the default keymap. -

    - -

    keyseq-timeout -
    Specifies the duration Readline will wait for a character when reading an +

    +
    +
    keyseq-timeout
    +

    Specifies the duration Readline will wait for a character when reading an ambiguous key sequence (one that can form a complete key sequence using the input read so far, or can take additional input to complete a longer key sequence). If no input is received within the timeout, Readline will use the shorter but complete key sequence. Readline uses this value to determine whether or not input is -available on the current input source (rl_instream by default). +available on the current input source (rl_instream by default). The value is specified in milliseconds, so a value of 1000 means that Readline will wait one second for additional input. If this variable is set to a value less than or equal to zero, or to a non-numeric value, Readline will wait until another key is pressed to decide which key sequence to complete. -The default value is 500. -

    - -

    mark-directories -
    If set to `on', completed directory names have a slash -appended. The default is `on'. -

    - -

    mark-modified-lines -
    -This variable, when set to `on', causes Readline to display an -asterisk (`*') at the start of history lines which have been modified. -This variable is `off' by default. -

    - -

    mark-symlinked-directories -
    -If set to `on', completed names which are symbolic links +The default value is 500. +

    +
    +
    mark-directories
    +

    If set to ‘on’, completed directory names have a slash +appended. The default is ‘on’. +

    +
    +
    mark-modified-lines
    +
    +

    This variable, when set to ‘on’, causes Readline to display an +asterisk (‘*’) at the start of history lines which have been modified. +This variable is ‘off’ by default. +

    +
    +
    mark-symlinked-directories
    +
    +

    If set to ‘on’, completed names which are symbolic links to directories have a slash appended (subject to the value of -mark-directories). -The default is `off'. -

    - -

    match-hidden-files -
    -This variable, when set to `on', causes Readline to match files whose -names begin with a `.' (hidden files) when performing filename +mark-directories). +The default is ‘off’. +

    +
    +
    match-hidden-files
    +
    +

    This variable, when set to ‘on’, causes Readline to match files whose +names begin with a ‘.’ (hidden files) when performing filename completion. -If set to `off', the leading `.' must be +If set to ‘off’, the leading ‘.’ must be supplied by the user in the filename to be completed. -This variable is `on' by default. -

    - -

    menu-complete-display-prefix -
    -If set to `on', menu completion displays the common prefix of the +This variable is ‘on’ by default. +

    +
    +
    menu-complete-display-prefix
    +
    +

    If set to ‘on’, menu completion displays the common prefix of the list of possible completions (which may be empty) before cycling through -the list. The default is `off'. -

    - -

    output-meta -
    -If set to `on', Readline will display characters with the +the list. The default is ‘off’. +

    +
    +
    output-meta
    +
    +

    If set to ‘on’, Readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape -sequence. The default is `off'. -

    - -

    page-completions -
    -If set to `on', Readline uses an internal more-like pager +sequence. +The default is ‘off’, but Readline will set it to ‘on’ if the +locale contains eight-bit characters. +

    +
    +
    page-completions
    +
    +

    If set to ‘on’, Readline uses an internal more-like pager to display a screenful of possible completions at a time. -This variable is `on' by default. -

    - -

    print-completions-horizontally -
    If set to `on', Readline will display completions with matches +This variable is ‘on’ by default. +

    +
    +
    print-completions-horizontally
    +

    If set to ‘on’, Readline will display completions with matches sorted horizontally in alphabetical order, rather than down the screen. -The default is `off'. -

    - -

    revert-all-at-newline -
    -If set to `on', Readline will undo all changes to history lines -before returning when accept-line is executed. By default, +The default is ‘off’. +

    +
    +
    revert-all-at-newline
    +
    +

    If set to ‘on’, Readline will undo all changes to history lines +before returning when accept-line is executed. By default, history lines may be modified and retain individual undo lists across -calls to readline. The default is `off'. -

    - -

    show-all-if-ambiguous -
    -This alters the default behavior of the completion functions. If -set to `on', +calls to readline. The default is ‘off’. +

    +
    +
    show-all-if-ambiguous
    +
    +

    This alters the default behavior of the completion functions. If +set to ‘on’, words which have more than one possible completion cause the matches to be listed immediately instead of ringing the bell. -The default value is `off'. -

    - -

    show-all-if-unmodified -
    -This alters the default behavior of the completion functions in -a fashion similar to show-all-if-ambiguous. -If set to `on', +The default value is ‘off’. +

    +
    +
    show-all-if-unmodified
    +
    +

    This alters the default behavior of the completion functions in +a fashion similar to show-all-if-ambiguous. +If set to ‘on’, words which have more than one possible completion without any -possible partial completion (the possible completions don't share +possible partial completion (the possible completions don’t share a common prefix) cause the matches to be listed immediately instead of ringing the bell. -The default value is `off'. -

    - -

    show-mode-in-prompt -
    -If set to `on', add a character to the beginning of the prompt -indicating the editing mode: emacs (`@'), vi command (`:'), -or vi insertion (`+'). -The default value is `off'. -

    - -

    skip-completed-text -
    -If set to `on', this alters the default completion behavior when -inserting a single match into the line. It's only active when +The default value is ‘off’. +

    +
    +
    show-mode-in-prompt
    +
    +

    If set to ‘on’, add a character to the beginning of the prompt +indicating the editing mode: emacs, vi command, or vi insertion. +The mode strings are user-settable. +The default value is ‘off’. +

    +
    +
    skip-completed-text
    +
    +

    If set to ‘on’, this alters the default completion behavior when +inserting a single match into the line. It’s only active when performing completion in the middle of a word. If enabled, readline does not insert characters from the completion that match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. For instance, if this is enabled, attempting completion when the cursor -is after the `e' in `Makefile' will result in `Makefile' -rather than `Makefilefile', assuming there is a single possible +is after the ‘e’ in ‘Makefile’ will result in ‘Makefile’ +rather than ‘Makefilefile’, assuming there is a single possible completion. -The default value is `off'. -

    - -

    visible-stats -
    -If set to `on', a character denoting a file's type +The default value is ‘off’. +

    +
    +
    vi-cmd-mode-string
    +
    +

    This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in command mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +The default is ‘(cmd)’. +

    +
    +
    vi-ins-mode-string
    +
    +

    This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in insertion mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the ‘\1’ and ‘\2’ escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +The default is ‘(ins)’. +

    +
    +
    visible-stats
    +
    +

    If set to ‘on’, a character denoting a file’s type is appended to the filename when listing possible -completions. The default is `off'. -

    - -

    -

    - -

    Key Bindings -
    The syntax for controlling key bindings in the init file is +completions. The default is ‘off’. +

    +
    +
    + +
    +
    Key Bindings
    +

    The syntax for controlling key bindings in the init file is simple. First you need to find the name of the command that you want to change. The following sections contain tables of the command name, the default keybinding, if any, and a short description of what the command does. -

    - -Once you know the name of the command, simply place on a line +

    +

    Once you know the name of the command, simply place on a line in the init file the name of the key you wish to bind the command to, a colon, and then the name of the command. -There can be no space between the key name and the colon -- that will be +There can be no space between the key name and the colon – that will be interpreted as part of the key name. The name of the key can be expressed in different ways, depending on what you find most comfortable. -

    - -In addition to command names, readline allows keys to be bound -to a string that is inserted when the key is pressed (a macro). -

    - -The bind -p command displays Readline function names and +

    +

    In addition to command names, readline allows keys to be bound +to a string that is inserted when the key is pressed (a macro). +

    +

    The bind -p command displays Readline function names and bindings in a format that can put directly into an initialization file. -See section 4.2 Bash Builtin Commands. -

    - -

    -
    keyname: function-name or macro -
    keyname is the name of a key spelled out in English. For example: -
     
    Control-u: universal-argument
    +See Bash Builtins.
    +

    +
    +
    keynamefunction-name or macro
    +

    keyname is the name of a key spelled out in English. For example: +

    +
    Control-u: universal-argument
     Meta-Rubout: backward-kill-word
    -Control-o: "> output"
    -

    +Control-o: "> output" + -In the above example, C-u is bound to the function -universal-argument, -M-DEL is bound to the function backward-kill-word, and -C-o is bound to run the macro +

    In the above example, C-u is bound to the function +universal-argument, +M-DEL is bound to the function backward-kill-word, 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). -

    - -A number of symbolic character names are recognized while +‘> output’ into the line). +

    +

    A number of symbolic character names are recognized while processing this key binding syntax: -DEL, -ESC, -ESCAPE, -LFD, -NEWLINE, -RET, -RETURN, -RUBOUT, -SPACE, -SPC, +DEL, +ESC, +ESCAPE, +LFD, +NEWLINE, +RET, +RETURN, +RUBOUT, +SPACE, +SPC, and -TAB. -

    - -

    "keyseq": function-name or macro -
    keyseq differs from keyname above in that strings +TAB. +

    +
    +
    "keyseq": function-name or macro
    +

    keyseq differs from keyname above in that strings denoting an entire key sequence can be specified, by placing -the key sequence in double quotes. Some GNU Emacs style key +the key sequence in double quotes. Some GNU Emacs style key escapes can be used, as in the following example, but the special character names are not recognized. -

    - -
     
    "\C-u": universal-argument
    -"\C-x\C-r": re-read-init-file
    -"\e[11~": "Function Key 1"
    -

    - -In the above example, C-u is again bound to the function -universal-argument (just as it was in the first example), -`C-x C-r' is bound to the function re-read-init-file, -and `ESC [ 1 1 ~' is bound to insert -the text `Function Key 1'. -

    - -

    -

    - -The following GNU Emacs style escape sequences are available when +

    +
    +
    "\C-u": universal-argument
    +"\C-x\C-r": re-read-init-file
    +"\e[11~": "Function Key 1"
    +
    + +

    In the above example, C-u is again bound to the function +universal-argument (just as it was in the first example), +‘C-x C-r’ is bound to the function re-read-init-file, +and ‘ESC [ 1 1 ~’ is bound to insert +the text ‘Function Key 1’. +

    +
    +
    + +

    The following GNU Emacs style escape sequences are available when specifying key sequences: -

    - -

    -
    \C- -
    control prefix -
    \M- -
    meta prefix -
    \e -
    an escape character -
    \\ -
    backslash -
    \" -
    ", a double quotation mark -
    \' -
    ', a single quote or apostrophe -
    -

    - -In addition to the GNU Emacs style escape sequences, a second +

    +
    +
    \C-
    +

    control prefix +

    +
    \M-
    +

    meta prefix +

    +
    \e
    +

    an escape character +

    +
    \\
    +

    backslash +

    +
    \"
    +

    ", a double quotation mark +

    +
    \'
    +

    ', a single quote or apostrophe +

    +
    + +

    In addition to the GNU Emacs style escape sequences, a second set of backslash escapes is available: -

    - -

    -
    \a -
    alert (bell) -
    \b -
    backspace -
    \d -
    delete -
    \f -
    form feed -
    \n -
    newline -
    \r -
    carriage return -
    \t -
    horizontal tab -
    \v -
    vertical tab -
    \nnn -
    the eight-bit character whose value is the octal value nnn +

    +
    +
    \a
    +

    alert (bell) +

    +
    \b
    +

    backspace +

    +
    \d
    +

    delete +

    +
    \f
    +

    form feed +

    +
    \n
    +

    newline +

    +
    \r
    +

    carriage return +

    +
    \t
    +

    horizontal tab +

    +
    \v
    +

    vertical tab +

    +
    \nnn
    +

    the eight-bit character whose value is the octal value nnn (one to three digits) -

    \xHH -
    the eight-bit character whose value is the hexadecimal value HH +

    +
    \xHH
    +

    the eight-bit character whose value is the hexadecimal value HH (one or two hex digits) -

    -

    +

    +
    -When entering the text of a macro, single or double quotes must +

    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. In the macro body, the backslash escapes described above are expanded. 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 the line: -
     
    "\C-x\\": "\\"
    -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.3.2 Conditional Init Constructs

    - -

    - -Readline implements a facility similar in spirit to the conditional +including ‘"’ and ‘'’. +For example, the following binding will make ‘C-x \’ +insert a single ‘\’ into the line: +

    +
    "\C-x\\": "\\"
    +
    + + + + +
    + + + +

    8.3.2 Conditional Init Constructs

    + +

    Readline implements a facility similar in spirit to the conditional compilation features of the C preprocessor which allows key bindings and variable settings to be performed as the result of tests. There are four parser directives used. -

    - -

    -
    $if -
    The $if construct allows bindings to be made based on the +

    +
    +
    $if
    +

    The $if construct allows bindings to be made based on the editing mode, the terminal being used, or the application using Readline. The text of the test extends to the end of the line; no characters are required to isolate it. -

    - -

    -
    mode -
    The mode= form of the $if directive is used to test -whether Readline is in emacs or vi mode. +

    +
    +
    mode
    +

    The mode= form of the $if directive is used to test +whether Readline is in emacs or vi mode. This may be used in conjunction -with the `set keymap' command, for instance, to set bindings in -the emacs-standard and emacs-ctlx keymaps only if -Readline is starting out in emacs mode. -

    - -

    term -
    The term= form may be used to include terminal-specific +with the ‘set keymap’ command, for instance, to set bindings in +the emacs-standard and emacs-ctlx keymaps only if +Readline is starting out in emacs mode. +

    +
    +
    term
    +

    The term= form may be used to include terminal-specific key bindings, perhaps to bind the key sequences output by the -terminal's function keys. The word on the right side of the -`=' is tested against both the full name of the terminal and -the portion of the terminal name before the first `-'. This -allows sun to match both sun and sun-cmd, +terminal’s function keys. The word on the right side of the +‘=’ is tested against both the full name of the terminal and +the portion of the terminal name before the first ‘-’. This +allows sun to match both sun and sun-cmd, for instance. -

    - -

    application -
    The application construct is used to include +

    +
    +
    application
    +

    The application construct is used to include application-specific settings. Each program using the Readline -library sets the application name, and you can test for +library sets the application name, and you can test for a particular value. This could be used to bind key sequences to functions useful for a specific program. For instance, the following command adds a key sequence that quotes the current or previous word in Bash: -
     
    $if Bash
    +

    +
    $if Bash
     # Quote the current or previous word
    -"\C-xq": "\eb\"\ef\""
    +"\C-xq": "\eb\"\ef\""
     $endif
    -

    -

    - -

    $endif -
    This command, as seen in the previous example, terminates an -$if command. -

    - -

    $else -
    Commands in this branch of the $if directive are executed if + +
    +
    + +
    +
    $endif
    +

    This command, as seen in the previous example, terminates an +$if command. +

    +
    +
    $else
    +

    Commands in this branch of the $if directive are executed if the test fails. -

    - -

    $include -
    This directive takes a single filename as an argument and reads commands +

    +
    +
    $include
    +

    This directive takes a single filename as an argument and reads commands and bindings from that file. -For example, the following directive reads from `/etc/inputrc': -
     
    $include /etc/inputrc
    -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.3.3 Sample Init File

    - -

    - -Here is an example of an inputrc file. This illustrates key +For example, the following directive reads from /etc/inputrc: +

    +
    $include /etc/inputrc
    +
    +
    +
    + +
    + + + +

    8.3.3 Sample Init File

    + +

    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 behaviour of line input editing for
     # programs that use the GNU Readline library.  Existing
     # programs include FTP, Bash, and GDB.
     #
    @@ -11111,31 +10418,31 @@ Meta-Control-h:	backward-kill-word	Text after the function name is ignored
     #
     # Arrow keys in keypad mode
     #
    -#"\M-OD":        backward-char
    -#"\M-OC":        forward-char
    -#"\M-OA":        previous-history
    -#"\M-OB":        next-history
    +#"\M-OD":        backward-char
    +#"\M-OC":        forward-char
    +#"\M-OA":        previous-history
    +#"\M-OB":        next-history
     #
     # Arrow keys in ANSI mode
     #
    -"\M-[D":        backward-char
    -"\M-[C":        forward-char
    -"\M-[A":        previous-history
    -"\M-[B":        next-history
    +"\M-[D":        backward-char
    +"\M-[C":        forward-char
    +"\M-[A":        previous-history
    +"\M-[B":        next-history
     #
     # Arrow keys in 8 bit keypad mode
     #
    -#"\M-\C-OD":       backward-char
    -#"\M-\C-OC":       forward-char
    -#"\M-\C-OA":       previous-history
    -#"\M-\C-OB":       next-history
    +#"\M-\C-OD":       backward-char
    +#"\M-\C-OC":       forward-char
    +#"\M-\C-OA":       previous-history
    +#"\M-\C-OB":       next-history
     #
     # Arrow keys in 8 bit ANSI mode
     #
    -#"\M-\C-[D":       backward-char
    -#"\M-\C-[C":       forward-char
    -#"\M-\C-[A":       previous-history
    -#"\M-\C-[B":       next-history
    +#"\M-\C-[D":       backward-char
    +#"\M-\C-[C":       forward-char
    +#"\M-\C-[A":       previous-history
    +#"\M-\C-[B":       next-history
     
     C-q: quoted-insert
     
    @@ -11147,20 +10454,20 @@ TAB: complete
     # Macros that are convenient for shell interaction
     $if Bash
     # edit the path
    -"\C-xp": "PATH=${PATH}\e\C-e\C-a\ef\C-f"
    +"\C-xp": "PATH=${PATH}\e\C-e\C-a\ef\C-f"
     # prepare to type a quoted word --
     # insert open and close double quotes
     # and move to just after the open quote
    -"\C-x\"": "\"\"\C-b"
    +"\C-x\"": "\"\"\C-b"
     # insert a backslash (testing backslash escapes
     # in sequences and macros)
    -"\C-x\\": "\\"
    +"\C-x\\": "\\"
     # Quote the current or previous word
    -"\C-xq": "\eb\"\ef\""
    +"\C-xq": "\eb\"\ef\""
     # Add a binding to refresh the line, which is unbound
    -"\C-xr": redraw-current-line
    +"\C-xr": redraw-current-line
     # Edit variable on current line.
    -"\M-\C-v": "\C-a\C-k$\C-y\M-\C-e\C-a\C-y="
    +"\M-\C-v": "\C-a\C-k$\C-y\M-\C-e\C-a\C-y="
     $endif
     
     # use a visible bell if one is available
    @@ -11183,1202 +10490,1107 @@ set completion-query-items 150
     
     # For FTP
     $if Ftp
    -"\C-xg": "get \M-?"
    -"\C-xt": "put \M-?"
    -"\M-.": yank-last-arg
    +"\C-xg": "get \M-?"
    +"\C-xt": "put \M-?"
    +"\M-.": yank-last-arg
     $endif
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4 Bindable Readline Commands

    - -

    - -

    - - - - - - - - -
    8.4.1 Commands For Moving  Moving about the line.
    8.4.2 Commands For Manipulating The History  Getting at previous lines.
    8.4.3 Commands For Changing Text  Commands for changing text.
    8.4.4 Killing And Yanking  Commands for killing and yanking.
    8.4.5 Specifying Numeric Arguments  Specifying numeric arguments, repeat counts.
    8.4.6 Letting Readline Type For You  Getting Readline to do the typing for you.
    8.4.7 Keyboard Macros  Saving and re-executing typed characters
    8.4.8 Some Miscellaneous Commands  Other miscellaneous commands.
    -

    - -This section describes Readline commands that may be bound to key + + +


    + + + +

    8.4 Bindable Readline Commands

    + + + + + + + + + + + + +

    This section describes Readline commands that may be bound to key sequences. You can list your key bindings by executing -bind -P or, for a more terse format, suitable for an -inputrc file, bind -p. (See section 4.2 Bash Builtin Commands.) +bind -P or, for a more terse format, suitable for an +inputrc file, bind -p. (See Bash Builtins.) Command names without an accompanying key sequence are unbound by default. -

    - -In the following descriptions, point refers to the current cursor -position, and mark refers to a cursor position saved by the -set-mark command. -The text between the point and mark is referred to as the region. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.1 Commands For Moving

    - -
    - -
    beginning-of-line (C-a) -
    -Move to the start of the current line. -

    - - -

    end-of-line (C-e) -
    -Move to the end of the line. -

    - - -

    forward-char (C-f) -
    -Move forward a character. -

    - - -

    backward-char (C-b) -
    -Move back a character. -

    - - -

    forward-word (M-f) -
    -Move forward to the end of the next word. +

    +

    In the following descriptions, point refers to the current cursor +position, and mark refers to a cursor position saved by the +set-mark command. +The text between the point and mark is referred to as the region. +

    +
    + + + +

    8.4.1 Commands For Moving

    +
    +
    beginning-of-line (C-a) + +
    +

    Move to the start of the current line. +

    +
    +
    end-of-line (C-e) + +
    +

    Move to the end of the line. +

    +
    +
    forward-char (C-f) + +
    +

    Move forward a character. +

    +
    +
    backward-char (C-b) + +
    +

    Move back a character. +

    +
    +
    forward-word (M-f) + +
    +

    Move forward to the end of the next word. Words are composed of letters and digits. -

    - - -

    backward-word (M-b) -
    -Move back to the start of the current or previous word. +

    +
    +
    backward-word (M-b) + +
    +

    Move back to the start of the current or previous word. Words are composed of letters and digits. -

    - - -

    shell-forward-word () -
    -Move forward to the end of the next word. +

    +
    +
    shell-forward-word () + +
    +

    Move forward to the end of the next word. Words are delimited by non-quoted shell metacharacters. -

    - - -

    shell-backward-word () -
    -Move back to the start of the current or previous word. +

    +
    +
    shell-backward-word () + +
    +

    Move back to the start of the current or previous word. Words are delimited by non-quoted shell metacharacters. -

    - - -

    clear-screen (C-l) -
    -Clear the screen and redraw the current line, +

    +
    +
    clear-screen (C-l) + +
    +

    Clear the screen and redraw the current line, leaving the current line at the top of the screen. -

    - - -

    redraw-current-line () -
    -Refresh the current line. By default, this is unbound. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.2 Commands For Manipulating The History

    - -

    - -

    - -
    accept-line (Newline or Return) -
    -Accept the line regardless of where the cursor is. +

    +
    +
    redraw-current-line () + +
    +

    Refresh the current line. By default, this is unbound. +

    +
    +
    + +
    + + + +

    8.4.2 Commands For Manipulating The History

    + +
    +
    accept-line (Newline or Return) + +
    +

    Accept the line regardless of where the cursor is. If this line is non-empty, add it to the history list according to the setting of -the HISTCONTROL and HISTIGNORE variables. +the HISTCONTROL and HISTIGNORE variables. If this line is a modified history line, then restore the history line to its original state. -

    - - -

    previous-history (C-p) -
    -Move `back' through the history list, fetching the previous command. -

    - - -

    next-history (C-n) -
    -Move `forward' through the history list, fetching the next command. -

    - - -

    beginning-of-history (M-<) -
    -Move to the first line in the history. -

    - - -

    end-of-history (M->) -
    -Move to the end of the input history, i.e., the line currently +

    +
    +
    previous-history (C-p) + +
    +

    Move ‘back’ through the history list, fetching the previous command. +

    +
    +
    next-history (C-n) + +
    +

    Move ‘forward’ through the history list, fetching the next command. +

    +
    +
    beginning-of-history (M-<) + +
    +

    Move to the first line in the history. +

    +
    +
    end-of-history (M->) + +
    +

    Move to the end of the input history, i.e., the line currently being entered. -

    - - -

    reverse-search-history (C-r) -
    -Search backward starting at the current line and moving `up' through +

    +
    +
    reverse-search-history (C-r) + +
    +

    Search backward starting at the current line and moving ‘up’ through +the history as necessary. This is an incremental search. +

    +
    +
    forward-search-history (C-s) + +
    +

    Search forward starting at the current line and moving ‘down’ through the history as necessary. This is an incremental search. -

    - - -

    forward-search-history (C-s) -
    -Search forward starting at the current line and moving `down' through -the the history as necessary. This is an incremental search. -

    - - -

    non-incremental-reverse-search-history (M-p) -
    -Search backward starting at the current line and moving `up' +

    +
    +
    non-incremental-reverse-search-history (M-p) + +
    +

    Search backward starting at the current line and moving ‘up’ through the history as necessary using a non-incremental search for a string supplied by the user. -

    - - -

    non-incremental-forward-search-history (M-n) -
    -Search forward starting at the current line and moving `down' -through the the history as necessary using a non-incremental search +The search string may match anywhere in a history line. +

    +
    +
    non-incremental-forward-search-history (M-n) + +
    +

    Search forward starting at the current line and moving ‘down’ +through the history as necessary using a non-incremental search for a string supplied by the user. -

    - - -

    history-search-forward () -
    -Search forward through the history for the string of characters +The search string may match anywhere in a history line. +

    +
    +
    history-search-forward () + +
    +

    Search forward through the history for the string of characters between the start of the current line and the point. The search string must match at the beginning of a history line. This is a non-incremental search. By default, this command is unbound. -

    - - -

    history-search-backward () -
    -Search backward through the history for the string of characters +

    +
    +
    history-search-backward () + +
    +

    Search backward through the history for the string of characters between the start of the current line and the point. The search string must match at the beginning of a history line. This is a non-incremental search. By default, this command is unbound. -

    - - -

    history-substr-search-forward () -
    -Search forward through the history for the string of characters +

    +
    +
    history-substr-search-forward () + +
    +

    Search forward through the history for the string of characters between the start of the current line and the point. The search string may match anywhere in a history line. This is a non-incremental search. By default, this command is unbound. -

    - - -

    history-substr-search-backward () -
    -Search backward through the history for the string of characters +

    +
    +
    history-substr-search-backward () + +
    +

    Search backward through the history for the string of characters between the start of the current line and the point. The search string may match anywhere in a history line. This is a non-incremental search. By default, this command is unbound. -

    - - -

    yank-nth-arg (M-C-y) -
    -Insert the first argument to the previous command (usually +

    +
    +
    yank-nth-arg (M-C-y) + +
    +

    Insert the first argument to the previous command (usually the second word on the previous line) at point. -With an argument n, -insert the nth word from the previous command (the words +With an argument n, +insert the nth word from the previous command (the words in the previous command begin with word 0). A negative argument -inserts the nth word from the end of the previous command. -Once the argument n is computed, the argument is extracted -as if the `!n' history expansion had been specified. -

    - - -

    yank-last-arg (M-. or M-_) -
    -Insert last argument to the previous command (the last word of the +inserts the nth word from the end of the previous command. +Once the argument n is computed, the argument is extracted +as if the ‘!n’ history expansion had been specified. +

    +
    +
    yank-last-arg (M-. or M-_) + +
    +

    Insert last argument to the previous command (the last word of the previous history entry). -With a numeric argument, behave exactly like yank-nth-arg. -Successive calls to yank-last-arg move back through the history +With a numeric argument, behave exactly like yank-nth-arg. +Successive calls to yank-last-arg move back through the history list, inserting the last word (or the word specified by the argument to the first call) of each line in turn. Any numeric argument supplied to these successive calls determines the direction to move through the history. A negative argument switches the direction through the history (back or forward). The history expansion facilities are used to extract the last argument, -as if the `!$' history expansion had been specified. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.3 Commands For Changing Text

    - -

    - -

    - - -
    end-of-file (usually C-d) -
    -The character indicating end-of-file as set, for example, by -stty. If this character is read when there are no characters +as if the ‘!$’ history expansion had been specified. +

    +
    +
    + +
    + + + +

    8.4.3 Commands For Changing Text

    + +
    +
    end-of-file (usually C-d) + +
    +

    The character indicating end-of-file as set, for example, by +stty. If this character is read when there are no characters on the line, and point is at the beginning of the line, Readline -interprets it as the end of input and returns EOF. -

    - - -

    delete-char (C-d) -
    -Delete the character at point. If this function is bound to the -same character as the tty EOF character, as C-d +interprets it as the end of input and returns EOF. +

    +
    +
    delete-char (C-d) + +
    +

    Delete the character at point. If this function is bound to the +same character as the tty EOF character, as C-d commonly is, see above for the effects. -

    - - -

    backward-delete-char (Rubout) -
    -Delete the character behind the cursor. A numeric argument means +

    +
    +
    backward-delete-char (Rubout) + +
    +

    Delete the character behind the cursor. A numeric argument means to kill the characters instead of deleting them. -

    - - -

    forward-backward-delete-char () -
    -Delete the character under the cursor, unless the cursor is at the +

    +
    +
    forward-backward-delete-char () + +
    +

    Delete the character under the cursor, unless the cursor is at the end of the line, in which case the character behind the cursor is deleted. By default, this is not bound to a key. -

    - - -

    quoted-insert (C-q or C-v) -
    -Add the next character typed to the line verbatim. This is -how to insert key sequences like C-q, for example. -

    - - -

    self-insert (a, b, A, 1, !, ...) -
    -Insert yourself. -

    - - -

    transpose-chars (C-t) -
    -Drag the character before the cursor forward over +

    +
    +
    quoted-insert (C-q or C-v) + +
    +

    Add the next character typed to the line verbatim. This is +how to insert key sequences like C-q, for example. +

    + +
    +
    self-insert (a, b, A, 1, !, …) + +
    +

    Insert yourself. +

    +
    +
    bracketed-paste-begin () + +
    +

    This function is intended to be bound to the "bracketed paste" escape +sequence sent by some terminals, and such a binding is assigned by default. +It allows Readline to insert the pasted text as a single unit without treating +each character as if it had been read from the keyboard. The characters +are inserted as if each one was bound to self-insert) instead of +executing any editing commands. +

    +
    +
    transpose-chars (C-t) + +
    +

    Drag the character before the cursor forward over the character at the cursor, moving the cursor forward as well. If the insertion point is at the end of the line, then this transposes the last two characters of the line. Negative arguments have no effect. -

    - - -

    transpose-words (M-t) -
    -Drag the word before point past the word after point, +

    +
    +
    transpose-words (M-t) + +
    +

    Drag the word before point past the word after point, moving point past that word as well. If the insertion point is at the end of the line, this transposes the last two words on the line. -

    - - -

    upcase-word (M-u) -
    -Uppercase the current (or following) word. With a negative argument, +

    +
    +
    upcase-word (M-u) + +
    +

    Uppercase the current (or following) word. With a negative argument, uppercase the previous word, but do not move the cursor. -

    - - -

    downcase-word (M-l) -
    -Lowercase the current (or following) word. With a negative argument, +

    +
    +
    downcase-word (M-l) + +
    +

    Lowercase the current (or following) word. With a negative argument, lowercase the previous word, but do not move the cursor. -

    - - -

    capitalize-word (M-c) -
    -Capitalize the current (or following) word. With a negative argument, +

    +
    +
    capitalize-word (M-c) + +
    +

    Capitalize the current (or following) word. With a negative argument, capitalize the previous word, but do not move the cursor. -

    - - -

    overwrite-mode () -
    -Toggle overwrite mode. With an explicit positive numeric argument, +

    +
    +
    overwrite-mode () + +
    +

    Toggle overwrite mode. With an explicit positive numeric argument, switches to overwrite mode. With an explicit non-positive numeric argument, switches to insert mode. This command affects only -emacs mode; vi mode does overwrite differently. -Each call to readline() starts in insert mode. -

    - -In overwrite mode, characters bound to self-insert replace +emacs mode; vi mode does overwrite differently. +Each call to readline() starts in insert mode. +

    +

    In overwrite mode, characters bound to self-insert replace the text at point rather than pushing the text to the right. -Characters bound to backward-delete-char replace the character +Characters bound to backward-delete-char replace the character before point with a space. -

    - -By default, this command is unbound. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.4 Killing And Yanking

    - -

    - -

    - - -
    kill-line (C-k) -
    -Kill the text from point to the end of the line. -

    - - -

    backward-kill-line (C-x Rubout) -
    -Kill backward to the beginning of the line. -

    - - -

    unix-line-discard (C-u) -
    -Kill backward from the cursor to the beginning of the current line. -

    - - -

    kill-whole-line () -
    -Kill all characters on the current line, no matter where point is. +

    +

    By default, this command is unbound. +

    +
    +
    + +
    + + + +

    8.4.4 Killing And Yanking

    + +
    +
    kill-line (C-k) + +
    +

    Kill the text from point to the end of the line. +

    +
    +
    backward-kill-line (C-x Rubout) + +
    +

    Kill backward from the cursor to the beginning of the current line. +

    +
    +
    unix-line-discard (C-u) + +
    +

    Kill backward from the cursor to the beginning of the current line. +

    +
    +
    kill-whole-line () + +
    +

    Kill all characters on the current line, no matter where point is. By default, this is unbound. -

    - - -

    kill-word (M-d) -
    -Kill from point to the end of the current word, or if between +

    +
    +
    kill-word (M-d) + +
    +

    Kill from point to the end of the current word, or if between words, to the end of the next word. -Word boundaries are the same as forward-word. -

    - - -

    backward-kill-word (M-DEL) -
    -Kill the word behind point. -Word boundaries are the same as backward-word. -

    - - -

    shell-kill-word () -
    -Kill from point to the end of the current word, or if between +Word boundaries are the same as forward-word. +

    +
    +
    backward-kill-word (M-DEL) + +
    +

    Kill the word behind point. +Word boundaries are the same as backward-word. +

    +
    +
    shell-kill-word () + +
    +

    Kill from point to the end of the current word, or if between words, to the end of the next word. -Word boundaries are the same as shell-forward-word. -

    - - -

    shell-backward-kill-word () -
    -Kill the word behind point. -Word boundaries are the same as shell-backward-word. -

    - - -

    unix-word-rubout (C-w) -
    -Kill the word behind point, using white space as a word boundary. +Word boundaries are the same as shell-forward-word. +

    +
    +
    shell-backward-kill-word () + +
    +

    Kill the word behind point. +Word boundaries are the same as shell-backward-word. +

    +
    +
    unix-word-rubout (C-w) + +
    +

    Kill the word behind point, using white space as a word boundary. The killed text is saved on the kill-ring. -

    - - -

    unix-filename-rubout () -
    -Kill the word behind point, using white space and the slash character +

    +
    +
    unix-filename-rubout () + +
    +

    Kill the word behind point, using white space and the slash character as the word boundaries. The killed text is saved on the kill-ring. -

    - - -

    delete-horizontal-space () -
    -Delete all spaces and tabs around point. By default, this is unbound. -

    - - -

    kill-region () -
    -Kill the text in the current region. +

    +
    +
    delete-horizontal-space () + +
    +

    Delete all spaces and tabs around point. By default, this is unbound. +

    +
    +
    kill-region () + +
    +

    Kill the text in the current region. By default, this command is unbound. -

    - - -

    copy-region-as-kill () -
    -Copy the text in the region to the kill buffer, so it can be yanked +

    +
    +
    copy-region-as-kill () + +
    +

    Copy the text in the region to the kill buffer, so it can be yanked right away. By default, this command is unbound. -

    - - -

    copy-backward-word () -
    -Copy the word before point to the kill buffer. -The word boundaries are the same as backward-word. +

    +
    +
    copy-backward-word () + +
    +

    Copy the word before point to the kill buffer. +The word boundaries are the same as backward-word. By default, this command is unbound. -

    - - -

    copy-forward-word () -
    -Copy the word following point to the kill buffer. -The word boundaries are the same as forward-word. +

    +
    +
    copy-forward-word () + +
    +

    Copy the word following point to the kill buffer. +The word boundaries are the same as forward-word. By default, this command is unbound. -

    - - -

    yank (C-y) -
    -Yank the top of the kill ring into the buffer at point. -

    - - -

    yank-pop (M-y) -
    -Rotate the kill-ring, and yank the new top. You can only do this if -the prior command is yank or yank-pop. -
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.5 Specifying Numeric Arguments

    - -
    - - -
    digit-argument (M-0, M-1, ... M--) -
    -Add this digit to the argument already accumulating, or start a new -argument. M-- starts a negative argument. -

    - - -

    universal-argument () -
    -This is another way to specify an argument. +

    +
    +
    yank (C-y) + +
    +

    Yank the top of the kill ring into the buffer at point. +

    +
    +
    yank-pop (M-y) + +
    +

    Rotate the kill-ring, and yank the new top. You can only do this if +the prior command is yank or yank-pop. +

    +
    + +
    + + + +

    8.4.5 Specifying Numeric Arguments

    +
    +
    digit-argument (M-0, M-1, … M--) + +
    +

    Add this digit to the argument already accumulating, or start a new +argument. M-- starts a negative argument. +

    +
    +
    universal-argument () + +
    +

    This is another way to specify an argument. If this command is followed by one or more digits, optionally with a leading minus sign, those digits define the argument. -If the command is followed by digits, executing universal-argument +If the command is followed by digits, executing universal-argument again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a -character that is neither a digit or minus sign, the argument count +character that is neither a digit nor minus sign, the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the argument count sixteen, and so on. By default, this is not bound to a key. -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.6 Letting Readline Type For You

    - -

    - -

    - -
    complete (TAB) -
    -Attempt to perform completion on the text before point. +

    +
    + +
    + + + +

    8.4.6 Letting Readline Type For You

    + +
    +
    complete (TAB) + +
    +

    Attempt to perform completion on the text before point. The actual completion performed is application-specific. Bash attempts completion treating the text as a variable (if the -text begins with `$'), username (if the text begins with -`~'), hostname (if the text begins with `@'), or +text begins with ‘$’), username (if the text begins with +‘~’), hostname (if the text begins with ‘@’), or command (including aliases and functions) in turn. If none of these produces a match, filename completion is attempted. -

    - - -

    possible-completions (M-?) -
    -List the possible completions of the text before point. +

    +
    +
    possible-completions (M-?) + +
    +

    List the possible completions of the text before point. When displaying completions, Readline sets the number of columns used -for display to the value of completion-display-width, the value of -the environment variable COLUMNS, or the screen width, in that order. -

    - - -

    insert-completions (M-*) -
    -Insert all completions of the text before point that would have -been generated by possible-completions. -

    - - -

    menu-complete () -
    -Similar to complete, but replaces the word to be completed +for display to the value of completion-display-width, the value of +the environment variable COLUMNS, or the screen width, in that order. +

    +
    +
    insert-completions (M-*) + +
    +

    Insert all completions of the text before point that would have +been generated by possible-completions. +

    +
    +
    menu-complete () + +
    +

    Similar to complete, but replaces the word to be completed with a single match from the list of possible completions. -Repeated execution of menu-complete steps through the list +Repeated execution of menu-complete steps through the list of possible completions, inserting each match in turn. At the end of the list of completions, the bell is rung -(subject to the setting of bell-style) +(subject to the setting of bell-style) and the original text is restored. -An argument of n moves n positions forward in the list +An argument of n moves n positions forward in the list of matches; a negative argument may be used to move backward through the list. -This command is intended to be bound to TAB, but is unbound +This command is intended to be bound to TAB, but is unbound by default. -

    - - -

    menu-complete-backward () -
    -Identical to menu-complete, but moves backward through the list -of possible completions, as if menu-complete had been given a +

    +
    +
    menu-complete-backward () + +
    +

    Identical to menu-complete, but moves backward through the list +of possible completions, as if menu-complete had been given a negative argument. -

    - - -

    delete-char-or-list () -
    -Deletes the character under the cursor if not at the beginning or -end of the line (like delete-char). +

    +
    +
    delete-char-or-list () + +
    +

    Deletes the character under the cursor if not at the beginning or +end of the line (like delete-char). If at the end of the line, behaves identically to -possible-completions. +possible-completions. This command is unbound by default. -

    - - -

    complete-filename (M-/) -
    -Attempt filename completion on the text before point. -

    - - -

    possible-filename-completions (C-x /) -
    -List the possible completions of the text before point, +

    +
    +
    complete-filename (M-/) + +
    +

    Attempt filename completion on the text before point. +

    +
    +
    possible-filename-completions (C-x /) + +
    +

    List the possible completions of the text before point, treating it as a filename. -

    - - -

    complete-username (M-~) -
    -Attempt completion on the text before point, treating +

    +
    +
    complete-username (M-~) + +
    +

    Attempt completion on the text before point, treating it as a username. -

    - - -

    possible-username-completions (C-x ~) -
    -List the possible completions of the text before point, +

    +
    +
    possible-username-completions (C-x ~) + +
    +

    List the possible completions of the text before point, treating it as a username. -

    - - -

    complete-variable (M-$) -
    -Attempt completion on the text before point, treating +

    +
    +
    complete-variable (M-$) + +
    +

    Attempt completion on the text before point, treating it as a shell variable. -

    - - -

    possible-variable-completions (C-x $) -
    -List the possible completions of the text before point, +

    +
    +
    possible-variable-completions (C-x $) + +
    +

    List the possible completions of the text before point, treating it as a shell variable. -

    - - -

    complete-hostname (M-@) -
    -Attempt completion on the text before point, treating +

    +
    +
    complete-hostname (M-@) + +
    +

    Attempt completion on the text before point, treating it as a hostname. -

    - - -

    possible-hostname-completions (C-x @) -
    -List the possible completions of the text before point, +

    +
    +
    possible-hostname-completions (C-x @) + +
    +

    List the possible completions of the text before point, treating it as a hostname. -

    - - -

    complete-command (M-!) -
    -Attempt completion on the text before point, treating +

    +
    +
    complete-command (M-!) + +
    +

    Attempt completion on the text before point, treating it as a command name. Command completion attempts to match the text against aliases, reserved words, shell functions, shell builtins, and finally executable filenames, in that order. -

    - - -

    possible-command-completions (C-x !) -
    -List the possible completions of the text before point, +

    +
    +
    possible-command-completions (C-x !) + +
    +

    List the possible completions of the text before point, treating it as a command name. -

    - - -

    dynamic-complete-history (M-TAB) -
    -Attempt completion on the text before point, comparing +

    +
    +
    dynamic-complete-history (M-TAB) + +
    +

    Attempt completion on the text before point, comparing the text against lines from the history list for possible completion matches. -

    - - -

    dabbrev-expand () -
    -Attempt menu completion on the text before point, comparing +

    +
    +
    dabbrev-expand () + +
    +

    Attempt menu completion on the text before point, comparing the text against lines from the history list for possible completion matches. -

    - - -

    complete-into-braces (M-{) -
    -Perform filename completion and insert the list of possible completions +

    +
    +
    complete-into-braces (M-{) + +
    +

    Perform filename completion and insert the list of possible completions enclosed within braces so the list is available to the shell -(see section 3.5.1 Brace Expansion). -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.7 Keyboard Macros

    - -
    - - -
    start-kbd-macro (C-x () -
    -Begin saving the characters typed into the current keyboard macro. -

    - - -

    end-kbd-macro (C-x )) -
    -Stop saving the characters typed into the current keyboard macro +(see Brace Expansion). +

    +
    +
    + +
    + + + +

    8.4.7 Keyboard Macros

    +
    +
    start-kbd-macro (C-x () + +
    +

    Begin saving the characters typed into the current keyboard macro. +

    +
    +
    end-kbd-macro (C-x )) + +
    +

    Stop saving the characters typed into the current keyboard macro and save the definition. -

    - - -

    call-last-kbd-macro (C-x e) -
    -Re-execute the last keyboard macro defined, by making the characters +

    +
    +
    call-last-kbd-macro (C-x e) + +
    +

    Re-execute the last keyboard macro defined, by making the characters in the macro appear as if typed at the keyboard. -

    - - -

    print-last-kbd-macro () -
    -Print the last keboard macro defined in a format suitable for the -inputrc file. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.4.8 Some Miscellaneous Commands

    - -
    - - -
    re-read-init-file (C-x C-r) -
    -Read in the contents of the inputrc file, and incorporate +

    +
    +
    print-last-kbd-macro () + +
    +

    Print the last keboard macro defined in a format suitable for the +inputrc file. +

    +
    +
    + +
    + + + +

    8.4.8 Some Miscellaneous Commands

    +
    +
    re-read-init-file (C-x C-r) + +
    +

    Read in the contents of the inputrc file, and incorporate any bindings or variable assignments found there. -

    - - -

    abort (C-g) -
    -Abort the current editing command and -ring the terminal's bell (subject to the setting of -bell-style). -

    - - -

    do-uppercase-version (M-a, M-b, M-x, ...) -
    -If the metafied character x is lowercase, run the command +

    +
    +
    abort (C-g) + +
    +

    Abort the current editing command and +ring the terminal’s bell (subject to the setting of +bell-style). +

    +
    +
    do-uppercase-version (M-a, M-b, M-x, …) + +
    +

    If the metafied character x is lowercase, run the command that is bound to the corresponding uppercase character. -

    - - -

    prefix-meta (ESC) -
    -Metafy the next character typed. This is for keyboards -without a meta key. Typing `ESC f' is equivalent to typing -M-f. -

    - - -

    undo (C-_ or C-x C-u) -
    -Incremental undo, separately remembered for each line. -

    - - -

    revert-line (M-r) -
    -Undo all changes made to this line. This is like executing the undo +

    +
    +
    prefix-meta (ESC) + +
    +

    Metafy the next character typed. This is for keyboards +without a meta key. Typing ‘ESC f’ is equivalent to typing +M-f. +

    +
    +
    undo (C-_ or C-x C-u) + +
    +

    Incremental undo, separately remembered for each line. +

    +
    +
    revert-line (M-r) + +
    +

    Undo all changes made to this line. This is like executing the undo command enough times to get back to the beginning. -

    - - -

    tilde-expand (M-&) -
    -Perform tilde expansion on the current word. -

    - - -

    set-mark (C-@) -
    -Set the mark to the point. If a +

    +
    +
    tilde-expand (M-&) + +
    +

    Perform tilde expansion on the current word. +

    +
    +
    set-mark (C-@) + +
    +

    Set the mark to the point. If a numeric argument is supplied, the mark is set to that position. -

    - - -

    exchange-point-and-mark (C-x C-x) -
    -Swap the point with the mark. The current cursor position is set to +

    +
    +
    exchange-point-and-mark (C-x C-x) + +
    +

    Swap the point with the mark. The current cursor position is set to the saved position, and the old cursor position is saved as the mark. -

    - - -

    character-search (C-]) -
    -A character is read and point is moved to the next occurrence of that +

    +
    +
    character-search (C-]) + +
    +

    A character is read and point is moved to the next occurrence of that character. A negative count searches for previous occurrences. -

    - - -

    character-search-backward (M-C-]) -
    -A character is read and point is moved to the previous occurrence +

    +
    +
    character-search-backward (M-C-]) + +
    +

    A character is read and point is moved to the previous occurrence of that character. A negative count searches for subsequent occurrences. -

    - - -

    skip-csi-sequence () -
    -Read enough characters to consume a multi-key sequence such as those +

    +
    +
    skip-csi-sequence () + +
    +

    Read enough characters to consume a multi-key sequence such as those defined for keys like Home and End. Such sequences begin with a Control Sequence Indicator (CSI), usually ESC-[. If this sequence is -bound to "\e[", keys producing such sequences will have no effect +bound to "\e[", keys producing such sequences will have no effect unless explicitly bound to a readline command, instead of inserting stray characters into the editing buffer. This is unbound by default, but usually bound to ESC-[. -

    - - -

    insert-comment (M-#) -
    -Without a numeric argument, the value of the comment-begin +

    +
    +
    insert-comment (M-#) + +
    +

    Without a numeric argument, the value of the comment-begin variable is inserted at the beginning of the current line. If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value -of comment-begin, the value is inserted, otherwise -the characters in comment-begin are deleted from the beginning of +of comment-begin, the value is inserted, otherwise +the characters in comment-begin are deleted from the beginning of the line. In either case, the line is accepted as if a newline had been typed. -The default value of comment-begin causes this command +The default value of comment-begin causes this command to make the current line a shell comment. If a numeric argument causes the comment character to be removed, the line will be executed by the shell. -

    - - -

    dump-functions () -
    -Print all of the functions and their key bindings to the +

    +
    +
    dump-functions () + +
    +

    Print all of the functions and their key bindings to the Readline output stream. If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. -

    - - -

    dump-variables () -
    -Print all of the settable variables and their values to the +of an inputrc file. This command is unbound by default. +

    +
    +
    dump-variables () + +
    +

    Print all of the settable variables and their values to the Readline output stream. If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. -

    - - -

    dump-macros () -
    -Print all of the Readline key sequences bound to macros and the +of an inputrc file. This command is unbound by default. +

    +
    +
    dump-macros () + +
    +

    Print all of the Readline key sequences bound to macros and the strings they output. If a numeric argument is supplied, the output is formatted in such a way that it can be made part -of an inputrc file. This command is unbound by default. -

    - - -

    glob-complete-word (M-g) -
    -The word before point is treated as a pattern for pathname expansion, +of an inputrc file. This command is unbound by default. +

    +
    +
    glob-complete-word (M-g) + +
    +

    The word before point is treated as a pattern for pathname expansion, with an asterisk implicitly appended. This pattern is used to generate a list of matching file names for possible completions. -

    - - -

    glob-expand-word (C-x *) -
    -The word before point is treated as a pattern for pathname expansion, +

    +
    +
    glob-expand-word (C-x *) + +
    +

    The word before point is treated as a pattern for pathname expansion, and the list of matching file names is inserted, replacing the word. -If a numeric argument is supplied, a `*' is appended before +If a numeric argument is supplied, a ‘*’ is appended before pathname expansion. -

    - - -

    glob-list-expansions (C-x g) -
    -The list of expansions that would have been generated by -glob-expand-word is displayed, and the line is redrawn. -If a numeric argument is supplied, a `*' is appended before +

    +
    +
    glob-list-expansions (C-x g) + +
    +

    The list of expansions that would have been generated by +glob-expand-word is displayed, and the line is redrawn. +If a numeric argument is supplied, a ‘*’ is appended before pathname expansion. -

    - - -

    display-shell-version (C-x C-v) -
    -Display version information about the current instance of Bash. -

    - - -

    shell-expand-line (M-C-e) -
    -Expand the line as the shell does. +

    +
    +
    display-shell-version (C-x C-v) + +
    +

    Display version information about the current instance of Bash. +

    +
    +
    shell-expand-line (M-C-e) + +
    +

    Expand the line as the shell does. This performs alias and history expansion as well as all of the shell -word expansions (see section 3.5 Shell Expansions). -

    - - -

    history-expand-line (M-^) -
    -Perform history expansion on the current line. -

    - - -

    magic-space () -
    -Perform history expansion on the current line and insert a space -(see section 9.3 History Expansion). -

    - - -

    alias-expand-line () -
    -Perform alias expansion on the current line (see section 6.6 Aliases). -

    - - -

    history-and-alias-expand-line () -
    -Perform history and alias expansion on the current line. -

    - - -

    insert-last-argument (M-. or M-_) -
    -A synonym for yank-last-arg. -

    - - -

    operate-and-get-next (C-o) -
    -Accept the current line for execution and fetch the next line +word expansions (see Shell Expansions). +

    +
    +
    history-expand-line (M-^) + +
    +

    Perform history expansion on the current line. +

    +
    +
    magic-space () + +
    +

    Perform history expansion on the current line and insert a space +(see History Interaction). +

    +
    +
    alias-expand-line () + +
    +

    Perform alias expansion on the current line (see Aliases). +

    +
    +
    history-and-alias-expand-line () + +
    +

    Perform history and alias expansion on the current line. +

    +
    +
    insert-last-argument (M-. or M-_) + +
    +

    A synonym for yank-last-arg. +

    +
    +
    operate-and-get-next (C-o) + +
    +

    Accept the current line for execution and fetch the next line relative to the current line from the history for editing. Any argument is ignored. -

    - - -

    edit-and-execute-command (C-xC-e) -
    -Invoke an editor on the current command line, and execute the result as shell +

    +
    +
    edit-and-execute-command (C-xC-e) + +
    +

    Invoke an editor on the current command line, and execute the result as shell commands. Bash attempts to invoke -$VISUAL, $EDITOR, and emacs +$VISUAL, $EDITOR, and emacs as the editor, in that order. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.5 Readline vi Mode

    - -

    - -While the Readline library does not have a full set of vi +

    + + +
    +
    + +
    + + + +

    8.5 Readline vi Mode

    + +

    While the Readline library does not have a full set of vi editing functions, it does contain enough to allow simple editing -of the line. The Readline vi mode behaves as specified in -the POSIX standard. -

    - -In order to switch interactively between emacs and vi -editing modes, use the `set -o emacs' and `set -o vi' -commands (see section 4.3.1 The Set Builtin). -The Readline default is emacs mode. -

    - -When you enter a line in vi mode, you are already placed in -`insertion' mode, as if you had typed an `i'. Pressing ESC -switches you into `command' mode, where you can edit the text of the -line with the standard vi movement keys, move to previous -history lines with `k' and subsequent lines with `j', and +of the line. The Readline vi mode behaves as specified in +the POSIX standard. +

    +

    In order to switch interactively between emacs and vi +editing modes, use the ‘set -o emacs’ and ‘set -o vi’ +commands (see The Set Builtin). +The Readline default is emacs mode. +

    +

    When you enter a line in vi mode, you are already placed in +‘insertion’ mode, as if you had typed an ‘i’. Pressing ESC +switches you into ‘command’ mode, where you can edit the text of the +line with the standard vi movement keys, move to previous +history lines with ‘k’ and subsequent lines with ‘j’, and so forth. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.6 Programmable Completion

    - -

    - -When word completion is attempted for an argument to a command for -which a completion specification (a compspec) has been defined -using the complete builtin (see section 8.7 Programmable Completion Builtins), +

    +
    + + + +

    8.6 Programmable Completion

    + + +

    When word completion is attempted for an argument to a command for +which a completion specification (a compspec) has been defined +using the complete builtin (see Programmable Completion Builtins), the programmable completion facilities are invoked. -

    - -First, the command name is identified. +

    +

    First, the command name is identified. If a compspec has been defined for that command, the compspec is used to generate the list of possible completions for the word. If the command word is the empty string (completion attempted at the beginning of an empty line), any compspec defined with -the `-E' option to complete is used. +the -E option to complete is used. If the command word is a full pathname, a compspec for the full pathname is searched for first. If no compspec is found for the full pathname, an attempt is made to find a compspec for the portion following the final slash. If those searches do not result in a compspec, any compspec defined with -the `-D' option to complete is used as the default. -

    - -Once a compspec has been found, it is used to generate the list of +the -D option to complete is used as the default. +

    +

    Once a compspec has been found, it is used to generate the list of matching words. If a compspec is not found, the default Bash completion -described above (see section 8.4.6 Letting Readline Type For You) is performed. -

    - -First, the actions specified by the compspec are used. +described above (see Commands For Completion) is performed. +

    +

    First, the actions specified by the compspec are used. Only matches which are prefixed by the word being completed are returned. -When the `-f' or `-d' option is used for filename or -directory name completion, the shell variable FIGNORE is +When the -f or -d option is used for filename or +directory name completion, the shell variable FIGNORE is used to filter the matches. -See section 5.2 Bash Variables, for a description of FIGNORE. -

    - -Any completions specified by a filename expansion pattern to the -`-G' option are generated next. +See Bash Variables, for a description of FIGNORE. +

    +

    Any completions specified by a filename expansion pattern to the +-G option are generated next. The words generated by the pattern need not match the word being completed. -The GLOBIGNORE shell variable is not used to filter the matches, -but the FIGNORE shell variable is used. -

    - -Next, the string specified as the argument to the `-W' option +The GLOBIGNORE shell variable is not used to filter the matches, +but the FIGNORE shell variable is used. +

    +

    Next, the string specified as the argument to the -W option is considered. -The string is first split using the characters in the IFS +The string is first split using the characters in the IFS special variable as delimiters. Shell quoting is honored. Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, and arithmetic expansion, -as described above (see section 3.5 Shell Expansions). +as described above (see Shell Expansions). The results are split using the rules described above -(see section 3.5.7 Word Splitting). +(see Word Splitting). The results of the expansion are prefix-matched against the word being completed, and the matching words become the possible completions. -

    - -After these matches have been generated, any shell function or command -specified with the `-F' and `-C' options is invoked. -When the command or function is invoked, the COMP_LINE, -COMP_POINT, COMP_KEY, and COMP_TYPE variables are -assigned values as described above (see section 5.2 Bash Variables). -If a shell function is being invoked, the COMP_WORDS and -COMP_CWORD variables are also set. +

    +

    After these matches have been generated, any shell function or command +specified with the -F and -C options is invoked. +When the command or function is invoked, the COMP_LINE, +COMP_POINT, COMP_KEY, and COMP_TYPE variables are +assigned values as described above (see Bash Variables). +If a shell function is being invoked, the COMP_WORDS and +COMP_CWORD variables are also set. When the function or command is invoked, the first argument ($1) is the name of the command whose arguments are being completed, the second argument ($2) is the word being completed, and the third argument @@ -12387,73 +11599,68 @@ line. No filtering of the generated completions against the word being completed is performed; the function or command has complete freedom in generating the matches. -

    - -Any function specified with `-F' is invoked first. +

    +

    Any function specified with -F is invoked first. The function may use any of the shell facilities, including the -compgen and compopt builtins described below -(see section 8.7 Programmable Completion Builtins), to generate the matches. -It must put the possible completions in the COMPREPLY array +compgen and compopt builtins described below +(see Programmable Completion Builtins), to generate the matches. +It must put the possible completions in the COMPREPLY array variable, one per array element. -

    - -Next, any command specified with the `-C' option is invoked +

    +

    Next, any command specified with the -C option is invoked in an environment equivalent to command substitution. It should print a list of completions, one per line, to the standard output. Backslash may be used to escape a newline, if necessary. -

    - -After all of the possible completions are generated, any filter -specified with the `-X' option is applied to the list. -The filter is a pattern as used for pathname expansion; a `&' +

    +

    After all of the possible completions are generated, any filter +specified with the -X option is applied to the list. +The filter is a pattern as used for pathname expansion; a ‘&’ in the pattern is replaced with the text of the word being completed. -A literal `&' may be escaped with a backslash; the backslash +A literal ‘&’ may be escaped with a backslash; the backslash is removed before attempting a match. Any completion that matches the pattern will be removed from the list. -A leading `!' negates the pattern; in this case any completion +A leading ‘!’ negates the pattern; in this case any completion not matching the pattern will be removed. -

    - -Finally, any prefix and suffix specified with the `-P' and `-S' +If the nocasematch shell option +(see the description of shopt in The Shopt Builtin) +is enabled, the match is performed without regard to the case +of alphabetic characters. +

    +

    Finally, any prefix and suffix specified with the -P and -S options are added to each member of the completion list, and the result is returned to the Readline completion code as the list of possible completions. -

    - -If the previously-applied actions do not generate any matches, and the -`-o dirnames' option was supplied to complete when the +

    +

    If the previously-applied actions do not generate any matches, and the +-o dirnames option was supplied to complete when the compspec was defined, directory name completion is attempted. -

    - -If the `-o plusdirs' option was supplied to complete when +

    +

    If the -o plusdirs option was supplied to complete when the compspec was defined, directory name completion is attempted and any matches are added to the results of the other actions. -

    - -By default, if a compspec is found, whatever it generates is returned to +

    +

    By default, if a compspec is found, whatever it generates is returned to the completion code as the full set of possible completions. The default Bash completions are not attempted, and the Readline default of filename completion is disabled. -If the `-o bashdefault' option was supplied to complete when +If the -o bashdefault option was supplied to complete when the compspec was defined, the default Bash completions are attempted if the compspec generates no matches. -If the `-o default' option was supplied to complete when the -compspec was defined, Readline's default completion will be performed +If the -o default option was supplied to complete when the +compspec was defined, Readline’s default completion will be performed if the compspec (and, if attempted, the default Bash completions) generate no matches. -

    - -When a compspec indicates that directory name completion is desired, +

    +

    When a compspec indicates that directory name completion is desired, the programmable completion functions force Readline to append a slash to completed names which are symbolic links to directories, subject to -the value of the mark-directories Readline variable, regardless -of the setting of the mark-symlinked-directories Readline variable. -

    - -There is some support for dynamically modifying completions. This is +the value of the mark-directories Readline variable, regardless +of the setting of the mark-symlinked-directories Readline variable. +

    +

    There is some support for dynamically modifying completions. This is most useful when used in combination with a default completion specified -with `-D'. It's possible for shell functions executed as completion +with -D. It’s possible for shell functions executed as completion handlers to indicate that completion should be retried by returning an exit status of 124. If a shell function returns 124, and changes the compspec associated with the command on which completion is being @@ -12462,396 +11669,373 @@ programmable completion restarts from the beginning, with an attempt to find a new compspec for that command. This allows a set of completions to be built dynamically as completion is attempted, rather than being loaded all at once. -

    - -For instance, assuming that there is a library of compspecs, each kept in a +

    +

    For instance, assuming that there is a library of compspecs, each kept in a file corresponding to the name of the command, the following default completion function would load completions dynamically: -

    - -
     
    _completion_loader()
    +

    +
    +
    _completion_loader()
     {
    -    . "/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124
    +    . "/etc/bash_completion.d/$1.sh" >/dev/null 2>&1 && return 124
     }
     complete -D -F _completion_loader -o bashdefault -o default
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.7 Programmable Completion Builtins

    - -

    - -Three builtin commands are available to manipulate the programmable completion + + +


    + + + +

    8.7 Programmable Completion Builtins

    + + +

    Three builtin commands are available to manipulate the programmable completion facilities: one to specify how the arguments to a particular command are to be completed, and two to modify the completion as it is happening. -

    - -

    -
    compgen -
    -
     
    compgen [option] [word]
    -

    - -Generate possible completion matches for word according to -the options, which may be any option accepted by the -complete -builtin with the exception of `-p' and `-r', and write +

    +
    +
    compgen
    +
    +
    +
    compgen [option] [word]
    +
    + +

    Generate possible completion matches for word according to +the options, which may be any option accepted by the +complete +builtin with the exception of -p and -r, and write the matches to the standard output. -When using the `-F' or `-C' options, the various shell variables +When using the -F or -C options, the various shell variables set by the programmable completion facilities, while available, will not have useful values. -

    - -The matches will be generated in the same way as if the programmable +

    +

    The matches will be generated in the same way as if the programmable completion code had generated them directly from a completion specification with the same flags. -If word is specified, only those completions matching word +If word is specified, only those completions matching word will be displayed. -

    - -The return value is true unless an invalid option is supplied, or no +

    +

    The return value is true unless an invalid option is supplied, or no matches were generated. -

    - -

    complete -
    -
     
    complete [-abcdefgjksuv] [-o comp-option] [-DE] [-A action] [-G globpat] [-W wordlist]
    -[-F function] [-C command] [-X filterpat]
    -[-P prefix] [-S suffix] name [name ...]
    -complete -pr [-DE] [name ...]
    -

    - -Specify how arguments to each name should be completed. -If the `-p' option is supplied, or if no options are supplied, existing +

    +
    +
    complete
    +
    +
    +
    complete [-abcdefgjksuv] [-o comp-option] [-DE] [-A action] [-G globpat] [-W wordlist]
    +[-F function] [-C command] [-X filterpat]
    +[-P prefix] [-S suffix] name [name …]
    +complete -pr [-DE] [name …]
    +
    + +

    Specify how arguments to each name should be completed. +If the -p option is supplied, or if no options are supplied, existing completion specifications are printed in a way that allows them to be reused as input. -The `-r' option removes a completion specification for -each name, or, if no names are supplied, all +The -r option removes a completion specification for +each name, or, if no names are supplied, all completion specifications. -The `-D' option indicates that the remaining options and actions should -apply to the "default" command completion; that is, completion attempted +The -D option indicates that the remaining options and actions should +apply to the “default” command completion; that is, completion attempted on a command for which no completion has previously been defined. -The `-E' option indicates that the remaining options and actions should -apply to "empty" command completion; that is, completion attempted on a +The -E option indicates that the remaining options and actions should +apply to “empty” command completion; that is, completion attempted on a blank line. -

    - -The process of applying these completion specifications when word completion -is attempted is described above (see section 8.6 Programmable Completion). The -`-D' option takes precedence over `-E'. -

    - -Other options, if specified, have the following meanings. -The arguments to the `-G', `-W', and `-X' options -(and, if necessary, the `-P' and `-S' options) +

    +

    The process of applying these completion specifications when word completion +is attempted is described above (see Programmable Completion). The +-D option takes precedence over -E. +

    +

    Other options, if specified, have the following meanings. +The arguments to the -G, -W, and -X options +(and, if necessary, the -P and -S options) should be quoted to protect them from expansion before the -complete builtin is invoked. -

    +complete builtin is invoked. +

    -
    -
    -o comp-option -
    The comp-option controls several aspects of the compspec's behavior +
    +
    -o comp-option
    +

    The comp-option controls several aspects of the compspec’s behavior beyond the simple generation of completions. -comp-option may be one of: -

    - -

    - -
    bashdefault -
    Perform the rest of the default Bash completions if the compspec +comp-option may be one of: +

    +
    +
    bashdefault
    +

    Perform the rest of the default Bash completions if the compspec generates no matches. -

    - -

    default -
    Use Readline's default filename completion if the compspec generates +

    +
    +
    default
    +

    Use Readline’s default filename completion if the compspec generates no matches. -

    - -

    dirnames -
    Perform directory name completion if the compspec generates no matches. -

    - -

    filenames -
    Tell Readline that the compspec generates filenames, so it can perform any +

    +
    +
    dirnames
    +

    Perform directory name completion if the compspec generates no matches. +

    +
    +
    filenames
    +

    Tell Readline that the compspec generates filenames, so it can perform any filename-specific processing (like adding a slash to directory names quoting special characters, or suppressing trailing spaces). This option is intended to be used with shell functions specified -with `-F'. -

    - -

    noquote -
    Tell Readline not to quote the completed words if they are filenames +with -F. +

    +
    +
    noquote
    +

    Tell Readline not to quote the completed words if they are filenames (quoting filenames is the default). -

    - -

    nospace -
    Tell Readline not to append a space (the default) to words completed at +

    +
    +
    nosort
    +

    Tell Readline not to sort the list of possible completions alphabetically. +

    +
    +
    nospace
    +

    Tell Readline not to append a space (the default) to words completed at the end of the line. -

    - -

    plusdirs -
    After any matches defined by the compspec are generated, +

    +
    +
    plusdirs
    +

    After any matches defined by the compspec are generated, directory name completion is attempted and any matches are added to the results of the other actions. -

    - -

    -

    +

    +
    +
    -
    -A action -
    The action may be one of the following to generate a list of possible +
    +
    -A action
    +

    The action may be one of the following to generate a list of possible completions: -

    - -

    -
    alias -
    Alias names. May also be specified as `-a'. -

    - -

    arrayvar -
    Array variable names. -

    - -

    binding -
    Readline key binding names (see section 8.4 Bindable Readline Commands). -

    - -

    builtin -
    Names of shell builtin commands. May also be specified as `-b'. -

    - -

    command -
    Command names. May also be specified as `-c'. -

    - -

    directory -
    Directory names. May also be specified as `-d'. -

    - -

    disabled -
    Names of disabled shell builtins. -

    - -

    enabled -
    Names of enabled shell builtins. -

    - -

    export -
    Names of exported shell variables. May also be specified as `-e'. -

    - -

    file -
    File names. May also be specified as `-f'. -

    - -

    function -
    Names of shell functions. -

    - -

    group -
    Group names. May also be specified as `-g'. -

    - -

    helptopic -
    Help topics as accepted by the help builtin (see section 4.2 Bash Builtin Commands). -

    - -

    hostname -
    Hostnames, as taken from the file specified by the -HOSTFILE shell variable (see section 5.2 Bash Variables). -

    - -

    job -
    Job names, if job control is active. May also be specified as `-j'. -

    - -

    keyword -
    Shell reserved words. May also be specified as `-k'. -

    - -

    running -
    Names of running jobs, if job control is active. -

    - -

    service -
    Service names. May also be specified as `-s'. -

    - -

    setopt -
    Valid arguments for the `-o' option to the set builtin -(see section 4.3.1 The Set Builtin). -

    - -

    shopt -
    Shell option names as accepted by the shopt builtin -(see section 4.2 Bash Builtin Commands). -

    - -

    signal -
    Signal names. -

    - -

    stopped -
    Names of stopped jobs, if job control is active. -

    - -

    user -
    User names. May also be specified as `-u'. -

    - -

    variable -
    Names of all shell variables. May also be specified as `-v'. -
    -

    - -

    -C command -
    command is executed in a subshell environment, and its output is +

    +
    +
    alias
    +

    Alias names. May also be specified as -a. +

    +
    +
    arrayvar
    +

    Array variable names. +

    +
    +
    binding
    +

    Readline key binding names (see Bindable Readline Commands). +

    +
    +
    builtin
    +

    Names of shell builtin commands. May also be specified as -b. +

    +
    +
    command
    +

    Command names. May also be specified as -c. +

    +
    +
    directory
    +

    Directory names. May also be specified as -d. +

    +
    +
    disabled
    +

    Names of disabled shell builtins. +

    +
    +
    enabled
    +

    Names of enabled shell builtins. +

    +
    +
    export
    +

    Names of exported shell variables. May also be specified as -e. +

    +
    +
    file
    +

    File names. May also be specified as -f. +

    +
    +
    function
    +

    Names of shell functions. +

    +
    +
    group
    +

    Group names. May also be specified as -g. +

    +
    +
    helptopic
    +

    Help topics as accepted by the help builtin (see Bash Builtins). +

    +
    +
    hostname
    +

    Hostnames, as taken from the file specified by the +HOSTFILE shell variable (see Bash Variables). +

    +
    +
    job
    +

    Job names, if job control is active. May also be specified as -j. +

    +
    +
    keyword
    +

    Shell reserved words. May also be specified as -k. +

    +
    +
    running
    +

    Names of running jobs, if job control is active. +

    +
    +
    service
    +

    Service names. May also be specified as -s. +

    +
    +
    setopt
    +

    Valid arguments for the -o option to the set builtin +(see The Set Builtin). +

    +
    +
    shopt
    +

    Shell option names as accepted by the shopt builtin +(see Bash Builtins). +

    +
    +
    signal
    +

    Signal names. +

    +
    +
    stopped
    +

    Names of stopped jobs, if job control is active. +

    +
    +
    user
    +

    User names. May also be specified as -u. +

    +
    +
    variable
    +

    Names of all shell variables. May also be specified as -v. +

    +
    + +
    +
    -C command
    +

    command is executed in a subshell environment, and its output is used as the possible completions. -

    - -

    -F function -
    The shell function function is executed in the current shell +

    +
    +
    -F function
    +

    The shell function function is executed in the current shell environment. When it is executed, $1 is the name of the command whose arguments are being completed, $2 is the word being completed, and $3 is the word preceding the word being completed, as described above -(see section 8.6 Programmable Completion). +(see Programmable Completion). When it finishes, the possible completions are retrieved from the value -of the COMPREPLY array variable. -

    - -

    -G globpat -
    The filename expansion pattern globpat is expanded to generate +of the COMPREPLY array variable. +

    +
    +
    -G globpat
    +

    The filename expansion pattern globpat is expanded to generate the possible completions. -

    - -

    -P prefix -
    prefix is added at the beginning of each possible completion +

    +
    +
    -P prefix
    +

    prefix is added at the beginning of each possible completion after all other options have been applied. -

    - -

    -S suffix -
    suffix is appended to each possible completion +

    +
    +
    -S suffix
    +

    suffix is appended to each possible completion after all other options have been applied. -

    - -

    -W wordlist -
    The wordlist is split using the characters in the -IFS special variable as delimiters, and each resultant word +

    +
    +
    -W wordlist
    +

    The wordlist is split using the characters in the +IFS special variable as delimiters, and each resultant word is expanded. The possible completions are the members of the resultant list which match the word being completed. -

    - -

    -X filterpat -
    filterpat is a pattern as used for filename expansion. +

    +
    +
    -X filterpat
    +

    filterpat is a pattern as used for filename expansion. It is applied to the list of possible completions generated by the preceding options and arguments, and each completion matching -filterpat is removed from the list. -A leading `!' in filterpat negates the pattern; in this -case, any completion not matching filterpat is removed. -

    -

    - -The return value is true unless an invalid option is supplied, an option -other than `-p' or `-r' is supplied without a name +filterpat is removed from the list. +A leading ‘!’ in filterpat negates the pattern; in this +case, any completion not matching filterpat is removed. +

    +
    + +

    The return value is true unless an invalid option is supplied, an option +other than -p or -r is supplied without a name argument, an attempt is made to remove a completion specification for -a name for which no specification exists, or +a name for which no specification exists, or an error occurs adding a completion specification. -

    - -

    compopt -
    -
     
    compopt [-o option] [-DE] [+o option] [name]
    -
    Modify completion options for each name according to the -options, or for the currently-executing completion if no names +

    +
    +
    compopt
    +
    +
    +
    compopt [-o option] [-DE] [+o option] [name]
    +
    +

    Modify completion options for each name according to the +options, or for the currently-executing completion if no names are supplied. -If no options are given, display the completion options for each -name or the current completion. -The possible values of option are those valid for the complete +If no options are given, display the completion options for each +name or the current completion. +The possible values of option are those valid for the complete builtin described above. -The `-D' option indicates that the remaining options should -apply to the "default" command completion; that is, completion attempted +The -D option indicates that the remaining options should +apply to the “default” command completion; that is, completion attempted on a command for which no completion has previously been defined. -The `-E' option indicates that the remaining options should -apply to "empty" command completion; that is, completion attempted on a +The -E option indicates that the remaining options should +apply to “empty” command completion; that is, completion attempted on a blank line. -

    - -The `-D' option takes precedence over `-E'. -

    - -The return value is true unless an invalid option is supplied, an attempt -is made to modify the options for a name for which no completion +

    +

    The -D option takes precedence over -E. +

    +

    The return value is true unless an invalid option is supplied, an attempt +is made to modify the options for a name for which no completion specification exists, or an output error occurs. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    8.8 A Programmable Completion Example

    - -

    - -The most common way to obtain additional completion functionality beyond -the default actions complete and compgen provide is to use -a shell function and bind it to a particular command using complete -F. -

    - -The following function provides completions for the cd builtin. +

    +
    +
    + +
    + + + +

    8.8 A Programmable Completion Example

    + +

    The most common way to obtain additional completion functionality beyond +the default actions complete and compgen provide is to use +a shell function and bind it to a particular command using complete -F. +

    +

    The following function provides completions for the cd builtin. It is a reasonably good example of what shell functions must do when -used for completion. This function uses the word passsed as $2 +used for completion. This function uses the word passsed as $2 to determine the directory name to complete. You can also use the -COMP_WORDS array variable; the current word is indexed by the -COMP_CWORD variable. -

    - -The function relies on the complete and compgen builtins -to do much of the work, adding only the things that the Bash cd +COMP_WORDS array variable; the current word is indexed by the +COMP_CWORD variable. +

    +

    The function relies on the complete and compgen builtins +to do much of the work, adding only the things that the Bash cd does beyond accepting basic directory names: -tilde expansion (see section 3.5.2 Tilde Expansion), -searching directories in $CDPATH, which is described above -(see section 4.1 Bourne Shell Builtins), -and basic support for the cdable_vars shell option -(see section 4.3.2 The Shopt Builtin). -_comp_cd modifies the value of IFS so that it contains only -a newline to accommodate file names containing spaces and tabs -- -compgen prints the possible completions it generates one per line. -

    - -Possible completions go into the COMPREPLY array variable, one +tilde expansion (see Tilde Expansion), +searching directories in $CDPATH, which is described above +(see Bourne Shell Builtins), +and basic support for the cdable_vars shell option +(see The Shopt Builtin). +_comp_cd modifies the value of IFS so that it contains only +a newline to accommodate file names containing spaces and tabs – +compgen prints the possible completions it generates one per line. +

    +

    Possible completions go into the COMPREPLY array variable, one completion per array element. The programmable completion system retrieves the completions from there when the function returns. -

    - -
     
    # A completion function for the cd builtin
    +

    +
    +
    # A completion function for the cd builtin
     # based on the cd completion function from the bash_completion package
     _comp_cd()
     {
    @@ -12860,16 +12044,16 @@ _comp_cd()
         local i j k
     
         # Tilde expansion, with side effect of expanding tilde to full pathname
    -    case "$2" in
    -    \~*)    eval cur="$2" ;;
    +    case "$2" in
    +    \~*)    eval cur="$2" ;;
         *)      cur=$2 ;;
         esac
     
         # no cdpath or absolute pathname -- straight directory completion
    -    if [[ -z "${CDPATH:-}" ]] || [[ "$cur" == @(./*|../*|/*) ]]; then
    +    if [[ -z "${CDPATH:-}" ]] || [[ "$cur" == @(./*|../*|/*) ]]; then
             # compgen prints paths one per line; could also use while loop
             IFS=$'\n'
    -        COMPREPLY=( $(compgen -d -- "$cur") )
    +        COMPREPLY=( $(compgen -d -- "$cur") )
             IFS=$' \t\n'
         # CDPATH+directories in the current directory if not in CDPATH
         else
    @@ -12881,2091 +12065,1676 @@ _comp_cd()
             _cdpath=${_cdpath/%:/:.}
             for i in ${_cdpath//:/$'\n'}; do
                 if [[ $i -ef . ]]; then _skipdot=true; fi
    -            k="${#COMPREPLY[@]}"
    -            for j in $( compgen -d -- "$i/$cur" ); do
    +            k="${#COMPREPLY[@]}"
    +            for j in $( compgen -d -- "$i/$cur" ); do
                     COMPREPLY[k++]=${j#$i/}        # cut off directory
                 done
             done
    -        $_skipdot || COMPREPLY+=( $(compgen -d -- "$cur") )
    +        $_skipdot || COMPREPLY+=( $(compgen -d -- "$cur") )
             IFS=$' \t\n'
         fi
     
         # variable names if appropriate shell option set and no completions
    -    if shopt -q cdable_vars && [[ ${#COMPREPLY[@]} -eq 0 ]]; then
    -        COMPREPLY=( $(compgen -v -- "$cur") )
    +    if shopt -q cdable_vars && [[ ${#COMPREPLY[@]} -eq 0 ]]; then
    +        COMPREPLY=( $(compgen -v -- "$cur") )
         fi
     
         return 0
     }
    -

    + -We install the completion function using the `-F' option to -complete: -

    - -
     
    # Tell readline to quote appropriate and append slashes to directories;
    +

    We install the completion function using the -F option to +complete: +

    +
    +
    # Tell readline to quote appropriate and append slashes to directories;
     # use the bash default completion for other arguments
     complete -o filenames -o nospace -o bashdefault -F _comp_cd cd
    -

    + -Since we'd like Bash and Readline to take care of some +

    Since we’d like Bash and Readline to take care of some of the other details for us, we use several other options to tell Bash -and Readline what to do. The `-o filenames' option tells Readline +and Readline what to do. The -o filenames option tells Readline that the possible completions should be treated as filenames, and quoted appropriately. That option will also cause Readline to append a slash to filenames it can determine are directories (which is why we might want to -extend _comp_cd to append a slash if we're using directories found -via CDPATH: Readline can't tell those completions are directories). -The `-o nospace' option tells Readline to not append a space +extend _comp_cd to append a slash if we’re using directories found +via CDPATH: Readline can’t tell those completions are directories). +The -o nospace option tells Readline to not append a space character to the directory name, in case we want to append to it. -The `-o bashdefault' option brings in the rest of the "Bash default" -completions -- possible completion that Bash adds to the default Readline +The -o bashdefault option brings in the rest of the "Bash default" +completions – possible completion that Bash adds to the default Readline set. These include things like command name completion, variable completion -for words beginning with `{', completions containing pathname -expansion patterns (see section 3.5.8 Filename Expansion), and so on. -

    - -Once installed using complete, _comp_cd will be called every -time we attempt word completion for a cd command. -

    - -Many more examples -- an extensive collection of completions for most of -the common GNU, Unix, and Linux commands -- are available as part of the +for words beginning with ‘{’, completions containing pathname +expansion patterns (see Filename Expansion), and so on. +

    +

    Once installed using complete, _comp_cd will be called every +time we attempt word completion for a cd command. +

    +

    Many more examples – an extensive collection of completions for most of +the common GNU, Unix, and Linux commands – are available as part of the bash_completion project. This is installed by default on many GNU/Linux distributions. Originally written by Ian Macdonald, the project now lives -at http://bash-completion.alioth.debian.org/. There are ports for +at http://bash-completion.alioth.debian.org/. There are ports for other systems such as Solaris and Mac OS X. -

    - -An older version of the bash_completion package is distributed with bash -in the `examples/complete' subdirectory. -

    - - -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9. Using History Interactively

    - -

    - -This chapter describes how to use the GNU History Library -interactively, from a user's standpoint. -It should be considered a user's guide. -For information on using the GNU History Library in other programs, -see the GNU Readline Library Manual. -

    - -

    - - - -
    9.1 Bash History Facilities  How Bash lets you manipulate your command - history.
    9.2 Bash History Builtins  The Bash builtin commands that manipulate - the command history.
    9.3 History Expansion  What it feels like using History as a user.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.1 Bash History Facilities

    - -

    - -When the `-o history' option to the set builtin -is enabled (see section 4.3.1 The Set Builtin), -the shell provides access to the command history, +

    +

    An older version of the bash_completion package is distributed with bash +in the examples/complete subdirectory. +

    + + +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    9 Using History Interactively

    + + +

    This chapter describes how to use the GNU History Library +interactively, from a user’s standpoint. +It should be considered a user’s guide. +For information on using the GNU History Library in other programs, +see the GNU Readline Library Manual. +

    + + + + + + +
    + + + +

    9.1 Bash History Facilities

    + + + +

    When the -o history option to the set builtin +is enabled (see The Set Builtin), +the shell provides access to the command history, the list of commands previously typed. -The value of the HISTSIZE shell variable is used as the +The value of the HISTSIZE shell variable is used as the number of commands to save in a history list. -The text of the last $HISTSIZE +The text of the last $HISTSIZE commands (default 500) is saved. The shell stores each command in the history list prior to parameter and variable expansion but after history expansion is performed, subject to the values of the shell variables -HISTIGNORE and HISTCONTROL. -

    - -When the shell starts up, the history is initialized from the -file named by the HISTFILE variable (default `~/.bash_history'). -The file named by the value of HISTFILE is truncated, if +HISTIGNORE and HISTCONTROL. +

    +

    When the shell starts up, the history is initialized from the +file named by the HISTFILE variable (default ~/.bash_history). +The file named by the value of HISTFILE is truncated, if necessary, to contain no more than the number of lines specified by -the value of the HISTFILESIZE variable. +the value of the HISTFILESIZE variable. When a shell with history enabled exits, the last -$HISTSIZE lines are copied from the history list to the file -named by $HISTFILE. -If the histappend shell option is set (see section 4.2 Bash Builtin Commands), +$HISTSIZE lines are copied from the history list to the file +named by $HISTFILE. +If the histappend shell option is set (see Bash Builtins), the lines are appended to the history file, otherwise the history file is overwritten. -If HISTFILE +If HISTFILE is unset, or if the history file is unwritable, the history is not saved. After saving the history, the history file is truncated -to contain no more than $HISTFILESIZE lines. -If HISTFILESIZE is unset, or set to null, a non-numeric value, or +to contain no more than $HISTFILESIZE lines. +If HISTFILESIZE is unset, or set to null, a non-numeric value, or a numeric value less than zero, the history file is not truncated. -

    - -If the HISTTIMEFORMAT is set, the time stamp information +

    +

    If the HISTTIMEFORMAT is set, the time stamp information associated with each history entry is written to the history file, marked with the history comment character. When the history file is read, lines beginning with the history comment character followed immediately by a digit are interpreted -as timestamps for the previous history line. -

    - -The builtin command fc may be used to list or edit and re-execute +as timestamps for the following history entry. +

    +

    The builtin command fc may be used to list or edit and re-execute a portion of the history list. -The history builtin may be used to display or modify the history +The history builtin may be used to display or modify the history list and manipulate the history file. When using command-line editing, search commands are available in each editing mode that provide access to the -history list (see section 8.4.2 Commands For Manipulating The History). -

    - -The shell allows control over which commands are saved on the history -list. The HISTCONTROL and HISTIGNORE +history list (see Commands For History). +

    +

    The shell allows control over which commands are saved on the history +list. The HISTCONTROL and HISTIGNORE variables may be set to cause the shell to save only a subset of the commands entered. -The cmdhist +The cmdhist shell option, if enabled, causes the shell to attempt to save each line of a multi-line command in the same history entry, adding semicolons where necessary to preserve syntactic correctness. -The lithist +The lithist shell option causes the shell to save the command with embedded newlines instead of semicolons. -The shopt builtin is used to set these options. -See section 4.2 Bash Builtin Commands, for a description of shopt. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.2 Bash History Builtins

    - -

    - -Bash provides two builtin commands which manipulate the +The shopt builtin is used to set these options. +See Bash Builtins, for a description of shopt. +

    +
    + + + +

    9.2 Bash History Builtins

    + + +

    Bash provides two builtin commands which manipulate the history list and history file. -

    - -

    - -
    fc -
    -
     
    fc [-e ename] [-lnr] [first] [last]
    -fc -s [pat=rep] [command]
    -

    - -The first form selects a range of commands from first to -last from the history list and displays or edits and re-executes +

    +
    +
    fc
    +
    +
    +
    fc [-e ename] [-lnr] [first] [last]
    +fc -s [pat=rep] [command]
    +
    + +

    The first form selects a range of commands from first to +last from the history list and displays or edits and re-executes them. -Both first and -last may be specified as a string (to locate the most recent +Both first and +last may be specified as a string (to locate the most recent command beginning with that string) or as a number (an index into the history list, where a negative number is used as an offset from the -current command number). If last is not specified it is set to -first. If first is not specified it is set to the previous -command for editing and -16 for listing. If the `-l' flag is -given, the commands are listed on standard output. The `-n' flag -suppresses the command numbers when listing. The `-r' flag +current command number). If last is not specified it is set to +first. If first is not specified it is set to the previous +command for editing and -16 for listing. If the -l flag is +given, the commands are listed on standard output. The -n flag +suppresses the command numbers when listing. The -r flag reverses the order of the listing. Otherwise, the editor given by -ename is invoked on a file containing those commands. If -ename is not given, the value of the following variable expansion -is used: ${FCEDIT:-${EDITOR:-vi}}. This says to use the -value of the FCEDIT variable if set, or the value of the -EDITOR variable if that is set, or vi if neither is set. +ename is invoked on a file containing those commands. If +ename is not given, the value of the following variable expansion +is used: ${FCEDIT:-${EDITOR:-vi}}. This says to use the +value of the FCEDIT variable if set, or the value of the +EDITOR variable if that is set, or vi if neither is set. When editing is complete, the edited commands are echoed and executed. -

    - -In the second form, command is re-executed after each instance -of pat in the selected command is replaced by rep. -command is intepreted the same as first above. -

    - -A useful alias to use with the fc command is r='fc -s', so -that typing `r cc' runs the last command beginning with cc -and typing `r' re-executes the last command (see section 6.6 Aliases). -

    - -

    history -
    -
     
    history [n]
    +

    +

    In the second form, command is re-executed after each instance +of pat in the selected command is replaced by rep. +command is intepreted the same as first above. +

    +

    A useful alias to use with the fc command is r='fc -s', so +that typing ‘r cc’ runs the last command beginning with cc +and typing ‘r’ re-executes the last command (see Aliases). +

    + +
    history
    +
    +
    +
    history [n]
     history -c
    -history -d offset
    -history [-anrw] [filename]
    -history -ps arg
    -

    - -With no options, display the history list with line numbers. -Lines prefixed with a `*' have been modified. -An argument of n lists only the last n lines. -If the shell variable HISTTIMEFORMAT is set and not null, -it is used as a format string for strftime to display +history -d offset +history [-anrw] [filename] +history -ps arg + + +

    With no options, display the history list with line numbers. +Lines prefixed with a ‘*’ have been modified. +An argument of n lists only the last n lines. +If the shell variable HISTTIMEFORMAT is set and not null, +it is used as a format string for strftime to display the time stamp associated with each displayed history entry. No intervening blank is printed between the formatted time stamp and the history line. -

    - -Options, if supplied, have the following meanings: -

    - -

    -
    -c -
    Clear the history list. This may be combined +

    +

    Options, if supplied, have the following meanings: +

    +
    +
    -c
    +

    Clear the history list. This may be combined with the other options to replace the history list completely. -

    - -

    -d offset -
    Delete the history entry at position offset. -offset should be specified as it appears when the history is +

    +
    +
    -d offset
    +

    Delete the history entry at position offset. +offset should be specified as it appears when the history is displayed. -

    - -

    -a -
    Append the new -history lines (history lines entered since the beginning of the -current Bash session) to the history file. -

    - -

    -n -
    Append the history lines not already read from the history file +

    +
    +
    -a
    +

    Append the new history lines to the history file. +These are history lines entered since the beginning of the current +Bash session, but not already appended to the history file. +

    +
    +
    -n
    +

    Append the history lines not already read from the history file to the current history list. These are lines appended to the history file since the beginning of the current Bash session. -

    - -

    -r -
    Read the history file and append its contents to +

    +
    +
    -r
    +

    Read the history file and append its contents to the history list. -

    - -

    -w -
    Write out the current history list to the history file. -

    - -

    -p -
    Perform history substitution on the args and display the result +

    +
    +
    -w
    +

    Write out the current history list to the history file. +

    +
    +
    -p
    +

    Perform history substitution on the args and display the result on the standard output, without storing the results in the history list. -

    - -

    -s -
    The args are added to the end of +

    +
    +
    -s
    +

    The args are added to the end of the history list as a single entry. -

    - -

    -

    +

    +
    +
    -When any of the `-w', `-r', `-a', or `-n' options is -used, if filename +

    When any of the -w, -r, -a, or -n options is +used, if filename is given, then it is used as the history file. If not, then -the value of the HISTFILE variable is used. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.3 History Expansion

    - -

    - -The History library provides a history expansion feature that is similar -to the history expansion provided by csh. This section +the value of the HISTFILE variable is used. +

    +
    +
    + +
    + + + +

    9.3 History Expansion

    + + +

    The History library provides a history expansion feature that is similar +to the history expansion provided by csh. This section describes the syntax used to manipulate the history information. -

    - -History expansions introduce words from the history list into +

    +

    History expansions introduce words from the history list into the input stream, making it easy to repeat commands, insert the arguments to a previous command into the current input line, or fix errors in previous commands quickly. -

    - -History expansion takes place in two parts. The first is to determine +

    +

    History expansion is performed immediately after a complete line +is read, before the shell breaks it into words. +

    +

    History expansion takes place in two parts. The first is to determine which line from the history list should be used during substitution. The second is to select portions of that line for inclusion into the current one. The line selected from the history is called the -event, and the portions of that line that are acted upon are -called words. Various modifiers are available to manipulate +event, and the portions of that line that are acted upon are +called words. Various modifiers are available to manipulate the selected words. The line is broken into words in the same fashion that Bash does, so that several words surrounded by quotes are considered one word. History expansions are introduced by the appearance of the -history expansion character, which is `!' by default. -Only `\' and `'' may be used to escape the history expansion -character. -

    - -Several shell options settable with the shopt -builtin (see section 4.2 Bash Builtin Commands) may be used to tailor +history expansion character, which is ‘!’ by default. +Only ‘\’ and ‘'’ may be used to escape the history expansion +character, but the history expansion character is +also treated as quoted if it immediately precedes the closing double quote +in a double-quoted string. +

    +

    Several shell options settable with the shopt +builtin (see Bash Builtins) may be used to tailor the behavior of history expansion. If the -histverify shell option is enabled, and Readline +histverify shell option is enabled, and Readline is being used, history substitutions are not immediately passed to the shell parser. Instead, the expanded line is reloaded into the Readline editing buffer for further modification. -If Readline is being used, and the histreedit +If Readline is being used, and the histreedit shell option is enabled, a failed history expansion will be reloaded into the Readline editing buffer for correction. -The `-p' option to the history builtin command +The -p option to the history builtin command may be used to see what a history expansion will do before using it. -The `-s' option to the history builtin may be used to +The -s option to the history builtin may be used to add commands to the end of the history list without actually executing them, so that they are available for subsequent recall. This is most useful in conjunction with Readline. -

    - -The shell allows control of the various characters used by the -history expansion mechanism with the histchars variable, -as explained above (see section 5.2 Bash Variables). The shell uses +

    +

    The shell allows control of the various characters used by the +history expansion mechanism with the histchars variable, +as explained above (see Bash Variables). The shell uses the history comment character to mark history timestamps when writing the history file. -

    - -

    - - - -
    9.3.1 Event Designators  How to specify which history line to use.
    9.3.2 Word Designators  Specifying which words are of interest.
    9.3.3 Modifiers  Modifying the results of substitution.
    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.3.1 Event Designators

    - -

    - -An event designator is a reference to a command line entry in the +

    + + + + + + +
    + + + +

    9.3.1 Event Designators

    + + +

    An event designator is a reference to a command line entry in the history list. Unless the reference is absolute, events are relative to the current position in the history list. - -

    - -

    - -
    ! -
    Start a history substitution, except when followed by a space, tab, -the end of the line, `=' or `(' (when the -extglob shell option is enabled using the shopt builtin). -

    - -

    !n -
    Refer to command line n. -

    - -

    !-n -
    Refer to the command n lines back. -

    - -

    !! -
    Refer to the previous command. This is a synonym for `!-1'. -

    - -

    !string -
    Refer to the most recent command + +

    +
    +
    !
    +

    Start a history substitution, except when followed by a space, tab, +the end of the line, ‘=’ or ‘(’ (when the +extglob shell option is enabled using the shopt builtin). +

    +
    +
    !n
    +

    Refer to command line n. +

    +
    +
    !-n
    +

    Refer to the command n lines back. +

    +
    +
    !!
    +

    Refer to the previous command. This is a synonym for ‘!-1’. +

    +
    +
    !string
    +

    Refer to the most recent command preceding the current position in the history list -starting with string. -

    - -

    !?string[?] -
    Refer to the most recent command +starting with string. +

    +
    +
    !?string[?]
    +

    Refer to the most recent command preceding the current position in the history list -containing string. +containing string. The trailing -`?' may be omitted if the string is followed immediately by +‘?’ may be omitted if the string is followed immediately by a newline. -

    - -

    ^string1^string2^ -
    Quick Substitution. Repeat the last command, replacing string1 -with string2. Equivalent to -!!:s/string1/string2/. -

    - -

    !# -
    The entire command line typed so far. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.3.2 Word Designators

    - -

    - -Word designators are used to select desired words from the event. -A `:' separates the event specification from the word designator. It -may be omitted if the word designator begins with a `^', `$', -`*', `-', or `%'. Words are numbered from the beginning +

    +
    +
    ^string1^string2^
    +

    Quick Substitution. Repeat the last command, replacing string1 +with string2. Equivalent to +!!:s/string1/string2/. +

    +
    +
    !#
    +

    The entire command line typed so far. +

    +
    +
    + +
    + + + +

    9.3.2 Word Designators

    + +

    Word designators are used to select desired words from the event. +A ‘:’ separates the event specification from the word designator. It +may be omitted if the word designator begins with a ‘^’, ‘$’, +‘*’, ‘-’, or ‘%’. Words are numbered from the beginning of the line, with the first word being denoted by 0 (zero). Words are inserted into the current line separated by single spaces. -

    - -For example, -

    - -

    -
    !! -
    designates the preceding command. When you type this, the preceding +

    +

    For example, +

    +
    +
    !!
    +

    designates the preceding command. When you type this, the preceding command is repeated in toto. -

    - -

    !!:$ -
    designates the last argument of the preceding command. This may be -shortened to !$. -

    - -

    !fi:2 -
    designates the second argument of the most recent command starting with -the letters fi. -
    -

    - -Here are the word designators: - -

    - -
    0 (zero) -
    The 0th word. For many applications, this is the command word. -

    - -

    n -
    The nth word. -

    - -

    ^ -
    The first argument; that is, word 1. -

    - -

    $ -
    The last argument. -

    - -

    % -
    The word matched by the most recent `?string?' search. -

    - -

    x-y -
    A range of words; `-y' abbreviates `0-y'. -

    - -

    * -
    All of the words, except the 0th. This is a synonym for `1-$'. -It is not an error to use `*' if there is just one word in the event; +

    +
    +
    !!:$
    +

    designates the last argument of the preceding command. This may be +shortened to !$. +

    +
    +
    !fi:2
    +

    designates the second argument of the most recent command starting with +the letters fi. +

    +
    + +

    Here are the word designators: +

    +
    +
    0 (zero)
    +

    The 0th word. For many applications, this is the command word. +

    +
    +
    n
    +

    The nth word. +

    +
    +
    ^
    +

    The first argument; that is, word 1. +

    +
    +
    $
    +

    The last argument. +

    +
    +
    %
    +

    The word matched by the most recent ‘?string?’ search. +

    +
    +
    x-y
    +

    A range of words; ‘-y’ abbreviates ‘0-y’. +

    +
    +
    *
    +

    All of the words, except the 0th. This is a synonym for ‘1-$’. +It is not an error to use ‘*’ if there is just one word in the event; the empty string is returned in that case. -

    - -

    x* -
    Abbreviates `x-$' -

    - -

    x- -
    Abbreviates `x-$' like `x*', but omits the last word. -

    - -

    -

    - -If a word designator is supplied without an event specification, the +

    +
    +
    x*
    +

    Abbreviates ‘x-$’ +

    +
    +
    x-
    +

    Abbreviates ‘x-$’ like ‘x*’, but omits the last word. +

    +
    +
    + +

    If a word designator is supplied without an event specification, the previous command is used as the event. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    9.3.3 Modifiers

    - -

    - -After the optional word designator, you can add a sequence of one or more -of the following modifiers, each preceded by a `:'. -

    - -

    - -
    h -
    Remove a trailing pathname component, leaving only the head. -

    - -

    t -
    Remove all leading pathname components, leaving the tail. -

    - -

    r -
    Remove a trailing suffix of the form `.suffix', leaving +

    +
    + + + +

    9.3.3 Modifiers

    + +

    After the optional word designator, you can add a sequence of one or more +of the following modifiers, each preceded by a ‘:’. +

    +
    +
    h
    +

    Remove a trailing pathname component, leaving only the head. +

    +
    +
    t
    +

    Remove all leading pathname components, leaving the tail. +

    +
    +
    r
    +

    Remove a trailing suffix of the form ‘.suffix’, leaving the basename. -

    - -

    e -
    Remove all but the trailing suffix. -

    - -

    p -
    Print the new command but do not execute it. -

    - -

    q -
    Quote the substituted words, escaping further substitutions. -

    - -

    x -
    Quote the substituted words as with `q', +

    +
    +
    e
    +

    Remove all but the trailing suffix. +

    +
    +
    p
    +

    Print the new command but do not execute it. +

    +
    +
    q
    +

    Quote the substituted words, escaping further substitutions. +

    +
    +
    x
    +

    Quote the substituted words as with ‘q’, but break into words at spaces, tabs, and newlines. -

    - -

    s/old/new/ -
    Substitute new for the first occurrence of old in the -event line. Any delimiter may be used in place of `/'. -The delimiter may be quoted in old and new -with a single backslash. If `&' appears in new, -it is replaced by old. A single backslash will quote -the `&'. The final delimiter is optional if it is the last +

    +
    +
    s/old/new/
    +

    Substitute new for the first occurrence of old in the +event line. Any delimiter may be used in place of ‘/’. +The delimiter may be quoted in old and new +with a single backslash. If ‘&’ appears in new, +it is replaced by old. A single backslash will quote +the ‘&’. The final delimiter is optional if it is the last character on the input line. -

    - -

    & -
    Repeat the previous substitution. -

    - -

    g -
    a -
    Cause changes to be applied over the entire event line. Used in -conjunction with `s', as in gs/old/new/, -or with `&'. -

    - -

    G -
    Apply the following `s' modifier once to each word in the event. -

    - -

    -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10. Installing Bash

    - -

    - -This chapter provides basic instructions for installing Bash on +

    +
    +
    &
    +

    Repeat the previous substitution. +

    +
    +
    g
    +
    a
    +

    Cause changes to be applied over the entire event line. Used in +conjunction with ‘s’, as in gs/old/new/, +or with ‘&’. +

    +
    +
    G
    +

    Apply the following ‘s’ modifier once to each word in the event. +

    +
    +
    + +
    + +
    +

    +Next: , Previous: , Up: Top   [Contents][Index]

    +
    + +

    10 Installing Bash

    + +

    This chapter provides basic instructions for installing Bash on the various supported platforms. The distribution supports the -GNU operating systems, nearly every version of Unix, and several +GNU operating systems, nearly every version of Unix, and several non-Unix systems such as BeOS and Interix. Other independent ports exist for -MS-DOS, OS/2, and Windows platforms. -

    - -

    - - - + + + + + +
    10.1 Basic Installation  Installation instructions.
    10.2 Compilers and Options  How to set special options for various - systems.
    10.3 Compiling For Multiple Architectures  How to compile Bash for more +MS-DOS, OS/2, and Windows platforms. +

    + + + + - - - - - - -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.1 Basic Installation

    - -

    - -These are installation instructions for Bash. -

    - -The simplest way to compile Bash is: -

    - -

      -
    1. -cd to the directory containing the source code and type -`./configure' to configure Bash for your system. If you're -using csh on an old version of System V, you might need to -type `sh ./configure' instead to prevent csh from trying -to execute configure itself. -

      - -Running configure takes some time. + the same source tree. +

    Installation Names:  How to set the various paths used by the installation. +
    Specifying the System Type:  How to configure Bash for a particular system. +
    Sharing Defaults:  How to share default configuration values among GNU + programs. +
    Operation Controls:  Options recognized by the configuration program. +
    Optional Features:  How to enable and disable optional features when + building Bash. +
    + +
    + + + +

    10.1 Basic Installation

    + + + + + +

    These are installation instructions for Bash. +

    +

    The simplest way to compile Bash is: +

    +
      +
    1. cd to the directory containing the source code and type +‘./configure’ to configure Bash for your system. If you’re +using csh on an old version of System V, you might need to +type ‘sh ./configure’ instead to prevent csh from trying +to execute configure itself. + +

      Running configure takes some time. While running, it prints messages telling which features it is checking for. -

      - -

    2. -Type `make' to compile Bash and build the bashbug bug +

      +
    3. Type ‘make’ to compile Bash and build the bashbug bug reporting script. -

      -

    4. -Optionally, type `make tests' to run the Bash test suite. -

      +

    5. Optionally, type ‘make tests’ to run the Bash test suite. -
    6. -Type `make install' to install bash and bashbug. +
    7. Type ‘make install’ to install bash and bashbug. This will also install the manual pages and Info file. -

      -

    -

    + -The configure shell script attempts to guess correct +

    The configure shell script attempts to guess correct values for various system-dependent variables used during -compilation. It uses those values to create a `Makefile' in +compilation. It uses those values to create a Makefile in each directory of the package (the top directory, the -`builtins', `doc', and `support' directories, -each directory under `lib', and several others). It also creates a -`config.h' file containing system-dependent definitions. -Finally, it creates a shell script named config.status that you +builtins, doc, and support directories, +each directory under lib, and several others). It also creates a +config.h file containing system-dependent definitions. +Finally, it creates a shell script named config.status that you can run in the future to recreate the current configuration, a -file `config.cache' that saves the results of its tests to -speed up reconfiguring, and a file `config.log' containing -compiler output (useful mainly for debugging configure). +file config.cache that saves the results of its tests to +speed up reconfiguring, and a file config.log containing +compiler output (useful mainly for debugging configure). If at some point -`config.cache' contains results you don't want to keep, you +config.cache contains results you don’t want to keep, you may remove or edit it. -

    - -To find out more about the options and arguments that the -configure script understands, type -

    - -
     
    bash-2.04$ ./configure --help
    -

    - -at the Bash prompt in your Bash source directory. -

    - -If you need to do unusual things to compile Bash, please -try to figure out how configure could check whether or not +

    +

    To find out more about the options and arguments that the +configure script understands, type +

    +
    +
    bash-2.04$ ./configure --help
    +
    + +

    at the Bash prompt in your Bash source directory. +

    +

    If you need to do unusual things to compile Bash, please +try to figure out how configure could check whether or not to do them, and mail diffs or instructions to -bash-maintainers@gnu.org so they can be +bash-maintainers@gnu.org so they can be considered for the next release. -

    - -The file `configure.ac' is used to create configure +

    +

    The file configure.ac is used to create configure by a program called Autoconf. You only need -`configure.ac' if you want to change it or regenerate -configure using a newer version of Autoconf. If +configure.ac if you want to change it or regenerate +configure using a newer version of Autoconf. If you do this, make sure you are using Autoconf version 2.50 or newer. -

    - -You can remove the program binaries and object files from the -source code directory by typing `make clean'. To also remove the -files that configure created (so you can compile Bash for -a different kind of computer), type `make distclean'. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.2 Compilers and Options

    - -

    - -Some systems require unusual options for compilation or linking -that the configure script does not know about. You can -give configure initial values for variables by setting +

    +

    You can remove the program binaries and object files from the +source code directory by typing ‘make clean’. To also remove the +files that configure created (so you can compile Bash for +a different kind of computer), type ‘make distclean’. +

    +
    + + + +

    10.2 Compilers and Options

    + +

    Some systems require unusual options for compilation or linking +that the configure script does not know about. You can +give configure initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: -

    - -
     
    CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
    -

    - -On systems that have the env program, you can do it like this: -

    - -
     
    env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
    -

    - -The configuration process uses GCC to build Bash if it +

    +
    +
    CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
    +
    + +

    On systems that have the env program, you can do it like this: +

    +
    +
    env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
    +
    + +

    The configuration process uses GCC to build Bash if it is available. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.3 Compiling For Multiple Architectures

    - -

    - -You can compile Bash for more than one kind of computer at the +

    +
    + + + +

    10.3 Compiling For Multiple Architectures

    + +

    You can compile Bash for more than one kind of computer at the same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of make that -supports the VPATH variable, such as GNU make. -cd to the +own directory. To do this, you must use a version of make that +supports the VPATH variable, such as GNU make. +cd to the directory where you want the object files and executables to go and run -the configure script from the source directory. You may need to -supply the `--srcdir=PATH' argument to tell configure where the -source files are. configure automatically checks for the -source code in the directory that configure is in and in `..'. -

    - -If you have to use a make that does not supports the VPATH +the configure script from the source directory. You may need to +supply the --srcdir=PATH argument to tell configure where the +source files are. configure automatically checks for the +source code in the directory that configure is in and in ‘..’. +

    +

    If you have to use a make that does not supports the VPATH variable, you can compile Bash for one architecture at a time in the source code directory. After you have installed -Bash for one architecture, use `make distclean' before +Bash for one architecture, use ‘make distclean’ before reconfiguring for another architecture. -

    - -Alternatively, if your system supports symbolic links, you can use the -`support/mkclone' script to create a build tree which has -symbolic links back to each file in the source directory. Here's an +

    +

    Alternatively, if your system supports symbolic links, you can use the +support/mkclone script to create a build tree which has +symbolic links back to each file in the source directory. Here’s an example that creates a build directory in the current directory from a -source directory `/usr/gnu/src/bash-2.0': -

    - -
     
    bash /usr/gnu/src/bash-2.0/support/mkclone -s /usr/gnu/src/bash-2.0 .
    -

    +source directory /usr/gnu/src/bash-2.0: +

    +
    +
    bash /usr/gnu/src/bash-2.0/support/mkclone -s /usr/gnu/src/bash-2.0 .
    +
    -The mkclone script requires Bash, so you must have already built +

    The mkclone script requires Bash, so you must have already built Bash for at least one architecture before you can create build directories for other architectures. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.4 Installation Names

    - -

    - -By default, `make install' will install into -`/usr/local/bin', `/usr/local/man', etc. You can -specify an installation prefix other than `/usr/local' by -giving configure the option `--prefix=PATH', -or by specifying a value for the DESTDIR `make' -variable when running `make install'. -

    - -You can specify separate installation prefixes for +

    +
    + + + +

    10.4 Installation Names

    + +

    By default, ‘make install’ will install into +/usr/local/bin, /usr/local/man, etc. You can +specify an installation prefix other than /usr/local by +giving configure the option --prefix=PATH, +or by specifying a value for the DESTDIRmake’ +variable when running ‘make install’. +

    +

    You can specify separate installation prefixes for architecture-specific files and architecture-independent files. -If you give configure the option -`--exec-prefix=PATH', `make install' will use -PATH as the prefix for installing programs and libraries. +If you give configure the option +--exec-prefix=PATH, ‘make install’ will use +PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.5 Specifying the System Type

    - -

    - -There may be some features configure can not figure out +

    +
    + + + +

    10.5 Specifying the System Type

    + +

    There may be some features configure can not figure out automatically, but need to determine by the type of host Bash -will run on. Usually configure can figure that +will run on. Usually configure can figure that out, but if it prints a message saying it can not guess the host -type, give it the `--host=TYPE' option. `TYPE' can -either be a short name for the system type, such as `sun4', -or a canonical name with three fields: `CPU-COMPANY-SYSTEM' -(e.g., `i386-unknown-freebsd4.2'). -

    - -See the file `support/config.sub' for the possible +type, give it the --host=TYPE option. ‘TYPE’ can +either be a short name for the system type, such as ‘sun4’, +or a canonical name with three fields: ‘CPU-COMPANY-SYSTEM’ +(e.g., ‘i386-unknown-freebsd4.2’). +

    +

    See the file support/config.sub for the possible values of each field. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.6 Sharing Defaults

    - -

    - -If you want to set default values for configure scripts to +

    +
    + + + +

    10.6 Sharing Defaults

    + +

    If you want to set default values for configure scripts to share, you can create a site shell script called -config.site that gives default values for variables like -CC, cache_file, and prefix. configure -looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -CONFIG_SITE environment variable to the location of the site -script. A warning: the Bash configure looks for a site script, -but not all configure scripts do. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.7 Operation Controls

    - -

    - -configure recognizes the following options to control how it +config.site that gives default values for variables like +CC, cache_file, and prefix. configure +looks for PREFIX/share/config.site if it exists, then +PREFIX/etc/config.site if it exists. Or, you can set the +CONFIG_SITE environment variable to the location of the site +script. A warning: the Bash configure looks for a site script, +but not all configure scripts do. +

    +
    + + + +

    10.7 Operation Controls

    + +

    configure recognizes the following options to control how it operates. -

    - -

    - -
    --cache-file=file -
    Use and save the results of the tests in -file instead of `./config.cache'. Set file to -`/dev/null' to disable caching, for debugging -configure. -

    - -

    --help -
    Print a summary of the options to configure, and exit. -

    - -

    --quiet -
    --silent -
    -q -
    Do not print messages saying which checks are being made. -

    - -

    --srcdir=dir -
    Look for the Bash source code in directory dir. Usually -configure can determine that directory automatically. -

    - -

    --version -
    Print the version of Autoconf used to generate the configure +

    +
    +
    --cache-file=file
    +

    Use and save the results of the tests in +file instead of ./config.cache. Set file to +/dev/null to disable caching, for debugging +configure. +

    +
    +
    --help
    +

    Print a summary of the options to configure, and exit. +

    +
    +
    --quiet
    +
    --silent
    +
    -q
    +

    Do not print messages saying which checks are being made. +

    +
    +
    --srcdir=dir
    +

    Look for the Bash source code in directory dir. Usually +configure can determine that directory automatically. +

    +
    +
    --version
    +

    Print the version of Autoconf used to generate the configure script, and exit. -

    -

    - -configure also accepts some other, not widely used, boilerplate -options. `configure --help' prints the complete list. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    10.8 Optional Features

    - -

    - -The Bash configure has a number of `--enable-feature' -options, where feature indicates an optional part of Bash. -There are also several `--with-package' options, -where package is something like `bash-malloc' or `purify'. +

    +
    + +

    configure also accepts some other, not widely used, boilerplate +options. ‘configure --help’ prints the complete list. +

    +
    + + + +

    10.8 Optional Features

    + +

    The Bash configure has a number of --enable-feature +options, where feature indicates an optional part of Bash. +There are also several --with-package options, +where package is something like ‘bash-malloc’ or ‘purify’. To turn off the default use of a package, use -`--without-package'. To configure Bash without a feature -that is enabled by default, use `--disable-feature'. -

    - -Here is a complete list of the `--enable-' and -`--with-' options that the Bash configure recognizes. -

    - -

    -
    --with-afs -
    Define if you are using the Andrew File System from Transarc. -

    - -

    --with-bash-malloc -
    Use the Bash version of -malloc in the directory `lib/malloc'. This is not the same -malloc that appears in GNU libc, but an older version -originally derived from the 4.2 BSD malloc. This malloc +--without-package. To configure Bash without a feature +that is enabled by default, use --disable-feature. +

    +

    Here is a complete list of the --enable- and +--with- options that the Bash configure recognizes. +

    +
    +
    --with-afs
    +

    Define if you are using the Andrew File System from Transarc. +

    +
    +
    --with-bash-malloc
    +

    Use the Bash version of +malloc in the directory lib/malloc. This is not the same +malloc that appears in GNU libc, but an older version +originally derived from the 4.2 BSD malloc. This malloc is very fast, but wastes some space on each allocation. This option is enabled by default. -The `NOTES' file contains a list of systems for -which this should be turned off, and configure disables this +The NOTES file contains a list of systems for +which this should be turned off, and configure disables this option automatically for a number of systems. -

    - -

    --with-curses -
    Use the curses library instead of the termcap library. This should +

    +
    +
    --with-curses
    +

    Use the curses library instead of the termcap library. This should be supplied if your system has an inadequate or incomplete termcap database. -

    - -

    --with-gnu-malloc -
    A synonym for --with-bash-malloc. -

    - -

    --with-installed-readline[=PREFIX] -
    Define this to make Bash link with a locally-installed version of Readline -rather than the version in `lib/readline'. This works only with -Readline 5.0 and later versions. If PREFIX is yes or not -supplied, configure uses the values of the make variables -includedir and libdir, which are subdirectories of prefix +

    +
    +
    --with-gnu-malloc
    +

    A synonym for --with-bash-malloc. +

    +
    +
    --with-installed-readline[=PREFIX]
    +

    Define this to make Bash link with a locally-installed version of Readline +rather than the version in lib/readline. This works only with +Readline 5.0 and later versions. If PREFIX is yes or not +supplied, configure uses the values of the make variables +includedir and libdir, which are subdirectories of prefix by default, to find the installed version of Readline if it is not in the standard system include and library directories. -If PREFIX is no, Bash links with the version in -`lib/readline'. -If PREFIX is set to any other value, configure treats it as +If PREFIX is no, Bash links with the version in +lib/readline. +If PREFIX is set to any other value, configure treats it as a directory pathname and looks for the installed version of Readline in subdirectories of that directory -(include files in PREFIX/include and the library in -PREFIX/lib). -

    - -

    --with-purify -
    Define this to use the Purify memory allocation checker from Rational +(include files in PREFIX/include and the library in +PREFIX/lib). +

    +
    +
    --with-purify
    +

    Define this to use the Purify memory allocation checker from Rational Software. -

    - -

    --enable-minimal-config -
    This produces a shell with minimal features, close to the historical +

    +
    +
    --enable-minimal-config
    +

    This produces a shell with minimal features, close to the historical Bourne shell. -

    -

    +

    +
    -There are several `--enable-' options that alter how Bash is +

    There are several --enable- options that alter how Bash is compiled and linked, rather than changing run-time features. -

    - -

    -
    --enable-largefile -
    Enable support for large files if the operating system requires special compiler options +

    +
    +
    --enable-largefile
    +

    Enable support for large files if the operating system requires special compiler options to build programs which can access large files. This is enabled by default, if the operating system provides large file support. -

    - -

    --enable-profiling -
    This builds a Bash binary that produces profiling information to be -processed by gprof each time it is executed. -

    - -

    --enable-static-link -
    This causes Bash to be linked statically, if gcc is being used. -This could be used to build a version to use as root's shell. -
    -

    - -The `minimal-config' option can be used to disable all of +

    +
    +
    --enable-profiling
    +

    This builds a Bash binary that produces profiling information to be +processed by gprof each time it is executed. +

    +
    +
    --enable-static-link
    +

    This causes Bash to be linked statically, if gcc is being used. +This could be used to build a version to use as root’s shell. +

    +
    + +

    The ‘minimal-config’ option can be used to disable all of the following options, but it is processed first, so individual -options may be enabled using `enable-feature'. -

    - -All of the following options except for `disabled-builtins', -`directpand-default', and -`xpg-echo-default' are +options may be enabled using ‘enable-feature’. +

    +

    All of the following options except for ‘disabled-builtins’, +‘direxpand-default’, and +‘xpg-echo-default’ are enabled by default, unless the operating system does not provide the necessary support. -

    - -

    -
    --enable-alias -
    Allow alias expansion and include the alias and unalias -builtins (see section 6.6 Aliases). -

    - -

    --enable-arith-for-command -
    Include support for the alternate form of the for command -that behaves like the C language for statement -(see section 3.2.4.1 Looping Constructs). -

    - -

    --enable-array-variables -
    Include support for one-dimensional array shell variables -(see section 6.7 Arrays). -

    - -

    --enable-bang-history -
    Include support for csh-like history substitution -(see section 9.3 History Expansion). -

    - -

    --enable-brace-expansion -
    Include csh-like brace expansion -( b{a,b}c ==> bac bbc ). -See 3.5.1 Brace Expansion, for a complete description. -

    - -

    --enable-casemod-attributes -
    Include support for case-modifying attributes in the declare builtin -and assignment statements. Variables with the uppercase attribute, +

    +
    +
    --enable-alias
    +

    Allow alias expansion and include the alias and unalias +builtins (see Aliases). +

    +
    +
    --enable-arith-for-command
    +

    Include support for the alternate form of the for command +that behaves like the C language for statement +(see Looping Constructs). +

    +
    +
    --enable-array-variables
    +

    Include support for one-dimensional array shell variables +(see Arrays). +

    +
    +
    --enable-bang-history
    +

    Include support for csh-like history substitution +(see History Interaction). +

    +
    +
    --enable-brace-expansion
    +

    Include csh-like brace expansion +( b{a,b}cbac bbc ). +See Brace Expansion, for a complete description. +

    +
    +
    --enable-casemod-attributes
    +

    Include support for case-modifying attributes in the declare builtin +and assignment statements. Variables with the uppercase attribute, for example, will have their values converted to uppercase upon assignment. -

    - -

    --enable-casemod-expansion -
    Include support for case-modifying word expansions. -

    - -

    --enable-command-timing -
    Include support for recognizing time as a reserved word and for -displaying timing statistics for the pipeline following time -(see section 3.2.2 Pipelines). +

    +
    +
    --enable-casemod-expansion
    +

    Include support for case-modifying word expansions. +

    +
    +
    --enable-command-timing
    +

    Include support for recognizing time as a reserved word and for +displaying timing statistics for the pipeline following time +(see Pipelines). This allows pipelines as well as shell builtins and functions to be timed. -

    - -

    --enable-cond-command -
    Include support for the [[ conditional command. -(see section 3.2.4.2 Conditional Constructs). -

    - -

    --enable-cond-regexp -
    Include support for matching POSIX regular expressions using the -`=~' binary operator in the [[ conditional command. -(see section 3.2.4.2 Conditional Constructs). -

    - -

    --enable-coprocesses -
    Include support for coprocesses and the coproc reserved word -(see section 3.2.2 Pipelines). -

    - -

    --enable-debugger -
    Include support for the bash debugger (distributed separately). -

    - -

    --enable-direxpand-default -
    Cause the direxpand shell option (see section 4.3.2 The Shopt Builtin) +

    +
    +
    --enable-cond-command
    +

    Include support for the [[ conditional command. +(see Conditional Constructs). +

    +
    +
    --enable-cond-regexp
    +

    Include support for matching POSIX regular expressions using the +‘=~’ binary operator in the [[ conditional command. +(see Conditional Constructs). +

    +
    +
    --enable-coprocesses
    +

    Include support for coprocesses and the coproc reserved word +(see Pipelines). +

    +
    +
    --enable-debugger
    +

    Include support for the bash debugger (distributed separately). +

    +
    +
    --enable-direxpand-default
    +

    Cause the direxpand shell option (see The Shopt Builtin) to be enabled by default when the shell starts. It is normally disabled by default. -

    - -

    --enable-directory-stack -
    Include support for a csh-like directory stack and the -pushd, popd, and dirs builtins -(see section 6.8 The Directory Stack). -

    - -

    --enable-disabled-builtins -
    Allow builtin commands to be invoked via `builtin xxx' -even after xxx has been disabled using `enable -n xxx'. -See 4.2 Bash Builtin Commands, for details of the builtin and -enable builtin commands. -

    - -

    --enable-dparen-arithmetic -
    Include support for the ((...)) command -(see section 3.2.4.2 Conditional Constructs). -

    - -

    --enable-extended-glob -
    Include support for the extended pattern matching features described -above under 3.5.8.1 Pattern Matching. -

    - -

    --enable-extended-glob-default -
    Set the default value of the extglob shell option described -above under 4.3.2 The Shopt Builtin to be enabled. -

    - -

    --enable-glob-asciirange-default -
    Set the default value of the globasciiranges shell option described -above under 4.3.2 The Shopt Builtin to be enabled. +

    +
    +
    --enable-directory-stack
    +

    Include support for a csh-like directory stack and the +pushd, popd, and dirs builtins +(see The Directory Stack). +

    +
    +
    --enable-disabled-builtins
    +

    Allow builtin commands to be invoked via ‘builtin xxx’ +even after xxx has been disabled using ‘enable -n xxx’. +See Bash Builtins, for details of the builtin and +enable builtin commands. +

    +
    +
    --enable-dparen-arithmetic
    +

    Include support for the ((…)) command +(see Conditional Constructs). +

    +
    +
    --enable-extended-glob
    +

    Include support for the extended pattern matching features described +above under Pattern Matching. +

    +
    +
    --enable-extended-glob-default
    +

    Set the default value of the extglob shell option described +above under The Shopt Builtin to be enabled. +

    +
    +
    --enable-function-import
    +

    Include support for importing function definitions exported by another +instance of the shell from the environment. This option is enabled by +default. +

    +
    +
    --enable-glob-asciirange-default
    +

    Set the default value of the globasciiranges shell option described +above under The Shopt Builtin to be enabled. This controls the behavior of character ranges when used in pattern matching bracket expressions. -

    - -

    --enable-help-builtin -
    Include the help builtin, which displays help on shell builtins and -variables (see section 4.2 Bash Builtin Commands). -

    - -

    --enable-history -
    Include command history and the fc and history -builtin commands (see section 9.1 Bash History Facilities). -

    - -

    --enable-job-control -
    This enables the job control features (see section 7. Job Control), +

    +
    +
    --enable-help-builtin
    +

    Include the help builtin, which displays help on shell builtins and +variables (see Bash Builtins). +

    +
    +
    --enable-history
    +

    Include command history and the fc and history +builtin commands (see Bash History Facilities). +

    +
    +
    --enable-job-control
    +

    This enables the job control features (see Job Control), if the operating system supports them. -

    - -

    --enable-multibyte -
    This enables support for multibyte characters if the operating +

    +
    +
    --enable-multibyte
    +

    This enables support for multibyte characters if the operating system provides the necessary support. -

    - -

    --enable-net-redirections -
    This enables the special handling of filenames of the form -/dev/tcp/host/port and -/dev/udp/host/port -when used in redirections (see section 3.6 Redirections). -

    - -

    --enable-process-substitution -
    This enables process substitution (see section 3.5.6 Process Substitution) if +

    +
    +
    --enable-net-redirections
    +

    This enables the special handling of filenames of the form +/dev/tcp/host/port and +/dev/udp/host/port +when used in redirections (see Redirections). +

    +
    +
    --enable-process-substitution
    +

    This enables process substitution (see Process Substitution) if the operating system provides the necessary support. -

    - -

    --enable-progcomp -
    Enable the programmable completion facilities -(see section 8.6 Programmable Completion). +

    +
    +
    --enable-progcomp
    +

    Enable the programmable completion facilities +(see Programmable Completion). If Readline is not enabled, this option has no effect. -

    - -

    --enable-prompt-string-decoding -
    Turn on the interpretation of a number of backslash-escaped characters -in the $PS1, $PS2, $PS3, and $PS4 prompt -strings. See 6.9 Controlling the Prompt, for a complete list of prompt +

    +
    +
    --enable-prompt-string-decoding
    +

    Turn on the interpretation of a number of backslash-escaped characters +in the $PS1, $PS2, $PS3, and $PS4 prompt +strings. See Controlling the Prompt, for a complete list of prompt string escape sequences. -

    - -

    --enable-readline -
    Include support for command-line editing and history with the Bash -version of the Readline library (see section 8. Command Line Editing). -

    - -

    --enable-restricted -
    Include support for a restricted shell. If this is enabled, Bash, -when called as rbash, enters a restricted mode. See -6.10 The Restricted Shell, for a description of restricted mode. -

    - -

    --enable-select -
    Include the select compound command, which allows the generation of -simple menus (see section 3.2.4.2 Conditional Constructs). -

    - -

    --enable-separate-helpfiles -
    Use external files for the documentation displayed by the help builtin +

    +
    +
    --enable-readline
    +

    Include support for command-line editing and history with the Bash +version of the Readline library (see Command Line Editing). +

    +
    +
    --enable-restricted
    +

    Include support for a restricted shell. If this is enabled, Bash, +when called as rbash, enters a restricted mode. See +The Restricted Shell, for a description of restricted mode. +

    +
    +
    --enable-select
    +

    Include the select compound command, which allows the generation of +simple menus (see Conditional Constructs). +

    +
    +
    --enable-separate-helpfiles
    +

    Use external files for the documentation displayed by the help builtin instead of storing the text internally. -

    - -

    --enable-single-help-strings -
    Store the text displayed by the help builtin as a single string for +

    +
    +
    --enable-single-help-strings
    +

    Store the text displayed by the help builtin as a single string for each help topic. This aids in translating the text to different languages. You may need to disable this if your compiler cannot handle very long string literals. -

    - -

    --enable-strict-posix-default -
    Make Bash POSIX-conformant by default (see section 6.11 Bash POSIX Mode). -

    - -

    --enable-usg-echo-default -
    A synonym for --enable-xpg-echo-default. -

    - -

    --enable-xpg-echo-default -
    Make the echo builtin expand backslash-escaped characters by default, -without requiring the `-e' option. -This sets the default value of the xpg_echo shell option to on, -which makes the Bash echo behave more like the version specified in +

    +
    +
    --enable-strict-posix-default
    +

    Make Bash POSIX-conformant by default (see Bash POSIX Mode). +

    +
    +
    --enable-usg-echo-default
    +

    A synonym for --enable-xpg-echo-default. +

    +
    +
    --enable-xpg-echo-default
    +

    Make the echo builtin expand backslash-escaped characters by default, +without requiring the -e option. +This sets the default value of the xpg_echo shell option to on, +which makes the Bash echo behave more like the version specified in the Single Unix Specification, version 3. -See section 4.2 Bash Builtin Commands, for a description of the escape sequences that -echo recognizes. -

    -

    - -The file `config-top.h' contains C Preprocessor -`#define' statements for options which are not settable from -configure. +See Bash Builtins, for a description of the escape sequences that +echo recognizes. +

    +
    + +

    The file config-top.h contains C Preprocessor +‘#define’ statements for options which are not settable from +configure. Some of these are not meant to be changed; beware of the consequences if you do. Read the comments associated with each definition for more information about its effect. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    A. Reporting Bugs

    - -

    - -Please report all bugs you find in Bash. +

    +
    + + + +

    Appendix A Reporting Bugs

    + +

    Please report all bugs you find in Bash. But first, you should make sure that it really is a bug, and that it appears in the latest version of Bash. The latest version of Bash is always available for FTP from -ftp://ftp.gnu.org/pub/gnu/bash/. -

    - -Once you have determined that a bug actually exists, use the -bashbug command to submit a bug report. +ftp://ftp.gnu.org/pub/gnu/bash/. +

    +

    Once you have determined that a bug actually exists, use the +bashbug command to submit a bug report. If you have a fix, you are encouraged to mail that as well! -Suggestions and `philosophical' bug reports may be mailed -to bug-bash@gnu.org or posted to the Usenet -newsgroup gnu.bash.bug. -

    - -All bug reports should include: -

      -
    • -The version number of Bash. -
    • -The hardware and operating system. -
    • -The compiler used to compile Bash. -
    • -A description of the bug behaviour. -
    • -A short script or `recipe' which exercises the bug and may be used +Suggestions and ‘philosophical’ bug reports may be mailed +to bug-bash@gnu.org or posted to the Usenet +newsgroup gnu.bash.bug. +

      +

      All bug reports should include: +

        +
      • The version number of Bash. +
      • The hardware and operating system. +
      • The compiler used to compile Bash. +
      • A description of the bug behaviour. +
      • A short script or ‘recipe’ which exercises the bug and may be used to reproduce it. -
      -

      +

    -bashbug inserts the first three items automatically into +

    bashbug inserts the first three items automatically into the template it provides for filing a bug report. -

    - -Please send all reports concerning this manual to -bug-bash@gnu.org. -

    - - -


    - - - - - - - - - - - -
    [ < ][ > ]   [ << ][ Up ][ >> ]         [Top][Contents][Index][ ? ]
    -

    B. Major Differences From The Bourne Shell

    - -

    - -Bash implements essentially the same grammar, parameter and +

    +

    Please send all reports concerning this manual to +bug-bash@gnu.org. +

    +
    + + + +

    Appendix B Major Differences From The Bourne Shell

    + +

    Bash implements essentially the same grammar, parameter and variable expansion, redirection, and quoting as the Bourne Shell. -Bash uses the POSIX standard as the specification of +Bash uses the POSIX standard as the specification of how these features are to be implemented. There are some differences between the traditional Bourne shell and Bash; this section quickly details the differences of significance. A number of these differences are explained in greater depth in previous sections. -This section uses the version of sh included in SVR4.2 (the +This section uses the version of sh included in SVR4.2 (the last version of the historical Bourne shell) as the baseline reference. -

    - -

    @@ -316,7 +321,7 @@ be the name of a file containing shell commands. If bash -is invoked in this fashion, +is invoked in this fashion, $0 is set to the name of the file, and the positional parameters @@ -339,13 +344,14 @@ for the script. A login shell is one whose first character of argument zero is a -, -or one started with the +or one started with the --login option.

    An interactive shell is one started without non-option arguments +(unless -s is specified) and without the -c @@ -408,7 +414,8 @@ The option may be used when the shell is started to inhibit this behavior.

    -When a login shell exits, +When an interactive login shell exits, +or a non-interactive login shell executes the exit builtin command, bash reads and executes commands from the file ~/.bash_logout, if it @@ -584,7 +591,7 @@ The following definitions are used throughout the rest of this document.

    -
    blank +
    blank
    A space or tab. @@ -598,7 +605,7 @@ Also known as a
    name
    -A +A word consisting only of alphanumeric characters and underscores, and @@ -615,7 +622,7 @@ A character that, when unquoted, separates words. One of the following:

    -| & ; ( ) < > space tab +| & ; ( ) < > space tab newline

    @@ -631,7 +638,7 @@ symbols:

    -|| & && ; ;; ( ) | |& <newline> +|| & && ; ;; ;& ;;& ( ) | |& <newline>

    @@ -646,8 +653,8 @@ the first word of a simple command (see SHELL GRAMMAR -below) or the third word of a -case +below) or the third word of a +case or for @@ -831,7 +838,7 @@ command to terminate in turn. The return status is the exit status of the last command executed.

    -AND and OR lists are sequences of one of more pipelines separated by the +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 @@ -936,10 +943,10 @@ right of the operator is considered a pattern and matched according to the rules described below under Pattern Matching, as if the extglob shell option were enabled. The = operator is equivalent to ==. -If the shell option +If the nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. The return value is 0 if the string matches (==) or does not match (!=) the pattern, and 1 otherwise. @@ -951,15 +958,15 @@ to be matched as a string. An additional binary operator, =~, is available, with the same precedence as == and !=. When it is used, the string to the right of the operator is considered -an extended regular expression and matched accordingly (as in regex(3)). +an extended regular expression and matched accordingly (as in regex(3)). The return value is 0 if the string matches the pattern, and 1 otherwise. If the regular expression is syntactically incorrect, the conditional expression's return value is 2. -If the shell option +If the nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. Any part of the pattern may be quoted to force the quoted portion to be matched as a string. @@ -1109,15 +1116,15 @@ as for pathname expansion (see below). The word is expanded using tilde -expansion, parameter and variable expansion, arithmetic substitution, +expansion, parameter and variable expansion, arithmetic expansion, command substitution, process substitution and quote removal. Each pattern examined is expanded using tilde -expansion, parameter and variable expansion, arithmetic substitution, +expansion, parameter and variable expansion, arithmetic expansion, command substitution, and process substitution. -If the shell option +If the nocasematch -is enabled, the match is performed without regard to the case +shell option is enabled, the match is performed without regard to the case of alphabetic characters. When a match is found, the corresponding list is executed. If the ;; operator is used, no subsequent matches are attempted after @@ -1132,7 +1139,7 @@ pattern matches. Otherwise, it is the exit status of the last command executed in list.

    if list; then list; [ elif list; then list; ] ... [ else list; ] fi
    The -if +if list @@ -1150,7 +1157,7 @@ last command executed, or zero if no condition tested true. The while command continuously executes the list list-2 as long as the last command in the list list-1 returns an exit status of zero. The until command is identical -to the while command, except that the test is negated; +to the while command, except that the test is negated: list-2 is executed as long as the last command in @@ -1237,11 +1244,13 @@ This defines a function named name. The reserved word function is optional. If the function reserved word is supplied, the parentheses are optional. The body of the function is the compound command -compound-command +compound-command (see Compound Commands above). That command is usually a list of commands between { and }, but -may be any command listed under Compound Commands above. +may be any command listed under Compound Commands above, +with one exception: If the function reserved word is used, but the +parentheses are not supplied, the braces are required. compound-command is executed whenever name is specified as the name of a simple command. When in posix mode, name may not be the name of one of the @@ -1289,7 +1298,7 @@ option is on by default in interactive shells.

    QUOTING

    Quoting is used to remove the special meaning of certain -characters or words to the shell. Quoting can be used to +characters or words to the shell. Quoting can be used to disable special treatment for special characters, to prevent reserved words from being recognized as such, and to prevent parameter expansion. @@ -1345,6 +1354,8 @@ of all characters within the quotes, with the exception of and, when history expansion is enabled, !. +When the shell is in posix mode, the ! has no special meaning +within double quotes, even when history expansion is enabled. The characters $ @@ -1444,6 +1455,10 @@ single quote
    double quote +
    \? + +
    +question mark
    \nnn
    @@ -1581,7 +1596,7 @@ Assignment statements may also appear as arguments to the and local -builtin commands. +builtin commands (declaration commands). When in posix mode, these builtins may appear in a command after one or more instances of the command builtin and retain these assignment statement properties. @@ -1590,6 +1605,8 @@ assignment statement properties. In the context where an assignment statement is assigning a value to a shell variable or array index, the += operator can be used to append to or add to the variable's previous value. +This includes arguments to builtin commands such as declare that +accept assignment statements (declaration commands). When += is applied to a variable for which the integer attribute has been set, value is evaluated as an arithmetic expression and added to the variable's current value, which is also evaluated. @@ -1610,9 +1627,11 @@ A variable can be assigned the nameref attribute using the (see the descriptions of declare and local below) to create a nameref, or a reference to another variable. This allows variables to be manipulated indirectly. -Whenever the nameref variable is referenced or assigned to, the operation -is actually performed on the variable specified by the nameref variable's -value. +Whenever the nameref variable is referenced, assigned to, unset, or has +its attributes modified (other than using or changing the nameref +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 argument to the function. For instance, if a variable name is passed to a shell function as its first @@ -1626,13 +1645,14 @@ argument, running

    inside the function creates a nameref variable ref whose value is the variable name passed as the first argument. -References and assignments to ref are treated as references and -assignments to the variable whose name was passed as $1. +References and assignments to ref, and changes to its attributes, +are treated as references, assignments, and attribute modifications +to the variable whose name was passed as $1. If the control variable in a for loop has the nameref attribute, the list of words can be a list of shell variables, and a name reference will be established for each word in the list, in turn, when the loop is executed. -Array variables cannot be given the -n attribute. +Array variables cannot be given the nameref attribute. However, nameref variables can reference array variables and subscripted array variables. Namerefs can be unset using the -n option to the unset builtin. @@ -1685,8 +1705,7 @@ expands to a separate word. In contexts where it is performed, those words are subject to further word splitting and pathname expansion. When the expansion occurs within double quotes, it expands to a single word -with the value of each parameter separated by the first character -of the +with the value of each parameter separated by the first character of the IFS @@ -1719,7 +1738,7 @@ If the double-quoted expansion occurs within a word, the expansion of the first parameter is joined with the beginning part of the original word, and the expansion of the last parameter is joined with the last part of the original word. -When there are no positional parameters, "$@" and +When there are no positional parameters, "$@" and $@ expand to nothing (i.e., they are removed). @@ -1854,8 +1873,14 @@ that do not require bash to be re-initialized.

    An associative array variable whose members correspond to the internal list of aliases as maintained by the alias builtin. -Elements added to this array appear in the alias list; unsetting array -elements cause aliases to be removed from the alias list. +Elements added to this array appear in the alias list; however, +unsetting array elements currently does not cause aliases to be removed +from the alias list. +If +BASH_ALIASES + +is unset, it loses its special properties, even if it is +subsequently reset.
    BASH_ARGC
    @@ -1907,8 +1932,14 @@ builtin below)
    An associative array variable whose members correspond to the internal hash table of commands as maintained by the hash builtin. -Elements added to this array appear in the hash table; unsetting array -elements cause commands to be removed from the hash table. +Elements added to this array appear in the hash table; however, +unsetting array elements currently does not cause command names to be removed +from the hash table. +If +BASH_CMDS + +is unset, it loses its special properties, even if it is +subsequently reset.
    BASH_COMMAND
    @@ -1938,6 +1969,14 @@ Use to obtain the current line number. +
    BASH_LOADABLES_PATH + +
    +A colon-separated list of directories in which the shell looks for +dynamically loadable builtins specified by the +enable + +command.
    BASH_REMATCH
    @@ -2136,7 +2175,7 @@ Assignments to FUNCNAME -have no effect and return an error status. +have no effect. If FUNCNAME @@ -2159,11 +2198,11 @@ information.
    An array variable containing the list of groups of which the current user is a member. -Assignments to +Assignments to GROUPS -have no effect and return an error status. +have no effect. If GROUPS @@ -2336,7 +2375,7 @@ builtin command when no arguments are supplied.
    Each time this parameter is referenced, the number of seconds since shell invocation is returned. If a -value is assigned to +value is assigned to SECONDS, @@ -2524,6 +2563,22 @@ Similar to used when the shell is invoked in POSIX mode. +
    EXECIGNORE + +
    +A colon-separated list of shell patterns (see Pattern Matching) +defining the list of filenames to be ignored by command search using +PATH. +Files whose full pathnames match one of these patterns are not considered +executable files for the purposes of completion and command execution +via PATH lookup. +This does not affect the behavior of the [, test, and [[ +commands. +Full pathnames in the command hash table are not subject to EXECIGNORE. +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 extglob shell +option.
    FCEDIT
    @@ -2577,7 +2632,7 @@ lines which begin with a space character are not saved in the history list. -A value of +A value of ignoredups causes lines matching the previous history entry to not be saved. @@ -2648,6 +2703,8 @@ not tested, and are added to the history regardless of the value of HISTIGNORE. +The pattern matching honors the setting of the extglob shell +option.
    HISTSIZE
    @@ -2794,6 +2851,11 @@ strings preceded by a $.
    This variable determines the locale category used for number formatting. +
    LC_TIME + +
    +This variable determines the locale category used for data and time +formatting.
    LINES
    @@ -2832,11 +2894,11 @@ greater than or equal to zero, the shell disables mail checking.
    MAILPATH
    -A colon-separated list of filenames to be checked for mail. +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 name of -the current mailfile. +the current mailfile. Example:

    @@ -2846,7 +2908,9 @@ Example: Bash -supplies a default value for this variable, but the location of the user +can be configured to supply +a default value for this variable (there is no value by default), +but the location of the user mail files that it uses is system dependent (e.g., /var/mail/$USER).

    @@ -2891,8 +2955,10 @@ 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
    @@ -2920,6 +2986,15 @@ trailing directory components to retain when expanding the \w and below). Characters removed are replaced with an ellipsis. +
    PS0 + +
    +The value of this parameter is expanded (see +PROMPTING + + +below) and displayed by interactive shells after reading a command +and before the command is executed.
    PS1
    @@ -3128,7 +3203,7 @@ 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 integers (including arithmetic -expressions) and are zero-based; associative arrays are referenced +expressions) and are zero-based; associative arrays are referenced using arbitrary strings. Unless otherwise noted, indexed array indices must be non-negative integers.

    @@ -3219,18 +3294,24 @@ of the special parameters * and @ (see above). ${#name[subscript]} expands to the length of ${name[subscript]}. If subscript is * or @, the expansion is the number of elements in the array. -Referencing an array variable without a subscript is equivalent to -referencing the array with a subscript of 0. If the subscript used to reference an element of an indexed array -evaluates to a number less than zero, it is +evaluates 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 +referencing the array with a subscript of 0. +Any reference to a variable using a valid subscript is legal, and +bash + +will create an array if necessary. +

    + An array variable is considered set if a subscript has been assigned a value. The null string is a valid value.

    @@ -3270,7 +3351,7 @@ option to specify an indexed array and a -A option to specify an associative array. -If both options are supplied, +If both options are supplied, -A takes precedence. @@ -3326,6 +3407,11 @@ same time as tilde, parameter, variable, and arithmetic expansion and command substitution.

    +After these expansions are performed, quote characters present in the +original word are removed unless they have been quoted themselves +(quote removal). +

    + Only brace expansion, word splitting, and pathname expansion can change the number of words of the expansion; other expansions expand a single word to a single word. @@ -3447,7 +3533,7 @@ is desired, start bash with the -+B ++B option or disable brace expansion with the +B @@ -3570,12 +3656,16 @@ The parameter is a shell parameter as described above

    If the first character of parameter is an exclamation point (!), +and parameter is not a nameref, it introduces a level of variable indirection. Bash uses the value of the variable formed from the rest of parameter as the name of the variable; this variable is then expanded and that value is used in the rest of the substitution, rather than the value of parameter itself. This is known as indirect expansion. +If parameter is a nameref, this expands to the name of the +variable referenced by parameter instead of performing the +complete indirect expansion. The exceptions to this are the expansions of ${!prefix*} and ${!name[@]} described below. The exclamation point must immediately follow the left brace in order to @@ -3691,7 +3781,7 @@ zero. Substring expansion applied to an associative array produces undefined results.

    -Substring indexing is zero-based unless the positional parameters +Substring indexing is zero-based unless the positional parameters are used, in which case the indexing starts at 1 by default. If offset is 0, and the positional parameters are used, $0 is prefixed to the list. @@ -3728,7 +3818,7 @@ If is * -or +or @, the value substituted is the number of positional parameters. @@ -3754,7 +3844,7 @@ array, and an index of -1 references the last element.

    ${parameter##word}
    Remove matching prefix pattern. -The +The word is expanded to produce a pattern just as in pathname @@ -3840,6 +3930,11 @@ If pattern begins with %, it must match at the end of the expanded value of parameter. If string is null, matches of pattern are deleted and the / following pattern may be omitted. +If the +nocasematch + +shell option is enabled, the match is performed without regard to the case +of alphabetic characters. If parameter @@ -3905,6 +4000,72 @@ or the case modification operation is applied to each member of the array in turn, and the expansion is the resultant list. +
    ${parameter@operator}
    +Parameter transformation. +The expansion is either a transformation of the value of parameter +or information about parameter itself, depending on the value of +operator. Each operator is a single letter: +

    +

    + +
    +
    Q + +
    +The expansion is a string that is the value of parameter quoted in a +format that can be reused as input. +
    E + +
    +The expansion is a string that is the value of parameter with backslash +escape sequences expanded as with the $'...' quoting mechansim. +
    P + +
    +The expansion is a string that is the result of expanding the value of +parameter as if it were a prompt string (see PROMPTING below). +
    A + +
    +The expansion is a string in the form of +an assignment statement or declare command that, if +evaluated, will recreate parameter with its attributes and value. +
    a + +
    +The expansion is a string consisting of flag values representing +parameter's attributes. + +
    +

    + +If +parameter + +is +@ + +or +*, + +the operation is applied to each positional +parameter in turn, and the expansion is the resultant list. +If +parameter + +is an array variable subscripted with +@ + +or +*, + +the case modification operation is applied to each member of the +array in turn, and the expansion is the resultant list. +

    +The result of the expansion is subject to word splitting and pathname +expansion as described below. +

    +
     

    Command Substitution

    @@ -3928,8 +4089,8 @@ or Bash -performs the expansion by executing command and -replacing the command substitution with the standard output of the +performs the expansion by executing command in a subshell environment +and replacing the command substitution with the standard output of the command, with any trailing newlines deleted. Embedded newlines are not deleted, but they may be removed during word splitting. @@ -4000,23 +4161,27 @@ prints a message indicating failure and no substitution occurs.

    -Process substitution is supported on systems that support named -pipes (FIFOs) or the /dev/fd method of naming open files. +Process substitution allows a process's input or output to be +referred to using a filename. It takes the form of <(list) or >(list). -The process list is run with its input or output connected to a -FIFO or some file in /dev/fd. The name of this file is +The process list is run asynchronously, and its input or output +appears as a filename. +This filename is passed as an argument to the current command as the result of the -expansion. If the >(list) form is used, writing to +expansion. +If the >(list) form is used, writing to the file will provide input for list. If the <(list) form is used, the file passed as an argument should be read to obtain the output of list. +Process substitution is supported on systems that support named +pipes (FIFOs) or the /dev/fd method of naming open files.

    When available, process substitution is performed -simultaneously with parameter and variable expansion, +simultaneously with parameter and variable expansion, command substitution, and arithmetic expansion.   @@ -4070,10 +4235,12 @@ If has a value other than the default, then sequences of the whitespace characters -space +space, + +tab, and -tab +newline are ignored at the beginning and end of the word, as long as the whitespace character is in the @@ -4111,11 +4278,18 @@ If the value of is null, no word splitting occurs.

    -Explicit null arguments ("" or aqaq) are retained. +Explicit null arguments ("" or aqaq) are retained +and passed to commands as empty strings. Unquoted implicit null arguments, resulting from the expansion of parameters that have no values, are removed. If a parameter with no value is expanded within double quotes, a -null argument results and is retained. +null argument results and is retained +and passed to a command as an empty string. +When a quoted null argument appears as part of a word whose expansion is +non-null, the null argument is removed. +That is, the word +-daqaq becomes -d after word splitting and +null argument removal.

    Note that if no expansion occurs, no splitting @@ -4156,7 +4330,7 @@ and the shell option nullglob is not enabled, the word is left unchanged. -If the +If the nullglob option is set, and no matches are found, @@ -4222,6 +4396,11 @@ is set, each matching filename that also matches one of the patterns in is removed from the list of matches. +If the nocaseglob option is set, the matching against the patterns in +GLOBIGNORE + + +is performed without regard to case. The filenames ``.'' @@ -4261,6 +4440,8 @@ option is disabled when is unset. +The pattern matching honors the setting of the extglob shell +option.

    Pattern Matching @@ -4338,7 +4519,7 @@ or enable the globasciiranges shell option. -A +A - may be matched by including it as the first or last character @@ -4382,7 +4563,7 @@ The word character class matches letters, digits, and the character _. Within [ -and +and ], an equivalence class can be specified using the syntax @@ -4397,7 +4578,7 @@ the character c. Within [ -and +and ], the syntax [.symbol.] matches the collating symbol @@ -4503,7 +4684,7 @@ If it expands to more than one word, reports an error.

    -Note that the order of redirections is significant. For example, +Note that the order of redirections is significant. For example, the command

    @@ -4513,7 +4694,7 @@ ls > dirlist 2>&1

    -directs both standard output and standard error to the file +directs both standard output and standard error to the file dirlist, while the command @@ -4535,7 +4716,10 @@ before the standard output was redirected to

    Bash handles several filenames specially when they are used in -redirections, as described in the following table: +redirections, as described in the following table. +If the operating system on which bash is running provides these +special files, bash will use them; otherwise it will emulate them +internally with the behavior described below.

    @@ -4775,7 +4959,7 @@ current source until a line containing only (with no trailing blanks) is seen. All of the lines read up to that point are then used as the standard -input for a command. +input (or file descriptor n if n is specified) for a command.

    The format of here-documents is: @@ -4783,7 +4967,7 @@ The format of here-documents is:

    -<<[-]word
    +[n]<<[-]word
             here-document
     delimiter
     
    @@ -4796,10 +4980,10 @@ No parameter and variable expansion, command substitution, arithmetic expansion, or pathname expansion is performed on word. -If any characters in +If any part of word -are quoted, the +is quoted, the delimiter is the result of quote removal on @@ -4843,7 +5027,7 @@ A variant of here documents, the format is:

    -<<<word
    +[n]<<<word
     
    @@ -4854,8 +5038,9 @@ The word undergoes brace expansion, tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal. Pathname expansion and word splitting are not performed. -The result is supplied as a single string to the command on its -standard input. +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).  

    Duplicating File Descriptors

    @@ -5076,7 +5261,7 @@ on that line are not affected by the new alias. This behavior is also an issue when functions are executed. Aliases are expanded when a function definition is read, not when the function is executed, because a function definition -is itself a compound command. As a consequence, aliases +is itself a command. As a consequence, aliases defined in a function are not available until after that function is executed. To be safe, always put alias definitions on a separate line, and do not use @@ -5118,7 +5303,7 @@ is executing. All other aspects of the shell execution environment are identical between a function and its caller -with these exceptions: the +with these exceptions: the DEBUG @@ -5227,7 +5412,7 @@ By default, no limit is imposed on the number of recursive calls. The shell allows arithmetic expressions to be evaluated, under certain circumstances (see the let and declare builtin -commands and Arithmetic Expansion). +commands, the (( compound command, and Arithmetic Expansion). Evaluation is done in fixed-width integers with no check for overflow, though division by 0 is trapped and flagged as an error. The operators and their precedence, associativity, and values @@ -5336,7 +5521,7 @@ is a decimal number between 2 and 64 representing the arithmetic base, and n is a number in that base. If base# is omitted, then base 10 is used. When specifying n, -the digits greater< than 9 are represented by the lowercase letters, +the digits greater than 9 are represented by the lowercase letters, the uppercase letters, @, and _, in that order. If base is less than or equal to 36, lowercase and uppercase letters may be used interchangeably to represent numbers between 10 @@ -5353,6 +5538,11 @@ Conditional expressions are used by the [[ compound command and the test and [ builtin commands to test file attributes and perform string and arithmetic comparisons. Expressions are formed from the following unary or binary primaries. +Bash handles several filenames specially when they are used in +expressions. +If the operating system on which bash is running provides these +special files, bash will use them; otherwise it will emulate them +internally with this behavior: If any file argument to one of the primaries is of the form /dev/fd/n, then file descriptor n is checked. If the file argument to one of the primaries is one of @@ -5679,7 +5869,7 @@ If the program is a file beginning with the remainder of the first line specifies an interpreter for the program. The shell executes the specified interpreter on operating systems that do not -handle this executable format themselves. The arguments to the +handle this executable format themselves. The arguments to the interpreter consist of a single optional argument following the interpreter name on the first line of the program, followed by the name of the program, followed by the command @@ -5747,7 +5937,7 @@ shell's parent, and traps ignored by the shell are ignored

    A command invoked in this separate environment cannot affect the -shell's execution environment. +shell's execution environment.

    Command substitution, commands grouped with parentheses, @@ -5776,7 +5966,7 @@ When a program is invoked it is given an array of strings called the environment. -This is a list of +This is a list of name-value pairs, of the form name=value. @@ -5825,7 +6015,7 @@ These assignment statements affect only the environment seen by that command.

    -If the +If the -k option is set (see the @@ -5855,12 +6045,12 @@ The exit status of an executed command is the value returned by the waitpid system call or equivalent function. Exit statuses fall between 0 and 255, though, as explained below, the shell may use values above 125 specially. Exit statuses from shell builtins and -compound commands are also limited to this range. Under certain +compound commands are also limited to this range. Under certain circumstances, the shell will use special values to indicate specific failure modes.

    -For the shell's purposes, a command which exits with a +For the shell's purposes, a command which exits with a zero exit status has succeeded. An exit status of zero indicates success. A non-zero exit status indicates failure. When a command terminates on a fatal signal N, bash uses @@ -5878,8 +6068,9 @@ the exit status is greater than zero. Shell builtin commands return a status of 0 (true) if successful, and non-zero (false) if an error occurs -while they execute. -All builtins return an exit status of 2 to indicate incorrect usage. +while they execute. +All builtins return an exit status of 2 to indicate incorrect usage, +generally invalid options or missing arguments.

    Bash itself returns the exit status of the last command @@ -5964,14 +6155,14 @@ to ensure that they receive the To prevent the shell from sending the signal to a particular job, it should be removed from the -jobs table with the +jobs table with the disown builtin (see SHELL BUILTIN COMMANDS -below) or marked +below) or marked to not receive SIGHUP @@ -5989,7 +6180,7 @@ shell option has been set with bash -sends a +sends a SIGHUP @@ -5998,7 +6189,7 @@ to all jobs when an interactive login shell exits. If bash is waiting for a command to complete and receives a signal for which a trap has been set, the trap will not be executed until -the command completes. +the command completes. When bash is waiting for an asynchronous command via the wait builtin, the reception of a signal for which a trap has been set will cause the wait builtin to return immediately with an exit status @@ -6070,7 +6261,7 @@ user so specifies with stty tostop, write to the terminal. Background processes which attempt to read from (write to when stty tostop is in effect) the -terminal are sent a +terminal are sent a SIGTTIN (SIGTTOU) @@ -6093,7 +6284,7 @@ character (typically ^Z, Control-Z) while a process is running -causes that process to be stopped and returns control to +causes that process to be stopped and returns control to bash. Typing the @@ -6163,7 +6354,7 @@ refer to the shell's notion of the which is the last job stopped while it was in the foreground or started in the background. -The +The previous job may be referenced using @@ -6204,7 +6395,7 @@ Normally, waits until it is about to print a prompt before reporting changes in a job's status so as to not interrupt -any other output. If the +any other output. If the -b option to the @@ -6232,14 +6423,14 @@ jobs and their statuses. The jobs -command may then be used to inspect their status. +command may then be used to inspect their status. If a second attempt to exit is made without an intervening command, the shell does not print another warning, and any stopped jobs are terminated.  

    PROMPTING

    -When executing interactively, +When executing interactively, bash displays the primary prompt @@ -6253,6 +6444,12 @@ when it is ready to read a command, and the secondary prompt when it needs more input to complete a command. Bash +displays +PS0 + +after it reads a command but before executing it. +Bash + allows these prompt strings to be customized by inserting a number of backslash-escaped special characters that are decoded as follows:
    @@ -6460,11 +6657,11 @@ builtin. In this section, the Emacs-style notation is used to denote keystrokes. Control keys are denoted by C-key, e.g., C-n -means Control-N. Similarly, +means Control-N. Similarly, meta keys are denoted by M-key, so M-x means Meta-X. (On keyboards -without a +without a meta key, M-x means ESC x, i.e., press the Escape key @@ -6487,7 +6684,7 @@ 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., kill-line) causes that command to act in a -backward direction. +backward direction. Commands whose behavior with arguments deviates from this are noted below.

    @@ -6496,7 +6693,7 @@ When a command is described as killing text, the text deleted is saved for possible future retrieval (yanking). The killed text is saved in a kill ring. Consecutive kills cause the text to be -accumulated into one unit, which can be yanked all at once. +accumulated into one unit, which can be yanked all at once. Commands which do not kill text separate the chunks of text on the kill ring.   @@ -6525,7 +6722,7 @@ Other lines denote key bindings and variable settings.

    The default key-bindings may be changed with an -inputrc +inputrc file. Other programs that use this library may add their own commands @@ -6544,7 +6741,7 @@ or C-Meta-u: universal-argument

    -into the +into the inputrc would make M-C-u execute the readline command @@ -6588,7 +6785,7 @@ The syntax for controlling key bindings in the file is simple. All that is required is the name of the command or the text of a macro and a key sequence to which -it should be bound. The name may be specified in one of two ways: +it should be bound. The name may be specified in one of two ways: as a symbolic key name, possibly with Meta- or Control- prefixes, or as a key sequence.

    @@ -6666,7 +6863,7 @@ is again bound to the function is bound to the function re-read-init-file, -and +and ESC [ 1 1 ~ is bound to insert the text @@ -6832,11 +7029,23 @@ If set to audible, readline attempts to ring the terminal's bell. If set to On, readline attempts to bind the control characters treated specially by the kernel's terminal driver to their readline equivalents. +

    blink-matching-paren (Off) + +
    +If set to On, readline attempts to briefly move the cursor to an +opening parenthesis when a closing parenthesis is inserted. +
    colored-completion-prefix (Off) + +
    +If set to On, when listing completions, readline displays the +common prefix of the set of possible completions using a different color. +The color definitions are taken from the value of the LS_COLORS +environment variable.
    colored-stats (Off)
    If set to On, readline displays possible completions using different -colors to indicate their file type. +colors to indicate their file type. The color definitions are taken from the value of the LS_COLORS environment variable.
    comment-begin (``#'') @@ -6853,11 +7062,26 @@ in emacs mode and to # in vi command mode. +
    completion-display-width (-1) + +
    +The number of screen columns used to display possible matches +when performing completion. +The value is ignored if it is less than 0 or greater than the terminal +screen width. +A value of 0 will cause matches to be displayed one per line. +The default value is -1.
    completion-ignore-case (Off)
    If set to On, readline performs filename matching and completion in a case-insensitive fashion. +
    completion-map-case (Off) + +
    +If set to On, and completion-ignore-case is enabled, readline +treats hyphens (-) and underscores (_) as equivalent when +performing case-insensitive filename matching and completion.
    completion-prefix-display-length (0)
    @@ -6883,12 +7107,20 @@ If set to On, readline will convert characters with the eighth bit set to an ASCII key sequence by stripping the eighth bit and prefixing an escape character (in effect, using escape as the meta prefix). +The default is On, but readline will set it to Off if the +locale contains eight-bit characters.
    disable-completion (Off)
    If set to On, readline will inhibit word completion. Completion characters will be inserted into the line as if they had been mapped to self-insert. +
    echo-control-characters (On) + +
    +When set to On, on operating systems that indicate they support it, +readline echoes a character corresponding to a signal generated from the +keyboard.
    editing-mode (emacs)
    @@ -6902,12 +7134,14 @@ can be set to either or vi. -
    echo-control-characters (On) +
    enable-bracketed-paste (Off)
    -When set to On, on operating systems that indicate they support it, -readline echoes a character corresponding to a signal generated from the -keyboard. +When set to On, readline will configure the terminal in a way +that will enable it to insert each paste into the editing buffer as a +single string of characters, instead of treating each character as if +it had been read from the keyboard. This can prevent pasted characters +from being interpreted as editing commands.
    enable-keypad (Off)
    @@ -6931,7 +7165,7 @@ attempts word completion. If set to On, the history code attempts to place point at the same location on each history line retrieved with previous-history or next-history. -
    history-size (0) +
    history-size (unset)
    Set the maximum number of history entries saved in the history list. @@ -6939,7 +7173,10 @@ If set to zero, any existing history entries are deleted and no new entries are saved. If set to a value less than zero, the number of history entries is not limited. -By default, the number of history entries is not limited. +By default, the number of history entries is set to the value of the +HISTSIZE shell variable. +If an attempt is made to set history-size to a non-numeric value, +the maximum number of history entries will be set to 500.
    horizontal-scroll-mode (Off)
    @@ -6950,11 +7187,13 @@ becomes longer than the screen width rather than wrapping to a new line.
    If set to On, readline will enable eight-bit input (that is, -it will not strip the high bit from the characters it reads), +it will not strip the eighth bit from the characters it reads), regardless of what the terminal claims it can support. The name meta-flag is a synonym for this variable. +The default is Off, but readline will set it to On if the +locale contains eight-bit characters.
    isearch-terminators (``C-[C-J'')
    @@ -6978,6 +7217,16 @@ the value of editing-mode also affects the default keymap. +
    emacs-mode-string (@) + +
    +This string is displayed immediately before the last line of the primary +prompt when emacs editing mode is active. The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \1 and \2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string.
    keyseq-timeout (500)
    @@ -7012,7 +7261,7 @@ have a slash appended (subject to the value of
    This variable, when set to On, causes readline to match files whose -names begin with a `.' (hidden files) when performing filename +names begin with a `.' (hidden files) when performing filename completion. If set to Off, the leading `.' must be supplied by the user in the filename to be completed. @@ -7028,6 +7277,8 @@ the list. If set to On, readline will display characters with the eighth bit set directly rather than as a meta-prefixed escape sequence. +The default is Off, but readline will set it to On if the +locale contains eight-bit characters.
    page-completions (On)
    @@ -7041,7 +7292,7 @@ sorted horizontally in alphabetical order, rather than down the screen.
    revert-all-at-newline (Off)
    -If set to On, readline will undo all changes to history lines +If set to On, readline will undo all changes to history lines before returning when accept-line is executed. By default, history lines may be modified and retain individual undo lists across calls to readline. @@ -7081,6 +7332,28 @@ performing completion in the middle of a word. If enabled, readline does not insert characters from the completion that match characters after point in the word being completed, so portions of the word following the cursor are not duplicated. +
    vi-cmd-mode-string ((cmd)) + +
    +This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in command mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \1 and \2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string. +
    vi-ins-mode-string ((ins)) + +
    +This string is displayed immediately before the last line of the primary +prompt when vi editing mode is active and in insertion mode. +The value is expanded like a +key binding, so the standard set of meta- and control prefixes and +backslash escape sequences is available. +Use the \1 and \2 escapes to begin and end sequences of +non-printing characters, which can be used to embed a terminal control +sequence into the mode string.
    visible-stats (Off)
    @@ -7100,7 +7373,7 @@ bindings and variable settings to be performed as the result of tests. There are four parser directives used.
    $if
    -The +The $if construct allows bindings to be made based on the @@ -7122,7 +7395,7 @@ key bindings, perhaps to bind the key sequences output by the terminal's function keys. The word on the right side of the = -is tested against the both full name of the terminal and the portion +is tested against both the full name of the terminal and the portion of the terminal name before the first -. This allows sun @@ -7518,7 +7791,7 @@ Negative arguments have no effect. Drag the word before point past the word after point, moving point over that word as well. If point is at the end of the line, this transposes -the last two words on the line. +the last two words on the line.
    upcase-word (M-u)
    @@ -7542,7 +7815,7 @@ switches to overwrite mode. With an explicit non-positive numeric argument, switches to insert mode. This command affects only emacs mode; vi mode does overwrite differently. Each call to readline() starts in insert mode. -In overwrite mode, characters bound to self-insert replace +In overwrite mode, characters bound to self-insert replace the text at point rather than pushing the text to the right. Characters bound to backward-delete-char replace the character before point with a space. By default, this command is unbound. @@ -7573,7 +7846,7 @@ The killed text is saved on the kill-ring.
    Kill all characters on the current line, no matter where point is. -
    kill-word (M-d) +
    kill-word (M-d)
    Kill from point to the end of the current word, or if between @@ -7584,13 +7857,13 @@ Word boundaries are the same as those used by forward-word.
    Kill the word behind point. Word boundaries are the same as those used by backward-word. -
    shell-kill-word (M-d) +
    shell-kill-word
    Kill from point to the end of the current word, or if between words, to the end of the next word. Word boundaries are the same as those used by shell-forward-word. -
    shell-backward-kill-word (M-Rubout) +
    shell-backward-kill-word
    Kill the word behind point. @@ -7666,7 +7939,7 @@ If the command is followed by digits, executing again ends the numeric argument, but is otherwise ignored. As a special case, if this command is immediately followed by a -character that is neither a digit or minus sign, the argument count +character that is neither a digit nor minus sign, the argument count for the next command is multiplied by four. The argument count is initially one, so executing this function the first time makes the argument count four, a second time makes the @@ -7920,10 +8193,10 @@ Without a numeric argument, the value of the readline comment-begin variable is inserted at the beginning of the current line. -If a numeric argument is supplied, this command acts as a toggle: if +If a numeric argument is supplied, this command acts as a toggle: if the characters at the beginning of the line do not match the value of comment-begin, the value is inserted, otherwise -the characters in comment-begin are deleted from the beginning of +the characters in comment-begin are deleted from the beginning of the line. In either case, the line is accepted as if a newline had been typed. The default value of @@ -8059,7 +8332,7 @@ Shell quoting is honored. Each word is then expanded using brace expansion, tilde expansion, parameter and variable expansion, command substitution, and arithmetic expansion, -as described above under +as described above under EXPANSION. @@ -8087,7 +8360,7 @@ and variables are assigned values as described above under Shell Variables. -If a shell function is being invoked, the +If a shell function is being invoked, the COMP_WORDS @@ -8133,6 +8406,11 @@ is removed before attempting a match. Any completion that matches the pattern will be removed from the list. A leading ! negates the pattern; in this case any completion not matching the pattern will be removed. +If the +nocasematch + +shell option is enabled, the match is performed without regard to the case +of alphabetic characters.

    Finally, any prefix and suffix specified with the -P and -S @@ -8166,7 +8444,7 @@ generate no matches. When a compspec indicates that directory name completion is desired, the programmable completion functions force readline to append a slash -to completed names which are symbolic links to directories, subject to +to completed names which are symbolic links to directories, subject to the value of the mark-directories readline variable, regardless of the setting of the mark-symlinked-directories readline variable.

    @@ -8414,7 +8692,9 @@ quotes are considered one word. History expansions are introduced by the appearance of the history expansion character, which is ! by default. Only backslash (\) and single quotes can quote -the history expansion character. +the history expansion character, but the history expansion character is +also treated as quoted if it immediately precedes the closing double quote +in a double-quoted string.

    Several characters inhibit history expansion if found immediately @@ -8563,7 +8843,7 @@ The entire command line typed so far.

    Word designators are used to select desired words from the event. -A +A : separates the event specification from the word designator. @@ -8757,7 +9037,8 @@ accepts to signify the end of the options. The :, true, false, and test builtins do not accept options and do not treat -- specially. -The exit, logout, break, continue, let, +The exit, logout, return, +break, continue, let, and shift builtins accept and process arguments beginning with - without requiring --. Other builtins that accept arguments but are not specified as accepting @@ -8772,7 +9053,8 @@ No effect; the command does nothing beyond expanding arguments and performing any specified -redirections. A zero exit code is returned. +redirections. +The return status is zero.

    . filename [arguments]
    source filename [arguments]
    @@ -8819,6 +9101,12 @@ is not searched. If any arguments are supplied, they become the positional parameters when filename is executed. Otherwise the positional parameters are unchanged. +If the -T option is enabled, source inherits any trap on +DEBUG; if it is not, any DEBUG trap string is saved and +restored around the call to source, and source unsets the +DEBUG trap while it executes. +If -T is not set, and the sourced file changes +the DEBUG trap, the new value is retained when source completes. The return status is the status of the last command exited within the script (0 if no commands are executed), and false if filename @@ -8832,7 +9120,7 @@ option prints the list of aliases in the form alias name=value on standard output. When arguments are supplied, an alias is defined for each name whose value is given. -A trailing space in value causes the next word to be +A trailing space in value causes the next word to be checked for alias substitution when the alias is expanded. For each name in the argument list for which no value is supplied, the name and value of the alias is printed. @@ -8860,7 +9148,7 @@ or was started without job control.
    bind [-m keymap] -f filename
    bind [-m keymap] -x keyseq:shell-command
    bind [-m keymap] keyseq:function-name
    -
    bind readline-command
    +
    bind [-m keymap] keyseq:readline-command
    Display current readline @@ -8896,7 +9184,8 @@ names are vi-move, vi-command, and vi-insert. -vi is equivalent to vi-command; emacs is +vi is equivalent to vi-command (vi-move is also +a synonym); emacs is equivalent to emacs-standard.
    -l @@ -9020,7 +9309,7 @@ Returns the context of any active subroutine call (a shell function or a script executed with the . or source builtins). Without expr, caller displays the line number and source filename of the current subroutine call. -If a non-negative integer is supplied as expr, caller +If a non-negative integer is supplied as expr, caller displays the line number, subroutine name, and source file corresponding to that position in the current execution call stack. This extra information may be used, for example, to print a stack trace. The @@ -9064,7 +9353,7 @@ then CDPATH -is not used. The +is not used. The -P option causes cd to use the physical directory structure @@ -9119,8 +9408,8 @@ Run with args -suppressing the normal shell function lookup. Only builtin -commands or commands found in the +suppressing the normal shell function lookup. +Only builtin commands or commands found in the PATH @@ -9259,6 +9548,10 @@ Intended to be used with shell functions.
    Tell readline not to quote the completed words if they are filenames (quoting filenames is the default). +
    nosort + +
    +Tell readline not to sort the list of possible completions alphabetically.
    nospace
    @@ -9267,7 +9560,7 @@ the end of the line.
    plusdirs
    -After any matches defined by the compspec are generated, +After any matches defined by the compspec are generated, directory name completion is attempted and any matches are added to the results of the other actions.
    @@ -9506,8 +9799,8 @@ The option inhibits the display of function definitions; only the function name and attributes are printed. If the extdebug shell option is enabled using shopt, -the source file name and line number where the function is defined -are displayed as well. The +the source file name and line number where each name +is defined are displayed as well. The -F option implies @@ -9563,10 +9856,11 @@ The upper-case attribute is disabled. Give each name the nameref attribute, making it a name reference to another variable. That other variable is defined by the value of name. -All references and assignments to name, except for changing the +All references, assignments, and attribute modifications +to name, except those using or changing the -n attribute itself, are performed on the variable referenced by name's value. -The -n attribute cannot be applied to array variables. +The nameref attribute cannot be applied to array variables.