mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 08:59:56 +02:00
commit bash-20170203 snapshot
This commit is contained in:
+72
-72
@@ -42,7 +42,7 @@
|
||||
@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}
|
||||
@numsubsecentry{Appending Standard Output and Standard Error}{3.6.5}{}{34}
|
||||
@numsubsecentry{Appending Standard Output and Standard Error}{3.6.5}{}{35}
|
||||
@numsubsecentry{Here Documents}{3.6.6}{}{35}
|
||||
@numsubsecentry{Here Strings}{3.6.7}{}{35}
|
||||
@numsubsecentry{Duplicating File Descriptors}{3.6.8}{}{35}
|
||||
@@ -66,74 +66,74 @@
|
||||
@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}
|
||||
@numchapentry{Bash Features}{6}{Bash Features}{83}
|
||||
@numsecentry{Invoking Bash}{6.1}{Invoking Bash}{83}
|
||||
@numsecentry{Bash Startup Files}{6.2}{Bash Startup Files}{85}
|
||||
@numsecentry{Interactive Shells}{6.3}{Interactive Shells}{86}
|
||||
@numsubsecentry{What is an Interactive Shell?}{6.3.1}{What is an Interactive Shell?}{87}
|
||||
@numsubsecentry{Is this Shell Interactive?}{6.3.2}{Is this Shell Interactive?}{87}
|
||||
@numsubsecentry{Interactive Shell Behavior}{6.3.3}{Interactive Shell Behavior}{87}
|
||||
@numsecentry{Bash Conditional Expressions}{6.4}{Bash Conditional Expressions}{88}
|
||||
@numsecentry{Shell Arithmetic}{6.5}{Shell Arithmetic}{90}
|
||||
@numsecentry{Aliases}{6.6}{Aliases}{91}
|
||||
@numsecentry{Arrays}{6.7}{Arrays}{92}
|
||||
@numsecentry{The Directory Stack}{6.8}{The Directory Stack}{94}
|
||||
@numsubsecentry{Directory Stack Builtins}{6.8.1}{Directory Stack Builtins}{94}
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{95}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{96}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{97}
|
||||
@numchapentry{Job Control}{7}{Job Control}{101}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{101}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{102}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{104}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{105}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{105}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{105}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{106}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{106}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{107}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{107}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{107}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{108}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{108}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{116}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{117}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{120}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{120}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{121}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{122}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{123}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{125}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{125}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{127}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{127}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{129}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{130}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{132}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{135}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{138}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{138}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{138}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{140}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{141}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{141}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{142}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{143}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{143}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{144}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{144}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{144}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{144}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{145}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{145}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{145}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{151}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{152}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{156}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{158}
|
||||
@appentry{Indexes}{D}{Indexes}{166}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{166}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{167}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{168}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{170}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{172}
|
||||
|
||||
Reference in New Issue
Block a user