gpt4 book ai didi

bash - 同时在屏幕和文件上显示标准输出

转载 作者:行者123 更新时间:2023-11-29 09:02:06 24 4
gpt4 key购买 nike

我想将我的脚本的标准输出记录到文件中,但也想在屏幕上显示给我以进行实时监控。该脚本每秒输出大约 10 次。

我尝试将 stdout 重定向到一个文件,然后从另一个终端 tail -f 该文件,但由于某种原因,tail 更新屏幕的速度明显慢于脚本写入文件的速度。

是什么导致了这种滞后?是否有另一种方法可以在我的终端上获取一个标准输出流并将其写入文件以供以后检查?

最佳答案

我说不出为什么tail滞后,但你可以使用 tee :

Redirect output to multiple files, copies standard input to standard output and also to any files given as arguments. This is useful when you want not only to send some data down a pipe, but also to save a copy.

示例:<command> | tee <outputFile>

关于bash - 同时在屏幕和文件上显示标准输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19274196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com