commands.sh

m4

all

Macro processor.

More info →

Options (1)

-D, --defineboolean

Define a macro before processing files

Example: m4 {{[-D|--define]}} {{macro_name}}={{macro_value}} {{path/to/file}}

Examples (2)

Process macros in a file

m4 path/to/file

Define a macro before processing files

m4 [-D|--define] macro_name=macro_value path/to/file
made by @shridhargupta | data from tldr-pages