gpt4 book ai didi

ruby-on-rails - 将 Ruby 控制台输出写入文本文件

转载 作者:数据小太阳 更新时间:2023-10-29 08:28:43 26 4
gpt4 key购买 nike

我正在尝试运行一个 Ruby 应用程序,它将信息输出到控制台。我想让这个输出保存到文本/日志文件中。这可能吗? ruby 必须有一个标志才能做到这一点吗?

最佳答案

使用shell redirections :

ruby script.rb > out.txt
rails server > out.txt

另一方面,你也可以重定向 $stdout, $stderr:

$stdout = File.new('/path/to/out.txt', 'w')

http://eddymulyono.livejournal.com/65791.html

关于ruby-on-rails - 将 Ruby 控制台输出写入文本文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8720150/

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