i-bash/tests/heredoc2.sub
2014-02-26 09:36:43 -05:00

9 lines
61 B
Text

TEST=$(cat <<EOF | sort -u
abc
geh
def
abc
EOF
)
echo $TEST