home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 419b.lha / GrepWild / README.BOB < prev   
Text File  |  1990-10-02  |  850b  |  23 lines

  1. 9/27/90 -- Robert L. Pyron (bixname "rpyron")
  2.  
  3. ARCHIVE CONTENTS:
  4.  
  5.     egrep        My executable, with wildcard support
  6.     egrep.dif    Changes to egrep.c, for wildcard support
  7.     grep.man    Documentation file; no changes
  8.     README.BOB    This file
  9.  
  10. I started with GGREP.ZOO, available in the amiga/listings area on Bix.
  11. I made a few changes to egrep.c, to allow wildcards in file names on
  12. the command line.  The changes are detailed in egrep.dif.
  13.  
  14. The program is set up for Amiga-style wild cards.  If you want
  15. MSDOS-style wildcards, change the code to set the (Lattice-supplied)
  16. variable msflag to 1, and recompile.  Can anybody tell me how to
  17. auto-detect this, without writing an ARP front end?
  18.  
  19. I also modified lmkfile to turn off the optimization step in the
  20. compiler (something is screwy under Lattice 5.05).  This change was
  21. too trivial to include in this archive.
  22.  
  23.