[Haskell-cafe] [darcs-users] Darcs failure

Gregory Crosswhite gcross at phys.washington.edu
Sat Dec 25 02:33:07 CET 2010


On 12/24/10 4:08 PM, Andrew Coppin wrote:
> Gotta love the way that this is THE MOST COMMON USE CASE for kill, and 
> yet kill itself doesn't support doing this.

The problem with killing processes by name is that names aren't unique, 
so you might unintentionally end up killing other processes that share 
the same name.  If you want to kill all processes with a given name, 
then you can use the "killall" command, which explicitly indicates that 
you are willing to kill everything with that name.

Cheers,
Greg



More information about the Haskell-Cafe mailing list