bug-findutils
[Top][All Lists]
Advanced

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

Re: bug in documentation example


From: Kevin Dalley
Subject: Re: bug in documentation example
Date: 24 May 2001 02:47:09 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Thanks for your bug report.  Try the latest alpha release, which is
ftp://alpha.gnu.org/gnu/findutils-4.1.7.tar.gz

The bug is fixed in this release.

Jacob Burckhardt <address@hidden> writes:

> The "Multiple Files" node of the info documentation says:
> 
> >    You can use shell command substitution (backquotes) to process a
> > list of arguments, like this:
> > 
> >      grep -l sprintf `find $HOME -name '*.c' -print`
> > 
> >    However, that method produces an error if the length of the `.c'
> > file names exceeds the operating system's command-line length limit.
> > `xargs' avoids that problem by running the command as many times as
> > necessary without exceeding the limit:
> > 
> >      find $HOME -name '*.c' -print | grep -l sprintf
> 
> I think the word "xargs" should be before the word "grep".
> 
> 
> _______________________________________________
> Bug-findutils mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-findutils
> 

-- 
Kevin Dalley
SETI Institute
address@hidden



reply via email to

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