有没有办法在终端屏幕上显示标准输出并重定向到文件? [重复]

时间:2022-05-22 15:49:16

This question already has an answer here:

这个问题在这里已有答案:

The question says it all. Is there any way I can have standard output appear on my terminal screen and get inputted into a file as well?

这个问题说明了一切。有什么办法可以让我的终端屏幕上出现标准输出并输入到文件中吗?

I use tcsh on Linux.

我在Linux上使用tcsh。

1 个解决方案

#1


1  

$command | tee $output_file

man tee for more information.

男士T恤获取更多信息。

#1


1  

$command | tee $output_file

man tee for more information.

男士T恤获取更多信息。