On Mon, 18 Mar 2013 06:50:25 +0100, mic...@michaelblizek.twilightparadox.com 
said:
> Hi!
>
> On 06:52 Fri 08 Mar     , mic...@michaelblizek.twilightparadox.com wrote:
> >        ./a.out `ps a|grep wget|grep -v grep

To save the double grep, you can do something like this:

ps a | grep '[w]get' | ...

Figuring out why that works is left as an exercise for the reader...

Attachment: pgpJxOfEdOhxH.pgp
Description: PGP signature

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to