mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 20:20:38 +02:00
commit bash-20160902 snapshot
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
This is the Bash FAQ, version 4.14, for Bash version 4.4.
|
||||
|
||||
[THIS FAQ IS NO LONGER MAINTAINED]
|
||||
|
||||
This document contains a set of frequently-asked questions concerning
|
||||
Bash, the GNU Bourne-Again Shell. Bash is a freely-available command
|
||||
interpreter with advanced features for both interactive use and shell
|
||||
|
||||
+5
-1
@@ -1446,6 +1446,10 @@ EEXXPPAANNSSIIOONN
|
||||
tilde, parameter, variable, and arithmetic expansion and command sub-
|
||||
stitution.
|
||||
|
||||
After these expansions are performed, quote characters present in the
|
||||
original word are removed unless they have been quoted themselves
|
||||
(_q_u_o_t_e _r_e_m_o_v_a_l).
|
||||
|
||||
Only brace expansion, word splitting, and pathname expansion can change
|
||||
the number of words of the expansion; other expansions expand a single
|
||||
word to a single word. The only exceptions to this are the expansions
|
||||
@@ -5931,4 +5935,4 @@ BBUUGGSS
|
||||
|
||||
|
||||
|
||||
GNU Bash 4.4 2016 August 21 BASH(1)
|
||||
GNU Bash 4.4 2016 August 26 BASH(1)
|
||||
|
||||
+8
-3
@@ -3,7 +3,7 @@
|
||||
</HEAD>
|
||||
<BODY><TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2016 August 21<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>BASH(1)<TH ALIGN=CENTER width=33%>2016 August 26<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<BR><A HREF="#index">Index</A>
|
||||
@@ -3407,6 +3407,11 @@ same time as tilde, parameter, variable, and arithmetic expansion and
|
||||
command substitution.
|
||||
<P>
|
||||
|
||||
After these expansions are performed, quote characters present in the
|
||||
original word are removed unless they have been quoted themselves
|
||||
(<I>quote removal</I>).
|
||||
<P>
|
||||
|
||||
Only brace expansion, word splitting, and pathname expansion
|
||||
can change the number of words of the expansion; other expansions
|
||||
expand a single word to a single word.
|
||||
@@ -13524,7 +13529,7 @@ There may be only one active coprocess at a time.
|
||||
<HR>
|
||||
<TABLE WIDTH=100%>
|
||||
<TR>
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 4.4<TH ALIGN=CENTER width=33%>2016 August 21<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
<TH ALIGN=LEFT width=33%>GNU Bash 4.4<TH ALIGN=CENTER width=33%>2016 August 26<TH ALIGN=RIGHT width=33%>BASH(1)
|
||||
</TR>
|
||||
</TABLE>
|
||||
<HR>
|
||||
@@ -13630,6 +13635,6 @@ There may be only one active coprocess at a time.
|
||||
</DL>
|
||||
<HR>
|
||||
This document was created by man2html from bash.1.<BR>
|
||||
Time: 22 August 2016 09:44:22 EDT
|
||||
Time: 31 August 2016 10:24:30 EDT
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
+107
-103
@@ -2,9 +2,9 @@ This is bash.info, produced by makeinfo version 6.1 from
|
||||
bashref.texi.
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 4.4, 21 August 2016).
|
||||
Bash shell (version 4.4, 26 August 2016).
|
||||
|
||||
This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash
|
||||
This is Edition 4.4, last updated 26 August 2016, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 4.4.
|
||||
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
@@ -27,10 +27,10 @@ Bash Features
|
||||
*************
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 4.4, 21 August 2016). The Bash home page is
|
||||
Bash shell (version 4.4, 26 August 2016). The Bash home page is
|
||||
<http://www.gnu.org/software/bash/>.
|
||||
|
||||
This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash
|
||||
This is Edition 4.4, last updated 26 August 2016, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 4.4.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
@@ -1442,6 +1442,10 @@ available: PROCESS SUBSTITUTION. This is performed at the same time as
|
||||
tilde, parameter, variable, and arithmetic expansion and command
|
||||
substitution.
|
||||
|
||||
After these expansions are performed, quote characters present in the
|
||||
original word are removed unless they have been quoted themselves (QUOTE
|
||||
REMOVAL).
|
||||
|
||||
Only brace expansion, word splitting, and filename expansion can
|
||||
change the number of words of the expansion; other expansions expand a
|
||||
single word to a single word. The only exceptions to this are the
|
||||
@@ -11370,104 +11374,104 @@ Node: Shell Parameters52197
|
||||
Node: Positional Parameters56610
|
||||
Node: Special Parameters57510
|
||||
Node: Shell Expansions60847
|
||||
Node: Brace Expansion62784
|
||||
Node: Tilde Expansion65565
|
||||
Node: Shell Parameter Expansion67913
|
||||
Node: Command Substitution82045
|
||||
Node: Arithmetic Expansion83400
|
||||
Node: Process Substitution84332
|
||||
Node: Word Splitting85452
|
||||
Node: Filename Expansion87396
|
||||
Node: Pattern Matching89680
|
||||
Node: Quote Removal93378
|
||||
Node: Redirections93673
|
||||
Node: Executing Commands103093
|
||||
Node: Simple Command Expansion103763
|
||||
Node: Command Search and Execution105693
|
||||
Node: Command Execution Environment108029
|
||||
Node: Environment111013
|
||||
Node: Exit Status112672
|
||||
Node: Signals114342
|
||||
Node: Shell Scripts116309
|
||||
Node: Shell Builtin Commands118824
|
||||
Node: Bourne Shell Builtins120858
|
||||
Node: Bash Builtins141458
|
||||
Node: Modifying Shell Behavior170103
|
||||
Node: The Set Builtin170448
|
||||
Node: The Shopt Builtin180861
|
||||
Node: Special Builtins196660
|
||||
Node: Shell Variables197639
|
||||
Node: Bourne Shell Variables198076
|
||||
Node: Bash Variables200107
|
||||
Node: Bash Features228487
|
||||
Node: Invoking Bash229386
|
||||
Node: Bash Startup Files235335
|
||||
Node: Interactive Shells240438
|
||||
Node: What is an Interactive Shell?240848
|
||||
Node: Is this Shell Interactive?241497
|
||||
Node: Interactive Shell Behavior242312
|
||||
Node: Bash Conditional Expressions245687
|
||||
Node: Shell Arithmetic249927
|
||||
Node: Aliases252744
|
||||
Node: Arrays255292
|
||||
Node: The Directory Stack260376
|
||||
Node: Directory Stack Builtins261160
|
||||
Node: Controlling the Prompt264128
|
||||
Node: The Restricted Shell266874
|
||||
Node: Bash POSIX Mode268699
|
||||
Node: Job Control278752
|
||||
Node: Job Control Basics279212
|
||||
Node: Job Control Builtins283931
|
||||
Node: Job Control Variables288461
|
||||
Node: Command Line Editing289617
|
||||
Node: Introduction and Notation291288
|
||||
Node: Readline Interaction292911
|
||||
Node: Readline Bare Essentials294102
|
||||
Node: Readline Movement Commands295885
|
||||
Node: Readline Killing Commands296845
|
||||
Node: Readline Arguments298763
|
||||
Node: Searching299807
|
||||
Node: Readline Init File301993
|
||||
Node: Readline Init File Syntax303140
|
||||
Node: Conditional Init Constructs323327
|
||||
Node: Sample Init File325852
|
||||
Node: Bindable Readline Commands328969
|
||||
Node: Commands For Moving330173
|
||||
Node: Commands For History331316
|
||||
Node: Commands For Text335605
|
||||
Node: Commands For Killing338994
|
||||
Node: Numeric Arguments341475
|
||||
Node: Commands For Completion342614
|
||||
Node: Keyboard Macros346805
|
||||
Node: Miscellaneous Commands347492
|
||||
Node: Readline vi Mode353296
|
||||
Node: Programmable Completion354203
|
||||
Node: Programmable Completion Builtins361664
|
||||
Node: A Programmable Completion Example371550
|
||||
Node: Using History Interactively376802
|
||||
Node: Bash History Facilities377486
|
||||
Node: Bash History Builtins380487
|
||||
Node: History Interaction384484
|
||||
Node: Event Designators387448
|
||||
Node: Word Designators388667
|
||||
Node: Modifiers390304
|
||||
Node: Installing Bash391706
|
||||
Node: Basic Installation392843
|
||||
Node: Compilers and Options395534
|
||||
Node: Compiling For Multiple Architectures396275
|
||||
Node: Installation Names397938
|
||||
Node: Specifying the System Type398756
|
||||
Node: Sharing Defaults399472
|
||||
Node: Operation Controls400145
|
||||
Node: Optional Features401103
|
||||
Node: Reporting Bugs411360
|
||||
Node: Major Differences From The Bourne Shell412554
|
||||
Node: GNU Free Documentation License429406
|
||||
Node: Indexes454583
|
||||
Node: Builtin Index455037
|
||||
Node: Reserved Word Index461864
|
||||
Node: Variable Index464312
|
||||
Node: Function Index479771
|
||||
Node: Concept Index492928
|
||||
Node: Brace Expansion62941
|
||||
Node: Tilde Expansion65722
|
||||
Node: Shell Parameter Expansion68070
|
||||
Node: Command Substitution82202
|
||||
Node: Arithmetic Expansion83557
|
||||
Node: Process Substitution84489
|
||||
Node: Word Splitting85609
|
||||
Node: Filename Expansion87553
|
||||
Node: Pattern Matching89837
|
||||
Node: Quote Removal93535
|
||||
Node: Redirections93830
|
||||
Node: Executing Commands103250
|
||||
Node: Simple Command Expansion103920
|
||||
Node: Command Search and Execution105850
|
||||
Node: Command Execution Environment108186
|
||||
Node: Environment111170
|
||||
Node: Exit Status112829
|
||||
Node: Signals114499
|
||||
Node: Shell Scripts116466
|
||||
Node: Shell Builtin Commands118981
|
||||
Node: Bourne Shell Builtins121015
|
||||
Node: Bash Builtins141615
|
||||
Node: Modifying Shell Behavior170260
|
||||
Node: The Set Builtin170605
|
||||
Node: The Shopt Builtin181018
|
||||
Node: Special Builtins196817
|
||||
Node: Shell Variables197796
|
||||
Node: Bourne Shell Variables198233
|
||||
Node: Bash Variables200264
|
||||
Node: Bash Features228644
|
||||
Node: Invoking Bash229543
|
||||
Node: Bash Startup Files235492
|
||||
Node: Interactive Shells240595
|
||||
Node: What is an Interactive Shell?241005
|
||||
Node: Is this Shell Interactive?241654
|
||||
Node: Interactive Shell Behavior242469
|
||||
Node: Bash Conditional Expressions245844
|
||||
Node: Shell Arithmetic250084
|
||||
Node: Aliases252901
|
||||
Node: Arrays255449
|
||||
Node: The Directory Stack260533
|
||||
Node: Directory Stack Builtins261317
|
||||
Node: Controlling the Prompt264285
|
||||
Node: The Restricted Shell267031
|
||||
Node: Bash POSIX Mode268856
|
||||
Node: Job Control278909
|
||||
Node: Job Control Basics279369
|
||||
Node: Job Control Builtins284088
|
||||
Node: Job Control Variables288618
|
||||
Node: Command Line Editing289774
|
||||
Node: Introduction and Notation291445
|
||||
Node: Readline Interaction293068
|
||||
Node: Readline Bare Essentials294259
|
||||
Node: Readline Movement Commands296042
|
||||
Node: Readline Killing Commands297002
|
||||
Node: Readline Arguments298920
|
||||
Node: Searching299964
|
||||
Node: Readline Init File302150
|
||||
Node: Readline Init File Syntax303297
|
||||
Node: Conditional Init Constructs323484
|
||||
Node: Sample Init File326009
|
||||
Node: Bindable Readline Commands329126
|
||||
Node: Commands For Moving330330
|
||||
Node: Commands For History331473
|
||||
Node: Commands For Text335762
|
||||
Node: Commands For Killing339151
|
||||
Node: Numeric Arguments341632
|
||||
Node: Commands For Completion342771
|
||||
Node: Keyboard Macros346962
|
||||
Node: Miscellaneous Commands347649
|
||||
Node: Readline vi Mode353453
|
||||
Node: Programmable Completion354360
|
||||
Node: Programmable Completion Builtins361821
|
||||
Node: A Programmable Completion Example371707
|
||||
Node: Using History Interactively376959
|
||||
Node: Bash History Facilities377643
|
||||
Node: Bash History Builtins380644
|
||||
Node: History Interaction384641
|
||||
Node: Event Designators387605
|
||||
Node: Word Designators388824
|
||||
Node: Modifiers390461
|
||||
Node: Installing Bash391863
|
||||
Node: Basic Installation393000
|
||||
Node: Compilers and Options395691
|
||||
Node: Compiling For Multiple Architectures396432
|
||||
Node: Installation Names398095
|
||||
Node: Specifying the System Type398913
|
||||
Node: Sharing Defaults399629
|
||||
Node: Operation Controls400302
|
||||
Node: Optional Features401260
|
||||
Node: Reporting Bugs411517
|
||||
Node: Major Differences From The Bourne Shell412711
|
||||
Node: GNU Free Documentation License429563
|
||||
Node: Indexes454740
|
||||
Node: Builtin Index455194
|
||||
Node: Reserved Word Index462021
|
||||
Node: Variable Index464469
|
||||
Node: Function Index479928
|
||||
Node: Concept Index493085
|
||||
|
||||
End Tag Table
|
||||
|
||||
Binary file not shown.
+5536
-5505
File diff suppressed because it is too large
Load Diff
+83
-83
@@ -102,11 +102,11 @@
|
||||
@xrdef{Process Substitution-snt}{Section@tie 3.5.6}
|
||||
@xrdef{Command Substitution-pg}{29}
|
||||
@xrdef{Arithmetic Expansion-pg}{29}
|
||||
@xrdef{Process Substitution-pg}{29}
|
||||
@xrdef{Word Splitting-title}{Word Splitting}
|
||||
@xrdef{Word Splitting-snt}{Section@tie 3.5.7}
|
||||
@xrdef{Filename Expansion-title}{Filename Expansion}
|
||||
@xrdef{Filename Expansion-snt}{Section@tie 3.5.8}
|
||||
@xrdef{Process Substitution-pg}{30}
|
||||
@xrdef{Word Splitting-pg}{30}
|
||||
@xrdef{Filename Expansion-pg}{30}
|
||||
@xrdef{Pattern Matching-title}{Pattern Matching}
|
||||
@@ -122,10 +122,10 @@
|
||||
@xrdef{Executing Commands-snt}{Section@tie 3.7}
|
||||
@xrdef{Simple Command Expansion-title}{Simple Command Expansion}
|
||||
@xrdef{Simple Command Expansion-snt}{Section@tie 3.7.1}
|
||||
@xrdef{Command Search and Execution-title}{Command Search and Execution}
|
||||
@xrdef{Command Search and Execution-snt}{Section@tie 3.7.2}
|
||||
@xrdef{Executing Commands-pg}{36}
|
||||
@xrdef{Simple Command Expansion-pg}{36}
|
||||
@xrdef{Command Search and Execution-title}{Command Search and Execution}
|
||||
@xrdef{Command Search and Execution-snt}{Section@tie 3.7.2}
|
||||
@xrdef{Command Execution Environment-title}{Command Execution Environment}
|
||||
@xrdef{Command Execution Environment-snt}{Section@tie 3.7.3}
|
||||
@xrdef{Command Search and Execution-pg}{37}
|
||||
@@ -146,92 +146,92 @@
|
||||
@xrdef{Shell Builtin Commands-snt}{Chapter@tie 4}
|
||||
@xrdef{Bourne Shell Builtins-title}{Bourne Shell Builtins}
|
||||
@xrdef{Bourne Shell Builtins-snt}{Section@tie 4.1}
|
||||
@xrdef{Shell Builtin Commands-pg}{41}
|
||||
@xrdef{Bourne Shell Builtins-pg}{41}
|
||||
@xrdef{Shell Builtin Commands-pg}{42}
|
||||
@xrdef{Bourne Shell Builtins-pg}{42}
|
||||
@xrdef{Bash Builtins-title}{Bash Builtin Commands}
|
||||
@xrdef{Bash Builtins-snt}{Section@tie 4.2}
|
||||
@xrdef{Bash Builtins-pg}{48}
|
||||
@xrdef{Bash Builtins-pg}{49}
|
||||
@xrdef{Modifying Shell Behavior-title}{Modifying Shell Behavior}
|
||||
@xrdef{Modifying Shell Behavior-snt}{Section@tie 4.3}
|
||||
@xrdef{The Set Builtin-title}{The Set Builtin}
|
||||
@xrdef{The Set Builtin-snt}{Section@tie 4.3.1}
|
||||
@xrdef{Modifying Shell Behavior-pg}{59}
|
||||
@xrdef{The Set Builtin-pg}{59}
|
||||
@xrdef{Modifying Shell Behavior-pg}{60}
|
||||
@xrdef{The Set Builtin-pg}{60}
|
||||
@xrdef{The Shopt Builtin-title}{The Shopt Builtin}
|
||||
@xrdef{The Shopt Builtin-snt}{Section@tie 4.3.2}
|
||||
@xrdef{The Shopt Builtin-pg}{63}
|
||||
@xrdef{The Shopt Builtin-pg}{64}
|
||||
@xrdef{Special Builtins-title}{Special Builtins}
|
||||
@xrdef{Special Builtins-snt}{Section@tie 4.4}
|
||||
@xrdef{Special Builtins-pg}{69}
|
||||
@xrdef{Special Builtins-pg}{70}
|
||||
@xrdef{Shell Variables-title}{Shell Variables}
|
||||
@xrdef{Shell Variables-snt}{Chapter@tie 5}
|
||||
@xrdef{Bourne Shell Variables-title}{Bourne Shell Variables}
|
||||
@xrdef{Bourne Shell Variables-snt}{Section@tie 5.1}
|
||||
@xrdef{Bash Variables-title}{Bash Variables}
|
||||
@xrdef{Bash Variables-snt}{Section@tie 5.2}
|
||||
@xrdef{Shell Variables-pg}{70}
|
||||
@xrdef{Bourne Shell Variables-pg}{70}
|
||||
@xrdef{Bash Variables-pg}{70}
|
||||
@xrdef{Shell Variables-pg}{71}
|
||||
@xrdef{Bourne Shell Variables-pg}{71}
|
||||
@xrdef{Bash Variables-pg}{71}
|
||||
@xrdef{Bash Features-title}{Bash Features}
|
||||
@xrdef{Bash Features-snt}{Chapter@tie 6}
|
||||
@xrdef{Invoking Bash-title}{Invoking Bash}
|
||||
@xrdef{Invoking Bash-snt}{Section@tie 6.1}
|
||||
@xrdef{Bash Features-pg}{81}
|
||||
@xrdef{Invoking Bash-pg}{81}
|
||||
@xrdef{Bash Features-pg}{82}
|
||||
@xrdef{Invoking Bash-pg}{82}
|
||||
@xrdef{Bash Startup Files-title}{Bash Startup Files}
|
||||
@xrdef{Bash Startup Files-snt}{Section@tie 6.2}
|
||||
@xrdef{Bash Startup Files-pg}{83}
|
||||
@xrdef{Bash Startup Files-pg}{84}
|
||||
@xrdef{Interactive Shells-title}{Interactive Shells}
|
||||
@xrdef{Interactive Shells-snt}{Section@tie 6.3}
|
||||
@xrdef{What is an Interactive Shell?-title}{What is an Interactive Shell?}
|
||||
@xrdef{What is an Interactive Shell?-snt}{Section@tie 6.3.1}
|
||||
@xrdef{Interactive Shells-pg}{84}
|
||||
@xrdef{Interactive Shells-pg}{85}
|
||||
@xrdef{Is this Shell Interactive?-title}{Is this Shell Interactive?}
|
||||
@xrdef{Is this Shell Interactive?-snt}{Section@tie 6.3.2}
|
||||
@xrdef{Interactive Shell Behavior-title}{Interactive Shell Behavior}
|
||||
@xrdef{Interactive Shell Behavior-snt}{Section@tie 6.3.3}
|
||||
@xrdef{What is an Interactive Shell?-pg}{85}
|
||||
@xrdef{Is this Shell Interactive?-pg}{85}
|
||||
@xrdef{Interactive Shell Behavior-pg}{85}
|
||||
@xrdef{What is an Interactive Shell?-pg}{86}
|
||||
@xrdef{Is this Shell Interactive?-pg}{86}
|
||||
@xrdef{Interactive Shell Behavior-pg}{86}
|
||||
@xrdef{Bash Conditional Expressions-title}{Bash Conditional Expressions}
|
||||
@xrdef{Bash Conditional Expressions-snt}{Section@tie 6.4}
|
||||
@xrdef{Bash Conditional Expressions-pg}{86}
|
||||
@xrdef{Bash Conditional Expressions-pg}{87}
|
||||
@xrdef{Shell Arithmetic-title}{Shell Arithmetic}
|
||||
@xrdef{Shell Arithmetic-snt}{Section@tie 6.5}
|
||||
@xrdef{Shell Arithmetic-pg}{88}
|
||||
@xrdef{Shell Arithmetic-pg}{89}
|
||||
@xrdef{Aliases-title}{Aliases}
|
||||
@xrdef{Aliases-snt}{Section@tie 6.6}
|
||||
@xrdef{Aliases-pg}{89}
|
||||
@xrdef{Aliases-pg}{90}
|
||||
@xrdef{Arrays-title}{Arrays}
|
||||
@xrdef{Arrays-snt}{Section@tie 6.7}
|
||||
@xrdef{Arrays-pg}{90}
|
||||
@xrdef{Arrays-pg}{91}
|
||||
@xrdef{The Directory Stack-title}{The Directory Stack}
|
||||
@xrdef{The Directory Stack-snt}{Section@tie 6.8}
|
||||
@xrdef{Directory Stack Builtins-title}{Directory Stack Builtins}
|
||||
@xrdef{Directory Stack Builtins-snt}{Section@tie 6.8.1}
|
||||
@xrdef{The Directory Stack-pg}{92}
|
||||
@xrdef{Directory Stack Builtins-pg}{92}
|
||||
@xrdef{The Directory Stack-pg}{93}
|
||||
@xrdef{Directory Stack Builtins-pg}{93}
|
||||
@xrdef{Controlling the Prompt-title}{Controlling the Prompt}
|
||||
@xrdef{Controlling the Prompt-snt}{Section@tie 6.9}
|
||||
@xrdef{Controlling the Prompt-pg}{93}
|
||||
@xrdef{Controlling the Prompt-pg}{94}
|
||||
@xrdef{The Restricted Shell-title}{The Restricted Shell}
|
||||
@xrdef{The Restricted Shell-snt}{Section@tie 6.10}
|
||||
@xrdef{The Restricted Shell-pg}{94}
|
||||
@xrdef{The Restricted Shell-pg}{95}
|
||||
@xrdef{Bash POSIX Mode-title}{Bash POSIX Mode}
|
||||
@xrdef{Bash POSIX Mode-snt}{Section@tie 6.11}
|
||||
@xrdef{Bash POSIX Mode-pg}{95}
|
||||
@xrdef{Bash POSIX Mode-pg}{96}
|
||||
@xrdef{Job Control-title}{Job Control}
|
||||
@xrdef{Job Control-snt}{Chapter@tie 7}
|
||||
@xrdef{Job Control Basics-title}{Job Control Basics}
|
||||
@xrdef{Job Control Basics-snt}{Section@tie 7.1}
|
||||
@xrdef{Job Control-pg}{99}
|
||||
@xrdef{Job Control Basics-pg}{99}
|
||||
@xrdef{Job Control-pg}{100}
|
||||
@xrdef{Job Control Basics-pg}{100}
|
||||
@xrdef{Job Control Builtins-title}{Job Control Builtins}
|
||||
@xrdef{Job Control Builtins-snt}{Section@tie 7.2}
|
||||
@xrdef{Job Control Builtins-pg}{100}
|
||||
@xrdef{Job Control Builtins-pg}{101}
|
||||
@xrdef{Job Control Variables-title}{Job Control Variables}
|
||||
@xrdef{Job Control Variables-snt}{Section@tie 7.3}
|
||||
@xrdef{Job Control Variables-pg}{102}
|
||||
@xrdef{Job Control Variables-pg}{103}
|
||||
@xrdef{Command Line Editing-title}{Command Line Editing}
|
||||
@xrdef{Command Line Editing-snt}{Chapter@tie 8}
|
||||
@xrdef{Introduction and Notation-title}{Introduction to Line Editing}
|
||||
@@ -240,145 +240,145 @@
|
||||
@xrdef{Readline Interaction-snt}{Section@tie 8.2}
|
||||
@xrdef{Readline Bare Essentials-title}{Readline Bare Essentials}
|
||||
@xrdef{Readline Bare Essentials-snt}{Section@tie 8.2.1}
|
||||
@xrdef{Command Line Editing-pg}{103}
|
||||
@xrdef{Introduction and Notation-pg}{103}
|
||||
@xrdef{Readline Interaction-pg}{103}
|
||||
@xrdef{Command Line Editing-pg}{104}
|
||||
@xrdef{Introduction and Notation-pg}{104}
|
||||
@xrdef{Readline Interaction-pg}{104}
|
||||
@xrdef{Readline Movement Commands-title}{Readline Movement Commands}
|
||||
@xrdef{Readline Movement Commands-snt}{Section@tie 8.2.2}
|
||||
@xrdef{Readline Killing Commands-title}{Readline Killing Commands}
|
||||
@xrdef{Readline Killing Commands-snt}{Section@tie 8.2.3}
|
||||
@xrdef{Readline Bare Essentials-pg}{104}
|
||||
@xrdef{Readline Movement Commands-pg}{104}
|
||||
@xrdef{Readline Bare Essentials-pg}{105}
|
||||
@xrdef{Readline Movement Commands-pg}{105}
|
||||
@xrdef{Readline Arguments-title}{Readline Arguments}
|
||||
@xrdef{Readline Arguments-snt}{Section@tie 8.2.4}
|
||||
@xrdef{Searching-title}{Searching for Commands in the History}
|
||||
@xrdef{Searching-snt}{Section@tie 8.2.5}
|
||||
@xrdef{Readline Killing Commands-pg}{105}
|
||||
@xrdef{Readline Arguments-pg}{105}
|
||||
@xrdef{Searching-pg}{105}
|
||||
@xrdef{Readline Killing Commands-pg}{106}
|
||||
@xrdef{Readline Arguments-pg}{106}
|
||||
@xrdef{Searching-pg}{106}
|
||||
@xrdef{Readline Init File-title}{Readline Init File}
|
||||
@xrdef{Readline Init File-snt}{Section@tie 8.3}
|
||||
@xrdef{Readline Init File Syntax-title}{Readline Init File Syntax}
|
||||
@xrdef{Readline Init File Syntax-snt}{Section@tie 8.3.1}
|
||||
@xrdef{Readline Init File-pg}{106}
|
||||
@xrdef{Readline Init File Syntax-pg}{106}
|
||||
@xrdef{Readline Init File-pg}{107}
|
||||
@xrdef{Readline Init File Syntax-pg}{107}
|
||||
@xrdef{Conditional Init Constructs-title}{Conditional Init Constructs}
|
||||
@xrdef{Conditional Init Constructs-snt}{Section@tie 8.3.2}
|
||||
@xrdef{Conditional Init Constructs-pg}{114}
|
||||
@xrdef{Conditional Init Constructs-pg}{115}
|
||||
@xrdef{Sample Init File-title}{Sample Init File}
|
||||
@xrdef{Sample Init File-snt}{Section@tie 8.3.3}
|
||||
@xrdef{Sample Init File-pg}{115}
|
||||
@xrdef{Sample Init File-pg}{116}
|
||||
@xrdef{Bindable Readline Commands-title}{Bindable Readline Commands}
|
||||
@xrdef{Bindable Readline Commands-snt}{Section@tie 8.4}
|
||||
@xrdef{Commands For Moving-title}{Commands For Moving}
|
||||
@xrdef{Commands For Moving-snt}{Section@tie 8.4.1}
|
||||
@xrdef{Commands For History-title}{Commands For Manipulating The History}
|
||||
@xrdef{Commands For History-snt}{Section@tie 8.4.2}
|
||||
@xrdef{Bindable Readline Commands-pg}{118}
|
||||
@xrdef{Commands For Moving-pg}{118}
|
||||
@xrdef{Commands For History-pg}{119}
|
||||
@xrdef{Bindable Readline Commands-pg}{119}
|
||||
@xrdef{Commands For Moving-pg}{119}
|
||||
@xrdef{Commands For History-pg}{120}
|
||||
@xrdef{Commands For Text-title}{Commands For Changing Text}
|
||||
@xrdef{Commands For Text-snt}{Section@tie 8.4.3}
|
||||
@xrdef{Commands For Text-pg}{120}
|
||||
@xrdef{Commands For Text-pg}{121}
|
||||
@xrdef{Commands For Killing-title}{Killing And Yanking}
|
||||
@xrdef{Commands For Killing-snt}{Section@tie 8.4.4}
|
||||
@xrdef{Commands For Killing-pg}{121}
|
||||
@xrdef{Commands For Killing-pg}{122}
|
||||
@xrdef{Numeric Arguments-title}{Specifying Numeric Arguments}
|
||||
@xrdef{Numeric Arguments-snt}{Section@tie 8.4.5}
|
||||
@xrdef{Commands For Completion-title}{Letting Readline Type For You}
|
||||
@xrdef{Commands For Completion-snt}{Section@tie 8.4.6}
|
||||
@xrdef{Numeric Arguments-pg}{123}
|
||||
@xrdef{Commands For Completion-pg}{123}
|
||||
@xrdef{Numeric Arguments-pg}{124}
|
||||
@xrdef{Commands For Completion-pg}{124}
|
||||
@xrdef{Keyboard Macros-title}{Keyboard Macros}
|
||||
@xrdef{Keyboard Macros-snt}{Section@tie 8.4.7}
|
||||
@xrdef{Miscellaneous Commands-title}{Some Miscellaneous Commands}
|
||||
@xrdef{Miscellaneous Commands-snt}{Section@tie 8.4.8}
|
||||
@xrdef{Keyboard Macros-pg}{125}
|
||||
@xrdef{Miscellaneous Commands-pg}{125}
|
||||
@xrdef{Keyboard Macros-pg}{126}
|
||||
@xrdef{Miscellaneous Commands-pg}{126}
|
||||
@xrdef{Readline vi Mode-title}{Readline vi Mode}
|
||||
@xrdef{Readline vi Mode-snt}{Section@tie 8.5}
|
||||
@xrdef{Programmable Completion-title}{Programmable Completion}
|
||||
@xrdef{Programmable Completion-snt}{Section@tie 8.6}
|
||||
@xrdef{Readline vi Mode-pg}{127}
|
||||
@xrdef{Programmable Completion-pg}{128}
|
||||
@xrdef{Readline vi Mode-pg}{128}
|
||||
@xrdef{Programmable Completion-pg}{129}
|
||||
@xrdef{Programmable Completion Builtins-title}{Programmable Completion Builtins}
|
||||
@xrdef{Programmable Completion Builtins-snt}{Section@tie 8.7}
|
||||
@xrdef{Programmable Completion Builtins-pg}{130}
|
||||
@xrdef{Programmable Completion Builtins-pg}{131}
|
||||
@xrdef{A Programmable Completion Example-title}{A Programmable Completion Example}
|
||||
@xrdef{A Programmable Completion Example-snt}{Section@tie 8.8}
|
||||
@xrdef{A Programmable Completion Example-pg}{133}
|
||||
@xrdef{A Programmable Completion Example-pg}{134}
|
||||
@xrdef{Using History Interactively-title}{Using History Interactively}
|
||||
@xrdef{Using History Interactively-snt}{Chapter@tie 9}
|
||||
@xrdef{Bash History Facilities-title}{Bash History Facilities}
|
||||
@xrdef{Bash History Facilities-snt}{Section@tie 9.1}
|
||||
@xrdef{Bash History Builtins-title}{Bash History Builtins}
|
||||
@xrdef{Bash History Builtins-snt}{Section@tie 9.2}
|
||||
@xrdef{Using History Interactively-pg}{136}
|
||||
@xrdef{Bash History Facilities-pg}{136}
|
||||
@xrdef{Bash History Builtins-pg}{136}
|
||||
@xrdef{Using History Interactively-pg}{137}
|
||||
@xrdef{Bash History Facilities-pg}{137}
|
||||
@xrdef{Bash History Builtins-pg}{137}
|
||||
@xrdef{History Interaction-title}{History Expansion}
|
||||
@xrdef{History Interaction-snt}{Section@tie 9.3}
|
||||
@xrdef{Event Designators-title}{Event Designators}
|
||||
@xrdef{Event Designators-snt}{Section@tie 9.3.1}
|
||||
@xrdef{History Interaction-pg}{138}
|
||||
@xrdef{History Interaction-pg}{139}
|
||||
@xrdef{Word Designators-title}{Word Designators}
|
||||
@xrdef{Word Designators-snt}{Section@tie 9.3.2}
|
||||
@xrdef{Event Designators-pg}{139}
|
||||
@xrdef{Word Designators-pg}{139}
|
||||
@xrdef{Event Designators-pg}{140}
|
||||
@xrdef{Word Designators-pg}{140}
|
||||
@xrdef{Modifiers-title}{Modifiers}
|
||||
@xrdef{Modifiers-snt}{Section@tie 9.3.3}
|
||||
@xrdef{Modifiers-pg}{140}
|
||||
@xrdef{Modifiers-pg}{141}
|
||||
@xrdef{Installing Bash-title}{Installing Bash}
|
||||
@xrdef{Installing Bash-snt}{Chapter@tie 10}
|
||||
@xrdef{Basic Installation-title}{Basic Installation}
|
||||
@xrdef{Basic Installation-snt}{Section@tie 10.1}
|
||||
@xrdef{Compilers and Options-title}{Compilers and Options}
|
||||
@xrdef{Compilers and Options-snt}{Section@tie 10.2}
|
||||
@xrdef{Installing Bash-pg}{141}
|
||||
@xrdef{Basic Installation-pg}{141}
|
||||
@xrdef{Installing Bash-pg}{142}
|
||||
@xrdef{Basic Installation-pg}{142}
|
||||
@xrdef{Compiling For Multiple Architectures-title}{Compiling For Multiple Architectures}
|
||||
@xrdef{Compiling For Multiple Architectures-snt}{Section@tie 10.3}
|
||||
@xrdef{Installation Names-title}{Installation Names}
|
||||
@xrdef{Installation Names-snt}{Section@tie 10.4}
|
||||
@xrdef{Specifying the System Type-title}{Specifying the System Type}
|
||||
@xrdef{Specifying the System Type-snt}{Section@tie 10.5}
|
||||
@xrdef{Compilers and Options-pg}{142}
|
||||
@xrdef{Compiling For Multiple Architectures-pg}{142}
|
||||
@xrdef{Installation Names-pg}{142}
|
||||
@xrdef{Specifying the System Type-pg}{142}
|
||||
@xrdef{Compilers and Options-pg}{143}
|
||||
@xrdef{Compiling For Multiple Architectures-pg}{143}
|
||||
@xrdef{Installation Names-pg}{143}
|
||||
@xrdef{Specifying the System Type-pg}{143}
|
||||
@xrdef{Sharing Defaults-title}{Sharing Defaults}
|
||||
@xrdef{Sharing Defaults-snt}{Section@tie 10.6}
|
||||
@xrdef{Operation Controls-title}{Operation Controls}
|
||||
@xrdef{Operation Controls-snt}{Section@tie 10.7}
|
||||
@xrdef{Optional Features-title}{Optional Features}
|
||||
@xrdef{Optional Features-snt}{Section@tie 10.8}
|
||||
@xrdef{Sharing Defaults-pg}{143}
|
||||
@xrdef{Operation Controls-pg}{143}
|
||||
@xrdef{Optional Features-pg}{143}
|
||||
@xrdef{Sharing Defaults-pg}{144}
|
||||
@xrdef{Operation Controls-pg}{144}
|
||||
@xrdef{Optional Features-pg}{144}
|
||||
@xrdef{Reporting Bugs-title}{Reporting Bugs}
|
||||
@xrdef{Reporting Bugs-snt}{Appendix@tie @char65{}}
|
||||
@xrdef{Reporting Bugs-pg}{148}
|
||||
@xrdef{Reporting Bugs-pg}{149}
|
||||
@xrdef{Major Differences From The Bourne Shell-title}{Major Differences From The Bourne Shell}
|
||||
@xrdef{Major Differences From The Bourne Shell-snt}{Appendix@tie @char66{}}
|
||||
@xrdef{Major Differences From The Bourne Shell-pg}{149}
|
||||
@xrdef{Major Differences From The Bourne Shell-pg}{150}
|
||||
@xrdef{GNU Free Documentation License-title}{GNU Free Documentation License}
|
||||
@xrdef{GNU Free Documentation License-snt}{Appendix@tie @char67{}}
|
||||
@xrdef{GNU Free Documentation License-pg}{155}
|
||||
@xrdef{GNU Free Documentation License-pg}{156}
|
||||
@xrdef{Indexes-title}{Indexes}
|
||||
@xrdef{Indexes-snt}{Appendix@tie @char68{}}
|
||||
@xrdef{Builtin Index-title}{Index of Shell Builtin Commands}
|
||||
@xrdef{Builtin Index-snt}{Section@tie @char68.1}
|
||||
@xrdef{Indexes-pg}{163}
|
||||
@xrdef{Builtin Index-pg}{163}
|
||||
@xrdef{Indexes-pg}{164}
|
||||
@xrdef{Builtin Index-pg}{164}
|
||||
@xrdef{Reserved Word Index-title}{Index of Shell Reserved Words}
|
||||
@xrdef{Reserved Word Index-snt}{Section@tie @char68.2}
|
||||
@xrdef{Variable Index-title}{Parameter and Variable Index}
|
||||
@xrdef{Variable Index-snt}{Section@tie @char68.3}
|
||||
@xrdef{Reserved Word Index-pg}{164}
|
||||
@xrdef{Variable Index-pg}{165}
|
||||
@xrdef{Reserved Word Index-pg}{165}
|
||||
@xrdef{Variable Index-pg}{166}
|
||||
@xrdef{Function Index-title}{Function Index}
|
||||
@xrdef{Function Index-snt}{Section@tie @char68.4}
|
||||
@xrdef{Function Index-pg}{167}
|
||||
@xrdef{Function Index-pg}{168}
|
||||
@xrdef{Concept Index-title}{Concept Index}
|
||||
@xrdef{Concept Index-snt}{Section@tie @char68.5}
|
||||
@xrdef{Concept Index-pg}{169}
|
||||
@xrdef{Concept Index-pg}{170}
|
||||
|
||||
+59
-59
@@ -1,59 +1,59 @@
|
||||
\entry{:}{41}{\code {:}}
|
||||
\entry{.}{41}{\code {.}}
|
||||
\entry{break}{42}{\code {break}}
|
||||
\entry{cd}{42}{\code {cd}}
|
||||
\entry{continue}{42}{\code {continue}}
|
||||
\entry{eval}{42}{\code {eval}}
|
||||
\entry{exec}{43}{\code {exec}}
|
||||
\entry{exit}{43}{\code {exit}}
|
||||
\entry{export}{43}{\code {export}}
|
||||
\entry{getopts}{43}{\code {getopts}}
|
||||
\entry{hash}{44}{\code {hash}}
|
||||
\entry{pwd}{44}{\code {pwd}}
|
||||
\entry{readonly}{44}{\code {readonly}}
|
||||
\entry{return}{45}{\code {return}}
|
||||
\entry{shift}{45}{\code {shift}}
|
||||
\entry{test}{45}{\code {test}}
|
||||
\entry{[}{45}{\code {[}}
|
||||
\entry{times}{47}{\code {times}}
|
||||
\entry{trap}{47}{\code {trap}}
|
||||
\entry{umask}{47}{\code {umask}}
|
||||
\entry{unset}{48}{\code {unset}}
|
||||
\entry{alias}{48}{\code {alias}}
|
||||
\entry{bind}{48}{\code {bind}}
|
||||
\entry{builtin}{49}{\code {builtin}}
|
||||
\entry{caller}{50}{\code {caller}}
|
||||
\entry{command}{50}{\code {command}}
|
||||
\entry{declare}{50}{\code {declare}}
|
||||
\entry{echo}{52}{\code {echo}}
|
||||
\entry{enable}{52}{\code {enable}}
|
||||
\entry{help}{53}{\code {help}}
|
||||
\entry{let}{53}{\code {let}}
|
||||
\entry{local}{53}{\code {local}}
|
||||
\entry{logout}{54}{\code {logout}}
|
||||
\entry{mapfile}{54}{\code {mapfile}}
|
||||
\entry{printf}{54}{\code {printf}}
|
||||
\entry{read}{55}{\code {read}}
|
||||
\entry{readarray}{56}{\code {readarray}}
|
||||
\entry{source}{57}{\code {source}}
|
||||
\entry{type}{57}{\code {type}}
|
||||
\entry{typeset}{57}{\code {typeset}}
|
||||
\entry{ulimit}{57}{\code {ulimit}}
|
||||
\entry{unalias}{59}{\code {unalias}}
|
||||
\entry{set}{59}{\code {set}}
|
||||
\entry{shopt}{63}{\code {shopt}}
|
||||
\entry{dirs}{92}{\code {dirs}}
|
||||
\entry{popd}{92}{\code {popd}}
|
||||
\entry{pushd}{92}{\code {pushd}}
|
||||
\entry{bg}{100}{\code {bg}}
|
||||
\entry{fg}{100}{\code {fg}}
|
||||
\entry{jobs}{100}{\code {jobs}}
|
||||
\entry{kill}{101}{\code {kill}}
|
||||
\entry{wait}{101}{\code {wait}}
|
||||
\entry{disown}{101}{\code {disown}}
|
||||
\entry{suspend}{101}{\code {suspend}}
|
||||
\entry{compgen}{130}{\code {compgen}}
|
||||
\entry{complete}{130}{\code {complete}}
|
||||
\entry{compopt}{133}{\code {compopt}}
|
||||
\entry{fc}{136}{\code {fc}}
|
||||
\entry{history}{137}{\code {history}}
|
||||
\entry{:}{42}{\code {:}}
|
||||
\entry{.}{42}{\code {.}}
|
||||
\entry{break}{43}{\code {break}}
|
||||
\entry{cd}{43}{\code {cd}}
|
||||
\entry{continue}{43}{\code {continue}}
|
||||
\entry{eval}{43}{\code {eval}}
|
||||
\entry{exec}{44}{\code {exec}}
|
||||
\entry{exit}{44}{\code {exit}}
|
||||
\entry{export}{44}{\code {export}}
|
||||
\entry{getopts}{44}{\code {getopts}}
|
||||
\entry{hash}{45}{\code {hash}}
|
||||
\entry{pwd}{45}{\code {pwd}}
|
||||
\entry{readonly}{45}{\code {readonly}}
|
||||
\entry{return}{46}{\code {return}}
|
||||
\entry{shift}{46}{\code {shift}}
|
||||
\entry{test}{46}{\code {test}}
|
||||
\entry{[}{46}{\code {[}}
|
||||
\entry{times}{48}{\code {times}}
|
||||
\entry{trap}{48}{\code {trap}}
|
||||
\entry{umask}{48}{\code {umask}}
|
||||
\entry{unset}{49}{\code {unset}}
|
||||
\entry{alias}{49}{\code {alias}}
|
||||
\entry{bind}{49}{\code {bind}}
|
||||
\entry{builtin}{50}{\code {builtin}}
|
||||
\entry{caller}{51}{\code {caller}}
|
||||
\entry{command}{51}{\code {command}}
|
||||
\entry{declare}{51}{\code {declare}}
|
||||
\entry{echo}{53}{\code {echo}}
|
||||
\entry{enable}{53}{\code {enable}}
|
||||
\entry{help}{54}{\code {help}}
|
||||
\entry{let}{54}{\code {let}}
|
||||
\entry{local}{54}{\code {local}}
|
||||
\entry{logout}{55}{\code {logout}}
|
||||
\entry{mapfile}{55}{\code {mapfile}}
|
||||
\entry{printf}{55}{\code {printf}}
|
||||
\entry{read}{56}{\code {read}}
|
||||
\entry{readarray}{57}{\code {readarray}}
|
||||
\entry{source}{58}{\code {source}}
|
||||
\entry{type}{58}{\code {type}}
|
||||
\entry{typeset}{58}{\code {typeset}}
|
||||
\entry{ulimit}{58}{\code {ulimit}}
|
||||
\entry{unalias}{60}{\code {unalias}}
|
||||
\entry{set}{60}{\code {set}}
|
||||
\entry{shopt}{64}{\code {shopt}}
|
||||
\entry{dirs}{93}{\code {dirs}}
|
||||
\entry{popd}{93}{\code {popd}}
|
||||
\entry{pushd}{93}{\code {pushd}}
|
||||
\entry{bg}{101}{\code {bg}}
|
||||
\entry{fg}{101}{\code {fg}}
|
||||
\entry{jobs}{101}{\code {jobs}}
|
||||
\entry{kill}{102}{\code {kill}}
|
||||
\entry{wait}{102}{\code {wait}}
|
||||
\entry{disown}{102}{\code {disown}}
|
||||
\entry{suspend}{102}{\code {suspend}}
|
||||
\entry{compgen}{131}{\code {compgen}}
|
||||
\entry{complete}{131}{\code {complete}}
|
||||
\entry{compopt}{134}{\code {compopt}}
|
||||
\entry{fc}{137}{\code {fc}}
|
||||
\entry{history}{138}{\code {history}}
|
||||
|
||||
+59
-59
@@ -1,80 +1,80 @@
|
||||
\initial {.}
|
||||
\entry {\code {.}}{41}
|
||||
\entry {\code {.}}{42}
|
||||
\initial {:}
|
||||
\entry {\code {:}}{41}
|
||||
\entry {\code {:}}{42}
|
||||
\initial {[}
|
||||
\entry {\code {[}}{45}
|
||||
\entry {\code {[}}{46}
|
||||
\initial {A}
|
||||
\entry {\code {alias}}{48}
|
||||
\entry {\code {alias}}{49}
|
||||
\initial {B}
|
||||
\entry {\code {bg}}{100}
|
||||
\entry {\code {bind}}{48}
|
||||
\entry {\code {break}}{42}
|
||||
\entry {\code {builtin}}{49}
|
||||
\entry {\code {bg}}{101}
|
||||
\entry {\code {bind}}{49}
|
||||
\entry {\code {break}}{43}
|
||||
\entry {\code {builtin}}{50}
|
||||
\initial {C}
|
||||
\entry {\code {caller}}{50}
|
||||
\entry {\code {cd}}{42}
|
||||
\entry {\code {command}}{50}
|
||||
\entry {\code {compgen}}{130}
|
||||
\entry {\code {complete}}{130}
|
||||
\entry {\code {compopt}}{133}
|
||||
\entry {\code {continue}}{42}
|
||||
\entry {\code {caller}}{51}
|
||||
\entry {\code {cd}}{43}
|
||||
\entry {\code {command}}{51}
|
||||
\entry {\code {compgen}}{131}
|
||||
\entry {\code {complete}}{131}
|
||||
\entry {\code {compopt}}{134}
|
||||
\entry {\code {continue}}{43}
|
||||
\initial {D}
|
||||
\entry {\code {declare}}{50}
|
||||
\entry {\code {dirs}}{92}
|
||||
\entry {\code {disown}}{101}
|
||||
\entry {\code {declare}}{51}
|
||||
\entry {\code {dirs}}{93}
|
||||
\entry {\code {disown}}{102}
|
||||
\initial {E}
|
||||
\entry {\code {echo}}{52}
|
||||
\entry {\code {enable}}{52}
|
||||
\entry {\code {eval}}{42}
|
||||
\entry {\code {exec}}{43}
|
||||
\entry {\code {exit}}{43}
|
||||
\entry {\code {export}}{43}
|
||||
\entry {\code {echo}}{53}
|
||||
\entry {\code {enable}}{53}
|
||||
\entry {\code {eval}}{43}
|
||||
\entry {\code {exec}}{44}
|
||||
\entry {\code {exit}}{44}
|
||||
\entry {\code {export}}{44}
|
||||
\initial {F}
|
||||
\entry {\code {fc}}{136}
|
||||
\entry {\code {fg}}{100}
|
||||
\entry {\code {fc}}{137}
|
||||
\entry {\code {fg}}{101}
|
||||
\initial {G}
|
||||
\entry {\code {getopts}}{43}
|
||||
\entry {\code {getopts}}{44}
|
||||
\initial {H}
|
||||
\entry {\code {hash}}{44}
|
||||
\entry {\code {help}}{53}
|
||||
\entry {\code {history}}{137}
|
||||
\entry {\code {hash}}{45}
|
||||
\entry {\code {help}}{54}
|
||||
\entry {\code {history}}{138}
|
||||
\initial {J}
|
||||
\entry {\code {jobs}}{100}
|
||||
\entry {\code {jobs}}{101}
|
||||
\initial {K}
|
||||
\entry {\code {kill}}{101}
|
||||
\entry {\code {kill}}{102}
|
||||
\initial {L}
|
||||
\entry {\code {let}}{53}
|
||||
\entry {\code {local}}{53}
|
||||
\entry {\code {logout}}{54}
|
||||
\entry {\code {let}}{54}
|
||||
\entry {\code {local}}{54}
|
||||
\entry {\code {logout}}{55}
|
||||
\initial {M}
|
||||
\entry {\code {mapfile}}{54}
|
||||
\entry {\code {mapfile}}{55}
|
||||
\initial {P}
|
||||
\entry {\code {popd}}{92}
|
||||
\entry {\code {printf}}{54}
|
||||
\entry {\code {pushd}}{92}
|
||||
\entry {\code {pwd}}{44}
|
||||
\entry {\code {popd}}{93}
|
||||
\entry {\code {printf}}{55}
|
||||
\entry {\code {pushd}}{93}
|
||||
\entry {\code {pwd}}{45}
|
||||
\initial {R}
|
||||
\entry {\code {read}}{55}
|
||||
\entry {\code {readarray}}{56}
|
||||
\entry {\code {readonly}}{44}
|
||||
\entry {\code {return}}{45}
|
||||
\entry {\code {read}}{56}
|
||||
\entry {\code {readarray}}{57}
|
||||
\entry {\code {readonly}}{45}
|
||||
\entry {\code {return}}{46}
|
||||
\initial {S}
|
||||
\entry {\code {set}}{59}
|
||||
\entry {\code {shift}}{45}
|
||||
\entry {\code {shopt}}{63}
|
||||
\entry {\code {source}}{57}
|
||||
\entry {\code {suspend}}{101}
|
||||
\entry {\code {set}}{60}
|
||||
\entry {\code {shift}}{46}
|
||||
\entry {\code {shopt}}{64}
|
||||
\entry {\code {source}}{58}
|
||||
\entry {\code {suspend}}{102}
|
||||
\initial {T}
|
||||
\entry {\code {test}}{45}
|
||||
\entry {\code {times}}{47}
|
||||
\entry {\code {trap}}{47}
|
||||
\entry {\code {type}}{57}
|
||||
\entry {\code {typeset}}{57}
|
||||
\entry {\code {test}}{46}
|
||||
\entry {\code {times}}{48}
|
||||
\entry {\code {trap}}{48}
|
||||
\entry {\code {type}}{58}
|
||||
\entry {\code {typeset}}{58}
|
||||
\initial {U}
|
||||
\entry {\code {ulimit}}{57}
|
||||
\entry {\code {umask}}{47}
|
||||
\entry {\code {unalias}}{59}
|
||||
\entry {\code {unset}}{48}
|
||||
\entry {\code {ulimit}}{58}
|
||||
\entry {\code {umask}}{48}
|
||||
\entry {\code {unalias}}{60}
|
||||
\entry {\code {unset}}{49}
|
||||
\initial {W}
|
||||
\entry {\code {wait}}{101}
|
||||
\entry {\code {wait}}{102}
|
||||
|
||||
+45
-45
@@ -54,7 +54,7 @@
|
||||
\entry{command substitution}{29}{command substitution}
|
||||
\entry{expansion, arithmetic}{29}{expansion, arithmetic}
|
||||
\entry{arithmetic expansion}{29}{arithmetic expansion}
|
||||
\entry{process substitution}{29}{process substitution}
|
||||
\entry{process substitution}{30}{process substitution}
|
||||
\entry{word splitting}{30}{word splitting}
|
||||
\entry{expansion, filename}{30}{expansion, filename}
|
||||
\entry{expansion, pathname}{30}{expansion, pathname}
|
||||
@@ -71,48 +71,48 @@
|
||||
\entry{exit status}{39}{exit status}
|
||||
\entry{signal handling}{39}{signal handling}
|
||||
\entry{shell script}{40}{shell script}
|
||||
\entry{special builtin}{69}{special builtin}
|
||||
\entry{login shell}{83}{login shell}
|
||||
\entry{interactive shell}{83}{interactive shell}
|
||||
\entry{startup files}{83}{startup files}
|
||||
\entry{special builtin}{70}{special builtin}
|
||||
\entry{login shell}{84}{login shell}
|
||||
\entry{interactive shell}{84}{interactive shell}
|
||||
\entry{shell, interactive}{84}{shell, interactive}
|
||||
\entry{expressions, conditional}{86}{expressions, conditional}
|
||||
\entry{arithmetic, shell}{88}{arithmetic, shell}
|
||||
\entry{shell arithmetic}{88}{shell arithmetic}
|
||||
\entry{expressions, arithmetic}{88}{expressions, arithmetic}
|
||||
\entry{evaluation, arithmetic}{88}{evaluation, arithmetic}
|
||||
\entry{arithmetic evaluation}{88}{arithmetic evaluation}
|
||||
\entry{alias expansion}{89}{alias expansion}
|
||||
\entry{arrays}{90}{arrays}
|
||||
\entry{directory stack}{92}{directory stack}
|
||||
\entry{prompting}{93}{prompting}
|
||||
\entry{restricted shell}{94}{restricted shell}
|
||||
\entry{POSIX Mode}{95}{POSIX Mode}
|
||||
\entry{job control}{99}{job control}
|
||||
\entry{foreground}{99}{foreground}
|
||||
\entry{background}{99}{background}
|
||||
\entry{suspending jobs}{99}{suspending jobs}
|
||||
\entry{Readline, how to use}{102}{Readline, how to use}
|
||||
\entry{interaction, readline}{103}{interaction, readline}
|
||||
\entry{notation, readline}{104}{notation, readline}
|
||||
\entry{command editing}{104}{command editing}
|
||||
\entry{editing command lines}{104}{editing command lines}
|
||||
\entry{killing text}{105}{killing text}
|
||||
\entry{yanking text}{105}{yanking text}
|
||||
\entry{kill ring}{105}{kill ring}
|
||||
\entry{initialization file, readline}{106}{initialization file, readline}
|
||||
\entry{variables, readline}{107}{variables, readline}
|
||||
\entry{programmable completion}{128}{programmable completion}
|
||||
\entry{completion builtins}{130}{completion builtins}
|
||||
\entry{History, how to use}{135}{History, how to use}
|
||||
\entry{command history}{136}{command history}
|
||||
\entry{history list}{136}{history list}
|
||||
\entry{history builtins}{136}{history builtins}
|
||||
\entry{history expansion}{138}{history expansion}
|
||||
\entry{event designators}{139}{event designators}
|
||||
\entry{history events}{139}{history events}
|
||||
\entry{installation}{141}{installation}
|
||||
\entry{configuration}{141}{configuration}
|
||||
\entry{Bash installation}{141}{Bash installation}
|
||||
\entry{Bash configuration}{141}{Bash configuration}
|
||||
\entry{startup files}{84}{startup files}
|
||||
\entry{interactive shell}{85}{interactive shell}
|
||||
\entry{shell, interactive}{85}{shell, interactive}
|
||||
\entry{expressions, conditional}{87}{expressions, conditional}
|
||||
\entry{arithmetic, shell}{89}{arithmetic, shell}
|
||||
\entry{shell arithmetic}{89}{shell arithmetic}
|
||||
\entry{expressions, arithmetic}{89}{expressions, arithmetic}
|
||||
\entry{evaluation, arithmetic}{89}{evaluation, arithmetic}
|
||||
\entry{arithmetic evaluation}{89}{arithmetic evaluation}
|
||||
\entry{alias expansion}{90}{alias expansion}
|
||||
\entry{arrays}{91}{arrays}
|
||||
\entry{directory stack}{93}{directory stack}
|
||||
\entry{prompting}{94}{prompting}
|
||||
\entry{restricted shell}{95}{restricted shell}
|
||||
\entry{POSIX Mode}{96}{POSIX Mode}
|
||||
\entry{job control}{100}{job control}
|
||||
\entry{foreground}{100}{foreground}
|
||||
\entry{background}{100}{background}
|
||||
\entry{suspending jobs}{100}{suspending jobs}
|
||||
\entry{Readline, how to use}{103}{Readline, how to use}
|
||||
\entry{interaction, readline}{104}{interaction, readline}
|
||||
\entry{notation, readline}{105}{notation, readline}
|
||||
\entry{command editing}{105}{command editing}
|
||||
\entry{editing command lines}{105}{editing command lines}
|
||||
\entry{killing text}{106}{killing text}
|
||||
\entry{yanking text}{106}{yanking text}
|
||||
\entry{kill ring}{106}{kill ring}
|
||||
\entry{initialization file, readline}{107}{initialization file, readline}
|
||||
\entry{variables, readline}{108}{variables, readline}
|
||||
\entry{programmable completion}{129}{programmable completion}
|
||||
\entry{completion builtins}{131}{completion builtins}
|
||||
\entry{History, how to use}{136}{History, how to use}
|
||||
\entry{command history}{137}{command history}
|
||||
\entry{history list}{137}{history list}
|
||||
\entry{history builtins}{137}{history builtins}
|
||||
\entry{history expansion}{139}{history expansion}
|
||||
\entry{event designators}{140}{event designators}
|
||||
\entry{history events}{140}{history events}
|
||||
\entry{installation}{142}{installation}
|
||||
\entry{configuration}{142}{configuration}
|
||||
\entry{Bash installation}{142}{Bash installation}
|
||||
\entry{Bash configuration}{142}{Bash configuration}
|
||||
|
||||
+45
-45
@@ -1,21 +1,21 @@
|
||||
\initial {A}
|
||||
\entry {alias expansion}{89}
|
||||
\entry {arithmetic evaluation}{88}
|
||||
\entry {alias expansion}{90}
|
||||
\entry {arithmetic evaluation}{89}
|
||||
\entry {arithmetic expansion}{29}
|
||||
\entry {arithmetic, shell}{88}
|
||||
\entry {arrays}{90}
|
||||
\entry {arithmetic, shell}{89}
|
||||
\entry {arrays}{91}
|
||||
\initial {B}
|
||||
\entry {background}{99}
|
||||
\entry {Bash configuration}{141}
|
||||
\entry {Bash installation}{141}
|
||||
\entry {background}{100}
|
||||
\entry {Bash configuration}{142}
|
||||
\entry {Bash installation}{142}
|
||||
\entry {Bourne shell}{5}
|
||||
\entry {brace expansion}{21}
|
||||
\entry {builtin}{3}
|
||||
\initial {C}
|
||||
\entry {command editing}{104}
|
||||
\entry {command editing}{105}
|
||||
\entry {command execution}{37}
|
||||
\entry {command expansion}{36}
|
||||
\entry {command history}{136}
|
||||
\entry {command history}{137}
|
||||
\entry {command search}{37}
|
||||
\entry {command substitution}{29}
|
||||
\entry {command timing}{8}
|
||||
@@ -28,17 +28,17 @@
|
||||
\entry {commands, shell}{8}
|
||||
\entry {commands, simple}{8}
|
||||
\entry {comments, shell}{7}
|
||||
\entry {completion builtins}{130}
|
||||
\entry {configuration}{141}
|
||||
\entry {completion builtins}{131}
|
||||
\entry {configuration}{142}
|
||||
\entry {control operator}{3}
|
||||
\entry {coprocess}{15}
|
||||
\initial {D}
|
||||
\entry {directory stack}{92}
|
||||
\entry {directory stack}{93}
|
||||
\initial {E}
|
||||
\entry {editing command lines}{104}
|
||||
\entry {editing command lines}{105}
|
||||
\entry {environment}{38}
|
||||
\entry {evaluation, arithmetic}{88}
|
||||
\entry {event designators}{139}
|
||||
\entry {evaluation, arithmetic}{89}
|
||||
\entry {event designators}{140}
|
||||
\entry {execution environment}{37}
|
||||
\entry {exit status}{3, 39}
|
||||
\entry {expansion}{21}
|
||||
@@ -48,43 +48,43 @@
|
||||
\entry {expansion, parameter}{23}
|
||||
\entry {expansion, pathname}{30}
|
||||
\entry {expansion, tilde}{22}
|
||||
\entry {expressions, arithmetic}{88}
|
||||
\entry {expressions, conditional}{86}
|
||||
\entry {expressions, arithmetic}{89}
|
||||
\entry {expressions, conditional}{87}
|
||||
\initial {F}
|
||||
\entry {field}{3}
|
||||
\entry {filename}{3}
|
||||
\entry {filename expansion}{30}
|
||||
\entry {foreground}{99}
|
||||
\entry {foreground}{100}
|
||||
\entry {functions, shell}{17}
|
||||
\initial {H}
|
||||
\entry {history builtins}{136}
|
||||
\entry {history events}{139}
|
||||
\entry {history expansion}{138}
|
||||
\entry {history list}{136}
|
||||
\entry {History, how to use}{135}
|
||||
\entry {history builtins}{137}
|
||||
\entry {history events}{140}
|
||||
\entry {history expansion}{139}
|
||||
\entry {history list}{137}
|
||||
\entry {History, how to use}{136}
|
||||
\initial {I}
|
||||
\entry {identifier}{3}
|
||||
\entry {initialization file, readline}{106}
|
||||
\entry {installation}{141}
|
||||
\entry {interaction, readline}{103}
|
||||
\entry {interactive shell}{83, 84}
|
||||
\entry {initialization file, readline}{107}
|
||||
\entry {installation}{142}
|
||||
\entry {interaction, readline}{104}
|
||||
\entry {interactive shell}{84, 85}
|
||||
\entry {internationalization}{7}
|
||||
\initial {J}
|
||||
\entry {job}{3}
|
||||
\entry {job control}{3, 99}
|
||||
\entry {job control}{3, 100}
|
||||
\initial {K}
|
||||
\entry {kill ring}{105}
|
||||
\entry {killing text}{105}
|
||||
\entry {kill ring}{106}
|
||||
\entry {killing text}{106}
|
||||
\initial {L}
|
||||
\entry {localization}{7}
|
||||
\entry {login shell}{83}
|
||||
\entry {login shell}{84}
|
||||
\initial {M}
|
||||
\entry {matching, pattern}{31}
|
||||
\entry {metacharacter}{3}
|
||||
\initial {N}
|
||||
\entry {name}{3}
|
||||
\entry {native languages}{7}
|
||||
\entry {notation, readline}{104}
|
||||
\entry {notation, readline}{105}
|
||||
\initial {O}
|
||||
\entry {operator, shell}{3}
|
||||
\initial {P}
|
||||
@@ -96,41 +96,41 @@
|
||||
\entry {pattern matching}{31}
|
||||
\entry {pipeline}{8}
|
||||
\entry {POSIX}{3}
|
||||
\entry {POSIX Mode}{95}
|
||||
\entry {POSIX Mode}{96}
|
||||
\entry {process group}{3}
|
||||
\entry {process group ID}{3}
|
||||
\entry {process substitution}{29}
|
||||
\entry {programmable completion}{128}
|
||||
\entry {prompting}{93}
|
||||
\entry {process substitution}{30}
|
||||
\entry {programmable completion}{129}
|
||||
\entry {prompting}{94}
|
||||
\initial {Q}
|
||||
\entry {quoting}{6}
|
||||
\entry {quoting, ANSI}{6}
|
||||
\initial {R}
|
||||
\entry {Readline, how to use}{102}
|
||||
\entry {Readline, how to use}{103}
|
||||
\entry {redirection}{32}
|
||||
\entry {reserved word}{3}
|
||||
\entry {restricted shell}{94}
|
||||
\entry {restricted shell}{95}
|
||||
\entry {return status}{4}
|
||||
\initial {S}
|
||||
\entry {shell arithmetic}{88}
|
||||
\entry {shell arithmetic}{89}
|
||||
\entry {shell function}{17}
|
||||
\entry {shell script}{40}
|
||||
\entry {shell variable}{18}
|
||||
\entry {shell, interactive}{84}
|
||||
\entry {shell, interactive}{85}
|
||||
\entry {signal}{4}
|
||||
\entry {signal handling}{39}
|
||||
\entry {special builtin}{4, 69}
|
||||
\entry {startup files}{83}
|
||||
\entry {suspending jobs}{99}
|
||||
\entry {special builtin}{4, 70}
|
||||
\entry {startup files}{84}
|
||||
\entry {suspending jobs}{100}
|
||||
\initial {T}
|
||||
\entry {tilde expansion}{22}
|
||||
\entry {token}{4}
|
||||
\entry {translation, native languages}{7}
|
||||
\initial {V}
|
||||
\entry {variable, shell}{18}
|
||||
\entry {variables, readline}{107}
|
||||
\entry {variables, readline}{108}
|
||||
\initial {W}
|
||||
\entry {word}{4}
|
||||
\entry {word splitting}{30}
|
||||
\initial {Y}
|
||||
\entry {yanking text}{105}
|
||||
\entry {yanking text}{106}
|
||||
|
||||
Binary file not shown.
+108
-108
@@ -1,108 +1,108 @@
|
||||
\entry{beginning-of-line (C-a)}{118}{\code {beginning-of-line (C-a)}}
|
||||
\entry{end-of-line (C-e)}{118}{\code {end-of-line (C-e)}}
|
||||
\entry{forward-char (C-f)}{118}{\code {forward-char (C-f)}}
|
||||
\entry{backward-char (C-b)}{118}{\code {backward-char (C-b)}}
|
||||
\entry{forward-word (M-f)}{118}{\code {forward-word (M-f)}}
|
||||
\entry{backward-word (M-b)}{118}{\code {backward-word (M-b)}}
|
||||
\entry{shell-forward-word ()}{118}{\code {shell-forward-word ()}}
|
||||
\entry{shell-backward-word ()}{118}{\code {shell-backward-word ()}}
|
||||
\entry{clear-screen (C-l)}{118}{\code {clear-screen (C-l)}}
|
||||
\entry{redraw-current-line ()}{118}{\code {redraw-current-line ()}}
|
||||
\entry{accept-line (Newline or Return)}{119}{\code {accept-line (Newline or Return)}}
|
||||
\entry{previous-history (C-p)}{119}{\code {previous-history (C-p)}}
|
||||
\entry{next-history (C-n)}{119}{\code {next-history (C-n)}}
|
||||
\entry{beginning-of-history (M-<)}{119}{\code {beginning-of-history (M-<)}}
|
||||
\entry{end-of-history (M->)}{119}{\code {end-of-history (M->)}}
|
||||
\entry{reverse-search-history (C-r)}{119}{\code {reverse-search-history (C-r)}}
|
||||
\entry{forward-search-history (C-s)}{119}{\code {forward-search-history (C-s)}}
|
||||
\entry{non-incremental-reverse-search-history (M-p)}{119}{\code {non-incremental-reverse-search-history (M-p)}}
|
||||
\entry{non-incremental-forward-search-history (M-n)}{119}{\code {non-incremental-forward-search-history (M-n)}}
|
||||
\entry{history-search-forward ()}{119}{\code {history-search-forward ()}}
|
||||
\entry{history-search-backward ()}{119}{\code {history-search-backward ()}}
|
||||
\entry{history-substr-search-forward ()}{119}{\code {history-substr-search-forward ()}}
|
||||
\entry{history-substr-search-backward ()}{120}{\code {history-substr-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{120}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{120}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{120}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{120}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{120}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{120}{\code {forward-backward-delete-char ()}}
|
||||
\entry{quoted-insert (C-q or C-v)}{120}{\code {quoted-insert (C-q or C-v)}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{121}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{bracketed-paste-begin ()}{121}{\code {bracketed-paste-begin ()}}
|
||||
\entry{transpose-chars (C-t)}{121}{\code {transpose-chars (C-t)}}
|
||||
\entry{transpose-words (M-t)}{121}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{121}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{121}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{121}{\code {capitalize-word (M-c)}}
|
||||
\entry{overwrite-mode ()}{121}{\code {overwrite-mode ()}}
|
||||
\entry{kill-line (C-k)}{121}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{121}{\code {backward-kill-line (C-x Rubout)}}
|
||||
\entry{unix-line-discard (C-u)}{122}{\code {unix-line-discard (C-u)}}
|
||||
\entry{kill-whole-line ()}{122}{\code {kill-whole-line ()}}
|
||||
\entry{kill-word (M-d)}{122}{\code {kill-word (M-d)}}
|
||||
\entry{backward-kill-word (M-DEL)}{122}{\code {backward-kill-word (M-\key {DEL})}}
|
||||
\entry{shell-kill-word ()}{122}{\code {shell-kill-word ()}}
|
||||
\entry{shell-backward-kill-word ()}{122}{\code {shell-backward-kill-word ()}}
|
||||
\entry{unix-word-rubout (C-w)}{122}{\code {unix-word-rubout (C-w)}}
|
||||
\entry{unix-filename-rubout ()}{122}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{122}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{122}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{122}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{122}{\code {copy-backward-word ()}}
|
||||
\entry{copy-forward-word ()}{122}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{122}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{122}{\code {yank-pop (M-y)}}
|
||||
\entry{digit-argument (M-0, M-1, ...{} M--)}{123}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
|
||||
\entry{universal-argument ()}{123}{\code {universal-argument ()}}
|
||||
\entry{complete (TAB)}{123}{\code {complete (\key {TAB})}}
|
||||
\entry{possible-completions (M-?)}{123}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{123}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{123}{\code {menu-complete ()}}
|
||||
\entry{menu-complete-backward ()}{123}{\code {menu-complete-backward ()}}
|
||||
\entry{delete-char-or-list ()}{124}{\code {delete-char-or-list ()}}
|
||||
\entry{complete-filename (M-/)}{124}{\code {complete-filename (M-/)}}
|
||||
\entry{possible-filename-completions (C-x /)}{124}{\code {possible-filename-completions (C-x /)}}
|
||||
\entry{complete-username (M-~)}{124}{\code {complete-username (M-~)}}
|
||||
\entry{possible-username-completions (C-x ~)}{124}{\code {possible-username-completions (C-x ~)}}
|
||||
\entry{complete-variable (M-$)}{124}{\code {complete-variable (M-$)}}
|
||||
\entry{possible-variable-completions (C-x $)}{124}{\code {possible-variable-completions (C-x $)}}
|
||||
\entry{complete-hostname (M-@)}{124}{\code {complete-hostname (M-@)}}
|
||||
\entry{possible-hostname-completions (C-x @)}{124}{\code {possible-hostname-completions (C-x @)}}
|
||||
\entry{complete-command (M-!)}{124}{\code {complete-command (M-!)}}
|
||||
\entry{possible-command-completions (C-x !)}{124}{\code {possible-command-completions (C-x !)}}
|
||||
\entry{dynamic-complete-history (M-TAB)}{124}{\code {dynamic-complete-history (M-\key {TAB})}}
|
||||
\entry{dabbrev-expand ()}{124}{\code {dabbrev-expand ()}}
|
||||
\entry{complete-into-braces (M-{\indexlbrace })}{124}{\code {complete-into-braces (M-{\tt \char 123})}}
|
||||
\entry{start-kbd-macro (C-x ()}{125}{\code {start-kbd-macro (C-x ()}}
|
||||
\entry{end-kbd-macro (C-x ))}{125}{\code {end-kbd-macro (C-x ))}}
|
||||
\entry{call-last-kbd-macro (C-x e)}{125}{\code {call-last-kbd-macro (C-x e)}}
|
||||
\entry{print-last-kbd-macro ()}{125}{\code {print-last-kbd-macro ()}}
|
||||
\entry{re-read-init-file (C-x C-r)}{125}{\code {re-read-init-file (C-x C-r)}}
|
||||
\entry{abort (C-g)}{125}{\code {abort (C-g)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{125}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{125}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{125}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{125}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-&)}{125}{\code {tilde-expand (M-&)}}
|
||||
\entry{set-mark (C-@)}{125}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{125}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{125}{\code {character-search (C-])}}
|
||||
\entry{character-search-backward (M-C-])}{126}{\code {character-search-backward (M-C-])}}
|
||||
\entry{skip-csi-sequence ()}{126}{\code {skip-csi-sequence ()}}
|
||||
\entry{insert-comment (M-#)}{126}{\code {insert-comment (M-#)}}
|
||||
\entry{dump-functions ()}{126}{\code {dump-functions ()}}
|
||||
\entry{dump-variables ()}{126}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{126}{\code {dump-macros ()}}
|
||||
\entry{glob-complete-word (M-g)}{126}{\code {glob-complete-word (M-g)}}
|
||||
\entry{glob-expand-word (C-x *)}{126}{\code {glob-expand-word (C-x *)}}
|
||||
\entry{glob-list-expansions (C-x g)}{127}{\code {glob-list-expansions (C-x g)}}
|
||||
\entry{display-shell-version (C-x C-v)}{127}{\code {display-shell-version (C-x C-v)}}
|
||||
\entry{shell-expand-line (M-C-e)}{127}{\code {shell-expand-line (M-C-e)}}
|
||||
\entry{history-expand-line (M-^)}{127}{\code {history-expand-line (M-^)}}
|
||||
\entry{magic-space ()}{127}{\code {magic-space ()}}
|
||||
\entry{alias-expand-line ()}{127}{\code {alias-expand-line ()}}
|
||||
\entry{history-and-alias-expand-line ()}{127}{\code {history-and-alias-expand-line ()}}
|
||||
\entry{insert-last-argument (M-. or M-_)}{127}{\code {insert-last-argument (M-. or M-_)}}
|
||||
\entry{operate-and-get-next (C-o)}{127}{\code {operate-and-get-next (C-o)}}
|
||||
\entry{edit-and-execute-command (C-xC-e)}{127}{\code {edit-and-execute-command (C-xC-e)}}
|
||||
\entry{beginning-of-line (C-a)}{119}{\code {beginning-of-line (C-a)}}
|
||||
\entry{end-of-line (C-e)}{119}{\code {end-of-line (C-e)}}
|
||||
\entry{forward-char (C-f)}{119}{\code {forward-char (C-f)}}
|
||||
\entry{backward-char (C-b)}{119}{\code {backward-char (C-b)}}
|
||||
\entry{forward-word (M-f)}{119}{\code {forward-word (M-f)}}
|
||||
\entry{backward-word (M-b)}{119}{\code {backward-word (M-b)}}
|
||||
\entry{shell-forward-word ()}{119}{\code {shell-forward-word ()}}
|
||||
\entry{shell-backward-word ()}{119}{\code {shell-backward-word ()}}
|
||||
\entry{clear-screen (C-l)}{119}{\code {clear-screen (C-l)}}
|
||||
\entry{redraw-current-line ()}{119}{\code {redraw-current-line ()}}
|
||||
\entry{accept-line (Newline or Return)}{120}{\code {accept-line (Newline or Return)}}
|
||||
\entry{previous-history (C-p)}{120}{\code {previous-history (C-p)}}
|
||||
\entry{next-history (C-n)}{120}{\code {next-history (C-n)}}
|
||||
\entry{beginning-of-history (M-<)}{120}{\code {beginning-of-history (M-<)}}
|
||||
\entry{end-of-history (M->)}{120}{\code {end-of-history (M->)}}
|
||||
\entry{reverse-search-history (C-r)}{120}{\code {reverse-search-history (C-r)}}
|
||||
\entry{forward-search-history (C-s)}{120}{\code {forward-search-history (C-s)}}
|
||||
\entry{non-incremental-reverse-search-history (M-p)}{120}{\code {non-incremental-reverse-search-history (M-p)}}
|
||||
\entry{non-incremental-forward-search-history (M-n)}{120}{\code {non-incremental-forward-search-history (M-n)}}
|
||||
\entry{history-search-forward ()}{120}{\code {history-search-forward ()}}
|
||||
\entry{history-search-backward ()}{120}{\code {history-search-backward ()}}
|
||||
\entry{history-substr-search-forward ()}{120}{\code {history-substr-search-forward ()}}
|
||||
\entry{history-substr-search-backward ()}{121}{\code {history-substr-search-backward ()}}
|
||||
\entry{yank-nth-arg (M-C-y)}{121}{\code {yank-nth-arg (M-C-y)}}
|
||||
\entry{yank-last-arg (M-. or M-_)}{121}{\code {yank-last-arg (M-. or M-_)}}
|
||||
\entry{end-of-file (usually C-d)}{121}{\code {\i {end-of-file} (usually C-d)}}
|
||||
\entry{delete-char (C-d)}{121}{\code {delete-char (C-d)}}
|
||||
\entry{backward-delete-char (Rubout)}{121}{\code {backward-delete-char (Rubout)}}
|
||||
\entry{forward-backward-delete-char ()}{121}{\code {forward-backward-delete-char ()}}
|
||||
\entry{quoted-insert (C-q or C-v)}{121}{\code {quoted-insert (C-q or C-v)}}
|
||||
\entry{self-insert (a, b, A, 1, !, ...{})}{122}{\code {self-insert (a, b, A, 1, !, \dots {})}}
|
||||
\entry{bracketed-paste-begin ()}{122}{\code {bracketed-paste-begin ()}}
|
||||
\entry{transpose-chars (C-t)}{122}{\code {transpose-chars (C-t)}}
|
||||
\entry{transpose-words (M-t)}{122}{\code {transpose-words (M-t)}}
|
||||
\entry{upcase-word (M-u)}{122}{\code {upcase-word (M-u)}}
|
||||
\entry{downcase-word (M-l)}{122}{\code {downcase-word (M-l)}}
|
||||
\entry{capitalize-word (M-c)}{122}{\code {capitalize-word (M-c)}}
|
||||
\entry{overwrite-mode ()}{122}{\code {overwrite-mode ()}}
|
||||
\entry{kill-line (C-k)}{122}{\code {kill-line (C-k)}}
|
||||
\entry{backward-kill-line (C-x Rubout)}{122}{\code {backward-kill-line (C-x Rubout)}}
|
||||
\entry{unix-line-discard (C-u)}{123}{\code {unix-line-discard (C-u)}}
|
||||
\entry{kill-whole-line ()}{123}{\code {kill-whole-line ()}}
|
||||
\entry{kill-word (M-d)}{123}{\code {kill-word (M-d)}}
|
||||
\entry{backward-kill-word (M-DEL)}{123}{\code {backward-kill-word (M-\key {DEL})}}
|
||||
\entry{shell-kill-word ()}{123}{\code {shell-kill-word ()}}
|
||||
\entry{shell-backward-kill-word ()}{123}{\code {shell-backward-kill-word ()}}
|
||||
\entry{unix-word-rubout (C-w)}{123}{\code {unix-word-rubout (C-w)}}
|
||||
\entry{unix-filename-rubout ()}{123}{\code {unix-filename-rubout ()}}
|
||||
\entry{delete-horizontal-space ()}{123}{\code {delete-horizontal-space ()}}
|
||||
\entry{kill-region ()}{123}{\code {kill-region ()}}
|
||||
\entry{copy-region-as-kill ()}{123}{\code {copy-region-as-kill ()}}
|
||||
\entry{copy-backward-word ()}{123}{\code {copy-backward-word ()}}
|
||||
\entry{copy-forward-word ()}{123}{\code {copy-forward-word ()}}
|
||||
\entry{yank (C-y)}{123}{\code {yank (C-y)}}
|
||||
\entry{yank-pop (M-y)}{123}{\code {yank-pop (M-y)}}
|
||||
\entry{digit-argument (M-0, M-1, ...{} M--)}{124}{\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}
|
||||
\entry{universal-argument ()}{124}{\code {universal-argument ()}}
|
||||
\entry{complete (TAB)}{124}{\code {complete (\key {TAB})}}
|
||||
\entry{possible-completions (M-?)}{124}{\code {possible-completions (M-?)}}
|
||||
\entry{insert-completions (M-*)}{124}{\code {insert-completions (M-*)}}
|
||||
\entry{menu-complete ()}{124}{\code {menu-complete ()}}
|
||||
\entry{menu-complete-backward ()}{124}{\code {menu-complete-backward ()}}
|
||||
\entry{delete-char-or-list ()}{125}{\code {delete-char-or-list ()}}
|
||||
\entry{complete-filename (M-/)}{125}{\code {complete-filename (M-/)}}
|
||||
\entry{possible-filename-completions (C-x /)}{125}{\code {possible-filename-completions (C-x /)}}
|
||||
\entry{complete-username (M-~)}{125}{\code {complete-username (M-~)}}
|
||||
\entry{possible-username-completions (C-x ~)}{125}{\code {possible-username-completions (C-x ~)}}
|
||||
\entry{complete-variable (M-$)}{125}{\code {complete-variable (M-$)}}
|
||||
\entry{possible-variable-completions (C-x $)}{125}{\code {possible-variable-completions (C-x $)}}
|
||||
\entry{complete-hostname (M-@)}{125}{\code {complete-hostname (M-@)}}
|
||||
\entry{possible-hostname-completions (C-x @)}{125}{\code {possible-hostname-completions (C-x @)}}
|
||||
\entry{complete-command (M-!)}{125}{\code {complete-command (M-!)}}
|
||||
\entry{possible-command-completions (C-x !)}{125}{\code {possible-command-completions (C-x !)}}
|
||||
\entry{dynamic-complete-history (M-TAB)}{125}{\code {dynamic-complete-history (M-\key {TAB})}}
|
||||
\entry{dabbrev-expand ()}{125}{\code {dabbrev-expand ()}}
|
||||
\entry{complete-into-braces (M-{\indexlbrace })}{125}{\code {complete-into-braces (M-{\tt \char 123})}}
|
||||
\entry{start-kbd-macro (C-x ()}{126}{\code {start-kbd-macro (C-x ()}}
|
||||
\entry{end-kbd-macro (C-x ))}{126}{\code {end-kbd-macro (C-x ))}}
|
||||
\entry{call-last-kbd-macro (C-x e)}{126}{\code {call-last-kbd-macro (C-x e)}}
|
||||
\entry{print-last-kbd-macro ()}{126}{\code {print-last-kbd-macro ()}}
|
||||
\entry{re-read-init-file (C-x C-r)}{126}{\code {re-read-init-file (C-x C-r)}}
|
||||
\entry{abort (C-g)}{126}{\code {abort (C-g)}}
|
||||
\entry{do-uppercase-version (M-a, M-b, M-x, ...{})}{126}{\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}
|
||||
\entry{prefix-meta (ESC)}{126}{\code {prefix-meta (\key {ESC})}}
|
||||
\entry{undo (C-_ or C-x C-u)}{126}{\code {undo (C-_ or C-x C-u)}}
|
||||
\entry{revert-line (M-r)}{126}{\code {revert-line (M-r)}}
|
||||
\entry{tilde-expand (M-&)}{126}{\code {tilde-expand (M-&)}}
|
||||
\entry{set-mark (C-@)}{126}{\code {set-mark (C-@)}}
|
||||
\entry{exchange-point-and-mark (C-x C-x)}{126}{\code {exchange-point-and-mark (C-x C-x)}}
|
||||
\entry{character-search (C-])}{126}{\code {character-search (C-])}}
|
||||
\entry{character-search-backward (M-C-])}{127}{\code {character-search-backward (M-C-])}}
|
||||
\entry{skip-csi-sequence ()}{127}{\code {skip-csi-sequence ()}}
|
||||
\entry{insert-comment (M-#)}{127}{\code {insert-comment (M-#)}}
|
||||
\entry{dump-functions ()}{127}{\code {dump-functions ()}}
|
||||
\entry{dump-variables ()}{127}{\code {dump-variables ()}}
|
||||
\entry{dump-macros ()}{127}{\code {dump-macros ()}}
|
||||
\entry{glob-complete-word (M-g)}{127}{\code {glob-complete-word (M-g)}}
|
||||
\entry{glob-expand-word (C-x *)}{127}{\code {glob-expand-word (C-x *)}}
|
||||
\entry{glob-list-expansions (C-x g)}{128}{\code {glob-list-expansions (C-x g)}}
|
||||
\entry{display-shell-version (C-x C-v)}{128}{\code {display-shell-version (C-x C-v)}}
|
||||
\entry{shell-expand-line (M-C-e)}{128}{\code {shell-expand-line (M-C-e)}}
|
||||
\entry{history-expand-line (M-^)}{128}{\code {history-expand-line (M-^)}}
|
||||
\entry{magic-space ()}{128}{\code {magic-space ()}}
|
||||
\entry{alias-expand-line ()}{128}{\code {alias-expand-line ()}}
|
||||
\entry{history-and-alias-expand-line ()}{128}{\code {history-and-alias-expand-line ()}}
|
||||
\entry{insert-last-argument (M-. or M-_)}{128}{\code {insert-last-argument (M-. or M-_)}}
|
||||
\entry{operate-and-get-next (C-o)}{128}{\code {operate-and-get-next (C-o)}}
|
||||
\entry{edit-and-execute-command (C-xC-e)}{128}{\code {edit-and-execute-command (C-xC-e)}}
|
||||
|
||||
+108
-108
@@ -1,128 +1,128 @@
|
||||
\initial {A}
|
||||
\entry {\code {abort (C-g)}}{125}
|
||||
\entry {\code {accept-line (Newline or Return)}}{119}
|
||||
\entry {\code {alias-expand-line ()}}{127}
|
||||
\entry {\code {abort (C-g)}}{126}
|
||||
\entry {\code {accept-line (Newline or Return)}}{120}
|
||||
\entry {\code {alias-expand-line ()}}{128}
|
||||
\initial {B}
|
||||
\entry {\code {backward-char (C-b)}}{118}
|
||||
\entry {\code {backward-delete-char (Rubout)}}{120}
|
||||
\entry {\code {backward-kill-line (C-x Rubout)}}{121}
|
||||
\entry {\code {backward-kill-word (M-\key {DEL})}}{122}
|
||||
\entry {\code {backward-word (M-b)}}{118}
|
||||
\entry {\code {beginning-of-history (M-<)}}{119}
|
||||
\entry {\code {beginning-of-line (C-a)}}{118}
|
||||
\entry {\code {bracketed-paste-begin ()}}{121}
|
||||
\entry {\code {backward-char (C-b)}}{119}
|
||||
\entry {\code {backward-delete-char (Rubout)}}{121}
|
||||
\entry {\code {backward-kill-line (C-x Rubout)}}{122}
|
||||
\entry {\code {backward-kill-word (M-\key {DEL})}}{123}
|
||||
\entry {\code {backward-word (M-b)}}{119}
|
||||
\entry {\code {beginning-of-history (M-<)}}{120}
|
||||
\entry {\code {beginning-of-line (C-a)}}{119}
|
||||
\entry {\code {bracketed-paste-begin ()}}{122}
|
||||
\initial {C}
|
||||
\entry {\code {call-last-kbd-macro (C-x e)}}{125}
|
||||
\entry {\code {capitalize-word (M-c)}}{121}
|
||||
\entry {\code {character-search (C-])}}{125}
|
||||
\entry {\code {character-search-backward (M-C-])}}{126}
|
||||
\entry {\code {clear-screen (C-l)}}{118}
|
||||
\entry {\code {complete (\key {TAB})}}{123}
|
||||
\entry {\code {complete-command (M-!)}}{124}
|
||||
\entry {\code {complete-filename (M-/)}}{124}
|
||||
\entry {\code {complete-hostname (M-@)}}{124}
|
||||
\entry {\code {complete-into-braces (M-{\tt \char 123})}}{124}
|
||||
\entry {\code {complete-username (M-~)}}{124}
|
||||
\entry {\code {complete-variable (M-$)}}{124}
|
||||
\entry {\code {copy-backward-word ()}}{122}
|
||||
\entry {\code {copy-forward-word ()}}{122}
|
||||
\entry {\code {copy-region-as-kill ()}}{122}
|
||||
\entry {\code {call-last-kbd-macro (C-x e)}}{126}
|
||||
\entry {\code {capitalize-word (M-c)}}{122}
|
||||
\entry {\code {character-search (C-])}}{126}
|
||||
\entry {\code {character-search-backward (M-C-])}}{127}
|
||||
\entry {\code {clear-screen (C-l)}}{119}
|
||||
\entry {\code {complete (\key {TAB})}}{124}
|
||||
\entry {\code {complete-command (M-!)}}{125}
|
||||
\entry {\code {complete-filename (M-/)}}{125}
|
||||
\entry {\code {complete-hostname (M-@)}}{125}
|
||||
\entry {\code {complete-into-braces (M-{\tt \char 123})}}{125}
|
||||
\entry {\code {complete-username (M-~)}}{125}
|
||||
\entry {\code {complete-variable (M-$)}}{125}
|
||||
\entry {\code {copy-backward-word ()}}{123}
|
||||
\entry {\code {copy-forward-word ()}}{123}
|
||||
\entry {\code {copy-region-as-kill ()}}{123}
|
||||
\initial {D}
|
||||
\entry {\code {dabbrev-expand ()}}{124}
|
||||
\entry {\code {delete-char (C-d)}}{120}
|
||||
\entry {\code {delete-char-or-list ()}}{124}
|
||||
\entry {\code {delete-horizontal-space ()}}{122}
|
||||
\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{123}
|
||||
\entry {\code {display-shell-version (C-x C-v)}}{127}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{125}
|
||||
\entry {\code {downcase-word (M-l)}}{121}
|
||||
\entry {\code {dump-functions ()}}{126}
|
||||
\entry {\code {dump-macros ()}}{126}
|
||||
\entry {\code {dump-variables ()}}{126}
|
||||
\entry {\code {dynamic-complete-history (M-\key {TAB})}}{124}
|
||||
\entry {\code {dabbrev-expand ()}}{125}
|
||||
\entry {\code {delete-char (C-d)}}{121}
|
||||
\entry {\code {delete-char-or-list ()}}{125}
|
||||
\entry {\code {delete-horizontal-space ()}}{123}
|
||||
\entry {\code {digit-argument (\kbd {M-0}, \kbd {M-1}, \dots {} \kbd {M--})}}{124}
|
||||
\entry {\code {display-shell-version (C-x C-v)}}{128}
|
||||
\entry {\code {do-uppercase-version (M-a, M-b, M-\var {x}, \dots {})}}{126}
|
||||
\entry {\code {downcase-word (M-l)}}{122}
|
||||
\entry {\code {dump-functions ()}}{127}
|
||||
\entry {\code {dump-macros ()}}{127}
|
||||
\entry {\code {dump-variables ()}}{127}
|
||||
\entry {\code {dynamic-complete-history (M-\key {TAB})}}{125}
|
||||
\initial {E}
|
||||
\entry {\code {edit-and-execute-command (C-xC-e)}}{127}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{125}
|
||||
\entry {\code {\i {end-of-file} (usually C-d)}}{120}
|
||||
\entry {\code {end-of-history (M->)}}{119}
|
||||
\entry {\code {end-of-line (C-e)}}{118}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{125}
|
||||
\entry {\code {edit-and-execute-command (C-xC-e)}}{128}
|
||||
\entry {\code {end-kbd-macro (C-x ))}}{126}
|
||||
\entry {\code {\i {end-of-file} (usually C-d)}}{121}
|
||||
\entry {\code {end-of-history (M->)}}{120}
|
||||
\entry {\code {end-of-line (C-e)}}{119}
|
||||
\entry {\code {exchange-point-and-mark (C-x C-x)}}{126}
|
||||
\initial {F}
|
||||
\entry {\code {forward-backward-delete-char ()}}{120}
|
||||
\entry {\code {forward-char (C-f)}}{118}
|
||||
\entry {\code {forward-search-history (C-s)}}{119}
|
||||
\entry {\code {forward-word (M-f)}}{118}
|
||||
\entry {\code {forward-backward-delete-char ()}}{121}
|
||||
\entry {\code {forward-char (C-f)}}{119}
|
||||
\entry {\code {forward-search-history (C-s)}}{120}
|
||||
\entry {\code {forward-word (M-f)}}{119}
|
||||
\initial {G}
|
||||
\entry {\code {glob-complete-word (M-g)}}{126}
|
||||
\entry {\code {glob-expand-word (C-x *)}}{126}
|
||||
\entry {\code {glob-list-expansions (C-x g)}}{127}
|
||||
\entry {\code {glob-complete-word (M-g)}}{127}
|
||||
\entry {\code {glob-expand-word (C-x *)}}{127}
|
||||
\entry {\code {glob-list-expansions (C-x g)}}{128}
|
||||
\initial {H}
|
||||
\entry {\code {history-and-alias-expand-line ()}}{127}
|
||||
\entry {\code {history-expand-line (M-^)}}{127}
|
||||
\entry {\code {history-search-backward ()}}{119}
|
||||
\entry {\code {history-search-forward ()}}{119}
|
||||
\entry {\code {history-substr-search-backward ()}}{120}
|
||||
\entry {\code {history-substr-search-forward ()}}{119}
|
||||
\entry {\code {history-and-alias-expand-line ()}}{128}
|
||||
\entry {\code {history-expand-line (M-^)}}{128}
|
||||
\entry {\code {history-search-backward ()}}{120}
|
||||
\entry {\code {history-search-forward ()}}{120}
|
||||
\entry {\code {history-substr-search-backward ()}}{121}
|
||||
\entry {\code {history-substr-search-forward ()}}{120}
|
||||
\initial {I}
|
||||
\entry {\code {insert-comment (M-#)}}{126}
|
||||
\entry {\code {insert-completions (M-*)}}{123}
|
||||
\entry {\code {insert-last-argument (M-. or M-_)}}{127}
|
||||
\entry {\code {insert-comment (M-#)}}{127}
|
||||
\entry {\code {insert-completions (M-*)}}{124}
|
||||
\entry {\code {insert-last-argument (M-. or M-_)}}{128}
|
||||
\initial {K}
|
||||
\entry {\code {kill-line (C-k)}}{121}
|
||||
\entry {\code {kill-region ()}}{122}
|
||||
\entry {\code {kill-whole-line ()}}{122}
|
||||
\entry {\code {kill-word (M-d)}}{122}
|
||||
\entry {\code {kill-line (C-k)}}{122}
|
||||
\entry {\code {kill-region ()}}{123}
|
||||
\entry {\code {kill-whole-line ()}}{123}
|
||||
\entry {\code {kill-word (M-d)}}{123}
|
||||
\initial {M}
|
||||
\entry {\code {magic-space ()}}{127}
|
||||
\entry {\code {menu-complete ()}}{123}
|
||||
\entry {\code {menu-complete-backward ()}}{123}
|
||||
\entry {\code {magic-space ()}}{128}
|
||||
\entry {\code {menu-complete ()}}{124}
|
||||
\entry {\code {menu-complete-backward ()}}{124}
|
||||
\initial {N}
|
||||
\entry {\code {next-history (C-n)}}{119}
|
||||
\entry {\code {non-incremental-forward-search-history (M-n)}}{119}
|
||||
\entry {\code {non-incremental-reverse-search-history (M-p)}}{119}
|
||||
\entry {\code {next-history (C-n)}}{120}
|
||||
\entry {\code {non-incremental-forward-search-history (M-n)}}{120}
|
||||
\entry {\code {non-incremental-reverse-search-history (M-p)}}{120}
|
||||
\initial {O}
|
||||
\entry {\code {operate-and-get-next (C-o)}}{127}
|
||||
\entry {\code {overwrite-mode ()}}{121}
|
||||
\entry {\code {operate-and-get-next (C-o)}}{128}
|
||||
\entry {\code {overwrite-mode ()}}{122}
|
||||
\initial {P}
|
||||
\entry {\code {possible-command-completions (C-x !)}}{124}
|
||||
\entry {\code {possible-completions (M-?)}}{123}
|
||||
\entry {\code {possible-filename-completions (C-x /)}}{124}
|
||||
\entry {\code {possible-hostname-completions (C-x @)}}{124}
|
||||
\entry {\code {possible-username-completions (C-x ~)}}{124}
|
||||
\entry {\code {possible-variable-completions (C-x $)}}{124}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{125}
|
||||
\entry {\code {previous-history (C-p)}}{119}
|
||||
\entry {\code {print-last-kbd-macro ()}}{125}
|
||||
\entry {\code {possible-command-completions (C-x !)}}{125}
|
||||
\entry {\code {possible-completions (M-?)}}{124}
|
||||
\entry {\code {possible-filename-completions (C-x /)}}{125}
|
||||
\entry {\code {possible-hostname-completions (C-x @)}}{125}
|
||||
\entry {\code {possible-username-completions (C-x ~)}}{125}
|
||||
\entry {\code {possible-variable-completions (C-x $)}}{125}
|
||||
\entry {\code {prefix-meta (\key {ESC})}}{126}
|
||||
\entry {\code {previous-history (C-p)}}{120}
|
||||
\entry {\code {print-last-kbd-macro ()}}{126}
|
||||
\initial {Q}
|
||||
\entry {\code {quoted-insert (C-q or C-v)}}{120}
|
||||
\entry {\code {quoted-insert (C-q or C-v)}}{121}
|
||||
\initial {R}
|
||||
\entry {\code {re-read-init-file (C-x C-r)}}{125}
|
||||
\entry {\code {redraw-current-line ()}}{118}
|
||||
\entry {\code {reverse-search-history (C-r)}}{119}
|
||||
\entry {\code {revert-line (M-r)}}{125}
|
||||
\entry {\code {re-read-init-file (C-x C-r)}}{126}
|
||||
\entry {\code {redraw-current-line ()}}{119}
|
||||
\entry {\code {reverse-search-history (C-r)}}{120}
|
||||
\entry {\code {revert-line (M-r)}}{126}
|
||||
\initial {S}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{121}
|
||||
\entry {\code {set-mark (C-@)}}{125}
|
||||
\entry {\code {shell-backward-kill-word ()}}{122}
|
||||
\entry {\code {shell-backward-word ()}}{118}
|
||||
\entry {\code {shell-expand-line (M-C-e)}}{127}
|
||||
\entry {\code {shell-forward-word ()}}{118}
|
||||
\entry {\code {shell-kill-word ()}}{122}
|
||||
\entry {\code {skip-csi-sequence ()}}{126}
|
||||
\entry {\code {start-kbd-macro (C-x ()}}{125}
|
||||
\entry {\code {self-insert (a, b, A, 1, !, \dots {})}}{122}
|
||||
\entry {\code {set-mark (C-@)}}{126}
|
||||
\entry {\code {shell-backward-kill-word ()}}{123}
|
||||
\entry {\code {shell-backward-word ()}}{119}
|
||||
\entry {\code {shell-expand-line (M-C-e)}}{128}
|
||||
\entry {\code {shell-forward-word ()}}{119}
|
||||
\entry {\code {shell-kill-word ()}}{123}
|
||||
\entry {\code {skip-csi-sequence ()}}{127}
|
||||
\entry {\code {start-kbd-macro (C-x ()}}{126}
|
||||
\initial {T}
|
||||
\entry {\code {tilde-expand (M-&)}}{125}
|
||||
\entry {\code {transpose-chars (C-t)}}{121}
|
||||
\entry {\code {transpose-words (M-t)}}{121}
|
||||
\entry {\code {tilde-expand (M-&)}}{126}
|
||||
\entry {\code {transpose-chars (C-t)}}{122}
|
||||
\entry {\code {transpose-words (M-t)}}{122}
|
||||
\initial {U}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{125}
|
||||
\entry {\code {universal-argument ()}}{123}
|
||||
\entry {\code {unix-filename-rubout ()}}{122}
|
||||
\entry {\code {unix-line-discard (C-u)}}{122}
|
||||
\entry {\code {unix-word-rubout (C-w)}}{122}
|
||||
\entry {\code {upcase-word (M-u)}}{121}
|
||||
\entry {\code {undo (C-_ or C-x C-u)}}{126}
|
||||
\entry {\code {universal-argument ()}}{124}
|
||||
\entry {\code {unix-filename-rubout ()}}{123}
|
||||
\entry {\code {unix-line-discard (C-u)}}{123}
|
||||
\entry {\code {unix-word-rubout (C-w)}}{123}
|
||||
\entry {\code {upcase-word (M-u)}}{122}
|
||||
\initial {Y}
|
||||
\entry {\code {yank (C-y)}}{122}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{120}
|
||||
\entry {\code {yank-nth-arg (M-C-y)}}{120}
|
||||
\entry {\code {yank-pop (M-y)}}{122}
|
||||
\entry {\code {yank (C-y)}}{123}
|
||||
\entry {\code {yank-last-arg (M-. or M-_)}}{121}
|
||||
\entry {\code {yank-nth-arg (M-C-y)}}{121}
|
||||
\entry {\code {yank-pop (M-y)}}{123}
|
||||
|
||||
+8
-4
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<!-- This text is a brief description of the features that are present in
|
||||
the Bash shell (version 4.4, 21 August 2016).
|
||||
the Bash shell (version 4.4, 26 August 2016).
|
||||
|
||||
This is Edition 4.4, last updated 21 August 2016,
|
||||
This is Edition 4.4, last updated 26 August 2016,
|
||||
of The GNU Bash Reference Manual,
|
||||
for Bash, Version 4.4.
|
||||
|
||||
@@ -284,10 +284,10 @@ Next: <a href="#Introduction" accesskey="n" rel="next">Introduction</a>, Previou
|
||||
<h1 class="top">Bash Features</h1>
|
||||
|
||||
<p>This text is a brief description of the features that are present in
|
||||
the Bash shell (version 4.4, 21 August 2016).
|
||||
the Bash shell (version 4.4, 26 August 2016).
|
||||
The Bash home page is <a href="http://www.gnu.org/software/bash/">http://www.gnu.org/software/bash/</a>.
|
||||
</p>
|
||||
<p>This is Edition 4.4, last updated 21 August 2016,
|
||||
<p>This is Edition 4.4, last updated 26 August 2016,
|
||||
of <cite>The GNU Bash Reference Manual</cite>,
|
||||
for <code>Bash</code>, Version 4.4.
|
||||
</p>
|
||||
@@ -2203,6 +2203,10 @@ This is performed at the
|
||||
same time as tilde, parameter, variable, and arithmetic expansion and
|
||||
command substitution.
|
||||
</p>
|
||||
<p>After these expansions are performed, quote characters present in the
|
||||
original word are removed unless they have been quoted themselves
|
||||
(<var>quote removal</var>).
|
||||
</p>
|
||||
<p>Only brace expansion, word splitting, and filename expansion
|
||||
can change the number of words of the expansion; other expansions
|
||||
expand a single word to a single word.
|
||||
|
||||
+107
-103
@@ -2,9 +2,9 @@ This is bashref.info, produced by makeinfo version 6.1 from
|
||||
bashref.texi.
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 4.4, 21 August 2016).
|
||||
Bash shell (version 4.4, 26 August 2016).
|
||||
|
||||
This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash
|
||||
This is Edition 4.4, last updated 26 August 2016, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 4.4.
|
||||
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
@@ -27,10 +27,10 @@ Bash Features
|
||||
*************
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 4.4, 21 August 2016). The Bash home page is
|
||||
Bash shell (version 4.4, 26 August 2016). The Bash home page is
|
||||
<http://www.gnu.org/software/bash/>.
|
||||
|
||||
This is Edition 4.4, last updated 21 August 2016, of 'The GNU Bash
|
||||
This is Edition 4.4, last updated 26 August 2016, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 4.4.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
@@ -1442,6 +1442,10 @@ available: PROCESS SUBSTITUTION. This is performed at the same time as
|
||||
tilde, parameter, variable, and arithmetic expansion and command
|
||||
substitution.
|
||||
|
||||
After these expansions are performed, quote characters present in the
|
||||
original word are removed unless they have been quoted themselves (QUOTE
|
||||
REMOVAL).
|
||||
|
||||
Only brace expansion, word splitting, and filename expansion can
|
||||
change the number of words of the expansion; other expansions expand a
|
||||
single word to a single word. The only exceptions to this are the
|
||||
@@ -11370,104 +11374,104 @@ Node: Shell Parameters52197
|
||||
Node: Positional Parameters56610
|
||||
Node: Special Parameters57510
|
||||
Node: Shell Expansions60847
|
||||
Node: Brace Expansion62784
|
||||
Node: Tilde Expansion65565
|
||||
Node: Shell Parameter Expansion67913
|
||||
Node: Command Substitution82045
|
||||
Node: Arithmetic Expansion83400
|
||||
Node: Process Substitution84332
|
||||
Node: Word Splitting85452
|
||||
Node: Filename Expansion87396
|
||||
Node: Pattern Matching89680
|
||||
Node: Quote Removal93378
|
||||
Node: Redirections93673
|
||||
Node: Executing Commands103093
|
||||
Node: Simple Command Expansion103763
|
||||
Node: Command Search and Execution105693
|
||||
Node: Command Execution Environment108029
|
||||
Node: Environment111013
|
||||
Node: Exit Status112672
|
||||
Node: Signals114342
|
||||
Node: Shell Scripts116309
|
||||
Node: Shell Builtin Commands118824
|
||||
Node: Bourne Shell Builtins120858
|
||||
Node: Bash Builtins141458
|
||||
Node: Modifying Shell Behavior170103
|
||||
Node: The Set Builtin170448
|
||||
Node: The Shopt Builtin180861
|
||||
Node: Special Builtins196660
|
||||
Node: Shell Variables197639
|
||||
Node: Bourne Shell Variables198076
|
||||
Node: Bash Variables200107
|
||||
Node: Bash Features228487
|
||||
Node: Invoking Bash229386
|
||||
Node: Bash Startup Files235335
|
||||
Node: Interactive Shells240438
|
||||
Node: What is an Interactive Shell?240848
|
||||
Node: Is this Shell Interactive?241497
|
||||
Node: Interactive Shell Behavior242312
|
||||
Node: Bash Conditional Expressions245687
|
||||
Node: Shell Arithmetic249927
|
||||
Node: Aliases252744
|
||||
Node: Arrays255292
|
||||
Node: The Directory Stack260376
|
||||
Node: Directory Stack Builtins261160
|
||||
Node: Controlling the Prompt264128
|
||||
Node: The Restricted Shell266874
|
||||
Node: Bash POSIX Mode268699
|
||||
Node: Job Control278752
|
||||
Node: Job Control Basics279212
|
||||
Node: Job Control Builtins283931
|
||||
Node: Job Control Variables288461
|
||||
Node: Command Line Editing289617
|
||||
Node: Introduction and Notation291288
|
||||
Node: Readline Interaction292911
|
||||
Node: Readline Bare Essentials294102
|
||||
Node: Readline Movement Commands295885
|
||||
Node: Readline Killing Commands296845
|
||||
Node: Readline Arguments298763
|
||||
Node: Searching299807
|
||||
Node: Readline Init File301993
|
||||
Node: Readline Init File Syntax303140
|
||||
Node: Conditional Init Constructs323327
|
||||
Node: Sample Init File325852
|
||||
Node: Bindable Readline Commands328969
|
||||
Node: Commands For Moving330173
|
||||
Node: Commands For History331316
|
||||
Node: Commands For Text335605
|
||||
Node: Commands For Killing338994
|
||||
Node: Numeric Arguments341475
|
||||
Node: Commands For Completion342614
|
||||
Node: Keyboard Macros346805
|
||||
Node: Miscellaneous Commands347492
|
||||
Node: Readline vi Mode353296
|
||||
Node: Programmable Completion354203
|
||||
Node: Programmable Completion Builtins361664
|
||||
Node: A Programmable Completion Example371550
|
||||
Node: Using History Interactively376802
|
||||
Node: Bash History Facilities377486
|
||||
Node: Bash History Builtins380487
|
||||
Node: History Interaction384484
|
||||
Node: Event Designators387448
|
||||
Node: Word Designators388667
|
||||
Node: Modifiers390304
|
||||
Node: Installing Bash391706
|
||||
Node: Basic Installation392843
|
||||
Node: Compilers and Options395534
|
||||
Node: Compiling For Multiple Architectures396275
|
||||
Node: Installation Names397938
|
||||
Node: Specifying the System Type398756
|
||||
Node: Sharing Defaults399472
|
||||
Node: Operation Controls400145
|
||||
Node: Optional Features401103
|
||||
Node: Reporting Bugs411360
|
||||
Node: Major Differences From The Bourne Shell412554
|
||||
Node: GNU Free Documentation License429406
|
||||
Node: Indexes454583
|
||||
Node: Builtin Index455037
|
||||
Node: Reserved Word Index461864
|
||||
Node: Variable Index464312
|
||||
Node: Function Index479771
|
||||
Node: Concept Index492928
|
||||
Node: Brace Expansion62941
|
||||
Node: Tilde Expansion65722
|
||||
Node: Shell Parameter Expansion68070
|
||||
Node: Command Substitution82202
|
||||
Node: Arithmetic Expansion83557
|
||||
Node: Process Substitution84489
|
||||
Node: Word Splitting85609
|
||||
Node: Filename Expansion87553
|
||||
Node: Pattern Matching89837
|
||||
Node: Quote Removal93535
|
||||
Node: Redirections93830
|
||||
Node: Executing Commands103250
|
||||
Node: Simple Command Expansion103920
|
||||
Node: Command Search and Execution105850
|
||||
Node: Command Execution Environment108186
|
||||
Node: Environment111170
|
||||
Node: Exit Status112829
|
||||
Node: Signals114499
|
||||
Node: Shell Scripts116466
|
||||
Node: Shell Builtin Commands118981
|
||||
Node: Bourne Shell Builtins121015
|
||||
Node: Bash Builtins141615
|
||||
Node: Modifying Shell Behavior170260
|
||||
Node: The Set Builtin170605
|
||||
Node: The Shopt Builtin181018
|
||||
Node: Special Builtins196817
|
||||
Node: Shell Variables197796
|
||||
Node: Bourne Shell Variables198233
|
||||
Node: Bash Variables200264
|
||||
Node: Bash Features228644
|
||||
Node: Invoking Bash229543
|
||||
Node: Bash Startup Files235492
|
||||
Node: Interactive Shells240595
|
||||
Node: What is an Interactive Shell?241005
|
||||
Node: Is this Shell Interactive?241654
|
||||
Node: Interactive Shell Behavior242469
|
||||
Node: Bash Conditional Expressions245844
|
||||
Node: Shell Arithmetic250084
|
||||
Node: Aliases252901
|
||||
Node: Arrays255449
|
||||
Node: The Directory Stack260533
|
||||
Node: Directory Stack Builtins261317
|
||||
Node: Controlling the Prompt264285
|
||||
Node: The Restricted Shell267031
|
||||
Node: Bash POSIX Mode268856
|
||||
Node: Job Control278909
|
||||
Node: Job Control Basics279369
|
||||
Node: Job Control Builtins284088
|
||||
Node: Job Control Variables288618
|
||||
Node: Command Line Editing289774
|
||||
Node: Introduction and Notation291445
|
||||
Node: Readline Interaction293068
|
||||
Node: Readline Bare Essentials294259
|
||||
Node: Readline Movement Commands296042
|
||||
Node: Readline Killing Commands297002
|
||||
Node: Readline Arguments298920
|
||||
Node: Searching299964
|
||||
Node: Readline Init File302150
|
||||
Node: Readline Init File Syntax303297
|
||||
Node: Conditional Init Constructs323484
|
||||
Node: Sample Init File326009
|
||||
Node: Bindable Readline Commands329126
|
||||
Node: Commands For Moving330330
|
||||
Node: Commands For History331473
|
||||
Node: Commands For Text335762
|
||||
Node: Commands For Killing339151
|
||||
Node: Numeric Arguments341632
|
||||
Node: Commands For Completion342771
|
||||
Node: Keyboard Macros346962
|
||||
Node: Miscellaneous Commands347649
|
||||
Node: Readline vi Mode353453
|
||||
Node: Programmable Completion354360
|
||||
Node: Programmable Completion Builtins361821
|
||||
Node: A Programmable Completion Example371707
|
||||
Node: Using History Interactively376959
|
||||
Node: Bash History Facilities377643
|
||||
Node: Bash History Builtins380644
|
||||
Node: History Interaction384641
|
||||
Node: Event Designators387605
|
||||
Node: Word Designators388824
|
||||
Node: Modifiers390461
|
||||
Node: Installing Bash391863
|
||||
Node: Basic Installation393000
|
||||
Node: Compilers and Options395691
|
||||
Node: Compiling For Multiple Architectures396432
|
||||
Node: Installation Names398095
|
||||
Node: Specifying the System Type398913
|
||||
Node: Sharing Defaults399629
|
||||
Node: Operation Controls400302
|
||||
Node: Optional Features401260
|
||||
Node: Reporting Bugs411517
|
||||
Node: Major Differences From The Bourne Shell412711
|
||||
Node: GNU Free Documentation License429563
|
||||
Node: Indexes454740
|
||||
Node: Builtin Index455194
|
||||
Node: Reserved Word Index462021
|
||||
Node: Variable Index464469
|
||||
Node: Function Index479928
|
||||
Node: Concept Index493085
|
||||
|
||||
End Tag Table
|
||||
|
||||
+34
-34
@@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/MacPorts 2016_0) (preloaded format=pdfetex 2016.7.6) 22 AUG 2016 09:44
|
||||
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/MacPorts 2016_1) (preloaded format=pdfetex 2016.7.6) 31 AUG 2016 10:24
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
@@ -238,13 +238,13 @@ arallel -k traceroute[]
|
||||
.etc.
|
||||
|
||||
[16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30]
|
||||
[31] [32] [33] [34] [35] [36] [37] [38] [39] Chapter 4 [40]
|
||||
[31] [32] [33] [34] [35] [36] [37] [38] [39] [40] Chapter 4 [41]
|
||||
@btindfile=@write5
|
||||
\openout5 = `bashref.bt'.
|
||||
|
||||
[41] [42] [43]
|
||||
[44] [45] [46] [47] [48] [49] [50] [51] [52] [53]
|
||||
Overfull \hbox (26.76846pt too wide) in paragraph at lines 4264--4264
|
||||
[42] [43]
|
||||
[44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
|
||||
Overfull \hbox (26.76846pt too wide) in paragraph at lines 4268--4268
|
||||
[]@texttt mapfile [-d @textttsl de-lim@texttt ] [-n @textttsl count@texttt ] [
|
||||
-O @textttsl ori-gin@texttt ] [-s @textttsl count@texttt ] [-t] [-u @textttsl f
|
||||
d@texttt ][]
|
||||
@@ -257,8 +257,8 @@ d@texttt ][]
|
||||
.@texttt p
|
||||
.etc.
|
||||
|
||||
[54] [55]
|
||||
Overfull \hbox (38.26584pt too wide) in paragraph at lines 4468--4468
|
||||
[55] [56]
|
||||
Overfull \hbox (38.26584pt too wide) in paragraph at lines 4472--4472
|
||||
[]@texttt readarray [-d @textttsl de-lim@texttt ] [-n @textttsl count@texttt ]
|
||||
[-O @textttsl ori-gin@texttt ] [-s @textttsl count@texttt ] [-t] [-u @textttsl
|
||||
fd@texttt ][]
|
||||
@@ -271,9 +271,9 @@ Overfull \hbox (38.26584pt too wide) in paragraph at lines 4468--4468
|
||||
.@texttt a
|
||||
.etc.
|
||||
|
||||
[56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] Chapter 5
|
||||
[69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] Chapter 6 [80]
|
||||
Overfull \hbox (49.43388pt too wide) in paragraph at lines 6179--6179
|
||||
[57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] Chapter 5
|
||||
[70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] Chapter 6 [81]
|
||||
Overfull \hbox (49.43388pt too wide) in paragraph at lines 6183--6183
|
||||
[]@texttt bash [long-opt] [-ir] [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@t
|
||||
exttt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
|
||||
|
||||
@@ -286,7 +286,7 @@ exttt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
|
||||
.etc.
|
||||
|
||||
|
||||
Overfull \hbox (72.42863pt too wide) in paragraph at lines 6180--6180
|
||||
Overfull \hbox (72.42863pt too wide) in paragraph at lines 6184--6184
|
||||
[]@texttt bash [long-opt] [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@texttt
|
||||
] [-O @textttsl shopt_option@texttt ] -c @textttsl string @texttt [@textttsl ar
|
||||
-
|
||||
@@ -300,7 +300,7 @@ Overfull \hbox (72.42863pt too wide) in paragraph at lines 6180--6180
|
||||
.etc.
|
||||
|
||||
|
||||
Overfull \hbox (32.18782pt too wide) in paragraph at lines 6181--6181
|
||||
Overfull \hbox (32.18782pt too wide) in paragraph at lines 6185--6185
|
||||
[]@texttt bash [long-opt] -s [-abefhkmnptuvxdBCDHP] [-o @textttsl op-tion@text
|
||||
tt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
|
||||
|
||||
@@ -312,13 +312,13 @@ tt ] [-O @textttsl shopt_option@texttt ] [@textttsl ar-
|
||||
.@texttt s
|
||||
.etc.
|
||||
|
||||
[81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95]
|
||||
[96] [97] Chapter 7 [98] [99] [100] [101]
|
||||
[82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96]
|
||||
[97] [98] Chapter 7 [99] [100] [101] [102]
|
||||
texinfo.tex: doing @include of rluser.texi
|
||||
|
||||
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/rluser.texi Chapter 8 [102]
|
||||
[103] [104] [105] [106] [107] [108] [109] [110] [111] [112]
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/rluser.texi Chapter 8 [103]
|
||||
[104] [105] [106] [107] [108] [109] [110] [111] [112] [113]
|
||||
Underfull \hbox (badness 7540) in paragraph at lines 802--808
|
||||
[]@textrm In the above ex-am-ple, @textttsl C-u[] @textrm is bound to the func
|
||||
-tion
|
||||
@@ -344,7 +344,7 @@ e func-tion
|
||||
.@texttt v
|
||||
.etc.
|
||||
|
||||
[113] [114] [115]
|
||||
[114] [115] [116]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 997--997
|
||||
[]@texttt Meta-Control-h: backward-kill-word Text after the function name is i
|
||||
gnored[]
|
||||
@@ -357,12 +357,12 @@ gnored[]
|
||||
.@texttt t
|
||||
.etc.
|
||||
|
||||
[116] [117]
|
||||
[117] [118]
|
||||
@fnindfile=@write6
|
||||
\openout6 = `bashref.fn'.
|
||||
|
||||
[118] [119] [120] [121] [122] [123] [124] [125] [126] [127]
|
||||
[128] [129] [130] [131] [132] [133]
|
||||
[119] [120] [121] [122] [123] [124] [125] [126] [127] [128]
|
||||
[129] [130] [131] [132] [133] [134]
|
||||
Overfull \hbox (26.43913pt too wide) in paragraph at lines 2233--2233
|
||||
[] @texttt # Tilde expansion, with side effect of expanding tilde to full p
|
||||
athname[]
|
||||
@@ -375,22 +375,22 @@ athname[]
|
||||
.@penalty 10000
|
||||
.etc.
|
||||
|
||||
[134])
|
||||
[135])
|
||||
texinfo.tex: doing @include of hsuser.texi
|
||||
|
||||
(/usr/homes/chet/src/bash/src/lib/readline/doc/hsuser.texi Chapter 9
|
||||
[135] [136] [137] [138] [139]) Chapter 10 [140] [141] [142] [143] [144]
|
||||
[145] [146] Appendix A [147] Appendix B [148] [149] [150] [151] [152] [153]
|
||||
Appendix C [154]
|
||||
[136] [137] [138] [139] [140]) Chapter 10 [141] [142] [143] [144] [145]
|
||||
[146] [147] Appendix A [148] Appendix B [149] [150] [151] [152] [153] [154]
|
||||
Appendix C [155]
|
||||
texinfo.tex: doing @include of fdl.texi
|
||||
|
||||
(/Users/chet/src/bash/src/doc/fdl.texi [155] [156] [157]
|
||||
[158] [159] [160] [161]) Appendix D [162] [163] [164] [165] [166] [167]
|
||||
[168] [169] [170] [171] )
|
||||
(/Users/chet/src/bash/src/doc/fdl.texi [156] [157] [158]
|
||||
[159] [160] [161] [162]) Appendix D [163] [164] [165] [166] [167] [168]
|
||||
[169] [170] [171] [172] )
|
||||
Here is how much of TeX's memory you used:
|
||||
4059 strings out of 497105
|
||||
47054 string characters out of 6206776
|
||||
136594 words of memory out of 5000000
|
||||
4060 strings out of 497105
|
||||
47057 string characters out of 6206776
|
||||
136596 words of memory out of 5000000
|
||||
4846 multiletter control sequences out of 15000+600000
|
||||
34315 words of font info for 116 fonts, out of 8000000 for 9000
|
||||
51 hyphenation exceptions out of 8191
|
||||
@@ -412,10 +412,10 @@ fonts/type1/public/amsfonts/cm/cmti10.pfb></opt/local/share/texmf-texlive/fonts
|
||||
lic/amsfonts/cm/cmtt9.pfb></opt/local/share/texmf-texlive/fonts/type1/public/cm
|
||||
-super/sfrm1095.pfb></opt/local/share/texmf-texlive/fonts/type1/public/cm-super
|
||||
/sfrm1440.pfb>
|
||||
Output written on bashref.pdf (177 pages, 733716 bytes).
|
||||
Output written on bashref.pdf (178 pages, 734126 bytes).
|
||||
PDF statistics:
|
||||
2573 PDF objects out of 2984 (max. 8388607)
|
||||
2351 compressed objects within 24 object streams
|
||||
303 named destinations out of 1000 (max. 500000)
|
||||
2577 PDF objects out of 2984 (max. 8388607)
|
||||
2354 compressed objects within 24 object streams
|
||||
304 named destinations out of 1000 (max. 500000)
|
||||
1125 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
||||
|
||||
Binary file not shown.
+2353
-2344
File diff suppressed because it is too large
Load Diff
+83
-83
@@ -32,13 +32,13 @@
|
||||
@numsubsecentry{Shell Parameter Expansion}{3.5.3}{Shell Parameter Expansion}{23}
|
||||
@numsubsecentry{Command Substitution}{3.5.4}{Command Substitution}{29}
|
||||
@numsubsecentry{Arithmetic Expansion}{3.5.5}{Arithmetic Expansion}{29}
|
||||
@numsubsecentry{Process Substitution}{3.5.6}{Process Substitution}{29}
|
||||
@numsubsecentry{Process Substitution}{3.5.6}{Process Substitution}{30}
|
||||
@numsubsecentry{Word Splitting}{3.5.7}{Word Splitting}{30}
|
||||
@numsubsecentry{Filename Expansion}{3.5.8}{Filename Expansion}{30}
|
||||
@numsubsubsecentry{Pattern Matching}{3.5.8.1}{Pattern Matching}{31}
|
||||
@numsubsecentry{Quote Removal}{3.5.9}{Quote Removal}{32}
|
||||
@numsecentry{Redirections}{3.6}{Redirections}{32}
|
||||
@numsubsecentry{Redirecting Input}{3.6.1}{}{33}
|
||||
@numsubsecentry{Redirecting Input}{3.6.1}{}{34}
|
||||
@numsubsecentry{Redirecting Output}{3.6.2}{}{34}
|
||||
@numsubsecentry{Appending Redirected Output}{3.6.3}{}{34}
|
||||
@numsubsecentry{Redirecting Standard Output and Standard Error}{3.6.4}{}{34}
|
||||
@@ -56,84 +56,84 @@
|
||||
@numsubsecentry{Exit Status}{3.7.5}{Exit Status}{39}
|
||||
@numsubsecentry{Signals}{3.7.6}{Signals}{39}
|
||||
@numsecentry{Shell Scripts}{3.8}{Shell Scripts}{40}
|
||||
@numchapentry{Shell Builtin Commands}{4}{Shell Builtin Commands}{41}
|
||||
@numsecentry{Bourne Shell Builtins}{4.1}{Bourne Shell Builtins}{41}
|
||||
@numsecentry{Bash Builtin Commands}{4.2}{Bash Builtins}{48}
|
||||
@numsecentry{Modifying Shell Behavior}{4.3}{Modifying Shell Behavior}{59}
|
||||
@numsubsecentry{The Set Builtin}{4.3.1}{The Set Builtin}{59}
|
||||
@numsubsecentry{The Shopt Builtin}{4.3.2}{The Shopt Builtin}{63}
|
||||
@numsecentry{Special Builtins}{4.4}{Special Builtins}{69}
|
||||
@numchapentry{Shell Variables}{5}{Shell Variables}{70}
|
||||
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{70}
|
||||
@numsecentry{Bash Variables}{5.2}{Bash Variables}{70}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{81}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{81}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{83}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{84}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{85}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{85}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{85}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{86}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{88}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{89}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{90}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{92}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{92}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{93}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{94}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{95}
|
||||
@numchapentry{Job Control}{7}{Job Control}{99}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{99}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{100}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{102}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{103}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{103}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{103}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{104}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{104}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{105}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{105}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{105}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{106}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{106}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{114}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{115}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{118}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{118}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{119}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{120}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{121}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{123}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{123}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{125}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{125}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{127}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{128}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{130}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{133}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{136}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{136}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{136}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{138}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{139}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{139}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{140}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{141}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{141}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{142}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{142}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{142}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{142}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{143}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{143}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{143}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{148}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{149}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{153}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{155}
|
||||
@appentry{Indexes}{D}{Indexes}{163}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{163}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{164}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{165}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{167}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{169}
|
||||
@numchapentry{Shell Builtin Commands}{4}{Shell Builtin Commands}{42}
|
||||
@numsecentry{Bourne Shell Builtins}{4.1}{Bourne Shell Builtins}{42}
|
||||
@numsecentry{Bash Builtin Commands}{4.2}{Bash Builtins}{49}
|
||||
@numsecentry{Modifying Shell Behavior}{4.3}{Modifying Shell Behavior}{60}
|
||||
@numsubsecentry{The Set Builtin}{4.3.1}{The Set Builtin}{60}
|
||||
@numsubsecentry{The Shopt Builtin}{4.3.2}{The Shopt Builtin}{64}
|
||||
@numsecentry{Special Builtins}{4.4}{Special Builtins}{70}
|
||||
@numchapentry{Shell Variables}{5}{Shell Variables}{71}
|
||||
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{71}
|
||||
@numsecentry{Bash Variables}{5.2}{Bash Variables}{71}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{82}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{82}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{84}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{85}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{86}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{86}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{86}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{87}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{89}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{90}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{91}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{93}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{93}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{94}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{95}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{96}
|
||||
@numchapentry{Job Control}{7}{Job Control}{100}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{100}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{101}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{103}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{104}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{104}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{104}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{105}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{105}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{106}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{106}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{106}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{107}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{107}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{115}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{116}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{119}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{119}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{120}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{121}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{122}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{124}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{124}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{126}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{126}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{128}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{129}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{131}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{134}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{137}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{137}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{137}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{139}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{140}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{140}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{141}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{142}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{142}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{143}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{143}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{143}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{143}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{144}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{144}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{144}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{149}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{150}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{154}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{156}
|
||||
@appentry{Indexes}{D}{Indexes}{164}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{164}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{165}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{166}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{168}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{170}
|
||||
|
||||
+141
-141
@@ -19,144 +19,144 @@
|
||||
\entry{$0}{20}{\code {$0}}
|
||||
\entry{_}{20}{\code {_}}
|
||||
\entry{$_}{20}{\code {$_}}
|
||||
\entry{CDPATH}{70}{\code {CDPATH}}
|
||||
\entry{HOME}{70}{\code {HOME}}
|
||||
\entry{IFS}{70}{\code {IFS}}
|
||||
\entry{MAIL}{70}{\code {MAIL}}
|
||||
\entry{MAILPATH}{70}{\code {MAILPATH}}
|
||||
\entry{OPTARG}{70}{\code {OPTARG}}
|
||||
\entry{OPTIND}{70}{\code {OPTIND}}
|
||||
\entry{PATH}{70}{\code {PATH}}
|
||||
\entry{PS1}{70}{\code {PS1}}
|
||||
\entry{PS2}{70}{\code {PS2}}
|
||||
\entry{BASH}{70}{\code {BASH}}
|
||||
\entry{BASHOPTS}{71}{\code {BASHOPTS}}
|
||||
\entry{BASHPID}{71}{\code {BASHPID}}
|
||||
\entry{BASH_ALIASES}{71}{\code {BASH_ALIASES}}
|
||||
\entry{BASH_ARGC}{71}{\code {BASH_ARGC}}
|
||||
\entry{BASH_ARGV}{71}{\code {BASH_ARGV}}
|
||||
\entry{BASH_CMDS}{71}{\code {BASH_CMDS}}
|
||||
\entry{BASH_COMMAND}{71}{\code {BASH_COMMAND}}
|
||||
\entry{BASH_COMPAT}{72}{\code {BASH_COMPAT}}
|
||||
\entry{BASH_ENV}{72}{\code {BASH_ENV}}
|
||||
\entry{BASH_EXECUTION_STRING}{72}{\code {BASH_EXECUTION_STRING}}
|
||||
\entry{BASH_LINENO}{72}{\code {BASH_LINENO}}
|
||||
\entry{BASH_LOADABLES_PATH}{72}{\code {BASH_LOADABLES_PATH}}
|
||||
\entry{BASH_REMATCH}{72}{\code {BASH_REMATCH}}
|
||||
\entry{BASH_SOURCE}{72}{\code {BASH_SOURCE}}
|
||||
\entry{BASH_SUBSHELL}{72}{\code {BASH_SUBSHELL}}
|
||||
\entry{BASH_VERSINFO}{72}{\code {BASH_VERSINFO}}
|
||||
\entry{BASH_VERSION}{73}{\code {BASH_VERSION}}
|
||||
\entry{BASH_XTRACEFD}{73}{\code {BASH_XTRACEFD}}
|
||||
\entry{CHILD_MAX}{73}{\code {CHILD_MAX}}
|
||||
\entry{COLUMNS}{73}{\code {COLUMNS}}
|
||||
\entry{COMP_CWORD}{73}{\code {COMP_CWORD}}
|
||||
\entry{COMP_LINE}{73}{\code {COMP_LINE}}
|
||||
\entry{COMP_POINT}{74}{\code {COMP_POINT}}
|
||||
\entry{COMP_TYPE}{74}{\code {COMP_TYPE}}
|
||||
\entry{COMP_KEY}{74}{\code {COMP_KEY}}
|
||||
\entry{COMP_WORDBREAKS}{74}{\code {COMP_WORDBREAKS}}
|
||||
\entry{COMP_WORDS}{74}{\code {COMP_WORDS}}
|
||||
\entry{COMPREPLY}{74}{\code {COMPREPLY}}
|
||||
\entry{COPROC}{74}{\code {COPROC}}
|
||||
\entry{DIRSTACK}{74}{\code {DIRSTACK}}
|
||||
\entry{EMACS}{74}{\code {EMACS}}
|
||||
\entry{ENV}{75}{\code {ENV}}
|
||||
\entry{EUID}{75}{\code {EUID}}
|
||||
\entry{EXECIGNORE}{75}{\code {EXECIGNORE}}
|
||||
\entry{FCEDIT}{75}{\code {FCEDIT}}
|
||||
\entry{FIGNORE}{75}{\code {FIGNORE}}
|
||||
\entry{FUNCNAME}{75}{\code {FUNCNAME}}
|
||||
\entry{FUNCNEST}{75}{\code {FUNCNEST}}
|
||||
\entry{GLOBIGNORE}{75}{\code {GLOBIGNORE}}
|
||||
\entry{GROUPS}{75}{\code {GROUPS}}
|
||||
\entry{histchars}{75}{\code {histchars}}
|
||||
\entry{HISTCMD}{76}{\code {HISTCMD}}
|
||||
\entry{HISTCONTROL}{76}{\code {HISTCONTROL}}
|
||||
\entry{HISTFILE}{76}{\code {HISTFILE}}
|
||||
\entry{HISTFILESIZE}{76}{\code {HISTFILESIZE}}
|
||||
\entry{HISTIGNORE}{76}{\code {HISTIGNORE}}
|
||||
\entry{HISTSIZE}{77}{\code {HISTSIZE}}
|
||||
\entry{HISTTIMEFORMAT}{77}{\code {HISTTIMEFORMAT}}
|
||||
\entry{HOSTFILE}{77}{\code {HOSTFILE}}
|
||||
\entry{HOSTNAME}{77}{\code {HOSTNAME}}
|
||||
\entry{HOSTTYPE}{77}{\code {HOSTTYPE}}
|
||||
\entry{IGNOREEOF}{77}{\code {IGNOREEOF}}
|
||||
\entry{INPUTRC}{77}{\code {INPUTRC}}
|
||||
\entry{LANG}{77}{\code {LANG}}
|
||||
\entry{LC_ALL}{77}{\code {LC_ALL}}
|
||||
\entry{LC_COLLATE}{77}{\code {LC_COLLATE}}
|
||||
\entry{LC_CTYPE}{77}{\code {LC_CTYPE}}
|
||||
\entry{LC_MESSAGES}{78}{\code {LC_MESSAGES}}
|
||||
\entry{LC_NUMERIC}{78}{\code {LC_NUMERIC}}
|
||||
\entry{LC_TIME}{78}{\code {LC_TIME}}
|
||||
\entry{LINENO}{78}{\code {LINENO}}
|
||||
\entry{LINES}{78}{\code {LINES}}
|
||||
\entry{MACHTYPE}{78}{\code {MACHTYPE}}
|
||||
\entry{MAILCHECK}{78}{\code {MAILCHECK}}
|
||||
\entry{MAPFILE}{78}{\code {MAPFILE}}
|
||||
\entry{OLDPWD}{78}{\code {OLDPWD}}
|
||||
\entry{OPTERR}{78}{\code {OPTERR}}
|
||||
\entry{OSTYPE}{78}{\code {OSTYPE}}
|
||||
\entry{PIPESTATUS}{78}{\code {PIPESTATUS}}
|
||||
\entry{POSIXLY_CORRECT}{78}{\code {POSIXLY_CORRECT}}
|
||||
\entry{PPID}{78}{\code {PPID}}
|
||||
\entry{PROMPT_COMMAND}{78}{\code {PROMPT_COMMAND}}
|
||||
\entry{PROMPT_DIRTRIM}{79}{\code {PROMPT_DIRTRIM}}
|
||||
\entry{PS0}{79}{\code {PS0}}
|
||||
\entry{PS3}{79}{\code {PS3}}
|
||||
\entry{PS4}{79}{\code {PS4}}
|
||||
\entry{PWD}{79}{\code {PWD}}
|
||||
\entry{RANDOM}{79}{\code {RANDOM}}
|
||||
\entry{READLINE_LINE}{79}{\code {READLINE_LINE}}
|
||||
\entry{READLINE_POINT}{79}{\code {READLINE_POINT}}
|
||||
\entry{REPLY}{79}{\code {REPLY}}
|
||||
\entry{SECONDS}{79}{\code {SECONDS}}
|
||||
\entry{SHELL}{79}{\code {SHELL}}
|
||||
\entry{SHELLOPTS}{79}{\code {SHELLOPTS}}
|
||||
\entry{SHLVL}{79}{\code {SHLVL}}
|
||||
\entry{TIMEFORMAT}{80}{\code {TIMEFORMAT}}
|
||||
\entry{TMOUT}{80}{\code {TMOUT}}
|
||||
\entry{TMPDIR}{80}{\code {TMPDIR}}
|
||||
\entry{UID}{80}{\code {UID}}
|
||||
\entry{auto_resume}{102}{\code {auto_resume}}
|
||||
\entry{bell-style}{107}{\code {bell-style}}
|
||||
\entry{bind-tty-special-chars}{107}{\code {bind-tty-special-chars}}
|
||||
\entry{blink-matching-paren}{107}{\code {blink-matching-paren}}
|
||||
\entry{colored-completion-prefix}{107}{\code {colored-completion-prefix}}
|
||||
\entry{colored-stats}{107}{\code {colored-stats}}
|
||||
\entry{comment-begin}{107}{\code {comment-begin}}
|
||||
\entry{completion-display-width}{107}{\code {completion-display-width}}
|
||||
\entry{completion-ignore-case}{108}{\code {completion-ignore-case}}
|
||||
\entry{completion-map-case}{108}{\code {completion-map-case}}
|
||||
\entry{completion-prefix-display-length}{108}{\code {completion-prefix-display-length}}
|
||||
\entry{completion-query-items}{108}{\code {completion-query-items}}
|
||||
\entry{convert-meta}{108}{\code {convert-meta}}
|
||||
\entry{disable-completion}{108}{\code {disable-completion}}
|
||||
\entry{echo-control-characters}{108}{\code {echo-control-characters}}
|
||||
\entry{editing-mode}{108}{\code {editing-mode}}
|
||||
\entry{emacs-mode-string}{108}{\code {emacs-mode-string}}
|
||||
\entry{enable-bracketed-paste}{109}{\code {enable-bracketed-paste}}
|
||||
\entry{enable-keypad}{109}{\code {enable-keypad}}
|
||||
\entry{expand-tilde}{109}{\code {expand-tilde}}
|
||||
\entry{history-preserve-point}{109}{\code {history-preserve-point}}
|
||||
\entry{history-size}{109}{\code {history-size}}
|
||||
\entry{horizontal-scroll-mode}{109}{\code {horizontal-scroll-mode}}
|
||||
\entry{input-meta}{109}{\code {input-meta}}
|
||||
\entry{meta-flag}{109}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{110}{\code {isearch-terminators}}
|
||||
\entry{keymap}{110}{\code {keymap}}
|
||||
\entry{mark-modified-lines}{110}{\code {mark-modified-lines}}
|
||||
\entry{mark-symlinked-directories}{110}{\code {mark-symlinked-directories}}
|
||||
\entry{match-hidden-files}{110}{\code {match-hidden-files}}
|
||||
\entry{menu-complete-display-prefix}{111}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{111}{\code {output-meta}}
|
||||
\entry{page-completions}{111}{\code {page-completions}}
|
||||
\entry{revert-all-at-newline}{111}{\code {revert-all-at-newline}}
|
||||
\entry{show-all-if-ambiguous}{111}{\code {show-all-if-ambiguous}}
|
||||
\entry{show-all-if-unmodified}{111}{\code {show-all-if-unmodified}}
|
||||
\entry{show-mode-in-prompt}{111}{\code {show-mode-in-prompt}}
|
||||
\entry{skip-completed-text}{111}{\code {skip-completed-text}}
|
||||
\entry{vi-cmd-mode-string}{112}{\code {vi-cmd-mode-string}}
|
||||
\entry{vi-ins-mode-string}{112}{\code {vi-ins-mode-string}}
|
||||
\entry{visible-stats}{112}{\code {visible-stats}}
|
||||
\entry{CDPATH}{71}{\code {CDPATH}}
|
||||
\entry{HOME}{71}{\code {HOME}}
|
||||
\entry{IFS}{71}{\code {IFS}}
|
||||
\entry{MAIL}{71}{\code {MAIL}}
|
||||
\entry{MAILPATH}{71}{\code {MAILPATH}}
|
||||
\entry{OPTARG}{71}{\code {OPTARG}}
|
||||
\entry{OPTIND}{71}{\code {OPTIND}}
|
||||
\entry{PATH}{71}{\code {PATH}}
|
||||
\entry{PS1}{71}{\code {PS1}}
|
||||
\entry{PS2}{71}{\code {PS2}}
|
||||
\entry{BASH}{71}{\code {BASH}}
|
||||
\entry{BASHOPTS}{72}{\code {BASHOPTS}}
|
||||
\entry{BASHPID}{72}{\code {BASHPID}}
|
||||
\entry{BASH_ALIASES}{72}{\code {BASH_ALIASES}}
|
||||
\entry{BASH_ARGC}{72}{\code {BASH_ARGC}}
|
||||
\entry{BASH_ARGV}{72}{\code {BASH_ARGV}}
|
||||
\entry{BASH_CMDS}{72}{\code {BASH_CMDS}}
|
||||
\entry{BASH_COMMAND}{72}{\code {BASH_COMMAND}}
|
||||
\entry{BASH_COMPAT}{73}{\code {BASH_COMPAT}}
|
||||
\entry{BASH_ENV}{73}{\code {BASH_ENV}}
|
||||
\entry{BASH_EXECUTION_STRING}{73}{\code {BASH_EXECUTION_STRING}}
|
||||
\entry{BASH_LINENO}{73}{\code {BASH_LINENO}}
|
||||
\entry{BASH_LOADABLES_PATH}{73}{\code {BASH_LOADABLES_PATH}}
|
||||
\entry{BASH_REMATCH}{73}{\code {BASH_REMATCH}}
|
||||
\entry{BASH_SOURCE}{73}{\code {BASH_SOURCE}}
|
||||
\entry{BASH_SUBSHELL}{73}{\code {BASH_SUBSHELL}}
|
||||
\entry{BASH_VERSINFO}{73}{\code {BASH_VERSINFO}}
|
||||
\entry{BASH_VERSION}{74}{\code {BASH_VERSION}}
|
||||
\entry{BASH_XTRACEFD}{74}{\code {BASH_XTRACEFD}}
|
||||
\entry{CHILD_MAX}{74}{\code {CHILD_MAX}}
|
||||
\entry{COLUMNS}{74}{\code {COLUMNS}}
|
||||
\entry{COMP_CWORD}{74}{\code {COMP_CWORD}}
|
||||
\entry{COMP_LINE}{74}{\code {COMP_LINE}}
|
||||
\entry{COMP_POINT}{75}{\code {COMP_POINT}}
|
||||
\entry{COMP_TYPE}{75}{\code {COMP_TYPE}}
|
||||
\entry{COMP_KEY}{75}{\code {COMP_KEY}}
|
||||
\entry{COMP_WORDBREAKS}{75}{\code {COMP_WORDBREAKS}}
|
||||
\entry{COMP_WORDS}{75}{\code {COMP_WORDS}}
|
||||
\entry{COMPREPLY}{75}{\code {COMPREPLY}}
|
||||
\entry{COPROC}{75}{\code {COPROC}}
|
||||
\entry{DIRSTACK}{75}{\code {DIRSTACK}}
|
||||
\entry{EMACS}{75}{\code {EMACS}}
|
||||
\entry{ENV}{76}{\code {ENV}}
|
||||
\entry{EUID}{76}{\code {EUID}}
|
||||
\entry{EXECIGNORE}{76}{\code {EXECIGNORE}}
|
||||
\entry{FCEDIT}{76}{\code {FCEDIT}}
|
||||
\entry{FIGNORE}{76}{\code {FIGNORE}}
|
||||
\entry{FUNCNAME}{76}{\code {FUNCNAME}}
|
||||
\entry{FUNCNEST}{76}{\code {FUNCNEST}}
|
||||
\entry{GLOBIGNORE}{76}{\code {GLOBIGNORE}}
|
||||
\entry{GROUPS}{76}{\code {GROUPS}}
|
||||
\entry{histchars}{76}{\code {histchars}}
|
||||
\entry{HISTCMD}{77}{\code {HISTCMD}}
|
||||
\entry{HISTCONTROL}{77}{\code {HISTCONTROL}}
|
||||
\entry{HISTFILE}{77}{\code {HISTFILE}}
|
||||
\entry{HISTFILESIZE}{77}{\code {HISTFILESIZE}}
|
||||
\entry{HISTIGNORE}{77}{\code {HISTIGNORE}}
|
||||
\entry{HISTSIZE}{78}{\code {HISTSIZE}}
|
||||
\entry{HISTTIMEFORMAT}{78}{\code {HISTTIMEFORMAT}}
|
||||
\entry{HOSTFILE}{78}{\code {HOSTFILE}}
|
||||
\entry{HOSTNAME}{78}{\code {HOSTNAME}}
|
||||
\entry{HOSTTYPE}{78}{\code {HOSTTYPE}}
|
||||
\entry{IGNOREEOF}{78}{\code {IGNOREEOF}}
|
||||
\entry{INPUTRC}{78}{\code {INPUTRC}}
|
||||
\entry{LANG}{78}{\code {LANG}}
|
||||
\entry{LC_ALL}{78}{\code {LC_ALL}}
|
||||
\entry{LC_COLLATE}{78}{\code {LC_COLLATE}}
|
||||
\entry{LC_CTYPE}{78}{\code {LC_CTYPE}}
|
||||
\entry{LC_MESSAGES}{79}{\code {LC_MESSAGES}}
|
||||
\entry{LC_NUMERIC}{79}{\code {LC_NUMERIC}}
|
||||
\entry{LC_TIME}{79}{\code {LC_TIME}}
|
||||
\entry{LINENO}{79}{\code {LINENO}}
|
||||
\entry{LINES}{79}{\code {LINES}}
|
||||
\entry{MACHTYPE}{79}{\code {MACHTYPE}}
|
||||
\entry{MAILCHECK}{79}{\code {MAILCHECK}}
|
||||
\entry{MAPFILE}{79}{\code {MAPFILE}}
|
||||
\entry{OLDPWD}{79}{\code {OLDPWD}}
|
||||
\entry{OPTERR}{79}{\code {OPTERR}}
|
||||
\entry{OSTYPE}{79}{\code {OSTYPE}}
|
||||
\entry{PIPESTATUS}{79}{\code {PIPESTATUS}}
|
||||
\entry{POSIXLY_CORRECT}{79}{\code {POSIXLY_CORRECT}}
|
||||
\entry{PPID}{79}{\code {PPID}}
|
||||
\entry{PROMPT_COMMAND}{79}{\code {PROMPT_COMMAND}}
|
||||
\entry{PROMPT_DIRTRIM}{80}{\code {PROMPT_DIRTRIM}}
|
||||
\entry{PS0}{80}{\code {PS0}}
|
||||
\entry{PS3}{80}{\code {PS3}}
|
||||
\entry{PS4}{80}{\code {PS4}}
|
||||
\entry{PWD}{80}{\code {PWD}}
|
||||
\entry{RANDOM}{80}{\code {RANDOM}}
|
||||
\entry{READLINE_LINE}{80}{\code {READLINE_LINE}}
|
||||
\entry{READLINE_POINT}{80}{\code {READLINE_POINT}}
|
||||
\entry{REPLY}{80}{\code {REPLY}}
|
||||
\entry{SECONDS}{80}{\code {SECONDS}}
|
||||
\entry{SHELL}{80}{\code {SHELL}}
|
||||
\entry{SHELLOPTS}{80}{\code {SHELLOPTS}}
|
||||
\entry{SHLVL}{80}{\code {SHLVL}}
|
||||
\entry{TIMEFORMAT}{81}{\code {TIMEFORMAT}}
|
||||
\entry{TMOUT}{81}{\code {TMOUT}}
|
||||
\entry{TMPDIR}{81}{\code {TMPDIR}}
|
||||
\entry{UID}{81}{\code {UID}}
|
||||
\entry{auto_resume}{103}{\code {auto_resume}}
|
||||
\entry{bell-style}{108}{\code {bell-style}}
|
||||
\entry{bind-tty-special-chars}{108}{\code {bind-tty-special-chars}}
|
||||
\entry{blink-matching-paren}{108}{\code {blink-matching-paren}}
|
||||
\entry{colored-completion-prefix}{108}{\code {colored-completion-prefix}}
|
||||
\entry{colored-stats}{108}{\code {colored-stats}}
|
||||
\entry{comment-begin}{108}{\code {comment-begin}}
|
||||
\entry{completion-display-width}{108}{\code {completion-display-width}}
|
||||
\entry{completion-ignore-case}{109}{\code {completion-ignore-case}}
|
||||
\entry{completion-map-case}{109}{\code {completion-map-case}}
|
||||
\entry{completion-prefix-display-length}{109}{\code {completion-prefix-display-length}}
|
||||
\entry{completion-query-items}{109}{\code {completion-query-items}}
|
||||
\entry{convert-meta}{109}{\code {convert-meta}}
|
||||
\entry{disable-completion}{109}{\code {disable-completion}}
|
||||
\entry{echo-control-characters}{109}{\code {echo-control-characters}}
|
||||
\entry{editing-mode}{109}{\code {editing-mode}}
|
||||
\entry{emacs-mode-string}{109}{\code {emacs-mode-string}}
|
||||
\entry{enable-bracketed-paste}{110}{\code {enable-bracketed-paste}}
|
||||
\entry{enable-keypad}{110}{\code {enable-keypad}}
|
||||
\entry{expand-tilde}{110}{\code {expand-tilde}}
|
||||
\entry{history-preserve-point}{110}{\code {history-preserve-point}}
|
||||
\entry{history-size}{110}{\code {history-size}}
|
||||
\entry{horizontal-scroll-mode}{110}{\code {horizontal-scroll-mode}}
|
||||
\entry{input-meta}{110}{\code {input-meta}}
|
||||
\entry{meta-flag}{110}{\code {meta-flag}}
|
||||
\entry{isearch-terminators}{111}{\code {isearch-terminators}}
|
||||
\entry{keymap}{111}{\code {keymap}}
|
||||
\entry{mark-modified-lines}{111}{\code {mark-modified-lines}}
|
||||
\entry{mark-symlinked-directories}{111}{\code {mark-symlinked-directories}}
|
||||
\entry{match-hidden-files}{111}{\code {match-hidden-files}}
|
||||
\entry{menu-complete-display-prefix}{112}{\code {menu-complete-display-prefix}}
|
||||
\entry{output-meta}{112}{\code {output-meta}}
|
||||
\entry{page-completions}{112}{\code {page-completions}}
|
||||
\entry{revert-all-at-newline}{112}{\code {revert-all-at-newline}}
|
||||
\entry{show-all-if-ambiguous}{112}{\code {show-all-if-ambiguous}}
|
||||
\entry{show-all-if-unmodified}{112}{\code {show-all-if-unmodified}}
|
||||
\entry{show-mode-in-prompt}{112}{\code {show-mode-in-prompt}}
|
||||
\entry{skip-completed-text}{112}{\code {skip-completed-text}}
|
||||
\entry{vi-cmd-mode-string}{113}{\code {vi-cmd-mode-string}}
|
||||
\entry{vi-ins-mode-string}{113}{\code {vi-ins-mode-string}}
|
||||
\entry{visible-stats}{113}{\code {visible-stats}}
|
||||
|
||||
+141
-141
@@ -26,164 +26,164 @@
|
||||
\initial {0}
|
||||
\entry {\code {0}}{20}
|
||||
\initial {A}
|
||||
\entry {\code {auto_resume}}{102}
|
||||
\entry {\code {auto_resume}}{103}
|
||||
\initial {B}
|
||||
\entry {\code {BASH}}{70}
|
||||
\entry {\code {BASH_ALIASES}}{71}
|
||||
\entry {\code {BASH_ARGC}}{71}
|
||||
\entry {\code {BASH_ARGV}}{71}
|
||||
\entry {\code {BASH_CMDS}}{71}
|
||||
\entry {\code {BASH_COMMAND}}{71}
|
||||
\entry {\code {BASH_COMPAT}}{72}
|
||||
\entry {\code {BASH_ENV}}{72}
|
||||
\entry {\code {BASH_EXECUTION_STRING}}{72}
|
||||
\entry {\code {BASH_LINENO}}{72}
|
||||
\entry {\code {BASH_LOADABLES_PATH}}{72}
|
||||
\entry {\code {BASH_REMATCH}}{72}
|
||||
\entry {\code {BASH_SOURCE}}{72}
|
||||
\entry {\code {BASH_SUBSHELL}}{72}
|
||||
\entry {\code {BASH_VERSINFO}}{72}
|
||||
\entry {\code {BASH_VERSION}}{73}
|
||||
\entry {\code {BASH_XTRACEFD}}{73}
|
||||
\entry {\code {BASHOPTS}}{71}
|
||||
\entry {\code {BASHPID}}{71}
|
||||
\entry {\code {bell-style}}{107}
|
||||
\entry {\code {bind-tty-special-chars}}{107}
|
||||
\entry {\code {blink-matching-paren}}{107}
|
||||
\entry {\code {BASH}}{71}
|
||||
\entry {\code {BASH_ALIASES}}{72}
|
||||
\entry {\code {BASH_ARGC}}{72}
|
||||
\entry {\code {BASH_ARGV}}{72}
|
||||
\entry {\code {BASH_CMDS}}{72}
|
||||
\entry {\code {BASH_COMMAND}}{72}
|
||||
\entry {\code {BASH_COMPAT}}{73}
|
||||
\entry {\code {BASH_ENV}}{73}
|
||||
\entry {\code {BASH_EXECUTION_STRING}}{73}
|
||||
\entry {\code {BASH_LINENO}}{73}
|
||||
\entry {\code {BASH_LOADABLES_PATH}}{73}
|
||||
\entry {\code {BASH_REMATCH}}{73}
|
||||
\entry {\code {BASH_SOURCE}}{73}
|
||||
\entry {\code {BASH_SUBSHELL}}{73}
|
||||
\entry {\code {BASH_VERSINFO}}{73}
|
||||
\entry {\code {BASH_VERSION}}{74}
|
||||
\entry {\code {BASH_XTRACEFD}}{74}
|
||||
\entry {\code {BASHOPTS}}{72}
|
||||
\entry {\code {BASHPID}}{72}
|
||||
\entry {\code {bell-style}}{108}
|
||||
\entry {\code {bind-tty-special-chars}}{108}
|
||||
\entry {\code {blink-matching-paren}}{108}
|
||||
\initial {C}
|
||||
\entry {\code {CDPATH}}{70}
|
||||
\entry {\code {CHILD_MAX}}{73}
|
||||
\entry {\code {colored-completion-prefix}}{107}
|
||||
\entry {\code {colored-stats}}{107}
|
||||
\entry {\code {COLUMNS}}{73}
|
||||
\entry {\code {comment-begin}}{107}
|
||||
\entry {\code {COMP_CWORD}}{73}
|
||||
\entry {\code {COMP_KEY}}{74}
|
||||
\entry {\code {COMP_LINE}}{73}
|
||||
\entry {\code {COMP_POINT}}{74}
|
||||
\entry {\code {COMP_TYPE}}{74}
|
||||
\entry {\code {COMP_WORDBREAKS}}{74}
|
||||
\entry {\code {COMP_WORDS}}{74}
|
||||
\entry {\code {completion-display-width}}{107}
|
||||
\entry {\code {completion-ignore-case}}{108}
|
||||
\entry {\code {completion-map-case}}{108}
|
||||
\entry {\code {completion-prefix-display-length}}{108}
|
||||
\entry {\code {completion-query-items}}{108}
|
||||
\entry {\code {COMPREPLY}}{74}
|
||||
\entry {\code {convert-meta}}{108}
|
||||
\entry {\code {COPROC}}{74}
|
||||
\entry {\code {CDPATH}}{71}
|
||||
\entry {\code {CHILD_MAX}}{74}
|
||||
\entry {\code {colored-completion-prefix}}{108}
|
||||
\entry {\code {colored-stats}}{108}
|
||||
\entry {\code {COLUMNS}}{74}
|
||||
\entry {\code {comment-begin}}{108}
|
||||
\entry {\code {COMP_CWORD}}{74}
|
||||
\entry {\code {COMP_KEY}}{75}
|
||||
\entry {\code {COMP_LINE}}{74}
|
||||
\entry {\code {COMP_POINT}}{75}
|
||||
\entry {\code {COMP_TYPE}}{75}
|
||||
\entry {\code {COMP_WORDBREAKS}}{75}
|
||||
\entry {\code {COMP_WORDS}}{75}
|
||||
\entry {\code {completion-display-width}}{108}
|
||||
\entry {\code {completion-ignore-case}}{109}
|
||||
\entry {\code {completion-map-case}}{109}
|
||||
\entry {\code {completion-prefix-display-length}}{109}
|
||||
\entry {\code {completion-query-items}}{109}
|
||||
\entry {\code {COMPREPLY}}{75}
|
||||
\entry {\code {convert-meta}}{109}
|
||||
\entry {\code {COPROC}}{75}
|
||||
\initial {D}
|
||||
\entry {\code {DIRSTACK}}{74}
|
||||
\entry {\code {disable-completion}}{108}
|
||||
\entry {\code {DIRSTACK}}{75}
|
||||
\entry {\code {disable-completion}}{109}
|
||||
\initial {E}
|
||||
\entry {\code {echo-control-characters}}{108}
|
||||
\entry {\code {editing-mode}}{108}
|
||||
\entry {\code {emacs-mode-string}}{108}
|
||||
\entry {\code {EMACS}}{74}
|
||||
\entry {\code {enable-bracketed-paste}}{109}
|
||||
\entry {\code {enable-keypad}}{109}
|
||||
\entry {\code {ENV}}{75}
|
||||
\entry {\code {EUID}}{75}
|
||||
\entry {\code {EXECIGNORE}}{75}
|
||||
\entry {\code {expand-tilde}}{109}
|
||||
\entry {\code {echo-control-characters}}{109}
|
||||
\entry {\code {editing-mode}}{109}
|
||||
\entry {\code {emacs-mode-string}}{109}
|
||||
\entry {\code {EMACS}}{75}
|
||||
\entry {\code {enable-bracketed-paste}}{110}
|
||||
\entry {\code {enable-keypad}}{110}
|
||||
\entry {\code {ENV}}{76}
|
||||
\entry {\code {EUID}}{76}
|
||||
\entry {\code {EXECIGNORE}}{76}
|
||||
\entry {\code {expand-tilde}}{110}
|
||||
\initial {F}
|
||||
\entry {\code {FCEDIT}}{75}
|
||||
\entry {\code {FIGNORE}}{75}
|
||||
\entry {\code {FUNCNAME}}{75}
|
||||
\entry {\code {FUNCNEST}}{75}
|
||||
\entry {\code {FCEDIT}}{76}
|
||||
\entry {\code {FIGNORE}}{76}
|
||||
\entry {\code {FUNCNAME}}{76}
|
||||
\entry {\code {FUNCNEST}}{76}
|
||||
\initial {G}
|
||||
\entry {\code {GLOBIGNORE}}{75}
|
||||
\entry {\code {GROUPS}}{75}
|
||||
\entry {\code {GLOBIGNORE}}{76}
|
||||
\entry {\code {GROUPS}}{76}
|
||||
\initial {H}
|
||||
\entry {\code {histchars}}{75}
|
||||
\entry {\code {HISTCMD}}{76}
|
||||
\entry {\code {HISTCONTROL}}{76}
|
||||
\entry {\code {HISTFILE}}{76}
|
||||
\entry {\code {HISTFILESIZE}}{76}
|
||||
\entry {\code {HISTIGNORE}}{76}
|
||||
\entry {\code {history-preserve-point}}{109}
|
||||
\entry {\code {history-size}}{109}
|
||||
\entry {\code {HISTSIZE}}{77}
|
||||
\entry {\code {HISTTIMEFORMAT}}{77}
|
||||
\entry {\code {HOME}}{70}
|
||||
\entry {\code {horizontal-scroll-mode}}{109}
|
||||
\entry {\code {HOSTFILE}}{77}
|
||||
\entry {\code {HOSTNAME}}{77}
|
||||
\entry {\code {HOSTTYPE}}{77}
|
||||
\entry {\code {histchars}}{76}
|
||||
\entry {\code {HISTCMD}}{77}
|
||||
\entry {\code {HISTCONTROL}}{77}
|
||||
\entry {\code {HISTFILE}}{77}
|
||||
\entry {\code {HISTFILESIZE}}{77}
|
||||
\entry {\code {HISTIGNORE}}{77}
|
||||
\entry {\code {history-preserve-point}}{110}
|
||||
\entry {\code {history-size}}{110}
|
||||
\entry {\code {HISTSIZE}}{78}
|
||||
\entry {\code {HISTTIMEFORMAT}}{78}
|
||||
\entry {\code {HOME}}{71}
|
||||
\entry {\code {horizontal-scroll-mode}}{110}
|
||||
\entry {\code {HOSTFILE}}{78}
|
||||
\entry {\code {HOSTNAME}}{78}
|
||||
\entry {\code {HOSTTYPE}}{78}
|
||||
\initial {I}
|
||||
\entry {\code {IFS}}{70}
|
||||
\entry {\code {IGNOREEOF}}{77}
|
||||
\entry {\code {input-meta}}{109}
|
||||
\entry {\code {INPUTRC}}{77}
|
||||
\entry {\code {isearch-terminators}}{110}
|
||||
\entry {\code {IFS}}{71}
|
||||
\entry {\code {IGNOREEOF}}{78}
|
||||
\entry {\code {input-meta}}{110}
|
||||
\entry {\code {INPUTRC}}{78}
|
||||
\entry {\code {isearch-terminators}}{111}
|
||||
\initial {K}
|
||||
\entry {\code {keymap}}{110}
|
||||
\entry {\code {keymap}}{111}
|
||||
\initial {L}
|
||||
\entry {\code {LANG}}{77}
|
||||
\entry {\code {LC_ALL}}{77}
|
||||
\entry {\code {LC_COLLATE}}{77}
|
||||
\entry {\code {LC_CTYPE}}{77}
|
||||
\entry {\code {LC_MESSAGES}}{7, 78}
|
||||
\entry {\code {LC_NUMERIC}}{78}
|
||||
\entry {\code {LC_TIME}}{78}
|
||||
\entry {\code {LINENO}}{78}
|
||||
\entry {\code {LINES}}{78}
|
||||
\entry {\code {LANG}}{78}
|
||||
\entry {\code {LC_ALL}}{78}
|
||||
\entry {\code {LC_COLLATE}}{78}
|
||||
\entry {\code {LC_CTYPE}}{78}
|
||||
\entry {\code {LC_MESSAGES}}{7, 79}
|
||||
\entry {\code {LC_NUMERIC}}{79}
|
||||
\entry {\code {LC_TIME}}{79}
|
||||
\entry {\code {LINENO}}{79}
|
||||
\entry {\code {LINES}}{79}
|
||||
\initial {M}
|
||||
\entry {\code {MACHTYPE}}{78}
|
||||
\entry {\code {MAIL}}{70}
|
||||
\entry {\code {MAILCHECK}}{78}
|
||||
\entry {\code {MAILPATH}}{70}
|
||||
\entry {\code {MAPFILE}}{78}
|
||||
\entry {\code {mark-modified-lines}}{110}
|
||||
\entry {\code {mark-symlinked-directories}}{110}
|
||||
\entry {\code {match-hidden-files}}{110}
|
||||
\entry {\code {menu-complete-display-prefix}}{111}
|
||||
\entry {\code {meta-flag}}{109}
|
||||
\entry {\code {MACHTYPE}}{79}
|
||||
\entry {\code {MAIL}}{71}
|
||||
\entry {\code {MAILCHECK}}{79}
|
||||
\entry {\code {MAILPATH}}{71}
|
||||
\entry {\code {MAPFILE}}{79}
|
||||
\entry {\code {mark-modified-lines}}{111}
|
||||
\entry {\code {mark-symlinked-directories}}{111}
|
||||
\entry {\code {match-hidden-files}}{111}
|
||||
\entry {\code {menu-complete-display-prefix}}{112}
|
||||
\entry {\code {meta-flag}}{110}
|
||||
\initial {O}
|
||||
\entry {\code {OLDPWD}}{78}
|
||||
\entry {\code {OPTARG}}{70}
|
||||
\entry {\code {OPTERR}}{78}
|
||||
\entry {\code {OPTIND}}{70}
|
||||
\entry {\code {OSTYPE}}{78}
|
||||
\entry {\code {output-meta}}{111}
|
||||
\entry {\code {OLDPWD}}{79}
|
||||
\entry {\code {OPTARG}}{71}
|
||||
\entry {\code {OPTERR}}{79}
|
||||
\entry {\code {OPTIND}}{71}
|
||||
\entry {\code {OSTYPE}}{79}
|
||||
\entry {\code {output-meta}}{112}
|
||||
\initial {P}
|
||||
\entry {\code {page-completions}}{111}
|
||||
\entry {\code {PATH}}{70}
|
||||
\entry {\code {PIPESTATUS}}{78}
|
||||
\entry {\code {POSIXLY_CORRECT}}{78}
|
||||
\entry {\code {PPID}}{78}
|
||||
\entry {\code {PROMPT_COMMAND}}{78}
|
||||
\entry {\code {PROMPT_DIRTRIM}}{79}
|
||||
\entry {\code {PS0}}{79}
|
||||
\entry {\code {PS1}}{70}
|
||||
\entry {\code {PS2}}{70}
|
||||
\entry {\code {PS3}}{79}
|
||||
\entry {\code {PS4}}{79}
|
||||
\entry {\code {PWD}}{79}
|
||||
\entry {\code {page-completions}}{112}
|
||||
\entry {\code {PATH}}{71}
|
||||
\entry {\code {PIPESTATUS}}{79}
|
||||
\entry {\code {POSIXLY_CORRECT}}{79}
|
||||
\entry {\code {PPID}}{79}
|
||||
\entry {\code {PROMPT_COMMAND}}{79}
|
||||
\entry {\code {PROMPT_DIRTRIM}}{80}
|
||||
\entry {\code {PS0}}{80}
|
||||
\entry {\code {PS1}}{71}
|
||||
\entry {\code {PS2}}{71}
|
||||
\entry {\code {PS3}}{80}
|
||||
\entry {\code {PS4}}{80}
|
||||
\entry {\code {PWD}}{80}
|
||||
\initial {R}
|
||||
\entry {\code {RANDOM}}{79}
|
||||
\entry {\code {READLINE_LINE}}{79}
|
||||
\entry {\code {READLINE_POINT}}{79}
|
||||
\entry {\code {REPLY}}{79}
|
||||
\entry {\code {revert-all-at-newline}}{111}
|
||||
\entry {\code {RANDOM}}{80}
|
||||
\entry {\code {READLINE_LINE}}{80}
|
||||
\entry {\code {READLINE_POINT}}{80}
|
||||
\entry {\code {REPLY}}{80}
|
||||
\entry {\code {revert-all-at-newline}}{112}
|
||||
\initial {S}
|
||||
\entry {\code {SECONDS}}{79}
|
||||
\entry {\code {SHELL}}{79}
|
||||
\entry {\code {SHELLOPTS}}{79}
|
||||
\entry {\code {SHLVL}}{79}
|
||||
\entry {\code {show-all-if-ambiguous}}{111}
|
||||
\entry {\code {show-all-if-unmodified}}{111}
|
||||
\entry {\code {show-mode-in-prompt}}{111}
|
||||
\entry {\code {skip-completed-text}}{111}
|
||||
\entry {\code {SECONDS}}{80}
|
||||
\entry {\code {SHELL}}{80}
|
||||
\entry {\code {SHELLOPTS}}{80}
|
||||
\entry {\code {SHLVL}}{80}
|
||||
\entry {\code {show-all-if-ambiguous}}{112}
|
||||
\entry {\code {show-all-if-unmodified}}{112}
|
||||
\entry {\code {show-mode-in-prompt}}{112}
|
||||
\entry {\code {skip-completed-text}}{112}
|
||||
\initial {T}
|
||||
\entry {\code {TEXTDOMAIN}}{7}
|
||||
\entry {\code {TEXTDOMAINDIR}}{7}
|
||||
\entry {\code {TIMEFORMAT}}{80}
|
||||
\entry {\code {TMOUT}}{80}
|
||||
\entry {\code {TMPDIR}}{80}
|
||||
\entry {\code {TIMEFORMAT}}{81}
|
||||
\entry {\code {TMOUT}}{81}
|
||||
\entry {\code {TMPDIR}}{81}
|
||||
\initial {U}
|
||||
\entry {\code {UID}}{80}
|
||||
\entry {\code {UID}}{81}
|
||||
\initial {V}
|
||||
\entry {\code {vi-cmd-mode-string}}{112}
|
||||
\entry {\code {vi-ins-mode-string}}{112}
|
||||
\entry {\code {visible-stats}}{112}
|
||||
\entry {\code {vi-cmd-mode-string}}{113}
|
||||
\entry {\code {vi-ins-mode-string}}{113}
|
||||
\entry {\code {visible-stats}}{113}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.22.3
|
||||
%%CreationDate: Mon Aug 22 09:44:00 2016
|
||||
%%CreationDate: Wed Aug 31 10:24:00 2016
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%+ font Times-Bold
|
||||
%%+ font Times-Italic
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
%!PS-Adobe-3.0
|
||||
%%Creator: groff version 1.22.3
|
||||
%%CreationDate: Mon Aug 22 09:44:00 2016
|
||||
%%CreationDate: Wed Aug 31 10:24:00 2016
|
||||
%%DocumentNeededResources: font Times-Roman
|
||||
%%+ font Times-Bold
|
||||
%%DocumentSuppliedResources: procset grops 1.22 3
|
||||
|
||||
Reference in New Issue
Block a user