home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume38 / hlgrep / part01 / README < prev   
Text File  |  1993-06-20  |  862b  |  31 lines

  1. hlgrep README - 2 Jun 93
  2.  
  3. DESCRIPTION
  4. ===========
  5.  
  6. hlgrep is a perl script that works like grep(1), but highlights the
  7. patterns it finds.  Unlike hgrep(1), hlgrep can highlight patterns with
  8. metacharacters.
  9.  
  10. Highlighting is done using your terminal's standout capability, but you
  11. can edit hlgrep to use any capability you want.  The current version is
  12. hardcoded for the vt100, but you can edit it to use tput(1) to get the
  13. capabilities for any terminal at runtime.
  14.  
  15.  
  16. INSTALLATION
  17. ============
  18.  
  19. 1.  Edit Makefile if you want to change the default installation
  20.     directories (/usr/local/bin and /usr/local/man/man1).
  21.  
  22. 2.  Edit hlgrep if you want to add tput capability or use terminal
  23.     capabilities other than vt100 standout.  Comments will tell you
  24.     how.
  25.  
  26. 3.  Run "make install".
  27.  
  28.  
  29. Michael Fuhr
  30. mfuhr@cwis.unomaha.edu (but probably not after Summer '93).
  31.