Blame


1 cfa37a7b 2004-04-10 devnull .TH STRINGS 1
2 cfa37a7b 2004-04-10 devnull .SH NAME
3 cfa37a7b 2004-04-10 devnull strings \- extract printable strings
4 cfa37a7b 2004-04-10 devnull .SH SYNOPSIS
5 cfa37a7b 2004-04-10 devnull .B strings
6 cfa37a7b 2004-04-10 devnull [
7 cfa37a7b 2004-04-10 devnull .I file ...
8 cfa37a7b 2004-04-10 devnull ]
9 cfa37a7b 2004-04-10 devnull .SH DESCRIPTION
10 cfa37a7b 2004-04-10 devnull .I Strings
11 cfa37a7b 2004-04-10 devnull finds and prints strings containing 6 or more
12 cfa37a7b 2004-04-10 devnull consecutive printable UTF-encoded characters
13 cfa37a7b 2004-04-10 devnull in a (typically) binary file, default
14 cfa37a7b 2004-04-10 devnull standard input.
15 cfa37a7b 2004-04-10 devnull Printable characters are taken to be
16 cfa37a7b 2004-04-10 devnull .SM ASCII
17 cfa37a7b 2004-04-10 devnull characters from blank through tilde (hexadecimal 20 through 7E), inclusive,
18 cfa37a7b 2004-04-10 devnull and
19 cfa37a7b 2004-04-10 devnull all other characters from value 00A0 to FFFF.
20 cfa37a7b 2004-04-10 devnull Strings reports
21 cfa37a7b 2004-04-10 devnull the decimal offset within the file at which the string starts and the text
22 cfa37a7b 2004-04-10 devnull of the string. If the string is longer than 70 runes the line is
23 cfa37a7b 2004-04-10 devnull terminated by three dots and the printing is resumed on the next
24 cfa37a7b 2004-04-10 devnull line with the offset of the continuation line.
25 cfa37a7b 2004-04-10 devnull .SH SOURCE
26 c3674de4 2005-01-11 devnull .B \*9/src/cmd/strings.c
27 cfa37a7b 2004-04-10 devnull .SH SEE ALSO
28 d32deab1 2020-08-16 rsc .MR nm (1)