#!/bin/bash #tue les procs dont le nom de commande est passe en parametre if test $"-ne 1 then echo "usage $0 nom commande" exit 1 fi kill `ps -e |grep $1|grep -v grep|awk '{print $1}'`
#©2003 All Rights Reserved to www.Software-DS.com