On Mon, 18 Mar 2013 06:50:25 +0100, michi1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx said: > Hi! > > On 06:52 Fri 08 Mar , michi1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 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:
pgpjRAn1SWxNr.pgp
Description: PGP signature
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies