gpt4 book ai didi

python - 重定向到 Python 程序到终端和文件

转载 作者:太空宇宙 更新时间:2023-11-04 11:22:46 25 4
gpt4 key购买 nike

“tee”不适用于 python 脚本,这很奇怪。我有一个名为“test.py”的程序,并尝试使用 shell 命令输出到终端和日志文件。我试过了

$python test.py | tee -a result.txt
$python test.py | tee result.txt
$python test.py | >> result.txt
$ (python test.py) | tee -a result.txt

它只是行不通。我不想更改程序中的任何内容,因为有 200 多个打印语句。

提前致谢。

最佳答案

来自下面的@kqr,以无缓冲模式运行它:

python -u test.py | tee result.txt

关于python - 重定向到 Python 程序到终端和文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16967582/

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