Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
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

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Corinna Vinschen
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 {}

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
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

Re: Dig output not piping to xargs

2014-10-25 Thread Alive
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 {}

Dig output not piping to xargs

2014-10-25 Thread Marko Božiković
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