Bash-5.3-alpha release

This commit is contained in:
Chet Ramey
2024-04-22 10:33:38 -04:00
parent f3b6bd1945
commit 622d318652
700 changed files with 136534 additions and 96420 deletions
+7
View File
@@ -82,6 +82,12 @@ long_comment text after
# comment
comment foo bar
# make sure escaped newlines in alias bodies are processed correctly
alias xx='echo line with \
escaped newline'
xx
unalias xx
# alias ending in a tab
alias foo="\
echo \"bar\" \
@@ -98,3 +104,4 @@ foo>&2
alias a='printf "<%s>\n" \'
a|cat