ultrix man page for strings

Query: strings

OS: ultrix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

strings(1)						      General Commands Manual							strings(1)

Name
       strings - print ASCII strings in program

Syntax
       strings [-|a] [-o] [-number] file...

Description
       The command looks for ascii strings in a binary file.  A string is any sequence of 4 or more printing characters ending with a newline or a
       null.

       The command is useful for identifying random object files and many other things.

Options
       - or -a	 Looks through the entire object file for ASCII strings.  Default is to look only in the initialized data space.

       -number	 Sets the minimum string length to specified number of characters and default is 4.

       -o	 Precedes each string with its file offset (octal).

See Also
       od(1)

																	strings(1)
Related Man Pages
strings(1) - redhat
strings(1) - sunos
strings(1) - opendarwin
strings(1) - osf1
xstr(1) - osf1
Similar Topics in the Unix Linux Community
Join 2 separate strings into one with alternate tokens.
Sorting alphanumeric strings without a pattern
Finding Strings between 2 characters in a file
Script to match strings that sometimes are splitted in 2 lines
Remove lines containing 2 or more duplicate strings