Re: xargs

2008-05-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Huang, Jack on 5/12/2008 6:05 PM: | Isn't this a bug? | [EMAIL PROTECTED] ~]# xargs --version | GNU xargs version 4.1.20 | {106} $ xargs --version | xargs (GNU findutils) 4.4.0 That should be your answer. findutils 4.1.20 is several y

xargs

2008-05-12 Thread Huang, Jack
Isn't this a bug? [EMAIL PROTECTED] ~]# ls | xargs -I "{}" echo "{}" xargs: invalid option -- I Usage: xargs [-0prtx] [-E eof-str] [-e[eof-str]] [-I replace-str] [-i[replace-str]] [-L max-lines] [-l[max-lines]] [-n max-args] [-s max-chars] [-P max-procs] [--null] [--eof[=eof-str]]

Re: Typo in manual

2008-05-12 Thread Reuben Thomas
On Mon, 12 May 2008, Jim Meyering wrote: Reuben Thomas <[EMAIL PROTECTED]> wrote: "If there is the faintest possibility that one of the files for which you are searching might contain a newline, you should use @samp{-print0} instead." "that one of the files" --> "that the name of one of the fi