Grant Peel wrote:

Hi all,

When using cron, I understand the >/dev/null thing OK, but what exactly does >2&1 do? Is it usefull anywhere else? Where might one find ducumentation on it?

It redirects error output (aka standard error, stderr) to the same place as standard output (aka stout), in this case, the bit bucket.
man sh, or any basic Unix book worth it's salt.

--Alex


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to