Where does the name of nm come from? The IEEE standard defines nm as:
nm - write the name list of an object file
Is nm an abbreviated form of word name/names? Or does it have a completely different origin?
Where does the name of nm come from? The IEEE standard defines nm as:
nm - write the name list of an object file
Is nm an abbreviated form of word name/names? Or does it have a completely different origin?
It's an abbreviation for "names" or "name list".
Nm prints the name list (symbol table) of each object file in the argument list.
(V7 Unix manual, 1979)
from https://stackoverflow.com/questions/8858445/why-is-the-nm-utility-named-as-such