#!/bin/tcsh -f set pid = `ps agx | grep inetd | grep -v grep` kill $pid[1] set pid = `ps agx | grep dip | grep -v grep` kill $pid[1]