mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
commit bash-20200907 snapshot
This commit is contained in:
+141
-141
@@ -2,9 +2,9 @@ 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, 3 August 2020).
|
||||
Bash shell (version 5.1, 25 August 2020).
|
||||
|
||||
This is Edition 5.1, last updated 3 August 2020, of 'The GNU Bash
|
||||
This is Edition 5.1, last updated 25 August 2020, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 5.1.
|
||||
|
||||
Copyright (C) 1988-2018 Free Software Foundation, Inc.
|
||||
@@ -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, 3 August 2020). The Bash home page is
|
||||
Bash shell (version 5.1, 25 August 2020). The Bash home page is
|
||||
<http://www.gnu.org/software/bash/>.
|
||||
|
||||
This is Edition 5.1, last updated 3 August 2020, of 'The GNU Bash
|
||||
This is Edition 5.1, last updated 25 August 2020, of 'The GNU Bash
|
||||
Reference Manual', for 'Bash', Version 5.1.
|
||||
|
||||
Bash contains features that appear in other popular shells, and some
|
||||
@@ -5422,11 +5422,11 @@ Variables::).
|
||||
The process ID of the shell's parent process. This variable is
|
||||
readonly.
|
||||
|
||||
'PROMPT_COMMANDS'
|
||||
If this array variable is set, the value of each set element is
|
||||
interpreted as a command to execute before printing the primary
|
||||
prompt ('$PS1'). If this is not set, but 'PROMPT_COMMAND' is set
|
||||
to a value, its value is used as a command to execute instead.
|
||||
'PROMPT_COMMAND'
|
||||
If this variable is set, and is an array, the value of each set
|
||||
element is interpreted as a command to execute before printing the
|
||||
primary prompt ('$PS1'). If this is set but not an array variable,
|
||||
its value is used as a command to execute instead.
|
||||
|
||||
'PROMPT_DIRTRIM'
|
||||
If set to a number greater than zero, the value is used as the
|
||||
@@ -11567,7 +11567,7 @@ D.3 Parameter and Variable Index
|
||||
* PIPESTATUS: Bash Variables. (line 553)
|
||||
* POSIXLY_CORRECT: Bash Variables. (line 558)
|
||||
* PPID: Bash Variables. (line 568)
|
||||
* PROMPT_COMMANDS: Bash Variables. (line 572)
|
||||
* PROMPT_COMMAND: Bash Variables. (line 572)
|
||||
* PROMPT_DIRTRIM: Bash Variables. (line 578)
|
||||
* PS0: Bash Variables. (line 584)
|
||||
* PS1: Bourne Shell Variables.
|
||||
@@ -11979,137 +11979,137 @@ D.5 Concept Index
|
||||
|
||||
|
||||
Tag Table:
|
||||
Node: Top891
|
||||
Node: Introduction2805
|
||||
Node: What is Bash?3021
|
||||
Node: What is a shell?4135
|
||||
Node: Definitions6673
|
||||
Node: Basic Shell Features9624
|
||||
Node: Shell Syntax10843
|
||||
Node: Shell Operation11869
|
||||
Node: Quoting13162
|
||||
Node: Escape Character14462
|
||||
Node: Single Quotes14947
|
||||
Node: Double Quotes15295
|
||||
Node: ANSI-C Quoting16573
|
||||
Node: Locale Translation17832
|
||||
Node: Comments18985
|
||||
Node: Shell Commands19603
|
||||
Node: Reserved Words20541
|
||||
Node: Simple Commands21297
|
||||
Node: Pipelines21951
|
||||
Node: Lists24883
|
||||
Node: Compound Commands26674
|
||||
Node: Looping Constructs27686
|
||||
Node: Conditional Constructs30181
|
||||
Node: Command Grouping41752
|
||||
Node: Coprocesses43231
|
||||
Node: GNU Parallel45134
|
||||
Node: Shell Functions49435
|
||||
Node: Shell Parameters56642
|
||||
Node: Positional Parameters61055
|
||||
Node: Special Parameters61955
|
||||
Node: Shell Expansions65179
|
||||
Node: Brace Expansion67302
|
||||
Node: Tilde Expansion70025
|
||||
Node: Shell Parameter Expansion72642
|
||||
Node: Command Substitution87771
|
||||
Node: Arithmetic Expansion89126
|
||||
Node: Process Substitution90058
|
||||
Node: Word Splitting91178
|
||||
Node: Filename Expansion93122
|
||||
Node: Pattern Matching95671
|
||||
Node: Quote Removal99657
|
||||
Node: Redirections99952
|
||||
Node: Executing Commands109522
|
||||
Node: Simple Command Expansion110192
|
||||
Node: Command Search and Execution112146
|
||||
Node: Command Execution Environment114522
|
||||
Node: Environment117506
|
||||
Node: Exit Status119165
|
||||
Node: Signals120835
|
||||
Node: Shell Scripts122802
|
||||
Node: Shell Builtin Commands125814
|
||||
Node: Bourne Shell Builtins127852
|
||||
Node: Bash Builtins148781
|
||||
Node: Modifying Shell Behavior178716
|
||||
Node: The Set Builtin179061
|
||||
Node: The Shopt Builtin189474
|
||||
Node: Special Builtins204384
|
||||
Node: Shell Variables205363
|
||||
Node: Bourne Shell Variables205800
|
||||
Node: Bash Variables207904
|
||||
Node: Bash Features240482
|
||||
Node: Invoking Bash241495
|
||||
Node: Bash Startup Files247508
|
||||
Node: Interactive Shells252611
|
||||
Node: What is an Interactive Shell?253021
|
||||
Node: Is this Shell Interactive?253670
|
||||
Node: Interactive Shell Behavior254485
|
||||
Node: Bash Conditional Expressions257999
|
||||
Node: Shell Arithmetic262576
|
||||
Node: Aliases265516
|
||||
Node: Arrays268136
|
||||
Node: The Directory Stack274145
|
||||
Node: Directory Stack Builtins274929
|
||||
Node: Controlling the Prompt277897
|
||||
Node: The Restricted Shell280847
|
||||
Node: Bash POSIX Mode283441
|
||||
Node: Shell Compatibility Mode294477
|
||||
Node: Job Control301133
|
||||
Node: Job Control Basics301593
|
||||
Node: Job Control Builtins306589
|
||||
Node: Job Control Variables311989
|
||||
Node: Command Line Editing313145
|
||||
Node: Introduction and Notation314816
|
||||
Node: Readline Interaction316439
|
||||
Node: Readline Bare Essentials317630
|
||||
Node: Readline Movement Commands319413
|
||||
Node: Readline Killing Commands320373
|
||||
Node: Readline Arguments322291
|
||||
Node: Searching323335
|
||||
Node: Readline Init File325521
|
||||
Node: Readline Init File Syntax326780
|
||||
Node: Conditional Init Constructs347319
|
||||
Node: Sample Init File351515
|
||||
Node: Bindable Readline Commands354639
|
||||
Node: Commands For Moving355843
|
||||
Node: Commands For History357894
|
||||
Node: Commands For Text362687
|
||||
Node: Commands For Killing366336
|
||||
Node: Numeric Arguments369369
|
||||
Node: Commands For Completion370508
|
||||
Node: Keyboard Macros374699
|
||||
Node: Miscellaneous Commands375386
|
||||
Node: Readline vi Mode381070
|
||||
Node: Programmable Completion381977
|
||||
Node: Programmable Completion Builtins389757
|
||||
Node: A Programmable Completion Example400452
|
||||
Node: Using History Interactively405699
|
||||
Node: Bash History Facilities406383
|
||||
Node: Bash History Builtins409388
|
||||
Node: History Interaction414117
|
||||
Node: Event Designators417737
|
||||
Node: Word Designators419091
|
||||
Node: Modifiers420851
|
||||
Node: Installing Bash422662
|
||||
Node: Basic Installation423799
|
||||
Node: Compilers and Options427057
|
||||
Node: Compiling For Multiple Architectures427798
|
||||
Node: Installation Names429491
|
||||
Node: Specifying the System Type430309
|
||||
Node: Sharing Defaults431025
|
||||
Node: Operation Controls431698
|
||||
Node: Optional Features432656
|
||||
Node: Reporting Bugs443174
|
||||
Node: Major Differences From The Bourne Shell444368
|
||||
Node: GNU Free Documentation License461220
|
||||
Node: Indexes486397
|
||||
Node: Builtin Index486851
|
||||
Node: Reserved Word Index493678
|
||||
Node: Variable Index496126
|
||||
Node: Function Index512023
|
||||
Node: Concept Index525533
|
||||
Node: Top893
|
||||
Node: Introduction2809
|
||||
Node: What is Bash?3025
|
||||
Node: What is a shell?4139
|
||||
Node: Definitions6677
|
||||
Node: Basic Shell Features9628
|
||||
Node: Shell Syntax10847
|
||||
Node: Shell Operation11873
|
||||
Node: Quoting13166
|
||||
Node: Escape Character14466
|
||||
Node: Single Quotes14951
|
||||
Node: Double Quotes15299
|
||||
Node: ANSI-C Quoting16577
|
||||
Node: Locale Translation17836
|
||||
Node: Comments18989
|
||||
Node: Shell Commands19607
|
||||
Node: Reserved Words20545
|
||||
Node: Simple Commands21301
|
||||
Node: Pipelines21955
|
||||
Node: Lists24887
|
||||
Node: Compound Commands26678
|
||||
Node: Looping Constructs27690
|
||||
Node: Conditional Constructs30185
|
||||
Node: Command Grouping41756
|
||||
Node: Coprocesses43235
|
||||
Node: GNU Parallel45138
|
||||
Node: Shell Functions49439
|
||||
Node: Shell Parameters56646
|
||||
Node: Positional Parameters61059
|
||||
Node: Special Parameters61959
|
||||
Node: Shell Expansions65183
|
||||
Node: Brace Expansion67306
|
||||
Node: Tilde Expansion70029
|
||||
Node: Shell Parameter Expansion72646
|
||||
Node: Command Substitution87775
|
||||
Node: Arithmetic Expansion89130
|
||||
Node: Process Substitution90062
|
||||
Node: Word Splitting91182
|
||||
Node: Filename Expansion93126
|
||||
Node: Pattern Matching95675
|
||||
Node: Quote Removal99661
|
||||
Node: Redirections99956
|
||||
Node: Executing Commands109526
|
||||
Node: Simple Command Expansion110196
|
||||
Node: Command Search and Execution112150
|
||||
Node: Command Execution Environment114526
|
||||
Node: Environment117510
|
||||
Node: Exit Status119169
|
||||
Node: Signals120839
|
||||
Node: Shell Scripts122806
|
||||
Node: Shell Builtin Commands125818
|
||||
Node: Bourne Shell Builtins127856
|
||||
Node: Bash Builtins148785
|
||||
Node: Modifying Shell Behavior178720
|
||||
Node: The Set Builtin179065
|
||||
Node: The Shopt Builtin189478
|
||||
Node: Special Builtins204388
|
||||
Node: Shell Variables205367
|
||||
Node: Bourne Shell Variables205804
|
||||
Node: Bash Variables207908
|
||||
Node: Bash Features240478
|
||||
Node: Invoking Bash241491
|
||||
Node: Bash Startup Files247504
|
||||
Node: Interactive Shells252607
|
||||
Node: What is an Interactive Shell?253017
|
||||
Node: Is this Shell Interactive?253666
|
||||
Node: Interactive Shell Behavior254481
|
||||
Node: Bash Conditional Expressions257995
|
||||
Node: Shell Arithmetic262572
|
||||
Node: Aliases265512
|
||||
Node: Arrays268132
|
||||
Node: The Directory Stack274141
|
||||
Node: Directory Stack Builtins274925
|
||||
Node: Controlling the Prompt277893
|
||||
Node: The Restricted Shell280843
|
||||
Node: Bash POSIX Mode283437
|
||||
Node: Shell Compatibility Mode294473
|
||||
Node: Job Control301129
|
||||
Node: Job Control Basics301589
|
||||
Node: Job Control Builtins306585
|
||||
Node: Job Control Variables311985
|
||||
Node: Command Line Editing313141
|
||||
Node: Introduction and Notation314812
|
||||
Node: Readline Interaction316435
|
||||
Node: Readline Bare Essentials317626
|
||||
Node: Readline Movement Commands319409
|
||||
Node: Readline Killing Commands320369
|
||||
Node: Readline Arguments322287
|
||||
Node: Searching323331
|
||||
Node: Readline Init File325517
|
||||
Node: Readline Init File Syntax326776
|
||||
Node: Conditional Init Constructs347315
|
||||
Node: Sample Init File351511
|
||||
Node: Bindable Readline Commands354635
|
||||
Node: Commands For Moving355839
|
||||
Node: Commands For History357890
|
||||
Node: Commands For Text362683
|
||||
Node: Commands For Killing366332
|
||||
Node: Numeric Arguments369365
|
||||
Node: Commands For Completion370504
|
||||
Node: Keyboard Macros374695
|
||||
Node: Miscellaneous Commands375382
|
||||
Node: Readline vi Mode381066
|
||||
Node: Programmable Completion381973
|
||||
Node: Programmable Completion Builtins389753
|
||||
Node: A Programmable Completion Example400448
|
||||
Node: Using History Interactively405695
|
||||
Node: Bash History Facilities406379
|
||||
Node: Bash History Builtins409384
|
||||
Node: History Interaction414113
|
||||
Node: Event Designators417733
|
||||
Node: Word Designators419087
|
||||
Node: Modifiers420847
|
||||
Node: Installing Bash422658
|
||||
Node: Basic Installation423795
|
||||
Node: Compilers and Options427053
|
||||
Node: Compiling For Multiple Architectures427794
|
||||
Node: Installation Names429487
|
||||
Node: Specifying the System Type430305
|
||||
Node: Sharing Defaults431021
|
||||
Node: Operation Controls431694
|
||||
Node: Optional Features432652
|
||||
Node: Reporting Bugs443170
|
||||
Node: Major Differences From The Bourne Shell444364
|
||||
Node: GNU Free Documentation License461216
|
||||
Node: Indexes486393
|
||||
Node: Builtin Index486847
|
||||
Node: Reserved Word Index493674
|
||||
Node: Variable Index496122
|
||||
Node: Function Index512019
|
||||
Node: Concept Index525529
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user