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) - opensolaris |
strings(1) - osx |
tr(1) - ultrix |
xstr(1) - hpux |
strings(1) - osf1 |
Similar Topics in the Unix Linux Community |
---|
comparing two strings |
Returning Strings from C program to Unix shell script |
Grepping for Exact Strings |
How to Compare 2 Strings ? |
Replace a multi-line strings or numbers |