Try KDE wrote:
> I noticed some shell script, for example those under /etc/cron.*/, uses
> "command > /dev/null" style. I think it's because they know the scripts
> is run under non-interactive shell. My question is, what would happen if
> ">/dev/null" is removed and the command tries to print
Try KDE said:
> Hi Everyone,
>
> I noticed some shell script, for example those under /etc/cron.*/, uses
> "command > /dev/null" style. I think it's because they know the scripts
> is run under non-interactive shell. My question is, what would happen if
> ">/dev/null" is removed and the command tr
Hi Everyone,
I noticed some shell script, for example those under /etc/cron.*/, uses
"command > /dev/null" style. I think it's because they know the scripts
is run under non-interactive shell. My question is, what would happen if
">/dev/null" is removed and the command tries to print something
3 matches
Mail list logo