1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 00:15:25 +02:00
tldr/pages/common/m4.md

12 lines
247 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|--define]}} {{macro_name}}={{macro_value}} {{path/to/file}}`