如何将Cron作业输出重定向到stdout [英] How to redirect cron job output to stdout

查看:131
本文介绍了如何将Cron作业输出重定向到stdout的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个cron作业,现在它的输出重定向到文件中。看起来像下面的

I have a cron job and its output is now redirected into a file. It looks like the following

0 9 * * * / bin / sh /bin/cleanup.sh> /home/darkknight/cleanup.log

有人可以帮助我将其输出重新分配到stdout吗?

Can any one help me to rediect its output to stdout?

推荐答案

在任何终端上输入 tty ,我们将获取设备文件特定的终端窗口,例如 / dev / pts / 1 。将cron作业重新命名为
cleanup.sh>到此文件中。 / dev / pts / 1

Enter tty on any terminal and we will get device file for that particular teminal window like /dev/pts/1. Redirct the cron job into this file as cleanup.sh > /dev/pts/1

这篇关于如何将Cron作业输出重定向到stdout的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