预定的Python程序在哪里“打印”?

发布于 2024-11-13 00:58:14 字数 148 浏览 0 评论 0原文

如果我安排 print "Hello World!"; 使用 crontab 每小时运行一次,那么 Hello World! 会在哪里运行?被打印?有日志文件吗? 如果我使用 Java 或 C 而不是 Python,会有什么不同吗?

谢谢!

If I schedule print "Hello World!"; to run every hour with crontab, where will Hello World! be printed? Is there a log file?
If I do it with Java or C instead of Python, will it make any difference?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柳若烟 2024-11-20 00:58:14

它们将被发送到 crontab 顶部定义的电子邮件地址,或者默认发送到 crontab 的所有者。有关更多详细信息,请参阅 crontab(5) 手册页。

They will be sent to the email address defined at the top of the crontab, or to the crontab's owner by default. See the crontab(5) man page for more details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文