Mailinglist Archive: opensuse (1377 mails)
| < Previous | Next > |
Re: [SuSE Linux] filter command
- From: Anthony.Schlemmer@xxxxxxx (Anthony Schlemmer)
- Date: Sun, 23 Aug 1998 17:12:32 -0700
- Message-id: <35E0AFF0.6C2543D5@xxxxxxx>
Aaron Seelye wrote:
>
> Is there a command or a switch that behaves opposite of grep? I would
> like to do a 'ps -auxw| {command} root' so that i could see all of the
> processes on a machine that aren't being run by root. It's a BSDI box,
> but seeing as that jsut about every command that has worked on linux and
> BSD, and they both are using bash, i don't think it would really be a
> problem in that respect.
>
> thanks in advance for any help
> --
> Aaron Seelye
> Running S.u.S.E. 5.2
> <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>>
> -
> To get out of this list, please send email to majordomo@xxxxxxxx with
> this text in its body: unsubscribe suse-linux-e
Run grep with the '-v' argument which inverts the sense of matching.
This argument is described in the man page for grep.
Tony
--
Anthony.Schlemmer@xxxxxxx
-
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e
| < Previous | Next > |