. added zoneinfo to build, with fixes for minix
[minix3.git] / man / man1 / strings.1
blobc972dffe32c2e17f1a50432a384e31dcbad015aa
1 .TH STRINGS 1
2 .SH NAME
3 strings \- print all the strings in a binary file
4 .SH SYNOPSIS
5 \fBstrings\fR [\fB\-\fR] [\fB\-o\fR]\fR [\fB\-\fIn\fR] \fIfile ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .FL "\-" "search whole file, not just data seg"
19 .FL "\-o" "Print octal offset of each string"
20 .FL "\-\fIn" "\fIn\fR is minimum length string (default = 4)"
21 .SH EXAMPLES
22 .EX "strings \-5 a.out" "Print the strings > 4 chars in \fIa.out\fR"
23 .EX "strings \- /bin/sh" "Search entire shell file (text and data)"
24 .SH DESCRIPTION
25 .PP
26 \fIStrings\fR looks for sequences of ASCII characters followed by a zero 
27 byte.
28 These are usually strings.  This program is typically used to help identify
29 unknown binary programs