Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
c++filt
c++filt [options] [symbol]
Decode the specified C++ or Java function name symbol, or read and decode symbols from standard input if no symbol is given. This command reverses the name mangling used by C++ and Java compilers to support function overloading
Options
Remove initial underscores from symbol names.
Print usage information, then exit.
Print names using Java syntax.
Preserve initial underscores on symbol names.
Expect symbols to have been coded in the specified format. Format may be one of the following:
arm C++ Annotated Reference Manual.
edg EDG (Intel) compiler.
gnu Gnu compiler (the default).
gnu-new-abi Gnu compiler with the new application binary interface (for gcc 3.x.)
hp HP compiler.
lucid Lucid compiler.
Print version number, then exit.




