mirror of https://github.com/CrimsonTome/tldr.git
12 lines
176 B
Markdown
12 lines
176 B
Markdown
|
# m4
|
||
|
|
||
|
> Macro processor.
|
||
|
|
||
|
- Process macros in a file:
|
||
|
|
||
|
`m4 {{path/to/file}}`
|
||
|
|
||
|
- Define a macro before processing files:
|
||
|
|
||
|
`m4 -D{{macro_name}}={{macro_value}} {{path/to/file}}`
|