home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d174 / strings.lha / Strings / Strings.Doc < prev    next >
Text File  |  1989-02-04  |  714b  |  19 lines

  1.               Strings - by Joel Swank August 1988
  2.  
  3.   Here is a command to find strings in a binary file. It is something I
  4. missed from UNIX. I don't have my UNIX documentation so it is probably not
  5. compatible with the UNIX version.
  6.  
  7. usage:strings [-lnnn] [-c] [-s] [-n] [-?] [file ...]
  8.  Strings Ver 1.0 - display ASCII strings from a file.
  9.  Options:
  10.  lnnn - set minimum length of string to display - default 3.
  11.  c    - include capital letters only.
  12.  s    - include lower case letters only.
  13.  n    - include the digits 0 through 9.
  14.  ?    - display this list.
  15.  
  16.   Contiguous strings of the included characters longer than the minimum
  17. are displayed on stdout, separated by newlines. If no file name is specified,
  18. stdin is read.
  19.