home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
programming
/
gnugrep_406
/
readme.bob
< prev
next >
Wrap
Text File
|
1990-11-23
|
850b
|
23 lines
9/27/90 -- Robert L. Pyron (bixname "rpyron")
ARCHIVE CONTENTS:
egrep My executable, with wildcard support
egrep.dif Changes to egrep.c, for wildcard support
grep.man Documentation file; no changes
README.BOB This file
I started with GGREP.ZOO, available in the amiga/listings area on Bix.
I made a few changes to egrep.c, to allow wildcards in file names on
the command line. The changes are detailed in egrep.dif.
The program is set up for Amiga-style wild cards. If you want
MSDOS-style wildcards, change the code to set the (Lattice-supplied)
variable msflag to 1, and recompile. Can anybody tell me how to
auto-detect this, without writing an ARP front end?
I also modified lmkfile to turn off the optimization step in the
compiler (something is screwy under Lattice 5.05). This change was
too trivial to include in this archive.