Skip to content

Instantly share code, notes, and snippets.

@tornaria
Created October 31, 2021 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tornaria/dcf5b0682be0cef99442adc8c8b23dba to your computer and use it in GitHub Desktop.
Save tornaria/dcf5b0682be0cef99442adc8c8b23dba to your computer and use it in GitHub Desktop.
--- a/doc/bash.info 2020-11-18 17:13:06.000000000 -0300
+++ b/doc/bash.info 2021-10-31 19:09:50.760260813 -0300
@@ -1,4 +1,4 @@
-This is bash.info, produced by makeinfo version 6.7 from
+This is bash.info, produced by makeinfo version 6.7 from
bashref.texi.
This text is a brief description of the features that are present in the
@@ -21,7 +21,7 @@
END-INFO-DIR-ENTRY

-File: bash.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
+File: bash.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
Bash Features
*************
@@ -67,7 +67,7 @@
* Indexes:: Various indexes for this manual.

-File: bash.info, Node: Introduction, Next: Definitions, Up: Top
+File: bash.info, Node: Introduction, Next: Definitions, Up: Top
1 Introduction
**************
@@ -78,7 +78,7 @@
* What is a shell?:: A brief introduction to shells.

-File: bash.info, Node: What is Bash?, Next: What is a shell?, Up: Introduction
+File: bash.info, Node: What is Bash?, Next: What is a shell?, Up: Introduction
1.1 What is Bash?
=================
@@ -103,7 +103,7 @@
exist for MS-DOS, OS/2, and Windows platforms.

-File: bash.info, Node: What is a shell?, Prev: What is Bash?, Up: Introduction
+File: bash.info, Node: What is a shell?, Prev: What is Bash?, Up: Introduction
1.2 What is a shell?
====================
@@ -153,7 +153,7 @@
Each of these features is described in this manual.

-File: bash.info, Node: Definitions, Next: Basic Shell Features, Prev: Introduction, Up: Top
+File: bash.info, Node: Definitions, Next: Basic Shell Features, Prev: Introduction, Up: Top
2 Definitions
*************
@@ -246,7 +246,7 @@
not include unquoted 'metacharacters'.

-File: bash.info, Node: Basic Shell Features, Next: Shell Builtin Commands, Prev: Definitions, Up: Top
+File: bash.info, Node: Basic Shell Features, Next: Shell Builtin Commands, Prev: Definitions, Up: Top
3 Basic Shell Features
**********************
@@ -275,7 +275,7 @@
* Shell Scripts:: Executing files of shell commands.

-File: bash.info, Node: Shell Syntax, Next: Shell Commands, Up: Basic Shell Features
+File: bash.info, Node: Shell Syntax, Next: Shell Commands, Up: Basic Shell Features
3.1 Shell Syntax
================
@@ -301,7 +301,7 @@
exit status available for further inspection or processing.

-File: bash.info, Node: Shell Operation, Next: Quoting, Up: Shell Syntax
+File: bash.info, Node: Shell Operation, Next: Quoting, Up: Shell Syntax
3.1.1 Shell Operation
---------------------
@@ -335,7 +335,7 @@
status (*note Exit Status::).

-File: bash.info, Node: Quoting, Next: Comments, Prev: Shell Operation, Up: Shell Syntax
+File: bash.info, Node: Quoting, Next: Comments, Prev: Shell Operation, Up: Shell Syntax
3.1.2 Quoting
-------------
@@ -367,7 +367,7 @@
quotes, and double quotes.

-File: bash.info, Node: Escape Character, Next: Single Quotes, Up: Quoting
+File: bash.info, Node: Escape Character, Next: Single Quotes, Up: Quoting
3.1.2.1 Escape Character
........................
@@ -379,7 +379,7 @@
it is removed from the input stream and effectively ignored).

-File: bash.info, Node: Single Quotes, Next: Double Quotes, Prev: Escape Character, Up: Quoting
+File: bash.info, Node: Single Quotes, Next: Double Quotes, Prev: Escape Character, Up: Quoting
3.1.2.2 Single Quotes
.....................
@@ -389,7 +389,7 @@
between single quotes, even when preceded by a backslash.

-File: bash.info, Node: Double Quotes, Next: ANSI-C Quoting, Prev: Single Quotes, Up: Quoting
+File: bash.info, Node: Double Quotes, Next: ANSI-C Quoting, Prev: Single Quotes, Up: Quoting
3.1.2.3 Double Quotes
.....................
@@ -414,7 +414,7 @@
double quotes (*note Shell Parameter Expansion::).

-File: bash.info, Node: ANSI-C Quoting, Next: Locale Translation, Prev: Double Quotes, Up: Quoting
+File: bash.info, Node: ANSI-C Quoting, Next: Locale Translation, Prev: Double Quotes, Up: Quoting
3.1.2.4 ANSI-C Quoting
......................
@@ -468,7 +468,7 @@
present.

-File: bash.info, Node: Locale Translation, Prev: ANSI-C Quoting, Up: Quoting
+File: bash.info, Node: Locale Translation, Prev: ANSI-C Quoting, Up: Quoting
3.1.2.5 Locale-Specific Translation
...................................
@@ -491,7 +491,7 @@
'TEXTDOMAINDIR'/'LC_MESSAGES'/LC_MESSAGES/'TEXTDOMAIN'.mo.

-File: bash.info, Node: Comments, Prev: Quoting, Up: Shell Syntax
+File: bash.info, Node: Comments, Prev: Quoting, Up: Shell Syntax
3.1.3 Comments
--------------
@@ -506,7 +506,7 @@
what makes a shell interactive.

