我有一个非常简单的问题:如何从shell脚本回显到stdout和stderr?我知道我可以回应stderr echo“foo”1>& 2但我需要输出两者.我尝试了一些谷歌搜索,但没有任何效果.
echo "foo" | tee /dev/stderr