illumos-port-bash/tests/heredoc2.sub

10 lines
61 B
Plaintext

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