elffile: ELF Specific File Identification Utility
- by user9154181
Solaris 11 has a new standard user level command, /usr/bin/elffile.
elffile is a variant of the file utility that is focused exclusively on linker
related files: ELF objects, archives, and runtime linker configuration
files. All other files are simply identified as "non-ELF". The primary
advantage of elffile over the existing file utility is in the…