Corinna Vinschen cygwin.com> writes:
> On Nov 14 13:25, Brian Inglis wrote:
>> All bind-utils - host, nslookup, dig - output not to stdout or stderr - can
>> not be redirected, but redirection suppresses output, with current update
>> 9.9.6-2 but works with previous 9.9.5-3 and current cygwin rele
On Nov 14 13:25, Brian Inglis wrote:
> Alive live.com> writes:
> > On 10/26/2014 4:26 AM, Marko Božiković wrote:
> >> I have recently noticed that dig +short output is not being properly piped
> >> to
> >> xargs (and it used to work)
> >> Doing something like:
> >> echo aaa | xargs -I {} echo {}
Alive live.com> writes:
> On 10/26/2014 4:26 AM, Marko Božiković wrote:
>> I have recently noticed that dig +short output is not being properly piped to
>> xargs (and it used to work)
>> Doing something like:
>> echo aaa | xargs -I {} echo {}
>> works fine.
>> However:
>> dig +short www.google.com
On 10/26/2014 4:26 AM, Marko Božiković wrote:
> Hi all,
>
> I have recently noticed that dig +short output is not being properly piped to
> xargs (and it used to work)
>
> Doing something like:
> echo aaa | xargs -I {} echo {}
> works fine.
>
> However:
> dig +short www.google.com | xargs -I {}
Hi all,
I have recently noticed that dig +short output is not being properly piped to
xargs (and it used to work)
Doing something like:
echo aaa | xargs -I {} echo {}
works fine.
However:
dig +short www.google.com | xargs -I {} echo {}
produces no output.
I'm running Cygwin x64, tried a fresh i
5 matches
Mail list logo