bug-findutils
[Top][All Lists]
Advanced

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

xargs -I option bug


From: p . skubak
Subject: xargs -I option bug
Date: Thu, 21 Jul 2005 15:49:43 +0200
User-agent: Internet Messaging Program (IMP) 3.2.1

Hi,

the bug I want to report is as follows:

Program: GNU xargs version 4.1.20

Description: the -I switch is not recognized, while
the -i option works fine

Example (the following should take every file in pwd
and compress it to separate tgz file):

> ls | xargs -ireplace tar -czf replace.tgz replace
works ok
> ls | xargs -I replace tar -czf replace.tgz replace
returns error message 
xargs: invalid option -- I

Reproducibility: always

Regards,

Pavol Skubak.


-------------------------------------------------
This mail sent using the Biosciences Webmailer
All mail is scanned for viruses, and filtered against spam...





reply via email to

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