mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 23:20:49 +02:00
new getconf shell builtin
This commit is contained in:
+56
-56
@@ -83,59 +83,59 @@
|
||||
@numsecentry{Controlling the Prompt}{6.9}{Controlling the Prompt}{103}
|
||||
@numsecentry{The Restricted Shell}{6.10}{The Restricted Shell}{104}
|
||||
@numsecentry{Bash POSIX Mode}{6.11}{Bash POSIX Mode}{105}
|
||||
@numsecentry{Shell Compatibility Mode}{6.12}{Shell Compatibility Mode}{108}
|
||||
@numchapentry{Job Control}{7}{Job Control}{111}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{111}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{112}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{114}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{115}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{115}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{115}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{116}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{116}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{117}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{117}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{117}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{118}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{118}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{126}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{128}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{131}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{131}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{132}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{134}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{135}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{136}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{137}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{138}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{139}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{141}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{141}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{144}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{148}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{150}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{150}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{150}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{152}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{153}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{154}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{154}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{156}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{156}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{157}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{157}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{158}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{158}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{158}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{159}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{159}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{164}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{165}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{169}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{171}
|
||||
@appentry{Indexes}{D}{Indexes}{179}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{179}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{180}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{181}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{183}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{185}
|
||||
@numsecentry{Shell Compatibility Mode}{6.12}{Shell Compatibility Mode}{109}
|
||||
@numchapentry{Job Control}{7}{Job Control}{112}
|
||||
@numsecentry{Job Control Basics}{7.1}{Job Control Basics}{112}
|
||||
@numsecentry{Job Control Builtins}{7.2}{Job Control Builtins}{113}
|
||||
@numsecentry{Job Control Variables}{7.3}{Job Control Variables}{115}
|
||||
@numchapentry{Command Line Editing}{8}{Command Line Editing}{116}
|
||||
@numsecentry{Introduction to Line Editing}{8.1}{Introduction and Notation}{116}
|
||||
@numsecentry{Readline Interaction}{8.2}{Readline Interaction}{116}
|
||||
@numsubsecentry{Readline Bare Essentials}{8.2.1}{Readline Bare Essentials}{117}
|
||||
@numsubsecentry{Readline Movement Commands}{8.2.2}{Readline Movement Commands}{117}
|
||||
@numsubsecentry{Readline Killing Commands}{8.2.3}{Readline Killing Commands}{118}
|
||||
@numsubsecentry{Readline Arguments}{8.2.4}{Readline Arguments}{118}
|
||||
@numsubsecentry{Searching for Commands in the History}{8.2.5}{Searching}{118}
|
||||
@numsecentry{Readline Init File}{8.3}{Readline Init File}{119}
|
||||
@numsubsecentry{Readline Init File Syntax}{8.3.1}{Readline Init File Syntax}{119}
|
||||
@numsubsecentry{Conditional Init Constructs}{8.3.2}{Conditional Init Constructs}{127}
|
||||
@numsubsecentry{Sample Init File}{8.3.3}{Sample Init File}{129}
|
||||
@numsecentry{Bindable Readline Commands}{8.4}{Bindable Readline Commands}{132}
|
||||
@numsubsecentry{Commands For Moving}{8.4.1}{Commands For Moving}{132}
|
||||
@numsubsecentry{Commands For Manipulating The History}{8.4.2}{Commands For History}{133}
|
||||
@numsubsecentry{Commands For Changing Text}{8.4.3}{Commands For Text}{135}
|
||||
@numsubsecentry{Killing And Yanking}{8.4.4}{Commands For Killing}{136}
|
||||
@numsubsecentry{Specifying Numeric Arguments}{8.4.5}{Numeric Arguments}{137}
|
||||
@numsubsecentry{Letting Readline Type For You}{8.4.6}{Commands For Completion}{138}
|
||||
@numsubsecentry{Keyboard Macros}{8.4.7}{Keyboard Macros}{139}
|
||||
@numsubsecentry{Some Miscellaneous Commands}{8.4.8}{Miscellaneous Commands}{140}
|
||||
@numsecentry{Readline vi Mode}{8.5}{Readline vi Mode}{142}
|
||||
@numsecentry{Programmable Completion}{8.6}{Programmable Completion}{142}
|
||||
@numsecentry{Programmable Completion Builtins}{8.7}{Programmable Completion Builtins}{145}
|
||||
@numsecentry{A Programmable Completion Example}{8.8}{A Programmable Completion Example}{149}
|
||||
@numchapentry{Using History Interactively}{9}{Using History Interactively}{151}
|
||||
@numsecentry{Bash History Facilities}{9.1}{Bash History Facilities}{151}
|
||||
@numsecentry{Bash History Builtins}{9.2}{Bash History Builtins}{151}
|
||||
@numsecentry{History Expansion}{9.3}{History Interaction}{153}
|
||||
@numsubsecentry{Event Designators}{9.3.1}{Event Designators}{154}
|
||||
@numsubsecentry{Word Designators}{9.3.2}{Word Designators}{155}
|
||||
@numsubsecentry{Modifiers}{9.3.3}{Modifiers}{155}
|
||||
@numchapentry{Installing Bash}{10}{Installing Bash}{157}
|
||||
@numsecentry{Basic Installation}{10.1}{Basic Installation}{157}
|
||||
@numsecentry{Compilers and Options}{10.2}{Compilers and Options}{158}
|
||||
@numsecentry{Compiling For Multiple Architectures}{10.3}{Compiling For Multiple Architectures}{158}
|
||||
@numsecentry{Installation Names}{10.4}{Installation Names}{159}
|
||||
@numsecentry{Specifying the System Type}{10.5}{Specifying the System Type}{159}
|
||||
@numsecentry{Sharing Defaults}{10.6}{Sharing Defaults}{159}
|
||||
@numsecentry{Operation Controls}{10.7}{Operation Controls}{160}
|
||||
@numsecentry{Optional Features}{10.8}{Optional Features}{160}
|
||||
@appentry{Reporting Bugs}{A}{Reporting Bugs}{165}
|
||||
@appentry{Major Differences From The Bourne Shell}{B}{Major Differences From The Bourne Shell}{166}
|
||||
@appsecentry{Implementation Differences From The SVR4.2 Shell}{B.1}{}{170}
|
||||
@appentry{GNU Free Documentation License}{C}{GNU Free Documentation License}{172}
|
||||
@appentry{Indexes}{D}{Indexes}{180}
|
||||
@appsecentry{Index of Shell Builtin Commands}{D.1}{Builtin Index}{180}
|
||||
@appsecentry{Index of Shell Reserved Words}{D.2}{Reserved Word Index}{181}
|
||||
@appsecentry{Parameter and Variable Index}{D.3}{Variable Index}{182}
|
||||
@appsecentry{Function Index}{D.4}{Function Index}{184}
|
||||
@appsecentry{Concept Index}{D.5}{Concept Index}{186}
|
||||
|
||||
Reference in New Issue
Block a user