bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #19904] xargs produces different output with similar parameter


From: anonymous
Subject: [bug #19904] xargs produces different output with similar parameter
Date: Sat, 19 May 2007 10:18:40 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.6 (like Gecko) (Kubuntu)

URL:
  <http://savannah.gnu.org/bugs/?19904>

                 Summary: xargs produces different output with similar
parameter
                 Project: findutils
            Submitted by: None
            Submitted on: sabato 19/05/2007 alle 10:18 UTC
                Category: xargs
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Filippo SAntovito
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.28
           Fixed Release: None

    _______________________________________________________

Details:

$ mkdir temp; cd temp
$ for n in $(seq 0 9); do touch "file$n xxx.txt"; done;
$ find . -name "file[0-9]*" | xargs -d' ' -n1 -I X echo X
$ find . -name "file[0-9]*" | xargs -n1 echo
$ find . -name "file[0-9]*" | xargs -d' ' -n1 -I X echo X | wc -l
$ find . -name "file[0-9]*" | xargs -n1 echo | wc -l







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?19904>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]