我在shell脚本中有这个代码:
sort input | uniq -c | sort -nr > output
输入文件没有前面的空格,但输出有。我该如何解决?这是在 bash
command-line uniq
command-line ×1
uniq ×1