From: Colm Buckley (colm at domain tuatha.org)
Date: Tue 16 Jul 2002 - 11:42:58 IST
On Tue 16 Jul 2002 11:39, hrishy wrote:
> Nope i wouldnt like to have a killall...i would like
> to extend that script i emntioned...
> ps -ef |grep $1 |awk '{print $1}'|xargs kill -9
Well, $1 will expand to the first argument of the shell, if this is
run as a script, so in a sense you've already answered your own
question.
Put the above command into a shell script file (with "#!/bin/sh" as
the first line), make it executable and run it with the process name
you want as the first argument.
You might at some stage want to add logic to detect process names with
spaces in them, and so on.
Colm
-- Colm Buckley | colm at domain tuatha.org | +353 87 2469146 | www.colm.buckley.name Hangovers - The Wrath of Grapes.
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:17:54 GMT