man.bsd.lv manual page server

Manual Page Search Parameters

PIX(1) General Commands Manual PIX(1)

pixPascal interpreter and executor

pix [-blnpstuwz] [-i name ...] name.p [argument ...]

Pix is a `load and go' version of Pascal which combines the functions of the interpreter code translator pi and the executor px. It uses pi to translate the program in the file name.p and, if there were no fatal errors during translation, causes the resulting interpreter code to be executed by px with the specified arguments. A temporary file is used for the object code; the file obj is neither created nor destroyed.

/usr/ucb/pi
Pascal translator.
/usr/ucb/px
Pascal executor.
/tmp/pix*
Temporary files.
/usr/lib/how_pix
Basic explanations.

pi(1), px(1)

Berkeley Pascal User's Manual.

For a basic explanation do:

pix

The pix command appeared in 3.0BSD.

4.4BSD-Lite2 June 6, 1993 PIX(1)