bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget


From: Micah Cowan
Subject: Re: [Bug-wget] wget
Date: Sat, 18 Oct 2014 09:48:51 -0700

On Oct 18, 2014 6:43 AM, "Bryan Baas" <address@hidden> wrote:
>
> Hi,
>
> I was wondering about the command output of wget.  I used a Java Runtime
> exec and, although the wget process ended with a 0 completion code, the
> results appeared in the error stream and not the output stream.

Hi!

It should be noted that "standard error" is rather misleadingly named. By
long-standing convention, it is generally where all logging and
informational messages are meant to go. Standard output is (supposed to be)
reserved for actual program output, suitable for potential piping to the
stdin of another program.

HTH,
-mjc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]