[Bug 264976] crontab task fail to work if stdout redirected
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 264976] crontab task fail to work if stdout redirected"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 15:40:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264976 Vladislav V. Prodan <admin@support.od.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin@support.od.ua --- Comment #1 from Vladislav V. Prodan <admin@support.od.ua> --- The following works in cron: ``` 0 0 * * * command > /dev/null 2>&1 0 0 * * * ( command1 | command2 ) > /dev/null 2>&1 ``` -- You are receiving this mail because: You are the assignee for the bug.