-File: bash.info, Node: Shell Commands, Next: Shell Functions, Prev: Shell Syntax, Up: Basic Shell Features
+File: bash.info, Node: Shell Commands, Next: Shell Functions, Prev: Shell Syntax, Up: Basic Shell Features
3.2 Shell Commands
==================
@@ -531,7 +531,7 @@
* GNU Parallel:: Running commands in parallel.

-File: bash.info, Node: Reserved Words, Next: Simple Commands, Up: Shell Commands
+File: bash.info, Node: Reserved Words, Next: Simple Commands, Up: Shell Commands
3.2.1 Reserved Words
--------------------
@@ -552,7 +552,7 @@
words if they are the third word in a 'for' command.

-File: bash.info, Node: Simple Commands, Next: Pipelines, Prev: Reserved Words, Up: Shell Commands
+File: bash.info, Node: Simple Commands, Next: Pipelines, Prev: Reserved Words, Up: Shell Commands
3.2.2 Simple Commands
---------------------
@@ -568,7 +568,7 @@
if the command was terminated by signal N.

-File: bash.info, Node: Pipelines, Next: Lists, Prev: Simple Commands, Up: Shell Commands
+File: bash.info, Node: Pipelines, Next: Lists, Prev: Simple Commands, Up: Shell Commands
3.2.3 Pipelines
---------------
@@ -628,7 +628,7 @@
the pipeline to terminate before returning a value.

-File: bash.info, Node: Lists, Next: Compound Commands, Prev: Pipelines, Up: Shell Commands
+File: bash.info, Node: Lists, Next: Compound Commands, Prev: Pipelines, Up: Shell Commands
3.2.4 Lists of Commands
-----------------------
@@ -676,7 +676,7 @@
command executed in the list.

-File: bash.info, Node: Compound Commands, Next: Coprocesses, Prev: Lists, Up: Shell Commands
+File: bash.info, Node: Compound Commands, Next: Coprocesses, Prev: Lists, Up: Shell Commands
3.2.5 Compound Commands
-----------------------
@@ -702,7 +702,7 @@
mechanisms to group commands and execute them as a unit.

-File: bash.info, Node: Looping Constructs, Next: Conditional Constructs, Up: Compound Commands
+File: bash.info, Node: Looping Constructs, Next: Conditional Constructs, Up: Compound Commands
3.2.5.1 Looping Constructs
..........................
@@ -766,7 +766,7 @@
may be used to control loop execution.

-File: bash.info, Node: Conditional Constructs, Next: Command Grouping, Prev: Looping Constructs, Up: Compound Commands
+File: bash.info, Node: Conditional Constructs, Next: Command Grouping, Prev: Looping Constructs, Up: Compound Commands
3.2.5.2 Conditional Constructs
..............................
@@ -1011,7 +1011,7 @@
the entire conditional expression.

-File: bash.info, Node: Command Grouping, Prev: Conditional Constructs, Up: Compound Commands
+File: bash.info, Node: Command Grouping, Prev: Conditional Constructs, Up: Compound Commands
3.2.5.3 Grouping Commands
.........................
@@ -1048,7 +1048,7 @@
LIST.

-File: bash.info, Node: Coprocesses, Next: GNU Parallel, Prev: Compound Commands, Up: Shell Commands
+File: bash.info, Node: Coprocesses, Next: GNU Parallel, Prev: Compound Commands, Up: Shell Commands
3.2.6 Coprocesses
-----------------
@@ -1088,7 +1088,7 @@
coprocess is the exit status of COMMAND.

-File: bash.info, Node: GNU Parallel, Prev: Coprocesses, Up: Shell Commands
+File: bash.info, Node: GNU Parallel, Prev: Coprocesses, Up: Shell Commands
3.2.7 GNU Parallel
------------------
@@ -1189,7 +1189,7 @@
supplied as an argument), in blocks of ten shell jobs at a time.

-File: bash.info, Node: Shell Functions, Next: Shell Parameters, Prev: Shell Commands, Up: Basic Shell Features
+File: bash.info, Node: Shell Functions, Next: Shell Parameters, Prev: Shell Commands, Up: Basic Shell Features
3.3 Shell Functions
===================
@@ -1338,7 +1338,7 @@
recursive calls.

-File: bash.info, Node: Shell Parameters, Next: Shell Expansions, Prev: Shell Functions, Up: Basic Shell Features
+File: bash.info, Node: Shell Parameters, Next: Shell Expansions, Prev: Shell Functions, Up: Basic Shell Features
3.4 Shell Parameters
====================
@@ -1418,7 +1418,7 @@
variable referenced by the nameref variable will be unset.

-File: bash.info, Node: Positional Parameters, Next: Special Parameters, Up: Shell Parameters
+File: bash.info, Node: Positional Parameters, Next: Special Parameters, Up: Shell Parameters
3.4.1 Positional Parameters
---------------------------
@@ -1437,7 +1437,7 @@
expanded, it must be enclosed in braces.

-File: bash.info, Node: Special Parameters, Prev: Positional Parameters, Up: Shell Parameters
+File: bash.info, Node: Special Parameters, Prev: Positional Parameters, Up: Shell Parameters
3.4.2 Special Parameters
------------------------
@@ -1507,7 +1507,7 @@
filename used to invoke Bash, as given by argument zero.

-File: bash.info, Node: Shell Expansions, Next: Redirections, Prev: Shell Parameters, Up: Basic Shell Features
+File: bash.info, Node: Shell Expansions, Next: Redirections, Prev: Shell Parameters, Up: Basic Shell Features
3.5 Shell Expansions
====================
@@ -1562,7 +1562,7 @@
performed.

