2 lines
43 B
Plaintext
2 lines
43 B
Plaintext
cat a.txt |sed -E "s/ /\n/g" | sort | uniq
|
cat a.txt |sed -E "s/ /\n/g" | sort | uniq
|