mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 00:17:56 +01:00
12 lines
231 B
Markdown
12 lines
231 B
Markdown
# m4
|
|
|
|
> Macro processor.
|
|
> More information: <https://www.gnu.org/software/m4>.
|
|
|
|
- Process macros in a file:
|
|
|
|
`m4 {{path/to/file}}`
|
|
|
|
- Define a macro before processing files:
|
|
|
|
`m4 -D{{macro_name}}={{macro_value}} {{path/to/file}}`
|