给定一个文件input.txt,它具有以下内容:
He likes cats,really?
输出将是:
H e l i k s c a t,r l y ?
请注意输出中字符的顺序无关紧要.
echo "He likes cats,really?" | fold -w1 | sort -u