1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/m4.md

13 lines
231 B
Markdown
Raw Normal View History

2018-10-31 05:52:33 +05:30
# m4
> Macro processor.
2019-06-04 10:25:00 +01:00
> More information: <https://www.gnu.org/software/m4>.
2018-10-31 05:52:33 +05:30
- Process macros in a file:
`m4 {{path/to/file}}`
- Define a macro before processing files:
`m4 -D{{macro_name}}={{macro_value}} {{path/to/file}}`