mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
m4: add page (#2488)
This commit is contained in:
parent
201bf8428e
commit
3e39c7c263
1 changed files with 11 additions and 0 deletions
11
pages/common/m4.md
Normal file
11
pages/common/m4.md
Normal file
|
@ -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…
Add table
Reference in a new issue