commit bash-20181116 snapshot

This commit is contained in:
Chet Ramey
2018-11-19 11:27:54 -05:00
parent 83ea087e65
commit d61300ec87
106 changed files with 17748 additions and 13067 deletions
+5 -4
View File
@@ -5402,9 +5402,10 @@ The rules concerning the definition and use of aliases are
somewhat confusing.
<B>Bash</B>
always reads at least one complete line
of input before executing any
of the commands on that line. Aliases are expanded when a
always reads at least one complete line of input,
and all lines that make up a compound command,
before executing any of the commands on that line or the compound command.
Aliases are expanded when a
command is read, not when it is executed. Therefore, an
alias definition appearing on the same line as another
command does not take effect until the next line of input is read.
@@ -14021,6 +14022,6 @@ There may be only one active coprocess at a time.
</DL>
<HR>
This document was created by man2html from bash.1.<BR>
Time: 09 November 2018 14:50:32 EST
Time: 16 November 2018 09:02:02 EST
</BODY>
</HTML>