mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
commit bash-20181116 snapshot
This commit is contained in:
+5
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user