Gentoo Archives: gentoo-admin

From: Radoslaw Dlugosz <rdlugosz@×××××××××××××××.pl>
To: gentoo-admin@l.g.o
Subject: Re: [gentoo-admin] system audit
Date: Sun, 25 Dec 2005 13:20:08
Message-Id: 43AE9372.20102@student.agh.edu.pl
In Reply to: Re: [gentoo-admin] system audit by "J.A."
1 J.A. wrote:
2 >
3 > So here is what I tried like you suggested above:
4 >
5 > ...@tux ~ $ locate festival | grep portage or var
6 > grep: or: No such file or directory
7 > grep: var: No such file or directory
8 > ...@tux ~ $ locate festival | grep "portage or var"
9 > blackhesonja@tux ~ $
10 This works:
11 $ locate festival | egrep "portage|festival"
12 Note there are no spaces betwenn the regexps and the |. Otherwise the
13 space is treated as a part of the regexp.
14 --
15 gentoo-admin@g.o mailing list

Replies

Subject Author
Re: [gentoo-admin] system audit Radoslaw Dlugosz <rdlugosz@×××××××××××××××.pl>
Re: [gentoo-admin] system audit "J.A." <HEBLACK@×××××××××××.COM>