From LQWiki
Some programming-related commands:
- compiling
- linking and libraries (see also Library-related_Commands_and_Files)
- dealing with object files (see also binutils)
- build tools
- source code tagging
- misc
- addr2line - converts addresses into file names and line numbers
- as - the portable GNU assembler
- c++filt - demangles C++ and Java symbols
- file
- gprof - displays call graph profile data
- ksymoops - a utility to decode Linux kernel oops
- ranlib - generates index to archive
- size - lists section sizes and total size
- strings - finds printable strings in a file
- strip - discards symbols from object files

This page is available under a