Conserver Processes (was Re: Kill that Daemon)
Conserver Processes (was Re: Kill that Daemon)
- Subject: Conserver Processes (was Re: Kill that Daemon)
- From: Chris Janton <email@hidden>
- Date: Sun, 17 Nov 2002 08:42:44 -0700
set msdbdPID to do shell script ,
("/bin/ps -auwwx | grep -v /usr/bin/awk | /usr/bin/awk '/Microsoft
Database Daemon/ {print $2;}'")
Save a process (like save a tree?)
"/bin/ps -auwwx | /usr/bin/awk '/[M]icrosoft Database Daemon/ {print
$2;}'"
The regular expression pattern finds Microsoft, but doesn't match
itself due to the meta characters.
8)
_______________________________________________
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.