signals handling: kill() successful, but nothing delivered

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Mon Mar 18 11:59:53 EDT 2013


On Mon, 18 Mar 2013 06:50:25 +0100, michi1 at michaelblizek.twilightparadox.com said:
> Hi!
>
> On 06:52 Fri 08 Mar     , michi1 at 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...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130318/0c9e2bd2/attachment.bin 


More information about the Kernelnewbies mailing list