mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 03:30:48 +02:00
commit bash-20181109 snapshot
This commit is contained in:
+74
-74
@@ -63,77 +63,77 @@
|
||||
@numsubsecentry{The Set Builtin}{4.3.1}{The Set Builtin}{61}
|
||||
@numsubsecentry{The Shopt Builtin}{4.3.2}{The Shopt Builtin}{65}
|
||||
@numsecentry{Special Builtins}{4.4}{Special Builtins}{71}
|
||||
@numchapentry{Shell Variables}{5}{Shell Variables}{72}
|
||||
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{72}
|
||||
@numsecentry{Bash Variables}{5.2}{Bash Variables}{72}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{84}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{84}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{86}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{87}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{88}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{88}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{88}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{89}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{91}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{92}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{93}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{95}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{95}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{96}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{97}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{98}
|
||||
@numchapentry{Job Control}{7}{Job Control}{102}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{102}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{103}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{105}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{106}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{106}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{106}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{107}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{107}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{108}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{108}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{108}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{109}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{109}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{117}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{118}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{121}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{121}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{122}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{123}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{125}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{126}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{126}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{128}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{128}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{130}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{131}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{133}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{137}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{140}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{140}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{140}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{142}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{143}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{143}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{144}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{146}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{146}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{147}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{147}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{147}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{148}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{148}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{148}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{149}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{154}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{155}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{159}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{161}
|
||||
@appentry{Indexes}{D}{Indexes}{169}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{169}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{170}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{171}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{173}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{175}
|
||||
@numchapentry{Shell Variables}{5}{Shell Variables}{73}
|
||||
@numsecentry{Bourne Shell Variables}{5.1}{Bourne Shell Variables}{73}
|
||||
@numsecentry{Bash Variables}{5.2}{Bash Variables}{73}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{85}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{85}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{87}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{88}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{89}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{89}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{89}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{90}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{92}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{93}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{94}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{96}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{96}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{97}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{98}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{99}
|
||||
@numchapentry{Job Control}{7}{Job Control}{103}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{103}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{104}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{106}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{107}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{107}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{107}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{108}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{108}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{109}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{109}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{109}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{110}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{110}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{118}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{119}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{122}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{122}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{123}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{124}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{126}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{127}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{127}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{129}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{129}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{131}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{132}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{134}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{138}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{141}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{141}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{141}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{143}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{144}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{144}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{145}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{147}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{147}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{148}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{148}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{148}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{149}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{149}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{149}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{150}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{155}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{156}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{160}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{162}
|
||||
@appentry{Indexes}{D}{Indexes}{170}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{170}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{171}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{172}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{174}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{176}
|
||||
|
||||
Reference in New Issue
Block a user