-File: bash.info, Node: Brace Expansion, Next: Tilde Expansion, Up: Shell Expansions
+File: bash.info, Node: Brace Expansion, Next: Tilde Expansion, Up: Shell Expansions
3.5.1 Brace Expansion
---------------------
@@ -1616,7 +1616,7 @@
chown root /usr/{ucb/{ex,edit},lib/{ex?.?*,how_ex}}

-File: bash.info, Node: Tilde Expansion, Next: Shell Parameter Expansion, Prev: Brace Expansion, Up: Shell Expansions
+File: bash.info, Node: Tilde Expansion, Next: Shell Parameter Expansion, Prev: Brace Expansion, Up: Shell Expansions
3.5.2 Tilde Expansion
---------------------
@@ -1684,7 +1684,7 @@
DECLARATION commands listed above, when in POSIX mode.

-File: bash.info, Node: Shell Parameter Expansion, Next: Command Substitution, Prev: Tilde Expansion, Up: Shell Expansions
+File: bash.info, Node: Shell Parameter Expansion, Next: Command Substitution, Prev: Tilde Expansion, Up: Shell Expansions
3.5.3 Shell Parameter Expansion
-------------------------------
@@ -2032,7 +2032,7 @@
filename expansion as described below.

-File: bash.info, Node: Command Substitution, Next: Arithmetic Expansion, Prev: Shell Parameter Expansion, Up: Shell Expansions
+File: bash.info, Node: Command Substitution, Next: Arithmetic Expansion, Prev: Shell Parameter Expansion, Up: Shell Expansions
3.5.4 Command Substitution
--------------------------
@@ -2064,7 +2064,7 @@
filename expansion are not performed on the results.

-File: bash.info, Node: Arithmetic Expansion, Next: Process Substitution, Prev: Command Substitution, Up: Shell Expansions
+File: bash.info, Node: Arithmetic Expansion, Next: Process Substitution, Prev: Command Substitution, Up: Shell Expansions
3.5.5 Arithmetic Expansion
--------------------------
@@ -2088,7 +2088,7 @@
occurs.

-File: bash.info, Node: Process Substitution, Next: Word Splitting, Prev: Arithmetic Expansion, Up: Shell Expansions
+File: bash.info, Node: Process Substitution, Next: Word Splitting, Prev: Arithmetic Expansion, Up: Shell Expansions
3.5.6 Process Substitution
--------------------------
@@ -2114,7 +2114,7 @@
expansion.

-File: bash.info, Node: Word Splitting, Next: Filename Expansion, Prev: Process Substitution, Up: Shell Expansions
+File: bash.info, Node: Word Splitting, Next: Filename Expansion, Prev: Process Substitution, Up: Shell Expansions
3.5.7 Word Splitting
--------------------
@@ -2151,7 +2151,7 @@
Note that if no expansion occurs, no splitting is performed.

-File: bash.info, Node: Filename Expansion, Next: Quote Removal, Prev: Word Splitting, Up: Shell Expansions
+File: bash.info, Node: Filename Expansion, Next: Quote Removal, Prev: Word Splitting, Up: Shell Expansions
3.5.8 Filename Expansion
------------------------
@@ -2202,7 +2202,7 @@
'GLOBIGNORE' is unset.

-File: bash.info, Node: Pattern Matching, Up: Filename Expansion
+File: bash.info, Node: Pattern Matching, Up: Filename Expansion
3.5.8.1 Pattern Matching
........................
@@ -2290,7 +2290,7 @@
be faster.

-File: bash.info, Node: Quote Removal, Prev: Filename Expansion, Up: Shell Expansions
+File: bash.info, Node: Quote Removal, Prev: Filename Expansion, Up: Shell Expansions
3.5.9 Quote Removal
-------------------
@@ -2300,7 +2300,7 @@
expansions are removed.

-File: bash.info, Node: Redirections, Next: Executing Commands, Prev: Shell Expansions, Up: Basic Shell Features
+File: bash.info, Node: Redirections, Next: Executing Commands, Prev: Shell Expansions, Up: Basic Shell Features
3.6 Redirections
================
@@ -2538,7 +2538,7 @@
if N is not specified. If the file does not exist, it is created.

-File: bash.info, Node: Executing Commands, Next: Shell Scripts, Prev: Redirections, Up: Basic Shell Features
+File: bash.info, Node: Executing Commands, Next: Shell Scripts, Prev: Redirections, Up: Basic Shell Features
3.7 Executing Commands
======================
@@ -2558,7 +2558,7 @@
receives a signal.

-File: bash.info, Node: Simple Command Expansion, Next: Command Search and Execution, Up: Executing Commands
+File: bash.info, Node: Simple Command Expansion, Next: Command Search and Execution, Up: Executing Commands
3.7.1 Simple Command Expansion
------------------------------
@@ -2602,7 +2602,7 @@
of zero.

-File: bash.info, Node: Command Search and Execution, Next: Command Execution Environment, Prev: Simple Command Expansion, Up: Executing Commands
+File: bash.info, Node: Command Search and Execution, Next: Command Execution Environment, Prev: Simple Command Expansion, Up: Executing Commands
3.7.2 Command Search and Execution
----------------------------------
@@ -2649,7 +2649,7 @@
the command to complete and collects its exit status.

-File: bash.info, Node: Command Execution Environment, Next: Environment, Prev: Command Search and Execution, Up: Executing Commands
+File: bash.info, Node: Command Execution Environment, Next: Environment, Prev: Command Search and Execution, Up: Executing Commands
3.7.3 Command Execution Environment
-----------------------------------
@@ -2723,7 +2723,7 @@
calling shell as modified by redirections.

