Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
m4
A macro processor for Unix and GCOS which is more
flexible than cpp. m4 copies its input to the output,
expanding macros which can be either built-in or user-defined.
m4 has built-in functions for including files, running Unix
commands, doing integer arithmetic, manipulating text in
various ways and recursing. m4 can be used either as a
front-end to a compiler or as a stand-alone tool.
sendmail's configuration file (/etc/sendmail.cf) is writen
in m4 macros.
There is a {GNU m4 v1.1
(ftp://gnu.org/pub/gnu/m4-1.0.tar.Z)} by Francois
Pinard