Hi all,

maybe I'm being dense, but xargs does not seem to do what it should:

$ echo test1 test2|xargs -t
/bin/echo test1 test2
test1 test2

I'd expect the output to read:

/bin/echo test1
test1
/bin/echo test2
test2

What am I doing wrong?

regards,
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de


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

Reply via email to