https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264976
Vladislav V. Prodan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Vladislav V. Prodan <[email protected]> --- 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.