-File: bash.info, Node: Environment, Next: Exit Status, Prev: Command Execution Environment, Up: Executing Commands
+File: bash.info, Node: Environment, Next: Exit Status, Prev: Command Execution Environment, Up: Executing Commands
3.7.4 Environment
-----------------
@@ -2759,7 +2759,7 @@
environment.

-File: bash.info, Node: Exit Status, Next: Signals, Prev: Environment, Up: Executing Commands
+File: bash.info, Node: Exit Status, Next: Signals, Prev: Environment, Up: Executing Commands
3.7.5 Exit Status
-----------------
@@ -2796,7 +2796,7 @@
arguments.

-File: bash.info, Node: Signals, Prev: Exit Status, Up: Executing Commands
+File: bash.info, Node: Signals, Prev: Exit Status, Up: Executing Commands
3.7.6 Signals
-------------
@@ -2836,7 +2836,7 @@
status greater than 128, immediately after which the trap is executed.

-File: bash.info, Node: Shell Scripts, Prev: Executing Commands, Up: Basic Shell Features
+File: bash.info, Node: Shell Scripts, Prev: Executing Commands, Up: Basic Shell Features
3.8 Shell Scripts
=================
@@ -2896,7 +2896,7 @@
occurrence of 'bash' in '$PATH'.

-File: bash.info, Node: Shell Builtin Commands, Next: Shell Variables, Prev: Basic Shell Features, Up: Top
+File: bash.info, Node: Shell Builtin Commands, Next: Shell Variables, Prev: Basic Shell Features, Up: Top
4 Shell Builtin Commands
************************
@@ -2942,7 +2942,7 @@
'--' to prevent this interpretation.

-File: bash.info, Node: Bourne Shell Builtins, Next: Bash Builtins, Up: Shell Builtin Commands
+File: bash.info, Node: Bourne Shell Builtins, Next: Bash Builtins, Up: Shell Builtin Commands
4.1 Bourne Shell Builtins
=========================
@@ -3380,7 +3380,7 @@
The return status is zero unless a NAME is readonly.

-File: bash.info, Node: Bash Builtins, Next: Modifying Shell Behavior, Prev: Bourne Shell Builtins, Up: Shell Builtin Commands
+File: bash.info, Node: Bash Builtins, Next: Modifying Shell Behavior, Prev: Bourne Shell Builtins, Up: Shell Builtin Commands
4.2 Bash Builtin Commands
=========================
@@ -4113,7 +4113,7 @@
all aliases are removed. Aliases are described in *note Aliases::.

-File: bash.info, Node: Modifying Shell Behavior, Next: Special Builtins, Prev: Bash Builtins, Up: Shell Builtin Commands
+File: bash.info, Node: Modifying Shell Behavior, Next: Special Builtins, Prev: Bash Builtins, Up: Shell Builtin Commands
4.3 Modifying Shell Behavior
============================
@@ -4125,7 +4125,7 @@
* The Shopt Builtin:: Modify shell optional behavior.

-File: bash.info, Node: The Set Builtin, Next: The Shopt Builtin, Up: Modifying Shell Behavior
+File: bash.info, Node: The Set Builtin, Next: The Shopt Builtin, Up: Modifying Shell Behavior
4.3.1 The Set Builtin
---------------------
@@ -4406,7 +4406,7 @@
supplied.

-File: bash.info, Node: The Shopt Builtin, Prev: The Set Builtin, Up: Modifying Shell Behavior
+File: bash.info, Node: The Shopt Builtin, Prev: The Set Builtin, Up: Modifying Shell Behavior
4.3.2 The Shopt Builtin
-----------------------
@@ -4754,7 +4754,7 @@
by default.

-File: bash.info, Node: Special Builtins, Prev: Modifying Shell Behavior, Up: Shell Builtin Commands
+File: bash.info, Node: Special Builtins, Prev: Modifying Shell Behavior, Up: Shell Builtin Commands
4.4 Special Builtins
====================
@@ -4782,7 +4782,7 @@
shift trap unset

-File: bash.info, Node: Shell Variables, Next: Bash Features, Prev: Shell Builtin Commands, Up: Top
+File: bash.info, Node: Shell Variables, Next: Bash Features, Prev: Shell Builtin Commands, Up: Top
5 Shell Variables
*****************
@@ -4797,7 +4797,7 @@
automatically assigns default values to a number of variables.

-File: bash.info, Node: Bourne Shell Variables, Next: Bash Variables, Up: Shell Variables
+File: bash.info, Node: Bourne Shell Variables, Next: Bash Variables, Up: Shell Variables
5.1 Bourne Shell Variables
==========================
@@ -4854,7 +4854,7 @@
expanded in the same way as 'PS1' before being displayed.

-File: bash.info, Node: Bash Variables, Prev: Bourne Shell Variables, Up: Shell Variables
+File: bash.info, Node: Bash Variables, Prev: Bourne Shell Variables, Up: Shell Variables
5.2 Bash Variables
==================
@@ -5578,7 +5578,7 @@
readonly.

-File: bash.info, Node: Bash Features, Next: Job Control, Prev: Shell Variables, Up: Top
+File: bash.info, Node: Bash Features, Next: Job Control, Prev: Shell Variables, Up: Top
6 Bash Features
***************
@@ -5605,7 +5605,7 @@
in earlier versions and has changed.

-File: bash.info, Node: Invoking Bash, Next: Bash Startup Files, Up: Bash Features
+File: bash.info, Node: Invoking Bash, Next: Bash Startup Files, Up: Bash Features
6.1 Invoking Bash
=================
@@ -5751,7 +5751,7 @@
script. If no commands are executed, the exit status is 0.

