mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20040121 snapshot
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
/usr/local/build/chet/bash/bash-current/doc/Makefile
|
||||
/usr/local/build/bash/bash-current/doc/Makefile
|
||||
+10
-8
@@ -9,7 +9,7 @@ SSYYNNOOPPSSIISS
|
||||
bbaasshh [options] [file]
|
||||
|
||||
CCOOPPYYRRIIGGHHTT
|
||||
Bash is Copyright (C) 1989-2003 by the Free Software Foundation, Inc.
|
||||
Bash is Copyright (C) 1989-2004 by the Free Software Foundation, Inc.
|
||||
|
||||
DDEESSCCRRIIPPTTIIOONN
|
||||
BBaasshh is an sshh-compatible command language interpreter that executes
|
||||
@@ -2293,8 +2293,10 @@ PPRROOMMPPTTIINNGG
|
||||
\\uu the username of the current user
|
||||
\\vv the version of bbaasshh (e.g., 2.00)
|
||||
\\VV the release of bbaasshh, version + patchelvel (e.g., 2.00.0)
|
||||
\\ww the current working directory
|
||||
\\WW the basename of the current working directory
|
||||
\\ww the current working directory, with $$HHOOMMEE abbreviated
|
||||
with a tilde
|
||||
\\WW the basename of the current working directory, with $$HHOOMMEE
|
||||
abbreviated with a tilde
|
||||
\\!! the history number of this command
|
||||
\\## the command number of this command
|
||||
\\$$ if the effective UID is 0, a ##, otherwise a $$
|
||||
@@ -3133,8 +3135,8 @@ HHIISSTTOORRYY
|
||||
are appended to the history file, otherwise the history file is over-
|
||||
written. If HHIISSTTFFIILLEE 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 HHIISSTTFFIILLEESSIIZZEE lines. If
|
||||
HHIISSTTFFIILLEESSIIZZEE is not set, no truncation is performed.
|
||||
is truncated to contain no more than HHIISSTTFFIILLEESSIIZZEE lines. If HHIISSTTFFIILLEE--
|
||||
SSIIZZEE is not set, no truncation is performed.
|
||||
|
||||
The builtin command ffcc (see SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS below) may be used
|
||||
to list or edit and re-execute a portion of the history list. The hhiiss--
|
||||
@@ -4515,8 +4517,8 @@ SSHHEELLLL BBUUIILLTTIINN CCOOMMMMAANNDDSS
|
||||
given, ttrraapp prints the list of commands associated with each
|
||||
signal number. The --ll option causes the shell to print a list
|
||||
of signal names and their corresponding numbers. Each _s_i_g_s_p_e_c
|
||||
is either a signal name defined in <_s_i_g_n_a_l_._h>, or a signal
|
||||
number. If a _s_i_g_s_p_e_c is EEXXIITT (0) the command _a_r_g is executed on
|
||||
is either a signal name defined in <_s_i_g_n_a_l_._h>, or a signal num-
|
||||
ber. If a _s_i_g_s_p_e_c is EEXXIITT (0) the command _a_r_g is executed on
|
||||
exit from the shell. If a _s_i_g_s_p_e_c is DDEEBBUUGG, the command _a_r_g is
|
||||
executed before every _s_i_m_p_l_e _c_o_m_m_a_n_d, _f_o_r command, _c_a_s_e command,
|
||||
_s_e_l_e_c_t command, every arithmetic _f_o_r command, and before the
|
||||
@@ -4767,4 +4769,4 @@ BBUUGGSS
|
||||
|
||||
|
||||
|
||||
GNU Bash-3.0 2003 Nov 13 BASH(1)
|
||||
GNU Bash-3.0 2004 Jan 24 BASH(1)
|
||||
|
||||
+7
-6
@@ -6,12 +6,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.CWRU.Edu
|
||||
.\"
|
||||
.\" Last Change: Thu Nov 13 09:47:27 EST 2003
|
||||
.\" Last Change: Sat Jan 24 13:18:08 EST 2004
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2003 Nov 13" "GNU Bash-3.0"
|
||||
.TH BASH 1 "2004 Jan 24" "GNU Bash-3.0"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -51,8 +51,8 @@ bash \- GNU Bourne-Again SHell
|
||||
[options]
|
||||
[file]
|
||||
.SH COPYRIGHT
|
||||
.if n Bash is Copyright (C) 1989-2003 by the Free Software Foundation, Inc.
|
||||
.if t Bash is Copyright \(co 1989-2003 by the Free Software Foundation, Inc.
|
||||
.if n Bash is Copyright (C) 1989-2004 by the Free Software Foundation, Inc.
|
||||
.if t Bash is Copyright \(co 1989-2004 by the Free Software Foundation, Inc.
|
||||
.SH DESCRIPTION
|
||||
.B Bash
|
||||
is an \fBsh\fR-compatible command language interpreter that
|
||||
@@ -4157,10 +4157,11 @@ the version of \fBbash\fP (e.g., 2.00)
|
||||
the release of \fBbash\fP, version + patchelvel (e.g., 2.00.0)
|
||||
.TP
|
||||
.B \ew
|
||||
the current working directory
|
||||
the current working directory, with \fB$HOME\fP abbreviated with a tilde
|
||||
.TP
|
||||
.B \eW
|
||||
the basename of the current working directory
|
||||
the basename of the current working directory, with \fB$HOME\fP
|
||||
abbreviated with a tilde
|
||||
.TP
|
||||
.B \e!
|
||||
the history number of this command
|
||||
|
||||
+8722
File diff suppressed because it is too large
Load Diff
+98
-124
@@ -1,6 +1,6 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.18.1
|
||||
%%CreationDate: Thu Nov 13 09:47:38 2003
|
||||
%%CreationDate: Sun Jan 25 21:10:35 2004
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%+ font Times-Bold
|
||||
%%+ font Times-Italic
|
||||
@@ -189,11 +189,11 @@ setpacking
|
||||
%%IncludeResource: font Palatino-Italic
|
||||
%%IncludeResource: font Palatino-Bold
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
def/PL 841.89 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/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
@@ -230,7 +230,7 @@ BP
|
||||
(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] [\214le])2.5 E F1
|
||||
(COPYRIGHT)72 141.6 Q F0(Bash is Cop)108 153.6 Q
|
||||
(yright \251 1989-2003 by the Free Softw)-.1 E(are F)-.1 E
|
||||
(yright \251 1989-2004 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
|
||||
@@ -321,8 +321,7 @@ E F2(po)2.5 E F0(\(portable object\) \214le format.)2.5 E F2
|
||||
144 686.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 F2(\255\255login)108 703.2 Q F0
|
||||
(Equi)144 715.2 Q -.25(va)-.25 G(lent to).25 E F2<ad6c>2.5 E F0(.)A
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(31)-2.5 G
|
||||
0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(1)204.835 E 0 Cg EP
|
||||
%%Page: 2 2
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -445,7 +444,7 @@ F(ariable)-.25 E F3 -.27(BA)108 679.2 S(SH_ENV).27 E F0 1.01(in the en)
|
||||
108 727.2 S 2.5(tt).2 G(he v)-2.5 E(alue of the)-.25 E F3 -.666(PA)2.5 G
|
||||
(TH)-.189 E F0 -.25(va)2.25 G
|
||||
(riable is not used to search for the \214le name.).25 E(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(32)-2.5 G 0 Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(2)204.835 E 0 Cg EP
|
||||
%%Page: 3 3
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -570,8 +569,7 @@ F1(Pipelines)87 679.2 Q F0(A)108 691.2 Q F2(pipeline)2.919 E F0 .419
|
||||
F F1(|)2.92 E F0 5.42(.T)C .42(he format for a pipeline)-5.42 F(is:)108
|
||||
703.2 Q([)144 720 Q F1(time)A F0([)2.5 E F1<ad70>A F0(]] [ ! ])A F2
|
||||
(command)2.5 E F0([)2.5 E F1(|)2.5 E F2(command2)2.5 E F0(... ])2.5 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(33)-2.5 G
|
||||
0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(3)204.835 E 0 Cg EP
|
||||
%%Page: 4 4
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -691,8 +689,8 @@ A({)108 573.6 Q F1(list)2.5 E F0 2.5(;})C F1(list)3.89 E F0 .402
|
||||
F(SIONS)144 727.2 Q F5(.)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.632 E F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
202.965(34)-2.5 G 0 Cg EP
|
||||
F3([[)3.632 E F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(4)204.835 E
|
||||
0 Cg EP
|
||||
%%Page: 5 5
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -831,8 +829,8 @@ F F2(name)144 727.2 Q F0 .759(to be set to null.)3.439 F .759
|
||||
(The line read is sa)5.759 F -.15(ve)-.2 G 3.26(di).15 G 3.26(nt)-3.26 G
|
||||
.76(he v)-3.26 F(ariable)-.25 E F1(REPL)3.26 E(Y)-.92 E F0 5.76(.T)C(he)
|
||||
-5.76 E F2(list)3.35 E F0 .76(is e)3.94 F -.15(xe)-.15 G .76
|
||||
(cuted after).15 F(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
202.965(35)-2.5 G 0 Cg EP
|
||||
(cuted after).15 F(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(5)204.835
|
||||
E 0 Cg EP
|
||||
%%Page: 6 6
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -967,7 +965,7 @@ E(xpansion.)-.15 E(There are three quoting mechanisms: the)108 708 Q F2
|
||||
G(he)-2.974 E F2 .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 .474(xt character that)-.15 F(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(36)-2.5 G 0 Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(6)204.835 E 0 Cg EP
|
||||
%%Page: 7 7
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1084,7 +1082,7 @@ d 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 729.6 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(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(37)-2.5 G 0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(7)204.835 E 0 Cg EP
|
||||
%%Page: 8 8
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1202,7 +1200,7 @@ F F1 -.3(BA)144 619.2 S(SH_ARGV).3 E F0(.)A F1 -.3(BA)108 631.2 S
|
||||
F F1(${FUNCN)144 727.2 Q(AME[)-.2 E F3 8.951($i + 1)B F1(]})A F0 -.1(wa)
|
||||
11.451 G 11.451(sc).1 G 11.451(alled. The)-11.451 F 8.951
|
||||
(corresponding source \214le name is)11.451 F(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 202.965(38)-2.5 G 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(8)204.835 E 0 Cg EP
|
||||
%%Page: 9 9
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1303,7 +1301,7 @@ F(ariable)-.25 E .351(will not change the current directory)144 711.6 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 723.6 Q(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 202.965(39)-2.5 G 0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(9)204.835 E 0 Cg EP
|
||||
%%Page: 10 10
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1392,8 +1390,7 @@ 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 720 Q -.15(ve)-.25 G 2.5
|
||||
(ni).15 G 2.5(fi)-2.5 G 2.5(ti)-2.5 G 2.5(ss)-2.5 G(ubsequently reset.)
|
||||
-2.5 E(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)
|
||||
-2.5 G(0)-197.965 E 0 Cg EP
|
||||
-2.5 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(10)199.835 E 0 Cg EP
|
||||
%%Page: 11 11
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1502,8 +1499,7 @@ me e)-3.118 F(xpan-)-.15 E 3.131(sion. If)144 640.8 R 3.132<618c>3.131 G
|
||||
(all pre)144 724.8 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-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G
|
||||
(1)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(11)199.835 E 0 Cg EP
|
||||
%%Page: 12 12
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1616,8 +1612,7 @@ E F1(LANG)108 648 Q F0 1.24(Used to determine the locale cate)7.11 F
|
||||
(rrides the v).15 F .764(alue of)-.25 F F1(LANG)3.264 E F0 .764(and an)
|
||||
3.264 F 3.264(yo)-.15 G(ther)-3.264 E F1(LC_)3.264 E F0 -.25(va)3.264 G
|
||||
.764(riable specifying a locale cate-).25 F(gory)144 696 Q(.)-.65 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G
|
||||
(2)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(12)199.835 E 0 Cg EP
|
||||
%%Page: 13 13
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1721,8 +1716,8 @@ F0 1.225(displays during an e)3.725 F -.15(xe)-.15 G 1.225
|
||||
E F0 1.226(is replicated multiple)3.476 F(times, as necessary)144 696 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(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(31)-2.5 G(3)-197.965 E 0 Cg EP
|
||||
-.74('')2.5 G(.).74 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(13)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 14 14
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1840,7 +1835,7 @@ G .961(or an)-3.461 F 3.461(yr)-.15 G(equirement)-3.461 E
|
||||
1.302(An array is created automatically if an)108 728.4 R 3.801(yv)-.15
|
||||
G 1.301(ariable is assigned to using the syntax)-4.051 F F2(name)3.801 E
|
||||
F0([)A F2(subscript)A F0(]=)A F2(value)A F0(.)A(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G(4)-197.965 E 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(14)199.835 E 0 Cg EP
|
||||
%%Page: 15 15
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -1992,8 +1987,7 @@ F0(must be of the same type.)2.5 E .582(Brace e)108 705.6 R .582
|
||||
(does not apply an)2.516 F 2.516(ys)-.15 G .016
|
||||
(yntactic interpretation to the con-)-2.516 F(te)108 729.6 Q
|
||||
(xt of the e)-.15 E(xpansion or the te)-.15 E(xt between the braces.)
|
||||
-.15 E(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)
|
||||
-2.5 G(5)-197.965 E 0 Cg EP
|
||||
-.15 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(15)199.835 E 0 Cg EP
|
||||
%%Page: 16 16
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2120,8 +2114,8 @@ E .351(able is then e)108 700.8 R .351(xpanded and that v)-.15 F .352
|
||||
(e\214x)-.37 E F0 .019(*} and)B(${)108 724.8 Q F1(!)A F2(name)A F0([)A
|
||||
F2(@)A F0 .762(]} 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(GNU Bash-3.0)72 768 Q(2003 No)
|
||||
147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G(6)-197.965 E 0 Cg EP
|
||||
.763(he left brace in order to)-3.263 F(GNU Bash-3.0)72 768 Q
|
||||
(2004 Jan 24)149.845 E(16)199.835 E 0 Cg EP
|
||||
%%Page: 17 17
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2244,8 +2238,7 @@ F1(par)145.25 664.8 Q(ameter)-.15 E F0 .607
|
||||
3.151(,t)C .651(he pattern remo)-3.151 F -.25(va)-.15 G 3.151(lo).25 G
|
||||
.65(peration is applied to each member of the array in)-3.151 F
|
||||
(turn, and the e)144 712.8 Q(xpansion is the resultant list.)-.15 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G
|
||||
(7)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(17)199.835 E 0 Cg EP
|
||||
%%Page: 18 18
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2358,8 +2351,7 @@ F1 -.2(ex)2.666 G(pr).2 E(ession)-.37 E F0 .165
|
||||
A F0(If)5.878 E F1 -.2(ex)108 705.6 S(pr).2 E(ession)-.37 E F0(is in)
|
||||
2.74 E -.25(va)-.4 G(lid,).25 E F2(bash)2.5 E F0
|
||||
(prints a message indicating f)2.5 E(ailure and no substitution occurs.)
|
||||
-.1 E(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(31)
|
||||
-2.5 G(8)-197.965 E 0 Cg EP
|
||||
-.1 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(18)199.835 E 0 Cg EP
|
||||
%%Page: 19 19
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2496,8 +2488,8 @@ R 1.12(NUL character may not occur in a pattern.)3.62 F 3.62(Ab)6.12 G
|
||||
(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 691.2 Q(.)-.65 E
|
||||
(The special pattern characters ha)108 708 Q .3 -.15(ve t)-.2 H
|
||||
(he follo).15 E(wing meanings:)-.25 E(GNU Bash-3.0)72 768 Q(2003 No)
|
||||
147.975 E 2.5(v1)-.15 G 197.965(31)-2.5 G(9)-197.965 E 0 Cg EP
|
||||
(he follo).15 E(wing meanings:)-.25 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)
|
||||
149.845 E(19)199.835 E 0 Cg EP
|
||||
%%Page: 20 20
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2607,8 +2599,7 @@ ted, and the \214rst character of the redirec-)-.25 F .365
|
||||
E F0(dirlist 2)2.5 E F1(>&)A F0(1)A
|
||||
(directs both standard output and standard error to the \214le)108 728.4
|
||||
Q F2(dirlist)2.5 E F0 2.5(,w).68 G(hile the command)-2.5 E(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(0)-197.965 E
|
||||
0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(20)199.835 E 0 Cg EP
|
||||
%%Page: 21 21
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2697,7 +2688,7 @@ Q F0(allo)3.141 E .642(ws both the standard output \(\214le descriptor \
|
||||
E(There are tw)108 693.6 Q 2.5(of)-.1 G
|
||||
(ormats for redirecting standard output and standard error:)-2.5 E F1
|
||||
(&>)144 710.4 Q F2(wor)A(d)-.37 E F0(and)108 722.4 Q(GNU Bash-3.0)72 768
|
||||
Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(1)-197.965 E 0 Cg EP
|
||||
Q(2004 Jan 24)149.845 E(21)199.835 E 0 Cg EP
|
||||
%%Page: 22 22
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2784,7 +2775,7 @@ E F0(is closed after being duplicated to)2.5 E F2(n)2.5 E F0(.)A
|
||||
.24 G 2.786(rt)-2.786 G .285
|
||||
(he standard output \(\214le descriptor 1\) if)-2.786 F F2(n)2.785 E F0
|
||||
.285(is not speci-)2.785 F(\214ed.)108 705.6 Q(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(2)-197.965 E 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(22)199.835 E 0 Cg EP
|
||||
%%Page: 23 23
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -2924,8 +2915,8 @@ F F1 .616(\255o functrace)3.115 F F0 .616
|
||||
(alues of the positional parameters and the spe-)-.25 F(cial parameter)
|
||||
108 724.8 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(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(32)-2.5 G(3)-197.965 E 0 Cg EP
|
||||
-2.65 G(cution.).15 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(23)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 24 24
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3027,8 +3018,7 @@ H .343(ts inte).15 F .343(ger attrib)-.15 F .343(ute turned on)-.2 F
|
||||
(xpressions in parentheses are e)-.15 F -.25(va)-.25 G .234
|
||||
(luated \214rst and may).25 F -.15(ove)108 724.8 S
|
||||
(rride the precedence rules abo).15 E -.15(ve)-.15 G(.).15 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G
|
||||
(4)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(24)199.835 E 0 Cg EP
|
||||
%%Page: 25 25
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3138,8 +3128,7 @@ qual to, greater than, or greater than or equal to)144 696 R F3(ar)144
|
||||
-.65 E F3(Ar)6.01 E(g1)-.37 E F0(and)2.5 E F3(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(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(5)-197.965 E
|
||||
0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(25)199.835 E 0 Cg EP
|
||||
%%Page: 26 26
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3255,8 +3244,7 @@ e remainder of the \214rst line speci\214es an interpreter for the pro-)
|
||||
(COMMAND EXECUTION ENVIR)72 703.2 Q(ONMENT)-.329 E F0(The shell has an)
|
||||
108 715.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(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(6)-197.965 E 0
|
||||
Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(26)199.835 E 0 Cg EP
|
||||
%%Page: 27 27
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3366,8 +3354,8 @@ t for)-.4 F F2 -.2(ex)2.643 G(port).2 E F0 .143(to child pro-)3.323 F
|
||||
.202(parameter assignments, as described abo)108 724.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
|
||||
.203(fect only the)-.25 F(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5
|
||||
(v1)-.15 G 197.965(32)-2.5 G(7)-197.965 E 0 Cg EP
|
||||
.203(fect only the)-.25 F(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E
|
||||
(27)199.835 E 0 Cg EP
|
||||
%%Page: 28 28
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3491,8 +3479,7 @@ iated)108 676.8 R .732(with this job is 25647.)108 688.8 R .733
|
||||
.87(notion of a)108 729.6 R F2(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
|
||||
(embers of this process group \(processes whose process)-5.871 F
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G
|
||||
(8)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(28)199.835 E 0 Cg EP
|
||||
%%Page: 29 29
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3619,8 +3606,7 @@ ized by inserting a number of backslash-escaped special characters that\
|
||||
(\\r)144 700.8 Q F0(carriage return)28.78 E F4(\\s)144 712.8 Q F0
|
||||
(the name of the shell, the basename of)29.33 E F4($0)2.5 E F0
|
||||
(\(the portion follo)2.5 E(wing the \214nal slash\))-.25 E(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(32)-2.5 G(9)-197.965 E
|
||||
0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(29)199.835 E 0 Cg EP
|
||||
%%Page: 30 30
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3635,12 +3621,14 @@ BP
|
||||
28.22 E(ersion of)-.15 E F1(bash)2.5 E F0(\(e.g., 2.00\))2.5 E F1(\\V)
|
||||
144 156 Q F0(the release of)26 E F1(bash)2.5 E F0 2.5(,v)C
|
||||
(ersion + patchelv)-2.65 E(el \(e.g., 2.00.0\))-.15 E F1(\\w)144 168 Q
|
||||
F0(the current w)26 E(orking directory)-.1 E F1(\\W)144 180 Q F0
|
||||
(the basename of the current w)23.22 E(orking directory)-.1 E F1(\\!)144
|
||||
192 Q F0(the history number of this command)29.89 E F1(\\#)144 204 Q F0
|
||||
(the command number of this command)28.22 E F1(\\$)144 216 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 228 Q/F2 10
|
||||
F0(the current w)26 E(orking directory)-.1 E 2.5(,w)-.65 G(ith)-2.5 E F1
|
||||
($HOME)2.5 E F0(abbre)2.5 E(viated with a tilde)-.25 E F1(\\W)144 180 Q
|
||||
F0(the basename of the current w)23.22 E(orking directory)-.1 E 2.5(,w)
|
||||
-.65 G(ith)-2.5 E F1($HOME)2.5 E F0(abbre)2.5 E(viated with a tilde)-.25
|
||||
E F1(\\!)144 192 Q F0(the history number of this command)29.89 E F1(\\#)
|
||||
144 204 Q F0(the command number of this command)28.22 E F1(\\$)144 216 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 228 Q/F2 10
|
||||
/Times-Italic@0 SF(nnn)A F0
|
||||
(the character corresponding to the octal number)18.22 E F2(nnn)2.5 E F1
|
||||
(\\\\)144 240 Q F0 2.5(ab)30.44 G(ackslash)-2.5 E F1(\\[)144 252 Q F0
|
||||
@@ -3739,8 +3727,8 @@ nd the k)108 652.8 R 1.334 -.15(ey b)-.1 H 1.034(indings and).15 F -.25
|
||||
-.15(ey)-.1 G .987(-bindings may be changed with an).15 F F2(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 717.6 Q
|
||||
(wn commands and bindings.)-.25 E(GNU Bash-3.0)72 768 Q(2003 No)147.975
|
||||
E 2.5(v1)-.15 G 197.965(33)-2.5 G(0)-197.965 E 0 Cg EP
|
||||
(wn commands and bindings.)-.25 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)
|
||||
149.845 E(30)199.835 E 0 Cg EP
|
||||
%%Page: 31 31
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3822,8 +3810,8 @@ pes is a)108 612 Q -.25(va)-.2 G(ilable:).25 E F2(\\a)144 624 Q F0
|
||||
648 Q F0(delete)27.66 E F2(\\f)144 660 Q F0(form feed)29.89 E F2(\\n)144
|
||||
672 Q F0(ne)27.66 E(wline)-.25 E F2(\\r)144 684 Q F0(carriage return)
|
||||
28.78 E F2(\\t)144 696 Q F0(horizontal tab)29.89 E F2(\\v)144 708 Q F0
|
||||
-.15(ve)28.22 G(rtical tab).15 E(GNU Bash-3.0)72 768 Q(2003 No)147.975 E
|
||||
2.5(v1)-.15 G 197.965(33)-2.5 G(1)-197.965 E 0 Cg EP
|
||||
-.15(ve)28.22 G(rtical tab).15 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)
|
||||
149.845 E(31)199.835 E 0 Cg EP
|
||||
%%Page: 32 32
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -3922,7 +3910,7 @@ F0 .448(When set to)144 688.8 R F1(On)2.948 E F0 2.948(,m)C(ak)-2.948 E
|
||||
.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 700.8 R(w)-.25 E(line.)144 712.8 Q(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 197.965(33)-2.5 G(2)-197.965 E 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(32)199.835 E 0 Cg EP
|
||||
%%Page: 33 33
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4020,8 +4008,8 @@ F0 .463(construct allo)2.963 F .462(ws bindings to be made based on the\
|
||||
(or the application using readline.)144 693.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 705.6 Q(GNU Bash-3.0)72 768 Q(2003 No)
|
||||
147.975 E 2.5(v1)-.15 G 197.965(33)-2.5 G(3)-197.965 E 0 Cg EP
|
||||
(are required to isolate it.)144 705.6 Q(GNU Bash-3.0)72 768 Q
|
||||
(2004 Jan 24)149.845 E(33)199.835 E 0 Cg EP
|
||||
%%Page: 34 34
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4129,8 +4117,8 @@ E F0 .911(refers to the current cursor position, and)3.411 F F2(mark)
|
||||
(db).15 G 3.41(yt)-3.41 G(he)-3.41 E F1(set\255mark)108 724.8 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(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(33)-2.5 G(4)-197.965 E 0 Cg EP
|
||||
2.5 G(gion)-.03 E F0(.)A(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(34)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 35 35
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4209,8 +4197,8 @@ etween the start of the current)-.1 F(line and the point.)144 688.8 Q
|
||||
(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 .795
|
||||
(ords in the)-.1 F(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
197.965(33)-2.5 G(5)-197.965 E 0 Cg EP
|
||||
(ords in the)-.1 F(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(35)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 36 36
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4306,8 +4294,8 @@ G .779(nsert characters lik)-3.279 F(e)-.1 E F2(C\255q)3.278 E F0 3.278
|
||||
-.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 700.8 Q 2.5
|
||||
(ow)-.1 G(ords on the line.)-2.6 E(GNU Bash-3.0)72 768 Q(2003 No)147.975
|
||||
E 2.5(v1)-.15 G 197.965(33)-2.5 G(6)-197.965 E 0 Cg EP
|
||||
(ow)-.1 G(ords on the line.)-2.6 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)
|
||||
149.845 E(36)199.835 E 0 Cg EP
|
||||
%%Page: 37 37
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4397,8 +4385,7 @@ F0(or)2.5 E F1(yank\255pop)2.5 E F0(.)A F1(Numeric Ar)87 681.6 Q
|
||||
(gument already accumulating, or start a ne)-.18 F 3.141(wa)-.25 G -.18
|
||||
(rg)-3.141 G 3.141(ument. M\255\255).18 F .641(starts a ne)3.141 F(g-)
|
||||
-.15 E(ati)144 717.6 Q .3 -.15(ve a)-.25 H -.18(rg).15 G(ument.).18 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(33)-2.5 G
|
||||
(7)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(37)199.835 E 0 Cg EP
|
||||
%%Page: 38 38
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4498,8 +4485,7 @@ F0(List the possible completions of the te)144 580.8 Q
|
||||
(possible\255command\255completions \(C\255x !\))108 688.8 Q F0
|
||||
(List the possible completions of the te)144 700.8 Q
|
||||
(xt before point, treating it as a command name.)-.15 E(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(33)-2.5 G(8)-197.965 E 0
|
||||
Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(38)199.835 E 0 Cg EP
|
||||
%%Page: 39 39
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4591,8 +4577,8 @@ F0 1.095(command enough times to)3.595 F
|
||||
(he current line a shell comment.)-3.339 F .84(If a numeric ar)5.84 F
|
||||
(gu-)-.18 E(ment causes the comment character to be remo)144 705.6 Q
|
||||
-.15(ve)-.15 G(d, the line will be e).15 E -.15(xe)-.15 G
|
||||
(cuted by the shell.).15 E(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5
|
||||
(v1)-.15 G 197.965(33)-2.5 G(9)-197.965 E 0 Cg EP
|
||||
(cuted by the shell.).15 E(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E
|
||||
(39)199.835 E 0 Cg EP
|
||||
%%Page: 40 40
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4712,8 +4698,8 @@ F .404(gument is the name of the command whose ar)-.18 F .404
|
||||
(guments are being completed, the second)-.18 F(ar)108 729.6 Q 1.994
|
||||
(gument is the w)-.18 F 1.993(ord being completed, and the third ar)-.1
|
||||
F 1.993(gument is the w)-.18 F 1.993(ord preceding the w)-.1 F 1.993
|
||||
(ord being)-.1 F(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
197.965(34)-2.5 G(0)-197.965 E 0 Cg EP
|
||||
(ord being)-.1 F(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(40)199.835
|
||||
E 0 Cg EP
|
||||
%%Page: 41 41
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4858,8 +4844,7 @@ R 1.486(ws control o)-.25 F -.15(ve)-.15 G 3.986(rw).15 G 1.486
|
||||
E(OL)-.27 E F0(and)3.735 E F2(HISTIGNORE)108 729.6 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
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G
|
||||
(1)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(41)199.835 E 0 Cg EP
|
||||
%%Page: 42 42
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -4982,8 +4967,7 @@ SF(^)108 667.4 Q F4(string1)-5 I F5(^)5 I F4(string2)-5 I F5(^)5 I F0
|
||||
F4(string2)A F0(/')A 2.5('\()-.74 G(see)-2.5 E F1(Modi\214ers)2.5 E F0
|
||||
(belo)2.5 E(w\).)-.25 E F1(!#)108 698.4 Q F0
|
||||
(The entire command line typed so f)27.67 E(ar)-.1 E(.)-.55 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G
|
||||
(2)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(42)199.835 E 0 Cg EP
|
||||
%%Page: 43 43
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5099,7 +5083,7 @@ R -.15(xe)-.15 G 3.333(cutable. When).15 F F1(bash)3.333 E F0 .832
|
||||
/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 .982(f, the)-.25 F(GNU Bash-3.0)72 768
|
||||
Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G(3)-197.965 E 0 Cg EP
|
||||
Q(2004 Jan 24)149.845 E(43)199.835 E 0 Cg EP
|
||||
%%Page: 44 44
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5211,8 +5195,7 @@ F2 -.1(ke)2.5 G(yseq)-.2 E F0(Remo)180 650.4 Q .3 -.15(ve a)-.15 H .3
|
||||
F2 -.1(ke)2.5 G(yseq)-.2 E F0(is entered.)2.5 E(The return v)144 691.2 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
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G
|
||||
(4)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(44)199.835 E 0 Cg EP
|
||||
%%Page: 45 45
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5348,8 +5331,8 @@ F2(action)2.786 E F0 2.786(][)C F1<ad47>-2.786 E F2(globpat)2.786 E F0
|
||||
E F2(suf-)2.787 E<8c78>108 712.8 Q F0(])A([)144 724.8 Q F1<ad58>A F2
|
||||
(\214lterpat)2.5 E F0 2.5(][)C F1<ad46>-2.5 E F2(function)2.5 E F0 2.5
|
||||
(][)C F1<ad43>-2.5 E F2(command)2.5 E F0(])A F2(name)2.5 E F0([)2.5 E F2
|
||||
(name ...)A F0(])A(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
197.965(34)-2.5 G(5)-197.965 E 0 Cg EP
|
||||
(name ...)A F0(])A(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(45)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 46 46
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5424,7 +5407,7 @@ 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 696 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 F1<ad6a>2.5 E F0(.)A(GNU Bash-3.0)72 768
|
||||
Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G(6)-197.965 E 0 Cg EP
|
||||
Q(2004 Jan 24)149.845 E(46)199.835 E 0 Cg EP
|
||||
%%Page: 47 47
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5531,8 +5514,7 @@ n is de\214ned are displayed as well.)144 662.4 R(The)6.308 E F1<ad46>
|
||||
698.4 Q F0(Each)25.3 E F2(name)2.5 E F0(is an array v)2.5 E
|
||||
(ariable \(see)-.25 E F1(Arrays)2.5 E F0(abo)2.5 E -.15(ve)-.15 G(\).)
|
||||
.15 E F1<ad66>144 710.4 Q F0(Use function names only)26.97 E(.)-.65 E
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G
|
||||
(7)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(47)199.835 E 0 Cg EP
|
||||
%%Page: 48 48
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5652,7 +5634,7 @@ E F0(shell)4.002 E .009
|
||||
(\\a)144 672 Q F0(alert \(bell\))28.22 E F1(\\b)144 684 Q F0(backspace)
|
||||
27.66 E F1(\\c)144 696 Q F0(suppress trailing ne)28.78 E(wline)-.25 E F1
|
||||
(\\e)144 708 Q F0(an escape character)28.78 E(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 197.965(34)-2.5 G(8)-197.965 E 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(48)199.835 E 0 Cg EP
|
||||
%%Page: 49 49
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5786,8 +5768,8 @@ Q F0(that is not a function.)2.68 E F1(fc)108 688.8 Q F0([)2.5 E F1
|
||||
(is selected from the his-)3.658 F .881(tory list.)144 724.8 R F2 -.45
|
||||
(Fi)5.881 G -.1(rs).45 G(t).1 E F0(and)4.061 E F2(last)3.471 E F0 .882
|
||||
(may be speci\214ed as a string \(to locate the last command be)4.062 F
|
||||
.882(ginning with)-.15 F(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(34)-2.5 G(9)-197.965 E 0 Cg EP
|
||||
.882(ginning with)-.15 F(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(49)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 50 50
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -5917,8 +5899,7 @@ E F0 .399(is silent, the option character found is placed in)2.899 F F4
|
||||
729.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(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G(0)-197.965 E 0
|
||||
Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(50)199.835 E 0 Cg EP
|
||||
%%Page: 51 51
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6033,8 +6014,7 @@ E F0 .28
|
||||
(is supplied as an ar)2.922 F .422(gument to)-.18 F F3<ad64>2.922 E F0
|
||||
(,)A(or the history e)144 703.2 Q(xpansion supplied as an ar)-.15 E
|
||||
(gument to)-.18 E F3<ad70>2.5 E F0 -.1(fa)2.5 G(ils.).1 E(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G(1)-197.965 E
|
||||
0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(51)199.835 E 0 Cg EP
|
||||
%%Page: 52 52
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6161,8 +6141,7 @@ tring which contains three types of objects: plain characters, which ar\
|
||||
e simply)144 715.2 R 1.858
|
||||
(copied to standard output, character escape sequences, which are con)
|
||||
144 727.2 R -.15(ve)-.4 G 1.859(rted and copied to the).15 F
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G
|
||||
(2)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(52)199.835 E 0 Cg EP
|
||||
%%Page: 53 53
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6280,8 +6259,8 @@ F2<ad65>144 655.2 Q F0 .372
|
||||
-.15 E(s)-.1 E F2 -.18(re)180 691.2 S(ad).18 E F0 1.395
|
||||
(returns after reading)3.895 F F1(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.)180 703.2 Q(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(35)-2.5 G(3)-197.965 E 0 Cg EP
|
||||
-.1 F(input.)180 703.2 Q(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(53)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 54 54
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6405,8 +6384,7 @@ F3(or)3.196 E F7(until)3.196 E F3(keywor)3.196 E .696
|
||||
.711(This option is on by default for interac-)5.711 F 1.164
|
||||
(tive shells on systems that support it \(see)184 727.2 R F5 1.165
|
||||
(JOB CONTROL)3.665 F F3 3.665(above\). Backgr)3.415 F(ound)-.18 E F0
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G
|
||||
(4)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(54)199.835 E 0 Cg EP
|
||||
%%Page: 55 55
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6468,8 +6446,8 @@ F2<ad6f>4.63 E F1 2.131(is supplied with no)4.63 F F3(option\255name)
|
||||
(ent options ar)-.18 F(e)-.18 E 4.412(printed. If)184 726 R F2(+o)4.412
|
||||
E F1 1.912(is supplied with no)4.412 F F3(option\255name)4.412 E F1
|
||||
4.411(,as)C 1.911(eries of)-4.411 F F2(set)4.411 E F1 1.911(commands to)
|
||||
4.411 F F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965
|
||||
(35)-2.5 G(5)-197.965 E 0 Cg EP
|
||||
4.411 F F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(55)199.835 E 0 Cg
|
||||
EP
|
||||
%%Page: 56 56
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6590,8 +6568,8 @@ G(f)-2.5 E F3(n)2.76 E F1(is gr)2.58 E(eater than)-.18 E F2($#)2.5 E F1
|
||||
(olling optional shell behavior)-.18 F 6.522(.W)-.74 G 1.522
|
||||
(ith no options, or)-7.072 F 2.531(with the)144 722.4 R F2<ad70>5.031 E
|
||||
F1 2.531(option, a list of all settable options is displayed, with an i\
|
||||
ndication of)5.031 F F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)
|
||||
-.15 G 197.965(35)-2.5 G(6)-197.965 E 0 Cg EP
|
||||
ndication of)5.031 F F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(56)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 57 57
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6685,8 +6663,7 @@ F1 1.106(trap r)3.606 F 1.106(eturns a value of 2, and the)-.18 F .87
|
||||
(outine \(a shell function or a shell script exe-)-.18 F(cuted by the)
|
||||
220 728.4 Q F2(.)2.5 E F1(or)2.5 E F2(source)2.5 E F1
|
||||
(builtins\), a call to)2.5 E F2(return)2.5 E F1(is simulated.)2.5 E F0
|
||||
(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G
|
||||
(7)-197.965 E 0 Cg EP
|
||||
(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(57)199.835 E 0 Cg EP
|
||||
%%Page: 58 58
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6765,8 +6742,8 @@ F3(mail\214le)4.147 E F2 1.647(has been r)4.147 F(ead')-.18 E 4.148('i)
|
||||
F2 1.548
|
||||
(matches \214lenames in a case\255insensitive fashion when performing)
|
||||
4.048 F(pathname expansion \(see)184 696 Q F1(Pathname Expansion)2.5 E
|
||||
F2(above\).)2.5 E F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15
|
||||
G 197.965(35)-2.5 G(8)-197.965 E 0 Cg EP
|
||||
F2(above\).)2.5 E F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(58)
|
||||
199.835 E 0 Cg EP
|
||||
%%Page: 59 59
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6852,8 +6829,7 @@ F2 1.401(the expr)3.651 F 1.401(ession is tr)-.18 F 1.401
|
||||
1.356(the \214rst ar)3.855 F 1.356
|
||||
(gument is not a valid unary conditional operator)-.18 F 3.856(,t)-.74 G
|
||||
(he)-3.856 E(expr)180 712.8 Q(ession is false.)-.18 E F0(GNU Bash-3.0)72
|
||||
768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(35)-2.5 G(9)-197.965 E 0
|
||||
Cg EP
|
||||
768 Q(2004 Jan 24)149.845 E(59)199.835 E 0 Cg EP
|
||||
%%Page: 60 60
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -6994,8 +6970,8 @@ E F1 2.516(,e)C .016(ven if)-2.516 F F7 .016(type -t)2.516 F(name)144
|
||||
.411(option is used,)2.911 F F4(type)2.911 E F1 .411(prints all)2.911 F
|
||||
.164(of the places that contain an executable named)144 722.4 R F5(name)
|
||||
2.664 E F1 5.164(.T).35 G .164(his includes aliases and functions,)
|
||||
-5.164 F F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G
|
||||
197.965(36)-2.5 G(0)-197.965 E 0 Cg EP
|
||||
-5.164 F F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(60)199.835 E 0
|
||||
Cg EP
|
||||
%%Page: 61 61
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -7116,8 +7092,7 @@ E F5(,)A F4(HISTCMD)3.725 E F5(,)A F4(FUNCNAME)144 708 Q F5(,)A F4
|
||||
.553(operties, even if)-.18 F(they ar)144 720 Q 2.5(es)-.18 G
|
||||
(ubsequently r)-2.5 E 2.5(eset. The)-.18 F(exit status is tr)2.5 E
|
||||
(ue unless a)-.08 E F3(name)2.76 E F1(is r)2.85 E(eadonly)-.18 E(.)-1.11
|
||||
E F0(GNU Bash-3.0)72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(36)
|
||||
-2.5 G(1)-197.965 E 0 Cg EP
|
||||
E F0(GNU Bash-3.0)72 768 Q(2004 Jan 24)149.845 E(61)199.835 E 0 Cg EP
|
||||
%%Page: 62 62
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -7201,7 +7176,7 @@ F2 2.5(,B)C(rian Fox and Chet Ramey)-2.5 E F3(Portable Operating System\
|
||||
(The personal initialization \214le, executed for login shells)144 686.4
|
||||
Q F3(~/.bashr)109.666 698.4 Q(c)-.18 E F2(The individual per)144 710.4 Q
|
||||
(-interactive-shell startup \214le)-.18 E F0(GNU Bash-3.0)72 768 Q
|
||||
(2003 No)147.975 E 2.5(v1)-.15 G 197.965(36)-2.5 G(2)-197.965 E 0 Cg EP
|
||||
(2004 Jan 24)149.845 E(62)199.835 E 0 Cg EP
|
||||
%%Page: 63 63
|
||||
%%BeginPageSetup
|
||||
BP
|
||||
@@ -7264,8 +7239,7 @@ F1(bashbug)108.13 393.6 Q F2 1.316(inserts the \214rst thr)4.296 F 1.316
|
||||
(This will delay err)108 607.2 Q(or r)-.18 E
|
||||
(eporting until some time after the command is enter)-.18 E(ed.)-.18 E
|
||||
(Array variables may not \(yet\) be exported.)108 624 Q F0(GNU Bash-3.0)
|
||||
72 768 Q(2003 No)147.975 E 2.5(v1)-.15 G 197.965(36)-2.5 G(3)-197.965 E
|
||||
0 Cg EP
|
||||
72 768 Q(2004 Jan 24)149.845 E(63)199.835 E 0 Cg EP
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
||||
|
||||
+1
-112
@@ -1,115 +1,4 @@
|
||||
\initial {A}
|
||||
\entry {\code {abort (C-g)}}{101}
|
||||
\entry {\code {accept-line (Newline or Return)}}{95}
|
||||
\entry {\code {alias-expand-line ()}}{102}
|
||||
\initial {B}
|
||||
\entry {\code {backward-char (C-b)}}{95}
|
||||
\entry {\code {backward-delete-char (Rubout)}}{97}
|
||||
\entry {\code {backward-kill-line (C-x Rubout)}}{98}
|
||||
\entry {\code {backward-kill-word (M-\key {DEL})}}{98}
|
||||
\entry {\code {backward-word (M-b)}}{95}
|
||||
\entry {\code {beginning-of-history (M-<)}}{96}
|
||||
\entry {\code {beginning-of-line (C-a)}}{95}
|
||||
\initial {C}
|
||||
\entry {\code {call-last-kbd-macro (C-x e)}}{101}
|
||||
\entry {\code {capitalize-word (M-c)}}{97}
|
||||
\entry {\code {character-search (C-])}}{101}
|
||||
\entry {\code {character-search-backward (M-C-])}}{101}
|
||||
\entry {\code {clear-screen (C-l)}}{95}
|
||||
\entry {\code {complete (\key {TAB})}}{99}
|
||||
\entry {\code {complete-command (M-!)}}{100}
|
||||
\entry {\code {complete-filename (M-/)}}{99}
|
||||
\entry {\code {complete-hostname (M-@)}}{100}
|
||||
\entry {\code {complete-into-braces (M-{\tt \char 123})}}{100}
|
||||
\entry {\code {complete-username (M-~)}}{100}
|
||||
\entry {\code {complete-variable (M-$)}}{100}
|
||||
\entry {\code {copy-backward-word ()}}{98}
|
||||
\entry {\code {copy-forward-word ()}}{98}
|
||||
\entry {\code {copy-region-as-kill ()}}{98}
|
||||
\initial {D}
|
||||
\entry {\code {delete-char (C-d)}}{97}
|
||||
\entry {\code {delete-char-or-list ()}}{99}
|
||||
\entry {\code {delete-horizontal-space ()}}{98}
|
||||
\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{99}
|
||||
\entry {\code {display-shell-version (C-x C-v)}}{102}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{101}
|
||||
\entry {\code {downcase-word (M-l)}}{97}
|
||||
\entry {\code {dump-functions ()}}{102}
|
||||
\entry {\code {dump-macros ()}}{102}
|
||||
\entry {\code {dump-variables ()}}{102}
|
||||
\entry {\code {dynamic-complete-history (M-\key {TAB})}}{100}
|
||||
\initial {E}
|
||||
\entry {\code {edit-and-execute-command (C-xC-e)}}{103}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{100}
|
||||
\entry {\code {end-of-history (M->)}}{96}
|
||||
\entry {\code {end-of-line (C-e)}}{95}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{101}
|
||||
\initial {F}
|
||||
\entry {\code {forward-backward-delete-char ()}}{97}
|
||||
\entry {\code {forward-char (C-f)}}{95}
|
||||
\entry {\code {forward-search-history (C-s)}}{96}
|
||||
\entry {\code {forward-word (M-f)}}{95}
|
||||
\initial {G}
|
||||
\entry {\code {glob-complete-word (M-g)}}{102}
|
||||
\entry {\code {glob-expand-word (C-x *)}}{102}
|
||||
\entry {\code {glob-list-expansions (C-x g)}}{102}
|
||||
\initial {H}
|
||||
\entry {\code {history-and-alias-expand-line ()}}{103}
|
||||
\entry {\code {history-expand-line (M-^)}}{102}
|
||||
\entry {\code {history-search-backward ()}}{96}
|
||||
\entry {\code {history-search-forward ()}}{96}
|
||||
\initial {I}
|
||||
\entry {\code {insert-comment (M-#)}}{101}
|
||||
\entry {\code {insert-completions (M-*)}}{99}
|
||||
\entry {\code {insert-last-argument (M-. or M-_)}}{103}
|
||||
\initial {K}
|
||||
\entry {\code {kill-line (C-k)}}{98}
|
||||
\entry {\code {kill-region ()}}{98}
|
||||
\entry {\code {kill-whole-line ()}}{98}
|
||||
\entry {\code {kill-word (M-d)}}{98}
|
||||
\initial {M}
|
||||
\entry {\code {magic-space ()}}{102}
|
||||
\entry {\code {menu-complete ()}}{99}
|
||||
\initial {N}
|
||||
\entry {\code {next-history (C-n)}}{96}
|
||||
\entry {\code {non-incremental-forward-search-history (M-n)}}{96}
|
||||
\entry {\code {non-incremental-reverse-search-history (M-p)}}{96}
|
||||
\initial {O}
|
||||
\entry {\code {operate-and-get-next (C-o)}}{103}
|
||||
\entry {\code {overwrite-mode ()}}{97}
|
||||
\initial {P}
|
||||
\entry {\code {possible-command-completions (C-x !)}}{100}
|
||||
\entry {\code {possible-completions (M-?)}}{99}
|
||||
\entry {\code {possible-filename-completions (C-x /)}}{100}
|
||||
\entry {\code {possible-hostname-completions (C-x @)}}{100}
|
||||
\entry {\code {possible-username-completions (C-x ~)}}{100}
|
||||
\entry {\code {possible-variable-completions (C-x $)}}{100}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{101}
|
||||
\entry {\code {previous-history (C-p)}}{96}
|
||||
\initial {Q}
|
||||
\entry {\code {quoted-insert (C-q or C-v)}}{97}
|
||||
\initial {R}
|
||||
\entry {\code {re-read-init-file (C-x C-r)}}{101}
|
||||
\entry {\code {redraw-current-line ()}}{95}
|
||||
\entry {\code {reverse-search-history (C-r)}}{96}
|
||||
\entry {\code {revert-line (M-r)}}{101}
|
||||
\initial {S}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{97}
|
||||
\entry {\code {set-mark (C-@)}}{101}
|
||||
\entry {\code {shell-expand-line (M-C-e)}}{102}
|
||||
\entry {\code {start-kbd-macro (C-x ()}}{100}
|
||||
\initial {T}
|
||||
\entry {\code {tilde-expand (M-&)}}{101}
|
||||
\entry {\code {transpose-chars (C-t)}}{97}
|
||||
\entry {\code {transpose-words (M-t)}}{97}
|
||||
\initial {U}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{101}
|
||||
\entry {\code {universal-argument ()}}{99}
|
||||
\entry {\code {unix-line-discard (C-u)}}{98}
|
||||
\entry {\code {unix-word-rubout (C-w)}}{98}
|
||||
\entry {\code {upcase-word (M-u)}}{97}
|
||||
\initial {Y}
|
||||
\entry {\code {yank (C-y)}}{98}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{96}
|
||||
\entry {\code {yank-nth-arg (M-C-y)}}{96}
|
||||
\entry {\code {yank-pop (M-y)}}{98}
|
||||
\entry {\code {alias-expand-line ()}}{102
|
||||
+134
-169
@@ -1,11 +1,11 @@
|
||||
This is bashref.info, produced by makeinfo version 4.5 from
|
||||
/usr/homes/chet/src/bash/src/doc/bashref.texi.
|
||||
This is bashref.info, produced by makeinfo version 4.2 from
|
||||
/usr/src/local/bash/bash-20040121/doc/bashref.texi.
|
||||
|
||||
This text is a brief description of the features that are present in
|
||||
the Bash shell (version 3.0-alpha, 13 November 2003).
|
||||
the Bash shell (version 3.0-beta1, 24 January 2004).
|
||||
|
||||
This is Edition 3.0, last updated 13 November 2003, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.0-alpha.
|
||||
This is Edition 3.0, last updated 24 January 2004, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.0-beta1.
|
||||
|
||||
Copyright (C) 1988-2003 Free Software Foundation, Inc.
|
||||
|
||||
@@ -37,10 +37,10 @@ Bash Features
|
||||
*************
|
||||
|
||||
This text is a brief description of the features that are present in
|
||||
the Bash shell (version 3.0-alpha, 13 November 2003)..
|
||||
the Bash shell (version 3.0-beta1, 24 January 2004)..
|
||||
|
||||
This is Edition 3.0, last updated 13 November 2003, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.0-alpha.
|
||||
This is Edition 3.0, last updated 24 January 2004, of `The GNU Bash
|
||||
Reference Manual', for `Bash', Version 3.0-beta1.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
features that only appear in Bash. Some of the shells that Bash has
|
||||
@@ -731,7 +731,6 @@ syntax, it may be replaced with one or more newlines.
|
||||
command in LIST 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.
|
||||
|
||||
@@ -896,7 +895,6 @@ Conditional Constructs
|
||||
value of EXPRESSION1 is sufficient to determine the return value
|
||||
of the entire conditional expression.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Command Grouping, Prev: Conditional Constructs, Up: Compound Commands
|
||||
|
||||
@@ -1301,7 +1299,6 @@ the expanded value.
|
||||
`~-N'
|
||||
The string that would be displayed by `dirs -N'
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Shell Parameter Expansion, Next: Command Substitution, Prev: Tilde Expansion, Up: Shell Expansions
|
||||
|
||||
@@ -1448,7 +1445,6 @@ if the colon is omitted, the operator tests only for existence.
|
||||
member of the array in turn, and the expansion is the resultant
|
||||
list.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Command Substitution, Next: Arithmetic Expansion, Prev: Shell Parameter Expansion, Up: Shell Expansions
|
||||
|
||||
@@ -1756,7 +1752,6 @@ redirections, as described in the following table:
|
||||
integer port number or service name, Bash attempts to open a UDP
|
||||
connection to the corresponding socket.
|
||||
|
||||
|
||||
A failure to open or create a file causes the redirection to fail.
|
||||
|
||||
Redirecting Input
|
||||
@@ -2715,7 +2710,6 @@ POSIX 1003.2 standard.
|
||||
`-x KEYSEQ:SHELL-COMMAND'
|
||||
Cause SHELL-COMMAND to be executed whenever KEYSEQ is entered.
|
||||
|
||||
|
||||
The return status is zero unless an invalid option is supplied or
|
||||
an error occurs.
|
||||
|
||||
@@ -3011,7 +3005,6 @@ POSIX 1003.2 standard.
|
||||
`-u FD'
|
||||
Read input from file descriptor FD.
|
||||
|
||||
|
||||
`shopt'
|
||||
shopt [-pqsu] [-o] [OPTNAME ...]
|
||||
Toggle the values of variables controlling optional shell behavior.
|
||||
@@ -3221,7 +3214,6 @@ POSIX 1003.2 standard.
|
||||
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
|
||||
@@ -3315,7 +3307,6 @@ POSIX 1003.2 standard.
|
||||
`-v'
|
||||
The maximum amount of virtual memory available to the process.
|
||||
|
||||
|
||||
If LIMIT is given, it 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,
|
||||
@@ -3336,7 +3327,6 @@ POSIX 1003.2 standard.
|
||||
Remove each NAME from the list of aliases. If `-a' is supplied,
|
||||
all aliases are removed. Aliases are described in *Note Aliases::.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: The Set Builtin, Next: Special Builtins, Prev: Bash Builtins, Up: Shell Builtin Commands
|
||||
|
||||
@@ -3683,7 +3673,6 @@ shell. In some cases, Bash assigns a default value to the variable.
|
||||
`PS2'
|
||||
The secondary prompt string. The default value is `> '.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Bash Variables, Prev: Bourne Shell Variables, Up: Shell Variables
|
||||
|
||||
@@ -3776,7 +3765,6 @@ Variables::).
|
||||
`BASH_VERSINFO[5]'
|
||||
The value of `MACHTYPE'.
|
||||
|
||||
|
||||
`BASH_VERSION'
|
||||
The version number of the current instance of Bash.
|
||||
|
||||
@@ -4157,7 +4145,6 @@ Variables::).
|
||||
The numeric real user id of the current user. This variable is
|
||||
readonly.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Bash Features, Next: Job Control, Prev: Shell Variables, Up: Top
|
||||
|
||||
@@ -4255,7 +4242,6 @@ the single-character options to be recognized.
|
||||
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.
|
||||
|
||||
@@ -4307,7 +4293,6 @@ invocation which are not available with the `set' builtin.
|
||||
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.
|
||||
|
||||
@@ -4699,7 +4684,6 @@ checked. If the FILE argument to one of the primaries is one of
|
||||
greater than or equal to ARG2, respectively. ARG1 and ARG2 may be
|
||||
positive or negative integers.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Shell Arithmetic, Next: Aliases, Prev: Bash Conditional Expressions, Up: Bash Features
|
||||
|
||||
@@ -5016,7 +5000,6 @@ Directory Stack Builtins
|
||||
Makes the current working directory be the top of the stack,
|
||||
and then executes the equivalent of ``cd' DIR'. `cd's to DIR.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Printing a Prompt, Next: The Restricted Shell, Prev: The Directory Stack, Up: Bash Features
|
||||
|
||||
@@ -5089,10 +5072,11 @@ which can appear in the prompt variables:
|
||||
The release of Bash, version + patchlevel (e.g., 2.00.0)
|
||||
|
||||
`\w'
|
||||
The current working directory.
|
||||
The current working directory, with `$HOME' abbreviated with a
|
||||
tilde.
|
||||
|
||||
`\W'
|
||||
The basename of `$PWD'.
|
||||
The basename of `$PWD', with `$HOME' abbreviated with a tilde.
|
||||
|
||||
`\!'
|
||||
The history number of this command.
|
||||
@@ -5532,7 +5516,6 @@ Job Control Builtins
|
||||
signal. The `-f' option means to suspend even if the shell is a
|
||||
login shell.
|
||||
|
||||
|
||||
When job control is not active, the `kill' and `wait' builtins do
|
||||
not accept JOBSPEC arguments. They must be supplied process IDs.
|
||||
|
||||
@@ -5559,7 +5542,6 @@ Job Control Variables
|
||||
a prefix of a stopped job's name; this provides functionality
|
||||
analogous to the `%' job ID.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Command Line Editing, Next: Installing Bash, Prev: Using History Interactively, Up: Top
|
||||
|
||||
@@ -5766,7 +5748,6 @@ available to be yanked back later, when you are typing another line.
|
||||
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.
|
||||
|
||||
@@ -6044,7 +6025,6 @@ Variable Settings
|
||||
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
|
||||
@@ -6099,7 +6079,6 @@ Key Bindings
|
||||
`<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:
|
||||
|
||||
@@ -6165,7 +6144,6 @@ Key Bindings
|
||||
the line:
|
||||
"\C-x\\": "\\"
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
|
||||
|
||||
@@ -6397,7 +6375,6 @@ Commands For Moving
|
||||
`redraw-current-line ()'
|
||||
Refresh the current line. By default, this is unbound.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
|
||||
|
||||
@@ -6468,7 +6445,6 @@ Commands For Manipulating The History
|
||||
through the history list, inserting the last argument of each line
|
||||
in turn.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
|
||||
|
||||
@@ -6533,7 +6509,6 @@ Commands For Changing Text
|
||||
|
||||
By default, this command is unbound.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
|
||||
|
||||
@@ -6709,7 +6684,6 @@ Letting Readline Type For You
|
||||
completions enclosed within braces so the list is available to the
|
||||
shell (*note Brace Expansion::).
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
|
||||
|
||||
@@ -6727,7 +6701,6 @@ Keyboard Macros
|
||||
Re-execute the last keyboard macro defined, by making the
|
||||
characters in the macro appear as if typed at the keyboard.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
|
||||
|
||||
@@ -6862,7 +6835,6 @@ Some Miscellaneous Commands
|
||||
result as shell commands. Bash attempts to invoke `$FCEDIT',
|
||||
`$EDITOR', and `emacs' as the editor, in that order.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: Bindable Readline Commands, Up: Command Line Editing
|
||||
|
||||
@@ -7195,7 +7167,6 @@ completion facilities.
|
||||
for a NAME for which no specification exists, or an error occurs
|
||||
adding a completion specification.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Using History Interactively, Next: Command Line Editing, Prev: Job Control, Up: Top
|
||||
|
||||
@@ -7354,12 +7325,10 @@ and history file.
|
||||
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: bashref.info, Node: History Interaction, Prev: Bash History Builtins, Up: Using History Interactively
|
||||
|
||||
@@ -7449,7 +7418,6 @@ history list.
|
||||
`!#'
|
||||
The entire command line typed so far.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
|
||||
|
||||
@@ -7508,7 +7476,6 @@ line separated by single spaces.
|
||||
`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.
|
||||
|
||||
@@ -7563,7 +7530,6 @@ more of the following modifiers, each preceded by a `:'.
|
||||
`G'
|
||||
Apply the following `s' modifier once to each word in the event.
|
||||
|
||||
|
||||
|
||||
File: bashref.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Command Line Editing, Up: Top
|
||||
|
||||
@@ -7997,7 +7963,6 @@ does not provide the necessary support.
|
||||
Specification, version 2. *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
|
||||
@@ -9249,129 +9214,129 @@ Concept Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top1373
|
||||
Node: Introduction3532
|
||||
Node: What is Bash?3757
|
||||
Node: What is a shell?4845
|
||||
Node: Definitions7381
|
||||
Node: Basic Shell Features10121
|
||||
Node: Shell Syntax11339
|
||||
Node: Shell Operation12363
|
||||
Node: Quoting13648
|
||||
Node: Escape Character14910
|
||||
Node: Single Quotes15382
|
||||
Node: Double Quotes15717
|
||||
Node: ANSI-C Quoting16730
|
||||
Node: Locale Translation17673
|
||||
Node: Comments18556
|
||||
Node: Shell Commands19161
|
||||
Node: Simple Commands19922
|
||||
Node: Pipelines20543
|
||||
Node: Lists22409
|
||||
Node: Compound Commands24031
|
||||
Node: Looping Constructs24803
|
||||
Node: Top1376
|
||||
Node: Introduction3533
|
||||
Node: What is Bash?3758
|
||||
Node: What is a shell?4846
|
||||
Node: Definitions7382
|
||||
Node: Basic Shell Features10122
|
||||
Node: Shell Syntax11340
|
||||
Node: Shell Operation12364
|
||||
Node: Quoting13649
|
||||
Node: Escape Character14911
|
||||
Node: Single Quotes15383
|
||||
Node: Double Quotes15718
|
||||
Node: ANSI-C Quoting16731
|
||||
Node: Locale Translation17674
|
||||
Node: Comments18557
|
||||
Node: Shell Commands19162
|
||||
Node: Simple Commands19923
|
||||
Node: Pipelines20544
|
||||
Node: Lists22410
|
||||
Node: Compound Commands24032
|
||||
Node: Looping Constructs24804
|
||||
Node: Conditional Constructs27237
|
||||
Node: Command Grouping34290
|
||||
Node: Shell Functions35726
|
||||
Node: Shell Parameters39991
|
||||
Node: Positional Parameters41562
|
||||
Node: Special Parameters42453
|
||||
Node: Shell Expansions45111
|
||||
Node: Brace Expansion47031
|
||||
Node: Tilde Expansion49347
|
||||
Node: Shell Parameter Expansion51679
|
||||
Node: Command Substitution58933
|
||||
Node: Arithmetic Expansion60255
|
||||
Node: Process Substitution61096
|
||||
Node: Word Splitting62133
|
||||
Node: Filename Expansion63585
|
||||
Node: Pattern Matching65709
|
||||
Node: Quote Removal69030
|
||||
Node: Redirections69316
|
||||
Node: Executing Commands76791
|
||||
Node: Simple Command Expansion77458
|
||||
Node: Command Search and Execution79379
|
||||
Node: Command Execution Environment81376
|
||||
Node: Environment84138
|
||||
Node: Exit Status85789
|
||||
Node: Signals86984
|
||||
Node: Shell Scripts88939
|
||||
Node: Shell Builtin Commands91450
|
||||
Node: Bourne Shell Builtins92880
|
||||
Node: Bash Builtins109763
|
||||
Node: The Set Builtin137885
|
||||
Node: Special Builtins146103
|
||||
Node: Shell Variables147075
|
||||
Node: Bourne Shell Variables147511
|
||||
Node: Bash Variables149488
|
||||
Node: Bash Features168993
|
||||
Node: Invoking Bash169875
|
||||
Node: Bash Startup Files175686
|
||||
Node: Interactive Shells180556
|
||||
Node: What is an Interactive Shell?180958
|
||||
Node: Is this Shell Interactive?181593
|
||||
Node: Interactive Shell Behavior182399
|
||||
Node: Bash Conditional Expressions185666
|
||||
Node: Shell Arithmetic189086
|
||||
Node: Aliases191826
|
||||
Node: Arrays194329
|
||||
Node: The Directory Stack197349
|
||||
Node: Directory Stack Builtins198055
|
||||
Node: Printing a Prompt200934
|
||||
Node: The Restricted Shell203560
|
||||
Node: Bash POSIX Mode205385
|
||||
Node: Job Control212031
|
||||
Node: Job Control Basics212497
|
||||
Node: Job Control Builtins216777
|
||||
Node: Job Control Variables221073
|
||||
Node: Command Line Editing222223
|
||||
Node: Introduction and Notation223221
|
||||
Node: Readline Interaction224838
|
||||
Node: Readline Bare Essentials226024
|
||||
Node: Readline Movement Commands227804
|
||||
Node: Readline Killing Commands228760
|
||||
Node: Readline Arguments230669
|
||||
Node: Searching231704
|
||||
Node: Readline Init File233881
|
||||
Node: Readline Init File Syntax234935
|
||||
Node: Conditional Init Constructs246579
|
||||
Node: Sample Init File249103
|
||||
Node: Bindable Readline Commands252286
|
||||
Node: Commands For Moving253485
|
||||
Node: Commands For History254334
|
||||
Node: Commands For Text257223
|
||||
Node: Commands For Killing259884
|
||||
Node: Numeric Arguments261834
|
||||
Node: Commands For Completion262961
|
||||
Node: Keyboard Macros266542
|
||||
Node: Miscellaneous Commands267101
|
||||
Node: Readline vi Mode272400
|
||||
Node: Programmable Completion273309
|
||||
Node: Programmable Completion Builtins279116
|
||||
Node: Using History Interactively286478
|
||||
Node: Bash History Facilities287157
|
||||
Node: Bash History Builtins289847
|
||||
Node: History Interaction293699
|
||||
Node: Event Designators296250
|
||||
Node: Word Designators297254
|
||||
Node: Modifiers298884
|
||||
Node: Installing Bash300281
|
||||
Node: Basic Installation301415
|
||||
Node: Compilers and Options304100
|
||||
Node: Compiling For Multiple Architectures304834
|
||||
Node: Installation Names306491
|
||||
Node: Specifying the System Type307302
|
||||
Node: Sharing Defaults308011
|
||||
Node: Operation Controls308676
|
||||
Node: Optional Features309627
|
||||
Node: Reporting Bugs317899
|
||||
Node: Major Differences From The Bourne Shell319074
|
||||
Node: Copying This Manual334822
|
||||
Node: GNU Free Documentation License335076
|
||||
Node: Builtin Index357469
|
||||
Node: Reserved Word Index361096
|
||||
Node: Variable Index362572
|
||||
Node: Function Index369565
|
||||
Node: Concept Index374115
|
||||
Node: Command Grouping34289
|
||||
Node: Shell Functions35725
|
||||
Node: Shell Parameters39990
|
||||
Node: Positional Parameters41561
|
||||
Node: Special Parameters42452
|
||||
Node: Shell Expansions45110
|
||||
Node: Brace Expansion47030
|
||||
Node: Tilde Expansion49346
|
||||
Node: Shell Parameter Expansion51677
|
||||
Node: Command Substitution58930
|
||||
Node: Arithmetic Expansion60252
|
||||
Node: Process Substitution61093
|
||||
Node: Word Splitting62130
|
||||
Node: Filename Expansion63582
|
||||
Node: Pattern Matching65706
|
||||
Node: Quote Removal69027
|
||||
Node: Redirections69313
|
||||
Node: Executing Commands76787
|
||||
Node: Simple Command Expansion77454
|
||||
Node: Command Search and Execution79375
|
||||
Node: Command Execution Environment81372
|
||||
Node: Environment84134
|
||||
Node: Exit Status85785
|
||||
Node: Signals86980
|
||||
Node: Shell Scripts88935
|
||||
Node: Shell Builtin Commands91446
|
||||
Node: Bourne Shell Builtins92876
|
||||
Node: Bash Builtins109759
|
||||
Node: The Set Builtin137876
|
||||
Node: Special Builtins146094
|
||||
Node: Shell Variables147066
|
||||
Node: Bourne Shell Variables147502
|
||||
Node: Bash Variables149478
|
||||
Node: Bash Features168981
|
||||
Node: Invoking Bash169863
|
||||
Node: Bash Startup Files175672
|
||||
Node: Interactive Shells180542
|
||||
Node: What is an Interactive Shell?180944
|
||||
Node: Is this Shell Interactive?181579
|
||||
Node: Interactive Shell Behavior182385
|
||||
Node: Bash Conditional Expressions185652
|
||||
Node: Shell Arithmetic189071
|
||||
Node: Aliases191811
|
||||
Node: Arrays194314
|
||||
Node: The Directory Stack197334
|
||||
Node: Directory Stack Builtins198040
|
||||
Node: Printing a Prompt200918
|
||||
Node: The Restricted Shell203627
|
||||
Node: Bash POSIX Mode205452
|
||||
Node: Job Control212098
|
||||
Node: Job Control Basics212564
|
||||
Node: Job Control Builtins216844
|
||||
Node: Job Control Variables221139
|
||||
Node: Command Line Editing222288
|
||||
Node: Introduction and Notation223286
|
||||
Node: Readline Interaction224903
|
||||
Node: Readline Bare Essentials226089
|
||||
Node: Readline Movement Commands227869
|
||||
Node: Readline Killing Commands228825
|
||||
Node: Readline Arguments230733
|
||||
Node: Searching231768
|
||||
Node: Readline Init File233945
|
||||
Node: Readline Init File Syntax234999
|
||||
Node: Conditional Init Constructs246640
|
||||
Node: Sample Init File249164
|
||||
Node: Bindable Readline Commands252347
|
||||
Node: Commands For Moving253546
|
||||
Node: Commands For History254394
|
||||
Node: Commands For Text257282
|
||||
Node: Commands For Killing259942
|
||||
Node: Numeric Arguments261892
|
||||
Node: Commands For Completion263019
|
||||
Node: Keyboard Macros266599
|
||||
Node: Miscellaneous Commands267157
|
||||
Node: Readline vi Mode272455
|
||||
Node: Programmable Completion273364
|
||||
Node: Programmable Completion Builtins279171
|
||||
Node: Using History Interactively286532
|
||||
Node: Bash History Facilities287211
|
||||
Node: Bash History Builtins289901
|
||||
Node: History Interaction293751
|
||||
Node: Event Designators296302
|
||||
Node: Word Designators297305
|
||||
Node: Modifiers298934
|
||||
Node: Installing Bash300330
|
||||
Node: Basic Installation301464
|
||||
Node: Compilers and Options304149
|
||||
Node: Compiling For Multiple Architectures304883
|
||||
Node: Installation Names306540
|
||||
Node: Specifying the System Type307351
|
||||
Node: Sharing Defaults308060
|
||||
Node: Operation Controls308725
|
||||
Node: Optional Features309676
|
||||
Node: Reporting Bugs317947
|
||||
Node: Major Differences From The Bourne Shell319122
|
||||
Node: Copying This Manual334870
|
||||
Node: GNU Free Documentation License335124
|
||||
Node: Builtin Index357517
|
||||
Node: Reserved Word Index361144
|
||||
Node: Variable Index362620
|
||||
Node: Function Index369613
|
||||
Node: Concept Index374163
|
||||
|
||||
End Tag Table
|
||||
|
||||
+2
-2
@@ -5716,9 +5716,9 @@ The version of Bash (e.g., 2.00)
|
||||
@item \V
|
||||
The release of Bash, version + patchlevel (e.g., 2.00.0)
|
||||
@item \w
|
||||
The current working directory.
|
||||
The current working directory, with @env{$HOME} abbreviated with a tilde.
|
||||
@item \W
|
||||
The basename of @env{$PWD}.
|
||||
The basename of @env{$PWD}, with @env{$HOME} abbreviated with a tilde.
|
||||
@item \!
|
||||
The history number of this command.
|
||||
@item \#
|
||||
|
||||
+7255
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1,6 +1,6 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.18.1
|
||||
%%CreationDate: Thu Nov 13 09:47:38 2003
|
||||
%%CreationDate: Sun Jan 25 21:10:35 2004
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%+ font Times-Bold
|
||||
%%+ font Times-Italic
|
||||
@@ -189,11 +189,11 @@ setpacking
|
||||
%%IncludeResource: font Palatino-Italic
|
||||
%%IncludeResource: font Palatino-Bold
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
def/PL 841.89 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/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
|
||||
+4
-4
@@ -1,6 +1,6 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.18.1
|
||||
%%CreationDate: Thu Nov 13 09:47:38 2003
|
||||
%%CreationDate: Sun Jan 25 21:10:36 2004
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%+ font Times-Bold
|
||||
%%DocumentSuppliedResources: procset grops 1.18 1
|
||||
@@ -177,11 +177,11 @@ setpacking
|
||||
%%IncludeResource: font Times-Roman
|
||||
%%IncludeResource: font Times-Bold
|
||||
grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
|
||||
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
|
||||
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
|
||||
def/PL 841.89 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/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
|
||||
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
|
||||
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
|
||||
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
|
||||
|
||||
+5
-5
@@ -1,10 +1,10 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2004 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set EDITION 3.0
|
||||
@set VERSION 3.0-alpha
|
||||
@set UPDATED 13 November 2003
|
||||
@set UPDATED-MONTH November 2003
|
||||
@set VERSION 3.0-beta1
|
||||
@set UPDATED 24 January 2004
|
||||
@set UPDATED-MONTH January 2004
|
||||
|
||||
@set LASTCHANGE Thu Nov 13 09:47:04 EST 2003
|
||||
@set LASTCHANGE Sat Jan 24 13:17:53 EST 2004
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2003 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set EDITION 3.0
|
||||
@set VERSION 3.0-alpha
|
||||
@set UPDATED 13 November 2003
|
||||
@set UPDATED-MONTH November 2003
|
||||
|
||||
@set LASTCHANGE Thu Nov 13 09:47:04 EST 2003
|
||||
Reference in New Issue
Block a user