commit bash-20140124 snapshot

This commit is contained in:
Chet Ramey
2014-02-04 09:33:06 -05:00
parent 4a2c75c650
commit c61bfbfd13
96 changed files with 12481 additions and 4060 deletions
+82 -76
View File
@@ -3274,51 +3274,56 @@ RREEAADDLLIINNEE
$$EEDDIITTOORR, and _e_m_a_c_s as the editor, in that order.
CCoommmmaannddss ffoorr CChhaannggiinngg TTeexxtt
_e_n_d_-_o_f_-_f_i_l_e ((uussuuaallllyy CC--dd))
The character indicating end-of-file as set, for example, by
``stty''. If this character is read when there are no charac-
ters on the line, and point is at the beginning of the line,
Readline interprets it as the end of input and returns EEOOFF.
ddeelleettee--cchhaarr ((CC--dd))
Delete the character at point. If point is at the beginning of
the line, there are no characters in the line, and the last
character typed was not bound to ddeelleettee--cchhaarr, then return EEOOFF.
Delete the character at point. If this function is bound to the
same character as the tty EEOOFF character, as CC--dd commonly is, see
above for the effects.
bbaacckkwwaarrdd--ddeelleettee--cchhaarr ((RRuubboouutt))
Delete the character behind the cursor. When given a numeric
Delete the character behind the cursor. When given a numeric
argument, save the deleted text on the kill ring.
ffoorrwwaarrdd--bbaacckkwwaarrdd--ddeelleettee--cchhaarr
Delete the character under the cursor, unless the cursor is at
Delete the character under the cursor, unless the cursor is at
the end of the line, in which case the character behind the cur-
sor is deleted.
qquuootteedd--iinnsseerrtt ((CC--qq,, CC--vv))
Add the next character typed to the line verbatim. This is how
Add the next character typed to the line verbatim. This is how
to insert characters like CC--qq, for example.
ttaabb--iinnsseerrtt ((CC--vv TTAABB))
Insert a tab character.
sseellff--iinnsseerrtt ((aa,, bb,, AA,, 11,, !!,, ......))
Insert the character typed.
ttrraannssppoossee--cchhaarrss ((CC--tt))
Drag the character before point forward over the character at
point, moving point forward as well. If point is at the end of
the line, then this transposes the two characters before point.
Drag the character before point forward over the character at
point, moving point forward as well. If point is at the end of
the line, then this transposes the two characters before point.
Negative arguments have no effect.
ttrraannssppoossee--wwoorrddss ((MM--tt))
Drag the word before point past the word after point, moving
point over that word as well. If point is at the end of the
Drag the word before point past the word after point, moving
point over that word as well. If point is at the end of the
line, this transposes the last two words on the line.
uuppccaassee--wwoorrdd ((MM--uu))
Uppercase the current (or following) word. With a negative
Uppercase the current (or following) word. With a negative
argument, uppercase the previous word, but do not move point.
ddoowwnnccaassee--wwoorrdd ((MM--ll))
Lowercase the current (or following) word. With a negative
Lowercase the current (or following) word. With a negative
argument, lowercase the previous word, but do not move point.
ccaappiittaalliizzee--wwoorrdd ((MM--cc))
Capitalize the current (or following) word. With a negative
Capitalize the current (or following) word. With a negative
argument, capitalize the previous word, but do not move point.
oovveerrwwrriittee--mmooddee
Toggle overwrite mode. With an explicit positive numeric argu-
Toggle overwrite mode. With an explicit positive numeric argu-
ment, switches to overwrite mode. With an explicit non-positive
numeric argument, switches to insert mode. This command affects
only eemmaaccss mode; vvii mode does overwrite differently. Each call
only eemmaaccss mode; vvii mode does overwrite differently. Each call
to _r_e_a_d_l_i_n_e_(_) starts in insert mode. In overwrite mode, charac-
ters bound to sseellff--iinnsseerrtt replace the text at point rather than
pushing the text to the right. Characters bound to bbaacckk--
wwaarrdd--ddeelleettee--cchhaarr replace the character before point with a
ters bound to sseellff--iinnsseerrtt replace the text at point rather than
pushing the text to the right. Characters bound to bbaacckk--
wwaarrdd--ddeelleettee--cchhaarr replace the character before point with a
space. By default, this command is unbound.
KKiilllliinngg aanndd YYaannkkiinngg
@@ -3327,31 +3332,31 @@ RREEAADDLLIINNEE
bbaacckkwwaarrdd--kkiillll--lliinnee ((CC--xx RRuubboouutt))
Kill backward to the beginning of the line.
uunniixx--lliinnee--ddiissccaarrdd ((CC--uu))
Kill backward from point to the beginning of the line. The
Kill backward from point to the beginning of the line. The
killed text is saved on the kill-ring.
kkiillll--wwhhoollee--lliinnee
Kill all characters on the current line, no matter where point
Kill all characters on the current line, no matter where point
is.
kkiillll--wwoorrdd ((MM--dd))
Kill from point to the end of the current word, or if between
words, to the end of the next word. Word boundaries are the
same as those used by ffoorrwwaarrdd--wwoorrdd.
bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt))
Kill the word behind point. Word boundaries are the same as
those used by bbaacckkwwaarrdd--wwoorrdd.
sshheellll--kkiillll--wwoorrdd ((MM--dd))
Kill from point to the end of the current word, or if between
words, to the end of the next word. Word boundaries are the
same as those used by ffoorrwwaarrdd--wwoorrdd.
bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt))
Kill the word behind point. Word boundaries are the same as
those used by bbaacckkwwaarrdd--wwoorrdd.
sshheellll--kkiillll--wwoorrdd ((MM--dd))
Kill from point to the end of the current word, or if between
words, to the end of the next word. Word boundaries are the
same as those used by sshheellll--ffoorrwwaarrdd--wwoorrdd.
sshheellll--bbaacckkwwaarrdd--kkiillll--wwoorrdd ((MM--RRuubboouutt))
Kill the word behind point. Word boundaries are the same as
Kill the word behind point. Word boundaries are the same as
those used by sshheellll--bbaacckkwwaarrdd--wwoorrdd.
uunniixx--wwoorrdd--rruubboouutt ((CC--ww))
Kill the word behind point, using white space as a word bound-
Kill the word behind point, using white space as a word bound-
ary. The killed text is saved on the kill-ring.
uunniixx--ffiilleennaammee--rruubboouutt
Kill the word behind point, using white space and the slash
character as the word boundaries. The killed text is saved on
Kill the word behind point, using white space and the slash
character as the word boundaries. The killed text is saved on
the kill-ring.
ddeelleettee--hhoorriizzoonnttaall--ssppaaccee ((MM--\\))
Delete all spaces and tabs around point.
@@ -3360,65 +3365,65 @@ RREEAADDLLIINNEE
ccooppyy--rreeggiioonn--aass--kkiillll
Copy the text in the region to the kill buffer.
ccooppyy--bbaacckkwwaarrdd--wwoorrdd
Copy the word before point to the kill buffer. The word bound-
Copy the word before point to the kill buffer. The word bound-
aries are the same as bbaacckkwwaarrdd--wwoorrdd.
ccooppyy--ffoorrwwaarrdd--wwoorrdd
Copy the word following point to the kill buffer. The word
Copy the word following point to the kill buffer. The word
boundaries are the same as ffoorrwwaarrdd--wwoorrdd.
yyaannkk ((CC--yy))
Yank the top of the kill ring into the buffer at point.
yyaannkk--ppoopp ((MM--yy))
Rotate the kill ring, and yank the new top. Only works follow-
Rotate the kill ring, and yank the new top. Only works follow-
ing yyaannkk or yyaannkk--ppoopp.
NNuummeerriicc AArrgguummeennttss
ddiiggiitt--aarrgguummeenntt ((MM--00,, MM--11,, ......,, MM----))
Add this digit to the argument already accumulating, or start a
Add this digit to the argument already accumulating, or start a
new argument. M-- starts a negative argument.
uunniivveerrssaall--aarrgguummeenntt
This is another way to specify an argument. If this command is
followed by one or more digits, optionally with a leading minus
sign, those digits define the argument. If the command is fol-
lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the
numeric argument, but is otherwise ignored. As a special case,
if this command is immediately followed by a character that is
neither a digit or minus sign, the argument count for the next
command is multiplied by four. The argument count is initially
one, so executing this function the first time makes the argu-
This is another way to specify an argument. If this command is
followed by one or more digits, optionally with a leading minus
sign, those digits define the argument. If the command is fol-
lowed by digits, executing uunniivveerrssaall--aarrgguummeenntt again ends the
numeric argument, but is otherwise ignored. As a special case,
if this command is immediately followed by a character that is
neither a digit or minus sign, the argument count for the next
command is multiplied by four. The argument count is initially
one, so executing this function the first time makes the argu-
ment count four, a second time makes the argument count sixteen,
and so on.
CCoommpplleettiinngg
ccoommpplleettee ((TTAABB))
Attempt to perform completion on the text before point. BBaasshh
Attempt to perform completion on the text before point. BBaasshh
attempts completion treating the text as a variable (if the text
begins with $$), username (if the text begins with ~~), hostname
(if the text begins with @@), or command (including aliases and
begins with $$), username (if the text begins with ~~), hostname
(if the text begins with @@), or command (including aliases and
functions) in turn. If none of these produces a match, filename
completion is attempted.
ppoossssiibbllee--ccoommpplleettiioonnss ((MM--??))
List the possible completions of the text before point.
iinnsseerrtt--ccoommpplleettiioonnss ((MM--**))
Insert all completions of the text before point that would have
Insert all completions of the text before point that would have
been generated by ppoossssiibbllee--ccoommpplleettiioonnss.
mmeennuu--ccoommpplleettee
Similar to ccoommpplleettee, but replaces the word to be completed with
a single match from the list of possible completions. Repeated
execution of mmeennuu--ccoommpplleettee steps through the list of possible
completions, inserting each match in turn. At the end of the
Similar to ccoommpplleettee, but replaces the word to be completed with
a single match from the list of possible completions. Repeated
execution of mmeennuu--ccoommpplleettee steps through the list of possible
completions, inserting each match in turn. At the end of the
list of completions, the bell is rung (subject to the setting of
bbeellll--ssttyyllee) and the original text is restored. An argument of _n
moves _n positions forward in the list of matches; a negative
argument may be used to move backward through the list. This
command is intended to be bound to TTAABB, but is unbound by
moves _n positions forward in the list of matches; a negative
argument may be used to move backward through the list. This
command is intended to be bound to TTAABB, but is unbound by
default.
mmeennuu--ccoommpplleettee--bbaacckkwwaarrdd
Identical to mmeennuu--ccoommpplleettee, but moves backward through the list
of possible completions, as if mmeennuu--ccoommpplleettee had been given a
Identical to mmeennuu--ccoommpplleettee, but moves backward through the list
of possible completions, as if mmeennuu--ccoommpplleettee had been given a
negative argument. This command is unbound by default.
ddeelleettee--cchhaarr--oorr--lliisstt
Deletes the character under the cursor if not at the beginning
or end of the line (like ddeelleettee--cchhaarr). If at the end of the
Deletes the character under the cursor if not at the beginning
or end of the line (like ddeelleettee--cchhaarr). If at the end of the
line, behaves identically to ppoossssiibbllee--ccoommpplleettiioonnss. This command
is unbound by default.
ccoommpplleettee--ffiilleennaammee ((MM--//))
@@ -3427,56 +3432,57 @@ RREEAADDLLIINNEE
List the possible completions of the text before point, treating
it as a filename.
ccoommpplleettee--uusseerrnnaammee ((MM--~~))
Attempt completion on the text before point, treating it as a
Attempt completion on the text before point, treating it as a
username.
ppoossssiibbllee--uusseerrnnaammee--ccoommpplleettiioonnss ((CC--xx ~~))
List the possible completions of the text before point, treating
it as a username.
ccoommpplleettee--vvaarriiaabbllee ((MM--$$))
Attempt completion on the text before point, treating it as a
Attempt completion on the text before point, treating it as a
shell variable.
ppoossssiibbllee--vvaarriiaabbllee--ccoommpplleettiioonnss ((CC--xx $$))
List the possible completions of the text before point, treating
it as a shell variable.
ccoommpplleettee--hhoossttnnaammee ((MM--@@))
Attempt completion on the text before point, treating it as a
Attempt completion on the text before point, treating it as a
hostname.
ppoossssiibbllee--hhoossttnnaammee--ccoommpplleettiioonnss ((CC--xx @@))
List the possible completions of the text before point, treating
it as a hostname.
ccoommpplleettee--ccoommmmaanndd ((MM--!!))
Attempt completion on the text before point, treating it as a
command name. Command completion attempts to match the text
against aliases, reserved words, shell functions, shell
Attempt completion on the text before point, treating it as a
command name. Command completion attempts to match the text
against aliases, reserved words, shell functions, shell
builtins, and finally executable filenames, in that order.
ppoossssiibbllee--ccoommmmaanndd--ccoommpplleettiioonnss ((CC--xx !!))
List the possible completions of the text before point, treating
it as a command name.
ddyynnaammiicc--ccoommpplleettee--hhiissttoorryy ((MM--TTAABB))
Attempt completion on the text before point, comparing the text
against lines from the history list for possible completion
Attempt completion on the text before point, comparing the text
against lines from the history list for possible completion
matches.
ddaabbbbrreevv--eexxppaanndd
Attempt menu completion on the text before point, comparing the
Attempt menu completion on the text before point, comparing the
text against lines from the history list for possible completion
matches.
ccoommpplleettee--iinnttoo--bbrraacceess ((MM--{{))
Perform filename completion and insert the list of possible com-
pletions enclosed within braces so the list is available to the
pletions enclosed within braces so the list is available to the
shell (see BBrraaccee EExxppaannssiioonn above).
KKeeyybbooaarrdd MMaaccrrooss
ssttaarrtt--kkbbdd--mmaaccrroo ((CC--xx (())
Begin saving the characters typed into the current keyboard
Begin saving the characters typed into the current keyboard
macro.
eenndd--kkbbdd--mmaaccrroo ((CC--xx ))))
Stop saving the characters typed into the current keyboard macro
and store the definition.
ccaallll--llaasstt--kkbbdd--mmaaccrroo ((CC--xx ee))
Re-execute the last keyboard macro defined, by making the char-
acters in the macro appear as if typed at the keyboard.
pprriinntt--llaasstt--kkbbdd--mmaaccrroo (()) Print the last keyboard macro defined in
a format suitable for the _i_n_p_u_t_r_c file.
Re-execute the last keyboard macro defined, by making the char-
acters in the macro appear as if typed at the keyboard.
pprriinntt--llaasstt--kkbbdd--mmaaccrroo (())
Print the last keyboard macro defined in a format suitable for
the _i_n_p_u_t_r_c file.
MMiisscceellllaanneeoouuss
rree--rreeaadd--iinniitt--ffiillee ((CC--xx CC--rr))
@@ -5715,4 +5721,4 @@ BBUUGGSS
GNU Bash 4.3 2013 October 20 BASH(1)
GNU Bash 4.3 2014 January 6 BASH(1)
+19 -9
View File
@@ -3,7 +3,7 @@
</HEAD>
<BODY><TABLE WIDTH=100%>
<TR>
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2013 October 20<TH ALIGN=RIGHT width=33%>BASH(1)
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2014 January 6<TH ALIGN=RIGHT width=33%>BASH(1)
</TR>
</TABLE>
<BR><A HREF="#index">Index</A>
@@ -7457,16 +7457,25 @@ and <I>emacs</I> as the editor, in that order.
<DL COMPACT>
<DT><B>delete-char (C-d)</B>
<DT><B></B><I>end-of-file</I> (usually C-d)
<DD>
Delete the character at point. If point is at the
beginning of the line, there are no characters in the line, and
the last character typed was not bound to <B>delete-char</B>,
then return
The character indicating end-of-file as set, for example, by
<TT>stty</TT>.
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
<FONT SIZE=-1><B>EOF</B>.
</FONT>
<DT><B>delete-char (C-d)</B>
<DD>
Delete the character at point.
If this function is bound to the
same character as the tty <B>EOF</B> character, as <B>C-d</B>
commonly is, see above for the effects.
<DT><B>backward-delete-char (Rubout)</B>
<DD>
@@ -7812,8 +7821,9 @@ and store the definition.
<DD>
Re-execute the last keyboard macro defined, by making the characters
in the macro appear as if typed at the keyboard.
<B>print-last-kbd-macro ()</B>
<DT><B>print-last-kbd-macro ()</B>
<DD>
Print the last keyboard macro defined in a format suitable for the
<I>inputrc</I> file.
@@ -13147,7 +13157,7 @@ There may be only one active coprocess at a time.
<HR>
<TABLE WIDTH=100%>
<TR>
<TH ALIGN=LEFT width=33%>GNU Bash 4.3<TH ALIGN=CENTER width=33%>2013 October 20<TH ALIGN=RIGHT width=33%>BASH(1)
<TH ALIGN=LEFT width=33%>GNU Bash 4.3<TH ALIGN=CENTER width=33%>2014 January 6<TH ALIGN=RIGHT width=33%>BASH(1)
</TR>
</TABLE>
<HR>
@@ -13253,6 +13263,6 @@ There may be only one active coprocess at a time.
</DL>
<HR>
This document was created by man2html from bash.1.<BR>
Time: 20 November 2013 08:00:32 EST
Time: 23 January 2014 15:52:11 EST
</BODY>
</HTML>
BIN
View File
Binary file not shown.
+1828 -1830
View File
File diff suppressed because it is too large Load Diff
+356 -345
View File
File diff suppressed because it is too large Load Diff
+155 -148
View File
@@ -2,12 +2,12 @@ This is bashref.info, produced by makeinfo version 4.13 from
/usr/homes/chet/src/bash/src/doc/bashref.texi.
This text is a brief description of the features that are present in
the Bash shell (version 4.3, 20 October 2013).
the Bash shell (version 4.3, 6 January 2014).
This is Edition 4.3, last updated 20 October 2013, of `The GNU Bash
This is Edition 4.3, last updated 6 January 2014, of `The GNU Bash
Reference Manual', for `Bash', Version 4.3.
Copyright (C) 1988-2013 Free Software Foundation, Inc.
Copyright (C) 1988-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
@@ -28,10 +28,10 @@ Bash Features
*************
This text is a brief description of the features that are present in
the Bash shell (version 4.3, 20 October 2013). The Bash home page is
the Bash shell (version 4.3, 6 January 2014). The Bash home page is
`http://www.gnu.org/software/bash/'.
This is Edition 4.3, last updated 20 October 2013, of `The GNU Bash
This is Edition 4.3, last updated 6 January 2014, of `The GNU Bash
Reference Manual', for `Bash', Version 4.3.
Bash contains features that appear in other popular shells, and some
@@ -7824,10 +7824,16 @@ File: bashref.info, Node: Commands For Text, Next: Commands For Killing, Prev
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 point is at the beginning of
the line, there are no characters in the line, and the last
character typed was not bound to `delete-char', then return EOF.
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
@@ -10891,14 +10897,14 @@ D.4 Function Index
(line 10)
* accept-line (Newline or Return): Commands For History. (line 6)
* backward-char (C-b): Commands For Moving. (line 15)
* backward-delete-char (Rubout): Commands For Text. (line 11)
* backward-delete-char (Rubout): Commands For Text. (line 17)
* backward-kill-line (C-x Rubout): Commands For Killing. (line 9)
* backward-kill-word (M-<DEL>): 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)
* call-last-kbd-macro (C-x e): Keyboard Macros. (line 13)
* capitalize-word (M-c): Commands For Text. (line 46)
* capitalize-word (M-c): Commands For Text. (line 52)
* character-search (C-]): Miscellaneous Commands.
(line 41)
* character-search-backward (M-C-]): Miscellaneous Commands.
@@ -10909,14 +10915,14 @@ D.4 Function Index
* 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)
* delete-char (C-d): Commands For Text. (line 6)
* 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)
* do-uppercase-version (M-a, M-b, M-X, ...): Miscellaneous Commands.
(line 14)
* downcase-word (M-l): Commands For Text. (line 42)
* downcase-word (M-l): Commands For Text. (line 48)
* dump-functions (): Miscellaneous Commands.
(line 73)
* dump-macros (): Miscellaneous Commands.
@@ -10924,11 +10930,12 @@ D.4 Function Index
* dump-variables (): Miscellaneous Commands.
(line 79)
* 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 15)
* 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)
@@ -10953,35 +10960,35 @@ D.4 Function Index
(line 41)
* non-incremental-reverse-search-history (M-p): Commands For History.
(line 36)
* overwrite-mode (): Commands For Text. (line 50)
* overwrite-mode (): Commands For Text. (line 56)
* possible-completions (M-?): Commands For Completion.
(line 15)
* prefix-meta (<ESC>): 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 20)
* 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 24)
* self-insert (a, b, A, 1, !, ...): Commands For Text. (line 30)
* set-mark (C-@): Miscellaneous Commands.
(line 32)
* skip-csi-sequence (): Miscellaneous Commands.
(line 51)
* start-kbd-macro (C-x (): Keyboard Macros. (line 6)
* transpose-chars (C-t): Commands For Text. (line 27)
* transpose-words (M-t): Commands For Text. (line 33)
* transpose-chars (C-t): Commands For Text. (line 33)
* transpose-words (M-t): Commands For Text. (line 39)
* 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 38)
* upcase-word (M-u): Commands For Text. (line 44)
* yank (C-y): Commands For Killing. (line 68)
* yank-last-arg (M-. or M-_): Commands For History. (line 79)
* yank-nth-arg (M-C-y): Commands For History. (line 70)
@@ -11149,134 +11156,134 @@ D.5 Concept Index

Tag Table:
Node: Top930
Node: Introduction2848
Node: What is Bash?3076
Node: What is a shell?4189
Node: Definitions6728
Node: Basic Shell Features9646
Node: Shell Syntax10865
Node: Shell Operation11895
Node: Quoting13189
Node: Escape Character14492
Node: Single Quotes14977
Node: Double Quotes15325
Node: ANSI-C Quoting16450
Node: Locale Translation17694
Node: Comments18590
Node: Shell Commands19208
Node: Simple Commands20080
Node: Pipelines20711
Node: Lists23449
Node: Compound Commands25178
Node: Looping Constructs26184
Node: Conditional Constructs28647
Node: Command Grouping39577
Node: Coprocesses41056
Node: GNU Parallel42889
Node: Shell Functions46875
Node: Shell Parameters51959
Node: Positional Parameters56088
Node: Special Parameters56988
Node: Shell Expansions60099
Node: Brace Expansion62042
Node: Tilde Expansion64823
Node: Shell Parameter Expansion67172
Node: Command Substitution79466
Node: Arithmetic Expansion80799
Node: Process Substitution81731
Node: Word Splitting82781
Node: Filename Expansion84429
Node: Pattern Matching86594
Node: Quote Removal90294
Node: Redirections90589
Node: Executing Commands99753
Node: Simple Command Expansion100423
Node: Command Search and Execution102353
Node: Command Execution Environment104690
Node: Environment107676
Node: Exit Status109335
Node: Signals110957
Node: Shell Scripts112925
Node: Shell Builtin Commands115443
Node: Bourne Shell Builtins117471
Node: Bash Builtins137378
Node: Modifying Shell Behavior164831
Node: The Set Builtin165176
Node: The Shopt Builtin175502
Node: Special Builtins189923
Node: Shell Variables190902
Node: Bourne Shell Variables191342
Node: Bash Variables193373
Node: Bash Features220248
Node: Invoking Bash221147
Node: Bash Startup Files226925
Node: Interactive Shells231954
Node: What is an Interactive Shell?232364
Node: Is this Shell Interactive?233013
Node: Interactive Shell Behavior233828
Node: Bash Conditional Expressions237116
Node: Shell Arithmetic241118
Node: Aliases243894
Node: Arrays246450
Node: The Directory Stack251431
Node: Directory Stack Builtins252150
Node: Controlling the Prompt255106
Node: The Restricted Shell257878
Node: Bash POSIX Mode259715
Node: Job Control269102
Node: Job Control Basics269562
Node: Job Control Builtins274281
Node: Job Control Variables278752
Node: Command Line Editing279910
Node: Introduction and Notation281582
Node: Readline Interaction283204
Node: Readline Bare Essentials284395
Node: Readline Movement Commands286184
Node: Readline Killing Commands287149
Node: Readline Arguments289069
Node: Searching290113
Node: Readline Init File292299
Node: Readline Init File Syntax293446
Node: Conditional Init Constructs310283
Node: Sample Init File312816
Node: Bindable Readline Commands315934
Node: Commands For Moving317141
Node: Commands For History318285
Node: Commands For Text322470
Node: Commands For Killing325143
Node: Numeric Arguments327600
Node: Commands For Completion328739
Node: Keyboard Macros332931
Node: Miscellaneous Commands333619
Node: Readline vi Mode339425
Node: Programmable Completion340332
Node: Programmable Completion Builtins347608
Node: A Programmable Completion Example357354
Node: Using History Interactively362604
Node: Bash History Facilities363288
Node: Bash History Builtins366287
Node: History Interaction370215
Node: Event Designators372920
Node: Word Designators374142
Node: Modifiers375781
Node: Installing Bash377185
Node: Basic Installation378322
Node: Compilers and Options381014
Node: Compiling For Multiple Architectures381755
Node: Installation Names383419
Node: Specifying the System Type384237
Node: Sharing Defaults384953
Node: Operation Controls385626
Node: Optional Features386584
Node: Reporting Bugs396648
Node: Major Differences From The Bourne Shell397846
Node: GNU Free Documentation License414705
Node: Indexes439901
Node: Builtin Index440355
Node: Reserved Word Index447182
Node: Variable Index449630
Node: Function Index463810
Node: Concept Index471038
Node: Top928
Node: Introduction2844
Node: What is Bash?3072
Node: What is a shell?4185
Node: Definitions6724
Node: Basic Shell Features9642
Node: Shell Syntax10861
Node: Shell Operation11891
Node: Quoting13185
Node: Escape Character14488
Node: Single Quotes14973
Node: Double Quotes15321
Node: ANSI-C Quoting16446
Node: Locale Translation17690
Node: Comments18586
Node: Shell Commands19204
Node: Simple Commands20076
Node: Pipelines20707
Node: Lists23445
Node: Compound Commands25174
Node: Looping Constructs26180
Node: Conditional Constructs28643
Node: Command Grouping39573
Node: Coprocesses41052
Node: GNU Parallel42885
Node: Shell Functions46871
Node: Shell Parameters51955
Node: Positional Parameters56084
Node: Special Parameters56984
Node: Shell Expansions60095
Node: Brace Expansion62038
Node: Tilde Expansion64819
Node: Shell Parameter Expansion67168
Node: Command Substitution79462
Node: Arithmetic Expansion80795
Node: Process Substitution81727
Node: Word Splitting82777
Node: Filename Expansion84425
Node: Pattern Matching86590
Node: Quote Removal90290
Node: Redirections90585
Node: Executing Commands99749
Node: Simple Command Expansion100419
Node: Command Search and Execution102349
Node: Command Execution Environment104686
Node: Environment107672
Node: Exit Status109331
Node: Signals110953
Node: Shell Scripts112921
Node: Shell Builtin Commands115439
Node: Bourne Shell Builtins117467
Node: Bash Builtins137374
Node: Modifying Shell Behavior164827
Node: The Set Builtin165172
Node: The Shopt Builtin175498
Node: Special Builtins189919
Node: Shell Variables190898
Node: Bourne Shell Variables191338
Node: Bash Variables193369
Node: Bash Features220244
Node: Invoking Bash221143
Node: Bash Startup Files226921
Node: Interactive Shells231950
Node: What is an Interactive Shell?232360
Node: Is this Shell Interactive?233009
Node: Interactive Shell Behavior233824
Node: Bash Conditional Expressions237112
Node: Shell Arithmetic241114
Node: Aliases243890
Node: Arrays246446
Node: The Directory Stack251427
Node: Directory Stack Builtins252146
Node: Controlling the Prompt255102
Node: The Restricted Shell257874
Node: Bash POSIX Mode259711
Node: Job Control269098
Node: Job Control Basics269558
Node: Job Control Builtins274277
Node: Job Control Variables278748
Node: Command Line Editing279906
Node: Introduction and Notation281578
Node: Readline Interaction283200
Node: Readline Bare Essentials284391
Node: Readline Movement Commands286180
Node: Readline Killing Commands287145
Node: Readline Arguments289065
Node: Searching290109
Node: Readline Init File292295
Node: Readline Init File Syntax293442
Node: Conditional Init Constructs310279
Node: Sample Init File312812
Node: Bindable Readline Commands315930
Node: Commands For Moving317137
Node: Commands For History318281
Node: Commands For Text322466
Node: Commands For Killing325395
Node: Numeric Arguments327852
Node: Commands For Completion328991
Node: Keyboard Macros333183
Node: Miscellaneous Commands333871
Node: Readline vi Mode339677
Node: Programmable Completion340584
Node: Programmable Completion Builtins347860
Node: A Programmable Completion Example357606
Node: Using History Interactively362856
Node: Bash History Facilities363540
Node: Bash History Builtins366539
Node: History Interaction370467
Node: Event Designators373172
Node: Word Designators374394
Node: Modifiers376033
Node: Installing Bash377437
Node: Basic Installation378574
Node: Compilers and Options381266
Node: Compiling For Multiple Architectures382007
Node: Installation Names383671
Node: Specifying the System Type384489
Node: Sharing Defaults385205
Node: Operation Controls385878
Node: Optional Features386836
Node: Reporting Bugs396900
Node: Major Differences From The Bourne Shell398098
Node: GNU Free Documentation License414957
Node: Indexes440153
Node: Builtin Index440607
Node: Reserved Word Index447434
Node: Variable Index449882
Node: Function Index464062
Node: Concept Index471363

End Tag Table
+209 -200
View File
@@ -1,7 +1,7 @@
%!PS-Adobe-2.0
%%Creator: dvips(k) 5.991 Copyright 2011 Radical Eye Software
%%Title: bashref.dvi
%%CreationDate: Fri Dec 27 14:46:25 2013
%%CreationDate: Thu Jan 23 15:52:08 2014
%%Pages: 172
%%PageOrder: Ascend
%%BoundingBox: 0 0 612 792
@@ -12,7 +12,7 @@
%DVIPSWebPage: (www.radicaleye.com)
%DVIPSCommandLine: dvips -D 600 -t letter -o bashref.ps bashref.dvi
%DVIPSParameters: dpi=600
%DVIPSSource: TeX output 2013.12.27:1446
%DVIPSSource: TeX output 2014.01.09:1624
%%BeginProcSet: tex.pro 0 0
%!
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -7458,60 +7458,60 @@ TeXDict begin 40258431 52099146 1000 600 600 (bashref.dvi)
58 3[59 1[54 58 7[38 38 38 38 38 38 38 38 38 38 3[21
31[43 12[{}50 74.7198 /CMR9 rf /Fc 197[21 58[{}1 74.7198
/CMMI9 rf /Fd 134[39 39 2[39 39 39 39 2[39 39 39 39 2[39
39 2[39 3[39 19[39 27[39 39 2[39 45[{}18 74.7198 /CMSLTT10
rf /Fe 129[39 39 1[39 39 39 39 39 39 39 39 39 39 39 39
39 1[39 39 39 2[39 19[39 27[39 39 2[39 45[{}20 74.7198
/CMSLTT10 rf /Fe 129[39 39 1[39 39 39 39 39 39 39 39
39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39 39
39 1[39 39 39 39 39 39 39 39 39 39 1[39 39 39 39 39 39
1[39 39 39 39 39 39 39 39 39 39 39 39 1[39 39 39 5[39
39 39 39 39 39 39 39 39 1[39 39 39 39 39 1[39 39 1[39
33[{}81 74.7198 /CMTT9 rf /Ff 167[62 3[60 46 2[57 1[62
76 52 1[43 1[62 65 54 1[63 60 67[{}13 83.022 /CMR10 rf
/Fg 135[67 2[67 1[50 2[61 69 5[33 1[70 2[68 52[60 47[{}9
109.174 /CMCSC10 rf /Fh 140[56 3[56 56 1[56 2[56 56 56
57[56 45[{}8 109.091 /CMTT12 rf /Fi 130[45 1[45 123[{
T1Encoding ReEncodeFont }2 91.3242 /SFRM1095 rf /Fj
134[48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 1[48 2[48 3[48 3[48 1[48 1[48
1[48 48 48 1[48 48 48 1[48 48 48 48 1[48 6[48 6[48 48
48 48 2[48 5[48 39[{}49 90.9091 /CMSLTT10 rf /Fk 134[65
65 89 65 68 48 48 50 65 68 61 68 102 34 65 1[34 68 61
37 56 68 55 68 60 7[93 1[127 1[94 85 68 92 92 84 92 96
116 74 96 1[46 96 96 77 81 94 89 87 93 1[58 5[61 61 61
61 61 61 61 61 61 61 1[34 41 34 31[68 72 11[{}62 109.091
/CMBX12 rf /Fl 135[42 1[42 1[30 37 38 1[46 46 51 74 23
2[28 1[42 1[42 46 42 1[46 51[33 32[51 12[{}18 90.9091
/CMTI10 rf /Fm 135[56 2[56 1[42 55 1[51 58 56 68 47 2[27
1[58 49 51 57 54 53 56 46[50 2[50 1[34 45[{}20 90.9091
/CMCSC10 rf /Fn 197[25 58[{}1 90.9091 /CMMI10 rf /Fo
197[33 58[{}1 119.552 /CMMI12 rf /Fp 134[85 85 1[85 90
63 64 66 1[90 81 90 134 45 1[49 45 90 81 49 74 90 72
90 78 10[122 124 112 90 120 3[126 153 97 1[83 60 126
127 101 106 124 117 115 122 7[81 81 81 81 81 81 81 81
81 81 35[90 94 11[{}52 143.462 /CMBX12 rf /Fq 200[0 21[91
17[45 1[91 12[71{}5 90.9091 /CMSY10 rf /Fr 134[48 48
66 48 51 35 36 36 48 51 45 51 76 25 48 28 25 51 45 28
40 51 40 51 45 7[68 68 93 1[68 66 51 67 1[62 71 68 83
57 71 1[33 68 71 59 62 69 66 64 68 12[45 45 45 45 3[30
8[45 21[76 1[51 53 11[{}56 90.9091 /CMSL10 rf /Fs 134[71
71 97 71 75 52 53 55 1[75 67 75 112 37 71 41 37 75 67
41 61 75 60 75 65 3[37 1[37 1[102 102 139 102 103 94
75 100 101 92 101 105 128 81 105 69 50 105 106 85 88
103 97 96 102 105 64 4[37 67 67 67 67 67 67 67 67 67
67 1[37 45 37 1[67 5[67 112 1[41 20[75 78 11[{}73 119.552
/CMBX12 rf /Ft 129[48 48 48 48 48 48 48 48 48 48 48 48
39 39 39 39 39 1[39 39 39 39 39 39 39 39 39 39 1[39 39
39 39 39 39 1[39 39 39 39 39 39 39 39 39 39 39 39 1[39
39 39 5[39 39 39 39 39 39 39 39 39 1[39 39 39 39 39 1[39
39 1[39 33[{}81 74.7198 /CMTT9 rf /Ff 167[62 3[60 46
2[57 1[62 76 52 1[43 1[62 65 54 1[63 60 67[{}13 83.022
/CMR10 rf /Fg 135[67 2[67 1[50 2[61 69 5[33 1[70 2[68
52[60 47[{}9 109.174 /CMCSC10 rf /Fh 140[56 3[56 56 1[56
2[56 56 56 57[56 45[{}8 109.091 /CMTT12 rf /Fi 130[45
1[45 123[{ T1Encoding ReEncodeFont }2 91.3242 /SFRM1095
rf /Fj 134[48 48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 48 48 48 1[48 2[48 3[48 3[48
1[48 1[48 1[48 48 48 1[48 48 48 1[48 48 48 48 1[48 6[48
6[48 48 48 48 2[48 5[48 39[{}49 90.9091 /CMSLTT10 rf
/Fk 134[65 65 89 65 68 48 48 50 65 68 61 68 102 34 65
1[34 68 61 37 56 68 55 68 60 7[93 1[127 1[94 85 68 92
92 84 92 96 116 74 96 1[46 96 96 77 81 94 89 87 93 1[58
5[61 61 61 61 61 61 61 61 61 61 1[34 41 34 31[68 72 11[{}62
109.091 /CMBX12 rf /Fl 135[42 1[42 1[30 37 38 1[46 46
51 74 23 2[28 1[42 1[42 46 42 1[46 51[33 32[51 12[{}18
90.9091 /CMTI10 rf /Fm 135[56 2[56 1[42 55 1[51 58 56
68 47 2[27 1[58 49 51 57 54 53 56 46[50 2[50 1[34 45[{}20
90.9091 /CMCSC10 rf /Fn 197[25 58[{}1 90.9091 /CMMI10
rf /Fo 197[33 58[{}1 119.552 /CMMI12 rf /Fp 134[85 85
1[85 90 63 64 66 1[90 81 90 134 45 1[49 45 90 81 49 74
90 72 90 78 10[122 124 112 90 120 3[126 153 97 1[83 60
126 127 101 106 124 117 115 122 7[81 81 81 81 81 81 81
81 81 81 35[90 94 11[{}52 143.462 /CMBX12 rf /Fq 200[0
21[91 17[45 1[91 12[71{}5 90.9091 /CMSY10 rf /Fr 134[48
48 66 48 51 35 36 36 48 51 45 51 76 25 48 28 25 51 45
28 40 51 40 51 45 7[68 68 93 1[68 66 51 67 1[62 71 68
83 57 71 1[33 68 71 59 62 69 66 64 68 12[45 45 45 45
3[30 8[45 21[76 1[51 53 11[{}56 90.9091 /CMSL10 rf /Fs
134[71 71 97 71 75 52 53 55 1[75 67 75 112 37 71 41 37
75 67 41 61 75 60 75 65 3[37 1[37 1[102 102 139 102 103
94 75 100 101 92 101 105 128 81 105 69 50 105 106 85
88 103 97 96 102 105 64 4[37 67 67 67 67 67 67 67 67
67 67 1[37 45 37 1[67 5[67 112 1[41 20[75 78 11[{}73
119.552 /CMBX12 rf /Ft 129[48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 1[48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 1[48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48 48
48 48 48 48 48 48 48 48 48 48 33[{}93 90.9091 /CMTT10
rf /Fu 131[91 45 40 48 48 66 48 51 35 36 36 48 51 45
51 76 25 48 28 25 51 45 28 40 51 40 51 45 25 2[25 45
25 56 68 68 93 68 68 66 51 67 71 62 71 68 83 57 71 47
33 68 71 59 62 69 66 64 68 71 43 1[71 1[25 25 45 45 45
45 45 45 45 45 45 45 45 25 30 25 1[45 35 35 25 71 76
45 76 45 25 18[76 51 51 53 11[{}91 90.9091 /CMR10 rf
/Fv 138[108 1[76 79 3[108 1[54 3[108 1[59 88 1[86 1[94
14[144 4[184 10[138 66[{}13 172.154 /CMBX12 rf end
48 48 48 48 48 48 48 48 48 48 48 48 48 33[{}93 90.9091
/CMTT10 rf /Fu 131[91 45 40 48 48 66 48 51 35 36 36 48
51 45 51 76 25 48 28 25 51 45 28 40 51 40 51 45 25 2[25
45 25 56 68 68 93 68 68 66 51 67 71 62 71 68 83 57 71
47 33 68 71 59 62 69 66 64 68 71 43 1[71 1[25 25 45 45
45 45 45 45 45 45 45 45 45 25 30 25 1[45 35 35 25 71
76 45 76 45 25 18[76 51 51 53 11[{}91 90.9091 /CMR10
rf /Fv 138[108 1[76 79 3[108 1[54 3[108 1[59 88 1[86
1[94 14[144 4[184 10[138 66[{}13 172.154 /CMBX12 rf end
%%EndProlog
%%BeginSetup
%%Feature: *Resolution 600dpi
@@ -7528,7 +7528,7 @@ ifelse
TeXDict begin 1 0 bop 150 1318 a Fv(Bash)64 b(Reference)j(Man)-5
b(ual)p 150 1385 3600 34 v 2361 1481 a Fu(Reference)31
b(Do)s(cumen)m(tation)i(for)d(Bash)2428 1589 y(Edition)h(4.3,)g(for)f
Ft(Bash)g Fu(V)-8 b(ersion)31 b(4.3.)3217 1697 y(Octob)s(er)f(2013)150
Ft(Bash)g Fu(V)-8 b(ersion)31 b(4.3.)3218 1697 y(Jan)m(uary)f(2014)150
4935 y Fs(Chet)45 b(Ramey)-11 b(,)46 b(Case)g(W)-11 b(estern)46
b(Reserv)l(e)g(Univ)l(ersit)l(y)150 5068 y(Brian)f(F)-11
b(o)l(x,)45 b(F)-11 b(ree)45 b(Soft)l(w)l(are)h(F)-11
@@ -7536,16 +7536,15 @@ b(oundation)p 150 5141 3600 17 v eop end
%%Page: 2 2
TeXDict begin 2 1 bop 150 4279 a Fu(This)35 b(text)h(is)g(a)g(brief)f
(description)h(of)f(the)h(features)g(that)g(are)g(presen)m(t)g(in)f
(the)h(Bash)f(shell)h(\(v)m(ersion)150 4389 y(4.3,)c(20)f(Octob)s(er)f
(2013\).)150 4523 y(This)35 b(is)g(Edition)h(4.3,)i(last)f(up)s(dated)d
(20)i(Octob)s(er)g(2013,)j(of)c Fr(The)h(GNU)g(Bash)f(Reference)i(Man)m
(ual)p Fu(,)150 4633 y(for)30 b Ft(Bash)p Fu(,)g(V)-8
b(ersion)31 b(4.3.)150 4767 y(Cop)m(yrigh)m(t)602 4764
y(c)577 4767 y Fq(\015)f Fu(1988{2013)35 b(F)-8 b(ree)31
b(Soft)m(w)m(are)h(F)-8 b(oundation,)31 b(Inc.)390 4902
y(P)m(ermission)21 b(is)f(gran)m(ted)h(to)g(cop)m(y)-8
b(,)24 b(distribute)c(and/or)h(mo)s(dify)e(this)i(do)s(cumen)m(t)f
(under)f(the)390 5011 y(terms)25 b(of)h(the)f(GNU)h(F)-8
(the)h(Bash)f(shell)h(\(v)m(ersion)150 4389 y(4.3,)c(6)e(Jan)m(uary)g
(2014\).)150 4523 y(This)e(is)i(Edition)f(4.3,)i(last)f(up)s(dated)e(6)
h(Jan)m(uary)g(2014,)i(of)f Fr(The)e(GNU)i(Bash)g(Reference)g(Man)m
(ual)p Fu(,)g(for)150 4633 y Ft(Bash)p Fu(,)f(V)-8 b(ersion)31
b(4.3.)150 4767 y(Cop)m(yrigh)m(t)602 4764 y(c)577 4767
y Fq(\015)f Fu(1988{2014)35 b(F)-8 b(ree)31 b(Soft)m(w)m(are)h(F)-8
b(oundation,)31 b(Inc.)390 4902 y(P)m(ermission)21 b(is)f(gran)m(ted)h
(to)g(cop)m(y)-8 b(,)24 b(distribute)c(and/or)h(mo)s(dify)e(this)i(do)s
(cumen)m(t)f(under)f(the)390 5011 y(terms)25 b(of)h(the)f(GNU)h(F)-8
b(ree)27 b(Do)s(cumen)m(tation)g(License,)g(V)-8 b(ersion)26
b(1.3)g(or)f(an)m(y)h(later)g(v)m(ersion)390 5121 y(published)43
b(b)m(y)h(the)h(F)-8 b(ree)46 b(Soft)m(w)m(are)g(F)-8
@@ -16243,123 +16242,130 @@ TeXDict begin 117 122 bop 150 -116 a Fu(Chapter)30 b(8:)41
b(Command)29 b(Line)i(Editing)2062 b(117)630 299 y(in)32
b(a)h(history)g(line.)47 b(This)32 b(is)g(a)h(non-incremen)m(tal)h
(searc)m(h.)47 b(By)33 b(default,)h(this)e(command)630
408 y(is)e(un)m(b)s(ound.)150 586 y Ft(history-substr-search-ba)o(ckwa)
o(rd)24 b(\(\))630 696 y Fu(Searc)m(h)35 b(bac)m(kw)m(ard)g(through)f
408 y(is)e(un)m(b)s(ound.)150 573 y Ft(history-substr-search-ba)o(ckwa)
o(rd)24 b(\(\))630 683 y Fu(Searc)m(h)35 b(bac)m(kw)m(ard)g(through)f
(the)h(history)g(for)g(the)f(string)h(of)g(c)m(haracters)h(b)s(et)m(w)m
(een)g(the)630 806 y(start)29 b(of)g(the)g(curren)m(t)g(line)g(and)f
(een)g(the)630 793 y(start)29 b(of)g(the)g(curren)m(t)g(line)g(and)f
(the)h(p)s(oin)m(t.)40 b(The)29 b(searc)m(h)g(string)g(ma)m(y)g(matc)m
(h)h(an)m(ywhere)630 915 y(in)i(a)h(history)g(line.)47
(h)h(an)m(ywhere)630 902 y(in)i(a)h(history)g(line.)47
b(This)32 b(is)g(a)h(non-incremen)m(tal)h(searc)m(h.)47
b(By)33 b(default,)h(this)e(command)630 1025 y(is)e(un)m(b)s(ound.)150
1203 y Ft(yank-nth-arg)d(\(M-C-y\))630 1312 y Fu(Insert)37
b(By)33 b(default,)h(this)e(command)630 1012 y(is)e(un)m(b)s(ound.)150
1177 y Ft(yank-nth-arg)d(\(M-C-y\))630 1286 y Fu(Insert)37
b(the)g(\014rst)f(argumen)m(t)i(to)f(the)h(previous)e(command)h
(\(usually)g(the)g(second)g(w)m(ord)630 1422 y(on)32
(\(usually)g(the)g(second)g(w)m(ord)630 1396 y(on)32
b(the)g(previous)f(line\))i(at)f(p)s(oin)m(t.)46 b(With)32
b(an)g(argumen)m(t)g Fr(n)p Fu(,)g(insert)g(the)g Fr(n)p
Fu(th)f(w)m(ord)g(from)630 1531 y(the)k(previous)f(command)h(\(the)g(w)
Fu(th)f(w)m(ord)g(from)630 1506 y(the)k(previous)f(command)h(\(the)g(w)
m(ords)g(in)f(the)h(previous)g(command)f(b)s(egin)h(with)f(w)m(ord)630
1641 y(0\).)69 b(A)40 b(negativ)m(e)h(argumen)m(t)f(inserts)g(the)f
1615 y(0\).)69 b(A)40 b(negativ)m(e)h(argumen)m(t)f(inserts)g(the)f
Fr(n)p Fu(th)g(w)m(ord)g(from)g(the)h(end)f(of)h(the)f(previous)630
1750 y(command.)48 b(Once)33 b(the)g(argumen)m(t)h Fr(n)e
1725 y(command.)48 b(Once)33 b(the)g(argumen)m(t)h Fr(n)e
Fu(is)h(computed,)h(the)f(argumen)m(t)g(is)g(extracted)i(as)e(if)630
1860 y(the)e(`)p Ft(!)p Fj(n)p Fu(')f(history)g(expansion)g(had)g(b)s
(een)g(sp)s(eci\014ed.)150 2038 y Ft(yank-last-arg)d(\(M-.)i(or)h
(M-_\))630 2148 y Fu(Insert)k(last)i(argumen)m(t)g(to)g(the)f(previous)
1834 y(the)e(`)p Ft(!)p Fj(n)p Fu(')f(history)g(expansion)g(had)g(b)s
(een)g(sp)s(eci\014ed.)150 1999 y Ft(yank-last-arg)d(\(M-.)i(or)h
(M-_\))630 2109 y Fu(Insert)k(last)i(argumen)m(t)g(to)g(the)f(previous)
f(command)h(\(the)h(last)f(w)m(ord)g(of)g(the)g(previous)630
2257 y(history)e(en)m(try\).)51 b(With)34 b(a)g(n)m(umeric)g(argumen)m
2218 y(history)e(en)m(try\).)51 b(With)34 b(a)g(n)m(umeric)g(argumen)m
(t,)h(b)s(eha)m(v)m(e)f(exactly)h(lik)m(e)g Ft(yank-nth-arg)p
Fu(.)630 2367 y(Successiv)m(e)26 b(calls)g(to)f Ft(yank-last-arg)c
Fu(.)630 2328 y(Successiv)m(e)26 b(calls)g(to)f Ft(yank-last-arg)c
Fu(mo)m(v)m(e)27 b(bac)m(k)e(through)f(the)h(history)g(list,)i
(inserting)630 2476 y(the)c(last)g(w)m(ord)f(\(or)h(the)g(w)m(ord)f(sp)
(inserting)630 2438 y(the)c(last)g(w)m(ord)f(\(or)h(the)g(w)m(ord)f(sp)
s(eci\014ed)g(b)m(y)g(the)h(argumen)m(t)g(to)g(the)g(\014rst)f(call\))i
(of)f(eac)m(h)h(line)630 2586 y(in)36 b(turn.)58 b(An)m(y)36
(of)f(eac)m(h)h(line)630 2547 y(in)36 b(turn.)58 b(An)m(y)36
b(n)m(umeric)h(argumen)m(t)f(supplied)g(to)h(these)g(successiv)m(e)g
(calls)h(determines)630 2695 y(the)d(direction)g(to)h(mo)m(v)m(e)g
(calls)h(determines)630 2657 y(the)d(direction)g(to)h(mo)m(v)m(e)g
(through)e(the)h(history)-8 b(.)54 b(A)35 b(negativ)m(e)i(argumen)m(t)e
(switc)m(hes)h(the)630 2805 y(direction)23 b(through)g(the)g(history)f
(switc)m(hes)h(the)630 2766 y(direction)23 b(through)g(the)g(history)f
(\(bac)m(k)i(or)f(forw)m(ard\).)38 b(The)22 b(history)h(expansion)g
(facilities)630 2915 y(are)28 b(used)f(to)h(extract)h(the)f(last)g
(facilities)630 2876 y(are)28 b(used)f(to)h(extract)h(the)f(last)g
(argumen)m(t,)h(as)e(if)h(the)g(`)p Ft(!$)p Fu(')f(history)g(expansion)
h(had)f(b)s(een)630 3024 y(sp)s(eci\014ed.)150 3242 y
h(had)f(b)s(een)630 2986 y(sp)s(eci\014ed.)150 3190 y
Fk(8.4.3)63 b(Commands)42 b(F)-10 b(or)41 b(Changing)g(T)-10
b(ext)150 3423 y Ft(delete-char)27 b(\(C-d\))630 3533
y Fu(Delete)41 b(the)e(c)m(haracter)i(at)e(p)s(oin)m(t.)66
b(If)39 b(p)s(oin)m(t)f(is)h(at)h(the)f(b)s(eginning)f(of)h(the)g
(line,)j(there)630 3642 y(are)37 b(no)g(c)m(haracters)i(in)d(the)i
(line,)h(and)d(the)h(last)h(c)m(haracter)h(t)m(yp)s(ed)e(w)m(as)g(not)g
(b)s(ound)e(to)630 3752 y Ft(delete-char)p Fu(,)28 b(then)i(return)f
Fm(eof)p Fu(.)150 3930 y Ft(backward-delete-char)c(\(Rubout\))630
4039 y Fu(Delete)32 b(the)f(c)m(haracter)g(b)s(ehind)e(the)h(cursor.)40
b(ext)150 3365 y Fj(end-of-file)27 b Ft(\(usually)h(C-d\))630
3475 y Fu(The)e(c)m(haracter)h(indicating)h(end-of-\014le)e(as)h(set,)g
(for)f(example,)i(b)m(y)e Ft(stty)p Fu(.)39 b(If)25 b(this)h(c)m
(harac-)630 3584 y(ter)c(is)g(read)g(when)e(there)i(are)h(no)e(c)m
(haracters)j(on)d(the)h(line,)i(and)d(p)s(oin)m(t)h(is)g(at)h(the)f(b)s
(eginning)630 3694 y(of)31 b(the)f(line,)h(Readline)g(in)m(terprets)g
(it)g(as)f(the)h(end)f(of)g(input)f(and)h(returns)f Fm(eof)p
Fu(.)150 3859 y Ft(delete-char)e(\(C-d\))630 3968 y Fu(Delete)35
b(the)f(c)m(haracter)h(at)f(p)s(oin)m(t.)49 b(If)33 b(this)g(function)g
(is)g(b)s(ound)e(to)j(the)g(same)f(c)m(haracter)630 4078
y(as)e(the)f(tt)m(y)i Fm(eof)d Fu(c)m(haracter,)j(as)f
Fj(C-d)e Fu(commonly)i(is,)g(see)g(ab)s(o)m(v)m(e)h(for)e(the)g
(e\013ects.)150 4243 y Ft(backward-delete-char)25 b(\(Rubout\))630
4353 y Fu(Delete)32 b(the)f(c)m(haracter)g(b)s(ehind)e(the)h(cursor.)40
b(A)30 b(n)m(umeric)g(argumen)m(t)h(means)f(to)h(kill)g(the)630
4149 y(c)m(haracters)h(instead)e(of)h(deleting)g(them.)150
4327 y Ft(forward-backward-delete-)o(char)24 b(\(\))630
4436 y Fu(Delete)40 b(the)f(c)m(haracter)h(under)c(the)j(cursor,)h
4462 y(c)m(haracters)h(instead)e(of)h(deleting)g(them.)150
4627 y Ft(forward-backward-delete-)o(char)24 b(\(\))630
4737 y Fu(Delete)40 b(the)f(c)m(haracter)h(under)c(the)j(cursor,)h
(unless)d(the)i(cursor)e(is)h(at)h(the)g(end)e(of)i(the)630
4546 y(line,)33 b(in)e(whic)m(h)g(case)i(the)f(c)m(haracter)h(b)s
4846 y(line,)33 b(in)e(whic)m(h)g(case)i(the)f(c)m(haracter)h(b)s
(ehind)d(the)i(cursor)f(is)g(deleted.)46 b(By)32 b(default,)g(this)630
4655 y(is)e(not)h(b)s(ound)d(to)j(a)g(k)m(ey)-8 b(.)150
4833 y Ft(quoted-insert)27 b(\(C-q)i(or)h(C-v\))630 4943
4956 y(is)e(not)h(b)s(ound)d(to)j(a)g(k)m(ey)-8 b(.)150
5121 y Ft(quoted-insert)27 b(\(C-q)i(or)h(C-v\))630 5230
y Fu(Add)j(the)i(next)f(c)m(haracter)i(t)m(yp)s(ed)e(to)h(the)f(line)h
(v)m(erbatim.)53 b(This)33 b(is)i(ho)m(w)f(to)h(insert)f(k)m(ey)630
5053 y(sequences)d(lik)m(e)g Fj(C-q)p Fu(,)f(for)g(example.)150
5230 y Ft(self-insert)d(\(a,)j(b,)g(A,)f(1,)h(!,)g(...)o(\))630
5340 y Fu(Insert)g(y)m(ourself.)p eop end
5340 y(sequences)d(lik)m(e)g Fj(C-q)p Fu(,)f(for)g(example.)p
eop end
%%Page: 118 124
TeXDict begin 118 123 bop 150 -116 a Fu(Chapter)30 b(8:)41
b(Command)29 b(Line)i(Editing)2062 b(118)150 299 y Ft(transpose-chars)
26 b(\(C-t\))630 408 y Fu(Drag)33 b(the)f(c)m(haracter)h(b)s(efore)f
(the)g(cursor)f(forw)m(ard)h(o)m(v)m(er)h(the)f(c)m(haracter)i(at)e
(the)g(cursor,)630 518 y(mo)m(ving)k(the)g(cursor)f(forw)m(ard)g(as)g
(w)m(ell.)57 b(If)35 b(the)h(insertion)g(p)s(oin)m(t)f(is)g(at)i(the)e
(end)g(of)h(the)630 628 y(line,)24 b(then)e(this)g(transp)s(oses)f(the)
h(last)h(t)m(w)m(o)g(c)m(haracters)g(of)f(the)h(line.)38
b(Negativ)m(e)25 b(argumen)m(ts)630 737 y(ha)m(v)m(e)32
b(no)e(e\013ect.)150 907 y Ft(transpose-words)c(\(M-t\))630
1016 y Fu(Drag)33 b(the)g(w)m(ord)f(b)s(efore)g(p)s(oin)m(t)g(past)g
(the)h(w)m(ord)f(after)g(p)s(oin)m(t,)i(mo)m(ving)f(p)s(oin)m(t)f(past)
g(that)630 1126 y(w)m(ord)c(as)h(w)m(ell.)41 b(If)27
b(the)i(insertion)f(p)s(oin)m(t)h(is)f(at)h(the)g(end)e(of)i(the)f
(line,)i(this)e(transp)s(oses)g(the)630 1236 y(last)j(t)m(w)m(o)h(w)m
(ords)e(on)g(the)h(line.)150 1405 y Ft(upcase-word)c(\(M-u\))630
1515 y Fu(Upp)s(ercase)32 b(the)g(curren)m(t)g(\(or)g(follo)m(wing\))i
(w)m(ord.)45 b(With)32 b(a)g(negativ)m(e)j(argumen)m(t,)e(upp)s(er-)630
1624 y(case)e(the)g(previous)f(w)m(ord,)g(but)g(do)g(not)h(mo)m(v)m(e)h
(the)e(cursor.)150 1794 y Ft(downcase-word)d(\(M-l\))630
1904 y Fu(Lo)m(w)m(ercase)c(the)f(curren)m(t)f(\(or)h(follo)m(wing\))i
b(Command)29 b(Line)i(Editing)2062 b(118)150 299 y Ft(self-insert)27
b(\(a,)j(b,)g(A,)f(1,)h(!,)g(...)o(\))630 408 y Fu(Insert)g(y)m
(ourself.)150 556 y Ft(transpose-chars)c(\(C-t\))630
665 y Fu(Drag)33 b(the)f(c)m(haracter)h(b)s(efore)f(the)g(cursor)f
(forw)m(ard)h(o)m(v)m(er)h(the)f(c)m(haracter)i(at)e(the)g(cursor,)630
775 y(mo)m(ving)k(the)g(cursor)f(forw)m(ard)g(as)g(w)m(ell.)57
b(If)35 b(the)h(insertion)g(p)s(oin)m(t)f(is)g(at)i(the)e(end)g(of)h
(the)630 884 y(line,)24 b(then)e(this)g(transp)s(oses)f(the)h(last)h(t)
m(w)m(o)g(c)m(haracters)g(of)f(the)h(line.)38 b(Negativ)m(e)25
b(argumen)m(ts)630 994 y(ha)m(v)m(e)32 b(no)e(e\013ect.)150
1141 y Ft(transpose-words)c(\(M-t\))630 1251 y Fu(Drag)33
b(the)g(w)m(ord)f(b)s(efore)g(p)s(oin)m(t)g(past)g(the)h(w)m(ord)f
(after)g(p)s(oin)m(t,)i(mo)m(ving)f(p)s(oin)m(t)f(past)g(that)630
1360 y(w)m(ord)c(as)h(w)m(ell.)41 b(If)27 b(the)i(insertion)f(p)s(oin)m
(t)h(is)f(at)h(the)g(end)e(of)i(the)f(line,)i(this)e(transp)s(oses)g
(the)630 1470 y(last)j(t)m(w)m(o)h(w)m(ords)e(on)g(the)h(line.)150
1617 y Ft(upcase-word)c(\(M-u\))630 1727 y Fu(Upp)s(ercase)32
b(the)g(curren)m(t)g(\(or)g(follo)m(wing\))i(w)m(ord.)45
b(With)32 b(a)g(negativ)m(e)j(argumen)m(t,)e(upp)s(er-)630
1837 y(case)e(the)g(previous)f(w)m(ord,)g(but)g(do)g(not)h(mo)m(v)m(e)h
(the)e(cursor.)150 1984 y Ft(downcase-word)d(\(M-l\))630
2093 y Fu(Lo)m(w)m(ercase)c(the)f(curren)m(t)f(\(or)h(follo)m(wing\))i
(w)m(ord.)37 b(With)22 b(a)g(negativ)m(e)i(argumen)m(t,)g(lo)m(w)m
(ercase)630 2013 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f(mo)m
(v)m(e)i(the)f(cursor.)150 2183 y Ft(capitalize-word)26
b(\(M-c\))630 2292 y Fu(Capitalize)d(the)f(curren)m(t)f(\(or)g(follo)m
(ercase)630 2203 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f(mo)m
(v)m(e)i(the)f(cursor.)150 2350 y Ft(capitalize-word)26
b(\(M-c\))630 2460 y Fu(Capitalize)d(the)f(curren)m(t)f(\(or)g(follo)m
(wing\))i(w)m(ord.)38 b(With)21 b(a)h(negativ)m(e)h(argumen)m(t,)h
(capitalize)630 2402 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f
(mo)m(v)m(e)i(the)f(cursor.)150 2571 y Ft(overwrite-mode)26
b(\(\))630 2681 y Fu(T)-8 b(oggle)35 b(o)m(v)m(erwrite)g(mo)s(de.)48
(capitalize)630 2569 y(the)31 b(previous)e(w)m(ord,)i(but)e(do)i(not)f
(mo)m(v)m(e)i(the)f(cursor.)150 2717 y Ft(overwrite-mode)26
b(\(\))630 2826 y Fu(T)-8 b(oggle)35 b(o)m(v)m(erwrite)g(mo)s(de.)48
b(With)33 b(an)g(explicit)h(p)s(ositiv)m(e)g(n)m(umeric)f(argumen)m(t,)
h(switc)m(hes)630 2791 y(to)22 b(o)m(v)m(erwrite)i(mo)s(de.)37
h(switc)m(hes)630 2936 y(to)22 b(o)m(v)m(erwrite)i(mo)s(de.)37
b(With)22 b(an)g(explicit)h(non-p)s(ositiv)m(e)f(n)m(umeric)g(argumen)m
(t,)i(switc)m(hes)e(to)630 2900 y(insert)30 b(mo)s(de.)41
(t,)i(switc)m(hes)e(to)630 3045 y(insert)30 b(mo)s(de.)41
b(This)30 b(command)h(a\013ects)h(only)e Ft(emacs)f Fu(mo)s(de;)i
Ft(vi)f Fu(mo)s(de)g(do)s(es)g(o)m(v)m(erwrite)630 3010
Ft(vi)f Fu(mo)s(de)g(do)s(es)g(o)m(v)m(erwrite)630 3155
y(di\013eren)m(tly)-8 b(.)42 b(Eac)m(h)31 b(call)h(to)f
Ft(readline\(\))c Fu(starts)k(in)f(insert)g(mo)s(de.)630
3149 y(In)52 b(o)m(v)m(erwrite)h(mo)s(de,)58 b(c)m(haracters)c(b)s
3283 y(In)52 b(o)m(v)m(erwrite)h(mo)s(de,)58 b(c)m(haracters)c(b)s
(ound)c(to)j Ft(self-insert)c Fu(replace)k(the)g(text)g(at)630
3259 y(p)s(oin)m(t)59 b(rather)f(than)h(pushing)e(the)i(text)g(to)h
3393 y(p)s(oin)m(t)59 b(rather)f(than)h(pushing)e(the)i(text)g(to)h
(the)f(righ)m(t.)126 b(Characters)59 b(b)s(ound)d(to)630
3369 y Ft(backward-delete-char)25 b Fu(replace)31 b(the)g(c)m(haracter)
h(b)s(efore)e(p)s(oin)m(t)g(with)g(a)h(space.)630 3508
3503 y Ft(backward-delete-char)25 b Fu(replace)31 b(the)g(c)m(haracter)
h(b)s(efore)e(p)s(oin)m(t)g(with)g(a)h(space.)630 3631
y(By)g(default,)f(this)h(command)f(is)g(un)m(b)s(ound.)150
3718 y Fk(8.4.4)63 b(Killing)42 b(And)e(Y)-10 b(anking)150
3895 y Ft(kill-line)28 b(\(C-k\))630 4004 y Fu(Kill)j(the)f(text)i
3818 y Fk(8.4.4)63 b(Killing)42 b(And)e(Y)-10 b(anking)150
3984 y Ft(kill-line)28 b(\(C-k\))630 4093 y Fu(Kill)j(the)f(text)i
(from)e(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f(line.)150
4174 y Ft(backward-kill-line)25 b(\(C-x)30 b(Rubout\))630
4283 y Fu(Kill)h(bac)m(kw)m(ard)g(to)g(the)f(b)s(eginning)g(of)g(the)h
(line.)150 4453 y Ft(unix-line-discard)26 b(\(C-u\))630
4562 y Fu(Kill)31 b(bac)m(kw)m(ard)g(from)e(the)i(cursor)f(to)h(the)f
(b)s(eginning)g(of)h(the)f(curren)m(t)g(line.)150 4732
y Ft(kill-whole-line)c(\(\))630 4842 y Fu(Kill)37 b(all)g(c)m
4241 y Ft(backward-kill-line)25 b(\(C-x)30 b(Rubout\))630
4350 y Fu(Kill)h(bac)m(kw)m(ard)g(to)g(the)f(b)s(eginning)g(of)g(the)h
(line.)150 4498 y Ft(unix-line-discard)26 b(\(C-u\))630
4607 y Fu(Kill)31 b(bac)m(kw)m(ard)g(from)e(the)i(cursor)f(to)h(the)f
(b)s(eginning)g(of)h(the)f(curren)m(t)g(line.)150 4754
y Ft(kill-whole-line)c(\(\))630 4864 y Fu(Kill)37 b(all)g(c)m
(haracters)h(on)f(the)f(curren)m(t)h(line,)h(no)f(matter)g(where)f(p)s
(oin)m(t)h(is.)59 b(By)36 b(default,)630 4951 y(this)30
(oin)m(t)h(is.)59 b(By)36 b(default,)630 4974 y(this)30
b(is)h(un)m(b)s(ound.)150 5121 y Ft(kill-word)d(\(M-d\))630
5230 y Fu(Kill)i(from)f(p)s(oin)m(t)g(to)h(the)g(end)e(of)i(the)f
(curren)m(t)h(w)m(ord,)f(or)g(if)h(b)s(et)m(w)m(een)g(w)m(ords,)f(to)h
@@ -20104,100 +20110,103 @@ b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)33 b Fb(121)150
b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)48 b Fb(124)150
3982 y Fe(end-kbd-macro)29 b(\(C-x)d(\)\))7 b Fc(:)14
b(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
(:)g(:)h(:)f(:)g(:)34 b Fb(121)150 4071 y Fe(end-of-history)29
b(\(M->\))21 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47 b Fb(116)150
4159 y Fe(end-of-line)28 b(\(C-e\))11 b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g
(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
g(:)g(:)38 b Fb(115)150 4247 y Fe(exchange-point-and-mark)31
b(\(C-x)26 b(C-x\))11 b Fc(:)j(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)38
b Fb(122)150 4504 y Fs(F)150 4622 y Fe(forward-backward-delete-char)32
(:)g(:)h(:)f(:)g(:)34 b Fb(121)150 4071 y Fd(end-of-file)28
b Fe(\(usually)g(C-d\))14 b Fc(:)g(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)41 b Fb(117)150 4159 y
Fe(end-of-history)29 b(\(M->\))21 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g
(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)47
b Fb(116)150 4247 y Fe(end-of-line)28 b(\(C-e\))11 b
Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)38 b Fb(115)150
4335 y Fe(exchange-point-and-mark)31 b(\(C-x)26 b(C-x\))11
b Fc(:)j(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)38 b Fb(122)150
4592 y Fs(F)150 4710 y Fe(forward-backward-delete-char)32
b(\(\))9 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)36
b Fb(117)150 4710 y Fe(forward-char)28 b(\(C-f\))8 b
b Fb(117)150 4799 y Fe(forward-char)28 b(\(C-f\))8 b
Fc(:)15 b(:)e(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)35 b Fb(115)150
4799 y Fe(forward-search-history)c(\(C-s\))17 b Fc(:)d(:)f(:)g(:)g(:)g
(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)44 b Fb(116)150 4887
4887 y Fe(forward-search-history)c(\(C-s\))17 b Fc(:)d(:)f(:)g(:)g(:)g
(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)44 b Fb(116)150 4975
y Fe(forward-word)28 b(\(M-f\))8 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)h(:)f(:)
g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
(:)35 b Fb(115)150 5134 y Fs(G)150 5252 y Fe(glob-complete-word)30
(:)35 b Fb(115)150 5222 y Fs(G)150 5340 y Fe(glob-complete-word)30
b(\(M-g\))10 b Fc(:)k(:)f(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)37 b Fb(123)150 5340 y Fe(glob-expand-word)29
b(\(C-x)e(*\))17 b Fc(:)c(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
(:)g(:)g(:)g(:)g(:)g(:)g(:)44 b Fb(123)2025 299 y Fe
(:)f(:)g(:)g(:)g(:)g(:)37 b Fb(123)2025 299 y Fe(glob-expand-word)29
b(\(C-x)e(*\))17 b Fc(:)c(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
(:)h(:)f(:)g(:)g(:)g(:)g(:)44 b Fb(123)2025 388 y Fe
(glob-list-expansions)30 b(\(C-x)c(g\))7 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)
g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fb(123)2025
566 y Fs(H)2025 688 y Fe(history-and-alias-expand-line)e(\(\))7
651 y Fs(H)2025 771 y Fe(history-and-alias-expand-line)e(\(\))7
b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fb(124)2025
778 y Fe(history-expand-line)c(\(M-^\))8 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)
860 y Fe(history-expand-line)c(\(M-^\))8 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)
g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)34 b
Fb(123)2025 868 y Fe(history-search-backward)d(\(\))22
Fb(123)2025 950 y Fe(history-search-backward)d(\(\))22
b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
49 b Fb(116)2025 958 y Fe(history-search-forward)30 b(\(\))8
b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g
(:)h(:)34 b Fb(116)2025 1048 y Fe(history-substr-search-backward)e
(\(\))22 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)48 b Fb(117)2025
1139 y Fe(history-substr-search-forward)32 b(\(\))7 b
Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34 b Fb(116)2025
1406 y Fs(I)2025 1528 y Fe(insert-comment)29 b(\(M-#\))21
b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g
(:)g(:)g(:)g(:)h(:)f(:)g(:)47 b Fb(123)2025 1618 y Fe
(insert-completions)29 b(\(M-*\))10 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)37 b Fb(120)2025
1708 y Fe(insert-last-argument)30 b(\(M-.)c(or)g(M-_\))18
b Fc(:)c(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)45 b Fb(124)2025
1975 y Fs(K)2025 2097 y Fe(kill-line)27 b(\(C-k\))16
b Fc(:)f(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b
Fb(118)2025 2187 y Fe(kill-region)28 b(\(\))19 b Fc(:)13
49 b Fb(116)2025 1039 y Fe(history-search-forward)30
b(\(\))8 b Fc(:)13 b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
g(:)g(:)g(:)h(:)34 b Fb(116)2025 1128 y Fe
(history-substr-search-backward)e(\(\))22 b Fc(:)13 b(:)g(:)g(:)g(:)h
(:)f(:)g(:)48 b Fb(117)2025 1217 y Fe(history-substr-search-forward)32
b(\(\))7 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)34
b Fb(116)2025 1480 y Fs(I)2025 1600 y Fe(insert-comment)29
b(\(M-#\))21 b Fc(:)13 b(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)47 b Fb(123)2025
1690 y Fe(insert-completions)29 b(\(M-*\))10 b Fc(:)15
b(:)e(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g
(:)37 b Fb(120)2025 1779 y Fe(insert-last-argument)30
b(\(M-.)c(or)g(M-_\))18 b Fc(:)c(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)45
b Fb(124)2025 2041 y Fs(K)2025 2162 y Fe(kill-line)27
b(\(C-k\))16 b Fc(:)f(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)43
b Fb(118)2025 2251 y Fe(kill-region)28 b(\(\))19 b Fc(:)13
b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45 b Fb(119)2025
2277 y Fe(kill-whole-line)29 b(\(\))8 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g
2340 y Fe(kill-whole-line)29 b(\(\))8 b Fc(:)14 b(:)f(:)g(:)g(:)g(:)g
(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)
f(:)g(:)35 b Fb(118)2025 2367 y Fe(kill-word)27 b(\(M-d\))16
f(:)g(:)35 b Fb(118)2025 2430 y Fe(kill-word)27 b(\(M-d\))16
b Fc(:)f(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)
f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)43 b
Fb(118)2025 2624 y Fs(M)2025 2746 y Fe(magic-space)28
Fb(118)2025 2682 y Fs(M)2025 2802 y Fe(magic-space)28
b(\(\))19 b Fc(:)13 b(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)45
b Fb(124)2025 2836 y Fe(menu-complete)28 b(\(\))13 b
b Fb(124)2025 2891 y Fe(menu-complete)28 b(\(\))13 b
Fc(:)h(:)f(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)40 b Fb(120)2025
2926 y Fe(menu-complete-backward)30 b(\(\))8 b Fc(:)13
2981 y Fe(menu-complete-backward)30 b(\(\))8 b Fc(:)13
b(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)34
b Fb(120)2025 3193 y Fs(N)2025 3315 y Fe(next-history)28
b Fb(120)2025 3243 y Fs(N)2025 3364 y Fe(next-history)28
b(\(C-n\))8 b Fc(:)15 b(:)e(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g
(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)35
b Fb(116)2025 3405 y Fe(non-incremental-forward-search)q(-hist)q(ory)d
(\(M-n\))2200 3493 y Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
b Fb(116)2025 3453 y Fe(non-incremental-forward-search)q(-hist)q(ory)d
(\(M-n\))2200 3540 y Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b
Fb(116)2025 3583 y Fe(non-incremental-reverse-search)q(-hist)q(ory)32
b(\(M-p\))2200 3670 y Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
Fb(116)2025 3629 y Fe(non-incremental-reverse-search)q(-hist)q(ory)32
b(\(M-p\))2200 3716 y Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)
g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)49 b
Fb(116)2025 3918 y Fs(O)2025 4040 y Fe(operate-and-get-next)30
Fb(116)2025 3960 y Fs(O)2025 4081 y Fe(operate-and-get-next)30
b(\(C-o\))23 b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)
g(:)g(:)g(:)49 b Fb(124)2025 4130 y Fe(overwrite-mode)29
g(:)g(:)g(:)49 b Fb(124)2025 4170 y Fe(overwrite-mode)29
b(\(\))11 b Fc(:)i(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f
(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)38
b Fb(118)2025 4387 y Fs(P)2025 4509 y Fe(possible-command-completions)
b Fb(118)2025 4422 y Fs(P)2025 4542 y Fe(possible-command-completions)
32 b(\(C-x)26 b(!\))21 b Fc(:)13 b(:)g(:)h(:)f(:)47 b
Fb(121)2025 4599 y Fe(possible-completions)30 b(\(M-?\))23
Fb(121)2025 4632 y Fe(possible-completions)30 b(\(M-?\))23
b Fc(:)13 b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)
49 b Fb(120)2025 4689 y Fe(possible-filename-completions)32
49 b Fb(120)2025 4721 y Fe(possible-filename-completions)32
b(\(C-x)26 b(/\))18 b Fc(:)c(:)f(:)g(:)45 b Fb(120)2025
4779 y Fe(possible-hostname-completions)32 b(\(C-x)26
b(@\))18 b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 4870 y Fe
4810 y Fe(possible-hostname-completions)32 b(\(C-x)26
b(@\))18 b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 4900 y Fe
(possible-username-completions)32 b(\(C-x)26 b(~\))18
b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 4960 y Fe
b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 4989 y Fe
(possible-variable-completions)32 b(\(C-x)26 b($\))18
b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 5050 y Fe(prefix-meta)28
b Fc(:)c(:)f(:)g(:)45 b Fb(121)2025 5078 y Fe(prefix-meta)28
b(\(ESC\))11 b Fc(:)j(:)f(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h
(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)38
b Fb(122)2025 5140 y Fe(previous-history)29 b(\(C-p\))15
b Fb(122)2025 5167 y Fe(previous-history)29 b(\(C-p\))15
b Fc(:)f(:)g(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)
h(:)f(:)g(:)g(:)42 b Fb(116)2025 5230 y Fe(print-last-kbd-macro)30
h(:)f(:)g(:)g(:)42 b Fb(116)2025 5257 y Fe(print-last-kbd-macro)30
b(\(\))13 b Fc(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g
(:)g(:)g(:)g(:)g(:)g(:)40 b Fb(122)p eop end
%%Page: 165 171
@@ -20216,7 +20225,7 @@ b Fc(:)j(:)f(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)
g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)38 b Fb(122)150
1294 y Fs(S)150 1412 y Fe(self-insert)28 b(\(a,)e(b,)g(A,)g(1,)h(!,)f
(...\))7 b Fc(:)13 b(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)33
b Fb(117)150 1499 y Fe(set-mark)27 b(\(C-@\))20 b Fc(:)13
b Fb(118)150 1499 y Fe(set-mark)27 b(\(C-@\))20 b Fc(:)13
b(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)g(:)g(:)g(:)g
(:)h(:)f(:)g(:)g(:)g(:)g(:)g(:)g(:)h(:)f(:)g(:)45 b Fb(122)150
1587 y Fe(shell-backward-kill-word)31 b(\(\))20 b Fc(:)13
+1 -1
View File
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.19.2
%%CreationDate: Wed Nov 20 08:00:31 2013
%%CreationDate: Thu Jan 23 15:52:06 2014
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%+ font Times-Italic
+1 -1
View File
@@ -1,6 +1,6 @@
%!PS-Adobe-3.0
%%Creator: groff version 1.19.2
%%CreationDate: Wed Nov 20 08:00:31 2013
%%CreationDate: Thu Jan 23 15:52:06 2014
%%DocumentNeededResources: font Times-Roman
%%+ font Times-Bold
%%DocumentSuppliedResources: procset grops 1.19 2