Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / heredoc2.sub
1 TEST=$(cat <<EOF | sort -u
2 abc
3 geh
4 def
5 abc
6 EOF
7 )
8
9 echo $TEST