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) - sunos |
strings(1) - hpux |
xstr(1) - hpux |
xstr(1) - freebsd |
strings.h(3head) - centos |
Similar Topics in the Unix Linux Community |
---|
comparing two strings |
Grepping for Exact Strings |
retrieving data between two strings |
Replace a multi-line strings or numbers |
Script to match strings that sometimes are splitted in 2 lines |