Last change
on this file since 0170798 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
688 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | STRINGS(1) USER COMMANDS STRINGS(1)
|
---|
4 |
|
---|
5 |
|
---|
6 |
|
---|
7 | NAME
|
---|
8 | strings - find printable strings in an object, or other
|
---|
9 | binary, file
|
---|
10 |
|
---|
11 | SYNOPSIS
|
---|
12 | strings [ -number ] file ...
|
---|
13 |
|
---|
14 | DESCRIPTION
|
---|
15 | Strings looks for ascii strings in a binary file. A string
|
---|
16 | is any sequence of 4 or more printing characters ending with
|
---|
17 | a newline or a null.
|
---|
18 |
|
---|
19 | Strings is useful for identifying random object files and
|
---|
20 | many other things.
|
---|
21 |
|
---|
22 | OPTIONS
|
---|
23 | -number
|
---|
24 | Use number as the minimum string length rather than 4.
|
---|
25 |
|
---|
26 | SEE ALSO
|
---|
27 | od(1)
|
---|
28 |
|
---|
29 | BUGS
|
---|
30 | The algorithm for identifying strings is extremely primi-
|
---|
31 | tive.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.