This is the mail archive of the
cygwin
mailing list for the Cygwin project.
xargs problem
- From: Markus Hoenicka <markus dot hoenicka at mhoenicka dot de>
- To: cygwin at cygwin dot com
- Date: Mon, 19 Feb 2007 16:38:05 +0100
- Subject: xargs problem
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
markus.hoenicka@cats.de
(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/