| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <1171899485.45d9c45d44ef0@www.domainfactory-webmail.de> |
| Date: | Mon, 19 Feb 2007 16:38:05 +0100 |
| From: | Markus Hoenicka <markus DOT hoenicka AT mhoenicka DOT de> |
| To: | cygwin AT cygwin DOT com |
| Subject: | xargs problem |
| MIME-Version: | 1.0 |
| User-Agent: | Internet Messaging Program (IMP) 3.2.8 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
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 DOT hoenicka AT cats DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |