我期望
echo |
执行以下操作:
stdout
stdin
我期望将空字符串写入的stdin是:什么都没有。发生了什么:>出现一个提示,其行为类似于 bash 中的 bash:
>
> echo m m
这是为什么?
bash
bash ×1