STRINGS(1) — HP-UX
NAME
strings − find the printable strings in an object, or other binary, file
SYNOPSIS
strings [ −a ] [ −o ] [ −number ] [ file ] ...
DESCRIPTION
Strings looks for ASCII strings in a file. If no file is specified, stdin is used. A string is any sequence of 4 or more printing characters ending with a new-line or a null.
Options
−a By default, strings only looks in the initialized data space of object files (as recognized by their magic numbers). If this flag is used, the whole file is inspected. This flag is always set if stdin is being read or the file is not recognized as an object file. For backward compatibility, − is taken as a synonym for −a.
−o Each string is preceded by its offset in the file (in octal).
number number is used as the minimum string length, rather than the default 4.
Strings is useful for identifying random object files and many other things.
AUTHOR
Strings was developed by the University of California, Berkeley California, Computer Science Division, Department of Electrical Engineering and Computer Science.
SEE ALSO
BUGS
The algorithm for identifying strings is extremely primitive.
Hewlett-Packard Company — Version B.1, May 11, 2021