Files
bash/tests/heredoc4.sub
2018-05-22 16:51:07 -04:00

13 lines
151 B
Plaintext

cat <<EO`true`F
heredoc1
EO`false`F
EO`true`F
echo Ok:$?
one=one
four=four
five='fi ve'
recho $one`echo two three`$four
recho `echo two three`$five