mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-03 16:59:22 +02:00
commit bash-20201026 snapshot
This commit is contained in:
+137
-137
@@ -2,12 +2,12 @@ This is bashref.info, produced by makeinfo version 6.7 from
|
||||
bashref.texi.
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 5.1, 23 September 2020).
|
||||
Bash shell (version 5.1, 29 October 2020).
|
||||
|
||||
This is Edition 5.1, last updated 23 September 2020, of 'The GNU Bash
|
||||
This is Edition 5.1, last updated 29 October 2020, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 5.1.
|
||||
|
||||
Copyright (C) 1988-2018 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2020 Free Software Foundation, Inc.
|
||||
|
||||
Permission is granted to copy, distribute and/or modify this
|
||||
document under the terms of the GNU Free Documentation License,
|
||||
@@ -27,10 +27,10 @@ Bash Features
|
||||
*************
|
||||
|
||||
This text is a brief description of the features that are present in the
|
||||
Bash shell (version 5.1, 23 September 2020). The Bash home page is
|
||||
Bash shell (version 5.1, 29 October 2020). The Bash home page is
|
||||
<http://www.gnu.org/software/bash/>.
|
||||
|
||||
This is Edition 5.1, last updated 23 September 2020, of 'The GNU Bash
|
||||
This is Edition 5.1, last updated 29 October 2020, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 5.1.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
@@ -7748,7 +7748,7 @@ Variable Settings
|
||||
buffer as a single string of characters, instead of treating
|
||||
each character as if it had been read from the keyboard. This
|
||||
can prevent pasted characters from being interpreted as
|
||||
editing commands. The default is 'off'.
|
||||
editing commands. The default is 'On'.
|
||||
|
||||
'enable-keypad'
|
||||
When set to 'on', Readline will try to enable the application
|
||||
@@ -11980,137 +11980,137 @@ D.5 Concept Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top899
|
||||
Node: Introduction2821
|
||||
Node: What is Bash?3037
|
||||
Node: What is a shell?4151
|
||||
Node: Definitions6689
|
||||
Node: Basic Shell Features9640
|
||||
Node: Shell Syntax10859
|
||||
Node: Shell Operation11885
|
||||
Node: Quoting13178
|
||||
Node: Escape Character14478
|
||||
Node: Single Quotes14963
|
||||
Node: Double Quotes15311
|
||||
Node: ANSI-C Quoting16589
|
||||
Node: Locale Translation17848
|
||||
Node: Comments19001
|
||||
Node: Shell Commands19619
|
||||
Node: Reserved Words20557
|
||||
Node: Simple Commands21313
|
||||
Node: Pipelines21967
|
||||
Node: Lists24899
|
||||
Node: Compound Commands26690
|
||||
Node: Looping Constructs27702
|
||||
Node: Conditional Constructs30197
|
||||
Node: Command Grouping41768
|
||||
Node: Coprocesses43247
|
||||
Node: GNU Parallel45150
|
||||
Node: Shell Functions49451
|
||||
Node: Shell Parameters56658
|
||||
Node: Positional Parameters61071
|
||||
Node: Special Parameters61971
|
||||
Node: Shell Expansions65195
|
||||
Node: Brace Expansion67318
|
||||
Node: Tilde Expansion70041
|
||||
Node: Shell Parameter Expansion72658
|
||||
Node: Command Substitution87787
|
||||
Node: Arithmetic Expansion89142
|
||||
Node: Process Substitution90074
|
||||
Node: Word Splitting91194
|
||||
Node: Filename Expansion93138
|
||||
Node: Pattern Matching95687
|
||||
Node: Quote Removal99673
|
||||
Node: Redirections99968
|
||||
Node: Executing Commands109538
|
||||
Node: Simple Command Expansion110208
|
||||
Node: Command Search and Execution112162
|
||||
Node: Command Execution Environment114538
|
||||
Node: Environment117522
|
||||
Node: Exit Status119181
|
||||
Node: Signals120851
|
||||
Node: Shell Scripts122818
|
||||
Node: Shell Builtin Commands125830
|
||||
Node: Bourne Shell Builtins127868
|
||||
Node: Bash Builtins148797
|
||||
Node: Modifying Shell Behavior178732
|
||||
Node: The Set Builtin179077
|
||||
Node: The Shopt Builtin189490
|
||||
Node: Special Builtins204400
|
||||
Node: Shell Variables205379
|
||||
Node: Bourne Shell Variables205816
|
||||
Node: Bash Variables207920
|
||||
Node: Bash Features240554
|
||||
Node: Invoking Bash241567
|
||||
Node: Bash Startup Files247580
|
||||
Node: Interactive Shells252683
|
||||
Node: What is an Interactive Shell?253093
|
||||
Node: Is this Shell Interactive?253742
|
||||
Node: Interactive Shell Behavior254557
|
||||
Node: Bash Conditional Expressions258071
|
||||
Node: Shell Arithmetic262648
|
||||
Node: Aliases265588
|
||||
Node: Arrays268208
|
||||
Node: The Directory Stack274217
|
||||
Node: Directory Stack Builtins275001
|
||||
Node: Controlling the Prompt277969
|
||||
Node: The Restricted Shell280919
|
||||
Node: Bash POSIX Mode283513
|
||||
Node: Shell Compatibility Mode294549
|
||||
Node: Job Control301205
|
||||
Node: Job Control Basics301665
|
||||
Node: Job Control Builtins306661
|
||||
Node: Job Control Variables312061
|
||||
Node: Command Line Editing313217
|
||||
Node: Introduction and Notation314888
|
||||
Node: Readline Interaction316511
|
||||
Node: Readline Bare Essentials317702
|
||||
Node: Readline Movement Commands319485
|
||||
Node: Readline Killing Commands320445
|
||||
Node: Readline Arguments322363
|
||||
Node: Searching323407
|
||||
Node: Readline Init File325593
|
||||
Node: Readline Init File Syntax326852
|
||||
Node: Conditional Init Constructs347391
|
||||
Node: Sample Init File351587
|
||||
Node: Bindable Readline Commands354711
|
||||
Node: Commands For Moving355915
|
||||
Node: Commands For History357966
|
||||
Node: Commands For Text362759
|
||||
Node: Commands For Killing366408
|
||||
Node: Numeric Arguments369441
|
||||
Node: Commands For Completion370580
|
||||
Node: Keyboard Macros374771
|
||||
Node: Miscellaneous Commands375458
|
||||
Node: Readline vi Mode381142
|
||||
Node: Programmable Completion382049
|
||||
Node: Programmable Completion Builtins389829
|
||||
Node: A Programmable Completion Example400524
|
||||
Node: Using History Interactively405771
|
||||
Node: Bash History Facilities406455
|
||||
Node: Bash History Builtins409460
|
||||
Node: History Interaction414189
|
||||
Node: Event Designators417809
|
||||
Node: Word Designators419163
|
||||
Node: Modifiers420923
|
||||
Node: Installing Bash422734
|
||||
Node: Basic Installation423871
|
||||
Node: Compilers and Options427129
|
||||
Node: Compiling For Multiple Architectures427870
|
||||
Node: Installation Names429563
|
||||
Node: Specifying the System Type430381
|
||||
Node: Sharing Defaults431097
|
||||
Node: Operation Controls431770
|
||||
Node: Optional Features432728
|
||||
Node: Reporting Bugs443246
|
||||
Node: Major Differences From The Bourne Shell444440
|
||||
Node: GNU Free Documentation License461292
|
||||
Node: Indexes486469
|
||||
Node: Builtin Index486923
|
||||
Node: Reserved Word Index493750
|
||||
Node: Variable Index496198
|
||||
Node: Function Index512095
|
||||
Node: Concept Index525605
|
||||
Node: Top895
|
||||
Node: Introduction2813
|
||||
Node: What is Bash?3029
|
||||
Node: What is a shell?4143
|
||||
Node: Definitions6681
|
||||
Node: Basic Shell Features9632
|
||||
Node: Shell Syntax10851
|
||||
Node: Shell Operation11877
|
||||
Node: Quoting13170
|
||||
Node: Escape Character14470
|
||||
Node: Single Quotes14955
|
||||
Node: Double Quotes15303
|
||||
Node: ANSI-C Quoting16581
|
||||
Node: Locale Translation17840
|
||||
Node: Comments18993
|
||||
Node: Shell Commands19611
|
||||
Node: Reserved Words20549
|
||||
Node: Simple Commands21305
|
||||
Node: Pipelines21959
|
||||
Node: Lists24891
|
||||
Node: Compound Commands26682
|
||||
Node: Looping Constructs27694
|
||||
Node: Conditional Constructs30189
|
||||
Node: Command Grouping41760
|
||||
Node: Coprocesses43239
|
||||
Node: GNU Parallel45142
|
||||
Node: Shell Functions49443
|
||||
Node: Shell Parameters56650
|
||||
Node: Positional Parameters61063
|
||||
Node: Special Parameters61963
|
||||
Node: Shell Expansions65187
|
||||
Node: Brace Expansion67310
|
||||
Node: Tilde Expansion70033
|
||||
Node: Shell Parameter Expansion72650
|
||||
Node: Command Substitution87779
|
||||
Node: Arithmetic Expansion89134
|
||||
Node: Process Substitution90066
|
||||
Node: Word Splitting91186
|
||||
Node: Filename Expansion93130
|
||||
Node: Pattern Matching95679
|
||||
Node: Quote Removal99665
|
||||
Node: Redirections99960
|
||||
Node: Executing Commands109530
|
||||
Node: Simple Command Expansion110200
|
||||
Node: Command Search and Execution112154
|
||||
Node: Command Execution Environment114530
|
||||
Node: Environment117514
|
||||
Node: Exit Status119173
|
||||
Node: Signals120843
|
||||
Node: Shell Scripts122810
|
||||
Node: Shell Builtin Commands125822
|
||||
Node: Bourne Shell Builtins127860
|
||||
Node: Bash Builtins148789
|
||||
Node: Modifying Shell Behavior178724
|
||||
Node: The Set Builtin179069
|
||||
Node: The Shopt Builtin189482
|
||||
Node: Special Builtins204392
|
||||
Node: Shell Variables205371
|
||||
Node: Bourne Shell Variables205808
|
||||
Node: Bash Variables207912
|
||||
Node: Bash Features240546
|
||||
Node: Invoking Bash241559
|
||||
Node: Bash Startup Files247572
|
||||
Node: Interactive Shells252675
|
||||
Node: What is an Interactive Shell?253085
|
||||
Node: Is this Shell Interactive?253734
|
||||
Node: Interactive Shell Behavior254549
|
||||
Node: Bash Conditional Expressions258063
|
||||
Node: Shell Arithmetic262640
|
||||
Node: Aliases265580
|
||||
Node: Arrays268200
|
||||
Node: The Directory Stack274209
|
||||
Node: Directory Stack Builtins274993
|
||||
Node: Controlling the Prompt277961
|
||||
Node: The Restricted Shell280911
|
||||
Node: Bash POSIX Mode283505
|
||||
Node: Shell Compatibility Mode294541
|
||||
Node: Job Control301197
|
||||
Node: Job Control Basics301657
|
||||
Node: Job Control Builtins306653
|
||||
Node: Job Control Variables312053
|
||||
Node: Command Line Editing313209
|
||||
Node: Introduction and Notation314880
|
||||
Node: Readline Interaction316503
|
||||
Node: Readline Bare Essentials317694
|
||||
Node: Readline Movement Commands319477
|
||||
Node: Readline Killing Commands320437
|
||||
Node: Readline Arguments322355
|
||||
Node: Searching323399
|
||||
Node: Readline Init File325585
|
||||
Node: Readline Init File Syntax326844
|
||||
Node: Conditional Init Constructs347382
|
||||
Node: Sample Init File351578
|
||||
Node: Bindable Readline Commands354702
|
||||
Node: Commands For Moving355906
|
||||
Node: Commands For History357957
|
||||
Node: Commands For Text362750
|
||||
Node: Commands For Killing366399
|
||||
Node: Numeric Arguments369432
|
||||
Node: Commands For Completion370571
|
||||
Node: Keyboard Macros374762
|
||||
Node: Miscellaneous Commands375449
|
||||
Node: Readline vi Mode381133
|
||||
Node: Programmable Completion382040
|
||||
Node: Programmable Completion Builtins389820
|
||||
Node: A Programmable Completion Example400515
|
||||
Node: Using History Interactively405762
|
||||
Node: Bash History Facilities406446
|
||||
Node: Bash History Builtins409451
|
||||
Node: History Interaction414180
|
||||
Node: Event Designators417800
|
||||
Node: Word Designators419154
|
||||
Node: Modifiers420914
|
||||
Node: Installing Bash422725
|
||||
Node: Basic Installation423862
|
||||
Node: Compilers and Options427120
|
||||
Node: Compiling For Multiple Architectures427861
|
||||
Node: Installation Names429554
|
||||
Node: Specifying the System Type430372
|
||||
Node: Sharing Defaults431088
|
||||
Node: Operation Controls431761
|
||||
Node: Optional Features432719
|
||||
Node: Reporting Bugs443237
|
||||
Node: Major Differences From The Bourne Shell444431
|
||||
Node: GNU Free Documentation License461283
|
||||
Node: Indexes486460
|
||||
Node: Builtin Index486914
|
||||
Node: Reserved Word Index493741
|
||||
Node: Variable Index496189
|
||||
Node: Function Index512086
|
||||
Node: Concept Index525596
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user