home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / lines.arj / LINES.DOC next >
Encoding:
Text File  |  1991-06-01  |  980 b   |  35 lines

  1.  LINES
  2.  David Selwood
  3.  
  4.  The LINES program asks for a name of a text file and the text
  5.  to be searched for, the program will then display all the
  6.  lines of text that match the text searched for.
  7.  
  8.  This is very useful for modern programming that use libraries
  9.  or modules.  For example in Modula 2 or Pascal if the text
  10.  searched for was PROCEDURE then all the titles of the routines
  11.  would be displayed.  This output could then be used for
  12.  reference.
  13.  
  14.  
  15.                  To Use
  16.  
  17.  Move to the directory in which the program Lines resides and
  18.  type 'LINES' [RETURN].
  19.  
  20.  Enter the name of the file to be searched for including the
  21.  path if the file is not in the current directory.
  22.  
  23.  Enter the string to be searched for.
  24.  
  25.  Note to redirect output to the printer press [CTRL P] before
  26.  you press [RETURN] at 'Enter text to search for' prompt.
  27.  
  28.  Example
  29.  
  30.  LINES [RETURN]
  31.  
  32.  Enter a file name :RECURSION.MOD [RETURN]
  33.  
  34.  Enter string to look for :PROCEDURE [RETURN]
  35.