strings(1) minix man page | unix.com

Man Page: strings

Operating Environment: minix

Section: 1

STRINGS(1)						      General Commands Manual							STRINGS(1)

NAME
strings - print all the strings in a binary file
SYNOPSIS
strings [-] [-o] [-n] file ...
OPTIONS
- search whole file, not just data seg -o Print octal offset of each string -n n is minimum length string (default = 4)
EXAMPLES
strings -5 a.out # Print the strings > 4 chars in a.out strings - /bin/sh # Search entire shell file (text and data)
DESCRIPTION
Strings looks for sequences of ASCII characters followed by a zero byte. These are usually strings. This program is typically used to help identify unknown binary programs STRINGS(1)
Related Man Pages
gstrings(1) - opensolaris
h8300-hitachi-coff-strings(1) - debian
msp430-strings(1) - debian
strings(1) - suse
strings(1) - opendarwin
Similar Topics in the Unix Linux Community
assign colon delimited strings to variables
How to Compare 2 Strings ?
retrieving data between two strings
Replace a multi-line strings or numbers
Script to match strings that sometimes are splitted in 2 lines