--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # m4 > Macro processor. > More information: . - Process macros in a file: `m4 {{path/to/file}}` - Define a macro before processing files: `m4 -D{{macro_name}}={{macro_value}} {{path/to/file}}`