On Thursday 17 July 2003 12:13, daniel wrote:
> On July 17, 2003 01:02 pm, Steven Elling wrote:
> > > emerge -s perl | grep tk -i -B 5
> >
> > Why not just use 'emerge -S' instead?
>
> because some packages have the name only in the "name" as opposed to the
> "description".  for example:
>
> *  dev-lang/perl
>       Latest version available: 5.8.0-r10
>       Latest version installed: 5.8.0-r10
>       Size of downloaded files: 10,800 kB
>       Homepage:    http://www.perl.org/
>       Description: Larry Wall's Practical Extraction and Reporting
> Language

Or vise-versa but from 'emerge --help':

--searchdesc (-S short option)
        Matches the search string against the description field as well as the 
package's name. Take caution as the descriptions are also matched as 
regular expressions.
        emerge -S html
        emerge -S applet
        emerge -S 'perl.*module'

So doing an "emerge -S 'perl.*tk'" would return similar results.  Right?


--
[EMAIL PROTECTED] mailing list

Reply via email to