Contents|Index|Previous|Next
strings


strings  [-afov] [-min-len] [-n min-len] [-t radix] [-]
         [--all] [--print-file-name] [--bytes=min-len]
         [--radix=radix] [--target=bfdname]
         [--help] [--version] file ...

For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the following options) and are followed by an unprintable character. By default, it only prints the strings from the initialized and loaded sections of object files; for other types of files, it prints the strings from the whole file.

strings is mainly useful for determining the contents of non-text files.
 


Top|Contents|Index|Previous|Next