-File: bash.info, Node: Bash Startup Files, Next: Interactive Shells, Prev: Invoking Bash, Up: Bash Features
+File: bash.info, Node: Bash Startup Files, Next: Interactive Shells, Prev: Invoking Bash, Up: Bash Features
6.2 Bash Startup Files
======================
@@ -5865,7 +5865,7 @@
is not reset.

-File: bash.info, Node: Interactive Shells, Next: Bash Conditional Expressions, Prev: Bash Startup Files, Up: Bash Features
+File: bash.info, Node: Interactive Shells, Next: Bash Conditional Expressions, Prev: Bash Startup Files, Up: Bash Features
6.3 Interactive Shells
======================
@@ -5877,7 +5877,7 @@
* Interactive Shell Behavior:: What changes in a interactive shell?

-File: bash.info, Node: What is an Interactive Shell?, Next: Is this Shell Interactive?, Up: Interactive Shells
+File: bash.info, Node: What is an Interactive Shell?, Next: Is this Shell Interactive?, Up: Interactive Shells
6.3.1 What is an Interactive Shell?
-----------------------------------
@@ -5894,7 +5894,7 @@
parameters when an interactive shell is started.

-File: bash.info, Node: Is this Shell Interactive?, Next: Interactive Shell Behavior, Prev: What is an Interactive Shell?, Up: Interactive Shells
+File: bash.info, Node: Is this Shell Interactive?, Next: Interactive Shell Behavior, Prev: What is an Interactive Shell?, Up: Interactive Shells
6.3.2 Is this Shell Interactive?
--------------------------------
@@ -5918,7 +5918,7 @@
fi

-File: bash.info, Node: Interactive Shell Behavior, Prev: Is this Shell Interactive?, Up: Interactive Shells
+File: bash.info, Node: Interactive Shell Behavior, Prev: Is this Shell Interactive?, Up: Interactive Shells
6.3.3 Interactive Shell Behavior
--------------------------------
@@ -6002,7 +6002,7 @@
printing '$PS1' (*note Bash Variables::).

-File: bash.info, Node: Bash Conditional Expressions, Next: Shell Arithmetic, Prev: Interactive Shells, Up: Bash Features
+File: bash.info, Node: Bash Conditional Expressions, Next: Shell Arithmetic, Prev: Interactive Shells, Up: Bash Features
6.4 Bash Conditional Expressions
================================
@@ -6151,7 +6151,7 @@
Arithmetic::).

-File: bash.info, Node: Shell Arithmetic, Next: Aliases, Prev: Bash Conditional Expressions, Up: Bash Features
+File: bash.info, Node: Shell Arithmetic, Next: Aliases, Prev: Bash Conditional Expressions, Up: Bash Features
6.5 Shell Arithmetic
====================
@@ -6249,7 +6249,7 @@
above.

-File: bash.info, Node: Aliases, Next: Arrays, Prev: Shell Arithmetic, Up: Bash Features
+File: bash.info, Node: Aliases, Next: Arrays, Prev: Shell Arithmetic, Up: Bash Features
6.6 Aliases
===========
@@ -6301,7 +6301,7 @@
For almost every purpose, shell functions are preferred over aliases.

-File: bash.info, Node: Arrays, Next: The Directory Stack, Prev: Aliases, Up: Bash Features
+File: bash.info, Node: Arrays, Next: The Directory Stack, Prev: Aliases, Up: Bash Features
6.7 Arrays
==========
@@ -6420,7 +6420,7 @@
input.

-File: bash.info, Node: The Directory Stack, Next: Controlling the Prompt, Prev: Arrays, Up: Bash Features
+File: bash.info, Node: The Directory Stack, Next: Controlling the Prompt, Prev: Arrays, Up: Bash Features
6.8 The Directory Stack
=======================
@@ -6441,7 +6441,7 @@
the 'DIRSTACK' shell variable.

-File: bash.info, Node: Directory Stack Builtins, Up: The Directory Stack
+File: bash.info, Node: Directory Stack Builtins, Up: The Directory Stack
6.8.1 Directory Stack Builtins
------------------------------
@@ -6518,7 +6518,7 @@
'cd' builtin.

-File: bash.info, Node: Controlling the Prompt, Next: The Restricted Shell, Prev: The Directory Stack, Up: Bash Features
+File: bash.info, Node: Controlling the Prompt, Next: The Restricted Shell, Prev: The Directory Stack, Up: Bash Features
6.9 Controlling the Prompt
==========================
@@ -6605,7 +6605,7 @@
special to word expansion.

-File: bash.info, Node: The Restricted Shell, Next: Bash POSIX Mode, Prev: Controlling the Prompt, Up: Bash Features
+File: bash.info, Node: The Restricted Shell, Next: Bash POSIX Mode, Prev: Controlling the Prompt, Up: Bash Features
6.10 The Restricted Shell
=========================
@@ -6659,7 +6659,7 @@
environment, such as 'jails', 'zones', or 'containers'.

-File: bash.info, Node: Bash POSIX Mode, Next: Shell Compatibility Mode, Prev: The Restricted Shell, Up: Bash Features
+File: bash.info, Node: Bash POSIX Mode, Next: Shell Compatibility Mode, Prev: The Restricted Shell, Up: Bash Features
6.11 Bash POSIX Mode
====================
@@ -6910,7 +6910,7 @@
building (*note Optional Features::).

-File: bash.info, Node: Shell Compatibility Mode, Prev: Bash POSIX Mode, Up: Bash Features
+File: bash.info, Node: Shell Compatibility Mode, Prev: Bash POSIX Mode, Up: Bash Features
6.12 Shell Compatibility Mode
=============================
@@ -7041,7 +7041,7 @@
suppresses that message when the '-l' option is supplied.

