killing all instances of chrome on the command line?

Posted by Fedor on Super User See other posts from Super User or by Fedor
Published on 2010-04-14T19:30:49Z Indexed on 2010/04/14 20:03 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

In some cases killing a single tab/process doesn't do it and I need to close Chrome entirely. Since Chrome has multiple processes, how can I close all of them at once?

I know that...

pgrep chrome returns all the pids, can someone tell me a trick that would allow me to close all of them by feeding them to another command or merging them to a csv or something?

© Super User or respective owner

killing all instances of chrome on the command line?

Posted by Fedor on Stack Overflow See other posts from Stack Overflow or by Fedor
Published on 2010-04-14T19:30:49Z Indexed on 2010/04/14 19:33 UTC
Read the original article Hit count: 273

Filed under:
|
|
|

In some cases killing a single tab/process doesn't do it and I need to close Chrome entirely. Since Chrome has multiple processes, how can I close all of them at once?

I know that...

pgrep chrome returns all the pids, can someone tell me a trick that would allow me to close all of them by feeding them to another command or merging them to a csv or something?

© Stack Overflow or respective owner

Related posts about unix

Related posts about bash