Forrest logo
back to context overview

m4

List of commands for m4:

  • m4:tldr:49d0c m4: Define a macro before processing files.
    $ m4 -D${macro_name}=${macro_value} ${filename}
    try on your machine
    explain this command
  • m4:tldr:7026c m4: Process macros in a file.
    $ m4 ${filename}
    try on your machine
    explain this command
back to context overview