-File: bash.info, Node: Job Control, Next: Command Line Editing, Prev: Bash Features, Up: Top
+File: bash.info, Node: Job Control, Next: Command Line Editing, Prev: Bash Features, Up: Top
7 Job Control
*************
@@ -7058,7 +7058,7 @@
control.

-File: bash.info, Node: Job Control Basics, Next: Job Control Builtins, Up: Job Control
+File: bash.info, Node: Job Control Basics, Next: Job Control Builtins, Up: Job Control
7.1 Job Control Basics
======================
@@ -7150,7 +7150,7 @@
process terminates before returning.

-File: bash.info, Node: Job Control Builtins, Next: Job Control Variables, Prev: Job Control Basics, Up: Job Control
+File: bash.info, Node: Job Control Builtins, Next: Job Control Variables, Prev: Job Control Basics, Up: Job Control
7.2 Job Control Builtins
========================
@@ -7272,7 +7272,7 @@
accept JOBSPEC arguments. They must be supplied process IDs.

-File: bash.info, Node: Job Control Variables, Prev: Job Control Builtins, Up: Job Control
+File: bash.info, Node: Job Control Variables, Prev: Job Control Builtins, Up: Job Control
7.3 Job Control Variables
=========================
@@ -7295,7 +7295,7 @@
analogous to the '%' job ID.

-File: bash.info, Node: Command Line Editing, Next: Using History Interactively, Prev: Job Control, Up: Top
+File: bash.info, Node: Command Line Editing, Next: Using History Interactively, Prev: Job Control, Up: Top
8 Command Line Editing
**********************
@@ -7330,7 +7330,7 @@
generating possible completions.

-File: bash.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
+File: bash.info, Node: Introduction and Notation, Next: Readline Interaction, Up: Command Line Editing
8.1 Introduction to Line Editing
================================
@@ -7366,7 +7366,7 @@
keyboards.

-File: bash.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
+File: bash.info, Node: Readline Interaction, Next: Readline Init File, Prev: Introduction and Notation, Up: Command Line Editing
8.2 Readline Interaction
========================
@@ -7391,7 +7391,7 @@
* Searching:: Searching through previous lines.

-File: bash.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
+File: bash.info, Node: Readline Bare Essentials, Next: Readline Movement Commands, Up: Readline Interaction
8.2.1 Readline Bare Essentials
------------------------------
@@ -7433,7 +7433,7 @@
character to the left of the cursor.)

-File: bash.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
+File: bash.info, Node: Readline Movement Commands, Next: Readline Killing Commands, Prev: Readline Bare Essentials, Up: Readline Interaction
8.2.2 Readline Movement Commands
--------------------------------
@@ -7460,7 +7460,7 @@
characters while meta keystrokes operate on words.

-File: bash.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
+File: bash.info, Node: Readline Killing Commands, Next: Readline Arguments, Prev: Readline Movement Commands, Up: Readline Interaction
8.2.3 Readline Killing Commands
-------------------------------
@@ -7511,7 +7511,7 @@
if the prior command is 'C-y' or 'M-y'.

-File: bash.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
+File: bash.info, Node: Readline Arguments, Next: Searching, Prev: Readline Killing Commands, Up: Readline Interaction
8.2.4 Readline Arguments
------------------------
@@ -7532,7 +7532,7 @@
delete the next ten characters on the input line.

-File: bash.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
+File: bash.info, Node: Searching, Prev: Readline Arguments, Up: Readline Interaction
8.2.5 Searching for Commands in the History
-------------------------------------------
@@ -7574,7 +7574,7 @@
typed by the user or be part of the contents of the current line.

-File: bash.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
+File: bash.info, Node: Readline Init File, Next: Bindable Readline Commands, Prev: Readline Interaction, Up: Command Line Editing
8.3 Readline Init File
======================
@@ -7605,7 +7605,7 @@
* Sample Init File:: An example inputrc file.

-File: bash.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
+File: bash.info, Node: Readline Init File Syntax, Next: Conditional Init Constructs, Up: Readline Init File
8.3.1 Readline Init File Syntax
-------------------------------
@@ -8049,7 +8049,7 @@
"\C-x\\": "\\"

-File: bash.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
+File: bash.info, Node: Conditional Init Constructs, Next: Sample Init File, Prev: Readline Init File Syntax, Up: Readline Init File
8.3.2 Conditional Init Constructs
---------------------------------
@@ -8139,7 +8139,7 @@
$include /etc/inputrc

-File: bash.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
+File: bash.info, Node: Sample Init File, Prev: Conditional Init Constructs, Up: Readline Init File
8.3.3 Sample Init File
----------------------
@@ -8248,7 +8248,7 @@
$endif

-File: bash.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
+File: bash.info, Node: Bindable Readline Commands, Next: Readline vi Mode, Prev: Readline Init File, Up: Command Line Editing
8.4 Bindable Readline Commands
==============================
@@ -8276,7 +8276,7 @@
"region".

-File: bash.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
+File: bash.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Commands
8.4.1 Commands For Moving
-------------------------
@@ -8336,7 +8336,7 @@
Refresh the current line. By default, this is unbound.

-File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
+File: bash.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, Up: Bindable Readline Commands
8.4.2 Commands For Manipulating The History
-------------------------------------------
@@ -8439,7 +8439,7 @@
line.

-File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
+File: bash.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History, Up: Bindable Readline Commands
8.4.3 Commands For Changing Text
--------------------------------
@@ -8523,7 +8523,7 @@
By default, this command is unbound.

