mirror of https://github.com/CrimsonTome/tldr.git
m4: add page (#2488)
parent
201bf8428e
commit
3e39c7c263
|
@ -0,0 +1,11 @@
|
||||||
|
# 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}}`
|
Loading…
Reference in New Issue