On Wed, Jan 5, 2011 at 4:27 PM, Andreas Bernauer
wrote:
> Hi,
>
> $ echo foo | xargs -s1 echo
> xargs: can not fit single argument within argument list size limit
>
> I'd say, the error message should read:
> xargs: cannot fit single argument within argument list size limit
>
> Note 'can not' -->
On Wed, Jan 05, 2011 at 05:27:40PM +0100, Andreas Bernauer wrote:
> Hi,
>
> $ echo foo | xargs -s1 echo
> xargs: can not fit single argument within argument list size limit
>
> I'd say, the error message should read:
> xargs: cannot fit single argument within argument list size limit
>
> Note 'c
Hi,
$ echo foo | xargs -s1 echo
xargs: can not fit single argument within argument list size limit
I'd say, the error message should read:
xargs: cannot fit single argument within argument list size limit
Note 'can not' --> 'cannot'.
Attached a patch against the findutils 4.4.2 tarball.
Sorry,