This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Dig output not piping to xargs


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 install and it didn't help. Attached is
the cygcheck output. Interestingly enough, cygcheck segfaults if I run it from
bash. I had to run it from TCC to get the output file.

Thank you,
-- 
Marko

Attachment: cygcheck.out
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]