To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % pxp old.p > new.p
  will prettyprint the pascal source in old.p and store in new.p


 % pxp -z name.p
  will obtain an execution profile of name.p, where name.p was
  created by specifying the -z option to pi or pix prior to
  execution.

To Index