mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 17:44:58 +02:00
176 B
176 B
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}}