Re: Entourage: Kill that Daemon! (Shell)
Re: Entourage: Kill that Daemon! (Shell)
- Subject: Re: Entourage: Kill that Daemon! (Shell)
- From: Gnarlodious <email@hidden>
- Date: Sat, 16 Nov 2002 21:06:56 -0700
Entity Axel Luttgens spoke thus:
>
We'll get it !
And so we did!
set msdbdPID to do shell script ,
("/bin/ps -auwwx | grep -v /usr/bin/awk | /usr/bin/awk '/Microsoft
Database Daemon/ {print $2;}'")
do shell script ("kill -9 " & msdbdPID)
This was an exercise in shell scripting if nothing else, Thanks for the
lesson Axel.
-- Rachel
http://www.Spectrumology.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.