summaryrefslogtreecommitdiffstats
path: root/tests/heredoc4.sub
blob: 381b64a97b8c427aeb8b2ce50d48313cb8b651a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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