On Fri, 26 Feb 2010 09:14:44 -0500 (EST), Stephen Powell wrote: > So I redirected standard output to standard error, like so: > > zipl >&1 > > This solves the problem.
Oops! That's a typo. The words were correct. The command is incorrect. That should have been zipl >&2 (0 = standard input, 1 = standard output, 2 = standard error) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

