mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
commit bash-20200110 snapshot
This commit is contained in:
+83
-83
@@ -3332,9 +3332,9 @@ standard.
|
||||
attribute, NAME will be unset rather than the variable it
|
||||
references. '-n' has no effect if the '-f' option is supplied. If
|
||||
no options are supplied, each NAME refers to a variable; if there
|
||||
is no variable by that name, any function with that name is unset.
|
||||
Readonly variables and functions may not be unset. Some shell
|
||||
variables lose their special behavior if they are unset; such
|
||||
is no variable by that name, a function with that name, if any, is
|
||||
unset. Readonly variables and functions may not be unset. Some
|
||||
shell variables lose their special behavior if they are unset; such
|
||||
behavior is noted in the description of the individual variables.
|
||||
The return status is zero unless a NAME is readonly.
|
||||
|
||||
@@ -3884,7 +3884,7 @@ standard.
|
||||
from regular files. If 'read' times out, 'read' saves any
|
||||
partial input read into the specified variable NAME. If
|
||||
TIMEOUT is 0, 'read' returns immediately, without trying to
|
||||
read and data. The exit status is 0 if input is available on
|
||||
read any data. The exit status is 0 if input is available on
|
||||
the specified file descriptor, non-zero otherwise. The exit
|
||||
status is greater than 128 if the timeout is exceeded.
|
||||
|
||||
@@ -9335,7 +9335,7 @@ history file.
|
||||
|
||||
In the second form, COMMAND is re-executed after each instance of
|
||||
PAT in the selected command is replaced by REP. COMMAND is
|
||||
intepreted the same as FIRST above.
|
||||
interpreted the same as FIRST above.
|
||||
|
||||
A useful alias to use with the 'fc' command is 'r='fc -s'', so that
|
||||
typing 'r cc' runs the last command beginning with 'cc' and typing
|
||||
@@ -11822,84 +11822,84 @@ Node: Signals119037
|
||||
Node: Shell Scripts121004
|
||||
Node: Shell Builtin Commands124016
|
||||
Node: Bourne Shell Builtins126054
|
||||
Node: Bash Builtins146970
|
||||
Node: Modifying Shell Behavior175895
|
||||
Node: The Set Builtin176240
|
||||
Node: The Shopt Builtin186653
|
||||
Node: Special Builtins204323
|
||||
Node: Shell Variables205302
|
||||
Node: Bourne Shell Variables205739
|
||||
Node: Bash Variables207843
|
||||
Node: Bash Features239785
|
||||
Node: Invoking Bash240684
|
||||
Node: Bash Startup Files246697
|
||||
Node: Interactive Shells251800
|
||||
Node: What is an Interactive Shell?252210
|
||||
Node: Is this Shell Interactive?252859
|
||||
Node: Interactive Shell Behavior253674
|
||||
Node: Bash Conditional Expressions257161
|
||||
Node: Shell Arithmetic261738
|
||||
Node: Aliases264678
|
||||
Node: Arrays267298
|
||||
Node: The Directory Stack272663
|
||||
Node: Directory Stack Builtins273447
|
||||
Node: Controlling the Prompt276415
|
||||
Node: The Restricted Shell279336
|
||||
Node: Bash POSIX Mode281818
|
||||
Node: Job Control292751
|
||||
Node: Job Control Basics293211
|
||||
Node: Job Control Builtins298175
|
||||
Node: Job Control Variables303321
|
||||
Node: Command Line Editing304477
|
||||
Node: Introduction and Notation306148
|
||||
Node: Readline Interaction307771
|
||||
Node: Readline Bare Essentials308962
|
||||
Node: Readline Movement Commands310745
|
||||
Node: Readline Killing Commands311705
|
||||
Node: Readline Arguments313623
|
||||
Node: Searching314667
|
||||
Node: Readline Init File316853
|
||||
Node: Readline Init File Syntax318112
|
||||
Node: Conditional Init Constructs338642
|
||||
Node: Sample Init File342838
|
||||
Node: Bindable Readline Commands345955
|
||||
Node: Commands For Moving347159
|
||||
Node: Commands For History349018
|
||||
Node: Commands For Text353313
|
||||
Node: Commands For Killing356701
|
||||
Node: Numeric Arguments359516
|
||||
Node: Commands For Completion360655
|
||||
Node: Keyboard Macros364846
|
||||
Node: Miscellaneous Commands365533
|
||||
Node: Readline vi Mode371486
|
||||
Node: Programmable Completion372393
|
||||
Node: Programmable Completion Builtins380173
|
||||
Node: A Programmable Completion Example390868
|
||||
Node: Using History Interactively396115
|
||||
Node: Bash History Facilities396799
|
||||
Node: Bash History Builtins399804
|
||||
Node: History Interaction404335
|
||||
Node: Event Designators407955
|
||||
Node: Word Designators409309
|
||||
Node: Modifiers411069
|
||||
Node: Installing Bash412880
|
||||
Node: Basic Installation414017
|
||||
Node: Compilers and Options417275
|
||||
Node: Compiling For Multiple Architectures418016
|
||||
Node: Installation Names419709
|
||||
Node: Specifying the System Type420527
|
||||
Node: Sharing Defaults421243
|
||||
Node: Operation Controls421916
|
||||
Node: Optional Features422874
|
||||
Node: Reporting Bugs433392
|
||||
Node: Major Differences From The Bourne Shell434586
|
||||
Node: GNU Free Documentation License451438
|
||||
Node: Indexes476615
|
||||
Node: Builtin Index477069
|
||||
Node: Reserved Word Index483896
|
||||
Node: Variable Index486344
|
||||
Node: Function Index502168
|
||||
Node: Concept Index515607
|
||||
Node: Bash Builtins146978
|
||||
Node: Modifying Shell Behavior175903
|
||||
Node: The Set Builtin176248
|
||||
Node: The Shopt Builtin186661
|
||||
Node: Special Builtins204331
|
||||
Node: Shell Variables205310
|
||||
Node: Bourne Shell Variables205747
|
||||
Node: Bash Variables207851
|
||||
Node: Bash Features239793
|
||||
Node: Invoking Bash240692
|
||||
Node: Bash Startup Files246705
|
||||
Node: Interactive Shells251808
|
||||
Node: What is an Interactive Shell?252218
|
||||
Node: Is this Shell Interactive?252867
|
||||
Node: Interactive Shell Behavior253682
|
||||
Node: Bash Conditional Expressions257169
|
||||
Node: Shell Arithmetic261746
|
||||
Node: Aliases264686
|
||||
Node: Arrays267306
|
||||
Node: The Directory Stack272671
|
||||
Node: Directory Stack Builtins273455
|
||||
Node: Controlling the Prompt276423
|
||||
Node: The Restricted Shell279344
|
||||
Node: Bash POSIX Mode281826
|
||||
Node: Job Control292759
|
||||
Node: Job Control Basics293219
|
||||
Node: Job Control Builtins298183
|
||||
Node: Job Control Variables303329
|
||||
Node: Command Line Editing304485
|
||||
Node: Introduction and Notation306156
|
||||
Node: Readline Interaction307779
|
||||
Node: Readline Bare Essentials308970
|
||||
Node: Readline Movement Commands310753
|
||||
Node: Readline Killing Commands311713
|
||||
Node: Readline Arguments313631
|
||||
Node: Searching314675
|
||||
Node: Readline Init File316861
|
||||
Node: Readline Init File Syntax318120
|
||||
Node: Conditional Init Constructs338650
|
||||
Node: Sample Init File342846
|
||||
Node: Bindable Readline Commands345963
|
||||
Node: Commands For Moving347167
|
||||
Node: Commands For History349026
|
||||
Node: Commands For Text353321
|
||||
Node: Commands For Killing356709
|
||||
Node: Numeric Arguments359524
|
||||
Node: Commands For Completion360663
|
||||
Node: Keyboard Macros364854
|
||||
Node: Miscellaneous Commands365541
|
||||
Node: Readline vi Mode371494
|
||||
Node: Programmable Completion372401
|
||||
Node: Programmable Completion Builtins380181
|
||||
Node: A Programmable Completion Example390876
|
||||
Node: Using History Interactively396123
|
||||
Node: Bash History Facilities396807
|
||||
Node: Bash History Builtins399812
|
||||
Node: History Interaction404344
|
||||
Node: Event Designators407964
|
||||
Node: Word Designators409318
|
||||
Node: Modifiers411078
|
||||
Node: Installing Bash412889
|
||||
Node: Basic Installation414026
|
||||
Node: Compilers and Options417284
|
||||
Node: Compiling For Multiple Architectures418025
|
||||
Node: Installation Names419718
|
||||
Node: Specifying the System Type420536
|
||||
Node: Sharing Defaults421252
|
||||
Node: Operation Controls421925
|
||||
Node: Optional Features422883
|
||||
Node: Reporting Bugs433401
|
||||
Node: Major Differences From The Bourne Shell434595
|
||||
Node: GNU Free Documentation License451447
|
||||
Node: Indexes476624
|
||||
Node: Builtin Index477078
|
||||
Node: Reserved Word Index483905
|
||||
Node: Variable Index486353
|
||||
Node: Function Index502177
|
||||
Node: Concept Index515616
|
||||
|
||||
End Tag Table
|
||||
|
||||
|
||||
Reference in New Issue
Block a user