Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-admin
Radoslaw Dlugosz wrote:
>
>
> This works:
> $ locate festival | egrep "portage|festival"
> Note there are no spaces betwenn the regexps and the |. Otherwise the
> space is treated as a part of the regexp.
Thanks!!! I probably wouldn't have realized the part
about the spaces.
Now when the -v is put infront I can have locate
list a lot of the files for an installed package
except for the files in var and portage which I do
not care about really at this point. The bang (!)
operator gets interpreted by bash still. There may
be a way to use it though instead of -v in grep.
...@tux ~ $ locate festival | egrep -v "var|portage"
--
<A HREF="HTTP://HEBLACK.BIZ">HTTP://HEBLACK.BIZ</A>
--
gentoo-admin@g.o mailing list
|
|