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