source: buchla-68k/orig/doc/Utilities/STRINGS.MAN@ 3ae31e9

Last change on this file since 3ae31e9 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
3STRINGS(1) USER COMMANDS STRINGS(1)
4
5
6
7NAME
8 strings - find printable strings in an object, or other
9 binary, file
10
11SYNOPSIS
12 strings [ -number ] file ...
13
14DESCRIPTION
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
22OPTIONS
23 -number
24 Use number as the minimum string length rather than 4.
25
26SEE ALSO
27 od(1)
28
29BUGS
30 The algorithm for identifying strings is extremely primi-
31 tive.
Note: See TracBrowser for help on using the repository browser.