home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / strings / strings1 / strings.man < prev    next >
Encoding:
Text File  |  1991-07-31  |  1.4 KB  |  58 lines

  1.  
  2.  
  3.  
  4. STRINGS(1)               USER COMMANDS                 STRINGS(1)
  5.  
  6.  
  7. NAME
  8.      strings - find printable strings in an object file or binary
  9.  
  10. SYNOPSIS
  11.      strings [ -ho ] [ -number ] filename ...
  12.  
  13. DESCRIPTION
  14.      strings looks for ASCII strings in a binary file.  A  string
  15.      is any sequence of 4 or more printing characters ending with
  16.      a NEWLINE or a NULL.
  17.  
  18.      strings is useful for identifying random  object  files  and
  19.      many other things.
  20.  
  21. OPTIONS
  22.      -h   Print a short usage message for help.
  23.  
  24.      -o   Precede each string by its offset in the file.
  25.  
  26.      -number
  27.         Use number as the minimum string length rather than 4.
  28.         See the help message printed by "strings -h" for
  29.         information on the acceptable range for number.
  30.  
  31. AUTHOR
  32.       Written by Paul Frattaroli
  33.       copyright(c) 1991 by Paul Frattaroli
  34.       <pfratar@watserv1.uwaterloo.ca>
  35.  
  36.       Adapted from the UNIX version.
  37.  
  38.       I have written this code completely on my own, and have taken
  39.       nothing from other sources.  While I connot say that the idea
  40.       for this program is mine, the implementation is.
  41.  
  42.       Note: UNIX is a trademark of AT&T.
  43.  
  44.       This program is written in Borland C++ version 2.0
  45.  
  46.       July 30, 1991
  47.       Paul Frattaroli
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55. Sun Release 4.0   Last change: 9 September 1987                 1
  56.  
  57.  
  58.