It's a fairly standard util, so you might want try "locate getpid" or failing that, find / -name getpid. If you haven't got it, you could always use:
"ps -o pid -C pd" | [shell] | [route PID] | | "yourpid"
Jamie
On Tue, 2005-07-19 at 15:02 +0200, nico bats wrote:
hi i don't have the getpid program in /sbin otherwise, this solution look simple.
No need to write an external, or use command line parameters, just use the [shell] external from ggee:
"/sbin/getpid pd" | [shell] | "yourpid"