-File: bash.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
+File: bash.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, Up: Bindable Readline Commands
8.4.4 Killing And Yanking
-------------------------
@@ -8609,7 +8609,7 @@
if the prior command is 'yank' or 'yank-pop'.

-File: bash.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
+File: bash.info, Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Bindable Readline Commands
8.4.5 Specifying Numeric Arguments
----------------------------------
@@ -8632,7 +8632,7 @@
By default, this is not bound to a key.

-File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
+File: bash.info, Node: Commands For Completion, Next: Keyboard Macros, Prev: Numeric Arguments, Up: Bindable Readline Commands
8.4.6 Letting Readline Type For You
-----------------------------------
@@ -8737,7 +8737,7 @@
shell (*note Brace Expansion::).

-File: bash.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
+File: bash.info, Node: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Readline Commands
8.4.7 Keyboard Macros
---------------------
@@ -8758,7 +8758,7 @@
INPUTRC file.

-File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
+File: bash.info, Node: Miscellaneous Commands, Prev: Keyboard Macros, Up: Bindable Readline Commands
8.4.8 Some Miscellaneous Commands
---------------------------------
@@ -8897,7 +8897,7 @@
'$EDITOR', and 'emacs' as the editor, in that order.

-File: bash.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: Bindable Readline Commands, Up: Command Line Editing
+File: bash.info, Node: Readline vi Mode, Next: Programmable Completion, Prev: Bindable Readline Commands, Up: Command Line Editing
8.5 Readline vi Mode
====================
@@ -8917,7 +8917,7 @@
and subsequent lines with 'j', and so forth.

-File: bash.info, Node: Programmable Completion, Next: Programmable Completion Builtins, Prev: Readline vi Mode, Up: Command Line Editing
+File: bash.info, Node: Programmable Completion, Next: Programmable Completion Builtins, Prev: Readline vi Mode, Up: Command Line Editing
8.6 Programmable Completion
===========================
@@ -9057,7 +9057,7 @@
complete -D -F _completion_loader -o bashdefault -o default

-File: bash.info, Node: Programmable Completion Builtins, Next: A Programmable Completion Example, Prev: Programmable Completion, Up: Command Line Editing
+File: bash.info, Node: Programmable Completion Builtins, Next: A Programmable Completion Example, Prev: Programmable Completion, Up: Command Line Editing
8.7 Programmable Completion Builtins
====================================
@@ -9317,7 +9317,7 @@
completion specification exists, or an output error occurs.

-File: bash.info, Node: A Programmable Completion Example, Prev: Programmable Completion Builtins, Up: Command Line Editing
+File: bash.info, Node: A Programmable Completion Example, Prev: Programmable Completion Builtins, Up: Command Line Editing
8.8 A Programmable Completion Example
=====================================
@@ -9430,7 +9430,7 @@
bash in the 'examples/complete' subdirectory.

-File: bash.info, Node: Using History Interactively, Next: Installing Bash, Prev: Command Line Editing, Up: Top
+File: bash.info, Node: Using History Interactively, Next: Installing Bash, Prev: Command Line Editing, Up: Top
9 Using History Interactively
*****************************
@@ -9449,7 +9449,7 @@
* History Interaction:: What it feels like using History as a user.

-File: bash.info, Node: Bash History Facilities, Next: Bash History Builtins, Up: Using History Interactively
+File: bash.info, Node: Bash History Facilities, Next: Bash History Builtins, Up: Using History Interactively
9.1 Bash History Facilities
===========================
@@ -9502,7 +9502,7 @@
options. *Note The Shopt Builtin::, for a description of 'shopt'.

-File: bash.info, Node: Bash History Builtins, Next: History Interaction, Prev: Bash History Facilities, Up: Using History Interactively
+File: bash.info, Node: Bash History Builtins, Next: History Interaction, Prev: Bash History Facilities, Up: Using History Interactively
9.2 Bash History Builtins
=========================
@@ -9614,7 +9614,7 @@
then the value of the 'HISTFILE' variable is used.

-File: bash.info, Node: History Interaction, Prev: Bash History Builtins, Up: Using History Interactively
+File: bash.info, Node: History Interaction, Prev: Bash History Builtins, Up: Using History Interactively
9.3 History Expansion
=====================
@@ -9683,7 +9683,7 @@
* Modifiers:: Modifying the results of substitution.

-File: bash.info, Node: Event Designators, Next: Word Designators, Up: History Interaction
+File: bash.info, Node: Event Designators, Next: Word Designators, Up: History Interaction
9.3.1 Event Designators
-----------------------
@@ -9725,7 +9725,7 @@
The entire command line typed so far.

-File: bash.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
+File: bash.info, Node: Word Designators, Next: Modifiers, Prev: Event Designators, Up: History Interaction
9.3.2 Word Designators
----------------------
@@ -9788,7 +9788,7 @@
previous command is used as the event.

-File: bash.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction
+File: bash.info, Node: Modifiers, Prev: Word Designators, Up: History Interaction
9.3.3 Modifiers
---------------
@@ -9845,7 +9845,7 @@
event.

-File: bash.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Using History Interactively, Up: Top
+File: bash.info, Node: Installing Bash, Next: Reporting Bugs, Prev: Using History Interactively, Up: Top
10 Installing Bash
******************
@@ -9873,7 +9873,7 @@
building Bash.

-File: bash.info, Node: Basic Installation, Next: Compilers and Options, Up: Installing Bash
+File: bash.info, Node: Basic Installation, Next: Compilers and Options, Up: Installing Bash
10.1 Basic Installation
=======================
@@ -9949,7 +9949,7 @@
computer), type 'make distclean'.

