mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-15 08:00:49 +02:00
commit bash-20151002 snapshot
This commit is contained in:
+74
-74
@@ -63,77 +63,77 @@
|
||||
@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}{68}
|
||||
@numchapentry{Shell Variables}{5}{Shell Variables}{69}
|
||||
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{69}
|
||||
@numsecentry{Bash Variables}{5.2}{Bash Variables}{69}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{80}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{80}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{82}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{83}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{84}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{84}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{84}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{85}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{87}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{88}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{89}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{90}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{91}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{92}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{93}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{94}
|
||||
@numchapentry{Job Control}{7}{Job Control}{98}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{98}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{99}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{101}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{102}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{102}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{102}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{103}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{103}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{104}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{104}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{104}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{105}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{105}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{113}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{114}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{117}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{117}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{118}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{119}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{120}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{122}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{122}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{124}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{124}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{126}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{127}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{129}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{132}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{135}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{135}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{135}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{137}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{137}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{138}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{139}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{140}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{140}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{141}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{141}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{141}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{141}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{142}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{142}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{142}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{147}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{148}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{152}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{154}
|
||||
@appentry{Indexes}{D}{Indexes}{162}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{162}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{163}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{163}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{165}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{167}
|
||||
@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}{91}
|
||||
@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}{164}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{166}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{168}
|
||||
|
||||
Reference in New Issue
Block a user