home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / gnu / grep_2_0.lha / grep-2.0 / grep-2.0.readme < prev    next >
Text File  |  1995-12-02  |  1KB  |  37 lines

  1. Short: port of gnu grep 2.0. FAST!
  2. Type: util/gnu
  3. Uploader: glc5@cornell.edu (George L. Coulouris)
  4. Author: glc5@cornell.edu (George L. Coulouris)
  5.  
  6. This is a port of GNU grep 2.0.
  7.  
  8. A simple benchmark: case-insensitive string search of a 1.12Mb file
  9. -------------------------------------------------------------------
  10. Commodore search 40.1 : 45.98 seconds
  11. Csh 5.48              :  5.48 seconds
  12. grep 2.0              :  2.54 seconds
  13.  
  14. 'nuff said.
  15.  
  16.  
  17. This package includes
  18. ---------------------
  19.     · pure executable (can be made resident)
  20.     · diffs to original source code
  21.     · makefiles, etc. for SAS/C
  22.     · unix manual page
  23.  
  24.  
  25.         This  program is free software; you can redistribute it and/or
  26. modify  it under the terms of the GNU General Public License Version 2
  27. as published by the Free Software Foundation.
  28.  
  29.         This  program  is  distributed  in  the  hope  that it will be
  30. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. MERCHANTABILITY  or  FITNESS  FOR  A  PARTICULAR PURPOSE.  See the GNU
  32. General Public License for more details.
  33.  
  34.         You  should  have  received  a  copy of the GNU General Public
  35. License  along  with  this program; if not, write to the Free Software
  36. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  37.