DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

pidof - Display the process id of a process

SYNOPSIS

pidof address

DESCRIPTION

The pidof macro takes one argument, the address of a process. It displays the pid of that process.

Note that the pid value is printed in decimal.

Typical output looks like this:



  S> pidof *curproc
  02121

DEFINED IN

proc.k

SEE ALSO

proc, ps, practive

APPENDIX A: Alphabetic Index of Macros