12 Mar
2002
12 Mar
'02
11:40 a.m.
Jenny_Hopkins@toby-churchill.com <Jenny_Hopkins@toby-churchill.com> wrote:
(I assume that if the logfile doesn't exist it will be created? And I'll just blindly trust you on the "2>&1" thing.....)
Yes, it will, and the 2>&1 says to send "standard error" to "standard output", thereby trapping errors as well as normal output.