UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: m4Chapter 2
UNIX Commands
Next: Reference: mail
 

m4

m4 [files]

Macro processor for RATFOR, C, and other program files.

Options

-Bn

Set push-back and argument collection buffers to n (default is 4,096).

-Dname[=value]

Define name as value or, if value is not specified, define name as null.

-e

Operate interactively, ignoring interrupts.

-Hn

Set symbol table hash array to n (default is 199).

-s

Enable line-sync output for the C preprocessor.

-Sn

Set call stack size to n (default is 100 slots).

-Tn

Set token buffer size to n (default is 512 bytes).

-Uname

Undefine name.


Previous: Reference: m4UNIX in a Nutshell: System V EditionNext: Reference: mail
Reference: m4Book IndexReference: mail

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System