mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-26 07:13:10 +02:00
6 lines
41 B
Plaintext
6 lines
41 B
Plaintext
read foo <<EOF
|
|
$(seq 10
|
|
EOF
|
|
|
|
echo "$foo"
|