我在我的项目中使用 nohup。在使用 nohup 时,是否有可能将程序的输出同时发送到控制台和文件?
使用“tee”我没有成功:
nohup ./programm 2>&1 | tee Output.txt
感谢帮助
linux console nohup output
console ×1
linux ×1
nohup ×1
output ×1