mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
bash-5.0 distribution sources and documentation
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
x=$(cat <<'EOT'
|
||||
d \
|
||||
g
|
||||
EOT
|
||||
)
|
||||
|
||||
echo "$x"
|
||||
unset x
|
||||
|
||||
x=$( cat <<\EOT\
|
||||
4
|
||||
d \
|
||||
g
|
||||
EOT4
|
||||
)
|
||||
|
||||
echo "$x"
|
||||
unset x
|
||||
|
||||
x=$( cat <<\EOT
|
||||
d \
|
||||
g
|
||||
EOT
|
||||
)
|
||||
|
||||
echo "$x"
|
||||
|
||||
Reference in New Issue
Block a user