mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-31 22:53:49 +02:00
274 B
274 B
m4
Macro processor. More information: https://www.gnu.org/software/m4/manual/m4.html#Invoking-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}}