GNU/Linux上执行"tr -cd abc"后在标准输入里输入"abcdef",没有显示输出结果,为什么?这是个BUG么?
换行后结束输入要按Ctrl+D
[root@node1 ~]# echo "AaBbCc1234" | tr -dc A-Z ABC[root@node1 ~]#