Re: Newbie: Questions

From: Brian Pape (bpape@ezl.com)
Date: 05/11/96


> (with no .o files laying around...).  Grep THING  * &> filename, and
> grep thing * &> filename.  You have to remember that grep is, of course,
> case-sensitive.
> So for checking on adding new spells, something like this works well:
>         grep fireball * &> fire1
>         grep FIREBALL * &> fire2

grep -i fireball *c *h &> fire

that'll check all the *c and *h files, case-insensitively.


Taran.
Reign of Towers
bpape@ezl.com



This archive was generated by hypermail 2b30 : 12/18/00 PST