nm
Verified for current stable LTS
Nm Command: List All Symbols
Use for list all symbols with Nm. Exact CLI syntax to list all symbols using Nm.
When to use this: Use for list all symbols with Nm.
Command Syntax
nm -a <path/to/file.o> nm -a <path/to/file.o> Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list all symbols using Nm.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Nm Command: Demangle Cpp Symbols
nm -C <path/to/file.o> Nm Command: List Global Functions nm -g <path/to/file.o> Nm Command: List Undefined Symbols nm -u <path/to/file.o> Bun Publish Command: Publish Scoped Package With Access bun publish --access <public|restricted> Bun Publish Command: Publish With Authentication Type bun publish --auth-type <web|legacy>