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: [EMAIL PROTECTED]
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/
_______________________________________________
Bug-findutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-findutils