9 lines
61 B
Text
9 lines
61 B
Text
TEST=$(cat <<EOF | sort -u
|
|
abc
|
|
geh
|
|
def
|
|
abc
|
|
EOF
|
|
)
|
|
|
|
echo $TEST
|