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
J.A. wrote:
>
> So here is what I tried like you suggested above:
>
> ...@tux ~ $ locate festival | grep portage or var
> grep: or: No such file or directory
> grep: var: No such file or directory
> ...@tux ~ $ locate festival | grep "portage or var"
> blackhesonja@tux ~ $
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.
--
gentoo-admin@g.o mailing list
|
|