diff --git a/pages/common/m4.md b/pages/common/m4.md new file mode 100644 index 000000000..c1f794949 --- /dev/null +++ b/pages/common/m4.md @@ -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}}`