gpt4 book ai didi

Linux 终端 : how to copy output to a file and print at terminal simultaneously?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:56:42 24 4
gpt4 key购买 nike

我想将命令的输出保存到一个文件中,并立即在 ubuntu 终端上观察它。

基本使用:

command >output.txt

它不工作,因为终端什么都不显示。

是否可以在文件和终端窗口中看到输出?

最佳答案

使用tee命令来实现相同的目的。

command | tee output.txt

关于Linux 终端 : how to copy output to a file and print at terminal simultaneously?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36445525/

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