-File: bash.info, Node: Compilers and Options, Next: Compiling For Multiple Architectures, Prev: Basic Installation, Up: Installing Bash
+File: bash.info, Node: Compilers and Options, Next: Compiling For Multiple Architectures, Prev: Basic Installation, Up: Installing Bash
10.2 Compilers and Options
==========================
@@ -9969,7 +9969,7 @@
The configuration process uses GCC to build Bash if it is available.

-File: bash.info, Node: Compiling For Multiple Architectures, Next: Installation Names, Prev: Compilers and Options, Up: Installing Bash
+File: bash.info, Node: Compiling For Multiple Architectures, Next: Installation Names, Prev: Compilers and Options, Up: Installing Bash
10.3 Compiling For Multiple Architectures
=========================================
@@ -10003,7 +10003,7 @@
for other architectures.

-File: bash.info, Node: Installation Names, Next: Specifying the System Type, Prev: Compiling For Multiple Architectures, Up: Installing Bash
+File: bash.info, Node: Installation Names, Next: Specifying the System Type, Prev: Compiling For Multiple Architectures, Up: Installing Bash
10.4 Installation Names
=======================
@@ -10021,7 +10021,7 @@
Documentation and other data files will still use the regular prefix.

-File: bash.info, Node: Specifying the System Type, Next: Sharing Defaults, Prev: Installation Names, Up: Installing Bash
+File: bash.info, Node: Specifying the System Type, Next: Sharing Defaults, Prev: Installation Names, Up: Installing Bash
10.5 Specifying the System Type
===============================
@@ -10038,7 +10038,7 @@
field.

-File: bash.info, Node: Sharing Defaults, Next: Operation Controls, Prev: Specifying the System Type, Up: Installing Bash
+File: bash.info, Node: Sharing Defaults, Next: Operation Controls, Prev: Specifying the System Type, Up: Installing Bash
10.6 Sharing Defaults
=====================
@@ -10053,7 +10053,7 @@
'configure' scripts do.

-File: bash.info, Node: Operation Controls, Next: Optional Features, Prev: Sharing Defaults, Up: Installing Bash
+File: bash.info, Node: Operation Controls, Next: Optional Features, Prev: Sharing Defaults, Up: Installing Bash
10.7 Operation Controls
=======================
@@ -10085,7 +10085,7 @@
options. 'configure --help' prints the complete list.

-File: bash.info, Node: Optional Features, Prev: Operation Controls, Up: Installing Bash
+File: bash.info, Node: Optional Features, Prev: Operation Controls, Up: Installing Bash
10.8 Optional Features
======================
@@ -10345,7 +10345,7 @@
effect.

-File: bash.info, Node: Reporting Bugs, Next: Major Differences From The Bourne Shell, Prev: Installing Bash, Up: Top
+File: bash.info, Node: Reporting Bugs, Next: Major Differences From The Bourne Shell, Prev: Installing Bash, Up: Top
Appendix A Reporting Bugs
*************************
@@ -10375,7 +10375,7 @@
Please send all reports concerning this manual to <bug-bash@gnu.org>.

-File: bash.info, Node: Major Differences From The Bourne Shell, Next: GNU Free Documentation License, Prev: Reporting Bugs, Up: Top
+File: bash.info, Node: Major Differences From The Bourne Shell, Next: GNU Free Documentation License, Prev: Reporting Bugs, Up: Top
Appendix B Major Differences From The Bourne Shell
**************************************************
@@ -10741,7 +10741,7 @@
turns on job control).

-File: bash.info, Node: GNU Free Documentation License, Next: Indexes, Prev: Major Differences From The Bourne Shell, Up: Top
+File: bash.info, Node: GNU Free Documentation License, Next: Indexes, Prev: Major Differences From The Bourne Shell, Up: Top
Appendix C GNU Free Documentation License
*****************************************
@@ -11223,7 +11223,7 @@
their use in free software.

-File: bash.info, Node: Indexes, Prev: GNU Free Documentation License, Up: Top
+File: bash.info, Node: Indexes, Prev: GNU Free Documentation License, Up: Top
Appendix D Indexes
******************
@@ -11239,7 +11239,7 @@
this manual.

-File: bash.info, Node: Builtin Index, Next: Reserved Word Index, Up: Indexes
+File: bash.info, Node: Builtin Index, Next: Reserved Word Index, Up: Indexes
D.1 Index of Shell Builtin Commands
===================================
@@ -11344,7 +11344,7 @@
(line 76)

-File: bash.info, Node: Reserved Word Index, Next: Variable Index, Prev: Builtin Index, Up: Indexes
+File: bash.info, Node: Reserved Word Index, Next: Variable Index, Prev: Builtin Index, Up: Indexes
D.2 Index of Shell Reserved Words
=================================
@@ -11386,7 +11386,7 @@
* while: Looping Constructs. (line 22)

-File: bash.info, Node: Variable Index, Next: Function Index, Prev: Reserved Word Index, Up: Indexes
+File: bash.info, Node: Variable Index, Next: Function Index, Prev: Reserved Word Index, Up: Indexes
D.3 Parameter and Variable Index
================================
@@ -11615,7 +11615,7 @@
(line 334)

-File: bash.info, Node: Function Index, Next: Concept Index, Prev: Variable Index, Up: Indexes
+File: bash.info, Node: Function Index, Next: Concept Index, Prev: Variable Index, Up: Indexes
D.4 Function Index
==================
@@ -11817,7 +11817,7 @@
(line 82)

-File: bash.info, Node: Concept Index, Prev: Function Index, Up: Indexes
+File: bash.info, Node: Concept Index, Prev: Function Index, Up: Indexes
D.5 Concept Index
=================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment