我知道在Linux中,要将屏幕输出重定向到文件,我可以使用>或tee.但是,我不确定为什么部分输出仍然输出到屏幕而不写入文件.
>
tee
有没有办法将所有输出重定向到文件?
linux bash io-redirection
bash ×1
io-redirection ×1
linux ×1