On Mon, 18 Mar 2013 06:50:25 +0100, [email protected] 
said:
> Hi!
>
> On 06:52 Fri 08 Mar     , [email protected] 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
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to