This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Find printable strings in files (POSIX)
strings_variants [-afov] [-n min-len] [-t radix] [--target=bfdname] [--help] file...
The strings_variant depends on the target platform, as follows:
Target platform: | strings_variant: |
---|---|
All targets, plus native | ntomulti-strings |
ARM | ntoarm-strings |
MIPS | ntomips-strings |
PowerPC | ntoppc-strings |
SH4 | ntosh-strings |
x86 | ntox86-strings |
For each file given, strings prints the printable character sequences that are at least 4 characters long (or the number given with the options) and are followed by an unprintable character. By default, it prints only the strings from the initialized and loaded sections of object and ELF files; for other types of files, it prints the strings from the whole file.
The strings utility is mainly useful for determining the contents of nontext files.
GNU